.carousel-v2{--arrows-display:block;--dots-display:flex}
.carousel-v2__wrapper,.carousel-v2__container{position:relative}
.carousel-v2__wrapper[data-closing-group-id]{overflow:hidden;height:0}
.carousel-v2--visible .carousel-v2__wrapper[data-closing-group-id]{overflow:visible;height:auto}
.carousel-v2__body{display:flex;align-items:center}
.carousel-v2__arrow{position:relative;z-index:1;flex-shrink:0;cursor:pointer;user-select:none;display:var(--arrows-display)}
.carousel-v2__arrow--prev{margin-right:31px}
.carousel-v2__arrow--next{margin-left:31px}
.carousel-v2__arrow--top,.carousel-v2__arrow--bottom{position:absolute}
.carousel-v2__arrow--top{top:-50px}
.carousel-v2__arrow--bottom{bottom:-50px}
.carousel-v2__arrow--disabled{visibility:hidden}
.carousel-v2__arrow:before{width:30px;height:30px;position:absolute;margin:auto;top:50%;left:50%;transform:translate(-50%,-50%);content:''}
.carousel-v2__arrow-icon{display:block;width:30px;height:30px;position:relative}
.carousel-v2__arrow-icon--tablet,.carousel-v2__arrow-icon--mobile{display:none}
.carousel-v2__arrow--next .carousel-v2__arrow-icon{transform:rotate(180deg)}
.carousel-v2__dots-placeholder{height:40px;display:var(--dots-display)}
.carousel-v2__dots{position:absolute;left:0;right:0;display:var(--dots-display);justify-content:center;bottom:-40px;z-index:2}
.carousel-v2--dots-alignment--left .carousel-v2__dots{justify-content:flex-start}
.carousel-v2--dots-alignment--center .carousel-v2__dots{justify-content:center}
.carousel-v2--dots-alignment--right .carousel-v2__dots{justify-content:flex-end}
.carousel-v2__dots--disabled{display:none}
.carousel-v2__dot{width:10px;height:10px;border-radius:50%;cursor:pointer;border:1px solid currentColor}
.carousel-v2__dot+.carousel-v2__dot{margin-left:10px}
.carousel-v2__dot--active{background:currentColor}
.carousel-v2__close{display:none}
.carousel-v2__inner{flex-grow:1;position:relative;min-width:0;flex-basis:100%}
.carousel-v2__slides{flex-grow:1}
.carousel-v2 .carousel-v2__extra-content{display:none;position:relative}
.carousel-v2 .carousel-v2__extra-content-close{position:absolute;top:15px;right:10px;height:28px;width:28px;cursor:pointer;transform:rotate(90deg);z-index:1}
.carousel-v2--slide-up{overflow:hidden}
@media(prefers-reduced-motion:reduce){.carousel-v2--slide-up{transition:none}
}
@media(prefers-reduced-motion:no-preference){.carousel-v2--slide-up{transition:height .3s ease}
}
.carousel-v2--hero .carousel-v2{position:relative}
.carousel-v2--hero .carousel-v2__bg{position:absolute;left:0;z-index:1;right:0;bottom:0;background-image:linear-gradient(0,rgba(0,0,0,0.3),transparent);height:95px;pointer-events:none}
.carousel-v2--hero .carousel-v2__arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:3}
.carousel-v2--hero .carousel-v2__arrow--prev{left:calc(50% - 637px)}
.carousel-v2--hero .carousel-v2__arrow--next{right:calc(50% - 637px)}
@media screen and (max-width:1320px){.carousel-v2--hero .carousel-v2__arrow--prev{left:10px}
.carousel-v2--hero .carousel-v2__arrow--next{right:10px}
}
@media only screen and (min-width:1230px){.carousel-v2--hero .carousel-v2__wrapper[data-desktop-dots="true"] .carousel-v2__dots-placeholder{display:none}
.carousel-v2--hero .carousel-v2__dots{bottom:18px}
}
.carousel-v2--hello-banner .carousel-v2__bg{position:absolute;left:0;top:0;bottom:0;width:100%;overflow:hidden}
.carousel-v2--hello-banner .carousel-v2__bg-inner{height:0;padding-top:200%;width:200%;opacity:0;position:absolute;top:50%;transform:translate(-50%,-50%) scale(0.05);border-radius:50%}
.carousel-v2--hello-banner .carousel-v2__bg-inner--animated{transform:translate(-50%,-50%) scale(1);opacity:1}
@media(prefers-reduced-motion:reduce){.carousel-v2--hello-banner .carousel-v2__bg-inner--animated{transition:none}
}
@media(prefers-reduced-motion:no-preference){.carousel-v2--hello-banner .carousel-v2__bg-inner--animated{transition:transform .8s ease}
}
.carousel-v2--ready.carousel-v2--hello-banner .carousel-v2__slide{opacity:0;transition-property:none}
.carousel-v2--ready.carousel-v2--hello-banner .carousel-v2__slide--active{opacity:1}
@media(prefers-reduced-motion:reduce){.carousel-v2--ready.carousel-v2--hello-banner .carousel-v2__slide--active{transition-property:none}
}
@media(prefers-reduced-motion:no-preference){.carousel-v2--ready.carousel-v2--hello-banner .carousel-v2__slide--active{transition-property:opacity,transform}
}
.carousel-v2--hello-banner .carousel-v2__slides--direction--right .carousel-v2__slide{transform:translate(90px,0)}
.carousel-v2--hello-banner .carousel-v2__slides--direction--left .carousel-v2__slide{transform:translate(-90px,0)}
.carousel-v2--hello-banner .carousel-v2__slides .carousel-v2__slide--active{transform:translate(0,0)}
.carousel-v2--hello-banner .carousel-v2__arrow--prev{margin-left:25px}
.carousel-v2--hello-banner .carousel-v2__arrow--next{margin-right:25px}
.carousel-v2--hello-banner .carousel-v2__close{flex-shrink:0;position:absolute;right:10px;top:50%;transform:translateY(-50%);z-index:100;display:block}
.carousel-v2--hello-banner .carousel-v2__close-btn{cursor:pointer;width:28px;height:28px;padding:7px;position:relative}
.carousel-v2--hello-banner .carousel-v2__close-btn::before{content:'';position:absolute;left:0;top:0;height:100%;width:100%;border-radius:50%;background-color:currentColor;opacity:0}
@media(prefers-reduced-motion:reduce){.carousel-v2--hello-banner .carousel-v2__close-btn::before{transition:none}
}
@media(prefers-reduced-motion:no-preference){.carousel-v2--hello-banner .carousel-v2__close-btn::before{transition:opacity .2s}
}
.carousel-v2--hello-banner .carousel-v2__close-btn:hover::before{opacity:.2}
@media only screen and (min-width:1230px){.carousel-v2--hello-banner .carousel-v2__arrow{visibility:hidden;opacity:0}
.carousel-v2--hello-banner:hover .carousel-v2__arrow:not(.carousel-v2__arrow--disabled){visibility:visible;opacity:1}
.carousel-v2--hello-banner__wrapper[data-desktop-close-btn="true"] .carousel-v2__close{display:block}
.carousel-v2--hello-banner__wrapper[data-desktop-close-btn="false"] .carousel-v2__close{display:none}
}
@media only screen and (min-width:1230px) and (prefers-reduced-motion:reduce){.carousel-v2--hello-banner:hover .carousel-v2__arrow:not(.carousel-v2__arrow--disabled){transition:none}
}
@media only screen and (min-width:1230px) and (prefers-reduced-motion:no-preference){.carousel-v2--hello-banner:hover .carousel-v2__arrow:not(.carousel-v2__arrow--disabled){transition:opacity 1s}
}
.carousel-v2--ghost-slides .carousel-v2__body{position:relative;padding:0 147px}
.carousel-v2--ghost-slides .carousel-v2__slides{overflow:visible}
.carousel-v2--ghost-slides .carousel-v2__arrow{position:absolute;top:50%;margin:0;transform:translateY(-50%);z-index:4;background-color:transparent}
.carousel-v2--ghost-slides .carousel-v2__arrow--prev{left:calc(50% - 637px)}
.carousel-v2--ghost-slides .carousel-v2__arrow--next{right:calc(50% - 637px)}
.carousel-v2--ghost-slides .carousel-v2__dots{justify-content:flex-start;padding:0 30px}
.carousel-v2--ghost-slides .carousel-v2__slide{border:1px solid #0684bd;border-radius:5px}
.carousel-v2--ghost-slides .carousel-v2__slide:not(.carousel-v2__slide--active){pointer-events:none;background:0}
.carousel-v2--ghost-slides .carousel-v2__slide:not(.carousel-v2__slide--active)>div{opacity:0}
@media screen and (max-width:1320px){.carousel-v2--ghost-slides .carousel-v2__arrow--prev{left:10px}
.carousel-v2--ghost-slides .carousel-v2__arrow--next{right:10px}
}
.carousel-v2--phoenix .carousel-v2__arrow--next{margin-left:64px}
.carousel-v2--phoenix .carousel-v2__arrow--prev{margin-right:64px}
.carousel-v2--phoenix .carousel-v2__arrow:before{width:80px;height:80px;border-radius:50%;background:#fff;opacity:0}
@media(prefers-reduced-motion:reduce){.carousel-v2--phoenix .carousel-v2__arrow:before{transition:none}
}
@media(prefers-reduced-motion:no-preference){.carousel-v2--phoenix .carousel-v2__arrow:before{transition:opacity .3s ease}
}
.carousel-v2--phoenix .carousel-v2__arrow:hover:before{opacity:1}
.carousel-v2--phoenix .carousel-v2__arrow:focus:before{opacity:1;outline:3px solid #5580f7;outline-offset:2px}
.carousel-v2--phoenix .carousel-v2__slide .background__layer--type--image{transform:scale(1.2)}
.carousel-v2--phoenix .carousel-v2__slides--direction--right .background__parsys{transform:translate3d(20px,0,0)}
.carousel-v2--phoenix .carousel-v2__slides--direction--left .background__parsys{transform:translate3d(-20px,0,0)}
.carousel-v2--phoenix .carousel-v2__slide--active .background__layer--type--image{transform:scale(1)}
@media(prefers-reduced-motion:reduce){.carousel-v2--phoenix .carousel-v2__slide--active .background__layer--type--image{transition:none}
}
@media(prefers-reduced-motion:no-preference){.carousel-v2--phoenix .carousel-v2__slide--active .background__layer--type--image{transition:transform .5s ease}
}
.carousel-v2--phoenix .carousel-v2__slide--active .background__parsys{transform:translate3d(0,0,0)}
@media(prefers-reduced-motion:reduce){.carousel-v2--phoenix .carousel-v2__slide--active .background__parsys{transition:none}
}
@media(prefers-reduced-motion:no-preference){.carousel-v2--phoenix .carousel-v2__slide--active .background__parsys{transition:transform .5s ease}
}
.aem-AuthorLayer-Edit .carousel-v2__arrow,.aem-AuthorLayer-Edit .carousel-v2__close-btn,.aem-AuthorLayer-Edit .carousel-v2__extra-content-close{display:none !important}
.aem-AuthorLayer-Edit .carousel-v2__content,.aem-AuthorLayer-Edit .carousel-v2__extra-content,.aem-AuthorLayer-Edit .carousel-v2__body,.aem-AuthorLayer-Edit .carousel-v2__slide,.aem-AuthorLayer-Edit .carousel-v2__slides>div+div{display:block !important}
.aem-AuthorLayer-Edit .carousel-v2__wrapper[data-closing-group-id]{height:auto}
html:not(.aem-AuthorLayer-Edit) .carousel-v2--extra-content-animation--drawer .carousel-v2__content{height:0;z-index:201;position:relative;opacity:0;pointer-events:none}
html:not(.aem-AuthorLayer-Edit) .carousel-v2--extra-content-animation--drawer .carousel-v2__container{overflow:hidden}
html:not(.aem-AuthorLayer-Edit) .carousel-v2--extra-content-animation--drawer .carousel-v2__extra-content{display:block;position:absolute;top:0;left:0;right:0;z-index:200;visibility:hidden;overflow:hidden}
html:not(.aem-AuthorLayer-Edit) .carousel-v2--extra-content-animation--drawer .carousel-v2__extra-content-bg>.background__layers{opacity:0;transform-origin:center 0;transform:translateZ(0) scaleY(0.7)}
html:not(.aem-AuthorLayer-Edit) .carousel-v2--extra-content-animation--drawer .carousel-v2__extra-content-bg>.background__wrapper{transform:translate3d(0,-30px,0)}
html:not(.aem-AuthorLayer-Edit) .carousel-v2--extra-content-animation--drawer .carousel-v2__extra-content-close{opacity:0}
@media(prefers-reduced-motion:reduce){html:not(.aem-AuthorLayer-Edit) .carousel-v2--extra-content-animation--drawer .carousel-v2__extra-content-close{transition:none}
}
@media(prefers-reduced-motion:no-preference){html:not(.aem-AuthorLayer-Edit) .carousel-v2--extra-content-animation--drawer .carousel-v2__extra-content-close{transition:opacity .5s}
}
html:not(.aem-AuthorLayer-Edit) .carousel-v2--extra-content-animation--drawer.carousel-v2--extra-content--animate-in .carousel-v2__extra-content{visibility:visible}
html:not(.aem-AuthorLayer-Edit) .carousel-v2--extra-content-animation--drawer.carousel-v2--extra-content--animate-in .carousel-v2__extra-content-bg>.background__layers{transform:translateZ(0) scaleY(1);opacity:1}
@media(prefers-reduced-motion:reduce){html:not(.aem-AuthorLayer-Edit) .carousel-v2--extra-content-animation--drawer.carousel-v2--extra-content--animate-in .carousel-v2__extra-content-bg>.background__layers{transition:none}
}
@media(prefers-reduced-motion:no-preference){html:not(.aem-AuthorLayer-Edit) .carousel-v2--extra-content-animation--drawer.carousel-v2--extra-content--animate-in .carousel-v2__extra-content-bg>.background__layers{transition:transform .5s ease,opacity .5s ease}
}
html:not(.aem-AuthorLayer-Edit) .carousel-v2--extra-content-animation--drawer.carousel-v2--extra-content--animate-in .carousel-v2__extra-content-bg>.background__wrapper{transform:translate3d(0,0,0)}
@media(prefers-reduced-motion:reduce){html:not(.aem-AuthorLayer-Edit) .carousel-v2--extra-content-animation--drawer.carousel-v2--extra-content--animate-in .carousel-v2__extra-content-bg>.background__wrapper{transition:none}
}
@media(prefers-reduced-motion:no-preference){html:not(.aem-AuthorLayer-Edit) .carousel-v2--extra-content-animation--drawer.carousel-v2--extra-content--animate-in .carousel-v2__extra-content-bg>.background__wrapper{transition:transform .5s ease}
}
html:not(.aem-AuthorLayer-Edit) .carousel-v2--extra-content-animation--drawer.carousel-v2--extra-content--animate-in .carousel-v2__extra-content-close{opacity:1}
html:not(.aem-AuthorLayer-Edit) .carousel-v2--extra-content-animation--drawer.carousel-v2--extra-content--animate-in .carousel-v2__slides{transform:translate3d(0,20px,0)}
html:not(.aem-AuthorLayer-Edit) .carousel-v2--extra-content-animation--drawer.carousel-v2--extra-content--animate-out .carousel-v2__extra-content{visibility:hidden}
@media(prefers-reduced-motion:reduce){html:not(.aem-AuthorLayer-Edit) .carousel-v2--extra-content-animation--drawer.carousel-v2--extra-content--animate-out .carousel-v2__extra-content{transition:none}
}
@media(prefers-reduced-motion:no-preference){html:not(.aem-AuthorLayer-Edit) .carousel-v2--extra-content-animation--drawer.carousel-v2--extra-content--animate-out .carousel-v2__extra-content{transition:visibility .0001s .5s}
}
@media(prefers-reduced-motion:reduce){html:not(.aem-AuthorLayer-Edit) .carousel-v2--extra-content-animation--drawer.carousel-v2--extra-content--animate-out .carousel-v2__extra-content-bg>.background__layers{transition:none}
}
@media(prefers-reduced-motion:no-preference){html:not(.aem-AuthorLayer-Edit) .carousel-v2--extra-content-animation--drawer.carousel-v2--extra-content--animate-out .carousel-v2__extra-content-bg>.background__layers{transition:transform .5s ease}
}
html:not(.aem-AuthorLayer-Edit) .carousel-v2--extra-content-animation--drawer.carousel-v2--extra-content--animate-out .carousel-v2__extra-content-bg>.background__wrapper{opacity:0;transform:translate3d(0,-30px,0)}
@media(prefers-reduced-motion:reduce){html:not(.aem-AuthorLayer-Edit) .carousel-v2--extra-content-animation--drawer.carousel-v2--extra-content--animate-out .carousel-v2__extra-content-bg>.background__wrapper{transition:none}
}
@media(prefers-reduced-motion:no-preference){html:not(.aem-AuthorLayer-Edit) .carousel-v2--extra-content-animation--drawer.carousel-v2--extra-content--animate-out .carousel-v2__extra-content-bg>.background__wrapper{transition:opacity .3s ease,transform .5s ease}
}
html:not(.aem-AuthorLayer-Edit) .carousel-v2--extra-content-animation--drawer.carousel-v2--extra-content--animate-out .carousel-v2__extra-content-close{opacity:0;transition:none}
html:not(.aem-AuthorLayer-Edit) .carousel-v2--extra-content-animation--drawer.carousel-v2--extra-content--animate-out .carousel-v2__content{visibility:visible;opacity:1}
@media(prefers-reduced-motion:reduce){html:not(.aem-AuthorLayer-Edit) .carousel-v2--extra-content-animation--drawer.carousel-v2--extra-content--animate-out .carousel-v2__content{transition:none}
}
@media(prefers-reduced-motion:no-preference){html:not(.aem-AuthorLayer-Edit) .carousel-v2--extra-content-animation--drawer.carousel-v2--extra-content--animate-out .carousel-v2__content{transition:height .5s ease opacity,0.5s ease ''}
}
html:not(.aem-AuthorLayer-Edit) .carousel-v2--extra-content-animation--drawer.carousel-v2--extra-content--animate-out .carousel-v2__container{pointer-events:auto}
html:not(.aem-AuthorLayer-Edit) .carousel-v2--extra-content-animation--drawer.carousel-v2--extra-content--animate-out .carousel-v2__slides{transform:translate3d(0,0,0)}
@media(prefers-reduced-motion:reduce){html:not(.aem-AuthorLayer-Edit) .carousel-v2--extra-content-animation--drawer.carousel-v2--extra-content--animate-out .carousel-v2__slides{transition:none}
}
@media(prefers-reduced-motion:no-preference){html:not(.aem-AuthorLayer-Edit) .carousel-v2--extra-content-animation--drawer.carousel-v2--extra-content--animate-out .carousel-v2__slides{transition:transform .5s ease}
}
html:not(.aem-AuthorLayer-Edit) .carousel-v2--hello-banner:not(.carousel-v2--ready) .carousel-v2__slide+.carousel-v2__slide{display:none}
.carousel-v2--freemium{--arrows-display:flex}
.carousel-v2--freemium .carousel-v2__body{flex-wrap:wrap}
.carousel-v2--freemium .carousel-v2__arrow-icon{width:25px;height:20px}
.carousel-v2--freemium .carousel-v2__arrow{width:52px;height:52px;border:1px solid #fff;border-radius:40px;color:#fff;justify-content:center;align-items:center}
.carousel-v2--freemium .carousel-v2__arrow--prev{margin-right:12px}
.carousel-v2--freemium .carousel-v2__arrow--next{margin-left:0}
.carousel-v2--freemium .carousel-v2__arrow--disabled{visibility:visible;color:rgba(255,255,255,0.4);border-color:rgba(255,255,255,0.4)}
.carousel-v2--freemium .carousel-v2__wrapper[data-desktop-arrows="true"] .carousel-v2__inner{margin-bottom:32px}
@media only screen and (max-width:1229px){.carousel-v2{--arrows-display:block;--dots-display:flex}
.carousel-v2__arrow--prev{margin-right:11px}
.carousel-v2__arrow--next{margin-left:11px}
.carousel-v2__arrow-icon--tablet{display:block}
.carousel-v2__arrow-icon--tablet+.carousel-v2__arrow-icon{display:none}
.carousel-v2--tab-dots-alignment--left .carousel-v2__dots{justify-content:flex-start}
.carousel-v2--tab-dots-alignment--center .carousel-v2__dots{justify-content:center}
.carousel-v2--tab-dots-alignment--right .carousel-v2__dots{justify-content:flex-end}
.carousel-v2__extra-content-close{right:28px}
.carousel-v2--hero .carousel-v2__arrow--prev{margin-left:0}
.carousel-v2--hero .carousel-v2__arrow--next{margin-right:0}
.carousel-v2--ghost-slides .carousel-v2__body{padding:0 20px}
.carousel-v2--ghost-slides .carousel-v2__arrow--prev{left:-15px;transform:translate(-50%,-50%)}
.carousel-v2--ghost-slides .carousel-v2__arrow--next{right:-15px;transform:translate(50%,-50%)}
.carousel-v2--ghost-slides .carousel-v2__dots{bottom:-30px}
.carousel-v2--ghost-slides .carousel-v2__dots-placeholder{height:30px}
.carousel-v2--hello-banner .carousel-v2__body{margin-right:-23px}
.carousel-v2--hello-banner .carousel-v2__close{position:relative;right:auto;left:auto;padding-left:6px;transform:none;margin-left:2px}
.carousel-v2--hello-banner .carousel-v2__close:before{width:2px;top:1px;bottom:1px;left:0;position:absolute;background:currentColor;opacity:.3;content:''}
}
@media only screen and (max-width:1229px) and (min-width:768px){.carousel-v2--hello-banner .carousel-v2__wrapper[data-tablet-close-btn="true"] .carousel-v2__close{display:block}
.carousel-v2--hello-banner .carousel-v2__wrapper[data-tablet-close-btn="true"] .carousel-v2__arrow--next{margin-right:2px}
.carousel-v2--hello-banner .carousel-v2__wrapper[data-tablet-close-btn="false"] .carousel-v2__close{display:none}
.carousel-v2--hero .carousel-v2__dots{bottom:18px}
.carousel-v2--hero .carousel-v2__wrapper[data-tablet-dots="true"] .carousel-v2__dots-placeholder{display:none}
.carousel-v2--freemium{--arrows-display:flex}
.carousel-v2--freemium .carousel-v2__wrapper[data-tablet-arrows="true"] .carousel-v2__inner{margin-bottom:32px}
.carousel-v2--freemium .carousel-v2__wrapper[data-tablet-arrows="false"] .carousel-v2__inner{margin-bottom:0}
}
@media only screen and (max-width:767px){.carousel-v2{--arrows-display:block;--dots-display:flex}
.carousel-v2__arrow-icon--mobile{display:block}
.carousel-v2__arrow-icon--mobile+.carousel-v2__arrow-icon{display:none}
.carousel-v2--mob-dots-alignment--left .carousel-v2__dots{justify-content:flex-start}
.carousel-v2--mob-dots-alignment--center .carousel-v2__dots{justify-content:center}
.carousel-v2--mob-dots-alignment--right .carousel-v2__dots{justify-content:flex-end}
.carousel-v2__dot{width:8px;height:8px}
.carousel-v2__dot+.carousel-v2__dot{margin-left:8px}
.carousel-v2__extra-content-close{right:28px}
.carousel-v2--phoenix .layers__wrapper{align-items:stretch}
.carousel-v2--hero .carousel-v2__bg{display:none}
.carousel-v2--ghost-slides .carousel-v2__dots{justify-content:center;padding:0}
.carousel-v2--ghost-slides .carousel-v2__arrow{padding:6px 0;box-sizing:content-box}
.carousel-v2--ghost-slides .carousel-v2__arrow--prev{left:0}
.carousel-v2--ghost-slides .carousel-v2__arrow--next{right:0}
.carousel-v2--hello-banner .carousel-v2__body{margin-right:-13px}
.carousel-v2--hello-banner .carousel-v2__arrow--prev{margin-left:0}
.carousel-v2--hello-banner .carousel-v2__arrow--next{margin-right:0}
.carousel-v2--hello-banner .carousel-v2__wrapper[data-mobile-close-btn="true"] .carousel-v2__close{display:block}
.carousel-v2--hello-banner .carousel-v2__wrapper[data-mobile-close-btn="true"] .carousel-v2__arrow--next{margin-right:2px}
.carousel-v2--hello-banner .carousel-v2__wrapper[data-mobile-close-btn="false"] .carousel-v2__close{display:none}
.carousel-v2--freemium{--arrows-display:flex}
.carousel-v2--freemium .carousel-v2__wrapper[data-mobile-arrows="true"] .carousel-v2__inner{margin-bottom:32px}
.carousel-v2--freemium .carousel-v2__wrapper[data-mobile-arrows="false"] .carousel-v2__inner{margin-bottom:0}
}