.ft-tabs{align-items:center;display:flex;flex-wrap:wrap}.ft-tabs--content-wrapper,.ft-tabs--tab-container{flex:0 0 50%}.ft-tabs--tab-list{list-style:none;padding:0}.ft-tabs--content{display:none}.ft-tabs--content.show{display:block}.ft-tabs__content-media{position:relative}.ft-tabs__image--overlay{bottom:0;left:0;position:absolute;right:0;top:0}.ft-tabs__content-media img{width:100%}.ft-tabs__content-media iframe{height:320px;width:100%}.ft-tabs__btn{border-radius:50%;left:0;margin:0 auto;padding:20px 20px 13px;position:absolute;right:0;text-align:center;top:50%;transform:translateY(-50%);width:fit-content}.ft-tabs__btn svg{width:18px}.ft-tabs__btn:before{animation-delay:.5s;animation-iteration-count:infinite;animation-name:ripple;animation-timing-function:cubic-bezier(.65,0,.34,1);border-radius:100%}.ft-tabs__btn:after,.ft-tabs__btn:before{align-items:center;animation-duration:3s;bottom:0;content:"";display:flex;flex-direction:row;height:100%;justify-content:center;left:0;opacity:0;position:absolute;right:0;top:0;width:100%;z-index:-1}.ft-tabs__btn:after{animation-delay:0s;animation-iteration-count:infinite;animation-name:ripple;animation-timing-function:cubic-bezier(.65,0,.34,1);border-radius:50%}@keyframes ripple{0%{opacity:1;transform:scale3d(.75,.75,1)}to{opacity:0;transform:scale3d(1.5,1.5,1)}}@media only screen and (min-width:991px){.ft-tabs__content-media iframe{height:640px;width:100%}}