/*!********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!../node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./styles/main.scss ***!
  \********************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/**
 * GLOBAL STYLESHEET
 * Use this file for styles that apply to EVERY page.
 * Examples: typography, color palette, CSS variables, resets/normalization,
 * layout primitives (containers, grid, spacing), basic components (buttons, forms).
 *
 * Do NOT put page-specific styles here.
 * Per-page styles live under: src/styles/pages/<page>/index.scss
 * and are imported from:      src/js/pages/<page>/index.js
 */
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes zoomIn {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  50% {
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes revealLeft {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes revealRight {
  0% {
    clip-path: inset(0 0 0 100%);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes blink {
  to {
    visibility: hidden;
  }
}
.breadcrumbs-list {
  padding-top: clamp(80px, 80px + 100 * (100vw - 320px) / 1600, 180px);
  display: flex;
  align-items: center;
}
.breadcrumbs-list .breadcrumbs-link {
  font-family: "Onest";
  font-weight: 500;
  font-style: normal;
  line-height: 1.2;
  font-size: clamp(14px, 14px + 3 * (100vw - 320px) / 1600, 17px);
  color: var(--c-s-text2);
}
.breadcrumbs-list .breadcrumbs-link[href=""] {
  pointer-events: none;
}
.breadcrumbs-list .breadcrumbs-link--dark {
  color: var(--c-heading1);
}

.subheader {
  background: var(--subheader-bg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  padding-bottom: clamp(48px, 48px + 82 * (100vw - 320px) / 1600, 130px);
}
.subheader .subheader-text {
  width: 100%;
  max-width: 880px;
  margin: 40px auto 0;
  text-align: center;
}
.subheader h2 {
  color: var(--c-heading1);
}
.subheader .text1 {
  margin-top: clamp(8px, 8px + 24 * (100vw - 320px) / 1600, 32px);
  color: var(--c-m-text1);
}
.subheader .subheader-btns {
  margin-top: clamp(16px, 16px + 32 * (100vw - 320px) / 1600, 48px);
  display: grid;
  grid-template-columns: repeat(2, 216px);
  justify-content: center;
  gap: 24px;
}
.subheader .subheader-btns--center {
  display: flex;
  justify-content: center;
}

@media (max-width: 768px) {
  .subheader .subheader-text {
    margin: 24px auto 0;
  }
  .subheader .subheader-btns {
    margin-top: clamp(32px, 32px + 16 * (100vw - 320px) / 1600, 48px);
    grid-template-columns: 1fr;
    gap: 8px;
    justify-items: center;
  }
}
.tradeholic-theme #btn-instr:not(:lang(ru-RU)) {
  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 {
  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.5s ease-in-out;
  margin: 25px 0 0 0;
}
.tradeholic-theme .tradeholic .th__button:hover {
  background: transparent;
  color: var(--btn-tradeholic);
}
.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);
}
@media (max-width: 992px) {
  .tradeholic-theme .brand-row {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 576px) {
  .tradeholic-theme .brand-row {
    grid-template-columns: 1fr;
  }
}
.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-size: 12px;
  font-weight: 400;
  line-height: 24px;
  color: var(--c-background);
}
.tradeholic-theme .tradeholic-col--bg {
  background: var(--tradeholic-col--bg);
  transition: all 0.5s ease-in-out;
}
@media (max-width: 768px) {
  .tradeholic-theme .tradeholic-col--bg {
    height: 200px;
  }
}
.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 (max-width: 768px) {
  .tradeholic-theme .tradeholic-go {
    height: 200px;
  }
}

/* -------------------------------------------------------
 * 🌍 Reset & Normalize Base Styles
 * -----------------------------------------------------*/
/* Universal box-sizing */
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

/* Reset margins, paddings, and set base styles */
html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  min-height: 100%;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

/* Links without color and underline reset */
a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  color: inherit;
}

/* Lists reset */
ul,
ol {
  list-style: none;
}

/* Buttons reset */
button {
  border: none;
  outline: none;
  background: none;
  padding: 0;
  cursor: pointer;
  font: inherit;
  color: inherit;
}

/* Input fields reset */
input,
textarea,
select {
  font: inherit;
  color: inherit;
  background: transparent;
  border: none;
  outline: none;
}
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: none;
  box-shadow: none;
}

/* Appearance reset for Safari and iOS */
button,
input,
textarea,
select {
  appearance: none;
}

/* Images and videos responsiveness */
img,
picture,
svg,
video {
  display: block;
  max-width: 100%;
  height: auto;
}

/* Tables reset (optional) */
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

/* Опціонально: плавні анімації появи */
.wrapper {
  width: 100%;
  max-width: 1320px;
  margin-inline: auto;
}
@media (max-width: 1320px) {
  .wrapper {
    padding-inline: clamp(15px, 15px + 15 * (100vw - 320px) / 1600, 30px);
  }
}
@media (max-width: 1024px) {
  .wrapper {
    max-width: 100%;
  }
}

h1 {
  font-family: "Onest", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.15;
  font-size: clamp(48px, 48px + 48 * (100vw - 320px) / 1600, 96px);
}

h2 {
  font-family: "Onest", sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1.15;
  font-size: clamp(36px, 36px + 34 * (100vw - 320px) / 1600, 70px);
}

h3 {
  font-family: "Onest", sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1.25;
  font-size: clamp(26px, 26px + 24 * (100vw - 320px) / 1600, 50px);
}

h4 {
  font-family: "Onest", sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1.3;
  font-size: clamp(20px, 20px + 15 * (100vw - 320px) / 1600, 35px);
}

.lead-text {
  font-family: "Onest", sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1;
  font-size: clamp(14px, 14px + 3 * (100vw - 320px) / 1600, 17px);
}

.text1 {
  font-family: "Onest", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
  font-size: clamp(14px, 14px + 3 * (100vw - 320px) / 1600, 17px);
}

.text2 {
  font-family: "Onest", sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 1.35;
  font-size: clamp(12px, 12px + 2 * (100vw - 320px) / 1600, 14px);
}

.text-btn {
  font-family: "Onest", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1.2;
  font-size: clamp(14px, 14px + 3 * (100vw - 320px) / 1600, 17px);
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
}
@media (max-width: 1024px) {
  html {
    scroll-padding-top: 60px;
  }
}

body {
  background: var(--c-bg1);
}
body::-webkit-scrollbar {
  width: 10px;
}
body::-webkit-scrollbar-track {
  background: var(--c-scrollbar-track);
}
body::-webkit-scrollbar-thumb {
  background: var(--c-scrollbar-thumb);
  border-radius: 6px;
}

section {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

section:not(.not-found,
.banner,
.subheader,
.history,
.careers,
.principles,
.account,
.faq,
.extensions,
.learn,
.regulatory) {
  padding: clamp(50px, 50px + 50 * (100vw - 320px) / 1600, 100px) 0;
}
@media (max-width: 768px) {
  section:not(.not-found,
  .banner,
  .subheader,
  .history,
  .careers,
  .principles,
  .account,
  .faq,
  .extensions,
  .learn,
  .regulatory) {
    padding: clamp(35px, 35px + 35 * (100vw - 320px) / 1600, 70px) 0;
  }
}

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

.title-gradient {
  background-clip: text;
  background: var(--gr-main);
  color: transparent;
  -webkit-font-smoothing: antialiased;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.btn-common {
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
}

.btn-reg {
  padding: 14px 24px;
  min-width: 204px;
  width: fit-content;
  color: var(--c-white);
  background: var(--c-prime);
  border-radius: 30px;
  border: 2px solid var(--c-prime);
}
.btn-reg:hover {
  color: var(--c-white);
  background: var(--c-prime-mid);
  border: 2px solid var(--c-prime-mid);
  transform: translateY(-2px);
}
.btn-reg:active {
  color: var(--c-white);
  border: 2px solid var(--c-prime-dark);
  background: var(--c-prime-dark);
}

.btn-log {
  padding: 14px 24px;
  width: fit-content;
  color: var(--c-btn-log);
  border-radius: 30px;
  border: 2px solid var(--c-btn-log);
}
.btn-log:hover {
  color: var(--c-prime-light);
  border: 2px solid var(--c-prime-light);
  transform: translateY(-2px);
}
.btn-log:active {
  color: var(--c-prime-mid);
  border: 2px solid var(--c-prime-mid);
}

.btn-log--light {
  padding: 14px 24px;
  min-width: 130px;
  width: fit-content;
  color: var(--c-heading2);
  background: transparent;
  border-radius: 30px;
  border: 2px solid var(--c-heading2);
}
.btn-log--light:hover {
  color: var(--c-heading2);
  background: var(--c-prime-light);
  border: 2px solid var(--c-heading2);
  transform: translateY(-2px);
}
.btn-log--light:active {
  color: var(--c-heading2);
  background: var(--c-prime-mid);
  border: 2px solid var(--c-heading2);
}

.btn-arrow {
  gap: 4px;
  min-width: 120px;
  width: fit-content;
}
.btn-arrow svg path {
  transition: all 0.3s ease-in-out;
}
.btn-arrow span {
  transition: all 0.3s ease-in-out;
  color: var(--c-prime-dark);
}
.btn-arrow:hover svg path {
  stroke: var(--c-prime);
}
.btn-arrow:hover span {
  color: var(--c-prime);
}

.header {
  position: fixed;
  background: transparent;
  top: 0;
  left: 0;
  width: 100%;
  height: clamp(60px, 60px + 40 * (100vw - 320px) / 1600, 100px);
  display: flex;
  align-items: center;
  z-index: 99;
  transition: all 0.3s ease-in-out;
  background: var(--c-bg1);
}
.header .header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.header .header__inner .header__logo img {
  max-width: 200px;
  width: 100%;
}
@media (max-width: 400px) {
  .header .header__inner .header__logo img {
    max-width: clamp(140px, 140px + 60 * (100vw - 320px) / 80, 200px);
  }
}
.header .header__inner .header__menu {
  margin-inline: auto;
  width: fit-content;
  display: flex;
  justify-content: center;
  border-radius: 32px;
  background: var(--c-card-bg1);
  height: 54px;
}
@media (max-width: 1024px) {
  .header .header__inner .header__menu {
    display: none;
  }
}
.header .header__inner .header__menu .main-menu {
  display: flex;
  align-items: center;
  width: 100%;
  gap: clamp(14px, 14px + 26 * (100vw - 1024px) / 896, 40px);
  padding: 0 clamp(14px, 14px + 16 * (100vw - 320px) / 1600, 30px);
}
.header .header__inner .header__menu .main-menu a {
  font-family: "Onest", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1.2;
  font-size: clamp(14px, 14px + 3 * (100vw - 320px) / 1600, 17px);
  color: var(--c-heading1);
  white-space: nowrap;
  position: relative;
}
.header .header__inner .header__menu .main-menu a::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  background: var(--c-prime);
  transition: all 0.3s ease-in-out;
  transform-origin: center;
}
.header .header__inner .header__menu .main-menu .current-menu-item {
  cursor: pointer;
}
.header .header__inner .header__menu .main-menu .current-menu-item > a {
  color: var(--c-prime);
}
.header .header__inner .header__menu .main-menu .current-menu-item > a::before {
  width: 100%;
}
.header .header__inner .header__menu .main-menu li.parent-menu-item-lvl-1 {
  position: relative;
}
.header .header__inner .header__menu .main-menu li.parent-menu-item-lvl-1 > a {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.header .header__inner .header__menu .main-menu li.parent-menu-item-lvl-1 > a svg {
  min-width: 8px;
  transition: all 0.3s ease-in-out;
}
.header .header__inner .header__menu .main-menu li.parent-menu-item-lvl-1 ul.submenu {
  display: grid;
  grid-gap: 8px 0;
  z-index: 2;
}
.header .header__inner .header__menu .main-menu li.parent-menu-item-lvl-1 ul.submenu.submenu-lvl-1 {
  position: absolute;
  top: calc(100% + 8px);
  padding: 8px;
  background: var(--c-stroke);
  transform: scaleY(0);
  transform-origin: top;
  transition: all 0.3s ease-in-out;
  width: fit-content;
  border-radius: 4px;
  box-shadow: 0px 4px 10px 0px rgba(var(--c-prime-rgb), 0.85);
}
.header .header__inner .header__menu .main-menu li.parent-menu-item-lvl-1 {
  /* Disable dropdown hover effect for the active item */
}
.header .header__inner .header__menu .main-menu li.parent-menu-item-lvl-1:not(.current-menu-item):hover > a svg {
  transform: translateY(-50%) rotate(180deg);
}
.header .header__inner .header__menu .main-menu li.parent-menu-item-lvl-1:not(.current-menu-item):hover ul.submenu-lvl-1 {
  transform: scaleY(1);
}
.header .header__inner .header__menu .main-menu > li:not(.current-menu-item):not(.menu-item-has-children) > a, .header .header__inner .header__menu .main-menu > li > ul.submenu > li:not(.current-menu-item) > a {
  transition: all 0.3s ease-in-out;
}
.header .header__inner .header__menu .main-menu > li:not(.current-menu-item):not(.menu-item-has-children) > a::before, .header .header__inner .header__menu .main-menu > li > ul.submenu > li:not(.current-menu-item) > a::before {
  width: 0;
}
.header .header__inner .header__menu .main-menu > li:not(.current-menu-item):not(.menu-item-has-children) > a:hover::before, .header .header__inner .header__menu .main-menu > li > ul.submenu > li:not(.current-menu-item) > a:hover::before {
  width: 100%;
}
.header .header__inner .lang-switcher {
  flex-shrink: 0;
}
@media (max-width: 1024px) {
  .header .header__inner .lang-switcher {
    margin-left: auto;
  }
}
.header .header__inner .lang-switcher ul.lang-switcher__list a {
  font-family: "Onest", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1.2;
  font-size: clamp(14px, 14px + 3 * (100vw - 320px) / 1600, 17px);
  color: var(--c-heading1);
  display: flex;
  align-items: center;
  gap: 6px;
}
.header .header__inner .lang-switcher ul.lang-switcher__list a img {
  margin-right: unset;
}
.header .header__inner .lang-switcher ul.lang-switcher__list li.parent-menu-item-lvl-1 {
  position: relative;
}
.header .header__inner .lang-switcher ul.lang-switcher__list li.parent-menu-item-lvl-1:hover > a svg {
  transform: translateY(-50%) rotate(180deg);
}
.header .header__inner .lang-switcher ul.lang-switcher__list li.parent-menu-item-lvl-1:hover ul.submenu-lvl-1 {
  transform: scaleY(1);
}
.header .header__inner .lang-switcher ul.lang-switcher__list li.parent-menu-item-lvl-1 > a svg {
  min-width: 8px;
  transition: all 0.3s ease-in-out;
}
.header .header__inner .lang-switcher ul.lang-switcher__list li.parent-menu-item-lvl-1 ul.submenu-lvl-1 {
  position: absolute;
  top: calc(100% + 8px);
  padding: 8px;
  background: var(--c-stroke);
  transform: scaleY(0);
  transform-origin: top;
  transition: all 0.3s ease-in-out;
  width: fit-content;
  border-radius: 4px;
  display: grid;
  gap: 8px;
}
.header .header__btns {
  display: grid;
  grid-template-columns: repeat(2, auto);
  align-items: center;
  position: relative;
  z-index: 100;
  gap: clamp(10px, 10px + 10 * (100vw - 320px) / 1600, 20px);
}
@media (max-width: 768px) {
  .header .header__btns {
    display: none;
  }
}
.header .header__btns a[data-link=reg] {
  min-width: unset;
}
.header .header__btns-mob {
  display: flex;
  align-items: center;
  gap: clamp(10px, 10px + 10 * (100vw - 320px) / 448, 20px);
}
@media (min-width: 769px) {
  .header .header__btns-mob {
    display: none;
  }
}
@media (max-width: 500px) {
  .header .header__btns-mob {
    display: none;
  }
}
.header .header__burger {
  cursor: pointer;
  height: 30px;
}
@media (min-width: 1025px) {
  .header .header__burger {
    display: none;
  }
}
.header .header__burger span {
  position: relative;
  display: block;
  width: 40px;
  box-shadow: 0 2px 10px 0 var(--c-prime);
  border-radius: 3px;
  height: 3px;
  background: var(--c-prime);
}
.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-prime);
  border-radius: 3px;
  height: 3px;
  background: var(--c-prime);
}
.header .header__burger span::before {
  top: -12px;
}
.header .header__burger span::after {
  top: 12px;
}

.footer {
  padding: 48px 0;
  background: var(--c-card-bg1);
}
.footer .footer__logo img {
  max-width: 200px;
  width: 100%;
}
.footer .footer__inner {
  margin: clamp(34px, 34px + 40 * (100vw - 320px) / 1600, 74px) 0 clamp(34px, 34px + 14 * (100vw - 320px) / 1600, 48px);
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-gap: clamp(50px, 50px + 30 * (100vw - 320px) / 1600, 80px);
}
@media (max-width: 768px) {
  .footer .footer__inner {
    grid-template-columns: 1fr;
    grid-gap: 50px;
  }
}
.footer .footer__inner .footer__contacts {
  display: grid;
  grid-gap: clamp(20px, 20px + 20 * (100vw - 320px) / 1600, 40px);
  height: fit-content;
}
.footer .footer__inner .footer__contacts .contacts-line {
  display: flex;
  gap: clamp(12px, 12px + 12 * (100vw - 320px) / 1600, 24px);
}
.footer .footer__inner .footer__contacts .contacts-line .contacts-icon {
  width: clamp(44px, 44px + 20 * (100vw - 320px) / 1600, 64px);
  height: clamp(44px, 44px + 20 * (100vw - 320px) / 1600, 64px);
}
.footer .footer__inner .footer__contacts .contacts-line .contacts-icon svg {
  width: 100%;
  height: auto;
}
.footer .footer__inner .footer__contacts .contacts-line .contacts-data .lead-text {
  color: var(--c-heading1);
}
.footer .footer__inner .footer__contacts .contacts-line .contacts-data span[class$=-item] {
  font-family: "Onest";
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
  font-size: clamp(14px, 14px + 3 * (100vw - 320px) / 1600, 17px);
  color: var(--c-heading1);
}
.footer .footer__inner .footer__contacts .contacts-line .contacts-data span[class$=-item] a {
  cursor: pointer;
  display: inline-block;
  margin-top: 8px;
}
.footer .footer__inner .footer__risk p.lead-text {
  color: var(--c-heading1);
  margin-bottom: clamp(16px, 16px + 8 * (100vw - 320px) / 1600, 24px);
}
.footer .footer__inner .footer__risk p.text1 {
  color: var(--c-m-text1);
}
.footer .footer__copy {
  color: var(--c-heading1);
}

.mobile-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999999;
  transform: translateX(-100%);
  transform-origin: left center;
  transition: all 0.5s ease-in-out 0.5s, visibility 0.5s ease 0.5s;
  visibility: hidden;
}
.mobile-nav.expanded {
  opacity: 1;
  transform: translateX(0%);
  visibility: visible;
  transition: all 0.5s ease-in-out 0s, visibility 0.5s ease 0s;
}
.mobile-nav.expanded .mobile-nav__content {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  transition: opacity 0.5s ease 0.5s, visibility 0.5s ease 0.5s, all 0.5s ease-in-out 0.5s;
}
.mobile-nav .mobile-nav__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--c-black);
  opacity: 0.5;
}
.mobile-nav .mobile-nav__content {
  width: 300px;
  background: var(--c-bg1);
  z-index: 10;
  position: relative;
  height: 100%;
  overflow-y: auto;
  padding: 30px 15px;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-100%);
  transition: opacity 0.5s ease 0s, visibility 0.5s ease 0s, all 0.5s ease-in-out 0s;
}
.mobile-nav .mobile-nav__content::-webkit-scrollbar {
  width: 6px;
}
.mobile-nav .mobile-nav__content::-webkit-scrollbar-track {
  background: var(--c-scrollbar-track);
}
.mobile-nav .mobile-nav__content::-webkit-scrollbar-thumb {
  background: var(--c-scrollbar-thumb);
  border-radius: 6px;
}
.mobile-nav .mobile-nav__content .mobile-nav__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 40px;
}
.mobile-nav .mobile-nav__content .mobile-nav__top .mobile-nav__logo img {
  max-width: 150px;
  width: 100%;
}
.mobile-nav .mobile-nav__content .mobile-nav__top .mobile-nav__close {
  cursor: pointer;
  font-family: "Onest", sans-serif;
  font-size: 40px;
  color: var(--c-heading1);
}
.mobile-nav .mobile-nav__content .mobile-nav__menu-list {
  border-top: 1px solid var(--c-stroke);
  border-bottom: 1px solid var(--c-stroke);
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.mobile-nav .mobile-nav__content .mobile-nav__menu-list li:not(:last-child) {
  border-bottom: 1px solid var(--c-stroke);
}
.mobile-nav .mobile-nav__content .mobile-nav__menu-list li > a {
  font-family: "Onest", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1.2;
  font-size: clamp(14px, 14px + 3 * (100vw - 320px) / 1600, 17px);
  color: var(--c-heading1);
  display: flex;
  align-items: center;
  padding: 10px 0;
}
.mobile-nav .mobile-nav__content .mobile-nav__menu-list li .current-menu-item a {
  color: var(--c-prime);
}
.mobile-nav .mobile-nav__content .mobile-nav__menu-list li.menu-item-has-children > a:hover {
  cursor: pointer;
  color: var(--c-prime);
}
.mobile-nav .mobile-nav__content .mobile-nav__menu-list li.menu-item-has-children > a:hover span {
  color: var(--c-prime);
}
.mobile-nav .mobile-nav__content .mobile-nav__menu-list li.menu-item-has-children .sub-menu a[href]:hover {
  cursor: pointer;
  color: var(--c-prime);
}
.mobile-nav .mobile-nav__content .mobile-nav__menu-list li.menu-item-has-children.current-menu-parent > a {
  color: var(--c-prime);
}
.mobile-nav .mobile-nav__content .mobile-nav__menu-list li.menu-item-has-children.current-menu-parent > a span {
  color: var(--c-prime);
}
.mobile-nav .mobile-nav__content .mobile-nav__menu-list li.menu-item-has-children.expanded > a span {
  transform: rotate(90deg);
}
.mobile-nav .mobile-nav__content .mobile-nav__menu-list li.menu-item-has-children.expanded ul {
  border-top: 1px solid var(--c-stroke);
}
.mobile-nav .mobile-nav__content .mobile-nav__menu-list li.menu-item-has-children a {
  justify-content: space-between;
  transition: 0.5s;
  padding: 10px 0;
}
.mobile-nav .mobile-nav__content .mobile-nav__menu-list li.menu-item-has-children a span {
  width: 30px;
  height: 30px;
  color: var(--c-heading1);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  transform: rotate(0deg);
  transition: all 0.5s ease-in-out;
  font-size: 24px;
  transform: rotate(180deg);
}
.mobile-nav .mobile-nav__content .mobile-nav__menu-list li.menu-item-has-children ul {
  height: 0;
  overflow: hidden;
  transition: height 0.6s ease-in-out;
  margin: 0 0 0 10px;
  padding: 0;
  list-style-type: none;
}
.mobile-nav .mobile-nav__content .mobile-nav__contact {
  margin: 40px 0 0;
}
.mobile-nav .mobile-nav__content .mobile-nav__contact li:first-of-type {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.mobile-nav .mobile-nav__content .mobile-nav__contact li:first-of-type a[data-link=log] {
  min-width: 204px;
}
.mobile-nav .mobile-nav__content .mobile-nav__contact li:not(:first-of-type) {
  display: flex;
  align-items: center;
  gap: 10px;
}
.mobile-nav .mobile-nav__content .mobile-nav__contact li + li {
  margin: 20px 0 0;
}
.mobile-nav .mobile-nav__content .mobile-nav__contact li a:not(.btn-common) {
  font-family: "Onest", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
  font-size: clamp(14px, 14px + 3 * (100vw - 320px) / 1600, 17px);
  transition: all 0.5s ease-in-out;
  color: var(--c-heading1);
}
.mobile-nav .mobile-nav__content .mobile-nav__contact li a:not(.btn-common):hover {
  color: var(--c-prime);
}

.scroll-progress {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 64px;
  height: 64px;
  z-index: 150;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.scroll-progress .skill {
  width: 64px;
  height: 64px;
  position: relative;
}
.scroll-progress .skill .outer {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  padding: 9px;
  box-shadow: 2px 2px 3px -0.3px rgba(0, 0, 0, 0.15), -2px -2px 3px -0.3px rgba(255, 255, 255, 0.7);
}
.scroll-progress .skill .outer .inner {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: inset 1.3px 1.3px 2px -0.3 rgba(0, 0, 0, 0.9), inset -1.3px -1.3px 2px -0.3 rgba(10, 10, 10, 0.9), -0.16px -0.16px 0 rgb(20, 20, 20), 0.16px 0.16px 0 rgba(0, 0, 0, 0.9), 0px 4px 3px -3px rgba(0, 0, 0, 0.8);
}
.scroll-progress .skill .outer .inner #scroll-number {
  font-family: "Onest", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: var(--c-prime-dark);
  -webkit-user-select: none;
          user-select: none;
  position: absolute;
}
.scroll-progress .skill .outer .inner svg {
  position: absolute;
  top: 0;
  left: 0;
}
.scroll-progress .skill .outer .inner svg circle {
  fill: none;
  stroke: url(#GradientColor);
  stroke-width: 6.5px;
  stroke-linecap: round;
  stroke-dasharray: 175.93px;
  stroke-dashoffset: 175.93px;
  transform: rotate(-90deg);
  transform-origin: 50% 50%;
}
.scroll-progress .skill .outer .inner svg #completeIcon {
  position: absolute;
  width: 12px;
  height: 12px;
  transform: translate(20px, 20px);
}

.account-types .account-types__cards {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.account-types .account-types__card {
  width: calc(33.33% - 16px);
  padding: 24px;
  border-radius: 15px;
  border: 1px solid rgba(255, 255, 255, 0.0784313725);
  transition: all 0.4s;
  font-family: "Onest", sans-serif;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1024px) {
  .account-types .account-types__card {
    width: calc(50% - 12px);
  }
}
@media screen and (max-width: 600px) {
  .account-types .account-types__card {
    width: 100%;
  }
}
.account-types .account-types__card:hover {
  border-color: var(--c-prime);
}
.account-types .account-types__card .account-types__card--head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.0784313725);
}
.account-types .account-types__card .account-types__card--head .name {
  font-size: clamp(18px, 18px + 6 * (100vw - 320px) / 1600, 24px);
  color: #fff;
}
.account-types .account-types__card .account-types__card--head .price {
  color: var(--c-prime);
  font-size: 18px;
  font-weight: 600;
}
.account-types .account-types__card .account-types__card--body {
  margin-bottom: 32px;
  flex: 1;
}
.account-types .account-types__card .account-types__card--body li .dot {
  width: 6px;
  height: 6px;
  display: inline-block;
  border-radius: 50%;
  background-color: var(--c-prime);
  margin-top: 7px;
}
.account-types .account-types__card .account-types__card--body li {
  display: flex;
  gap: 10px;
  color: var(--c-m-text1);
  margin-bottom: 10px;
}
.account-types .account-types__card .account-types__card--foot .btn-common {
  width: 100%;
}
