.ctg-hero-carousel{--ctg-hero-height:720px;--ctg-hero-transition:600ms;--ctg-hero-viewport-height:100vh;--ctg-hero-desktop-aspect-height:56.25vw;--ctg-hero-mobile-aspect-height:125vw;position:relative;width:100%;height:var(--ctg-hero-height);max-height:min(1080px,var(--ctg-hero-desktop-aspect-height));min-height:240px;overflow:hidden;isolation:isolate;background:#111;color:#fff}@supports (height:100dvh){.ctg-hero-carousel{--ctg-hero-viewport-height:100dvh}}.ctg-hero-carousel,.ctg-hero-carousel *{box-sizing:border-box}.ctg-hero-carousel--height-vh-desktop{max-height:var(--ctg-hero-viewport-height)}.ctg-hero-carousel__slides,.ctg-hero-carousel__slide,.ctg-hero-carousel__media,.ctg-hero-carousel__overlay{position:absolute;inset:0;width:100%;height:100%}.ctg-hero-carousel__slide{z-index:0;opacity:0;visibility:hidden;pointer-events:none;transition:opacity var(--ctg-hero-transition) ease,visibility 0s linear var(--ctg-hero-transition)}.ctg-hero-carousel__slide.is-active{z-index:1;opacity:1;visibility:visible;pointer-events:auto;transition-delay:0s}.ctg-hero-carousel__media{display:block;z-index:-2;overflow:hidden}.ctg-hero-carousel .ctg-hero-carousel__media>img.ctg-hero-carousel__image{display:block;width:100% !important;height:100% !important;min-height:100%;max-width:none !important;object-fit:cover !important;object-position:center center}.ctg-hero-carousel__overlay{z-index:-1;background:rgba(0,0,0,.38);pointer-events:none}.ctg-hero-carousel__inner{position:relative;z-index:1;display:flex;flex-direction:column;justify-content:center;width:100%;height:100%;max-width:1280px;margin:0 auto;padding:64px}.ctg-hero-carousel__content{display:flex;flex-direction:column;width:48%;max-width:100%;text-align:left}.ctg-hero-carousel__subtitle{margin:0 0 24px;color:#fff;font-size:clamp(15px,1.25vw,24px);font-style:italic;font-weight:400;line-height:1.3;text-transform:uppercase}.ctg-hero-carousel__title{margin:0 0 30px;padding:0;color:#fff;font-size:clamp(38px,4.2vw,80px);font-weight:700;line-height:.95;letter-spacing:-.025em;text-transform:uppercase}.ctg-hero-carousel .ctg-hero-carousel__button{display:inline-flex;align-items:center;justify-content:center;align-self:flex-start;gap:10px;width:auto;min-height:48px;margin:0;padding:14px 28px;border:1px solid #fff;border-radius:999px;background:rgba(0,0,0,.15);color:#fff;font-size:18px;font-weight:400;line-height:1;text-decoration:none;transition:color 180ms ease,background-color 180ms ease,border-color 180ms ease}.ctg-hero-carousel .ctg-hero-carousel__button:hover,.ctg-hero-carousel .ctg-hero-carousel__button:focus-visible{border-color:#fff;background:#fff;color:#111;text-decoration:none}.ctg-hero-carousel__button-arrow{line-height:0;transform:translateY(-1px)}.ctg-hero-carousel__arrow,.ctg-hero-carousel__pause,.ctg-hero-carousel__dot{appearance:none;border:0;font:inherit;cursor:pointer}.ctg-hero-carousel__arrow{position:absolute;z-index:4;top:50%;display:grid;place-items:center;width:48px;height:48px;padding:0;border-radius:50%;background:rgba(0,0,0,.25);color:#fff;opacity:.82;transform:translateY(-50%);transition:opacity 160ms ease,background-color 160ms ease}.ctg-hero-carousel__arrow:hover,.ctg-hero-carousel__arrow:focus-visible{opacity:1}.ctg-hero-carousel__arrow--prev{left:18px}.ctg-hero-carousel__arrow--next{right:18px}.ctg-hero-carousel__arrow svg{width:52%;height:52%;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.ctg-hero-carousel__dots{position:absolute;z-index:4;right:50%;bottom:22px;display:flex;align-items:center;gap:10px;transform:translateX(50%)}.ctg-hero-carousel__dot{width:9px;height:9px;padding:0;border-radius:50%;background:rgba(255,255,255,.55);transition:transform 160ms ease,background-color 160ms ease}.ctg-hero-carousel__dot[aria-current="true"]{background:#fff;transform:scale(1.35)}.ctg-hero-carousel__pause{position:absolute;z-index:4;right:20px;bottom:18px;display:grid;place-items:center;width:32px;height:32px;padding:0;border-radius:50%;background:rgba(0,0,0,.35);color:#fff}.ctg-hero-carousel__pause-icon,.ctg-hero-carousel__pause-icon::before,.ctg-hero-carousel__pause-icon::after{display:block}.ctg-hero-carousel__pause-icon{position:relative;width:11px;height:12px}.ctg-hero-carousel__pause-icon::before,.ctg-hero-carousel__pause-icon::after{position:absolute;top:0;width:3px;height:12px;border-radius:1px;background:currentColor;content:""}.ctg-hero-carousel__pause-icon::before{left:1px}.ctg-hero-carousel__pause-icon::after{right:1px}@media (max-width:1024px){.ctg-hero-carousel{max-height:min(700px,var(--ctg-hero-desktop-aspect-height))}.ctg-hero-carousel--height-vh-desktop,.ctg-hero-carousel--height-vh-tablet{max-height:var(--ctg-hero-viewport-height)}.ctg-hero-carousel--height-px-tablet{max-height:min(700px,var(--ctg-hero-desktop-aspect-height))}}@media (max-width:767px){.ctg-hero-carousel{max-height:min(560px,var(--ctg-hero-mobile-aspect-height))}.ctg-hero-carousel--height-vh-desktop,.ctg-hero-carousel--height-vh-tablet,.ctg-hero-carousel--height-vh-mobile{max-height:var(--ctg-hero-viewport-height)}.ctg-hero-carousel--height-px-mobile{max-height:min(560px,var(--ctg-hero-mobile-aspect-height))}}.ctg-hero-carousel__pause[aria-pressed="true"] .ctg-hero-carousel__pause-icon::before{left:2px;width:0;height:0;border-top:6px solid transparent;border-bottom:6px solid transparent;border-left:9px solid currentColor;border-radius:0;background:transparent}.ctg-hero-carousel__pause[aria-pressed="true"] .ctg-hero-carousel__pause-icon::after{display:none}.ctg-hero-carousel__arrow:focus-visible,.ctg-hero-carousel__dot:focus-visible,.ctg-hero-carousel__pause:focus-visible,.ctg-hero-carousel__button:focus-visible{outline:2px solid currentColor;outline-offset:3px}.ctg-screen-reader-text{position:absolute !important;width:1px !important;height:1px !important;padding:0 !important;margin:-1px !important;overflow:hidden !important;clip:rect(0,0,0,0) !important;white-space:nowrap !important;border:0 !important}.ctg-hero-carousel--single .ctg-hero-carousel__arrow,.ctg-hero-carousel--single .ctg-hero-carousel__dots,.ctg-hero-carousel--single .ctg-hero-carousel__pause{display:none}.ctg-hero-carousel__editor-notice{padding:20px;border:1px dashed #9ca3af;background:#f3f4f6;color:#374151;text-align:center}@media (max-width:767px){.ctg-hero-carousel{--ctg-hero-height:520px}.ctg-hero-carousel__inner{padding:28px 24px}.ctg-hero-carousel__content{width:100%}.ctg-hero-carousel__title{font-size:clamp(34px,11vw,54px)}.ctg-hero-carousel__arrow{top:auto;bottom:14px;width:38px;height:38px;transform:none}.ctg-hero-carousel__arrow--prev{left:14px}.ctg-hero-carousel__arrow--next{right:14px}}@media (prefers-reduced-motion:reduce){.ctg-hero-carousel__slide,.ctg-hero-carousel__button,.ctg-hero-carousel__arrow,.ctg-hero-carousel__dot{transition-duration:0.01ms !important}}