:root{--primary-color:#3271bf}.slide-box{display:flex;gap:32px;transition:height .2s linear}.vue-slide img{-moz-user-select:none;-webkit-user-select:none;user-select:none}.vue-slide{opacity:0;transition:opacity .2s linear;width:100%}.vue-slide-wrapper{margin-bottom:24px;overflow:hidden;position:relative;width:100%}.vue-slide .content{background-color:#fff;display:flex;position:relative;width:300%;z-index:4}.vue-slide .content_shadow{position:absolute;top:0;width:100%;z-index:3}.vue-slide .content>div{background:#fff;position:relative;width:33.33333%}.vue-slide .content>div:first-child{margin-left:-33.33333%}.vue-slide .slider-nav{align-items:center;border-top:1px solid #f0f0f1;display:flex;height:88px;justify-content:space-between;margin:40px 0 -24px;padding:0}.vue-slide .slider-nav-dots{-moz-column-gap:8px;column-gap:8px;display:flex;height:8px;position:relative}.vue-slide .slider-nav-dots div.dot{background:#dbdbde;border-radius:50%;height:8px;transition:width .2s linear,background-color .2s linear;width:8px}.vue-slide .slider-nav-dots div.dot-current{background:#f5845a;border-radius:20px;width:40px}.vue-slide .slider-nav-dots div.dot-shadow{background:#f5845a;border-radius:20px;height:8px;left:0;opacity:.4;position:absolute;transition:left .22s linear;width:24px}.slider-nav-next,.slider-nav-prev{align-items:center;color:#f5845a;-moz-column-gap:6px;column-gap:6px;cursor:pointer;display:flex;height:24px}.slider-nav-prev:before{background:no-repeat 50%/cover url(../img/icons/arrow-left-orange.svg);color:#f5845a;content:"";display:block;height:8px;transition:.2s linear;width:8px}.slider-nav-prev:hover:before{transform:translate(-2px)}.slider-nav-next:after{background:no-repeat 50%/cover url(../img/icons/arrow-right-orange.svg);color:#f5845a;content:"";display:block;height:8px;transition:.2s linear;width:8px}.slider-nav-next:hover:after{transform:translate(2px)}
