<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-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-v30-latin-regular.eot');
    src: local(''), 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');
}

:root {
    font-size: 16px;
}

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

html {
    min-height: 100%;
}

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

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

body {
    color: #000;
    font-family: 'Roboto', Arial sans-serif;
    font-size: 15px;
    line-height: 1.4;
}

#wrapper {
    position: relative;
    max-width: 50rem;
    margin: 1rem auto;
    border: .062rem solid #000;
    padding: 0;
    background-color: #fff;
    overflow: hidden;
}

p {
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    text-align: justify;
    margin: 0 0 1.25rem;
}

h1 {
    text-align: center;
    font-size: 1.25rem;
    margin: 1.562rem 0;
}

h1 span {
    display: block;
    font-size: 1rem;
}

h2 {
    font-size: .937rem;
    line-height: 1.4;
    margin: 0 0 .625rem;
}

ul {
    list-style: none;
    margin: 0 0 1.25rem .937rem;
    padding: 0;
}

ul li {
    padding-left: 2.812rem;
}

ul li:before {
    content: "";
    float: left;
    position: relative;
    width: .312rem;
    height: .312rem;
    border-radius: 50%;
    background: #000;
    margin-left: -1.25rem;
    top: .437rem;
}

header {
    margin: 0 0 2.5rem 0;
    padding: 3.75rem 4.375rem 0;
    display: flex;
    justify-content: end;
}

.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: 3.125rem 4.375rem 0;
}

article ul:first-of-type {
    margin: 0 0 0 .937rem;
}

.margin {
    margin-left: 2.5rem;
    margin-top: .625rem;
    margin-bottom: .312rem
}

footer {
    padding: 0 4.375rem 3.75rem;
}

.center {
    text-align: center;
}

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

    p,
    ul,
    article ul:first-of-type {
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
        margin: 0 0 1rem;
        text-align: left;
    }

    h1 {
        margin: .625rem 0;
    }

    h1 br {
        display: none;
    }

    h2 {
        margin: 0;
    }

    ul li {
        padding-left: .937rem;
    }

    ul li:before {
        margin-left: -.937rem;
    }

    header {
        margin: 0 0 .625rem 0;
        padding: 0;
        justify-content: center;
    }

    .margin {
        margin-left: 0;
    }

    article,
    footer {
        padding: .625rem;
    }

    footer {
        text-align: left;
    }

    footer p:last-of-type {
        margin: 0;
    }

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