.body {
  color: #212123;
}

.hero__text-container {
  display: block;
  width: 100%;
  max-width: 65vh;
}

.hero__text-container.hero__text-container--narrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  max-width: 60vh;
  -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;
}

.hero__text-container.hero__text-container--narrow.hero__text-container--alt-2 {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.hero__text-container.hero__text-container--narrow.hero__text-container--alt-2.minting {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.section-video {
  position: static;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 100vh;
  float: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: #000;
}

.div-block {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -10%;
  z-index: 2;
  overflow: hidden;
  width: auto;
  height: 150px;
  max-height: 170px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  background-color: transparent;
  background-image: url('../images/arrows_all.gif');
  background-position: 50% 50%;
  background-size: 500px;
  background-repeat: no-repeat;
}

.heading-h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: rgba(0, 0, 0, 0.8);
  font-size: 1.4em;
  line-height: 1.5em;
}

.heading-h3.margin-24px {
  margin-bottom: 36px;
  font-family: 'Source Code Pro', sans-serif;
  color: #fff;
  font-weight: 400;
}

.heading-h3.margin-24px {
  font-size: 1.1em;
  text-align: right;
  letter-spacing: 2px;
}

.heading-h3.margin-24px.home {
  text-align: right;
}

.hero-alt {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60vh;
  min-height: 500px;
  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-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-perspective: 5000px;
  perspective: 5000px;
}

.hero-alt.utilities {
  height: 100vh;
}

.hero-alt.minting {
  height: 25vh;
  min-height: 240px;
}

.hero-alt.factions {
  height: auto;
  max-width: none;
  min-height: 800px;
  padding-bottom: 50px;
  background-image: url('../images/8_b_volt.png'), url('../images/xbetters_fondo-web-23.jpg');
  background-position: 50% 0%, 50% 50%;
  background-size: 210px, cover;
  background-repeat: repeat-x, no-repeat;
  background-attachment: scroll, scroll;
}

.category-container {
  width: auto;
  height: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.html-embed {
  position: static;
  display: block;
}

.mobile-margin-top-10 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.navbar-no-shadow {
  position: fixed;
  z-index: 5;
  width: 100%;
  background-color: transparent;
  background-image: url('../images/8_b_volt.png');
  background-position: 50% 50%;
  background-size: 700px;
  background-repeat: repeat;
  background-attachment: scroll;
  font-family: 'Source Code Pro', sans-serif;
  text-transform: uppercase;
}

.navbar-no-shadow-container {
  z-index: 5;
  width: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px;
  background-color: transparent;
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-right: auto;
  margin-left: auto;
}

.navbar-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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-decoration: none;
}

.navbar-brand {
  text-align: right;
}

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

.nav-link-2 {
  position: relative;
  z-index: 20;
  margin-right: 5px;
  margin-left: 5px;
  padding: 5px 10px;
  border: 1px none #000;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #fe6d1d;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  letter-spacing: 2px;
  text-decoration: none;
  mix-blend-mode: normal;
}

.nav-link-2:hover {
  color: #fff;
}

.nav-link-2:focus-visible {
  border-radius: 4px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
  color: #0050bd;
}

.nav-link-2[data-wf-focus-visible] {
  border-radius: 4px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
  color: #0050bd;
}

.nav-link-2.w--current {
  text-decoration: none;
}

.nav-button-wrapper {
  margin-left: 120px;
}

.button-primary-3 {
  padding: 12px 25px;
  border-style: solid;
  border-width: 1px;
  border-color: #fe6d1d;
  border-radius: 20px;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.button-primary-3:hover {
  background-color: #fe6d1d;
  color: #fff;
}

.button-primary-3:active {
  background-color: #43464d;
}

.button-primary-3.btn-primary-2 {
  display: inline-block;
  min-width: 112px;
  background-color: #000;
}

.button-primary-3.btn-primary-2.minting {
  display: none;
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  height: 500px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}

.div-block-6.faqsmint {
  height: auto;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.text-block-3 {
  width: 80%;
  font-family: 'Source Code Pro', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 2px;
  white-space: normal;
}

.hero-alt-2 {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  min-height: 700px;
  padding-top: 98px;
  padding-bottom: 32px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-perspective: 5000px;
  perspective: 5000px;
}

.hero-alt-2.hero-alt--no-padding {
  padding-top: 0px;
  padding-bottom: 0px;
}

.hero-alt-2.hero-alt--no-padding.minting {
  padding-top: 140px;
}

.btn-primary-2 {
  min-width: 368px;
  padding: 12px 16px;
  -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: solid;
  border-width: 1px;
  border-color: #fe6d1d;
  border-radius: 20px;
  background-color: transparent;
  background-image: url('../images/Noise.png');
  background-position: 50% 50%;
  background-size: 200px;
  background-repeat: repeat;
  box-shadow: 0 6px 20px 0 #fe6d1d;
  -webkit-transition: box-shadow 300ms ease, background-color 300ms ease;
  transition: box-shadow 300ms ease, background-color 300ms ease;
  font-family: 'Source Code Pro', sans-serif;
  color: #fff;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
}

.btn-primary-2:hover {
  background-color: #fe6d1d;
  box-shadow: 0 9px 30px 0 rgba(252, 70, 78, 0.4);
}

.btn-primary-2:active {
  background-color: #fe6d1d;
  box-shadow: 0 9px 30px 0 rgba(252, 70, 78, 0.4);
}

.heading-h1-2 {
  margin-top: 0px;
  margin-bottom: 24px;
  font-family: 'Source Code Pro', sans-serif;
  color: #fff;
  font-size: 5.6vh;
  line-height: 6.8vh;
  font-weight: 400;
  text-align: right;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.hero-alt__left-container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-right: 4%;
  padding-left: 2%;
  -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;
}

.hero-alt__left-container-2.minting {
  padding-right: 0%;
  padding-left: 4%;
  -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-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.hero-alt__right-container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-right: 4%;
  -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-perspective: 5000px;
  perspective: 5000px;
}

.hero-alt__right-container-2.hero-alt__right-container--w-img {
  border-style: none;
  border-width: 1px;
  border-color: #fe6d1d;
  border-radius: 20px;
}

.body-text--18 {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: 'Source Code Pro', sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 1.6em;
  font-weight: 600;
  letter-spacing: 2px;
}

.faction1 {
  display: block;
  width: 100%;
  background-color: #212123;
  font-family: 'Source Code Pro', sans-serif;
}

.faction2 {
  position: absolute;
  display: block;
  width: 88%;
  background-color: #212123;
  font-family: 'Source Code Pro', sans-serif;
}

.faction3 {
  position: absolute;
  display: block;
  width: 86%;
  background-color: #212123;
}

.customers__logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 70px;
  margin-bottom: 16px;
  -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;
}

.customers__logo.chat {
  max-height: 150px;
}

.customers__logo.league {
  max-height: 100px;
}

.customers__logo.exp {
  max-height: 100px;
}

.grid-h {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 80%;
  margin: -40px 40px 40px 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.body-text-14 {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  color: rgba(0, 0, 0, 0.8);
  font-size: 14px;
  line-height: 1.6em;
  font-weight: 400;
}

.body-text-14.margin-8px {
  font-family: 'Source Code Pro', sans-serif;
  color: #fff;
  letter-spacing: 2px;
}

.card {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 40px;
  -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;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.8);
  text-decoration: none;
}

.card.card--vertical-center {
  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;
  border-style: solid;
  border-width: 1px;
  border-color: #fe6d1d;
  border-radius: 8px;
  background-color: transparent;
  box-shadow: 1px 4px 20px 0 rgba(254, 109, 29, 0.66);
  -webkit-perspective: 2000px;
  perspective: 2000px;
  color: transparent;
  text-align: center;
  cursor: default;
}

.card.card--vertical-center.faction1 {
  padding: 0px;
  border-radius: 0px;
  background-color: #000;
  box-shadow: none;
  color: #000;
}

.card.card--vertical-center.faction2 {
  padding: 0px;
  border-radius: 0px;
  background-color: #000;
  box-shadow: none;
}

.card.card--vertical-center.faction3 {
  padding: 0px;
  border-radius: 0px;
  background-color: #000;
  box-shadow: none;
}

.grid-cell {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 40px;
  padding-left: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  background-color: transparent;
}

.grid-cell.grid-cell--33-33-33-100 {
  width: 33.33%;
}

.features-metrics {
  position: relative;
  padding: 60px 30px;
  border-style: none;
  border-width: 1px;
  border-color: #fe6d1d;
  background-color: #c6c6c6;
  background-image: url('../images/Recurso-5.png');
  background-position: 50% 100%;
  background-size: 661px;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

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

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

.features-block {
  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: 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;
  text-align: center;
}

.features-title {
  margin-bottom: 8px;
  font-family: 'Source Code Pro', sans-serif;
  color: #212123;
  font-size: 40px;
  line-height: 48px;
  font-weight: 600;
}

.features-title-small {
  font-size: 24px;
  line-height: 32px;
}

.text-block-5 {
  margin-right: auto;
  margin-left: auto;
  font-family: 'Source Code Pro', sans-serif;
  color: #212123;
}

.text-block-6 {
  margin-right: auto;
  margin-left: auto;
  font-family: 'Source Code Pro', sans-serif;
  color: #212123;
}

.text-block-7 {
  margin-right: auto;
  margin-left: auto;
  font-family: 'Source Code Pro', sans-serif;
  color: #212123;
}

.team-circles {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 80px 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;
  border-bottom: 1px none #e4ebf3;
}

.team-grid {
  display: -ms-grid;
  display: grid;
  margin-top: 50px;
  grid-auto-columns: 1fr;
  grid-column-gap: 64px;
  grid-row-gap: 56px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.team-card {
  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;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
}

.team-member-image {
  width: 200px;
  height: 200px;
  margin-bottom: 24px;
  border-style: solid;
  border-width: 1px;
  border-color: #fe6d1d;
  border-radius: 7%;
  background-color: transparent;
  /* -webkit-filter: blur(3px);
  filter: blur(3px); */
  -o-object-fit: cover;
  object-fit: cover;
}

.team-member-name {
  margin-bottom: 6px;
  font-family: 'Source Code Pro', sans-serif;
  font-size: 20px;
  line-height: 32px;
  font-weight: 600;
  text-transform: uppercase;
}

.team-member-position {
  margin-bottom: 24px;
  font-family: 'Source Code Pro', sans-serif;
  text-transform: uppercase;
}

.paragraph {
  font-family: 'Source Code Pro', sans-serif;
  font-size: 12px;
  line-height: 15px;
}

.paragraph-2 {
  font-family: 'Source Code Pro', sans-serif;
  font-size: 12px;
  line-height: 15px;
}

.paragraph-3 {
  font-family: 'Source Code Pro', sans-serif;
  font-size: 12px;
  line-height: 15px;
}

.paragraph-4 {
  font-family: 'Source Code Pro', sans-serif;
  font-size: 12px;
  line-height: 15px;
}

.paragraph-5 {
  font-family: 'Source Code Pro', sans-serif;
  font-size: 12px;
  line-height: 15px;
}

.paragraph-6 {
  font-family: 'Source Code Pro', sans-serif;
  font-size: 12px;
  line-height: 15px;
}

.div-block-9 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: none;
  overflow: hidden;
  width: 500px;
  height: 500px;
  border-radius: 100%;
  background-color: #fff;
  opacity: 0.1;
  -webkit-filter: blur(40px);
  filter: blur(40px);
}

.div-block-10 {
  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-2 {
  max-width: 60%;
  margin-top: -1px;
}

.faq-wrap {
  display: -ms-grid;
  display: grid;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-auto-flow: row dense;
  grid-auto-columns: 1fr;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.plus {
  position: absolute;
  width: 2px;
  height: 38%;
  border-radius: 20px;
  background-color: #fff;
}

.header-wrap-centre {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1140px;
  margin-bottom: 10px;
  padding-right: 20px;
  padding-left: 20px;
  -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;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  font-family: 'Source Code Pro', sans-serif;
  text-align: left;
}

.header-wrap-centre.factionstxt {
  padding-top: 86px;
}

.h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  border-bottom: 0px none #000;
  outline-color: #fff;
  outline-offset: 0px;
  outline-style: none;
  outline-width: 3px;
  font-family: 'Source Code Pro', sans-serif;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.faq-item {
  border-style: none;
  border-width: 0px;
  border-color: #212121;
  border-radius: 25px;
  background-color: transparent;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.05);
}

.paragraph-8 {
  margin-bottom: 0px;
  padding-top: 10px;
  font-family: 'Source Code Pro', sans-serif;
  color: hsla(0, 0%, 100%, 0.9);
  font-size: 16px;
  line-height: 1.6;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.faq-question {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 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;
  border-style: solid;
  border-width: 1px;
  border-color: #fe6d1d;
  border-radius: 40px;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  text-decoration: none;
}

.faq-question:hover {
  background-color: #fe6d1d;
  text-decoration: none;
}

.main-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1050px;
  -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;
}

.main-container.centre {
  max-width: 1140px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #fff;
}

.faq-answer {
  overflow: hidden;
  height: auto;
}

.spacer-50px {
  width: 50px;
  height: 50px;
}

.h2 {
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  color: #fe6d1d;
  font-size: 25px;
  line-height: 1.3;
  font-weight: 600;
  text-align: left;
  letter-spacing: 2px;
}

.faq-answer-inner {
  overflow: visible;
  padding: 0px 20px 20px;
}

.minus {
  position: absolute;
  width: 38%;
  height: 2px;
  border-radius: 20px;
  background-color: #fff;
}

.purple-span {
  color: #7300de;
}

.p-m-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  min-height: 30px;
  min-width: 30px;
  margin-left: 60px;
  -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: 50px;
  background-color: #fe6d1d;
}

.link {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #fe6d1d;
}

.link:hover {
  color: #fff;
}

.link-2 {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #fe6d1d;
}

.link-2:hover {
  color: #fff;
}

.link-3 {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #fe6d1d;
}

.link-3:hover {
  color: #fff;
}

.link-4 {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #fe6d1d;
}

.link-4:hover {
  color: #fff;
}

.paragraph-9 {
  width: 60%;
  margin-right: auto;
  margin-bottom: 0px;
  color: #c6c6c6;
  font-size: 1.1em;
  line-height: 1.6;
  text-align: left;
}

.footer-light {
  position: relative;
  padding: 80px 30px 40px;
  border-bottom: 1px solid #e4ebf3;
  background-color: #fe6d1d;
  background-image: url('../images/8_b_volt.png'), url('../images/Xbetters_Para-DEV_orange.png');
  background-position: 50% 0%, 50% 50%;
  background-size: 200px, 961px;
  background-repeat: repeat-x, no-repeat;
}

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

.footer-wrapper-two {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.footer-brand {
  width: 25%;
}

.footer-block-two {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: 'Source Code Pro', sans-serif;
  color: #212123;
}

.footer-title {
  font-family: 'Source Code Pro', sans-serif;
  font-size: 18px;
  line-height: 32px;
  font-weight: 700;
  text-transform: uppercase;
}

.footer-link-two {
  margin-top: 20px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #1a1b1f;
  letter-spacing: 2px;
  text-decoration: none;
}

.footer-link-two:hover {
  color: #fff;
}

.footer-form {
  width: 315px;
  max-width: 100%;
  margin-bottom: 0px;
}

.footer-form-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
  -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;
}

.footer-form-field {
  height: 48px;
  margin-bottom: 0px;
  padding: 12px 16px;
  border-style: solid;
  border-width: 1px;
  border-color: #a6b1bf;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Source Code Pro', sans-serif;
  font-size: 14px;
  line-height: 22px;
}

.footer-form-field:hover {
  border-color: #76879d;
}

.footer-form-field:focus {
  border-color: #76879d;
}

.footer-form-field::-webkit-input-placeholder {
  color: rgba(26, 27, 31, 0.8);
  font-size: 14px;
  line-height: 22px;
}

.footer-form-field:-ms-input-placeholder {
  color: rgba(26, 27, 31, 0.8);
  font-size: 14px;
  line-height: 22px;
}

.footer-form-field::-ms-input-placeholder {
  color: rgba(26, 27, 31, 0.8);
  font-size: 14px;
  line-height: 22px;
}

.footer-form-field::placeholder {
  color: rgba(26, 27, 31, 0.8);
  font-size: 14px;
  line-height: 22px;
}

.footer-form-submit {
  width: 50px;
  height: 48px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: #1a1b1f;
  background-image: url('../images/noun-arrow-1920906.svg');
  background-position: 50% 50%;
  background-size: 10px;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.footer-form-submit:hover {
  background-color: #3a4554;
}

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

.footer-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.footer-copyright {
  font-family: 'Source Code Pro', sans-serif;
  color: #212123;
}

.footer-social-block-two {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-left: -12px;
  -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;
}

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

.image-3 {
  border-radius: 30px;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #fff;
}

.image-3:hover {
  background-color: #fff;
}

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

.roadmap {
  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-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.roadmap.hero-alt {
  height: 40vh;
  min-height: auto;
}

.image-5 {
  border-style: none;
  border-width: 1px;
  border-color: transparent;
  border-radius: 40px;
  background-color: hsla(0, 0%, 100%, 0);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.image-5:hover {
  background-color: #fff;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.body-2 {
  background-color: #000;
  color: #212123;
}

.div-block-13 {
  width: 33%;
  height: 100%;
}

.div-block-13.first {
  height: 100%;
  padding-right: 20px;
  padding-left: 20px;
  border-left: 1px solid #fe6d1d;
  border-radius: 0px;
}

.div-block-14 {
  width: 33%;
  height: 100%;
}

.div-block-14.second {
  height: 100%;
  padding-right: 20px;
  padding-left: 20px;
  border-left: 1px solid #fe6d1d;
}

.heading-4 {
  font-family: 'Source Code Pro', sans-serif;
  color: #fff;
  font-size: 32px;
  line-height: 40px;
  font-weight: 400;
}

.heading-4.fase2 {
  font-size: 32px;
}

.heading-5 {
  margin-top: 0px;
  font-family: 'Source Code Pro', sans-serif;
  color: #fff;
  font-size: 23px;
  letter-spacing: 2px;
}

.dropdown {
  color: #fe6d1d;
}

.text-block-9 {
  background-color: transparent;
  color: #fe6d1d;
  font-weight: 600;
  letter-spacing: 2px;
}

.list-item-2 {
  color: #fe6d1d;
}

.dpwn1 {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
}

.dpwn1:hover {
  color: #ff5b00;
}

.icon-2 {
  color: #fe6d1d;
}

.background-video {
  width: 100%;
  height: 88%;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.sysf-form {
  font-family: 'Source Code Pro', sans-serif;
  color: #000;
}

.formulario {
  width: 370px;
  margin-top: 0px;
  padding-top: 0px;
  font-weight: 400;
  text-align: center;
}

.text-block-10 {
  font-family: 'Source Code Pro', sans-serif;
  color: #91ffa9;
}

.success-message {
  border-style: solid;
  border-width: 1px;
  border-color: #fe6d1d;
  border-radius: 0px;
  background-color: #000;
  outline-color: #212123;
  outline-offset: 0px;
  outline-style: none;
  outline-width: 3px;
  color: #fff;
}

.text-block-11 {
  font-family: 'Source Code Pro', sans-serif;
}

.text-span-4 {
  font-family: 'Againts refresh', sans-serif;
  font-size: 51px;
  font-weight: 400;
}

.heading-6 {
  font-family: 'Source Code Pro', sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  text-align: right;
  letter-spacing: 2px;
}

.factions {
  width: 100%;
  height: 250vh;
  max-width: 1230px;
}

.div-block-17 {
  width: 100%;
  padding: 21px 21px 21px 40px;
}

.heading-7 {
  margin-left: -25px;
  font-family: 'Source Code Pro', sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0px;
}

.text-block-12 {
  font-family: 'Source Code Pro', sans-serif;
  color: #c6c6c6;
  text-align: left;
  letter-spacing: 2px;
}

.image-6 {
  width: 100%;
  border-style: none none solid;
  border-width: 1px;
  border-color: #fe6d1d;
  border-radius: 0px;
}

.image-7 {
  width: 100%;
  border-style: none none solid;
  border-width: 1px;
  border-color: #fe6d1d;
}

.image-8 {
  width: 100%;
  border-style: none none solid;
  border-width: 1px;
  border-color: #fe6d1d;
  border-radius: 0px;
}

.button {
  margin-top: 20px;
  margin-bottom: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #fe6d1d;
  border-radius: 20px;
  background-color: #000;
  font-family: 'Source Code Pro', sans-serif;
}

.button:hover {
  background-color: #fe6d1d;
}

.botones {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}

.button-2 {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #fe6d1d;
  border-radius: 20px;
  background-color: #000;
  font-family: 'Source Code Pro', sans-serif;
}

.button-2:hover {
  background-color: #fe6d1d;
}

.image-9 {
  border-radius: 30px;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.image-9:hover {
  background-color: #fff;
}

.text-span-5 {
  font-weight: 700;
  text-transform: uppercase;
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50vh;
  margin-right: auto;
  margin-left: auto;
}

.div-block-18 {
  width: 40%;
  margin-right: auto;
  margin-left: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

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

.div-block-19 {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -3%;
  z-index: 2;
  display: block;
  overflow: hidden;
  width: 600px;
  height: 150px;
  max-height: 170px;
  margin-right: auto;
  margin-bottom: 0px;
  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;
  background-color: transparent;
  background-image: url('../images/arrows_all.gif');
  background-position: 50% 50%;
  background-size: 500px;
  background-repeat: no-repeat;
}

.section-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 30vh;
  -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;
}

@media screen and (min-width: 1440px) {
  .div-block {
    bottom: -24%;
  }

  .heading-h3.margin-24px {
    font-size: 1em;
  }

  .heading-h3.margin-24px.home {
    font-size: 1.1em;
  }

  .hero-alt {
    height: 70vh;
    min-height: 500px;
    -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;
  }

  .hero-alt.factions {
    position: static;
    width: 100%;
    max-width: 2040px;
    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-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;
    background-repeat: repeat-x, repeat;
  }

  .category-container {
    overflow: visible;
  }

  .navbar-no-shadow {
    z-index: 15;
  }

  .nav-menu {
    position: relative;
  }

  .nav-link-2.w--current {
    position: relative;
  }

  .div-block-6 {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .div-block-6.faqsmint {
    height: 300px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .text-block-3 {
    width: 70%;
  }

  .hero-alt__left-container-2.minting {
    padding-right: 0%;
    padding-left: 4%;
  }

  .customers__logo.chat {
    max-height: 100px;
  }

  .customers__logo.league {
    max-height: 100px;
  }

  .customers__logo.exp {
    max-height: 100px;
  }

  .grid-h {
    max-width: 70%;
  }

  .features-metrics {
    background-position: 50% 100%;
  }

  .team-circles {
    padding-bottom: 40px;
    font-size: 14px;
  }

  .team-member-image {
    width: 270px;
    height: 270px;
    max-height: none;
  }

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

  .header-wrap-centre {
    max-width: 1240px;
    margin-top: 20px;
  }

  .header-wrap-centre.factionstxt {
    max-width: 1280px;
  }

  .header-wrap-centre.txt {
    margin-top: 40px;
  }

  .main-container.centre {
    max-width: 1900px;
    padding-right: 40px;
    padding-left: 40px;
  }

  .h2 {
    font-size: 32px;
  }

  .footer-link-two {
    letter-spacing: 2px;
  }

  .roadmap.hero-alt {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .div-block-13.first {
    width: 50%;
    height: 50%;
    padding-left: 20px;
    border-left: 2px solid #fe6d1d;
  }

  .div-block-14.second {
    width: 50%;
    height: 50%;
    padding-left: 20px;
    border-left: 2px solid #fe6d1d;
  }

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

  .background-video {
    height: 85%;
  }

  .div-block-17 {
    border-style: none;
    border-width: 1px;
    border-color: #fe6d1d;
  }

  .image-6 {
    border-style: none none solid;
  }

  .image-7 {
    border-style: none none solid;
  }

  .image-8 {
    border-style: none none solid;
  }

  .section {
    height: 25vh;
  }

  .div-block-18 {
    width: 30%;
  }

  .div-block-19 {
    position: relative;
  }

  .section-2 {
    height: 20vh;
  }
}

@media screen and (min-width: 1920px) {
  .hero__text-container.hero__text-container--narrow.hero__text-container--alt-2.minting {
    font-size: 1.5em;
  }

  .heading-h3.margin-24px {
    font-size: 0.9em;
  }

  .heading-h3.margin-24px.home {
    font-size: 1.4em;
  }

  .hero-alt {
    position: static;
    height: auto;
    min-height: 600px;
    padding-right: 40px;
    padding-left: 40px;
    -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;
  }

  .hero-alt.utilities {
    height: 80vh;
  }

  .hero-alt.minting {
    height: 35vh;
    min-height: 350px;
    margin-top: 40px;
  }

  .hero-alt.factions {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: auto;
    height: 100vh;
    max-width: 2530vw;
    min-height: auto;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    background-color: #212123;
    background-image: url('../images/8_b_volt.png'), url('../images/Xbetters_Para-DEV.png');
    background-position: 50% 0%, 50% 50%;
    background-size: 210px, cover;
    background-repeat: repeat-x, repeat;
    background-attachment: scroll, scroll;
  }

  .category-container {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .navbar-no-shadow-container {
    max-width: 1900px;
  }

  .container-regular {
    max-width: 1700px;
  }

  .navbar-wrapper {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    font-size: 16px;
  }

  .nav-menu-wrapper {
    position: static;
    overflow: visible;
    width: 80%;
    font-size: 16px;
  }

  .nav-menu {
    height: 50px;
    -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-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    font-size: 20px;
  }

  .nav-link-2 {
    font-size: 20px;
  }

  .nav-link-2.w--current {
    position: relative;
  }

  .button-primary-3.btn-primary-2 {
    min-width: 200px;
  }

  .div-block-6 {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .div-block-6.faqsmint {
    width: 90%;
    height: 600px;
    max-height: 600px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  .text-block-3 {
    width: 80%;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    font-size: 19px;
    line-height: 35px;
  }

  .hero-alt__left-container-2.minting {
    padding-right: 0%;
    padding-left: 4%;
  }

  .grid-h {
    max-width: 70%;
  }

  .team-circles {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .header-wrap-centre {
    max-width: 1930px;
    margin-top: 40px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
  }

  .header-wrap-centre.factionstxt {
    max-width: 1900px;
  }

  .header-wrap-centre.util {
    margin-top: 0px;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .header-wrap-centre.teammmebrs {
    padding-left: 40px;
  }

  .main-container.centre {
    max-width: 1920px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .h2 {
    font-size: 53px;
  }

  .paragraph-9 {
    color: #fff;
    font-size: 1.1em;
  }

  .footer-light {
    position: static;
  }

  .roadmap.hero-alt {
    height: 25vh;
    min-height: 350px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .div-block-13.first {
    height: 30%;
    padding-left: 40px;
    border-left: 2px solid #fe6d1d;
  }

  .div-block-14.second {
    height: 30%;
    padding-left: 40px;
    border-left: 2px solid #fe6d1d;
  }

  .background-video {
    width: 100%;
    height: 90%;
  }

  .formulario {
    width: 450px;
    height: 130px;
    font-size: 16px;
  }

  .text-block-12 {
    font-size: 16px;
    line-height: 20px;
  }

  .section {
    height: 50vh;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-19 {
    position: static;
    overflow: visible;
    height: 40vh;
    max-height: 300px;
  }

  .section-2 {
    height: 20vh;
  }
}

@media screen and (max-width: 991px) {
  .hero__text-container {
    max-width: none;
  }

  .hero__text-container.hero__text-container--narrow {
    max-width: none;
  }

  .section-video {
    height: 80vh;
  }

  .heading-h3.margin-24px {
    font-size: 1em;
    letter-spacing: 0px;
    white-space: pre-line;
  }

  .hero-alt {
    height: 125vh;
    min-height: 700px;
  }

  .hero-alt.utilities {
    height: auto;
  }

  .hero-alt.minting {
    height: 30vh;
    padding-top: 0px;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    border-style: solid;
    border-width: 1px;
    border-color: #fe6d1d;
    background-color: transparent;
    color: #fff;
  }

  .nav-menu-wrapper {
    background-color: transparent;
  }

  .nav-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -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;
    background-color: #fff;
  }

  .nav-link-2 {
    padding-right: 5px;
    padding-left: 5px;
  }

  .nav-button-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .icon {
    color: #fe6d1d;
  }

  .div-block-6 {
    height: 100%;
  }

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

  .hero-alt-2 {
    height: auto;
    min-height: 96vw;
  }

  .hero-alt-2.hero-alt--no-padding {
    padding-top: 60px;
  }

  .btn-primary-2 {
    min-width: 200px;
  }

  .heading-h1-2 {
    font-size: 2.4em;
    line-height: 1.4em;
  }

  .hero-alt__left-container-2 {
    width: 100%;
    padding-right: 24px;
    padding-left: 24px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .hero-alt__left-container-2.minting {
    width: 50%;
  }

  .hero-alt__right-container-2 {
    width: 100%;
  }

  .grid-h {
    max-width: 90%;
    margin: -32px auto 32px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .card {
    padding: 24px;
  }

  .grid-cell {
    padding-top: 32px;
    padding-left: 32px;
  }

  .container {
    max-width: 728px;
  }

  .features-wrapper {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .team-circles {
    position: static;
    padding-top: 0px;
  }

  .team-grid {
    grid-column-gap: 40px;
  }

  .team-member-image {
    width: 190px;
    height: 190px;
  }

  .faq-wrap {
    padding-left: 20px;
  }

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

  .footer-wrapper-two {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 40px;
    padding-left: 40px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .footer-brand.w--current {
    width: 35%;
  }

  .footer-form {
    width: 100%;
    margin-top: 40px;
  }

  .footer-form-container {
    max-width: 350px;
  }

  .div-block-13.first {
    width: 50%;
    height: 100%;
    border-radius: 0px;
  }

  .div-block-14.second {
    width: 50%;
    height: 100%;
  }

  .heading-4 {
    width: 100%;
    height: 50px;
    margin-bottom: 0px;
    font-size: 22px;
    line-height: 23px;
  }

  .heading-4.fase2 {
    font-size: 22px;
    line-height: 23px;
  }

  .heading-5 {
    margin-top: 0px;
    font-size: 16px;
    line-height: 17px;
  }

  .formulario {
    width: 280px;
  }

  .heading-6 {
    font-size: 13px;
    line-height: 15px;
  }

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

  .text-block-12 {
    font-size: 12px;
    line-height: 13px;
  }

  .image-6 {
    border-style: none;
  }

  .image-7 {
    border-style: none;
  }

  .image-8 {
    border-style: none;
  }

  .button {
    border-radius: 40px;
  }

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

  .button-2 {
    margin-top: 10px;
    border-radius: 40px;
  }

  .div-block-18 {
    width: 60%;
  }

  .div-block-19 {
    bottom: 8%;
  }
}

@media screen and (max-width: 767px) {
  .hero__text-container {
    max-width: none;
  }

  .section-video {
    height: 80vh;
    padding-top: 10em;
    padding-bottom: 10em;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .heading-h3 {
    font-size: 1.2em;
    line-height: 1.6em;
  }

  .heading-h3.margin-24px {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    line-height: 1.3em;
    text-align: right;
    letter-spacing: 0px;
  }

  .hero-alt {
    height: auto;
    min-height: 420px;
    padding-top: 84px;
    padding-bottom: 24px;
  }

  .hero-alt.utilities {
    position: static;
    height: auto;
  }

  .hero-alt.minting {
    height: 30vh;
    padding-top: 24px;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .menu-button.w--open {
    border-style: solid;
    border-width: 1px;
    border-color: #fe6d1d;
    background-color: transparent;
  }

  .navbar-brand {
    padding-left: 0px;
  }

  .nav-menu {
    padding-bottom: 30px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #000;
  }

  .nav-link-2 {
    display: inline-block;
    padding-top: 10px;
    padding-bottom: 10px;
  }

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

  .text-block-3 {
    width: 90%;
    font-size: 13px;
    line-height: 18px;
  }

  .hero-alt-2 {
    min-height: 420px;
    padding-top: 84px;
    padding-bottom: 24px;
  }

  .btn-primary-2 {
    min-width: 120px;
    padding-top: 12px;
    padding-bottom: 12px;
    background-color: #000;
    font-size: 1em;
  }

  .heading-h1-2 {
    margin-bottom: 16px;
    font-size: 2.3em;
    line-height: 1.3em;
  }

  .hero-alt__left-container-2 {
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
  }

  .hero-alt__left-container-2.minting {
    width: 50%;
  }

  .hero-alt__right-container-2 {
    padding-right: 16px;
  }

  .hero-alt__right-container-2.hero-alt__right-container--w-img {
    height: 66vw;
  }

  .customers__logo {
    margin-bottom: 16px;
  }

  .grid-h {
    max-width: 100%;
    margin-top: -16px;
    margin-bottom: 16px;
    margin-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-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;
  }

  .card {
    padding: 24px;
  }

  .card.card--vertical-center.faction3 {
    overflow: visible;
    -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;
  }

  .grid-cell {
    padding-top: 16px;
    padding-left: 16px;
  }

  .grid-cell.grid-cell--33-33-33-100 {
    width: 70%;
    margin-bottom: 50px;
  }

  .features-metrics {
    padding: 60px 15px;
  }

  .features-wrapper {
    margin-bottom: -40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .features-block {
    width: 50%;
    margin-bottom: 40px;
  }

  .team-circles {
    position: static;
    height: 230vh;
    padding: 0px 15px 60px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

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

  .faq-wrap {
    padding-left: 20px;
  }

  .header-wrap-centre {
    padding-right: 20px;
    padding-left: 20px;
  }

  .header-wrap-centre.factionstxt {
    padding-top: 20px;
  }

  .h3 {
    width: 90%;
    font-size: 14px;
    line-height: 20px;
  }

  .faq-question {
    width: 80%;
    margin-bottom: 20px;
    padding: 15px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    border-radius: 30px;
  }

  .p-m-wrap {
    margin-left: 10px;
  }

  .paragraph-9 {
    width: 100%;
  }

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

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

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

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

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

  .roadmap.hero-alt {
    position: static;
    height: auto;
    min-height: auto;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .div-block-13.first {
    width: 50%;
    height: 100%;
  }

  .div-block-14.second {
    width: 50%;
    height: 100%;
  }

  .heading-4 {
    width: 100px;
    height: 50px;
    font-size: 22px;
    line-height: 24px;
    font-weight: 400;
  }

  .heading-4.fase2 {
    width: 100%;
    height: 50px;
    font-size: 22px;
    line-height: 24px;
    font-weight: 400;
  }

  .heading-5 {
    font-size: 17px;
    line-height: 16px;
  }

  .background-video {
    height: 100%;
  }

  .image-6 {
    border-style: none;
  }

  .image-7 {
    border-style: none;
  }

  .image-8 {
    border-style: none;
  }

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

  .section {
    height: 25vh;
  }

  .div-block-18 {
    width: 400px;
  }

  .div-block-19 {
    bottom: 14%;
  }

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

@media screen and (max-width: 479px) {
  .hero__text-container.hero__text-container--narrow.hero__text-container--alt-2 {
    width: 100%;
    margin-top: 0px;
  }

  .hero__text-container.hero__text-container--narrow.hero__text-container--alt-2.minting {
    padding-right: 4%;
  }

  .section-video {
    height: 80vh;
    padding-top: 5em;
    padding-bottom: 5em;
  }

  .div-block {
    bottom: 4%;
    width: auto;
  }

  .heading-h3.margin-24px {
    width: 100%;
    height: 80%;
    font-size: 1.2em;
    line-height: 1.2em;
    white-space: normal;
  }

  .heading-h3.margin-24px.home {
    font-size: 16px;
  }

  .hero-alt {
    height: auto;
    padding-top: 0px;
    padding-bottom: 48px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .hero-alt.utilities {
    height: 150vh;
    min-height: auto;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hero-alt.minting {
    height: 30vh;
    padding-top: 24px;
  }

  .hero-alt.factions {
    -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;
  }

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

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

  .nav-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #000;
  }

  .nav-link-2 {
    background-color: rgba(255, 255, 255, 0);
    -webkit-transition: color 200ms ease;
    transition: color 200ms ease;
    mix-blend-mode: normal;
  }

  .nav-button-wrapper {
    width: auto;
    margin-right: 0px;
    margin-left: 0px;
    padding: 10px;
  }

  .button-primary-3.btn-primary-2 {
    min-width: 70px;
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 0.7em;
  }

  .div-block-6 {
    width: 100%;
    height: 800px;
    text-align: center;
  }

  .div-block-6.faqsmint {
    width: 95%;
    min-width: 20%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .text-block-3 {
    width: 90%;
    font-size: 11px;
    line-height: 17px;
    text-align: center;
    white-space: normal;
  }

  .hero-alt-2 {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .hero-alt-2.hero-alt--no-padding {
    padding-top: 60px;
    padding-bottom: 24px;
  }

  .hero-alt-2.hero-alt--no-padding.minting {
    -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-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .btn-primary-2 {
    background-color: #000;
  }

  .hero-alt__left-container-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hero-alt__left-container-2.minting {
    width: 100%;
    padding-top: 10%;
  }

  .hero-alt__right-container-2 {
    margin-bottom: 24px;
    padding-right: 16px;
    padding-left: 16px;
  }

  .hero-alt__right-container-2.hero-alt__right-container--w-img {
    height: 66vw;
    margin-top: 24px;
  }

  .grid-h {
    max-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .body-text-14.margin-8px {
    font-size: 11px;
  }

  .card.card--vertical-center.faction1 {
    border-radius: 0px;
  }

  .card.card--vertical-center.faction2 {
    border-radius: 0px;
  }

  .card.card--vertical-center.faction3 {
    border-radius: 0px;
  }

  .grid-cell.grid-cell--33-33-33-100 {
    width: 100%;
    margin-bottom: 25px;
    padding-top: 15px;
  }

  .features-metrics {
    height: 50vh;
  }

  .container {
    max-width: none;
  }

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

  .team-circles {
    height: auto;
    padding-top: 160px;
  }

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

  .team-member-image {
    width: 120px;
    height: 120px;
  }

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

  .header-wrap-centre {
    padding-top: 15px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .header-wrap-centre.factionstxt {
    margin-top: 40px;
  }

  .header-wrap-centre.txt {
    padding-top: 0px;
  }

  .h3 {
    font-size: 13px;
    line-height: 20px;
  }

  .paragraph-8 {
    color: #fff;
    font-size: 14px;
  }

  .faq-question {
    width: 100%;
    border-radius: 40px;
  }

  .main-container.centre {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 1140px;
    padding-top: 40px;
    padding-left: 0px;
    -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-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .h2 {
    font-size: 25px;
    line-height: 26px;
  }

  .p-m-wrap {
    margin-left: 40px;
  }

  .paragraph-9 {
    width: 100%;
    font-size: 16px;
  }

  .footer-light {
    background-size: 200px, cover;
  }

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

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

  .footer-brand {
    width: 65%;
  }

  .footer-brand.w--current {
    width: 60%;
  }

  .footer-block-two {
    margin-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

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

  .roadmap.hero-alt {
    display: block;
    height: 370px;
    min-height: 350px;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .div-block-13.first {
    width: 80%;
    height: 100%;
    margin-bottom: 25px;
    padding-right: 10px;
    padding-left: 10px;
    border-top: 3px solid #fe6d1d;
    border-left-style: none;
  }

  .div-block-14.second {
    width: 80%;
    height: 100%;
    margin-bottom: 25px;
    margin-left: 5px;
    padding-right: 10px;
    padding-left: 10px;
    border-top: 3px solid #fe6d1d;
    border-left-style: none;
  }

  .heading-4 {
    width: 90%;
    height: 66px;
    margin-top: 10px;
    font-size: 22px;
    line-height: 20px;
    font-weight: 400;
    text-align: left;
  }

  .heading-4.fase2 {
    margin-top: 10px;
    font-size: 22px;
  }

  .heading-5 {
    margin-top: 25px;
    font-size: 16px;
    line-height: 17px;
    text-align: left;
  }

  .background-video {
    height: 121%;
  }

  .div-block-17 {
    border-top: 1px solid #fe6d1d;
  }

  .image-6 {
    border-style: none;
  }

  .image-7 {
    border-style: none;
  }

  .image-8 {
    border-style: none;
  }

  .button {
    margin-top: 10px;
  }

  .botones {
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section {
    height: 20vh;
  }

  .div-block-18 {
    width: 300px;
  }

  .lottie-animation {
    display: block;
    width: 300px;
    margin-right: auto;
    margin-left: auto;
  }

  .div-block-19 {
    bottom: 10%;
    width: 400px;
  }

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

#w-node-_130b4794-c044-6560-a796-3a62c2cc6718-9298eff2 {
  -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-_130b4794-c044-6560-a796-3a62c2cc6723-9298eff2 {
  -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-_130b4794-c044-6560-a796-3a62c2cc672d-9298eff2 {
  -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-_130b4794-c044-6560-a796-3a62c2cc674b-9298eff2 {
  -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-_130b4794-c044-6560-a796-3a62c2cc6741-9298eff2 {
  -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-_130b4794-c044-6560-a796-3a62c2cc6737-9298eff2 {
  -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-_7f2977f6-3fbb-b959-8c9c-c77e263cc103-9298eff2 {
  -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-_7f2977f6-3fbb-b959-8c9c-c77e263cc11d-9298eff2 {
  -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-_7f2977f6-3fbb-b959-8c9c-c77e263cc110-9298eff2 {
  -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-_7f2977f6-3fbb-b959-8c9c-c77e263cc137-9298eff2 {
  -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-_7f2977f6-3fbb-b959-8c9c-c77e263cc12a-9298eff2 {
  -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-_7f2977f6-3fbb-b959-8c9c-c77e263cc144-9298eff2 {
  -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 (min-width: 1440px) {
  #w-node-_130b4794-c044-6560-a796-3a62c2cc6723-9298eff2 {
    -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-_130b4794-c044-6560-a796-3a62c2cc672d-9298eff2 {
    -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;
  }
}

@font-face {
  font-family: 'Againts refresh';
  src: url('../fonts/againts-refresh.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}