*:hover,
*:focus {
  outline: none;
}

@font-face {
  font-family: "LexendLight";
  src: url("../fonts/lexend/LexendLight.eot");
  src: url("../fonts/lexend/LexendLight.eot") format("embedded-opentype"), url("../fonts/lexend/LexendLight.woff2") format("woff2"), url("../fonts/lexend/LexendLight.woff") format("woff"), url("../fonts/lexend/LexendLight.ttf") format("truetype"), url("../fonts/lexend/LexendLight.svg#LexendLight") format("svg");
}
@font-face {
  font-family: "LexendRegular";
  src: url("../fonts/lexend/LexendRegular.eot");
  src: url("../fonts/lexend/LexendRegular.eot") format("embedded-opentype"), url("../fonts/lexend/LexendRegular.woff2") format("woff2"), url("../fonts/lexend/LexendRegular.woff") format("woff"), url("../fonts/lexend/LexendRegular.ttf") format("truetype"), url("../fonts/lexend/LexendRegular.svg#LexendRegular") format("svg");
}
@font-face {
  font-family: "LexendMedium";
  src: url("../fonts/lexend/LexendMedium.eot");
  src: url("../fonts/lexend/LexendMedium.eot") format("embedded-opentype"), url("../fonts/lexend/LexendMedium.woff2") format("woff2"), url("../fonts/lexend/LexendMedium.woff") format("woff"), url("../fonts/lexend/LexendMedium.ttf") format("truetype"), url("../fonts/lexend/LexendMedium.svg#LexendMedium") format("svg");
}
@font-face {
  font-family: "LexendSemiBold";
  src: url("../fonts/lexend/LexendSemiBold.eot");
  src: url("../fonts/lexend/LexendSemiBold.eot") format("embedded-opentype"), url("../fonts/lexend/LexendSemiBold.woff2") format("woff2"), url("../fonts/lexend/LexendSemiBold.woff") format("woff"), url("../fonts/lexend/LexendSemiBold.ttf") format("truetype"), url("../fonts/lexend/LexendSemiBold.svg#LexendSemiBold") format("svg");
}
@font-face {
  font-family: "LexendBold";
  src: url("../fonts/lexend/LexendBold.eot");
  src: url("../fonts/lexend/LexendBold.eot") format("embedded-opentype"), url("../fonts/lexend/LexendBold.woff2") format("woff2"), url("../fonts/lexend/LexendBold.woff") format("woff"), url("../fonts/lexend/LexendBold.ttf") format("truetype"), url("../fonts/lexend/LexendBold.svg#LexendBold") format("svg");
}
@font-face {
  font-family: "LexendBlack";
  src: url("../fonts/lexend/Black.eot");
  src: url("../fonts/lexend/Black.eot") format("embedded-opentype"), url("../fonts/lexend/Black.woff2") format("woff2"), url("../fonts/lexend/Black.woff") format("woff"), url("../fonts/lexend/Black.ttf") format("truetype"), url("../fonts/lexend/Black.svg#LexendBlack") format("svg");
}
@font-face {
  font-family: "FuturaStdBook";
  src: url("../fonts/futuraStd/FuturaStdBook.eot");
  src: url("../fonts/futuraStd/FuturaStdBook.eot") format("embedded-opentype"), url("../fonts/futuraStd/FuturaStdBook.woff2") format("woff2"), url("../fonts/futuraStd/FuturaStdBook.woff") format("woff"), url("../fonts/futuraStd/FuturaStdBook.ttf") format("truetype"), url("../fonts/futuraStd/FuturaStdBook.svg#FuturaStdBook") format("svg");
}
@font-face {
  font-family: "FuturaStdMedium";
  src: url("../fonts/futuraStd/FuturaStdMedium.eot");
  src: url("../fonts/futuraStd/FuturaStdMedium.eot") format("embedded-opentype"), url("../fonts/futuraStd/FuturaStdMedium.woff2") format("woff2"), url("../fonts/futuraStd/FuturaStdMedium.woff") format("woff"), url("../fonts/futuraStd/FuturaStdMedium.ttf") format("truetype"), url("../fonts/futuraStd/FuturaStdMedium.svg#FuturaStdMedium") format("svg");
}
@font-face {
  font-family: "FuturaStdBold";
  src: url("../fonts/futuraStd/FuturaStdBold.eot");
  src: url("../fonts/futuraStd/FuturaStdBold.eot") format("embedded-opentype"), url("../fonts/futuraStd/FuturaStdBold.woff2") format("woff2"), url("../fonts/futuraStd/FuturaStdBold.woff") format("woff"), url("../fonts/futuraStd/FuturaStdBold.ttf") format("truetype"), url("../fonts/futuraStd/FuturaStdBold.svg#FuturaStdBold") format("svg");
}
:root {
  --font-primary-100: "LexendLight";
  --font-primary-400: "LexendRegular";
  --font-primary-500: "LexendMedium";
  --font-primary-600: "LexendSemiBold";
  --font-primary-700: "LexendBold";
  --font-primary-900: "LexendBlack";
  --font-secondary-400: "FuturaStdBook";
  --font-secondary-500: "FuturaStdMedium";
  --font-secondary-700: "FuturaStdBold";
  --primary-color: #000E42;
}

body {
  margin: 0;
  padding: 0;
  position: relative;
  font-family: var(--font-primary-400);
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
}

a {
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
}

.common-section {
  padding: 60px 0;
}

.curved-box {
  padding: 20px;
  margin: 15px 0;
  background: var(--color-white);
  border: 1px solid #B9B9BB;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.primary-color {
  color: var(--primary-color) !important;
}

.disabled-btn {
  background: #C7C7C7;
}

button:focus {
  outline: none;
}

.btn {
  padding: 10px 20px;
  font-size: 18px;
  font-weight: 700;
  min-height: 45px;
  border: none;
  text-align: center;
  white-space: nowrap;
  color: var(--color-white);
  background: var(--primary-color);
}
.btn:hover {
  color: var(--color-white);
}
.btn-normal {
  color: white !important;
}
.btn.focus,
.btn:focus {
  box-shadow: none;
}


.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #fff;
  background: transparent
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e")
    center/1em auto no-repeat;
  border: 0;
  border-radius: 0.25rem;
  opacity: 0.5;
}
.btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}
.btn-close:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  opacity: 1;
}
.btn-close.disabled,
.btn-close:disabled {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  opacity: 0.25;
}
.btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%);
}
.lite-btn {
  background: #FBF8F3;
  color: #E89F72;
}
.lite-btn img {
  margin: 0 10px 0 0;
}

.white-btn {
  background: var(--color-white);
  color: var(--primary-color);
}

.primary-btn {
  color: var(--color-white);
  background: var(--primary-color);
}
.primary-btn:hover, .primary-btn:focus {
  color: var(--color-white);
}

.bordered-btn {
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
  box-shadow: none;
  background: none;
}
.bordered-btn:hover, .bordered-btn:focus, .bordered-btn:focus-within, .bordered-btn:active {
  color: var(--primary-color);
}

.disabled-btn {
  background: #C7C7C7;
  box-shadow: none;
  pointer-events: none;
}

