.hero-rotator-outer{background:#eceff1;padding:var(--section-spacing-y) var(--site-gutter)}.hero-rotator{align-items:center;border-radius:16px;display:flex;height:650px;margin:0 auto;max-width:var(--site-max-width);overflow:hidden;position:relative}.hero-rotator__bg-wrap{inset:0;position:absolute;z-index:0}.hero-rotator__bg-wrap:after{background:rgba(0,41,67,var(--overlay-opacity,.55));content:"";inset:0;pointer-events:none;position:absolute;z-index:1}.hero-rotator__bg{background-position:50%;background-size:cover;inset:0;opacity:0;position:absolute;transition:opacity 1.2s ease-in-out}.hero-rotator__bg.is-active{opacity:1;z-index:1}.hero-rotator__bg--mobile{display:none}.hero-rotator__inner{box-sizing:border-box;padding:0 32px;position:relative;width:100%;z-index:2}.hero-rotator__eyebrow{color:#df3466;font-family:Inter,sans-serif;font-size:16px;font-weight:600;line-height:1.5;margin:0 0 16px}.hero-rotator__heading{color:#fff;font-family:Inter,sans-serif!important;font-size:48px;font-weight:300!important;line-height:1.2;margin:0 0 24px;max-width:540px}.hero-rotator__typewriter{background:linear-gradient(90deg,#f81,#df3466);-webkit-background-clip:text;background-clip:text;display:inline-block;font-weight:500!important;-webkit-text-fill-color:transparent}.hero-rotator__cursor{display:inline-block;-webkit-text-fill-color:#df3466;animation:hero-cursor-blink 1s step-end infinite}@keyframes hero-cursor-blink{0%,to{opacity:1}50%{opacity:0}}.hero-rotator__subtext{color:#fff;font-family:Inter,sans-serif;font-size:18px;font-weight:400;line-height:1.5;margin-bottom:32px;max-width:460px}.hero-rotator__ctas{align-items:center;display:flex;flex-wrap:wrap;gap:16px;position:relative}.hero-rotator__cta{border-radius:16px;display:inline-block;font-family:Inter,sans-serif!important;font-size:20px;font-weight:500!important;line-height:1.5;padding:14px 32px;text-decoration:none!important;transition:transform .2s ease,box-shadow .2s ease}.hero-rotator__cta--primary{background:linear-gradient(90deg,#f81,#df3466);color:#fff!important}.hero-rotator__cta--primary:focus,.hero-rotator__cta--primary:hover{box-shadow:0 6px 14px rgba(223,52,102,.35);transform:translateY(-3px)}.hero-rotator__cta--secondary{background:transparent;border:1px solid #fff;color:#fff!important}.hero-rotator__cta--secondary:focus,.hero-rotator__cta--secondary:hover{box-shadow:0 6px 14px hsla(0,0%,100%,.15);transform:translateY(-3px)}.hero-rotator__cta-slide{left:0;opacity:0;position:absolute;transition:opacity .3s ease;visibility:hidden}.hero-rotator__cta-slide.is-active{opacity:1;position:relative;visibility:visible}.hero-rotator__pause{align-items:center;appearance:none;background:hsla(0,0%,100%,.1);border:none;border-radius:50%;box-sizing:border-box;color:#fff;cursor:pointer;display:flex;flex-shrink:0;font-size:12px;height:36px;justify-content:center;margin-top:32px;padding:0;width:36px}.hero-rotator__pause .hero-rotator__play-icon,.hero-rotator__pause.is-paused .hero-rotator__pause-icon{display:none}.hero-rotator__pause.is-paused .hero-rotator__play-icon{display:inline}@media (max-width:768px){.hero-rotator{height:auto;min-height:560px}.hero-rotator__bg--desktop{display:none}.hero-rotator__bg--mobile{display:block}.hero-rotator__inner{padding:64px 24px}.hero-rotator__heading{font-size:34px;max-width:100%}.hero-rotator__subtext{font-size:16px;max-width:100%}.hero-rotator__cta{font-size:16px!important;padding:12px 24px}}