@font-face {
  font-family: "DrukWide";
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url("../fonts/Druk Wide Bold.eot"); /* IE9*/
  src: url("../fonts/Druk Wide Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Druk Wide Bold.woff") format("woff"), url("../fonts/Druk Wide Bold.ttf") format("truetype"), url("../fonts/Druk Wide Bold.svg") format("svg"); /* iOS 4.1- */
}
@font-face {
  font-family: "Eastman";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("../fonts/Eastman-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Eastman-Bold";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("../fonts/Eastman-Bold.woff2") format("woff2");
}
:root {
  --just-black: #000000;
  --white: #ffffff;
  --oslo-gray: #8c939a;
  --dove-gray: #6a6a6a;
  --caribbean-green: #00c4aa;
  --amaranth: #ee2841;
}

html {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

* {
  -webkit-tap-highlight-color: transparent;
}

body {
  position: relative;
  background-color: unset;
  font-family: "Eastman", sans-serif;
  font-weight: 400;
}

ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  padding: 0;
  border: none;
  background-color: transparent;
}

img {
  max-width: 100%;
}

main {
  overflow: hidden;
}

::-webkit-scrollbar {
  width: 10px;
  z-index: 10000;
}
@media (max-width: 1023px) {
  ::-webkit-scrollbar {
    width: 0;
  }
}

::-webkit-scrollbar-track {
  background: var(--just-black);
}

::-webkit-scrollbar-thumb {
  background-color: var(--caribbean-green);
  border-radius: 30px;
}

.modal-overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  z-index: 99999;
}

.header__menu_btn {
  -webkit-tap-highlight-color: transparent;
}

.header__menu_btn:focus-visible,
.header__menu_btn:focus {
  outline: none;
}

.language_switching {
  position: relative;
  margin-left: 100px;
}
@media (max-width: 3839px) {
  .language_switching {
    margin-left: 54px;
  }
}
@media (max-width: 2047px) {
  .language_switching {
    margin-left: 64px;
  }
}
.language_switching::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 150%;
}
.language_switching_button {
  z-index: 2;
}
.language_switching_container {
  top: 0px;
  position: absolute;
  background: rgba(3, 2, 21, 0.9);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  transform: translateY(0px);
  transition: all 0.3s;
  z-index: -1;
  pointer-events: none;
  opacity: 0;
  border-radius: 5px;
  padding: 24px 0;
  width: 320px;
  height: 270px;
  left: -55px;
}
@media (max-width: 3839px) {
  .language_switching_container {
    width: 180px;
    height: 150px;
    left: -26px;
    padding: 16px 0;
  }
}
@media (max-width: 2047px) {
  .language_switching_container {
    left: -20px;
    width: 107px;
    height: 96px;
    padding: 8px 0;
  }
}
.language_switching_container_item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 24px;
  border-radius: 36px;
  gap: 12px;
  cursor: pointer;
}
@media (max-width: 3839px) {
  .language_switching_container_item {
    padding: 12px 16px;
  }
}
@media (max-width: 2047px) {
  .language_switching_container_item {
    width: 66px;
    height: 25px;
    padding: 14px 8px;
    gap: 4px;
  }
}
.language_switching_container_item_img {
  width: 100px;
  height: 55px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 3839px) {
  .language_switching_container_item_img {
    width: 45px;
    height: 27px;
  }
}
@media (max-width: 2047px) {
  .language_switching_container_item_img {
    width: 26.47px;
    height: 18px;
  }
}
.language_switching_container_item_en {
  background-image: url("../content/language/english.svg");
}
.language_switching_container_item_cn {
  background-image: url("../content/language/chinese.svg");
}
.language_switching_container_item_text {
  font-size: 35px;
  line-height: 40px;
  font-weight: 400;
  font-family: "Eastman";
  color: #f7fafc;
}
@media (max-width: 3839px) {
  .language_switching_container_item_text {
    font-size: 22px;
    line-height: 15px;
  }
}
@media (max-width: 2047px) {
  .language_switching_container_item_text {
    font-size: 12px;
    line-height: 24px;
  }
}

#language_switching:hover #language_switching_container {
  opacity: 1;
  z-index: 2;
  cursor: pointer;
  pointer-events: painted;
  transform: translateY(100px);
}
@media (max-width: 3839px) {
  #language_switching:hover #language_switching_container {
    transform: translateY(60px);
  }
}
@media (max-width: 2047px) {
  #language_switching:hover #language_switching_container {
    transform: translateY(40px);
  }
}

