/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

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

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

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

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

/* Text-level semantics
   ========================================================================== */
/**
 * 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;
}

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

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

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

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

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

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

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

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

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

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

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

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

/**
 * 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 macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

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

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

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

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

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

/**
 * Set up a decent box model on the root element
 */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  overflow-x: hidden;
  overflow-y: auto;
}

/**
 * Make all elements from the DOM inherit from the parent box-sizing
 * Since `*` has a specificity of 0, it does not override the `html` value
 * making all elements inheriting from the root box-sizing value
 * See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

/**
 * Basic styles for links
 */
a {
  color: #ff4087;
  text-decoration: none;
}

a:hover,
a:active,
a:focus,
a.current,
a.flex-active {
  color: #333333;
  text-decoration: underline;
}

@font-face {
  font-family: gotham;
  src: url("../webfonts/gotham-medium.otf") format("opentype");
}

@font-face {
  font-family: gotham;
  font-weight: bold;
  src: url("../webfonts/gotham-bold.otf") format("opentype");
}

@font-face {
  font-family: gotham;
  font-weight: 300;
  src: url("../webfonts/gotham-light.otf") format("opentype");
}

/**
 * Basic typography style for copy text
 */
body {
  color: #FFF;
  font: 300 125%/1.4 gotham, sans-serif;
}

h1 {
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.1;
  margin: 0;
  text-transform: uppercase;
  text-align: center;
}

@media (max-width: 800px) {
  h1 {
    font-size: 1.375rem;
  }
}

h2 {
  font-size: 2.125rem;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 1em;
  text-transform: uppercase;
  text-align: center;
}

h2 img {
  height: 140px;
  width: auto;
  margin: 0 auto;
}

@media (max-width: 800px) {
  h2 {
    font-size: 1.125rem;
    line-height: 1.125;
    margin-bottom: 0;
  }

  h2 img {
    height: 80px;
  }
}

h3 {
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.1;
  margin-top: 0;
  margin-bottom: 15px;
  padding-bottom: 0;
  text-transform: uppercase;
  text-align: left;
  display: inline-block;
  position: relative;
}

@media (max-width: 800px) {
  h3 {
    font-size: 1.5rem;
    line-height: 1.125;
  }
}

h3.no-caps {
  text-transform: none;
}

h4 {
  font-size: 1.5625rem;
  font-weight: bold;
  line-height: 1.25;
  margin-top: 1rem;
  margin-bottom: .5rem;
  text-transform: uppercase;
  text-align: left;
}

@media (max-width: 800px) {
  h4 {
    font-size: 1.125rem;
    line-height: 1.125;
  }
}

p {
  margin-top: 0;
  font-size: 0.85rem;
  margin-bottom: 1rem;
  text-align: left;
  line-height: 1.25;
  font-weight: 300;
}

@media (max-width: 800px) {
  p {
    font-size: 0.625rem;
  }
}

a {
  color: #FFF;
  -webkit-transition: all 0.3s cubic-bezier(0.57, 0, 0.08, 1);
  transition: all 0.3s cubic-bezier(0.57, 0, 0.08, 1);
}

a:hover,
a:active,
a:focus,
a.current,
a.flex-active {
  color: #41ACEC;
}

.promo {
  text-align: center;
  font-size: 1.375rem;
  font-weight: 300;
}

.promo img {
  height: 32px;
  width: auto;
  display: inline-block;
  margin-bottom: -5px !important;
}

@media (max-width: 800px) {
  .promo {
    font-size: 1.125rem;
  }

  .promo img {
    height: 25px;
  }
}

.bold {
  font-weight: 700;
}

/**
 * Clear inner floats
 */
.clearfix::after {
  clear: both;
  content: '';
  display: table;
}

/**
 * Main content containers
 * 1. Make the container full-width with a maximum width
 * 2. Center it in the viewport
 * 3. Leave some space on the edges, especially valuable on small screens
 */
.container {
  max-width: 1680px;
  /* 1 */
  margin-left: auto;
  /* 2 */
  margin-right: auto;
  /* 2 */
  padding-left: 20px;
  /* 3 */
  padding-right: 20px;
  /* 3 */
  width: 100%;
  /* 1 */
}

/**
 * Hide text while making it readable for screen readers
 * 1. Needed in WebKit-based browsers because of an implementation bug;
 *    See: https://code.google.com/p/chromium/issues/detail?id=457146
 */
.hide-text {
  overflow: hidden;
  padding: 0;
  /* 1 */
  text-indent: 101%;
  white-space: nowrap;
}

/**
 * Hide element while making it readable for screen readers
 * Shamelessly borrowed from HTML5Boilerplate:
 * https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css#L119-L133
 */
.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

b,
strong {
  font-weight: bold;
}

img {
  width: 100%;
  max-width: 100%;
  display: block;
}

/* .containers img.m-full1 {
  position: relative;
  width:1920px;
  max-width: 102%;
  left:-2px;
} */

a {
  text-decoration: none;
}

a:hover,
a:active,
a:focus,
a.current,
a.flex-active {
  text-decoration: none;
}

.no-top {
  padding-top: 0;
}

.no-padding {
  padding: 0;
}

.desktop-only {
  display: block;
}

@media (max-width: 800px) {
  .desktop-only {
    display: none;
  }
}

.desktop-hide {
  display: none;
}

@media (max-width: 800px) {
  .desktop-hide {
    display: block;
  }
}

.primary-nav {
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 999;
  min-height: 3rem;
}

.primary-nav a {
  color: #fff;
  font-size: .8125rem;
  text-transform: uppercase;
  -webkit-transition: all 0.3s cubic-bezier(0.57, 0, 0.08, 1) 0s;
  transition: all 0.3s cubic-bezier(0.57, 0, 0.08, 1) 0s;
}
.primary-nav .noCase a {
  text-transform: none;
}


.primary-nav a:hover,
.primary-nav a:active,
.primary-nav a:focus,
.primary-nav a.current,
.primary-nav a.flex-active {
  color: #47aeec;
}

.primary-nav__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  height: 8.625rem;
  -webkit-transition: height 0.3s cubic-bezier(0.57, 0, 0.08, 1) 0s;
  transition: height 0.3s cubic-bezier(0.57, 0, 0.08, 1) 0s;
  padding-bottom: 0 !important;
  padding-left: 20px;
}

.primary-nav__items {
  list-style: none;
  width: 100%;
  text-align: center;
  padding: 0;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.primary-nav__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 2.375rem;
  border-bottom: 1px solid #707070;
  min-height: 70px;
}

.primary-nav__item.last {
  padding-right: 0;
}

.primary-nav__item.mobile-nav {
  display: none;
}

@media (max-width: 800px) {
  .primary-nav__item {
    min-height: 45px;
  }
}

.primary-nav {
  display: block;
  top: 0;
  left: 0;
  height: 70px;
  width: 100%;
  overflow: hidden;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  z-index: 99;
  background-color: black;
}

@media (max-width: 800px) {
  .primary-nav {
    background-color: #000;
  }
}

.primary-nav__container {
  display: block;
  height: auto;
  text-align: left;
}

.primary-nav__logo {
  border-bottom: 1px solid #707070;
  padding: 0;
  min-height: 70px;
  text-align: left;
}

.primary-nav__logo__wrapper {
  display: inline-block;
}

.primary-nav__logo__wrapper img {
  width: auto;
  max-height: 30px;
}

.primary-nav__logo__wrapper img.logo {
  max-height: 40px;
  padding-right: 20px;
  margin-top: 12px;
}

.primary-nav__logo__wrapper img.slogan {
  max-height: 25px;
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

.primary-nav__menu {
  position: absolute;
  right: 0;
  top: 0;
  height: 70px;
  width: 100px;
  cursor: pointer;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-left: 1px solid #707070;
}

@media (max-width: 800px) {
  .primary-nav__menu {
    width: 70px;
  }
}

.primary-nav__menu a {
  text-align: center;
  display: block;
  position: relative;
  color: #FFF;
  text-decoration: none;
  line-height: 2.35;
  font-weight: 900;
  width: 100%;
}

.primary-nav__menu #burger {
  width: 35px;
  height: 30px;
  position: relative;
  margin: 22px auto;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  margin-left: 20px;
}

@media (max-width: 800px) {
  .primary-nav__menu #burger {
    margin-left: auto;
  }
}

.primary-nav__menu #burger span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #fff;
  border-radius: 0;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.primary-nav__menu #burger span:nth-child(1) {
  top: 0px;
}

.primary-nav__menu #burger span:nth-child(2) {
  top: 10px;
}

.primary-nav__menu #burger span:nth-child(3) {
  top: 20px;
}

.primary-nav__items {
  position: relative;
  display: block;
  width: 100%;
  top: 0;
  padding: 0;
  list-style: none;
  text-align: left;
}

.primary-nav .mobile-nav {
  padding-top: 1rem;
}

.primary-nav .mobile-nav~.mobile-nav {
  padding-top: 0;
}

.primary-nav__item {
  margin-top: 5px;
  -webkit-transform: scale(1.15) translateY(-30px);
  transform: scale(1.15) translateY(-30px);
  opacity: 0;
  -webkit-transition: opacity 0.6s cubic-bezier(0.57, 0, 0.08, 1), -webkit-transform 0.5s cubic-bezier(0.57, 0, 0.08, 1);
  transition: opacity 0.6s cubic-bezier(0.57, 0, 0.08, 1), -webkit-transform 0.5s cubic-bezier(0.57, 0, 0.08, 1);
  transition: transform 0.5s cubic-bezier(0.57, 0, 0.08, 1), opacity 0.6s cubic-bezier(0.57, 0, 0.08, 1);
  transition: transform 0.5s cubic-bezier(0.57, 0, 0.08, 1), opacity 0.6s cubic-bezier(0.57, 0, 0.08, 1), -webkit-transform 0.5s cubic-bezier(0.57, 0, 0.08, 1);
  padding-right: 0;
}

