<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";
}

.tracking_promo_success {
  width: 1px;
  height: 1px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
}

.promo_image {
  width: 1px;
  height: 1px;
}

#march-sub {
  background-image: url(../../../images/25/march/sub/back.jpg);
  background-image: -webkit-image-set(
    url("../../../images/25/march/sub/back.jpg") 1x,
    url("../../../images/25/march/sub/back@2x.jpg") 2x
  );
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  font-size: 16px;
  --blue: #1d3460;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  max-width: 65em;
  width: 100%;
}
#march-sub .sub-container {
  gap: 1em;
}
.march-sub .button {
  height: 2.2em;
  width: 9em;
  font-size: 1em;
  margin-top: 14px;
  background-color: #f8c91f;
  border: none;
  /* padding-top: 2px; */
}
#march-sub .product-left {
  height: auto;
  width: 16em;
  top: 24px;
}
#march-sub .text {
  width: 22em;
}
#march-sub .product-right {
  width: 16em;
  left: -7px;
}

.march-sub .button,
.march-sub .button:hover,
.march-sub .button:visited,
.march-sub .button:active,
.march-sub .button:focus {
  text-decoration: none;
  color: black;
}

@media screen and (max-width: 1060px) {
  #march-sub {
    width: 95%;
  }
}
@media screen and (max-width: 991px) {
}
@media screen and (max-width: 767px) {
}
@media screen and (max-width: 567px) {
  #march-sub {
    background-image: url(../../../images/25/march/sub/back-m.jpg);
    background-image: -webkit-image-set(
      url("../../../images/25/march/sub/back-m.jpg") 1x,
      url("../../../images/25/march/sub/back-m@2x.jpg") 2x
    );
  }
  #march-sub .sub-container {
    flex-direction: column;
    padding: 0;
  }
  #march-sub .text {
    width: 85%;
    margin-top: 5%;
  }
  .march-sub .button {
    height: 3em;
    width: 9.5em;
    font-size: 1.2em;
    margin-bottom: 2%;
  }
  #march-sub .product-m {
    width: 73%;
  }
  .sub-main,
  .sub-left,
  .sub-right {
    width: 100%;
  }
}
@media screen and (max-width: 420px) {
  .march-sub .button {
    height: 3em;
    width: 9.5em;
    font-size: 1.1em;
    margin-bottom: 2%;
  }
}
</pre></body></html>