@import url("https://fonts.googleapis.com/css2?family=Rajdhani:wght@400;500;700&display=swap");
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
       ========================================================================== */
/**
     * 1. Correct the line height in all browsers.
     * 2. Prevent adjustments of font size after orientation changes in
     *    IE on Windows Phone and in iOS.
     */
html {
  /* Change the default font family in all browsers (opinionated). */
  font-family: "Rajdhani";
  font-size: 112.5%;
  line-height: 1.38889em;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/**
     * Add the correct display in IE 9-.
     */
article,
aside,
footer,
header,
nav,
section {
  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;
  line-height: 1.38889em;
  /* Set 1 unit of vertical rhythm on the top and bottom margins. */
  margin: 0.69444em 0; }

h2 {
  font-size: 1.5em;
  line-height: 1.85185em;
  margin: 0.92593em 0; }

h3 {
  font-size: 1.17em;
  line-height: 2.37417em;
  margin: 1.18708em 0; }

h4 {
  font-size: 1em;
  line-height: 1.38889em;
  margin: 1.38889em 0; }

h5 {
  font-size: 0.83em;
  line-height: 1.67336em;
  margin: 1.67336em 0; }

h6 {
  font-size: 0.67em;
  line-height: 2.07297em;
  margin: 2.07297em 0; }

/* Grouping content
       ========================================================================== */
/**
       * Set 1 unit of vertical rhythm on the top and bottom margin.
       */
blockquote {
  margin: 1.38889em 0px; }

dl,
ol,
ul {
  margin: 1.38889em 0; }

/**
       * Turn off margins on nested lists.
       */
ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0; }

dd {
  margin: 0 0 0 0px; }

ol,
ul {
  padding: 0 0 0 0px; }

/**
     * Add the correct display in IE 9-.
     */
figcaption,
figure {
  display: block; }

/**
     * Add the correct margin in IE 8.
     */
figure {
  margin: 1.38889em 0px; }

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

/**
     * Add the correct display in IE.
     */
main {
  display: block; }

/**
       * Set 1 unit of vertical rhythm on the top and bottom margin.
       */
p,
pre {
  margin: 1.38889em 0; }

/**
     * 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 */ }

/* Links
       ========================================================================== */
/**
     * 1. Remove the gray background on active links in IE 10.
     * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
     */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/* Text-level semantics
       ========================================================================== */
/**
     * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
     * 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;
          text-decoration: underline dotted;
  /* 2 */ }

/**
     * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
     */
b,
strong {
  font-weight: inherit; }

/**
     * 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 style in Android 4.3-.
     */
dfn {
  font-style: italic; }

/**
     * Add the correct background and color in IE 9-.
     */
mark {
  background-color: #ff0;
  color: #000; }

/**
     * 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
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
audio,
video {
  display: inline-block; }

/**
     * Add the correct display in iOS 4-7.
     */
audio:not([controls]) {
  display: none;
  height: 0; }

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

/**
     * Hide the overflow in IE.
     */
svg:not(:root) {
  overflow: hidden; }

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

/**
     * Show the overflow in IE.
     */
button {
  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; }

/**
     * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
     *    controls in Android 4.
     * 2. Correct the inability to style clickable types in iOS and Safari.
     */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  /**
       * Remove the inner border and padding in Firefox.
       */
  /**
       * Restore the focus styles unset by the previous rule.
       */ }
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0; }
  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText; }

/**
     * Show the overflow in Edge.
     */
input {
  overflow: visible; }

/**
     * 1. Add the correct box sizing in IE 10-.
     * 2. Remove the padding in IE 10-.
     */
[type="checkbox"],
[type="radio"] {
  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 and cancel buttons in Chrome and Safari on macOS.
       */ }
  [type="search"]::-webkit-search-cancel-button, [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 */ }

/**
     * 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 {
  box-sizing: border-box;
  /* 1 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  white-space: normal;
  /* 1 */ }

/**
     * 1. Add the correct display in IE 9-.
     * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
     */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

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

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

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

/*
     * Add the correct display in IE 9-.
     */
menu {
  display: block;
  /*
         * 1. Set 1 unit of vertical rhythm on the top and bottom margin.
         * 2. Set consistent space for the list style image.
         */
  margin: 1.38889em 0;
  /* 1 */
  padding: 0 0 0 0px;
  /* 2 */
  /**
         * Turn off margins on nested lists.
         */ }
  menu menu,
  ol menu,
  ul menu {
    margin: 0; }

/* Scripting
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
canvas {
  display: inline-block; }

/**
     * Add the correct display in IE.
     */
template {
  display: none; }

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

@media (max-width: 1600px) {
  html {
    font-size: 16px; } }

*, *:before, *:after {
  box-sizing: border-box; }

body {
  color: #566588;
  font-weight: 500;
  margin: 0 auto;
  width: 100%; }

a {
  color: inherit;
  text-decoration: none; }

body, html {
  overflow-x: hidden; }

.container {
  padding: 0 15px;
  margin: 0 auto;
  width: 100%;
  max-width: 1230px; }
  @media (max-width: 1300px) {
    .container {
      max-width: 1100px !important; } }
  .container--large {
    max-width: 1664px; }

.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative; }

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  touch-action: manipulation;
  -moz-backface-visibility: hidden; }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
  display: block; }

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none; }

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block; }

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

.owl-carousel .animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.owl-height {
  transition: height .5s ease-in-out; }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity .4s ease; }

.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0; }

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d; }

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform .1s ease; }

.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity .4s ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

[data-aos][data-aos][data-aos-duration="50"], body[data-aos-duration="50"] [data-aos] {
  transition-duration: 50ms; }

[data-aos][data-aos][data-aos-delay="50"], body[data-aos-delay="50"] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="50"].aos-animate, body[data-aos-delay="50"] [data-aos].aos-animate {
  transition-delay: 50ms; }

[data-aos][data-aos][data-aos-duration="100"], body[data-aos-duration="100"] [data-aos] {
  transition-duration: .1s; }

[data-aos][data-aos][data-aos-delay="100"], body[data-aos-delay="100"] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="100"].aos-animate, body[data-aos-delay="100"] [data-aos].aos-animate {
  transition-delay: .1s; }

[data-aos][data-aos][data-aos-duration="150"], body[data-aos-duration="150"] [data-aos] {
  transition-duration: .15s; }

[data-aos][data-aos][data-aos-delay="150"], body[data-aos-delay="150"] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="150"].aos-animate, body[data-aos-delay="150"] [data-aos].aos-animate {
  transition-delay: .15s; }

[data-aos][data-aos][data-aos-duration="200"], body[data-aos-duration="200"] [data-aos] {
  transition-duration: .2s; }

[data-aos][data-aos][data-aos-delay="200"], body[data-aos-delay="200"] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="200"].aos-animate, body[data-aos-delay="200"] [data-aos].aos-animate {
  transition-delay: .2s; }

[data-aos][data-aos][data-aos-duration="250"], body[data-aos-duration="250"] [data-aos] {
  transition-duration: .25s; }

[data-aos][data-aos][data-aos-delay="250"], body[data-aos-delay="250"] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="250"].aos-animate, body[data-aos-delay="250"] [data-aos].aos-animate {
  transition-delay: .25s; }

[data-aos][data-aos][data-aos-duration="300"], body[data-aos-duration="300"] [data-aos] {
  transition-duration: .3s; }

[data-aos][data-aos][data-aos-delay="300"], body[data-aos-delay="300"] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="300"].aos-animate, body[data-aos-delay="300"] [data-aos].aos-animate {
  transition-delay: .3s; }

[data-aos][data-aos][data-aos-duration="350"], body[data-aos-duration="350"] [data-aos] {
  transition-duration: .35s; }

[data-aos][data-aos][data-aos-delay="350"], body[data-aos-delay="350"] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="350"].aos-animate, body[data-aos-delay="350"] [data-aos].aos-animate {
  transition-delay: .35s; }

[data-aos][data-aos][data-aos-duration="400"], body[data-aos-duration="400"] [data-aos] {
  transition-duration: .4s; }

[data-aos][data-aos][data-aos-delay="400"], body[data-aos-delay="400"] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="400"].aos-animate, body[data-aos-delay="400"] [data-aos].aos-animate {
  transition-delay: .4s; }

[data-aos][data-aos][data-aos-duration="450"], body[data-aos-duration="450"] [data-aos] {
  transition-duration: .45s; }

[data-aos][data-aos][data-aos-delay="450"], body[data-aos-delay="450"] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="450"].aos-animate, body[data-aos-delay="450"] [data-aos].aos-animate {
  transition-delay: .45s; }

[data-aos][data-aos][data-aos-duration="500"], body[data-aos-duration="500"] [data-aos] {
  transition-duration: .5s; }

[data-aos][data-aos][data-aos-delay="500"], body[data-aos-delay="500"] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="500"].aos-animate, body[data-aos-delay="500"] [data-aos].aos-animate {
  transition-delay: .5s; }

[data-aos][data-aos][data-aos-duration="550"], body[data-aos-duration="550"] [data-aos] {
  transition-duration: .55s; }

[data-aos][data-aos][data-aos-delay="550"], body[data-aos-delay="550"] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="550"].aos-animate, body[data-aos-delay="550"] [data-aos].aos-animate {
  transition-delay: .55s; }

[data-aos][data-aos][data-aos-duration="600"], body[data-aos-duration="600"] [data-aos] {
  transition-duration: .6s; }

[data-aos][data-aos][data-aos-delay="600"], body[data-aos-delay="600"] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="600"].aos-animate, body[data-aos-delay="600"] [data-aos].aos-animate {
  transition-delay: .6s; }

[data-aos][data-aos][data-aos-duration="650"], body[data-aos-duration="650"] [data-aos] {
  transition-duration: .65s; }

[data-aos][data-aos][data-aos-delay="650"], body[data-aos-delay="650"] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="650"].aos-animate, body[data-aos-delay="650"] [data-aos].aos-animate {
  transition-delay: .65s; }

[data-aos][data-aos][data-aos-duration="700"], body[data-aos-duration="700"] [data-aos] {
  transition-duration: .7s; }

[data-aos][data-aos][data-aos-delay="700"], body[data-aos-delay="700"] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="700"].aos-animate, body[data-aos-delay="700"] [data-aos].aos-animate {
  transition-delay: .7s; }

[data-aos][data-aos][data-aos-duration="750"], body[data-aos-duration="750"] [data-aos] {
  transition-duration: .75s; }

[data-aos][data-aos][data-aos-delay="750"], body[data-aos-delay="750"] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="750"].aos-animate, body[data-aos-delay="750"] [data-aos].aos-animate {
  transition-delay: .75s; }

[data-aos][data-aos][data-aos-duration="800"], body[data-aos-duration="800"] [data-aos] {
  transition-duration: .8s; }

[data-aos][data-aos][data-aos-delay="800"], body[data-aos-delay="800"] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="800"].aos-animate, body[data-aos-delay="800"] [data-aos].aos-animate {
  transition-delay: .8s; }

[data-aos][data-aos][data-aos-duration="850"], body[data-aos-duration="850"] [data-aos] {
  transition-duration: .85s; }

[data-aos][data-aos][data-aos-delay="850"], body[data-aos-delay="850"] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="850"].aos-animate, body[data-aos-delay="850"] [data-aos].aos-animate {
  transition-delay: .85s; }

[data-aos][data-aos][data-aos-duration="900"], body[data-aos-duration="900"] [data-aos] {
  transition-duration: .9s; }