.primary-nav__item.mobile-nav {
  display: block;
}

.primary-nav__item.mobile-nav a {
  color: #929292;
}

.primary-nav__item.mobile-nav a:hover,
.primary-nav__item.mobile-nav a:active,
.primary-nav__item.mobile-nav a:focus,
.primary-nav__item.mobile-nav a.current,
.primary-nav__item.mobile-nav a.flex-active {
  color: #47aeec;
}

.primary-nav__item:first-child {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}

.primary-nav__item:nth-child(1) {
  -webkit-transition-delay: 0.56s;
  transition-delay: 0.56s;
}

.primary-nav__item:nth-child(2) {
  -webkit-transition-delay: 0.49s;
  transition-delay: 0.49s;
}

.primary-nav__item:nth-child(3) {
  -webkit-transition-delay: 0.42s;
  transition-delay: 0.42s;
}

.primary-nav__item:nth-child(4) {
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

.primary-nav__item:nth-child(5) {
  -webkit-transition-delay: 0.28s;
  transition-delay: 0.28s;
}

.primary-nav__item:nth-child(6) {
  -webkit-transition-delay: 0.21s;
  transition-delay: 0.21s;
}

.primary-nav__item:nth-child(7) {
  -webkit-transition-delay: 0.14s;
  transition-delay: 0.14s;
}

.primary-nav__item:nth-child(8) {
  -webkit-transition-delay: 0.07s;
  transition-delay: 0.07s;
}

.primary-nav__item:nth-child(9) {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.primary-nav__item a {
  display: block;
  position: relative;
  color: #FFF;
  font-weight: 100;
  text-decoration: none;
  font-size: 1.5625rem;
  line-height: 1;
  font-weight: 200;
  width: 100%;
  pointer-events: none;
  text-align: center;
}

@media (max-width: 800px) {
  .primary-nav__item a {
    font-size: 0.876rem;
  }
}

.primary-nav.menu-opened {
  height: auto;
  padding-bottom: 50px;
  background-color: #000;
  -webkit-transition: all 0.3s ease-in, #000 0.5s ease-in;
  transition: all 0.3s ease-in, #000 0.5s ease-in;
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}

.primary-nav.menu-opened .primary-nav__item a {
  pointer-events: auto;
  cursor: pointer;
}

.primary-nav.menu-opened .primary-nav__menu #burger span:nth-child(1) {
  top: 10px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.primary-nav.menu-opened .primary-nav__menu #burger span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

.primary-nav.menu-opened .primary-nav__menu #burger span:nth-child(3) {
  top: 10px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.primary-nav.menu-opened li {
  -webkit-transform: scale(1) translateY(0px);
  transform: scale(1) translateY(0px);
  opacity: 1;
}

.primary-nav.menu-opened li:nth-child(1) {
  -webkit-transition-delay: 0.27s;
  transition-delay: 0.27s;
}

.primary-nav.menu-opened li:nth-child(2) {
  -webkit-transition-delay: 0.34s;
  transition-delay: 0.34s;
}

.primary-nav.menu-opened li:nth-child(3) {
  -webkit-transition-delay: 0.41s;
  transition-delay: 0.41s;
}

.primary-nav.menu-opened li:nth-child(4) {
  -webkit-transition-delay: 0.48s;
  transition-delay: 0.48s;
}

.primary-nav.menu-opened li:nth-child(5) {
  -webkit-transition-delay: 0.55s;
  transition-delay: 0.55s;
}

.primary-nav.menu-opened li:nth-child(6) {
  -webkit-transition-delay: 0.62s;
  transition-delay: 0.62s;
}

.primary-nav.menu-opened li:nth-child(7) {
  -webkit-transition-delay: 0.69s;
  transition-delay: 0.69s;
}

.primary-nav.menu-opened li:nth-child(8) {
  -webkit-transition-delay: 0.76s;
  transition-delay: 0.76s;
}

.primary-nav.menu-opened li:nth-child(9) {
  -webkit-transition-delay: 0.83s;
  transition-delay: 0.83s;
}

.primary-nav.menu-opened li:nth-child(10) {
  -webkit-transition-delay: 0.90s;
  transition-delay: 0.90s;
}

footer {
  background-color: #000;
  text-align: center;
  padding: 1rem;
}

footer img.logo {
  width: 300px;
  height: auto;
  margin: 0 auto !important;
}

footer .copyright {
  margin-top: .5rem;
  font-size: 0.875rem;
}

.footer-nav ul {
  list-style: none;
  text-align: center;
  padding: 1.25rem 0;
  margin: 0 auto;
  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;
}

@media (max-width: 480px) {
  .footer-nav ul {
    padding: .625rem 0;
  }
}

.footer-nav ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: height 600ms cubic-bezier(0.57, 0, 0.08, 1) 0s;
  transition: height 600ms cubic-bezier(0.57, 0, 0.08, 1) 0s;
}

.footer-nav ul li a {
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: all 600ms cubic-bezier(0.57, 0, 0.08, 1) 0s;
  transition: all 600ms cubic-bezier(0.57, 0, 0.08, 1) 0s;
}

.footer-nav ul li a:hover,
.footer-nav ul li a:active,
.footer-nav ul li a:focus,
.footer-nav ul li a.current,
.footer-nav ul li a.flex-active {
  color: #e1216c;
}

@media (max-width: 480px) {
  .footer-nav-primary {
    display: none !important;
  }
}

.footer-nav-primary__item {
  padding: 0 2rem;
}

@media (max-width: 800px) {
  .footer-nav-primary__item {
    padding: 0 .625rem;
  }
}

.footer-nav-social__item {
  padding: 0 1.25rem;
}

.footer-nav-social__item a {
  height: 3.25rem;
  width: 3.25rem;
  border: 3px solid #fff;
  border-radius: 50%;
  position: relative;
  -webkit-transition: all 0.3s cubic-bezier(0.57, 0, 0.08, 1);
  transition: all 0.3s cubic-bezier(0.57, 0, 0.08, 1);
}

@media (max-width: 800px) {
  .footer-nav-social__item a {
    border: 2px solid #fff;
  }
}

@media (max-width: 480px) {
  .footer-nav-social__item a {
    height: 2.5rem;
    width: 2.5rem;
    padding: 0 .625rem;
  }
}

.footer-nav-social__item a:hover,
.footer-nav-social__item a:active,
.footer-nav-social__item a:focus,
.footer-nav-social__item a.current,
.footer-nav-social__item a.flex-active {
  -webkit-transition: all 0.3s cubic-bezier(0.57, 0, 0.08, 1);
  transition: all 0.3s cubic-bezier(0.57, 0, 0.08, 1);
  border: 3px solid #ff4087;
  transition: all 0.3s cubic-bezier(0.57, 0, 0.08, 1);
}

@media (max-width: 800px) {

  .footer-nav-social__item a:hover,
  .footer-nav-social__item a:active,
  .footer-nav-social__item a:focus,
  .footer-nav-social__item a.current,
  .footer-nav-social__item a.flex-active {
    border: 2px solid #ff4087;
  }
}

.footer-nav-social__item a i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 1.75rem;
}

@media (max-width: 480px) {
  .footer-nav-social__item a i {
    font-size: 1rem;
  }
}

.footer-nav-secondary__item::after {
  content: "|";
  margin: 0;
  padding: 0 1rem;
  color: #fff;
}

@media (max-width: 800px) {
  .footer-nav-secondary__item::after {
    padding: 0 .625rem;
  }
}

.footer-nav-secondary__item:last-child:after {
  content: none;
}

.arrow-link {
  width: 3rem;
  height: auto;
}

.arrow-link.red svg path {
  fill: #ED1962 !important;
  -webkit-transition: all 0.3s cubic-bezier(0.57, 0, 0.08, 1);
  transition: all 0.3s cubic-bezier(0.57, 0, 0.08, 1);
}

.arrow-link.red svg:hover path,
.arrow-link.red svg:active path,
.arrow-link.red svg:focus path,
.arrow-link.red svg.current path,
.arrow-link.red svg.flex-active path {
  fill: #41ACEC !important;
}

.arrow-link.blue path {
  fill: #41ACEC !important;
}

.arrow-down {
  width: 3rem;
  height: auto;
}

.button {
  cursor: pointer;
  width: 200px;
  border: none;
  background: #0CF;
  color: #FFF;
  margin: 0 0 5px;
  padding: 10px;
  font-size: 1rem;
  text-transform: uppercase;
  text-align: center;
}

.video-wrapper {
  position: relative;
}

.video-wrapper>video {
  width: 100%;
  vertical-align: middle;
}

.video-wrapper>video.has-media-controls-hidden::-webkit-media-controls {
  display: none;
}

.video-overlay-play-button {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 10px calc(50% - 50px);
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  opacity: 0.4;
  cursor: pointer;
  background-color: #000;
  -webkit-transition: opacity 150ms;
  transition: opacity 150ms;
  z-index: 1;
}

.video-overlay-play-button.is-hidden {
  display: none;
}

.back-to-top-btn {
  width: 45px;
  height: 45px;
  margin-right: 0;
  margin-left: auto;
  cursor: pointer;
}

div.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 998;
}

div.modalWindow {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 999;
  width: 90%;
  max-width: 600px;
  min-height: 200px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #2E5181;
  cursor: default;
}

div.modal.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 997;
  cursor: pointer;
}

