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

h2 {
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}

a {
  text-decoration: underline;
  cursor: none;
}

.intro-city {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  height: 100vh;
  padding-top: 20%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #8b37fe;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#b46fd2), color-stop(34%, #edbd95));
  background-image: linear-gradient(180deg, #b46fd2, #edbd95 34%);
}

.header {
  position: fixed;
  z-index: 500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  padding-top: 20px;
  padding-right: 20px;
  padding-left: 20px;
  -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: transparent;
}

.logo-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 180px;
  -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;
}

.menu-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  clear: none;
  -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;
}

.row-horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.body {
  font-family: Apercu, sans-serif;
  cursor: none;
}

.explainer-content {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 355px;
  height: 730px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 30px;
}

.explainer-content.locals {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: -3%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.explainer-content.locals._3 {
  height: 75vh;
}

.explainer-content.locals.img {
  width: 70%;
  height: auto;
}

.explainer-content.locals.looking {
  margin-left: -8%;
}

.explainer-content.instagram {
  border-radius: 0px;
}

.row-100-horizontal {
  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;
}

.heading {
  margin-top: 10px;
  color: #8b37fe;
}

.breaker {
  position: relative;
  display: none;
  height: 86vh;
  padding: 60px 10%;
  -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: #8b37fe;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#8b37fe), to(#edbd95));
  background-image: linear-gradient(0deg, #8b37fe, #edbd95);
}

.footer {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 14vh;
  padding: 30px 10%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.image-2 {
  width: 30px;
}

.btn-text {
  padding-right: 0px;
  text-align: center;
  text-decoration: none;
}

.btn-sway {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 170px;
  height: 50px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 12px;
  background-color: #8b37fe;
  -webkit-transition: background-color 300ms cubic-bezier(.731, .001, .25, 1);
  transition: background-color 300ms cubic-bezier(.731, .001, .25, 1);
  color: #fff;
  font-size: 18px;
  text-decoration: none;
}

.btn-sway:hover {
  background-color: #7324df;
}

.btn-sway.darker {
  background-color: #7324df;
}

.body-text {
  color: #fff;
  font-size: 18px;
  line-height: 28px;
}

.body-text.footie {
  font-family: 'Helvetica neue extended', sans-serif;
  color: rgba(255, 255, 255, 0.8);
  font-size: 15px;
}

.body-text.dark {
  color: #000;
}

.become-a-swayguide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  margin-right: 40px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: -webkit-transform 300ms cubic-bezier(.743, .001, .25, 1);
  transition: -webkit-transform 300ms cubic-bezier(.743, .001, .25, 1);
  transition: transform 300ms cubic-bezier(.743, .001, .25, 1);
  transition: transform 300ms cubic-bezier(.743, .001, .25, 1), -webkit-transform 300ms cubic-bezier(.743, .001, .25, 1);
  color: #fff;
  font-size: 18px;
  text-decoration: none;
}

.become-a-swayguide:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.become-a-swayguide._01 {
  margin-right: 20px;
}

.become-a-swayguide._01.w--current {
  display: none;
}

.become-a-swayguide._02 {
  width: 220px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.image-3 {
  max-width: 80%;
}

.sitemap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 100px 10%;
  -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-color: #000;
}

.content-33 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.3333%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.link-regular {
  margin-top: 6px;
  margin-bottom: 6px;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}

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

.laaarge {
  font-family: Apercu, sans-serif;
  color: #8b37fe;
  font-size: 100px;
  line-height: 130px;
  font-weight: 900;
  text-align: left;
}

.laaarge.light {
  color: #fff;
  font-size: 90px;
  line-height: 100px;
  text-align: left;
}

.intro-swayguides {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 215vh;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0e0062), to(#d8d2ff));
  background-image: linear-gradient(180deg, #0e0062, #d8d2ff);
}

.midte {
  position: absolute;
  z-index: 99;
  width: 100%;
}

.forrest {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 100;
  width: 200%;
}

.bagerst {
  position: absolute;
  width: 200%;
}

.hero-header {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 95;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 135px;
  -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;
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
}

.hero-header.swayguides-01 {
  left: 0%;
  top: 3%;
  right: 0%;
  bottom: auto;
}

.hero-header.swayguides-02 {
  top: 50%;
}

.hero-header.swayguides-02 {
  left: 0%;
  top: 38%;
  right: 0%;
  bottom: auto;
}

.hero-header.swayguides-03 {
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 3%;
  color: #8b37fe;
}

.swayguides-fader {
  height: 800px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#8b37fe));
  background-image: linear-gradient(180deg, #000, #8b37fe);
}

.swayguides-fader._01 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 4;
  display: none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0e0062), to(#7369b0));
  background-image: linear-gradient(180deg, #0e0062, #7369b0);
}

.swayguides-fader._02 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#7369b0), to(#d8d2ff));
  background-image: linear-gradient(180deg, #7369b0, #d8d2ff);
}

.swayguide {
  position: absolute;
  left: 10%;
  top: 17%;
  right: auto;
  bottom: auto;
  z-index: 6;
  width: 270px;
  height: 331px;
  border-radius: 12px;
  box-shadow: 0 6px 20px 12px rgba(0, 0, 0, 0.15);
}

.swayguide._02 {
  left: auto;
  top: 14%;
  right: 26%;
  bottom: auto;
}

.swayguide._03 {
  left: auto;
  top: 7%;
  right: 5%;
  bottom: auto;
  width: 300px;
  height: 368px;
}

.swayguide._04 {
  left: 25%;
  top: 25%;
  right: auto;
  bottom: auto;
  width: 190px;
  height: 234px;
}

.swayguide._05 {
  left: 39%;
  top: 3%;
}

.swayguide._06 {
  left: 50%;
  top: 70%;
  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;
}

.swayguide._07 {
  left: 13%;
  top: 52%;
  width: 240px;
  height: 295px;
}

.swayguide._08 {
  left: 5%;
  top: 40%;
  right: 0%;
  bottom: auto;
}

.swayguide._00 {
  left: 8%;
  top: 2%;
  width: 230px;
  height: 283px;
}

.swayguide._09 {
  left: auto;
  top: 45%;
  right: 10%;
  bottom: auto;
  width: 210px;
  height: 258px;
}

.swayguide._10 {
  left: 35%;
  top: 73%;
  right: 0%;
  bottom: auto;
  width: 180px;
  height: 220px;
}

.swayguide._11 {
  left: auto;
  top: 62%;
  right: 13%;
  bottom: auto;
  width: 230px;
  height: 283px;
}

.image-4 {
  border-radius: 15px;
}

.image-5 {
  position: absolute;
  left: 20%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 0;
  display: none;
  height: 370px;
}

.image-5._02 {
  left: 80%;
  bottom: 3%;
  display: none;
  height: 260px;
}

.image-5._03 {
  left: 60%;
  bottom: 12%;
  display: none;
  height: 170px;
}

.logo {
  width: 100px;
  text-decoration: none;
}

.logo.w--current {
  width: 100px;
}

.app-content-structure {
  position: absolute;
  left: auto;
  top: 0%;
  right: 12%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  max-width: 420px;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.app-content-structure.locals {
  right: 20%;
  z-index: 3;
}

.explainer-header {
  color: #fff;
  text-align: left;
}

.explainer-header.dark {
  color: #8b37fe;
}

.text-mega {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 3000px;
  height: 400px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #8b37fe;
  font-size: 300px;
  font-weight: 900;
}

.text-mega.locals {
  color: #fff;
  font-size: 240px;
}

.funny {
  position: relative;
  display: none;
  overflow: hidden;
  height: 200vh;
  background-color: #edbd95;
}

.funny.locals {
  background-color: #8b37fe;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#8b37fe), to(#fff));
  background-image: linear-gradient(180deg, #8b37fe, #fff);
}

.funny.locals._02 {
  display: block;
  height: 170vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#47a1fb), to(#8b37fe));
  background-image: linear-gradient(180deg, #47a1fb, #8b37fe);
}

.funny-fader {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 0;
  height: 800px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#faf6ff), to(#edbd95));
  background-image: linear-gradient(180deg, #faf6ff, #edbd95);
}

.img-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: none;
  background-image: -webkit-gradient(linear, left top, right top, from(#000), color-stop(0%, transparent), color-stop(55%, hsla(0, 0%, 100%, 0.63)), color-stop(88%, #fff));
  background-image: linear-gradient(90deg, #000, transparent 0%, hsla(0, 0%, 100%, 0.63) 55%, #fff 88%);
}

.explainer {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding-right: 20%;
  padding-left: 20%;
  -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;
  background-color: #8b37fe;
}

.explainer._3 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#8b37fe), to(#edbd95));
  background-image: linear-gradient(180deg, #8b37fe, #edbd95);
}

.explainer._4 {
  background-color: #edbd95;
}

.explainer.home {
  display: none;
  background-color: #faf6ff;
}

.explainer._5 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#edbd95), to(#8b37fe));
  background-image: linear-gradient(180deg, #edbd95, #8b37fe);
}

.number {
  color: hsla(0, 0%, 100%, 0.4);
  font-size: 100px;
  line-height: 100px;
  font-weight: 900;
}

.intro-locals {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10%;
  padding-bottom: 10vh;
  padding-left: 10%;
  -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: #8b37fe;
}

.intro-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75%;
  -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;
}

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

.outro-locals {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 86vh;
  -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: #8b37fe;
}

.explainer-video {
  width: 100%;
  height: 100%;
  border-radius: 60px;
}

.text-medium {
  font-size: 40px;
  line-height: 50px;
  font-weight: 500;
}

.text-medium.light {
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  text-align: left;
}

.cities-wrapper {
  width: 100%;
}

.applyimg {
  width: 500px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(rgba(139, 55, 254, 0)));
  background-image: linear-gradient(180deg, #000, rgba(139, 55, 254, 0));
}

.final-img {
  position: relative;
  width: 530px;
}

.interest {
  position: absolute;
  left: 30%;
  top: auto;
  right: auto;
  bottom: 20%;
  padding: 4px 10px;
  border-radius: 8px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#8b37fe), to(#8b37fe));
  background-image: linear-gradient(180deg, #8b37fe, #8b37fe);
  opacity: 1;
}

.interest._02 {
  left: 18%;
  bottom: 17%;
}

.interest._03 {
  left: 20%;
  bottom: 32%;
}

.interest._04 {
  left: 24%;
  bottom: 25%;
}

.interest._05 {
  left: 10%;
  bottom: 22%;
}

.interest._06 {
  left: 25%;
  bottom: 12%;
}

.interest._07 {
  left: 38%;
  bottom: 40%;
}

.interest._08 {
  left: 34%;
  top: 24%;
  right: auto;
  bottom: auto;
}

.interest._09 {
  left: 10%;
  bottom: 40%;
}

.interest._10 {
  left: 32%;
  bottom: 28%;
}

.interest._11 {
  left: 7%;
  bottom: 34%;
}

.interest._12 {
  bottom: 50%;
}

.interest._13 {
  left: 10%;
  bottom: 60%;
}

.interest._14 {
  left: 22%;
  bottom: 40%;
}

.interest._15 {
  left: 16%;
  bottom: 45%;
}

.interest._16 {
  left: 20%;
  bottom: 56%;
}

.interest._17 {
  left: 37%;
  bottom: 65%;
}

.interest._18 {
  left: 14%;
  bottom: 70%;
}

.interest._19 {
  left: 23%;
  bottom: 67%;
}

.interest._20 {
  left: 34%;
  bottom: 14%;
}

.interest._21 {
  left: 18%;
  bottom: 62%;
}

.interest._22 {
  left: 13%;
  bottom: 27%;
}

.interest._23 {
  left: 24%;
  bottom: 75%;
}

.interest._24 {
  left: 8%;
  bottom: 53%;
}

.interest._25 {
  left: 40%;
  bottom: 26%;
}

.interest._26 {
  left: 43%;
  bottom: 33%;
}

.interest._27 {
  left: 41%;
  bottom: 48%;
}

.interest._28 {
  left: 32%;
  bottom: 60%;
}

.interest._29 {
  left: 37%;
  bottom: 55%;
}

.interest._30 {
  left: 27%;
  bottom: 45%;
}

.interest._31 {
  left: 29%;
  bottom: 37%;
}

.interest._32 {
  left: 38%;
  bottom: 23%;
}

.interest-text {
  color: #fff;
  font-weight: 500;
}

.bold-text {
  display: block;
  background-image: url('../images/9-soft-grunge-texture-3-1-1-1.png');
  background-position: 0px 0px;
  background-size: auto;
  font-family: M42, sans-serif;
  font-size: 60px;
  line-height: 2;
}

.bold-text.white_text_bg {
  display: block;
  background-image: none;
}

.bold-text.grainy_tex {
  background-position: 100% 100%;
  opacity: 0.8;
  font-size: 70px;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.bold-text.white_bg {
  background-image: none;
  font-size: 70px;
}

.description_section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding: 12% 15% 7%;
  -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: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#0e0062));
  background-image: linear-gradient(180deg, #000, #0e0062);
}

.about_description {
  max-width: 750px;
  margin-bottom: 45px;
  font-family: 'Helvetica neue extended', sans-serif;
  color: hsla(0, 0%, 100%, 0.8);
  font-size: 18px;
  line-height: 1.2;
  font-weight: 500;
  text-align: center;
}

.text-span {
  font-family: M42, sans-serif;
  color: #fff;
  font-size: 14px;
}

.paragraph-2 {
  margin-right: 10px;
  font-family: 'Helvetica neue extended', sans-serif;
  color: rgba(0, 0, 0, 0.8);
  font-size: 18px;
}

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

.text-block {
  margin-right: 5px;
  font-family: 'Helvetica neue extended', sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 1.2;
}

.link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.link-block:hover {
  color: #000;
  text-decoration: underline;
}

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

.nexus_section_content {
  position: absolute;
  left: 0px;
  top: 40%;
  right: 0px;
  z-index: 95;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 110px;
  -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;
}

.image-7 {
  width: 100px;
  height: 46.65px;
  margin-right: 15px;
}

.heading-2 {
  height: 46.65px;
  margin-top: 21px;
  margin-bottom: 0px;
  font-family: M42, sans-serif;
  color: #fff;
}

.nexus_heading {
  position: static;
  left: 0px;
  top: 38%;
  right: 0px;
  z-index: 95;
  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;
}

.paragraph-3 {
  max-width: 600px;
  margin-top: 40px;
  margin-bottom: 0px;
  font-family: 'Helvetica neue extended', sans-serif;
  color: hsla(0, 0%, 100%, 0.8);
  font-size: 18px;
  text-align: center;
}

.link-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.link-block-2:hover {
  color: #0c0153;
  text-decoration: underline;
}

.text-block-2 {
  margin-right: 5px;
  font-family: 'Helvetica neue extended', sans-serif;
  color: #0c0153;
  font-size: 18px;
}

.image-8 {
  width: 15px;
  height: 15px;
}

.nfts_section {
  overflow: hidden;
  min-height: 100vh;
  padding-top: 50px;
  padding-bottom: 50px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d8d2ff), to(#fff));
  background-image: linear-gradient(180deg, #d8d2ff, #fff);
}

.image-9 {
  border-radius: 15px;
}

.ashneer {
  border-radius: 10px;
}

.vitalik {
  border-radius: 15px;
}

.falguni {
  border-radius: 15px;
}

.branson {
  border-radius: 12px;
}

.ankur {
  border-radius: 10px;
}

.nooyi {
  border-radius: 12px;
}

.shah {
  border-radius: 12px;
}

.zuck {
  border-radius: 12px;
}

.button {
  margin-top: 20px;
  padding: 15px 20px 8px;
  border-radius: 20px;
  background-color: #0c0153;
  font-family: M42, sans-serif;
  font-size: 13px;
}

.button.primary_button {
  border-radius: 25px;
  cursor: none;
}

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

.image-10 {
  height: 300px;
}

.image-11 {
  height: 300px;
}

.padding-vertical {
  padding-right: 0rem;
  padding-left: 0rem;
}

.padding-vertical.padding-xxlarge {
  margin-top: 0rem;
  padding-top: 0rem;
  padding-bottom: 0rem;
}

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

.logo3_list {
  display: -ms-grid;
  display: grid;
  margin-right: 0rem;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  justify-items: start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1rem;
  -ms-grid-columns: 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem;
  grid-template-columns: 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  color: #000;
  white-space: nowrap;
}

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

.logo3_logo {
  max-height: 5rem;
}

.scroller1 {
  overflow: visible;
  margin-bottom: 60px;
}

.grid-2 {
  position: relative;
  z-index: 15;
  grid-column-gap: 25px;
  -ms-grid-columns: -webkit-max-content -webkit-max-content -webkit-max-content -webkit-max-content -webkit-max-content -webkit-max-content -webkit-max-content;
  -ms-grid-columns: max-content max-content max-content max-content max-content max-content max-content;
  grid-template-columns: -webkit-max-content -webkit-max-content -webkit-max-content -webkit-max-content -webkit-max-content -webkit-max-content -webkit-max-content;
  grid-template-columns: max-content max-content max-content max-content max-content max-content max-content;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.image-12 {
  height: 300px;
}

.image-12.nft-image {
  border-radius: 15px;
  box-shadow: 0 6px 20px 12px rgba(0, 0, 0, 0.1);
}

.image-13 {
  height: 300px;
}

.heading-3 {
  display: inline;
  margin-right: auto;
  margin-left: auto;
  font-family: M42, sans-serif;
  color: #000;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-bottom: 62px;
  margin-left: auto;
  -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;
}

.paragraph-4 {
  max-width: 750px;
  margin-top: 25px;
  margin-bottom: 0px;
  opacity: 0.8;
  font-family: 'Helvetica neue extended', sans-serif;
  color: rgba(0, 0, 0, 0.8);
  font-size: 18px;
  text-align: center;
}

.social_section {
  padding-right: 5%;
  padding-bottom: 30px;
  padding-left: 5%;
  background-color: #fff;
}

.div-block-3 {
  padding-top: 30px;
  border-style: solid none none;
  border-width: 1px;
  border-color: #000;
}

.grid-3 {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  grid-column-gap: 140px;
  grid-row-gap: 140px;
  -ms-grid-columns: -webkit-max-content -webkit-max-content -webkit-max-content -webkit-max-content -webkit-max-content;
  -ms-grid-columns: max-content max-content max-content max-content max-content;
  grid-template-columns: -webkit-max-content -webkit-max-content -webkit-max-content -webkit-max-content -webkit-max-content;
  grid-template-columns: max-content max-content max-content max-content max-content;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.social_link {
  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-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;
  font-family: 'Helvetica neue extended', sans-serif;
  color: #000;
  text-decoration: none;
}

.social_link:hover {
  text-decoration: underline;
}

.text-block-3 {
  color: #000;
  font-size: 14px;
}

.image-14 {
  margin-right: 10px;
}

.image-15 {
  margin-right: 10px;
}

.image-16 {
  margin-right: 10px;
}

.get_app {
  padding: 15px 20px 8px;
  border-radius: 20px;
  background-color: #fff;
  font-family: M42, sans-serif;
  text-decoration: none;
}

.scroller2 {
  overflow: visible;
  margin-bottom: 60px;
}

.menu_link {
  margin-left: 25px;
  font-family: 'Helvetica neue extended', sans-serif;
  color: hsla(0, 0%, 100%, 0.8);
  font-size: 18px;
  text-decoration: none;
}

.menu_link:hover {
  color: #fff;
  text-decoration: underline;
}

.navbar {
  display: none;
  width: 100%;
  height: 90px;
  padding-right: 5%;
  padding-left: 5%;
  -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;
  border-radius: 20px;
  background-color: rgba(0, 0, 0, 0.85);
  -webkit-backdrop-filter: blur(5px) blur(5px);
  backdrop-filter: blur(5px) blur(5px);
}

.wrapper {
  background-image: none;
}

.roadmap_section {
  min-height: 100vh;
}

.section {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 80vh;
  padding-left: 10%;
  -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;
  background-color: #161616;
  background-image: url('../images/Ellipse-4.png'), url('../images/Ellipse-5.png');
  background-position: 100% 100%, 0px 0px;
  background-size: auto 100%, auto 100%;
  background-repeat: no-repeat, no-repeat;
}

.heading-4 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: M42, sans-serif;
  color: #fff;
  font-size: 35px;
  text-align: left;
}

.paragraph-5 {
  max-width: 500px;
  font-family: 'Helvetica neue extended', sans-serif;
  color: hsla(0, 0%, 100%, 0.8);
  font-size: 18px;
  text-align: left;
}

.div-block-4 {
  margin-top: 60px;
}

.image-17 {
  position: absolute;
  bottom: 28.5%;
  opacity: 0.5;
}

.roadmap_sway {
  position: absolute;
  left: auto;
  top: auto;
  right: 12%;
  bottom: -2px;
  z-index: 6;
  width: 265px;
  height: 331px;
  border-radius: 12px;
  box-shadow: 0 6px 20px 12px rgba(0, 0, 0, 0.15);
}

.roadmap_sway._02 {
  left: auto;
  top: 14%;
  right: 26%;
  bottom: auto;
}

.roadmap_sway._03 {
  left: auto;
  top: 7%;
  right: 5%;
  bottom: auto;
  width: 300px;
  height: 368px;
}

.roadmap_sway._04 {
  left: 25%;
  top: 25%;
  right: auto;
  bottom: auto;
  width: 190px;
  height: 234px;
}

.roadmap_sway._05 {
  left: 39%;
  top: 3%;
}

.roadmap_sway._06 {
  left: 50%;
  top: 70%;
  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;
}

.roadmap_sway._07 {
  left: 13%;
  top: 52%;
  width: 240px;
  height: 295px;
}

.roadmap_sway._08 {
  left: 5%;
  top: 40%;
  right: 0%;
  bottom: auto;
}

.roadmap_sway._00 {
  left: 8%;
  top: 2%;
  width: 230px;
  height: 283px;
}

.roadmap_sway._09 {
  left: auto;
  top: 45%;
  right: 10%;
  bottom: auto;
  width: 210px;
  height: 258px;
}

.roadmap_sway._10 {
  left: 35%;
  top: 73%;
  right: 0%;
  bottom: auto;
  width: 180px;
  height: 220px;
}

.roadmap_sway._11 {
  left: auto;
  top: 62%;
  right: 13%;
  bottom: auto;
  width: 230px;
  height: 283px;
}

.sway_raodmap {
  position: absolute;
  left: 10%;
  top: 17%;
  right: auto;
  bottom: auto;
  z-index: 6;
  width: 270px;
  height: 331px;
  border-radius: 12px;
  box-shadow: 0 6px 20px 12px rgba(0, 0, 0, 0.15);
}

.sway_raodmap._02 {
  left: auto;
  top: 14%;
  right: 26%;
  bottom: auto;
}

.sway_raodmap._03 {
  left: auto;
  top: 7%;
  right: 5%;
  bottom: auto;
  width: 300px;
  height: 368px;
}

.sway_raodmap._04 {
  left: 25%;
  top: 25%;
  right: auto;
  bottom: auto;
  width: 190px;
  height: 234px;
}

.sway_raodmap._05 {
  left: 39%;
  top: 3%;
}

.sway_raodmap._06 {
  left: 50%;
  top: 70%;
  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;
}

.sway_raodmap._07 {
  left: 13%;
  top: 52%;
  width: 240px;
  height: 295px;
}

.sway_raodmap._08 {
  left: 5%;
  top: 40%;
  right: 0%;
  bottom: auto;
}

.sway_raodmap._00 {
  left: 8%;
  top: 2%;
  width: 230px;
  height: 283px;
}

.sway_raodmap._09 {
  left: auto;
  top: 45%;
  right: 10%;
  bottom: auto;
  width: 210px;
  height: 258px;
}

.sway_raodmap._10 {
  left: 35%;
  top: 73%;
  right: 0%;
  bottom: auto;
  width: 180px;
  height: 220px;
}

.sway_raodmap._11 {
  left: auto;
  top: 62%;
  right: 13%;
  bottom: auto;
  width: 230px;
  height: 283px;
}

.sway_raodmap._1 {
  left: auto;
  top: -6%;
  right: 19%;
  z-index: 10;
  width: 250px;
  height: auto;
}

.swayguide_roadmap {
  position: absolute;
  left: 10%;
  top: 17%;
  right: auto;
  bottom: auto;
  z-index: 6;
  width: 270px;
  height: 331px;
  border-radius: 12px;
  box-shadow: 0 6px 20px 12px rgba(0, 0, 0, 0.15);
}

.swayguide_roadmap._02 {
  left: auto;
  top: 14%;
  right: 26%;
  bottom: auto;
}

.swayguide_roadmap._03 {
  left: auto;
  top: 7%;
  right: 5%;
  bottom: auto;
  width: 300px;
  height: 368px;
}

.swayguide_roadmap._04 {
  left: 25%;
  top: 25%;
  right: auto;
  bottom: auto;
  width: 190px;
  height: 234px;
}

.swayguide_roadmap._05 {
  left: 39%;
  top: 3%;
}

.swayguide_roadmap._06 {
  left: 50%;
  top: 70%;
  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;
}

.swayguide_roadmap._07 {
  left: 13%;
  top: 52%;
  width: 240px;
  height: 295px;
}

.swayguide_roadmap._08 {
  left: 5%;
  top: 40%;
  right: 0%;
  bottom: auto;
}

.swayguide_roadmap._00 {
  left: 8%;
  top: 2%;
  width: 230px;
  height: 283px;
}

.swayguide_roadmap._09 {
  left: auto;
  top: 45%;
  right: 10%;
  bottom: auto;
  width: 210px;
  height: 258px;
}

.swayguide_roadmap._10 {
  left: 35%;
  top: 73%;
  right: 0%;
  bottom: auto;
  width: 180px;
  height: 220px;
}

.swayguide_roadmap._11 {
  left: auto;
  top: 62%;
  right: 13%;
  bottom: auto;
  width: 230px;
  height: 283px;
}

.swayguide_roadmap._3 {
  left: auto;
  top: auto;
  right: 31.5%;
  bottom: 13%;
  width: 200px;
  height: auto;
}

.image-81 {
  border-radius: 5px;
}

.button-4 {
  display: block;
  width: 90%;
  margin: 0px auto 0px 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 10px;
  background-color: #27bdbb;
  font-size: 1.2rem;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0px;
  text-transform: uppercase;
  -o-object-fit: fill;
  object-fit: fill;
}

.button-4.simple_link {
  margin-left: auto;
}

.button-4.coming_soon {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  background-color: #18706f;
  color: hsla(0, 0%, 100%, 0.8);
  cursor: not-allowed;
}

.section-timeline {
  position: relative;
  z-index: 0;
  overflow: visible;
  background-color: rgba(6, 5, 11, 0);
}

.margin-bottom-xlarge {
  margin-bottom: 20px;
}

.margin-bottom {
  margin-top: 0rem;
  margin-right: 0rem;
  margin-left: 0rem;
}

.margin-bottom.margin-small {
  margin-bottom: 1rem;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  text-align: center;
}

.poster_img {
  border-radius: 5px;
}

.timeline_item {
  position: relative;
  z-index: 2;
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin-top: 43px;
  padding-top: 60px;
  padding-right: 0px;
  padding-bottom: 60px;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 180px 1fr;
  grid-template-columns: 1fr 180px 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.faq6_accordion {
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-style: none;
  border-width: 1px;
  border-color: #fff;
}

.plus_image_timeline {
  width: auto;
}

.italic-text-5 {
  color: hsla(0, 0%, 100%, 0.8);
  font-size: 20px;
  font-style: normal;
}

.text-span-6 {
  color: hsla(0, 0%, 100%, 0.8);
  font-size: 20px;
}

.overlay-fade-top {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  height: 80px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f6f4ff), to(rgba(10, 10, 10, 0)));
  background-image: linear-gradient(180deg, #f6f4ff, rgba(10, 10, 10, 0));
}

.margin-bottom-medium {
  display: block;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding: 10px;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.textbox {
  display: block;
  margin-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 25px;
  line-height: 1.3;
  font-style: normal;
  font-weight: 500;
  text-align: center;
}

.timeline_left {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  text-align: right;
}

.timeline_right-2 {
  display: block;
  margin-top: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.timeline_progress-bar-2 {
  position: fixed;
  left: auto;
  top: 0px;
  right: auto;
  bottom: 50vh;
  z-index: -1;
  width: 5px;
  height: 50vh;
  background-color: #1c0d67;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ddd8ff), to(#5f45ff));
  background-image: linear-gradient(180deg, #ddd8ff, #5f45ff);
}

.timeline_circle {
  position: -webkit-sticky;
  position: sticky;
  top: 50vh;
  width: 18px;
  height: 18px;
  max-height: 18px;
  max-width: 18px;
  min-height: 18px;
  min-width: 18px;
  border-radius: 100%;
  background-color: #1c0d67;
  box-shadow: none;
}

.timeline_image-wrapper {
  overflow: hidden;
  border-radius: 10px;
  background-image: linear-gradient(138deg, #000, transparent 28%), url('../images/Image-Background.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.paragraph-12 {
  margin-top: 1rem;
  color: #beb9cd;
  font-size: 1rem;
  text-align: center;
}

.timeline_sub_phase {
  position: static;
  top: 50vh;
  font-family: M42, sans-serif;
  color: rgba(0, 0, 0, 0.75);
  font-size: 20px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: -0.03em;
  white-space: normal;
}

.faq6_answer {
  overflow: hidden;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  border-style: none;
  border-width: 1px;
  border-color: #fff;
}

.timeline_progress {
  position: absolute;
  z-index: -2;
  width: 5px;
  height: 100%;
  background-color: #e2ddff;
}

.faq6_question-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 10px;
  padding: 1.25rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #26242d;
  border-radius: 10px;
  background-color: #111016;
  cursor: pointer;
}

.overlay-fade-bottom {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  height: 80px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#f6f4ff), to(rgba(10, 10, 10, 0)));
  background-image: linear-gradient(0deg, #f6f4ff, rgba(10, 10, 10, 0));
}

.div-block-31 {
  display: block;
  width: 70%;
  margin-right: auto;
  margin-left: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-block-31.simple_link_div {
  margin-right: auto;
  margin-left: auto;
}

.timeline_centre {
  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;
  color: #fff;
}

.container-4 {
  width: 90vw;
  max-width: 1380px;
  margin-right: auto;
  margin-left: auto;
}

.timeline_component {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1120px;
  margin-right: auto;
  margin-left: auto;
  -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;
}

.body-2 {
  background-color: #f6f4ff;
  cursor: none;
}

.timeline_quarter {
  position: static;
  top: 50vh;
  margin-top: 10px;
  font-family: M42, sans-serif;
  color: #afafd2;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: -0.03em;
  white-space: normal;
}

.heading-5 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: M42, sans-serif;
  color: rgba(0, 0, 0, 0.75);
  font-size: 18px;
}

.paragraph-13 {
  margin-top: 25px;
  margin-bottom: 0px;
  font-family: 'Helvetica neue extended', sans-serif;
  color: rgba(0, 0, 0, 0.75);
  font-size: 16px;
  line-height: 1.2;
}

.text-span-7 {
  text-decoration: line-through;
}

.text-span-8 {
  text-decoration: line-through;
}

.div-block-32 {
  position: -webkit-sticky;
  position: sticky;
  top: 50vh;
}

.link {
  color: rgba(0, 0, 0, 0.75);
}

.link-2 {
  color: rgba(0, 0, 0, 0.75);
}

.div-block-33 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 10;
}

.heading-6 {
  position: -webkit-sticky;
  position: sticky;
  top: 50vh;
  margin-top: 123px;
  font-family: M42, sans-serif;
  font-size: 25px;
}

.text-span-9 {
  color: #afafd2;
}

.div-block-34 {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 25vh;
  padding-bottom: 45px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f6f3fe), to(#fff));
  background-image: linear-gradient(180deg, #f6f3fe, #fff);
}

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

.text-span-10 {
  padding-left: 4px;
  font-family: M42, sans-serif;
  font-size: 14px;
}

.paragraph-2-copy {
  margin-right: 10px;
  font-family: 'Helvetica neue extended', sans-serif;
  color: hsla(0, 0%, 100%, 0.8);
  font-size: 18px;
}

.text-block-copy {
  margin-right: 5px;
  font-family: 'Helvetica neue extended', sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 1.2;
}

.link-block-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.link-block-copy:hover {
  color: #fff;
  text-decoration: underline;
}

.body-3 {
  overflow: visible;
  background-color: #f6f4ff;
  cursor: none;
}

.header_section_nexus {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 240vh;
  padding-top: 150px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #161617;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(22, 22, 23, 0.15)), to(rgba(22, 22, 23, 0.15))), url('../images/nexus_2.png'), url('../images/nexus_1.png'), -webkit-gradient(linear, left top, left bottom, color-stop(99.5%, #161617), color-stop(0, #f6f4ff));
  background-image: linear-gradient(180deg, rgba(22, 22, 23, 0.15), rgba(22, 22, 23, 0.15)), url('../images/nexus_2.png'), url('../images/nexus_1.png'), linear-gradient(180deg, #161617 99.5%, #f6f4ff 0);
  background-position: 0px 0px, 100% 0%, 0px 0px, 0px 0px;
  background-size: auto, 55%, 60%, auto;
  background-repeat: repeat, no-repeat, no-repeat, repeat;
}

.nexus_heading_on_page {
  position: static;
  left: 0px;
  top: 38%;
  right: 0px;
  z-index: 95;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 275px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.card_stack_div {
  position: -webkit-sticky;
  position: sticky;
  top: 210px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 650px;
  -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;
  border-top-left-radius: 900px;
  border-top-right-radius: 900px;
  background-color: #f6f4ff;
}

.card-wrap {
  position: absolute;
  left: 24%;
  top: -25%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50vw;
  height: 50vh;
  margin-top: 0px;
  margin-left: 30px;
  -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;
}

.card {
  position: absolute;
  width: 250px;
  height: 400px;
  border-radius: 10px;
  background-image: url('../images/Card-Design-2.png');
  background-position: 50% 50%;
  background-size: cover;
  box-shadow: 0 1px 8px 0 rgba(26, 0, 1, 0.3);
  -webkit-transform: rotate(-2deg);
  -ms-transform: rotate(-2deg);
  transform: rotate(-2deg);
}

.card.bottom {
  background-image: url('../images/Card-Design-1.png');
}

.card.top {
  background-image: url('../images/Card-Design.png');
}

.paragraph-14 {
  max-width: 700px;
  font-family: 'Helvetica neue extended', sans-serif;
  color: rgba(0, 0, 0, 0.8);
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
}

.div-block-35 {
  margin-top: 200px;
}

.div-block-36 {
  position: relative;
  height: 100%;
}

.cards_section {
  min-height: 120vh;
  margin-top: -1px;
  padding: 60px 5%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0e0062), to(#d8d2ff));
  background-image: linear-gradient(180deg, #0e0062, #d8d2ff);
}

.grid-4 {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.d-133-3d-wrapper {
  position: relative;
  width: 200px;
  height: 258px;
  margin-right: 0px;
  margin-left: 0px;
  border-radius: 15px;
  background-image: url('../images/Frame-106.png');
  background-position: 0px 0px;
  background-size: contain;
  box-shadow: 0 6px 20px 12px rgba(0, 0, 0, 0.15);
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.d-133-card-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px none #fff;
  border-radius: 10px;
}

.d-133-image-wrapper {
  position: absolute;
  right: auto;
  width: 200%;
  height: 200%;
  background-image: url('../images/alexander-slattery-311438-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.d-133-color-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: rgba(0, 0, 0, 0.6);
}

.d-133-border {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border: 1px solid #fff;
  border-radius: 10px;
}

.d-133-text-wrapper {
  position: relative;
  padding: 10px;
}

.d-133-h3-heading {
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 1px;
  text-shadow: 1px 1px 0 #000;
}

.d-133-paragraph {
  color: #fff;
  text-shadow: 1px 1px 0 #000;
}

.card_div {
  overflow: hidden;
  border-radius: 15px;
  box-shadow: 0 6px 20px 12px rgba(0, 0, 0, 0.15);
}

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

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

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

.middle_row {
  margin-top: 30px;
  margin-bottom: 30px;
}

.middle_grid {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 3.25fr 1fr;
  grid-template-columns: 1fr 3.25fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-37 {
  border-radius: 25px;
  background-color: #fff;
  box-shadow: 0 6px 20px 12px rgba(0, 0, 0, 0.15);
}

._150-image-wrapper-inner {
  position: absolute;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150vw;
  height: 200vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto;
  -webkit-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  transform: rotate(20deg);
}

._150-image {
  margin-right: 10px;
  margin-left: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/will-turner-yS4VEyOgMEw-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

._150-image._14 {
  width: 230px;
  height: 300px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 15px;
  background-image: url('../images/Frame-109.png');
}

._150-image._10 {
  width: 230px;
  height: 300px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 15px;
  background-image: url('../images/Frame-112.png');
}

._150-image._7 {
  width: 230px;
  height: 300px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-image: url('../images/Frame-108.png');
}

._150-image._21 {
  width: 230px;
  height: 300px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 15px;
  background-image: url('../images/Frame-110.png');
}

._150-image._3 {
  background-image: url('../images/daniel-j-schwarz-CH7-NJQM4zg-unsplash.jpg');
}

._150-image._4 {
  background-image: url('../images/lukas-blaskevicius-2jIBhXbdE8U-unsplash.jpg');
}

._150-image._20 {
  width: 230px;
  height: 300px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 15px;
  background-image: url('../images/Frame-114.png');
}

._150-image._11 {
  width: 230px;
  height: 300px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 15px;
  background-image: url('../images/Frame-110.png');
}

._150-image._14-1 {
  width: 230px;
  height: 300px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 15px;
  background-image: url('../images/Frame-113.png');
}

._150-image._16 {
  width: 230px;
  height: 300px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 15px;
  background-image: url('../images/Frame-104.png');
}

._150-image._17 {
  width: 230px;
  height: 300px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 15px;
  background-image: url('../images/Frame-106.png');
}

._150-image._29 {
  background-image: url('../images/ulysse-pointcheval-rTFcoptOQ4U-unsplash.jpg');
}

._150-image._23 {
  background-image: url('../images/dave-herring-3-cPvawkg-I-unsplash.jpg');
}

._150-image._13 {
  width: 230px;
  height: 300px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-image: url('../images/Frame-109.png');
}

._150-image._15 {
  width: 230px;
  height: 300px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 15px;
  background-image: url('../images/Frame-103.png');
}

._150-image._14-2 {
  width: 230px;
  height: 300px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 15px;
  background-image: url('../images/Frame-112.png');
}

._150-image._28 {
  background-image: url('../images/danil-shostak-wVso9-blKFw-unsplash.jpg');
}

._150-image._24 {
  background-image: url('../images/rob-coates-0WSnv89w8NU-unsplash.jpg');
}

._150-image._26 {
  width: 230px;
  height: 300px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 15px;
  background-image: url('../images/Frame-104.png');
}

._150-image._27 {
  background-image: url('../images/alexander-jawfox-4DxFFn8cq90-unsplash.jpg');
}

._150-image._25 {
  background-image: url('../images/touann-gatouillat-vergos-Izjg-QZRPgI-unsplash.jpg');
}

._150-image._9 {
  width: 230px;
  height: 300px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 15px;
  background-image: url('../images/Frame-111.png');
}

._150-image._12 {
  width: 230px;
  height: 300px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 15px;
  background-image: url('../images/Frame-104.png');
}

._150-image._8 {
  width: 230px;
  height: 300px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 15px;
  background-image: url('../images/Frame-109.png');
}

._150-image._22 {
  width: 230px;
  height: 300px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 15px;
  background-image: url('../images/Frame-112.png');
}

._150-image._30 {
  background-image: url('../images/pars-sahin-puEX_dvFWhc-unsplash.jpg');
}

._150-image._14-copy {
  width: 230px;
  height: 300px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 15px;
  background-image: url('../images/Frame-108.png');
}

._150-image._2 {
  background-image: url('../images/erik-mclean-jcsxshwzvk0-unsplash.jpg');
}

._150-image._19 {
  background-image: url('../images/toby-christopher--FdDxSryyEo-unsplash.jpg');
}

._150-image._18 {
  width: 230px;
  height: 300px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 15px;
  background-image: url('../images/Frame-107.png');
}

._150-image-wrapper-outer {
  position: relative;
  display: none;
  overflow: hidden;
  width: 90vw;
  height: 100vh;
  margin: 0px 5% 85px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 30px;
  background-color: #161617;
  background-image: url('../images/s2.png'), url('../images/s1.png');
  background-position: 100% 100%, 0px 0px;
  background-size: auto 100%, auto 100%;
  background-repeat: no-repeat, no-repeat;
}

._150-image-row-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-38 {
  position: relative;
  overflow: visible;
  padding-top: 85px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f6f4ff), to(#fff));
  background-image: linear-gradient(180deg, #f6f4ff, #fff);
}

.div-block-39 {
  position: static;
  z-index: 2;
  padding: 50px 60px;
  border-radius: 25px;
  background-color: #fff;
}

.paragraph-15 {
  max-width: 500px;
  font-family: 'Helvetica neue extended', sans-serif;
  color: rgba(0, 0, 0, 0.8);
  font-size: 18px;
  text-align: center;
}

.paragraph-16 {
  margin-right: 25px;
  margin-bottom: 0px;
  font-family: M42, sans-serif;
  color: rgba(0, 0, 0, 0.9);
  font-size: 35px;
  line-height: 1.5;
}

.paragraph-17 {
  margin-bottom: 0px;
  font-family: M42, sans-serif;
  color: rgba(0, 0, 0, 0.9);
  font-size: 18px;
  line-height: 1.5;
}

.div-block-40 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 35px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-41 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: rgba(22, 22, 23, 0.15);
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
}

.navbar1_component {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
  height: 90px;
  margin-top: 20px;
  margin-right: 20px;
  margin-left: 20px;
  padding-right: 0%;
  padding-left: 0%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #36363b;
  border-radius: 15px;
  background-color: transparent;
  opacity: 1;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.dropdown-icon {
  margin-top: 0.75rem;
  margin-right: 1rem;
  margin-bottom: 0.75rem;
}

.navbar1_menu-dropdown {
  display: none;
}

.navbar1_dropdown-link-2 {
  padding: 0.5rem 1rem;
}

.navbar1_dropdown-link-2.w--current {
  color: transparent;
}

.navbar1_menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90px;
  padding-right: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 30px;
  background-color: rgba(0, 0, 0, 0.85);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.navbar1_menu-button {
  padding: 0rem;
}

.navbar1_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  -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;
  color: hsla(0, 0%, 100%, 0.9);
}

.navbar1_logo-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90px;
  height: 90px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 30px;
  background-color: rgba(0, 0, 0, 0.85);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.navbar1_logo-link.w--current {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90px;
  height: 90px;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 30px;
  background-color: rgba(0, 0, 0, 0.85);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.navbar1_dropdwn-toggle-2 {
  padding: 0.5rem 2.5rem 0.5rem 1rem;
}

.image-82 {
  height: 25px;
}

.navbar1_dropdown-list.w--open {
  padding: 8px;
  border: 1px solid #000;
  background-color: #fff;
}

.navbar1_link-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 30px;
  padding: 0rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Helvetica neue extended', sans-serif;
  color: hsla(0, 0%, 100%, 0.8);
  font-size: 18px;
  font-weight: 500;
}

.navbar1_link-2:hover {
  color: #fff;
  text-decoration: underline;
}

.navbar1_link-2.w--current {
  color: #fff;
}

.navbar1_link-2.last_link:hover {
  text-decoration: none;
}

.text-span-11 {
  display: block;
  margin-left: 10px;
  padding: 8px 15px;
  border-radius: 14px;
  background-color: #11007a;
  font-size: 10px;
}

.text-span-11:hover {
  text-decoration: none;
}

.first_part:hover {
  text-decoration: underline;
}

.text-block-7 {
  margin-top: 5px;
  font-family: 'Helvetica neue extended', sans-serif;
  color: rgba(0, 0, 0, 0.7);
  font-size: 12px;
}

.number-2 {
  position: relative;
  height: 4.5vh;
  margin-top: 0px;
  margin-bottom: 0px;
  float: right;
  font-family: Oswald, sans-serif;
  color: hsla(0, 0%, 100%, 0.7);
  font-size: 18px;
  line-height: auto;
  font-weight: 400;
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.overlay__inner-wrap {
  position: absolute;
  width: 40vw;
  height: 80vh;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #25282a;
  background-image: url('../images/oui6.jpg');
  background-position: 46% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.overlay__inner-wrap.second {
  height: 90vh;
  margin-bottom: 25px;
  background-color: rgba(37, 40, 42, 0);
  background-image: url('../images/Home-Secreen.png');
  background-position: 50% 50%;
  background-size: contain;
}

.overlay__inner-wrap.fifth {
  height: 90vh;
  margin-bottom: 25px;
  background-color: rgba(37, 40, 42, 0);
  background-image: url('../images/User-Profile.png');
  background-position: 50% 50%;
  background-size: contain;
}

.overlay__inner-wrap.third {
  height: 90vh;
  margin-bottom: 25px;
  background-color: rgba(37, 40, 42, 0);
  background-image: url('../images/24hr-reward-_-Del.png');
  background-position: 50% 50%;
  background-size: contain;
}

.overlay__inner-wrap.fourth {
  height: 90vh;
  margin-bottom: 25px;
  background-color: rgba(37, 40, 42, 0);
  background-image: url('../images/Hover-character-screen.png');
  background-position: 50% 50%;
  background-size: contain;
}

.overlay__inner-wrap.first {
  height: 90vh;
  margin-bottom: 25px;
  background-color: rgba(37, 40, 42, 0);
  background-image: url('../images/Battle-screen.png');
  background-position: 50% 50%;
  background-size: contain;
}

.progress-bar {
  width: 6px;
  height: 0%;
  background-color: #fff;
}

.title-block {
  position: relative;
  top: 32vh;
  width: 50%;
  height: auto;
  padding-top: 0px;
  text-decoration: none;
}

.page-wrap {
  position: -webkit-sticky;
  position: sticky;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  background-color: rgba(27, 31, 37, 0);
  background-image: none;
  background-position: 0px 0px;
}

.section-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-overlay.one {
  z-index: 1;
}

.section-overlay.three {
  z-index: 1;
  -webkit-transform: translate(100vw, 100vh);
  -ms-transform: translate(100vw, 100vh);
  transform: translate(100vw, 100vh);
}

.section-overlay.four {
  z-index: 1;
  -webkit-transform: translate(100vw, 100vh);
  -ms-transform: translate(100vw, 100vh);
  transform: translate(100vw, 100vh);
}

.section-overlay.two {
  z-index: 1;
  -webkit-transform: translate(100vw, 100vh);
  -ms-transform: translate(100vw, 100vh);
  transform: translate(100vw, 100vh);
}

.section-overlay.five {
  z-index: 1;
  -webkit-transform: translate(100vw, 100vh);
  -ms-transform: translate(100vw, 100vh);
  transform: translate(100vw, 100vh);
}

.number-rail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 4vw;
  height: 22.5vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.project-title {
  position: relative;
  z-index: 50;
  display: block;
  width: 20vw;
  height: 4.5vh;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Helvetica neue extended', sans-serif;
  color: rgba(0, 0, 0, 0.7);
  font-size: 18px;
  line-height: auto;
  font-weight: 400;
  letter-spacing: 0px;
  text-transform: none;
}

.title-rail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20vw;
  height: 22.5vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.scroll-wrap {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 6px;
  height: 100vh;
}

.overlay__inner-container {
  position: relative;
  top: 3vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 344px;
  height: 744px;
  -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;
}

.title-outline {
  color: transparent;
}

.content {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9;
  width: 100vw;
  height: 100vh;
  padding: 5vh 5vw;
}

.number-wrap {
  position: absolute;
  right: 5vw;
  bottom: 10vh;
  overflow: hidden;
  width: 4vw;
  height: 4.5vh;
}

.title {
  position: relative;
  margin-top: 0px;
  margin-bottom: 0px;
  border: 1px none #000;
  color: #fff;
  font-size: 100px;
  line-height: 100px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.title.slide1 {
  position: absolute;
  margin-left: -5px;
  font-family: M42, sans-serif;
  color: #000;
  font-size: 35px;
  line-height: 1.2;
  font-weight: 700;
}

.project-title-wrap {
  position: absolute;
  left: 4.6vw;
  top: 46vh;
  overflow: hidden;
  width: 20vw;
  height: 4.5vh;
}

.fullpage {
  position: relative;
  width: auto;
  height: auto;
  float: right;
}

.fullpage.fullpage-wrapper {
  position: static;
  display: block;
  overflow: hidden;
  width: 100vw;
  height: auto;
  min-height: 0px;
}

.section-2 {
  position: relative;
  display: block;
  overflow: visible;
  width: 100%;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.div-block-42 {
  overflow: visible;
  min-height: 400vh;
}

.text-span-12 {
  display: none;
  margin-left: 20px;
  padding: 5px 10px;
  border-radius: 20px;
  background-color: #0a0075;
  font-size: 10px;
  text-transform: uppercase;
}

.coming_soon {
  position: absolute;
  top: 110%;
  right: 0%;
  display: none;
}

.text-block-8 {
  display: block;
  padding: 10px 20px 9px;
  border-radius: 20px;
  background-color: #0a0075;
  font-family: 'Helvetica neue extended', sans-serif;
  font-size: 12px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.cursor-wrapper {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 999;
  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;
}

.centre-dot {
  width: 8px;
  height: 8px;
  border-radius: 50px;
  background-color: #c00000;
}

.outer-circle {
  position: absolute;
  width: 40px;
  height: 40px;
  border-style: solid;
  border-width: 2px;
  border-color: hsla(0, 0%, 54.7%, 0.5);
  border-radius: 50px;
}

.image-83 {
  height: 25px;
  margin-top: 25px;
}

.image-84 {
  position: absolute;
  display: none;
  height: 25px;
  margin-top: 25px;
}

.div-block-44 {
  position: relative;
  overflow: visible;
  min-height: 400vh;
}

.text-block-9 {
  font-family: 'Helvetica neue extended', sans-serif;
  color: #fff;
  text-transform: uppercase;
}

.soon {
  position: absolute;
  left: 40%;
  top: 53%;
  display: none;
  margin-top: 25px;
  padding: 7.5px 15px;
  border-radius: 20px;
  background-color: #0a0075;
}

.lottie-animation {
  position: absolute;
  left: 50%;
  top: 2740.49px;
  height: 80px;
}

@media screen and (max-width: 991px) {
  .padding-vertical {
    padding-right: 0rem;
    padding-left: 0rem;
  }

  .padding-vertical.padding-xxlarge {
    margin-top: 0rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .button-4 {
    font-size: 3vw;
  }

  .margin-bottom {
    margin-top: 0rem;
    margin-right: 0rem;
    margin-left: 0rem;
  }

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

  .d-133-3d-wrapper {
    margin-bottom: 80px;
  }

  ._150-image-wrapper-inner {
    width: 200vw;
  }

  ._150-image-wrapper-outer {
    -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;
  }

  .dropdown-icon {
    margin-right: 0px;
  }

  .menu-icon1_line-middle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-right: 0px;
    padding-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: hsla(0, 0%, 100%, 0.9);
  }

  .navbar1_menu-dropdown {
    font-size: 18px;
  }

  .menu-icon1_line-top {
    width: 24px;
    height: 2px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: hsla(0, 0%, 100%, 0.9);
  }

  .navbar1_dropdown-link-2 {
    width: auto;
    padding: 0.75rem 0rem 0.75rem 5%;
  }

  .navbar1_menu {
    overflow: auto;
    padding: 1rem 5% 2.5rem;
    border-bottom: 1px solid #000;
    background-color: #fff;
    background-clip: border-box;
    -webkit-text-fill-color: inherit;
  }

  .menu-icon_line-middle-inner {
    width: 4px;
    height: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
  }

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

  .navbar1_dropdwn-toggle-2 {
    display: block;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-left: 0rem;
  }

  .menu-icon1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 48px;
    height: 48px;
    margin-right: -0.5rem;
    padding-right: 0rem;
    padding-bottom: 0rem;
    -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;
  }

  .navbar1_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .navbar1_dropdown-list.w--open {
    padding: 0px;
    border-style: none;
  }

  .menu-icon1_line-bottom {
    width: 24px;
    height: 2px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: hsla(0, 0%, 100%, 0.9);
  }

  .navbar1_link-2 {
    width: auto;
    padding: 0.75rem 0rem;
    font-size: 18px;
  }

  .number-2 {
    font-size: 20px;
  }

  .overlay__inner-wrap.first {
    width: 46vw;
  }

  .title-block {
    top: 36vh;
    width: 60%;
  }

  .number-rail {
    width: 5vw;
  }

  .project-title {
    font-size: 20px;
  }

  .title-rail {
    width: 26vw;
  }

  .overlay__inner-container {
    width: 40vw;
  }

  .number-wrap {
    width: 5vw;
  }

  .title {
    font-size: 80px;
    line-height: 84px;
  }

  .title.slide1 {
    margin-left: 0px;
    font-size: 80px;
  }

  .project-title-wrap {
    width: 26vw;
  }

  .cursor-wrapper {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .padding-vertical {
    padding-right: 0rem;
    padding-left: 0rem;
  }

  .logo3_list {
    padding-top: 1rem;
    grid-column-gap: 1rem;
    -ms-grid-columns: 10rem 10rem 10rem 10rem 10rem 10rem 10rem 10rem;
    grid-template-columns: 10rem 10rem 10rem 10rem 10rem 10rem 10rem 10rem;
  }

  .logo3_wrapper {
    padding-right: 1rem;
    padding-bottom: 1rem;
    padding-left: 1rem;
  }

  .logo3_logo {
    max-height: 3rem;
  }

  .button-4 {
    font-size: 4vw;
  }

  .margin-bottom-xlarge {
    margin-bottom: 48px;
  }

  .margin-bottom {
    margin-top: 0rem;
    margin-right: 0rem;
    margin-left: 0rem;
  }

  .timeline_item {
    width: 100%;
    -ms-grid-columns: 64px 1fr;
    grid-template-columns: 64px 1fr;
  }

  .textbox {
    font-size: 20px;
  }

  .timeline_left {
    text-align: left;
  }

  .timeline_sub_phase {
    margin-bottom: 24px;
    font-size: 36px;
  }

  .faq6_answer {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }

  .timeline_progress {
    left: 6px;
  }

  .faq6_question-3 {
    padding: 1rem 1.25rem;
  }

  .timeline_centre {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .timeline_quarter {
    margin-bottom: 24px;
    font-size: 36px;
  }

  .navbar1_component {
    height: 4rem;
  }

  .number-2 {
    color: #fff;
    font-size: 18px;
    letter-spacing: 2px;
  }

  .overlay__inner-wrap.second {
    width: 100vw;
    height: 100vh;
  }

  .overlay__inner-wrap.fifth {
    width: 100vw;
    height: 100vh;
  }

  .overlay__inner-wrap.third {
    width: 100vw;
    height: 100vh;
  }

  .overlay__inner-wrap.fourth {
    width: 100vw;
    height: 100vh;
  }

  .overlay__inner-wrap.first {
    width: 100vw;
    height: 100vh;
    background-image: radial-gradient(circle farthest-corner at 50% 50%, hsla(0, 0%, 89.4%, 0) 55%, rgba(15, 15, 15, 0.6)), url('../images/p-1.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .progress-bar {
    width: 4px;
  }

  .title-block {
    position: relative;
    top: 31vh;
  }

  .page-wrap {
    z-index: 1;
  }

  .number-rail {
    width: 10vw;
  }

  .project-title {
    width: 40vw;
    color: #fff;
    font-size: 18px;
  }

  .title-rail {
    width: 40vw;
  }

  .scroll-wrap {
    width: 4px;
  }

  .overlay__inner-container {
    top: 0vh;
    width: 100vw;
    height: 100vh;
  }

  .number-wrap {
    width: 10vw;
  }

  .title {
    font-size: 66px;
    line-height: 70px;
    text-align: center;
  }

  .title.slide1 {
    margin-left: 0px;
    text-align: left;
  }

  .project-title-wrap {
    width: 40vw;
  }
}

@media screen and (max-width: 479px) {
  .intro-city {
    overflow: hidden;
    height: 75vh;
  }

  .body-text.footie {
    font-size: 14px;
  }

  .midte {
    bottom: 0px;
    width: 200%;
    max-width: 200%;
  }

  .forrest {
    width: 400%;
    max-width: 200%;
  }

  .bagerst {
    bottom: 0px;
    max-width: 200%;
  }

  .hero-header {
    margin-top: 45%;
    background-image: none;
  }

  .swayguide._02 {
    left: 20%;
    top: 15%;
    right: 34%;
    width: 100px;
    height: auto;
  }

  .swayguide._03 {
    top: 20%;
    right: 9%;
    width: 160px;
    height: auto;
  }

  .swayguide._04 {
    left: 9%;
    top: 27%;
    width: 110px;
    height: auto;
  }

  .swayguide._05 {
    left: 54%;
    top: 2%;
    width: 150px;
    height: auto;
  }

  .swayguide._06 {
    left: 50%;
    top: 62%;
    width: 150px;
    height: auto;
  }

  .swayguide._07 {
    left: 4%;
    top: 73%;
    width: 130px;
    height: auto;
  }

  .swayguide._08 {
    top: 59%;
    width: 150px;
    height: auto;
  }

  .swayguide._00 {
    left: 4%;
    top: 4%;
    width: 120px;
    height: auto;
  }

  .swayguide._09 {
    top: 84%;
    right: 44%;
    width: 130px;
    height: auto;
  }

  .swayguide._10 {
    left: 65%;
    top: 58%;
    display: none;
    width: 110px;
    height: auto;
  }

  .swayguide._11 {
    top: 76%;
    right: 7%;
    width: 120px;
    height: auto;
  }

  .bold-text.grainy_tex {
    font-size: 20px;
  }

  .bold-text.white_bg {
    font-size: 20px;
  }

  .description_section {
    padding-right: 10%;
    padding-left: 10%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }

  .about_description {
    max-width: 850px;
    font-size: 15px;
    line-height: 1.3;
    text-align: left;
  }

  .text-span {
    font-size: 12px;
  }

  .whitepaper_cta {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 15px;
    text-align: left;
  }

  .image-6 {
    width: 12px;
    height: 12px;
  }

  .nexus_section_content {
    top: 27%;
    margin-top: 200px;
  }

  .image-7 {
    width: 65px;
    height: auto;
  }

  .heading-2 {
    margin-top: 16px;
    font-size: 25px;
  }

  .paragraph-3 {
    margin-top: 25px;
    font-size: 15px;
  }

  .button.primary_button {
    font-size: 11px;
  }

  .padding-vertical {
    padding-right: 0rem;
    padding-left: 0rem;
  }

  .padding-vertical.padding-xxlarge {
    margin-top: 1rem;
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .logo3_list {
    padding-top: 0rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-grid-columns: 6.75rem 6.75rem 6.75rem 6.75rem 6.75rem 6.75rem 6.75rem 6.75rem;
    grid-template-columns: 6.75rem 6.75rem 6.75rem 6.75rem 6.75rem 6.75rem 6.75rem 6.75rem;
  }

  .logo3_wrapper {
    padding-right: 0rem;
    padding-bottom: 0rem;
    padding-left: 0rem;
    -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;
  }

  .grid-2 {
    grid-column-gap: 15px;
    grid-row-gap: 16px;
  }

  .image-12.nft-image {
    height: 200px;
  }

  .heading-3 {
    font-size: 25px;
    text-align: center;
  }

  .paragraph-4 {
    max-width: 600px;
    margin-right: 20px;
    margin-left: 20px;
    font-size: 15px;
  }

  .grid-3 {
    justify-items: start;
    grid-column-gap: 50px;
    grid-row-gap: 25px;
    -ms-grid-columns: -webkit-max-content -webkit-max-content;
    -ms-grid-columns: max-content max-content;
    grid-template-columns: -webkit-max-content -webkit-max-content;
    grid-template-columns: max-content max-content;
  }

  .text-block-3 {
    font-size: 13px;
  }

  .wrapper {
    overflow: hidden;
  }

  .section {
    padding-right: 10%;
    background-image: url('../images/Ellipse-5.png');
    background-position: 0px 0px;
    background-size: auto 100%;
    background-repeat: no-repeat;
  }

  .heading-4 {
    font-size: 25px;
  }

  .paragraph-5 {
    font-size: 15px;
  }

  .roadmap_sway {
    display: none;
  }

  .sway_raodmap._1 {
    display: none;
  }

  .swayguide_roadmap._3 {
    display: none;
  }

  .button-4 {
    font-size: 5vw;
  }

  .margin-bottom {
    margin-top: 0rem;
    margin-right: 0rem;
    margin-left: 0rem;
  }

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

  .plus_image_timeline {
    max-width: none;
  }

  .italic-text-5 {
    font-size: 18px;
  }

  .text-span-6 {
    font-size: 18px;
  }

  .italic-text {
    font-style: normal;
  }

  .margin-bottom-medium {
    margin-bottom: 24px;
  }

  .timeline_right-2 {
    margin-top: 30px;
  }

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

  .timeline_sub_phase {
    margin-bottom: 15px;
    font-size: 20px;
    font-style: normal;
  }

  .timeline_quarter {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 20px;
    font-style: normal;
  }

  .heading-5 {
    font-size: 15px;
  }

  .paragraph-13 {
    font-size: 14px;
  }

  .div-block-34 {
    height: 20vh;
  }

  .whitepaper_cta_black {
    display: none;
  }

  .paragraph-2-copy {
    font-size: 15px;
    text-align: left;
  }

  .text-block-copy {
    font-size: 15px;
    text-align: left;
  }

  .link-block-copy {
    text-align: left;
  }

  .header_section_nexus {
    position: relative;
    overflow: visible;
    height: 200vh;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/nexus_2.png'), url('../images/nexus_1.png');
    background-image: linear-gradient(180deg, transparent, transparent), url('../images/nexus_2.png'), url('../images/nexus_1.png');
    background-size: auto, auto, auto;
  }

  .card_stack_div {
    top: 150px;
    height: 600px;
  }

  .card-wrap {
    left: 0%;
    overflow: hidden;
    width: 100vw;
    height: 75vh;
    margin-left: 0px;
  }

  .card {
    top: 5%;
    width: 200px;
    height: 320px;
  }

  .card.top {
    top: 5%;
    width: 200px;
    height: 320px;
  }

  .paragraph-14 {
    margin-top: 85px;
    font-size: 15px;
  }

  .div-block-35 {
    margin-top: 100px;
    padding-right: 6%;
    padding-left: 6%;
  }

  ._150-image-wrapper-inner {
    width: 500vw;
  }

  ._150-image {
    width: 500px;
    height: 300px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  ._150-image._14 {
    width: 500px;
  }

  ._150-image._10 {
    width: 500px;
    height: 300px;
  }

  ._150-image._7 {
    width: 500px;
    height: 300px;
  }

  ._150-image._21 {
    width: 500px;
  }

  ._150-image._20 {
    width: 500px;
  }

  ._150-image._11 {
    width: 500px;
    height: 300px;
  }

  ._150-image._14-1 {
    width: 500px;
  }

  ._150-image._16 {
    width: 500px;
  }

  ._150-image._17 {
    width: 500px;
    height: 300px;
  }

  ._150-image._13 {
    width: 500px;
  }

  ._150-image._15 {
    width: 500px;
    height: 300px;
  }

  ._150-image._14-2 {
    width: 500px;
  }

  ._150-image._26 {
    width: 500px;
  }

  ._150-image._9 {
    width: 500px;
    height: 300px;
  }

  ._150-image._12 {
    width: 500px;
    height: 300px;
  }

  ._150-image._8 {
    width: 500px;
    height: 300px;
  }

  ._150-image._22 {
    width: 500px;
  }

  ._150-image._14-copy {
    width: 500px;
  }

  ._150-image._18 {
    width: 500px;
  }

  ._150-image-wrapper-outer {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .div-block-38 {
    padding-top: 20px;
  }

  .div-block-39 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 0px;
  }

  .paragraph-15 {
    max-width: 250px;
    font-size: 15px;
  }

  .paragraph-16 {
    margin-right: 10px;
    font-size: 20px;
  }

  .paragraph-17 {
    font-size: 12px;
  }

  .div-block-40 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .text-block-4 {
    font-size: 13px;
  }

  .text-block-5 {
    font-size: 13px;
  }

  .text-block-6 {
    font-size: 13px;
  }

  .navbar1_component {
    margin-top: 15px;
    margin-right: 15px;
    margin-left: 15px;
    padding-right: 0%;
    padding-left: 0%;
    color: #f5ebeb;
  }

  .menu-icon1_line-middle {
    width: 22px;
    background-color: hsla(0, 0%, 100%, 0.9);
  }

  .menu-icon1_line-top {
    width: 22px;
    background-color: hsla(0, 0%, 100%, 0.9);
  }

  .navbar1_menu {
    z-index: 0;
    height: auto;
    margin-top: 10px;
    padding-top: 1rem;
    padding-bottom: 1rem;
    border: 1px none #000;
    border-radius: 15px;
    background-color: rgba(0, 0, 0, 0.85);
    opacity: 1;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
  }

  .navbar1_logo-link {
    width: 55px;
    height: 55px;
    border-radius: 20px;
  }

  .navbar1_logo-link.w--current {
    width: 55px;
    height: 55px;
    border-radius: 20px;
  }

  .menu-icon1 {
    width: 55px;
    height: 55px;
    border-radius: 20px;
    background-color: rgba(0, 0, 0, 0.85);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
  }

  .image-82 {
    position: relative;
    z-index: 2;
    height: 15px;
  }

  .menu-icon1_line-bottom {
    width: 22px;
    border: 1px none #000;
    background-color: hsla(0, 0%, 100%, 0.9);
  }

  .navbar1_link-2 {
    margin-bottom: 25px;
    margin-left: 0px;
    padding-top: 0rem;
    padding-bottom: 0rem;
  }

  .navbar1_link-2.last_link {
    margin-bottom: 0px;
  }

  .text-span-11 {
    padding: 6px 12px;
    font-size: 9px;
  }

  .text-block-7 {
    font-size: 11px;
  }

  .number-2 {
    font-size: 16px;
  }

  .overlay__inner-wrap.second {
    display: block;
    width: 80vw;
    background-image: url('../images/Home-Secreen.png');
    background-size: contain;
    background-repeat: no-repeat;
  }

  .overlay__inner-wrap.fifth {
    width: 80vw;
  }

  .overlay__inner-wrap.third {
    width: 80vw;
  }

  .overlay__inner-wrap.fourth {
    width: 80vw;
  }

  .overlay__inner-wrap.first {
    width: 80vw;
    margin-bottom: 0px;
    background-image: url('../images/Battle-screen.png');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .title-block {
    top: 30vh;
    width: 80%;
  }

  .project-title {
    display: none;
    font-size: 16px;
  }

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

  .number-wrap {
    bottom: 14vh;
  }

  .title {
    font-size: 46px;
    line-height: 52px;
  }

  .title.slide1 {
    display: none;
    font-size: 20px;
    line-height: 2;
  }

  .project-title-wrap {
    bottom: 14vh;
  }

  .text-span-12 {
    display: block;
    margin-left: 15px;
  }

  .coming_soon {
    display: none;
  }
}

#w-node-_3c547bba-9a10-1378-7fc5-3854aeec2870-47857d0c {
  -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-_3243c1a7-130e-1280-52c4-3ea619081f8c-47857d0c {
  -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-e20e0523-9c0b-ce01-f861-67f9167ab825-47857d0c {
  -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-_9c62c758-8954-190d-116a-407d573a4703-47857d0c {
  -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-_9dc5c2fc-44b8-e24e-5a63-4d03780562f6-47857d0c {
  -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-c6a5ab57-596a-8218-250f-46d135ddb158-47857d0c {
  -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-_3a89cec5-cff4-5783-66df-28956bbad478-47857d0c {
  -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-_9cc3c8f3-7108-a0cb-5a17-b850c1a0f0de-47857d0c {
  -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-_9cc3c8f3-7108-a0cb-5a17-b850c1a0f0df-47857d0c {
  -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-_9cc3c8f3-7108-a0cb-5a17-b850c1a0f0e0-47857d0c {
  -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-_9cc3c8f3-7108-a0cb-5a17-b850c1a0f0e1-47857d0c {
  -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-_9cc3c8f3-7108-a0cb-5a17-b850c1a0f0e2-47857d0c {
  -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-_9cc3c8f3-7108-a0cb-5a17-b850c1a0f0e3-47857d0c {
  -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-_9cc3c8f3-7108-a0cb-5a17-b850c1a0f0e4-47857d0c {
  -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-afa20dfb-8585-fc13-a7e3-9f49826ba850-826ba84d {
  -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-afa20dfb-8585-fc13-a7e3-9f49826ba854-826ba84d {
  -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-afa20dfb-8585-fc13-a7e3-9f49826ba858-826ba84d {
  -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-afa20dfb-8585-fc13-a7e3-9f49826ba85c-826ba84d {
  -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-c168a394-1277-a4a1-c264-7a341ce3cb2a-826ba84d {
  -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;
}

@media screen and (max-width: 767px) {
  #w-node-b2da4aec-4847-77f1-0498-b3c775b33b34-3d090faf {
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-b2da4aec-4847-77f1-0498-b3c775b33b38-3d090faf {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 2;
    grid-row-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-_9582b255-6bf1-10a3-fdcd-4fc92d1f3207-3d090faf {
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-_9582b255-6bf1-10a3-fdcd-4fc92d1f320f-3d090faf {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 2;
    grid-row-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-_566340c1-a1cc-9781-cb57-67005672f216-3d090faf {
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-_566340c1-a1cc-9781-cb57-67005672f21e-3d090faf {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 2;
    grid-row-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-bdb4b472-f222-befa-392e-79e6c665a52b-3d090faf {
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-bdb4b472-f222-befa-392e-79e6c665a533-3d090faf {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 2;
    grid-row-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-c380748c-dc65-45b8-9125-f81e91f7760d-3d090faf {
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-c380748c-dc65-45b8-9125-f81e91f77615-3d090faf {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 2;
    grid-row-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-be724094-09b3-286d-eed7-fe9850410b88-3d090faf {
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-be724094-09b3-286d-eed7-fe9850410b90-3d090faf {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 2;
    grid-row-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-fe517195-82f1-dc35-5a4a-9cc9f31e4fb1-3d090faf {
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-fe517195-82f1-dc35-5a4a-9cc9f31e4fb9-3d090faf {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 2;
    grid-row-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-fa8cf2ac-468a-fd70-8fec-c98d8100009d-3d090faf {
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-fa8cf2ac-468a-fd70-8fec-c98d810000a5-3d090faf {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 2;
    grid-row-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-_54e1e284-430a-2ccf-cf90-a218f6696489-3d090faf {
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-_54e1e284-430a-2ccf-cf90-a218f6696491-3d090faf {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 2;
    grid-row-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }
}

@font-face {
  font-family: 'M42';
  src: url('../fonts/m42.TTF') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Quicksand';
  src: url('../fonts/Quicksand-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Quicksand';
  src: url('../fonts/Quicksand-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Quicksand';
  src: url('../fonts/Quicksand-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Helvetica neue extended';
  src: url('../fonts/Helvetica-Neue-Medium-Extended.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Apercu';
  src: url('../fonts/{Colophon}-Aperçu-Regular-Typeface.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Apercu';
  src: url('../fonts/{Colophon}-Aperçu-Light-Typeface.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Apercu';
  src: url('../fonts/{Colophon}-Aperçu-Medium-Typeface.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Apercu';
  src: url('../fonts/{Colophon}-Aperçu-Bold-Typeface.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Apercu';
  src: url('../fonts/{Colophon}-Aperçu-Black-Italic-Typeface.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Apercu';
  src: url('../fonts/{Colophon}-Aperçu-Black-Typeface.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Apercu';
  src: url('../fonts/{Colophon}-Aperçu-Bold-Italic-Typeface.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Apercu';
  src: url('../fonts/{Colophon}-Aperçu-Light-Italic-Typeface.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Apercu';
  src: url('../fonts/{Colophon}-Aperçu-Italic-Typeface.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Apercu Mono';
  src: url('../fonts/{Colophon}-Aperçu-Mono-Typeface.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Apercu';
  src: url('../fonts/{Colophon}-Aperçu-Medium-Italic-Typeface.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: auto;
}