@import url('https://fonts.googleapis.com/css2?family=Inter:opsz,wght@14..32,100..900&family=Kanit:wght@700&family=Roboto:wght@500&display=swap');

html {
  font-size: 16px;
  height: 100%;
}

body {
  background: #000;
  font-weight: 700;
  font-family: 'Kanit', sans-serif;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100vw;
  height: 100%;
  color: #fff;
  font-style: normal;
  overflow-x: hidden;
}
body > * {
  width: 100%;
}

img {
  display: block;
}

.cover {
  padding-left: 4.8vh;
  padding-right: 4.8vh;
}

.header {
  padding-top: 74px;
  padding-bottom: 58px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0 64px;
  z-index: 100;
}

.header__logo {
  position: relative;
}

.header__logo::after {
  content: 'X';
  position: absolute;
  display: block;
  width: 24px;
  height: 36px;
  right: -44px;
  bottom: calc(50% - 36px / 2);
  font-family: 'Inter', sans-serif;
  font-size: 36px;
  font-weight: 400;
  color: rgba(225, 225, 225, 0.28);
}

.header__logo:last-child::after {
  display: none;
}

.header__logo img {
  height: 92px;
  max-width: unset;
  -o-object-fit: contain;
  object-fit: contain;
}

.header__logo.header__logo-partner img {
  height: 72px;
}

.main {
  margin-top: -224px;
  padding-top: 224px;
  padding-bottom: 190px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  width: 100%;
  /* overflow-x: hidden; */
  position: relative;
}

.background {
  display: block;
  position: fixed;
  position: absolute;
  width: 100vw;
  height: 100%;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -100;
}

.background img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.background img ~ img {
  display: none;
}

.prime {
  margin-bottom: 110px;
  padding: 32px 32px 100px 56px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: relative;
  width: 100%;
  max-width: 1010px;
  background: rgba(39, 32, 44, 0.3);
  border: 1px solid #2dff28;
  -webkit-box-shadow: inset 0px 0px 19px rgba(136, 78, 170, 0.5);
  box-shadow: inset 0px 0px 19px rgba(136, 78, 170, 0.5);
  border-radius: 18px;
  z-index: 100;
}

.prime::before {
  content: '';
  position: absolute;
  width: calc(100% - 96px * 2);
  height: 1px;
  left: 96px;
  bottom: 36px;
  background-color: rgba(255, 255, 255, 0.28);
  z-index: 1;
}
.prime::after {
  content: '';
  position: absolute;
  width: 282px;
  height: 2px;
  left: 96px;
  bottom: 36px;
  background-color: #2dff28;
  border-radius: 10px;
  z-index: 2;
}

.prime__title {
  margin-bottom: 32px;
  width: 100%;
  position: relative;
  font-family: 'Kanit', sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.1;
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  z-index: 10;
}

.prime__title > span {
  display: block;
}

.prime__title .text-large {
  font-size: 72px;
}

.prime__title .text-small {
  font-size: 30px;
}

.main-de .prime__title .text-small {
  font-size: 40px;
}
.main-de .prime__title .text-xsmall {
  font-size: 36px;
}

.prime__title .text-contrast {
  color: #2dff28;
}

.prime__title .text-transparent {
  color: #0e1c3f;
  -webkit-text-stroke: 1px #fff;
}

.prime__buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
}
.prime__button {
  padding: 10px 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.3;
  text-transform: capitalize;
  color: #000;
  text-transform: uppercase;
  background-color: #2dff28;
  border: 2px solid #2dff28;
  border-radius: 120px;
}

