body {
  --color-bg-1: #1b1b1b;
  --color-bg-2: #111;
  --text-color-1: #FFFFFF;
  --text-color-2: #00FFF0;
}

body.theme-light {
  --color-bg-1: #F6F6F6;
  --color-bg-2: #FBFBFB;
  --text-color-1: #000000;
  --text-color-2: #5A00EB;
}

section.theme-dark {
  --color-bg-1: #1b1b1b;
  --color-bg-2: #111;
  --text-color-1: #FFFFFF;
  --text-color-2: #00FFF0;
}

section.theme-light {
  --color-bg-1: #F6F6F6;
  --color-bg-2: #FBFBFB;
  --text-color-1: #000000;
  --text-color-2: #5A00EB;
}

.privacy_prompt p {
  color: black;
}

html {
  font-size: 18px;
  max-width: 100%;
}

body {
  font-family: "Helvetica Neue", "Helvetica", sans-serif;
  background-color: var(--color-bg-1);
  color: var(--text-color-1);
  font-weight: 400;
  line-height: 21px;
  margin: 0;
  overflow-x: hidden !important;
  max-width: 100% !important;
}

section {
  background-color: var(--color-bg-1);
  padding: 15px 0;
}
section:nth-of-type(even) {
  background-color: var(--color-bg-2);
}
section > div {
  width: 100%;
}

main {
  overflow: hidden;
}

p, .p {
  font-family: "Helvetica Neue", "Helvetica", sans-serif;
  color: var(--text-color-1);
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}

a {
  color: var(--text-color-2);
  text-decoration: none;
}

.centered-text {
  font-family: "Helvetica Neue", "Helvetica", sans-serif;
  text-align: center;
}

.legal, .p--small {
  font-family: "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  text-align: center;
}

.hide-mobile {
  display: none !important;
}

@media screen and (min-width: 768px) {
  .hide-mobile {
    display: initial !important;
  }

  .hide-desktop {
    display: none !important;
  }
}
#header {
  display: flex;
  position: absolute;
  z-index: 4;
  top: 0;
  height: 60px;
  width: 100%;
}
#header .nav {
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #header .nav--closed nav {
    top: -100% !important;
    width: 0 !important;
  }
  #header .nav--closed nav > a {
    transform: translateX(100%);
    opacity: 0 !important;
    transition: none !important;
  }
}
#header .nav .nav--mobile-button {
  position: absolute;
  z-index: 6;
  top: 1rem;
  right: 1rem;
  border: none;
  outline: none;
  color: transparent;
  width: 32px;
  height: 32px;
}
#header .nav .nav--mobile-button:hover {
  cursor: pointer;
}
#header .nav .nav--mobile-trigger {
  background: transparent url("/Asset_Archive/nft/assets/icons/nav_icon-trigger.svg") no-repeat center;
}
#header .nav .nav--mobile-close {
  background: transparent url("/Asset_Archive/nft/assets/icons/nav_icon-close.svg") no-repeat center;
}
#header .nav.dark-theme .nav--mobile-trigger {
  background: transparent url("/Asset_Archive/nft/assets/icons/nav_icon-trigger-black.svg") no-repeat center;
}
#header .nav.dark-theme .nav--mobile-close {
  background: transparent url("/Asset_Archive/nft/assets/icons/nav_icon-close.svg") no-repeat center;
}
@media screen and (min-width: 768px) {
  #header .nav {
    background-color: transparent;
  }
  #header .nav .nav--mobile-only {
    display: none;
  }
  #header .nav.dark-theme nav > a {
    color: #1b1b1b;
  }
}
#header .nav nav {
  display: flex;
  position: absolute;
  top: 10px;
  width: 100%;
  align-items: center;
  z-index: 5;
  transition: top 0.5s ease-in;
}
#header .nav nav > a {
  color: white;
  text-decoration: none;
  margin: 1rem;
  padding: 2px;
  font-weight: 500;
  letter-spacing: 0.2px;
  transition: transform 0.5s ease-in 0.5s, opacity 0.5s;
  opacity: 1;
}
#header .nav nav > a:nth-child(2) {
  transition: transform 0.5s ease-in 0.6s, opacity 0.6s;
}
#header .nav nav > a:nth-child(3) {
  transition: transform 0.5s ease-in 0.7s, opacity 0.7s;
}
#header .nav nav > a:nth-child(4) {
  transition: transform 0.5s ease-in 0.8s, opacity 0.8s;
}
#header .nav nav > a:nth-child(5) {
  transition: transform 0.5s ease-in 0.9s, opacity 0.9s;
}
#header .nav nav > a:nth-child(6) {
  transition: transform 0.5s ease-in 1s, opacity 1s;
}
#header .nav nav > a:hover, #header .nav nav > a:active {
  font-style: italic;
}
@media screen and (max-width: 768px) {
  #header .nav nav {
    flex-direction: column;
    justify-content: center;
    background-color: rgba(34, 34, 34, 0.8);
    backdrop-filter: blur(10px);
    padding: 2rem 0;
  }
  #header .nav nav > a {
    text-align: center;
    display: block;
    width: 100%;
    height: 100%;
  }
}
@media screen and (min-width: 768px) {
  #header .nav nav {
    flex-direction: row;
    justify-content: flex-end;
  }
  #header .nav nav > a:hover, #header .nav nav > a:active {
    margin: calc(1rem - 2px) 1rem;
    padding: 2px 2.5px;
    border-bottom: 2px solid;
    border-image-slice: 1;
    border-image-source: linear-gradient(118.22deg, #00FFF0 -36.68%, #EB00FF 130.4%);
    border-top: 0px;
    border-right: 0px;
    border-left: 0px;
  }
  #header .nav nav > a:hover:nth-child(5), #header .nav nav > a:active:nth-child(5) {
    padding: 2px;
  }
}

