:root {
  --grey: #7e7e7e;
  --white: white;
  --black: #202020;
  --dark-grey: #b3b3b3;
  --blue: blue;
  --dark-grey-2: #b3b3b3;
  --gainsboro: #ddd;
  --white-smoke: #f1f1f1;
  --border: #2c2c2c;
}

.w-form-formradioinput--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 50%;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.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-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

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

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

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

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

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

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

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

body {
  color: var(--grey);
  letter-spacing: -.4px;
  background-color: #111;
  font-family: Space Mono, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

h1 {
  color: var(--white);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Syne, sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 64px;
}

h2 {
  color: var(--white);
  letter-spacing: -.75px;
  margin-top: 24px;
  margin-bottom: 8px;
  font-family: Syne, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
}

h3 {
  color: var(--white);
  margin-top: 16px;
  margin-bottom: 8px;
  font-family: Syne, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
}

h4 {
  color: var(--white);
  margin-top: 16px;
  margin-bottom: 8px;
  font-family: Syne, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
}

h5 {
  color: var(--white);
  margin-top: 16px;
  margin-bottom: 8px;
  font-family: Syne, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

h6 {
  color: var(--white);
  margin-top: 16px;
  margin-bottom: 8px;
  font-family: Syne, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

p {
  margin-bottom: 24px;
}

a {
  perspective-origin: 50% 100%;
  transform-origin: 50% 100%;
  color: var(--white);
  cursor: pointer;
  padding-left: 2px;
  padding-right: 2px;
  text-decoration: none;
  transition: box-shadow .6s cubic-bezier(.19, 1, .22, 1);
  display: inline-block;
  box-shadow: inset 0 -8px rgba(255, 255, 255, .08);
}

a:hover {
  box-shadow: inset 0 -12px rgba(255, 255, 255, .24);
}

ul {
  margin-top: 0;
  margin-bottom: 24px;
  padding-left: 32px;
}

ol {
  margin-top: 0;
  margin-bottom: 24px;
  padding-left: 40px;
}

li {
  margin-bottom: 8px;
}

img {
  max-width: 100%;
  border-radius: 5px;
  display: inline-block;
}

label {
  color: var(--white);
  letter-spacing: normal;
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: 400;
  display: block;
}

blockquote {
  background-color: var(--grey);
  color: var(--black);
  letter-spacing: normal;
  border-left: 0 #000;
  border-radius: 5px;
  margin-bottom: 24px;
  padding: 24px;
  font-family: Syne, sans-serif;
  font-size: 24px;
  line-height: 32px;
}

.source-info {
  z-index: 99;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.clone-button {
  min-height: 40px;
  box-shadow: none;
  background-color: #313131;
  border-radius: 4px;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 14px;
  transition: background-color .6s cubic-bezier(.19, 1, .22, 1);
}

.clone-button:hover {
  box-shadow: none;
  background-color: #242424;
}

.styleguide {
  max-width: 960px;
  padding: 40px 16px;
  position: relative;
}

.stylesection {
  width: 100%;
  margin-top: 40px;
  position: relative;
}

.nav {
  z-index: 99;
  width: 100%;
  -webkit-backdrop-filter: blur(60px);
  backdrop-filter: blur(60px);
  background-color: rgba(32, 32, 32, .75);
  border-radius: 5px;
  justify-content: space-between;
  align-items: center;
  padding: 16px 16px 16px 32px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 16px;
  left: 0;
  right: 0;
}

.navbar-link {
  box-shadow: none;
  color: var(--dark-grey);
  margin-right: 32px;
  font-size: 14px;
  text-decoration: none;
  transition: color .2s;
}

.navbar-link:hover {
  box-shadow: none;
  color: var(--white);
}

.navbar-link.w--current {
  color: var(--white);
  font-weight: 700;
}

.color-tiles {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.color-tile {
  width: 100%;
  height: 160px;
  background-color: var(--black);
  border-radius: 5px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 16px;
  display: flex;
}

.color-tile._1 {
  background-color: var(--blue);
  background-image: linear-gradient(20deg, #12c2e9, #c471ed 54%, #f64f59);
}

.color-tile._6 {
  background-color: var(--white);
  color: var(--black);
}

.color-tile._2 {
  background-color: var(--black);
}

.color-tile._3 {
  background-color: var(--dark-grey-2);
}

.color-tile._4 {
  background-color: var(--gainsboro);
}

.color-tile._5 {
  background-color: var(--white-smoke);
}

.color-info {
  width: 100%;
  color: rgba(255, 255, 255, .64);
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  line-height: 16px;
  display: flex;
}

.color-info.dark {
  color: rgba(0, 0, 0, .64);
  text-transform: uppercase;
}

.color-name {
  margin-top: 0;
  margin-bottom: 0;
}

.color-name.black {
  color: var(--black);
}

.style-item {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px solid var(--black);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 24px;
  padding-bottom: 24px;
  display: grid;
}

.style-item.no-bottom-padding {
  padding-bottom: 0;
}

.typography-label {
  color: var(--dark-grey);
  letter-spacing: normal;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 24px;
}

.no-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.header {
  width: 100%;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 120px;
  padding-bottom: 100px;
  display: flex;
}

.header-inner {
  width: 100%;
  max-width: 600px;
}

.header-lead {
  margin-bottom: 0;
  font-family: Space Mono, sans-serif;
}

.input-field {
  width: 100%;
  min-height: 56px;
  border: 2px solid var(--black);
  color: var(--white);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 5px;
  margin-bottom: 24px;
  padding: 24px 20px;
  font-size: 16px;
  transition: color .2s, background-color .2s, border-color .2s;
  display: inline-block;
}

.input-field:hover {
  color: var(--dark-grey);
  background-color: #242424;
}

.input-field:focus {
  color: #fff;
  background-color: #242424;
  border-style: solid;
  border-color: rgba(255, 255, 255, .04);
}

.input-field::-ms-input-placeholder {
  color: #8d8c8c;
}

.input-field::placeholder {
  color: #8d8c8c;
}

.text-area {
  width: 100%;
  max-height: 400px;
  min-height: 160px;
  border: 2px solid var(--black);
  color: var(--white);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 5px;
  margin-bottom: 24px;
  padding: 16px 20px 24px;
  font-size: 16px;
  transition: color .2s, background-color .2s, border-color .2s;
  display: inline-block;
}

.text-area:hover {
  color: var(--dark-grey);
  background-color: #242424;
}

.text-area:focus {
  color: #fff;
  background-color: #242424;
  border-style: solid;
  border-color: rgba(255, 255, 255, .04);
}

.text-area::-ms-input-placeholder {
  color: #8d8c8c;
}

.text-area::placeholder {
  color: #8d8c8c;
}

.select {
  width: 100%;
  min-height: 56px;
  border: 2px solid var(--black);
  color: #fff;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/Chevron-down.svg');
  background-position: 96%;
  background-repeat: no-repeat;
  background-size: 16px;
  border-radius: 5px;
  margin-bottom: 24px;
  padding: 8px 20px;
  font-size: 16px;
  transition: transform .2s cubic-bezier(.19, 1, .22, 1), color .2s, background-color .2s, border-color .2s;
}

.select:hover {
  color: var(--dark-grey);
  background-color: #242424;
}

.select:active {
  color: var(--dark-grey);
  transform: scale(.98);
}

.select:focus {
  color: #fff;
  background-color: #242424;
  border-style: solid;
  border-color: rgba(255, 255, 255, .04);
}

.select::-ms-input-placeholder {
  color: #8d8c8c;
}

.select::placeholder {
  color: #8d8c8c;
}

.gradient {
  align-items: center;
  display: flex;
}

.color-code {
  margin-right: 8px;
}

.radio-button-field {
  align-items: center;
  margin-bottom: 16px;
  padding-left: 0;
  display: flex;
}

.radio-button {
  width: 16px;
  height: 16px;
  border-color: var(--grey);
  cursor: pointer;
  margin-top: 0;
  margin-left: 0;
  margin-right: 12px;
  padding: 12px;
  transition: opacity .2s, border-color .2s, background-color .2s;
}

.radio-button:hover {
  border-color: var(--white);
}

.radio-button.w--redirected-checked {
  border-width: 1px;
  border-color: var(--black);
  background-color: var(--black);
  background-image: url('../images/radio-active.svg'), linear-gradient(58deg, #12c2e9, #c471ed 50%, #f64f59);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 6px 6px, auto;
}

.radio-button.w--redirected-focus {
  box-shadow: 0 0 3px 1px var(--blue);
}

.checkbox-field {
  align-items: center;
  margin-bottom: 16px;
  padding-left: 0;
  display: flex;
}

.checkbox {
  width: 16px;
  height: 16px;
  border-color: var(--grey);
  cursor: pointer;
  border-radius: 5px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 10px;
  padding: 12px;
  transition: opacity .2s, border-color .2s, background-color .2s;
}

.checkbox:hover {
  border-color: var(--white);
}

.checkbox.w--redirected-checked {
  border-width: 1px;
  border-color: var(--black);
  background-color: var(--black);
  background-image: url('../images/check.svg'), linear-gradient(58deg, #12c2e9, #c471ed 50%, #f64f59);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 12px, auto;
}

.checkbox.w--redirected-focus {
  box-shadow: 0 0 3px 1px var(--blue);
}

.primary-button {
  background-color: var(--blue);
  perspective-origin: 50%;
  transform-origin: 50%;
  color: var(--black);
  text-align: center;
  background-image: linear-gradient(75deg, #12c2e9, #c471ed 50%, #f64f59);
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding: 16px 32px;
  font-weight: 700;
  transition: color .2s, transform .2s cubic-bezier(.175, .885, .32, 1.275);
  box-shadow: 0 -8px 20px rgba(126, 126, 126, .5);
}

.primary-button:hover {
  box-shadow: none;
  color: rgba(32, 32, 32, .8);
  transform: translate(0, -4px);
}

.primary-button:active {
  transform: scale(.95);
}

.primary-button:focus {
  box-shadow: 0 0 3px 1px rgba(0, 0, 255, .48);
}

.primary-button.primary-button-info {
  width: 100%;
  border-top: 2px solid var(--border);
}

.secondary-button {
  box-shadow: none;
  perspective-origin: 50%;
  transform-origin: 50%;
  color: var(--white);
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid rgba(255, 255, 255, .16);
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding: 16px 32px;
  font-weight: 700;
  transition: border-color .3s, color .2s, transform .2s cubic-bezier(.175, .885, .32, 1.275);
}

.secondary-button:hover {
  box-shadow: none;
  border-color: #fff;
  transform: translate(0, -4px);
}

.secondary-button:active {
  transform: scale(.95);
}

.secondary-button:focus {
  box-shadow: 0 0 3px 1px rgba(0, 0, 255, .48);
}

.form-block {
  width: 100%;
}

.accordion-2 {
  width: 100%;
  cursor: pointer;
}

.accordion-bottom-wrap {
  width: 100%;
  padding-top: 16px;
  padding-bottom: 32px;
}

.accordion-top-icon-wrap {
  width: 17px;
  height: 17px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.accordion-top-icon {
  justify-content: center;
  align-items: center;
  margin-right: -16px;
  padding: 16px;
  position: relative;
}

.accordion-divider {
  height: 0;
  border-top: 1px solid #202020;
}

.accordion-bottom-text {
  width: 100%;
  color: #7e7e7e;
  overflow-wrap: anywhere;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-weight: 400;
}

.accordion-icon-stripe-1 {
  width: 1px;
  height: 100%;
  background-color: #fff;
}

.accordion-top {
  width: 100%;
  opacity: 1;
  align-items: center;
  transition: opacity .6s cubic-bezier(.19, 1, .22, 1);
  display: flex;
}

.accordion-top:hover {
  opacity: .64;
}

.accordion-icon-stripe-2 {
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
}

.accordion-top-text {
  color: var(--white);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.accordion-bottom {
  width: 100%;
  perspective-origin: 50% 0;
  transform-origin: 50% 0;
  overflow: hidden;
}

.accordion-top-wrap {
  flex: 1;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.button-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: center;
  align-items: stretch;
  justify-items: stretch;
  margin-top: 80px;
  display: grid;
}

.previous-button {
  cursor: pointer;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  transition: opacity .2s, transform .4s cubic-bezier(.68, -.55, .265, 1.55), box-shadow .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  box-shadow: 0 11px 10px -7px rgba(146, 99, 31, .5);
}

.previous-button:hover {
  transform: scale(.9);
  box-shadow: 0 2px 20px -8px #92631f;
}

.previous-button:active {
  opacity: .5;
  transform: scale(.8);
}

.previous-button.secondary-button {
  background-color: #1b1b1b;
}

.carousel_cell {
  width: 120px;
  height: 105px;
  background-color: var(--black);
  text-align: center;
  cursor: pointer;
  border: 2px solid rgba(228, 173, 7, .13);
  border-radius: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 16px 12px;
  transition: box-shadow .4s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  position: absolute;
  box-shadow: inset 0 -4px 20px 7px #000;
}

.carousel_cell:hover {
  transform: translate(0, -57px);
  box-shadow: inset 0 0 20px 40px #191924;
}

.carousel_cell._3 {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(80deg)rotateZ(0)translate3d(0, 0, 288px);
}

.carousel_cell._8 {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(280deg)rotateZ(0)translate3d(0, 0, 288px);
}

.carousel_cell._4 {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(120deg)rotateZ(0)translate3d(0, 0, 288px);
}

.carousel_cell._6 {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(200deg)rotateZ(0)translate3d(0, 0, 288px);
}

.carousel_cell._9 {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(320deg)rotateZ(0)translate3d(0, 0, 288px);
}

.carousel_cell._2 {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(40deg)rotateZ(0)translate3d(0, 0, 288px);
}

.carousel_cell._5 {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(160deg)rotateZ(0)translate3d(0, 0, 288px);
}

.carousel_cell._1 {
  text-align: center;
  transform-style: preserve-3d;
  transform: translate3d(0, 0, 288px);
}

.carousel_cell._7 {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(240deg)rotateZ(0)translate3d(0, 0, 288px);
}

.next-button {
  cursor: pointer;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  transition: opacity .2s, transform .4s cubic-bezier(.68, -.55, .265, 1.55), box-shadow .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  box-shadow: 0 11px 10px -7px rgba(146, 99, 31, .5);
}

.next-button:hover {
  transform: scale(.9);
  box-shadow: 0 2px 20px -8px #92631f;
}

.next-button:active {
  opacity: .5;
  transform: scale(.8);
}

.next-button.secondary-button {
  background-color: #1b1b1b;
}

.carousel {
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: transform .8s cubic-bezier(.68, -.55, .265, 1.55);
  transform: translate(0)rotateX(-8deg)rotateY(0)rotateZ(0);
}

.scene {
  width: 120px;
  height: 120px;
  perspective: 800px;
  perspective-origin: 50%;
  position: relative;
}

.image {
  width: 40%;
  height: 90%;
  object-fit: contain;
}

.label {
  letter-spacing: 1px;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(135deg, red, #9191ff);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 7px;
  font-weight: 700;
  line-height: 9.6px;
}

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

.line {
  width: 1px;
  height: 20px;
  background-color: var(--border);
  margin-left: 15px;
  margin-right: 15px;
}

.line.horizontal {
  width: 100%;
  height: 1px;
  margin-left: 0;
  margin-right: 0;
}

.line.line-bright {
  background-color: #575757;
}

.line.line-homeguide {
  height: 150px;
}

.navbar-social-logo {
  width: 40px;
  padding-left: 20px;
}

.navbar-socials-wrapper {
  align-items: center;
  display: flex;
}

.navbar-social-link {
  box-shadow: none;
  transition-property: none;
}

.navbar-social-link:hover {
  box-shadow: none;
}

.schedule {
  z-index: 1;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: fixed;
  top: 50px;
  right: 50px;
  transform: rotate(20deg);
}

.navbar-inner-2 {
  height: 100%;
  padding: 1.5em;
  overflow: auto;
}

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

.title2 {
  font-size: 3.375em;
  font-weight: 600;
  line-height: 1.1em;
}

.navbar-link-block {
  width: 100%;
  min-height: 6em;
  color: #fff;
  background-color: #ff3d03;
  background-image: url('../images/card-plus.svg');
  background-position: 95% 20%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 1em;
  flex-direction: column;
  justify-content: space-between;
  padding: 1em;
  text-decoration: none;
  transition: min-height .2s;
  display: flex;
  position: relative;
}

.navbar-link-block.w--current {
  min-height: 13em;
  overflow: hidden;
}

.navbar-link-block.is-2 {
  background-color: #5b00cd;
}

.navbar-link-block.is-5 {
  background-color: #ff053d;
}

.navbar-link-block.is-3 {
  background-color: #000;
}

.navbar-link-block.is-4 {
  background-color: #2d33fa;
}

.navbar-link-block.is-logo {
  z-index: 1;
  background-color: #fff;
  background-image: none;
  flex: none;
  justify-content: center;
  align-items: center;
  padding-top: .5em;
  padding-bottom: .5em;
}

.navbar-link-indicator-dot {
  width: .4em;
  height: .4em;
  background-color: #f4eae1;
  border-radius: 999em;
}

.tutorial-link {
  color: #f4eae1;
  letter-spacing: .08em;
  text-transform: uppercase;
  background-color: #000;
  border: 2px solid #000;
  border-radius: 999em;
  padding: .8em 4em .7em;
  font-size: 1em;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.tutorial-link:hover {
  border-style: dashed;
}

.tutorial-link.is-secondary {
  background-color: rgba(0, 0, 0, 0);
  border-style: dashed;
}

.page-wrapper {
  display: flex;
}

.intro-description {
  padding: 2em 4em 1.7em;
}

.demo-image {
  margin-top: 3.5em;
  margin-bottom: 3.5em;
}

.padding-global {
  flex-direction: column;
  align-items: center;
  padding-left: 4em;
  padding-right: 4em;
  display: flex;
}

.p-sm-end {
  padding-bottom: 3em;
}

.section--example {
  background-color: rgba(32, 32, 32, .75);
  border-radius: 1em;
  margin-bottom: 1.5em;
  padding-top: 8em;
  padding-bottom: 8em;
}

.navbar-link-number {
  font-size: .8em;
}

.navbar {
  width: 14%;
  height: 100vh;
  min-width: 18em;
  background-color: rgba(0, 0, 0, 0);
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.navbar-link-indicator-wrapper {
  position: absolute;
  top: 1em;
  bottom: 1em;
  left: auto;
  right: 1em;
}

.button-wrapper {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.main-wrapper {
  flex: 1;
  padding: 1.5em;
}

.container-w3 {
  width: 100%;
  max-width: 51em;
  margin-left: auto;
  margin-right: auto;
}

.navbar-links-wrapper {
  width: 100%;
  height: 100%;
  grid-row-gap: .75em;
  flex-direction: column;
  display: flex;
}

.flipcard-back {
  height: 600px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  background-color: #fff;
  border-radius: 30px;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 66px;
  padding-left: 44px;
  padding-right: 44px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
  box-shadow: 7px 7px 40px 6px rgba(0, 0, 0, .09);
}

.section {
  min-height: 100vh;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.container {
  width: 840px;
  max-width: 90%;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  perspective: 1500px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.flipcard-title {
  margin-top: 0;
  margin-bottom: 6px;
  font-size: 56px;
  line-height: 62px;
}

.flipcard-wrapper {
  position: relative;
}

.flipcard-subtitle {
  max-width: 215px;
  margin-bottom: 20px;
  font-weight: 700;
  line-height: 21px;
}

.flipcard-front {
  height: 600px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  color: #fff;
  background-image: url('../images/card-bg.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 30px;
  padding-top: 72px;
  padding-left: 40px;
  padding-right: 51px;
  position: relative;
  box-shadow: 7px 7px 40px 6px rgba(0, 0, 0, .09);
}

.flipcard-less {
  cursor: pointer;
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.flipcard-back-title {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #90ca5a, #d7d65a 50%, #dac355);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 28px;
  font-size: 44px;
  line-height: 48px;
}

.flipcard-more {
  cursor: pointer;
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.litepaper_logo {
  width: 33.3333%;
  box-shadow: none;
  margin-bottom: 20px;
  padding-right: 20px;
}

.litepaper_logo:hover {
  box-shadow: none;
}

.text-hint {
  border-left: 2px solid var(--blue);
  color: #fff;
  padding-left: 20px;
}

.litepaper_linkblock {
  width: 100%;
  background-color: #2d33fa;
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  padding: 20px;
  display: flex;
}

.litepaper_linkblock.founders-suite-staking {
  background-color: #ff043d;
}

.margin-none {
  margin: 0;
}

.flipcard-image {
  width: 100%;
}

.text-wrapper {
  margin-bottom: 40px;
  line-height: 1;
  position: static;
}

.div-hide {
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-end;
  display: block;
  position: static;
  overflow: visible;
}

.div-hide.top {
  height: auto;
  margin-bottom: 0;
  padding-right: 0;
  line-height: 1.1;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.heading {
  text-align: center;
  letter-spacing: -4px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 0;
  font-size: 112px;
  line-height: 128px;
  display: block;
  position: static;
  top: auto;
  bottom: -10px;
}

.text-color-main {
  color: #8f00ff;
  line-height: 1;
  display: inline-block;
}

.section_full-height {
  width: 100%;
  height: 100vh;
  margin-bottom: 40px;
  overflow: hidden;
}

.map-wrapper {
  width: 100%;
  height: 100%;
}

.cms-list-wrapper_locations {
  height: 0;
  overflow: hidden;
}

.text-border {
  border-bottom: 2px solid #2c2c2c;
  margin-bottom: 0;
  padding-bottom: 24px;
}

.stake_tabsmenu {
  border-bottom: 2px solid #474747;
  margin-bottom: 40px;
  box-shadow: inset 0 -8px #1c1c1c;
}

.stake_tablink {
  box-shadow: none;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
}

.stake_tablink.w--current {
  box-shadow: inset 0 -8px 0 0 var(--blue);
  background-color: rgba(0, 0, 0, 0);
  font-weight: 700;
}

.stake_tabscontent {
  padding-top: 20px;
  padding-bottom: 20px;
}

.stake_tabspane {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.stake_tabsinfo {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 2px solid #2c2c2c;
  border-radius: 10px;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 16px;
  display: grid;
}

.stake_tabsinfo.stake_tabsinfo-big {
  grid-template-rows: auto auto auto auto auto auto;
}

.stake_tabsheading {
  width: 100%;
  border-bottom: 2px solid var(--border);
  margin-top: 0;
  margin-bottom: 16px;
  padding-bottom: 16px;
}

.stake_tabsheading.stake_tabsheading-top {
  margin-top: 48px;
}

.ms-input-wrap {
  align-items: center;
  padding: 0;
  display: flex;
  position: relative;
}

.ms-drawer-contain {
  border-top: 1px solid var(--border);
  padding: 10px 20px;
}

.ms-dropdown-svg {
  width: 30px;
  height: 20px;
  opacity: .5;
  justify-content: center;
  align-items: center;
  display: flex;
}

.ms-how-drawer {
  width: 100%;
  margin-top: -10px;
  margin-bottom: 20px;
  overflow: hidden;
}

.ms-drawer-top {
  border-bottom: 1px solid var(--border);
  box-shadow: none;
  justify-content: space-between;
  align-items: center;
  padding: 11px 10px 10px;
  font-weight: 400;
  display: flex;
}

.ms-drawer-top:hover {
  font-weight: 700;
}

.ms-input {
  color: #121331;
  background-color: #fff;
  border: 1px solid rgba(18, 19, 49, .25);
  border-radius: 10px;
  margin-bottom: 0;
  padding: 32px 16px;
  transition: box-shadow .2s, border-color .2s;
  position: relative;
  box-shadow: 0 5px 10px -5px rgba(0, 0, 0, .1);
}

.ms-input:hover {
  z-index: 2;
  box-shadow: none;
  border-color: #2962ff;
}

.ms-input::-ms-input-placeholder {
  color: #909090;
}

.ms-input::placeholder {
  color: #909090;
}

.stake_sliderwrapper {
  justify-content: center;
  align-items: flex-start;
  padding-top: 23px;
  display: flex;
  position: relative;
}

.stake_forminput {
  margin-bottom: 0;
}

.stake_sliderpotionimg {
  position: absolute;
  top: 0%;
  bottom: auto;
}

.stake_slider {
  width: 100%;
  height: 15px;
  background-color: var(--border);
  border-radius: 100px;
  align-items: center;
  display: flex;
  position: relative;
}

.stake_sliderarrow {
  width: 30px;
  height: 30px;
  border: 5px solid var(--border);
  background-color: #000;
  border-radius: 100px;
  position: absolute;
  left: 0%;
}

.stake_buttonwrapper {
  border-top: 2px solid var(--border);
  padding-top: 16px;
}

.stake_navinfowrapper {
  border-top: 1px solid var(--border);
  text-align: center;
  margin-top: 60px;
  padding: 20px 59px;
  display: flex;
}

.stake_navinfo {
  width: 33.3333%;
}

.stake_smallinfoblock {
  margin-bottom: 40px;
}

.litepaper_video {
  width: 100%;
  border: 10px solid #ffbf00;
  border-top-style: none;
  border-radius: 0 0 10px 10px;
}

.litepaper_videopost {
  width: 10px;
  height: 200px;
  background-color: #ffbf00;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.litepaper_videopostbottom {
  width: 30px;
  height: 60px;
  background-color: #000;
  border-radius: 5px;
  position: absolute;
  top: auto;
  bottom: -5px;
}

.home_bettingwrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 155px 1.5em 1.5em;
  display: grid;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.home_block {
  border: 1px solid var(--border);
  background-color: var(--black);
  border-radius: 5px;
  padding: 21px;
  overflow: scroll;
}

.home_block.home_block-visilibtyoff {
  display: none;
}

.home_block.home_block-games {
  border-style: none;
  flex-wrap: wrap;
  padding: 63px 0 0;
}

.home_block.home_block-blue {
  border-color: var(--blue);
}

.home_block.home_block-boxshadow {
  box-shadow: 0 2px 20px rgba(177, 177, 177, .2);
}

.home_gameheadingwrapper {
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.home_gameheadingwrapper.home_gameheadingwrapper-width50 {
  width: 50%;
}

.home_gameheading {
  margin-top: 0;
}

.accordion-top-text-2 {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.accordion-icon-stripe-3 {
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
}

.home_gamelogowrapper {
  text-align: center;
}

.home_buttonwrapper {
  border-bottom: 1px solid #2c2c2c;
  padding-bottom: 16px;
}

.home_betstabwrapper {
  border: 1px solid var(--border);
  background-color: #0e0e0e;
  border-radius: 10px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: scroll;
}

.control {
  width: 3.33em;
  height: 3.33em;
  color: #0d0628;
  border: 2px solid #0d0628;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-left: .5em;
  margin-right: .5em;
  transition: transform .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.control:active {
  transform: scale(.9);
}

.home_bgvideo {
  z-index: -2;
  height: 100vh;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.home_img {
  width: 100%;
  height: 100%;
  background-image: url('../images/stadium-transparent.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: center;
  display: flex;
  position: relative;
}

.home_imglogo {
  height: 60px;
  padding: 3px;
  position: absolute;
  left: 10px;
}

.home_imglogo.home_imglogo-right {
  left: auto;
  right: 10px;
}

.ms-input-wrap-2 {
  display: flex;
  position: relative;
}

.ms-input-label {
  color: #fff;
  margin-bottom: 5px;
  font-weight: 700;
}

.ms-input-label.is-inset {
  z-index: 3;
  border-bottom: 1px solid var(--border);
  padding-bottom: 10px;
  font-size: 16px;
  display: inline-block;
  position: absolute;
  top: 12px;
  left: 12px;
}

.ms-radio-card-botton {
  margin-top: 12px;
  display: inline-block;
}

.ms-radio-wrap {
  align-items: flex-start;
  padding-top: 8px;
  display: flex;
  position: relative;
}

.ms-radio-wrap.is-card {
  padding-left: 0;
}

.ms-hide {
  display: none;
}

.ms-embed {
  min-height: 80px;
  background-color: #ededed;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  font-style: italic;
  display: flex;
}

.ms-embed.ms-embed-visibilityoff {
  display: none;
}

.ms-radio-card {
  width: 100%;
  background-color: #000;
  border: 1px solid rgba(18, 19, 49, .25);
  border-radius: 6px;
  padding: 12px 16px 10px;
  font-weight: 700;
  position: relative;
  box-shadow: 0 5px 10px -5px rgba(0, 0, 0, .1);
}

.ms-radio-group {
  margin-bottom: 30px;
}

.ms-help-text {
  opacity: .8;
  margin-top: -15px;
  margin-bottom: 15px;
  font-size: 90%;
  font-weight: 300;
}

.ms-svg {
  z-index: 3;
  width: 20px;
  height: 20px;
  color: rgba(18, 19, 49, .25);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 10px;
  bottom: auto;
  left: 10px;
  right: auto;
}

.ms-svg.is-radio-card {
  z-index: 2;
  width: 20px;
  height: 22px;
  color: #2962ff;
  display: none;
  top: 17px;
  left: auto;
  right: 12px;
}

.home_formblock {
  border-bottom: 1px solid var(--border);
  margin-bottom: 20px;
}

.home_formblock.home_formblock-visibilityoff {
  display: none;
}

.homee_tabsmenu {
  justify-content: space-between;
  display: flex;
}

.home_tabslink {
  width: 40%;
  border: 1px solid var(--border);
  color: var(--white);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 5px;
  justify-content: center;
  padding: 10px;
  font-size: 10px;
  line-height: 12px;
  display: flex;
}

.home_tabslink.w--current {
  border-width: 2px;
  border-color: var(--blue);
  background-color: #000;
}

.home_tabspane {
  border-bottom: 2px solid var(--border);
  margin-bottom: 20px;
  padding-top: 20px;
}

.ms-tooltip-anchor {
  z-index: 100;
  width: 100%;
  height: 10px;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 12px;
  display: flex;
  position: absolute;
  top: 100%;
  bottom: 0;
  left: 0%;
  right: 0%;
}

.ms-tooltip-anchor.w--open {
  background-color: rgba(0, 0, 0, 0);
  display: flex;
}

.ms-tooltip-anchor.is-top {
  align-items: flex-end;
  padding-top: 0;
  padding-bottom: 12px;
  display: none;
  top: 70%;
  left: auto;
  right: 420%;
}

.ms-tooltip-anchor.is-top.w--open {
  display: flex;
}

.ms-tooltip-wrapper {
  width: 300px;
  color: #112953;
  text-align: left;
  background-color: #fafbfe;
  border: 1px solid #d8e3f0;
  border-radius: 10px;
  font-size: 11.5px;
  font-weight: 400;
  line-height: 1.5em;
  display: block;
  position: absolute;
  box-shadow: 1px 1px 8px 1px rgba(45, 62, 80, .12);
}

.ms-tooltip-wrapper.width-200 {
  width: 180px;
}

.ms-tooltip-dropdown {
  margin-left: 0;
  margin-right: 0;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.ms-tooltip-dropdown.is-inline {
  margin-top: 10px;
  margin-left: 10px;
  display: inline-block;
}

.ms-relative {
  position: relative;
}

.ms-tooltip-container {
  z-index: 3;
  background-color: #fafbfe;
  border-radius: 9px;
  padding: 16px;
  font-size: 12.5px;
  position: relative;
}

.ms-tooltip-container.is-10 {
  text-align: center;
  padding: 9px;
}

.ms-input-3 {
  min-height: 40px;
  color: #c5c5c5;
  background-color: #000;
  border: 1px solid rgba(18, 19, 49, .25);
  border-radius: 5px;
  margin-bottom: 20px;
  padding: 8px 12px;
  transition: box-shadow .2s, border-color .2s;
  position: relative;
  box-shadow: 0 5px 10px -5px rgba(0, 0, 0, .1);
}

.ms-input-3:hover {
  z-index: 2;
  box-shadow: none;
  color: #aaa;
  border-color: #2962ff;
}

.ms-input-3:active, .ms-input-3:focus {
  color: #c5c5c5;
}

.ms-input-3:focus-visible {
  color: #c5c5c5;
}

.ms-input-3[data-wf-focus-visible] {
  color: #c5c5c5;
}

.ms-input-3::-ms-input-placeholder {
  color: #c5c5c5;
}

.ms-input-3::placeholder {
  color: #c5c5c5;
}

.ms-input-3.ms-input-3-none {
  cursor: pointer;
}

.ms-input-3.ms-input-3-none::-ms-input-placeholder {
  color: #303030;
}

.ms-input-3.ms-input-3-none::placeholder {
  color: #303030;
}

.ms-link {
  color: #2962ff;
}

.ms-tooltip {
  width: 20px;
  height: 20px;
  color: #121331;
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  top: -.1em;
}

.ms-tooltip-content {
  padding: 0;
  display: block;
}

.ms-tooltip-diamond {
  z-index: 2;
  width: 16px;
  height: 16px;
  background-color: #fafbfe;
  border: 1px solid #d8e3f0;
  border-radius: 2px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -7px;
  bottom: auto;
  left: 0%;
  right: 0%;
  transform: rotate(45deg);
  box-shadow: 0 -3px 8px rgba(45, 62, 80, .06);
}

.ms-tooltip-diamond.is-bottom {
  top: auto;
  bottom: -7px;
}

.ms-input-5 {
  min-height: 40px;
  color: #121331;
  background-color: #000;
  border: 1px solid rgba(18, 19, 49, .25);
  border-radius: 5px;
  margin-bottom: 20px;
  padding: 8px 12px;
  transition: box-shadow .2s, border-color .2s;
  position: relative;
  box-shadow: 0 5px 10px -5px rgba(0, 0, 0, .1);
}

.ms-input-5:hover {
  z-index: 2;
  box-shadow: none;
  border-color: #2962ff;
}

.ms-input-5::-ms-input-placeholder {
  color: #909090;
}

.ms-input-5::placeholder {
  color: #909090;
}

.ms-input-5.is-inset {
  border-color: var(--border);
  color: #c5c5c5;
  padding-top: 80px;
  padding-bottom: 30px;
  font-size: 17px;
}

.ms-input-5.is-inset:hover, .ms-input-5.is-inset:active, .ms-input-5.is-inset:focus {
  color: #c5c5c5;
}

.ms-input-5.is-inset:focus-visible {
  color: #c5c5c5;
}

.ms-input-5.is-inset[data-wf-focus-visible] {
  color: #c5c5c5;
}

.ms-input-5.is-inset::-ms-input-placeholder {
  color: #c5c5c5;
}

.ms-input-5.is-inset::placeholder {
  color: #c5c5c5;
}

.home_linkblockexlusives {
  width: 40%;
  box-shadow: none;
  margin-left: 5px;
  margin-right: 5px;
}

.home_linkblockexlusives:hover {
  box-shadow: none;
}

.home_tabspaneexclusivew {
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.home_linkblockimg {
  width: 100%;
  border: 3px solid #2b2b2b;
  border-radius: 10px;
  margin-bottom: 5px;
  box-shadow: 0 2px 20px #000;
}

.load_grid {
  z-index: 100;
  width: 100%;
  height: 100vh;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.load_grid-item {
  width: 100%;
  height: 100%;
  background-color: #111;
}

.home_infowrapper {
  background-color: #000;
  margin-top: 100vh;
}

.home_prizepool {
  color: #fff;
  cursor: pointer;
  background-color: #000;
  border: 2px solid #2862ff;
  border-radius: 5px;
  margin-right: 26px;
  padding: 13px;
  font-size: 12px;
  font-weight: 700;
  line-height: 14.4px;
  display: inline-block;
}

.home_prizepooltext {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 14.4px;
}

.container-w3-2 {
  width: 100%;
  max-width: 58em;
  margin-left: auto;
  margin-right: auto;
}

.text-overlap-end {
  height: 100%;
  background-color: #000;
  position: absolute;
  top: auto;
  bottom: -100%;
  left: 0%;
  right: 0%;
}

.text-effect-wrapper {
  height: 260vh;
  background-color: #000;
  margin-top: -20vh;
  margin-bottom: -20vh;
}

.section-text-gradient-effect {
  z-index: 0;
  position: relative;
}

.text-effect-inner {
  background-color: #000;
  position: relative;
  overflow: hidden;
}

.text-effect-gradient {
  height: 260vh;
  background-image: linear-gradient(to bottom, #000 12%, #731015 26%, #3a3af1 38%, var(--blue) 50%, #3a3af1 64%, #731015 76%, #000 88%);
  mix-blend-mode: darken;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-effect-overflow-hidden {
  overflow: hidden;
}

.text-effect-text {
  color: #f5f5f7;
  font-size: 3.3em;
  font-weight: 600;
  line-height: 1.2em;
}

.text-effect-sticky-element {
  height: 100vh;
  justify-content: center;
  align-items: center;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.home_infoguidewrapper {
  height: 100%;
  border-bottom: 1px solid var(--border);
  align-items: center;
  margin-top: 140px;
  padding-bottom: 160px;
  padding-left: 3em;
  padding-right: 3em;
  display: flex;
}

.home_infoguide {
  width: 33.3333%;
  padding: 20px;
}

.home_infoguidelogowrapper {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.home_infovideowrapper {
  padding-left: 3em;
  padding-right: 3em;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #3e68ff;
  border-radius: 3px;
  padding: 14px 21px;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  transition: box-shadow .2s;
  box-shadow: inset 0 800px 3px rgba(0, 0, 0, 0);
}

.button:hover {
  box-shadow: inset 0 800px 3px rgba(0, 0, 0, .25);
}

.button-row {
  margin-top: 28px;
  display: flex;
}

.button-row.above-content {
  margin-bottom: 35px;
}

.container-2 {
  width: 100%;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
}

.grid-halves {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  grid-template-rows: auto;
  align-items: center;
  justify-items: center;
}

.grid-halves.home_infovideowrapper {
  margin-top: 160px;
  padding-bottom: 160px;
}

.round-image {
  border-radius: 12px;
}

.video-wrapper {
  position: relative;
}

.text-white {
  color: #fff;
}

.footer-dark {
  border-top: 1px solid var(--border);
  color: #fff;
  background-color: #000;
  padding: 50px 30px;
  position: relative;
}

.container-3 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper {
  max-width: 900px;
  justify-content: center;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.title-small.title-small-bets {
  font-size: 10px;
  line-height: 12px;
}

.footer-link {
  color: #fff;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: rgba(255, 255, 255, .75);
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  width: 100%;
  height: 1px;
  background-color: #e4ebf3;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.home_gameslabel {
  margin-bottom: 0;
  margin-right: 20px;
}

.home_betstab {
  width: 33%;
  padding: 20px 10px;
}

.home_betscard {
  border: 1px solid var(--border);
  border-radius: 10px;
}

.home_betstextwrapper {
  background-color: var(--black);
  text-align: center;
  padding-top: 20px;
}

.home_betstextwrapper.home_betstextwrapper-nftwin {
  padding: 20px;
}

.home_betscardimg {
  width: 100%;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.no-top-margin {
  margin-top: 0;
}

.home_betscardimgwrapper {
  position: relative;
}

.home_betscardlabel {
  color: var(--black);
  background-color: #fff;
  border-radius: 100px;
  margin-bottom: 5px;
  margin-left: 10px;
  padding: 3px 15px;
  font-size: 14px;
  line-height: 16.8px;
  position: absolute;
  bottom: 0%;
  left: 0%;
  box-shadow: 0 2px 20px rgba(0, 0, 0, .4);
}

.home_betsentry {
  background-color: var(--blue);
  color: var(--white);
  cursor: pointer;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  margin-top: 20px;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.heading-2 {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  margin-top: 0;
  margin-bottom: 0;
}

.home_betscardlabel-2 {
  color: #202020;
  background-color: #fff;
  border-radius: 100px;
  margin-bottom: 10px;
  margin-left: 10px;
  padding: 3px 15px;
  font-size: 14px;
  line-height: 16.8px;
  position: absolute;
  bottom: 0%;
  left: 0%;
  box-shadow: 0 2px 20px rgba(0, 0, 0, .4);
}

.home_betscardlabel-2.home_betscardlabel-opensea {
  width: 40px;
  margin-left: 0;
  margin-right: 10px;
  padding: 0;
  left: auto;
  right: 0%;
}

.home_betscardlabel-3 {
  color: #202020;
  background-color: #fff;
  border-radius: 100px;
  margin-bottom: 10px;
  margin-left: 10px;
  padding: 3px 15px;
  font-size: 14px;
  line-height: 16.8px;
  position: absolute;
  bottom: 0%;
  left: 0%;
  box-shadow: 0 2px 20px rgba(0, 0, 0, .4);
}

.home_betscardlabel-3.home_betscardlabel-opensea {
  width: 40px;
  margin-left: 0;
  margin-right: 10px;
  padding: 0;
  left: auto;
  right: 0%;
}

.home_betstabtextwrapper {
  padding-top: 19px;
  padding-left: 19px;
  padding-right: 19px;
}

.home_tokeninfo {
  border: 1px solid var(--border);
  background-color: #000;
  border-radius: 5px;
  margin-top: 20px;
  margin-bottom: 40px;
  padding-top: 5px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 12px;
  line-height: 14.4px;
}

.home_tokeninfotabs {
  border-bottom: 1px solid var(--border);
  justify-content: space-between;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.home_tokeninfotabstext {
  margin-bottom: 0;
}

.home_gameheadinglogowrapper {
  display: flex;
}

.home_labeltext {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(135deg, #3daeea, #f0536a);
  -webkit-background-clip: text;
  background-clip: text;
}

.home_contributionwrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid var(--border);
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.primary-button-2 {
  perspective-origin: 50%;
  transform-origin: 50%;
  color: #202020;
  text-align: center;
  background-color: #00f;
  background-image: linear-gradient(75deg, #12c2e9, #c471ed 50%, #f64f59);
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding: 16px 32px;
  font-weight: 700;
  transition: color .2s, transform .2s cubic-bezier(.175, .885, .32, 1.275);
  box-shadow: 0 -8px 20px rgba(126, 126, 126, .5);
}

.primary-button-2:hover {
  box-shadow: none;
  color: rgba(32, 32, 32, .8);
  transform: translate(0, -4px);
}

.primary-button-2:active {
  transform: scale(.95);
}

.primary-button-2:focus {
  box-shadow: 0 0 3px 1px rgba(0, 0, 255, .48);
}

.primary-button-2.primary-button-info {
  width: 100%;
  border-top: 2px solid #2c2c2c;
}

.home_betnftwinwrapper {
  z-index: 99;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-2 {
  width: 350px;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 56px;
    line-height: 64px;
  }

  h2 {
    font-size: 48px;
    line-height: 56px;
  }

  h3 {
    font-size: 40px;
    line-height: 48px;
  }

  h4 {
    font-size: 32px;
    line-height: 40px;
  }

  h5 {
    font-size: 24px;
    line-height: 32px;
  }

  h6, p {
    font-size: 16px;
    line-height: 24px;
  }

  ul {
    padding-left: 40px;
  }

  .styleguide {
    max-width: 100%;
    padding: 20px;
  }

  .nav {
    padding-left: 24px;
  }

  .navbar-link {
    margin-right: 32px;
  }

  .color-tiles {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .color-tile {
    height: 120px;
  }

  .style-item {
    grid-template-columns: .5fr 1fr;
  }

  .header {
    padding-top: 80px;
    padding-bottom: 64px;
  }

  .navbar-inner-2 {
    padding: 1em;
  }

  .padding-global {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .main-wrapper {
    padding: 1em;
  }

  .navbar-links-wrapper {
    grid-row-gap: .5em;
  }

  .heading {
    letter-spacing: -4px;
    font-size: 90px;
  }

  .text-effect-text {
    font-size: 3em;
  }

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

  .container-3 {
    max-width: 728px;
  }

  .footer-content {
    grid-column-gap: 60px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 40px;
    line-height: 48px;
  }

  h2 {
    font-size: 32px;
    line-height: 40px;
  }

  h3 {
    font-size: 28px;
    line-height: 36px;
  }

  h4 {
    font-size: 24px;
    line-height: 32px;
  }

  h5 {
    font-size: 20px;
    line-height: 32px;
  }

  p {
    font-size: 16px;
    line-height: 24px;
  }

  .source-info {
    width: 100%;
  }

  .nav {
    justify-content: center;
  }

  .navbar-link {
    margin-right: 24px;
  }

  .color-tiles {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .color-tile {
    height: 120px;
  }

  .navbar-inner {
    width: 100%;
    justify-content: space-between;
    display: flex;
  }

  .navbar-inner-2 {
    background-color: #333;
    border-bottom-right-radius: 1em;
    border-bottom-left-radius: 1em;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    display: flex;
    overflow: hidden;
  }

  .menu-button, .menu-button.w--open {
    color: #f4eae1;
    background-color: rgba(0, 0, 0, 0);
  }

  .title2 {
    font-size: 2.7em;
  }

  .navbar-link-block {
    min-height: 6em;
    margin-bottom: .5em;
  }

  .navbar-link-block.is-logo {
    width: 10em;
    height: 10em;
    min-height: auto;
  }

  .page-wrapper {
    display: block;
  }

  .intro-description {
    padding-left: 0;
    padding-right: 0;
  }

  .p-sm-end {
    padding-bottom: 2.3em;
  }

  .navbar {
    width: 100%;
    height: 6em;
    background-color: rgba(0, 0, 0, 0);
    padding-left: 1em;
    padding-right: 1em;
  }

  .navbar-links-wrapper {
    height: auto;
    background-color: #fff;
    padding: 0 6vw 6vw;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .heading {
    letter-spacing: -4px;
    font-size: 70px;
  }

  .text-effect-text {
    font-size: 2.3em;
  }

  .round-image {
    border-radius: 6px;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link:hover {
    color: rgba(26, 27, 31, .75);
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 40px;
    line-height: 48px;
  }

  h2 {
    font-size: 32px;
    line-height: 40px;
  }

  h3 {
    font-size: 28px;
    line-height: 36px;
  }

  h4 {
    font-size: 24px;
    line-height: 32px;
  }

  h5 {
    font-size: 20px;
    line-height: 32px;
  }

  h6 {
    font-size: 16px;
    line-height: 24px;
  }

  p {
    margin-bottom: 32px;
    font-size: 16px;
    line-height: 24px;
  }

  .source-info {
    width: 100%;
    margin-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .clone-button {
    width: 100%;
    min-height: 32px;
    text-align: center;
  }

  .styleguide {
    z-index: 100;
    padding: 0;
    position: fixed;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .stylesection {
    margin-top: 32px;
  }

  .nav {
    background-color: rgba(32, 32, 32, .95);
    border-radius: 0;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    padding: 12px;
    position: static;
  }

  .navbar-link {
    margin-left: 4px;
    margin-right: 4px;
  }

  .color-tiles {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .color-tile {
    height: 80px;
  }

  .style-item {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: .5fr;
    align-content: start;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
  }

  .typography-label {
    margin-bottom: 12px;
  }

  .header {
    padding-top: 40px;
    padding-bottom: 16px;
  }

  .header-inner {
    text-align: left;
  }

  .primary-button {
    width: 100%;
    text-align: center;
    font-size: 16px;
  }

  .primary-button.primary-button-info {
    font-size: 16px;
  }

  .secondary-button {
    width: 100%;
    text-align: center;
  }

  .form-block {
    margin-bottom: 0;
  }

  .accordion-bottom-wrap {
    padding-right: 0;
  }

  .line.line-homeguide {
    width: 100%;
    height: 2px;
    margin-left: 0;
    margin-right: 0;
  }

  .navbar-social-logo {
    padding-left: 15px;
  }

  .navbar-socials-wrapper {
    align-items: flex-end;
  }

  .navbar-inner-2 {
    height: 50px;
  }

  .navbar-link-block {
    margin-bottom: 3em;
    padding: 6.3em;
  }

  .navbar-link-block.is-logo {
    display: none;
  }

  .tutorial-link {
    font-size: 16px;
  }

  .page-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .navbar-link-text {
    font-size: 16px;
  }

  .section--example {
    margin-bottom: 10em;
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .navbar {
    height: 4em;
  }

  .main-wrapper {
    padding-top: 18em;
  }

  .container-w3 {
    max-width: none;
  }

  .navbar-links-wrapper {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    padding-top: 12vw;
    padding-bottom: 12vw;
  }

  .flipcard-back {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container.container-flipcard {
    display: flex;
    overflow: scroll;
  }

  .flipcard-title {
    font-size: 42px;
    line-height: 50.4px;
  }

  .flipcard-wrapper {
    width: 80%;
    flex: none;
    padding-bottom: 80px;
  }

  .flipcard-subtitle {
    font-size: 16px;
  }

  .flipcard-front {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading {
    letter-spacing: -2px;
    font-size: 42px;
    font-weight: 700;
    line-height: 50.4px;
  }

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

  .stake_tabsmenu {
    z-index: 100;
    box-shadow: none;
    background-color: #1f1f1f;
    border-bottom-style: none;
    border-radius: 10px;
    margin-left: 17px;
    margin-right: 17px;
    padding: 21px;
    position: -webkit-sticky;
    position: sticky;
    top: 12px;
  }

  .stake_tablink {
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
  }

  .stake_tabspane {
    flex-direction: column-reverse;
    display: flex;
  }

  .stake_tabsinfo {
    margin-bottom: 32px;
  }

  .stake_navinfowrapper {
    flex-direction: column;
    padding-bottom: 100px;
    display: block;
  }

  .stake_navinfo {
    width: 100%;
    margin-bottom: 40px;
  }

  .stake_label {
    margin-top: 0;
    margin-bottom: 0;
  }

  .home_bettingwrapper {
    padding: 40px 4em 40em;
    display: block;
    position: static;
  }

  .home_block {
    margin-bottom: 40px;
  }

  .home_block.home_block-games {
    display: block;
  }

  .home_gameheadingwrapper {
    width: 100%;
    border-bottom: 1px solid var(--border);
    padding-bottom: 20px;
  }

  .home_gameheadingwrapper.home_gameheadingwrapper-main {
    display: block;
  }

  .home_betstabwrapper {
    margin-bottom: 40px;
  }

  .home_img {
    height: 180px;
  }

  .home_imglogo, .home_imglogo.home_imglogo-right {
    height: 50px;
  }

  .ms-input-label.is-inset {
    font-size: 16px;
  }

  .ms-radio-wrap {
    align-items: flex-start;
    display: flex;
  }

  .home_tabslink {
    font-size: 16px;
  }

  .home_headingwarpper {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }

  .home_headingwarpper.home_headingwarpper-mb {
    border-bottom-style: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .home_infowrapper {
    margin-top: auto;
  }

  .home_prizepool {
    margin-bottom: 26px;
  }

  .home_infoguidewrapper {
    display: block;
  }

  .home_infoguide {
    width: 100%;
  }

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

  .text-white {
    font-size: 16px;
  }

  .footer-dark {
    padding-bottom: 150px;
  }

  .container-3 {
    max-width: none;
  }

  .home_betstab {
    width: 50%;
  }

  .home_betstab.home_betstab-nftwin {
    width: 75%;
  }

  .home_gameheadinglogowrapper {
    align-items: center;
    display: flex;
  }

  .primary-button-2 {
    width: 100%;
    text-align: center;
  }

  .primary-button-2.primary-button-info {
    font-size: 16px;
  }
}

#w-node-dd872a3a-42a8-9be4-939a-657d567fc7b4-c63082b9 {
  grid-area: 5 / 3 / 6 / 7;
}

#w-node-adb032a5-55ed-ed40-01a3-126c43f2b54b-c63082b9 {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-ac0dbbf9-b5c0-f311-8791-1079b57cc490-c63082b9 {
  grid-area: 1 / 6 / 6 / 9;
}

#w-node-_465c7bc9-8da2-f7b4-bbe7-ec7137ef22a9-c63082b9 {
  grid-area: 5 / 6 / 6 / 9;
}

#w-node-ba48592a-ab56-5117-6c0c-7e707294e121-c63082b9 {
  grid-area: 2 / 1 / 6 / 6;
}

#w-node-_3482b5ee-cf14-45ff-ed45-c80257e80b3d-c63082b9 {
  grid-area: 2 / 1 / 6 / 3;
}

#w-node-afd4274f-dd9a-acb2-85fa-8d562e932b7c-c63082b9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
}

#w-node-_31a3d32e-6fb4-8706-1dd8-c0d066ea6c18-c63082b9, #w-node-_31a3d32e-6fb4-8706-1dd8-c0d066ea6c23-c63082b9, #w-node-_1cc2de98-1917-d49d-63c4-73f189bb7faf-89bb7fac, #w-node-_1cc2de98-1917-d49d-63c4-73f189bb7fb0-89bb7fac, #w-node-_1cc2de98-1917-d49d-63c4-73f189bb7fb1-89bb7fac, #w-node-_1cc2de98-1917-d49d-63c4-73f189bb7fb2-89bb7fac, #w-node-_1cc2de98-1917-d49d-63c4-73f189bb7fb3-89bb7fac, #w-node-_1cc2de98-1917-d49d-63c4-73f189bb7fb4-89bb7fac, #w-node-_1cc2de98-1917-d49d-63c4-73f189bb7fb5-89bb7fac, #w-node-_1cc2de98-1917-d49d-63c4-73f189bb7fb6-89bb7fac, #w-node-_1cc2de98-1917-d49d-63c4-73f189bb7fb7-89bb7fac, #w-node-_1cc2de98-1917-d49d-63c4-73f189bb7fb8-89bb7fac, #w-node-_1cc2de98-1917-d49d-63c4-73f189bb7fb9-89bb7fac, #w-node-_1cc2de98-1917-d49d-63c4-73f189bb7fba-89bb7fac, #w-node-_1cc2de98-1917-d49d-63c4-73f189bb7fbb-89bb7fac, #w-node-_1cc2de98-1917-d49d-63c4-73f189bb7fbc-89bb7fac, #w-node-_1cc2de98-1917-d49d-63c4-73f189bb7fbd-89bb7fac, #w-node-_1cc2de98-1917-d49d-63c4-73f189bb7fbe-89bb7fac, #w-node-_1cc2de98-1917-d49d-63c4-73f189bb7fbf-89bb7fac, #w-node-_1cc2de98-1917-d49d-63c4-73f189bb7fc0-89bb7fac, #w-node-_1cc2de98-1917-d49d-63c4-73f189bb7fc1-89bb7fac, #w-node-_1cc2de98-1917-d49d-63c4-73f189bb7fc2-89bb7fac, #w-node-_1cc2de98-1917-d49d-63c4-73f189bb7fc3-89bb7fac, #w-node-_1cc2de98-1917-d49d-63c4-73f189bb7fc4-89bb7fac, #w-node-_1cc2de98-1917-d49d-63c4-73f189bb7fc5-89bb7fac, #w-node-_1cc2de98-1917-d49d-63c4-73f189bb7fc6-89bb7fac, #w-node-_1cc2de98-1917-d49d-63c4-73f189bb7fc7-89bb7fac, #w-node-_1cc2de98-1917-d49d-63c4-73f189bb7fc8-89bb7fac, #w-node-_1cc2de98-1917-d49d-63c4-73f189bb7fc9-89bb7fac, #w-node-_1cc2de98-1917-d49d-63c4-73f189bb7fca-89bb7fac, #w-node-_1cc2de98-1917-d49d-63c4-73f189bb7fcb-89bb7fac, #w-node-_1cc2de98-1917-d49d-63c4-73f189bb7fcc-89bb7fac, #w-node-_1cc2de98-1917-d49d-63c4-73f189bb7fcd-89bb7fac, #w-node-_1cc2de98-1917-d49d-63c4-73f189bb7fce-89bb7fac, #w-node-_1cc2de98-1917-d49d-63c4-73f189bb7fcf-89bb7fac, #w-node-_1cc2de98-1917-d49d-63c4-73f189bb7fd0-89bb7fac, #w-node-_1cc2de98-1917-d49d-63c4-73f189bb7fd1-89bb7fac, #w-node-_1cc2de98-1917-d49d-63c4-73f189bb7fd2-89bb7fac, #w-node-_1cc2de98-1917-d49d-63c4-73f189bb7fd3-89bb7fac, #w-node-_1cc2de98-1917-d49d-63c4-73f189bb7fd4-89bb7fac, #w-node-_1cc2de98-1917-d49d-63c4-73f189bb7fd5-89bb7fac, #w-node-_1cc2de98-1917-d49d-63c4-73f189bb7fd6-89bb7fac, #w-node-_1cc2de98-1917-d49d-63c4-73f189bb7fd7-89bb7fac, #w-node-_1cc2de98-1917-d49d-63c4-73f189bb7fd8-89bb7fac, #w-node-_1cc2de98-1917-d49d-63c4-73f189bb7fd9-89bb7fac, #w-node-_1cc2de98-1917-d49d-63c4-73f189bb7fda-89bb7fac, #w-node-_1cc2de98-1917-d49d-63c4-73f189bb7fdb-89bb7fac, #w-node-_1cc2de98-1917-d49d-63c4-73f189bb7fdc-89bb7fac, #w-node-_1cc2de98-1917-d49d-63c4-73f189bb7fdd-89bb7fac, #w-node-_1cc2de98-1917-d49d-63c4-73f189bb7fde-89bb7fac, #w-node-_1cc2de98-1917-d49d-63c4-73f189bb7fdf-89bb7fac, #w-node-_1cc2de98-1917-d49d-63c4-73f189bb7fe0-89bb7fac, #w-node-_1cc2de98-1917-d49d-63c4-73f189bb7fe1-89bb7fac, #w-node-_1cc2de98-1917-d49d-63c4-73f189bb7fe2-89bb7fac, #w-node-_1cc2de98-1917-d49d-63c4-73f189bb7fe3-89bb7fac, #w-node-_1cc2de98-1917-d49d-63c4-73f189bb7fe4-89bb7fac, #w-node-_1cc2de98-1917-d49d-63c4-73f189bb7fe5-89bb7fac, #w-node-_1cc2de98-1917-d49d-63c4-73f189bb7fe6-89bb7fac, #w-node-_1cc2de98-1917-d49d-63c4-73f189bb7fe7-89bb7fac, #w-node-_1cc2de98-1917-d49d-63c4-73f189bb7fe8-89bb7fac, #w-node-_1cc2de98-1917-d49d-63c4-73f189bb7fe9-89bb7fac, #w-node-_1cc2de98-1917-d49d-63c4-73f189bb7fea-89bb7fac, #w-node-_1cc2de98-1917-d49d-63c4-73f189bb7feb-89bb7fac, #w-node-_1cc2de98-1917-d49d-63c4-73f189bb7fec-89bb7fac, #w-node-_1cc2de98-1917-d49d-63c4-73f189bb7fed-89bb7fac, #w-node-_1cc2de98-1917-d49d-63c4-73f189bb7fee-89bb7fac, #w-node-_1cc2de98-1917-d49d-63c4-73f189bb7fef-89bb7fac, #w-node-_1cc2de98-1917-d49d-63c4-73f189bb7ff0-89bb7fac, #w-node-_1cc2de98-1917-d49d-63c4-73f189bb7ff1-89bb7fac, #w-node-_1cc2de98-1917-d49d-63c4-73f189bb7ff2-89bb7fac, #w-node-_1cc2de98-1917-d49d-63c4-73f189bb7ff3-89bb7fac, #w-node-_1cc2de98-1917-d49d-63c4-73f189bb7ff4-89bb7fac, #w-node-_1cc2de98-1917-d49d-63c4-73f189bb7ff5-89bb7fac, #w-node-_1cc2de98-1917-d49d-63c4-73f189bb7ff6-89bb7fac, #w-node-_1cc2de98-1917-d49d-63c4-73f189bb7ff7-89bb7fac, #w-node-_1cc2de98-1917-d49d-63c4-73f189bb7ff8-89bb7fac, #w-node-_1cc2de98-1917-d49d-63c4-73f189bb7ff9-89bb7fac, #w-node-_1cc2de98-1917-d49d-63c4-73f189bb7ffa-89bb7fac, #w-node-_1cc2de98-1917-d49d-63c4-73f189bb7ffb-89bb7fac, #w-node-_1cc2de98-1917-d49d-63c4-73f189bb7ffc-89bb7fac, #w-node-_1cc2de98-1917-d49d-63c4-73f189bb7ffd-89bb7fac, #w-node-_1cc2de98-1917-d49d-63c4-73f189bb7ffe-89bb7fac, #w-node-_1cc2de98-1917-d49d-63c4-73f189bb7fff-89bb7fac, #w-node-_1cc2de98-1917-d49d-63c4-73f189bb8000-89bb7fac, #w-node-_1cc2de98-1917-d49d-63c4-73f189bb8001-89bb7fac, #w-node-_1cc2de98-1917-d49d-63c4-73f189bb8002-89bb7fac, #w-node-_1cc2de98-1917-d49d-63c4-73f189bb8003-89bb7fac, #w-node-_1cc2de98-1917-d49d-63c4-73f189bb8004-89bb7fac, #w-node-_1cc2de98-1917-d49d-63c4-73f189bb8005-89bb7fac, #w-node-_1cc2de98-1917-d49d-63c4-73f189bb8006-89bb7fac, #w-node-_1cc2de98-1917-d49d-63c4-73f189bb8007-89bb7fac, #w-node-_1cc2de98-1917-d49d-63c4-73f189bb8008-89bb7fac, #w-node-_1cc2de98-1917-d49d-63c4-73f189bb8009-89bb7fac, #w-node-_1cc2de98-1917-d49d-63c4-73f189bb800a-89bb7fac, #w-node-_1cc2de98-1917-d49d-63c4-73f189bb800b-89bb7fac, #w-node-_1cc2de98-1917-d49d-63c4-73f189bb800c-89bb7fac, #w-node-_1cc2de98-1917-d49d-63c4-73f189bb800d-89bb7fac, #w-node-_1cc2de98-1917-d49d-63c4-73f189bb800e-89bb7fac, #w-node-_1f0a2eb1-a8e3-0a85-4b71-9c8927712b5e-c63082bb, #w-node-_1f0a2eb1-a8e3-0a85-4b71-9c8927712b6a-c63082bb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


