#a-tabs{;background-color:var(--bg);overflow:hidden;position:relative}#a-tabs.sticky{position:sticky;top:0}#a-tabs .wrap{margin-inline:auto;padding-inline:20px;width:min(var(--wrapper),100%)}#a-tabs .heading h2{font-size:30px;font-weight:600;line-height:36px}#a-tabs .heading h2,#a-tabs .heading p{color:var(--textColor);text-align:center}#a-tabs .heading p{font-size:16px;font-weight:500;line-height:24px;padding-bottom:20px}#a-tabs .tabs-section{display:block;position:relative}#a-tabs .tabs-section .tab-heads{column-gap:34px;display:flex;margin-bottom:60px}#a-tabs .tabs-section .tab-heads .head-single{background-color:#fff;border-radius:8px;cursor:pointer;display:grid;flex:1;padding:40px 20px;place-items:center;align-items:flex-start;position:relative;-webkit-transition:transform .2s ease;-moz-transition:transform .2s ease;-ms-transition:transform .2s ease;-o-transition:transform .2s ease;transition:transform .2s ease;user-select:none}#a-tabs .tabs-section .tab-heads .head-single:hover{background-color:var(--textColor);position:relative}#a-tabs .tabs-section .tab-heads .head-single:hover:after{background:url(https://www.morphisec.com/hubfs/svg-path.svg) no-repeat 50%/100% 30px;content:"";height:28px;inset:auto 0 -26px 50%;position:absolute;transform:translateX(-50%);width:30px}#a-tabs .tabs-section .tab-heads .head-single:hover .down-arrow{opacity:0}#a-tabs .tabs-section .tab-heads .head-single.active{background-color:var(--textColor);position:relative}#a-tabs .tabs-section .tab-heads .head-single.active:after{background:url(https://www.morphisec.com/hubfs/svg-path.svg) no-repeat 50%/100% 30px;content:"";height:28px;inset:auto 0 -26px 50%;position:absolute;transform:translateX(-50%);width:30px}#a-tabs .tabs-section .tab-heads .head-single>a .down-arrow{bottom:18px;left:50%;position:absolute;transform:translateX(-50%)}#a-tabs .tabs-section .tab-heads .head-single .image{text-align:center}#a-tabs .tabs-section .tab-heads .head-single svg{height:77px}#a-tabs .tabs-section .tab-heads .head-single.active svg .fill-change{fill:#fff}#a-tabs .tabs-section .tab-heads .head-single.active svg .stroke-change{stroke:#fff}#a-tabs .tabs-section .tab-heads .head-single.active .down-arrow{opacity:0}#a-tabs .tabs-section .tab-heads .head-single:hover svg .fill-change{fill:#fff}#a-tabs .tabs-section .tab-heads .head-single:hover svg .stroke-change{stroke:#fff}#a-tabs .tabs-section .head-single h5{align-self:flex-start;color:var(--textColor);font-size:18px;font-weight:600;line-height:24px;margin-block:0;text-align:center}#a-tabs .tabs-section .tab-heads .head-single.active h5,#a-tabs .tabs-section .tab-heads .head-single:hover h5{color:#fff}#a-tabs .tabs-section .tab-content{display:grid}#a-tabs .tabs-section .tab-content .tab-single{align-items:flex-start;display:flex;gap:35px;grid-area:1/1/2/2;-webkit-transition:all .5s ease;-moz-transition:all .5s ease;-ms-transition:all .5s ease;-o-transition:all .5s ease;transition:all .5s ease}#a-tabs .tabs-section .tab-content .tab-single:not(.active){opacity:0;visibility:hidden}#a-tabs .tabs-section .tab-content .tab-single .wrap-content{align-items:center;display:flex;gap:35px}#a-tabs .tabs-section .tab-content .tab-single.active{opacity:1;visibility:visible}#a-tabs .tabs-section .tab-content .tab-single .img-section{width:min(553px,100%)}#a-tabs .tabs-section .tab-content .tab-single .text-section{margin:0 auto;width:min(590px,100%)}#a-tabs .tabs-section .tab-content .tab-single .text-section h4{color:var(--textColor);font-size:20px;font-weight:600;line-height:27px}#a-tabs .tabs-section .tab-content .tab-single .text-section p{color:var(--textColor);font-size:16px;font-weight:500;line-height:25px}#a-tabs .bobbing-icon{-webkit-animation:slide-top .5s ease-in-out infinite alternate-reverse both;animation:slide-top .5s ease-in-out infinite alternate-reverse both}@-webkit-keyframes slide-top{0%{-webkit-transform:translateY(0);transform:translateY(0)}to{-webkit-transform:translateY(-5px);transform:translateY(-5px)}}@keyframes slide-top{0%{-webkit-transform:translateY(0);transform:translateY(0)}to{-webkit-transform:translateY(-5px);transform:translateY(-5px)}}@media (max-width:1024px){#a-tabs .tabs-section .tab-heads .head-single{padding:30px 15px}#a-tabs .tabs-section .head-single h5{font-size:16px;line-height:22px}#a-tabs .tabs-section .tab-heads{column-gap:20px}}@media (min-width:850.5px){.mobile-tab-head{display:none}}@media (max-width:850px){#a-tabs .main-container{height:auto}#a-tabs .tabs-section .tab-heads{display:none}#a-tabs .tabs-section .tab-content{flex-direction:column;height:auto;position:unset;row-gap:30px}#a-tabs .tabs-section .tab-content .tab-single,#a-tabs .tabs-section .tab-content .tab-single .wrap-content{flex-direction:column;grid-area:auto;opacity:1;visibility:visible}#a-tabs .tabs-section .tab-content .tab-single{background-color:#fff;border-radius:8px;height:auto;position:unset;row-gap:0}#a-tabs .tabs-section .tab-content .tab-single .wrap-content{display:none;flex-direction:column-reverse;padding-inline:15px;padding-bottom:35px;row-gap:25px}#a-tabs .tabs-section .tab-content .tab-single .wrap-content>*{margin-inline:auto;opacity:0;transition:all .2s ease;visibility:hidden}#a-tabs .tabs-section .tab-content .tab-single .wrap-content .text-section{border-top:1px solid #f41f4e;padding-top:25px;width:100%}#a-tabs .tabs-section .tab-content .tab-single .wrap-content .text-section h4{font-size:18px;line-height:26px}#a-tabs .mobile-tab-head{align-items:center;display:flex;flex-direction:column;padding:45px 20px 25px;transition:all .2s ease;width:100%}#a-tabs .mobile-tab-head.open .bobbing-icon{height:0;opacity:0;transition:all .2s ease;visibility:hidden}#a-tabs .tabs-section .tab-content .tab-single:not(.active){opacity:1;visibility:visible}#a-tabs .mobile-tab-head h5{color:var(--textColor);font-size:22px;font-weight:600;line-height:24px;text-align:center}}@media (max-width:768px){#a-tabs .tabs-section .tab-content .tab-single .text-section p{font-size:15px;line-height:22px}}