@keyframes heroZoomFade{0%{transform:scale(1.1);opacity:0}to{transform:scale(1);opacity:1}}@keyframes headingFadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.main-hero-section-container{width:100%;height:100vh;min-height:calc(100vh - 104px);background-size:cover;background-position:50%;background-repeat:no-repeat;position:relative;display:flex;flex-direction:column;overflow:hidden;will-change:transform,opacity;background-attachment:fixed}.main-hero-section-container:before{content:"";position:absolute;inset:0;background-color:hsla(0,0%,4%,.521);z-index:1}.main-hero-section-container>*{position:relative;z-index:2}.main-hero-title-container{width:var(--titlewidth-320);padding:4rem;display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-end;text-align:left}.main-hero-section-heading{color:var(--white-text-color);font-size:var(--titlesize-360);line-height:1.07;opacity:0;font-family:__Work_Sans_c0f1a3;font-weight:600}@media (max-width:320px){.main-hero-section-container{background-image:var(--bg-320);justify-content:center}.main-hero-title-container{width:var(--titlewidth-320);padding:.4rem;display:flex;flex-direction:row;justify-content:center;align-items:center;text-align:center}.main-hero-section-heading{color:var(--white-text-color);font-size:var(--titlesize-320);animation:headingFadeUp .1s ease-out forwards;animation-delay:1s}}@media (max-width:360px){.main-hero-section-container{background-image:var(--bg-360);justify-content:center}.main-hero-title-container{width:var(--titlewidth-320);padding:.4rem;display:flex;flex-direction:row;justify-content:center;align-items:center;text-align:center}.main-hero-section-heading{font-size:var(--titlesize-360);animation:headingFadeUp .1s ease-out forwards;animation-delay:1s}}@media (max-width:375px){.main-hero-section-container{background-image:var(--bg-375);justify-content:center}.main-hero-title-container{width:var(--titlewidth-320);padding:.4rem;display:flex;flex-direction:row;justify-content:center;align-items:center;text-align:center}.main-hero-section-heading{font-size:var(--titlesize-375);animation:headingFadeUp .1s ease-out forwards;animation-delay:1s}}@media (min-width:390px){.main-hero-section-container{background-image:var(--bg-390);justify-content:center}.main-hero-title-container{width:var(--titlewidth-320);padding:.4rem;display:flex;flex-direction:row;justify-content:center;align-items:center;text-align:center}.main-hero-section-heading{font-size:var(--titlesize-390);animation:headingFadeUp .1s ease-out forwards;animation-delay:1s}}@media (min-width:430px){.main-hero-section-container{background-image:var(--bg-430);justify-content:center}.main-hero-title-container{width:var(--titlewidth-320);padding:.4rem;display:flex;flex-direction:row;justify-content:center;align-items:center;text-align:center}.main-hero-section-heading{font-size:var(--titlesize-430)}}@media (min-width:480px){.main-hero-section-container{background-image:var(--bg-480);justify-content:center}.main-hero-title-container{width:var(--titlewidth-320);padding-left:.5rem;padding-right:.5rem;display:flex;flex-direction:row;justify-content:center;align-items:center;text-align:center}.main-hero-section-heading{font-size:var(--titlesize-480);animation:headingFadeUp .1s ease-out forwards;animation-delay:1s}}@media (min-width:600px){.main-hero-section-container{background-image:var(--bg-600);justify-content:center}.main-hero-title-container{width:var(--titlewidth-320);padding-left:.5rem;padding-right:.5rem;display:flex;flex-direction:row;justify-content:center;align-items:center;text-align:center}.main-hero-section-heading{font-size:var(--titlesize-600);animation:headingFadeUp .1s ease-out forwards;animation-delay:1s}}@media (min-width:768px){.main-hero-section-container{background-image:var(--bg-768);justify-content:center}.main-hero-title-container{width:var(--titlewidth-320);padding-left:.5rem;padding-right:.5rem;display:flex;flex-direction:row;justify-content:center;align-items:center;text-align:center}.main-hero-section-heading{font-size:var(--titlesize-768);animation:headingFadeUp .1s ease-out forwards;animation-delay:1s}}@media (min-width:1024px){.main-hero-section-container{background-image:var(--bg-1024);justify-content:flex-end;padding:2rem}.main-hero-title-container{width:var(--titlewidth-1024);padding-left:.5rem;padding-right:.5rem;display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-start;text-align:left}.fade-in-bg{animation:heroZoomFade 1s ease-out forwards}.main-hero-section-heading{font-size:var(--titlesize-1024);animation:headingFadeUp .4s ease-out forwards;animation-delay:1s}}@media (min-width:1280px){.main-hero-section-container{background-image:var(--bg-1280)}.main-hero-title-container{width:var(--titlewidth-1280)}.main-hero-section-heading{font-size:var(--titlesize-1280)}}@media (min-width:1440px){.main-hero-section-container{background-image:var(--bg-1440)}.main-hero-title-container{width:var(--titlewidth-1440)}.main-hero-section-heading{font-size:var(--titlesize-1440)}}@media (min-width:1600px){.main-hero-section-container{background-image:var(--bg-1600)}.main-hero-section-heading{font-size:var(--titlesize-1600)}}@media (min-width:1920px){.main-hero-section-container{background-image:var(--bg-1920);padding:3rem}.main-hero-title-container{width:var(--titlewidth-1920)}.main-hero-section-heading{font-size:var(--titlesize-1920)}}@media (min-width:2560px){.main-hero-section-container{background-image:var(--bg-2560)}.main-hero-section-heading{font-size:var(--titlesize-2560)}}