@import url(https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);
@charset "UTF-8";
.tradingview-widget-copyright {
  display: none;
}

button {
  border: none;
  outline: none;
  background: unset;
}

* {
  margin: 0;
  padding: 0;
}

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;
}

/*! 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;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* 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;
}

/**
 * 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;
}

[data-theme=dd1] .bg-forex, [data-theme=dd2] .bg-forex, [data-theme=ld1] .bg-forex, [data-theme=ld2] .bg-forex {
  --text-forex-bg: url(../img/general/forex_bg.jpg);
}
[data-theme=dd1] .bg-crypto, [data-theme=dd2] .bg-crypto, [data-theme=ld1] .bg-crypto, [data-theme=ld2] .bg-crypto {
  --text-crypto-bg: url(../img/general/crypto_bg.jpg);
}
[data-theme=dd1] .bg-commodities, [data-theme=dd2] .bg-commodities, [data-theme=ld1] .bg-commodities, [data-theme=ld2] .bg-commodities {
  --text-commodities-bg: url(../img/general/commodities_bg.jpg);
}
[data-theme=dd1] .bg-shares, [data-theme=dd2] .bg-shares, [data-theme=ld1] .bg-shares, [data-theme=ld2] .bg-shares {
  --text-shares-bg: url(../img/general/shares_bg.jpg);
}
[data-theme=dd1] .bg-metals, [data-theme=dd2] .bg-metals, [data-theme=ld1] .bg-metals, [data-theme=ld2] .bg-metals {
  --text-metals-bg: url(../img/general/metals_bg.jpg);
}
[data-theme=dd1] .bg-energy, [data-theme=dd2] .bg-energy, [data-theme=ld1] .bg-energy, [data-theme=ld2] .bg-energy {
  --text-energy-bg: url(../img/general/energy_bg.jpg);
}
[data-theme=dd1] .bg-indices, [data-theme=dd2] .bg-indices, [data-theme=ld1] .bg-indices, [data-theme=ld2] .bg-indices {
  --text-indices-bg: url(../img/general/indices_bg.jpg);
}

[data-theme=dd1] .brand-bg {
  --brand-lay-bg: url(../img/dd1/verification/step_30.png);
}
[data-theme=dd1] .brand-bg {
  --brand-lay2-bg: url(../img/dd1/verification/step_31.png);
}
[data-theme=dd1] .brand-bg {
  --brand-lay3-bg: url(../img/dd1/verification/step_32.png);
}
[data-theme=dd1] .brand-stroke {
  --brand-stroke-bg: url(../img/dd1/verification/stroke.png);
}

[data-theme=dd2] .brand-bg {
  --brand-lay-bg: url(../img/dd2/verification/step_30.png);
}
[data-theme=dd2] .brand-bg {
  --brand-lay2-bg: url(../img/dd2/verification/step_31.png);
}
[data-theme=dd2] .brand-bg {
  --brand-lay3-bg: url(../img/dd2/verification/step_32.png);
}
[data-theme=dd2] .brand-stroke {
  --brand-stroke-bg: url(../img/dd2/verification/stroke.png);
}

[data-theme=ld1] .brand-bg {
  --brand-lay-bg: url(../img/ld1/verification/step_30.png);
}
[data-theme=ld1] .brand-bg {
  --brand-lay2-bg: url(../img/ld1/verification/step_31.png);
}
[data-theme=ld1] .brand-bg {
  --brand-lay3-bg: url(../img/ld1/verification/step_32.png);
}
[data-theme=ld1] .brand-stroke {
  --brand-stroke-bg: url(../img/ld1/verification/stroke.png);
}

[data-theme=ld2] .brand-bg {
  --brand-lay-bg: url(../img/ld2/verification/step_30.png);
}
[data-theme=ld2] .brand-bg {
  --brand-lay2-bg: url(../img/ld2/verification/step_31.png);
}
[data-theme=ld2] .brand-bg {
  --brand-lay3-bg: url(../img/ld2/verification/step_32.png);
}
[data-theme=ld2] .brand-stroke {
  --brand-stroke-bg: url(../img/ld2/verification/stroke.png);
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@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 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);
  }
}
/* Анімація для елемента з класом .text-forex з вендорними префіксами */
@-moz-keyframes textForex {
  0% {
    color: transparent;
    -moz-text-stroke-width: 1px;
    -moz-text-stroke-color: var(--market-border);
  }
  10% {
    color: transparent;
    -moz-text-stroke-width: 1px;
    -moz-text-stroke-color: var(--market-border);
    text-shadow: 0 4px 6px rgba(0, 0, 0, 0.4);
  }
  80% {
    color: transparent;
    -moz-text-stroke-width: 1px;
    -moz-text-stroke-color: var(--market-border);
    text-shadow: 0 4px 6px rgba(0, 0, 0, 0.4);
  }
  81% {
    background-image: var(--text-forex-bg);
    background-position-y: 50%;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
    color: transparent;
  }
  100% {
    background-image: var(--text-forex-bg);
    background-position-y: 50%;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
    color: transparent;
  }
}
@-o-keyframes textForex {
  0% {
    color: transparent;
    -o-text-stroke-width: 1px;
    -o-text-stroke-color: var(--market-border);
  }
  10% {
    color: transparent;
    -o-text-stroke-width: 1px;
    -o-text-stroke-color: var(--market-border);
    text-shadow: 0 4px 6px rgba(0, 0, 0, 0.4);
  }
  80% {
    color: transparent;
    -o-text-stroke-width: 1px;
    -o-text-stroke-color: var(--market-border);
    text-shadow: 0 4px 6px rgba(0, 0, 0, 0.4);
  }
  81% {
    background-image: var(--text-forex-bg);
    background-position-y: 50%;
    -o-background-clip: text;
    -o-text-fill-color: transparent;
    color: transparent;
  }
  100% {
    background-image: var(--text-forex-bg);
    background-position-y: 50%;
    -o-background-clip: text;
    -o-text-fill-color: transparent;
    color: transparent;
  }
}
@keyframes textForex {
  0% {
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--market-border);
  }
  10% {
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--market-border);
    text-shadow: 0 4px 6px rgba(0, 0, 0, 0.4);
  }
  80% {
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--market-border);
    text-shadow: 0 4px 6px rgba(0, 0, 0, 0.4);
  }
  81% {
    background-image: var(--text-forex-bg);
    background-position-y: 50%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
  }
  100% {
    background-image: var(--text-forex-bg);
    background-position-y: 50%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
  }
}
@keyframes textForex {
  0% {
    color: transparent;
    text-stroke-width: 1px;
    text-stroke-color: var(--market-border);
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--market-border);
  }
  10% {
    color: transparent;
    text-stroke-width: 1px;
    text-stroke-color: var(--market-border);
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--market-border);
    text-shadow: 0 4px 6px rgba(0, 0, 0, 0.4);
  }
  80% {
    color: transparent;
    text-stroke-width: 1px;
    text-stroke-color: var(--market-border);
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--market-border);
    text-shadow: 0 4px 6px rgba(0, 0, 0, 0.4);
  }
  81% {
    background-image: var(--text-forex-bg);
    background-position-y: 50%;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
  }
  100% {
    background-image: var(--text-forex-bg);
    background-position-y: 50%;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
  }
}
@-moz-keyframes TextCryptocurrencies {
  0% {
    color: transparent;
    -moz-text-stroke-width: 1px;
    -moz-text-stroke-color: var(--market-border);
  }
  10% {
    color: transparent;
    -moz-text-stroke-width: 1px;
    -moz-text-stroke-color: var(--market-border);
    text-shadow: 0 4px 6px rgba(0, 0, 0, 0.4);
  }
  80% {
    color: transparent;
    -moz-text-stroke-width: 1px;
    -moz-text-stroke-color: var(--market-border);
    text-shadow: 0 4px 6px rgba(0, 0, 0, 0.4);
  }
  81% {
    background-image: var(--text-crypto-bg);
    background-position-y: 50%;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
    color: transparent;
  }
  100% {
    background-image: var(--text-crypto-bg);
    background-position-y: 50%;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
    color: transparent;
  }
}
@-o-keyframes TextCryptocurrencies {
  0% {
    color: transparent;
    -o-text-stroke-width: 1px;
    -o-text-stroke-color: var(--market-border);
  }
  10% {
    color: transparent;
    -o-text-stroke-width: 1px;
    -o-text-stroke-color: var(--market-border);
    text-shadow: 0 4px 6px rgba(0, 0, 0, 0.4);
  }
  80% {
    color: transparent;
    -o-text-stroke-width: 1px;
    -o-text-stroke-color: var(--market-border);
    text-shadow: 0 4px 6px rgba(0, 0, 0, 0.4);
  }
  81% {
    background-image: var(--text-crypto-bg);
    background-position-y: 50%;
    -o-background-clip: text;
    -o-text-fill-color: transparent;
    color: transparent;
  }
  100% {
    background-image: var(--text-crypto-bg);
    background-position-y: 50%;
    -o-background-clip: text;
    -o-text-fill-color: transparent;
    color: transparent;
  }
}
@keyframes TextCryptocurrencies {
  0% {
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--market-border);
  }
  10% {
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--market-border);
    text-shadow: 0 4px 6px rgba(0, 0, 0, 0.4);
  }
  80% {
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--market-border);
    text-shadow: 0 4px 6px rgba(0, 0, 0, 0.4);
  }
  81% {
    background-image: var(--text-crypto-bg);
    background-position-y: 50%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
  }
  100% {
    background-image: var(--text-crypto-bg);
    background-position-y: 50%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
  }
}
@keyframes TextCryptocurrencies {
  0% {
    color: transparent;
    text-stroke-width: 1px;
    text-stroke-color: var(--market-border);
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--market-border);
  }
  10% {
    color: transparent;
    text-stroke-width: 1px;
    text-stroke-color: var(--market-border);
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--market-border);
    text-shadow: 0 4px 6px rgba(0, 0, 0, 0.4);
  }
  80% {
    color: transparent;
    text-stroke-width: 1px;
    text-stroke-color: var(--market-border);
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--market-border);
    text-shadow: 0 4px 6px rgba(0, 0, 0, 0.4);
  }
  81% {
    background-image: var(--text-crypto-bg);
    background-position-y: 50%;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
  }
  100% {
    background-image: var(--text-crypto-bg);
    background-position-y: 50%;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
  }
}
/* Анімація для елемента з класом .text-commodities з вендорними префіксами */
@-moz-keyframes TextCommodities {
  0% {
    color: transparent;
    -moz-text-stroke-width: 1px;
    -moz-text-stroke-color: var(--market-border);
  }
  10% {
    color: transparent;
    -moz-text-stroke-width: 1px;
    -moz-text-stroke-color: var(--market-border);
    text-shadow: 0 4px 6px rgba(0, 0, 0, 0.4);
  }
  80% {
    color: transparent;
    -moz-text-stroke-width: 1px;
    -moz-text-stroke-color: var(--market-border);
    text-shadow: 0 4px 6px rgba(0, 0, 0, 0.4);
  }
  81% {
    background-image: var(--text-commodities-bg);
    background-position-y: 50%;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
    color: transparent;
  }
  100% {
    background-image: var(--text-commodities-bg);
    background-position-y: 50%;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
    color: transparent;
  }
}
@-o-keyframes TextCommodities {
  0% {
    color: transparent;
    -o-text-stroke-width: 1px;
    -o-text-stroke-color: var(--market-border);
  }
  10% {
    color: transparent;
    -o-text-stroke-width: 1px;
    -o-text-stroke-color: var(--market-border);
    text-shadow: 0 4px 6px rgba(0, 0, 0, 0.4);
  }
  80% {
    color: transparent;
    -o-text-stroke-width: 1px;
    -o-text-stroke-color: var(--market-border);
    text-shadow: 0 4px 6px rgba(0, 0, 0, 0.4);
  }
  81% {
    background-image: var(--text-commodities-bg);
    background-position-y: 50%;
    -o-background-clip: text;
    -o-text-fill-color: transparent;
    color: transparent;
  }
  100% {
    background-image: var(--text-commodities-bg);
    background-position-y: 50%;
    -o-background-clip: text;
    -o-text-fill-color: transparent;
    color: transparent;
  }
}
@keyframes TextCommodities {
  0% {
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--market-border);
  }
  10% {
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--market-border);
    text-shadow: 0 4px 6px rgba(0, 0, 0, 0.4);
  }
  80% {
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--market-border);
    text-shadow: 0 4px 6px rgba(0, 0, 0, 0.4);
  }
  81% {
    background-image: var(--text-commodities-bg);
    background-position-y: 50%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
  }
  100% {
    background-image: var(--text-commodities-bg);
    background-position-y: 50%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
  }
}
@keyframes TextCommodities {
  0% {
    color: transparent;
    text-stroke-width: 1px;
    text-stroke-color: var(--market-border);
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--market-border);
  }
  10% {
    color: transparent;
    text-stroke-width: 1px;
    text-stroke-color: var(--market-border);
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--market-border);
    text-shadow: 0 4px 6px rgba(0, 0, 0, 0.4);
  }
  80% {
    color: transparent;
    text-stroke-width: 1px;
    text-stroke-color: var(--market-border);
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--market-border);
    text-shadow: 0 4px 6px rgba(0, 0, 0, 0.4);
  }
  81% {
    background-image: var(--text-commodities-bg);
    background-position-y: 50%;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
  }
  100% {
    background-image: var(--text-commodities-bg);
    background-position-y: 50%;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
  }
}
/* Анімація для елемента з класом .text-shares з вендорними префіксами */
@-moz-keyframes TextShares {
  0% {
    color: transparent;
    -moz-text-stroke-width: 1px;
    -moz-text-stroke-color: var(--market-border);
  }
  10% {
    color: transparent;
    -moz-text-stroke-width: 1px;
    -moz-text-stroke-color: var(--market-border);
    text-shadow: 0 4px 6px rgba(0, 0, 0, 0.4);
  }
  80% {
    color: transparent;
    -moz-text-stroke-width: 1px;
    -moz-text-stroke-color: var(--market-border);
    text-shadow: 0 4px 6px rgba(0, 0, 0, 0.4);
  }
  81% {
    background-image: var(--text-shares-bg);
    background-position-y: 50%;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
    color: transparent;
  }
  100% {
    background-image: var(--text-shares-bg);
    background-position-y: 50%;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
    color: transparent;
  }
}
@-o-keyframes TextShares {
  0% {
    color: transparent;
    -o-text-stroke-width: 1px;
    -o-text-stroke-color: var(--market-border);
  }
  10% {
    color: transparent;
    -o-text-stroke-width: 1px;
    -o-text-stroke-color: var(--market-border);
    text-shadow: 0 4px 6px rgba(0, 0, 0, 0.4);
  }
  80% {
    color: transparent;
    -o-text-stroke-width: 1px;
    -o-text-stroke-color: var(--market-border);
    text-shadow: 0 4px 6px rgba(0, 0, 0, 0.4);
  }
  81% {
    background-image: var(--text-shares-bg);
    background-position-y: 50%;
    -o-background-clip: text;
    -o-text-fill-color: transparent;
    color: transparent;
  }
  100% {
    background-image: var(--text-shares-bg);
    background-position-y: 50%;
    -o-background-clip: text;
    -o-text-fill-color: transparent;
    color: transparent;
  }
}
@keyframes TextShares {
  0% {
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--market-border);
  }
  10% {
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--market-border);
    text-shadow: 0 4px 6px rgba(0, 0, 0, 0.4);
  }
  80% {
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--market-border);
    text-shadow: 0 4px 6px rgba(0, 0, 0, 0.4);
  }
  81% {
    background-image: var(--text-shares-bg);
    background-position-y: 50%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
  }
  100% {
    background-image: var(--text-shares-bg);
    background-position-y: 50%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
  }
}
@keyframes TextShares {
  0% {
    color: transparent;
    text-stroke-width: 1px;
    text-stroke-color: var(--market-border);
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--market-border);
  }
  10% {
    color: transparent;
    text-stroke-width: 1px;
    text-stroke-color: var(--market-border);
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--market-border);
    text-shadow: 0 4px 6px rgba(0, 0, 0, 0.4);
  }
  80% {
    color: transparent;
    text-stroke-width: 1px;
    text-stroke-color: var(--market-border);
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--market-border);
    text-shadow: 0 4px 6px rgba(0, 0, 0, 0.4);
  }
  81% {
    background-image: var(--text-shares-bg);
    background-position-y: 50%;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
  }
  100% {
    background-image: var(--text-shares-bg);
    background-position-y: 50%;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
  }
}
/* Анімація для елемента з класом .text-metals з вендорними префіксами */
@-moz-keyframes TextMetals {
  0% {
    color: transparent;
    -moz-text-stroke-width: 1px;
    -moz-text-stroke-color: var(--market-border);
  }
  10% {
    color: transparent;
    -moz-text-stroke-width: 1px;
    -moz-text-stroke-color: var(--market-border);
    text-shadow: 0 4px 6px rgba(0, 0, 0, 0.4);
  }
  80% {
    color: transparent;
    -moz-text-stroke-width: 1px;
    -moz-text-stroke-color: var(--market-border);
    text-shadow: 0 4px 6px rgba(0, 0, 0, 0.4);
  }
  81% {
    background-image: var(--text-metals-bg);
    background-position-y: 50%;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
    color: transparent;
  }
  100% {
    background-image: var(--text-metals-bg);
    background-position-y: 50%;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
    color: transparent;
  }
}
@-o-keyframes TextMetals {
  0% {
    color: transparent;
    -o-text-stroke-width: 1px;
    -o-text-stroke-color: var(--market-border);
  }
  10% {
    color: transparent;
    -o-text-stroke-width: 1px;
    -o-text-stroke-color: var(--market-border);
    text-shadow: 0 4px 6px rgba(0, 0, 0, 0.4);
  }
  80% {
    color: transparent;
    -o-text-stroke-width: 1px;
    -o-text-stroke-color: var(--market-border);
    text-shadow: 0 4px 6px rgba(0, 0, 0, 0.4);
  }
  81% {
    background-image: var(--text-metals-bg);
    background-position-y: 50%;
    -o-background-clip: text;
    -o-text-fill-color: transparent;
    color: transparent;
  }
  100% {
    background-image: var(--text-metals-bg);
    background-position-y: 50%;
    -o-background-clip: text;
    -o-text-fill-color: transparent;
    color: transparent;
  }
}
@keyframes TextMetals {
  0% {
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--market-border);
  }
  10% {
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--market-border);
    text-shadow: 0 4px 6px rgba(0, 0, 0, 0.4);
  }
  80% {
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--market-border);
    text-shadow: 0 4px 6px rgba(0, 0, 0, 0.4);
  }
  81% {
    background-image: var(--text-metals-bg);
    background-position-y: 50%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
  }
  100% {
    background-image: var(--text-metals-bg);
    background-position-y: 50%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
  }
}
@keyframes TextMetals {
  0% {
    color: transparent;
    text-stroke-width: 1px;
    text-stroke-color: var(--market-border);
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--market-border);
  }
  10% {
    color: transparent;
    text-stroke-width: 1px;
    text-stroke-color: var(--market-border);
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--market-border);
    text-shadow: 0 4px 6px rgba(0, 0, 0, 0.4);
  }
  80% {
    color: transparent;
    text-stroke-width: 1px;
    text-stroke-color: var(--market-border);
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--market-border);
    text-shadow: 0 4px 6px rgba(0, 0, 0, 0.4);
  }
  81% {
    background-image: var(--text-metals-bg);
    background-position-y: 50%;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
  }
  100% {
    background-image: var(--text-metals-bg);
    background-position-y: 50%;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
  }
}
/* Анімація для елемента з класом .text-energy з вендорними префіксами */
@-moz-keyframes TextEnergy {
  0% {
    color: transparent;
    -moz-text-stroke-width: 1px;
    -moz-text-stroke-color: var(--market-border);
  }
  10% {
    color: transparent;
    -moz-text-stroke-width: 1px;
    -moz-text-stroke-color: var(--market-border);
    text-shadow: 0 4px 6px rgba(0, 0, 0, 0.4);
  }
  80% {
    color: transparent;
    -moz-text-stroke-width: 1px;
    -moz-text-stroke-color: var(--market-border);
    text-shadow: 0 4px 6px rgba(0, 0, 0, 0.4);
  }
  81% {
    background-image: var(--text-energy-bg);
    background-position-y: 50%;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
    color: transparent;
  }
  100% {
    background-image: var(--text-energy-bg);
    background-position-y: 50%;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
    color: transparent;
  }
}
@-o-keyframes TextEnergy {
  0% {
    color: transparent;
    -o-text-stroke-width: 1px;
    -o-text-stroke-color: var(--market-border);
  }
  10% {
    color: transparent;
    -o-text-stroke-width: 1px;
    -o-text-stroke-color: var(--market-border);
    text-shadow: 0 4px 6px rgba(0, 0, 0, 0.4);
  }
  80% {
    color: transparent;
    -o-text-stroke-width: 1px;
    -o-text-stroke-color: var(--market-border);
    text-shadow: 0 4px 6px rgba(0, 0, 0, 0.4);
  }
  81% {
    background-image: var(--text-energy-bg);
    background-position-y: 50%;
    -o-background-clip: text;
    -o-text-fill-color: transparent;
    color: transparent;
  }
  100% {
    background-image: var(--text-energy-bg);
    background-position-y: 50%;
    -o-background-clip: text;
    -o-text-fill-color: transparent;
    color: transparent;
  }
}
@keyframes TextEnergy {
  0% {
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--market-border);
  }
  10% {
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--market-border);
    text-shadow: 0 4px 6px rgba(0, 0, 0, 0.4);
  }
  80% {
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--market-border);
    text-shadow: 0 4px 6px rgba(0, 0, 0, 0.4);
  }
  81% {
    background-image: var(--text-energy-bg);
    background-position-y: 50%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
  }
  100% {
    background-image: var(--text-energy-bg);
    background-position-y: 50%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
  }
}
@keyframes TextEnergy {
  0% {
    color: transparent;
    text-stroke-width: 1px;
    text-stroke-color: var(--market-border);
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--market-border);
  }
  10% {
    color: transparent;
    text-stroke-width: 1px;
    text-stroke-color: var(--market-border);
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--market-border);
    text-shadow: 0 4px 6px rgba(0, 0, 0, 0.4);
  }
  80% {
    color: transparent;
    text-stroke-width: 1px;
    text-stroke-color: var(--market-border);
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--market-border);
    text-shadow: 0 4px 6px rgba(0, 0, 0, 0.4);
  }
  81% {
    background-image: var(--text-energy-bg);
    background-position-y: 50%;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
  }
  100% {
    background-image: var(--text-energy-bg);
    background-position-y: 50%;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
  }
}
/* Анімація для елемента з класом .text-indices з вендорними префіксами */
@-moz-keyframes TextIndices {
  0% {
    color: transparent;
    -moz-text-stroke-width: 1px;
    -moz-text-stroke-color: var(--market-border);
  }
  10% {
    color: transparent;
    -moz-text-stroke-width: 1px;
    -moz-text-stroke-color: var(--market-border);
    text-shadow: 0 4px 6px rgba(0, 0, 0, 0.4);
  }
  80% {
    color: transparent;
    -moz-text-stroke-width: 1px;
    -moz-text-stroke-color: var(--market-border);
    text-shadow: 0 4px 6px rgba(0, 0, 0, 0.4);
  }
  81% {
    background-image: var(--text-indices-bg);
    background-position-y: 50%;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
    color: transparent;
  }
  100% {
    background-image: var(--text-indices-bg);
    background-position-y: 50%;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
    color: transparent;
  }
}
@-o-keyframes TextIndices {
  0% {
    color: transparent;
    -o-text-stroke-width: 1px;
    -o-text-stroke-color: var(--market-border);
  }
  10% {
    color: transparent;
    -o-text-stroke-width: 1px;
    -o-text-stroke-color: var(--market-border);
    text-shadow: 0 4px 6px rgba(0, 0, 0, 0.4);
  }
  80% {
    color: transparent;
    -o-text-stroke-width: 1px;
    -o-text-stroke-color: var(--market-border);
    text-shadow: 0 4px 6px rgba(0, 0, 0, 0.4);
  }
  81% {
    background-image: var(--text-indices-bg);
    background-position-y: 50%;
    -o-background-clip: text;
    -o-text-fill-color: transparent;
    color: transparent;
  }
  100% {
    background-image: var(--text-indices-bg);
    background-position-y: 50%;
    -o-background-clip: text;
    -o-text-fill-color: transparent;
    color: transparent;
  }
}
@-webkit-keyframes TextIndices {
  0% {
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--market-border);
  }
  10% {
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--market-border);
    text-shadow: 0 4px 6px rgba(0, 0, 0, 0.4);
  }
  80% {
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--market-border);
    text-shadow: 0 4px 6px rgba(0, 0, 0, 0.4);
  }
  81% {
    background-image: var(--text-indices-bg);
    background-position-y: 50%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
  }
  100% {
    background-image: var(--text-indices-bg);
    background-position-y: 50%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
  }
}
@keyframes TextIndices {
  0% {
    color: transparent;
    text-stroke-width: 1px;
    text-stroke-color: var(--market-border);
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--market-border);
  }
  10% {
    color: transparent;
    text-stroke-width: 1px;
    text-stroke-color: var(--market-border);
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--market-border);
    text-shadow: 0 4px 6px rgba(0, 0, 0, 0.4);
  }
  80% {
    color: transparent;
    text-stroke-width: 1px;
    text-stroke-color: var(--market-border);
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--market-border);
    text-shadow: 0 4px 6px rgba(0, 0, 0, 0.4);
  }
  81% {
    background-image: var(--text-indices-bg);
    background-position-y: 50%;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
  }
  100% {
    background-image: var(--text-indices-bg);
    background-position-y: 50%;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
  }
}
@keyframes moveBg {
  0% {
    background-position-y: 50%;
    display: block;
  }
  25% {
    background-position-y: 51%;
    display: block;
  }
  50% {
    background-position-y: 52%;
    display: block;
  }
  75% {
    background-position-y: 51%;
    display: block;
  }
  100% {
    background-position-y: 50%;
    display: block;
  }
}
@keyframes ChangeColor {
  0% {
    color: transparent;
    text-stroke: 1px var(--numbers-stroke);
    -webkit-text-stroke: 1px var(--numbers-stroke);
  }
  100% {
    color: var(--numbers-color);
    -webkit-text-stroke: 1px var(--numbers-color);
    text-stroke: 1px var(--numbers-color);
  }
}
@keyframes ChangeFinger {
  0% {
    background-image: var(--brand-lay-bg);
    background-position: top center;
    background-size: contain;
    background-repeat: no-repeat;
  }
  33% {
    background-image: var(--brand-lay2-bg);
    background-position: top center;
    background-size: contain;
    background-repeat: no-repeat;
  }
  66% {
    background-image: var(--brand-lay3-bg);
    background-position: top center;
    background-size: contain;
    background-repeat: no-repeat;
  }
  99% {
    background-image: var(--brand-lay3-bg);
    background-position: top center;
    background-size: contain;
    background-repeat: no-repeat;
  }
  100% {
    background-image: var(--brand-lay-bg);
    background-position: top center;
    background-size: contain;
    background-repeat: no-repeat;
  }
}
@keyframes ChangeStroke {
  0% {
    background-image: var(--brand-stroke-bg);
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center center;
  }
  95% {
    background-image: var(--brand-stroke-bg);
    bottom: 100%;
    background-repeat: no-repeat;
    background-position: center center;
  }
  100% {
    background-image: var(--brand-stroke-bg);
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center center;
  }
}
:root[data-theme=dd1] {
  --c-background: #121a26;
  --c-paragrph: #ceedf6;
  --c-prime: #3083e8;
  --c-prime-light: #49bbfb;
  --c-prime-dark: #265b9c;
  --c-second: #1b9973;
  --c-second-light: #32c19f;
  --c-second-dark: #1c4e58;
  --c-text: #ffffff;
  --c-description: #A0B8BF;
  --c-footer: #0f2d47;
  --c-contact: #192140;
  --c-home-bg: #1d1d1d;
  --b-borders: #323E41;
  --svg-fill--scroller: #3083e8;
  --svg-fill--text: #ffffff;
  --svg-fill--second: #1B9973;
  --svg-fill--prime: #3083e8;
  --svg-fill--primelight: #49bbfb;
  --svg-fill--primedark: #1c4e58;
  --svg-fill--close: #F37D76;
  --svg-fill--bitcoin: #986A29;
  --svg-fill--not: #BF0707;
  --sh-scroller: -4px 4px 4px 0px rgba(0, 0, 0, 0.1);
  --sh-log--hover: 2px 2px 4px 0px rgba(48, 131, 232, 0.25);
  --sh-reg--hover: 2px 2px 4px 0px rgba(48, 131, 232, 0.25);
  --sh-register--hover: 4px 4px 4px 0px rgba(0, 0, 0, 0.25);
  --scroller-bg: rgba(240, 241, 236, 0.2);
  --btn-tradeholic: #26b985;
  --svg-light: #ffffff;
  --unlimited-hover: linear-gradient(319deg, rgba(0, 0, 0, 0.10) 0%, rgba(255, 255, 255, 0.00) 100%), linear-gradient(149deg, rgba(54, 57, 54, 0.10) 0%, rgba(255, 255, 255, 0.00) 62.25%), #121A26;
  --account-bg: #000000;
  --modal-bg: rgba(0, 0, 0, 0.7);
  --after-bg: linear-gradient(180deg, rgba(38, 46, 56, 0) 0%, #121a26 89.69%);
  --before-platform: linear-gradient(166deg, rgba(97, 94, 97, 0.8) 22.4%, rgba(97, 94, 97, 0.53) 66.45%, rgba(97, 94, 97, 0) 100%);
  --btn-color-th: #ffffff;
  --b-tradeholic: #323e41;
  --tradeholic-col--bg: rgba(5, 119, 205, 0.2);
  --numbers-color: #32c19f;
  --numbers-stroke: #323E41;
  --market-border: #1e508f;
}

body {
  background: var(--c-background);
}

::-webkit-scrollbar {
  width: 0;
  height: 0;
  background-color: transparent;
}

html {
  scrollbar-width: none;
}

@supports (-ms-overflow-style: none) {
  html {
    -ms-overflow-style: none;
  }
}
.container-main {
  display: block;
  box-sizing: border-box;
  width: 100%;
  max-width: 1390px;
  padding: 0 12px;
  margin: 0 auto;
}

section {
  padding-top: clamp(56px, 11.42vw, 160px);
  padding-bottom: clamp(56px, 11.42vw, 160px);
}

section.tradeholic {
  padding-top: 0;
}

section.glossary-wrap,
section.faq-wrap,
section.security-wrap,
section.invest-wrap,
section.licenses-wrap,
section.awards-wrap,
section.platform-head,
section.payment-head,
section.advices-head,
section.verification-head,
section.sitemap-head,
section.docs-head,
section.account-head,
section.contacts-head {
  padding-top: 0;
  padding-bottom: 0;
}

section.footer-wrap {
  padding-top: clamp(38px, 5.71vw, 80px);
  padding-bottom: clamp(38px, 5.71vw, 80px);
}

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

span.color-prime {
  color: var(--c-prime);
}

.color-link {
  cursor: pointer;
  text-decoration: underline;
  display: inline;
  font-family: "Inter", sans-serif;
  font-size: clamp(12px, 1.07vw, 14px);
  font-weight: 400;
  line-height: normal;
  color: var(--c-prime);
}

.isnotactive-tradeholic .hide-module {
  display: none !important;
}

/** Media **/
@media (max-width: 1200px) {
  .container-main {
    max-width: 992px;
    padding: 0 8px;
  }
}
@media (max-width: 992px) {
  .container-main {
    max-width: 768px;
    padding: 0 8px;
  }
}
@media (max-width: 768px) {
  .container-main {
    max-width: 540px;
  }
}
[data-theme=dd1] .btn-triangle, [data-theme=dd2] .btn-triangle {
  --btn-triangle-bg: url(../img/dark/triangle_dark.svg) no-repeat center;
}
[data-theme=dd1] .btn-triangle, [data-theme=dd2] .btn-triangle {
  --btn-triangle-hover-bg: url(../img/dark/triangle_white.svg) no-repeat center;
}

[data-theme=ld1] .btn-triangle, [data-theme=ld2] .btn-triangle {
  --btn-triangle-bg: url(../img/light/triangle_dark.svg) no-repeat center;
}
[data-theme=ld1] .btn-triangle, [data-theme=ld2] .btn-triangle {
  --btn-triangle-hover-bg: url(../img/light/triangle_white.svg) no-repeat center;
}

.btn-common {
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  box-sizing: border-box;
  font-family: "Inter", sans-serif;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}

.header-log {
  font-size: clamp(14px, 1.22vw, 16px);
  font-weight: 400;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: clamp(16px, 1.84vw, 24px);
  padding-right: clamp(16px, 1.84vw, 24px);
  background: transparent;
  border: 1px solid var(--c-prime);
  color: var(--c-text);
}
.header-log:hover {
  border: 1px solid var(--c-prime-dark);
  background: var(--c-prime-dark);
  color: var(--c-text);
  box-shadow: var(--sh-log--hover);
}

.header-reg {
  font-size: clamp(14px, 1.22vw, 16px);
  font-weight: 400;
  color: var(--c-second-dark);
  background: var(--c-second-light);
  position: relative;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: clamp(8px, 1.35vw, 22px);
  padding-right: clamp(8px, 1.35vw, 22px);
  border: 0.25px solid var(--c-second-dark);
}
.header-reg:hover {
  border: 0.25px solid var(--c-second-light);
  background: var(--c-second);
  color: var(--c-text);
  box-shadow: var(--sh-reg--hover);
}

.register-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 207px;
  max-width: 207px;
  height: 62px;
  font-family: "Barlow", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: var(--c-second-dark);
  letter-spacing: clamp(1px, 0.18vw, 2.4px);
  text-transform: uppercase;
  background: var(--c-second-light);
  border: 0.25px solid var(--c-second-dark);
}
.register-btn:hover {
  background: var(--c-second);
  border: 0.25px solid var(--c-second-light);
  box-shadow: var(--sh-register--hover);
  color: var(--c-text);
}

