

/* Start:/local/modules/PrivacyPageHBox/style.css?17833327341049*/
.PrivacyPageHBox {
    display: flex;
    flex-shrink: 0;
    flex-direction: column;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
}

.PrivacyPageHBox a,
.PrivacyPageHBox p,
.PrivacyPageHBox span { 
    font-family: "Circe", sans-serif; 
    font-weight: 400;
    font-size: .9rem; 
    color: var(--color-text);
    letter-spacing: .3px
}

.PrivacyPageHBox > * {
    display: flex;
    flex-direction: column;
    width: calc(100% - 20px);
    margin-inline: 10px;
    padding-inline: 20px;
    padding-bottom: 50px;
    max-width: 1200px;
    background: #fff;
    border-bottom-left-radius: 4px; 
    border-bottom-right-radius: 4px;
}

.PrivacyPageHBox h2 { margin-top: 20px; margin-bottom: 10px; font-size: 1rem; font-weight: 700; letter-spacing: .5px; text-align: left; color: black; }

.PrivacyPageHBox h5 { font-weight: 600; margin-top: 30px;margin-bottom: 10px; font-weight: 600; }

.PrivacyPageHBox p { fmargin-top: 10px; margin-bottom: 10px; }

.PrivacyPageHBox > * a { color: black; text-decoration: underline; }
/* End */
/* /local/modules/PrivacyPageHBox/style.css?17833327341049 */
