@font-face {
  font-family: Poppins;
  src: url("./fonts/poppins/Poppins-Medium.ttf");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Poppins;
  src: url("./fonts/poppins/Poppins-Bold.ttf");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Anton;
  src: url("./fonts/anton/Anton-Regular.ttf");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Evogria;
  src: url("./fonts/evogria/EVOGRIA-ITALIC.ttf");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: Evogria;
  src: url("./fonts/evogria/EVOGRIA.ttf");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
.main-container {
  background-color: #071d39 !important;
}

.promotion-wrapper {
  width: 100%;
  max-width: 750px;
  min-width: 280px;
  margin: auto;
  background-color: #071d39;
}
.promotion-wrapper * {
  box-sizing: border-box;
}

.promotion-landing-page {
  width: 100%;
}
.promotion-landing-page .promotion-action-container {
  width: 100%;
  text-align: center;
}
.promotion-landing-page .promotion-action-container a {
  width: 100%;
  max-width: 582px;
  max-width: calc( 582 * (clamp(280px, 100vw, 750px) / 750) );
  display: inline-block;
  margin-top: 28px;
  margin-top: calc( 28 * (clamp(280px, 100vw, 750px) / 750) );
  margin-bottom: 84px;
  margin-bottom: calc( 84 * (clamp(280px, 100vw, 750px) / 750) );
  position: relative;
  transition: 0.2s ease-in-out transform;
}
.promotion-landing-page .promotion-action-container a:hover {
  transform: translateY(-6px);
  transform: translateY(calc(calc( 6 * (clamp(280px, 100vw, 750px) / 750) ) * -1));
}
.promotion-landing-page .promotion-action-container a > div.content {
  position: absolute;
  top: 0;
  left: 0;
  height: calc(100% - 10px);
  height: calc(100% - calc(
    10 * (clamp(280px, 100vw, 750px) / 750)
  ));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 38px;
  font-size: calc( 38 * (clamp(280px, 100vw, 750px) / 750) );
  width: 100%;
  max-width: 582px;
  max-width: calc( 582 * (clamp(280px, 100vw, 750px) / 750) );
  margin: 0;
  padding: 0;
  color: #0f1748;
  font-family: Evogria, Arial, Helvetica, sans-serif;
  font-weight: 900;
}
.promotion-landing-page .promotion-coupons-title {
  width: 100%;
  text-align: center;
  margin-bottom: 37px;
  margin-bottom: calc( 37 * (clamp(280px, 100vw, 750px) / 750) );
  position: relative;
}
.promotion-landing-page .promotion-coupons-title img {
  width: 100%;
  max-width: 640px;
  max-width: calc( 640 * (clamp(280px, 100vw, 750px) / 750) );
  display: inline-block;
}
.promotion-landing-page .promotion-coupons-title > div.content {
  position: absolute;
  top: 0;
  left: 0;
  height: calc(100% - 6px);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 34px;
  font-size: calc( 34 * (clamp(280px, 100vw, 750px) / 750) );
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: Evogria, Arial, Helvetica, sans-serif;
  font-style: italic;
  color: #161c2c;
}
.promotion-landing-page .promotion-coupons-container {
  width: 100%;
  margin-bottom: 61px;
  margin-bottom: calc( 61 * (clamp(280px, 100vw, 750px) / 750) );
}
.promotion-landing-page .promotion-coupons-container > ul {
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
}
.promotion-landing-page .promotion-coupons-container > ul > li {
  margin: 0;
  width: 100%;
  padding: 0px 32px;
  padding: 0px calc( 32 * (clamp(280px, 100vw, 750px) / 750) );
  background-image: url("./image/coupon.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: 168px;
  height: calc( 168 * (clamp(280px, 100vw, 750px) / 750) );
  display: flex;
  margin-bottom: 28px;
  margin-bottom: calc( 28 * (clamp(280px, 100vw, 750px) / 750) );
}
.promotion-landing-page .promotion-coupons-container > ul > li:last-child {
  margin-bottom: unset;
}
.promotion-landing-page .promotion-coupons-container > ul > li .discount-info {
  flex: 0 0 30%;
  width: 100%;
  max-width: 30%;
  overflow: hidden;
}
.promotion-landing-page .promotion-coupons-container > ul > li .discount-info > .discount-container {
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: center;
  padding: 32px;
  padding: calc( 32 * (clamp(280px, 100vw, 750px) / 750) );
  font-weight: 400;
}
.promotion-landing-page .promotion-coupons-container > ul > li .discount-info > .discount-container h2 {
  color: #E32613;
  display: block;
  text-align: right;
  font-family: Anton, Arial, Helvetica, sans-serif;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  font-weight: 400;
}
.promotion-landing-page .promotion-coupons-container > ul > li .discount-info > .discount-container span:first-of-type {
  font-size: 61px;
  font-size: calc( 61 * (clamp(280px, 100vw, 750px) / 750) );
  line-height: 61px;
  line-height: calc( 61 * (clamp(280px, 100vw, 750px) / 750) );
  font-weight: 400;
}
.promotion-landing-page .promotion-coupons-container > ul > li .discount-info > .discount-container span:nth-of-type(2) {
  font-size: 32px;
  font-size: calc( 32 * (clamp(280px, 100vw, 750px) / 750) );
  line-height: 32px;
  line-height: calc( 32 * (clamp(280px, 100vw, 750px) / 750) );
  font-weight: 400;
}
.promotion-landing-page .promotion-coupons-container > ul > li .discount-info > .discount-container.money-off h2 {
  text-align: left;
}
.promotion-landing-page .promotion-coupons-container > ul > li .discount-info > .discount-container.money-off span:first-of-type {
  font-family: Poppins;
  font-weight: 400;
  font-size: 39px;
  font-size: calc( 39 * (clamp(280px, 100vw, 750px) / 750) );
  line-height: 39px;
  line-height: calc( 39 * (clamp(280px, 100vw, 750px) / 750) );
}
.promotion-landing-page .promotion-coupons-container > ul > li .discount-info > .discount-container.money-off span:nth-of-type(2) {
  font-size: 61px;
  font-weight: 400;
  font-size: calc( 61 * (clamp(280px, 100vw, 750px) / 750) );
  line-height: 61px;
  line-height: calc( 61 * (clamp(280px, 100vw, 750px) / 750) );
}
.promotion-landing-page .promotion-coupons-container > ul > li .details-info {
  flex: 0 0 70%;
  width: 100%;
  max-width: 70%;
  overflow: hidden;
}
.promotion-landing-page .promotion-coupons-container > ul > li .details-info > .details-container {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  padding: 24px;
  padding: calc( 24 * (clamp(280px, 100vw, 750px) / 750) );
  padding-top: 40px;
  padding-top: calc( 40 * (clamp(280px, 100vw, 750px) / 750) );
}
.promotion-landing-page .promotion-coupons-container > ul > li .details-info > .details-container > h1 {
  font-size: 29px;
  font-size: calc( 29 * (clamp(280px, 100vw, 750px) / 750) );
  font-family: Poppins;
  font-weight: 500;
  color: #161C2C;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding: 0;
  margin: 0;
}
.promotion-landing-page .promotion-coupons-container > ul > li .details-info > .details-container > a {
  text-decoration: none;
  text-align: right;
}
.promotion-landing-page .promotion-coupons-container > ul > li .details-info > .details-container > button {
  align-self: flex-end;
}
.promotion-landing-page .promotion-coupons-container > ul > li .details-info > .details-container > button,
.promotion-landing-page .promotion-coupons-container > ul > li .details-info > .details-container > a > button {
  background-color: #DA371F;
  border-radius: 41px;
  border-radius: calc( 41 * (clamp(280px, 100vw, 750px) / 750) );
  border: none;
  padding: 8px 48px;
  padding: calc( 8 * (clamp(280px, 100vw, 750px) / 750) ) calc( 48 * (clamp(280px, 100vw, 750px) / 750) );
  font-size: 25px;
  font-size: calc( 25 * (clamp(280px, 100vw, 750px) / 750) );
  line-height: 25px;
  line-height: calc( 25 * (clamp(280px, 100vw, 750px) / 750) );
  font-family: Arial;
  font-weight: bold;
  color: #FFFFFF;
  transition: ease-in-out 0.3s filter;
  cursor: pointer;
}
.promotion-landing-page .promotion-coupons-container > ul > li .details-info > .details-container > button.use,
.promotion-landing-page .promotion-coupons-container > ul > li .details-info > .details-container > a > button.use {
  background-color: #E17001;
}
.promotion-landing-page .promotion-coupons-container > ul > li .details-info > .details-container > button:hover,
.promotion-landing-page .promotion-coupons-container > ul > li .details-info > .details-container > a > button:hover {
  filter: brightness(1.1);
}/*# sourceMappingURL=style.css.map */