<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#may-banner {
  font-size: 16px;
  background-image: url(../../../images/25/may/mothers-day/back.jpg);
  background-image: -webkit-image-set(
    url("../../../images/25/may/mothers-day/back.jpg") 1x,
    url("../../../images/25/may/mothers-day/back@2x.jpg") 2x
  );
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 10em;
  margin-bottom: 2em;
}
#may-banner .banner-inner {
  padding: 0 15px;
  gap: 2em;
  width: 100%;
  justify-content: space-evenly;
}
#may-banner .text {
  width: 34em;
  margin: 0;
}
#may-banner .left {
  left: 0;
  bottom: 0;
  height: 100%;
  width: auto;
}
#may-banner .right {
  right: 0;
  bottom: 0;
  height: 100%;
  width: auto;
}
#may-banner .banner-main {
  margin: 2em auto 1em auto;
  gap: 10px;
}
#may-banner .button {
  height: 1.7em;
  width: 9em;
  border-radius: 0.85em;
  font-size: 1.5em;
  background-color: #1d3460;
  padding-top: 2px;
}
#may-banner .note {
  font-size: 1.1em;
  margin: 0;
}

#may-banner .button,
#may-banner .button:visited,
#may-banner .button:hover,
#may-banner .button:focus,
#may-banner .button:active {
  color: white;
  text-decoration: none;
}

/* Safari Only */
@supports (background: -webkit-named-image(i)) {
  #may-banner .button {
    padding-top: 0;
  }
}

@media screen and (min-width: 1346px) {
  #may-banner {
    width: 100%;
    max-width: 80em;
    position: relative;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1345px) {
  #may-banner {
    width: 95%;
  }
}
@media screen and (max-width: 1200px) {
  #may-banner .left {
    left: -7em;
  }
  #may-banner .right {
    right: -7em;
  }
}
@media screen and (max-width: 991px) {
  #may-banner {
    margin-top: 2em;
    margin-bottom: 2em;
  }
}
@media screen and (max-width: 767px) {
  #may-banner {
    font-size: 16px;
    background-image: url(../../../images/25/may/mothers-day/back-m.jpg);
    background-image: -webkit-image-set(
      url("../../../images/25/may/mothers-day/back-m.jpg") 1x,
      url("../../../images/25/may/mothers-day/back-m@2x.jpg") 2x
    );
    background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 12px;
    margin-top: 12px;
  }
  #may-banner .banner-inner {
    flex-direction: column;
    width: 100%;
    gap: 0;
    padding: 0;
    padding-top: 9%;
    padding-bottom: 0;
  }
  #may-banner .banner-main {
    width: 100%;
    margin: 0 auto;
    gap: 0;
  }
  #may-banner .text-m {
    width: 93%;
    margin: 0;
    display: block !important;
  }
  #may-banner .button {
    width: 8em;
    margin-top: 3%;
  }
  #may-banner .bottom {
    width: 100%;
  }
  #may-banner .note {
    font-size: 0.75em;
  }
  /* Safari Only */
  @supports (background: -webkit-named-image(i)) {
    #may-banner .button {
      padding-top: 0;
    }
  }
}
</pre></body></html>