.mx-chb{--chb-transition-bg:1.2s cubic-bezier(0.4,0,0.2,1);--chb-overlay-solid:rgba(0,0,0,0.5);--chb-overlay-gradient:linear-gradient(135deg,rgba(0,0,0,0.6) 0%,rgba(0,0,0,0.3) 100%);--chb-overlay-left:linear-gradient(90deg,rgba(0,0,0,0.7) 0%,rgba(0,0,0,0.4) 40%,transparent 70%)}.mx-chb-wrapper{display:flex;flex-direction:column;width:100%;font-family:var(--mx-font-family)}.mx-chb{position:relative;width:100%;display:flex;align-items:center;overflow:hidden}.mx-chb--height-fullscreen{min-height:100vh}.mx-chb--height-large{min-height:85vh}.mx-chb--height-medium{min-height:70vh}.mx-chb__backgrounds{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.mx-chb__bg{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transition:opacity var(--chb-transition-bg);will-change:opacity}.mx-chb__bg.is-active{opacity:1}.mx-chb__bg--image{background-size:cover;background-position:center;background-repeat:no-repeat}.mx-chb__bg--video-wrap{overflow:hidden}.mx-chb__video{width:100%;height:100%;object-fit:cover}.mx-chb__overlay{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;pointer-events:none}.mx-chb--overlay-solid-dark .mx-chb__overlay{background:var(--chb-overlay-solid)}.mx-chb--overlay-dark-gradient .mx-chb__overlay{background:var(--chb-overlay-gradient)}.mx-chb--overlay-left-gradient .mx-chb__overlay{background:var(--chb-overlay-left)}.mx-chb__container{position:relative;z-index:2;width:100%;max-width:1400px;margin:0 auto;padding:80px 60px;box-sizing:border-box}.mx-chb__content{width:100%}.mx-chb--align-left .mx-chb__content{text-align:left}.mx-chb--align-center .mx-chb__content{text-align:center;margin:0 auto}.mx-chb--align-center .mx-chb__btn-wrap{justify-content:center}.mx-chb__badge{display:inline-flex;align-items:center;gap:4px;font-size:var(--mx-font-xs);font-weight:var(--mx-weight-semibold);padding:5px 10px;border-radius:var(--mx-radius-full);letter-spacing:0.06em;text-transform:uppercase;margin-bottom:var(--mx-gap);white-space:nowrap}.mx-chb__heading{font-size:clamp(32px,5vw,64px);font-weight:var(--mx-weight-bold);line-height:var(--mx-leading-tight);margin:0 0 var(--mx-gap) 0;max-width:800px}.mx-chb__subheading{font-size:clamp(var(--mx-font-base),2vw,var(--mx-font-lg));line-height:var(--mx-leading-relaxed);margin:0 0 var(--mx-gap-xl) 0;max-width:600px;opacity:0.85}.mx-chb--align-center .mx-chb__heading,.mx-chb--align-center .mx-chb__subheading{margin-left:auto;margin-right:auto}.mx-chb__btn-wrap{display:flex;gap:var(--mx-gap);flex-wrap:wrap;margin-bottom:var(--mx-gap-xl)}.mx-chb__btn{display:inline-flex;align-items:center;gap:8px;padding:13px 28px;border-radius:var(--mx-radius);font-size:var(--mx-font-base);font-weight:var(--mx-weight-semibold);border:1px solid transparent;cursor:pointer;text-decoration:none;white-space:nowrap;transition:background var(--mx-transition),color var(--mx-transition),border-color var(--mx-transition),transform var(--mx-transition);outline:none;line-height:1}.mx-chb__btn:focus-visible{box-shadow:var(--mx-focus)}.mx-chb__btn:active{transform:translateY(1px)}.mx-chb__btn-icon-inner{display:inline-flex;align-items:center;line-height:1}.mx-chb__btn-icon-inner svg,.mx-chb__btn-icon-inner i{width:1em;height:1em;color:currentColor;fill:currentColor}.mx-chb__badge,.mx-chb__heading,.mx-chb__subheading,.mx-chb__btn-wrap{opacity:1;transform:translateY(0)}.mx-chb__badge.mx-chb__animate,.mx-chb__subheading.mx-chb__animate,.mx-chb__heading.mx-chb__animate,.mx-chb__description.mx-chb__animate,.mx-chb__btn-wrap.mx-chb__animate{opacity:0;transform:translateY(24px);transition:opacity 0.7s ease,transform 0.7s ease}.mx-chb__subheading.mx-chb__animate.is-visible{opacity:1;transform:translateY(0);transition-delay:0s}.mx-chb__heading.mx-chb__animate.is-visible{opacity:1;transform:translateY(0);transition-delay:0.15s}.mx-chb__description.mx-chb__animate.is-visible{opacity:1;transform:translateY(0);transition-delay:0.3s}.mx-chb__btn-wrap.mx-chb__animate.is-visible{opacity:1;transform:translateY(0);transition-delay:0.45s}.mx-chb__progress-bar{height:3px;background:rgba(255,255,255,0.15);border-radius:2px;overflow:hidden;grid-column:2}.mx-chb__progress-fill{height:100%;width:100%;transform:scaleX(0);transform-origin:left center;will-change:transform;background:#ffffff;border-radius:2px;transition:transform 0.1s linear}.mx-chb__nav-wrap{position:absolute;bottom:30px;right:40px;z-index:10;display:inline-grid;grid-template-columns:auto 1fr;align-items:center;gap:var(--mx-gap-sm)}.mx-chb__controls{display:flex;flex-direction:row;gap:var(--mx-gap-sm);align-items:center;grid-column:1}.mx-chb__arrow{width:42px;height:42px;border-radius:var(--mx-radius-full);background:rgba(255,255,255,0.12);border:1px solid rgba(255,255,255,0.25);color:#ffffff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background var(--mx-transition),border-color var(--mx-transition);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);padding:0;line-height:0;outline:none;-webkit-tap-highlight-color:transparent}.mx-chb__arrow:hover{background:rgba(255,255,255,0.25);border-color:rgba(255,255,255,0.4)}.mx-chb__arrow:focus-visible{box-shadow:var(--mx-focus)}.mx-chb__arrow svg{width:18px;height:18px;min-width:18px;min-height:18px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.mx-chb__counter{font-size:var(--mx-font-xs);color:rgba(255,255,255,0.7);font-variant-numeric:tabular-nums;font-weight:var(--mx-weight-medium);text-align:center;min-width:36px}.mx-chb__thumbs-carousel{overflow:hidden;display:flex;gap:var(--mx-gap-sm);grid-column:1 / -1}.mx-chb__thumb{flex-shrink:0;width:140px;height:180px;border-radius:var(--mx-radius);overflow:hidden;cursor:pointer;position:relative;border:2px solid transparent;transition:border-color var(--mx-transition),opacity var(--mx-transition);display:none}.mx-chb__thumb.is-visible{display:block;opacity:0.55}.mx-chb__thumb.is-active{opacity:1;border-color:#ffffff}.mx-chb__thumb:hover{opacity:0.85}.mx-chb__thumb img{width:100%;height:100%;object-fit:cover;display:block}.mx-chb__thumb-label{position:absolute;bottom:0;left:0;right:0;padding:8px 10px;font-size:var(--mx-font-xs);font-weight:var(--mx-weight-medium);color:#ffffff;background:linear-gradient(to top,rgba(0,0,0,0.7),transparent);line-height:var(--mx-leading-tight);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media (max-width:1024px){.mx-chb__container{padding:60px 40px}.mx-chb__thumb{width:120px;height:150px}}@media (max-width:768px){.mx-chb__content{max-width:100% !important;width:100% !important}.mx-chb__container{padding:50px 24px 200px}.mx-chb__heading{font-size:clamp(28px,8vw,48px)}.mx-chb__nav-wrap{right:20px;bottom:24px}.mx-chb__thumb{width:100px;height:130px}.mx-chb__arrow{width:38px;height:38px}}@media (max-width:480px){.mx-chb__container{padding:40px 20px 200px}.mx-chb__heading{font-size:clamp(28px,10vw,44px)}.mx-chb__nav-wrap{right:20px;bottom:20px}.mx-chb__thumb{width:80px;height:100px;border-radius:var(--mx-radius)}.mx-chb__thumb-label{font-size:10px;padding:6px 8px}.mx-chb__thumbs-carousel{gap:var(--mx-gap-sm)}.mx-chb__controls{gap:10px}.mx-chb__arrow{width:34px;height:34px}.mx-chb__arrow svg{width:14px;height:14px;min-width:14px;min-height:14px}}.mx-chb__sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}