* {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

[class^="icon-"],
[class*=" icon-"] {
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.animated:nth-child(1n) {
  -webkit-animation-delay: 0.2s !important;
  animation-delay: 0.2s !important;
}

.animated:nth-child(2n) {
  -webkit-animation-delay: 0.4s !important;
  animation-delay: 0.4s !important;
}

.animated:nth-child(3n) {
  -webkit-animation-delay: 0.6s !important;
  animation-delay: 0.6s !important;
}

.animated:nth-child(5) {
  -webkit-animation-delay: 0.5s !important;
  animation-delay: 0.5s !important;
}


/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */


/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */

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


/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}


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


/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}


/**
 * Add the correct display in IE 9-.
 */

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


/**
 * Add the correct display in iOS 4-7.
 */

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


/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}


/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */

template,
[hidden] {
  display: none;
}


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


/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}


/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

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


/* Text-level semantics
   ========================================================================== */


/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}


/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}


/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}


/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}


/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

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


/**
 * Add the correct background and color in IE 9-.
 */

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


/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}


/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}


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


/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}


/**
 * Hide the overflow in IE.
 */

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


/* Grouping content
   ========================================================================== */


/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

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


/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}


/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}


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


/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}


/**
 * Restore the font weight unset by the previous rule.
 */

optgroup {
  font-weight: bold;
}


/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}


/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}


/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

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


/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}


/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}


/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

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


/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}


/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}


/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

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


/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}


/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}


/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */

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


/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}


/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

.tns-outer {
  padding: 0 !important;
}

.tns-outer [hidden] {
  display: none !important;
}

.tns-outer [aria-controls],
.tns-outer [data-action] {
  cursor: pointer;
}

.tns-outer.ms-touch {
  overflow-x: scroll;
  overflow-y: hidden;
  -ms-overflow-style: none;
  -ms-scroll-chaining: none;
  -ms-scroll-snap-type: mandatory;
  -ms-scroll-snap-points-x: snapInterval(0%, 100%);
}

.tns-slider {
  -webkit-transition: all 0s;
  transition: all 0s;
}

.tns-slider>.tns-item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.tns-horizontal.tns-subpixel {
  white-space: nowrap;
}

.tns-horizontal.tns-subpixel>.tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}

.tns-horizontal.tns-no-subpixel:after {
  content: '';
  display: table;
  clear: both;
}

.tns-horizontal.tns-no-subpixel>.tns-item {
  float: left;
  margin-right: -100%;
}

.tns-no-calc {
  position: relative;
  left: 0;
}

.tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px;
}

.tns-gallery>.tns-item {
  position: absolute;
  left: -100%;
  -webkit-transition: transform 0s, opacity 0s;
  -webkit-transition: opacity 0s, -webkit-transform 0s;
  transition: opacity 0s, -webkit-transform 0s;
  transition: transform 0s, opacity 0s;
  transition: transform 0s, opacity 0s, -webkit-transform 0s;
}

.tns-gallery>.tns-moving {
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

.tns-lazy-img {
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
  opacity: 0.6;
}

.tns-lazy-img.loaded {
  opacity: 1;
}

.tns-ah {
  -webkit-transition: height 0s;
  transition: height 0s;
}

.tns-ovh {
  overflow: hidden;
}

.tns-hdx {
  overflow-x: hidden;
}

.tns-hdy {
  overflow-y: hidden;
}

.tns-visually-hidden {
  position: absolute;
  left: -10000em;
}

.tns-transparent {
  opacity: 0;
  visibility: hidden;
}

.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0;
}

.tns-normal,
.tns-fadeOut {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
}