.modal .modal-wrapper {
  margin-top: 75px;
  margin-bottom: 45px;
  border-top: 1px solid #fff;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.modal .modal-wrapper p {
  font-size: 1.25rem;
  text-align: center;
}

.modal .modal-wrapper .button {
  margin: 0 auto;
}

@media (max-width: 800px) {
  .modal .modal-wrapper {
    margin-bottom: 20px;
    margin-top: 50px;
  }

  .modal .modal-wrapper .button {
    width: 100%;
  }
}

.closeBtn-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  height: 75px;
  width: 80px;
  border-left: 1px solid #fff;
  cursor: pointer;
}

@media (max-width: 800px) {
  .closeBtn-wrapper {
    height: 50px;
  }
}

.closeBtn {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 40px;
  height: 40px;
  opacity: 1;
}

@media (max-width: 800px) {
  .closeBtn {
    top: 5px;
  }
}

.closeBtn:hover {
  opacity: 1;
}

.closeBtn:before,
.closeBtn:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 40px;
  width: 2px;
  background-color: #fff;
}

.closeBtn:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.closeBtn:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

section {
  padding: 3rem 0;
}

@media (max-width: 800px) {
  section {
    padding: 30px 0;
  }
}

section .flex:last-child {
  padding-bottom: 0;
}

section:last-of-type {
  padding-bottom: 4rem;
}

.banner {
  padding: 0;
  padding-top: 70px !important;
  position: relative;
}

.banner .container {
  padding-bottom: 0;
}

.banner__img {
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100vh;
}

@media (max-width: 1024px) {
  .banner__img {
    height: calc(100vh - 50px) !important;
  }
}

@media (max-width: 480px) {
  .banner__img {
    height: calc(100vh - 70px) !important;
  }
}

@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
  .banner__img {
    height: calc(100vh - 145px) !important;
  }
}

.banner__img-wrapper {
  position: relative;
}

.banner__img-wrapper.compat-object-fit {
  background-size: cover;
  background-position: center center;
  min-height: 700px !important;
  height: 100vh;
}

@media (max-width: 800px) {
  .banner__img-wrapper.compat-object-fit {
    min-height: 1000px !important;
  }
}

@media (max-width: 480px) {
  .banner__img-wrapper.compat-object-fit {
    min-height: calc(100vh - 70px) !important;
  }
}

@media (max-width: 1024px) {
  .banner__img-wrapper {
    height: calc(100vh - 50px) !important;
  }
}

@media (max-width: 480px) {
  .banner__img-wrapper {
    height: calc(100vh - 70px) !important;
  }
}

@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
  .banner__img-wrapper {
    height: calc(100vh - 145px) !important;
  }
}

.banner__content {
  position: absolute;
  bottom: 10%;
  text-align: center;
  padding: 0 1.25rem;
  width: 100%;
  max-width: 100%;
  z-index: 2;
}

.banner__content.is-hidden {
  display: none;
}

@media (max-width: 800px) {
  .banner__content {
    width: 100%;
  }

  .banner__content__img-wrapper {
    height: 1000px;
  }

  .banner__content__img-wrapper.compat-object-fit {
    background-size: cover;
    background-position: center center;
  }
}

@media (max-width: 800px) and (max-width: 800px) {
  .banner__content__img-wrapper {
    height: 700px;
  }
}

@media (max-width: 800px) and (max-width: 480px) {
  .banner__content__img-wrapper {
    height: 100vh;
  }
}

@media (max-width: 480px) {
  .banner__content br {
    display: none;
  }
}

.banner__text {
  -webkit-transform: translateX(-500px);
  transform: translateX(-500px);
  opacity: 0;
  -webkit-transition: opacity 1.2s cubic-bezier(0.57, 0, 0.08, 1), -webkit-transform 1.2s cubic-bezier(0.57, 0, 0.08, 1);
  transition: opacity 1.2s cubic-bezier(0.57, 0, 0.08, 1), -webkit-transform 1.2s cubic-bezier(0.57, 0, 0.08, 1);
  transition: transform 1.2s cubic-bezier(0.57, 0, 0.08, 1), opacity 1.2s cubic-bezier(0.57, 0, 0.08, 1);
  transition: transform 1.2s cubic-bezier(0.57, 0, 0.08, 1), opacity 1.2s cubic-bezier(0.57, 0, 0.08, 1), -webkit-transform 1.2s cubic-bezier(0.57, 0, 0.08, 1);
}

