.header-link{
	display: flex;
	gap: 30px;
}
.header-link a{
	color: #ffffff;
    font-size: 1rem;
    line-height: 1.5;
    text-decoration: none !important;
    font-family: var(--sap-font-family);
    font-weight: bold;
}
.header-link a:hover{
	text-decoration: underline;
}
.sec-privacy, .sec-cookie{
    margin-top: 50px!important;
}
.privacy-text-banner{
    margin-top: 60px;
    background-color: #0140B1;
    padding-top: 15px;
}
.privacy-text-banner h1{
    text-align: left;
    color: #ffffff;
    font-size: 32px;
    line-height: 38px;
    font-family: '72_brandmedium', Arial, Helvetica, sans-serif;
}
.privacy-text-banner p{
    text-align: left;
    color: #ffffff!important;
    margin-top: 20px;
    font-size: 18px;
    line-height: 1.8rem;
    font-family: var(--sap-font-family);
}
.sub-title, .small-title{
    text-align: left;
    font-size: 1.6rem;
    line-height: 2.2rem;
    margin-bottom: 15px;
}
.sec-cookie .sub-title{
    text-align: center;
    font-size: 1.6rem;
    line-height: 2.2rem;
    margin-bottom: 15px;
}
table tr td{
    font-size: 14px;
}
table tr td:nth-child(1) {
    min-width: 140px;
}
table tr td:nth-child(3) {
    min-width: 190px;
}
b{
    font-weight: bold!important;
}
.sec-space{
	margin: 25px 0px;
}
.sec-privacy .last-sec, .sec-cookie .last-sec {
    margin-bottom: 50px;
}