#footer {
  display: flex;
  width: 100%;
  background: linear-gradient(118.22deg, #00FFF0 -36.68%, #EB00FF 130.4%);
  height: auto;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

.footer_main {
  display: flex;
  width: 100%;
  align-items: center;
  flex-direction: column;
  padding-top: 2rem;
}

.footer_main > div {
  margin: 0.5rem 0;
}

.footer--links {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.footer--link {
  margin: 0.5rem 0;
  text-align: center;
}

.footer--link a {
  color: white;
  text-decoration: none;
}

.footer--social {
  display: flex;
  flex-direction: row;
}

.footer--social_link {
  font-size: 18px;
  margin: 0 0.85rem;
}

.footer--tezos {
  margin: 0 auto 0.5rem;
  display: flex;
}
.footer--tezos p {
  color: #fff;
  padding-inline: 10px;
}
.footer--tezos img {
  max-width: 30px;
}

.footer--copy_right {
  position: relative;
  font-size: 12px;
  text-align: center;
  color: white;
}

.utag_consent {
  color: white;
}

@media screen and (min-width: 768px) {
  #footer {
    height: 200px;
  }

  .footer_main {
    flex-direction: row;
    justify-content: space-evenly;
    padding-top: 0;
  }

  .footer--links {
    flex-direction: row;
    justify-content: space-evenly;
  }

  .footer--link {
    margin-right: 2rem;
  }
}
.btn, .btn--fill, .btn--fill-square {
  font-family: "Helvetica Neue", "Helvetica", sans-serif;
  display: inline-flex;
  justify-content: center;
  position: relative;
  border-radius: 15px;
  align-items: center;
  padding: 1rem 2rem;
  background-color: var(--color-bg-1);
  background-clip: padding-box;
  border: solid 2px transparent;
  color: var(--text-color-1);
  font-size: 20px;
  font-weight: 400;
  text-align: center;
}
.btn:before, .btn--fill:before, .btn--fill-square:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -2px;
  border-radius: inherit;
  background: linear-gradient(118.22deg, #00FFF0 -36.68%, #EB00FF 130.4%);
}
.btn:hover, .btn--fill:hover, .btn--fill-square:hover {
  border: none;
  background-clip: inherit;
  background: linear-gradient(118.22deg, #00FFF0 -36.68%, #EB00FF 130.4%);
  margin: 2px;
  cursor: pointer;
  color: #FFFFFF;
}

.btn--fill, .btn--fill-square {
  border: none;
  background-clip: inherit;
  background: linear-gradient(118.22deg, #00FFF0 -36.68%, #EB00FF 130.4%);
  color: white;
}
.btn--fill:hover, .btn--fill-square:hover {
  border: inset 2px transparent;
  background: var(--color-bg-1);
  background-clip: padding-box;
  margin: -2px;
  color: #000000;
  border: 2px inset #5A00EB;
}
.btn--fill:hover svg path, .btn--fill-square:hover svg path {
  fill: #000000;
}

.btn--fill-square {
  width: 186px;
  height: 186px;
  top: -50px;
}

.h1 {
  font-family: "Helvetica Neue", "Helvetica", sans-serif;
  font-style: italic;
  font-weight: bold;
  color: var(--text-color-1);
  text-transform: lowercase;
  font-weight: 700;
  font-size: 60px;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .h1 {
    font-size: 80px;
  }
}

.h2, .h2--variant {
  font-family: "Helvetica Neue", "Helvetica", sans-serif;
  font-style: italic;
  font-weight: bold;
  color: var(--text-color-1);
  text-transform: lowercase;
  font-size: 40px;
  line-height: normal;
  margin-bottom: 20px;
}
.h2--variant {
  padding: 5px;
  margin: 0;
  color: var(--color-bg-1);
  background: linear-gradient(118.22deg, #00FFF0 -36.68%, #EB00FF 130.4%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-stroke: 2px transparent;
  -webkit-text-fill-color: inherit;
}

.text--variant {
  color: var(--color-bg-1);
  background: linear-gradient(118.22deg, #00FFF0 -36.68%, #EB00FF 130.4%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-stroke: 1px transparent;
  -webkit-text-fill-color: transparent;
  font-weight: 300;
}

.theme-light .h2--variant {
  -webkit-text-fill-color: transparent;
}

.vertical-text {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  text-align: center;
  margin-right: 20px;
  text-align: right;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
@media screen and (min-width: 1240px) {
  .vertical-text {
    left: 40px;
  }
}

.h3, .h3--small {
  font-family: "Helvetica Neue", "Helvetica", sans-serif;
  font-style: italic;
  font-weight: bold;
  color: var(--text-color-1);
  text-transform: lowercase;
  font-size: 20px;
  text-transform: uppercase;
}
.h3--small {
  font-size: 16px;
}

.h4 {
  font-family: "Helvetica Neue", "Helvetica", sans-serif;
  font-style: italic;
  font-weight: bold;
  color: var(--text-color-1);
  text-transform: lowercase;
  color: var(--text-color-2);
  font-weight: 400;
  font-size: 18px;
  font-style: normal;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.h5 {
  font-family: "Helvetica Neue", "Helvetica", sans-serif;
  font-style: italic;
  font-weight: bold;
  color: var(--text-color-1);
  text-transform: lowercase;
  font-size: 24px;
  text-transform: initial;
  font-style: normal;
}

.headline-wrapper {
  text-align: center;
}

.gap-nft-logo {
  padding: 20px;
  width: 124px;
  height: auto;
}
.gap-nft-logo-link {
  z-index: 6;
  position: relative;
  width: 100%;
  height: auto;
  height: fit-content;
}

iframe {
  border: 0;
  overflow: hidden;
  width: 100%;
  max-width: 600px;
  height: 200px;
  top: 34px;
  position: relative;
}

@media screen and (min-width: 768px) {
  iframe {
    height: 185px;
  }
}
.content-card-wrapper {
  display: flex;
  justify-content: space-evenly;
  flex-direction: row;
  width: 100%;
  position: relative;
  padding-bottom: 40px;
  margin: auto;
}

.glide__slide.content-card {
  padding: 0;
}

.content-card {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  text-align: center;
  padding: 10px;
}

p.card-body {
  max-width: 300px;
  white-space: normal;
  font-size: 16px;
  font-weight: 500;
}

img.content-card-icon {
  width: 100%;
  max-width: 100%;
}

.content-card-wrapper.touching {
  justify-content: center;
}
.content-card-wrapper.touching .glide__slides {
  justify-content: normal;
}
.content-card-wrapper.touching .content-card {
  padding: 0 !important;
  margin: 0 !important;
  position: relative;
}
.content-card-wrapper.touching .content-card-icon {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .content-card-wrapper.touching .content-card {
    width: auto;
    max-width: none;
  }
}
.wrapper {
  width: 100%;
}

.flex-wrapper {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
}

section.flex-wrapper {
  flex-direction: column;
}

@media screen and (min-width: 768px) {
  section.flex-wrapper {
    flex-direction: row;
    align-items: center;
  }
}
.flex-wrapper-center {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  justify-content: space-around;
}

.flex-column-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.content-wrapper {
  position: relative;
  width: 100%;
  z-index: 2;
}
@media screen and (min-width: 1240px) {
  .content-wrapper {
    width: 1200px;
  }
  .content-wrapper .vertical-text {
    left: -40px;
  }
}

.vertical-headline-wrapper {
  display: flex;
}

.center-text-wrapper {
  margin: auto;
  text-align: center;
}

.glide-wrapper {
  position: relative;
  padding-bottom: 20px;
}
.glide-wrapper .glide__bullets {
  bottom: 0;
}

@keyframes glowPulse-common {
  from {
    filter: drop-shadow(0px 0px 7px #9DFFF9);
  }
  to {
    filter: drop-shadow(0px 0px 3px #9DFFF9);
  }
}
.rarity-token-glow--common {
  animation: glowPulse-common 2.5s infinite alternate;
}

@keyframes glowPulse-rare {
  from {
    filter: drop-shadow(0px 0px 7px #AAD6FF);
  }
  to {
    filter: drop-shadow(0px 0px 3px #AAD6FF);
  }
}
.rarity-token-glow--rare {
  animation: glowPulse-rare 2.5s infinite alternate;
}

@keyframes glowPulse-epic {
  from {
    filter: drop-shadow(0px 0px 7px #D3B8FF);
  }
  to {
    filter: drop-shadow(0px 0px 3px #D3B8FF);
  }
}
.rarity-token-glow--epic {
  animation: glowPulse-epic 2.5s infinite alternate;
}

@keyframes slide {
  from {
    top: -100%;
    left: -100%;
  }
  to {
    top: 100%;
    left: 100%;
  }
}
.placeholder {
  display: block;
  position: relative;
  background: #000;
  width: 100%;
  overflow: hidden;
}
.placeholder::after {
  content: "";
  position: absolute;
  width: 200%;
  height: 200%;
  transform: rotate(45deg);
  background: linear-gradient(to right, #000 2%, #222 18%, #000 33%);
  animation: slide 4s infinite;
}

.toast {
  background-color: var(--color-bg-1);
  display: block;
  position: fixed;
  width: calc(100% - 4rem);
  bottom: 1rem;
  margin: 0 1rem;
  border-radius: 8px;
  z-index: 10;
  box-shadow: 0px 4px 5px 0px #000;
}
.toast p {
  margin: 0;
  padding: 10px;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .toast {
    width: 280px;
    right: 1rem;
  }
  .toast p {
    text-align: left;
  }
}

.rainbow-bar {
  background: url("/Asset_Archive/nft/assets/images/demit/backgrounds/rainbow-accent.png") top center no-repeat;
  background-size: auto;
  position: absolute;
  width: 100%;
  top: 0;
  height: 60px;
}
.rainbow-bar .h2, .rainbow-bar .h2--variant {
  text-shadow: 0px 0px 4px rgba(36, 0, 95, 0.5);
  color: white;
  text-align: right;
  margin: 0;
  margin-right: 30px;
  white-space: nowrap;
  font-size: 16px;
  line-height: 32px;
}

@media screen and (min-width: 768px) {
  .rainbow-bar {
    background: url("/Asset_Archive/nft/assets/images/demit/backgrounds/rainbow-accent.png") top left no-repeat;
    background-size: 100% 70%;
    height: 100px;
  }
  .rainbow-bar .h2, .rainbow-bar .h2--variant {
    font-size: 28px;
  }
}
#hero, #faq-hero, #tac-hero {
  margin: 0;
  padding: 0;
}
#hero h1, #hero h2, #faq-hero h1, #faq-hero h2, #tac-hero h1, #tac-hero h2 {
  margin: 13px 1rem;
}
#hero .hero-fa-logo, #faq-hero .hero-fa-logo, #tac-hero .hero-fa-logo {
  position: relative;
  top: 120px;
}
#hero .hero-demit-logo, #faq-hero .hero-demit-logo, #tac-hero .hero-demit-logo {
  position: relative;
  top: 90px;
}
#hero .hero-button, #faq-hero .hero-button, #tac-hero .hero-button {
  width: 200px;
  max-width: 90%;
  bottom: 40px;
  position: absolute;
  display: flex;
  justify-content: space-evenly;
  right: 354px;
}
#hero .btn--top, #faq-hero .btn--top, #tac-hero .btn--top {
  bottom: 90px;
}
#hero .btn--blue, #faq-hero .btn--blue, #tac-hero .btn--blue {
  background: #0465F6;
  border-color: #0465F6;
}
#hero .btn--blue:before, #faq-hero .btn--blue:before, #tac-hero .btn--blue:before {
  background: #0465F6;
  border-color: #0465F6;
}
#hero .btn--blue:hover, #faq-hero .btn--blue:hover, #tac-hero .btn--blue:hover {
  background: #fff;
  border-color: #0465F6;
}
#hero .btn--bottom, #faq-hero .btn--bottom, #tac-hero .btn--bottom {
  bottom: 15px;
}
#hero .hero-body, #faq-hero .hero-body, #tac-hero .hero-body {
  width: 450px;
  max-width: 90vw;
  margin: auto;
  overflow: hidden;
  white-space: normal;
}
#hero .hero-text-center, #faq-hero .hero-text-center, #tac-hero .hero-text-center {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-top: 55px;
}
#hero .remix-hoodies-and-nfts, #faq-hero .remix-hoodies-and-nfts, #tac-hero .remix-hoodies-and-nfts {
  background-size: cover;
  background: url("/Asset_Archive/nft/assets/images/remix/hoodies-nft-desktop.png") center no-repeat;
  z-index: -1;
  width: 100%;
  position: relative;
  margin-top: 91px;
  height: 100%;
}
#hero .remix-hoodies-and-nfts-mobile, #faq-hero .remix-hoodies-and-nfts-mobile, #tac-hero .remix-hoodies-and-nfts-mobile {
  display: none;
}
#hero .center-text-wrapper, #faq-hero .center-text-wrapper, #tac-hero .center-text-wrapper {
  margin-top: 42px;
  margin-right: 300px;
}
#hero .remix-hero .hero-text-center, #faq-hero .remix-hero .hero-text-center, #tac-hero .remix-hero .hero-text-center {
  margin-bottom: 5px;
}
#hero .remix-hero .no-line-height, #faq-hero .remix-hero .no-line-height, #tac-hero .remix-hero .no-line-height {
  line-height: initial !important;
}

