.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;
}

body {
  font-family: Roboto, sans-serif;
  color: #000;
  font-size: 1vw;
  line-height: 1;
}

h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Oswald, sans-serif;
  color: #a8a8a8;
  font-size: 7.5em;
  line-height: 1;
  font-weight: 400;
  text-transform: uppercase;
}

h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Oswald, sans-serif;
  font-size: 2.7em;
  line-height: 1;
  font-weight: 400;
  text-transform: uppercase;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Oswald, sans-serif;
  font-size: 1.4em;
  line-height: 1.3;
  font-weight: 400;
  text-transform: uppercase;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
}

p {
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  line-height: 1.5;
}

ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}

.section {
  padding: 6em 15vw;
}

.section.navigation {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 1.3em 5vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.section.cta {
  position: relative;
  padding-top: 10em;
  padding-bottom: 10em;
  background-color: #318cdd;
}

.section.footer {
  position: relative;
  padding-top: 8em;
  padding-bottom: 8em;
  background-color: #000;
}

.section.footer.in-landing {
  padding-top: 5.2em;
  padding-bottom: 5.2em;
}

.section.privecy {
  position: relative;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: auto;
  padding: 15em 20vw 8em;
  -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;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
  background-image: linear-gradient(180deg, #fff, #ededed);
}

.section.landing {
  padding-top: 12em;
  padding-bottom: 12em;
}

.text-green {
  color: #95c951;
  line-height: 0.9;
}

.text-white {
  color: #fff;
}

.text-blue {
  color: #318cdd;
  line-height: 1.05;
}

.top-1em {
  margin-top: 1em;
}

.logo {
  width: 100%;
  margin-right: 2em;
}

.nav-link-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  padding: 0em;
  -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;
  text-decoration: none;
}

.nav-link-text {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-top: auto;
  margin-right: 0px;
  margin-bottom: auto;
  padding: 0.5em 1em;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 1.1vw;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-link-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  border-radius: 0px;
  background-color: #95c951;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.nav-link-overlay.cta {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: inline-block;
  margin-right: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 5px;
}

.nav-link-overlay.cta2 {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  margin-right: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 5px;
  background-color: #fff;
}

.cta-btn-wrapper {
  position: relative;
  right: auto;
  display: inline-block;
  margin: 0px 0px 0px 0em;
  padding: 0em 1em 0em 0em;
  clear: none;
  -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-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
  border-radius: 5px;
  background-color: #318cdd;
  color: #fff;
  font-size: 1vw;
  text-decoration: none;
  white-space: normal;
}

.cta-btn-wrapper.cta {
  background-color: #95c951;
}

.cta-btn-wrapper.cta.mobile {
  display: none;
}

.cta-btn-wrapper.mt {
  margin-top: 10px;
}

.cta-grid {
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.cta-flex._2 {
  padding-left: 3em;
}

.cta-discription.text-white {
  margin-bottom: 1em;
  font-size: 2em;
}

.footer-grid {
  justify-items: start;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer-flex {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-flex.left {
  -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;
}

.footer-navi-grid {
  justify-items: start;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer-navi-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2em;
  margin-bottom: 2em;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-navi-item {
  margin-right: 1em;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 1em;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.footer-navi-item:hover {
  color: #95c951;
}

.footer-logo {
  width: 10%;
  margin-bottom: 2.1em;
}

.footer-logo.in-landing {
  width: 70px;
}

.copyright-text {
  margin-bottom: 0em;
  margin-left: 5px;
  color: #9e9e9e;
  font-size: 0.6em;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.copy-holder {
  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: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.copy-holder.hori {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-line {
  position: absolute;
  left: 50%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 1px;
  height: 10em;
  background-color: #fff;
}

.plus-img {
  position: relative;
  display: inline-block;
  width: 0.8em;
  margin-top: -5px;
  margin-right: 0px;
  margin-left: 0px;
}

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

.request-demo-container {
  position: relative;
  width: 100%;
  height: auto;
  padding: 4em 0vw 3em;
  background-color: transparent;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.request-demo-error {
  padding: 17px;
  background-color: #f66;
  color: #fff;
}

.request-demo-success {
  padding-left: 0px;
  background-color: transparent;
  color: #fff;
  text-align: left;
}

.form-exit-wrapper {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 4em;
  height: 4em;
  -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-field {
  height: 5vh;
  margin-bottom: 0em;
  padding: 1em;
  border-style: none none solid;
  border-width: 1px;
  border-color: #121111 #121111 #95c951;
  background-color: transparent;
  font-family: 'Fort foundry riftsoft demi', sans-serif;
  color: #95c951;
  font-size: 1em;
  text-transform: uppercase;
}

.text-field::-webkit-input-placeholder {
  color: #95c951;
}

.text-field:-ms-input-placeholder {
  color: #95c951;
}

.text-field::-ms-input-placeholder {
  color: #95c951;
}

.text-field::placeholder {
  color: #95c951;
}

.text-field.text-area {
  height: 12vh;
}

.exit-img {
  width: 70%;
}

.request-a-demo-popup {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1000;
  display: none;
  height: 100vh;
  padding-right: 15vw;
  padding-left: 15vw;
  -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;
  background-color: #121111;
  -webkit-perspective-origin: 50% 50%;
  perspective-origin: 50% 50%;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.grid {
  grid-column-gap: 3em;
  grid-row-gap: 1.5em;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
}

.contact-heading {
  margin-bottom: 0.2em;
}

.submit-button {
  border-radius: 4px;
  background-color: #95c951;
  font-family: 'Fort foundry riftsoft demi', sans-serif;
  color: #000;
  letter-spacing: 2px;
}

.contact-info-wrapper {
  display: -ms-grid;
  display: grid;
  width: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.contact-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
}

.contact-flex._2 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.contact-flex-child.icon {
  width: 3em;
}

.location-img {
  width: 50%;
  margin-right: 0em;
}

.contact-parent-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1em;
  text-decoration: none;
}

.phone-icon {
  width: 40%;
  margin-right: 0em;
}

.mail-icon {
  width: 60%;
  margin-right: 0em;
}

.contact-text-holder {
  position: relative;
  overflow: hidden;
}

.mask {
  position: relative;
  overflow: hidden;
}

.preloader {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 20000;
  display: none;
  -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;
  background-color: #fff;
}

.load-img-holder {
  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;
}

.gg-logo-blue {
  width: 50%;
}

.gg-logo-green {
  position: absolute;
  width: 3%;
}

.loading-text-style {
  margin-top: 20px;
  font-family: 'Fort foundry riftsoft demi', sans-serif;
  letter-spacing: 4px;
}

.body-container {
  display: block;
  overflow: hidden;
  max-width: 100vw;
  -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;
}

.privecy-text.text-green {
  margin-bottom: 0.5em;
}

.large-para {
  font-size: 2em;
  font-weight: 300;
}

.large-para.top-1em {
  font-size: 2rem;
}

.bold-para {
  font-weight: 700;
}

.bold-para.top-1em {
  margin-top: 0em;
  margin-bottom: 15px;
}

.adlava-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1em;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.adlava-holder.m0 {
  margin-top: 0em;
  margin-left: 1em;
}

.adlava {
  display: inline-block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.adlava-link {
  display: block;
  width: 70px;
  margin-left: 1em;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -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-decoration: none;
}

.logo-wrapper {
  text-decoration: none;
}

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

.sm-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1em;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  margin-right: 5px;
  margin-left: 5px;
  padding: 6px;
  background-color: #318cdd;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.link-block:hover {
  background-color: #95c951;
}

.sm-icon {
  display: block;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.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: 600px;
  -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;
  text-align: center;
}

.body-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.heading-7 {
  margin-bottom: 30px;
}

.div-block-3 {
  margin-bottom: 30px;
}

.nav-link-text-2 {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-top: auto;
  margin-right: 0px;
  margin-bottom: auto;
  padding: 0.5em 1em;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 1em;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-link-overlay-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  height: auto;
  border-radius: 0px;
  background-color: #95c951;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.nav-link-overlay-2.cta {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: inline-block;
  margin-right: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 5px;
}

.cta-btn-wrapper-2 {
  position: relative;
  right: auto;
  display: inline-block;
  height: 4em;
  margin: 0px 0px 0px 0em;
  padding: 1em 1em 0em 0em;
  clear: none;
  -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-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 5px;
  background-color: #318cdd;
  color: #fff;
  font-size: 1vw;
  text-decoration: none;
  white-space: normal;
}

.grid-2 {
  margin-top: 40px;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.hero.play-landing {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 400px;
  margin-bottom: 40px;
  padding: 50px;
  -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;
  border-radius: 20px;
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.8))), url('../images/thumbnail-copy.jpg');
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.8)), url('../images/thumbnail-copy.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  color: #fff;
}

.game-image {
  margin-bottom: 15px;
  border-radius: 16px;
}

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

.section-heading {
  margin-bottom: 10px;
  color: #a8a8a8;
  font-size: 4rem;
}

.hero-heading {
  color: #fff;
  font-size: 6rem;
}

.footer-upper-flex {
  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: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.nav-link-overlay-3 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  border-radius: 0px;
  background-color: #95c951;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.game-title {
  margin-bottom: 10px;
  font-size: 2.5em;
}

.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;
}

@media screen and (max-width: 991px) {
  body {
    font-size: 14px;
  }

  h1 {
    font-size: 80px;
  }

  h2 {
    font-size: 34px;
  }

  h3 {
    font-size: 20px;
  }

  p {
    font-size: 14px;
  }

  .section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.cta {
    padding-right: 10vw;
    padding-left: 10vw;
  }

  .section.footer {
    padding-right: 10vw;
    padding-left: 10vw;
  }

  .section.privecy {
    height: auto;
    min-height: auto;
    padding-top: 140px;
    padding-right: 10vw;
    padding-left: 10vw;
  }

  .section.landing {
    padding: 112px 50px;
  }

  .nav-link-text {
    padding: 15px 30px;
    font-size: 18px;
  }

  .cta-btn-wrapper {
    margin-top: 20px;
  }

  .cta-btn-wrapper.cta {
    display: none;
  }

  .cta-btn-wrapper.cta.mobile {
    display: inline-block;
  }

  .plus-img {
    width: 15px;
    margin-top: 0px;
  }

  .form-exit-wrapper {
    width: 50px;
    height: 50px;
  }

  .text-field {
    font-size: 14px;
  }

  .exit-img {
    width: 40%;
  }

  .request-a-demo-popup {
    display: none;
    padding-right: 10vw;
    padding-left: 10vw;
  }

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

  .gg-logo-green {
    width: 4%;
  }

  .large-para.top-1em {
    font-size: 1rem;
  }

  .nav-link-text-2 {
    padding: 15px 30px;
    font-size: 18px;
  }

  .nav-link-overlay-2 {
    background-color: #000;
  }

  .cta-btn-wrapper-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 180px;
    height: auto;
    margin-top: 20px;
    padding-top: 0em;
  }

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

  .hero.play-landing {
    height: 300px;
  }

  .section-heading {
    font-size: 2.5rem;
  }

  .hero-heading {
    font-size: 3rem;
  }

  .game-title {
    font-size: 2em;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 70px;
  }

  h2 {
    font-size: 30px;
  }

  .section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.navigation {
    padding-top: 0.8em;
    padding-bottom: 0.8em;
  }

  .section.privecy {
    padding-top: 100px;
  }

  .section.landing {
    padding: 81px 20px;
  }

  .nav-link-text {
    font-size: 14px;
  }

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

  .cta-flex._2 {
    margin-top: 20px;
    padding-left: 0em;
  }

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

  .footer-flex {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .copy-holder {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .footer-line {
    display: none;
  }

  .gg-logo-green {
    width: 6%;
  }

  .privecy-text.text-green {
    font-size: 50px;
  }

  .large-para.top-1em {
    font-size: 18px;
  }

  .logo-wrapper {
    width: 200px;
  }

  .game-title {
    font-size: 1.7em;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 45px;
  }

  h2 {
    font-size: 24px;
  }

  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.cta {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.footer.in-landing {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section.privecy {
    padding: 100px 20px;
  }

  .nav-link-text {
    padding: 10px 15px;
    font-size: 14px;
  }

  .footer-logo.in-landing {
    width: 50px;
  }

  .copy-holder.hori {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .text-field {
    margin-bottom: 1em;
  }

  .grid {
    grid-row-gap: 15px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto;
  }

  .contact-info-wrapper {
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .gg-logo-green {
    width: 10%;
  }

  .sm-wrap {
    margin-bottom: 20px;
  }

  .div-block-2._2 {
    margin-bottom: 15px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -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-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .cta-btn-wrapper-2 {
    height: auto;
  }

  .grid-2 {
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .hero.play-landing {
    height: 350px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .hero-heading {
    font-size: 2.5rem;
  }
}

#w-node-_6faf1794-09e8-5ffb-b960-2acbcd1cb13a-85fbd3a6 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_5a8c39ee-90e8-c7c3-5b48-1cbc9fb62175-85fbd3a6 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-d296f098-aace-cb65-8f01-135d753ba050-85fbd3a6 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-eab0ff08-2cf9-4066-4395-db2fa4055530-85fbd3a6 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-cb62f904-fb61-d037-8a66-2e9d7c647672-7c64766f {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-cb62f904-fb61-d037-8a66-2e9d7c647682-7c64766f {
  -ms-grid-column-align: end;
  justify-self: end;
}

#Message-5.w-node-_189e0ce2-a12a-b5f4-bb70-37641391ecca-1391ecb9 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_189e0ce2-a12a-b5f4-bb70-37641391eccb-1391ecb9 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 5;
  -ms-grid-row: 4;
  grid-row-start: 4;
  -ms-grid-column-align: start;
  justify-self: start;
}

@media screen and (max-width: 767px) {
  #w-node-cb62f904-fb61-d037-8a66-2e9d7c647672-7c64766f {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-cb62f904-fb61-d037-8a66-2e9d7c647682-7c64766f {
    -ms-grid-column-align: start;
    justify-self: start;
  }
}

@font-face {
  font-family: 'Fort foundry riftsoft demi';
  src: url('../fonts/Fort-Foundry---RiftSoft-Demi.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fort foundry riftsoft';
  src: url('../fonts/Fort-Foundry---RiftSoft-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}