

.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)}


.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}

.oembed.video,.oembed.codepen,.fr-video{display:block;width:100%;margin-bottom:0;height:0;overflow:hidden;padding-bottom:56.25%;position:relative}.oembed.video video,.oembed.codepen video,.fr-video video{width:100%}.oembed.video iframe,.oembed.codepen iframe,.fr-video iframe{border:none;height:100%;position:absolute;top:0;width:100%;left:0}img.fr-full-width{min-width:100vw;position:relative;left:50%;right:50%;margin-left:-50vw !important;margin-right:-50vw !important}












:root{--light-gray:rgba(239, 239, 239, 1.00);--medium-gray:rgba(208, 208, 208, 1.00);--dark-gray:rgba(83, 83, 83, 1.00);--black:rgba(0, 0, 0, 1.00);--black-color:var(--black);--white:rgba(254, 254, 254, 1.00);--white-color:var(--white);--primary:rgba(0, 102, 136, 1.00);--secondary:rgba(141, 100, 65, 1.00);--success:rgba(67, 172, 106, 1.00);--warning:rgba(240, 138, 36, 1.00);--alert:rgba(240, 65, 36, 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(0, 72, 106, 1.00);--secondary-dark:rgba(111, 70, 35, 1.00);--success-dark:rgba(37, 142, 76, 1.00);--warning-dark:rgba(210, 108, 6, 1.00);--alert-dark:rgba(210, 35, 6, 1.00);--header-color:rgba(0, 0, 0, 1.00);--subheader-color:rgba(138, 138, 138, 1.00);--small-color:rgba(202, 202, 202, 1.00);--text-color:rgba(0, 0, 0, 1.00);--link-color:rgba(0, 102, 136, 1.00);--link-color-hover:rgba(0, 102, 136, 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.40);--radius:5px;--small-gutter:1.5rem;--medium-gutter:2rem;--large-gutter:2.5rem;--site-width:calc(1680rem/16);}::selection{background:var(--selection-background);color:var(--selection-text)}.alt{--header-color:rgba(255, 255, 255, 1.00);--subheader-color:rgba(255, 255, 255, 1.00);--small-color:rgba(255, 255, 255, 1.00);--text-color:rgba(255, 255, 255, 1.00);--link-color:rgba(0, 102, 136, 1.00);--link-color-hover:rgba(0, 102, 136, 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(20rem/16)}h1,.h1{font-size:calc(24rem/16)}h2,.h2{font-size:calc(20rem/16)}h3,.h3{font-size:calc(19rem/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(20rem/16)}h1,.h1{font-size:calc(48rem/16)}h2,.h2{font-size:calc(40rem/16)}h3,.h3{font-size:calc(31rem/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(20rem/16)}h1,.h1{font-size:calc(48rem/16)}h2,.h2{font-size:calc(40rem/16)}h3,.h3{font-size:calc(31rem/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);text-decoration:var(--link-decoration)}a:hover,a:focus{color:var(--link-color-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 Duotone';font-style:normal;font-weight:900;font-display:block;src:url("../../rw_common/plugins/stacks/fa5-fonts/fa-duotone-900.eot");src:url("../../rw_common/plugins/stacks/fa5-fonts/fa-duotone-900.eot?#iefix") format("embedded-opentype"),url("../../rw_common/plugins/stacks/fa5-fonts/fa-duotone-900.woff2") format("woff2"),url("../../rw_common/plugins/stacks/fa5-fonts/fa-duotone-900.woff") format("woff"),url("../../rw_common/plugins/stacks/fa5-fonts/fa-duotone-900.ttf") format("truetype"),url("../../rw_common/plugins/stacks/fa5-fonts/fa-duotone-900.svg#fontawesome") format("svg")}.fad{position:relative;font-family:'Font Awesome 5 Duotone';font-weight:900}@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: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} .ico-arrow:after, .label:before, .accordion-title:before{font-family:'Font Awesome 5 Pro' !important;font-weight:900} 



:root{--my-primary:rgba(232, 0, 19, 1.00)}
:root{--my-primary-dark:rgba(202, 0, 17, 1.00)}
:root{--my-primary-text:rgba(255, 255, 255, 1.00)}
:root{--my-primary-contrast:rgba(255, 255, 255, 1.00)}
:root{--my-primary-light:rgba(248, 229, 231, 1.00)}

:root{--my-secondary:rgba(250, 232, 131, 1.00)}
:root{--my-secondary-dark:rgba(217, 202, 115, 1.00)}
:root{--my-secondary-text:rgba(26, 26, 26, 1.00)}
:root{--my-secondary-contrast:rgba(223, 223, 223, 1.00)}
:root{--my-secondary-light:rgba(249, 246, 230, 1.00)}

:root{--my-white:rgba(255, 255, 255, 1.00)}
:root{--my-almost-white:rgba(245, 245, 245, 1.00)}
:root{--my-light-gray:rgba(230, 230, 230, 1.00)}
:root{--my-medium-gray:rgba(178, 178, 178, 1.00)}
:root{--my-dark-gray:rgba(71, 71, 71, 1.00)}
:root{--my-almost-black:rgba(38, 38, 38, 1.00)}
:root{--my-black:rgba(20, 20, 20, 1.00)}
:root{--my-transparent:rgba(255, 255, 255, 0.00)}

:root{--my-alert:rgba(233, 41, 28, 1.00)}
:root{--my-warning:rgba(234, 118, 29, 1.00)}
:root{--my-success:rgba(119, 208, 158, 1.00)}
:root{--my-dark-overlay:rgba(0, 0, 0, 0.40)}
:root{--my-light-overlay:rgba(255, 255, 255, 0.55)}

:root{--my-text-link:rgba(232, 0, 19, 1.00)}
:root{--my-text-link-hover:rgba(202, 0, 17, 1.00)}
:root{--my-text-link-alt:rgba(255, 255, 255, 1.00)}
:root{--my-text-link-alt-hover:rgba(223, 223, 223, 1.00)}


body{--primary:var(--my-primary) ;}
body{--primary-dark:var(--my-primary-dark) ;}
body{--primary-contrast:var(--my-primary-text) ;}

body{--secondary:var(--my-secondary) ;}
body{--secondary-dark:var(--my-secondary-dark) ;}
body{--secondary-contrast:var(--my-secondary-text) ;}

body{--white:var(--my-white) ;}
body{--light-gray:var(--my-light-gray) ;}
body{--medium-gray:var(--my-medium-gray) ;}
body{--dark-gray:var(--my-dark-gray) ;}
body{--black:var(--my-black) ;}

body{--alert:var(--my-alert) ;}
body{--warning:var(--my-warning) ;}
body{--success:var(--my-success) ;}
body{--overlay:var(--my-dark-overlay) ;}



.title{--header-color:var(--my-black) ;}
.title{--subheader-color:var(--my-medium-gray) ;}
.title{--small-color:var(--my-light-gray) ;}
.title{--text-color:var(--my-black) ;}
.title{--link-color:var(--my-text-link) ;}
.title{--link-color-hover:var(--my-text-link-hover) ;}
.title{--link-decoration:var(--my-text-link) ;}
.title{--link-decoration:var(--my-text-link-hover) ;}

.alt .title{--header-color:var(--my-white) ;}
.alt .title{--subheader-color:var(--my-medium-gray) ;}
.alt .title{--small-color:var(--my-dark-gray) ;}
.alt .title{--text-color:var(--my-white) ;}
.alt .title{--link-color:var(--my-text-link) ;}
.alt .title{--link-color-hover:var(--my-text-link-hover) ;}
.alt .title{--link-decoration:var(--my-text-link) ;}
.alt .title{--link-decoration:var(--my-text-link-hover) ;}

.title.primary{--header-color:var(--my-primary) ;}
.title.secondary{--header-color:var(--my-secondary) ;}

.title.white{--header-color:var(--my-white) ;}
.alt .title.white{--header-color:var(--my-black) ;}
.title.light-gray{--header-color:var(--my-light-gray) ;}
.alt .title.light-gray{--header-color:var(--my-dark-gray) ;}
.title.medium-gray{--header-color:var(--my-medium-gray) ;}
.alt .title.medium-gray{--header-color:var(--my-medium-gray) ;}
.title.dark-gray{--header-color:var(--my-dark-gray) ;}
.alt .title.dark-gray{--header-color:var(--my-light-gray) ;}
.title.black{--header-color:var(--my-black) ;}
.alt .title.black{--header-color:var(--my-white) ;}


.above-title{--text-color:var(--my-black) ;}
.above-title{--link-color:var(--my-text-link) ;}
.above-title{--link-color-hover:var(--my-text-link-hover) ;}
.above-title{--link-decoration:var(--my-text-link) ;}
.above-title{--link-decoration:var(--my-text-link-hover) ;}

.alt .above-title{--text-color:var(--my-white) ;}
.alt .above-title{--link-color:var(--my-text-link) ;}
.alt .above-title{--link-color-hover:var(--my-text-link-hover) ;}
.alt .above-title{--link-decoration:var(--my-text-link) ;}
.alt .above-title{--link-decoration:var(--my-text-link-hover) ;}

.above-title.primary{--text-color:var(--my-primary) ;}
.alt .above-title.primary{--text-color:var(--my-primary) ;}
.above-title.secondary{--text-color:var(--my-secondary) ;}
.alt .above-title.secondary{--text-color:var(--my-secondary) ;}

.above-title.white{--text-color:var(--my-white) ;}
.alt .above-title.white{--text-color:var(--my-black) ;}
.above-title.light-gray{--text-color:var(--my-light-gray) ;}
.alt .above-title.light-gray{--text-color:var(--my-dark-gray) ;}
.above-title.medium-gray{--text-color:var(--my-medium-gray) ;}
.alt .above-title.medium-gray{--text-color:var(--my-medium-gray) ;}
.above-title.dark-gray{--text-color:var(--my-dark-gray) ;}
.alt .above-title.dark-gray{--text-color:var(--my-light-gray) ;}
.above-title.black{--text-color:var(--my-black) ;}
.alt .above-title.black{--text-color:var(--my-white) ;}


.description{--text-color:var(--my-black) ;}
.description{--link-color:var(--my-text-link) ;}
.description{--link-color-hover:var(--my-text-link-hover) ;}
.description{--link-decoration:var(--my-text-link) ;}
.description{--link-decoration:var(--my-text-link-hover) ;}

.alt .description{--text-color:var(--my-white) ;}
.alt .description{--link-color:var(--my-text-link-alt) ;}
.alt .description{--link-color-hover:var(--my-text-link-alt-hover) ;}
.alt .description{--link-decoration:var(--my-text-link-alt) ;}
.alt .description{--link-decoration:var(--my-text-link-alt-hover) ;}

.description.primary{--text-color:var(--my-primary) ;}
.alt .description.primary{--text-color:var(--my-primary) ;}
.description.secondary{--text-color:var(--my-secondary) ;}
.alt .description.secondary{--text-color:var(--my-secondary) ;}

.description.white{--text-color:var(--my-white) ;}
.alt .description.white{--text-color:var(--my-black) ;}
.description.light-gray{--text-color:var(--my-light-gray) ;}
.alt .description.light-gray{--text-color:var(--my-dark-gray) ;}
.description.medium-gray{--text-color:var(--my-medium-gray) ;}
.alt .description.medium-gray{--text-color:var(--my-medium-gray) ;}
.description.dark-gray{--text-color:var(--my-dark-gray) ;}
.alt .description.dark-gray{--text-color:var(--my-light-gray) ;}
.description.black{--text-color:var(--my-black) ;}
.alt .description.black{--text-color:var(--my-white) ;}


.btn-main{--primary:var(--my-primary) ;}
.btn-main{--primary-contrast:var(--my-primary-text) ;}
.btn-main{border-color:var(--my-primary) ;border-width:2px ;border-style:solid ;}

.btn-main{--primary-dark:var(--my-transparent) ;}

.btn-main:focus{--primary-dark:var(--my-transparent) ;}

.clear.btn-main:hover{--primary-dark:var(--my-primary-dark) ;}

.clear.btn-main:focus{--primary-dark:var(--my-primary-dark) ;}

.hollow.btn-main{border-color:var(--my-primary) ;border-width:2px ;border-style:solid ;}

.hollow.btn-main:hover{--primary-dark:var(--my-primary-dark) ;}
.hollow.btn-main:hover{border-color:var(--my-primary-dark) ;border-width:2px ;border-style:solid ;}

.hollow.btn-main:focus{--primary-dark:var(--my-primary-dark) ;}
.hollow.btn-main:focus{border-color:var(--my-primary-dark) ;border-width:2px ;border-style:solid ;}


.btn-main{--secondary:var(--my-secondary) ;}
.btn-main{--secondary-contrast:var(--my-secondary-text) ;}
.btn-main.secondary{border-color:var(--my-secondary) ;border-width:2px ;border-style:solid ;}

.btn-main{--secondary-dark:var(--my-transparent) ;}

.btn-main:focus{--secondary-dark:var(--my-transparent) ;}

.clear.btn-main:hover{--secondary-dark:var(--my-secondary-dark) ;}

.clear.btn-main:focus{--secondary-dark:var(--my-secondary-dark) ;}

.hollow.btn-main.secondary{border-color:var(--my-secondary) ;border-width:2px ;border-style:solid ;}

.hollow.btn-main:hover{--secondary-dark:var(--my-secondary-dark) ;}
.hollow.btn-main:hover.secondary:hover{border-color:var(--my-secondary-dark) ;border-width:2px ;border-style:solid ;}

.hollow.btn-main:focus{--secondary-dark:var(--my-secondary-dark) ;}
.hollow.btn-main:focus.secondary:hover{border-color:var(--my-secondary-dark) ;border-width:2px ;border-style:solid ;}


.btn-main.black{--primary:var(--my-black) ;}
.btn-main.black{--primary-contrast:var(--my-white) ;}
.btn-main.black{border-color:var(--my-black) ;border-width:2px ;border-style:solid ;}

.btn-main.black{--primary-dark:var(--my-transparent) ;}

.btn-main:focus.black{--primary-dark:var(--my-transparent) ;}

.clear.btn-main:hover.black{--primary-dark:var(--my-dark-gray) ;}
.clear.btn-main.black{border-color:var(--my-transparent) ;border-width:0px ;border-style:solid ;}

.clear.btn-main:focus.black{--primary-dark:var(--my-dark-gray) ;}

.hollow.btn-main:hover.black{--primary-dark:var(--my-dark-gray) ;}
.hollow.btn-main:hover.black{border-color:var(--my-dark-gray) ;border-width:2px ;border-style:solid ;}

.hollow.btn-main:focus.black{--primary-dark:var(--my-dark-gray) ;}
.hollow.btn-main:focus.black{border-color:var(--my-dark-gray) ;border-width:2px ;border-style:solid ;}


.btn-main.white{--primary:var(--my-white) ;}
.btn-main.white{--primary-contrast:var(--my-black) ;}
.btn-main.white{border-color:var(--my-white) ;border-width:2px ;border-style:solid ;}

.btn-main.white{--primary-dark:var(--my-transparent) ;}

.btn-main:focus.white{--primary-dark:var(--my-transparent) ;}

.clear.btn-main:hover.white{--primary-dark:var(--my-medium-gray) ;}
.clear.btn-main.white{border-color:var(--my-transparent) ;border-width:0px ;border-style:solid ;}

.clear.btn-main:focus.white{--primary-dark:var(--my-medium-gray) ;}

.hollow.btn-main:hover.white{--primary-dark:var(--my-white) ;}
.hollow.btn-main:hover.white{border-color:var(--my-white) ;border-width:2px ;border-style:solid ;}

.hollow.btn-main:focus.white{--primary-dark:var(--my-white) ;}
.hollow.btn-main:focus.white{border-color:var(--my-white) ;border-width:2px ;border-style:solid ;}




.bg-primary{background-color:var(--my-primary) !important;background-position:center center !important;background-origin:padding-box !important;background-blend-mode:normal !important;background-attachment:scroll   !important;-webkit-background-clip:border-box !important;background-clip:border-box !important;}@media (hover:none) and (pointer:coarse){.bg-primary{background-attachment:scroll!important}}
.bg-primary-dark{background-color:var(--my-primary-dark) !important;background-position:center center !important;background-origin:padding-box !important;background-blend-mode:normal !important;background-attachment:scroll   !important;-webkit-background-clip:border-box !important;background-clip:border-box !important;}@media (hover:none) and (pointer:coarse){.bg-primary-dark{background-attachment:scroll!important}}
.bg-primary-text{background-color:var(--my-primary-text) !important;background-position:center center !important;background-origin:padding-box !important;background-blend-mode:normal !important;background-attachment:scroll   !important;-webkit-background-clip:border-box !important;background-clip:border-box !important;}@media (hover:none) and (pointer:coarse){.bg-primary-text{background-attachment:scroll!important}}
.bg-primary-light{background-color:var(--my-primary-light) !important;background-position:center center !important;background-origin:padding-box !important;background-blend-mode:normal !important;background-attachment:scroll   !important;-webkit-background-clip:border-box !important;background-clip:border-box !important;}@media (hover:none) and (pointer:coarse){.bg-primary-light{background-attachment:scroll!important}}

.bg-secondary{background-color:var(--my-secondary) !important;background-position:center center !important;background-origin:padding-box !important;background-blend-mode:normal !important;background-attachment:scroll   !important;-webkit-background-clip:border-box !important;background-clip:border-box !important;}@media (hover:none) and (pointer:coarse){.bg-secondary{background-attachment:scroll!important}}
.bg-secondary-dark{background-color:var(--my-secondary-dark) !important;background-position:center center !important;background-origin:padding-box !important;background-blend-mode:normal !important;background-attachment:scroll   !important;-webkit-background-clip:border-box !important;background-clip:border-box !important;}@media (hover:none) and (pointer:coarse){.bg-secondary-dark{background-attachment:scroll!important}}
.bg-secondary-text{background-color:var(--my-secondary-text) !important;background-position:center center !important;background-origin:padding-box !important;background-blend-mode:normal !important;background-attachment:scroll   !important;-webkit-background-clip:border-box !important;background-clip:border-box !important;}@media (hover:none) and (pointer:coarse){.bg-secondary-text{background-attachment:scroll!important}}
.bg-secondary-light{background-color:var(--my-secondary-light) !important;background-position:center center !important;background-origin:padding-box !important;background-blend-mode:normal !important;background-attachment:scroll   !important;-webkit-background-clip:border-box !important;background-clip:border-box !important;}@media (hover:none) and (pointer:coarse){.bg-secondary-light{background-attachment:scroll!important}}

.bg-white{background-color:var(--my-white) !important;background-position:center center !important;background-origin:padding-box !important;background-blend-mode:normal !important;background-attachment:scroll   !important;-webkit-background-clip:border-box !important;background-clip:border-box !important;}@media (hover:none) and (pointer:coarse){.bg-white{background-attachment:scroll!important}}
.bg-almost-white{background-color:var(--my-almost-white) !important;background-position:center center !important;background-origin:padding-box !important;background-blend-mode:normal !important;background-attachment:scroll   !important;-webkit-background-clip:border-box !important;background-clip:border-box !important;}@media (hover:none) and (pointer:coarse){.bg-almost-white{background-attachment:scroll!important}}
.bg-light-gray{background-color:var(--my-light-gray) !important;background-position:center center !important;background-origin:padding-box !important;background-blend-mode:normal !important;background-attachment:scroll   !important;-webkit-background-clip:border-box !important;background-clip:border-box !important;}@media (hover:none) and (pointer:coarse){.bg-light-gray{background-attachment:scroll!important}}
.bg-medium-gray{background-color:var(--my-medium-gray) !important;background-position:center center !important;background-origin:padding-box !important;background-blend-mode:normal !important;background-attachment:scroll   !important;-webkit-background-clip:border-box !important;background-clip:border-box !important;}@media (hover:none) and (pointer:coarse){.bg-medium-gray{background-attachment:scroll!important}}
.bg-dark-gray{background-color:var(--my-dark-gray) !important;background-position:center center !important;background-origin:padding-box !important;background-blend-mode:normal !important;background-attachment:scroll   !important;-webkit-background-clip:border-box !important;background-clip:border-box !important;}@media (hover:none) and (pointer:coarse){.bg-dark-gray{background-attachment:scroll!important}}
.bg-almost-black{background-color:var(--my-almost-black) !important;background-position:center center !important;background-origin:padding-box !important;background-blend-mode:normal !important;background-attachment:scroll   !important;-webkit-background-clip:border-box !important;background-clip:border-box !important;}@media (hover:none) and (pointer:coarse){.bg-almost-black{background-attachment:scroll!important}}
.bg-black{background-color:var(--my-black) !important;background-position:center center !important;background-origin:padding-box !important;background-blend-mode:normal !important;background-attachment:scroll   !important;-webkit-background-clip:border-box !important;background-clip:border-box !important;}@media (hover:none) and (pointer:coarse){.bg-black{background-attachment:scroll!important}}

.bg-alert{background-color:var(--my-alert) !important;background-position:center center !important;background-origin:padding-box !important;background-blend-mode:normal !important;background-attachment:scroll   !important;-webkit-background-clip:border-box !important;background-clip:border-box !important;}@media (hover:none) and (pointer:coarse){.bg-alert{background-attachment:scroll!important}}
.bg-warning{background-color:var(--my-warning) !important;background-position:center center !important;background-origin:padding-box !important;background-blend-mode:normal !important;background-attachment:scroll   !important;-webkit-background-clip:border-box !important;background-clip:border-box !important;}@media (hover:none) and (pointer:coarse){.bg-warning{background-attachment:scroll!important}}
.bg-success{background-color:var(--my-success) !important;background-position:center center !important;background-origin:padding-box !important;background-blend-mode:normal !important;background-attachment:scroll   !important;-webkit-background-clip:border-box !important;background-clip:border-box !important;}@media (hover:none) and (pointer:coarse){.bg-success{background-attachment:scroll!important}}
.bg-dark-overlay{position:relative;z-index:1}.bg-dark-overlay:before{content:"";position:absolute;top:0;bottom:0;left:0;right:0;z-index:-1;opacity:0.80 ;background-color:var(--my-dark-overlay) ;}
.bg-light-overlay{position:relative;z-index:1}.bg-light-overlay:before{content:"";position:absolute;top:0;bottom:0;left:0;right:0;z-index:-1;opacity:1.00 ;background-color:var(--my-light-overlay) ;}
.bg-dark-gradient{position:relative;z-index:0}.bg-dark-gradient:before{content:"";position:absolute;top:0;bottom:0;left:0;right:0;z-index:-1;opacity:0.60 ; background-image: linear-gradient(0deg, #000000 0%, #00000000 40%); }
.bg-light-gradient{position:relative;z-index:0}.bg-light-gradient:before{content:"";position:absolute;top:0;bottom:0;left:0;right:0;z-index:-1;opacity:0.60 ; background-image: linear-gradient(0deg, #ffffff 0%, #ffffff00 40%); }
.bg-black-top-gradient{position:relative;z-index:0}.bg-black-top-gradient:before{content:"";position:absolute;top:0;bottom:0;left:0;right:0;z-index:-1;opacity:0.80 ; background-image: linear-gradient(0deg, #ffffff00 -40%, var(--my-black) 100%); }


.tabs-title > a{color:var(--my-black) ;}
.tabs-title > a{background-color:var(--my-almost-white) ;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){.tabs-title > a{background-attachment:scroll!important}}
.tabs-title > a[aria-selected='true']{color:var(--my-white) ;}
.tabs-title > a[aria-selected='true']{background-color:var(--my-black) ;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){.tabs-title > a[aria-selected='true']{background-attachment:scroll!important}}

.alt .tabs-title > a{color:var(--my-white) ;}
.alt .tabs-title > a{background-color:var(--my-almost-black) ;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){.alt .tabs-title > a{background-attachment:scroll!important}}
.alt .tabs-title > a[aria-selected='true']{color:var(--my-black) ;}
.alt .tabs-title > a[aria-selected='true']{background-color:var(--my-white) ;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){.alt .tabs-title > a[aria-selected='true']{background-attachment:scroll!important}}

.primary .tabs-title > a{color:var(--my-primary) ;}
.primary .tabs-title > a{background-color:var(--my-primary-light) ;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){.primary .tabs-title > a{background-attachment:scroll!important}}
.primary .tabs-title > a[aria-selected='true']{color:var(--my-white) ;}
.primary .tabs-title > a[aria-selected='true']{background-color:var(--my-primary) ;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){.primary .tabs-title > a[aria-selected='true']{background-attachment:scroll!important}}

.secondary .tabs-title > a{color:var(--my-medium-gray) ;}
.secondary .tabs-title > a{background-color:var(--my-secondary-light) ;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){.secondary .tabs-title > a{background-attachment:scroll!important}}
.secondary .tabs-title > a[aria-selected='true']{color:var(--my-black) ;}
.secondary .tabs-title > a[aria-selected='true']{background-color:var(--my-secondary) ;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){.secondary .tabs-title > a[aria-selected='true']{background-attachment:scroll!important}}

.bg-primary .tabs-title > a{color:var(--my-white) ;}
.bg-primary .tabs-title > a{background-color:var(--my-primary-dark) ;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){.bg-primary .tabs-title > a{background-attachment:scroll!important}}
.bg-primary .tabs-title > a[aria-selected='true']{color:var(--my-primary) ;}
.bg-primary .tabs-title > a[aria-selected='true']{background-color:var(--my-white) ;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){.bg-primary .tabs-title > a[aria-selected='true']{background-attachment:scroll!important}}

.bg-secondary .tabs-title > a{color:var(--my-black) ;}
.bg-secondary .tabs-title > a{background-color:var(--my-secondary-dark) ;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){.bg-secondary .tabs-title > a{background-attachment:scroll!important}}
.bg-secondary .tabs-title > a[aria-selected='true']{color:var(--my-white) ;}
.bg-secondary .tabs-title > a[aria-selected='true']{background-color:var(--my-black) ;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){.bg-secondary .tabs-title > a[aria-selected='true']{background-attachment:scroll!important}}

.tabs-content{background-color:var(--my-transparent) ;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){.tabs-content{background-attachment:scroll!important}}

.tabs{background-color:var(--my-transparent) ;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){.tabs{background-attachment:scroll!important}}


.accordion-title{background-color:var(--my-transparent) ;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){.accordion-title{background-attachment:scroll!important}}
.accordion-title:focus{background-color:var(--my-transparent) ;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){.accordion-title{background-attachment:scroll!important}}
.accordion-title:hover{background-color:var(--my-transparent) ;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){.accordion-title{background-attachment:scroll!important}}
.accordion-title{color:var(--my-black) !important;}
.accordion-title:hover{color:var(--my-dark-overlay) !important;}
.accordion-title:focus{color:var(--my-black) !important;}

.alt .accordion-title{color:var(--my-white) !important;}
.alt .accordion-title:hover{color:var(--my-light-overlay) !important;}
.alt .accordion-title:focus{color:var(--my-white) !important;}
.alt .accordion-title{border-color:var(--my-dark-gray) !important;border-bottom-width:1px !important;border-bottom-style:solid !important;}
.alt .accordion-item.is-active>.accordion-title{border-color:var(--my-dark-gray) !important;border-bottom-width:1px !important;border-bottom-style:solid !important;}

.bg-primary .accordion-title{border-color:var(--my-light-overlay) !important;border-bottom-width:1px !important;border-bottom-style:solid !important;}
.bg-primary .accordion-item.is-active>.accordion-title{border-color:var(--my-light-overlay) !important;border-bottom-width:1px !important;border-bottom-style:solid !important;}

.bg-secondary .accordion-title{border-color:var(--my-secondary-dark) !important;border-bottom-width:1px !important;border-bottom-style:solid !important;}
.bg-secondary .accordion-item.is-active>.accordion-title{border-color:var(--my-secondary-dark) !important;border-bottom-width:1px !important;border-bottom-style:solid !important;}

.accordion-content{background-color:var(--my-transparent) ;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){.accordion-content{background-attachment:scroll!important}}


.orbit-bullets button{background-color:var(--my-dark-overlay) ;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){.orbit-bullets button{background-attachment:scroll!important}}
.orbit-bullets button:hover{background-color:var(--my-black) ;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){.orbit-bullets button{background-attachment:scroll!important}}
.orbit-bullets button.is-active{background-color:var(--my-black) ;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){.orbit-bullets button.is-active{background-attachment:scroll!important}}

.alt .orbit-bullets button{background-color:var(--my-light-overlay) ;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){.alt .orbit-bullets button{background-attachment:scroll!important}}
.alt .orbit-bullets button:hover{background-color:var(--my-white) ;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){.alt .orbit-bullets button{background-attachment:scroll!important}}
.alt .orbit-bullets button.is-active{background-color:var(--my-white) ;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){.alt .orbit-bullets button.is-active{background-attachment:scroll!important}}



  h1,.h1, h2,.h2, h3,.h3, h4,.h4, h5,.h5, h6,.h6,     .title, .display-1, .display-2, .display-3, .display-4, .display-5{font-family:"Poppins",sans-serif }

            .above-title{font-family:"Poppins",sans-serif }

            .description{font-family:"Poppins",sans-serif }

            h1.title{font-size:calc(32rem/16) ;font-weight:300 ;}@media only screen and (min-width:40em) {            h1.title{font-size:calc(40rem/16) ;line-height:1.10 }}@media only screen and (min-width:64em) {            h1.title{font-size:calc(54rem/16) ;line-height:1.10 }}
            h2.title{font-size:calc(26rem/16) ;font-weight:300 ;}@media only screen and (min-width:40em) {            h2.title{font-size:calc(32rem/16) ;line-height:1.10 }}@media only screen and (min-width:64em) {            h2.title{font-size:calc(40rem/16) ;line-height:1.10 }}
            h3.title{font-size:calc(24rem/16) ;font-weight:300 ;}@media only screen and (min-width:40em) {            h3.title{font-size:calc(26rem/16) ;line-height:1.10 }}@media only screen and (min-width:64em) {            h3.title{font-size:calc(32rem/16) ;line-height:1.10 }}
            h4.title{font-size:calc(22rem/16) ;font-weight:300 ;}@media only screen and (min-width:40em) {            h4.title{font-size:calc(24rem/16) ;line-height:1.10 }}@media only screen and (min-width:64em) {            h4.title{font-size:calc(26rem/16) ;line-height:1.10 }}
            h5.title{font-size:calc(20rem/16) ;font-weight:300 ;}@media only screen and (min-width:40em) {            h5.title{font-size:calc(22rem/16) ;line-height:1.10 }}@media only screen and (min-width:64em) {            h5.title{font-size:calc(24rem/16) ;line-height:1.10 }}
            h6.title{font-size:calc(18rem/16) ;font-weight:300 ;}@media only screen and (min-width:40em) {            h6.title{font-size:calc(20rem/16) ;line-height:1.10 }}@media only screen and (min-width:64em) {            h6.title{font-size:calc(22rem/16) ;line-height:1.10 }}


            .display-1{font-size:calc(58rem/16) !important;}@media only screen and (min-width:40em) {            .display-1{font-size:calc(72rem/16) !important;line-height:1.10 !important}}@media only screen and (min-width:64em) {            .display-1{font-size:calc(98rem/16) !important;line-height:1.10 !important}}
            .display-2{font-size:calc(54rem/16) !important;}@media only screen and (min-width:40em) {            .display-2{font-size:calc(66rem/16) !important;line-height:1.10 !important}}@media only screen and (min-width:64em) {            .display-2{font-size:calc(90rem/16) !important;line-height:1.10 !important}}
            .display-3{font-size:calc(48rem/16) !important;}@media only screen and (min-width:40em) {            .display-3{font-size:calc(60rem/16) !important;line-height:1.10 !important}}@media only screen and (min-width:64em) {            .display-3{font-size:calc(78rem/16) !important;line-height:1.10 !important}}
            .display-4{font-size:calc(44rem/16) !important;}@media only screen and (min-width:40em) {            .display-4{font-size:calc(54rem/16) !important;line-height:1.10 !important}}@media only screen and (min-width:64em) {            .display-4{font-size:calc(66rem/16) !important;line-height:1.10 !important}}
            .display-5{font-size:calc(40rem/16) !important;}@media only screen and (min-width:40em) {            .display-5{font-size:calc(48rem/16) !important;line-height:1.10 !important}}@media only screen and (min-width:64em) {            .display-5{font-size:calc(56rem/16) !important;line-height:1.10 !important}}

            .above-title{font-size:calc(20rem/16) ;font-weight:300 ;}@media only screen and (min-width:40em) {            .above-title{font-size:calc(28rem/16) ;line-height:1.10 }}@media only screen and (min-width:64em) {            .above-title{font-size:calc(28rem/16) ;line-height:1.10 }}
            .above-title.smaller{font-size:calc(26rem/16) ;}@media only screen and (min-width:40em) {            .above-title.smaller{font-size:calc(26rem/16) ;line-height:1.10 }}@media only screen and (min-width:64em) {            .above-title.smaller{font-size:calc(26rem/16) ;line-height:1.10 }}
            .above-title.smallest{font-size:calc(24rem/16) ;}@media only screen and (min-width:40em) {            .above-title.smallest{font-size:calc(24rem/16) ;line-height:1.10 }}@media only screen and (min-width:64em) {            .above-title.smallest{font-size:calc(24rem/16) ;line-height:1.10 }}
            .above-title.bigger{font-size:calc(30rem/16) !important;}@media only screen and (min-width:40em) {            .above-title.bigger{font-size:calc(30rem/16) !important;line-height:1.10 !important}}@media only screen and (min-width:64em) {            .above-title.bigger{font-size:calc(30rem/16) !important;line-height:1.10 !important}}
            .above-title.biggest{font-size:calc(32rem/16) !important;}@media only screen and (min-width:40em) {            .above-title.biggest{font-size:calc(32rem/16) !important;line-height:1.10 !important}}@media only screen and (min-width:64em) {            .above-title.biggest{font-size:calc(32rem/16) !important;line-height:1.10 !important}}

            .description{font-size:calc(20rem/16) ;font-weight:300 ;}@media only screen and (min-width:40em) {            .description{font-size:calc(20rem/16) ;line-height:1.10 }}@media only screen and (min-width:64em) {            .description{font-size:calc(20rem/16) ;line-height:1.10 }}
            .description p>strong, .description p>a>strong{font-weight:500 ;}
            .description.smallest{font-size:calc(14rem/16) ;}@media only screen and (min-width:40em) {            .description.smallest{font-size:calc(14rem/16) ;line-height:1.10 }}@media only screen and (min-width:64em) {            .description.smallest{font-size:calc(14rem/16) ;line-height:1.10 }}
            .description.smaller{font-size:calc(18rem/16) ;}@media only screen and (min-width:40em) {            .description.smaller{font-size:calc(18rem/16) ;line-height:1.10 }}@media only screen and (min-width:64em) {            .description.smaller{font-size:calc(18rem/16) ;line-height:1.10 }}
            .description.bigger{font-size:calc(23rem/16) !important;}@media only screen and (min-width:40em) {            .description.bigger{font-size:calc(23rem/16) !important;line-height:1.10 !important}}@media only screen and (min-width:64em) {            .description.bigger{font-size:calc(24rem/16) !important;line-height:1.10 !important}}
            .description.biggest{font-size:calc(24rem/16) !important;}@media only screen and (min-width:40em) {            .description.biggest{font-size:calc(25rem/16) !important;line-height:1.10 !important}}@media only screen and (min-width:64em) {            .description.biggest{font-size:calc(26rem/16) !important;line-height:1.10 !important}}



h1.title, h2.title{margin-top:0.00px ;margin-right:0.00px ;margin-bottom:26.00px ;margin-left:0.00px ;}@media only screen and (min-width:40em){h1.title, h2.title{margin-top:0.00px ;margin-right:0.00px ;margin-bottom:32.00px ;margin-left:0.00px }}@media only screen and (min-width:64em){h1.title, h2.title{margin-top:0.00px ;margin-right:0.00px ;margin-bottom:40.00px ;margin-left:0.00px }}
h3.title, h4.title, h5.title, h6.title{margin-top:0.00px ;margin-right:0.00px ;margin-bottom:20.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:26.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:32.00px ;margin-left:0.00px }}

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

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


.description a{position:relative;white-space:normal}.description a:before{content:"";position:absolute;bottom:0px;left:0;width:calc(100% - 0rem / 8);margin:0 calc(0rem / 16);height:2px;background:currentcolor;transform:scaleX(0.00);transform-origin:left  ;transition:transform 250ms ease-in;}.description a:hover:before{transform:scaleX(1.00);transform-origin:left  }
.description a:before{transition:all 150ms ease 0ms }









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

            .button,.btn-main{font-weight:700 !important;}
            .button,.item .btn-main{font-weight:500 !important;}


.button.medium{padding-top:12.00px ;padding-right:20.00px ;padding-bottom:12.00px ;padding-left:20.00px ;}@media only screen and (min-width:40em){.button.medium{padding-top:12.00px ;padding-right:20.00px ;padding-bottom:12.00px ;padding-left:20.00px }}@media only screen and (min-width:64em){.button.medium{padding-top:12.00px ;padding-right:20.00px ;padding-bottom:12.00px ;padding-left:20.00px }}
.button.large{padding-top:13.00px ;padding-right:24.00px ;padding-bottom:13.00px ;padding-left:24.00px ;}@media only screen and (min-width:40em){.button.large{padding-top:13.00px ;padding-right:24.00px ;padding-bottom:13.00px ;padding-left:24.00px }}@media only screen and (min-width:64em){.button.large{padding-top:13.00px ;padding-right:24.00px ;padding-bottom:13.00px ;padding-left:24.00px }}
.button.extra-pad{padding-top:13.00px ;padding-right:24.00px ;padding-bottom:13.00px ;padding-left:24.00px ;}@media only screen and (min-width:40em){.button.extra-pad{padding-top:20.00px ;padding-right:32.00px ;padding-bottom:20.00px ;padding-left:32.00px }}@media only screen and (min-width:64em){.button.extra-pad{padding-top:20.00px ;padding-right:32.00px ;padding-bottom:20.00px ;padding-left:32.00px }}

.ico-arrow:after{content:"\f178" }
.ico-arrow:after{padding-left:0.5rem ;}  
.ico-arrow:hover:after{padding-left:1rem ;}  
.ico-arrow:after{transition:all 100ms ease 0ms }



            .main-menu{font-family:"Poppins",sans-serif }
            .main-menu{font-size:calc(18rem/16) ;font-weight:400 ;}@media only screen and (min-width:40em) {            .main-menu{font-size:calc(18rem/16) ;line-height:1.50 }}@media only screen and (min-width:64em) {            .main-menu{font-size:calc(18rem/16) ;line-height:1.50 }}


.main-menu>.menu>li>a{margin-right:0 ;margin-left:0 ;}  
.main-menu li{margin-right:0.25rem ;margin-left:0.25rem ;}  
.main-menu a{transition:all 250ms ease 0ms }
.main-menu>.menu>li>a{padding-top:4.00px !important;padding-right:0.00px !important;padding-bottom:4.00px !important;padding-left:0.00px !important;}@media only screen and (min-width:40em){.main-menu>.menu>li>a{padding-top:6.00px !important;padding-right:0.00px !important;padding-bottom:6.00px !important;padding-left:0.00px !important}}@media only screen and (min-width:64em){.main-menu>.menu>li>a{padding-top:6.00px !important;padding-right:0.00px !important;padding-bottom:6.00px !important;padding-left:0.00px !important}}
 .main-menu a{border-radius:0px ;}

.burger-icon .main-menu a{padding-top:0 !important;padding-bottom:0 !important;}  

            .dropdown-pane .main-menu{font-size:calc(18rem/16) ;font-weight:400 ;}@media only screen and (min-width:40em) {            .dropdown-pane .main-menu{font-size:calc(18rem/16) ;line-height:1.50 }}@media only screen and (min-width:64em) {            .dropdown-pane .main-menu{font-size:calc(18rem/16) ;line-height:1.50 }}
.dropdown-pane .main-menu>.menu>li>a{padding-top:4.00px ;padding-right:0.00px ;padding-bottom:4.00px ;padding-left:0.00px ;}@media only screen and (min-width:40em){.dropdown-pane .main-menu>.menu>li>a{padding-top:6.00px ;padding-right:0.00px ;padding-bottom:6.00px ;padding-left:0.00px }}@media only screen and (min-width:64em){.dropdown-pane .main-menu>.menu>li>a{padding-top:6.00px ;padding-right:8.00px ;padding-bottom:6.00px ;padding-left:8.00px }}







.dropdown-pane

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







.dropdown-pane.is-open

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

.dropdown-pane{box-shadow: 0px 25px 25px 0px rgba(0, 0, 0, 0.15);}
.dropdown-pane{transition:all 200ms ease 0ms }
.dropdown-pane{width:auto ;min-width:200.00px ;max-width:350.00px ;}  
.dropdown-pane{background-color:var(--white) ;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){.dropdown-pane{background-attachment:scroll!important}}
.dropdown-pane, .dropdown-pane.is-open{z-index:999999 }
.dropdown-caret{margin-top:0.00px ;margin-right:0.00px ;margin-bottom:0.00px ;margin-left:0.00px ;}@media only screen and (min-width:40em){.dropdown-caret{margin-top:-26.00px ;margin-right:0.00px ;margin-bottom:26.00px ;margin-left:0.00px }}@media only screen and (min-width:64em){.dropdown-caret{margin-top:-26.00px ;margin-right:0.00px ;margin-bottom:26.00px ;margin-left:0.00px }}



            .overlay-menu .main-menu{font-size:calc(24rem/16) ;font-weight:400 ;}@media only screen and (min-width:40em) {            .overlay-menu .main-menu{font-size:calc(28rem/16) ;line-height:1.50 }}@media only screen and (min-width:64em) {            .overlay-menu .main-menu{font-size:calc(28rem/16) ;line-height:1.50 }}
.overlay-menu .main-menu a{border-color:var(--my-light-gray) ;border-top-width:1px ;border-top-style:solid ;}
.overlay-menu.alt .main-menu a{border-color:var(--my-dark-gray) ;border-top-width:1px ;border-top-style:solid ;}
.overlay-menu .main-menu{border-color:var(--my-light-gray) ;border-bottom-width:1px ;border-bottom-style:solid ;}
.overlay-menu.alt .main-menu{border-color:var(--my-dark-gray) ;border-bottom-width:1px ;border-bottom-style:solid ;}

            .overlay-menu .is-submenu-item .main-menu{font-size:calc(20rem/16) ;font-weight:400 ;}@media only screen and (min-width:40em) {            .overlay-menu .is-submenu-item .main-menu{font-size:calc(22rem/16) ;line-height:1.50 }}@media only screen and (min-width:64em) {            .overlay-menu .is-submenu-item .main-menu{font-size:calc(22rem/16) ;line-height:1.50 }}

.overlay-menu-container{height:100% ;}  
.reveal{transition:all 350ms ease 0ms !important}
.reveal{z-index:999999 !important}



            .footer .main-menu{font-size:calc(20rem/16) ;font-weight:300 ;}@media only screen and (min-width:40em) {            .footer .main-menu{font-size:calc(20rem/16) ;line-height:1.50 }}@media only screen and (min-width:64em) {            .footer .main-menu{font-size:calc(20rem/16) ;line-height:1.50 }}
.footer .main-menu a{padding-top:0 !important;padding-right:0 !important;padding-bottom:1rem !important;padding-left:0 !important;}  
.footer .main-menu .menu-text{display:none } 


@media screen and (min-width: 40em){.go-top-wrapper{position:fixed   ;z-index:1 ;top:0px ;bottom:unset ;left:unset ;right:0px ;}}







.go-top-wrapper:hover .go-top-arrow 

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

.go-top-arrow{transition:all 300ms ease 0ms }







.go-top-text 

{
    transform-origin: 0% 0% ;
    transform-style: flat ;
    transform :
        
        
        translate3d(23px, 8px, 0px)
        
        
        
        rotateX(0deg) rotateY(0deg) rotateZ(90deg)
        
        
        ;
}



            .tabs{font-family:"Poppins",sans-serif }
            .tabs-title > a{font-size:calc(24rem/16) ;font-weight:500 ;}@media only screen and (min-width:40em) {            .tabs-title > a{font-size:calc(26rem/16) ;line-height:1.10 }}@media only screen and (min-width:64em) {            .tabs-title > a{font-size:calc(28rem/16) ;line-height:1.10 }}
.tabs{border:unset }
.tabs-title > a{padding-top:1.5rem !important;padding-right:1.25rem !important;padding-bottom:1.5rem !important;padding-left:1.25rem !important;}  
.tabs-title > a[aria-selected='true']{padding-top:1.5rem !important;padding-right:2rem !important;padding-bottom:1.5rem !important;padding-left:2rem !important;}  
.tabs-title > a{margin-right:0.5rem ;margin-bottom:0.5rem ;}  
.tabs-title > a{transition:all 250ms ease 0ms }

.vertical .tabs-title > a{display:inline-block } 
.vertical .tabs-title > a{padding-top:1rem !important;padding-right:1.25rem !important;padding-bottom:1rem !important;padding-left:1.25rem !important;}  
.vertical .tabs-title > a:hover{padding-top:1rem !important;padding-right:2rem !important;padding-bottom:1rem !important;padding-left:2rem !important;}  
.vertical .tabs-title > a[aria-selected='true']{padding-top:1rem !important;padding-right:2rem !important;padding-bottom:1rem !important;padding-left:2rem !important;}  

.tabs-content{border:unset }
.tabs-panel{padding:0 !important;}  

.accordion{background-color:var(--my-transparent) ;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){.accordion{background-attachment:scroll!important}}

            .accordion-title{font-family:"Poppins",sans-serif }
            .accordion-title{font-size:calc(24rem/16) ;font-weight:500 ;}@media only screen and (min-width:40em) {            .accordion-title{font-size:calc(26rem/16) ;line-height:1.10 }}@media only screen and (min-width:64em) {            .accordion-title{font-size:calc(28rem/16) ;line-height:1.10 }}
.accordion-title{border:unset }
.accordion-item.is-active>.accordion-title{border-bottom:unset !important}
.accordion-title{border-color:var(--my-light-gray) !important;border-bottom-width:1px !important;border-bottom-style:solid !important;}
.accordion-item.is-active>.accordion-title{border-color:var(--my-light-gray) !important;border-bottom-width:1px !important;border-bottom-style:solid !important;}
.accordion-title{padding-top:2rem !important;padding-right:1rem !important;padding-bottom:2rem !important;padding-left:1rem !important;}  
.accordion-title{transition:all 250ms ease 0ms }
.accordion-title:before{margin-top:-0.75rem ;}  

.accordion-content{border:unset !important}
:last-child>.accordion-content:last-child{border:unset }

.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-single{padding-top:64.00px ;padding-right:32.00px ;padding-bottom:64.00px ;padding-left:32.00px ;}@media only screen and (min-width:40em){.pad-single{padding-top:96.00px ;padding-right:48.00px ;padding-bottom:96.00px ;padding-left:48.00px }}@media only screen and (min-width:64em){.pad-single{padding-top:128.00px ;padding-right:64.00px ;padding-bottom:128.00px ;padding-left:64.00px }}
.pad{padding-top:32.00px ;padding-right:16.00px ;padding-bottom:32.00px ;padding-left:16.00px ;}@media only screen and (min-width:40em){.pad{padding-top:48.00px ;padding-right:24.00px ;padding-bottom:48.00px ;padding-left:24.00px }}@media only screen and (min-width:64em){.pad{padding-top:64.00px ;padding-right:32.00px ;padding-bottom:64.00px ;padding-left:32.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-b{padding-top:0.00px ;padding-right:0.00px ;padding-bottom:32.00px ;padding-left:0.00px ;}@media only screen and (min-width:40em){.pad-b{padding-top:0.00px ;padding-right:0.00px ;padding-bottom:48.00px ;padding-left:0.00px }}@media only screen and (min-width:64em){.pad-b{padding-top:0.00px ;padding-right:0.00px ;padding-bottom:64.00px ;padding-left:0.00px }}
.pad-x{padding-top:0.00px ;padding-right:16.00px ;padding-bottom:0.00px ;padding-left:16.00px ;}@media only screen and (min-width:40em){.pad-x{padding-top:0.00px ;padding-right:24.00px ;padding-bottom:0.00px ;padding-left:24.00px }}@media only screen and (min-width:64em){.pad-x{padding-top:0.00px ;padding-right:32.00px ;padding-bottom:0.00px ;padding-left:32.00px }}
.pad-x-t{padding-top:32.00px ;padding-right:16.00px ;padding-bottom:0.00px ;padding-left:16.00px ;}@media only screen and (min-width:40em){.pad-x-t{padding-top:48.00px ;padding-right:24.00px ;padding-bottom:0.00px ;padding-left:24.00px }}@media only screen and (min-width:64em){.pad-x-t{padding-top:64.00px ;padding-right:32.00px ;padding-bottom:0.00px ;padding-left:32.00px }}
.pad-x-b{padding-top:0.00px ;padding-right:16.00px ;padding-bottom:32.00px ;padding-left:16.00px ;}@media only screen and (min-width:40em){.pad-x-b{padding-top:0.00px ;padding-right:24.00px ;padding-bottom:48.00px ;padding-left:24.00px }}@media only screen and (min-width:64em){.pad-x-b{padding-top:0.00px ;padding-right:32.00px ;padding-bottom:64.00px ;padding-left:32.00px }}



            .naked{font-size:calc(20rem/16) ;}@media only screen and (min-width:40em) {            .naked{font-size:calc(22rem/16) ;line-height:1.50 }}@media only screen and (min-width:64em) {            .naked{font-size:calc(24rem/16) ;line-height:1.50 }}
.naked{background-color:var(--my-transparent) ;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){.naked{background-attachment:scroll!important}}
.naked{border-width:0px ;border-style:none ;}
.naked{box-shadow:unset }
.naked{color:var(--my-dark-gray) ;}
.alt .naked{color:var(--my-white) ;}

.naked:focus{background-color:var(--my-transparent) ;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){.naked{background-attachment:scroll!important}}
.naked:focus{border-width:0px ;border-style:none ;}
.naked:focus{box-shadow:unset }


.field-bordered{border-color:var(--my-dark-overlay) ;border-bottom-width:1px ;border-bottom-style:solid ;}
.alt .field-bordered{border-color:var(--my-light-overlay) ;border-bottom-width:1px ;border-bottom-style:solid ;}

.field-bordered:focus{border-color:var(--my-black) ;border-bottom-width:1px ;border-bottom-style:solid ;}
.alt .field-bordered:focus{border-color:var(--my-white) ;border-bottom-width:1px ;border-bottom-style:solid ;}











.red-square{width:14.00px ;}@media only screen and (min-width:40em){.red-square{width:20.00px }}@media only screen and (min-width:64em){.red-square{width:20.00px }}
.red-square{height:14.00px ;}@media only screen and (min-width:40em){.red-square{height:20.00px }}@media only screen and (min-width:64em){.red-square{height:20.00px }}
.red-square{background-color:var(--primary) ;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){.red-square{background-attachment:scroll!important}}
.red-square{margin-right:0.5rem ;} @media only screen and (min-width:40em){.red-square{margin-right:0.5rem ;}}@media only screen and (min-width:64em){.red-square{margin-right:0.75rem ;}} 

hr{border-color:rgba(0, 0, 0, 0.10) ;border-bottom-width:1px ;border-bottom-style:solid ;}
.alt hr{border-color:rgba(255, 255, 255, 0.15) ;border-bottom-width:1px ;border-bottom-style:solid ;}

.grid-divider{border-color:rgba(0, 0, 0, 0.10) ;border-right-width:1px ;border-right-style:solid ;}
.alt .grid-divider{border-color:rgba(255, 255, 255, 0.15) ;border-right-width:1px ;border-right-style:solid ;}

.bg-round{border-radius:500px ;}


.orbit-bullets button{height:0.75rem ;}  
.orbit-bullets button{width:0.75rem ;}  

.orbit-bullets button{background-color:var(--my-dark-overlay) ;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){.orbit-bullets button{background-attachment:scroll!important}}
.orbit-bullets button:hover{background-color:var(--my-black) ;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){.orbit-bullets button{background-attachment:scroll!important}}
.orbit-bullets button.is-active{background-color:var(--my-black) ;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){.orbit-bullets button.is-active{background-attachment:scroll!important}}

.alt .orbit-bullets button{background-color:var(--my-light-overlay) ;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){.alt .orbit-bullets button{background-attachment:scroll!important}}
.alt .orbit-bullets button:hover{background-color:var(--my-white) ;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){.alt .orbit-bullets button{background-attachment:scroll!important}}
.alt .orbit-bullets button.is-active{background-color:var(--my-white) ;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){.alt .orbit-bullets button.is-active{background-attachment:scroll!important}}




.bg-white-hover{background-color:var(--my-transparent) !important;background-position:center center !important;background-origin:padding-box !important;background-blend-mode:normal !important;background-attachment:scroll   !important;-webkit-background-clip:border-box !important;background-clip:border-box !important;}@media (hover:none) and (pointer:coarse){.bg-white-hover{background-attachment:scroll!important}}
.bg-white-hover:hover{background-color:var(--my-white) !important;background-position:center center !important;background-origin:padding-box !important;background-blend-mode:normal !important;background-attachment:scroll   !important;-webkit-background-clip:border-box !important;background-clip:border-box !important;}@media (hover:none) and (pointer:coarse){.bg-white-hover{background-attachment:scroll!important}}
.bg-white-hover{transition:all 300ms ease 0ms }

.bg-black-hover{background-color:var(--my-transparent) !important;background-position:center center !important;background-origin:padding-box !important;background-blend-mode:normal !important;background-attachment:scroll   !important;-webkit-background-clip:border-box !important;background-clip:border-box !important;}@media (hover:none) and (pointer:coarse){.bg-black-hover{background-attachment:scroll!important}}
.bg-black-hover:hover{background-color:var(--my-black) !important;background-position:center center !important;background-origin:padding-box !important;background-blend-mode:normal !important;background-attachment:scroll   !important;-webkit-background-clip:border-box !important;background-clip:border-box !important;}@media (hover:none) and (pointer:coarse){.bg-black-hover{background-attachment:scroll!important}}
.bg-black-hover{transition:all 300ms ease 0ms }

.bg-primary-hover{background-color:var(--my-transparent) !important;background-position:center center !important;background-origin:padding-box !important;background-blend-mode:normal !important;background-attachment:scroll   !important;-webkit-background-clip:border-box !important;background-clip:border-box !important;}@media (hover:none) and (pointer:coarse){.bg-primary-hover{background-attachment:scroll!important}}
.bg-primary-hover:hover{background-color:var(--my-primary) !important;background-position:center center !important;background-origin:padding-box !important;background-blend-mode:normal !important;background-attachment:scroll   !important;-webkit-background-clip:border-box !important;background-clip:border-box !important;}@media (hover:none) and (pointer:coarse){.bg-primary-hover{background-attachment:scroll!important}}
.bg-primary-hover{transition:all 300ms ease 0ms }

.bg-primary-dark-hover{background-color:var(--my-transparent) !important;background-position:center center !important;background-origin:padding-box !important;background-blend-mode:normal !important;background-attachment:scroll   !important;-webkit-background-clip:border-box !important;background-clip:border-box !important;}@media (hover:none) and (pointer:coarse){.bg-primary-dark-hover{background-attachment:scroll!important}}
.bg-primary-dark-hover:hover{background-color:var(--my-primary-dark) !important;background-position:center center !important;background-origin:padding-box !important;background-blend-mode:normal !important;background-attachment:scroll   !important;-webkit-background-clip:border-box !important;background-clip:border-box !important;}@media (hover:none) and (pointer:coarse){.bg-primary-dark-hover{background-attachment:scroll!important}}
.bg-primary-dark-hover{transition:all 300ms ease 0ms }

.bg-secondary-hover{background-color:var(--my-transparent) !important;background-position:center center !important;background-origin:padding-box !important;background-blend-mode:normal !important;background-attachment:scroll   !important;-webkit-background-clip:border-box !important;background-clip:border-box !important;}@media (hover:none) and (pointer:coarse){.bg-secondary-hover{background-attachment:scroll!important}}
.bg-secondary-hover:hover{background-color:var(--my-secondary) !important;background-position:center center !important;background-origin:padding-box !important;background-blend-mode:normal !important;background-attachment:scroll   !important;-webkit-background-clip:border-box !important;background-clip:border-box !important;}@media (hover:none) and (pointer:coarse){.bg-secondary-hover{background-attachment:scroll!important}}
.bg-secondary-hover{transition:all 300ms ease 0ms }

.bg-secondary-dark-hover{background-color:var(--my-transparent) !important;background-position:center center !important;background-origin:padding-box !important;background-blend-mode:normal !important;background-attachment:scroll   !important;-webkit-background-clip:border-box !important;background-clip:border-box !important;}@media (hover:none) and (pointer:coarse){.bg-secondary-dark-hover{background-attachment:scroll!important}}
.bg-secondary-dark-hover:hover{background-color:var(--my-secondary-dark) !important;background-position:center center !important;background-origin:padding-box !important;background-blend-mode:normal !important;background-attachment:scroll   !important;-webkit-background-clip:border-box !important;background-clip:border-box !important;}@media (hover:none) and (pointer:coarse){.bg-secondary-dark-hover{background-attachment:scroll!important}}
.bg-secondary-dark-hover{transition:all 300ms ease 0ms }

.bg-almost-white-white-hover{background-color:var(--my-almost-white) !important;background-position:center center !important;background-origin:padding-box !important;background-blend-mode:normal !important;background-attachment:scroll   !important;-webkit-background-clip:border-box !important;background-clip:border-box !important;}@media (hover:none) and (pointer:coarse){.bg-almost-white-white-hover{background-attachment:scroll!important}}
.bg-almost-white-white-hover:hover{background-color:var(--my-white) !important;background-position:center center !important;background-origin:padding-box !important;background-blend-mode:normal !important;background-attachment:scroll   !important;-webkit-background-clip:border-box !important;background-clip:border-box !important;}@media (hover:none) and (pointer:coarse){.bg-almost-white-white-hover{background-attachment:scroll!important}}
.bg-almost-white-white-hover{transition:all 300ms ease 0ms }








.scale-up:hover

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

.scale-up{transition:all 300ms ease 0ms }







.scale-down:hover

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

.scale-down{transition:all 300ms ease 0ms }







.move-up:hover

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

.move-up{transition:all 300ms ease 0ms }







.move-down:hover

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

.move-down{transition:all 300ms ease 0ms }


.shadow{box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.10);}
.shadow:hover{box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.10);}
.shadow{transition:all 300ms ease 0ms }

.sm-shadow{box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.10);}
.sm-shadow:hover{box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.10);}
.sm-shadow{transition:all 300ms ease 0ms }

.lg-shadow{box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.10);}
.lg-shadow:hover{box-shadow: 0px 18px 48px 0px rgba(0, 0, 0, 0.10);}
.lg-shadow{transition:all 300ms ease 0ms }

.real-shadow{box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.10);}
.real-shadow{transition:all 300ms ease 0ms }


form.blog-filter-form input,form.blog-filter-form select,form.blog-filter-form textarea,form.datastore-form input,form.datastore-form select,form.datastore-form textarea{padding:0.50rem;border-width:1px;border-radius:0px;margin-bottom:1.00rem;font-size:0.90rem;background-color:rgba(255, 255, 255, 1.00);border-color:rgba(204, 204, 204, 1.00);color:rgba(34, 34, 34, 1.00)}form.blog-filter-form select,form.datastore-form select{padding-right:1.5rem}form.blog-filter-form input,form.blog-filter-form select,form.datastore-form input,form.datastore-form select{height:2.30rem}form.blog-filter-form::placeholder,form.datastore-form::placeholder{color:rgba(204, 204, 204, 1.00)}form.blog-filter-form:-ms-input-placeholder,form.datastore-form:-ms-input-placeholder{color:rgba(204, 204, 204, 1.00)}form.blog-filter-form::-ms-input-placeholder,form.datastore-form::-ms-input-placeholder{color:rgba(204, 204, 204, 1.00)}
.chroma-mark{position:relative}#stacks_in_5.chroma-marker{position:absolute;top:-140.00px}

.stacks_in_10_423 img{width:100%;max-width:120px}
.stacks_in_10_427{line-height:0}.stacks_in_10_427 svg{display:inline-block;max-width:120px;height:auto;}.stacks_in_10_427.full-width svg{width:100%;height:auto}

#stacks_in_13_94 > .chroma-scroll-pro > .slide-head{display:none}#stacks_in_13_94 > .chroma-scroll-pro > .slide-head.is-active{display:block}#stacks_in_13_94 > .chroma-scroll-pro > .slide-head .top-bar{z-index:6000}#stacks_in_13_94 > .chroma-scroll-pro > .su-content .top-bar-wrapper,#stacks_in_13_94 > .chroma-scroll-pro > .su-content .oc-toggle.facet-mb,#stacks_in_13_94 > .chroma-scroll-pro > .su-content [data-magellan-expedition],#stacks_in_13_94 > .chroma-scroll-pro > .su-content [data-magellan-expedition].mg-menu::after,#stacks_in_13_94 > .chroma-scroll-pro > .su-content nav.navigation_bar{background:transparent !important}#stacks_in_13_94 > .chroma-scroll.no-overflow > .su-content > .stacks_out{overflow:hidden !important}#stacks_in_13_94 > .chroma-scroll-pro.slide-fresh,#stacks_in_13_94 > .chroma-scroll-pro.stick-no-ani{-webkit-animation-duration:1ms !important;animation-duration:1ms !important}#stacks_in_13_94 > .chroma-scroll-pro.slide-fresh > .su-content::after,#stacks_in_13_94 > .chroma-scroll-pro.stick-no-ani > .su-content::after{-webkit-transition-duration:1ms !important;transition-duration:1ms !important}#stacks_in_13_94 > .chroma-scroll-pro.pre-load,#stacks_in_13_94 > .chroma-scroll-pro.header-slide.pre-load{-webkit-transition:-webkit-transform 0s !important;transition:-webkit-transform 0s !important;transition:transform 0s !important;transition:transform 0s,-webkit-transform 0s !important;visibility:hidden;height:0 !important}#stacks_in_13_94 > .chroma-scroll-pro.pre-load .su-content,#stacks_in_13_94 > .chroma-scroll-pro.header-slide.pre-load .su-content{height:0px !important;padding:0px !important}@media screen and (max-width:640px){#stacks_in_13_94 > .chroma-scroll-pro > .slide-head.is-active.small-head-hide{display:none}#stacks_in_13_94 > .chroma-scroll-pro > .slide-head.is-active.small-head-show{display:block}#stacks_in_13_94 > .chroma-scroll-pro.mob-no-bg[data-style] > .su-content::after{background-color:transparent}#stacks_in_13_94 > .chroma-scroll-pro.mob-no-bg.is-fixed.fixed-shadow{-webkit-box-shadow:none;box-shadow:none}#stacks_in_13_94.mob-static > .chroma-scroll-pro.is-fixed{position:static}#stacks_in_13_94.mob-static > .su-pad[style]{height:0px !important}.su-pad.mob-static.spacer-stacks_in_13_94[style]{height:0px !important}#stacks_in_13_94.mob-fixed-sticky > .chroma-scroll-pro.is-static.is-sticky,#stacks_in_13_94.mob-fixed-sticky > .chroma-scroll-pro.is-static.is-sticky{position:fixed;top:0}}@media screen and (min-width:640px){#stacks_in_13_94.large-static > .chroma-scroll-pro.is-fixed{position:static}#stacks_in_13_94.large-static > .su-pad[style]{height:0px !important}}#stacks_in_13_94{overflow:visible;-webkit-overflow-scrolling:touch}.su-pad.spacer-stacks_in_13_94{width:100%;min-width:100%}.su-pad.spacer-stacks_in_13_94.posFixed.allow-overlay,.su-pad.spacer-stacks_in_13_94.posFixed.fix-bot{height:0px !important;visibility:hidden !important}@media screen and (max-width:640px){.su-pad.spacer-stacks_in_13_94.hide-below-bp{display:none}}@media screen and (min-width:640px){.su-pad.spacer-stacks_in_13_94.hide-above-bp{display:none}}#stacks_in_13_94.width-contain{width:auto;display:inline-block}#stacks_in_13_94.width-contain > .chroma-scroll-pro.is-fixed{border-radius:none}#stacks_in_13_94.width-contain > .chroma-scroll-pro.is-fixed.fixed-shadow{-webkit-box-shadow:none;box-shadow:none}#stacks_in_13_94.width-contain > .chroma-scroll-pro.is-fixed > .su-content::after{border-radius:0px 0px 0px 0px}#stacks_in_13_94.width-contain > .chroma-scroll-pro.is-fixed.su-right{right:0}#stacks_in_13_94.width-contain > .chroma-scroll-pro.is-fixed.su-left{left:0}#stacks_in_13_94.width-contain > .chroma-scroll-pro.is-fixed.su-center{left:0;right:0;text-align:center}#stacks_in_13_94.width-contain > .chroma-scroll-pro.is-fixed.su-center > .su-content{display:inline-block;margin:0;vertical-align:top}#stacks_in_13_94 > .chroma-scroll-pro{-webkit-overflow-scrolling:touch}#stacks_in_13_94 > .chroma-scroll-pro > .su-content::after{border-radius:0px 0px 0px 0px}#stacks_in_13_94 > .chroma-scroll-pro.is-fixed .su-content.oc-toggle{-webkit-backface-visibility:hidden;z-index:3030}#stacks_in_13_94 > .chroma-scroll-pro.is-fixed:not(.width-contain).abs-left{left:0px}#stacks_in_13_94 > .chroma-scroll-pro.header-slide.is-static{position:relative;-webkit-transition:-webkit-transform 1ms !important;transition:-webkit-transform 1ms !important;transition:transform 1ms !important;transition:transform 1ms,-webkit-transform 1ms !important}#stacks_in_13_94 > .chroma-scroll-pro.header-slide.slide-fresh{-webkit-transition:-webkit-transform 1ms !important;transition:-webkit-transform 1ms !important;transition:transform 1ms !important;transition:transform 1ms,-webkit-transform 1ms !important;-webkit-animation-duration:1ms !important;animation-duration:1ms !important;visibility:hidden;height:0 !important}#stacks_in_13_94.width-contain > .chroma-scroll-pro.su-center{border-radius:none}#stacks_in_13_94.width-contain > .chroma-scroll-pro.su-center.fixed-shadow{-webkit-box-shadow:none;box-shadow:none}#stacks_in_13_94.width-contain > .chroma-scroll-pro.su-center > .su-content::after{border-radius:0px 0px 0px 0px}[data-chroma-style] body{-webkit-transition-property:background-color;transition-property:background-color;-webkit-transition-duration:220ms;transition-duration:220ms;-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out}#stacks_in_13_94 .style-defs{display:none}#stacks_in_13_94 > .chroma-scroll-pro{-webkit-transition:padding 350ms ease-in-out,visibility 0s linear 0s,opacity 200ms,box-shadow 350ms ease,-webkit-transform 300ms;-webkit-transition:padding 350ms ease-in-out,visibility 0s linear 0s,opacity 200ms,-webkit-box-shadow 350ms ease,-webkit-transform 300ms;transition:padding 350ms ease-in-out,visibility 0s linear 0s,opacity 200ms,-webkit-box-shadow 350ms ease,-webkit-transform 300ms;transition:padding 350ms ease-in-out,visibility 0s linear 0s,opacity 200ms,box-shadow 350ms ease,transform 300ms;transition:padding 350ms ease-in-out,visibility 0s linear 0s,opacity 200ms,box-shadow 350ms ease,transform 300ms,-webkit-box-shadow 350ms ease,-webkit-transform 300ms}#stacks_in_13_94 > .chroma-scroll-pro > .su-content{-webkit-transition:padding 350ms ease-in-out;transition:padding 350ms ease-in-out}#stacks_in_13_94 > .chroma-scroll-pro > .su-content::after{z-index:-1;position:absolute;top:0;left:0;bottom:0;right:0;content:"";-webkit-transition:background 350ms linear,opacity 350ms linear;transition:background 350ms linear,opacity 350ms linear}#stacks_in_13_94 > .chroma-scroll-pro[data-style="default_style"] > .su-content{padding-top:32px;padding-bottom:32px;padding-left:16px;padding-right:16px}#stacks_in_13_94 > .chroma-scroll-pro[data-style="default_style"] > .su-content::after{background:rgba(51, 51, 51, 0.00)}#stacks_in_13_94 > .chroma-scroll-pro li a,#stacks_in_13_94 > .chroma-scroll-pro .b-p:not(.custom) > .bp-text{-webkit-transition:color 350ms ease !important;transition:color 350ms ease !important}#stacks_in_13_94 > .chroma-scroll-pro .bb-site-title,#stacks_in_13_94 > .chroma-scroll-pro .bb-site-title h1,#stacks_in_13_94 > .chroma-scroll-pro .bb-site-title h2,#stacks_in_13_94 > .chroma-scroll-pro .bb-site-title h3,#stacks_in_13_94 > .chroma-scroll-pro .bb-site-title h4,#stacks_in_13_94 > .chroma-scroll-pro .bb-site-title h5,#stacks_in_13_94 > .chroma-scroll-pro .bb-site-title h6,#stacks_in_13_94 > .chroma-scroll-pro .bb-site-title p{-webkit-transition:color 350ms ease !important;transition:color 350ms ease !important}#stacks_in_13_94 > .chroma-scroll-pro .site-title,#stacks_in_13_94 > .chroma-scroll-pro .site-slogan,#stacks_in_13_94 > .chroma-scroll-pro .mag-title,#stacks_in_13_94 > .chroma-scroll-pro .navigation_branding a{-webkit-transition:color 350ms ease !important;transition:color 350ms ease !important}#stacks_in_13_94 > .chroma-scroll-pro .top-bar .title-area li.name,#stacks_in_13_94 > .chroma-scroll-pro .toggle-contents .main-title,#stacks_in_13_94 > .chroma-scroll-pro .mag-title-area,#stacks_in_13_94 > .chroma-scroll-pro .navigation_branding,#stacks_in_13_94 > .chroma-scroll-pro .bb-site-title{-webkit-transition:opacity 350ms !important;transition:opacity 350ms !important}#stacks_in_13_94 > .chroma-scroll-pro[data-style="default_style"] .top-bar .title-area li.name,#stacks_in_13_94 > .chroma-scroll-pro[data-style="default_style"] .toggle-contents .main-title,#stacks_in_13_94 > .chroma-scroll-pro[data-style="default_style"] .mag-title-area,#stacks_in_13_94 > .chroma-scroll-pro[data-style="default_style"] .navigation_branding,#stacks_in_13_94 > .chroma-scroll-pro[data-style="default_style"] .branding_logo,#stacks_in_13_94 > .chroma-scroll-pro[data-style="default_style"] .bb-site-title{-webkit-transition:opacity 0ms !important;transition:opacity 0ms !important}#stacks_in_13_94 > .chroma-scroll-pro[data-style="default_style"] > .su-content .top-bar ul.dropdown{background:rgba(51, 51, 51, 0.00) !important}#stacks_in_13_94 > .chroma-scroll-pro[data-style="default_style"].tb-mob > .su-content .top-bar ul.menu,#stacks_in_13_94 > .chroma-scroll-pro[data-style="default_style"].tb-mob .top-bar ul.dropdown{background:none !important}#stacks_in_13_94 > .chroma-scroll-pro.is-fixed{z-index:1001;}#stacks_in_13_94 > .chroma-scroll-pro.is-fixed.foc{z-index:3001}#stacks_in_13_94 > .chroma-scroll-pro .oc-toggle.facet-mb.oc-left{left:0 !important}#stacks_in_13_94 > .chroma-scroll-pro .oc-toggle.facet-mb.oc-right{right:0 !important}#stacks_in_13_94 > .chroma-scroll-pro .oc-toggle.facet-mb.oc-right:not(.toggle-button){left:0 !important}#stacks_in_13_94 > .chroma-scroll-pro.is-static{position:relative;z-index:999}#stacks_in_13_94 > .chroma-scroll-pro.is-fixed .oc-toggle{position:relative}#stacks_in_13_94 > .chroma-scroll-pro.content-right{text-align:right}@media screen and (max-width:640px){#stacks_in_13_94 > .chroma-scroll-pro.hide-below-bp{display:none}}@media screen and (min-width:640px){#stacks_in_13_94 > .chroma-scroll-pro.hide-above-bp{display:none}}#stacks_in_13_94 > .chroma-scroll-pro.is-fixed{position:fixed}#stacks_in_13_94 > .chroma-scroll-pro.is-fixed.fix-top,#stacks_in_13_94 > .chroma-scroll-pro.is-fixed:not(.fix-bot){top: 0px }#stacks_in_13_94 > .chroma-scroll-pro.is-fixed.fix-bot{bottom: 0px }#stacks_in_13_94 > .chroma-scroll-pro.is-fixed.fix-full-width{left:0;width:100% !important}@media screen and (max-width:640px){#stacks_in_13_94 > .chroma-scroll-pro.is-fixed.mob-full-width{left:0;width:100% !important}}@media screen and (min-width:640px){#stacks_in_13_94 > .chroma-scroll-pro.is-fixed.fix-top,#stacks_in_13_94 > .chroma-scroll-pro.is-fixed:not(.fix-bot){top:0px}#stacks_in_13_94 > .chroma-scroll-pro.is-fixed.fix-bot{bottom:0px}}
#stacks_in_13_94>.chroma-scroll-pro.is-fixed.fixed-shadow   {-webkit-box-shadow:0px  0px  1px 0px rgba(83, 83, 83, 1.00);box-shadow:0px  0px  1px 0px rgba(83, 83, 83, 1.00)}#stacks_in_13_94.width-contain>.chroma-scroll-pro.is-fixed.fixed-shadow>.su-content::after   {-webkit-box-shadow:0px  0px  1px 0px rgba(83, 83, 83, 1.00);box-shadow:0px  0px  1px 0px rgba(83, 83, 83, 1.00)}
.stacks_in_13_101 > .grid-divider-wrapper > .grid-divider{height:calc(100% - 2rem)}

.stacks_in_13_177 img{width:100%;max-width:100px}
.stacks_in_13_165{line-height:0}.stacks_in_13_165 svg{display:inline-block;max-width:100px;height:auto;}.stacks_in_13_165.full-width svg{width:100%;height:auto}




#stacks_in_13_94 > .chroma-scroll-pro[data-style="default_style"] > .su-content{padding-top:32px;padding-bottom:32px;padding-left:16px;padding-right:16px}#stacks_in_13_94 > .chroma-scroll-pro[data-style="default_style"] > .su-content::after{background:rgba(255, 255, 255, 0.00)}#stacks_in_13_94 > .chroma-scroll-pro.is-fixed.fixed-shadow[data-style="default_style"]{-webkit-box-shadow:0 0 0 0 transparent;box-shadow:0 0 0 0 transparent}#stacks_in_13_94 > .chroma-scroll-pro[data-style="default_style"] > .su-content li:not(.active):not(.Selected) a:not(.button),#stacks_in_13_94 > .chroma-scroll-pro[data-style="default_style"] > .su-content .b-p:not(.custom):not(.active):not(.Selected) > .bp-text{color:rgba(255, 255, 255, 1.00) !important}#stacks_in_13_94 > .chroma-scroll-pro[data-style="default_style"] > .su-content .bb-site-title,#stacks_in_13_94 > .chroma-scroll-pro[data-style="default_style"] > .su-content .bb-site-title h1,#stacks_in_13_94 > .chroma-scroll-pro[data-style="default_style"] > .su-content .bb-site-title h2,#stacks_in_13_94 > .chroma-scroll-pro[data-style="default_style"] > .su-content .bb-site-title h3,#stacks_in_13_94 > .chroma-scroll-pro[data-style="default_style"] > .su-content .bb-site-title h4,#stacks_in_13_94 > .chroma-scroll-pro[data-style="default_style"] > .su-content .bb-site-title h5,#stacks_in_13_94 > .chroma-scroll-pro[data-style="default_style"] > .su-content .bb-site-title h6,#stacks_in_13_94 > .chroma-scroll-pro[data-style="default_style"] > .su-content .bb-site-title p{color:rgba(255, 255, 255, 1.00) !important}#stacks_in_13_94 > .chroma-scroll-pro[data-style="default_style"] > .su-content .site-title,#stacks_in_13_94 > .chroma-scroll-pro[data-style="default_style"] > .su-content .site-slogan,#stacks_in_13_94 > .chroma-scroll-pro[data-style="default_style"] > .su-content .mag-title,#stacks_in_13_94 > .chroma-scroll-pro[data-style="default_style"] > .su-content .navigation_branding a{color:rgba(255, 255, 255, 1.00) !important}#stacks_in_13_94 > .chroma-scroll-pro[data-style="default_style"] > .su-content .duck-burger:not(.toggle-open) > .burg,#stacks_in_13_94 > .chroma-scroll-pro[data-style="default_style"] > .su-content .duck-burger:not(.toggle-open) > .burg::before,#stacks_in_13_94 > .chroma-scroll-pro[data-style="default_style"] > .su-content .duck-burger:not(.toggle-open) > .burg::after{background:rgba(255, 255, 255, 1.00) !important}#stacks_in_13_94 > .chroma-scroll-pro[data-style="default_style"] > .su-content .duck-burger.toggle-open > .burg:not(.trans-duck-classic):not(.trans-stand){background:rgba(255, 255, 255, 1.00) !important}#stacks_in_13_94 > .chroma-scroll-pro[data-style="default_style"] > .su-content .duck-burger.toggle-open > .burg::before,#stacks_in_13_94 > .chroma-scroll-pro[data-style="default_style"] > .su-content .duck-burger.toggle-open > .burg::after{background:rgba(255, 255, 255, 1.00) !important}#stacks_in_13_94 > .chroma-scroll-pro[data-style="default_style"] > .su-content .toggle-icon .toggle-fa{color:rgba(255, 255, 255, 1.00) !important}#stacks_in_13_94 > .chroma-scroll-pro[data-style="default_style"] > .su-content .toggle-icon .toggle-burger.burger-wrapper > .burger > div{background:rgba(255, 255, 255, 1.00) !important}#stacks_in_13_94 > .chroma-scroll-pro[data-style="default_style"] > .su-content .navigation_container .fa{color:rgba(255, 255, 255, 1.00) !important}#stacks_in_13_94 > .chroma-scroll-pro[data-style="default_style"] > .su-content .toggle-topbar.menu-icon > a > span{color:rgba(255, 255, 255, 1.00)}#stacks_in_13_94 > .chroma-scroll-pro[data-style="default_style"] > .su-content .toggle-topbar.menu-icon > a > span::after{-webkit-box-shadow:0 0 0 1px rgba(255, 255, 255, 1.00),0 7px 0 1px rgba(255, 255, 255, 1.00),0 14px 0 1px rgba(255, 255, 255, 1.00) !important;box-shadow:0 0 0 1px rgba(255, 255, 255, 1.00),0 7px 0 1px rgba(255, 255, 255, 1.00),0 14px 0 1px rgba(255, 255, 255, 1.00) !important}#stacks_in_13_94 > .chroma-scroll-pro[data-style="default_style"] > .su-content .mg-menu .menu-label{color:rgba(255, 255, 255, 1.00) !important}#stacks_in_13_94 > .chroma-scroll-pro[data-style="default_style"] > .su-content .mg-menu .burg::before,#stacks_in_13_94 > .chroma-scroll-pro[data-style="default_style"] > .su-content .mg-menu .burg::after{background-color:rgba(255, 255, 255, 1.00) !important}#stacks_in_13_94 > .chroma-scroll-pro[data-style="default_style"] > .su-content .mg-menu:not(.toggle-open) .burg{background-color:rgba(255, 255, 255, 1.00) !important}#stacks_in_13_94 > .chroma-scroll-pro[data-style="default_style"] > .su-content .toggle-text,#stacks_in_13_94 > .chroma-scroll-pro[data-style="default_style"] > .su-content .bp-menu-text{color:rgba(255, 255, 255, 1.00) !important}#stacks_in_13_94 > .chroma-scroll-pro[data-style="default_style"] > .su-content li:not(.active):not(.Selected):hover a:not(.button),#stacks_in_13_94 > .chroma-scroll-pro[data-style="default_style"] > .su-content .b-p:not(.custom):not(.active):not(.Selected):hover > .bp-text{color:rgba(0, 0, 0, 1.00) !important}#stacks_in_13_94 > .chroma-scroll-pro[data-style="default_style"] > .su-content li:not(.active):not(.Selected):hover,#stacks_in_13_94 > .chroma-scroll-pro[data-style="default_style"] > .su-content .b-p:not(.custom):not(.active):not(.Selected):hover{background-color:rgba(255, 255, 255, 0.00) !important}#stacks_in_13_94 > .chroma-scroll-pro[data-style="default_style"] > .su-content .top-bar ul.dropdown{background:rgba(255, 255, 255, 0.00) !important}#stacks_in_13_94 > .chroma-scroll-pro[data-style="default_style"].tb-mob > .su-content .top-bar ul.menu,#stacks_in_13_94 > .chroma-scroll-pro[data-style="default_style"].tb-mob .top-bar ul.dropdown{background:none !important}#stacks_in_13_94 > .chroma-scroll-pro[data-style="default_style"] > .su-content .main-menu li.active>a{--menu-link-color:var(--my-primary) !important;-webkit-transition:color 200ms ease !important;transition:color 200ms ease !important}#stacks_in_13_94 > .chroma-scroll-pro[data-style="default_style"] > .su-content .cls-1,.cls-2,.cls-3,.cls-4,.cls-5{fill:var(--my-white) !important;-webkit-transition:color 200ms ease !important;transition:color 200ms ease !important}
#stacks_in_13_94 > .chroma-scroll-pro[data-style="white_style"] > .su-content{padding-top:16px;padding-bottom:16px;padding-left:16px;padding-right:16px}#stacks_in_13_94 > .chroma-scroll-pro[data-style="white_style"] > .su-content::after{background:rgba(255, 255, 255, 1.00)}#stacks_in_13_94 > .chroma-scroll-pro[data-style="white_style"] > .su-content .top-bar ul.dropdown{background:rgba(255, 255, 255, 1.00) !important}#stacks_in_13_94 > .chroma-scroll-pro[data-style="white_style"].tb-mob > .su-content .top-bar ul.menu,#stacks_in_13_94 > .chroma-scroll-pro[data-style="white_style"].tb-mob .top-bar ul.dropdown{background:none !important}#stacks_in_13_94 > .chroma-scroll-pro[data-style="white_style"] > .su-content .cls-1{fill:var(--my-black) !important;-webkit-transition:color 200ms ease !important;transition:color 200ms ease !important}

.stacks_in_13_133{line-height:0}.stacks_in_13_133 svg{display:inline-block;max-width:12px;height:auto;}.stacks_in_13_133.full-width svg{width:100%;height:auto}
.stacks_in_13_186{line-height:0}.stacks_in_13_186 svg{display:inline-block;max-width:12px;height:auto;}.stacks_in_13_186.full-width svg{width:100%;height:auto}
.stacks_in_13_188{line-height:0}.stacks_in_13_188 svg{display:inline-block;max-width:12px;height:auto;}.stacks_in_13_188.full-width svg{width:100%;height:auto}
.stacks_in_13_190{line-height:0}.stacks_in_13_190 svg{display:inline-block;max-width:12px;height:auto;}.stacks_in_13_190.full-width svg{width:100%;height:auto}
.stacks_in_13_192{line-height:0}.stacks_in_13_192 svg{display:inline-block;max-width:12px;height:auto;}.stacks_in_13_192.full-width svg{width:100%;height:auto}


.bg-header{background-repeat:no-repeat    ;background-position:left top ;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){.bg-header{background-attachment:scroll!important}}
.h-header{height:260.00px ;}@media only screen and (min-width:40em){.h-header{height:320.00px }}@media only screen and (min-width:64em){.h-header{height:400.00px }}
.chroma-mark{position:relative}#stacks_in_125.chroma-marker{position:absolute;top:-80.00px}




#stacks_in_297 {
	margin: 0px 100px 0px 100px;
}
/* @group Resets */

/* Resets to stop themes messing with our styling */

#stacks_in_469 *,
#stacks_in_469 *:after,
#stacks_in_469 *:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#stacks_in_469 form,
#stacks_in_469 fieldset {
	display: block;
	border: none;
	background: none;
	padding: 0;
	margin: 0;
	box-shadow: none;
}

#stacks_in_469 select {
	-webkit-appearance: menulist !important;
	-moz-appearance: menulist !important;
}

#stacks_in_469 select[multiple] {
	height: 100%;
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
}

#stacks_in_469 .fpNotAllowed *:hover {
	cursor: not-allowed;
}

#stacks_in_469 .radio .radio, 
#stacks_in_469 .checkbox .checkbox {
	position: static;
}

/* @end */

/* Form layout */

.tsf-content {
	margin: -15px;
	overflow: hidden !important;
}

.inputWrapper .inputWrapper [data-formsplus-input-name],
.inputWrapper .form-group {
	padding: 15px 0;
}



/* Code for CSS offset */
#tsf-wizard-stacks_in_469 {
	padding-top: 0vh;
}






















