@media screen and (width<=719px){.faq{margin-bottom:104px}}@media screen and (width>=1024px){.faq .inner-content{justify-content:space-between;align-items:flex-start;gap:24px;display:flex}}.faq-title{text-align:center;margin-bottom:56px}@media screen and (width>=480px){.faq-title{margin-bottom:72px}}@media screen and (width>=1024px){.faq-title{text-align:left;width:calc(50% - 12px)}}.faq-title .title-2{color:#ff6407;margin-bottom:24px}.faq-title .display-2{color:var(--Text-Quaternary)}.faq-list{flex-direction:column;gap:8px;list-style-type:none;display:flex}@media screen and (width>=480px) and (width<=1023px){.faq-list{max-width:480px;margin:0 auto}}@media screen and (width>=1024px){.faq-list{width:calc(50% - 12px);max-width:480px}}.faq-item{background-color:var(--Fill-1-default);border-radius:24px;transition:background-color .2s ease-in-out}.faq-item:hover{background-color:var(--Fill-1-hover);border-radius:24px}.faq-item .faq-arrow{transition:transform .2s ease-in-out;transform:rotate(90deg)}.faq-item-active .faq-arrow{transform:rotate(-90deg)}.faq-item .title-3{text-align:left}.faq-item .subtitle-2{color:var(--Text-Secondary-default);text-align:left;padding-top:12px}.faq-item .subtitle-2>p{padding-bottom:12px}.faq-item .question-wrap{justify-content:space-between;align-items:center;gap:24px;width:100%;display:flex}.faq-item-toggle{cursor:pointer;text-align:left;flex-direction:column;justify-content:space-between;align-items:center;width:100%;padding:24px;display:flex}.faq-item .button{gap:2px;padding-top:12px}body[dir=rtl] .faq .faq-item .faq-arrow{transform:rotate(90deg)}body[dir=rtl] .faq .faq-item-active .faq-arrow{transform:rotate(-90deg)}.intro-info{flex-direction:column;gap:32px;padding-top:24px;display:flex}@media screen and (width>=1024px){.intro-info{border-bottom:1px solid var(--Fill-2-default);flex-direction:row;gap:64px;padding-top:0;padding-bottom:48px}}@media screen and (width>=1440px){.intro-info{gap:112px}}.intro-info-content{color:var(--Text-Tertiary);flex-direction:column;align-items:flex-start;gap:32px;display:flex}.intro-info-title{color:var(--Text-Primary)}@media screen and (width>=1024px){.intro-info-title{min-width:428px}.intro-info-title>br{display:none}}@media screen and (width>=1440px){.intro-info-title{min-width:674px}}.intro-info-description{max-width:860px}@media screen and (width>=1024px){.intro-info-description{margin-top:16px}}.intro-info .email-wrap{flex-direction:column;gap:12px;display:flex}@media screen and (width>=480px){.intro-info .email-wrap{flex-direction:row}}.intro-info .email-input{flex-grow:1;width:100%}@media screen and (width>=720px){.intro-info .email-input{max-width:325px}}@media screen and (width>=1024px){.intro-info .email-input{max-width:100%}}.intro-info-cta{min-width:fit-content}[dir=rtl] .intro-content{align-items:flex-end}.intro{margin-bottom:0}.intro-features{grid-template-columns:repeat(2,1fr);gap:40px 32px;display:grid}@media screen and (width>=1024px){.intro-features{justify-content:space-between;display:flex}}.intro-feature{color:var(--Text-Primary);flex-direction:column;gap:16px;display:flex}.intro-feature-icon{border:1.667px solid var(--Fill-2-default,#38312e);border-radius:13.333px;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.intro-feature-icon img{width:32px;height:32px}.intro-feature-text{color:var(--Text-Primary)}.intro{position:relative}.intro-container{flex-direction:column;gap:40px;display:flex}@media screen and (width>=1024px){.intro-container{gap:48px}}.intro-wrap{background-color:var(--Fill-1-default);z-index:1;border-radius:40px;flex-direction:column;width:100%;height:600px;padding:32px;display:flex;position:relative;overflow:hidden}@media screen and (width>=1024px){.intro-wrap{order:-1}}.intro-wrap:before{content:"";z-index:1;background-image:url(../../../images/intro/flare.webp);background-position:50%;background-repeat:no-repeat;background-size:cover;width:1058px;height:239px;position:absolute;bottom:0;left:-100%}@media screen and (width>=720px){.intro-wrap:before{left:-50%}}@media screen and (width>=1024px){.intro-wrap:before{left:-11%}}.intro-bg{z-index:0;position:absolute;inset:0}.intro-bg img{object-fit:cover;object-position:36%;width:100%;height:100%}.intro-content{z-index:2;flex-direction:column;justify-content:space-between;align-items:flex-start;height:100%;display:flex;position:relative}.intro-label{color:var(--Text-Brand-Primary-default);border:1px solid var(--Fill-Brand-default);border-radius:12px;padding:6px 12px;display:none}@media screen and (width>=720px){.intro-label{display:block}}.intro-customers{z-index:2;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:12px;margin-top:auto;display:flex}@media screen and (width>=720px){.intro-customers{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid #eceae94d;border-radius:12px;flex-direction:row;padding:6px 12px}}.intro-customers .avatars{width:124px;height:auto}@media screen and (width>=720px){.intro-customers .avatars{order:1;width:72px;height:18px}}.simple-advanced{flex-direction:column;display:flex}@media screen and (width>=1024px){.simple-advanced{margin-top:auto}}.simple-advanced .switcher{border:1px solid var(--Fill-2-default);border-radius:10000px;gap:4px;width:fit-content;margin-bottom:16px;padding:4px;display:flex}.simple-advanced .switcher-item{color:var(--Text-Primary);cursor:pointer;border-radius:10000px;padding:8px 16px;transition:color .2s,background-color .2s}.simple-advanced .switcher-item:hover{opacity:.8}.simple-advanced .switcher-item.active{color:var(--Text-Brand-Primary-default);background-color:var(--Fill-2-default)}.simple-advanced .input{background-color:var(--Fill-2-default);border-radius:16px;flex-direction:column;flex-grow:1;gap:4px;margin-bottom:8px;padding:12px 16px;display:flex}.simple-advanced .input-wrap{gap:6px;margin-bottom:8px;display:flex}.simple-advanced .input-wrap .input{margin-block:8px}@media screen and (width>=480px){.simple-advanced .input-wrap .input{margin-block:4px}}@media screen and (width>=720px){.simple-advanced .input-wrap .input{margin-block:0}}.simple-advanced .input-label{width:fit-content;color:var(--Text-Tertiary);position:relative}.simple-advanced .input-label:after{content:"";inset-inline-end:-22px;background-image:url(../../../images/mobile-first/info.svg);width:16px;height:16px;display:inline-block;position:absolute;top:50%;transform:translateY(-50%)}.simple-advanced .input-value{color:var(--Text-Primary);display:flex}.simple-advanced .input-value span{color:var(--Text-Quaternary);margin-inline-end:4px}.simple-advanced .input-value .suffix{margin-inline-start:auto;display:flex}.simple-advanced .buttons{flex-direction:column;gap:6px;display:flex}.simple-advanced .buttons .button-icon{width:44px;height:44px;color:var(--Fill-Primary-default);background-color:var(--Fill-2-default);border-radius:12px;justify-content:center;align-items:center;padding:10px;display:flex}.simple-advanced .description{margin-block:12px}.simple-advanced .text{color:var(--Text-Tertiary)}.simple-advanced .text span,.simple-advanced .volume{color:var(--Text-Primary)}.simple-advanced .volume span{color:var(--Text-Quaternary);margin-inline-end:4px}.simple-advanced .volume-fields{gap:16px;margin-top:8px;display:flex}.simple-advanced .volume-fields .volume-field{flex:1}.withdrawal{flex-wrap:wrap;justify-content:center;align-items:center;gap:32px 12px;max-width:384px;margin-inline:auto;display:flex}@media screen and (width>=480px){.withdrawal{gap:32px}}@media screen and (width>=720px){.withdrawal{column-gap:12px;max-width:350px}}@media screen and (width>=1024px){.withdrawal{column-gap:32px;max-width:420px}}.withdrawal-item.visa>img{max-width:90px}@media screen and (width>=480px){.withdrawal-item.visa>img{max-width:max-content}}.withdrawal-item.webmoney>img{min-width:112px}@media screen and (width>=480px){.withdrawal-item.webmoney{flex-grow:1}.withdrawal-item.webmoney>img{min-width:max-content;margin-inline:auto;display:block}}@media screen and (width>=1366px){.withdrawal-item.webmoney{flex-grow:0;margin-inline:-2%}}.withdrawal-item.neteller>img{max-width:64px}@media screen and (width>=480px){.withdrawal-item>img{max-width:max-content!important}}.withdrawal-icon{display:flex}.trade-img>img{object-fit:cover;width:100%;max-width:866px;height:100%;margin:0 auto;display:flex}.interface{flex-direction:column;height:100%;display:flex;position:relative;overflow:hidden}.interface:before{content:"";inset-inline-start:0;background:linear-gradient(270deg, var(--Fill-1-alpha0) 0%, var(--Fill-1-default) 100%);width:125px;position:absolute;top:0;bottom:0}.interface-img{object-fit:cover;object-position:top right;flex-shrink:0;width:100%;height:404px}.interface-buttons{gap:8px;display:flex;position:absolute}.interface-buttons.left{inset-inline-start:8px;flex-direction:column;top:50%;transform:translateY(-50%)}.interface-buttons.bottom{flex-direction:row;bottom:16px;left:50%;transform:translate(-50%)}.interface .button{background:var(--Fill-3-default);border-radius:12px;width:40px;height:40px;padding:10px;font-size:12px}.practice{flex-direction:column;flex-grow:1;gap:21px;margin-top:16px;display:flex}.practice-accounts{gap:24px;display:flex}@media screen and (width>=480px){.practice-accounts{gap:24px}}.practice-account{color:var(--Text-Primary);border-bottom:2px solid #0000;flex-direction:column;gap:8px;padding-bottom:12px;font-size:18px;font-weight:600;display:flex}.practice-account.practice-demo{border-bottom-color:var(--Fill-Brand-default)}.practice-account.practice-demo .account-value{color:var(--Fill-Brand-default)}.practice-account.practice-real{border-bottom-color:#0000}.practice-account.practice-real .account-value{color:var(--Fill-Positive-Primary)}.practice-margin{flex-direction:column;gap:6px;display:flex}.practice-margin .margin-header{color:#fff;justify-content:space-between;align-items:flex-start;font-size:18px;font-weight:500;display:flex}.practice-margin .margin-info{flex-direction:column;display:flex}.practice-margin .margin-text{opacity:.5;font-size:14px}.practice-margin .margin-icon{flex-shrink:0}.practice-margin .margin-bar{background:#00c89633;border-radius:4px;width:100%;height:5px;overflow:hidden}.practice-margin .margin-progress{background:var(--Fill-Positive-Primary);border-radius:4px;width:100%;height:100%}.practice .positive{color:var(--Fill-Positive-Primary)}.practice .white{color:#fff;opacity:1}.practice-equity{flex-direction:column;display:flex}.practice-equity .equity-header{border-bottom:1px solid #abbdcf0d;justify-content:space-between;align-items:center;margin-bottom:21px;padding-bottom:21px;display:flex}.practice-equity .equity-label{color:#fff;font-weight:500}.practice-equity .equity-value{color:#fff;font-weight:700}.practice-equity .equity-details{flex-direction:column;gap:12px;padding-left:20px;display:flex}.practice-equity .equity-row{justify-content:space-between;align-items:center;display:flex}.practice-equity .equity-detail-label{color:#fff;opacity:.5;font-size:16px;font-weight:500}.practice-equity .equity-detail-label.available{opacity:1}.practice-equity .equity-detail-value:not(.white):not(.positive){opacity:.5}.practice-available{justify-content:space-between;align-items:center;display:flex}.practice-available .available-label{color:#fff;font-weight:500}.practice-available .available-value{color:#fff;font-weight:700}.mobile-first-cards{gap:10px;display:grid}@media screen and (width>=1024px){.mobile-first-cards{grid-template-columns:repeat(2,1fr)}}@media screen and (width>=1366px){.mobile-first-cards{grid-template-columns:repeat(3,1fr)}}.mobile-first-card{background:var(--Fill-1-default);border-radius:28px;flex-direction:column;padding:32px 24px;display:flex}.mobile-first-card.card-3{position:relative}@media screen and (width>=720px){.mobile-first-card.card-1,.mobile-first-card.card-2,.mobile-first-card.card-5{flex-direction:row;gap:56px}.mobile-first-card.card-1 .mobile-first-card-header,.mobile-first-card.card-2 .mobile-first-card-header,.mobile-first-card.card-5 .mobile-first-card-header{max-width:33%}}@media screen and (width>=1024px){.mobile-first-card.card-1,.mobile-first-card.card-2,.mobile-first-card.card-5{flex-direction:column;gap:0}.mobile-first-card.card-1 .mobile-first-card-header,.mobile-first-card.card-2 .mobile-first-card-header,.mobile-first-card.card-5 .mobile-first-card-header{max-width:100%}.mobile-first-card.card-3{grid-column:span 2}}@media screen and (width>=1366px){.mobile-first-card.card-3{order:4}.mobile-first-card.card-5{order:5}}.mobile-first-card-header{margin-bottom:20px}.mobile-first-card-title{color:var(--Text-Primary);margin-bottom:8px}.mobile-first-card-text{color:var(--Text-Tertiary)}.mobile-first .title{color:var(--Text-Primary);max-width:720px;margin-bottom:40px}@media screen and (width>=480px){.mobile-first .title{margin-bottom:44px}}@media screen and (width>=1024px){.mobile-first .title{margin-bottom:56px}}@media screen and (width>=1366px){.mobile-first .title{margin-bottom:64px}}.mobile-first .title>span{color:var(--Text-Quaternary)}.mobile-first-rw{background:var(--Fill-0-default);padding-block:16px}.mobile-first-rw.block-rw{display:none}.mobile-first-rw .footer-warning{gap:0}.mobile-first-rw .footer-warning-title{display:none}.mobile-first-rw .footer-warning-text{color:var(--Fill-Secondary-default)}@media screen and (width>=1366px){.mobile-first-rw.block-rw{margin-top:24px;display:block}}.swiper-button-prev,.swiper-button-next{background-color:var(--Fill-2-default);cursor:pointer;border-radius:14px;justify-content:center;align-items:center;width:48px;height:48px;transition:background-color .2s ease-out;display:none;position:absolute;bottom:calc(50% - 24px)}.swiper-button-prev:hover,.swiper-button-next:hover{background-color:var(--Fill-2-hover)}.swiper-button-prev:active,.swiper-button-next:active{background-color:var(--Fill-2-pressed)}body[dir=ltr] .swiper-button-prev{left:0}body[dir=ltr] .swiper-button-next{right:0}body[dir=rtl] .swiper-button-next{left:0;transform:rotate(180deg)}body[dir=rtl] .swiper-button-prev{right:0;transform:rotate(180deg)}.slider{z-index:1;position:relative}.slider .content{overflow:hidden}.swiper-common{-webkit-mask-image:linear-gradient(90deg,#0000 0%,#000 7% 93%,#0000 100%);mask-image:linear-gradient(90deg,#0000 0%,#000 7% 93%,#0000 100%)}.swiper-common-wrap{position:relative}@keyframes loading-skeleton{0%{background-position:200% 0}to{background-position:-200% 0}}@media screen and (width>=720px){.swiper-common-button-prev,.swiper-common-button-next{z-index:3;display:flex}}.markets-card.swiper-slide{background:var(--Fill-1-default);cursor:pointer;border-radius:24px;width:282px;height:auto;padding:28px 24px;text-decoration:none;transition:background-color .2s ease-in-out;position:relative}.markets-card.swiper-slide:hover{background:var(--Fill-1-hover)}.markets-card.swiper-slide:active{background:var(--Fill-1-pressed)}.markets-card-wrap{flex-direction:column;gap:56px;min-height:100%;display:flex}@media screen and (width>=1024px){.markets-card-wrap{gap:64px}}.markets-card-header{justify-content:space-between;align-items:flex-start;display:flex}.markets-card-content{text-align:start;flex-direction:column;flex:1;gap:24px;display:flex}.markets-card-actions{margin-top:auto}.assets-preview{align-items:center;display:flex}.assets-preview.more-assets .asset-icon:not(:first-of-type){margin-inline-start:-28px}.asset-icon{background:var(--Fill-Tertiary);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex;overflow:hidden}.asset-icon img{object-fit:cover;width:100%;height:100%}.asset-count{color:var(--Text-Quaternary)}.category-title{color:var(--Text-Primary)}.category-description{color:var(--Text-Tertiary)}.markets .title{color:var(--Text-Primary);margin-bottom:40px}@media screen and (width>=480px){.markets .title{margin-bottom:44px}}@media screen and (width>=1024px){.markets .title{margin-bottom:56px}}@media screen and (width>=1366px){.markets .title{margin-bottom:64px}}.markets .title>span{color:var(--Text-Quaternary);display:block}@media screen and (width>=1024px){.markets .title>span{display:inline}}.markets-features{margin-inline:auto;flex-flow:column wrap;justify-content:center;align-items:center;gap:32px;margin-top:40px;display:flex}@media screen and (width>=480px){.markets-features{flex-direction:row}}@media screen and (width>=1024px){.markets-features{gap:30px;margin-top:56px}}@media screen and (width>=1366px){.markets-features{margin-top:64px}}.markets-feature{text-align:center;width:fit-content;color:var(--Text-Brand-Primary-default);margin-inline:30px;position:relative}@media screen and (width>=1024px){.markets-feature:nth-of-type(2){order:-1}}.markets-feature:before,.markets-feature:after{content:"";background-image:url(../../../images/markets/feature-branch.svg);background-position:50%;background-repeat:no-repeat;background-size:contain;width:24px;height:64px;position:absolute;top:50%;transform:translateY(-50%)}.markets-feature:before{left:-30px}.markets-feature:after{right:-30px;transform:translateY(-50%)scaleX(-1)}.color-scheme .content{flex-direction:column;gap:56px;display:flex}.color-scheme-header{flex-direction:column;justify-content:space-between;align-items:flex-start;gap:16px;display:flex}@media screen and (width>=1024px){.color-scheme-header{flex-direction:row}}.color-scheme-header .title{max-width:440px}.color-scheme-header .subtitle-2{max-width:466px;color:var(--Fill-Secondary-default)}.color-scheme-content{flex-wrap:wrap;gap:16px;display:flex}@media screen and (width>=480px){.color-scheme-content{gap:24px}}@media screen and (width>=720px){.color-scheme-content{flex-wrap:nowrap}}.color-scheme-image{width:100%;max-width:calc(50% - 16px);overflow:hidden}@media screen and (width>=720px){.color-scheme-image{max-width:fit-content}}.color-scheme-image img{object-fit:contain;width:100%;height:auto;display:block}.color-scheme-footer{flex-direction:column;gap:8px;display:flex}.color-scheme-footer .description{color:var(--Fill-Secondary-default)}.learn-trade{position:relative}.learn-trade .swiper-progress-pagination{display:none}.learn-trade-wrap{flex-direction:column;gap:56px;display:flex}.learn-trade-container{flex-direction:column;align-items:flex-start;gap:36px;display:flex}@media screen and (width>=1024px){.learn-trade-container{flex-direction:row;justify-content:space-between;gap:72px}}.learn-trade-right{flex-grow:1;width:100%;position:relative}@media screen and (width>=1024px){.learn-trade-right{max-width:652px}}.learn-trade-header{margin-bottom:32px}@media screen and (width>=1024px){.learn-trade-header{margin-bottom:64px}}.learn-trade-header .title{color:var(--Text-Primary)}.learn-trade-header .title>span{color:var(--Fill-Tertiary-default);display:block}@media screen and (width>=1024px) and (width<=1366px){.learn-trade-header .title>span{display:inline}.learn-trade-header .title{width:400px}}.learn-trade-pagination{flex-direction:column;gap:8px;width:100%;min-height:400px;display:flex}@media screen and (width>=1024px){.learn-trade-pagination{width:383px}}@media screen and (width>=1366px){.learn-trade-pagination{width:425px}}.learn-trade-pagination-item{cursor:pointer;text-align:left;border:none;border-radius:24px;align-items:flex-start;gap:12px;width:100%;padding:16px;transition:all .3s;display:flex;overflow:hidden}.learn-trade-pagination-item:hover{background:var(--Fill-1-default)}.learn-trade-pagination-item.active{background:var(--Fill-1-default);position:relative}.learn-trade-pagination-icon img{object-fit:contain;width:32px;height:32px}.learn-trade-pagination-content{flex:1;min-width:0}.learn-trade-pagination-title{color:var(--Text-Primary);margin-block:3px}.learn-trade-pagination-subtitle{color:var(--Text-Tertiary);opacity:0;max-height:0;margin-bottom:0;transition:max-height .5s,opacity .3s;overflow:hidden}.learn-trade-pagination-item.active .learn-trade-pagination-subtitle{opacity:1;max-height:100px;margin-bottom:8px}.learn-trade-content{background:var(--Fill-1-default);border-radius:48px;width:100%;height:702px;position:relative;overflow:hidden}.learn-trade-content:before{content:"";z-index:1;background-image:url(../../../images/intro/flare.webp);background-position:50%;background-repeat:no-repeat;background-size:cover;width:1058px;height:239px;position:absolute;bottom:-20px;right:-50px}@media screen and (width>=1024px){.learn-trade-content:before{bottom:0}}.learn-trade-image{width:100%;height:100%;transition:opacity .5s}.learn-trade-image-wrap{width:100%;height:100%;position:relative;overflow:hidden}.learn-trade-image img{object-fit:cover;object-position:left top;width:100%;height:100%}.learn-trade-image.changing{opacity:.8}.portfolio{background:var(--Fill-1-default);color:var(--Text-Primary);border-radius:24px;flex-direction:column;display:flex}@media screen and (width>=720px){.portfolio{background:var(--Fill-2-default);border-radius:40px;padding:32px}}@media screen and (width>=1024px){.portfolio{min-width:408px;padding:32px 20px}}@media screen and (width>=1366px){.portfolio{min-width:482px;max-height:100%;padding:32px;overflow:hidden}}.portfolio-header{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.portfolio-title{color:var(--Text-Primary);margin:0}.portfolio .close-btn{cursor:pointer;width:32px;height:32px;color:var(--Text-Primary);background:0 0;border:none;justify-content:center;align-items:center;display:flex}.portfolio .close-btn svg{width:16px;height:16px}.portfolio .investment-card{background:var(--Fill-2-default);border-radius:20px;margin-bottom:32px;padding:20px 24px}@media screen and (width>=720px){.portfolio .investment-card{background:var(--Fill-1-default)}}.portfolio .investment-info{flex-direction:column;gap:4px;display:flex}.portfolio .investment-label{align-items:center;gap:4px;display:flex}.portfolio .investment-label .label-text{color:var(--Text-Tertiary)}.portfolio .investment-label .info-icon{width:16px;height:16px;color:var(--Text-Tertiary)}.portfolio .investment-values{flex-direction:column;gap:4px;display:flex}.portfolio .investment-amount{color:var(--Text-Primary)}.portfolio .investment-profit{color:var(--Text-Positive-Primary)}.portfolio .positions-section{flex-direction:column;gap:16px;display:flex}.portfolio .positions-header{align-items:center;gap:12px;display:flex}.portfolio .positions-title{align-items:center;gap:4px;display:flex}.portfolio .positions-title .active-text{color:var(--Text-Primary)}.portfolio .positions-title .separator,.portfolio .positions-title .count{color:var(--Text-Quaternary)}.portfolio .positions-list{flex-direction:column;gap:8px;display:flex}.portfolio .position-card{background:var(--Fill-2-default);border-radius:24px;flex-direction:column;gap:14px;padding:20px 24px;display:flex}@media screen and (width>=720px){.portfolio .position-card{background:var(--Fill-1-default)}}.portfolio .position-header{justify-content:space-between;align-items:flex-start;display:flex}.portfolio .position-details{justify-content:space-between;display:flex}.portfolio .asset-section{flex-direction:column;gap:4px;display:flex}.portfolio .asset-info{flex-direction:column;display:flex}.portfolio .asset-name{color:var(--Text-Primary);margin-bottom:-4px}.portfolio .asset-type{color:var(--Text-Quaternary)}.portfolio .amount-section{gap:4px;display:flex}.portfolio .amount-value{color:var(--Text-Primary)}.portfolio .amount-label{color:var(--Text-Positive-Primary);padding-top:2px}.portfolio .flag-section{align-items:center;gap:0;padding-top:6px;padding-right:20px;display:flex}.portfolio .flag-placeholder{background:var(--Text-Quaternary);z-index:1;border-radius:50%;width:48px;height:48px;margin-inline-end:-20px;position:relative}@media screen and (width>=720px){.portfolio .flag-placeholder{width:72px;height:72px}}.portfolio .flag-placeholder:nth-child(2){z-index:2}.portfolio .flag-placeholder>img{width:100%;height:auto}.portfolio .profit-section,.portfolio .profit-info{flex-direction:column;gap:2.71px;display:flex}.portfolio .profit-label{color:var(--Text-Quaternary)}.portfolio .profit-value{align-items:center;gap:8px;display:flex}.portfolio .profit-amount{color:var(--Text-Primary)}.portfolio .profit-percentage{color:var(--Text-Positive-Primary);border:1px solid var(--Text-Positive-Primary);border-radius:10px;padding:2px 6px}@media screen and (width>=720px){.portfolio .profit-percentage{padding:2px 8px}}.portfolio .leverage-section{flex-direction:column;align-items:flex-end;gap:2.71px;width:114px;display:flex}.portfolio .leverage-info{flex-direction:column;gap:2.71px;width:100%;display:flex}.portfolio .leverage-label{color:var(--Text-Quaternary);text-align:right;width:100%}.portfolio .leverage-value{color:var(--Text-Brand-Primary-default);text-align:right}.portfolio .actions-position{padding-top:2px}.portfolio .actions-close-btn{border:1px solid var(--Text-Brand-Primary-default);width:100%;color:var(--Text-Primary);background:0 0;border-radius:16px;padding:12px 8px}.ai-hype{position:relative}.ai-hype-wrap{background:var(--Fill-1-default);border-radius:48px;flex-direction:column;gap:56px;padding:24px;display:flex}@media screen and (width>=720px){.ai-hype-wrap{padding:32px}}@media screen and (width>=1024px){.ai-hype-wrap{flex-direction:row}}@media screen and (width>=1366px){.ai-hype-wrap{max-height:778px}}.ai-hype-content-wrap{flex-direction:column;align-items:flex-start;display:flex}@media screen and (width>=1366px){.ai-hype-content-wrap{padding-inline:28px}}.ai-hype-text{flex-direction:column;gap:16px;margin-top:56px;display:flex}@media screen and (width>=1024px){.ai-hype-text{margin-top:auto}}@media screen and (width>=1366px){.ai-hype-text{flex-direction:row;gap:46px}}.ai-hype-platform{flex-direction:column;gap:24px;display:flex}@media screen and (width>=1024px){.ai-hype-platform{min-width:31%}}.ai-hype .title{color:var(--Fill-Primary-default);margin-bottom:32px}@media screen and (width>=1024px){.ai-hype .title{margin-bottom:44px}}@media screen and (width>=1366px){.ai-hype .title{margin-top:24px}}.ai-hype .title>span{display:block}@media screen and (width>=1024px) and (width<=1365px){.ai-hype .title>span{display:inline}}.ai-hype .title2{color:var(--Fill-Primary-default);margin-bottom:24px}.ai-hype .subtitle{color:var(--Text-Tertiary);margin-bottom:44px}.reviews{padding-bottom:72px;position:relative}@media screen and (width>=720px){.reviews{padding-bottom:96px}}@media screen and (width>=1024px){.reviews{padding-bottom:128px}}@media screen and (width>=1366px){.reviews{margin-top:0;padding-bottom:176px}}.reviews-title{color:#fff5ee;text-align:center;margin-bottom:80px}.reviews-title:first-letter{text-transform:uppercase}@media screen and (width>=720px){.reviews-title{margin-bottom:72px}}@media screen and (width>=1024px){.reviews-title{margin-bottom:88px}}.reviews-title>span{color:#fff5ee80}.reviews-list{grid-template-columns:1fr;gap:24px;display:grid}@media screen and (width>=720px){.reviews-list{grid-template-columns:1fr 1fr}.reviews-list .review:first-child,.reviews-list .review:nth-child(4),.reviews-list .review:nth-child(5){grid-column:1/-1}}@media screen and (width>=1024px){.reviews-list{grid-template-columns:561px auto}.reviews-list .review:first-child{grid-column:1/-1}.reviews-list .review:nth-child(2){grid-area:2/1}.reviews-list .review:nth-child(3){grid-area:3/1}.reviews-list .review:nth-child(4){grid-area:span 2/2}.reviews-list .review:nth-child(5){grid-area:span 2/1}}@media screen and (width>=1366px){.reviews-list{grid-template-columns:1fr 1fr 1fr}.reviews-list .review:first-child{grid-area:span 2/1}.reviews-list .review:nth-child(2){grid-area:1/2}.reviews-list .review:nth-child(3){grid-area:2/2}.reviews-list .review:nth-child(4){grid-area:span 2/3}.reviews-list .review:nth-child(5){grid-area:span 2/span 2}}@media screen and (width>=1440px){.reviews-list .review:nth-child(5){grid-area:3/1;margin-inline-end:-214px}.reviews-list .review:nth-child(6){margin-inline:214px -107px}.reviews-list .review:nth-child(7){margin-inline-start:107px}}.reviews .review{background-color:var(--Fill-1-default);border-radius:32px;overflow:hidden}.reviews .review-social-wrap{align-items:center;gap:12px;margin-bottom:32px;display:flex}.reviews .review-social-wrap-stars{gap:6px}.reviews .review-social-wrap-stars span{font-size:16px;font-weight:500;line-height:1.5}.reviews .review-social-icon{width:24px;height:24px}.reviews .review-social-icon.trustpilot-icon{width:239px;max-width:100%;height:24px}.reviews .review-social-name{color:var(--Text-Primary);text-transform:capitalize}.reviews .review-social-name.trustpilot-name{display:none}.reviews .review-type-text{flex-direction:column;padding:32px;display:flex}.reviews .review-content{flex-direction:column;gap:24px;display:flex}.reviews .review-title{color:var(--Text-Primary)}.reviews .review-text{color:var(--Text-Secondary-default)}.reviews .review-user{flex-grow:1;align-items:flex-end;gap:16px;margin-top:44px;display:flex}.reviews .review-avatar{border-radius:56px;width:56px;height:56px;display:block}.reviews .review-avatar-wrap{position:relative}.reviews .review-avatar-country{width:20px;height:20px;position:absolute;bottom:-2px;right:-2px}.reviews .review-name{color:var(--Text-Primary);margin-bottom:2px}.reviews .review-country{color:var(--Text-Tertiary)}