.btn-triangle {
  display: flex;
  flex-shrink: 0;
  background: var(--btn-triangle-bg);
  background-size: contain;
  width: 16px;
  height: 20px;
  margin-left: 10px;
}

.register-btn:hover .btn-triangle {
  background: var(--btn-triangle-hover-bg);
  background-size: contain;
}

.account-reg {
  font-size: clamp(14px, 1.22vw, 16px);
  font-weight: 400;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: clamp(16px, 1.84vw, 24px);
  padding-right: clamp(16px, 1.84vw, 24px);
  background: transparent;
  border: 0.25px solid var(--c-prime);
  color: var(--c-text);
}
.account-reg:hover {
  border: 0.25px solid var(--c-second-light);
  background: var(--c-second);
  color: var(--c-text);
  box-shadow: var(--sh-reg--hover);
}

.btn-go-home {
  font-size: clamp(14px, 1.22vw, 16px);
  font-weight: 400;
  color: var(--c-second-dark);
  background: var(--c-second-light);
  position: relative;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: clamp(8px, 1.35vw, 22px);
  padding-right: clamp(8px, 1.35vw, 22px);
  border: 0.25px solid var(--c-second-dark);
}
.btn-go-home:hover {
  border: 0.25px solid var(--c-second-light);
  background: var(--c-second);
  color: var(--c-text);
  box-shadow: var(--sh-reg--hover);
}

.btn-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 84px;
}
.btn-menu:hover .burger-text {
  color: var(--c-text);
}
.btn-menu .svg-hover path {
  transition: all 0.3s ease-in-out;
}
.btn-menu .svg-hover path:hover {
  stroke: var(--c-background);
  fill: var(--c-background);
}
.btn-menu .burger-text {
  font-family: "Barlow", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
  color: var(--c-prime);
  transition: all 0.3s ease-in-out;
  margin-left: 6px;
}

