.hero__text-text{margin-bottom:0}.hero__top-container-slider-outer{overflow:hidden;position:relative}@media (min-width:997px){.hero__top-container-slider-outer{left:50%;position:relative;transform:translateX(-50%);width:100dvw}}.hero__top-container-slider{display:flex;transition:transform var(--slow_transition)}.hero__top-container-item{flex-shrink:0;width:100%}.hero__top-container-slider-nav-list{align-items:center;gap:var(--spacer_8);justify-content:center}.hero__top-container-slider-nav-button{appearance:none;background-color:var(--primary_color);background-color:rgba(234,82,151,.6);border:0;border-radius:.6rem;cursor:pointer;display:block;height:1.2rem;overflow:hidden;padding:0;position:relative;transition:background-color var(--default_transition),width var(--slow_transition);width:1.2rem}.hero__top-container-slider-nav-button--active{opacity:1;width:3.2rem}.hero--slider:not(.hero--slider-auto) .hero__top-container-slider-nav-button--active{background-color:#ea5297}.hero--slider-auto .hero__top-container-slider-nav-button:before{background-color:var(--primary_color);content:"";inset:0;position:absolute;transform:translateX(-100%)}.hero--slider-auto .hero__top-container-slider-nav-button--active:before{animation:hero-slider-progress var(--hero-slider-progress-duration,5s) linear forwards}.hero--slider .hero__top{display:grid;grid-template-columns:1fr 1fr;padding-top:var(--spacer_80)}@media (max-width:800px){.hero--slider .hero__top{grid-template-columns:1fr;padding-top:var(--spacer_56)}}.hero--slider .hero__youtube{aspect-ratio:16/9;width:100%}@media (max-width:996px){.hero--slider .hero__animation,.hero--slider .hero__youtube{transform:unset}}.hero--slider .hero__image,.hero--slider .hero__video-container .hs-video-widget{position:relative;width:100%}@media (max-width:996px){.hero--slider .hero__image{aspect-ratio:auto}}.hero--slider .hero__text-container{margin-top:0}.hero--slider .hero__media-container,.hero--slider .hero__text-container{width:100%}.hero--slider .hero__media-container--full{position:relative;width:100%}@media (min-width:997px){.hero--slider .hero__media-container--full .hero__image{height:calc(100% + var(--spacer_80));left:0;object-fit:cover;position:absolute;top:0;transform:translateY(calc(var(--spacer_80)*-1));width:calc(50vw - var(--spacer_18))}}.hero--slider .hero__image{height:auto;max-width:unset;object-fit:contain;top:auto}@keyframes hero-slider-progress{0%{transform:translateX(-100%)}to{transform:translateX(0)}}.hero__top-container-slider-button{align-items:center;background-color:var(--button_bg_color);border-radius:50%;color:var(--white_color);cursor:pointer;display:flex;height:4.4rem;justify-content:center;position:absolute;top:50%;transform:translateY(-50%);transition:background-color var(--default_transition);width:4.4rem}.hero__top-container-slider-button:hover{background-color:var(--button_bg_color_active)}.hero__top-container-slider-button--prev{left:var(--spacer_32)}.hero__top-container-slider-button--next{right:var(--spacer_32)}.hero__top-container-slider-button-icon{width:1.6rem}