.hero-banner,
.hero-banner .slogan,
.hero-banner .desc,
.features__thumb,
.works .work-item__thumb,
.header .logo,
.slider__item {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

h1,
.alpha,
h2,
.beta,
h3,
.gamma,
h4,
.delta,
h5,
.epsilon,
h6,
.zeta {
  color: #2B2D3A;
  font-family: 'Lato', sans-serif;
  font-weight: normal;
  margin: 0 0 20px;
}

h1,
.alpha {
  font-size: 38px;
  font-size: 2.375rem;
  line-height: 1.25;
  color: #2B2D3A;
}

h2,
.beta {
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.25;
}

h3,
.gamma {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.25;
}

h4,
.delta {
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 1.25;
}

h5,
.epsilon {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.25;
}

h6,
.zeta {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.25;
}

* {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-family: 'Lato', sans-serif;
  font-size: 0.8em;
  line-height: 1.5;
  background-color: #fff;
  color: #000;
  overflow-y: scroll;
  min-height: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

@media screen and (min-width: 80em) {
  html {
    font-size: 1em;
  }
}

hr {
  border: none;
  border-bottom: 1px solid #626574;
  margin-bottom: 23px;
}

blockquote {
  margin: 0 2.5em;
  font-style: italic;
  color: #626574;
}

abbr {
  cursor: help;
}

acronym {
  text-transform: uppercase;
  border-bottom: 1px dashed #666;
  cursor: help;
}


/* Delete and insert */

ins,
dfn {
  font-style: italic;
  text-decoration: none;
  border-bottom: 1px solid #666;
}

a {
  -webkit-transition: all 0.2s 0.05s linear;
  transition: all 0.2s 0.05s linear;
  color: #2B2D3A;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.35s ease;
}

a:hover,
a:active,
a:focus {
  text-decoration: none;
  color: #2A6CA4;
}

.container {
  width: 100%;
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.hero-banner {
  background-image: url("../img/comex_mob_bg.jpg");
  width: 100%;
  min-height: 100vh;
  position: relative;
}

@media (min-width: 768px) {
  .hero-banner {
    background-image: url("../img/comex_bg.jpg");
    min-height: 700px;
  }
}

.hero-banner .caption {
  position: absolute;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.hero-banner .slogan {
  background-image: url("../img/comex_mob_txt1.png");
  margin-bottom: 30px;
  width: 320px;
  height: 125px;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .hero-banner .slogan {
    background-image: url("../img/comex_txt1.png");
    width: 600px;
    height: 234px;
    margin-bottom: 60px;
  }
}

@media (min-width: 992px) {
  .hero-banner .slogan {
    width: 725px;
    height: 284px;
  }
}

.hero-banner .desc {
  background-image: url("../img/comex_mob_txt2.png");
  width: 320px;
  height: 140px;
}

@media (min-width: 768px) {
  .hero-banner .desc {
    background-image: url("../img/comex_txt2.png");
    width: 600px;
    height: 88px;
  }
}

@media (min-width: 992px) {
  .hero-banner .desc {
    width: 874px;
    height: 128px;
  }
}

.content {
  padding: 50px 0;
}

@media (min-width: 768px) {
  .content {
    padding: 100px 0;
  }
}

.section-title {
  text-align: center;
  padding: 0 15px 30px;
  color: #2B2D3A;
  font-size: 2.25em;
  line-height: 1.25em;
  max-width: 800px;
  margin: 0 auto;
  font-weight: 900;
}

.section-title--hasSub {
  padding-bottom: 10px;
}

@media (min-width: 768px) {
  .section-title {
    font-size: 3em;
  }
}

.section-title.animated {
  -webkit-animation: fadeInDown 0.5s ease-in-out forwards;
  animation: fadeInDown 0.5s ease-in-out forwards;
}

.section-subtitle {
  text-align: center;
  color: #626574;
  font-size: 1.125em;
  padding: 0 15px;
  line-height: 1.25em;
}

@media (min-width: 768px) {
  .section-subtitle {
    font-size: 2em;
  }
}

.plan-section {
  position: relative;
  margin: 50px 15px 50px;
  background: #303442;
  padding: 50px 20px 60px 20px;
}

@media (min-width: 768px) {
  .plan-section {
    padding: 100px 100px 60px 100px;
    margin: 100px 0 100px;
  }
}

.plan-section__title {
  position: absolute;
  top: 0;
  left: 50%;
  background: #E5D4C2;
  color: #2B2D3A;
  font-size: 1.5em;
  padding: 20px 30px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  white-space: nowrap;
  font-weight: 900;
}

@media (min-width: 768px) {
  .plan-section__title {
    font-size: 1.5em;
  }
}

@media (min-width: 992px) {
  .plan-section__title {
    font-size: 1.875em;
  }
}

.plan-section__price {
  white-space: nowrap;
  color: #FAA31A;
  font-weight: 900;
  text-align: center;
  margin-bottom: 30px;
}

.plan-section__price span {
  font-size: 4.5em;
}

.plan-section__price span:last-child {
  font-size: 1.875em;
  color: #E5D4C2;
}

@media (min-width: 768px) {
  .plan-section__price span {
    font-size: 7.5em;
  }
}

.plan-section .plan-introduce {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.plan-section .plan-introduce__item {
  color: #FAA31A;
  margin-bottom: 30px;
}

.plan-section .plan-introduce__item p {
  font-size: 2.375em;
  font-weight: 900;
  text-align: center;
}

.plan-section .plan-introduce__item p:first-child {
  font-size: 1.275em;
  color: #E5D4C2;
  line-height: 0.75;
}

@media (min-width: 768px) {
  .plan-section .plan-introduce {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-bottom: 30px;
  }
  .plan-section .plan-introduce p {
    font-size: 3.375em;
  }
  .plan-section .plan-introduce p:first-child {
    font-size: 1.875em;
  }
}

.plan-section .plan-notice {
  text-align: center;
  color: #E5D4C2;
  font-size: 1em;
}

@media (min-width: 768px) {
  .plan-section .plan-notice {
    font-size: 1.5em;
  }
}

.form-general {
  margin-top: 40px;
  padding: 0 15px;
}

@media (min-width: 768px) {
  .form-general {
    padding: 0;
    margin-top: 80px;
  }
}

.thankyou_message {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}

.introduction {
  padding: 50px 0 0;
  margin-bottom: 50px;
  border-bottom: 1px solid #D5D6E2;
}

@media (min-width: 768px) {
  .introduction {
    padding: 100px 0 0;
    margin-bottom: 100px;
  }
}

.introduction__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 120px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 768px) {
  .introduction__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .introduction__item:nth-child(2n+1) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .introduction__item:nth-child(2n+1) .introduction__desc {
    text-align: left;
  }
  .introduction__item:nth-child(2n+1) .introduction__desc.animated {
    -webkit-animation: fadeInRight 0.5s ease-in-out forwards;
    animation: fadeInRight 0.5s ease-in-out forwards;
  }
  .introduction__item:nth-child(2n+1) .introduction__thumb.animated {
    -webkit-animation: fadeInLeft 0.5s ease-in-out forwards;
    animation: fadeInLeft 0.5s ease-in-out forwards;
  }
}

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

.introduction__thumb img {
  max-width: 450px;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .introduction__thumb {
    width: 50%;
    max-width: 450px;
  }
  .introduction__thumb img {
    margin-bottom: 0;
  }
}

.introduction__thumb.animated {
  -webkit-animation: fadeInRight 0.5s ease-in-out forwards;
  animation: fadeInRight 0.5s ease-in-out forwards;
}

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

.introduction__desc h1 {
  font-weight: 900;
  font-size: 2em;
  margin-bottom: 10px;
}

.introduction__desc p {
  font-size: 1.25em;
}

@media (min-width: 768px) {
  .introduction__desc {
    width: 50%;
    max-width: 600px;
    text-align: right;
  }
  .introduction__desc h1 {
    font-size: 2.875em;
    margin-bottom: 30px;
  }
  .introduction__desc p {
    font-size: 1.5em;
  }
}

.introduction__desc.animated {
  -webkit-animation: fadeInLeft 0.5s ease-in-out forwards;
  animation: fadeInLeft 0.5s ease-in-out forwards;
}

.features {
  overflow: hidden;
}

.features .container {
  max-width: 1200px;
}

.features__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  position: relative;
}

.features__items-border:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: -15px;
  height: 1px;
  width: 100vw;
  background: #D5D6E2;
}

@media (min-width: 1200px) {
  .features__items-border:before {
    left: calc((1170px - 100vw)/2);
  }
}

.features__item {
  width: 100%;
  text-align: center;
  padding: 20px 15px 30px;
  border-bottom: 1px solid #D5D6E2;
}

@media (min-width: 768px) {
  .features__item {
    width: 33%;
    padding: 30px 20px 60px;
    border-right: 1px solid #D5D6E2;
    border-bottom: none;
  }
  .features__item:nth-child(3n) {
    border-right: none;
  }
}

@media (min-width: 992px) {
  .features__item {
    padding: 80px 40px 120px;
  }
}

.features__item.animated {
  -webkit-animation: fadeIn 0.5s ease-in-out forwards;
  animation: fadeIn 0.5s ease-in-out forwards;
}

.features__thumb {
  height: 150px;
  width: 100%;
  margin-bottom: 30px;
}

@media (max-width: 1199px) {
  .features__thumb {
    background-size: contain;
    margin-bottom: 10px;
  }
}

.features__title {
  font-size: 1.5em;
  margin-bottom: 20px;
  font-weight: 900;
}

.features__desc {
  font-size: 1.125em;
}

.pricing {
  position: relative;
  background: #2B2D3A;
  padding: 100px 0;
  color: white;
}

.pricing .section-title {
  color: white;
}

.pricing__content {
  border: 1px solid #626574;
  padding: 30px 15px;
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -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;
}

.pricing__content-item {
  text-align: center;
}

.pricing__plus-icon {
  align-items: center;
  display: flex;
  font-size: 58px;
  margin: 0 80px;
}

.pricing__content-item.animated {
  -webkit-animation: fadeIn 0.5s ease-in-out forwards;
  animation: fadeIn 0.5s ease-in-out forwards;
}

.pricing__content-item-title h5 {
  color: white;
  font-size: 1.5em;
  font-weight: 900;
  margin-bottom: 0;
}

.pricing__content-item-title p {
  font-size: 1.25em;
  font-weight: 900;
}

.pricing__content-item-price {
  color: #FAA31A;
  font-size: 4em;
  font-weight: 900;
  margin: 20px 0;
}

.pricing__content-item-note strong {
  color: #E5D4C2;
}

.pricing__content-item-icon {
  color: #E5D4C2;
  font-size: 5em;
  margin: 20px 0;
}

@media (min-width: 768px) {
  .pricing__content {
    padding: 50px;
    margin-bottom: 100px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: distribute;
    justify-content: center;
    -webkit-box-align: normal;
    -ms-flex-align: normal;
    align-items: normal;
  }
  .pricing__content-item.hardware {
    text-align: right;
  }
  .pricing__content-item.monthly {
    text-align: left;
  }
  .pricing__content-item-icon {
    margin-top: 50px;
  }
}

.works {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  position: relative;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.works .work-item {
  width: 50%;
  text-align: center;
  padding: 0 10px;
  position: relative;
  margin-bottom: 60px;
}

@media (min-width: 992px) {
  .works .work-item {
    width: 25%;
  }
}

.works .work-item.animated {
  -webkit-animation: fadeIn 0.5s ease-in-out forwards;
  animation: fadeIn 0.5s ease-in-out forwards;
}

.works .work-item__thumb {
  height: 150px;
  width: 100%;
  margin-bottom: 15px;
  background-size: cover;
}

@media (max-width: 767px) {
  .works .work-item__thumb {
    background-size: contain;
    height: 100px;
    margin-bottom: 15px;
  }
}

.works .work-item__title {
  color: #fff;
  font-size: 1.25em;
  font-weight: 900;
  position: relative;
  z-index: 2;
  padding: 0 10px;
  max-width: 275px;
}

@media (min-width: 768px) {
  .works .work-item__title {
    font-size: 1.35em;
  }
}

.works .work-item__step {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  color: #444654;
  font-size: 6em;
  line-height: 0.25;
  font-weight: 900;
}

@media (max-width: 767px) {
  .works .work-item__step {
    left: 25px;
  }
}

.header {
  padding: 25px 0;
  position: relative;
  text-align: right;
  z-index: 1;
}

.header .logo {
  width: 300px;
  height: 27px;
  background-image: url(../img/logo.png);
  float: left;
}

.header .actions {
  display: none;
  font-size: 1.125em;
  color: #626574;
  margin-top: 12px;
}

.header .actions.show-on-mobile {
  background-color: #fff;
  display: flex;
  flex-flow: column;
  margin-top: 0;
  padding: 10px 15px;
  position: absolute;
  right: 0;
  top: 40px;
  width: 300px;
}

.header .actions.show-on-mobile a {
  border-top: 1px solid #eee;
  padding: 5px 15px;
    
}

.header .actions.show-on-mobile a::before {
  display: none;
}

.mobile-menu {
  color: #ff6600;
  cursor: pointer;
  font-size: 24px;
}

.header .actions a {
  padding: 0 5px;
  position: relative;
  color: #7BACD5;
  display: inline-block;
  margin: 0 10px;
  border-bottom: 1px solid transparent;
  transition: all 0.35s ease;
}

.header .actions a:hover {
  border-bottom-color: #7BACD5;
}

.header .actions a::before {
  content: '';
  position: absolute;
  right: -8px;
  top: 5px;
  bottom: 5px;
  border-left: 1px solid #7BACD5;
}

.header .actions a:last-child::before {
  display: none;
}

@media (min-width: 768px) {
  .header .logo {
    width: 380px;
    height: 35px;
  }
  .header .actions {
    display: inline-block;
  }
  .mobile-menu {
    display: none;
  }
}

.footer {
  border-top: 1px solid #D5D6E2;
  padding: 25px 15px;
  text-align: center;
  font-size: 0.875em;
}

@media (min-width: 768px) {
  .footer {
    padding: 45px 15px;
    font-size: 1.125em;
  }
}

.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .form-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.form-label {
  color: #2B2D3A;
  font-size: 1.5em;
  line-height: 1em;
  font-weight: bold;
  padding: 0;
  width: 100%;
  min-width: 250px;
}

.form-label span {
  font-size: 0.675em;
  color: #626574;
  margin: 0 5px;
}

@media (min-width: 768px) {
  .form-label {
    padding: 15px 0;
    width: 30%;
  }
}

.form-field {
  width: 100%;
}

@media (min-width: 768px) {
  .form-field {
    width: 70%;
  }
}

.form-input {
  border: none;
  border-bottom: 1px solid #D5D6E2;
  width: 100%;
  padding: 15px 0 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.form-input:focus {
  outline: none;
  border-color: #2B2D3A;
}

.form-input.js-input-error,
.form-input.js-email-error {
  border-color: red;
}

@media (max-width: 991px) {
  .any-question {
    display: none;
  }
}

@media (min-width: 768px) {
  .form-input {
    width: 100%;
    padding: 15px 0;
  }
}

.custom-radio {
  position: relative;
  color: #626574;
  vertical-align: top;
  margin-right: 55px;
  display: inline-block;
  overflow: hidden;
  cursor: pointer;
  font-size: 1em;
  line-height: 28px;
  padding: 15px 0;
}

.custom-radio input {
  opacity: 0;
  filter: alpha(opacity=0);
  width: 0;
  height: 0;
  position: absolute;
}

.custom-radio input:checked+span:before {
  background: #29AAE1;
}

.custom-radio input:checked+span {
  border-color: #29AAE1;
}

.custom-radio>span {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: #eeeeee;
  border: 1px solid #dcdcdc;
  margin-right: 10px;
  position: relative;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  float: left;
}

.custom-radio>span:before {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  background: white;
  border-radius: 50%;
  top: 4px;
  left: 4px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom-radio:last-child {
  margin-right: 0;
}

.btn-default {
  width: 100%;
  display: block;
  background: #7BACD5;
  display: block;
  text-align: center;
  padding: 15px;
  font-size: 1.5em;
  font-weight: 900;
  color: white;
  text-transform: uppercase;
  border-radius: 5px;
  cursor: pointer;
  border: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  line-height: 40px;
}

.btn-default:hover,
.btn-default:active,
.btn-default:focus {
  background: #E5D4C2;
  color: #2B2D3A;
  text-decoration: none;
}

.error-msg {
  position: fixed;
  display: none;
  background: rgba(255, 0, 0, 0.5);
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  padding: 15px;
  color: white;
  font-weight: bold;
}

.error-msg .close {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 50%;
  width: 32px;
  height: 32px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.error-msg .close:before,
.error-msg .close:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 33px;
  width: 2px;
  background-color: white;
}

.error-msg .close:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.error-msg .close:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.tns-outer {
  position: relative;
}

.tns-outer [data-action] {
  display: none;
}

.tns-outer:hover .tns-controls [data-controls],
.tns-outer:active .tns-controls [data-controls],
.tns-outer:focus .tns-controls [data-controls] {
  opacity: 1;
}

.tns-outer .tns-controls {
  position: absolute;
  z-index: 10;
  top: 50%;
  width: 100%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.tns-outer .tns-controls:hover,
.tns-outer .tns-controls:active,
.tns-outer .tns-controls:focus {
  outline: none;
}

.tns-outer .tns-controls [data-controls] {
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.tns-outer .tns-controls [data-controls]:hover,
.tns-outer .tns-controls [data-controls]:active,
.tns-outer .tns-controls [data-controls]:focus {
  outline: none;
}

.tns-outer .tns-controls [data-controls="prev"] {
  position: relative;
  background: transparent;
  border: 1px solid white;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-indent: -9999px;
}

.tns-outer .tns-controls [data-controls="prev"]:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  color: white;
  border: solid white;
  border-width: 0 3px 3px 0;
  padding: 5px;
  -webkit-transform: translate(-40%, -50%) rotate(135deg);
  transform: translate(-40%, -50%) rotate(135deg);
}

.tns-outer .tns-controls [data-controls="next"] {
  position: relative;
  background: transparent;
  border: 1px solid white;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-indent: -9999px;
}

.tns-outer .tns-controls [data-controls="next"]:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  color: white;
  border: solid white;
  border-width: 0 3px 3px 0;
  padding: 5px;
  -webkit-transform: translate(-60%, -50%) rotate(-45deg);
  transform: translate(-60%, -50%) rotate(-45deg);
}

.slider__item {
  height: calc(100vh - 90px);
  max-height: 700px;
  position: relative;
}

.slider__item:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}

.slider__caption {
  z-index: 3;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1140px;
  -webkit-transform: translate(-50%, -45%);
  transform: translate(-50%, -45%);
  padding: 0;
  color: white;
  opacity: 0;
  -webkit-transform: translate(-100px, 30px);
  transform: translate(-100px, 30px);
  -webkit-transition: opacity .5s ease-in-out 0.25s, -webkit-transform .5s ease-in-out 0.25s;
  transition: opacity .5s ease-in-out 0.25s, -webkit-transform .5s ease-in-out 0.25s;
  transition: opacity .5s ease-in-out 0.25s, transform .5s ease-in-out 0.25s;
  transition: opacity .5s ease-in-out 0.25s, transform .5s ease-in-out 0.25s, -webkit-transform .5s ease-in-out 0.25s;
}

.slider__caption-title {
  font-size: 3.75em;
  font-weight: 900;
  color: #fff;
  line-height: 1.25;
  margin-bottom: 30px;
  opacity: 0;
  -webkit-transform: translate(0, 15px);
  transform: translate(0, 15px);
  -webkit-transition: opacity .4s ease-in-out 0.75s, -webkit-transform .4s ease-in-out 0.75s;
  transition: opacity .4s ease-in-out 0.75s, -webkit-transform .4s ease-in-out 0.75s;
  transition: opacity .4s ease-in-out 0.75s, transform .4s ease-in-out 0.75s;
  transition: opacity .4s ease-in-out 0.75s, transform .4s ease-in-out 0.75s, -webkit-transform .4s ease-in-out 0.75s;
}

.slider__caption-title span {
  display: block;
}

.slider__caption-desc {
  font-size: 2.25em;
  line-height: 1.25em;
  margin-bottom: 50px;
  opacity: 0;
  -webkit-transform: translate(0, 15px);
  transform: translate(0, 15px);
  -webkit-transition: opacity .4s ease-in-out 1s, -webkit-transform .4s ease-in-out 1s;
  transition: opacity .4s ease-in-out 1s, -webkit-transform .4s ease-in-out 1s;
  transition: opacity .4s ease-in-out 1s, transform .4s ease-in-out 1s;
  transition: opacity .4s ease-in-out 1s, transform .4s ease-in-out 1s, -webkit-transform .4s ease-in-out 1s;
}

.slider__caption-btn {
  opacity: 0;
  -webkit-transform: translate(0, 15px);
  transform: translate(0, 15px);
  -webkit-transition: all .4s ease-in-out 1.2s, -webkit-transform .4s ease-in-out 1.2s;
  transition: all .4s ease-in-out 1.2s, -webkit-transform .4s ease-in-out 1.2s;
  transition: all .4s ease-in-out 1.2s, transform .4s ease-in-out 1.2s;
  transition: all .4s ease-in-out 1.2s, transform .4s ease-in-out 1.2s, -webkit-transform .4s ease-in-out 1.2s;
}

.slider__caption-btn .btn-default {
  max-width: 300px;
}

.slider__caption .a-btn-transparent:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  opacity: 1;
  -webkit-transform: translate(-105%, 0);
  transform: translate(-105%, 0);
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: white;
  background-color: rgba(255, 255, 255, 0.25);
}

.slider__caption .a-btn-transparent:hover:after {
  opacity: 0;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

@media (min-width: 768px) and (max-width: 1199px) {
  .slider__caption {
    width: 550px;
  }
}

@media (max-width: 767px) {
  .slider__caption {
    width: 100%;
    padding: 25px;
  }
  .slider__caption-title {
    font-size: 2.25em;
    line-height: 1.25;
  }
  .slider__caption-desc {
    font-size: 1.25em;
    max-width: 320px;
  }
  .slider__caption-btn {
    font-size: 1em;
  }
  .slider__caption-btn .btn-default {
    max-width: 200px;
  }
}

.slider .tns-slide-active .slider__caption {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.slider .tns-slide-active .slider__introduce {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.slider .tns-slide-active .slider__caption-title,
.slider .tns-slide-active .slider__caption-subject,
.slider .tns-slide-active .slider__caption-desc,
.slider .tns-slide-active .slider__caption-btn {
  opacity: 1;
  -webkit-transform: translate(0px, 0);
  transform: translate(0px, 0);
}

@-webkit-keyframes inM {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

@keyframes inM {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

@-webkit-keyframes outM {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

@keyframes outM {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

@-webkit-keyframes inT {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg);
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(7px) rotate(0deg);
    transform: translateY(7px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(7px) rotate(135deg);
    transform: translateY(7px) rotate(135deg);
  }
}

@keyframes inT {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg);
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(7px) rotate(0deg);
    transform: translateY(7px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(7px) rotate(135deg);
    transform: translateY(7px) rotate(135deg);
  }
}

@-webkit-keyframes outT {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg);
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(7px) rotate(0deg);
    transform: translateY(7px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(7px) rotate(135deg);
    transform: translateY(7px) rotate(135deg);
  }
}

@keyframes outT {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg);
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(7px) rotate(0deg);
    transform: translateY(7px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(7px) rotate(135deg);
    transform: translateY(7px) rotate(135deg);
  }
}

@-webkit-keyframes inBtm {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg);
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(-7px) rotate(0deg);
    transform: translateY(-7px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(-7px) rotate(135deg);
    transform: translateY(-7px) rotate(135deg);
  }
}

@keyframes inBtm {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg);
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(-7px) rotate(0deg);
    transform: translateY(-7px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(-7px) rotate(135deg);
    transform: translateY(-7px) rotate(135deg);
  }
}

@-webkit-keyframes outBtm {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg);
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(-7px) rotate(0deg);
    transform: translateY(-7px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(-7px) rotate(135deg);
    transform: translateY(-7px) rotate(135deg);
  }
}

@keyframes outBtm {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg);
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(-7px) rotate(0deg);
    transform: translateY(-7px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(-7px) rotate(135deg);
    transform: translateY(-7px) rotate(135deg);
  }
}

@-webkit-keyframes load7 {
  0%,
  80%,
  100% {
    -webkit-box-shadow: 0 30px 0 -1.3em;
    box-shadow: 0 30px 0 -1.3em;
  }
  40% {
    -webkit-box-shadow: 0 30px 0 0;
    box-shadow: 0 30px 0 0;
  }
}

@keyframes load7 {
  0%,
  80%,
  100% {
    -webkit-box-shadow: 0 30px 0 -1.3em;
    box-shadow: 0 30px 0 -1.3em;
  }
  40% {
    -webkit-box-shadow: 0 30px 0 0;
    box-shadow: 0 30px 0 0;
  }
}

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

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

[data-animate] {
  opacity: 0;
}

.animated:nth-child(0n) {
  -webkit-animation-delay: 0s !important;
  animation-delay: 0s !important;
}

.animated:nth-child(1n) {
  -webkit-animation-delay: 0.2s !important;
  animation-delay: 0.2s !important;
}

.animated:nth-child(2n) {
  -webkit-animation-delay: 0.4s !important;
  animation-delay: 0.4s !important;
}

.animated:nth-child(3n) {
  -webkit-animation-delay: 0.6s !important;
  animation-delay: 0.6s !important;
}

.animated:nth-child(4n) {
  -webkit-animation-delay: 0.8s !important;
  animation-delay: 0.8s !important;
}

.animated:nth-child(5n) {
  -webkit-animation-delay: 1s !important;
  animation-delay: 1s !important;
}

.animated:nth-child(6n) {
  -webkit-animation-delay: 1.2s !important;
  animation-delay: 1.2s !important;
}

.animated:nth-child(7n) {
  -webkit-animation-delay: 1.4s !important;
  animation-delay: 1.4s !important;
}

.animated:nth-child(8n) {
  -webkit-animation-delay: 1.6s !important;
  animation-delay: 1.6s !important;
}

.animated:nth-child(9n) {
  -webkit-animation-delay: 1.8s !important;
  animation-delay: 1.8s !important;
}

.animated:nth-child(10n) {
  -webkit-animation-delay: 2s !important;
  animation-delay: 2s !important;
}

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

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.fadeIn[data-emergence=hidden],
.fadeInUp[data-emergence=hidden],
.fadeInUpDelay[data-emergence=hidden],
.fadeInUpSlow[data-emergence=hidden],
.a-footer__items a[data-emergence=hidden] {
  opacity: 0;
}

.fadeIn:nth-child(1)[data-emergence=visible] {
  opacity: 0;
  -webkit-animation: fadeIn 1s forwards 0.25s;
  animation: fadeIn 1s forwards 0.25s;
}

.fadeIn:nth-child(2)[data-emergence=visible] {
  opacity: 0;
  -webkit-animation: fadeIn 1s forwards 0.75s;
  animation: fadeIn 1s forwards 0.75s;
}

.fadeIn:nth-child(3)[data-emergence=visible] {
  opacity: 0;
  -webkit-animation: fadeIn 1s forwards 1.25s;
  animation: fadeIn 1s forwards 1.25s;
}

.fadeIn:nth-child(4)[data-emergence=visible] {
  opacity: 0;
  -webkit-animation: fadeIn 1s forwards 1.75s;
  animation: fadeIn 1s forwards 1.75s;
}

.fadeInUp:nth-child(1)[data-emergence=visible] {
  opacity: 0;
  -webkit-animation: fadeInUp 1s forwards 0.25s;
  animation: fadeInUp 1s forwards 0.25s;
}

.fadeInUp:nth-child(2)[data-emergence=visible] {
  opacity: 0;
  -webkit-animation: fadeInUp 1s forwards 0.75s;
  animation: fadeInUp 1s forwards 0.75s;
}

.fadeInUp:nth-child(3)[data-emergence=visible] {
  opacity: 0;
  -webkit-animation: fadeInUp 1s forwards 1.25s;
  animation: fadeInUp 1s forwards 1.25s;
}

.fadeInUp:nth-child(4)[data-emergence=visible] {
  opacity: 0;
  -webkit-animation: fadeInUp 1s forwards 1.75s;
  animation: fadeInUp 1s forwards 1.75s;
}

.a-footer__items a:nth-child(1)[data-emergence=visible] {
  opacity: 0;
  -webkit-animation: fadeInUp 0.4s ease-out forwards 0s;
  animation: fadeInUp 0.4s ease-out forwards 0s;
}

.a-footer__items a:nth-child(2)[data-emergence=visible] {
  opacity: 0;
  -webkit-animation: fadeInUp 0.4s ease-out forwards 0.2s;
  animation: fadeInUp 0.4s ease-out forwards 0.2s;
}

.a-footer__items a:nth-child(3)[data-emergence=visible] {
  opacity: 0;
  -webkit-animation: fadeInUp 0.4s ease-out forwards 0.4s;
  animation: fadeInUp 0.4s ease-out forwards 0.4s;
}

.a-footer__items a:nth-child(4)[data-emergence=visible] {
  opacity: 0;
  -webkit-animation: fadeInUp 0.4s ease-out forwards 0.6s;
  animation: fadeInUp 0.4s ease-out forwards 0.6s;
}

.fadeInUpDelay[data-emergence=visible] {
  opacity: 0;
  -webkit-animation: fadeInUp 1s 0.25s forwards;
  animation: fadeInUp 1s 0.25s forwards;
}

.fadeInUpSlow[data-emergence=visible] {
  -webkit-animation: fadeInUpSlow 3s forwards;
  animation: fadeInUpSlow 3s forwards;
}

@-webkit-keyframes fadeInUpSlow {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100px, 0px);
    transform: translate3d(0, -100px, 0px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0px, 0px);
    transform: translate3d(0, 0px, 0px);
  }
}

