.accounts-page{--accounts-content-width:var(--layout-max);--accounts-header-height:var(--header-height);--accounts-hero-visual-width:clamp(320px,34vw,390px);position:relative;overflow:hidden visible}.accounts-page__hero-wrap{min-height:clamp(760px,78vw,840px);padding-top:var(--accounts-header-height);isolation:isolate;padding-bottom:20px;position:relative}.accounts-page__hero-halo{pointer-events:none;z-index:0;-webkit-user-select:none;user-select:none;position:absolute}.accounts-page__hero-halo--left{width:clamp(620px,56vw,980px);bottom:clamp(-260px,-16vw,-160px);left:clamp(-220px,-10vw,-96px)}.accounts-page__hero-halo--right{width:clamp(720px,60vw,1020px);top:0;right:-80px}.accounts-page__hero-shell{width:min(var(--accounts-content-width),calc(100% - 2*var(--layout-gutter)));z-index:1;margin:0 auto;position:relative}.accounts-page__hero-grid{grid-template-columns:minmax(0,650px)minmax(320px,var(--accounts-hero-visual-width));justify-content:space-between;align-items:center;gap:clamp(32px,4vw,48px);min-height:clamp(520px,50vw,580px);display:grid}.accounts-page__hero-copy{flex-direction:column;gap:clamp(24px,4vw,32px);width:min(650px,100%);max-width:100%;display:flex}.accounts-page__hero-title{color:#fff;overflow-wrap:anywhere;width:100%;max-width:100%;margin:0;font-size:clamp(44px,5vw,60px);font-weight:600;line-height:1.18}.accounts-page__hero-subtitle{color:#fff9;overflow-wrap:anywhere;width:100%;max-width:100%;margin:0;font-size:clamp(16px,1.8vw,18px);font-weight:400;line-height:1.55}.accounts-page__hero-actions{flex-wrap:wrap;align-items:center;gap:clamp(12px,2vw,32px);margin:0;display:flex}.accounts-page__hero-button{white-space:normal;border:none;border-radius:999px;justify-content:center;align-items:center;gap:5px;height:52px;min-height:52px;padding:16px 24px;font-size:14px;font-weight:500;line-height:20px;display:inline-flex}.accounts-page__hero-button--primary{color:#000;background:#ffc400}.accounts-page__hero-button--secondary{color:#000;background:#fff}.accounts-page__hero-button-icon-wrap{background:#000;border-radius:999px;justify-content:center;align-items:center;width:24px;height:24px;display:inline-flex}.accounts-page__hero-button-icon{width:24px;height:24px}.accounts-page__hero-visual{width:min(100%,var(--accounts-hero-visual-width));justify-self:end;max-width:100%;min-height:clamp(360px,42vw,410px);margin-top:clamp(0px,2vw,24px);position:relative}.accounts-page__account-card{box-sizing:border-box;border-radius:40px;position:absolute}.accounts-page__account-card--dark{z-index:5;isolation:isolate;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:linear-gradient(118deg,#5656563d,#36363629);border:1px solid #0000;flex-direction:column;gap:clamp(16px,2vw,24px);width:min(100%,356px);min-width:0;min-height:166px;padding:clamp(22px,3vw,32px);display:flex;top:57px;left:-49px;overflow:hidden;transform:rotate(6.94deg)}.accounts-page__account-card--dark:before{content:"";border-radius:inherit;-webkit-mask-composite:xor;pointer-events:none;z-index:0;background:linear-gradient(114.57deg,#fff -1.43%,#fff0 25.37%),linear-gradient(112.56deg,#fff0 76.82%,#fff 101.03%);padding:1px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#000 0 0),linear-gradient(#000 0 0);-webkit-mask-position:0 0,0 0;-webkit-mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.accounts-page__account-card--dark>*{z-index:1;position:relative}.accounts-page__account-card--gold{z-index:3;background:#ffc400;border-radius:40px;flex-direction:column;width:min(100%,356px);min-height:199px;display:flex;top:clamp(180px,24vw,246px);left:clamp(12px,4vw,24px);overflow:hidden}.accounts-page__account-card-gold-body{flex-direction:column;gap:12px;padding:16px 24px 0;display:flex}.accounts-page__account-card-head{justify-content:space-between;align-items:center;gap:12px;display:flex}.accounts-page__account-card-title{margin:0}.accounts-page__account-card-title--dark{color:#fff;width:auto;height:auto;font-size:24px;font-weight:400;line-height:1.3}.accounts-page__account-card-title--gold{color:#000;font-size:24px;font-weight:400;line-height:1.3}.accounts-page__account-card-actions{align-items:center;gap:10px;display:flex}.accounts-page__account-card-action{border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:inline-flex}.accounts-page__account-card-action-image{object-fit:contain;width:100%;height:100%;display:block}.accounts-page__account-card-balance{margin:0;font-family:Roboto,sans-serif;font-size:28px;font-weight:500;line-height:1.2}.accounts-page__account-card-balance--dark{color:#fff}.accounts-page__account-card-balance--gold{color:#000}.accounts-page__leverage-grid{grid-template-columns:repeat(2,minmax(0,150px));justify-content:end;gap:10px;margin-top:auto;display:grid}.accounts-page__leverage-item{box-sizing:border-box;background:#d0d0d070;border-top-left-radius:24px;border-top-right-radius:24px;width:100%;height:74px;padding:16px 24px 0}.accounts-page__leverage-item--highlight{background:#000}.accounts-page__leverage-value{color:#000;margin:0;font-size:16px;font-weight:500;line-height:1.2}.accounts-page__leverage-label{color:#0009;margin:8px 0 0;font-size:14px;font-weight:400;line-height:1.3}.accounts-page__leverage-item--highlight .accounts-page__leverage-value{color:#fff}.accounts-page__leverage-item--highlight .accounts-page__leverage-label{color:#ffffffb8}.accounts-page__conditions-shell{z-index:2;background:#fff;border-radius:24px;width:100%;margin-top:clamp(-150px,-10vw,-56px);padding:clamp(40px,5vw,60px) 0;position:relative}.accounts-page__conditions-inner{width:min(var(--accounts-content-width),calc(100% - 2*var(--layout-gutter)));margin:0 auto}.accounts-page__conditions-title{text-align:center;color:#000;overflow-wrap:anywhere;margin:0;font-size:clamp(32px,3.4vw,36px);font-weight:600;line-height:1.3}.accounts-page__conditions-cards{grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(16px,2vw,24px);margin-top:32px;display:grid}.accounts-page__conditions-card{box-sizing:border-box;background:#fff;border:1px solid #ededed;border-radius:24px;flex-direction:column;gap:24px;min-width:0;height:410px;padding:32px;transition:border-color .2s,box-shadow .2s;display:flex}.accounts-page__conditions-card:hover,.accounts-page__conditions-card:focus-within,.accounts-page__conditions-card--active{cursor:pointer;border-color:#00000073;box-shadow:0 14px 26px #0000001f}.accounts-page__conditions-card-top{border-bottom:1px solid #ededed;padding-bottom:24px}.accounts-page__conditions-card-name{color:#000;overflow-wrap:anywhere;margin:0;font-size:24px;font-weight:600;line-height:1.3}.accounts-page__conditions-card-description{color:#000000c7;overflow-wrap:anywhere;min-height:44px;margin:16px 0 0;font-size:14px;font-weight:400;line-height:1.55}.accounts-page__conditions-card-rows{flex-direction:column;gap:14px;display:flex}.accounts-page__conditions-card-row{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.accounts-page__conditions-card-row-left{flex:auto;min-width:0}.accounts-page__conditions-card-row-icon{object-fit:contain;flex-shrink:0;width:12px;height:12px}.accounts-page__conditions-card-row-label{color:#000000de;margin:0;font-size:14px;font-weight:400;line-height:1.45}.accounts-page__conditions-card-row-value{color:#000;text-align:right;overflow-wrap:anywhere;margin:0;font-size:16px;font-weight:500;line-height:1.35}.accounts-page__conditions-card-cta{color:#000;text-transform:none;opacity:0;pointer-events:none;background:#ffc400;border:0;border-radius:999px;justify-content:center;align-items:center;gap:8px;width:100%;height:52px;min-height:52px;margin-top:auto;padding:16px 24px;font-size:14px;font-weight:500;line-height:20px;transition:opacity .2s,transform .2s,background-color .2s;display:inline-flex;transform:translateY(8px)}.accounts-page__conditions-card-cta:hover{background:#ffce33}.accounts-page__conditions-card--active .accounts-page__conditions-card-cta{opacity:1;pointer-events:auto;transform:translateY(0)}.accounts-page__conditions-card-cta-icon{object-fit:contain;flex-shrink:0;width:24px;height:24px}.accounts-page__conditions-table-shell{background:#fff;border:1px solid #ededed;border-radius:24px;margin-top:32px;padding:clamp(16px,3vw,24px) clamp(16px,3vw,28px) 20px}.accounts-page__conditions-tabs{border-bottom:1px solid #ededed;align-items:flex-end;gap:clamp(24px,4vw,48px);padding-left:clamp(0px,2vw,24px);display:flex;overflow-x:auto}.accounts-page__conditions-tab{color:#0006;text-transform:none;background:0 0;border:0;border-bottom:2px solid #0000;border-radius:0;height:44px;min-height:44px;padding:0;font-size:16px;font-weight:500;line-height:1.3}.accounts-page__conditions-tab:hover{background:0 0}.accounts-page__conditions-tab--active{color:#000;border-bottom-color:#000}.accounts-page__conditions-table-scroll{scrollbar-gutter:stable both-edges;width:100%;margin-top:2px;overflow-x:auto}.accounts-page__conditions-table{table-layout:fixed;border-collapse:collapse;width:100%;min-width:1135px}.accounts-page__conditions-table th,.accounts-page__conditions-table td{text-align:left;vertical-align:middle;white-space:nowrap;padding:16px 24px}.accounts-page__conditions-table th{color:#000000c7;font-size:14px;font-weight:400;line-height:1.45}.accounts-page__conditions-table td{color:#000000de;font-size:14px;font-weight:500;line-height:1.45}.accounts-page__market-info{margin-top:clamp(56px,6vw,72px)}.accounts-page__market-info-head{flex-direction:column;align-items:center;gap:24px;display:flex}.accounts-page__market-info-title{color:#000;text-align:center;overflow-wrap:anywhere;margin:0;font-size:clamp(32px,3.4vw,36px);font-weight:600;line-height:1.3}.accounts-page__market-info-description{text-align:center;color:#000000c7;overflow-wrap:anywhere;max-width:824px;margin:0;font-size:clamp(16px,1.8vw,18px);font-weight:400;line-height:1.56}.accounts-page__market-info-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;margin-top:40px;display:grid}.accounts-page__market-info-accordion{display:none}.accounts-page__market-info-card{background:#fff;border:1px solid #ededed;border-radius:24px;padding:24px}.accounts-page__market-info-card-head{align-items:center;display:flex}.accounts-page__market-info-card-icon{object-fit:contain;flex-shrink:0;width:32px;height:32px}.accounts-page__market-info-card-title{color:#000;overflow-wrap:anywhere;margin:0;font-size:24px;font-weight:600;line-height:1.35}.accounts-page__market-info-card-content{flex-direction:column;gap:16px;margin-top:24px;display:flex}.accounts-page__market-info-card-text{color:#000000c7;white-space:pre-line;overflow-wrap:anywhere;margin:0;font-size:16px;font-weight:400;line-height:1.52}.accounts-page__market-info-accordion-item{background:#fff;border:1px solid #ededed;border-radius:24px;width:100%;overflow:hidden}.accounts-page__market-info-accordion-trigger{justify-content:space-between;align-items:center;gap:16px;width:100%;min-height:88px;padding:24px;display:flex}.accounts-page__market-info-accordion-trigger-main{flex:1;min-width:0}.accounts-page__market-info-accordion-trigger-icon{object-fit:contain;flex-shrink:0;width:24px;height:24px;transition:transform .22s cubic-bezier(.22,1,.36,1),opacity .18s cubic-bezier(.22,1,.36,1)}.accounts-page__market-info-accordion-item[data-state=open] .accounts-page__market-info-accordion-trigger-icon{transform:scale(.92)}.accounts-page__market-info-accordion-content{will-change:height,opacity;overflow:hidden}.accounts-page__market-info-accordion-body{padding:0 24px 24px}.accounts-page__why-forex{margin-top:clamp(56px,6vw,72px)}.accounts-page__why-forex-title{text-align:center;color:#000;overflow-wrap:anywhere;margin:0;font-size:clamp(32px,3.4vw,36px);font-weight:600;line-height:1.3}.accounts-page__why-forex-layout{grid-template-columns:minmax(0,1fr) minmax(0,1.06fr);align-items:stretch;gap:clamp(24px,3vw,32px);margin-top:clamp(32px,5vw,72px);display:grid}.accounts-page__why-forex-large-card{box-sizing:border-box;background:#fff;border:1px solid #ededed;border-radius:24px;flex-direction:column;width:100%;min-height:612px;padding:12px;display:flex}.accounts-page__why-forex-small-card-column{flex-direction:column;gap:clamp(20px,3vw,32px);width:100%;display:flex}.accounts-page__why-forex-small-card{box-sizing:border-box;background:#fff;border:1px solid #ededed;border-radius:24px;width:100%;min-height:290px;padding:12px}.accounts-page__why-forex-small-card-body{grid-template-columns:minmax(0,1fr) minmax(220px,300px);align-items:stretch;gap:24px;height:100%;display:grid}.accounts-page__why-forex-small-card-copy{width:100%;padding:12px}.accounts-page__why-forex-card-icon{object-fit:contain;width:32px;height:32px;display:block}.accounts-page__why-forex-card-title{color:#000;overflow-wrap:anywhere;margin:16px 0 0;font-size:24px;font-weight:600;line-height:1.35}.accounts-page__why-forex-card-description{color:#000000c7;overflow-wrap:anywhere;margin:10px 0 0;font-size:16px;font-weight:400;line-height:1.55}.accounts-page__why-forex-large-card-image{object-fit:cover;border-radius:24px;flex-shrink:0;width:100%;height:clamp(220px,26vw,330px);margin-top:auto;display:block}.accounts-page__why-forex-small-card-image{object-fit:cover;border-radius:24px;flex:none;justify-self:end;width:100%;max-width:300px;height:clamp(200px,21vw,266px);display:block}.accounts-page__section{width:min(var(--accounts-content-width),calc(100% - 2*var(--layout-gutter)));margin:72px auto 0}.accounts-page__section-header{align-items:flex-start}.accounts-page__section-title{color:#fff;margin:0;font-size:clamp(32px,3.2vw,44px);font-weight:600;line-height:1.24}.accounts-page__section-description{color:#ffffffad;max-width:760px;margin:0;font-size:17px;font-weight:400;line-height:1.6}.accounts-page__cards{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;margin-top:28px;display:grid}.accounts-page__card{background:linear-gradient(165deg,#2626268c,#181818cc);border:1px solid #fff3;border-radius:24px;padding:28px 24px}.accounts-page__card-title{color:#fff;margin:0;font-size:28px;font-weight:600;line-height:1.25}.accounts-page__card-metrics{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:20px;display:grid}.accounts-page__card-metric{background:#ffffff0a;border:1px solid #ffffff24;border-radius:12px;padding:12px}.accounts-page__card-metric-label{color:#fff9;margin:0;font-size:12px;font-weight:400;line-height:1.3}.accounts-page__card-metric-value{color:#fff;margin:8px 0 0;font-size:15px;font-weight:500;line-height:1.35}.accounts-page__card-best-for{color:#ffffffb8;margin:18px 0 0;font-size:15px;font-weight:400;line-height:1.6}.accounts-page__section--steps{margin-bottom:72px}.accounts-page__steps{border:1px solid #ffffff2e;border-radius:24px;margin-top:28px;overflow:hidden}.accounts-page__step{background:#ffffff05;grid-template-columns:120px minmax(0,1fr);gap:0;display:grid}.accounts-page__step+.accounts-page__step{border-top:1px solid #ffffff1f}.accounts-page__step-index{border-right:1px solid #ffffff1f;justify-content:center;align-items:center;padding:28px 16px;display:flex}.accounts-page__step-index p{color:#f3ba2f;margin:0;font-size:22px;font-weight:600;line-height:1}.accounts-page__step-copy{padding:28px 28px 28px 24px}.accounts-page__step-title{color:#fff;margin:0;font-size:24px;font-weight:600;line-height:1.3}.accounts-page__step-description{color:#ffffffb3;margin:0;font-size:16px;font-weight:400;line-height:1.6}@media (min-width:768px) and (max-width:1279px){.accounts-page__hero-wrap{min-height:auto;padding-bottom:120px}.accounts-page__hero-grid{grid-template-columns:1fr;justify-content:stretch;gap:36px}.accounts-page__hero-copy{width:min(100%,680px);padding-top:28px}.accounts-page__hero-visual{justify-self:center;width:min(100%,370px);min-height:400px;margin:0 auto}.accounts-page__account-card{border-radius:34px}.accounts-page__account-card--dark{width:min(100%,336px);min-height:160px;padding:28px;top:10px;left:-49px}.accounts-page__account-card--gold{width:min(100%,336px);top:180px;left:14px}.accounts-page__account-card-title--dark,.accounts-page__account-card-title--gold{font-size:22px}.accounts-page__conditions-shell{margin-top:-56px}.accounts-page__conditions-title,.accounts-page__market-info-title,.accounts-page__why-forex-title{text-align:left}.accounts-page__conditions-cards{grid-template-columns:repeat(2,minmax(0,1fr))}.accounts-page__market-info-head{align-items:flex-start}.accounts-page__market-info-description{text-align:left;max-width:none}.accounts-page__why-forex-layout{grid-template-columns:1fr}.accounts-page__why-forex-small-card-body{grid-template-columns:minmax(0,1fr) 280px;gap:16px}.accounts-page__why-forex-small-card-image{border-radius:20px;max-width:280px;height:220px}}@media (min-width:768px) and (max-width:1023px){.accounts-page__hero-button{justify-content:center}.accounts-page__conditions-card{min-height:0}.accounts-page__market-info-grid{grid-template-columns:1fr}}@media (max-width:767px){.accounts-page__hero-wrap{min-height:auto;padding-top:calc(var(--accounts-header-height) + 16px);padding-bottom:120px}.accounts-page__hero-halo--left{width:92vw;bottom:-180px;left:-180px}.accounts-page__hero-shell{width:min(var(--accounts-content-width),calc(100% - 2*var(--layout-gutter)))}.accounts-page__hero-grid{grid-template-columns:1fr;align-items:start;gap:24px;min-height:auto}.accounts-page__hero-copy{gap:20px;width:100%;padding-top:0}.accounts-page__hero-title{font-size:clamp(36px,10vw,44px);line-height:1.14}.accounts-page__hero-subtitle{font-size:16px;line-height:1.6}.accounts-page__hero-actions{gap:12px;width:100%}.accounts-page__hero-button{width:max-content;min-height:var(--mobile-btn-height);justify-content:center;padding:16px 20px}.accounts-page__hero-button-icon,.accounts-page__hero-button-icon-wrap{width:22px;height:22px}.accounts-page__hero-visual{justify-self:center;width:min(100%,328px);min-height:352px;margin-top:30px}.accounts-page__account-card{border-radius:24px}.accounts-page__account-card--dark{width:100%;min-height:148px;padding:22px;top:0;left:0}.accounts-page__account-card--gold{border-radius:30px;width:100%;top:154px;left:0}.accounts-page__account-card-gold-body{gap:18px;padding:14px 16px 0}.accounts-page__account-card-title--dark,.accounts-page__account-card-title--gold{font-size:18px;line-height:1.2}.accounts-page__account-card-balance{font-size:24px}.accounts-page__account-card-action{width:34px;height:34px}.accounts-page__leverage-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.accounts-page__leverage-item{border-top-left-radius:18px;border-top-right-radius:18px;height:68px;padding:12px 14px 0}.accounts-page__leverage-value{font-size:14px}.accounts-page__leverage-label{margin-top:6px;font-size:14px}.accounts-page__section{width:min(var(--accounts-content-width),calc(100% - 2*var(--layout-gutter)))}.accounts-page__conditions-shell{border-radius:20px;margin-top:-24px;margin-bottom:56px}.accounts-page__conditions-title{font-size:20px}.accounts-page__conditions-cards{grid-template-columns:1fr;gap:16px;margin-top:24px}.accounts-page__conditions-card{border-radius:20px;gap:20px;padding:24px}.accounts-page__conditions-card-top{padding-bottom:16px}.accounts-page__conditions-card-name{font-size:16px}.accounts-page__conditions-card-description{margin-top:12px}.accounts-page__conditions-card-row-value{white-space:normal;max-width:50%}.accounts-page__conditions-table-shell{border-radius:20px;margin-top:16px;padding:16px 12px 12px}.accounts-page__conditions-tabs{gap:24px}.accounts-page__conditions-tab{white-space:nowrap;flex-shrink:0;font-size:15px}.accounts-page__conditions-table th,.accounts-page__conditions-table td{padding:12px 16px}.accounts-page__market-info-title{font-size:20px}.accounts-page__market-info-description{font-size:14px;line-height:1.5}.accounts-page__market-info-grid{grid-template-columns:1fr;gap:16px;margin-top:24px}.accounts-page__market-info-grid--desktop{display:none}.accounts-page__market-info-accordion{flex-direction:column;gap:16px;margin-top:24px;display:flex}.accounts-page__market-info-card{border-radius:20px;padding:20px}.accounts-page__market-info-card-icon{width:24px;height:24px}.accounts-page__market-info-card-title{font-size:16px}.accounts-page__market-info-card-content{margin-top:16px}.accounts-page__market-info-card-text{font-size:14px}.accounts-page__market-info-accordion-item{border-radius:20px}.accounts-page__market-info-accordion-trigger{min-height:72px;padding:20px}.accounts-page__market-info-accordion-body{padding:0 20px 20px}.accounts-page__why-forex-title{font-size:20px}.accounts-page__why-forex-layout{grid-template-columns:1fr;gap:16px}.accounts-page__why-forex-large-card,.accounts-page__why-forex-small-card{border-radius:20px;padding:20px}.accounts-page__why-forex-card-title{margin-top:12px;font-size:16px}.accounts-page__why-forex-card-description{font-size:14px;line-height:1.5}.accounts-page__why-forex-card-icon{width:24px;height:24px}.accounts-page__why-forex-large-card-image{border-radius:16px;height:200px;margin-top:16px}.accounts-page__why-forex-small-card-column{gap:16px}.accounts-page__why-forex-small-card-body{grid-template-columns:1fr;gap:16px}.accounts-page__why-forex-small-card-image{border-radius:16px;max-width:none;height:180px}}
