<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    background-color: white;
    height: 100%;
    width: 100%;
    margin: 0;
    font-family: 'Lato', sans-serif;
}

h1, h2, h3 {
    width: 100%;
    text-align: center;
    text-transform: uppercase;
}

h1 {
    font-size: 2rem;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
}

h2 {
    font-size: 1.4rem;
}

h1.headline {
    position: relative;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}

h1.headline:after {
    content: "";
    position: absolute;
    border-top: 2px solid #000000;
    left: 42%;
    bottom: 0;
    width: 15%;
    height: 0;
}

p {
    font-size: 1rem;
    color: #b2b2b2;
}

.headline-white p {
    color: #FFFFFF;
}

#header {
    height: 50px;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    background: #000000;
}

#header img {
    height: 45px;
}

@media screen and (max-width: 370px) {
    #header img {
        padding-top: 10px;
        height: 35px;
    }
}

#header .countries img {
    height: 1.5rem;
}

#header .container {
    text-align: left;
}

#header .countries img {
    height: 1.5rem;
}

#main {
    padding-top: 70px;
    position: relative;
}

#main .bg-img {
    width: 100%;
    background-color: #1c1b29;
}

.moodImage1 {
    height: 44rem;
    background: url("img/1.jpg") no-repeat center center;
}

@media screen and (max-width: 1430px){
    .moodImage1 {
        background-size: cover;
    }
}

@media screen and (max-width: 450px){
    .moodImage1 {
        background-position-x: 60%;
    }

    .moodImage1 .moodContentLeft h1,
    .moodImage1 .moodContentLeft h2 {
        text-shadow: 3px 3px 4px black;
    }
}

.moodImage1 .button {
    margin-top: 3rem;
}

.moodContentLeft {
    display: flex;
    align-items: center;
    height: 32rem;
    max-width: 50%;
    text-align: left;
}

.moodContentLeft h1,
.moodContentLeft h2,
.moodContentLeft p {
    color: #FFFFFF;
    text-align: left;
}

.moodContentLeft .black h1,
.moodContentLeft .black p {
    color: #000000;
}

.moodContentRight {
    display: flex;
    align-items: center;
    height: 20rem;
    max-width: 50%;
    margin-left: 50%;
    text-align: right;
}

@media screen and (max-width: 769px){
    .moodContentRight {
        max-width: 100%;
        margin-left: 0;
    }
}

.moodContentRight h1,
.moodContentRight p {
    color: #FFFFFF;
    text-align: right;
}

.moodImage2 {
    height: 41rem;
    background: url("img/2.jpg") no-repeat center center;
    background-size: contain;
}

@media screen and (max-width: 1340px){
    .moodImage2 {
        background-size: cover;
    }
}

.moodImage2 .moodContentRight {
    height: 41rem;
}

.moodImage3 {
    height: 30rem;
    background: url("img/3.jpg") no-repeat center right;
    background-size: contain;
}

@media screen and (min-width: 1440px){
    .moodImage3 {
        background: url("img/3.jpg") no-repeat center center;
    }
}

@media screen and (max-width: 1024px) {
    .moodImage3 {
        background-position-x: 150px;
    }
}

@media screen and (max-width: 800px) {
    .moodImage3 {
        background-position-x: 100px;
    }
}

@media screen and (max-width: 980px){
    .moodImage3 {
        background-size: cover;
    }
}

@media screen and (max-width: 640px){
    .moodImage3 {
        background: url("img/3.jpg") no-repeat center center;
    }
}

.moodImage3 .moodContentLeft {
    height: 30rem;
}

@media screen and (max-width: 769px){
    .moodImage3 .moodContentLeft {
        max-width: 100%;
    }
}

.moodImage4 {
    height: 30rem;
    background: url("img/4.jpg") no-repeat center left;
    background-size: contain;
}

@media screen and (min-width: 1440px){
    .moodImage4 {
        background: url("img/4.jpg") no-repeat center center;
    }
}

@media screen and (max-width: 1024px) {
    .moodImage4 {
        background-position-x: -150px;
    }
}

@media screen and (max-width: 1020px){
    .moodImage4 {
        background-size: cover;
    }
}

@media screen and (max-width: 800px) {
    .moodImage4 {
        background-position-x: -100px;
    }
}

.moodImage4 .moodContentRight {
    height: 30rem;
}

.moodImage5 {
    margin-top: 2em;
    height: 20rem;
    background: url("img/5.jpg") no-repeat center center;
    background-size: contain;
}

.button a {
    color: #FFFFFF;
    text-decoration: none;
    border: 1px solid #15e1fa;
    padding: 1rem 4rem;
    border-radius: 0.2rem;
}

.button a:hover {
    background-color: #6387a9;
}

.container {
    z-index: 1;
    max-width: 1000px;
    margin: 0 auto;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    text-align: center;
}

.verticalContainer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
}

.smallContainer2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1.25rem 0.6rem;
    min-width: 200px;
    width: 20%;
    flex-grow: 2;
}

.smallContainer2:last-child {
    border-right: none;
}

.smallContainer2 img {
    height: 40px;
    padding: 25px;
}

.smallContainer2 .img-border {
    border: 1px solid #b2b2b2;
    height: 90px;
    width: 90px;
    border-radius: 50%;
}

.smallContainer2 p {
    min-height: 80px;
}

.horizontalContainer {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}

span {
    font-size: 0.7rem;
    color: #6387a9;;
    margin: 0;
}

.contactContainer {
    border: 1px solid #f5f6f8;
    border-radius: 0.5rem;
    max-width: 400px;
}

.contactContainerInline {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
}

.contactContainerInline p {
    margin: 0;
}

.jquery-modal {
    z-index: 1000;
}

.modal {
    max-width: 800px;
}

@media screen and (max-width: 640px) {
    .modal {
        max-width: 90%;
    }
}

.modal-content h1 {
    position: relative;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}

.modal-content h1:after {
    content: "";
    position: absolute;
    border-top: 2px solid #000000;
    left: 42%;
    bottom: 0;
    width: 15%;
    height: 0;
}

.modal-content h2 {
    font-size: 1.2rem;
    padding-top: 1.5rem;
}

.modal-content h2,
.modal-content h3 {
    text-align: left;
}

.modal-content p {
    color: #b2b2b2;
}

.modal-content p strong{
    padding-top: 1rem;
    color: #000000;
}

.modal-content ul {
    color: #b2b2b2;
}

.modal-content a {
    color: #1c1b29;
    text-decoration: none;
}

.modal-content-container {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.modal-content-container div {
    min-width: 300px;
}

#footer {
    background-color: #1c1b29;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.footerLinks,
.footerLinks a {
    font-size: 0.8rem;
    padding: 0.5rem;
    color: #15e1fa;
    text-decoration: none;
}

.footerLinks a:hover {
    color: #6387a9;
}
</pre></body></html>