.hero-section{display:flex;flex-direction:column;box-sizing:border-box;min-height:100dvh;height:100dvh;background-color:#1e3a5f}.hero-section__main{flex:1;display:flex;align-items:center;min-height:0}.hero-section__grid{display:grid;grid-template-columns:1fr;gap:2rem;align-items:center;width:100%;max-width:1200px;margin:0 auto;padding:1.5rem 1rem}@media (max-width:1023px){.hero-section:not(.hero-section--pillar){min-height:0;height:auto}.hero-section:not(.hero-section--pillar) .hero-section__visual{display:none}.hero-section:not(.hero-section--pillar) .hero-section__main{flex:0 0 auto;padding-bottom:.5rem}}@media (min-width:1024px){.hero-section__grid:not(.hero-section__grid--text){grid-template-columns:1fr 1fr;padding:2rem 1.5rem 0;gap:3rem}.hero-section:not(.hero-section--pillar) .hero-section__main{align-items:stretch}.hero-section:not(.hero-section--pillar) .hero-section__grid{min-height:100%;align-items:end}.hero-section:not(.hero-section--pillar) .hero-section__content{align-self:center;padding-bottom:2rem}.hero-section:not(.hero-section--pillar) .hero-section__visual{align-self:end;justify-self:end;width:auto;height:100%;max-width:100%;max-height:100%;margin-bottom:0;aspect-ratio:270/340}.hero-section:not(.hero-section--pillar) .hero-section__image{border-radius:12px 12px 0 0;-o-object-fit:contain;object-fit:contain;-o-object-position:bottom center;object-position:bottom center}}.hero-section--pillar .hero-section__grid--text{grid-template-columns:1fr;max-width:52rem}.hero-section--pillar .hero-section__content{display:flex;flex-direction:column;align-items:center;text-align:center}.hero-section--pillar .hero-section__subline{max-width:none}.hero-section--pillar .hero-section__title-accent{white-space:normal;overflow-wrap:anywhere}@media (min-width:480px){.hero-section--pillar .hero-section__title-accent{white-space:nowrap}}.hero-section__content{text-align:left}.hero-section__title{font-family:var(--font-inter),"Inter",sans-serif;font-size:clamp(2rem,5vw,3.5rem);font-weight:700;line-height:1.2;margin:0}.hero-section__title-accent{display:block;color:#e6b800}.hero-section__title-bold{display:block;color:#f5f5f3}.hero-section__subline{font-family:var(--font-inter),"Inter",sans-serif;color:#f5f5f3;font-size:clamp(1rem,2vw,1.125rem);font-weight:400;line-height:1.6;margin-top:1.25rem;max-width:36rem}.hero-section__subline p{margin:0 0 .75rem}.hero-section__subline p:last-child{margin-bottom:0}.hero-section__cta{display:inline-flex;align-items:center;justify-content:center;margin-top:1.5rem;min-height:48px;height:48px;padding:0 1.5rem;background-color:#e6b800;color:#1a1a1a;font-family:var(--font-inter),"Inter",sans-serif;font-size:1rem;font-weight:400;text-decoration:none;border-radius:12px;transition:opacity .2s}.hero-section__cta:hover{opacity:.9}.hero-section__cta:focus-visible{outline:2px solid #f5f5f3;outline-offset:2px}.hero-section__visual{position:relative;overflow:hidden;width:min(100%,360px);margin:0 auto;aspect-ratio:270/340;line-height:0}.hero-section__image{border-radius:12px}.hero-section__logo-bar{flex-shrink:0;margin-top:auto;width:100%;background-color:#f5f5f3;overflow:hidden;min-height:7rem;padding:1rem 0;display:flex;align-items:center}.hero-section__marquee{display:flex;width:-moz-max-content;width:max-content;animation:hero-marquee 40s linear infinite}@media (prefers-reduced-motion:reduce){.hero-section__marquee{animation:none;flex-wrap:wrap;justify-content:center;width:100%;max-width:1200px;margin:0 auto;gap:1.5rem 2rem;padding:0 1rem}}.hero-section__logo-item,.hero-section__marquee-track{display:flex;align-items:center;flex-shrink:0}.hero-section__logo-item{padding:0 2rem}.hero-section__logo-image{display:block;height:72px;width:auto;max-width:300px;-o-object-fit:contain;object-fit:contain}@keyframes hero-marquee{0%{transform:translateX(0)}to{transform:translateX(-50%)}}