[data-aos][data-aos][data-aos-delay="900"], body[data-aos-delay="900"] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="900"].aos-animate, body[data-aos-delay="900"] [data-aos].aos-animate {
  transition-delay: .9s; }

[data-aos][data-aos][data-aos-duration="950"], body[data-aos-duration="950"] [data-aos] {
  transition-duration: .95s; }

[data-aos][data-aos][data-aos-delay="950"], body[data-aos-delay="950"] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="950"].aos-animate, body[data-aos-delay="950"] [data-aos].aos-animate {
  transition-delay: .95s; }

[data-aos][data-aos][data-aos-duration="1000"], body[data-aos-duration="1000"] [data-aos] {
  transition-duration: 1s; }

[data-aos][data-aos][data-aos-delay="1000"], body[data-aos-delay="1000"] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="1000"].aos-animate, body[data-aos-delay="1000"] [data-aos].aos-animate {
  transition-delay: 1s; }

[data-aos][data-aos][data-aos-duration="1050"], body[data-aos-duration="1050"] [data-aos] {
  transition-duration: 1.05s; }

[data-aos][data-aos][data-aos-delay="1050"], body[data-aos-delay="1050"] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="1050"].aos-animate, body[data-aos-delay="1050"] [data-aos].aos-animate {
  transition-delay: 1.05s; }

[data-aos][data-aos][data-aos-duration="1100"], body[data-aos-duration="1100"] [data-aos] {
  transition-duration: 1.1s; }

[data-aos][data-aos][data-aos-delay="1100"], body[data-aos-delay="1100"] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="1100"].aos-animate, body[data-aos-delay="1100"] [data-aos].aos-animate {
  transition-delay: 1.1s; }

[data-aos][data-aos][data-aos-duration="1150"], body[data-aos-duration="1150"] [data-aos] {
  transition-duration: 1.15s; }

[data-aos][data-aos][data-aos-delay="1150"], body[data-aos-delay="1150"] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="1150"].aos-animate, body[data-aos-delay="1150"] [data-aos].aos-animate {
  transition-delay: 1.15s; }

[data-aos][data-aos][data-aos-duration="1200"], body[data-aos-duration="1200"] [data-aos] {
  transition-duration: 1.2s; }

[data-aos][data-aos][data-aos-delay="1200"], body[data-aos-delay="1200"] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="1200"].aos-animate, body[data-aos-delay="1200"] [data-aos].aos-animate {
  transition-delay: 1.2s; }

[data-aos][data-aos][data-aos-duration="1250"], body[data-aos-duration="1250"] [data-aos] {
  transition-duration: 1.25s; }

[data-aos][data-aos][data-aos-delay="1250"], body[data-aos-delay="1250"] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="1250"].aos-animate, body[data-aos-delay="1250"] [data-aos].aos-animate {
  transition-delay: 1.25s; }

[data-aos][data-aos][data-aos-duration="1300"], body[data-aos-duration="1300"] [data-aos] {
  transition-duration: 1.3s; }

[data-aos][data-aos][data-aos-delay="1300"], body[data-aos-delay="1300"] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="1300"].aos-animate, body[data-aos-delay="1300"] [data-aos].aos-animate {
  transition-delay: 1.3s; }

[data-aos][data-aos][data-aos-duration="1350"], body[data-aos-duration="1350"] [data-aos] {
  transition-duration: 1.35s; }

[data-aos][data-aos][data-aos-delay="1350"], body[data-aos-delay="1350"] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="1350"].aos-animate, body[data-aos-delay="1350"] [data-aos].aos-animate {
  transition-delay: 1.35s; }

[data-aos][data-aos][data-aos-duration="1400"], body[data-aos-duration="1400"] [data-aos] {
  transition-duration: 1.4s; }

[data-aos][data-aos][data-aos-delay="1400"], body[data-aos-delay="1400"] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="1400"].aos-animate, body[data-aos-delay="1400"] [data-aos].aos-animate {
  transition-delay: 1.4s; }

[data-aos][data-aos][data-aos-duration="1450"], body[data-aos-duration="1450"] [data-aos] {
  transition-duration: 1.45s; }

[data-aos][data-aos][data-aos-delay="1450"], body[data-aos-delay="1450"] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="1450"].aos-animate, body[data-aos-delay="1450"] [data-aos].aos-animate {
  transition-delay: 1.45s; }

[data-aos][data-aos][data-aos-duration="1500"], body[data-aos-duration="1500"] [data-aos] {
  transition-duration: 1.5s; }

[data-aos][data-aos][data-aos-delay="1500"], body[data-aos-delay="1500"] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="1500"].aos-animate, body[data-aos-delay="1500"] [data-aos].aos-animate {
  transition-delay: 1.5s; }

[data-aos][data-aos][data-aos-duration="1550"], body[data-aos-duration="1550"] [data-aos] {
  transition-duration: 1.55s; }

[data-aos][data-aos][data-aos-delay="1550"], body[data-aos-delay="1550"] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="1550"].aos-animate, body[data-aos-delay="1550"] [data-aos].aos-animate {
  transition-delay: 1.55s; }

[data-aos][data-aos][data-aos-duration="1600"], body[data-aos-duration="1600"] [data-aos] {
  transition-duration: 1.6s; }

[data-aos][data-aos][data-aos-delay="1600"], body[data-aos-delay="1600"] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="1600"].aos-animate, body[data-aos-delay="1600"] [data-aos].aos-animate {
  transition-delay: 1.6s; }

[data-aos][data-aos][data-aos-duration="1650"], body[data-aos-duration="1650"] [data-aos] {
  transition-duration: 1.65s; }

[data-aos][data-aos][data-aos-delay="1650"], body[data-aos-delay="1650"] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="1650"].aos-animate, body[data-aos-delay="1650"] [data-aos].aos-animate {
  transition-delay: 1.65s; }

[data-aos][data-aos][data-aos-duration="1700"], body[data-aos-duration="1700"] [data-aos] {
  transition-duration: 1.7s; }

[data-aos][data-aos][data-aos-delay="1700"], body[data-aos-delay="1700"] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="1700"].aos-animate, body[data-aos-delay="1700"] [data-aos].aos-animate {
  transition-delay: 1.7s; }

[data-aos][data-aos][data-aos-duration="1750"], body[data-aos-duration="1750"] [data-aos] {
  transition-duration: 1.75s; }

[data-aos][data-aos][data-aos-delay="1750"], body[data-aos-delay="1750"] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="1750"].aos-animate, body[data-aos-delay="1750"] [data-aos].aos-animate {
  transition-delay: 1.75s; }

[data-aos][data-aos][data-aos-duration="1800"], body[data-aos-duration="1800"] [data-aos] {
  transition-duration: 1.8s; }

[data-aos][data-aos][data-aos-delay="1800"], body[data-aos-delay="1800"] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="1800"].aos-animate, body[data-aos-delay="1800"] [data-aos].aos-animate {
  transition-delay: 1.8s; }

[data-aos][data-aos][data-aos-duration="1850"], body[data-aos-duration="1850"] [data-aos] {
  transition-duration: 1.85s; }

[data-aos][data-aos][data-aos-delay="1850"], body[data-aos-delay="1850"] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="1850"].aos-animate, body[data-aos-delay="1850"] [data-aos].aos-animate {
  transition-delay: 1.85s; }

[data-aos][data-aos][data-aos-duration="1900"], body[data-aos-duration="1900"] [data-aos] {
  transition-duration: 1.9s; }

[data-aos][data-aos][data-aos-delay="1900"], body[data-aos-delay="1900"] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="1900"].aos-animate, body[data-aos-delay="1900"] [data-aos].aos-animate {
  transition-delay: 1.9s; }

[data-aos][data-aos][data-aos-duration="1950"], body[data-aos-duration="1950"] [data-aos] {
  transition-duration: 1.95s; }

[data-aos][data-aos][data-aos-delay="1950"], body[data-aos-delay="1950"] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="1950"].aos-animate, body[data-aos-delay="1950"] [data-aos].aos-animate {
  transition-delay: 1.95s; }

[data-aos][data-aos][data-aos-duration="2000"], body[data-aos-duration="2000"] [data-aos] {
  transition-duration: 2s; }

[data-aos][data-aos][data-aos-delay="2000"], body[data-aos-delay="2000"] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="2000"].aos-animate, body[data-aos-delay="2000"] [data-aos].aos-animate {
  transition-delay: 2s; }

[data-aos][data-aos][data-aos-duration="2050"], body[data-aos-duration="2050"] [data-aos] {
  transition-duration: 2.05s; }

[data-aos][data-aos][data-aos-delay="2050"], body[data-aos-delay="2050"] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="2050"].aos-animate, body[data-aos-delay="2050"] [data-aos].aos-animate {
  transition-delay: 2.05s; }

[data-aos][data-aos][data-aos-duration="2100"], body[data-aos-duration="2100"] [data-aos] {
  transition-duration: 2.1s; }

[data-aos][data-aos][data-aos-delay="2100"], body[data-aos-delay="2100"] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="2100"].aos-animate, body[data-aos-delay="2100"] [data-aos].aos-animate {
  transition-delay: 2.1s; }

[data-aos][data-aos][data-aos-duration="2150"], body[data-aos-duration="2150"] [data-aos] {
  transition-duration: 2.15s; }

[data-aos][data-aos][data-aos-delay="2150"], body[data-aos-delay="2150"] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="2150"].aos-animate, body[data-aos-delay="2150"] [data-aos].aos-animate {
  transition-delay: 2.15s; }

[data-aos][data-aos][data-aos-duration="2200"], body[data-aos-duration="2200"] [data-aos] {
  transition-duration: 2.2s; }

[data-aos][data-aos][data-aos-delay="2200"], body[data-aos-delay="2200"] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="2200"].aos-animate, body[data-aos-delay="2200"] [data-aos].aos-animate {
  transition-delay: 2.2s; }

[data-aos][data-aos][data-aos-duration="2250"], body[data-aos-duration="2250"] [data-aos] {
  transition-duration: 2.25s; }

[data-aos][data-aos][data-aos-delay="2250"], body[data-aos-delay="2250"] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="2250"].aos-animate, body[data-aos-delay="2250"] [data-aos].aos-animate {
  transition-delay: 2.25s; }

[data-aos][data-aos][data-aos-duration="2300"], body[data-aos-duration="2300"] [data-aos] {
  transition-duration: 2.3s; }

[data-aos][data-aos][data-aos-delay="2300"], body[data-aos-delay="2300"] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="2300"].aos-animate, body[data-aos-delay="2300"] [data-aos].aos-animate {
  transition-delay: 2.3s; }

[data-aos][data-aos][data-aos-duration="2350"], body[data-aos-duration="2350"] [data-aos] {
  transition-duration: 2.35s; }

[data-aos][data-aos][data-aos-delay="2350"], body[data-aos-delay="2350"] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="2350"].aos-animate, body[data-aos-delay="2350"] [data-aos].aos-animate {
  transition-delay: 2.35s; }

[data-aos][data-aos][data-aos-duration="2400"], body[data-aos-duration="2400"] [data-aos] {
  transition-duration: 2.4s; }

[data-aos][data-aos][data-aos-delay="2400"], body[data-aos-delay="2400"] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="2400"].aos-animate, body[data-aos-delay="2400"] [data-aos].aos-animate {
  transition-delay: 2.4s; }

[data-aos][data-aos][data-aos-duration="2450"], body[data-aos-duration="2450"] [data-aos] {
  transition-duration: 2.45s; }

[data-aos][data-aos][data-aos-delay="2450"], body[data-aos-delay="2450"] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="2450"].aos-animate, body[data-aos-delay="2450"] [data-aos].aos-animate {
  transition-delay: 2.45s; }

