.explainer-ct,
.explainer-ct * {
    box-sizing: border-box;
    margin: 0px;
    -webkit-font-smoothing: antialiased;
    scroll-behavior: smooth;
    font-family: 'proxima-nova';
    color: #000000;
    font-size: 18px;
}

.explainer-ct {
  background-image: url('/img/publishers/background.png');
  height: fit-content;
  min-height: 100vh;
}

.explainer-overlay {
  background: rgba(255,255,255,0.9);
  width: 100%;
  padding: 45px 45px 150px 45px;
}

.explainer-ct .logo {
  width: 195.61px;
  height: 40px;
  object-fit: contain;
  margin-bottom: 80px;
}

.explainer-ct .text-ct {
  width: 100%;
}

.explainer-ct .text-ct-inner {
  max-width: calc(722px + 110px);  
  padding-left: 110px;
}

.explainer-ct .title {
  font-size: 42px;
  line-height: 1;
}

.explainer-ct .subtitle {
  font-size: 32px;
  font-weight: 800;
}

.explainer-ct .subtitle  a {
  color: #02DB73;
  font-size: 32px;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
}

.explainer-ct .italic {
  font-style: italic;
}

.explainer-ct .m-btm-large {
  margin-bottom: 36px;
}

.explainer-ct .m-btm-medium {
  margin-bottom: 18px;
}

.explainer-ct .m-btm-small {
  margin-bottom: 8px;
}

nav.main-nav {
  display: none;
}

@media (min-width: 1800px) {
  .explainer-ct .text-ct {
    display: flex;
    justify-content: center;
  }

  .explainer-ct .text-ct-inner {
    padding-left: 0;
    max-width: 722px;
  }
}

@media (max-width: 600px) {
  .explainer-overlay {
    padding: 20px;
    padding-bottom: 100px;
    padding-top: 40px;
  }

  .explainer-ct .text-ct-inner {
    padding-left: 0;
  }

  .explainer-ct .title {
    font-size: 32px;
  }

  .explainer-ct .subtitle,
  .explainer-ct .subtitle a {
    font-size: 24px;
  }
}

/* footer */
footer {
  margin: 0px auto;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 15px 20px;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999999;
  font-family: "proxima-nova", sans-serif;
  background: #000000;
}

footer div {
  display: flex;
  height: 36px;
  align-items: center;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  box-sizing: border-box;
}

footer.collection img {
  margin-left: 5px;
  display: block;
  height: 26px;
}

footer.collection a {
  display: flex !important;
  align-items: center;
  font-weight: bold;
  font-size: 14px;
  text-decoration: none;
}

footer.collection span {
  margin-right: 5px;
  margin-left: 5px;
}