/* @group Base Form Styling */

/* Styling borrowed from Twitter Bootstrap, scoped for exclusive use of FormSteps */

#stacks_in_469 label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: 700;
	font-size: 14px;
	color: rgba(25, 25, 25, 1.00);
}

#stacks_in_469 .form-group {
	margin: 0;
	width: 100%;
}

#stacks_in_469 .form-control {
	display: block;
	width: 100%;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: rgba(85, 85, 85, 1.00);
	background-color: rgba(255, 255, 255, 1.00);
	background-image: none;
	border: 1px solid rgba(204, 204, 204, 1.00);
	border-radius: 4px;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: border-color ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s;
	transition: border-color ease-in-out .15s;
}

#stacks_in_469 .form-control input {
	height: 34px;
}

/* Start styling for placeholder colors (added June 2021) */
#stacks_in_469 .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgba(142, 142, 142, 1.00);
	opacity: 1;
}
#stacks_in_469 .form-control::-moz-placeholder { /* Firefox 19+ */
  color: rgba(142, 142, 142, 1.00);
	opacity: 1;
}
#stacks_in_469 .form-control:-ms-input-placeholder { /* IE 10+ */
  color: rgba(142, 142, 142, 1.00);
	opacity: 1;
}
#stacks_in_469 .form-control:-moz-placeholder { /* Firefox 18- */
  color: rgba(142, 142, 142, 1.00);
	opacity: 1;
}
/* End placeholder styling */

