


.topyenoh{opacity:0;position:absolute;top:0;left:0;height:0;width:0;padding:0;margin:0;z-index:-1}



.form-submit-success,.form-submit-error{opacity:0;transition:none;overflow:hidden}form:not(.success) .form-submit-success,form:not(.error) .form-submit-error{max-height:0;padding:0;margin:0;border-width:0px}form.success .form-submit-success,form.error .form-submit-error{opacity:1;transition:opacity 500ms ease}.form-submit-processing{opacity:0;pointer-events:none;transition:opacity 500ms ease}form:not(.processing) .form-submit-processing{max-height:0}form.processing *{pointer-events:none}form.processing .form-submit-processing{opacity:1;pointer-events:auto}.processing-modal.absolute,.processing-modal.fixed{background-color:var(--overlay-color);border-radius:inherit;position:absolute;top:0;left:0;right:0;bottom:0}.processing-modal.absolute .processing-circle,.processing-modal.fixed .processing-circle{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto}.processing-modal.fixed{position:fixed}
.processing-circle{margin:0 auto;width:40px;height:40px;border:4px solid var(--white-color);border-top:4px solid var(--primary);border-radius:50%;filter:drop-shadow(0 0 20px rgba(0,0,0,0.6))}.processing-circle.dark{border-color:var(--black-color);border-top-color:var(--primary)}.processing-circle.primary{border-top-color:var(--primary)}.processing-circle.secondary{border-top-color:var(--secondary)}.processing-circle.warning{border-top-color:var(--warning)}.processing-circle.success{border-top-color:var(--success)}.processing-circle.alert{border-top-color:var(--alert)}




