.ad-hero{position:relative;isolation:isolate;width:100%;height:var(--ad-hero-height-desktop);min-height:420px;overflow:hidden;background:#171717;color:var(--ad-hero-text-color);font-family:var(--ad-hero-font);outline:none}.ad-hero *{box-sizing:border-box}.ad-hero__slides,.ad-hero__slide,.ad-hero__media{position:absolute;inset:0}.ad-hero__slide{opacity:0;visibility:hidden;transition:opacity var(--ad-hero-transition-speed) ease,transform var(--ad-hero-transition-speed) ease;z-index:0}.ad-hero__slide.is-active{opacity:1;visibility:visible;z-index:1}.ad-hero__image,.ad-hero__video,.ad-hero__mobile-fallback,.ad-hero__external-poster{width:100%;height:100%;object-fit:cover;object-position:var(--ad-hero-focal-x) var(--ad-hero-focal-y);display:block}.ad-hero__iframe{position:absolute;left:50%;top:50%;width:177.78vh;min-width:100%;height:56.25vw;min-height:100%;transform:translate(-50%,-50%);border:0;pointer-events:none}.ad-hero__external-poster{display:none}.ad-hero__external-mobile{display:none;width:100%;height:100%;object-fit:cover;object-position:var(--ad-hero-focal-x) var(--ad-hero-focal-y)}.ad-hero__mobile-fallback{display:none}.ad-hero__placeholder .ad-hero__media{background:linear-gradient(135deg,#2f2428,#7f666a)}.ad-hero__overlay{position:absolute;inset:0;z-index:2;background:rgba(var(--ad-hero-overlay-rgb),var(--ad-hero-overlay-opacity));pointer-events:none}.ad-overlay-horizontal{background:linear-gradient(90deg,rgba(var(--ad-hero-overlay-rgb),calc(var(--ad-hero-overlay-opacity) + .2)),rgba(var(--ad-hero-overlay-rgb),calc(var(--ad-hero-overlay-opacity) * .45)))}.ad-overlay-vertical{background:linear-gradient(180deg,rgba(var(--ad-hero-overlay-rgb),calc(var(--ad-hero-overlay-opacity) * .35)),rgba(var(--ad-hero-overlay-rgb),calc(var(--ad-hero-overlay-opacity) + .2)))}.ad-overlay-radial{background:radial-gradient(circle at center,rgba(var(--ad-hero-overlay-rgb),calc(var(--ad-hero-overlay-opacity) * .25)),rgba(var(--ad-hero-overlay-rgb),calc(var(--ad-hero-overlay-opacity) + .2)))}.ad-overlay-text-focus{background:linear-gradient(90deg,rgba(var(--ad-hero-overlay-rgb),calc(var(--ad-hero-overlay-opacity) + .25)),rgba(var(--ad-hero-overlay-rgb),calc(var(--ad-hero-overlay-opacity) * .5)))}.ad-align-left .ad-hero__content{align-items:flex-start}.ad-align-center .ad-hero__content{align-items:center}.ad-align-right .ad-hero__content{align-items:flex-end}.ad-align-left .ad-hero__buttons,.ad-align-left .ad-hero__countdown{justify-content:flex-start}.ad-align-center .ad-hero__buttons,.ad-align-center .ad-hero__countdown{justify-content:center}.ad-align-right .ad-hero__buttons,.ad-align-right .ad-hero__countdown{justify-content:flex-end}.ad-hero__content{position:absolute;z-index:4;width:min(calc(100% - 48px),var(--ad-hero-content-width));display:flex;flex-direction:column;align-items:inherit;color:inherit;text-shadow:0 2px 24px rgba(0,0,0,.42)}.ad-position-center-center .ad-hero__content{top:50%;left:50%;transform:translate(-50%,-50%)}.ad-position-center-left .ad-hero__content{top:50%;left:6%;transform:translateY(-50%)}.ad-position-center-right .ad-hero__content{top:50%;right:6%;transform:translateY(-50%)}.ad-position-top-left .ad-hero__content{top:18%;left:6%}.ad-position-top-center .ad-hero__content{top:18%;left:50%;transform:translateX(-50%)}.ad-position-top-right .ad-hero__content{top:18%;right:6%}.ad-position-bottom-left .ad-hero__content{bottom:12%;left:6%}.ad-position-bottom-center .ad-hero__content{bottom:12%;left:50%;transform:translateX(-50%)}.ad-position-bottom-right .ad-hero__content{bottom:12%;right:6%}.ad-hero__couple{margin:0;font-family:var(--ad-hero-name-font);font-size:var(--ad-hero-name-size);line-height:var(--ad-hero-name-line-height);font-weight:var(--ad-hero-name-weight);font-style:var(--ad-hero-name-style);letter-spacing:var(--ad-hero-name-letter-spacing);text-transform:var(--ad-hero-name-transform)}.ad-hero__headline{margin:.8rem 0 0;font-size:var(--ad-hero-headline-size);line-height:var(--ad-hero-headline-line-height);font-weight:var(--ad-hero-headline-weight);letter-spacing:var(--ad-hero-headline-letter-spacing)}.ad-hero__subtitle,.ad-hero__details,.ad-hero__quote{margin:.65rem 0 0;font-size:var(--ad-hero-body-size);font-weight:var(--ad-hero-body-weight);line-height:var(--ad-hero-body-line-height)}.ad-hero__description{margin:.75rem 0 0;font-size:var(--ad-hero-body-size);font-weight:var(--ad-hero-body-weight);line-height:var(--ad-hero-body-line-height)}.ad-hero__headline:empty,.ad-hero__subtitle:empty,.ad-hero__description:empty{display:none}.ad-hero__description p{margin:0}.ad-hero__quote{font-style:italic}.ad-hero__buttons{display:flex;flex-wrap:wrap;gap:12px;margin-top:1.6rem;justify-content:inherit}.ad-hero__button,.ad-hero__menu-cta{display:inline-flex;align-items:center;justify-content:center;gap:.35em;min-height:46px;padding:.8rem 1.45rem;border:1px solid var(--ad-hero-button-bg);border-radius:var(--ad-hero-button-radius);font-weight:600;text-decoration:none;transition:.25s ease}.ad-hero__button--filled{background:var(--ad-hero-button-bg);color:var(--ad-hero-button-color)}.ad-hero__button--outline{background:transparent;color:var(--ad-hero-text-color)}.ad-hero__button:hover,.ad-hero__button:focus-visible{background:var(--ad-hero-button-hover);border-color:var(--ad-hero-button-hover);color:#111;transform:translateY(-2px)}.ad-hero__menu{position:absolute;z-index:10;top:0;left:0;width:100%;transition:background .3s ease,box-shadow .3s ease}.ad-hero__menu.is-sticky{position:fixed}.ad-hero__menu.is-scrolled{background:var(--ad-hero-menu-scrolled);box-shadow:0 8px 30px rgba(0,0,0,.16)}.ad-hero__menu-inner{width:min(1180px,calc(100% - 40px));height:82px;margin:auto;display:flex;align-items:center;justify-content:space-between}.ad-hero__logo{font-size:1.6rem;color:var(--ad-hero-menu-link);text-decoration:none;font-weight:700;letter-spacing:.08em}.ad-hero__nav{display:flex;align-items:center;gap:22px}.ad-hero__nav ul{display:flex;align-items:center;gap:22px;list-style:none;margin:0;padding:0}.ad-hero__nav a{color:var(--ad-hero-menu-link);text-decoration:none;font-weight:500}.ad-hero__nav a:hover,.ad-hero__nav a:focus-visible{color:var(--ad-hero-menu-hover)}.ad-hero__menu-cta{min-height:38px;padding:.5rem 1rem;color:#111!important;background:#fff}.ad-hero__menu-toggle{display:none;background:none;border:0;padding:8px}.ad-hero__menu-toggle span{display:block;width:26px;height:2px;background:var(--ad-hero-menu-link);margin:5px}.ad-hero__arrow{position:absolute;z-index:5;top:50%;transform:translateY(-50%);width:48px;height:48px;border-radius:50%;border:1px solid rgba(255,255,255,.5);background:rgba(0,0,0,.22);color:#fff;font-size:32px;line-height:1;cursor:pointer}.ad-hero__prev{left:24px}.ad-hero__next{right:24px}.ad-hero__dots{position:absolute;z-index:5;left:50%;bottom:25px;transform:translateX(-50%);display:flex;gap:9px}.ad-hero__dots button{width:9px;height:9px;border:1px solid #fff;border-radius:50%;padding:0;background:transparent;cursor:pointer}.ad-hero__dots button.is-active{background:#fff}.ad-hero__progress{position:absolute;z-index:5;left:0;bottom:0;width:100%;height:3px;background:rgba(255,255,255,.25)}.ad-hero__progress span{display:block;width:0;height:100%;background:#fff}.ad-hero__progress.is-running span{animation:adHeroProgress var(--ad-current-duration,6000ms) linear forwards}.ad-hero__controls{position:absolute;right:18px;bottom:18px;z-index:6;display:flex;gap:8px}.ad-hero__controls button{width:38px;height:38px;border-radius:50%;border:1px solid rgba(255,255,255,.5);background:rgba(0,0,0,.25);color:#fff;cursor:pointer}.ad-hero__countdown-block{width:100%;margin-top:var(--ad-countdown-margin-top);font-family:var(--ad-countdown-font)}.ad-hero__countdown-title{margin:0 0 .55rem;color:var(--ad-countdown-title-color);font-size:var(--ad-countdown-title-size);font-weight:600}.ad-hero__countdown{display:flex;align-items:center;gap:var(--ad-countdown-gap);justify-content:inherit}.ad-countdown-align-left .ad-hero__countdown,.ad-countdown-align-left .ad-hero__countdown-title{justify-content:flex-start;text-align:left}.ad-countdown-align-center .ad-hero__countdown,.ad-countdown-align-center .ad-hero__countdown-title{justify-content:center;text-align:center}.ad-countdown-align-right .ad-hero__countdown,.ad-countdown-align-right .ad-hero__countdown-title{justify-content:flex-end;text-align:right}.ad-countdown__unit{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;min-width:var(--ad-countdown-min-width);padding:var(--ad-countdown-padding);border-width:var(--ad-countdown-border-width);border-style:var(--ad-countdown-border-style);border-color:rgba(var(--ad-countdown-border-rgb),var(--ad-countdown-border-opacity));border-radius:var(--ad-countdown-radius);background:rgba(var(--ad-countdown-box-rgb),var(--ad-countdown-box-opacity));box-shadow:var(--ad-countdown-shadow-x) var(--ad-countdown-shadow-y) var(--ad-countdown-shadow-blur) var(--ad-countdown-shadow-spread) rgba(var(--ad-countdown-shadow-rgb),var(--ad-countdown-shadow-opacity));backdrop-filter:blur(var(--ad-countdown-blur));-webkit-backdrop-filter:blur(var(--ad-countdown-blur))}.ad-countdown__unit strong{font-size:var(--ad-countdown-number-size);font-weight:var(--ad-countdown-number-weight);line-height:1;color:var(--ad-countdown-number-color);letter-spacing:var(--ad-countdown-letter-spacing);font-variant-numeric:tabular-nums}.ad-countdown__unit small{margin-top:.32em;font-size:var(--ad-countdown-label-size);font-weight:var(--ad-countdown-label-weight);line-height:1.1;color:var(--ad-countdown-label-color);letter-spacing:var(--ad-countdown-label-letter-spacing);text-transform:var(--ad-countdown-label-transform)}.ad-countdown__separator{color:var(--ad-countdown-number-color);font-size:var(--ad-countdown-number-size);font-style:normal;font-weight:700}.ad-hero__countdown.is-expired{display:block;color:var(--ad-countdown-number-color);font-size:var(--ad-countdown-number-size);font-weight:var(--ad-countdown-number-weight)}.ad-countdown-style-cards .ad-countdown__unit{backdrop-filter:none;-webkit-backdrop-filter:none}.ad-countdown-style-outline .ad-countdown__unit{background:transparent;box-shadow:none;backdrop-filter:none;-webkit-backdrop-filter:none}.ad-countdown-style-minimal .ad-countdown__unit{min-width:auto;padding:0;border:0;background:transparent;box-shadow:none;backdrop-filter:none;-webkit-backdrop-filter:none}.ad-countdown-style-circles .ad-countdown__unit{aspect-ratio:1;border-radius:50%;padding:.7rem}.ad-countdown-style-pills .ad-countdown__unit{border-radius:999px;padding-left:1.05rem;padding-right:1.05rem}.ad-countdown-animation-pulse.is-changing{animation:adCountdownPulse .5s ease}.ad-countdown-animation-flip.is-changing{animation:adCountdownFlip .5s ease}.ad-countdown-animation-fade.is-changing{animation:adCountdownFade .5s ease}.ad-countdown-animation-slide.is-changing{animation:adCountdownSlide .5s ease}.ad-hero--zoom .ad-hero__slide.is-active .ad-hero__media,.ad-hero--kenburns .ad-hero__slide.is-active .ad-hero__media{animation:adHeroZoom 10s ease-out both}.ad-hero--slide-horizontal .ad-hero__slide{transform:translateX(8%)}.ad-hero--slide-horizontal .ad-hero__slide.is-active{transform:translateX(0)}.ad-hero--slide-vertical .ad-hero__slide{transform:translateY(8%)}.ad-hero--slide-vertical .ad-hero__slide.is-active{transform:translateY(0)}.ad-hero--cinematic .ad-hero__slide{transform:scale(1.08);filter:blur(3px)}.ad-hero--cinematic .ad-hero__slide.is-active{transform:scale(1);filter:blur(0)}@keyframes adCountdownPulse{0%{transform:scale(.82);opacity:.35}60%{transform:scale(1.08)}100%{transform:scale(1);opacity:1}}@keyframes adCountdownFlip{0%{transform:perspective(300px) rotateX(-80deg);opacity:.2}100%{transform:perspective(300px) rotateX(0);opacity:1}}@keyframes adCountdownFade{0%{opacity:0}100%{opacity:1}}@keyframes adCountdownSlide{0%{transform:translateY(-30%);opacity:0}100%{transform:translateY(0);opacity:1}}@keyframes adHeroZoom{from{transform:scale(1)}to{transform:scale(1.08)}}@keyframes adHeroProgress{from{width:0}to{width:100%}}@media(max-width:1024px){.ad-hero{height:var(--ad-hero-height-tablet)}.ad-countdown__unit strong{font-size:var(--ad-countdown-number-size-tablet)}.ad-countdown__unit small{font-size:var(--ad-countdown-label-size-tablet)}.ad-hero__nav ul{gap:14px}.ad-hero__content{width:min(calc(100% - 40px),var(--ad-hero-content-width))}}@media(max-width:767px){.ad-hero{height:var(--ad-hero-height-mobile);min-height:480px}.ad-hero__overlay{background:rgba(0,0,0,var(--ad-hero-overlay-mobile))}.ad-hero__mobile-fallback,.ad-hero__external-mobile{display:block}.ad-hero__media.has-mobile-fallback .ad-hero__video,.ad-hero__media.has-mobile-fallback .ad-hero__iframe,.ad-hero__media.has-mobile-fallback .ad-hero__external-poster{display:none}.ad-hero__content{width:calc(100% - 36px)}.ad-hero__buttons{gap:9px}.ad-hero__button{width:100%}.ad-hero__arrow{width:40px;height:40px}.ad-hero__prev{left:10px}.ad-hero__next{right:10px}.ad-hero__menu-inner{width:calc(100% - 28px);height:70px}.ad-hero__menu-toggle{display:block}.ad-hero__nav{display:none;position:absolute;top:70px;left:0;width:100%;padding:20px;background:var(--ad-hero-menu-scrolled);flex-direction:column;align-items:stretch}.ad-hero__nav.is-open{display:flex}.ad-hero__nav ul{flex-direction:column;align-items:flex-start}.ad-position-center-left .ad-hero__content,.ad-position-center-right .ad-hero__content{left:50%;right:auto;transform:translate(-50%,-50%)}.ad-position-top-left .ad-hero__content,.ad-position-top-right .ad-hero__content{left:50%;right:auto;transform:translateX(-50%)}.ad-position-bottom-left .ad-hero__content,.ad-position-bottom-right .ad-hero__content{left:50%;right:auto;transform:translateX(-50%)}.ad-hero__countdown{gap:var(--ad-countdown-gap-mobile);flex-wrap:wrap}.ad-countdown__unit{min-width:min(var(--ad-countdown-min-width),22vw)}.ad-countdown__unit strong{font-size:var(--ad-countdown-number-size-mobile)}.ad-countdown__unit small{font-size:var(--ad-countdown-label-size-mobile)}.ad-countdown__separator{font-size:var(--ad-countdown-number-size-mobile)}}@media(prefers-reduced-motion:reduce){.ad-hero__slide,.ad-hero__button,.ad-hero__menu{transition:none!important}.ad-hero__media,.ad-hero__progress span{animation:none!important}}
