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

:root {
    font-size: 16px;
}

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

body {
    color: #333;
    font-family: "Arial", sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    background: #F8F8F8;
    font-weight: 400;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
    margin-top: 0.5rem;
}

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

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

p {
    margin: 0 0 0.625rem;
}

p span,
h1 span,
li span {
    white-space: nowrap;
}

h1 {
    font-size: 1.5rem;
    margin: 0 0 .937rem;
    text-align: center;
    line-height: 1.2;
    color: #456;
}

h1 span {
    white-space: nowrap;
}

h2 {
    font-size: 1.187rem;
    margin: 0 0 .625rem;
    color: #456;
}

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

ul li {
    padding-left: 1rem;
}

ul li:before {
    content: "\2022";
    float: left;
    margin-left: -1rem;
    font-size: 1.125rem;
    line-height: 1.3;
    color: #456;
}

.list {
    margin: 0 0 1rem
}

.margin_top {
    margin: 1.25rem 0
}

.margin {
    margin: 1.25rem 0 0;
}

.section {
    box-shadow: rgba(0, 0, 0, 0.15) 0 0.125rem 0.5rem;
}

.section,
footer {
    margin: 0 0 0.5rem;
    padding: 1.5rem 2rem;
    background: #fff;
}

article {
    margin-top: 0.5rem;
}

.benefits {
    display: flex;
    align-items: flex-start;
    gap: 1.875rem;
}

.kontakt {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}

.address {
    display: flex;
    column-gap: 1.562rem;
    align-items: flex-start;
    width: 50%;
}

a.apply {
    background: #456;
    font-size: 1.1rem;
    text-align: center;
    color: #fff;
    padding: .5rem 1.5rem;
    display: block;
    width: 14.375rem;
    margin: 2rem auto 1rem;
    width: fit-content;
    transition: color 0.15s ease-in-out 0s, background-color 0.15s ease-in-out 0s, border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s, opacity 1s cubic-bezier(0.5, 0, 0, 1) 0s, transform 1s cubic-bezier(0.5, 0, 0, 1) 0s;
}

.section i {
    font-size: 2.25rem;
    color: #456;
}

footer p {
    text-align: center;
    margin: 0;
}

.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%;
}

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

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

    h1 {
        margin: 1rem 0;
        font-size: 1.375rem;
    }

    ul li {
        padding-left: 1.5rem;
    }

    .section,
    footer {
        padding: 1rem;
    }

    .benefits,
    .kontakt,
    .address {
        gap: 1rem;
    }

    .address {
        width: 50%;
    }

    a.apply {
        margin: 1rem auto;
    }
}

@media only screen and (max-width: 750px) {
    h1 {
        text-align: center;
    }
}

@media only screen and (max-width: 680px) {
    h1 {
        font-size: 1.25rem;
    }

    ul li {
        padding-left: 1rem;
    }

    .benefits,
    .kontakt,
    .address {
        flex-direction: column;
        align-items: center;
    }

    .benefits i {
        margin: 0 0 .312rem;
    }

    .address {
        width: 100%;
    }

    footer span {
        white-space: normal;
    }

    .address p,
    .benefits p,
    .benefits h2,
    .address h2,
    .section:nth-of-type(5) p,
    .margin_top {
        text-align: center;
    }
}

@media only screen and (max-width: 499px) {

    a.apply {
        width: 100%;
        margin: 0 0 .625rem;
    }

    .column {
        padding: 0 1.25rem;
    }

    .benefits {
        flex-direction: column;
        column-gap: 0;
    }

    .column {
        width: 100%;
        padding: 0
    }
}

@media only screen and (max-width: 375px) {
    .margin_top {
        margin: 0 0 .937rem;
    }
}</pre></body></html>