:root{--light-gray:rgba(245, 245, 245, 1.00);--medium-gray:rgba(223, 223, 223, 1.00);--dark-gray:rgba(40, 40, 40, 1.00);--black:rgba(15, 15, 15, 1.00);--black-color:var(--black);--white:rgba(255, 255, 255, 1.00);--white-color:var(--white);--primary:rgba(255, 255, 255, 1.00);--secondary:rgba(199, 96, 32, 1.00);--success:rgba(130, 226, 172, 1.00);--warning:rgba(255, 255, 255, 1.00);--alert:rgba(199, 56, 42, 1.00);--primary-contrast:rgba(255, 255, 255, 1.00);--secondary-contrast:rgba(255, 255, 255, 1.00);--success-contrast:rgba(254, 254, 254, 1.00);--warning-contrast:rgba(185, 75, 25, 1.00);--alert-contrast:rgba(255, 255, 255, 1.00);--primary-dark:rgba(225, 225, 225, 1.00);--secondary-dark:rgba(169, 66, 2, 1.00);--success-dark:rgba(100, 196, 142, 1.00);--warning-dark:rgba(225, 225, 225, 1.00);--alert-dark:rgba(169, 26, 12, 1.00);--header-color:rgba(255, 255, 255, 1.00);--subheader-color:rgba(138, 138, 138, 1.00);--small-color:rgba(202, 202, 202, 1.00);--text-color:rgba(185, 75, 26, 1.00);--link-color:rgba(199, 96, 32, 1.00);--link-color-hover:rgba(186, 41, 44, 1.00);--selection-background:var(--primary);--selection-text:var(--primary-contrast);--link-decoration:none;--link-decoration-hover:none;--overlay-color:rgba(255, 255, 255, 0.15);--radius:5px;--small-gutter:1.25rem;--medium-gutter:1.5rem;--large-gutter:2rem;--site-width:calc(1200rem/16);}::selection{background:var(--selection-background);color:var(--selection-text)}.alt{--header-color:rgba(255, 255, 255, 1.00);--subheader-color:rgba(230, 230, 230, 1.00);--small-color:rgba(202, 202, 202, 1.00);--text-color:rgba(255, 255, 255, 1.00);--link-color:rgba(255, 255, 255, 1.00);--link-color-hover:rgba(255, 255, 255, 1.00);--link-decoration:none;--link-decoration-hover:none}.grid-container{max-width:var(--site-width)}.radius{border-radius:var(--radius)}body{font-size:calc(18rem/16)}h1,.h1{font-size:calc(36rem/16)}h2,.h2{font-size:calc(36rem/16)}h3,.h3{font-size:calc(26rem/16)}h4,.h4{font-size:calc(22rem/16)}h5,.h5{font-size:calc(19rem/16)}h6,.h6{font-size:calc(17rem/16)}small{font-size:40%}.button{font-size:calc(16rem/16)}.button.tiny{font-size:calc(10rem/16)}.button.small{font-size:calc(12rem/16)}.button.large{font-size:calc(20rem/16)}@media only screen and (min-width:40em){body{font-size:calc(19rem/16)}h1,.h1{font-size:calc(46rem/16)}h2,.h2{font-size:calc(46rem/16)}h3,.h3{font-size:calc(32rem/16)}h4,.h4{font-size:calc(26rem/16)}h5,.h5{font-size:calc(24rem/16)}h6,.h6{font-size:calc(19rem/16)}small{font-size:30%}}@media only screen and (min-width:64em){body{font-size:calc(20rem/16)}h1,.h1{font-size:calc(58rem/16)}h2,.h2{font-size:calc(58rem/16)}h3,.h3{font-size:calc(38rem/16)}h4,.h4{font-size:calc(32rem/16)}h5,.h5{font-size:calc(26rem/16)}h6,.h6{font-size:calc(22rem/16)}small{font-size:30%}}a{color:var(--link-color);-webkit-text-decoration:var(--link-decoration);text-decoration:var(--link-decoration)}a:hover,a:focus{color:var(--link-color-hover);-webkit-text-decoration:var(--link-decoration-hover);text-decoration:var(--link-decoration-hover)}.menu a{color:var(--menu-link-color);background:var(--menu-bg-color)}.menu a:hover{color:var(--menu-link-color-hover)}h1,h2,h3,h4,h5,h6{color:var(--header-color)}small{color:var(--small-color)}.subheader{color:var(--subheader-color)}.text ul,.text ol{list-style-position:outside}.text>ul,.text>ol,.text .mez>div>ul,.text .mez>div>ol{margin-left:1.25rem}.text ul{list-style-type:disc}.text ul ul,.text ol ul{list-style-type:circle}.text ol{list-style-type:decimal}.text ol ol,.text ul ol{list-style-type:lower-alpha}.radius,.radius:before,.radius:after{border-radius:calc(5rem/16)}body{background-color:rgba(0, 45, 50, 1.00);}
/*!* Font Awesome Pro 5.14.0 by @fontawesome - https://fontawesome.com* License - https://fontawesome.com/license (Commercial License)*/@font-face{font-family:'Font Awesome 5 Brands';font-style:normal;font-weight:400;font-display:block;src:url("../rw_common/plugins/stacks/fa5-fonts/fa-brands-400.eot");src:url("../rw_common/plugins/stacks/fa5-fonts/fa-brands-400.eot?#iefix") format("embedded-opentype"),url("../rw_common/plugins/stacks/fa5-fonts/fa-brands-400.woff2") format("woff2"),url("../rw_common/plugins/stacks/fa5-fonts/fa-brands-400.woff") format("woff"),url("../rw_common/plugins/stacks/fa5-fonts/fa-brands-400.ttf") format("truetype"),url("../rw_common/plugins/stacks/fa5-fonts/fa-brands-400.svg#fontawesome") format("svg")}.fab{font-family:'Font Awesome 5 Brands';font-weight:400}@font-face{font-family:'Font Awesome 5 Pro';font-style:normal;font-weight:300;font-display:block;src:url("../rw_common/plugins/stacks/fa5-fonts/fa-light-300.eot");src:url("../rw_common/plugins/stacks/fa5-fonts/fa-light-300.eot?#iefix") format("embedded-opentype"),url("../rw_common/plugins/stacks/fa5-fonts/fa-light-300.woff2") format("woff2"),url("../rw_common/plugins/stacks/fa5-fonts/fa-light-300.woff") format("woff"),url("../rw_common/plugins/stacks/fa5-fonts/fa-light-300.ttf") format("truetype"),url("../rw_common/plugins/stacks/fa5-fonts/fa-light-300.svg#fontawesome") format("svg")}.fal{font-family:'Font Awesome 5 Pro';font-weight:300}@font-face{font-family:'Font Awesome 5 Pro';font-style:normal;font-weight:900;font-display:block;src:url("../rw_common/plugins/stacks/fa5-fonts/fa-solid-900.eot");src:url("../rw_common/plugins/stacks/fa5-fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"),url("../rw_common/plugins/stacks/fa5-fonts/fa-solid-900.woff2") format("woff2"),url("../rw_common/plugins/stacks/fa5-fonts/fa-solid-900.woff") format("woff"),url("../rw_common/plugins/stacks/fa5-fonts/fa-solid-900.ttf") format("truetype"),url("../rw_common/plugins/stacks/fa5-fonts/fa-solid-900.svg#fontawesome") format("svg")}.fa,.fas{font-family:'Font Awesome 5 Pro';font-weight:900}  





  h1,.h1,          .title h1.title, h2.title.bigger{font-family:"Poppins",sans-serif !important}
            h2.title, h3.title, h4.title, h5.title, h6.title, .above-title, .description, .credits{font-family:"Poppins",sans-serif !important}


            h1.title{font-size:calc(36rem/16) ;font-weight:700 ;line-height:1.20 ;}@media only screen and (min-width:40em) {            h1.title{font-size:calc(54rem/16) ;line-height:1.20 }}@media only screen and (min-width:64em) {            h1.title{font-size:calc(68rem/16) ;line-height:1.20 }}
            h1.title.smaller{font-size:calc(30rem/16) ;font-weight:700 ;line-height:1.20 ;}@media only screen and (min-width:40em) {            h1.title.smaller{font-size:calc(42rem/16) ;line-height:1.20 }}@media only screen and (min-width:64em) {            h1.title.smaller{font-size:calc(54rem/16) ;line-height:1.20 }}
            h2.title{font-size:calc(30rem/16) ;font-weight:400 ;line-height:1.20 ;}@media only screen and (min-width:40em) {            h2.title{font-size:calc(42rem/16) ;line-height:1.20 }}@media only screen and (min-width:64em) {            h2.title{font-size:calc(54rem/16) ;line-height:1.20 }}
            h2.title.bigger{font-size:calc(30rem/16) ;font-weight:700 ;line-height:1.20 ;}@media only screen and (min-width:40em) {            h2.title.bigger{font-size:calc(42rem/16) ;line-height:1.20 }}@media only screen and (min-width:64em) {            h2.title.bigger{font-size:calc(54rem/16) ;line-height:1.20 }}
            h3.title{font-size:calc(26rem/16) ;font-weight:400 ;line-height:1.20 ;}@media only screen and (min-width:40em) {            h3.title{font-size:calc(30rem/16) ;line-height:1.20 }}@media only screen and (min-width:64em) {            h3.title{font-size:calc(36rem/16) ;line-height:1.20 }}
            h4.title{font-size:calc(22rem/16) ;font-weight:400 ;line-height:1.20 ;}@media only screen and (min-width:40em) {            h4.title{font-size:calc(26rem/16) ;line-height:1.20 }}@media only screen and (min-width:64em) {            h4.title{font-size:calc(32rem/16) ;line-height:1.20 }}
            h5.title{font-size:calc(19rem/16) ;font-weight:400 ;line-height:1.20 ;}@media only screen and (min-width:40em) {            h5.title{font-size:calc(24rem/16) ;line-height:1.20 }}@media only screen and (min-width:64em) {            h5.title{font-size:calc(26rem/16) ;line-height:1.20 }}
            h6.title{font-size:calc(16rem/16) ;font-weight:600 ;line-height:1.20 ;}@media only screen and (min-width:40em) {            h6.title{font-size:calc(18rem/16) ;line-height:1.20 }}@media only screen and (min-width:64em) {            h6.title{font-size:calc(20rem/16) ;line-height:1.20 }}
            h6.title.smaller{font-size:calc(14rem/16) ;font-weight:600 ;line-height:1.20 ;}@media only screen and (min-width:40em) {            h6.title.smaller{font-size:calc(16rem/16) ;line-height:1.20 }}@media only screen and (min-width:64em) {            h6.title.smaller{font-size:calc(18rem/16) ;line-height:1.20 }}

            .above-title{font-size:calc(12rem/16) ;font-weight:600 ;line-height:1.20 ;}@media only screen and (min-width:40em) {            .above-title{font-size:calc(14rem/16) ;line-height:1.20 }}@media only screen and (min-width:64em) {            .above-title{font-size:calc(16rem/16) ;line-height:1.20 }}

            .description{font-size:calc(18rem/16) ;line-height:1.20 ;}@media only screen and (min-width:40em) {            .description{font-size:calc(18rem/16) ;line-height:1.20 }}@media only screen and (min-width:64em) {            .description{font-size:calc(18rem/16) ;line-height:1.20 }}
            .description.smaller{font-size:calc(15rem/16) ;line-height:1.20 ;}@media only screen and (min-width:40em) {            .description.smaller{font-size:calc(15rem/16) ;line-height:1.20 }}@media only screen and (min-width:64em) {            .description.smaller{font-size:calc(15rem/16) ;line-height:1.20 }}
            .description.bigger{font-size:calc(20rem/16) ;line-height:1.20 ;}@media only screen and (min-width:40em) {            .description.bigger{font-size:calc(22rem/16) ;line-height:1.20 }}@media only screen and (min-width:64em) {            .description.bigger{font-size:calc(22rem/16) ;line-height:1.20 }}


