body {
  background-color: #161616;
  font-family: Barlow, sans-serif;
  color: hsla(0, 0%, 100%, 0.8);
  font-size: 1.125rem;
  line-height: 1.5;
}

h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  font-size: 5rem;
  line-height: 1.875;
  font-weight: 700;
}

h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Archivo, sans-serif;
  font-size: 3rem;
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  font-size: 1.75rem;
  line-height: 1.5;
  font-weight: 800;
  text-transform: uppercase;
}

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

h5 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 1.375rem;
  line-height: 1.5;
  font-weight: 700;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-top: 0px;
  margin-bottom: 0px;
}

a {
  text-decoration: underline;
}

.logo-text {
  margin-top: 24px;
  font-family: Archivo, sans-serif;
  color: #fff;
  font-size: 27px;
  font-weight: 900;
}

.navigation {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border: 1px none #000;
  background-color: transparent;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
  cursor: auto;
  mix-blend-mode: normal;
}

.nav-link {
  padding: 26px 17px;
  box-shadow: inset 0 3px 0 0 transparent;
  -webkit-transition: box-shadow 500ms ease, color 300ms ease;
  transition: box-shadow 500ms ease, color 300ms ease;
  font-family: Barlow, sans-serif;
  color: #fff;
  font-weight: 400;
}

.nav-link:hover {
  box-shadow: inset 0 3px 0 0 hsla(0, 0%, 71%, 0.5);
}

.nav-link.w--current {
  box-shadow: none;
  opacity: 1;
  outline-color: #f87502;
  outline-offset: 0px;
  outline-style: none;
  outline-width: 3px;
  color: #f77307;
  font-weight: 400;
  text-decoration: none;
  mix-blend-mode: normal;
}

.section {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #080808;
  background-image: url('../images/icons-08.png');
  background-position: 50% 50%;
  background-size: cover;
}

.section.main {
  display: block;
  height: 100vh;
  margin-top: 0px;
  padding-top: 0px;
  background-color: transparent;
  background-image: url('../images/icons-07.jpg');
  background-position: 50% 0%;
  background-size: cover;
  opacity: 1;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.23);
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.section.footer {
  padding-top: 45px;
  padding-bottom: 42px;
  background-color: #2b2c2e;
  background-image: none;
  color: #e4e8eb;
}

.section.footer.copyright {
  padding-top: 19px;
  padding-bottom: 19px;
  background-color: #1c1d1f;
  color: #939596;
  font-size: 14px;
}

.section.purple {
  position: relative;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: transparent;
}

.section.purple.bunny-2 {
  background-image: none;
}

.brand-link {
  text-decoration: none;
}

.feature-row {
  margin-bottom: 14px;
}

.main-feature-group {
  margin-top: 0px;
  padding-top: 20px;
}

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

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

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

.body {
  margin-top: 0px;
  padding-top: 0px;
}

.heading {
  font-family: Rubik;
  color: #fff;
  font-size: 40px;
  font-weight: 500;
  text-align: left;
  -o-object-fit: fill;
  object-fit: fill;
}

.heading.about-us {
  font-family: Archivo, sans-serif;
}

.paragraph {
  display: block;
  float: none;
  direction: ltr;
  font-family: Barlow, sans-serif;
  color: #fff;
  font-weight: 300;
  text-align: justify;
  text-transform: uppercase;
}

.heading-2 {
  font-family: Montserrat, sans-serif;
  color: #fff;
  text-transform: uppercase;
}

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

.column-2 {
  padding-right: 0px;
  padding-left: 0px;
}

.column-3 {
  padding-right: 0px;
  padding-left: 0px;
}

.column-4 {
  padding-right: 0px;
  padding-left: 0px;
}

.container {
  position: relative;
  display: inline;
}

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

.container-2 {
  display: block;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0%;
  padding-left: 0%;
}

.roadmap {
  position: relative;
  padding-top: 60px;
  padding-bottom: 350px;
  background-image: url('../images/Background-Roadmpa--become-a-doger-3.png');
  background-position: 50% 50%;
  background-size: auto;
}

.heading-4 {
  color: #fff;
  text-align: center;
}

.heading-4.transparent-heading {
  display: none;
  font-family: Rubik;
  font-size: 55px;
  font-weight: 900;
}

.image-2 {
  background-image: url('../images/img3.png');
  background-position: 0px 0px;
  background-size: 225px;
}

.image-2.on-hover-hide {
  background-image: none;
}

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

.heading-5 {
  display: none;
  font-size: 72px;
  line-height: 50px;
  text-align: center;
}

.bold-text-2 {
  border-radius: 0px;
  font-family: Rubik;
  font-size: 90px;
  line-height: 95px;
}

.paragraph-2 {
  margin-bottom: 40px;
  font-family: Barlow, sans-serif;
  color: #fff;
  font-weight: 400;
  text-align: center;
}

.paragraph-3 {
  font-family: Barlow, sans-serif;
  color: #fff;
  font-size: 13px;
  line-height: 19px;
  font-weight: 300;
  text-align: justify;
}

.heading-6 {
  font-family: Rubik;
  color: #fff;
  font-weight: 400;
  text-align: right;
}

.heading-7 {
  font-family: Archivo, sans-serif;
  color: #fff;
  font-weight: 400;
  text-align: left;
}

.left-top-1 {
  padding-left: 10%;
}

.paragraph-4 {
  font-family: Barlow, sans-serif;
  color: #fff;
  font-size: 13px;
  line-height: 19px;
  font-weight: 300;
  text-align: justify;
}

.right-top-1 {
  padding-right: 10%;
}

.left-top-2 {
  padding-left: 10%;
}

.heading-8 {
  font-family: Rubik;
  color: #fff;
  font-weight: 400;
  text-align: right;
}

.paragraph-5 {
  font-family: Barlow, sans-serif;
  color: #fff;
  font-size: 13px;
  line-height: 19px;
  font-weight: 300;
  text-align: justify;
}

.right-top-2 {
  padding-right: 10%;
}

.heading-9 {
  font-family: Rubik;
  color: #fff;
  font-weight: 400;
}

.paragraph-6 {
  font-family: Barlow, sans-serif;
  color: #fff;
  font-size: 13px;
  line-height: 19px;
  font-weight: 300;
  text-align: justify;
}

.left-top-3 {
  padding-left: 10%;
}

.heading-10 {
  font-family: Rubik;
  color: #fff;
  font-weight: 400;
  text-align: right;
}