.banner__text.animate {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.banner__text h1 {
  color: #fff;
}

.banner-s .banner__img-wrapper {
  height: 500px !important;
}

@media (max-width: 800px) {
  .banner-s .banner__img-wrapper {
    height: 60vh !important;
  }
}

.banner-s .banner__img {
  height: 500px !important;
}

@media (max-width: 800px) {
  .banner-s .banner__img {
    height: 60vh !important;
  }
}

.banner-s .banner__content {
  top: calc(50% + 70px);
}

@media (max-width: 800px) {
  .banner-s .banner__content {
    top: calc(50% + 25px);
  }
}

.banner .arrow-down {
  position: absolute;
  bottom: 1rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.container {
  max-width: 1200px;
  margin: 0 auto;
}

@media (max-width: 1344px) {
  .container {
    max-width: 1024px;
  }
}

.container img {
  margin-bottom: 0em;
}

.container-s {
  max-width: 740px;
  margin: 0 auto;
}

.container .section-header {
  text-align: center;
  width: 100%;
}

.container .section-header .header-right {
  width: calc(50% - 1rem);
  float: right;
  text-align: left;
}

@media (max-width: 800px) {
  .container .section-header .header-right {
    float: none;
    width: 100%;
  }
}

@media (max-width: 800px) {
  .container .section-header {
    text-align: left;
  }
}

.container .section-header h2,
.container .section-header h3 {
  margin-top: 0;
}

.container .section-header:after {
  content: "";
  clear: both;
  display: table;
}

.container.bg-grey {
  background-color: #f0f0f1;
  padding: 3rem;
}

@media (max-width: 800px) {
  .container.bg-grey {
    padding: 3rem 1.25rem 1.25rem;
  }
}

@media (max-width: 800px) {
  .container img.m-full {
    left: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    max-width: 100vw;
    position: relative;
    right: 50%;
    width: 100vw !important;
    margin-bottom: 30px;
  }
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-bottom: 3rem;
  margin-top: 3rem;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

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

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

@media (max-width: 800px) {
  .flex {
    margin-top: 1rem !important;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
    width: 100%;
  }
}

.flex.icons {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: .9rem;
  font-weight: 300;
  text-align: center;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  margin-top: 0 !important;
}

@media (max-width: 800px) {
  .flex.icons {
    padding-top: 10px !important;
    padding-bottom: 50px !important;
  }
}

.flex.icons img {
  width: 42px;
  margin-bottom: .5rem;
}

.flex.icons>div {
  font-weight: 300;
  font-size: 0.85rem;
}

@media (max-width: 800px) {
  .flex.icons>div {
    font-size: 0.625rem;
  }
}

.flex.icons .flex-item {
  padding: 0 2px;
  margin-top: 1rem;
}

@media (max-width: 800px) {
  .flex.icons .flex-item {
    margin-top: .5rem;
  }
}

.flex .bg-grey {
  padding-bottom: 3rem;
}

.flex .bg-grey .flex-item {
  padding: 2rem;
  text-align: center;
  background-color: #f0f0f1;
}

.flex .bg-grey .flex-item img {
  margin: 0 auto;
  width: auto;
  max-height: 400px;
}

@media (max-width: 800px) {
  .flex .bg-grey .flex-item {
    padding: 1.25rem;
  }

  .flex .bg-grey .flex-item p {
    text-align: left;
  }

  .flex .bg-grey .flex-item img {
    height: auto;
  }
}

@media (max-width: 800px) {
  .flex .bg-grey {
    padding-bottom: 2rem;
  }
}

.flex .flex-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

.flex .flex-item.width-40 {
  width: calc(40% - 0.8rem);
}

.flex .flex-item.width-60 {
  width: calc(60% - 1.2rem);
}

.flex .flex-item.width-35 {
  width: calc(35% - 0.8rem);
}

.flex .flex-item.width-65 {
  width: calc(65% - 1.2rem);
}

.flex .flex-item.twos {
  width: calc((100% - 2rem) / 2);
}

.flex .flex-item.threes {
  width: calc((100%) / 3) !important;
}

.flex .flex-item.threes.two-threes {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(((100% - 2rem) / 3)*2);
  flex: 0 0 calc(((100% - 2rem) / 3)*2);
}

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

@media (max-width: 800px) {
  .flex .flex-item {
    display: block;
    width: 100% !important;
  }

  .flex .flex-item.threes {
    text-align: center;
  }

  .flex .flex-item:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .flex .flex-item.m-order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .flex .flex-item.m-order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-bottom: 0;
  }

  .flex .flex-item.m-order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-bottom: 0;
  }
}

.flex .flex-item.right img {
  margin: 0;
  margin-left: auto;
  margin-right: 2rem;
}

.flex img {
  width: 100%;
  margin: 0 auto;
}

.flex.bg-grey {
  padding-bottom: 3rem;
}

.flex.bg-grey .flex-item {
  padding: 2rem;
  text-align: center;
  background-color: #f0f0f1;
}

.flex.bg-grey .flex-item img {
  margin: 0 auto;
  width: auto;
}

@media (max-width: 800px) {
  .flex.bg-grey .flex-item {
    padding: 1.25rem;
  }

  .flex.bg-grey .flex-item p {
    text-align: left;
  }

  .flex.bg-grey .flex-item img {
    height: auto;
  }
}

@media (max-width: 800px) {
  .flex.bg-grey {
    padding-bottom: 2rem;
  }
}

.super-container {
  max-width: 1600px;
  margin: 0 auto;
  color: #fff;
  position: relative;
  margin-bottom: 200px;
  min-height: 320px;
}

@media (max-width: 1344px) {
  .super-container {
    min-height: 370px;
  }
}

@media (max-width: 800px) {
  .super-container {
    padding: 0;
    margin-bottom: 0;
  }
}

.super-container .banner {
  width: 90%;
}

@media (max-width: 800px) {
  .super-container .banner {
    width: 100%;
    display: block;
  }
}

.super-container .red-blue-wrapper {
  position: absolute;
  bottom: -200px;
  left: 50%;
  min-height: 300px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  padding-bottom: 0;
}

@media (max-width: 800px) {
  .super-container .red-blue-wrapper {
    position: relative;
    padding-left: 0;
    -webkit-transform: none;
    transform: none;
    left: 0;
    bottom: 0;
    min-height: 0;
  }
}

.super-container .red-blue-wrapper .red-blue-bg {
  position: absolute;
  width: 100vw;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
  background: url("../img/red-blue-bg.png");
  background: linear-gradient(120deg, #e1216c 40%, #41acec 80%);
  background-size: cover;
}

@media (max-width: 800px) {
  .super-container .red-blue-wrapper .red-blue-bg {
    background: linear-gradient(120deg, #e1216c 20%, #41acec 60%);
  }
}

.super-container .red-blue-wrapper .red-blue-bg.blue-bg {
  background: #47aeec;
}

.super-container .red-blue-wrapper .red-blue-bg.red-bg {
  background: #ff4087;
}

.super-container .red-blue-wrapper .flex {
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  margin-top: 0;
  z-index: 2;
  position: relative;
  padding: 3rem 0;
}

.super-container .red-blue-wrapper .flex h3 {
  margin: 0 0 1.25rem;
}

@media (max-width: 800px) {
  .super-container .red-blue-wrapper .flex {
    padding: 1rem 0;
  }
}

.super-container .red-blue-wrapper .flex .flex-item {
  padding: 0 3rem;
  margin-bottom: 0;
}

@media (max-width: 800px) {
  .super-container .red-blue-wrapper .flex .flex-item {
    padding: 0 1.25rem 2rem;
  }

  .super-container .red-blue-wrapper .flex .flex-item br {
    display: none;
  }

  .super-container .red-blue-wrapper .flex .flex-item:first-child {
    text-align: left;
  }
}

section .carousel {
  position: relative;
}

section .carousel .prev,
section .carousel .next {
  margin: 25px;
  display: inline-block;
  height: 12px;
  position: absolute;
  width: 12px;
  z-index: 9999;
  visibility: hidden;
  color: #fff;
  font-size: 20px;
}


@media (max-width: 800px) {

  section .carousel .prev::after,
  section .carousel .next::after {
    height: 12px;
    width: 12px;
  }
}

@media (max-width: 800px) {

  section .carousel .prev,
  section .carousel .next {
    visibility: visible;
  }
}


@media (max-width: 800px) {
  section .carousel .next {
    right: -15px;
  }
}

@media (max-width: 800px) {
  section .carousel .prev {
    left: -15px;
  }
}

.page-home .banner__img-wrapper {
  position: relative;
  height: auto !important;
  height: auto;
}

.page-home .banner__img-wrapper.compat-object-fit {
  background-size: cover;
  background-position: center center;
  min-height: 1200px !important;
}

@media (max-width: 1024px) {
  .page-home .banner__img-wrapper.compat-object-fit {
    min-height: 1000px !important;
  }
}

@media (max-width: 800px) {
  .page-home .banner__img-wrapper.compat-object-fit {
    min-height: 700px !important;
  }
}

@media (max-width: 480px) {
  .page-home .banner__img-wrapper.compat-object-fit {
    min-height: calc(100vh - 70px) !important;
  }
}

.page-home .banner__img {
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  height: 100% !important;
}

@media (max-width: 1024px) {
  .page-home .banner__img {
    min-height: 1000px !important;
    height: auto !important;
  }
}

@media (max-width: 800px) {
  .page-home .banner__img {
    min-height: 700px !important;
  }
}

@media (max-width: 480px) {
  .page-home .banner__img {
    min-height: calc(100vh - 70px) !important;
  }
}

.page-home .home-banner {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.page-home .home-banner .container {
  padding-bottom: 0;
}

.page-home .home-banner__bottom {
  position: absolute;
  bottom: -2px;
  width: 125%;
  max-width: 125%;
  right: 0;
}

.page-home .home-banner__content {
  position: absolute;
  top: 13.75rem;
  padding: 0;
  max-width: 100%;
}

@media (max-width: 800px) {
  .page-home .home-banner__content {
    position: absolute;
    padding: 0 1.25rem;
    top: 30%;
    left: 0;
    width: 100%;
  }
}

@media (max-width: 480px) {
  .page-home .home-banner__content {
    width: 100%;
    top: 45%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .page-home .home-banner__content br {
    display: none;
  }
}

.page-home .home-banner__text {
  -webkit-transform: translateX(-500px);
  transform: translateX(-500px);
  opacity: 0;
  -webkit-transition: opacity 1.2s cubic-bezier(0.57, 0, 0.08, 1), -webkit-transform 1.2s cubic-bezier(0.57, 0, 0.08, 1);
  transition: opacity 1.2s cubic-bezier(0.57, 0, 0.08, 1), -webkit-transform 1.2s cubic-bezier(0.57, 0, 0.08, 1);
  transition: transform 1.2s cubic-bezier(0.57, 0, 0.08, 1), opacity 1.2s cubic-bezier(0.57, 0, 0.08, 1);
  transition: transform 1.2s cubic-bezier(0.57, 0, 0.08, 1), opacity 1.2s cubic-bezier(0.57, 0, 0.08, 1), -webkit-transform 1.2s cubic-bezier(0.57, 0, 0.08, 1);
}

.page-home .home-banner__text.animate {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.page-home .home-banner__text h1 {
  color: #fff;
}

.page-home .home-banner__text p {
  font-size: 1.875rem;
  color: #fff;
}

@media (max-width: 480px) {
  .page-home .home-banner__text p {
    font-size: 1.25rem;
  }
}

.page-home .intro-section {
  background-color: #000;
}

.page-home .intro-section h3 {
  text-align: center;
}

.page-home .intro-section .m-full {
  margin-bottom: 30px;
}

.page-home .hyperboost-section {
  background-color: #000;
}

.page-home .guardian-section {
  background-color: #000;
}

.page-home .bmsmax-section {
  background-color: #000;
}

.page-home .bmsmax-section .flex {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

@media (max-width: 800px) {
  .page-home .bmsmax-section .flex {
    margin-top: 0;
    margin-bottom: 0;
  }
}

.page-home .bmsmax-section .ai-text {
  z-index: 1;
  -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;
  display: inline-block;
  vertical-align: middle;
  margin-top: 100px;
}

@media (max-width: 1024px) {
  .page-home .bmsmax-section .ai-text {
    margin-top: 80px;
  }
}

@media (max-width: 800px) {
  .page-home .bmsmax-section .ai-text {
    margin-top: 0;
  }
}

.page-home .indoor-units-section {
  background-color: #000;
  text-align: center;
  position: relative;
}

.page-home .indoor-units-section h3 {
  margin-bottom: 2rem;
  padding-left: 4rem;
}

.page-home .indoor-units-section h3::after {
  content: '';
  background-image: url("https://overseas-static-dist.oss-eu-central-1.aliyuncs.com/mbt-oversea-website/web_assets/images/lines.png");
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  width: 60px;
  height: 29px;
  left: 0;
  bottom: -1px;
}

@media (max-width: 800px) {
  .page-home .indoor-units-section h3 {
    margin-bottom: 0;
  }
}

.page-home .outdoor-units-section {
  background-color: #000;
  text-align: center;
  position: relative;
}

.page-home .outdoor-units-section h3 {
  margin-bottom: 2rem;
  padding-left: 4rem;
}

.page-home .outdoor-units-section h3::after {
  content: '';
  background-image: url("https://overseas-static-dist.oss-eu-central-1.aliyuncs.com/mbt-oversea-website/web_assets/images/lines.png");
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  width: 60px;
  height: 29px;
  left: 0;
  bottom: -1px;
}

@media (max-width: 800px) {
  .page-home .outdoor-units-section h3 {
    margin-bottom: 0;
  }
}

.page-home .banner-section {
  background-color: #000;
}

.page-home .video-section {
  background-color: #000;
}

.page-home .contact-section {
  background-image: url("https://overseas-static-dist.oss-eu-central-1.aliyuncs.com/mbt-oversea-website/web_assets/images/contact-bg.jpg");
  background-size: cover;
}

.page-home .contact-section .flex {
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
}

.page-home .slick-slider {
  margin-top: 2rem;
}

.page-home .transform.icons {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.page-home .transform.img-1 img {
  -webkit-transform: scale(1.2) translateY(-10%);
  transform: scale(1.2) translateY(-10%);
}

.page-home .transform.img-2 {
  margin-bottom: 4rem;
}

.page-home .transform.img-2 img {
  -webkit-transform: scale(1.2) translateY(10%);
  transform: scale(1.2) translateY(10%);
}

.page-home .transform.img-3 {
  margin-bottom: 6rem;
}

.page-home .transform.img-3 img {
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
  -webkit-transform-origin: top;
  transform-origin: top;
}

.page-home .transform.img-4 {
  margin-bottom: 6rem;
}

.page-home .transform.img-4 img {
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
  -webkit-transform-origin: top;
  transform-origin: top;
}

.page-home .transform.pms-motor-text {
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}

@media (max-width: 1024px) {
  .page-home .transform.pms-motor-text {
    -webkit-transform: none !important;
    transform: none !important;
  }
}

@media (max-width: 800px) {
  .page-home .transform {
    margin-bottom: 0 !important;
    -webkit-transform: none !important;
    transform: none !important;
  }

  .page-home .transform img {
    -webkit-transform: none !important;
    transform: none !important;
  }
}

.page-home h3 {
  border-bottom: 1px solid #fff;
  padding-right: 2rem;
  margin-right: 2rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.page-home h3::before {
  content: '';
  background-image: url("https://overseas-static-dist.oss-eu-central-1.aliyuncs.com/mbt-oversea-website/web_assets/images/lines.png");
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  width: 60px;
  height: 29px;
  right: -29px;
  bottom: -1px;
}

.page-mthermal section {
  background-color: #000;
  padding-top: 0;
}

.page-mthermal section .section-title {
  height: 500px;
  width: 100%;
  position: relative;
}

.page-mthermal section .section-title img {
  position: absolute;
  z-index: 0;
  width: 110%;
  max-width: 110%;
  left: 50%;
  -webkit-transform: translate(-50%, -10%);
  transform: translate(-50%, -10%);
}

@media (max-width: 800px) {
  .page-mthermal section .section-title {
    height: 150px;
  }

  .page-mthermal section .section-title img {
    -webkit-transform: translate(-50%, -15%);
    transform: translate(-50%, -15%);
  }
}

@media (max-width: 800px) {
  .page-mthermal section {
    padding: 0;
  }
}

@media (max-width: 800px) {
  .page-mthermal section .video-wrapper {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

.page-mthermal section h2 {
  font-weight: 300;
  color: #9A9183;
  text-align: left;
}

@media (max-width: 800px) {
  .page-mthermal section h2 {
    font-size: 1rem;
  }
}

.page-mthermal section .section-title {
  position: relative;
}

.page-mthermal section .section-title:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  right: -10%;
  pointer-events: none;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(50%, black));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), black 50%);
  width: 10%;
  height: 1000px;
}

.page-mthermal section .section-title:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: -10%;
  pointer-events: none;
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0)), color-stop(50%, black));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0), black 50%);
  width: 10%;
  height: 1000px;
}

.page-mthermal section .img-wrapper-2 {
  position: relative;
}

.page-mthermal section .img-wrapper-2:before {
  content: "";
  position: absolute;
  z-index: 2;
  bottom: 0;
  right: 0%;
  pointer-events: none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, black));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), black 50%);
  width: 100%;
  height: 20%;
}

