<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: #646464;
     font-family: "Arial", sans-serif;
     font-size: .937rem;
     line-height: 1.5;
     background: #F2F3F5;
     font-weight: 400;
 }

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

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

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

 p {
     margin: 0 0 0.625rem;
 }

 span {
     white-space: nowrap
 }

 ins {
     color: #1c97d3
 }

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

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

 ul li:before {
     content: "\25a0";
     float: left;
     margin-left: -.937rem;
     font-size: .5rem;
     line-height: 2.5;
     color: #1c97d3
 }

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

 h2 {
     font-size: 1.75rem;
     margin: 2rem 0 1rem;
     line-height: 1
 }

 h3 {
     font-size: 1.187rem;
     margin-bottom: .625rem;
     color: #1c97d3
 }

 h4 {
     margin-bottom: 1.25rem;
     font-size: 1.187rem;
 }

 header {
     padding: 2rem 2rem 1rem;
     background: #fff;
     display: flex;
     flex-direction: row-reverse;
     justify-content: space-between;
     align-items: flex-start;
     column-gap: .625rem;
 }

 .head {
     width: 60%
 }

 header i {
     width: 1.125rem;
 }

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

 section i {
     font-size: 3rem;
 }

 article i {
     width: 3.437rem;
 }

 a.apply {
     background: #1c97d3;
     color: #fff;
     border: solid .187rem #1c97d3;
     font-size: 1.1rem;
     text-align: center;
     padding: 0.7rem 2rem;
     display: block;
     width: 14.375rem;
     margin: 2rem auto 1rem;
 }

 a.apply:hover {
     background: #fff;
     color: #1c97d3;
     border: solid .187rem #1c97d3;
 }

 .kontakt {
     display: flex;
     align-items: flex-start;
     padding: 1.875rem 1.25rem 1.25rem;
 }

 .kontakt aside {
     width: 50%
 }

 .kontakt h4 {
     margin-bottom: .625rem;
 }

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

 .benefits section {
     padding: 0
 }

 aside {
     display: flex;
     align-items: flex-start;
     width: 50%;
 }

 aside:first-of-type i {
     margin-right: 1.562rem;
 }

 aside:first-of-type {
     width: 60%
 }

 aside:last-of-type {
     width: 35%
 }

 footer {
     margin-top: .5rem;
 }

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

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

 .iframe-wrapper:first-of-type {
     margin: 1rem 0;
     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: 49.937rem) {
     #wrapper {
         border: none;
         margin: 0 auto;
         padding: .5rem;
     }

     p,
     ul {
         -moz-hyphens: auto;
         -webkit-hyphens: auto;
         -ms-hyphens: auto;
         hyphens: auto;
     }

     h1 {
         font-size: 1.25rem;
         margin: 0 0 .625rem;
     }

     h2 {
         font-size: 1.562rem;
         margin: .625rem 0;
         text-align: center
     }

     h3,
     h4 {
         font-size: 1.062rem;
     }

     h4 {
         margin-bottom: .625rem;
     }

     section,
     footer,
     header {
         padding: 1rem;
     }

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


 }

 @media only screen and (max-width: 44.375rem) {
     header {
         flex-direction: column;
         align-items: center;
         padding: 1rem;
     }

     header img {
         margin-bottom: 1rem
     }

     .head {
         width: 100%;
         text-align: center;
     }

     h1 {
         text-align: center;
         margin-bottom: 1rem
     }

 }

 @media only screen and (max-width: 38.125rem) {
     h2 {
         font-size: 1.312rem;
         line-height: 1.4
     }

     h3,
     h4 {
         font-size: 1rem;
     }

     .flex {
         display: block;
     }

     .flex i {
         margin: .625rem auto;
         display: flex;
     }

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

     .benefits i {
         margin: 0 0 .625rem;
         width: auto
     }

     .benefits h3,
     .benefits p,
     .kontakt p,
     .kontakt h4,
     .flex p {
         text-align: center
     }

     .kontakt p,
     article i {
         width: auto;
     }

     aside {
         gap: .625rem;
     }

     aside:first-of-type {
         margin-bottom: 1rem
     }

     aside:first-of-type i {
         margin-right: 0;
     }
 }

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