.paragraph-7 {
  color: #fff;
  font-size: 13px;
  line-height: 19px;
  font-weight: 300;
  text-align: justify;
}

.heading-11 {
  background-color: transparent;
  text-align: center;
}

.heading-11.part-heading {
  position: static;
  font-family: Archivo, sans-serif;
  font-size: 30px;
  line-height: 42px;
  font-weight: 700;
}

.container-3 {
  padding-top: 40px;
}

.image-10 {
  position: static;
  max-width: 600px;
  text-align: left;
}

.join-the-community {
  position: relative;
  margin-top: 0px;
  padding-top: 70px;
  padding-bottom: 60px;
  background-image: url('../images/Background-Roadmpa--become-a-doger-3.png');
  background-position: 50% 50%;
  background-size: cover;
}

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

.heading-12.join-heading {
  display: none;
  font-family: Rubik;
  color: #fff;
  font-size: 55px;
  font-weight: 700;
}

.paragraph-8 {
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Archivo, sans-serif;
  color: #fff;
  font-weight: 400;
  text-align: center;
}

.columns {
  padding-top: 40px;
}

.paragraph-10 {
  font-family: Archivo, sans-serif;
  color: #fff;
  font-size: 25px;
  line-height: 35px;
  font-weight: 500;
  text-align: justify;
}

.community_flex {
  display: block;
  padding-top: 20px;
}

.community_flex.hide-content {
  display: none;
}

.community_btn {
  display: none;
  text-decoration: none;
}

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

.paragraph-11 {
  display: block;
  border: 1px none #000;
  font-family: Poppins;
  font-weight: 700;
  text-decoration: none;
}

.community_btn2 {
  display: none;
  text-decoration: none;
}

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

.section-faq {
  background-color: #1e1e23;
}

.accordion-item-trigger {
  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-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  font-family: Archivo, sans-serif;
  color: #fff;
  font-weight: 500;
  cursor: pointer;
}

.container-4 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.text-block {
  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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 30px;
  font-weight: 500;
}

.accordion-item-content {
  overflow: hidden;
  line-height: 20px;
}

.heading-13 {
  margin-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-size: 28px;
  font-weight: 400;
}

.paragraph-12 {
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Barlow, sans-serif;
  color: #fff;
  text-align: justify;
}

.heading-14 {
  position: static;
  margin-bottom: 40px;
  font-family: Archivo, sans-serif;
  color: #fff;
  font-size: 60px;
  line-height: 60px;
  font-weight: 700;
}

.text-block-2 {
  overflow: visible;
  padding-bottom: 20px;
  font-family: Archivo, sans-serif;
  color: #fff;
  font-size: 80px;
  line-height: 65px;
  font-weight: 700;
  text-align: center;
}

.text-block-3 {
  font-family: Archivo, sans-serif;
  font-weight: 400;
  text-align: center;
}

.bold-text-3 {
  font-family: Barlow, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}

.bold-text-4 {
  font-family: Rubik;
  font-weight: 900;
}

.paragraph-13 {
  font-family: Poppins;
  font-weight: 700;
}

.bold-text-5 {
  font-family: Archivo, sans-serif;
}

.bold-text-6 {
  font-family: Archivo, sans-serif;
}

.bold-text-7 {
  font-family: Archivo, sans-serif;
}

.bold-text-8 {
  font-family: Archivo, sans-serif;
}

.bold-text-9 {
  font-family: Archivo, sans-serif;
}

.bold-text-10 {
  font-family: Archivo, sans-serif;
}

.bold-text-11 {
  font-family: Archivo, sans-serif;
}

.bold-text-12 {
  font-family: Archivo, sans-serif;
}

.bold-text-13 {
  font-family: Archivo, sans-serif;
}

.bold-text-14 {
  font-family: Archivo, sans-serif;
}

.image-14.menu-trigger {
  display: none;
}

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

.column-7 {
  display: block;
}

.image-15 {
  display: block;
}

.road-map-mobile.roadmap {
  display: none;
}

.html-embed {
  display: none;
}

.image-20 {
  display: none;
}

.image-22 {
  max-width: 300px;
  text-align: left;
}

.div-block-2 {
  margin-bottom: 20px;
  text-align: center;
}

.div-block-3 {
  text-align: center;
}

.image-23.t-follow {
  padding-left: 10px;
}

.image-25 {
  width: 100%;
  padding-right: 10px;
}

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

.section-3 {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  overflow: visible;
  height: 100vh;
  min-height: 100px;
  -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;
  background-image: url('../images/icons-07.jpg');
  background-position: 50% 50%;
  background-size: cover;
  text-align: center;
  white-space: normal;
}

.image-26 {
  width: 100%;
  max-width: 400px;
  min-width: auto;
}

.image-28 {
  display: none;
}

.discord-test {
  padding: 10px;
  background-color: #ed393a;
  text-decoration: none;
}

.page-content {
  overflow: hidden;
}

.page-padd {
  padding-right: 4rem;
  padding-left: 4rem;
}

.page-container {
  max-width: 74rem;
  margin-right: auto;
  margin-left: auto;
}

.navbar {
  position: fixed;
  left: 0%;
  top: -1rem;
  right: 0%;
  bottom: auto;
  background-color: hsla(0, 0%, 86.7%, 0);
  color: hsla(0, 0%, 76.9%, 0.95);
}

.padd-vert-navbar {
  padding-top: 1.25rem;
}

.navbar-cont-w {
  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;
}

.navbar-cont-c-r {
  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;
}