.page-mthermal section .img-wrapper {
  position: relative;
}

.page-mthermal section .img-wrapper:before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0%;
  pointer-events: none;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(80%, black));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), black 80%);
  width: 5%;
  height: 100%;
}

.page-mthermal section .img-wrapper:after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0%;
  pointer-events: none;
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0)), color-stop(80%, black));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0), black 80%);
  width: 5%;
  height: 100%;
}

@media (max-width: 800px) {

  .page-mthermal section .section-title:before,
  .page-mthermal section .section-title:after,
  .page-mthermal section .img-wrapper:before,
  .page-mthermal section .img-wrapper:after {
    content: none;
    display: none;
  }
}

.page-mthermal .video-overlay-play-button {
  background-image: none;
}

.page-mthermal .carousel-3d-slide {
  background-color: #000;
}

.page-mthermal .video-section {
  padding-bottom: 0;
}

.page-mthermal .service-section {
  padding-bottom: 0;
}

.page-mthermal .world-section {
  padding-bottom: 0;
}

.page-mthermal .product-section {
  padding-bottom: 0;
}

.page-mthermal .solution-section-2 {
  padding-top: 30px;
}

.page-mthermal .contact-section {
  padding-top: 4rem;
  color: #9A9183;
}

.page-mthermal .contact-section h3 {
  margin-top: 0;
  margin-bottom: 15px;
}

@media (max-width: 800px) {
  .page-mthermal .contact-section {
    padding-top: 15px;
  }
}

.page-mthermal .container img,
.page-mthermal .container video {
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}

.page-mthermal .video-wrapper {
  margin-top: 0;
}

.page-mthermal .carousel-section .container .carousel-3d-container {
  margin: 0;
}

@media (max-width: 800px) {
  .page-mthermal .carousel-section .container {
    padding-left: 0;
    padding-right: 0;
  }
}

.page-mthermal .carousel {
  position: relative;
}

@media (max-width: 800px) {
  .page-mthermal .carousel {
    padding-bottom: 20px;
  }
}

.page-mthermal .carousel .prev,
.page-mthermal .carousel .next {
  visibility: visible;
}

.page-mthermal h3 {
  color: #9A9183;
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding-bottom: 0;
  text-align: center;
  display: block;
}

@media (max-width: 800px) {
  .page-mthermal h3 {
    text-align: left;
    margin-top: 30px;
    margin-bottom: 30px;
    font-weight: 400;
  }
}

.page-mthermal .form-container {
  width: 40%;
  margin: 0 auto;
}

@media (max-width: 800px) {
  .page-mthermal .form-container {
    width: 100%;
  }
}

.page-mthermal .form-container .social__item a {
  border: 2px solid #9A9183;
}

.page-mthermal .form-container .social__item a i {
  color: #9A9183;
}

.page-mthermal .form-container .social__item a:hover,
.page-mthermal .form-container .social__item a:active,
.page-mthermal .form-container .social__item a:focus,
.page-mthermal .form-container .social__item a.current,
.page-mthermal .form-container .social__item a.flex-active {
  border: 2px solid #47aeec;
}

.page-mthermal .form-container .social__item a:hover i,
.page-mthermal .form-container .social__item a:active i,
.page-mthermal .form-container .social__item a:focus i,
.page-mthermal .form-container .social__item a.current i,
.page-mthermal .form-container .social__item a.flex-active i {
  color: #47aeec;
}

.page-mthermal #contact input,
.page-mthermal #contact textarea {
  border: 1px solid #9A9183 !important;
  background-color: rgba(0, 0, 0, 0) !important;
}

.page-mthermal #contact button {
  background-image: url("https://overseas-static-dist.oss-eu-central-1.aliyuncs.com/mbt-oversea-website/web_assets/images/m-thermal/contact-button-bg.jpg") !important;
  color: #000 !important;
  margin: 0 auto !important;
  border-radius: 5px;
  display: block;
}

.page-v6r section {
  background-color: #000;
  padding: 0;
  padding-top: 3rem;
  padding-bottom: 2rem;
}

.page-v6r section.match-all-section img {
  padding-top: 3rem;
}

.page-v6r section .section-title {
  padding-top: 2rem;
}

.page-v6r section .section-title img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  z-index: 1;
  padding-top: 0;
}

@media (max-width: 800px) {
  .page-v6r section .section-title {
    padding-top: 0;
  }

  .page-v6r section .section-title img {
    -webkit-transform: none;
    transform: none;
  }
}

@media (max-width: 800px) {
  .page-v6r section {
    padding: 0;
  }
}

@media (max-width: 800px) {
  .page-v6r section .video-wrapper {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

.page-v6r section .sub-headline {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.page-v6r section .sub-headline img {
  width: 400px;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

@media (max-width: 800px) {
  .page-v6r section .sub-headline {
    padding-top: 3rem;
    padding-bottom: 2rem;
  }

  .page-v6r section .sub-headline img {
    width: 150px;
    margin-left: 0;
  }

  .page-v6r section .sub-headline.img-right img {
    margin-left: auto;
    margin-right: 0;
  }
}

.page-v6r section h2 {
  font-weight: 300;
  color: #9A9183;
  text-align: left;
}

@media (max-width: 800px) {
  .page-v6r section h2 {
    font-size: 1rem;
  }
}

.page-v6r section .section-title {
  position: relative;
}

.page-v6r section .section-title:before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  right: -10%;
  pointer-events: none;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(50%, black));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), black 50%);
  width: 10%;
  height: 110%;
}

.page-v6r section .section-title:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: -10%;
  pointer-events: none;
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0)), color-stop(50%, black));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0), black 50%);
  width: 20%;
  height: 110%;
}

.page-v6r section .img-wrapper-2 {
  position: relative;
}

.page-v6r section .img-wrapper-2:before {
  content: "";
  position: absolute;
  z-index: 2;
  bottom: 0;
  right: 0%;
  pointer-events: none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, black));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), black 50%);
  width: 100%;
  height: 20%;
}

.page-v6r section .img-wrapper {
  position: relative;
}

.page-v6r section .img-wrapper:before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0%;
  pointer-events: none;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(80%, black));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), black 80%);
  width: 5%;
  height: 100%;
}

.page-v6r section .img-wrapper:after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0%;
  pointer-events: none;
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0)), color-stop(80%, black));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0), black 80%);
  width: 5%;
  height: 100%;
}

@media (max-width: 800px) {

  .page-v6r section .section-title:before,
  .page-v6r section .section-title:after,
  .page-v6r section .img-wrapper:before,
  .page-v6r section .img-wrapper:after {
    content: none;
    display: none;
  }
}