#hero-carousel {
  height: 645px;
}
#hero-carousel .glide__slides {
  height: 645px;
}
#hero-carousel .glide__arrow {
  display: none;
}
#hero-carousel .glide__bullets {
  display: block;
  bottom: 10px;
}
#hero-carousel .glide__bullets .glide__bullet--active {
  background: #fff;
}
#hero-carousel .fav-logos-background {
  background-size: cover;
  background: url("/Asset_Archive/nft/assets/images/remix/logo-remix-fav-designs.png") center no-repeat;
  z-index: -1;
  height: 27%;
  width: 100%;
  position: absolute;
  margin-top: 366px;
}

.slide-wrapper {
  height: 100%;
  position: relative;
}

.background, .overlay {
  width: 100%;
  height: 590px;
  display: flex;
  position: absolute;
  justify-content: center;
}

.overlay {
  z-index: 3;
}

.background {
  z-index: -1;
  overflow: hidden;
}
.background video {
  position: absolute;
  min-width: 100vw;
  min-height: 650px;
}

.intro .background,
#faq-hero .background,
#tac-hero .background {
  background: url("/Asset_Archive/nft/assets/covers/intro-video-bg.png");
  background-size: cover;
  filter: contrast(4);
}

.hero-footer {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
}

.overlay-image {
  position: absolute;
  width: 100%;
  height: 645px;
  background: url("/Asset_Archive/nft/assets/images/hero/intro-overlay.png");
  background-size: cover;
  background-position: center;
  opacity: 0.25;
  filter: brightness(0);
  z-index: 2;
}

.single-slide {
  overflow: hidden;
}

#hero .slide-wrapper {
  white-space: normal;
  user-select: none;
}

#hero .dogami-hero .overlay-image {
  background-image: url("/Asset_Archive/nft/assets/images/dogami/dogami-hero-background-m.png");
  opacity: 1;
  filter: none;
}
#hero .dogami-hero .right-text-wrapper {
  color: white;
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 0;
  height: 250px;
}
#hero .dogami-hero .right-text-wrapper p {
  color: white;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  letter-spacing: 0.1px;
  padding: 0 20px;
}
#hero .dogami-hero .right-text-wrapper h2 {
  text-align: center;
}
#hero .dogami-hero .right-text-wrapper img {
  max-width: 100%;
  height: 50px;
}

@media screen and (min-width: 768px) {
  #hero .dogami-hero .overlay-image {
    background-image: url("/Asset_Archive/nft/assets/images/dogami/dagami-hero-background-d.png");
    background-position: right;
  }
  #hero .dogami-hero .right-text-wrapper {
    width: 410px;
    right: 4%;
    height: 70%;
    bottom: 0;
    text-align: center;
    color: white;
  }
  #hero .dogami-hero .right-text-wrapper p {
    font-size: 16px;
    line-height: 20px;
  }
  #hero .dogami-hero .right-text-wrapper img {
    height: auto;
  }

  .background video {
    min-height: 645px;
  }
}
#hero .remix-hero .overlay-image {
  background-image: url("/Asset_Archive/nft/assets/images/remix/gap-remix-background-hoodie-d.png");
  filter: none;
  opacity: 1;
}
#hero .remix-hero .hero-logo {
  padding-top: 25px;
}
#hero .remix-hero p {
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.1px;
}