.button {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 3.125rem;
  padding: 0.9375rem 1.3125rem;
  -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: 2px;
  border-color: #161616;
  border-radius: 0.5rem;
  background-image: -webkit-gradient(linear, left top, right top, from(#5fcefe), to(#0292bf));
  background-image: linear-gradient(90deg, #5fcefe, #0292bf);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Montserrat, sans-serif;
  color: hsla(0, 0%, 100%, 0.95);
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
}

.button:hover {
  border-width: 2px;
  border-color: #0292bf;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(95, 206, 254, 0.5)), to(rgba(2, 146, 191, 0.5)));
  background-image: linear-gradient(90deg, rgba(95, 206, 254, 0.5), rgba(2, 146, 191, 0.5));
  box-shadow: 0 0 1rem 0.35rem #0292bf;
}

.button-img-b {
  position: relative;
  width: 1.5625rem;
  height: 1.25rem;
  margin-right: 0.625rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.button-img-e {
  display: block;
  width: 100%;
}

.brand-img-b {
  width: 3rem;
}

.brand-img-e {
  display: block;
  width: 100%;
}

.soc-b {
  position: relative;
  width: 1.25rem;
  height: 1.25rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.soc-img-e {
  display: block;
  width: 100%;
  height: 100%;
}

.g-soc-c {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 3.125rem;
  height: 3.125rem;
  padding: 1rem;
  -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: 0.125rem;
  border-color: hsla(0, 0%, 100%, 0.05);
  border-radius: 50%;
  cursor: pointer;
}

.button-discord {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button-discord-circle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 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;
  border-style: solid;
  border-width: 0.1875rem;
  border-color: #4ac1f0;
  border-radius: 50%;
}

.button-discord-c {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 28%;
  -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: 50%;
  background-color: #4ac1f0;
}

.button-discord-b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button-discord-e {
  position: relative;
  top: 5%;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.home-roadmap-perc-b {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  margin-top: 1rem;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.quest-c {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2.25rem;
  margin-bottom: 0.75rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  -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;
  cursor: pointer;
}

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

.link {
  font-family: Archivo, sans-serif;
  color: #939596;
  text-decoration: none;
}

.footer-cont-w {
  position: relative;
  z-index: 1;
  margin-top: 6rem;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.footer-cont-c {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.footer-head-b {
  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;
}

.footer-social-w {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2rem;
  -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-soc-c {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: start;
  -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;
  grid-auto-columns: 1fr;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  -ms-grid-columns: auto auto auto;
  grid-template-columns: auto auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.discord-letters-w {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: url('../images/discord-letters-9.svg');
  background-position: 50% 90%;
  background-size: 100% 103%;
  background-repeat: no-repeat;
}

.bold-text-15 {
  font-family: Archivo, sans-serif;
}

.bold-text-16 {
  font-family: Archivo, sans-serif;
}

.bold-text-17 {
  font-family: Archivo, sans-serif;
}

.button-discord-w {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 7.75rem;
  height: 7.75rem;
  padding: 15%;
  -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-copyright-b {
  margin-top: 3.25rem;
}

.footer-copyright-e {
  font-size: 1rem;
  line-height: 1.25;
}

.page-container-wide {
  max-width: 74rem;
  margin-right: auto;
  margin-left: auto;
}

.body-3 {
  background-image: url('../images/61e7ef8666796edd24aac40a_BACKGROUDN-NIR.png');
  background-position: 50% 0%;
  background-size: cover;
}

.columns-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  -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;
}

.heading-20 {
  color: #fff;
  font-size: 26px;
}

.paragraph-25 {
  color: #fff;
}

.section-5 {
  padding-bottom: 100vh;
}

.columns-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-18 {
  text-align: right;
}

.link-block-4 {
  padding-right: 20px;
}

.bold-text-18 {
  color: #fff;
  text-align: center;
  text-decoration: none;
}

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

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

.button-hover-b {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  border-radius: 0.5rem;
  background-color: rgba(0, 0, 0, 0.2);
}

.button-hover-b.button-hover-b-disc {
  border-radius: 50%;
}

.soc-img-e-an {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  width: 100%;
  height: 100%;
}

.button-img-e-black {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  width: 100%;
}

.about-bg-main-b {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: url('../images/home-about-bg.jpg');
  background-position: 60% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.about-bg-main-b.about-bg-main-b-an {
  background-image: url('../images/home-about-bg-an-2.png');
}

.navbar-bg-w {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: -0.5rem;
  background-color: rgba(0, 0, 0, 0.97);
}

.brand-img-b-footer {
  width: 6rem;
}

.padd-vert-footer-main {
  padding-top: 3rem;
  padding-bottom: 4rem;
}

.padd-vert-footer-main.padd-vert-footer-main-disc {
  margin-top: -2rem;
  padding-top: 0rem;
}

.discord-hero-bg-w {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.discord-hero-bg-c {
  position: relative;
  width: 100%;
  height: 100%;
}

.padd-vert-discord-hero {
  padding-top: 12vh;
  padding-bottom: 20vh;
}

.padd-vert-discord-hero.padd-vert-discord-hero-raffle-t {
  padding-top: 9rem;
  padding-bottom: 8.25rem;
}

.padd-vert-discord-hero.padd-vert-discord-hero-free-mint-t {
  padding-top: 9rem;
  padding-bottom: 3rem;
}

.discord-hero-cont-w.discord-hero-cont-w-mint-t {
  font-family: Archivo, sans-serif;
}

.discord-hero-cont-c {
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.discord-hero-cont-c.discord-hero-cont-c-raffle-t {
  position: relative;
  max-width: 48.75rem;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
}

.discord-hero-cont-c.discord-hero-cont-c-mint-t {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
}

.discord-hero-bg-b-1 {
  position: absolute;
  left: 16%;
  top: auto;
  right: auto;
  bottom: 0%;
  margin-left: -15rem;
}

.discord-hero-bg-b-1.discord-hero-bg-b-1-mint-1 {
  left: 16vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: -21rem;
}

.discord-hero-bg-b-1.discord-hero-bg-b-1-free-mint-t {
  left: 16vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 30rem;
  margin-left: -21rem;
}

.discord-hero-bg-b-2 {
  position: absolute;
  left: auto;
  top: auto;
  right: 16%;
  bottom: 0%;
  margin-right: -18rem;
}

.discord-hero-bg-b-2.discord-hero-bg-b-2-mint-1 {
  right: 19vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -22.8rem;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.discord-hero-bg-b-2.discord-hero-bg-b-2-free-mint-t {
  right: 19vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 30rem;
  margin-right: -22.8rem;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.discord-hero-bg-b-3 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.discord-hero-bg-e-1 {
  display: block;
  width: 100%;
  min-width: 28rem;
}

.discord-hero-bg-e-2 {
  display: block;
  width: 100%;
  min-width: 28rem;
}

.discord-hero-bg-e-3 {
  display: block;
}

.discord-hero-bg-e-3.discord-hero-bg-e-3-mint-1 {
  -webkit-filter: blur(3.125rem);
  filter: blur(3.125rem);
}

.discord-hero-bg-e-3.discord-hero-bg-e-3-mint-t {
  -webkit-filter: blur(3.125rem);
  filter: blur(3.125rem);
}

.soc-c {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 3.125rem;
  height: 3.125rem;
  padding: 1rem;
  -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: 0.125rem;
  border-color: hsla(0, 0%, 100%, 0.05);
  border-radius: 50%;
  cursor: pointer;
}

.raffle-hero-head-e {
  font-family: Archivo, sans-serif;
  font-size: 2rem;
  font-weight: 900;
  letter-spacing: -0.02em;
}

.raffle-hero-subhead-timer {
  font-family: Archivo, sans-serif;
  font-size: 1.3125rem;
  line-height: 1.9047619047619047;
  font-weight: 700;
}

.raffle-hero-subhead-timer.raffle-hero-subhead-e-mint-1 {
  font-size: 1.35rem;
}

.raffle-hero-subhead-timer.raffle-hero-subhead-e-mint-t {
  max-width: 56ch;
  text-transform: none;
}

.raffle-hero-subhead-timer.free-mint-subhead-e-2 {
  max-width: 55ch;
}

.raffle-hero-subhead-timer.free-mint-subhead-e-3 {
  max-width: 55ch;
}

.raffle-hero-subhead-timer.raffle-hero-subhead-e-mint-1-2 {
  display: none;
  font-size: 1.35rem;
}

.button-raffle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 1.625rem 2.75rem;
  -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: 0.5rem;
  background-color: #4ac1f0;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Montserrat, sans-serif;
  color: hsla(0, 0%, 100%, 0.85);
  line-height: 1.2222222222222223;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
}

.button-raffle:hover {
  background-color: #3c9cc2;
}

.timer-w {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.raffle-t-hero-subhead-b {
  margin-top: 1rem;
}

.raffle-t-text-b {
  margin-top: 2rem;
}

.raffle-t-text-b.raffle-t-text-b-2-free-mint-t {
  margin-top: 2rem;
}

.raffle-t-text-e {
  font-family: Archivo, sans-serif;
  font-size: 1rem;
  line-height: 1.75;
}

.raffle-t-text-e.free-mint-text-1-e {
  color: #ffc200;
}

.section-mint-1-hero {
  position: relative;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
}

.mint-1-hero-head-e {
  line-height: 1;
  letter-spacing: -0.02em;
}

.mint-1-hero-subhead-timer {
  margin-top: 2.5rem;
}

.mint-1-button-w {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2.5rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mint-1-timer-w {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.5rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mint-t-steps-w {
  margin-top: 1rem;
}

.mint-t-steps-c {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 1rem;
  grid-row-gap: 2rem;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.step-text-b {
  margin-top: 1.5rem;
}

.step-text-e {
  max-width: 30ch;
}

.text-blue {
  color: #61d4ff;
}

.mint-text-e {
  font-size: 1rem;
  line-height: 1.75;
}

.mint-text-e.mint-text-e-free {
  display: inline;
}

.mint-text-e.mint-text-e-free-3 {
  display: block;
}

.text-black {
  font-weight: 900;
}

.mint-t-hero-subhead-2-b {
  margin-top: 1.5rem;
}

.free-mint-t-secret-b {
  margin-top: 1rem;
}

.section-free-mint-t-hero {
  position: relative;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
}

.free-mint-future-b {
  margin-top: 3rem;
}

.free-mint-dark-side-b {
  margin-top: 1rem;
}

.free-mint-text-2-b {
  max-width: 70%;
  margin-top: 1rem;
}

.text-21 {
  font-size: 1.3125rem;
}

.free-mint-rocket-c {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1.5rem;
  -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;
}

.free-mint-rocket-text-b {
  display: inline;
}

.free-mint-img-b {
  display: inline;
  width: 2.25rem;
  margin-left: 1rem;
}

.free-mint-img-e {
  display: inline;
}

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

.timer-number-b-1 {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 2.125rem;
  height: 4rem;
  -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;
}

.timer-num-c-sec-1 {
  position: relative;
  -webkit-transform: translate(0px, -520px);
  -ms-transform: translate(0px, -520px);
  transform: translate(0px, -520px);
}

.timer-text-b {
  position: relative;
  z-index: 1;
}

.timer-num-c-min-10 {
  position: relative;
}

.timer-text-e {
  font-size: 1rem;
  line-height: 1.0625;
  font-weight: 500;
  text-transform: uppercase;
}

.timer-num-c-min-1 {
  position: relative;
}

.timer-number-grey-bg-10 {
  position: absolute;
  left: 0%;
  top: -18%;
  right: 0%;
  bottom: -18%;
  display: block;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(23%, #1a1a1a), color-stop(0, rgba(26, 26, 26, 0)), color-stop(84%, rgba(172, 39, 39, 0)), color-stop(0, #1a1a1a));
  background-image: linear-gradient(180deg, #1a1a1a 23%, rgba(26, 26, 26, 0) 0, rgba(172, 39, 39, 0) 84%, #1a1a1a 0);
}

.timer-number-e {
  width: 100%;
  font-size: 3.75rem;
  line-height: 3.25rem;
  font-weight: 500;
}

.timer-c {
  display: -ms-grid;
  display: grid;
  padding: 2.75rem 2.375rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 2.25rem;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-radius: 1.25rem;
  background-color: #1a1a1a;
}

.timer-num-c-hour-10 {
  position: relative;
}

.timer-number-num-w {
  position: absolute;
  left: 0%;
  top: -18%;
  right: 0%;
  bottom: -18%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 2.125rem;
  padding-top: 60%;
  -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;
}

.timer-num-c-sec-10 {
  position: relative;
}

.timer-number-b {
  display: -ms-grid;
  display: grid;
  width: 5rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 0rem;
  grid-row-gap: 16px;
  -ms-grid-columns: 2.125rem 2.125rem;
  grid-template-columns: 2.125rem 2.125rem;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.timer-num-c-hour-1 {
  position: relative;
}

.timer-block-c {
  text-align: center;
}

.timer-number-b-3 {
  display: -ms-grid;
  display: grid;
  width: 5rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 0rem;
  grid-row-gap: 16px;
  -ms-grid-columns: 2.125rem 2.125rem 2.125rem;
  grid-template-columns: 2.125rem 2.125rem 2.125rem;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.timer-num-c-hour-100 {
  position: relative;
}

@media screen and (min-width: 1440px) {
  body {
    font-size: 1.25rem;
  }

  h2 {
    font-size: 3.25rem;
  }

  h5 {
    font-size: 1.5rem;
  }

  .page-padd {
    padding-right: 6vw;
    padding-left: 6vw;
  }

  .page-container {
    max-width: 80rem;
  }

  .navbar {
    z-index: 1;
  }

  .padd-vert-navbar {
    padding-top: 1.5rem;
  }

  .button {
    height: 100%;
    padding: 1.1rem 1.65rem;
    border-radius: 0.65rem;
    font-size: 1.25rem;
  }

  .button-img-b {
    width: 1.75rem;
    height: 1.35rem;
    margin-right: 0.75rem;
  }

  .brand-img-b {
    width: 4rem;
  }

  .soc-b {
    width: 1.5rem;
    height: 1.5rem;
  }

  .g-soc-c {
    width: 4rem;
    height: 4rem;
  }

  .button-discord-w {
    width: 8rem;
    height: 8rem;
  }

  .page-container-wide {
    max-width: none;
  }

  .navbar-bg-w {
    bottom: -0.5rem;
  }

  .brand-img-b-footer {
    width: 7.5rem;
  }

  .discord-hero-bg-w {
    z-index: 0;
  }

  .padd-vert-discord-hero {
    padding-bottom: 14vh;
  }

  .padd-vert-discord-hero.padd-vert-discord-hero-raffle-t {
    padding-top: 10rem;
  }

  .padd-vert-discord-hero.padd-vert-discord-hero-free-mint-t {
    padding-top: 10rem;
  }

  .discord-hero-bg-b-1 {
    left: 13%;
  }

  .discord-hero-bg-b-1.discord-hero-bg-b-1-mint-1 {
    left: 19vw;
    margin-left: -19.9rem;
  }

  .discord-hero-bg-b-1.discord-hero-bg-b-1-free-mint-t {
    left: 19vw;
    margin-left: -19.9rem;
  }

  .discord-hero-bg-b-2 {
    right: 13%;
  }

  .soc-c {
    width: 4rem;
    height: 4rem;
  }
}

@media screen and (min-width: 1920px) {
  body {
    font-size: 1.5rem;
  }

  h2 {
    font-size: 4rem;
  }

  h5 {
    font-size: 1.75rem;
  }

  .page-content {
    min-height: 100vh;
  }

  .page-container {
    max-width: 90rem;
  }

  .button {
    padding: 1.25rem 2rem;
    border-radius: 0.8rem;
    font-size: 1.5rem;
  }

  .brand-img-b {
    width: 4.5rem;
  }

  .soc-b {
    width: 2rem;
    height: 2rem;
  }

  .g-soc-c {
    width: 5rem;
    height: 5rem;
    border-width: 0.2rem;
  }

  .button-discord-w {
    width: 10rem;
    height: 10rem;
  }

  .brand-img-b-footer {
    width: 9rem;
  }

  .padd-vert-discord-hero {
    padding-top: 12vw;
    padding-bottom: 12vw;
  }

  .padd-vert-discord-hero.padd-vert-discord-hero-raffle-t {
    padding-top: 11rem;
  }

  .padd-vert-discord-hero.padd-vert-discord-hero-free-mint-t {
    padding-top: 11rem;
  }

  .discord-hero-cont-w.discord-hero-cont-w-raffle-t {
    padding-top: 1vh;
    padding-bottom: 1vh;
  }

  .discord-hero-cont-w.discord-hero-cont-w-mint-t {
    padding-top: 1vh;
    padding-bottom: 1vh;
  }

  .discord-hero-bg-b-1 {
    max-width: 30vw;
  }

  .discord-hero-bg-b-2 {
    right: 16.3vw;
    max-width: 30vw;
  }

  .discord-hero-bg-e-1 {
    width: 130%;
    max-width: 130%;
  }

  .discord-hero-bg-e-1.discord-hero-bg-e-1-mint-1 {
    width: 120%;
  }

  .discord-hero-bg-e-1.discord-hero-bg-e-1-free-mint-t {
    width: 120%;
  }

  .discord-hero-bg-e-2 {
    width: 130%;
    max-width: 130%;
  }

  .soc-c {
    width: 5rem;
    height: 5rem;
    border-width: 0.2rem;
  }
}

@media screen and (max-width: 991px) {
  .nav-link {
    padding: 18px 0px;
    color: #fff;
  }

  .nav-link:hover {
    box-shadow: inset 0 3px 0 0 transparent;
  }

  .nav-link.w--current {
    box-shadow: inset 0 1px 0 0 transparent;
  }

  .section.main {
    height: 60vw;
    background-position: 50% 50%;
  }

  .nav-menu {
    display: none;
    padding-top: 13px;
    padding-bottom: 13px;
    background-color: #000;
  }

  .feature-row {
    display: block;
  }

  .main-feature-group {
    display: block;
    margin-top: 0px;
  }

  .heading-4.transparent-heading {
    font-size: 40px;
  }

  .join-the-community {
    margin-top: -15%;
  }

  .heading-12.join-heading {
    font-size: 40px;
  }

  .paragraph-10 {
    font-size: 20px;
    line-height: 24px;
  }

  .community_flex {
    position: static;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .community_btn {
    margin-bottom: 20px;
  }

  .paragraph-11 {
    font-size: 16px;
    line-height: 19px;
  }

  .community_btn2 {
    margin-right: 20px;
  }

  .heading-14 {
    font-size: 45px;
  }

  .paragraph-13 {
    line-height: 20px;
  }

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

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

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

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

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

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

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

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

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

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

  .image-14 {
    position: absolute;
    left: auto;
    top: 10px;
    right: 20px;
    bottom: auto;
  }

  .image-14.menu-trigger {
    display: inline-block;
  }

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

  .html-embed {
    display: block;
  }

  .column-13 {
    display: block;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .column-14 {
    display: block;
  }

  .image-23.t-follow {
    padding-top: 10px;
    padding-left: 0px;
  }

  .image-25 {
    padding-right: 0px;
    padding-bottom: 10px;
  }

  .page-padd {
    padding-right: 2rem;
    padding-left: 2rem;
  }

  .navbar {
    top: -0.5rem;
  }

  .padd-vert-navbar {
    padding-top: 0.75rem;
  }

  .navbar-button-w {
    margin-right: 1.5rem;
  }

  .quest-c {
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
  }

  .footer-cont-w {
    margin-top: 3rem;
    padding-top: 3vh;
  }

  .footer-copyright-b {
    margin-top: 2rem;
    padding-top: 1vh;
  }

  .menu-button {
    right: -1.125rem;
    padding: 1.6rem;
  }

  .menu-button.w--open {
    position: relative;
    right: -1.125rem;
    background-color: rgba(0, 0, 0, 0.97);
  }

  .heading-20 {
    font-size: 16px;
  }

  .about-bg-main-b {
    background-position: 65% 50%;
  }

  .navbar-bg-w {
    bottom: -0.25rem;
  }

  .padd-vert-footer-main.padd-vert-footer-main-disc {
    padding-bottom: 3rem;
  }

  .discord-hero-bg-c {
    background-image: none;
  }

  .padd-vert-discord-hero {
    padding-top: 12rem;
    padding-bottom: 8vh;
  }

  .padd-vert-discord-hero.padd-vert-discord-hero-raffle-t {
    padding-bottom: 5rem;
  }

  .padd-vert-discord-hero.padd-vert-discord-hero-free-mint-t {
    padding-bottom: 2rem;
  }

  .discord-hero-cont-w.discord-hero-cont-w-raffle-t {
    padding-top: 3vh;
    padding-bottom: 3vh;
  }

  .discord-hero-cont-w.discord-hero-cont-w-mint-t {
    padding-top: 3vh;
    padding-bottom: 3vh;
  }

  .discord-hero-cont-c {
    margin-top: -3rem;
    padding-top: 2vh;
  }

  .discord-hero-bg-b-1 {
    min-width: 19rem;
    margin-left: -18rem;
  }

  .discord-hero-bg-b-1.discord-hero-bg-b-1-mint-1 {
    left: 23vw;
  }

  .discord-hero-bg-b-1.discord-hero-bg-b-1-free-mint-t {
    left: 23vw;
    margin-left: -23rem;
  }

  .discord-hero-bg-b-2 {
    min-width: 19rem;
    margin-right: -24rem;
  }

  .discord-hero-bg-b-2.discord-hero-bg-b-2-mint-1 {
    left: 58vw;
    right: auto;
  }

  .discord-hero-bg-b-2.discord-hero-bg-b-2-free-mint-t {
    left: 62.8vw;
    right: auto;
  }

  .discord-hero-bg-e-1 {
    width: 85%;
  }

  .discord-hero-bg-e-2 {
    width: 85%;
  }

  .raffle-hero-head-e.raffle-hero-head-e-mint-t {
    font-size: 1.75rem;
  }

  .raffle-hero-subhead-timer.raffle-hero-subhead-e-mint-t {
    font-size: 1.15rem;
  }

  .raffle-t-text-b.raffle-t-text-b-2-free-mint-t {
    max-width: 60%;
  }

  .section-mint-1-hero {
    overflow: hidden;
    background-position: 30% 50%;
    background-size: auto 120%;
  }

  .mint-1-hero-subhead-timer {
    margin-top: 1.75rem;
    padding-top: 1vh;
  }

  .mint-1-button-w {
    margin-top: 1.75rem;
    padding-top: 1vh;
  }

  .mint-1-timer-w {
    margin-top: 2.5rem;
    padding-top: 1vh;
  }

  .mint-t-hero-subhead-2-b {
    margin-top: 1.5rem;
    padding-top: 1vh;
  }

  .section-free-mint-t-hero {
    overflow: hidden;
    background-position: 30% 50%;
    background-size: auto 120%;
  }

  .timer-c {
    padding: 1.5rem 2rem;
  }

  .timer-block-c {
    padding-top: 1vh;
    padding-bottom: 1vh;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 1rem;
  }

  h2 {
    font-size: 2.25rem;
    line-height: 1.1;
  }

  h3 {
    margin-bottom: 8px;
  }

  .logo-text {
    margin-top: 15px;
  }

  .section {
    padding-top: 43px;
    padding-bottom: 43px;
    text-align: center;
  }

  .section.main {
    height: 70vw;
    margin-top: 0px;
    padding-top: 0px;
    background-image: url('../images/icons-07.png');
    background-position: 50% 50%;
    background-size: cover;
    background-clip: border-box;
    -webkit-text-fill-color: inherit;
  }

  .nav-menu {
    display: none;
    padding-right: 12px;
    padding-left: 12px;
  }

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

  .main-feature-group {
    margin-top: 0px;
    margin-bottom: 34px;
  }

  .body {
    margin-top: 0px;
  }

  .heading {
    padding-top: 20px;
    text-align: center;
  }

  .heading-2 {
    padding-top: 10px;
    padding-bottom: 30px;
  }

  .roadmap {
    display: none;
  }

  .paragraph-3 {
    text-align: left;
  }

  .heading-6 {
    font-family: Archivo, sans-serif;
    text-align: left;
  }

  .left-top-1 {
    padding-left: 0%;
  }

  .right-top-1 {
    padding-right: 0%;
  }

  .left-top-2 {
    display: inline-block;
    padding-top: 0px;
    padding-left: 0%;
  }

  .heading-8 {
    font-family: Archivo, sans-serif;
    text-align: left;
  }

  .paragraph-5 {
    text-align: left;
  }

  .right-top-2 {
    padding-right: 0%;
  }

  .heading-9 {
    font-family: Archivo, sans-serif;
  }

  .left-top-3 {
    padding-left: 0%;
  }

  .heading-10 {
    font-family: Archivo, sans-serif;
    text-align: left;
  }

  .paragraph-7 {
    text-align: left;
  }

  .join-the-community {
    display: block;
  }

  .columns.home_community_flex {
    padding-top: 0px;
  }

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

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

  .community_btn {
    margin-right: 0px;
    margin-left: 0px;
  }

  .community_btn2 {
    margin-right: 0px;
    margin-left: 0px;
  }

  .heading-13 {
    text-align: left;
  }

  .paragraph-12 {
    font-size: 14px;
    line-height: 20px;
  }

  .bold-text-5 {
    font-weight: 400;
  }

  .bold-text-6 {
    font-weight: 400;
  }

  .bold-text-7 {
    font-weight: 400;
  }

  .bold-text-8 {
    font-weight: 400;
  }

  .bold-text-9 {
    font-weight: 400;
  }

  .bold-text-10 {
    font-weight: 400;
  }

  .bold-text-11 {
    font-weight: 400;
  }

  .bold-text-12 {
    font-weight: 400;
  }

  .bold-text-13 {
    font-weight: 400;
  }

  .bold-text-14 {
    line-height: 36px;
    font-weight: 400;
    text-align: left;
  }

  .column-5 {
    display: block;
  }

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

  .columns-2 {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    float: none;
    -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-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    direction: ltr;
  }

  .columns-2.mob-left-map {
    margin-top: 20px;
    background-image: url('../images/foot.png');
    background-position: 2% 39%;
    background-size: 32px;
    background-repeat: repeat-y;
  }

  .column-7 {
    position: static;
    clear: none;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .column-7.mob-left-col-map {
    margin-top: -30px;
  }

  .column-8 {
    margin-top: -25px;
    padding-left: 10px;
  }

  .image-15 {
    padding-right: 20px;
    background-color: transparent;
  }

  .image-16 {
    padding-right: 20px;
  }

  .column-9 {
    display: block;
    margin-top: -25px;
  }

  .columns-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
    background-image: url('../images/foot.png');
    background-position: 2% 20px;
    background-size: 32px;
    background-repeat: repeat-y;
  }

  .image-17 {
    padding-right: 20px;
  }

  .columns-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
    background-image: url('../images/foot.png');
    background-position: 2% 39%;
    background-size: 32px;
    background-repeat: repeat-y;
  }

  .image-18 {
    padding-right: 20px;
  }

  .column-10 {
    margin-top: -30px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .column-11 {
    display: block;
    margin-top: -30px;
  }

  .columns-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
    background-image: url('../images/foot.png');
    background-position: 2% 20px;
    background-size: 32px;
    background-repeat: repeat-y;
  }

  .column-12 {
    margin-top: -30px;
    padding-right: 20px;
  }

  .image-19 {
    padding-right: 20px;
  }

  .road-map-mobile.roadmap {
    display: block;
    padding-bottom: 300px;
    background-position: 100% 100%;
    background-repeat: repeat-y;
  }

  .div-block-4 {
    text-align: center;
  }

  .flex--row.community_flex {
    text-align: center;
  }

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

  .image-23.t-follow {
    width: 100%;
    max-width: 270px;
  }

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

  .link-block-2 {
    text-align: center;
  }

  .image-24 {
    padding-bottom: 40px;
  }

  .image-25 {
    max-width: 270px;
  }

  .image-25.doger-discord {
    max-width: 270px;
  }

  .section-3 {
    height: 110vh;
    background-image: none;
  }

  .columns-6 {
    margin-top: 30px;
    background-image: url('../images/foot.png');
    background-position: 2% 20px;
    background-size: 32px;
    background-repeat: repeat-y;
  }

  .div-block-5 {
    max-width: none;
    text-align: center;
  }

  .link-block-3 {
    max-width: 270px;
  }

  .column-15 {
    margin-top: -30px;
  }

  .column-16 {
    margin-top: -30px;
  }

  .column-17 {
    margin-top: -30px;
  }

  .image-28 {
    display: block;
  }

  .discord-test {
    margin-left: 0px;
  }

  .page-padd {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }

  .navbar-button-w {
    margin-right: 1.5rem;
  }

  .footer-cont-w {
    margin-top: 2rem;
    padding-top: 2vh;
  }

  .brand-img-c {
    padding-left: 0px;
  }

  .columns-8 {
    display: block;
    text-align: center;
  }

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

  .columns-9 {
    display: block;
  }

  .column-18 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    padding-right: 20px;
    padding-left: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: left;
  }

  .column-19 {
    padding-bottom: 30px;
  }

  .column-20 {
    padding-left: 0px;
    text-align: left;
  }

  .div-block-7 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .about-bg-main-b {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(55%, rgba(0, 0, 0, 0.7)), color-stop(79%, hsla(0, 0%, 64.3%, 0.1)), to(rgba(0, 0, 0, 0.1))), url('../images/home-about-bg.jpg');
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.7) 55%, hsla(0, 0%, 64.3%, 0.1) 79%, rgba(0, 0, 0, 0.1)), url('../images/home-about-bg.jpg');
    background-position: 0px 0px, 71% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .about-bg-main-b.about-bg-main-b-an {
    background-image: url('../images/home-about-bg-an-2.png');
    background-position: 71% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .padd-vert-footer-main.padd-vert-footer-main-disc {
    padding-bottom: 3rem;
  }

  .padd-vert-discord-hero.padd-vert-discord-hero-raffle-t {
    padding-bottom: 6rem;
  }

  .padd-vert-discord-hero.padd-vert-discord-hero-free-mint-t {
    padding-bottom: 6rem;
  }

  .discord-hero-bg-b-1 {
    left: 25%;
    min-width: 14rem;
  }

  .discord-hero-bg-b-1.discord-hero-bg-b-1-mint-1 {
    margin-left: -19rem;
  }

  .discord-hero-bg-b-1.discord-hero-bg-b-1-free-mint-t {
    left: 29.3vw;
    margin-left: -22rem;
  }

  .discord-hero-bg-b-2 {
    right: 18%;
  }

  .discord-hero-bg-b-2.discord-hero-bg-b-2-mint-1 {
    left: auto;
    right: 31.9vw;
  }

  .discord-hero-bg-b-2.discord-hero-bg-b-2-free-mint-t {
    left: auto;
    right: 29.9vw;
  }

  .discord-hero-bg-e-1 {
    width: 80%;
    min-width: 16rem;
  }

  .discord-hero-bg-e-2 {
    width: 80%;
    min-width: 16rem;
  }

  .raffle-hero-subhead-timer {
    font-size: 1.25rem;
  }

  .raffle-hero-subhead-timer.free-mint-subhead-e-2 {
    font-size: 1rem;
  }

  .raffle-hero-subhead-timer.free-mint-subhead-e-3 {
    font-size: 1rem;
  }

  .raffle-hero-bg-grey {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: none;
    background-color: rgba(0, 0, 0, 0.4);
  }

  .section-mint-1-hero {
    background-position: 40% 50%;
  }

  .mint-1-hero-head-e {
    font-size: 4rem;
  }

  .mint-t-steps-c {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .step-text-b {
    margin-top: 1rem;
  }

  .free-mint-t-secret-b {
    margin-top: 2.5rem;
  }

  .section-free-mint-t-hero {
    background-position: 40% 50%;
  }
}

@media screen and (max-width: 479px) {
  .section.main {
    height: 77vw;
    padding-top: 40px;
    background-image: url('../images/icons-07.jpg');
  }

  .heading {
    padding-top: 20px;
    text-align: center;
  }

  .paragraph {
    line-height: 20px;
    text-align: justify;
  }

  .heading-2 {
    padding-top: 10px;
    padding-bottom: 30px;
  }

  .paragraph-3 {
    text-align: justify;
  }

  .heading-6 {
    text-align: left;
  }

  .left-top-1 {
    text-align: left;
  }

  .heading-8 {
    text-align: left;
  }

  .paragraph-5 {
    text-align: justify;
  }

  .heading-10 {
    text-align: left;
  }

  .paragraph-7 {
    text-align: justify;
  }

  .heading-11.part-heading {
    font-size: 20px;
  }

  .join-the-community {
    margin-top: 0%;
    padding-top: 0px;
  }

  .paragraph-8 {
    text-align: justify;
  }

  .columns.home_community_flex {
    padding-top: 0px;
  }

  .paragraph-10 {
    padding-top: 20px;
    font-size: 20px;
    line-height: 25px;
    text-align: justify;
  }

  .community_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .community_btn {
    margin-right: 0px;
    margin-left: 0px;
  }

  .community_btn2 {
    margin-right: 0px;
    margin-left: 0px;
  }

  .accordion-item {
    line-height: 20px;
  }

  .heading-13 {
    line-height: 20px;
    text-align: left;
  }

  .paragraph-12 {
    line-height: 25px;
  }

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

  .bold-text-6 {
    line-height: 20px;
  }

  .bold-text-13 {
    line-height: 24px;
  }

  .column-5 {
    display: block;
  }

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

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

  .columns-2.mob-left-map {
    background-image: url('../images/foot.png');
    background-repeat: repeat-y;
    background-attachment: scroll;
  }

  .column-7.mob-left-col-map {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-color: transparent;
  }

  .column-8 {
    margin-top: -30px;
  }

  .image-15 {
    padding-right: 10px;
    background-color: transparent;
  }

  .column-9 {
    margin-top: -30px;
  }

  .columns-4 {
    background-position: 0% 0%;
    background-size: 32px;
  }

  .columns-5 {
    margin-top: 30px;
    background-image: url('../images/foot.png');
    background-position: 2% 20px;
    background-size: 32px;
    background-repeat: repeat-y;
  }

  .column-12 {
    margin-top: -30px;
  }

  .road-map-mobile.roadmap {
    overflow: visible;
    background-image: url('../images/Background-Roadmpa--become-a-doger-3.png');
    background-position: 100% 100%;
    background-size: cover;
    background-repeat: repeat-y;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .image-23.t-follow {
    max-width: 270px;
  }

  .image-24 {
    padding-bottom: 30px;
  }

  .image-25.doger-discord {
    max-width: 270px;
  }

  .section-3 {
    height: 90vh;
    min-height: auto;
  }

  .image-26 {
    max-width: 300px;
  }

  .container-5 {
    display: block;
  }

  .columns-6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
    background-image: url('../images/foot.png');
    background-position: 2% 20px;
    background-size: 32px;
    background-repeat: repeat-y;
  }

  .column-15 {
    margin-top: -30px;
  }

  .column-16 {
    margin-top: -30px;
  }

  .page-padd {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .navbar-button-w {
    display: none;
  }

  .about-bg-c {
    position: relative;
    padding-top: 100%;
    padding-right: 0px;
    padding-bottom: 0px;
    background-image: url('../images/home-about-bg.jpg');
    background-position: 100% 100%;
    background-size: auto 110%;
    background-repeat: no-repeat;
  }

  .about-bg-c.about-bg-main-b-an {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    background-image: url('../images/home-about-bg-an-2.png');
    background-position: 100% 100%;
    background-size: auto 110%;
    background-repeat: repeat;
  }

  .body-3 {
    background-position: 50% 0%;
    background-size: 755px;
    background-repeat: repeat-x;
  }

  .section-5 {
    padding-bottom: 75vh;
  }

  .about-bg-main-b {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
    background-image: linear-gradient(180deg, #000, #000);
    background-position: 0px 0px;
  }

  .about-bg-main-b.about-bg-main-b-an {
    display: none;
  }

  .padd-vert-discord-hero.padd-vert-discord-hero-raffle-t {
    padding-bottom: 14rem;
  }

  .padd-vert-discord-hero.padd-vert-discord-hero-free-mint-t {
    padding-bottom: 20rem;
  }

  .discord-hero-bg-b-1 {
    left: 32%;
    max-width: 26rem;
    min-width: 12rem;
    margin-left: -6.3rem;
  }

  .discord-hero-bg-b-1.discord-hero-bg-b-1-mint-1 {
    left: 31vw;
  }

  .discord-hero-bg-b-1.discord-hero-bg-b-1-free-mint-t {
    left: 31vw;
  }

  .discord-hero-bg-b-2 {
    right: 53%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 26rem;
    min-width: 12rem;
    margin-right: -5rem;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .discord-hero-bg-b-2.discord-hero-bg-b-2-mint-1 {
    right: 38vw;
  }

  .discord-hero-bg-b-2.discord-hero-bg-b-2-free-mint-t {
    right: 26.3vw;
  }

  .discord-hero-bg-e-1 {
    position: relative;
    right: 5rem;
    width: 70%;
  }

  .discord-hero-bg-e-1.discord-hero-bg-e-1-mint-1 {
    right: -6.5rem;
  }

  .discord-hero-bg-e-1.discord-hero-bg-e-1-free-mint-t {
    right: -6.5rem;
  }

  .discord-hero-bg-e-2 {
    position: relative;
    left: 11rem;
    width: 70%;
  }

  .discord-hero-bg-e-2.discord-hero-bg-e-2-mint-1 {
    left: -7.9rem;
  }

  .discord-hero-bg-e-2.discord-hero-bg-e-2-mint-t-copy {
    left: -7.9rem;
  }

  .raffle-hero-head-e {
    font-size: 1.75rem;
  }

  .raffle-hero-head-e.raffle-hero-head-e-mint-t {
    font-size: 8.5vw;
  }

  .raffle-hero-subhead-timer {
    font-size: 1.125rem;
  }

  .raffle-hero-subhead-timer.raffle-hero-subhead-e-mint-t {
    font-size: 1rem;
  }

  .timer-w {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .raffle-t-text-b.raffle-t-text-b-2-free-mint-t {
    max-width: none;
  }

  .section-mint-1-hero {
    background-position: 50% 50%;
  }

  .mint-1-hero-head-b {
    width: auto;
  }

  .mint-1-hero-head-e {
    font-size: 9vw;
  }

  .mint-1-timer-w {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .section-free-mint-t-hero {
    background-position: 50% 50%;
  }

  .timer-c {
    display: -ms-grid;
    display: grid;
    width: 100%;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    grid-auto-columns: 1fr;
    grid-column-gap: 1rem;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }
}

#w-node-_2d634251-5853-b85f-6417-a6d1d561227f-078a7a9e {
  -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-_6f36df59-1134-be74-1851-0ffb8e6193ae-078a7a9e {
  -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-_7352e8ad-40de-34d7-4fd8-b5bdee4289e4-078a7a9e {
  -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;
}