@media (max-width: 800px) {
  .page-v6r section {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

.page-v6r .video-overlay-play-button {
  background-image: none;
}

.page-v6r .carousel-3d-slide {
  background-color: #000;
}

.page-v6r .contact-section {
  padding-top: 4rem;
  color: #FFF;
}

.page-v6r .contact-section h3 {
  margin-top: 0;
  margin-bottom: 15px;
}

@media (max-width: 800px) {
  .page-v6r .contact-section {
    padding-top: 15px;
  }
}

.page-v6r .container img,
.page-v6r .container video {
  position: relative;
  z-index: 0;
}

.page-v6r .container img.padding-top,
.page-v6r .container video.padding-top {
  padding-top: 3rem;
}

.page-v6r .container img.m-full,
.page-v6r .container video.m-full {
  margin-bottom: 0;
}

.page-v6r .container img.img-icons,
.page-v6r .container video.img-icons {
  padding: 3rem 0;
  max-width: 800px;
  margin: 0 auto;
}

@media (max-width: 800px) {

  .page-v6r .container img.img-icons,
  .page-v6r .container video.img-icons {
    padding: 1rem 0;
  }
}

.page-v6r .video-wrapper {
  margin-top: 0;
}

@media (max-width: 800px) {
  .page-v6r .video-wrapper {
    margin-bottom: 1rem;
  }
}

.page-v6r .carousel-section .container .carousel-3d-container {
  margin: 0;
}

@media (max-width: 800px) {
  .page-v6r .carousel-section .container {
    padding-left: 0;
    padding-right: 0;
  }
}

.page-v6r .carousel {
  position: relative;
}

@media (max-width: 800px) {
  .page-v6r .carousel {
    padding-bottom: 20px;
  }
}

.page-v6r .carousel .prev,
.page-v6r .carousel .next {
  visibility: visible;
}

.page-v6r h3 {
  color: #FFF;
  padding-top: 30px;
  margin-bottom: 60px;
  padding-bottom: 0;
  text-align: center;
  display: block;
}

@media (max-width: 800px) {
  .page-v6r h3 {
    text-align: left;
    margin-top: 0px;
    margin-bottom: 0px;
    font-weight: 400;
  }
}

.page-v6r h4 {
  font-weight: 300;
  text-align: center;
  margin-top: 3rem;
  line-height: 1.5;
}

.page-v6r h4 .blue,
.page-v6r h4 .red {
  font-weight: 400;
}

.page-v6r h4 .red {
  color: #D26700;
}

.page-v6r h4 .blue {
  color: #0090C9;
}

@media (max-width: 1024px) {
  .page-v6r h4 {
    font-size: 0.55rem;
  }
}

.page-v6r .form-container {
  width: 40%;
  margin: 0 auto;
}

@media (max-width: 800px) {
  .page-v6r .form-container {
    width: 100%;
  }
}

.page-v6r .form-container .social__item a {
  border: 2px solid #FFF;
}

.page-v6r .form-container .social__item a i {
  color: #FFF;
}

.page-v6r .form-container .social__item a:hover,
.page-v6r .form-container .social__item a:active,
.page-v6r .form-container .social__item a:focus,
.page-v6r .form-container .social__item a.current,
.page-v6r .form-container .social__item a.flex-active {
  border: 2px solid #47aeec;
}

.page-v6r .form-container .social__item a:hover i,
.page-v6r .form-container .social__item a:active i,
.page-v6r .form-container .social__item a:focus i,
.page-v6r .form-container .social__item a.current i,
.page-v6r .form-container .social__item a.flex-active i {
  color: #47aeec;
}

.page-v6r #contact input,
.page-v6r #contact textarea {
  border: 1px solid #FFF !important;
  background-color: rgba(0, 0, 0, 0) !important;
}

.page-v6r #contact button {
  background-color: #FFF !important;
  color: #000 !important;
  margin: 0 auto !important;
  border-radius: 5px;
  display: block;
}

.page-landing {
  background-color: #34364F;
}

.page-landing .primary-nav {
  background-color: #34364F;
}

.page-landing a.link {
  position: relative;
  display: block;
  cursor: pointer;
}

.page-landing a.link img.pulse-animation {
  position: absolute;
  top: 0;
  width: 8%;
  height: auto;
  padding: 0;
  margin: 0;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-animation: pulse 1s infinite;
  animation: pulse 1s infinite;
  background-color: rgba(0, 0, 0, 0);
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.page-landing a.link.V8R-link img.pulse-animation {
  left: 31%;
  top: 13%;
}

.page-landing a.link.magboost-link img.pulse-animation {
  left: 41%;
  top: 7%;
}

.page-landing a.link.v6r-link img.pulse-animation {
  top: 25%;
  left: 48%;
}

.page-landing a.link.mthermal-link img.pulse-animation {
  top: 9%;
  left: 49%;
}

.page-landing a.link.hfb-link img.pulse-animation {
  top: 28%;
  left: 41%;
}

.page-landing a.link.portfolio-link img.pulse-animation {
  top: 27%;
  left: 86%;
}

.page-landing a.link.PoolHeatPump-link img.pulse-animation {
  top: 18%;
  left: 37%;
}

.page-landing a.link.sll-link img.pulse-animation {
  top: 23%;
  left: 42%;
}

.page-landing a.link.linvol-link img.pulse-animation {
  top: 37%;
  left: 49%;
}

.page-landing a.link.iEasyEnergy-link img.pulse-animation {
  top: 17%;
  left: 39%;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }

  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }

  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }

  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }

  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}

.page-landing .contact-section {
  padding-top: 0rem;
  color: #FFF;
  text-align: center;
}

.page-landing .contact-section h3 {
  margin-top: 0;
  margin-bottom: 15px;
}

.page-landing .contact-section p {
  text-align: center;
}

.page-landing .contact-section .social {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 800px) {
  .page-landing .contact-section {
    padding-top: 15px;
  }
}

.page-landing .contact-section .form-container {
  width: 40%;
  margin: 0 auto;
}

@media (max-width: 800px) {
  .page-landing .contact-section .form-container {
    width: 100%;
  }
}

.page-landing .contact-section .form-container .social__item a {
  border: 2px solid #FFF;
}

.page-landing .contact-section .form-container .social__item a i {
  color: #FFF;
}

.page-landing .contact-section .form-container .social__item a:hover,
.page-landing .contact-section .form-container .social__item a:active,
.page-landing .contact-section .form-container .social__item a:focus,
.page-landing .contact-section .form-container .social__item a.current,
.page-landing .contact-section .form-container .social__item a.flex-active {
  border: 2px solid #47aeec;
}

.page-landing .contact-section .form-container .social__item a:hover i,
.page-landing .contact-section .form-container .social__item a:active i,
.page-landing .contact-section .form-container .social__item a:focus i,
.page-landing .contact-section .form-container .social__item a.current i,
.page-landing .contact-section .form-container .social__item a.flex-active i {
  color: #47aeec;
}

.page-landing #contact input,
.page-landing #contact textarea {
  border: 1px solid #FFF !important;
  background-color: rgba(0, 0, 0, 0) !important;
}

.page-landing #contact button {
  background-color: #FFF !important;
  color: #000 !important;
  margin: 0 auto !important;
  border-radius: 5px;
  display: block;
}

.page-landing .content-section img {
  padding-bottom: 3rem;
}

.page-landing .content-section img:last-of-type {
  margin-bottom: 0;
}

@media (max-width: 800px) {
  .page-landing .content-section img {
    padding-bottom: 1rem;
  }
}

.page-landing h3 {
  text-transform: none;
  padding-bottom: 0;
  margin-bottom: 2rem;
}

@media (max-width: 800px) {
  .page-landing h3 {
    margin-bottom: 1rem;
  }
}

.page-landing .corporate-section {
  background-color: #fff;
  color: #34364F;
  text-align: center;
  padding-bottom: 2rem;
}

.page-landing .corporate-section a {
  color: #34364F;
}

.page-landing .corporate-section a:hover,
.page-landing .corporate-section a:active,
.page-landing .corporate-section a:focus,
.page-landing .corporate-section a.current,
.page-landing .corporate-section a.flex-active {
  color: #000;
}

.page-landing .corporate-section .email-icon i {
  font-size: 4rem;
}

@media (max-width: 800px) {
  .page-landing .corporate-section .email-icon i {
    font-size: 2rem;
  }
}

.page-landing .corporate-section h4 {
  text-align: center;
  text-transform: none;
  margin-top: 2rem;
}

@media (max-width: 800px) {
  .page-landing .corporate-section h4 {
    margin-top: 1rem;
  }
}

.page-HFB {
  background-color: #000;
}

.page-HFB .video-section {
  padding-bottom: 0;
}

.page-HFB .video-section .video-wrapper {
  max-width: 1024px;
}

.page-HFB .img-wrapper {
  position: relative;
}

.page-HFB .img-wrapper:before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0%;
  pointer-events: none;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(80%, black));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), black 80%);
  width: 5%;
  height: 100%;
}

.page-HFB .img-wrapper:after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0%;
  pointer-events: none;
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0)), color-stop(80%, black));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0), black 80%);
  width: 5%;
  height: 100%;
}

@media (max-width: 800px) {

  .page-HFB .img-wrapper:before,
  .page-HFB .img-wrapper:after {
    content: none;
    display: none;
  }
}

@media (max-width: 800px) {
  .page-HFB .video-wrapper {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

.page-HFB .form-container {
  width: 40%;
  margin: 0 auto;
}

@media (max-width: 800px) {
  .page-HFB .form-container {
    width: 100%;
  }
}

.page-HFB .form-container .social__item a {
  border: 2px solid #FFF;
}

.page-HFB .form-container .social__item a i {
  color: #FFF;
}

.page-HFB .form-container .social__item a:hover,
.page-HFB .form-container .social__item a:active,
.page-HFB .form-container .social__item a:focus,
.page-HFB .form-container .social__item a.current,
.page-HFB .form-container .social__item a.flex-active {
  border: 2px solid #47aeec;
}

.page-HFB .form-container .social__item a:hover i,
.page-HFB .form-container .social__item a:active i,
.page-HFB .form-container .social__item a:focus i,
.page-HFB .form-container .social__item a.current i,
.page-HFB .form-container .social__item a.flex-active i {
  color: #47aeec;
}

.page-HFB #contact input,
.page-HFB #contact textarea {
  border: 1px solid #FFF !important;
  background-color: rgba(0, 0, 0, 0) !important;
}

.page-HFB #contact button {
  background-color: #FFF !important;
  color: #000 !important;
  margin: 0 auto !important;
  border-radius: 5px;
  display: block;
}