.btn-lang {
  width: 58px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/** Media **/
@media (max-width: 1200px) {
  .btn-lang {
    width: 68px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media (max-width: 992px) {
  .btn-menu .burger-text {
    font-size: 16px;
    line-height: 16px;
  }
  .register-btn {
    width: 180px;
    max-width: 180px;
    height: 48px;
  }
}
@media (max-width: 768px) {
  .btn-menu {
    width: 68px;
  }
  .btn-lang {
    width: 100px;
  }
}
@media (max-width: 576px) {
  .btn-lang {
    width: 74px;
  }
}
[data-theme=dd1] .header .menu__links {
  --menu__links-bg: url(../img/dd1/header/menu_arrow.svg) no-repeat center
  center;
}
[data-theme=dd1] .header .language {
  --language-bg: url(../img/dd1/header/menu_arrow.svg) no-repeat center
  center;
}

[data-theme=dd2] .header .menu__links {
  --menu__links-bg: url(../img/dd2/header/menu_arrow.svg) no-repeat center
  center;
}
[data-theme=dd2] .header .language {
  --language-bg: url(../img/dd2/header/menu_arrow.svg) no-repeat center
  center;
}

[data-theme=ld1] .header .menu__links {
  --menu__links-bg: url(../img/ld1/header/menu_arrow.svg) no-repeat center
  center;
}
[data-theme=ld1] .header .language {
  --language-bg: url(../img/ld1/header/menu_arrow.svg) no-repeat center
  center;
}

[data-theme=ld2] .header .menu__links {
  --menu__links-bg: url(../img/ld2/header/menu_arrow.svg) no-repeat center
  center;
}
[data-theme=ld2] .header .language {
  --language-bg: url(../img/ld2/header/menu_arrow.svg) no-repeat center
  center;
}

.header {
  position: fixed;
  background: transparent;
  top: 0;
  left: 0;
  width: 100%;
  height: 82px;
  display: flex;
  align-items: center;
  z-index: 99;
  transition: all 0.3s ease-in-out;
  /* Lang */
}
.header.active {
  box-shadow: 0px 15px 10px -15px var(--c-background);
  height: 82px;
  background: var(--c-background);
}
.header.active .header__logo img {
  max-height: 70px;
}
.header .header__btns-mob {
  display: none;
}
.header .header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .header__logo img {
  max-width: 6.7vw;
  min-width: 150px;
  max-height: 70px;
  width: 100%;
}
.header .header__menu {
  margin: 0 10px;
  width: 55%;
}
.header .header__menu .menu__wrapper {
  display: flex;
  justify-content: center;
}
.header .header__menu .menu__links {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  width: 100%;
  padding: 0 30px;
  cursor: pointer;
}
.header .header__menu .menu__links .current-menu-item {
  cursor: pointer;
}
.header .header__menu .menu__links .current-menu-item > a {
  color: var(--c-text);
}
.header .header__menu .menu__links > li {
  position: relative;
}
.header .header__menu .menu__links > li:hover > ul.sub-menu {
  transform: scaleY(1);
}
.header .header__menu .menu__links > li:hover.menu-item-has-children > a::after {
  transform: translateY(-50%) rotate(180deg);
}
.header .header__menu .menu__links > li.menu-item-has-children > a {
  position: relative;
}
.header .header__menu .menu__links > li.menu-item-has-children > a::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 4px;
  background: var(--menu__links-bg);
  background-size: contain;
  top: 50%;
  right: -14px;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
}
.header .header__menu .menu__links > li:not(.menu-item-has-children) > a::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background: var(--c-paragrph);
  transition: all 0.3s ease-in-out;
  transform-origin: center;
}
.header .header__menu .menu__links > li:not(.menu-item-has-children) > a:hover::before {
  width: 100%;
}
.header .header__menu .menu__links > li a {
  font-family: "Barlow", sans-serif;
  font-size: clamp(12px, 1.122vw, 16px);
  line-height: clamp(16px, 1.04vw, 18px);
  color: var(--c-text);
  position: relative;
  white-space: nowrap;
}
.header .header__menu .menu__links > li ul.sub-menu {
  display: grid;
  grid-gap: 8px 0;
  z-index: 2;
}
.header .header__menu .menu__links > li > ul.sub-menu {
  position: absolute;
  top: calc(100% + 10px);
  padding: 8px;
  background: var(--c-background);
  transform: scaleY(0);
  transform-origin: top;
  transition: all 0.3s ease-in-out;
  border-left: 1px solid var(--b-borders);
  width: 240px;
}
.header .header__menu .menu__links > li > ul.sub-menu > li > a {
  transition: all 0.3s ease-in-out;
}
.header .header__menu .menu__links > li > ul.sub-menu > li > a:hover {
  color: var(--c-text);
}
.header #menu-item-270 .sub-menu {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 20px;
  width: fit-content;
}
.header .header__closer {
  display: none;
}
.header .header__burger {
  display: none;
}
.header .header__burger {
  cursor: pointer;
  height: 30px;
}
.header .header__burger span {
  position: relative;
  display: block;
  width: 40px;
  box-shadow: 0 2px 10px 0 var(--c-text);
  border-radius: 3px;
  height: 3px;
  background: var(--c-text);
}
.header .header__burger span::before, .header .header__burger span::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  box-shadow: 0 2px 10px 0 var(--c-text);
  border-radius: 3px;
  height: 3px;
  background: var(--c-text);
}
.header .header__burger span::before {
  top: -12px;
}
.header .header__burger span::after {
  top: 12px;
}
.header .header__btns {
  display: grid;
  grid-template-columns: repeat(2, auto);
  align-items: center;
  position: relative;
  z-index: 100;
  gap: clamp(16px, 1.7vw, 24px);
}
.header .language {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.header .language > ul.menu_lang {
  font-family: "Barlow", sans-serif;
  text-transform: uppercase;
  display: contents;
  color: var(--c-text);
  transition: all 0.3s ease-in-out;
  position: relative;
  cursor: pointer;
}
.header .language > ul.menu_lang .menu-item {
  font-size: clamp(12px, 1.125vw, 18px);
  line-height: clamp(16px, 1.4vw, 20px);
  text-transform: uppercase;
  font-family: "Barlow", sans-serif;
}
.header .language > ul.menu_lang .menu-item a {
  display: flex;
}
.header .language > ul.menu_lang .menu-item a img {
  object-fit: contain;
  max-width: 18px;
}
.header .language > ul.menu_lang > .menu-item::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 4px;
  background: var(--language-bg);
  background-size: contain;
  right: -14px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.header .language > ul.menu_lang > .menu-item:hover > ul.sub-menu {
  font-family: "Barlow", sans-serif;
  transform: scaleY(1);
  cursor: pointer;
  color: var(--c-text);
}
.header .language > ul.menu_lang > .menu-item:hover::after {
  transform: translateY(-50%) rotate(180deg);
}
.header .language > ul.menu_lang > .menu-item > ul.sub-menu {
  position: absolute;
  top: 100%;
  padding: 0;
  margin: 0;
  transform: scaleY(0);
  transition: all 0.3s ease-in-out;
  transform-origin: top;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
}
.header .language > ul.menu_lang > .menu-item > ul.sub-menu span {
  font-family: "Barlow", sans-serif;
  font-weight: 400;
}

/** Media **/
@media (max-width: 1400px) {
  .header .header__logo img {
    max-width: 6.7vw;
    min-width: 130px;
    max-height: 70px;
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .header .header__menu {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .header .header__burger {
    display: block;
  }
  .header .header__menu {
    margin: 0;
    position: fixed;
    top: 0;
    left: -100vw;
    z-index: 500;
    width: 100vw;
    height: 100vh;
    background-color: var(--c-background);
    transition: all 0.6s ease-in-out;
  }
  .header .header__menu.active {
    height: 100%;
    left: 0;
  }
  .header .header__menu .menu__wrapper {
    width: 100%;
    margin: 80px 0 0;
  }
  .header .header__menu .menu__links {
    display: flex;
    flex-direction: column;
    text-align: center;
  }
  .header .header__menu .menu__links > li a {
    color: var(--c-text) !important;
    font-size: 16px;
  }
  .header .header__menu .menu__links > li:not(:last-child) {
    margin: 0 0 14px;
  }
  .header .header__menu .menu__links > li:hover > ul.sub-menu {
    transform: unset;
    max-height: 350px;
    padding: 10px 14px;
    width: 100%;
  }
  .header .header__menu .menu__links > li ul.sub-menu {
    display: grid;
    grid-gap: 8px 0;
    text-align: center;
    border-left: none;
  }
  .header .header__menu .menu__links > li > ul.sub-menu {
    position: static;
    top: unset;
    padding: 0;
    overflow: hidden;
    background-color: var(--c-background);
    transform: unset;
    transform-origin: unset;
    max-height: 0;
  }
  .header .header__menu #menu-item-270 .sub-menu {
    grid-template-columns: 1fr;
    gap: initial;
    width: initial;
  }
  .header .header__menu .header__closer {
    display: inline-block;
    font-size: 50px;
    line-height: 0;
    color: var(--c-text);
    position: absolute;
    top: 80px;
    right: 50px;
    cursor: pointer;
  }
  .header .language > ul.menu_lang .menu-item {
    font-size: 16px;
    line-height: normal;
    font-weight: 700;
  }
}
@media (max-width: 768px) {
  .header {
    height: unset;
    background: var(--c-background);
  }
  .header .header__menu .menu__wrapper {
    width: 100%;
    margin: 40px 0 0;
  }
  .header .header__menu .header__closer {
    top: 40px;
  }
  .header .header__inner {
    padding: 10px 0;
  }
  .header .header__logo {
    width: fit-content;
  }
  .header .btn-header,
.header .header__btns {
    display: none;
  }
  .header .header__btns-mob {
    display: grid;
    grid-template-columns: 40px;
    grid-template-columns: repeat(2, 40px);
    grid-gap: 0 30px;
    margin: 0 50px 0 auto;
  }
  .header .language {
    margin: 0 auto;
  }
}
@media (max-width: 576px) {
  .header {
    height: unset;
  }
  .header.active {
    height: unset;
  }
  .header.active .header__inner {
    grid-gap: unset;
    padding: 10px 0;
  }
  .header .header__inner {
    display: grid;
    padding: 20px 0;
    grid-gap: 20px 0;
  }
  .header .header__logo {
    grid-row: 1/2;
    grid-column: 1/4;
    width: fit-content;
    width: 130px;
    margin: 0 auto 10px;
  }
  .header .header__left-col {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .header .header__btns {
    display: none;
  }
  .header .header__btns-mob {
    grid-row: 2/3;
    grid-column: 2/3;
    display: grid;
    grid-template-columns: repeat(2, 40px);
    grid-gap: 0 30px;
    margin: 0;
  }
}
.footer .footer-help {
  background: var(--c-footer);
  padding: 16px 8px;
}
.footer .footer-heading {
  font-family: "Inter", sans-serif;
  font-size: clamp(14px, 1.14vw, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: var(--c-paragrph);
  text-wrap: balance;
  text-align: center;
  color: var(--c-text);
}
.footer .footer-heading a {
  font-weight: 700;
}
.footer .footer-contact {
  margin-top: clamp(19px, 2.2vw, 32px);
  padding-top: 16px;
  padding-bottom: 16px;
  display: grid;
  grid-template-columns: auto auto auto auto;
  grid-gap: 20px;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid var(--b-borders);
  border-bottom: 1px solid var(--b-borders);
}
.footer .footer-logo,
.footer .footer-copy,
.footer .footer-datas,
.footer .footer-adress {
  display: flex;
  align-items: center;
}
.footer .footer-datas {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer .footer-copy,
.footer .footer-text {
  font-family: "Barlow", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: var(--c-paragrph);
  text-wrap: balance;
}
.footer .footer-menus {
  margin-top: clamp(19px, 2.2vw, 32px);
  position: relative;
}
.footer .sitemap {
  cursor: pointer;
  position: absolute;
  bottom: 0;
  right: 0;
  transition: all 0.3s ease-in-out;
}
.footer .sitemap:hover {
  color: var(--c-text);
}
.footer #menu-footer-menu {
  display: grid;
  grid-template-columns: auto auto auto auto auto auto auto;
}
.footer #menu-footer-menu li {
  font-family: "Barlow", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: var(--c-paragrph);
  text-wrap: balance;
}
.footer #menu-footer-menu .menu-item {
  cursor: pointer;
}
.footer #menu-footer-menu .menu-item li {
  font-family: "Barlow", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: var(--c-paragrph);
  text-wrap: balance;
  margin: 8px 0;
}
.footer .footer-risk {
  margin-top: clamp(19px, 2.2vw, 32px);
  padding-top: clamp(19px, 2.2vw, 32px);
  border-top: 1px solid var(--b-borders);
}
.footer .risk-title {
  font-family: "Barlow", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: var(--c-paragrph);
  text-wrap: balance;
  margin-bottom: 8px;
}
.footer .brand-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  gap: 16px;
}
.footer .risk-subheading {
  font-family: "Barlow", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: var(--c-paragrph);
  text-wrap: balance;
  margin-bottom: 16px;
}
.footer .footer-menu-landing + .sitemap {
  display: none;
}
.footer #menu-footer-menu-landing {
  display: grid;
  grid-template-columns: auto auto auto auto;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}
.footer #menu-footer-menu-landing li > a {
  font-family: "Barlow", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: var(--c-paragrph);
  text-wrap: balance;
}

/** Media **/
@media (max-width: 992px) {
  .footer .footer-contact {
    grid-template-columns: 1fr;
  }
  .footer #menu-footer-menu {
    grid-template-columns: auto auto auto auto;
    grid-template-rows: auto auto auto;
    gap: 24px 0;
  }
}
@media (max-width: 768px) {
  .footer .footer-contact {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
  }
  .footer .footer-datas {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .footer #menu-footer-menu {
    grid-template-columns: auto auto auto;
    grid-template-rows: auto auto auto auto;
    gap: 24px 0;
  }
  .footer .brand-row {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
}
@media (max-width: 576px) {
  .footer #menu-footer-menu {
    grid-template-columns: auto auto;
    grid-template-rows: auto auto auto auto auto;
    gap: 16px 0;
  }
  .footer #menu-footer-menu-landing {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 400px) {
  .footer #menu-footer-menu {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 16px 0;
  }
}
.subheader {
  position: relative;
  background: var(--c-background);
  padding-top: clamp(56px, 11.42vw, 160px);
  padding-bottom: clamp(56px, 11.42vw, 160px);
}
.subheader .subheader-block {
  display: block;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  text-align: center;
}
.subheader .subheader-heading {
  font-family: "Barlow", sans-serif;
  font-size: clamp(20px, 1.93vw, 27px);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--c-text);
  text-wrap: balance;
  color: var(--c-prime);
  letter-spacing: clamp(1px, 0.3vw, 4px);
}
.subheader .subheader-subheading {
  font-family: "Inter", sans-serif;
  font-size: clamp(14px, 1.14vw, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: var(--c-paragrph);
  text-wrap: balance;
}

@media (max-width: 992px) {
  .subheader {
    padding-top: 140px;
  }
}
@media (max-width: 576px) {
  .subheader {
    padding-top: 200px;
  }
}
/** why **/
.why .why-heading {
  font-family: "Barlow", sans-serif;
  font-size: clamp(20px, 1.93vw, 27px);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--c-text);
  text-wrap: balance;
  letter-spacing: clamp(1px, 0.3vw, 4px);
  text-align: center;
}
.why .brand-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: auto;
  gap: clamp(38px, 5.71vw, 80px);
  margin-top: clamp(38px, 5.71vw, 80px);
}
.why .brand-heading {
  font-family: "Inter", sans-serif;
  font-size: clamp(14px, 1.14vw, 16px);
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  color: var(--c-text);
  text-wrap: balance;
  margin-top: 16px;
}
.why .brand-subheading {
  font-family: "Inter", sans-serif;
  font-size: clamp(14px, 1.14vw, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: var(--c-paragrph);
  text-wrap: balance;
  margin-top: 16px;
}

/** why **/
/** Media **/
@media (max-width: 992px) {
  .why .why-heading {
    text-align: left;
  }
  .why .brand-row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto;
  }
}
@media (max-width: 768px) {
  .why .brand-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
  }
}
.platform-unlimited {
  padding-top: clamp(38px, 5.71vw, 80px);
  padding-bottom: clamp(38px, 5.71vw, 80px);
}
.platform-unlimited .platform-block {
  display: block;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}
.platform-unlimited .platform-title {
  font-family: "Barlow", sans-serif;
  font-size: clamp(20px, 1.93vw, 27px);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--c-text);
  text-wrap: balance;
  letter-spacing: clamp(1px, 0.3vw, 4px);
  text-align: center;
}
.platform-unlimited .platform-subtitle {
  margin-top: clamp(16px, 1.7vw, 24px);
  font-family: "Inter", sans-serif;
  font-size: clamp(14px, 1.14vw, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: var(--c-paragrph);
  text-wrap: balance;
}
.platform-unlimited .brand-row {
  margin-top: clamp(38px, 5.71vw, 80px);
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto;
  gap: clamp(38px, 5.71vw, 80px) clamp(20px, 2.85vw, 40px);
}
.platform-unlimited .brand-col {
  padding: clamp(20px, 2.85vw, 40px) 0;
  border: 1px solid var(--b-borders);
  cursor: pointer;
}
.platform-unlimited .brand-col:hover {
  border: 1px solid var(--c-prime);
  background: var(--unlimited-hover);
}
.platform-unlimited .brand-col:hover .svg-fill--second {
  fill: var(--c-second-light);
}
.platform-unlimited .brand-col:hover .svg-stroke--second {
  stroke: var(--c-second-light);
}
.platform-unlimited .brand-col:hover .brand-big {
  color: var(--c-prime-light);
}
.platform-unlimited .brand-col:hover .brand-small {
  color: var(--c-text);
}
.platform-unlimited .market-go {
  cursor: pointer;
  height: inherit;
  display: inline-flex;
  flex-direction: column;
  padding: 0 clamp(28px, 4.28vw, 60px);
  justify-content: center;
}
.platform-unlimited .market-go svg {
  display: block;
  margin: 0 auto;
}
.platform-unlimited .brand-big {
  font-family: "Inter", sans-serif;
  font-size: clamp(14px, 1.14vw, 16px);
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  color: var(--c-text);
  text-wrap: balance;
  color: var(--c-prime);
  margin-top: 16px;
  text-align: center;
}
.platform-unlimited .brand-small {
  font-family: "Inter", sans-serif;
  font-size: clamp(14px, 1.14vw, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: var(--c-paragrph);
  text-wrap: balance;
  margin-top: 16px;
  text-align: center;
}

/** Media **/
@media (max-width: 992px) {
  .platform-unlimited .brand-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
  }
  .platform-unlimited .platform-block, .platform-unlimited .platform-title {
    text-align: left;
  }
}
@media (max-width: 576px) {
  .platform-unlimited .brand-row {
    grid-template-columns: 1fr;
  }
  .platform-unlimited .brand-col {
    height: auto;
    padding: clamp(19px, 2.2vw, 32px) 0;
  }
  .platform-unlimited .market-go {
    padding: 0 clamp(16px, 1.7vw, 24px);
  }
  .platform-unlimited .market-go svg {
    margin: 0;
  }
  .platform-unlimited .brand-big,
.platform-unlimited .brand-small {
    text-align: left;
  }
}
.enjoy {
  padding: clamp(38px, 5.71vw, 80px) 0 clamp(56px, 11.42vw, 160px);
}
.enjoy .enjoy-block {
  display: block;
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
}
.enjoy .enjoy-title {
  font-family: "Barlow", sans-serif;
  font-size: clamp(20px, 1.93vw, 27px);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--c-text);
  text-wrap: balance;
  letter-spacing: clamp(1px, 0.3vw, 4px);
}
.enjoy .enjoy-subtitle {
  font-family: "Inter", sans-serif;
  font-size: clamp(14px, 1.14vw, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: var(--c-paragrph);
  text-wrap: balance;
  margin-top: 16px;
}
.enjoy .enjoy-button {
  margin-top: clamp(38px, 5.71vw, 80px);
  display: flex;
  justify-content: center;
}

/** Media **/
@media (max-width: 992px) {
  .enjoy .enjoy-block {
    max-width: 768px;
    width: 100%;
    text-align: left;
  }
  .enjoy .enjoy-button {
    justify-content: flex-start;
  }
}
.markets-theme .market-5 .brand-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: auto;
  gap: 16px;
  margin-top: clamp(38px, 5.71vw, 80px);
}
.markets-theme .market-5 .brand-row .brand-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 180px;
  border: 1px solid var(--b-borders);
}
.markets-theme .market-5 .brand-row .brand-col .market-go {
  cursor: pointer;
  width: 100%;
  height: inherit;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
}
.markets-theme .market-5 .brand-row .brand-col .market-go .market-big {
  color: var(--c-prime);
  text-align: center;
}
.markets-theme .market-5 .brand-row .brand-col .market-go svg {
  margin: 0 auto;
}

@media (max-width: 992px) {
  .markets-theme .market-5 .brand-row {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 576px) {
  .markets-theme .market-5 .brand-row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 400px) {
  .markets-theme .market-5 .brand-row {
    grid-template-columns: 1fr;
  }
}
#scroller {
  display: none;
}
#scroller.active {
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  position: fixed;
  right: 0;
  bottom: 10%;
  width: 35px;
  height: 35px;
  background: var(--scroller-bg);
  border: 1px solid var(--c-prime-light);
  z-index: 200;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
#scroller.active:hover {
  background: var(--c-prime-light);
  border: 1px solid var(--c-prime);
  box-shadow: var(--sh-scroller);
}
#scroller.active:active {
  background: var(--scroller-bg);
  border: 1px solid var(--c-prime-light);
}
#scroller.active:focus {
  background: var(--scroller-bg);
  border: 1px solid var(--c-prime-light);
}

