/**handles:acw-carousel**/
.gallery{width:100%}.gallery-container{height:400px;align-items:center;display:flex;height:400px;margin:0 auto;position:relative}.gallery-item{height:auto;opacity:0;position:absolute;transition:all .3s ease-in-out;width:25%;z-index:0;transition:1s all;left:15%}.gallery-item-1{left:15%;opacity:.4;transform:translateX(-50%)}.gallery-item-2,.gallery-item-4{height:auto;opacity:1;width:35%;z-index:1}.gallery-item-2{left:30%;transform:translateX(-50%)}.gallery-item-3{box-shadow:0 0 30px rgba(255,255,255,.6),0 0 60px rgba(255,255,255,.45),0 0 110px rgba(255,255,255,.25),0 0 100px rgba(255,255,255,.1);height:auto;opacity:1;left:50%;transform:translateX(-50%);width:50%;z-index:2}.gallery-item-4{left:70%;transform:translateX(-50%)}.gallery-item-5{left:85%;opacity:.4;transform:translateX(-50%)}.gallery-controls{display:flex;justify-content:center;margin:30px 0}.gallery-controls button{background-color:transparent;border:0;cursor:pointer;font-size:16px;margin:0 20px;padding:0 12px;text-transform:capitalize;border:0;background:0 0;text-indent:-9999%;overflow:hidden;height:30px;width:30px;position:absolute;top:50%}.gallery-controls button:focus{outline:0;background:0 0;box-shadow:none}.gallery-controls-add{display:none}.gallery-controls-previous{position:relative;left:-20px}.gallery-controls-previous::before{border:solid #223469;border-width:0 2px 2px 0;content:'';display:inline-block;height:14px;left:calc(50% - 5px);padding:2px;position:absolute;top:calc(50% - 5px);transform:rotate(135deg);transition:left .15s ease-in-out;width:14px}.gallery-controls-next{position:relative;right:-20px}.gallery-controls-next::before{border:solid #223469;border-width:0 2px 2px 0;content:'';display:inline-block;height:14px;padding:2px;position:absolute;right:calc(50% - 5px);top:calc(50% - 5px);transform:rotate(-45deg);transition:right .15s ease-in-out;width:14px}.gallery-nav{bottom:-15px;display:flex;justify-content:center;list-style:none;padding:0;position:absolute;width:100%}.gallery-nav li{background:#ccc;border-radius:50%;height:10px;margin:0 16px;width:10px}.gallery-nav li.gallery-item-selected{background:#555}@media(max-width:768px){.gallery-container{height:300px}.gallery-item-3{width:75%}.gallery-item-2,.gallery-item-4{width:45%}}