:root{--dummy:rgba(135, 135, 135, 1.00)}
.dummy .title{color:var(--dummy) ;}


h1.title, h2.title.bigger, h2.title{margin-top:0.00px ;margin-right:0.00px ;margin-bottom:16.00px ;margin-left:0.00px ;}@media only screen and (min-width:40em){h1.title, h2.title.bigger, h2.title{margin-top:0.00px ;margin-right:0.00px ;margin-bottom:20.00px ;margin-left:0.00px }}@media only screen and (min-width:64em){h1.title, h2.title.bigger, h2.title{margin-top:0.00px ;margin-right:0.00px ;margin-bottom:24.00px ;margin-left:0.00px }}
h3.title, h4.title, h5.title, h6.title{margin-top:0.00px ;margin-right:0.00px ;margin-bottom:10.00px ;margin-left:0.00px ;}@media only screen and (min-width:40em){h3.title, h4.title, h5.title, h6.title{margin-top:0.00px ;margin-right:0.00px ;margin-bottom:12.00px ;margin-left:0.00px }}@media only screen and (min-width:64em){h3.title, h4.title, h5.title, h6.title{margin-top:0.00px ;margin-right:0.00px ;margin-bottom:16.00px ;margin-left:0.00px }}

.above-title{margin-top:0.00px ;margin-right:0.00px ;margin-bottom:16.00px ;margin-left:0.00px ;}@media only screen and (min-width:40em){.above-title{margin-top:0.00px ;margin-right:0.00px ;margin-bottom:20.00px ;margin-left:0.00px }}@media only screen and (min-width:64em){.above-title{margin-top:0.00px ;margin-right:0.00px ;margin-bottom:24.00px ;margin-left:0.00px }}

