.gbcarousel{position:relative;overflow:hidden;}
.gb-inner{display:flex;transition:transform 0.5s ease-in-out;width:100%!important;margin: 0 .3rem;}
.gb-item{flex-shrink:0;padding:0 .3rem;}
.gb-item img{max-width:100%;}
.gb-control{position:absolute;top:50%;transform:translateY(-50%);background:transparent;border:none;font-size:2rem;cursor:pointer;height:100%;width:3%;}
.gb-control.prev{left:0;}
.gb-control.next{right:0;}
.gb-item p{transition-delay:.7s!important;}
.gb-item a{transition-delay:.9s!important;}
.gb-item.active .part img{opacity:1;bottom:0;}
.gb-control.prev:hover{cursor:none;cursor:url('arrow-left.svg'),auto;}
.gb-control.next:hover{cursor:none;cursor:url('arrow-right.svg'),auto;}
.gb-dots{text-align:center;margin-top:10px;}
.dot{display:inline-block;width:10px;height:10px;border-radius:50%;background-color:#bbb;margin:0 5px;cursor:pointer;}
.dot.active{background-color:#717171;}
.gb-dots span{width:24px;height:24px;margin:0;background-color:#cfdbe5;border-radius:4px;border:0;}
.gb-dots span:not(:last-child){margin-right:3px;}
.gb-dots span.active{width:24px;height:24px;background-color:#118ee9}