#stacks_in_469 .radio label {
	padding-left: 0;
}

#stacks_in_469 input[type="radio"],
#stacks_in_469 input[type="checkbox"] {
	margin-left: 0.1em;
	position: relative;
}

#stacks_in_469 .form-control:focus {
	border-color: rgba(102, 175, 233, 1.00);
	background-color: rgba(255, 255, 255, 1.00);
	outline: 0;
}

#stacks_in_469 textarea.form-control {
	height: auto;
}

#stacks_in_469 .help-block {
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
	color: rgba(115, 115, 115, 1.00);
}

/* Input groups */

#stacks_in_469 .input-group {
	position: relative;
	display: table;
	border-collapse: separate;
	width: 100%;
}

#stacks_in_469 .input-group .form-control,
#stacks_in_469 .input-group-addon {
	display: table-cell;
}

#stacks_in_469 .input-group-addon {
	width: 1%;
	white-space: nowrap;
	vertical-align: middle;
}

#stacks_in_469 .input-group-addon {
	padding: 6px 12px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	color: rgba(85, 85, 85, 1.00);
	text-align: center;
	background-color: rgba(238, 238, 238, 1.00);
	border: 1px solid rgba(204, 204, 204, 1.00);
	border-radius: 4px;
}

#stacks_in_469 .input-group .form-control:last-child,
#stacks_in_469 .input-group-addon:first-child {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

