.infinite-smart-hero{--infinite-smart-hero-height-mobile: 60rem;--infinite-smart-hero-active-mobile-ratio: 1.7778;--infinite-smart-hero-active-desktop-ratio: 1.7778;display:block;position:relative;padding-block:var(--infinite-smart-hero-padding-top-mobile, 0) var(--infinite-smart-hero-padding-bottom-mobile, 0)}.infinite-smart-hero__viewport{position:relative;min-height:var(--infinite-smart-hero-height-mobile);overflow:hidden;isolation:isolate}.infinite-smart-hero--page .infinite-smart-hero__viewport{width:calc(100% - 3rem);max-width:var(--page-width);margin-inline:auto;border-radius:var(--infinite-smart-hero-radius, 0)}.infinite-smart-hero--mobile-small{--infinite-smart-hero-height-mobile: 36rem}.infinite-smart-hero--mobile-medium{--infinite-smart-hero-height-mobile: 48rem}.infinite-smart-hero--mobile-large{--infinite-smart-hero-height-mobile: 60rem}.infinite-smart-hero--mobile-screen{--infinite-smart-hero-height-mobile: 100svh}.infinite-smart-hero--mobile-custom{--infinite-smart-hero-height-mobile: var(--infinite-smart-hero-mobile-height)}.infinite-smart-hero__stage{display:grid;min-height:inherit}.infinite-smart-hero__slide,.infinite-smart-hero__empty{grid-area:1 / 1;min-width:0;min-height:inherit}.infinite-smart-hero__slide{position:relative;z-index:0;visibility:hidden;opacity:0;pointer-events:none}.infinite-smart-hero__slide[hidden]{display:none}.infinite-smart-hero__slide.is-active,.infinite-smart-hero__slide.is-leaving{display:block;visibility:visible}.infinite-smart-hero__slide.is-active{z-index:2;opacity:1;pointer-events:auto}.infinite-smart-hero__slide.is-leaving{z-index:1;pointer-events:none}.infinite-smart-hero[data-transition=fade] .infinite-smart-hero__slide{transition:opacity var(--infinite-smart-hero-transition-duration, .5s) ease}.infinite-smart-hero[data-transition=slide] .infinite-smart-hero__slide{transform:translate(100%);transition:opacity var(--infinite-smart-hero-transition-duration, .5s) ease,transform var(--infinite-smart-hero-transition-duration, .5s) ease}.infinite-smart-hero[data-transition=slide][data-direction=previous] .infinite-smart-hero__slide{transform:translate(-100%)}.infinite-smart-hero[data-transition=slide] .infinite-smart-hero__slide.is-active{transform:translate(0)}.infinite-smart-hero[data-transition=slide][data-direction=next] .infinite-smart-hero__slide.is-leaving{opacity:1;transform:translate(-100%)}.infinite-smart-hero[data-transition=slide][data-direction=previous] .infinite-smart-hero__slide.is-leaving{opacity:1;transform:translate(100%)}.infinite-smart-hero[data-design-mode=true] .infinite-smart-hero__slide{transition:none}.infinite-smart-hero__frame{position:relative;height:100%;min-height:inherit;overflow:hidden;isolation:isolate}.infinite-smart-hero__media,.infinite-smart-hero__media picture,.infinite-smart-hero__media img,.infinite-smart-hero__media>svg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.infinite-smart-hero__media{z-index:0;overflow:hidden;background:var(--infinite-smart-hero-image-background, transparent)}.infinite-smart-hero__media img,.infinite-smart-hero__media>svg{object-fit:var(--infinite-smart-hero-mobile-fit, cover);object-position:var(--infinite-smart-hero-mobile-position, 50% 50%)}.infinite-smart-hero__media--placeholder>svg{fill:rgba(var(--color-foreground),.3)}.infinite-smart-hero__overlay{position:absolute;z-index:1;top:0;right:0;bottom:0;left:0;background:var(--infinite-smart-hero-overlay, transparent);opacity:var(--infinite-smart-hero-overlay-opacity, 0);pointer-events:none}.infinite-smart-hero__content{display:flex;position:relative;z-index:2;align-items:flex-end;justify-content:flex-start;min-height:inherit;padding-block:var(--infinite-smart-hero-content-padding-top-mobile, 32px) var(--infinite-smart-hero-content-padding-bottom-mobile, 32px)}.infinite-smart-hero__slide--mobile-top-left .infinite-smart-hero__content,.infinite-smart-hero__slide--mobile-top-center .infinite-smart-hero__content,.infinite-smart-hero__slide--mobile-top-right .infinite-smart-hero__content{align-items:flex-start}.infinite-smart-hero__slide--mobile-middle-left .infinite-smart-hero__content,.infinite-smart-hero__slide--mobile-middle-center .infinite-smart-hero__content,.infinite-smart-hero__slide--mobile-middle-right .infinite-smart-hero__content{align-items:center}.infinite-smart-hero__slide--mobile-bottom-left .infinite-smart-hero__content,.infinite-smart-hero__slide--mobile-bottom-center .infinite-smart-hero__content,.infinite-smart-hero__slide--mobile-bottom-right .infinite-smart-hero__content{align-items:flex-end}.infinite-smart-hero__slide--mobile-top-center .infinite-smart-hero__content,.infinite-smart-hero__slide--mobile-middle-center .infinite-smart-hero__content,.infinite-smart-hero__slide--mobile-bottom-center .infinite-smart-hero__content{justify-content:center}.infinite-smart-hero__slide--mobile-top-right .infinite-smart-hero__content,.infinite-smart-hero__slide--mobile-middle-right .infinite-smart-hero__content,.infinite-smart-hero__slide--mobile-bottom-right .infinite-smart-hero__content{justify-content:flex-end}.infinite-smart-hero__box{box-sizing:border-box;position:relative;width:min(100%,var(--infinite-smart-hero-content-width, 520px));padding:var(--infinite-smart-hero-box-padding-y-mobile, 0) var(--infinite-smart-hero-box-padding-x-mobile, 0);border-radius:var(--infinite-smart-hero-box-radius, 0);word-break:break-word;isolation:isolate}.infinite-smart-hero__box:before{position:absolute;z-index:-1;top:0;right:0;bottom:0;left:0;content:"";background:var(--infinite-smart-hero-box-background, transparent);border-radius:inherit;opacity:var(--infinite-smart-hero-box-opacity, 1);-webkit-backdrop-filter:blur(var(--infinite-smart-hero-box-blur, 0));backdrop-filter:blur(var(--infinite-smart-hero-box-blur, 0));pointer-events:none}.infinite-smart-hero__slide--mobile-align-left .infinite-smart-hero__box{text-align:left}.infinite-smart-hero__slide--mobile-align-center .infinite-smart-hero__box{text-align:center}.infinite-smart-hero__slide--mobile-align-right .infinite-smart-hero__box{text-align:right}.infinite-smart-hero__content-block{box-sizing:border-box;padding-block:var(--infinite-smart-hero-block-space-before, 0) var(--infinite-smart-hero-block-space-after, 0)}.infinite-smart-hero .infinite-text-effect{--infinite-highlight-border-width-responsive: var(--infinite-highlight-border-width-mobile);--infinite-highlight-padding-x-responsive: var(--infinite-highlight-padding-x-mobile);--infinite-highlight-padding-y-responsive: var(--infinite-highlight-padding-y-mobile);--infinite-highlight-position-x-responsive: var(--infinite-highlight-position-x-mobile);--infinite-highlight-position-y-responsive: var(--infinite-highlight-position-y-mobile);--infinite-highlight-radius-responsive: var(--infinite-highlight-radius-mobile);--infinite-highlight-spacing-responsive: var(--infinite-highlight-spacing-mobile);--infinite-highlight-text-padding-x-responsive: var(--infinite-highlight-text-padding-x-mobile);--infinite-highlight-shadow-blur-responsive: var(--infinite-highlight-shadow-blur-mobile);--infinite-highlight-shadow-x-responsive: var(--infinite-highlight-shadow-x-mobile);--infinite-highlight-shadow-y-responsive: var(--infinite-highlight-shadow-y-mobile)}.infinite-smart-hero__caption{margin:0;font-size:1.2rem;font-weight:700;letter-spacing:.04em;line-height:1.2;text-transform:uppercase}.infinite-smart-hero__heading{margin:0;font-size:clamp(3.6rem,11vw,5.4rem);font-weight:700;letter-spacing:-.025em;line-height:.95}.infinite-smart-hero__text{font-size:1.5rem;line-height:1.5}.infinite-smart-hero__text>*:first-child{margin-top:0}.infinite-smart-hero__text>*:last-child{margin-bottom:0}.infinite-smart-hero__divider-wrap{display:flex}.infinite-smart-hero__divider-wrap--left,.infinite-smart-hero__slide--mobile-align-left .infinite-smart-hero__divider-wrap--inherit{justify-content:flex-start}.infinite-smart-hero__divider-wrap--center,.infinite-smart-hero__slide--mobile-align-center .infinite-smart-hero__divider-wrap--inherit{justify-content:center}.infinite-smart-hero__divider-wrap--right,.infinite-smart-hero__slide--mobile-align-right .infinite-smart-hero__divider-wrap--inherit{justify-content:flex-end}.infinite-smart-hero__divider{display:block;flex:0 0 auto;width:var(--infinite-smart-hero-divider-width-mobile, 32px);height:var(--infinite-smart-hero-divider-height, 3px);background:var(--infinite-smart-hero-divider-paint, currentColor);border-radius:var(--infinite-smart-hero-divider-radius, 0)}.infinite-smart-hero__button{gap:1.2rem}.infinite-smart-hero__button--gradient{min-height:0;padding:var(--infinite-smart-hero-button-padding-y, 14px) var(--infinite-smart-hero-button-padding-x, 32px);color:var(--infinite-smart-hero-button-color, #fff);border:var(--infinite-smart-hero-button-border-width, 0) solid transparent;border-radius:var(--infinite-smart-hero-button-radius, 4px);background:var(--infinite-smart-hero-button-background, #121212) padding-box,var(--infinite-smart-hero-button-border, transparent) border-box;box-shadow:var(--infinite-smart-hero-button-shadow-x, 0) var(--infinite-smart-hero-button-shadow-y, 6px) var(--infinite-smart-hero-button-shadow-blur, 16px) rgba(0,0,0,var(--infinite-smart-hero-button-shadow-opacity, .15));transition:color var(--duration-short) ease,transform var(--duration-short) ease}.infinite-smart-hero__button--gradient:before,.infinite-smart-hero__button--gradient:after{border-radius:inherit;box-shadow:none}.infinite-smart-hero__button--gradient:after{content:none}.infinite-smart-hero__button--gradient:not([aria-disabled=true]):hover{color:var(--infinite-smart-hero-button-hover-color, #fff);background:var(--infinite-smart-hero-button-hover-background, #333) padding-box,var(--infinite-smart-hero-button-border, transparent) border-box}.infinite-smart-hero__button-icon{display:inline-flex;flex:0 0 auto;width:1.5rem;height:1.5rem}.infinite-smart-hero__button-icon svg{width:100%;height:100%}.infinite-smart-hero__socials{display:flex;flex-wrap:wrap;gap:var(--infinite-smart-hero-social-gap, 12px);margin:0;padding:0}.infinite-smart-hero__slide--mobile-align-left .infinite-smart-hero__socials{justify-content:flex-start}.infinite-smart-hero__slide--mobile-align-center .infinite-smart-hero__socials{justify-content:center}.infinite-smart-hero__slide--mobile-align-right .infinite-smart-hero__socials{justify-content:flex-end}.infinite-smart-hero__social-link{display:inline-flex;align-items:center;justify-content:center;width:var(--infinite-smart-hero-social-size, 48px);height:var(--infinite-smart-hero-social-size, 48px);color:var(--infinite-smart-hero-social-color, #121212);text-decoration:none;background:var(--infinite-smart-hero-social-background, #fff);border:1px solid var(--infinite-smart-hero-social-border, #e5e5e5);border-radius:var(--infinite-smart-hero-social-radius, 50%);box-shadow:0 4px 16px rgba(0,0,0,var(--infinite-smart-hero-social-shadow-opacity, .1));transition:color var(--duration-short) ease,background var(--duration-short) ease,border-color var(--duration-short) ease,transform var(--duration-short) ease}.infinite-smart-hero__social-link:not([aria-disabled=true]):hover{color:var(--infinite-smart-hero-social-hover-color, #fff);background:var(--infinite-smart-hero-social-hover-background, #121212);border-color:transparent;transform:translateY(-2px)}.infinite-smart-hero__social-link:focus-visible{outline:.3rem solid rgba(var(--color-foreground),.5);outline-offset:.3rem}.infinite-smart-hero__social-link[aria-disabled=true]{cursor:not-allowed;opacity:.55}.infinite-smart-hero__social-icon,.infinite-smart-hero__social-icon svg,.infinite-smart-hero__social-icon img{display:block;width:var(--infinite-smart-hero-social-icon-size, 21px);height:var(--infinite-smart-hero-social-icon-size, 21px)}.infinite-smart-hero__social-icon svg,.infinite-smart-hero__social-icon img{object-fit:contain}.infinite-smart-hero__empty{display:grid;position:relative;place-items:center;overflow:hidden;text-align:center}.infinite-smart-hero__empty svg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;opacity:.35}.infinite-smart-hero__empty p{position:relative;z-index:1;padding:2rem}.infinite-smart-hero__arrows{position:absolute;z-index:5;top:50%;right:1.2rem;left:1.2rem;display:flex;justify-content:space-between;pointer-events:none;transform:translateY(-50%)}.infinite-smart-hero__arrow,.infinite-smart-hero__autoplay{display:inline-flex;align-items:center;justify-content:center;padding:0;cursor:pointer;pointer-events:auto}.infinite-smart-hero__arrow{width:var(--infinite-smart-hero-arrow-size, 44px);height:var(--infinite-smart-hero-arrow-size, 44px);color:var(--infinite-smart-hero-arrow-color, rgb(var(--color-foreground)));background:var(--infinite-smart-hero-arrow-background, rgba(var(--color-background), .86));border:var(--infinite-smart-hero-arrow-border-width, 1px) solid var(--infinite-smart-hero-arrow-border-color, rgba(var(--color-foreground), .18));border-radius:var(--infinite-smart-hero-arrow-radius, 50px);box-shadow:0 .4rem 1.6rem #00000024;transition:color .18s ease,background .18s ease,opacity .18s ease,transform .18s ease}.infinite-smart-hero__arrow:hover{color:var(--infinite-smart-hero-arrow-hover-color, rgb(var(--color-background)));background:var(--infinite-smart-hero-arrow-hover-background, rgb(var(--color-foreground)))}.infinite-smart-hero__arrow:active{transform:scale(.96)}.infinite-smart-hero__arrow:focus-visible,.infinite-smart-hero__autoplay:focus-visible,.infinite-smart-hero__progress-item:focus-visible{outline:.2rem solid currentColor;outline-offset:.3rem}.infinite-smart-hero__arrow svg{width:var(--infinite-smart-hero-arrow-icon-size, 20px);height:var(--infinite-smart-hero-arrow-icon-size, 20px);fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.infinite-smart-hero__footer-controls{position:absolute;z-index:5;right:1.6rem;left:1.6rem;display:flex;align-items:center;justify-content:center;gap:1rem;pointer-events:none}.infinite-smart-hero__footer-controls--top{top:var(--infinite-smart-hero-indicator-offset, 16px)}.infinite-smart-hero__footer-controls--bottom{bottom:var(--infinite-smart-hero-indicator-offset, 16px)}.infinite-smart-hero__progress{display:flex;align-items:center;justify-content:center;min-width:0;max-width:100%;gap:.8rem}.infinite-smart-hero__progress--bar,.infinite-smart-hero__progress--segments,.infinite-smart-hero__progress--bar_counter{flex:0 1 var(--infinite-smart-hero-indicator-width, 70%);width:var(--infinite-smart-hero-indicator-width, 70%)}.infinite-smart-hero__progress-track{position:relative;flex:1 1 auto;height:var(--infinite-smart-hero-indicator-thickness, 4px);overflow:hidden;border-radius:var(--infinite-smart-hero-indicator-radius, 10px);isolation:isolate}.infinite-smart-hero__progress-track:before,.infinite-smart-hero__progress-item:before,.infinite-smart-hero__counter:before{position:absolute;z-index:-1;top:0;right:0;bottom:0;left:0;content:"";background:var(--infinite-smart-hero-indicator-track, rgba(var(--color-foreground), .35));opacity:var(--infinite-smart-hero-indicator-track-opacity, .35)}.infinite-smart-hero__progress-fill{display:block;width:100%;height:100%;background:var(--infinite-smart-hero-indicator-fill, rgb(var(--color-foreground)));border-radius:inherit;transform:scaleX(var(--infinite-smart-hero-progress, 0));transform-origin:left center}.infinite-smart-hero__progress--direction-reverse .infinite-smart-hero__progress-fill,.infinite-smart-hero__progress--direction-reverse .infinite-smart-hero__progress-item>span{transform-origin:right center}.infinite-smart-hero__progress-items{display:flex;flex:1 1 auto;align-items:center;justify-content:center;gap:var(--infinite-smart-hero-indicator-gap, 8px);width:100%}.infinite-smart-hero__progress-item{-webkit-appearance:none;appearance:none;position:relative;min-width:0;padding:0;overflow:hidden;background:transparent;border:0;cursor:pointer;pointer-events:auto;isolation:isolate}.infinite-smart-hero__progress-item>span{display:block;position:absolute;background:var(--infinite-smart-hero-indicator-fill, rgb(var(--color-foreground)))}.infinite-smart-hero__progress--segments .infinite-smart-hero__progress-item{flex:1 1 0;height:max(24px,var(--infinite-smart-hero-indicator-thickness, 4px));border-radius:var(--infinite-smart-hero-indicator-radius, 10px)}.infinite-smart-hero__progress--segments .infinite-smart-hero__progress-item:before,.infinite-smart-hero__progress--segments .infinite-smart-hero__progress-item>span{top:50%;bottom:auto;height:var(--infinite-smart-hero-indicator-thickness, 4px);border-radius:var(--infinite-smart-hero-indicator-radius, 10px);transform:translateY(-50%)}.infinite-smart-hero__progress--segments .infinite-smart-hero__progress-item>span{right:0;left:0;transform:translateY(-50%) scaleX(var(--infinite-smart-hero-item-progress, 0));transform-origin:left center}.infinite-smart-hero__progress--segments.infinite-smart-hero__progress--direction-reverse .infinite-smart-hero__progress-item>span{transform-origin:right center}.infinite-smart-hero__progress--dots .infinite-smart-hero__progress-item{width:max(24px,var(--infinite-smart-hero-indicator-dot-size, 10px));height:max(24px,var(--infinite-smart-hero-indicator-dot-size, 10px));overflow:visible;border-radius:50%}.infinite-smart-hero__progress--dots .infinite-smart-hero__progress-item:before,.infinite-smart-hero__progress--dots .infinite-smart-hero__progress-item>span{top:50%;right:auto;bottom:auto;left:50%;width:var(--infinite-smart-hero-indicator-dot-size, 10px);height:var(--infinite-smart-hero-indicator-dot-size, 10px);border-radius:50%;transform:translate(-50%,-50%)}.infinite-smart-hero__progress--dots .infinite-smart-hero__progress-item>span{opacity:0;transform:translate(-50%,-50%) scale(.5);transition:opacity .18s ease,transform .18s ease}.infinite-smart-hero__progress--dots .infinite-smart-hero__progress-item[aria-current=true]>span{opacity:1;transform:translate(-50%,-50%) scale(1)}.infinite-smart-hero__counter{position:relative;flex:0 0 auto;min-width:5.6rem;padding:.6rem 1rem;overflow:hidden;color:transparent;font-size:1.3rem;font-variant-numeric:tabular-nums;font-weight:700;line-height:1.2;text-align:center;background:var(--infinite-smart-hero-indicator-fill, rgb(var(--color-foreground)));background-clip:text;border-radius:var(--infinite-smart-hero-indicator-radius, 10px);-webkit-background-clip:text;-webkit-text-fill-color:transparent;isolation:isolate}.infinite-smart-hero__autoplay{width:3.6rem;height:3.6rem;flex:0 0 auto;color:rgb(var(--color-foreground));background:rgba(var(--color-background),.86);border:1px solid rgba(var(--color-foreground),.18);border-radius:50%;box-shadow:0 .4rem 1.6rem #00000024}.infinite-smart-hero__pause-icon,.infinite-smart-hero__play-icon{display:block;position:relative;width:1.4rem;height:1.4rem}.infinite-smart-hero__pause-icon:before,.infinite-smart-hero__pause-icon:after{position:absolute;top:0;bottom:0;width:.35rem;content:"";background:currentColor;border-radius:.1rem}.infinite-smart-hero__pause-icon:before{left:.2rem}.infinite-smart-hero__pause-icon:after{right:.2rem}.infinite-smart-hero__play-icon{display:none}.infinite-smart-hero__play-icon:before{position:absolute;top:0;left:.25rem;width:0;height:0;content:"";border-top:.7rem solid transparent;border-bottom:.7rem solid transparent;border-left:1.1rem solid currentColor}.infinite-smart-hero__autoplay.is-paused .infinite-smart-hero__pause-icon{display:none}.infinite-smart-hero__autoplay.is-paused .infinite-smart-hero__play-icon{display:block}@media screen and (max-width:749px){.infinite-smart-hero__progress--hide-mobile{display:none}.infinite-smart-hero--mobile-adapt .infinite-smart-hero__viewport{min-height:0}.infinite-smart-hero--mobile-adapt:not(.is-mobile-text-below) .infinite-smart-hero__stage{min-height:0;aspect-ratio:var(--infinite-smart-hero-active-mobile-ratio)}.infinite-smart-hero__slide--mobile-position-free:not(.infinite-smart-hero__slide--mobile-text-below) .infinite-smart-hero__content{display:block;position:absolute;top:0;right:0;bottom:0;left:0;width:100%;min-height:0;padding-block:0}.infinite-smart-hero__slide--mobile-position-free.infinite-smart-hero__slide--mobile-reference-hero:not(.infinite-smart-hero__slide--mobile-text-below) .infinite-smart-hero__content{max-width:none;padding-inline:0}.infinite-smart-hero__slide--mobile-position-free.infinite-smart-hero__slide--mobile-reference-page:not(.infinite-smart-hero__slide--mobile-text-below) .infinite-smart-hero__content{max-width:var(--page-width);margin-inline:auto}.infinite-smart-hero__slide--mobile-position-free:not(.infinite-smart-hero__slide--mobile-text-below) .infinite-smart-hero__box{position:absolute;top:calc(var(--infinite-smart-hero-mobile-free-y, 50%) + var(--infinite-smart-hero-mobile-free-offset-y, 0px));left:calc(var(--infinite-smart-hero-mobile-free-x, 50%) + var(--infinite-smart-hero-mobile-free-offset-x, 0px));width:var(--infinite-smart-hero-mobile-free-width, 90%);max-width:none;transform:translate(var(--infinite-smart-hero-mobile-anchor-x, 0%),var(--infinite-smart-hero-mobile-anchor-y, 0%))}.infinite-smart-hero__slide--mobile-anchor-top-center,.infinite-smart-hero__slide--mobile-anchor-middle-center,.infinite-smart-hero__slide--mobile-anchor-bottom-center{--infinite-smart-hero-mobile-anchor-x: -50%}.infinite-smart-hero__slide--mobile-anchor-top-right,.infinite-smart-hero__slide--mobile-anchor-middle-right,.infinite-smart-hero__slide--mobile-anchor-bottom-right{--infinite-smart-hero-mobile-anchor-x: -100%}.infinite-smart-hero__slide--mobile-anchor-middle-left,.infinite-smart-hero__slide--mobile-anchor-middle-center,.infinite-smart-hero__slide--mobile-anchor-middle-right{--infinite-smart-hero-mobile-anchor-y: -50%}.infinite-smart-hero__slide--mobile-anchor-bottom-left,.infinite-smart-hero__slide--mobile-anchor-bottom-center,.infinite-smart-hero__slide--mobile-anchor-bottom-right{--infinite-smart-hero-mobile-anchor-y: -100%}.infinite-smart-hero.is-mobile-text-below .infinite-smart-hero__viewport,.infinite-smart-hero.is-mobile-text-below .infinite-smart-hero__stage,.infinite-smart-hero.is-mobile-text-below .infinite-smart-hero__slide{min-height:0}.infinite-smart-hero__slide--mobile-text-below .infinite-smart-hero__frame{display:flex;flex-direction:column;height:auto;min-height:0}.infinite-smart-hero__slide--mobile-text-below .infinite-smart-hero__media{position:relative;min-height:var(--infinite-smart-hero-height-mobile)}.infinite-smart-hero--mobile-adapt .infinite-smart-hero__slide--mobile-text-below .infinite-smart-hero__media{min-height:0;aspect-ratio:var(--infinite-smart-hero-active-mobile-ratio)}.infinite-smart-hero__slide--mobile-text-below .infinite-smart-hero__content{min-height:0}}@media screen and (min-width:750px){.infinite-smart-hero__progress--hide-desktop{display:none}.infinite-smart-hero--arrows-hover .infinite-smart-hero__arrow{opacity:0;pointer-events:none}.infinite-smart-hero--arrows-hover:hover .infinite-smart-hero__arrow,.infinite-smart-hero--arrows-hover:focus-within .infinite-smart-hero__arrow{opacity:1;pointer-events:auto}.infinite-smart-hero{--infinite-smart-hero-height-desktop: 62rem;padding-block:var(--infinite-smart-hero-padding-top-desktop, 0) var(--infinite-smart-hero-padding-bottom-desktop, 0)}.infinite-smart-hero--desktop-small{--infinite-smart-hero-height-desktop: 44rem}.infinite-smart-hero--desktop-medium{--infinite-smart-hero-height-desktop: 62rem}.infinite-smart-hero--desktop-large{--infinite-smart-hero-height-desktop: 78rem}.infinite-smart-hero--desktop-screen{--infinite-smart-hero-height-desktop: 100svh}.infinite-smart-hero--desktop-custom{--infinite-smart-hero-height-desktop: var(--infinite-smart-hero-desktop-height)}.infinite-smart-hero__viewport{min-height:var(--infinite-smart-hero-height-desktop)}.infinite-smart-hero--desktop-adapt .infinite-smart-hero__viewport,.infinite-smart-hero--desktop-adapt .infinite-smart-hero__stage{min-height:0;aspect-ratio:var(--infinite-smart-hero-active-desktop-ratio)}.infinite-smart-hero__media img,.infinite-smart-hero__media>svg{object-fit:var(--infinite-smart-hero-desktop-fit, cover);object-position:var(--infinite-smart-hero-desktop-position, 50% 50%)}.infinite-smart-hero__content{padding-block:var(--infinite-smart-hero-content-padding-top-desktop, 60px) var(--infinite-smart-hero-content-padding-bottom-desktop, 60px)}.infinite-smart-hero__slide--desktop-top-left .infinite-smart-hero__content,.infinite-smart-hero__slide--desktop-top-center .infinite-smart-hero__content,.infinite-smart-hero__slide--desktop-top-right .infinite-smart-hero__content{align-items:flex-start}.infinite-smart-hero__slide--desktop-middle-left .infinite-smart-hero__content,.infinite-smart-hero__slide--desktop-middle-center .infinite-smart-hero__content,.infinite-smart-hero__slide--desktop-middle-right .infinite-smart-hero__content{align-items:center}.infinite-smart-hero__slide--desktop-bottom-left .infinite-smart-hero__content,.infinite-smart-hero__slide--desktop-bottom-center .infinite-smart-hero__content,.infinite-smart-hero__slide--desktop-bottom-right .infinite-smart-hero__content{align-items:flex-end}.infinite-smart-hero__slide--desktop-top-left .infinite-smart-hero__content,.infinite-smart-hero__slide--desktop-middle-left .infinite-smart-hero__content,.infinite-smart-hero__slide--desktop-bottom-left .infinite-smart-hero__content{justify-content:flex-start}.infinite-smart-hero__slide--desktop-top-center .infinite-smart-hero__content,.infinite-smart-hero__slide--desktop-middle-center .infinite-smart-hero__content,.infinite-smart-hero__slide--desktop-bottom-center .infinite-smart-hero__content{justify-content:center}.infinite-smart-hero__slide--desktop-top-right .infinite-smart-hero__content,.infinite-smart-hero__slide--desktop-middle-right .infinite-smart-hero__content,.infinite-smart-hero__slide--desktop-bottom-right .infinite-smart-hero__content{justify-content:flex-end}.infinite-smart-hero__box{padding:var(--infinite-smart-hero-box-padding-y-desktop, 0) var(--infinite-smart-hero-box-padding-x-desktop, 0)}.infinite-smart-hero__slide--desktop-align-left .infinite-smart-hero__box{text-align:left}.infinite-smart-hero__slide--desktop-align-center .infinite-smart-hero__box{text-align:center}.infinite-smart-hero__slide--desktop-align-right .infinite-smart-hero__box{text-align:right}.infinite-smart-hero__slide--desktop-align-left .infinite-smart-hero__socials,.infinite-smart-hero__slide--desktop-align-left .infinite-smart-hero__divider-wrap--inherit{justify-content:flex-start}.infinite-smart-hero__slide--desktop-align-center .infinite-smart-hero__socials,.infinite-smart-hero__slide--desktop-align-center .infinite-smart-hero__divider-wrap--inherit{justify-content:center}.infinite-smart-hero__slide--desktop-align-right .infinite-smart-hero__socials,.infinite-smart-hero__slide--desktop-align-right .infinite-smart-hero__divider-wrap--inherit{justify-content:flex-end}.infinite-smart-hero__divider{width:var(--infinite-smart-hero-divider-width-desktop, 40px)}.infinite-smart-hero__slide--desktop-position-free .infinite-smart-hero__content{display:block;position:absolute;top:0;right:0;bottom:0;left:0;width:100%;min-height:0;padding-block:0}.infinite-smart-hero__slide--desktop-position-free.infinite-smart-hero__slide--desktop-reference-hero .infinite-smart-hero__content{max-width:none;padding-inline:0}.infinite-smart-hero__slide--desktop-position-free.infinite-smart-hero__slide--desktop-reference-page .infinite-smart-hero__content{max-width:var(--page-width);margin-inline:auto}.infinite-smart-hero__slide--desktop-position-free .infinite-smart-hero__box{position:absolute;top:calc(var(--infinite-smart-hero-desktop-free-y, 50%) + var(--infinite-smart-hero-desktop-free-offset-y, 0px));left:calc(var(--infinite-smart-hero-desktop-free-x, 50%) + var(--infinite-smart-hero-desktop-free-offset-x, 0px));width:var(--infinite-smart-hero-desktop-free-width, 520px);max-width:none;transform:translate(var(--infinite-smart-hero-desktop-anchor-x, 0%),var(--infinite-smart-hero-desktop-anchor-y, 0%))}.infinite-smart-hero__slide--desktop-anchor-top-center,.infinite-smart-hero__slide--desktop-anchor-middle-center,.infinite-smart-hero__slide--desktop-anchor-bottom-center{--infinite-smart-hero-desktop-anchor-x: -50%}.infinite-smart-hero__slide--desktop-anchor-top-right,.infinite-smart-hero__slide--desktop-anchor-middle-right,.infinite-smart-hero__slide--desktop-anchor-bottom-right{--infinite-smart-hero-desktop-anchor-x: -100%}.infinite-smart-hero__slide--desktop-anchor-middle-left,.infinite-smart-hero__slide--desktop-anchor-middle-center,.infinite-smart-hero__slide--desktop-anchor-middle-right{--infinite-smart-hero-desktop-anchor-y: -50%}.infinite-smart-hero__slide--desktop-anchor-bottom-left,.infinite-smart-hero__slide--desktop-anchor-bottom-center,.infinite-smart-hero__slide--desktop-anchor-bottom-right{--infinite-smart-hero-desktop-anchor-y: -100%}.infinite-smart-hero .infinite-text-effect{--infinite-highlight-border-width-responsive: var(--infinite-highlight-border-width-desktop);--infinite-highlight-padding-x-responsive: var(--infinite-highlight-padding-x-desktop);--infinite-highlight-padding-y-responsive: var(--infinite-highlight-padding-y-desktop);--infinite-highlight-position-x-responsive: var(--infinite-highlight-position-x-desktop);--infinite-highlight-position-y-responsive: var(--infinite-highlight-position-y-desktop);--infinite-highlight-radius-responsive: var(--infinite-highlight-radius-desktop);--infinite-highlight-spacing-responsive: var(--infinite-highlight-spacing-desktop);--infinite-highlight-text-padding-x-responsive: var(--infinite-highlight-text-padding-x-desktop);--infinite-highlight-shadow-blur-responsive: var(--infinite-highlight-shadow-blur-desktop);--infinite-highlight-shadow-x-responsive: var(--infinite-highlight-shadow-x-desktop);--infinite-highlight-shadow-y-responsive: var(--infinite-highlight-shadow-y-desktop)}.infinite-smart-hero__caption{font-size:1.4rem}.infinite-smart-hero__heading{font-size:clamp(5rem,5.2vw,7.4rem)}.infinite-smart-hero__text{font-size:1.6rem}.infinite-smart-hero__arrows{right:2.4rem;left:2.4rem}}@media(prefers-reduced-motion:reduce){.infinite-smart-hero__slide,.infinite-smart-hero__button,.infinite-smart-hero__social-link,.infinite-smart-hero__arrow,.infinite-smart-hero__progress-item>span{transition:none!important}}@media(forced-colors:active){.infinite-smart-hero__overlay,.infinite-smart-hero__box:before{display:none}.infinite-smart-hero__button--gradient,.infinite-smart-hero__social-link,.infinite-smart-hero__arrow,.infinite-smart-hero__autoplay,.infinite-smart-hero__progress-item{border:1px solid ButtonText}.infinite-smart-hero__counter{color:ButtonText;background:none;-webkit-text-fill-color:ButtonText}}
/*# sourceMappingURL=/cdn/shop/t/22/assets/infinite-smart-hero.css.map */
