@keyframes cy5-hero-about-kenburns{from{transform:scale(1.02) translate3d(0, 0, 0)}to{transform:scale(1.12) translate3d(-1.5%, -1%, 0)}}.cy5-hero-about-section{--cy5-hero-maxw: 1376px;--cy5-hero-col-w: 640px;--cy5-hero-col-gap: 48px;--cy5-hero-copy-gap: max(20px, 2rem);--cy5-hero-px: max(16px, 2.5rem);--cy5-hero-header-gap: max(24px, 3rem);--cy5-hero-pt: max(160px, calc(var(--nav-total-height, 112px) + var(--cy5-hero-header-gap)));--cy5-hero-pb: max(48px, 6rem);--cy5-hero-eyebrow-top: 16px;--cy5-hero-img-h: max(270px, 27.5rem);--cy5-hero-img-stroke-w: 1px;--cy5-hero-img-stroke: rgba(33, 145, 255, 0.55);--cy5-hero-img-glow: 0 18px 44px rgba(3, 22, 51, 0.52), 0 0 72px rgba(33, 145, 255, 0.48);--cy5-dots-mt: max(16px, 1.375rem);--cy5-color-dot: rgba(255, 255, 255, 0.30);--cy5-color-dot-hover: rgba(255, 255, 255, 0.55);--cy5-color-dot-active: var(--cy5-color-mint);--cy5-hero-fs-h1: max(42px, 3.5rem);--cy5-hero-lh-h1: 1;--cy5-hero-ls-h1: 0;background-color:var(--cy5-color-navy);color:var(--cy5-color-text-on-dark);overflow:hidden;padding:var(--cy5-hero-pt) 0 var(--cy5-hero-pb)}@media only screen and (max-width: 576px){.cy5-hero-about-section{--cy5-hero-copy-gap: 20px}}@media only screen and (max-width: 576px){.cy5-hero-about-section{--cy5-hero-px: 16px}}@media only screen and (max-width: 576px){.cy5-hero-about-section{--cy5-hero-header-gap: 24px}}@media only screen and (max-width: 576px){.cy5-hero-about-section{--cy5-hero-pt: max(180px, calc(var(--nav-total-height, 154px) + var(--cy5-hero-header-gap)))}}@media only screen and (max-width: 576px){.cy5-hero-about-section{--cy5-hero-pb: 48px}}@media only screen and (max-width: 576px){.cy5-hero-about-section{--cy5-hero-img-h: 270px}}@media only screen and (max-width: 576px){.cy5-hero-about-section{--cy5-dots-mt: 16px}}@media only screen and (max-width: 576px){.cy5-hero-about-section{--cy5-hero-fs-h1: 32px}}.cy5-hero-about-section__inner{max-width:var(--cy5-hero-maxw);margin:0 auto;padding:0 var(--cy5-hero-px);display:grid;grid-template-columns:minmax(0, var(--cy5-hero-col-w)) minmax(0, 1fr);column-gap:var(--cy5-hero-col-gap);align-items:center}@media only screen and (max-width: 576px){.cy5-hero-about-section__inner{grid-template-columns:minmax(0, 1fr);row-gap:var(--cy5-hero-copy-gap)}}.cy5-hero-about-section__copy{display:flex;flex-direction:column;gap:var(--cy5-hero-copy-gap);max-width:var(--cy5-hero-copy-maxw)}.cy5-hero-about-section__eyebrow{font-family:var(--cy5-ff-figtree);font-size:var(--cy5-fs-eyebrow);font-weight:var(--cy5-fw-semibold);line-height:var(--cy5-lh-base);letter-spacing:var(--cy5-ls-eyebrow);text-transform:uppercase;color:var(--cy5-color-mint);position:relative;top:var(--cy5-hero-eyebrow-top)}.cy5-hero-about-section__heading{font-family:var(--cy5-ff-nohemi);font-size:var(--cy5-hero-fs-h1);font-weight:var(--cy5-fw-medium);line-height:var(--cy5-hero-lh-h1);letter-spacing:var(--cy5-hero-ls-h1);color:var(--cy5-color-text-on-dark);margin:0;text-wrap:balance}.cy5-hero-about-section__subhead{font-family:var(--cy5-ff-figtree);font-size:var(--cy5-fs-hero-lead);font-weight:var(--cy5-fw-regular);line-height:var(--cy5-lh-hero-lead);letter-spacing:var(--cy5-ls-hero-lead);color:var(--cy5-color-text-on-dark);margin:0;max-width:var(--cy5-hero-copy-maxw);text-wrap:pretty}.cy5-hero-about-section__actions{display:flex;align-items:center;flex-wrap:wrap;gap:var(--cy5-cta-gap)}@media only screen and (max-width: 576px){.cy5-hero-about-section__actions{flex-direction:column;align-items:stretch}}.cy5-hero-about-section__visual{position:relative;width:100%}.cy5-hero-about-section__carousel{width:100%;border:var(--cy5-hero-img-stroke-w) solid var(--cy5-hero-img-stroke);border-radius:var(--cy5-radius-card);overflow:hidden;box-shadow:var(--cy5-hero-img-glow)}.cy5-hero-about-section__slide-image{height:var(--cy5-hero-img-h)}.cy5-hero-about-section__slide-image img{display:block;width:100%;height:100%;object-fit:cover;animation:cy5-hero-about-kenburns 16s linear infinite alternate}@media(prefers-reduced-motion: reduce){.splide__slide .cy5-hero-about-section__slide-image img{animation:none;transform:none}}.cy5-hero-about-section__dots-wrap{display:flex;align-items:center;justify-content:center;margin-top:var(--cy5-dots-mt)}.cy5-hero-about-section__dots{display:flex;gap:var(--cy5-dot-gap)}.cy5-hero-about-section__dot{width:var(--cy5-dot-w);height:var(--cy5-dot-h);padding:0;border:none;border-radius:var(--cy5-dot-radius);background-color:var(--cy5-color-dot);cursor:pointer;transition:background-color .2s ease,width .2s ease}.cy5-hero-about-section__dot:hover{background-color:var(--cy5-color-dot-hover)}.cy5-hero-about-section__dot.is-active{width:var(--cy5-dot-w-active);background-color:var(--cy5-color-dot-active)}