#stacks_in_469 .input-group-addon:first-child {
	border-right: none;
}

#stacks_in_469 .input-group-addon:last-child {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border-left: none;
}

#stacks_in_469 .input-group .form-control {
	position: relative;
	z-index: 2;
	float: left;
	width: 100%;
	margin-bottom: 0;
}

/* Buttons */

#stacks_in_469 .btn {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}

/* @end */

/* @group Form Input sizing */

/*  */

/*  */

/* @end */

/* @group Date Picker Styling */

div#ui-datepicker-div.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all {
	z-index: 9999 !important;
}

.ui-datepicker {
	background-color: #fff;
	border: 1px solid #66AFE9;
	border-radius: 4px;
	box-shadow: 0 0 8px rgba(102,175,233,.6);
	display: none;
	margin-top: 4px;
	padding: 10px;
	width: 240px;
  color: #212529;
}
.ui-datepicker a,
.ui-datepicker a:hover {
	text-decoration: none;
}
.ui-datepicker a:hover,
.ui-datepicker td:hover a {
	color: #2A6496;
	-webkit-transition: color 0.1s ease-in-out;
	   -moz-transition: color 0.1s ease-in-out;
		 -o-transition: color 0.1s ease-in-out;
			transition: color 0.1s ease-in-out;
}
.ui-datepicker .ui-datepicker-header {
	margin-bottom: 4px;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title {
	font-weight: 700;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	cursor: default;
	font-family: 'FontAwesome';
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-weight: normal;
	height: 20px;
	font-size: 20px;
	line-height: 1;
	margin-top: 2px;
	width: 30px;
}
.ui-datepicker .ui-datepicker-prev {
	float: left;
	text-align: left;
}
.ui-datepicker .ui-datepicker-next {
	float: right;
	text-align: right;
}
.ui-datepicker .ui-datepicker-prev:before {
	content: "\f0a8";
}
.ui-datepicker .ui-datepicker-next:before {
	content: "\f0a9";
}
.ui-datepicker .ui-icon {
	display: none;
}
.ui-datepicker .ui-datepicker-calendar {
  table-layout: fixed;
	width: 100%;
}
.ui-datepicker .ui-datepicker-calendar th,
.ui-datepicker .ui-datepicker-calendar td {
	text-align: center;
	padding: 4px 0;
}
.ui-datepicker .ui-datepicker-calendar td {
	border-radius: 4px;
	-webkit-transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
	   -moz-transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
		 -o-transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
			transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
}
.ui-datepicker .ui-datepicker-calendar td:hover {
	background-color: #eee;
	cursor: pointer;
}
.ui-datepicker .ui-datepicker-calendar td a {
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-today,
.ui-datepicker .ui-datepicker-current-day {
	background-color: #4289cc;
}
.ui-datepicker .ui-datepicker-today a,
.ui-datepicker .ui-datepicker-current-day a {
	color: #fff
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-unselectable:hover {
	background-color: #fff;
	cursor: default;
}

.ui-datepicker-unselectable.ui-state-disabled {
	opacity: 0.50;
}

/* Some extra CSS added by Will Woodgate on 28th Feb 2018 to help with styling the time picker */
.ui-datepicker table.ui-datepicker-calendar {
	margin-bottom: 10px;
}

.ui-datepicker .ui-timepicker-div dl {
	padding-top:15px;
	padding-bottom: 0px;
	border: 1px solid #dddddd;
	margin-top: 0px;
	margin-bottom: 10px;
	display: block;
	background: #f9f9f9;
}

.ui-datepicker .ui-timepicker-div .ui_tpicker_time .ui_tpicker_time_input {
	border-bottom: none;
	border: 1px solid #dddddd;
	background: #ffffff;
	margin: 0px;
  padding: 6px 0 6px 6px;
}

.ui-datepicker .ui-timepicker-div dl dd {
	margin: 0 10px 10px 40%;
	min-height: 30px;
}

.ui-datepicker .ui-slider {
	border: 1px solid #c5c5c5;
	border-radius: 3px;
	height: .8em;
	position: relative;
	margin-top: 15px;
}

.ui-datepicker .ui-slider-handle {
	border: 1px solid #4289cc;
	border-radius: 3px;
	background: #4289cc;
	font-weight: normal;
	color: #454545;
	top: -.3em;
	margin-left: -.6em;
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none;
}

.ui-datepicker div.ui-datepicker-buttonpane {
	display: block;
}

.ui-datepicker div.ui-datepicker-buttonpane button {
  float: left;
	background: #FFFFFF;
	border-radius: 4px;
	color: #333333;
	border: 1px solid #cccccc;
	outline: none;
	padding: 10px 15px;
	font-size: 15px;
	margin: 0px;
}

.ui-datepicker div.ui-datepicker-buttonpane button:hover {
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad;
}

.ui-datepicker div.ui-datepicker-buttonpane button.ui-datepicker-close {
	float: right;
	background: #4289cc;
	border: 1px solid #2e6da4;
	color: #ffffff;
}

.ui-datepicker div.ui-datepicker-buttonpane button.ui-datepicker-close:hover {
	background-color: #286090;
	border-color: #204d74;
	color: #ffffff;
}

/* @end */

/* Next, previous and finish button styling */

#stacks_in_469 span.formsplus-next-btn-wrapper,
#stacks_in_469 span.formsplus-prev-btn-wrapper,
#stacks_in_469 span.formsplus-finish-btn-wrapper {
	font-size: 14px;
}

/* @group Step Button Styling */

#stacks_in_469 ul#step-indicator-stacks_in_469 *,
#stacks_in_469 ul#step-indicator-stacks_in_469 *:after,
#stacks_in_469 ul#step-indicator-stacks_in_469 *:before {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	vertical-align: baseline;
	font-size: 14px;
	line-height: 1.42857143;
}

#stacks_in_469 ul#step-indicator-stacks_in_469 a,
#stacks_in_469 ul#step-indicator-stacks_in_469 a:visited,
#stacks_in_469 ul#step-indicator-stacks_in_469 a:hover,
#stacks_in_469 ul#step-indicator-stacks_in_469 a:active {
	text-decoration: none;
	outline: none;
}