.grey-btn {
  background: #E9E9E9;
  color: #959595;
  box-shadow: none;
}
.grey-btn:hover, .grey-btn:focus {
  color: #959595;
}

a:hover {
  text-decoration: none;
  color: var(--secondary-color);
}

.header_main {
  background: var(--primary-color);
  position: relative;
}
.header_main::before {
  z-index: 0;
  position: absolute;
  content: "";
  width: 850px;
  height: 390px;
  background: url(../img/banner_vector.png) left top no-repeat;
  background-size: cover;
  pointer-events: none;
  opacity: 0.1;
}

.home-preload-active {
  overflow: hidden;
}

.home-preloader {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(circle at 30% 30%, #1b3d86 0%, #000e42 55%, #000824 100%);
  opacity: 1;
  visibility: visible;
  transition: opacity 0.65s ease, visibility 0.65s ease;
}

.home-preloader__inner {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 18px;
}

.banter-loader {
  width: 72px;
  height: 72px;
  transform: scale(0.8);
  transform-origin: center;
  filter: drop-shadow(0 6px 14px rgba(0, 14, 66, 0.22));
}

.banter-loader__box {
  float: left;
  position: relative;
  width: 20px;
  height: 20px;
  margin-right: 6px;
}

.banter-loader__box:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #46B0FF 0%, #237DC0 55%, #0F4595 100%);
  border-radius: 4px;
  box-shadow: 0 6px 14px rgba(0, 14, 66, 0.2);
}

.banter-loader__box:nth-child(3n) {
  margin-right: 0;
  margin-bottom: 6px;
}

.banter-loader__box:nth-child(1):before,
.banter-loader__box:nth-child(4):before {
  margin-left: 26px;
}

.banter-loader__box:nth-child(3):before {
  margin-top: 52px;
}

.banter-loader__box:last-child {
  margin-bottom: 0;
}

.home-preloader.is-hide {
  opacity: 0;
  visibility: hidden;
}