[data-aos][data-aos][data-aos-duration="2500"], body[data-aos-duration="2500"] [data-aos] {
  transition-duration: 2.5s; }

[data-aos][data-aos][data-aos-delay="2500"], body[data-aos-delay="2500"] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="2500"].aos-animate, body[data-aos-delay="2500"] [data-aos].aos-animate {
  transition-delay: 2.5s; }

[data-aos][data-aos][data-aos-duration="2550"], body[data-aos-duration="2550"] [data-aos] {
  transition-duration: 2.55s; }

[data-aos][data-aos][data-aos-delay="2550"], body[data-aos-delay="2550"] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="2550"].aos-animate, body[data-aos-delay="2550"] [data-aos].aos-animate {
  transition-delay: 2.55s; }

[data-aos][data-aos][data-aos-duration="2600"], body[data-aos-duration="2600"] [data-aos] {
  transition-duration: 2.6s; }

[data-aos][data-aos][data-aos-delay="2600"], body[data-aos-delay="2600"] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="2600"].aos-animate, body[data-aos-delay="2600"] [data-aos].aos-animate {
  transition-delay: 2.6s; }

[data-aos][data-aos][data-aos-duration="2650"], body[data-aos-duration="2650"] [data-aos] {
  transition-duration: 2.65s; }

[data-aos][data-aos][data-aos-delay="2650"], body[data-aos-delay="2650"] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="2650"].aos-animate, body[data-aos-delay="2650"] [data-aos].aos-animate {
  transition-delay: 2.65s; }

[data-aos][data-aos][data-aos-duration="2700"], body[data-aos-duration="2700"] [data-aos] {
  transition-duration: 2.7s; }

[data-aos][data-aos][data-aos-delay="2700"], body[data-aos-delay="2700"] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="2700"].aos-animate, body[data-aos-delay="2700"] [data-aos].aos-animate {
  transition-delay: 2.7s; }

[data-aos][data-aos][data-aos-duration="2750"], body[data-aos-duration="2750"] [data-aos] {
  transition-duration: 2.75s; }

[data-aos][data-aos][data-aos-delay="2750"], body[data-aos-delay="2750"] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="2750"].aos-animate, body[data-aos-delay="2750"] [data-aos].aos-animate {
  transition-delay: 2.75s; }

[data-aos][data-aos][data-aos-duration="2800"], body[data-aos-duration="2800"] [data-aos] {
  transition-duration: 2.8s; }

[data-aos][data-aos][data-aos-delay="2800"], body[data-aos-delay="2800"] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="2800"].aos-animate, body[data-aos-delay="2800"] [data-aos].aos-animate {
  transition-delay: 2.8s; }

[data-aos][data-aos][data-aos-duration="2850"], body[data-aos-duration="2850"] [data-aos] {
  transition-duration: 2.85s; }

[data-aos][data-aos][data-aos-delay="2850"], body[data-aos-delay="2850"] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="2850"].aos-animate, body[data-aos-delay="2850"] [data-aos].aos-animate {
  transition-delay: 2.85s; }

[data-aos][data-aos][data-aos-duration="2900"], body[data-aos-duration="2900"] [data-aos] {
  transition-duration: 2.9s; }

[data-aos][data-aos][data-aos-delay="2900"], body[data-aos-delay="2900"] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="2900"].aos-animate, body[data-aos-delay="2900"] [data-aos].aos-animate {
  transition-delay: 2.9s; }

[data-aos][data-aos][data-aos-duration="2950"], body[data-aos-duration="2950"] [data-aos] {
  transition-duration: 2.95s; }

[data-aos][data-aos][data-aos-delay="2950"], body[data-aos-delay="2950"] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="2950"].aos-animate, body[data-aos-delay="2950"] [data-aos].aos-animate {
  transition-delay: 2.95s; }

[data-aos][data-aos][data-aos-duration="3000"], body[data-aos-duration="3000"] [data-aos] {
  transition-duration: 3s; }

[data-aos][data-aos][data-aos-delay="3000"], body[data-aos-delay="3000"] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="3000"].aos-animate, body[data-aos-delay="3000"] [data-aos].aos-animate {
  transition-delay: 3s; }

[data-aos] {
  pointer-events: none; }

[data-aos].aos-animate {
  pointer-events: auto; }

[data-aos][data-aos][data-aos-easing=linear], body[data-aos-easing=linear] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75); }

[data-aos][data-aos][data-aos-easing=ease], body[data-aos-easing=ease] [data-aos] {
  transition-timing-function: ease; }

[data-aos][data-aos][data-aos-easing=ease-in], body[data-aos-easing=ease-in] [data-aos] {
  transition-timing-function: ease-in; }

[data-aos][data-aos][data-aos-easing=ease-out], body[data-aos-easing=ease-out] [data-aos] {
  transition-timing-function: ease-out; }

[data-aos][data-aos][data-aos-easing=ease-in-out], body[data-aos-easing=ease-in-out] [data-aos] {
  transition-timing-function: ease-in-out; }

[data-aos][data-aos][data-aos-easing=ease-in-back], body[data-aos-easing=ease-in-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045); }

[data-aos][data-aos][data-aos-easing=ease-out-back], body[data-aos-easing=ease-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275); }

[data-aos][data-aos][data-aos-easing=ease-in-out-back], body[data-aos-easing=ease-in-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }

[data-aos][data-aos][data-aos-easing=ease-in-sine], body[data-aos-easing=ease-in-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715); }

[data-aos][data-aos][data-aos-easing=ease-out-sine], body[data-aos-easing=ease-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1); }

[data-aos][data-aos][data-aos-easing=ease-in-out-sine], body[data-aos-easing=ease-in-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95); }

[data-aos][data-aos][data-aos-easing=ease-in-quad], body[data-aos-easing=ease-in-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }

[data-aos][data-aos][data-aos-easing=ease-out-quad], body[data-aos-easing=ease-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }

[data-aos][data-aos][data-aos-easing=ease-in-out-quad], body[data-aos-easing=ease-in-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }

[data-aos][data-aos][data-aos-easing=ease-in-cubic], body[data-aos-easing=ease-in-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }

[data-aos][data-aos][data-aos-easing=ease-out-cubic], body[data-aos-easing=ease-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }

[data-aos][data-aos][data-aos-easing=ease-in-out-cubic], body[data-aos-easing=ease-in-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }

[data-aos][data-aos][data-aos-easing=ease-in-quart], body[data-aos-easing=ease-in-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }

[data-aos][data-aos][data-aos-easing=ease-out-quart], body[data-aos-easing=ease-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }

[data-aos][data-aos][data-aos-easing=ease-in-out-quart], body[data-aos-easing=ease-in-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }

@media screen {
  html:not(.no-js) [data-aos^=fade][data-aos^=fade] {
    opacity: 0;
    transition-property: opacity,transform; }
  html:not(.no-js) [data-aos^=fade][data-aos^=fade].aos-animate {
    opacity: 1;
    transform: none; }
  html:not(.no-js) [data-aos=fade-up] {
    transform: translate3d(0, 100px, 0); }
  html:not(.no-js) [data-aos=fade-down] {
    transform: translate3d(0, -100px, 0); }
  html:not(.no-js) [data-aos=fade-right] {
    transform: translate3d(-100px, 0, 0); }
  html:not(.no-js) [data-aos=fade-left] {
    transform: translate3d(100px, 0, 0); }
  html:not(.no-js) [data-aos=fade-up-right] {
    transform: translate3d(-100px, 100px, 0); }
  html:not(.no-js) [data-aos=fade-up-left] {
    transform: translate3d(100px, 100px, 0); }
  html:not(.no-js) [data-aos=fade-down-right] {
    transform: translate3d(-100px, -100px, 0); }
  html:not(.no-js) [data-aos=fade-down-left] {
    transform: translate3d(100px, -100px, 0); }
  html:not(.no-js) [data-aos^=zoom][data-aos^=zoom] {
    opacity: 0;
    transition-property: opacity,transform; }
  html:not(.no-js) [data-aos^=zoom][data-aos^=zoom].aos-animate {
    opacity: 1;
    transform: translateZ(0) scale(1); }
  html:not(.no-js) [data-aos=zoom-in] {
    transform: scale(0.6); }
  html:not(.no-js) [data-aos=zoom-in-up] {
    transform: translate3d(0, 100px, 0) scale(0.6); }
  html:not(.no-js) [data-aos=zoom-in-down] {
    transform: translate3d(0, -100px, 0) scale(0.6); }
  html:not(.no-js) [data-aos=zoom-in-right] {
    transform: translate3d(-100px, 0, 0) scale(0.6); }
  html:not(.no-js) [data-aos=zoom-in-left] {
    transform: translate3d(100px, 0, 0) scale(0.6); }
  html:not(.no-js) [data-aos=zoom-out] {
    transform: scale(1.2); }
  html:not(.no-js) [data-aos=zoom-out-up] {
    transform: translate3d(0, 100px, 0) scale(1.2); }
  html:not(.no-js) [data-aos=zoom-out-down] {
    transform: translate3d(0, -100px, 0) scale(1.2); }
  html:not(.no-js) [data-aos=zoom-out-right] {
    transform: translate3d(-100px, 0, 0) scale(1.2); }
  html:not(.no-js) [data-aos=zoom-out-left] {
    transform: translate3d(100px, 0, 0) scale(1.2); }
  html:not(.no-js) [data-aos^=slide][data-aos^=slide] {
    transition-property: transform;
    visibility: hidden; }
  html:not(.no-js) [data-aos^=slide][data-aos^=slide].aos-animate {
    visibility: visible;
    transform: translateZ(0); }
  html:not(.no-js) [data-aos=slide-up] {
    transform: translate3d(0, 100%, 0); }
  html:not(.no-js) [data-aos=slide-down] {
    transform: translate3d(0, -100%, 0); }
  html:not(.no-js) [data-aos=slide-right] {
    transform: translate3d(-100%, 0, 0); }
  html:not(.no-js) [data-aos=slide-left] {
    transform: translate3d(100%, 0, 0); }
  html:not(.no-js) [data-aos^=flip][data-aos^=flip] {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition-property: transform; }
  html:not(.no-js) [data-aos=flip-left] {
    transform: perspective(2500px) rotateY(-100deg); }
  html:not(.no-js) [data-aos=flip-left].aos-animate {
    transform: perspective(2500px) rotateY(0); }
  html:not(.no-js) [data-aos=flip-right] {
    transform: perspective(2500px) rotateY(100deg); }
  html:not(.no-js) [data-aos=flip-right].aos-animate {
    transform: perspective(2500px) rotateY(0); }
  html:not(.no-js) [data-aos=flip-up] {
    transform: perspective(2500px) rotateX(-100deg); }
  html:not(.no-js) [data-aos=flip-up].aos-animate {
    transform: perspective(2500px) rotateX(0); }
  html:not(.no-js) [data-aos=flip-down] {
    transform: perspective(2500px) rotateX(100deg); }
  html:not(.no-js) [data-aos=flip-down].aos-animate {
    transform: perspective(2500px) rotateX(0); } }

