.hero{isolation:isolate;min-height:100vh;position:relative;overflow:hidden}.hero>*{z-index:1;position:relative}.hero__background{z-index:-2;background-image:var(--hero-background-image);background-position:50%;background-repeat:no-repeat;background-size:cover;width:100%;height:100%;position:absolute;inset:0}.hero__overlay{z-index:-1;background:var(--hero-background-overlay);pointer-events:none;position:absolute;inset:0;box-shadow:inset 0 0 0 1000px #0000004d}.hero__black-shadow{z-index:0;pointer-events:none;background:linear-gradient(#1110 0%,#11111173 100%);width:100%;height:20vh;position:absolute;bottom:0;left:0}.HeroContent-holder--left{min-height:inherit;flex-direction:column;justify-content:flex-end;display:flex}.HeroContent-box--left{align-self:flex-end;width:85%}.HeroContent-holder--right{min-height:inherit;flex-direction:column;justify-content:flex-end;display:flex}.HeroContent-box--right{justify-content:flex-end;width:85%;display:flex;position:relative}.HeroContent-box--right p{margin-left:auto}.hero__left__logo{z-index:10;filter:drop-shadow(0 4px 8px #0000004d);transition:all .3s;position:absolute;top:2%;left:2%}.hero__left__logo:hover{filter:drop-shadow(0 6px 12px #0006);transform:scale(1.05)}@media (max-width:768px){.hero__background{background-image:var(--hero-background-image-mobile,var(--hero-background-image))}.hero__left__logo{display:none}.HeroContent-box--left,.HeroContent-box--right{align-self:flex-start;padding-left:32px}}@media (max-width:425px){.HeroContent-box--left h1{font-size:64px;line-height:64px}}
.footer{background:#252324;width:100%}.footer__grid{grid-template-columns:20% 40% 40%;width:100%;height:100%;display:grid}.footer__copyright{background:inherit;justify-content:center;padding:32px 0 16px;font-size:20px;display:flex}.footer__item{flex-direction:column;justify-content:space-between;align-items:flex-start;display:flex}.footer__brand-switcher{justify-content:center;align-items:center;gap:32px;width:100%;max-width:100%;margin:36px auto 0;display:flex}.footer__brand-card{color:#fff;opacity:.78;justify-content:center;align-items:center;width:220px;min-width:0;transition:opacity .2s,transform .2s;display:flex}.footer__brand-card:hover,.footer__brand-card:focus-visible{opacity:1;transform:translateY(-2px)}.footer__brand-logo{width:100%;max-width:220px;height:auto;display:block}@media (max-width:768px){.footer{box-sizing:border-box;padding-left:24px;padding-right:24px}.footer__item-empty{display:none}.footer__grid{grid-template-columns:50% 50%}.footer__item{align-items:center}.footer__brand-switcher{gap:clamp(8px,4vw,20px)}.footer__brand-card{flex:1 1 0;width:auto;max-width:180px}}@media (max-width:425px){.footer__copyright{background:inherit;justify-content:center;padding:32px 0 16px;font-size:16px;display:flex}.footer__item{text-align:center}.footer__brand-card{transform:scale(.92)}.footer__brand-card:hover,.footer__brand-card:focus-visible{transform:scale(.92)translateY(-2px)}}
.footer__item-list{padding:0;list-style-type:none}.footer__item-list>li{padding:8px 0;font-size:20px}.footer__item-heading{border-bottom:3px solid #3b607a;margin-bottom:16px;padding-bottom:8px;display:inline-block;position:relative}.footer__item-heading:after{content:"";border-bottom:3px solid #252324;width:20%;position:absolute;bottom:-3px;right:0}@media (max-width:768px){.footer__item-heading:after{display:none}}@media (max-width:425px){h3.footer__item-heading{font-size:24px}}
.PageBody{color:#000;justify-content:flex-end;width:100%;display:flex}.PageBody-box{background:#fff;width:85%;height:100%;transition:all .2s}@media (max-width:768px){.PageBody-box{width:100%}}