.description{margin-top:0.00px ;margin-right:0.00px ;margin-bottom:20.00px ;margin-left:0.00px ;}@media only screen and (min-width:40em){.description{margin-top:0.00px ;margin-right:0.00px ;margin-bottom:24.00px ;margin-left:0.00px }}@media only screen and (min-width:64em){.description{margin-top:0.00px ;margin-right:0.00px ;margin-bottom:32.00px ;margin-left:0.00px }}


            .button,.btn-main{font-family:"Poppins",sans-serif }

            .btn-main{font-size:calc(12rem/16) ;font-weight:700 ;}@media only screen and (min-width:40em) {            .btn-main{font-size:calc(14rem/16) ;line-height:1.20 }}@media only screen and (min-width:64em) {            .btn-main{font-size:calc(14rem/16) ;line-height:1.20 }}

.btn-main{padding-top:12.00px ;padding-right:12.00px ;padding-bottom:12.00px ;padding-left:12.00px ;}@media only screen and (min-width:40em){.btn-main{padding-top:16.00px ;padding-right:16.00px ;padding-bottom:16.00px ;padding-left:16.00px }}@media only screen and (min-width:64em){.btn-main{padding-top:16.00px ;padding-right:16.00px ;padding-bottom:16.00px ;padding-left:16.00px }}

.btn-main{position:relative;z-index:0}.btn-main:before{content:"";position:absolute;top:0;bottom:0;left:0;right:0;z-index:-1;opacity:0.30 !important;background-color:var(--black) !important;}






.btn-main:before

{
    transform-origin: 50% 0% ;
    transform-style: flat ;
    transform :
        
        
        translateZ(0)
        
        
        scale3d(1.00, 0.00, 1.00)
        
        
        
        ;
}







.btn-main:hover:before

{
    transform-origin: 50% 100% ;
    transform-style: flat ;
    transform :
        
        
        translateZ(0)
        
        
        scale3d(1.00, 1.00, 1.00)
        
        
        
        ;
}

.btn-main:before{transition:transform 250ms ease 0ms }

