.body {
  background-color: #000;
}

.section {
  z-index: 1;
  min-height: 95vh;
  background-color: #0f0f11;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.div-block {
  width: 95%;
  min-height: 85vh;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  border: 1px solid #fff;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-2 {
  z-index: 4;
  background-color: #000;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.index {
  z-index: 1800;
  width: 100%;
  max-width: 420px;
  display: flex;
  overflow: hidden;
}

.index-wrapper {
  width: 100%;
  overflow: hidden;
}

.link-block-discord {
  width: 25px;
  height: 25px;
  background-image: url('../images/discord.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 80%;
  margin-left: 10px;
  transition: opacity .2s;
}

.close-btn-wrapper-2 {
  z-index: 5;
  width: 60px;
  height: 60px;
  opacity: 1;
  color: #000;
  border: 1.5px solid #000;
  border-radius: 999em;
  justify-content: center;
  align-items: center;
  padding: 17px;
  text-decoration: none;
  transition: all .2s cubic-bezier(.175, .885, .32, 1.275);
  display: flex;
  position: fixed;
  top: 40px;
  bottom: auto;
  left: auto;
  right: 45px;
}

.close-btn-wrapper-2:hover {
  width: 60px;
  height: 60px;
  top: 40px;
  right: 45px;
  transform: scale(1.2);
}

.close-btn-text {
  z-index: 1;
  text-align: center;
  font-weight: 500;
  position: relative;
}

.close-btn-text:hover {
  font-weight: 400;
}

.div-block-38 {
  min-height: 25px;
  min-width: 95px;
}

.nav-button {
  position: static;
}

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

.content-wrapper {
  min-width: 100%;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
}

.index-item {
  opacity: 1;
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  flex: 1;
  padding-top: 7px;
  padding-bottom: 9px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
  transition: opacity .3s, color .3s, border-color .3s, background-color .3s;
  position: relative;
}

.index-item:hover {
  color: #fff;
  border-bottom: 1px solid #b58c33;
}

.index-item.w--current {
  opacity: 1;
  color: #fff;
  border-bottom: 1px solid #000;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-weight: 500;
}

.div-block-31 {
  min-width: 100px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.link-block-discord-copy {
  width: 90px;
  height: 90px;
  background-image: url('../images/discord.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 80%;
  margin-left: 5px;
  transition: opacity .2s;
}

.link-block-discord-copy:hover {
  opacity: .5;
}

.index-item-wrapper {
  flex-direction: row;
  align-items: stretch;
  display: flex;
}

.index-chapter {
  flex: 1;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
}

.nav-link {
  color: #000;
  letter-spacing: .05em;
  text-transform: uppercase;
  padding-top: 1vh;
  padding-bottom: 1vh;
  font-size: 4.5vw;
  line-height: 1;
  text-decoration: none;
  transition: all .2s cubic-bezier(.175, .885, .32, 1.275);
  display: block;
}

.nav-link:hover {
  color: #fff;
  transform: scale(1.1);
}

.link-block-telegram-copy {
  width: 90px;
  height: 90px;
  background-image: url('../images/telegram.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-left: 5px;
  transition: opacity .2s;
}

.link-block-telegram-copy:hover {
  opacity: .5;
}

.div-block-38-copy {
  margin-top: 49px;
}

.link-block-telegram {
  width: 25px;
  height: 25px;
  background-image: url('../images/telegram.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-left: 10px;
  transition: opacity .2s;
}

.link-block-telegram:hover {
  opacity: .5;
}

.navbar-2 {
  width: 80%;
  height: 60px;
  max-width: 1024px;
  background-color: rgba(221, 221, 221, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 31px;
  display: flex;
}

.nav-items-6 {
  z-index: 1;
  width: 100%;
  height: 100%;
  flex-direction: column;
  align-content: flex-end;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: auto;
}

.nav-twitter {
  width: 25px;
  height: 25px;
  background-image: url('../images/x.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 70%;
  transition: opacity .2s;
}

.nav-twitter-copy {
  width: 90px;
  height: 90px;
  background-image: url('../images/twitter.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-left: 10px;
  transition: opacity .2s;
}

.nav-twitter-copy:hover {
  opacity: .5;
}

.link-block-6 {
  text-align: left;
  align-items: center;
  transition: opacity .2s;
}

.nav-wrapper {
  z-index: 10;
  width: 100%;
  height: 100%;
  background-color: #b58c33;
  align-content: center;
  justify-content: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-weight: 800;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.nav-wrapper.w--open {
  background-color: rgba(0, 0, 0, 0);
}

.div-block-39 {
  width: 80%;
  max-width: 1024px;
  min-height: 75vh;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 100px;
  display: flex;
}

.heading {
  color: #fff;
  margin-bottom: 40px;
  font-family: Exo, sans-serif;
  font-size: 60px;
  font-style: italic;
  font-weight: 900;
  line-height: 55px;
}

.text-span {
  text-decoration: underline;
}

.text-block {
  color: #fff;
  align-items: center;
  margin-right: 20px;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
}

.div-block-40 {
  width: 25%;
  flex-direction: column;
  padding-right: 30px;
  display: flex;
}

.block-quote {
  color: #fff;
  border-bottom: 1px solid #b58c33;
  border-left-width: 1px;
  border-left-color: #b58c33;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  font-family: Exo, sans-serif;
  font-size: 60px;
  font-style: italic;
  font-weight: 900;
  line-height: 55px;
  display: flex;
}

.div-block-41 {
  width: 1024%;
  max-width: 1024px;
  display: flex;
}

.heading-2 {
  color: #fff;
  font-family: Open Sans, sans-serif;
  font-size: 30px;
  line-height: 30px;
}

.header {
  width: 95%;
  min-height: 85vh;
  border: 1px solid #fff;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.text-span-2 {
  color: #fff;
  margin-bottom: 10px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 16px;
}

.button {
  height: 35px;
  color: #fff;
  background-color: rgba(56, 152, 236, 0);
  border: 1px solid #fff;
  border-radius: 15px;
  margin-right: 20px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-weight: 300;
  line-height: 14px;
  transition: opacity .4s;
  position: static;
  top: auto;
  bottom: -74%;
  left: auto;
  right: 5%;
}

.button:hover {
  background-color: #b58c33;
  border-style: solid;
  border-color: #b58c33;
}

.image {
  margin-right: 30px;
}

.text-span-3 {
  text-decoration: underline;
}

.section-use {
  z-index: 0;
  min-height: 60vh;
  color: #000;
  background-color: #0f0f11;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.button-wallet {
  height: 35px;
  color: #fff;
  background-color: rgba(56, 152, 236, 0);
  border: 1px solid #fff;
  border-radius: 15px;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  line-height: 14px;
  transition: opacity .4s;
}

.button-wallet:hover {
  opacity: .5;
  border-left-color: #1a1a27;
  border-right-color: #1a1a27;
}

.heading-3 {
  color: #fff;
  margin-bottom: 0;
  font-size: 32px;
  line-height: 30px;
}

.text-block-2 {
  color: #fff;
  margin-bottom: 60px;
}

.div-block-copy {
  width: 95%;
  min-height: 85vh;
  border: 1px solid #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-40-copy {
  flex-direction: column;
  display: flex;
}

.heading-4 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
}

.column, .column-2, .column-3 {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.div-block-42 {
  width: 60%;
  justify-content: flex-start;
}

.div-block-43 {
  width: 30px;
  height: 30px;
  background-image: url('../images/arrow.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 50%;
  border: 1px solid #fff;
  border-radius: 20px;
  margin-left: 10px;
  margin-right: 10px;
  transition: opacity .4s;
}

.div-block-43:hover {
  background-color: #b58c33;
  border-color: #b58c33;
}

.text-block-3 {
  color: #fff;
  text-align: center;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.div-block-44 {
  margin-top: 40px;
}

.text-block-4 {
  color: #fff;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 30px;
}

.text-span-4 {
  margin-top: 20px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
}

.div-block-45 {
  width: 30px;
  height: 30px;
  flex-direction: row;
  align-items: center;
  margin-top: -17px;
  display: flex;
}

.section-3 {
  min-height: 90vh;
  background-color: #0f0f11;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.quick-stack {
  width: 80%;
  max-width: 1054px;
}

.cell {
  background-color: #000;
  border-radius: 15px;
  flex-direction: row;
  align-items: center;
  padding: 20px;
  box-shadow: 1px 2px 10px rgba(0, 0, 0, .54);
}

.cell-2 {
  background-color: #000;
  border-radius: 15px;
  flex-direction: row;
  align-items: center;
  padding: 20px;
  box-shadow: 1px 2px 10px 2px rgba(0, 0, 0, .54);
}

.text-block-5 {
  color: #fff;
  padding: 20px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.cell-3 {
  background-color: #000;
  border-radius: 15px;
  padding: 20px;
  box-shadow: 1px 2px 10px rgba(0, 0, 0, .54);
}

.cell-4, .cell-5 {
  background-color: #000;
  border-radius: 15px;
  flex-direction: row;
  align-items: center;
  padding: 20px;
  box-shadow: 1px 2px 10px rgba(0, 0, 0, .54);
}

.cell-6, .cell-7 {
  background-color: #000;
  border-radius: 15px;
  padding: 20px;
  box-shadow: 1px 2px 10px rgba(0, 0, 0, .54);
}

.text-span-5, .text-span-6 {
  font-family: Exo, sans-serif;
  font-size: 32px;
  font-style: italic;
  font-weight: 900;
}

.text-span-7 {
  font-family: Exo, sans-serif;
  font-size: 32px;
  font-weight: 900;
}

.text-span-8 {
  font-family: Exo, sans-serif;
  font-size: 32px;
  font-style: italic;
  font-weight: 900;
}

.text-span-9, .text-span-10, .text-span-11 {
  font-family: Exo, sans-serif;
  font-size: 32px;
  font-weight: 900;
}

.heading-copy {
  width: 78%;
  max-width: 1024px;
  color: #000;
  font-family: Exo, sans-serif;
  font-size: 60px;
  font-style: italic;
  font-weight: 900;
  line-height: 55px;
}

.text-block-6 {
  width: 78%;
  max-width: 1015px;
  color: #000;
  margin-bottom: 40px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 16px;
}

.footer {
  z-index: 998;
  min-height: 30vh;
  background-color: #0f0f11;
  border-top: .3px solid #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 10px;
  display: flex;
  position: relative;
}

.quick-stack-2 {
  width: 80%;
  max-width: 1054px;
}

.div-block-46 {
  width: 100%;
  height: 100%;
  border: 1px solid #b58c33;
  border-radius: 15px;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px;
  display: flex;
}

.div-block-47 {
  height: 35px;
}

.link-block-7 {
  height: 35px;
  border: 1px solid #fff;
  border-radius: 15px;
  align-items: center;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-left: 15px;
  padding-right: 15px;
  text-decoration: none;
  transition: opacity .4s;
  display: flex;
}

.link-block-7:hover {
  background-color: #b58c33;
  border-color: #b58c33;
}

.text-block-7 {
  color: #fff;
  font-family: Ubuntu, Helvetica, sans-serif;
}

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

.heading-5 {
  color: #fff;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 32px;
  font-weight: 300;
}

.heading-4-copy {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 20px;
}

.image-3 {
  margin-right: 80px;
}

.div-block-48 {
  z-index: 2;
  width: 55%;
}

.image-4 {
  text-align: left;
  overflow: visible;
}

.link-block-8 {
  width: 30px;
  height: 30px;
  background-image: url('../images/skydoge.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 50%;
  border: 1px solid #fff;
  border-radius: 15px;
  margin-left: 10px;
  margin-right: 10px;
}

.link-block-8:hover {
  background-color: #b58c33;
  border-color: #b58c33;
}

.link-block-skydoge {
  z-index: 2;
  width: 30px;
  height: 30px;
  background-color: #000;
  background-image: url('../images/skydoge.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 60%;
  border: 1px solid #fff;
  border-radius: 15px;
  margin-left: 10px;
  margin-right: 10px;
  position: relative;
}

.link-block-skydoge:hover {
  background-color: #b58c33;
  border-color: #b58c33;
}

.link-block-scroll {
  width: 30px;
  height: 30px;
  background-color: #fff;
  background-image: url('../images/arrow_1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 50%;
  border-radius: 15px;
}

.link-block-scroll:hover {
  border-color: #b58c33;
}

.link-block-scroll.w--current {
  z-index: 1000;
  background-image: url('../images/arrow_1.svg');
  background-attachment: scroll;
}

.link-block-subline {
  text-decoration: none;
}

.div-social {
  align-items: center;
  display: flex;
}

.line-2 {
  border-top: .2px solid #fff;
}

.arrow-icon {
  width: .6em;
  height: auto;
  margin-right: .5em;
}

.link-block {
  color: #fff;
  letter-spacing: .1em;
  font-size: 1.1em;
  font-weight: 500;
  text-decoration: none;
}

.container {
  width: 1560px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.container.is--first {
  width: 90%;
  max-width: 1024px;
}

.link-name {
  letter-spacing: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

.link-name.is--last {
  margin-right: -.3em;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-weight: 300;
}

.div-text {
  align-items: center;
  display: flex;
}

.grid {
  flex-wrap: wrap;
  align-content: stretch;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.grid.is--not-buttom-p {
  padding-bottom: 0;
}

.logo-img {
  width: 100%;
  margin-top: -11px;
}

.small-title {
  color: #fff;
  letter-spacing: 2px;
  margin-top: 0;
  margin-left: 0;
  padding-left: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 300;
}

.small-title.is--padding {
  padding-right: 4em;
  font-weight: 500;
}

.grid-item {
  width: 100%;
  padding: 1em;
}

.grid-item.is--1 {
  width: 50%;
  align-items: flex-start;
  display: flex;
}

.grid-item.is--line-button {
  padding-top: 3em;
  padding-bottom: .5em;
}

.grid-item.is--footer-subline {
  justify-content: space-between;
  padding-top: .5em;
  display: flex;
}

.grid-item.is--3, .grid-item.is--2 {
  width: 23.3333%;
  padding: 1em 1em 0 4em;
}

.grid-item.is--4 {
  width: 23.3333%;
  flex-direction: column;
  align-items: flex-start;
  padding: 1em 1em 0 4em;
  display: flex;
}

.is--text-box {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-top: 1.75em;
  line-height: 1em;
  display: flex;
}

.social-icon {
  width: 1.4em;
  margin-right: 1.5em;
}

.social-icon.is--last {
  margin-right: 0;
}

.text-block-8 {
  color: #fff;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 300;
}

.line {
  z-index: 7;
  height: 30px;
  background-color: #b58c33;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.div-block-45-copy {
  z-index: 2;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: -16px;
  margin-bottom: 80px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

.columns-2 {
  max-width: 1024px;
  min-width: 1024px;
}

.custom-css {
  display: none;
}

.arrow---inner {
  padding-top: 100%;
  display: flex;
}

.card---button {
  align-self: flex-end;
}

.card---inner {
  height: 100%;
  padding: 3rem;
}

.card---inner.x-half {
  width: 50%;
}

.arrow---line {
  height: 1.5rem;
  background-color: #fff;
  position: absolute;
}

.arrow---line.x-diagonal {
  width: 126%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)rotate(-45deg);
}

.arrow---line.x-head {
  width: 75%;
}

.arrow---line.x-head.xx-bottom {
  bottom: 0;
}

.arrow---line.x-head.xx-top {
  transform-origin: 0 0;
  transform: rotate(-90deg);
}

.card {
  flex: 1;
  position: relative;
}

.card.x-left {
  width: 33.333%;
  flex: none;
}

.card---subtitles {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-direction: column;
  font-size: .9rem;
  line-height: 1;
  display: flex;
}

.flex---row {
  flex: 1;
  display: flex;
}

.flex---row.x-top {
  height: 50%;
  flex: none;
}

.card---arrow {
  width: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
}

.div-block-49 {
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
  position: relative;
}

.sleeve {
  width: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

.card---bg {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.card---bg.x-purple {
  background-color: #491a83;
}

.card---bg.x-blue {
  background-color: #162deb;
}

.card---bg.x-yellow {
  background-color: #e5b73e;
}

.card---bg.x-pink {
  background-color: #de59ed;
}

.card---text {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  display: flex;
}

.arrow {
  max-width: 16rem;
  position: absolute;
  left: 4rem;
  right: 4rem;
}

.card---subtitles-fade {
  color: rgba(255, 255, 255, .6);
}

.sleeve---fold {
  width: 150%;
  height: 150%;
  background-color: #fff;
  position: absolute;
  bottom: 25%;
  left: 25%;
  transform: translate(2%, -2%)rotate(45deg);
}

.wrap {
  color: #fff;
  background-color: #000;
  padding-bottom: 10vh;
  padding-left: 25vh;
  overflow: hidden;
}

.flex {
  height: 90vh;
  flex-direction: column;
  display: flex;
}

.card---text-title {
  max-width: 21rem;
}

.btn {
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 1.5rem;
  padding: .75rem 1rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
}

.btn.x-pink {
  color: #de59ed;
}

.btn.x-blue {
  color: #162deb;
}

.btn.x-purple {
  color: #491a83;
}

.btn.x-black {
  color: #000;
}

.btn.x-goldenrod {
  color: #000;
  background-color: #e5b73e;
}

.sleeve---inner {
  background-color: #000;
  padding-top: 100%;
}

.plus---vertical {
  width: .125rem;
  height: 100%;
  background-color: #fff;
  position: absolute;
}

.credits---title {
  letter-spacing: .05em;
  text-transform: uppercase;
  font-size: .7rem;
}

.credits---color-list {
  grid-row-gap: .125rem;
  flex-direction: column;
  display: flex;
}

.credits {
  justify-content: center;
  align-items: center;
}

.credits---mask-inner {
  max-width: 28rem;
  color: rgba(255, 255, 255, .7);
  background-color: #000;
  border-radius: .5rem;
  padding: 2rem 2rem 3rem;
  font-size: 1rem;
  line-height: 1.25;
}

.credit---color-square {
  width: .75rem;
  height: .75rem;
  border-radius: .125rem;
}

.credit---color-square.x-magenta {
  background-color: #de59ed;
}

.credit---color-square.x-goldenrod {
  background-color: #e5b73e;
}

.credit---color-square.x-indigo {
  background-color: #491a83;
}

.credit---color-square.x-blue {
  background-color: #162deb;
}

.credits---mask {
  border-radius: .5rem;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 4rem rgba(0, 0, 0, .8);
}

.credits---info {
  grid-row-gap: 3rem;
  flex-direction: column;
  display: flex;
}

.close {
  width: 1.5rem;
  height: 1.5rem;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  transform: rotate(45deg);
}

.credits---mask-outer {
  background-color: rgba(0, 0, 0, .8);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.credits---group {
  color: rgba(255, 255, 255, .7);
}

.credits---group.x-color {
  grid-row-gap: .25rem;
  flex-direction: column;
  display: flex;
}

.credits---close {
  width: 3.5rem;
  height: 3.5rem;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
}

.close---overlay {
  background-color: #000;
  position: absolute;
}

.close---overlay.x-top {
  height: 50%;
  bottom: -50%;
  left: -1px;
  right: -1px;
}

.close---overlay.x-bottom {
  width: 50%;
  top: -1px;
  bottom: -1px;
  left: -50%;
}

.plus---horizontal {
  width: 100%;
  height: .125rem;
  background-color: #fff;
  position: absolute;
}

.credits---references {
  grid-row-gap: .75rem;
  color: #fff;
  background-color: #000;
  border-radius: .5rem;
  flex-direction: column;
  display: flex;
}

.credit---color {
  grid-column-gap: .5rem;
  color: rgba(255, 255, 255, .5);
  align-items: center;
  font-size: .8rem;
  display: flex;
}

.credits---cta {
  grid-row-gap: .75rem;
  flex-direction: column;
  line-height: 1.25;
  display: flex;
}

.text-size-large {
  color: #fff;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.home-press_item-content-top {
  border-bottom: 1px solid #fff;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  padding: 2rem;
  display: flex;
}

.button-tertiary {
  width: 100%;
  letter-spacing: 0;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.home-press_item-content-bottom {
  border-radius: 0 0 1.5rem 1.5rem;
  flex-direction: column;
  flex: 0 auto;
  justify-content: space-between;
  padding: 1rem 2rem;
  display: flex;
}

.home-press_list-wrapper {
  max-width: 1024px;
}

.home-press_item-link {
  height: 100%;
  background-color: #0f0f11;
  border-radius: 1.5rem;
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
}

.home-press_logo {
  max-height: 1.25rem;
  object-fit: contain;
}

.home-press_logo.marketwatch {
  max-height: 1.5rem;
}

.home-press_list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

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

.text-block-9 {
  color: #fff;
  font-family: Exo, sans-serif;
  font-weight: 900;
}

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

.section-timeline {
  z-index: -3;
  background-color: #0f0f11;
  position: relative;
}

.text-colour-white {
  color: #fff;
}

.timeline_circle {
  width: 15px;
  height: 15px;
  max-height: 15px;
  max-width: 15px;
  min-height: 15px;
  min-width: 15px;
  background-color: #292c38;
  border-radius: 100%;
  position: -webkit-sticky;
  position: sticky;
  top: 50vh;
  box-shadow: 0 0 0 8px #0f0f11;
}

.timeline_quote-text-wrapper {
  flex: 1;
}

.timeline_quote-title {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

.timeline_progress-bar {
  z-index: -1;
  width: 3px;
  height: 50vh;
  background-color: #fff;
  background-image: linear-gradient(#000, #ff8400 41%, #b58c33 73%);
  position: fixed;
  top: 0;
  bottom: 50vh;
  left: auto;
  right: auto;
}

.text-colour-lightgrey {
  color: rgba(255, 255, 255, .65);
}

.timeline_quote-image {
  width: 48px;
  height: 48px;
  border-radius: 8px;
  margin-right: 24px;
}

.timeline_definition-wrapper {
  background-color: rgba(255, 255, 255, .05);
  border-radius: 16px;
  padding: 16px;
}

.timeline_centre {
  justify-content: center;
  padding-bottom: 10px;
  display: flex;
}

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

.timeline_item {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 180px 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 100px;
  display: grid;
  position: relative;
}

.padding-vertical-xlarge {
  padding-top: 120px;
  padding-bottom: 120px;
}

.paragraph-large {
  letter-spacing: -.02em;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 30px;
}

.timeline_quote-wrapper {
  border: 2px solid #fff;
  border-radius: 16px;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.inline-block {
  display: inline-block;
}

.timeline-main_heading-wrapper {
  max-width: 640px;
  color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.timeline_text {
  color: #fff;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 30px;
}

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

.timeline_component {
  max-width: 1120px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.link-icon {
  width: 20px;
  height: 20px;
  margin-left: 8px;
}

.page-wrapper {
  z-index: 0;
  position: relative;
}

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

.overlay-fade-bottom {
  width: 100%;
  height: 80px;
  min-width: 100%;
  background-color: #0f0f11;
  background-image: linear-gradient(to top, #0a0a0a, rgba(10, 10, 10, 0));
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.timeline_link {
  opacity: .6;
  color: #fff;
  letter-spacing: .8px;
  text-transform: uppercase;
  border-radius: 8px;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  text-decoration: none;
  transition: opacity .3s;
  display: flex;
}

.timeline_link:hover {
  opacity: 1;
}

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

.timeline_date-text {
  color: #fff;
  letter-spacing: -.03em;
  align-items: flex-end;
  margin-bottom: -5px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 32px;
  font-weight: 300;
  line-height: 44px;
  position: -webkit-sticky;
  position: sticky;
  top: 50vh;
}

.timeline_milestone-badge {
  color: #161616;
  letter-spacing: .05em;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 24px;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 12px;
  display: inline-block;
}

.section-timeline-heading {
  background-color: #0f0f11;
}

.timeline_badge {
  color: #fff;
  letter-spacing: .05em;
  text-transform: uppercase;
  background-color: rgba(255, 255, 255, .15);
  border-radius: 8px;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 6px 8px;
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
  display: inline-block;
}

.timeline_quote {
  color: #fff;
  margin-bottom: 16px;
  font-size: 14px;
}

.text-span-12 {
  letter-spacing: 1px;
  font-size: 24px;
  line-height: 30px;
}

.heading-6 {
  font-family: Exo, sans-serif;
  font-size: 60px;
  font-style: italic;
  font-weight: 900;
  line-height: 55px;
}

.text-span-13 {
  font-weight: 500;
}

.faq-a-text {
  color: #fff;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.faq-divider {
  height: 0;
  border-top: .3px solid #fff;
}

.c-faq-q {
  align-items: center;
  display: flex;
}

.c-faq {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

._w-faq-icon {
  width: 20px;
  height: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.cloneable-area {
  min-height: 50vh;
}

.c-note {
  align-items: center;
  margin-bottom: 60px;
}

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

.note {
  color: #aaa;
  font-size: 1.4em;
  font-weight: 300;
  line-height: 1.6em;
}

.c-faq-a-text {
  padding: 20px;
}

.c-faq-item {
  cursor: pointer;
  background-color: #0f0f11;
  border-left: 1px solid #fff;
  margin-bottom: 10px;
  font-size: 1.2em;
  line-height: 1.6em;
}

.c-faq-a {
  perspective-origin: 50% 0;
  transform-origin: 50% 0;
  overflow: hidden;
}

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

.c-faq-divider {
  padding-left: 20px;
  padding-right: 20px;
}

.c-faq-q-text {
  flex: 1;
  padding: 20px;
}

.faq-q-text {
  color: #fff;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 32px;
}

.c-content.cloneable {
  padding-top: 20px;
}

.word-highlight {
  color: #fff;
  font-weight: 400;
}

.c-faq-icon {
  justify-content: center;
  align-items: center;
  padding: 20px;
  position: relative;
}

.container-3 {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 3%;
}

.container-3.cloneable {
  z-index: 3;
  max-width: 1024px;
  padding-left: 0%;
  padding-right: 0%;
}

.heading-7 {
  color: #fff;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 32px;
  font-weight: 300;
}

.section-4 {
  z-index: 1;
  background-color: #000;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.section-5 {
  z-index: 2;
  background-color: #b58c33;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 200px;
  padding-bottom: 200px;
  display: flex;
  position: relative;
}

.heading-8 {
  width: 55%;
  max-width: 1024px;
  color: #fff;
  margin-top: 10px;
  font-family: Exo, sans-serif;
  font-size: 60px;
  font-weight: 900;
  line-height: 55px;
}

.text-span-14 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}

.italic-text {
  color: #0f0f11;
  font-style: normal;
}

.section-5-copy {
  z-index: 2;
  background-color: #b58c33;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 200px;
  padding-bottom: 200px;
  display: flex;
  position: relative;
}

.text-span-15, .text-span-16 {
  color: #000;
}

.text-block-10 {
  width: 55%;
  max-width: 1024px;
}

.text-span-17 {
  color: #000;
}

.text-span-18 {
  text-decoration: underline;
}

.text-span-19 {
  color: #000;
  text-decoration: underline;
}

.text-span-20, .text-span-21, .text-span-22, .text-span-23 {
  text-decoration: underline;
}

.faq-a-text-copy {
  color: #fff;
  margin-right: 20px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.text-span-24 {
  text-decoration: underline;
}

.text-span-25 {
  font-weight: 500;
  text-decoration: underline;
}

.text-span-26, .text-span-27, .text-span-28, .link {
  text-decoration: underline;
}

.link:hover {
  opacity: .5;
}

.link:visited {
  color: #fff;
}

.div-block-50 {
  width: 20px;
  height: 20px;
  background-image: url('../images/english.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  margin-right: 7px;
}

.link-block-10 {
  color: #fff;
  align-items: center;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
  transition: opacity .4s;
  display: flex;
}

.link-block-10:hover {
  opacity: .5;
}

.text-block-11 {
  text-decoration: none;
}

.div-block-50-china {
  width: 20px;
  height: 20px;
  background-image: url('../images/china.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  margin-right: 7px;
}

.div-block-50-russia {
  width: 20px;
  height: 20px;
  background-image: url('../images/russia.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  margin-right: 7px;
}

.text-block-12 {
  color: #fff;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.div-block-50-spanish {
  width: 20px;
  height: 20px;
  background-image: url('../images/spanish.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  margin-right: 7px;
}

.text-block-13 {
  color: #fff;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 12px;
  position: absolute;
  top: auto;
  bottom: 50px;
  left: auto;
  right: 50px;
}

.link-block-bitcointalk {
  width: 25px;
  height: 25px;
  background-image: url('../images/bitcointalk.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 110%;
  margin-left: 10px;
  transition: opacity .2s;
}

.link-block-bitcointalk:hover {
  opacity: .5;
}

.link-block-bitcointalk2 {
  width: 90px;
  height: 90px;
  background-image: url('../images/telegram.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-left: 5px;
  transition: opacity .2s;
}

.link-block-bitcointalk2:hover {
  opacity: .5;
}

.section-6 {
  z-index: 999;
  background-color: rgba(15, 15, 17, .95);
  justify-content: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

@media screen and (max-width: 991px) {
  .section-2 {
    height: 100vh;
  }

  .index {
    max-width: 450px;
    display: none;
  }

  .close-btn-wrapper-2 {
    border-style: none;
  }

  .close-btn-text {
    font-size: 3em;
  }

  .div-block-38 {
    display: none;
  }

  .nav-button {
    display: block;
  }

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

  .content-wrapper {
    width: 93%;
    flex-direction: column;
    display: block;
  }

  .div-block-31 {
    flex-direction: row;
    justify-content: space-between;
  }

  .nav-link {
    letter-spacing: 20px;
    font-family: Ubuntu, Helvetica, sans-serif;
    font-size: 8vw;
    font-weight: 300;
  }

  .nav-link._3 {
    line-height: .8;
  }

  .div-block-38-copy {
    display: block;
  }

  .navbar-2 {
    width: 85%;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .nav-twitter-copy {
    background-image: url('../images/x.svg');
    background-size: 70%;
  }

  .nav-wrapper {
    display: flex;
  }

  .div-block-39 {
    width: 85%;
  }

  .div-block-41 {
    width: 85%;
    flex-direction: column;
    align-items: center;
  }

  .heading-copy, .text-block-6 {
    width: 83%;
  }

  .footer {
    z-index: 1;
    position: relative;
  }

  .div-block-46 {
    margin-bottom: 40px;
  }

  .link-block-7 {
    height: 50px;
  }

  .image-3 {
    margin-bottom: 100px;
    margin-right: 0;
  }

  .arrow-icon {
    width: 1.1em;
  }

  .link-name {
    margin-right: 0;
    font-size: 2vw;
    line-height: 1.5;
  }

  .link-name.is--last {
    margin-right: -2em;
  }

  .grid {
    justify-content: center;
    align-items: flex-start;
  }

  .small-title {
    font-size: 1.2vw;
  }

  .grid-item.is--1 {
    width: 100%;
    justify-content: center;
  }

  .grid-item.is--footer-subline {
    justify-content: center;
  }

  .grid-item.is--3 {
    width: 20%;
    padding-left: 1em;
  }

  .grid-item.is--2 {
    width: 50%;
    padding-top: 5em;
    padding-left: 1em;
  }

  .grid-item.is--4 {
    width: 20%;
    padding-left: 1em;
  }

  .social-icon {
    width: 2em;
  }

  .line {
    display: none;
  }

  .columns-2 {
    max-width: 70%;
    min-width: 70%;
  }

  .image-5 {
    margin-bottom: -402px;
  }

  .card---inner.x-half {
    width: 100%;
  }

  .arrow---line {
    height: .75rem;
  }

  .arrow---line.x-diagonal {
    width: 122%;
  }

  .card.x-left {
    width: 50%;
  }

  .card---arrow {
    width: 66.667%;
    bottom: 4rem;
    left: 0%;
  }

  .arrow {
    max-width: 6rem;
    bottom: 0;
  }

  .wrap {
    padding-bottom: 5vh;
    padding-left: 0;
  }

  .flex {
    height: 95vh;
  }

  .home-press_list {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

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

  .heading-8 {
    width: 85%;
  }

  .text-span-14 {
    font-size: 20px;
  }

  .text-block-10 {
    width: 85%;
  }

  .link-block-bitcointalk2 {
    background-image: url('../images/bitcointalk.svg');
    background-size: 110%;
  }
}

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

  .link-block-discord {
    width: 50px;
    height: 50px;
  }

  .close-btn-wrapper-2 {
    width: 40px;
    height: 40px;
    padding: 14px;
    font-size: 12px;
    top: 20px;
    right: 25px;
  }

  .close-btn-wrapper-2:hover {
    width: 40px;
    height: 40px;
    font-size: 18px;
    top: 20px;
    right: 25px;
  }

  .close-btn-text {
    font-size: 1.4em;
  }

  .div-block-38 {
    margin-top: 36px;
    display: none;
  }

  .content-wrapper {
    width: 80%;
    flex-direction: column;
    justify-content: center;
  }

  .index-item {
    letter-spacing: 0;
  }

  .link-block-discord-copy, .link-block-telegram-copy {
    width: 50px;
    height: 50px;
  }

  .div-block-38-copy {
    margin-top: 36px;
    display: block;
  }

  .link-block-telegram {
    width: 50px;
    height: 50px;
  }

  .mobile-none {
    display: none;
  }

  .navbar-2 {
    width: 85%;
    height: 90px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .nav-twitter, .nav-twitter-copy {
    width: 50px;
    height: 50px;
    margin-left: 0;
  }

  .div-block-39 {
    width: 85%;
  }

  .card---content {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .card---inner.x-half {
    width: 100%;
  }

  .arrow---line {
    height: .5rem;
  }

  .card {
    z-index: 2;
  }

  .card.x-left {
    z-index: 1;
    width: 100%;
  }

  .card.x-left.xx-top {
    z-index: 2;
  }

  .flex---row {
    display: block;
  }

  .arrow {
    max-width: 4rem;
  }

  .wrap {
    padding-bottom: 0;
    position: relative;
  }

  .flex {
    height: auto;
    padding-bottom: 0;
  }

  .credit---color-square {
    width: 1rem;
    height: 1rem;
    background-color: #ff8000;
  }

  .credits---mask-outer {
    z-index: 3;
  }

  .text-size-large {
    font-size: 1.125rem;
  }

  .home-press_list {
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

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

  .timeline_quote-image {
    margin-top: 24px;
    margin-right: 0;
  }

  .timeline_centre {
    justify-content: flex-start;
  }

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

  .timeline_progress {
    left: 6px;
  }

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

  .padding-vertical-xlarge {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .paragraph-large {
    font-size: 18px;
  }

  .timeline_quote-wrapper {
    flex-direction: column-reverse;
  }

  .timeline_text {
    width: 90%;
    font-size: 20px;
  }

  .timeline_left {
    text-align: left;
  }

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

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

  .link-block-bitcointalk, .link-block-bitcointalk2 {
    width: 50px;
    height: 50px;
  }
}

@media screen and (max-width: 479px) {
  .section {
    min-height: 170vh;
  }

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

  .index {
    padding-left: 0;
    padding-right: 0;
    left: -10px;
  }

  .content-wrapper {
    width: 80%;
    flex-direction: column;
  }

  .index-item {
    letter-spacing: 0;
  }

  .nav-link {
    font-size: 10vw;
  }

  .navbar-2 {
    height: 100px;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-39 {
    min-height: 60vh;
    flex-direction: column;
    margin-top: 99px;
  }

  .heading, .block-quote {
    font-size: 35px;
    line-height: 35px;
  }

  .button {
    margin-bottom: 10px;
  }

  .text-block-4 {
    font-size: 16px;
    line-height: 18px;
  }

  .div-block-48 {
    width: auto;
  }

  .link-social {
    padding-left: 1em;
    padding-right: 1em;
  }

  .link-block-subline {
    padding-bottom: 1em;
  }

  .div-social {
    flex: 0 auto;
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .arrow-icon {
    width: 9px;
  }

  .container.is--first {
    width: 80%;
  }

  .link-name {
    padding-left: .5em;
    font-size: 18px;
    line-height: 20px;
  }

  .link-name.is--last {
    line-height: 22px;
  }

  .div-text {
    flex-direction: column;
    flex: 0 auto;
  }

  .grid.is--not-buttom-p {
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
  }

  .logo-img {
    margin-top: 0;
  }

  .small-title {
    padding-bottom: 1em;
    font-size: 11px;
  }

  .small-title.is--padding {
    padding-left: 1em;
    padding-right: 1em;
  }

  .grid-item.is--1 {
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .grid-item.is--line-button {
    padding-left: 0;
    padding-right: 0;
  }

  .grid-item.is--footer-subline {
    flex-flow: column wrap;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .grid-item.is--3 {
    width: 50%;
    flex-flow: column;
    align-items: flex-start;
    padding-top: 0;
    padding-left: 0;
    display: flex;
  }

  .grid-item.is--2 {
    padding-top: 10em;
    font-size: 1vw;
  }

  .grid-item.is--4 {
    width: 50%;
    padding-top: 0;
    padding-left: 0;
  }

  .is--text-box {
    justify-content: flex-start;
    font-size: 1vw;
    line-height: 1.6;
  }

  .social-icon {
    width: 15px;
  }

  .columns-2 {
    max-width: 90%;
    min-width: 90%;
  }

  .card.x-left {
    width: 100%;
  }

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

  .home-press_item-content-top, .home-press_item-content-bottom {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

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

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

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

  .paragraph-large {
    font-size: 16px;
  }

  .timeline_text {
    font-size: 16px;
    line-height: 18px;
  }

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

  .link-block-9 {
    line-height: 14px;
  }

  .note {
    font-size: 1.2em;
    line-height: 1.4em;
  }

  .section-5 {
    height: 90vh;
  }

  .heading-8 {
    font-size: 35px;
    line-height: 35px;
  }

  .text-span-14 {
    line-height: 20px;
  }

  .section-5-copy {
    height: 90vh;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_70844fec-43ec-a7a3-5666-913ee91f99de-4e40bbc9 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_70844fec-43ec-a7a3-5666-913ee91f99e1-4e40bbc9 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_70844fec-43ec-a7a3-5666-913ee91f99e3-4e40bbc9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_70844fec-43ec-a7a3-5666-913ee91f99ea-4e40bbc9 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_70844fec-43ec-a7a3-5666-913ee91f99ed-4e40bbc9 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_70844fec-43ec-a7a3-5666-913ee91f99fd-4e40bbc9 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_70844fec-43ec-a7a3-5666-913ee91f9a00-4e40bbc9 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_70844fec-43ec-a7a3-5666-913ee91f9a17-4e40bbc9 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_70844fec-43ec-a7a3-5666-913ee91f9a1a-4e40bbc9 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_70844fec-43ec-a7a3-5666-913ee91f9a33-4e40bbc9 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_70844fec-43ec-a7a3-5666-913ee91f9a36-4e40bbc9 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_70844fec-43ec-a7a3-5666-913ee91f9a50-4e40bbc9 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_70844fec-43ec-a7a3-5666-913ee91f9a53-4e40bbc9 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_70844fec-43ec-a7a3-5666-913ee91f9a6e-4e40bbc9 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_70844fec-43ec-a7a3-5666-913ee91f9a71-4e40bbc9 {
    grid-area: 1 / 1 / 3 / 2;
  }
}