@keyframes moveBox-1 {
  9.0909090909% {
    transform: translate(-26px, 0);
  }
  18.1818181818% {
    transform: translate(0px, 0);
  }
  27.2727272727% {
    transform: translate(0px, 0);
  }
  36.3636363636% {
    transform: translate(26px, 0);
  }
  45.4545454545% {
    transform: translate(26px, 26px);
  }
  54.5454545455% {
    transform: translate(26px, 26px);
  }
  63.6363636364% {
    transform: translate(26px, 26px);
  }
  72.7272727273% {
    transform: translate(26px, 0px);
  }
  81.8181818182% {
    transform: translate(0px, 0px);
  }
  90.9090909091% {
    transform: translate(-26px, 0px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.banter-loader__box:nth-child(1) {
  animation: moveBox-1 4s infinite;
}

@keyframes moveBox-2 {
  9.0909090909% {
    transform: translate(0, 0);
  }
  18.1818181818% {
    transform: translate(26px, 0);
  }
  27.2727272727% {
    transform: translate(0px, 0);
  }
  36.3636363636% {
    transform: translate(26px, 0);
  }
  45.4545454545% {
    transform: translate(26px, 26px);
  }
  54.5454545455% {
    transform: translate(26px, 26px);
  }
  63.6363636364% {
    transform: translate(26px, 26px);
  }
  72.7272727273% {
    transform: translate(26px, 26px);
  }
  81.8181818182% {
    transform: translate(0px, 26px);
  }
  90.9090909091% {
    transform: translate(0px, 26px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.banter-loader__box:nth-child(2) {
  animation: moveBox-2 4s infinite;
}

@keyframes moveBox-3 {
  9.0909090909% {
    transform: translate(-26px, 0);
  }
  18.1818181818% {
    transform: translate(-26px, 0);
  }
  27.2727272727% {
    transform: translate(0px, 0);
  }
  36.3636363636% {
    transform: translate(-26px, 0);
  }
  45.4545454545% {
    transform: translate(-26px, 0);
  }
  54.5454545455% {
    transform: translate(-26px, 0);
  }
  63.6363636364% {
    transform: translate(-26px, 0);
  }
  72.7272727273% {
    transform: translate(-26px, 0);
  }
  81.8181818182% {
    transform: translate(-26px, -26px);
  }
  90.9090909091% {
    transform: translate(0px, -26px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.banter-loader__box:nth-child(3) {
  animation: moveBox-3 4s infinite;
}

@keyframes moveBox-4 {
  9.0909090909% {
    transform: translate(-26px, 0);
  }
  18.1818181818% {
    transform: translate(-26px, 0);
  }
  27.2727272727% {
    transform: translate(-26px, -26px);
  }
  36.3636363636% {
    transform: translate(0px, -26px);
  }
  45.4545454545% {
    transform: translate(0px, 0px);
  }
  54.5454545455% {
    transform: translate(0px, -26px);
  }
  63.6363636364% {
    transform: translate(0px, -26px);
  }
  72.7272727273% {
    transform: translate(0px, -26px);
  }
  81.8181818182% {
    transform: translate(-26px, -26px);
  }
  90.9090909091% {
    transform: translate(-26px, 0px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.banter-loader__box:nth-child(4) {
  animation: moveBox-4 4s infinite;
}

@keyframes moveBox-5 {
  9.0909090909% {
    transform: translate(0, 0);
  }
  18.1818181818% {
    transform: translate(0, 0);
  }
  27.2727272727% {
    transform: translate(0, 0);
  }
  36.3636363636% {
    transform: translate(26px, 0);
  }
  45.4545454545% {
    transform: translate(26px, 0);
  }
  54.5454545455% {
    transform: translate(26px, 0);
  }
  63.6363636364% {
    transform: translate(26px, 0);
  }
  72.7272727273% {
    transform: translate(26px, 0);
  }
  81.8181818182% {
    transform: translate(26px, -26px);
  }
  90.9090909091% {
    transform: translate(0px, -26px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.banter-loader__box:nth-child(5) {
  animation: moveBox-5 4s infinite;
}

@keyframes moveBox-6 {
  9.0909090909% {
    transform: translate(0, 0);
  }
  18.1818181818% {
    transform: translate(-26px, 0);
  }
  27.2727272727% {
    transform: translate(-26px, 0);
  }
  36.3636363636% {
    transform: translate(0px, 0);
  }
  45.4545454545% {
    transform: translate(0px, 0);
  }
  54.5454545455% {
    transform: translate(0px, 0);
  }
  63.6363636364% {
    transform: translate(0px, 0);
  }
  72.7272727273% {
    transform: translate(0px, 26px);
  }
  81.8181818182% {
    transform: translate(-26px, 26px);
  }
  90.9090909091% {
    transform: translate(-26px, 0px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.banter-loader__box:nth-child(6) {
  animation: moveBox-6 4s infinite;
}

@keyframes moveBox-7 {
  9.0909090909% {
    transform: translate(26px, 0);
  }
  18.1818181818% {
    transform: translate(26px, 0);
  }
  27.2727272727% {
    transform: translate(26px, 0);
  }
  36.3636363636% {
    transform: translate(0px, 0);
  }
  45.4545454545% {
    transform: translate(0px, -26px);
  }
  54.5454545455% {
    transform: translate(26px, -26px);
  }
  63.6363636364% {
    transform: translate(0px, -26px);
  }
  72.7272727273% {
    transform: translate(0px, -26px);
  }
  81.8181818182% {
    transform: translate(0px, 0px);
  }
  90.9090909091% {
    transform: translate(26px, 0px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.banter-loader__box:nth-child(7) {
  animation: moveBox-7 4s infinite;
}

@keyframes moveBox-8 {
  9.0909090909% {
    transform: translate(0, 0);
  }
  18.1818181818% {
    transform: translate(-26px, 0);
  }
  27.2727272727% {
    transform: translate(-26px, -26px);
  }
  36.3636363636% {
    transform: translate(0px, -26px);
  }
  45.4545454545% {
    transform: translate(0px, -26px);
  }
  54.5454545455% {
    transform: translate(0px, -26px);
  }
  63.6363636364% {
    transform: translate(0px, -26px);
  }
  72.7272727273% {
    transform: translate(0px, -26px);
  }
  81.8181818182% {
    transform: translate(26px, -26px);
  }
  90.9090909091% {
    transform: translate(26px, 0px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.banter-loader__box:nth-child(8) {
  animation: moveBox-8 4s infinite;
}

@keyframes moveBox-9 {
  9.0909090909% {
    transform: translate(-26px, 0);
  }
  18.1818181818% {
    transform: translate(-26px, 0);
  }
  27.2727272727% {
    transform: translate(0px, 0);
  }
  36.3636363636% {
    transform: translate(-26px, 0);
  }
  45.4545454545% {
    transform: translate(0px, 0);
  }
  54.5454545455% {
    transform: translate(0px, 0);
  }
  63.6363636364% {
    transform: translate(-26px, 0);
  }
  72.7272727273% {
    transform: translate(-26px, 0);
  }
  81.8181818182% {
    transform: translate(-52px, 0);
  }
  90.9090909091% {
    transform: translate(-26px, 0);
  }
  100% {
    transform: translate(0px, 0);
  }
}
.banter-loader__box:nth-child(9) {
  animation: moveBox-9 4s infinite;
}

header {
  position: sticky;
  top: 0;
  z-index: 90;
  background: var(--primary-color);
}

.subMenu_main {
  position: sticky;
  top: var(--sticky-header-h, 72px);
  z-index: 80;
  margin-top: 0;
  padding-top: 0;
  
}

.dropdown-menu {
  background: #131c44;
}

.logo_nav {
  display: flex;
  align-items: center;
  padding: 15px 0;
  justify-content: space-between;
}
.logo_nav .logo {
  display: inline-block;
}
.logo_nav .logo img {
  width: 150px;
}
.logo_nav nav ul {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
}
.logo_nav nav ul li {
  list-style: none;
}
.logo_nav nav ul li a {
  color: #FFF;
  font-family: var(--font-primary-400);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.menu-toggle,
.site-nav__head,
.menu-overlay,
.mobile-submenu-head {
  display: none;
}

.menu-toggle {
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 10px;
  background: transparent;
  padding: 9px 8px;
}
.menu-toggle span {
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  margin: 4px 0;
}

.site-nav__head {
  align-items: center;
  justify-content: space-between;
  padding: 14px 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.site-nav__head img {
  width: 110px;
}
.site-nav__head .menu-close {
  border: none;
  background: transparent;
  color: #fff;
  font-size: 24px;
  line-height: 1;
  padding: 0;
}

.menu-btn {
  margin: 0;
  border: none;
  background: none;
  color: #FFF;
  font-family: var(--font-primary-400);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 0 18px 0 0;
  position: relative;
}
.menu-btn::after {
  background: url(../img/down_arrow.svg) center right no-repeat;
  background-size: cover;
  border: none;
  width: 10px;
  height: 6px;
  right: 0px;
  top: 5px;
  position: absolute;
  margin: 0;
}

.menu-drop-btn {
  border-radius: 20px;
  background: var(--Primary-Strong, #131C43);
  color: #fff;
  padding: 7px 20px;
  font-size: 12px;
  font-style: normal;
  border: none;
  line-height: normal;
  display: flex;
  align-items: center;
  gap: 8px;
}
.menu-drop-btn::after {
  content: none;
}

.logo_nav .dropdown {
  position: relative;
}
.logo_nav .dropdown::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  height: 14px;
}
.logo_nav .dropdown .dropdown-menu {
  display: block;
  margin-top: 0;
  padding: 0;
  border: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity 0.28s ease, transform 0.28s ease, visibility 0.28s ease;
}
.logo_nav .dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.mega-dropdown {
  width: 310px;
  min-width: 310px;
  left: 0;
  top: 100%;
  border-radius: 12px;
  background: #151820;
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.35);
  overflow: hidden;
  border: 1px solid #2a3042;
}

.dropdown-menu-right.mega-dropdown {
  left: auto;
  right: 0;
}

.logo_nav .dropdown.dropdown--right .mega-dropdown {
  left: auto;
  right: 0;
}

.logo_nav .dropdown.dropdown--center .mega-dropdown {
  left: 50%;
  right: auto;
  transform: translateX(-50%) translateY(8px);
}

.logo_nav .dropdown.dropdown--center:hover .mega-dropdown {
  transform: translateX(-50%) translateY(0);
}

.mega-dropdown--compact {
  width: 340px;
  min-width: 340px;
}
.mega-dropdown--compact .mega-dropdown__left {
  flex: 1;
  border-right: 0;
}
.mega-dropdown--compact .mega-dropdown__item span {
  font-size: 12px;
}

.mega-dropdown__inner {
  display: flex;
  align-items: stretch;
}

.mega-dropdown__left {
  flex: 1;
  padding: 14px;
  border-right: 1px solid #2a3042;
  background: #0c1332;
}

.mega-dropdown__right {
  flex: 1;
  padding: 14px;
  background: #060f32;
  display: none;
}

.mega-dropdown__panel {
  display: none;
}

.mega-dropdown__panel.is-active {
  display: block;
  animation: panelFadeIn 0.2s ease;
}

.mega-dropdown__left h6,
.mega-dropdown__right h6 {
  margin: 0 0 10px;
  color: #8f97ab;
  font-size: 12px;
  font-family: var(--font-primary-400);
}

.mega-dropdown__item {
  display: block;
  color: #fff;
  padding: 10px 12px;
  border-radius: 8px;
  margin-bottom: 4px;
  background: transparent;
  transition: background 0.2s ease;
}
.mega-dropdown__item span {
  display: block;
  font-size: 15px;
  line-height: 1.2;
  font-family: var(--font-primary-400);
  margin-bottom: 2px;
}
.mega-dropdown__item small {
  display: block;
  color: #8a93a8;
  font-size: 11px;
  line-height: 1.35;
  font-family: var(--font-primary-100);
}
.mega-dropdown__item:hover, .mega-dropdown__item.active {
  background: #262c3a;
  color: #fff;
}

.mega-dropdown__tabs {
  display: flex;
  gap: 18px;
  margin-bottom: 12px;
}
.mega-dropdown__tabs span {
  color: #c5ccdc;
  font-size: 12px;
  line-height: 1;
  padding-bottom: 8px;
  border-bottom: 2px solid transparent;
  font-family: var(--font-primary-400);
}
.mega-dropdown__tabs span.active {
  color: #fff;
  border-color: #f1f2f4;
}

.mega-dropdown__search {
  height: 40px;
  border: 1px solid #2c3346;
  border-radius: 10px;
  padding: 0 14px;
  display: flex;
  align-items: center;
  color: #7f889d;
  margin-bottom: 12px;
  font-size: 14px;
}

.mega-dropdown__list {
  margin: 0;
  padding: 0;
}
.mega-dropdown__list li {
  list-style: none;
}
.mega-dropdown__list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  color: #edf1f9;
  border-radius: 8px;
  padding: 9px 10px;
  font-size: 14px;
  line-height: 1.2;
  font-family: var(--font-primary-500);
}
.mega-dropdown__list a:hover {
  background: #242a38;
  color: #fff;
}
.mega-dropdown__list small {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 34px;
  height: 20px;
  padding: 0 7px;
  border-radius: 8px;
  background: rgba(14, 174, 255, 0.18);
  color: #18b6ff;
  font-size: 11px;
  font-family: var(--font-primary-500);
}

@keyframes panelFadeIn {
  from {
    opacity: 0;
    transform: translateY(6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.announcement_bar {
  width: 100%;
  overflow: hidden;
  background: #1866C7;
  color: #fff;
  padding: 6px 0;
  white-space: nowrap;
  position: relative;
  z-index: 6;
}

.announcement_text {
  font-family: var(--font-primary-100);
  font-size: 14px;
  display: inline-block;
  padding-left: 100%;
  animation: scrollText 30s linear infinite;
  -webkit-animation: scrollText 30s linear infinite;
}

@keyframes scrollText {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.banner_main {
  display: flex;
  gap: 15px;
  padding: 2rem 0;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
}
.banner_main::after {
  pointer-events: none;
  z-index: 3;
  position: absolute;
  content: "";
  width: 100%;
  height: 232px;
  left: 0;
  bottom: 0;
  right: 0;
  background: url(../img/banner_bottom.svg) center bottom no-repeat;
}
.banner_main .banner_left {
  position: relative;
  z-index: 4;
  padding-top: 2rem;
}
.banner_main .banner_left h1 {
  color: #FFF;
  font-family: var(--font-primary-400);
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 2rem;
}
.banner_main .banner_left h4 {
  color: #FFF;
  font-family: var(--font-primary-400);
  font-size: 42px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 2rem;
}
.banner_main .banner_left p {
  color: #FFF;
  font-family: var(--font-primary-400);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 100%;
  max-width: 55%;
}
.banner_main .banner_right {
  padding: 2rem 0 0;
  position: relative;
  z-index: 4;
}

.referral_main {
  margin-bottom: 2rem;
  width: 100%;
  max-width: 450px;
  background-size: cover;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  /* border: 2px solid var(--Primary-White, #FFF); */
  position: relative;
}

.referral_main .ref_title {
  margin-top: 8rem;
  padding: 0 2rem 2rem;
}
.referral_main .ref_title h4 {
  color: var(--Primary-White, #FFF);
  text-align: center;
  font-family: var(--font-secondary-700);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.referral_main .ref_title h6 {
  color: var(--Primary-Color, #CCC);
  text-align: center;
  font-family: var(--font-secondary-400);
  font-size: 16px;
  font-style: normal;
  line-height: normal;
  margin: 0 0 1rem;
}

div#qrcode {
  display: flex;
  margin: 0 0 20px;
  align-items: center;
  justify-content: center;
}
div#qrcode canvas {
  width: 200px;
  height: 200px;
  padding: 6px;
  border-radius: 4px;
  background: #fff;
}

.copyUrl {
  border: 1px solid #fff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  padding: 11px 15px;
}
.copyUrl p {
  color: var(--Primary-White, #FFF);
  font-family: var(--font-secondary-400);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}
.copyUrl .copyBtn {
  background: none;
  border: none;
  padding: 0;
}

.banner_right_content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: 18px;
}

.banner_btn {
  flex: 1;
  min-height: 72px;
  border-radius: 40px;
  font-size: 38px;
  font-family: var(--font-primary-500);
  line-height: 1;
  text-align: center;
  padding: 0 18px;
}

.banner_btn--filled {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  background: #0F4595;
  border: 1px solid #0F4595;
  text-align: center;
  font-family: var(--font-secondary-500);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #fff;
  min-height: 40px;
}
.banner_btn--filled:hover, .banner_btn--filled:focus {
  border-color: #237DC0;
  background: #237DC0;
  color: #fff;
}

.banner_btn--outline {
  min-height: 40px;
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
  font-family: var(--font-secondary-500);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  font-size: 14px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
.banner_btn--outline:hover, .banner_btn--outline:focus {
  border-color: #fff;
  background: transparent;
  color: #fff;
}

.timer_main {
  display: inline-flex;
  align-items: center;
  gap: 24px;
  background: #fff;
  border-radius: 4px;
  padding: 12px 0;
  margin-top: 14px;
}

.timer_item {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.timer_value {
  color: #1076CA;
  font-family: var(--font-primary-700);
  font-size: 30px;
  line-height: 1;
}

.timer_label {
  color: #10141f;
  font-family: var(--font-primary-100);
  line-height: 1;
  color: #000;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.copy-toast {
  position: fixed;
  top: 30px;
  right: 18px;
  width: 100%;
  max-width: 360px;
  padding: 16px 14px;
  border-radius: 14px;
  background: rgba(4, 11, 44, 0.89);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.35);
  color: #fff;
  z-index: 9999;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-8px);
  transition: opacity 0.22s ease, transform 0.22s ease, visibility 0.22s ease;
}

.copy-toast__icon {
  flex: 0 0 22px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  position: relative;
  margin-top: 2px;
  border: 2px solid #32d16d;
}

.copy-toast__glyph {
  position: absolute;
  width: 100%;
  height: 100%;
}

.copy-toast--success .copy-toast__icon {
  border-color: #32d16d;
}

.copy-toast--success .copy-toast__glyph {
  left: 6px;
  top: 2px;
  width: 6px;
  height: 12px;
  border-right: 2px solid #32d16d;
  border-bottom: 2px solid #32d16d;
  transform: rotate(40deg);
}

.copy-toast--error .copy-toast__icon {
  border-color: #ff6a7a;
}

.copy-toast--error .copy-toast__glyph::before,
.copy-toast--error .copy-toast__glyph::after {
  content: "";
  position: absolute;
  top: 9px;
  left: 4px;
  width: 12px;
  height: 2px;
  background: #ff6a7a;
}

.copy-toast--error .copy-toast__glyph::before {
  transform: rotate(45deg);
}

.copy-toast--error .copy-toast__glyph::after {
  transform: rotate(-45deg);
}

.copy-toast--failed .copy-toast__icon {
  border-color: #f3c15d;
}

.copy-toast--failed .copy-toast__glyph::before,
.copy-toast--failed .copy-toast__glyph::after {
  content: "";
  position: absolute;
  left: 9px;
  background: #f3c15d;
  border-radius: 3px;
}

.copy-toast--failed .copy-toast__glyph::before {
  top: 4px;
  width: 2px;
  height: 10px;
}

.copy-toast--failed .copy-toast__glyph::after {
  top: 16px;
  width: 2px;
  height: 2px;
}

.copy-toast--error {
  background: rgba(43, 12, 24, 0.92);
  border-color: rgba(255, 106, 122, 0.35);
}

.copy-toast--failed {
  background: rgba(44, 28, 8, 0.92);
  border-color: rgba(243, 193, 93, 0.35);
}

.copy-toast__content {
  flex: 1;
}

.copy-toast__title {
  margin: 0 0 4px;
  color: #fff;
  font-size: 16px;
  line-height: 1.2;
  font-family: var(--font-primary-500);
}

.copy-toast__text {
  margin: 0;
  color: #b3b7bd;
  font-size: 12px;
  line-height: 1.35;
  font-family: var(--font-primary-400);
}

.copy-toast__close {
  border: 0;
  background: transparent;
  color: #8b9097;
  font-size: 22px;
  line-height: 1;
  padding: 0;
  margin-left: 8px;
  cursor: pointer;
  transition: color 0.2s ease;
}
.copy-toast__close:hover {
  color: #d6d9dd;
}

.copy-toast.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

footer {
  background: #0F4595;
  text-align: center;
}
footer .copyright-footer {
  padding: 1rem 0;
}
footer .copyright-footer p {
  margin: 0;
  color: #fff;
  font-family: var(--font-secondary-400);
}

.time_zone_main {
  margin-top: -144px;
  background: #fff;
  position: relative;
  z-index: 2;
}
.time_zone_main::after {
  position: absolute;
  content: "";
  right: 0;
  width: 40%;
  height: 143px;
  top: 0;
  background: var(--primary-color);
  z-index: 0;
}
.time_zone_main .title {
  max-width: 40%;
}
.time_zone_main .title h3 {
  padding: 1rem 0;
  color: #404041;
  font-family: var(--font-primary-700);
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-bottom: 1px solid #979797;
}
.time_zone_main .title h3 span {
  color: var(--Primary-Color, #CCC);
  font-family: var(--font-primary-500);
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.info_cards_main {
  padding: 18px 0 42px;
  margin-top: -1px;
}

.info_cards_wrapper {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.info_card {
  border-radius: 10px;
  overflow: hidden;
  padding: 18px 20px 16px;
  position: relative;
}
.info_card .info_card_label {
  margin: 0;
  font-family: var(--font-primary-700);
  font-size: 16px;
  line-height: 1.2;
}
.info_card .info_card_value {
  margin: 6px 0 28px;
  font-family: var(--font-primary-400);
  font-size: 46px;
  line-height: 1;
}
.info_card .info_card_rows {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.info_row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.info_row span,
.info_row strong {
  font-size: 14px;
  line-height: 1.2;
  font-family: var(--font-primary-400);
}
.info_row strong {
  font-family: var(--font-primary-500);
}

.info_card--wallet {
  grid-column: span 4;
  background: linear-gradient(130deg, #0f4da9 0%, #1e66c6 100%);
  color: #fff;
}

.info_card--earnings {
  grid-column: span 5;
  background: #E6EEFF;
  color: #0d1230;
  padding-bottom: 0;
}
.info_card--earnings .info_card_top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 8px;
}

.bg_gradient {
  background: linear-gradient(117deg, #0C2962 4.61%, #1362C5 55.7%, #5AA3E9 97.83%);
}

.info_card--accumulative {
  grid-column: span 3;
  background: linear-gradient(117deg, #0C2962 4.61%, #1362C5 55.7%, #5AA3E9 97.83%);
  color: #fff;
}
.info_card--accumulative::after {
  position: absolute;
  content: "";
  right: -100px;
  top: -170px;
  background: url(../img/net_vecto.png) top right no-repeat;
  background-size: cover;
  width: 365.938px;
  height: 317.395px;
  pointer-events: none;
  transform: rotate(10deg);
  -webkit-transform: rotate(10deg);
  -moz-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  -o-transform: rotate(10deg);
}

.info_card--copytrade {
  grid-column: span 6;
  background: linear-gradient(130deg, #0f4da9 0%, #1e66c6 100%);
  color: #fff;
}
.info_card--copytrade::before {
  content: "";
  width: 360px;
  height: 360px;
  background: url(../img/round_vect.png) top right no-repeat;
  background-size: contain;
  position: absolute;
  right: 0px;
  pointer-events: none;
  top: 0px;
}
.info_card--copytrade .info_card_heading {
  margin: 8px 0 24px;
  font-family: var(--font-primary-700);
  font-size: 30px;
  line-height: 1;
}

.info_card--rank {
  grid-column: span 6;
  background: #e3e7f1;
  color: #0d1230;
  padding-bottom: 0;
}
.info_card--rank .info_card_top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 8px;
}

.info_card_art {
  display: inline-block;
  pointer-events: none;
}

.info_card--earnings .info_card_label {
  font-size: 20px;
}

.info_card_art--cube {
  width: 200px;
  height: 145px;
  background: url(../img/blue-cube.png) center center no-repeat;
  background-size: cover;
  position: absolute;
  top: -27px;
  right: 0;
  transform: rotate(-5deg);
  -webkit-transform: rotate(-5deg);
  -moz-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  -o-transform: rotate(-5deg);
}

.info_card_art--badge {
  width: 90px;
  height: 90px;
  border-radius: 22px;
  background: url(../img/genesis.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  right: 20px;
  top: -3px;
}

.info_card_tb {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-direction: column;
}

.info_rank_title {
  display: flex;
  align-items: flex-end;
  gap: 10px;
  margin-bottom: 12px;
}
.info_rank_title h4 {
  margin: 0;
  color: #1f78d1;
  font-family: var(--font-primary-600);
  font-size: 35px;
  line-height: 0.95;
  margin-bottom: 15px;
}
.info_rank_title p {
  margin: 0 0 8px;
  font-size: 14px;
  color: #CCC;
  font-family: var(--font-secondary-500);
}
.info_rank_title p span {
  color: #2a7fd3;
  font-family: var(--font-secondary-400);
  margin-right: 4px;
}

.info_progress_list {
  display: flex;
  margin: 0 -20px;
  flex-direction: column;
  gap: 8px;
  padding-bottom: 0px;
}

.info_progress_item {
  display: flex;
  align-items: center;
  gap: 14px;
}
.info_progress_item strong {
  margin-left: auto;
  position: absolute;
  right: 20px;
  color: #131C43;
  text-align: right;
  font-family: var(--font-primary-600);
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.info_progress_track {
  height: auto;
  border-radius: 3px;
  background: #d1d8e8;
  flex: 1;
  overflow: hidden;
}
.info_progress_track span {
  padding: 5px 10px;
  display: block;
  height: 100%;
  background: #8eb8ea;
  color: #131C43;
  font-family: var(--font-primary-400);
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.info_strip {
  margin: 0 -20px;
  padding: 10px 20px;
  background: #C8DAFF;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.info_strip span,
.info_strip strong {
  font-size: 16px;
  line-height: 1.2;
  font-family: var(--font-primary-500);
}

.fadeIn {
  opacity: 0;
  transition: all 1s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transform: translate(0, 100px);
  -webkit-transform: translate(0, 100px);
  -moz-transform: translate(0, 100px);
  -ms-transform: translate(0, 100px);
  -o-transform: translate(0, 100px);
}

.fadeIn.fadeInVisible {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
}

.commision_strip strong {
  padding-right: 4rem;
}

.half_card {
  max-width: 50%;
}

.subMenu_main {
  background: var(--primary-color);
}
.subMenu_main .subMenu {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
}
.subMenu_main .subMenu li {
  list-style: none;
}
.subMenu_main .subMenu li a {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  padding: 17px 0px;
  display: inline-block;
  position: relative;
}
.subMenu_main .subMenu li a:hover::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  height: 4px;
  width: 40px;
  background: #FFF;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.subMenu_main .subMenu li .active::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  height: 2px;
  width: 40px;
  background: #FFF;
}

.ref_card_main {
  border-radius: 15px;
  border: 1px solid #E8E8E8;
  background: #EEE;
  padding: 25px 35px;
}

.copy_address_main {
  border-radius: 10px;
  border: 1px solid #EEE;
  background: var(--Primary-White, #FFF);
}
.copy_address_main .copyUrl p {
  color: #404041;
}

.inner_banner_main {
  background: var(--primary-color) url(../img/inner_banner_img.png) right bottom no-repeat;
  background-size: cover;
  position: relative;
}
.inner_banner_main .inner_banner_cont {
  min-height: 250px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  position: relative;
  gap: 10px;
  z-index: 1;
}
.inner_banner_main .inner_banner_cont .banner_heading {
  color: #FFF;
  font-family: var(--font-primary-400);
  font-size: 54px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: relative;
  z-index: 2;
}
.inner_banner_main .inner_banner_cont p {
  color: var(--Primary-White, #FFF);
  text-align: center;
  font-family: var(--font-primary-100);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
}
.inner_banner_main .banner_vector {
  z-index: 0;
  position: absolute;
  right: 3rem;
  bottom: 0;
  height: 100%;
}
.inner_banner_main .banner_vector img {
  object-fit: cover;
  max-width: 100%;
  height: 100%;
}
.inner_banner_main .announcement_banner img {
  max-height: 230px;
}

.eshare_card {
  position: relative;
  z-index: 1;
  background: var(--gredient, linear-gradient(117deg, #0C2962 4.61%, #1362C5 55.7%, #1665C7 97.83%));
  border: 1px solid #fff;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  padding: 2rem;
  min-width: 390px;
  margin-left: 5rem;
  margin-bottom: -4rem;
}
.eshare_card .tit {
  color: var(--Primary-White, #FFF);
  font-family: var(--font-primary-700);
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.eshare_card .val {
  color: var(--Primary-White, #FFF);
  font-family: var(--font-primary-400);
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 3rem;
}
.eshare_card .bottom-val {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.eshare_card .bottom-val h5 {
  margin: 0;
  color: #FFF;
  font-family: var(--font-primary-400);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.btns_main {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  gap: 16px;
}

.profile_silder {
  background: #010f4e;
  padding: 10px 0 60px;
  position: relative;
  overflow: hidden;
}
.profile_silder::before {
  z-index: 0;
  position: absolute;
  content: "";
  width: 850px;
  height: 100%;
  background: url(../img/slider_bg.png) left top no-repeat;
  background-size: cover;
  pointer-events: none;
  opacity: 0.3;
  top: 0;
  bottom: 0;
  left: 0;
}

.profile_rank_swiper {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
}

.rank_slide {
  display: flex;
  align-items: stretch;
}

.rank_slide_left {
  width: 38%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25px;
}
.rank_slide_left img {
  width: 100%;
  max-width: 270px;
}

.rank_slide_right {
  width: 62%;
  padding: 36px 38px 22px;
  position: relative;
}
.rank_slide_right .vertical_dots_main {
  position: absolute;
  height: 100%;
  left: 10px;
  display: flex;
  align-items: center;
}
.rank_slide_right .vertical_dots_main .vertical_dots {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
}
.rank_slide_right .vertical_dots_main .vertical_dots .dot {
  width: 10px;
  height: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
  display: inline-block;
}
.rank_slide_right .vertical_dots_main .vertical_dots .active {
  background: #237DC0;
}
.rank_slide_right .vertical_dots_main .vertical_dots .dot_line {
  width: 1px;
  height: 37px;
  border-left: 1px dashed #fff;
}

.rank_title_row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 2rem;
}
.rank_title_row h3 {
  margin: 0;
  color: #fff;
  font-family: var(--font-primary-700);
  font-size: 36px;
  line-height: 36px;
  display: flex;
  align-items: center;
  gap: 15px;
}
.rank_title_row p {
  margin: 0;
  color: #237DC0;
  font-size: 14px;
}
.rank_title_row p span {
  font-family: var(--font-primary-500);
  color: #fff;
  margin-left: 5px;
}

.rank_badge {
  border: 1px solid #2c6ec2;
  border-radius: 30px;
  color: #57a8ff;
  font-size: 13px;
  padding: 2px 9px;
  font-family: var(--font-primary-500);
  display: inline-block;
  line-height: initial;
}

.lock_icon {
  font-size: 20px;
}

.rank_metric {
  margin-bottom: 22px;
  padding-left: 0;
  position: relative;
}
.rank_metric label {
  margin: 0 0 8px;
  color: #CCC;
  font-size: 14px;
  font-family: var(--font-primary-400);
  opacity: 0.7;
  line-height: 1.2;
  display: block;
}

.rank_metric.active::before {
  background: #00b8ff;
}

.rank_track {
  height: 5px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.25);
  margin-bottom: 8px;
  overflow: hidden;
}
.rank_track span {
  display: block;
  height: 100%;
  background: #ffffff;
}

.rank_track span[style*="width: 100%"] {
  background: #237DC0;
  box-shadow: 0 0 10px 0 #002FFF;
}

.rank_track span:not([style*="width: 100%"]) {
  background: #ffffff;
  box-shadow: none;
}

.rank_val {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.rank_val strong,
.rank_val span {
  color: #fff;
  font-size: 14px;
  line-height: 1;
  font-family: var(--font-primary-100);
}

.profile_rank_prev,
.profile_rank_next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  width: 52px;
  height: 52px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(2, 18, 70, 0.3);
  color: #8cabdb;
  border-radius: 50%;
  font-size: 30px;
  line-height: 1;
  padding: 0;
}

.profile_rank_prev {
  left: 16px;
}

.profile_rank_next {
  right: 16px;
}

.copy_zone_main {
  padding: 18px 0 42px;
}

.copy_zone_head {
  margin-bottom: 16px;
}
.copy_zone_head h3 {
  margin: 0 0 8px;
  color: #3b3f47;
  font-size: 24px;
  line-height: 1;
  font-family: var(--font-primary-700);
}
.copy_zone_head p {
  margin: 0;
  color: #3b3f47;
  font-size: 13px;
  line-height: 1.4;
  font-family: var(--font-primary-100);
}

.copy_zone_list {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.copy_zone_item {
  background: #010f4e;
  border-radius: 14px;
  display: grid;
  grid-template-columns: 260px 1fr 1.2fr 220px;
  align-items: center;
  min-height: 126px;
  overflow: hidden;
  position: relative;
}
.copy_zone_item::before {
  background: linear-gradient(90deg, hsl(0, 0%, 100%), #1866C7);
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
  bottom: 0;
  content: "";
  left: 0;
  -webkit-mask: linear-gradient(#fff, #fff 0) content-box, linear-gradient(#fff, #fff 0);
  /*-webkit-mask: linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);
  */
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  padding: 3px;
  position: absolute;
  right: 0;
  top: 0;
  transition-duration: 0.7s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.copy_zone_item .copy_zone_visual {
  height: 100%;
  background: rgba(255, 255, 255, 0.04);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  position: relative;
}
.copy_zone_item .copy_zone_visual::before {
  background-color: #1cd8e9;
  content: "";
  filter: blur(30px);
  height: 80px;
  left: -40px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease;
  width: 80px;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.copy_zone_item .copy_zone_visual img {
  width: 100%;
  max-width: 118px;
}
.copy_zone_item:hover::before {
  opacity: 1;
}
.copy_zone_item:hover .copy_zone_visual::before {
  opacity: 1;
}

.copy_zone_name {
  color: #fff;
  font-size: 28px;
  line-height: 1;
  font-family: var(--font-primary-700);
  padding: 0 26px;
}

.copy_zone_meta {
  padding: 8px 10px;
}
.copy_zone_meta div {
  display: grid;
  grid-template-columns: 175px minmax(0, 1fr);
  align-items: center;
  column-gap: 10px;
  margin: 8px 0;
}
.copy_zone_meta span,
.copy_zone_meta strong {
  color: #fff;
  font-size: 12px;
  line-height: 1.25;
  font-family: var(--font-primary-100);
}
.copy_zone_meta span {
  text-align: left;
}
.copy_zone_meta strong {
  font-family: var(--font-primary-500);
  text-align: left;
}

.copy_zone_action {
  padding: 0 22px;
}

.copy_zone_btn {
  width: 100%;
  height: 48px;
  border-radius: 12px;
  border: 2px solid rgba(255, 255, 255, 0.65);
  background: transparent;
  color: #fff;
  font-size: 13px;
  font-family: var(--font-primary-400);
}

.live_trade_main {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.live_trade_table_wrap {
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid #19316d;
  background: #000a3b;
}

.live_trade_table {
  width: 100%;
  margin: 0;
  border-collapse: collapse;
  min-width: 900px;
}
.live_trade_table td {
  border-bottom: 1px solid rgba(111, 137, 205, 0.35);
  color: #fff;
  font-family: var(--font-primary-500);
  font-size: 14px;
  line-height: 1.2;
  padding: 16px 14px;
  white-space: nowrap;
  vertical-align: middle;
}
.live_trade_table tr:last-child td {
  border-bottom: 0;
}
.live_trade_table .asset {
  width: 18%;
  background: rgba(44, 84, 177, 0.24);
  text-align: center;
  font-family: var(--font-primary-700);
}
.live_trade_table .type {
  width: 14%;
  color: #2398ff;
}
.live_trade_table .type.neg {
  color: #ff2a2a;
}
.live_trade_table .price {
  width: 12%;
}
.live_trade_table .entry {
  width: 16%;
}
.live_trade_table .entry .trade_arrow {
  margin: 0 12px 0 2px;
}
.live_trade_table .time {
  width: 25%;
  color: rgba(255, 255, 255, 0.8);
}
.live_trade_table .pnl {
  width: 15%;
  text-align: right;
  font-family: var(--font-primary-600);
}
.live_trade_table .pnl.pos {
  color: #2095ff;
}
.live_trade_table .pnl.neg {
  color: #ff2323;
}

.trade_arrow {
  display: inline-flex;
  width: 8px;
  height: 10px;
  position: relative;
  vertical-align: middle;
}

.trade_arrow::before {
  content: "";
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid rgba(255, 255, 255, 0.72);
}

.live_trade_info {
  border-radius: 12px;
  background: #ececef;
  padding: 26px 30px;
}
.live_trade_info h4 {
  margin: 0 0 18px;
  color: #3c3f45;
  font-family: var(--font-primary-700);
  font-size: 14px;
  line-height: 1.2;
}

.live_trade_info_grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.live_trade_info_col {
  padding: 8px 42px 8px 0;
}

.live_trade_info_col + .live_trade_info_col {
  border-left: 1px solid #cfd1d7;
  padding-left: 42px;
  padding-right: 0;
}

.live_trade_info_row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin: 0 0 12px;
}
.live_trade_info_row:last-child {
  margin-bottom: 0;
}
.live_trade_info_row span,
.live_trade_info_row strong {
  color: #3f434b;
  font-size: 14px;
  line-height: 1.2;
  font-family: var(--font-primary-500);
}
.live_trade_info_row strong {
  font-family: var(--font-primary-400);
}

.support_chat_main {
  border: 1px solid #d9dadd;
  border-radius: 6px;
  display: grid;
  grid-template-columns: 260px 1fr;
  min-height: 650px;
  overflow: hidden;
  background: #fff;
}

.support_chat_sidebar {
  border-right: 1px solid #d9dadd;
  background: #f6f6f7;
  padding: 16px 12px;
}

.support_chat_back {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
  color: #2f7db8;
  font-family: var(--font-primary-600);
  font-size: 14px;
}

.support_chat_back_icon {
  width: 14px;
  height: 14px;
  border-left: 2px solid #b9bcc3;
  border-bottom: 2px solid #b9bcc3;
  transform: rotate(45deg);
  flex-shrink: 0;
}

.support_chat_topics {
  margin: 0;
  padding: 0;
}
.support_chat_topics li {
  list-style: none;
  margin-bottom: 6px;
}
.support_chat_topics a {
  display: block;
  border-radius: 8px;
  padding: 10px 10px;
  color: #323642;
  font-size: 14px;
  font-family: var(--font-primary-400);
}
.support_chat_topics li.active a {
  background: #ececef;
}

.support_chat_panel {
  padding: 18px 22px 14px;
}

.support_chat_area {
  max-height: 460px;
  overflow: hidden;
  overflow-y: auto;
  margin-bottom: 1.5rem;
}

.support_chat_day {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 16px;
}
.support_chat_day::before, .support_chat_day::after {
  content: "";
  height: 1px;
  background: #d7d9df;
  flex: 1;
}
.support_chat_day span {
  color: #8e9097;
  font-size: 14px;
  font-family: var(--font-primary-500);
}

.support_message {
  display: flex;
  gap: 12px;
  margin-bottom: 18px;
}

.support_message_avatar {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  background: #0e1222;
}
.support_message_avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.support_message_body {
  width: 100%;
  max-width: 760px;
}

.support_message_meta {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 6px;
}
.support_message_meta strong {
  color: #2f7db8;
  font-size: 13px;
  font-family: var(--font-primary-600);
}
.support_message_meta span {
  color: #7f8390;
  font-size: 11px;
  font-family: var(--font-primary-100);
}

.support_message_bubble {
  background: #ececef;
  border-radius: 10px;
  padding: 12px 14px;
  color: #333845;
  font-size: 14px;
  line-height: 1.4;
  font-family: var(--font-primary-100);
}

.support_message--you {
  justify-content: flex-end;
}
.support_message--you .support_message_body {
  max-width: 620px;
}
.support_message--you .support_message_meta {
  justify-content: flex-end;
}
.support_message--you .support_message_meta strong {
  color: #2f7db8;
}
.support_message--you .support_message_bubble {
  background: #e8eff9;
}

.support_chat_input {
  margin-top: 8px;
  border: 1px solid #d9dadd;
  border-radius: 4px;
  min-height: 130px;
  padding: 12px;
  position: relative;
}
.support_chat_input textarea {
  width: 100%;
  border: 0;
  resize: none;
  min-height: 100px;
  padding-right: 160px;
  color: #2f3440;
  font-size: 14px;
  font-family: var(--font-primary-100);
  line-height: 1.4;
}
.support_chat_input textarea::placeholder {
  color: #c7c8cc;
}
.support_chat_input button {
  position: absolute;
  right: 12px;
  top: 12px;
  width: 120px;
  height: 42px;
  border: 0;
  border-radius: 10px;
  background: #2f80be;
  color: #fff;
  font-size: 12px;
  font-family: var(--font-primary-100);
}

body.support-modal-open {
  overflow: hidden;
}
.modal-header {
  background: #1f63bd;
}
.modal-title{
  color: white !important;
}
.support_ask_modal {
  position: fixed;
  inset: 0;
  z-index: 1400;
  display: none;
}

.support_ask_modal.is-open {
  display: block;
}

.support_ask_modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 7, 34, 0.62);
}

.support_ask_modal__dialog {
  position: relative;
  width: min(94vw, 860px);
  max-height: calc(100vh - 36px);
  overflow-y: auto;
  margin: 18px auto;
  border-radius: 8px;
  border: 1px solid #e1e2e6;
  background: #f4f4f5;
  padding: 30px 22px 24px;
}

.support_ask_modal__close {
  position: absolute;
  top: 18px;
  right: 18px;
  border: 0;
  background: transparent;
  color: #4f535d;
  font-size: 48px;
  line-height: 1;
  padding: 0;
  font-family: var(--font-primary-100);
}

.support_ask_modal__dialog h3 {
  margin: 0 0 12px;
  color: #30343d;
  font-family: var(--font-primary-700);
  font-size: 22px;
}

.support_ask_form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.support_ask_field label {
  display: block;
  margin: 0 0 5px;
  color: #2f3440;
  font-family: var(--font-primary-500);
  font-size: 14px;
}

.support_ask_field select,
.support_ask_field input,
.support_ask_field textarea {
  width: 100%;
  border: 1px solid #d8d9de;
  border-radius: 6px;
  color: #2f3440;
  font-family: var(--font-primary-400);
  font-size: 14px;
  padding: 11px 12px;
}

.support_ask_field select {
  appearance: none;
  background: #fff url("../img/down-arrow.svg") no-repeat right 12px center;
  background-size: 10px;
}

.support_ask_field input {
  color: #2f7db8;
}

.support_ask_field textarea {
  min-height: 115px;
  resize: vertical;
}

.support_ask_help {
  margin: 8px 0 0;
  color: #4b4f59;
  line-height: 1.45;
  font-family: var(--font-primary-100);
  font-size: 12px;
}

.support_ask_submit {
  width: 180px;
  min-height: 40px;
  border-radius: 8px;
  background: #1f56a5;
  border: 1px solid #1f56a5;
  color: #fff;
  font-size: 14px;
  font-family: var(--font-secondary-400);
  margin-top: 6px;
}

.ask_question_main {
  padding: 50px 0 100px;
}

.ask_question_card {
  max-width: 860px;
  margin: 0 auto;
}

.ask_question_head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 16px;
}
.ask_question_head h3 {
  margin: 0;
  color: #30343d;
  font-family: var(--font-primary-700);
  font-size: 25px;
}

.ask_question_close {
  color: #4f535d;
  font-size: 38px;
  line-height: 18px;
  font-family: var(--font-primary-100);
}

.leadership_intro {
  background: #fff;
  padding: 26px 0 24px;
}
.leadership_intro h2 {
  margin: 0 0 8px;
  color: #3b3f47;
  font-size: 24px;
  line-height: 1;
  font-family: var(--font-primary-700);
}
.leadership_intro p {
  margin: 0;
  color: #3b3f47;
  font-size: 13px;
  line-height: 1.4;
  font-family: var(--font-primary-100);
}

.leadership_slider {
  padding-top: 0;
}

.leadership_requirements {
  background: #fff;
  padding: 30px 0 38px;
}
.leadership_requirements h3 {
  margin: 0 0 18px;
  color: #2f3440;
  font-size: 18px;
  font-family: var(--font-primary-700);
}

.leadership_table {
  margin: 0;
}
.leadership_table th,
.leadership_table td {
  border-top: 0;
  border-bottom: 1px solid #e4e6ec;
  padding: 14px 10px;
  color: #3a3f4a;
  font-size: 14px;
  font-family: var(--font-primary-400);
  vertical-align: middle;
  white-space: nowrap;
}
.leadership_table th {
  color: #2f7db8;
  font-family: var(--font-primary-600);
  font-size: 13px;
}
.leadership_table tr.is-current td:not(:first-child) {
  color: #2f7db8;
  font-family: var(--font-primary-600);
}

.lead_rank_chip {
  min-width: 88px;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px 12px;
  border-radius: 9px;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  font-family: var(--font-primary-600);
  border: 1px solid #0e57b6;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  height: 33px;
}

.lead_rank_chip--genesis,
.lead_rank_chip--horizon {
  background: radial-gradient(130% 90% at 50% 0%, rgba(133, 213, 255, 0.55) 0%, rgba(133, 213, 255, 0) 55%), linear-gradient(180deg, #43a8ea 0%, #1f5fae 52%, #13295f 100%);
}

.lead_rank_chip--apex,
.lead_rank_chip--zenith {
  background: radial-gradient(130% 90% at 50% 0%, rgba(183, 223, 255, 0.55) 0%, rgba(183, 223, 255, 0) 55%), linear-gradient(180deg, #5ea5ff 0%, #3f6dd9 52%, #2d7edc 100%);
}

.lead_rank_chip--summit {
  background: radial-gradient(130% 90% at 20% 0%, rgba(255, 244, 186, 0.65) 0%, rgba(255, 244, 186, 0) 60%), linear-gradient(170deg, #f6db90 0%, #d8ac4b 45%, #c08c32 100%);
  color: #2b2f35;
  border-color: #0e57b6;
  text-shadow: none;
}

/*# sourceMappingURL=layout.css.map */
