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

body {
  color: #333;
  background-color: #0e2628;
  background-image: linear-gradient(#0e2628 42%, #5c9e90);
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Bubblegum Sans', sans-serif;
  font-size: 44px;
  line-height: 44px;
  font-weight: 700;
}

h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: 'Bubblegum Sans', sans-serif;
  color: #0a1a1b;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}

p {
  margin-bottom: 10px;
  line-height: 22px;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  -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;
}

.brand {
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.image {
  margin-top: 16px;
  margin-bottom: 16px;
}

.navbar {
  background-color: rgba(221, 221, 221, 0);
  margin-left: 50px;
  margin-right: 50px;
  display: none;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.navitem {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 20px;
  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-style: none;
  border-width: 2px;
  border-color: #fff;
  border-radius: 50px;
  background-color: rgba(92, 158, 144, 0);
  font-family: 'Bubblegum Sans', sans-serif;
  color: #fff;
  font-size: 18px;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 20px 10px;
  -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: 32px;
  background-color: #000;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(71%, #ff1800), to(#ffa022));
  background-image: linear-gradient(180deg, #ff1800 71%, #ffa022);
}

.hero-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding-right: 2rem;
  padding-left: 2rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #0a1a1b;
  background-image: url('/images/1-1.png');
  background-position: 50% 50%;
  background-size: cover;
}

.body {
  height: auto;
  background-color: #0a1a1b;
  background-image: none;
  font-family: Lato, sans-serif;
  color: #fff;
}

.primarysection {
  margin-top: 240px;
  margin-bottom: 0px;
  padding-right: 20px;
  padding-left: 20px;
  -o-object-fit: fill;
  object-fit: fill;
}

.primarysection.secondary-section {
  margin: 0px;
}

.primarysection.footer {
  margin-top: 240px;
  margin-bottom: 0px;
  background-color: #0a1a1b;
}

.customcontainer {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  max-width: 1000px;
  min-height: auto;
  margin-right: auto;
  margin-left: auto;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}
.image-2 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 24px;
  z-index: 2;
  overflow: hidden;
  width: 800px;
  height: auto;
  margin-top: -138px;
  margin-right: auto;
  margin-left: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 45%;
  object-position: 50% 45%;
}

.div-block-2 {
  position: absolute;
}

.div-block-3 {
  width: 60%;
  height: 400px;
  margin-top: 200px;
  border-radius: 32px;
  background-color: #5c9e90;
  box-shadow: 1px 1px 3px 0 #000;
}

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

.div-block-5 {
  background-image: url('/images/IMG_0135.PNG');
  background-position: 50% 50%;
  background-size: cover;
  -o-object-fit: fill;
  object-fit: fill;
}

.gridwrap {
  margin-top: 0px;
}

.primarycontaint {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  margin: 0px auto;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  min-height: 360px;
  padding: 20px;
  -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;
  background-color: #5c9e90;
}

.meshwrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  border: 1px none #000;
  border-radius: 32px;
  box-shadow: 7px 7px 0 1px #000;
}

.h2 {
  color: #fff;
  font-size: 32px;
  line-height: 40px;
  font-weight: 300;
}

.question-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  margin-bottom: 24px;
  padding: 20px 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(9, 106, 208, 0.2);
  border-radius: 8px;
  background-color: #fff;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
}

.question-container.transparent {
  margin-bottom: 16px;
  padding: 10px 0px;
  border-style: none;
  background-color: transparent;
}

