.next-image-wrapper{position:relative}.display-rating{display:flex;flex-direction:row;gap:2.5rem;justify-content:center;align-items:center;width:100%;height:max-content;min-height:3rem}.display-rating__app-store-image{width:4rem;height:auto}.display-rating__value{color:#fff;font-size:4.8rem;font-weight:700}.display-rating__star-container{display:flex;flex-direction:row;gap:.75rem;justify-content:center;align-items:center;width:max-content;height:max-content}.display-rating__star--partial .display-rating__star-image,.display-rating__star-image{width:2rem;height:auto}.display-rating__filled-icon{background:"linear-gradient(270deg, #F4A968 0%, #FFEE9D 50.4%, #FFFFC1 70.01%, #F5F5F5 100%)";background-clip:"text"}@media(max-width:450px){.display-rating{gap:4rem}.display-rating__app-store-image{width:3rem;height:auto}.display-rating__value{font-size:2rem}}.sticky-scroll-gallery{position:relative;width:100%;height:30rem;overflow:hidden scroll;scrollbar-width:none;color:#fff;transition:height .3s ease;scroll-behavior:smooth;scroll-snap-type:y mandatory}.sticky-scroll-gallery.expand{height:40rem}.sticky-scroll-gallery::-webkit-scrollbar{display:none}.sticky-scroll-gallery .background-container{position:sticky;top:0;left:5%;z-index:0;width:100%;height:100%;border-radius:1.2rem;background-image:url(/_next/static/media/investment-philosophy-bg.f4eed62c.webp);background-position:50%;background-size:cover}.sticky-scroll-gallery .scroll-sections-container{position:relative;z-index:1;width:100%;height:100%}.sticky-scroll-gallery .scroll-item-section{position:relative;top:0;width:100%;height:100%;scroll-snap-align:center;scroll-snap-stop:always}.sticky-scroll-gallery .scroll-item{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;padding:2rem;border-radius:.8rem}.sticky-scroll-gallery .scroll-item__content{width:80%;max-width:80%;padding:2rem;border-radius:.5rem;text-align:center}.sticky-scroll-gallery .scroll-item__title{margin-bottom:1rem;color:#fff;font-size:3.6rem;font-weight:700}.sticky-scroll-gallery .scroll-item__author{margin-top:1.5rem;color:#fff;font-size:2.8rem;font-weight:700;text-align:right}.sticky-scroll-gallery .scroll-item__description{color:#fff;font-size:2.4rem;font-weight:400}.sticky-scroll-gallery .scroll-item.quote-item .scroll-item__description,.sticky-scroll-gallery .scroll-item.quote-item .scroll-item__title{color:#fff;font-size:2.8rem;font-weight:700;text-align:left}@media(max-width:820px){.sticky-scroll-gallery .scroll-item__title{font-size:2.8rem}.sticky-scroll-gallery .scroll-item__author,.sticky-scroll-gallery .scroll-item__description{font-size:1.6rem}.sticky-scroll-gallery .scroll-item.quote-item .scroll-item__description,.sticky-scroll-gallery .scroll-item.quote-item .scroll-item__title{font-size:2.4rem}}@media(max-width:450px){.sticky-scroll-gallery .scroll-item{padding:1.5rem}.sticky-scroll-gallery .scroll-item__content{max-width:90%;padding:1.5rem}.sticky-scroll-gallery .scroll-item__title{font-size:2rem}.sticky-scroll-gallery .scroll-item__author,.sticky-scroll-gallery .scroll-item__description{font-size:1.2rem}.sticky-scroll-gallery .scroll-item.quote-item .scroll-item__description,.sticky-scroll-gallery .scroll-item.quote-item .scroll-item__title{font-size:2.4rem}}.chart-container{display:flex;flex-direction:column;gap:3rem;justify-content:center;align-items:center;width:85%;padding:3rem 2rem;margin:2rem auto 0;border-radius:1.2rem;background-color:#0d0e14}.chart-container .chart-title-container{width:92%}.chart-container .chart-title{color:#fff;font-size:2.4rem;font-weight:700}.chart-container .chart-sub-title{color:#cfd3da;font-size:1.6rem;font-weight:400}.chart-container .chart-image-wrapper{position:relative;width:92%;aspect-ratio:16/9}.chart-container .chart-image{object-fit:contain}@media(max-width:1080px){.chart-container{width:95%;padding:1rem .5rem}}@media(max-width:820px){.chart-container{width:100%;padding:1rem .5rem}.chart-container .chart-image-wrapper{width:100%;aspect-ratio:16/9}.chart-container .chart-title{font-size:2rem}.chart-container .chart-sub-title{font-size:1.4rem}}@media(max-width:450px){.chart-container .chart-title{font-size:1.4rem}.chart-container .chart-sub-title{font-size:.8rem}.chart-container .chart-image{width:95%}}.generic-dropdown{position:relative;display:flex;flex-direction:column;gap:.5rem;width:100%;height:5.5rem;font-size:1.6rem}.generic-dropdown__label{color:#a7a7ad}.generic-dropdown .selected-option{display:flex;flex-direction:row;justify-content:space-between;align-items:center;width:100%;height:90%;padding:1rem;border-radius:.8rem;background-color:#1e1e1e;cursor:pointer}.generic-dropdown .selected-option__name{width:90%;height:100%;padding-top:.2rem;color:#a7a7ad}.generic-dropdown .selected-option.open{border-bottom:0 solid rgba(0,0,0,0);border-bottom-right-radius:0;border-bottom-left-radius:0}.generic-dropdown .selected-option.disabled{opacity:.7;cursor:not-allowed}.generic-dropdown .arrow{width:1.3rem;height:auto;transition:transform .3s ease;transform:rotate(0)}.generic-dropdown .arrow.open{transform:rotate(-180deg)}.generic-dropdown .dropdown-options{position:absolute;top:90%;z-index:10;display:none;width:100%;height:10rem;overflow-y:scroll;scrollbar-width:thin;border-bottom-right-radius:.8rem;border-bottom-left-radius:.8rem;background-color:#1e1e1e;color:#737479}.generic-dropdown .dropdown-options.has-label{top:7.5rem}.generic-dropdown .dropdown-options.visible{display:flex;flex-direction:column}.generic-dropdown .dropdown-search{position:absolute;top:-10%;z-index:-1;opacity:0}.generic-dropdown .dropdown-option{width:100%;height:max-content;padding:.5rem 1rem;cursor:pointer}.generic-dropdown .dropdown-option:hover{color:#a7a7ad}.generic-dropdown .dropdown-option.highlighted{background-color:rgba(0,0,0,.5)}@media(max-width:820px){.generic-dropdown{height:4.3rem;font-size:1.4rem}.generic-dropdown .selected-option__name{margin-top:-.5rem}}@media(max-width:450px){.generic-dropdown{height:4rem;font-size:1.2rem}.generic-dropdown .selected-option__name{margin-top:-.5rem}}@media(max-width:390px){.generic-dropdown{height:3rem;font-size:.8rem}.generic-dropdown .selected-option__name{margin-top:-.7rem}}.selectable-badge{margin:0;border:none;border-radius:0;background:none;outline:none;position:relative;display:flex;flex-direction:row;gap:1rem;justify-content:center;align-items:center;width:25rem;min-width:10rem;height:5rem;padding:1.3rem;border-radius:1rem;background-color:#0a1116;cursor:pointer}.selectable-badge__text{color:#a7a7ad;font-size:2rem}.selectable-badge__image{width:1.8rem;height:auto}.selectable-badge__blue-check{position:absolute;left:10%;width:3.5rem;height:auto;opacity:0;transition:opacity .1s ease-in}.selectable-badge:hover .selectable-badge__text{color:#fff}.selectable-badge.clicked{border:1px solid #76c6ff;background-color:rgba(118,198,255,.1)}.selectable-badge.clicked .selectable-badge__blue-check{opacity:1}.selectable-badge.clicked .selectable-badge__text{color:#76c6ff}@media((min-width:1200px) and (max-width:1400px)){.selectable-badge{width:15rem}.selectable-badge__blue-check{left:5%}}@media(max-width:1080px){.selectable-badge__blue-check{left:7%}}@media(max-width:820px){.selectable-badge{width:100%}.selectable-badge__text{font-size:1.6rem}.selectable-badge__blue-check{left:38%}}@media(max-width:450px){.selectable-badge__text{font-size:1.4rem}.selectable-badge__blue-check{left:25%}}.generic-checkbox{margin:0;border:none;border-radius:0;background:none;outline:none;position:relative;display:flex;flex-direction:row;gap:2rem;align-items:center;width:max-content;min-width:7rem;height:4rem;padding:1rem 0;cursor:pointer}.generic-checkbox #generic-checkbox{position:absolute;top:0;left:0;width:1px;height:1px;opacity:0}.generic-checkbox__checkbox{position:relative;display:block;width:2rem;height:2rem;border:1px solid #737479;border-radius:.4rem;background-color:#060606}.generic-checkbox__checkbox.checked{border:none;background-color:#76c6ff}.generic-checkbox__black-check{position:absolute;top:50%;left:50%;width:1.5rem;height:auto;transform:translate(-50%,-50%)}.generic-checkbox__label{display:block;width:max-content;height:2rem;color:#a7a7ad;font-size:1.4rem;font-weight:400}.generic-checkbox:hover .generic-checkbox__checkbox{border:1px solid #a7a7ad}.generic-checkbox:hover .generic-checkbox__label{color:#fff}.popup-layout__outer-container{position:fixed;inset:0;z-index:99;animation:fade-in .3s ease-in;width:100vw;height:100vh;background-color:rgba(0,0,0,.5);backdrop-filter:blur(20px)}.popup-layout__outer-container--fade-out{animation:fade-out .3s ease-in}.popup-layout__inner-container{position:relative;top:7%;left:50%;display:flex;flex-direction:column;gap:1rem;width:56%;height:80vh;min-height:20rem;border:1px solid #737479;border-radius:1rem;background-color:#060606;transform:translate(-50%)}.popup-layout__close-button{margin:0;border:none;border-radius:0;background:none;outline:none;position:absolute;top:.5rem;right:1rem;width:4rem;height:4rem;padding:.5rem 1rem;border-radius:.5rem;color:#fff;cursor:pointer}.popup-layout__close-button:active{background-color:rgba(0,0,0,.5);transform:scale(1.05)}.popup-layout__close-button:focus{outline:1px solid rgba(0,0,0,.5)}@media(hover:none)and (pointer:coarse){.popup-layout__close-button:active{transform:scale(.9)}}.popup-layout__header{display:flex;flex-direction:column;gap:.5rem;width:100%;height:23%;padding:1rem;border-radius:1rem 1rem 0 0;box-shadow:0 0 .4px .4px #737479;background-color:#0a1116}.popup-layout__title{color:#76c6ff;font-size:2.8rem;font-weight:500;text-align:center}.popup-layout__sub-title{color:#c6c6c6;font-size:1.6rem;font-weight:400;text-align:center}.popup-layout__body{height:65%;min-height:5rem;margin:0;overflow:scroll;scrollbar-width:none}.popup-layout__body.full-height{height:max-content;margin:.5rem 0}.popup-layout__separator{width:100%;height:.1rem;background:linear-gradient(90deg,rgba(115,116,121,0),rgb(115,116,121) 50%,rgba(115,116,121,0))}.popup-layout__footer-container{width:100%;height:max-content;min-height:5%}.popup-layout__footer{display:flex;flex-direction:row;gap:2rem;justify-content:center;align-items:center;width:100%;height:max-content;padding:2rem;color:#737479}.popup-layout__footer-text{color:#737479;font-size:1.2rem;font-weight:400}.popup-layout__footer-custom{width:100%;height:100%;padding:0 3rem;margin-top:0;box-shadow:inset 0 .3px 0 0 #737479}@media(max-width:1600px){.popup-layout__inner-container{top:2%;height:96vh}}@media(max-width:1200px){.popup-layout__inner-container{top:5%;height:90vh}}@media(max-width:1080px){.popup-layout__inner-container{width:70%}}@media(max-width:820px){.popup-layout__inner-container{top:10%;width:90%;height:70vh}.popup-layout__header{height:20%}.popup-layout__title{font-size:2.4rem}.popup-layout__sub-title{font-size:1.2rem}.popup-layout__footer-custom{padding:1rem 3rem}}@media(max-width:450px){.popup-layout__inner-container{top:5%;height:85vh;padding-bottom:.5rem}.popup-layout__title{font-size:2rem}.popup-layout__sub-title{font-size:1.2rem}}.progress-bar{display:flex;width:100%;height:7rem}.progress-bar,.progress-bar__circle{flex-direction:row;justify-content:center;align-items:center}.progress-bar__circle{display:inline-flex;width:5rem;height:5rem;border-radius:50%;background-color:rgba(115,116,121,.2);color:#cfd3da;font-size:2.4rem;font-weight:500}.progress-bar__circle.completed{background-color:#76c6ff;color:#000}.progress-bar__line{width:10%;height:2px;opacity:0}.progress-bar__line.completed{background-color:#76c6ff;opacity:1}@media(max-width:820px){.progress-bar__circle{width:4rem;height:4rem;font-size:2rem}}@media(max-width:450px){.progress-bar__circle{width:3.5rem;height:3.5rem;font-size:1.4rem}}.popup-form__header{display:flex;flex-direction:row;gap:1rem;align-items:center;width:100%;height:2rem;color:#fff;font-size:2rem;font-weight:700}.popup-form__info-wrapper{position:relative;cursor:pointer}.popup-form__info-wrapper:after,.popup-form__info-wrapper:before{position:absolute;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .2s ease,visibility .2s ease}.popup-form__info-wrapper:before{z-index:1000;min-width:12rem;max-width:20rem;padding:.8rem 1.2rem;box-shadow:0 0 4px 1px #737479;border-radius:.8rem;background-color:#0a1116;color:#cfd3da;font-size:1.2rem;font-weight:500;text-align:center;white-space:normal;word-wrap:break-word;content:attr(data-tooltip)}.popup-form__info-wrapper:after{z-index:1001;width:0;height:0;border:6px solid rgba(0,0,0,0);content:""}.popup-form__info-wrapper:before{top:50%;left:calc(100% + 10px);transform:translateY(-50%)}.popup-form__info-wrapper:after{top:50%;left:calc(100% + 4px);border-left:none;transform:translateY(-50%);border-right-color:#0a1116}.popup-form__info-wrapper:hover:after,.popup-form__info-wrapper:hover:before{opacity:1;visibility:visible}@media(max-width:450px){.popup-form__info-wrapper{position:relative;cursor:pointer}.popup-form__info-wrapper:after,.popup-form__info-wrapper:before{position:absolute;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .2s ease,visibility .2s ease}.popup-form__info-wrapper:before{z-index:1000;min-width:12rem;max-width:20rem;padding:.8rem 1.2rem;box-shadow:0 0 4px 1px #737479;border-radius:.8rem;background-color:#0a1116;color:#cfd3da;font-size:1.2rem;font-weight:500;text-align:center;white-space:normal;word-wrap:break-word;content:attr(data-tooltip)}.popup-form__info-wrapper:after{z-index:1001;width:0;height:0;border:6px solid rgba(0,0,0,0);content:""}.popup-form__info-wrapper:before{top:50%;left:calc(100% + 10px);transform:translateY(-50%)}.popup-form__info-wrapper:after{top:50%;left:calc(100% + 4px);border-left:none;transform:translateY(-50%);border-right-color:#0a1116}.popup-form__info-wrapper:hover:after,.popup-form__info-wrapper:hover:before{opacity:1;visibility:visible}}.popup-form__info{width:1.5rem;height:auto;cursor:pointer}.popup-form__asterisk{display:block;height:1rem;color:#ff4966;font-size:2rem;font-weight:700;line-height:1}@media(max-width:820px){.popup-form__header{font-size:1.6rem}}.primary-button{margin:0;border:none;border-radius:0;background:none;outline:none;display:flex;flex-direction:row;gap:.5rem;justify-content:center;align-items:center;width:max-content;padding:.8rem 1.6rem;border-radius:.8rem;background:#76c6ff;color:#000;cursor:pointer;transition:transform .15s ease}.primary-button:active{transform:scale(.96)}.primary-button.is-loading{min-width:var(--button-width,auto);opacity:.8;cursor:not-allowed;pointer-events:none}.primary-button.is-loading:not(.width-set){--button-width:var(--button-width)}.primary-button.is-loading:not(.width-set).width-set{min-width:var(--button-width)}.primary-button.is-loading .spinner{top:47%;left:48%}.primary-button.small{height:4.5rem;font-size:1.4rem}.primary-button.small .primary-button__image{width:2rem;height:2rem}.primary-button:hover{background-color:#6ab2e6}.primary-button.large{height:6rem;padding:1rem 2rem;font-size:1.6rem}.primary-button.large .primary-button__image{width:2.2rem;height:2.2rem}.primary-button:disabled{opacity:.5;cursor:not-allowed}@media(max-width:450px){.primary-button{padding:.5rem 1.6rem}.primary-button.small{height:3.8rem;font-size:1.2rem}.primary-button.large{height:4.5rem;font-size:1.6rem}}.menu-button__container{position:relative;display:flex;flex-direction:row;justify-content:center;align-items:center;width:max-content;height:4.5rem}.menu-button__button{padding:0;margin:0;border:none;border-radius:0;background:none;outline:none}.menu-button__button,.menu-button__link{display:flex;flex-direction:row;gap:.5rem;justify-content:center;align-items:center;width:max-content;height:100%;padding:0 1rem;color:#c6c6c6;font-size:1.4rem;font-weight:500;text-decoration:none;cursor:pointer}.menu-button__button:hover,.menu-button__link:hover{color:#a7a7ad}.menu-button__image{width:1.5rem;height:1.5rem;margin-top:.2rem}.menu-button__submenu{position:absolute;top:4.5rem;left:0;z-index:9;display:flex;flex-direction:column;gap:.5rem;width:20rem;height:max-content;padding:.7rem;border-radius:0 1.2rem 1.2rem;background:linear-gradient(178.39deg,rgba(255,255,255,.35) -77.71%,rgba(0,0,0,.2) 119.44%);backdrop-filter:blur(100px)}.menu-button__submenu-item{width:100%;height:4.5rem;padding:1rem 2rem;border-radius:.8rem;background-color:#0a1116;color:#c6c6c6;font-size:1.4rem;text-decoration:none;cursor:pointer}.menu-button__submenu-item:hover{background-color:#101a22}.secondary-button{margin:0;border-radius:0;background:none;outline:none;display:flex;flex-direction:row;gap:.5rem;justify-content:center;align-items:center;width:max-content;padding:.8rem 1.6rem;border:2px solid #76c6ff;border-radius:.8rem;color:#76c6ff;cursor:pointer;transition:transform .15s ease}.secondary-button:active{transform:scale(.96)}.secondary-button.small{height:4.5rem;font-size:1.4rem}.secondary-button.small .secondary-button__image{width:2rem;height:2rem}.secondary-button:hover{background-color:#294559}.secondary-button.large{height:6rem;padding:1rem 2rem;font-size:1.6rem}.secondary-button.large .secondary-button__image{width:2.2rem;height:2.2rem}@media(max-width:450px){.secondary-button.small{height:3.8rem;font-size:1.2rem}.secondary-button.large{height:4.5rem;font-size:1.6rem}}.carousel-card-one{display:flex;flex-direction:column;gap:2rem;justify-content:center;align-items:center;width:100%;height:100%}.carousel-card-one__image-wrapper{position:relative;width:45%;aspect-ratio:4/3;overflow:hidden;border-radius:1.2rem}.carousel-card-one__image{border-radius:1.2rem}.carousel-card-one .primary-button{margin:0 .5rem}@media(max-width:1400px){.carousel-card-one__image-wrapper{width:55%}}@media(max-width:820px){.carousel-card-one__image-wrapper{width:60%}}@media(max-width:450px){.carousel-card-one__image-wrapper{width:75%}}.report-card{position:relative;display:flex;flex-direction:column;row-gap:2rem;padding:1.8rem;border-radius:1.2rem;background:rgba(0,0,0,0);pointer-events:auto}.report-card:before{position:absolute;inset:0;box-sizing:border-box;width:100%;height:100%;padding:1.5px;border-radius:1.5rem;background:conic-gradient(from 180deg at 50% 50%,rgba(99,187,223,.5) -92.02deg,rgba(255,255,255,0) 18.84deg,rgba(99,187,223,.5) 267.98deg,rgba(255,255,255,0) 378.84deg),conic-gradient(from 180deg at 50% 50%,rgba(255,255,255,0) 0deg,rgba(99,187,223,.5) 45.05deg,rgba(99,187,223,.26) 173.09deg,rgba(255,255,255,0) 1turn);opacity:.7;content:"";mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask-composite:exclude;pointer-events:none}.report-card__row{justify-content:space-between}.report-card__company-info,.report-card__row{display:flex;column-gap:2rem;align-items:center}.report-card__logo{width:5rem;height:auto;border-radius:50%;background-repeat:no-repeat;background-position:50%;background-size:cover}.report-card__company-name{color:#fff;font-size:2.4rem;font-weight:700;text-align:left}.report-card__exited-date{color:#a7a7ad;font-size:1.2rem;font-weight:400;text-align:left}.report-card__percentage{font-size:2rem;font-weight:700}.report-card__percentage.profit{color:#3bff72}.report-card__percentage.loss{color:#ff4966}.report-card__entry-price,.report-card__exit-price{color:#a7a7ad;font-size:1.6rem;font-weight:500}.report-card__entry-price-value,.report-card__exit-price-value{color:#fff;font-size:2rem;font-weight:700;text-align:left}.report-card__report{z-index:1;width:fit-content;color:#63bbdf;font-size:1.4rem;font-weight:400;text-decoration:none;cursor:pointer}.report-card:hover{background-color:rgba(99,187,223,.1)}.report-card:hover .report-card__report{color:#76c6ff}@media(max-width:820px){.report-card__logo{width:5rem;height:5rem}.report-card__company-info{column-gap:1rem}.report-card__company-name{font-size:2rem}.report-card__percentage{font-size:1.6rem}.report-card__entry-price,.report-card__exit-price{font-size:1.2rem}.report-card__entry-price-value,.report-card__exit-price-value{font-size:1.6rem}.report-card__report{font-size:1.2rem}}@media(max-width:450px){.report-card__row{column-gap:unset}}.fm-card{position:relative;display:flex;flex-direction:column;justify-content:space-between;width:30rem;height:max-content;padding:2rem;overflow:hidden;border-radius:1.1rem;background-color:#060606}.fm-card:before{position:absolute;right:-4rem;bottom:-4rem;width:7rem;height:7rem;border-radius:50%;background:linear-gradient(180deg,rgb(255,255,255) -59.88%,rgb(118,198,255) 133.58%);filter:blur(50px);opacity:.9;content:""}.fm-card:hover:after{position:absolute;inset:0;box-sizing:border-box;width:100%;height:100%;padding:1.5px;border-radius:1.1rem;background:linear-gradient(162.87deg,rgb(99,187,223) 7.73%,rgb(27,50,59) 87.39%);opacity:1;content:"";mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask-composite:exclude;pointer-events:none}.fm-card__title{color:#fff;font-size:2rem;font-weight:400}.fm-card__value{font-size:4.8rem;font-weight:700}.fm-card__value.green{color:#3bff72}.fm-card__value.blue{color:#63bbdf}.fm-card__value.yellow{color:#fff176}.fm-card__value.pink{color:#ff76e9}.fm-card__description{color:#737479;font-size:1.6rem;font-weight:500}.fm-card__description.hide{opacity:0}@media(max-width:1080px){.fm-card{width:23rem}}@media(max-width:820px){.fm-card{width:20rem}.fm-card:hover:after{content:none}.fm-card__title{font-size:1.6rem;font-weight:400}.fm-card__value{font-size:2.8rem}.fm-card__description{font-size:1.4rem}}@media(max-width:450px){.fm-card{width:90vw}.fm-card:after{position:absolute;inset:0;box-sizing:border-box;width:100%;height:100%;padding:1.5px;border-radius:1.1rem;background:linear-gradient(162.87deg,rgb(99,187,223) 7.73%,rgb(27,50,59) 87.39%);opacity:1;content:"";mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask-composite:exclude;pointer-events:none}.fm-card:hover:after{content:none}.fm-card__title{font-size:1.6rem;font-weight:400}.fm-card__value{font-size:2.8rem}.fm-card__description{font-size:1.4rem}}.text-button{margin:0;border:none;border-radius:0;background:none;outline:none;display:flex;flex-direction:row;gap:.5rem;justify-content:center;align-items:center;width:max-content;padding:.8rem 0;cursor:pointer}.text-button .text-button__image{rotate:-90deg}.text-button.small{height:2rem;font-size:1.4rem}.text-button.small .text-button__image{width:1.5rem;height:1.5rem}.text-button.large{height:2.5rem;padding:1rem 0;font-size:1.6rem}.text-button.large .text-button__image{width:1.7rem;height:1.7rem}.text-button.blue{color:#76c6ff}.text-button.blue .text-button__image{rotate:0deg}.text-button.pink{color:#ff76e9}.text-button.pink .text-button__image{rotate:0deg}@media(max-width:450px){.text-button.small{font-size:1.2rem}.text-button.large{font-size:1.4rem}}.tab-button{margin:0;border:none;border-radius:0;background:none;outline:none;display:flex;flex-direction:row;gap:2rem;align-items:center;width:max-content;min-width:10rem;padding:1.5rem;border-radius:1rem 1rem 0 0;background-color:rgba(0,0,0,0);cursor:pointer}.tab-button.active{border-bottom:2px solid #5e9ecc;background-color:#0a1116}.tab-button__image{width:4rem;height:auto}.tab-button__content-container{display:flex;flex-direction:column;justify-content:center;width:100%;height:100%}.tab-button__title{color:#fff;font-size:2rem;font-weight:700;text-align:left}.tab-button__content{color:#a7a7ad;font-size:1.4rem;font-weight:400;text-align:left}@media(max-width:1080px){.tab-button__title{font-size:1.6rem}.tab-button__content{font-size:1.2rem}}@media(max-width:450px){.tab-button__image{width:3rem}.tab-button__content-container{width:100%}.tab-button__title{font-size:1.6rem}.tab-button__content{font-size:1.2rem}}.fc-button{margin:0;border:none;border-radius:0;background:none;outline:none;display:flex;flex-direction:row;gap:1.2rem;align-items:center;width:25rem;height:5.6rem;padding:.8rem 1.2rem;border-radius:1rem;background-color:#0a1116;cursor:pointer}.fc-button .trending-up{width:2.3rem;height:auto;padding:.3rem;border-radius:.4rem;color:#737479}.fc-button .trending-up.active{background-color:rgba(118,198,255,.1);color:#63bbdf}.fc-button__right{display:flex;flex-direction:column;color:#a7a7ad}.fc-button__name{font-size:1.4rem}.fc-button__description{font-size:1.2rem}.fc-button.active,.fc-button:hover{background-color:#101a22}.fc-button.active{border-left:2px solid #76c6ff}.fc-button.active .fc-button__name{color:#76c6ff}.approach-card{height:100%;padding:2rem;border:1px solid #4a8ca7;border-radius:1.8rem;background-color:rgba(118,198,255,.1);transition:transform .3s ease-in-out}.approach-card h2{color:#76c6ff;font-size:2.4rem;font-weight:700;text-align:center}.approach-card p{color:#a7a7ad;font-size:2rem;font-weight:400;text-align:center}.approach-card:hover{transform:scale(1.05)}@media(max-width:820px){.approach-card{width:90vw;padding:2rem}.approach-card p{font-size:1.6rem}}@media(max-width:450px){.approach-card h2{font-size:2rem}.approach-card p{font-size:1.4rem}}.accordion-card{width:100%;overflow:hidden;border-bottom:1px solid #737479}.accordion-card__title-container{padding:0;margin:0;border:none;border-radius:0;background:none;outline:none;display:flex;flex-direction:row;gap:2rem;align-items:center;width:100%;height:5rem;cursor:pointer}.accordion-card__image{width:2rem;height:auto;transition:transform .3s ease-in-out}.accordion-card__image.open{transform:rotate(-45deg)}.accordion-card__title{color:#cfd3da;font-size:2rem;font-weight:600;text-align:left;word-wrap:break-word}.accordion-card__content{max-height:0;padding:0 2.5rem 0 4rem;margin-top:.5rem;color:#a7a7ad;font-size:1.6rem;font-weight:400;opacity:0;visibility:hidden;transition:max-height .3s cubic-bezier(0,1,0,1),opacity .2s ease-in,visibility 0s linear .3s,padding .2s ease,transform .3s ease;transform:translateY(-2rem)}.accordion-card.open .accordion-card__content{max-height:100rem;padding-bottom:1.5rem;opacity:1;visibility:visible;transition:max-height .3s ease-in,opacity .3s ease-in,visibility 0s linear 0s,padding .3s ease,transform .3s ease;transform:translateY(0)}@media(max-width:820px){.accordion-card__title-container{gap:1rem;height:5rem}.accordion-card__title{font-size:1.6rem;font-weight:400}.accordion-card__content{font-size:1.4rem;font-weight:400}}@media(max-width:450px){.accordion-card__title-container{gap:1rem;height:4.5rem;padding:.75rem 0}.accordion-card__title{font-size:1.4rem;font-weight:400;text-align:left;word-wrap:break-word}.accordion-card__content{padding:0 1rem 0 3rem;margin-top:1rem;font-size:1.2rem;font-weight:400}}@media(max-width:390px){.accordion-card__title-container{height:5rem;padding:1rem 0}}@font-face{font-family:Instrument Sans;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/instrument-sans-latin-ext-400-normal.7cd252cf.woff2) format("woff2"),url(/_next/static/media/instrument-sans-latin-ext-400-normal.ea6e49b1.woff) format("woff");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Instrument Sans;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/instrument-sans-latin-400-normal.d485ddcf.woff2) format("woff2"),url(/_next/static/media/instrument-sans-latin-400-normal.0671ff9d.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Familjen Grotesk;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/familjen-grotesk-vietnamese-400-normal.d6c2718f.woff2) format("woff2"),url(/_next/static/media/familjen-grotesk-vietnamese-400-normal.4612bd4c.woff) format("woff");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Familjen Grotesk;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/familjen-grotesk-latin-ext-400-normal.96c7f186.woff2) format("woff2"),url(/_next/static/media/familjen-grotesk-latin-ext-400-normal.c5032abd.woff) format("woff");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Familjen Grotesk;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/familjen-grotesk-latin-400-normal.00dced3f.woff2) format("woff2"),url(/_next/static/media/familjen-grotesk-latin-400-normal.b2b1cea5.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}*,:after,:before{box-sizing:border-box}*{margin:0}:focus{outline:none}body{-webkit-font-smoothing:antialiased;line-height:1.5}canvas,img,picture,svg,video{display:block;max-width:100%}button,input,select,textarea{font:inherit}h1,h2,h3,h4,h5,h6,p{overflow-wrap:break-word}#root{isolation:isolate}input[type=number]{appearance:textfield}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{appearance:none;margin:0}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes fade-out{0%{opacity:1}to{opacity:0}}.tab-button-three{margin:0;border-radius:0;background:none;outline:none;display:flex;flex-direction:column;gap:.5rem;justify-content:center;align-items:center;width:max-content;min-width:8rem;height:8rem;padding:2rem;border:1px solid #3c3c3c;border-radius:1rem;background-color:#181818;cursor:pointer}.tab-button-three__title{color:#fff;font-size:2.4rem;font-weight:600}.tab-button-three__description{color:#a7a7ad;font-size:1.4rem;font-weight:400}.tab-button-three.active{border:1px solid #76c6ff}.tab-button-three.active .tab-button-three__description{color:#76c6ff}@media(max-width:820px){.tab-button-three__title{font-size:2rem}}