/**handles:vc-extensions-skewbox-style**/
.cq-skewbox{overflow:hidden;position:relative;height:320px}.cq-skewbox-item{position:absolute;left:0;top:0;height:100%;width:100%;transform-style:preserve-3d}.cq-skewbox-cover{position:absolute;top:0;width:50%;height:100%;transition:transform .8s}.cq-skewbox-cover-left{left:0;transform:translate3d(-32.4vh,100%,0)}.cq-skewbox-cover-right{left:50%;transform:translate3d(32.4vh,-100%,0)}.cq-skewbox-item.active .cq-skewbox-cover{transform:translate3d(0,0,0)}.cq-skewbox-item.active{z-index:2}.cq-skewbox-item.inactive{z-index:1}.cq-skewbox-skewed{overflow:hidden;position:absolute;top:0;width:140%;height:100%;transform:skewX(-18deg)}.cq-skewbox-cover-left .cq-skewbox-skewed{left:-40%}.cq-skewbox-cover-right .cq-skewbox-skewed{right:-40%}.cq-skewbox-content{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;-ms-flex-flow:column wrap;flex-flow:column wrap;position:absolute;left:0;top:0;width:100%;height:100%;color:#fff;transform:skewX(18deg);transition:transform .8s,opacity .8s;background-color:#656d78;background-size:cover;text-align:center}.cq-skewbox-cover-left .cq-skewbox-content{transform-origin:100% 0}.cq-skewbox-cover-right .cq-skewbox-content{transform-origin:0 100%}.cq-skewbox-item.inactive .cq-skewbox-content{opacity:0;transform:skewX(18deg) scale(.95)}.cq-skewbox h3.cq-skewbox-title{margin-bottom:14px;font-size:1.5em;text-align:center;padding:4px 8px;color:#fff;max-width:60%;line-height:140%}.cq-skewbox .cq-skewbox-label{margin:0;font-size:1em;padding:4px 8px;text-align:center;max-width:60%;line-height:140%}.cq-skewbox.square .cq-skewbox-label,.cq-skewbox.square .cq-skewbox-title{border-radius:0}.cq-skewbox.roundsmall .cq-skewbox-label,.cq-skewbox.roundsmall .cq-skewbox-title{border-radius:4px}.cq-skewbox.roundlarge .cq-skewbox-label,.cq-skewbox.roundlarge .cq-skewbox-title{border-radius:8px}.cq-skewbox .cq-skewbox-content.light-grapefruit{background-color:#ed5565}.cq-skewbox .cq-skewbox-content.dark-grapefruit{background-color:#da4453}.cq-skewbox .cq-skewbox-content.light-bittersweet{background-color:#fc6e51}.cq-skewbox .cq-skewbox-content.dark-bittersweet{background-color:#e9573f}.cq-skewbox .cq-skewbox-content.light-sunflower{background-color:#ffce54}.cq-skewbox .cq-skewbox-content.dark-sunflower{background-color:#f6bb42}.cq-skewbox .cq-skewbox-content.light-grass{background-color:#a0d468}.cq-skewbox .cq-skewbox-content.dark-grass{background-color:#8cc152}.cq-skewbox .cq-skewbox-content.light-mint{background-color:#48cfad}.cq-skewbox .cq-skewbox-content.dark-mint{background-color:#37bc9b}.cq-skewbox .cq-skewbox-content.light-aqua{background-color:#4fc1e9}.cq-skewbox .cq-skewbox-content.dark-aqua{background-color:#3bafda}.cq-skewbox .cq-skewbox-content.light-lavender{background-color:#ac92ec}.cq-skewbox .cq-skewbox-content.dark-lavender{background-color:#967adc}.cq-skewbox .cq-skewbox-content.light-bluejeans{background-color:#5d9cec}.cq-skewbox .cq-skewbox-content.dark-bluejeans{background-color:#4a89dc}.cq-skewbox .cq-skewbox-content.light-pinkrose{background-color:#ec87c0}.cq-skewbox .cq-skewbox-content.dark-pinkrose{background-color:#d770ad}.cq-skewbox .cq-skewbox-content.medium-gray{background-color:#656d78}.cq-skewbox .cq-skewbox-content.dark-gray{background-color:#434a54}.cq-skewbox .cq-skewbox-content.light-gray{background-color:#e6e9ed}.cq-skewbox .cq-skewbox-content.white{background-color:#fff}.cq-skewbox .cq-skewbox-content.transparent{background-color:none}.cq-skewbox-upnav{cursor:pointer;position:absolute;width:48px;height:48px;border-radius:50%;background:#333;top:24px;z-index:999999;left:50%;transform:translateX(-50%);opacity:0;transition:opacity .8s}.cq-skewbox-downnav{cursor:pointer;position:absolute;width:48px;height:48px;border-radius:50%;background:#333;bottom:24px;z-index:999999;left:50%;transform:translateX(-50%);opacity:0;transition:opacity .8s}.cq-skewbox:hover .cq-skewbox-downnav,.cq-skewbox:hover .cq-skewbox-upnav{opacity:1}.cq-skewbox-downnav .cq-skewbox-icon,.cq-skewbox-upnav .cq-skewbox-icon{display:block;width:100%;height:100%;line-height:48px;text-align:center;font-size:18px;color:#fff}