<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */

.visually-hidden {
  display: none;
}
.header_center a {
    color: #2d2d2d;
    text-decoration: none;
}
.title-h-office p {
    margin: 0;
}
table.zebranor {
    width: 100%;
    border-collapse: collapse;
	border-bottom: 1px solid #000;
}

table.zebranor td {
    border: 1px solid #000;
    border-bottom: 0;
    border-top: 0;
    padding: 5px;
    text-align: center;
    vertical-align: middle;
    font-size: 12px
}

table.zebranor td p {
    margin: 0 !important;
}



table.zebranor tr:first-child td,.zebra tr:last-child td,.zebra tr:nth-child(2) td {
    border-bottom: 1px solid #000;
    border-top: 1px solid #000
}

table.zebranor tr:last-child:not(:first-child) td {
    border-top: 0
}


a.pdf-content {
    color: #1897bb;
    font-weight: bold;
    text-decoration: none;
    border-bottom: 1px dotted;
}

a.pdf-content:hover {
    border-bottom-color: transparent;
}


.vacancy-box-bottom-outer details {
    display: none;
}

.small_title_slide_fix {
    font-size: 24px;
}

.right_cell_sh p {
    font-size: 14px;
    line-height: 25px;
}

.right_cell_sh h2 {
    text-decoration: none;
    color: #343635;
    font-size: 22px;
    font-weight: 600;
    display: block;
    line-height: normal;
    margin-bottom: 10px;
    text-transform: initial;
}


.contact-content-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 24px;
}

.row-contact-box {
    width: 48%;
    background: #f5f5f5;
    padding: 10px;
    box-sizing: border-box;
    margin-bottom: 24px;
    border-radius: 4px;
    font-size: 14px;
}

.title-h-office {
    font-size: 18px;
    color: #343635;
    font-weight: 600;
}

.left_cell_sh h2 {
    text-decoration: none;
    color: #343635;
    font-size: 22px;
    font-weight: 600;
    display: block;
    line-height: normal;
    margin-bottom: 10px;
    text-transform: initial;
}

.left_cell_sh p {
    font-size: 14px;
    line-height: 25px;
}

.left_cell_sh {
    text-align: right;
}

.photo-slider-front img {
    width: 100%;
    height: auto;
}






















</pre></body></html>