.page-HFB .content-section img {
  padding-bottom: 3rem;
}

.page-HFB .content-section img:last-of-type {
  padding-bottom: 0 !important;
  margin-bottom: 0;
}

@media (max-width: 800px) {
  .page-HFB .content-section img {
    padding-bottom: 1rem;
  }
}

.page-SSL {
  background-color: #000;
}

.page-SSL .container img {
  margin-bottom: 0;
}

.page-SSL h2 {
  display: block;
  margin: 0 auto;
  padding-bottom: 3rem;
}

.page-SSL h2 img {
  margin-bottom: 0;
  height: 35px;
  width: auto;
  padding-bottom: 0 !important;
}

@media (max-width: 800px) {
  .page-SSL h2 {
    padding-bottom: 30px;
  }

  .page-SSL h2 img {
    height: 15px;
  }
}

.page-SSL section {
  padding-bottom: 0;
}

.page-SSL .img-wrapper {
  position: relative;
}

.page-SSL .img-wrapper:before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0%;
  pointer-events: none;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(80%, black));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), black 80%);
  width: 5%;
  height: 100%;
}

.page-SSL .img-wrapper:after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0%;
  pointer-events: none;
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0)), color-stop(80%, black));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0), black 80%);
  width: 5%;
  height: 100%;
}

@media (max-width: 800px) {

  .page-SSL .img-wrapper:before,
  .page-SSL .img-wrapper:after {
    content: none;
    display: none;
  }
}

.page-SSL .carousel {
  position: relative;
}

.page-SSL .carousel .prev,
.page-SSL .carousel .next {
  visibility: visible;
}

.page-SSL .carousel-3d-container {
  margin: 0 auto !important;
}

.page-SSL .carousel-3d-container .carousel-3d-slide {
  border: none;
}

.page-SSL .ls-carousel-section .carousel-3d-slide {
  background-image: url(https://overseas-static-dist.oss-eu-central-1.aliyuncs.com/mbt-oversea-website/web_assets/images/SSL/light-source/Light_Source_bg.jpg);
  background-repeat: no-repeat;
}

.page-SSL .l-carousel-section .carousel-3d-slide {
  background-image: url(https://overseas-static-dist.oss-eu-central-1.aliyuncs.com/mbt-oversea-website/web_assets/images/SSL/lamp/Lamp_bg.jpg);
  background-repeat: no-repeat;
}

.page-SSL .contact-section {
  color: #FFF;
  text-align: center;
}

.page-SSL .contact-section h3 {
  margin-top: 0;
  margin-bottom: 15px;
}

.page-SSL .contact-section p {
  text-align: center;
}

.page-SSL .contact-section .social {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 800px) {
  .page-SSL .contact-section {
    padding-top: 30px;
  }
}

.page-SSL .contact-section .form-container {
  width: 40%;
  margin: 0 auto;
}

@media (max-width: 800px) {
  .page-SSL .contact-section .form-container {
    width: 100%;
  }
}

.page-SSL .contact-section .form-container .social__item a {
  border: 2px solid #FFF;
}

.page-SSL .contact-section .form-container .social__item a i {
  color: #FFF;
}

.page-SSL .contact-section .form-container .social__item a:hover,
.page-SSL .contact-section .form-container .social__item a:active,
.page-SSL .contact-section .form-container .social__item a:focus,
.page-SSL .contact-section .form-container .social__item a.current,
.page-SSL .contact-section .form-container .social__item a.flex-active {
  border: 2px solid #47aeec;
}

.page-SSL .contact-section .form-container .social__item a:hover i,
.page-SSL .contact-section .form-container .social__item a:active i,
.page-SSL .contact-section .form-container .social__item a:focus i,
.page-SSL .contact-section .form-container .social__item a.current i,
.page-SSL .contact-section .form-container .social__item a.flex-active i {
  color: #47aeec;
}

.page-SSL #contact input,
.page-SSL #contact textarea {
  border: 1px solid #FFF !important;
  background-color: rgba(0, 0, 0, 0) !important;
}

.page-SSL #contact button {
  background-color: #FFF !important;
  color: #000 !important;
  margin: 0 auto !important;
  border-radius: 5px;
  display: block;
}

.page-SSL .content-section img {
  padding-bottom: 3rem;
}

@media (max-width: 800px) {
  .page-SSL .content-section img {
    padding-bottom: 1rem;
  }
}

.page-SSL .content-section .img-wrapper:last-of-type img {
  padding-bottom: 0;
}

.page-linvol {
  background-color: #000;
}

.page-linvol .container {
  padding: 0;
}

.page-linvol .container img {
  margin-bottom: 0;
}

.page-linvol .primary-nav__logo__wrapper img.logo {
  max-height: 30px;
  margin-top: 17px;
  padding-right: 10px;
}

@media (max-width: 800px) {
  .page-linvol .primary-nav__logo__wrapper img.logo {
    max-height: 25px;
    margin-top: 20px;
  }
}

@media (max-width: 800px) {
  .page-linvol .primary-nav__logo__wrapper img.slogan {
    max-height: 20px;
  }
}

.page-linvol footer {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.page-linvol footer .footer-message {
  font-size: 1.5rem;
  text-align: center;
  font-weight: 600;
  padding-bottom: 1rem;
}

@media (max-width: 800px) {
  .page-linvol footer .footer-message {
    font-size: 1rem;
  }
}

.page-linvol .social-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.page-linvol .social-footer a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 1rem;
}

.page-linvol .social-footer p {
  display: block;
  padding-bottom: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 700;
}

@media (max-width: 800px) {
  .page-linvol .social-footer p {
    font-size: .75rem;
  }
}

.page-linvol .social-footer .twos {
  width: 50%;
  text-align: left;
  padding-right: 1rem;
  padding-left: 1rem;
}

.page-linvol .social-footer .twos a {
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
}

.page-linvol .social-footer .twos:first-child a {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media (max-width: 800px) {
  .page-linvol .social-footer .twos {
    width: 100%;
    text-align: center !important;
  }

  .page-linvol .social-footer .twos a {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
}

.page-linvol .social-footer .ones {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
  text-align: center;
}

.page-linvol .social-icon {
  display: block;
  margin-right: 5px;
  height: 1.5rem;
  width: 1.5rem;
  border-radius: 50%;
  position: relative;
  -webkit-transition: all 0.3s cubic-bezier(0.57, 0, 0.08, 1);
  transition: all 0.3s cubic-bezier(0.57, 0, 0.08, 1);
  background-color: white;
}

.page-linvol .social-icon i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: black;
  font-size: 1rem;
}

.page-linvol h2 {
  display: block;
  margin: 0 auto;
  padding-bottom: 3rem;
  text-transform: none;
}

.page-linvol h2 img {
  margin-bottom: 0;
  height: 35px;
  width: auto;
  padding-bottom: 0 !important;
}

@media (max-width: 800px) {
  .page-linvol h2 {
    padding-bottom: 30px;
  }

  .page-linvol h2 img {
    height: 15px;
  }
}

.page-linvol section {
  padding-top: 0;
  padding-bottom: 0;
}

.page-linvol .img-wrapper {
  position: relative;
}

.page-linvol .img-wrapper:before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0%;
  pointer-events: none;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(80%, black));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), black 80%);
  width: 5%;
  height: 100%;
}

.page-linvol .img-wrapper:after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0%;
  pointer-events: none;
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0)), color-stop(80%, black));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0), black 80%);
  width: 5%;
  height: 100%;
}

@media (max-width: 800px) {

  .page-linvol .img-wrapper:before,
  .page-linvol .img-wrapper:after {
    content: none;
    display: none;
  }
}

.page-linvol .carousel {
  position: relative;
}

.page-linvol .carousel .prev,
.page-linvol .carousel .next {
  visibility: visible;
}

.page-linvol .carousel-3d-container {
  margin: 0 auto !important;
}

.page-linvol .carousel-3d-container .carousel-3d-slide {
  border: none;
}

.page-linvol .contact-section {
  background-color: #34364F;
  color: #babdbd;
  text-align: center;
  padding-top: 4rem;
  padding-left: 20px;
  padding-right: 20px;
}

.page-linvol .contact-section h3 {
  display: block;
  margin-top: 0;
  padding-top: 30px;
  margin-bottom: 30px;
}

@media (max-width: 800px) {
  .page-linvol .contact-section h3 {
    text-align: left;
    margin-top: 0px;
    font-weight: 400;
  }
}

.page-linvol .contact-section p {
  text-align: center;
}

@media (max-width: 800px) {
  .page-linvol .contact-section p {
    text-align: left;
  }
}

.page-linvol .contact-section .social {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 800px) {
  .page-linvol .contact-section .social {
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
  }
}

@media (max-width: 800px) {
  .page-linvol .contact-section {
    padding-top: 30px;
  }
}

.page-linvol .contact-section .form-container {
  width: 40%;
  margin: 0 auto;
}

@media (max-width: 800px) {
  .page-linvol .contact-section .form-container {
    width: 100%;
  }
}

.page-linvol .contact-section .form-container .social__item a {
  border: 2px solid #babdbd;
}

