.custom-hero{position:relative;display:flex;align-items:center;width:100%;min-height:var(--hero-min-height-mobile, 600px)}.custom-hero__media{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.custom-hero__image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center}.custom-hero__placeholder{background:#e8e8e8}.custom-hero__placeholder svg{width:100%;height:100%;object-fit:cover}.custom-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:rgba(0,0,0,var(--hero-overlay-opacity, 0));z-index:1}.custom-hero__image--desktop{display:none}.custom-hero__image--mobile{display:block;object-position:var(--hero-mobile-image-pos-x, 30%) var(--hero-mobile-image-pos-y, 30%)}.custom-hero__inner{position:relative;z-index:2;width:100%;margin:0 auto;padding:var(--hero-mobile-vertical-padding, 48px) var(--hero-mobile-side-padding, 24px);box-sizing:border-box;display:flex;flex-direction:column}.custom-hero{align-items:stretch}.custom-hero__inner{justify-content:center}.custom-hero--mobile-top .custom-hero__inner{justify-content:flex-start}.custom-hero--mobile-center .custom-hero__inner{justify-content:center}.custom-hero--mobile-bottom .custom-hero__inner{justify-content:flex-end}.custom-hero--mobile-align-left .custom-hero__inner{align-items:flex-start}.custom-hero--mobile-align-center .custom-hero__inner{align-items:center}.custom-hero--mobile-align-right .custom-hero__inner{align-items:flex-end}.custom-hero--mobile-align-left .custom-hero__content{text-align:left}.custom-hero--mobile-align-center .custom-hero__content{text-align:center}.custom-hero--mobile-align-right .custom-hero__content{text-align:right}.custom-hero__content{max-width:var(--hero-content-max-width-mobile, 340px);color:var(--hero-text-color, #0a2540)}.custom-hero__hide-mobile{display:none!important}.custom-hero__pill{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;margin-bottom:1.5rem;background:var(--hero-pill-bg, rgba(255,255,255,.85));color:var(--hero-pill-text, #0a2540);border:1px solid rgba(10,37,64,.12);border-radius:999px;font-size:var(--hero-pill-font-size-mobile, 11px);font-weight:600;letter-spacing:.04em;text-transform:uppercase;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.custom-hero__pill-dot{width:var(--hero-pill-dot-size, 8px);height:var(--hero-pill-dot-size, 8px);border-radius:50%;background:var(--hero-pill-dot-color, #1a47ff);animation:custom-hero-pulse 2s infinite}@keyframes custom-hero-pulse{0%{box-shadow:0 0 #1a47ff80}70%{box-shadow:0 0 0 8px #1a47ff00}to{box-shadow:0 0 #1a47ff00}}@media(prefers-reduced-motion:reduce){.custom-hero__pill-dot{animation:none}}.custom-hero__heading{margin:0 0 var(--hero-gap-heading-mobile, 12px);font-size:var(--hero-heading-size-mobile, 34px);line-height:1.05;font-weight:var(--hero-heading-weight, 800);letter-spacing:-.02em;text-wrap:balance}.custom-hero__heading p{margin:0}.custom-hero__body{margin:0 0 var(--hero-gap-body-mobile, 24px);font-size:var(--hero-body-size-mobile, 15px);color:var(--hero-body-color, #0a2540);line-height:1.5;max-width:42ch;text-wrap:pretty}.custom-hero--align-center .custom-hero__body{margin-left:auto;margin-right:auto}.custom-hero__body p{margin:0}.custom-hero__body p+p{margin-top:.5rem}.custom-hero .custom-hero__heading{margin-top:0;margin-bottom:var(--hero-gap-heading-mobile, 12px)}.custom-hero .custom-hero__body{margin-top:0;margin-bottom:var(--hero-gap-body-mobile, 24px)}.custom-hero__buttons{display:flex;flex-wrap:wrap;align-items:center;gap:1rem 1.5rem}.custom-hero--align-center .custom-hero__buttons{justify-content:center}.custom-hero__button{display:inline-flex;align-items:center;gap:.6rem;text-decoration:none;font-weight:600;transition:opacity .15s ease,transform .15s ease}.custom-hero__button--primary{padding:var(--hero-btn1-padding-y, 16px) var(--hero-btn1-padding-x, 28px);background:var(--hero-btn1-bg, #1a47ff);color:var(--hero-btn1-text, #fff);border-radius:var(--hero-btn1-radius, 8px);font-size:var(--hero-btn1-font-size, 16px);font-weight:var(--hero-btn1-font-weight, 600);line-height:1.8}.custom-hero__button--primary:hover{opacity:.92}.custom-hero__button--secondary{color:var(--hero-btn2-text, #0a2540);text-decoration:none;font-size:var(--hero-btn1-font-size, 16px);font-weight:400}.custom-hero__button--secondary .custom-hero__button-label{text-decoration:underline;text-underline-offset:4px}.custom-hero__button--secondary:hover{transform:translate(2px)}.custom-hero__button-arrow{font-size:1.1em;line-height:1}.custom-hero__benefits{display:grid;grid-template-columns:repeat(var(--benefit-count, 3),1fr);margin-top:var(--hero-benefits-margin-top, 40px);transform:translateY(var(--hero-benefits-offset-y-mobile, 0px))}.custom-hero__benefits--fullwidth-mobile{width:calc(100% + 2 * var(--hero-mobile-side-padding, 24px));max-width:none;margin-left:calc(-1 * var(--hero-mobile-side-padding, 24px));margin-right:calc(-1 * var(--hero-mobile-side-padding, 24px));padding-left:var(--hero-mobile-side-padding, 24px);padding-right:var(--hero-mobile-side-padding, 24px);transform:translateY(var(--hero-benefits-offset-y-mobile, 0px));box-sizing:border-box}.custom-hero__benefit{display:flex;flex-direction:column;align-items:flex-start;padding:0 var(--hero-benefit-gap, 16px);color:var(--hero-text-color, #0a2540)}.custom-hero--align-center .custom-hero__benefit{align-items:center;text-align:center}.custom-hero__benefit+.custom-hero__benefit{border-left:1px solid var(--hero-divider-color, #0a2540);border-left-color:rgba(10,37,64,var(--hero-divider-opacity, .2))}.custom-hero__benefit-icon{display:inline-flex;margin-bottom:.5rem;color:var(--hero-benefit-icon-color, #1a47ff)}.custom-hero__benefit-icon svg{width:var(--hero-benefit-icon-size-mobile, 24px)!important;height:var(--hero-benefit-icon-size-mobile, 24px)!important}.custom-hero__benefit-icon img{width:var(--hero-benefit-icon-size-mobile, 24px);height:var(--hero-benefit-icon-size-mobile, 24px);object-fit:contain}.custom-hero__benefit-icon{width:var(--hero-benefit-icon-size-mobile, 24px);height:var(--hero-benefit-icon-size-mobile, 24px)}.custom-hero__benefit-value{font-weight:700;font-size:var(--hero-benefit-value-size-mobile, 14px);line-height:1.2}.custom-hero__benefit-label{font-size:var(--hero-benefit-label-size-mobile, 12px);line-height:1.2;opacity:.8}.custom-hero__benefit-value--desktop,.custom-hero__benefit-label--desktop{display:none}.custom-hero__benefit-value--mobile,.custom-hero__benefit-label--mobile{display:block}@media screen and (min-width:750px){.custom-hero{min-height:var(--hero-min-height-desktop, 720px);align-items:stretch}.custom-hero__inner,.custom-hero--mobile-top .custom-hero__inner,.custom-hero--mobile-center .custom-hero__inner,.custom-hero--mobile-bottom .custom-hero__inner{justify-content:center}.custom-hero--align-left .custom-hero__inner{align-items:flex-start}.custom-hero--align-center .custom-hero__inner{align-items:center}.custom-hero--align-right .custom-hero__inner{align-items:flex-end}.custom-hero[class*=custom-hero--mobile-align] .custom-hero__content{text-align:left}.custom-hero--align-center .custom-hero__content{text-align:center}.custom-hero--align-right .custom-hero__content{text-align:left}.custom-hero__benefits{max-width:var(--hero-content-max-width, 560px);width:100%}.custom-hero__image--desktop{display:block}.custom-hero__image--mobile{display:none}.custom-hero__inner{max-width:var(--page-width, 120rem);padding:4rem 5rem}.custom-hero__pill{margin-bottom:2rem;font-size:var(--hero-pill-font-size-desktop, 13px)}.custom-hero__heading{font-size:var(--hero-heading-size, 56px)}.custom-hero__body{font-size:var(--hero-body-size, 18px)}.custom-hero .custom-hero__heading{margin-bottom:var(--hero-gap-heading, 16px)}.custom-hero .custom-hero__body{margin-bottom:var(--hero-gap-body, 32px)}.custom-hero__content{max-width:var(--hero-content-max-width, 560px);transform:translate(var(--hero-content-offset-x, 0px),var(--hero-content-offset-y, 0px))}.custom-hero__hide-mobile,.custom-hero__pill.custom-hero__hide-mobile{display:inline-flex!important}.custom-hero__benefits.custom-hero__hide-mobile{display:grid!important}.custom-hero__benefits--fullwidth-mobile{width:100%;max-width:var(--hero-content-max-width, 560px);margin-left:0;margin-right:0;transform:translateY(var(--hero-benefits-offset-y, 0px));padding-left:0;padding-right:0}.custom-hero__benefit-icon,.custom-hero__benefit-icon svg,.custom-hero__benefit-icon img{width:var(--hero-benefit-icon-size, 28px)!important;height:var(--hero-benefit-icon-size, 28px)!important}.custom-hero__benefit-value{font-size:var(--hero-benefit-value-size, 17px)}.custom-hero__benefit-label{font-size:var(--hero-benefit-label-size, 14px)}.custom-hero__benefit-value--desktop,.custom-hero__benefit-label--desktop{display:block}.custom-hero__benefit-value--mobile,.custom-hero__benefit-label--mobile{display:none}}
/*# sourceMappingURL=/cdn/shop/t/23/assets/custom-hero.css.map */
