.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-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 1080px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.navbar_nav-menu_mobile {
  display: none;
}

.navbar_brand {
  flex: 0 auto;
  width: 40px;
  max-width: none;
  height: 40px;
  margin-left: 277.625px;
  margin-right: 0;
  display: block;
}

.navbar_link-wrap {
  flex: none;
  margin-left: auto;
  margin-right: auto;
  line-height: 10px;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.navbar_line {
  z-index: 101;
  background-color: #1f1f1ff2;
  border-radius: 0;
  width: 100%;
  height: 2px;
  position: absolute;
  inset: auto 0% 0%;
}

.link {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #80868b;
  vertical-align: baseline;
  justify-content: center;
  align-items: center;
  padding: 33px 0;
  font-family: Poppins, sans-serif;
  font-weight: 700;
  line-height: 14px;
  text-decoration: none;
  display: block;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.link_underline {
  opacity: 1;
  outline-offset: 0px;
  mix-blend-mode: normal;
  background-color: #0000;
  outline: 0 #fff;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 3px;
  margin-bottom: 0;
  display: block;
  position: absolute;
  inset: auto 0% 0%;
  transform: none;
}

.navbar-2 {
  z-index: 100;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: left;
  background-color: #0000;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 80px;
  max-height: 40vh;
  padding-left: 0;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar-2.is-purchase {
  background-color: #0c0d0df2;
}

.navbar_nav-menu {
  z-index: 102;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-left: 61px;
  margin-right: 0;
  padding-right: 0;
  display: flex;
}

.hypestudios {
  background-image: url('../images/HYPESTUDIOS-ICON-WEBSITE.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 40px 40px;
  width: 40px;
  height: 40px;
}

.navbar_menu-button {
  display: none;
}

.body {
  background-color: #0e0e0f;
  min-width: 320px;
  overflow: visible;
}

.navbar-blur {
  z-index: 98;
  opacity: 0;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  width: 100%;
  height: 80px;
  max-height: 40vh;
  position: fixed;
}

.navbar-blur.is-purchase {
  opacity: 1;
}

.footer-bottom-wrapper {
  color: #fff;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-left-wrapper {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.surface-link-mobile {
  color: #fff;
  cursor: pointer;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
  display: none;
}

.social-link-tiktok {
  background-color: #fff;
  background-image: url('../images/ICON-TIKTOK.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 15px 15px;
  border-radius: 0;
  width: 25px;
  height: 25px;
}

.container-footer {
  max-width: none;
}

.social-link-x {
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-image: url('../images/ICON-X.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 15px 15px;
  background-clip: border-box;
  border-radius: 0;
  width: 25px;
  height: 25px;
}

.footer-links-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: row;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-left: -10px;
  display: flex;
}

.footer-divider-seond {
  display: none;
}

.text-cookie-preferences {
  text-align: center;
  cursor: pointer;
  font-family: Poppins, sans-serif;
  font-size: 12px;
}

.social-icons-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.footer-divider-vertical {
  box-sizing: border-box;
  background-color: #fff;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 1.6px;
  height: 14px;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  display: block;
}

.footer-section {
  background-color: #1a1a1a;
  margin-left: 0;
  padding: 50px 250px;
}

.footer-top-wrapper {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.surface-link {
  color: #fff;
  cursor: pointer;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
}

.text-rights-reserved {
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.footer-divider {
  background-color: #333;
  width: 100%;
  height: 1px;
  margin: 20px 0 30px;
  padding-left: 0;
  padding-right: 0;
}

.footer-link {
  color: #fff;
  flex: 0 auto;
  padding: 10px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  display: block;
}

.banner-section {
  width: 100%;
  max-width: none;
  height: 100%;
  min-height: 0;
  display: block;
  position: relative;
  inset: 0%;
  overflow: visible;
}

.banner-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 85vh;
  padding-top: 0%;
  display: flex;
  position: relative;
}

.map-wrapper {
  width: 100%;
  height: 85vh;
  position: relative;
}

.hypemc-banner {
  aspect-ratio: auto;
  object-fit: fill;
  background-image: url('../images/banner-hypemc.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  left: 0%;
  overflow: visible;
}

.shop-header {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 920px;
  margin-bottom: 0;
  display: flex;
}

.divider {
  background-color: #dbdde1;
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.section-shop {
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  padding: 100px 250px 50px;
  display: flex;
  position: relative;
  overflow: visible;
}

.page-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: left;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 920px;
  display: block;
  position: static;
}

.heading-main {
  color: #1f2328;
  text-align: center;
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  width: 100%;
  max-width: 920px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Mona Sans, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
}

.banner-minigames {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  aspect-ratio: 1422 / 420;
  text-align: left;
  background-image: url('../images/minigames-banner.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 920px;
  margin: 30px 0 80px;
  padding-bottom: 0;
  display: block;
}

.currency-switcher {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #1f2328;
  cursor: pointer;
  background-color: #1f2328;
  border-radius: 6px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 90px;
  height: 43px;
  padding: 12px;
  transition: background-color .12s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.currency-switcher:hover {
  background-color: #2f3137;
}

.currency-switcher.is-open {
  border-radius: 6px;
}

.shop-header_content {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.shop-header-heading {
  color: #1f2328;
  text-align: left;
  word-break: normal;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Mona Sans, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
}

.currency-switcher_label {
  color: #fff;
  font-family: Mona Sans, sans-serif;
  font-weight: 500;
  line-height: 14px;
}

.arrow-wrapper {
  background-image: url('../images/arrow.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 14px 14px;
  width: 14px;
  height: 14px;
  transition: all .2s cubic-bezier(.25, .46, .45, .94);
  position: static;
  transform: rotate(0);
}

.arrow-wrapper.is-open {
  transform: rotate(180deg);
}

.shop-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border: 1px solid #efeff0;
  border-radius: 5px;
  flex-flow: column;
  grid-template-rows: 14px 1px 14px 1px 14px 1px 14px 1px 14px;
  grid-template-columns: 1fr 1fr auto;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: stretch;
  place-items: center start;
  width: 100%;
  max-width: 920px;
  margin-top: 30px;
  margin-bottom: 0;
  padding: 30px;
  display: grid;
}

.upgrade-section {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #f6f9fc;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 60px 250px;
  display: flex;
}

.upgrade-section.custom-palette-gradient {
  border: 0 solid #0000;
  flex-flow: column;
  height: auto;
  padding: 50px 250px;
}

.legal-section {
  background-color: #fff;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 50px 250px;
  display: flex;
}

.legal-text {
  color: #1f2328;
  text-align: justify;
  overflow-wrap: normal;
  max-width: 920px;
  font-family: Mona Sans, sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 15px;
}

.benefits-grid_header-title {
  color: #071a2c;
  text-align: center;
  word-break: normal;
  overflow-wrap: normal;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
}

.benefits-grid_header {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #0000;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 920px;
  margin-bottom: 30px;
  padding: 0;
  display: flex;
}

.purchase-card_price {
  color: #1f2328;
  text-align: center;
  margin-bottom: 0;
  margin-right: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  text-decoration: none;
}

.purchase-card_item-name {
  color: #fff;
  text-align: center;
  border: 0 solid #0000;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  text-decoration: none;
}

.shop-controls {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.shop-controls_text-wrapper {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #f6f9fc;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 43px;
  padding: 12px;
  display: flex;
}

.shop-controls_text-wrapper.custom-palette-gradient {
  background-color: #0000;
  border: 0 solid #dee6ed;
}

.shop-controls_text {
  color: #1f2328;
  word-break: normal;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
}

.purchase-card_bonus-badge {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  text-align: center;
  background-color: #ffdb47;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  display: flex;
  position: static;
  inset: 0% auto auto 0%;
}

.purchase-card_bonus-text {
  color: #1f2328;
  justify-content: center;
  align-items: center;
  width: 95px;
  padding: 6px 8px;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
  display: flex;
}

.social-link-yt {
  background-color: #fff;
  background-image: url('../images/ICON-YT.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 15px 15px;
  width: 25px;
  height: 25px;
}

.social-link-dc {
  background-color: #fff;
  background-image: url('../images/ICON-DC.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 15px 15px;
  width: 25px;
  height: 25px;
}

.close-line {
  background-color: #565656;
  width: 50%;
  height: 2px;
  transform: rotate(45deg);
}

.close-line.is-second {
  position: absolute;
  inset: 50% 0% 0% 50%;
  transform: translate(-50%, -50%)rotate(45deg);
}

.close-line.is-first {
  flex-flow: row;
  display: block;
  position: absolute;
  inset: 50% 0% 0% 50%;
  transform: translate(-50%, -50%)rotate(-45deg);
}

.cookie-prefs-header {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  flex: none;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 15px;
  margin-left: 50px;
  margin-right: 50px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.close-button {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  cursor: pointer;
  background-color: #80868b1a;
  border-radius: 30%;
  flex-flow: column;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: block;
  position: relative;
}

.cookie-modal-wrapper {
  z-index: 9999;
  opacity: 1;
  background-color: #000000bf;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
  position: fixed;
  inset: 0%;
}

.cookie-modal-wrapper.is-hidden {
  display: none;
}

.cookie-modal_button {
  cursor: pointer;
  background-color: #1f2328;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 12px;
  display: flex;
}

.cookie-modal_button.is-primary {
  cursor: pointer;
  border-radius: 10px;
}

.cookie-modal_button-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  overflow-wrap: normal;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  margin: 35px 50px 0;
  display: flex;
}

.hypestudios-logo-cookie-prefs {
  background-image: url('../images/HYPESTUDIOS-ICON-COOKIE.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 40px 40px;
  width: 40px;
  height: 40px;
}

.cookie-switch {
  cursor: pointer;
  background-color: #80868b1a;
  border-radius: 24px;
  width: 44px;
  height: 24px;
  transition: background-color .2s cubic-bezier(.25, .46, .45, .94);
  position: relative;
}

.cookie-switch.is-on {
  background-color: #a9c3f9;
}

.cookie-prefs-wrapper {
  z-index: 10000;
  background-color: #000000bf;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: fixed;
  inset: 0;
}

.cookie-prefs-wrapper.is-hidden {
  display: none;
}

.cookie-prefs-modal_button {
  cursor: pointer;
  background-color: #1f2328;
  border-radius: 10px;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-top: 15px;
  margin-left: 50px;
  margin-right: 50px;
  padding: 12px;
  text-decoration: none;
  display: flex;
}

.necessary-cookies-paragraph {
  color: #1f2328;
  text-align: justify;
  margin-bottom: 0;
  font-family: Mona Sans, sans-serif;
  font-size: 12px;
}

.cookie-switch-handle {
  background-color: #adadad;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  transition: background-color .2s cubic-bezier(.25, .46, .45, .94), transform .2s cubic-bezier(.25, .46, .45, .94);
  position: absolute;
  top: 3px;
  left: 3px;
}

.cookie-prefs-list {
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding: 20px 50px;
  overflow: auto;
}

.analytics-cookies-header, .necessary-cookies-header {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 10px;
  display: flex;
}

.analytics-cookies-paragraph {
  color: #1f2328;
  text-align: justify;
  margin-bottom: 0;
  font-family: Mona Sans, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.legal-privacy-link {
  color: #1f2328;
  font-weight: 600;
  -webkit-text-decoration: underline #0000;
  text-decoration: underline #0000;
}

.legal-privacy-link:hover {
  text-decoration-color: #1f2328;
}

.legal-terms-link {
  color: #1f2328;
  font-weight: 600;
  -webkit-text-decoration: underline #0000;
  text-decoration: underline #0000;
}

.legal-terms-link:hover {
  text-decoration-color: #1f2328;
}

.benefits-grid_header-separator {
  color: #303f50;
  background-color: #071a2c;
  width: 2px;
  height: 20px;
  margin-left: 10px;
  margin-right: 10px;
}

.benefits-grid_header-icon {
  background-image: url('../images/anvil-icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  flex: none;
  width: 20px;
  height: 20px;
}

.benefits-grid_divider {
  background-color: #dee6ed;
  width: 100%;
  height: 0.8px;
  margin-top: 0;
  margin-bottom: 0;
}

.benefits-grid_text {
  color: #1f2328;
  text-align: left;
  font-family: Poppins, sans-serif;
  font-size: 13px;
  line-height: 13px;
}

.benefits-grid_header-title-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.benefits-grid_price {
  color: #071a2c;
  text-align: center;
  word-break: normal;
  width: 100%;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
}

.benefits-grid_header-info {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.benefits-grid_duration {
  color: #1f2328;
  text-align: right;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
}

.benefits-grid_disclaimer {
  color: #1f2328;
  text-align: justify;
  max-width: 920px;
  margin-top: 30px;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 10px;
  line-height: 15px;
}

.benefits-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template: "." 1px
                 "." 13px
                 "." 1px
                 "." 13px
                 "." 1px
                 "." 13px
                 "." 1px
                 "." 13px
                 / 1fr 1fr auto;
  grid-auto-rows: minmax(auto, 1fr);
  grid-auto-flow: row dense;
  place-items: center start;
}

.benefits-grid_item {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.benefits-grid_icon {
  background-color: #1f2328;
  flex: 0 0 6px;
  width: 6px;
  height: 6px;
  margin-right: 0;
}

.shop-grid-header {
  color: #494d5a;
  text-align: left;
  width: 100%;
  font-family: Mona Sans, sans-serif;
  font-weight: 500;
  line-height: 14px;
}

.purchase-card_button_item {
  cursor: pointer;
  background-color: #1f2328;
  border-radius: 10px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 150px;
  max-width: none;
  padding: 14px 16px;
  text-decoration: none;
  transition: background-color .3s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.purchase-card_button_item:hover {
  background-color: #2f3137;
}

.purchase-card_item_upgrade-name {
  color: #071a2c;
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
}

.shop-grid_divider {
  color: red;
  background-color: #efeff0;
  width: 100%;
  height: 0.8px;
}

.purchase-card_item_upgrade {
  background-color: #0000;
  padding: 12px;
}

.purchase-card_item_upgrade.custom-palette-gradient {
  border: 0 solid #dee6ed;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 150px;
  display: flex;
}

.purchase-card_amount-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.benefits-grid-mobile, .shop-grid-mobile {
  display: none;
}

.currency-switcher-wrapper {
  position: relative;
}

.currency-list {
  z-index: 90;
  opacity: 0;
  width: 90px;
  max-height: 172px;
  transition: all .2s cubic-bezier(.25, .46, .45, .94);
  display: none;
  position: absolute;
  overflow: auto;
}

.currency-list.is-open {
  z-index: 90;
  opacity: 1;
  background-color: #191a1f;
  border-radius: 6px;
  width: 90px;
  max-height: 172px;
  margin-top: 4px;
  display: block;
}

.currency-item {
  cursor: pointer;
  background-color: #191a1f;
  justify-content: flex-start;
  align-items: center;
  width: 90px;
  height: 43px;
  padding: 12px;
  transition: background-color cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.currency-item:hover {
  background-color: #272931;
}

.currency-item.is-active {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #1981d1;
}

.currency-item-text {
  color: #fff;
  font-family: Mona Sans, sans-serif;
  font-weight: 500;
  line-height: 14px;
}

.section {
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 30px 250px;
  display: flex;
  position: relative;
}

.progress-stepper-wrapper {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: block;
  position: relative;
}

.progress-line {
  z-index: 0;
  background-color: #efeff0;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 1.6px;
  display: flex;
  position: absolute;
  inset: 50% 0% 0%;
}

.progress-step {
  z-index: 1;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.step-circle-wrapper {
  background-color: #fff;
  border: 2px solid #efeff0;
  border-radius: 35px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.step-circle-wrapper.first {
  background-color: #1f2328;
  border-color: #1f2328;
  border-radius: 35px;
}

.step {
  color: #1f2328;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 15px;
}

.step.first {
  color: #fff;
  font-weight: 500;
}

.step-label {
  color: #1f2328;
  margin-top: 64px;
  font-family: Poppins, sans-serif;
  font-size: 10px;
  font-weight: 600;
  line-height: 10px;
  position: absolute;
}

.checkout-product-quantity {
  color: #25c8ff;
  width: 100%;
  max-width: none;
  margin-top: 6px;
  margin-bottom: 6px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
}

.checkout-cost-description {
  color: #494d5a;
  width: 100%;
  max-width: none;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 10px;
  font-weight: 500;
  line-height: 10px;
}

.checkout-wrapper {
  z-index: 10;
  background-color: #fff;
  border: 1px solid #efeff0;
  border-radius: 5px;
  width: 100%;
  max-width: 550px;
  height: auto;
  padding: 50px;
  position: relative;
}

.form-fields-wrapper {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.checkout-subheading {
  color: #1f2328;
  margin-top: 70px;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 12px;
}

.submit-button-wrapper {
  cursor: pointer;
  background-color: #635bff;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  margin-top: 40px;
  padding: 14px 16px;
  transition: background-color .3s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.submit-button-wrapper:hover {
  background-color: #736cfe;
}

.submit-button-wrapper.disabled {
  cursor: not-allowed;
  background-color: #1f2328cc;
  transition-property: none;
}

.submit-button-wrapper.disabled:hover {
  background-color: #1f2328cc;
}

.submit-button-content {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.checkout-disclaimer {
  color: #1f2328;
  text-align: justify;
  margin-top: 24px;
  margin-bottom: 24px;
  font-family: Mona Sans, sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 15px;
}

.checkout-divider {
  background-color: #efeff0;
  width: 100%;
  height: 0.8px;
  margin-top: 0;
  margin-bottom: 20px;
}

.checkout-total-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.checkout-total-price, .checkout-total-label {
  color: #1f2328;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
}

.payment-list {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 14px;
  display: flex;
}

.payment-visa {
  background-image: url('../images/payment-visa.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 35px;
  height: 24px;
}

.payment-mastercard {
  background-image: url('../images/payment-mastercard.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 35px 24px;
  width: 35px;
  height: 24px;
}

.payment-amex {
  background-image: url('../images/payment-amex.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 35px 24px;
  width: 35px;
  height: 24px;
}

.payment-paypal {
  background-image: url('../images/payment-paypal.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 35px 24px;
  width: 35px;
  height: 24px;
}

.payment-applepay {
  background-image: url('../images/payment-applepay.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 35px 24px;
  width: 35px;
  height: 24px;
}

.payment-googlepay {
  background-image: url('../images/payment-googlepay.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 35px 24px;
  width: 35px;
  height: 24px;
}

.payment-more {
  background-image: url('../images/payment-more.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 35px 24px;
  width: 35px;
  height: 24px;
}

.checkout-footer {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.checkout-legal-links {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.stripe-attribution {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.stripe-icon {
  background-image: url('../images/stripe-logo.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 33px 16px;
  width: 33px;
  height: 16px;
}

.attribution-text {
  color: #a3a3a3;
  font-family: Mona Sans, sans-serif;
  font-size: 12px;
  line-height: 12px;
}

.stripe-terms-link {
  color: #a3a3a3;
  font-family: Mona Sans, sans-serif;
  font-size: 12px;
  line-height: 12px;
  -webkit-text-decoration: underline dotted #0000;
  text-decoration: underline dotted #0000;
}

.stripe-terms-link:hover {
  text-decoration-color: #a3a3a3;
}

.stripe-privacy-link {
  color: #a3a3a3;
  font-family: Mona Sans, sans-serif;
  font-size: 12px;
  line-height: 12px;
  -webkit-text-decoration: underline dotted #0000;
  text-decoration: underline dotted #0000;
}

.stripe-privacy-link:hover {
  text-decoration-color: #a3a3a3;
}

.links-divider {
  background-color: #a3a3a3;
  width: 1px;
  height: 16px;
  margin-left: 16px;
  margin-right: 16px;
}

.input-field {
  color: #565656;
  cursor: auto;
  background-color: #80868b1a;
  border: 0 solid #0000;
  border-radius: 10px;
  height: 50px;
  margin-bottom: 0;
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: Poppins, sans-serif;
  font-weight: 400;
  transition: background-color .12s cubic-bezier(.25, .46, .45, .94);
  position: static;
}

.input-field:hover {
  background-color: #80868b33;
}

.input-field:focus {
  outline-offset: 0px;
  color: #565656;
  background-color: #fff;
  border-width: 2px;
  outline: 0 #0000;
  margin-right: 0;
  font-family: Poppins, sans-serif;
  font-weight: 400;
}

.form-block {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 12px;
}

.input-label {
  color: #565656;
  cursor: auto;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  transition: all .12s cubic-bezier(.25, .46, .45, .94);
  display: block;
  position: absolute;
  top: 50%;
  left: 16px;
  transform: translate(0, -50%);
}

.input-wrapper {
  cursor: text;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
  overflow: visible;
}

.form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.checkout-inline-price {
  font-weight: 500;
}

.text-cookie-prefs-2 {
  color: #1f2328;
  text-align: center;
  word-break: normal;
  cursor: pointer;
  margin-top: 12px;
  padding-top: 0;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  line-height: 14px;
  -webkit-text-decoration: underline #0000;
  text-decoration: underline #0000;
  transition: text-decoration-color cubic-bezier(.25, .46, .45, .94);
}

.text-cookie-prefs-2:hover {
  text-decoration-color: #1f2328;
}

.error-modal-wrapper {
  z-index: 9000;
  background-color: #000000bf;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0;

  opacity: 1;
  transition: opacity 120ms ease-out;
}

.error-modal-wrapper.is-closed {
  opacity: 0;
}

.error-modal-wrapper.is-hidden {
  display: none;
}

.error-modal-card {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #fffffff2;
  border: 2px solid #efeff0f2;
  border-radius: 5px;
  width: 100%;
  max-width: 500px;
  max-height: 80vh;
  padding-top: 50px;
  padding-bottom: 50px;
  overflow: auto;
  box-shadow: 0 0 20px #e9eaea33;
}

.error-modal-heading {
  color: #1f2328;
  text-align: left;
  margin: 35px 50px 10px;
  font-family: Mona Sans, sans-serif;
  font-size: 20px;
  line-height: 20px;
}

.error-modal-description {
  color: #1f2328;
  text-align: justify;
  margin-bottom: 0;
  margin-left: 50px;
  margin-right: 50px;
  font-family: Mona Sans, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.error-modal-button {
  cursor: pointer;
  background-color: #1f2328;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  margin-top: 35px;
  margin-left: 50px;
  margin-right: 50px;
  padding: 12px;
  display: flex;
}

.error-button-text {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.error-modal-header {
  color: #1f2328;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  margin-left: 50px;
  margin-right: 50px;
  font-family: Mona Sans, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  display: flex;
}

.hypestudios-logo-error {
  background-image: url('../images/HYPESTUDIOS-ICON-COOKIE.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 40px 40px;
  width: 40px;
  height: 40px;
}

.warn-icon {
  grid-column-gap: 5%;
  grid-row-gap: 5%;
  background-color: #0000;
  background-image: url('../images/alert-icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 40px 36.34px;
  border-radius: 0%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding-top: 2px;
  display: flex;
  position: relative;
}

.warn-line {
  background-color: #565656;
  width: 3px;
  height: 25%;
}

.warn-dot {
  background-color: #565656;
  width: 3px;
  height: 10%;
}

.text-block {
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.content-section {
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 100px 250px;
  display: flex;
  position: relative;
  overflow: visible;
}

.last-modified {
  color: #1f2328;
  text-align: justify;
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Mona Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.heading-privacy {
  color: #1f2328;
  text-align: left;
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  margin-top: 60px;
  margin-bottom: 0;
  font-family: Mona Sans, sans-serif;
  font-size: 20px;
  line-height: 20px;
}

.item-list {
  color: #1f2328;
  text-align: justify;
  word-break: normal;
  overflow-wrap: normal;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Mona Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  list-style-type: square;
}

.item-list.retention-text {
  margin-top: 0;
}

.bold-text-7 {
  color: #1f2328;
  font-family: Mona Sans, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.bold-text-7.last-modified {
  font-size: 16px;
  font-weight: 600;
}

.control-cookies-link {
  color: #1f2328;
  text-align: justify;
  word-break: normal;
  font-family: Mona Sans, sans-serif;
  transition: color .3s cubic-bezier(.25, .46, .45, .94);
}

.control-cookies-link:hover {
  color: #51545c;
}

.paragraph-description-2 {
  color: #1f2328;
  text-align: justify;
  overflow-wrap: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Mona Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  display: block;
}

.heading-main-2 {
  color: #1f2328;
  text-align: center;
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Mona Sans, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
}

.privacy-link {
  color: #1f2328;
  font-weight: 600;
  text-decoration: none;
}

.privacy-link:hover {
  text-decoration: underline;
}

.content-layout {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 550px;
  display: flex;
  position: static;
}

.list-description {
  text-align: justify;
  overflow-wrap: normal;
  padding-left: 40px;
}

.tools-google-link {
  color: #1f2328;
  text-align: justify;
  word-break: normal;
  overflow-wrap: normal;
  font-weight: 400;
  text-decoration: underline;
  transition: color .3s cubic-bezier(.25, .46, .45, .94);
}

.tools-google-link:hover {
  color: #51545c;
}

.link-3 {
  text-decoration: none;
}

.support-link {
  color: #1f2328;
  font-weight: 600;
  -webkit-text-decoration: underline #0000;
  text-decoration: underline #0000;
}

.support-link:hover {
  text-decoration-color: #1f2328;
}

.div-block-65 {
  border: 1px solid #dee6ed;
  border-radius: 5px;
  width: 100%;
  max-width: 920px;
  padding: 30px;
}

.success-notification {
  z-index: 10000;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  opacity: 0;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #1ed760f2;;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  padding: 12px 250px;
  transition: opacity 3s cubic-bezier(.25, .46, .45, .94), transform .4s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: fixed;
  bottom: 0;
  transform: translate(0, 100%);
}

.success-notification.is-visible {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  opacity: 1;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #1ed760f2;;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: 50px;
  padding: 12px 250px;
  display: flex;
  transform: translate(0);
  transition-duration: .2s, .4s;
}

.success-text {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
}

.success-icon {
  background-image: url('../images/Variant8.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  width: 24px;
  height: 24px;
}

.code-embed-2 {
  padding: 20px;
}

.analytics-cookies-text-2 {
  color: #1f2328;
  word-break: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Mona Sans, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  text-decoration: none;
}

.cookie-prefs-card-2 {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #fffffff2;
  border: 2px solid #efeff0f2;
  border-radius: 5px;
  flex-flow: column;
  width: 100%;
  max-width: 500px;
  height: auto;
  max-height: 80vh;
  padding: 50px 0;
  display: flex;
  overflow: auto;
  box-shadow: 0 0 20px #e9eaea33;
}

.cookie-preferences-header-2 {
  color: #1f2328;
  word-break: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Mona Sans, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
}

.always-active-2 {
  color: #3a78f4;
  text-align: right;
  word-break: normal;
  font-family: Mona Sans, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 14px;
}

.text-button-prefs-2 {
  color: #fff;
  text-align: center;
  word-break: normal;
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.necessary-cookies-text-2 {
  color: #1f2328;
  word-break: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Mona Sans, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
}

.functional-cookies-text {
  color: #1f2328;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Mona Sans, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
}

.functional-cookies-paragraph {
  color: #1f2328;
  text-align: justify;
  margin-bottom: 0;
  font-family: Mona Sans, sans-serif;
  font-size: 12px;
}

.functional-cookies-header {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 10px;
  display: flex;
}

.cookie-modal-card-2 {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  -webkit-text-fill-color: inherit;
  background-color: #fffffff2;
  background-clip: border-box;
  border: 2px solid #efeff0f2;
  border-radius: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 500px;
  height: auto;
  min-height: 0;
  max-height: 80vh;
  margin-left: 0;
  padding: 50px 0;
  display: block;
  position: static;
  overflow: auto;
  box-shadow: 0 0 20px #e9eaea33;
}

.cookie-modal_heading-3 {
  color: #1f2328;
  text-align: left;
  word-break: normal;
  justify-content: space-around;
  align-items: center;
  margin: 35px 50px 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Mona Sans, sans-serif;
  font-size: 20px;
  line-height: 20px;
  display: block;
}

.text-button-cookies-3 {
  color: #fff;
  text-align: center;
  word-break: normal;
  overflow-wrap: normal;
  cursor: pointer;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  text-decoration: none;
  display: block;
}

.cookie-modal_description-3 {
  color: #1f2328;
  text-align: justify;
  margin-bottom: 0;
  margin-left: 50px;
  margin-right: 50px;
  font-family: Mona Sans, sans-serif;
  font-size: 12px;
  line-height: 20px;
}

.cookie-modal_link-3 {
  color: #1f2328;
  border: 0 solid #0000;
  font-family: Mona Sans, sans-serif;
  font-weight: 600;
  -webkit-text-decoration: underline #0000;
  text-decoration: underline #0000;
  transition: text-decoration-color cubic-bezier(.25, .46, .45, .94);
}

.cookie-modal_link-3:hover {
  text-decoration-color: #1f2328;
}

.about-cookies-header-4 {
  color: #1f2328;
  word-break: normal;
  margin-left: 50px;
  margin-right: 50px;
  font-family: Mona Sans, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
}

.navbar-background {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #0c0d0df2;
  width: 100%;
  height: 80px;
  max-height: 40vh;
}

.section-2 {
  width: 100%;
  height: 80px;
  max-height: 40vh;
  position: relative;
}

.background-navbar {
  background-color: #0c0d0d;
  width: 100%;
  height: 80px;
  max-height: 40vh;
  position: relative;
  inset: 0%;
}

.text-block-2 {
  color: #1f2328;
  text-align: center;
  width: 100%;
  margin-top: 6px;
  margin-bottom: 6px;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 12px;
}

.paypal-button-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  cursor: pointer;
  background-color: #1f2328;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  margin-top: 10px;
  padding: 14px 16px;
  transition: background-color .3s;
  display: flex;
}

.paypal-button-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  cursor: pointer;
  background-color: #1f2328;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  margin-top: 0;
  padding: 14px 16px;
  transition: background-color .3s;
  display: flex;
}

.paypal-button-wrapper:hover {
  background-color: #2f3137;
}

.paypal-button-wrapper.disabled {
  cursor: not-allowed;
  background-color: #1f2328cc;
  margin-top: 0;
}

.paypal-button-text {
  color: #fff;
  text-align: center;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  line-height: 14px;
}

.paypal-icon {
  background-image: url('../images/PayPal.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 80px 20px;
  width: 82px;
  height: 20px;
}

.payment-options-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 0px;
  display: flex;
}

.div-block-67 {
  background-color: #efeff0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 1px;
  margin-top: 10px;
  margin-bottom: 10px;
  display: none;
}

.text-block-3 {
  color: #494d5a;
  text-align: center;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 16px;
  font-family: Mona Sans, sans-serif;
  font-size: 12px;
  line-height: 12px;
  display: flex;
}

.paysafecard-button-wrapper {
  cursor: pointer;
  background-color: #1f2328;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  padding: 17px 16px 14px;
  transition: background-color .3s;
  display: flex;
}

.paysafecard-button-wrapper:hover {
  background-color: #2f3137;
}

.paysafecard-button-wrapper.disabled {
  cursor: not-allowed;
  background-color: #1f2328cc;
  padding-top: 17px;
}

.paysafecard-icon {
  background-image: url('../images/PaysafeCard.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 115px;
  height: 16px;
}

.checkout-divider-section {
    background-color: #efeff0;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: .8px;
    margin-top: 12px;
    margin-bottom: 12px;
    display: flex;
    position: static;
}

.checkout-or-separator {
    color: #6c7378;
    text-align: center;
    background-color: #fff;
    width: 20px;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Mona Sans, sans-serif;
    font-size: 10px;
    font-weight: 500;
    line-height: 10px;
}

.submit-button-logo {
  background-image: url('../images/Stripe.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 38px 16px;
  width: 38px;
  height: 16px;
  margin-top: 0;
  margin-bottom: .6px;
  padding-top: 0;
  padding-bottom: 0;
}

.submit-button-text {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  line-height: 14px;
}

.divider-banner {
  background-color: #2d2b2a;
  width: 100%;
  height: 6px;
  position: absolute;
  bottom: 0;
}

.banner-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  place-content: stretch center;
  align-items: center;
  margin: 0;
  padding: 20px 250px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.platform-item {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.windows-icon {
  background-image: url('../images/windows-logo.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 20px;
  height: 20px;
}

.platform-text {
  color: #fff;
  font-family: Open Sans, sans-serif;
  line-height: 21px;
  font-weight: 600;
}

.apple-icon {
  background-image: url('../images/apple-logo.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 20px;
  height: 20px;
}

.linux-icon {
  background-image: url('../images/linux-logo.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 20px;
  height: 20px;
}

.banner-heading {
  color: #ffdb47;
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
}

.ip-notification {
  z-index: 100000;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  opacity: 0;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #ffdb47f2;
  align-items: center;
  width: 200px;
  height: 35px;
  margin-top: 80px;
  padding: 10px 20px;
  transition: transform .4s cubic-bezier(.25, .46, .45, .94), opacity .4s cubic-bezier(.25, .46, .45, .94) .4s;
  display: flex;
  position: fixed;
  inset: 0% 0% 0% auto;
  transform: translate(100%);
}

.button-arrow {
  background-image: url('../images/arrow-link.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 12px 12px;
  width: 14px;
  height: 14px;
}

.banner-actions-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-outline-wrapper {
  cursor: pointer;
  background-color: #00000080;
  border: 3px solid #ffdb47;
  justify-content: center;
  align-items: center;
  width: 210px;
  padding: 10px 20px;
  transition: background-color .3s cubic-bezier(.25, .46, .45, .94), border-color 0.4s ease-out;
  display: flex;
}

.platforms-list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-outline-wrapper:hover {
  background-color: #000c;
}

.button-outline-wrapper.disabled {
  cursor: not-allowed !important;
  user-select: none;
  -webkit-user-select: none;
  border-color: #ffdb47bf;
  transition: border-color 0.4s ease-out;
}

.button-outline-wrapper.disabled:hover {
  background-color: #00000080;
}

@keyframes timer-shrink {
  from { width: 100%; }
  to { width: 0%; }
}

.notification-timer {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  background-color: #1f2328;
  width: 0%;
}

.button-text {
  color: #ffdb47;
  text-align: center;
  font-family: Poppins, sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  transition: color 0.4s ease-out;
}

.button-text.disabled {
  color: #ffdb47bf;
  transition: color 0.4s ease-out;
}

.ip-notification.is-visible .notification-timer {
  animation-name: timer-shrink;
  animation-duration: 3.0s;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
}

.ip-notification.is-visible {
  opacity: 1;
  justify-content: flex-start;
  align-items: center;
  width: 200px;
  height: 35px;
  display: flex;
  transform: translate(0%);
  
  transition: transform .4s cubic-bezier(.25, .46, .45, .94), opacity .0s;
}

.button-main-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #ffdb47;
  border: 0 solid #ffdb47;
  justify-content: center;
  align-items: center;
  width: 210px;
  padding: 13px 23px;
  text-decoration: none;
  transition: background-color .3s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.button-main-wrapper:hover {
  background-color: #ddb724;
  border-color: #ddb724;
}

.button-text-minecraft {
  color: #1f2328;
  text-align: center;
  font-family: Poppins, sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
}

.ip-text {
  color: #1f2328;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
}

@media screen and (max-width: 1080px) {
  .menu-icon-wrapper {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
    color: #fff;
    cursor: pointer;
    background-color: #80868b1a;
    border: 1px solid #0000;
    border-radius: 30%;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    display: flex;
  }

  .navbar_nav-menu_mobile {
    z-index: 120;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    opacity: 1;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    background-color: #0c0d0df2;
    border: 0 solid #1f1f1ff2;
    border-top-width: 1px;
    border-radius: 5px 5px 0 0;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 210px;
    max-height: 60vh;
    margin-top: 0;
    margin-left: 0;
    padding: 0;
    transition: opacity .2s cubic-bezier(.25, .46, .45, .94), transform .2s cubic-bezier(.25, .46, .45, .94);
    display: flex;
    position: fixed;
    inset: auto 0% 0%;
    overflow: auto;
    transform: translate(0, 100%);
  }

  .navbar_nav-menu_mobile.is-active {
    opacity: 1;
    transition: opacity .2s cubic-bezier(.25, .46, .45, .94), transform .2s cubic-bezier(.25, .46, .45, .94);
    transform: translate(0);
  }

  .navbar_link-block-mobile {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -webkit-text-fill-color: inherit;
    background-color: #18191a;
    background-clip: border-box;
    border: 1px solid #303031;
    border-radius: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: none;
    margin: 0;
    padding: 0;
    display: flex;
    position: static;
    overflow: visible;
  }

  .navbar_brand {
    margin-left: 0;
    padding-left: 0;
  }

  .link-mobile {
    color: #80868b;
    text-align: center;
    flex: 0 auto;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding: 18px 2.78vh;
    font-family: Poppins, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
    text-decoration: none;
    display: block;
  }

  .hamburger-line {
    background-color: #fff;
    width: 50%;
    height: 2px;
  }

  .hamburger-line.bottom-line {
    transition: transform .2s cubic-bezier(.25, .46, .45, .94);
    transform: translate(0);
  }

  .hamburger-line.bottom-line.is-active {
    transform: translate(0, -5px);
  }

  .hamburger-line.top-line {
    transition: transform .2s cubic-bezier(.25, .46, .45, .94);
    transform: translate(0);
  }

  .hamburger-line.top-line.is-active {
    transform: translate(0, 5px);
  }

  .navbar_line {
    height: 2px;
  }

  .navbar_link-wrap-mobile {
    flex-flow: column;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 0;
    display: flex;
  }

  .navbar-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: left;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    height: 80px;
    display: flex;
    position: static;
  }

  .navbar_line-mobile-first {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #303031;
    flex-flow: row;
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: none;
    height: 1px;
    margin-bottom: 0;
    display: flex;
    position: static;
  }

  .navbar-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    max-height: 40vh;
    margin-left: 0;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
    inset: 0% 0% auto;
  }

  .navbar_nav-menu {
    z-index: 102;
    display: none;
    position: fixed;
  }

  .navbar_line-mobile-second {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #303031;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: none;
    height: 1px;
    display: flex;
    position: static;
  }

  .mobile-menu-content-wrapper {
    width: 100%;
    height: 100%;
    padding: 20px;
    overflow: auto;
  }

  .navbar_menu-button {
    color: #fff;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
    display: block;
  }

  .navbar-blur {
    z-index: 98;
    -webkit-backdrop-filter: blur(50px);
    backdrop-filter: blur(50px);
    justify-content: center;
    align-items: center;
    display: block;
  }

  .footer-bottom-wrapper {
    flex-flow: column;
    justify-content: center;
  }

  .surface-link-mobile {
    display: block;
  }

  .container-footer {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .footer-links-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    margin-left: 0;
  }

  .footer-divider-seond {
    background-color: #303636;
    width: 100%;
    height: 0.8px;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .footer-section {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .footer-top-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .surface-link {
    padding-top: 0;
    display: none;
  }

  .text-rights-reserved {
    justify-content: center;
    align-items: center;
    width: auto;
    display: flex;
  }

  .footer-divider {
    margin-top: 30px;
  }

  .footer-link {
    flex-flow: row;
    display: block;
  }

  .banner-section {
    background-image: none;
    height: 100%;
    display: block;
  }

  .banner-wrapper {
    height: 80vh;
    padding-left: 0;
    padding-right: 0;
  }

  .map-wrapper {
    height: 80vh;
  }

  .hypemc-banner {
    margin-left: 0;
	margin-right: 0;
  }

  .shop-header {
    flex-flow: row;
  }

  .section-shop {
    padding-left: 20px;
    padding-right: 20px;
  }

  .page-wrapper {
    width: auto;
  }

  .shop-header-heading {
    text-align: left;
  }

  .shop-grid {
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
  }

  .upgrade-section.custom-palette-gradient, .legal-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cookie-modal-wrapper, .cookie-prefs-wrapper {
    display: flex;
  }

  .benefits-grid_header-icon {
    flex: none;
  }

  .benefits-grid {
    grid-auto-flow: row dense;
  }

  .section, .content-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .content-layout {
    width: auto;
  }

  .success-notification {
    padding-left: 20px;
    padding-right: 20px;
  }
  .success-notification.is-visible {
    padding-left: 20px;
    padding-right: 20px;
  }
  .banner-content {
	  margin: 0;
	  padding: 20px;
  }
}

@media screen and (max-width: 767px) {
  .banner-section {
    height: 100%;
  }

  .banner-wrapper, .map-wrapper {
    height: 60vh;
  }

  .map-wrapper {
    height: 60vh;
  }

  .hypemc-banner {
    margin-left: 0;
	margin-right: 0;
  }

  .shop-header {
    flex-flow: row;
  }

  .page-wrapper {
    width: 100%;
  }

  .shop-header-heading {
    text-align: left;
    word-break: normal;
  }

  .shop-grid {
    display: none;
  }

  .benefits-grid_header {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
  }

  .purchase-card_bonus-badge {
    display: block;
  }

  .cookie-modal-wrapper {
    display: flex;
  }

  .cookie-modal_button-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .cookie-prefs-wrapper {
    display: flex;
  }

  .benefits-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: 1px auto auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row dense;
    place-content: stretch;
    display: none;
  }

  .benefits-grid_item {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .benefits-grid_icon {
    margin-right: 0;
  }

  .benefits-grid_divider-mobile {
    background-color: #dee6ed;
    width: 100%;
    height: 0.8px;
  }

  .benefits-grid-mobile {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row dense;
    place-items: center start;
    width: 100%;
    max-width: 920px;
    display: grid;
  }

  .shop-grid-mobile {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    border: 1px solid #efeff0;
    border-radius: 5px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr auto;
    grid-auto-columns: 1fr;
    place-items: center start;
    width: 100%;
    max-width: 920px;
    margin-top: 30px;
    padding: 20px;
    display: grid;
  }

  .currency-list.is-open {
    max-height: 172px;
  }

  .checkout-wrapper {
    border-width: 1px;
    padding: 50px 20px;
    display: block;
  }

  .text-cookie-prefs-2 {
    margin-top: 12px;
  }

  .error-modal-card {
    border-bottom-width: 0;
    border-left-width: 0;
    border-right-width: 0;
    max-width: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .content-layout {
    width: auto;
  }

  .cookie-prefs-card-2 {
    border-color: #efeff0f2 #0000 #0000;
    border-bottom-width: 0;
    border-left-width: 0;
    border-right-width: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    max-width: none;
    position: fixed;
    inset: auto 0% 0%;
  }

  .cookie-modal-card-2 {
    border-top-color: #efeff0f2;
    border-bottom-width: 0;
    border-left-width: 0;
    border-right-width: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
    position: fixed;
    inset: auto 0% 0%;
  }

  .cookie-modal_heading-3 {
    text-overflow: clip;
    overflow-wrap: normal;
  }
  .payment-options-wrapper {
    flex-flow: column;
  }
}

@media screen and (max-width: 479px) {
  .navbar_brand {
    margin-left: 0;
  }

  .navbar-wrapper {
    flex-flow: row;
  }

  .hypestudios {
    display: inline-block;
  }

  .body {
    aspect-ratio: auto;
    object-fit: fill;
    overflow: visible;
  }

  .footer-left-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .surface-link-mobile {
    text-align: center;
  }

  .footer-links-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .footer-divider-vertical {
    display: none;
  }

  .footer-top-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    align-items: center;
  }

  .text-rights-reserved {
    text-align: center;
  }

  .footer-link {
    display: block;
  }

  .banner-section {
    background-image: none;
    height: 100%;
    padding-left: 0;
    padding-right: 0;
    display: block
  }

  .banner-wrapper {
    height: 60vh;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .shop-header {
    width: auto;
    padding-top: 0;
  }

  .main-wrapper {
    overflow: visible;
  }

  .page-wrapper {
    width: 100%;
  }

  .shop-header-heading {
    text-align: left;
  }

  .shop-grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    align-content: stretch;
  }

  .benefits-grid_header-title {
    direction: ltr;
    text-align: center;
    text-transform: none;
    text-overflow: clip;
    white-space: normal;
    word-break: normal;
    overflow-wrap: normal;
    font-style: normal;
    overflow: visible;
  }

  .benefits-grid_header {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: center;
    overflow: visible;
  }

  .purchase-card_bonus-badge {
    display: none;
  }

  .cookie-prefs-header {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .cookie-modal-wrapper {
    display: flex;
  }

  .cookie-modal_button-wrapper {
    word-break: normal;
    overflow-wrap: normal;
    justify-content: center;
    position: static;
  }

  .cookie-prefs-wrapper {
    display: flex;
  }

  .cookie-prefs-modal_button {
    word-break: normal;
    overflow-wrap: normal;
  }

  .necessary-cookies-header {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .benefits-grid_header-icon {
    flex: none;
  }

  .benefits-grid_header-title-wrapper {
    aspect-ratio: auto;
    text-align: center;
    overflow: visible;
  }

  .benefits-grid_price {
    text-align: center;
    word-break: normal;
  }

  .benefits-grid_duration {
    text-align: center;
  }

  .shop-grid-mobile {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding: 20px;
  }

  .section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .checkout-product-quantity {
    color: #25c8ff;
  }

  .text-cookie-prefs-2 {
    text-align: center;
  }

  .error-modal-heading {
    text-align: left;
  }

  .text-block {
    width: auto;
    padding-top: 0;
  }

  .bold-text-7 {
    text-align: justify;
  }

  .paragraph-description-2 {
    max-height: none;
    display: block;
  }

  .content-layout {
    width: auto;
  }

  .cookie-prefs-card-2 {
    max-width: none;
    max-height: 80vh;
    position: fixed;
    inset: auto 0% 0%;
  }

  .text-button-prefs-2 {
    text-align: center;
  }

  .cookie-modal-card-2 {
    border-top-color: #efeff0f2;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    padding: 50px 0;
    position: fixed;
    inset: auto 0% 0%;
  }

  .text-button-cookies-3 {
    text-align: center;
    cursor: auto;
    position: static;
  }
  .banner-content {
	grid-column-gap: 20px;
	grid-row-gap: 20px;
  	flex-flow: wrap;
	align-content: center;
  }
  .banner-heading {
	order: 0;
	align-self: auto;
  }
	
  .platforms-list {
	grid-column-gap: 20px;
	grid-row-gap: 20px;
	flex-flow: wrap;
  }
  
  .banner-actions-wrapper {
	flex-flow: column;
  }
  .ip-notification.is-visible {
    width: 43%;
  }
  .ip-notification {
    width: 43%;
  }
}

#basic_divider {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#start_end_divider {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #basic_divider {
    grid-column: span 2 / span 2;
  }

  #w-node-_41b13a5a-73aa-af36-d613-be3e71d7ac14-fc590986 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_542fa50b-1ea5-963a-a89d-252656c5c196-fc590986 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #basic_divider {
    grid-column: span 2 / span 2;
  }

  #w-node-_2d4cb421-89cb-d9bf-4d4e-571af23a5d98-fc590986 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #basic_divider {
    grid-column: span 2 / span 2;
  }
}