.pad-y-first{padding-top:64.00px ;padding-right:0.00px ;padding-bottom:32.00px ;padding-left:0.00px ;}@media only screen and (min-width:40em){.pad-y-first{padding-top:96.00px ;padding-right:0.00px ;padding-bottom:48.00px ;padding-left:0.00px }}@media only screen and (min-width:64em){.pad-y-first{padding-top:128.00px ;padding-right:0.00px ;padding-bottom:64.00px ;padding-left:0.00px }}
.pad-y{padding-top:32.00px ;padding-right:0.00px ;padding-bottom:32.00px ;padding-left:0.00px ;}@media only screen and (min-width:40em){.pad-y{padding-top:48.00px ;padding-right:0.00px ;padding-bottom:48.00px ;padding-left:0.00px }}@media only screen and (min-width:64em){.pad-y{padding-top:64.00px ;padding-right:0.00px ;padding-bottom:64.00px ;padding-left:0.00px }}
.pad-y-last{padding-top:32.00px ;padding-right:0.00px ;padding-bottom:64.00px ;padding-left:0.00px ;}@media only screen and (min-width:40em){.pad-y-last{padding-top:48.00px ;padding-right:0.00px ;padding-bottom:96.00px ;padding-left:0.00px }}@media only screen and (min-width:64em){.pad-y-last{padding-top:64.00px ;padding-right:0.00px ;padding-bottom:128.00px ;padding-left:0.00px }}
.pad-y-single{padding-top:64.00px ;padding-right:0.00px ;padding-bottom:64.00px ;padding-left:0.00px ;}@media only screen and (min-width:40em){.pad-y-single{padding-top:96.00px ;padding-right:0.00px ;padding-bottom:96.00px ;padding-left:0.00px }}@media only screen and (min-width:64em){.pad-y-single{padding-top:128.00px ;padding-right:0.00px ;padding-bottom:128.00px ;padding-left:0.00px }}
.pad-t{padding-top:32.00px ;padding-right:0.00px ;padding-bottom:0.00px ;padding-left:0.00px ;}@media only screen and (min-width:40em){.pad-t{padding-top:48.00px ;padding-right:0.00px ;padding-bottom:0.00px ;padding-left:0.00px }}@media only screen and (min-width:64em){.pad-t{padding-top:64.00px ;padding-right:0.00px ;padding-bottom:0.00px ;padding-left:0.00px }}
.pad-t-single{padding-top:64.00px ;padding-right:0.00px ;padding-bottom:0.00px ;padding-left:0.00px ;}@media only screen and (min-width:40em){.pad-t-single{padding-top:96.00px ;padding-right:0.00px ;padding-bottom:0.00px ;padding-left:0.00px }}@media only screen and (min-width:64em){.pad-t-single{padding-top:128.00px ;padding-right:0.00px ;padding-bottom:0.00px ;padding-left:0.00px }}








.item

{
    transform-origin: 50% 50% ;
    transform-style: flat ;
    transform :
        
        
        translateZ(0)
        
        
        
        
        ;
}







.item:hover

{
    transform-origin: 50% 50% ;
    transform-style: flat ;
    transform :
        
        
        translate3d(0px, -10px, 0px)
        
        
        
        
        ;
}


.item{box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.10);}
.item:hover{box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.15);}

.item{transition:transform 300ms ease 0ms,box-shadow 300ms ease 0ms}
.stacks_in_2728{--offcanvas-size-small:480px;--offcanvas-size-medium:640px;--offcanvas-size-large:1024px;}




.style-11 .wrapper-1{padding-top:32.00px ;padding-right:32.00px ;padding-bottom:32.00px ;padding-left:32.00px ;}@media only screen and (min-width:40em){.style-11 .wrapper-1{padding-top:48.00px ;padding-right:48.00px ;padding-bottom:48.00px ;padding-left:48.00px }}@media only screen and (min-width:64em){.style-11 .wrapper-1{padding-top:64.00px ;padding-right:64.00px ;padding-bottom:64.00px ;padding-left:64.00px }}
.style-11 .wrapper-1{border-radius:10px ;}
.style-11 .wrapper-1{background-color:var(--my-color) ;background-position:center top ;background-origin:padding-box ;background-blend-mode:lighten ;background-attachment:scroll   ;-webkit-background-clip:border-box ;background-clip:border-box ;}@media (hover:none) and (pointer:coarse){.style-11 .wrapper-1{background-attachment:scroll!important}}

