html{scroll-behavior:smooth}body,html{margin:0;padding:0;font-family:Arial,serif}a{text-decoration:none;color:inherit}h1,h2,h3,h4,h5,h6,p{margin:0}.gm-nav{position:fixed;top:0;left:0;right:0;z-index:9999;height:83px;display:flex;align-items:center;justify-content:space-between;padding:0 2rem;background:hsla(0,0%,4%,.55);backdrop-filter:blur(24px) saturate(160%);-webkit-backdrop-filter:blur(24px) saturate(160%);border-bottom:1px solid hsla(0,0%,100%,.08);transition:background .35s ease,border-color .35s ease}.gm-nav--scrolled{background:hsla(0,0%,5%,.78);border-bottom-color:hsla(0,0%,100%,.12)}.gm-nav--light{background:hsla(0,0%,100%,.72);border-bottom-color:rgba(0,0,0,.07)}.gm-nav--light.gm-nav--scrolled{background:hsla(0,0%,100%,.92);border-bottom-color:rgba(0,0,0,.1)}.gm-nav--light .gm-nav__link{color:rgba(0,0,0,.6)}.gm-nav--light .gm-nav__link:hover{color:#000}.gm-nav--light .gm-nav__icon-btn{color:rgba(0,0,0,.55)}.gm-nav--light .gm-nav__icon-btn:hover{color:#000;background-color:rgba(0,0,0,.06)}.gm-nav--light .gm-nav__logo-img{filter:invert(1)}.gm-nav__left{display:flex;align-items:center;gap:1.75rem;flex:1 1}.gm-nav__link{color:hsla(0,0%,100%,.88);font-size:.775rem;font-weight:400;letter-spacing:.035em;text-decoration:none;white-space:nowrap;font-family:Helvetica Neue,Arial,sans-serif;transition:color .2s ease}.gm-nav__link:hover{color:#fff}.gm-nav__center{position:absolute;left:50%;transform:translateX(-50%);pointer-events:none}.gm-nav__logo{pointer-events:auto;text-decoration:none;display:flex;align-items:center}.gm-nav__logo-img{height:53px;width:auto;display:block}.gm-nav__right{display:flex;align-items:center;gap:.25rem;flex:1 1;justify-content:flex-end}.gm-nav__icon-btn{background:none;border:none;color:hsla(0,0%,100%,.88);cursor:pointer;padding:.45rem;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:color .2s ease,background-color .2s ease}.gm-nav__icon-btn:hover{color:#fff;background-color:hsla(0,0%,100%,.1)}.gm-nav__hamburger{display:none}.gm-mobile-menu{position:fixed;inset:55px 0 0 0;z-index:999;background:rgba(8,8,8,.97);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);display:flex;flex-direction:column;justify-content:center;align-items:center;transform:translateY(-8px);opacity:0;pointer-events:none;transition:opacity .3s ease,transform .35s cubic-bezier(.4,0,.2,1)}.gm-mobile-menu--open{transform:translateY(0);opacity:1;pointer-events:auto}.gm-mobile-menu__link{color:hsla(0,0%,100%,.8);font-size:1.65rem;font-weight:300;letter-spacing:.06em;text-decoration:none;padding:.9rem 2rem;display:block;text-align:center;font-family:Helvetica Neue,Arial,sans-serif;transition:color .2s ease}.gm-mobile-menu__link:hover{color:#fff}@media (max-width:767px){.gm-nav__left{display:none}.gm-nav__hamburger{display:flex}.gm-nav{height:55px}.gm-nav__logo-img{height:35px}}@media (max-width:480px){.gm-nav{padding:0 1rem}}.gmf__overlay{position:fixed;bottom:52px;left:0;right:0;background:#0a0a0a;height:0;overflow:hidden;transition:height .15s ease;z-index:1099;pointer-events:none}.gmf{position:relative;width:100%;height:52px;display:flex;align-items:center;justify-content:space-between;padding:0 2rem;background:#0a0a0a;border-top:1px solid hsla(0,0%,100%,.08);font-family:Helvetica Neue,Arial,sans-serif;box-sizing:border-box;overflow:visible}.gmf:after{content:"";position:absolute;bottom:0;left:0;right:0;height:1px;background:hsla(0,0%,100%,.9);transform:scaleX(0);transform-origin:left;transition:transform .25s ease;pointer-events:none}.gmf:has(.gmf__nav-item:hover):after{transform:scaleX(1)}.gmf__left{display:flex;align-items:center;gap:.1rem;flex:1 1}.gmf__nav-item{position:relative}.gmf__nav-trigger{color:hsla(0,0%,100%,.5);font-size:.72rem;font-weight:400;letter-spacing:.03em;cursor:pointer;padding:.3rem .65rem;transition:color .15s ease;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;user-select:none;display:block}.gmf__nav-item:hover .gmf__nav-trigger{color:#fff}.gmf__dropdown{position:absolute;bottom:calc(100% + 2px);left:0;min-width:150px;background:transparent;padding:.5rem 0 .6rem;display:flex;flex-direction:column;opacity:0;transform:translateY(4px);pointer-events:none;transition:opacity .15s ease,transform .15s ease;z-index:1100}.gmf__nav-item:hover .gmf__dropdown{opacity:1;transform:translateY(0);pointer-events:auto}.gmf__dropdown-link{color:hsla(0,0%,100%,.45);font-size:.72rem;font-weight:400;letter-spacing:.03em;text-decoration:none;padding:.3rem 0;white-space:nowrap;transition:color .15s ease;line-height:1.6}.gmf__dropdown-link:hover{color:#fff}.gmf__center{position:absolute;left:50%;transform:translateX(-50%)}.gmf__email-cta{color:hsla(0,0%,100%,.5);font-size:.72rem;letter-spacing:.03em;text-decoration:none;white-space:nowrap;transition:color .15s ease}.gmf__email-cta:hover{color:#fff}.gmf__right{gap:1.25rem;flex:1 1;justify-content:flex-end}.gmf__logo-link,.gmf__right{display:flex;align-items:center}.gmf__logo-link{text-decoration:none}.gmf__logo{height:20px;width:auto;display:block;opacity:.7;transition:opacity .15s ease}.gmf__logo-link:hover .gmf__logo{opacity:1}.gmf__partners{display:flex;align-items:center;gap:1rem}.gmf__partner{height:20px;width:auto;display:block;opacity:.4;filter:brightness(0) invert(1);transition:opacity .15s ease}.gmf__partner:hover{opacity:.85}@media (max-width:900px){.gmf{padding:0 1.25rem}.gmf__partners{gap:.65rem}}.gmf__mobile{display:none}@media (max-width:640px){.gmf,.gmf__overlay{display:none}.gmf__mobile{display:block;background:#0a0a0a;padding:1.75rem 1.25rem 2rem;font-family:Helvetica Neue,Arial,sans-serif}.gmf__m-nav{display:flex;flex-direction:column}.gmf__m-link{display:block;color:hsla(0,0%,100%,.65);font-size:.82rem;font-weight:400;letter-spacing:.01em;text-decoration:none;padding:.42rem 0;transition:color .15s ease}.gmf__m-link:hover{color:#fff}.gmf__m-divider{border:none;border-top:1px solid hsla(0,0%,100%,.1);margin:1.25rem 0}.gmf__m-social-label{color:hsla(0,0%,100%,.35);font-size:.7rem;letter-spacing:.03em;margin-bottom:.75rem}.gmf__m-social{display:flex;flex-wrap:wrap;gap:.3rem 1rem;margin-bottom:1.5rem}.gmf__m-social-link{color:hsla(0,0%,100%,.65);font-size:.82rem;letter-spacing:.01em;text-decoration:none;transition:color .15s ease}.gmf__m-social-link:hover{color:#fff}.gmf__m-bottom{display:flex;align-items:center;justify-content:space-between}}.instrument-main{padding-top:83px}@media (max-width:767px){.instrument-main{padding-top:50px}}.instrument-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:clamp(2rem,5vw,5rem);gap:clamp(2rem,5vw,5rem)}.instrument-mockup{display:block;text-decoration:none;border-radius:10px;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease;cursor:pointer}.instrument-mockup:hover{transform:translateY(-8px);box-shadow:0 20px 48px rgba(0,0,0,.12)}.instrument-mockup img{width:100%;height:auto;display:block}@media (max-width:767px){.instrument-grid{grid-template-columns:repeat(2,1fr)}.instrument-grid>div:last-child:nth-child(odd){grid-column:1/-1;width:50%;margin:0 auto}}.story-main{padding-top:83px}@media (max-width:767px){.story-main{padding-top:50px}}.story-hero-img{transition:opacity .7s ease}.story-toggle-row{display:flex;align-items:center;justify-content:flex-start;gap:1rem;margin-bottom:clamp(2rem,5vw,4rem)}.story-toggle{display:inline-flex;align-items:center;gap:.4rem;background:none;border:none;padding:0;cursor:pointer;transition:opacity .35s ease,color .5s ease}.story-toggle__icon{font-size:.95rem;line-height:1}.story-toggle__label{font-family:Helvetica Neue,Arial,sans-serif;font-size:.7rem;font-weight:600;letter-spacing:.13em;text-transform:uppercase}.story-main:not(.story-night) .story-toggle{color:#0a0a0a}.story-night .story-toggle{color:#f0f0f0}.story-toggle[aria-pressed=false]{opacity:.35}.story-toggle[aria-pressed=true]{opacity:1}.story-toggle-pill{position:relative;width:48px;height:26px;border-radius:13px;border:none;cursor:pointer;padding:0;flex-shrink:0;transition:background-color .45s ease;background-color:#d0d0d0}.story-toggle-pill--night{background-color:#3a3a5c}.story-toggle-pill__thumb{position:absolute;top:3px;left:3px;width:20px;height:20px;border-radius:50%;background-color:#fff;box-shadow:0 1px 4px rgba(0,0,0,.25);transition:transform .4s cubic-bezier(.34,1.56,.64,1),background-color .4s ease}.story-toggle-pill--night .story-toggle-pill__thumb{transform:translateX(22px);background-color:#e8e8ff}.story-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:clamp(2rem,5vw,5rem);gap:clamp(2rem,5vw,5rem)}.story-mockup{display:block;text-decoration:none;border-radius:10px;overflow:hidden;position:relative;transition:transform .1s ease,box-shadow .3s ease;cursor:pointer}.story-mockup:hover{transform:translateY(-8px);box-shadow:0 20px 48px rgba(0,0,0,.18)}.story-mockup__img{width:100%;height:auto;display:block;transition:opacity .7s ease}.story-mockup__img--night{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.story-night .story-mockup:hover{box-shadow:0 20px 56px rgba(31,31,31,.14)}@media (max-width:767px){.story-grid{grid-template-columns:repeat(2,1fr)}.story-grid>div:last-child:nth-child(odd){grid-column:1/-1;width:50%;margin:0 auto}}.ControlSlider-module__wrapper___sHEkd{position:relative;width:100%;height:100%}.ControlSlider-module__wrapper___sHEkd:hover .ControlSlider-module__hoverArrow___A-dOH{opacity:1!important}.ControlSlider-module__slider___R3i9-{width:100%;height:100%}.ControlSlider-module__sliderItems___1MgPL{display:flex;overflow:hidden;width:100%;height:100%;transition:transform .3s ease-in-out}.ControlSlider-module__sliderItem___QQSkR{width:100%;height:100%;display:flex;position:relative}.ControlSlider-module__sliderImage___9hRl-{width:100%;height:100%;object-fit:cover}.ControlSlider-module__arrow___05ghY{position:absolute;display:flex;align-items:center;justify-content:center;border:none;background-color:transparent;top:50%;left:calc(var(--is-editor, 0) * -1.3888888889vw / var(--cntrl-reverse-layout-deviation, 1) + (1 - var(--is-editor, 0)) * -1.3888888889vw);z-index:1;transform:translate3d(-50%,-50%,0);padding:0;width:calc(var(--is-editor, 0) * 2.0833333333vw / var(--cntrl-reverse-layout-deviation, 1) + (1 - var(--is-editor, 0)) * 2.0833333333vw);height:calc(var(--is-editor, 0) * 2.0833333333vw / var(--cntrl-reverse-layout-deviation, 1) + (1 - var(--is-editor, 0)) * 2.0833333333vw)}.ControlSlider-module__arrow___05ghY.ControlSlider-module__arrowVertical___tBfVN{left:50%;top:calc(var(--is-editor, 0) * -1.3888888889vw / var(--cntrl-reverse-layout-deviation, 1) + (1 - var(--is-editor, 0)) * -1.3888888889vw);transform:translate3d(-50%,-50%,0)}.ControlSlider-module__nextArrow___-30Yc{left:unset;right:calc(var(--is-editor, 0) * -1.3888888889vw / var(--cntrl-reverse-layout-deviation, 1) + (1 - var(--is-editor, 0)) * -1.3888888889vw);transform:translate3d(50%,-50%,0)}.ControlSlider-module__nextArrow___-30Yc.ControlSlider-module__arrowVertical___tBfVN{left:50%;right:unset;top:unset;bottom:calc(var(--is-editor, 0) * -1.3888888889vw / var(--cntrl-reverse-layout-deviation, 1) + (1 - var(--is-editor, 0)) * -1.3888888889vw);transform:translate3d(-50%,50%,0)}.ControlSlider-module__arrowInner___aEra3{all:unset;cursor:pointer;width:100%;height:100%}.ControlSlider-module__arrowInner___aEra3:hover .ControlSlider-module__arrowIcon___S4ztF path{fill:var(--arrow-hover-color)!important}.ControlSlider-module__arrowImg___2dwJW{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.ControlSlider-module__arrowIcon___S4ztF{width:100%;height:100%;overflow:visible}.ControlSlider-module__arrowIcon___S4ztF path{transition:fill .15s ease-in-out}.ControlSlider-module__mirror___brd6U{transform:translate(-50%,-50%) scaleX(-1)!important}.ControlSlider-module__arrowVertical___tBfVN.ControlSlider-module__mirror___brd6U{transform:translate(-50%,-50%) scaleY(-1)!important}.ControlSlider-module__hoverArrow___A-dOH{opacity:0;transition:opacity .15s ease-in-out}.ControlSlider-module__hoverArrow___A-dOH:hover{opacity:1}.ControlSlider-module__pagination___bicLF{position:absolute;z-index:1;border-radius:50%}.ControlSlider-module__paginationInner___bT-P-{display:flex;gap:calc(var(--is-editor, 0) * 1.1111111111vw / var(--cntrl-reverse-layout-deviation, 1) + (1 - var(--is-editor, 0)) * 1.1111111111vw);padding:calc(var(--is-editor, 0) * .6944444444vw / var(--cntrl-reverse-layout-deviation, 1) + (1 - var(--is-editor, 0)) * .6944444444vw) calc(var(--is-editor, 0) * 1.25vw / var(--cntrl-reverse-layout-deviation, 1) + (1 - var(--is-editor, 0)) * 1.25vw);border-radius:calc(var(--is-editor, 0) * 2.3611111111vw / var(--cntrl-reverse-layout-deviation, 1) + (1 - var(--is-editor, 0)) * 2.3611111111vw)}.ControlSlider-module__paginationVertical___zYqKw{flex-direction:column}.ControlSlider-module__paginationItem___nTRbk{all:unset;flex-shrink:0;position:relative;width:calc(var(--is-editor, 0) * 1.1111111111vw / var(--cntrl-reverse-layout-deviation, 1) + (1 - var(--is-editor, 0)) * 1.1111111111vw);height:calc(var(--is-editor, 0) * 1.1111111111vw / var(--cntrl-reverse-layout-deviation, 1) + (1 - var(--is-editor, 0)) * 1.1111111111vw);cursor:pointer}.ControlSlider-module__paginationItem___nTRbk:hover .ControlSlider-module__dot___p1Qun{background-color:var(--pagination-hover-color)!important}.ControlSlider-module__dot___p1Qun{border-radius:50%;scale:.5;transition:background-color .3s ease-in-out,transform .3s ease-in-out;width:calc(var(--is-editor, 0) * 1.1111111111vw / var(--cntrl-reverse-layout-deviation, 1) + (1 - var(--is-editor, 0)) * 1.1111111111vw);height:calc(var(--is-editor, 0) * 1.1111111111vw / var(--cntrl-reverse-layout-deviation, 1) + (1 - var(--is-editor, 0)) * 1.1111111111vw)}.ControlSlider-module__activeDot___LHFaj{transform:scale(2)}.ControlSlider-module__paginationInsideBottom___R3FWn{bottom:0;left:50%;transform:translate3d(-50%,0,0)}.ControlSlider-module__paginationInsideTop___V-qb-{left:50%;transform:translate3d(-50%,0,0);top:0}.ControlSlider-module__paginationOutsideBottom___14w8D{left:50%;transform:translate3d(-50%,0,0);bottom:calc(var(--is-editor, 0) * -2.4305555556vw / var(--cntrl-reverse-layout-deviation, 1) + (1 - var(--is-editor, 0)) * -2.4305555556vw)}.ControlSlider-module__paginationOutsideTop___SCLqB{left:50%;transform:translate3d(-50%,0,0);top:calc(var(--is-editor, 0) * -2.4305555556vw / var(--cntrl-reverse-layout-deviation, 1) + (1 - var(--is-editor, 0)) * -2.4305555556vw)}.ControlSlider-module__paginationInsideLeft___yOBRZ{top:50%;transform:translate3d(0,-50%,0);left:calc(var(--is-editor, 0) * -2.4305555556vw / var(--cntrl-reverse-layout-deviation, 1) + (1 - var(--is-editor, 0)) * -2.4305555556vw)}.ControlSlider-module__paginationInsideRight___Rtt3o{top:50%;transform:translate3d(0,-50%,0);right:calc(var(--is-editor, 0) * -2.4305555556vw / var(--cntrl-reverse-layout-deviation, 1) + (1 - var(--is-editor, 0)) * -2.4305555556vw)}.ControlSlider-module__paginationOutsideLeft___lahaw{top:50%;transform:translate3d(0,-50%,0);left:calc(var(--is-editor, 0) * -5.4861111111vw / var(--cntrl-reverse-layout-deviation, 1) + (1 - var(--is-editor, 0)) * -5.4861111111vw)}.ControlSlider-module__paginationOutsideRight___EtuQa{top:50%;transform:translate3d(0,-50%,0);right:calc(var(--is-editor, 0) * -5.4861111111vw / var(--cntrl-reverse-layout-deviation, 1) + (1 - var(--is-editor, 0)) * -5.4861111111vw)}.ControlSlider-module__imgWrapper___UjEgB,.ControlSlider-module__wrapperInner___DLAWV{width:100%;height:100%}.ControlSlider-module__captionBlock___dJ6-j{pointer-events:none;position:absolute;top:0;z-index:1;left:0;right:0;bottom:0}.ControlSlider-module__captionTextWrapper___HFlpf{position:relative;width:100%;height:100%}.ControlSlider-module__captionText___uGBVc{pointer-events:none;max-width:100%;transition-property:opacity;transition-timing-function:ease-in-out;position:absolute;display:inline-block;white-space:pre-wrap;overflow-wrap:break-word;opacity:0}.ControlSlider-module__captionText___uGBVc.ControlSlider-module__active___WZK4G{opacity:1}.ControlSlider-module__withPointerEvents___t-18M{pointer-events:auto}.ControlSlider-module__absolute___KxmYB{position:absolute}.ControlSlider-module__topLeftAlignment___zjnGM{top:0;left:0}.ControlSlider-module__topCenterAlignment___gD1xW{top:0;left:50%;transform:translate(-50%)}.ControlSlider-module__topRightAlignment___NMapS{top:0;right:0}.ControlSlider-module__middleLeftAlignment___OnUrY{top:50%;transform:translateY(-50%);left:0}.ControlSlider-module__middleCenterAlignment___Tdkl0{top:50%;transform:translate(-50%,-50%);left:50%}.ControlSlider-module__middleRightAlignment___wEbfX{top:50%;transform:translateY(-50%);right:0}.ControlSlider-module__bottomLeftAlignment___cTP2-{bottom:0;left:0}.ControlSlider-module__bottomCenterAlignment___c54fB{bottom:0;left:50%;transform:translate(-50%)}.ControlSlider-module__bottomRightAlignment___kEwrz{bottom:0;right:0}.ControlSlider-module__clickOverlay___DZA28{position:absolute;top:0;left:0;width:100%;height:100%;cursor:pointer}.ControlSlider-module__contain___pLyq7{object-fit:contain}.ControlSlider-module__cover___KdDat{object-fit:cover}@keyframes splide-loading{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.splide__track--draggable{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.splide__track--fade>.splide__list>.splide__slide{margin:0!important;opacity:0;z-index:0}.splide__track--fade>.splide__list>.splide__slide.is-active{opacity:1;z-index:1}.splide--rtl{direction:rtl}.splide__track--ttb>.splide__list{display:block}.splide__container{box-sizing:border-box;position:relative}.splide__list{-webkit-backface-visibility:hidden;backface-visibility:hidden;display:flex;height:100%;margin:0!important;padding:0!important}.splide.is-initialized:not(.is-active) .splide__list{display:block}.splide__pagination{align-items:center;display:flex;flex-wrap:wrap;justify-content:center;margin:0;pointer-events:none}.splide__pagination li{display:inline-block;line-height:1;list-style-type:none;margin:0;pointer-events:auto}.splide:not(.is-overflow) .splide__pagination{display:none}.splide__progress__bar{width:0}.splide{position:relative;visibility:hidden}.splide.is-initialized,.splide.is-rendered{visibility:visible}.splide__slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;box-sizing:border-box;flex-shrink:0;list-style-type:none!important;margin:0;position:relative}.splide__slide img{vertical-align:bottom}.splide__spinner{animation:splide-loading 1s linear infinite;border:2px solid #999;border-left-color:transparent;border-radius:50%;bottom:0;contain:strict;display:inline-block;height:20px;left:0;margin:auto;position:absolute;right:0;top:0;width:20px}.splide__sr{clip:rect(0 0 0 0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.splide__toggle.is-active .splide__toggle__play,.splide__toggle__pause{display:none}.splide__toggle.is-active .splide__toggle__pause{display:inline}.splide__track{overflow:hidden;position:relative;z-index:0}.RichTextRenderer-module__link___BWeZ2{color:var(--link-color);cursor:pointer;pointer-events:auto;transition:color .2s ease}.RichTextRenderer-module__link___BWeZ2:hover{color:var(--link-hover-color)}.SvgImage-module__svg___q3xE-{width:100%;height:100%;color:transparent;display:inline-block;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background-color:var(--fill);transition:background-color .2s;-webkit-mask:var(--svg) no-repeat center/contain;mask:var(--svg) no-repeat center/contain}.SvgImage-module__svg___q3xE-:hover{background-color:var(--hover-fill)}.SvgImage-module__img___VsTm-{width:100%;height:100%;object-fit:contain}.ImageRevealSlider-module__imageRevealSlider___UE5Ob{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden}.ImageRevealSlider-module__image___Qjt-e{display:block;width:100%;height:100%;object-fit:cover;position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none}.ImageRevealSlider-module__link___N-iLG{width:100%;height:100%;display:block}.ImageRevealSlider-module__cursor___2U03d{position:absolute;top:0;left:0;pointer-events:none;width:32px;height:32px}.LightBox-module__hidden___9s-9x{display:none}.LightBox-module__heroImage___sTxNF{width:100%;height:100%;cursor:pointer;object-fit:cover}.LightBox-module__background___rm9ml{position:fixed;z-index:9997;top:0;left:0;right:0;bottom:0;width:100%;height:100%}.LightBox-module__editor___4ACaY{width:var(--cntrl-article-width)!important;margin-left:auto;margin-right:auto}.LightBox-module__contentStyle___Bgnsq{position:fixed;z-index:9999;top:0;left:0;right:0;bottom:0;overflow:hidden;background:transparent;box-sizing:border-box}.LightBox-module__imageStyle___tLIlB{position:relative;display:block;cursor:pointer;background-color:transparent;max-width:100%;max-height:100%;width:auto;height:auto}.LightBox-module__imgWrapper___LuFUp{position:relative;display:flex;width:100%;height:100%;overflow:hidden;box-sizing:border-box}.LightBox-module__contain___8-yaS{object-fit:contain;max-width:100%;max-height:100%}.LightBox-module__cover___hNvOG{width:100%;height:100%;object-fit:cover}.LightBox-module__caption___b6L2I{z-index:9999;position:absolute;display:flex}.LightBox-module__captionTextInner___rCGNH{position:relative}.LightBox-module__lightboxSplide___XFuWC .splide__track,.LightBox-module__lightboxSplide___XFuWC.splide{height:100%}.LightBox-module__arrow___iz38X{position:absolute;display:flex;align-items:center;justify-content:center;cursor:pointer;border:none;background-color:transparent;top:50%;z-index:1;transform:translate(-50%,-50%);padding:0;left:calc(var(--is-editor, 0) * 1.3888888889vw / var(--cntrl-reverse-layout-deviation, 1) + (1 - var(--is-editor, 0)) * 1.3888888889vw);width:calc(var(--is-editor, 0) * 2.0833333333vw / var(--cntrl-reverse-layout-deviation, 1) + (1 - var(--is-editor, 0)) * 2.0833333333vw);height:calc(var(--is-editor, 0) * 2.0833333333vw / var(--cntrl-reverse-layout-deviation, 1) + (1 - var(--is-editor, 0)) * 2.0833333333vw)}.LightBox-module__arrow___iz38X.LightBox-module__arrowVertical___Zfz81{left:50%;top:calc(var(--is-editor, 0) * 1.3888888889vw / var(--cntrl-reverse-layout-deviation, 1) + (1 - var(--is-editor, 0)) * 1.3888888889vw);transform:translate(-50%,-50%)}.LightBox-module__nextArrow___zkAQN{left:unset;right:calc(var(--is-editor, 0) * 1.3888888889vw / var(--cntrl-reverse-layout-deviation, 1) + (1 - var(--is-editor, 0)) * 1.3888888889vw);transform:translate(50%,-50%)}.LightBox-module__nextArrow___zkAQN.LightBox-module__arrowVertical___Zfz81{left:50%;right:unset;top:unset;bottom:calc(var(--is-editor, 0) * 1.3888888889vw / var(--cntrl-reverse-layout-deviation, 1) + (1 - var(--is-editor, 0)) * 1.3888888889vw);transform:translate(-50%,50%)}.LightBox-module__arrowInner___p48sW{all:unset;cursor:pointer;width:100%;height:100%}.LightBox-module__arrowInner___p48sW:hover .LightBox-module__arrowIcon___3VaFf path{fill:var(--arrow-hover-color)!important}.LightBox-module__arrowImg___pNV88{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.LightBox-module__arrowIcon___3VaFf{width:100%;height:100%;overflow:visible}.LightBox-module__arrowIcon___3VaFf path{transition:fill .15s ease-in-out}.LightBox-module__mirror___pjeXc{transform:translate(-50%,-50%) scaleX(-1)!important}.LightBox-module__arrowVertical___Zfz81.LightBox-module__mirror___pjeXc{transform:translate(-50%,-50%) scaleY(-1)!important}.LightBox-module__thumbsWrapper___GB-nU{height:auto;width:auto;max-height:100vh;max-width:100%;overflow:auto;position:absolute;top:0;-webkit-overflow-scrolling:touch}.LightBox-module__thumbsWrapper___GB-nU::-webkit-scrollbar{padding:10px;scrollbar-width:none}.LightBox-module__thumbsContainerVertical___wttk5{flex-direction:column;display:flex}.LightBox-module__thumbsContainer___osSma{display:flex;pointer-events:none}.LightBox-module__thumbsAlignStart___MO6tY{align-items:flex-start}.LightBox-module__thumbsAlignCenter___Q4sUx{align-items:center}.LightBox-module__thumbsAlignEnd___p4y9R{align-items:flex-end}.LightBox-module__thumbItem___HvnF3{all:unset;display:inline-flex;align-items:center;justify-content:center;pointer-events:all;flex:0 0 auto;cursor:pointer;overflow:hidden}.LightBox-module__thumbItem___HvnF3:hover{opacity:var(--thumb-hover)!important}.LightBox-module__thumbsContainerVertical___wttk5 .LightBox-module__thumbItem___HvnF3{flex:1 1 auto}.LightBox-module__closeButton___g2khP{all:unset;cursor:pointer;position:absolute;width:calc(var(--is-editor, 0) * 2.0833333333vw / var(--cntrl-reverse-layout-deviation, 1) + (1 - var(--is-editor, 0)) * 2.0833333333vw);height:calc(var(--is-editor, 0) * 2.0833333333vw / var(--cntrl-reverse-layout-deviation, 1) + (1 - var(--is-editor, 0)) * 2.0833333333vw)}@keyframes LightBox-module__lbFadeIn___P8mx0{0%{opacity:0}to{opacity:1}}.LightBox-module__fadeIn___0m5GW{animation-name:LightBox-module__lbFadeIn___P8mx0}@keyframes LightBox-module__lbSlideInLeft___ygsXZ{0%{transform:translate(-100%)}to{transform:translate(0)}}@keyframes LightBox-module__lbSlideInRight___w2YKV{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes LightBox-module__lbSlideInTop___W7CSQ{0%{transform:translateY(-100%)}to{transform:translateY(0)}}@keyframes LightBox-module__lbSlideInBottom___7kiT2{0%{transform:translateY(100%)}to{transform:translateY(0)}}.LightBox-module__slideInLeft___gPYwC{animation-name:LightBox-module__lbSlideInLeft___ygsXZ}.LightBox-module__slideInRight___S-pPp{animation-name:LightBox-module__lbSlideInRight___w2YKV}.LightBox-module__slideInTop___DFdAj{animation-name:LightBox-module__lbSlideInTop___W7CSQ}.LightBox-module__slideInBottom___m27kZ{animation-name:LightBox-module__lbSlideInBottom___7kiT2}@keyframes LightBox-module__lbFadeOut___MhEeN{0%{opacity:1}to{opacity:0}}.LightBox-module__fadeOut___55qBR{animation-name:LightBox-module__lbFadeOut___MhEeN!important}@keyframes LightBox-module__lbSlideOutLeft___xM4sO{0%{transform:translate(0)}to{transform:translate(-100%)}}@keyframes LightBox-module__lbSlideOutRight___Jppgj{0%{transform:translate(0)}to{transform:translate(100%)}}@keyframes LightBox-module__lbSlideOutTop___pvscE{0%{transform:translateY(0)}to{transform:translateY(-100%)}}@keyframes LightBox-module__lbSlideOutBottom___oFjPG{0%{transform:translateY(0)}to{transform:translateY(100%)}}.LightBox-module__slideOutLeft___NvU7P{animation-name:LightBox-module__lbSlideOutLeft___xM4sO!important}.LightBox-module__slideOutRight___SK7eC{animation-name:LightBox-module__lbSlideOutRight___Jppgj!important}.LightBox-module__slideOutTop___Vgg0z{animation-name:LightBox-module__lbSlideOutTop___pvscE!important}.LightBox-module__slideOutBottom___nJ0Ef{animation-name:LightBox-module__lbSlideOutBottom___oFjPG!important}.LightBox-module__lightboxSplide___XFuWC.splide--fade .LightBox-module__scaleSlide___vZriG{opacity:0!important;transform:var(--position-transform,none) scale(.9)!important;transition:opacity var(--splide-speed,.5s) ease,transform var(--splide-speed,.5s) ease!important}.LightBox-module__lightboxSplide___XFuWC.splide--fade .splide__slide.is-active .LightBox-module__scaleSlide___vZriG{opacity:1!important;transform:var(--position-transform,none) scale(1)!important}.LightBox-module__lightboxSplide___XFuWC.splide--fade .splide__slide:not(.is-active) .LightBox-module__scaleSlide___vZriG{opacity:0!important;transform:var(--position-transform,none) scale(1.1)!important}