<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-v30-latin-regular.eot');
    src: url('../fonts/roboto-v30-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v30-latin-regular.woff2') format('woff2'), url('../fonts/roboto-v30-latin-regular.woff') format('woff'), url('../fonts/roboto-v30-latin-regular.ttf') format('truetype'), url('../fonts/roboto-v30-latin-regular.svg#Roboto') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/roboto-v30-latin-700.eot');
    src: url('../fonts/roboto-v30-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v30-latin-700.woff2') format('woff2'), url('../fonts/roboto-v30-latin-700.woff') format('woff'), url('../fonts/roboto-v30-latin-700.ttf') format('truetype'), url('../fonts/roboto-v30-latin-700.svg#Roboto') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/roboto-v30-latin-900.eot');
    src: url('../fonts/roboto-v30-latin-900.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v30-latin-900.woff2') format('woff2'), url('../fonts/roboto-v30-latin-900.woff') format('woff'), url('../fonts/roboto-v30-latin-900.ttf') format('truetype'), url('../fonts/roboto-v30-latin-900.svg#Roboto') format('svg');
}

:root {
    font-size: 16px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    color: #000;
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 400;
}

img {
    max-width: 100%;
    height: auto;
}

#wrapper {
    position: relative;
    max-width: 56.25rem;
    margin: 0 auto;
    overflow: hidden;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}

p {
    margin: 0 0 2rem;
}

span {
    white-space: nowrap;
}

.margin {
    margin-bottom: 5rem
}

.margin_bottom {
    margin: 0 0 1.875rem
}

.no_margin {
    margin: 0;
}

ul {
    list-style: none;
    margin: 0 0 4rem;
    padding: 0;
}

ul ul {
    margin: 8px 0 0;
}

ul li {
    padding-left: 32px;
    margin-bottom: .312rem
}

ul li:before {
    content: "\2022";
    float: left;
    margin-left: -1.1rem;
    font-size: 1.375em;
    line-height: 1.1;
}

ul ul li:before {
    content: "";
    float: left;
    position: relative;
    border-radius: 50%;
    height: .25rem;
    width: .25rem;
    border: 0.0625rem solid #fff;
    margin-left: -.937rem;
    top: .562rem;
}

ul ul {
    margin-bottom: 0
}

h1 {
    color: #fff;
    font-size: 1.8125rem;
    font-weight: 700;
    margin: 0 0 2rem;
    line-height: 1.1;
    text-align: center;
}

h2 {
    font-size: 1.25rem;
    margin: 0 0 .375rem;
    font-weight: 700;
}

header {
    padding: .875rem 2rem;
    background: #222222;
}

.section {
    background: #333333;
    padding: 2rem 3.125rem 4rem
}

.slider {
    position: relative;
}

.slider &gt; img {
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    animation: imageAnimation 18s linear infinite 0s;
}

.slider &gt; img:nth-of-type(1) {
    position: static;
    opacity: 1;
}

.slider &gt; img:nth-of-type(2) {
    animation-delay: 6s;
}

.slider &gt; img:nth-of-type(3) {
    animation-delay: 12s;
}

@keyframes imageAnimation {
    4% {
        opacity: 1;
    }

    33% {
        opacity: 1;
    }

    38% {
        opacity: 0;
    }
}

article {
    padding: 5rem 3.125rem 0;
    background: #222222;
    color: #fff;
}

.center {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 0 4rem;
}

.center h2,
.center p {
    text-align: center;
}

.gray {
    padding: 4rem;
    background: #333333
}

.black {
    background: #222222;
    padding: 1.25rem 3.125rem .062rem;
    color: #fff;
}

.iframe-wrapper {
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 1.875rem;
    height: 0;
    overflow: hidden;
}

.iframe-wrapper iframe,
.iframe-wrapper object,
.iframe-wrapper embed {
    border: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.image {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 10px 0 5rem;
}

.image img {
    border-radius: 100%;
}

a.apply {
    width: fit-content;
    display: block;
    padding: .625rem 1.25rem;
    background: #E2001A;
    color: #FFF;
    font-weight: 900;
    font-size: .937rem;
    text-transform: uppercase;
    text-align: center;
}

@media only screen and (max-width: 899px) {
    #wrapper {
        border: none;
        margin: 0 auto;
        padding: 1rem;
    }

    p,
    ul {
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
        margin: 0 0 1.25rem
    }

    h2 {
        font-size: 1.0625rem;
    }

    h1 {
        font-size: 1.5rem;
        margin: 0.3125rem 0 1.25rem;
        text-align: center;
        line-height: 1.3;
    }

    header,
    article,
    .gray,
    .black,
    .section {
        padding: 1.25rem;
    }

    .margin {
        margin: 1rem 0
    }

    .margin_bottom {
        margin: 0 0 1rem
    }

    .image {
        margin: 10px 0 1rem;
    }

    .container {
        margin: 1.5rem 0;
    }
}

@media only screen and (max-width: 600px) {
    ul li {
        padding: 0 0 0 1.125rem;
    }

    ul li:before {
        margin: 0 0 0 -1.125rem;
        line-height: 1.05
    }

    header {
        display: flex;
        flex-direction: column;
        align-items: center
    }

    header,
    article,
    .gray,
    .black,
    .section {
        padding: 1rem;
    }

    footer p {
        text-align: center;
    }
}

@media only screen and (max-width: 376px) {
    a.apply {
        width: 100%
    }
}</pre></body></html>