.style-11 .btn-close-1{padding:0 ;}  
.style-11 .btn-close-1{margin-top:-28.00px ;margin-right:-12.00px ;margin-bottom:0.00px ;margin-left:0.00px ;}@media only screen and (min-width:40em){.style-11 .btn-close-1{margin-top:-48.00px ;margin-right:-24.00px ;margin-bottom:0.00px ;margin-left:0.00px }}@media only screen and (min-width:64em){.style-11 .btn-close-1{margin-top:-80.00px ;margin-right:-32.00px ;margin-bottom:0.00px ;margin-left:0.00px }}


.style-11 .wrapper-1.toggled{box-shadow:inset 0px 15px 60px 0px rgba(0, 0, 0, 0.25);}







.style-11 .btn-close-1.toggled

{
    transform-origin: 50% 50% ;
    transform-style: flat ;
    transform :
        
        
        translateZ(0)
        
        
        
        rotateX(0deg) rotateY(0deg) rotateZ(-180deg)
        
        
        ;
}






.style-11 .wrapper-1{transition:all 500ms ease 0ms }

.style-11 .btn-close-1{transition:all 500ms ease 0ms }








.style-11 .wrapper-content-1

{
    transform-origin: 50% 50% ;
    transform-style: flat ;
    transform :
        
        
        translateZ(0)
        
        
        scale3d(1.15, 1.15, 1.00)
        
        
        
        ;
}

.style-11 .wrapper-content-1{opacity:0.00 }







.style-11 .wrapper-content-1.toggled

{
    transform-origin: 50% 50% ;
    transform-style: flat ;
    transform :
        
        
        translateZ(0)
        
        
        scale3d(1.00, 1.00, 1.00)
        
        
        
        ;
}

.style-11 .wrapper-content-1.toggled{opacity:1.00 }


.style-11 .wrapper-content-1{transition:all 500ms ease 0ms }


.style-11 .overlap-1{position: absolute  ;z-index:1 ;top:0% ;bottom:unset ;left:0% ;right:unset ;}
.style-11 .overlap-1{width:100.00% ;}@media only screen and (min-width:40em){.style-11 .overlap-1{width:100.00% }}@media only screen and (min-width:64em){.style-11 .overlap-1{width:100.00% }}
.style-11 .overlap-1{height:100.00% ;}@media only screen and (min-width:40em){.style-11 .overlap-1{height:100.00% }}@media only screen and (min-width:64em){.style-11 .overlap-1{height:100.00% }}
.style-11 .overlap-1{border-radius:10px ;}
.style-11 .overlap-1{background-image:url('../files/bgimage-285-575.png') ;background-repeat:   repeat ;background-position:center top ;background-origin:padding-box ;background-blend-mode:normal ;background-attachment:scroll   ;-webkit-background-clip:border-box ;background-clip:border-box ; background-size:394.00px 347.00px ; }@media (hover:none) and (pointer:coarse){.style-11 .overlap-1{background-attachment:scroll!important}}
.style-11 .overlap-1{padding:1.5rem ;}  




@media screen and (max-width: 63.9375em) {





.style-11 .overlap-1.toggled

{
    transform-origin: 50% 50% ;
    transform-style: flat ;
    transform :
        
        
        translate3d(0%, 100%, 0px)
        
        
        
        
        ;
}

}



@media screen and (min-width: 64em) {





.style-11 .overlap-1.toggled

{
    transform-origin: 50% 50% ;
    transform-style: flat ;
    transform :
        
        
        translate3d(0%, 103%, 0px)
        
        
        scale3d(1.10, 1.10, 1.00)
        
        
        
        ;
}

}


.style-11 .overlap-1.toggled{box-shadow: 0px 30px 30px 0px rgba(0, 0, 0, 0.15);}


.style-11 .overlap-1{transition:all 500ms ease 0ms }



.stacksSpacerstacks_in_25755_354 {
	display: block;
	width: 100%;
	height:150px;
}.stacks_in_25755_352 img{width:100%;max-width:300px}

/*
 * Simple Divider Pro
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.4.2
 */

#simpleDivider_stacks_in_25770 {
	width: 100%;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_25770 .theDivider1,
#simpleDivider_stacks_in_25770 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_25770 .theDivider1 {
	height: 0px;
	border-top-style: dotted;
	border-bottom-style: dotted;
}
#simpleDivider_stacks_in_25770.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_25770.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_25770 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_25770.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_25770.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_25770.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_25770.bgImageOn .theDivider1 img {
	display: block;
}