/*  */

/* Incomplete steps */
#stacks_in_469 .gsi-step-no-available li.current ~ li>*,
#stacks_in_469 .gsi-step-no-available li.current ~ li>*:hover {
	background-color: rgba(229, 229, 229, 1.00) !important;
	border-color: rgba(229, 229, 229, 1.00) !important;
	color: rgba(246, 197, 68, 1.00) !important;
}

/* The active (current) steps */
#stacks_in_469 .gsi-step-indicator.triangle li.current>* {
	color: rgba(255, 255, 255, 1.00);
	background-color: rgba(236, 89, 41, 1.00);
	border-color: rgba(236, 89, 41, 1.00);
}

/* Hovered steps */
#stacks_in_469 .gsi-step-indicator.triangle li>*:hover {
	color: rgba(255, 255, 255, 1.00);
	background-color: rgba(246, 197, 68, 1.00);
	border-color: rgba(246, 197, 68, 1.00);
}

/* Completed steps */
#stacks_in_469 .gsi-step-indicator.triangle li>* {
	color: rgba(51, 51, 51, 1.00);
	background-color: rgba(205, 205, 205, 1.00);
	border-color: rgba(205, 205, 205, 1.00);
}

@media screen and (max-width: 768px) {
	#stacks_in_469 .gsi-step-indicator.triangle li::after,
	#stacks_in_469 .gsi-step-indicator.triangle li>*::after {
		display: none !important;
	}

	#stacks_in_469 .gsi-step-indicator li {
		display: block;
		float: none;
	margin: 4px;
	}

  #stacks_in_469 .gsi-style-1 li .desc,
  #stacks_in_469 .gsi-style-1 li .desc label {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
  }

  #stacks_in_469 .gsi-step-indicator.triangle li:first-of-type>* {
	border-radius: 0.25em;
  }

  #stacks_in_469 .gsi-step-indicator.triangle li a {
	border-radius: 0.25em;
  }
}

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/* Submit text colors */