@media (max-width: 576px) {
  #scroller.active {
    bottom: 30px;
    width: 50px;
    height: 50px;
  }
}
[data-theme=dd1] .home-page .info {
  --info-bg: url(../img/dd1/general-imgs/trading_bg_sm.webp) no-repeat top center;
}
[data-theme=dd1] .home-page .platform {
  --platform-bg: url(../img/dd1/general-imgs/platform_bg_sm.webp) no-repeat top center;
}
[data-theme=dd1] .home-page .smartphone {
  --smartphone-bg: url(../img/dd1/general-imgs/mobile_trading_bg_sm.webp) no-repeat top center;
}

[data-theme=dd2] .home-page .info {
  --info-bg: url(../img/dd2/general-imgs/trading_bg_sm.webp) no-repeat top center;
}
[data-theme=dd2] .home-page .platform {
  --platform-bg: url(../img/dd2/general-imgs/platform_bg_sm.webp) no-repeat top center;
}
[data-theme=dd2] .home-page .smartphone {
  --smartphone-bg: url(../img/dd2/general-imgs/mobile_trading_bg_sm.webp) no-repeat top center;
}

[data-theme=ld1] .home-page .platform {
  --platform-bg: url(../img/ld1/general-imgs/platform_bg_sm.webp) no-repeat top center;
}
[data-theme=ld1] .home-page .smartphone {
  --smartphone-bg: url(../img/ld1/general-imgs/mobile_trading_bg_sm.webp) no-repeat top center;
}

[data-theme=ld2] .home-page .platform {
  --platform-bg: url(../img/ld2/general-imgs/platform_bg_sm.webp) no-repeat top center;
}
[data-theme=ld2] .home-page .smartphone {
  --smartphone-bg: url(../img/ld2/general-imgs/mobile_trading_bg_sm.webp) no-repeat top center;
}