@media screen and (max-width: 768px) {
  #hero .remix-hero .hero-logo {
    margin-top: 30px;
    width: 190px;
    padding-top: 2px;
  }
  #hero .remix-hero .hero-fa-logo {
    width: 100px;
    position: relative;
    top: -80px;
    left: 50px;
  }
  #hero .remix-hero .hero-demit-logo {
    width: 100px;
    position: relative;
    top: -80px;
    right: 50px;
  }
  #hero .remix-hero .hero-button {
    width: 200px;
    bottom: 168px;
    right: unset;
  }
  #hero .remix-hero .remix-hoodies-and-nfts-mobile {
    background-size: cover !important;
    background: url("/Asset_Archive/nft/assets/images/remix/hoodies-nft-mobile.png") center no-repeat;
    z-index: -1;
    width: 100%;
    position: absolute;
    display: block;
    margin-top: 443px;
    height: 203px;
  }
  #hero .remix-hero .btn--top {
    bottom: 115px;
  }
  #hero .remix-hero .btn--bottom {
    bottom: 12px;
  }
  #hero .remix-hero .hero-text-center {
    padding-left: 20px;
    padding-right: 20px;
  }
  #hero .remix-hero p {
    padding: 0px 20px;
    line-height: 27px;
  }
  #hero .remix-hero .center-text-wrapper {
    padding-bottom: 15px !important;
  }
  #hero .remix-hero .center-text-wrapper .vote-text {
    max-width: 225px;
  }
  #hero .remix-hero .overlay-image {
    width: 125%;
    left: -70px;
  }

  #hero-carousel .remix-hoodies-and-nfts {
    display: none;
  }

  #hero .center-text-wrapper {
    margin-right: 0;
  }
}
@media screen and (min-width: 450px) and (max-width: 820px) {
  #hero .remix-hero .overlay-image {
    background-image: url("/Asset_Archive/nft/assets/images/remix/gap-remix-background-hoodie-m.png");
    height: 790px;
  }
}
#drops {
  width: 100%;
  position: relative;
  padding: 25px 0;
  background-color: white;
}
#drops h2 {
  text-align: center;
  margin: 0;
}
#drops .vertical-text {
  color: var(--color-bg-2);
  top: 20px;
}
#drops .flex-wrapper {
  flex-direction: row-reverse;
}
@media screen and (min-width: 1200px) {
  #drops .flex-wrapper {
    flex-direction: row;
  }
}

.drops {
  overflow-x: scroll;
  overflow-y: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.drops::-webkit-scrollbar {
  display: none;
}
.drops div, .drops span {
  display: flex;
  justify-content: center;
}
.drops--wrapper {
  position: relative;
  background-size: contain;
  background-position-x: 0;
  z-index: 2;
}
@media screen and (min-width: 1200px) {
  .drops--wrapper {
    width: 1200px;
  }
}
.drops--wrapper-inner {
  margin: 0 48px;
  width: fit-content;
  width: -moz-fit-content;
}
@media screen and (min-width: 1240px) {
  .drops--wrapper-inner {
    margin: auto;
    width: auto;
  }
}
.drops--card {
  position: relative;
  min-width: 263px;
  max-width: 263px;
  height: 368px;
  border: 0;
  border-radius: 12px;
  margin: 1rem 0;
  overflow: hidden;
  top: -40px;
  opacity: 0;
  transition: opacity 0.25s, top 0.5s;
  transition-timing-function: ease-in-out;
}
.drops--card iframe {
  min-width: 234px;
  min-height: 345px;
}
.drops--card.placeholder {
  top: 0;
  opacity: 1;
  border: none;
  height: 370px;
  margin: 1px;
}
.drops--card.sold-out::before {
  content: "";
  display: block;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  border-radius: 12px;
}
.drops--card.sold-out::after {
  content: "sold out";
  font-weight: 700;
  font-style: italic;
  font-size: 20px;
  text-transform: uppercase;
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  bottom: 15px;
  left: 15px;
}
.drops--entering {
  top: 0;
  opacity: 1;
}
.drops--entering:nth-child(1) {
  transition-delay: 0s;
}
.drops--entering:nth-child(2) {
  transition-delay: 0.25s;
}
.drops--entering:nth-child(3) {
  transition-delay: 0.5s;
}
.drops--entering:nth-child(4) {
  transition-delay: 0.75s;
}
.drops--leaving {
  top: -40px;
  opacity: 0;
}
.drops--leaving:nth-child(1) {
  transition-delay: 0.75s;
}
.drops--leaving:nth-child(2) {
  transition-delay: 0.5s;
}
.drops--leaving:nth-child(3) {
  transition-delay: 0.25s;
}
.drops--leaving:nth-child(4) {
  transition-delay: 0s;
}
.drops--button {
  color: transparent;
  display: block;
  border: none;
  width: 42px;
  height: 42px;
  position: absolute;
  z-index: 3;
  right: 21px;
  transform: translateY(calc(-100% - 21px));
}
.drops--button-pause {
  background: transparent url("/Asset_Archive/nft/assets/icons/drops_pause-button.svg") no-repeat center;
}
.drops--button-play {
  background: transparent url("/Asset_Archive/nft/assets/icons/drops_play-button.svg") no-repeat 57% 50%;
}
.drops--button:hover {
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .drops--button {
    right: 10px;
  }
  .drops--button::before {
    content: "";
    display: block;
    background-color: rgba(255, 255, 255, 0.1);
    width: 42px;
    height: 42px;
    position: absolute;
    top: -1px;
    left: -1px;
    border-radius: 42px;
    border: 1px solid rgba(255, 255, 255, 0.2);
  }
}
.drops--cta {
  text-align: center;
  width: 300px;
  max-width: calc(100% - 4rem);
  margin-right: 2rem;
  margin-left: 2rem;
  padding-right: 0;
  padding-left: 0;
  background-color: var(--color-bg-2);
}
.drops--cta-wrapper {
  position: relative;
  max-width: 100%;
  z-index: 2;
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.drops-schedule {
  position: relative;
  display: flex;
  flex-direction: column;
  text-align: center;
  width: 100%;
  max-width: 1200px;
  margin-top: 30px;
}
.drops-schedule .schedule-slider {
  width: 100%;
}
.drops-schedule--date, .drops-schedule--event {
  margin-top: 0;
  margin-bottom: 0;
}
.drops-schedule--event {
  margin-top: 10px;
}
.drops-schedule--expired {
  opacity: 0.5;
}
.drops-schedule--separator {
  display: block;
  width: 60px;
  height: 2px;
  background: linear-gradient(118.22deg, #00FFF0 -36.68%, #EB00FF 130.4%);
  margin: 0 auto;
  top: 0;
}
.drops-schedule--each:last-child .drops-schedule--separator {
  display: none;
}
.drops-schedule .h2, .drops-schedule .h2--variant {
  margin-top: 10px;
}
.drops-schedule .h2 svg, .drops-schedule .h2--variant svg {
  height: 24px;
}
.drops-schedule .drops-schedule--rare .drops-schedule--headline {
  color: #73BDDB;
}
.drops-schedule .drops-schedule--epic .drops-schedule--headline {
  color: #FDBD1D;
}
@media screen and (min-width: 768px) {
  .drops-schedule {
    flex-direction: row;
    justify-content: space-between;
    margin: 45px auto 10px;
  }
  .drops-schedule--each {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-basis: calc(25% - 4px);
  }
  .drops-schedule--separator {
    height: 72px;
    width: 2px;
    position: absolute;
    left: 100%;
  }
}

.dap-logo-text-wrapper {
  text-align: center;
  margin-top: 15px;
}

.dapper-dan-text-styles {
  font-style: normal;
  font-weight: 400;
  font-size: 21px;
  line-height: 25px;
  text-align: center;
  text-transform: uppercase;
}

.harlem-legend {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
}

#artist-feature {
  padding: 0;
  background-color: white;
}
#artist-feature .flex-wrapper {
  flex-direction: column;
}
#artist-feature .img-top {
  display: none;
}
#artist-feature h2 {
  margin: 25px 0 10px 0;
  text-transform: none;
}
#artist-feature .left-column img {
  width: 100%;
}
#artist-feature .hide-desktop {
  display: block !important;
  position: absolute;
  right: 0;
  bottom: 0;
}
#artist-feature .column.right-column {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1rem 0 3rem 0;
}
#artist-feature .column.right-column .content-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 32px;
}
#artist-feature .column.right-column .content-width-wrapper {
  max-width: 70%;
}
#artist-feature .column.left-column {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
#artist-feature .column.left-column img {
  display: inline;
}

