@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;700&display=swap");
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
     -moz-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
     -moz-box-sizing: inherit;
          box-sizing: inherit; }

a:hover, a:focus, a:active,
button:hover,
button:focus,
button:active,
input:hover,
input:focus,
input:active,
textarea:hover,
textarea:focus,
textarea:active,
.slick-slide:hover,
.slick-slide:focus,
.slick-slide:active {
  outline: none !important; }

html {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box; }

body {
  font-family: "Noto Sans", sans-serif; }
  body.is-overflow-hidden {
    overflow: hidden;
    height: 100vh; }

.site-container {
  position: relative; }
  @media (max-width: 1024px) {
    .site-container {
      overflow-x: hidden;
      background: -webkit-gradient(linear, left top, left bottom, from(#006472), color-stop(9.38%, #004751), color-stop(31.33%, #002a30));
      background: -webkit-linear-gradient(top, #006472 0%, #004751 9.38%, #002a30 31.33%);
      background: -moz-linear-gradient(top, #006472 0%, #004751 9.38%, #002a30 31.33%);
      background: -o-linear-gradient(top, #006472 0%, #004751 9.38%, #002a30 31.33%);
      background: linear-gradient(180deg, #006472 0%, #004751 9.38%, #002a30 31.33%); } }

.first-container {
  padding-top: 4.375vw; }
  @media (min-width: 1025px) {
    .first-container {
      background: -webkit-gradient(linear, left top, left bottom, from(#006472), color-stop(9.38%, #004751), color-stop(31.33%, #002a30));
      background: -webkit-linear-gradient(top, #006472 0%, #004751 9.38%, #002a30 31.33%);
      background: -moz-linear-gradient(top, #006472 0%, #004751 9.38%, #002a30 31.33%);
      background: -o-linear-gradient(top, #006472 0%, #004751 9.38%, #002a30 31.33%);
      background: linear-gradient(180deg, #006472 0%, #004751 9.38%, #002a30 31.33%); } }
  @media (min-width: 1920px) {
    .first-container {
      padding-top: 84px; } }
  @media (max-width: 1024px) {
    .first-container {
      padding-top: 16vmin; } }

.is-hidden {
  display: none !important; }

@media (max-width: 1024px) {
  .for-desktop {
    display: none !important; } }

@media (min-width: 1025px) {
  .for-mobile {
    display: none !important; } }

.clearfix {
  overflow: auto; }
  .clearfix::after {
    content: "";
    display: table;
    clear: both; }

@-webkit-keyframes header-fixed {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@-moz-keyframes header-fixed {
  0% {
    opacity: 0;
    -moz-transform: translateY(-100%);
         transform: translateY(-100%); }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
         transform: translateY(0); } }

@-o-keyframes header-fixed {
  0% {
    opacity: 0;
    -o-transform: translateY(-100%);
       transform: translateY(-100%); }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
       transform: translateY(0); } }

@keyframes header-fixed {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
       -moz-transform: translateY(-100%);
         -o-transform: translateY(-100%);
            transform: translateY(-100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0); } }

@-webkit-keyframes header-not-fixed {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); } }

@-moz-keyframes header-not-fixed {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
         transform: translateY(0); }
  100% {
    opacity: 0;
    -moz-transform: translateY(-100%);
         transform: translateY(-100%); } }

@-o-keyframes header-not-fixed {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
       transform: translateY(0); }
  100% {
    opacity: 0;
    -o-transform: translateY(-100%);
       transform: translateY(-100%); } }

@keyframes header-not-fixed {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
       -moz-transform: translateY(-100%);
         -o-transform: translateY(-100%);
            transform: translateY(-100%); } }

.header {
  position: absolute;
  left: 50%;
  top: 5vw;
  z-index: 10;
  margin-left: -34.72222vw;
  width: 69.44444vw; }
  .header .logo {
    position: absolute;
    left: 0;
    top: 2.56944vw;
    width: 11.38889vw;
    height: 3.68056vw;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s; }
    .header .logo img {
      display: block;
      width: 100%;
      height: 100%; }
    @media (min-width: 1920px) {
      .header .logo {
        top: 49.33333px;
        width: 218.66667px;
        height: 70.66667px; } }
    @media (min-width: 1025px) {
      .header .logo:hover {
        opacity: 0.7; } }
    @media (max-width: 1024px) {
      .header .logo {
        left: 6.4vmin;
        top: 5.33333vmin;
        z-index: 7;
        width: 30.4vmin;
        height: 9.86667vmin; } }
  .header .nav {
    position: absolute;
    right: 8.99306vw;
    top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    list-style: none;
    margin: 0;
    padding: 0; }
    .header .nav li {
      margin: 0 0.72917vw;
      padding: 0; }
      .header .nav li a {
        position: relative;
        padding: 0.55556vw 0;
        font-weight: 700;
        font-size: 1.04167vw;
        line-height: 1.38889vw;
        text-decoration: none;
        text-transform: uppercase;
        color: #70bbc7;
        -webkit-transition: color 0.3s;
        -o-transition: color 0.3s;
        -moz-transition: color 0.3s;
        transition: color 0.3s; }
        .header .nav li a::before {
          content: "";
          position: absolute;
          left: 50%;
          bottom: 0;
          margin-left: -3px;
          -webkit-border-radius: 50%;
             -moz-border-radius: 50%;
                  border-radius: 50%;
          width: 6px;
          height: 6px;
          background-color: #fff;
          opacity: 0;
          -webkit-transition: opacity 0.3s;
          -o-transition: opacity 0.3s;
          -moz-transition: opacity 0.3s;
          transition: opacity 0.3s; }
          @media (max-width: 1024px) {
            .header .nav li a::before {
              bottom: 1.33333vmin; } }
        @media (min-width: 1920px) {
          .header .nav li a {
            padding: 10.66667px 0;
            font-size: 20px;
            line-height: 26.66667px; } }
        @media (min-width: 1025px) {
          .header .nav li a:hover {
            color: #fff; }
            .header .nav li a:hover::before {
              opacity: 1; } }
      .header .nav li.is-active {
        pointer-events: none; }
        .header .nav li.is-active a {
          color: #fff; }
          .header .nav li.is-active a::before {
            opacity: 1; }
      @media (min-width: 1920px) {
        .header .nav li {
          margin: 0 14px; } }
    @media (min-width: 1025px) {
      .header .nav {
        height: 2.70833vw; } }
    @media (min-width: 1920px) {
      .header .nav {
        right: 172.66667px;
        height: 52px; } }
  @media (max-width: 1024px) {
    .header .menu {
      position: fixed;
      left: 0;
      right: 0;
      top: 0;
      z-index: 3;
      display: none;
      padding: 40vmin 0 0;
      height: 100vh;
      background-color: #04363e; }
      .header .menu .nav {
        position: relative;
        right: 50%;
        z-index: 2;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-transform: translateX(50%);
           -moz-transform: translateX(50%);
            -ms-transform: translateX(50%);
             -o-transform: translateX(50%);
                transform: translateX(50%); }
        .header .menu .nav li a {
          display: block;
          padding: 4vmin 0;
          font-size: 4vmin;
          line-height: 5.33333vmin; } }
  @media (max-width: 1024px) and (orientation: landscape) {
    .header .menu {
      overflow-y: auto;
      padding: 26.66667vmin 0 13.33333vmin;
      -webkit-overflow-scrolling: touch; } }
  .header__button {
    position: absolute;
    right: 6.13333vmin;
    top: 4.8vmin;
    z-index: 7;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    width: 13.06667vmin;
    height: 13.06667vmin;
    background-color: #017888; }
    .header__button svg {
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
         -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
           -o-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      -webkit-transition: opacity 0.3s;
      -o-transition: opacity 0.3s;
      -moz-transition: opacity 0.3s;
      transition: opacity 0.3s; }
      .header__button svg:first-child {
        width: 4.8vmin;
        height: 3.2vmin; }
      .header__button svg:last-child {
        width: 3.73333vmin;
        height: 3.73333vmin;
        opacity: 0; }
    .header__button.is-active svg:first-child {
      opacity: 0; }
    .header__button.is-active svg:last-child {
      opacity: 1; }
  .header .languages {
    position: absolute;
    right: 0;
    top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-border-radius: 2.22222vw;
       -moz-border-radius: 2.22222vw;
            border-radius: 2.22222vw;
    width: 7.22222vw;
    height: 2.70833vw;
    background-color: #04363e; }
    .header .languages::before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      -webkit-border-radius: 2.22222vw;
         -moz-border-radius: 2.22222vw;
              border-radius: 2.22222vw;
      width: 50%;
      background-color: #017888;
      -webkit-transform: translateZ(0);
         -moz-transform: translateZ(0);
              transform: translateZ(0);
      -webkit-transition: -webkit-transform 0.3s;
      transition: -webkit-transform 0.3s;
      -o-transition: -o-transform 0.3s;
      -moz-transition: transform 0.3s, -moz-transform 0.3s;
      transition: transform 0.3s;
      transition: transform 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s, -o-transform 0.3s;
      will-change: transform; }
      @media (min-width: 1920px) {
        .header .languages::before {
          -webkit-border-radius: 42.66667px;
             -moz-border-radius: 42.66667px;
                  border-radius: 42.66667px; } }
      @media (max-width: 1024px) {
        .header .languages::before {
          -webkit-border-radius: 8.53333vmin;
             -moz-border-radius: 8.53333vmin;
                  border-radius: 8.53333vmin; } }
    .header .languages a {
      position: relative;
      z-index: 2;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 50%;
      height: 100%;
      font-size: 1.04167vw;
      line-height: 1.38889vw;
      text-align: center;
      text-decoration: none;
      color: #85bac2;
      -webkit-transition: color 0.3s;
      -o-transition: color 0.3s;
      -moz-transition: color 0.3s;
      transition: color 0.3s; }
      .header .languages a.is-active {
        color: #fff;
        pointer-events: none; }
      @media (min-width: 1025px) {
        .header .languages a:hover {
          color: #fff; } }
      @media (min-width: 1920px) {
        .header .languages a {
          font-size: 20px;
          line-height: 26.66667px; } }
      @media (max-width: 1024px) {
        .header .languages a {
          font-size: 4vmin;
          line-height: 5.33333vmin; } }
    .header .languages.right::before {
      -webkit-transform: translateX(100%) translateZ(0);
         -moz-transform: translateX(100%) translateZ(0);
              transform: translateX(100%) translateZ(0); }
    @media (min-width: 1920px) {
      .header .languages {
        -webkit-border-radius: 42.66667px;
           -moz-border-radius: 42.66667px;
                border-radius: 42.66667px;
        width: 138.66667px;
        height: 52px; } }
    @media (max-width: 1024px) {
      .header .languages {
        position: relative;
        right: auto;
        top: auto;
        bottom: auto;
        z-index: 2;
        margin: 8vmin auto 0;
        -webkit-border-radius: 8.53333vmin;
           -moz-border-radius: 8.53333vmin;
                border-radius: 8.53333vmin;
        width: 27.73333vmin;
        height: 10.4vmin;
        -webkit-transform: none;
           -moz-transform: none;
            -ms-transform: none;
             -o-transform: none;
                transform: none; } }
  .header.is-fixed {
    position: fixed;
    left: 0;
    top: 0;
    margin: 0;
    width: 100%;
    height: 5.55556vw;
    background: -webkit-gradient(linear, left top, left bottom, from(#006472), color-stop(9.38%, #004751), color-stop(31.33%, #002a30));
    background: -webkit-linear-gradient(top, #006472 0%, #004751 9.38%, #002a30 31.33%);
    background: -moz-linear-gradient(top, #006472 0%, #004751 9.38%, #002a30 31.33%);
    background: -o-linear-gradient(top, #006472 0%, #004751 9.38%, #002a30 31.33%);
    background: linear-gradient(180deg, #006472 0%, #004751 9.38%, #002a30 31.33%);
    -webkit-animation-name: header-fixed;
       -moz-animation-name: header-fixed;
         -o-animation-name: header-fixed;
            animation-name: header-fixed;
    -webkit-animation-duration: 0.3s;
       -moz-animation-duration: 0.3s;
         -o-animation-duration: 0.3s;
            animation-duration: 0.3s; }
    .header.is-fixed .header__container {
      position: relative;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin: 0 auto;
      width: 69.44444vw;
      height: 100%; }
      .header.is-fixed .header__container .logo,
      .header.is-fixed .header__container .nav,
      .header.is-fixed .header__container .languages {
        top: 50%;
        -webkit-transform: translateY(-50%);
           -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
             -o-transform: translateY(-50%);
                transform: translateY(-50%); }
      @media (min-width: 1920px) {
        .header.is-fixed .header__container {
          width: 1333.33333px; } }
    @media (min-width: 1920px) {
      .header.is-fixed {
        height: 106.66667px; } }
  .header.not-fixed {
    -webkit-animation-name: header-not-fixed;
       -moz-animation-name: header-not-fixed;
         -o-animation-name: header-not-fixed;
            animation-name: header-not-fixed;
    -webkit-animation-duration: 0.2s;
       -moz-animation-duration: 0.2s;
         -o-animation-duration: 0.2s;
            animation-duration: 0.2s; }
  @media (min-width: 1920px) {
    .header {
      top: 96px;
      margin-left: -666.66667px;
      width: 1333.33333px; } }
  @media (max-width: 1024px) {
    .header {
      position: fixed;
      left: 0;
      top: 0;
      margin: 0;
      width: 100%;
      height: 22.4vmin; }
      .header::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: #00414a;
        opacity: 0;
        -webkit-transition: opacity 0.3s;
        -o-transition: opacity 0.3s;
        -moz-transition: opacity 0.3s;
        transition: opacity 0.3s; }
      .header.is-active::before {
        opacity: 1; } }

.home {
  margin: 0 auto;
  width: 76.38889vw; }
  .home__slide {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-right: 8.81944vw;
    padding-left: 50px; }
    .home__slide__textblock {
      padding-top: 13.81944vw; }
      .home__slide__textblock h2 {
        margin: 0;
        max-width: 20.83333vw;
        font-weight: 400;
        font-size: 2.77778vw;
        line-height: 3.26389vw;
        color: #fff; }
        @media (min-width: 1920px) {
          .home__slide__textblock h2 {
            max-width: 400px;
            font-size: 53.33333px;
            line-height: 62.66667px; } }
        @media (max-width: 1024px) {
          .home__slide__textblock h2 {
            max-width: 100%;
            font-size: 6.66667vmin;
            line-height: 7.73333vmin;
            text-align: center; } }
      .home__slide__textblock a {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin-top: 3.125vw;
        -webkit-border-radius: 2.15278vw;
           -moz-border-radius: 2.15278vw;
                border-radius: 2.15278vw;
        width: 16.04167vw;
        height: 3.81944vw;
        -webkit-box-shadow: 0 0.69444vw 1.38889vw #044750;
           -moz-box-shadow: 0 0.69444vw 1.38889vw #044750;
                box-shadow: 0 0.69444vw 1.38889vw #044750;
        font-weight: 700;
        font-size: 1.25vw;
        line-height: 2.5vw;
        text-align: center;
        text-decoration: none;
        color: #fff;
        background: -webkit-gradient(linear, left top, right top, from(#1a97aa), to(#4bdef4));
        background: -webkit-linear-gradient(left, #1a97aa 0%, #4bdef4 100%);
        background: -moz-linear-gradient(left, #1a97aa 0%, #4bdef4 100%);
        background: -o-linear-gradient(left, #1a97aa 0%, #4bdef4 100%);
        background: linear-gradient(90deg, #1a97aa 0%, #4bdef4 100%);
        -webkit-transition: color 0.3s;
        -o-transition: color 0.3s;
        -moz-transition: color 0.3s;
        transition: color 0.3s; }
        @media (min-width: 1920px) {
          .home__slide__textblock a {
            margin-top: 60px;
            -webkit-border-radius: 41.33333px;
               -moz-border-radius: 41.33333px;
                    border-radius: 41.33333px;
            width: 308px;
            height: 73.33333px;
            -webkit-box-shadow: 0 13.33333px 26.66667px #044750;
               -moz-box-shadow: 0 13.33333px 26.66667px #044750;
                    box-shadow: 0 13.33333px 26.66667px #044750;
            font-size: 24px;
            line-height: 48px; } }
        @media (min-width: 1025px) {
          .home__slide__textblock a:hover {
            color: #084751; } }
        @media (max-width: 1024px) {
          .home__slide__textblock a {
            margin: 5.33333vmin auto 0;
            -webkit-border-radius: 8.26667vmin;
               -moz-border-radius: 8.26667vmin;
                    border-radius: 8.26667vmin;
            width: 54.88vmin;
            height: 10.4vmin;
            -webkit-box-shadow: 0 2.66667vmin 5.33333vmin #044750;
               -moz-box-shadow: 0 2.66667vmin 5.33333vmin #044750;
                    box-shadow: 0 2.66667vmin 5.33333vmin #044750;
            font-size: 4.8vmin;
            line-height: 9.6vmin; } }
      @media (min-width: 1920px) {
        .home__slide__textblock {
          padding-top: 13.81944vw; } }
      @media (max-width: 1024px) {
        .home__slide__textblock {
          margin: -8vmin auto 0;
          padding: 0;
          width: 89.33333vmin; } }
    .home__slide__image {
      position: relative;
      margin-right: -8.47222vw;
      width: 45.69444vw; }
      .home__slide__image img {
        position: relative;
        z-index: 2;
        width: 100%;
        height: auto;
        max-height: 41.66667vw; }
        @media (min-width: 1920px) {
          .home__slide__image img {
            max-height: 800px; } }
        @media (max-width: 1024px) {
          .home__slide__image img {
            max-height: 1000px;
            -webkit-transform: translateX(0);
               -moz-transform: translateX(0);
                -ms-transform: translateX(0);
                 -o-transform: translateX(0);
                    transform: translateX(0); } }
      @media (min-width: 1920px) {
        .home__slide__image {
          margin-right: -162.66667px;
          width: 877.33333px; } }
      @media (max-width: 1024px) {
        .home__slide__image {
          margin: 0 auto;
          width: 89.33333vmin; } }
    @media (max-width: 1024px) {
      .home__slide.slide-1 .home__slide__image {
        -webkit-transform: translateX(5.33333vmin);
           -moz-transform: translateX(5.33333vmin);
            -ms-transform: translateX(5.33333vmin);
             -o-transform: translateX(5.33333vmin);
                transform: translateX(5.33333vmin); } }
    .home__slide.slide-2 .home__slide__image, .home__slide.slide-3 .home__slide__image {
      -webkit-transform: translateX(-3.47222vw);
         -moz-transform: translateX(-3.47222vw);
          -ms-transform: translateX(-3.47222vw);
           -o-transform: translateX(-3.47222vw);
              transform: translateX(-3.47222vw); }
      @media (min-width: 1920px) {
        .home__slide.slide-2 .home__slide__image, .home__slide.slide-3 .home__slide__image {
          -webkit-transform: translateX(-66.66667px);
             -moz-transform: translateX(-66.66667px);
              -ms-transform: translateX(-66.66667px);
               -o-transform: translateX(-66.66667px);
                  transform: translateX(-66.66667px); } }
      @media (max-width: 1024px) {
        .home__slide.slide-2 .home__slide__image, .home__slide.slide-3 .home__slide__image {
          -webkit-transform: none;
             -moz-transform: none;
              -ms-transform: none;
               -o-transform: none;
                  transform: none; } }
    @media (min-width: 1920px) {
      .home__slide {
        padding-right: 8.81944vw; } }
    @media (max-width: 1024px) {
      .home__slide {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
           -moz-box-orient: vertical;
           -moz-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
        padding: 0; } }
  .home .slick-dots {
    counter-reset: heading;
    position: absolute;
    right: 3.47222vw;
    top: 13.26389vw;
    z-index: 5;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
       -moz-box-orient: vertical;
       -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    list-style: none; }
    .home .slick-dots li {
      position: relative;
      display: block;
      width: 3.47222vw;
      height: 3.47222vw; }
      .home .slick-dots li::before {
        counter-increment: heading;
        content: "0" counter(heading);
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        font-size: 1.38889vw;
        line-height: 3.47222vw;
        text-align: right;
        color: #017888;
        -webkit-transform: translateZ(0);
           -moz-transform: translateZ(0);
                transform: translateZ(0);
        -webkit-transition: font-size 0.3s;
        -o-transition: font-size 0.3s;
        -moz-transition: font-size 0.3s;
        transition: font-size 0.3s;
        will-change: font-size;
        pointer-events: none; }
        @media (min-width: 1920px) {
          .home .slick-dots li::before {
            font-size: 26.66667px;
            line-height: 66.66667px; } }
        @media (max-width: 1024px) {
          .home .slick-dots li::before {
            font-size: 3.46667vmin;
            line-height: 8vmin; } }
      .home .slick-dots li::after {
        content: "";
        position: absolute;
        left: -1.38889vw;
        top: 50%;
        width: 1.66667vw;
        height: 0.20833vw;
        background: #017888;
        opacity: 0;
        -webkit-transform: translateY(-50%);
           -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
             -o-transform: translateY(-50%);
                transform: translateY(-50%);
        -webkit-transition: opacity 0.3s;
        -o-transition: opacity 0.3s;
        -moz-transition: opacity 0.3s;
        transition: opacity 0.3s; }
        @media (min-width: 1920px) {
          .home .slick-dots li::after {
            left: -26.66667px;
            width: 32px;
            height: 4px; } }
        @media (max-width: 1024px) {
          .home .slick-dots li::after {
            left: 0;
            width: 4vmin;
            height: 2px; } }
      .home .slick-dots li button {
        display: block;
        border: none;
        padding: 0;
        width: 100%;
        height: 100%;
        font-size: 0;
        background: none;
        cursor: pointer; }
      .home .slick-dots li.slick-active::before {
        font-size: 2.08333vw;
        color: #fff; }
        @media (min-width: 1920px) {
          .home .slick-dots li.slick-active::before {
            font-size: 40px; } }
        @media (max-width: 1024px) {
          .home .slick-dots li.slick-active::before {
            font-size: 4.8vmin; } }
      .home .slick-dots li.slick-active::after {
        opacity: 1; }
      @media (min-width: 1920px) {
        .home .slick-dots li {
          width: 66.66667px;
          height: 66.66667px; } }
      @media (max-width: 1024px) {
        .home .slick-dots li {
          width: 12vmin;
          height: 8vmin; } }
    @media (min-width: 1920px) {
      .home .slick-dots {
        right: 66.66667px;
        top: 254.66667px; } }
    @media (max-width: 1024px) {
      .home .slick-dots {
        right: 6.4vmin;
        top: 42.66667vmin; } }
  @media (min-width: 1920px) {
    .home {
      width: 1466.66667px; } }
  @media (max-width: 1024px) {
    .home {
      width: 100%; } }

.solutions {
  margin: 2.77778vw auto 0;
  padding-bottom: 4.30556vw;
  width: 69.44444vw; }
  .solutions h2 {
    margin: 0;
    font-weight: 400;
    font-size: 2.77778vw;
    line-height: 3.75vw;
    color: #fff; }
    @media (min-width: 1920px) {
      .solutions h2 {
        font-size: 53.33333px;
        line-height: 72px; } }
    @media (max-width: 1024px) {
      .solutions h2 {
        font-size: 10.66667vmin;
        line-height: 14.4vmin;
        text-align: center; } }
  .solutions__tabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-top: 1.18056vw; }
    .solutions__tabs__content {
      margin-bottom: 1.38889vw;
      width: 100%; }
      .solutions__tabs__content:nth-child(1) {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
           -moz-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1; }
      .solutions__tabs__content:nth-child(2) {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
           -moz-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2; }
      .solutions__tabs__content:nth-child(3) {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
           -moz-box-ordinal-group: 5;
            -ms-flex-order: 4;
                order: 4; }
      .solutions__tabs__content:nth-child(4) {
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
           -moz-box-ordinal-group: 6;
            -ms-flex-order: 5;
                order: 5; }
      .solutions__tabs__content:nth-child(5) {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
           -moz-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3; }
      @media (min-width: 1920px) {
        .solutions__tabs__content {
          margin-bottom: 26.66667px; } }
    .solutions__tabs .sol-slide {
      display: none; }
    .solutions__tabs__textblock {
      position: relative;
      z-index: 1;
      display: none;
      margin-top: -3.05556vw;
      margin-bottom: 0.69444vw;
      -webkit-border-radius: 0 0 3.05556vw 3.05556vw;
         -moz-border-radius: 0 0 3.05556vw 3.05556vw;
              border-radius: 0 0 3.05556vw 3.05556vw;
      padding: 5.13889vw 3.125vw 2.08333vw;
      background: #00414a; }
      .solutions__tabs__textblock > div {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
           -moz-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
           -moz-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; }
        @media (max-width: 1024px) {
          .solutions__tabs__textblock > div {
            display: block; } }
      .solutions__tabs__textblock__image {
        width: 19.72222vw; }
        .solutions__tabs__textblock__image img {
          display: block;
          width: 100%;
          height: auto; }
        @media (min-width: 1920px) {
          .solutions__tabs__textblock__image {
            width: 378.66667px; } }
        @media (max-width: 1024px) {
          .solutions__tabs__textblock__image {
            width: 74.13333vmin; } }
      .solutions__tabs__textblock__text {
        width: -webkit-calc(100% - 314 / 1440 * 100vw);
        width: -moz-calc(100% - 314 / 1440 * 100vw);
        width: calc(100% - 314 / 1440 * 100vw);
        font-size: 0.90278vw;
        line-height: 1.25vw;
        color: #7dd1de; }
        @media (min-width: 1920px) {
          .solutions__tabs__textblock__text {
            width: -webkit-calc(100% - 314 / 1440 * 1920px);
            width: -moz-calc(100% - 314 / 1440 * 1920px);
            width: calc(100% - 314 / 1440 * 1920px);
            font-size: 17.33333px;
            line-height: 24px; } }
        @media (max-width: 1024px) {
          .solutions__tabs__textblock__text {
            margin-top: 4.53333vmin;
            width: 100%;
            font-size: 3.2vmin;
            line-height: 4.26667vmin; } }
      @media (min-width: 1920px) {
        .solutions__tabs__textblock {
          margin-top: -58.66667px;
          margin-bottom: 13.33333px;
          -webkit-border-radius: 0 0 58.66667px 58.66667px;
             -moz-border-radius: 0 0 58.66667px 58.66667px;
                  border-radius: 0 0 58.66667px 58.66667px;
          padding: 98.66667px 60px 40px; } }
      @media (max-width: 1024px) {
        .solutions__tabs__textblock {
          margin-top: -8vmin;
          margin-bottom: 2.66667vmin;
          -webkit-border-radius: 0 0 8vmin 8vmin;
             -moz-border-radius: 0 0 8vmin 8vmin;
                  border-radius: 0 0 8vmin 8vmin;
          padding: 13.33333vmin 5.86667vmin 6.66667vmin; } }
    @media (min-width: 1920px) {
      .solutions__tabs {
        margin-top: 22.66667px; } }
    @media (max-width: 1024px) {
      .solutions__tabs {
        margin: 0 auto;
        width: 94.66667vmin; } }
  .solutions__tab {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-border-radius: 5.06944vw;
       -moz-border-radius: 5.06944vw;
            border-radius: 5.06944vw;
    padding-left: 0.97222vw;
    width: 100%;
    height: 6.04167vw;
    font-weight: 600;
    font-size: 1.38889vw;
    line-height: 1.45833vw;
    color: #4bdef4;
    background: #00414a;
    -webkit-transition: background 0.3s, color 0.3s;
    -o-transition: background 0.3s, color 0.3s;
    -moz-transition: background 0.3s, color 0.3s;
    transition: background 0.3s, color 0.3s;
    -webkit-transition-timing-function: linear;
       -moz-transition-timing-function: linear;
         -o-transition-timing-function: linear;
            transition-timing-function: linear;
    cursor: pointer; }
    .solutions__tab::before {
      content: "";
      position: absolute;
      right: 3.125vw;
      top: 50%;
      width: 2.22222vw;
      height: 1.18056vw;
      background: url("../images/down.svg") no-repeat center;
      -webkit-background-size: cover;
         -moz-background-size: cover;
              background-size: cover;
      -webkit-transform: translateY(-50%);
         -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
           -o-transform: translateY(-50%);
              transform: translateY(-50%);
      -webkit-transition: background 0.3s;
      -o-transition: background 0.3s;
      -moz-transition: background 0.3s;
      transition: background 0.3s; }
      @media (min-width: 1920px) {
        .solutions__tab::before {
          right: 60px;
          width: 42.66667px;
          height: 22.66667px; } }
      @media (max-width: 1024px) {
        .solutions__tab::before {
          right: 5.86667vmin;
          width: 4.53333vmin;
          height: 2.4vmin; } }
    .solutions__tab div {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-right: 1.04167vw;
      -webkit-border-radius: 50%;
         -moz-border-radius: 50%;
              border-radius: 50%;
      width: 4.23611vw;
      height: 4.23611vw;
      background-color: #005b69;
      -webkit-transition: background-color 0.3s;
      -o-transition: background-color 0.3s;
      -moz-transition: background-color 0.3s;
      transition: background-color 0.3s;
      -webkit-transition-timing-function: linear;
         -moz-transition-timing-function: linear;
           -o-transition-timing-function: linear;
              transition-timing-function: linear; }
      @media (min-width: 1920px) {
        .solutions__tab div {
          margin-right: 20px;
          width: 81.33333px;
          height: 81.33333px; } }
      @media (max-width: 1024px) {
        .solutions__tab div {
          margin-right: 3.2vmin;
          width: 12vmin;
          height: 12vmin; } }
    .solutions__tab svg {
      display: block;
      width: 2.22222vw;
      height: auto;
      max-height: 2.22222vw;
      fill: #4bdef4;
      -webkit-transition: fill 0.3s;
      -o-transition: fill 0.3s;
      -moz-transition: fill 0.3s;
      transition: fill 0.3s;
      -webkit-transition-timing-function: linear;
         -moz-transition-timing-function: linear;
           -o-transition-timing-function: linear;
              transition-timing-function: linear; }
      @media (min-width: 1920px) {
        .solutions__tab svg {
          width: 42.66667px;
          max-height: 42.66667px; } }
      @media (max-width: 1024px) {
        .solutions__tab svg {
          width: 6.4vmin;
          max-height: 6.4vmin; } }
    @media (max-width: 1024px) {
      .solutions__tab span {
        max-width: 53.33333vmin; } }
    .solutions__tab.is-active {
      color: #084751;
      background: -webkit-gradient(linear, left top, right top, from(#1a97aa), to(#4bdef4));
      background: -webkit-linear-gradient(left, #1a97aa 0%, #4bdef4 100%);
      background: -moz-linear-gradient(left, #1a97aa 0%, #4bdef4 100%);
      background: -o-linear-gradient(left, #1a97aa 0%, #4bdef4 100%);
      background: linear-gradient(90deg, #1a97aa 0%, #4bdef4 100%); }
      .solutions__tab.is-active::before {
        background: url("../images/up.svg") no-repeat center;
        -webkit-background-size: cover;
           -moz-background-size: cover;
                background-size: cover; }
      .solutions__tab.is-active div {
        background-color: #57cde0; }
      .solutions__tab.is-active svg {
        fill: #155862; }
    @media (min-width: 1920px) {
      .solutions__tab {
        -webkit-border-radius: 97.33333px;
           -moz-border-radius: 97.33333px;
                border-radius: 97.33333px;
        padding-left: 18.66667px;
        height: 116px;
        font-size: 26.66667px;
        line-height: 28px; } }
    @media (max-width: 1024px) {
      .solutions__tab {
        margin-top: 3.73333vmin;
        margin-right: 0;
        margin-bottom: 0;
        -webkit-border-radius: 19.46667vmin;
           -moz-border-radius: 19.46667vmin;
                border-radius: 19.46667vmin;
        padding-left: 2.4vmin;
        width: 100%;
        height: 16vmin;
        font-size: 4vmin;
        line-height: 5.6vmin; } }
    @media (min-width: 1025px) {
      .solutions__tab:hover {
        color: #084751;
        background: -webkit-gradient(linear, left top, right top, from(#1a97aa), to(#4bdef4));
        background: -webkit-linear-gradient(left, #1a97aa 0%, #4bdef4 100%);
        background: -moz-linear-gradient(left, #1a97aa 0%, #4bdef4 100%);
        background: -o-linear-gradient(left, #1a97aa 0%, #4bdef4 100%);
        background: linear-gradient(90deg, #1a97aa 0%, #4bdef4 100%); }
        .solutions__tab:hover::before {
          background: url("../images/up.svg") no-repeat center;
          -webkit-background-size: cover;
             -moz-background-size: cover;
                  background-size: cover; }
        .solutions__tab:hover div {
          background-color: #57cde0; }
        .solutions__tab:hover svg {
          fill: #155862; } }
  .solutions__business {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 2.77778vw;
    padding: 0 2.08333vw 2.08333vw; }
    .solutions__business__leftside {
      padding-top: 2.43056vw;
      width: 19.09722vw; }
      .solutions__business__leftside h2 {
        margin-bottom: 2.08333vw; }
        @media (min-width: 1920px) {
          .solutions__business__leftside h2 {
            margin-bottom: 40px; } }
        @media (max-width: 1024px) {
          .solutions__business__leftside h2 {
            margin-bottom: 9.33333vmin;
            font-size: 8vmin;
            line-height: 9.33333vmin; } }
      .solutions__business__leftside p {
        margin: 0 0 1.04167vw;
        font-size: 0.90278vw;
        line-height: 1.25vw;
        color: #7dd1de; }
        @media (min-width: 1920px) {
          .solutions__business__leftside p {
            margin: 0 0 20px;
            font-size: 17.33333px;
            line-height: 24px; } }
        @media (max-width: 1024px) {
          .solutions__business__leftside p {
            margin: 0 0 13.33333px;
            font-size: 16px;
            line-height: 21.33333px; } }
      @media (min-width: 1920px) {
        .solutions__business__leftside {
          padding-top: 46.66667px;
          width: 366.66667px; } }
      @media (max-width: 1024px) {
        .solutions__business__leftside {
          padding: 0 5.33333vmin;
          width: 100%; } }
    .solutions__business__slider {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      margin-left: 2.77778vw; }
      @media (min-width: 1920px) {
        .solutions__business__slider {
          margin-left: 53.33333px; } }
      @media (max-width: 1024px) {
        .solutions__business__slider {
          position: relative;
          -webkit-box-orient: vertical;
          -webkit-box-direction: reverse;
          -webkit-flex-direction: column-reverse;
             -moz-box-orient: vertical;
             -moz-box-direction: reverse;
              -ms-flex-direction: column-reverse;
                  flex-direction: column-reverse;
          margin-top: 10.66667vmin;
          margin-left: 0; }
          .solutions__business__slider::before {
            content: "";
            position: absolute;
            -webkit-border-radius: 8.8vmin;
               -moz-border-radius: 8.8vmin;
                    border-radius: 8.8vmin;
            width: 100%;
            height: 100%;
            background: #003239; } }
    .solutions__business__slides {
      position: relative;
      z-index: 2;
      width: 28.125vw; }
      @media (min-width: 1920px) {
        .solutions__business__slides {
          width: 540px; } }
      @media (max-width: 1024px) {
        .solutions__business__slides {
          width: 100%; } }
    .solutions__business__slide {
      position: absolute;
      left: 0;
      top: 0;
      display: none;
      padding: 0 2.84722vw 2.29167vw; }
      .solutions__business__slide::before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 2.43056vw;
        bottom: 0;
        z-index: 1;
        -webkit-border-radius: 2.29167vw;
           -moz-border-radius: 2.29167vw;
                border-radius: 2.29167vw;
        background: #00414a; }
        @media (min-width: 1920px) {
          .solutions__business__slide::before {
            top: 9.33333vmin;
            -webkit-border-radius: 44px;
               -moz-border-radius: 44px;
                    border-radius: 44px; } }
        @media (max-width: 1024px) {
          .solutions__business__slide::before {
            top: 0;
            -webkit-border-radius: 8.8vmin;
               -moz-border-radius: 8.8vmin;
                    border-radius: 8.8vmin; } }
      .solutions__business__slide__image {
        position: relative;
        z-index: 2; }
        .solutions__business__slide__image img {
          display: block;
          width: 100%;
          height: auto; }
        @media (max-width: 1024px) {
          .solutions__business__slide__image {
            margin: 0 auto;
            width: 71.2vmin; } }
      .solutions__business__slide__textblock {
        position: relative;
        z-index: 2; }
        .solutions__business__slide__textblock h5 {
          margin: 0;
          font-weight: 600;
          font-size: 1.73611vw;
          line-height: 2.01389vw;
          color: #fff; }
          @media (min-width: 1920px) {
            .solutions__business__slide__textblock h5 {
              font-size: 33.33333px;
              line-height: 38.66667px; } }
          @media (max-width: 1024px) {
            .solutions__business__slide__textblock h5 {
              font-size: 6.66667vmin;
              line-height: 7.73333vmin; } }
        .solutions__business__slide__textblock p {
          margin: 0.90278vw 0 0;
          font-size: 0.90278vw;
          line-height: 1.25vw;
          color: #79cedb; }
          @media (min-width: 1920px) {
            .solutions__business__slide__textblock p {
              margin: 17.33333px 0 0;
              font-size: 17.33333px;
              line-height: 24px; } }
          @media (max-width: 1024px) {
            .solutions__business__slide__textblock p {
              margin: 3.46667vmin 0 0;
              font-size: 3.46667vmin;
              line-height: 4.8vmin; } }
      .solutions__business__slide:first-child {
        display: block; }
      @media (min-width: 1920px) {
        .solutions__business__slide {
          padding: 0 54.66667px 44px; } }
      @media (max-width: 1024px) {
        .solutions__business__slide {
          position: relative;
          padding: 5.6vmin 7.2vmin 6.13333vmin; } }
    .solutions__business__tabs {
      padding-top: 3.47222vw;
      width: 18.95833vw; }
      @media (min-width: 1920px) {
        .solutions__business__tabs {
          padding-top: 66.66667px;
          width: 364px; } }
      @media (max-width: 1024px) {
        .solutions__business__tabs {
          display: -webkit-box;
          display: -webkit-flex;
          display: -moz-box;
          display: -ms-flexbox;
          display: flex;
          overflow-x: auto;
          padding: 5.33333vmin 5.86667vmin 4.53333vmin;
          width: 100%; } }
  @media (max-width: 1024px) and (orientation: landscape) {
    .solutions__business__tabs {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
    .solutions__business__tab {
      position: relative;
      z-index: 1;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 0.55556vw 0 0.55556vw 2.29167vw;
      color: #005864;
      -webkit-transition: color 0.3s;
      -o-transition: color 0.3s;
      -moz-transition: color 0.3s;
      transition: color 0.3s;
      cursor: pointer; }
      .solutions__business__tab::before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 1px;
        background-color: #4bdef4;
        opacity: 0;
        -webkit-transition: opacity 0.3s;
        -o-transition: opacity 0.3s;
        -moz-transition: opacity 0.3s;
        transition: opacity 0.3s; }
        @media (max-width: 1024px) {
          .solutions__business__tab::before {
            display: none; } }
      .solutions__business__tab div {
        padding-right: 0.69444vw;
        width: 5.27778vw;
        font-weight: 600;
        font-size: 1.59722vw;
        line-height: 1.80556vw; }
        @media (min-width: 1920px) {
          .solutions__business__tab div {
            padding-right: 13.33333px;
            width: 101.33333px;
            font-size: 30.66667px;
            line-height: 34.66667px; } }
        @media (max-width: 1024px) {
          .solutions__business__tab div {
            padding: 0 1.2vmin 1.33333vmin;
            width: auto;
            font-size: 4.53333vmin;
            line-height: 6.93333vmin;
            white-space: nowrap; }
            .solutions__business__tab div::before {
              content: "";
              position: absolute;
              left: 0;
              bottom: 0;
              width: 100%;
              height: 3px;
              background-color: #fff;
              opacity: 0;
              -webkit-transition: opacity 0.3s;
              -o-transition: opacity 0.3s;
              -moz-transition: opacity 0.3s;
              transition: opacity 0.3s; } }
      .solutions__business__tab span {
        width: -webkit-calc(100% - 76 / 1440 * 100vw);
        width: -moz-calc(100% - 76 / 1440 * 100vw);
        width: calc(100% - 76 / 1440 * 100vw);
        font-weight: 600;
        font-size: 0.97222vw;
        line-height: 1; }
        @media (min-width: 1920px) {
          .solutions__business__tab span {
            width: -webkit-calc(100% - 76 / 1440 * 1920px);
            width: -moz-calc(100% - 76 / 1440 * 1920px);
            width: calc(100% - 76 / 1440 * 1920px);
            font-weight: 600;
            font-size: 18.66667px; } }
        @media (max-width: 1024px) {
          .solutions__business__tab span {
            display: none; } }
      .solutions__business__tab.is-active {
        color: #fff;
        pointer-events: none; }
        @media (min-width: 1025px) {
          .solutions__business__tab.is-active::before {
            opacity: 1; } }
        @media (max-width: 1024px) {
          .solutions__business__tab.is-active div {
            position: relative; }
            .solutions__business__tab.is-active div::before {
              opacity: 1; } }
      @media (min-width: 1920px) {
        .solutions__business__tab {
          padding: 10.66667px 0 10.66667px 2.29167vw; } }
      @media (min-width: 1025px) {
        .solutions__business__tab:hover {
          color: #fff; }
          .solutions__business__tab:hover::before {
            opacity: 1; } }
      @media (max-width: 1024px) {
        .solutions__business__tab {
          padding: 0; }
          .solutions__business__tab:last-child {
            padding-right: 5.86667vmin; } }
    @media (min-width: 1920px) {
      .solutions__business {
        margin-top: 53.33333px;
        padding: 0 40px 40px; } }
    @media (max-width: 1024px) {
      .solutions__business {
        display: block;
        margin-top: 9.33333vmin;
        padding: 0; } }
  @media (min-width: 1920px) {
    .solutions {
      margin: 53.33333px auto 0;
      padding-bottom: 82.66667px;
      width: 1333.33333px; } }
  @media (max-width: 1024px) {
    .solutions {
      margin: 4vmin auto 0;
      padding-bottom: 5.33333vmin;
      width: 100%; } }

.about {
  padding: 3.05556vw 0; }
  .about__container {
    margin: 0 auto;
    width: 69.44444vw; }
    @media (min-width: 1920px) {
      .about__container {
        width: 1333.33333px; } }
    @media (max-width: 1024px) {
      .about__container {
        width: 100%; } }
  .about__topside {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .about__topside h2 {
      margin: 0;
      border-right: 1px solid #7dd1de;
      padding-right: 2.5vw;
      height: 3.75vw;
      font-weight: 400;
      font-size: 2.77778vw;
      line-height: 3.75vw;
      color: #fff; }
      @media (min-width: 1920px) {
        .about__topside h2 {
          padding-right: 48px;
          height: 72px;
          font-size: 53.33333px;
          line-height: 72px; } }
      @media (max-width: 1024px) {
        .about__topside h2 {
          border: none;
          padding-right: 0;
          height: auto;
          font-size: 8vmin;
          line-height: 9.33333vmin;
          text-align: center; } }
    .about__topside h4 {
      margin: 0;
      padding-left: 2.43056vw;
      max-width: 23.26389vw;
      font-weight: 400;
      font-size: 1.73611vw;
      line-height: 1.875vw;
      color: #fff; }
      @media (min-width: 1920px) {
        .about__topside h4 {
          padding-left: 46.66667px;
          max-width: 446.66667px;
          font-size: 33.33333px;
          line-height: 36px; } }
      @media (max-width: 1024px) {
        .about__topside h4 {
          margin-top: 3.73333vmin;
          padding-left: 0;
          max-width: 100%;
          font-size: 6.66667vmin;
          line-height: 9.06667vmin; } }
    .about__topside p {
      margin: 0;
      margin-left: 2.08333vw;
      max-width: 29.51389vw;
      font-size: 1.04167vw;
      line-height: 1.38889vw;
      color: #7dd1de; }
      @media (min-width: 1920px) {
        .about__topside p {
          margin-left: 40px;
          max-width: 566.66667px;
          font-size: 20px;
          line-height: 26.66667px; } }
      @media (max-width: 1024px) {
        .about__topside p {
          margin-top: 5.33333vmin;
          margin-left: 0;
          max-width: 100%;
          font-size: 3.46667vmin;
          line-height: 4.8vmin; } }
    @media (max-width: 1024px) {
      .about__topside {
        display: block; } }
  .about__bottomside {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 4.58333vw; }
    @media (min-width: 1920px) {
      .about__bottomside {
        margin-top: 88px; } }
    @media (max-width: 1024px) {
      .about__bottomside {
        display: block;
        margin-top: 8vmin; } }
  .about__textblock {
    width: 20.13889vw; }
    .about__textblock p {
      margin: 0 0 1.38889vw;
      font-size: 0.90278vw;
      line-height: 1.25vw;
      color: #7dd1de; }
      .about__textblock p:last-child {
        margin-bottom: 0; }
      @media (min-width: 1920px) {
        .about__textblock p {
          margin: 0 0 26.66667px;
          font-size: 17.33333px;
          line-height: 24px; }
          .about__textblock p:last-child {
            margin-bottom: 0; } }
      @media (max-width: 1024px) {
        .about__textblock p {
          margin: 0 0 4vmin;
          font-size: 3.46667vmin;
          line-height: 4.8vmin; }
          .about__textblock p:last-child {
            margin-bottom: 0; } }
    @media (min-width: 1920px) {
      .about__textblock {
        width: 386.66667px; } }
    @media (max-width: 1024px) {
      .about__textblock {
        width: 100%; } }
  .about__items {
    margin-left: 4.58333vw;
    width: 34.72222vw; }
    @media (min-width: 1920px) {
      .about__items {
        margin-left: 88px;
        width: 666.66667px; } }
    @media (max-width: 1024px) {
      .about__items {
        margin: 0 auto;
        width: 426.66667px; } }
  .about__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 2.08333vw; }
    .about__item img {
      display: block;
      margin-right: 2.36111vw;
      width: 4.23611vw;
      height: auto; }
      @media (min-width: 1920px) {
        .about__item img {
          margin-right: 45.33333px;
          width: 81.33333px; } }
      @media (max-width: 1024px) {
        .about__item img {
          margin-right: 8vmin;
          width: 14.13333vmin; } }
    .about__item span {
      font-size: 1.66667vw;
      color: #fff; }
      @media (min-width: 1920px) {
        .about__item span {
          font-size: 32px; } }
      @media (max-width: 1024px) {
        .about__item span {
          width: 63.2vmin;
          font-size: 5.33333vmin;
          line-height: 6.4vmin; } }
    .about__item:first-child {
      margin-top: 0; }
      @media (max-width: 1024px) {
        .about__item:first-child {
          margin-top: 10.66667vmin; } }
    @media (min-width: 1920px) {
      .about__item {
        margin-top: 40px; }
        .about__item:first-child {
          margin-top: 0; } }
    @media (max-width: 1024px) {
      .about__item {
        margin-top: 10.66667vmin; } }
  @media (min-width: 1025px) {
    .about {
      background: #00414a; } }
  @media (min-width: 1920px) {
    .about {
      padding: 58.66667px 0; } }
  @media (max-width: 1024px) {
    .about {
      padding: 6.66667vmin 7.2vmin 10.66667vmin; } }

.activity {
  margin: 0 auto;
  padding: 2.77778vw 0 3.47222vw;
  width: 69.44444vw; }
  .activity h2 {
    margin: 0 0 2.08333vw;
    font-weight: 400;
    font-size: 2.77778vw;
    line-height: 3.75vw;
    color: #358592; }
    @media (min-width: 1920px) {
      .activity h2 {
        margin: 0 0 40px;
        font-size: 53.33333px;
        line-height: 72px; } }
    @media (max-width: 1024px) {
      .activity h2 {
        margin: 0 0 5.06667vmin;
        font-size: 8vmin;
        line-height: 10.93333vmin;
        text-align: center; } }
  .activity__items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (max-width: 1024px) {
      .activity__items {
        display: block;
        padding: 0 5.33333vmin; } }
  .activity__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 1.73611vw;
    width: 32.5vw; }
    .activity__item img {
      display: block;
      width: 3.68056vw;
      height: 3.68056vw; }
      @media (min-width: 1920px) {
        .activity__item img {
          width: 70.66667px;
          height: 70.66667px; } }
      @media (max-width: 1024px) {
        .activity__item img {
          width: 14.13333vmin;
          height: 14.13333vmin; } }
    .activity__item__textblock {
      padding-top: 0.55556vw;
      width: 27.77778vw; }
      .activity__item__textblock h5 {
        margin: 0;
        font-weight: 600;
        font-size: 1.38889vw;
        line-height: 1.875vw;
        letter-spacing: -0.01em;
        color: #005864; }
        @media (min-width: 1920px) {
          .activity__item__textblock h5 {
            font-size: 26.66667px;
            line-height: 36px; } }
        @media (max-width: 1024px) {
          .activity__item__textblock h5 {
            font-size: 5.33333vmin;
            line-height: 7.2vmin; } }
      .activity__item__textblock p {
        margin-top: 0.69444vw;
        margin-bottom: 0;
        font-size: 1.00694vw;
        line-height: 1.31944vw;
        color: #5aa2ad; }
        @media (min-width: 1920px) {
          .activity__item__textblock p {
            margin-top: 13.33333px;
            font-size: 19.33333px;
            line-height: 25.33333px; } }
        @media (max-width: 1024px) {
          .activity__item__textblock p {
            margin-top: 1.33333vmin;
            font-size: 3.86667vmin;
            line-height: 5.06667vmin; } }
      @media (min-width: 1920px) {
        .activity__item__textblock {
          padding-top: 10.66667px;
          width: 533.33333px; } }
      @media (max-width: 1024px) {
        .activity__item__textblock {
          width: -webkit-calc(100% - 68 / 375 * 100vmin);
          width: -moz-calc(100% - 68 / 375 * 100vmin);
          width: calc(100% - 68 / 375 * 100vmin); } }
    @media (min-width: 1920px) {
      .activity__item {
        margin-bottom: 33.33333px;
        width: 624px; } }
    @media (max-width: 1024px) {
      .activity__item {
        margin-bottom: 6.66667vmin;
        width: 100%; } }
  @media (min-width: 1920px) {
    .activity {
      padding: 53.33333px 0 66.66667px;
      width: 1333.33333px; } }
  @media (max-width: 1024px) {
    .activity {
      padding: 6.66667vmin 0 8vmin;
      width: 100%;
      background-color: #fff; } }

.vendors {
  background: #00414a; }
  .vendors__container {
    margin: 0 auto;
    padding: 2.08333vw 0 3.47222vw;
    width: 69.44444vw; }
    @media (min-width: 1920px) {
      .vendors__container {
        padding: 40px 0 66.66667px;
        width: 1333.33333px; } }
    @media (max-width: 1024px) {
      .vendors__container {
        padding: 6.66667vmin 0 11.46667vmin;
        width: 81.33333vmin; } }
  .vendors h2 {
    margin: 0;
    font-weight: 400;
    font-size: 2.77778vw;
    line-height: 3.75vw;
    color: #fff; }
    @media (min-width: 1920px) {
      .vendors h2 {
        font-size: 53.33333px;
        line-height: 72px; } }
    @media (max-width: 1024px) {
      .vendors h2 {
        font-size: 8vmin;
        line-height: 9.33333vmin;
        text-align: center; } }
  .vendors__items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 1.38889vw -1.38889vw 0; }
    .vendors__items img {
      margin: 1.25vw 1.38889vw;
      max-width: 10.41667vw;
      max-height: 6.31944vw; }
      @media (min-width: 1920px) {
        .vendors__items img {
          margin: 24px 26.66667px;
          max-width: 200px;
          max-height: 121.33333px; } }
      @media (max-width: 1024px) {
        .vendors__items img {
          margin: 0;
          max-width: 100%;
          max-height: 24vmin; } }
    @media (max-width: 1024px) {
      .vendors__items div {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin: 10.66667vmin 0 0;
        padding: 0 2.66667vmin;
        width: 50%; } }
    @media (min-width: 1920px) {
      .vendors__items {
        margin-top: 26.66667px; } }
    @media (max-width: 1024px) {
      .vendors__items {
        margin: 0; } }

.contacts {
  background-color: #012a30; }
  .contacts__container {
    margin: 0 auto;
    padding: 2.77778vw 0;
    width: 69.44444vw; }
    @media (min-width: 1920px) {
      .contacts__container {
        padding: 53.33333px 0;
        width: 1333.33333px; } }
    @media (max-width: 1024px) {
      .contacts__container {
        padding: 9.33333vmin 0 0;
        width: 100%; } }
  .contacts h2 {
    margin: 0;
    font-weight: 400;
    font-size: 2.77778vw;
    line-height: 3.75vw;
    color: #fff; }
    @media (min-width: 1920px) {
      .contacts h2 {
        font-size: 53.33333px;
        line-height: 72px; } }
    @media (max-width: 1024px) {
      .contacts h2 {
        font-size: 10.66667vmin;
        line-height: 14.4vmin;
        text-align: center; } }
  .contacts .copy {
    font-size: 0.83333vw;
    line-height: 1.11111vw;
    color: #1c6773; }
    .contacts .copy a {
      text-decoration: none;
      color: #1c6773;
      -webkit-transition: color 0.3s;
      -o-transition: color 0.3s;
      -moz-transition: color 0.3s;
      transition: color 0.3s; }
      @media (min-width: 1025px) {
        .contacts .copy a:hover {
          color: #fff; } }
    @media (min-width: 1920px) {
      .contacts .copy {
        font-size: 16px;
        line-height: 21.33333px; } }
    @media (max-width: 1024px) {
      .contacts .copy {
        margin: 6.66667vmin auto 0;
        width: 88.26667vmin;
        font-size: 3.2vmin;
        line-height: 4.26667vmin; } }
  @media (min-width: 1025px) {
    .contacts__content {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
         -moz-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  .contacts__leftside {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 34.72222vw; }
    @media (min-width: 1920px) {
      .contacts__leftside {
        width: 666.66667px; } }
    @media (max-width: 1024px) {
      .contacts__leftside {
        margin: 5.33333vmin auto 0;
        width: 88.26667vmin; } }
  .contacts__rightside {
    width: 31.45833vw; }
    @media (min-width: 1920px) {
      .contacts__rightside {
        width: 604px; } }
    @media (max-width: 1024px) {
      .contacts__rightside {
        margin: 4.26667vmin auto 0;
        width: 88.26667vmin; } }
  .contacts__topside {
    margin-top: 1.80556vw; }
    .contacts__topside a,
    .contacts__topside div {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 0.97222vw;
      font-size: 1.04167vw;
      line-height: 1.38889vw;
      color: #fff; }
      .contacts__topside a svg,
      .contacts__topside div svg {
        display: block;
        margin-right: 0.55556vw;
        width: 1.52778vw;
        height: 1.52778vw; }
        @media (min-width: 1920px) {
          .contacts__topside a svg,
          .contacts__topside div svg {
            margin-right: 10.66667px;
            width: 29.33333px;
            height: 29.33333px; } }
        @media (max-width: 1024px) {
          .contacts__topside a svg,
          .contacts__topside div svg {
            margin-right: 2.13333vmin;
            width: 5.86667vmin;
            height: 5.86667vmin; } }
      @media (max-width: 1024px) {
        .contacts__topside a span,
        .contacts__topside div span {
          width: -webkit-calc(100% - 30 / 375 * 100vmin);
          width: -moz-calc(100% - 30 / 375 * 100vmin);
          width: calc(100% - 30 / 375 * 100vmin); } }
      @media (min-width: 1920px) {
        .contacts__topside a,
        .contacts__topside div {
          margin-bottom: 18.66667px;
          font-size: 20px;
          line-height: 26.66667px; } }
      @media (max-width: 1024px) {
        .contacts__topside a,
        .contacts__topside div {
          margin-bottom: 3.73333vmin;
          font-size: 4vmin;
          line-height: 5.33333vmin; } }
    .contacts__topside a {
      text-decoration: none; }
      @media (min-width: 1025px) {
        .contacts__topside a:hover {
          text-decoration: underline; } }
    @media (min-width: 1920px) {
      .contacts__topside {
        margin-top: 34.66667px; } }
  .contacts .form input {
    display: block;
    margin-bottom: 0.48611vw;
    border: 1px solid #044750;
    padding-left: 1.04167vw;
    width: 100%;
    height: 2.77778vw;
    font-size: 1.04167vw;
    line-height: 1.38889vw;
    color: #017888;
    background: none; }
    .contacts .form input::-webkit-input-placeholder {
      font-size: 1.04167vw;
      line-height: 1.38889vw;
      color: #017888; }
    .contacts .form input:-moz-placeholder {
      font-size: 1.04167vw;
      line-height: 1.38889vw;
      color: #017888; }
    .contacts .form input::-moz-placeholder {
      font-size: 1.04167vw;
      line-height: 1.38889vw;
      color: #017888; }
    .contacts .form input:-ms-input-placeholder {
      font-size: 1.04167vw;
      line-height: 1.38889vw;
      color: #017888; }
    .contacts .form input::-ms-input-placeholder {
      font-size: 1.04167vw;
      line-height: 1.38889vw;
      color: #017888; }
    .contacts .form input::placeholder {
      font-size: 1.04167vw;
      line-height: 1.38889vw;
      color: #017888; }
      @media (min-width: 1920px) {
        .contacts .form input::-webkit-input-placeholder {
          font-size: 20px;
          line-height: 26.66667px; }
        .contacts .form input:-moz-placeholder {
          font-size: 20px;
          line-height: 26.66667px; }
        .contacts .form input::-moz-placeholder {
          font-size: 20px;
          line-height: 26.66667px; }
        .contacts .form input:-ms-input-placeholder {
          font-size: 20px;
          line-height: 26.66667px; }
        .contacts .form input::-ms-input-placeholder {
          font-size: 20px;
          line-height: 26.66667px; }
        .contacts .form input::placeholder {
          font-size: 20px;
          line-height: 26.66667px; } }
      @media (max-width: 1024px) {
        .contacts .form input::-webkit-input-placeholder {
          font-size: 4vmin;
          line-height: 5.33333vmin; }
        .contacts .form input:-moz-placeholder {
          font-size: 4vmin;
          line-height: 5.33333vmin; }
        .contacts .form input::-moz-placeholder {
          font-size: 4vmin;
          line-height: 5.33333vmin; }
        .contacts .form input:-ms-input-placeholder {
          font-size: 4vmin;
          line-height: 5.33333vmin; }
        .contacts .form input::-ms-input-placeholder {
          font-size: 4vmin;
          line-height: 5.33333vmin; }
        .contacts .form input::placeholder {
          font-size: 4vmin;
          line-height: 5.33333vmin; } }
    @media (min-width: 1920px) {
      .contacts .form input {
        margin-bottom: 9.33333px;
        padding-left: 20px;
        height: 53.33333px;
        font-size: 20px;
        line-height: 26.66667px; } }
    @media (max-width: 1024px) {
      .contacts .form input {
        margin-bottom: 1.86667vmin;
        padding-left: 4vmin;
        height: 10.66667vmin;
        font-size: 4vmin;
        line-height: 5.33333vmin; } }
  .contacts .form textarea {
    display: block;
    margin-bottom: 0.76389vw;
    border: 1px solid #044750;
    padding-top: 0.55556vw;
    padding-left: 1.04167vw;
    width: 100%;
    height: 5.83333vw;
    font-size: 1.04167vw;
    line-height: 1.38889vw;
    color: #017888;
    background: none;
    resize: none; }
    .contacts .form textarea::-webkit-input-placeholder {
      font-size: 1.04167vw;
      line-height: 1.38889vw;
      color: #017888; }
    .contacts .form textarea:-moz-placeholder {
      font-size: 1.04167vw;
      line-height: 1.38889vw;
      color: #017888; }
    .contacts .form textarea::-moz-placeholder {
      font-size: 1.04167vw;
      line-height: 1.38889vw;
      color: #017888; }
    .contacts .form textarea:-ms-input-placeholder {
      font-size: 1.04167vw;
      line-height: 1.38889vw;
      color: #017888; }
    .contacts .form textarea::-ms-input-placeholder {
      font-size: 1.04167vw;
      line-height: 1.38889vw;
      color: #017888; }
    .contacts .form textarea::placeholder {
      font-size: 1.04167vw;
      line-height: 1.38889vw;
      color: #017888; }
      @media (min-width: 1920px) {
        .contacts .form textarea::-webkit-input-placeholder {
          font-size: 20px;
          line-height: 26.66667px; }
        .contacts .form textarea:-moz-placeholder {
          font-size: 20px;
          line-height: 26.66667px; }
        .contacts .form textarea::-moz-placeholder {
          font-size: 20px;
          line-height: 26.66667px; }
        .contacts .form textarea:-ms-input-placeholder {
          font-size: 20px;
          line-height: 26.66667px; }
        .contacts .form textarea::-ms-input-placeholder {
          font-size: 20px;
          line-height: 26.66667px; }
        .contacts .form textarea::placeholder {
          font-size: 20px;
          line-height: 26.66667px; } }
      @media (max-width: 1024px) {
        .contacts .form textarea::-webkit-input-placeholder {
          font-size: 4vmin;
          line-height: 5.33333vmin; }
        .contacts .form textarea:-moz-placeholder {
          font-size: 4vmin;
          line-height: 5.33333vmin; }
        .contacts .form textarea::-moz-placeholder {
          font-size: 4vmin;
          line-height: 5.33333vmin; }
        .contacts .form textarea:-ms-input-placeholder {
          font-size: 4vmin;
          line-height: 5.33333vmin; }
        .contacts .form textarea::-ms-input-placeholder {
          font-size: 4vmin;
          line-height: 5.33333vmin; }
        .contacts .form textarea::placeholder {
          font-size: 4vmin;
          line-height: 5.33333vmin; } }
    @media (min-width: 1920px) {
      .contacts .form textarea {
        margin-bottom: 14.66667px;
        padding-top: 10.66667px;
        padding-left: 20px;
        height: 112px;
        font-size: 20px;
        line-height: 26.66667px; } }
    @media (max-width: 1024px) {
      .contacts .form textarea {
        margin-bottom: 2.93333vmin;
        padding-top: 2.13333vmin;
        padding-left: 4vmin;
        height: 22.4vmin;
        font-size: 4vmin;
        line-height: 5.33333vmin; } }
  .contacts .form button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 0.55556vw;
    border: 2px solid #47e7ff;
    -webkit-border-radius: 1.59722vw;
       -moz-border-radius: 1.59722vw;
            border-radius: 1.59722vw;
    width: 11.80556vw;
    height: 2.91667vw;
    font-weight: 500;
    font-size: 1.38889vw;
    line-height: 1.875vw;
    color: #47e7ff;
    background-color: #012a30;
    -webkit-transition: color 0.3s, background-color 0.3s;
    -o-transition: color 0.3s, background-color 0.3s;
    -moz-transition: color 0.3s, background-color 0.3s;
    transition: color 0.3s, background-color 0.3s;
    cursor: pointer; }
    @media (min-width: 1920px) {
      .contacts .form button {
        margin-bottom: 10.66667px;
        -webkit-border-radius: 30.66667px;
           -moz-border-radius: 30.66667px;
                border-radius: 30.66667px;
        width: 226.66667px;
        height: 56px;
        font-size: 26.66667px;
        line-height: 36px; } }
    @media (max-width: 1024px) {
      .contacts .form button {
        margin-bottom: 2.13333vmin;
        -webkit-border-radius: 6.13333vmin;
           -moz-border-radius: 6.13333vmin;
                border-radius: 6.13333vmin;
        width: 45.33333vmin;
        height: 11.2vmin;
        font-size: 5.33333vmin;
        line-height: 7.2vmin; } }
    @media (min-width: 1025px) {
      .contacts .form button:hover {
        color: #012a30;
        background-color: #47e7ff; } }
  @media (min-width: 1025px) {
    .contacts .form__items {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
         -moz-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .contacts .form__items input {
        width: -webkit-calc(50% - 4 / 1440 * 100vw);
        width: -moz-calc(50% - 4 / 1440 * 100vw);
        width: calc(50% - 4 / 1440 * 100vw); } }
    @media (min-width: 1025px) and (min-width: 1920px) {
      .contacts .form__items input {
        width: -webkit-calc(50% - 4 / 1440 * 1920px);
        width: -moz-calc(50% - 4 / 1440 * 1920px);
        width: calc(50% - 4 / 1440 * 1920px); } }
  @media (max-width: 1024px) {
    .contacts {
      padding-bottom: 8vmin; } }

/*# sourceMappingURL=main.css.map */
