<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=DM+Sans:opsz@9..40&amp;display=swap');

body {
    background-color: #fff;
}

.t-primary-bgcolor {
    background-color: #113075;
}

a {
    color: #113075;
}

.container {
    width: 1200px;
}

.header-wrapper {
    height: 145px;
    background-image: linear-gradient(135deg, #113075 0%, rgba(136, 194, 95, 0.2) 100%), url(header-bg.jpg);
    background-size: cover;
    background-position: center;
}

.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 21px;
}

.header__logo {
    max-height: 57px;
}

.header__nav {
    font-size: 0;
}

.header__nav a {
    padding: 12px 25px;
    color: #fff;
    font-size: 18px;
    font-family: "DM Sans", sans-serif;
}

.header__nav a:hover {
    text-decoration: none;
    background-color: #14397c;
    color: #85d1ee;
}

h2.ls-layer {
    font-size: 22px !important;
}</pre></body></html>