.chatButtonNew {
    bottom: 0;
}

.legal-text-width {
    max-width: 892px;
}

.major-section {
    color: var(--pgl-green);
    font-weight: 600;
    font-size: 20px;
}

.minor-section {
    color: black;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
}

small {
    color: black;
    line-height: 20px;
}

.quick-link {
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 5px;
    
    color: var(--smokey-blue);
}

.vip-section {
    margin-top: 12px;
    margin-bottom: 12px;
}

ol li {
    font-family: Inter, sans-serif;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 5px;
}

.security-bullet {
    line-height: 10px;
}

.security-bullet-points{
    line-height: 20px;
}

.legal-header {
    width: 80%;
    line-height: 48px;
}

.confidentiality {
    font-family: Inter, sans-serif;
    font-size: 30px;
    font-weight: 500;
    line-height: 36px;
}

.legal-sub-header {
    font-size: 30px;
    font-weight: 500;
    line-height: 36px;
    width: 50%;
}

#view-privacy-policy-p {
    max-width: 502px;
}

.white-button {
    width: 231px !important;
}

.orange-button {
    width: 189px !important;
}

.regulatory-oversight-link {
    font-family: Inter, sans-serif;
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 5px;
}

.careers-subheader {
    color: white;
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
}

.careers-mailto {
    font-weight: bold;
    color: #00aaff;
}

@media (max-width:1200px) {
    .legal-text-width {
        max-width: 700px;
    }

    .legal-header {
        width: unset;
    }

    .legal-sub-header {
        width: unset;
    }
}

@media (max-width:992px) {
    .legal-text-width {
        max-width: 475px;
    }
}

@media (max-width:767.9px) {
    .legal-text-width {
        max-width: unset;
    }

    .white-button {
        width: unset;
    }

    .orange-button {
        width: unset;
    }
}

@media (max-width: 575px) {
    .legal-header {
        line-height: 45px;
    }

    .legal-sub-header {
        font-size: 23px;
        font-weight: 600;
        line-height: 28px;
    }
    
    .confidentiality {
        font-size: 23px;
        font-weight: 600;
        line-height: 28px;
    }
}