<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    min-height: 100%;
}

#wrapper {
    max-width: 990px;
    margin: 16px auto;
    border: 1px solid #000;
    padding: 0 70px 100px 0;
    background-color: #fff;
    overflow: hidden;
    color: #000;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 14px;
    line-height: 1.6;
    font-weight: 400;
    position: relative;
}

#wrapper .button {
    display: flex;
    justify-content: center;
    margin: 20px 0 16px;
}

#wrapper .button a {
    display: inline-block;
    background: #009A9B;
    color: #fff !important;
    padding: 10px 20px;
    border-radius: 5px;
    transition: 0.5s;
    font-size: 14px;
}

#wrapper .button a:hover {
    background: #0c7c7d;
}

#wrapper .logo {
    position: absolute;
    top: 69px;
    right: 58px;
    z-index: 5;
}

#wrapper ins {
    text-decoration: underline solid #009A9B 2px;
}

#wrapper:after {
    position: absolute;
    bottom: 0;
    right: 0;
    background: #009A9A;
    width: 300px;
    height: 20px;
    content: "";
}

#wrapper .hide {
    display: none;
}

#wrapper .header {
    margin-right: -70px;
    position: relative;
}

#wrapper .article {
    padding-top: 40px;
}

#wrapper .main {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    flex-wrap: wrap;
}

#wrapper .left {
    width: 624px;
}

#wrapper .footer {
    margin-top: 81px;
    padding: 60px 35px;
    background: #E4E4E2;
    width: 256px;
}

#wrapper .zertifikat {
    display: flex;
    justify-content: center;
}

#wrapper .footer p {
    margin-bottom: 22px;
    font-size: 15px;
    line-height: 1.4;
}

#wrapper p {
    margin-bottom: 11px;
}

#wrapper p.text {
    color: #009A9B;
    position: absolute;
    top: -6px;
    left: -251px;
    z-index: 6;
    transform: rotate(-16deg);
    font-size: 14px;
}

#wrapper .justify {
    text-align: justify;
}

#wrapper p.top {
    width: 299px;
    position: absolute;
    top: 69%;
    left: 58%;
    z-index: 5;
    font-size: 13px;
    line-height: 1.4;
}

#wrapper .color {
    color: #009A9B !important;
}

#wrapper strong {
    font-weight: 700;
}

#wrapper h1 {
    margin-bottom: 6px;
    font-size: 26px;
    line-height: 1.1;
    font-weight: 700;
    text-transform: uppercase;
}

#wrapper h1+p {
    margin-bottom: 30px;
}

#wrapper h2 {
    font-size: 27px;
    font-weight: 700;
    position: absolute;
    top: 33%;
    left: 45%;
    z-index: 5;
    line-height: 1.3;
}

#wrapper h2 .small {
    display: block;
    font-weight: 400;
    color: #009A9B;
    padding-top: 10px;
    font-size: 22px;
}

#wrapper h3 {
    margin-bottom: 3px;
    font-size: 14px;
    font-weight: 700;
    color: #009A9B;
    line-height: 1;
}

#wrapper :is(a:link, a:visited, a:hover, a:active) {
    color: #000;
    text-decoration: none;
}

#wrapper ul {
    margin-bottom: 22px;
    list-style: none;
}

#wrapper ul li {
    padding-left: 33px;
    position: relative;
}

#wrapper ul li:before {
    content: '\2022';
    color: #000;
    font-size: 10px;
    font-family: "Times New Roman", serif;
    position: absolute;
    top: 3px;
    left: 0;
}

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

#wrapper .nobr {
    white-space: nowrap;
}

@media (max-width: 989px) {
    #wrapper {
        margin: 0;
        border: none;
        text-wrap: pretty;
    }

    #wrapper .justify {
        text-align: left;
    }

    #wrapper .left {
        width: 64%;
    }

    #wrapper .footer {
        width: 32%;
    }

    #wrapper :is(p, ul) {
        hyphens: auto;
        -webkit-hyphens: auto;
    }
}

@media all and (max-width:879px) {
    #wrapper p.top {
        font-size: 1.25vw;
        line-height: 1.5;
        width: 244px;
    }

    #wrapper h2 {
        font-size: 2.75vw;
        line-height: 1.3;
    }

    #wrapper h2 .small {
        font-size: 18px;
    }
}

@media all and (max-width:760px) {
    #wrapper {
        padding: 0;
    }

    #wrapper .header {
        margin: 0;
    }

    #wrapper .article {
        padding: 0 16px;
    }

    #wrapper .footer {
        padding: 16px;
    }

    #wrapper h2 {
        position: static;
        margin-bottom: 10px;
        text-align: center;
        font-size: 24px;
    }

    #wrapper p.top {
        background: #E1F0F3;
        position: static;
        width: auto;
        padding: 16px;
        margin: 0 0 16px;
        font-size: 13px;
    }

    #wrapper .main {
        display: block;
    }

    #wrapper .left,
    #wrapper .footer {
        width: 100%;
        margin: 0;
    }

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

    #wrapper .footer p {
        text-align: center;
    }

    #wrapper ul li {
        padding-left: 20px;
    }

    #wrapper .d-n,
    #wrapper:after {
        display: none;
    }

    #wrapper p.mb-1 {
        padding: 0;
    }

    #wrapper .logo {
        position: static;
        padding: 16px;
        display: flex;
        justify-content: center;
    }

    #wrapper .pic {
        display: flex;
        justify-content: center;
    }
}

@media all and (max-width:365px) {
    #wrapper h1 {
        font-size: 19px;
    }
}</pre></body></html>