body {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}

strong {
    font-weight: 700;
}

.text-module-white {
    background-color: #fff;
    max-width: 575px;
    padding: 45px 60px;
    margin-top: 60px;
    margin-bottom: auto;
}

.s1 {}

h1,
h2,
h3,
h4 {
    font-family: Poppins, sans-serif;
    font-weight: 500;
    font-size: 48px;
    line-height: 56px;
}

@media (min-width: 1024px) {
    h2 {
        font-size: 48px;
        line-height: 72px;
        letter-spacing: -2px;
    }
}

.text-gold {
    color: #d1a836;
    line-height: 18px;
    font-size: 13px;
    font-weight: 300;
    cursor: pointer;
    text-align: center;
}

.circle-link {
    width: 158px;
    text-align: center;
    padding-left: 27px;
    padding-right: 27px;
    height: 158px;
    justify-content: center;
    border-radius: 9999px;
    display: flex;
    flex-wrap: nowrap;
    cursor: pointer;
    position: relative;
    align-items: center;
    text-decoration: none;
}

.gold-circle {
    display: block;
    position: absolute;
    width: 110%;
    height: 110%;
    top: -5%;
    right: -5%;
    bottom: -5%;
    left: -5%;
    vertical-align: middle;
    overflow-clip-margin: content-box;
    overflow: hidden;
}

.tag-text {
    color: #d1a836;
    font-size: 13px;
    font-weight: 700;
    line-height: 19px;
    letter-spacing: 4.6px;
    text-transform: uppercase;
    text-align: start;
}

.tag-text-2 {
    font-size: 13px;
    color: #9f9f9f;
    text-align: end;
}

.footer {
    border-top-width: 5px;
    border-top-style: solid;
    border-color: #d1a836;
    padding: 20px;
    background-color: rgb(32, 32, 32);
    margin-top: 40px;
}

.row-margin {
    margin-top: 200px
}

.link-block-margin {
    margin-top: -50%
}


@media (max-width: 768px) {
    .row-margin {
        margin-top: 40px;
    }

    .link-block-margin {
        margin-top: 0;
        text-align: center;
    }
}

.link-block {
    position: relative;
}

@media (min-width: 768px) {
    .link-block {
        position: absolute;
        right: 10px;
        top: 50%
    }
}


.privacy-table {
    width: 100%;
    margin: 0 auto;
}

.privacy-table td {
    padding: 10px;
    border: 1px solid #000;
}

@media(min-width: 1024px) {
    .privacy-table td {
        padding: 20px;
    }
}

.footer-privacy {
    display: flex;
    justify-content: center;
    gap: 20px;
    width: 100%;
    align-items: center;
    flex-wrap: wrap;
}

.footer-privacy a {
    text-decoration: none;
    color: #fff;
    width: fit-content;
}