/*! normalize.css v2.1.3 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 8/9.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */

audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9.
 */

img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari 5.
 */

figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */

button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Magnific Popup CSS */

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */

.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */

  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
        transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
        transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
        transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

/* Slider */

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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

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

/**
 * Swiper 4.4.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 1, 2018
 */

.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

/* 3D Effects */

.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* IE10 Windows Phone 8 Fixes */

.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Progress */

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* a11y */

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/MontserratLight.eot?8bc2e6b5231f71d4504f52445fd40134);
  src: url(/fonts/MontserratLight.eot?8bc2e6b5231f71d4504f52445fd40134) format("embedded-opentype"), url(/fonts/MontserratLight.woff2?679949f66a2b1727e912d7dcd2accea0) format("woff2"), url(/fonts/MontserratLight.woff?237d3f6d9fa1181a83023c7564ca8a1f) format("woff"), url(/fonts/MontserratLight.ttf?6b805cb64ae57caef10e649af5922ec9) format("truetype"), url(/fonts/MontserratLight.svg?4e12ca2890aab94900d6cc32bd48a499) format("svg");
  font-weight: 300;
}

@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/MontserratRegular.eot?9e7f52b835c35769a3ab1e15bde46073);
  src: url(/fonts/MontserratRegular.eot?9e7f52b835c35769a3ab1e15bde46073) format("embedded-opentype"), url(/fonts/MontserratRegular.woff2?1f273b1f9ce7383fbaa52ef261f7924a) format("woff2"), url(/fonts/MontserratRegular.woff?e7a55e4739ed4509444df08151cdb653) format("woff"), url(/fonts/MontserratRegular.ttf?805cd78d4bf97c32c5469f8f5aa17451) format("truetype"), url(/fonts/MontserratRegular.svg?cf79e84350a6d42ec3bf33702b2049a7) format("svg");
  font-weight: 400;
}

@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/MontserratBold.eot?f5949c7a37d43bf424d422e9d7451b5b);
  src: url(/fonts/MontserratBold.eot?f5949c7a37d43bf424d422e9d7451b5b) format("embedded-opentype"), url(/fonts/MontserratBold.woff2?ae3cee831626000538ebc16cdda7a882) format("woff2"), url(/fonts/MontserratBold.woff?5d7d77419a57d34b55d39e099ea50e5c) format("woff"), url(/fonts/MontserratBold.ttf?3c69a79b8cf202e2a3fc18c972cbdd06) format("truetype"), url(/fonts/MontserratBold.svg?1f977dc6e1f5b274fd999f3f56a5255e) format("svg");
  font-weight: 700;
}

@font-face {
  font-family: "Montserrat";
  src: url(/fonts/Montserrat-ExtraBold.woff2?486aee9115a7a0ab4c5ca463bfc49fbe) format("woff2"), url(/fonts/Montserrat-ExtraBold.woff?00f80d4c8e6a6c330e451fbb737a391c) format("woff");
  font-style: normal;
  font-weight: 800;
}

@font-face {
  font-family: 'Ubuntu';
  src: url(/fonts/UbuntuLight.eot?4ee78c5fa7f77714c4e13f606b4f3faf);
  src: url(/fonts/UbuntuLight.eot?4ee78c5fa7f77714c4e13f606b4f3faf) format("embedded-opentype"), url(/fonts/UbuntuLight.woff2?4bad31ae37d62f927a11a7cc58892574) format("woff2"), url(/fonts/UbuntuLight.woff?e1f730111928503a4b23d5245a8ebec4) format("woff"), url(/fonts/UbuntuLight.ttf?d37f5e9d1299d98650e17c7eab0273c8) format("truetype"), url(/fonts/UbuntuLight.svg?be5bfa21369a9694a9c4a663335801c3) format("svg");
  font-weight: 300;
}

@font-face {
  font-family: 'Ubuntu';
  src: url(/fonts/UbuntuRegular.eot?387b2be1458125f2987c03131d187501);
  src: url(/fonts/UbuntuRegular.eot?387b2be1458125f2987c03131d187501) format("embedded-opentype"), url(/fonts/UbuntuRegular.woff2?1e25bdc89ad31c6021a0502fd43494ef) format("woff2"), url(/fonts/UbuntuRegular.woff?ed1b5ea0f76b991e26bc61de7acdd5eb) format("woff"), url(/fonts/UbuntuRegular.ttf?bb00ef72db09be3849463d7fab06fa98) format("truetype"), url(/fonts/UbuntuRegular.svg?7d979ffdae6f85a7f9140bf896f49e09) format("svg");
  font-weight: 400;
}

@font-face {
  font-family: "Ubuntu";
  src: url(/fonts/UbuntuBold.woff2?d75aaac061f6f32c80d5d4c5095ec96a) format("woff2"), url(/fonts/UbuntuBold.woff?80d47ad0c90c72bf06a23a751928cf79) format("woff");
  font-style: normal;
  font-weight: 700;
}

*::-webkit-input-placeholder {
  color: #252525;
  opacity: .6;
}

*:-moz-placeholder {
  color: #252525;
  opacity: .6;
}

*::-moz-placeholder {
  color: #252525;
  opacity: .6;
}

*:-ms-input-placeholder {
  color: #252525 !important;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
  color: #252525;
}

body input:required:valid,
body textarea:required:valid {
  color: #252525;
}

html._open-menu,
body._open-menu {
  overflow-y: hidden;
}

body {
  font-size: 16px;
  position: relative;
  line-height: 1.75;
  font-family: Ubuntu, sans-serif;
  font-weight: 300;
}

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

.main-wrapper {
  position: relative;
  min-height: 100%;
}

