.mc-b590daf1-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.mc-b590daf1-card {
    position: relative;
    border: 2px solid #e2a33c;
    border-radius: 16px;
    padding: 40px;
    width: 100%;
    max-width: 500px;
    background: #141712;
    box-sizing: border-box;
}

.mc-b590daf1-badge {
    position: absolute;
    top: -19px;
    left: 25%;
    background-color: #e2a33c;
    color: #ffffff;
    padding: 6px 18px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-sizing: border-box;
    display: inline-block;
}

.mc-b590daf1-stamp {
    position: absolute;
    top: 20px;
    right: 20px;
    border: 2px dashed #ffffff;
    border-radius: 50%;
    width: 75px;
    height: 75px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0.6;
    transform: rotate(15deg);
    color: #ffffff;
}

.mc-b590daf1-stamp-text {
    font-size: 10px;
    font-weight: 900;
    line-height: 1;
}

.mc-b590daf1-stamp-subtext {
    font-size: 6px;
    font-weight: bold;
    margin-top: 2px;
}

.mc-b590daf1-stamp-img-wrap {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 75px;
    height: 75px;
}

.mc-b590daf1-stamp-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.mc-b590daf1-price {
    display: flex;
    align-items: baseline;
    margin-top: 20px;
}

.mc-b590daf1-price-val {
    font-size: 64px;
    font-weight: 800;
    color: #ffffff;
}

.mc-b590daf1-period {
    font-size: 24px;
    color: #cccccc;
    margin-left: 10px;
}

.mc-b590daf1-divider {
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2) 20%, rgba(255,255,255,0.2) 80%, transparent);
    margin: 24px auto;
    width: 100%;
}

.mc-b590daf1-divider-img-wrap {
    width: 100%;
    text-align: center;
    margin: 16px auto;
}

.mc-b590daf1-divider-img {
    max-width: 100%;
    height: auto;
    display: inline-block;
}

.mc-b590daf1-footer {
    display: flex;
    align-items: center;
    gap: 16px;
	justify-content:center;
}

.mc-b590daf1-lock-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e2a33c;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    color: #e2a33c;
    flex-shrink: 0;
}

.mc-b590daf1-lock-icon svg {
    width: 18px;
    height: 18px;
}

.mc-b590daf1-info {
    display: flex;
    flex-direction: column;
}

.mc-b590daf1-info-title {
    color: #e2a33c;
    font-weight: bold;
    font-size: 18px;
}

.mc-b590daf1-info-desc {
    color: #ffffff;
    font-size: 14px;
    margin-top: 4px;
    line-height: 1.4;
}
@media (max-width: 420px) {
  .mc-b590daf1-stamp-img-wrap{
    display:none;
  }
  .mc-b590daf1-badge{
	  left: 18%;
  }
}