.slideshow-v3{position:relative;display:block;background:var(--slideshow-v3-bg, #0c162c);padding-top:var(--slideshow-v3-pad-top-m, 0);padding-bottom:var(--slideshow-v3-pad-bot-m, 0);--slideshow-v3-btn-scale: var(--slideshow-v3-btn-scale-d, 1)}.slideshow-v3__viewport{overflow:hidden}@media screen and (min-width:990px){.slideshow-v3{padding-top:var(--slideshow-v3-pad-top-d, 0);padding-bottom:var(--slideshow-v3-pad-bot-d, 0)}}.slideshow-v3--fullbleed{margin-top:0}.slideshow-v3__track{list-style:none;margin:0;padding:0;display:grid;grid-template-areas:"stack"}.slideshow-v3__slide{grid-area:stack;min-height:var(--slideshow-v3-height, 70vh);display:flex;align-items:flex-end;position:relative;overflow:hidden;color:var(--slideshow-v3-text-color, #ffffff);opacity:0;pointer-events:none;transition:opacity .25s cubic-bezier(.55,.055,.675,.19);--text-scale: var(--text-scale-d, 1);--trust-scale: var(--trust-scale-d, 1)}.slideshow-v3__slide[data-active]{opacity:1;pointer-events:auto;z-index:1;transition:opacity .8s cubic-bezier(.25,.46,.45,.94)}@media screen and (max-width:749px){.slideshow-v3__slide{min-height:var(--slideshow-v3-height-mobile, 60vh)}}.slideshow-v3__slide[data-active] .slideshow-v3__image,.slideshow-v3__slide[data-active] .slideshow-v3__video{animation:slideshow-v3-media-enter .8s cubic-bezier(.25,.46,.45,.94) both}@keyframes slideshow-v3-media-enter{0%{opacity:0;transform:scale(1.2)}to{opacity:1;transform:scale(1)}}.slideshow-v3__slide[data-active] .slideshow-v3__content{animation:slideshow-v3-content-enter .6s cubic-bezier(.215,.61,.355,1) .4s both}@keyframes slideshow-v3-content-enter{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.slideshow-v3__slide:not([data-active]) .slideshow-v3__content{animation:slideshow-v3-content-leave .25s cubic-bezier(.55,.055,.675,.19) both}@keyframes slideshow-v3-content-leave{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(10px)}}slide-show-v3[data-transition-type=zoom] .slideshow-v3__slide{transform:scale(1.05);transition:opacity .8s ease,transform .8s ease}slide-show-v3[data-transition-type=zoom] .slideshow-v3__slide[data-active]{transform:scale(1)}slide-show-v3[data-transition-type=zoom] .slideshow-v3__slide[data-active] .slideshow-v3__image,slide-show-v3[data-transition-type=zoom] .slideshow-v3__slide[data-active] .slideshow-v3__video,slide-show-v3[data-transition-type=zoom] .slideshow-v3__slide .slideshow-v3__content{animation:none}slide-show-v3[data-transition-type=none] .slideshow-v3__slide,slide-show-v3[data-transition-type=none] .slideshow-v3__slide[data-active]{transition:none}slide-show-v3[data-transition-type=none] .slideshow-v3__slide[data-active] .slideshow-v3__image,slide-show-v3[data-transition-type=none] .slideshow-v3__slide[data-active] .slideshow-v3__video,slide-show-v3[data-transition-type=none] .slideshow-v3__slide .slideshow-v3__content{animation:none}slide-show-v3[data-transition-type=slide-horizontal] .slideshow-v3__track{display:flex;grid-template-areas:none;will-change:transform;transition:transform .6s cubic-bezier(.16,1,.3,1)}slide-show-v3[data-transition-type=slide-horizontal] .slideshow-v3__slide{grid-area:auto;flex:0 0 100%;opacity:1;pointer-events:auto;transition:none;transform:none}slide-show-v3[data-transition-type=slide-horizontal] .slideshow-v3__slide .slideshow-v3__image,slide-show-v3[data-transition-type=slide-horizontal] .slideshow-v3__slide .slideshow-v3__video,slide-show-v3[data-transition-type=slide-horizontal] .slideshow-v3__slide .slideshow-v3__content{animation:none}.slideshow-v3__slide[data-pos-d=top]{align-items:flex-start}.slideshow-v3__slide[data-pos-d=center]{align-items:center}.slideshow-v3__slide[data-pos-d=bottom]{align-items:flex-end}.slideshow-v3__slide[data-align-d=center] .slideshow-v3__inner,.slideshow-v3__slide[data-align-d=center] .slideshow-v3__content{align-items:center;text-align:center}.slideshow-v3__slide[data-align-d=center] .slideshow-v3__eyebrow{align-self:center}.slideshow-v3__slide[data-align-d=center] .slideshow-v3__buttons,.slideshow-v3__slide[data-align-d=center] .slideshow-v3__trust{justify-content:center}.slideshow-v3__slide[data-align-d=right] .slideshow-v3__inner,.slideshow-v3__slide[data-align-d=right] .slideshow-v3__content{align-items:flex-end;text-align:right}.slideshow-v3__slide[data-align-d=right] .slideshow-v3__eyebrow{align-self:flex-end}.slideshow-v3__slide[data-align-d=right] .slideshow-v3__buttons,.slideshow-v3__slide[data-align-d=right] .slideshow-v3__trust{justify-content:flex-end}@media screen and (max-width:749px){.slideshow-v3__slide[data-pos-m=top]{align-items:flex-start}.slideshow-v3__slide[data-pos-m=center]{align-items:center}.slideshow-v3__slide[data-pos-m=bottom]{align-items:flex-end}.slideshow-v3__slide[data-align-m=left] .slideshow-v3__inner,.slideshow-v3__slide[data-align-m=left] .slideshow-v3__content{align-items:flex-start;text-align:left}.slideshow-v3__slide[data-align-m=left] .slideshow-v3__eyebrow{align-self:flex-start}.slideshow-v3__slide[data-align-m=left] .slideshow-v3__buttons,.slideshow-v3__slide[data-align-m=left] .slideshow-v3__trust{justify-content:flex-start}.slideshow-v3__slide[data-align-m=center] .slideshow-v3__inner,.slideshow-v3__slide[data-align-m=center] .slideshow-v3__content{align-items:center;text-align:center}.slideshow-v3__slide[data-align-m=center] .slideshow-v3__eyebrow{align-self:center}.slideshow-v3__slide[data-align-m=center] .slideshow-v3__buttons,.slideshow-v3__slide[data-align-m=center] .slideshow-v3__trust{justify-content:center}.slideshow-v3__slide[data-align-m=right] .slideshow-v3__inner,.slideshow-v3__slide[data-align-m=right] .slideshow-v3__content{align-items:flex-end;text-align:right}.slideshow-v3__slide[data-align-m=right] .slideshow-v3__eyebrow{align-self:flex-end}.slideshow-v3__slide[data-align-m=right] .slideshow-v3__buttons,.slideshow-v3__slide[data-align-m=right] .slideshow-v3__trust{justify-content:flex-end}}@media screen and (max-width:749px){.slideshow-v3__slide{--text-scale: var(--text-scale-m, 1);--trust-scale: var(--trust-scale-m, 1)}}.slideshow-v3__media{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;z-index:0}.slideshow-v3__image{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.slideshow-v3__video{width:100%;height:100%;object-fit:cover;display:block}slide-show-v3[data-enable-kenburns=true] .slideshow-v3__slide[data-active] .slideshow-v3__image{animation:slideshow-v3-media-enter .8s cubic-bezier(.25,.46,.45,.94) both,slideshow-v3-kenburns 15s ease-out .8s forwards}@keyframes slideshow-v3-kenburns{0%{transform:scale(1)}to{transform:scale(1.08)}}.slideshow-v3__media-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,rgba(12,22,44,calc(var(--slideshow-v3-overlay-op, .6) * .92)),rgba(12,22,44,calc(var(--slideshow-v3-overlay-op, .6) * .58)) 35%,rgba(12,22,44,calc(var(--slideshow-v3-overlay-op, .6) * 1.08)));pointer-events:none}@media screen and (min-width:990px){.slideshow-v3__media-overlay{background:linear-gradient(90deg,rgba(12,22,44,calc(var(--slideshow-v3-overlay-op, .6) * 1.25)),rgba(12,22,44,calc(var(--slideshow-v3-overlay-op, .6) * .83)) 35%,rgba(12,22,44,calc(var(--slideshow-v3-overlay-op, .6) * .42)) 65%,rgba(12,22,44,calc(var(--slideshow-v3-overlay-op, .6) * .16))),linear-gradient(180deg,rgba(12,22,44,calc(var(--slideshow-v3-overlay-op, .6) * .42)),rgba(12,22,44,calc(var(--slideshow-v3-overlay-op, .6) * .75)))}}.slideshow-v3__inner{display:flex;flex-direction:column;gap:2rem;width:100%;align-items:flex-start;padding-top:calc(var(--header-height, 8rem) + 4rem);padding-bottom:6rem;padding-left:var(--slideshow-v3-content-pad-x-m, 1.25rem);padding-right:var(--slideshow-v3-content-pad-x-m, 1.25rem);position:relative;z-index:1}.slideshow-v3--page-width .slideshow-v3__inner{max-width:var(--container-lg-max-width, 78.75rem);margin-left:auto;margin-right:auto}@media screen and (min-width:990px){.slideshow-v3__inner{padding-top:calc(var(--header-height, 8rem) + 6rem);padding-bottom:8rem;padding-left:var(--slideshow-v3-content-pad-x-d, 5rem);padding-right:var(--slideshow-v3-content-pad-x-d, 5rem)}}.slideshow-v3__content{display:flex;flex-direction:column;gap:1.6rem;max-width:56rem;color:var(--slideshow-v3-text-color, #ffffff);text-shadow:0 2px 16px rgba(12,22,44,.35)}.slideshow-v3__eyebrow{display:inline-flex;align-items:center;align-self:flex-start;padding:.6rem 1.2rem;border-radius:999px;background:#ffffff2e;color:#fff;font-size:calc(1.2rem * var(--text-scale, 1));font-weight:700;letter-spacing:.06em;text-transform:uppercase;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.22)}.slideshow-v3__eyebrow--pill-solid{background:#fff;color:#0c162c;border-color:transparent;-webkit-backdrop-filter:none;backdrop-filter:none}.slideshow-v3__eyebrow--underline{background:transparent;border:0;border-bottom:2px solid currentColor;border-radius:0;padding:0 0 .4rem;-webkit-backdrop-filter:none;backdrop-filter:none}.slideshow-v3__eyebrow--plain{background:transparent;border:0;padding:0;-webkit-backdrop-filter:none;backdrop-filter:none}.slideshow-v3__heading{margin:0;font-family:var(--heading-font-family, inherit);font-size:calc(clamp(3.4rem,6.5vw,6rem) * var(--text-scale, 1));line-height:1.05;font-weight:800;color:#fff;letter-spacing:-.01em}.slideshow-v3__heading--h0{font-size:calc(clamp(3.4rem,6.5vw,6rem) * var(--text-scale, 1))}.slideshow-v3__heading--h1{font-size:calc(clamp(2.8rem,5vw,4.6rem) * var(--text-scale, 1))}.slideshow-v3__heading--h2{font-size:calc(clamp(2.4rem,4vw,3.6rem) * var(--text-scale, 1))}.slideshow-v3__heading--h3{font-size:calc(clamp(2rem,3vw,2.8rem) * var(--text-scale, 1))}.slideshow-v3__subheading{margin:0;font-size:calc(clamp(1.5rem,1.8vw,1.8rem) * var(--text-scale, 1));line-height:1.55;color:var(--slideshow-v3-text-color, #ffffff);opacity:.92;max-width:52rem}.slideshow-v3__buttons{display:flex;flex-wrap:wrap;gap:1rem;margin-top:1.2rem}.slideshow-v3__btn{display:inline-flex;align-items:center;justify-content:center;gap:.6rem;border-radius:var(--slideshow-v3-button-radius, var(--buttons-radius, 12px));font-weight:700;letter-spacing:.02em;text-shadow:none;text-decoration:none;cursor:pointer;position:relative;--initial-background-position: var(--transform-origin-end, right);--hover-background-position: var(--transform-origin-start, left);background-color:transparent;background-image:var(--initial-gradient),var(--hover-gradient);background-size:101% 101%,0 101%;background-position:var(--initial-background-position);background-repeat:no-repeat;transition:background-size .45s cubic-bezier(.785,.135,.15,.86),background-position .45s step-end,color .45s cubic-bezier(.785,.135,.15,.86),border-color .45s cubic-bezier(.785,.135,.15,.86)}@media screen and (max-width:749px){.slideshow-v3{--slideshow-v3-btn-scale: var(--slideshow-v3-btn-scale-m, 1)}}.slideshow-v3__btn--small{padding:0 calc(1.6rem * var(--slideshow-v3-btn-scale, 1));height:calc(4.4rem * var(--slideshow-v3-btn-scale, 1));font-size:calc(1.3rem * var(--slideshow-v3-btn-scale, 1))}.slideshow-v3__btn--medium{padding:0 calc(2rem * var(--slideshow-v3-btn-scale, 1));height:calc(4.8rem * var(--slideshow-v3-btn-scale, 1));font-size:calc(1.4rem * var(--slideshow-v3-btn-scale, 1))}.slideshow-v3__btn--large{padding:0 calc(2.4rem * var(--slideshow-v3-btn-scale, 1));height:calc(5.4rem * var(--slideshow-v3-btn-scale, 1));font-size:calc(1.5rem * var(--slideshow-v3-btn-scale, 1))}.slideshow-v3__btn--primary{--initial-gradient: linear-gradient(#ffffff, #ffffff);--hover-gradient: linear-gradient(transparent, transparent);color:#0c162c;border:1px solid #ffffff;box-shadow:0 14px 28px #00000040}.slideshow-v3__btn--secondary{--initial-gradient: linear-gradient(transparent, transparent);--hover-gradient: linear-gradient(#ffffff, #ffffff);--initial-background-position: var(--transform-origin-start, left);--hover-background-position: var(--transform-origin-end, right);color:#fff;border:1.5px solid rgba(255,255,255,.55);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.slideshow-v3__btn--ghost{--initial-gradient: linear-gradient(rgba(255,255,255,.06), rgba(255,255,255,.06));--hover-gradient: linear-gradient(rgba(255,255,255,.28), rgba(255,255,255,.28));--initial-background-position: var(--transform-origin-start, left);--hover-background-position: var(--transform-origin-end, right);color:#fff;border:1px solid rgba(255,255,255,.18)}@media(pointer:fine)and (prefers-reduced-motion:no-preference){.slideshow-v3__btn:not(.slideshow-v3__btn--link):hover{background-position:var(--hover-background-position);background-size:0 101%,101% 101%}.slideshow-v3__btn--primary:hover{color:#fff;border-color:#fff}.slideshow-v3__btn--secondary:hover{color:#0c162c;border-color:#fff}.slideshow-v3__btn--ghost:hover{color:#fff}}.slideshow-v3__btn--link{background:transparent;color:#fff;border:0;box-shadow:none;padding-left:0;padding-right:0;border-bottom:2px solid currentColor;border-radius:0;height:auto}.slideshow-v3__btn-icon{display:inline-flex;align-items:center}.slideshow-v3__trust{list-style:none;padding:0;margin:1.8rem 0 0;display:flex;flex-wrap:wrap;gap:calc(.6rem * var(--trust-scale, 1)) calc(1.8rem * var(--trust-scale, 1));font-size:calc(1.3rem * var(--trust-scale, 1));color:#fff;opacity:.9;align-items:center}.slideshow-v3__trust li{display:inline-flex;align-items:center;gap:.4rem;font-weight:600}.slideshow-v3__arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:5;width:calc(4.6rem * var(--slideshow-v3-arrow-scale, 1));height:calc(4.6rem * var(--slideshow-v3-arrow-scale, 1));border-radius:999px;background:#ffffff26;color:#fff;border:1px solid rgba(255,255,255,.35);cursor:pointer;display:none;align-items:center;justify-content:center;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);transition:background .25s ease,transform .25s ease,border-color .25s ease}@media screen and (min-width:990px){.slideshow-v3__arrow{display:inline-flex}}.slideshow-v3__arrow--prev{left:2rem}.slideshow-v3__arrow--next{right:2rem}.slideshow-v3__arrow:hover{background:#ffffff40;border-color:#fff;transform:translateY(-50%) scale(1.08)}.slideshow-v3--arrow-minimal .slideshow-v3__arrow{background:transparent;border:2px solid rgba(255,255,255,.6);backdrop-filter:none;-webkit-backdrop-filter:none}.slideshow-v3--arrow-minimal .slideshow-v3__arrow:hover{background:#ffffff1f;border-color:#fff}.slideshow-v3--arrow-floating .slideshow-v3__arrow{background:#fffffff2;color:#1a2236;border:0;box-shadow:0 8px 24px #00000047;backdrop-filter:none;-webkit-backdrop-filter:none}.slideshow-v3--arrow-floating .slideshow-v3__arrow:hover{background:#fff;box-shadow:0 12px 32px #0000005c}.slideshow-v3--arrow-square .slideshow-v3__arrow{border-radius:10px;width:calc(5rem * var(--slideshow-v3-arrow-scale, 1));height:calc(5rem * var(--slideshow-v3-arrow-scale, 1))}.slideshow-v3--arrow-large-icon .slideshow-v3__arrow{width:calc(5.2rem * var(--slideshow-v3-arrow-scale, 1));height:calc(5.2rem * var(--slideshow-v3-arrow-scale, 1))}.slideshow-v3--arrow-tall-pill .slideshow-v3__arrow{width:calc(3.2rem * var(--slideshow-v3-arrow-scale, 1));height:calc(7.2rem * var(--slideshow-v3-arrow-scale, 1));border-radius:0;background:transparent;border:0;backdrop-filter:none;-webkit-backdrop-filter:none;box-shadow:none;color:#fff;transition:transform .25s ease,opacity .25s ease}.slideshow-v3--arrow-tall-pill .slideshow-v3__arrow svg{transform:scaleY(2);filter:drop-shadow(0 2px 8px rgba(0,0,0,.45))}.slideshow-v3--arrow-tall-pill .slideshow-v3__arrow:hover{background:transparent;border-color:transparent;transform:translateY(-50%) scale(1.12)}.slideshow-v3--arrow-tall-pill .slideshow-v3__arrow--prev{left:1.6rem}.slideshow-v3--arrow-tall-pill .slideshow-v3__arrow--next{right:1.6rem}.slideshow-v3__dots{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);z-index:5;list-style:none;margin:0;padding:0;display:flex;gap:.6rem}.slideshow-v3__dot{width:3.6rem;height:.5rem;border-radius:999px;background:#ffffff80;border:0;cursor:pointer;padding:0;transition:background .25s ease,width .25s ease}.slideshow-v3__dot[data-active]{background:#fff;width:5.4rem}.slideshow-v3__dot:hover{background:#fffc}.slideshow-v3--dot-classic-dot .slideshow-v3__dots{--dot-size: .375rem;gap:.5rem 1rem;flex-wrap:wrap;justify-content:center;color:var(--slideshow-v3-text-color, #ffffff)}.slideshow-v3--dot-classic-dot .slideshow-v3__dot{width:var(--dot-size);height:var(--dot-size);padding:0;background:transparent;border:0;border-radius:999px;position:relative;display:grid;place-content:center;transition:none}.slideshow-v3--dot-classic-dot .slideshow-v3__dot:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;background:currentColor;opacity:.4;transition:opacity .18s ease,transform .18s ease,background .25s}.slideshow-v3--dot-classic-dot .slideshow-v3__dot:hover:after,.slideshow-v3--dot-classic-dot .slideshow-v3__dot:focus-visible:after{opacity:.95;transform:scale(1.45);transition-delay:0s}.slideshow-v3--dot-classic-dot .slideshow-v3__dot[data-active]:after{opacity:1}slide-show-v3[data-autoplay-enabled=true].slideshow-v3--dot-classic-dot .slideshow-v3__dot:not([data-active]):after{transition-delay:.15s}slide-show-v3[data-autoplay-enabled=true].slideshow-v3--dot-classic-dot .slideshow-v3__dot[data-active]:after{opacity:0;transition-delay:0s}.slideshow-v3--dot-classic-dot .slideshow-v3__dot .circular-progress{opacity:0}slide-show-v3[data-autoplay-enabled=true].slideshow-v3--dot-classic-dot .slideshow-v3__dot[data-active] .circular-progress{opacity:1;transition-delay:.15s}slide-show-v3[data-autoplay-enabled=true].slideshow-v3--dot-classic-dot .slideshow-v3__dot[data-active] .circular-progress circle:last-child{animation:animateCircularProgress var(--slideshow-v3-autoplay-duration, 6s) linear running both}slide-show-v3[data-dot-position=bottom-right] .slideshow-v3__dots{left:auto;right:2rem;transform:none}slide-show-v3[data-dot-position=bottom-left] .slideshow-v3__dots{left:2rem;right:auto;transform:none}.slideshow-v3--dot-progress-fill .slideshow-v3__dots{gap:1.2rem}.slideshow-v3--dot-progress-fill .slideshow-v3__dot{width:2rem;height:2rem;background:transparent;border-radius:999px;position:relative;color:#fff}.slideshow-v3--dot-progress-fill .slideshow-v3__dot:hover,.slideshow-v3--dot-progress-fill .slideshow-v3__dot[data-active]{background:transparent}.slideshow-v3__dot-progress{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.slideshow-v3__dot-progress-center{transition:opacity .25s ease;opacity:.5}.slideshow-v3__dot[data-active] .slideshow-v3__dot-progress-center{opacity:1}.slideshow-v3__dot-progress-fill{transition:stroke-dashoffset linear}slide-show-v3[data-autoplay-enabled=true] .slideshow-v3__dot[data-active] .slideshow-v3__dot-progress-fill{animation:slideshow-v3-progress var(--slideshow-v3-autoplay-duration, 6s) linear forwards}.slideshow-v3__dot:not([data-active]) .slideshow-v3__dot-progress-fill{stroke-dashoffset:87.96;animation:none}@keyframes slideshow-v3-progress{0%{stroke-dashoffset:87.96}to{stroke-dashoffset:0}}.slideshow-v3--dot-hover-fill .slideshow-v3__dot,.slideshow-v3--dot-hover-fill-square .slideshow-v3__dot{width:4rem;height:.4rem;background:#ffffff4d;overflow:hidden;position:relative}.slideshow-v3--dot-hover-fill .slideshow-v3__dot[data-active],.slideshow-v3--dot-hover-fill-square .slideshow-v3__dot[data-active]{background:#ffffff4d;width:4rem}.slideshow-v3--dot-hover-fill .slideshow-v3__dot-fill,.slideshow-v3--dot-hover-fill-square .slideshow-v3__dot-fill{position:absolute;top:0;right:0;bottom:0;left:0;background:#fff;transform:scaleX(0);transform-origin:left center;transition:transform .6s cubic-bezier(.22,.61,.36,1)}slide-show-v3[data-autoplay-enabled=true].slideshow-v3--dot-hover-fill .slideshow-v3__dot[data-active] .slideshow-v3__dot-fill,slide-show-v3[data-autoplay-enabled=true].slideshow-v3--dot-hover-fill-square .slideshow-v3__dot[data-active] .slideshow-v3__dot-fill{transform:scaleX(0);transition:none;animation:slideshow-v3-bar-fill var(--slideshow-v3-autoplay-duration, 6s) linear forwards}slide-show-v3:not([data-autoplay-enabled=true]).slideshow-v3--dot-hover-fill .slideshow-v3__dot[data-active] .slideshow-v3__dot-fill,slide-show-v3:not([data-autoplay-enabled=true]).slideshow-v3--dot-hover-fill-square .slideshow-v3__dot[data-active] .slideshow-v3__dot-fill{transform:scaleX(1)}.slideshow-v3--dot-hover-fill .slideshow-v3__dot:not([data-active]) .slideshow-v3__dot-fill,.slideshow-v3--dot-hover-fill-square .slideshow-v3__dot:not([data-active]) .slideshow-v3__dot-fill{animation:none}.slideshow-v3--dot-hover-fill .slideshow-v3__dot:hover:not([data-active]) .slideshow-v3__dot-fill,.slideshow-v3--dot-hover-fill-square .slideshow-v3__dot:hover:not([data-active]) .slideshow-v3__dot-fill{transform:scaleX(1)}@keyframes slideshow-v3-bar-fill{0%{transform:scaleX(0)}to{transform:scaleX(1)}}.slideshow-v3--dot-hover-fill-square .slideshow-v3__dot{border-radius:0}.slideshow-v3--dot-numbered .slideshow-v3__dots{gap:.6rem}.slideshow-v3--dot-numbered .slideshow-v3__dot{width:auto;min-width:3rem;height:2.6rem;padding:0 .8rem;border-radius:6px;background:#ffffff2e;color:#ffffffb3;font-size:1.15rem;font-weight:700;font-family:inherit;display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.25)}.slideshow-v3--dot-numbered .slideshow-v3__dot[data-active]{width:auto;background:#fff;color:#1a2236;border-color:#fff}.slideshow-v3--dot-numbered .slideshow-v3__dot:hover{background:#ffffff52}.slideshow-v3__dot-number{line-height:1}@media screen and (max-width:749px){.slideshow-v3--dot-progress-fill .slideshow-v3__dots,.slideshow-v3--dot-hover-fill .slideshow-v3__dots,.slideshow-v3--dot-hover-fill-square .slideshow-v3__dots{display:none}}.slideshow-v3--dot-thumbnails .slideshow-v3__dots{gap:.8rem;bottom:1.6rem}.slideshow-v3--dot-thumbnails .slideshow-v3__dot{width:6.4rem;height:4.4rem;padding:0;border-radius:6px;overflow:hidden;background:transparent;border:2px solid rgba(255,255,255,.45);opacity:.65;cursor:pointer;transition:opacity .25s ease,border-color .25s ease,transform .25s ease}.slideshow-v3--dot-thumbnails .slideshow-v3__dot:hover{opacity:.9;background:transparent;border-color:#ffffffbf}.slideshow-v3--dot-thumbnails .slideshow-v3__dot[data-active]{width:6.4rem;background:transparent;opacity:1;border-color:#fff;transform:translateY(-2px)}.slideshow-v3__dot-thumb{width:100%;height:100%;object-fit:cover;display:block;pointer-events:none}.slideshow-v3--dot-thumbnails .slideshow-v3__dot>.slideshow-v3__dot-number{display:flex;align-items:center;justify-content:center;width:100%;height:100%;color:#ffffffd9;font-size:1.3rem;font-weight:700;background:#ffffff14}@media screen and (max-width:749px){.slideshow-v3--dot-thumbnails .slideshow-v3__dot{width:5.2rem;height:3.6rem}.slideshow-v3--dot-thumbnails .slideshow-v3__dot[data-active]{width:5.2rem}}.slideshow-v3__btn-theme{display:inline-flex;align-items:center;gap:.6rem;text-decoration:none;border-radius:var(--slideshow-v3-button-radius, var(--buttons-radius, 12px))}.shopify-section:has(.slideshow-v3 .slideshow__next-section-button){position:relative;z-index:3}@media(prefers-reduced-motion:reduce){.slideshow-v3__track,.slideshow-v3__btn,.slideshow-v3__arrow,.slideshow-v3__dot,.slideshow-v3__image,.slideshow-v3__dot-progress-fill,.slideshow-v3__dot-fill{transition:none!important;animation:none!important}.slideshow-v3__btn--primary:hover,.slideshow-v3__arrow:hover{transform:translateY(0)}.slideshow-v3__arrow:hover{transform:translateY(-50%)}}
/*# sourceMappingURL=/cdn/shop/t/23/assets/slide-show-v3.css.map */