.container {
  width: 1650px;
  margin: 0 auto;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.flex-column-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.justify-content-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.justify-content-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.justify-content-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.justify-content-around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.justify-content-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.align-items-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.align-items-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.align-items-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.btn {
  display: inline-block;
  background: #fc4849;
  color: #fff;
  outline: none;
  border: none;
  text-decoration: none;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
  font-size: 18px;
  text-transform: uppercase;
  min-width: 300px;
  text-align: center;
  padding: 28px 0;
  letter-spacing: 0.1em;
  word-spacing: -1px;
  line-height: 1;
  cursor: pointer;
  vertical-align: top;
}

.main-title {
  text-align: center;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 46px;
  font-weight: 700;
  color: #252525;
  line-height: 1.2;
}

.slick-dots {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slick-dots li {
  list-style: none;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}

.slick-dots li.slick-active button {
  background: #ff4848;
}

.slick-dots li button {
  text-indent: -9999px;
  border: none;
  background: #e7edf8;
  outline: none;
  border-radius: 50%;
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
  cursor: pointer;
  width: 18px;
  height: 18px;
  margin: 0 7px 0 8px;
  padding: 0;
}

.slick-dots li button:hover {
  background: #ff4848;
}

.image-bg__container {
  max-width: 1420px;
  padding: 0 15px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.image-bg__wrap {
  max-width: 500px;
}

.image-bg__title {
  text-align: left;
}

.image-bg__text {
  font-size: 20px;
  line-height: 1.6;
}

.image-bg__text p {
  margin: 32px 0;
}

.image-bg__text p:first-child {
  margin-top: 20px;
}

.image-bg__text p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 1480px) {
  .image-bg__container {
    max-width: 1074px;
  }

  .image-bg__wrap {
    max-width: 54%;
  }
}

@media screen and (max-width: 992px) {
  .image-bg__container {
    margin: 0;
    padding-bottom: 0;
  }

  .grecaptcha-badge {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .main-title {
    font-size: 32px;
  }

  .image-bg__title {
    text-align: center;
  }

  .image-bg__container {
    max-width: 100%;
    padding: 0 30px;
  }

  .image-bg__wrap {
    max-width: 100%;
  }

  .image-bg__text {
    margin-bottom: 0;
    font-size: 16px;
    text-align: center;
  }

  .image-bg__text p:first-child {
    margin-top: 15px;
  }

  .image-bg__text p:last-child {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 540px) {
  .wrapper {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 480px) {
  .btn {
    min-width: 100%;
  }
}

.main-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 113px;
  padding-top: 28px;
  z-index: 20;
}

.main-header__wrap {
  width: 100%;
  max-width: 1920px;
  padding: 0 170px;
  margin: 0 auto;
}

@media screen and (max-width: 1340px) {
  .main-header__wrap {
    padding: 0 100px;
  }
}

@media screen and (max-width: 1080px) {
  .main-header__wrap {
    padding: 0 60px;
  }
}

@media screen and (max-width: 980px) {
  .main-header__wrap {
    padding: 0 30px;
  }
}

@media screen and (max-width: 912px) {
  .main-header__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.logo {
  width: 188px;
}

.logo img {
  width: 100%;
}

.navbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.navbar__item {
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
  font-weight: 400;
}

.navbar__link {
  color: #fff;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 57px;
  border: 1px solid transparent;
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
  padding: 0 35px;
  outline: none;
}

.navbar__link:hover {
  border-color: #fff;
}

.navbar__link:focus,
.navbar__link:active {
  outline: none;
}

@media screen and (max-width: 1200px) {
  .navbar__link {
    padding: 0 20px;
  }
}

.toggle-navbar {
  display: none;
  height: 32px;
  width: 33px;
}

.toggle-navbar__btn {
  background: none;
  outline: none;
  border: none;
  cursor: pointer;
  height: 24px;
  padding: 0;
}

.toggle-navbar__btn:hover span {
  left: 0;
}

.toggle-navbar__btn:hover span::before,
.toggle-navbar__btn:hover span::after {
  left: 0;
}

.toggle-navbar__btn._active span {
  background: none;
}

.toggle-navbar__btn._active span::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 0;
  background: #252525;
}

.toggle-navbar__btn._active span::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  bottom: 0;
  background: #252525;
}

.toggle-navbar__btn span {
  display: block;
  width: 33px;
  height: 4px;
  background: #fff;
  border-radius: 4px;
  position: relative;
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
}

.toggle-navbar__btn span::before,
.toggle-navbar__btn span::after {
  content: "";
  background: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
  left: 0;
}

.toggle-navbar__btn span::before {
  top: -10px;
}

.toggle-navbar__btn span::after {
  bottom: -10px;
}

@media screen and (max-width: 992px) {
  .navbar__link {
    padding: 0 12px 1px;
    height: 40px;
  }
}

@media screen and (max-width: 912px) {
  .logo {
    width: 160px;
    margin: 0 0 0 28px;
  }

  .toggle-navbar {
    display: block;
  }

  .toggle-navbar__btn._active {
    position: absolute;
    z-index: 101;
  }

  .navbar {
    position: absolute;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    top: 0;
    left: 0;
    min-height: 100vh;
    width: 100%;
    background: rgba(255, 255, 255, 0.93);
    z-index: 100;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: .2s ease-out;
    transition: .2s ease-out;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }

  .navbar._open {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  .navbar__item {
    font-size: 18px;
    margin: 30px 0;
  }

  .navbar__link {
    color: #252525;
    border: none;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .navbar__link:hover {
    text-decoration: underline;
  }
}

@media screen and (max-width: 540px) {
  .navbar__item {
    margin: 20px 0;
  }
}

@media screen and (max-height: 500px) {
  .navbar__item {
    margin: 10px 0;
  }
}

.main-footer {
  background: #1f2548;
}

.main-footer__top {
  padding-top: 46px;
  padding-bottom: 40px;
}

.main-footer__bottom {
  background: #151c42;
}

.main-footer__wrap {
  max-width: 1535px;
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-footer__logo {
  width: 177px;
}

.main-footer__logo img {
  width: 100%;
}

.main-footer__navbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
  text-transform: uppercase;
}

.main-footer__navbar__item {
  margin: 0 39px;
}

.main-footer__navbar__link {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
}

.main-footer__navbar__link:hover {
  border-color: #fff;
}

.main-footer__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 180px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.main-footer__socials__link.fb {
  width: 11px;
}

.main-footer__socials__link.tw {
  width: 14px;
}

.main-footer__socials__link.li {
  width: 21px;
}

.main-footer__socials__link.m {
  width: 24px;
}

.main-footer__socials__link.vimeo {
  width: 24px;
}

.main-footer__socials__link.lottie {
  width: 22px;
}

.main-footer__socials__link.behance {
  width: 28px;
}

.main-footer__copyright {
  font-size: 18px;
  color: #fff;
  opacity: .3;
  text-align: center;
  letter-spacing: 1.5px;
  padding: 21px 0 21px;
}

@media screen and (max-width: 1620px) {
  .main-footer__wrap {
    max-width: 1024px;
  }
}

@media screen and (max-width: 1060px) {
  .main-footer__wrap {
    max-width: 850px;
  }

  .main-footer__navbar {
    font-size: 14px;
  }

  .main-footer__navbar__item {
    margin: 0 30px;
  }
}

@media screen and (max-width: 992px) {
  .main-footer__top {
    padding-top: 26px;
    padding-bottom: 0;
  }

  .main-footer__wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 100%;
    padding: 0;
  }

  .main-footer__logo {
    margin-right: 0;
    opacity: .5;
  }

  .main-footer__navbar {
    font-size: 18px;
    margin-top: 24px;
    margin-bottom: 24px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }

  .main-footer__navbar__item {
    margin: 0 50px;
  }

  .main-footer__socials {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #1a2145;
    padding: 20px;
  }

  .main-footer__socials a {
    margin: 0 16px;
  }
}

@media screen and (max-width: 767px) {
  .main-footer__navbar {
    font-size: 16px;
  }
}

@media screen and (max-width: 680px) {
  .main-footer__navbar__item {
    margin: 0 40px;
  }
}

@media screen and (max-width: 600px) {
  .main-footer {
    height: 202px;
  }

  .main-footer__logo {
    width: 160px;
  }

  .main-footer__navbar {
    font-size: 15px;
  }

  .main-footer__navbar__item {
    margin: 0 35px;
  }

  .main-footer__copyright {
    padding: 16px 0 18px;
    font-size: 14px;
  }
}

@media screen and (max-width: 540px) {
  .main-footer {
    position: static;
    height: auto;
  }

  .main-footer__navbar__item {
    margin: 0 25px;
  }
}

@media screen and (max-width: 480px) {
  .main-footer__logo {
    width: 120px;
  }

  .main-footer__navbar {
    font-size: 14px;
  }

  .main-footer__navbar__item {
    margin: 0 10px;
  }
}

@media screen and (max-width: 350px) {
  .main-footer__navbar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 12px;
  }

  .main-footer__navbar__item {
    margin: 12px 0;
  }
}

.first-block {
  height: 100vh;
  position: relative;
}

.first-block .carousel-header {
  height: 100%;
}

.first-block__slide {
  padding-top: 113px;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

.first-block__slide.first-slide {
  background: -webkit-gradient(linear, left top, left bottom, from(#ff4848), to(#073787));
  background: -webkit-linear-gradient(top, #ff4848, #073787);
  background: -o-linear-gradient(top, #ff4848, #073787);
  background: linear-gradient(to bottom, #ff4848, #073787);
}

.first-block__slide.first-slide .first-block__bg .particle-bg-2 {
  position: absolute;
}

.first-block__slide.first-slide .first-block__bg .particle-bg-1 {
  top: 10%;
  right: 0;
  text-align: right;
}

.first-block__slide.first-slide .first-block__bg .particle-bg-2 {
  right: -42%;
  top: 42%;
}

.first-block__slide.first-slide .first-block__bg .particle-bg-2 img {
  min-width: 100%;
  max-width: none;
}

@media screen and (max-width: 912px) {
  .first-block__slide.first-slide .first-block__bg {
    display: none;
  }
}

.first-block__slide.second-slide {
  background: -webkit-gradient(linear, left top, left bottom, from(#01aafe), color-stop(70%, #2857c4), to(#532293));
  background: -webkit-linear-gradient(top, #01aafe 0%, #2857c4 70%, #532293 100%);
  background: -o-linear-gradient(top, #01aafe 0%, #2857c4 70%, #532293 100%);
  background: linear-gradient(to bottom, #01aafe 0%, #2857c4 70%, #532293 100%);
}

.first-block__slide.second-slide .first-block__bg .particle-bg-1,
.first-block__slide.second-slide .first-block__bg .particle-bg-2 {
  position: absolute;
  width: 100%;
}

.first-block__slide.second-slide .first-block__bg .particle-bg-1 {
  top: 44%;
  left: -40%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.first-block__slide.second-slide .first-block__bg .particle-bg-2 {
  bottom: 44%;
  right: -40%;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}

@media screen and (max-width: 912px) {
  .first-block__slide.second-slide .first-block__bg {
    display: none;
  }
}

.first-block__slide.third-slide {
  background: -webkit-gradient(linear, left top, left bottom, from(#ff4815), color-stop(30%, #ff8009), to(#ffaa01));
  background: -webkit-linear-gradient(top, #ff4815 0%, #ff8009 30%, #ffaa01 100%);
  background: -o-linear-gradient(top, #ff4815 0%, #ff8009 30%, #ffaa01 100%);
  background: linear-gradient(to bottom, #ff4815 0%, #ff8009 30%, #ffaa01 100%);
}

.first-block__slide.third-slide .first-block__bg .particle-bg-1,
.first-block__slide.third-slide .first-block__bg .particle-bg-2 {
  position: absolute;
}

.first-block__slide.third-slide .first-block__bg .particle-bg-1 {
  top: 44%;
  left: -60%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.first-block__slide.third-slide .first-block__bg .particle-bg-2 {
  bottom: 30%;
  right: -58%;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}

@media screen and (max-width: 912px) {
  .first-block__slide.third-slide .first-block__bg {
    display: none;
  }
}

.first-block__slide.fourth-slide {
  background: -webkit-gradient(linear, left top, left bottom, from(#00ccc5), color-stop(70%, #005387), to(#001f63));
  background: -webkit-linear-gradient(top, #00ccc5 0%, #005387 70%, #001f63 100%);
  background: -o-linear-gradient(top, #00ccc5 0%, #005387 70%, #001f63 100%);
  background: linear-gradient(to bottom, #00ccc5 0%, #005387 70%, #001f63 100%);
}

.first-block__slide.fourth-slide .first-block__bg .particle-bg-1,
.first-block__slide.fourth-slide .first-block__bg .particle-bg-2 {
  position: absolute;
}

.first-block__slide.fourth-slide .first-block__bg .particle-bg-1 {
  top: 44%;
  left: -44%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.first-block__slide.fourth-slide .first-block__bg .particle-bg-2 {
  bottom: 40%;
  right: -70%;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}

@media screen and (max-width: 912px) {
  .first-block__slide.fourth-slide .first-block__bg {
    display: none;
  }
}

@media screen and (max-width: 912px) {
  .first-block__slide {
    padding-top: 90px;
  }
}

.first-block__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.first-block__pl {
  position: absolute;
  opacity: 0;
  -webkit-transition: .5s ease-out .4s;
  transition: .5s ease-out .4s;
}

.first-block__pl--first {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -26%);
          transform: translate(-50%, -26%);
}

.first-block__pl--second {
  top: 20%;
  z-index: 5;
  right: 10%;
  -webkit-transform: translate(0, -21%);
          transform: translate(0, -21%);
}

.first-block__pl--third {
  top: 50%;
  right: -30px;
  -webkit-transform: translate(0, -30%);
          transform: translate(0, -30%);
}

.first-block__wrap {
  height: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 170px;
}

.first-block__wrap > .btn {
  display: none;
}

@media screen and (max-width: 912px) {
  .first-block__wrap > .btn {
    display: block;
    width: 100%;
    position: relative;
    max-width: 100%;
  }
}

@media screen and (max-width: 912px) and (orientation: landscape) {
  .first-block__wrap > .btn {
    display: none;
  }
}

@media screen and (max-width: 1340px) {
  .first-block__wrap {
    padding: 0 100px;
  }
}

@media screen and (max-width: 1080px) {
  .first-block__wrap {
    padding: 0 60px;
  }
}

@media screen and (max-width: 980px) {
  .first-block__wrap {
    padding: 0 30px;
  }
}

@media screen and (max-width: 912px) {
  .first-block__wrap {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 30px 30px;
  }
}

@media screen and (max-width: 912px) and (orientation: landscape) {
  .first-block__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.first-block__left,
.first-block__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50%;
  position: relative;
}

@media screen and (max-width: 912px) {
  .first-block__left,
  .first-block__right {
    width: 100%;
  }
}

@media screen and (max-width: 912px) and (orientation: landscape) {
  .first-block__left,
  .first-block__right {
    width: 50%;
  }
}

.first-block__left {
  padding: 0 54px 112px 88px;
  z-index: 3;
}

@media screen and (max-width: 1900px) {
  .first-block__left {
    padding-left: 0;
  }
}

@media screen and (max-width: 912px) {
  .first-block__left {
    padding: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

@media screen and (max-width: 912px) {
  .first-block__left .btn {
    display: none;
  }
}

@media screen and (max-width: 912px) and (orientation: landscape) {
  .first-block__left .btn {
    display: block;
  }
}

@media screen and (max-width: 600px) and (orientation: landscape) {
  .first-block__left .btn {
    font-size: 12px;
    padding: 12px;
    width: auto;
    display: inline-block;
    vertical-align: top;
    min-width: 0;
  }
}

.first-block__right {
  padding-bottom: 59px;
}

@media screen and (max-width: 912px) {
  .first-block__right {
    padding-bottom: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.first-block__right-wrap {
  position: relative;
  width: 100%;
  min-height: 830px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 912px) {
  .first-block__right-wrap {
    max-width: 100%;
    height: 100%;
    min-height: 0;
  }
}

.first-block__right-pager-wrap {
  text-align: center;
  z-index: 6;
  position: absolute;
  display: block;
  width: 100%;
  left: 0;
  bottom: 0;
}

@media screen and (max-width: 1900px) {
  .first-block__right-pager-wrap {
    left: 0;
  }
}

@media screen and (max-width: 912px) {
  .first-block__right-pager-wrap {
    display: none;
  }
}

.first-block__right-pager-wrap img {
  max-width: 100%;
}

.first-block__btn {
  display: block;
  max-width: 426px;
  width: 100%;
}

.first-block__right-img-wrap {
  text-align: center;
}

@media screen and (max-width: 912px) {
  .first-block__right-img-wrap {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.slogan {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  font-size: 74px;
  text-transform: uppercase;
  color: #fff;
  line-height: 1.1;
  margin-bottom: 22px;
  letter-spacing: -2px;
  word-spacing: 4px;
}

.slogan__text {
  font-size: 22px;
  color: #fff;
  line-height: 1.4;
  margin-bottom: 62px;
}

@media screen and (max-width: 1900px) {
  .slogan__text {
    font-size: 20px;
  }
}

@media screen and (max-width: 1200px) {
  .slogan__text {
    font-size: 18px;
  }
}

@media screen and (max-width: 912px) {
  .slogan__text {
    font-size: 16px;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 912px) and (orientation: landscape) {
  .slogan__text {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 1900px) {
  .slogan {
    font-size: 64px;
  }
}

@media screen and (max-width: 1510px) {
  .slogan {
    font-size: 54px;
  }
}

@media screen and (max-width: 1200px) {
  .slogan {
    font-size: 38px;
  }
}

@media screen and (max-width: 912px) {
  .slogan {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 912px) and (orientation: landscape) {
  .slogan {
    font-size: 24px;
    letter-spacing: 0.1px;
  }
}

.slide-img {
  position: relative;
  z-index: 5;
  vertical-align: top;
}

@media screen and (max-width: 912px) {
  .slide-img {
    max-height: 100%;
  }
}

.numbers {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 26px;
  font-weight: 300;
}

.numbers__arrow {
  height: 1px;
  background: #fff;
  width: 70px;
  margin-left: 25px;
  margin-right: 20px;
}

.scroll-down {
  position: absolute;
  bottom: 95px;
  right: 8.4%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: transparent;
  border: none;
  z-index: 10;
}

.scroll-down:hover {
  -webkit-animation: scrollDown 2s infinite;
          animation: scrollDown 2s infinite;
}

.scroll-down:focus {
  outline: none;
}

.scroll-down__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
  margin-bottom: 20px;
  letter-spacing: .5px;
}

.scroll-down__arrow {
  width: 1px;
  height: 35px;
  background: #fff;
  margin-bottom: 30px;
}

.scroll-down__circle {
  position: relative;
  border: 1px solid #fff;
  border-radius: 50%;
  width: 49px;
  height: 49px;
}

.scroll-down__circle::before {
  content: "";
  border-top: 5px solid #fff;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -2px;
  margin-left: -5px;
}

@media screen and (max-width: 1600px) {
  .scroll-down {
    right: 4.5%;
  }
}

@media screen and (max-width: 1080px) {
  .first-block__left-wrap {
    width: 100%;
  }

  .scroll-down {
    display: none;
  }
}

@media screen and (max-width: 992px) {
  .first-block__btn {
    width: 100%;
    font-size: 15px;
  }

  .first-block__pl--second {
    width: 110px;
    -webkit-transform: translate(0, 20%);
            transform: translate(0, 20%);
    right: 0;
  }

  .first-block__pl--third {
    width: 190px;
  }

  .numbers {
    font-size: 20px;
  }
}

@media screen and (max-width: 600px) {
  .first-block__left {
    width: 100%;
    position: relative;
    z-index: 7;
  }

  .first-block__pl--second,
  .first-block__pl--third {
    display: none;
  }
}

@media screen and (max-width: 600px) and (orientation: landscape) {
  .first-block__left {
    width: 50%;
  }
}

@media screen and (max-width: 480px) {
  .first-block__btn {
    font-size: 14px;
  }
}

@-webkit-keyframes scrollDown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(16px);
            transform: translateY(16px);
  }

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes scrollDown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(16px);
            transform: translateY(16px);
  }

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.services {
  position: relative;
  padding-top: 100px;
  padding-bottom: 285px;
}

.services::before,
.services::after {
  content: '';
  background: url(/images/services-bg.png?c8b9dd1bd27343d95f76a67cbff05106) no-repeat;
  position: absolute;
  top: 50%;
  margin-top: -211px;
  height: 522px;
}

@media screen and (max-width: 767px) {
  .services::before,
  .services::after {
    display: none;
  }
}

.services::before {
  background-position: left top;
  left: 0;
  width: 305px;
}

.services::after {
  background-position: right top;
  right: 0;
  width: 400px;
}

.services__container {
  position: relative;
  z-index: 3;
  max-width: 1074px;
  margin: 0 auto;
  padding: 0 15px;
}

.services__wrap {
  margin-top: 56px;
}

.services__item {
  position: relative;
  width: 29.2141%;
  text-align: center;
  padding-top: 30px;
}

.services__item:nth-child(1) .services__item__img img {
  width: 129px;
}

.services__item:nth-child(2) {
  margin-top: 66px;
  margin-bottom: -66px;
}

.services__item:nth-child(2) .services__item__img img {
  width: 100px;
}

.services__item:nth-child(3) .services__item__img img {
  width: 97px;
}

.services__item::before {
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(#ff4848), to(#073787));
  background: -webkit-linear-gradient(top, #ff4848, #073787);
  background: -o-linear-gradient(top, #ff4848, #073787);
  background: linear-gradient(to bottom, #ff4848, #073787);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .05;
}

.services__item__wrap {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}

.services__item__img {
  height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 15px;
}

.services__item__title {
  font-family: Montserrat, sans-serif;
  font-size: 26px;
  text-transform: uppercase;
  color: #292929;
  font-weight: 700;
  margin-bottom: 5px;
}

.services__item__text {
  font-size: 20px;
  line-height: 1.6;
  padding: 0 20px;
  margin-bottom: 50px;
}

.services__item__btn {
  width: 100%;
  min-width: 0;
}

@media screen and (max-width: 992px) {
  .services {
    padding-top: 50px;
    padding-bottom: 175px;
  }

  .services::before,
  .services::after {
    opacity: .6;
  }

  .services__item {
    width: 31.5%;
  }

  .services__item__title {
    font-size: 22px;
  }

  .services__item__text {
    font-size: 16px;
    margin-bottom: 30px;
  }

  .services__item__btn {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .services {
    padding-top: 30px;
    padding-bottom: 50px;
  }

  .services__item__title {
    font-size: 24px;
  }

  .services__item__text {
    font-size: 18px;
    padding: 0 54px;
    margin-bottom: 42px;
  }

  .services__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 20px;
  }

  .services__item {
    margin-bottom: 25px;
    width: 100%;
    padding-top: 60px;
  }

  .services__item:nth-child(2) {
    margin-top: 0;
    margin-bottom: 25px;
  }

  .services__item:last-child {
    margin-bottom: 0;
  }

  .services__item__img {
    height: auto;
  }
}

@media screen and (max-width: 480px) {
  .services__item {
    width: 100%;
  }

  .services__item__text {
    padding: 0 20px;
  }
}

.about-us {
  background: url(/images/about-us-bg.jpg?ec32afbc736182aac51e51078605d844) no-repeat left top/cover;
  padding: 185px 0 185px 240px;
}

.about-us .image-bg__container {
  margin: 0;
}

@media screen and (max-width: 1480px) {
  .about-us {
    padding: 120px 0 120px 180px;
  }
}

@media screen and (max-width: 1200px) {
  .about-us {
    background-position: center top;
    padding: 120px 0;
  }

  .about-us .image-bg__container {
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .about-us {
    height: auto;
    padding: 60px 0 0;
    margin-bottom: 40px;
    background: -webkit-gradient(linear, left top, left bottom, from(#fceced), to(#e7ebf2));
    background: -webkit-linear-gradient(top, #fceced 0%, #e7ebf2 100%);
    background: -o-linear-gradient(top, #fceced 0%, #e7ebf2 100%);
    background: linear-gradient(to bottom, #fceced 0%, #e7ebf2 100%);
  }

  .about-us::after {
    content: '';
    padding-top: 40%;
    margin: 0 0 0 0;
    display: block;
    background: url(/images/about-us-mobile-bg.png?7a8ec10de822c01f27966f70b88ecf94) 0 0/cover no-repeat;
  }

  .about-us .image-bg__wrap {
    max-width: 100%;
  }

  .about-us .image-bg__text {
    font-size: 18px;
    text-align: left;
  }

  .about-us .image-bg__title {
    text-align: left;
    margin-bottom: 30px;
  }
}

.portfolio {
  padding-top: 130px;
  padding-bottom: 93px;
}

.portfolio__container {
  max-width: 1458px;
  padding: 0 15px;
  margin: 0 auto;
}

.portfolio__text {
  text-align: center;
  font-size: 20px;
  line-height: 1.6;
  max-width: 1000px;
  margin: 0 auto 82px;
}

.portfolio__slider {
  height: 0;
}

.portfolio__slider.slick-initialized {
  height: auto;
}

.portfolio__slider.slick-initialized .portfolio__slider__item {
  opacity: 1;
}

.portfolio__slider__item {
  opacity: 0;
}

.portfolio__slider__item,
.portfolio__slider .slick-slide {
  position: relative;
  outline: none;
  padding: 0 5px;
}

.portfolio__slider__item:nth-child(even),
.portfolio__slider .slick-slide:nth-child(even) {
  margin-top: 26px;
}

.portfolio__slider__item:hover .portfolio__img img,
.portfolio__slider .slick-slide:hover .portfolio__img img {
  opacity: .6;
}

.portfolio__slider__item:hover .portfolio__link,
.portfolio__slider .slick-slide:hover .portfolio__link {
  opacity: 1;
  text-align: center;
  visibility: visible;
}

.portfolio__slider__item:hover .portfolio__link__title,
.portfolio__slider .slick-slide:hover .portfolio__link__title {
  top: 0;
  opacity: 1;
  -webkit-transition-delay: .15s;
          transition-delay: .15s;
}

.portfolio__slider__item:hover .portfolio__link__arrow,
.portfolio__slider .slick-slide:hover .portfolio__link__arrow {
  top: 0;
  opacity: 1;
  -webkit-transition-delay: .25s;
          transition-delay: .25s;
}

@media screen and (max-width: 520px) {
  .portfolio__slider__item,
  .portfolio__slider .slick-slide {
    padding: 0;
  }
}

.portfolio__slider__img {
  background: -webkit-gradient(linear, left top, left bottom, from(#ff4848), to(#073787));
  background: -webkit-linear-gradient(top, #ff4848, #073787);
  background: -o-linear-gradient(top, #ff4848, #073787);
  background: linear-gradient(to bottom, #ff4848, #073787);
}

.portfolio__slider__img img {
  margin: 0 auto;
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
}

@media screen and (max-width: 520px) {
  .portfolio__btn {
    display: block;
  }
}

.portfolio__link {
  position: absolute;
  top: 0;
  left: 5px;
  width: calc(100% - 10px);
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 46px;
  font-weight: 400;
  letter-spacing: 3px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
  cursor: pointer;
}

.portfolio__link::before {
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(#ff4848), to(#073787));
  background: -webkit-linear-gradient(top, #ff4848, #073787);
  background: -o-linear-gradient(top, #ff4848, #073787);
  background: linear-gradient(to bottom, #ff4848, #073787);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: .8;
}

@media screen and (max-width: 520px) {
  .portfolio__link::before {
    width: 100%;
    left: 0;
  }
}

.portfolio__link__title {
  position: relative;
  z-index: 3;
  line-height: 74px;
  top: -30px;
  opacity: 0;
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
}

.portfolio__link__arrow {
  position: relative;
  z-index: 3;
  width: 38px;
  top: -20px;
  opacity: 0;
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
}

@media screen and (max-width: 520px) {
  .portfolio__link {
    width: 100%;
    left: 0;
  }
}

.portfolio__btn-wrap {
  text-align: center;
  margin-top: 35px;
}

.portfolio .slick-dots {
  margin-top: 71px;
}

@media screen and (max-width: 1080px) {
  .portfolio__link {
    font-size: 32px;
  }

  .portfolio__link__title {
    line-height: 1.9;
  }
}

@media screen and (max-width: 992px) {
  .portfolio {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 767px) {
  .portfolio {
    padding-top: 20px;
    padding-bottom: 30px;
  }

  .portfolio__title {
    margin-bottom: 30px;
  }

  .portfolio__text {
    font-size: 18px;
    margin-bottom: 30px;
    text-align: left;
    padding: 0 15px;
  }

  .portfolio__slider__item:nth-child(even),
  .portfolio__slider .slick-slide:nth-child(even) {
    margin-top: 0;
  }

  .portfolio__link {
    font-size: 22px;
    visibility: visible;
  }

  .portfolio__link__title {
    margin-bottom: 10px;
    line-height: 1.3;
    padding: 0 15px;
  }

  .portfolio .slick-dots {
    margin-top: 20px;
  }

  .portfolio__btn-wrap {
    margin-top: 25px;
  }
}

@media screen and (max-width: 480px) {
  .portfolio__slider__item,
  .portfolio__slider .slick-slide {
    padding: 0;
  }

  .portfolio .portfolio {
    margin-top: 30px;
  }
}

.working {
  background: url(/images/working-bg.jpg?cc8f7ab0ec22c86edcd855dd00fa6376) no-repeat left top/cover;
  padding: 260px 0 260px 240px;
}

.working .image-bg__container {
  margin: 0;
}

.working .image-bg__wrap {
  max-width: 620px;
}

.working .image-bg__text {
  font-size: 20px;
  letter-spacing: 0;
}

.working .image-bg__btn {
  width: 500px;
}

@media screen and (max-width: 1480px) {
  .working {
    padding: 120px 0 120px 180px;
  }

  .working .image-bg__wrap {
    max-width: 43%;
  }
}

@media screen and (max-width: 1200px) {
  .working {
    background-position: right top;
    padding-left: 0;
  }

  .working .image-bg__container {
    margin: 0 auto;
  }
}

@media screen and (max-width: 992px) {
  .working {
    padding: 90px 0;
  }

  .working .image-bg__wrap {
    max-width: 50%;
  }
}

@media screen and (max-width: 880px) {
  .working {
    background-position: center top;
  }

  .working .image-bg__wrap {
    max-width: 55%;
  }
}

@media screen and (max-width: 767px) {
  .working {
    height: auto;
    padding: 60px 0 0;
    margin-bottom: 40px;
    background: -webkit-gradient(linear, left top, left bottom, from(#fceced), to(#e7ebf2));
    background: -webkit-linear-gradient(top, #fceced 0%, #e7ebf2 100%);
    background: -o-linear-gradient(top, #fceced 0%, #e7ebf2 100%);
    background: linear-gradient(to bottom, #fceced 0%, #e7ebf2 100%);
  }

  .working::after {
    content: '';
    padding-top: 73.4%;
    margin: 20px 0 0 0;
    display: block;
    background: url(/images/working-mobile-bg.png?d1f77e2d80865027835c82efa7bba7c1) 0 0/cover no-repeat;
  }

  .working .image-bg__wrap {
    max-width: 100%;
  }

  .working .image-bg__text {
    font-size: 18px;
    text-align: left;
  }

  .working .image-bg__title {
    text-align: left;
    margin-bottom: 30px;
  }
}

.testimonials {
  padding-top: 90px;
  padding-bottom: 70px;
  background-color: #f4f4f4;
}

.testimonials__container {
  max-width: 1540px;
  margin: 0 auto;
  padding: 0 15px;
}

.testimonials__title {
  margin-bottom: 43px;
}

.testimonials__slider {
  position: relative;
}

.testimonials__slider__item {
  outline: none;
}

.testimonials__text {
  font-size: 25px;
  color: #818181;
  line-height: 1.6;
  text-align: center;
  max-width: 640px;
  margin: 0 auto 81px;
}

.testimonials__user-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.testimonials__user-avatar {
  margin-right: 35px;
}

.testimonials__user-avatar img {
  border-radius: 50%;
  display: block;
  max-width: 77px;
  max-height: 77px;
}

.testimonials__user-name {
  font-weight: 400;
  font-size: 24px;
  color: #818181;
  line-height: 1.6;
}

.testimonials__user-post {
  font-size: 22px;
  line-height: 1.4;
  color: #818181;
}

.testimonials .slick-arrow {
  position: absolute;
  border: none;
  outline: none;
  padding: 0;
  text-indent: -9999px;
  top: 50%;
  width: 38px;
  height: 70px;
  margin-top: -35px;
  cursor: pointer;
  opacity: .2;
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
  z-index: 20;
}

.testimonials .slick-arrow:hover {
  opacity: 1;
}

.testimonials .slick-next {
  right: 0;
  background: url(/images/arrow-slider-right.svg?2cfb044ad4451f3ddb8f99f7594a6ac1) no-repeat 0 0/cover;
}

.testimonials .slick-prev {
  left: 0;
  background: url(/images/arrow-slider-left.svg?00a6ab44a9049fb60934cbe542a504dc) no-repeat 0 0/cover;
}

.testimonials .slick-dots {
  margin-top: 70px;
}

@media screen and (max-width: 992px) {
  .testimonials {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 767px) {
  .testimonials {
    padding-top: 20px;
    padding-bottom: 30px;
  }

  .testimonials__title {
    margin-bottom: 20px;
  }

  .testimonials__text {
    font-size: 20px;
    margin-bottom: 50px;
  }

  .testimonials__user-name {
    font-size: 20px;
  }

  .testimonials__user-post {
    font-size: 16px;
  }

  .testimonials .slick-dots {
    margin-top: 40px;
  }
}

@media screen and (max-width: 540px) {
  .testimonials .slick-arrow {
    width: 28px;
    height: 53px;
  }
}

@media screen and (max-width: 480px) {
  .testimonials__text {
    margin-bottom: 40px;
    font-size: 16px;
  }

  .testimonials__user-avater {
    margin-right: 20px;
  }

  .testimonials__user-name {
    font-size: 18px;
  }

  .testimonials__user-post {
    font-size: 14px;
  }

  .testimonials .slick-arrow {
    display: none !important;
  }
}

.get-touch {
  background: url(/images/get-touch.jpg?0b6f4c80d741bf24ff4d20aaeee63545) no-repeat center top;
  height: 596px;
  padding-bottom: 58px;
}

.get-touch__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 915px;
  padding: 0 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto;
  height: 100%;
}

.get-touch__title {
  font-family: Montserrat, sans-serif;
  font-size: 46px;
  line-height: 1.14;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  letter-spacing: 1.14px;
  margin-bottom: 18px;
}

.get-touch__text {
  color: #fff;
  font-size: 22px;
  line-height: 1.64;
  text-align: center;
  margin-bottom: 48px;
}

.get-touch__btn {
  padding: 1.2rem 2.9rem 1.1rem;
}

@media screen and (max-width: 992px) {
  .get-touch {
    height: 500px;
    padding-bottom: 0;
  }
}

.subscribe {
  background-color: #181a5a;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#e7ebf2), color-stop(99%, #fceced), to(#fceced));
  background-image: -webkit-linear-gradient(bottom, #e7ebf2 0%, #fceced 99%, #fceced 100%);
  background-image: -o-linear-gradient(bottom, #e7ebf2 0%, #fceced 99%, #fceced 100%);
  background-image: linear-gradient(to top, #e7ebf2 0%, #fceced 99%, #fceced 100%);
  height: 312px;
  padding-bottom: 12px;
}

.subscribe__wrap {
  width: 100%;
  max-width: 984px;
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  margin: 0 auto;
}

.subscribe__title {
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 700;
  color: #252525;
  line-height: 1.07;
  letter-spacing: 1.21px;
  margin-bottom: 32px;
}

.subscribe__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.subscribe__form__item {
  margin: 0 10px;
}

.subscribe__form__input {
  border: none;
  background: #fff;
  height: 69px;
  width: 354px;
  font-family: Ubuntu, sans-serif;
  font-weight: 300;
  outline: none;
  padding: 0 36px;
  font-size: 18px;
}

.subscribe__form__submit {
  height: 69px;
  min-width: 215px;
}

@media screen and (max-width: 992px) {
  .subscribe {
    height: 420px;
    padding-bottom: 0;
  }

  .subscribe__form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .subscribe__form__item {
    margin-bottom: 15px;
  }

  .subscribe__form__item:last-child {
    margin-bottom: 0;
  }

  .subscribe__form__submit {
    width: 100%;
  }
}

.grecaptcha-badge {
  z-index: 2;
}

.contact-us {
  background: url(/images/get-touch.jpg?0b6f4c80d741bf24ff4d20aaeee63545) no-repeat center top/cover;
  height: 596px;
}

.contact-us__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 915px;
  padding: 0 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
}

.contact-us__title {
  font-family: Montserrat, sans-serif;
  font-size: 46px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  margin-bottom: 50px;
}

.contact-us__text {
  color: #fff;
  font-size: 22px;
  line-height: 1.64;
  text-align: center;
  margin-bottom: 48px;
}

.contact-us__btn {
  padding: 1.2rem 2.9rem 1.1rem;
}

@media screen and (max-width: 992px) {
  .get-touch {
    height: 500px;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .contact-us {
    height: auto;
    padding: 20px 0 50px;
    background-size: cover;
  }

  .contact-us__wrap {
    padding: 0;
  }

  .contact-us__title {
    font-size: 34px;
    margin-bottom: 20px;
  }
}

.thrive__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.thrive__form__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 48%;
}

.thrive__form__item {
  margin: 0 10px 40px;
  position: relative;
  height: 100%;
}

.thrive__form__item__errors {
  list-style: none;
  display: none;
  margin: 0;
  position: absolute;
  bottom: -30px;
  padding: 0;
}

.thrive__form__item__errors > li {
  width: 100%;
  margin-top: .25rem;
  font-size: 14px;
  color: #fc4849;
}

.thrive__form__item__invalid > .thrive__form__item__errors {
  display: block;
}

.thrive__form__input {
  border: none;
  background: #fff;
  height: 69px;
  font-family: Ubuntu, sans-serif;
  font-weight: 300;
  outline: none;
  padding: 0 36px;
  font-size: 18px;
  width: 100%;
}

.thrive__form__input.is-invalid {
  border: 1px solid #fc4849;
}

.thrive__form__input::-ms-clear {
  display: none;
}

.thrive__form__textarea {
  height: 100%;
  width: 100%;
  padding: 20px 36px;
  resize: none;
}

.thrive__form__textarea-wrap {
  margin-bottom: 0;
}

.thrive__form__submit {
  height: 69px;
  min-width: 215px;
  width: 100%;
}

.thrive__form__submit-wrap {
  margin-bottom: 0;
}

.thrive__form .mob-btn {
  display: none;
}

@media screen and (max-width: 680px) {
  .thrive__form__title {
    font-size: 34px;
  }
}

@media screen and (max-width: 600px) {
  .thrive__form__input {
    height: 52px;
    font-size: 16px;
    padding: 0 15px;
  }

  .thrive__form__textarea {
    padding: 15px;
    height: 100%;
  }

  .thrive__form__submit {
    height: auto;
  }
}

@media screen and (max-width: 540px) {
  .thrive__form {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .thrive__form__group {
    width: 100%;
    max-width: 300px;
  }

  .thrive__form__item {
    margin-bottom: 20px;
  }

  .thrive__form__item__errors {
    position: static;
  }

  .thrive__form__textarea {
    height: 180px;
  }

  .thrive__form .desc-btn {
    display: none;
  }

  .thrive__form .mob-btn {
    display: block;
    margin-top: 20px;
  }
}

.popup__container {
  background-color: #fff;
  width: auto;
  position: relative;
}

.popup__container .mfp-close {
  background-color: #606060;
  opacity: 0.7;
  color: #fff;
  font-size: 50px;
  cursor: pointer;
}

.popup__container__header__title {
  font-family: Montserrat, sans-serif;
  font-size: 26px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 5px;
  background-color: #ff4848;
  color: #fff;
  opacity: .8;
  padding: 6px 15px 7px;
  -ms-flex-item-align: start;
      align-self: flex-start;
  position: absolute;
  left: 0;
  top: 0;
}

.popup__container__header .background {
  width: 100%;
  height: 400px;
  background: -webkit-gradient(linear, left top, left bottom, from(#ff4848), to(#073787)) no-repeat center top;
  background: -webkit-linear-gradient(top, #ff4848, #073787) no-repeat center top;
  background: -o-linear-gradient(top, #ff4848, #073787) no-repeat center top;
  background: linear-gradient(to bottom, #ff4848, #073787) no-repeat center top;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  position: relative;
}

.popup__item {
  padding: 15px;
  font-family: Montserrat, sans-serif;
}

.popup__item__subtitle {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 5px;
}

.mfp-container {
  padding-top: 20px;
}

.mfp-content {
  margin-bottom: 20px;
}

@media screen and (min-width: 992px) {
  .popup__container {
    max-width: 1140px;
  }
}

@media screen and (max-width: 767px) {
  .popup__container__header__title {
    font-size: 18px;
    padding-right: 50px;
    width: 100%;
  }

  .popup__container__header .background {
    height: 160px;
  }

  .popup__item {
    font-size: 14px;
  }

  .popup__item__sub-title {
    font-size: 16px;
  }
}

.scroll-to-top {
  display: none;
  position: fixed;
  bottom: 130px;
  right: 20px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: #fc4849;
  color: white;
  cursor: pointer;
  padding: 10px 10px;
  border-radius: 10px;
  font-size: 18px;
  opacity: 0.5;
  width: 50px;
  height: 50px;
}

.scroll-to-top:hover {
  opacity: 0.7;
}

.scroll-to-top img {
  width: 30px;
  height: 18px;
}

.rating-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 700px;
  margin: 0 auto;
  padding-top: 90px;
  padding-bottom: 90px;
}

@media screen and (max-width: 546px) {
  .rating-section {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.rating-section a {
  text-decoration: none;
  color: #16313a;
  display: block;
  overflow: hidden;
}

.rating-section a:focus {
  outline: none;
}

.rating-section p {
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
  margin: 0;
  position: relative;
}

@media screen and (max-width: 546px) {
  .rating-section p {
    text-align: center;
  }
}

.rating-section p.rating-info-1 {
  font-size: 40px;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .rating-section p.rating-info-1 {
    font-size: 26px;
  }
}

.rating-section p.rating-info-1 b {
  font-weight: 400;
}

.rating-section p.rating-info-2 {
  font-weight: 300;
  font-size: 32px;
  line-height: 1;
  margin-bottom: 26px;
}

@media screen and (max-width: 767px) {
  .rating-section p.rating-info-2 {
    font-size: 22px;
    margin-bottom: 10px;
  }
}

.rating-section strong {
  font-weight: 800;
}

.rating-section .rating-logo {
  max-width: 224px;
  margin: 0 56px 0 0;
}

@media screen and (max-width: 767px) {
  .rating-section .rating-logo {
    max-width: 180px;
    margin: 0 26px 0 0;
  }
}

@media screen and (max-width: 546px) {
  .rating-section .rating-logo {
    margin: 0 0 26px 0;
    max-width: 100%;
    width: 100%;
    text-align: center;
  }
}

.rating-section .rating-logo img {
  max-width: 180px;
  vertical-align: top;
}

.rating-section .rating-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 546px) {
  .rating-section .rating-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.rating-section .rating-info {
  position: relative;
  z-index: 1;
  padding: 0;
}

.rating-section .rating-info__label {
  font-size: 22px;
  line-height: 1;
  font-family: Ubuntu, sans-serif;
  font-weight: 700;
  color: #ff4949;
  display: block;
  position: relative;
}

@media screen and (max-width: 546px) {
  .rating-section .rating-info__label {
    text-align: center;
  }
}

.rating-section .rating-info__bg-text {
  font-family: Ubuntu, sans-serif;
  font-weight: 700;
  font-size: 182px;
  line-height: 1;
  color: #f2f2f2;
  z-index: -1;
  display: block;
  margin-top: -136px;
}

@media screen and (max-width: 767px) {
  .rating-section .rating-info__bg-text {
    font-size: 130px;
    margin-top: -94px;
  }
}

@media screen and (max-width: 546px) {
  .rating-section .rating-info__bg-text {
    text-align: center;
  }
}

.partners-section {
  padding-top: 90px;
  padding-bottom: 90px;
}

@media screen and (max-width: 992px) {
  .partners-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 767px) {
  .partners-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.partner__title {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  color: #252525;
  text-align: center;
  text-transform: uppercase;
  font-size: 40px;
  margin: 0 0 22px 0;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .partner__title {
    font-size: 32px;
  }
}

.partner__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  max-width: 1120px;
}

.partner__item {
  border: 1px solid #f4f4f4;
  width: 200px;
  height: 100px;
  margin: 12px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.partner__item img {
  max-width: 100%;
  width: auto;
  vertical-align: top;
}

.partner__item-church img {
  height: 38px;
}

.partner__item-footage img {
  height: 78px;
}

.partner__item-monbaby img {
  height: 48px;
}

.partner__item-namepal img {
  height: 48px;
}

.partner__item-tunefork img {
  height: 60px;
}

.partner__item-wewogo img {
  height: 38px;
}

.partner__item-zoom img {
  height: 30px;
}

.partner__item-built img {
  height: 34px;
}

.partner__item-abenity img {
  height: 48px;
}

.partner__item-trackimo img {
  height: 50px;
}

.carousel-header .flickity-enabled {
  position: relative;
}

.carousel-header .flickity-enabled:focus {
  outline: 0;
}

.carousel-header .flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.carousel-header .flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.carousel-header .flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.carousel-header .flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.carousel-header .flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

.carousel-header .flickity-button {
  position: absolute;
  background: rgba(255, 255, 255, 0.75);
  border: none;
  color: #333;
}

.carousel-header .flickity-button:hover {
  background: #fff;
  cursor: pointer;
}

.carousel-header .flickity-button:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 5px #19F;
          box-shadow: 0 0 0 5px #19F;
}

.carousel-header .flickity-button:active {
  opacity: .6;
}

.carousel-header .flickity-button:disabled {
  opacity: .3;
  cursor: auto;
  pointer-events: none;
}

.carousel-header .flickity-button-icon {
  fill: currentColor;
}

.carousel-header .carousel-cell {
  width: 100%;
  height: 100%;
}

.carousel-header:not(.flickity-enabled) {
  opacity: 0;
}


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