.theme-hero{--py: 0;--hero-min-height: auto;--hero-media-height: 13.75rem;--hero-panel-py: 2rem;--hero-panel-px: 1.25rem;--hero-panel-gap: 2rem;--hero-heading-gap: 1.5rem;--hero-locations-gap: 1rem;--hero-stripe-width: 0px;--hero-avatar-size: 2.75rem;position:relative;isolation:isolate;overflow:hidden;min-height:var(--hero-min-height);background-color:var(--theme-primary-color);color:var(--theme-base-light)}.theme-hero__media{position:relative;height:auto;aspect-ratio:16/9}.theme-hero__media picture,.theme-hero__media img,.theme-hero__media video{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.theme-hero__media--video>.theme-hero__poster-wrap,.theme-hero__media--video>video{position:absolute;inset:0}.theme-hero__media--video>.theme-hero__poster-wrap picture,.theme-hero__media--video>.theme-hero__poster-wrap img{display:block;width:100%;height:100%}.theme-hero__media--video>.theme-hero__poster-wrap img{-o-object-fit:cover;object-fit:cover}.theme-hero__media--video>video{z-index:1}.theme-hero__poster-wrap--desktop{display:none}.theme-hero__poster-wrap--mobile{display:block}.theme-hero__poster-wrap--mobile img{-o-object-position:center top;object-position:center top}.theme-hero>.container{position:relative;z-index:var(--theme-z-base)}.theme-hero>.container:before,.theme-hero>.container:after{content:"";display:none;position:absolute;top:0;bottom:0;z-index:-1;width:100vw;background-color:color-mix(in oklab,color-mix(in oklab,var(--theme-alternative-color) 100%,transparent) 80%,transparent);pointer-events:none}.theme-hero>.container:before{right:calc(100% - .9375rem)}.theme-hero>.container:after{left:calc(100% - .9375rem)}.theme-hero__col{display:flex}.theme-hero__panel{position:relative;z-index:var(--theme-z-base);flex:1 1 auto;display:flex;flex-direction:column;justify-content:center;gap:var(--hero-panel-gap);padding:var(--hero-panel-py) var(--hero-panel-pr, var(--hero-panel-px)) var(--hero-panel-py) var(--hero-panel-pl, var(--hero-panel-px));margin-inline:calc(var(--bs-gutter-x, 1.875rem) * -.5);background-color:color-mix(in oklab,color-mix(in oklab,var(--theme-primary-color) 100%,transparent) 80%,transparent);color:var(--theme-base-light)}.theme-hero__panel h1,.theme-hero__panel h2,.theme-hero__panel h3,.theme-hero__panel h4,.theme-hero__panel h5,.theme-hero__panel h6,.theme-hero__panel .h1,.theme-hero__panel .h2,.theme-hero__panel .h3,.theme-hero__panel .h4,.theme-hero__panel .h5,.theme-hero__panel .h6,.theme-hero__panel .h5-bold,.theme-hero__panel p,.theme-hero__panel li,.theme-hero__panel span{color:inherit}.theme-hero__panel:before,.theme-hero__panel:after{content:"";position:absolute;top:0;bottom:0;width:var(--hero-stripe-width);background-color:color-mix(in oklab,color-mix(in oklab,var(--theme-accent-green) 100%,transparent) 80%,transparent);pointer-events:none}.theme-hero__panel:before{right:100%}.theme-hero__panel:after{left:100%}.theme-hero--centered .theme-hero__panel{text-align:center}.theme-hero--centered .theme-hero__locations,.theme-hero--centered .theme-hero__buttons,.theme-hero--centered .theme-hero__rating,.theme-hero--centered .theme-hero__clients{justify-content:center}.theme-hero.contacthero .theme-hero__media img{-o-object-position:center top;object-position:center top}.theme-hero__heading{display:flex;flex-direction:column;gap:var(--hero-heading-gap)}.theme-hero__title{margin:0}.theme-hero__locations{display:flex;flex-wrap:wrap;gap:var(--hero-locations-gap);margin:0;padding:0;list-style:none}.theme-hero__location{display:inline-flex;align-items:center;gap:.5rem}.theme-hero__location-icon{display:inline-flex;flex-shrink:0}.theme-hero__location-icon .icon{width:var(--theme-h5-fs);height:var(--theme-h5-fs)}.theme-hero__text{font-size:var(--theme-base-fs);line-height:var(--theme-text-lh)}.theme-hero__text>:first-child{margin-top:0}.theme-hero__text>:last-child{margin-bottom:0}.theme-hero__buttons{display:flex;flex-wrap:wrap;gap:1rem}.theme-hero__buttons .theme-button-primary{--text-color: var(--theme-primary-color);--border-color: transparent;--bg-color: var(--theme-secondary-color);box-shadow:var(--theme-xs-shadow)}@media(any-hover:hover){.theme-hero__buttons .theme-button-primary:hover{--text-color: var(--theme-primary-color);--border-color: var(--theme-accent-green-light);--bg-color: var(--theme-base-light);box-shadow:var(--theme-xs-shadow)}}.theme-hero__proof{display:flex;flex-direction:column;gap:1.5rem}.theme-hero__rating,.theme-hero__clients{display:flex;align-items:center;flex-wrap:wrap;gap:.75rem}.theme-hero__rating-value{font-weight:var(--theme-bold-fw)}.theme-hero__rating-stars{width:6.125rem;height:1rem;flex-shrink:0;color:var(--theme-secondary-color)}.theme-hero__avatars{display:flex;align-items:center;flex-shrink:0}.theme-hero__avatar{display:block;width:var(--hero-avatar-size);height:var(--hero-avatar-size);border-radius:50%;overflow:hidden;border:2px solid var(--theme-base-light);background-color:var(--theme-base-light);background-position:center;background-repeat:no-repeat;background-size:cover}.theme-hero__avatar+.theme-hero__avatar{margin-left:-.5rem}.theme-hero__avatar picture,.theme-hero__avatar img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:50%}.theme-hero__placeholder p,.theme-hero__media-hint p{margin:0}.theme-hero__media-hint{position:relative;padding:.75rem 1.25rem;background-color:var(--theme-base-soft);color:var(--theme-text-color-default);font-size:var(--theme-small-fs);text-align:center}@media(min-width:992px){.theme-hero{--hero-min-height: 28.125rem;--hero-stripe-width: 2.5rem;display:flex;align-items:stretch}.theme-hero__media{position:absolute;inset:0;height:auto;aspect-ratio:auto;z-index:0}.theme-hero__poster-wrap--desktop{display:block}.theme-hero__poster-wrap--mobile{display:none}.theme-hero>.container{display:flex;align-items:stretch}.theme-hero>.container:before,.theme-hero>.container:after{display:block}.theme-hero .row{flex:1 0 100%}.theme-hero__panel{margin-inline:0}.theme-hero__media-hint{position:absolute;inset-inline:0;bottom:0}}@media(min-width:1200px){.theme-hero{--hero-min-height: 37rem;--hero-panel-py: 2.5rem;--hero-panel-px: 2rem;--hero-panel-gap: 2.5rem;--hero-heading-gap: 2rem;--hero-locations-gap: 1.5rem;--hero-stripe-width: 3.125rem;--hero-avatar-size: 3.125rem}}@media(min-width:1710px){.theme-hero{--hero-min-height: 47.0625rem;--hero-panel-py: 3.125rem;--hero-panel-px: 2.5rem;--hero-panel-gap: 3rem;--hero-heading-gap: 2rem;--hero-locations-gap: 2rem;--hero-stripe-width: 3.75rem;--hero-avatar-size: 3.375rem}}.theme-hero--side-image{display:flex;flex-direction:column}@media(max-width:61.9375rem){.theme-hero--side-image:not(.theme-hero--cta-banner)>.theme-hero__media{width:100%;aspect-ratio:16/9;max-height:none;margin:0;order:initial}}@media(min-width:992px){.theme-hero--side-image{flex-direction:row;--hero-side-media-left: 5.9375rem;--hero-panel-pl: 3rem;--hero-panel-pr: 3.5rem}}@media(min-width:1200px){.theme-hero--side-image{--hero-side-media-left: 6.875rem;--hero-panel-pl: 4rem;--hero-panel-pr: 5rem}}@media(min-width:1710px){.theme-hero--side-image{--hero-side-media-left: 9.6875rem;--hero-panel-pl: 8.75rem;--hero-panel-pr: 10.625rem}}.theme-hero--side-image .theme-hero__media{height:auto;aspect-ratio:1;max-height:26.25rem;margin:0 auto;order:1}@media(min-width:992px){.theme-hero--side-image .theme-hero__media{margin:0;aspect-ratio:auto;max-height:none;left:calc(50% + var(--hero-side-media-left));order:initial}}@media(min-width:992px){.theme-hero--side-image .theme-hero__panel{margin-right:-1.875rem}}.theme-hero--side-image-landscape{padding-top:0;padding-bottom:0;--hero-panel-py: 1.5rem;--hero-panel-px: 1rem;--hero-panel-pl: 1rem;--hero-panel-pr: 1rem}@media(min-width:1200px){.theme-hero--side-image-landscape{--hero-min-height: auto;--hero-panel-py: 1.5rem;--hero-panel-px: 1rem;--hero-panel-pl: 1rem;--hero-panel-pr: 1rem}}@media(min-width:1710px){.theme-hero--side-image-landscape{--hero-min-height: auto;--hero-panel-py: 3.75rem;--hero-panel-px: 2.5rem;--hero-panel-pl: 1rem;--hero-panel-pr: 1rem}}.theme-hero--side-image-landscape .theme-hero__media{aspect-ratio:16/9}@media(min-width:992px){.theme-hero--side-image-landscape .theme-hero__media{aspect-ratio:16/9;inset-block:auto;top:50%;transform:translateY(-50%);max-height:100%}}.theme-hero--cta-banner .theme-hero__buttons{gap:2rem}@media(min-width:992px){.theme-hero--cta-banner{--hero-min-height: 29.375rem;--hero-panel-py: 3.125rem;--hero-panel-px: 2.5rem;--hero-panel-pl: 2.5rem;--hero-panel-pr: 2.5rem;--hero-panel-gap: 3rem;--hero-heading-gap: 2rem}.theme-hero--cta-banner .theme-hero__buttons>a{flex:1 1 18.75rem;max-width:22.375rem}}@media(min-width:1200px){.theme-hero--cta-banner{--hero-min-height: 29.375rem;--hero-panel-py: 3.125rem;--hero-panel-px: 2.5rem;--hero-panel-pl: 2.5rem;--hero-panel-pr: 2.5rem}}@media(min-width:1710px){.theme-hero--cta-banner{--hero-min-height: 29.375rem;--hero-panel-py: 3.125rem;--hero-panel-px: 2.5rem;--hero-panel-pl: 2.5rem;--hero-panel-pr: 2.5rem;--hero-side-media-left: 7.8125rem}.theme-hero--cta-banner .theme-hero__col{flex:0 0 59.375rem;width:59.375rem}.theme-hero--cta-banner .theme-hero__panel{flex:0 0 51.875rem;margin-left:3.75rem;margin-right:0}}
