.custom-control{min-height:1.3125rem;padding-left:1.5rem;display:block;position:relative}.custom-control .custom-control-input{opacity:0;z-index:-1;width:1rem;height:1.15625rem;position:absolute;left:0}.custom-control .custom-control-label{cursor:pointer;vertical-align:top;margin-bottom:0;position:relative}.custom-control .custom-control-label:before{content:"";pointer-events:none;background-color:#fff;border:1px solid #adb5bd;border-radius:.25rem;width:.85rem;height:.85rem;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;display:block;position:absolute;top:.15625rem;left:-1.5rem}.custom-control .custom-control-label:after{content:"";background:50%/50% 50% no-repeat;width:1rem;height:1rem;display:block;position:absolute;top:.15625rem;left:-1.5rem}.custom-checkbox .custom-control-input:checked~.custom-control-label:before{color:#fff;background-color:#2d878d;border-color:#2d878d}.custom-checkbox .custom-control-input:checked~.custom-control-label:after{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3E%3C/svg%3E")}.comparison-container{width:calc(100% - 2rem);margin-bottom:2rem;padding:1rem}.comparison-container .header{border-bottom:1px solid #dee2e6;place-content:center space-between;align-items:center;display:flex}.comparison-container .header h1{font-size:21px;font-weight:500}.comparison-container .header .tools{flex-wrap:wrap;gap:.5rem;display:flex}.comparison-container .header .tools .btn{cursor:pointer;background:0 0;border-radius:4px;padding:6px 12px;font-size:14px;transition:background-color .2s ease-in-out,color .2s ease-in-out}.comparison-container .header .tools .btn.red{color:#dc3545;border:1px solid #dc3545}.comparison-container .header .tools .btn.red:hover{color:#fff;background:#dc3545}.comparison-container .header .tools .btn.teal{color:#2d878d;border:1px solid #2d878d}.comparison-container .header .tools .btn.teal:hover{color:#fff;background:#2d878d}.comparison-container .header .tools .btn.yellow{color:#ffc107;border:1px solid #ffc107}.comparison-container .header .tools .btn.yellow:hover{color:#fff;background:#ffc107}.comparison-container table{border-collapse:collapse;width:100%;margin-top:4rem}.comparison-container table thead tr th{text-align:left;text-transform:uppercase;font-size:21px;font-weight:500}.comparison-container table tbody tr{border-top:1px solid #dee2e6}.comparison-container table tbody tr:nth-child(2n){background:#0000000d}.comparison-container table tbody tr:hover{background:#00000013}.comparison-container table tbody tr td{min-width:23%;padding:.75rem}.comparison-container table tbody tr td.name{font-family:poppins-medium;font-weight:800}.comparison-container table tbody tr td.teal{color:#2d878d}.comparison-container table tbody tr td.red{color:#dc3545}.comparison-container table tbody tr td.green{color:#28a745}.comparison-container table tbody tr td svg{font-size:22px}.comparison-container table tbody tr td .star-rating{margin:0}.comparison-container table tbody tr td:first-child{width:30%;font-family:poppins-medium;font-weight:800;max-width:30%!important}.accordion-item.open .accordion-icon{transform:rotate(180deg)}.accordion-item .accordion-header{color:#2d878d;cursor:pointer;-webkit-user-select:none;user-select:none;border-bottom:1px solid #2d878d;justify-content:space-between;align-items:center;margin:0 15px;padding:15px 20px;transition:background-color .3s;display:flex}.accordion-item .accordion-header h3{text-align:left;width:85%;margin:0;font-size:1.2rem;font-weight:500;line-height:1.2}.accordion-item .accordion-header .accordion-icon{filter:brightness(0)saturate()invert(41%)sepia(82%)saturate(343%)hue-rotate(135deg)brightness(94%)contrast(89%);justify-content:center;align-items:center;transition:transform .3s;display:flex}.accordion-item .accordion-content{will-change:height;background-color:#fff;transition:height .3s cubic-bezier(.4,0,.2,1);overflow:hidden}.accordion-item .accordion-content.open{transition:height .5s cubic-bezier(.4,0,.2,1)}.accordion-item .accordion-content.open:has(.options-list){overflow:visible}.accordion-item .accordion-content.open .accordion-content-inner{opacity:1;transition:opacity .4s .1s,transform .4s .1s;transform:translateY(0)}.accordion-item .accordion-content.closed .accordion-content-inner{opacity:0;transition:opacity .4s,transform .4s;transform:translateY(-10px)}.accordion-item .accordion-content .accordion-content-inner{padding:20px}@media (width<=768px){.accordion-item .accordion-header{padding:12px 15px}.accordion-item .accordion-content .accordion-content-inner{padding:15px}}.accordion{width:100%;padding:0;overflow:visible}@media (width>=992px){.accordion{padding:0 15px}}.btn-filter{color:#000;cursor:pointer;text-align:center;-webkit-user-select:none;user-select:none;vertical-align:middle;white-space:pre-line;background-color:#0000;border:1px solid #707070;border-radius:.25rem;width:100%;height:auto;min-height:48px;padding:.75rem;font-size:.875rem;font-weight:400;line-height:1.5;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;display:inline-block}.btn-filter:hover,.btn-filter.active{color:#fff;background-color:#2d878d}.btn-filter:focus{box-shadow:0 0 0 .2rem #2d878d80}.isin-container{align-items:center;gap:12px;width:100%;max-width:380px;padding:10px 0;display:flex}.checkbox-container{flex-shrink:0;align-items:start;gap:4px;width:90px;display:flex}.checkbox-container label{color:#212529;cursor:pointer;font-size:14px}.input-button-group{flex-grow:1;display:flex;position:relative}.input-button-group input[type=text]{border:1px solid #ced4da;border-right:none;outline:none;flex-grow:1;width:100%;padding:8px 24px 8px 12px;font-size:14px}.input-button-group .remove-input-content{cursor:pointer;z-index:9;display:none;position:absolute;top:7px;right:42px}.input-button-group .remove-input-content.visible{display:block}.input-button-group .ok-button{color:#fff;cursor:pointer;background-color:#2d878d;border:none;padding:6px 12px;font-size:14px;font-weight:400}.input-button-group .ok-button:disabled{cursor:default;opacity:.65;pointer-events:none}.input-button-group .ok-button:hover,.input-button-group .ok-button:active,.input-button-group .ok-button:focus{background-color:#246b70;outline:none}.select-filter{-webkit-user-select:none;user-select:none;width:100%;min-width:150px;max-width:100%;font-size:14px;position:relative}.select-filter .select-header{cursor:pointer;background-color:#fff;border:1px solid #707070;border-radius:.25rem;justify-content:space-between;align-items:center;padding:10px 12px;transition:all .2s;display:flex}.select-filter .select-header.is-open{box-shadow:0 0 0 .2rem #78c2ad40}.select-filter .select-header .selected-value{text-overflow:ellipsis;white-space:nowrap;color:#212529;flex-grow:1;overflow:hidden}.select-filter .select-header .select-remove{color:gray;transition:all .2s;display:none}.select-filter .select-header .select-remove svg{fill:#ccc}.select-filter .select-header .select-remove.visible{display:flex}.select-filter .select-header .select-remove:hover svg{fill:#212529}.select-filter .arrow{transition:transform .3s;display:flex}.select-filter .arrow svg{fill:#2d878d}.select-filter .arrow.open{transform:rotate(180deg)}.select-filter .options-list{z-index:100;background-color:#fff;border:1px solid #707070;border-radius:.25rem;max-height:250px;margin:0;padding:0;list-style:none;position:absolute;top:calc(100% + 5px);left:0;right:0;overflow-y:auto;box-shadow:0 2px 5px #00000026}.select-filter .options-list .option{color:#707070;cursor:pointer;border-bottom:1px solid #707070;padding:8px 12px;transition:all .2s}.select-filter .options-list .option:hover{color:#fff;background-color:#2d878d}.select-filter .options-list .option.selected{background-color:#e9ecef;font-weight:500}.select-filter.disabled .select-header{cursor:default;background-color:#e9ecef;border-color:#707070}.select-filter.disabled .selected-value{color:#6c757d}.select-filter.disabled .arrow svg{fill:#6c757d}.filters{z-index:150;background-color:#fff;flex:0 0 100%;justify-content:center;align-items:start;max-width:100%;height:calc(100vh - 50px);margin:0;display:flex;position:sticky;top:48px;overflow:auto}@media (width>=992px){.filters{flex:0 0 33.3333%;max-width:33.3333%;margin:6px 0;top:54px}}.filters .container-category-list{margin:0;padding:0;list-style:none}.filters .container-category-list .category-list-item{margin-bottom:.5rem}header{z-index:300;background-color:#fff;border:0;justify-content:center;align-items:center;width:100%;height:48px;display:flex;position:fixed;top:0;box-shadow:1px 4px 5px -2px #adadad}header .header-title{color:#444;text-transform:uppercase;font-family:poppins-regular;font-size:1.1rem;font-weight:500;line-height:1.2}.infos{flex:0 0 100%;justify-content:start;align-items:center;max-width:75%;padding:15px;display:flex}@media (width>=992px){.infos{flex:0 0 33.3333%;justify-content:center;max-width:33.3333%;padding:0}}.infos .text{color:#2d878d;font-family:poppins-light}@media (width>=992px){.infos .text{padding:0 15px}}.product .first{text-align:start;padding-left:24px;display:table-cell!important}@media (width>=768px){.product .first{width:40%}}.product .btn-detail{cursor:pointer;text-align:start;background:0 0;border:none;flex-direction:column;gap:.5rem;font-size:14px;display:flex}.product .teal{color:#2d878d}.product .red{color:#dc3545}.product .checkbox-cell{display:table-cell!important}@keyframes pulse{0%{opacity:.6}50%{opacity:.8}to{opacity:.6}}.skeleton-table__row{border-bottom:1px solid #dee2e6}.skeleton-table__row:nth-child(odd){background-color:#0000000d}.skeleton-table__row td{vertical-align:middle;padding:16px}.skeleton-table__row td.fund-name{width:100%}@media (width>=768px){.skeleton-table__row td.fund-name{width:40%}}.skeleton-table__row td.fund-name .skeleton-placeholder:first-child{background-color:#e5e7eb;border-radius:4px;height:16px;margin-bottom:8px;animation:1.5s ease-in-out infinite pulse}.skeleton-table__row td.fund-name .skeleton-placeholder:last-child{background-color:#e5e7eb;border-radius:4px;height:16px;animation:1.5s ease-in-out infinite pulse}.skeleton-table__row td.rating,.skeleton-table__row td.fee,.skeleton-table__row td.performance,.skeleton-table__row td.checkbox{text-align:center}.skeleton-table__row td.rating .skeleton-placeholder,.skeleton-table__row td.fee .skeleton-placeholder,.skeleton-table__row td.performance .skeleton-placeholder,.skeleton-table__row td.checkbox .skeleton-placeholder{background-color:#e5e7eb;border-radius:4px;height:16px;margin:0 auto;animation:1.5s ease-in-out infinite pulse}.skeleton-table__row td.rating .skeleton-placeholder.rating-placeholder,.skeleton-table__row td.fee .skeleton-placeholder.rating-placeholder,.skeleton-table__row td.performance .skeleton-placeholder.rating-placeholder,.skeleton-table__row td.checkbox .skeleton-placeholder.rating-placeholder{width:100px}.skeleton-table__row td.rating .skeleton-placeholder.fee-placeholder,.skeleton-table__row td.fee .skeleton-placeholder.fee-placeholder,.skeleton-table__row td.performance .skeleton-placeholder.fee-placeholder,.skeleton-table__row td.checkbox .skeleton-placeholder.fee-placeholder{width:50px}.skeleton-table__row td.rating .skeleton-placeholder.performance-placeholder,.skeleton-table__row td.fee .skeleton-placeholder.performance-placeholder,.skeleton-table__row td.performance .skeleton-placeholder.performance-placeholder,.skeleton-table__row td.checkbox .skeleton-placeholder.performance-placeholder{width:60px}.skeleton-table__row td.rating .skeleton-placeholder.checkbox-placeholder,.skeleton-table__row td.fee .skeleton-placeholder.checkbox-placeholder,.skeleton-table__row td.performance .skeleton-placeholder.checkbox-placeholder,.skeleton-table__row td.checkbox .skeleton-placeholder.checkbox-placeholder{border-radius:3px;width:18px;height:18px}.skeleton-table__row:first-child{animation-delay:.1s}.skeleton-table__row:first-child .fund-name .skeleton-placeholder:first-child{width:230px}.skeleton-table__row:first-child .fund-name .skeleton-placeholder:last-child{width:190px}.skeleton-table__row:nth-child(2){animation-delay:.2s}.skeleton-table__row:nth-child(2) .fund-name .skeleton-placeholder:first-child{width:240px}.skeleton-table__row:nth-child(2) .fund-name .skeleton-placeholder:last-child{width:200px}.skeleton-table__row:nth-child(3){animation-delay:.3s}.skeleton-table__row:nth-child(3) .fund-name .skeleton-placeholder:first-child{width:250px}.skeleton-table__row:nth-child(3) .fund-name .skeleton-placeholder:last-child{width:210px}.skeleton-table__row:nth-child(4){animation-delay:.4s}.skeleton-table__row:nth-child(4) .fund-name .skeleton-placeholder:first-child{width:260px}.skeleton-table__row:nth-child(4) .fund-name .skeleton-placeholder:last-child{width:220px}.skeleton-table__row:nth-child(5){animation-delay:.5s}.skeleton-table__row:nth-child(5) .fund-name .skeleton-placeholder:first-child{width:220px}.skeleton-table__row:nth-child(5) .fund-name .skeleton-placeholder:last-child{width:230px}.skeleton-table__row:nth-child(6){animation-delay:.6s}.skeleton-table__row:nth-child(6) .fund-name .skeleton-placeholder:first-child{width:230px}.skeleton-table__row:nth-child(6) .fund-name .skeleton-placeholder:last-child{width:240px}.skeleton-table__row:nth-child(7){animation-delay:.7s}.skeleton-table__row:nth-child(7) .fund-name .skeleton-placeholder:first-child{width:240px}.skeleton-table__row:nth-child(7) .fund-name .skeleton-placeholder:last-child{width:180px}.skeleton-table__row:nth-child(8){animation-delay:.8s}.skeleton-table__row:nth-child(8) .fund-name .skeleton-placeholder:first-child{width:250px}.skeleton-table__row:nth-child(8) .fund-name .skeleton-placeholder:last-child{width:190px}.skeleton-table__row:nth-child(9){animation-delay:.9s}.skeleton-table__row:nth-child(9) .fund-name .skeleton-placeholder:first-child{width:260px}.skeleton-table__row:nth-child(9) .fund-name .skeleton-placeholder:last-child{width:200px}.skeleton-table__row:nth-child(10){animation-delay:1s}.skeleton-table__row:nth-child(10) .fund-name .skeleton-placeholder:first-child{width:220px}.skeleton-table__row:nth-child(10) .fund-name .skeleton-placeholder:last-child{width:210px}.skeleton-table__row:nth-child(11){animation-delay:1.1s}.skeleton-table__row:nth-child(11) .fund-name .skeleton-placeholder:first-child{width:230px}.skeleton-table__row:nth-child(11) .fund-name .skeleton-placeholder:last-child{width:220px}.skeleton-table__row:nth-child(12){animation-delay:1.2s}.skeleton-table__row:nth-child(12) .fund-name .skeleton-placeholder:first-child{width:240px}.skeleton-table__row:nth-child(12) .fund-name .skeleton-placeholder:last-child{width:230px}.skeleton-table__row:nth-child(13){animation-delay:1.3s}.skeleton-table__row:nth-child(13) .fund-name .skeleton-placeholder:first-child{width:250px}.skeleton-table__row:nth-child(13) .fund-name .skeleton-placeholder:last-child{width:240px}.skeleton-table__row:nth-child(14){animation-delay:1.4s}.skeleton-table__row:nth-child(14) .fund-name .skeleton-placeholder:first-child{width:260px}.skeleton-table__row:nth-child(14) .fund-name .skeleton-placeholder:last-child{width:180px}.skeleton-table__row:nth-child(15){animation-delay:1.5s}.skeleton-table__row:nth-child(15) .fund-name .skeleton-placeholder:first-child{width:220px}.skeleton-table__row:nth-child(15) .fund-name .skeleton-placeholder:last-child{width:190px}.skeleton-table__row:nth-child(16){animation-delay:1.6s}.skeleton-table__row:nth-child(16) .fund-name .skeleton-placeholder:first-child{width:230px}.skeleton-table__row:nth-child(16) .fund-name .skeleton-placeholder:last-child{width:200px}.skeleton-table__row:nth-child(17){animation-delay:1.7s}.skeleton-table__row:nth-child(17) .fund-name .skeleton-placeholder:first-child{width:240px}.skeleton-table__row:nth-child(17) .fund-name .skeleton-placeholder:last-child{width:210px}.skeleton-table__row:nth-child(18){animation-delay:1.8s}.skeleton-table__row:nth-child(18) .fund-name .skeleton-placeholder:first-child{width:250px}.skeleton-table__row:nth-child(18) .fund-name .skeleton-placeholder:last-child{width:220px}.skeleton-table__row:nth-child(19){animation-delay:1.9s}.skeleton-table__row:nth-child(19) .fund-name .skeleton-placeholder:first-child{width:260px}.skeleton-table__row:nth-child(19) .fund-name .skeleton-placeholder:last-child{width:230px}.skeleton-table__row:nth-child(20){animation-delay:2s}.skeleton-table__row:nth-child(20) .fund-name .skeleton-placeholder:first-child{width:220px}.skeleton-table__row:nth-child(20) .fund-name .skeleton-placeholder:last-child{width:240px}.skeleton-table__row:nth-child(21){animation-delay:2.1s}.skeleton-table__row:nth-child(21) .fund-name .skeleton-placeholder:first-child{width:230px}.skeleton-table__row:nth-child(21) .fund-name .skeleton-placeholder:last-child{width:180px}.skeleton-table__row:nth-child(22){animation-delay:2.2s}.skeleton-table__row:nth-child(22) .fund-name .skeleton-placeholder:first-child{width:240px}.skeleton-table__row:nth-child(22) .fund-name .skeleton-placeholder:last-child{width:190px}.skeleton-table__row:nth-child(23){animation-delay:2.3s}.skeleton-table__row:nth-child(23) .fund-name .skeleton-placeholder:first-child{width:250px}.skeleton-table__row:nth-child(23) .fund-name .skeleton-placeholder:last-child{width:200px}.skeleton-table__row:nth-child(24){animation-delay:2.4s}.skeleton-table__row:nth-child(24) .fund-name .skeleton-placeholder:first-child{width:260px}.skeleton-table__row:nth-child(24) .fund-name .skeleton-placeholder:last-child{width:210px}.skeleton-table__row:nth-child(25){animation-delay:2.5s}.skeleton-table__row:nth-child(25) .fund-name .skeleton-placeholder:first-child,.skeleton-table__row:nth-child(25) .fund-name .skeleton-placeholder:last-child{width:220px}.skeleton-table__row:nth-child(26){animation-delay:2.6s}.skeleton-table__row:nth-child(26) .fund-name .skeleton-placeholder:first-child,.skeleton-table__row:nth-child(26) .fund-name .skeleton-placeholder:last-child{width:230px}.skeleton-table__row:nth-child(27){animation-delay:2.7s}.skeleton-table__row:nth-child(27) .fund-name .skeleton-placeholder:first-child,.skeleton-table__row:nth-child(27) .fund-name .skeleton-placeholder:last-child{width:240px}.skeleton-table__row:nth-child(28){animation-delay:2.8s}.skeleton-table__row:nth-child(28) .fund-name .skeleton-placeholder:first-child{width:250px}.skeleton-table__row:nth-child(28) .fund-name .skeleton-placeholder:last-child{width:180px}.skeleton-table__row:nth-child(29){animation-delay:2.9s}.skeleton-table__row:nth-child(29) .fund-name .skeleton-placeholder:first-child{width:260px}.skeleton-table__row:nth-child(29) .fund-name .skeleton-placeholder:last-child{width:190px}.skeleton-table__row:nth-child(30){animation-delay:3s}.skeleton-table__row:nth-child(30) .fund-name .skeleton-placeholder:first-child{width:220px}.skeleton-table__row:nth-child(30) .fund-name .skeleton-placeholder:last-child{width:200px}.skeleton-table__row:nth-child(31){animation-delay:3.1s}.skeleton-table__row:nth-child(31) .fund-name .skeleton-placeholder:first-child{width:230px}.skeleton-table__row:nth-child(31) .fund-name .skeleton-placeholder:last-child{width:210px}.skeleton-table__row:nth-child(32){animation-delay:3.2s}.skeleton-table__row:nth-child(32) .fund-name .skeleton-placeholder:first-child{width:240px}.skeleton-table__row:nth-child(32) .fund-name .skeleton-placeholder:last-child{width:220px}.skeleton-table__row:nth-child(33){animation-delay:3.3s}.skeleton-table__row:nth-child(33) .fund-name .skeleton-placeholder:first-child{width:250px}.skeleton-table__row:nth-child(33) .fund-name .skeleton-placeholder:last-child{width:230px}.skeleton-table__row:nth-child(34){animation-delay:3.4s}.skeleton-table__row:nth-child(34) .fund-name .skeleton-placeholder:first-child{width:260px}.skeleton-table__row:nth-child(34) .fund-name .skeleton-placeholder:last-child{width:240px}.skeleton-table__row:nth-child(35){animation-delay:3.5s}.skeleton-table__row:nth-child(35) .fund-name .skeleton-placeholder:first-child{width:220px}.skeleton-table__row:nth-child(35) .fund-name .skeleton-placeholder:last-child{width:180px}.skeleton-table__row:nth-child(36){animation-delay:3.6s}.skeleton-table__row:nth-child(36) .fund-name .skeleton-placeholder:first-child{width:230px}.skeleton-table__row:nth-child(36) .fund-name .skeleton-placeholder:last-child{width:190px}.skeleton-table__row:nth-child(37){animation-delay:3.7s}.skeleton-table__row:nth-child(37) .fund-name .skeleton-placeholder:first-child{width:240px}.skeleton-table__row:nth-child(37) .fund-name .skeleton-placeholder:last-child{width:200px}.skeleton-table__row:nth-child(38){animation-delay:3.8s}.skeleton-table__row:nth-child(38) .fund-name .skeleton-placeholder:first-child{width:250px}.skeleton-table__row:nth-child(38) .fund-name .skeleton-placeholder:last-child{width:210px}.skeleton-table__row:nth-child(39){animation-delay:3.9s}.skeleton-table__row:nth-child(39) .fund-name .skeleton-placeholder:first-child{width:260px}.skeleton-table__row:nth-child(39) .fund-name .skeleton-placeholder:last-child{width:220px}.skeleton-table__row:nth-child(40){animation-delay:4s}.skeleton-table__row:nth-child(40) .fund-name .skeleton-placeholder:first-child{width:220px}.skeleton-table__row:nth-child(40) .fund-name .skeleton-placeholder:last-child{width:230px}.skeleton-table__row:nth-child(41){animation-delay:4.1s}.skeleton-table__row:nth-child(41) .fund-name .skeleton-placeholder:first-child{width:230px}.skeleton-table__row:nth-child(41) .fund-name .skeleton-placeholder:last-child{width:240px}.skeleton-table__row:nth-child(42){animation-delay:4.2s}.skeleton-table__row:nth-child(42) .fund-name .skeleton-placeholder:first-child{width:240px}.skeleton-table__row:nth-child(42) .fund-name .skeleton-placeholder:last-child{width:180px}.skeleton-table__row:nth-child(43){animation-delay:4.3s}.skeleton-table__row:nth-child(43) .fund-name .skeleton-placeholder:first-child{width:250px}.skeleton-table__row:nth-child(43) .fund-name .skeleton-placeholder:last-child{width:190px}.skeleton-table__row:nth-child(44){animation-delay:4.4s}.skeleton-table__row:nth-child(44) .fund-name .skeleton-placeholder:first-child{width:260px}.skeleton-table__row:nth-child(44) .fund-name .skeleton-placeholder:last-child{width:200px}.skeleton-table__row:nth-child(45){animation-delay:4.5s}.skeleton-table__row:nth-child(45) .fund-name .skeleton-placeholder:first-child{width:220px}.skeleton-table__row:nth-child(45) .fund-name .skeleton-placeholder:last-child{width:210px}.skeleton-table__row:nth-child(46){animation-delay:4.6s}.skeleton-table__row:nth-child(46) .fund-name .skeleton-placeholder:first-child{width:230px}.skeleton-table__row:nth-child(46) .fund-name .skeleton-placeholder:last-child{width:220px}.skeleton-table__row:nth-child(47){animation-delay:4.7s}.skeleton-table__row:nth-child(47) .fund-name .skeleton-placeholder:first-child{width:240px}.skeleton-table__row:nth-child(47) .fund-name .skeleton-placeholder:last-child{width:230px}.skeleton-table__row:nth-child(48){animation-delay:4.8s}.skeleton-table__row:nth-child(48) .fund-name .skeleton-placeholder:first-child{width:250px}.skeleton-table__row:nth-child(48) .fund-name .skeleton-placeholder:last-child{width:240px}.skeleton-table__row:nth-child(49){animation-delay:4.9s}.skeleton-table__row:nth-child(49) .fund-name .skeleton-placeholder:first-child{width:260px}.skeleton-table__row:nth-child(49) .fund-name .skeleton-placeholder:last-child{width:180px}.skeleton-table__row:nth-child(50){animation-delay:5s}.skeleton-table__row:nth-child(50) .fund-name .skeleton-placeholder:first-child{width:220px}.skeleton-table__row:nth-child(50) .fund-name .skeleton-placeholder:last-child{width:190px}.skeleton-table__row:nth-child(51){animation-delay:5.1s}.skeleton-table__row:nth-child(51) .fund-name .skeleton-placeholder:first-child{width:230px}.skeleton-table__row:nth-child(51) .fund-name .skeleton-placeholder:last-child{width:200px}.skeleton-table__row:nth-child(52){animation-delay:5.2s}.skeleton-table__row:nth-child(52) .fund-name .skeleton-placeholder:first-child{width:240px}.skeleton-table__row:nth-child(52) .fund-name .skeleton-placeholder:last-child{width:210px}.skeleton-table__row:nth-child(53){animation-delay:5.3s}.skeleton-table__row:nth-child(53) .fund-name .skeleton-placeholder:first-child{width:250px}.skeleton-table__row:nth-child(53) .fund-name .skeleton-placeholder:last-child{width:220px}.skeleton-table__row:nth-child(54){animation-delay:5.4s}.skeleton-table__row:nth-child(54) .fund-name .skeleton-placeholder:first-child{width:260px}.skeleton-table__row:nth-child(54) .fund-name .skeleton-placeholder:last-child{width:230px}.skeleton-table__row:nth-child(55){animation-delay:5.5s}.skeleton-table__row:nth-child(55) .fund-name .skeleton-placeholder:first-child{width:220px}.skeleton-table__row:nth-child(55) .fund-name .skeleton-placeholder:last-child{width:240px}.skeleton-table__row:nth-child(56){animation-delay:5.6s}.skeleton-table__row:nth-child(56) .fund-name .skeleton-placeholder:first-child{width:230px}.skeleton-table__row:nth-child(56) .fund-name .skeleton-placeholder:last-child{width:180px}.skeleton-table__row:nth-child(57){animation-delay:5.7s}.skeleton-table__row:nth-child(57) .fund-name .skeleton-placeholder:first-child{width:240px}.skeleton-table__row:nth-child(57) .fund-name .skeleton-placeholder:last-child{width:190px}.skeleton-table__row:nth-child(58){animation-delay:5.8s}.skeleton-table__row:nth-child(58) .fund-name .skeleton-placeholder:first-child{width:250px}.skeleton-table__row:nth-child(58) .fund-name .skeleton-placeholder:last-child{width:200px}.skeleton-table__row:nth-child(59){animation-delay:5.9s}.skeleton-table__row:nth-child(59) .fund-name .skeleton-placeholder:first-child{width:260px}.skeleton-table__row:nth-child(59) .fund-name .skeleton-placeholder:last-child{width:210px}.skeleton-table__row:nth-child(60){animation-delay:6s}.skeleton-table__row:nth-child(60) .fund-name .skeleton-placeholder:first-child,.skeleton-table__row:nth-child(60) .fund-name .skeleton-placeholder:last-child{width:220px}.skeleton-table__row:nth-child(61){animation-delay:6.1s}.skeleton-table__row:nth-child(61) .fund-name .skeleton-placeholder:first-child,.skeleton-table__row:nth-child(61) .fund-name .skeleton-placeholder:last-child{width:230px}.skeleton-table__row:nth-child(62){animation-delay:6.2s}.skeleton-table__row:nth-child(62) .fund-name .skeleton-placeholder:first-child,.skeleton-table__row:nth-child(62) .fund-name .skeleton-placeholder:last-child{width:240px}.skeleton-table__row:nth-child(63){animation-delay:6.3s}.skeleton-table__row:nth-child(63) .fund-name .skeleton-placeholder:first-child{width:250px}.skeleton-table__row:nth-child(63) .fund-name .skeleton-placeholder:last-child{width:180px}.skeleton-table__row:nth-child(64){animation-delay:6.4s}.skeleton-table__row:nth-child(64) .fund-name .skeleton-placeholder:first-child{width:260px}.skeleton-table__row:nth-child(64) .fund-name .skeleton-placeholder:last-child{width:190px}.skeleton-table__row:nth-child(65){animation-delay:6.5s}.skeleton-table__row:nth-child(65) .fund-name .skeleton-placeholder:first-child{width:220px}.skeleton-table__row:nth-child(65) .fund-name .skeleton-placeholder:last-child{width:200px}.skeleton-table__row:nth-child(66){animation-delay:6.6s}.skeleton-table__row:nth-child(66) .fund-name .skeleton-placeholder:first-child{width:230px}.skeleton-table__row:nth-child(66) .fund-name .skeleton-placeholder:last-child{width:210px}.skeleton-table__row:nth-child(67){animation-delay:6.7s}.skeleton-table__row:nth-child(67) .fund-name .skeleton-placeholder:first-child{width:240px}.skeleton-table__row:nth-child(67) .fund-name .skeleton-placeholder:last-child{width:220px}.skeleton-table__row:nth-child(68){animation-delay:6.8s}.skeleton-table__row:nth-child(68) .fund-name .skeleton-placeholder:first-child{width:250px}.skeleton-table__row:nth-child(68) .fund-name .skeleton-placeholder:last-child{width:230px}.skeleton-table__row:nth-child(69){animation-delay:6.9s}.skeleton-table__row:nth-child(69) .fund-name .skeleton-placeholder:first-child{width:260px}.skeleton-table__row:nth-child(69) .fund-name .skeleton-placeholder:last-child{width:240px}.skeleton-table__row:nth-child(70){animation-delay:7s}.skeleton-table__row:nth-child(70) .fund-name .skeleton-placeholder:first-child{width:220px}.skeleton-table__row:nth-child(70) .fund-name .skeleton-placeholder:last-child{width:180px}.skeleton-table__row:nth-child(71){animation-delay:7.1s}.skeleton-table__row:nth-child(71) .fund-name .skeleton-placeholder:first-child{width:230px}.skeleton-table__row:nth-child(71) .fund-name .skeleton-placeholder:last-child{width:190px}.skeleton-table__row:nth-child(72){animation-delay:7.2s}.skeleton-table__row:nth-child(72) .fund-name .skeleton-placeholder:first-child{width:240px}.skeleton-table__row:nth-child(72) .fund-name .skeleton-placeholder:last-child{width:200px}.skeleton-table__row:nth-child(73){animation-delay:7.3s}.skeleton-table__row:nth-child(73) .fund-name .skeleton-placeholder:first-child{width:250px}.skeleton-table__row:nth-child(73) .fund-name .skeleton-placeholder:last-child{width:210px}.skeleton-table__row:nth-child(74){animation-delay:7.4s}.skeleton-table__row:nth-child(74) .fund-name .skeleton-placeholder:first-child{width:260px}.skeleton-table__row:nth-child(74) .fund-name .skeleton-placeholder:last-child{width:220px}.skeleton-table__row:nth-child(75){animation-delay:7.5s}.skeleton-table__row:nth-child(75) .fund-name .skeleton-placeholder:first-child{width:220px}.skeleton-table__row:nth-child(75) .fund-name .skeleton-placeholder:last-child{width:230px}.skeleton-table__row:nth-child(76){animation-delay:7.6s}.skeleton-table__row:nth-child(76) .fund-name .skeleton-placeholder:first-child{width:230px}.skeleton-table__row:nth-child(76) .fund-name .skeleton-placeholder:last-child{width:240px}.skeleton-table__row:nth-child(77){animation-delay:7.7s}.skeleton-table__row:nth-child(77) .fund-name .skeleton-placeholder:first-child{width:240px}.skeleton-table__row:nth-child(77) .fund-name .skeleton-placeholder:last-child{width:180px}.skeleton-table__row:nth-child(78){animation-delay:7.8s}.skeleton-table__row:nth-child(78) .fund-name .skeleton-placeholder:first-child{width:250px}.skeleton-table__row:nth-child(78) .fund-name .skeleton-placeholder:last-child{width:190px}.skeleton-table__row:nth-child(79){animation-delay:7.9s}.skeleton-table__row:nth-child(79) .fund-name .skeleton-placeholder:first-child{width:260px}.skeleton-table__row:nth-child(79) .fund-name .skeleton-placeholder:last-child{width:200px}.skeleton-table__row:nth-child(80){animation-delay:8s}.skeleton-table__row:nth-child(80) .fund-name .skeleton-placeholder:first-child{width:220px}.skeleton-table__row:nth-child(80) .fund-name .skeleton-placeholder:last-child{width:210px}.skeleton-table__row:nth-child(81){animation-delay:8.1s}.skeleton-table__row:nth-child(81) .fund-name .skeleton-placeholder:first-child{width:230px}.skeleton-table__row:nth-child(81) .fund-name .skeleton-placeholder:last-child{width:220px}.skeleton-table__row:nth-child(82){animation-delay:8.2s}.skeleton-table__row:nth-child(82) .fund-name .skeleton-placeholder:first-child{width:240px}.skeleton-table__row:nth-child(82) .fund-name .skeleton-placeholder:last-child{width:230px}.skeleton-table__row:nth-child(83){animation-delay:8.3s}.skeleton-table__row:nth-child(83) .fund-name .skeleton-placeholder:first-child{width:250px}.skeleton-table__row:nth-child(83) .fund-name .skeleton-placeholder:last-child{width:240px}.skeleton-table__row:nth-child(84){animation-delay:8.4s}.skeleton-table__row:nth-child(84) .fund-name .skeleton-placeholder:first-child{width:260px}.skeleton-table__row:nth-child(84) .fund-name .skeleton-placeholder:last-child{width:180px}.skeleton-table__row:nth-child(85){animation-delay:8.5s}.skeleton-table__row:nth-child(85) .fund-name .skeleton-placeholder:first-child{width:220px}.skeleton-table__row:nth-child(85) .fund-name .skeleton-placeholder:last-child{width:190px}.skeleton-table__row:nth-child(86){animation-delay:8.6s}.skeleton-table__row:nth-child(86) .fund-name .skeleton-placeholder:first-child{width:230px}.skeleton-table__row:nth-child(86) .fund-name .skeleton-placeholder:last-child{width:200px}.skeleton-table__row:nth-child(87){animation-delay:8.7s}.skeleton-table__row:nth-child(87) .fund-name .skeleton-placeholder:first-child{width:240px}.skeleton-table__row:nth-child(87) .fund-name .skeleton-placeholder:last-child{width:210px}.skeleton-table__row:nth-child(88){animation-delay:8.8s}.skeleton-table__row:nth-child(88) .fund-name .skeleton-placeholder:first-child{width:250px}.skeleton-table__row:nth-child(88) .fund-name .skeleton-placeholder:last-child{width:220px}.skeleton-table__row:nth-child(89){animation-delay:8.9s}.skeleton-table__row:nth-child(89) .fund-name .skeleton-placeholder:first-child{width:260px}.skeleton-table__row:nth-child(89) .fund-name .skeleton-placeholder:last-child{width:230px}.skeleton-table__row:nth-child(90){animation-delay:9s}.skeleton-table__row:nth-child(90) .fund-name .skeleton-placeholder:first-child{width:220px}.skeleton-table__row:nth-child(90) .fund-name .skeleton-placeholder:last-child{width:240px}.skeleton-table__row:nth-child(91){animation-delay:9.1s}.skeleton-table__row:nth-child(91) .fund-name .skeleton-placeholder:first-child{width:230px}.skeleton-table__row:nth-child(91) .fund-name .skeleton-placeholder:last-child{width:180px}.skeleton-table__row:nth-child(92){animation-delay:9.2s}.skeleton-table__row:nth-child(92) .fund-name .skeleton-placeholder:first-child{width:240px}.skeleton-table__row:nth-child(92) .fund-name .skeleton-placeholder:last-child{width:190px}.skeleton-table__row:nth-child(93){animation-delay:9.3s}.skeleton-table__row:nth-child(93) .fund-name .skeleton-placeholder:first-child{width:250px}.skeleton-table__row:nth-child(93) .fund-name .skeleton-placeholder:last-child{width:200px}.skeleton-table__row:nth-child(94){animation-delay:9.4s}.skeleton-table__row:nth-child(94) .fund-name .skeleton-placeholder:first-child{width:260px}.skeleton-table__row:nth-child(94) .fund-name .skeleton-placeholder:last-child{width:210px}.skeleton-table__row:nth-child(95){animation-delay:9.5s}.skeleton-table__row:nth-child(95) .fund-name .skeleton-placeholder:first-child,.skeleton-table__row:nth-child(95) .fund-name .skeleton-placeholder:last-child{width:220px}.skeleton-table__row:nth-child(96){animation-delay:9.6s}.skeleton-table__row:nth-child(96) .fund-name .skeleton-placeholder:first-child,.skeleton-table__row:nth-child(96) .fund-name .skeleton-placeholder:last-child{width:230px}.skeleton-table__row:nth-child(97){animation-delay:9.7s}.skeleton-table__row:nth-child(97) .fund-name .skeleton-placeholder:first-child,.skeleton-table__row:nth-child(97) .fund-name .skeleton-placeholder:last-child{width:240px}.skeleton-table__row:nth-child(98){animation-delay:9.8s}.skeleton-table__row:nth-child(98) .fund-name .skeleton-placeholder:first-child{width:250px}.skeleton-table__row:nth-child(98) .fund-name .skeleton-placeholder:last-child{width:180px}.skeleton-table__row:nth-child(99){animation-delay:9.9s}.skeleton-table__row:nth-child(99) .fund-name .skeleton-placeholder:first-child{width:260px}.skeleton-table__row:nth-child(99) .fund-name .skeleton-placeholder:last-child{width:190px}.skeleton-table__row:nth-child(100){animation-delay:10s}.skeleton-table__row:nth-child(100) .fund-name .skeleton-placeholder:first-child{width:220px}.skeleton-table__row:nth-child(100) .fund-name .skeleton-placeholder:last-child{width:200px}.table-list{border-collapse:collapse;color:#212529;width:100%}.table-list .thead th,.table-list .thead td,.table-list .tbody th,.table-list .tbody td{text-align:center;border-bottom:2px solid #dee2e6;padding:.75rem;display:none}@media (width>=768px){.table-list .thead th,.table-list .thead td,.table-list .tbody th,.table-list .tbody td{display:table-cell}}.table-list .thead .first,.table-list .thead .last,.table-list .tbody .first,.table-list .tbody .last{text-align:start;display:table-cell!important}@media (width>=768px){.table-list .thead .first,.table-list .tbody .first{width:40%}}.table-list .tbody tr:nth-child(odd){background-color:#0000000d}.table-list .tbody .no-data{border:none}.pagination{flex:0 0 100%;justify-content:center;align-items:center;max-width:100%;font-size:14px;display:flex}@media (width>=768px){.pagination{flex:0 0 66.6667%;max-width:66.6667%}}.pagination .pagination-btn{color:#2d878d;cursor:pointer;background-color:#fff;border:1px solid #dee2e6;margin-left:-1px;padding:.5rem .75rem;line-height:1.25;display:block;position:relative}.pagination .pagination-btn.current{color:#fff;background-color:#2d878d}.pagination .pagination-btn:first-child{border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.pagination .pagination-btn:last-child{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.pagination .pagination-btn:not(.current):hover{color:#1a4f53;z-index:2;background-color:#e9ecef;border-color:#dee2e6;text-decoration:none}.products{padding:0}@media (width>=992px){.products{flex:0 0 66.6667%;max-width:66.6667%}}.products .tools{border-bottom:1px solid #707070;flex-wrap:wrap;max-width:99%;padding-bottom:15px;display:flex}@media (width>=992px){.products .tools{flex-wrap:nowrap;height:82px;padding-bottom:0}}.products .tools .content{flex-wrap:wrap;justify-content:end;gap:1rem;width:100%;padding:0 15px;display:flex}@media (width>=768px){.products .tools .content{flex-wrap:nowrap;justify-content:space-between;gap:0}}@media (width>=992px){.products .tools .content{flex:0 0 66.6667%;max-width:66.6667%;padding:0 15px}}.products .tools .content .btn-container{justify-content:end;align-items:center;display:flex}@media (width>=992px){.products .tools .content .btn-container{flex:0 0 33.3333%;justify-content:center;max-width:33.3333%}}.products .tools .content .btn-container .btn{color:#fff;cursor:pointer;background-color:#2d878d;border:1px solid #2d878d;border-radius:.25rem;padding:.375rem .75rem;font-size:.875rem;line-height:1.5}.products .tools .content .btn-container .btn:disabled{cursor:default;opacity:.65;pointer-events:none}.products .tools .content .btn-container .btn:hover{background-color:#246b70}.products .footer{justify-content:end;width:100%;margin:1.5rem;display:flex}.star-rating{color:#c5c5c5;text-align:start;unicode-bidi:bidi-override;width:90px;margin:0 auto;padding:0;font-size:18px;position:relative}.star-rating .no-rating{font-size:10px}.star-rating .teal{color:#2d878d}.home{flex-direction:column;width:100%;max-width:540px;margin:48px auto 0;display:flex}@media (width>=768px){.home{max-width:720px}}@media (width>=992px){.home{flex-direction:row;max-width:960px}}@media (width>=1200px){.home{max-width:1140px}}@font-face{font-family:poppins-light;src:url(/assets/Poppins-Light-ChBmluwM.ttf)format("truetype");font-weight:300;font-style:normal}@font-face{font-family:poppins-regular;src:url(/assets/Poppins-Regular-CDE4z94E.ttf)format("truetype");font-weight:400;font-style:normal}@font-face{font-family:poppins-medium;src:url(/assets/Poppins-Medium-DwAlJ_UI.ttf)format("truetype");font-weight:500;font-style:normal}@font-face{font-family:poppins-bold;src:url(/assets/Poppins-Bold-B5ijbvYk.ttf)format("truetype");font-weight:600;font-style:normal}body{color:#212529;background:#fff;width:100%;margin:0;font-family:poppins-regular;font-size:14px;overflow:auto}#root{flex-direction:column;min-height:100vh;display:flex}
