<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.gotham-book {
  font-family: "GothamBook" !important;
}
.gotham-black {
  font-family: "Gotham-Black" !important;
}
.titan {
  font-family: "titan_oneregular";
}
/* header + main,
header + iframe + main,
header + iframe + iframe + main {
  margin-top: 156px;
}
.home {
  margin-top: 156px;
} */

#march-hero {
  background-image: url(../../../../images/25/march/hero/back.jpg);
  background-image: -webkit-image-set(
    url("../../../../images/25/march/hero/back.jpg") 1x,
    url("../../../../images/25/march/hero/back@2x.jpg") 2x
  );
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  font-size: 16px;
  text-decoration: none;
  margin-bottom: 2em;
}
.mar-step-1 {
  width: 100%;
}
.mar-main .animation {
  width: 45em;
  /* left: -2%; */
}
.mar-main .button {
  top: 21.5em;
  z-index: 4;
  font-size: 1.2em;
  height: 3.2em;
  width: 10em;
  padding: 0;
  color: transparent !important;
  background-color: transparent !important;
  border: none !important;
}
.mar-game-wrapper {
  width: 335px;
}

.mar-main .button,
.mar-main .button:hover,
.mar-main .button:visited,
.mar-main .button:active,
.mar-main .button:focus {
  text-decoration: none;
  color: transparent;
  background-color: transparent;
}

@media screen and (max-width: 991px) {
  header + main,
  header + iframe + main,
  header + iframe + iframe + main {
    margin-top: 0;
  }
  .home {
    margin-top: 0;
  }
  .mar-main .animation {
    width: 100%;
  }

  .mar-main .button {
    top: 79%;
    font-size: 100%;
    height: 11%;
    width: 28%;
  }
}
@media screen and (max-width: 767px) {
  .mar-step-1 {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 567px) {
  #march-hero {
    background-image: url(../../../../images/25/march/hero/back-m.jpg);
    background-image: -webkit-image-set(
      url("../../../../images/25/march/hero/back-m.jpg") 1x,
      url("../../../../images/25/march/hero/back-m@2x.jpg") 2x
    );
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .mar-main {
    margin: 5% 0;
  }
  .mar-main:before {
    display: none;
  }
  .mar-step-1 {
    padding: 0;
  }
  .mar-main .button {
    top: 71%;
    font-size: 100%;
    height: 12%;
    width: 47%;
  }
  .mar-game-wrapper {
    width: 100%;
  }
  .mar-step-2 {
    padding: 0px;
  }
  #canvas {
    height: auto !important;
    width: 100% !important;
  }
  .mar-main .animation {
    width: 100%;
    left: 0%;
  }
  #march-hero .image {
    z-index: 3;
    width: 39%;
    bottom: 2%;
    left: -9%;
  }
}
</pre></body></html>