.w-embed-youtubevideo {
  width: 100%;
  position: relative;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-size: cover;
  background-position: 50% 50%;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

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

a {
  text-decoration: none;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  color: #fff;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.body {
  background-color: #202020;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#202020), to(#202020));
  background-image: linear-gradient(180deg, #202020, #202020);
  font-family: 'Varela Round', sans-serif;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.sticky-nav {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 1;
  padding: 10px;
  background-color: #000;
}

.nav-grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin: 0px;
  padding: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-flow: column;
  grid-auto-columns: -webkit-max-content;
  grid-auto-columns: max-content;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr -webkit-max-content -webkit-max-content -webkit-max-content;
  -ms-grid-columns: 1fr max-content max-content max-content;
  grid-template-columns: 1fr -webkit-max-content -webkit-max-content -webkit-max-content;
  grid-template-columns: 1fr max-content max-content max-content;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.nav-logo-link {
  display: block;
  height: 60px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
}

.nav-logo {
  width: auto;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.nav-link {
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  padding: 10px 0px;
  color: #444;
  text-decoration: none;
}

.nav-link:hover {
  text-decoration: underline;
}

.text-block {
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 50px;
  line-height: 100px;
  font-weight: 100;
}

.subscribe-form {
  padding-top: 100px;
  padding-bottom: 90px;
}

.centered-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 0px solid #03658a;
  text-align: center;
}

.subscribe-form-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  margin-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.subscribe-form-input-wrapper {
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  text-align: left;
}

.subscribe-form-input {
  width: 100%;
  margin-bottom: -5px;
  border: 1px none #fff;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.field-label {
  font-family: Recursive, sans-serif;
  color: #fff;
  font-weight: 400;
}

.paragraph {
  font-family: Recursive, sans-serif;
  color: #fff;
  font-weight: 400;
}

.heading {
  margin-top: 40px;
  margin-bottom: 0px;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 50px;
  line-height: 50px;
  font-weight: 100;
}

.container {
  text-align: center;
}

.columns {
  border-radius: 0px;
}

.image {
  display: inline-block;
  max-height: 10px;
  -o-object-fit: contain;
  object-fit: contain;
}

.column {
  height: 100%;
}

.column-2 {
  position: fixed;
  height: 100vh;
  min-height: 100px;
  padding: 10px 15px;
  border-right: 5px none #38ffc3;
  border-left: 1px none #000;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(47%, #202020), to(#4b2236));
  background-image: linear-gradient(180deg, #202020 47%, #4b2236);
  opacity: 1;
  -webkit-transform: skew(0deg, 0deg);
  -ms-transform: skew(0deg, 0deg);
  transform: skew(0deg, 0deg);
  font-family: 'Varela Round', sans-serif;
  color: #fff;
  text-align: center;
}

.image-2 {
  max-width: 75%;
}

.image-3 {
  height: 120px;
  margin-right: 0px;
  margin-bottom: 20px;
  margin-left: 0px;
  -o-object-fit: contain;
  object-fit: contain;
}

.columns-2 {
  margin-top: 0px;
}

.column-3 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  overflow: visible;
  height: 100vh;
  padding-top: 10px;
  padding-bottom: 10px;
  border-left: 5px none #000;
  background-color: transparent;
  background-image: url('../images/BackgroundStripes_1.png');
  background-position: 0px 0px;
  background-size: 8px;
  background-repeat: repeat;
  font-family: 'Varela Round', sans-serif;
  color: #fff;
}

.paragraph-2 {
  color: #fff;
  font-size: 54px;
  line-height: 50px;
}

.paragraph-3 {
  margin-top: 10px;
  font-family: 'Varela Round', sans-serif;
  font-size: 30px;
  font-weight: 400;
  text-align: left;
}

.heading-2 {
  font-family: Recursive, sans-serif;
  color: hsla(0, 0%, 100%, 0.75);
}

.paragraph-4 {
  text-align: center;
}

.text-span {
  color: #38ffc3;
}

.emphasis {
  color: #38ffc3;
}

.text-block-2 {
  display: block;
  font-family: 'Varela Round', sans-serif;
  font-size: 20px;
  line-height: 30px;
  text-align: left;
  text-decoration: none;
  text-transform: none;
}

.image-4 {
  border-style: solid;
  border-width: 2px;
  border-color: #38ffc3;
  border-radius: 15px;
}

.bbheader {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 400px;
  min-height: 400px;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/BB-header-bg-only.png');
  background-position: 50% 50%;
  background-size: 100%;
  text-align: center;
}

.image-5 {
  display: inline-block;
  max-height: 65%;
  max-width: 50%;
  text-align: center;
  -o-object-fit: contain;
  object-fit: contain;
}

.text-block-3 {
  display: block;
  max-width: 800px;
  margin-top: 20px;
  margin-right: 20px;
  margin-left: 20px;
  font-family: 'Varela Round', sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 25px;
  font-weight: 400;
  text-align: justify;
  letter-spacing: normal;
}

.gamedescription {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 20px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.bold-text {
  color: #fae8a3;
}

.text-span-2 {
  color: #fae8a3;
}

.image-6 {
  max-width: 100px;
}

.bbemphasis {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  color: #fae8a3;
  font-weight: 700;
}

.image-7 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.container-2 {
  max-width: 100%;
}

.image-8 {
  max-width: 100%;
  border: 2px solid #000;
  border-radius: 16px;
  text-align: center;
  -o-object-fit: contain;
  object-fit: contain;
}

.lightbox-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-4 {
  position: fixed;
  display: block;
  overflow: visible;
  height: 100vh;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 0px none transparent;
  color: #fff;
}

.bodycolumn {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  overflow: auto;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  text-align: center;
}

.image-9 {
  max-width: 200px;
  margin-top: 20px;
  margin-right: 20px;
  margin-left: 20px;
}

.section-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.button {
  text-align: left;
}

.tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
}

.tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex: 0 235px;
  -ms-flex: 0 235px;
  flex: 0 235px;
  background-color: #b64343;
}

.tabs-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.sidelink-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 3vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: solid;
  border-width: 0px;
  border-color: #98e0cb;
  border-radius: 0px;
  background-color: transparent;
  -webkit-transition: color 200ms ease, background-color 150ms ease;
  transition: color 200ms ease, background-color 150ms ease;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
}

.sidelink-block:hover {
  background-color: #38ffc3;
  background-image: url('../images/BackgroundStripes.png'), linear-gradient(39deg, #38ffc3, #faccff);
  background-position: 0px 0px, 0px 0px;
  background-size: 8px, auto;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  color: #202020;
}

.text-block-4 {
  padding-right: 20px;
  padding-left: 20px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.image-10 {
  width: 90%;
  max-width: 200px;
  margin-left: 5%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  text-align: left;
}

.pagecolumns {
  overflow: hidden;
  width: 100vw;
  height: 100vh;
}

.text-block-5 {
  color: #fff;
}

.section-5 {
  margin-top: 10px;
  margin-left: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.link-block-2 {
  width: 40px;
  height: 40px;
  border-radius: 100px;
  background-color: #38ffc3;
}

.socialbutton {
  display: block;
  width: 40px;
  height: 40px;
  margin: 5px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 50%;
  background-color: transparent;
  -webkit-transition: box-shadow 200ms ease, background-color 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, background-color 200ms ease, -webkit-transform 200ms ease;
  transition: transform 200ms ease, box-shadow 200ms ease, background-color 200ms ease;
  transition: transform 200ms ease, box-shadow 200ms ease, background-color 200ms ease, -webkit-transform 200ms ease;
}

.socialbutton:hover {
  border-width: 1px;
  border-radius: 50%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#38ffc3), to(#806cff));
  background-image: linear-gradient(0deg, #38ffc3, #806cff);
  box-shadow: 2px 4px 5px 0 #000;
  -webkit-transform: translate(0px, -1px);
  -ms-transform: translate(0px, -1px);
  transform: translate(0px, -1px);
}

.socialbutton.discordbutton:hover {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.socialbutton.twitterbutton:hover {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#38ffc3), to(#2629ff));
  background-image: linear-gradient(0deg, #38ffc3, #2629ff);
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.socialbutton.youtubebutton:hover {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#38ffc3), to(#ff3131));
  background-image: linear-gradient(0deg, #38ffc3, #ff3131);
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.image-11 {
  max-height: 100%;
  margin-top: 2px;
  padding: 9px;
  -o-object-fit: contain;
  object-fit: contain;
}

.image-11.discordimage {
  position: static;
  padding: 3px 3px 5px 4px;
  opacity: 1;
}

.image-11.twitterimage {
  position: static;
  padding: 9px 3px 10px 8px;
  opacity: 1;
}

.image-11.youtubeimage {
  position: static;
  padding: 10px 6px 13px 8px;
  opacity: 1;
}

.social-logosnav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.submit-button {
  display: block;
  width: 100%;
  margin-top: 3px;
  margin-left: 0px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0;
  -ms-flex: 0;
  flex: 0;
  border: 1px solid #fff;
  border-radius: 0px 0px 5px 5px;
  background-color: transparent;
  -webkit-transition: color 200ms ease, border-width 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, border-width 200ms ease, background-color 200ms ease;
  color: #fff;
}

.submit-button:hover {
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  background-color: #202020;
  background-image: linear-gradient(151deg, #38ffc3, #5a1a61);
}

.discordbg {
  position: relative;
  left: 0px;
  top: -40px;
  right: 0px;
  bottom: 0px;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 20px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#2ff7ba), to(#8052ff));
  background-image: linear-gradient(0deg, #2ff7ba, #8052ff);
  opacity: 0;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  -o-object-fit: fill;
  object-fit: fill;
}

.discordbg:hover {
  opacity: 1;
}

.paragraph-5 {
  margin-bottom: 0px;
  padding: 10px 20px 5px;
  color: #fff;
  text-align: center;
}

.text-span-3 {
  color: hsla(0, 0%, 100%, 0.5);
  font-size: 10px;
}

.success-message {
  padding: 10px;
  border-radius: 0px;
  background-color: #38ffc3;
  color: #202020;
}

.error-message-bb {
  border-radius: 5px;
  background-color: #ffc42e;
  color: #202020;
}

.section-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 10px;
  padding-bottom: 20px;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 12px;
  text-align: center;
}

.link {
  color: hsla(0, 0%, 100%, 0.5);
  text-decoration: underline;
  cursor: pointer;
}

.text-block-6 {
  color: hsla(0, 0%, 100%, 0.5);
}

.centeredtext {
  display: block;
  max-width: 100%;
  margin: 20px;
  font-family: 'Varela Round', sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 35px;
  font-weight: 400;
  text-align: center;
}

.grid {
  width: 100%;
  max-width: 700px;
  margin: 20px 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-column-gap: 0px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.image-12 {
  height: 200px;
}

.image-13 {
  height: 100px;
}

.text-block-7 {
  color: hsla(0, 0%, 100%, 0.5);
  text-align: center;
}

.container-3 {
  text-align: center;
  white-space: normal;
}

.section-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-block {
  width: 100%;
  max-width: 400px;
}

.container-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.calltoaction {
  margin-bottom: 0px;
  padding: 10px 20px;
  color: #ffe5b6;
  font-size: 16px;
  text-align: center;
}

.calltoaction.game2calltoaction {
  font-family: 'Varela Round', sans-serif;
  color: #202020;
  letter-spacing: normal;
}

.calltoaction.aboutuscalltoaction {
  font-family: 'Varela Round', sans-serif;
  color: #fff;
  letter-spacing: normal;
}

.submit-button-bb {
  display: block;
  width: 100%;
  margin-top: 3px;
  margin-left: 0px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0;
  -ms-flex: 0;
  flex: 0;
  border: 1px solid #ffe5b6;
  border-radius: 0px 0px 5px 5px;
  background-color: transparent;
  -webkit-transition: color 200ms ease, border-width 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, border-width 200ms ease, background-color 200ms ease;
  color: #fff;
}

.submit-button-bb:hover {
  border: 1px solid #ffe5b6;
  background-color: #202020;
  background-image: linear-gradient(151deg, #38ffc3, #5a1a61);
}

.subscribe-form-input-bb {
  width: 100%;
  margin-bottom: -5px;
  border: 2px solid #ffe5b6;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.success-message-bb {
  border-radius: 8px;
  background-color: #38ffc3;
  color: #202020;
}

.error-message {
  border-radius: 0px;
  background-color: #ffc42e;
  color: #202020;
}

.link-block-3 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.navbar {
  display: none;
}

.social-logos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.narrownavbar {
  display: none;
}

.navbarsymbol {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-right: 1px solid #38ffc3;
  background-image: url('../images/BackgroundStripes_1.png'), -webkit-gradient(linear, left bottom, left top, from(#1f001e), to(#002127));
  background-image: url('../images/BackgroundStripes_1.png'), linear-gradient(0deg, #1f001e, #002127);
  background-position: 0px 0px, 0px 0px;
  background-size: 8px, auto;
  font-family: 'Varela Round', sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 20px;
}

.heading-3 {
  margin-top: 0px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
}

.div-block-4 {
  font-family: 'Varela Round', sans-serif;
}

.body-2 {
  background-color: #202020;
  background-image: url('../images/BackgroundStripes_1.png'), -webkit-gradient(linear, left bottom, left top, from(#1f001e), to(#002127));
  background-image: url('../images/BackgroundStripes_1.png'), linear-gradient(0deg, #1f001e, #002127);
  background-position: 0px 0px, 0px 0px;
  background-size: 8px, auto;
}

.columns-4 {
  height: 100vh;
}

.navcolumn {
  position: fixed;
  height: 100%;
  padding-right: 0px;
  padding-left: 0px;
}

.column-7 {
  height: 100%;
}

.body-3 {
  height: auto;
  background-color: #6f5a74;
}

.headersection {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 400px;
  margin-right: 0px;
  margin-left: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #202020;
  background-image: url('../images/BackgroundStripes_1.png'), url('../images/VodeoBG.png');
  background-position: 0px 0px, 50% 50%;
  background-size: 8px, 100%;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  color: #fff;
  font-size: 100px;
  font-weight: 700;
  text-shadow: 4px 4px 12px #000;
}

.headersection.bbheader {
  display: none;
  background-image: url('../images/BB-header-bg-only.png');
  background-position: 0px 0px;
  background-size: cover;
}

.headersection.game2header {
  border-bottom: 3px solid #000;
  background-image: url('../images/BackgroundStripes_1.png'), url('../images/Game2Blur2.png');
  background-position: 0px 0px, 50% 50%;
  background-size: 8px, cover;
}

.heading-4 {
  font-family: 'M PLUS Rounded 1c', sans-serif;
}

.heading-5 {
  text-shadow: 3px 3px 10px #000;
}

.section-10 {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  overflow: visible;
  width: 100%;
  max-width: 800px;
  min-height: 500px;
  margin: 50px 20px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  letter-spacing: 0.5px;
  -o-object-fit: fill;
  object-fit: fill;
}

.aboutustext {
  margin-bottom: 5px;
  font-family: 'Varela Round', sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 25px;
  text-align: left;
  letter-spacing: normal;
  white-space: normal;
}

.aboutustext.game2text {
  color: #000;
}

.aboutusheading {
  margin-top: 35px;
  margin-bottom: 10px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  color: #fff;
  text-align: center;
  letter-spacing: normal;
}

.aboutusheading.game2heading {
  color: #000;
}

.aboutusemphasis {
  color: #38ffc3;
}

.list {
  margin-top: 10px;
  font-family: 'Varela Round', sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 25px;
}

.aboutusbg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 1000px;
  max-width: none;
  min-height: 500px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-bottom: 1px none #000;
  background-color: #202020;
  background-image: url('../images/BackgroundStripes_1.png'), -webkit-gradient(linear, left bottom, left top, from(#1f001e), to(#002127));
  background-image: url('../images/BackgroundStripes_1.png'), linear-gradient(0deg, #1f001e, #002127);
  background-position: 0px 0px, 0px 0px;
  background-size: 8px, auto;
}

.aboutusbg.game2bg {
  padding-top: 40px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#d6a8b9), to(#f1c681));
  background-image: linear-gradient(0deg, #d6a8b9, #f1c681);
}

.list-item {
  margin-top: 5px;
  margin-bottom: 5px;
  text-align: left;
  letter-spacing: normal;
  list-style-type: square;
}

.list-item-2 {
  list-style-type: square;
}

.list-item-3 {
  list-style-type: square;
}

.grid-2 {
  margin-top: 50px;
  margin-bottom: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: 2fr auto auto;
  grid-template-rows: 2fr auto auto;
}

.teamunderlay {
  position: static;
  height: 100px;
  border-style: dotted;
  border-width: 2px;
  border-color: hsla(0, 0%, 100%, 0.5);
  border-radius: 50%;
  cursor: pointer;
}

.teamname {
  margin-top: 5px;
  margin-right: -15px;
  margin-left: -15px;
  font-family: 'Varela Round', sans-serif;
  color: #fff;
  text-align: center;
  cursor: pointer;
}

.container-8 {
  border: 1px none #000;
}

.teamoverlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  height: 100px;
  border-style: dotted;
  border-width: 2px;
  border-color: #38ffc3;
  border-radius: 50%;
  opacity: 0.01;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  cursor: pointer;
}

.teamoverlay:hover {
  opacity: 1;
}

.teamblock {
  position: relative;
  cursor: pointer;
}

.grid-3 {
  margin-bottom: 50px;
  grid-auto-flow: row;
  -ms-grid-columns: 1.5fr 1fr 1.5fr;
  grid-template-columns: 1.5fr 1fr 1.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.game2link {
  color: #38ffc3;
}

.text-span-4 {
  font-family: 'Varela Round', sans-serif;
  font-style: normal;
  font-weight: 400;
}

.text-span-5 {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 700;
}

.submit-button-dd {
  display: block;
  width: 100%;
  margin-top: 3px;
  margin-left: 0px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0;
  -ms-flex: 0;
  flex: 0;
  border: 2px solid #03658a;
  border-radius: 0px 0px 5px 5px;
  background-color: transparent;
  -webkit-transition: color 200ms ease, border-width 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, border-width 200ms ease, background-color 200ms ease;
  font-family: 'Varela Round', sans-serif;
  color: #202020;
  font-size: 15px;
}

.submit-button-dd:hover {
  border: 2px solid #03658a;
  background-color: #202020;
  background-image: linear-gradient(48deg, #38ffc3, #faccff);
  color: #202020;
}

.aboutusbody {
  height: auto;
  background-color: #1f001e;
  background-image: url('../images/BackgroundStripes_1.png');
  background-position: 0px 0px;
  background-size: 8px;
}

.aboutusbg-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #202020;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#d6a8b9), to(#dcb855));
  background-image: linear-gradient(0deg, #d6a8b9, #dcb855);
}

.aboutusbg-copy.game2bg {
  padding-top: 40px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#6f5a74), to(#8e4ba7));
  background-image: linear-gradient(0deg, #6f5a74, #8e4ba7);
}

.subscribeform {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  border: 1px none #000;
}

.subscribe-form-input-aboutus {
  width: 100%;
  margin-bottom: -5px;
  border-style: solid;
  border-width: 1px;
  border-color: #38ffc3;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.submit-button-about-us {
  display: block;
  width: 100%;
  margin-top: 4px;
  margin-left: 0px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0;
  -ms-flex: 0;
  flex: 0;
  border-style: solid;
  border-width: 1px;
  border-color: #38ffc3;
  border-radius: 0px 0px 5px 5px;
  background-color: transparent;
  -webkit-transition: color 200ms ease, border-width 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, border-width 200ms ease, background-color 200ms ease;
  font-family: 'Varela Round', sans-serif;
  color: #fff;
  font-size: 15px;
}

.submit-button-about-us:hover {
  border: 1px solid #03658a;
  background-color: #202020;
  background-image: linear-gradient(48deg, #38ffc3, #faccff);
  color: #202020;
}

.subscribe-form-input-dd {
  width: 100%;
  margin-bottom: -5px;
  border: 2px solid #03658a;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.text-block-8 {
  line-height: 100px;
}

.text-block-9 {
  line-height: 100px;
  text-align: center;
}

.aboutusfaded {
  color: hsla(0, 0%, 100%, 0.5);
  font-size: 18px;
}

.aboutusfaded.discordlink {
  text-decoration: underline;
}

.subscribeformdiscord {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-top: 10px;
  margin-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  border: 1px none #000;
}

.div-block-5 {
  height: 20px;
}

.div-block-6 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.youtube {
  position: relative;
  width: auto;
  max-width: 1105px;
  margin: 0px;
  border: 2px solid #000;
  border-radius: 0px;
  background-color: #000;
  -o-object-fit: contain;
  object-fit: contain;
}

.subscribesuccess {
  text-align: left;
}

.text-span-6 {
  color: #202020;
  font-size: 12px;
  line-height: 10px;
}

.text-block-10 {
  padding-bottom: 5px;
  font-family: 'Varela Round', sans-serif;
  color: #fff;
}

.container-9 {
  display: block;
  max-width: 1105px;
  margin-top: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #000;
}

.smallimage {
  max-width: 50%;
  border: 2px solid #000;
  border-radius: 16px;
  text-align: center;
  -o-object-fit: contain;
  object-fit: contain;
}

.smallimagedivider {
  min-width: 20px;
}

.storebutton {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  height: 100px;
  max-width: 100%;
  padding: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #000;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  cursor: pointer;
}

.storebutton:hover {
  background-color: #636363;
  background-image: linear-gradient(151deg, #38ffc3, #5a1a61);
}

.storebuttonimage {
  display: block;
  max-height: 111%;
}

.bboutline {
  border: 1px solid #ffe5b6;
}

.footer {
  display: -ms-grid;
  display: grid;
  padding-right: 220px;
  padding-bottom: 100px;
  padding-left: 220px;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.image-15 {
  max-height: 120px;
}

.discordlinkbutton {
  padding: 20px 40px;
  border: 1px solid #000;
  border-radius: 7px;
  background-color: #38ffc3;
  font-family: 'Varela Round', sans-serif;
  color: #000;
  font-size: 20px;
  font-weight: 400;
}

.discordlinkbutton:hover {
  border-style: solid;
  border-width: 1px;
  border-color: #38ffc3;
  background-image: linear-gradient(151deg, #38ffc3, #5a1a61);
}

.discordstorebutton {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  height: 100px;
  max-width: 100%;
  padding: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #000;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  cursor: pointer;
}

.discordstorebutton:hover {
  background-color: #636363;
  background-image: linear-gradient(151deg, #38ffc3, #5a1a61);
}

.discordstorebutton.bboutline {
  height: 50px;
}

.text-block-11 {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
}

.section-11 {
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
}

.mintbutton {
  border: 1px solid #38ffc3;
  background-color: #38ffc3;
  color: #000;
}

.mintbutton:hover {
  border: 1px solid #38ffc3;
  border-radius: 0px;
  background-color: #000;
  color: #fff;
}

.image-16 {
  position: relative;
  max-width: 100%;
  margin-right: 10%;
  margin-left: 10%;
  -o-object-fit: contain;
  object-fit: contain;
}

.div-block-7 {
  min-height: 50px;
}

@media screen and (max-width: 991px) {
  .subscribe-form {
    display: none;
  }

  .centered-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .bbheader {
    height: 300px;
    background-size: 100%;
  }

  .text-block-3 {
    margin-top: 0px;
    padding-bottom: 20px;
  }

  .gamedescription {
    margin-top: 20px;
    padding-top: 20px;
  }

  .image-8 {
    max-width: 100%;
  }

  .column-4 {
    position: static;
    z-index: 1;
    overflow: visible;
    height: 100px;
    padding-top: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-image: url('../images/BackgroundStripes_1.png'), -webkit-gradient(linear, left bottom, left top, from(#1f001e), to(#002127));
    background-image: url('../images/BackgroundStripes_1.png'), linear-gradient(0deg, #1f001e, #002127);
    background-position: 0px 0px, 0px 0px;
    background-size: 8px, auto;
  }

  .bodycolumn {
    position: static;
    left: 0%;
    top: 100px;
    right: 0%;
    bottom: auto;
    overflow: hidden;
  }

  .image-9 {
    max-width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .section-4 {
    display: none;
  }

  .tabs-menu {
    -webkit-flex-basis: 200px;
    -ms-flex-preferred-size: 200px;
    flex-basis: 200px;
  }

  .tab-link-tab-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .tab-link-tab-1.w--current {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .sidelink-block {
    overflow: visible;
    width: 99%;
    height: 80px;
    margin: 0.5%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-color: #98e0cb;
    border-radius: 8px;
    background-color: #202020;
    background-image: url('../images/BackgroundStripes_1.png'), -webkit-gradient(linear, left top, left bottom, from(#002127), to(#130d21));
    background-image: url('../images/BackgroundStripes_1.png'), linear-gradient(180deg, #002127, #130d21);
    background-position: 0px 0px, 0px 0px;
    background-size: 8px, auto;
    direction: ltr;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    color: #fff;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    text-align: center;
  }

  .sidelink-block:hover {
    background-image: url('../images/BackgroundStripes.png'), linear-gradient(39deg, #38ffc3, #faccff);
    background-position: 0px 0px, 0px 0px;
    background-size: 8px, auto;
  }

  .pagecolumns {
    overflow: auto;
  }

  .social-logosnav {
    position: absolute;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    display: none;
    height: 100px;
    max-width: 175px;
    margin-top: 0px;
    padding-left: 10px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .error-message-bb {
    width: 100%;
  }

  .section-7 {
    display: none;
  }

  .centeredtext {
    margin-top: 0px;
    padding-bottom: 0px;
  }

  .success-message-bb {
    width: 100%;
  }

  .link-block-3 {
    display: none;
    overflow: hidden;
  }

  .navbar {
    position: static;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: none;
    width: 100%;
    height: 100px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: transparent;
    color: #000;
  }

  .nav-menu {
    position: absolute;
    left: 0%;
    top: 100px;
    right: 0%;
    bottom: auto;
    display: block;
    overflow: visible;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 400px;
    -ms-flex: 0 0 400px;
    flex: 0 0 400px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color: #38ffc3;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .menu-button {
    position: absolute;
    left: auto;
    top: 10px;
    right: 10px;
    bottom: auto;
    height: 80px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    color: #fff;
    font-size: 40px;
  }

  .menu-button.w--open {
    position: absolute;
    left: auto;
    top: 10px;
    right: 10px;
    bottom: auto;
    height: 80px;
    border-radius: 100px;
    background-color: transparent;
    color: #38ffc3;
  }

  .icon {
    margin-top: 4px;
  }

  .image-14 {
    display: block;
    height: 100%;
    margin-bottom: 0px;
    text-align: center;
  }

  .brand {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: block;
    height: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left;
  }

  .container-5 {
    display: none;
    width: auto;
    height: 100%;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .container-6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    padding-right: 0px;
    padding-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .social-logos {
    display: none;
  }

  .narrownavbar {
    display: block;
    height: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-image: url('../images/FullLogoTransparent.png');
    background-position: 50% 50%;
    background-size: auto 80%;
    background-repeat: no-repeat;
    line-height: 0px;
  }

  .div-block {
    position: absolute;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    z-index: 1000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 175px;
    height: 100px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .navbar-2 {
    width: 100%;
    height: 100%;
    background-color: transparent;
  }

  .nav-menu-2 {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color: #38ffc3;
  }

  .menu-button-2 {
    margin-top: 15px;
    padding: 20px;
    -webkit-transition: color 200ms ease;
    transition: color 200ms ease;
    font-size: 30px;
  }

  .menu-button-2.w--open {
    background-color: transparent;
    color: #38ffc3;
  }

  .narrowsociallinks {
    position: absolute;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    z-index: 1000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 175px;
    height: 100px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-2 {
    width: 100%;
  }

  .div-block-3 {
    width: 100%;
  }

  .navbarsymbol {
    display: block;
    padding-top: 0px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    border-right: 0px none transparent;
    border-bottom: 1px solid #38ffc3;
  }

  .heading-3 {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 700;
  }

  .div-block-4 {
    font-family: 'Varela Round', sans-serif;
  }

  .body-2 {
    background-color: #38ffc3;
  }

  .navcolumn {
    position: static;
    overflow: visible;
    height: 100px;
  }

  .headersection {
    min-height: 300px;
  }

  .youtube {
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
  }

  .container-9 {
    margin-top: 0px;
  }

  .smallimage {
    max-width: 48%;
  }

  .footer {
    padding-right: 100px;
    padding-left: 100px;
  }

  .image-16 {
    display: none;
    overflow: hidden;
  }
}

@media screen and (max-width: 767px) {
  .sticky-nav {
    position: relative;
  }

  .nav-grid {
    text-align: center;
  }

  .subscribe-form {
    padding: 40px 20px;
  }

  .column-2 {
    height: 150px;
  }

  .image-3 {
    height: 100px;
  }

  .column-3 {
    position: absolute;
    left: 0%;
    top: 150px;
    right: 0%;
    bottom: 0%;
    overflow: auto;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .paragraph-2 {
    overflow: hidden;
  }

  .bbheader {
    height: 300px;
    background-size: cover;
  }

  .image-5 {
    max-height: 80%;
    max-width: 60%;
  }

  .text-block-3 {
    font-size: 20px;
    line-height: 25px;
  }

  .gamedescription {
    margin-top: 0px;
  }

  .column-4 {
    overflow: visible;
  }

  .tabs-menu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .centeredtext {
    font-size: 30px;
    line-height: 35px;
  }

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

  .calltoaction.game2calltoaction {
    line-height: 25px;
  }

  .narrowsociallinks {
    width: 150px;
  }

  .headersection {
    min-height: 200px;
    font-size: 70px;
  }

  .headersection.bbheader {
    height: 250px;
    min-height: 250px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .aboutustext {
    font-size: 20px;
  }

  .aboutustext.game2text {
    font-size: 20px;
  }

  .aboutusheading {
    font-size: 30px;
    text-align: left;
  }

  .list-item {
    font-size: 20px;
  }

  .aboutusfaded {
    font-size: 18px;
  }

  .youtube {
    margin-top: 0px;
  }

  .footer {
    padding-right: 0px;
    padding-left: 0px;
  }
}

@media screen and (max-width: 479px) {
  .sticky-nav {
    padding: 0px;
  }

  .nav-grid {
    grid-auto-flow: row;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 100px;
    grid-template-rows: 100px;
  }

  .nav-logo-link {
    border-top: 1px solid #c4c4c4;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #c4c4c4;
  }

  .centered-container {
    position: static;
    display: inline-block;
    overflow: visible;
    max-width: 100%;
    clear: none;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: center;
  }

  .subscribe-form-input-wrapper {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .subscribe-form-input {
    width: 100%;
  }

  .bbheader {
    height: 200px;
    margin-right: -5px;
    margin-left: -5px;
    background-size: cover;
  }

  .image-5 {
    max-height: 90%;
    max-width: 60%;
  }

  .text-block-3 {
    margin-right: 0px;
    margin-left: 0px;
    font-size: 20px;
    line-height: 25px;
    text-align: left;
  }

  .gamedescription {
    margin: 0px 10px;
  }

  .lightbox-link {
    margin-right: 5px;
    margin-left: 5px;
  }

  .column-4 {
    height: 70px;
  }

  .bodycolumn {
    padding-right: 0px;
    padding-left: 0px;
  }

  .sidelink-block {
    height: 75px;
    border-radius: 4px;
  }

  .socialbutton.discordbutton {
    width: 28px;
    height: 28px;
    margin: 0px 5px 0px 0px;
  }

  .socialbutton.twitterbutton {
    width: 28px;
    height: 28px;
    margin: 0px 5px 0px 0px;
  }

  .socialbutton.youtubebutton {
    width: 28px;
    height: 28px;
    margin: 0px 5px 0px 0px;
    text-align: left;
  }

  .image-11.discordimage {
    margin-top: 0px;
    padding: 1px;
  }

  .image-11.twitterimage {
    padding: 5px;
  }

  .image-11.youtubeimage {
    margin-top: 3px;
    padding: 4px;
  }

  .centeredtext {
    margin-right: 5px;
    margin-left: 5px;
    font-size: 20px;
    line-height: 23px;
    text-align: center;
  }

  .grid {
    margin-top: 0px;
    margin-bottom: 15px;
  }

  .text-block-7 {
    margin-right: 5px;
    margin-left: 5px;
  }

  .section-8 {
    display: block;
    padding-top: 20px;
  }

  .form-block {
    max-width: none;
  }

  .calltoaction {
    padding-right: 20px;
    padding-left: 20px;
  }

  .calltoaction.game2calltoaction {
    line-height: 25px;
  }

  .submit-button-bb:hover {
    background-image: linear-gradient(48deg, #38ffc3, #faccff);
  }

  .subscribe-form-input-bb {
    width: 100%;
  }

  .menu-button {
    background-color: transparent;
  }

  .menu-button.w--open {
    background-color: transparent;
  }

  .brand {
    padding-left: 0px;
  }

  .container-5 {
    height: 100%;
  }

  .narrownavbar {
    background-image: url('../images/Vodeo-Brand-Mint-copy.png');
    background-position: 50% 50%;
    background-size: auto 60%;
  }

  .menu-button-2 {
    height: 70px;
    margin-top: 0px;
    padding-top: 25px;
  }

  .narrowsociallinks {
    width: 30%;
    height: 70px;
    margin-left: 2%;
    padding-top: 10px;
    padding-bottom: 5px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .container-7 {
    height: 70px;
  }

  .navcolumn {
    height: 70px;
  }

  .headersection {
    min-height: 150px;
    font-size: 50px;
  }

  .headersection.bbheader {
    display: none;
    height: 250px;
    min-height: 250px;
    background-position: 50% 50%;
    opacity: 1;
  }

  .headersection.game2header {
    min-height: 150px;
  }

  .section-10 {
    margin-right: 5px;
    margin-left: 5px;
  }

  .aboutustext {
    font-size: 20px;
    line-height: 25px;
  }

  .aboutustext.game2text {
    font-size: 20px;
    line-height: 25px;
  }

  .aboutusheading {
    margin-top: 20px;
    font-size: 38px;
    line-height: 40px;
    white-space: normal;
  }

  .list {
    margin-top: 5px;
  }

  .aboutusbg {
    padding-right: 5px;
    padding-left: 5px;
  }

  .aboutusbg.game2bg {
    padding-top: 20px;
  }

  .list-item {
    font-size: 20px;
    line-height: 25px;
  }

  .grid-2 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .grid-3 {
    -ms-grid-columns: 0.5fr 1fr 0.5fr;
    grid-template-columns: 0.5fr 1fr 0.5fr;
  }

  .aboutusbg-copy.game2bg {
    padding-top: 20px;
    padding-right: 5px;
    padding-left: 5px;
  }

  .subscribe-form-input-aboutus {
    width: 100%;
  }

  .subscribe-form-input-dd {
    width: 100%;
  }

  .aboutusfaded {
    font-size: 18px;
  }

  .youtube {
    margin-top: 0px;
  }

  .storebutton:hover {
    background-image: linear-gradient(48deg, #38ffc3, #faccff);
  }

  .discordstorebutton:hover {
    background-image: linear-gradient(48deg, #38ffc3, #faccff);
  }

  .discordstorebutton.bboutline {
    position: static;
    left: 10px;
    right: 10px;
    -o-object-fit: fill;
    object-fit: fill;
  }
}

#w-node-_90a4ea0e-0577-1074-18cc-2170934fbe10-e433f13a {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_78e0113b-7e9f-37f6-fa78-8268530f1662-e433f13a {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-bfb2455c-9b5b-28a5-494f-929a2501094f-f9a21f91 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_480f58b2-107a-435a-7ec3-004dc66f995b-f9a21f91 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_613cc1a5-6bf2-5c82-2c53-44ee80f1982e-f9a21f91 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-f0674741-49c7-13e7-4808-88597de4d254-f9a21f91 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_9ae2dc5a-acb3-2a68-523a-af250cc3806f-f9a21f91 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_63c76980-42b7-070f-409a-febbfb9abb4f-f9a21f91 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-dfcadc86-0448-7ee5-24aa-0ae87b07aa2d-f9a21f91 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-f45c5cba-e269-7b55-43fa-77f4abd17ee0-f9a21f91 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_518b5cab-78b7-b366-979e-e1f72874dca7-f9a21f91 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_0b1cd1fe-d014-f257-3bb6-ec0551e9ddf0-f9a21f91 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-a280901e-682e-03f9-b827-d6b4ea0ba2bf-f9a21f91 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_7404eba2-4d04-ea7b-3067-05223bcdc874-f9a21f91 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_5d605869-542c-344e-5330-ee04859c56b0-f9a21f91 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-d655eb9d-3346-8b8a-20a8-03abd1b7b8af-f9a21f91 {
  -ms-grid-column-align: center;
  justify-self: center;
}