.page-linvol .contact-section .form-container .social__item a i {
  color: #babdbd;
}

.page-linvol .contact-section .form-container .social__item a:hover,
.page-linvol .contact-section .form-container .social__item a:active,
.page-linvol .contact-section .form-container .social__item a:focus,
.page-linvol .contact-section .form-container .social__item a.current,
.page-linvol .contact-section .form-container .social__item a.flex-active {
  border: 2px solid #47aeec;
}

.page-linvol .contact-section .form-container .social__item a:hover i,
.page-linvol .contact-section .form-container .social__item a:active i,
.page-linvol .contact-section .form-container .social__item a:focus i,
.page-linvol .contact-section .form-container .social__item a.current i,
.page-linvol .contact-section .form-container .social__item a.flex-active i {
  color: #47aeec;
}

.page-linvol #contact input,
.page-linvol #contact textarea {
  border: 1px solid #babdbd !important;
  background-color: rgba(143, 141, 141, 0) !important;
  color: #fff;
}

.page-linvol #contact button {
  background-color: #f1573a !important;
  color: #34364F !important;
  margin: 0 auto !important;
  border-radius: 10px;
  display: block;
  font-size: 1.5rem !important;
  font-weight: 700 !important;
}

@media (max-width: 800px) {
  .page-linvol #contact button {
    font-size: 1rem !important;
    margin-left: 0 !important;
  }
}

.page-linvol .content-section .img-wrapper:last-of-type img {
  padding-bottom: 0;
}

.page-catalog {
  background-color: #fff;
  color: #000;
}

.page-catalog .container img {
  margin-bottom: 0;
}

.page-catalog .title-headline {
  background-image: url("https://overseas-static-dist.oss-eu-central-1.aliyuncs.com/mbt-oversea-website/web_assets/images/catalog/portfolio-bg.jpg") !important;
  background-size: cover !important;
}

.page-catalog h1 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

@media (max-width: 800px) {
  .page-catalog h1 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.page-catalog h2 {
  display: block;
  margin: 0 auto;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.page-catalog h2 img {
  margin-bottom: 0;
  height: 35px;
  width: auto;
  padding-bottom: 0 !important;
}

@media (max-width: 800px) {
  .page-catalog h2 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .page-catalog h2 img {
    height: 15px;
  }
}

.page-catalog section {
  padding-bottom: 0;
}

.page-catalog .img-wrapper {
  position: relative;
}

.page-catalog .img-wrapper.headline {
  margin-top: 3rem;
}

@media (max-width: 800px) {
  .page-catalog .img-wrapper.headline {
    margin-top: 30px;
  }
}

.page-catalog .img-wrapper.headline .headline-window {
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.page-catalog .img-wrapper.headline .headline-window h2 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  line-height: 1;
}

.page-catalog .img-wrapper.headline .headline-window img {
  margin: 0 auto;
}

@media (max-width: 800px) {
  .page-catalog .img-wrapper.headline .headline-window h2 {
    padding-bottom: 1rem;
  }

  .page-catalog .img-wrapper.headline .headline-window img {
    width: 140px;
  }
}

.page-catalog .img-wrapper:before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0%;
  pointer-events: none;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(80%, white));
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), white 80%);
  width: 5%;
  height: 100%;
}

.page-catalog .img-wrapper:after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0%;
  pointer-events: none;
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), color-stop(80%, white));
  background-image: linear-gradient(to left, rgba(255, 255, 255, 0), white 80%);
  width: 5%;
  height: 100%;
}

@media (max-width: 800px) {

  .page-catalog .img-wrapper:before,
  .page-catalog .img-wrapper:after {
    content: none;
    display: none;
  }
}

.page-catalog .carousel {
  position: relative;
}

.page-catalog .carousel .prev {
  left: 50px;
}

@media (max-width: 800px) {
  .page-catalog .carousel .prev {
    left: 10px;
  }
}

.page-catalog .carousel .next {
  right: 50px;
}

@media (max-width: 800px) {
  .page-catalog .carousel .next {
    right: 10px;
  }
}

.page-catalog .carousel .prev,
.page-catalog .carousel .next {
  visibility: visible;
}

.page-catalog .carousel-3d-container {
  margin: 0 auto !important;
}

.page-catalog .carousel-3d-container .carousel-3d-slide {
  border: none;
}

.page-catalog .contact-section {
  color: #000;
  text-align: center;
  padding-bottom: 1rem;
}

.page-catalog .contact-section h3 {
  margin-top: 0;
  margin-bottom: 15px;
}

.page-catalog .contact-section p {
  text-align: center;
}

.page-catalog .contact-section .social {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 800px) {
  .page-catalog .contact-section {
    padding-top: 30px;
  }
}

.page-catalog .contact-section .form-container {
  width: 40%;
  margin: 0 auto;
}

@media (max-width: 800px) {
  .page-catalog .contact-section .form-container {
    width: 100%;
  }
}

.page-catalog .contact-section .form-container .social__item a {
  border: 2px solid #000;
}

.page-catalog .contact-section .form-container .social__item a i {
  color: #000;
}

.page-catalog .contact-section .form-container .social__item a:hover,
.page-catalog .contact-section .form-container .social__item a:active,
.page-catalog .contact-section .form-container .social__item a:focus,
.page-catalog .contact-section .form-container .social__item a.current,
.page-catalog .contact-section .form-container .social__item a.flex-active {
  border: 2px solid #47aeec;
}

.page-catalog .contact-section .form-container .social__item a:hover i,
.page-catalog .contact-section .form-container .social__item a:active i,
.page-catalog .contact-section .form-container .social__item a:focus i,
.page-catalog .contact-section .form-container .social__item a.current i,
.page-catalog .contact-section .form-container .social__item a.flex-active i {
  color: #47aeec;
}

.page-catalog #contact input,
.page-catalog #contact textarea {
  border: 1px solid #000 !important;
  background-color: rgba(0, 0, 0, 0) !important;
}

.page-catalog #contact button {
  background: none !important;
  background-image: url("https://overseas-static-dist.oss-eu-central-1.aliyuncs.com/mbt-oversea-website/web_assets/images/catalog/contact-button-bg.png") !important;
  background-size: cover !important;
  color: #000 !important;
  margin: 0 auto !important;
  border-radius: 5px;
  display: block;
}

@media (max-width: 800px) {
  .page-catalog .content-section .container {
    padding-left: 0;
    padding-right: 0;
  }
}

.page-catalog .content-section img {
  padding-bottom: 3rem;
  padding-bottom: 0;
}

.page-catalog .content-section .img-wrapper:last-of-type img {
  padding-bottom: 0;
}

.page-catalog footer .copyright {
  color: #fff;
}

#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact input[type="url"],
#contact textarea,
#contact button[type="submit"] {
  font: 400 16px sans-serif;
}

fieldset {
  border: medium none !important;
  margin: 0 0 10px;
  min-width: 100%;
  padding: 0;
  width: 100%;
}

#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact input[type="url"],
#contact textarea {
  width: 100%;
  border: 1px solid #CCC;
  background: #FFF;
  margin: 0 0 5px;
  padding: 10px;
}

#contact input[type="text"]:hover,
#contact input[type="email"]:hover,
#contact input[type="tel"]:hover,
#contact input[type="url"]:hover,
#contact textarea:hover {
  -webkit-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
  border: 1px solid #AAA;
}

#contact textarea {
  height: 100px;
  max-width: 100%;
  resize: none;
}

#contact button[type="submit"] {
  cursor: pointer;
  width: 200px;
  border: none;
  background: #0CF;
  color: #FFF;
  margin: 0 0 5px;
  padding: 10px;
  font-size: 1rem;
  text-transform: uppercase;
}

#contact button[type="submit"]:hover {
  background: #09C;
  -webkit-transition: background 0.3s ease-in-out;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

#contact button[type="submit"]:active {
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}

#contact input:focus,
#contact textarea:focus {
  outline: 0;
  border: 1px solid #999;
}

::-webkit-input-placeholder {
  color: #888;
}

:-moz-placeholder {
  color: #888;
}

::-moz-placeholder {
  color: #888;
}

:-ms-input-placeholder {
  color: #888;
}

.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  text-align: center;
  padding: 0 0 1rem;
  margin: 0 auto;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.social__item {
  padding: 0 0.5rem;
}

.social__item:first-of-type {
  padding-left: 0;
}

.social__item a {
  display: block;
  height: 2.2rem;
  width: 2.2rem;
  border: 1px solid #fff;
  border-radius: 50%;
  position: relative;
  -webkit-transition: all 0.3s cubic-bezier(0.57, 0, 0.08, 1);
  transition: all 0.3s cubic-bezier(0.57, 0, 0.08, 1);
}

@media (max-width: 800px) {
  .social__item a {
    border: 2px solid #fff;
  }
}

.social__item a:hover,
.social__item a:active,
.social__item a:focus,
.social__item a.current,
.social__item a.flex-active {
  -webkit-transition: all 0.3s cubic-bezier(0.57, 0, 0.08, 1);
  transition: all 0.3s cubic-bezier(0.57, 0, 0.08, 1);
  border: 1px solid #47aeec;
}

.social__item a i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 1rem;
  color: #fff;
}

.social__item a i:hover,
.social__item a i:active,
.social__item a i:focus,
.social__item a i.current,
.social__item a i.flex-active {
  -webkit-transition: all 0.3s cubic-bezier(0.57, 0, 0.08, 1);
  transition: all 0.3s cubic-bezier(0.57, 0, 0.08, 1);
  color: #47aeec;
}

.ieasycomfort-content-img {
  margin: 0;
  padding: 0;
}