@import url(https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap);
button {
  border: none;
  outline: none;
  background: unset;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  color: unset;
}
a:hover {
  color: unset;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}

input:focus-visible,
textarea:focus-visible {
  border: none;
  outline: none;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

:root {
  --c-background: #fff;
  --c-primary-btn: #393cc3;
  --c-primary-btn-hover: #4447e2;
  --c-primary-btn-active: #4b4ecf;
  --c-primary-btn-text: #fff;
  --c-second-btn-border: #393cc3;
  --c-second-btn-border-hover: #0005f7;
  --c-second-btn-border-active: #4b4ecf;
  --c-second-btn-text: #393cc3;
  --c-second-btn-text-hover: #0005f7;
  --c-second-btn-text-active: #4b4ecf;
  --accordion-bg: #fff;
  --f-family: "Roboto", sans-serif;
  --c-title: #000;
  --c-text: #636363;
  --c-text2: #e4e7f0;
  --c-text-secondary: #f7f8fb;
  --c-icon-fill: #393cc3;
  --c-border: #7b7b7b;
  --not-include: #e3e3e3;
  --c-white: #fff;
  --c-error: #f00101;
  --c-primary: #393cc3;
  --c-primary-dark: #020e55;
  --c-additional-1: #f7f8fb;
  --c-additional-2: #e4e7f0;
  --header-height: 90px;
  --header-bg: #fff;
  --input-bg: #fff;
  --svg-light: #ffffff;
  --swiper-bullet: #e4e7f0;
  --icon-footer-contact: #000000;
  /* Template Name: Home Page */
  --c-home-horizons-svg: #9ca0ba;
  /* Template Name: Advanced Account */
  --c-acc-adv-trading-svg: #9ca0ba;
  /* Template Name: Service Page */
  --c-service-trade-svg: #9ca0ba;
  /* Template Name: Markets Page */
  --c-markets-trading-svg: #9ca0ba;
  /* Template Name: Why we Page */
  --c-why-reasons-i1-svg: #e4e7f0;
  --c-why-reasons-i2-svg: #f7f8fb;
}
@media (max-width: 576px) {
  :root {
    --header-height: 100px;
  }
}

.wrapper {
  width: 100%;
  max-width: 1320px;
  margin-inline: auto;
  padding: 0 1vw;
}
@media screen and (max-width: 1024px) {
  .wrapper {
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .wrapper {
    padding: 0 15px;
  }
}

html {
  scroll-behavior: smooth;
}

html,
body {
  background-color: var(--c-background);
}

img {
  display: block;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  width: 100%;
}

main {
  padding-top: var(--header-height);
}
main.services-page {
  padding-top: 0;
}
@media (max-width: 1024px) {
  main.services-page {
    padding-top: var(--header-height);
  }
}

a[href="#"] {
  cursor: auto;
}

#menu-item-536 > a,
#menu-item-541 > a,
#menu-item-545 > a,
#menu-item-548 > a,
#menu-item-554 > a,
#menu-item-558 > a,
#menu-item-561 > a,
#menu-item-564 > a,
#menu-item-568 > a,
#menu-item-576 > a {
  display: block;
  color: var(--c-title);
  font-family: var(--f-family);
  font-size: clamp(14px, 1.25vw, 20px);
  font-weight: 500;
}

.isnotactive-tradeholic #menu-item-480,
.isnotactive-tradeholic #menu-item-500,
.isnotactive-tradeholic #menu-item-545,
.isnotactive-tradeholic #menu-item-548,
.isnotactive-tradeholic #menu-item-564,
.isnotactive-tradeholic #menu-item-568,
.isnotactive-tradeholic #menu-item-634,
.isnotactive-tradeholic #menu-item-635,
.isnotactive-tradeholic .horizons,
.isnotactive-tradeholic .education {
  display: none;
}

.btn__prime {
  background-color: var(--c-primary-btn);
  transition: background-color 0.3s ease-in, color 0.3s ease-in;
  color: var(--c-primary-btn-text);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  padding: clamp(10px, 0.75vw, 12px) clamp(20px, 2.3125vw, 18px);
  text-align: center;
  font-family: var(--f-family);
  font-size: 18px;
  height: fit-content;
  width: fit-content;
  padding: clamp(10px, 0.75vw, 12px) 18px;
}
.btn__prime svg {
  display: flex;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  margin-left: 14px;
}
.btn__prime .circle-body {
  color: #ffffff;
}
.btn__prime .double-arrow {
  color: #393CC3;
}
.btn__prime:hover {
  background-color: #3E41D7;
  color: var(--c-primary-btn-text);
}
.btn__prime:active {
  background-color: #292CB5;
  color: var(--c-primary-btn-text);
}

.btn__second {
  border: 1px solid var(--c-second-btn-border);
  transition: border 0.3s ease-in, color 0.3s ease-in;
  color: var(--c-second-btn-text);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  padding: clamp(10px, 0.75vw, 12px) clamp(20px, 2.3125vw, 18px);
  text-align: center;
  font-family: var(--f-family);
  font-size: 18px;
  height: fit-content;
  width: fit-content;
}
.btn__second:hover {
  border: 1px solid var(--c-second-btn-border-hover);
  color: var(--c-second-btn-text-hover);
  border-bottom: 2px solid var(--c-second-btn-border-hover);
}
.btn__second:active {
  border: 1px solid var(--c-second-btn-border-active);
  color: var(--c-second-btn-text-active);
  background: var(--c-primary-btn-text);
}

.btn__third {
  transition: border 0.3s ease-in, color 0.3s ease-in;
  color: var(--c-primary);
  background: #FFF;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  padding: clamp(10px, 0.75vw, 12px) clamp(20px, 2.3125vw, 18px);
  text-align: center;
  font-family: var(--f-family);
  font-size: 18px;
  height: fit-content;
  width: fit-content;
  padding: clamp(10px, 0.75vw, 12px) 18px;
}
.btn__third svg {
  display: flex;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  margin-left: 14px;
}
.btn__third .circle-body {
  color: #393CC3;
}
.btn__third .double-arrow {
  color: #ffffff;
}
.btn__third:hover {
  color: var(--c-second-btn-text-hover);
}
.btn__third:hover .circle-body {
  color: var(--c-second-btn-text-hover);
}
.btn__third:active {
  color: var(--c-second-btn-text-active);
}

[data-theme=black_purple] .btn__third,
[data-theme=black_red] .btn__third {
  transition: all 0.3s ease-in;
  color: #000000;
}

[data-theme=black_purple] .btn__third:hover,
[data-theme=black_purple] .btn__third:active {
  color: var(--c-primary);
  transform: translateY(-3px);
}

[data-theme=black_red] .btn__third:hover,
[data-theme=black_red] .btn__third:active {
  color: var(--c-primary);
  transform: translateY(-3px);
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes zoomIn {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  50% {
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes revealLeft {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes revealRight {
  0% {
    clip-path: inset(0 0 0 100%);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes blink {
  to {
    visibility: hidden;
  }
}
h1 {
  color: var(--c-title);
  font-family: var(--f-family);
  font-size: clamp(32px, 4vw, 64px);
  font-weight: 500;
  line-height: 96%;
  letter-spacing: -3.36px;
}
@media (max-width: 576px) {
  h1 {
    letter-spacing: -1px;
  }
}

h2 {
  color: var(--c-title);
  font-family: var(--f-family);
  font-size: clamp(22px, 2.375vw, 38px);
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -0.76px;
}

h3 {
  color: var(--c-title);
  font-family: var(--f-family);
  font-size: clamp(19px, 1.75vw, 28px);
  font-weight: 500;
  line-height: 140.625%;
  letter-spacing: -0.56px;
}

h4 {
  color: var(--c-title);
  font-family: var(--f-family);
  font-size: clamp(17px, 1.5vw, 24px);
  font-weight: 500;
  line-height: 140.625%;
  letter-spacing: 0.24px;
}

h5 {
  color: var(--c-title);
  font-family: var(--f-family);
  font-size: clamp(16px, 1.25vw, 20px);
  font-weight: 500;
  line-height: 140.625%;
}

p {
  color: var(--c-text);
  font-family: var(--f-family);
  font-size: clamp(15px, 1.125vw, 18px);
  font-weight: 400;
  line-height: 145%;
  text-wrap: balance;
}

a {
  color: var(--c-text);
  font-family: var(--f-family);
  font-size: clamp(15px, 1.125vw, 18px);
  font-weight: 400;
  line-height: 145%;
  text-wrap: balance;
  cursor: pointer;
}
a:hover {
  color: var(--c-title);
}

.header {
  height: var(--header-height);
  background-color: var(--header-bg);
  display: flex;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transition: height 0.3s ease-in, box-shadow 0.3s ease-in;
  z-index: 100;
}
.header.active {
  height: 70px;
  box-shadow: 0px 0px 10px 2px var(--c-primary);
  background-color: var(--header-bg);
}
@media (max-width: 576px) {
  .header.active {
    height: 60px;
  }
  .header.active .header__logo {
    display: none;
  }
}
.header .wrapper {
  display: flex;
  align-items: center;
}
@media (max-width: 576px) {
  .header .wrapper {
    flex-wrap: wrap;
    gap: 10px;
  }
}
@media (max-width: 576px) {
  .header .header__logo {
    width: 100%;
  }
  .header .header__logo img {
    max-width: 100px;
    margin: 0 auto;
  }
}
.header .btn-lang {
  display: flex;
  align-items: center;
  margin-left: auto;
  margin-right: clamp(16px, 2.08vw, 40px);
  font-family: var(--f-family);
  cursor: pointer;
}
@media (max-width: 576px) {
  .header .btn-lang {
    margin-left: unset;
  }
}
.header .btn-lang .lang-arrow {
  display: flex;
  flex-shrink: 0;
  width: 8px;
  height: 4px;
  margin-left: 6px;
  transition: transform 0.3s ease-in-out;
}
.header .btn-lang:hover .lang-arrow {
  transform: rotate(-180deg);
}
.header .btn-lang .menu_lang {
  position: relative;
}
.header .btn-lang .menu_lang img {
  max-width: 16px;
}
.header .btn-lang .menu_lang > li {
  position: relative;
}
.header .btn-lang .menu_lang > li > a {
  cursor: pointer;
}
.header .btn-lang .menu_lang > li::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 10px;
}
.header .btn-lang .menu_lang > li:hover .sub-menu {
  display: block;
}
.header .btn-lang .menu_lang .sub-menu {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  display: none;
  width: max-content;
}
.header .header__btns {
  display: flex;
  gap: 10px;
  align-items: center;
}
@media (max-width: 576px) {
  .header .header__btns {
    display: none;
  }
}
.header .header__btns-mob {
  display: none;
}
@media (max-width: 576px) {
  .header .header__btns-mob {
    display: flex;
    gap: 8px;
    margin-left: auto;
  }
}
.header .header__burger {
  display: none;
  width: 30px;
}
@media (max-width: 1024px) {
  .header .header__burger {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 6px;
    margin-left: 2vw;
  }
}
.header .header__burger span {
  background-color: var(--c-primary);
  width: 100%;
  height: 4px;
  border-radius: 4px;
}

.footer {
  padding: clamp(40px, 5vw, 80px) 0;
}
.footer .footer__top {
  background-color: var(--c-additional-1);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: clamp(18px, 2.1875vw, 35px) clamp(20px, 2.5vw, 40px);
  border-radius: 12px;
  margin-bottom: clamp(24px, 4.0625vw, 65px);
}
@media (max-width: 1024px) {
  .footer .footer__top {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}
.footer .footer__top p b {
  color: var(--c-title);
}
.footer .footer__top-logo {
  max-width: 104px;
}
.footer .footer__top-contacts {
  display: block;
  width: 70%;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .footer .footer__top-contacts {
    width: 100%;
  }
}
.footer .footer__top-links {
  display: flex;
  align-items: center;
  gap: clamp(16px, 1.5vw, 24px);
}
.footer .footer__bottom {
  background-color: var(--c-additional-1);
  border-radius: 12px;
  padding: clamp(30px, 4.375vw, 60px) clamp(14px, 2.5vw, 40px);
  margin-bottom: clamp(18px, 1.75vw, 28px);
}
.footer .footer__bottom h5 {
  margin-bottom: clamp(16px, 1.25vw, 20px);
}
.footer .footer__bottom p {
  font-size: clamp(14px, 1vw, 16px);
}
.footer .footer__bottom p:not(:last-of-type) {
  margin-bottom: clamp(12px, 1vw, 16px);
}
.footer .footer__bottom-images {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: clamp(16px, 1.25vw, 20px);
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .footer .footer__bottom-images {
    gap: 8px;
    justify-content: center;
  }
}
.footer .footer__bottom-images img {
  width: unset;
}
.footer .footer__copy {
  color: var(--c-title);
  font-family: var(--f-family);
  font-size: 14px;
  font-weight: 500;
  margin: 0 0 0 clamp(0px, 2.08vw, 40px);
}
.footer .phone-item,
.footer .email-item,
.footer .address-item {
  display: inline-flex;
  align-items: center;
}
.footer .phone-item span,
.footer .email-item span,
.footer .address-item span {
  color: var(--c-text);
  font-family: var(--f-family);
  font-size: clamp(15px, 1.125vw, 18px);
  font-weight: 400;
  line-height: 145%;
  text-wrap: balance;
  cursor: auto;
}
.footer .footer-text {
  display: inline;
  color: var(--c-text);
  font-family: var(--f-family);
  font-size: clamp(15px, 1.125vw, 18px);
  font-weight: 400;
  line-height: 145%;
  text-wrap: balance;
}
.footer .footer-datas {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
}
@media (max-width: 1024px) {
  .footer .footer-datas {
    margin: 0 0 32px;
    flex-direction: column;
    justify-content: flex-start;
  }
}
.footer .datas-col {
  width: 100%;
  max-width: 257px;
}
@media (max-width: 1024px) {
  .footer .datas-col {
    margin-top: 20px;
  }
}
.footer .datas-head {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.footer .datas-head .text1 {
  font-weight: 800;
  color: var(--c-title);
  padding-left: 5px;
}
.footer .datas-icon {
  width: 24px;
  height: 24px;
}

.footer__menu {
  margin-bottom: clamp(18px, 3vw, 48px);
}
.footer__menu .footer_menu_link {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  row-gap: clamp(16px, 1.25vw, 20px);
}
@media (max-width: 992px) {
  .footer__menu .footer_menu_link {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 576px) {
  .footer__menu .footer_menu_link {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .footer__menu .footer_menu_link {
    grid-template-columns: 1fr;
  }
}
.footer__menu .footer_menu_link a:not([href]) {
  cursor: default;
}
.footer__menu .footer_menu_link > .menu-item-has-children > a {
  display: block;
  color: var(--c-title);
  font-family: var(--f-family);
  font-size: clamp(16px, 1.5vw, 24px);
  font-weight: 500;
  margin-bottom: clamp(9px, 0.75vw, 12px);
}
.footer__menu .footer_menu_link > .menu-item-has-children > .sub-menu {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.isnotactive-tradeholic .footer__menu .footer_menu_link {
  display: flex;
  justify-content: space-between;
  gap: 8px;
}
@media (max-width: 992px) {
  .isnotactive-tradeholic .footer__menu .footer_menu_link {
    flex-wrap: wrap;
    gap: 0;
  }
  .isnotactive-tradeholic .footer__menu .footer_menu_link > li {
    width: 32%;
  }
  .isnotactive-tradeholic .footer__menu .footer_menu_link > li:nth-child(6) {
    margin-top: 24px;
  }
  .isnotactive-tradeholic .footer__menu .footer_menu_link > li:nth-child(7) {
    margin-top: 24px;
  }
  .isnotactive-tradeholic .footer__menu .footer_menu_link > li:last-child {
    margin-top: 24px;
  }
}
@media (max-width: 576px) {
  .isnotactive-tradeholic .footer__menu .footer_menu_link > li {
    width: 48%;
  }
  .isnotactive-tradeholic .footer__menu .footer_menu_link > li:nth-child(5) {
    margin-top: 24px;
  }
}
@media (max-width: 480px) {
  .isnotactive-tradeholic .footer__menu .footer_menu_link > li {
    width: 100%;
    margin-top: 20px;
  }
}

[data-theme=white_blue] .subheader {
  --subheader--bg: url("../img/white_blue/subheader/subheader__bg.webp") no-repeat center/cover;
}

[data-theme=white_green] .subheader {
  --subheader--bg: url("../img/white_green/subheader/subheader__bg.webp") no-repeat center/cover;
}

[data-theme=black_purple] .subheader {
  --subheader--bg: url("../img/black_purple/subheader/subheader__bg.webp") no-repeat center/cover;
}

[data-theme=black_red] .subheader {
  --subheader--bg: url("../img/black_red/subheader/subheader__bg.webp") no-repeat center/cover;
}

.subheader {
  background: var(--subheader--bg);
  padding: clamp(50px, 6.25vw, 100px) 0;
}
.subheader .intro-part {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: clamp(20px, 2.5vw, 40px);
}
#progressCircle {
  display: none;
  position: fixed;
  z-index: 100;
  bottom: 30px;
  right: 30px;
  width: 65px;
  height: 65px;
  transition: 0.3s ease-in;
  cursor: pointer;
}
#progressCircle.visible {
  display: block;
}
#progressCircle:hover {
  transform: scale(1.1);
}
#progressCircle path {
  transform: translate(38%, 38%) scale(1.1);
  fill: var(--c-primary-btn);
}
#progressCircle #outerCircle {
  stroke: transparent;
}
#progressCircle #innerCircle {
  stroke: var(--c-primary-btn);
}
#progressCircle.done {
  animation: shakeX 1s;
}
#progressCircle.done #innerCircle {
  stroke: rgb(53, 231, 53);
}
#progressCircle.done path {
  fill: rgb(53, 231, 53);
}

[data-theme=white_blue] .header__menu .menu__links > .menu-item-has-children > a::after {
  --menu__links-bg: url("../img/white_blue/header/arrow.svg") no-repeat center/contain;
}

[data-theme=white_green] .header__menu .menu__links > .menu-item-has-children > a::after {
  --menu__links-bg: url("../img/white_green/header/arrow.svg") no-repeat center/contain;
}

[data-theme=black_purple] .header__menu .menu__links > .menu-item-has-children > a::after {
  --menu__links-bg: url("../img/black_purple/header/arrow.svg") no-repeat center/contain;
}

[data-theme=black_red] .header__menu .menu__links > .menu-item-has-children > a::after {
  --menu__links-bg: url("../img/black_red/header/arrow.svg") no-repeat center/contain;
}

.header__menu {
  flex: 1;
}
@media (max-width: 1024px) {
  .header__menu {
    position: fixed;
    top: 0;
    left: -100vw;
    width: 100%;
    height: 100%;
    background: var(--header-bg);
    z-index: 200;
    transition: 0.3s ease-in;
  }
  .header__menu.active {
    height: 100%;
    left: 0;
  }
}
.header__menu .menu__wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
}
.header__menu .menu__links {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0;
  cursor: pointer;
  gap: clamp(18px, 2.25vw, 36px);
}
@media (max-width: 1024px) {
  .header__menu .menu__links {
    padding-top: 40px;
    flex-direction: column;
  }
}
@media (max-width: 576px) {
  .header__menu .menu__links {
    padding-top: 20px;
    gap: 8px;
  }
}
@media (max-width: 360px) {
  .header__menu .menu__links {
    gap: 0;
  }
}
.header__menu .menu__links > .menu-item-has-children:hover > a::after {
  transform: rotate(0deg);
}
.header__menu .menu__links > .menu-item-has-children > a {
  color: var(--c-title);
  font-family: var(--f-family);
  font-weight: 400;
  font-size: clamp(16px, 1.125vw, 18px);
  display: flex;
  align-items: center;
  gap: 6px;
}
.header__menu .menu__links > .menu-item-has-children > a::after {
  content: "";
  display: block;
  width: 8px;
  height: 4px;
  background: var(--menu__links-bg);
  transform: rotate(180deg);
  transition: 0.3s ease-in;
}
@media (max-width: 1024px) {
  .header__menu .menu__links > .menu-item-has-children > a::after {
    position: absolute;
    top: 10px;
    right: 10px;
  }
}
@media (max-width: 1024px) and (max-width: 1024px) {
  .header__menu .menu__links > .menu-item-has-children > a::after {
    position: static;
  }
}
.header__menu .menu__links > .menu-item-has-children > .sub-menu {
  display: flex;
  flex-direction: column;
  gap: clamp(20px, 1.875vw, 30px);
  cursor: auto;
}
@media (max-width: 1024px) {
  .header__menu .menu__links > .menu-item-has-children > .sub-menu {
    text-align: center;
  }
}
.header__menu .menu__links > .menu-item-has-children > .sub-menu > .menu-item-has-children {
  cursor: pointer;
}
.header__menu .menu__links > .menu-item-has-children > .sub-menu > .menu-item-has-children > a {
  color: var(--c-title);
  font-family: var(--f-family);
  font-weight: 500;
  font-size: clamp(16px, 1.25vw, 20px);
  display: block;
}
.header__menu .menu__links > .menu-item-has-children > .sub-menu > .menu-item-has-children > .sub-menu {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
@media (max-width: 576px) {
  .header__menu .menu__links > .menu-item-has-children > .sub-menu > .menu-item-has-children > .sub-menu {
    gap: 4px;
  }
  .header__menu .menu__links > .menu-item-has-children > .sub-menu > .menu-item-has-children > .sub-menu a {
    font-size: 14px;
  }
}
.header__menu .menu__links > li {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 6px;
}
@media (max-width: 1024px) {
  .header__menu .menu__links > li {
    flex-direction: column;
  }
}
.header__menu .menu__links > li::before {
  content: "";
  display: block;
  width: 0%;
  height: 2px;
  transition: 0.3s ease-in;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--c-primary);
  transition: 0.3s ease-in;
}
@media (max-width: 1024px) {
  .header__menu .menu__links > li::before {
    content: none;
  }
}
.header__menu .menu__links > li > ul.sub-menu {
  position: absolute;
  top: calc(100% + 5px);
  padding: 8px;
  transition: opacity 0.3s ease-in, visibility 0.3s ease-in, transform 0.3s ease-in, max-height 0.3s ease-in, padding 0.3s ease-in;
  transform: translateY(10px);
  border-radius: 12px;
  background: var(--c-white);
  padding: 23px 34px;
  width: max-content;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0px 4px 25px 0px rgba(176, 171, 171, 0.25);
  z-index: 100;
}
@media (max-width: 1024px) {
  .header__menu .menu__links > li > ul.sub-menu {
    position: static;
    max-height: 0;
    overflow: hidden;
    transform: unset;
    padding: 0 30px;
  }
}
.header__menu .menu__links > li:hover::before {
  width: 80%;
}
.header__menu .menu__links > li:hover > ul.sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}
@media (max-width: 1024px) {
  .header__menu .menu__links > li:hover > ul.sub-menu {
    max-height: 400px;
    padding: 20px 30px;
  }
}
@media (max-width: 576px) {
  .header__menu .menu__links > li:hover > ul.sub-menu {
    padding: 8px 30px;
  }
}
.header__menu .header__closer {
  display: none;
  width: fit-content;
  position: absolute;
  top: 14px;
  right: 30px;
  font-size: 24px;
  font-weight: 600;
  color: var(--c-primary);
}
@media (max-width: 1024px) {
  .header__menu .header__closer {
    display: block;
  }
}