h4.subtitle {
  text-transform: uppercase;
  font-size: 0.88889em;
  color: #0599ff;
  margin: 0;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 2.15em;
  position: relative;
  padding-left: 36px;
  display: inline-flex; }
  h4.subtitle:before {
    content: '';
    width: 19px;
    height: 3px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #0599ff; }

h3 {
  font-weight: bold;
  font-size: 2.94444em;
  margin: 0;
  line-height: 1.13208em;
  color: #1d3568; }
  @media (max-width: 900px) {
    h3 {
      font-size: 29px; }
      h3 br {
        display: none; } }

.header {
  position: absolute;
  top: 2.45em;
  left: 0;
  right: 0;
  z-index: 3;
  color: #fff; }
  @media (max-width: 900px) {
    .header {
      top: 0;
      padding-top: 15px;
      padding-bottom: 15px; }
      .header--up {
        background: #fff; }
        .header--up .header__mobile button span {
          background: #000; }
          .header--up .header__mobile button span:before, .header--up .header__mobile button span:after {
            background: #000; }
        .header--up .header__logo img {
          -webkit-filter: brightness(0) saturate(100%);
                  filter: brightness(0) saturate(100%); }
        .header--up .header__aside__languages {
          color: #000; } }
  .header__mobile {
    width: 15%; }
    @media (min-width: 900px) {
      .header__mobile {
        display: none; } }
    .header__mobile button {
      background: transparent;
      border: none;
      padding: 0; }
      .header__mobile button span {
        display: block;
        width: 24px;
        height: 2px;
        background: #fff;
        position: relative; }
        .header__mobile button span:before, .header__mobile button span:after {
          content: '';
          position: absolute;
          width: 24px;
          background: #fff;
          left: 0;
          height: 2px; }
        .header__mobile button span:before {
          top: -6px; }
        .header__mobile button span:after {
          top: 6px; }
  .header .container {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .header__logo img {
    max-width: 9.83333em;
    display: block;
    height: auto;
    width: 100%; }
    @media (max-width: 900px) {
      .header__logo img {
        max-width: 120px; } }
  .header__aside {
    display: flex;
    align-items: center; }
    .header__aside__languages {
      font-size: 0.72222em;
      font-weight: 600;
      color: #fff; }
      @media (max-width: 900px) {
        .header__aside__languages {
          width: 15%; } }
      .header__aside__languages svg {
        width: 0.5em;
        margin-right: 0.4em; }
      .header__aside__languages ul {
        display: none; }
      .header__aside__languages__current {
        border: 1px solid #394661;
        height: 3.1em;
        width: 5.5em;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-left: 1.1em;
        padding-right: 0.7em; }
    .header__aside__contact {
      display: flex;
      align-items: center;
      font-size: 1.27778em;
      font-weight: 600;
      margin-right: 2.3em; }
      @media (max-width: 1100px) {
        .header__aside__contact {
          display: none; } }
      .header__aside__contact svg {
        width: 0.9em;
        margin-right: 0.6em; }
      .header__aside__contact a {
        display: inline-flex; }

      @media(min-width: 900px) {
        .menu {
          font-weight: 500;
          padding-left: 4.6em;
        }

        @media (max-width: 900px) {
          .menu {
            padding-left: 0;
            display: none;
            background: #fff;
            position: absolute;
            top: 100%;
            left: 0;
            right: 0;
          }
        }
        .menu ul {
          list-style: none;
          margin: 0;
          display: flex;
          align-items: center;
          font-size: 1em;
        }

        @media (max-width: 900px) {
          .menu ul {
            display: block;
            color: #000;
            padding: 15px 0;
          }
        }
        .menu ul > li > a {
          padding-top: .5em;
          padding-bottom: .5em;
        }

        .menu ul.sub-menu {
          display: none;
          position: absolute;
          top: 100%;
          left: 0;
          background: #fff;
          color: #000;
          padding-top: 15px;
          padding-left: 15px;
          padding-bottom: 15px;
          width: 230px;
          margin-top: .5em;
        }

        @media (min-width: 901px) {
          .menu ul.sub-menu {
            width: 650px;
            -moz-column-count: 2;
            column-count: 2;
            -webkit-backdrop-filter: blur(8px);
            backdrop-filter: blur(8px);
            background: transparent;
            color: white !important;
            font-weight: 500;
            font-size: 0.9em;
            box-shadow: 0px 0px 35px rgba(5, 153, 255, 0.3);
            padding: 30px 15px;
            left: 50%;
            transform: translateX(-50%);
          }

          .menu ul.sub-menu li {
            margin-bottom: 8px !important;
            line-height: 1.3;
          }
        }
        @media (max-width: 900px) {
          .menu ul.sub-menu {
            display: block;
            width: 100%;
            position: static;
            padding-left: 15px;
            margin: 0;
          }
        }
        .menu ul.sub-menu li {
          margin: 0;
        }

        @media (min-width: 901px) {
          .menu ul li#menu-item-260 ul,
          .menu ul li#menu-item-194 ul {
            width: 500px !important;
          }
        }
        .menu ul li {
          margin: 0 1.7em;
          position: relative;
        }

        @media (max-width: 1300px) {
          .menu ul li {
            margin: 0 0.9em;
          }
        }
        .menu ul li:hover ul {
          display: block;
        }

        .menu ul a {
          position: relative;
        }

        .menu ul a:hover {
          font-weight: bold;
        }
      }
.hero {
  background: #071839;
  height: calc(100vh - 6.8em);
  background-position: bottom center;
  background-image: url("../../img/hero.jpg");
  background-size: cover;
  position: relative;
  color: #fff; }
  .hero:after {
    content: '';
    position: absolute;
    background-image: url("../../img/hero-deco.png");
    background-repeat: no-repeat;
    top: 13em;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none; }
  @media (max-width: 900px) {
    .hero {
      height: calc(100vh - 10.8em);
      padding-top: 5em; } }
  .hero .container {
    max-width: 1240px; }
  .hero__slide {
    position: absolute;
    top: 100%;
    margin-top: -30px;
    width: 3.33333em;
    height: 3.33333em;
    margin-left: -30px;
    border-radius: 50%;
    z-index: 2;
    background: #07cdbe;
    display: flex;
    align-items: center;
    left: 50%;
    justify-content: center; }
  .hero__text {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%; }
    .hero__text__number {
      font-weight: bold;
      font-size: 4.63em;
      position: relative;
      margin-bottom: 0.63em;
      -webkit-text-stroke-width: 2px;
      -webkit-text-stroke-color: #254181;
      -webkit-text-fill-color: transparent; }
      .hero__text__number:before {
        content: '';
        position: absolute;
        width: 16px;
        height: 3px;
        background: #07cdbe;
        top: 50%;
        left: -0.5em; }
    .hero__text__title {
      font-weight: bold;
      margin: 0;
      font-size: 5.02722em;
      line-height: 1.2;
      margin-bottom: 0.15em; }
      @media (max-width: 900px) {
        .hero__text__title {
          font-size: 2.1em; } }
    .hero__text__subtitle {
      font-weight: 500;
      font-size: 1.22222em;
      margin: 0;
      line-height: 1.2;
      margin-bottom: 2.1em; }

.quick-contact {
  box-shadow: 0px 10px 40px 0px rgba(165, 179, 211, 0.35);
  padding-top: 1.35em;
  padding-bottom: 1.1em; }
  @media (max-width: 900px) {
    .quick-contact {
      padding-top: 3em;
      padding-bottom: 2em; } }
  .quick-contact .container {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .quick-contact__social {
    display: flex;
    align-items: center; }
    @media (max-width: 900px) {
      .quick-contact__social {
        display: none; } }
    .quick-contact__social > a {
      color: #071639;
      font-weight: 500;
      text-decoration: underline;
      margin-left: 2em; }
    .quick-contact__social ul {
      list-style: none;
      display: flex;
      align-items: center;
      margin: 0; }
      .quick-contact__social ul li a {
        border-radius: 50%;
        border: 1px solid #e6e6e6;
        width: 2.77778em;
        height: 2.77778em;
        display: flex;
        margin-right: 0.66667em;
        align-items: center;
        justify-content: center; }

.eu {
  display: flex;
  align-items: center;
  width: 38.9%; }
  @media (max-width: 900px) {
    .eu {
      width: 100%;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      text-align: center; }
      .eu img {
        margin-top: 1em; } }
  .eu p {
    margin: 0;
    font-size: 0.94444em; }

.services {
  padding-top: 4.1em;
  padding-bottom: 4.6em; }
  @media (max-width: 900px) {
    .services {
      padding-top: 50px !important;
      padding-bottom: 50px !important; } }
  .services .container {
    display: flex; }
    @media (max-width: 900px) {
      .services .container {
        flex-wrap: wrap; }
        .services .container ~ .container {
          flex-direction: column; } }
  .services__left {
    width: 52%; }
    @media (max-width: 900px) {
      .services__left {
        width: 100%; } }
    .services__left h3 {
      padding-left: 0.35em; }
  .services__right {
    padding-top: 5.9em;
    width: 28.8%;
    margin-right: 0;
    margin-left: auto; }
    @media (max-width: 900px) {
      .services__right {
        width: 100%;
        padding-top: 2em; } }
    .services__right p {
      font-size: 1.05556em;
      line-height: 1.36842em; }
      .services__right p:before {
        display: block;
        content: '';
        height: 2px;
        width: 21px;
        background: #07cdbe;
        margin-bottom: 1.3em; }
  .services .container--medium {
    max-width: 1448px;
    margin-top: 4.5em; }
    @media (max-width: 900px) {
      .services .container--medium {
        margin-top: 30px; } }
  .services--inner {
    padding-bottom: 10.5em;
    padding-top: 1.6em;
    padding-bottom: 4em;
    padding-top: 0.6em; }
    .services--inner .service-item {
      width: calc(100% / 3);
      padding-top: 3.95em;
      padding-bottom: 3.95em; }
      .services--inner .service-item__title {
        margin-bottom: 0.65em; }
      .services--inner .service-item__image {
        margin-bottom: 2.2em; }
    .services--inner h3 {
      padding-left: 0;
      margin-bottom: 1.2em; }

.service-item {
  width: 25%;
  border: 1px solid #e7e7e7;
  position: relative;
  padding-top: 5.05em;
  padding-left: 2.85em;
  padding-right: 2.85em;
  padding-bottom: 4.55em;
  border-right: 0;
  background: #fff; }
  @media (max-width: 900px) {
    .service-item {
      width: 100% !important;
      margin-bottom: 50px;
      padding: 30px;
      padding-bottom: 50px; } }
  .service-item:last-child {
    border-right: 1px solid #e7e7e7; }
  .service-item__image {
    margin-bottom: 4.1em; }
    @media (max-width: 900px) {
      .service-item__image {
        margin-bottom: 15px; } }
  .service-item__title {
    font-weight: bold;
    font-size: 1.38889em;
    color: #1d3568;
    margin-bottom: 1.05em; }
  .service-item__text {
    font-weight: 500;
    font-size: 1em;
    line-height: 1.38889em; }
    .service-item__text a[href^="mailto:"] {
      text-decoration: underline; }
  .service-item__arrow {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 100%;
    left: 0;
    width: 2.77778em;
    height: 2.77778em;
    background: #fff;
    box-shadow: 0px 9px 38px 0px rgba(0, 0, 0, 0.16);
    border-radius: 50%;
    left: 2.7em;
    margin-top: -1.5em;
    transition: all .3s ease; }
    .service-item__arrow:hover {
      background: #07cdbe; }
      .service-item__arrow:hover img {
        -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(21%) saturate(0%) hue-rotate(157deg) brightness(105%) contrast(101%);
                filter: brightness(0) saturate(100%) invert(100%) sepia(21%) saturate(0%) hue-rotate(157deg) brightness(105%) contrast(101%); }

.front-blog {
  background: #021335;
  padding-top: 3.8em;
  padding-bottom: 2.8em;
  background-image: url("../../img/bg-news.jpg");
  background-repeat: no-repeat;
  background-position: center bottom; }
  @media (max-width: 900px) {
    .front-blog {
      padding: 50px 0; } }
  .front-blog h4, .front-blog h3 {
    text-align: center; }
  .front-blog h3 {
    color: #fff; }
  .front-blog__items {
    display: flex;
    margin-top: 6.4em;
    justify-content: space-between; }
    @media (max-width: 900px) {
      .front-blog__items {
        flex-wrap: wrap;
        margin-top: 30px; } }
  .front-blog__button {
    text-align: center;
    margin-top: 4.15em; }
    @media (max-width: 900px) {
      .front-blog__button {
        margin-top: 0; } }
  .front-blog--inner {
    background: transparent;
    position: relative; }
    .front-blog--inner:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-image: url("../../img/blog-bg.png");
      background-repeat: no-repeat;
      background-position: center right;
      pointer-events: none; }
    .front-blog--inner .front-blog__items {
      flex-wrap: wrap;
      margin-top: 5.9em; }
    .front-blog--inner h3 {
      color: #1d3568; }
    .front-blog--inner .front-blog-item {
      margin-bottom: 3.7em;
      position: relative; }
      .front-blog--inner .front-blog-item:before {
        box-shadow: 0px 13px 92px 0px rgba(0, 0, 0, 0.16);
        background: #fff;
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        opacity: 0;
        transition: all .3s ease;
        left: -14.1%;
        top: -8.9%;
        right: -4%;
        bottom: -6%; }
      .front-blog--inner .front-blog-item:hover * {
        z-index: 2;
        position: relative; }
      .front-blog--inner .front-blog-item:hover:before {
        opacity: 1; }
      .front-blog--inner .front-blog-item__spacer {
        font-weight: bold;
        font-size: 1em;
        color: #0599ff; }
      .front-blog--inner .front-blog-item__arrow {
        border-color: #d6e2eb;
        margin-top: 2.1em; }
        .front-blog--inner .front-blog-item__arrow img {
          -webkit-filter: brightness(0) saturate(100%) invert(13%) sepia(91%) saturate(1401%) hue-rotate(206deg) brightness(96%) contrast(89%);
                  filter: brightness(0) saturate(100%) invert(13%) sepia(91%) saturate(1401%) hue-rotate(206deg) brightness(96%) contrast(89%); }
      .front-blog--inner .front-blog-item img {
        display: block;
        max-width: 100%; }
      .front-blog--inner .front-blog-item__title {
        color: #1d3568; }
  .front-blog--related {
    background: #f6f9fb;
    padding-top: 5.1em;
    padding-bottom: 3.9em; }
    .front-blog--related .featured-blog__items {
      margin-top: 4em; }

.front-blog-item {
  width: 28.4%; }
  @media (max-width: 900px) {
    .front-blog-item {
      width: 100%;
      margin-bottom: 50px; } }
  .front-blog-item__image {
    margin-bottom: 1.45em; }
    .front-blog-item__image ~ .front-blog-item__spacer {
      margin-top: 0.65em;
      margin-bottom: 1.65em; }
      .front-blog-item__image ~ .front-blog-item__spacer span {
        margin-left: 0.75em; }
  .front-blog-item__spacer {
    display: flex;
    align-items: center;
    margin-top: 1.2em;
    margin-bottom: 2.2em; }
    .front-blog-item__spacer span {
      width: 5px;
      height: 5px;
      border-radius: 50%;
      display: block;
      background: #0599ff;
      position: relative; }
      .front-blog-item__spacer span:after, .front-blog-item__spacer span:before {
        content: '';
        position: absolute;
        top: 0;
        left: 100%;
        height: 1px;
        width: 113px;
        margin-left: 9px; }
      .front-blog-item__spacer span:after {
        background: #0599ff; }
      .front-blog-item__spacer span:before {
        top: 4px;
        background: #8cd0ff; }
  .front-blog-item__date {
    font-weight: bold;
    font-size: 1em;
    color: #0599ff;
    margin-bottom: 1em; }
  .front-blog-item__title {
    font-weight: bold;
    color: #fff;
    font-size: 1.44444em;
    line-height: 1.34615em; }
  .front-blog-item__arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 2.77778em;
    height: 2.77778em;
    border: 1px solid #0599ff;
    border-radius: 50%;
    margin-top: 2.7em;
    transition: all .3s ease; }
    .front-blog-item__arrow:hover {
      background: #0599ff; }
      .front-blog-item__arrow:hover img {
        -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(21%) saturate(0%) hue-rotate(157deg) brightness(105%) contrast(101%);
                filter: brightness(0) saturate(100%) invert(100%) sepia(21%) saturate(0%) hue-rotate(157deg) brightness(105%) contrast(101%); }
    @media (max-width: 900px) {
      .front-blog-item__arrow {
        margin-top: 30px; } }

.pagination {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 4.8em;
  margin-bottom: 0.8em; }
  .pagination__link {
    color: #566588;
    text-decoration: underline;
    font-size: 1em;
    font-weight: 500; }
    .pagination__link:hover {
      font-weight: bold;
      color: #071639; }
  .pagination ul {
    display: flex;
    list-style: none;
    margin: 0;
    align-items: center; }
    .pagination ul a, .pagination ul span {
      font-size: 0.92111em;
      font-weight: bold;
      color: #566588;
      display: flex;
      align-items: center;
      justify-content: center; }
    .pagination ul a {
      margin: 0 0.6em; }
    .pagination ul span {
      border-radius: 50%;
      color: #0599ff;
      border: 1px solid #d7e3eb;
      width: 2.53317em;
      height: 2.53317em; }

.clients {
  text-align: center;
  background: #f6f9fb;
  padding-top: 4em;
  padding-bottom: 3.8em;
  background-image: url("../../img/clients-bg.png");
  background-repeat: no-repeat;
  background-position: bottom right; }
  @media (max-width: 900px) {
    .clients {
      padding-top: 50px;
      padding-bottom: 50px; } }
  .clients__items {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    mix-blend-mode: darken;
    justify-content: space-between;
    margin-top: 6.2em; }
    @media (max-width: 900px) {
      .clients__items {
        margin-top: 30px; } }
    .clients__items__item {
      display: flex;
      align-items: center;
      justify-content: center;
      /*width: 20%;*/
      height: 5em;
      margin-bottom: 5em; }
      @media (max-width: 900px) {
        .clients__items__item {
          /*width: 43%;*/
          margin-bottom: 12px;
          height: 100px; } }
      .clients__items__item img {
        display: block;
        max-width: 100%;
        height: auto;
        mix-blend-mode: darken; }

.footer {
  padding-top: 3.8em;
  padding-top: 1.8em;
  padding-bottom: 2.4em;
  position: relative; }
  .footer:after {
    content: '';
    background-image: url("../../img/footer-deco.png");
    left: 0;
    right: 0;
    bottom: 0;
    top: -3em;
    background-repeat: no-repeat;
    bottom: -13em;
    background-repeat: no-repeat;
    position: absolute;
    pointer-events: none;
    background-position: center top; }
  @media (max-width: 900px) {
    .footer {
      padding: 50px 0 20px; } }
  .footer .container {
    display: flex;
    justify-content: space-between; }
    @media (max-width: 900px) {
      .footer .container {
        flex-wrap: wrap; } }
  @media (max-width: 900px) {
    .footer__column {
      margin-bottom: 30px; } }
  .footer__column:first-child {
    width: 45%; }
    @media (max-width: 900px) {
      .footer__column:first-child {
        width: 100%; } }
  .footer__column:nth-child(2) {
    width: 21.8%; }
    @media (max-width: 900px) {
      .footer__column:nth-child(2) {
        width: 100%; } }
  .footer__column:nth-child(3) {
    width: 16.3%; }
    @media (max-width: 900px) {
      .footer__column:nth-child(3) {
        width: 100%; } }
  .footer ul {
    font-weight: 500;
    font-size: 0.94444em;
    line-height: 2em;
    color: #566588;
    list-style: none;
    margin: 0; }
    .footer ul.double {
      -moz-column-count: 2;
           column-count: 2; }
  .footer__title {
    font-weight: bold;
    font-size: 1.66667em;
    color: #1d3568; }
    .footer__title:after {
      content: '';
      display: block;
      width: 21px;
      height: 3px;
      background: #0599ff;
      margin-top: 0.55em;
      margin-bottom: 0.9em; }

.button {
  font-weight: bold;
  font-size: 0.97167em;
  height: 3.31618em;
  display: inline-flex;
  align-items: center;
  color: #fff;
  background: #0599ff;
  border-radius: 33px;
  justify-content: space-between;
  padding-right: 1.7em;
  border: none; }
  .button span {
    height: 3.31618em;
    width: 3.43053em;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-right: 2px solid #29a5fa;
    margin-right: 1em; }
  .button--navy {
    background: #07cdbe; }
    .button--navy span {
      border-right: 2px solid #1fd7c9; }

.banner {
  background: #071839;
  height: 25.66667em;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 5.5em;
  background-position: center right;
  background-size: cover; }
  @media (max-width: 900px) {
    .banner {
      height: 18em; } }
  @media (max-width: 900px) {
    .banner {
      background-image: none !important; } }
  .banner__scroll {
    position: absolute;
    top: 100%;
    margin-top: -30px;
    width: 3.33333em;
    height: 3.33333em;
    margin-left: -30px;
    border-radius: 50%;
    z-index: 2;
    background: #07cdbe;
    display: flex;
    align-items: center;
    left: 50%;
    justify-content: center; }
  .banner h1 {
    color: #fff;
    font-weight: bold;
    font-size: 3.92722em;
    margin: 0;
    line-height: 1.2; }
    @media (max-width: 900px) {
      .banner h1 {
        font-size: 40px; } }
  .banner ul {
    align-items: center;
    list-style: none;
    margin: 0;
    display: flex;
    color: #556b90;
    font-weight: normal;
    font-size: 1.11111em;
    margin-top: 0.35em; }
    @media (max-width: 900px) {
      .banner ul {
        flex-wrap: wrap;
        font-size: .9em; } }
    .banner ul li:not(:last-child):after {
      content: '/';
      margin: 0 1.1em; }
      @media (max-width: 900px) {
        .banner ul li:not(:last-child):after {
          margin: 0 0.2em; } }

.solution {
  padding-top: 4.2em;
  padding-bottom: 0.7em;
  position: relative; }
  .solution.reverse .solution__body {
    flex-direction: row-reverse; }
    @media (min-width: 900px) {
      .solution.reverse .solution__body__text {
        width: 36.1%; }
      .solution.reverse .solution__body__image {
        width: 57.4%; } }
  .solution__about {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    pointer-events: none;
    top: 9em; }
    .solution__about img {
      display: block;
      max-width: 100%;
      margin: 0 auto; }
  .solution__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    pointer-events: none;
    top: 9em; }
    .solution__bg img {
      display: block;
      max-width: 100%;
      margin: 0 auto; }
  @media (max-width: 900px) {
    .solution {
      padding: 50px 0; } }
  .solution h3 {
    max-width: 20em; }
  .solution__body {
    display: flex;
    margin-top: 2.7em;
    justify-content: space-between; }
    @media (max-width: 900px) {
      .solution__body {
        flex-wrap: wrap;
        margin-top: 30px; } }
    .solution__body__image {
      width: 50%;
      margin-top: 0.3em;
      position: relative; }
      .solution__body__image:after {
        content: '';
        position: absolute;
        top: 100%;
        left: 100%;
        width: 99px;
        height: 87px;
        background-image: url("../../img/solution-image-bg.png");
        top: 90%;
        left: 75.7%;
        width: 201px;
        height: 85px; }
      @media (max-width: 900px) {
        .solution__body__image {
          width: 100%; } }
      .solution__body__image img {
        display: block;
        max-width: 100%;
        height: auto; }
    .solution__body__text {
      width: 41%; }
      @media (max-width: 900px) {
        .solution__body__text {
          width: 100%; } }
      .solution__body__text ul {
        list-style: none;
        font-weight: bold;
        font-size: 1.05556em;
        color: #1d3568;
        margin-top: -0.45em; }
        .solution__body__text ul li {
          position: relative;
          margin-bottom: 0.75em;
          padding-left: 2.2em;
          margin-bottom: 1.3em; }
          .solution__body__text ul li:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            border-radius: 50%;
            width: 1.5em;
            height: 1.5em;
            background: #ebf7ff;
            background-image: url("../../img/tick.png");
            background-repeat: no-repeat;
            background-position: center center; }
      .solution__body__text__image {
        border: 1px solid #e7e7e7;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 5.11111em;
        height: 5.11111em;
        margin-bottom: 2.45em; }
      .solution__body__text p {
        font-size: 1.05556em;
        color: #566588;
        margin: 0;
        line-height: 1.63158em;
        margin-bottom: 1.65em; }
        .solution__body__text p.blue {
          color: #0599ff; }
  .solution--about {
    padding-top: 2.6em;
    padding-bottom: 2.5em; }
    .solution--about .solution__body__text {
      padding-top: 1.5em; }
      .solution--about .solution__body__text p {
        font-weight: 400; }
      .solution--about .solution__body__text h3 {
        margin-bottom: 1.2em; }

.solution-box {
  background: #fff;
  border: 1px solid #e7e7e7;
  margin-top: 4.8em;
  padding-top: 1.8em;
  padding-left: 5.3em;
  padding-right: 0;
  padding-bottom: 2.3em;
  margin-bottom: 3.1em;
  position: relative; }
  .solution-box:after {
    content: '';
    position: absolute;
    left: 0;
    background-image: url("../../img/box-bg.png");
    top: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    background-repeat: no-repeat;
    left: 6em;
    top: -3.65em;
    right: -13em; }
  @media (max-width: 900px) {
    .solution-box {
      padding: 30px; } }
  .solution-box ul {
    list-style: none;
    -moz-column-count: 2;
         column-count: 2;
    font-weight: bold;
    font-size: 1.05556em;
    color: #1d3568;
    -moz-column-gap: 3em;
         column-gap: 3em; }
    @media (max-width: 900px) {
      .solution-box ul {
        -moz-column-count: 1;
             column-count: 1;
        -moz-column-gap: 0;
             column-gap: 0; } }
    .solution-box ul li {
      position: relative;
      margin-bottom: 0.75em;
      padding-left: 2.2em; }
      .solution-box ul li:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        border-radius: 50%;
        width: 1.5em;
        height: 1.5em;
        background: #ebf7ff;
        background-image: url("../../img/tick.png");
        background-repeat: no-repeat;
        background-position: center center; }

.providers {
  padding-top: 3em;
  padding-bottom: 3em; }
  @media (max-width: 900px) {
    .providers {
      padding-bottom: 50px; } }
  .providers__list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 1.9em;
    justify-content: space-between; }

.provider {
  border: 1px solid #e7e7e7;
  width: 48%;
  padding-top: 3.4em;
  padding-left: 2.4em;
  padding-right: 3em;
  margin-bottom: 2.1em;
  padding-bottom: 2.8em;
  background: #fff; }
  @media (max-width: 900px) {
    .provider {
      width: 100%;
      padding: 30px; } }
  .provider img {
    display: block;
    margin-bottom: 3.65em; }
    @media (max-width: 900px) {
      .provider img {
        margin-bottom: 30px; } }
  .provider p {
    font-size: 1em;
    line-height: 1.38889em;
    margin: 0;
    color: #566588;
    font-weight: normal; }

.open-post {
  padding-top: 4em;
  padding-bottom: 0em;
  background-image: url("../../img/inner-blog-bg.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-repeat: no-repeat; }
  @media (max-width: 900px) {
    .open-post {
      padding: 50px 0; } }
  .open-post .gallery {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 4.7em !important;
    margin-bottom: 4.6em !important; }
    .open-post .gallery br {
      display: none !important; }
    .open-post .gallery .gallery-item {
      max-width: 48.8% !important;
      width: 100% !important;
      margin: 0 !important; }
      .open-post .gallery .gallery-item img {
        display: block;
        max-width: 100%;
        height: auto;
        border: none !important; }
  .open-post__gallery {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 4.7em;
    margin-bottom: 4.6em; }
    .open-post__gallery img {
      display: block;
      height: auto;
      max-width: 48.8%; }
  .open-post__inner {
    max-width: 996px;
    margin: 0 auto; }
    .open-post__inner ul {
      font-weight: bold;
      font-size: 1em;
      margin: 0;
      line-height: 2.5em;
      color: #0599ff;
      list-style: none;
      padding-left: 2.5em;
      margin-top: 2.4em;
      margin-bottom: 2.75em; }
      .open-post__inner ul li {
        position: relative;
        padding-left: 2.4em; }
        .open-post__inner ul li:before {
          content: '';
          position: absolute;
          left: -0.2em;
          top: 0.4em;
          background: #e5f5ff;
          width: 1.5em;
          height: 1.5em;
          background-image: url("../../img/tick.png");
          background-position: center center;
          background-repeat: no-repeat;
          border-radius: 50%; }
    .open-post__inner h2 {
      font-size: 1.72222em;
      font-weight: bold;
      margin: 0;
      color: #1d3568;
      margin-bottom: 0.6em; }
    .open-post__inner p {
      color: #566588;
      font-weight: normal;
      font-size: 1em;
      line-height: 1.5em;
      margin: 0;
      margin-bottom: 1.5em; }
  .open-post__top {
    display: flex; }
    .open-post__top__date {
      font-weight: bold;
      font-size: 1em;
      color: #0599ff;
      display: flex;
      align-items: center;
      margin-top: 1.5em; }
      .open-post__top__date span {
        display: block;
        border-radius: 50%;
        width: 5px;
        height: 5px;
        background: #0599ff;
        position: relative;
        margin-left: 1.2em; }
        .open-post__top__date span:after, .open-post__top__date span:before {
          content: '';
          position: absolute;
          top: 0;
          left: 100%;
          height: 1px;
          width: 113px;
          margin-left: 9px; }
        .open-post__top__date span:after {
          background: #0599ff; }
        .open-post__top__date span:before {
          top: 4px;
          background: #8cd0ff; }
    @media (max-width: 900px) {
      .open-post__top {
        flex-wrap: wrap; } }
    .open-post__top__left {
      width: 70%; }
      @media (max-width: 900px) {
        .open-post__top__left {
          width: 100%;
          margin-bottom: 15px; } }
      .open-post__top__left h3 {
        font-size: 2.5em;
        line-height: 1.3; }
    .open-post__top__right {
      display: flex;
      flex-direction: column;
      margin-right: 0;
      margin-left: auto;
      justify-content: flex-end; }
      @media (max-width: 900px) {
        .open-post__top__right {
          width: 100%; } }
      .open-post__top__right p {
        margin: 0;
        font-weight: bold;
        font-size: 1em;
        color: #071639;
        margin-bottom: 1em;
        text-align: center; }
        @media (max-width: 900px) {
          .open-post__top__right p {
            text-align: left; } }
      .open-post__top__right ul {
        list-style: none;
        display: flex;
        align-items: center;
        margin: 0; }
        .open-post__top__right ul li a {
          border-radius: 50%;
          border: 1px solid #e6e6e6;
          width: 2.77778em;
          height: 2.77778em;
          display: flex;
          margin-right: 0.66667em;
          align-items: center;
          justify-content: center; }
  .open-post__featured img {
    display: block;
    max-width: 100%;
    height: auto; }
  .open-post__featured {
    margin-top: 4em;
    margin-bottom: 5.2em; }

.auctions {
  padding-top: 3.5em;
  padding-bottom: 0.1em; }
  @media (max-width: 900px) {
    .auctions {
      padding: 50px 0; } }
  .auctions__title {
    text-align: center;
    margin-bottom: 2.6em; }
    @media (max-width: 900px) {
      .auctions__title {
        margin-bottom: 30px; } }
  .auctions .container:first-child {
    max-width: 1026px; }
  .auctions .pagination {
    padding-top: 3.5em; }

.auction-button {
  display: flex;
  font-size: 0.94444em;
  color: #0599ff;
  border: 1px solid #e7e7e7;
  margin-right: 0.83333em;
  height: 3.1em;
  align-items: center;
  padding-left: 1.25em;
  font-weight: bold;
  padding-right: 1.6em; }
  @media (max-width: 900px) {
    .auction-button {
      margin-bottom: 30px; } }
  .auction-button img {
    margin-right: 0.8em; }

.auction {
  margin-bottom: 3.7em; }
  @media (max-width: 900px) {
    .auction {
      margin-bottom: 30px; } }
  .auction__buttons {
    display: flex; }
    @media (max-width: 900px) {
      .auction__buttons {
        flex-direction: column; } }
  .auction p {
    font-size: 1.16667em;
    line-height: 1.38095em;
    margin: 0;
    color: #1d3568; }
    @media (max-width: 900px) {
      .auction p {
        font-size: 18px; } }
  .auction__meta {
    display: flex;
    margin-bottom: 1.3em; }
    @media (max-width: 900px) {
      .auction__meta {
        flex-direction: column; } }
    .auction__meta__item {
      font-size: 1em;
      color: #566588; }
      .auction__meta__item:not(:last-child) {
        margin-right: 1.5em; }
        @media (max-width: 900px) {
          .auction__meta__item:not(:last-child) {
            margin-right: 0;
            margin-bottom: 15px; } }
      .auction__meta__item span {
        color: #07cdbe; }
  .auction__line {
    margin-top: 1.2em;
    margin-bottom: 1.55em; }
    .auction__line span {
      display: block;
      border-radius: 50%;
      width: 5px;
      height: 5px;
      background: #0599ff;
      position: relative; }
      .auction__line span:after, .auction__line span:before {
        content: '';
        position: absolute;
        top: 0;
        left: 100%;
        height: 1px;
        width: 113px;
        margin-left: 9px; }
      .auction__line span:after {
        background: #0599ff; }
      .auction__line span:before {
        top: 4px;
        background: #8cd0ff; }

.main-footer {
  padding-top: 2.5em; }
  @media (max-width: 900px) {
    .main-footer {
      padding-top: 50px;
      text-align: center; } }
  .main-footer__logotypes {
    display: flex;
    align-items: center;
    margin-top: 4em; }
    @media (max-width: 900px) {
      .main-footer__logotypes {
        flex-wrap: wrap;
        align-items: center;
        -moz-column-count: 2;
             column-count: 2;
        margin: 0 auto;
        display: block; } }
    .main-footer__logotypes img {
      margin-right: 1.5em; }
      @media (max-width: 900px) {
        .main-footer__logotypes img {
          margin-right: 0;
          margin-bottom: 15px; } }
  .main-footer .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    @media (max-width: 900px) {
      .main-footer .container > * {
        margin-bottom: 30px; } }
  .main-footer__quick {
    width: 13.8%; }
    @media (max-width: 900px) {
      .main-footer__quick {
        width: 100%; } }
  .main-footer__logo {
    width: 17%; }
    @media (max-width: 900px) {
      .main-footer__logo {
        width: 100%;
        text-align: center; } }
  .main-footer__logo img {
    display: block;
    width: 100%;
    max-width: 9.44444em; }
    @media (max-width: 900px) {
      .main-footer__logo img {
        margin: 0 auto; } }
  .main-footer p {
    margin: 0;
    font-weight: 500;
    font-size: 0.88889em;
    line-height: 1.5625em; }
  .main-footer__additional {
    display: flex;
    justify-content: space-between;
    margin-right: 0;
    width: 31%;
    margin-right: 0; }
    @media (max-width: 900px) {
      .main-footer__additional {
        width: 100%; } }
    .main-footer__additional a {
      text-decoration: underline;
      color: #0599ff; }
  .main-footer__address {
    display: flex;
    justify-content: space-between;
    width: 29.3%; }
    .main-footer__address a {
      text-decoration: underline;
      color: #0599ff; }
    @media (max-width: 900px) {
      .main-footer__address {
        width: 100%; } }
  .main-footer ul {
    margin: 0;
    margin-left: auto;
    display: flex;
    align-items: center;
    list-style: none;
    margin-top: 3.5em; }
    @media (max-width: 900px) {
      .main-footer ul {
        margin: 0 auto;
        margin-top: -20px; } }
    .main-footer ul a {
      border-radius: 50%;
      border: 1px solid #e6e6e6;
      width: 2.77778em;
      height: 2.77778em;
      display: flex;
      margin-right: 0.66667em;
      align-items: center;
      justify-content: center; }
  .main-footer__quick a {
    text-decoration: underline;
    color: #0599ff; }
  .main-footer__quick h4 {
    margin: 0;
    font-weight: bold;
    font-size: 0.94444em;
    line-height: 1.58824em;
    color: #1d3568; }

.copyright {
  color: #c4c6c8;
  font-size: 0.83333em;
  padding-top: 1.4em;
  padding-bottom: 5.7em; }
  @media (max-width: 900px) {
    .copyright {
      text-align: center;
      font-size: 0.7em;
      padding-bottom: 1.8em; } }

.quote {
  font-weight: bold;
  font-size: 2.55556em;
  color: #1d3568;
  font-style: italic;
  text-align: center;
  margin-bottom: -3.1em;
  line-height: 1.3;
  padding-top: 3.1em;
  position: relative;
  z-index: 2;
  padding-top: 1.5em;
  margin-bottom: -1.5em; }
  .quote--add:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background-image: url("../../img/quote-bg.png");
    height: 300px;
    width: 429px; }
  @media (max-width: 900px) {
    .quote {
      padding-top: 50px;
      margin-bottom: -70px;
      font-size: 24px; } }
  .quote + .solution {
    padding-bottom: 2.5em; }
  .quote ~ .services {
    margin-top: -9.55em;
    padding-bottom: 6.2em; }
    @media (max-width: 900px) {
      .quote ~ .services {
        margin-top: 0; } }
    .quote ~ .services .service-item {
      padding-top: 3.1em;
      padding-bottom: 2em; }
    .quote ~ .services h3 {
      padding-left: 0;
      margin-bottom: 0.9em; }

.steps {
  padding-top: 3.15em;
  padding-bottom: 3.9em;
  background-image: url("../../img/steps-bg.png");
  background-repeat: no-repeat;
  background-position: center center; }
  @media (max-width: 900px) {
    .steps {
      padding: 50px 0; } }
  .steps .container {
    max-width: 818px; }
  .steps__title {
    text-align: center; }
  .steps__body {
    display: flex;
    margin-top: 4.3em;
    justify-content: space-between;
    align-items: flex-start; }
  .steps__right {
    margin-top: 0.5em;
    width: 66.8%; }
    @media (max-width: 900px) {
      .steps__right {
        width: 100%; } }
    .steps__right__button {
      display: inline-flex;
      align-items: center; }
      .steps__right__button span {
        font-weight: bold;
        font-size: 1.05556em;
        color: #1d3568; }
      .steps__right__button__image {
        width: 2.77778em;
        height: 2.77778em;
        border-radius: 50%;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border: 1px solid #e8e8e8;
        margin-right: 1.3em;
        margin-right: 1em; }
        .steps__right__button__image img {
          transform: rotate(90deg); }
    .steps__right__image {
      margin-top: 2em;
      margin-bottom: 2em; }
      .steps__right__image img {
        display: block;
        max-width: 100%;
        height: auto; }
    .steps__right__description {
      display: flex; }
      .steps__right__description__image {
        display: block;
        margin-right: 1.4em; }
      .steps__right__description__text__large {
        font-weight: bold;
        font-size: 1.38889em;
        color: #1d3568;
        margin-bottom: .1em; }
      .steps__right__description__text__small {
        font-weight: 500;
        font-size: 1em;
        color: #566588; }
  .steps__left {
    text-align: center;
    width: 22.7%;
    display: flex;
    justify-content: center; }
    @media (max-width: 900px) {
      .steps__left {
        display: none; } }
    .steps__left ul {
      list-style: none;
      margin: 0;
      position: relative; }
      .steps__left ul:after {
        content: '';
        position: absolute;
        background: #e7e7e7;
        width: 1px;
        z-index: -1;
        top: -2.7em;
        left: 50%;
        height: calc(100% + 6em); }
      .steps__left ul li {
        margin-bottom: 3.5em; }
        .steps__left ul li:last-child {
          margin-bottom: 0; }
      .steps__left ul a {
        font-size: 1.38889em;
        color: #1d3568;
        background: #fff;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 2.56em;
        height: 2.56em;
        border: 1px solid #e7e7e7; }
        .steps__left ul a.active {
          background: #0599ff;
          color: #fff;
          border: 6px solid #fff;
          box-shadow: 0px 14px 46px 0px rgba(138, 138, 138, 0.56); }

.benefits {
  background: #021335;
  padding-top: 3em;
  padding-bottom: 4.6em;
  background-image: url("../../img/benefits.jpg");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover; }
  .benefits__list {
    display: flex;
    justify-content: space-between; }
    @media (max-width: 767px) {
      .benefits__list {
        flex-direction: column; } }
  .benefits .container {
    max-width: 1100px; }
  @media (max-width: 900px) {
    .benefits {
      padding: 50px 0; } }
  .benefits__title {
    text-align: center; }
  .benefits h3 {
    color: #fff; }
  .benefits ul {
    margin: 0;
    list-style: none;
    font-weight: 500;
    font-size: 1.05556em;
    color: #fff;
    margin-top: 4.4em; }
    @media (max-width: 900px) {
      .benefits ul {
        margin-top: 30px;
        -moz-column-count: 1;
             column-count: 1; } }
    .benefits ul li {
      display: flex;
      align-items: center;
      margin-bottom: 1.3em; }
      .benefits ul li img {
        margin-right: 1.1em; }

.column-text {
  padding-top: 6.2em;
  padding-bottom: 5.7em; }
  @media (max-width: 900px) {
    .column-text {
      padding: 50px 0; } }
  .column-text .container {
    display: flex;
    justify-content: space-between; }
    @media (max-width: 900px) {
      .column-text .container {
        flex-wrap: wrap; } }
  .column-text__left, .column-text__right {
    width: 45%; }
    @media (max-width: 900px) {
      .column-text__left, .column-text__right {
        width: 100%; } }
  .column-text p {
    font-size: 1.05556em;
    line-height: 1.63158em;
    margin: 0;
    margin-bottom: 1.7em; }

.map {
  position: relative;
  margin-top: 6.3em;
  margin-bottom: 2.2em; }
  .map:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url("../../img/map-bg.png");
    background-repeat: no-repeat;
    background-position: center bottom; }
  @media (max-width: 900px) {
    .map {
      margin: 50px 0; } }
  .map + .services {
    padding-bottom: 8.3em; }
    .map + .services h3 {
      padding-left: 0;
      margin-bottom: 0.7em; }
    .map + .services .service-item {
      padding-top: 3.15em;
      padding-left: 1.95em;
      padding-right: 1.95em;
      padding-bottom: 2.25em; }
    .map + .services .service-item__image {
      margin-bottom: 1.8em; }
    .map + .services .service-item__text {
      font-weight: bold;
      font-size: 1.05556em;
      color: #0599ff; }
  .map .container {
    position: relative; }
  .map-box {
    position: absolute;
    background: #fff;
    left: 9.2em;
    top: 6.6em;
    max-width: 25.8em;
    width: 100%;
    padding-top: 5.05em;
    padding-left: 4em;
    padding-bottom: 1em;
    z-index: 3;
    box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.1);
    background-image: url("../../img/inner-box.png");
    background-repeat: no-repeat;
    background-position: center bottom; }
    @media (max-width: 900px) {
      .map-box {
        position: static;
        padding: 30px;
        margin-bottom: 30px;
        max-width: 100%; } }
    .map-box__title {
      font-weight: bold;
      font-size: 1.83333em;
      color: #1d3568;
      margin-bottom: 1.6em; }
    .map-box p {
      font-weight: 500;
      font-size: 1.11111em;
      margin: 0;
      line-height: 1.25em;
      margin-bottom: 1em; }
      .map-box p a {
        color: #0599ff;
        text-decoration: underline; }
      .map-box p:nth-child(3) {
        margin-bottom: 3em; }
      .map-box p:nth-child(3) ~ p {
        font-size: 0.94444em;
        margin-bottom: 3em;
        line-height: 1.29412em; }

#map {
  height: 39.11111em;
  background: #f5f3f2; }

.newsletter {
  padding-bottom: 8.3em;
  position: relative; }
  .newsletter:after {
    content: '';
    position: absolute;
    top: -2em;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    background-image: url("../../img/bg-newsletter.png");
    background-repeat: no-repeat;
    background-position: top center; }
  .newsletter__box {
    background: #0269c1;
    display: flex;
    padding-top: 4.6em;
    padding-left: 4.4em;
    padding-right: 7.7em;
    justify-content: space-between;
    padding-bottom: 4.4em;
    background-image: url("../../img/newsletter-bg.jpg");
    background-size: cover; }
    @media (max-width: 900px) {
      .newsletter__box {
        flex-wrap: wrap;
        padding: 30px; } }
  .newsletter__right {
    width: 52.6%; }
    @media (max-width: 900px) {
      .newsletter__right {
        width: 100%; } }
    .newsletter__right form {
      display: flex;
      position: relative;
      margin-top: 1em; }
      @media (max-width: 900px) {
        .newsletter__right form {
          width: 100%;
          flex-wrap: wrap; } }
    .newsletter__right .button {
      position: absolute;
      right: 0;
      top: 0; }
      @media (max-width: 900px) {
        .newsletter__right .button {
          position: static;
          margin: 0 auto; } }
    .newsletter__right input {
      border: none;
      background: #fff;
      font-size: 1em;
      border-radius: 33px;
      width: 100%;
      height: 3.2em;
      padding-left: 2.3em;
      padding-right: 10em; }
      @media (max-width: 900px) {
        .newsletter__right input {
          padding: 0 15px;
          margin-bottom: 15px; } }
  .newsletter__left {
    width: 36.5%; }
    @media (max-width: 900px) {
      .newsletter__left {
        width: 100%;
        text-align: center; } }
    .newsletter__left h3 {
      color: #fff;
      margin-bottom: .13em; }
    .newsletter__left p {
      margin: 0;
      color: #fff;
      font-weight: 500;
      font-size: 1.05556em; }

.gui {
  padding-top: 2.5em; }
  .gui:first-child {
    padding-top: 0 !important; }

.gui1:not(:last-child), .gui2:not(:last-child), .gui3:not(:last-child), .gui4:not(:last-child) {
  border-bottom: 1px solid #e9f0f4; }

@media (max-width: 900px) {
  .gui1, .gui2, .gui3, .gui4 {
    padding: 50px 0 20px !important; } }

.gui1, .gui2, .gui3, .gui4 {
  padding-top: 2.5em !important;
  padding-bottom: 2.5em !important; }

.gui1 {
  padding-top: 8.2em;
  padding-bottom: 4.1em; }
  .gui1 ul {
    list-style: none;
    font-weight: bold;
    font-size: 1.05556em;
    color: #1d3568;
    margin-top: 2.65em; }
    .gui1 ul li {
      position: relative;
      margin-bottom: 0.75em;
      padding-left: 2.2em;
      margin-bottom: 1.3em; }
      .gui1 ul li:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        border-radius: 50%;
        width: 1.5em;
        height: 1.5em;
        background: #ebf7ff;
        background-image: url("../../img/tick.png");
        background-repeat: no-repeat;
        background-position: center center; }

.gui2 {
  padding-top: 4.8em;
  padding-bottom: 5.1em; }
  .gui2__body {
    display: flex;
    justify-content: space-between;
    margin-top: 2.5em; }
    @media (max-width: 900px) {
      .gui2__body {
        flex-wrap: wrap; } }
  .gui2__left {
    width: 30%;
    margin-top: 0.8em; }
    @media (max-width: 900px) {
      .gui2__left {
        width: 100%;
        margin-bottom: 30px; } }
    .gui2__left ul {
      list-style: none;
      font-size: 1.27778em;
      color: #1d3568;
      border: 1px solid #e7e7e7;
      margin: 0; }
      .gui2__left ul li {
        border-bottom: 1px solid #e7e7e7; }
        .gui2__left ul li a {
          display: block;
          width: 100%;
          padding-top: 1.3em;
          padding-bottom: 1.1em;
          padding-left: 1.2em;
          font-weight: bold;
          transition: all .3s ease;
          justify-content: space-between;
          padding-right: 1em;
          display: flex;
          align-items: center; }
          .gui2__left ul li a img {
            -webkit-filter: brightness(0) saturate(100%) invert(57%) sepia(97%) saturate(1828%) hue-rotate(133deg) brightness(101%) contrast(94%);
                    filter: brightness(0) saturate(100%) invert(57%) sepia(97%) saturate(1828%) hue-rotate(133deg) brightness(101%) contrast(94%); }
        .gui2__left ul li a.active, .gui2__left ul li a:hover {
          background: #0599ff;
          border-radius: 5px;
          color: #fff;
          width: 108%; }
          .gui2__left ul li a.active img, .gui2__left ul li a:hover img {
            -webkit-filter: none;
                    filter: none; }
          @media (max-width: 900px) {
            .gui2__left ul li a.active, .gui2__left ul li a:hover {
              width: 100%; } }
  .gui2__right {
    width: 59.8%; }
    @media (max-width: 900px) {
      .gui2__right {
        width: 100%; } }
    .gui2__right > div {
      display: none; }
    .gui2__right .active {
      display: block; }
    .gui2__right h2 {
      font-size: 2em;
      color: #0599ff;
      font-weight: bold;
      margin: 0;
      margin-bottom: 0.5em; }
    .gui2__right p {
      font-size: 1.05556em;
      margin: 0;
      line-height: 1.63158em;
      margin-bottom: 1.6em; }
      .gui2__right p strong {
        color: #1d3568; }
    .gui2__right ul {
      list-style: none;
      font-weight: bold;
      font-size: 1.05556em;
      color: #1d3568; }
      .gui2__right ul li {
        position: relative;
        margin-bottom: 0.75em;
        padding-left: 2.2em; }
        .gui2__right ul li:before {
          content: '';
          position: absolute;
          left: 0;
          top: 0;
          border-radius: 50%;
          width: 1.5em;
          height: 1.5em;
          background: #ebf7ff;
          background-image: url("../../img/tick.png");
          background-repeat: no-repeat;
          background-position: center center; }

.gui3 {
  padding-top: 5.3em;
  padding-bottom: 2.4em; }
  .gui3 h3 {
    margin-bottom: 1.5em; }
  .gui3__section {
    margin-bottom: 3.8em; }
    .gui3__section p {
      margin: 0;
      font-size: 1.05556em;
      color: #566588;
      line-height: 1.63158em;
      margin-top: 0.6em;
      padding-left: 2.4em;
      max-width: 50em; }
    .gui3__section__subtitle {
      display: flex;
      align-items: center;
      font-size: 1.05556em;
      color: #1d3568;
      font-weight: bold;
      margin-top: 2.2em; }
      .gui3__section__subtitle img {
        margin-right: 0.9em; }
    .gui3__section__title {
      display: flex;
      align-items: center;
      margin-bottom: 2.3em; }
      .gui3__section__title span:first-child {
        margin-right: 0.5em; }
      .gui3__section__title span {
        font-size: 2em;
        color: #0599ff;
        font-weight: bold; }

.gui4 {
  padding-top: 7.8em;
  padding-bottom: 9.9em; }
  .gui4__top {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media (max-width: 900px) {
      .gui4__top {
        flex-direction: column; } }
    .gui4__top__left {
      width: 40%; }
      @media (max-width: 900px) {
        .gui4__top__left {
          width: 100%; } }
    .gui4__top__right {
      max-width: 30%; }
      @media (max-width: 900px) {
        .gui4__top__right {
          width: 100%;
          margin-top: 30px; } }
      .gui4__top__right img {
        display: block;
        max-width: 100%;
        height: auto; }
  .gui4__main {
    margin-top: 2.5em; }
    .gui4__main ul {
      list-style: none;
      font-weight: bold;
      font-size: 1.05556em;
      color: #1d3568;
      margin-top: 1.55em; }
      .gui4__main ul li {
        position: relative;
        margin-bottom: 0.75em;
        padding-left: 2.2em;
        margin-bottom: 1.3em; }
        .gui4__main ul li:before {
          content: '';
          position: absolute;
          left: 0;
          top: 0;
          border-radius: 50%;
          width: 1.5em;
          height: 1.5em;
          background: #ebf7ff;
          background-image: url("../../img/tick.png");
          background-repeat: no-repeat;
          background-position: center center; }
    .gui4__main p {
      margin: 0;
      font-size: 1.05556em;
      margin-bottom: 0.4em;
      line-height: 1.63158em; }
      .gui4__main p strong {
        color: #1d3568; }

.gallery {
  margin-top: -2.4em;
  padding-bottom: 3em; }
  @media (max-width: 767px) {
    .gallery {
      margin-top: -4.4em; } }
  .gallery .owl-dots {
    position: absolute;
    padding-right: 2.6em;
    display: flex;
    right: 0;
    bottom: 0;
    counter-reset: cc;
    align-items: center;
    bottom: 0.6em; }
    @media (max-width: 767px) {
      .gallery .owl-dots {
        bottom: 0;
        bottom: -1.4em; } }
    .gallery .owl-dots .owl-dot {
      counter-increment: cc;
      width: 2.33333em;
      height: 2.33333em;
      position: relative;
      border-radius: 50%;
      color: #566588;
      font-weight: bold;
      border: 1px solid transparent; }
      .gallery .owl-dots .owl-dot:focus {
        outline: none; }
      .gallery .owl-dots .owl-dot span {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 0.92111em; }
        .gallery .owl-dots .owl-dot span:after {
          content: counter(cc); }
      .gallery .owl-dots .owl-dot.active {
        color: #0599ff;
        width: 2.53317em;
        height: 2.53317em;
        border: 1px solid #d7e3ec; }
  .gallery .owl-carousel {
    margin-top: -0.6em; }
  .gallery-images {
    display: flex;
    justify-content: space-between;
    padding-left: 3.95em;
    padding-right: 3.05em;
    align-items: center; }
    @media (max-width: 767px) {
      .gallery-images {
        padding: 0;
        margin-top: 3em; } }
    .gallery-images img {
      display: block;
      max-width: 100%;
      height: auto;
      margin-bottom: 14px; }
    .gallery-images__left {
      margin-right: 7px;
      width: 36.6%; }
    .gallery-images__right {
      width: calc(62.7% - 7px); }
      .gallery-images__right__top {
        width: 100%; }
      .gallery-images__right__bottom {
        display: flex;
        width: 100%; }
        .gallery-images__right__bottom__left {
          width: 40.78%;
          margin-right: 11px; }
        .gallery-images__right__bottom__right {
          width: 58%; }

.rozwiazania {
  padding-top: 4.5em;
  padding-bottom: 2.2em; }
  .rozwiazania .container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
  .rozwiazania__right {
    width: 56.9%;
    padding-top: 8.1em; }
    @media (max-width: 767px) {
      .rozwiazania__right {
        width: 100%;
        padding-top: 30px; } }
    .rozwiazania__right p {
      font-size: 1.045em;
      line-height: 1.6;
      margin: 0;
      margin-bottom: 1.7em; }
  .rozwiazania__left {
    width: 33%; }
    @media (max-width: 767px) {
      .rozwiazania__left {
        width: 100%; } }
    .rozwiazania__left p {
      margin: 0;
      color: #0599ff;
      font-size: 1.27778em;
      line-height: 1.47826em;
      font-weight: 600;
      margin-top: 1.3em;
      margin-bottom: 1.5em; }
      .rozwiazania__left p ~ p {
        color: #1d3568;
        font-size: 1.05556em;
        line-height: 1.63158em; }

.clients-list {
  padding-bottom: 2em; }
  .clients-list .pagination {
    margin-top: 3.3em; }
  .clients-list__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 0 -7px; }
  .clients-list .client-item {
    margin-bottom: 13px;
    padding: 0 7px;
    width: 25%; }
    @media (max-width: 1000px) and (min-width: 600px) {
      .clients-list .client-item {
        width: calc(100% / 3); } }
    @media (max-width: 600px) {
      .clients-list .client-item {
        width: 50%; } }
    .clients-list .client-item__inner {
      display: flex;
      align-items: center;
      justify-content: center;
      border: 1px solid #e7e7e7;
      border-radius: 5px;
      background: #fff;
      height: 12.2em; }
      @media (max-width: 600px) {
        .clients-list .client-item__inner {
          padding: 15px;
          height: 200px; } }
      .clients-list .client-item__inner img {
        display: block;
        max-width: 100%;
        height: auto; }

.title-center {
  text-align: center; }

.-js-more-steps, .-js-last-step {
  cursor: pointer; }

.gradient {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,f6f9fb+100 */
  background: #ffffff;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffffff 0%, #f6f9fb 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f9fb', GradientType=0);
  /* IE6-9 */ }

.service-item__image img {
  display: block;
  height: 2.6em; }
.mm-menu_offcanvas {
  z-index: 100;
}
.mm-btn {
  border-left-width: 0px;
}

:root {
  --mm-color-border: rgba(255, 255, 255, 0.2);
  --mm-color-button: #fff;
  --mm-color-text: #fff;
  --mm-color-text-dimmed: #ffffff;
  --mm-color-background: #071839;
  --mm-color-background-highlight: rgb(20, 59, 134);
  --mm-color-background-emphasis: rgb(20, 59, 134);
}

.mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened~.mm-slideout {
  z-index: 99;
}

@media(max-width: 900px) {
  .gui4__top + .gui3__section {
    margin-top: 60px;
  }
}