.mt-animation-slideshow--effect-fade-left .mt-animation-slideshow__slide,.mt-animation-slideshow--effect-drift .mt-animation-slideshow__slide{transition:opacity .4s ease,transform .4s ease}.mt-animation-slideshow--effect-fade-left .mt-animation-slideshow__slide.is-active,.mt-animation-slideshow--effect-drift .mt-animation-slideshow__slide.is-active{position:relative}.mt-animation-slideshow{position:relative;width:100%;overflow:hidden;color:inherit}.mt-animation-slideshow__inner{position:relative}.mt-animation-slideshow__viewport{position:relative;overflow:hidden}.mt-animation-slideshow__slides{position:relative}.mt-animation-slideshow__slide{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;pointer-events:none;transform:scale(1.02);transition:opacity .8s ease,transform .8s ease;display:flex;flex-direction:column}.mt-animation-slideshow__slide.is-active{position:relative;opacity:1;pointer-events:auto;z-index:2;transform:scale(1)}.mt-animation-slideshow__media{position:relative;width:100%;overflow:hidden;background:#111;flex:1 1 auto;display:flex;align-items:center;justify-content:center}.mt-animation-slideshow__media img,.mt-animation-slideshow__media picture,.mt-animation-slideshow__media picture img{width:100%;height:auto;max-height:100%;object-fit:contain;display:block}.mt-animation-slideshow__media video{width:100%;height:100%;object-fit:cover;display:block}.mt-animation-slideshow__media-placeholder{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;color:#fff9;font-size:18px;letter-spacing:.22em;text-transform:uppercase;background:linear-gradient(135deg,#1f1f1f,#2a2a2a)}.mt-animation-slideshow__content{padding:clamp(24px,5vw,48px);display:flex;flex-direction:column;gap:clamp(12px,2vw,20px);text-align:left;color:inherit;background:#fff0}.mt-animation-slideshow__content-inner{display:flex;flex-direction:column;gap:clamp(12px,2vw,20px)}.mt-animation-slideshow--effect-fade-left .mt-animation-slideshow__content-inner,.mt-animation-slideshow--effect-drift .mt-animation-slideshow__content-inner{opacity:0;transform:translate(-36px);animation-fill-mode:forwards}.mt-animation-slideshow--effect-fade-left .mt-animation-slideshow__heading,.mt-animation-slideshow--effect-fade-left .mt-animation-slideshow__body,.mt-animation-slideshow--effect-fade-left .mt-animation-slideshow__buttons{opacity:0;transform:translate(-24px)}.mt-animation-slideshow--effect-fade-left .mt-animation-slideshow__slide.is-active .mt-animation-slideshow__content-inner,.mt-animation-slideshow--effect-drift .mt-animation-slideshow__slide.is-active .mt-animation-slideshow__content-inner{animation-fill-mode:both}.mt-animation-slideshow--effect-fade-left .mt-animation-slideshow__slide.is-active .mt-animation-slideshow__content-inner{animation:mt-slideshow-fade-left .6s ease forwards}.mt-animation-slideshow--effect-fade-left .mt-animation-slideshow__slide.is-active .mt-animation-slideshow__heading{animation:mt-slideshow-item-fade .7s ease forwards .12s}.mt-animation-slideshow--effect-fade-left .mt-animation-slideshow__slide.is-active .mt-animation-slideshow__body{animation:mt-slideshow-item-fade .8s ease forwards .26s}.mt-animation-slideshow--effect-fade-left .mt-animation-slideshow__slide.is-active .mt-animation-slideshow__buttons{animation:mt-slideshow-item-fade .9s ease forwards .42s}.mt-animation-slideshow--effect-drift .mt-animation-slideshow__content-inner{opacity:0;transform:translate(-80px);animation-fill-mode:forwards}.mt-animation-slideshow--effect-drift .mt-animation-slideshow__heading,.mt-animation-slideshow--effect-drift .mt-animation-slideshow__body,.mt-animation-slideshow--effect-drift .mt-animation-slideshow__buttons{opacity:0;transform:translate(-60px)}.mt-animation-slideshow--effect-drift .mt-animation-slideshow__slide.is-active .mt-animation-slideshow__content-inner{animation:mt-slideshow-drift .72s ease-out forwards}.mt-animation-slideshow--effect-drift .mt-animation-slideshow__slide.is-active .mt-animation-slideshow__heading{animation:mt-slideshow-item-drift .68s ease-out forwards .12s}.mt-animation-slideshow--effect-drift .mt-animation-slideshow__slide.is-active .mt-animation-slideshow__body{animation:mt-slideshow-item-drift .72s ease-out forwards .26s}.mt-animation-slideshow--effect-drift .mt-animation-slideshow__slide.is-active .mt-animation-slideshow__buttons{animation:mt-slideshow-item-drift .76s ease-out forwards .42s}@keyframes mt-slideshow-fade-left{0%{opacity:0;transform:translate(-36px)}to{opacity:1;transform:translate(0)}}@keyframes mt-slideshow-item-fade{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}@keyframes mt-slideshow-drift{0%{opacity:0;transform:translate(-80px)}65%{opacity:1;transform:translate(18px)}to{opacity:1;transform:translate(0)}}@keyframes mt-slideshow-item-drift{0%{opacity:0;transform:translate(-60px)}60%{opacity:1;transform:translate(14px)}to{opacity:1;transform:translate(0)}}.mt-animation-slideshow__content .mt-animation-slideshow__heading{font-family:Manrope;font-weight:700;font-size:55px;line-height:70px;letter-spacing:0%;color:var(--mt-slideshow-heading-color, inherit)}.mt-animation-slideshow__content .mt-animation-slideshow__subheading{margin:0;font-size:clamp(16px,2.5vw,20px);color:#ffffffb3;letter-spacing:.18em;text-transform:uppercase}.mt-animation-slideshow__content .mt-animation-slideshow__body{font-size:clamp(16px,2.2vw,18px);line-height:24px;max-width:600px}.mt-animation-slideshow__content .mt-animation-slideshow__body p{font-size:18px;font-weight:400}.mt-animation-slideshow__buttons{display:inline-flex;flex-wrap:wrap;gap:16px;margin-top:30px}@media screen and (max-width:749px){.mt-animation-slideshow__content .mt-animation-slideshow__heading{font-size:35px;line-height:55px}}.mt-animation-slideshow__button.mt-glow-btn{display:inline-flex;align-items:center;justify-content:center;border-radius:var(--mt-slide-button-radius, 999px);text-decoration:none;color:var(--mt-slide-button-text-color, #fff);border:1px solid var(--mt-slide-button-border-color, transparent);font-size:16px;line-height:20px;font-weight:500;cursor:pointer;padding:8px 30px;font-family:Manrope,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;letter-spacing:normal;text-align:center;background:var(--mt-glow-btn-bg, #1f2758);box-shadow:var(--mt-glow-btn-shadow, none);transition:background .35s ease,box-shadow .35s ease,transform .45s ease,color .35s ease}.mt-animation-slideshow__button.mt-glow-btn:hover,.mt-animation-slideshow__button.mt-glow-btn:focus-visible{color:var(--mt-slide-button-text-color, #fff);background:var( --mt-glow-btn-bg-hover, linear-gradient(90deg, #c09449 0%, #e0be6d 100%) );box-shadow:var( --mt-glow-btn-shadow-hover, 0 0 8px rgba(224, 190, 109, .55), 0 0 18px rgba(224, 190, 109, .42), 0 0 32px rgba(224, 190, 109, .3) )}.mt-animation-slideshow__arrow{position:absolute;top:50%;transform:translateY(-50%);width:60px;height:60px;padding:0;border:none;background:transparent;color:#f8f8f8;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:5;transition:transform .3s ease,opacity .3s ease;opacity:0;pointer-events:none}.mt-animation-slideshow:hover .mt-animation-slideshow__arrow{opacity:1;pointer-events:auto}.mt-animation-slideshow__arrow:hover{background:transparent;transform:translateY(-50%) scale(1.05)}.mt-animation-slideshow__arrow:focus,.mt-animation-slideshow__arrow:focus-visible{outline:none!important;outline-offset:0!important;box-shadow:none;background:transparent}.mt-animation-slideshow__arrow:focus-visible{transform:translateY(-50%) scale(1.05)}.mt-animation-slideshow__arrow--prev{left:clamp(12px,3vw,32px)}.mt-animation-slideshow__arrow--next{right:clamp(12px,3vw,32px)}.mt-animation-slideshow__arrow--next svg{transform:scaleX(-1)}.mt-animation-slideshow__arrow svg{display:block;width:24px;height:24px}.mt-animation-slideshow__dots{position:absolute;display:flex;gap:10px;z-index:4}.mt-animation-slideshow__dot{width:12px;height:12px;border-radius:999px;background:#ffffff73;border:none;cursor:pointer;transition:transform .3s ease,background .3s ease,width .3s ease}.mt-animation-slideshow__dot.is-active{transform:scale(1.1);background:#fff}.mt-animation-slideshow--dot-style-bar .mt-animation-slideshow__dot{width:13px;height:6px;border-radius:999px;background:#f2f2f2;transform:none}.mt-animation-slideshow--dot-style-bar .mt-animation-slideshow__dot.is-active{width:100px;background:linear-gradient(90deg,#c09449,#e0be6d);transform:none}.mt-animation-slideshow--dots-bottom .mt-animation-slideshow__dots{bottom:clamp(16px,3vw,36px);left:50%;transform:translate(-50%);flex-direction:row}.mt-animation-slideshow--dots-left .mt-animation-slideshow__dots,.mt-animation-slideshow--dots-right .mt-animation-slideshow__dots{top:50%;transform:translateY(-50%);flex-direction:column}.mt-animation-slideshow--dots-left .mt-animation-slideshow__dots{left:clamp(16px,3vw,36px);align-items:flex-start}.mt-animation-slideshow--dots-right .mt-animation-slideshow__dots{right:clamp(16px,3vw,36px);align-items:flex-end}.mt-animation-slideshow--layout-overlay .mt-animation-slideshow__slide{justify-content:center}.mt-animation-slideshow--layout-overlay .mt-animation-slideshow__content,.mt-animation-slideshow__slide--overlay .mt-animation-slideshow__content{position:absolute;background:none;pointer-events:none}@media screen and (min-width:750px){.mt-animation-slideshow--layout-overlay .mt-animation-slideshow__content,.mt-animation-slideshow__slide--overlay .mt-animation-slideshow__content{width:var(--mt-slideshow-content-width, 520px);left:var(--mt-slideshow-content-left, 50%);top:var(--mt-slideshow-content-top, 50%);transform:translate(-50%,-50%)}}@media screen and (max-width:749px){.mt-animation-slideshow--layout-overlay,.mt-animation-slideshow__slide--overlay{--mt-slideshow-mobile-dots-offset: clamp(16px, 3vw, 36px);--mt-slideshow-mobile-button-bottom: calc(var(--mt-slideshow-mobile-dots-offset) + 12px + 16px)}.mt-animation-slideshow--layout-overlay .mt-animation-slideshow__content,.mt-animation-slideshow__slide--overlay .mt-animation-slideshow__content{width:auto;max-width:none;left:15px;right:15px;top:clamp(16px,4vw,24px);bottom:var(--mt-slideshow-mobile-button-bottom);transform:none;padding:0;text-align:center;align-items:center;justify-content:flex-start;overflow:hidden}.mt-animation-slideshow--layout-overlay .mt-animation-slideshow__content .mt-animation-slideshow__heading,.mt-animation-slideshow--layout-overlay .mt-animation-slideshow__content .mt-animation-slideshow__body,.mt-animation-slideshow__slide--overlay .mt-animation-slideshow__content .mt-animation-slideshow__heading,.mt-animation-slideshow__slide--overlay .mt-animation-slideshow__content .mt-animation-slideshow__body{margin-top:0;margin-bottom:0}.mt-animation-slideshow--layout-overlay .mt-animation-slideshow__content-inner,.mt-animation-slideshow__slide--overlay .mt-animation-slideshow__content-inner{width:100%;height:100%;min-height:0;padding:30px 5px 26px!important;text-align:center;align-items:center;justify-content:flex-start}.mt-animation-slideshow--layout-overlay .mt-animation-slideshow__slide.is-active .mt-animation-slideshow__buttons,.mt-animation-slideshow__slide--overlay.is-active .mt-animation-slideshow__buttons{margin-top:auto;margin-bottom:0;justify-content:center;flex-shrink:0;z-index:5;pointer-events:auto}.mt-animation-slideshow--layout-overlay .mt-animation-slideshow__slide.is-active .mt-animation-slideshow__button.mt-glow-btn,.mt-animation-slideshow__slide--overlay.is-active .mt-animation-slideshow__button.mt-glow-btn{pointer-events:auto}.mt-animation-slideshow__slide--overlay.mt-animation-slideshow--text-align-left .mt-animation-slideshow__content,.mt-animation-slideshow__slide--overlay.mt-animation-slideshow--text-align-right .mt-animation-slideshow__content,.mt-animation-slideshow__slide--overlay.mt-animation-slideshow--text-align-center .mt-animation-slideshow__content,.mt-animation-slideshow__slide--overlay.mt-animation-slideshow--text-align-left .mt-animation-slideshow__content-inner,.mt-animation-slideshow__slide--overlay.mt-animation-slideshow--text-align-right .mt-animation-slideshow__content-inner,.mt-animation-slideshow__slide--overlay.mt-animation-slideshow--text-align-center .mt-animation-slideshow__content-inner{text-align:center;align-items:center}}.mt-animation-slideshow--layout-overlay .mt-animation-slideshow__content-inner{width:100%;border-radius:20px;padding:clamp(24px,6vw,48px);pointer-events:auto;color:#fff}.mt-animation-slideshow--text-align-left .mt-animation-slideshow__content-inner,.mt-animation-slideshow--text-align-left .mt-animation-slideshow__content{text-align:left}.mt-animation-slideshow--text-align-center .mt-animation-slideshow__content-inner,.mt-animation-slideshow--text-align-center .mt-animation-slideshow__content{text-align:center;align-items:center}.mt-animation-slideshow--text-align-right .mt-animation-slideshow__content-inner,.mt-animation-slideshow--text-align-right .mt-animation-slideshow__content{text-align:right;align-items:flex-end}.mt-animation-slideshow--layout-split .mt-animation-slideshow__slide{position:absolute;top:0;right:0;bottom:0;left:0;flex-direction:row;gap:clamp(16px,4vw,48px);align-items:stretch}.mt-animation-slideshow--layout-split .mt-animation-slideshow__media{flex:1 1 55%}.mt-animation-slideshow--layout-split .mt-animation-slideshow__content{position:relative;flex:1 1 45%;padding:clamp(24px,4vw,48px);background:var(--mt-slideshow-content-bg, #ffffff);color:var(--mt-slideshow-content-color, #111);justify-content:center}.mt-animation-slideshow--layout-split .mt-animation-slideshow__content-inner{max-width:clamp(320px,40vw,520px)}.mt-animation-slideshow--layout-split .mt-animation-slideshow__slide.is-active{position:relative}.mt-animation-slideshow--dot-style-bar .mt-animation-slideshow__dots{gap:4px}.mt-animation-slideshow__media:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#0000;pointer-events:none;transition:background .3s ease}.mt-animation-slideshow--layout-overlay .mt-animation-slideshow__media:after{background:#0003}.mt-animation-slideshow--show-arrows-false .mt-animation-slideshow__arrow,.mt-animation-slideshow--show-dots-false .mt-animation-slideshow__dots{display:none}@media(max-width:1023px){.mt-animation-slideshow--layout-split .mt-animation-slideshow__slide{flex-direction:column}.mt-animation-slideshow--layout-split .mt-animation-slideshow__media,.mt-animation-slideshow--layout-split .mt-animation-slideshow__content{flex:1 1 auto}.mt-animation-slideshow__arrow{width:40px;height:40px}}.mt-animation-slideshow__global-button{display:inline-flex;align-items:center;justify-content:center;padding:12px 28px;border-radius:4px;text-decoration:none;font-weight:600;font-size:inherit;border:1px solid transparent;transition:transform .3s ease,box-shadow .3s ease,opacity .3s ease;cursor:pointer}
/*# sourceMappingURL=/cdn/shop/t/16/assets/mt-animation-slideshow.css.map */