.markets {
  padding-top: clamp(70px, 8.75vw, 140px);
  padding-bottom: clamp(70px, 8.75vw, 140px);
}
.markets .wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.markets__title {
  max-width: 578px;
  text-align: center;
  margin-bottom: clamp(24px, 3.5vw, 56px);
}
.markets__items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: 100%;
}
@media (max-width: 1024px) {
  .markets__items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .markets__items {
    grid-template-columns: 1fr;
  }
}
.markets__item {
  display: flex;
  flex-direction: column;
  padding: clamp(18px, 1.5vw, 24px);
  border: 1px dashed var(--c-border);
}
@media (min-width: 320px) {
  .markets__item:nth-of-type(1) {
    border-radius: 12px 12px 0 0;
  }
  .markets__item:nth-of-type(4) {
    border-radius: 0 0 12px 12px;
  }
}
@media (min-width: 577px) {
  .markets__item:nth-of-type(1) {
    border-radius: 12px 0 0 0;
  }
  .markets__item:nth-of-type(2) {
    border-radius: 0 12px 0 0;
  }
  .markets__item:nth-of-type(3) {
    border-radius: 0 0 0 12px;
  }
  .markets__item:nth-of-type(4) {
    border-radius: 0 0 12px 0;
  }
}
@media (min-width: 1025px) {
  .markets__item:nth-of-type(1) {
    border-radius: 12px 0 0 12px;
  }
  .markets__item:nth-of-type(2) {
    border-radius: unset;
  }
  .markets__item:nth-of-type(3) {
    border-radius: unset;
  }
  .markets__item:nth-of-type(4) {
    border-radius: 0 12px 12px 0;
  }
}
.markets__item svg {
  margin-bottom: clamp(50px, 6.5vw, 102px);
  margin-left: auto;
}
.markets__item h3 {
  margin-bottom: 6px;
}
.markets__item p {
  padding-right: clamp(0px, 1.25vw, 20px);
}

.feedback {
  padding: clamp(50px, 6.25vw, 100px) 0 clamp(80px, 10vw, 160px) 0;
  overflow: hidden;
}
.feedback .wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.feedback .feedback__title {
  margin-bottom: clamp(24px, 3.5vw, 56px);
  max-width: 642px;
  text-align: center;
}
.feedback .swiper {
  width: 100%;
  overflow: visible;
  height: clamp(260px, 22.8125vw, 365px);
  cursor: grab;
}
@media (max-width: 480px) {
  .feedback .swiper {
    width: 92%;
  }
}
.feedback .swiper .swiper-pagination {
  top: 110%;
}
.feedback .swiper .swiper-pagination-bullet {
  transition: 0.3s ease-in;
  width: 10px;
  height: 10px;
}
.feedback .swiper .swiper-pagination-bullet:not(.swiper-pagination-bullet-active):hover {
  background-color: var(--c-primary);
  width: 35px;
  height: 10px;
  border-radius: 13px;
  opacity: 0.6;
}
.feedback .swiper .swiper-pagination-bullet-active {
  background-color: var(--c-primary);
  width: 75px;
  height: 10px;
  border-radius: 13px;
}
.feedback .swiper-slide {
  border-radius: 12px;
  background: var(--c-additional-1);
  padding: clamp(16px, 1.25vw, 20px);
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease-in;
}
.feedback .swiper-slide:hover {
  transform: scale(1.04);
}
.feedback .swiper-slide > img {
  max-width: 55px;
  max-height: 55px;
  margin-bottom: clamp(16px, 1.5vw, 24px);
}
.feedback .swiper-slide .swiper-slide-bottom {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: auto;
}
.feedback .swiper-slide .swiper-slide-bottom img {
  max-width: 58px;
}

.plans {
  --plan_name-icon: url("../img/general/circle-reversed.svg") no-repeat
    center/contain;
  font-family: var(--f-family);
  padding-top: clamp(24px, 3.5vw, 56px);
  padding-bottom: clamp(24px, 3.5vw, 56px);
}
.plans .wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.plans .plans__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 55px;
  width: 100%;
}
.plans .plans__list .plans__list--item {
  border-radius: 12px;
  border: 1px dashed var(--c-border);
  padding: 32px 22px;
  width: calc(20% - 11.2px);
  display: flex;
  flex-direction: column;
}
@media (max-width: 1024px) {
  .plans .plans__list .plans__list--item {
    width: calc(33.33% - 9.33px);
  }
}
@media (max-width: 768px) {
  .plans .plans__list .plans__list--item {
    width: calc(50% - 7px);
  }
}
@media (max-width: 480px) {
  .plans .plans__list .plans__list--item {
    width: 100%;
  }
}
.plans .plans__list .plans__list--item .plan-name {
  position: relative;
  display: flex;
  gap: 10px;
  align-items: center;
  color: var(--c-title);
  margin-bottom: 15px;
}
.plans .plans__list .plans__list--item .plan-name p {
  color: inherit;
}
.plans .plans__list .plans__list--item .plan-name .plan-name::before {
  content: "";
  display: block;
  background: var(--plan_name-icon);
  width: 12px;
  aspect-ratio: 1;
}
.plans .plans__list .plans__list--item .plan-price {
  font-size: 38px;
  color: var(--c-title);
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .plans .plans__list .plans__list--item .plan-price {
    font-size: 34px;
    margin-bottom: 20px;
  }
}
.plans .plans__list .plans__list--item .plan-list {
  margin-bottom: auto;
}
.plans .plans__list .plans__list--item .plan-list .plan-list--item {
  color: var(--c-text);
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 5px;
}
@media (max-width: 1024px) {
  .plans .plans__list .plans__list--item .plan-list .plan-list--item {
    font-size: 15px;
  }
}
.plans .plans__list .plans__list--item .plan-list .plan-list--item .text {
  flex: 1;
}
.plans .plans__list .plans__list--item .plan-list .plan-list--item svg {
  display: block;
}
@media (max-width: 1024px) {
  .plans .plans__list .plans__list--item .plan-list .plan-list--item svg {
    width: 20px;
    height: auto;
  }
}
.plans .plans__list .plans__list--item .plan-choose {
  margin-top: 30px;
  display: flex;
  justify-content: center;
}

[data-theme=white_blue] .services-page .hero {
  --service-hero--bg: url("../img/white_blue/service/hero__bg.webp") no-repeat center/cover;
}

[data-theme=white_green] .services-page .hero {
  --service-hero--bg: url("../img/white_green/service/hero__bg.webp") no-repeat center/cover;
}

[data-theme=black_purple] .services-page .hero {
  --service-hero--bg: url("../img/black_purple/service/hero__bg.webp") no-repeat center/cover;
}

[data-theme=black_red] .services-page .hero {
  --service-hero--bg: url("../img/black_red/service/hero__bg.webp") no-repeat center/cover;
}

.services-page .hero {
  background: var(--service-hero--bg);
  overflow: hidden;
  padding-bottom: clamp(40px, 3.125vw, 60px);
}
.services-page .hero .wrapper {
  display: flex;
  align-items: center;
  min-height: 100vh;
  gap: clamp(40px, 8.25vw, 132px);
}
@media (max-width: 1600px) {
  .services-page .hero .wrapper {
    padding-top: clamp(40px, 5vw, 80px);
  }
}
@media (max-width: 1024px) {
  .services-page .hero .wrapper {
    flex-direction: column;
    align-items: center;
    padding: 40px 0;
    height: unset;
    gap: 40px;
  }
}
.services-page .hero .hero__info {
  width: 41%;
  flex-shrink: 0;
}
@media (max-width: 1024px) {
  .services-page .hero .hero__info {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 60%;
  }
}
@media (max-width: 576px) {
  .services-page .hero .hero__info {
    width: 80%;
  }
}
.services-page .hero .hero__info h1 {
  margin-bottom: clamp(18px, 2.1875vw, 35px);
}
.services-page .hero .hero__info p {
  margin-bottom: clamp(15px, 1.875vw, 30px);
}
.services-page .hero .hero__btns {
  display: flex;
  align-items: center;
  gap: 12px;
}
.services-page .hero .hero__image {
  width: 73.2%;
  flex-shrink: 0;
}
@media (max-width: 1600px) {
  .services-page .hero .hero__image {
    width: 63.2%;
  }
}
@media (max-width: 1024px) {
  .services-page .hero .hero__image {
    width: 100%;
  }
}
.services-page .hero .hero__image--phone {
  width: 40%;
  margin-left: 9%;
}
@media (max-width: 1024px) {
  .services-page .hero .hero__image--phone {
    margin-left: 0;
  }
}
@media (max-width: 576px) {
  .services-page .hero .hero__image--phone {
    width: 50%;
  }
}
@media (max-width: 400px) {
  .services-page .hero .hero__image--phone {
    width: 80%;
  }
}

[data-theme=white_blue] .services-page .support {
  --service-support--bg: url("../img/white_blue/service/support__bg.webp") no-repeat center/cover;
}

[data-theme=white_green] .services-page .support {
  --service-support--bg: url("../img/white_green/service/support__bg.webp") no-repeat center/cover;
}

[data-theme=black_purple] .services-page .support {
  --service-support--bg: url("../img/black_purple/service/support__bg.webp") no-repeat center/cover;
}

[data-theme=black_red] .services-page .support {
  --service-support--bg: url("../img/black_red/service/support__bg.webp") no-repeat center/cover;
}