@media screen and (min-width: 768px) {
  #artist-feature .hide-desktop {
    display: initial !important;
  }
  #artist-feature .hide-mobile {
    display: none !important;
  }
}
@media screen and (min-width: 1200px) {
  #artist-feature .right-image-wrapper {
    position: absolute;
    width: 13%;
    right: 0;
    top: 0;
    height: 100%;
  }
  #artist-feature .hide-desktop {
    display: none !important;
  }
  #artist-feature .hide-mobile {
    display: initial !important;
  }
  #artist-feature .flex-wrapper {
    flex-direction: row;
    align-items: stretch;
  }
  #artist-feature .img-top {
    display: block;
  }
  #artist-feature .column.left-column {
    background-image: url("/Asset_Archive/nft/assets/images/demit/images/artist-feature.jpg");
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
    width: 48%;
  }
  #artist-feature .column.left-column img {
    display: none;
  }
  #artist-feature .column.right-column {
    width: 58%;
    margin-top: 68px;
    align-items: flex-start;
    padding: 1rem 0 4rem 0;
  }
  #artist-feature .column.right-column .ddh-emblem {
    width: auto;
  }
  #artist-feature .column.right-column .content-width-wrapper {
    max-width: 80%;
  }
  #artist-feature .column.right-column .img-bottom img {
    position: absolute;
    bottom: 0px;
    right: 0;
  }
}
@media screen and (max-width: 1415px) and (min-width: 1200px) {
  .right-image-wrapper {
    display: none;
  }

  #artist-feature .column.left-column {
    width: 80%;
  }
}
section#airdrops-dates {
  justify-content: space-around;
  padding-top: 20px;
}
section#airdrops-dates .airdrop-date-wrapper {
  display: flex;
  justify-content: space-around;
}
section#airdrops-dates .headline-wrapper {
  width: 300px;
  margin: auto;
}
section#airdrops-dates .common-airdrop {
  background: url("/Asset_Archive/nft/assets/images/demit/icons/rarity/common-icon-l.svg") center no-repeat;
}
section#airdrops-dates .rare-airdrop {
  background: url("/Asset_Archive/nft/assets/images/demit/icons/rarity/rare-icon-large.svg") center no-repeat;
}
section#airdrops-dates .airdrop-upcoming-rarity {
  width: 200px;
  background-size: contain;
  text-align: center;
}

@media screen and (min-width: 768px) {
  section#airdrops-dates {
    padding-top: 60px;
  }
}
#airdrops {
  background: transparent;
}
#airdrops .background {
  background: url("/Asset_Archive/nft/assets/images/demit/backgrounds/airdrop-section.png") center no-repeat;
  background-size: cover;
  height: 80%;
}
#airdrops .center.flex-wrapper {
  align-items: center;
  justify-content: space-around;
}
#airdrops p {
  white-space: normal;
  max-width: 70%;
  margin: auto;
}
#airdrops .relative {
  position: relative;
  top: -10px;
}
#airdrops .airdrops-wrapper .flex-wrapper {
  margin-top: 20px;
}
#airdrops .left-side, #airdrops .right-side {
  width: 30%;
  height: auto;
  align-self: end;
}
#airdrops .arrow-group {
  width: 12%;
}
#airdrops .text-block {
  text-align: center;
  position: relative;
}
#airdrops .speech-bubble {
  background: url(/Asset_Archive/nft/assets/images/airdrops/bubble.png) no-repeat;
  background-size: contain;
  max-width: 90%;
  height: 120px;
  margin: 0 2%;
}
#airdrops .speech-bubble .bubble-text {
  margin-left: 15%;
  padding: 5px 0;
}
#airdrops .speech-bubble .bubble-text p:first-of-type {
  font-style: italic;
  font-weight: 500;
  text-transform: uppercase;
}
#airdrops .speech-bubble p {
  font-size: 12px;
  line-height: 16px;
  margin: 5px;
}

#preferred-access {
  text-align: center;
  padding: 0 15px;
  background: transparent;
}
#preferred-access .flex-wrapper {
  flex-direction: column;
}
#preferred-access .flex-wrapper-center {
  flex-direction: column-reverse;
}
#preferred-access .flex-wrapper-center img {
  width: 35px;
}

.perferred-cards-wrapper, .Perferred-cards-wrapper {
  width: 100%;
  overflow: hidden;
  height: 100px;
  display: flex;
}
.perferred-cards-wrapper .preferred-cards, .Perferred-cards-wrapper .preferred-cards {
  max-width: 100%;
  margin: auto;
  display: block;
}

@media screen and (min-width: 768px) {
  #preferred-access .perferred-cards-wrapper {
    width: auto;
    height: auto;
    overflow: auto;
    display: block;
  }
  #preferred-access .perferred-cards-wrapper .preferred-cards {
    max-width: 539px;
    width: 100%;
  }
  #preferred-access .flex-wrapper-center {
    flex-direction: row;
  }
  #preferred-access .flex-wrapper-center img {
    display: block;
  }
  #preferred-access .flex-wrapper {
    flex-direction: row;
  }
  #preferred-access .bubble-text {
    padding: 20px 0;
    max-width: 560px;
    width: 80%;
    text-align: left;
  }
  #preferred-access .bubble-text p {
    font-size: 18px;
    line-height: 22px;
    margin: 5px;
  }
}
#why-tezos {
  padding: 15px;
  background: url("/Asset_Archive/nft/assets/images/demit/backgrounds/whytezos-bg.png") center no-repeat;
  background-size: cover;
}
#why-tezos .content-card-image-wrapper {
  width: 60px;
}

.tezos-text-wrapper {
  text-align: center;
}

.tezos-link {
  display: block;
  color: var(--text-color-2);
}

@media screen and (min-width: 768px) {
  .tezos-link {
    display: inline;
  }

  #why-tezos {
    justify-content: space-around;
  }
  #why-tezos .headline-wrapper {
    width: auto;
  }
  #why-tezos .tezos-text-wrapper {
    width: 60%;
    max-width: 700px;
  }
}
#the-future {
  text-align: center;
  padding-bottom: 0;
  margin-bottom: -2px;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.future-title-wrapper h2 {
  margin: 0;
}

.future-text-wrapper,
.future-legal-wrapper {
  margin: 0 auto;
  max-width: 90%;
}

.future-form-wrapper {
  margin: auto 0px;
  position: relative;
  top: -58px;
}

.future-discord-wrapper {
  display: flex;
  justify-content: center;
}

.future-cards-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: baseline;
  position: relative;
  width: 150%;
  transform: translateX(-20%);
  z-index: 1;
}
.future-cards-wrapper img {
  width: 200%;
  max-width: 1163px;
  position: relative;
  top: 6px;
}

.future-card-blk {
  margin: 0 0.5rem -5px;
  width: 260px;
}

.future-card-blk img {
  width: 100%;
}

.future-card-blk:first-child, .future-card-blk:last-child {
  display: none;
}

.future-glow-wrapper {
  background: url("/Asset_Archive/nft/assets/images/glow.png") center no-repeat;
  background-size: cover;
  position: absolute;
  width: 100%;
  height: 425px;
  top: 45%;
  z-index: -1;
}

@media screen and (min-width: 768px) {
  #the-future {
    background-size: contain;
  }

  .future-text-wrapper {
    max-width: 750px;
  }

  .future-cards-wrapper {
    width: 100%;
    transform: initial;
    overflow-x: initial;
    background-position-y: -1.25rem;
  }
  .future-cards-wrapper img {
    width: 90%;
  }

  .future-card-blk:first-child, .future-card-blk:last-child {
    display: block;
  }

  .future-glow-wrapper {
    top: 55%;
    height: 500px;
  }
}
#how-it-works {
  background-image: url("/Asset_Archive/nft/assets/images/gap-remix/backgrounds/mid-background.png");
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  #how-it-works {
    padding-bottom: 0;
  }
}
#how-it-works .content-card-image-wrapper svg {
  width: 61px;
  height: auto;
}
#how-it-works .glide__slide.content-card {
  width: 400px;
}
#how-it-works .how-it-works-headline {
  margin-block: 20px;
}

