.theme-hero{--hero-py: 1.5rem;--hero-gap: 1.5rem;--hero-radius: var(--theme-radius);--hero-feature-color: var(--theme-secondary-color);--hero-bg-inset: 0px;--benefits-py: 1.5rem;position:relative;isolation:isolate}.theme-hero.section-bg--dark{background-color:transparent;color:var(--theme-base-light)}.theme-hero.section-bg--dark .theme-hero__main{position:relative}.theme-hero.section-bg--dark .theme-hero__main:before{content:"";position:absolute;top:0;bottom:0;left:var(--hero-bg-inset);right:0;background-color:var(--theme-base-dark);z-index:-2}.theme-hero.section-bg--dark .theme-hero__title,.theme-hero.section-bg--dark .theme-hero__subtitle,.theme-hero.section-bg--dark .theme-hero__subtitle p,.theme-hero.section-bg--dark .theme-hero__feature-description{color:var(--theme-base-light)}.theme-hero__main{padding:var(--hero-py) 0}.theme-hero__row{position:relative;row-gap:var(--hero-gap)}.theme-hero__title-col{order:-1}.theme-hero__media-col{order:0}.theme-hero__content-col{order:1;display:flex;align-items:center}.theme-hero__content{width:100%}.theme-hero__media{position:relative;width:100%;aspect-ratio:328/185;overflow:hidden;background-color:var(--theme-base-soft)}.theme-hero__media--overlay-video:after,.theme-hero__media--overlay-mobile:before{content:"";position:absolute;inset:0;pointer-events:none;z-index:1}.theme-hero__media--overlay-video:after{background-color:rgba(0,0,0,var(--hero-scrim-video, .2))}.theme-hero__media--overlay-mobile:before{background-color:rgba(0,0,0,var(--hero-scrim-mobile, .2))}.theme-hero__media-placeholder{position:absolute;inset:0;background:linear-gradient(135deg,#ffffff0f,#fff0),var(--color-deep-blue)}.theme-hero__image,.theme-hero__video{position:absolute;inset:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:left center;object-position:left center;display:block}.theme-hero__media picture{position:absolute;inset:0;width:100%;height:100%}.theme-hero__media picture img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.theme-hero__media--has-mobile .theme-hero__video{display:none}@media (min-width: 768px){.theme-hero__media--has-mobile .theme-hero__video{display:block}}@media (min-width: 768px){.theme-hero__media--has-mobile picture:has(.theme-hero__mobile-media){display:none}}.theme-hero__media--has-mobile.theme-hero__media--overlay-video:after{display:none}@media (min-width: 768px){.theme-hero__media--has-mobile.theme-hero__media--overlay-video:after{display:block}}@media (min-width: 768px){.theme-hero__media--has-mobile.theme-hero__media--overlay-mobile:before{display:none}}.theme-hero__title{margin:0;hyphens:none;-webkit-hyphens:none}.theme-hero__title .accent{color:var(--theme-secondary-color)}.theme-hero__subtitle{margin-bottom:2rem}.theme-hero__subtitle p{margin:0 0 .75rem;font-size:var(--theme-base-fs);line-height:var(--theme-text-lh)}.theme-hero__subtitle p:last-child{margin-bottom:0}.theme-hero__features{display:grid;list-style:none;margin:0 0 2rem;padding:0;grid-template-columns:1fr;gap:1.5rem}.theme-hero__feature{display:flex;align-items:flex-start;gap:.75rem;margin:0}.theme-hero__feature-icon{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;width:1.75rem;height:1.75rem;color:var(--hero-feature-color);font-size:1.75rem;line-height:1}.theme-hero__feature-icon .icon{width:100%;height:100%}.theme-hero__feature-text{display:flex;flex-direction:column;gap:.5rem;min-width:0}.theme-hero__feature-title{font-family:var(--theme-heading-ff);font-size:var(--theme-h5-fs);line-height:var(--theme-heading-lh);font-weight:700;color:var(--hero-feature-color)}.theme-hero__feature-description{font-size:var(--theme-base-fs);line-height:var(--theme-text-lh);color:inherit}.theme-hero__buttons{display:flex;flex-direction:column;gap:1rem}.theme-hero__button{width:100%;text-align:center}.theme-hero__benefits{padding:var(--benefits-py) 0;box-shadow:var(--theme-sm-shadow)}.theme-hero__benefits-row{list-style:none;margin:0;padding:0;align-items:center;row-gap:1rem}.theme-hero__benefit{position:relative;display:flex;flex-direction:column;align-items:center;text-align:center;gap:.375rem}.theme-hero__benefit-value{display:inline-flex;align-items:baseline;justify-content:center;font-family:var(--theme-heading-ff);font-weight:800;font-size:var(--theme-h2-fs);line-height:var(--theme-heading-lh-tight);color:var(--color-deep-blue);white-space:nowrap}.theme-hero__benefit-prefix,.theme-hero__benefit-number,.theme-hero__benefit-suffix{color:inherit}.theme-hero__benefit-number{font-variant-numeric:tabular-nums}.theme-hero__benefit-description{font-family:var(--theme-text-ff);font-weight:400;font-size:var(--theme-h5-fs);line-height:var(--theme-heading-lh);color:var(--theme-text-color-default)}@media (min-width: 992px){.theme-hero{--hero-py: 2.5rem;--benefits-py: 1.25rem}.theme-hero__row{row-gap:0;align-items:stretch;min-height:35.875rem}.theme-hero__media-col{position:absolute;top:0;left:calc(50% - 50vw);right:50%;width:auto;height:100%;z-index:-1;padding-left:0}.theme-hero__title-col,.theme-hero__content-col{order:0}.theme-hero__media{aspect-ratio:auto;max-height:none;height:100%;width:100%}.theme-hero__subtitle{margin-bottom:1.5rem}.theme-hero__features{margin-bottom:1.5rem;grid-template-columns:1fr 1fr;gap:1rem 1.5rem}.theme-hero__feature{gap:.5rem}.theme-hero__feature-icon{width:1.5rem;height:1.5rem;font-size:1.5rem}.theme-hero__feature-text{gap:.25rem}.theme-hero__buttons{flex-direction:row;flex-wrap:wrap;gap:1rem}.theme-hero__button{width:auto;flex:0 0 auto}}@media (min-width: 992px) and (max-width: 1199px){.theme-hero__button:nth-child(2){padding-left:.1875rem;padding-right:.1875rem}}@media (min-width: 992px){.theme-hero__benefit+.theme-hero__benefit:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:1px;height:5rem;background-color:var(--color-light-grey);margin-left:calc(var(--bs-gutter-x, 30px) * -.5)}}@media (min-width: 1710px){.theme-hero{--hero-py: 4.75rem;--hero-bg-inset: 4.125rem}.theme-hero__row{min-height:41.875rem}.theme-hero__media-col{right:58.3333%}.theme-hero__features{gap:1.75rem 1rem}.theme-hero__feature{gap:.75rem}.theme-hero__feature-icon{width:1.75rem;height:1.75rem;font-size:1.75rem}.theme-hero__subtitle,.theme-hero__features{max-width:41.875rem}}body.home .theme-hero.section-bg--dark .theme-hero__main:before{top:calc(var(--header-height, 0px) * -1)}
