.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.body {
  color: #fff;
  background-color: #0d101a;
  font-family: Lexend, sans-serif;
}

.header {
  background-image: url('../images/background.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100dvh;
  position: relative;
  overflow: hidden;
}

.header.header_subpage {
  background-image: url('../images/subpage_bg.png');
  background-attachment: scroll;
  min-height: 90dvh;
}

.navbar {
  background-color: #ddd0;
}

.container {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 80px;
  display: block;
}

.navbar_mobile_brand {
  display: none;
}

.navbar_brand {
  width: 70px;
  margin-left: 20px;
  margin-right: 20px;
}

.nav_link {
  color: #ddf0ff8c;
  text-align: center;
  width: 92px;
  padding: 0;
  font-weight: 400;
  transition: all .2s;
}

.nav_link:hover {
  transform: scale(1.1);
}

.nav_link.nav_active {
  color: #21b3f8;
}

.navbar_container {
  justify-content: center;
  align-items: center;
  display: flex;
}

.navbar_menu {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.navbar_shop {
  position: relative;
}

.image {
  z-index: 0;
  position: absolute;
  inset: -20px 2px auto auto;
}

.header_wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 12px;
  display: flex;
}

.header_wrapper.main {
  z-index: 5;
  margin-top: 70px;
  position: relative;
}

.header_title {
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#fff, #999);
  -webkit-background-clip: text;
  background-clip: text;
  padding-bottom: 10px;
  font-size: 45px;
}

.title {
  width: 600px;
  margin-bottom: 5px;
  display: block;
  position: relative;
}

.header_line_dashed {
  width: 50px;
  margin-top: 4px;
  margin-left: 81px;
  margin-right: 28px;
  position: absolute;
}

.header_line_dashed.right_line {
  margin-right: 81px;
  right: 0;
}

.header_description {
  color: #6bacc3;
  text-align: center;
  width: 300px;
  margin-top: -10px;
  font-weight: 400;
}

.render {
  width: 800px;
  position: relative;
  left: 0;
  right: 0;
}

.header_render {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: -20px;
  display: flex;
  position: absolute;
  bottom: 0;
}

.render_gradient {
  background-image: linear-gradient(#0000, #06070c73 32%, #0c0e18e6 65%, #0d101a 89%);
  height: 100%;
  position: absolute;
  top: auto;
  left: 0%;
  right: 0%;
}

.decoration_hoe {
  z-index: 4;
  width: 80px;
  position: absolute;
  inset: auto auto 40px 0%;
}

.decoration_hoe.fixed {
  position: fixed;
}

.decoration_hoe.float-effect {
  position: fixed;
  bottom: 123px;
}

.decoration_leaf {
  z-index: 4;
  opacity: .35;
  width: 120px;
  position: absolute;
  inset: auto auto 250px 100px;
}

.decoration_leaf.fixed {
  position: fixed;
}

.decoration_leaf.float-effect {
  position: fixed;
  bottom: 298px;
}

.decoration_hoe-gold {
  z-index: 4;
  opacity: .35;
  width: 120px;
  position: absolute;
  inset: auto 0 250px auto;
}

.decoration_hoe-gold.fixed {
  position: fixed;
  bottom: 268px;
}

.decoration_hoe-gold.float-effect {
  position: fixed;
  bottom: 411px;
}

.descoration_egg-green {
  z-index: 4;
  opacity: .35;
  width: 120px;
  position: absolute;
  inset: auto 0 0 auto;
}

.descoration_egg-green.fixed {
  position: fixed;
}

.descoration_egg-green.float-effect {
  position: fixed;
  bottom: 133px;
}

.render_wrapper {
  position: relative;
  overflow: visible;
}

.decoration_arrow {
  z-index: 3;
  width: 110px;
  position: absolute;
  inset: auto -12px 121px auto;
}

.decoration_egg-blue {
  z-index: 3;
  width: 120px;
  position: absolute;
  inset: auto auto 120px -30px;
}

.image-6 {
  position: absolute;
}

.arrow_shop {
  z-index: 3;
  width: 80px;
  position: absolute;
  inset: auto 66px 257px auto;
}

.div-block-4 {
  position: absolute;
  inset: auto 0% 0% auto;
}

.btn_discord-float {
  z-index: 5;
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  background-color: #9fd2fc24;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 9px 29px;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: auto -90px 374px auto;
}

.btn_discord-float.desktop {
  transition: all .2s;
  bottom: 307px;
}

.btn_discord-float.desktop:hover {
  background-color: #d5e7f624;
  transform: scale(1.1);
}

.btn_icon {
  width: 30px;
}

.discord_count {
  color: #fff;
  text-decoration: none;
}

.arrow_dc {
  z-index: 3;
  width: 100px;
  position: absolute;
  inset: auto 139px 346px auto;
}

.btn_discord {
  z-index: 5;
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  background-color: #7d67ff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 9px 29px;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: auto -134px 481px auto;
}

.btn_discord.desktop {
  transition: all .2s;
  bottom: 435px;
  right: -30px;
}

.btn_discord.desktop:hover {
  background-color: #a090ff;
  transform: scale(1.1);
}

.btn_discord.status {
  height: 55px;
  transition: all .2s;
  display: inline-flex;
  position: static;
}

.btn_discord.status:hover {
  transform: scale(1.03);
}

.btn_icon-discord {
  width: 20px;
}

.discord_content {
  flex-flow: column;
  display: flex;
}

.discord_join {
  color: #ffffff91;
  margin-bottom: -6px;
  font-size: 12px;
  text-decoration: none;
}

.arrow_ip {
  z-index: 3;
  width: 100px;
  position: absolute;
  inset: auto auto 290px 7px;
}

.btn_copy-ip {
  z-index: 5;
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  background-color: #3299ee40;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 9px 29px;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: auto auto 439px -113px;
}

.btn_copy-ip.desktop {
  transition: all .2s;
  bottom: 395px;
}

.btn_copy-ip.desktop:hover {
  background-color: #44a8fb40;
  transform: scale(1.1);
}

.btn_text-blue {
  color: #fff;
  text-decoration: none;
}

.btn_text-blue.text-black {
  color: #000;
  font-weight: 500;
}

.btn_section {
  display: none;
}

.bottom_nav {
  z-index: 3;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  bottom: 30px;
}

.bottom_shop {
  background-color: #9fd2fc24;
  border-radius: 100px;
  width: 60px;
  height: 60px;
  min-height: 60px;
  max-height: 60px;
  padding: 14px;
}

.bottom_icon {
  width: 40px;
}

.bottom_status {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #161a25f0;
  border-radius: 100px;
  justify-content: flex-start;
  align-items: center;
  height: 60px;
  padding-left: 41px;
  padding-right: 30px;
  display: flex;
}

.bottom_status-info {
  flex-flow: column;
  display: flex;
}

.mc_head {
  border-radius: 100px;
  width: 30px;
  min-width: 30px;
  max-width: 30px;
  height: 30px;
  min-height: 30px;
  max-height: 30px;
  margin-left: -12px;
}

.bottom_heads {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  display: flex;
}

.players_count_status {
  color: #ffffff91;
  margin-top: -3px;
  font-size: 12px;
  text-decoration: none;
}

.tiktok {
  margin-top: 30px;
  margin-bottom: 50px;
}

.slider_block {
  margin-top: 40px;
}

.image-10 {
  width: 100%;
}

.team {
  margin-bottom: 60px;
}

.arrow_team {
  position: absolute;
  top: 74px;
  right: 461px;
}

.team_row {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: .7fr .7fr .7fr .7fr;
  justify-content: center;
  align-items: center;
  margin-top: 41px;
  display: flex;
}

.team_img-wrapper {
  background-color: #1a1f2f96;
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  margin-bottom: 8px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.team_card {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.team_img {
  max-width: max-content;
  width: 280px !important;
}

.team_img.buy {
  margin-bottom: -26px;
}

.heading-2 {
  font-size: 24px;
}

.team_employee {
  color: #6bacc3;
  text-align: center;
  font-weight: 400;
}

.team_name {
  font-size: 24px;
}

.section_header-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 12px;
  display: flex;
}

.section_title {
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#fff, #999);
  -webkit-background-clip: text;
  background-clip: text;
  padding-bottom: 10px;
  font-size: 45px;
}

.footer {
  z-index: 0;
  background-color: #0d101a;
  padding-bottom: 10px;
  position: relative;
}

.footer.subpage {
  z-index: 0;
}

.div-block-12 {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-13 {
  width: 80px;
}

.title_wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.title_line {
  background-color: #efefef00;
  background-image: linear-gradient(270deg, #1a1f2f, #0d101a);
  width: 100%;
  max-width: 100%;
  height: 2px;
}

.title_line.right_line {
  background-image: linear-gradient(85deg, #1a1f2f, #0d101a);
}

.title_footer-brand {
  width: 80px;
}

.footer_title {
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#fff, #999);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 20px;
  line-height: 24px;
}

.footer_btn {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.btn_terms {
  z-index: 5;
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  background-color: #9fd2fc24;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 9px 29px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: static;
  inset: auto -90px 374px auto;
}

.btn_terms:hover {
  transform: scale(1.1);
}

.social {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.eula {
  color: #65656594;
  text-align: center;
  max-width: 700px;
  margin-top: 40px;
}

.status_count {
  color: #fff;
  text-decoration: none;
}

.section_description {
  color: #6bacc3;
  text-align: center;
  width: 500px;
  margin-top: -10px;
  font-weight: 400;
}

.btn_terms-text, .link {
  color: #fff;
  text-decoration: none;
}

.spacehouse {
  color: #65656594;
  text-align: center;
  max-width: 700px;
  margin-top: 20px;
}

.team_discord_link {
  z-index: 5;
  position: absolute;
  inset: 10px 5px auto auto;
}

.dc_icon {
  transition: all .2s;
}

.dc_icon:hover {
  transform: scale(1.1);
}

.other_sections {
  position: relative;
}

.decoration_leaf-other {
  z-index: 12;
  opacity: .14;
  width: 150px;
  margin-left: -145px;
  position: sticky;
  inset: 700px auto 0 0%;
}

.decoration_egg-other {
  z-index: 12;
  opacity: .14;
  width: 110px;
  position: sticky;
  inset: 500px auto 0 10%;
}

.decoration_hoe-other {
  z-index: 12;
  opacity: .14;
  width: 120px;
  position: sticky;
  top: 700px;
  bottom: 0;
  left: 100%;
}

.mode_row {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: .7fr .7fr .7fr .7fr;
  justify-content: center;
  align-items: center;
  margin: 60px 119px;
  display: flex;
}

.mode_title {
  color: #fff;
  font-size: 24px;
}

.mode {
  margin-bottom: 60px;
}

.mode_card {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.mode_img-wrapper {
  background-color: #1a1f2f96;
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  width: 230px;
  height: 230px;
  margin-bottom: 8px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.mode_img-wrapper.buy {
  width: 150px;
  height: 150px;
}

.mode_description {
  color: #6bacc3;
  text-align: center;
  font-weight: 400;
}

.mode_link {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.btn_section-subpage {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  display: flex;
}

.btn_btn {
  z-index: 5;
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  background-color: #9fd2fc24;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  height: 55px;
  padding: 9px 29px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: static;
  inset: auto auto 439px -113px;
}

.btn_btn:hover, .btn_btn.btn_primary {
  background-image: linear-gradient(90deg, #1384ba, #3399c9);
}

.input {
  color: #ffffff;
  text-align: center;
  background-color: #9fd2fc0d;
  border-style: solid;
  border-width: 4px;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 65px;
  padding: 24px;
  border: 0 solid #dbdbdb !important;
  border-radius: 1000px !important;
  outline: none !important;
}

.input_paragraph {
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
}

.input_paragraph.left {
  text-align: left;
}

.textarea {
  color: #000;
  background-color: #f2f2f2;
  border: 4px solid #dbdbdb;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 400px;
  min-height: 150px;
  max-height: 600px;
  padding: 24px;
  border: 4px solid #dbdbdb !important;
  border-radius: 0 !important;
}

.checkbox_wrapper {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 12px;
  display: flex;
}

.checkbox_wrapper.else_wrapper {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  margin-bottom: 0;
  padding-left: 0;
}

.checkbox {
  background-color: #9fd2fc0d;
  border: 0 solid #fff;
  border-radius: 100px;
  width: 20px;
  min-width: 20px;
  max-width: 20px;
  height: 20px;
  min-height: 20px;
  max-height: 20px;
  margin-top: 0;
  box-shadow: none !important;
}

.checkbox.w--redirected-checked {
  color: #000;
  background-color: #14a7f6;
  box-shadow: none !important;
  border: none !important;
}

.checkbox_label {
  padding-left: 8px;
}

.checkbox_label.else_checkbox {
  color: #000;
  display: none;
}

.checkbox_label.pay_creator {
  color: #ffffffad;
  padding-left: 13px;
}

.checkbox_link {
  color: #fff;
}

.send_button {
  text-align: center;
  background-color: #e550d6;
  background-image: linear-gradient(90deg, #505be5, #6f78f3);
  border: 13px solid #dfe1f7;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 30px;
  padding: 20px 50px;
  font-size: 18px;
  transition: all .2s;
  display: flex;
}

.send_button:hover {
  transform: scale(1.02);
}

.form-block {
  width: 500px;
  margin-bottom: 0;
}

.voucher_blade {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-bottom: 30px;
  display: flex;
}

.form {
  margin-top: 24px;
}

.form_field {
  margin-bottom: 20px;
}

.btn_send {
  z-index: 5;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  background-color: #9fd2fc24;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  height: 69px;
  padding: 9px 29px;
  text-decoration: none;
  display: flex;
  position: static;
  inset: auto auto 439px -113px;
}

.btn_send.btn_primary {
  background-image: linear-gradient(90deg, #1384ba, #3399c9);
  transition: all .2s;
}

.btn_send.btn_primary:hover {
  transform: scale(1.03);
}

.btn_send.btn_secondary {
  background-image: linear-gradient(90deg, #c2a325, #dbc25c 100%, #fff);
  transition: all .2s;
}

.btn_send.btn_secondary:hover {
  transform: scale(1.03);
}

.terms_section {
  width: 800px;
  margin-top: 60px;
}

.terms {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.terms_h {
  color: #21b3f8;
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 500;
}

.terms_paragraph {
  color: #d4d4d4bd;
}

.terms_block {
  width: 100%;
  margin-bottom: 30px;
}

.status_block {
  width: 700px;
  margin-top: 20px;
}

.status_nav {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.info_transaction {
  color: #d4d4d4bd;
  text-align: center;
}

.info_transaction.left {
  text-align: left;
  margin-bottom: 20px;
}

.info_transaction.right {
  text-align: left;
}

.info_transaction.right.head {
  color: #fff;
  margin-bottom: 5px;
  font-weight: 500;
}

.transaction_msg {
  background-color: #1a232f36;
  border-radius: 20px;
  margin-bottom: 23px;
  padding: 38px 36px;
}

.transaction_status {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  font-size: 28px;
  font-weight: 500;
  display: flex;
}

.transaction_status.left {
  justify-content: flex-start;
  align-items: center;
  font-size: 22px;
}

.status_data {
  grid-template-rows: auto;
  margin-top: 30px;
  margin-bottom: 40px;
}

.shop_price {
  z-index: 5;
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  color: #fff;
  background-color: #1a222e;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  height: 35px;
  padding: 7px 29px;
  text-decoration: none;
  display: flex;
  position: static;
  inset: auto auto 439px -113px;
}

.shop_price.btn_primary {
  background-image: linear-gradient(90deg, #1384ba, #3399c9);
}

.shop_category {
  z-index: 5;
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  color: #fff;
  background-color: #1a222e;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  height: 35px;
  margin-bottom: -21px;
  padding: 7px 29px;
  text-decoration: none;
  display: inline-flex;
  position: static;
  inset: auto auto 439px -113px;
}

.shop_category.btn_primary {
  background-image: linear-gradient(90deg, #1384ba, #3399c9);
}

.methods_grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-bottom: 30px;
}

.head_nick {
  border-radius: 100px;
  width: 30px;
  min-width: 30px;
  max-width: 30%;
  height: 30px;
  min-height: 30px;
  max-height: 30px;
  position: absolute;
  inset: 18px auto auto 17px;
}

.paragraph-2 {
  color: #939292;
}

.swiper-button-prev-1 {
  cursor: pointer;
  width: 50px;
  min-width: 50px;
  max-width: 50%;
  height: 50px;
  min-height: 50px;
  max-height: 50px;
  transform: rotate(90deg);
}

.pay_form {
  margin-top: 40px;
}

.checkboxs {
  margin-top: 30px;
  margin-bottom: 50px;
}

.pay_btn {
  color: #000;
  background-color: #87e42b;
  border: 12px solid #cff2ab;
  padding: 18px 50px;
  font-size: 16px;
  transition: all .2s;
}

.pay_btn:hover {
  transform: scale(1.05);
}

.pay_btn.btn_primary {
  color: #fff;
  background-color: #1384ba;
  border-style: none;
  border-radius: 100px;
  font-size: 14px;
}

.summary_price {
  width: 50%;
}

.grid_input {
  grid-template-rows: auto;
  margin-bottom: 13px;
}

.swiper-slide-2 {
  background-color: #f2f2f2;
  border: 7px solid #e0e0e0;
  justify-content: flex-start;
  align-items: center;
  padding: 23px;
  display: flex;
}

.price_price {
  color: #fff;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#fff, #b3b3b3);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
}

.else_paragraph {
  color: #000;
  margin-bottom: 0;
  font-weight: 400;
}

.price_text {
  color: #6bacc3;
}

.input-2 {
  color: #000;
  background-color: #f2f2f2;
  border: 4px solid #dbdbdb;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 65px;
  padding: 24px;
  border: 4px solid #dbdbdb !important;
  border-radius: 0 !important;
  outline: none !important;
}

.input-2.nick {
  padding-left: 60px;
  border-radius: 0 !important;
}

.swiper-container-2 {
  width: 100%;
  overflow: hidden;
}

.method_btn {
  text-align: center;
  cursor: pointer;
  background-color: #9fd2fc0d;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  height: 60px;
  padding: 18px 17px;
  font-size: 13px;
  transition: all .2s;
  display: flex;
}

.method_btn:hover {
  background-color: #3399c9;
  background-image: linear-gradient(#1384ba, #3399c9);
  border-color: #f9ebaf;
}

.method_btn.active {
  background-color: #f6cf1c;
  border-color: #f9ebaf;
}

.method_btn.btn_primary {
  background-image: linear-gradient(90deg, #1384ba, #3399c9);
}

.summary {
  grid-column-gap: 33px;
  grid-row-gap: 33px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nick_input-form {
  position: relative;
}

.swiper-button-next-1 {
  cursor: pointer;
  width: 50px;
  min-width: 50px;
  max-width: 50%;
  height: 50px;
  min-height: 50px;
  max-height: 50px;
  transform: rotate(-90deg);
}

.head_section {
  color: #000;
  border-bottom: 3px solid #efefef;
  margin-top: 0;
  padding-bottom: 20px;
  font-size: 22px;
  font-weight: 400;
}

.head_section.payment_methods {
  color: #fff;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#fff, #afafaf);
  -webkit-background-clip: text;
  background-clip: text;
  border-bottom-width: 1px;
  border-bottom-color: #1a1f2f;
  margin-top: 30px;
  margin-bottom: 15px;
  padding-bottom: 13px;
  font-weight: 700;
}

.head_section.payment_methods.else_head {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 20px;
  display: flex;
}

.head_section_buy {
  color: #fff;
  margin-top: 45px;
  position: relative;
}

.promo {
  width: 250px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.social_icon {
  transition: all .2s;
}

.social_icon:hover {
  transform: scale(1.1);
}

.lightning {
  position: absolute;
  inset: -285px 0% 0% -22%;
}

.image-14 {
  z-index: 0;
  opacity: .38;
  position: absolute;
  bottom: -76.3906px;
}

.wave {
  position: absolute;
  inset: auto 0% 0%;
}

.blur {
  z-index: 0;
  filter: blur(200px);
  background-color: #498fc9;
  border: 1px #58d0ff;
  border-radius: 1000px;
  width: 400px;
  height: 400px;
  display: block;
  position: absolute;
  inset: auto -164px 0% 0%;
}

.swiper-container {
  position: relative;
  width: 60vw;

  margin: 40px 0;
}


.custom-swiper-pagination {
  margin-top: 40px;
  display: flex;
  gap: 3px;
  justify-content: CENTER;
}

.custom-swiper-pagination .swiper-pagination-bullet {
  background-color: #252F4E;
  opacity: 0.5;
  width: 18px;
  height: 5px;
  border-radius: 5px;
}

.custom-swiper-pagination .swiper-pagination-bullet-active {
  background-color: #21B3F8;
  opacity: 1;
}

.servers_img{
  width:270px!important;
}

@media screen and (max-width: 1591px) {
  .header_render{
    margin-bottom: -100px;
  }

  .servers_img{
    width:220px!important;
  }
  
  
  .swiper-container {
    width: 70vw;
  }

  .header_wrapper.main {
    margin-top: 10px;
  }
}

@media screen and (max-width: 991px) {
  .header {
    overflow: hidden;
  }

  .swiper-container {
    width: 90vw;
  }
  

  .navbar {
    margin-top: 0;
  }

  .container {
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .navbar_mobile_brand {
    width: 60px;
    display: block;
  }

  .navbar_brand {
    display: none;
  }

  .icon {
    color: #fff;
  }

  .nav_link {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    display: block;
  }

  .navbar_container {
    justify-content: space-between;
    align-items: center;
  }

  .navbar_menu {
    color: #0d101a;
    text-align: center;
    background-color: #0d101a;
    border-radius: 13px;
    margin-left: 25px;
    margin-right: 25px;
    padding: 30px 32px 22px 31px;
  }

  .navbar_mobile_btn {
    background-color: #c8c8c81a;
    border-radius: 100px;
  }

  .navbar_mobile_btn.w--open {
    background-color: #c8c8c800;
  }

  .image {
    display: none;
    inset: 0% 0% auto auto;
  }

  .header_wrapper {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .header_line_dashed {
    margin-top: 5px;
  }

  .header_render {
    margin-bottom: 0;
    margin-top: 0;
    position: relative;
  }

  .render_gradient {
    width: 100%;
  }

  .decoration_leaf {
    opacity: .09;
    display: none;
    bottom: 141px;
    left: 38px;
  }

  .decoration_hoe-gold {
    width: 90px;
    display: none;
    bottom: 136px;
  }

  .descoration_egg-green {
    bottom: -71px;
  }

  .decoration_arrow {
    position: absolute;
    bottom: 166px;
    right: 9px;
  }

  .decoration_egg-blue {
    bottom: 258px;
    left: -50px;
  }

  .arrow_shop {
    display: none;
  }

  .btn_discord-float {
    bottom: 97px;
    left: 88px;
    right: auto;
  }

  .btn_discord-float.desktop, .arrow_dc {
    display: none;
  }

  .btn_discord {
    height: 60px;
    display: inline-flex;
    position: static;
    bottom: 324px;
    right: 59px;
  }

  .btn_discord.desktop {
    z-index: 2;
    display: none;
    inset: auto 35% 50px;
  }

  .arrow_ip {
    display: none;
  }

  .btn_copy-ip {
    height: 60px;
    display: inline-flex;
    position: static;
    inset: -14px 38% auto;
  }

  .btn_copy-ip.desktop {
    height: 60px;
    display: none;
    left: 36%;
    right: 36%;
  }

  .btn_section {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .bottom_nav {
    bottom: 28px;
  }

  .section_header-wrapper {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .btn_terms {
    bottom: 97px;
    left: 88px;
    right: auto;
  }

  .btn_terms.desktop {
    display: none;
  }

  .mode_row {
    margin-top: 50px;
    margin-left: 3px;
    margin-right: 3px;
  }

  .btn_btn {
    position: static;
    inset: -14px 38% auto;
  }

  .send_button {
    display: block;
  }

  .btn_send {
    position: static;
    inset: -14px 38% auto;
  }

  .terms_section {
    width: 600px;
  }

  .shop_price, .shop_category {
    position: static;
    inset: -14px 38% auto;
  }

  .pay_btn {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .header_wrapper {
    margin-top: 18px;
  }

  .header_wrapper.main {
    margin-top: 4px;
  }

  .header_title {
    font-size: 40px;
  }

  .title {
    width: 400px;
  }

  .header_line_dashed {
    margin-top: 5px;
    margin-left: -14px;
  }

  .header_line_dashed.right_line {
    margin-right: -14px;
  }

  .header_description {
    width: 330px;
  }

  .render {
    width: 650px;
    max-width: none;
    right: auto;
  }

  .header_render {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }

  .btn_discord-float.desktop {
    display: none;
  }

  .btn_discord {
    height: 55px;
    position: static;
  }

  .btn_discord.desktop {
    display: none;
  }

  .btn_copy-ip {
    height: 55px;
    position: static;
    left: 35%;
    right: 35%;
  }

  .btn_copy-ip.desktop {
    display: none;
  }

  .btn_section {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .bottom_nav {
    position: fixed;
  }

  .team {
    margin-bottom: 66px;
  }

  .arrow_team {
    width: 90px;
    display: none;
    right: 327px;
  }

  .team_row {
    grid-column-gap: 33px;
    grid-row-gap: 33px;
    flex-flow: wrap;
  }

  .team_card {
    width: 200px;
    display: flex;
  }

  .section_header-wrapper {
    margin-top: 18px;
  }

  .section_title {
    font-size: 40px;
    line-height: 40px;
  }

  .title_wrapper {
    justify-content: space-between;
    align-items: center;
    max-width: none;
  }

  .title_line {
    width: 100%;
  }

  .footer_btn {
    margin-top: 19px;
  }

  .btn_terms.desktop {
    display: none;
  }

  .section_description {
    width: 400px;
  }

  .mode_row {
    grid-column-gap: 33px;
    grid-row-gap: 33px;
    flex-flow: wrap;
    margin-top: 50px;
  }

  .mode {
    margin-bottom: 66px;
  }

  .mode_card {
    width: 200px;
    display: flex;
  }

  .btn_btn {
    height: 55px;
    position: static;
    left: 35%;
    right: 35%;
  }

  .btn_btn.desktop {
    display: none;
  }

  .form-block {
    width: 450px;
  }

  .voucher_blade {
    margin-top: 10px;
  }

  .btn_send {
    height: 55px;
    position: static;
    left: 35%;
    right: 35%;
  }

  .btn_send.desktop {
    display: none;
  }

  .btn_send.btn_primary {
    height: 69px;
  }

  .terms_section, .status_block {
    width: 100%;
  }

  .shop_price {
    position: static;
    left: 35%;
    right: 35%;
  }

  .shop_price.desktop {
    display: none;
  }

  .shop_category {
    position: static;
    left: 35%;
    right: 35%;
  }

  .shop_category.desktop {
    display: none;
  }

  .methods_grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .summary_price {
    width: 100%;
  }

  .lightning {
    left: -32%;
  }
}

@media screen and (max-width: 479px) {
  .header.header_subpage {
    min-height: 95dvh;
  }

  .container {
    padding-left: 16px;
    padding-right: 16px;
    overflow: hidden;
  }

  .navbar_menu {
    margin-left: 12px;
    margin-right: 12px;
  }

  .header_wrapper {
    margin-top: 32px;
    margin-bottom: 0;
  }

  .header_wrapper.main {
    margin-top: 12svh;
  }

  .header_title {
    margin-top: 0;
    font-size: 35px;
    line-height: 35px;
  }

  .title {
    width: 100%;
  }

  .header_line_dashed {
    margin-top: -38px;
    display: none;
  }

  .header_description {
    width: 100%;
  }

  .header_render {
    opacity: .09;
  }

  .decoration_hoe {
    width: 60px;
    top: 137px;
    bottom: auto;
  }

  .descoration_egg-green {
    bottom: 53px;
  }

  .btn_discord, .btn_copy-ip {
    width: 90%;
    height: 60px;
  }

  .btn_text-blue {
    text-align: center;
  }

  .btn_section {
    margin-top: 21px;
  }

  .bottom_nav {
    z-index: 4;
    width: 100%;
    display: none;
    position: fixed;
    bottom: 90px;
  }

  .tiktok {
    margin-top: -115px;
  }

  .team {
    margin-top: 47px;
  }

  .team_row {
    grid-column-gap: 19px;
    grid-row-gap: 19px;
  }

  .team_img-wrapper {
    width: 200px;
    height: 200px;
  }

  .team_card {
    width: 220px;
  }

  .team_employee {
    width: 100%;
  }

  .section_header-wrapper {
    margin-top: 0;
  }

  .section_title {
    margin-top: 0;
    padding-bottom: 0;
    font-size: 35px;
    line-height: 35px;
  }

  .footer {
    padding-bottom: 0;
  }

  .title_wrapper {
    grid-column-gap: 33px;
    grid-row-gap: 33px;
    margin-bottom: 26px;
  }

  .title_line {
    width: 100%;
  }

  .footer_title {
    margin-top: 0;
    padding-bottom: 0;
  }

  .footer_btn {
    flex-flow: column;
  }

  .eula {
    width: 90%;
    font-size: 12px;
  }

  .section_description {
    width: 100%;
  }

  .spacehouse {
    width: 90%;
    font-size: 12px;
  }

  .decoration_leaf-other, .decoration_egg-other, .decoration_hoe-other {
    width: 60px;
    top: 137px;
    bottom: auto;
  }

  .mode_row {
    grid-column-gap: 29px;
    grid-row-gap: 29px;
    margin: 50px 0 39px;
  }

  .mode_title {
    text-align: center;
  }

  .mode {
    margin-top: 47px;
  }

  .mode_card {
    width: 190px;
  }

  .mode_img-wrapper {
    width: 170px;
    height: 170px;
  }

  .mode_description {
    width: 100%;
  }

  .mode_link {
    margin-bottom: 22px;
  }

  .btn_section-subpage {
    flex-flow: wrap;
  }

  .btn_btn {
    height: 60px;
    padding-left: 34px;
    padding-right: 34px;
  }

  .header_icon {
    margin-bottom: 17px;
  }

  .send_button {
    padding-left: 14px;
    padding-right: 14px;
  }

  .form-block {
    width: 96%;
  }

  .voucher_blade {
    margin-top: 0;
  }

  .btn_send {
    height: 60px;
    padding-left: 34px;
    padding-right: 34px;
  }

  .terms_section {
    margin-top: 78px;
  }

  .status_block {
    margin-top: 0;
  }

  .status_nav {
    justify-content: center;
    align-items: center;
  }

  .info_transaction {
    text-align: left;
  }

  .transaction_msg {
    padding: 21px;
  }

  .transaction_status {
    text-align: left;
  }

  .status_data {
    grid-template-columns: 1fr;
    margin-bottom: 30px;
  }

  .shop_price, .shop_category {
    text-align: center;
    padding-left: 14px;
    padding-right: 14px;
  }

  .methods_grid {
    flex-flow: column;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .pay_btn {
    width: 100%;
  }

  .grid_input {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    grid-template-columns: 1fr;
  }

  .head_section.payment_methods.else_head {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .promo, .lightning {
    display: none;
  }
}

#w-node-_44bd58f2-d088-7893-f869-3683dcd8e775-75a49700, #w-node-_44bd58f2-d088-7893-f869-3683dcd8e777-75a49700, #w-node-_44bd58f2-d088-7893-f869-3683dcd8e779-75a49700, #w-node-_44bd58f2-d088-7893-f869-3683dcd8e77b-75a49700 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-_44bd58f2-d088-7893-f869-3683dcd8e775-75a49700, #w-node-_44bd58f2-d088-7893-f869-3683dcd8e777-75a49700, #w-node-_44bd58f2-d088-7893-f869-3683dcd8e779-75a49700, #w-node-_44bd58f2-d088-7893-f869-3683dcd8e77b-75a49700 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


.tooltip-container {
  position: relative;
  display: inline-block;
}

.tooltip-text {
  visibility: hidden;
  background-color: rgba(38, 49, 60, 0.647);
  color: #fff;
  text-align: center;
  padding: 5px 13px;
  border-radius: 105px;
  position: absolute;
  bottom: 125%; /* Tooltip above the element */
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  white-space: nowrap;
}

.tooltip-text::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-width: 5px;
  border-style: solid;
  border-color: rgba(38, 49, 60, 0.647) transparent transparent transparent;
}

.tooltip-container:hover .tooltip-text {
  visibility: visible;
  opacity: 1;
}

input[type="range"] {
  /* removing default appearance */
  -webkit-appearance: none;
  appearance: none; 
  /* creating a custom design */
  width: 100%;
  cursor: pointer;
  outline: none;
  /*  overflow: hidden;  remove this line*/
  border-radius: 100px;
  /* New additions */
  height: 10px;
  background: #9fd2fc0d;
}

/* Thumb: webkit */
input[type="range"]::-webkit-slider-thumb {
  /* removing default appearance */
  -webkit-appearance: none;
  appearance: none; 
  /* creating a custom design */
  height: 28px;
  width: 28px;
  border-radius: 100px;
  background-color: #b614f6;
  border: none;

  /* box-shadow: -407px 0 0 400px #f50; emove this line */
  transition: .2s ease-in-out;
}

/* Thumb: Firefox */
input[type="range"]::-moz-range-thumb {
  height: 20px;
  width: 20px;
  background-color: #f50;
  border-radius: 50%;
  border: none;
  box-shadow: 0 0 0 3px #b614f6;
  /* box-shadow: -407px 0 0 400px #f50; emove this line */
  transition: .2s ease-in-out;
}

.range{
  margin: 20px 0;
}

.variant{
  margin: 20px 0;
}

.choice{
  margin-top: 20px;
}



.mode_card {
  opacity: 1;
  transition: opacity 0.2s ease;
}

/* Reduce opacity for all cards when one is hovered */
.mode_row:hover .mode_card {
  opacity: 0.2;
}

/* Set opacity back to 1 for the hovered card */
.mode_card:hover {
  opacity: 1!important;
}





.swiper-container > .swiper-slide__content {
  position: absolute;
  top: 0;
}

.swiper-slide {

  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 200ms linear;
  opacity: 0.5;
  transform: scale(0.8);
}
.swiper-slide.swiper-slide-active {
  transform: scale(1);
  opacity: 1;
}


.tiktok_outline{
  width: 100%;
  border-radius: 28px;
  padding: 10px;
  height: 500px;
  border: 1px solid #1A2032;
  max-width: 300px;
}

.tiktok_box{
  position: relative;
  height: 100%;
  width: 100%;
  border-radius: 19px;
  background: #1A1F2F;
  cursor: pointer !important;
}

.tiktok_box img{
  width: 100%;
  height: 100%;
  border-radius: 19px;
}

.tiktok_box:hover .play{
  width: 80px;
  transition: .2s;

}

.tiktok_box .play{
  transition: .2s;
  position: absolute;
  width: 70px;
  left: 50%;
    transform: translate(-50%, 0);
}

@keyframes float {
  0% {
    transform: translateY(0); /* Pozycja początkowa */
  }
  50% {
    transform: translateY(-10px); /* Uniesienie o 10px */
  }
  100% {
    transform: translateY(0); /* Powrót do pozycji początkowej */
  }
}
.float-effect {
  animation: float 3s ease-in-out infinite; /* Animacja trwająca 3 sekundy, płynne unoszenie i opadanie, nieskończona pętla */
}
@keyframes lightning {
  0%, 100% {
    opacity: 1; /* Początkowa i końcowa widoczność */
  }
  1% {
    opacity: 0; /* Pierwszy szybki błysk - znika */
  }
  6% {
    opacity: 1; /* Pojawia się */
  }
  9% {
    opacity: 0; /* Drugi błysk - znika */
  }
  19% {
    opacity: 1; /* Pojawia się */
  }
  26% {
    opacity: 0; /* Trzeci błysk - znika */
  }
  30% {
    opacity: 1; /* Pojawia się */
  }
  15%, 100% {
    opacity: 0; /* Długa przerwa po błyskach */
  }
}
.lightning-effect {
  animation: lightning 3s infinite; /* Animacja co 10 sekund w pętli */
}
@keyframes lightningWithScale {
  0%, 100% {
    opacity: 1; /* Początkowa i końcowa widoczność */
    filter: brightness(1); /* Normalna jasność */
  }
  1% {
    opacity: 0.2; /* Pierwszy szybki błysk - znika */
    filter: brightness(2); /* Jaśniejsze */
  }
  6% {
    opacity: 1; /* Pojawia się */
    filter: brightness(1); /* Normalna jasność */
  }
  9% {
    opacity: 0; /* Drugi błysk - znika */
    filter: brightness(2.5); /* Jeszcze jaśniejsze */
  }
  19% {
    opacity: 1; /* Pojawia się */
    filter: brightness(1); /* Normalna jasność */
  }
  26% {
    opacity: 0.5; /* Trzeci błysk - znika */
    filter: brightness(3); /* Maksymalna jasność */
  }
  30% {
    opacity: 1; /* Pojawia się */
    filter: brightness(1); /* Normalna jasność */
  }
  40%, 100% {
    opacity: 1; /* Długa przerwa po błyskach */
    filter: brightness(1); /* Normalna jasność */
  }
}
.lightning-scale-effect {
  animation: lightningWithScale 10s infinite; /* Animacja trwa 10 sekund, powtarza się nieskończoność */
}

/* Ukryj domyślny checkbox */
.custom-checkbox-input {
  display: none;
}

/* Stylowanie kontenera checkboxa */
.custom-checkbox-label {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-weight: 400;
}

/* Stylowanie customowego checkboxa */
.custom-checkbox-box {
  width: 20px!important;
  height: 20px!important;
  min-width: 20px!important;
  min-height: 20px!important;
  max-width: 20px!important;
  max-height: 20px!important;
  background: #9fd2fc0d;
  border-radius: 100px;
  display: inline-block;
  margin-right: 10px;
  transition: all 0.2s ease;
  position: relative;
}

/* Po zaznaczeniu zmienia się na niebieski */
.custom-checkbox-input:checked + .custom-checkbox-box {
  background-color: #007BFF;
  border-color: #007BFF;
}

/* Pojawia się biały znacznik (ptaszek) */
.custom-checkbox-box::after {
  content: '';
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  background-color: #007BFF;
  border-radius: 2px;
  transition: all 0.2s ease;
}

/* Po zaznaczeniu pokaż biały znacznik */
.custom-checkbox-input:checked + .custom-checkbox-box::after {
  transform: translate(-50%, -50%) scale(1);
}

.snow-off{

  z-index: 10;
  border-radius: 13px;
  position: fixed;
  bottom: 20px;
  left: 20px;
  padding: 20px;
  background-color: #0e121f;
}

.snow{
}

.display-none{
  display: none;
}

.main-snow {
  pointer-events: none; 
  z-index: 10;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	animation: main-loadup 1s forwards linear, main-loadup-bg 10s forwards linear;
}

@keyframes main-loadup {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes main-loadup-bg {
	from {
		background-size: 100% 100%;
		background-position: 0% 0%;
	}

	to {
		background-size: 400% 400%;
		background-position: 0% 100%;
	}
}

.initial-snow {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.initial-snow > * {
	font-size: 50px;
	color: white;
	position: absolute;
	top: -5vh;
}

@keyframes snowfall {
	0% {
		transform: translate3d(var(--left-ini), 0, 0);
	}

	100% {
		transform: translate3d(var(--left-end), 110vh, 0);
	}
}

.snow:nth-child(2n) {
	filter: blur(1px);
	font-size: 40px;
}

.snow:nth-child(6n) {
	filter: blur(2px);
	font-size: 30px;
}

.snow:nth-child(10n) {
	filter: blur(5px);
	font-size: 30px;
}

.snow:nth-child(1) {
	--size: 0.8vw;
	--left-ini: 0vw;
	--left-end: -1vw;
	left: 70vw;
	animation: snowfall 9s linear infinite;
	animation-delay: -1s;
}

.snow:nth-child(2) {
	--size: 0.2vw;
	--left-ini: -7vw;
	--left-end: 10vw;
	left: 65vw;
	animation: snowfall 15s linear infinite;
	animation-delay: -8s;
}

.snow:nth-child(3) {
	--size: 1vw;
	--left-ini: 6vw;
	--left-end: 6vw;
	left: 1vw;
	animation: snowfall 9s linear infinite;
	animation-delay: -7s;
}

.snow:nth-child(4) {
	--size: 0.2vw;
	--left-ini: -3vw;
	--left-end: 9vw;
	left: 88vw;
	animation: snowfall 14s linear infinite;
	animation-delay: -5s;
}

.snow:nth-child(5) {
	--size: 0.4vw;
	--left-ini: -2vw;
	--left-end: -9vw;
	left: 74vw;
	animation: snowfall 6s linear infinite;
	animation-delay: -4s;
}

.snow:nth-child(6) {
	--size: 0.2vw;
	--left-ini: 5vw;
	--left-end: 1vw;
	left: 35vw;
	animation: snowfall 6s linear infinite;
	animation-delay: -7s;
}

.snow:nth-child(7) {
	--size: 0.4vw;
	--left-ini: -2vw;
	--left-end: -1vw;
	left: 27vw;
	animation: snowfall 10s linear infinite;
	animation-delay: -8s;
}

.snow:nth-child(8) {
	--size: 1vw;
	--left-ini: -9vw;
	--left-end: -2vw;
	left: 69vw;
	animation: snowfall 8s linear infinite;
	animation-delay: -8s;
}

.snow:nth-child(9) {
	--size: 0.2vw;
	--left-ini: -1vw;
	--left-end: -5vw;
	left: 84vw;
	animation: snowfall 11s linear infinite;
	animation-delay: -6s;
}

.snow:nth-child(10) {
	--size: 0.2vw;
	--left-ini: 7vw;
	--left-end: -9vw;
	left: 82vw;
	animation: snowfall 10s linear infinite;
	animation-delay: -3s;
}

.snow:nth-child(11) {
	--size: 0.6vw;
	--left-ini: -2vw;
	--left-end: -1vw;
	left: 48vw;
	animation: snowfall 10s linear infinite;
	animation-delay: -1s;
}

.snow:nth-child(12) {
	--size: 0.2vw;
	--left-ini: 5vw;
	--left-end: 6vw;
	left: 39vw;
	animation: snowfall 15s linear infinite;
	animation-delay: -8s;
}

.snow:nth-child(13) {
	--size: 0.2vw;
	--left-ini: 6vw;
	--left-end: 5vw;
	left: 3vw;
	animation: snowfall 9s linear infinite;
	animation-delay: -8s;
}

.snow:nth-child(14) {
	--size: 0.8vw;
	--left-ini: -5vw;
	--left-end: -2vw;
	left: 49vw;
	animation: snowfall 11s linear infinite;
	animation-delay: -8s;
}

.snow:nth-child(15) {
	--size: 0.6vw;
	--left-ini: 10vw;
	--left-end: 4vw;
	left: 77vw;
	animation: snowfall 7s linear infinite;
	animation-delay: -4s;
}

.snow:nth-child(16) {
	--size: 0.8vw;
	--left-ini: -3vw;
	--left-end: 1vw;
	left: 86vw;
	animation: snowfall 14s linear infinite;
	animation-delay: -8s;
}

.snow:nth-child(17) {
	--size: 1vw;
	--left-ini: 6vw;
	--left-end: -7vw;
	left: 18vw;
	animation: snowfall 9s linear infinite;
	animation-delay: -6s;
}

.snow:nth-child(18) {
	--size: 1vw;
	--left-ini: -9vw;
	--left-end: 4vw;
	left: 64vw;
	animation: snowfall 13s linear infinite;
	animation-delay: -7s;
}

.snow:nth-child(19) {
	--size: 1vw;
	--left-ini: 2vw;
	--left-end: -7vw;
	left: 52vw;
	animation: snowfall 15s linear infinite;
	animation-delay: -9s;
}

.snow:nth-child(20) {
	--size: 0.4vw;
	--left-ini: 0vw;
	--left-end: 8vw;
	left: 5vw;
	animation: snowfall 8s linear infinite;
	animation-delay: -9s;
}

.snow:nth-child(21) {
	--size: 0.6vw;
	--left-ini: -9vw;
	--left-end: -2vw;
	left: 10vw;
	animation: snowfall 12s linear infinite;
	animation-delay: -3s;
}

.snow:nth-child(22) {
	--size: 0.8vw;
	--left-ini: -3vw;
	--left-end: -8vw;
	left: 54vw;
	animation: snowfall 11s linear infinite;
	animation-delay: -9s;
}

.snow:nth-child(23) {
	--size: 0.6vw;
	--left-ini: -7vw;
	--left-end: -8vw;
	left: 20vw;
	animation: snowfall 6s linear infinite;
	animation-delay: -3s;
}

.snow:nth-child(24) {
	--size: 0.4vw;
	--left-ini: 10vw;
	--left-end: -4vw;
	left: 68vw;
	animation: snowfall 10s linear infinite;
	animation-delay: -8s;
}

.snow:nth-child(25) {
	--size: 1vw;
	--left-ini: 3vw;
	--left-end: 5vw;
	left: 90vw;
	animation: snowfall 7s linear infinite;
	animation-delay: -9s;
}

.snow:nth-child(26) {
	--size: 1vw;
	--left-ini: -7vw;
	--left-end: 5vw;
	left: 71vw;
	animation: snowfall 13s linear infinite;
	animation-delay: -2s;
}

.snow:nth-child(27) {
	--size: 0.6vw;
	--left-ini: 9vw;
	--left-end: 4vw;
	left: 2vw;
	animation: snowfall 15s linear infinite;
	animation-delay: -5s;
}

.snow:nth-child(28) {
	--size: 1vw;
	--left-ini: -5vw;
	--left-end: 3vw;
	left: 23vw;
	animation: snowfall 12s linear infinite;
	animation-delay: -1s;
}

.snow:nth-child(29) {
	--size: 0.4vw;
	--left-ini: -2vw;
	--left-end: -1vw;
	left: 39vw;
	animation: snowfall 14s linear infinite;
	animation-delay: -9s;
}

.snow:nth-child(30) {
	--size: 0.6vw;
	--left-ini: -9vw;
	--left-end: -5vw;
	left: 76vw;
	animation: snowfall 10s linear infinite;
	animation-delay: -5s;
}

.snow:nth-child(31) {
	--size: 0.4vw;
	--left-ini: -5vw;
	--left-end: 3vw;
	left: 14vw;
	animation: snowfall 8s linear infinite;
	animation-delay: -5s;
}

.snow:nth-child(32) {
	--size: 0.2vw;
	--left-ini: 5vw;
	--left-end: -1vw;
	left: 86vw;
	animation: snowfall 10s linear infinite;
	animation-delay: -9s;
}

.snow:nth-child(33) {
	--size: 0.4vw;
	--left-ini: -3vw;
	--left-end: 10vw;
	left: 66vw;
	animation: snowfall 6s linear infinite;
	animation-delay: -6s;
}

.snow:nth-child(34) {
	--size: 1vw;
	--left-ini: -3vw;
	--left-end: 6vw;
	left: 75vw;
	animation: snowfall 14s linear infinite;
	animation-delay: -9s;
}

.snow:nth-child(35) {
	--size: 1vw;
	--left-ini: -6vw;
	--left-end: 7vw;
	left: 22vw;
	animation: snowfall 7s linear infinite;
	animation-delay: -5s;
}

.snow:nth-child(36) {
	--size: 1vw;
	--left-ini: 3vw;
	--left-end: 4vw;
	left: 10vw;
	animation: snowfall 11s linear infinite;
	animation-delay: -10s;
}

.snow:nth-child(37) {
	--size: 0.6vw;
	--left-ini: 2vw;
	--left-end: 10vw;
	left: 95vw;
	animation: snowfall 13s linear infinite;
	animation-delay: -6s;
}

.snow:nth-child(38) {
	--size: 0.8vw;
	--left-ini: 5vw;
	--left-end: 8vw;
	left: 34vw;
	animation: snowfall 9s linear infinite;
	animation-delay: -10s;
}

.snow:nth-child(39) {
	--size: 0.8vw;
	--left-ini: 4vw;
	--left-end: 0vw;
	left: 80vw;
	animation: snowfall 11s linear infinite;
	animation-delay: -2s;
}

.snow:nth-child(40) {
	--size: 0.8vw;
	--left-ini: 1vw;
	--left-end: -7vw;
	left: 45vw;
	animation: snowfall 11s linear infinite;
	animation-delay: -4s;
}

.snow:nth-child(41) {
	--size: 0.2vw;
	--left-ini: 9vw;
	--left-end: 10vw;
	left: 82vw;
	animation: snowfall 8s linear infinite;
	animation-delay: -2s;
}

.snow:nth-child(42) {
	--size: 1vw;
	--left-ini: 9vw;
	--left-end: -9vw;
	left: 22vw;
	animation: snowfall 10s linear infinite;
	animation-delay: -6s;
}

.snow:nth-child(43) {
	--size: 0.6vw;
	--left-ini: 5vw;
	--left-end: 8vw;
	left: 66vw;
	animation: snowfall 11s linear infinite;
	animation-delay: -1s;
}

.snow:nth-child(44) {
	--size: 0.6vw;
	--left-ini: -5vw;
	--left-end: -2vw;
	left: 75vw;
	animation: snowfall 12s linear infinite;
	animation-delay: -4s;
}

.snow:nth-child(45) {
	--size: 0.2vw;
	--left-ini: 0vw;
	--left-end: 3vw;
	left: 2vw;
	animation: snowfall 7s linear infinite;
	animation-delay: -5s;
}

.snow:nth-child(46) {
	--size: 0.2vw;
	--left-ini: 8vw;
	--left-end: -3vw;
	left: 94vw;
	animation: snowfall 8s linear infinite;
	animation-delay: -9s;
}

.snow:nth-child(47) {
	--size: 0.6vw;
	--left-ini: -6vw;
	--left-end: -9vw;
	left: 95vw;
	animation: snowfall 11s linear infinite;
	animation-delay: -4s;
}

.snow:nth-child(48) {
	--size: 0.2vw;
	--left-ini: -5vw;
	--left-end: 6vw;
	left: 34vw;
	animation: snowfall 10s linear infinite;
	animation-delay: -6s;
}

.snow:nth-child(49) {
	--size: 0.8vw;
	--left-ini: 4vw;
	--left-end: 8vw;
	left: 22vw;
	animation: snowfall 12s linear infinite;
	animation-delay: -10s;
}

.snow:nth-child(50) {
	--size: 0.2vw;
	--left-ini: -4vw;
	--left-end: 4vw;
	left: 100vw;
	animation: snowfall 14s linear infinite;
	animation-delay: -9s;
}