/* Button styling */

#stacks_in_469 .center {
	text-align: center;
}

#stacks_in_469 .btnPosition {
	position: relative;
	z-index: 20;
}

#stacks_in_469 a.smartyBoxButton,
#stacks_in_469 button[type="reset"],
#stacks_in_469 .tsf-controls .tsf-wizard-btn {
	text-decoration: none;
	background-color: rgba(236, 89, 41, 1.00);
	color: rgba(255, 255, 255, 1.00);
	transition: all 300ms ease-in-out;
}

#stacks_in_469 a.smartyBoxButton:hover,
#stacks_in_469 a.smartyBoxButton:active,
#stacks_in_469 button[type="reset"]:hover,
#stacks_in_469 button[type="reset"]:active,
#stacks_in_469 .tsf-controls .tsf-wizard-btn:hover,
#stacks_in_469 .tsf-controls .tsf-wizard-btn:active {
	text-decoration: none;
	background-color: rgba(246, 197, 68, 1.00);
	color: rgba(255, 255, 255, 1.00);
}

/* Fixes the font sizing */

#stacks_in_469 ul#step-indicator-stacks_in_469 .number {
	font-size: 28px;
}

#stacks_in_469 ul#step-indicator-stacks_in_469 .desc label {
	font-size: 14px;
}

#stacks_in_469 ul#step-indicator-stacks_in_469 .desc span {
	font-size: 13px;
}

/* Fixes circle number alignment in some themes */

#stacks_in_469 ul#step-indicator-stacks_in_469.gsi-style-3 .number,
#stacks_in_469 ul#step-indicator-stacks_in_469.gsi-number-circle .number {
	line-height: 1.2em;
}

/* Fixes colour override issues in themes like Foundation */
#stacks_in_469 .gsi-step-indicator.triangle a label,
#stacks_in_469 .gsi-step-indicator.triangle a:hover label {
	color: inherit;
}

/* @end */

/* @group Validation */

.form-group {
	position: relative;
}

.form-group.has-error {
	border: 2px solid #f44545;
	padding: 30px 10px 10px;
	border-radius: 4px;
}

ul.parsley-errors-list {
	position: absolute;
	top: -2px;
	right: -2px;
	text-align: left;
	padding: 0;
	margin: 0;
	list-style: none;
	clear: both;
	line-height: 1.3;
}

ul.parsley-errors-list li {
	padding: 5px;
	margin: 0;
	font-weight: bold;
	font-size: 12px;
	line-height: 1.10em;
	text-transform: uppercase;
	z-index: 3;
	background: #f44545;
	color: #ffffff;
	display: none;
	border-top-right-radius: 4px;
}

ul.parsley-errors-list li:last-child {
	display: inline-block;
}

/* @end */

/* @group Edit Mode */

/*  */

/* @end */

/*  */







/* Message boxes, displaying errors and important messages */
.formsplus-warning {
	padding: 15px 20px 15px 15px;
	margin-bottom: 20px;
	margin-top: 20px;
	border: 1px solid #ebccd1;
	border-radius: 4px;
	color: #a94442;
	background-color: #f2dede;
	position: relative;
}

.formsplus-warning .smartyBoxMessageHide {
	position: absolute;
	top: 3px;
	right: 5px;
	color: inherit;
	float: right;
	font-size: 28px;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	filter: alpha(opacity=20);
	opacity: .2;
	cursor: pointer;
}

/* Switches, added December 2021 */
 #stacks_in_469 .switch {
  position: relative;
  display: block;
	min-height: 34px;
	margin-bottom: 20px;
	line-height: 1.1;
}

#stacks_in_469 .switch-label {
	padding: 0 0 0 calc(70px + 10px);
	display: block;
	margin-top: -6px;
}

#stacks_in_469 .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

#stacks_in_469 .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  background-color: rgba(204, 204, 204, 1.00);
  -webkit-transition: .4s;
  transition: .4s;
	width: 70px;
  height: 34px;
}

#stacks_in_469 .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: rgba(255, 255, 255, 1.00);
  -webkit-transition: .4s;
  transition: .4s;
}

#stacks_in_469 input:checked + .slider {
  background-color: rgba(33, 150, 243, 1.00);
}

#stacks_in_469 input:focus + .slider {
  box-shadow: 0 0 1px rgba(33, 150, 243, 1.00);
}

#stacks_in_469 input:checked + .slider:before {
	-webkit-transform: translateX(calc(70px - 150% + 5px));
  -ms-transform: translateX(calc(70px - 150% + 5px));
  transform: translateX(calc(70px - 150% + 5px));
}

/* On / off labels */
#stacks_in_469 .on {
  display: none;
}

#stacks_in_469 .on, 
#stacks_in_469 .off {
  color: rgba(255, 255, 255, 1.00);
  position: absolute;
  transform: translate(0, -50%);
  top: 50%;
  right: 10px;
  font-size: 12px;
  font-family: Verdana, sans-serif;
}

#stacks_in_469 input:checked + .slider .on {
	display: block;
	right: auto;
	left: 10px;
}

#stacks_in_469 input:checked + .slider .off {
	display: none;
}


#stacks_in_469 .slider.round {
  border-radius: 34px;
}

#stacks_in_469 .slider.round:before {
  border-radius: 50%;
}





#stacks_out_469 {
	width: 500px;
}
#formsplusHeaderContentstacks_in_470 {
	margin-bottom: 20px;
}

#formsplusFooterContentstacks_in_470 {
	margin-top: 20px;
}


legend#formsplusLegendstacks_in_471 {
	text-align: ;
	display: block;
}

/*  *//*  *//*  *//*  *//*  */#formsplusHeaderContentstacks_in_482 {
	margin-bottom: 20px;
}

#formsplusFooterContentstacks_in_482 {
	margin-top: 20px;
}
/*  */#formsplusHeaderContentstacks_in_494 {
	margin-bottom: 20px;
}

#formsplusFooterContentstacks_in_494 {
	margin-top: 20px;
}
/*  */
#static-stack-stacks_in_504 {
	padding: 0;
}


legend#formsplusLegendstacks_in_504 {
	text-align: ;
	display: block;
}

/*  *//*  */


#formsplusHeaderContentstacks_in_516 {
	margin-bottom: 20px;
}

#formsplusFooterContentstacks_in_516 {
	margin-top: 20px;
}
/*  */


#formsplusHeaderContentstacks_in_526 {
	margin-bottom: 20px;
}

#formsplusFooterContentstacks_in_526 {
	margin-top: 20px;
}
/*  *//*  */#stacks_in_529 {
	border-radius: 0 !important;
	border-left: 0;
	border-radius: 0;
}

#before-stacks_in_529,
#after-stacks_in_529 {
	width: 10px !important;
}

#form-inline-stacks_in_529 .input-group {
	position: static;
}

/*  */
/**
 * Fileuploader
 * Copyright (c) 2019 Innostudio.de
 * Website: https://innostudio.de/fileuploader/
 * Version: 2.2 (15-Apr-2019)
 * Requires: jQuery v1.7.1 or later
 * License: https://innostudio.de/fileuploader/documentation/#license
 */
@charset "UTF-8";

.fileuploader-input .fileuploader-input-button, .fileuploader-input .fileuploader-input-caption, .fileuploader-items .fileuploader-item .fileuploader-action, .fileuploader-items .fileuploader-item .fileuploader-progressbar .bar, .fileuploader-items .fileuploader-item .progress-bar2 .fileuploader-progressbar .bar, .fileuploader-items .fileuploader-item span.fileuploader-action-popup, .fileuploader-popup .fileuploader-popup-footer .fileuploader-popup-tools li [data-action], .fileuploader-popup .fileuploader-popup-footer .fileuploader-popup-zoomer button[data-action], .fileuploader-popup .fileuploader-popup-header .fileuploader-popup-button, .fileuploader-popup .fileuploader-popup-header .fileuploader-popup-button.button-success {
  -webkit-transition: .7s cubic-bezier(.17, .67, 0, 1.01);
  -o-transition: .7s cubic-bezier(.17, .67, 0, 1.01);
  transition: .7s cubic-bezier(.17, .67, 0, 1.01)
}

.fileuploader-items .fileuploader-item, .fileuploader-items .fileuploader-item .fileuploader-action, .fileuploader-items .fileuploader-item .fileuploader-item-icon, .fileuploader-items .fileuploader-item .fileuploader-item-image canvas, .fileuploader-items .fileuploader-item .fileuploader-item-image img, .fileuploader-popup, .fileuploader-popup .fileuploader-popup-node {
  -webkit-animation: fileuploaderFadeIn .2s ease;
  animation: fileuploaderFadeIn .2s ease
}

.fileuploader-input .fileuploader-input-button, .fileuploader-popup .fileuploader-popup-header .fileuploader-popup-button, .fileuploader-popup .fileuploader-popup-header .fileuploader-popup-button.button-success {
  display: inline-block;
  margin: 0;
  padding: 14px 22px;
  border: none;
  border-radius: 30px;
  outline: 0;
  font-weight: 700;
  cursor: pointer;
  vertical-align: middle;
  text-decoration: none
}

.fileuploader-popup .fileuploader-popup-header .fileuploader-popup-button {
  background: #e6ebf4;
  color: #90a0bc
}

.fileuploader-popup .fileuploader-popup-header .fileuploader-popup-button:hover {
  background: #edf1f7;
  transform: translateY(-1px)
}

.fileuploader-popup .fileuploader-popup-header .fileuploader-popup-button:active {
  background: #dfe5f1;
  transform: translateY(1px)
}

