<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* dm-sans-regular - latin */
@font-face {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/dm-sans-v11-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''), url('fonts/dm-sans-v11-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('fonts/dm-sans-v11-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('fonts/dm-sans-v11-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('fonts/dm-sans-v11-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('fonts/dm-sans-v11-latin-regular.svg#DMSans') format('svg'); /* Legacy iOS */
}
/* dm-sans-italic - latin */
@font-face {
    font-family: 'DM Sans';
    font-style: italic;
    font-weight: 400;
    src: url('fonts/dm-sans-v11-latin-italic.eot'); /* IE9 Compat Modes */
    src: local(''), url('fonts/dm-sans-v11-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('fonts/dm-sans-v11-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
    url('fonts/dm-sans-v11-latin-italic.woff') format('woff'), /* Modern Browsers */
    url('fonts/dm-sans-v11-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
    url('fonts/dm-sans-v11-latin-italic.svg#DMSans') format('svg'); /* Legacy iOS */
}
/* dm-sans-500 - latin */
@font-face {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 500;
    src: url('fonts/dm-sans-v11-latin-500.eot'); /* IE9 Compat Modes */
    src: local(''), url('fonts/dm-sans-v11-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('fonts/dm-sans-v11-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
    url('fonts/dm-sans-v11-latin-500.woff') format('woff'), /* Modern Browsers */
    url('fonts/dm-sans-v11-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
    url('fonts/dm-sans-v11-latin-500.svg#DMSans') format('svg'); /* Legacy iOS */
}
/* dm-sans-500italic - latin */
@font-face {
    font-family: 'DM Sans';
    font-style: italic;
    font-weight: 500;
    src: url('fonts/dm-sans-v11-latin-500italic.eot'); /* IE9 Compat Modes */
    src: local(''), url('fonts/dm-sans-v11-latin-500italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('fonts/dm-sans-v11-latin-500italic.woff2') format('woff2'), /* Super Modern Browsers */
    url('fonts/dm-sans-v11-latin-500italic.woff') format('woff'), /* Modern Browsers */
    url('fonts/dm-sans-v11-latin-500italic.ttf') format('truetype'), /* Safari, Android, iOS */
    url('fonts/dm-sans-v11-latin-500italic.svg#DMSans') format('svg'); /* Legacy iOS */
}
/* dm-sans-700 - latin */
@font-face {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 700;
    src: url('fonts/dm-sans-v11-latin-700.eot'); /* IE9 Compat Modes */
    src: local(''), url('fonts/dm-sans-v11-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('fonts/dm-sans-v11-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
    url('fonts/dm-sans-v11-latin-700.woff') format('woff'), /* Modern Browsers */
    url('fonts/dm-sans-v11-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
    url('fonts/dm-sans-v11-latin-700.svg#DMSans') format('svg'); /* Legacy iOS */
}
/* dm-sans-700italic - latin */
@font-face {
    font-family: 'DM Sans';
    font-style: italic;
    font-weight: 700;
    src: url('fonts/dm-sans-v11-latin-700italic.eot'); /* IE9 Compat Modes */
    src: local(''), url('fonts/dm-sans-v11-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('fonts/dm-sans-v11-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */
    url('fonts/dm-sans-v11-latin-700italic.woff') format('woff'), /* Modern Browsers */
    url('fonts/dm-sans-v11-latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */
    url('fonts/dm-sans-v11-latin-700italic.svg#DMSans') format('svg'); /* Legacy iOS */
}

body {
    background-color: #FFD400;
    color: #001333;
    margin: 0;
    padding: 0;
    font-size: 18px;
    line-height: 24px;
    font-family: -apple-system,BlinkMacSystemFont,'DM Sans','Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif;
}

.container {
    width: 100%;
    max-width: 360px;
    padding: 60px;
    margin: 0 auto;
}

.page-wrapper {
    display: flex;
    flex-direction: column;
}

.page-header {
    position: relative;
    height: 10vh;
    min-height: 125px;
    max-height: 125px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-header img {
    max-height: 90%;
}

.language {
    position: absolute;
    z-index: 2;
    right: 2%;
    border-radius: 4px;
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 21px;
    box-shadow: 0px 0px 32px #DE9B0080;
    text-decoration: none;
}

.language:hover {
    background-color: #001333;
    color: #FFD400;
}

.page-content {
    background-color: #001333;
    color: #FFD400;
    min-height: 40vh;
    display: flex;
    align-items: center;
}

.page-content p {
    text-align: right;
    font-style: italic;
    padding-top: 60px;
}

.page-footer {
    min-height: 40vh;
    align-items: center;
    display: flex;
    font-weight: 500;
}

.page-footer a:hover {
    text-decoration: underline;
}

a {
    color: #001333;
    text-decoration: none;
}

h1 {
    font-size: 36px;
    line-height: 34px;
    font-weight: 700;
}

h2 {
    font-size: 21px;
    line-height: 21px;
    font-weight: 500;
}

.button {
    background-color: #FFD400;
    padding: 12px 25px;
    display: inline-block;
    margin-top: 30px;
    border-radius: 4px;
    text-decoration: none;
    color: #001333;
    font-weight: 700;
    line-height: 21px;
}

.references {
    padding: 60px;
    background-color: #001333;
}

.references__item {
    width: 25%;
    overflow: hidden;
    padding: 8px;
}

.references__item img {
    display: flex;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
}

* {
    box-sizing: border-box;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

.column {
    float: left;
}

/* The Modal (background) */
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0, 0.9);
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: transparent;
    margin: auto;
    padding: 0;
    width: 90%;
    max-width: 1200px;
}

/* The Close Button */
.close {
    color: #fff;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
}

.mySlides {
    display: none;
}

.cursor {
    cursor: pointer;
}

/* Next &amp; previous buttons */
.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

img {
    margin-bottom: -4px;
}

.caption-container {
    text-align: center;
    background-color: #000;
    padding: 2px 16px;
    color: white;
}

.demo {
    opacity: 0.6;
}

.active,
.demo:hover {
    opacity: 1;
}

img.hover-shadow {
    transition: 0.3s;
}

.modal__thumbnails .column {
    width: 20%;
}

.modal__thumbnails .column img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}</pre></body></html>