



.device-selector{--device-selector-color:rgba(21,66,107,0.7);display:flex;gap:0.5rem;position:fixed;top:0;left:0;right:0;background-color:var(--device-selector-color);translate:0 -100%;transition:translate 0.3s ease-out,opacity 0.3s linear;z-index:1000;padding:2rem 3rem;overflow-y:visible;opacity:0.2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);}.device-selector button{cursor:pointer;-webkit-appearance:none;appearance:none;margin:0;color:white}.device-selector button.rotate{display:none;padding:0.5rem;border-radius:3px;background-color:transparent;transition:background-color 0.3s ease-out}.device-selector button.rotate:hover{background-color:rgba(0,0,0,0.1)}.device-selector button.toggle{position:absolute;bottom:0;right:0;z-index:1001;translate:0 100%;padding:0.8rem 1rem;background-color:var(--device-selector-color)}.device-selector select{-webkit-appearance:none;appearance:none;height:2.4375rem;margin:0;padding:0.5rem;background-color:transparent;color:white;border:none;border-bottom:1px solid rgba(255,255,255,0.7);border-radius:0;font-family:inherit;font-size:1rem;font-weight:normal;line-height:1.5;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cg fill='%23F7F7F7'%3E%3Cpath d='M10.375,3.219,6,6.719l-4.375-3.5A1,1,0,1,0,.375,4.781l5,4a1,1,0,0,0,1.25,0l5-4a1,1,0,0,0-1.25-1.562Z' fill='%23F7F7F7'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");background-origin:content-box;background-position:right -1rem center;background-repeat:no-repeat;background-size:9px 6px;padding-right:1.5rem;box-shadow:none;width:100%}.device-selector select *{font-size:0.8rem}.device-selector.open{translate:0 0;opacity:1}.device-selector.open button.toggle{rotate:180deg}



:root{--light-gray:rgba(230, 230, 230, 1.00);--medium-gray:rgba(202, 202, 202, 1.00);--dark-gray:rgba(90, 90, 90, 1.00);--black:rgba(10, 10, 10, 1.00);--black-color:var(--black);--white:rgba(254, 254, 254, 1.00);--white-color:var(--white);--primary:rgba(153, 200, 54, 1.00);--secondary:rgba(53, 80, 112, 1.00);--success:rgba(234, 172, 139, 1.00);--warning:rgba(181, 101, 118, 1.00);--alert:rgba(229, 107, 111, 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(254, 254, 254, 1.00);--alert-contrast:rgba(254, 254, 254, 1.00);--primary-dark:rgba(123, 170, 24, 1.00);--secondary-dark:rgba(23, 50, 82, 1.00);--success-dark:rgba(204, 142, 109, 1.00);--warning-dark:rgba(151, 71, 88, 1.00);--alert-dark:rgba(199, 77, 81, 1.00);--header-color:rgba(34, 34, 34, 1.00);--subheader-color:rgba(138, 138, 138, 1.00);--small-color:rgba(202, 202, 202, 1.00);--text-color:rgba(34, 34, 34, 1.00);--link-color:rgba(229, 107, 111, 1.00);--link-color-hover:rgba(249, 116, 121, 1.00);--selection-background:var(--primary);--selection-text:var(--primary-contrast);--link-decoration:none;--link-decoration-hover:none;--overlay-color:rgba(0, 0, 0, 0.50);--radius:5px;--small-gutter:1.25rem;--medium-gutter:2rem;--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(234, 172, 139, 1.00);--link-color-hover:rgba(249, 116, 121, 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(16rem/16)}h1,.h1{font-size:calc(48rem/16)}h2,.h2{font-size:calc(30rem/16)}h3,.h3{font-size:calc(23rem/16)}h4,.h4{font-size:calc(18rem/16)}h5,.h5{font-size:calc(17rem/16)}h6,.h6{font-size:calc(16rem/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(16rem/16)}h1,.h1{font-size:calc(58rem/16)}h2,.h2{font-size:calc(40rem/16)}h3,.h3{font-size:calc(33rem/16)}h4,.h4{font-size:calc(25rem/16)}h5,.h5{font-size:calc(20rem/16)}h6,.h6{font-size:calc(16rem/16)}small{font-size:30%}}@media only screen and (min-width:64em){body{font-size:calc(16rem/16)}h1,.h1{font-size:calc(60rem/16)}h2,.h2{font-size:calc(40rem/16)}h3,.h3{font-size:calc(36rem/16)}h4,.h4{font-size:calc(25rem/16)}h5,.h5{font-size:calc(20rem/16)}h6,.h6{font-size:calc(16rem/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{}
/*!* 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:400;font-display:block;src:url("../rw_common/plugins/stacks/fa5-fonts/fa-regular-400.eot");src:url("../rw_common/plugins/stacks/fa5-fonts/fa-regular-400.eot?#iefix") format("embedded-opentype"),url("../rw_common/plugins/stacks/fa5-fonts/fa-regular-400.woff2") format("woff2"),url("../rw_common/plugins/stacks/fa5-fonts/fa-regular-400.woff") format("woff"),url("../rw_common/plugins/stacks/fa5-fonts/fa-regular-400.ttf") format("truetype"),url("../rw_common/plugins/stacks/fa5-fonts/fa-regular-400.svg#fontawesome") format("svg")}.far{font-family:'Font Awesome 5 Pro';font-weight:400}@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}  

html,body,  h1,.h1, h2,.h2, h3,.h3, h4,.h4, h5,.h5, h6,.h6,     .header-font{font-family:"Poppins",sans-serif }
  h1,.h1, h2,.h2, h3,.h3,        .font-bold{font-weight:600 ;line-height:1.20 ;}

@media screen and (min-width: 40em){body{background-image:url('../files/bgimage-348.jpg') ;background-repeat:no-repeat    ;background-position:center center ;background-origin:padding-box ;background-blend-mode:normal ;background-attachment:scroll   ;-webkit-background-clip:border-box ;background-clip:border-box ; background-size:  cover ; }}@media (hover:none) and (pointer:coarse){body{background-attachment:scroll!important}}
body{position:relative;z-index:0}@media screen and (min-width: 40em){body:before{content:"";position:absolute;top:0;bottom:0;left:0;right:0;z-index:-1;opacity:0.75 ;background-color:var(--secondary) ;}}
@media screen and (max-width: 39.9375em){.section-bg{background-image:url('../files/bgimage-351.jpg') ;background-repeat:no-repeat    ;background-position:center center ;background-origin:padding-box ;background-blend-mode:normal ;background-attachment:scroll   ;-webkit-background-clip:border-box ;background-clip:border-box ; background-size:  cover ; }}@media (hover:none) and (pointer:coarse){.section-bg{background-attachment:scroll!important}}
.section-bg{position:relative;z-index:0}@media screen and (max-width: 39.9375em){.section-bg:before{content:"";position:absolute;top:0;bottom:0;left:0;right:0;z-index:-1;opacity:0.75 ;background-color:var(--secondary) ;}}

.button.medium:hover{background-color:var(--link-color-hover) ;background-position:center center ;background-origin:padding-box ;background-blend-mode:normal ;background-attachment:scroll   ;-webkit-background-clip:border-box ;background-clip:border-box ;}@media (hover:none) and (pointer:coarse){.button.medium{background-attachment:scroll!important}}
@media screen and (min-width: 40em){.footer-position{position:fixed   ;z-index:0 ;top:unset ;bottom:0% ;left:50% ;right:unset ;transform:translateX(-50%) ;}}

.newsletter-style input{height:58.00px ;}@media only screen and (min-width:40em){.newsletter-style input{height:58.00px }}@media only screen and (min-width:64em){.newsletter-style input{height:58.00px }}
.checkbox-space input{height:16.00px !important;}@media only screen and (min-width:40em){.checkbox-space input{height:16.00px !important}}@media only screen and (min-width:64em){.checkbox-space input{height:16.00px !important}}
.newsletter-style .button.medium{height:58.00px ;}@media only screen and (min-width:40em){.newsletter-style .button.medium{height:58.00px }}@media only screen and (min-width:64em){.newsletter-style .button.medium{height:58.00px }}
.newsletter-style input{border-radius:10px ;}
.newsletter-style textarea{border-radius:10px ;}
.newsletter-style .button.medium{border-radius:10px ;}
input, textarea, select{padding-left:0.5rem !important;}  
.newsletter-style ::placeholder{padding-left:0.5rem ;}  
            .newsletter-style input{font-size:calc(17rem/16) !important;font-weight:400 !important;line-height:1.00 !important;}@media only screen and (min-width:40em) {            .newsletter-style input{font-size:calc(20rem/16) !important;line-height:1.00 !important}}@media only screen and (min-width:64em) {            .newsletter-style input{font-size:calc(21rem/16) !important;line-height:1.00 !important}}
.newsletter-style input{color:var(--dark-gray) ;}