.rules-wrapper {
  display: flex;
  flex-direction: column;
}

.content-card-wrapper {
  z-index: 2;
}

.infographic-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  position: relative;
}
.infographic-wrapper .content-card--text {
  position: relative;
  top: -60px;
}
.infographic-wrapper .content-card-icon {
  margin-top: -60px;
}
.infographic-wrapper .content-card-icon-background {
  position: absolute;
  z-index: -1;
  top: -60px;
  left: 0;
  width: 100%;
}
.infographic-wrapper .content-card-wrapper {
  max-width: 100vw;
}
.infographic-wrapper .glide-bullets {
  bottom: 4rem;
}

.how-it-works-img {
  width: 400px;
  height: 400px;
}

@media screen and (min-width: 768px) {
  #how-it-works .flex-wrapper {
    flex-direction: row;
  }
}

.twitter-bubble {
  padding: 0px 30px;
  border-radius: 38px;
  display: flex;
  max-width: 450px;
  position: relative;
  margin: 1px;
  background: var(--color-bg-1);
}
.twitter-bubble--wrapper {
  top: -50px;
  position: relative;
  z-index: 2;
}
.twitter-bubble--border {
  background: linear-gradient(118.22deg, #00FFF0 -36.68%, #EB00FF 130.4%);
  border-radius: 38px;
  margin: 0 20px;
  display: block;
}
.twitter-bubble::before {
  width: 0;
  content: "";
  position: absolute;
  border-width: 18px 18px 0px 0;
  border-style: solid;
  border-color: #66BBEE transparent;
  bottom: -18px;
  left: 30px;
}
.twitter-bubble::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 31px;
  border-width: 18px 18px 0px 0;
  border-style: solid;
  border-color: var(--color-bg-1) transparent;
  display: block;
  width: 0;
}
.twitter-bubble .twitter-logo {
  margin-right: 20px;
  width: 38px;
}
.twitter-bubble h3 {
  margin-bottom: 10px;
}
.twitter-bubble p {
  margin-top: 0;
  margin-bottom: 1.2rem;
}

#roblox-claim {
  background: url("/Asset_Archive/nft/assets/images/roblox/roblox-claim-background-m.jpg") repeat-y;
  background-size: 105%;
  background-position: top;
}
#roblox-claim .claim-headline {
  text-align: center;
}
#roblox-claim .claim-headline .h3--small {
  color: white;
}
#roblox-claim .claim-instructions {
  background: white;
  border-radius: 15px;
  width: 90%;
  margin: auto;
  overflow: hidden;
  max-width: 720px;
}
#roblox-claim .claim-instructions .mobile-hide {
  display: none;
}
#roblox-claim .claim-instructions table {
  width: 100%;
  border-collapse: collapse;
}
#roblox-claim .claim-instructions table tr {
  border-bottom: 1px solid #ccc;
}
#roblox-claim .claim-instructions table tr:nth-child(1) span.span-wrapper {
  width: auto;
}
#roblox-claim .claim-instructions table td {
  padding: 20px;
  display: flex;
}
#roblox-claim .claim-instructions table td .btn--fill, #roblox-claim .claim-instructions table td .btn--fill-square {
  width: 100%;
}
#roblox-claim .claim-instructions table span {
  width: 100%;
  display: inline-flex;
  align-items: center;
  font-size: 16px;
}
#roblox-claim .claim-instructions table span.number-wrapper {
  min-width: 43px;
  text-align: center;
  margin-right: 20px;
  display: inline-block;
  width: 43px;
}
#roblox-claim .claim-instructions table span span {
  display: inline;
}
#roblox-claim .claim-instructions table span .btn--fill span, #roblox-claim .claim-instructions table span .btn--fill-square span {
  width: 100%;
}
#roblox-claim .claim-instructions table span.span-wrapper {
  width: 100%;
}
#roblox-claim .claim-instructions table img.discord-button {
  width: 100%;
}

@media screen and (min-width: 768px) {
  #roblox-claim {
    background-image: url("/Asset_Archive/nft/assets/images/roblox/roblox-claim-background.jpg");
  }
  #roblox-claim .claim-instructions .mobile-hide {
    display: inline-flex;
  }
  #roblox-claim .claim-instructions table tr:last-child td {
    padding: 20px 20px 0 20px;
  }
  #roblox-claim .claim-instructions table tr:last-child td .span-wrapper {
    margin-top: -20px;
  }
  #roblox-claim .claim-instructions table td {
    justify-content: space-between;
  }
  #roblox-claim .claim-instructions table td > *:first-child {
    width: 55%;
    margin-right: 5%;
  }
  #roblox-claim .claim-instructions table td > *:last-child {
    width: 40%;
    margin-bottom: -1px;
  }
  #roblox-claim .claim-instructions table td span.span-wrapper {
    width: 55%;
  }
  #roblox-claim .claim-headline {
    margin-bottom: 20px;
  }
  #roblox-claim .claim-headline h3 {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  #upcoming-nfts > .flex-wrapper {
    max-width: 1200px;
    justify-content: space-around;
    margin: auto;
    display: flex !important;
  }
  #upcoming-nfts .headline-wrapper h2 {
    margin-top: 10px;
  }
  #upcoming-nfts .middle-wrapper {
    text-align: center;
    max-width: 400px;
  }
  #upcoming-nfts .epic-sec {
    margin-top: 40px;
  }
}

.rare-sec p, .epic-sec p {
  margin-top: 10px;
}

.rare-sec {
  overflow: hidden;
  text-align: center;
}
.rare-sec path {
  fill: #73BDDB;
}

.epic-sec {
  overflow: hidden;
  text-align: center;
}
.epic-sec path {
  fill: #FDBD1D;
}

.logo-remix-title-gradient-outline {
  text-align: center;
  font-family: "Helvetica Neue";
  font-weight: 700;
  font-style: italic;
  font-size: 40px;
  line-height: 48.84px;
  margin: auto;
  background: linear-gradient(45deg, #0C75C6, #B11DFC);
  background-size: 200% 200%;
  -webkit-background-clip: text;
  -webkit-text-stroke: 2px transparent;
}

.logo-remix-title-gradient {
  text-align: center;
  font-family: "Helvetica Neue";
  font-weight: 700;
  font-style: italic;
  font-size: 40px;
  line-height: 48.84px;
  margin: auto;
  background: linear-gradient(90deg, #0C75C6, #B11DFC);
  -webkit-background-clip: text;
  color: transparent;
}

.logo-remix-body {
  font-family: "Helvetica Neue";
  font-weight: 500;
  font-size: 16px;
  line-height: 19.54px;
  letter-spacing: 0.1px;
}

#about-logo-remix {
  padding: 0;
  background: url("/Asset_Archive/nft/assets/images/gap-remix/backgrounds/top-background.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
#about-logo-remix .flex-wrapper {
  display: block;
  flex-direction: row;
}
#about-logo-remix .content-top {
  display: flex;
  margin-top: 30px;
}
#about-logo-remix .content-top h1 {
  visibility: hidden;
  position: absolute;
}
#about-logo-remix .content-top img {
  margin: auto;
  max-width: 321px;
}
#about-logo-remix .content-main {
  display: flex;
  flex-flow: column-reverse;
}
#about-logo-remix .content-main .left-column img {
  width: 100%;
  margin-top: 35px;
}
#about-logo-remix .content-main .left-column picture {
  width: 100%;
  display: flex;
}
#about-logo-remix .content-main .column.right-column {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: center;
}
#about-logo-remix .content-main .column.right-column .copy-container {
  max-width: 75%;
}
#about-logo-remix .content-main .column.right-column a {
  color: #5A00EB;
  text-decoration: none;
}
#about-logo-remix .content-main .column.left-column {
  display: flex;
  width: 100%;
  justify-content: space-between;
  min-width: 57%;
}
#about-logo-remix .content-main .column.left-column img {
  display: inline;
}
#about-logo-remix .content-main .column.left-column .copy-hoodie {
  position: absolute;
  color: #fff;
  bottom: 25px;
  width: 47%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #about-logo-remix .content-main .left-column img {
    object-fit: cover;
  }
  #about-logo-remix .content-main .column.right-column .copy-container {
    max-width: 96%;
  }
}
@media screen and (min-width: 768px) {
  #about-logo-remix .content-main {
    flex-direction: row;
  }
}