.services-page .support {
  padding: clamp(30px, 4.375vw, 60px) 0;
  background: var(--service-support--bg);
}
.services-page .support .wrapper {
  display: grid;
  grid-template-columns: 32% 24.8% 32%;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .services-page .support .wrapper {
    grid-template-columns: 60%;
    justify-content: center;
    gap: 20px;
    text-align: center;
  }
}
@media (max-width: 576px) {
  .services-page .support .wrapper {
    grid-template-columns: 100%;
  }
}
@media (max-width: 768px) {
  .services-page .support .support__col:first-of-type {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.services-page .support .support__col h2 {
  margin-bottom: clamp(24px, 2.75vw, 44px);
}
.services-page .support .support__items {
  display: flex;
  flex-direction: column;
  gap: clamp(12px, 1vw, 16px);
}
.services-page .support .support__item {
  border-radius: 12px;
  background: var(--c-white);
  padding: clamp(9px, 0.75vw, 12px) clamp(12px, 1.125vw, 18px);
}
.services-page .support .support__right-text {
  margin-bottom: clamp(25px, 2.3125vw, 37px);
}

.services-page .assets {
  padding: clamp(35px, 4.375vw, 70px) 0;
}
.services-page .assets .wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(20px, 2.125vw, 34px);
}
@media (max-width: 768px) {
  .services-page .assets .wrapper {
    grid-template-columns: 0.8fr;
    justify-content: center;
  }
}
@media (max-width: 480px) {
  .services-page .assets .wrapper {
    grid-template-columns: 1fr;
  }
}
.services-page .assets .assets__info {
  margin-bottom: clamp(30px, 3.125vw, 50px);
}
@media (max-width: 768px) {
  .services-page .assets .assets__info {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
.services-page .assets .accordion {
  display: flex;
  flex-direction: column;
  gap: clamp(12px, 1vw, 16px);
}
.services-page .assets .accordion__item {
  padding: clamp(17px, 0.9375vw, 15px) clamp(20px, 2vw, 32px);
  cursor: pointer;
  border-radius: 12px;
  border: 1px dashed var(--c-border);
  transition: background-color 0.3s ease-in, border-color 0.3s ease-in;
}
.services-page .assets .accordion__item.active {
  background-color: var(--c-additional-1);
  border-color: transparent;
}
.services-page .assets .accordion__header {
  display: flex;
  align-items: center;
  gap: 16px;
  justify-content: space-between;
  transition: 0.3s ease-in;
}
.services-page .assets .accordion__header .accordion__header-arrow {
  transition: 0.3s ease-in;
}
.services-page .assets .accordion__header.active {
  margin-bottom: 14px;
}
.services-page .assets .accordion__header.active .accordion__header-arrow {
  transform: rotate(-90deg);
}
.services-page .assets .accordion__content {
  max-height: 0;
  transition: 0.5s;
  overflow: hidden;
}
.services-page .assets .assets__image img {
  height: auto;
}

[data-theme=white_blue] .services-page .stability {
  --service-stability--bg: url("../img/white_blue/service/support__bg.webp") no-repeat center/cover;
}
[data-theme=white_blue] .services-page .stability .stability__item::before {
  --service-stability--icon: url("../img/white_blue/service/check.svg") no-repeat center/contain;
}

[data-theme=white_green] .services-page .stability {
  --service-stability--bg: url("../img/white_green/service/support__bg.webp") no-repeat center/cover;
}
[data-theme=white_green] .services-page .stability .stability__item::before {
  --service-stability--icon: url("../img/white_green/service/check.svg") no-repeat center/contain;
}

[data-theme=black_purple] .services-page .stability {
  --service-stability--bg: url("../img/black_purple/service/support__bg.webp") no-repeat center/cover;
}
[data-theme=black_purple] .services-page .stability .stability__item::before {
  --service-stability--icon: url("../img/black_purple/service/check.svg") no-repeat center/contain;
}

[data-theme=black_red] .services-page .stability {
  --service-stability--bg: url("../img/black_red/service/support__bg.webp") no-repeat center/cover;
}
[data-theme=black_red] .services-page .stability .stability__item::before {
  --service-stability--icon: url("../img/black_red/service/check.svg") no-repeat center/contain;
}

.services-page .stability {
  padding: clamp(30px, 4.375vw, 60px) 0;
  background: var(--service-stability--bg);
}
.services-page .stability .stability__info {
  margin-bottom: clamp(30px, 3.5vw, 56px);
}
.services-page .stability .stability__info h2 {
  max-width: 628px;
}
.services-page .stability .stability__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: clamp(16px, 1.5vw, 24px);
  row-gap: clamp(18px, 1.75vw, 28px);
}
@media (max-width: 576px) {
  .services-page .stability .stability__items {
    grid-template-columns: 1fr;
  }
}
.services-page .stability .stability__item {
  display: flex;
  gap: clamp(12px, 1vw, 16px);
}
.services-page .stability .stability__item h3 {
  line-height: unset;
}
.services-page .stability .stability__item::before {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  background: var(--service-stability--icon);
  margin-top: 3px;
}
.services-page .stability .stability__item-content {
  display: flex;
  flex-direction: column;
  gap: clamp(12px, 1vw, 16px);
}

.services-page .education {
  padding: clamp(70px, 8.75vw, 140px) 0;
}
.services-page .education .education__info {
  margin-bottom: clamp(30px, 3.5vw, 56px);
}
@media (max-width: 992px) {
  .services-page .education .education__info {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
.services-page .education .education__info .education__title {
  max-width: 628px;
}
.services-page .education .education__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(40px, 10.5vw, 168px);
  border-bottom: 1px dashed var(--c-border);
  padding: clamp(10px, 0.875vw, 14px) 0;
  padding-left: clamp(20px, 2.5vw, 40px);
}
@media (max-width: 992px) {
  .services-page .education .education__item {
    flex-direction: column;
    gap: 10px;
    border: unset;
    padding-left: unset;
    text-align: center;
  }
}
.services-page .education .education__item-number {
  color: var(--c-title);
  font-family: var(--f-family);
  font-size: clamp(19px, 1.75vw, 28px);
  font-weight: 500;
  line-height: 140.625%;
  letter-spacing: -0.56px;
  color: var(--c-primary);
}
.services-page .education .education__item-text {
  max-width: 232px;
  width: 100%;
}
@media (max-width: 992px) {
  .services-page .education .education__item-text {
    max-width: unset;
  }
}
.services-page .education .education__item-image {
  max-width: 255px;
  width: 100%;
}
@media (max-width: 992px) {
  .services-page .education .education__item-image {
    max-width: 600px;
  }
}

[data-theme=white_blue] .company-page .hero {
  --company-hero--bg: url("../img/white_blue/company/company__hero_bg.webp") no-repeat center/cover;
}
[data-theme=white_blue] .company-page .hero .hero__numbers {
  --hero__numbers-bg: url("../img/white_blue/home/hero__numbers-bg.webp") no-repeat center/cover;
}

[data-theme=white_green] .company-page .hero {
  --company-hero--bg: url("../img/white_green/company/company__hero_bg.webp") no-repeat center/cover;
}
[data-theme=white_green] .company-page .hero .hero__numbers {
  --hero__numbers-bg: url("../img/white_blue/home/hero__numbers-bg.webp") no-repeat center/cover;
}

[data-theme=black_purple] .company-page .hero {
  --company-hero--bg: url("../img/black_purple/company/company__hero_bg.webp") no-repeat center/cover;
}
[data-theme=black_purple] .company-page .hero .hero__numbers {
  --hero__numbers-bg: url("../img/black_red/home/hero__numbers-bg.webp") no-repeat center/cover;
}

[data-theme=black_red] .company-page .hero {
  --company-hero--bg: url("../img/black_red/company/company__hero_bg.webp") no-repeat center/cover;
}
[data-theme=black_red] .company-page .hero .hero__numbers {
  --hero__numbers-bg: url("../img/black_red/home/hero__numbers-bg.webp") no-repeat center/cover;
}

.company-page .hero .wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
@media (max-width: 1024px) {
  .company-page .hero .wrapper {
    grid-template-columns: 0.8fr;
    justify-content: center;
  }
}
@media (max-width: 576px) {
  .company-page .hero .wrapper {
    grid-template-columns: 1fr;
  }
}
.company-page .hero .hero__left {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.company-page .hero .hero__info {
  border-radius: 12px;
  background-color: var(--c-additional-1);
  padding: clamp(30px, 5.5vw, 80px) clamp(20px, 3.75vw, 55px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1;
}
@media (max-width: 1024px) {
  .company-page .hero .hero__info {
    text-align: center;
    align-items: center;
  }
}
.company-page .hero .hero__info h1 {
  margin-bottom: clamp(18px, 2.1875vw, 35px);
}
.company-page .hero .hero__info-btns {
  display: flex;
  gap: 10px;
}
@media (max-width: 576px) {
  .company-page .hero .hero__info-btns {
    flex-direction: column;
    align-items: center;
  }
}
.company-page .hero .hero__numbers {
  background: var(--hero__numbers-bg);
  padding: clamp(18px, 2.5vw, 40px) clamp(12px, 1.25vw, 20px);
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  border-radius: 12px;
}
.company-page .hero .hero__numbers svg {
  flex-shrink: 0;
}
@media (max-width: 480px) {
  .company-page .hero .hero__numbers svg {
    display: none;
  }
}
@media (max-width: 1024px) {
  .company-page .hero .hero__numbers {
    padding: 20px 10px;
  }
}
@media (max-width: 480px) {
  .company-page .hero .hero__numbers {
    flex-direction: column;
    gap: 10px;
  }
}
.company-page .hero .hero__numbers-item {
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 10px;
  max-width: 161px;
  width: 100%;
}
.company-page .hero .hero__numbers-item span {
  color: var(--c-title);
  font-family: var(--f-family);
  font-size: clamp(22px, 2.375vw, 38px);
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -0.76px;
  font-size: clamp(20px, 2.7vw, 34px);
  color: #ffffff;
  font-weight: 700;
  letter-spacing: 0.76px;
}
.company-page .hero .hero__numbers-item p {
  font-size: clamp(13px, 1.3vw, 14px);
  color: #ffffff;
}
.company-page .hero .hero__image {
  border-radius: 12px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .company-page .hero .hero__image {
    max-height: clamp(360px, 43vw, 500px);
  }
}
.company-page .hero .hero__image img {
  object-fit: cover;
}

[data-theme=white_blue] .questions .accordion__header::after {
  --accordion_arrow--bg: url("../img/light/accordion_arrow.svg") no-repeat center/contain;
}

[data-theme=white_green] .questions .accordion__header::after {
  --accordion_arrow--bg: url("../img/light/accordion_arrow.svg") no-repeat center/contain;
}

[data-theme=black_purple] .questions .accordion__header::after {
  --accordion_arrow--bg: url("../img/dark/accordion_arrow.svg") no-repeat center/contain;
}

[data-theme=black_red] .questions .accordion__header::after {
  --accordion_arrow--bg: url("../img/dark/accordion_arrow.svg") no-repeat center/contain;
}

.questions {
  padding: clamp(30px, 4.375vw, 60px) 0;
  background-color: var(--c-additional-1);
}
.questions .questions__head {
  display: flex;
  justify-content: space-between;
  margin-bottom: clamp(20px, 1.5vw, 24px);
}
@media (max-width: 768px) {
  .questions .questions__head {
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }
}
@media (max-width: 768px) {
  .questions .questions__head-left {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
.questions .questions__head-left h2 {
  max-width: 410px;
}
.questions .questions__head-btn {
  align-self: flex-end;
  padding: clamp(10px, 0.75vw, 12px) clamp(20px, 2.3125vw, 37px);
}
@media (max-width: 768px) {
  .questions .questions__head-btn {
    align-self: unset;
  }
}
.questions .accordions {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(18px, 1.5vw, 24px);
  margin-bottom: clamp(30px, 3.125vw, 50px);
}
@media (max-width: 768px) {
  .questions .accordions {
    grid-template-columns: 1fr;
  }
}
.questions .accordion {
  display: flex;
  flex-direction: column;
  gap: clamp(18px, 1.5vw, 24px);
}
.questions .accordion__item {
  padding: clamp(17px, 1.5625vw, 25px) clamp(20px, 2vw, 32px);
  cursor: pointer;
  border-radius: 8px;
  background: var(--accordion-bg);
}
.questions .accordion__header {
  display: flex;
  align-items: center;
  gap: 16px;
  justify-content: space-between;
  transition: 0.3s ease-in;
}
.questions .accordion__header::after {
  content: "";
  display: block;
  background: var(--accordion_arrow--bg);
  width: 12px;
  aspect-ratio: 1;
  transition: 0.5s;
}
.questions .accordion__header.active {
  margin-bottom: 14px;
}
.questions .accordion__header.active::after {
  transform: rotate(180deg);
}
.questions .accordion__content {
  max-height: 0;
  transition: 0.5s;
  overflow: hidden;
}
.questions .questions__btn {
  margin: 0 auto;
}

[data-theme=white_blue] .banner {
  --join__bg: url("../img/white_blue/parts/join__bg.webp") no-repeat center/cover;
}

[data-theme=white_green] .banner {
  --join__bg: url("../img/white_green/parts/join__bg.webp") no-repeat center/cover;
}

[data-theme=black_purple] .banner {
  --join__bg: url("../img/black_purple/parts/join__bg.webp") no-repeat center/cover;
}

[data-theme=black_red] .banner {
  --join__bg: url("../img/black_red/parts/join__bg.webp") no-repeat center/cover;
}

.banner {
  padding: clamp(50px, 6.25vw, 100px) 0;
  background: var(--join__bg);
}
.banner .wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.banner .banner__title {
  max-width: 590px;
  color: #ffffff;
  margin-bottom: 22px;
}
.banner .banner__subtitle {
  max-width: 575px;
  color: var(--c-text-secondary);
  margin-bottom: clamp(24px, 3vw, 48px);
}

[data-theme=white_blue] .section__title::after, [data-theme=white_blue] .section__title::before {
  --section__title-icon1: url("../img/general/circle-reversed.svg") no-repeat center/contain;
}
[data-theme=white_blue] .section__title.reversed::after, [data-theme=white_blue] .section__title.reversed::before {
  --section__title-icon2: url("../img/general/circle.svg") no-repeat center/contain;
}

[data-theme=white_green] .section__title::after, [data-theme=white_green] .section__title::before {
  --section__title-icon1: url("../img/general/circle-reversed.svg") no-repeat center/contain;
}
[data-theme=white_green] .section__title.reversed::after, [data-theme=white_green] .section__title.reversed::before {
  --section__title-icon2: url("../img/general/circle.svg") no-repeat center/contain;
}

[data-theme=black_purple] .section__title::after, [data-theme=black_purple] .section__title::before {
  --section__title-icon1: url("../img/general/circle-light.svg") no-repeat center/contain;
}
[data-theme=black_purple] .section__title.reversed::after, [data-theme=black_purple] .section__title.reversed::before {
  --section__title-icon2: url("../img/general/circle.svg") no-repeat center/contain;
}

[data-theme=black_red] .section__title::after, [data-theme=black_red] .section__title::before {
  --section__title-icon1: url("../img/general/circle-light.svg") no-repeat center/contain;
}
[data-theme=black_red] .section__title.reversed::after, [data-theme=black_red] .section__title.reversed::before {
  --section__title-icon2: url("../img/general/circle.svg") no-repeat center/contain;
}

.section__title {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  width: fit-content;
}
.section__title.reversed::after, .section__title.reversed::before {
  background: var(--section__title-icon2);
}
.section__title.reversed p {
  color: #ffffff;
}
.section__title::after, .section__title::before {
  content: "";
  display: block;
  background: var(--section__title-icon1);
  width: 12px;
  aspect-ratio: 1;
}
.section__title p {
  color: var(--c-title);
  text-transform: uppercase;
  font-weight: 500;
  text-align: center;
}

[data-theme=white_blue] .intro {
  --intro-bg: url("../img/white_blue/accounts/intro__bg.webp") no-repeat center/cover;
}

[data-theme=white_green] .intro {
  --intro-bg: url("../img/white_green/accounts/intro__bg.webp") no-repeat center/cover;
}

[data-theme=black_purple] .intro {
  --intro-bg: url("../img/black_purple/accounts/intro__bg.webp") no-repeat center/cover;
}

[data-theme=black_red] .intro {
  --intro-bg: url("../img/black_red/accounts/intro__bg.webp") no-repeat center/cover;
}

.intro {
  background: var(--intro-bg);
  min-height: calc(100vh - 121px);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .intro {
    min-height: unset;
    padding: 70px 0;
  }
}
.intro .wrapper {
  text-align: center;
}
.intro .wrapper h1 {
  margin-bottom: clamp(20px, 2.5vw, 40px);
}
.intro .wrapper p {
  max-width: 521px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: clamp(25px, 3.125vw, 50px);
}
.intro .intro__btns {
  display: flex;
  justify-content: center;
  gap: 10px;
}
@media (max-width: 576px) {
  .intro .intro__btns {
    flex-direction: column;
    align-items: center;
  }
}

[data-theme=white_blue] .home-page .hero .hero__numbers {
  --hero__numbers-bg: url("../img/white_blue/home/hero__numbers-bg.webp") no-repeat center/cover;
}
[data-theme=white_blue] .home-page .wealthing {
  --wealthing__bg: url("../img/white_blue/home/wealthing__bg.webp") no-repeat center/cover;
}
[data-theme=white_blue] .home-page .horizons .horizons__item-info p:first-of-type::before {
  --circle-1: url("../img/general/circle.svg") no-repeat center/contain;
}
[data-theme=white_blue] .home-page .horizons .horizons__item-info.reversed p:first-of-type::before {
  --circle-2: url("../img/general/circle-reversed.svg") no-repeat center/contain;
}

[data-theme=white_green] .home-page .hero .hero__numbers {
  --hero__numbers-bg: url("../img/white_green/home/hero__numbers-bg.webp") no-repeat center/cover;
}
[data-theme=white_green] .home-page .wealthing {
  --wealthing__bg: url("../img/white_green/home/wealthing__bg.webp") no-repeat center/cover;
}
[data-theme=white_green] .home-page .horizons .horizons__item-info p:first-of-type::before {
  --circle-1: url("../img/general/circle.svg") no-repeat center/contain;
}
[data-theme=white_green] .home-page .horizons .horizons__item-info.reversed p:first-of-type::before {
  --circle-2: url("../img/general/circle-reversed.svg") no-repeat center/contain;
}

[data-theme=black_purple] .home-page .hero .hero__numbers {
  --hero__numbers-bg: url("../img/black_purple/home/hero__numbers-bg.webp") no-repeat center/cover;
}
[data-theme=black_purple] .home-page .wealthing {
  --wealthing__bg: url("../img/black_purple/home/wealthing__bg.webp") no-repeat center/cover;
}
[data-theme=black_purple] .home-page .horizons .horizons__item-info p:first-of-type::before {
  --circle-1: url("../img/general/circle.svg") no-repeat center/contain;
}
[data-theme=black_purple] .home-page .horizons .horizons__item-info.reversed p:first-of-type::before {
  --circle-2: url("../img/general/circle-light.svg") no-repeat center/contain;
}

[data-theme=black_red] .home-page .hero .hero__numbers {
  --hero__numbers-bg: url("../img/black_red/home/hero__numbers-bg.webp") no-repeat center/cover;
}
[data-theme=black_red] .home-page .wealthing {
  --wealthing__bg: url("../img/black_red/home/wealthing__bg.webp") no-repeat center/cover;
}
[data-theme=black_red] .home-page .horizons .horizons__item-info p:first-of-type::before {
  --circle-1: url("../img/general/circle.svg") no-repeat center/contain;
}
[data-theme=black_red] .home-page .horizons .horizons__item-info.reversed p:first-of-type::before {
  --circle-2: url("../img/general/circle-light.svg") no-repeat center/contain;
}

.home-page .hero .wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
@media (max-width: 1024px) {
  .home-page .hero .wrapper {
    grid-template-columns: 0.8fr;
    justify-content: center;
  }
}
@media (max-width: 576px) {
  .home-page .hero .wrapper {
    grid-template-columns: 1fr;
  }
}
.home-page .hero .hero__left {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.home-page .hero .hero__info {
  border-radius: 12px;
  background-color: var(--c-additional-1);
  padding: clamp(30px, 5.5vw, 80px) clamp(20px, 3.75vw, 55px);
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: center;
}
@media (max-width: 1024px) {
  .home-page .hero .hero__info {
    text-align: center;
    align-items: center;
  }
}
.home-page .hero .hero__info h1 {
  margin-bottom: clamp(18px, 2.1875vw, 35px);
}
.home-page .hero .hero__info p {
  margin-bottom: clamp(25px, 3.125vw, 50px);
}
.home-page .hero .hero__info-btns {
  display: flex;
  gap: 10px;
}
@media (max-width: 576px) {
  .home-page .hero .hero__info-btns {
    flex-direction: column;
    align-items: center;
  }
}
.home-page .hero .hero__numbers {
  background: var(--hero__numbers-bg);
  padding: clamp(18px, 2.5vw, 40px) clamp(12px, 1.25vw, 20px);
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  border-radius: 12px;
}
.home-page .hero .hero__numbers svg {
  flex-shrink: 0;
}
@media (max-width: 480px) {
  .home-page .hero .hero__numbers svg {
    display: none;
  }
}
@media (max-width: 1024px) {
  .home-page .hero .hero__numbers {
    padding: 20px 10px;
  }
}
@media (max-width: 480px) {
  .home-page .hero .hero__numbers {
    flex-direction: column;
    gap: 10px;
  }
}
.home-page .hero .hero__numbers-item {
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 10px;
  max-width: 161px;
  width: 100%;
}
.home-page .hero .hero__numbers-item span {
  color: var(--c-title);
  font-family: var(--f-family);
  font-size: clamp(22px, 2.375vw, 38px);
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -0.76px;
  color: #ffffff;
  font-weight: 700;
  letter-spacing: 0.76px;
}
.home-page .hero .hero__numbers-item p {
  font-size: clamp(13px, 1.3vw, 14px);
  color: #ffffff;
}
.home-page .hero .hero-picture {
  overflow: hidden;
  border-radius: 12px;
}
.home-page .markets .markets__panel {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .home-page .markets .markets__panel {
    flex-direction: column;
    align-items: center;
  }
}
.home-page .markets .markets__left {
  flex: 0 0 40.5%;
}
@media (max-width: 1024px) {
  .home-page .markets .markets__left {
    flex: 0 0 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.home-page .markets .markets__title {
  text-align: left;
}
@media (max-width: 1024px) {
  .home-page .markets .markets__title {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
}
.home-page .markets .markets__right {
  flex: 0 0 50%;
}
@media (max-width: 1024px) {
  .home-page .markets .markets__right {
    flex: 0 0 100%;
    width: 100%;
  }
}
.home-page .markets .markets__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
}
@media (max-width: 1024px) {
  .home-page .markets .markets__items {
    margin-top: 24px;
  }
}
@media (max-width: 576px) {
  .home-page .markets .markets__items {
    margin-top: 0;
    grid-template-columns: 1fr;
  }
}
.home-page .markets .markets__border--dashed {
  margin: clamp(16px, 1.82vw, 35px) 0;
  width: 100%;
  height: 1px;
  border-top: 1px dashed var(--c-border);
}
@media (max-width: 576px) {
  .home-page .markets .markets__border--dashed {
    display: none;
  }
}
.home-page .markets .markets__item {
  border: none;
  border-radius: 0;
  padding: 0;
}
.home-page .markets .markets__item svg {
  margin-left: 0;
  margin-bottom: clamp(24px, 3.125vw, 60px);
}
@media (max-width: 1024px) {
  .home-page .markets .markets__item svg {
    margin: 0 auto clamp(24px, 3.125vw, 60px);
  }
}
.home-page .markets .markets__item p {
  text-wrap: initial;
}
@media (max-width: 1024px) {
  .home-page .markets .markets__item {
    padding: 0 clamp(16px, 1.82vw, 35px);
    text-align: center;
  }
}
@media (max-width: 576px) {
  .home-page .markets .markets__item {
    margin-top: 32px;
  }
}
.home-page .markets .markets__item--border {
  border-left: 1px dashed var(--c-border);
  padding-left: clamp(16px, 1.82vw, 35px);
}
@media (max-width: 576px) {
  .home-page .markets .markets__item--border {
    border-left: none;
  }
}
.home-page .wealthing {
  padding: clamp(30px, 4.375vw, 60px) 0;
  background: var(--wealthing__bg);
}
.home-page .wealthing .wrapper {
  display: flex;
  justify-content: space-between;
  gap: clamp(30px, 3.75vw, 60px);
}
@media (max-width: 1024px) {
  .home-page .wealthing .wrapper {
    flex-direction: column;
    align-items: center;
  }
}
.home-page .wealthing .wealthing__info {
  flex: 1;
}
.home-page .wealthing .wealthing__title {
  margin-bottom: clamp(16px, 1.5vw, 24px);
}
.home-page .wealthing .wealthing__subtitle {
  margin-bottom: clamp(24px, 3.375vw, 54px);
  max-width: 628px;
}
.home-page .wealthing .wealthing__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-bottom: clamp(24px, 3.125vw, 50px);
}
@media (max-width: 576px) {
  .home-page .wealthing .wealthing__items {
    grid-template-columns: 1fr;
  }
}
.home-page .wealthing .wealthing__item {
  display: flex;
  gap: clamp(18px, 1.75vw, 28px);
}
.home-page .wealthing .wealthing__item span {
  color: var(--c-title);
  font-family: var(--f-family);
  font-size: clamp(19px, 1.75vw, 28px);
  font-weight: 500;
  line-height: 140.625%;
  letter-spacing: -0.56px;
  color: var(--c-primary);
}
.home-page .wealthing .wealthing__item h3 {
  margin-bottom: clamp(10px, 0.75vw, 12px);
}
.home-page .wealthing .wealthing__btns {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 576px) {
  .home-page .wealthing .wealthing__btns {
    flex-direction: column;
    align-items: start;
  }
}
.home-page .wealthing .wealthing__image {
  width: 30%;
}
@media (max-width: 1024px) {
  .home-page .wealthing .wealthing__image {
    width: 60%;
  }
}
@media (max-width: 576px) {
  .home-page .wealthing .wealthing__image {
    width: 80%;
  }
}
.home-page .horizons {
  padding-top: clamp(70px, 8.75vw, 140px);
}
.home-page .horizons .wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.home-page .horizons .horizons__title {
  max-width: 610px;
  text-align: center;
  margin-bottom: clamp(24px, 3.5vw, 56px);
}
.home-page .horizons .horizons__items {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 24px;
}
@media (max-width: 1024px) {
  .home-page .horizons .horizons__items {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .home-page .horizons .horizons__items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .home-page .horizons .horizons__items {
    display: flex;
    flex-direction: column;
  }
}
.home-page .horizons .horizons__item-info {
  border-radius: 12px;
  background: var(--c-primary);
  padding: clamp(12px, 1.5625vw, 25px) clamp(15px, 1.875vw, 30px) clamp(12px, 1.5625vw, 25px) clamp(10px, 1.25vw, 20px);
  display: flex;
  flex-direction: column;
}
.home-page .horizons .horizons__item-info.big {
  grid-column: span 2;
  position: relative;
  overflow: hidden;
}
@media (max-width: 576px) {
  .home-page .horizons .horizons__item-info.big {
    grid-column: unset;
  }
}
.home-page .horizons .horizons__item-info.big svg {
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
  height: 60%;
}
.home-page .horizons .horizons__item-info.big p {
  max-width: 454px;
}
.home-page .horizons .horizons__item-info p:first-of-type {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--c-white);
}
.home-page .horizons .horizons__item-info p:first-of-type::before {
  content: "";
  display: block;
  background: var(--circle-1);
  width: 12px;
  aspect-ratio: 1;
}
.home-page .horizons .horizons__item-info p:last-of-type {
  color: var(--c-white);
}
.home-page .horizons .horizons__item-info h4 {
  margin-top: auto;
  margin-bottom: 10px;
  color: var(--c-white);
}
.home-page .horizons .horizons__item-info.reversed {
  background: var(--c-additional-1);
}
.home-page .horizons .horizons__item-info.reversed h4 {
  color: var(--c-title);
}
.home-page .horizons .horizons__item-info.reversed p {
  color: var(--c-text);
}
.home-page .horizons .horizons__item-info.reversed p:first-of-type {
  color: var(--c-title);
}
.home-page .horizons .horizons__item-info.reversed p:first-of-type::before {
  background: var(--circle-2);
}
.home-page .horizons .horizons__image.big {
  grid-row: span 2;
}
@media (max-width: 576px) {
  .home-page .horizons .horizons__image.big {
    grid-row: unset;
  }
}
.home-page .horizons .horizons-picture {
  overflow: hidden;
  border-radius: 12px;
}
.home-page .presence {
  padding-top: clamp(70px, 8.75vw, 140px);
  padding-bottom: clamp(40px, 8.75vw, 140px);
}
.home-page .presence .wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
@media (max-width: 992px) {
  .home-page .presence .wrapper {
    grid-template-columns: 1fr;
  }
}
.home-page .presence .presence__info {
  border-radius: 12px;
  background: var(--c-additional-1);
  padding: clamp(20px, 2.5vw, 40px) clamp(27px, 3.4375vw, 55px);
}
.home-page .presence .presence__title {
  margin-bottom: clamp(24px, 3.5vw, 56px);
}
.home-page .presence .presence__content {
  display: flex;
  gap: 24px;
}
.home-page .presence .presence__items {
  display: flex;
  flex-direction: column;
  gap: clamp(18px, 2.1875vw, 35px);
}
.home-page .presence .presence__item {
  display: flex;
  gap: clamp(16px, 1.5vw, 24px);
}
.home-page .presence .presence__item:first-of-type .presence__item-dot::after {
  content: "";
  display: block;
  width: 1px;
  height: 150%;
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translate(-50%, 0%);
  background-color: var(--c-primary);
}
@media (max-width: 992px) {
  .home-page .presence .presence__item:first-of-type .presence__item-dot::after {
    display: none;
  }
}
.home-page .presence .presence__item:nth-of-type(2) .presence__item-dot::after {
  content: "";
  display: block;
  width: 1px;
  height: 150%;
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translate(-50%, 0%);
  background-color: var(--c-primary);
}
@media (max-width: 992px) {
  .home-page .presence .presence__item:nth-of-type(2) .presence__item-dot::after {
    display: none;
  }
}
.home-page .presence .presence__item-dot {
  flex-shrink: 0;
  margin-top: 1.6%;
  position: relative;
}
@media (max-width: 992px) {
  .home-page .presence .presence__item-dot {
    margin-top: 0.6%;
  }
}
.home-page .presence .presence__item-dot svg {
  z-index: 99;
  position: relative;
}
.home-page .presence .presence__item-info h4 {
  margin-bottom: 10px;
}

[data-theme=black_purple] .home-page .horizons .horizons__item-info p:first-of-type,
[data-theme=black_purple] .home-page .horizons .horizons__item-info h4,
[data-theme=black_red] .home-page .horizons .horizons__item-info p:first-of-type,
[data-theme=black_red] .home-page .horizons .horizons__item-info h4 {
  color: #ffffff;
}

[data-theme=black_purple] .home-page .horizons .horizons__item-info p:last-of-type,
[data-theme=black_red] .home-page .horizons .horizons__item-info p:last-of-type {
  color: #e0e0e0;
}

.tradeholic-theme {
  background: #ffffff;
}
.tradeholic-theme .tradeholic > .wrapper {
  padding-top: clamp(70px, 8.75vw, 140px);
}
.tradeholic-theme .tradeholic #btn-instr:not(:lang(ru-RU)) {
  display: none !important;
}
.tradeholic-theme .tradeholic h2,
.tradeholic-theme .tradeholic h3,
.tradeholic-theme .tradeholic h4,
.tradeholic-theme .tradeholic h5,
.tradeholic-theme .tradeholic h6 {
  color: var(--c-title-th);
  text-align: center;
  margin-bottom: clamp(24px, 3vw, 48px);
}
.tradeholic-theme .tradeholic .tradeholic-panel {
  display: flex;
  justify-content: space-between;
}
.tradeholic-theme .tradeholic .tradeholic-column {
  width: 48%;
}
.tradeholic-theme .tradeholic .th-field {
  background-color: var(--c-white);
  padding: 50px 0;
}
.tradeholic-theme .tradeholic .calc-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0 30px;
}
.tradeholic-theme .tradeholic .th__button {
  /* display: none !important; */
  cursor: pointer;
  box-sizing: border-box;
  max-width: 160px;
  width: 100%;
  padding: 10px 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  font-size: 15px;
  line-height: 22px;
  color: var(--c-white);
  background-color: #26b985;
  border-radius: 7px;
  border: 2px solid #26b985;
  transition: all 0.3s ease-in;
  margin: 25px 0 0 0;
}
.tradeholic-theme .tradeholic .th__button:hover {
  background-color: transparent;
  color: #26b985;
}
.tradeholic-theme .tradeholic .th__title {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2em;
  text-align: center;
  margin: 60px 0 20px 0;
  color: #000000;
}
.tradeholic-theme .tradeholic .mtop-96 {
  margin-top: clamp(48px, 6.8vw, 96px);
}

@media (max-width: 991px) {
  .tradeholic-theme .tradeholic .tradeholic-panel {
    flex-direction: column;
  }
  .tradeholic-theme .tradeholic .tradeholic-panel .tradeholic-column {
    width: 100%;
  }
}
[data-theme=white_blue] .account-page .platform {
  --platform__bg: url("../img/white_blue/accounts/platform__bg.webp") no-repeat center/cover;
}
[data-theme=white_blue] .account-page .trading .trading__item-title::before {
  --circle-reverse: url("../img/general/circle-reversed.svg") no-repeat center / contain;
}
[data-theme=white_blue] .account-page .trading .trading__item.reversed .trading__item-title::before {
  --circle-l: url("../img/general/circle.svg") no-repeat center/contain;
}

[data-theme=white_green] .account-page .platform {
  --platform__bg: url("../img/white_green/accounts/platform__bg.webp") no-repeat center/cover;
}
[data-theme=white_green] .account-page .trading .trading__item-title::before {
  --circle-reverse: url("../img/general/circle-reversed.svg") no-repeat center / contain;
}
[data-theme=white_green] .account-page .trading .trading__item.reversed .trading__item-title::before {
  --circle-l: url("../img/general/circle.svg") no-repeat center/contain;
}

[data-theme=black_purple] .account-page .platform {
  --platform__bg: url("../img/black_purple/accounts/platform__bg.webp") no-repeat center/cover;
}
[data-theme=black_purple] .account-page .trading .trading__item-title::before {
  --circle-reverse: url("../img/general/circle-light.svg") no-repeat center / contain;
}
[data-theme=black_purple] .account-page .trading .trading__item.reversed .trading__item-title::before {
  --circle-l: url("../img/general/circle.svg") no-repeat center/contain;
}

[data-theme=black_red] .account-page .platform {
  --platform__bg: url("../img/black_red/accounts/platform__bg.webp") no-repeat center/cover;
}
[data-theme=black_red] .account-page .trading .trading__item-title::before {
  --circle-reverse: url("../img/general/circle-light.svg") no-repeat center / contain;
}
[data-theme=black_red] .account-page .trading .trading__item.reversed .trading__item-title::before {
  --circle-l: url("../img/general/circle.svg") no-repeat center/contain;
}

.account-page .trading {
  padding: clamp(35px, 4.375vw, 70px) 0;
}
.account-page .trading .wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(20px, 1.5vw, 24px);
}
@media (max-width: 1024px) {
  .account-page .trading .wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .account-page .trading .wrapper {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 1024px) {
  .account-page .trading .trading__info {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
}
.account-page .trading .trading__info .section__title {
  margin-bottom: 10px;
}
.account-page .trading .trading__info h2 {
  margin-bottom: clamp(24px, 3vw, 48px);
}
.account-page .trading .trading__item {
  display: flex;
  flex-direction: column;
  background-color: var(--c-additional-1);
  border-radius: 12px;
  padding: clamp(18px, 1.5vw, 24px) clamp(20px, 1.75vw, 28px) clamp(18px, 1.5vw, 24px) clamp(14px, 1.125vw, 18px);
}
.account-page .trading .trading__item.reversed {
  background-color: var(--c-primary);
}
.account-page .trading .trading__item.reversed:has(svg.trading__item-svg) {
  position: relative;
}
.account-page .trading .trading__item.reversed:has(svg.trading__item-svg) svg.trading__item-svg {
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
  height: 36.5%;
}
.account-page .trading .trading__item.reversed .trading__item-title p {
  color: var(--c-white);
}
.account-page .trading .trading__item.reversed .trading__item-content h4 {
  color: var(--c-white);
}
.account-page .trading .trading__item.reversed .trading__item-content p {
  color: var(--c-white);
}
.account-page .trading .trading__item.reversed .trading__item-title::before {
  background: var(--circle-l);
}
.account-page .trading .trading__item-title {
  margin-bottom: clamp(50px, 8.75vw, 140px);
  display: flex;
  align-items: center;
  gap: 10px;
}
.account-page .trading .trading__item-title::before {
  content: "";
  display: block;
  background: var(--circle-reverse);
  width: 12px;
  aspect-ratio: 1;
}
.account-page .trading .trading__item-title p {
  color: var(--c-title);
}
.account-page .trading .trading__item-content {
  margin-top: auto;
}
.account-page .trading .trading__item-content h4 {
  margin-bottom: clamp(12px, 0.9375vw, 15px);
}
.account-page .trading .trading__image {
  border-radius: 8px;
}
.account-page .features {
  padding: clamp(35px, 4.375vw, 70px) 0;
}
.account-page .features .wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.account-page .features .features__title {
  max-width: 430px;
  margin: 0 auto;
  margin-bottom: clamp(24px, 3.5vw, 56px);
  text-align: center;
}
.account-page .features .features__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media (max-width: 992px) {
  .account-page .features .features__items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .account-page .features .features__items {
    grid-template-columns: 1fr;
  }
}
.account-page .features .features__item {
  padding: clamp(20px, 2.25vw, 36px) clamp(14px, 2vw, 32px);
  border-radius: 8px;
  border: 1px dashed var(--c-border);
  display: flex;
  gap: clamp(16px, 1.5vw, 24px);
}
.account-page .features .features__item svg {
  flex-shrink: 0;
}
.account-page .features .features__item-info h3 {
  margin-bottom: 10px;
}
.account-page .platform {
  padding-top: clamp(30px, 4.375vw, 60px);
  background: var(--platform__bg);
}
.account-page .platform .platform__info {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: clamp(20px, 2.5vw, 40px);
}
.account-page .platform .platform__info .section__title {
  margin-bottom: 10px;
}
.account-page .platform .platform__info .platform__info-title {
  margin-bottom: clamp(18px, 2.25vw, 36px);
}
.account-page .platform .platform__image {
  max-width: 1158px;
  margin: 0 auto;
}
.account-page .account {
  padding: clamp(70px, 8.75vw, 140px) 0;
}
.account-page .account .wrapper {
  display: flex;
  gap: clamp(20px, 2.125vw, 34px);
}
@media (max-width: 1024px) {
  .account-page .account .wrapper {
    flex-direction: column-reverse;
    align-items: center;
  }
}
.account-page .account .account__image {
  width: 48%;
}
@media (max-width: 1024px) {
  .account-page .account .account__image {
    width: 70%;
  }
}
@media (max-width: 767px) {
  .account-page .account .account__image {
    width: 90%;
  }
}
@media (max-width: 480px) {
  .account-page .account .account__image {
    width: 100%;
  }
}
.account-page .account .account__image img {
  object-fit: cover;
  border-radius: 8px;
}
.account-page .account .account__content {
  width: 37.8%;
}
@media (max-width: 1024px) {
  .account-page .account .account__content {
    width: 70%;
  }
}
@media (max-width: 767px) {
  .account-page .account .account__content {
    width: 90%;
  }
}
@media (max-width: 480px) {
  .account-page .account .account__content {
    width: 100%;
  }
}
.account-page .account .account__info {
  margin-bottom: clamp(24px, 2.25vw, 36px);
}
.account-page .account .account__info h2 {
  margin-bottom: clamp(20px, 2vw, 32px);
}
.account-page .account .account__items {
  display: flex;
  flex-direction: column;
  gap: clamp(16px, 1.375vw, 22px);
  margin-bottom: clamp(30px, 3vw, 48px);
}
.account-page .account .account__item {
  display: flex;
  gap: clamp(16px, 1.5vw, 24px);
}
.account-page .account .account__item svg {
  flex-shrink: 0;
}
.account-page .account .account__item-info h4 {
  margin-bottom: 8px;
  line-height: unset;
}
.account-page .account .account__btn {
  padding: clamp(10px, 0.75vw, 12px) clamp(20px, 2.3125vw, 37px);
}

.account-page-pro .features .features__items {
  margin-bottom: clamp(24px, 3vw, 48px);
}

[data-theme=black_purple] .account-page .trading .trading__item.reversed .trading__item-title p,
[data-theme=black_purple] .account-page .trading .trading__item.reversed .trading__item-content h4,
[data-theme=black_red] .account-page .trading .trading__item.reversed .trading__item-title p,
[data-theme=black_red] .account-page .trading .trading__item.reversed .trading__item-content h4 {
  color: #ffffff;
}

[data-theme=black_purple] .account-page .trading .trading__item.reversed .trading__item-content p,
[data-theme=black_red] .account-page .trading .trading__item.reversed .trading__item-content p {
  color: #e0e0e0;
}

[data-theme=white_blue] .intro {
  --intro-bg: url("../img/white_blue/accounts/intro__bg.webp") no-repeat center/cover;
}

[data-theme=white_green] .intro {
  --intro-bg: url("../img/white_green/accounts/intro__bg.webp") no-repeat center/cover;
}

[data-theme=black_purple] .intro {
  --intro-bg: url("../img/black_purple/accounts/intro__bg.webp") no-repeat center/cover;
}

[data-theme=black_red] .intro {
  --intro-bg: url("../img/black_red/accounts/intro__bg.webp") no-repeat center/cover;
}

.account-comparison-page .intro {
  background: var(--intro-bg);
  min-height: calc(100vh - 121px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.account-comparison-page .intro .wrapper {
  text-align: center;
}
.account-comparison-page .intro .wrapper h1 {
  margin-bottom: clamp(20px, 2.5vw, 40px);
}
.account-comparison-page .intro .wrapper p {
  max-width: 521px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: clamp(25px, 3.125vw, 50px);
}
.account-comparison-page .intro .intro__btns {
  display: flex;
  justify-content: center;
  gap: 10px;
}
@media (max-width: 576px) {
  .account-comparison-page .intro .intro__btns {
    flex-direction: column;
    align-items: center;
  }
}
.account-comparison-page .accounts {
  padding-top: clamp(70px, 8.75vw, 140px);
}
.account-comparison-page .accounts .section__title {
  margin: 0 auto;
  margin-bottom: 10px;
}
.account-comparison-page .accounts .accounts__title {
  max-width: 539px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: clamp(24px, 3.5vw, 56px);
}
.account-comparison-page .accounts .accounts__table {
  margin-bottom: clamp(30px, 3vw, 48px);
}
@media (max-width: 768px) {
  .account-comparison-page .accounts .accounts__table {
    overflow-y: auto;
  }
}
.account-comparison-page .accounts .accounts__table-title {
  display: flex;
  align-items: center;
}
.account-comparison-page .accounts .accounts__table-row {
  display: flex;
  justify-content: space-between;
  padding: clamp(14px, 1.125vw, 18px) clamp(20px, 2.5vw, 40px);
  border-radius: 8px;
  gap: 10px;
}
@media (max-width: 768px) {
  .account-comparison-page .accounts .accounts__table-row {
    min-width: 800px;
  }
}
@media (max-width: 768px) {
  .account-comparison-page .accounts .accounts__table-row > *:first-child {
    position: sticky;
    top: 0;
    left: 0;
  }
}
.account-comparison-page .accounts .accounts__table-row > * {
  max-width: 254px;
  width: 100%;
}
.account-comparison-page .accounts .accounts__table-row:nth-of-type(even) {
  background-color: var(--c-additional-1);
}
.account-comparison-page .accounts .accounts__table-row:nth-of-type(even) .accounts__table-label, .account-comparison-page .accounts .accounts__table-row:nth-of-type(even) .accounts__table-title {
  background-color: var(--c-additional-1);
}
.account-comparison-page .accounts .accounts__table-row:nth-of-type(odd) .accounts__table-label, .account-comparison-page .accounts .accounts__table-row:nth-of-type(odd) .accounts__table-title {
  background-color: var(--c-white);
}
.account-comparison-page .accounts .accounts__table-type {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(6px, 0.625vw, 10px);
  border-radius: 12px;
  background-color: var(--c-additional-1);
  padding: clamp(12px, 1.375vw, 2px) 0;
}
.account-comparison-page .accounts .accounts__table-type.advanced {
  background-color: var(--c-primary);
}
.account-comparison-page .accounts .accounts__table-type.advanced p, .account-comparison-page .accounts .accounts__table-type.advanced span {
  color: var(--c-white);
}
.account-comparison-page .accounts .accounts__table-type p {
  color: var(--c-title);
}
.account-comparison-page .accounts .accounts__table-type span {
  color: var(--c-title);
  font-family: var(--f-family);
  font-size: clamp(22px, 2.375vw, 38px);
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -0.76px;
  font-weight: 500;
  letter-spacing: -1.14px;
}
.account-comparison-page .accounts .accounts__table-label {
  display: flex;
  align-items: center;
}
.account-comparison-page .accounts .accounts__table-text {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}
.account-comparison-page .accounts .accounts__table-empty {
  display: flex;
  align-items: center;
  justify-content: center;
}
.account-comparison-page .accounts .accounts__buttons {
  display: flex;
  gap: 10px;
  justify-content: center;
}
.account-comparison-page .feedback {
  padding-top: 0;
}

[data-theme=black_purple] .account-comparison-page .accounts .accounts__table-type.advanced span,
[data-theme=black_purple] .account-comparison-page .accounts .accounts__table-type.advanced p,
[data-theme=black_red] .account-comparison-page .accounts .accounts__table-type.advanced span,
[data-theme=black_red] .account-comparison-page .accounts .accounts__table-type.advanced p {
  color: #ffffff;
}

[data-theme=black_purple] .account-page .trading .trading__item.reversed .trading__item-content p,
[data-theme=black_red] .account-page .trading .trading__item.reversed .trading__item-content p {
  color: #e0e0e0;
}

.funding-page .intro .wrapper {
  text-align: center;
}
@media (max-width: 1024px) {
  .funding-page .intro .wrapper {
    min-height: unset;
    padding: 70px 0;
  }
}
.funding-page .intro .wrapper h1 {
  margin-bottom: clamp(20px, 2.5vw, 40px);
}
.funding-page .intro .wrapper p {
  max-width: 650px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: clamp(25px, 3.125vw, 50px);
}
.funding-page .choose {
  padding: clamp(65px, 8.125vw, 130px) 0;
}
.funding-page .choose .wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .funding-page .choose .wrapper {
    flex-direction: column;
    gap: 30px;
  }
}
.funding-page .choose .choose__info {
  width: 32%;
}
@media (max-width: 1024px) {
  .funding-page .choose .choose__info {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
.funding-page .choose .choose__info h2 {
  margin-bottom: clamp(20px, 1.625vw, 26px);
}
.funding-page .choose .choose__items {
  width: 57.3%;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
@media (max-width: 1200px) {
  .funding-page .choose .choose__items {
    width: 60%;
  }
}
@media (max-width: 1024px) {
  .funding-page .choose .choose__items {
    width: 100%;
    justify-content: center;
  }
}
.funding-page .choose .choose__item {
  display: flex;
  align-items: center;
  gap: 9px;
  background-color: var(--c-additional-1);
  padding: clamp(9px, 0.75vw, 12px) clamp(12px, 1.125vw, 18px);
  border-radius: 8px;
}
@media (max-width: 576px) {
  .funding-page .choose .choose__item {
    width: 100%;
  }
}
.funding-page .choose .choose__item:last-of-type {
  width: 100%;
}
@media (max-width: 1024px) {
  .funding-page .choose .choose__item:last-of-type {
    width: fit-content;
  }
}
.funding-page .choose .choose__item span {
  color: var(--c-text);
  font-family: var(--f-family);
  font-size: clamp(15px, 1.125vw, 18px);
  font-weight: 400;
  line-height: 145%;
  text-wrap: balance;
  color: var(--c-primary);
  font-weight: 500;
  line-height: unset;
}
.funding-page .choose .choose__item p {
  color: var(--c-title);
}
.funding-page .advantages {
  padding-bottom: clamp(70px, 8.75vw, 140px);
}
.funding-page .advantages .wrapper {
  display: flex;
  gap: clamp(30px, 3.375vw, 54px);
}
@media (max-width: 1024px) {
  .funding-page .advantages .wrapper {
    flex-direction: column;
    align-items: center;
  }
}
.funding-page .advantages .advantages__image {
  width: 50.4%;
}
@media (max-width: 1024px) {
  .funding-page .advantages .advantages__image {
    width: 80%;
  }
}
@media (max-width: 480px) {
  .funding-page .advantages .advantages__image {
    width: 100%;
  }
}
.funding-page .advantages .advantages__info {
  width: 38.2%;
}
@media (max-width: 1024px) {
  .funding-page .advantages .advantages__info {
    width: 80%;
  }
}
@media (max-width: 480px) {
  .funding-page .advantages .advantages__info {
    width: 100%;
  }
}
.funding-page .advantages .advantages__info-title {
  margin-bottom: clamp(20px, 2vw, 32px);
}
.funding-page .advantages .advantages__info-subtitle {
  margin-bottom: clamp(24px, 2.25vw, 36px);
}
.funding-page .advantages .advantages__items {
  display: flex;
  flex-direction: column;
  gap: clamp(16px, 1.375vw, 22px);
}
.funding-page .advantages .advantages__item {
  display: flex;
  align-items: center;
  gap: clamp(16px, 1.5vw, 24px);
}
.funding-page .advantages .advantages__item p {
  color: var(--c-title);
}

.security-page .protect {
  padding-top: clamp(70px, 8.75vw, 140px);
  padding-bottom: clamp(70px, 8.75vw, 140px);
}
.security-page .protect .wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.security-page .protect__title {
  max-width: 578px;
  text-align: center;
  margin-bottom: clamp(24px, 3.5vw, 56px);
}
.security-page .protect__items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: 100%;
}
@media (max-width: 1024px) {
  .security-page .protect__items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .security-page .protect__items {
    grid-template-columns: 1fr;
  }
}
.security-page .protect__item {
  display: flex;
  flex-direction: column;
  padding: clamp(18px, 1.5vw, 24px);
  border: 1px dashed var(--c-border);
}
@media (min-width: 320px) {
  .security-page .protect__item:nth-of-type(1) {
    border-radius: 12px 12px 0 0;
  }
  .security-page .protect__item:nth-of-type(4) {
    border-radius: 0 0 12px 12px;
  }
}
@media (min-width: 577px) {
  .security-page .protect__item:nth-of-type(1) {
    border-radius: 12px 0 0 0;
  }
  .security-page .protect__item:nth-of-type(2) {
    border-radius: 0 12px 0 0;
  }
  .security-page .protect__item:nth-of-type(3) {
    border-radius: 0 0 0 12px;
  }
  .security-page .protect__item:nth-of-type(4) {
    border-radius: 0 0 12px 0;
  }
}
@media (min-width: 1025px) {
  .security-page .protect__item:nth-of-type(1) {
    border-radius: 12px 0 0 12px;
  }
  .security-page .protect__item:nth-of-type(2) {
    border-radius: unset;
  }
  .security-page .protect__item:nth-of-type(3) {
    border-radius: unset;
  }
  .security-page .protect__item:nth-of-type(4) {
    border-radius: 0 12px 12px 0;
  }
}
.security-page .protect__item svg {
  margin-bottom: clamp(50px, 6.5vw, 102px);
  margin-left: auto;
}
.security-page .protect__item h3 {
  margin-bottom: 6px;
}
.security-page .protect__item p {
  padding-right: clamp(0px, 1.25vw, 20px);
}
.security-page .security {
  padding-bottom: clamp(70px, 8.75vw, 140px);
}
.security-page .security .wrapper {
  display: flex;
  gap: clamp(20px, 3.375vw, 54px);
}
@media (max-width: 1024px) {
  .security-page .security .wrapper {
    flex-direction: column;
    align-items: center;
  }
}
.security-page .security .security__image {
  width: 50.4%;
}
@media (max-width: 1024px) {
  .security-page .security .security__image {
    width: 80%;
  }
}
@media (max-width: 480px) {
  .security-page .security .security__image {
    width: 100%;
  }
}
.security-page .security .security__info {
  width: 38.2%;
}
@media (max-width: 1024px) {
  .security-page .security .security__info {
    width: 80%;
  }
}
@media (max-width: 480px) {
  .security-page .security .security__info {
    width: 100%;
  }
}
.security-page .security .security__info-title {
  margin-bottom: clamp(20px, 2vw, 32px);
}
.security-page .security .security__info-subtitle {
  margin-bottom: clamp(24px, 2.25vw, 36px);
}
.security-page .security .security__items {
  display: flex;
  flex-direction: column;
  gap: clamp(16px, 1.375vw, 22px);
}
.security-page .security .security__item {
  display: flex;
  align-items: center;
  gap: clamp(16px, 1.5vw, 24px);
}
.security-page .security .security__item p {
  color: var(--c-title);
}

.service-page .trade {
  padding-top: clamp(65px, 8.125vw, 130px);
  padding-bottom: clamp(70px, 8.75vw, 140px);
}
.service-page .trade .trade__info {
  margin-bottom: clamp(24px, 3.5vw, 56px);
}
@media (max-width: 768px) {
  .service-page .trade .trade__info {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.service-page .trade .trade__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(18px, 1.5625vw, 25px);
}
@media (max-width: 768px) {
  .service-page .trade .trade__items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .service-page .trade .trade__items {
    grid-template-columns: 1fr;
  }
}
.service-page .trade .trade__item {
  background-color: var(--c-additional-1);
  border-radius: 12px;
  padding: 24px 18px;
  position: relative;
}
.service-page .trade .trade__item .trade__item-svg {
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
  height: 40.9%;
}
.service-page .trade .trade__item.accent {
  background-color: var(--c-primary);
}
.service-page .trade .trade__item.accent .trade__item-number,
.service-page .trade .trade__item.accent .trade__item-content h4,
.service-page .trade .trade__item.accent .trade__item-content p {
  color: var(--c-white);
}
@media (max-width: 768px) {
  .service-page .trade .trade__empty {
    display: none;
  }
}
.service-page .trade .trade__item-number {
  color: var(--c-text);
  font-family: var(--f-family);
  font-size: clamp(15px, 1.125vw, 18px);
  font-weight: 400;
  line-height: 145%;
  text-wrap: balance;
  display: block;
  color: var(--c-primary);
  margin-bottom: clamp(70px, 8.75vw, 140px);
}
.service-page .trade .trade__item-content {
  display: flex;
  flex-direction: column;
  gap: clamp(10px, 0.9375vw, 15px);
  margin-top: auto;
}
.service-page .trade .trade__image img {
  border-radius: 12px;
  object-fit: cover;
}
.service-page .performance {
  padding: clamp(70px, 8.75vw, 140px) 0 clamp(35px, 4.375vw, 70px) 0;
}
.service-page .performance .performance__info {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: clamp(30px, 3.5vw, 56px);
}
.service-page .performance .performance__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(16px, 1.5vw, 24px);
}
@media (max-width: 1024px) {
  .service-page .performance .performance__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .service-page .performance .performance__grid {
    grid-template-columns: 1fr;
  }
}
.service-page .performance .performance__col {
  display: grid;
  grid-template-rows: repeat(2, 1fr);
  gap: clamp(16px, 1.5vw, 24px);
}
.service-page .performance .performance__item {
  border-radius: 12px;
  border: 1px dashed var(--c-border);
  padding: clamp(16px, 1.5vw, 24px) clamp(20px, 2.125vw, 34px);
  display: flex;
  flex-direction: column;
}
.service-page .performance .performance__item h3 {
  margin-top: auto;
  margin-bottom: 6px;
}
@media (max-width: 1024px) {
  .service-page .performance .performance__item h3 {
    margin-top: clamp(30px, 2.5vw, 40px);
  }
}
@media (max-width: 1024px) {
  .service-page .performance .performance__image {
    grid-row: 2;
    grid-column: span 2;
  }
}
@media (max-width: 576px) {
  .service-page .performance .performance__image {
    grid-row: 3;
    grid-column: span 1;
  }
}
@media (max-width: 1024px) {
  .service-page .performance .performance__image img {
    max-width: 50%;
    margin: 0 auto;
  }
}
@media (max-width: 576px) {
  .service-page .performance .performance__image img {
    max-width: 75%;
  }
}
@media (max-width: 414px) {
  .service-page .performance .performance__image img {
    max-width: 100%;
  }
}
.service-page .pay {
  padding: clamp(35px, 4.375vw, 70px) 0 clamp(70px, 8.75vw, 140px) 0;
}
.service-page .pay .wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .service-page .pay .wrapper {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
}
.service-page .pay .pay__info {
  width: 27.5%;
}
@media (max-width: 1024px) {
  .service-page .pay .pay__info {
    margin: 0 auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.service-page .pay .pay__items {
  width: 57.4%;
  display: flex;
  flex-wrap: wrap;
  gap: clamp(12px, 1vw, 16px);
}
@media (max-width: 1024px) {
  .service-page .pay .pay__items {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 768px) {
  .service-page .pay .pay__items {
    width: 100%;
  }
}
.service-page .pay .pay__item {
  width: fit-content;
  border-radius: 12px;
  background: var(--c-additional-1);
  display: flex;
  align-items: center;
  gap: 9px;
  padding: clamp(9px, 0.75vw, 12px) clamp(12px, 1.125vw, 18px);
}
@media (max-width: 1024px) {
  .service-page .pay .pay__item {
    width: 100%;
  }
}
.service-page .pay .pay__item span {
  color: var(--c-text);
  font-family: var(--f-family);
  font-size: clamp(15px, 1.125vw, 18px);
  font-weight: 400;
  line-height: 145%;
  text-wrap: balance;
  color: var(--c-primary);
}
.service-page .pay .pay__item p {
  color: var(--c-title);
}
.service-page .banner .banner__title {
  max-width: unset;
}

[data-theme=black_purple] .service-page .trade .trade__item.accent .trade__item-content h4,
[data-theme=black_purple] .service-page .trade .trade__item.accent .trade__item-number,
[data-theme=black_red] .service-page .trade .trade__item.accent .trade__item-content h4,
[data-theme=black_red] .service-page .trade .trade__item.accent .trade__item-number {
  color: #fff;
}

[data-theme=black_purple] .service-page .trade .trade__item.accent .trade__item-content p,
[data-theme=black_red] .service-page .trade .trade__item.accent .trade__item-content p {
  color: #f5f5f5;
}

[data-theme=white_blue] .markets-page .trading .trading__item-title::before {
  --circle-reverse: url("../img/general/circle-reversed.svg") no-repeat center / contain;
}
[data-theme=white_blue] .markets-page .trading .trading__item.reversed .trading__item-title::before {
  --circle-l: url("../img/general/circle.svg") no-repeat center/contain;
}

[data-theme=white_green] .markets-page .trading .trading__item-title::before {
  --circle-reverse: url("../img/general/circle-reversed.svg") no-repeat center / contain;
}
[data-theme=white_green] .markets-page .trading .trading__item.reversed .trading__item-title::before {
  --circle-l: url("../img/general/circle.svg") no-repeat center/contain;
}

[data-theme=black_purple] .markets-page .trading .trading__item-title::before {
  --circle-reverse: url("../img/general/circle-light.svg") no-repeat center / contain;
}
[data-theme=black_purple] .markets-page .trading .trading__item.reversed .trading__item-title::before {
  --circle-l: url("../img/general/circle.svg") no-repeat center/contain;
}

[data-theme=black_red] .markets-page .trading .trading__item-title::before {
  --circle-reverse: url("../img/general/circle-light.svg") no-repeat center / contain;
}
[data-theme=black_red] .markets-page .trading .trading__item.reversed .trading__item-title::before {
  --circle-l: url("../img/general/circle.svg") no-repeat center/contain;
}

.markets-page .trading {
  padding: clamp(35px, 4.375vw, 70px) 0;
}
.markets-page .trading .wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(20px, 1.5vw, 24px);
}
@media (max-width: 1024px) {
  .markets-page .trading .wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .markets-page .trading .wrapper {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 1024px) {
  .markets-page .trading .trading__info {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
}
.markets-page .trading .trading__info .section__title {
  margin-bottom: 10px;
}
.markets-page .trading .trading__info h2 {
  margin-bottom: clamp(24px, 3vw, 48px);
}
.markets-page .trading .trading__item {
  display: flex;
  flex-direction: column;
  background-color: var(--c-additional-1);
  border-radius: 12px;
  padding: clamp(18px, 1.5vw, 24px) clamp(20px, 1.75vw, 28px) clamp(18px, 1.5vw, 24px) clamp(14px, 1.125vw, 18px);
}
.markets-page .trading .trading__item:has(svg.trading__item-svg) {
  position: relative;
}
.markets-page .trading .trading__item:has(svg.trading__item-svg) svg.trading__item-svg {
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
  height: 38.9%;
}
.markets-page .trading .trading__item.reversed {
  background-color: var(--c-primary);
}
.markets-page .trading .trading__item.reversed .trading__item-title p {
  color: var(--c-white);
}
.markets-page .trading .trading__item.reversed .trading__item-content h4 {
  color: var(--c-white);
}
.markets-page .trading .trading__item.reversed .trading__item-content p {
  color: var(--c-white);
}
.markets-page .trading .trading__item.reversed .trading__item-title::before {
  background: var(--circle-l);
}
.markets-page .trading .trading__item-title {
  margin-bottom: clamp(50px, 8.75vw, 140px);
  display: flex;
  align-items: center;
  gap: 10px;
}
.markets-page .trading .trading__item-title::before {
  content: "";
  display: block;
  background: var(--circle-reverse);
  width: 12px;
  aspect-ratio: 1;
}
.markets-page .trading .trading__item-title p {
  color: var(--c-title);
}
.markets-page .trading .trading__item-content {
  margin-top: auto;
}
.markets-page .trading .trading__item-content h4 {
  margin-bottom: clamp(12px, 0.9375vw, 15px);
}
.markets-page .trading .trading__image {
  border-radius: 8px;
}
.markets-page .benefits {
  padding: clamp(35px, 4.375vw, 70px) 0;
}
.markets-page .benefits .benefits__info {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: clamp(30px, 3.5vw, 56px);
  text-align: center;
}
.markets-page .benefits .swiper {
  height: clamp(380px, 44vw, 503px);
  padding-bottom: 60px;
}
.markets-page .benefits .swiper .swiper-pagination-bullet {
  transition: 0.3s ease-in;
  width: 10px;
  height: 10px;
}
.markets-page .benefits .swiper .swiper-pagination-bullet:not(.swiper-pagination-bullet-active):hover {
  background-color: var(--c-primary);
  width: 35px;
  height: 10px;
  border-radius: 13px;
  opacity: 0.6;
}
.markets-page .benefits .swiper .swiper-pagination-bullet-active {
  background-color: var(--c-primary);
  width: 75px;
  height: 10px;
  border-radius: 13px;
}
.markets-page .benefits .swiper-slide {
  border-radius: 12px;
  border: 1px dashed var(--c-border);
  padding: clamp(18px, 1.625vw, 26px);
  display: flex;
  flex-direction: column;
}
.markets-page .benefits .swiper-slide.image {
  padding: 0;
  border: unset;
}
.markets-page .benefits .swiper-slide.image img {
  object-fit: cover;
  border-radius: 12px;
}
.markets-page .benefits .swiper-slide h3 {
  margin-top: auto;
  margin-bottom: clamp(10px, 0.875vw, 14px);
}

[data-theme=black_purple] .markets-page .trading .trading__item.reversed .trading__item-title p,
[data-theme=black_purple] .markets-page .trading .trading__item.reversed .trading__item-content h4,
[data-theme=black_red] .markets-page .trading .trading__item.reversed .trading__item-title p,
[data-theme=black_red] .markets-page .trading .trading__item.reversed .trading__item-content h4 {
  color: #ffffff;
}

[data-theme=black_purple] .markets-page .trading .trading__item.reversed .trading__item-content p,
[data-theme=black_red] .markets-page .trading .trading__item.reversed .trading__item-content p {
  color: #f5f5f5;
}

.crypto-page .trade {
  padding-top: clamp(70px, 8.75vw, 140px);
  padding-bottom: clamp(70px, 8.75vw, 140px);
}
.crypto-page .trade .wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.crypto-page .trade__title {
  max-width: 578px;
  text-align: center;
  margin-bottom: clamp(24px, 3.5vw, 56px);
}
.crypto-page .trade__items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: 100%;
}
@media (max-width: 1024px) {
  .crypto-page .trade__items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .crypto-page .trade__items {
    grid-template-columns: 1fr;
  }
}
.crypto-page .trade__item {
  display: flex;
  flex-direction: column;
  padding: clamp(18px, 1.5vw, 24px);
  border: 1px dashed var(--c-border);
}
@media (min-width: 320px) {
  .crypto-page .trade__item:nth-of-type(1) {
    border-radius: 12px 12px 0 0;
  }
  .crypto-page .trade__item:nth-of-type(4) {
    border-radius: 0 0 12px 12px;
  }
}
@media (min-width: 577px) {
  .crypto-page .trade__item:nth-of-type(1) {
    border-radius: 12px 0 0 0;
  }
  .crypto-page .trade__item:nth-of-type(2) {
    border-radius: 0 12px 0 0;
  }
  .crypto-page .trade__item:nth-of-type(3) {
    border-radius: 0 0 0 12px;
  }
  .crypto-page .trade__item:nth-of-type(4) {
    border-radius: 0 0 12px 0;
  }
}
@media (min-width: 1025px) {
  .crypto-page .trade__item:nth-of-type(1) {
    border-radius: 12px 0 0 12px;
  }
  .crypto-page .trade__item:nth-of-type(2) {
    border-radius: unset;
  }
  .crypto-page .trade__item:nth-of-type(3) {
    border-radius: unset;
  }
  .crypto-page .trade__item:nth-of-type(4) {
    border-radius: 0 12px 12px 0;
  }
}
.crypto-page .trade__item svg {
  margin-bottom: clamp(50px, 6.5vw, 102px);
  margin-left: auto;
}
.crypto-page .trade__item h3 {
  margin-bottom: 6px;
}
.crypto-page .trade__item p {
  padding-right: clamp(0px, 1.25vw, 20px);
}
.crypto-page .favorites {
  padding-top: clamp(70px, 8.75vw, 140px);
}
.crypto-page .favorites .favorites__info {
  margin-bottom: clamp(30px, 3.5vw, 56px);
}
.crypto-page .favorites .favorites__items {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(16px, 1.5vw, 24px);
  justify-content: space-between;
  margin-bottom: clamp(28px, 2.375vw, 38px);
}
.crypto-page .favorites .favorites__item {
  display: flex;
  gap: clamp(10px, 0.875vw, 14px);
  background-color: var(--c-additional-1);
  border-radius: 12px;
  padding: clamp(20px, 2.5vw, 40px) clamp(18px, 2.1875vw, 35px);
  max-width: 49%;
  width: 100%;
}
@media (max-width: 1024px) {
  .crypto-page .favorites .favorites__item {
    max-width: 48%;
  }
}
@media (max-width: 576px) {
  .crypto-page .favorites .favorites__item {
    max-width: 100%;
  }
}
.crypto-page .favorites .favorites__item.small {
  max-width: 32%;
}
@media (max-width: 1024px) {
  .crypto-page .favorites .favorites__item.small {
    max-width: 48%;
  }
}
@media (max-width: 576px) {
  .crypto-page .favorites .favorites__item.small {
    max-width: 100%;
  }
}
.crypto-page .favorites .favorites__item.reversed {
  background-color: var(--c-primary);
}
.crypto-page .favorites .favorites__item.reversed h5, .crypto-page .favorites .favorites__item.reversed p {
  color: var(--c-white);
}
.crypto-page .favorites .favorites__item svg {
  flex-shrink: 0;
}
.crypto-page .favorites .favorites__item-content {
  display: flex;
  flex-direction: column;
  gap: clamp(10px, 0.9375vw, 15px);
}
.crypto-page .favorites .favorites__subtitle {
  font-size: clamp(14px, 1vw, 16px);
  font-weight: 300;
}

[data-theme=black_purple] .crypto-page .favorites .favorites__item.reversed h5,
[data-theme=black_red] .crypto-page .favorites .favorites__item.reversed h5 {
  color: #ffffff;
}

[data-theme=black_purple] .crypto-page .favorites .favorites__item.reversed p,
[data-theme=black_red] .crypto-page .favorites .favorites__item.reversed p {
  color: #e3e3e3;
}

.platform-page .tools {
  padding: clamp(70px, 8.75vw, 140px) 0 clamp(35px, 4.375vw, 70px) 0;
}
.platform-page .tools .tools__info {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: clamp(30px, 3.5vw, 56px);
}
.platform-page .tools .tools__info h2 {
  max-width: 459px;
  text-align: center;
}
.platform-page .tools .tools__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(16px, 1.5vw, 24px);
}
@media (max-width: 768px) {
  .platform-page .tools .tools__items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .platform-page .tools .tools__items {
    grid-template-columns: 1fr;
  }
}
.platform-page .tools .tools__item {
  border-radius: 12px;
  border: 1px dashed var(--c-border);
  padding: clamp(24px, 2.25vw, 36px) clamp(18px, 2.125vw, 34px);
  display: flex;
  gap: clamp(18px, 1.625vw, 26px);
}
.platform-page .tools .tools__item svg {
  flex-shrink: 0;
  width: clamp(30px, 2.375vw, 38px);
  height: clamp(30px, 2.375vw, 38px);
}
.platform-page .tools .tools__item-info h3 {
  margin-bottom: 10px;
  line-height: unset;
}
.platform-page .experience {
  padding: clamp(35px, 4.375vw, 70px) 0;
}
.platform-page .experience .experience__info {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: clamp(30px, 3.5vw, 56px);
}
.platform-page .experience .experience__info h2 {
  max-width: 416px;
}
.platform-page .experience .experience__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(16px, 1.5vw, 24px);
}
@media (max-width: 1024px) {
  .platform-page .experience .experience__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .platform-page .experience .experience__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 414px) {
  .platform-page .experience .experience__grid {
    grid-template-columns: 1fr;
  }
}
.platform-page .experience .experience__image img {
  object-fit: cover;
  border-radius: 12px;
}
.platform-page .experience .experience__item {
  border-radius: 12px;
  background-color: var(--c-additional-1);
  padding: clamp(18px, 1.75vw, 28px) clamp(14px, 1vw, 16px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 414px) {
  .platform-page .experience .experience__item {
    gap: 30px;
  }
}
.platform-page .experience .experience__item.accent-hard {
  background-color: var(--c-primary-dark);
}
.platform-page .experience .experience__item.accent-hard h4 {
  color: var(--c-white);
}
.platform-page .experience .experience__item.accent-hard p {
  color: var(--c-text2);
}
.platform-page .experience .experience__item.accent-light {
  background-color: var(--c-primary);
}
.platform-page .experience .experience__item.accent-light h4 {
  color: var(--c-white);
}
.platform-page .experience .experience__item.accent-light p {
  color: var(--c-text2);
}

[data-theme=black_purple] .platform-page .experience .experience__item.accent-hard h4,
[data-theme=black_purple] .platform-page .experience .experience__item.accent-light h4,
[data-theme=black_red] .platform-page .experience .experience__item.accent-hard h4,
[data-theme=black_red] .platform-page .experience .experience__item.accent-light h4 {
  color: #ffffff;
}

[data-theme=black_purple] .platform-page .experience .experience__item.accent-light p,
[data-theme=black_purple] .platform-page .experience .experience__item.accent-hard p,
[data-theme=black_red] .platform-page .experience .experience__item.accent-light p,
[data-theme=black_red] .platform-page .experience .experience__item.accent-hard p {
  color: #e3e3e3;
}

.mobile-trading-page .features {
  padding: clamp(70px, 8.75vw, 140px) 0 clamp(35px, 4.375vw, 70px) 0;
}
.mobile-trading-page .features .features__info {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: clamp(30px, 3.5vw, 56px);
  text-align: center;
}
.mobile-trading-page .features .features__items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(16px, 1.5vw, 24px);
}
@media (max-width: 992px) {
  .mobile-trading-page .features .features__items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .mobile-trading-page .features .features__items {
    grid-template-columns: 1fr;
  }
}
.mobile-trading-page .features .features__item {
  border-radius: 12px;
  background-color: var(--c-additional-1);
  padding: clamp(18px, 1.625vw, 26px);
  display: flex;
  flex-direction: column;
}
.mobile-trading-page .features .features__item.reversed {
  background-color: var(--c-primary);
}
.mobile-trading-page .features .features__item.reversed h3, .mobile-trading-page .features .features__item.reversed p {
  color: var(--c-white);
}
.mobile-trading-page .features .features__item svg {
  margin-bottom: clamp(36px, 8.2vw, 104px);
}
.mobile-trading-page .features .features__item h3 {
  margin-bottom: clamp(6px, 0.625vw, 10px);
}
.mobile-trading-page .lifestyle {
  padding: clamp(70px, 8.75vw, 140px) 0;
}
.mobile-trading-page .lifestyle .wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(16px, 1.4375vw, 23px);
}
@media (max-width: 992px) {
  .mobile-trading-page .lifestyle .wrapper {
    grid-template-columns: 0.8fr;
    justify-content: center;
  }
}
@media (max-width: 576px) {
  .mobile-trading-page .lifestyle .wrapper {
    grid-template-columns: 1fr;
  }
}
.mobile-trading-page .lifestyle .lifestyle__info {
  background-color: var(--c-additional-1);
  padding: clamp(20px, 2.5vw, 40px) clamp(14px, 1.625vw, 26px);
  border-radius: 12px;
  display: flex;
  flex-direction: column;
}
.mobile-trading-page .lifestyle .lifestyle__items {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  gap: clamp(12px, 1.125vw, 18px);
}
@media (max-width: 992px) {
  .mobile-trading-page .lifestyle .lifestyle__items {
    margin-top: 40px;
  }
}
.mobile-trading-page .lifestyle .lifestyle__items li {
  border-radius: 12px;
  border: 1px solid var(--c-primary);
  padding: clamp(6px, 0.5625vw, 9px) clamp(12px, 1.125vw, 18px);
  width: fit-content;
}
.mobile-trading-page .lifestyle .lifestyle__items li p {
  color: var(--c-primary);
}
.mobile-trading-page .lifestyle .lifestyle__image img {
  object-fit: cover;
  border-radius: 12px;
}

[data-theme=black_purple] .mobile-trading-page .features .features__item.reversed h3,
[data-theme=black_red] .mobile-trading-page .features .features__item.reversed h3 {
  color: #ffffff;
}

[data-theme=black_purple] .mobile-trading-page .features .features__item.reversed p,
[data-theme=black_red] .mobile-trading-page .features .features__item.reversed p {
  color: #e3e3e3;
}

.not-found {
  padding: 0;
  display: flex;
  height: 100vh;
  /* Beyond mobile */
  /* Animations */
}
.not-found .container-paper {
  display: grid;
  grid-gap: 3em 1.5em;
  margin: auto;
  max-width: 40em;
  padding: 3em 0;
  text-align: center;
  width: calc(100% - 3em);
}
@media (max-width: 768px) {
  .not-found .container-paper {
    justify-items: center !important;
  }
}
.not-found .paper {
  display: block;
  margin: auto;
  overflow: visible;
  width: 100%;
  max-width: 224px;
  height: auto;
}
.not-found .paper__fill {
  fill: hsl(0deg, 0%, 100%);
}
.not-found .paper__outline, .not-found .paper__lines {
  transition: stroke 0.3s;
}
.not-found .paper__top, .not-found .paper__bottom, .not-found .paper__tear, .not-found .paper__tear-fill {
  animation: paperTop 1.25s cubic-bezier(0.77, 0, 0.18, 1);
}
.not-found .paper__top, .not-found .paper__bottom {
  transform-origin: 0 148px;
  transition: transform 0.3s cubic-bezier(0.77, 0, 0.18, 1);
}
.not-found .paper__top {
  transform: translate(0, 8px);
}
.not-found .paper__bottom {
  animation-name: paperBottom;
  transform: translate(0, 42px);
}
.not-found .paper__tear, .not-found .paper__tear-fill {
  animation-timing-function: cubic-bezier(0.32, 0, 0.67, 0);
}
.not-found .paper__tear {
  animation-name: paperTear;
  stroke-dashoffset: 0;
}
.not-found .paper__tear-fill {
  animation-name: paperTearFill;
}
.not-found .paper__outline:hover .paper__top, .not-found .paper__outline:hover .paper__bottom {
  transform: translate(0, 25px);
}
.not-found .text-1 {
  margin-bottom: clamp(12px, 1.5625vw, 25px);
}
@media (min-width: 768px) {
  .not-found .container-paper {
    grid-template-columns: 1fr 2fr;
    align-items: center;
    text-align: left;
  }
  .not-found .paper {
    max-width: 300px;
  }
}
@keyframes paperTop {
  from, 40% {
    animation-timing-function: cubic-bezier(0.32, 0, 0.67, 0);
    transform: translate(0, 25px) rotate(0);
    transform-origin: 61px 148px;
  }
  70% {
    animation-timing-function: cubic-bezier(0.33, 1, 0.67, 1.5);
    transform: translate(0, 25px) rotate(-5deg);
    transform-origin: 61px 148px;
  }
  to {
    transform: translate(0, 8px) rotate(0);
    transform-origin: 0 148px;
  }
}
@keyframes paperBottom {
  from, 40% {
    animation-timing-function: cubic-bezier(0.32, 0, 0.67, 0);
    transform: translate(0, 25px) rotate(0);
    transform-origin: 61px 148px;
  }
  70% {
    animation-timing-function: cubic-bezier(0.33, 1, 0.67, 1.5);
    transform: translate(0, 25px) rotate(5deg);
    transform-origin: 61px 148px;
  }
  to {
    transform: translate(0, 42px) rotate(0);
    transform-origin: 0 148px;
  }
}
@keyframes paperTear {
  from, 40% {
    stroke-dashoffset: -198;
  }
  70%, to {
    stroke-dashoffset: 0;
  }
}
@keyframes paperTearFill {
  from, 40% {
    width: 187px;
  }
  70%, to {
    width: 0;
  }
}

[data-theme=white_blue] .why-page .global {
  --global__bg: url("../img/white_blue/why-we/global__bg.webp") no-repeat center/cover;
}

[data-theme=white_green] .why-page .global {
  --global__bg: url("../img/white_green/why-we/global__bg.webp") no-repeat center/cover;
}

[data-theme=black_purple] .why-page .global {
  --global__bg: url("../img/black_purple/why-we/global__bg.webp") no-repeat center/cover;
}

[data-theme=black_red] .why-page .global {
  --global__bg: url("../img/black_red/why-we/global__bg.webp") no-repeat center/cover;
}

.why-page .facts {
  padding: clamp(70px, 8.75vw, 140px) 0 clamp(35px, 4.375vw, 70px) 0;
}
.why-page .facts .facts__info {
  margin-bottom: clamp(30px, 3.5vw, 56px);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.why-page .facts .facts__items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 768px) {
  .why-page .facts .facts__items {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}
@media (max-width: 414px) {
  .why-page .facts .facts__items {
    grid-template-columns: 1fr;
  }
}
.why-page .facts .facts__item {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: clamp(10px, 0.875vw, 14px);
  position: relative;
}
.why-page .facts .facts__item:last-of-type::before {
  content: unset;
}
.why-page .facts .facts__item::before {
  content: "";
  border-right: 1px dashed var(--c-border);
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  height: 70%;
  width: 1px;
}
@media (max-width: 768px) {
  .why-page .facts .facts__item::before {
    content: unset;
  }
}
.why-page .facts .facts__item span {
  color: var(--c-primary);
  font-family: var(--f-family);
  font-size: clamp(24px, 3.625vw, 58px);
  font-weight: 600;
  letter-spacing: -1.74px;
}
.why-page .proof {
  padding: clamp(70px, 8.75vw, 140px) 0;
}
.why-page .proof .proof__info {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: clamp(30px, 3.5vw, 56px);
}
.why-page .proof .proof__items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(16px, 1.5vw, 24px);
}
@media (max-width: 768px) {
  .why-page .proof .proof__items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .why-page .proof .proof__items {
    grid-template-columns: 1fr;
  }
}
.why-page .proof .proof__item {
  background-color: var(--c-additional-1);
  border-radius: 12px;
  padding: clamp(14px, 1.25vw, 20px);
}
.why-page .proof .proof__item:nth-of-type(odd) {
  background-color: var(--c-additional-2);
}
.why-page .proof .proof__item svg {
  margin-bottom: clamp(16px, 1.25vw, 20px);
}
.why-page .reasons {
  padding: clamp(35px, 4.375vw, 70px) 0 clamp(70px, 8.75vw, 140px) 0;
}
.why-page .reasons .reasons__info {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: clamp(30px, 3.5vw, 56px);
}
.why-page .reasons .reasons__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(16px, 1.5vw, 24px);
}
@media (max-width: 992px) {
  .why-page .reasons .reasons__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .why-page .reasons .reasons__grid {
    grid-template-columns: 1fr;
  }
}
.why-page .reasons .reasons__item {
  background: var(--c-additional-1);
  border-radius: 12px;
  padding: clamp(20px, 2.5vw, 40px) clamp(16px, 1.5vw, 24px);
}
@media (max-width: 576px) {
  .why-page .reasons .reasons__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
.why-page .reasons .reasons__item:first-of-type {
  grid-column: span 2;
  position: relative;
}
@media (max-width: 992px) {
  .why-page .reasons .reasons__item:first-of-type {
    grid-column: span 1;
  }
}
.why-page .reasons .reasons__item:first-of-type svg {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 8.7vw;
  height: 8.7vw;
  min-width: 60px;
  min-height: 60px;
}
.why-page .reasons .reasons__item:nth-of-type(2) {
  background: var(--c-additional-2);
  grid-row: span 2;
  display: flex;
  flex-direction: column;
}
.why-page .reasons .reasons__item:nth-of-type(2) svg {
  margin: 0 auto;
  margin-top: auto;
}
@media (max-width: 576px) {
  .why-page .reasons .reasons__item:nth-of-type(2) svg {
    margin-top: 20px;
  }
}
.why-page .reasons .reasons__item:nth-of-type(5) {
  background: var(--c-additional-2);
}
.why-page .reasons .reasons__item:last-of-type {
  background: var(--c-primary);
}
.why-page .reasons .reasons__item:last-of-type h4,
.why-page .reasons .reasons__item:last-of-type p {
  color: var(--c-white);
}
.why-page .reasons .reasons__item h4 {
  margin-bottom: clamp(11px, 0.875vw, 14px);
  position: relative;
  z-index: 1;
}
.why-page .reasons .reasons__item p {
  max-width: 360px;
  position: relative;
  z-index: 1;
}
.why-page .global {
  padding: clamp(40px, 5vw, 80px) 0 clamp(130px, 23.125vw, 370px) 0;
  background: var(--global__bg);
}
.why-page .global .wrapper {
  color: var(--c-white);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.why-page .global .global__title {
  color: var(--c-white);
  margin-bottom: clamp(18px, 1.375vw, 22px);
}
.why-page .global .global__subtitle {
  color: var(--c-text-secondary);
  max-width: 575px;
}
.why-page .banner .banner__title {
  max-width: unset;
}

[data-theme=black_purple] .why-page .reasons .reasons__item:last-of-type h4,
[data-theme=black_purple] .why-page .global .global__title,
[data-theme=black_red] .why-page .reasons .reasons__item:last-of-type h4,
[data-theme=black_red] .why-page .global .global__title {
  color: #ffffff;
}

[data-theme=black_purple] .why-page .reasons .reasons__item:last-of-type p,
[data-theme=black_red] .why-page .reasons .reasons__item:last-of-type p {
  color: #e3e3e3;
}

.partners-page .partners {
  padding: clamp(70px, 8.75vw, 140px) 0;
}
.partners-page .partners .partners__info {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: clamp(30px, 3.5vw, 56px);
}
.partners-page .partners .partners__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(16px, 1.5vw, 24px);
}
@media (max-width: 992px) {
  .partners-page .partners .partners__items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .partners-page .partners .partners__items {
    grid-template-columns: 1fr;
  }
}
.partners-page .partners .partners__item {
  padding: 26px;
  background-color: var(--c-additional-1);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.partners-page .partners .partners__item img {
  width: fit-content;
  height: min-content;
}

.help-page .assistance {
  padding: clamp(100px, 12.5vw, 200px) 0 clamp(70px, 8.75vw, 140px) 0;
}
.help-page .assistance .assistance__info {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: clamp(30px, 3.5vw, 56px);
}
.help-page .assistance .assistance__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(16px, 1.5vw, 24px);
}
@media (max-width: 768px) {
  .help-page .assistance .assistance__items {
    grid-template-columns: 1fr;
  }
}
.help-page .assistance .assistance__item {
  border-radius: 12px;
  border: 1px dashed var(--c-border);
  padding: clamp(20px, 1.75vw, 28px) 20px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.help-page .assistance .assistance__item-icon {
  background-color: var(--c-additional-2);
  border-radius: 50%;
  width: 35px;
  aspect-ratio: 1;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: clamp(10px, 0.875vw, 14px);
}
.help-page .assistance .field-items {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.help-page .assistance .field-items span {
  color: var(--c-text);
  font-family: var(--f-family);
  font-size: clamp(15px, 1.125vw, 18px);
  font-weight: 400;
  line-height: 145%;
  text-wrap: balance;
  text-align: center;
}
.help-page .assistance .field-item {
  display: flex;
  align-items: center;
  gap: 3px;
}

.docs-page .legal .legal-docs {
  padding: clamp(70px, 8.75vw, 140px) 0;
}
.docs-page .legal .legal-docs .legal-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(16px, 1.5vw, 24px);
}
@media (max-width: 768px) {
  .docs-page .legal .legal-docs .legal-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .docs-page .legal .legal-docs .legal-list {
    grid-template-columns: 1fr;
  }
}
.docs-page .legal .legal-docs .legal-item {
  background-color: var(--c-additional-1);
  padding: clamp(18px, 1.5vw, 24px) clamp(20px, 1.875vw, 30px);
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.docs-page .legal .legal-docs .legal-item h4 {
  margin-bottom: clamp(12px, 1vw, 16px);
}
.docs-page .legal .legal-docs .legal-item p {
  margin-bottom: clamp(16px, 1.625vw, 26px);
}
.docs-page .legal .legal-docs .legal-item a {
  color: var(--c-primary);
  display: flex;
  align-items: center;
  gap: 4px;
}
.docs-page .legal .legal-docs .legal-icon {
  width: 64px;
  aspect-ratio: 1;
  margin-bottom: clamp(14px, 1.25vw, 20px);
}
.docs-page .docs {
  padding: clamp(70px, 8.75vw, 140px) 0;
}
.docs-page .docs .tabs {
  display: grid;
  grid-template-columns: 0.63fr 1.37fr;
  grid-column-gap: clamp(30px, 4.375vw, 60px);
  position: relative;
  z-index: 20;
}
@media (max-width: 1200px) {
  .docs-page .docs .tabs {
    grid-column-gap: 50px;
  }
}
@media (max-width: 992px) {
  .docs-page .docs .tabs {
    grid-template-columns: 1fr;
  }
}
.docs-page .docs .tabs__nav {
  height: fit-content;
  overflow: hidden;
  border-radius: 24px 0 0 24px;
  padding: 16px 0;
}
@media (max-width: 992px) {
  .docs-page .docs .tabs__nav {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 20px;
  }
}
@media (max-width: 576px) {
  .docs-page .docs .tabs__nav {
    grid-template-columns: 1fr;
  }
}
.docs-page .docs .tabs__content p,
.docs-page .docs .tabs__content li,
.docs-page .docs .tabs__content span {
  color: var(--c-text);
  font-family: var(--f-family);
  font-size: clamp(15px, 1.125vw, 18px);
  font-weight: 400;
  line-height: 145%;
  text-wrap: balance;
  margin-top: 12px;
  text-wrap: initial;
  cursor: auto;
}
.docs-page .docs .tabs-nav__item {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 18px;
  cursor: pointer;
  margin: 0;
  text-wrap: initial;
  font-size: clamp(16px, 1.39vw, 20px);
  letter-spacing: 0;
  color: var(--c-text);
  border-radius: 8px;
}
@media (max-width: 992px) {
  .docs-page .docs .tabs-nav__item {
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    padding: 16px;
  }
}
.docs-page .docs .tabs-nav__item.is-active {
  background: var(--c-primary-btn-active);
  color: var(--c-text2);
}
.docs-page .docs .tabs-nav__item:not(.is-active):hover {
  background: var(--c-primary-btn-active);
  color: var(--c-text2);
}
.docs-page .docs .tabs-nav__item .tabs__content {
  position: relative;
}
@media (max-width: 992px) {
  .docs-page .docs .tabs-nav__item .tabs__content {
    margin-top: 30px;
    padding: 0;
  }
}
.docs-page .docs .tab {
  display: none;
  transition: var(--transition-main);
}
@media (max-width: 992px) {
  .docs-page .docs .tab {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
}
.docs-page .docs .tab.is-active {
  display: block;
}
.docs-page .docs .tab__title {
  color: var(--c-title);
  font-family: var(--f-family);
  font-size: clamp(22px, 2.375vw, 38px);
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -0.76px;
  color: var(--c-text);
  margin-bottom: 24px;
  letter-spacing: 0;
}
.docs-page .docs .tab__heading {
  color: var(--c-text);
  color: var(--c-title);
  font-family: var(--f-family);
  font-size: clamp(22px, 2.375vw, 38px);
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -0.76px;
  letter-spacing: 0;
}
.docs-page .docs .tab_description {
  color: var(--c-text);
  font-family: var(--f-family);
  font-size: clamp(15px, 1.125vw, 18px);
  font-weight: 400;
  line-height: 145%;
  text-wrap: balance;
  margin-top: 0;
  color: var(--c-text);
  text-wrap: initial;
}
.docs-page .docs .tab__step {
  color: var(--c-text);
  font-family: var(--f-family);
  font-size: clamp(15px, 1.125vw, 18px);
  font-weight: 400;
  line-height: 145%;
  text-wrap: balance;
  margin-top: 0 !important;
  color: var(--c-text);
  text-wrap: initial;
}
.docs-page .docs span {
  color: var(--c-text);
}

.careers-page .opportunity {
  padding-top: clamp(70px, 8.75vw, 140px);
}
.careers-page .opportunity .opportunity__info {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: clamp(30px, 3.5vw, 56px);
}
.careers-page .opportunity .opportunity__table {
  margin-bottom: clamp(30px, 3.5vw, 56px);
}
@media (max-width: 768px) {
  .careers-page .opportunity .opportunity__table {
    overflow-y: auto;
  }
}
.careers-page .opportunity .opportunity__table-head {
  display: grid;
  grid-template-columns: 200px repeat(4, 1fr);
  padding: clamp(24px, 2.125vw, 34px) clamp(20px, 3.125vw, 50px);
  background-color: var(--c-primary);
  border-radius: 12px;
}
@media (max-width: 992px) {
  .careers-page .opportunity .opportunity__table-head {
    grid-template-columns: 160px repeat(4, 1fr);
  }
}
@media (max-width: 768px) {
  .careers-page .opportunity .opportunity__table-head {
    grid-template-columns: 160px repeat(4, 150px);
    width: max-content;
  }
}
.careers-page .opportunity .opportunity__table-head h4 {
  color: var(--c-white);
  text-align: center;
}
.careers-page .opportunity .opportunity__table-row {
  display: grid;
  grid-template-columns: 200px repeat(4, 1fr);
  padding: clamp(24px, 2.125vw, 34px) clamp(20px, 3.125vw, 50px);
}
@media (max-width: 992px) {
  .careers-page .opportunity .opportunity__table-row {
    grid-template-columns: 160px repeat(4, 1fr);
  }
}
@media (max-width: 768px) {
  .careers-page .opportunity .opportunity__table-row {
    grid-template-columns: 160px repeat(4, 150px);
    width: max-content;
  }
}
.careers-page .opportunity .opportunity__table-row:nth-of-type(odd) {
  background-color: var(--c-additional-1);
  border-radius: 12px;
}
.careers-page .opportunity .opportunity__table-row p {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.careers-page .opportunity .opportunity__bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: clamp(18px, 1.625vw, 26px);
}
.careers-page .opportunity .opportunity__bottom p {
  max-width: 269px;
}
.careers-page .cv {
  padding-top: clamp(70px, 8.75vw, 140px);
}
.careers-page .cv .wrapper {
  background: var(--c-additional-1);
  padding: clamp(24px, 3.25vw, 52px);
  border-radius: 12px;
}
.careers-page .cv .cv__form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(20px, 2vw, 32px);
}
@media (max-width: 576px) {
  .careers-page .cv .cv__form {
    grid-template-columns: 1fr;
  }
}
.careers-page .cv .cv__form button[type=submit] {
  grid-column: span 2;
  width: 100%;
  cursor: pointer;
  transition: opacity 0.3s ease-in;
}
@media (max-width: 576px) {
  .careers-page .cv .cv__form button[type=submit] {
    grid-column: span 1;
  }
}
.careers-page .cv .cv__form button[type=submit]:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.careers-page .cv .cv__title {
  margin-bottom: clamp(24px, 3.5vw, 56px);
}
.careers-page .cv .cv__field {
  display: flex;
  flex-direction: column;
}
.careers-page .cv .cv__field label {
  color: var(--c-title);
  font-family: var(--f-family);
  font-size: clamp(16px, 1.25vw, 20px);
  font-weight: 500;
  line-height: 140.625%;
  margin-bottom: clamp(12px, 1.125vw, 18px);
}
.careers-page .cv .cv__field label.required::after {
  content: "*";
  color: var(--c-error);
}
.careers-page .cv .cv__field input,
.careers-page .cv .cv__field textarea {
  outline: unset;
  border: unset;
  background-color: var(--input-bg);
  padding: clamp(11px, 0.9375vw, 15px) clamp(16px, 1.5vw, 24px);
  border-radius: 12px;
  color: var(--c-text);
  font-family: var(--f-family);
  font-size: clamp(15px, 1.125vw, 18px);
  font-weight: 400;
  line-height: 145%;
  text-wrap: balance;
}
.careers-page .cv .cv__field textarea {
  resize: none;
  height: clamp(110px, 9.8125vw, 157px);
}
.careers-page .cv .cv__field-message {
  grid-column: span 2;
}
@media (max-width: 576px) {
  .careers-page .cv .cv__field-message {
    grid-column: span 1;
  }
}
.careers-page .cv .cv__field-file {
  grid-column: span 2;
}
@media (max-width: 576px) {
  .careers-page .cv .cv__field-file {
    grid-column: span 1;
  }
}
.careers-page .cv .cv__field-confirmation {
  display: flex;
  align-items: center;
  gap: clamp(10px, 0.875vw, 14px);
}
.careers-page .cv .cv__field-confirmation .check {
  width: clamp(20px, 1.75vw, 28px);
  flex-shrink: 0;
  aspect-ratio: 1;
  border-radius: 4px;
  border: 1px solid var(--c-border);
  position: relative;
  cursor: pointer;
}
.careers-page .cv .cv__field-confirmation .check.active::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  height: 80%;
  background-color: var(--c-primary);
  border-radius: 4px;
}
.careers-page .cv .cv__field-confirmation p.required::after {
  content: "*";
  color: var(--c-error);
}
.careers-page .cv .cv__file-wrapper {
  position: relative;
  margin-bottom: clamp(12px, 1.125vw, 18px);
}
.careers-page .cv .cv__file-wrapper .file-name {
  position: absolute;
  top: 12px;
  right: 12px;
  color: var(--c-text);
  font-family: var(--f-family);
  font-size: clamp(14px, 1vw, 16px);
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.32px;
  text-transform: uppercase;
  text-wrap: balance;
}
.careers-page .cv .cv__file-wrapper .cv__file-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 12px;
  border: 1px dashed var(--c-border);
  padding: clamp(23px, 2.1875vw, 35px);
}
.careers-page .cv .cv__file-wrapper .cv__file-content svg {
  margin-bottom: 8px;
}
.careers-page .cv .cv__file-wrapper .cv__file-content p {
  color: var(--c-title);
  font-family: var(--f-family);
  font-size: clamp(16px, 1.25vw, 20px);
  font-weight: 500;
  line-height: 140.625%;
  color: var(--c-text);
}
.careers-page .cv .cv__file-wrapper .cv__file-content span {
  color: var(--c-text);
  font-family: var(--f-family);
  font-size: clamp(14px, 1vw, 16px);
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.32px;
  text-transform: uppercase;
  text-wrap: balance;
  font-weight: 300;
}
.careers-page .cv .cv__file-wrapper input[type=file] {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.careers-page .cv .select-wrapper {
  position: relative;
  width: 100%;
}
.careers-page .cv .select-wrapper .select {
  position: relative;
  cursor: pointer;
  user-select: none;
}
.careers-page .cv .select-wrapper .select__trigger {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: var(--input-bg);
  padding: clamp(11px, 0.9375vw, 15px) clamp(16px, 1.5vw, 24px);
  border-radius: 12px;
}
.careers-page .cv .select-wrapper .select__trigger span {
  color: var(--c-text);
  font-family: var(--f-family);
  font-size: clamp(15px, 1.125vw, 18px);
  font-weight: 400;
  line-height: 145%;
  text-wrap: balance;
}
.careers-page .cv .select-wrapper .arrow {
  transition: transform 0.3s;
}
.careers-page .cv .select-wrapper .select.open .arrow {
  transform: rotate(180deg);
}
.careers-page .cv .select-wrapper .options {
  position: absolute;
  top: 110%;
  left: 0;
  background: var(--input-bg);
  border-top: none;
  border-radius: 12px;
  display: none;
  flex-direction: column;
  z-index: 100;
  border-top: unset;
  border: 1px solid rgba(0, 0, 0, 0.1);
  width: 100%;
}
.careers-page .cv .select-wrapper .select.open .options {
  display: flex;
}
.careers-page .cv .select-wrapper .option {
  padding: 12px 16px;
  color: var(--c-text);
  font-family: var(--f-family);
  font-size: clamp(14px, 1vw, 16px);
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.32px;
  text-transform: uppercase;
  text-wrap: balance;
  text-transform: none;
  cursor: pointer;
}
.careers-page .cv .select-wrapper .option:hover,
.careers-page .cv .select-wrapper .option.selected {
  background-color: var(--c-additional-1);
}

[data-theme=black_purple] .careers-page .opportunity .opportunity__table-head h4,
[data-theme=black_purple] .careers-page .opportunity .opportunity__table-row p,
[data-theme=black_red] .careers-page .opportunity .opportunity__table-head h4,
[data-theme=black_red] .careers-page .opportunity .opportunity__table-row p {
  color: #ffffff;
}
