.br-mobile {
    display: none;
}

.legal-disclaimers {
    padding-top: 35vh;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
}

.ld-content {
    width: 55%;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.ld-content h1, .ld-content h2, .ld-content h3 {
    background: linear-gradient(90deg, #E56DB9 0%, #FB90C8 16%, #F51C88 32%, #7A0296 49.5%, #3A3CA7 66%, #2987BC 83.5%, #1DCDCA 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 5vw;
    font-family: "Clash Grotesk Semibold";
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
}

.ld-privacy-text, .ld-terms-text {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.ld-terms-text strong { 
    font-family: "Clash Grotesk Medium";
    font-size: 2vw;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: #409;
}

.ld-privacy-text p, .ld-terms-text p, .ld-legal-text p { 
    font-family: "Clash Grotesk";
    font-size: 1.5vw;
    font-style: normal;
    font-weight: 500;
    line-height: 50px;
    color: #409;
}

.ld-privacy-text p .contact {
    text-decoration: none;
}