#event-dates {
  background-color: #fff;
}
#event-dates p {
  text-align: center;
}
#event-dates .event-dates-headline {
  text-align: center;
}
#event-dates .event-dates-headline img {
  margin: auto;
  max-width: 224px;
}
#event-dates .event-date-container {
  display: flex;
  flex-direction: column;
}
#event-dates .event-date-container h2 {
  padding: 5px;
}
@media screen and (min-width: 768px) {
  #event-dates .flex-wrapper {
    display: flex !important;
    flex-direction: row;
    justify-content: space-evenly;
  }
}

#past-drops {
  background: url(/Asset_Archive/nft/assets/images/gap-remix/backgrounds/glow.png);
  padding-block: 50px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #fff;
  padding-block: 50px;
}
#past-drops p {
  text-align: center;
}
#past-drops .past-drops-headline {
  text-align: center;
}
#past-drops .past-drops-headline img {
  max-width: 203px;
  margin: auto;
}
#past-drops .glide__slides {
  justify-content: space-around;
}
#past-drops .past-drops-container {
  display: flex;
  flex-direction: column;
  max-width: 262px;
  margin-block: 35px;
}
#past-drops .past-drops-container h2 {
  padding: 5px;
}
#past-drops .past-drops-container iframe {
  height: 368px;
}
@media screen and (min-width: 768px) {
  #past-drops .flex-wrapper {
    display: flex !important;
    flex-direction: row;
    justify-content: space-evenly;
  }
}

#winners-phases {
  background: url(/Asset_Archive/nft/assets/images/gap-remix/backgrounds/winners-phases.png);
  padding-block: 50px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #fff;
}
#winners-phases .winners-phases-headline {
  width: 85%;
  margin: auto;
  text-align: center;
}
#winners-phases .winners-phases-headline img {
  max-width: 480px;
  margin: auto;
  width: 100%;
}
#winners-phases .prize-icons-container,
#winners-phases .nft-merch-icons-container {
  justify-content: center;
  display: flex;
  padding-top: 72px;
}
#winners-phases .prize-icons-container .cash-icon,
#winners-phases .nft-merch-icons-container .cash-icon {
  width: 100%;
  max-width: 236px;
}
#winners-phases .prize-icons-container .nft-merch-icon,
#winners-phases .nft-merch-icons-container .nft-merch-icon {
  width: 100%;
  max-width: 338px;
}
#winners-phases .nft-merch-icons-container {
  padding-bottom: 65px;
}
#winners-phases h3 {
  font-size: 20px;
  margin: auto;
  text-align: center;
  font-style: italic;
}
#winners-phases p {
  text-align: center;
}
#winners-phases .glide__slides {
  justify-content: space-around;
}
#winners-phases .winners-phases-container {
  display: flex;
  flex-direction: column;
  max-width: 262px;
  padding: 45px;
}
#winners-phases .winners-phases-container img {
  max-width: 81px;
  margin: auto;
}
#winners-phases .winners-phases-container h2 {
  font-size: 30px;
}
#winners-phases .nft-merch-container {
  display: flex;
  flex-direction: column;
  flex: 1 1;
  align-items: center;
  max-width: 40%;
  overflow: hidden;
}
#winners-phases .nft-merch-container div {
  max-width: 90%;
}
#winners-phases .nft-merch-container h2 {
  margin-block: 25px;
  width: fit-content;
}
#winners-phases .nft-merch-container h3 {
  text-transform: uppercase;
}
#winners-phases .nft-merch-container p {
  font-size: 16px;
}
#winners-phases .nft-1-container img {
  max-width: 140px;
}
#winners-phases .nft-2-container img {
  max-width: 270px;
}
@media screen and (min-width: 768px) {
  #winners-phases .flex-wrapper {
    display: flex !important;
    flex-direction: row;
    justify-content: center;
  }
}

#faq-hero {
  padding-bottom: 0;
}
#faq-hero .hero, #faq-hero .background, #faq-hero .overlay, #faq-hero .overlay-image {
  height: 260px;
}
#faq-hero .background video {
  z-index: 1;
  top: -70%;
}

.faq-wrapper {
  margin: 0 30px;
  max-width: calc(100% - 60px);
}
@media screen and (min-width: 1260px) {
  .faq-wrapper {
    max-width: 1200px;
    margin: 0 auto;
  }
}

.faq-question {
  margin-bottom: 0.5em;
  margin-top: 0;
}

.faq-answer {
  margin-bottom: 2.5em;
  margin-top: 0.25em;
}

button.glide__bullet {
  background-color: #222;
}

#tac-hero {
  padding-bottom: 0;
}
#tac-hero .hero, #tac-hero .background, #tac-hero .overlay, #tac-hero .overlay-image {
  height: 260px;
}
#tac-hero .background video {
  z-index: 1;
  top: -70%;
}

.tac-wrapper {
  margin: 0 30px;
  max-width: calc(100% - 60px);
}
@media screen and (min-width: 1260px) {
  .tac-wrapper {
    max-width: 1200px;
    margin: 0 auto;
  }
}

.tac-topic {
  margin-block-end: 0;
}

.tac-content {
  margin: 0;
}

.logo-remix-tac-wrapper {
  margin-bottom: 77px;
}

.nav-bar {
  position: fixed;
  top: 0;
  width: 95%;
  display: flex;
  justify-content: space-between;
  margin: 25px 2.5% 0;
}

#coming-soon-section .spread-left {
  text-align: right;
}
#coming-soon-section .gap-nft-logo {
  padding: 0 0 0 20px;
  width: auto;
  position: relative;
  top: 5px;
}
#coming-soon-section .utag_consent {
  color: black;
}

.presents-text {
  font-style: italic;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
}

.countdown-content-wrapper {
  position: relative;
  top: 150px;
  font-size: 16px;
}

.wallet-wrapper {
  display: flex;
  justify-content: space-around;
}

.center-column {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  max-width: 730px;
  margin: auto;
  margin-bottom: 150px;
}

.cs-background {
  background: url("/Asset_Archive/nft/assets/images/coming-soon/coming-soon-background.jpg");
  height: 100vh;
  background-position: 50% 0px;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
  position: absolute;
  top: 0;
}

.clock-wrapper {
  padding: 10px 0 30px 0;
}

.wallet-wrapper {
  margin: 10px;
}
.wallet-wrapper .btn, .wallet-wrapper .btn--fill, .wallet-wrapper .btn--fill-square {
  width: 300px;
  max-width: 90%;
  padding-left: 0;
  padding-right: 0;
}

.epic-text {
  position: relative;
  top: 4px;
}

.drops-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  margin-top: 30px;
}
.drops-wrapper svg {
  height: 32px;
  margin-bottom: 10px;
}
.drops-wrapper h3 {
  margin-top: 0em;
}

