.suptab-custom-tabs{align-items:center;display:flex;justify-content:space-between}.suptab-custom-tab{align-items:center;border:1px solid transparent;border-radius:50px;color:rgba(29,20,73,.4);cursor:pointer;display:flex;gap:8px;justify-content:center;padding:6px 16px;transition:opacity .4s ease,border-color .4s ease}.suptab-custom-tab.is-active{opacity:1}.suptab-custom-tab.is-active.theme-purple{border-color:#a14fbf;color:#a14fbf}.suptab-custom-tab.is-active.theme-teal{border-color:#069591;color:#069591}.suptab-custom-tab.is-active.theme-orange{border-color:#fe6505;color:#fe6505}.suptab-custom-tab-icon{display:none}.suptab-custom-tab.is-active .suptab-custom-tab-icon{align-items:center;display:flex;flex:0 0 20px;height:20px;justify-content:center;max-width:20px}.subptab-custom-tab-text{flex-grow:1;font-size:14px;line-height:1.5;text-align:center}.suptab-custom-tab-pane{display:none;flex-wrap:wrap;gap:16px;opacity:0;padding-top:48px}.suptab-custom-tab-pane.is-active{animation:suptabFadeIn .35s cubic-bezier(.16,1,.3,1) forwards;display:flex}.suptab-custom-tab-pane-card{border:1px solid #e3e3f0;border-radius:40px;display:flex;flex-direction:column;gap:24px;padding:30px}.suptab-custom-tab-pane.theme-purple .suptab-custom-tab-pane-card{background:radial-gradient(130.75% 123.84% at 88% 8%,rgba(161,79,191,.05) 0,rgba(161,79,191,0) 36%),radial-gradient(132.26% 125.27% at 10% 8%,hsla(0,0%,100%,.96) 0,hsla(0,0%,100%,0) 31%);border-color:#e3e3f0}.suptab-custom-tab-pane.theme-teal .suptab-custom-tab-pane-card{background:radial-gradient(130.75% 123.84% at 88% 8%,rgba(6,149,145,.05) 0,rgba(6,149,145,0) 36%),radial-gradient(132.26% 125.27% at 10% 8%,hsla(0,0%,100%,.96) 0,hsla(0,0%,100%,0) 31%);border-color:#dceded}.suptab-custom-tab-pane.theme-orange .suptab-custom-tab-pane-card{background:radial-gradient(130.75% 123.84% at 88% 8%,rgba(254,101,5,.05) 0,rgba(254,101,5,0) 36%),radial-gradient(132.26% 125.27% at 10% 8%,hsla(0,0%,100%,.96) 0,hsla(0,0%,100%,0) 31%);border-color:#f0e6de}.suptab-custom-tab-pane-card-header{align-items:center;display:flex}.suptab-custom-tab-pane-card-icon{align-items:center;border:1px solid #e4e4e7;border-radius:50%;display:inline-flex;flex:0 0 88px;height:88px;justify-content:center;max-width:88px;position:relative}.suptab-custom-tab-pane-card-count{align-items:center;background:#292149;border-radius:50%;bottom:8px;color:#fff;display:flex;font-size:14px;font-weight:500;height:28px;justify-content:center;letter-spacing:-1px;line-height:1;margin-right:-2.5px;position:absolute;right:0;text-align:center;width:28px}.suptab-custom-tab-pane-card-body-title h3{color:#292149;font-size:22px;font-weight:500;line-height:1.27;margin-bottom:24px}.suptab-custom-tab-pane-card-body-content ol,.suptab-custom-tab-pane-card-body-content p{color:#71717a;font-size:14px;line-height:1.6}.suptab-custom-tab-pane-card-body-content ol:last-child,.suptab-custom-tab-pane-card-body-content p:last-child,.suptab-custom-tab-pane-card-body-content ul:last-child{margin-bottom:0}.suptab-custom-tab-pane-card-body-content ul{list-style-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="13" height="10" viewBox="0 0 13 10" fill="none"><path d="M11.6656 1L4.333 8.3328L1 4.99971" stroke="%23292149" stroke-width="2" stroke-linecap="round"/></svg>');margin-top:0;padding-left:1.1rem}.suptab-custom-tab-pane-card-body-content ul li{color:#292149;font-size:14px;line-height:1.5;margin-bottom:.5rem}.suptab-custom-tab-pane-card-body-content ul li strong{font-weight:600}.suptab-custom-tab-pane-card-priorities{display:flex;flex-direction:column;gap:12px;margin-top:1rem}.suptab-custom-tab-pane-card-priority{border-radius:19px;display:flex;flex-direction:column;gap:8px;padding:16px}.suptab-custom-tab-pane-card-priority:first-child{background:#ffeff2}.suptab-custom-tab-pane-card-priority:nth-child(2){background:#fff3ee}.suptab-custom-tab-pane-card-priority:last-child{background:#f1f2ff}.suptab-custom-tab-pane-card-priority-label{align-items:center;color:#71717a;display:flex;font-size:12px;gap:6px;line-height:normal;text-transform:uppercase}.suptab-custom-tab-pane-card-priority-label-icon{border-radius:50%;flex:0 0 8px;height:8px}.suptab-custom-tab-pane-card-priority:first-child .suptab-custom-tab-pane-card-priority-label-icon{background:#e84855}.suptab-custom-tab-pane-card-priority:nth-child(2) .suptab-custom-tab-pane-card-priority-label-icon{background:#fd8144}.suptab-custom-tab-pane-card-priority:last-child .suptab-custom-tab-pane-card-priority-label-icon{background:#636cf9}.suptab-custom-tab-pane-card-priority-time{color:#292149;font-size:18px;line-height:normal}@keyframes suptabFadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media (min-width:992px){.suptab-custom-tabs{justify-content:center}.subptab-custom-tab-text{font-size:16px}.suptab-custom-tab-pane{gap:0}.suptab-custom-tab-pane-card{background:transparent!important;border:0;flex:0 0 25%;max-width:25%;padding:0}.suptab-custom-tab-pane-card-header{gap:0;justify-content:center}.suptab-custom-tab-pane-card .suptab-custom-tab-pane-card-header:after,.suptab-custom-tab-pane-card .suptab-custom-tab-pane-card-header:before{content:"";display:block;flex-grow:1;height:1px}.suptab-custom-tab-pane-card:first-child .suptab-custom-tab-pane-card-header:after,.suptab-custom-tab-pane-card:last-child .suptab-custom-tab-pane-card-header:before,.suptab-custom-tab-pane-card:not(:first-child):not(:last-child) .suptab-custom-tab-pane-card-header:after,.suptab-custom-tab-pane-card:not(:first-child):not(:last-child) .suptab-custom-tab-pane-card-header:before{background-color:rgba(41,33,73,.3)}.suptab-custom-tab-pane-card-body{border:1px solid transparent;border-radius:40px;display:flex;flex-direction:column;flex-grow:1;margin:0 10px;padding:30px}.suptab-custom-tab-pane.theme-purple .suptab-custom-tab-pane-card-body{background:radial-gradient(130.75% 123.84% at 88% 8%,rgba(161,79,191,.05) 0,rgba(161,79,191,0) 36%),radial-gradient(132.26% 125.27% at 10% 8%,hsla(0,0%,100%,.96) 0,hsla(0,0%,100%,0) 31%);border-color:#e3e3f0}.suptab-custom-tab-pane.theme-teal .suptab-custom-tab-pane-card-body{background:radial-gradient(130.75% 123.84% at 88% 8%,rgba(6,149,145,.05) 0,rgba(6,149,145,0) 36%),radial-gradient(132.26% 125.27% at 10% 8%,hsla(0,0%,100%,.96) 0,hsla(0,0%,100%,0) 31%);border-color:#dceded}.suptab-custom-tab-pane.theme-orange .suptab-custom-tab-pane-card-body{background:radial-gradient(130.75% 123.84% at 88% 8%,rgba(254,101,5,.05) 0,rgba(254,101,5,0) 36%),radial-gradient(132.26% 125.27% at 10% 8%,hsla(0,0%,100%,.96) 0,hsla(0,0%,100%,0) 31%);border-color:#f0e6de}.suptab-custom-tab-pane-card-body-title h3{font-size:24px;font-weight:400;line-height:1.33}.suptab-custom-tab-pane-card-body-content ol,.suptab-custom-tab-pane-card-body-content p{font-size:16px;line-height:1.625}.suptab-custom-tab-pane-card-body-content ul li{line-height:1.57}}