@keyframes fadeInUpSlow {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100px, 0px);
    transform: translate3d(0, -100px, 0px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0px, 0px);
    transform: translate3d(0, 0px, 0px);
  }
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 40px, 0px);
    transform: translate3d(0, 40px, 0px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0px, 0px);
    transform: translate3d(0, 0px, 0px);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 40px, 0px);
    transform: translate3d(0, 40px, 0px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0px, 0px);
    transform: translate3d(0, 0px, 0px);
  }
}

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

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

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

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

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes shine {
  from {
    -webkit-mask-position: 150%;
  }
  to {
    -webkit-mask-position: -50%;
  }
}

@-webkit-keyframes ballon {
  0% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  50% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
}

@keyframes ballon {
  0% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  50% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
}

@-webkit-keyframes slideImgFirst {
  0% {
    opacity: 1;
  }
  33.333% {
    opacity: 0;
  }
  66.666% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes slideImgFirst {
  0% {
    opacity: 1;
  }
  33.333% {
    opacity: 0;
  }
  66.666% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes slideImgSecond {
  0% {
    opacity: 0;
  }
  33.333% {
    opacity: 1;
  }
  66.666% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes slideImgSecond {
  0% {
    opacity: 0;
  }
  33.333% {
    opacity: 1;
  }
  66.666% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes slideImgThird {
  0% {
    opacity: 0;
  }
  33.333% {
    opacity: 0;
  }
  66.666% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes slideImgThird {
  0% {
    opacity: 0;
  }
  33.333% {
    opacity: 0;
  }
  66.666% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes textOne {
  0% {
    opacity: 0;
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
  }
  33.333% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  66.666% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
  }
}

@keyframes textOne {
  0% {
    opacity: 0;
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
  }
  33.333% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  66.666% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
  }
}

@-webkit-keyframes textTwo {
  0% {
    opacity: 0;
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
  }
  33.333% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  66.666% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
  }
}

@keyframes textTwo {
  0% {
    opacity: 0;
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
  }
  33.333% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  66.666% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
  }
}