body {
  font-family: "Oxanium", cursive;
  margin: 0;
  background: #0A0B2B;
  overflow-x: hidden;
  max-width: 1920px;
}

.site {
  overflow-x: hidden;
}

@media (min-width: 1921px) {
  body {
    margin: 0 auto;
    border-left: 1px solid #FF5AFF;
    border-right: 1px solid #FF5AFF;
  }
}
p {
  font-family: "Open Sans", sans-serif;
}

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

.default_btn {
  padding: 10px 30px;
  background: #00F988;
  border-radius: 5px;
  text-transform: uppercase;
  font-family: "Oxanium", cursive;
  color: #000000;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  border: none;
  cursor: pointer;
  text-align: center;
  display: block;
}
.default_btn:hover {
  box-shadow: 0px 5px 10px rgba(0, 249, 136, 0.5);
  background: #29FF9E;
}
.default_btn:active {
  background: #29FF9E;
  box-shadow: none;
}

.header {
  background-color: #232323;
  display: flex;
  align-items: center;
  padding: 25px 20px;
}
.header_logo {
  width: 235px;
  margin-right: 23px;
}
.header_nav {
  width: 100%;
  margin-right: auto;
  max-width: 800px;
}
.header_nav ul {
  display: flex;
  justify-content: space-between;
  list-style-type: none;
  margin: 0 60px 0 0;
  padding: 0;
}
.header_nav ul li {
  color: #00F988;
}
.header_btn {
  display: flex;
  align-items: center;
}
.header_btn .default_btn {
  margin-right: 10px;
}
.header_btn_link {
  width: 40px;
  height: 40px;
  box-sizing: border-box;
  display: block;
  border: 2px solid #00F988;
  border-radius: 5px;
  margin-right: 10px;
  background-repeat: no-repeat;
  background-position: center center;
}
.header_btn_link:last-of-type {
  margin-right: 0;
}
.header_btn_link.discord {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.93 3.463A16.491 16.491 0 0 0 12.86 2.2a.062.062 0 0 0-.066.031c-.175.313-.37.72-.506 1.042a15.226 15.226 0 0 0-4.573 0A10.537 10.537 0 0 0 7.2 2.23a.064.064 0 0 0-.065-.03 16.447 16.447 0 0 0-4.07 1.262.058.058 0 0 0-.028.023C.444 7.36-.266 11.138.083 14.87a.069.069 0 0 0 .026.046 16.587 16.587 0 0 0 4.994 2.525.065.065 0 0 0 .07-.023c.385-.525.728-1.08 1.022-1.662a.063.063 0 0 0-.035-.088 10.917 10.917 0 0 1-1.56-.744.064.064 0 0 1-.007-.106c.105-.079.21-.16.31-.243a.062.062 0 0 1 .065-.008c3.273 1.494 6.817 1.494 10.051 0a.062.062 0 0 1 .066.007c.1.083.204.165.31.244a.064.064 0 0 1-.005.106c-.499.292-1.017.538-1.561.743a.064.064 0 0 0-.034.09c.3.58.643 1.135 1.02 1.66a.064.064 0 0 0 .07.024 16.532 16.532 0 0 0 5.003-2.524.065.065 0 0 0 .026-.046c.417-4.315-.699-8.062-2.957-11.384a.05.05 0 0 0-.026-.024ZM6.684 12.597c-.985 0-1.797-.904-1.797-2.015 0-1.111.796-2.016 1.797-2.016 1.01 0 1.814.913 1.798 2.016 0 1.11-.796 2.015-1.798 2.015Zm6.646 0c-.986 0-1.797-.904-1.797-2.015 0-1.111.796-2.016 1.797-2.016 1.009 0 1.813.913 1.797 2.016 0 1.11-.788 2.015-1.797 2.015Z' fill='%2300F988'/%3E%3C/svg%3E");
}
.header_btn_link.twitter {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M6.292 18.125c7.545 0 11.673-6.253 11.673-11.673 0-.176-.004-.356-.012-.532A8.332 8.332 0 0 0 20 3.796a8.09 8.09 0 0 1-2.355.645 4.125 4.125 0 0 0 1.804-2.27 8.247 8.247 0 0 1-2.605.996A4.108 4.108 0 0 0 9.85 6.91a11.654 11.654 0 0 1-8.456-4.284A4.108 4.108 0 0 0 2.664 8.1a4.108 4.108 0 0 1-1.86-.512v.051a4.102 4.102 0 0 0 3.293 4.023 4.078 4.078 0 0 1-1.851.07 4.111 4.111 0 0 0 3.831 2.852A8.23 8.23 0 0 1 0 16.282a11.64 11.64 0 0 0 6.292 1.843Z' fill='%2300F988'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h20v20H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.header_btn_link.instagram {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 1.8c2.672 0 2.988.012 4.04.06.976.042 1.503.206 1.855.343.464.18.8.399 1.148.746.352.352.566.684.746 1.149.137.351.3.882.344 1.855.047 1.055.058 1.371.058 4.04 0 2.671-.011 2.987-.058 4.038-.043.977-.207 1.504-.344 1.856-.18.465-.398.8-.746 1.148a3.077 3.077 0 0 1-1.148.746c-.352.137-.883.301-1.856.344-1.055.047-1.371.059-4.039.059-2.672 0-2.988-.012-4.04-.059-.976-.043-1.503-.207-1.855-.344-.464-.18-.8-.398-1.148-.746a3.076 3.076 0 0 1-.746-1.148c-.137-.352-.3-.883-.344-1.856-.047-1.054-.058-1.37-.058-4.039 0-2.672.011-2.988.058-4.039.043-.976.207-1.504.344-1.855.18-.465.398-.801.746-1.149a3.076 3.076 0 0 1 1.148-.746c.352-.137.883-.3 1.856-.344 1.05-.046 1.367-.058 4.039-.058ZM10 0C7.285 0 6.945.012 5.879.059 4.816.105 4.086.277 3.453.523A4.88 4.88 0 0 0 1.68 1.68 4.9 4.9 0 0 0 .523 3.45C.277 4.085.105 4.811.06 5.874.012 6.945 0 7.285 0 10s.012 3.055.059 4.121c.046 1.063.218 1.793.464 2.426.258.66.598 1.219 1.157 1.773a4.888 4.888 0 0 0 1.77 1.153c.636.246 1.362.418 2.425.465 1.066.046 1.406.058 4.121.058 2.715 0 3.055-.012 4.121-.058 1.063-.047 1.793-.22 2.426-.465a4.888 4.888 0 0 0 1.77-1.153 4.888 4.888 0 0 0 1.152-1.77c.246-.636.418-1.363.465-2.425.047-1.066.058-1.406.058-4.121 0-2.715-.011-3.055-.058-4.121-.047-1.063-.22-1.793-.465-2.426A4.683 4.683 0 0 0 18.32 1.68 4.889 4.889 0 0 0 16.55.527C15.915.281 15.188.11 14.126.062 13.055.012 12.715 0 10 0Z' fill='%2300F988'/%3E%3Cpath d='M10 4.863A5.138 5.138 0 0 0 4.863 10a5.138 5.138 0 0 0 10.273 0c0-2.836-2.3-5.137-5.136-5.137Zm0 8.469a3.333 3.333 0 1 1 .001-6.665A3.333 3.333 0 0 1 10 13.332ZM16.54 4.66a1.2 1.2 0 1 1-2.4 0 1.2 1.2 0 0 1 2.4 0Z' fill='%2300F988'/%3E%3C/svg%3E");
}
.header_btn_link.youtube {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.8 6s-.195-1.379-.796-1.984c-.762-.797-1.613-.801-2.004-.848-2.797-.203-6.996-.203-6.996-.203h-.008s-4.2 0-6.996.203c-.39.047-1.242.05-2.004.848C.395 4.62.203 6 .203 6S0 7.621 0 9.238v1.516c0 1.617.2 3.238.2 3.238s.195 1.38.792 1.985c.762.796 1.762.77 2.207.855 1.602.152 6.801.2 6.801.2s4.203-.009 7-.208c.39-.047 1.242-.05 2.004-.847.601-.606.797-1.985.797-1.985S20 12.375 20 10.754V9.238C20 7.621 19.8 6 19.8 6ZM7.935 12.594V6.973l5.402 2.82-5.402 2.8Z' fill='%2300F988'/%3E%3C/svg%3E");
}
.header_btn_link.boat {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1.232 10.281.065-.097L5.51 3.6c.064-.097.194-.097.259.033.713 1.589 1.296 3.535 1.037 4.767-.13.519-.454 1.2-.843 1.816a.707.707 0 0 1-.162.26c-.032.032-.065.065-.13.065H1.33c-.097-.033-.162-.162-.097-.26Z' fill='%2300F988'/%3E%3Cpath d='M20 11.514v1.037c0 .065-.032.098-.097.13-.324.13-1.459.649-1.913 1.297C16.79 15.632 15.883 18 13.874 18h-8.46C2.43 18 0 15.568 0 12.551v-.097a.14.14 0 0 1 .13-.13h4.765c.097 0 .162.098.162.162-.033.292.032.617.162.909.292.583.875.908 1.49.908h2.335v-1.817H6.742c-.13 0-.194-.13-.13-.227.033-.032.065-.064.098-.13.227-.324.519-.778.843-1.329a7.85 7.85 0 0 0 .583-1.168c.033-.064.065-.13.097-.227.033-.13.098-.26.13-.356l.097-.292a5.47 5.47 0 0 0 .098-1.07c0-.13 0-.292-.033-.455 0-.162-.032-.324-.032-.486 0-.13-.033-.292-.065-.422a4.593 4.593 0 0 0-.13-.648l-.032-.065c-.033-.13-.065-.292-.13-.422-.13-.454-.292-.908-.454-1.297l-.194-.487a12.662 12.662 0 0 0-.292-.648c-.032-.098-.097-.162-.13-.26-.032-.097-.097-.194-.13-.292l-.096-.194-.292-.52c-.033-.064.032-.161.097-.129l1.783.487.227.065.26.064.096.033V.94c0-.52.422-.941.908-.941.26 0 .486.097.648.26.162.162.26.389.26.648v1.557l.194.065s.032 0 .032.032c.033.033.098.097.195.162.065.065.13.13.227.195.162.13.389.324.616.519.065.065.13.097.162.162.292.26.616.584.94.94.097.098.162.195.26.292.096.098.161.227.258.325.098.13.227.292.325.421.032.065.097.13.13.227.129.195.226.39.356.584.032.097.097.195.13.292.13.26.226.519.259.81.032.066.032.13.032.163.033.065.033.162.033.26.032.291 0 .55-.033.843-.032.13-.065.227-.097.357-.032.097-.065.227-.13.356a6.861 6.861 0 0 1-.356.681 2.967 2.967 0 0 1-.162.26c-.065.097-.13.162-.162.26-.065.097-.162.194-.227.291-.065.098-.13.195-.227.292-.097.13-.227.26-.324.39-.065.064-.13.161-.227.226-.065.065-.13.162-.227.227-.097.098-.195.195-.292.26l-.194.162c-.033.032-.065.032-.098.032h-1.426v1.817h1.783c.389 0 .778-.13 1.07-.39.097-.097.55-.486 1.102-1.07.032-.032.032-.032.065-.032l4.927-1.427c.194-.098.259-.033.259.065Z' fill='%2300F988'/%3E%3C/svg%3E");
}
.header_btn_link:hover {
  background-color: #00F988;
}
.header_btn_link:hover.discord {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.93 3.463A16.491 16.491 0 0 0 12.86 2.2a.062.062 0 0 0-.066.031c-.175.313-.37.72-.506 1.042a15.226 15.226 0 0 0-4.573 0A10.537 10.537 0 0 0 7.2 2.23a.064.064 0 0 0-.065-.03 16.447 16.447 0 0 0-4.07 1.262.058.058 0 0 0-.028.023C.444 7.36-.266 11.138.083 14.87a.069.069 0 0 0 .026.046 16.587 16.587 0 0 0 4.994 2.525.065.065 0 0 0 .07-.023c.385-.525.728-1.08 1.022-1.662a.063.063 0 0 0-.035-.088 10.917 10.917 0 0 1-1.56-.744.064.064 0 0 1-.007-.106c.105-.079.21-.16.31-.243a.062.062 0 0 1 .065-.008c3.273 1.494 6.817 1.494 10.051 0a.062.062 0 0 1 .066.007c.1.083.204.165.31.244a.064.064 0 0 1-.005.106c-.499.292-1.017.538-1.561.743a.064.064 0 0 0-.034.09c.3.58.643 1.135 1.02 1.66a.064.064 0 0 0 .07.024 16.532 16.532 0 0 0 5.003-2.524.065.065 0 0 0 .026-.046c.417-4.315-.699-8.062-2.957-11.384a.05.05 0 0 0-.026-.024ZM6.684 12.597c-.985 0-1.797-.904-1.797-2.015 0-1.111.796-2.016 1.797-2.016 1.01 0 1.814.913 1.798 2.016 0 1.11-.796 2.015-1.798 2.015Zm6.646 0c-.986 0-1.797-.904-1.797-2.015 0-1.111.796-2.016 1.797-2.016 1.009 0 1.813.913 1.797 2.016 0 1.11-.788 2.015-1.797 2.015Z' fill='%23fff'/%3E%3C/svg%3E");
}
.header_btn_link:hover.twitter {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M6.292 18.125c7.545 0 11.673-6.253 11.673-11.673 0-.176-.004-.356-.012-.532A8.332 8.332 0 0 0 20 3.796a8.09 8.09 0 0 1-2.355.645 4.125 4.125 0 0 0 1.804-2.27 8.247 8.247 0 0 1-2.605.996A4.108 4.108 0 0 0 9.85 6.91a11.654 11.654 0 0 1-8.456-4.284A4.108 4.108 0 0 0 2.664 8.1a4.108 4.108 0 0 1-1.86-.512v.051a4.102 4.102 0 0 0 3.293 4.023 4.078 4.078 0 0 1-1.851.07 4.111 4.111 0 0 0 3.831 2.852A8.23 8.23 0 0 1 0 16.282a11.64 11.64 0 0 0 6.292 1.843Z' fill='%23fff'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h20v20H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.header_btn_link:hover.instagram {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 1.8c2.672 0 2.988.012 4.04.06.976.042 1.503.206 1.855.343.464.18.8.399 1.148.746.352.352.566.684.746 1.149.137.351.3.882.344 1.855.047 1.055.058 1.371.058 4.04 0 2.671-.011 2.987-.058 4.038-.043.977-.207 1.504-.344 1.856-.18.465-.398.8-.746 1.148a3.077 3.077 0 0 1-1.148.746c-.352.137-.883.301-1.856.344-1.055.047-1.371.059-4.039.059-2.672 0-2.988-.012-4.04-.059-.976-.043-1.503-.207-1.855-.344-.464-.18-.8-.398-1.148-.746a3.076 3.076 0 0 1-.746-1.148c-.137-.352-.3-.883-.344-1.856-.047-1.054-.058-1.37-.058-4.039 0-2.672.011-2.988.058-4.039.043-.976.207-1.504.344-1.855.18-.465.398-.801.746-1.149a3.076 3.076 0 0 1 1.148-.746c.352-.137.883-.3 1.856-.344 1.05-.046 1.367-.058 4.039-.058ZM10 0C7.285 0 6.945.012 5.879.059 4.816.105 4.086.277 3.453.523A4.88 4.88 0 0 0 1.68 1.68 4.9 4.9 0 0 0 .523 3.45C.277 4.085.105 4.811.06 5.874.012 6.945 0 7.285 0 10s.012 3.055.059 4.121c.046 1.063.218 1.793.464 2.426.258.66.598 1.219 1.157 1.773a4.888 4.888 0 0 0 1.77 1.153c.636.246 1.362.418 2.425.465 1.066.046 1.406.058 4.121.058 2.715 0 3.055-.012 4.121-.058 1.063-.047 1.793-.22 2.426-.465a4.888 4.888 0 0 0 1.77-1.153 4.888 4.888 0 0 0 1.152-1.77c.246-.636.418-1.363.465-2.425.047-1.066.058-1.406.058-4.121 0-2.715-.011-3.055-.058-4.121-.047-1.063-.22-1.793-.465-2.426A4.683 4.683 0 0 0 18.32 1.68 4.889 4.889 0 0 0 16.55.527C15.915.281 15.188.11 14.126.062 13.055.012 12.715 0 10 0Z' fill='%23fff'/%3E%3Cpath d='M10 4.863A5.138 5.138 0 0 0 4.863 10a5.138 5.138 0 0 0 10.273 0c0-2.836-2.3-5.137-5.136-5.137Zm0 8.469a3.333 3.333 0 1 1 .001-6.665A3.333 3.333 0 0 1 10 13.332ZM16.54 4.66a1.2 1.2 0 1 1-2.4 0 1.2 1.2 0 0 1 2.4 0Z' fill='%23fff'/%3E%3C/svg%3E");
}
.header_btn_link:hover.youtube {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.8 6s-.195-1.379-.796-1.984c-.762-.797-1.613-.801-2.004-.848-2.797-.203-6.996-.203-6.996-.203h-.008s-4.2 0-6.996.203c-.39.047-1.242.05-2.004.848C.395 4.62.203 6 .203 6S0 7.621 0 9.238v1.516c0 1.617.2 3.238.2 3.238s.195 1.38.792 1.985c.762.796 1.762.77 2.207.855 1.602.152 6.801.2 6.801.2s4.203-.009 7-.208c.39-.047 1.242-.05 2.004-.847.601-.606.797-1.985.797-1.985S20 12.375 20 10.754V9.238C20 7.621 19.8 6 19.8 6ZM7.935 12.594V6.973l5.402 2.82-5.402 2.8Z' fill='%23fff'/%3E%3C/svg%3E");
}
.header_btn_link:hover.boat {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1.232 10.281.065-.097L5.51 3.6c.064-.097.194-.097.259.033.713 1.589 1.296 3.535 1.037 4.767-.13.519-.454 1.2-.843 1.816a.707.707 0 0 1-.162.26c-.032.032-.065.065-.13.065H1.33c-.097-.033-.162-.162-.097-.26Z' fill='%23fff'/%3E%3Cpath d='M20 11.514v1.037c0 .065-.032.098-.097.13-.324.13-1.459.649-1.913 1.297C16.79 15.632 15.883 18 13.874 18h-8.46C2.43 18 0 15.568 0 12.551v-.097a.14.14 0 0 1 .13-.13h4.765c.097 0 .162.098.162.162-.033.292.032.617.162.909.292.583.875.908 1.49.908h2.335v-1.817H6.742c-.13 0-.194-.13-.13-.227.033-.032.065-.064.098-.13.227-.324.519-.778.843-1.329a7.85 7.85 0 0 0 .583-1.168c.033-.064.065-.13.097-.227.033-.13.098-.26.13-.356l.097-.292a5.47 5.47 0 0 0 .098-1.07c0-.13 0-.292-.033-.455 0-.162-.032-.324-.032-.486 0-.13-.033-.292-.065-.422a4.593 4.593 0 0 0-.13-.648l-.032-.065c-.033-.13-.065-.292-.13-.422-.13-.454-.292-.908-.454-1.297l-.194-.487a12.662 12.662 0 0 0-.292-.648c-.032-.098-.097-.162-.13-.26-.032-.097-.097-.194-.13-.292l-.096-.194-.292-.52c-.033-.064.032-.161.097-.129l1.783.487.227.065.26.064.096.033V.94c0-.52.422-.941.908-.941.26 0 .486.097.648.26.162.162.26.389.26.648v1.557l.194.065s.032 0 .032.032c.033.033.098.097.195.162.065.065.13.13.227.195.162.13.389.324.616.519.065.065.13.097.162.162.292.26.616.584.94.94.097.098.162.195.26.292.096.098.161.227.258.325.098.13.227.292.325.421.032.065.097.13.13.227.129.195.226.39.356.584.032.097.097.195.13.292.13.26.226.519.259.81.032.066.032.13.032.163.033.065.033.162.033.26.032.291 0 .55-.033.843-.032.13-.065.227-.097.357-.032.097-.065.227-.13.356a6.861 6.861 0 0 1-.356.681 2.967 2.967 0 0 1-.162.26c-.065.097-.13.162-.162.26-.065.097-.162.194-.227.291-.065.098-.13.195-.227.292-.097.13-.227.26-.324.39-.065.064-.13.161-.227.226-.065.065-.13.162-.227.227-.097.098-.195.195-.292.26l-.194.162c-.033.032-.065.032-.098.032h-1.426v1.817h1.783c.389 0 .778-.13 1.07-.39.097-.097.55-.486 1.102-1.07.032-.032.032-.032.065-.032l4.927-1.427c.194-.098.259-.033.259.065Z' fill='%23fff'/%3E%3C/svg%3E");
}
.header_btn_link:active {
  filter: drop-shadow(0px 5px 10px rgba(0, 249, 136, 0.5));
}
.header_btn_link:active.discord {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.93 3.463A16.491 16.491 0 0 0 12.86 2.2a.062.062 0 0 0-.066.031c-.175.313-.37.72-.506 1.042a15.226 15.226 0 0 0-4.573 0A10.537 10.537 0 0 0 7.2 2.23a.064.064 0 0 0-.065-.03 16.447 16.447 0 0 0-4.07 1.262.058.058 0 0 0-.028.023C.444 7.36-.266 11.138.083 14.87a.069.069 0 0 0 .026.046 16.587 16.587 0 0 0 4.994 2.525.065.065 0 0 0 .07-.023c.385-.525.728-1.08 1.022-1.662a.063.063 0 0 0-.035-.088 10.917 10.917 0 0 1-1.56-.744.064.064 0 0 1-.007-.106c.105-.079.21-.16.31-.243a.062.062 0 0 1 .065-.008c3.273 1.494 6.817 1.494 10.051 0a.062.062 0 0 1 .066.007c.1.083.204.165.31.244a.064.064 0 0 1-.005.106c-.499.292-1.017.538-1.561.743a.064.064 0 0 0-.034.09c.3.58.643 1.135 1.02 1.66a.064.064 0 0 0 .07.024 16.532 16.532 0 0 0 5.003-2.524.065.065 0 0 0 .026-.046c.417-4.315-.699-8.062-2.957-11.384a.05.05 0 0 0-.026-.024ZM6.684 12.597c-.985 0-1.797-.904-1.797-2.015 0-1.111.796-2.016 1.797-2.016 1.01 0 1.814.913 1.798 2.016 0 1.11-.796 2.015-1.798 2.015Zm6.646 0c-.986 0-1.797-.904-1.797-2.015 0-1.111.796-2.016 1.797-2.016 1.009 0 1.813.913 1.797 2.016 0 1.11-.788 2.015-1.797 2.015Z' fill='%23fff'/%3E%3C/svg%3E");
}
.header_btn_link:active.twitter {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M6.292 18.125c7.545 0 11.673-6.253 11.673-11.673 0-.176-.004-.356-.012-.532A8.332 8.332 0 0 0 20 3.796a8.09 8.09 0 0 1-2.355.645 4.125 4.125 0 0 0 1.804-2.27 8.247 8.247 0 0 1-2.605.996A4.108 4.108 0 0 0 9.85 6.91a11.654 11.654 0 0 1-8.456-4.284A4.108 4.108 0 0 0 2.664 8.1a4.108 4.108 0 0 1-1.86-.512v.051a4.102 4.102 0 0 0 3.293 4.023 4.078 4.078 0 0 1-1.851.07 4.111 4.111 0 0 0 3.831 2.852A8.23 8.23 0 0 1 0 16.282a11.64 11.64 0 0 0 6.292 1.843Z' fill='%23fff'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h20v20H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.header_btn_link:active.instagram {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 1.8c2.672 0 2.988.012 4.04.06.976.042 1.503.206 1.855.343.464.18.8.399 1.148.746.352.352.566.684.746 1.149.137.351.3.882.344 1.855.047 1.055.058 1.371.058 4.04 0 2.671-.011 2.987-.058 4.038-.043.977-.207 1.504-.344 1.856-.18.465-.398.8-.746 1.148a3.077 3.077 0 0 1-1.148.746c-.352.137-.883.301-1.856.344-1.055.047-1.371.059-4.039.059-2.672 0-2.988-.012-4.04-.059-.976-.043-1.503-.207-1.855-.344-.464-.18-.8-.398-1.148-.746a3.076 3.076 0 0 1-.746-1.148c-.137-.352-.3-.883-.344-1.856-.047-1.054-.058-1.37-.058-4.039 0-2.672.011-2.988.058-4.039.043-.976.207-1.504.344-1.855.18-.465.398-.801.746-1.149a3.076 3.076 0 0 1 1.148-.746c.352-.137.883-.3 1.856-.344 1.05-.046 1.367-.058 4.039-.058ZM10 0C7.285 0 6.945.012 5.879.059 4.816.105 4.086.277 3.453.523A4.88 4.88 0 0 0 1.68 1.68 4.9 4.9 0 0 0 .523 3.45C.277 4.085.105 4.811.06 5.874.012 6.945 0 7.285 0 10s.012 3.055.059 4.121c.046 1.063.218 1.793.464 2.426.258.66.598 1.219 1.157 1.773a4.888 4.888 0 0 0 1.77 1.153c.636.246 1.362.418 2.425.465 1.066.046 1.406.058 4.121.058 2.715 0 3.055-.012 4.121-.058 1.063-.047 1.793-.22 2.426-.465a4.888 4.888 0 0 0 1.77-1.153 4.888 4.888 0 0 0 1.152-1.77c.246-.636.418-1.363.465-2.425.047-1.066.058-1.406.058-4.121 0-2.715-.011-3.055-.058-4.121-.047-1.063-.22-1.793-.465-2.426A4.683 4.683 0 0 0 18.32 1.68 4.889 4.889 0 0 0 16.55.527C15.915.281 15.188.11 14.126.062 13.055.012 12.715 0 10 0Z' fill='%23fff'/%3E%3Cpath d='M10 4.863A5.138 5.138 0 0 0 4.863 10a5.138 5.138 0 0 0 10.273 0c0-2.836-2.3-5.137-5.136-5.137Zm0 8.469a3.333 3.333 0 1 1 .001-6.665A3.333 3.333 0 0 1 10 13.332ZM16.54 4.66a1.2 1.2 0 1 1-2.4 0 1.2 1.2 0 0 1 2.4 0Z' fill='%23fff'/%3E%3C/svg%3E");
}
.header_btn_link:active.youtube {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.8 6s-.195-1.379-.796-1.984c-.762-.797-1.613-.801-2.004-.848-2.797-.203-6.996-.203-6.996-.203h-.008s-4.2 0-6.996.203c-.39.047-1.242.05-2.004.848C.395 4.62.203 6 .203 6S0 7.621 0 9.238v1.516c0 1.617.2 3.238.2 3.238s.195 1.38.792 1.985c.762.796 1.762.77 2.207.855 1.602.152 6.801.2 6.801.2s4.203-.009 7-.208c.39-.047 1.242-.05 2.004-.847.601-.606.797-1.985.797-1.985S20 12.375 20 10.754V9.238C20 7.621 19.8 6 19.8 6ZM7.935 12.594V6.973l5.402 2.82-5.402 2.8Z' fill='%23fff'/%3E%3C/svg%3E");
}
.header_btn_link:active.boat {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1.232 10.281.065-.097L5.51 3.6c.064-.097.194-.097.259.033.713 1.589 1.296 3.535 1.037 4.767-.13.519-.454 1.2-.843 1.816a.707.707 0 0 1-.162.26c-.032.032-.065.065-.13.065H1.33c-.097-.033-.162-.162-.097-.26Z' fill='%23fff'/%3E%3Cpath d='M20 11.514v1.037c0 .065-.032.098-.097.13-.324.13-1.459.649-1.913 1.297C16.79 15.632 15.883 18 13.874 18h-8.46C2.43 18 0 15.568 0 12.551v-.097a.14.14 0 0 1 .13-.13h4.765c.097 0 .162.098.162.162-.033.292.032.617.162.909.292.583.875.908 1.49.908h2.335v-1.817H6.742c-.13 0-.194-.13-.13-.227.033-.032.065-.064.098-.13.227-.324.519-.778.843-1.329a7.85 7.85 0 0 0 .583-1.168c.033-.064.065-.13.097-.227.033-.13.098-.26.13-.356l.097-.292a5.47 5.47 0 0 0 .098-1.07c0-.13 0-.292-.033-.455 0-.162-.032-.324-.032-.486 0-.13-.033-.292-.065-.422a4.593 4.593 0 0 0-.13-.648l-.032-.065c-.033-.13-.065-.292-.13-.422-.13-.454-.292-.908-.454-1.297l-.194-.487a12.662 12.662 0 0 0-.292-.648c-.032-.098-.097-.162-.13-.26-.032-.097-.097-.194-.13-.292l-.096-.194-.292-.52c-.033-.064.032-.161.097-.129l1.783.487.227.065.26.064.096.033V.94c0-.52.422-.941.908-.941.26 0 .486.097.648.26.162.162.26.389.26.648v1.557l.194.065s.032 0 .032.032c.033.033.098.097.195.162.065.065.13.13.227.195.162.13.389.324.616.519.065.065.13.097.162.162.292.26.616.584.94.94.097.098.162.195.26.292.096.098.161.227.258.325.098.13.227.292.325.421.032.065.097.13.13.227.129.195.226.39.356.584.032.097.097.195.13.292.13.26.226.519.259.81.032.066.032.13.032.163.033.065.033.162.033.26.032.291 0 .55-.033.843-.032.13-.065.227-.097.357-.032.097-.065.227-.13.356a6.861 6.861 0 0 1-.356.681 2.967 2.967 0 0 1-.162.26c-.065.097-.13.162-.162.26-.065.097-.162.194-.227.291-.065.098-.13.195-.227.292-.097.13-.227.26-.324.39-.065.064-.13.161-.227.226-.065.065-.13.162-.227.227-.097.098-.195.195-.292.26l-.194.162c-.033.032-.065.032-.098.032h-1.426v1.817h1.783c.389 0 .778-.13 1.07-.39.097-.097.55-.486 1.102-1.07.032-.032.032-.032.065-.032l4.927-1.427c.194-.098.259-.033.259.065Z' fill='%23fff'/%3E%3C/svg%3E");
}
.header_mobile {
  display: none;
}
@media (max-width: 1180px) {
  .header {
    display: none;
  }
  .header_mobile {
    display: flex;
    z-index: 12;
    position: fixed;
    width: 100%;
  }
  .header_mobile_top {
    width: 100%;
    background-color: #232323;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 20px;
  }
  .header_mobile_top_logo {
    height: 40px;
  }
  .header_mobile_top_open, .header_mobile_top_close {
    cursor: pointer;
  }
  .header_mobile_top_open path, .header_mobile_top_close path {
    pointer-events: none;
  }
  .header_mobile:not(.opened) .header_mobile_top_close {
    display: none;
  }
  .header_mobile.opened .header_mobile_top_open {
    display: none;
  }
  .header_mobile_content {
    position: fixed;
    top: 90px;
    left: -100%;
    transition: left 1s;
    max-width: 440px;
    width: 100%;
    height: calc(100vh - 90px);
    background: rgba(0, 0, 0, 0.85);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 50px 45px;
    box-sizing: border-box;
    z-index: 2000;
  }
  .header_mobile_content .header_nav {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .header_mobile_content .header_nav ul {
    display: flex;
    flex-direction: column;
    list-style-type: none;
    padding: 0;
    margin: 0;
  }
  .header_mobile_content .header_nav ul li {
    margin: 0 0 30px 0;
    color: #00F988;
  }
  .header_mobile_content .header_btn {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: auto;
  }
  .header_mobile_content .header_btn div {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
  }
  .header_mobile_content .header_btn .default_btn {
    width: 80%;
    margin: 0 auto;
  }
  .header_mobile.opened .header_mobile_content {
    left: 0;
  }
}

@keyframes gopresent1mob {
  0% {
    transform: translate(-100vw, 200px);
  }
  20% {
    transform: translate(0px, 0px);
  }
  30% {
    transform: translate(-20px, 10px);
  }
  40% {
    transform: translate(0px, 20px);
  }
  50% {
    transform: translate(20px, 10px);
  }
  60% {
    transform: translate(0px, 0px);
  }
  70% {
    transform: translate(-20px, 10px);
  }
  80% {
    transform: translate(0px, 20px);
  }
  100% {
    transform: translate(-100vw, 200px);
  }
}
@keyframes gopresent1 {
  0% {
    transform: translate(500px, -100%);
  }
  20% {
    transform: translate(0px, 0px);
  }
  30% {
    transform: translate(-20px, 10px);
  }
  40% {
    transform: translate(0px, 20px);
  }
  50% {
    transform: translate(20px, 10px);
  }
  60% {
    transform: translate(0px, 0px);
  }
  70% {
    transform: translate(-20px, 10px);
  }
  80% {
    transform: translate(0px, 20px);
  }
  100% {
    transform: translate(500px, -100%);
  }
}
@keyframes gopresent2 {
  0% {
    transform: translate(-500px, 100%);
  }
  20% {
    transform: translate(20px, 10px);
  }
  30% {
    transform: translate(0px, 20px);
  }
  40% {
    transform: translate(-20px, 10px);
  }
  50% {
    transform: translate(0px, 0px);
  }
  60% {
    transform: translate(20px, 10px);
  }
  70% {
    transform: translate(0px, 20px);
  }
  80% {
    transform: translate(-20px, 10px);
  }
  100% {
    transform: translate(-500px, 100%);
  }
}
@keyframes gopresent3 {
  0% {
    transform: translate(500px, 150%);
  }
  20% {
    transform: translate(-20px, 10px);
  }
  30% {
    transform: translate(0px, -20px);
  }
  40% {
    transform: translate(-20px, 10px);
  }
  50% {
    transform: translate(0px, 0px);
  }
  60% {
    transform: translate(20px, -10px);
  }
  70% {
    transform: translate(0px, -20px);
  }
  80% {
    transform: translate(20px, 10px);
  }
  100% {
    transform: translate(500px, 150%);
  }
}
.cryptochristmas {
  position: relative;
}
.cryptochristmas_background {
  width: 100%;
  height: 2400px;
}
@media (max-height: 1080px) and (min-height: 650px) and (max-width: 1600px) and (min-width: 1025px) {
  .cryptochristmas_background {
    height: 125vw;
  }
}
.cryptochristmas_present {
  position: absolute;
  z-index: 0;
}
.cryptochristmas_present.present-1 {
  right: 5%;
  top: 3%;
  animation: gopresent1 15s infinite forwards;
}
.cryptochristmas_present.present-2 {
  left: 5%;
  top: 15%;
  animation: gopresent2 15s infinite forwards;
}
.cryptochristmas_present.present-3 {
  right: 15%;
  top: 34%;
  animation: gopresent3 15s infinite forwards;
}
.cryptochristmas .cryptochristmas_desc {
  z-index: 1;
  position: absolute;
  top: 11%;
  right: 11%;
  width: 78%;
  display: flex;
  align-items: center;
}
@media (max-height: 1080px) and (min-height: 650px) and (max-width: 1600px) and (min-width: 1025px) {
  .cryptochristmas .cryptochristmas_desc {
    top: 24.537037037vh;
  }
}
@media (max-height: 1080px) and (min-height: 650px) and (max-width: 1600px) and (min-width: 1025px) and (max-height: 760px) {
  .cryptochristmas .cryptochristmas_desc {
    top: 21.537037037vh;
  }
}
.cryptochristmas .cryptochristmas_desc_mobile-title {
  display: none;
  font-size: 36px;
  line-height: 45px;
  color: #00F988;
  text-transform: uppercase;
  padding: 0;
  margin: 0 0 20px;
}
@media (max-height: 1080px) and (min-height: 650px) and (max-width: 1600px) and (min-width: 1025px) {
  .cryptochristmas .cryptochristmas_desc_img {
    width: 26.0416666667vw;
    height: 26.0416666667vw;
    min-width: 380px;
    min-height: 380px;
  }
}
.cryptochristmas .cryptochristmas_desc_text {
  height: 367px;
  background: rgba(0, 0, 0, 0.5);
  border: 2px solid #00F988;
  border-radius: 0 10px 10px 0;
  border-left: 0;
  padding: 50px 50px 50px 77px;
  display: flex;
  flex-direction: column;
}
@media (max-height: 1080px) and (min-height: 650px) and (max-width: 1600px) and (min-width: 1025px) {
  .cryptochristmas .cryptochristmas_desc_text {
    padding: 4.6296296296vh 4.6296296296vh 4.6296296296vh 7.1296296296vh;
    height: auto;
  }
}
.cryptochristmas .cryptochristmas_desc_text h3 {
  font-size: 36px;
  line-height: 45px;
  color: #00F988;
  text-transform: uppercase;
  padding: 0;
  margin: 0 0 20px;
}
@media (max-height: 1080px) and (min-height: 650px) and (max-width: 1600px) and (min-width: 1025px) {
  .cryptochristmas .cryptochristmas_desc_text h3 {
    font-size: 27px;
    line-height: 1.3;
    margin-bottom: 10px;
  }
}
@media (min-width: 1180px) and (max-width: 1300px) {
  .cryptochristmas .cryptochristmas_desc_text h3 {
    font-size: 23px;
  }
}
.cryptochristmas .cryptochristmas_desc_text p {
  font-size: 18px;
  line-height: 25px;
  color: #FFFFFF;
  padding: 0;
  margin: 0;
}
@media (min-width: 1180px) and (max-width: 1300px) {
  .cryptochristmas .cryptochristmas_desc_text p {
    font-size: 16px;
  }
}
.cryptochristmas .cryptochristmas_desc_text .default_btn {
  width: 300px;
  margin: 40px auto 0;
}
@media (min-width: 1180px) and (max-width: 1300px) {
  .cryptochristmas .cryptochristmas_desc_text .default_btn {
    margin-top: 20px;
  }
}
.cryptochristmas_sendcard {
  z-index: 1;
  position: absolute;
  bottom: 19%;
  left: 12%;
  width: 77%;
  display: flex;
  align-items: center;
}
@media (max-height: 1080px) and (min-height: 650px) and (max-width: 1600px) and (min-width: 1025px) {
  .cryptochristmas_sendcard {
    bottom: 23%;
  }
}
.cryptochristmas_sendcard_text {
  height: 500px;
  background: rgba(0, 0, 0, 0.5);
  border: 2px solid #00F988;
  border-radius: 10px 0 0 10px;
  border-right: 0;
  padding: 50px 30px 71px 50px;
}
@media (max-width: 1400px) {
  .cryptochristmas_sendcard_text {
    height: 570px;
  }
}
@media (max-width: 1180px) {
  .cryptochristmas_sendcard_text {
    height: 535px;
  }
}
.cryptochristmas_sendcard_text h3 {
  font-size: 36px;
  line-height: 45px;
  color: #00F988;
  text-transform: uppercase;
  padding: 0;
  margin: 0 0 20px;
  margin-top: -10px;
}
.cryptochristmas_sendcard_text p {
  font-size: 17px;
  line-height: 25px;
  color: #FFFFFF;
  padding: 0;
  margin: 0;
}
.cryptochristmas_sendcard_text span {
  font-size: 24px;
  margin: 20px 0;
  color: #00F988;
  padding: 0;
  text-transform: uppercase;
  font-weight: bold;
  display: block;
}
.cryptochristmas_sendcard_text .default_btn {
  max-width: 55%;
}
@media (min-width: 1600px) {
  .cryptochristmas_sendcard_text .default_btn {
    max-width: 30%;
  }
}
@media (max-width: 1180px) {
  .cryptochristmas_sendcard_text .default_btn {
    margin: 0 auto;
  }
}
@media (max-width: 480px) {
  .cryptochristmas_sendcard_text .default_btn {
    max-width: 100%;
  }
}
.cryptochristmas_sendcard_form {
  background: #fff;
  box-shadow: 0px 10px 10px 10px rgba(0, 0, 0, 0.25);
  background-position: 0 0, 0 0, 100% 0, 0 100%;
  background-size: 15px 100%, 100% 15px, 15px 100%, 100% 15px;
  background-repeat: no-repeat;
  background-image: repeating-linear-gradient(45deg, #00F988, #00F988 25px, transparent 10px, transparent 40px), repeating-linear-gradient(135deg, #00F988, #00F988 25px, transparent 10px, transparent 40px), repeating-linear-gradient(225deg, #00F988, #00F988 25px, transparent 10px, transparent 40px), repeating-linear-gradient(315deg, #00F988, #00F988 25px, transparent 10px, transparent 40px);
  padding: 50px 40px 50px 40px;
}
@media (max-width: 1400px) {
  .cryptochristmas_sendcard_form {
    height: 600px;
  }
}
.cryptochristmas_sendcard_form label {
  display: flex;
  font-weight: 800;
  font-size: 24px;
  line-height: 30px;
  text-transform: uppercase;
}
.cryptochristmas_sendcard_form label input {
  margin-left: 10px;
  border: none;
  border-bottom: 1px solid black;
  outline: none;
  font-family: "Oxanium", cursive;
  font-weight: 800;
  font-size: 24px;
  line-height: 30px;
  text-transform: uppercase;
}
.cryptochristmas_sendcard_form label input::placeholder {
  color: #C4C4C4;
  font-size: 12px;
  line-height: 16px;
  font-family: "Open Sans", sans-serif;
}
.cryptochristmas_sendcard_form-wishyou {
  margin-top: 22px;
  position: relative;
  background-image: url("/img/line.png");
  background-size: 100% 30px;
  background-position: top;
}
.cryptochristmas_sendcard_form-wishyou span {
  white-space: nowrap;
  position: absolute;
  color: transparent;
  background-color: #fff;
  z-index: 0;
  padding-right: 10px;
}
.cryptochristmas_sendcard_form-wishyou input {
  width: calc(100% - 148px);
}
.cryptochristmas_sendcard_form-wishyou textarea {
  width: 100%;
  border: none;
  outline: none;
  font-family: "Oxanium", cursive;
  font-weight: 800;
  font-size: 24px;
  line-height: 30px;
  text-transform: uppercase;
  min-height: 175px;
  resize: none;
  background-color: transparent;
  z-index: 1;
}
.cryptochristmas_sendcard_form .w-block {
  display: flex;
}
.cryptochristmas_sendcard_form .w-block .form-block {
  width: calc(100% - 105px);
}
.cryptochristmas_sendcard_form .w-block .img-block {
  margin-left: 30px;
  width: 75px;
  height: 100px;
}
.cryptochristmas_sendcard_form .w-block .img-block img {
  max-width: 100%;
  max-height: 100%;
}
.cryptochristmas_sendcard_form .default-line {
  width: 100%;
  height: 2px;
  background-color: #00F988;
  display: block;
  margin: 50px 0;
}
.cryptochristmas_sendcard_form-from span, .cryptochristmas_sendcard_form-to span, .cryptochristmas_sendcard_form-adress span {
  width: 70px;
}
.cryptochristmas_sendcard_form-from input, .cryptochristmas_sendcard_form-to input, .cryptochristmas_sendcard_form-adress input {
  width: calc(100% - 70px);
}
.cryptochristmas_sendcard_form-to {
  margin-top: 15px;
}
.cryptochristmas_sendcard_form .default_btn {
  width: 80%;
  margin: 70px 10% 0;
}
@media (max-width: 1340px) {
  .cryptochristmas_desc {
    right: 5%;
    width: 90%;
  }
  .cryptochristmas_sendcard {
    left: 5%;
    width: 90%;
    bottom: 10%;
  }
}
@media (max-width: 1380px) {
  .cryptochristmas .cryptochristmas_desc {
    top: 90px;
  }
}
@media (max-height: 600px) {
  .cryptochristmas .cryptochristmas_desc {
    top: 25px;
  }
}
@media (max-width: 1180px) {
  .cryptochristmas {
    padding-top: 90px;
    display: flex;
    justify-content: center;
  }
  .cryptochristmas_background {
    height: 2400px;
    width: auto !important;
  }
  .cryptochristmas_present.present-1 {
    top: 84px;
    left: -45px;
    right: unset;
    height: 201px;
    transform: scaleX(-1);
    animation: gopresent1mob 15s infinite forwards;
  }
  .cryptochristmas_present.present-2 {
    left: 5%;
    bottom: 50%;
    top: unset;
    height: 81px;
  }
  .cryptochristmas_present.present-3 {
    right: 1%;
    top: 34%;
    height: 150px;
  }
  .cryptochristmas .cryptochristmas_desc {
    top: 178px;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .cryptochristmas .cryptochristmas_desc_mobile-title {
    display: block;
  }
  .cryptochristmas .cryptochristmas_desc_img {
    min-width: 340px;
    width: 100%;
    max-width: 500px;
  }
  .cryptochristmas .cryptochristmas_desc_text {
    min-width: 310px;
    width: 100%;
    max-width: 450px;
    height: auto;
    border-radius: 0 0 10px 10px;
    border: 2px solid #00F988;
    border-top: 0;
    padding: 25px 25px 20px;
    box-sizing: border-box;
    text-align: center;
  }
  .cryptochristmas .cryptochristmas_desc_text h3 {
    margin: 0 0 20px;
  }
  .cryptochristmas .cryptochristmas_desc_text .default_btn {
    width: 100%;
    box-sizing: border-box;
    margin-top: 20px;
  }
  .cryptochristmas_sendcard {
    z-index: 1;
    position: absolute;
    bottom: 40px;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
}
@media (max-width: 1180px) and (max-width: 600px) {
  .cryptochristmas_sendcard {
    bottom: -320px;
  }
}
@media (max-width: 1180px) and (min-width: 601px) and (max-width: 1020px) {
  .cryptochristmas_sendcard {
    bottom: -40px;
  }
}
@media (max-width: 1180px) {
  .cryptochristmas_sendcard_text {
    border: 2px solid #00F988;
    border-radius: 10px 10px 0 0;
    border-bottom: 0;
    padding: 30px 17px;
    min-height: 400px;
    min-width: 310px;
    width: 50%;
    max-width: 450px;
  }
}
@media (max-width: 1180px) {
  .cryptochristmas_sendcard_form {
    padding: 50px 27px 50px;
  }
}
@media (max-width: 1016px) {
  .cryptochristmas .cryptochristmas_sendcard_text {
    height: auto;
    width: 80%;
    box-sizing: border-box;
  }
  .cryptochristmas .cryptochristmas_sendcard_text span {
    font-size: 24px;
    line-height: 25px;
    display: block;
    margin: 14px 0;
  }
}
@media (max-width: 600px) {
  .cryptochristmas .cryptochristmas_present.present-2 {
    z-index: 0;
  }
  .cryptochristmas .cryptochristmas_sendcard_form {
    width: 100%;
  }
  .cryptochristmas .cryptochristmas_sendcard_form-dear input {
    width: 100%;
  }
  .cryptochristmas .cryptochristmas_desc_img {
    min-width: unset;
    width: 90vw;
    max-width: unset;
  }
  .cryptochristmas .cryptochristmas_desc_text {
    min-width: 310px;
    width: 100%;
    max-width: 380px;
  }
  .cryptochristmas .cryptochristmas_desc_text h3 {
    font-size: 32px;
  }
}
@media (max-width: 455px) {
  .cryptochristmas .cryptochristmas_desc_text {
    min-width: 310px;
    width: 100%;
    max-width: 380px;
  }
  .cryptochristmas .cryptochristmas_desc_text h3 {
    font-size: 26px;
  }
}
@media (max-width: 375px) {
  .cryptochristmas .cryptochristmas_sendcard_form {
    width: calc(100% + 38px);
    background-image: repeating-linear-gradient(45deg, #00F988, #00F988 0px, transparent 0px, transparent 40px), repeating-linear-gradient(135deg, #00F988, #00F988 25px, transparent 10px, transparent 40px), repeating-linear-gradient(225deg, #00F988, #00F988 0px, transparent 0px, transparent 40px), repeating-linear-gradient(315deg, #00F988, #00F988 25px, transparent 10px, transparent 40px);
  }
}

.collections {
  position: relative;
  top: -325px;
}
.collections_slider {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.collections_slider h3 {
  color: #00F988;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  margin: 0 0 50px 0;
  text-transform: uppercase;
}
.collections_slider .swiper-slide h2 {
  color: #00F988;
  font-size: 31px;
  line-height: 45px;
  text-align: center;
  margin: 0 0 30px 0;
  opacity: 1;
  transition: opacity 1s;
  text-transform: uppercase;
}
.collections_slider_descriptions {
  position: relative;
  width: 60%;
  margin: 0 auto 50px;
  min-height: 288px;
}
.collections_slider_descriptions .desc {
  position: absolute;
  transition: opacity 1s ease-in-out;
}
.collections_slider_descriptions .desc h2 {
  font-weight: 800;
  font-size: 36px;
  line-height: 45px;
  color: #00F988;
  text-align: center;
  text-transform: uppercase;
  margin: 0 0 20px 0;
}
.collections_slider_descriptions .desc p {
  font-size: 18px;
  line-height: 25px;
  color: #FFFFFF;
  margin: 0;
}
@media (max-width: 880px) {
  .collections_slider_descriptions {
    width: 80%;
  }
}
@media (max-width: 440px) {
  .collections_slider_descriptions {
    width: 95%;
  }
}
.collections_slider_item {
  width: 500px;
  text-align: center;
  z-index: 1;
}
.collections_slider_item-img {
  margin-bottom: 40px;
  border: 4px solid #00F988;
  box-sizing: border-box;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 45px;
  line-height: 56px;
  background: rgba(0, 0, 0, 0.2);
  width: 500px;
  height: 500px;
  text-transform: uppercase;
  color: #00F988;
}
.collections_slider_item-img img {
  width: 100%;
}
.collections_slider_item-desc {
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  color: #FFFFFF;
  opacity: 1;
  transition: opacity 1s;
}
.collections_slider_item-background {
  position: absolute;
  left: 0;
  top: 75%;
  max-width: 100%;
  height: 713px;
  opacity: 1;
  transition: opacity 1s;
}
.collections .slider_background {
  pointer-events: none;
  user-select: none;
}
.collections .slider_background img {
  max-width: 100%;
  z-index: 1;
  bottom: -55%;
  position: absolute;
  left: 0;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}
@media (max-width: 1380px) {
  .collections {
    top: 313px;
  }
  .collections .swiper {
    width: 100%;
  }
  .collections_slider .slider_background img {
    bottom: -40%;
  }
}
@media (max-width: 880px) {
  .collections {
    top: 350px;
  }
  .collections .swiper {
    width: 100%;
    overflow: unset;
  }
  .collections .swiper .swiper-slide {
    min-width: 300px;
  }
  .collections .swiper .swiper-slide .collections_slider_item {
    margin: 0 auto;
  }
  .collections .swiper .swiper-pagination {
    bottom: 0px;
  }
  .collections .swiper .swiper-button-prev,
.collections .swiper .swiper-button-next {
    top: 247px;
    color: #00F988;
  }
  .collections .swiper .swiper-button-prev::after,
.collections .swiper .swiper-button-next::after {
    font-weight: bold;
  }
  .collections .swiper .swiper-button-prev {
    left: 5px;
  }
  .collections .swiper .swiper-button-next {
    right: 5px;
  }
  .collections .swiper .swiper-pagination {
    bottom: -20px;
  }
  .collections .swiper .swiper-pagination .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    border: 2px solid #00F988;
    box-sizing: border-box;
    border-radius: 15px;
    opacity: 1;
    background: unset !important;
    position: relative;
  }
  .collections .swiper .swiper-pagination .swiper-pagination-bullet-active::before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 15px;
    background-color: #00F988;
    display: block;
    position: absolute;
    top: calc(50% - 5px);
    left: calc(50% - 5px);
  }
  .collections .swiper .slider_background img {
    bottom: -25%;
  }
}
@media (min-width: 880px) {
  .collections .swiper-pagination,
.collections .swiper-button-prev,
.collections .swiper-button-next {
    display: none;
  }
}
@media (max-width: 375px) {
  .collections .slider_background img {
    bottom: -20%;
  }
}

.roadmap {
  margin-top: calc(713px * 0.75 - 270px);
}
.roadmap h2 {
  font-size: 36px;
  line-height: 45px;
  color: #00F988;
  text-align: center;
  margin: 0 0 145px;
  text-transform: uppercase;
}
.roadmap .scroll {
  width: 100%;
  height: 530px;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding-bottom: 25px;
  position: relative;
  cursor: grab;
  user-select: none;
}
.roadmap_content {
  display: flex;
  margin: 0;
  padding-left: 70px;
  list-style-type: none;
}
.roadmap_content_element {
  position: relative;
  margin-right: 200px;
}
.roadmap_content_element_number {
  background: #000000;
  border: 4px solid #00F988;
  border-radius: 10px;
  color: #00F988;
  height: 100px;
  width: 100px;
  font-size: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
}
.roadmap_content_element_phase {
  background: rgba(0, 0, 0, 0.5);
  border: 2px solid #00F988;
  border-radius: 10px;
  padding: 10px;
  height: 160px;
  width: 400px;
  position: absolute;
  left: 0;
  box-sizing: border-box;
  display: flex;
}
.roadmap_content_element_phase-title {
  font-size: 24px;
  line-height: 30px;
  color: #00F988;
  margin: 5px 0 10px;
  text-transform: uppercase;
  font-weight: bold;
}
.roadmap_content_element_phase-text-elem {
  display: flex;
}
.roadmap_content_element_phase-text-elem span {
  font-size: 14px;
  line-height: 17px;
  color: #fff;
  margin: 0 0 0 7px;
}
.roadmap_content_element_phase-text-elem b {
  color: #00F988;
  font-size: 14px;
  line-height: 17px;
}
.roadmap_content_element_phase-img {
  margin-left: auto;
}
.roadmap_content_element_phase-img img {
  height: 136px;
}
.roadmap_content_element_progress {
  position: absolute;
  width: 200px;
  height: 4px;
  background-color: rgba(0, 249, 136, 0.5);
  bottom: 50%;
  left: 100%;
}
.roadmap_content_element_progress_bar {
  width: 0%;
  height: 100%;
  background: #00F988;
}
.roadmap_content li:nth-of-type(odd) .roadmap_content_element_phase {
  bottom: calc(100% + 40px);
}
.roadmap_content li:nth-of-type(odd) .roadmap_content_element_phase::before {
  content: "";
  width: 2px;
  height: 40px;
  background-color: #00F988;
  display: block;
  position: absolute;
  bottom: -42px;
  left: 52px;
}
.roadmap_content li:nth-of-type(even) .roadmap_content_element_phase {
  top: calc(100% + 40px);
}
.roadmap_content li:nth-of-type(even) .roadmap_content_element_phase::before {
  content: "";
  width: 2px;
  height: 40px;
  background-color: #00F988;
  display: block;
  position: absolute;
  top: -42px;
  left: 52px;
}
.roadmap_content li:last-of-type .roadmap_content_element_progress {
  display: none;
}
@media (max-width: 1380px) {
  .roadmap {
    margin-top: 650px;
  }
}
@media (max-width: 400px) {
  .roadmap {
    margin-top: 520px;
  }
}
@media (max-width: 768px) {
  .roadmap h2 {
    margin-bottom: 50px;
  }
  .roadmap .scroll {
    align-items: flex-start;
  }
  .roadmap_content {
    padding-left: 25px;
  }
  .roadmap_content_element {
    margin-right: 254px;
  }
  .roadmap_content_element_number {
    border: 2px solid #00F988;
    border-radius: 5px;
    height: 50px;
    width: 50px;
    font-size: 30px;
  }
  .roadmap_content_element_phase {
    padding: 20px;
    height: auto;
    min-height: 416px;
    width: 274px;
    flex-direction: column-reverse;
    z-index: 1;
  }
  .roadmap_content_element_phase-title {
    margin: 22px 0 10px;
  }
  .roadmap_content_element_phase-img img {
    height: 234px;
  }
  .roadmap_content_element_progress {
    width: 254px;
  }
  .roadmap_content li .roadmap_content_element_phase {
    top: calc(100% + 40px);
  }
  .roadmap_content li .roadmap_content_element_phase::before {
    top: -42px;
    left: 26px !important;
  }
  .roadmap_content li:last-of-type .roadmap_content_element_progress {
    display: none;
  }
}
@media (max-width: 600px) {
  .roadmap {
    margin-top: 650px;
  }
}
@media (max-width: 375px) {
  .roadmap {
    margin-top: 512px;
  }
}

@keyframes fromtoptobottom {
  0% {
    opacity: 0;
    transform: translate(0px, -100%);
  }
  30%, 40%, 50%, 60%, 100% {
    opacity: 1;
    transform: translate(0px, 0px);
  }
}
@keyframes square-move1 {
  0%, 100% {
    transform: translate(0px, 0px);
  }
  25% {
    transform: translate(-20px, 10px);
  }
  50% {
    transform: translate(0px, 20px);
  }
  75% {
    transform: translate(20px, 10px);
  }
}
@keyframes square-move2 {
  0%, 100% {
    transform: translate(0px, 0px);
  }
  25% {
    transform: translate(20px, 10px);
  }
  50% {
    transform: translate(0px, 20px);
  }
  75% {
    transform: translate(-20px, 10px);
  }
}
@keyframes square-move3 {
  0%, 100% {
    transform: translate(0px, 0px);
  }
  25% {
    transform: translate(20px, 10px);
  }
  50% {
    transform: translate(0px, 20px);
  }
  75% {
    transform: translate(-20px, 10px);
  }
}
@keyframes goballoon1 {
  0% {
    transform: translate(-500px, -100%);
  }
  30%, 40%, 50%, 60%, 70% {
    transform: translate(0px, 0px);
  }
  100% {
    transform: translate(-500px, -100%);
  }
}
@keyframes goballoon2 {
  0% {
    transform: translate(-500px, 100%);
  }
  30%, 40%, 50%, 60%, 70% {
    transform: translate(0px, 0px);
  }
  100% {
    transform: translate(-500px, 100%);
  }
}
@keyframes goballoon3 {
  0% {
    transform: translate(500px, 150%);
  }
  30%, 40%, 50%, 60%, 70% {
    transform: translate(0px, 0px);
  }
  100% {
    transform: translate(500px, 150%);
  }
}
.airdrops {
  margin-top: 200px;
  position: relative;
}
.airdrops h2 {
  font-size: 36px;
  line-height: 45px;
  color: #00F988;
  text-align: center;
  margin: 0 0 100px;
  text-transform: uppercase;
}
.airdrops .anim .airdrops_balloons {
  z-index: 1;
  position: absolute;
  transition: 1s;
  user-select: none;
  pointer-events: none;
}
.airdrops .anim .airdrops_balloons-1 {
  left: 3%;
  top: 17%;
  animation: goballoon1 15s infinite forwards;
}
.airdrops .anim .airdrops_balloons-1 .airdrops_balloon {
  animation: square-move1 5s linear 2.5s infinite;
}
.airdrops .anim .airdrops_balloons-2 {
  left: 9%;
  bottom: -21%;
  animation: goballoon2 15s infinite forwards;
}
.airdrops .anim .airdrops_balloons-2 .airdrops_balloon {
  animation: square-move2 5s linear 2.5s infinite;
}
.airdrops .anim .airdrops_balloons-3 {
  right: 3%;
  top: 26%;
  animation: goballoon3 15s infinite forwards;
}
.airdrops .anim .airdrops_balloons-3 .airdrops_balloon {
  animation: square-move3 5s linear 2.5s infinite;
}
.airdrops_whitelist {
  width: 68%;
  margin: 0 16%;
  background: rgba(0, 0, 0, 0.5);
  border: 2px solid #00F988;
  box-sizing: border-box;
  border-radius: 10px;
  padding: 50px;
  display: flex;
  flex-direction: column;
}
.airdrops_whitelist_title {
  text-align: center;
  color: #00F988;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 36px;
  line-height: 45px;
}
.airdrops_whitelist_desc {
  text-transform: uppercase;
  text-align: center;
  font-size: 18px;
  line-height: 25px;
  color: #fff;
  margin: 0;
  margin-bottom: 35px;
  padding: 0;
}
.airdrops_whitelist_wrapper {
  display: flex;
  margin-bottom: 30px;
}
.airdrops_whitelist_wrapper_element {
  text-align: center;
  flex: 1;
  background: rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  border-radius: 10px;
  color: #00F988;
  font-size: 18px;
  line-height: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
}
.airdrops_whitelist_wrapper_element_img {
  width: 100%;
  border: 4px solid #00F988;
  box-sizing: border-box;
  border-radius: 10px;
}
.airdrops_whitelist_wrapper div:first-of-type {
  margin-left: 0;
}
.airdrops_whitelist .default_btn {
  width: 300px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .airdrops {
    margin-top: 100px;
  }
  .airdrops h2 {
    margin-bottom: 44px;
  }
  .airdrops .anim .airdrops_balloons {
    z-index: -1;
  }
  .airdrops .anim .airdrops_balloons-1 {
    left: 3%;
    top: -250px;
    animation: goballoon2 15s infinite forwards;
  }
  .airdrops .anim .airdrops_balloons-2 {
    left: unset;
    right: 1%;
    bottom: -12%;
    animation: goballoon3 15s infinite forwards;
  }
  .airdrops .anim .airdrops_balloons-3 {
    display: none;
    right: 3%;
    top: 26%;
    animation: goballoon3 15s infinite forwards;
  }
  .airdrops_whitelist {
    width: 90%;
    margin: 0 5%;
    padding: 20px 20px 30px;
  }
  .airdrops_whitelist_title {
    font-size: 24px;
    line-height: 30px;
  }
  .airdrops_whitelist_desc {
    margin-bottom: 20px;
  }
  .airdrops_whitelist_wrapper {
    display: flex;
    margin-bottom: 20px;
  }
  .airdrops_whitelist_wrapper div:not(:first-of-type) {
    display: none;
  }
  .airdrops_whitelist_wrapper_element {
    border: none;
    margin-left: 0;
    background: none;
  }
  .airdrops_whitelist_wrapper_element_img {
    width: 50%;
    min-width: 200px;
  }
  .airdrops_whitelist .default_btn {
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
  }
}

.team {
  margin-top: 200px;
  background-image: url("/img/team.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding-bottom: 75px;
}
.team h2 {
  font-size: 36px;
  line-height: 45px;
  color: #00F988;
  text-align: center;
  margin: 0 0 50px;
  text-transform: uppercase;
}
.team_wrapper {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  position: relative;
}
.team_wrapper_element {
  background: black;
  padding: 20px;
  margin: 10px;
  border: 2px solid #00F988;
  box-sizing: border-box;
  border-radius: 10px;
  width: 260px;
  min-width: 260px;
  display: flex;
  flex-direction: column;
}
.team_wrapper_element_img {
  height: 220px;
  border: 2px solid #00F988;
  box-sizing: border-box;
  border-radius: 10px;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.team_wrapper_element_img img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.team_wrapper_element_name {
  font-size: 24px;
  line-height: 30px;
  color: #00F988;
  margin-bottom: 10px;
  text-transform: uppercase;
  white-space: nowrap;
}
.team_wrapper_element_position {
  font-size: 18px;
  line-height: 25px;
  margin: 0;
  margin-bottom: 5px;
  color: #fff;
  text-transform: uppercase;
}
.team_wrapper_element_position a {
  text-transform: initial;
  color: #00F988;
}
.team_wrapper_element_desc {
  font-size: 14px;
  line-height: 19px;
  margin: 0 0 10px 0;
  color: #fff;
}
.team_wrapper_element_link {
  font-size: 18px;
  line-height: 25px;
  color: #00F988;
  margin: auto 0 0 0;
}
.team_wrapper_element_link a {
  display: flex;
  align-items: center;
}
.team_wrapper_element_link a svg {
  margin-right: 5px;
}
@media (max-width: 1111px) {
  .team_wrapper {
    justify-content: start;
  }
}
@media (max-width: 768px) {
  .team {
    margin-top: 100px;
    padding-bottom: 100px;
    background-size: cover;
    background-position: center;
  }
  .team_wrapper {
    width: 100%;
    overflow: hidden;
    display: flex;
    padding-bottom: 25px;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .team_wrapper_element {
    z-index: 10;
    background: black;
    margin: 0 15px;
  }
}

.footer {
  height: 100px;
  background-color: #232323;
}

.swiper {
  width: 100%;
}
.swiper .collections_slider_item-background {
  display: none;
}
.swiper .swiper-slide:not(.swiper-slide-active) .collections_slider_item-desc {
  opacity: 0;
}
.swiper .swiper-slide:not(.swiper-slide-active) h2 {
  opacity: 0;
}
.swiper .swiper-slide-shadow-left,
.swiper .swiper-slide-shadow-right {
  background-image: none;
}
.swiper-slide {
  width: 500px;
}
@media (max-width: 1470px) {
  .swiper-slide {
    width: 400px;
  }
  .swiper-slide .collections_slider_item {
    width: 400px;
    margin: 0 auto;
  }
  .swiper-slide .collections_slider_item-img,
.swiper-slide .collections_slider_item img {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 1200px) {
  .swiper-slide {
    width: 300px;
  }
  .swiper-slide .collections_slider_item {
    width: 300px;
    margin: 0 auto;
  }
  .swiper-slide .collections_slider_item-img,
.swiper-slide .collections_slider_item img {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 880px) {
  .swiper-slide {
    width: 500px;
  }
  .swiper-slide .collections_slider_item {
    width: 500px;
    margin: 0 auto;
  }
  .swiper-slide .collections_slider_item-img,
.swiper-slide .collections_slider_item img {
    width: 500px;
    height: 500px;
  }
  .swiper-slide.swiper-slide-prev, .swiper-slide.swiper-slide-next {
    opacity: 0;
  }
}
@media (max-width: 600px) {
  .swiper-slide {
    width: 300px;
  }
  .swiper-slide .collections_slider_item {
    width: 300px;
    margin: 0 auto;
  }
  .swiper-slide .collections_slider_item-img,
.swiper-slide .collections_slider_item img {
    width: 300px;
    height: 300px;
  }
}
.swiper .swiper-slide-visible.swiper-slide-duplicate-prev,
.swiper .swiper-slide-visible.swiper-slide-duplicate-next {
  opacity: 0;
}

.d-none {
  display: none !important;
}

.eth_address {
  width: 144px;
  height: 40px;
  border: 1px solid #00F988;
  box-sizing: border-box;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #00F988;
  font: 18px/1 "Oxanium";
  text-transform: uppercase;
  margin-right: 10px;
}

.dia-backdrop {
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}
.dia-backdrop .dia {
  width: 562px;
  background: rgba(0, 0, 0, 0.5);
  border: 2px solid #00F988;
  box-sizing: border-box;
  border-radius: 10px;
  max-width: 90vw;
  padding-top: 50px;
  padding-bottom: 40px;
}
.dia-backdrop .dia h1 {
  text-align: center;
  margin: 0;
  color: #00F988;
  font: 36px/45px "Oxanium";
  text-transform: uppercase;
}
.dia-backdrop .dia .wallet-btn {
  display: flex;
  margin: 20px auto auto;
  background: black;
  color: white;
  background: rgba(0, 0, 0, 0.5);
  border: 2px solid #00F988;
  box-sizing: border-box;
  border-radius: 10px;
  justify-content: space-between;
  padding: 0 10px;
  align-items: center;
  font: 24px/1 Oxanium;
  width: 214px;
  height: 70px;
  cursor: pointer;
}
.dia-backdrop .dia .wallet-btn:hover, .dia-backdrop .dia .wallet-btn:active {
  background: rgba(0, 249, 136, 0.5);
  border: 2px solid #00F988;
  box-sizing: border-box;
  border-radius: 10px;
  filter: drop-shadow(0px 5px 10px rgba(0, 249, 136, 0.5));
}
.dia-backdrop .dia .cancel-button {
  width: 269px;
  height: 43px;
  background: #00F988;
  border-radius: 5px;
  color: white;
  font: 700 18px Oxanium;
  margin: auto;
  margin-top: 50px;
  display: block;
  cursor: pointer;
  border: none;
}
.dia-backdrop .dia .cancel-button:hover {
  background: #29FF9E;
  box-shadow: 0px 5px 10px rgba(0, 249, 136, 0.5);
}
.dia-backdrop .dia .cancel-button:active {
  background: #29FF9E;
  box-shadow: none;
}
.dia-backdrop .dia .message {
  margin-top: 20px;
  font-size: 18px;
  line-height: 25px;
  /* identical to box height */
  text-align: center;
  color: #FFFFFF;
  font: 18px/24.5px "Open Sans";
}
.dia-backdrop .dia .illustration {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  height: 268px;
  margin-top: 20px;
}
.dia-backdrop .dia .illustration .metagiftz {
  background: rgba(0, 0, 0, 0.5);
  border: 2px solid #00F988;
  box-sizing: border-box;
  border-radius: 10px;
  width: 264px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.dia-backdrop .dia .illustration .metagiftz:after {
  content: "";
  display: block;
  position: absolute;
  width: 4px;
  height: 40px;
  background: #00F988;
  top: calc(100% + 2px);
  left: calc(50% - 2px);
}
.dia-backdrop .dia .illustration .wallet-btn {
  position: relative;
  margin: 0;
}
.dia-backdrop .dia .illustration .wallet-btn:after {
  content: "";
  display: block;
  position: absolute;
  width: 4px;
  height: 40px;
  background: #00F988;
  bottom: calc(100% + 2px);
  left: calc(50% - 2px);
}
.dia-backdrop .dia.fail .illustration .metagiftz:after,
.dia-backdrop .dia.fail .illustration .wallet-btn:after {
  background: #FF0000;
}

body.dia-opened {
  overflow: hidden;
}

.lds-ring {
  display: inline-block;
  position: relative;
  width: 120px;
  height: 120px;
}

.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 100px;
  height: 100px;
  margin: 8px;
  border: 8px solid #00F988;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #00F988 transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}

@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

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