.hero-section{position:relative;width:100%;max-width:none;min-height:100vh;margin-bottom:6.25rem}.hero-logo-container{position:relative;display:flex;justify-content:center;align-items:center;z-index:1;height:100vh;margin-top:-9.375rem}.hero-logo{width:90%;height:auto;max-width:57rem;transition:opacity 2.5s ease-out,filter .5s ease-out}.hero-logo--loading{filter:brightness(0) invert(1);opacity:0;transition:opacity 1.5s ease-out,filter .5s ease-out}.hero-logo--loading-complete,.hero-logo--visible{opacity:1}.hero-logo--hidden{opacity:0}.hero-logo--mobile-adjusted{transform:translateY(-15%)}@media (min-width:768px){.hero-logo{width:auto;padding-left:5rem}}.scroll-indicator{position:absolute;left:50%;transform:translateX(-50%);text-align:center;transition:opacity .3s;z-index:5}.scroll-indicator--desktop{bottom:calc(3.25rem + 15.625rem)}.scroll-indicator--mobile{bottom:calc(50vh - 7.5rem)}.scroll-indicator__text{font-size:.875rem;margin-bottom:.5rem}.scroll-indicator__arrow{width:auto;height:auto}.team-wrapper{position:absolute;bottom:0;left:50%;width:110%;max-width:none;z-index:10;transition:all 1.5s}.team-wrapper--desktop{transform:translateX(-50%) translateY(30rem)}.team-wrapper--desktop-visible,.team-wrapper--mobile{transform:translateX(-50%) translateY(20rem)}.team-wrapper--mobile-visible{transform:translateX(-50%) translateY(7.5rem)}@media (min-width:768px){.team-wrapper{width:100%}}.team-illustration{display:flex;justify-content:center}.team-illustration__image{width:100%;max-width:57rem;height:auto}@media (min-width:768px){.team-illustration__image{width:auto}}.header-logo{position:fixed;top:0;left:0;padding:1.5rem;z-index:50}.header-logo__image{width:auto;height:3rem;transition:opacity .5s}.intro-section{text-align:center;max-width:28rem;margin-bottom:9.375rem;min-width:30rem}.intro-section__star-wrapper{display:flex;justify-content:center;margin-bottom:3.125rem}.intro-section__star{width:5rem;height:5rem;transition:opacity 1s}.intro-section__text{font-size:1rem;line-height:1.625;transition:opacity 1s}.products-section{width:100%;margin-bottom:6.25rem}.products-heading{text-align:center;font-size:6.875rem;line-height:1;letter-spacing:-.065em;margin-bottom:4.5rem;opacity:0}.brand-grid-wrapper{display:flex;justify-content:center;margin-bottom:1.25rem}.brand-grid{display:none}@media (min-width:768px){.brand-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0}}.brand-cell{width:20rem;height:12.5rem;display:flex;align-items:center;justify-content:center}.brand-logo{width:auto;height:auto;max-width:12.5rem;max-height:12.5rem;object-fit:contain}.brand-logo--mindplus{max-width:8.75rem;max-height:8.75rem}.brand-grid-mobile{display:grid;grid-template-columns:repeat(2,1fr);gap:0;padding-left:1rem;padding-right:1rem;margin-bottom:1.25rem}@media (min-width:768px){.brand-grid-mobile{display:none}}.brand-cell-mobile{display:flex;align-items:center;justify-content:center;height:12.5rem}.brand-logo-mobile{width:auto;height:auto;max-width:100%;object-fit:contain}.brand-logo-mobile--standard{max-height:12.5rem}.brand-logo-mobile--mindplus{max-height:8.75rem}.footer{transition:background-color 1s,color 1s}.footer__content{text-align:center;padding-top:15.625rem;padding-bottom:12.5rem}.footer__heading{margin-bottom:2rem;font-size:6.875rem;line-height:1;letter-spacing:-.065em;opacity:0;transition:color 1s}.footer__email-section{margin-bottom:10.25rem;opacity:0}.footer__email-label{text-transform:uppercase;letter-spacing:.05em;margin-bottom:1.25rem;font-size:1rem;transition:color 1s}.footer__email-button{font-size:1rem;padding:.5rem 1rem;display:inline-block;border-radius:9999px;border-width:1px;border-style:solid;transition:all .3s}.footer__email-button:hover{background-color:#ed1019;color:white;border-color:#ed1019}.footer__copyright{text-align:center;padding-top:2rem;padding-bottom:2rem}.footer__copyright-text{font-size:.875rem;transition:color 1s}.footer__scrolling-wrapper{overflow:hidden}.footer__scrolling-container{display:flex}.footer__scrolling-image{flex-shrink:0;height:calc(auto + 6.25rem)}.footer__scrolling-image--mobile{width:500%;max-width:500%}.footer__scrolling-image--desktop{width:200%;max-width:200%}.page-container{min-height:100vh;transition:background-color 1s}.main-content{display:flex;flex-direction:column;align-items:center;padding:7.5rem 1.5rem 1.5rem}@keyframes scroll{0%{transform:translateX(0)}to{transform:translateX(-100%)}}@keyframes bounce-subtle{0%,to{transform:translateY(0)}50%{transform:translateY(-.25rem)}}@keyframes fade-in-up{0%{opacity:0;transform:translateY(2rem)}to{opacity:1;transform:translateY(0)}}@keyframes scale-pulse{0%,to{transform:scale(1)}50%{transform:scale(.9)}}.animate-scroll{animation:scroll 20s linear infinite}.animate-bounce-subtle{animation:bounce-subtle 2s ease-in-out infinite}.animate-fade-in-up{animation:fade-in-up 1s ease-out forwards}.animate-scale-pulse{animation:scale-pulse 4s ease-in-out infinite}