﻿.hero{--heading-color:var(--text-base-inverse);background:none;background:var(--hero-background,none);color:inherit;color:var(--hero-color,inherit);display:flex;font-size:inherit;font-size:var(--text-regular,inherit);padding:0;padding:var(--hero-padding,0);position:relative;text-align:center;text-align:var(--hero-text-align,center)}.hero--white-background{--heading-color:var(--text-base);--hero-background:var(--background-page);--hero-color:var(--text-base)}.hero__overlay{background:var(--hero-background-overlay,var(--gradient-highlight));opacity:.9}.hero__background,.hero__overlay{height:100%;left:0;position:absolute;top:0;width:100%}.hero__background{object-fit:cover;object-fit:var(--hero-background-fit,cover);object-position:center;object-position:var(--hero-background-position,center);opacity:.3;opacity:var(--hero-background-opacity,.3);z-index:0}.hero__container{position:relative;width:100%;z-index:1}.hero__content{align-items:center;align-items:var(--hero-content-align,center);display:flex;flex-direction:column;gap:1.5rem;margin:0 auto;width:100%}.hero__title{color:inherit;color:var(--hero-title-color,inherit);font-size:var(--hero-title-fontsize,var(--h1));font-weight:800;line-height:1.35;margin-bottom:0;text-shadow:var(--shadow-sm)}.hero__product-logo img{max-height:24px}.hero__subtitle{font-size:var(--hero-subtitle-fontsize,var(--h3));margin-bottom:0}.hero__subtitle--pill{background:#0000;background:var(--hero-subtitle-background,#0000);border-radius:100rem;display:inline-block;font-weight:inherit;font-weight:var(--weight-bold,inherit);letter-spacing:-1px;padding:.5rem 1.5rem;position:relative}.hero__subtitle--pill:before{background:#0000;background:var(--hero-subtitle-gradient-highlight,var(--gradient-highlight,#0000));border:2px solid #0000;border-radius:inherit;bottom:0;content:"";left:0;-webkit-mask:linear-gradient(#000,#000) border-box,linear-gradient(#000,#000) padding-box;mask:linear-gradient(#000,#000) border-box,linear-gradient(#000,#000) padding-box;-webkit-mask-composite:source-out;mask-composite:subtract;position:absolute;right:0;top:0}.hero__description{font-size:var(--hero-description-fontsize,var(--text-regular));line-height:1.9;margin:0 auto;max-width:100%;max-width:var(--description-max-width,100%);width:100%}.hero__buttons .btn{box-shadow:var(--shadow-md-regular)}.hero__trusted{font-size:var(--text-extra-small);font-weight:var(--weight-regular);margin-bottom:0}.hero__trusted:before{color:#ffd827;content:"";display:inline-block;font-family:modicons-stroke,inherit;margin-right:.5rem;vertical-align:initial}.hero--has-video .hero__container:after{aspect-ratio:16/4;content:"";display:block}.hero__video .wp-block-video{aspect-ratio:16/9;margin-top:-28.125%;overflow:hidden;position:relative}.hero__video video{border-radius:1.875rem}.hero--has-columns,.hero--has-form{--hero-content-align:flex-start;text-align:left}.hero__columns{align-items:center;display:flex;flex-wrap:wrap;gap:1.5rem 3rem}.hero__column--breadcrumbs.column{flex:0 0 100%}.hero__column--breadcrumbs.column:not(:has(*)){display:none}.hero__image{aspect-ratio:auto;aspect-ratio:var(--hero-image-aspect-ratio,initial);border-radius:0;border-radius:var(--hero-image-radius,0);object-fit:fill;object-fit:var(--hero-image-fit,initial);width:100%}.hero .btn{display:inline-block}@media(min-width:768px){.hero__product-logo{margin-top:-1.5rem}.hero__product-logo img{max-height:32px}.hero__trusted{font-size:.875rem}.hero--has-form{--hero-padding:3.5rem 0}}@media(min-width:992px){.hero__product-logo img{max-height:46px}.hero--has-form .hero__columns{align-items:center;display:flex;flex-wrap:nowrap;gap:3rem}.hero--has-form .hero__content,.hero--has-form .hero__form{flex:0 1 50%}}