.modal-menu {
  position: relative;
  display: flex;
  align-items: center;
  padding-top: 200px;
  justify-content: space-between;
  flex-direction: column;
  width: 60%;
  height: 60vh;
  background: linear-gradient(105.94deg, rgba(3, 2, 21, 0.7) 0%, rgba(0, 0, 0, 0.7) 100%);
  border: 1px solid var(--caribbean-green);
  box-shadow: 0px 0px 150px rgba(37, 1, 255, 0.25);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  border-radius: 5px;
  z-index: 99999;
}
@media (max-width: 3839px) {
  .modal-menu {
    padding-top: 125px;
  }
}
@media (max-width: 2047px) {
  .modal-menu {
    padding-top: 65px;
  }
}
@media (max-width: 1434px) {
  .modal-menu {
    padding-top: 50px;
  }
}
@media (max-width: 1023px) {
  .modal-menu {
    padding-top: 35px;
    width: 75%;
    height: 65vh;
  }
}
@media (max-width: 767px) {
  .modal-menu {
    padding-top: 30px;
    padding-bottom: 20px;
    width: 100%;
    height: 70vh;
  }
}
.modal-menu__title {
  margin: 0;
  font-family: "DrukWide";
  font-weight: 500;
  font-size: 78px;
  line-height: 96px;
  color: var(--caribbean-green);
}
@media (max-width: 3839px) {
  .modal-menu__title {
    font-size: 52px;
    line-height: 64px;
  }
}
@media (max-width: 2047px) {
  .modal-menu__title {
    font-size: 26px;
    line-height: 32px;
  }
}
@media (max-width: 1434px) {
  .modal-menu__title {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (max-width: 1023px) {
  .modal-menu__title {
    font-size: 16px;
    line-height: 19px;
  }
}
@media (max-width: 767px) {
  .modal-menu__title {
    margin-bottom: 50px;
  }
}
.modal-menu__list {
  width: 100%;
  height: 90%;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .modal-menu__list {
    flex-direction: column;
  }
}
.modal-menu__list_item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: box-shadow 0.5s ease-in-out;
}
@media (max-width: 767px) {
  .modal-menu__list_item {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    justify-items: center;
  }
}
@media (max-width: 575px) {
  .modal-menu__list_item {
    grid-template-rows: repeat(2, 0fr);
  }
}
.modal-menu__list_item:hover {
  box-shadow: 5px 0px 30px rgba(0, 196, 170, 0.7);
}
@media (max-width: 767px) {
  .modal-menu__list_item:hover {
    box-shadow: none;
  }
}
@media (max-width: 1434px) {
  .modal-menu__list_item:last-child {
    padding: 14px;
  }
}
@media (max-width: 1023px) {
  .modal-menu__list_item:last-child {
    padding: 10px;
  }
}
@media (max-width: 767px) {
  .modal-menu__list_item:last-child {
    padding: 0;
  }
}
.modal-menu__list_item_image {
  margin-bottom: 75px;
  width: 400px;
  height: 400px;
}
@media (max-width: 3839px) {
  .modal-menu__list_item_image {
    margin-bottom: 50px;
    width: 250px;
    height: 250px;
  }
}
@media (max-width: 2047px) {
  .modal-menu__list_item_image {
    margin-bottom: 25px;
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 1434px) {
  .modal-menu__list_item_image {
    margin-bottom: 15px;
    width: 75px;
    height: 75px;
  }
}
@media (max-width: 1023px) {
  .modal-menu__list_item_image {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 767px) {
  .modal-menu__list_item_image {
    margin-bottom: 0;
    grid-column: 1/2;
    grid-row: 1/2;
  }
}
.modal-menu__list_item_title {
  margin: 0;
  margin-bottom: 150px;
  font-family: "DrukWide";
  font-weight: 500;
  font-size: 78px;
  line-height: 96px;
  color: var(--white);
}
@media (max-width: 3839px) {
  .modal-menu__list_item_title {
    margin-bottom: 100px;
    font-size: 52px;
    line-height: 64px;
  }
}
@media (max-width: 2047px) {
  .modal-menu__list_item_title {
    margin-bottom: 50px;
    font-size: 26px;
    line-height: 32px;
  }
}
@media (max-width: 1434px) {
  .modal-menu__list_item_title {
    margin-bottom: 25px;
    font-size: 20px;
    line-height: 24px;
  }
}
@media (max-width: 1023px) {
  .modal-menu__list_item_title {
    font-size: 16px;
    line-height: 19px;
  }
}
@media (max-width: 767px) {
  .modal-menu__list_item_title {
    margin-bottom: 0;
    align-self: flex-start;
    padding-top: 5px;
    grid-column: 1/2;
    grid-row: 2/3;
  }
}
.modal-menu__list_item_btn {
  position: relative;
  padding: 35px;
  border-radius: 20px;
  background-color: var(--amaranth);
  font-family: "DrukWide";
  font-size: 48px;
  line-height: 68px;
  text-transform: uppercase;
  color: var(--white);
  cursor: pointer;
  overflow: hidden;
  transition: background-color 0.3s ease-in-out;
}
@media (max-width: 3839px) {
  .modal-menu__list_item_btn {
    font-size: 30px;
    line-height: 35px;
  }
}
@media (max-width: 2047px) {
  .modal-menu__list_item_btn {
    padding: 13px;
    border-radius: 5px;
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 1434px) {
  .modal-menu__list_item_btn {
    padding: 10px;
    font-size: 13px;
    line-height: 15px;
  }
}
@media (max-width: 1023px) {
  .modal-menu__list_item_btn {
    font-size: 10px;
    line-height: 12px;
  }
}
@media (max-width: 767px) {
  .modal-menu__list_item_btn {
    grid-column: 2/3;
    grid-row: 1/3;
    justify-self: flex-start;
    font-size: 15px;
    line-height: 20px;
    width: 144px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.modal-menu__list_item_btn[disabled] {
  border: 1px solid var(--amaranth);
  background-color: var(--just-black);
  color: var(--dove-gray);
  cursor: not-allowed;
}
@media (max-width: 1023px) {
  .modal-menu__list_item_btn[disabled] {
    border-width: 1px;
  }
}
@media (max-width: 575px) {
  .modal-menu__list_item_btn[disabled] {
    font-size: 10px;
    line-height: 12px;
  }
}
.modal-menu__list_item_btn[disabled]:hover {
  color: var(--dove-gray);
  background-color: transparent;
}
.modal-menu__list_item_btn:hover {
  background-color: var(--just-black);
}
.modal-menu__list_item_btn::before, .modal-menu__list_item_btn::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: var(--just-black);
  top: 0;
  left: -100%;
  opacity: 0.5;
  transition: 0.3s;
  z-index: -1;
}
.modal-menu__list_item_btn::after {
  opacity: 1;
  transition-delay: 0.2s;
}
.modal-menu__list_item_btn:hover {
  color: var(--white);
}
.modal-menu__list_item_btn:hover::before, .modal-menu__list_item_btn:hover::after {
  left: 0;
}
.modal-menu__list_item_btn .pulse {
  position: absolute;
  background-color: var(--white);
  border-radius: 50%;
  -webkit-animation: pulse 0.7s ease-out;
          animation: pulse 0.7s ease-out;
  transform: scale(0);
}
@-webkit-keyframes pulse {
  to {
    transform: scale(2);
    background-color: var(--white);
    opacity: 0;
  }
}
@keyframes pulse {
  to {
    transform: scale(2);
    background-color: var(--white);
    opacity: 0;
  }
}
.modal-menu:before {
  content: "";
  position: absolute;
  top: 0px;
  right: -6.2rem;
  width: 3.8rem;
  height: 3.8rem;
  border-radius: 50%;
  opacity: 0.9;
  background: linear-gradient(105.94deg, rgba(3, 2, 21, 0.7) 0%, rgba(0, 0, 0, 0.7) 100%);
  transition: transform 1s;
  transform: rotate(0deg);
}
@media (max-width: 3839px) {
  .modal-menu:before {
    width: 2rem;
    height: 2rem;
    right: -4rem;
  }
}
@media (max-width: 1434px) {
  .modal-menu:before {
    display: none;
  }
}
.modal-menu__close-btn {
  display: block;
  position: absolute;
  top: 0px;
  right: -6rem;
  width: 4rem;
  height: 4rem;
  cursor: pointer;
  background-image: url("/content/menu_btn-close.svg");
  background-size: 100% 100%;
  transition: transform 1s;
}
.modal-menu__close-btn:hover {
  transform: scale(1.1);
}
@media (max-width: 3839px) {
  .modal-menu__close-btn {
    width: 2.5rem;
    height: 2.5rem;
    right: -4rem;
  }
}
@media (max-width: 1434px) {
  .modal-menu__close-btn {
    width: 2rem;
    height: 2rem;
    right: -3rem;
  }
}
@media (max-width: 767px) {
  .modal-menu__close-btn {
    display: inline-block;
    width: 20px;
    height: 20px;
    bottom: 23px;
    position: relative;
    right: 0;
  }
}
.active_modal-overlay {
  display: flex;
}

.container {
  max-width: 3840px;
  margin: 0 auto;
  padding-right: 140px;
  padding-left: 140px;
}
@media (max-width: 3839px) {
  .container {
    max-width: 2048px;
  }
}
@media (max-width: 2047px) {
  .container {
    max-width: 1440px;
  }
}
@media (max-width: 1434px) {
  .container {
    padding-right: 60px;
    padding-left: 60px;
    max-width: 1024px;
  }
}
@media (max-width: 1023px) {
  .container {
    max-width: 768px;
  }
}
@media (max-width: 767px) {
  .container {
    max-width: 576px;
  }
}
@media (max-width: 575px) {
  .container {
    padding-right: 5px;
    padding-left: 5px;
    max-width: 360px;
  }
}

.header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  display: flex;
  justify-content: center;
  padding: 60px 0;
  z-index: 1000;
}
@media (max-width: 2047px) {
  .header {
    padding: 30px 0;
  }
}
@media (max-width: 1023px) {
  .header {
    justify-content: space-between;
    padding: 18px 30px;
    background: linear-gradient(180deg, #030215 0%, rgba(3, 2, 21, 0) 100%);
    transform: translate3d(0, 0, 100px);
  }
}
.header__menu_btn {
  position: relative;
  display: none;
  width: 24px;
  height: 24px;
  background-image: url("/content/menu_btn.svg");
  background-size: 100% 100%;
  cursor: pointer;
  transition: transform 0.3s ease-in-out;
  transform: rotate(0deg);
}
@media (max-width: 1023px) {
  .header__menu_btn {
    display: inline-block;
    transform: translate3d(0, 0, 200px);
  }
}
.header .active_menu_btn {
  transform: rotate(90deg);
}
.header .active_nav {
  display: flex;
}
@media (max-width: 1023px) {
  .header__nav {
    position: absolute;
    display: none;
    align-items: center;
    padding-left: 20px;
    top: 100%;
    left: 0%;
    width: 100%;
    height: 400%;
    border: 1px solid var(--caribbean-green);
    border-radius: 5px;
    box-shadow: 0px 0px 150px rgba(37, 1, 255, 0.25);
    z-index: 1000;
  }
  .header__nav::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.1);
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    border-radius: 5px;
    z-index: -1;
  }
}
.header__nav_list {
  display: flex;
  align-items: center;
}
@media (max-width: 1023px) {
  .header__nav_list {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
}
@media (max-width: 1023px) {
  .header__nav_list_item:not(:last-child) {
    margin-bottom: 25px;
  }
}
.header__nav_list_item:nth-child(-n+4) {
  margin-right: 125px;
}
@media (max-width: 3839px) {
  .header__nav_list_item:nth-child(-n+4) {
    margin-right: 50px;
  }
}
@media (max-width: 2047px) {
  .header__nav_list_item:nth-child(-n+4) {
    margin-right: 66px;
  }
}
@media (max-width: 1434px) {
  .header__nav_list_item:nth-child(-n+4) {
    margin-right: 30px;
  }
}
@media (max-width: 1023px) {
  .header__nav_list_item:nth-child(-n+4) {
    margin-right: 0;
  }
}
.header__nav_list_item:nth-child(5) {
  margin-right: 115px;
}
@media (max-width: 3839px) {
  .header__nav_list_item:nth-child(5) {
    margin-right: 50px;
  }
}
@media (max-width: 2047px) {
  .header__nav_list_item:nth-child(5) {
    margin-right: 60px;
  }
}
@media (max-width: 1434px) {
  .header__nav_list_item:nth-child(5) {
    margin-right: 30px;
  }
}
@media (max-width: 1023px) {
  .header__nav_list_item:nth-child(5) {
    margin-right: 0;
  }
}
.header__nav_list_item_link {
  position: relative;
  display: inline-block;
  padding-left: 80px;
  font-family: "Eastman-Bold";
  font-weight: 700;
  font-size: 48px;
  line-height: 68px;
  color: var(--white);
  transition: color 0.3s ease-in-out;
}
@media (max-width: 3839px) {
  .header__nav_list_item_link {
    padding-left: 55px;
    font-size: 30px;
    line-height: 50px;
  }
}
@media (max-width: 2047px) {
  .header__nav_list_item_link {
    padding-left: 30px;
    font-size: 18px;
    line-height: 25px;
  }
}
.header__nav_list_item_link--wallet {
  position: relative;
  padding: 15px 90px 15px 15px;
  font-family: "DrukWide";
  font-size: 35px;
  line-height: 40px;
  color: var(--caribbean-green);
  border: 5px solid var(--caribbean-green);
  border-radius: 10px;
  transform: translate3d(0, 0, 200px);
  background-position: 96% 50%;
}
.header__nav_list_item_link--wallet:after {
  content: "";
  position: absolute;
  background-image: url("/content/arrow-wallet.svg");
  background-size: 50px 35px;
  background-repeat: no-repeat;
  width: 50px;
  height: 35px;
  top: 15px;
  right: 20px;
}
@media (max-width: 3839px) {
  .header__nav_list_item_link--wallet:after {
    background-size: 35px 20px;
    width: 35px;
    height: 35px;
    top: 11px;
    right: 10px;
  }
}
@media (max-width: 2047px) {
  .header__nav_list_item_link--wallet:after {
    width: 17px;
    height: 17px;
    background-size: 17px 17px;
    top: 4px;
    right: 7px;
  }
}
@media (max-width: 767px) {
  .header__nav_list_item_link--wallet:after {
    width: 15px;
    height: 15px;
    background-size: 15px 15px;
    right: 5px;
  }
}
.header__nav_list_item_link--wallet:hover::after {
  -webkit-animation: swing 0.6s ease;
  animation: swing 0.6s ease;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.header__nav_list_item_link--wallet:hover {
  opacity: 0.9;
}
@-webkit-keyframes swing {
  15% {
    transform: translateX(6px);
  }
  30% {
    transform: translateX(-6px);
  }
  40% {
    transform: translateX(4px);
  }
  50% {
    transform: translateX(-4px);
  }
  65% {
    transform: translateX(3px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes swing {
  15% {
    transform: translateX(6px);
  }
  30% {
    transform: translateX(-6px);
  }
  40% {
    transform: translateX(4px);
  }
  50% {
    transform: translateX(-4px);
  }
  65% {
    transform: translateX(3px);
  }
  100% {
    transform: translateX(0);
  }
}
@media (max-width: 3839px) {
  .header__nav_list_item_link--wallet {
    padding: 15px 50px 15px 15px;
    font-size: 22px;
    line-height: 15px;
    border-width: 3px;
    background-position: 97% 50%;
  }
}
@media (max-width: 2047px) {
  .header__nav_list_item_link--wallet {
    padding: 5px 30px 5px 5px;
    font-size: 12px;
    line-height: 15px;
    border-radius: 5px;
    border-width: 1px;
    background-size: 17px 17px;
    background-position: 95% 50%;
  }
}
@media (max-width: 767px) {
  .header__nav_list_item_link--wallet {
    padding: 3px 24px 3px 3px;
    line-height: 17px;
    background-size: 15px 15px;
    background-position: 96% 50%;
  }
}
.header__nav_list_item_link--home::after, .header__nav_list_item_link--marketplace::after, .header__nav_list_item_link--roadmap::after, .header__nav_list_item_link--cartel::after, .header__nav_list_item_link--club::after {
  content: "";
  position: absolute;
  top: 5px;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 60px;
  background-size: 100% 100%;
  background-position: left center;
  background-repeat: no-repeat;
  transition: transform 0.3s ease-in-out;
}
@media (max-width: 3839px) {
  .header__nav_list_item_link--home::after, .header__nav_list_item_link--marketplace::after, .header__nav_list_item_link--roadmap::after, .header__nav_list_item_link--cartel::after, .header__nav_list_item_link--club::after {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 2047px) {
  .header__nav_list_item_link--home::after, .header__nav_list_item_link--marketplace::after, .header__nav_list_item_link--roadmap::after, .header__nav_list_item_link--cartel::after, .header__nav_list_item_link--club::after {
    top: 0;
    width: 24px;
    height: 24px;
  }
}
@media (max-width: 767px) {
  .header__nav_list_item_link--home::after, .header__nav_list_item_link--marketplace::after, .header__nav_list_item_link--roadmap::after, .header__nav_list_item_link--cartel::after, .header__nav_list_item_link--club::after {
    background-position: center;
  }
}
@media (max-width: 575px) {
  .header__nav_list_item_link--home::after, .header__nav_list_item_link--marketplace::after, .header__nav_list_item_link--roadmap::after, .header__nav_list_item_link--cartel::after, .header__nav_list_item_link--club::after {
    top: 3px;
    width: 20px;
    height: 20px;
  }
}
.header__nav_list_item_link--home::after {
  background-image: url("/content/header/home.svg");
}
.header__nav_list_item_link--marketplace::after {
  background-image: url("/content/header/marketplace.svg");
}
.header__nav_list_item_link--roadmap::after {
  background-image: url("/content/header/roadmap.svg");
}
.header__nav_list_item_link--cartel::after {
  background-image: url("/content/header/cartel.svg");
}
.header__nav_list_item_link--club::after {
  background-image: url("/content/header/club.svg");
}
.header__nav_list_item_link:focus-visible, .header__nav_list_item_link:focus {
  outline: none;
}
.header__nav_list_item_link:focus, .header__nav_list_item_link:hover {
  color: var(--caribbean-green);
}
.header__nav_list_item_link:focus.header__nav_list_item_link--home::after, .header__nav_list_item_link:focus.header__nav_list_item_link--marketplace::after, .header__nav_list_item_link:focus.header__nav_list_item_link--roadmap::after, .header__nav_list_item_link:focus.header__nav_list_item_link--cartel::after, .header__nav_list_item_link:focus.header__nav_list_item_link--club::after, .header__nav_list_item_link:hover.header__nav_list_item_link--home::after, .header__nav_list_item_link:hover.header__nav_list_item_link--marketplace::after, .header__nav_list_item_link:hover.header__nav_list_item_link--roadmap::after, .header__nav_list_item_link:hover.header__nav_list_item_link--cartel::after, .header__nav_list_item_link:hover.header__nav_list_item_link--club::after {
  transform: scale(1.25);
}

.brotherhood {
  height: 100vh;
  min-height: 2250px;
  background-image: url("/content/brotherhood/brotherhood_background.jpg");
  background-size: 100% 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 3839px) {
  .brotherhood {
    min-height: 1400px;
  }
}
@media (max-width: 2047px) {
  .brotherhood {
    min-height: 1000px;
  }
}
@media (max-width: 1434px) {
  .brotherhood {
    min-height: 800px;
    background-image: url("/content/brotherhood/brotherhood_background-tablet.jpg");
  }
}
@media (max-width: 1023px) {
  .brotherhood {
    min-height: 576px;
  }
}
@media (max-width: 767px) {
  .brotherhood {
    background-image: url("/content/brotherhood/brotherhood_background-mobail.jpg");
  }
}
.brotherhood__container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .brotherhood__container {
    flex-direction: column-reverse;
  }
}
.brotherhood__left {
  width: 60%;
}
@media (max-width: 1434px) {
  .brotherhood__left {
    width: 65%;
  }
}
@media (max-width: 767px) {
  .brotherhood__left {
    width: 100%;
    height: 50%;
  }
}
@media (max-width: 575px) {
  .brotherhood__left {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.brotherhood__left_logotype {
  display: inline-block;
  margin-bottom: 100px;
  width: 800px;
  height: 800px;
}
@media (max-width: 3839px) {
  .brotherhood__left_logotype {
    margin-bottom: 60px;
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 2047px) {
  .brotherhood__left_logotype {
    margin-bottom: 50px;
    width: 200px;
    height: 200px;
  }
}
@media (max-width: 1434px) {
  .brotherhood__left_logotype {
    margin-bottom: 45px;
  }
}
@media (max-width: 1023px) {
  .brotherhood__left_logotype {
    margin-bottom: 15px;
    width: 125px;
    height: 125px;
  }
}
@media (max-width: 767px) {
  .brotherhood__left_logotype {
    display: none;
  }
}
.brotherhood__left_logotype_image {
  width: 800px;
  height: 800px;
}
@media (max-width: 3839px) {
  .brotherhood__left_logotype_image {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 2047px) {
  .brotherhood__left_logotype_image {
    width: 200px;
    height: 200px;
  }
}
@media (max-width: 1023px) {
  .brotherhood__left_logotype_image {
    width: 125px;
    height: 125px;
  }
}
.brotherhood__left_title {
  font-family: "DrukWide";
  font-size: 80px;
  line-height: 100px;
  color: var(--white);
}
@media (max-width: 3839px) {
  .brotherhood__left_title {
    font-size: 59px;
    line-height: 70px;
  }
}
@media (max-width: 2047px) {
  .brotherhood__left_title {
    margin: 0;
    margin-bottom: 37px;
    font-size: 36px;
    line-height: 44px;
  }
}
@media (max-width: 1434px) {
  .brotherhood__left_title {
    font-size: 30px;
    line-height: 36px;
  }
}
@media (max-width: 1023px) {
  .brotherhood__left_title {
    margin-bottom: 15px;
    font-size: 22px;
    line-height: 25px;
  }
}
@media (max-width: 767px) {
  .brotherhood__left_title {
    font-size: 18px;
    line-height: 22px;
  }
}
.brotherhood__left_text {
  width: 78%;
  margin-bottom: 140px;
  font-size: 63px;
  line-height: 90px;
  color: var(--white);
}
@media (max-width: 3839px) {
  .brotherhood__left_text {
    width: 100%;
    margin-bottom: 100px;
    font-size: 40px;
    line-height: 60px;
  }
}
@media (max-width: 2047px) {
  .brotherhood__left_text {
    margin: 0;
    margin-bottom: 55px;
    font-size: 36px;
    line-height: 48px;
  }
}
@media (max-width: 1434px) {
  .brotherhood__left_text {
    margin-bottom: 45px;
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 1023px) {
  .brotherhood__left_text {
    margin-bottom: 20px;
    font-size: 23px;
    line-height: 27px;
  }
}
@media (max-width: 767px) {
  .brotherhood__left_text {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 575px) {
  .brotherhood__left_text {
    width: 72%;
    text-align: center;
  }
}
.brotherhood__left_btn {
  position: relative;
  padding: 35px;
  border-radius: 20px;
  background-color: var(--amaranth);
  font-family: "DrukWide";
  font-size: 48px;
  line-height: 68px;
  text-transform: uppercase;
  color: var(--white);
  cursor: pointer;
  overflow: hidden;
  transition: background-color 0.3s ease-in-out;
}
@media (max-width: 3839px) {
  .brotherhood__left_btn {
    font-size: 30px;
    line-height: 35px;
  }
}
@media (max-width: 2047px) {
  .brotherhood__left_btn {
    padding: 13px;
    border-radius: 5px;
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 1023px) {
  .brotherhood__left_btn {
    padding: 10px;
    font-size: 15px;
    line-height: 17px;
  }
}
@media (max-width: 767px) {
  .brotherhood__left_btn {
    padding: 13px;
    font-size: 18px;
    line-height: 22px;
  }
}
.brotherhood__left_btn:hover {
  background-color: var(--just-black);
}
.brotherhood__left_btn::before, .brotherhood__left_btn::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: var(--just-black);
  top: 0;
  left: -100%;
  opacity: 0.5;
  transition: 0.3s;
  z-index: -1;
}
.brotherhood__left_btn::after {
  opacity: 1;
  transition-delay: 0.2s;
}
.brotherhood__left_btn:hover {
  color: var(--white);
}
.brotherhood__left_btn:hover::before, .brotherhood__left_btn:hover::after {
  left: 0;
}
.brotherhood__left_btn .pulse {
  position: absolute;
  background-color: var(--white);
  border-radius: 50%;
  -webkit-animation: pulse 0.7s ease-out;
          animation: pulse 0.7s ease-out;
  transform: scale(0);
}
@keyframes pulse {
  to {
    transform: scale(2);
    background-color: var(--white);
    opacity: 0;
  }
}
.brotherhood__right {
  position: relative;
  width: 40%;
  height: 70%;
  filter: drop-shadow(0px 0px 100px rgba(255, 252, 170, 0.5));
}
@media (max-width: 1434px) {
  .brotherhood__right {
    width: 35%;
    height: 88%;
  }
}
@media (max-width: 767px) {
  .brotherhood__right {
    width: 100%;
    height: 50%;
  }
}
@media (max-width: 575px) {
  .brotherhood__right {
    width: 65%;
  }
}
.brotherhood__right_monkey {
  position: absolute;
  top: 23%;
  right: 8%;
  width: 1300px;
  height: 1300px;
  background-image: url("/content/brotherhood/brotherhood_monkey-4k.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
}
@media (max-width: 3839px) {
  .brotherhood__right_monkey {
    right: 0%;
    width: 800px;
    height: 800px;
  }
}
@media (max-width: 2047px) {
  .brotherhood__right_monkey {
    width: 450px;
    height: 425px;
  }
}
@media (max-width: 1434px) {
  .brotherhood__right_monkey {
    width: 415px;
    height: 393px;
    background-image: url("/content/brotherhood/brotherhood_monkey.png");
  }
}
@media (max-width: 1023px) {
  .brotherhood__right_monkey {
    width: 275px;
    height: 250px;
  }
}
@media (max-width: 767px) {
  .brotherhood__right_monkey {
    width: 225px;
    height: 215px;
  }
}
.brotherhood__right_images {
  position: absolute;
  background-repeat: no-repeat;
}
.brotherhood__right_ethereum {
  width: 220px;
  height: 220px;
  top: 8%;
  right: 5%;
  background-image: url("/content/brotherhood/ethereum-4k.png");
  background-size: 100% 100%;
  -webkit-animation: for_ethereum 2s normal linear infinite;
          animation: for_ethereum 2s normal linear infinite;
}
@media (max-width: 3839px) {
  .brotherhood__right_ethereum {
    top: 4%;
    right: 7%;
    width: 140px;
    height: 140px;
  }
}
@media (max-width: 2047px) {
  .brotherhood__right_ethereum {
    width: 75px;
    height: 75px;
  }
}
@media (max-width: 1434px) {
  .brotherhood__right_ethereum {
    width: 70px;
    height: 70px;
    background-image: url("/content/brotherhood/ethereum.png");
  }
}
@media (max-width: 1023px) {
  .brotherhood__right_ethereum {
    top: 2%;
    right: 4%;
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 767px) {
  .brotherhood__right_ethereum {
    top: 4%;
    right: 6%;
    width: 38px;
    height: 38px;
  }
}
.brotherhood__right_nft {
  width: 350px;
  height: 350px;
  bottom: -12%;
  right: -4%;
  background-image: url("/content/brotherhood/nft-4k.png");
  background-size: 100% 100%;
  -webkit-animation: for_nft 4s normal linear infinite;
          animation: for_nft 4s normal linear infinite;
}
@media (max-width: 3839px) {
  .brotherhood__right_nft {
    width: 220px;
    height: 220px;
  }
}
@media (max-width: 2047px) {
  .brotherhood__right_nft {
    bottom: -5%;
    right: 1%;
    width: 83px;
    height: 97px;
  }
}
@media (max-width: 1434px) {
  .brotherhood__right_nft {
    width: 76px;
    height: 90px;
    background-image: url("/content/brotherhood/nft.png");
  }
}
@media (max-width: 1023px) {
  .brotherhood__right_nft {
    bottom: -10%;
    right: 0%;
    width: 55px;
    height: 62px;
  }
}
@media (max-width: 767px) {
  .brotherhood__right_nft {
    bottom: -6%;
    right: 3%;
    width: 41px;
    height: 48px;
  }
}
.brotherhood__right_joystick {
  width: 500px;
  height: 500px;
  bottom: 4%;
  left: 22%;
  background-image: url("/content/brotherhood/joystick-4k.png");
  background-size: 100% 100%;
  -webkit-animation: for_joystick 2.5s normal linear infinite;
          animation: for_joystick 2.5s normal linear infinite;
}
@media (max-width: 3839px) {
  .brotherhood__right_joystick {
    bottom: 5%;
    left: 23%;
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 2047px) {
  .brotherhood__right_joystick {
    bottom: 12%;
    left: 30%;
    width: 150px;
    height: 150px;
  }
}
@media (max-width: 1434px) {
  .brotherhood__right_joystick {
    width: 140px;
    height: 140px;
    background-image: url("/content/brotherhood/joystick.png");
  }
}
@media (max-width: 1023px) {
  .brotherhood__right_joystick {
    bottom: 7%;
    width: 95px;
    height: 95px;
  }
}
@media (max-width: 767px) {
  .brotherhood__right_joystick {
    width: 75px;
    height: 75px;
  }
}
@media (max-width: 575px) {
  .brotherhood__right_joystick {
    bottom: 10%;
    left: 25%;
  }
}
@-webkit-keyframes for_ethereum {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(5%, -5%);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes for_ethereum {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(5%, -5%);
  }
  100% {
    transform: translate(0, 0);
  }
}
@-webkit-keyframes for_nft {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-5%, -5%);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes for_nft {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-5%, -5%);
  }
  100% {
    transform: translate(0, 0);
  }
}
@-webkit-keyframes for_joystick {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes for_joystick {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10%);
  }
  100% {
    transform: translateY(0);
  }
}

.guarantees {
  position: relative;
  height: 100vh;
  min-height: 2250px;
  background-image: url("/content/guarantees/guarantees_background.jpg");
  background-size: cover;
  background-position: center;
}
@media (max-width: 3839px) {
  .guarantees {
    min-height: 1400px;
  }
}
@media (max-width: 2047px) {
  .guarantees {
    min-height: 1000px;
  }
}
@media (max-width: 1434px) {
  .guarantees {
    min-height: 700px;
  }
}
@media (max-width: 1023px) {
  .guarantees {
    min-height: 576px;
  }
}
@media (max-width: 1434px) {
  .guarantees {
    background-image: url("/content/guarantees/guarantees_background_tablet.jpg");
  }
}
@media (max-width: 767px) {
  .guarantees {
    background-image: url("/content/guarantees/guarantees_background_mobile.jpg");
  }
}
.guarantees::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  z-index: 0;
}
.guarantees__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
@media (max-width: 1434px) {
  .guarantees__container {
    justify-content: flex-start;
    padding-top: 28px;
    padding-right: 0px;
    padding-left: 0px;
  }
}
@media (max-width: 1023px) {
  .guarantees__container {
    padding-top: 15px;
  }
}
@media (max-width: 767px) {
  .guarantees__container {
    justify-content: center;
  }
}
.guarantees__monkeys {
  z-index: 1;
}
@media (max-width: 767px) {
  .guarantees__monkeys {
    display: flex;
    flex-wrap: nowrap;
  }
}
.guarantees__monkeys_image {
  width: 1000px;
  height: 1000px;
}
@media (max-width: 3839px) {
  .guarantees__monkeys_image {
    width: 500px;
    height: 500px;
  }
}
@media (max-width: 2047px) {
  .guarantees__monkeys_image {
    width: 363px;
    height: 363px;
  }
}
@media (max-width: 1434px) {
  .guarantees__monkeys_image {
    margin-bottom: 15px;
    width: 210px;
    height: 250px;
  }
}
@media (max-width: 1023px) {
  .guarantees__monkeys_image {
    width: 150px;
    height: 170px;
  }
}
@media (max-width: 767px) {
  .guarantees__monkeys_image {
    width: 135px;
    height: 135px;
  }
}
@media (max-width: 575px) {
  .guarantees__monkeys_image {
    width: 135px;
    height: 135px;
    background-size: contain;
  }
}
.guarantees__title {
  margin: 0;
  margin-bottom: 50px;
  font-family: "DrukWide";
  font-size: 90px;
  line-height: 108px;
  color: var(--white);
  z-index: 1;
}
@media (max-width: 3839px) {
  .guarantees__title {
    font-size: 55px;
    line-height: 60px;
  }
}
@media (max-width: 2047px) {
  .guarantees__title {
    margin-bottom: 24px;
    font-size: 30px;
    line-height: 36px;
  }
}
@media (max-width: 1023px) {
  .guarantees__title {
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 25px;
  }
}
@media (max-width: 767px) {
  .guarantees__title {
    margin-bottom: 25px;
    font-size: 16px;
    line-height: 20px;
  }
}
.guarantees__text {
  margin: 0;
  margin-bottom: 100px;
  font-size: 108px;
  line-height: 144px;
  color: var(--white);
  text-align: center;
  z-index: 1;
}
@media (max-width: 3839px) {
  .guarantees__text {
    margin-bottom: 70px;
    font-size: 55px;
    line-height: 70px;
  }
}
@media (max-width: 2047px) {
  .guarantees__text {
    width: 88%;
    margin-bottom: 30px;
    font-size: 36px;
    line-height: 48px;
  }
}
@media (max-width: 1434px) {
  .guarantees__text {
    width: 100%;
    margin-bottom: 25px;
  }
}
@media (max-width: 1023px) {
  .guarantees__text {
    width: 80%;
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  .guarantees__text {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 575px) {
  .guarantees__text {
    width: 100%;
    margin-bottom: 30px;
  }
}
.guarantees__link {
  position: relative;
  padding: 80px 120px 80px 310px;
  font-size: 72px;
  line-height: 96px;
  color: var(--dove-gray);
  background: linear-gradient(105.94deg, rgba(3, 2, 21, 0.7) 0%, rgba(0, 0, 0, 0.7) 100%);
  border-radius: 140px;
  transition: box-shadow 0.5s ease-in-out, color 0.5s ease-in-out;
  z-index: 1;
}
@media (max-width: 3839px) {
  .guarantees__link {
    padding: 50px 85px 50px 200px;
    font-size: 50px;
    line-height: 60px;
  }
}
@media (max-width: 2047px) {
  .guarantees__link {
    padding: 39px 45px 39px 122px;
    font-size: 24px;
    line-height: 32px;
  }
}
@media (max-width: 1023px) {
  .guarantees__link {
    padding: 30px 40px 30px 90px;
    font-size: 22px;
    line-height: 25px;
  }
}
@media (max-width: 767px) {
  .guarantees__link {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 575px) {
  .guarantees__link {
    width: 77%;
    padding: 30px 60px 30px 120px;
  }
}
.guarantees__link::before {
  content: "";
  position: absolute;
  top: 5px;
  bottom: 0;
  left: 20px;
  width: 250px;
  height: 250px;
  background-image: url("/content/guarantees/tycoon_syndicate_logo-4k.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transition: transform 0.5s linear;
}
@media (max-width: 3839px) {
  .guarantees__link::before {
    width: 150px;
    height: 150px;
  }
}
@media (max-width: 2047px) {
  .guarantees__link::before {
    left: 13px;
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 1434px) {
  .guarantees__link::before {
    background-image: url("/content/guarantees/tycoon_syndicate_logo.png");
  }
}
@media (max-width: 1023px) {
  .guarantees__link::before {
    left: 9px;
    width: 75px;
    height: 75px;
  }
}
@media (max-width: 575px) {
  .guarantees__link::before {
    width: 100px;
    height: 100px;
  }
}
.guarantees__link::after {
  content: "";
  position: absolute;
  top: 85px;
  bottom: 0;
  right: 30px;
  width: 70px;
  height: 100px;
  background-image: url("/content/guarantees/ethereum.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
@media (max-width: 3839px) {
  .guarantees__link::after {
    top: 50px;
    right: 20px;
    width: 50px;
    height: 70px;
  }
}
@media (max-width: 2047px) {
  .guarantees__link::after {
    top: 40px;
    right: 13px;
    width: 23px;
    height: 37px;
  }
}
@media (max-width: 1023px) {
  .guarantees__link::after {
    top: 30px;
    right: 12px;
    width: 20px;
    height: 30px;
  }
}
@media (max-width: 575px) {
  .guarantees__link::after {
    top: 36px;
    right: 30px;
    width: 23px;
    height: 36px;
  }
}
.guarantees__link:hover {
  color: var(--white);
  box-shadow: 0 0 18px rgba(255, 255, 255, 0.4);
}
.guarantees__link:hover.guarantees__link::before {
  transform: rotate(360deg);
}

.what-are-nft {
  position: relative;
  background-image: url("/content/what-are-nft/what_background-orig.jpg");
  background-position: center;
  background-size: cover;
  height: 1550px;
}
@media (max-width: 3839px) {
  .what-are-nft {
    height: 1300px;
  }
}
@media (max-width: 2047px) {
  .what-are-nft {
    height: 640px;
  }
}
@media (max-width: 1434px) {
  .what-are-nft {
    height: 450px;
    background-image: url("/content/what-are-nft/what_background_tablet.jpg");
  }
}
@media (max-width: 1023px) {
  .what-are-nft {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .what-are-nft {
    height: 375px;
  }
}
@media (max-width: 575px) {
  .what-are-nft {
    background-image: url("/content/what-are-nft/what_background_mobile.jpg");
  }
}
.what-are-nft::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 2, 52, 0.71) 0%, rgba(0, 0, 0, 0.55) 37.5%, rgba(0, 0, 0, 0.38) 65.63%, rgba(0, 0, 0, 0.01) 100%);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  z-index: 0;
}
.what-are-nft__container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .what-are-nft__container {
    flex-direction: column-reverse;
  }
}
.what-are-nft__left {
  width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 1;
}
@media (max-width: 1434px) {
  .what-are-nft__left {
    width: 65%;
  }
}
@media (max-width: 767px) {
  .what-are-nft__left {
    width: 100%;
    height: 50%;
  }
}
.what-are-nft__left_title {
  font-family: "DrukWide";
  font-size: 78px;
  line-height: 96px;
  color: var(--white);
}
.what-are-nft__left_title_accent {
  color: var(--caribbean-green);
}
@media (max-width: 3839px) {
  .what-are-nft__left_title {
    font-size: 52px;
    line-height: 64px;
  }
}
@media (max-width: 2047px) {
  .what-are-nft__left_title {
    font-size: 26px;
    line-height: 32px;
  }
}
@media (max-width: 1023px) {
  .what-are-nft__left_title {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .what-are-nft__left_title {
    font-size: 16px;
    line-height: 19px;
  }
}
@media (max-width: 575px) {
  .what-are-nft__left_title {
    margin: 0;
  }
}
.what-are-nft__left_text {
  font-size: 72px;
  line-height: 96px;
  color: var(--white);
}
@media (max-width: 3839px) {
  .what-are-nft__left_text {
    font-size: 38px;
    line-height: 55px;
  }
}
@media (max-width: 2047px) {
  .what-are-nft__left_text {
    font-size: 24px;
    line-height: 32px;
  }
}
@media (max-width: 1023px) {
  .what-are-nft__left_text {
    font-size: 19px;
    line-height: 25px;
  }
}
@media (max-width: 767px) {
  .what-are-nft__left_text {
    font-size: 16px;
    line-height: 21px;
  }
}
.what-are-nft__right {
  position: relative;
  width: 40%;
  height: 100%;
  filter: drop-shadow(0px 0px 100px rgba(255, 252, 170, 0.5));
  z-index: 100;
}
@media (max-width: 1434px) {
  .what-are-nft__right {
    width: 35%;
  }
}
@media (max-width: 767px) {
  .what-are-nft__right {
    width: 100%;
    height: 50%;
  }
}
.what-are-nft__right_monkey {
  position: absolute;
  top: 0%;
  right: 0%;
  width: 1500px;
  height: 1500px;
  background-image: url("/content/what-are-nft/monkey-4k.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: 0% 0%;
}
@media (max-width: 3839px) {
  .what-are-nft__right_monkey {
    top: 18%;
    right: 0%;
    width: 800px;
    height: 800px;
  }
}
@media (max-width: 2047px) {
  .what-are-nft__right_monkey {
    top: 3%;
    right: -29%;
    width: 700px;
    height: 640px;
  }
}
@media (max-width: 1434px) {
  .what-are-nft__right_monkey {
    top: 0%;
    right: -28%;
    width: 475px;
    height: 450px;
    background-image: url("/content/what-are-nft/monkey.png");
  }
}
@media (max-width: 1023px) {
  .what-are-nft__right_monkey {
    top: 8%;
    right: -19%;
    width: 315px;
    height: 325px;
  }
}
@media (max-width: 767px) {
  .what-are-nft__right_monkey {
    top: 0%;
    right: 0%;
    width: 250px;
    height: 235px;
  }
}
@media (max-width: 575px) {
  .what-are-nft__right_monkey {
    right: 15%;
    width: 230px;
    height: 215px;
  }
}
.what-are-nft__right_images {
  position: absolute;
  background-repeat: no-repeat;
}
.what-are-nft__right_images_ethereum {
  width: 140px;
  height: 140px;
  top: 19%;
  right: 29%;
  background-image: url("/content/what-are-nft/ethereum-4k.png");
  background-size: 100% 100%;
  -webkit-animation: for_what_ethereum 1.5s normal linear infinite;
          animation: for_what_ethereum 1.5s normal linear infinite;
}
@media (max-width: 3839px) {
  .what-are-nft__right_images_ethereum {
    width: 80px;
    height: 80px;
    top: 18%;
    right: 27%;
  }
}
@media (max-width: 2047px) {
  .what-are-nft__right_images_ethereum {
    top: 20%;
    right: 30%;
    width: 46px;
    height: 46px;
  }
}
@media (max-width: 1434px) {
  .what-are-nft__right_images_ethereum {
    top: 20%;
    right: 32%;
    width: 34px;
    height: 34px;
    background-image: url("/content/what-are-nft/ethereum.png");
  }
}
@media (max-width: 1023px) {
  .what-are-nft__right_images_ethereum {
    top: 20%;
    right: 28%;
    width: 28px;
    height: 28px;
  }
}
@media (max-width: 767px) {
  .what-are-nft__right_images_ethereum {
    top: 18%;
    right: 30%;
    width: 18px;
    height: 18px;
  }
}
.what-are-nft__right_images_bitcoin {
  width: 140px;
  height: 140px;
  top: 49%;
  left: 19%;
  background-image: url("/content/what-are-nft/bitcoin-4k.png");
  background-size: 100% 100%;
  -webkit-animation: for_what_bitcoin 1.5s normal linear infinite;
          animation: for_what_bitcoin 1.5s normal linear infinite;
}
@media (max-width: 3839px) {
  .what-are-nft__right_images_bitcoin {
    width: 80px;
    height: 80px;
    top: 50%;
    left: 17%;
  }
}
@media (max-width: 2047px) {
  .what-are-nft__right_images_bitcoin {
    top: 50%;
    left: 21%;
    width: 39px;
    height: 48px;
  }
}
@media (max-width: 1434px) {
  .what-are-nft__right_images_bitcoin {
    top: 54%;
    left: 18%;
    width: 29px;
    height: 36px;
    background-image: url("/content/what-are-nft/bitcoin.png");
  }
}
@media (max-width: 1023px) {
  .what-are-nft__right_images_bitcoin {
    top: 50%;
    left: 19%;
    width: 24px;
    height: 28px;
  }
}
@media (max-width: 767px) {
  .what-are-nft__right_images_bitcoin {
    top: 50%;
    left: 19%;
    width: 16px;
    height: 19px;
  }
}
.what-are-nft__right_images_nft {
  position: absolute;
  width: 1000px;
  height: 1000px;
  top: -5%;
  right: 16%;
  background-image: url("/content/what-are-nft/nft-4k.png");
  background-size: 100% 100%;
  filter: drop-shadow(0px 0px 100px rgba(255, 252, 170, 0.5));
  z-index: 1;
  -webkit-animation: for_what_nft 3s normal linear infinite;
          animation: for_what_nft 3s normal linear infinite;
}
@media (max-width: 3839px) {
  .what-are-nft__right_images_nft {
    width: 450px;
    height: 450px;
    top: 16%;
    left: 58%;
  }
}
@media (max-width: 2047px) {
  .what-are-nft__right_images_nft {
    top: -3%;
    left: 55%;
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 1434px) {
  .what-are-nft__right_images_nft {
    left: 58%;
    width: 280px;
    height: 300px;
    background-image: url("/content/what-are-nft/nft.png");
  }
}
@media (max-width: 1023px) {
  .what-are-nft__right_images_nft {
    top: 4%;
    left: 57%;
    width: 225px;
    height: 220px;
  }
}
@media (max-width: 767px) {
  .what-are-nft__right_images_nft {
    top: 0%;
    left: 52%;
    width: 120px;
    height: 125px;
  }
}
@media (max-width: 575px) {
  .what-are-nft__right_images_nft {
    left: 23%;
  }
}
@-webkit-keyframes for_what_ethereum {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(5%, -5%);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes for_what_ethereum {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(5%, -5%);
  }
  100% {
    transform: translate(0, 0);
  }
}
@-webkit-keyframes for_what_bitcoin {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-5%, -5%);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes for_what_bitcoin {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-5%, -5%);
  }
  100% {
    transform: translate(0, 0);
  }
}
@-webkit-keyframes for_what_nft {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes for_what_nft {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10%);
  }
  100% {
    transform: translateY(0);
  }
}

.collection-info {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("/content/collection-info/collections-info_background.jpg");
  background-position: center;
  background-size: cover;
  height: 1550px;
}
@media (max-width: 3839px) {
  .collection-info {
    height: 1300px;
  }
}
@media (max-width: 2047px) {
  .collection-info {
    height: 640px;
  }
}
@media (max-width: 1434px) {
  .collection-info {
    height: 450px;
    background-image: url("/content/collection-info/collections-info_background_tablet.jpg");
  }
}
@media (max-width: 1023px) {
  .collection-info {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .collection-info {
    height: 375px;
  }
}
@media (max-width: 575px) {
  .collection-info {
    background-image: url("/content/collection-info/collections-info_background_mobile.jpg");
  }
}
.collection-info::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(-90deg, rgba(1, 76, 92, 0.71) 0%, rgba(0, 0, 0, 0.55) 37.5%, rgba(0, 0, 0, 0.38) 65.63%, rgba(0, 0, 0, 0.01) 100%);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  z-index: 0;
}
.collection-info__container {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .collection-info__container {
    flex-direction: column;
  }
}
.collection-info__right {
  width: 55%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 1;
}
@media (max-width: 2047px) {
  .collection-info__right {
    width: 57%;
  }
}
@media (max-width: 1434px) {
  .collection-info__right {
    width: 64%;
  }
}
@media (max-width: 1023px) {
  .collection-info__right {
    width: 70%;
  }
}
@media (max-width: 767px) {
  .collection-info__right {
    width: 100%;
    height: 50%;
  }
}
.collection-info__right_title {
  font-family: "DrukWide";
  font-size: 78px;
  line-height: 96px;
  color: var(--white);
}
@media (max-width: 3839px) {
  .collection-info__right_title {
    font-size: 52px;
    line-height: 64px;
  }
}
@media (max-width: 2047px) {
  .collection-info__right_title {
    font-size: 26px;
    line-height: 32px;
  }
}
@media (max-width: 1023px) {
  .collection-info__right_title {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .collection-info__right_title {
    font-size: 16px;
    line-height: 19px;
  }
}
@media (max-width: 575px) {
  .collection-info__right_title {
    margin: 0;
  }
}
.collection-info__right_title_accent {
  text-transform: uppercase;
  color: var(--caribbean-green);
}
.collection-info__right_text {
  font-size: 72px;
  line-height: 96px;
  color: var(--white);
}
@media (max-width: 3839px) {
  .collection-info__right_text {
    font-size: 38px;
    line-height: 55px;
  }
}
@media (max-width: 2047px) {
  .collection-info__right_text {
    font-size: 24px;
    line-height: 32px;
  }
}
@media (max-width: 1023px) {
  .collection-info__right_text {
    font-size: 19px;
    line-height: 25px;
  }
}
@media (max-width: 767px) {
  .collection-info__right_text {
    font-size: 16px;
    line-height: 21px;
  }
}
.collection-info__left {
  position: relative;
  width: 40%;
  height: 80%;
  filter: drop-shadow(0px 0px 100px rgba(255, 252, 170, 0.5));
  z-index: 100;
}
@media (max-width: 1434px) {
  .collection-info__left {
    width: 36%;
  }
}
@media (max-width: 767px) {
  .collection-info__left {
    width: 100%;
    height: 50%;
  }
}
.collection-info__left_monkey {
  position: absolute;
  top: 0%;
  left: 0%;
  height: 1500px;
  width: 1500px;
  background-image: url("/content/collection-info/monkey-4k.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
@media (max-width: 3839px) {
  .collection-info__left_monkey {
    top: 23%;
    height: 800px;
    width: 800px;
  }
}
@media (max-width: 2047px) {
  .collection-info__left_monkey {
    top: 0%;
    left: -23%;
    width: 600px;
    height: 630px;
  }
}
@media (max-width: 1434px) {
  .collection-info__left_monkey {
    top: 7%;
    left: -23%;
    width: 375px;
    height: 400px;
    background-image: url("/content/collection-info/monkey.png");
  }
}
@media (max-width: 1023px) {
  .collection-info__left_monkey {
    top: 17%;
    left: -20%;
    width: 275px;
    height: 315px;
  }
}
@media (max-width: 767px) {
  .collection-info__left_monkey {
    top: 0%;
    left: 50%;
    width: 230px;
    height: 250px;
  }
}
@media (max-width: 575px) {
  .collection-info__left_monkey {
    left: 23%;
    width: 185px;
    height: 200px;
  }
}
.collection-info__left_images {
  position: absolute;
  background-repeat: no-repeat;
}
.collection-info__left_images_monkeys_first {
  width: 450px;
  height: 575px;
  top: 11%;
  left: 22%;
  background-size: 100% 100%;
  background-image: url("/content/collection-info/monkey_card_first-4k.png");
  -webkit-animation: for_first_monkey 2s normal linear infinite;
          animation: for_first_monkey 2s normal linear infinite;
  z-index: 2;
}
@media (max-width: 3839px) {
  .collection-info__left_images_monkeys_first {
    top: 23%;
    left: 25%;
    width: 280px;
    height: 350px;
  }
}
@media (max-width: 2047px) {
  .collection-info__left_images_monkeys_first {
    top: 14%;
    left: 23%;
    width: 185px;
    height: 260px;
  }
}
@media (max-width: 1434px) {
  .collection-info__left_images_monkeys_first {
    top: 11%;
    left: 17%;
    width: 150px;
    height: 190px;
    background-image: url("/content/collection-info/monkey_card_first.png");
  }
}
@media (max-width: 1023px) {
  .collection-info__left_images_monkeys_first {
    top: 18%;
    left: 17%;
    width: 125px;
    height: 140px;
  }
}
@media (max-width: 767px) {
  .collection-info__left_images_monkeys_first {
    top: 9%;
    left: 70%;
    width: 90px;
    height: 115px;
  }
}
@media (max-width: 575px) {
  .collection-info__left_images_monkeys_first {
    top: 3%;
    left: 51%;
  }
}
.collection-info__left_images_monkeys_second {
  width: 390px;
  height: 490px;
  top: 21%;
  left: 28%;
  background-size: 100% 100%;
  background-image: url("/content/collection-info/monkey_card_second-4k.png");
  -webkit-animation: for_second_monkey 2s normal linear infinite;
          animation: for_second_monkey 2s normal linear infinite;
  z-index: 1;
}
@media (max-width: 3839px) {
  .collection-info__left_images_monkeys_second {
    top: 33%;
    left: 32%;
    width: 220px;
    height: 270px;
  }
}
@media (max-width: 2047px) {
  .collection-info__left_images_monkeys_second {
    top: 23%;
    left: 31%;
    width: 120px;
    height: 180px;
  }
}
@media (max-width: 1434px) {
  .collection-info__left_images_monkeys_second {
    top: 21%;
    left: 26%;
    width: 100px;
    height: 150px;
    background-image: url("/content/collection-info/monkey_card_second.png");
  }
}
@media (max-width: 1023px) {
  .collection-info__left_images_monkeys_second {
    top: 27%;
    left: 26%;
    width: 80px;
    height: 110px;
  }
}
@media (max-width: 767px) {
  .collection-info__left_images_monkeys_second {
    top: 18%;
    left: 78%;
    width: 58px;
    height: 66px;
  }
}
@media (max-width: 575px) {
  .collection-info__left_images_monkeys_second {
    top: 15%;
    left: 65%;
  }
}
@-webkit-keyframes for_first_monkey {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(5%, -5%);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes for_first_monkey {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(5%, -5%);
  }
  100% {
    transform: translate(0, 0);
  }
}
@-webkit-keyframes for_second_monkey {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-5%, -5%);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes for_second_monkey {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-5%, -5%);
  }
  100% {
    transform: translate(0, 0);
  }
}
.collection-info__left_images_diamonds_blue {
  width: 225px;
  height: 225px;
  top: 15%;
  right: 66%;
  background-image: url("/content/collection-info/diamond_blue-4k.png");
  background-size: 100% 100%;
  -webkit-animation: for_blue_diamond 2s normal linear infinite;
          animation: for_blue_diamond 2s normal linear infinite;
}
@media (max-width: 3839px) {
  .collection-info__left_images_diamonds_blue {
    top: 15%;
    right: 66%;
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 2047px) {
  .collection-info__left_images_diamonds_blue {
    width: 76px;
    height: 76px;
  }
}
@media (max-width: 1434px) {
  .collection-info__left_images_diamonds_blue {
    width: 49px;
    height: 49px;
    background-image: url("/content/collection-info/diamond_blue.png");
  }
}
@media (max-width: 1023px) {
  .collection-info__left_images_diamonds_blue {
    top: 19%;
    right: 65%;
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 767px) {
  .collection-info__left_images_diamonds_blue {
    width: 35px;
    height: 35px;
  }
}
.collection-info__left_images_diamonds_purple {
  width: 150px;
  height: 150px;
  top: 78%;
  right: 26%;
  background-image: url("/content/collection-info/diamond_purple-4k.png");
  background-size: 100% 100%;
  -webkit-animation: for_purple_diamond 2s normal linear infinite;
          animation: for_purple_diamond 2s normal linear infinite;
}
@media (max-width: 3839px) {
  .collection-info__left_images_diamonds_purple {
    top: 78%;
    right: 29%;
    width: 90px;
    height: 90px;
  }
}
@media (max-width: 2047px) {
  .collection-info__left_images_diamonds_purple {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 1434px) {
  .collection-info__left_images_diamonds_purple {
    width: 33px;
    height: 33px;
    background-image: url("/content/collection-info/diamond_purple.png");
  }
}
@media (max-width: 1023px) {
  .collection-info__left_images_diamonds_purple {
    width: 29px;
    height: 29px;
  }
}
@media (max-width: 767px) {
  .collection-info__left_images_diamonds_purple {
    width: 23px;
    height: 23px;
  }
}
.collection-info__left_images_diamonds_red {
  width: 240px;
  height: 240px;
  top: 64%;
  left: 73%;
  background-image: url("/content/collection-info/diamond_red-4k.png");
  background-size: 100% 100%;
  -webkit-animation: for_red_diamond 2s normal linear infinite;
          animation: for_red_diamond 2s normal linear infinite;
}
@media (max-width: 3839px) {
  .collection-info__left_images_diamonds_red {
    top: 64%;
    left: 68%;
    width: 140px;
    height: 140px;
  }
}
@media (max-width: 2047px) {
  .collection-info__left_images_diamonds_red {
    width: 85px;
    height: 85px;
  }
}
@media (max-width: 1434px) {
  .collection-info__left_images_diamonds_red {
    width: 54px;
    height: 54px;
    background-image: url("/content/collection-info/diamond_red.png");
  }
}
@media (max-width: 1023px) {
  .collection-info__left_images_diamonds_red {
    width: 48px;
    height: 48px;
  }
}
@media (max-width: 767px) {
  .collection-info__left_images_diamonds_red {
    width: 39px;
    height: 39px;
  }
}
@-webkit-keyframes for_blue_diamond {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(5%, -5%);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes for_blue_diamond {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(5%, -5%);
  }
  100% {
    transform: translate(0, 0);
  }
}
@-webkit-keyframes for_purple_diamond {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-5%, -5%);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes for_purple_diamond {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-5%, -5%);
  }
  100% {
    transform: translate(0, 0);
  }
}
@-webkit-keyframes for_red_diamond {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes for_red_diamond {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10%);
  }
  100% {
    transform: translateY(0);
  }
}

.collection {
  height: 3000px;
  background: url("/content/collection/collection_background.jpg");
  background-size: 100% 100%;
}
@media (max-width: 3839px) {
  .collection {
    height: 1700px;
  }
}
@media (max-width: 2047px) {
  .collection {
    height: 1024px;
  }
}
@media (max-width: 1434px) {
  .collection {
    height: 800px;
  }
}
.collection__container {
  padding-top: 270px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
}
@media (max-width: 3839px) {
  .collection__container {
    padding-top: 150px;
  }
}
@media (max-width: 2047px) {
  .collection__container {
    padding-top: 90px;
  }
}
@media (max-width: 1434px) {
  .collection__container {
    padding-top: 40px;
  }
}
@media (max-width: 1023px) {
  .collection__container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .collection__container {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }
}
.collection__title {
  margin-bottom: 600px;
  font-family: "DrukWide";
  font-size: 78px;
  line-height: 96px;
  color: var(--white);
}
.collection__title_accent {
  text-transform: uppercase;
  color: var(--caribbean-green);
}
@media (max-width: 3839px) {
  .collection__title {
    margin-bottom: 250px;
    font-size: 52px;
    line-height: 64px;
  }
}
@media (max-width: 2047px) {
  .collection__title {
    margin-bottom: 180px;
    font-size: 26px;
    line-height: 32px;
  }
}
@media (max-width: 1434px) {
  .collection__title {
    margin-bottom: 90px;
  }
}
@media (max-width: 1023px) {
  .collection__title {
    margin-bottom: 0;
    font-size: 20px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .collection__title {
    font-size: 16px;
    line-height: 19px;
  }
}
@media (max-width: 1023px) {
  .collection__content {
    padding: 130px 40px 126px 40px;
    overflow-x: scroll;
    max-width: 100%;
  }
}
@media (max-width: 1023px) {
  .collection__content::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
  .collection__content {
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
}
.collection__content_list {
  display: flex;
}
.collection__content_list_item {
  display: block;
  position: relative;
  border: 5px solid;
  border-radius: 50px;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  mix-blend-mode: normal;
  box-shadow: 0 0 150px rgba(37, 1, 255, 0.25);
  transition: transform 0.4s ease-in-out, box-shadow 0.4s ease-in-out;
  z-index: 500;
}
@media (max-width: 3839px) {
  .collection__content_list_item {
    border: 4px solid;
  }
}
@media (max-width: 2047px) {
  .collection__content_list_item {
    border-radius: 10px;
    border-width: 1px;
  }
}
.collection__content_list_item:hover {
  transform: scale(1.3);
  box-shadow: 0px 0px 100px rgba(255, 252, 170, 0.5);
  z-index: 1000;
}
@media (max-width: 1023px) {
  .collection__content_list_item:hover {
    transform: scale(1.2);
  }
}
.collection__content_list_item:hover .collection__content_list_item_article_amount_text {
  transform: scale(1.2);
}
.collection__content_list_item:hover .collection__content_list_item_article_amount_number {
  transform: scale(1.2);
}
.collection__content_list_item:hover .collection__content_list_item_article_buy {
  transform: scale(1.2);
  font-weight: 700;
  font-family: "Eastman-Bold";
}
.collection__content_list_item:not(:last-child) {
  margin-right: 90px;
}
@media (max-width: 3839px) {
  .collection__content_list_item:not(:last-child) {
    margin-right: 60px;
  }
}
@media (max-width: 2047px) {
  .collection__content_list_item:not(:last-child) {
    margin-right: 28px;
  }
}
@media (max-width: 1434px) {
  .collection__content_list_item:not(:last-child) {
    margin-right: 18px;
  }
}
.collection__content_list_item_article {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 1500px;
  width: 800px;
  z-index: 100;
}
@media (max-width: 3839px) {
  .collection__content_list_item_article {
    height: 855px;
    width: 450px;
  }
}
@media (max-width: 2047px) {
  .collection__content_list_item_article {
    width: 270px;
    height: 534px;
  }
}
@media (max-width: 1434px) {
  .collection__content_list_item_article {
    width: 230px;
    height: 470px;
  }
}
.collection__content_list_item_article::before {
  content: "";
  position: absolute;
  top: -290px;
  left: 130px;
  width: 450px;
  height: 450px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: -1;
}
@media (max-width: 3839px) {
  .collection__content_list_item_article::before {
    top: -138px;
    left: 62px;
    width: 225px;
    height: 225px;
  }
}
@media (max-width: 2047px) {
  .collection__content_list_item_article::before {
    top: -95px;
    left: 27px;
    width: 150px;
    height: 150px;
  }
}
@media (max-width: 1434px) {
  .collection__content_list_item_article::before {
    top: -85px;
    left: 45px;
    width: 127px;
    height: 127px;
  }
}
.collection__content_list_item_article::after {
  content: "";
  position: absolute;
  top: -225px;
  left: 430px;
  width: 240px;
  height: 270px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: 101;
}
@media (max-width: 3839px) {
  .collection__content_list_item_article::after {
    top: -145px;
    left: 214px;
    width: 170px;
    height: 170px;
  }
}
@media (max-width: 2047px) {
  .collection__content_list_item_article::after {
    top: -77px;
    left: 135px;
    width: 78px;
    height: 92px;
  }
}
@media (max-width: 1434px) {
  .collection__content_list_item_article::after {
    top: -67px;
    left: 131px;
    width: 66px;
    height: 77px;
  }
}
.collection__content_list_item_article_title {
  padding-top: 45px;
  padding-bottom: 45px;
  margin: 0;
  font-family: "DrukWide";
  font-size: 54px;
  line-height: 66px;
  color: var(--white);
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
}
@media (max-width: 3839px) {
  .collection__content_list_item_article_title {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 36px;
    line-height: 52px;
  }
}
@media (max-width: 2047px) {
  .collection__content_list_item_article_title {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
    line-height: 22px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
  }
}
.collection__content_list_item_article_price {
  position: relative;
  margin: 0;
  margin-top: 50px;
  font-family: "DrukWide";
  font-style: italic;
  font-size: 90px;
  line-height: 108px;
  color: var(--white);
}
@media (max-width: 3839px) {
  .collection__content_list_item_article_price {
    font-size: 44px;
    line-height: 52px;
  }
}
@media (max-width: 2047px) {
  .collection__content_list_item_article_price {
    margin-top: 17px;
    font-size: 30px;
    line-height: 36px;
  }
}
.collection__content_list_item_article_price::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -85px;
  width: 70px;
  height: 110px;
  background-image: url("/content/collection/ethereum.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
@media (max-width: 3839px) {
  .collection__content_list_item_article_price::after {
    top: -10px;
    bottom: 0;
    left: -60px;
    width: 50px;
    height: 65px;
  }
}
@media (max-width: 2047px) {
  .collection__content_list_item_article_price::after {
    top: -2px;
    left: -28px;
    width: 23px;
    height: 37px;
  }
}
@media (max-width: 1434px) {
  .collection__content_list_item_article_price::after {
    top: 4px;
    left: -21px;
    width: 20px;
    height: 28px;
  }
}
.collection__content_list_item_article_price_text {
  font-size: 36px;
  line-height: 48px;
  color: var(--oslo-gray);
}
@media (max-width: 3839px) {
  .collection__content_list_item_article_price_text {
    font-size: 24px;
    line-height: 32px;
  }
}
@media (max-width: 2047px) {
  .collection__content_list_item_article_price_text {
    font-size: 12px;
    line-height: 16px;
  }
}
.collection__content_list_item_article_image {
  width: 810px;
  height: 810px;
}
@media (max-width: 3839px) {
  .collection__content_list_item_article_image {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 2047px) {
  .collection__content_list_item_article_image {
    width: 270px;
    height: 270px;
  }
}
@media (max-width: 1434px) {
  .collection__content_list_item_article_image {
    width: 240px;
    height: 240px;
  }
}
.collection__content_list_item_article_amount_text {
  margin: 0;
  margin-bottom: 20px;
  font-size: 36px;
  line-height: 48px;
  color: var(--oslo-gray);
  transition: transform 0.3s ease-in-out;
}
@media (max-width: 3839px) {
  .collection__content_list_item_article_amount_text {
    margin-bottom: 10px;
    font-size: 28px;
    line-height: 39px;
  }
}
@media (max-width: 2047px) {
  .collection__content_list_item_article_amount_text {
    font-size: 12px;
    line-height: 16px;
  }
}
@media (max-width: 1434px) {
  .collection__content_list_item_article_amount_text {
    margin-bottom: 4px;
  }
}
.collection__content_list_item_article_amount_number {
  margin-bottom: 40px;
  font-weight: 700;
  font-size: 40px;
  line-height: 36px;
  color: var(--white);
  transition: transform 0.3s ease-in-out;
  font-family: "Eastman-Bold";
}
@media (max-width: 3839px) {
  .collection__content_list_item_article_amount_number {
    margin-bottom: 15px;
    font-size: 25px;
    line-height: 31px;
  }
}
@media (max-width: 2047px) {
  .collection__content_list_item_article_amount_number {
    margin-bottom: 18px;
    font-size: 12px;
    line-height: 18px;
  }
}
@media (max-width: 1434px) {
  .collection__content_list_item_article_amount_number {
    margin-bottom: 8px;
  }
}
.collection__content_list_item_article_buy {
  position: relative;
  margin: 0;
  font-size: 54px;
  line-height: 72px;
  color: var(--white);
  transition: transform 0.3s ease-in-out, font-weight 0.3s ease-in-out;
}
@media (max-width: 3839px) {
  .collection__content_list_item_article_buy {
    font-size: 40px;
    line-height: 52px;
  }
}
@media (max-width: 2047px) {
  .collection__content_list_item_article_buy {
    font-size: 18px;
    line-height: 24px;
  }
}
.collection__content_list_item .article_origin::before {
  background-image: url("/content/collection/diamond_origin-4k.png");
}
@media (max-width: 1434px) {
  .collection__content_list_item .article_origin::before {
    background-image: url("/content/collection/diamond_origin.png");
  }
}
.collection__content_list_item .article_origin::after {
  background-image: url("/content/collection/nft_origin-4k.png");
}
@media (max-width: 1434px) {
  .collection__content_list_item .article_origin::after {
    background-image: url("/content/collection/nft_origin.png");
  }
}
.collection__content_list_item .article_origin h4 {
  padding-right: 213px;
  padding-left: 213px;
  background-color: #eb1b20;
}
@media (max-width: 3839px) {
  .collection__content_list_item .article_origin h4 {
    padding-right: 90px;
    padding-left: 90px;
  }
}
@media (max-width: 2047px) {
  .collection__content_list_item .article_origin h4 {
    padding-right: 75px;
    padding-left: 75px;
  }
}
@media (max-width: 1434px) {
  .collection__content_list_item .article_origin h4 {
    padding-right: 60px;
    padding-left: 60px;
  }
}
.collection__content_list_item .article_legendary::before {
  background-image: url("/content/collection/diamond_legendary-4k.png");
}
@media (max-width: 1434px) {
  .collection__content_list_item .article_legendary::before {
    background-image: url("/content/collection/diamond_legendary.png");
  }
}
.collection__content_list_item .article_legendary::after {
  background-image: url("/content/collection/nft_legendary-4k.png");
}
@media (max-width: 1434px) {
  .collection__content_list_item .article_legendary::after {
    background-image: url("/content/collection/diamond_legendary.png");
  }
}
.collection__content_list_item .article_legendary h4 {
  padding-right: 122px;
  padding-left: 122px;
  background-color: #ff7f26;
}
@media (max-width: 3839px) {
  .collection__content_list_item .article_legendary h4 {
    padding-right: 35px;
    padding-left: 35px;
  }
}
@media (max-width: 2047px) {
  .collection__content_list_item .article_legendary h4 {
    padding-right: 45px;
    padding-left: 45px;
  }
}
@media (max-width: 1434px) {
  .collection__content_list_item .article_legendary h4 {
    padding-right: 30px;
    padding-left: 30px;
  }
}
.collection__content_list_item .article_heroic::before {
  background-image: url("/content/collection/diamond_heroic-4k.png");
}
@media (max-width: 1434px) {
  .collection__content_list_item .article_heroic::before {
    background-image: url("/content/collection/diamond_heroic.png");
  }
}
.collection__content_list_item .article_heroic::after {
  background-image: url("/content/collection/nft_heroic-4k.png");
}
@media (max-width: 1434px) {
  .collection__content_list_item .article_heroic::after {
    background-image: url("/content/collection/nft_heroic.png");
  }
}
.collection__content_list_item .article_heroic h4 {
  padding-right: 200px;
  padding-left: 200px;
  background-color: #a349a3;
}
@media (max-width: 3839px) {
  .collection__content_list_item .article_heroic h4 {
    padding-right: 90px;
    padding-left: 90px;
  }
}
@media (max-width: 2047px) {
  .collection__content_list_item .article_heroic h4 {
    padding-right: 70px;
    padding-left: 70px;
  }
}
@media (max-width: 1434px) {
  .collection__content_list_item .article_heroic h4 {
    padding-right: 55px;
    padding-left: 55px;
  }
}
.collection__content_list_item .article_rare::before {
  background-image: url("/content/collection/diamond_rare-4k.png");
}
@media (max-width: 1434px) {
  .collection__content_list_item .article_rare::before {
    background-image: url("/content/collection/diamond_rare.png");
  }
}
.collection__content_list_item .article_rare::after {
  background-image: url("/content/collection/nft_rare-4k.png");
}
@media (max-width: 1434px) {
  .collection__content_list_item .article_rare::after {
    background-image: url("/content/collection/nft_rare.png");
  }
}
.collection__content_list_item .article_rare h4 {
  padding-right: 240px;
  padding-left: 240px;
  background-color: #4046cd;
}
@media (max-width: 3839px) {
  .collection__content_list_item .article_rare h4 {
    padding-right: 100px;
    padding-left: 100px;
  }
}
@media (max-width: 2047px) {
  .collection__content_list_item .article_rare h4 {
    padding-right: 85px;
    padding-left: 85px;
  }
}
@media (max-width: 1434px) {
  .collection__content_list_item .article_rare h4 {
    padding-right: 70px;
    padding-left: 70px;
  }
}
.collection__content .item_origin {
  border-color: #eb1b20;
}
.collection__content .item_legendary {
  border-color: #ff7f26;
}
.collection__content .item_heroic {
  border-color: #a349a3;
}
.collection__content .item_rare {
  border-color: #4046cd;
}

.how-become-member {
  position: relative;
  background-image: url("/content/how-become-member/how-become-member_background.jpg");
  background-size: cover;
  background-position: center;
  height: 1550px;
}
@media (max-width: 3839px) {
  .how-become-member {
    height: 1080px;
  }
}
@media (max-width: 2047px) {
  .how-become-member {
    height: 640px;
  }
}
@media (max-width: 1434px) {
  .how-become-member {
    height: 450px;
    background-image: url("/content/how-become-member/how-become-member_background_tablet.jpg");
  }
}
@media (max-width: 1023px) {
  .how-become-member {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .how-become-member {
    height: 375px;
  }
}
@media (max-width: 575px) {
  .how-become-member {
    background-image: url("/content/how-become-member/how-become-member_background_mobile.jpg");
  }
}
.how-become-member::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(17, 0, 38, 0.71) 0%, rgba(0, 0, 0, 0.55) 37.5%, rgba(0, 0, 0, 0.38) 65.63%, rgba(0, 0, 0, 0.01) 100%);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  z-index: 0;
}
.how-become-member__container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .how-become-member__container {
    flex-direction: column-reverse;
  }
}
.how-become-member__left {
  width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 1;
}
@media (max-width: 1434px) {
  .how-become-member__left {
    width: 65%;
  }
}
@media (max-width: 767px) {
  .how-become-member__left {
    width: 100%;
    height: 50%;
  }
}
.how-become-member__left_title {
  font-family: "DrukWide";
  font-size: 78px;
  line-height: 96px;
  color: var(--white);
}
.how-become-member__left_title_accent {
  color: var(--caribbean-green);
}
@media (max-width: 3839px) {
  .how-become-member__left_title {
    font-size: 54px;
    line-height: 66px;
  }
}
@media (max-width: 2047px) {
  .how-become-member__left_title {
    font-size: 26px;
    line-height: 32px;
  }
}
@media (max-width: 1023px) {
  .how-become-member__left_title {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .how-become-member__left_title {
    font-size: 16px;
    line-height: 19px;
  }
}
@media (max-width: 575px) {
  .how-become-member__left_title {
    margin: 0;
  }
}
.how-become-member__left_text {
  font-size: 72px;
  line-height: 96px;
  color: var(--white);
}
@media (max-width: 3839px) {
  .how-become-member__left_text {
    font-size: 38px;
    line-height: 55px;
  }
}
@media (max-width: 2047px) {
  .how-become-member__left_text {
    font-size: 24px;
    line-height: 32px;
  }
}
@media (max-width: 1023px) {
  .how-become-member__left_text {
    font-size: 19px;
    line-height: 25px;
  }
}
@media (max-width: 767px) {
  .how-become-member__left_text {
    font-size: 16px;
    line-height: 21px;
  }
}
.how-become-member__right {
  position: relative;
  width: 40%;
  height: 100%;
  filter: drop-shadow(0px 0px 100px rgba(255, 252, 170, 0.5));
  z-index: 1;
}
@media (max-width: 1434px) {
  .how-become-member__right {
    width: 35%;
  }
}
@media (max-width: 767px) {
  .how-become-member__right {
    width: 100%;
    height: 50%;
  }
}
.how-become-member__right_monkey {
  position: absolute;
  top: 2%;
  right: 40%;
  height: 1500px;
  width: 900px;
  background-image: url("/content/how-become-member/monkey-4k.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: 0 0;
}
@media (max-width: 3839px) {
  .how-become-member__right_monkey {
    top: 18%;
    right: 30%;
    height: 800px;
    width: 500px;
  }
}
@media (max-width: 2047px) {
  .how-become-member__right_monkey {
    top: 6%;
    right: 41%;
    width: 328px;
    height: 578px;
  }
}
@media (max-width: 1434px) {
  .how-become-member__right_monkey {
    top: 6%;
    right: 30%;
    width: 230px;
    height: 400px;
    background-image: url("/content/how-become-member/monkey.png");
  }
}
@media (max-width: 1023px) {
  .how-become-member__right_monkey {
    top: 15%;
    right: 18%;
    width: 180px;
    height: 325px;
  }
}
@media (max-width: 767px) {
  .how-become-member__right_monkey {
    top: 14%;
    right: 7%;
    width: 130px;
    height: 240px;
  }
}
@media (max-width: 575px) {
  .how-become-member__right_monkey {
    top: 8%;
    right: 38%;
    width: 100px;
    height: 175px;
  }
}
.how-become-member__right_money {
  position: absolute;
  width: 1500px;
  height: 1400px;
  top: 0%;
  right: 4%;
  background-image: url("/content/how-become-member/money-4k.png");
  background-size: 100% 100%;
  -webkit-animation: for_how_money 4s normal linear infinite;
          animation: for_how_money 4s normal linear infinite;
  z-index: 1;
}
@media (max-width: 3839px) {
  .how-become-member__right_money {
    top: 11%;
    right: 1%;
    width: 900px;
    height: 900px;
  }
}
@media (max-width: 2047px) {
  .how-become-member__right_money {
    right: 3%;
    width: 660px;
    height: 680px;
  }
}
@media (max-width: 1434px) {
  .how-become-member__right_money {
    top: -3%;
    right: -6%;
    width: 500px;
    height: 500px;
    background-image: url("/content/how-become-member/money.png");
  }
}
@media (max-width: 1023px) {
  .how-become-member__right_money {
    top: 9%;
    right: -5%;
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 767px) {
  .how-become-member__right_money {
    top: 0%;
    right: 0%;
    width: 250px;
    height: 250px;
  }
}
@media (max-width: 575px) {
  .how-become-member__right_money {
    right: 15%;
    width: 200px;
    height: 200px;
  }
}
@-webkit-keyframes for_how_money {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(2%, -2%);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes for_how_money {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(2%, -2%);
  }
  100% {
    transform: translate(0, 0);
  }
}

.find-ape {
  position: relative;
  background-image: url("/content/find-ape/find-ape_background.jpg");
  background-size: cover;
  height: 1550px;
}
@media (max-width: 3839px) {
  .find-ape {
    height: 1000px;
  }
}
@media (max-width: 2047px) {
  .find-ape {
    height: 640px;
  }
}
@media (max-width: 1434px) {
  .find-ape {
    height: 450px;
    background-image: url("/content/find-ape/find-ape_background_tablet.jpg");
  }
}
@media (max-width: 1023px) {
  .find-ape {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .find-ape {
    height: 375px;
  }
}
@media (max-width: 575px) {
  .find-ape {
    background-image: url("/content/find-ape/find-ape_background_mobile.jpg");
  }
}
.find-ape::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(1, 76, 92, 0.71) 0%, rgba(0, 0, 0, 0.55) 37.5%, rgba(0, 0, 0, 0.38) 65.63%, rgba(0, 0, 0, 0.01) 100%);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  z-index: 0;
}
.find-ape__container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .find-ape__container {
    flex-direction: column;
  }
}
.find-ape__right {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 1;
}
@media (max-width: 2047px) {
  .find-ape__right {
    width: 52%;
  }
}
@media (max-width: 767px) {
  .find-ape__right {
    width: 100%;
    height: 50%;
  }
}
.find-ape__right_title {
  font-family: "DrukWide";
  font-size: 78px;
  line-height: 96px;
  color: var(--white);
}
.find-ape__right_title_accent {
  text-transform: uppercase;
  color: var(--caribbean-green);
}
@media (max-width: 3839px) {
  .find-ape__right_title {
    font-size: 54px;
    line-height: 66px;
  }
}
@media (max-width: 2047px) {
  .find-ape__right_title {
    font-size: 26px;
    line-height: 32px;
  }
}
@media (max-width: 1023px) {
  .find-ape__right_title {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .find-ape__right_title {
    font-size: 16px;
    line-height: 19px;
  }
}
@media (max-width: 575px) {
  .find-ape__right_title {
    margin: 0;
  }
}
.find-ape__right_text {
  font-size: 72px;
  line-height: 96px;
  color: var(--white);
}
@media (max-width: 3839px) {
  .find-ape__right_text {
    margin-top: 0;
    font-size: 38px;
    line-height: 55px;
  }
}
@media (max-width: 2047px) {
  .find-ape__right_text {
    font-size: 24px;
    line-height: 32px;
  }
}
@media (max-width: 1023px) {
  .find-ape__right_text {
    font-size: 19px;
    line-height: 25px;
  }
}
@media (max-width: 767px) {
  .find-ape__right_text {
    font-size: 16px;
    line-height: 21px;
  }
}
@media (max-width: 575px) {
  .find-ape__right_text {
    margin-top: 16px;
  }
}
.find-ape__left {
  position: relative;
  width: 33%;
  height: 100%;
  filter: drop-shadow(0px 0px 100px rgba(255, 252, 170, 0.5));
  z-index: 1;
}
@media (max-width: 3839px) {
  .find-ape__left {
    width: 40%;
    height: 82%;
  }
}
@media (max-width: 2047px) {
  .find-ape__left {
    width: 33%;
    height: 76%;
  }
}
@media (max-width: 767px) {
  .find-ape__left {
    width: 50%;
    height: 45%;
  }
}
@media (max-width: 575px) {
  .find-ape__left {
    width: 33%;
    height: 42%;
  }
}
.find-ape__left_card_first {
  width: 1100px;
  height: 1400px;
  background-image: url("/content/find-ape/monkey_card_first-4k.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: 0% 0%;
}
@media (max-width: 3839px) {
  .find-ape__left_card_first {
    width: 650px;
    height: 800px;
    top: 0%;
    left: 16%;
  }
}
@media (max-width: 2047px) {
  .find-ape__left_card_first {
    top: 0%;
    right: 0%;
    left: 0%;
    width: 365px;
    height: 495px;
  }
}
@media (max-width: 1434px) {
  .find-ape__left_card_first {
    top: 0%;
    right: 0%;
    left: 0%;
    width: 250px;
    height: 320px;
    background-image: url("/content/find-ape/monkey_card_first.png");
  }
}
@media (max-width: 1023px) {
  .find-ape__left_card_first {
    width: 190px;
    height: 275px;
  }
}
@media (max-width: 767px) {
  .find-ape__left_card_first {
    width: 155px;
    height: 200px;
  }
}
@media (max-width: 575px) {
  .find-ape__left_card_first {
    width: 125px;
    height: 170px;
  }
}
.find-ape__left_card_second {
  position: absolute;
  width: 900px;
  height: 1200px;
  top: 8%;
  right: 75%;
  background-image: url("/content/find-ape/monkey_card_second-4k.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-animation: for_find_second_card 4s normal linear infinite;
          animation: for_find_second_card 4s normal linear infinite;
  z-index: 1;
}
@media (max-width: 3839px) {
  .find-ape__left_card_second {
    width: 500px;
    height: 650px;
    top: 16%;
    right: 75%;
  }
}
@media (max-width: 2047px) {
  .find-ape__left_card_second {
    top: 16%;
    right: 72%;
    width: 350px;
    height: 435px;
  }
}
@media (max-width: 1434px) {
  .find-ape__left_card_second {
    top: 21%;
    right: 77%;
    width: 200px;
    height: 250px;
    background-image: url("/content/find-ape/monkey_card_second.png");
  }
}
@media (max-width: 1023px) {
  .find-ape__left_card_second {
    right: 75%;
    width: 170px;
    height: 210px;
  }
}
@media (max-width: 767px) {
  .find-ape__left_card_second {
    top: 11%;
    right: 59%;
    width: 110px;
    height: 130px;
  }
}
@media (max-width: 575px) {
  .find-ape__left_card_second {
    right: 50%;
  }
}
@-webkit-keyframes for_find_second_card {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-5%, -5%);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes for_find_second_card {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-5%, -5%);
  }
  100% {
    transform: translate(0, 0);
  }
}
.find-ape__left_mouse {
  position: absolute;
  width: 500px;
  height: 500px;
  top: 63%;
  right: 35%;
  background-image: url("/content/find-ape/mouse_click-4k.png");
  background-size: 100% 100%;
  -webkit-animation: for_find_mouse 2s normal linear infinite;
          animation: for_find_mouse 2s normal linear infinite;
}
@media (max-width: 3839px) {
  .find-ape__left_mouse {
    top: 68%;
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 2047px) {
  .find-ape__left_mouse {
    top: 74%;
    right: 38%;
    width: 121px;
    height: 121px;
  }
}
@media (max-width: 1434px) {
  .find-ape__left_mouse {
    top: 70%;
    right: 45%;
    width: 83px;
    height: 83px;
    background-image: url("/content/find-ape/mouse_click.png");
  }
}
@media (max-width: 1023px) {
  .find-ape__left_mouse {
    top: 67%;
    right: 40%;
    width: 75px;
    height: 75px;
  }
}
@media (max-width: 767px) {
  .find-ape__left_mouse {
    top: 88%;
    right: 54%;
    width: 53px;
    height: 53px;
  }
}
@media (max-width: 575px) {
  .find-ape__left_mouse {
    top: 77%;
    right: 14%;
  }
}
@-webkit-keyframes for_find_mouse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.25);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes for_find_mouse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.25);
  }
  100% {
    transform: scale(1);
  }
}

.follow {
  height: 2700px;
  background: url("/content/follow/follow_background.jpg");
  background-position: center;
  background-size: cover;
}
@media (max-width: 3839px) {
  .follow {
    height: 1800px;
  }
}
@media (max-width: 2047px) {
  .follow {
    height: 1024px;
  }
}
@media (max-width: 1434px) {
  .follow {
    height: 720px;
  }
}
@media (max-width: 1023px) {
  .follow {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .follow {
    height: 550px;
  }
}
.follow__container {
  padding-top: 250px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
@media (max-width: 3839px) {
  .follow__container {
    padding-top: 170px;
  }
}
@media (max-width: 2047px) {
  .follow__container {
    padding-top: 80px;
  }
}
@media (max-width: 1434px) {
  .follow__container {
    padding-top: 40px;
  }
}
.follow__title {
  margin: 0;
  margin-bottom: 450px;
  font-family: "DrukWide";
  font-size: 78px;
  line-height: 96px;
  color: var(--white);
}
@media (max-width: 3839px) {
  .follow__title {
    margin-bottom: 250px;
    font-size: 54px;
    line-height: 66px;
  }
}
@media (max-width: 2047px) {
  .follow__title {
    margin-bottom: 140px;
    font-size: 26px;
    line-height: 32px;
  }
}
@media (max-width: 1434px) {
  .follow__title {
    margin-bottom: 47px;
  }
}
@media (max-width: 1023px) {
  .follow__title {
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .follow__title {
    font-size: 16px;
    line-height: 19px;
  }
}
.follow__content {
  position: relative;
  padding: 120px 210px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: rgba(0, 0, 0, 0.7);
  box-shadow: 0px 0px 30px rgba(0, 196, 170, 0.5);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-radius: 50px;
}
@media (max-width: 3839px) {
  .follow__content {
    padding: 70px 120px;
  }
}
@media (max-width: 2047px) {
  .follow__content {
    padding: 43px 77px;
  }
}
@media (max-width: 1023px) {
  .follow__content {
    padding: 25px 35px;
  }
}
@media (max-width: 767px) {
  .follow__content {
    padding: 32px 30px;
  }
}
@media (max-width: 575px) {
  .follow__content {
    -webkit-backdrop-filter: blur(3px);
            backdrop-filter: blur(3px);
    border-radius: 10px;
  }
}
.follow__content::after {
  content: "";
  position: absolute;
  top: -175px;
  left: -400px;
  width: 800px;
  height: 800px;
  background-image: url("/content/follow/monkey-4k.png");
  background-size: 100% 100%;
  pointer-events: none;
}
@media (max-width: 3839px) {
  .follow__content::after {
    top: -150px;
    left: -400px;
  }
}
@media (max-width: 2047px) {
  .follow__content::after {
    top: -80px;
    left: -190px;
    width: 390px;
    height: 400px;
  }
}
@media (max-width: 1434px) {
  .follow__content::after {
    top: 0;
    left: -170px;
    background-image: url("/content/follow/monkey.png");
  }
}
@media (max-width: 1023px) {
  .follow__content::after {
    top: -35px;
    left: -125px;
    width: 250px;
    height: 250px;
  }
}
@media (max-width: 767px) {
  .follow__content::after {
    display: none;
  }
}
.follow__content_img {
  width: 390px;
  height: 300px;
  margin-bottom: 90px;
}
@media (max-width: 3839px) {
  .follow__content_img {
    width: 290px;
    height: 200px;
    margin-bottom: 60px;
  }
}
@media (max-width: 2047px) {
  .follow__content_img {
    width: 136px;
    height: 98px;
    margin-bottom: 30px;
  }
}
@media (max-width: 1023px) {
  .follow__content_img {
    width: 110px;
    height: 80px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .follow__content_img {
    width: 136px;
    height: 98px;
    margin-bottom: 23px;
  }
}
.follow__content_title {
  margin: 0;
  margin-bottom: 90px;
  font-family: "DrukWide";
  font-size: 78px;
  line-height: 96px;
  color: var(--white);
}
@media (max-width: 3839px) {
  .follow__content_title {
    margin-bottom: 60px;
    font-size: 52px;
    line-height: 64px;
  }
}
@media (max-width: 2047px) {
  .follow__content_title {
    margin-bottom: 30px;
    font-size: 26px;
    line-height: 32px;
  }
}
@media (max-width: 1023px) {
  .follow__content_title {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .follow__content_title {
    font-size: 16px;
    line-height: 19px;
  }
}
.follow__content_text {
  width: 80%;
  margin: 0;
  margin-bottom: 90px;
  font-size: 72px;
  line-height: 96px;
  color: var(--white);
  text-align: center;
}
@media (max-width: 3839px) {
  .follow__content_text {
    margin-bottom: 60px;
    font-size: 50px;
    line-height: 60px;
  }
}
@media (max-width: 2047px) {
  .follow__content_text {
    margin-bottom: 30px;
    font-size: 24px;
    line-height: 32px;
  }
}
@media (max-width: 1023px) {
  .follow__content_text {
    margin-bottom: 20px;
    font-size: 19px;
    line-height: 23px;
  }
}
@media (max-width: 767px) {
  .follow__content_text {
    font-size: 16px;
    line-height: 21px;
  }
}
.follow__content_btn {
  margin-bottom: 120px;
  position: relative;
  padding: 35px;
  border-radius: 20px;
  background-color: var(--amaranth);
  font-family: "DrukWide";
  font-size: 48px;
  line-height: 68px;
  text-transform: uppercase;
  text-align: center;
  color: var(--white);
  cursor: pointer;
  overflow: hidden;
  transition: background-color 0.3s ease-in-out;
}
@media (max-width: 3839px) {
  .follow__content_btn {
    margin-bottom: 85px;
    font-size: 30px;
    line-height: 35px;
  }
}
@media (max-width: 2047px) {
  .follow__content_btn {
    margin-bottom: 40px;
    padding: 13px;
    border-radius: 5px;
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 1023px) {
  .follow__content_btn {
    margin-bottom: 30px;
    padding: 10px;
    font-size: 16px;
    line-height: 18px;
  }
}
@media (max-width: 575px) {
  .follow__content_btn {
    font-size: 14px;
    line-height: 17px;
  }
}
.follow__content_btn:hover {
  background-color: var(--just-black);
}
.follow__content_btn::before, .follow__content_btn::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: var(--just-black);
  top: 0;
  left: -100%;
  opacity: 0.5;
  transition: 0.3s;
  z-index: -1;
}
.follow__content_btn::after {
  opacity: 1;
  transition-delay: 0.2s;
}
.follow__content_btn:hover {
  color: var(--white);
}
.follow__content_btn:hover::before, .follow__content_btn:hover::after {
  left: 0;
}
.follow__content_btn .pulse {
  position: absolute;
  background-color: var(--white);
  border-radius: 50%;
  -webkit-animation: pulse 0.7s ease-out;
          animation: pulse 0.7s ease-out;
  transform: scale(0);
}
.follow__content_social {
  display: flex;
}
.follow__content_social_item {
  width: 90px;
  height: 90px;
}
@media (max-width: 3839px) {
  .follow__content_social_item {
    width: 65px;
    height: 65px;
  }
}
@media (max-width: 2047px) {
  .follow__content_social_item {
    width: 30px;
    height: 30px;
  }
}
.follow__content_social_item:not(:last-child) {
  margin-right: 120px;
}
@media (max-width: 2047px) {
  .follow__content_social_item:not(:last-child) {
    margin-right: 38px;
  }
}
.follow__content_social_item_link {
  display: inline-block;
  width: 90px;
  height: 90px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  transition: transform 0.3s ease-in-out;
}
@media (max-width: 3839px) {
  .follow__content_social_item_link {
    width: 65px;
    height: 65px;
  }
}
@media (max-width: 2047px) {
  .follow__content_social_item_link {
    width: 30px;
    height: 30px;
  }
}
.follow__content_social_item_link--twitter {
  background-image: url("/content/follow/twitter.svg");
}
.follow__content_social_item_link--tiktok {
  background-image: url("/content/follow/tiktok.svg");
}
.follow__content_social_item_link--instagram {
  background-image: url("/content/follow/instagram.svg");
}
.follow__content_social_item_link--telegram {
  background-image: url("/content/follow/telegram.svg");
}
.follow__content_social_item_link:hover {
  transform: scale(1.5);
}

.footer {
  background: linear-gradient(89.64deg, #090125 0.56%, #050112 100%), #131315;
  min-height: 510px;
  z-index: 1000;
}
@media (max-width: 3839px) {
  .footer {
    min-height: 380px;
  }
}
@media (max-width: 2047px) {
  .footer {
    min-height: 170px;
  }
}
@media (max-width: 1023px) {
  .footer {
    min-height: 155px;
  }
}
@media (max-width: 767px) {
  .footer {
    min-height: 290px;
  }
}
.footer__container {
  padding-top: 90px;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 3839px) {
  .footer__container {
    padding-top: 60px;
  }
}
@media (max-width: 2047px) {
  .footer__container {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (max-width: 1434px) {
  .footer__container {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .footer__container {
    position: relative;
  }
}
@media (max-width: 3839px) {
  .footer__left {
    margin-top: 25px;
  }
}
.footer__left_text {
  margin: 0;
  font-size: 38px;
  line-height: 54px;
  color: var(--dove-gray);
}
@media (max-width: 3839px) {
  .footer__left_text {
    font-size: 28px;
    line-height: 36px;
  }
}
@media (max-width: 2047px) {
  .footer__left_text {
    font-size: 14px;
    line-height: 18px;
  }
}
@media (max-width: 1023px) {
  .footer__left_text {
    font-size: 12px;
    line-height: 16px;
  }
}
.footer__left_text:not(:last-child) {
  margin-bottom: 50px;
}
@media (max-width: 2047px) {
  .footer__left_text:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .footer__left_text:not(:last-child) {
    margin-bottom: 15px;
  }
}
.footer__left_text_link {
  margin-left: 30px;
  display: inline-block;
  position: relative;
  color: var(--caribbean-green);
  transition: transform 0.3s ease-in-out;
}
@media (max-width: 2047px) {
  .footer__left_text_link {
    margin-left: 15px;
  }
}
@media (max-width: 1023px) {
  .footer__left_text_link {
    margin-left: 10px;
  }
}
@media (max-width: 767px) {
  .footer__left_text_link {
    margin-left: 5px;
  }
}
.footer__left_text_link:focus, .footer__left_text_link:hover {
  transform: scale(1.2);
}
@media (max-width: 767px) {
  .footer__left_text_link:focus, .footer__left_text_link:hover {
    transform: scale(1.1);
  }
}
.footer__left_text_link::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  right: 0;
  left: 0;
  bottom: -4px;
  background-color: var(--caribbean-green);
  opacity: 0;
  transition: opacity 0.3s linear;
}
.footer__left_text_link:focus.footer__left_text_link::after, .footer__left_text_link:hover.footer__left_text_link::after {
  opacity: 1;
}
.footer__center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.footer__center_icon {
  width: 300px;
  height: 300px;
  background-image: url("/content/footer/tycoon_logo-4k.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
@media (max-width: 3839px) {
  .footer__center_icon {
    width: 200px;
    height: 200px;
  }
}
@media (max-width: 2047px) {
  .footer__center_icon {
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 1434px) {
  .footer__center_icon {
    background-image: url("/content/footer/tycoon_logo.png");
  }
}
@media (max-width: 767px) {
  .footer__center_icon {
    position: absolute;
    bottom: -80%;
    right: 40%;
  }
}
@media (max-width: 575px) {
  .footer__center_icon {
    right: 35%;
  }
}
.footer__center_copyright {
  font-size: 30px;
  line-height: 39px;
  color: var(--dove-gray);
}
@media (max-width: 3839px) {
  .footer__center_copyright {
    font-size: 23px;
    line-height: 31px;
  }
}
@media (max-width: 2047px) {
  .footer__center_copyright {
    font-size: 10px;
    line-height: 13px;
  }
}
@media (max-width: 767px) {
  .footer__center_copyright {
    position: absolute;
    bottom: -130%;
    right: 32%;
  }
}
@media (max-width: 575px) {
  .footer__center_copyright {
    right: 22%;
  }
}
.footer__right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
}
.footer__right_text:nth-child(2) {
  margin-bottom: 90px;
}
@media (max-width: 3839px) {
  .footer__right_text:nth-child(2) {
    margin-bottom: 50px;
  }
}
@media (max-width: 2047px) {
  .footer__right_text:nth-child(2) {
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .footer__right_text:nth-child(2) {
    position: absolute;
    bottom: -119%;
    right: 35%;
  }
}
@media (max-width: 575px) {
  .footer__right_text:nth-child(2) {
    right: 25%;
  }
}
.footer__right_text_link {
  position: relative;
  display: inline-block;
  font-size: 42px;
  line-height: 54px;
  color: var(--dove-gray);
  transition: transform 0.3s ease-in-out, color 0.3s ease-in-out;
}
@media (max-width: 3839px) {
  .footer__right_text_link {
    font-size: 29px;
    line-height: 41px;
  }
}
@media (max-width: 2047px) {
  .footer__right_text_link {
    font-size: 14px;
    line-height: 13px;
  }
}
@media (max-width: 1023px) {
  .footer__right_text_link {
    font-size: 10px;
    line-height: 12px;
  }
}
.footer__right_text_link:nth-child(odd) {
  margin-right: 60px;
}
@media (max-width: 1023px) {
  .footer__right_text_link:nth-child(odd) {
    margin-right: 30px;
  }
}
.footer__right_text_link:focus, .footer__right_text_link:hover {
  color: var(--white);
  transform: scale(1.25);
}
@media (max-width: 767px) {
  .footer__right_text_link:focus, .footer__right_text_link:hover {
    transform: scale(1.15);
  }
}
.footer__right_text_link::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  right: 0;
  left: 0;
  bottom: -4px;
  background-color: var(--dove-gray);
  opacity: 0;
  transition: opacity 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
.footer__right_text_link:focus.footer__right_text_link::after, .footer__right_text_link:hover.footer__right_text_link::after {
  background-color: var(--white);
  opacity: 1;
}

.club {
  position: relative;
  height: 1550px;
  background-image: url("/content/club/club_background.jpg");
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
@media (max-width: 3839px) {
  .club {
    height: 1000px;
  }
}
@media (max-width: 2047px) {
  .club {
    height: 640px;
  }
}
@media (max-width: 1434px) {
  .club {
    height: 450px;
  }
}
@media (max-width: 1023px) {
  .club {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .club {
    height: 450px;
    background-image: url("/content/club/club_background_small.jpg");
    background-size: 100% 100%;
  }
}
.club::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 0;
}
.club__container {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.club__left {
  width: 70%;
}
@media (max-width: 1434px) {
  .club__left {
    width: 58%;
  }
}
@media (max-width: 767px) {
  .club__left {
    width: 100%;
  }
}
.club__left_content {
  padding: 200px 150px;
  position: relative;
  border: 3px solid var(--caribbean-green);
  border-radius: 5px;
  box-shadow: 0px 0px 150px rgba(37, 1, 255, 0.25);
  z-index: 100;
}
@media (max-width: 3839px) {
  .club__left_content {
    padding: 100px 50px;
  }
}
@media (max-width: 2047px) {
  .club__left_content {
    border-width: 1px;
    padding: 77px 23px 84px 34px;
  }
}
@media (max-width: 1434px) {
  .club__left_content {
    padding: 14px 20px 12px 34px;
  }
}
@media (max-width: 767px) {
  .club__left_content {
    padding: 24px 20px 24px 34px;
  }
}
@media (max-width: 767px) {
  .club__left_content::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("/content/club/club_monkey_full.png");
    background-repeat: no-repeat;
    background-size: 100px 180px;
    background-position: 85% 50%;
  }
}
@media (max-width: 767px) and (max-width: 575px) {
  .club__left_content::after {
    background-size: 105px 185px;
    background-position: 99% 50%;
  }
}
@media (max-width: 575px) {
  .club__left_content {
    padding: 24px 20px 24px 12px;
  }
}
.club__left_content::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-radius: 5px;
  z-index: -1;
}
.club__left_content_title {
  margin: 0;
  margin-bottom: 100px;
  font-family: "DrukWide";
  font-weight: 400;
  font-size: 90px;
  line-height: 85px;
  color: var(--caribbean-green);
}
@media (max-width: 3839px) {
  .club__left_content_title {
    margin-bottom: 50px;
    font-size: 50px;
    line-height: 60px;
  }
}
@media (max-width: 2047px) {
  .club__left_content_title {
    margin-bottom: 37px;
    font-size: 36px;
    line-height: 44px;
  }
}
@media (max-width: 1434px) {
  .club__left_content_title {
    font-size: 30px;
    line-height: 36px;
  }
}
@media (max-width: 1023px) {
  .club__left_content_title {
    margin-bottom: 25px;
    font-size: 24px;
    line-height: 32px;
  }
}
@media (max-width: 767px) {
  .club__left_content_title {
    font-size: 18px;
    line-height: 22px;
  }
}
.club__left_content_text {
  margin: 0;
  font-size: 93px;
  line-height: 126px;
  color: var(--white);
}
@media (max-width: 3839px) {
  .club__left_content_text {
    width: 80%;
    font-size: 50px;
    line-height: 60px;
  }
}
@media (max-width: 2047px) {
  .club__left_content_text {
    width: 100%;
    font-size: 36px;
    line-height: 48px;
  }
}
@media (max-width: 1434px) {
  .club__left_content_text {
    width: 80%;
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 1023px) {
  .club__left_content_text {
    width: 100%;
    font-size: 24px;
    line-height: 32px;
  }
}
@media (max-width: 767px) {
  .club__left_content_text {
    width: 61%;
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 575px) {
  .club__left_content_text {
    width: 85%;
  }
}
.club__left_content_text-main {
  width: 80%;
}
.club__left-main {
  padding: 0px 10px;
}
.club__right {
  position: relative;
  height: 100%;
  width: 30%;
}
@media (max-width: 1434px) {
  .club__right {
    width: 42%;
  }
}
@media (max-width: 767px) {
  .club__right {
    display: none;
  }
}
.club__right_monkey {
  position: absolute;
  top: 20%;
  right: 6%;
  width: 1250px;
  height: 1250px;
  background-image: url("/content/club/club_monkey-4k.png");
  background-size: 100% 100%;
  z-index: 200;
}
@media (max-width: 3839px) {
  .club__right_monkey {
    top: 21%;
    right: 0%;
    width: 800px;
    height: 800px;
  }
}
@media (max-width: 2047px) {
  .club__right_monkey {
    top: 22%;
    right: -9%;
    width: 505px;
    height: 500px;
  }
}
@media (max-width: 1434px) {
  .club__right_monkey {
    top: 16%;
    right: 2%;
    width: 385px;
    height: 380px;
    background-image: url("/content/club/club_monkey.png");
  }
}
@media (max-width: 1023px) {
  .club__right_monkey {
    right: 0%;
    width: 335px;
    height: 340px;
  }
}

.brotherhood-benefits {
  position: relative;
  height: 1550px;
  background-image: url("/content/club/brotherhood_background.jpg");
  background-position: center;
  background-size: cover;
}
@media (max-width: 3839px) {
  .brotherhood-benefits {
    height: 1000px;
  }
}
@media (max-width: 2047px) {
  .brotherhood-benefits {
    height: 640px;
  }
}
@media (max-width: 1434px) {
  .brotherhood-benefits {
    height: 450px;
  }
}
@media (max-width: 1023px) {
  .brotherhood-benefits {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .brotherhood-benefits {
    height: 450px;
    background-image: url("/content/club/brotherhood_background_small.jpg");
    background-size: 100% 100%;
  }
}
.brotherhood-benefits::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 2, 52, 0.71) 0%, rgba(0, 0, 0, 0.55) 37.5%, rgba(0, 0, 0, 0.38) 65.63%, rgba(0, 0, 0, 0.01) 100%);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  z-index: 0;
}
@media (max-width: 767px) {
  .brotherhood-benefits::after {
    background: linear-gradient(-360deg, rgba(0, 2, 52, 0.71) 0%, rgba(0, 0, 0, 0.55) 37.5%, rgba(0, 0, 0, 0.38) 65.63%, rgba(0, 0, 0, 0.01) 100%);
  }
}
.brotherhood-benefits__container {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .brotherhood-benefits__container {
    flex-direction: column;
  }
}
.brotherhood-benefits__left {
  position: relative;
  width: 50%;
  height: 100%;
}
@media (max-width: 2047px) {
  .brotherhood-benefits__left {
    width: 42%;
  }
}
@media (max-width: 767px) {
  .brotherhood-benefits__left {
    width: 100%;
    height: 75%;
  }
}
.brotherhood-benefits__left_monkey {
  position: absolute;
  top: 0%;
  left: 12%;
  width: 1350px;
  height: 1600px;
  background-image: url("/content/club/brotherhood_monkey-4k.png");
  background-size: 100% 100%;
  z-index: 100;
}
@media (max-width: 3839px) {
  .brotherhood-benefits__left_monkey {
    top: 0%;
    left: 12%;
    width: 800px;
    height: 1000px;
  }
}
@media (max-width: 2047px) {
  .brotherhood-benefits__left_monkey {
    top: 0%;
    left: 0%;
    width: 500px;
    height: 625px;
  }
}
@media (max-width: 1434px) {
  .brotherhood-benefits__left_monkey {
    width: 325px;
    height: 400px;
    background-image: url("/content/club/brotherhood_monkey.png");
  }
}
@media (max-width: 1023px) {
  .brotherhood-benefits__left_monkey {
    width: 300px;
    height: 375px;
  }
}
@media (max-width: 767px) {
  .brotherhood-benefits__left_monkey {
    left: 24%;
    width: 265px;
    height: 325px;
  }
}
@media (max-width: 575px) {
  .brotherhood-benefits__left_monkey {
    left: 21%;
    width: 250px;
    height: 300px;
  }
}
.brotherhood-benefits__left_planet {
  position: absolute;
  top: 3%;
  left: 0%;
  width: 1025px;
  height: 1100px;
  background-image: url("/content/club/brotherhood_planet-4k.png");
  background-size: 100% 100%;
  z-index: 50;
  -webkit-animation: for_brotherhood_planet 4s normal linear infinite;
          animation: for_brotherhood_planet 4s normal linear infinite;
}
@media (max-width: 3839px) {
  .brotherhood-benefits__left_planet {
    top: 0%;
    left: -10%;
    width: 700px;
    height: 750px;
  }
}
@media (max-width: 2047px) {
  .brotherhood-benefits__left_planet {
    top: 0%;
    left: -15%;
    width: 400px;
    height: 435px;
  }
}
@media (max-width: 1434px) {
  .brotherhood-benefits__left_planet {
    left: -12%;
    width: 250px;
    height: 280px;
    background-image: url("/content/club/brotherhood_planet.png");
  }
}
@media (max-width: 1023px) {
  .brotherhood-benefits__left_planet {
    width: 225px;
    height: 255px;
  }
}
@media (max-width: 767px) {
  .brotherhood-benefits__left_planet {
    left: 13%;
    width: 205px;
    height: 225px;
  }
}
@media (max-width: 575px) {
  .brotherhood-benefits__left_planet {
    top: 4%;
    left: 6%;
    width: 200px;
    height: 210px;
  }
}
@-webkit-keyframes for_brotherhood_planet {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(5%, -5%);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes for_brotherhood_planet {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(5%, -5%);
  }
  100% {
    transform: translate(0, 0);
  }
}
.brotherhood-benefits__left_diamond {
  position: absolute;
  top: 58%;
  left: 11%;
  width: 325px;
  height: 325px;
  background-image: url("/content/club/brotherhood_diamond-4k.png");
  background-size: 100% 100%;
  z-index: 150;
  -webkit-animation: for_brotherhood_diamond 4s normal linear infinite;
          animation: for_brotherhood_diamond 4s normal linear infinite;
}
@media (max-width: 3839px) {
  .brotherhood-benefits__left_diamond {
    top: 58%;
    left: 13%;
    width: 175px;
    height: 175px;
  }
}
@media (max-width: 2047px) {
  .brotherhood-benefits__left_diamond {
    top: 58%;
    left: 8%;
    width: 130px;
    height: 130px;
  }
}
@media (max-width: 1434px) {
  .brotherhood-benefits__left_diamond {
    width: 90px;
    height: 90px;
    background-image: url("/content/club/brotherhood_diamond.png");
  }
}
@media (max-width: 1023px) {
  .brotherhood-benefits__left_diamond {
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 767px) {
  .brotherhood-benefits__left_diamond {
    left: 10%;
    width: 65px;
    height: 65px;
  }
}
@media (max-width: 575px) {
  .brotherhood-benefits__left_diamond {
    left: 12%;
    width: 55px;
    height: 55px;
  }
}
@-webkit-keyframes for_brotherhood_diamond {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-5%, 5%);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes for_brotherhood_diamond {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-5%, 5%);
  }
  100% {
    transform: translate(0, 0);
  }
}
.brotherhood-benefits__right {
  width: 50%;
  z-index: 100;
}
@media (max-width: 2047px) {
  .brotherhood-benefits__right {
    width: 58%;
  }
}
@media (max-width: 767px) {
  .brotherhood-benefits__right {
    width: 100%;
    height: 50%;
  }
}
.brotherhood-benefits__right_title {
  font-family: "DrukWide";
  font-weight: 400;
  font-size: 78px;
  line-height: 96px;
  color: var(--white);
}
@media (max-width: 3839px) {
  .brotherhood-benefits__right_title {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 2047px) {
  .brotherhood-benefits__right_title {
    font-size: 26px;
    line-height: 32px;
  }
}
@media (max-width: 1023px) {
  .brotherhood-benefits__right_title {
    font-size: 22px;
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .brotherhood-benefits__right_title {
    font-size: 16px;
    line-height: 19px;
  }
}
.brotherhood-benefits__right_title span {
  color: var(--caribbean-green);
}
.brotherhood-benefits__right_text {
  font-size: 72px;
  line-height: 96px;
  color: var(--white);
}
@media (max-width: 3839px) {
  .brotherhood-benefits__right_text {
    font-size: 40px;
    line-height: 52px;
  }
}
@media (max-width: 2047px) {
  .brotherhood-benefits__right_text {
    font-size: 24px;
    line-height: 32px;
  }
}
@media (max-width: 1023px) {
  .brotherhood-benefits__right_text {
    font-size: 22px;
    line-height: 28px;
  }
}
@media (max-width: 767px) {
  .brotherhood-benefits__right_text {
    width: 73%;
    font-size: 16px;
    line-height: 21px;
  }
}
@media (max-width: 575px) {
  .brotherhood-benefits__right_text {
    width: 100%;
  }
}

.legendary-entertainment {
  position: relative;
  height: 1550px;
  background-image: url("/content/club/entertainment_background.jpg");
  background-position: center;
  background-size: cover;
}
@media (max-width: 3839px) {
  .legendary-entertainment {
    height: 1000px;
  }
}
@media (max-width: 2047px) {
  .legendary-entertainment {
    height: 640px;
  }
}
@media (max-width: 1434px) {
  .legendary-entertainment {
    height: 450px;
  }
}
@media (max-width: 1023px) {
  .legendary-entertainment {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .legendary-entertainment {
    height: 450px;
    background-image: url("/content/club/entertainment_background_small.jpg");
    background-size: 100% 100%;
  }
}
.legendary-entertainment::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(1, 76, 92, 0.71) 0%, rgba(0, 0, 0, 0.55) 37.5%, rgba(0, 0, 0, 0.38) 65.63%, rgba(0, 0, 0, 0.01) 100%);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  z-index: 0;
}
@media (max-width: 767px) {
  .legendary-entertainment::after {
    background: linear-gradient(-360deg, rgba(1, 76, 92, 0.71) 0%, rgba(0, 0, 0, 0.55) 37.5%, rgba(0, 0, 0, 0.38) 65.63%, rgba(0, 0, 0, 0.01) 100%);
  }
}
.legendary-entertainment__container {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .legendary-entertainment__container {
    flex-direction: column-reverse;
  }
}
.legendary-entertainment__left {
  width: 50%;
  z-index: 100;
}
@media (max-width: 2047px) {
  .legendary-entertainment__left {
    width: 59%;
  }
}
@media (max-width: 1434px) {
  .legendary-entertainment__left {
    width: 65%;
  }
}
@media (max-width: 767px) {
  .legendary-entertainment__left {
    width: 100%;
    height: 50%;
  }
}
.legendary-entertainment__left_title {
  font-family: "DrukWide";
  font-weight: 400;
  font-size: 78px;
  line-height: 96px;
  color: var(--white);
}
@media (max-width: 3839px) {
  .legendary-entertainment__left_title {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 2047px) {
  .legendary-entertainment__left_title {
    font-size: 26px;
    line-height: 32px;
  }
}
@media (max-width: 1023px) {
  .legendary-entertainment__left_title {
    font-size: 22px;
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .legendary-entertainment__left_title {
    font-size: 16px;
    line-height: 19px;
  }
}
.legendary-entertainment__left_title span {
  color: var(--caribbean-green);
}
.legendary-entertainment__left_text {
  font-size: 72px;
  line-height: 96px;
  color: var(--white);
}
@media (max-width: 3839px) {
  .legendary-entertainment__left_text {
    font-size: 40px;
    line-height: 52px;
  }
}
@media (max-width: 2047px) {
  .legendary-entertainment__left_text {
    font-size: 24px;
    line-height: 32px;
  }
}
@media (max-width: 1023px) {
  .legendary-entertainment__left_text {
    font-size: 22px;
    line-height: 28px;
  }
}
@media (max-width: 767px) {
  .legendary-entertainment__left_text {
    width: 70%;
    font-size: 16px;
    line-height: 21px;
  }
}
@media (max-width: 575px) {
  .legendary-entertainment__left_text {
    width: 100%;
  }
}
.legendary-entertainment__right {
  position: relative;
  width: 50%;
  height: 100%;
}
@media (max-width: 2047px) {
  .legendary-entertainment__right {
    width: 41%;
  }
}
@media (max-width: 767px) {
  .legendary-entertainment__right {
    width: 100%;
    height: 75%;
  }
}
.legendary-entertainment__right_monkey {
  position: absolute;
  top: 8%;
  right: 10%;
  width: 1800px;
  height: 1600px;
  background-image: url("/content/club/entertainment_monkey-4k.png");
  background-size: 100% 100%;
  z-index: 100;
}
@media (max-width: 3839px) {
  .legendary-entertainment__right_monkey {
    top: 6%;
    right: 10%;
    width: 950px;
    height: 950px;
  }
}
@media (max-width: 2047px) {
  .legendary-entertainment__right_monkey {
    top: 6%;
    right: -28%;
    width: 750px;
    height: 675px;
  }
}
@media (max-width: 1434px) {
  .legendary-entertainment__right_monkey {
    top: 6%;
    right: -20%;
    width: 475px;
    height: 450px;
    background-image: url("/content/club/entertainment_monkey.png");
  }
}
@media (max-width: 1023px) {
  .legendary-entertainment__right_monkey {
    top: 0%;
    right: -10%;
    width: 400px;
    height: 385px;
  }
}
@media (max-width: 575px) {
  .legendary-entertainment__right_monkey {
    top: 10%;
    right: 0%;
    width: 300px;
    height: 275px;
  }
}
.legendary-entertainment__right_sound {
  position: absolute;
  top: 32%;
  right: 12%;
  width: 700px;
  height: 850px;
  background-image: url("/content/club/entertainment_sound-4k.png");
  background-size: 100% 100%;
  -webkit-animation: for_legendary_sound 3s normal linear infinite;
          animation: for_legendary_sound 3s normal linear infinite;
}
@media (max-width: 3839px) {
  .legendary-entertainment__right_sound {
    top: 34%;
    right: 9%;
    width: 400px;
    height: 500px;
  }
}
@media (max-width: 2047px) {
  .legendary-entertainment__right_sound {
    top: 33%;
    right: 11%;
    width: 300px;
    height: 350px;
  }
}
@media (max-width: 1434px) {
  .legendary-entertainment__right_sound {
    top: 33%;
    right: 11%;
    width: 190px;
    height: 240px;
    background-image: url("/content/club/entertainment_sound.png");
  }
}
@media (max-width: 1023px) {
  .legendary-entertainment__right_sound {
    width: 160px;
    height: 210px;
  }
}
@media (max-width: 575px) {
  .legendary-entertainment__right_sound {
    width: 120px;
    height: 150px;
  }
}
@-webkit-keyframes for_legendary_sound {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translateY(-5%);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes for_legendary_sound {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translateY(-5%);
  }
  100% {
    transform: translate(0, 0);
  }
}
.legendary-entertainment__right_diamond {
  position: absolute;
  top: 13%;
  right: 53%;
  width: 180px;
  height: 180px;
  background-image: url("/content/club/entertainment_diamond-4k.png");
  background-size: 100% 100%;
  -webkit-animation: for_legendary_diamond 2s normal linear infinite;
          animation: for_legendary_diamond 2s normal linear infinite;
}
@media (max-width: 3839px) {
  .legendary-entertainment__right_diamond {
    top: 18%;
    right: 56%;
    width: 115px;
    height: 115px;
  }
}
@media (max-width: 2047px) {
  .legendary-entertainment__right_diamond {
    top: 18%;
    right: 53%;
    width: 80px;
    height: 75px;
  }
}
@media (max-width: 1434px) {
  .legendary-entertainment__right_diamond {
    top: 18%;
    right: 53%;
    width: 55px;
    height: 60px;
    background-image: url("/content/club/entertainment_diamond.png");
  }
}
@media (max-width: 1023px) {
  .legendary-entertainment__right_diamond {
    width: 45px;
    height: 50px;
  }
}
@media (max-width: 575px) {
  .legendary-entertainment__right_diamond {
    width: 30px;
    height: 30px;
  }
}
@-webkit-keyframes for_legendary_diamond {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translateX(10%);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes for_legendary_diamond {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translateX(10%);
  }
  100% {
    transform: translate(0, 0);
  }
}
.legendary-entertainment__right_wine {
  position: absolute;
  top: -7%;
  right: 5%;
  width: 750px;
  height: 875px;
  background-image: url("/content/club/entertainment_wine-4k.png");
  background-size: 100% 100%;
  -webkit-animation: for_legendary_diamond 4s normal linear infinite;
          animation: for_legendary_diamond 4s normal linear infinite;
}
@media (max-width: 3839px) {
  .legendary-entertainment__right_wine {
    top: -5%;
    right: -2%;
    width: 475px;
    height: 550px;
  }
}
@media (max-width: 2047px) {
  .legendary-entertainment__right_wine {
    top: -4%;
    right: 9%;
    width: 275px;
    height: 350px;
  }
}
@media (max-width: 1434px) {
  .legendary-entertainment__right_wine {
    top: 0%;
    right: 10%;
    width: 170px;
    height: 200px;
    background-image: url("/content/club/entertainment_wine.png");
  }
}
@media (max-width: 1023px) {
  .legendary-entertainment__right_wine {
    width: 140px;
    height: 170px;
  }
}
@media (max-width: 575px) {
  .legendary-entertainment__right_wine {
    width: 110px;
    height: 130px;
  }
}
@keyframes for_legendary_diamond {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(5%, -5%);
  }
  100% {
    transform: translate(0, 0);
  }
}

.vip-lounge {
  position: relative;
  height: 1550px;
  background-image: url("/content/club/vip_background.jpg");
  background-position: center;
  background-size: cover;
}
@media (max-width: 3839px) {
  .vip-lounge {
    height: 1000px;
  }
}
@media (max-width: 2047px) {
  .vip-lounge {
    height: 640px;
  }
}
@media (max-width: 1434px) {
  .vip-lounge {
    height: 450px;
  }
}
@media (max-width: 1023px) {
  .vip-lounge {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .vip-lounge {
    height: 450px;
    background-image: url("/content/club/vip_background_small.jpg");
    background-size: 100% 100%;
  }
}
.vip-lounge::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(-90deg, rgba(0, 2, 52, 0.71) 0%, rgba(0, 0, 0, 0.55) 37.5%, rgba(0, 0, 0, 0.38) 65.63%, rgba(0, 0, 0, 0.01) 100%);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  z-index: 0;
}
@media (max-width: 767px) {
  .vip-lounge::after {
    background: linear-gradient(-360deg, rgba(0, 2, 52, 0.71) 0%, rgba(0, 0, 0, 0.55) 37.5%, rgba(0, 0, 0, 0.38) 65.63%, rgba(0, 0, 0, 0.01) 100%);
  }
}
.vip-lounge__container {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .vip-lounge__container {
    flex-direction: column;
  }
}
.vip-lounge__left {
  position: relative;
  width: 50%;
  height: 100%;
  z-index: 50;
}
@media (max-width: 2047px) {
  .vip-lounge__left {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .vip-lounge__left {
    width: 100%;
    height: 75%;
  }
}
.vip-lounge__left_monkey {
  position: absolute;
  top: 0%;
  left: 12%;
  width: 1350px;
  height: 1500px;
  background-image: url("/content/club/vip_monkey-4k.png");
  background-size: 100% 100%;
  z-index: 100;
}
@media (max-width: 3839px) {
  .vip-lounge__left_monkey {
    top: 0%;
    left: 0%;
    width: 900px;
    height: 950px;
  }
}
@media (max-width: 2047px) {
  .vip-lounge__left_monkey {
    top: 0%;
    left: -10%;
    width: 525px;
    height: 600px;
  }
}
@media (max-width: 1434px) {
  .vip-lounge__left_monkey {
    left: -15%;
    width: 375px;
    height: 425px;
    background-image: url("/content/club/vip_monkey.png");
  }
}
@media (max-width: 1023px) {
  .vip-lounge__left_monkey {
    width: 325px;
    height: 375px;
  }
}
@media (max-width: 767px) {
  .vip-lounge__left_monkey {
    left: 25%;
    width: 275px;
    height: 300px;
  }
}
@media (max-width: 575px) {
  .vip-lounge__left_monkey {
    left: 0%;
    width: 285px;
    height: 310px;
  }
}
.vip-lounge__left_polychrome {
  position: absolute;
  top: 16%;
  left: 33%;
  width: 1000px;
  height: 1000px;
  background-image: url("/content/club/vip_polychrome-4k.png");
  background-size: 100% 100%;
  -webkit-animation: for_vip_polychrome 4s normal linear infinite;
          animation: for_vip_polychrome 4s normal linear infinite;
}
@media (max-width: 3839px) {
  .vip-lounge__left_polychrome {
    top: 16%;
    left: 33%;
    width: 625px;
    height: 625px;
  }
}
@media (max-width: 2047px) {
  .vip-lounge__left_polychrome {
    top: 15%;
    left: 20%;
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 1434px) {
  .vip-lounge__left_polychrome {
    width: 275px;
    height: 275px;
    background-image: url("/content/club/vip_polychrome.png");
  }
}
@media (max-width: 1023px) {
  .vip-lounge__left_polychrome {
    width: 225px;
    height: 225px;
  }
}
@media (max-width: 767px) {
  .vip-lounge__left_polychrome {
    top: 22%;
    left: 45%;
    width: 175px;
    height: 175px;
  }
}
@media (max-width: 575px) {
  .vip-lounge__left_polychrome {
    top: 20%;
    left: 30%;
    width: 200px;
    height: 200px;
  }
}
@-webkit-keyframes for_vip_polychrome {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(5%, -5%);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes for_vip_polychrome {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(5%, -5%);
  }
  100% {
    transform: translate(0, 0);
  }
}
.vip-lounge__right {
  width: 50%;
  z-index: 100;
}
@media (max-width: 2047px) {
  .vip-lounge__right {
    width: 60%;
  }
}
@media (max-width: 1434px) {
  .vip-lounge__right {
    width: 70%;
  }
}
@media (max-width: 767px) {
  .vip-lounge__right {
    width: 100%;
    height: 50%;
  }
}
.vip-lounge__right_title {
  font-family: "DrukWide";
  font-weight: 400;
  font-size: 78px;
  line-height: 96px;
  color: var(--caribbean-green);
}
@media (max-width: 3839px) {
  .vip-lounge__right_title {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 2047px) {
  .vip-lounge__right_title {
    font-size: 26px;
    line-height: 32px;
  }
}
@media (max-width: 1023px) {
  .vip-lounge__right_title {
    font-size: 22px;
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .vip-lounge__right_title {
    font-size: 16px;
    line-height: 19px;
  }
}
.vip-lounge__right_text {
  font-size: 72px;
  line-height: 96px;
  color: var(--white);
}
@media (max-width: 3839px) {
  .vip-lounge__right_text {
    font-size: 40px;
    line-height: 52px;
  }
}
@media (max-width: 2047px) {
  .vip-lounge__right_text {
    font-size: 24px;
    line-height: 32px;
  }
}
@media (max-width: 1023px) {
  .vip-lounge__right_text {
    font-size: 22px;
    line-height: 28px;
  }
}
@media (max-width: 767px) {
  .vip-lounge__right_text {
    width: 70%;
    font-size: 16px;
    line-height: 21px;
  }
}
@media (max-width: 575px) {
  .vip-lounge__right_text {
    width: 100%;
  }
}

.cartel {
  position: relative;
  height: 1550px;
  background-image: url("/content/cartel/cartel_background.jpg");
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
@media (max-width: 3839px) {
  .cartel {
    height: 1000px;
  }
}
@media (max-width: 2047px) {
  .cartel {
    height: 640px;
  }
}
@media (max-width: 1434px) {
  .cartel {
    height: 450px;
  }
}
@media (max-width: 1023px) {
  .cartel {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .cartel {
    height: 450px;
  }
}
@media (max-width: 575px) {
  .cartel {
    background-position: bottom;
    background-image: url("/content/cartel/cartel_background_small.jpg");
  }
}
.cartel__container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1434px) {
  .cartel__container {
    justify-content: center;
  }
}
.cartel__left {
  width: 70%;
}
@media (max-width: 3839px) {
  .cartel__left {
    width: 62%;
  }
}
@media (max-width: 2047px) {
  .cartel__left {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .cartel__left {
    width: 100%;
  }
}
.cartel__left_content {
  padding: 200px 150px;
  position: relative;
  border: 3px solid var(--caribbean-green);
  border-radius: 5px;
  box-shadow: 0px 0px 150px rgba(37, 1, 255, 0.25);
  z-index: 100;
}
@media (max-width: 3839px) {
  .cartel__left_content {
    padding: 90px 75px;
  }
}
@media (max-width: 2047px) {
  .cartel__left_content {
    padding: 77px 65px 77px 34px;
  }
}
@media (max-width: 1434px) {
  .cartel__left_content {
    border-width: 1px;
    padding: 20px 0px 20px 34px;
  }
}
@media (max-width: 1023px) {
  .cartel__left_content {
    padding: 14px 0px 12px 34px;
  }
}
@media (max-width: 767px) {
  .cartel__left_content {
    padding: 24px 0px 24px 17px;
  }
}
.cartel__left_content::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-radius: 5px;
  z-index: -1;
}
@media (max-width: 767px) {
  .cartel__left_content::after {
    content: "";
    position: absolute;
    top: 12%;
    right: 0%;
    width: 200px;
    height: 150px;
    background-image: url("/content/cartel/cartel_monkeys.png");
    background-size: 100% 100%;
    z-index: -1;
  }
}
@media (max-width: 575px) {
  .cartel__left_content::after {
    top: 24%;
    width: 185px;
    height: 144px;
  }
}
.cartel__left_content_title {
  margin: 0;
  margin-bottom: 100px;
  font-family: "DrukWide";
  font-weight: 400;
  font-size: 90px;
  line-height: 85px;
  color: var(--caribbean-green);
  z-index: 150;
}
@media (max-width: 3839px) {
  .cartel__left_content_title {
    margin-bottom: 50px;
    font-size: 55px;
    line-height: 65px;
  }
}
@media (max-width: 2047px) {
  .cartel__left_content_title {
    margin-bottom: 37px;
    font-size: 36px;
    line-height: 44px;
  }
}
@media (max-width: 1434px) {
  .cartel__left_content_title {
    font-size: 30px;
    line-height: 36px;
  }
}
@media (max-width: 1023px) {
  .cartel__left_content_title {
    margin-bottom: 25px;
    font-size: 24px;
    line-height: 32px;
  }
}
@media (max-width: 767px) {
  .cartel__left_content_title {
    margin-bottom: 37px;
    font-size: 18px;
    line-height: 22px;
  }
}
.cartel__left_content_text {
  margin: 0;
  font-size: 93px;
  line-height: 126px;
  color: var(--white);
  z-index: 150;
}
@media (max-width: 3839px) {
  .cartel__left_content_text {
    font-size: 55px;
    line-height: 65px;
  }
}
@media (max-width: 2047px) {
  .cartel__left_content_text {
    font-size: 36px;
    line-height: 48px;
  }
}
@media (max-width: 1434px) {
  .cartel__left_content_text {
    width: 75%;
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 1023px) {
  .cartel__left_content_text {
    width: 85%;
    font-size: 24px;
    line-height: 32px;
  }
}
@media (max-width: 767px) {
  .cartel__left_content_text {
    width: 75%;
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 575px) {
  .cartel__left_content_text {
    width: 59%;
  }
}
.cartel__right {
  position: relative;
  height: 100%;
  width: 30%;
}
@media (max-width: 3839px) {
  .cartel__right {
    width: 38%;
  }
}
@media (max-width: 1023px) {
  .cartel__right {
    width: 40%;
  }
}
@media (max-width: 767px) {
  .cartel__right {
    display: none;
  }
}
.cartel__right_monkeys {
  position: absolute;
  top: 20%;
  right: 0%;
  width: 1500px;
  height: 1200px;
  background-image: url("/content/cartel/cartel_monkeys-4k.png");
  background-size: 100% 100%;
  z-index: 200;
}
@media (max-width: 3839px) {
  .cartel__right_monkeys {
    top: 24%;
    width: 950px;
    height: 750px;
  }
}
@media (max-width: 2047px) {
  .cartel__right_monkeys {
    top: 17%;
    width: 664px;
    height: 518px;
  }
}
@media (max-width: 1434px) {
  .cartel__right_monkeys {
    top: 21%;
    width: 454px;
    height: 355px;
    background-image: url("/content/cartel/cartel_monkeys.png");
  }
}
@media (max-width: 1023px) {
  .cartel__right_monkeys {
    top: 19%;
    right: -16%;
    width: 400px;
    height: 300px;
  }
}
@media (max-width: 767px) {
  .cartel__right_monkeys {
    top: 36%;
    right: 16%;
    width: 200px;
    height: 150px;
  }
}

.tycoon-apes {
  position: relative;
  height: 1550px;
  background-image: url("/content/cartel/apes_background.jpg");
  background-position: center;
  background-size: cover;
}
@media (max-width: 3839px) {
  .tycoon-apes {
    height: 1000px;
  }
}
@media (max-width: 2047px) {
  .tycoon-apes {
    height: 640px;
  }
}
@media (max-width: 1434px) {
  .tycoon-apes {
    height: 450px;
  }
}
@media (max-width: 1023px) {
  .tycoon-apes {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .tycoon-apes {
    height: 450px;
  }
}
.tycoon-apes::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 2, 52, 0.71) 0%, rgba(0, 0, 0, 0.55) 37.5%, rgba(0, 0, 0, 0.38) 65.63%, rgba(0, 0, 0, 0.01) 100%);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  z-index: 0;
}
@media (max-width: 767px) {
  .tycoon-apes::after {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.71) 0%, rgba(0, 0, 0, 0.55) 37.5%, rgba(0, 0, 0, 0.38) 65.63%, rgba(0, 0, 0, 0.01) 100%);
  }
}
@media (max-width: 575px) {
  .tycoon-apes::after {
    background: linear-gradient(0deg, rgba(0, 2, 52, 0.71) 0%, rgba(0, 0, 0, 0.55) 37.5%, rgba(0, 0, 0, 0.38) 65.63%, rgba(0, 0, 0, 0.01) 100%);
  }
}
.tycoon-apes__container {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .tycoon-apes__container {
    flex-direction: column-reverse;
    justify-content: center;
  }
}
.tycoon-apes__left {
  width: 50%;
  z-index: 100;
}
@media (max-width: 2047px) {
  .tycoon-apes__left {
    width: 60%;
  }
}
@media (max-width: 1434px) {
  .tycoon-apes__left {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .tycoon-apes__left {
    width: 100%;
    height: 50%;
  }
}
.tycoon-apes__left_title {
  font-family: "DrukWide";
  font-weight: 400;
  font-size: 78px;
  line-height: 96px;
  color: var(--white);
}
@media (max-width: 3839px) {
  .tycoon-apes__left_title {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 2047px) {
  .tycoon-apes__left_title {
    font-size: 26px;
    line-height: 32px;
  }
}
@media (max-width: 1023px) {
  .tycoon-apes__left_title {
    font-size: 22px;
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .tycoon-apes__left_title {
    margin-bottom: 17px;
    font-size: 16px;
    line-height: 20px;
  }
}
.tycoon-apes__left_title span {
  color: var(--caribbean-green);
}
.tycoon-apes__left_text {
  font-size: 72px;
  line-height: 96px;
  color: var(--white);
}
@media (max-width: 3839px) {
  .tycoon-apes__left_text {
    font-size: 40px;
    line-height: 52px;
  }
}
@media (max-width: 2047px) {
  .tycoon-apes__left_text {
    font-size: 24px;
    line-height: 32px;
  }
}
@media (max-width: 1023px) {
  .tycoon-apes__left_text {
    font-size: 22px;
    line-height: 28px;
  }
}
@media (max-width: 767px) {
  .tycoon-apes__left_text {
    margin-top: 0;
    width: 100%;
    font-size: 16px;
    line-height: 22px;
  }
}
.tycoon-apes__right {
  position: relative;
  height: 100%;
  width: 50%;
}
@media (max-width: 767px) {
  .tycoon-apes__right {
    width: 100%;
    height: 50%;
  }
}
.tycoon-apes__right_monkey {
  position: absolute;
  top: 0%;
  right: 0%;
  width: 1500px;
  height: 1500px;
  background-image: url("/content/cartel/apes_monkey-4k.png");
  background-size: 100% 100%;
  z-index: 100;
}
@media (max-width: 3839px) {
  .tycoon-apes__right_monkey {
    width: 1000px;
    height: 1000px;
  }
}
@media (max-width: 2047px) {
  .tycoon-apes__right_monkey {
    top: 5%;
    right: -17%;
    width: 635px;
    height: 600px;
  }
}
@media (max-width: 1434px) {
  .tycoon-apes__right_monkey {
    top: 0%;
    right: -20%;
    width: 460px;
    height: 435px;
    background-image: url("/content/cartel/apes_monkey.png");
  }
}
@media (max-width: 1023px) {
  .tycoon-apes__right_monkey {
    right: -32%;
    width: 400px;
    height: 375px;
  }
}
@media (max-width: 767px) {
  .tycoon-apes__right_monkey {
    right: 21%;
    width: 275px;
    height: 260px;
  }
}
@media (max-width: 575px) {
  .tycoon-apes__right_monkey {
    right: 4%;
  }
}
.tycoon-apes__right_cheap {
  position: absolute;
  top: 0%;
  right: 28%;
  width: 1000px;
  height: 1000px;
  background-image: url("/content/cartel/apes_cheap-4k.png");
  background-size: 100% 100%;
  z-index: 50;
  -webkit-animation: for_apes_cheap 4s normal linear infinite;
          animation: for_apes_cheap 4s normal linear infinite;
}
@media (max-width: 3839px) {
  .tycoon-apes__right_cheap {
    right: 36%;
    width: 675px;
    height: 675px;
  }
}
@media (max-width: 2047px) {
  .tycoon-apes__right_cheap {
    top: 5%;
    right: 25%;
    width: 425px;
    height: 425px;
  }
}
@media (max-width: 1434px) {
  .tycoon-apes__right_cheap {
    top: 0%;
    right: 27%;
    width: 300px;
    height: 300px;
    background-image: url("/content/cartel/apes_cheap.png");
  }
}
@media (max-width: 1023px) {
  .tycoon-apes__right_cheap {
    width: 235px;
    height: 235px;
  }
}
@media (max-width: 767px) {
  .tycoon-apes__right_cheap {
    right: 47%;
    width: 160px;
    height: 180px;
  }
}
@media (max-width: 575px) {
  .tycoon-apes__right_cheap {
    right: 38%;
  }
}
@-webkit-keyframes for_apes_cheap {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translateX(5%);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes for_apes_cheap {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translateX(5%);
  }
  100% {
    transform: translate(0, 0);
  }
}
.tycoon-apes__right_cube {
  position: absolute;
  top: 63%;
  right: 20%;
  width: 250px;
  height: 250px;
  background-image: url("/content/cartel/apes_cube-4k.png");
  background-size: 100% 100%;
  -webkit-animation: for_apes_cube 2s normal linear infinite;
          animation: for_apes_cube 2s normal linear infinite;
}
@media (max-width: 3839px) {
  .tycoon-apes__right_cube {
    top: 68%;
    right: 25%;
    width: 150px;
    height: 150px;
  }
}
@media (max-width: 2047px) {
  .tycoon-apes__right_cube {
    width: 123px;
    height: 123px;
  }
}
@media (max-width: 1434px) {
  .tycoon-apes__right_cube {
    width: 81px;
    height: 81px;
    background-image: url("/content/cartel/apes_cube.png");
  }
}
@media (max-width: 1023px) {
  .tycoon-apes__right_cube {
    width: 65px;
    height: 65px;
  }
}
@media (max-width: 767px) {
  .tycoon-apes__right_cube {
    right: 19%;
    width: 56px;
    height: 56px;
  }
}
@-webkit-keyframes for_apes_cube {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(5%, -5%);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes for_apes_cube {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(5%, -5%);
  }
  100% {
    transform: translate(0, 0);
  }
}

.tycoon-cartel {
  position: relative;
  height: 1550px;
  background-image: url("/content/cartel/tycoon_cartel_background.jpg");
  background-position: center;
  background-size: cover;
}
@media (max-width: 3839px) {
  .tycoon-cartel {
    height: 1000px;
  }
}
@media (max-width: 2047px) {
  .tycoon-cartel {
    height: 640px;
  }
}
@media (max-width: 1434px) {
  .tycoon-cartel {
    height: 450px;
  }
}
@media (max-width: 1023px) {
  .tycoon-cartel {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .tycoon-cartel {
    height: 450px;
  }
}
.tycoon-cartel::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(-90deg, rgba(1, 76, 92, 0.71) 0%, rgba(0, 0, 0, 0.55) 37.5%, rgba(0, 0, 0, 0.38) 65.63%, rgba(0, 0, 0, 0.01) 100%);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  z-index: 0;
}
@media (max-width: 767px) {
  .tycoon-cartel::after {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.71) 0%, rgba(0, 0, 0, 0.55) 37.5%, rgba(0, 0, 0, 0.38) 65.63%, rgba(0, 0, 0, 0.01) 100%);
  }
}
@media (max-width: 575px) {
  .tycoon-cartel::after {
    background: linear-gradient(0deg, rgba(1, 76, 92, 0.71) 0%, rgba(0, 0, 0, 0.55) 37.5%, rgba(0, 0, 0, 0.38) 65.63%, rgba(0, 0, 0, 0.01) 100%);
  }
}
.tycoon-cartel__container {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .tycoon-cartel__container {
    flex-direction: column;
    justify-content: center;
  }
}
.tycoon-cartel__left {
  position: relative;
  height: 100%;
  width: 50%;
}
@media (max-width: 767px) {
  .tycoon-cartel__left {
    width: 100%;
    height: 50%;
  }
}
.tycoon-cartel__left_first_monkey {
  position: absolute;
  top: 4%;
  left: 17%;
  width: 825px;
  height: 1450px;
  background-image: url("/content/cartel/tycoon_cartel_first_monkey-4k.png");
  background-size: 100% 100%;
  z-index: 100;
}
@media (max-width: 3839px) {
  .tycoon-cartel__left_first_monkey {
    top: 7%;
    left: 0%;
    width: 550px;
    height: 900px;
  }
}
@media (max-width: 2047px) {
  .tycoon-cartel__left_first_monkey {
    top: 5%;
    width: 323px;
    height: 583px;
  }
}
@media (max-width: 1434px) {
  .tycoon-cartel__left_first_monkey {
    width: 227px;
    height: 410px;
    background-image: url("/content/cartel/tycoon_cartel_first_monkey.png");
  }
}
@media (max-width: 1023px) {
  .tycoon-cartel__left_first_monkey {
    top: 7%;
    left: -11%;
    width: 200px;
    height: 350px;
  }
}
@media (max-width: 767px) {
  .tycoon-cartel__left_first_monkey {
    top: 0%;
    left: 35%;
    width: 112px;
    height: 202px;
  }
}
.tycoon-cartel__left_second_monkey {
  position: absolute;
  top: 5%;
  left: 40%;
  width: 750px;
  height: 1299px;
  background-image: url("/content/cartel/tycoon_cartel_second_monkey-4k.png");
  background-size: 100% 100%;
  z-index: 50;
  filter: drop-shadow(0px 0px 100px rgba(255, 252, 170, 0.5));
}
@media (max-width: 3839px) {
  .tycoon-cartel__left_second_monkey {
    top: 8%;
    left: 33%;
    width: 500px;
    height: 775px;
  }
}
@media (max-width: 2047px) {
  .tycoon-cartel__left_second_monkey {
    left: 25%;
    width: 314px;
    height: 537px;
  }
}
@media (max-width: 1434px) {
  .tycoon-cartel__left_second_monkey {
    left: 32%;
    width: 224px;
    height: 382px;
    background-image: url("/content/cartel/tycoon_cartel_second_monkey.png");
  }
}
@media (max-width: 1023px) {
  .tycoon-cartel__left_second_monkey {
    left: 24%;
    width: 185px;
    height: 325px;
  }
}
@media (max-width: 767px) {
  .tycoon-cartel__left_second_monkey {
    top: 4%;
    left: 46%;
    width: 106px;
    height: 182px;
  }
}
.tycoon-cartel__left_trophy {
  position: absolute;
  top: 43%;
  left: -4%;
  width: 400px;
  height: 400px;
  background-image: url("/content/cartel/tycoon_cartel_trophy-4k.png");
  background-size: 100% 100%;
  -webkit-animation: for_cartel_trophy 3s normal linear infinite;
          animation: for_cartel_trophy 3s normal linear infinite;
}
@media (max-width: 3839px) {
  .tycoon-cartel__left_trophy {
    top: 42%;
    left: -5%;
    width: 250px;
    height: 250px;
  }
}
@media (max-width: 2047px) {
  .tycoon-cartel__left_trophy {
    top: 44%;
    left: -8%;
    width: 170px;
    height: 170px;
  }
}
@media (max-width: 1434px) {
  .tycoon-cartel__left_trophy {
    width: 120px;
    height: 120px;
    background-image: url("/content/cartel/tycoon_cartel_trophy.png");
  }
}
@media (max-width: 1023px) {
  .tycoon-cartel__left_trophy {
    width: 95px;
    height: 95px;
  }
}
@media (max-width: 767px) {
  .tycoon-cartel__left_trophy {
    width: 59px;
    height: 59px;
  }
}
@-webkit-keyframes for_cartel_trophy {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(5%, -5%);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes for_cartel_trophy {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(5%, -5%);
  }
  100% {
    transform: translate(0, 0);
  }
}
.tycoon-cartel__left_ethereum {
  position: absolute;
  top: 82%;
  left: 103%;
  width: 130px;
  height: 130px;
  background-image: url("/content/cartel/tycoon_cartel_ethereum-4k.png");
  background-size: 100% 100%;
  -webkit-animation: for_cartel_ethereum 3s normal linear infinite;
          animation: for_cartel_ethereum 3s normal linear infinite;
}
@media (max-width: 3839px) {
  .tycoon-cartel__left_ethereum {
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 2047px) {
  .tycoon-cartel__left_ethereum {
    width: 46px;
    height: 46px;
  }
}
@media (max-width: 1434px) {
  .tycoon-cartel__left_ethereum {
    top: 85%;
    left: 105%;
    width: 32px;
    height: 32px;
    background-image: url("/content/cartel/tycoon_cartel_ethereum.png");
  }
}
@media (max-width: 1023px) {
  .tycoon-cartel__left_ethereum {
    left: 96%;
    width: 26px;
    height: 26px;
  }
}
@media (max-width: 767px) {
  .tycoon-cartel__left_ethereum {
    left: 105%;
    width: 16px;
    height: 16px;
  }
}
@-webkit-keyframes for_cartel_ethereum {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(10%, -10%);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes for_cartel_ethereum {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(10%, -10%);
  }
  100% {
    transform: translate(0, 0);
  }
}
.tycoon-cartel__left_bitcoin {
  position: absolute;
  top: 7%;
  left: 117%;
  width: 105px;
  height: 130px;
  background-image: url("/content/cartel/tycoon_cartel_bitcoin-4k.png");
  background-size: 100% 100%;
  -webkit-animation: for_cartel_bitcoin 3s normal linear infinite;
          animation: for_cartel_bitcoin 3s normal linear infinite;
}
@media (max-width: 3839px) {
  .tycoon-cartel__left_bitcoin {
    top: 5%;
    left: 120%;
    width: 70px;
    height: 85px;
  }
}
@media (max-width: 2047px) {
  .tycoon-cartel__left_bitcoin {
    width: 40px;
    height: 48px;
  }
}
@media (max-width: 1434px) {
  .tycoon-cartel__left_bitcoin {
    top: 15%;
    width: 28px;
    height: 34px;
    background-image: url("/content/cartel/tycoon_cartel_bitcoin.png");
  }
}
@media (max-width: 1023px) {
  .tycoon-cartel__left_bitcoin {
    left: 118%;
    width: 22px;
    height: 28px;
  }
}
@media (max-width: 767px) {
  .tycoon-cartel__left_bitcoin {
    left: 122%;
    width: 14px;
    height: 17px;
  }
}
@-webkit-keyframes for_cartel_bitcoin {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-10%, 10%);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes for_cartel_bitcoin {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-10%, 10%);
  }
  100% {
    transform: translate(0, 0);
  }
}
.tycoon-cartel__right {
  width: 50%;
  z-index: 100;
}
@media (max-width: 2047px) {
  .tycoon-cartel__right {
    width: 58%;
  }
}
@media (max-width: 1434px) {
  .tycoon-cartel__right {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .tycoon-cartel__right {
    width: 100%;
    height: 33%;
  }
}
.tycoon-cartel__right_title {
  margin: 0;
  margin-bottom: 100px;
  font-family: "DrukWide";
  font-weight: 400;
  font-size: 90px;
  line-height: 85px;
  color: var(--caribbean-green);
}
@media (max-width: 3839px) {
  .tycoon-cartel__right_title {
    margin-bottom: 45px;
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 2047px) {
  .tycoon-cartel__right_title {
    margin-bottom: 24px;
    font-size: 26px;
    line-height: 32px;
  }
}
@media (max-width: 1023px) {
  .tycoon-cartel__right_title {
    margin-bottom: 18px;
    font-size: 22px;
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .tycoon-cartel__right_title {
    font-size: 16px;
    line-height: 19px;
  }
}
.tycoon-cartel__right_text {
  margin: 0;
  font-size: 93px;
  line-height: 126px;
  color: var(--white);
}
@media (max-width: 3839px) {
  .tycoon-cartel__right_text {
    font-size: 40px;
    line-height: 52px;
  }
}
@media (max-width: 2047px) {
  .tycoon-cartel__right_text {
    font-size: 24px;
    line-height: 32px;
  }
}
@media (max-width: 1023px) {
  .tycoon-cartel__right_text {
    font-size: 22px;
    line-height: 28px;
  }
}
@media (max-width: 767px) {
  .tycoon-cartel__right_text {
    font-size: 16px;
    line-height: 21px;
  }
}

.about {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2500px;
  background-image: url("/content/about_faq_terms_background-2k-.jpg");
  background-size: cover;
  background-position: center;
}
@media (max-width: 3839px) {
  .about {
    height: 2211px;
  }
}
@media (max-width: 2047px) {
  .about {
    height: 1325px;
    background-image: url("/content/about_faq_terms_background.jpg");
  }
}
@media (max-width: 1434px) {
  .about {
    height: 1250px;
  }
}
@media (max-width: 1023px) {
  .about {
    height: 1410px;
  }
}
@media (max-width: 767px) {
  .about {
    height: 950px;
  }
}
@media (max-width: 575px) {
  .about {
    height: 1125px;
  }
}
.about::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  filter: url(#blurFilter);
  z-index: 0;
}
.about__container {
  position: relative;
  width: 79%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  z-index: 1;
}
@media (max-width: 1434px) {
  .about__container {
    width: 100%;
  }
}
.about__ways {
  position: absolute;
  top: 0;
  left: 140px;
  display: flex;
  z-index: 1;
}
@media (max-width: 1434px) {
  .about__ways {
    left: 60px;
  }
}
@media (max-width: 575px) {
  .about__ways {
    top: -25px;
    left: 20px;
  }
}
.about__ways_link {
  font-size: 32px;
  line-height: 25px;
  color: var(--white);
}
@media (max-width: 3839px) {
  .about__ways_link {
    font-size: 25px;
    line-height: 20px;
  }
}
@media (max-width: 2047px) {
  .about__ways_link {
    font-size: 12px;
    line-height: 16px;
  }
}
.about__ways_link:first-child {
  margin-right: 15px;
}
@media (max-width: 1434px) {
  .about__ways_link:first-child {
    margin-right: 7px;
  }
}
.about__logotype {
  align-self: center;
  width: 450px;
  height: 450px;
  z-index: 1;
}
@media (max-width: 3839px) {
  .about__logotype {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 2047px) {
  .about__logotype {
    width: 150px;
    height: 150px;
  }
}
@media (max-width: 767px) {
  .about__logotype {
    width: 100px;
    height: 100px;
  }
}
.about__title {
  align-self: center;
  font-family: "DrukWide";
  font-size: 85px;
  line-height: 67px;
  color: var(--white);
  z-index: 1;
}
@media (max-width: 3839px) {
  .about__title {
    font-size: 65px;
    line-height: 70px;
  }
}
@media (max-width: 2047px) {
  .about__title {
    font-size: 30px;
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .about__title {
    font-size: 16px;
    line-height: 19px;
  }
}
.about__text {
  font-size: 47px;
  line-height: 62px;
  color: var(--white);
  z-index: 1;
}
@media (max-width: 3839px) {
  .about__text {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 2047px) {
  .about__text {
    font-size: 24px;
    line-height: 32px;
  }
}
@media (max-width: 767px) {
  .about__text {
    font-size: 16px;
    line-height: 21px;
  }
}
.about__text a {
  position: relative;
  color: var(--caribbean-green);
}
.about__text a::after {
  content: "";
  position: absolute;
  bottom: -2px;
  right: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: var(--caribbean-green);
}
@media (max-width: 767px) {
  .about__text a::after {
    height: 1px;
  }
}
.about__text.accent {
  font-weight: 700;
  font-size: 57px;
}
@media (max-width: 3839px) {
  .about__text.accent {
    font-size: 40px;
  }
}
@media (max-width: 2047px) {
  .about__text.accent {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .about__text.accent {
    font-size: 16px;
  }
}
.about__btn {
  position: relative;
  margin: 50px 0 0 0;
  align-self: center;
  padding: 35px;
  border-radius: 20px;
  background-color: var(--amaranth);
  font-family: "DrukWide";
  font-size: 48px;
  line-height: 68px;
  text-transform: uppercase;
  color: var(--white);
  cursor: pointer;
  overflow: hidden;
  transition: background-color 0.3s ease-in-out;
  z-index: 1;
}
@media (max-width: 3839px) {
  .about__btn {
    font-size: 30px;
    line-height: 35px;
  }
}
@media (max-width: 2047px) {
  .about__btn {
    padding: 13px;
    border-radius: 5px;
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 1023px) {
  .about__btn {
    margin-top: 25px;
  }
}
.about__btn:hover {
  background-color: var(--just-black);
}
.about__btn::before, .about__btn::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: var(--just-black);
  top: 0;
  left: -100%;
  opacity: 0.5;
  z-index: -1;
}
.about__btn::after {
  opacity: 1;
}
.about__btn:hover {
  color: var(--white);
}
.about__btn:hover::before, .about__btn:hover::after {
  left: 0;
}
.about__btn .pulse {
  position: absolute;
  background-color: var(--white);
  border-radius: 50%;
  -webkit-animation: pulse 0.7s ease-out;
          animation: pulse 0.7s ease-out;
  transform: scale(0);
}

.faq {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 4000px;
  background-image: url("/content/about_faq_terms_background.jpg");
  background-size: cover;
}
@media (max-width: 3839px) {
  .faq {
    height: 3300px;
  }
}
@media (max-width: 2047px) {
  .faq {
    height: 2250px;
  }
}
@media (max-width: 1023px) {
  .faq {
    height: 2550px;
  }
}
@media (max-width: 767px) {
  .faq {
    height: 1700px;
  }
}
@media (max-width: 575px) {
  .faq {
    height: 2000px;
  }
}
.faq::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  z-index: 0;
}
.faq__container {
  position: relative;
  width: 79%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  z-index: 1;
}
@media (max-width: 2047px) {
  .faq__container {
    width: 82%;
  }
}
@media (max-width: 1434px) {
  .faq__container {
    width: 100%;
  }
}
.faq__ways {
  position: absolute;
  top: 0;
  left: 140px;
  display: flex;
  z-index: 1;
}
@media (max-width: 1434px) {
  .faq__ways {
    left: 60px;
  }
}
@media (max-width: 767px) {
  .faq__ways {
    top: -20px;
  }
}
@media (max-width: 575px) {
  .faq__ways {
    top: -25px;
    left: 20px;
  }
}
.faq__ways_link {
  font-size: 32px;
  line-height: 25px;
  color: var(--white);
}
@media (max-width: 3839px) {
  .faq__ways_link {
    font-size: 25px;
    line-height: 20px;
  }
}
@media (max-width: 2047px) {
  .faq__ways_link {
    font-size: 12px;
    line-height: 16px;
  }
}
.faq__ways_link:first-child {
  margin-right: 15px;
}
@media (max-width: 1434px) {
  .faq__ways_link:first-child {
    margin-right: 7px;
  }
}
.faq__images {
  z-index: 1;
  align-self: center;
}
.faq__images_monkeys {
  width: 375px;
  height: 375px;
}
@media (max-width: 3839px) {
  .faq__images_monkeys {
    width: 325px;
    height: 325px;
  }
}
@media (max-width: 2047px) {
  .faq__images_monkeys {
    width: 135px;
    height: 135px;
  }
}
@media (max-width: 767px) {
  .faq__images_monkeys {
    width: 107px;
    height: 107px;
  }
}
@media (max-width: 575px) {
  .faq__images_monkeys {
    width: 100px;
    height: 100px;
  }
}
.faq__title {
  align-self: center;
  font-family: "DrukWide";
  font-size: 85px;
  line-height: 67px;
  color: var(--white);
  z-index: 1;
}
@media (max-width: 3839px) {
  .faq__title {
    font-size: 65px;
    line-height: 70px;
  }
}
@media (max-width: 2047px) {
  .faq__title {
    font-size: 30px;
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .faq__title {
    font-size: 16px;
    line-height: 19px;
  }
}
.faq__subtitle {
  font-weight: 400;
  font-size: 72px;
  line-height: 100px;
  color: var(--white);
  text-align: center;
  z-index: 1;
}
@media (max-width: 3839px) {
  .faq__subtitle {
    margin-top: 0;
    font-size: 48px;
    line-height: 67px;
  }
}
@media (max-width: 2047px) {
  .faq__subtitle {
    font-size: 36px;
    line-height: 48px;
  }
}
@media (max-width: 1023px) {
  .faq__subtitle {
    font-size: 26px;
    line-height: 37px;
  }
}
@media (max-width: 767px) {
  .faq__subtitle {
    width: 60%;
    align-self: center;
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 575px) {
  .faq__subtitle {
    width: 85%;
  }
}
.faq__questions {
  margin: 0;
  font-family: "DrukWide";
  font-weight: 700;
  font-size: 55px;
  line-height: 67px;
  color: var(--white);
  z-index: 1;
}
@media (max-width: 3839px) {
  .faq__questions {
    font-size: 42px;
    line-height: 50px;
  }
}
@media (max-width: 2047px) {
  .faq__questions {
    font-size: 24px;
    line-height: 32px;
  }
}
@media (max-width: 767px) {
  .faq__questions {
    font-size: 16px;
    line-height: 19px;
  }
}
.faq__answers {
  margin: 0;
  font-size: 50px;
  line-height: 68px;
  color: var(--white);
  z-index: 1;
}
@media (max-width: 3839px) {
  .faq__answers {
    font-size: 30px;
    line-height: 50px;
  }
}
@media (max-width: 2047px) {
  .faq__answers {
    font-size: 24px;
    line-height: 32px;
  }
}
@media (max-width: 767px) {
  .faq__answers {
    font-size: 16px;
    line-height: 19px;
  }
}
.faq__answers:not(:last-child) {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .faq__answers:not(:last-child) {
    margin-bottom: 30px;
  }
}
.faq__blockquote {
  margin-top: 0;
  margin-bottom: 50px;
  font-weight: 600;
  font-size: 61px;
  line-height: 75px;
  color: var(--caribbean-green);
  text-align: center;
  text-transform: uppercase;
  z-index: 1;
}
@media (max-width: 3839px) {
  .faq__blockquote {
    font-size: 36px;
    line-height: 43px;
  }
}
@media (max-width: 2047px) {
  .faq__blockquote {
    font-size: 24px;
    line-height: 33px;
  }
}
@media (max-width: 767px) {
  .faq__blockquote {
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 25px;
  }
}
.faq__btn {
  position: relative;
  margin: 50px 0 0 0;
  align-self: center;
  padding: 35px;
  border-radius: 20px;
  background-color: var(--amaranth);
  font-family: "DrukWide";
  font-size: 48px;
  line-height: 68px;
  text-transform: uppercase;
  color: var(--white);
  cursor: pointer;
  overflow: hidden;
  transition: background-color 0.3s ease-in-out;
  z-index: 1;
}
@media (max-width: 3839px) {
  .faq__btn {
    font-size: 30px;
    line-height: 35px;
  }
}
@media (max-width: 2047px) {
  .faq__btn {
    padding: 13px;
    border-radius: 5px;
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 1023px) {
  .faq__btn {
    margin-top: 25px;
  }
}
.faq__btn:hover {
  background-color: var(--just-black);
}
.faq__btn::before, .faq__btn::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: var(--just-black);
  top: 0;
  left: -100%;
  opacity: 0.5;
  z-index: -1;
}
.faq__btn::after {
  opacity: 1;
}
.faq__btn:hover {
  color: var(--white);
}
.faq__btn:hover::before, .faq__btn:hover::after {
  left: 0;
}
.faq__btn .pulse {
  position: absolute;
  background-color: var(--white);
  border-radius: 50%;
  -webkit-animation: pulse 0.7s ease-out;
          animation: pulse 0.7s ease-out;
  transform: scale(0);
}

.terms-of-use {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 4500px;
  background-image: url("/content/about_faq_terms_background.jpg");
  background-size: cover;
}
@media (max-width: 3839px) {
  .terms-of-use {
    height: 3350px;
  }
}
@media (max-width: 2047px) {
  .terms-of-use {
    height: 2175px;
  }
}
@media (max-width: 1434px) {
  .terms-of-use {
    height: 3385px;
  }
}
@media (max-width: 1023px) {
  .terms-of-use {
    height: 4000px;
  }
}
@media (max-width: 767px) {
  .terms-of-use {
    height: 2625px;
  }
}
@media (max-width: 575px) {
  .terms-of-use {
    height: 3000px;
  }
}
.terms-of-use::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  z-index: 0;
}
.terms-of-use__container {
  position: relative;
  width: 79%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  z-index: 1;
}
@media (max-width: 2047px) {
  .terms-of-use__container {
    width: 83%;
  }
}
@media (max-width: 1434px) {
  .terms-of-use__container {
    width: 100%;
  }
}
.terms-of-use__ways {
  position: absolute;
  top: 0;
  left: 140px;
  display: flex;
  z-index: 1;
}
@media (max-width: 1434px) {
  .terms-of-use__ways {
    left: 60px;
  }
}
@media (max-width: 767px) {
  .terms-of-use__ways {
    top: -25px;
  }
}
@media (max-width: 575px) {
  .terms-of-use__ways {
    left: 20px;
  }
}
.terms-of-use__ways_link {
  font-size: 32px;
  line-height: 25px;
  color: var(--white);
}
@media (max-width: 3839px) {
  .terms-of-use__ways_link {
    font-size: 25px;
    line-height: 20px;
  }
}
@media (max-width: 2047px) {
  .terms-of-use__ways_link {
    font-size: 12px;
    line-height: 16px;
  }
}
.terms-of-use__ways_link:first-child {
  margin-right: 15px;
}
@media (max-width: 1434px) {
  .terms-of-use__ways_link:first-child {
    margin-right: 7px;
  }
}
.terms-of-use__title {
  margin-bottom: 100px;
  align-self: center;
  font-family: "DrukWide";
  font-weight: 400;
  font-size: 85px;
  line-height: 67px;
  color: var(--white);
  text-transform: uppercase;
  z-index: 1;
}
@media (max-width: 3839px) {
  .terms-of-use__title {
    font-size: 65px;
    line-height: 70px;
  }
}
@media (max-width: 2047px) {
  .terms-of-use__title {
    margin-bottom: 40px;
    font-size: 24px;
    line-height: 29px;
  }
}
@media (max-width: 767px) {
  .terms-of-use__title {
    font-size: 16px;
    line-height: 19px;
  }
}
.terms-of-use__text {
  margin: 0;
  margin-bottom: 50px;
  font-size: 45px;
  line-height: 55px;
  color: var(--white);
  z-index: 1;
}
@media (max-width: 3839px) {
  .terms-of-use__text {
    margin-bottom: 40px;
    font-size: 25px;
    line-height: 35px;
  }
}
@media (max-width: 2047px) {
  .terms-of-use__text {
    font-size: 14px;
    line-height: 18px;
  }
}
@media (max-width: 1434px) {
  .terms-of-use__text {
    font-size: 24px;
    line-height: 32px;
  }
}
@media (max-width: 767px) {
  .terms-of-use__text {
    margin-bottom: 25px;
    font-size: 16px;
    line-height: 21px;
  }
}
@media (max-width: 575px) {
  .terms-of-use__text {
    margin-bottom: 15px;
  }
}
.terms-of-use__btn {
  position: relative;
  margin: 50px 0 0 0;
  align-self: center;
  padding: 35px;
  border-radius: 20px;
  background-color: var(--amaranth);
  font-family: "DrukWide";
  font-size: 48px;
  line-height: 68px;
  text-transform: uppercase;
  color: var(--white);
  cursor: pointer;
  overflow: hidden;
  transition: background-color 0.3s ease-in-out;
  z-index: 1;
}
@media (max-width: 3839px) {
  .terms-of-use__btn {
    font-size: 30px;
    line-height: 35px;
  }
}
@media (max-width: 2047px) {
  .terms-of-use__btn {
    padding: 13px;
    border-radius: 5px;
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 1023px) {
  .terms-of-use__btn {
    margin-top: 25px;
  }
}
.terms-of-use__btn:hover {
  background-color: var(--just-black);
}
.terms-of-use__btn::before, .terms-of-use__btn::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: var(--just-black);
  top: 0;
  left: -100%;
  opacity: 0.5;
  z-index: -1;
}
.terms-of-use__btn::after {
  opacity: 1;
}
.terms-of-use__btn:hover {
  color: var(--white);
}
.terms-of-use__btn:hover::before, .terms-of-use__btn:hover::after {
  left: 0;
}
.terms-of-use__btn .pulse {
  position: absolute;
  background-color: var(--white);
  border-radius: 50%;
  -webkit-animation: pulse 0.7s ease-out;
          animation: pulse 0.7s ease-out;
  transform: scale(0);
}

.not-found {
  position: relative;
  height: 100vh;
  background-image: url("/content/not-found/not-found_background.jpg");
  background-size: cover;
}
.not-found::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(20, 17, 17, 0.9), rgba(20, 17, 17, 0.9));
  z-index: 0;
}
.not-found__container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .not-found__container {
    flex-direction: column;
  }
}
.not-found__left {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 50%;
  height: 100%;
  z-index: 1;
}
@media (max-width: 2047px) {
  .not-found__left {
    width: 30%;
  }
}
@media (max-width: 1434px) {
  .not-found__left {
    width: 40%;
  }
}
@media (max-width: 1023px) {
  .not-found__left {
    width: 52%;
  }
}
@media (max-width: 767px) {
  .not-found__left {
    width: 100%;
    height: 50%;
  }
}
.not-found__left_monkey {
  position: absolute;
  top: 30%;
  left: 37%;
  width: 850px;
  height: 1150px;
  background-image: url("/content/not-found/not-found_monkey-4k.png");
  background-size: 100% 100%;
}
@media (max-width: 3839px) {
  .not-found__left_monkey {
    top: 26%;
    left: 35%;
    width: 500px;
    height: 650px;
  }
}
@media (max-width: 2047px) {
  .not-found__left_monkey {
    top: 37%;
    left: 24%;
    width: 212px;
    height: 278px;
  }
}
@media (max-width: 1434px) {
  .not-found__left_monkey {
    top: 33%;
    background-image: url("/content/not-found/not-found_monkey.png");
  }
}
@media (max-width: 1023px) {
  .not-found__left_monkey {
    top: 25%;
  }
}
@media (max-width: 767px) {
  .not-found__left_monkey {
    top: 33%;
    left: 36%;
    width: 140px;
    height: 200px;
  }
}
@media (max-width: 575px) {
  .not-found__left_monkey {
    top: 36%;
    left: 33%;
    width: 116px;
    height: 152px;
  }
}
.not-found__right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  z-index: 1;
}
@media (max-width: 767px) {
  .not-found__right {
    height: 50%;
    width: 75%;
    justify-content: flex-start;
    align-items: center;
  }
}
@media (max-width: 575px) {
  .not-found__right {
    width: 100%;
  }
}
.not-found__right_title {
  margin: 0;
  margin-bottom: 100px;
  font-weight: 400;
  font-size: 120px;
  line-height: 105px;
  color: var(--white);
}
@media (max-width: 3839px) {
  .not-found__right_title {
    margin-bottom: 70px;
    font-size: 90px;
    line-height: 80px;
  }
}
@media (max-width: 2047px) {
  .not-found__right_title {
    margin-bottom: 25px;
    font-size: 64px;
    line-height: 88px;
  }
}
@media (max-width: 1023px) {
  .not-found__right_title {
    margin-bottom: 15px;
    font-size: 55px;
    line-height: 68px;
  }
}
@media (max-width: 767px) {
  .not-found__right_title {
    margin-bottom: 10px;
  }
}
@media (max-width: 575px) {
  .not-found__right_title {
    font-size: 64px;
    line-height: 88px;
  }
}
.not-found__right_subtitle {
  margin: 0;
  margin-bottom: 70px;
  font-weight: 400;
  font-size: 78px;
  line-height: 87px;
  color: var(--white);
}
@media (max-width: 3839px) {
  .not-found__right_subtitle {
    margin-bottom: 50px;
    font-size: 60px;
    line-height: 70px;
  }
}
@media (max-width: 2047px) {
  .not-found__right_subtitle {
    margin-bottom: 15px;
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 1023px) {
  .not-found__right_subtitle {
    margin-bottom: 15px;
    font-size: 30px;
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .not-found__right_subtitle {
    margin-bottom: 10px;
    text-align: center;
  }
}
@media (max-width: 575px) {
  .not-found__right_subtitle {
    font-size: 24px;
    line-height: 41px;
  }
}
.not-found__right_text {
  width: 80%;
  margin: 0 0 50px 0;
  font-size: 50px;
  line-height: 60px;
  color: var(--white);
}
@media (max-width: 3839px) {
  .not-found__right_text {
    width: 100%;
    margin: 0 0 35px 0;
    font-size: 40px;
    line-height: 49px;
  }
}
@media (max-width: 2047px) {
  .not-found__right_text {
    margin: 0 0 15px 0;
    font-size: 20px;
    line-height: 27px;
  }
}
@media (max-width: 1023px) {
  .not-found__right_text {
    margin: 0 0 15px 0;
    font-size: 15px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .not-found__right_text {
    margin-bottom: 10px;
    text-align: center;
  }
}

.roadmap-name__container {
  padding-top: 200px;
  margin-bottom: 50px;
}
@media (max-width: 2047px) {
  .roadmap-name__container {
    padding-top: 100px;
    margin-bottom: 20px;
  }
}

.smooth-scroll {
  display: block;
}

#sections {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  height: 100vh;
  -ms-overflow-style: none;
  scrollbar-width: none;
  left: 0;
  width: 5039px;
}
@media (max-width: 3839px) {
  #sections {
    width: 3500px;
  }
}
@media (max-width: 2047px) {
  #sections {
    width: 2000px;
  }
}
@media (max-width: 1434px) {
  #sections {
    width: 2000px;
  }
}
@media (max-width: 1023px) {
  #sections {
    width: 1800px;
    min-height: 680px;
    scroll-snap-align: start;
  }
}

#sections::-webkit-scrollbar {
  display: none;
}

.roadmap {
  display: flex;
  height: 100vh;
  align-items: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.roadmap__container {
  position: relative;
  max-width: 100%;
  width: 100%;
  margin: 0;
  padding-left: 0;
  padding-right: 200px;
}
@media (max-width: 1023px) {
  .roadmap__container {
    padding-right: 0px;
  }
}
.roadmap__title {
  font-family: "DrukWide";
  font-weight: 400;
  font-size: 80px;
  line-height: 65px;
  color: var(--white);
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 3839px) {
  .roadmap__title {
    font-size: 50px;
    line-height: 46px;
  }
}
@media (max-width: 2047px) {
  .roadmap__title {
    margin-top: 0;
    font-size: 30px;
    line-height: 36px;
  }
}
@media (max-width: 1023px) {
  .roadmap__title {
    margin-bottom: 45px;
    font-size: 16px;
    line-height: 19px;
  }
}
.roadmap__subtitle {
  margin: 0;
  font-size: 56px;
  line-height: 32px;
  color: var(--white);
  text-align: center;
}
@media (max-width: 3839px) {
  .roadmap__subtitle {
    margin-bottom: 60px;
    font-size: 36px;
  }
}
@media (max-width: 2047px) {
  .roadmap__subtitle {
    margin-bottom: 25px;
    font-size: 24px;
  }
}
@media (max-width: 1023px) {
  .roadmap__subtitle {
    display: none;
  }
}
.roadmap__content {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding-left: 500px;
}
@media (max-width: 3839px) {
  .roadmap__content {
    padding-left: 250px;
  }
}
@media (max-width: 2047px) {
  .roadmap__content {
    padding-left: 150px;
  }
}
@media (max-width: 1023px) {
  .roadmap__content {
    display: grid;
    grid-template-columns: 770px 770px;
    grid-template-rows: 60px 1fr;
    gap: 30px 0;
    padding-left: 20px;
  }
}
.roadmap__content .roadmap__content_first-row {
  display: flex;
  margin-bottom: 469px;
  padding-left: 150px;
}
@media (max-width: 3839px) {
  .roadmap__content .roadmap__content_first-row {
    margin-bottom: 289px;
    padding-left: 100px;
  }
}
@media (max-width: 2047px) {
  .roadmap__content .roadmap__content_first-row {
    margin-bottom: 239px;
    padding-left: 80px;
  }
}
@media (max-width: 1023px) {
  .roadmap__content .roadmap__content_first-row {
    margin-bottom: 0;
    padding-left: 20px;
    grid-row: 2/3;
    grid-column: 1/2;
  }
}
.roadmap__content .roadmap__content_first-row_article {
  position: relative;
  width: 1500px;
  height: 575px;
  padding-top: 50px;
  padding-left: 150px;
}
@media (max-width: 3839px) {
  .roadmap__content .roadmap__content_first-row_article {
    width: 1200px;
    height: 415px;
    padding-top: 35px;
    padding-left: 75px;
  }
}
@media (max-width: 2047px) {
  .roadmap__content .roadmap__content_first-row_article {
    width: 570px;
    height: 250px;
    padding-top: 20px;
    padding-left: 55px;
  }
}
@media (max-width: 1023px) {
  .roadmap__content .roadmap__content_first-row_article {
    width: 340px;
    height: 450px;
    padding-left: 40px;
  }
}
.roadmap__content .roadmap__content_first-row_article::before {
  content: "";
  position: absolute;
  top: 21%;
  left: 5%;
  width: 3px;
  height: 40%;
  background-color: var(--caribbean-green);
}
@media (max-width: 3839px) {
  .roadmap__content .roadmap__content_first-row_article::before {
    left: 2.05%;
  }
}
@media (max-width: 2047px) {
  .roadmap__content .roadmap__content_first-row_article::before {
    left: 4.6%;
    width: 0.5px;
  }
}
@media (max-width: 1023px) {
  .roadmap__content .roadmap__content_first-row_article::before {
    width: 1px;
    top: 11%;
    left: 7%;
  }
}
.roadmap__content .roadmap__content_first-row_article--first {
  margin-right: 300px;
  background: rgba(64, 70, 205, 0.05);
  border: 1px solid #01c2ab;
  border-radius: 15px;
}
@media (max-width: 3839px) {
  .roadmap__content .roadmap__content_first-row_article--first {
    margin-right: 150px;
  }
}
@media (max-width: 2047px) {
  .roadmap__content .roadmap__content_first-row_article--first {
    margin-right: 115px;
  }
}
@media (max-width: 1023px) {
  .roadmap__content .roadmap__content_first-row_article--first {
    margin-right: 35px;
  }
}
.roadmap__content .roadmap__content_first-row_article--first::before {
  height: 40%;
}
@media (max-width: 2047px) {
  .roadmap__content .roadmap__content_first-row_article--first::before {
    height: 38%;
  }
}
@media (max-width: 1023px) {
  .roadmap__content .roadmap__content_first-row_article--first::before {
    height: 22%;
    left: 7.12%;
  }
}
.roadmap__content .roadmap__content_first-row_article--first .roadmap__content_first-row_article-img1 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/content/roadmap/first_article-4k.png");
  background-repeat: no-repeat;
  background-size: 375px 525px;
  background-position: 100% 0%;
}
@media (max-width: 3839px) {
  .roadmap__content .roadmap__content_first-row_article--first .roadmap__content_first-row_article-img1 {
    background-size: 300px 400px;
  }
}
@media (max-width: 2047px) {
  .roadmap__content .roadmap__content_first-row_article--first .roadmap__content_first-row_article-img1 {
    background-size: 145px 228px;
  }
}
@media (max-width: 1434px) {
  .roadmap__content .roadmap__content_first-row_article--first .roadmap__content_first-row_article-img1 {
    background-image: url("/content/roadmap/first_article.png");
  }
}
@media (max-width: 1023px) {
  .roadmap__content .roadmap__content_first-row_article--first .roadmap__content_first-row_article-img1 {
    background-image: url("/content/roadmap/first_article_mini.png");
    background-size: 270px 205px;
    background-position: 50% 99%;
  }
}
.roadmap__content .roadmap__content_first-row_article--second {
  background: rgba(253, 126, 41, 0.05);
  border: 1px solid #01c2ab;
  border-radius: 15px;
}
@media (max-width: 1023px) {
  .roadmap__content .roadmap__content_first-row_article--second {
    margin-right: 35px;
  }
}
.roadmap__content .roadmap__content_first-row_article--second::before {
  height: 49%;
}
@media (max-width: 2047px) {
  .roadmap__content .roadmap__content_first-row_article--second::before {
    height: 45%;
  }
}
@media (max-width: 1023px) {
  .roadmap__content .roadmap__content_first-row_article--second::before {
    height: 26%;
    left: 7.2%;
  }
}
.roadmap__content .roadmap__content_first-row_article--second .roadmap__content_first-row_article-img2 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/content/roadmap/second_article-4k.png");
  background-repeat: no-repeat;
  background-size: 375px 525px;
  background-position: 98% 0%;
}
@media (max-width: 3839px) {
  .roadmap__content .roadmap__content_first-row_article--second .roadmap__content_first-row_article-img2 {
    background-size: 300px 400px;
  }
}
@media (max-width: 2047px) {
  .roadmap__content .roadmap__content_first-row_article--second .roadmap__content_first-row_article-img2 {
    background-size: 134px 228px;
  }
}
@media (max-width: 1434px) {
  .roadmap__content .roadmap__content_first-row_article--second .roadmap__content_first-row_article-img2 {
    background-image: url("/content/roadmap/second_article.png");
  }
}
@media (max-width: 1023px) {
  .roadmap__content .roadmap__content_first-row_article--second .roadmap__content_first-row_article-img2 {
    background-image: url("/content/roadmap/second_article_mini.png");
    background-size: 265px 192px;
    background-position: 50% 95%;
  }
}
.roadmap__content .roadmap__content_first-row_article_event {
  display: flex;
  flex-direction: column;
}
.roadmap__content .roadmap__content_first-row_article_event:not(:last-child) {
  margin-bottom: 45px;
}
@media (max-width: 3839px) {
  .roadmap__content .roadmap__content_first-row_article_event:not(:last-child) {
    margin-bottom: 25px;
  }
}
@media (max-width: 2047px) {
  .roadmap__content .roadmap__content_first-row_article_event:not(:last-child) {
    margin-bottom: 10px;
  }
}
.roadmap__content .roadmap__content_first-row_article_event_status {
  margin-bottom: 25px;
  font-size: 32px;
  line-height: 27px;
  color: var(--caribbean-green);
}
@media (max-width: 3839px) {
  .roadmap__content .roadmap__content_first-row_article_event_status {
    margin-bottom: 17px;
    font-size: 24px;
    line-height: 22px;
  }
}
@media (max-width: 2047px) {
  .roadmap__content .roadmap__content_first-row_article_event_status {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
  }
}
@media (max-width: 1023px) {
  .roadmap__content .roadmap__content_first-row_article_event_status {
    font-size: 12px;
  }
}
.roadmap__content .roadmap__content_first-row_article_event_title {
  position: relative;
  margin: 0;
  margin-bottom: 35px;
  font-size: 45px;
  line-height: 28px;
  color: var(--white);
}
@media (max-width: 3839px) {
  .roadmap__content .roadmap__content_first-row_article_event_title {
    margin-bottom: 23px;
    font-size: 32px;
    line-height: 24px;
  }
}
@media (max-width: 2047px) {
  .roadmap__content .roadmap__content_first-row_article_event_title {
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 1023px) {
  .roadmap__content .roadmap__content_first-row_article_event_title {
    font-size: 14px;
  }
}
.roadmap__content .roadmap__content_first-row_article_event_title::after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  left: -6%;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: var(--caribbean-green);
}
@media (max-width: 3839px) {
  .roadmap__content .roadmap__content_first-row_article_event_title::after {
    left: -5%;
  }
}
@media (max-width: 2047px) {
  .roadmap__content .roadmap__content_first-row_article_event_title::after {
    top: 40%;
    left: -6%;
    width: 5px;
    height: 5px;
  }
}
.roadmap__content .roadmap__content_first-row_article_event_list {
  padding-left: 45px;
  list-style-type: initial;
}
@media (max-width: 3839px) {
  .roadmap__content .roadmap__content_first-row_article_event_list {
    padding-left: 35px;
  }
}
@media (max-width: 2047px) {
  .roadmap__content .roadmap__content_first-row_article_event_list {
    padding-left: 22px;
    width: 70%;
  }
}
@media (max-width: 1023px) {
  .roadmap__content .roadmap__content_first-row_article_event_list {
    width: 95%;
  }
}
.roadmap__content .roadmap__content_first-row_article_event_list_item {
  font-size: 30px;
  line-height: 23px;
  color: var(--white);
}
@media (max-width: 3839px) {
  .roadmap__content .roadmap__content_first-row_article_event_list_item {
    font-size: 21px;
    line-height: 18px;
  }
}
@media (max-width: 2047px) {
  .roadmap__content .roadmap__content_first-row_article_event_list_item {
    font-size: 12px;
    line-height: 20px;
  }
}
@media (max-width: 1023px) {
  .roadmap__content .roadmap__content_first-row_article_event_list_item {
    font-size: 10px;
  }
}
.roadmap__content .roadmap__content_first-row_article_event_list_item::marker {
  color: var(--white);
}
.roadmap__content .roadmap__content_first-row_article_event_list_item:not(:last-child) {
  margin-bottom: 25px;
}
@media (max-width: 3839px) {
  .roadmap__content .roadmap__content_first-row_article_event_list_item:not(:last-child) {
    margin-bottom: 17px;
  }
}
@media (max-width: 2047px) {
  .roadmap__content .roadmap__content_first-row_article_event_list_item:not(:last-child) {
    margin-bottom: 0;
  }
}
.roadmap__content .roadmap-content-second-row-wrapper {
  left: 510px;
  top: 747px;
  width: 100%;
  height: 100%;
  position: absolute;
}
@media (max-width: 3839px) {
  .roadmap__content .roadmap-content-second-row-wrapper {
    left: 252px;
    top: 511px;
  }
}
@media (max-width: 2047px) {
  .roadmap__content .roadmap-content-second-row-wrapper {
    left: 137px;
    top: 330px;
  }
}
@media (max-width: 1023px) {
  .roadmap__content .roadmap-content-second-row-wrapper {
    left: 20px;
    top: 0px;
  }
}
.roadmap__content .roadmap__content_second-row {
  position: relative;
  margin-bottom: 150px;
  padding-left: 75px;
}
@media (max-width: 3839px) {
  .roadmap__content .roadmap__content_second-row {
    margin-bottom: 100px;
    padding-left: 50px;
  }
}
@media (max-width: 2047px) {
  .roadmap__content .roadmap__content_second-row {
    margin-bottom: 80px;
    padding-left: 53px;
  }
}
@media (max-width: 1023px) {
  .roadmap__content .roadmap__content_second-row {
    margin-bottom: 0;
    padding-left: 148px;
    grid-row: 1/2;
    grid-column: 1/3;
  }
}
.roadmap__content .roadmap__content_second-row .roadmap__content_second-row_rectangle {
  position: absolute;
}
.roadmap__content .roadmap__content_second-row .roadmap__content_second-row_rectangle:nth-child(1) {
  top: -67%;
  left: 2.7%;
  width: 934px;
  height: 108px;
  border-top: 3px solid var(--caribbean-green);
  border-left: 3px solid var(--caribbean-green);
  border-right: 3px solid var(--caribbean-green);
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
}
@media (max-width: 3839px) {
  .roadmap__content .roadmap__content_second-row .roadmap__content_second-row_rectangle:nth-child(1) {
    top: -53%;
    left: 2.7%;
    width: 693px;
    height: 65px;
  }
}
@media (max-width: 2047px) {
  .roadmap__content .roadmap__content_second-row .roadmap__content_second-row_rectangle:nth-child(1) {
    top: -80%;
    left: 4.7%;
    height: 60px;
    width: 367px;
    border-width: 1px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
  }
}
@media (max-width: 1023px) {
  .roadmap__content .roadmap__content_second-row .roadmap__content_second-row_rectangle:nth-child(1) {
    top: -6%;
    left: 11.3%;
    width: 350px;
    height: 18px;
    border-radius: 0;
    border: none;
    border-top: 1px solid var(--caribbean-green);
    border-left: 1px solid var(--caribbean-green);
    border-right: 1px solid var(--caribbean-green);
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
  }
}
.roadmap__content .roadmap__content_second-row .roadmap__content_second-row_rectangle:nth-child(2) {
  top: 84%;
  left: 20.8%;
  width: 934px;
  height: 108px;
  border-bottom: 3px solid var(--caribbean-green);
  border-left: 3px solid var(--caribbean-green);
  border-right: 3px solid var(--caribbean-green);
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
}
@media (max-width: 3839px) {
  .roadmap__content .roadmap__content_second-row .roadmap__content_second-row_rectangle:nth-child(2) {
    top: 85%;
    left: 21.9%;
    width: 695px;
    height: 65px;
  }
}
@media (max-width: 2047px) {
  .roadmap__content .roadmap__content_second-row .roadmap__content_second-row_rectangle:nth-child(2) {
    top: 121%;
    left: 22.8%;
    height: 60px;
    width: 369px;
    border-width: 1px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
  }
}
@media (max-width: 1023px) {
  .roadmap__content .roadmap__content_second-row .roadmap__content_second-row_rectangle:nth-child(2) {
    top: -6%;
    left: 32%;
    width: 351px;
    height: 18px;
    border-radius: 0;
    border: none;
    border-top: 1px solid var(--caribbean-green);
    border-left: 1px solid var(--caribbean-green);
    border-right: 1px solid var(--caribbean-green);
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
  }
}
.roadmap__content .roadmap__content_second-row .roadmap__content_second-row_rectangle:nth-child(3) {
  top: -67%;
  left: 38.8%;
  width: 934px;
  height: 108px;
  border-top: 3px solid var(--caribbean-green);
  border-left: 3px solid var(--caribbean-green);
  border-right: 3px solid var(--caribbean-green);
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
}
@media (max-width: 3839px) {
  .roadmap__content .roadmap__content_second-row .roadmap__content_second-row_rectangle:nth-child(3) {
    top: -53%;
    left: 41.2%;
    width: 692px;
    height: 65px;
  }
}
@media (max-width: 2047px) {
  .roadmap__content .roadmap__content_second-row .roadmap__content_second-row_rectangle:nth-child(3) {
    height: 60px;
    top: -79%;
    left: 41%;
    width: 367px;
    border-width: 1px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
  }
}
@media (max-width: 1023px) {
  .roadmap__content .roadmap__content_second-row .roadmap__content_second-row_rectangle:nth-child(3) {
    top: -6%;
    left: 52.8%;
    width: 350px;
    height: 18px;
    border-radius: 0;
    border: none;
    border-top: 1px solid var(--caribbean-green);
    border-left: 1px solid var(--caribbean-green);
    border-right: 1px solid var(--caribbean-green);
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
  }
}
.roadmap__content .roadmap__content_second-row .roadmap__content_second-row_rectangle:nth-child(4) {
  top: 84%;
  left: 56.9%;
  width: 936px;
  height: 108px;
  border-bottom: 3px solid var(--caribbean-green);
  border-left: 3px solid var(--caribbean-green);
  border-right: 3px solid var(--caribbean-green);
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
}
@media (max-width: 3839px) {
  .roadmap__content .roadmap__content_second-row .roadmap__content_second-row_rectangle:nth-child(4) {
    top: 85%;
    left: 60.45%;
    width: 693px;
    height: 65px;
  }
}
@media (max-width: 2047px) {
  .roadmap__content .roadmap__content_second-row .roadmap__content_second-row_rectangle:nth-child(4) {
    top: 121%;
    height: 60px;
    left: 59.1%;
    width: 370px;
    border-width: 1px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
  }
}
@media (max-width: 1023px) {
  .roadmap__content .roadmap__content_second-row .roadmap__content_second-row_rectangle:nth-child(4) {
    top: -6%;
    left: 73.6%;
    width: 349px;
    height: 18px;
    border: none;
    border-radius: 0;
    border-top: 1px solid var(--caribbean-green);
    border-left: 1px solid var(--caribbean-green);
    border-right: 1px solid var(--caribbean-green);
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
  }
}
.roadmap__content .roadmap__content_second-row .roadmap__content_second-row_list {
  display: flex;
}
@media (max-width: 2047px) {
  .roadmap__content .roadmap__content_second-row .roadmap__content_second-row_list {
    height: 58px;
  }
}
.roadmap__content .roadmap__content_second-row .roadmap__content_second-row_list .roadmap__content_second-row_list_item {
  position: relative;
  margin-right: 800px;
  width: 130px;
  height: 130px;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 3839px) {
  .roadmap__content .roadmap__content_second-row .roadmap__content_second-row_list .roadmap__content_second-row_list_item {
    margin-right: 595px;
    width: 94px;
    height: 94px;
  }
}
@media (max-width: 2047px) {
  .roadmap__content .roadmap__content_second-row .roadmap__content_second-row_list .roadmap__content_second-row_list_item {
    margin-right: 281px;
    width: 84px;
    height: 84px;
  }
}
@media (max-width: 1023px) {
  .roadmap__content .roadmap__content_second-row .roadmap__content_second-row_list .roadmap__content_second-row_list_item {
    margin-right: 290px;
  }
}
.roadmap__content .roadmap__content_second-row .roadmap__content_second-row_list .roadmap__content_second-row_list_item_line1, .roadmap__content .roadmap__content_second-row .roadmap__content_second-row_list .roadmap__content_second-row_list_item_line2, .roadmap__content .roadmap__content_second-row .roadmap__content_second-row_list .roadmap__content_second-row_list_item_line3, .roadmap__content .roadmap__content_second-row .roadmap__content_second-row_list .roadmap__content_second-row_list_item_line4, .roadmap__content .roadmap__content_second-row .roadmap__content_second-row_list .roadmap__content_second-row_list_item_star1, .roadmap__content .roadmap__content_second-row .roadmap__content_second-row_list .roadmap__content_second-row_list_item_star2, .roadmap__content .roadmap__content_second-row .roadmap__content_second-row_list .roadmap__content_second-row_list_item_star3, .roadmap__content .roadmap__content_second-row .roadmap__content_second-row_list .roadmap__content_second-row_list_item_star4, .roadmap__content .roadmap__content_second-row .roadmap__content_second-row_list .roadmap__content_second-row_list_item_text5 {
  position: absolute;
}
.roadmap__content .roadmap__content_second-row .roadmap__content_second-row_list .roadmap__content_second-row_list_item:nth-child(1) {
  background-image: url("../content/roadmap/img-fon-1-4k.png");
}
@media (max-width: 1434px) {
  .roadmap__content .roadmap__content_second-row .roadmap__content_second-row_list .roadmap__content_second-row_list_item:nth-child(1) {
    background-image: url("../content/roadmap/img-fon-1.png");
  }
}
.roadmap__content .roadmap__content_second-row .roadmap__content_second-row_list .roadmap__content_second-row_list_item_star1 {
  top: -441%;
  left: -119%;
  width: 150px;
  height: 150px;
  background-image: url("/content/roadmap//star1-4k.png");
  background-size: 100% 100%;
}
@media (max-width: 3839px) {
  .roadmap__content .roadmap__content_second-row .roadmap__content_second-row_list .roadmap__content_second-row_list_item_star1 {
    width: 100px;
    height: 100px;
    top: -439%;
    left: -89%;
  }
}
@media (max-width: 2047px) {
  .roadmap__content .roadmap__content_second-row .roadmap__content_second-row_list .roadmap__content_second-row_list_item_star1 {
    top: -323%;
    left: -58%;
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 1023px) {
  .roadmap__content .roadmap__content_second-row .roadmap__content_second-row_list .roadmap__content_second-row_list_item_star1 {
    top: 263%;
    left: -194.5%;
    width: 30px;
    height: 30px;
  }
}
.roadmap__content .roadmap__content_second-row .roadmap__content_second-row_list .roadmap__content_second-row_list_item_line1 {
  top: -370%;
  left: -62%;
  width: 104px;
  height: 550px;
  border-left: 3px solid var(--caribbean-green);
  border-bottom: 3px solid var(--caribbean-green);
}
@media (max-width: 3839px) {
  .roadmap__content .roadmap__content_second-row .roadmap__content_second-row_list .roadmap__content_second-row_list_item_line1 {
    top: -385%;
    left: -37%;
    width: 50px;
    height: 410px;
  }
}
@media (max-width: 2047px) {
  .roadmap__content .roadmap__content_second-row .roadmap__content_second-row_list .roadmap__content_second-row_list_item_line1 {
    top: -281%;
    left: -23%;
    width: 33px;
    height: 280px;
    border-width: 1px;
  }
}
@media (max-width: 1023px) {
  .roadmap__content .roadmap__content_second-row .roadmap__content_second-row_list .roadmap__content_second-row_list_item_line1 {
    height: 172px;
    width: 166px;
    top: 72%;
    left: -177%;
    border: none;
    transform: none;
    border-left: 1px solid var(--caribbean-green);
    border-top: 1px solid var(--caribbean-green);
  }
}
.roadmap__content .roadmap__content_second-row .roadmap__content_second-row_list .roadmap__content_second-row_list_item:nth-child(2) {
  background-image: url("../content/roadmap/img-fon-2-4k.png");
}
@media (max-width: 1434px) {
  .roadmap__content .roadmap__content_second-row .roadmap__content_second-row_list .roadmap__content_second-row_list_item:nth-child(2) {
    background-image: url("../content/roadmap/img-fon-2.png");
  }
}
.roadmap__content .roadmap__content_second-row .roadmap__content_second-row_list .roadmap__content_second-row_list_item_star2 {
  bottom: -438%;
  left: -224%;
  width: 150px;
  height: 150px;
  background-image: url("/content/roadmap/star2-4k.png");
  background-size: 100% 100%;
}
@media (max-width: 3839px) {
  .roadmap__content .roadmap__content_second-row .roadmap__content_second-row_list .roadmap__content_second-row_list_item_star2 {
    width: 100px;
    height: 100px;
    bottom: -389%;
    left: -307%;
  }
}
@media (max-width: 2047px) {
  .roadmap__content .roadmap__content_second-row .roadmap__content_second-row_list .roadmap__content_second-row_list_item_star2 {
    bottom: -240%;
    left: -104%;
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 1023px) {
  .roadmap__content .roadmap__content_second-row .roadmap__content_second-row_list .roadmap__content_second-row_list_item_star2 {
    top: 263%;
    left: -190%;
    width: 30px;
    height: 30px;
  }
}
.roadmap__content .roadmap__content_second-row .roadmap__content_second-row_list .roadmap__content_second-row_list_item_line2 {
  bottom: -372%;
  left: -166%;
  width: 239px;
  height: 550px;
  border-right: 3px solid var(--caribbean-green);
  border-bottom: 3px solid var(--caribbean-green);
  transform: rotate(180deg);
}
@media (max-width: 3839px) {
  .roadmap__content .roadmap__content_second-row .roadmap__content_second-row_list .roadmap__content_second-row_list_item_line2 {
    bottom: -323%;
    left: -255%;
    width: 258px;
    height: 350px;
  }
}
@media (max-width: 2047px) {
  .roadmap__content .roadmap__content_second-row .roadmap__content_second-row_list .roadmap__content_second-row_list_item_line2 {
    bottom: -212%;
    left: -68%;
    width: 70px;
    height: 220px;
    border-width: 1px;
  }
}
@media (max-width: 1023px) {
  .roadmap__content .roadmap__content_second-row .roadmap__content_second-row_list .roadmap__content_second-row_list_item_line2 {
    bottom: -175%;
    left: -172.5%;
    width: 161px;
    height: 172px;
    border: none;
    transform: none;
    border-left: 1px solid var(--caribbean-green);
    border-top: 1px solid var(--caribbean-green);
  }
}
.roadmap__content .roadmap__content_second-row .roadmap__content_second-row_list .roadmap__content_second-row_list_item:nth-child(3) {
  background-image: url("../content/roadmap/img-fon-3-4k.png");
}
@media (max-width: 1434px) {
  .roadmap__content .roadmap__content_second-row .roadmap__content_second-row_list .roadmap__content_second-row_list_item:nth-child(3) {
    background-image: url("../content/roadmap/img-fon-3.png");
  }
}
.roadmap__content .roadmap__content_second-row .roadmap__content_second-row_list .roadmap__content_second-row_list_item_star3 {
  top: -441%;
  left: -166%;
  width: 150px;
  height: 150px;
  background-image: url("/content/roadmap/star3-4k.png");
  background-size: 100% 100%;
}
@media (max-width: 3839px) {
  .roadmap__content .roadmap__content_second-row .roadmap__content_second-row_list .roadmap__content_second-row_list_item_star3 {
    width: 100px;
    height: 100px;
    top: -439%;
    left: -112%;
  }
}
@media (max-width: 2047px) {
  .roadmap__content .roadmap__content_second-row .roadmap__content_second-row_list .roadmap__content_second-row_list_item_star3 {
    top: -323%;
    left: -108%;
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 1023px) {
  .roadmap__content .roadmap__content_second-row .roadmap__content_second-row_list .roadmap__content_second-row_list_item_star3 {
    top: 263%;
    left: -190%;
    width: 30px;
    height: 30px;
  }
}
.roadmap__content .roadmap__content_second-row .roadmap__content_second-row_list .roadmap__content_second-row_list_item_line3 {
  top: -370%;
  left: -108%;
  width: 163px;
  height: 550px;
  border-left: 3px solid var(--caribbean-green);
  border-bottom: 3px solid var(--caribbean-green);
}
@media (max-width: 3839px) {
  .roadmap__content .roadmap__content_second-row .roadmap__content_second-row_list .roadmap__content_second-row_list_item_line3 {
    top: -377%;
    left: -60%;
    width: 72px;
    height: 405px;
  }
}
@media (max-width: 2047px) {
  .roadmap__content .roadmap__content_second-row .roadmap__content_second-row_list .roadmap__content_second-row_list_item_line3 {
    top: -281%;
    left: -73%;
    width: 75px;
    height: 280px;
    border-width: 1px;
  }
}
@media (max-width: 1023px) {
  .roadmap__content .roadmap__content_second-row .roadmap__content_second-row_list .roadmap__content_second-row_list_item_line3 {
    top: 72%;
    left: -172%;
    width: 161px;
    height: 172px;
    border: none;
    transform: none;
    border-left: 1px solid var(--caribbean-green);
    border-top: 1px solid var(--caribbean-green);
  }
}
.roadmap__content .roadmap__content_second-row .roadmap__content_second-row_list .roadmap__content_second-row_list_item:nth-child(4) {
  background-image: url("../content/roadmap/img-fon-4-4k.png");
}
@media (max-width: 1434px) {
  .roadmap__content .roadmap__content_second-row .roadmap__content_second-row_list .roadmap__content_second-row_list_item:nth-child(4) {
    background-image: url("../content/roadmap/img-fon-4.png");
  }
}
.roadmap__content .roadmap__content_second-row .roadmap__content_second-row_list .roadmap__content_second-row_list_item_star4 {
  bottom: -438%;
  left: -193%;
  width: 150px;
  height: 150px;
  background-image: url("/content/roadmap/star4-4k.png");
  background-size: 100% 100%;
}
@media (max-width: 3839px) {
  .roadmap__content .roadmap__content_second-row .roadmap__content_second-row_list .roadmap__content_second-row_list_item_star4 {
    width: 100px;
    height: 100px;
    bottom: -389%;
    left: -333%;
  }
}
@media (max-width: 2047px) {
  .roadmap__content .roadmap__content_second-row .roadmap__content_second-row_list .roadmap__content_second-row_list_item_star4 {
    bottom: -240%;
    left: -157%;
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 1023px) {
  .roadmap__content .roadmap__content_second-row .roadmap__content_second-row_list .roadmap__content_second-row_list_item_star4 {
    top: 263%;
    left: -189.5%;
    width: 30px;
    height: 30px;
  }
}
.roadmap__content .roadmap__content_second-row .roadmap__content_second-row_list .roadmap__content_second-row_list_item_line4 {
  bottom: -375%;
  left: -134%;
  width: 195px;
  height: 550px;
  border-right: 3px solid var(--caribbean-green);
  border-bottom: 3px solid var(--caribbean-green);
  transform: rotate(180deg);
}
@media (max-width: 3839px) {
  .roadmap__content .roadmap__content_second-row .roadmap__content_second-row_list .roadmap__content_second-row_list_item_line4 {
    bottom: -325%;
    left: -281%;
    width: 280px;
    height: 350px;
  }
}
@media (max-width: 2047px) {
  .roadmap__content .roadmap__content_second-row .roadmap__content_second-row_list .roadmap__content_second-row_list_item_line4 {
    bottom: -213%;
    left: -121%;
    width: 116px;
    height: 220px;
    border-width: 1px;
  }
}
@media (max-width: 1023px) {
  .roadmap__content .roadmap__content_second-row .roadmap__content_second-row_list .roadmap__content_second-row_list_item_line4 {
    bottom: -175%;
    left: -171%;
    width: 160px;
    height: 172px;
    border: none;
    transform: none;
    border-left: 1px solid var(--caribbean-green);
    border-top: 1px solid var(--caribbean-green);
  }
}
.roadmap__content .roadmap__content_second-row .roadmap__content_second-row_list .roadmap__content_second-row_list_item:nth-child(5) {
  background-image: url("../content/roadmap/img-fon-5.png");
  margin-right: 0px;
}
.roadmap__content .roadmap__content_second-row .roadmap__content_second-row_list .roadmap__content_second-row_list_item_text5 {
  left: -491%;
  top: 40%;
  font-family: "Eastman";
  font-size: 35px;
  line-height: 28px;
  color: var(--caribbean-green);
  filter: unset;
}
@media (max-width: 3839px) {
  .roadmap__content .roadmap__content_second-row .roadmap__content_second-row_list .roadmap__content_second-row_list_item_text5 {
    left: -568%;
    top: 32%;
  }
}
@media (max-width: 2047px) {
  .roadmap__content .roadmap__content_second-row .roadmap__content_second-row_list .roadmap__content_second-row_list_item_text5 {
    top: 41%;
    left: -263%;
    font-size: 12px;
    line-height: 17px;
  }
}
@media (max-width: 1023px) {
  .roadmap__content .roadmap__content_second-row .roadmap__content_second-row_list .roadmap__content_second-row_list_item_text5 {
    left: -265%;
  }
}
.roadmap__content_third-row {
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media (max-width: 2047px) {
  .roadmap__content_third-row {
    padding-left: 40px;
  }
}
@media (max-width: 1023px) {
  .roadmap__content_third-row {
    padding-left: 0;
    grid-column: 2/3;
    grid-row: 2/3;
  }
}
.roadmap__content_third-row_image {
  margin-top: -100px;
  margin-right: 300px;
  width: 650px;
  height: 650px;
}
@media (max-width: 3839px) {
  .roadmap__content_third-row_image {
    width: 430px;
    height: 430px;
    margin-right: 150px;
  }
}
@media (max-width: 2047px) {
  .roadmap__content_third-row_image {
    width: 256px;
    height: 256px;
    margin-right: 110px;
    margin-top: -50px;
  }
}
@media (max-width: 1023px) {
  .roadmap__content_third-row_image {
    display: none;
  }
}
.roadmap__content_third-row_article {
  position: relative;
  width: 1600px;
  height: 550px;
  padding-top: 90px;
  padding-left: 175px;
}
@media (max-width: 3839px) {
  .roadmap__content_third-row_article {
    width: 1200px;
    height: 415px;
    padding-top: 80px;
    padding-left: 75px;
  }
}
@media (max-width: 2047px) {
  .roadmap__content_third-row_article {
    width: 570px;
    height: 250px;
    padding-left: 60px;
    padding-top: 45px;
  }
}
@media (max-width: 1023px) {
  .roadmap__content_third-row_article {
    padding-left: 44px;
    padding-top: 44px;
    width: 340px;
    height: 450px;
  }
}
.roadmap__content_third-row_article--first {
  margin-right: 300px;
  background: rgba(1, 194, 171, 0.05);
  border: 1px solid #01c2ab;
  border-radius: 15px;
}
@media (max-width: 3839px) {
  .roadmap__content_third-row_article--first {
    margin-right: 150px;
  }
}
@media (max-width: 2047px) {
  .roadmap__content_third-row_article--first {
    margin-right: 115px;
  }
}
@media (max-width: 1023px) {
  .roadmap__content_third-row_article--first {
    margin-right: 35px;
  }
}
.roadmap__content_third-row_article--first .roadmap__content_first-row_article-img3 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/content/roadmap/third_article-4k.png");
  background-size: 350px 530px;
  background-repeat: no-repeat;
  background-position: 97% 75%;
}
@media (max-width: 3839px) {
  .roadmap__content_third-row_article--first .roadmap__content_first-row_article-img3 {
    background-size: 275px 400px;
  }
}
@media (max-width: 2047px) {
  .roadmap__content_third-row_article--first .roadmap__content_first-row_article-img3 {
    background-size: 120px 220px;
    background-position: 97% 55%;
  }
}
@media (max-width: 1434px) {
  .roadmap__content_third-row_article--first .roadmap__content_first-row_article-img3 {
    background-image: url("/content/roadmap/third_article.png");
  }
}
@media (max-width: 1023px) {
  .roadmap__content_third-row_article--first .roadmap__content_first-row_article-img3 {
    background-image: url("/content/roadmap/third_article_mini.png");
    background-size: 290px 215px;
    background-position: 50% 97%;
  }
}
.roadmap__content_third-row_article--second {
  background: rgba(235, 27, 32, 0.05);
  border: 1px solid #01c2ab;
  border-radius: 15px;
}
.roadmap__content_third-row_article--second .roadmap__content_first-row_article-img4 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/content/roadmap/fourth_article-4k.png");
  background-size: 600px 1000px;
  background-repeat: no-repeat;
  background-position: 123% 46%;
}
@media (max-width: 3839px) {
  .roadmap__content_third-row_article--second .roadmap__content_first-row_article-img4 {
    background-size: 500px 775px;
    background-position: 124% 46%;
  }
}
@media (max-width: 2047px) {
  .roadmap__content_third-row_article--second .roadmap__content_first-row_article-img4 {
    background-size: 235px 380px;
    background-position: 129% 50%;
  }
}
@media (max-width: 1434px) {
  .roadmap__content_third-row_article--second .roadmap__content_first-row_article-img4 {
    background-image: url("/content/roadmap/fourth_article.png");
  }
}
@media (max-width: 1023px) {
  .roadmap__content_third-row_article--second .roadmap__content_first-row_article-img4 {
    background-image: url("/content/roadmap/fourth_article_mini.png");
    background-size: 218px 273px;
    background-position: 50% 97%;
  }
}
.roadmap__content_third-row_article_event {
  display: flex;
  flex-direction: column;
}
.roadmap__content_third-row_article_event_status {
  display: inline-block;
  margin-bottom: 25px;
  font-size: 32px;
  line-height: 29px;
  color: var(--caribbean-green);
}
@media (max-width: 3839px) {
  .roadmap__content_third-row_article_event_status {
    margin-bottom: 17px;
    font-size: 24px;
    line-height: 22px;
  }
}
@media (max-width: 2047px) {
  .roadmap__content_third-row_article_event_status {
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 20px;
  }
}
@media (max-width: 1023px) {
  .roadmap__content_third-row_article_event_status {
    margin-bottom: 0;
    font-size: 12px;
  }
}
.roadmap__content_third-row_article_event_title {
  display: inline-block;
  margin: 0;
  margin-bottom: 35px;
  font-size: 45px;
  line-height: 37px;
  color: var(--white);
}
@media (max-width: 3839px) {
  .roadmap__content_third-row_article_event_title {
    margin-bottom: 24px;
    font-size: 32px;
    line-height: 27px;
  }
}
@media (max-width: 2047px) {
  .roadmap__content_third-row_article_event_title {
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 1023px) {
  .roadmap__content_third-row_article_event_title {
    font-size: 14px;
  }
}
.roadmap__content_third-row_article_event_list {
  width: 70%;
  padding-left: 45px;
  margin-bottom: 50px;
  list-style-type: initial;
}
@media (max-width: 3839px) {
  .roadmap__content_third-row_article_event_list {
    padding-left: 40px;
    margin-bottom: 25px;
  }
}
@media (max-width: 2047px) {
  .roadmap__content_third-row_article_event_list {
    margin-bottom: 10px;
    padding-left: 22px;
  }
}
.roadmap__content_third-row_article_event_list_item {
  font-size: 30px;
  line-height: 32px;
  color: var(--white);
}
@media (max-width: 3839px) {
  .roadmap__content_third-row_article_event_list_item {
    font-size: 21px;
    line-height: 28px;
  }
}
@media (max-width: 2047px) {
  .roadmap__content_third-row_article_event_list_item {
    font-size: 12px;
    line-height: 20px;
  }
}
@media (max-width: 1023px) {
  .roadmap__content_third-row_article_event_list_item {
    font-size: 10px;
  }
}
.roadmap__content_third-row_article_event_list_item::marker {
  color: var(--white);
}
.roadmap__content_third-row_article_event_list_item:not(:last-child) {
  margin-bottom: 25px;
}
@media (max-width: 3839px) {
  .roadmap__content_third-row_article_event_list_item:not(:last-child) {
    margin-bottom: 17px;
  }
}
@media (max-width: 2047px) {
  .roadmap__content_third-row_article_event_list_item:not(:last-child) {
    margin-bottom: 0;
  }
}
.roadmap__content_third-row_article_event_quote {
  width: 70%;
  font-size: 30px;
  line-height: 35px;
  color: var(--caribbean-green);
}
@media (max-width: 3839px) {
  .roadmap__content_third-row_article_event_quote {
    font-size: 21px;
    line-height: 25px;
  }
}
@media (max-width: 2047px) {
  .roadmap__content_third-row_article_event_quote {
    font-size: 13px;
    line-height: 20px;
  }
}
@media (max-width: 1023px) {
  .roadmap__content_third-row_article_event_quote {
    width: 95%;
  }
}/*# sourceMappingURL=style.css.map */