.ft-tabs-align-left .ft-segmented-tabs-wrapper{display:flex;flex-direction:column;align-items:flex-start}.ft-tabs-align-center .ft-segmented-tabs-wrapper{display:flex;flex-direction:column;align-items:center}.ft-tabs-align-right .ft-segmented-tabs-wrapper{display:flex;flex-direction:column;align-items:flex-end}.ft-segmented-tabs{position:relative;box-sizing:border-box}.ft-segmented-tabs *{box-sizing:border-box}.ft-segmented-tabs input[type="radio"]{display:none!important}.ft-segmented-tabs.style-segmented{display:inline-block;--primary-color:#185ee0;--secondary-color:#e6eef9;--tab-width:200px;--tab-height:54px;--tabs-padding:12px}.ft-segmented-tabs.style-segmented .tabs{display:flex;position:relative;background-color:#fff;box-shadow:0 0 1px 0 rgb(24 94 224 / .15),0 6px 12px 0 rgb(24 94 224 / .15);padding:var(--tabs-padding);border-radius:99px;align-items:center;z-index:1}.ft-segmented-tabs.style-segmented .tabs *{z-index:2}.ft-segmented-tabs.style-segmented .tab{display:flex;align-items:center;justify-content:center;height:var(--tab-height);width:var(--tab-width);font-size:1.1rem;font-weight:500;border-radius:99px;cursor:pointer;transition:color 0.15s ease-in;color:#333}.ft-segmented-tabs.style-segmented .notification{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;margin-right:.75rem;border-radius:50%;background-color:var(--secondary-color);transition:all 0.15s ease-in;font-size:.85rem;font-weight:700}.ft-segmented-tabs.style-segmented .glider{position:absolute;display:block;height:var(--tab-height);width:var(--tab-width);background-color:var(--secondary-color);z-index:1!important;border-radius:99px;transition:all 0.28s cubic-bezier(.25,.46,.45,.94)}.ft-segmented-tabs.style-segmented .tab.active{color:var(--primary-color)!important}.ft-segmented-tabs.style-segmented .tab.active .notification{background-color:var(--primary-color);color:#fff}@media (max-width:768px){.ft-segmented-tabs.style-segmented{--tab-width:140px;--tab-height:44px;--tabs-padding:8px}.ft-segmented-tabs.style-segmented .tab{font-size:.95rem}.ft-segmented-tabs.style-segmented .notification{width:1.7rem;height:1.7rem;margin-right:.5rem;font-size:.75rem}}@media (max-width:480px){.ft-segmented-tabs.style-segmented{--tab-width:100px;--tab-height:38px;--tabs-padding:6px}.ft-segmented-tabs.style-segmented .tab{font-size:.85rem}.ft-segmented-tabs.style-segmented .notification{display:none}}.ft-segmented-tabs.style-trapezoid{width:100%;border-bottom:4px solid var(--trapezoid-border-color,#185ee0);overflow:visible;transition:border 250ms ease;display:block;--trapezoid-bg:#ffffff;--trapezoid-text-color:#777777;--trapezoid-active-bg:#185ee0;--trapezoid-active-text-color:#ffffff;--trapezoid-border-color:#185ee0}.ft-segmented-tabs.style-trapezoid .tabs{margin:0;padding:0;overflow:visible;background-color:transparent!important;box-shadow:none!important;border-radius:0!important;height:auto!important;display:block}.ft-segmented-tabs.style-trapezoid .tabs:after{content:"";display:table;clear:both}.ft-segmented-tabs.style-trapezoid .tab{display:block;float:right;padding:10px 24px 8px;background-color:var(--trapezoid-bg);color:var(--trapezoid-text-color);margin-right:46px;z-index:2;position:relative;cursor:pointer;text-transform:uppercase;transition:all 250ms ease;width:auto!important;height:auto!important;border-radius:0!important}.ft-segmented-tabs.style-trapezoid .tab:before,.ft-segmented-tabs.style-trapezoid .tab:after{display:block;content:" ";position:absolute;top:0;height:100%;width:44px;background-color:var(--trapezoid-bg);transition:all 250ms ease;border-radius:0!important}.ft-segmented-tabs.style-trapezoid .tab:before{right:-24px;transform:skew(30deg,0deg);box-shadow:rgb(0 0 0 / .1) 3px 2px 5px,inset rgb(255 255 255 / .09) -1px 0}.ft-segmented-tabs.style-trapezoid .tab:after{left:-24px;transform:skew(-30deg,0deg);box-shadow:rgb(0 0 0 / .1) -3px 2px 5px,inset rgb(255 255 255 / .09) 1px 0}.ft-segmented-tabs.style-trapezoid .tab:hover,.ft-segmented-tabs.style-trapezoid .tab:hover:before,.ft-segmented-tabs.style-trapezoid .tab:hover:after{filter:brightness(95%)}.ft-segmented-tabs.style-trapezoid .tab.active{z-index:3}.ft-segmented-tabs.style-trapezoid .tab.active,.ft-segmented-tabs.style-trapezoid .tab.active:before,.ft-segmented-tabs.style-trapezoid .tab.active:after{background-color:var(--trapezoid-active-bg)!important;color:var(--trapezoid-active-text-color)!important}.ft-segmented-tabs.style-trapezoid.round .tab{border-radius:8px 8px 0 0!important}.ft-segmented-tabs.style-trapezoid.round .tab:before{border-radius:0 8px 0 0!important}.ft-segmented-tabs.style-trapezoid.round .tab:after{border-radius:8px 0 0 0!important}.ft-segmented-tabs.style-trapezoid .notification{display:inline-block;padding:2px 6px;margin-right:6px;border-radius:10px;background-color:var(--trapezoid-active-bg);color:var(--trapezoid-active-text-color);font-size:.75rem;font-weight:700;filter:brightness(130%)}.ft-segmented-tabs.style-trapezoid .tab.active .notification{background-color:var(--trapezoid-active-text-color);color:var(--trapezoid-active-bg);filter:none}.ft-segmented-tabs-content{margin-top:25px;width:100%;position:relative;clear:both}.ft-tab-content-item{width:100%;box-sizing:border-box}.ft-tab-content-item.active{animation:ftTabFadeIn 0.35s ease-in-out forwards}@keyframes ftTabFadeIn{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}