:root {
    --cm_2022_gdpr_text_font_size: 1.3vmax;
    --cm_2022_gdpr_font_height: 1.6vmax;
}

.cm_2022_horodia_table {
    width: 100%;
    position: relative;
    border-width: 1px 1px 0 1px;
    border-style: solid;
    border-color: #e2e2ee;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: stretch;
    margin: 0 auto 10px auto;
}

.cm_2022_horodia_table_item {
    position: relative;
    flex: 1 0 calc(50% - 1px);
    text-align: center;
    font: 400 var(--cm_2022_left_right_text_font_size)/var(--cm_2022_left_right_text_font_height) 'EB Garamond', sans-serif;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
    border-width: 0 1px 1px 0;
    border-style: solid;
    border-color: #e2e2ee;
}

.cm_2022_horodia_table_item:nth-of-type(2n) {
    border-width: 0 0 1px 0;
}

.cm_2022_grpd_subtitle {
    font: 500 calc(var(--cm_2022_gdpr_text_font_size) + 0.2vmax)/var(--cm_2022_gdpr_font_height) 'EB Garamond', sans-serif;
    margin-top: calc(var(--cm_2022_gdpr_font_height) *2);
    margin-bottom: var(--cm_2022_gdpr_font_height);
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    color: #861f20;
}

.cm_2022_grpd_paragraph {
    text-align: justify;
    width: 100%;
    position: relative;
    text-indent: calc(var(--cm_2022_gdpr_font_height) * 1.5);
    margin-top: var(--cm_2022_gdpr_font_height);
    margin-bottom: var(--cm_2022_gdpr_font_height);
    padding: 0;
    font: 400 var(--cm_2022_left_right_text_font_size)/var(--cm_2022_left_right_text_font_height) 'EB Garamond', sans-serif;
}

.cm_2022_grpd_paragraph ol,
.cm_2022_grpd_paragraph ul {
    margin-top: var(--cm_2022_gdpr_font_height);
    margin-bottom: var(--cm_2022_gdpr_font_height);
    margin-left: 0;
    margin-right: 0;
    padding: 0 0 0 calc(var(--cm_2022_gdpr_text_font_size) * 2);
}

.cm_2022_grpd_paragraph li {
    padding: 0 0 calc(var(--cm_2022_gdpr_font_height) * 1) 20px;
}

.cm_2022_grpd_paragraph a {
    color: #861f20;
}

.cm_2022_gdpr_table_container {
    width: 100%;
    position: relative;
    border-width: 2px;
    border-style: solid;
    border-color: #e2e2ee;
    display: flex;
    flex-direction: column;
}

.cm_2022_gdpr_row {
    width: 100%;
    position: relative;
    border-width: 0 0 2px 0;
    border-style: solid;
    border-color: #e2e2ee;
    display: flex;
    flex-direction: row;
    align-items: stretch;
}

.cm_2022_gdpr_row:last-of-type {
    border-width: 0 0 0 0;
}

.cm_2022_gdpr_title {
    flex: 1 0 33%;
    position: relative;
    border-width: 0 2px 0 0;
    border-style: solid;
    border-color: #e2e2ee;
    font: 500 calc(var(--cm_2022_gdpr_text_font_size) + 0.2vmax)/var(--cm_2022_gdpr_font_height) 'EB Garamond', sans-serif;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    color: #861f20;
    padding: 10px 5px;
    text-align: center;
}

.cm_2022_gdpr_title:last-of-type {
    border-width: 0 0 0 0;
    border-style: solid;
    border-color: #e2e2ee;
}

.cm_2022_gdpr_item {
    flex: 1 0 33%;
    position: relative;
    border-width: 0 2px 0 0;
    border-style: solid;
    border-color: #e2e2ee;
    font: 400 var(--cm_2022_left_right_text_font_size)/var(--cm_2022_left_right_text_font_height) 'EB Garamond', sans-serif;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding: 10px 5px;
    text-align: center;
}

.cm_2022_gdpr_item:last-of-type {
    border-width: 0 0 0 0;
    border-style: solid;
    border-color: #e2e2ee;
}

@media screen and (orientation: portrait) and (max-width: 1050px) {
     :root {
        --cm_2022_gdpr_text_font_size: 2.7vmax;
        --cm_2022_gdpr_font_height: 3.4vmax;
    }
    .cm_2022_grpd_paragraph {
        text-indent: calc(var(--cm_2022_gdpr_font_height) * 1);
    }
    .cm_2022_grpd_paragraph ol,
    .cm_2022_grpd_paragraph ul {
        padding: 0 0 0 calc(var(--cm_2022_gdpr_text_font_size) * 1);
    }
    .cm_2022_gdpr_title {
        padding: 10px 0;
    }
    .cm_2022_gdpr_item {
        padding: 10px 0;
        word-break: break-word;
    }
    .cm_2022_horodia_table {
        width: 90%;
    }
}

@media screen and (orientation: landscape) and (max-width: 1050px) {
     :root {
        --cm_2022_gdpr_text_font_size: 2.7vmax;
        --cm_2022_gdpr_font_height: 3.4vmax;
    }
    .cm_2022_grpd_paragraph {
        text-indent: calc(var(--cm_2022_gdpr_font_height) * 1);
    }
    .cm_2022_grpd_paragraph ol,
    .cm_2022_grpd_paragraph ul {
        padding: 0 0 0 calc(var(--cm_2022_gdpr_text_font_size) * 1);
    }
    .cm_2022_gdpr_title {
        padding: 10px 0;
    }
    .cm_2022_gdpr_item {
        padding: 10px 0;
        word-break: break-word;
    }
    .cm_2022_horodia_table {
        width: 90%;
    }
}