.kh-mq-marquee-container{backface-visibility:hidden;box-sizing:border-box;display:block;position:relative;width:100%}.kh-mq-marquee-container:focus{outline:none}.kh-mq-marquee-container:focus-visible{border-radius:12px;outline:2px dashed var(--kh-accent,#10b981);outline-offset:4px}@media(max-width:768px){.kh-mq-marquee-container.kh-mq-hide-mobile{display:none!important}}@media(min-width:769px){.kh-mq-marquee-container.kh-mq-hide-desktop{display:none!important}}.kh-mq-marquee-container.has-shadow{border-radius:12px;transition:box-shadow .3s ease;--mq-sh-c:var(--kh-mq-shadow-c,rgba(0,0,0,.05));--mq-sh-b:var(--kh-mq-shadow-blur,30px)}.kh-mq-marquee-container.has-shadow.shadow-soft{box-shadow:0 10px var(--mq-sh-b) var(--mq-sh-c)}.kh-mq-marquee-container.has-shadow.shadow-crisp{box-shadow:8px 8px 0 var(--kh-mq-shadow-c,rgba(0,0,0,.15))}.kh-mq-marquee-container.has-shadow.shadow-float{box-shadow:0 20px var(--mq-sh-b) var(--kh-mq-shadow-c,rgba(0,0,0,.1));transform:translateY(-5px)}.kh-mq-marquee-container.has-shadow.shadow-elegant{box-shadow:0 8px 24px var(--kh-mq-shadow-c,rgba(17,17,26,.05)),0 16px 56px var(--kh-mq-shadow-c,rgba(17,17,26,.05))}.kh-mq-marquee-container.has-shadow.shadow-glow{box-shadow:0 0 var(--mq-sh-b) var(--kh-mq-shadow-c,rgba(16,185,129,.35)),0 0 calc(var(--mq-sh-b)*2) var(--kh-mq-shadow-c,rgba(16,185,129,.15))}.kh-mq-marquee-container.has-shadow:hover{--mq-sh-c:var(--kh-mq-shadow-c-hov,var(--kh-mq-shadow-c,rgba(0,0,0,.05)))}.wp-block-post-content.has-global-padding>.kh-mq-marquee-container.alignfull{box-sizing:border-box;left:auto;margin-left:calc(var(--wp--style--root--padding-left, 0px)*-1);margin-right:calc(var(--wp--style--root--padding-right, 0px)*-1);max-width:none;position:relative;right:auto;transform:none;width:calc(100% + var(--wp--style--root--padding-left, 0px) + var(--wp--style--root--padding-right, 0px))}.block-editor-page .kh-mq-marquee-container.alignfull{margin-left:0!important;margin-right:0!important;width:100%!important}.kh-mq-marquee-placeholder-wrapper{max-width:100%;width:100%}.kh-mq-marquee-container.anim-fade{animation:khmqFadeIn .8s ease forwards;opacity:0}.kh-mq-marquee-container.anim-slide{animation:khmqSlideUp .8s cubic-bezier(.16,1,.3,1) forwards;opacity:0}.kh-mq-marquee-container.anim-zoom{animation:khmqZoomIn .8s cubic-bezier(.16,1,.3,1) forwards;opacity:0}@keyframes khmqFadeIn{0%{opacity:0}to{opacity:1}}@keyframes khmqSlideUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes khmqZoomIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.kh-mq-marquee-inner{border-radius:inherit;display:flex;overflow:hidden;padding:24px 0;position:relative;width:100%}.kh-mq-marquee-container.is-pause-hover .kh-mq-marquee-inner{cursor:grab}.kh-mq-marquee-container.is-pause-hover:active .kh-mq-marquee-inner{cursor:grabbing}.kh-mq-marquee-inner.has-edge-fade{mask-image:linear-gradient(90deg,transparent,#000 10%,#000 90%,transparent);-webkit-mask-image:linear-gradient(90deg,transparent,#000 10%,#000 90%,transparent)}.kh-mq-marquee-track{display:flex;flex-direction:row;width:-moz-max-content;width:max-content}.kh-mq-marquee-group{align-items:center;animation:khmqScrollX var(--kh-mq-duration,30s) linear infinite;display:flex;flex-direction:row;gap:var(--kh-mq-gap,50px);justify-content:flex-start;padding-right:var(--kh-mq-gap,50px);will-change:transform}.kh-mq-marquee-container.is-reversed .kh-mq-marquee-group{animation-direction:reverse}.kh-mq-marquee-container.js-anim-active .kh-mq-marquee-group{animation:none!important}@keyframes khmqScrollX{0%{transform:translateX(0)}to{transform:translateX(-100%)}}.kh-mq-marquee-container.is-paused-by-js .kh-mq-marquee-group{animation-play-state:paused!important}@media(prefers-reduced-motion:reduce){.kh-mq-marquee-group{animation:none!important}.kh-mq-marquee-inner{overflow-x:auto;padding-bottom:10px;scroll-snap-type:x mandatory}.kh-mq-marquee-item{scroll-snap-align:start}.kh-mq-marquee-container.has-active-center-highlight .kh-mq-center-focus-zone,.kh-mq-marquee-container.has-interaction-indicator .kh-mq-interaction-indicator,.kh-mq-marquee-container.has-progress-rail .kh-mq-progress-rail{display:none!important}}.kh-mq-marquee-item{align-items:center;display:flex;flex-shrink:0;height:var(--kh-mq-h,120px);margin:0;position:relative;transition:filter .4s ease,opacity .4s ease,transform .4s ease}.kh-mq-marquee-item-inner{height:100%;transform:translateZ(0);transition:transform .4s cubic-bezier(.165,.84,.44,1),opacity .4s ease,filter .35s ease}.kh-mq-marquee-item img{border:none;display:block;height:100%;max-width:var(--kh-mq-max-w,none);-o-object-fit:contain;object-fit:contain;width:auto}.kh-mq-marquee-item a{display:block;height:100%;text-decoration:none}.kh-mq-marquee-item a:focus-visible{border-radius:4px;outline:2px solid var(--kh-accent,#10b981);outline-offset:4px}.kh-mq-marquee-frame{align-items:center;background:var(--kh-mq-frame-bg);border:1px solid rgba(0,0,0,.03);border-radius:var(--kh-mq-frame-rad);box-sizing:border-box;display:flex;height:100%;justify-content:center;padding:15px 25px;transition:box-shadow .4s ease,transform .35s ease,opacity .35s ease,filter .35s ease}.kh-mq-marquee-frame.shadow-soft{box-shadow:0 8px 24px rgba(0,0,0,.06)}.kh-mq-marquee-frame.shadow-medium{box-shadow:0 12px 32px rgba(0,0,0,.12)}.kh-mq-marquee-frame.shadow-hard{box-shadow:0 16px 48px rgba(0,0,0,.22)}.kh-mq-marquee-frame.shadow-float{box-shadow:0 20px 40px rgba(0,0,0,.1),0 8px 16px rgba(0,0,0,.06);transform:translateY(-3px)}.kh-mq-marquee-container.has-grayscale .kh-mq-marquee-item img{filter:grayscale(100%);transition:filter .4s}.kh-mq-marquee-container.has-grayscale .kh-mq-marquee-item:hover img{filter:grayscale(0)}.kh-mq-marquee-container.has-idle-opacity .kh-mq-marquee-item{opacity:.6}.kh-mq-marquee-container.has-idle-opacity .kh-mq-marquee-item:hover{opacity:1}.kh-mq-marquee-container.has-lift-effect .kh-mq-marquee-item:hover .kh-mq-marquee-item-inner{transform:translate3d(0,-12px,0)}.kh-mq-marquee-container.has-lift-effect.has-frames .kh-mq-marquee-item:hover .kh-mq-marquee-frame{transform:translateY(-2px)}@media(hover:hover)and (pointer:fine){.kh-mq-marquee-container.has-sibling-blur .kh-mq-marquee-inner:hover .kh-mq-marquee-item{filter:blur(var(--kh-mq-blur,3px));opacity:.4}.kh-mq-marquee-container.has-sibling-blur .kh-mq-marquee-inner .kh-mq-marquee-item:hover{filter:blur(0)!important;opacity:1!important}}.kh-mq-progress-rail{backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);background:rgba(15,23,42,.4);border:1px solid hsla(0,0%,100%,.08);border-radius:12px;display:flex;opacity:.95;pointer-events:none;position:absolute;z-index:4}.kh-mq-marquee-container.rail-pos-right .kh-mq-progress-rail{align-items:center;flex-direction:column;gap:6px;justify-content:center;max-height:calc(100% - 32px);min-height:56px;padding:10px 0;right:12px;top:50%;transform:translateY(-50%);width:12px}.kh-mq-marquee-container.rail-pos-bottom .kh-mq-progress-rail{align-items:center;bottom:12px;flex-direction:row;gap:6px;height:12px;justify-content:center;left:50%;max-width:calc(100% - 32px);padding:0 10px;top:auto;transform:translateX(-50%);width:auto}.kh-mq-progress-segment{background:hsla(0,0%,100%,.3);border-radius:999px;box-shadow:inset 0 0 0 1px hsla(0,0%,100%,.1);display:block;opacity:.6;transition:transform .25s ease,opacity .25s ease,background-color .25s ease,box-shadow .25s ease}.kh-mq-marquee-container.rail-pos-right .kh-mq-progress-segment{height:12px;width:6px}.kh-mq-marquee-container.rail-pos-bottom .kh-mq-progress-segment{height:6px;width:12px}.kh-mq-progress-segment.is-active{background:var(--kh-accent,#10b981);box-shadow:0 0 0 1px rgba(16,185,129,.18),0 0 14px rgba(16,185,129,.28);opacity:1}.kh-mq-marquee-container.rail-pos-bottom .kh-mq-progress-segment.is-active,.kh-mq-marquee-container.rail-pos-right .kh-mq-progress-segment.is-active{transform:scaleX(1.3) scaleY(1.3)}.kh-mq-interaction-indicator{align-items:center;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:rgba(15,23,42,.72);border:1px solid hsla(0,0%,100%,.08);border-radius:999px;box-shadow:0 10px 26px rgba(0,0,0,.12);color:#fff;display:inline-flex;height:28px;justify-content:center;min-width:68px;opacity:0;padding:0 10px;pointer-events:none;position:absolute;right:10px;top:10px;transform:translateY(-4px);transition:opacity .25s ease,transform .25s ease,background-color .25s ease;-webkit-user-select:none;-moz-user-select:none;user-select:none;z-index:5}.kh-mq-marquee-container.has-interaction-indicator.is-pause-hover:hover .kh-mq-interaction-indicator,.kh-mq-marquee-container.has-interaction-indicator.is-paused-by-js .kh-mq-interaction-indicator,.kh-mq-marquee-container.has-interaction-indicator.is-paused-by-touch .kh-mq-interaction-indicator,.kh-mq-marquee-container.has-interaction-indicator.is-slow-by-js .kh-mq-interaction-indicator,.kh-mq-marquee-container.has-interaction-indicator.is-slow-hover:hover .kh-mq-interaction-indicator,.kh-mq-marquee-container.has-interaction-indicator:focus-within .kh-mq-interaction-indicator{opacity:1;transform:translateY(0)}.kh-mq-indicator-label{display:none;font-size:11px;font-weight:600;letter-spacing:.02em;line-height:1;white-space:nowrap}.kh-mq-interaction-indicator[data-state=paused] .kh-mq-indicator-paused,.kh-mq-interaction-indicator[data-state=running] .kh-mq-indicator-running,.kh-mq-interaction-indicator[data-state=slow] .kh-mq-indicator-slow{display:inline-block}.kh-mq-interaction-indicator[data-state=paused]{background:rgba(127,29,29,.78)}.kh-mq-interaction-indicator[data-state=slow]{background:rgba(30,41,59,.82)}.kh-mq-center-focus-zone{background:linear-gradient(180deg,hsla(0,0%,100%,.05),hsla(0,0%,100%,.02));border-radius:18px;bottom:8px;box-shadow:inset 0 0 0 1px hsla(0,0%,100%,.06),0 0 40px hsla(0,0%,100%,.04);left:50%;opacity:0;pointer-events:none;position:absolute;top:8px;transform:translateX(-50%);transition:opacity .25s ease;width:min(14vw,180px);z-index:1}.kh-mq-marquee-container.has-active-center-highlight .kh-mq-center-focus-zone{opacity:1}.kh-mq-marquee-container.has-active-center-highlight .kh-mq-marquee-item.is-center-active .kh-mq-marquee-item-inner{transform:scale(1.15)}.kh-mq-marquee-container.has-active-center-highlight .kh-mq-marquee-item.is-center-active .kh-mq-marquee-frame{box-shadow:0 0 var(--kh-mq-shadow-blur,40px) var(--kh-mq-shadow-c,hsla(0,0%,100%,.15))}.kh-mq-marquee-container.has-active-center-highlight.has-idle-opacity .kh-mq-marquee-item{opacity:.4}.kh-mq-marquee-container.has-active-center-highlight.has-idle-opacity .kh-mq-marquee-item.is-center-active,.kh-mq-marquee-container.has-active-center-highlight.has-idle-opacity .kh-mq-marquee-item:hover{opacity:1}.kh-mq-marquee-container.has-active-center-highlight.has-grayscale .kh-mq-marquee-item img{filter:grayscale(100%)}.kh-mq-marquee-container.has-active-center-highlight.has-grayscale .kh-mq-marquee-item.is-center-active img,.kh-mq-marquee-container.has-active-center-highlight.has-grayscale .kh-mq-marquee-item:hover img{filter:grayscale(0)}@media(max-width:768px){.kh-mq-marquee-item{height:var(--kh-mq-h-mob,var(--kh-mq-h))}.kh-mq-marquee-container.rail-pos-right .kh-mq-progress-rail{gap:4px;padding:8px 0;right:8px;width:10px}.kh-mq-interaction-indicator{height:24px;min-width:60px;padding:0 8px;right:8px;top:8px}.kh-mq-indicator-label{font-size:10px}.kh-mq-center-focus-zone{width:min(22vw,120px)}}