.prime__button:hover {
  -webkit-filter: drop-shadow(0 4px 10px #2dff28);
  filter: drop-shadow(0 4px 10px #2dff28);
}

/* leaders */
.leaders {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1130px;
}

.leaders__title {
  padding-bottom: 25px;
  margin-bottom: 40px;
  width: 100%;
  position: relative;
  font-weight: 700;
  font-size: 50px;
  line-height: 1.5;
  color: #fff;
  text-transform: capitalize;
  text-align: center;
  -webkit-text-stroke: 1px #000;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.leaders__title::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 3px;
  left: 0;
  bottom: 8px;
  background: -o-linear-gradient(
    left,
    rgba(0, 0, 0, 0) 0%,
    #24c861 25%,
    #24c861 50%,
    #24c861 75%,
    rgba(0, 0, 0, 0) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(0, 0, 0, 0)),
    color-stop(25%, #24c861),
    color-stop(50%, #24c861),
    color-stop(75%, #24c861),
    to(rgba(0, 0, 0, 0))
  );
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0) 0%,
    #24c861 25%,
    #24c861 50%,
    #24c861 75%,
    rgba(0, 0, 0, 0) 100%
  );
}

.leaders__wrap {
  padding: 42px 40px;
  background: -o-radial-gradient(
    50% -37%,
    88% 203%,
    rgba(26, 55, 105, 0.15) 0%,
    rgba(13, 28, 52, 0.15) 100%
  );
  background: radial-gradient(
    88% 203% at 50% -37%,
    rgba(26, 55, 105, 0.15) 0%,
    rgba(13, 28, 52, 0.15) 100%
  );
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  border-radius: 40px;
}

.leaders__table {
  margin-bottom: 60px;
  width: 100%;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
}

.leaders__table > * {
  width: 100%;
}

.leaders__table tr {
  padding: 0 40px 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.leaders__table .leaders-table__item {
  padding: 22px 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  background: -o-radial-gradient(
    50% -37%,
    88% 203%,
    rgba(26, 55, 105, 0.15) 0%,
    rgba(13, 28, 52, 0.15) 100%
  );
  background: radial-gradient(
    88% 203% at 50% -37%,
    rgba(26, 55, 105, 0.15) 0%,
    rgba(13, 28, 52, 0.15) 100%
  );
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  border-radius: 16px;
}

.leaders__table tr + tr {
  margin-top: 8px;
}

.leaders__table tr > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 27%;
  -ms-flex: 0 0 27%;
  flex: 0 0 27%;
  text-align: center;
}

.leaders__table tr > *:first-child {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 19%;
  -ms-flex: 0 0 19%;
  flex: 0 0 19%;
  text-align: left;
}
.leaders__table tr > *:last-child {
  text-align: right;
}

.leaders__table thead,
.leaders__table th {
  color: #f26e33;
}

.leaders-table__item > td:first-child {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.leaders-table__item .icon {
  margin-left: 8px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 32px;
  -ms-flex: 0 0 32px;
  flex: 0 0 32px;
}

.leaders-table__item .icon img {
  display: block;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

.leaders__buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 0 32px;
}

.leaders__button {
  padding: 22px 32px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  font-family: 'Roboto';
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
  text-align: center;
  color: #0d1c34;
  background: -o-linear-gradient(top, #fd823f -38.54%, #eb622c 123.96%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(-38.54%, #fd823f),
    color-stop(123.96%, #eb622c)
  );
  background: linear-gradient(180deg, #fd823f -38.54%, #eb622c 123.96%);
  -webkit-box-shadow: inset 0px -2px 0px #a75407, inset 0px 1px 0px #ffe2b6;
  box-shadow: inset 0px -2px 0px #a75407, inset 0px 1px 0px #ffe2b6;
  border-radius: 40px;
}

.leaders__button:hover {
  -webkit-filter: drop-shadow(0 4px 10px #fd823f);
  filter: drop-shadow(0 4px 10px #fd823f);
}

.main__img {
  position: absolute;
  z-index: -1;
}

.main__img.main__img-top {
  top: 224px;
  right: calc(50% - 1668px / 2);
  width: 584px;
}

.main__img.main__img-bottom {
  max-height: 100vh;
  width: 100%;
  left: 0;
  bottom: 0;
  overflow: hidden;
}

.main__img img {
  display: block;
  width: 100%;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: cover;
  object-fit: cover;
}

.main__img img ~ img {
  display: none;
}

.footer {
  padding: 3vh 4.8vh;
  width: 100%;
  background-color: #000000;
  z-index: 100;
  position: fixed;
  bottom: 0;
  left: 0;
}

.footer__payment {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.8vh 1.5vh;
  list-style: none;
}

.footer__payment img {
  display: block;
  height: 3.7vh;
  -o-object-fit: contain;
  object-fit: contain;
}

.footer__payment img.height-large {
  height: 4.5vh;
}

/* POPUP */
.popup {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: fixed;
  width: 100vw;
  bottom: 0;
  top: 0;
  left: 0;
  z-index: 10000;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  max-height: 100vh;
  overflow: auto;
  background: rgba(0, 0, 31, 0.87);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.popup.active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.popup__content {
  padding: 56px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: calc(100% - 40px);
  max-width: 1010px;
  background: rgba(39, 32, 44, 0.3);
  border: 1px solid #2dff28;
  -webkit-box-shadow: inset 0px 0px 19px rgba(136, 78, 170, 0.5);
  box-shadow: inset 0px 0px 19px rgba(136, 78, 170, 0.5);
  border-radius: 18px;
  overflow: hidden;
}

.popup__content::after {
  content: '';
  position: absolute;
  width: 1px;
  height: calc(100% - 60px * 2);
  top: 60px;
  right: 58px;
  background-color: rgba(225, 225, 225, 0.28);
  z-index: -1;
}

.popup__content::-webkit-scrollbar {
  display: none;
}

.popup__close {
  padding: 10px;
  position: absolute;
  top: 10px;
  right: 15px;
  background: transparent;
  outline: none;
  cursor: pointer;
}

.popup__close:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.popup__close img {
  display: block;
  width: 32px;
  height: 32px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

.popup__scroll {
  padding-right: 16px;
  height: 430px;
  max-height: calc(100vh - 72px * 2);
  position: relative;
  overflow-y: scroll;
  scrollbar-width: thin;
  scrollbar-color: #2dff28 rgba(225, 225, 225, 0.28);
}

.popup__scroll > * {
  margin-bottom: 32px;
}
.popup__scroll > *:last-child {
  margin-bottom: 0;
}

.popup__scroll::-webkit-scrollbar {
  width: 2px;
  border: 0px solid transparent;
}

.popup__scroll::-webkit-scrollbar-track {
  height: 100%;
  width: 2px;
  background: rgba(255, 255, 255, 0.28);
  border: 0px solid transparent;
}

.popup__scroll::-webkit-scrollbar-thumb {
  background-color: #2dff28;
  border-radius: 10px;
  border: 0px solid transparent;
}

.popup__list {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  list-style-type: none;
}

.popup__list li {
  counter-increment: list-item;
}

.popup__list li::before {
  content: counter(list-item) ') ';
  font: inherit;
}

.popup__title {
  margin-bottom: 16px;
  display: block;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  text-align: left;
}
