@-webkit-keyframes slide-in-up{0%{-webkit-transform:translateY(-10%);transform:translateY(-10%);opacity:0}to{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}}@keyframes slide-in-up{0%{-webkit-transform:translateY(-10%);transform:translateY(-10%);opacity:0}to{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}}@-webkit-keyframes slide-in-down{0%{-webkit-transform:translateY(10%);transform:translateY(10%);opacity:0}to{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}}@keyframes slide-in-down{0%{-webkit-transform:translateY(10%);transform:translateY(10%);opacity:0}to{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}}.fx-solution-template-section{padding:100px 0 150px;background:#fafcff}.fx-solution-template-section .container{padding:0 5px}.fx-solution-template-section h2{line-height:1.8;font-size:32px;font-weight:bolder;color:#05172e;margin-bottom:40px;text-align:center}.fx-solution-template-section .template-wrapper{width:100%}.fx-solution-template-section .tab-header{width:100%;height:80px;margin:0 auto;padding:10px 12px;background:hsla(0,0%,100%,.5);-webkit-box-shadow:0 2px 15px 1px rgba(0,110,121,.06);box-shadow:0 2px 15px 1px rgba(0,110,121,.06);border-radius:50px;overflow:hidden;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:45px}.fx-solution-template-section .tab-header .tab-item{-webkit-box-flex:1;-ms-flex:1;flex:1;text-align:center;font-size:20px;font-weight:400;height:100%;line-height:100%;line-height:60px;cursor:pointer;border-radius:50px}.fx-solution-template-section .tab-header .tab-item.active{background:#48ccdc!important;color:#fff;-webkit-box-shadow:0 2px 20px 1px rgba(0,174,188,.3);box-shadow:0 2px 20px 1px rgba(0,174,188,.3)}.fx-solution-template-section .tab-content{margin-top:40px}.fx-solution-template-section .tab-content .tab-item{display:none;background:#fff}.fx-solution-template-section .tab-content .tab-item.active{display:block}.fx-solution-template-section .tab-content .tab-iframe{width:100%;height:550px;border-radius:10px;overflow:hidden;border:none}