.home-page {
  /** conditions **/
  /** conditions **/
  /** platform **/
  /** platform **/
  /** smartphone **/
  /** smartphone **/
  /** conditions **/
}
.home-page .info {
  padding: 0;
  position: relative;
  background: var(--c-home-bg);
}
.home-page .info img {
  margin: 0 auto;
}
.home-page .info::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: var(--after-bg);
  background-position: bottom center;
  background-size: cover;
  height: 100px;
  width: 100%;
}
.home-page .info .info-block {
  display: block;
  width: 1378px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  clip-path: inset(0 100% 0 0);
}
.home-page .info .info-block._active {
  animation: 1s revealLeft ease-in-out forwards;
}
.home-page .info .info-text {
  padding-left: 12px;
}
.home-page .info .info-title {
  font-family: "Barlow", sans-serif;
  font-size: clamp(24px, 3.42vw, 48px);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--c-text);
  text-wrap: balance;
  margin: 0;
}
.home-page .info .info-color {
  color: var(--c-prime-light);
}
.home-page .info .info-subtitle {
  font-family: "Barlow", sans-serif;
  font-size: clamp(20px, 1.93vw, 27px);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--c-text);
  text-wrap: balance;
  letter-spacing: clamp(1px, 0.3vw, 4px);
}
.home-page .info .info-stroke {
  display: inline-block;
  width: 10%;
  height: 1px;
  background: var(--c-text);
}
.home-page .info .info-btn {
  margin-top: clamp(38px, 5.71vw, 80px);
}
.home-page .info .info-small {
  font-family: "Barlow", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: var(--c-paragrph);
  text-wrap: balance;
  text-align: center;
}
.home-page .info .color-link {
  display: inline-block;
  font-size: inherit;
}
.home-page .info .info-panel {
  display: block;
  width: 1378px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 50;
}
.home-page .info .brand-row {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-bottom: clamp(16px, 1.7vw, 24px);
}
.home-page .info .brand-col {
  display: flex;
  align-items: center;
  flex-basis: auto;
  padding: 0 8px;
  opacity: 0;
}
.home-page .info .brand-col:nth-child(1)._active {
  animation: 0.5s zoomIn ease-in-out forwards;
}
.home-page .info .brand-col:nth-child(2)._active {
  animation: 0.5s zoomIn ease-in-out forwards 0.3s;
}
.home-page .info .brand-col:nth-child(3)._active {
  animation: 0.5s zoomIn ease-in-out forwards 0.5s;
}
.home-page .info .brand-col:nth-child(4)._active {
  animation: 0.5s zoomIn ease-in-out forwards 0.7s;
}
.home-page .info .brand-col:nth-child(5)._active {
  animation: 0.5s zoomIn ease-in-out forwards 0.9s;
}
.home-page .info .info-value {
  font-family: "Barlow", sans-serif;
  font-size: clamp(20px, 1.93vw, 27px);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--c-text);
  text-wrap: balance;
  letter-spacing: clamp(1px, 0.3vw, 4px);
  color: var(--c-prime-light);
}
.home-page .info .info-name {
  font-family: "Inter", sans-serif;
  font-size: clamp(14px, 1.14vw, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: var(--c-paragrph);
  text-wrap: balance;
  color: var(--c-text);
  padding-left: 8px;
}
.home-page .conditions {
  padding-top: clamp(56px, 11.42vw, 160px);
  padding-bottom: clamp(56px, 11.42vw, 160px);
}
.home-page .conditions .brand-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
}
.home-page .conditions .brand-col:nth-child(2) {
  border: 1px solid var(--b-borders);
}
.home-page .conditions .conditions-title {
  font-family: "Barlow", sans-serif;
  font-size: clamp(20px, 1.93vw, 27px);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--c-text);
  text-wrap: balance;
  letter-spacing: clamp(1px, 0.3vw, 4px);
}
.home-page .conditions .conditions-subtitle {
  font-family: "Inter", sans-serif;
  font-size: clamp(14px, 1.14vw, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: var(--c-paragrph);
  text-wrap: balance;
  margin-top: 24px;
}
.home-page .conditions .conditions-lists,
.home-page .conditions .conditions-more {
  margin-top: clamp(16px, 1.7vw, 24px);
}
.home-page .conditions .conditions-lists {
  padding-left: 8px;
}
.home-page .conditions .conditions-list {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.home-page .conditions .conditions-name {
  font-family: "Inter", sans-serif;
  font-size: clamp(14px, 1.14vw, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: var(--c-paragrph);
  text-wrap: balance;
  padding-left: 16px;
}
.home-page .conditions .conditions-desc {
  font-family: "Barlow", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: var(--c-paragrph);
  text-wrap: balance;
}
.home-page .conditions .color-link {
  font-size: inherit;
}
.home-page .conditions .conditions-body {
  display: block;
  width: 87.5%;
  margin: 0 auto;
}
.home-page .platform {
  padding: 0;
  position: relative;
  display: block;
  max-width: 3200px;
  margin: 0 auto;
}
.home-page .platform .platform-center {
  position: absolute;
  top: clamp(28px, 4.28vw, 60px);
  left: 50%;
  transform: translate(-50%, 0);
}
.home-page .platform .platform-title {
  font-family: "Barlow", sans-serif;
  font-size: clamp(20px, 1.93vw, 27px);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--c-text);
  text-wrap: balance;
  letter-spacing: clamp(1px, 0.3vw, 4px);
}
.home-page .platform .platform-left {
  position: absolute;
  top: 40%;
  left: 2%;
  transform: translate(-2%, -40%);
  width: 31%;
}
.home-page .platform .platform-left .platform-row {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: clamp(20px, 2.85vw, 40px);
}
.home-page .platform .platform-left .platform-row:first-child {
  margin-top: 0;
}
.home-page .platform .platform-left .platform-desc {
  font-family: "Inter", sans-serif;
  font-size: clamp(14px, 1.14vw, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: var(--c-paragrph);
  text-wrap: balance;
  color: var(--c-text);
  padding-right: 16px;
  text-align: right;
}
.home-page .platform .platform-right {
  position: absolute;
  width: 22%;
  top: 19%;
  left: 82%;
  transform: translate(-82%, -19%);
}
.home-page .platform .platform-right .platform-row {
  display: flex;
  align-items: center;
  margin-top: clamp(20px, 2.85vw, 40px);
}
.home-page .platform .platform-right .platform-row:first-child {
  margin-top: 0;
}
.home-page .platform .platform-right .platform-desc {
  font-family: "Inter", sans-serif;
  font-size: clamp(14px, 1.14vw, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: var(--c-paragrph);
  text-wrap: balance;
  color: var(--c-text);
  padding-left: 16px;
}
.home-page .platform .platform-btn {
  position: absolute;
  bottom: clamp(20px, 2.85vw, 40px);
  left: 50%;
  transform: translate(-50%, 0);
}
.home-page .platform .platform-icon {
  width: 40px;
  height: 41px;
}
.home-page .smartphone {
  padding: 0;
  position: relative;
  display: block;
  max-width: 3200px;
  margin: 0 auto;
}
.home-page .smartphone .smartphone-left {
  position: absolute;
  top: 44%;
  left: 19%;
  transform: translate(-20%, -44%);
  width: 20%;
}
.home-page .smartphone .smartphone-left .smartphone-row {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: clamp(20px, 2.85vw, 40px);
}
.home-page .smartphone .smartphone-left .smartphone-row:first-child {
  margin-top: 0;
}
.home-page .smartphone .smartphone-left .smartphone-decs {
  font-family: "Inter", sans-serif;
  font-size: clamp(14px, 1.14vw, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: var(--c-paragrph);
  text-wrap: balance;
  color: var(--c-text);
  padding-right: 16px;
  text-align: right;
}
.home-page .smartphone .smartphone-right {
  position: absolute;
  width: 22%;
  top: 19%;
  left: 88%;
  transform: translate(-85%, -19%);
}
.home-page .smartphone .smartphone-right .platform-row {
  display: flex;
  align-items: center;
  margin-top: clamp(20px, 2.85vw, 40px);
}
.home-page .smartphone .smartphone-right .platform-row:first-child {
  margin-top: 0;
}
.home-page .smartphone .smartphone-right .platform-desc {
  font-family: "Inter", sans-serif;
  font-size: clamp(14px, 1.14vw, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: var(--c-paragrph);
  text-wrap: balance;
  color: var(--c-text);
  padding-left: 16px;
}
.home-page .smartphone .smartphone-right .smartphone-title {
  font-family: "Barlow", sans-serif;
  font-size: clamp(20px, 1.93vw, 27px);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--c-text);
  text-wrap: balance;
  letter-spacing: clamp(1px, 0.3vw, 4px);
}
.home-page .smartphone .smartphone-right .smartphone-subtitle {
  margin-top: clamp(16px, 1.7vw, 24px);
  font-family: "Inter", sans-serif;
  font-size: clamp(14px, 1.14vw, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: var(--c-paragrph);
  text-wrap: balance;
}
.home-page .smartphone .smartphone-right .smartphone-line {
  display: flex;
  margin-top: clamp(16px, 1.7vw, 24px);
}
.home-page .smartphone .smartphone-right .smartphone-m {
  margin: 0 8px;
}
.home-page .smartphone .smartphone-btn {
  position: absolute;
  bottom: clamp(38px, 5.71vw, 80px);
  left: 50%;
  transform: translate(-50%, 0);
}
.home-page .smartphone .smartphone-icon {
  display: block;
  width: 40px;
  height: 40px;
}
.home-page .account .account-text {
  display: block;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}
.home-page .account .account-title {
  font-family: "Barlow", sans-serif;
  font-size: clamp(20px, 1.93vw, 27px);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--c-text);
  text-wrap: balance;
  letter-spacing: clamp(1px, 0.3vw, 4px);
}
.home-page .account .account-subtitle {
  font-family: "Inter", sans-serif;
  font-size: clamp(14px, 1.14vw, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: var(--c-paragrph);
  text-wrap: balance;
  margin-top: 16px;
}
.home-page .account .brand-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: auto;
  gap: clamp(18px, 1.85vw, 26px);
  margin-top: clamp(38px, 5.71vw, 80px);
}
.home-page .account .brand-col {
  padding: 0 16px clamp(19px, 2.2vw, 32px);
  border: 1px solid var(--b-borders);
  display: grid;
  grid-template-rows: auto auto auto 1fr;
  align-items: center;
}
.home-page .account .brand-col:hover {
  border: 1px solid var(--c-text);
}
.home-page .account .account-type {
  font-family: "Barlow", sans-serif;
  font-size: clamp(24px, 3.42vw, 48px);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--c-text);
  text-wrap: balance;
  margin-top: clamp(20px, 2.85vw, 40px);
  color: var(--c-prime-dark);
  letter-spacing: 9px;
  position: relative;
}
.home-page .account .account-type::after {
  content: attr(data-text);
  position: absolute;
  font-size: clamp(32px, 4.57vw, 64px);
  left: 0;
  top: 0;
  opacity: 0;
  z-index: 20;
}
.home-page .account .brand-col:hover .account-type::after {
  font-size: clamp(32px, 4.57vw, 64px);
  transform: translate(0, -30%);
  opacity: 0.4;
  z-index: 20;
}
.home-page .account .brand-col:hover .account-reg {
  border: 1px solid var(--c-second-light);
  background: var(--c-second);
  color: var(--c-text);
  box-shadow: var(--sh-reg--hover);
}
.home-page .account .account-min {
  font-family: "Inter", sans-serif;
  font-size: clamp(14px, 1.14vw, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: var(--c-paragrph);
  text-wrap: balance;
  color: var(--c-description);
  font-size: 14px;
  margin-top: clamp(18px, 1.85vw, 26px);
}
.home-page .account .account-value {
  font-family: "Inter", sans-serif;
  font-size: clamp(14px, 1.14vw, 16px);
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  color: var(--c-text);
  text-wrap: balance;
  border: 1px solid var(--c-text);
  padding: 8px 0;
  text-align: center;
}
.home-page .account .account-details {
  display: flex;
  justify-content: center;
  align-items: center;
}
.home-page .account .account-desc {
  font-family: "Inter", sans-serif;
  font-size: clamp(14px, 1.14vw, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: var(--c-paragrph);
  text-wrap: balance;
  margin: clamp(16px, 1.7vw, 24px) 0;
  text-align: center;
  height: 100%;
}
.home-page .account .account-block {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.home-page .account .description-options {
  text-align: center;
}
.home-page .account .account-sm {
  font-family: "Barlow", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: var(--c-paragrph);
  text-wrap: balance;
  color: var(--c-description);
}
.home-page .account .account-link {
  font-family: "Barlow", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: var(--c-paragrph);
  text-wrap: balance;
  color: var(--c-prime);
}

/** Media **/
@media (max-width: 1600px) {
  .home-page .platform .platform-left {
    top: 50%;
    transform: translate(-5%, -50%);
  }
  .home-page .platform .platform-right {
    top: 23%;
    transform: translate(-84%, -23%);
  }
  .home-page .smartphone .smartphone-left {
    top: 50%;
    transform: translate(-15%, -50%);
  }
}
@media (max-width: 1440px) {
  .home-page .info .info-block,
.home-page .info .info-panel {
    width: 100%;
    max-width: 1390px;
    padding: 0 12px;
  }
  .home-page .info .brand-col {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 1200px) {
  .home-page .info .info-block,
.home-page .info .info-panel {
    max-width: 992px;
  }
}
@media (max-width: 992px) {
  .home-page .info {
    background: var(--info-bg);
    background-size: cover;
  }
  .home-page .info .info-title {
    letter-spacing: 10px;
  }
  .home-page .info .info-btn {
    margin-top: clamp(16px, 1.7vw, 24px);
  }
  .home-page .info .info-block {
    max-width: 768px;
    padding: 0 12px;
    top: 60%;
    transform: translate(-50%, -60%);
  }
  .home-page .account .account-text {
    width: 100%;
    max-width: 768px;
    text-align: left;
  }
  .home-page .account .brand-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
  }
  .home-page .smartphone {
    position: relative;
  }
  .home-page .smartphone .smartphone-picture::after {
    content: "";
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(33, 37, 41, 0.3);
  }
  .home-page .smartphone .smartphone-left {
    width: 26%;
    top: 25%;
    left: 5%;
    right: unset;
    transform: unset;
  }
  .home-page .smartphone .smartphone-right {
    top: 5%;
    width: 26%;
    transform: unset;
    right: 5%;
    left: unset;
  }
}
@media (max-width: 768px) {
  .home-page .info {
    background-repeat: repeat-y;
    padding-top: 90px;
  }
  .home-page .info img {
    margin: 0 auto;
    padding-right: 0;
    max-width: 35%;
    max-height: 35%;
  }
  .home-page .info::after {
    display: none;
  }
  .home-page .info .info-block {
    position: static;
    top: initial;
    left: initial;
    bottom: initial;
    right: initial;
    transform: translate(0, 0);
    width: 100%;
    max-width: unset;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: clamp(19px, 2.2vw, 32px) auto clamp(20px, 2.85vw, 40px);
    padding: 0;
  }
  .home-page .info .info-block .info-btn {
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .home-page .info .info-block .info-btn a {
    margin-bottom: 15px;
  }
  .home-page .info .info-stroke {
    width: 40%;
  }
  .home-page .info .info-panel {
    position: static;
    top: initial;
    left: initial;
    bottom: initial;
    right: initial;
    transform: translate(0, 0);
    width: 100%;
    padding: clamp(16px, 1.7vw, 24px) 0;
  }
  .home-page .info .brand-row {
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .home-page .info .brand-col {
    width: 170px;
    margin: 16px 0;
  }
  .home-page .info .info-name {
    padding-left: 0;
  }
  .home-page .info .info-text {
    padding-left: 0;
  }
  .home-page .conditions .brand-row {
    grid-template-columns: 1fr;
    gap: clamp(20px, 2.85vw, 40px);
  }
  .home-page .conditions .conditions-body {
    width: 100%;
  }
  .home-page .platform {
    background: var(--platform-bg);
    background-size: cover;
    padding: clamp(56px, 11.42vw, 160px) 8px;
  }
  .home-page .platform .platform-picture {
    display: block;
    width: 100%;
    max-width: 540px;
    margin: 0 auto;
  }
  .home-page .platform .platform-all,
.home-page .platform .platform-left,
.home-page .platform .platform-center,
.home-page .platform .platform-right,
.home-page .platform .platform-btn {
    position: static;
    top: initial;
    right: initial;
    bottom: initial;
    left: initial;
    transform: translate(0, 0);
    width: 95%;
    display: block;
    max-width: 540px;
    margin: 0 auto;
    padding: 0 8px;
  }
  .home-page .platform .platform-title {
    margin-top: clamp(28px, 4.28vw, 60px);
  }
  .home-page .platform .platform-left {
    flex-direction: column;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 25px;
  }
  .home-page .platform .platform-left .platform-row {
    display: flex;
  }
  .home-page .platform .platform-left .platform-row .platform-icon {
    order: 1;
  }
  .home-page .platform .platform-left .platform-row .platform-desc {
    order: 2;
    padding-left: 16px;
    text-align: left;
  }
  .home-page .platform .platform-right .platform-row:first-child {
    margin-top: clamp(20px, 2.85vw, 40px);
  }
  .home-page .platform .platform-btn {
    margin-top: clamp(28px, 4.28vw, 60px);
  }
  .home-page .smartphone {
    background: var(--smartphone-bg);
    background-size: cover;
    padding: clamp(56px, 11.42vw, 160px) 0;
  }
  .home-page .smartphone .smartphone-picture {
    display: block;
    width: 100%;
    max-width: 280px;
    margin: 0 auto;
    padding: 0 8px;
  }
  .home-page .smartphone .smartphone-picture::after {
    display: none;
  }
  .home-page .smartphone .smartphone-picture img {
    margin: 0 auto;
  }
  .home-page .smartphone .smartphone-all,
.home-page .smartphone .smartphone-left,
.home-page .smartphone .smartphone-center,
.home-page .smartphone .smartphone-right,
.home-page .smartphone .smartphone-btn {
    position: static;
    top: initial;
    right: initial;
    bottom: initial;
    left: initial;
    transform: translate(0, 0);
    width: 95%;
    display: block;
    max-width: 540px;
    margin: 0 auto;
    padding: 0 8px;
  }
  .home-page .smartphone .smartphone-title {
    margin-top: clamp(28px, 4.28vw, 60px);
  }
  .home-page .smartphone .smartphone-left .smartphone-row {
    flex-direction: row-reverse;
  }
  .home-page .smartphone .smartphone-left .smartphone-row:first-child {
    margin-top: clamp(20px, 2.85vw, 40px);
  }
  .home-page .smartphone .smartphone-left .smartphone-row .smartphone-decs {
    padding-right: 0;
    padding-left: 16px;
    text-align: left;
  }
  .home-page .smartphone .smartphone-btn {
    margin-top: clamp(28px, 4.28vw, 60px);
  }
}
@media (max-width: 576px) {
  .home-page .info picture {
    display: block;
    margin: 60px auto 32px;
  }
  .home-page .info .brand-col {
    width: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
}
@media (max-width: 430px) {
  .home-page .info img {
    max-width: 50%;
    max-height: 50%;
  }
  .home-page .account .brand-row {
    grid-template-columns: 1fr;
  }
}
.about {
  /** history **/
  /** history **/
  /** mission **/
  /** mission **/
  /** profile **/
  /** profile **/
  /** numbers **/
  /** numbers **/
}
.about .history {
  padding: 0 0 clamp(38px, 5.71vw, 80px);
}
.about .history .history-img {
  display: block;
  margin: 0 auto;
}
.about .history img {
  margin: 0 auto;
}
.about .mission {
  padding: 0;
}
.about .mission .mission-title {
  font-family: "Barlow", sans-serif;
  font-size: clamp(24px, 3.42vw, 48px);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--c-text);
  text-wrap: balance;
  color: var(--c-prime-light);
}
.about .mission .mission-subtitle {
  font-family: "Barlow", sans-serif;
  font-size: clamp(20px, 1.93vw, 27px);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--c-text);
  text-wrap: balance;
  letter-spacing: clamp(1px, 0.3vw, 4px);
  margin-top: clamp(20px, 2.85vw, 40px);
}
.about .mission .brand-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto;
  gap: clamp(20px, 2.85vw, 40px);
  margin-top: clamp(38px, 5.71vw, 80px);
  position: relative;
  z-index: 20;
}
.about .mission .brand-heading {
  font-family: "Inter", sans-serif;
  font-size: clamp(14px, 1.14vw, 16px);
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  color: var(--c-text);
  text-wrap: balance;
}
.about .mission .brand-subheading {
  font-family: "Inter", sans-serif;
  font-size: clamp(14px, 1.14vw, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: var(--c-paragrph);
  text-wrap: balance;
  margin-top: 16px;
}
.about .mission .brand-lists {
  margin-top: clamp(19px, 2.2vw, 32px);
}
.about .mission .brand-list {
  display: flex;
  margin-top: 8px;
}
.about .mission .brand-list:first-child {
  margin-top: 0;
}
.about .mission .brand-name {
  font-family: "Inter", sans-serif;
  font-size: clamp(14px, 1.14vw, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: var(--c-paragrph);
  text-wrap: balance;
  padding-left: 10px;
}
.about .mission .brand-line {
  margin-top: clamp(20px, 2.85vw, 40px);
}
.about .mission .missiom-img {
  margin-top: 2%;
}
.about .mission .missiom-img img {
  margin: 0 auto;
}
.about .profile {
  padding: 0;
  position: relative;
}
.about .profile .profile-block {
  position: absolute;
  left: 50%;
  top: clamp(38px, 5.71vw, 80px);
  transform: translate(-50%, 0);
  text-align: center;
}
.about .profile .profile-heading {
  font-family: "Barlow", sans-serif;
  font-size: clamp(20px, 1.93vw, 27px);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--c-text);
  text-wrap: balance;
  letter-spacing: clamp(1px, 0.3vw, 4px);
}
.about .profile .profile-logos {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  gap: clamp(38px, 5.71vw, 80px);
  margin-top: clamp(20px, 2.85vw, 40px);
}
.about .profile .profile-logo img {
  margin: 0 auto;
}
.about .profile .profile-panel {
  position: absolute;
  width: 1400px;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -70%);
}
.about .profile .profile-row {
  width: 50%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  gap: clamp(20px, 2.85vw, 40px);
  border-bottom: 1px solid var(--b-borders);
  margin-top: clamp(20px, 2.85vw, 40px);
  padding-bottom: 8px;
}
.about .profile .profile-big {
  font-family: "Inter", sans-serif;
  font-size: clamp(14px, 1.14vw, 16px);
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  color: var(--c-text);
  text-wrap: balance;
}
.about .profile .profile-small {
  font-family: "Inter", sans-serif;
  font-size: clamp(14px, 1.14vw, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: var(--c-paragrph);
  text-wrap: balance;
}
.about .profile .color-link:hover {
  color: var(--c-paragrph);
}
.about .profile .profile-line {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  gap: 8px;
}
.about .profile .profile-data {
  font-family: "Barlow", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: var(--c-paragrph);
  text-wrap: balance;
}
.about .numbers .numbers-title {
  font-family: "Barlow", sans-serif;
  font-size: clamp(20px, 1.93vw, 27px);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--c-text);
  text-wrap: balance;
  letter-spacing: clamp(1px, 0.3vw, 4px);
  text-align: center;
}
.about .numbers .brand-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: auto;
  gap: clamp(38px, 5.71vw, 80px);
  margin: clamp(38px, 5.71vw, 80px) 0;
}
.about .numbers .brand-col {
  text-align: center;
}
.about .numbers .brand-big,
.about .numbers .inf {
  font-family: "Barlow", sans-serif;
  font-size: clamp(20px, 1.93vw, 27px);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--c-text);
  text-wrap: balance;
  color: var(--c-prime);
  letter-spacing: clamp(1px, 0.3vw, 4px);
}
.about .numbers .brand-small {
  font-family: "Inter", sans-serif;
  font-size: clamp(14px, 1.14vw, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: var(--c-paragrph);
  text-wrap: balance;
  margin-top: 8px;
}
.about .numbers .brand-line {
  display: flex;
  justify-content: center;
  align-items: center;
}
.about .numbers .numbers-btn {
  display: flex;
  justify-content: center;
  margin-top: clamp(38px, 5.71vw, 80px);
}
.about .numbers .numbers-more {
  font-size: clamp(48px, 4.57vw, 64px);
  line-height: normal;
  color: var(--c-prime-light);
  text-align: center;
}

/** Media **/
@media screen and (max-width: 1400px) {
  .about .profile .profile-panel {
    width: 100%;
    left: 32px;
    top: 80%;
    transform: translate(0, -80%);
  }
  .about .profile .profile-row {
    margin-top: clamp(16px, 1.7vw, 24px);
  }
}
@media (max-width: 1200px) {
  .about .profile .profile-panel {
    top: 100%;
    transform: translate(0, -100%);
  }
  .about .profile .profile-row {
    margin-top: 16px;
  }
}
@media (max-width: 992px) {
  .about .mission .mission-title {
    letter-spacing: clamp(1px, 0.3vw, 4px);
  }
  .about .mission .brand-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
  }
  .about .profile .profile-block,
.about .profile .profile-panel {
    position: static;
    top: initial;
    left: initial;
    transform: translate(0, 0);
  }
  .about .profile .profile-block {
    display: block;
    max-width: 768px;
    text-align: left;
    padding: 0 8px;
    margin: clamp(20px, 2.85vw, 40px) auto;
  }
  .about .profile .profile-logos {
    display: flex;
  }
  .about .profile .profile-panel {
    display: block;
    max-width: 768px;
    padding: 0 8px;
    margin: clamp(20px, 2.85vw, 40px) auto;
  }
  .about .profile .profile-row {
    width: 70%;
  }
  .about .profile .profile-row .profile-line {
    display: flex;
  }
  .about .numbers .brand-row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto;
  }
}
@media (max-width: 768px) {
  .about .history {
    padding: 80px 0 clamp(28px, 4.28vw, 60px);
  }
  .about .history .history-img {
    max-width: 460px;
  }
  .about .history .history-img img {
    object-fit: contain;
    object-position: center;
  }
  .about .mission .brand-row {
    grid-template-columns: 1fr;
  }
  .about .profile .profile-block,
.about .profile .profile-panel {
    max-width: 540px;
  }
  .about .profile .profile-row {
    width: 100%;
  }
  .about .numbers .numbers-title,
.about .numbers .brand-col,
.about .numbers .numbers-more {
    text-align: left;
  }
  .about .numbers .brand-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
  }
  .about .numbers .brand-line {
    justify-content: flex-start;
  }
  .about .numbers .numbers-btn {
    justify-content: flex-start;
  }
}
@media (max-width: 576px) {
  .about .history {
    padding: 160px 0 clamp(28px, 4.28vw, 60px);
  }
}
@media (max-width: 400px) {
  .about .why .brand-row {
    grid-template-columns: 1fr;
  }
  .about .numbers .brand-row {
    grid-template-columns: 1fr;
  }
}
[data-theme=dd1] .accounts-page .brand-btn {
  --brand-btn-bg: url(../img/dd1/account/arrow.svg) no-repeat center;
}

[data-theme=dd2] .accounts-page .brand-btn {
  --brand-btn-bg: url(../img/dd2/account/arrow.svg) no-repeat center;
}

[data-theme=ld1] .accounts-page .brand-btn {
  --brand-btn-bg: url(../img/ld1/account/arrow.svg) no-repeat center;
}

[data-theme=ld2] .accounts-page .brand-btn {
  --brand-btn-bg: url(../img/ld2/account/arrow.svg) no-repeat center;
}

.accounts-page .account-types {
  padding: 0;
}
.accounts-page .account-types .account-table {
  display: flex;
  justify-content: space-between;
}
.accounts-page .account-types .account-name {
  width: 200px;
  padding: 0 16px clamp(19px, 2.2vw, 32px);
}
.accounts-page .account-types .account-item {
  flex-grow: 1;
  padding: 0 16px clamp(19px, 2.2vw, 32px);
  border: 1px solid var(--b-borders);
}
.accounts-page .account-types .account-item:hover {
  border: 1px solid var(--c-text);
}
.accounts-page .account-types .account-col {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
}
.accounts-page .account-types .account-inf {
  font-family: "Inter", sans-serif;
  font-size: clamp(14px, 1.14vw, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: var(--c-paragrph);
  text-wrap: balance;
}
.accounts-page .account-types .account-sm {
  font-family: "Barlow", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: var(--c-paragrph);
  text-wrap: balance;
}
.accounts-page .account-types .color-link {
  font-size: inherit;
}
.accounts-page .account-types .text-left {
  display: flex;
  justify-content: flex-start;
}
.accounts-page .account-types .account-type {
  font-family: "Barlow", sans-serif;
  font-size: clamp(24px, 3.42vw, 48px);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--c-text);
  text-wrap: balance;
  margin-top: clamp(20px, 2.85vw, 40px);
  color: var(--c-prime-dark);
  letter-spacing: 9px;
  position: relative;
}
.accounts-page .account-types .account-type::after {
  content: attr(data-text);
  position: absolute;
  font-size: clamp(32px, 4.57vw, 64px);
  left: 0;
  top: 0;
  opacity: 0;
  z-index: 20;
}
.accounts-page .account-types .account-item:hover .account-type::after {
  font-size: clamp(32px, 4.57vw, 64px);
  transform: translate(0, -30%);
  opacity: 0.4;
  z-index: 20;
}
.accounts-page .account-types .account-item:hover .account-reg {
  border: 1px solid var(--c-second-light);
  background: var(--c-second);
  color: var(--c-text);
  box-shadow: var(--sh-reg--hover);
}
.accounts-page .account-types .account-min {
  font-family: "Inter", sans-serif;
  font-size: clamp(14px, 1.14vw, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: var(--c-paragrph);
  text-wrap: balance;
  color: var(--c-description);
  font-size: 14px;
  margin-top: clamp(18px, 1.85vw, 26px);
}
.accounts-page .account-types .account-value {
  font-family: "Inter", sans-serif;
  font-size: clamp(14px, 1.14vw, 16px);
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  color: var(--c-text);
  text-wrap: balance;
  border: 1px solid var(--c-text);
  padding: 8px 0;
  text-align: center;
}
.accounts-page .account-types .bnone {
  border: none;
}
.accounts-page .account-info .brand-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto;
  gap: clamp(38px, 5.71vw, 80px);
}
.accounts-page .account-info .brand-col {
  border: 1px solid var(--b-borders);
  padding: clamp(20px, 2.85vw, 40px) clamp(19px, 2.2vw, 32px);
}
.accounts-page .account-info .brand-link {
  cursor: pointer;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.accounts-page .account-info .brand-heading {
  font-family: "Inter", sans-serif;
  font-size: clamp(14px, 1.14vw, 16px);
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  color: var(--c-text);
  text-wrap: balance;
  color: var(--c-prime);
  margin-top: 16px;
}
.accounts-page .account-info .brand-subheading {
  font-family: "Inter", sans-serif;
  font-size: clamp(14px, 1.14vw, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: var(--c-paragrph);
  text-wrap: balance;
  margin-top: 16px;
  text-align: center;
}
.accounts-page .account-why {
  padding: 0;
  background: var(--account-bg);
  position: relative;
}
.accounts-page .account-why img {
  margin: 0 auto;
}
.accounts-page .account-why .why-text {
  display: block;
  position: absolute;
  max-width: 640px;
  top: 5%;
  left: 50%;
  transform: translate(-50%, 0);
  text-align: center;
}
.accounts-page .account-why .account-title {
  font-family: "Barlow", sans-serif;
  font-size: clamp(20px, 1.93vw, 27px);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--c-text);
  text-wrap: balance;
  letter-spacing: clamp(1px, 0.3vw, 4px);
}
.accounts-page .account-why .account-subtitle {
  font-family: "Inter", sans-serif;
  font-size: clamp(14px, 1.14vw, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: var(--c-paragrph);
  text-wrap: balance;
  margin-top: 16px;
}
.accounts-page .account-why .why-row {
  position: absolute;
  left: 70%;
  top: 50%;
  width: 32%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.accounts-page .account-why .why-col {
  width: 48%;
  margin-top: clamp(20px, 2.85vw, 40px);
}
.accounts-page .account-why .why-col:nth-child(odd) {
  border-right: 1px solid var(--c-prime);
}
.accounts-page .account-why .why-line {
  display: flex;
  align-items: center;
}
.accounts-page .account-why .why-subheading {
  font-family: "Inter", sans-serif;
  font-size: clamp(14px, 1.14vw, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: var(--c-paragrph);
  text-wrap: balance;
  padding: 0 16px;
}
.accounts-page .account-learn .account-block {
  display: block;
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
}
.accounts-page .account-learn .account-title {
  font-family: "Barlow", sans-serif;
  font-size: clamp(20px, 1.93vw, 27px);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--c-text);
  text-wrap: balance;
  letter-spacing: clamp(1px, 0.3vw, 4px);
}
.accounts-page .account-learn .account-subtitle {
  font-family: "Inter", sans-serif;
  font-size: clamp(14px, 1.14vw, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: var(--c-paragrph);
  text-wrap: balance;
  margin-top: 16px;
}
.accounts-page .account-learn .brand-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: auto;
  margin-top: clamp(38px, 5.71vw, 80px);
  gap: clamp(38px, 5.71vw, 80px);
}
.accounts-page .account-learn .brand-big {
  font-family: "Inter", sans-serif;
  font-size: clamp(14px, 1.14vw, 16px);
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  color: var(--c-text);
  text-wrap: balance;
  margin-top: 16px;
}
.accounts-page .account-learn .brand-small {
  font-family: "Inter", sans-serif;
  font-size: clamp(14px, 1.14vw, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: var(--c-paragrph);
  text-wrap: balance;
  margin-top: 16px;
}
.accounts-page .account-learn .brand-btn {
  font-family: "Inter", sans-serif;
  font-size: clamp(14px, 1.14vw, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: var(--c-paragrph);
  text-wrap: balance;
  display: inline-block;
  color: var(--c-prime);
  margin-top: 16px;
  position: relative;
}
.accounts-page .account-learn .brand-btn::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: var(--brand-btn-bg);
  background-size: contain;
  position: absolute;
  right: -16px;
  top: 50%;
  transform: translate(0, -50%);
}

/** Media **/
@media (max-width: 1440px) {
  .accounts-page .account-why .why-row {
    width: 38%;
    left: 75%;
  }
  .accounts-page .account-why .why-subheading {
    padding: 0 8px;
  }
}
@media (max-width: 1024px) {
  .accounts-page .account-why .why-row {
    width: 42%;
  }
}
@media (max-width: 992px) {
  .accounts-page .account-types .account-table {
    overflow-x: auto;
  }
  .accounts-page .account-types .account-name {
    position: sticky;
    left: 0;
    z-index: 50;
    background: var(--c-background);
    padding: 0 8px;
    flex-shrink: 0;
    width: 180px;
  }
  .accounts-page .account-types .account-item {
    width: 180px;
    padding: 0 8px clamp(19px, 2.2vw, 32px);
    flex-shrink: 0;
    position: relative;
    z-index: 10;
  }
  .accounts-page .account-info .brand-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
  }
  .accounts-page .account-why {
    background: var(--account-bg);
    padding: clamp(38px, 5.71vw, 80px) 0;
  }
  .accounts-page .account-why .why-text {
    position: static;
    top: initial;
    left: initial;
    transform: translate(0, 0);
    max-width: 768px;
    margin: clamp(19px, 2.2vw, 32px) auto 0;
    text-align: left;
    padding: 0 8px;
  }
  .accounts-page .account-why .why-row {
    position: static;
    top: initial;
    left: initial;
    transform: translate(0, 0);
    width: 100%;
    max-width: 768px;
    margin: clamp(19px, 2.2vw, 32px) auto 0;
    padding: 0 8px;
  }
  .accounts-page .account-why .why-col:nth-child(odd) {
    border-right: none;
  }
  .accounts-page .account-learn .account-block {
    max-width: 768px;
    width: 100%;
    text-align: left;
  }
  .accounts-page .account-learn .brand-row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto;
  }
}
@media (max-width: 768px) {
  .accounts-page .account-why .why-row {
    flex-direction: column;
  }
  .accounts-page .account-why .why-col {
    width: 100%;
  }
  .accounts-page .account-why .why-text,
.accounts-page .account-why .why-row {
    max-width: 540px;
  }
  .accounts-page .account-learn .brand-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    gap: clamp(38px, 5.71vw, 80px) clamp(16px, 1.7vw, 24px);
  }
}
@media (max-width: 576px) {
  .accounts-page .account-info .brand-row {
    grid-template-columns: 1fr;
  }
  .accounts-page .account-info .brand-link {
    align-items: flex-start;
    justify-content: flex-start;
    text-align: left;
  }
  .accounts-page .account-info .brand-subheading {
    text-align: left;
  }
  .accounts-page .account-why .why-row {
    padding: 0;
  }
}
@media (max-width: 400px) {
  .accounts-page .account-learn .brand-row {
    grid-template-columns: 1fr;
  }
}
[data-theme=dd1] .contacts-page .call-icon, [data-theme=dd2] .contacts-page .call-icon, [data-theme=ld1] .contacts-page .call-icon, [data-theme=ld2] .contacts-page .call-icon {
  --call-icon-bg: url(../img/general/call_black.svg);
}
[data-theme=dd1] .contacts-page .mail-icon, [data-theme=dd2] .contacts-page .mail-icon, [data-theme=ld1] .contacts-page .mail-icon, [data-theme=ld2] .contacts-page .mail-icon {
  --mail-icon-bg: url(../img/general/mail_black.svg);
}
[data-theme=dd1] .contacts-page .call-icon, [data-theme=dd2] .contacts-page .call-icon, [data-theme=ld1] .contacts-page .call-icon, [data-theme=ld2] .contacts-page .call-icon {
  --call-icon-white-bg: url(../img/general/call_white.svg);
}
[data-theme=dd1] .contacts-page .mail-icon, [data-theme=dd2] .contacts-page .mail-icon, [data-theme=ld1] .contacts-page .mail-icon, [data-theme=ld2] .contacts-page .mail-icon {
  --mail-icon-white-bg: url(../img/general/email_white.svg);
}

.contacts-page .contacts-datas {
  padding: 0;
}
.contacts-page .contacts-datas .brand-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto;
  gap: clamp(38px, 5.71vw, 80px);
}
.contacts-page .contacts-datas .brand-col {
  background: var(--c-contact);
  display: grid;
  align-items: center;
}
.contacts-page .contacts-datas .brand-subheading {
  display: block;
}
.contacts-page .contacts-datas .with-hover:hover {
  background: var(--c-prime);
}
.contacts-page .contacts-datas .with-hover:hover .brand-heading,
.contacts-page .contacts-datas .with-hover:hover .brand-subheading {
  color: var(--c-background);
}
.contacts-page .contacts-datas .with-hover:hover .call-icon {
  background-image: var(--call-icon-bg);
  background-size: contain;
  background-repeat: no-repeat;
}
.contacts-page .contacts-datas .with-hover:hover .mail-icon {
  background-image: var(--mail-icon-bg);
  background-size: contain;
  background-repeat: no-repeat;
}
.contacts-page .contacts-datas .rz-bg {
  background: none !important;
}
.contacts-page .contacts-datas .brand-line {
  display: flex;
  align-items: center;
  padding: 16px;
}
.contacts-page .contacts-datas .brand-icon {
  display: flex;
  flex-shrink: 0;
  width: 48px;
  height: 48px;
}
.contacts-page .contacts-datas .call-icon {
  background-image: var(--call-icon-white-bg);
  background-size: contain;
  background-repeat: no-repeat;
}
.contacts-page .contacts-datas .mail-icon {
  background-image: var(--mail-icon-white-bg);
  background-size: contain;
  background-repeat: no-repeat;
}
.contacts-page .contacts-datas .brand-heading {
  font-family: "Inter", sans-serif;
  font-size: clamp(14px, 1.14vw, 16px);
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  color: var(--c-text);
  text-wrap: balance;
  color: var(--c-prime);
  padding-left: 16px;
}
.contacts-page .contacts-datas .brand-subheading {
  font-family: "Inter", sans-serif;
  font-size: clamp(14px, 1.14vw, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: var(--c-paragrph);
  text-wrap: balance;
  margin-top: 8px;
  color: var(--c-text);
  padding-left: 16px;
}
.contacts-page .contacts-feedback .feedback-block {
  display: block;
  width: 100%;
  max-width: 560px;
  margin: 0 auto;
}
.contacts-page .contacts-feedback .feedback-title {
  font-family: "Barlow", sans-serif;
  font-size: clamp(20px, 1.93vw, 27px);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--c-text);
  text-wrap: balance;
  letter-spacing: clamp(1px, 0.3vw, 4px);
  text-align: center;
  margin-bottom: clamp(22px, 3.42vw, 48px);
}
.contacts-page .contacts-feedback .feedback {
  width: 100%;
  position: relative;
  z-index: 20;
}
.contacts-page .contacts-feedback .feedback .contacts__form input:not(input[type=submit]) {
  width: 100%;
  border: none;
  box-shadow: none;
  font-family: "Barlow", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: var(--c-paragrph);
  text-wrap: balance;
  background-color: var(--b-borders);
  border: unset;
  color: var(--c-description);
  display: inline-block;
  height: 48px;
  line-height: 48px;
  text-indent: 10px;
  border-radius: 0 !important;
}
.contacts-page .contacts-feedback .feedback .contacts__form input:not(input[type=submit])::placeholder {
  font-family: "Barlow", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: var(--c-paragrph);
  text-wrap: balance;
  color: var(--c-description);
}
.contacts-page .contacts-feedback .feedback .contacts__form input:not(input[type=submit]):focus::-webkit-input-placeholder {
  color: transparent;
}
.contacts-page .contacts-feedback .feedback .contacts__form input:not(input[type=submit]):focus::-moz-placeholder {
  color: transparent;
}
.contacts-page .contacts-feedback .feedback .contacts__form input:not(input[type=submit]):focus:-moz-placeholder {
  color: transparent;
}
.contacts-page .contacts-feedback .feedback .contacts__form input:not(input[type=submit]):focus:-ms-input-placeholder {
  color: transparent;
}
.contacts-page .contacts-feedback .feedback .contacts__form input[type=submit] {
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  box-sizing: border-box;
  font-family: "Inter", sans-serif;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  font-size: clamp(14px, 1.22vw, 16px);
  font-weight: 400;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: clamp(16px, 1.84vw, 24px);
  padding-right: clamp(16px, 1.84vw, 24px);
  background: transparent;
  border: 1px solid var(--c-prime);
  color: var(--c-text);
  border-radius: 0 !important;
}
.contacts-page .contacts-feedback .feedback .contacts__form input[type=submit]:hover {
  border: 1px solid var(--c-prime-dark);
  background: var(--c-prime-dark);
  color: var(--c-text);
  box-shadow: var(--sh-log--hover);
}
.contacts-page .contacts-feedback .feedback .contacts__form textarea {
  width: 100%;
  border: none;
  box-shadow: none;
  font-family: "Barlow", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: var(--c-paragrph);
  text-wrap: balance;
  background-color: var(--b-borders);
  border: unset;
  color: var(--c-description);
  display: inline-block;
  text-indent: 10px;
  border-radius: 0 !important;
  resize: none;
  padding-top: 10px;
}
.contacts-page .contacts-feedback .feedback .contacts__form textarea::placeholder {
  font-family: "Barlow", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: var(--c-paragrph);
  text-wrap: balance;
  color: var(--c-description);
}
.contacts-page .contacts-feedback .feedback .contacts__form textarea:focus::-webkit-input-placeholder {
  color: transparent;
}
.contacts-page .contacts-feedback .feedback .contacts__form textarea:focus::-moz-placeholder {
  color: transparent;
}
.contacts-page .contacts-feedback .feedback .contacts__form textarea:focus:-moz-placeholder {
  color: transparent;
}
.contacts-page .contacts-feedback .feedback .contacts__form textarea:focus:-ms-input-placeholder {
  color: transparent;
}
.contacts-page .show-modal {
  display: none;
}
.contacts-page .show-modal.actives {
  display: block;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
  width: 100%;
  max-width: 480px;
  padding: clamp(38px, 5.71vw, 80px);
  background: var(--c-background);
}
.contacts-page .show-modal #callback-form {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contacts-page .show-modal .modal-heading {
  font-family: "Barlow", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: var(--c-paragrph);
  text-wrap: balance;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2.4px;
  color: var(--c-text);
}
.contacts-page .show-modal .callback-input {
  background: var(--b-borders);
  width: 100%;
  outline: none;
  font-family: "Barlow", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: var(--c-paragrph);
  text-wrap: balance;
  font-family: "Inter", sans-serif;
  color: var(--c-description);
  text-indent: 10px;
  display: inline-block;
  height: 48px;
  line-height: 48px;
  border-radius: 0;
  outline: none;
  border: none;
}
.contacts-page .show-modal .callback-input:focus {
  outline: none;
  border: none;
  border-radius: 0;
}
.contacts-page .show-modal .callback-input:focus::-webkit-input-placeholder {
  color: transparent;
}
.contacts-page .show-modal .callback-input:focus::-moz-placeholder {
  color: transparent;
}
.contacts-page .show-modal .callback-input:focus:-moz-placeholder {
  color: transparent;
}
.contacts-page .show-modal .callback-input:focus:-ms-input-placeholder {
  color: transparent;
}
.contacts-page .show-modal .callback-input,
.contacts-page .show-modal .subtop {
  margin-top: clamp(20px, 2.85vw, 40px);
}
.contacts-page .show-modal .success-panel {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contacts-page .show-modal .success-block {
  margin-top: clamp(20px, 2.85vw, 40px);
}
.contacts-page .show-modal .success-heading {
  font-family: "Barlow", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: var(--c-paragrph);
  text-wrap: balance;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2.4px;
  color: var(--c-text);
  margin-bottom: 16px;
}
.contacts-page .show-modal .success-heading:last-child {
  margin-bottom: 0;
}
.contacts-page #modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--modal-bg);
  z-index: 50;
}

/** Media **/
@media (max-width: 992px) {
  .contacts-page .contacts-datas .brand-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
  }
}
@media (max-width: 768px) {
  .contacts-page .contacts-datas .brand-row {
    grid-template-columns: 1fr;
  }
  .contacts-page .contacts-feedback .feedback-title {
    text-align: left;
  }
}
.docs-page {
  padding-bottom: clamp(56px, 11.42vw, 160px);
}
.docs-page .d-inline {
  display: inline;
}
.docs-page .general-text {
  display: inline;
  font-family: "Inter", sans-serif;
  font-size: clamp(14px, 1.14vw, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: var(--c-paragrph);
  text-wrap: balance;
  color: var(--c-text);
}
.docs-page .docs-title {
  font-family: "Barlow", sans-serif;
  font-size: clamp(20px, 1.93vw, 27px);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--c-text);
  text-wrap: balance;
  letter-spacing: clamp(1px, 0.3vw, 4px);
}
.docs-page .docs-subtitle {
  font-family: "Inter", sans-serif;
  font-size: clamp(14px, 1.14vw, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: var(--c-paragrph);
  text-wrap: balance;
}
.docs-page .brand-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  gap: clamp(38px, 5.71vw, 80px);
  margin-top: clamp(38px, 5.71vw, 80px);
}
.docs-page .docs-line {
  margin-top: clamp(16px, 1.7vw, 24px);
}
.docs-page .docs-line:first-child {
  margin-top: 0;
}
.docs-page .docs-link {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
}
.docs-page .docs-heading {
  padding-left: clamp(16px, 1.7vw, 24px);
  font-family: "Inter", sans-serif;
  font-size: clamp(14px, 1.14vw, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: var(--c-paragrph);
  text-wrap: balance;
  color: var(--c-prime);
}
.docs-page .legal-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 48px 64px;
}
.docs-page .legal-item {
  display: flex;
  align-items: center;
}
.docs-page .legal-icon {
  display: flex;
  flex-shrink: 0;
  width: 32px;
  height: 32px;
}
.docs-page .tabs {
  display: grid;
  grid-template-columns: 0.63fr 1.37fr;
  grid-column-gap: clamp(28px, 4.28vw, 60px);
  position: relative;
  z-index: 20;
}
.docs-page .tabs__nav {
  height: fit-content;
  overflow: hidden;
  border-radius: 24px 0 0 24px;
  padding: 16px 0;
}
.docs-page .tabs__content p,
.docs-page .tabs__content li {
  font-family: "Inter", sans-serif;
  font-size: clamp(14px, 1.14vw, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: var(--c-paragrph);
  text-wrap: balance;
  margin-top: 12px;
  color: var(--c-text);
  text-wrap: initial;
}
.docs-page .tabs-nav__item {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 18px;
  cursor: pointer;
  margin: 0;
  text-wrap: initial;
  font-family: "Barlow", sans-serif;
  font-size: clamp(20px, 1.93vw, 27px);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--c-text);
  text-wrap: balance;
  font-size: clamp(16px, 1.39vw, 20px);
  letter-spacing: 0;
  color: var(--c-text);
  border-radius: 8px;
}
.docs-page .tabs-nav__item.is-active {
  background: var(--c-second);
  color: var(--c-text);
}
.docs-page .tabs-nav__item:not(.is-active):hover {
  background: var(--c-second);
  color: var(--c-text);
}
.docs-page .tabs-nav__item .tabs__content {
  position: relative;
}
.docs-page .tab {
  display: none;
  transition: var(--transition-main);
}
.docs-page .tab.is-active {
  display: block;
}
.docs-page .tab__title {
  font-family: "Barlow", sans-serif;
  font-size: clamp(20px, 1.93vw, 27px);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--c-text);
  text-wrap: balance;
  color: var(--c-text);
  margin-bottom: 24px;
  letter-spacing: 0;
}
.docs-page .tab__heading {
  color: var(--c-text);
  font-family: "Barlow", sans-serif;
  font-size: clamp(20px, 1.93vw, 27px);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--c-text);
  text-wrap: balance;
  letter-spacing: 0;
}
.docs-page .tab_description {
  font-family: "Inter", sans-serif;
  font-size: clamp(14px, 1.14vw, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: var(--c-paragrph);
  text-wrap: balance;
  margin-top: 0;
  color: var(--c-text);
  text-wrap: initial;
}
.docs-page .tab__step {
  font-family: "Inter", sans-serif;
  font-size: clamp(14px, 1.14vw, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: var(--c-paragrph);
  text-wrap: balance;
  margin-top: 0 !important;
  color: var(--c-text);
  text-wrap: initial;
}
.docs-page span {
  color: var(--c-text);
}

@media (max-width: 1200px) {
  .docs-page .tabs {
    grid-column-gap: 50px;
  }
}
@media (max-width: 1024px) {
  .docs-page .tabs {
    grid-template-columns: 1fr;
  }
  .docs-page .tabs__nav {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 20px;
  }
  .docs-page .tabs-nav__item {
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    padding: 16px;
  }
  .docs-page .tabs-nav__item.is-active {
    color: var(--palette-white);
  }
  .docs-page .tabs__content {
    margin-top: 30px;
    padding: 0;
  }
  .docs-page .tab {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
}
@media (max-width: 576px) {
  .docs-page .tabs__nav {
    grid-template-columns: 1fr;
  }
  .docs-page .tab_description p, .docs-page .tabs__content li {
    margin-top: 8px !important;
  }
}
[data-theme=dd1] .markets-theme .market-btn {
  --market-btn-bg: url(../img/dd1/markets/arrow.svg) no-repeat center;
}
[data-theme=dd1] .markets-theme .market-2 {
  --market-2-bg: url(../img/dd1/general-imgs/platform_bg.jpg) repeat-x bottom center;
}

[data-theme=dd2] .markets-theme .market-btn {
  --market-btn-bg: url(../img/dd2/markets/arrow.svg) no-repeat center;
}
[data-theme=dd2] .markets-theme .market-2 {
  --market-2-bg: url(../img/dd2/general-imgs/platform_bg.jpg) repeat-x bottom center;
}

[data-theme=ld1] .markets-theme .market-btn {
  --market-btn-bg: url(../img/ld1/markets/arrow.svg) no-repeat center;
}
[data-theme=ld1] .markets-theme .market-2 {
  --market-2-bg: url(../img/ld1/general-imgs/platform_bg.jpg) repeat-x bottom center;
}

[data-theme=ld2] .markets-theme .market-btn {
  --market-btn-bg: url(../img/ld2/markets/arrow.svg) no-repeat center;
}
[data-theme=ld2] .markets-theme .market-2 {
  --market-2-bg: url(../img/ld2/general-imgs/platform_bg.jpg) repeat-x bottom center;
}

.markets-theme {
  /** market-1 **/
  /** market-1 **/
  /** market-2 **/
  /** market-2 **/
  /** market-3 **/
  /** market-3 **/
  /** market-4 **/
  /** market-4 **/
  /** market-5 **/
  /** market-5 **/
}
.markets-theme section.tradeholic {
  padding-bottom: 0 !important;
}
.markets-theme .tab-menu {
  display: flex;
  margin-top: clamp(20px, 2.85vw, 40px);
}
.markets-theme .mtop {
  margin-top: clamp(20px, 2.85vw, 40px) !important;
}
.markets-theme .widget-heading {
  font-family: "Inter", sans-serif;
  font-size: clamp(14px, 1.14vw, 16px);
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  color: var(--c-text);
  text-wrap: balance;
  margin-top: 16px;
  display: inline-block;
  width: 60%;
}
.markets-theme .tab {
  padding: 8px 16px;
  cursor: pointer;
  font-family: "Inter", sans-serif;
  font-size: clamp(14px, 1.14vw, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: var(--c-paragrph);
  text-wrap: balance;
  color: var(--c-text);
}
.markets-theme .tab.active {
  font-family: "Inter", sans-serif;
  font-size: clamp(14px, 1.14vw, 16px);
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  color: var(--c-text);
  text-wrap: balance;
  border-bottom: 2px solid var(--c-prime);
}
.markets-theme .tab-content .tab-pane.active {
  display: block;
}
.markets-theme .market-1 .brand-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  margin-top: 0;
  gap: 0;
}
.markets-theme .market-inf {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  color: var(--c-description);
  padding: 0 16px;
}
.markets-theme .market-2 {
  background: var(--market-2-bg);
  background-size: cover;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.markets-theme .platform-panel {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.markets-theme .platform-panel::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 80%;
  transform: translate(-50%, -50%);
  display: block;
  border-radius: 50%;
  width: clamp(500px, 59vw, 827px);
  height: clamp(500px, 59vw, 827px);
  background: var(--before-platform);
  filter: blur(102.5px);
  z-index: 10;
}
.markets-theme .platform-text {
  width: 40%;
  position: relative;
  z-index: 20;
}
.markets-theme .platform-picture {
  width: 54%;
  position: relative;
  z-index: 20;
}
.markets-theme .platform-picture img {
  position: relative;
  z-index: 20;
}
.markets-theme .platform-heading {
  font-family: "Barlow", sans-serif;
  font-size: clamp(20px, 1.93vw, 27px);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--c-text);
  text-wrap: balance;
  letter-spacing: clamp(1px, 0.3vw, 4px);
}
.markets-theme .platform-list {
  margin-top: clamp(20px, 2.85vw, 40px);
}
.markets-theme .platform-item {
  display: flex;
  align-items: center;
  margin-top: 14px;
}
.markets-theme .market-go {
  cursor: pointer;
  height: inherit;
}
.markets-theme .platform-desc {
  font-family: "Inter", sans-serif;
  font-size: clamp(14px, 1.14vw, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: var(--c-paragrph);
  text-wrap: balance;
  padding-left: 10px;
}
.markets-theme .platform-btn {
  margin-top: clamp(20px, 2.85vw, 40px);
}
.markets-theme .market-text {
  display: block;
  width: 50%;
  margin: 0 auto;
  text-align: center;
}
.markets-theme .market-heading {
  font-family: "Barlow", sans-serif;
  font-size: clamp(20px, 1.93vw, 27px);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--c-text);
  text-wrap: balance;
  letter-spacing: clamp(1px, 0.3vw, 4px);
}
.markets-theme .brand-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: auto;
  gap: clamp(38px, 5.71vw, 80px);
  margin-top: clamp(38px, 5.71vw, 80px);
}
.markets-theme #brand-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto;
}
.markets-theme .market-subheading {
  font-family: "Inter", sans-serif;
  font-size: clamp(14px, 1.14vw, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: var(--c-paragrph);
  text-wrap: balance;
  margin-top: 16px;
}
.markets-theme .market-big {
  font-family: "Inter", sans-serif;
  font-size: clamp(14px, 1.14vw, 16px);
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  color: var(--c-text);
  text-wrap: balance;
  margin-top: 16px;
}
.markets-theme .market-small {
  font-family: "Inter", sans-serif;
  font-size: clamp(14px, 1.14vw, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: var(--c-paragrph);
  text-wrap: balance;
  margin-top: 16px;
}
.markets-theme .market-btn {
  font-family: "Inter", sans-serif;
  font-size: clamp(14px, 1.14vw, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: var(--c-paragrph);
  text-wrap: balance;
  display: inline-block;
  color: var(--c-prime);
  margin-top: 16px;
  position: relative;
}
.markets-theme .market-btn::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: var(--market-btn-bg);
  background-size: contain;
  position: absolute;
  right: -16px;
  top: 50%;
  transform: translate(0, -50%);
}
.markets-theme .market-space {
  padding-bottom: clamp(20px, 2.85vw, 40px);
  text-align: center;
}
.markets-theme .text-bg {
  padding-top: clamp(20px, 2.85vw, 40px);
  font-family: "Inter", sans-serif;
  font-size: clamp(30px, 5.75vw, 80px);
  line-height: normal;
  font-weight: 900;
  letter-spacing: clamp(4px, 1.1vw, 16px);
  text-transform: uppercase;
  text-align: center;
}
.markets-theme .bg-forex._active {
  animation: textForex linear 2s forwards, moveBg linear 2s infinite 2s;
}
.markets-theme .bg-crypto._active {
  animation: TextCryptocurrencies linear 2s forwards, moveBg linear 2s infinite 2s;
}
.markets-theme .bg-commodities._active {
  animation: TextCommodities linear 2s forwards, moveBg linear 2s infinite 2s;
}
.markets-theme .bg-shares._active {
  animation: TextShares linear 2s forwards, moveBg linear 2s infinite 2s;
}
.markets-theme .bg-metals._active {
  animation: TextMetals linear 2s forwards, moveBg linear 2s infinite 2s;
}
.markets-theme .bg-energy._active {
  animation: TextEnergy linear 2s forwards, moveBg linear 2s infinite 2s;
}
.markets-theme .bg-indices._active {
  animation: TextIndices linear 2s forwards, moveBg linear 2s infinite 2s;
}
.markets-theme .market-4 .brand-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  gap: 0;
  margin-top: 0;
  border: 1px solid var(--b-borders);
}
.markets-theme .left-col {
  padding-top: clamp(20px, 2.85vw, 40px);
  padding-bottom: clamp(20px, 2.85vw, 40px);
  padding-right: clamp(38px, 5.71vw, 80px);
  padding-left: clamp(48px, 8.57vw, 120px);
  border-right: 1px solid var(--b-borders);
}
.markets-theme .right-col {
  padding-top: clamp(20px, 2.85vw, 40px);
  padding-bottom: clamp(20px, 2.85vw, 40px);
  padding-right: clamp(48px, 8.57vw, 120px);
  padding-left: clamp(38px, 5.71vw, 80px);
}
.markets-theme .brand-text {
  font-family: "Inter", sans-serif;
  font-size: clamp(14px, 1.14vw, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: var(--c-paragrph);
  text-wrap: balance;
  margin-top: clamp(16px, 1.7vw, 24px);
}
.markets-theme .brand-text:nth-child(1) {
  margin-top: 0;
}
.markets-theme .brand-btn {
  margin-top: clamp(38px, 5.71vw, 80px);
  display: flex;
  justify-content: center;
}
.markets-theme .tab-content > .tab-pane {
  display: none;
}
.markets-theme .tab-content > .active {
  display: block;
}

/** Media **/
@media (max-width: 1200px) {
  .markets-theme .market-2 {
    height: 700px;
  }
}
@media (max-width: 992px) {
  .markets-theme .widget-heading {
    width: 100%;
  }
  .markets-theme .market-2 {
    height: 660px;
  }
  .markets-theme .market-3 .brand-row {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .markets-theme .left-col,
.markets-theme .right-col {
    padding: 24px;
  }
}
@media (max-width: 768px) {
  .markets-theme .market-1 .brand-row {
    grid-template-columns: 1fr;
  }
  .markets-theme .market-inf {
    padding: 0 8px;
  }
  .markets-theme .market-2 {
    height: auto;
    padding: 56px 0;
  }
  .markets-theme .platform-panel {
    flex-direction: column-reverse;
  }
  .markets-theme .platform-picture {
    width: 100%;
  }
  .markets-theme .platform-picture img {
    max-width: 75%;
    max-height: 75%;
    margin: 0 auto;
  }
  .markets-theme .platform-text {
    width: 100%;
    margin-top: 32px;
  }
  .markets-theme .market-text,
.markets-theme .market-space {
    width: 100%;
    text-align: left;
  }
  .markets-theme .text-bg {
    text-align: left;
  }
  .markets-theme #brand-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
  }
  .markets-theme .market-3 .brand-row {
    grid-template-columns: 1fr 1fr;
  }
  .markets-theme .market-4 .brand-row {
    grid-template-columns: 1fr;
  }
  .markets-theme .left-col {
    padding: 24px 16px 0;
  }
  .markets-theme .right-col {
    padding: 24px 16px 24px;
  }
  .markets-theme .brand-btn {
    justify-content: flex-start;
  }
}
@media (max-width: 576px) {
  .markets-theme .market-3 .brand-row {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 400px) {
  .markets-theme .platform-picture img {
    max-width: 100%;
    max-height: 100%;
  }
  .markets-theme #brand-row {
    grid-template-columns: 1fr;
  }
}
[data-theme=dd1] .faq-page .faq-accordion {
  --faq-accordion-bg: url(../img/dd1/another/triangle_faq.svg) no-repeat center;
}

[data-theme=dd2] .faq-page .faq-accordion {
  --faq-accordion-bg: url(../img/dd2/another/triangle_faq.svg) no-repeat center;
}

[data-theme=ld1] .faq-page .faq-accordion {
  --faq-accordion-bg: url(../img/ld1/another/triangle_faq.svg) no-repeat center;
}

[data-theme=ld2] .faq-page .faq-accordion {
  --faq-accordion-bg: url(../img/ld2/another/triangle_faq.svg) no-repeat center;
}

.faq-page .accordion-panel {
  padding-bottom: clamp(56px, 11.42vw, 160px);
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  gap: clamp(38px, 5.71vw, 80px);
}
.faq-page .mtop {
  margin-top: clamp(38px, 5.71vw, 80px);
}
.faq-page .faq-title {
  font-family: "Barlow", sans-serif;
  font-size: clamp(20px, 1.93vw, 27px);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--c-text);
  text-wrap: balance;
  letter-spacing: clamp(1px, 0.3vw, 4px);
}
.faq-page button.faq-accordion {
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  padding: 8px 40px;
  cursor: pointer;
  transition: background-color 0.3s linear;
  position: relative;
  font-family: "Inter", sans-serif;
  font-size: clamp(14px, 1.14vw, 16px);
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  color: var(--c-text);
  text-wrap: balance;
  color: var(--c-text);
  margin-top: clamp(16px, 1.7vw, 24px);
}
.faq-page button.faq-accordion:after {
  content: "";
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 16px;
  height: 16px;
  background: var(--faq-accordion-bg);
  background-size: contain;
}
.faq-page button.faq-accordion.is-open:after {
  transform: translateY(-50%) rotate(90deg);
}
.faq-page button.faq-accordion:hover,
.faq-page button.faq-accordion.is-open {
  background-color: transparent;
  color: var(--c-prime);
}
.faq-page .faq-content {
  background-color: transparent;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-in-out;
}
.faq-page .faq-info {
  font-family: "Inter", sans-serif;
  font-size: clamp(14px, 1.14vw, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: var(--c-paragrph);
  text-wrap: balance;
  color: var(--c-paragrph);
  padding-top: clamp(16px, 1.7vw, 24px);
  padding-bottom: clamp(16px, 1.7vw, 24px);
  padding-left: 16px;
  padding-right: 16px;
}

/** Media **/
@media (max-width: 768px) {
  .faq-page .accordion-panel {
    grid-template-columns: 1fr;
  }
}
.glossary-wrap .glossary-block {
  display: flex;
  justify-content: center;
  align-items: center;
  height: clamp(500px, 90vh, 740px);
}

/** Media **/
@media (max-width: 768px) {
  .glossary-wrap .glossary-block {
    height: 70vh;
  }
}
.sitemap-page .sitemap-info {
  padding-top: clamp(38px, 5.71vw, 80px);
}
.sitemap-page .sitemap-heading {
  font-family: "Barlow", sans-serif;
  font-size: clamp(20px, 1.93vw, 27px);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--c-text);
  text-wrap: balance;
  letter-spacing: clamp(1px, 0.3vw, 4px);
  text-align: center;
  color: var(--c-prime);
}
.sitemap-page .sitemap-row {
  margin-top: clamp(38px, 5.71vw, 80px);
  display: grid;
  grid-template-columns: repeat(8, 1fr);
}
.sitemap-page .sitemap-link {
  cursor: pointer;
  font-family: "Barlow", sans-serif;
  font-size: 14px;
  line-height: normal;
  color: var(--c-paragrph);
  display: block;
  margin-top: 8px;
  padding-right: 10px;
}
.sitemap-page .sitemap-top {
  display: block;
  width: 100%;
  height: clamp(38px, 5.71vw, 80px);
  border-left: 1px solid var(--b-borders);
  border-top: 1px solid var(--b-borders);
}
.sitemap-page .btop {
  border-top: none;
}
.sitemap-page .topreverse {
  position: relative;
}
.sitemap-page .topreverse::before {
  content: "";
  display: block;
  width: 1px;
  height: clamp(38px, 5.71vw, 80px);
  background: var(--b-borders);
  position: absolute;
  left: -1px;
  top: -100%;
}

/** Media **/
@media (max-width: 992px) {
  .sitemap-page .sitemap-row {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: auto;
    gap: clamp(38px, 5.71vw, 80px) clamp(16px, 1.7vw, 24px);
  }
  .sitemap-page .sitemap-top {
    display: none;
  }
}
@media (max-width: 768px) {
  .sitemap-page .sitemap-row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 400px) {
  .sitemap-page .sitemap-row {
    grid-template-columns: 1fr;
  }
}
.verification-page .brand-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  gap: clamp(38px, 5.71vw, 80px);
}
.verification-page .verification-title {
  font-family: "Barlow", sans-serif;
  font-size: clamp(20px, 1.93vw, 27px);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--c-text);
  text-wrap: balance;
  letter-spacing: clamp(1px, 0.3vw, 4px);
}
.verification-page .verification-lists {
  margin-top: clamp(20px, 2.85vw, 40px);
}
.verification-page .verification-icon {
  margin-right: 10px;
}
.verification-page .verification-list {
  display: flex;
  margin-top: 16px;
}
.verification-page .verification-list:first-child {
  margin-top: 0;
}
.verification-page .verification-subheading {
  font-family: "Inter", sans-serif;
  font-size: clamp(14px, 1.14vw, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: var(--c-paragrph);
  text-wrap: balance;
}
.verification-page .brand-body {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.verification-page .brand-bg {
  display: flex;
  flex-shrink: 0;
  width: 320px;
  height: 320px;
  overflow: hidden;
  position: relative;
}
.verification-page .brand-bg._active {
  animation: 6s ChangeFinger linear forwards infinite;
}
.verification-page .brand-stroke {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 320px;
  height: 12px;
}
.verification-page .brand-stroke._active {
  animation: 6s ChangeStroke linear forwards infinite;
}
.verification-page .verification-customers {
  padding-top: clamp(38px, 5.71vw, 80px);
  padding-bottom: clamp(38px, 5.71vw, 80px);
}
.verification-page .verification-top {
  display: flex;
  align-items: center;
  border: 1px solid var(--c-prime);
  padding: 8px clamp(19px, 2.2vw, 32px);
}
.verification-page .verification-heading {
  font-family: "Inter", sans-serif;
  font-size: clamp(14px, 1.14vw, 16px);
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  color: var(--c-text);
  text-wrap: balance;
}
.verification-page .verification-bottom {
  height: 100%;
  border-left: 1px solid var(--c-paragrph);
  border-right: 1px solid var(--c-paragrph);
  border-bottom: 1px solid var(--c-paragrph);
  padding: clamp(19px, 2.2vw, 32px) clamp(19px, 2.2vw, 32px) 16px;
}
.verification-page .verification-subheading {
  font-family: "Inter", sans-serif;
  font-size: clamp(14px, 1.14vw, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: var(--c-paragrph);
  text-wrap: balance;
}
.verification-page .verification-subtitle {
  margin-top: clamp(20px, 2.85vw, 40px);
  font-family: "Inter", sans-serif;
  font-size: clamp(14px, 1.14vw, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: var(--c-paragrph);
  text-wrap: balance;
}
.verification-page .brand-col img {
  margin: 0 auto;
}

/** Media **/
@media (max-width: 992px) {
  .verification-page .brand-row {
    grid-template-columns: 1fr;
  }
  .verification-page .verification-bottom {
    height: auto;
  }
  .verification-page .brand-col img {
    margin: 0;
  }
  .verification-page .brand-body {
    justify-content: flex-start;
  }
}
@media (max-width: 768px) {
  .verification-page .brand-bg {
    width: 300px;
    height: 300px;
  }
}
.advices-page .advices-info {
  padding-top: 0;
  padding-bottom: clamp(38px, 5.71vw, 80px);
}
.advices-page .step-list {
  list-style: none;
  margin: 30px;
  position: relative;
}
.advices-page .step-list:after {
  content: "";
  position: absolute;
  top: 0;
  left: 4px;
  width: 1px;
  height: 100%;
  background: var(--c-paragrph);
}
.advices-page .step-list > .step-item {
  padding-left: 20px;
  position: relative;
  display: flex;
  align-items: center;
}
.advices-page .step-list > .step-item:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 4px;
  width: clamp(32px, 11.42vw, 160px);
  height: 1px;
  background: var(--c-paragrph);
}
.advices-page #m-first,
.advices-page #m-last {
  position: relative;
}
.advices-page #m-first::before {
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  height: 50%;
  top: 0;
  left: 4px;
  z-index: 10;
  background-color: var(--c-background);
}
.advices-page #m-last::before {
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  height: 50%;
  bottom: 0;
  left: 4px;
  z-index: 10;
  background-color: var(--c-background);
}
.advices-page .step-item {
  padding-top: clamp(38px, 5.71vw, 80px);
  padding-bottom: clamp(38px, 5.71vw, 80px);
}
.advices-page .step-content {
  padding: 0 clamp(19px, 2.2vw, 32px) 0 clamp(28px, 4.28vw, 60px);
}
.advices-page .step-num {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(72px, 9.14vw, 128px);
  font-style: italic;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
  color: transparent;
  text-stroke: 1px var(--b-borders);
  -webkit-text-stroke: 1px var(--b-borders);
  padding: 0 24px 0 0;
  margin-left: clamp(32px, 11.42vw, 160px);
}
.advices-page .step-num:hover {
  color: var(--c-second-light);
  -webkit-text-stroke: 1px var(--c-second-light);
  text-stroke: 1px var(--c-second-light);
}
.advices-page .step-num._active {
  animation: 1s ChangeColor ease-in-out forwards;
}
.advices-page .step-desc {
  font-size: 36px;
  line-height: 48px;
}
.advices-page .step-heading {
  font-family: "Barlow", sans-serif;
  font-size: clamp(20px, 1.93vw, 27px);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--c-text);
  text-wrap: balance;
  letter-spacing: clamp(1px, 0.3vw, 4px);
}
.advices-page .step-subheading {
  font-family: "Inter", sans-serif;
  font-size: clamp(14px, 1.14vw, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: var(--c-paragrph);
  text-wrap: balance;
  color: var(--c-text);
  margin-top: clamp(16px, 1.7vw, 24px);
}
.advices-page .step-desc {
  font-family: "Barlow", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: var(--c-paragrph);
  text-wrap: balance;
  margin-top: clamp(16px, 1.7vw, 24px);
}
.advices-page .color-link {
  font-size: inherit;
}
.advices-page .step-strokes {
  margin-top: clamp(16px, 1.7vw, 24px);
}
.advices-page .step-det {
  font-family: "Barlow", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: var(--c-paragrph);
  text-wrap: balance;
}
.advices-page .step-block {
  margin-top: clamp(38px, 5.71vw, 80px);
}

/** Media **/
@media (max-width: 768px) {
  .advices-page .step-list > .step-item:after {
    width: 32px;
  }
  .advices-page .step-content {
    padding: 0 16px;
  }
  .advices-page .step-num {
    margin-left: 32px;
    padding: 0 16px 0 0;
  }
}
@media (max-width: 576px) {
  .advices-page .step-list {
    margin: 0;
  }
  .advices-page .step-list > .step-item:after {
    width: 16px;
  }
  .advices-page .step-content {
    padding: 0 0 0 8px;
  }
  .advices-page .step-num {
    margin-left: 0;
    padding: 0 8px 0 0;
  }
}
.payment-page .tab-menu {
  display: flex;
  border-bottom: 1px solid var(--b-borders);
}
.payment-page .tab {
  cursor: pointer;
  padding: 0 16px 16px;
  font-family: "Inter", sans-serif;
  font-size: clamp(14px, 1.14vw, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: var(--c-paragrph);
  text-wrap: balance;
  color: var(--c-text);
}
.payment-page .tab.active {
  font-weight: 700;
  border-bottom: 1px solid var(--c-prime);
}
.payment-page .payment-table {
  display: flex;
  justify-content: space-between;
  margin-top: clamp(16px, 1.7vw, 24px);
}
.payment-page .payment-row {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
}
.payment-page .payment-heading {
  font-family: "Inter", sans-serif;
  font-size: clamp(14px, 1.14vw, 16px);
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  color: var(--c-text);
  text-wrap: balance;
}
.payment-page .payment-img {
  height: 80px;
  display: flex;
  align-items: center;
}
.payment-page .payment-img img {
  display: block;
  margin: 0 auto;
}
.payment-page .payment-subheading {
  font-family: "Inter", sans-serif;
  font-size: clamp(14px, 1.14vw, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: var(--c-paragrph);
  text-wrap: balance;
  color: var(--c-text);
}
.payment-page .payment-name {
  width: 24%;
}
.payment-page .payment-name .payment-row {
  justify-content: flex-start;
}
.payment-page .payment-item {
  width: 24%;
}
.payment-page .payment-item .payment-heading,
.payment-page .payment-item .payment-subheading {
  text-align: center;
}
.payment-page .tab-content > .tab-pane {
  display: none;
}
.payment-page .tab-content > .active {
  display: block;
}

/** Media **/
@media (max-width: 768px) {
  .payment-page .payment-table {
    overflow-x: auto;
  }
  .payment-page .payment-name {
    width: 180px;
    position: sticky;
    background: var(--c-background);
    left: 0;
    z-index: 50;
  }
  .payment-page .payment-name .payment-heading:last-child {
    height: fit-content;
  }
  .payment-page .payment-heading {
    width: 120px;
  }
  .payment-page .payment-item {
    width: 180px;
    background: var(--c-background);
    position: relative;
    z-index: 10;
  }
  .payment-page .payment-img {
    width: 180px;
    padding: 0 16px;
    background: var(--c-background);
  }
}
.platform-page .platform-info {
  padding-top: 0;
  padding-bottom: clamp(38px, 5.71vw, 80px);
}
.platform-page .platform-block {
  display: block;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}
.platform-page .platform-subheading {
  font-family: "Inter", sans-serif;
  font-size: clamp(14px, 1.14vw, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: var(--c-paragrph);
  text-wrap: balance;
  margin-top: 16px;
}
.platform-page .platform-sqrs {
  margin-top: clamp(38px, 5.71vw, 80px);
  margin-bottom: clamp(19px, 2.2vw, 32px);
  display: grid;
  grid-template-columns: repeat(5, 80px);
  gap: clamp(38px, 5.71vw, 80px);
  justify-content: center;
}
.platform-page .platform-sqr {
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  border: 1px solid var(--b-borders);
}
.platform-page .platform-sqr:nth-child(3) {
  background: var(--c-second-light);
}
.platform-page .sqr--shadow {
  box-shadow: 0px 4px 16px 0px var(--c-second-light);
}
.platform-page .platform-title {
  font-family: "Barlow", sans-serif;
  font-size: clamp(20px, 1.93vw, 27px);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--c-text);
  text-wrap: balance;
  letter-spacing: clamp(1px, 0.3vw, 4px);
  text-align: center;
}
.platform-page .platform-version {
  padding-top: clamp(38px, 5.71vw, 80px);
  padding-bottom: clamp(38px, 5.71vw, 80px);
}
.platform-page .platform-version .brand-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  gap: 0;
}
.platform-page .platform-version .brand-icon svg {
  display: block;
  margin: 0 auto;
}
.platform-page .platform-version .brand-heading {
  font-family: "Inter", sans-serif;
  font-size: clamp(14px, 1.14vw, 16px);
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  color: var(--c-text);
  text-wrap: balance;
}
.platform-page .platform-version .brand-subheading {
  font-family: "Inter", sans-serif;
  font-size: clamp(14px, 1.14vw, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: var(--c-paragrph);
  text-wrap: balance;
}
.platform-page .platform-version .brand-heading,
.platform-page .platform-version .brand-subheading {
  margin-top: 16px;
  text-align: center;
  padding-left: clamp(20px, 2.85vw, 40px);
  padding-right: clamp(20px, 2.85vw, 40px);
}
.platform-page .platform-version .brand-picture img {
  margin: 0 auto;
}
.platform-page .platform-version .brand-list {
  padding-left: clamp(38px, 5.71vw, 80px);
  padding-right: clamp(38px, 5.71vw, 80px);
}
.platform-page .platform-version .brand-line {
  display: flex;
  margin-top: 8px;
}
.platform-page .platform-version .brand-line:nth-child(1) {
  margin-top: 0;
}
.platform-page .platform-version .brand-subsc {
  font-family: "Inter", sans-serif;
  font-size: clamp(14px, 1.14vw, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: var(--c-paragrph);
  text-wrap: balance;
  line-height: 32px;
  padding-left: 16px;
}
.platform-page .anywhere {
  padding-top: clamp(38px, 5.71vw, 80px);
  padding-bottom: clamp(38px, 5.71vw, 80px);
}
.platform-page .anywhere .brand-row {
  margin-top: clamp(38px, 5.71vw, 80px);
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: auto;
  gap: clamp(38px, 5.71vw, 80px);
}
.platform-page .anywhere .brand-big {
  font-family: "Inter", sans-serif;
  font-size: clamp(14px, 1.14vw, 16px);
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  color: var(--c-text);
  text-wrap: balance;
  margin-top: 16px;
}
.platform-page .anywhere .brand-small {
  font-family: "Inter", sans-serif;
  font-size: clamp(14px, 1.14vw, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: var(--c-paragrph);
  text-wrap: balance;
  margin-top: 16px;
}
.platform-page .anywhere .brand-btn {
  margin-top: clamp(38px, 5.71vw, 80px);
  display: flex;
  justify-content: center;
}

/** Media **/
@media (max-width: 992px) {
  .platform-page .subheader-picture {
    margin-top: 24px;
  }
  .platform-page .platform-version .brand-row {
    gap: clamp(16px, 1.7vw, 24px);
  }
  .platform-page .platform-version .brand-heading,
.platform-page .platform-version .brand-subheading,
.platform-page .platform-version .brand-list {
    padding-left: 0;
    padding-right: 0;
  }
  .platform-page .platform-version .brand-picture {
    margin-top: clamp(19px, 2.2vw, 32px);
  }
  .platform-page .anywhere .brand-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
  }
}
@media (max-width: 768px) {
  .platform-page .platform-block {
    text-align: left;
  }
  .platform-page .platform-sqrs {
    grid-template-columns: repeat(3, 80px);
    gap: 24px;
    justify-content: flex-start;
  }
  .platform-page .platform-sqr:first-child {
    display: none;
  }
  .platform-page .platform-sqr:last-child {
    display: none;
  }
  .platform-page .platform-title {
    text-align: left;
  }
  .platform-page .platform-version .brand-row {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .platform-page .platform-version .brand-icon svg {
    margin: 0;
  }
  .platform-page .platform-version .brand-heading,
.platform-page .platform-version .brand-subheading {
    text-align: left;
  }
  .platform-page .platform-version .brand-line {
    align-items: center;
  }
  .platform-page .platform-version .brand-subsc {
    line-height: normal;
  }
}
@media (max-width: 576px) {
  .platform-page .anywhere .brand-row {
    grid-template-columns: 1fr;
  }
}
.invest-page .invest-panel {
  display: grid;
  grid-template-columns: 0.6fr 1.4fr;
  grid-template-rows: auto;
  gap: clamp(38px, 5.71vw, 80px);
}
.invest-page .tab {
  margin-bottom: clamp(16px, 1.7vw, 24px);
  cursor: pointer;
}
.invest-page .tab-line {
  display: flex;
  align-items: center;
}
.invest-page .tab-pane {
  padding-left: clamp(20px, 2.85vw, 40px);
}
.invest-page .tab-heading {
  font-family: "Barlow", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: var(--c-paragrph);
  text-wrap: balance;
  font-size: 16px;
  color: var(--c-text);
  padding-left: 16px;
}
.invest-page .tab-subheading {
  font-family: "Inter", sans-serif;
  font-size: clamp(14px, 1.14vw, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: var(--c-paragrph);
  text-wrap: balance;
  margin-top: 16px;
}
.invest-page .content-heading {
  font-family: "Inter", sans-serif;
  font-size: clamp(14px, 1.14vw, 16px);
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  color: var(--c-text);
  text-wrap: balance;
  color: var(--c-paragrph);
}
.invest-page .content-subheading {
  font-family: "Inter", sans-serif;
  font-size: clamp(14px, 1.14vw, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: var(--c-paragrph);
  text-wrap: balance;
  margin-top: 16px;
}
.invest-page .content-img {
  margin-top: 16px;
}
.invest-page .tab.active .tab-heading {
  color: var(--c-prime);
}
.invest-page .tab.active .tab-icon path {
  fill: var(--c-prime);
}
.invest-page .invest-text {
  display: block;
  width: 100%;
  max-width: 600px;
  text-align: center;
  margin: 0 auto;
}
.invest-page .invest-title {
  font-family: "Barlow", sans-serif;
  font-size: clamp(20px, 1.93vw, 27px);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--c-text);
  text-wrap: balance;
  letter-spacing: clamp(1px, 0.3vw, 4px);
}
.invest-page .invest-subtitle {
  font-family: "Inter", sans-serif;
  font-size: clamp(14px, 1.14vw, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: var(--c-paragrph);
  text-wrap: balance;
  margin-top: clamp(16px, 1.7vw, 24px);
}
.invest-page .brand-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: auto;
  gap: clamp(28px, 4.28vw, 60px);
}
.invest-page .invest-heading {
  font-family: "Inter", sans-serif;
  font-size: clamp(14px, 1.14vw, 16px);
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  color: var(--c-text);
  text-wrap: balance;
  margin-top: 16px;
}
.invest-page .invest-subheading {
  font-family: "Inter", sans-serif;
  font-size: clamp(14px, 1.14vw, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: var(--c-paragrph);
  text-wrap: balance;
  margin-top: 16px;
}
.invest-page .ptop-80 {
  padding-top: clamp(38px, 5.71vw, 80px);
}
.invest-page .pbottom-80 {
  padding-bottom: clamp(38px, 5.71vw, 80px);
}
.invest-page .tab-content > .tab-pane {
  display: none;
}
.invest-page .tab-content > .active {
  display: block;
}

/** Media **/
@media (max-width: 992px) {
  .invest-page .invest-panel {
    grid-template-columns: 0.8fr 1.2fr;
  }
  .invest-page .tab-pane {
    padding-left: 0;
  }
  .invest-page .invest-text {
    max-width: 100%;
    width: 100%;
    text-align: left;
  }
  .invest-page .brand-row {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .invest-page .invest-panel {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 576px) {
  .invest-page .brand-row {
    grid-template-columns: 1fr;
  }
}
.security-page .brand-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  gap: clamp(38px, 5.71vw, 80px);
}
.security-page .security-row {
  display: flex;
  margin-bottom: 8px;
}
.security-page .security-icon {
  margin-right: 10px;
}
.security-page .security-subheading {
  font-family: "Inter", sans-serif;
  font-size: clamp(14px, 1.14vw, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: var(--c-paragrph);
  text-wrap: balance;
  text-wrap: unset;
}
.security-page .ptop {
  padding-top: clamp(38px, 5.71vw, 80px);
}
.security-page .pbottom {
  padding-bottom: clamp(38px, 5.71vw, 80px);
}
.security-page .security-text {
  display: block;
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
}
.security-page .security-title {
  font-family: "Barlow", sans-serif;
  font-size: clamp(20px, 1.93vw, 27px);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--c-text);
  text-wrap: balance;
  letter-spacing: clamp(1px, 0.3vw, 4px);
}
.security-page .security-subtitle {
  font-family: "Inter", sans-serif;
  font-size: clamp(14px, 1.14vw, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: var(--c-paragrph);
  text-wrap: balance;
  margin-top: clamp(16px, 1.7vw, 24px);
}
.security-page .security-heading {
  font-family: "Inter", sans-serif;
  font-size: clamp(14px, 1.14vw, 16px);
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  color: var(--c-text);
  text-wrap: balance;
  margin-top: 16px;
}
.security-page .section-2 .security-subheading {
  margin-top: 16px;
}
.security-page .section-2 .brand-col {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--b-borders);
}
.security-page .section-2 .br-none {
  padding-bottom: 0;
  border-bottom: none;
}

/** Media **/
@media (max-width: 992px) {
  .security-page .brand-row {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .security-page .security-row {
    align-items: center;
  }
  .security-page .security-text {
    max-width: 100%;
    width: 100%;
    text-align: left;
  }
  .security-page .section-2 .brand-row {
    gap: clamp(20px, 2.85vw, 40px);
  }
  .security-page .section-2 .ptop {
    padding-top: clamp(20px, 2.85vw, 40px);
  }
}
.awards-page .awards-heading {
  font-family: "Barlow", sans-serif;
  font-size: clamp(20px, 1.93vw, 27px);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--c-text);
  text-wrap: balance;
  letter-spacing: clamp(1px, 0.3vw, 4px);
}
.awards-page .awards-row {
  margin-top: clamp(38px, 5.71vw, 80px);
}
.awards-page .awards-year {
  margin-top: clamp(38px, 5.71vw, 80px);
  font-family: "Inter", sans-serif;
  font-size: clamp(14px, 1.14vw, 16px);
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  color: var(--c-text);
  text-wrap: balance;
  display: block;
  color: var(--c-prime);
  border-bottom: 1px solid var(--b-borders);
}
.awards-page .brand-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: auto;
  gap: clamp(20px, 2.85vw, 40px);
}
.awards-page .brand-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-top: clamp(20px, 2.85vw, 40px);
}
.awards-page .brand-col svg {
  max-width: 100%;
}
.awards-page .awards-title {
  font-family: "Inter", sans-serif;
  font-size: clamp(14px, 1.14vw, 16px);
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  color: var(--c-text);
  text-wrap: balance;
  text-align: center;
  text-transform: uppercase;
  margin-top: 16px;
}
.awards-page .awards-subtitle {
  font-family: "Inter", sans-serif;
  font-size: clamp(14px, 1.14vw, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: var(--c-paragrph);
  text-wrap: balance;
  margin-top: 16px;
}

/** Media **/
@media (max-width: 1200px) {
  .awards-page .brand-row {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .awards-page .brand-row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 400px) {
  .awards-page .brand-row {
    grid-template-columns: 1fr;
  }
  .awards-page .brand-col {
    align-items: flex-start;
    text-align: left;
  }
  .awards-page .awards-title {
    text-align: left;
  }
}
.licenses-page .brand-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  gap: clamp(38px, 5.71vw, 80px);
  margin-top: clamp(38px, 5.71vw, 80px);
  margin-bottom: clamp(38px, 5.71vw, 80px);
}
.licenses-page .licenses-heading {
  font-family: "Inter", sans-serif;
  font-size: clamp(14px, 1.14vw, 16px);
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  color: var(--c-text);
  text-wrap: balance;
  margin-top: 16px;
}
.licenses-page .licenses-subheading {
  font-family: "Inter", sans-serif;
  font-size: clamp(14px, 1.14vw, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: var(--c-paragrph);
  text-wrap: balance;
  margin-top: 16px;
}
.licenses-page .licenses-title {
  font-family: "Barlow", sans-serif;
  font-size: clamp(20px, 1.93vw, 27px);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--c-text);
  text-wrap: balance;
  letter-spacing: clamp(1px, 0.3vw, 4px);
}
.licenses-page .ptop {
  padding-top: clamp(38px, 5.71vw, 80px);
}
.licenses-page .licenses-text {
  display: block;
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}

/** Media **/
@media (max-width: 992px) {
  .licenses-page .brand-row {
    grid-template-columns: 1fr;
  }
  .licenses-page .img-size {
    max-width: 85%;
    max-height: 85%;
  }
  .licenses-page .licenses-text {
    max-width: 991px;
    width: 100%;
    text-align: left;
  }
}
@media (max-width: 576px) {
  .licenses-page .img-size {
    max-width: 100%;
    max-height: 100%;
  }
}
.tradeholic-theme #btn-instr:lang(ru-RU) {
  display: block !important;
}
.tradeholic-theme #btn-instr:lang(en-US) {
  display: none !important;
}
.tradeholic-theme .tradeholic {
  background: var(--c-background);
}
.tradeholic-theme .tradeholic body {
  position: relative;
  background: var(--c-background);
}
.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(--btn-color-th);
  background: var(--btn-tradeholic);
  border-radius: 7px;
  border: 2px solid var(--btn-tradeholic);
  transition: all 0.3s ease-in-out;
  margin: 25px 0 0 0;
}
.tradeholic-theme .tradeholic .th__button:hover {
  background: transparent;
  color: var(--btn-tradeholic);
}
.tradeholic-theme .tradeholic-content {
  margin-top: clamp(38px, 5.71vw, 80px);
  padding-bottom: clamp(38px, 5.71vw, 80px);
}
.tradeholic-theme .tradeholic-fill {
  display: flex;
  align-items: flex-end;
  vertical-align: baseline;
}
.tradeholic-theme .tradeholic-line {
  display: flex;
  flex-grow: 1;
  border-bottom: 1px solid var(--b-tradeholic);
}
.tradeholic-theme .tradeholic-name,
.tradeholic-theme .tradeholic-line {
  font-family: "Inter", sans-serif;
  font-size: clamp(14px, 1.14vw, 16px);
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  color: var(--c-text);
  text-wrap: balance;
}
.tradeholic-theme .brand-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto;
  gap: clamp(20px, 2.85vw, 40px);
  margin-top: clamp(20px, 2.85vw, 40px);
}
.tradeholic-theme .tradeholic-top {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.tradeholic-theme .tradeholic-qty {
  height: 24px;
  display: inline-block;
  padding: 0 16px;
  background: var(--c-description);
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  color: var(--c-background);
}
.tradeholic-theme .tradeholic-topic {
  font-family: "Barlow", sans-serif;
  font-size: clamp(20px, 1.93vw, 27px);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--c-text);
  text-wrap: balance;
  letter-spacing: clamp(1px, 0.3vw, 4px);
  padding: 0 clamp(20px, 2.85vw, 40px);
}
.tradeholic-theme .tradeholic-link {
  cursor: pointer;
  font-family: "Inter", sans-serif;
  font-size: clamp(14px, 1.14vw, 16px);
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  color: var(--c-text);
  text-wrap: balance;
  padding: 0 clamp(20px, 2.85vw, 40px);
}
.tradeholic-theme .tradeholic-col--bg {
  background: var(--tradeholic-col--bg);
  transition: all 0.3s ease-in-out;
}
.tradeholic-theme .tradeholic-col--bg:hover {
  background: var(--c-prime-dark);
}
.tradeholic-theme .tradeholic-col--bg:hover .tradeholic-qty {
  background: var(--c-background);
  color: var(--c-text);
}
.tradeholic-theme .tradeholic-col--bg:hover .tradeholic-topic {
  color: var(--c-background);
}
.tradeholic-theme .tradeholic-col--bg:hover .tradeholic-link {
  color: var(--c-second-light);
}
.tradeholic-theme .tradeholic-go {
  cursor: pointer;
  display: inline-flex;
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 8px;
  padding-bottom: 40px;
  height: 240px;
}

/** Media **/
@media (max-width: 992px) {
  .tradeholic-theme .brand-row {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .tradeholic-theme .tradeholic-col--bg,
.tradeholic-theme .tradeholic-go {
    height: 200px;
  }
}
@media (max-width: 576px) {
  .tradeholic-theme .brand-row {
    grid-template-columns: 1fr;
  }
}
.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);
}
.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 .content-heading {
  font-family: "Barlow", sans-serif;
  font-size: clamp(20px, 1.93vw, 27px);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--c-text);
  text-wrap: balance;
  letter-spacing: clamp(1px, 0.3vw, 4px);
}
.not-found .text-big {
  font-family: "Inter", sans-serif;
  font-size: clamp(14px, 1.14vw, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: var(--c-paragrph);
  text-wrap: balance;
  margin-bottom: clamp(16px, 1.7vw, 24px);
}
@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;
  }
}