.fileuploader-input .fileuploader-input-button, .fileuploader-popup .fileuploader-popup-header .fileuploader-popup-button.button-success {
  background: #9658fe;
  background: -moz-linear-gradient(-45deg, #3a8ffe 0, #9658fe 100%);
  background: -webkit-linear-gradient(-45deg, #3a8ffe 0, #9658fe 100%);
  background: linear-gradient(135deg, #3a8ffe 0, #9658fe 100%);
  background-size: 140% auto;
  background-position: center;
  color: #fff;
  box-shadow: 0 4px 18px rgba(0, 0, 0, .04)
}

.fileuploader-input .fileuploader-input-button:hover, .fileuploader-popup .fileuploader-popup-header .fileuploader-popup-button.button-success:hover {
  background-position: left;
  box-shadow: 0 8px 25px rgba(0, 0, 0, .15);
  transform: translateY(-2px)
}

.fileuploader-input .fileuploader-input-button:active, .fileuploader-popup .fileuploader-popup-header .fileuploader-popup-button.button-success:active {
  background-position: right;
  box-shadow: 0 4px 25px rgba(0, 0, 0, .15);
  transform: translateY(2px)
}

.fileuploader-input .fileuploader-input-caption .fileuploader-pending-loader, .fileuploader-items .fileuploader-item .fileuploader-item-image.fileuploader-loading:after, .fileuploader-items .fileuploader-item.upload-pending .fileuploader-action-remove:after, .fileuploader-popup.loading:after {
  content: "";
  position: absolute;
  min-width: 24px;
  min-height: 24px;
  max-width: 48px;
  max-height: 48px;
  background: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJsb2FkZXItMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI0MHB4IiBoZWlnaHQ9IjQwcHgiIHZpZXdCb3g9IjAgMCA1MCA1MCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTAgNTA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj48cGF0aCBmaWxsPSIjZGRlNGY2IiBkPSJNNDMuOTM1LDI1LjE0NWMwLTEwLjMxOC04LjM2NC0xOC42ODMtMTguNjgzLTE4LjY4M2MtMTAuMzE4LDAtMTguNjgzLDguMzY1LTE4LjY4MywxOC42ODNoNC4wNjhjMC04LjA3MSw2LjU0My0xNC42MTUsMTQuNjE1LTE0LjYxNWM4LjA3MiwwLDE0LjYxNSw2LjU0MywxNC42MTUsMTQuNjE1SDQzLjkzNXoiPjxhbmltYXRlVHJhbnNmb3JtIGF0dHJpYnV0ZVR5cGU9InhtbCIgYXR0cmlidXRlTmFtZT0idHJhbnNmb3JtIiB0eXBlPSJyb3RhdGUiIGZyb209IjAgMjUgMjUiIHRvPSIzNjAgMjUgMjUiIGR1cj0iMC42cyIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiLz4gPC9wYXRoPiA8L3N2Zz4=) no-repeat center;
  background-size: contain
}

.fileuploader-items .fileuploader-item .fileuploader-item-icon i, .fileuploader-items .fileuploader-item .fileuploader-item-image canvas, .fileuploader-items .fileuploader-item .fileuploader-item-image img, .fileuploader-items .fileuploader-item .fileuploader-item-image.fileuploader-loading:after, .fileuploader-popup .fileuploader-cropper .fileuploader-cropper-area .point:after, .fileuploader-popup .fileuploader-popup-move:after, .fileuploader-popup.loading:after {
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%)
}

.fileuploader-items .fileuploader-item .fileuploader-action, .fileuploader-items .fileuploader-item .progress-bar2 span {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.fileuploader-input .fileuploader-input-button, .fileuploader-items .fileuploader-item .fileuploader-item-icon, .fileuploader-items .fileuploader-item .progress-bar2 .fileuploader-progressbar, .fileuploader-popup .fileuploader-cropper, .fileuploader-popup .fileuploader-cropper *, .fileuploader-popup .fileuploader-popup-footer .fileuploader-popup-tools li [data-action], .fileuploader-popup .fileuploader-popup-header .fileuploader-popup-button, .fileuploader-popup .fileuploader-popup-header .fileuploader-popup-button.button-success, .fileuploader-popup .fileuploader-popup-move, .fileuploader-popup .fileuploader-popup-node .fileuploader-popup-file-icon {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.fileuploader, .fileuploader *, .fileuploader :after, .fileuploader :before, .fileuploader-popup, .fileuploader-popup *, .fileuploader-popup :after, .fileuploader-popup :before {
  box-sizing: border-box
}

.fileuploader button, .fileuploader-popup button {
  display: inline-block;
  padding: 0;
  margin: 0;
  border: 0;
  font: inherit;
  background: 0 0;
  box-shadow: none
}

.fileuploader button:focus, .fileuploader-popup button:focus {
  outline: 0
}

.fileuploader {
  display: block;
  width: 100%;
  padding: 16px;
  margin: 16px 0;
  background: #fafbfd;
  border-radius: 6px;
  line-height: normal
}

.fileuploader-icon-main {
  display: inline-block;
  font-size: 18px;
  color: #789bec
}

.fileuploader-input {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid transparent;
  border-radius: 30px;
  cursor: pointer
}

.fileuploader-input .fileuploader-input-caption {
  position: relative;
  display: inline-block;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-item-align: start;
  align-self: flex-start;
  padding: 13px 16px;
  margin-right: 16px;
  background: #fff;
  border: 1px solid #ebeef1;
  border-radius: 30px;
  color: #789bec;
  box-shadow: 0 4px 18px rgba(0, 0, 0, .01);
  font-weight: 700;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden
}

.fileuploader-focused .fileuploader-input .fileuploader-input-caption {
  border-color: #789bec
}

.fileuploader-input .fileuploader-input-caption .fileuploader-pending-loader {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  min-height: 22px;
  margin-right: 6px
}

.fileuploader-input.fileuploader-dragging {
  background: #fff;
  border: 1px solid #ebeef1;
  border-style: dashed
}

.fileuploader-input.fileuploader-dragging .fileuploader-input-caption {
  border-color: transparent
}

.fileuploader-input.fileuploader-dragging .fileuploader-input-button {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  opacity: 0
}

.fileuploader-disabled .fileuploader-input {
  opacity: .7;
  cursor: default;
  pointer-events: none !important
}

.fileuploader-items .fileuploader-items-list {
  display: block;
  margin: 0 -16px;
  padding: 0;
  list-style: none
}

.fileuploader-items .fileuploader-item {
  position: relative;
  margin: 0;
  padding: 20px 16px 20px 22px;
  border-bottom: 1px solid #ebeef1;
  animation-duration: .6s
}

.fileuploader-items .fileuploader-item:last-child {
  border-bottom: 0;
  margin-bottom: -16px
}

.fileuploader-items .fileuploader-item.upload-failed {
  background: rgba(254, 84, 111, .06)
}

.fileuploader-items .fileuploader-item.upload-pending .fileuploader-action-remove:after {
  position: absolute;
  left: -8px;
  top: -8px;
  width: 36px;
  height: 36px
}

.fileuploader-items .fileuploader-item .columns {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
  float: none;
}

.fileuploader-items .fileuploader-item .column-thumbnail {
  position: relative;
  width: 36px;
  height: 36px
}

.fileuploader-items .fileuploader-item .column-title {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 16px;
  padding-right: 16px;
  color: #74809d;
  overflow: hidden
}

.fileuploader-items .fileuploader-item .column-title a {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: #74809d;
  text-decoration: none
}

.fileuploader-items .fileuploader-item .column-title div {
  width: 100%;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden
}

.fileuploader-items .fileuploader-item .column-title span {
  font-size: 12px;
  color: #979fb8
}

.fileuploader-items .fileuploader-item .column-actions {
  margin: 0 16px
}

.fileuploader-items .fileuploader-item .fileuploader-item-image {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 6px;
  background: #fff;
  overflow: hidden
}

.fileuploader-items .fileuploader-item .fileuploader-item-image.fileuploader-loading:after {
  content: "";
  width: 50%;
  height: 50%
}

.fileuploader-items .fileuploader-item .fileuploader-item-image canvas, .fileuploader-items .fileuploader-item .fileuploader-item-image img {
  position: absolute;
  max-width: none;
  max-height: 100%
}

.fileuploader-items .fileuploader-item .fileuploader-item-icon {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  font-size: 11px;
  background: #ddd;
  border-radius: 4px;
  cursor: default
}

.fileuploader-items .fileuploader-item .fileuploader-item-icon.is-bright-color {
  color: #888
}

.fileuploader-items .fileuploader-item .fileuploader-item-icon i {
  position: absolute;
  display: block;
  width: 90%;
  font-style: normal;
  font-weight: 700;
  overflow: hidden;
  white-space: nowrap
}

.fileuploader-items .fileuploader-item span.fileuploader-action-popup {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(43, 56, 71, .2);
  border-radius: 6px;
  cursor: pointer;
  opacity: 0
}

.fileuploader-items .fileuploader-item span.fileuploader-action-popup:hover {
  opacity: 1
}

.fileuploader-items .fileuploader-item span.fileuploader-action-popup:active {
  background: rgba(43, 56, 71, .4)
}

.fileuploader-items .fileuploader-item .fileuploader-action {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  color: #c0c6d2;
  cursor: pointer;
  vertical-align: top;
  text-align: center
}

.fileuploader-items .fileuploader-item .fileuploader-action+.fileuploader-action {
  margin-left: 16px
}

.fileuploader-items .fileuploader-item .fileuploader-action:hover {
  color: #789bec
}

.fileuploader-items .fileuploader-item .fileuploader-action:active {
  color: #668ee9
}

.fileuploader-items .fileuploader-item .fileuploader-action i {
  font-size: 20px;
  line-height: 1;
  display: block;
  margin-top: -1px;
  margin-left: 1px;
}

.fileuploader-items .fileuploader-item .fileuploader-action.fileuploader-action-remove {
  color: #fff;
  background: rgba(254, 118, 118, 1.00);
  border-radius: 50%;
}

.fileuploader-items .fileuploader-item .fileuploader-action.fileuploader-action-remove i {
  font-size: 14px;
  text-shadow: none
}

.fileuploader-items .fileuploader-item .fileuploader-action.fileuploader-action-remove:hover {
  background-color: rgba(254, 138, 138, 1.00);
}

.fileuploader-items .fileuploader-item .fileuploader-action.fileuploader-action-remove:active {
  background-color: rgba(254, 138, 138, 1.00);
}

.fileuploader-items .fileuploader-item .fileuploader-action.fileuploader-action-success {
  color: #fff;
  background: rgba(67, 208, 132, 1.00);
  border-radius: 50%;
}

.fileuploader-items .fileuploader-item .fileuploader-action.fileuploader-action-success i {
  font-size: 14px;
  text-shadow: none
}

.fileuploader-items .fileuploader-item .fileuploader-action.fileuploader-action-success:hover {
  background-color: rgba(83, 212, 143, 1.00);
}

.fileuploader-items .fileuploader-item .fileuploader-action.fileuploader-action-success:active {
  background-color: rgba(83, 212, 143, 1.00);
}

.fileuploader-items .fileuploader-item .fileuploader-action.fileuploader-action-remove.fileuploader-action-success i:before {
  content: "\e904"
}

.fileuploader-items .fileuploader-item .fileuploader-action.fileuploader-action-remove.fileuploader-action-success:active, .fileuploader-items .fileuploader-item .fileuploader-action.fileuploader-action-remove.fileuploader-action-success:hover {
  background: #fe7676;
  box-shadow: -1px 1px 6px rgba(254, 118, 118, .8)
}

.fileuploader-items .fileuploader-item .fileuploader-action.fileuploader-action-remove.fileuploader-action-success:active i:before, .fileuploader-items .fileuploader-item .fileuploader-action.fileuploader-action-remove.fileuploader-action-success:hover i:before {
  content: "\e923"
}

.fileuploader-items .fileuploader-item .fileuploader-action.fileuploader-action-remove.fileuploader-action-success:active {
  background-color: #fe6262
}

.fileuploader-items .fileuploader-item.file-has-popup span.fileuploader-action-popup {
  display: block
}

.fileuploader-items .fileuploader-item .fileuploader-progressbar {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  border-radius: 6px
}

.fileuploader-items .fileuploader-item .fileuploader-progressbar .bar {
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height: 100%;
  border-radius: 6px;
  background: #789bec;
  box-shadow: 0 4px 8px -1px rgba(120, 155, 236, 0.6)
}

.fileuploader-items .fileuploader-item .progress-bar2 .fileuploader-progressbar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1
}

.fileuploader-items .fileuploader-item .progress-bar2 .fileuploader-progressbar .bar {
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height: 100%;
  border-radius: 0;
  background: rgba(104, 125, 219, 0.08);
  box-shadow: none
}

.fileuploader-items .fileuploader-item .progress-bar2 span {
  position: absolute;
  right: 16px;
  color: rgba(151, 159, 184, 0.16);
  font-size: 48px
}

.fileuploader-items .fileuploader-item.sorting {
  background: #fafbfd;
  border-radius: 6px;
  opacity: .8;
  box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
  z-index: 799
}

.fileuploader-items .fileuploader-item.sorting, .fileuploader-items .fileuploader-item.sorting .fileuploader-action, .fileuploader-items .fileuploader-item.sorting .fileuploader-item-icon, .fileuploader-items .fileuploader-item.sorting .fileuploader-item-image canvas, .fileuploader-items .fileuploader-item.sorting .fileuploader-item-image img {
  -webkit-animation: none;
  animation: none
}

.fileuploader-items .fileuploader-sorter-placeholder {
  background: rgba(0, 0, 0, .03);
  margin: 0;
  padding: 0;
  -webkit-animation: none;
  animation: none
}

.fileuploader-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #191d1e;
  z-index: 1090;
  animation-duration: .4s
}

.fileuploader-popup.loading:after {
  width: 48px;
  height: 48px;
  z-index: 8
}

.fileuploader-popup .fileuploader-popup-preview {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 2
}

.fileuploader-popup .fileuploader-popup-node {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  max-width: 100%;
  height: 100%;
  min-width: 20px;
  min-height: 20px;
  padding: 80px 56px 64px;
  overflow: hidden
}

.fileuploader-popup .fileuploader-popup-node.is-zoomed {
  display: block
}

.fileuploader-popup .fileuploader-popup-node .reader-node {
  position: relative;
  max-width: 100%;
  max-height: 100%;
  text-align: center;
  -webkit-transform: translateZ(0);
  transform: translateZ(0)
}

.fileuploader-popup .fileuploader-popup-node .reader-node.is-movable {
  cursor: grab
}

.fileuploader-popup .fileuploader-popup-node .reader-node.is-amoving:hover, .fileuploader-popup .fileuploader-popup-node .reader-node.is-moving {
  cursor: grabbing
}

.fileuploader-popup .fileuploader-popup-node .reader-node.is-amoving:hover .area-move, .fileuploader-popup .fileuploader-popup-node .reader-node.is-amoving:hover .point, .fileuploader-popup .fileuploader-popup-node .reader-node.is-moving .area-move, .fileuploader-popup .fileuploader-popup-node .reader-node.is-moving .point {
  cursor: grabbing !important
}

.fileuploader-popup .fileuploader-popup-node .reader-node.has-node-centered {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%
}

.fileuploader-popup .fileuploader-popup-node.astext .reader-node>div, .fileuploader-popup .fileuploader-popup-node.audio .reader-node>audio, .fileuploader-popup .fileuploader-popup-node.image .reader-node>img, .fileuploader-popup .fileuploader-popup-node.video .reader-node>video {
  max-width: 100%;
  max-height: 100%;
  margin: 0;
  padding: 0;
  color: #47525d;
  background: #fafafa;
  box-shadow: 0 0 18px rgba(0, 0, 0, .4);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  border-radius: 0
}

.fileuploader-popup .fileuploader-popup-node.audio .reader-node audio {
  width: 450px
}

.fileuploader-popup .fileuploader-popup-node.application .reader-node iframe {
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 3px
}

.fileuploader-popup .fileuploader-popup-node.astext .reader-node div {
  max-width: 992px;
  padding: 20px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 16px;
  text-align: left;
  overflow-y: auto;
  white-space: pre-wrap
}

.fileuploader-popup .fileuploader-popup-node .fileuploader-popup-file-icon {
  position: relative;
  display: inline-block;
  width: 80px;
  height: 80px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDkiIGhlaWdodD0iNjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgcHJlc2VydmVBc3BlY3RSYXRpbz0ieE1pZFlNaWQiPiA8Zz4gIDx0aXRsZT5iYWNrZ3JvdW5kPC90aXRsZT4gIDxyZWN0IGZpbGw9Im5vbmUiIGlkPSJjYW52YXNfYmFja2dyb3VuZCIgaGVpZ2h0PSI0MDIiIHdpZHRoPSI1ODIiIHk9Ii0xIiB4PSItMSIvPiA8L2c+IDxnPiAgPHRpdGxlPkxheWVyIDE8L3RpdGxlPiAgPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBmaWxsPSIjYmJjYWNmIiBpZD0ic3ZnXzIiIGQ9Im00OSwxNi44NDJsMCw0Mi4xMDVjMCwyLjc5MSAtMi4yNyw1LjA1MyAtNS4wNjksNS4wNTNsLTM4Ljg2MiwwYy0yLjgsMCAtNS4wNjksLTIuMjYyIC01LjA2OSwtNS4wNTNsMCwtNTMuODk0YzAsLTIuNzkxIDIuMjY5LC01LjA1MyA1LjA2OSwtNS4wNTNsMjcuMDM0LDBsMTYuODk3LDE2Ljg0MnoiIGNsYXNzPSJjbHMtMSIvPiAgPHBhdGggZmlsbD0iI2RmZWFlZSIgZmlsbC1ydWxlPSJldmVub2RkIiBpZD0ic3ZnXzQiIGQ9Im00OSwxNS44OTlsMCwyLjA5NmwtMTMuODEzLDBjLTIuODYsMCAtNC4xNzksLTIuMzIgLTQuMTc5LC01LjE4MWwwLC0xMi44MTRsMi4wOTIsMGwxNS45LDE1Ljg5OXoiIGNsYXNzPSJjbHMtMyIvPiA8L2c+PC9zdmc+) no-repeat center;
  background-size: contain
}

.fileuploader-popup .fileuploader-popup-node .fileuploader-popup-file-icon div {
  position: absolute;
  bottom: 14px;
  left: 0;
  padding: 4px 6px;
  border-radius: 4px;
  color: #fff;
  max-width: 100%;
  word-wrap: break-word
}

.fileuploader-popup .fileuploader-popup-node .fileuploader-popup-file-icon div.is-bright-color {
  color: #888
}

.fileuploader-popup .fileuploader-popup-node .fileuploader-popup-file-icon div i {
  text-transform: uppercase;
  font-style: normal;
  font-weight: 700;
  white-space: nowrap
}

.fileuploader-popup .fileuploader-popup-content {
  color: #fdfdfd;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, .4)
}

.fileuploader-popup .fileuploader-popup-content ul {
  list-style: none;
  margin: 0;
  padding: 0
}

.fileuploader-popup .fileuploader-popup-content ul li {
  display: inline-block;
  padding: 0;
  margin: 0
}

.fileuploader-popup .fileuploader-popup-content ul li+li {
  margin-left: 16px
}

.fileuploader-popup .fileuploader-popup-header {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  padding: 16px;
  background: rgba(0, 0, 0, .8);
  background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .8) 100%);
  background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .8) 100%);
  background: linear-gradient(360deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .8) 100%);
  z-index: 2
}

.fileuploader-popup .fileuploader-popup-header .fileuploader-popup-meta {
  display: flex;
  flex: 1;
  white-space: nowrap;
  overflow: hidden
}

.fileuploader-popup .fileuploader-popup-header .fileuploader-popup-meta li:first-child {
  overflow: hidden
}

.fileuploader-popup .fileuploader-popup-header .fileuploader-popup-meta span {
  display: block;
  color: #80868b;
  font-size: 14px
}

.fileuploader-popup .fileuploader-popup-header .fileuploader-popup-meta h5 {
  max-width: 100%;
  margin: 4px 0 0;
  font-size: 14px;
  font-weight: 700;
  text-overflow: ellipsis;
  overflow: hidden
}

.fileuploader-popup .fileuploader-popup-header .fileuploader-popup-info:not(:empty) {
  flex: 1;
  margin-left: 16px
}

.fileuploader-popup .fileuploader-popup-header .fileuploader-popup-buttons {
  margin-left: 16px
}

.fileuploader-popup .fileuploader-popup-header .fileuploader-popup-button {
  padding: 14px 24px;
  text-shadow: none
}

.fileuploader-popup .fileuploader-popup-footer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  background: rgba(0, 0, 0, .8);
  background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .8) 100%);
  background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .8) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .8) 100%);
  z-index: 2
}

.fileuploader-popup .fileuploader-popup-footer .fileuploader-popup-tools li [data-action] {
  display: inline-block;
  padding: 16px;
  padding-bottom: 13px;
  cursor: pointer;
  text-decoration: none;
  color: #fdfdfd;
  border-bottom: 3px solid transparent
}

.fileuploader-popup .fileuploader-popup-footer .fileuploader-popup-tools li [data-action] i {
  display: inline-block;
  font-size: 18px;
  margin-top: -4px;
  margin-right: 6px;
  vertical-align: middle
}

.fileuploader-popup .fileuploader-popup-footer .fileuploader-popup-tools li [data-action]:hover {
  border-bottom-color: #789bec;
  color: #fff
}

.fileuploader-popup .fileuploader-popup-footer .fileuploader-popup-zoomer {
  font-size: 14px
}

.fileuploader-popup .fileuploader-popup-footer .fileuploader-popup-zoomer button[data-action] {
  width: 24px;
  height: 24px;
  line-height: 24px;
  font-size: 16px;
  border: none;
  border-radius: 50%;
  padding: 0;
  vertical-align: middle;
  color: #fdfdfd;
  background: rgba(255, 255, 255, .1);
  text-shadow: none
}

.fileuploader-popup .fileuploader-popup-footer .fileuploader-popup-zoomer button[data-action]:hover {
  background: rgba(255, 255, 255, .3)
}

.fileuploader-popup .fileuploader-popup-footer .fileuploader-popup-zoomer input {
  display: inline-block;
  -webkit-appearance: none;
  width: 130px;
  padding: 0;
  margin: 0 16px;
  vertical-align: middle;
  background: 0 0
}

.fileuploader-popup .fileuploader-popup-footer .fileuploader-popup-zoomer input:focus {
  outline: 0
}

.fileuploader-popup .fileuploader-popup-footer .fileuploader-popup-zoomer input::-webkit-slider-runnable-track {
  width: 100%;
  height: 4px;
  cursor: pointer;
  animate: .2s;
  box-shadow: none;
  background: #789bec;
  border-radius: 6px
}

.fileuploader-popup .fileuploader-popup-footer .fileuploader-popup-zoomer input::-webkit-slider-thumb {
  height: 14px;
  width: 14px;
  border-radius: 50%;
  border: 0;
  background: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -5px;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, .8)
}

.fileuploader-popup .fileuploader-popup-footer .fileuploader-popup-zoomer input::-moz-range-track {
  width: 100%;
  height: 4px;
  cursor: pointer;
  animate: .2s;
  box-shadow: none;
  background: #789bec;
  border-radius: 6px
}

.fileuploader-popup .fileuploader-popup-footer .fileuploader-popup-zoomer input::-moz-range-thumb {
  height: 14px;
  width: 14px;
  border-radius: 50%;
  border: 0;
  background: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -5px;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, .8)
}

.fileuploader-popup .fileuploader-popup-footer .fileuploader-popup-zoomer span {
  display: inline-block;
  min-width: 40px;
  text-align: center;
  margin-left: 6px;
  color: #fff;
  vertical-align: middle
}

.fileuploader-popup .fileuploader-popup-move {
  position: absolute;
  display: none;
  width: 56px;
  height: 100%;
  font-size: 24px;
  bottom: 0;
  left: 0;
  color: #fff;
  opacity: .4;
  cursor: pointer;
  z-index: 1
}

.fileuploader-popup .fileuploader-popup-move:hover {
  opacity: 1
}

.fileuploader-popup .fileuploader-popup-move:after {
  position: absolute
}

.fileuploader-popup .fileuploader-popup-move[data-action=next] {
  left: auto;
  right: 0
}

.fileuploader-popup .fileuploader-popup-has-arrows .fileuploader-popup-move {
  display: inline-block
}

.fileuploader-popup .fileuploader-cropper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(17, 20, 27, .65);
  z-index: 9
}

.fileuploader-popup .fileuploader-cropper .fileuploader-cropper-area {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  z-index: 2;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0)
}

.fileuploader-popup .fileuploader-cropper .fileuploader-cropper-area.has-grid:after, .fileuploader-popup .fileuploader-cropper .fileuploader-cropper-area.has-grid:before {
  content: "";
  position: absolute;
  border: 1px solid rgba(250, 250, 250, .8);
  opacity: 0;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  z-index: 1
}

.fileuploader-popup .fileuploader-cropper .fileuploader-cropper-area.has-grid:before {
  top: 0;
  left: 50%;
  height: 100%;
  width: 34%;
  border-top: 0;
  border-bottom: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}

