<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.bg-image {
    background-image: url('/img/privacy-policy/background.webp');
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}
.section-container {
    padding-top: 200px;
    padding-bottom: 100px;
}

h1 {
    color: #fff;
    text-shadow: 0px 4px 4px rgba(25, 15, 37, 0.25);
    font-family: "Red Hat Display";
    font-size: 72px !important;
    font-style: normal;
    font-weight: 700;
    line-height: 76px;
}
h2 {
    color: #fff;
    text-shadow: 0px 4px 4px rgba(25, 15, 37, 0.25);
    font-family: Lato;
    font-size: 32px!important;
    font-style: normal;
    font-weight: 700;
    line-height: 36px; /* 112.5% */
    letter-spacing: -0.48px;
    margin-top: 55px!important;
    margin-bottom: 36px!important;
}
table {
    border: none;
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.11);
    max-width: 100%;
}

th, td {
    border-bottom: solid 1px white;
    border-color: rgba(255, 255, 255, 0.35);
    padding: 22px;
    text-align: center!important;
    color: #fff;
    font-family: "Red Hat Display";
    font-size: 20px;
}
p, li{
    font-family: "Red Hat Display";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px; /* 180% */
    letter-spacing: -0.3px;
    text-shadow: 0px 4px 4px rgba(25, 15, 37, 0.25);
}
ul { margin-left: 1.5rem; }
.close-icon {
    color: #fbfafda1 !important;
    font-family: "Red Hat Display";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px; /* 180% */
    letter-spacing: -0.3px;
}

.table-container {
    width: 100%;
    max-width: 100%;
    overflow: auto;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE y Edge */
}

.table-container::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera */
}


@media (max-width: 869px) {
    h1 {
        font-size: 40px!important;
    }
    .section-container {
        padding-left: 34px!important;
        padding-right: 34px!important;
        padding-top: 90px;
    }
}</pre></body></html>