<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html, body {
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    font-family: Open Sans Condensed, sans-serif;
    font-size: 16pt;
    background: rgb(11, 100, 153);;
}

.content {
    background-color: #eef3f6;
    overflow: auto;
    height: 89.6%;
}

.center {
    margin: 10% auto;
    width: 50%;
    padding: 10px;
    text-align: center
}

.btn-primary {
    display: block;
    padding: 10px 20px;
    text-align: center;
    border: 1px solid #008de4;
    color: #008de4;
    cursor: pointer;
    font-size: 1.25em;
    line-height: 22px;
    position: relative;
    background-color: rgba(255, 255, 255, 0.8);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.btn-primary:hover {
    color: #FFF;
    background-color: #008de4;
}
.btn-primary:hover a{
    color: #FFF;
    background-color: #008de4;
}
.btn-primary:hover .pdf-icon{
    background-color: #fff;
}

.logo {
    background-color: rgb(239, 244, 246);
    padding: 30px;
}

.brand-logo img {
    max-width: 100%;
}

.brand-logo {
    display: inline-block;
    width: 45%;
}

@media (min-width: 1200px) {
    .brand-logo img {
        max-width: none;
        height: 60px;
    }


}

@media (min-width: 1024px) {
    .brand-logo {
        width: auto;
        max-width: 50%;
    }
    .head {
        padding: 20px 0 20px 68px;
        background-color: transparent;
    }
    .brand-logo img {
        max-width: 65%;
    }
}

@media (min-width: 768px) {
    .brand-logo {
        width: 40%;
    }
    .head {
        padding: 25px 2.5% 30px;
    }
}

.head {
    position: relative;
    padding: 16px 2.5% 16px;
    z-index: 25;
    background-color: #fff;
}

/*
.container {
  height: 100%;
  display: flex;
  align-items: center;
}
*/

.header {
    padding: 16px;
    /* display: flex; */
    align-items: center;
    /* min-height:59px; */
    background-color: rgb(0, 141, 228);
    font-size: 18px;
    color: rgb(255, 255, 255);
    font-weight: 700;
}

/* language selection */

#langsel .header {
    align-items: center
}

#langsel div.item {
    align-items: center;
    color: #FFF;
    background: rgb(0, 141, 228);
    /* height: 200px; */
}

#langsel div.item:hover {
    background: rgb(0, 125, 203);
    color: #FFF;
}

#langsel div.item {
    /* font-size: 18px; */
    cursor: pointer;
    text-align: center;
    width: 33%;
}

/* language header */

#lang div.item {
    align-items: center;
    color: #FFF;
}

#lang div.item:hover {
    background: rgb(0, 125, 203);
    color: #FFF;
}

#lang div.item {
    /* font-size: 18px; */
    cursor: pointer;
    text-align: center;
}

#lang div.itemSelected {
    /* font-size: 24px; */
    font-weight: bolder;
    cursor: auto;
    background: rgb(0, 125, 203);
}

.title {
    font-size: 19px;
    color: white;
    background-color: rgb(0, 141, 228);
}

.heading {
    font-size: 20pt;
    color: white;
    font-family: Open Sans light;
}

ul {
    padding: 5%;
    background-color: rgba(255, 255, 255, 0.8);
    height: 270px;
    list-style-type: none;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

p {
    margin-top: 15px;
    padding: 10px;
}

li {
    padding-left: 20px;
    transition: 0.5s;
}

li.item {
    cursor: pointer;
    color: rgba(0, 141, 228, 0.4);
}

a:link, a:active, a:visited {
    cursor: pointer;
    color: rgba(0, 141, 228, 0.4);
    text-decoration: none;
}

a:hover {
    font-weight: bolder;
    color: rgb(0, 141, 228);
    text-decoration: none;
}

select {
    width: 100% !important;
}

li.itemSelected {
    /* font-size: 22px; */
    font-weight: bold;
    cursor: auto;
    transition: 0.5s;
    background-color: rgb(0, 125, 203);
    color: white;
    padding-top: 5px;
    padding-bottom: 5px;
}

li.itemSelected:hover {
    color: white;
}

li:hover {
    font-weight: bolder;
    color: rgb(0, 141, 228);
}

.blue {
    color: rgb(0, 125, 203);
}

.orange {
    color: rgb(237, 118, 39);
}

div .block {
    margin-bottom: 10px;
}

.candriam-select {
    height: 40px;
    background-color: #f1f1f1;
    color: rgb(0, 141, 228);
    text-indent: 20px;
    border: 0 none;
    box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, .2);
}

/*a {
    color: white;
    padding: 10px;
    background-color: rgb(0,125,203);
}*/

/* footer */

#footer {
    background-color: rgb(11, 100, 153);
    min-height: 10%;
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 12px;
    /* overflow: hidden; */
    /* border-top: 1px solid rgba(255,255,255,0.08); */
}

#footer p {
    line-height: 26px;
    font-size: 1.125em;
}

#footer a {
    text-decoration: none;
}

@media only screen and (max-width: 991px) {
    ul {
        height: 100%;
    }
    #lang div.item {
        padding: 5px;
        width: 100%;
    }
    .logo img {
        width: 100%;
    }
}

.pdf-icon{
    display: inline-block;
    width: 35px;
    height: 40px;
    background-color: rgba(0, 141, 228, 0.4);
  -webkit-mask: url(/assets/images/pdf.svg) no-repeat center;
  mask: url(/assets/images/pdf.svg) no-repeat center;
}

.download-text{
    vertical-align: text-top;
    line-height: 60%;
    padding-left: 10px;
}

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