.question {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.question-arrow-icon {
  margin-top: 26px;
  margin-right: 8px;
  margin-left: 24px;
}

.question-arrow-icon.left {
  margin-top: 11px;
  margin-right: 16px;
  margin-left: 0px;
}

.bold {
  font-weight: 500;
}

.answer {
  display: block;
  overflow: hidden;
  padding-right: 8px;
  padding-left: 64px;
  color: #9096a4;
}

.answer._2 {
  margin-left: 32px;
  padding-right: 0px;
  padding-left: 0px;
}

.wrapper {
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  width: 100%;
  max-width: 1230px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
  -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;
}

.section {
  position: relative;
  display: block;
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -15px;
  margin-left: -15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.col {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.col.lg-6 {
  width: 50%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.col.lg-3 {
  width: 25%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.col.lg-2 {
  width: 16.66%;
}

.col.lg-8 {
  width: 66.66%;
}

.section-header {
  display: block;
  margin: 0px auto 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.service-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  margin-top: 11px;
  margin-bottom: 0px;
  padding: 0px;
  float: left;
  -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: 1px solid #096ad0;
  border-radius: 50%;
  color: #096ad0;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
}

.service-icon._2 {
  width: 40px;
  height: 40px;
  margin-top: 11px;
  margin-bottom: 0px;
  border-color: #096ad0;
  color: #096ad0;
}

.answer-text {
  margin-top: 8px;
}

.question-text {
  margin-top: 15px;
  margin-left: 24px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.full-width {
  width: 100%;
}

.accordian-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.h3 {
  font-family: 'Changa One', Impact, sans-serif;
  cursor: pointer;
}

.accordianitemcontent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  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;
}

.text-block {
  overflow: hidden;
}

.paragraph {
  margin-bottom: 0px;
}

.paragraph.panel {
  padding-top: 15px;
}

.trigger-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
  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;
}

.faq-trigger {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 50%;
  min-width: 100%;
  -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: #fff;
}

.dropdown {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-2 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.dropdown-list {
  position: static;
  display: block;
  background-color: #5c9e90;
  color: #5c9e90;
}

.faqdiv {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  margin-top: 80px;
  margin-bottom: 80px;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 32px;
  background-color: #5c9e90;
  box-shadow: 7px 7px 0 1px #000;
}

.accordian-item-trigger {
  cursor: pointer;
}

.accordian-content {
  overflow: hidden;
  cursor: auto;
}

.accordian-contetn {
  overflow: hidden;
  color: #0a1a1b;
}

.accordiantrigger {
  color: #0a1a1b;
  font-size: 24px;
}

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

.faq-grid {
  display: -ms-grid;
  display: grid;
  margin-top: 20px;
  margin-bottom: 20px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.digimonkimagewrapper {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: auto;
  max-width: 1000px;
  -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;
}

.image-3 {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  width: 600px;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-4 {
  position: absolute;
  top: -133px;
}

.formwrap {
  padding: 32px;
  border-radius: 32px;
  background-color: #0a1a1b;
  box-shadow: 7px 7px 0 1px #000;
}

.submit-button {
  margin-top: 16px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  border-radius: 8px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(70%, #ff1800), to(#ffa022));
  background-image: linear-gradient(180deg, #ff1800 70%, #ffa022);
  font-family: 'Bubblegum Sans', sans-serif;
  color: #0a1a1b;
  font-size: 22px;
  font-weight: 400;
}

.submit-button.navitem.formbutton {
  margin-top: 20px;
  margin-left: 0px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  background-color: #ff1800;
  color: #0a1a1b;
}

.footerwrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: auto auto 0px;
  padding-top: 40px;
  padding-bottom: 40px;
  -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;
}

.footertop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 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;
}

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

.image-5 {
  width: 400px;
  margin: 0px auto 20px;
}

.footerlinks {
  margin-right: 20px;
  margin-left: 20px;
  color: #0a1a1b;
}

.paragraph-2 {
  line-height: 22px;
}

.heading-2 {
  margin-top: 20px;
  font-family: 'Bubblegum Sans', sans-serif;
  color: #5c9e90;
  font-size: 32px;
}

.heading-3 {
  color: #0a1a1b;
}

.heading-4 {
  color: #0a1a1b;
}

.meshtext {
  color: #0a1a1b;
}

.meshtext.intro {
  color: #fff;
}

.formlabel {
  color: #5c9e90;
}

.field-label {
  color: #0a1a1b;
}

.field-label-2 {
  color: #0a1a1b;
}

.textfield {
  border-style: solid;
  border-width: 2px;
  border-color: transparent;
  border-radius: 8px;
  background-color: #fff;
  color: #000;
}

.textfield:focus {
  border-color: #0a1a1b;
}

.emaildiv {
  margin-top: 20px;
}

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

.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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.welcomewrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: 300;
}
.heading-5 {
  color: #5c9e90;
  font-weight: 400;
  letter-spacing: 2px;
}

.heading-5.aboutsection {
  margin-top: 0px;
}

.button {
  margin-top: 20px;
  border-radius: 32px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(58%, #ff1800), to(#ffa022));
  background-image: linear-gradient(180deg, #ff1800 58%, #ffa022);
  font-family: 'Bubblegum Sans', sans-serif;
  color: #0a1a1b;
  font-size: 22px;
}

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

.button.navitem.mintbutton {
  margin-left: 0px;
  background-image: linear-gradient(175deg, #ff1800, #ffa022 72%);
}

.button.mint {
  border-radius: 8px;
}

.secondsectioncontainer {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.div-block-7 {
  width: 50%;
}

.banana {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
}

.image-6 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
}

.image-7 {
  position: absolute;
  left: 58%;
  top: 211px;
  right: 0%;
  bottom: 0%;
}

.heading-6 {
  display: none;
}

.success-message {
  background-color: hsla(0, 0%, 86.7%, 0);
}

.bodywrap {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(31%, #0a1a1b), to(#5c9e90));
  background-image: linear-gradient(180deg, #0a1a1b 31%, #5c9e90);
}

.field-label-2-copy {
  color: #0a1a1b;
}

.error-message {
  margin-top: 20px;
  border-radius: 8px;
  background-color: #5c9e90;
  color: #ffa022;
}

.heading-11 {
  color: #5c9e90;
}

.social_link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  padding-left: 20px;
}

.image-9 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 23%;
  bottom: auto;
  z-index: 4;
}

.image-10 {
  position: absolute;
  left: 27%;
  top: auto;
  right: auto;
  bottom: 0%;
}

.opensea {
  height: 40px;
  color: #5f5f5f;
}

.image-11 {
  margin-left: 0px;
}

.navicon {
  display: block;
  margin-left: 16px;
  padding: 16px 20px 18px;
  -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;
}

.nav-menu-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: hsla(0, 0%, 100%, 0);
}

.centred-logo {
  margin-right: 20px;
  margin-left: 20px;
}

.nav-bar {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 200;
  display: none;
  padding-right: 20px;
  padding-left: 24px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -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: rgba(0, 0, 0, 0.1);
  opacity: 1;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
}

.menu-button-2.w--open {
  background-color: #fff;
  color: rgba(9, 106, 208, 0.2);
}

.container-2 {
  padding-top: 12px;
  padding-bottom: 12px;
}

.nav-link-2 {
  position: relative;
  padding: 16px 20px 18px;
  -webkit-transition: opacity 150ms ease;
  transition: opacity 150ms ease;
  color: #096ad0;
  font-size: 15px;
  line-height: 24px;
  cursor: pointer;
}

.nav-link-2:hover {
  opacity: 1;
  color: #096ad0;
}

.nav-link-2.w--current {
  -webkit-transition-property: none;
  transition-property: none;
  color: #096ad0;
  font-weight: 700;
}

.nav-link-2.navtext-style {
  font-family: 'Bubblegum Sans', sans-serif;
  color: #fff;
  font-size: 24px;
}

.centred-logo-container {
  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;
}

.image-12 {
  height: 80px;
}

.image-13 {
  height: 80px;
}

.image-14 {
  height: 85px;
}

.navbar-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
}

.container-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  padding-top: 8px;
  padding-bottom: 8px;
  -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;
}

.brand-2 {
  margin-right: auto;
}

.image-16 {
  height: 60px;
}

.nav-menu-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-17 {
  height: 24px;
}

.image-18 {
  height: 24px;
}

.brand-4 {
  margin-right: auto;
}

.navbar-4 {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
  background-color: rgba(0, 0, 0, 0.1);
}

.container-5 {
  max-width: 1000px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.nav-menu-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navlink {
  padding-right: 10px;
  padding-left: 10px;
  font-family: 'Bubblegum Sans', sans-serif;
  color: #fff;
  font-size: 22px;
}

.navlink.mint {
  margin-top: 0px;
  margin-right: 10px;
  margin-left: 10px;
  padding: 8px 20px;
  border-style: solid;
  border-width: 3px;
  border-color: #fff;
  border-radius: 8px;
}

.navlinkicon {
  padding-right: 10px;
  padding-left: 10px;
  line-height: 24px;
}

.image-19 {
  height: 24px;
}

.image-20 {
  height: 24px;
}

.image-21 {
  height: 24px;
}

.navwrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  -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;
}

.nav-menu-wrap {
  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;
}

.image-22 {
  height: 40px;
}

.image-23 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 14%;
  bottom: auto;
}

.italic-text {
  color: #0a1a1b;
  font-style: normal;
  text-decoration: none;
}

.image-24 {
  height: 42px;
}

.image-25 {
  height: 26px;
}

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

.pfp {
  width: 20rem;
  height: 20rem;
  border-radius: 50%;
  background-image: url('/images/Screenshot-2022-12-15-at-14.40.35.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.pfp.is-small {
  margin-top: 20px;
}

.heading-13 {
  font-family: 'Changa One', Impact, sans-serif;
  text-align: center;
}

.pfp2 {
  width: 20rem;
  height: 20rem;
  border-radius: 50%;
  background-image: url('/images/Keungz-pfp-.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.pfp2.is-small {
  margin-top: 20px;
}

.pfp3 {
  width: 20rem;
  height: 20rem;
  border-radius: 50%;
  background-image: url('/images/Screenshot-2022-12-15-at-14.41.06.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.pfp3.is-small {
  margin-top: 20px;
  box-shadow: 1px 1px 0 0 #000;
}

.pfp4 {
  width: 20rem;
  height: 20rem;
  margin-top: 20px;
  border-radius: 50%;
  background-image: url('/images/hyped.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.partner-image {
  width: 20rem;
  height: 20rem;
  border-radius: 50%;
  background-image: url('/images/Screenshot-2022-12-15-at-14.40.35.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.partner-image.is-small {
  margin-top: 20px;
}

.pfp2-copy {
  width: 20rem;
  height: 20rem;
  border-radius: 50%;
  background-image: url('/images/Keungz-pfp-.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.pfp2-copy.is-small {
  margin-top: 20px;
}

.partnergrid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.partner-profile-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 5rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.partner-profile-wrap-2 {
  width: auto;
  height: auto;
}

.pfp5 {
  width: 20rem;
  height: 20rem;
  margin-top: 20px;
  border-radius: 50%;
  background-image: url('/images/KaijuKing_3319.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.pfp6 {
  width: 20rem;
  height: 20rem;
  margin-top: 20px;
  border-radius: 100%;
  background-image: url('/images/Screenshot-2022-12-29-at-11.48.45.png');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.link {
  color: #ffa022;
  text-decoration: underline;
}

.gwn2-image-wrap {
  display: flex;
  height: 100%;
  flex-direction: row;
}

.gen-2-pfp-wrap {
  height: 100vh;
  padding: 4rem;
  flex: 0 0 auto;
}

.sticky-section {
  height: 150vw;
}

.camera {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
}

.image-27 {
  height: 100%;
  max-width: none;
}


@media screen and (max-width: 991px) {
  h1 {
    color: #5c9e90;
  }

  .navbar {
    margin-right: 20px;
    margin-left: 20px;
  }

  .navitem {
    width: 150px;
  }

  .nav-menu {
    left: auto;
    top: 100%;
    right: 0%;
    bottom: 0%;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: hsla(0, 0%, 78.4%, 0);
  }

  .icon {
    color: #fff;
  }

  .primarysection {
    padding-right: 40px;
    padding-left: 40px;
  }

  .div-block-6 {
    min-height: 480px;
  }

  .h2 {
    font-size: 28px;
  }

  .wrapper {
    padding-right: 30px;
    padding-left: 30px;
  }

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

  .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .col {
    width: 50%;
    margin-bottom: 0px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .col.lg-3 {
    width: 33.33%;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .col.lg-2.hidden-md-down {
    display: none;
  }

  .col.lg-8.md-4 {
    width: 100%;
  }

  .section-header {
    margin-bottom: 40px;
  }

  .service-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
  }

  .service-icon._2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .faq-trigger {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .accordian-contetn {
    font-size: 14px;
  }

  .accordiantrigger {
    font-size: 22px;
  }

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

  .heading-2 {
    color: #5c9e90;
  }

  .formlabel {
    color: #5c9e90;
  }

  .field-label {
    color: #5c9e90;
  }

  .textfield {
    background-color: rgba(255, 255, 255, 0.73);
  }

  .banana {
    left: 43%;
    top: -25%;
    right: -1px;
    bottom: auto;
  }

  .image-6 {
    left: 43%;
    top: auto;
    right: auto;
    bottom: -16%;
  }

  .image-7 {
    left: 56%;
    top: 142px;
  }

  .heading-7 {
    margin-top: -2px;
  }

  .error-message {
    margin-top: 20px;
    border-radius: 8px;
    background-color: #5c9e90;
    color: #ffa022;
  }

  .menu-button {
    display: block;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .menu-button.w--open {
    background-color: hsla(0, 0%, 78.4%, 0);
  }

  .nav-menu-2 {
    overflow: scroll;
    width: 100%;
    max-height: 100vh;
    padding-bottom: 30px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    background-color: #fff;
  }

  .burger-icon {
    color: #fff;
  }

  .nav-bar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    padding-left: 0px;
    -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: rgba(0, 0, 0, 0.17);
  }

  .menu-button-2 {
    position: relative;
    display: block;
    color: #2e323c;
  }

  .menu-button-2.w--open {
    background-color: transparent;
    color: #096ad0;
  }

  .container-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -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;
  }

  .nav-link-2 {
    display: block;
    padding-top: 24px;
    padding-bottom: 24px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: #fff;
    text-align: center;
  }

  .nav-logo-2 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .centred-logo-container {
    display: block;
  }

  .image-15 {
    height: 60px;
  }

  .nav-menu-3 {
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 2%;
    width: 24%;
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.1);
  }

  .menu-button-3 {
    background-color: #504848;
  }

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

  .navbar-4 {
    padding: 0px 20px;
  }

  .nav-menu-4 {
    left: auto;
    top: 100%;
    right: 0%;
    bottom: 0%;
    display: block;
    -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: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    background-color: rgba(0, 0, 0, 0.1);
    text-align: left;
  }

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

  .menu-button-4.w--open {
    width: auto;
    background-color: rgba(0, 0, 0, 0.1);
  }

  .navlink {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
  }

  .navlink.mint {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 180px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .navlinkicon {
    display: block;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
  }

  .image-21 {
    display: inline-block;
    text-align: center;
  }

  .nav-menu-wrap {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .image-23 {
    top: -4%;
    right: 10%;
  }

  
  .gwn2-image-wrap {
    height: auto;
  }

  .gen-2-pfp-wrap {
    height: auto;
  }

  .sticky-section {
    height: auto;
  }

  .camera {
    height: auto;
  }

  .image-27 {
    height: 400px;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    margin-right: 20px;
    margin-left: 20px;
  }

  .icon {
    color: #fff;
  }

  .hero-section {
    position: static;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .primarysection {
    margin-top: 140px;
    margin-bottom: 140px;
  }

  .primarysection.footer {
    margin-top: 140px;
    margin-bottom: 140px;
  }

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

  .div-block-6 {
    min-height: 340px;
  }

  .h2 {
    font-size: 18px;
    line-height: 30px;
  }

  .question-container {
    margin-bottom: 16px;
    padding-right: 24px;
    padding-left: 24px;
  }

  .row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .col.lg-6 {
    width: 100%;
  }

  .question-text {
    margin-top: 8px;
  }

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

  .div-block-7 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    -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;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .banana {
    left: 26%;
  }

  .image-6 {
    left: 62%;
    right: -29px;
  }

  .image-7 {
    left: 56%;
    top: 133px;
    display: none;
  }

  .centred-logo {
    margin-left: 30px;
  }

  .menu-button-2 {
    width: 56px;
    height: 56px;
    margin-right: 4px;
  }

  .container-4 {
    background-color: rgba(0, 0, 0, 0.1);
  }

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

  .brand-3 {
    margin-right: auto;
  }

  .image-23 {
    top: 7%;
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .navbar {
    margin-right: 10px;
    margin-left: 10px;
  }

  .primarysection {
    margin-top: 60px;
    margin-bottom: 60px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .primarysection.footer {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .h2 {
    font-size: 14px;
    line-height: 22px;
  }

  .question-arrow-icon {
    margin-left: 16px;
  }

  .answer {
    padding-left: 0px;
  }

  .col {
    margin-bottom: 0px;
  }

  .col.lg-6 {
    width: 100%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .col.lg-3 {
    width: 100%;
  }

  .question-text {
    margin-bottom: 8px;
    margin-left: 0px;
  }

  .accordian-contetn {
    overflow: hidden;
  }

  .welcomewrap {
    width: 100%;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

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

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

  .banana {
    top: -10%;
    max-width: 100px;
  }

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

  .image-7 {
    left: 29%;
    top: auto;
    right: 0%;
    bottom: 9%;
    max-width: 100px;
  }

  .image-8 {
    display: none;
  }

  .heading-7 {
    font-size: 18px;
  }

  .heading-8 {
    font-size: 18px;
  }

  .heading-9 {
    font-size: 18px;
  }

  .heading-10 {
    font-size: 18px;
  }

  .nav-bar {
    position: relative;
  }

  .menu-button-2 {
    margin-right: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .container-2 {
    background-color: rgba(0, 0, 0, 0.1);
  }

  .nav-link-2.navtext-style {
    background-color: rgba(0, 0, 0, 0.1);
  }

  .image-23 {
    left: 36%;
    top: auto;
    right: 0%;
    bottom: 20%;
  }

  .image-26 {
    margin-top: 24px;
  }

  .heading-12 {
    color: #fff;
  }

  .pfp.is-small {
    width: 15rem;
    height: 15rem;
  }

  .pfp2.is-small {
    width: 15rem;
    height: 15rem;
  }

  .pfp3.is-small {
    width: 15rem;
    height: 15rem;
  }

  .pfp4 {
    width: 15rem;
    height: 15rem;
  }

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

  .partner-image.is-small {
    width: 15rem;
    height: 15rem;
  }

  .pfp2-copy.is-small {
    width: 15rem;
    height: 15rem;
  }

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

  .pfp5 {
    width: 15rem;
    height: 15rem;
  }

  .pfp6 {
    width: 15rem;
    height: 15rem;
  }

  .gen-2-pfp-wrap {
    padding: 1rem;
  }

  .image-27 {
    height: 200px;
  }
}

#w-node-edcdb680-57d0-a232-678a-91311c2324e2-2751d89f {
  -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-_7c983c98-7a56-4965-b211-5cfcf2cccc56-2751d89f {
  -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-_3fd16d67-1a8a-7e9e-5604-12cf585e9313-2751d89f {
  -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-_13bd17e0-2f27-ccd4-5920-8014cd0692e3-2751d89f {
  -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-_028f898f-661d-f33b-7c8c-fc025428fac1-8c114deb {
  -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;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_7b8d29a5-6d49-ab18-9d5d-0bf41d5131c1-8c114deb {
  -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;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_35e1d2c0-c739-23c1-b273-157e3935d4d5-8c114deb {
  -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-b569e6ba-28ba-d12e-c17b-7abc26e1273b-8c114deb {
  -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;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_2786809a-ff88-5ee8-04a4-e0707d37716b-8c114deb {
  -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-ebde141d-6d45-48b6-9fd6-55369d0b6292-8c114deb {
  -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;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_358af985-67ce-d265-4f18-cb7d3d590569-8c114deb {
  -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-aafda6a7-d51f-fed5-1bc8-c9c3b1ead48f-8c114deb {
  -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;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_8505b98c-11ec-623e-f6f3-de6bc6c9ed1c-8c114deb {
  -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-d690fde2-e3d1-8bbe-94d5-c09d56229fac-8c114deb {
  -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;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-a895b55e-c191-053a-0d95-f81801d442d2-8c114deb {
  -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;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-a895b55e-c191-053a-0d95-f81801d442d7-8c114deb {
  -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;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-a895b55e-c191-053a-0d95-f81801d442dc-8c114deb {
  -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;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-a895b55e-c191-053a-0d95-f81801d442e1-8c114deb {
  -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;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_11b8c085-5a8d-6411-d1e2-4728d128901e-8c114deb {
  -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;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_8ba2b3f9-fd26-e711-1434-60eb3535e02a-8c114deb {
  -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;
  -ms-grid-column-align: center;
  justify-self: center;
}

