.s8-templates-section{box-sizing:border-box;position:relative;width:100%;overflow:hidden;clear:both;padding:0}.s8-templates-section-background{box-sizing:border-box;background-size:cover;background-repeat:no-repeat;transition:background-position 0.2s ease-out;--section-background-blur:0px;--section-background-blur-offset:calc(var(--section-background-blur) * -1);filter:blur(var(--section-background-blur));--section-background-height:calc(100% + calc(var(--section-background-blur) * 2));--section-background-width:calc(100% + calc(var(--section-background-blur) * 2));height:var(--section-background-height);width:var(--section-background-width);position:absolute;top:var(--section-background-blur-offset);bottom:var(--section-background-blur-offset);left:var(--section-background-blur-offset);right:var(--section-background-blur-offset)}.s8-templates-section-parallax{--parallax-speed:0.3;--parallax-scroll:0px;transform:translate3d(0,calc(var(--parallax-scroll) + var(--section-background-blur-offset)),0);box-sizing:border-box;background-repeat:no-repeat;height:calc(var(--section-background-height) + calc(100vh * var(--parallax-speed)))}.s8-templates-section-content{box-sizing:border-box;margin:auto;width:100%}.s8-templates-section-contentsize-sm{max-width:900px}.s8-templates-section-contentsize-md{max-width:1200px}.s8-templates-section-contentsize-lg{}.s8-templates-section-fullheight{min-height:95vh;display:flex;flex-flow:row nowrap;align-items:center}.s8-templates-section-fullheight>.s8-templates-section-content{height:min-content;width:100%}@media screen and (max-width:1200px){.s8-templates-section-content-paddingleft-lg{padding-left:6rem!important}.s8-templates-section-content-paddingright-lg{padding-right:6rem!important}}@media screen and (max-width:800px){.s8-templates-section-content-paddingleft,.s8-templates-section-content-paddingright{padding-left:2rem!important;padding-right:2rem!important}}@media screen and (max-width:600px){.s8-templates-section-content-paddingleft,.s8-templates-section-content-paddingright{padding-left:1rem!important;padding-right:1rem!important}}.s8-faq{margin:0 auto;position:relative}.s8-faq__heading{display:inline-flex;flex-flow:row nowrap;justify-content:flex-start;align-items:center;padding:0;margin-bottom:0px;-webkit-touch-callout:none;user-select:none}.s8-faq__text{display:none;animation:FAQAnswerFadeIn 0.4s ease-out;animation-fill-mode:forwards;opacity:0;margin-top:1em;margin-bottom:1em;overflow:auto}@-webkit-keyframes FAQAnswerFadeIn{to{opacity:1}}@keyframes FAQAnswerFadeIn{to{opacity:1}}.s8-faq__labelContainer{background:#F3F5F6;border-radius:5px;margin:10px 0;padding:10px;display:block;position:relative;overflow:hidden;cursor:pointer}.s8-faq__hiddenCheckbox[type="checkbox"]{display:none}.s8-faq__heading__arrow{width:5px;height:5px;transition:transform 0.2s ease-out;border-top:2px solid currentColor;border-right:2px solid currentColor;margin-left:10px;transform:rotate(45deg);display:inline-block;position:absolute;right:25px}.s8-faq__hiddenCheckbox[type="checkbox"]:checked + .s8-faq__labelContainer>.s8-faq__heading>.s8-faq__heading__arrow{transform:translateY(-2px) rotate(135deg)}.s8-faq__hiddenCheckbox[type="checkbox"]:checked + .s8-faq__labelContainer>.s8-faq__text{display:block}