.plas-hero{position:relative;display:flex;align-items:center;min-height:var(--hero-height, 85vh);overflow:hidden}.plas-hero__media{position:absolute;top:-40px;right:0;bottom:0;left:0;z-index:0;will-change:transform;transform:translateY(0) scale(1.05)}.plas-hero__media--mobile{display:none}.plas-hero__media--placeholder{background:linear-gradient(135deg,var(--plas-navy, #002F6C) 0%,#0e1b4d 100%)}.plas-hero__image,.plas-hero__video{width:100%;height:100%;object-fit:cover;object-position:center}.plas-hero__video-iframe{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;border:0;pointer-events:none;min-width:100%;min-height:100%}.plas-hero__poster{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.plas-hero__media:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:#000;opacity:0;pointer-events:none}.plas-hero__content{position:relative;z-index:2;display:flex;align-items:center;width:100%;padding-top:4rem;padding-bottom:4rem}.plas-hero__text{max-width:68rem;width:100%}.plas-hero__text--left{text-align:left;margin-right:auto}.plas-hero__text--center{text-align:center;margin-left:auto;margin-right:auto}.plas-hero__text--right{text-align:right;margin-left:auto}.plas-hero__pretitle{display:inline-block;color:#ffffffd9;font-size:1.3rem;letter-spacing:.2em;text-transform:uppercase;margin-bottom:1.6rem;padding-bottom:.8rem;border-bottom:2px solid rgba(255,255,255,.25)}.plas-hero__heading{color:#fff;margin-bottom:2rem;line-height:1.1;font-weight:700}.plas-hero__subheading{color:#ffffffe6;font-size:1.8rem;line-height:1.6;margin-bottom:3.2rem;max-width:56rem}.plas-hero__text--center .plas-hero__subheading{margin-left:auto;margin-right:auto}.plas-hero__buttons{display:flex;flex-wrap:wrap;gap:1.2rem}.plas-hero__text--center .plas-hero__buttons{justify-content:center}.plas-hero__text--right .plas-hero__buttons{justify-content:flex-end}.plas-hero__buttons .button{min-width:18rem;font-size:1.5rem;padding:1.4rem 3.2rem;border-radius:var(--buttons-radius-outset, 4rem)}.plas-hero__buttons .button--secondary{background:transparent;color:#fff;border-color:#fff9}.plas-hero__buttons .button--secondary:hover{background:#ffffff1f;border-color:#fff;color:#fff}.plas-hero__scroll-indicator{position:absolute;bottom:2.4rem;left:50%;transform:translate(-50%);z-index:2;display:flex;flex-direction:column;align-items:center}.plas-hero__scroll-line{display:block;width:1px;height:4rem;background:#fff6;position:relative;overflow:hidden}.plas-hero__scroll-line:after{content:"";position:absolute;top:-100%;left:0;width:100%;height:100%;background:#fff;animation:plas-scroll-pulse 2s ease-in-out infinite}@keyframes plas-scroll-pulse{0%{top:-100%}50%{top:100%}to{top:100%}}@media(prefers-reduced-motion:no-preference){.plas-hero__word{display:inline-block;opacity:0;transform:translateY(1.2em);animation:plasHeroWordReveal .6s cubic-bezier(.22,1,.36,1) forwards;animation-delay:calc(.5s + var(--word-index, 0) * .07s)}@keyframes plasHeroWordReveal{to{opacity:1;transform:translateY(0)}}.plas-hero__reveal{opacity:0;transform:translateY(1.5rem);animation:plasHeroFadeUp .7s cubic-bezier(.22,1,.36,1) forwards;animation-delay:var(--reveal-delay, .3s)}@keyframes plasHeroFadeUp{to{opacity:1;transform:translateY(0)}}.plas-hero__buttons .button--primary{position:relative;overflow:hidden}.plas-hero__buttons .button--primary:after{content:"";position:absolute;top:0;left:-100%;width:50%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.15),transparent);animation:plasHeroBtnShimmer 3.5s ease-in-out infinite;animation-delay:3s}@keyframes plasHeroBtnShimmer{0%{left:-100%}25%{left:150%}to{left:150%}}}@media screen and (min-width:750px)and (max-width:989px){.plas-hero__text{max-width:56rem}.plas-hero__subheading{font-size:1.6rem;max-width:48rem}.plas-hero__buttons .button{min-width:16rem;padding:1.2rem 2.6rem}}@media screen and (max-width:749px){.plas-hero{align-items:flex-end}.plas-hero__content{padding-top:2rem;padding-bottom:3.2rem}.plas-hero__text{max-width:100%;text-align:center}.plas-hero__text--left,.plas-hero__text--right{margin-left:auto;margin-right:auto;text-align:center}.plas-hero__text--left .plas-hero__buttons,.plas-hero__text--right .plas-hero__buttons{justify-content:center}.plas-hero__pretitle{font-size:1.1rem;letter-spacing:.18em;margin-bottom:1.2rem;padding-bottom:.6rem;border-bottom-width:1px;border-bottom-color:#ffffff59;color:#ffffffeb}.plas-hero__heading{font-size:clamp(2.6rem,7.5vw,4rem);margin-bottom:1.2rem;line-height:1.12;letter-spacing:-.01em}.plas-hero__heading.hxl,.plas-hero__heading.h0{font-size:clamp(2.6rem,7.5vw,4rem)}.plas-hero__heading.h1{font-size:clamp(2.4rem,7vw,3rem)}.plas-hero__subheading{font-size:1.4rem;line-height:1.55;margin-bottom:2rem;max-width:36rem;margin-left:auto;margin-right:auto;color:#ffffffe0}.plas-hero__buttons{flex-direction:column;align-items:center;gap:1rem}.plas-hero__buttons .button{width:100%;max-width:30rem;min-width:0;text-align:center;font-size:1.4rem;padding:1.3rem 2.4rem}.plas-hero__buttons .button--secondary{border-color:#ffffff80;font-size:1.3rem;padding:1.1rem 2.4rem}.plas-hero--has-mobile-media .plas-hero__media:not(.plas-hero__media--mobile){display:none}.plas-hero__media--mobile{display:block}.plas-hero__scroll-indicator{display:none}}@media screen and (max-width:374px){.plas-hero__content{padding-bottom:2.4rem}.plas-hero__pretitle{font-size:1rem}.plas-hero__subheading{font-size:1.3rem}.plas-hero__buttons .button{font-size:1.3rem;padding:1.2rem 2rem}}@media screen and (max-width:749px)and (orientation:landscape){.plas-hero{min-height:80vh;align-items:center}.plas-hero__content{padding-top:1.6rem;padding-bottom:1.6rem}.plas-hero__heading{font-size:clamp(2rem,5vw,3rem);margin-bottom:.8rem}.plas-hero__pretitle{margin-bottom:.8rem}.plas-hero__subheading{font-size:1.3rem;margin-bottom:1.4rem}.plas-hero__buttons{flex-direction:row;justify-content:center}.plas-hero__buttons .button{width:auto;max-width:none;min-width:14rem;font-size:1.3rem;padding:1rem 2rem}}
/*# sourceMappingURL=/cdn/shop/t/8/assets/section-plas-hero.css.map */
