.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-templates-flexlayout{background-color:transparent;position:relative;min-height:200px;display:flex;flex-flow:row wrap;justify-content:center;align-items:stretch;overflow:visible;width:100%}.s8-templates-flexlayout.s8-templates-flexlayout--preventWrap{flex-flow:row nowrap}.s8-templates-flexlayout.s8-templates-flexlayout--preventWrap>*{flex:1 1 100%!important}@media (max-width:700px){.s8-templates-flexlayout.s8-templates-flexlayout--preventWrap{flex-flow:row wrap}}.s8-templates-flexlayout-overlay.htmlEditorReset{position:absolute;border:2px dashed rgba(66,139,202,0.3);pointer-events:none;z-index:-2;display:none;opacity:0;animation:animFlexLayoutOverlayFadeIn 0.3s;animation-fill-mode:forwards}.s8-templates-flexlayout-overlay-active.htmlEditorReset{pointer-events:none;display:block}@keyframes animFlexLayoutOverlayFadeIn{from{opacity:0;visibility:hidden}to{opacity:1;visibility:visible}}.s8-templates-card{position:relative;overflow:hidden;min-height:50px;box-sizing:border-box;display:block;overflow-wrap:break-word;max-width:100%}.s8-templates-card *{box-sizing:border-box}.s8-templates-card__cardsize-1{width:100px}.s8-templates-card__cardsize-2{width:200px}.s8-templates-card__cardsize-3{width:300px}.s8-templates-card__cardsize-4{width:400px}.s8-templates-card__cardsize-5{width:500px}.s8-templates-card__cardsize-6{width:600px}.s8-templates-flexlayout--preventWrap .s8-templates-card:first-child{margin-left:0!important}.s8-templates-flexlayout--preventWrap .s8-templates-card:last-child{margin-right:0!important}.s8-templates-flexlayout--preventWrap .s8-templates-card__cardsize-1{width:100%;flex-grow:1;flex-shrink:1}.s8-templates-flexlayout--preventWrap .s8-templates-card__cardsize-2{width:100%;flex-grow:1;flex-shrink:1}.s8-templates-flexlayout--preventWrap .s8-templates-card__cardsize-3{width:100%;flex-grow:1;flex-shrink:1}.s8-templates-flexlayout--preventWrap .s8-templates-card__cardsize-4{width:100%;flex-grow:1;flex-shrink:1}.s8-templates-flexlayout--preventWrap .s8-templates-card__cardsize-5{width:100%;flex-grow:1;flex-shrink:1}.s8-templates-flexlayout--preventWrap .s8-templates-card__cardsize-6{width:100%;flex-grow:1;flex-shrink:1}@media (max-width:1200px){.s8-templates-card__cardsize-6{margin-left:0!important;margin-right:0!important}}@media (max-width:1000px){.s8-templates-card__cardsize-5{margin-left:0!important;margin-right:0!important}}@media (max-width:800px){.s8-templates-card__cardsize-4{margin-left:0!important;margin-right:0!important}}@media (max-width:600px){.s8-templates-card__cardsize-3{margin-left:0!important;margin-right:0!important}}@media (max-width:400px){.s8-templates-card__cardsize-2,.s8-templates-card__cardsize-1{margin-left:0!important;margin-right:0!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}#ajaxLoading{position:fixed;top:0px;left:0px;height:2px;background:#428bca;z-index:2147483630;width:10%;animation:animAjaxLoadingAnimate 4s forwards}@keyframes animAjaxLoadingAnimate{0%{width:10%}10%{width:10%}12%{width:30%}20%{width:36%}30%{width:36%}32%{width:50%}50%{width:50%}52%{width:60%}100%{width:100%}}#ajaxLoading.ajaxLoadingHide{animation:none;width:100%;opacity:0;height:0px;transition:all 0.4s linear}#ajaxLoading>.ajaxLoadingMessage{position:fixed;top:10px;right:1px;background:white;padding:10px 16px;box-shadow:0px 1px 1px rgba(0,0,0,0.2);opacity:0;animation:animajaxLoadingMessageShow 0.1s linear forwards}@keyframes animajaxLoadingMessageShow{0%{transform:translateX(8%);opacity:0.3}100%{opacity:1}}.dataShowMoreContainer{margin:1em auto;clear:both;text-align:center}.dataShowMore{position:relative;padding-top:8px;padding-bottom:8px;width:30%;min-width:300px;max-width:400px;border:1px solid rgba(127,127,127,0.3);border-radius:2px;display:inline-block}.dataShowMore::before,.dataShowMore::after{content:'';display:inline-block;position:absolute;transition:all 0.1s ease-out;background-image:url('data:image/svg+xml,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22%23707070%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%3Cpath%20d%3D%22M4.97%201.5c-.47.02-.65.62-.27.9L10.2%208l-5.5%205.6c-.53.4.07%201.2.6.8l6-6c.27-.2.27-.6%200-.8l-6-6c-.1-.07-.2-.1-.33-.1z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E');background-repeat:no-repeat;background-position:center;background-size:100% 100%;transform:translateY(-4px) rotate(90deg);margin-top:2px;height:16px;width:16px;opacity:0}.dataShowMore::before{left:12%}.dataShowMore::after{right:12%}.dataShowMore:hover::before,.dataShowMore:hover::after{transform:translateY(0px) rotate(90deg);opacity:0.8}.dataControlRowAdded td{opacity:0}.dataControlRowAdded-1 td{animation:animDataControlRowAdded 0.35s 0.00s forwards ease-out}.dataControlRowAdded-2 td{animation:animDataControlRowAdded 0.35s 0.04s forwards ease-out}.dataControlRowAdded-3 td{animation:animDataControlRowAdded 0.35s 0.08s forwards ease-out}.dataControlRowAdded-4 td{animation:animDataControlRowAdded 0.35s 0.12s forwards ease-out}.dataControlRowAdded-5 td{animation:animDataControlRowAdded 0.35s 0.16s forwards ease-out}.dataControlRowAdded-6 td{animation:animDataControlRowAdded 0.35s 0.20s forwards ease-out}.dataControlRowAdded-7 td{animation:animDataControlRowAdded 0.35s 0.24s forwards ease-out}.dataControlRowAdded-8 td{animation:animDataControlRowAdded 0.35s 0.28s forwards ease-out}.dataControlRowAdded-9 td{animation:animDataControlRowAdded 0.35s 0.32s forwards ease-out}.dataControlRowAdded-10 td{animation:animDataControlRowAdded 0.35s 0.36s forwards ease-out}.dataControlRowAdded-11 td{animation:animDataControlRowAdded 0.35s 0.40s forwards ease-out}.dataControlRowAdded-12 td{animation:animDataControlRowAdded 0.35s 0.44s forwards ease-out}.dataControlRowAdded-13 td{animation:animDataControlRowAdded 0.35s 0.48s forwards ease-out}.dataControlRowAdded-14 td{animation:animDataControlRowAdded 0.35s 0.52s forwards ease-out}.dataControlRowAdded-15 td{animation:animDataControlRowAdded 0.35s 0.56s forwards ease-out}.dataControlRowAdded-16 td{animation:animDataControlRowAdded 0.35s 0.60s forwards ease-out}.dataControlRowAdded-17 td{animation:animDataControlRowAdded 0.35s 0.64s forwards ease-out}.dataControlRowAdded-18 td{animation:animDataControlRowAdded 0.35s 0.68s forwards ease-out}.dataControlRowAdded-19 td{animation:animDataControlRowAdded 0.35s 0.72s forwards ease-out}.dataControlRowAdded-20 td{animation:animDataControlRowAdded 0.35s 0.76s forwards ease-out}.dataControlRowAdded-21 td{animation:animDataControlRowAdded 0.35s 0.80s forwards ease-out}.dataControlRowAdded-22 td{animation:animDataControlRowAdded 0.35s 0.84s forwards ease-out}.dataControlRowAdded-23 td{animation:animDataControlRowAdded 0.35s 0.88s forwards ease-out}.dataControlRowAdded-24 td{animation:animDataControlRowAdded 0.35s 0.92s forwards ease-out}.dataControlRowAdded-25 td{animation:animDataControlRowAdded 0.35s 0.96s forwards ease-out}@keyframes animDataControlRowAdded{0%{opacity:0;transform:translateX(10px)}100%{opacity:1;transform:translateX(0px)}}