.fileuploader-popup .fileuploader-cropper .fileuploader-cropper-area.has-grid:after {
  top: 50%;
  left: 0;
  height: 34%;
  width: 100%;
  border-left: 0;
  border-right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.fileuploader-popup .fileuploader-cropper .fileuploader-cropper-area.has-grid.moving:after, .fileuploader-popup .fileuploader-cropper .fileuploader-cropper-area.has-grid.moving:before {
  opacity: 1
}

.fileuploader-popup .fileuploader-cropper .fileuploader-cropper-area .point {
  position: absolute;
  width: 24px;
  height: 24px;
  z-index: 3
}

.fileuploader-popup .fileuploader-cropper .fileuploader-cropper-area .point:after {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  background: #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, .4);
  border-radius: 50%
}

.fileuploader-popup .fileuploader-cropper .fileuploader-cropper-area .point.point-a {
  top: -12px;
  left: -12px;
  cursor: nw-resize
}

.fileuploader-popup .fileuploader-cropper .fileuploader-cropper-area .point.point-b {
  top: -12px;
  left: 50%;
  margin-left: -12px;
  cursor: n-resize
}

.fileuploader-popup .fileuploader-cropper .fileuploader-cropper-area .point.point-c {
  top: -12px;
  right: -12px;
  cursor: ne-resize
}

.fileuploader-popup .fileuploader-cropper .fileuploader-cropper-area .point.point-d {
  top: 50%;
  right: -12px;
  margin-top: -12px;
  cursor: w-resize
}

.fileuploader-popup .fileuploader-cropper .fileuploader-cropper-area .point.point-e {
  bottom: -12px;
  right: -12px;
  cursor: nw-resize
}

.fileuploader-popup .fileuploader-cropper .fileuploader-cropper-area .point.point-f {
  bottom: -12px;
  left: 50%;
  margin-left: -12px;
  cursor: s-resize
}

.fileuploader-popup .fileuploader-cropper .fileuploader-cropper-area .point.point-g {
  bottom: -12px;
  left: -12px;
  cursor: sw-resize
}

.fileuploader-popup .fileuploader-cropper .fileuploader-cropper-area .point.point-h {
  left: -12px;
  top: 50%;
  margin-top: -12px;
  cursor: w-resize
}

.fileuploader-popup .fileuploader-cropper .fileuploader-cropper-area .area-move {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  cursor: move
}

.fileuploader-popup .fileuploader-cropper .fileuploader-cropper-area .area-move:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(255, 255, 255, .8)
}

.fileuploader-popup .fileuploader-cropper .fileuploader-cropper-area .area-image {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%
}

.fileuploader-popup .fileuploader-cropper .fileuploader-cropper-area .area-image img {
  width: auto;
  height: auto;
  max-width: none;
  max-height: none;
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  -webkit-transform-origin: top left;
  transform-origin: top left
}

.fileuploader-popup .fileuploader-cropper .fileuploader-cropper-area .area-info {
  position: absolute;
  bottom: -12px;
  left: 50%;
  color: #fff;
  font-family: sans-serif;
  line-height: 1;
  font-size: 12px;
  text-align: center;
  padding: 4px 8px;
  background: rgba(0, 0, 0, .6);
  border-radius: 14px;
  white-space: nowrap;
  opacity: 0;
  -webkit-transform: translateX(-50%) translateY(100%);
  transform: translateX(-50%) translateY(100%);
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  z-index: 2
}

.fileuploader-popup .fileuploader-cropper .fileuploader-cropper-area.show-info .area-info {
  opacity: 0
}

@media all and (max-width:768px) {
  .fileuploader-popup .fileuploader-popup-header {
    display: block;
    padding: 0
  }

  .fileuploader-popup .fileuploader-popup-header .fileuploader-popup-meta {
    padding: 16px
  }

  .fileuploader-popup .fileuploader-popup-header .fileuploader-popup-buttons {
    position: fixed;
    left: 0;
    bottom: 16px;
    width: 100%;
    margin: 0;
    text-align: center
  }

  .fileuploader-popup .fileuploader-popup-node {
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 117px
  }

  .fileuploader-popup .fileuploader-popup-footer {
    bottom: 61px;
    background: 0 0
  }

  .fileuploader-popup .fileuploader-popup-footer .fileuploader-popup-zoomer {
    display: none
  }

  .fileuploader-popup .fileuploader-popup-footer .fileuploader-popup-tools li a:hover {
    border-color: transparent
  }

  .fileuploader-popup .fileuploader-popup-move {
    width: 30px
  }

  .fileuploader-popup .fileuploader-popup-has-arrows .fileuploader-popup-node {
    padding-left: 30px;
    padding-right: 30px
  }
}

@-webkit-keyframes fileuploaderFadeIn {
  from {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes fileuploaderFadeIn {
  from {
    opacity: 0
  }

  to {
    opacity: 1
  }
}




/* onebutton Theme */
.fileuploader-theme-onebutton .fileuploader-input {
    display: inline-block;
}
.fileuploader-theme-onebutton .fileuploader-input .fileuploader-input-caption {
	display: none;
}



/* drag and drop theme */
.fileuploader-theme-dragdrop .fileuploader-input {
    display: block;
    padding: 60px 0;
    background: #fff;
    border: 2px dashed #c2cdda;
    border-radius: 14px;
    text-align: center;
}

.fileuploader-theme-dragdrop .fileuploader-input .fileuploader-icon-main {
    display: block;
    font-size: 56px;
	margin: 0 auto;
	margin-bottom: 26px;
}
.fileuploader-theme-dragdrop .fileuploader-input h3 {
    margin: 0;
    margin-bottom: 8px;
    padding: 0;
    background: none;
    border: none;
    font-size: 18px;
    font-weight: bold;
    color: #5B5B7B;
    white-space: normal;
    box-shadow: none;
}
.fileuploader-theme-dragdrop .fileuploader-input p {
    margin: 0;
    padding: 0;
    color: #90a0bc;
    margin-bottom: 12px;
}

/* dragging state */
.fileuploader-theme-dragdrop .fileuploader-input .fileuploader-input-inner > * {
    -webkit-transition: 500ms cubic-bezier(0.17, 0.67, 0, 1.01);
            transition: 500ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.fileuploader-theme-dragdrop .fileuploader-input.fileuploader-dragging .fileuploader-input-inner > * {
	transform: translateY(18px);
	opacity: 0;
}
.fileuploader-theme-dragdrop .fileuploader-input.fileuploader-dragging .fileuploader-icon-main {
    transform: translateY(30px) scale(1.2);
	opacity: 0.6;
}
.fileuploader-theme-dragdrop .fileuploader-input.fileuploader-dragging .fileuploader-input-caption {
    transform: translateY(30px);
	opacity: 0.6;
}

/* drop in theme */
.fileuploader-theme-dropin .fileuploader-input {
    margin: -16px;
    padding: 16px;
    border: 0;
}
.fileuploader-theme-dropin .fileuploader-input.fileuploader-dragging {
    background: #f3f5fa;
    border-radius: 6px;
}
.fileuploader-theme-dropin .fileuploader-input-inner {
    width: 100%;
    text-align: center;
    padding: 16px;
    color: #5b5b7b;
}
.fileuploader-theme-dropin .fileuploader-input-inner span {
    display: inline-block;
    text-decoration: underline;
}
.fileuploader-theme-dropin .fileuploader-input-inner span:hover {
    color: #4a4a64;
}

/* box after theme */
.fileuploader-theme-boxafter {
    padding-top: 0.1px;
}
.fileuploader-theme-boxafter .fileuploader-input {
    display: block;
    margin-top: 48px;
    padding: 28px 0;
    background: rgba(120, 155, 236, 0.06);
    border: 2px dashed #d5dee8;
    border-radius: 14px;
    text-align: center;
    color: #bbc2d4;
    transition: all 0.2s ease;
}
.fileuploader-theme-boxafter .fileuploader-input h3 {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
}
.fileuploader-theme-boxafter .fileuploader-input h3 a {
    color: #789bec;
    text-decoration: none;
    font-weight: 700;
}
.fileuploader-theme-boxafter .fileuploader-input-button {
    position: absolute;
    top: -24px;
    right: 12px;
    width: 48px;
    height: 48px;
    padding: 0;
    font-size: 22px;
    font-weight: 400;
    line-height: 48px;
    border-radius: 50%;
    box-shadow: 0 4px 12px rgba(0,0,0,.15);
}
.fileuploader-theme-boxafter .fileuploader-input.fileuploader-dragging {
    transform: scale(1.03);
    background: rgba(120, 155, 236, 0.1);
}

/* list */
.fileuploader-theme-boxafter .fileuploader-items {
    margin-top: -1px;
}
.fileuploader-theme-boxafter .fileuploader-items .fileuploader-item .fileuploader-progressbar {
    flex: 0;
    bottom: -6px;
    margin-left: 52px;
    width: calc(100% - 52px);
    background: rgba(0,0,0,0.06);
}


/* input & items size */
.fileuploader-theme-thumbnails .fileuploader-thumbnails-input,
.fileuploader-theme-thumbnails .fileuploader-items-list .fileuploader-item {
    position: relative;
	display: inline-block;
    margin: 16px 0 0 16px;
    padding: 0;
	vertical-align: top;

    width: 25%;
    width: calc(25% - 16px);
    padding-top: 20%;
}

.fileuploader-theme-thumbnails .fileuploader-thumbnails-input-inner,
.fileuploader-theme-thumbnails .fileuploader-item-inner {
    position: absolute;
    top: 0;
    left: 0;
	width: 100%;
	height: 100%;
    border-radius: 6px;
}

/* input */
.fileuploader-theme-thumbnails .fileuploader-thumbnails-input-inner {
    background: #e6ebf4;
    border: 2px dashed #92a7bf;
    text-align: center;
    font-size: 30px;
    color: #90a0bc;
	cursor: pointer;
    opacity: 0.5;
	-webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
	-webkit-transition: all 0.2s ease;
	        transition: all 0.2s ease;
}
.fileuploader-theme-thumbnails .fileuploader-thumbnails-input-inner:hover {
	opacity: 1;
}
.fileuploader-theme-thumbnails .fileuploader-thumbnails-input-inner:active,
.fileuploader-theme-thumbnails .fileuploader-dragging .fileuploader-thumbnails-input-inner {
	background: #f6f6fb;
}
.fileuploader-theme-thumbnails .fileuploader-thumbnails-input-inner i {
    position: absolute;
    font-style: normal;
    left: 0;
    top: 0;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
}

/* thumbnails theme */
.fileuploader-theme-thumbnails .fileuploader-items .fileuploader-items-list {
	margin: -16px 0 0 -16px;
}
.fileuploader-theme-thumbnails .fileuploader-items .fileuploader-item {
	border-bottom: 0;
}
.fileuploader-theme-thumbnails .fileuploader-items .fileuploader-item:last-child {
    margin-bottom: 0;
}
.fileuploader-theme-thumbnails .fileuploader-items .fileuploader-item-inner {
	background: rgba(0, 0, 0, 0.02);
	overflow: hidden;
	z-index: 1;
}
.fileuploader-theme-thumbnails .fileuploader-item-inner .thumbnail-holder,
.fileuploader-theme-thumbnails .fileuploader-items-list .fileuploader-item-image {
    width: 100%;
	height: 100%;
}
.fileuploader-theme-thumbnails .fileuploader-items-list .fileuploader-item-image {
	position: relative;
	text-align: center;
	overflow: hidden;
}
.fileuploader-theme-thumbnails .fileuploader-items .fileuploader-item .fileuploader-item-icon i {
    display: none;
}
.fileuploader-theme-thumbnails .fileuploader-items .fileuploader-item .fileuploader-action-popup {
    border-radius: 6px;
    z-index: 1;
}
.fileuploader-theme-thumbnails .fileuploader-item .type-holder {
    position: absolute;
    top: 6px;
    left: 6px;
    padding: 4px 6px;
    background: rgba(0, 0, 0, 0.4);
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
    border-radius: 4px;
    z-index: 2;
}
.fileuploader-theme-thumbnails .fileuploader-item .actions-holder {
    position: absolute;
    top: 6px;
    right: 6px;
    z-index: 2;
    height: 20px;
}
.fileuploader-theme-thumbnails .fileuploader-items .fileuploader-item .fileuploader-action {
    color: #fff;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.3);
}
.fileuploader-theme-thumbnails .fileuploader-items .fileuploader-item .fileuploader-action + .fileuploader-action {
    margin-left: 8px;
}
.fileuploader-theme-thumbnails .fileuploader-item .content-holder {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 6px;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.3);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
       background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
            background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
    z-index: 2;
}
.fileuploader-theme-thumbnails .fileuploader-item .content-holder h5 {
    display: block;
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.fileuploader-theme-thumbnails .fileuploader-item .content-holder span {
    display: block;
    font-size: 11px;
    color: rgba(255, 255, 255, 0.8);
}

/* uploading */
.fileuploader-theme-thumbnails .fileuploader-items .fileuploader-item.upload-failed .fileuploader-item-inner {
	background: #db6868;
}
.fileuploader-theme-thumbnails .fileuploader-item .progress-holder {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
    background: #fff;
    display: none;
    z-index: 1;
}
.fileuploader-theme-thumbnails .fileuploader-item .progress-holder .fileuploader-progressbar {
	position: relative;
    top: 50%;
	width: 80%;
    height: 6px;
	margin: 0 auto;
    margin-top: -6px;
	background: #dde4f6;
}

/* sorter */
.fileuploader-theme-thumbnails .fileuploader-items .fileuploader-item.sorting {
    padding-top: 0;
    margin: 0;
}
.fileuploader-theme-thumbnails .fileuploader-sorter-placeholder {
    background: #f0f3f9;
    border-radius: 6px;
}

/* responsive */
@media all and (max-width: 768px) {
    .fileuploader-theme-thumbnails .fileuploader-thumbnails-input,
    .fileuploader-theme-thumbnails .fileuploader-items-list .fileuploader-item {
        width: 33.33333333%;
        width: calc(33.33333333% - 16px);
        padding-top: 30%;
    }
}
@media all and (max-width: 480px) {
    .fileuploader-theme-thumbnails .fileuploader-thumbnails-input,
    .fileuploader-theme-thumbnails .fileuploader-items-list .fileuploader-item {
        width: 50%;
        width: calc(50% - 16px);
        padding-top: 40%;
    }
}

/* Stack style settings, for all themes */
.fileuploader {
	background: rgba(250, 251, 253, 1.00);
}

.fileuploader-input .fileuploader-input-caption,
.fileuploader-theme-dragdrop .fileuploader-input,
.fileuploader-theme-thumbnails .fileuploader-thumbnails-input-inner {
	border-color: rgba(76, 76, 76, 1.00);
}

.fileuploader-input .fileuploader-input-caption {
	overflow: visible;
}

.fileuploader-input h3,
.fileuploader-input .fileuploader-input-caption {
	color: rgba(76, 76, 76, 1.00);
}

.fileuploader-input button.fileuploader-input-button {
	background: rgba(100, 217, 234, 1.00);
	color: rgba(255, 255, 255, 1.00);
	font-weight: normal;
	font-size: 14px;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}

.fileuploader-input button.fileuploader-input-button:hover {
	background: rgba(44, 63, 76, 1.00);
	color: rgba(255, 255, 255, 1.00);
}
/*  */





.bg-contact{background-repeat:no-repeat    ;background-position:center center ;background-origin:padding-box ;background-blend-mode:normal ;background-attachment:  fixed ;-webkit-background-clip:border-box ;background-clip:border-box ; background-size:  cover ; }@media (hover:none) and (pointer:coarse){.bg-contact{background-attachment:scroll!important}}

.stacks_in_81_236 img{width:100%;max-width:140px}
.stacks_in_81_258{line-height:0}.stacks_in_81_258 svg{display:inline-block;max-width:140px;height:auto;}.stacks_in_81_258.full-width svg{width:100%;height:auto}
.stacks_in_81_282{line-height:0}.stacks_in_81_282 svg{display:inline-block;max-width:20px;height:auto;}.stacks_in_81_282.full-width svg{width:100%;height:auto}






.contact-widget .btn{width:64.00px ;}@media only screen and (min-width:40em){.contact-widget .btn{width:64.00px }}@media only screen and (min-width:64em){.contact-widget .btn{width:64.00px }}
.contact-widget .btn{height:64.00px ;}@media only screen and (min-width:40em){.contact-widget .btn{height:64.00px }}@media only screen and (min-width:64em){.contact-widget .btn{height:64.00px }}
@media screen and (max-width: 39.9375em){.contact-widget .btn{position:fixed   ;z-index:1 ;top:unset ;bottom:16px ;left:unset ;right:16px ;}}
@media screen and (min-width: 40em){.contact-widget .btn{position:fixed   ;z-index:1 ;top:unset ;bottom:32px ;left:unset ;right:32px ;}}

.contact-widget .btn{background-color:var(--my-primary) ;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){.contact-widget .btn{background-attachment:scroll!important}}
.contact-widget .btn:hover{background-color:var(--my-primary-dark) ;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){.contact-widget .btn{background-attachment:scroll!important}}

.contact-widget .btn{border-radius:50% ;}






.contact-widget .btn:hover

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

.contact-widget .btn{z-index:9999 }
.contact-widget .btn{cursor:pointer }







.contact-widget .btn.toggled

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

.contact-widget .btn.toggled{opacity:0.00 }


.contact-widget .btn{transition:transform 300ms ease 0ms,opacity 600ms ease 600ms}



@media screen and (max-width: 39.9375em){.contact-widget .widget{width:100.00% ;}}@media only screen and (min-width:40em){.contact-widget .widget{width:0.00% }}@media only screen and (min-width:64em){.contact-widget .widget{width:0.00% }}
@media screen and (min-width: 40em){.contact-widget .widget{width:0.00px ;}}@media only screen and (min-width:40em){.contact-widget .widget{width:360.00px }}@media only screen and (min-width:64em){.contact-widget .widget{width:400.00px }}
.contact-widget .widget{height:auto ;}  






.contact-widget .widget

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

@media screen and (max-width: 39.9375em){.contact-widget .widget{position:fixed   ;z-index:1 ;top:unset ;bottom:0px ;left:unset ;right:0px ;}}
@media screen and (min-width: 40em){.contact-widget .widget{position:fixed   ;z-index:1 ;top:unset ;bottom:32px ;left:unset ;right:32px ;}}

.contact-widget .widget{background-color:var(--my-white) ;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){.contact-widget .widget{background-attachment:scroll!important}}

.contact-widget .widget{box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.10);}
.contact-widget .widget:hover{box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.15);}
.contact-widget .widget{border-radius:0px ;}
.contact-widget .widget{padding:1.5rem ;} @media only screen and (min-width:40em){.contact-widget .widget{padding:2rem }}@media only screen and (min-width:64em){.contact-widget .widget{padding:2rem }} 
.contact-widget .widget{z-index:999999 }







.contact-widget .btn-close:hover

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








.contact-widget .widget.toggled

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







.contact-widget .widget.toggled:hover

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



.contact-widget .widget{transition:all 400ms ease 0ms }
.contact-widget .btn-close{transition:all 400ms ease 0ms }


