.mkt-cta-btn {
  display: block;
  width: 100%;
  padding: 16px;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #0C3F62;
  background-color: #FAD626;
  transition: all 0.3s ease-in-out;
}
.mkt-cta-btn.txt-center {
  text-align: center;
}
.mkt-cta-btn:hover {
  background-color: #e8c105;
}
.wa-feature {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  padding-top: 72px;
  text-align: center;
  background: #00a8e4;
  background: radial-gradient(at right bottom, #009490 0%, #00a8e4 55%, #473192 100%);
}
.wa-feature > div {
  padding: 0 24px;
  font-size: 48px;
  line-height: 1.2em;
  font-weight: 600;
  color: #ffffff;
}
.wa-feature svg {
  padding: 0 24px;
  width: 180px;
  height: auto;
}
.wa-feature .primary-btn {
  width: 100%;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 20px;
}
@media screen and (max-width: 480px) {
  .wa-feature > div {
    font-size: 36px;
  }
  .wa-feature svg {
    width: 140px;
  }
}
@media screen and (max-width: 980px) {
  .popup:has(.mkt-site-premium) .popup-box,
  .popup:has(.mkt-site-premium) .popup-content {
    overflow: initial;
  }
}
.mkt-site-premium {
  background: #00a8e4;
  background: radial-gradient(at right bottom, #009490 0%, #00a8e4 55%, #473192 100%);
}
.mkt-site-premium .top-content {
  position: relative;
  padding: 100px 48px 48px 48px;
}
.mkt-site-premium .top-content .top-content-title {
  font-family: 'Outfit', sans-serif;
  font-size: 56px;
  line-height: 1em;
  font-weight: 600;
  color: #ffffff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.mkt-site-premium .top-content .top-content-title span {
  font-family: 'Amulya', sans-serif;
  font-size: 40px;
  font-weight: 300;
}
.mkt-site-premium .badge {
  position: absolute;
  top: 48px;
  right: 72px;
  width: 240px;
  height: 240px;
  background-color: #ffffff;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.15);
}
.mkt-site-premium .badge > div {
  font-family: 'Outfit', sans-serif;
  text-align: center;
}
.mkt-site-premium .badge > div:first-child {
  font-size: 93px;
  line-height: 1em;
  font-weight: 600;
  color: #2CABE2;
}
.mkt-site-premium .badge > div:first-child span {
  font-size: 45px;
  font-weight: 300;
}
.mkt-site-premium .badge > div:last-child {
  margin-top: -18px;
  font-size: 24px;
  font-weight: 600;
  color: #0C3F62;
  text-transform: uppercase;
}
.mkt-site-premium picture {
  height: 213px;
}
@media screen and (max-width: 980px) {
  .mkt-site-premium .top-content {
    text-align: center;
  }
  .mkt-site-premium .top-content .top-content-title {
    margin-top: 40px;
  }
  .mkt-site-premium .badge {
    top: 0;
    right: 50%;
    transform: translate(50%, -50%);
  }
}
@media screen and (max-width: 640px) {
  .mkt-site-premium .top-content {
    padding-top: 100px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .mkt-site-premium .top-content .top-content-title {
    margin-top: 0;
    font-size: 35px;
    line-height: 1.1em;
  }
  .mkt-site-premium .top-content .top-content-title span {
    font-size: 21px;
    font-weight: 300;
    line-height: normal;
  }
  .mkt-site-premium .badge {
    width: 150px;
    height: 150px;
    padding: 8px;
    box-sizing: content-box;
  }
  .mkt-site-premium .badge > div:first-child {
    font-size: 60px;
    line-height: 1em;
  }
  .mkt-site-premium .badge > div:first-child span {
    font-size: 30px;
  }
  .mkt-site-premium .badge > div:last-child {
    margin-top: -14px;
    font-size: 18px;
  }
  .mkt-site-premium picture {
    height: 160px;
  }
}