p .legal.utag_consent {
  font-size: 10px;
}

.social a {
  margin: 0 10px;
}
.social path {
  fill: var(--text-color-1);
}

.cs-email-wrapper {
  margin-top: -60px;
}

.dot-wrapper {
  display: flex;
  position: relative;
  width: 100%;
  justify-content: center;
}

.dot-1, .dot-2, .dot-3 {
  opacity: 0;
  height: 14px;
  width: 14px;
  background: var(--text-color-1);
  display: block;
  margin: 5px;
  border-radius: 14px;
}

.dot-1 {
  animation: blink-1 3s infinite step-end;
}

.dot-2 {
  animation: blink-2 3s infinite step-end;
}

.dot-3 {
  animation: blink-3 3s infinite step-end;
}

@keyframes blink-1 {
  0%, 100% {
    opacity: 0;
  }
  26% {
    opacity: 1;
  }
}
@keyframes blink-2 {
  0%, 100% {
    opacity: 0;
  }
  53% {
    opacity: 1;
  }
}
@keyframes blink-3 {
  0%, 100% {
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
}
#coming-soon-section {
  text-align: center;
  background: transparent;
}
#coming-soon-section iframe {
  height: 200px;
  width: 95%;
  max-width: 800px;
}
#coming-soon-section h1 {
  margin: 20px 0;
}
#coming-soon-section .auction-icon-wrapper .auction-hammer-path {
  stroke: black;
}
#coming-soon-section .email-form {
  margin-top: 10px;
}

.countdown-clock {
  font-style: italic;
  font-weight: bold;
  font-size: 60px;
  line-height: 73px;
  display: inline-flex;
  justify-content: space-between;
  width: 100%;
  max-width: 300px;
}
.countdown-clock .clock-colon {
  font-style: normal;
  font-size: 40px;
}

.countdown-clock-wrapper {
  min-height: 73px;
}

.countdown-logo img {
  max-width: 90%;
}

.drop-card img {
  margin-left: 5px;
}

.drops-wrapper .epic-event {
  margin-top: -7px;
}

@media screen and (max-width: 768px) {
  .cs-background {
    height: 100%;
    background-repeat: no-repeat;
  }

  #coming-soon-section .spread-left {
    width: 146px;
  }
  #coming-soon-section .gap-nft-logo {
    top: 0px;
  }

  .drops-wrapper .epic-event {
    margin-top: 0px;
  }

  .wallet-wrapper {
    flex-direction: column;
    align-items: center;
  }
  .wallet-wrapper a {
    margin: 10px 0;
  }

  .drops-wrapper {
    margin-top: 20px;
  }

  .drop-card img {
    display: block;
    margin-left: 0px;
  }

  .common-text {
    width: 70px;
  }

  .rare-text {
    width: 30px;
  }

  .epic-text {
    width: 30px;
  }

  .countdown-content-wrapper {
    top: 30px;
  }

  .event-name {
    display: block;
    line-height: 1;
  }

  .countdown-logo img {
    width: 90%;
  }

  .cs-background-blur {
    height: 50px;
    margin-top: 100px;
    position: absolute;
    top: 200px;
    width: 90%;
    margin: auto;
    left: 5%;
    box-shadow: 0px -12px 7em 46px rgba(99, 250, 255, 0.51);
    z-index: -1;
  }

  .drops-wrapper h3 {
    font-size: 16px;
  }
  .drops-wrapper svg {
    height: 25px;
  }

  #coming-soon-section {
    height: auto;
    padding: 0;
    background-size: cover;
  }
  #coming-soon-section .email-form {
    margin-top: 15px;
  }
  #coming-soon-section .center-column {
    margin: 0 25px 150px;
    top: 20px;
  }

  #coming-soon-section h1 {
    font-size: 44px;
  }

  .nav-bar {
    position: relative;
  }

  .copy-text br {
    display: none;
  }

  .two-across-row {
    flex-direction: column;
    margin-top: 35px;
  }
  .two-across-row > div:first-child {
    margin-bottom: 25px;
  }
  .two-across-row > div, .two-across-row > div:first-child {
    padding-right: 0;
    padding-left: 0;
    border: 0;
  }

  .countdown-clock {
    font-style: italic;
    font-weight: bold;
    font-size: 54px;
    line-height: 73px;
  }
}
.style-guide table {
  border: 1px solid var(--text-color-1);
  border-collapse: collapse;
}
.style-guide table td, .style-guide table th {
  padding: 1rem;
  border: 1px solid var(--text-color-1);
}

.glide {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}

.glide * {
  box-sizing: inherit;
}

.glide__track {
  overflow: visible;
  width: 100%;
}

.glide__slides {
  position: relative;
  width: 100%;
  list-style: none;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  touch-action: pan-Y;
  overflow: visible;
  padding: 0;
  white-space: nowrap;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-evenly;
  will-change: transform;
}

.glide__slides--dragging {
  user-select: none;
}

.glide__slide--active {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  white-space: normal;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}

.glide__slide--active a {
  user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.glide__arrows {
  -webkit-touch-callout: none;
  user-select: none;
}

.glide__bullets {
  -webkit-touch-callout: none;
  user-select: none;
}

.glide--rtl {
  direction: rtl;
}

.glide__arrow {
  position: absolute;
  display: block;
  top: 50%;
  z-index: 2;
  color: white;
  text-transform: uppercase;
  padding: 9px 12px;
  background-color: transparent;
  border: 0;
  border-radius: 4px;
  box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
  text-shadow: 0 0.25em 0.5em rgba(0, 0, 0, 0.1);
  opacity: 1;
  cursor: pointer;
  transition: opacity 150ms ease, border 300ms ease-in-out;
  transform: translateY(-50%);
  line-height: 1;
  width: 40px;
  transition: opacity 0.5s cubic-bezier(0.17, 0.67, 0.83, 0.67), color 0.5s cubic-bezier(0.17, 0.67, 0.83, 0.67);
  background: url("/Asset_Archive/nft/assets/images/glider/left-caret.svg") no-repeat;
  text-indent: -99999px;
}

.glide__arrow:focus {
  outline: none;
}

.glide__arrow:hover {
  border-color: white;
}

.glide__arrow--left {
  left: 0.5em;
}

.glide__arrow--right {
  right: 0.5em;
  background: url("/Asset_Archive/nft/assets/images/glider/right-caret.svg") no-repeat;
  background-position-x: right;
}

.glide__arrow--disabled {
  opacity: 0.33;
}

.glider-prev:hover,
.glider-next:hover,
.glider-prev:focus,
.glider-next:focus {
  color: #a89cc8;
}

.glide--slider .glide__bullets {
  display: inline-flex;
}

.glide__bullets {
  position: absolute;
  z-index: 2;
  bottom: 2em;
  left: 50%;
  display: none;
  list-style: none;
  transform: translateX(-50%);
}

.glide__bullet {
  background-color: #fff;
  opacity: 0.3;
  width: 6px;
  height: 6px;
  padding: 0;
  border-radius: 50%;
  border: 2px solid transparent;
  transition: all 300ms ease-in-out;
  cursor: pointer;
  line-height: 0;
  box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
  margin: 0 0.25em;
}

.glide__bullet:focus {
  outline: none;
}

.glide__bullet:hover, .glide__bullet:focus {
  border: 1px solid white;
}

.glide__bullet--active {
  background: linear-gradient(118.22deg, #00FFF0 -36.68%, #EB00FF 130.4%);
  opacity: 1;
}

.glide--swipeable {
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
}

.glide--dragging {
  cursor: grabbing;
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}

@media screen and (min-width: 768px) {
  .glide__arrow--left {
    left: 2rem;
  }

  .glide__arrow--right {
    right: 2rem;
  }
}