@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

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

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

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

header, footer #footerTop, footer #footerBottom {
  *zoom: 1; }
  header:before, footer #footerTop:before, footer #footerBottom:before, header:after, footer #footerTop:after, footer #footerBottom:after {
    content: " ";
    display: table; }
  header:after, footer #footerTop:after, footer #footerBottom:after {
    clear: both; }

.clearfix:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.clearfix {
  display: inline-block; }

* html .clearfix {
  height: 1%; }

/* Hides from IE-mac \*/
.clearfix {
  display: block;
  clear: both; }

.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.left {
  float: left; }

.right {
  float: right; }

div.img {
  overflow: hidden; }
  div.img img {
    display: block; }

.flex-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .flex-content div.img {
    overflow: inherit; }
  @media only screen and (max-width: 768px) {
    .flex-content {
      flex-direction: column; } }

.shadow-box {
  padding: 90px 70px;
  background: #fff;
  color: #1a2f4d;
  font-weight: normal;
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3); }
  .shadow-box p:last-of-type {
    margin: 0; }
    .shadow-box p:last-of-type:only-of-type {
      margin: 0 0 30px; }
  .shadow-box.transparent {
    background: rgba(255, 255, 255, 0.8); }
  .shadow-box .icon-arrow-circle {
    color: inherit;
    font-size: 52px;
    display: inline-block;
    margin-top: 30px; }
  @media only screen and (max-width: 1600px) {
    .shadow-box {
      padding: 65px 60px 60px; } }
  @media only screen and (max-width: 1024px) {
    .shadow-box {
      padding: 65px 60px 60px; }
      .shadow-box .icon-arrow-circle {
        font-size: 40px;
        margin-top: 20px; } }
  @media only screen and (max-width: 768px) {
    .shadow-box {
      padding: 45px 50px 40px; } }
  @media only screen and (max-width: 640px) {
    .shadow-box {
      padding: 35px 40px 30px; } }
  @media only screen and (max-width: 360px) {
    .shadow-box {
      padding: 30px 25px 25px; } }

@font-face {
  font-family: 'Nexa';
  src: url("../fonts/nexa/Nexa-Book.woff2") format("woff2"), url("../fonts/nexa/Nexa-Book.woff") format("woff"), url("../fonts/nexa/Nexa-Book.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Nexa';
  src: url("../fonts/nexa/NexaBold.woff2") format("woff2"), url("../fonts/nexa/NexaBold.woff") format("woff"), url("../fonts/nexa/NexaBold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }
body {
  font: normal 24px/30px "Nexa", sans-serif;
  color: #1a2f4d;
  background: #dcd8d6;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  @media only screen and (max-width: 1200px) {
    body {
      font-size: 20px;
      line-height: 26px; } }
  @media only screen and (max-width: 1024px) {
    body {
      font-size: 18px;
      line-height: 22px; } }
  @media only screen and (max-width: 640px) {
    body {
      font-size: 16px;
      line-height: 20px; } }

h1, h2, h3, h4 {
  font-weight: bold; }

h1, h2 {
  text-transform: uppercase;
  letter-spacing: 0.08em; }
  @media only screen and (max-width: 640px) {
    h1, h2 {
      letter-spacing: 0.04em; } }
  @media only screen and (max-width: 460px) {
    h1, h2 {
      letter-spacing: 0; } }

h1 {
  font-size: 46px;
  line-height: 48px;
  margin: 0 0 24px; }
  @media only screen and (max-width: 1024px) {
    h1 {
      font-size: 40px;
      line-height: 42px; } }
  @media only screen and (max-width: 768px) {
    h1 {
      font-size: 36px;
      line-height: 40px; } }
  @media only screen and (max-width: 640px) {
    h1 {
      font-size: 30px;
      line-height: 34px; } }
  @media only screen and (max-width: 360px) {
    h1 {
      font-size: 26px;
      line-height: 30px;
      margin: 0 0 15px; } }

h2 {
  font-size: 34px;
  line-height: 34px;
  margin: 0 0 36px; }
  @media only screen and (max-width: 1024px) {
    h2 {
      font-size: 30px;
      line-height: 32px;
      margin: 0 0 32px; } }
  @media only screen and (max-width: 640px) {
    h2 {
      font-size: 26px;
      line-height: 28px;
      margin: 0 0 28px; } }
  @media only screen and (max-width: 360px) {
    h2 {
      font-size: 22px;
      line-height: 24px; } }

h3 {
  font-size: 24px;
  line-height: 28px; }
  @media only screen and (max-width: 1024px) {
    h3 {
      font-size: 20px;
      line-height: 24px; } }

p {
  font-size: inherit;
  margin: 0 0 30px; }

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

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

.text-right {
  text-align: right; }

strong {
  font-weight: bold; }

.intro {
  font-weight: bold;
  font-size: 32px;
  line-height: 34px;
  letter-spacing: 0.02em;
  margin: 0 0 50px; }
  .intro.caps {
    padding: 0 50px; }
  @media only screen and (max-width: 1024px) {
    .intro {
      font-size: 24px;
      line-height: 26px;
      margin: 0 0 30px; }
      .intro.caps {
        padding: 0; } }
  @media only screen and (max-width: 900px) {
    .intro {
      font-size: 22px;
      line-height: 24px; } }
  @media only screen and (max-width: 520px) {
    .intro {
      font-size: 20px;
      line-height: 22px;
      margin: 0 0 24px; } }

.caps {
  text-transform: uppercase; }
  @media only screen and (max-width: 768px) {
    .caps {
      text-transform: none; } }

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icons/icomoon.eot?cnnasf");
  src: url("../fonts/icons/icomoon.eot?cnnasf#iefix") format("embedded-opentype"), url("../fonts/icons/icomoon.ttf?cnnasf") format("truetype"), url("../fonts/icons/icomoon.woff?cnnasf") format("woff"), url("../fonts/icons/icomoon.svg?cnnasf#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-arrow-left:before {
  content: "\e900"; }

.icon-arrow-right:before {
  content: "\e901"; }

.icon-arrow-circle:before {
  content: "\e902"; }

.icon-close:before {
  content: "\e903"; }

.icon-twitter:before {
  content: "\ea96"; }

.icon-linkedin:before {
  content: "\eac9"; }

.icon-facebook:before {
  content: "\e904"; }

a {
  color: inherit;
  text-decoration: none;
  font-weight: normal; }

.btn {
  -webkit-appearance: none;
  display: inline-block;
  width: 300px;
  text-transform: uppercase;
  background: #2dc4f1;
  color: #fff;
  font-size: 18px;
  line-height: 47px;
  padding: 3px 0 0;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.08em;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out; }
  .btn:hover {
    background: #5dd1f4; }
  @media only screen and (max-width: 1024px) {
    .btn {
      font-size: 16px;
      width: auto;
      max-width: 300px;
      padding-left: 30px;
      padding-right: 30px; } }
  @media only screen and (max-width: 768px) {
    .btn {
      line-height: 42px;
      letter-spacing: 0.04em; } }

.menu-btn {
  position: absolute;
  right: 30px;
  top: 30px;
  display: none;
  z-index: 20;
  width: 21px;
  height: 18px;
  padding: 15px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 200ms ease-in-out;
  -moz-transition: 200ms ease-in-out;
  -o-transition: 200ms ease-in-out;
  transition: 200ms ease-in-out; }
  .menu-btn div {
    display: block;
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background-color: #fff;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .15s ease-in-out;
    -moz-transition: .15s ease-in-out;
    -o-transition: .15s ease-in-out;
    transition: .15s ease-in-out; }
    .menu-btn div:nth-of-type(1) {
      top: 15px; }
    .menu-btn div:nth-of-type(2), .menu-btn div:nth-of-type(3) {
      top: 23px; }
    .menu-btn div:nth-of-type(4) {
      top: 31px; }
  @media only screen and (max-width: 440px) {
    .menu-btn {
      padding: 12px; }
      .menu-btn div:nth-of-type(1) {
        top: 15px; }
      .menu-btn div:nth-of-type(2), .menu-btn div:nth-of-type(3) {
        top: 21px; }
      .menu-btn div:nth-of-type(4) {
        top: 27px; } }

header.menu-open .menu-btn div:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%; }
header.menu-open .menu-btn div:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }
header.menu-open .menu-btn div:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }
header.menu-open .menu-btn div:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%; }

.play-btn {
  display: block;
  width: 210px;
  height: 210px;
  margin: auto;
  background: url(../img/graphics/play-btn.png) no-repeat;
  background-size: 100% auto;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out; }
  .play-btn:hover {
    opacity: .8; }

input, textarea {
  width: 100%;
  border: none;
  background: #dbd9d6;
  color: #55565a;
  outline: none;
  font-family: "Nexa", sans-serif;
  font-size: 24px; }
  @media only screen and (max-width: 1024px) {
    input, textarea {
      font-size: 18px; } }
  @media only screen and (max-width: 460px) {
    input, textarea {
      font-size: 15px; } }

input {
  height: 66px;
  padding: 6px 26px 0; }
  @media only screen and (max-width: 1024px) {
    input {
      height: 46px;
      padding: 4px 18px 0; } }
  @media only screen and (max-width: 460px) {
    input {
      height: 38px;
      padding: 4px 10px 0; } }

input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none; }

input[type="checkbox"]:focus, input[type="checkbox"]:active {
  outline: 0; }

::-moz-placeholder {
  opacity: 1; }

:-moz-placeholder {
  opacity: 1; }

::-webkit-input-placeholder {
  opacity: 1 !important; }

textarea {
  resize: none;
  padding: 20px 26px; }
  @media only screen and (max-width: 1024px) {
    textarea {
      padding: 20px 18px; } }
  @media only screen and (max-width: 460px) {
    textarea {
      padding: 15px 10px; } }

button {
  font-family: "Nexa", sans-serif;
  border: none;
  cursor: pointer;
  outline: 0;
  padding: 0;
  margin: 0;
  vertical-align: middle;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out; }
  button:focus {
    outline: 0; }

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

[type="radio"]:checked,
[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px; }

[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 22px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #2d2d2d; }

[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #d0d0d0;
  border-radius: 3px;
  background: #fff; }

[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
  content: '';
  width: 9px;
  height: 9px;
  background: red;
  position: absolute;
  top: 3px;
  left: 3px;
  border-radius: 2px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }

[type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0); }

[type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1); }

.select {
  border: 1px solid #a9a9a9;
  width: auto;
  height: 40px;
  padding: 0 0 0 14px;
  line-height: 42px;
  border-radius: 20px;
  overflow: hidden;
  background: #fff url("../img/graphics/dropdown-arrow.png") no-repeat right 19px center;
  background-size: 10px auto; }

.select select {
  padding: auto 0;
  width: calc(100% + 30px);
  height: 100%;
  border: none;
  box-shadow: none;
  background: transparent;
  background-image: none;
  -webkit-appearance: none;
  font-family: "Nexa", sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #2d2d2d;
  cursor: pointer; }

.select select:focus {
  outline: none; }

[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  left: -9999px; }

[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
  position: relative;
  padding-left: 1.95em;
  cursor: pointer; }

[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
  content: ' ';
  position: absolute;
  left: 0;
  top: -2px;
  width: 26px;
  height: 26px;
  border: 1px solid #1a2f4d; }

[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
  content: ' ';
  position: absolute;
  top: 3px;
  left: 5px;
  width: 16px;
  height: 16px;
  background: #1a2f4d;
  transition: all .2s;
  font-family: Helvetica, Arial, sans-serif; }

[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0); }

[type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1); }

[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd; }

[type="checkbox"]:disabled:checked + label:after {
  color: #999; }

[type="checkbox"]:disabled + label {
  color: #aaa; }

[type="checkbox"]:checked:focus + label:before,
[type="checkbox"]:not(:checked):focus + label:before {
  border: 2px dotted blue; }

td {
  vertical-align: middle; }

.cart-preview table {
  width: 100%;
  font-weight: normal; }
  .cart-preview table td {
    padding: 5px 0; }
    .cart-preview table td:nth-of-type(1) {
      width: 60px; }
    .cart-preview table td:nth-of-type(3) {
      padding: 5px 15px; }
  .cart-preview table .img-thumbnail {
    width: 43px;
    border: 1px solid #c2c2c2; }

.cart-table {
  min-height: .01%;
  overflow-x: auto; }
  .cart-table table {
    width: 100%;
    max-width: 100%;
    min-width: 400px;
    margin-bottom: 20px; }
    .cart-table table th, .cart-table table td {
      border-bottom: 1px solid #e7e7e7; }
    .cart-table table th {
      padding: 0 0 16px; }
    .cart-table table tr td:nth-of-type(1) {
      width: 148px; }
      .cart-table table tr td:nth-of-type(1) a {
        display: block; }
    .cart-table table td {
      font-size: 20px;
      line-height: 22px;
      padding: 20px 0; }
    .cart-table table .img-thumbnail {
      border: 1px solid #e1e1e1; }
    .cart-table table .quantity {
      width: 130px;
      margin: 0 auto; }
    .cart-table table .remove {
      text-decoration: underline;
      font-size: 12px; }
    @media only screen and (max-width: 1024px) {
      .cart-table table tr td:nth-of-type(1) {
        width: 120px; }
      .cart-table table td {
        font-size: 18px;
        line-height: 20px;
        padding: 12px 0; } }
    @media only screen and (max-width: 690px) {
      .cart-table table tr td:nth-of-type(1) {
        width: 80px; }
      .cart-table table td {
        font-size: 16px;
        line-height: 18px;
        padding: 10px 0; }
      .cart-table table .img-thumbnail {
        width: 70px; } }

html {
  min-height: 100%;
  height: 100%;
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

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

body {
  height: 100%;
  min-height: 100%;
  position: relative;
  overflow-x: hidden;
  padding-top: 170px; }
  @media only screen and (max-width: 1280px) {
    body {
      padding-top: 139px; } }
  @media only screen and (max-width: 900px) {
    body {
      padding-top: 111px; } }
  body.menu-open {
    overflow: hidden; }

.container {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  position: relative; }
  @media only screen and (max-width: 1160px) {
    .container {
      padding: 0 30px; }
      .container.more-padding {
        padding: 0 50px; } }
  @media only screen and (max-width: 440px) {
    .container {
      padding: 0 20px; } }
  @media only screen and (max-width: 330px) {
    .container {
      padding: 0 10px; } }

.block img {
  width: 100%; }

header {
  position: relative;
  z-index: 9;
  padding-bottom: 25px;
  color: #fff;
  text-align: left;
  -webkit-transition: all 100ms ease-in-out;
  -moz-transition: all 100ms ease-in-out;
  -ms-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 9; }
  header h1 {
    float: left;
    width: 147px;
    height: 110px;
    margin: 35px 0 0;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out; }
    header h1:hover {
      opacity: .8; }
    header h1 a, header h1 img {
      display: block; }
    header h1 img {
      width: 100%; }
  header nav {
    float: right;
    margin-top: 35px;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 110px;
    position: relative; }
    header nav:after {
      content: ' ';
      position: absolute;
      left: 18px;
      bottom: 0;
      width: 3000px;
      height: 1px;
      background: #fff; }
    header nav a {
      display: inline-block;
      padding: 0 18px;
      position: relative; }
      header nav a:after {
        content: ' ';
        position: absolute;
        bottom: 0;
        left: 18px;
        right: 18px;
        background: #2dc4f1;
        z-index: 1;
        height: 0;
        -webkit-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease; }
      header nav a:hover:after {
        height: 3px; }
    header nav .dropdown {
      display: inline-block;
      position: relative; }
    header nav .subnav {
      display: none;
      position: absolute;
      background: #40b4e5;
      text-align: center;
      top: calc(100% - 4px);
      border-top: 3px solid #2dc4f1;
      z-index: 1;
      left: 50%;
      -webkit-transform: translate3d(-50%, 0, 0);
      -moz-transform: translate3d(-50%, 0, 0);
      -ms-transform: translate3d(-50%, 0, 0);
      -o-transform: translate3d(-50%, 0, 0);
      transform: translate3d(-50%, 0, 0); }
      header nav .subnav a {
        display: block;
        line-height: 48px;
        padding: 0 12px; }
        header nav .subnav a:after {
          height: 1px;
          background: #2d85aa;
          left: 12px;
          right: 12px; }
        header nav .subnav a:hover {
          background: #6dc6eb; }
          header nav .subnav a:hover:after {
            height: 1px; }
      header nav .subnav li {
        display: block;
        white-space: nowrap; }
        header nav .subnav li:last-child a:after {
          display: none; }
  @media only screen and (max-width: 1280px) {
    header h1 {
      width: 90px;
      height: 86px;
      margin: 28px 0 0; }
    header nav {
      margin-top: 5px; }
      header nav:after {
        left: 20px; }
      header nav .subnav {
        font-size: 13px; } }
  @media only screen and (max-width: 1160px) {
    header nav:after {
      left: 8px; }
    header nav a {
      padding: 0 8px; }
      header nav a:after {
        left: 8px;
        right: 8px; } }
  @media only screen and (max-width: 960px) {
    header nav:after {
      left: 5px; }
    header nav a {
      padding: 0 5px; }
      header nav a:after {
        left: 5px;
        right: 5px; } }
  @media only screen and (min-width: 900px) {
    header nav .dropdown:hover .subnav {
      display: block; } }
  @media only screen and (max-width: 900px) {
    header h1 {
      width: 70px;
      height: 66px;
      margin: 20px 0 0; }
    header nav {
      position: absolute;
      top: -6vh;
      left: 0;
      background-color: #1a2f4d;
      right: 0;
      height: 100vh;
      opacity: 0;
      pointer-events: none;
      z-index: 9;
      line-height: 50px;
      padding-top: 30px;
      margin: 0;
      text-align: center;
      -webkit-transition-property: top, background-color, opacity;
      -webkit-transition-duration: 0.2s;
      -webkit-transition-timing-function: linear;
      -moz-transition-property: top, background-color, opacity;
      -moz-transition-duration: 0.2s;
      -moz-transition-timing-function: linear;
      -ms-transition-property: top, background-color, opacity;
      -ms-transition-duration: 0.2s;
      -ms-transition-timing-function: linear;
      -o-transition-property: top, background-color, opacity;
      -o-transition-duration: 0.2s;
      -o-transition-timing-function: linear;
      transition-property: top, background-color, opacity;
      transition-duration: 0.2s;
      transition-timing-function: linear; }
      header nav:after {
        height: 0;
        display: none; }
      header nav a {
        display: block;
        margin: 0 0 20px; }
        header nav a:after {
          width: 40px;
          left: 50%;
          right: auto;
          bottom: 5px;
          margin-left: -20px; }
    header .subnav {
      visibility: hidden;
      display: none;
      height: 0; }
    header .menu-btn {
      display: block; }
    header.menu-open nav {
      top: 0;
      margin: 0;
      opacity: 1;
      pointer-events: auto;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-direction: column;
      justify-content: center; } }
  @media only screen and (max-width: 560px) {
    header h1 {
      width: 60px;
      height: 56px;
      margin: 20px 0 0; }
    header .menu-btn {
      top: 20px; } }
  @media only screen and (max-width: 440px) {
    header h1 {
      width: 50px;
      height: 46px;
      margin: 15px 0 0; }
    header .menu-btn {
      top: 15px;
      right: 20px; } }
  @media (max-height: 500px) {
    header nav {
      line-height: 45px; }
      header nav a {
        margin: 0; } }

header.fixed-header {
  background: #1a2f4d;
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3); }
  header.fixed-header h1, header.fixed-header nav {
    margin: 0; }
  header.fixed-header h1 {
    width: 72px;
    height: 69px;
    margin: 20px 0 0; }
  header.fixed-header nav {
    line-height: 90px; }
  @media only screen and (max-width: 620px) {
    header.fixed-header h1 {
      width: 50px;
      height: 48px; } }

body.plain-header header {
  background: #1a2f4d; }

body.about a.about-link:after, body.products a.products-link:after, body.standards a.standards-link:after,
body.careers a.careers-link:after, body.news a.news-link:after, body.contact a.contact-link:after, body.world a.world-link:after, body.support a.support-link:after {
  height: 3px; }

.block-container {
  font-size: 0;
  margin-left: -1.5%;
  margin-right: -1.5%; }
  .block-container .block {
    display: inline-block;
    vertical-align: top;
    padding: 0 1.5%; }
    .block-container .block.no-padding {
      padding: 0; }
    .block-container .block.two {
      width: 50%; }
    .block-container .block.three {
      width: 33.3333333%; }
      .block-container .block.three.two {
        width: 66.6666666%; }
    .block-container .block.four {
      width: 25%; }
      .block-container .block.four.three {
        width: 75%; }
    .block-container .block.five {
      width: 20%; }
      .block-container .block.five.two {
        width: 40%; }
      .block-container .block.five.three {
        width: 60%; }
      .block-container .block.five.four {
        width: 80%; }
    .block-container .block.six {
      width: 16.666666%; }
      .block-container .block.six.two {
        width: 33.333333%; }
      .block-container .block.six.four {
        width: 66.666666%; }
      .block-container .block.six.five {
        width: 83.333333%; }
    .block-container .block.eight {
      width: 12.5%; }
      .block-container .block.eight.three {
        width: 37.5%; }
      .block-container .block.eight.five {
        width: 62.5%; }
      .block-container .block.eight.seven {
        width: 87.5%; }
    .block-container .block.ten {
      width: 10%; }
      .block-container .block.ten.three {
        width: 30%; }
      .block-container .block.ten.seven {
        width: 70%; }
      .block-container .block.ten.nine {
        width: 90%; }
    .block-container .block.first {
      padding-left: 0; }
    .block-container .block.last {
      padding-right: 0; }

footer {
  padding: 40px 0 0;
  background: #1a2f4d;
  color: #fff;
  text-align: left; }
  @media only screen and (max-width: 480px) {
    footer #footerTop, footer #footerBottom {
      text-align: center; } }
  footer h1 {
    float: left;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 0.08em; }
    footer h1 span {
      display: block;
      color: #2dc4f1; }
    @media only screen and (max-width: 768px) {
      footer h1 {
        font-size: 15px;
        line-height: 16px;
        letter-spacing: 0.06em; } }
    @media only screen and (max-width: 480px) {
      footer h1 {
        float: none;
        text-align: center;
        margin: 0 auto 20px; } }
  footer a {
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out; }
    footer a:hover {
      opacity: .7; }
  footer .social {
    float: right;
    padding: 0 14px 0 24px;
    border: 1px solid #fff;
    font-size: 10px;
    line-height: 18px;
    text-transform: uppercase; }
    footer .social span {
      display: inline-block;
      margin: 0 98px 0 0;
      position: relative;
      top: 1px; }
    footer .social a {
      display: inline-block;
      padding: 6px 10px; }
    footer .social i {
      font-size: 18px;
      vertical-align: middle; }
      footer .social i.icon-twitter {
        font-size: 20px; }
    @media only screen and (max-width: 768px) {
      footer .social {
        padding: 0 4px 0 10px; }
        footer .social span {
          margin: 0 10px 0 0; } }
    @media only screen and (max-width: 480px) {
      footer .social {
        float: none;
        display: inline-block;
        margin: 0 auto 30px; } }
  footer .logos {
    display: flex;
    align-items: center; }
    footer .logos img {
      display: inline-block;
      margin: 0 15px; }
    @media only screen and (max-width: 1100px) {
      footer .logos img {
        margin: 0 5px; } }
    @media only screen and (max-width: 990px) {
      footer .logos {
        order: 3;
        width: 100%;
        justify-content: center;
        margin: 40px 0 0; }
        footer .logos img {
          margin: 0 20px; } }
    @media only screen and (max-width: 480px) {
      footer .logos {
        flex-wrap: wrap; }
        footer .logos img {
          margin: 10px; } }
  footer #footerMiddle {
    padding: 22px 0 0;
    font-size: 14px;
    line-height: 16px;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #485870; }
    @media only screen and (max-width: 990px) {
      footer #footerMiddle {
        flex-wrap: wrap; } }
    @media only screen and (max-width: 768px) {
      footer #footerMiddle {
        text-align: center; }
        footer #footerMiddle .contact {
          margin-top: 10px; } }
  footer .link-tc {
    margin: 60px 0 10px;
    font-size: 14px; }
    footer .link-tc a {
      font-weight: bold;
      color: #2dc4f1; }
    @media only screen and (max-width: 870px) {
      footer .link-tc {
        text-align: center; } }
  footer #footerBottom {
    border-top: 1px solid #485870;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 10px;
    line-height: 45px; }
    footer #footerBottom a {
      display: inline-block; }
      footer #footerBottom a:first-of-type {
        margin-right: 100px; }
    footer #footerBottom span {
      float: right;
      text-align: right; }
      footer #footerBottom span a {
        margin: 0 !important; }
      footer #footerBottom span.link {
        opacity: 0.6; }
    @media only screen and (max-width: 870px) {
      footer #footerBottom {
        padding: 10px 0;
        text-align: center;
        line-height: 14px; }
        footer #footerBottom a, footer #footerBottom a:first-of-type {
          margin: 10px; }
        footer #footerBottom span {
          float: none;
          text-align: center;
          display: inline-block;
          margin: 10px; } }
    @media only screen and (max-width: 320px) {
      footer #footerBottom {
        letter-spacing: 0; } }

#mainBanner {
  margin: -175px 0 0;
  width: 100%;
  padding-top: 56.25%;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  font-weight: bold; }
  #mainBanner:after {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #000f19;
    opacity: .3;
    z-index: 0; }
  #mainBanner .container {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    padding: 150px 0 0;
    z-index: 1;
    height: 100%; }
  #mainBanner .text {
    position: relative;
    top: 50%;
    -webkit-transform: translateZ(0) translateY(-50%);
    -ms-transform: translateZ(0) translateY(-50%);
    transform: translateZ(0) translateY(-50%); }
  #mainBanner h2 {
    font-size: 23px;
    letter-spacing: 0.02em;
    line-height: 26px; }
    #mainBanner h2 span {
      display: block;
      color: #2dc4f1; }
  #mainBanner p, #mainBanner h1 {
    font-size: 48px;
    line-height: 52px;
    margin: 0;
    text-transform: none;
    letter-spacing: normal; }
  #mainBanner .down-btn {
    position: absolute;
    bottom: 70px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out; }
    #mainBanner .down-btn:hover {
      opacity: .7; }
    #mainBanner .down-btn h2 {
      font-size: 36px;
      line-height: 40px;
      margin: 0 0 15px; }
    #mainBanner .down-btn i {
      font-size: 52px; }
  #mainBanner.short {
    padding-top: 40%; }
  @media only screen and (max-width: 1400px) {
    #mainBanner .down-btn {
      bottom: 50px; }
      #mainBanner .down-btn h2 {
        font-size: 30px;
        line-height: 32px; }
      #mainBanner .down-btn i {
        font-size: 46px; } }
  @media only screen and (max-width: 1280px) {
    #mainBanner {
      margin: -140px 0 0; }
      #mainBanner .container {
        padding: 130px 30px 0; } }
  @media only screen and (max-width: 1160px) {
    #mainBanner .container {
      padding: 150px 30px 0; } }
  @media only screen and (max-width: 1140px) {
    #mainBanner p, #mainBanner h1 {
      font-size: 42px;
      line-height: 46px; } }
  @media only screen and (max-width: 1024px) {
    #mainBanner .container {
      padding: 100px 30px 0; }
    #mainBanner p, #mainBanner h1 {
      font-size: 38px;
      line-height: 42px; }
    #mainBanner .down-btn {
      bottom: 30px; }
      #mainBanner .down-btn h2 {
        font-size: 26px;
        line-height: 28px; }
      #mainBanner .down-btn i {
        font-size: 40px; } }
  @media only screen and (max-width: 900px) {
    #mainBanner {
      height: auto;
      padding: 0;
      margin: -112px 0 0; }
      #mainBanner.short {
        padding: 0; }
      #mainBanner .container {
        position: relative;
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
        padding: 130px 30px 50px; }
        #mainBanner .container .text {
          -webkit-transform: none;
          -moz-transform: none;
          -ms-transform: none;
          transform: none; }
      #mainBanner h2 {
        font-size: 18px;
        line-height: 22px; }
      #mainBanner p, #mainBanner h1 {
        font-size: 32px;
        line-height: 34px; }
      #mainBanner .down-btn h2 {
        font-size: 20px;
        line-height: 22px; }
      #mainBanner .down-btn i {
        font-size: 34px; } }
  @media only screen and (max-width: 768px) {
    #mainBanner p, #mainBanner h1 {
      font-size: 28px;
      line-height: 30px; } }
  @media only screen and (max-width: 560px) {
    #mainBanner h2 {
      font-size: 15px;
      line-height: 16px;
      margin: 0 0 20px; }
    #mainBanner p, #mainBanner h1 {
      font-size: 24px;
      line-height: 26px; } }

section {
  padding: 70px 0; }
  section.more-padding {
    padding: 190px 0; }
    @media only screen and (max-width: 1200px) {
      section.more-padding {
        padding: 120px 0; } }
    @media only screen and (max-width: 1024px) {
      section.more-padding {
        padding: 70px 0; } }
  section p:last-child {
    margin: 0; }
  section.blue {
    background: #1a2f4d;
    color: #fff; }
  section.grey {
    background: #dcd8d6;
    color: #1a2f4d; }
  section.white {
    background: #fff;
    color: #1a2f4d;
    padding: 100px 50px; }
    @media only screen and (max-width: 990px) {
      section.white {
        padding: 60px 30px; } }
    @media only screen and (max-width: 540px) {
      section.white {
        padding: 40px 0; } }
    @media only screen and (max-width: 360px) {
      section.white {
        padding: 30px 0; } }
  section.map {
    background-image: url(../img/backgrounds/world-map.png);
    background-size: cover; }
    @media only screen and (max-width: 768px) {
      section.map {
        padding: 50px 0; } }
  section.mesh-bg {
    background: #dcd8d6 url(../img/backgrounds/mesh-bg.png) no-repeat center;
    background-size: cover; }
    section.mesh-bg.ratio-169 {
      background-image: url(../img/backgrounds/mesh-bg-big.png); }
  section.caps {
    text-transform: uppercase; }
  section.fixed-height {
    height: 400px;
    padding: 0;
    overflow: visible;
    padding-top: 1px;
    margin-top: -1px; }
    section.fixed-height .shadow-box {
      margin: -40px 0;
      padding: 80px 150px;
      height: 480px;
      position: relative; }
      @media (min-width: 900px) {
        section.fixed-height .shadow-box .text {
          position: relative;
          top: 50%;
          -webkit-transform: translateZ(0) translateY(-50%);
          -ms-transform: translateZ(0) translateY(-50%);
          transform: translateZ(0) translateY(-50%); } }
    section.fixed-height + section {
      padding-top: 140px; }
    @media only screen and (max-width: 1280px) {
      section.fixed-height .shadow-box {
        margin: -50px 0;
        padding: 70px 80px; } }
    @media only screen and (max-width: 1200px) {
      section.fixed-height {
        height: 390px; }
        section.fixed-height + section {
          padding-top: 100px; } }
    @media only screen and (max-width: 1024px) {
      section.fixed-height {
        height: 290px; }
        section.fixed-height .shadow-box {
          height: 380px; } }
    @media only screen and (max-width: 900px) {
      section.fixed-height {
        height: auto; }
        section.fixed-height .shadow-box {
          margin: 30px 0;
          padding: 50px 60px;
          height: auto; }
        section.fixed-height + section {
          padding-top: 50px; } }
    @media only screen and (max-width: 768px) {
      section.fixed-height .shadow-box {
        padding: 45px 50px 40px; } }
    @media only screen and (max-width: 640px) {
      section.fixed-height .shadow-box {
        padding: 35px 40px 30px; } }
    @media only screen and (max-width: 360px) {
      section.fixed-height .shadow-box {
        padding: 30px 25px 25px; } }
  section.rotating-bg, section.flex-content {
    padding: 0; }
  section.bg {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
  section.bold {
    font-weight: bold; }
  section.link-about {
    padding: 125px 0 145px; }
    section.link-about .container {
      padding-left: 100px;
      padding-right: 100px; }
  section.video {
    position: relative; }
    section.video:before {
      display: block;
      content: "";
      width: 100%;
      padding-top: 56.25%; }
    section.video > .content {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      height: 100%; }
      section.video > .content .container {
        position: relative;
        top: 50%;
        -webkit-transform: translateZ(0) translateY(-50%);
        -ms-transform: translateZ(0) translateY(-50%);
        transform: translateZ(0) translateY(-50%); }
    section.video .content {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      justify-content: center;
      align-content: center; }
  @media only screen and (min-width: 768px) {
    section.ratio-169 {
      position: relative; }
      section.ratio-169:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 56.25%; }
      section.ratio-169 > .content {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        height: 100%; }
        section.ratio-169 > .content .container {
          position: relative;
          top: 50%;
          -webkit-transform: translateZ(0) translateY(-50%);
          -ms-transform: translateZ(0) translateY(-50%);
          transform: translateZ(0) translateY(-50%); } }
  section.border-top {
    padding-top: 0; }
    section.border-top .container {
      border-top: 1px solid #a9a8a9;
      padding-top: 70px; }
  @media only screen and (max-width: 1024px) {
    section {
      padding: 50px 0; }
      section.link-about {
        padding: 80px 0; }
        section.link-about .container {
          padding-left: 80px;
          padding-right: 80px; }
      section.video .play-btn {
        width: 150px;
        height: 150px; }
      section.border-top .container {
        padding-top: 50px; } }
  @media only screen and (max-width: 768px) {
    section.link-about {
      padding: 50px 0; }
    section.video .play-btn {
      width: 100px;
      height: 100px; } }
  @media only screen and (max-width: 560px) {
    section {
      padding: 30px 0; }
      section.link-about {
        padding: 0; }
        section.link-about .container {
          padding: 40px; }
      section.border-top .container {
        padding-top: 30px; } }
  @media only screen and (max-width: 460px) {
    section.link-about .container {
      padding: 30px 20px; } }

.rotating-bg {
  position: relative; }
  .rotating-bg .shadow-box {
    background: rgba(255, 255, 255, 0.9); }
    .rotating-bg .shadow-box .btn {
      margin-top: 30px; }
  .rotating-bg .background div {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    color: transparent;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: none;
    opacity: 0;
    z-index: 0;
    animation: imageAnimation 12s linear infinite 0s; }
    .rotating-bg .background div:nth-of-type(1) {
      background-image: url(../img/backgrounds/cnc-machining-1.jpg); }
    .rotating-bg .background div:nth-of-type(2) {
      background-image: url(../img/backgrounds/cnc-machining-2.jpg);
      animation-delay: 6s; }
    .rotating-bg .background div:nth-of-type(3) {
      background-image: url(../img/backgrounds/cnc-machining-3.jpg);
      animation-delay: 12s; }
  @media only screen and (max-width: 1260px) {
    .rotating-bg .container {
      padding: 0 80px; }
    .rotating-bg .shadow-box {
      padding: 70px 50px; } }
  @media only screen and (max-width: 1024px) {
    .rotating-bg .shadow-box {
      padding: 50px; } }
  @media only screen and (max-width: 768px) {
    .rotating-bg .container {
      padding: 50px; } }
  @media only screen and (max-width: 540px) {
    .rotating-bg .container {
      padding: 30px; }
    .rotating-bg .shadow-box {
      padding: 40px 30px 30px; } }
  @media only screen and (max-width: 460px) {
    .rotating-bg .container {
      padding: 30px 10px; } }

@keyframes imageAnimation {
  0% {
    opacity: 0;
    animation-timing-function: ease-in; }
  25% {
    opacity: 1;
    animation-timing-function: ease-out; }
  51% {
    opacity: 1; }
  60% {
    opacity: 0; }
  100% {
    opacity: 0; } }
.flex-content.two-col > div {
  width: 50%;
  max-height: 480px; }
.flex-content.two-col .text {
  padding: 120px 40px; }
  .flex-content.two-col .text p {
    max-width: 570px;
    margin: 0 auto 30px; }
    .flex-content.two-col .text p:last-of-type {
      margin-bottom: 0; }
.flex-content.two-col .mesh-bg {
  background: url(../img/backgrounds/mesh-bg-square.png) no-repeat center/cover; }
.flex-content.two-col .shadow-box {
  padding: 50px 80px; }
.flex-content.two-col .img {
  flex-grow: 1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  .flex-content.two-col .img .btn {
    position: relative;
    top: 50%;
    -webkit-transform: translateZ(0) translateY(-50%);
    -ms-transform: translateZ(0) translateY(-50%);
    transform: translateZ(0) translateY(-50%); }
.flex-content.two-col.square > div {
  max-height: 960px; }
.flex-content.two-col.square .text {
  padding: 120px; }
.flex-content.two-col.bold .shadow-box {
  font-weight: bold; }
@media only screen and (max-width: 1024px) {
  .flex-content.two-col .text {
    padding: 80px 40px; } }
@media only screen and (max-width: 900px) {
  .flex-content.two-col .text {
    width: 56%; }
  .flex-content.two-col .img {
    width: 44%; } }
@media only screen and (max-width: 768px) {
  .flex-content.two-col .text {
    width: 100%;
    padding: 60px 40px; }
  .flex-content.two-col .img {
    width: 100%;
    height: 250px; } }

.flex-content.three-col {
  justify-content: space-between; }
  .flex-content.three-col > div {
    width: 33.333%;
    padding: 0 10px;
    max-width: 358px; }
  @media only screen and (max-width: 768px) {
    .flex-content.three-col > div {
      width: 100%;
      max-width: none;
      margin: 0 0 40px; } }

section.two-col {
  padding: 0;
  font-size: 24px;
  line-height: 30px; }
  section.two-col .content {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center; }
  section.two-col .downloads .doc {
    margin: 0 auto; }
    section.two-col .downloads .doc h3 {
      color: #fff; }
    section.two-col .downloads .doc .img img {
      opacity: 1; }
    section.two-col .downloads .doc .btn {
      background: #2dc4f1;
      color: #fff; }
  section.two-col .client-testimonials .testimonial {
    padding: 40px 60px; }
  section.two-col .client-testimonials p {
    font-size: 17px;
    line-height: 24px;
    margin-bottom: 16px; }
  section.two-col .client-testimonials strong {
    font-size: 20px; }
  @media only screen and (min-width: 1024px) {
    section.two-col {
      padding: 0;
      margin: 0;
      -ms-box-orient: horizontal;
      display: -webkit-box;
      display: -ms-flexbox;
      display: -moz-flex;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; }
      section.two-col .col {
        padding: 0;
        width: 50%; }
        section.two-col .col.downloads {
          padding: 40px 30px; }
          section.two-col .col.downloads .doc {
            width: 310px; }
          section.two-col .col.downloads .container {
            padding: 0;
            position: relative; }
      section.two-col .download-modal {
        padding: 40px 30px; }
      section.two-col .client-testimonials {
        background: #fff; }
        section.two-col .client-testimonials .content {
          padding: 30px 50px; } }
  @media only screen and (max-width: 1440px) {
    section.two-col .downloads h2 {
      padding: 0 30px;
      letter-spacing: 0.02em; }
    section.two-col .downloads .doc {
      width: 220px; }
      section.two-col .downloads .doc h3 {
        margin: 20px 0 30px; } }
  @media only screen and (max-width: 1366px) {
    section.two-col .col.client-testimonials {
      font-size: 20px;
      line-height: 22px; }
    section.two-col .testimonials-carousel .testimonial {
      padding: 40px 20px; }
    section.two-col .testimonials-carousel .testimonial::before,
    section.two-col .testimonials-carousel .testimonial::after {
      width: 44px;
      height: 26px; }
    section.two-col .testimonials-carousel .testimonial::before {
      left: 0;
      top: 0; }
    section.two-col .testimonials-carousel .testimonial::after {
      right: 0;
      bottom: 0; }
    section.two-col .downloads .doc h3 {
      font-size: 18px;
      margin-bottom: 20px; }
    section.two-col .downloads .doc .img {
      width: 180px;
      margin: 0 auto; } }
  @media only screen and (max-width: 1024px) {
    section.two-col .client-testimonials {
      padding: 70px 0;
      border-bottom: 1px solid #a9a8a9; }
    section.two-col .downloads .doc {
      width: 300px;
      margin: 0 auto; } }
  @media only screen and (max-width: 768px) {
    section.two-col {
      padding: 40px 0 40px 260px;
      position: relative;
      min-height: 320px; }
      section.two-col:first-of-type {
        border-bottom: 1px solid #a9a8a9; }
      section.two-col.downloads-testimonials {
        padding: 0; }
        section.two-col.downloads-testimonials:first-of-type {
          border: none; } }

section.two-col.square {
  font-size: 0;
  line-height: 0;
  padding: 0; }
  section.two-col.square .col.img {
    display: inline-block;
    width: 50%;
    position: relative;
    overflow: hidden; }
    section.two-col.square .col.img:before {
      display: block;
      content: "";
      width: 100%;
      padding-top: 100%; }
    section.two-col.square .col.img > .content {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      height: 100%; }
      section.two-col.square .col.img > .content .container {
        position: relative;
        top: 50%;
        -webkit-transform: translateZ(0) translateY(-50%);
        -ms-transform: translateZ(0) translateY(-50%);
        transform: translateZ(0) translateY(-50%); }
  @media only screen and (min-width: 768px) {
    section.two-col.square .col.text {
      display: inline-block;
      width: 50%;
      position: relative;
      font-size: 24px;
      line-height: 30px;
      overflow: hidden; }
      section.two-col.square .col.text:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 100%; }
      section.two-col.square .col.text > .content {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        height: 100%; }
        section.two-col.square .col.text > .content .container {
          position: relative;
          top: 50%;
          -webkit-transform: translateZ(0) translateY(-50%);
          -ms-transform: translateZ(0) translateY(-50%);
          transform: translateZ(0) translateY(-50%); } }
  section.two-col.square .col.downloads, section.two-col.square .col.client-testimonials {
    font-size: 24px;
    line-height: 30px; }
  section.two-col.square .downloads .doc {
    margin: 0 auto; }
    section.two-col.square .downloads .doc h3 {
      color: #fff; }
    section.two-col.square .downloads .doc .img {
      background: #fff; }
      section.two-col.square .downloads .doc .img a {
        position: absolute; }
    section.two-col.square .downloads .doc .btn {
      background: #2dc4f1;
      color: #fff; }
  section.two-col.square .text {
    background: url(../img/backgrounds/mesh-bg-square.png) no-repeat center center/100% auto; }
    section.two-col.square .text .content {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-direction: column;
      justify-content: center; }
  section.two-col.square .shadow-box {
    margin: 0 100px; }
    section.two-col.square .shadow-box p:last-of-type:only-of-type {
      margin: 0; }
  section.two-col.square .img a, section.two-col.square .img img {
    display: block;
    width: 100%; }
  section.two-col.square .img a {
    position: relative; }
    section.two-col.square .img a:after {
      content: ' ';
      display: block;
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      top: 0;
      background: rgba(255, 255, 255, 0.9) url(../img/graphics/enlarge-btn.png) no-repeat center center;
      opacity: 0;
      -webkit-transition: opacity 0.2s linear;
      -moz-transition: opacity 0.2s linear;
      -ms-transition: opacity 0.2s linear;
      -o-transition: opacity 0.2s linear;
      transition: opacity 0.2s linear; }
    section.two-col.square .img a:hover:after {
      opacity: 1; }
  @media only screen and (max-width: 1600px) {
    section.two-col.square .shadow-box {
      margin: 0 50px; } }
  @media only screen and (max-width: 1366px) {
    section.two-col.square .shadow-box {
      padding: 50px;
      font-size: 20px;
      line-height: 22px; } }
  @media only screen and (max-width: 1140px) {
    section.two-col.square .shadow-box {
      margin: 0 10px;
      padding: 40px; } }
  @media only screen and (max-width: 1024px) {
    section.two-col.square .shadow-box {
      background: none;
      box-shadow: none;
      font-size: 18px;
      line-height: 20px;
      margin: 0;
      padding: 30px; } }
  @media only screen and (max-width: 768px) {
    section.two-col.square {
      padding: 40px 0 40px 260px;
      position: relative;
      min-height: 320px; }
      section.two-col.square:first-of-type {
        border-bottom: 1px solid #a9a8a9; }
      section.two-col.square .col.img {
        max-width: 240px;
        position: absolute;
        left: 20px;
        top: 40px; }
        section.two-col.square .col.img a:after {
          background-size: 100px auto; }
      section.two-col.square .shadow-box {
        text-align: left;
        padding: 0 30px; } }
  @media only screen and (max-width: 620px) {
    section.two-col.square .shadow-box {
      font-size: 16px; } }
  @media only screen and (max-width: 620px) {
    section.two-col.square {
      padding: 30px 0 30px 200px; }
      section.two-col.square .col.img {
        max-width: 180px;
        top: 30px; } }
  @media only screen and (max-width: 540px) {
    section.two-col.square {
      padding: 320px 0 30px 0; }
      section.two-col.square .col.img {
        top: 20px;
        left: 50%;
        transform: translateX(-50%);
        width: 280px;
        max-width: none; }
      section.two-col.square .shadow-box {
        text-align: center; } }

.column-layout {
  padding: 60px 0 0;
  border-top: 1px solid #fff;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.03em;
  text-align: left;
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
  -webkit-column-gap: 3em;
  -moz-column-gap: 3em;
  column-gap: 3em; }
  .column-layout li {
    list-style: disc;
    margin: 0 0 20px;
    page-break-inside: avoid;
    -webkit-column-break-inside: avoid;
    break-inside: avoid; }
  @media only screen and (max-width: 1160px) {
    .column-layout {
      padding: 60px 30px 0;
      letter-spacing: 0.01em;
      -webkit-column-gap: 5em;
      -moz-column-gap: 5em;
      column-gap: 5em; } }
  @media only screen and (max-width: 1024px) {
    .column-layout {
      padding: 40px 20px 0;
      letter-spacing: 0;
      -webkit-column-gap: 3em;
      -moz-column-gap: 3em;
      column-gap: 3em; } }
  @media only screen and (max-width: 768px) {
    .column-layout {
      padding: 40px 0 0 20px;
      -webkit-columns: 1;
      -moz-columns: 1;
      columns: 1;
      -webkit-column-gap: 0;
      -moz-column-gap: 0;
      column-gap: 0; } }
  @media only screen and (max-width: 640px) {
    .column-layout {
      font-size: 16px;
      line-height: 20px; } }

section.contact {
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.04em; }
  section.contact .btn {
    display: block;
    margin: 50px auto 0; }
  @media only screen and (max-width: 1024px) {
    section.contact .btn {
      margin: 30px auto 0; } }
  @media only screen and (max-width: 460px) {
    section.contact {
      text-transform: none; }
      section.contact .btn {
        margin: 15px auto 0; } }

.alternate-layout .row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin: 0 0 30px; }
  .alternate-layout .row div {
    width: calc(50% - 15px);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
  .alternate-layout .row:nth-of-type(even) {
    flex-direction: row-reverse; }
.alternate-layout .img img {
  display: block;
  width: 100%; }
.alternate-layout .text {
  padding: 30px 0;
  border-top: 1px solid #a9a8a9;
  border-bottom: 1px solid #a9a8a9;
  font-size: 18px;
  line-height: 22px; }
  .alternate-layout .text p {
    max-width: 405px;
    margin: 0 auto 30px; }
.alternate-layout h2 {
  font-size: 24px;
  line-height: 26px;
  margin: 0 0 20px;
  letter-spacing: 0.08em; }
@media only screen and (max-width: 900px) {
  .alternate-layout .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  .alternate-layout .row, .alternate-layout .row:nth-of-type(even) {
    flex-direction: column-reverse; }
  .alternate-layout .row {
    width: calc(50% - 10px); }
    .alternate-layout .row div {
      width: 100%; }
    .alternate-layout .row .text {
      flex-grow: 1;
      justify-content: flex-start; }
  .alternate-layout .text {
    padding: 30px 0;
    border-top: none;
    font-size: 16px;
    line-height: 20px; }
    .alternate-layout .text p {
      max-width: none;
      margin: 0 0 20px; }
    .alternate-layout .text .btn {
      justify-self: flex-end; }
  .alternate-layout h2 {
    font-size: 20px;
    line-height: 22px;
    margin: 0 0 14px; } }
@media only screen and (max-width: 670px) {
  .alternate-layout .container {
    display: block; }
  .alternate-layout .row {
    width: 100%; } }

.discover {
  height: 480px;
  background: url(../img/backgrounds/capabilities-ad-3.jpg) no-repeat center/cover; }
  .discover .container {
    height: 100%; }
  .discover .content {
    position: relative;
    top: 50%;
    -webkit-transform: translateZ(0) translateY(-50%);
    -ms-transform: translateZ(0) translateY(-50%);
    transform: translateZ(0) translateY(-50%); }
  .discover h2 {
    margin: 0 0 70px;
    font-size: 36px;
    line-height: 38px;
    letter-spacing: 0.08em; }
  .discover .btn {
    line-height: 63px;
    font-size: 24px;
    letter-spacing: 0.01em; }
  @media only screen and (max-width: 1024px) {
    .discover {
      height: 380px; }
      .discover h2 {
        font-size: 28px;
        line-height: 30px;
        margin: 0 0 40px; }
      .discover .btn {
        font-size: 18px;
        line-height: 43px; } }
  @media only screen and (max-width: 768px) {
    .discover {
      height: 300px; }
      .discover h2 {
        font-size: 24px;
        line-height: 28px;
        margin: 0 0 30px;
        letter-spacing: 0.04em; } }
  @media only screen and (max-width: 480px) {
    .discover {
      height: 200px; }
      .discover h2 {
        font-size: 18px;
        line-height: 22px;
        margin: 0 0 20px; }
      .discover .btn {
        font-size: 16px; } }

.downloads {
  background: url(../img/backgrounds/downloads-bg.jpg) no-repeat center center/cover;
  color: #fff;
  position: relative;
  padding: 100px 0; }
  .downloads h2 {
    font-size: 24px; }
  .downloads .doc .img {
    position: relative;
    overflow: hidden; }
    .downloads .doc .img:before {
      display: block;
      content: "";
      width: 100%;
      padding-top: 142.8571428571%; }
    .downloads .doc .img > .content {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      height: 100%; }
      .downloads .doc .img > .content .container {
        position: relative;
        top: 50%;
        -webkit-transform: translateZ(0) translateY(-50%);
        -ms-transform: translateZ(0) translateY(-50%);
        transform: translateZ(0) translateY(-50%); }
    .downloads .doc .img a {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      top: 0; }
    .downloads .doc .img img {
      width: 100%; }
  .downloads .doc h3 {
    margin: 22px 0 50px;
    color: #6b7789;
    text-transform: none; }
  .downloads .doc .btn {
    width: 100%;
    max-width: none; }
    @media only screen and (min-width: 768px) {
      .downloads .doc .btn {
        background: #1d5173;
        color: #546277; } }
  @media only screen and (min-width: 768px) {
    .downloads .slick-slide {
      transform: scale(0.9);
      transition: transform .5s linear;
      padding: 0 35px; }
      .downloads .slick-slide .img img {
        opacity: .7;
        transition: opacity .5s linear; }
      .downloads .slick-slide h3 {
        transition: color .5s linear; }
      .downloads .slick-slide .btn {
        transition: background .5s linear; }
      .downloads .slick-slide.slick-current {
        transform: none;
        opacity: 1; }
        .downloads .slick-slide.slick-current .img {
          background: #fff; }
          .downloads .slick-slide.slick-current .img img {
            opacity: 1; }
        .downloads .slick-slide.slick-current h3 {
          color: #fff; }
        .downloads .slick-slide.slick-current .btn {
          background: #2dc4f1;
          color: #fff; } }
  .downloads .slick-slide .img {
    background: #485870; }
  .downloads .slick-prev, .downloads .slick-next {
    margin-top: -70px; }
  .downloads .download-modal {
    display: none;
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(45, 196, 241, 0.95);
    color: #1a2f4d;
    padding: 70px 0; }
    .downloads .download-modal .icon-close {
      position: absolute;
      right: 40px;
      top: 40px;
      color: #fff;
      font-size: 34px;
      cursor: pointer;
      z-index: 1; }
    .downloads .download-modal p {
      font-weight: bold; }
    .downloads .download-modal .flex-content {
      flex-wrap: wrap;
      justify-content: space-between; }
    .downloads .download-modal input {
      width: calc(50% - 15px);
      background: #fff;
      margin: 0 0 30px; }
    .downloads .download-modal form p {
      font-weight: normal;
      font-size: 19px;
      text-align: left;
      margin: 0 0 20px; }
      .downloads .download-modal form p a {
        font-weight: bold; }
        .downloads .download-modal form p a:hover {
          opacity: .7; }
    .downloads .download-modal form [type="checkbox"]:not(:checked) + label,
    .downloads .download-modal form [type="checkbox"]:checked + label {
      position: initial;
      padding: 0; }
    .downloads .download-modal .option {
      padding: 0 0 0 34px;
      position: relative; }
    .downloads .download-modal .btn {
      background: #1a2f4d;
      width: 550px; }
  .downloads.modal-open .download-modal {
    display: block; }
  @media only screen and (max-width: 1240px) {
    .downloads .slick-prev {
      left: 0; }
    .downloads .slick-next {
      right: 0; } }
  @media only screen and (max-width: 1160px) {
    .downloads .slick-slide {
      padding: 0 30px; } }
  @media only screen and (max-width: 1024px) {
    .downloads .slick-slide {
      padding: 0 20px; }
    .downloads .slick-prev {
      left: -12px; }
    .downloads .slick-next {
      right: -12px; } }
  @media only screen and (max-width: 768px) {
    .downloads {
      padding: 70px 0; }
      .downloads .container {
        padding: 0; }
      .downloads h2 {
        padding: 0 30px; }
      .downloads .slick-slide {
        padding: 0 10px; }
        .downloads .slick-slide .img {
          background: #fff; }
          .downloads .slick-slide .img img {
            opacity: 1; }
        .downloads .slick-slide h3 {
          color: #fff; }
      .downloads .slick-prev {
        left: -20px; }
      .downloads .slick-next {
        right: -20px; }
      .downloads .doc h3 {
        font-size: 16px;
        margin: 16px 0 30px; }
      .downloads .slick-dots {
        bottom: -55px; }
      .downloads .download-modal {
        position: fixed;
        z-index: 99;
        padding: 60px 30px;
        overflow-y: auto; }
        .downloads .download-modal .icon-close {
          right: 30px;
          top: 30px;
          font-size: 26px; }
        .downloads .download-modal .flex-content {
          align-content: center;
          margin: 0 0 20px; }
        .downloads .download-modal input {
          width: 60%;
          min-width: 400px;
          margin: 0 0 10px; }
        .downloads .download-modal form p {
          font-size: 16px; }
        .downloads .download-modal [type="checkbox"]:not(:checked) + label::before,
        .downloads .download-modal [type="checkbox"]:checked + label::before {
          top: -5px; }
        .downloads .download-modal [type="checkbox"]:not(:checked) + label::after,
        .downloads .download-modal [type="checkbox"]:checked + label::after {
          top: 0; } }
  @media only screen and (max-width: 640px) {
    .downloads .slick-slide {
      padding: 0 20px; } }
  @media only screen and (max-width: 520px) {
    .downloads .slick-arrow {
      display: none !important; }
    .downloads .slick-slide {
      padding: 0 12px; }
    .downloads .download-modal {
      padding: 32px 20px 20px; }
      .downloads .download-modal input {
        width: 100%;
        min-width: 0; }
      .downloads .download-modal .btn {
        width: 100%; } }
  @media only screen and (max-width: 460px) {
    .downloads .download-modal h2 {
      font-size: 20px;
      margin: 0 0 10px; }
    .downloads .download-modal form p {
      font-size: 14px;
      line-height: 18px; } }

section.installations .details {
  display: none;
  width: calc(100% - 30px);
  margin: 65px auto 0;
  padding: 24px 94px;
  border: 1px solid #2dc4f1;
  text-align: left;
  position: relative; }
  section.installations .details:before {
    content: ' ';
    display: block;
    position: absolute;
    top: -30px;
    width: 58px;
    height: 30px;
    background: url(../img/graphics/installations-details-arrow.png) no-repeat center center/100% auto; }
  section.installations .details ul {
    margin: 0 0 10px; }
    section.installations .details ul strong {
      display: inline-block;
      width: 260px; }
  section.installations .details small {
    font-size: 18px;
    color: #a9a8a9; }
  section.installations .details.open {
    display: block; }
@media only screen and (max-width: 1260px) {
  section.installations .container {
    padding: 0 60px; } }
@media only screen and (max-width: 1024px) {
  section.installations .details {
    padding: 24px 30px; } }
@media only screen and (max-width: 960px) {
  section.installations .container {
    padding: 0 40px; } }
@media only screen and (min-width: 768px) {
  section.installations .details:nth-child(3n+1):before {
    left: calc((33.3333% - 30px) / 2);
    margin-left: -29px; }
  section.installations .details:nth-child(3n+2):before {
    left: 50%;
    margin-left: -29px; }
  section.installations .details:nth-child(3n+3):before {
    right: calc((33.3333% - 30px) / 2);
    margin-right: -29px; } }
@media only screen and (max-width: 768px) {
  section.installations .details {
    margin: 40px auto 0;
    font-size: 16px;
    line-height: 20px;
    padding: 20px; }
    section.installations .details small {
      font-size: 13px; }
    section.installations .details ul strong {
      display: block;
      width: auto; }
    section.installations .details li {
      margin: 0 0 10px; }
    section.installations .details:nth-child(2n+1):before {
      left: calc((50% - 30px) / 2);
      margin-left: -29px; }
    section.installations .details:nth-child(2n+2):before {
      right: calc((50% - 30px) / 2);
      margin-right: -29px; } }
@media only screen and (max-width: 480px) {
  section.installations .details {
    width: calc(100% + 40px);
    margin-left: -20px; }
    section.installations .details:before {
      width: 38px;
      height: 20px;
      top: -20px;
      left: 50%;
      margin-left: -19px; }
    section.installations .details:nth-child(2n+1):before, section.installations .details:nth-child(2n+2):before {
      right: auto;
      left: 50%;
      margin-left: -19px; } }

section.related a {
  position: relative; }
section.related a, section.related img {
  display: block;
  width: 100%; }
section.related .btn {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  padding-left: 20px;
  padding-right: 20px;
  white-space: nowrap; }
@media only screen and (max-width: 768px) {
  section.related.border-top {
    padding: 0; }
    section.related.border-top .container {
      padding: 0;
      border: none; } }

section.contact-bg {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 150px 0 120px; }
  section.contact-bg:before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(219, 217, 214, 0.6); }
  @media only screen and (max-width: 768px) {
    section.contact-bg {
      padding: 100px 0 70px; } }
  @media only screen and (max-width: 540px) {
    section.contact-bg {
      padding: 70px 0 40px; } }

.lightbox-popup-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  display: none;
  overflow: auto; }
  .lightbox-popup-container .lightbox-popup-inner {
    display: block;
    position: absolute;
    width: 100%;
    padding: 100px 0;
    min-height: 100%;
    text-align: center; }
    .lightbox-popup-container .lightbox-popup-inner .lightbox-popup-overlay {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: rgba(60, 72, 98, 0.9);
      z-index: 1; }
    .lightbox-popup-container .lightbox-popup-inner .img {
      position: relative;
      margin: 0 auto;
      z-index: 2;
      display: inline-block;
      max-width: 90%; }
    .lightbox-popup-container .lightbox-popup-inner img {
      display: block;
      max-width: 100%; }
    .lightbox-popup-container .lightbox-popup-inner .close-btn {
      z-index: 3;
      position: absolute;
      top: 20px;
      right: 20px;
      color: #000; }
  .lightbox-popup-container.open {
    display: block; }

.clients-carousel {
  border-top: 1px solid #485870;
  border-bottom: 1px solid #485870;
  padding: 64px 120px 64px 80px;
  text-align: left; }
  .clients-carousel.slick-initialized .slick-slide {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center; }
    @media only screen and (max-width: 460px) {
      .clients-carousel.slick-initialized .slick-slide {
        flex-direction: column; } }
  .clients-carousel .client .img {
    width: 180px;
    overflow: hidden; }
    .clients-carousel .client .img img {
      margin: 0 auto;
      max-width: 100%; }
  .clients-carousel .client .text {
    flex-grow: 1;
    padding: 0 0 0 50px; }
    .clients-carousel .client .text span {
      display: block;
      color: #2dc4f1;
      font-weight: normal; }
  .clients-carousel .slick-prev {
    left: 0; }
  .clients-carousel .slick-next {
    right: 0; }
  @media only screen and (max-width: 900px) {
    .clients-carousel {
      padding: 34px 40px 34px 40px; }
      .clients-carousel .client .text {
        padding: 0 20px; } }
  @media only screen and (max-width: 768px) {
    .clients-carousel .client .img {
      width: 100px;
      margin: 0 10px; } }
  @media only screen and (max-width: 580px) {
    .clients-carousel {
      padding: 30px 0;
      border-bottom: none; } }
  @media only screen and (max-width: 460px) {
    .clients-carousel {
      text-align: center; }
      .clients-carousel .client .img {
        width: 80px;
        margin: 0 auto 20px; }
      .clients-carousel .client .text {
        padding: 0; } }

.carousel .icon-arrow-left, .carousel .icon-arrow-right {
  font-size: 26px;
  color: #fff; }
.carousel .slick-track {
  min-width: 100%; }
.carousel .slick-prev, .carousel .slick-next {
  z-index: 2; }
  .carousel .slick-prev:before, .carousel .slick-next:before {
    content: ' ';
    display: none; }

.carousel .slick-dots li button {
  width: 16px;
  height: 16px;
  border: 1px solid #a9a8a9;
  border-radius: 10px; }
  .carousel .slick-dots li button:before {
    content: ' ';
    width: 10px;
    height: 10px;
    top: 3px;
    left: 3px;
    border-radius: 10px;
    background: #2dc4f1;
    opacity: 0; }
.carousel .slick-dots li.slick-active button:before {
  opacity: 1 !important; }
@media only screen and (max-width: 1024px) {
  .carousel .slick-dots li button {
    width: 14px;
    height: 14px; }
    .carousel .slick-dots li button:before {
      width: 8px;
      height: 8px; } }
@media only screen and (max-width: 768px) {
  .carousel .slick-dots li {
    width: 16px;
    height: 16px; } }
@media only screen and (max-width: 360px) {
  .carousel .slick-dots li {
    width: 12px;
    height: 12px; }
    .carousel .slick-dots li button {
      width: 12px;
      height: 12px; }
      .carousel .slick-dots li button:before {
        width: 6px;
        height: 6px; } }

section.blue .carousel .slick-dots li button {
  border-color: #fff; }

.testimonials-carousel {
  line-height: 28px; }
  .testimonials-carousel.slick-dotted.slick-slider {
    margin-bottom: 60px; }
  @media only screen and (max-width: 768px) {
    .testimonials-carousel {
      line-height: inherit; }
      .testimonials-carousel.slick-dotted.slick-slider {
        margin-bottom: 40px; } }
  .testimonials-carousel .slick-dots {
    bottom: -60px; }
    @media only screen and (max-width: 768px) {
      .testimonials-carousel .slick-dots {
        bottom: -30px; } }
  .testimonials-carousel .testimonial {
    position: relative;
    padding: 80px; }
    .testimonials-carousel .testimonial:before, .testimonials-carousel .testimonial:after {
      content: ' ';
      display: block;
      width: 54px;
      height: 36px;
      position: absolute;
      background-repeat: no-repeat;
      background-size: 100% auto; }
    .testimonials-carousel .testimonial:before {
      background-image: url(../img/graphics/opening-quotes-blue.png);
      left: 0;
      top: 0; }
    .testimonials-carousel .testimonial:after {
      background-image: url(../img/graphics/closing-quotes-blue.png);
      right: 0;
      bottom: 0; }
    @media only screen and (max-width: 1200px) {
      .testimonials-carousel .testimonial {
        padding: 50px 100px; }
        .testimonials-carousel .testimonial:before {
          left: 20px;
          top: 20px; }
        .testimonials-carousel .testimonial:after {
          right: 20px;
          bottom: 20px; } }
    @media only screen and (max-width: 1024px) {
      .testimonials-carousel .testimonial {
        padding: 30px 100px; }
        .testimonials-carousel .testimonial:before, .testimonials-carousel .testimonial:after {
          width: 42px;
          height: 28px; } }
    @media only screen and (max-width: 768px) {
      .testimonials-carousel .testimonial {
        padding: 30px 50px; }
        .testimonials-carousel .testimonial:before, .testimonials-carousel .testimonial:after {
          width: 28px;
          height: 19px; }
        .testimonials-carousel .testimonial:before {
          left: 0; }
        .testimonials-carousel .testimonial:after {
          right: 0; } }
    @media only screen and (max-width: 640px) {
      .testimonials-carousel .testimonial {
        padding: 20px 40px; }
        .testimonials-carousel .testimonial:before, .testimonials-carousel .testimonial:after {
          width: 20px;
          height: 13px; } }
    @media only screen and (max-width: 360px) {
      .testimonials-carousel .testimonial {
        padding: 20px; }
        .testimonials-carousel .testimonial:before, .testimonials-carousel .testimonial:after {
          width: 16px;
          height: 11px; }
        .testimonials-carousel .testimonial:before {
          top: 0; }
        .testimonials-carousel .testimonial:after {
          bottom: 0; } }

.capabilities-carousel .icon-arrow-left, .capabilities-carousel .icon-arrow-right {
  color: #55565a; }
.capabilities-carousel .item {
  position: relative;
  overflow: hidden;
  padding: 10px; }
  .capabilities-carousel .item .btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    line-height: 34px;
    padding: 10px 0 6px; }
  .capabilities-carousel .item > a {
    display: inline-block; }
  .capabilities-carousel .item img {
    display: block;
    width: 100%; }
.capabilities-carousel.carousel .slick-dots li button {
  border-color: #1a2f4d; }
  .capabilities-carousel.carousel .slick-dots li button:before {
    background: #1a2f4d; }
@media only screen and (max-width: 1024px) {
  .capabilities-carousel .item .btn {
    width: 240px; } }
@media only screen and (max-width: 768px) {
  .capabilities-carousel .slick-next {
    right: -20px; }
  .capabilities-carousel .slick-prev {
    left: -20px; } }
@media only screen and (max-width: 600px) {
  .capabilities-carousel .slick-next {
    right: -30px; }
  .capabilities-carousel .slick-prev {
    left: -30px; } }

.installations-carousel .installation {
  padding: 0 15px; }
  .installations-carousel .installation a {
    border-radius: 50%;
    overflow: hidden;
    cursor: pointer;
    position: relative; }
    .installations-carousel .installation a:after {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      content: 'More info';
      text-transform: uppercase;
      background: #2dc4f1;
      color: #fff;
      display: block;
      height: 50px;
      width: 170px;
      line-height: 52px;
      font-weight: bold;
      letter-spacing: 0.08em;
      font-size: 18px;
      opacity: 0;
      -webkit-transition: opacity 0.2s linear;
      -moz-transition: opacity 0.2s linear;
      -ms-transition: opacity 0.2s linear;
      -o-transition: opacity 0.2s linear;
      transition: opacity 0.2s linear; }
      @media only screen and (max-width: 1024px) {
        .installations-carousel .installation a:after {
          font-size: 16px;
          width: 140px;
          padding-left: 20px;
          padding-right: 20px; } }
    .installations-carousel .installation a:hover:after {
      opacity: 1; }
    .installations-carousel .installation a:hover img {
      opacity: .5; }
  .installations-carousel .installation a, .installations-carousel .installation img {
    display: block;
    width: 100%;
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -ms-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear; }
@media only screen and (max-width: 768px) {
  .installations-carousel .installation {
    padding: 0 2  0px; } }

.news-row .block-container {
  margin: 0 0 45px; }
.news-row .img {
  width: 100%;
  position: relative;
  overflow: hidden;
  background: #fff; }
  .news-row .img:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 60%; }
  .news-row .img > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%; }
    .news-row .img > .content .container {
      position: relative;
      top: 50%;
      -webkit-transform: translateZ(0) translateY(-50%);
      -ms-transform: translateZ(0) translateY(-50%);
      transform: translateZ(0) translateY(-50%); }
  .news-row .img img {
    display: block;
    width: 100%; }
  .news-row .img a {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%; }
    .news-row .img a:hover img {
      opacity: .8; }
.news-row h3 {
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0.08em;
  margin: 28px 10px; }
.news-row .block.two h3 {
  margin: 28px 50px; }
@media only screen and (max-width: 1024px) {
  .news-row h3 {
    font-size: 20px;
    line-height: 22px;
    letter-spacing: 0.04em;
    margin: 20px 10px; }
  .news-row .block.two h3 {
    font-size: 22px;
    line-height: 24px;
    margin: 20px 30px; } }
@media only screen and (max-width: 768px) {
  .news-row h3 {
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 0.04em;
    margin: 15px 5px; }
  .news-row .block.two h3 {
    margin: 15px 10px; } }
@media only screen and (max-width: 690px) {
  .news-row .block.three {
    width: 100%;
    padding: 0;
    margin: 0 0 40px; } }
@media only screen and (max-width: 520px) {
  .news-row .block-container {
    margin: 0; }
    .news-row .block-container .block.two {
      width: 100%;
      padding: 0;
      margin: 0 0 40px; } }

body.home #mainBanner h2 {
  font-size: 48px;
  line-height: 50px; }

body.products h3 {
  text-transform: uppercase;
  margin: 0 0 10px;
  font-size: 24px; }
body.products #mainBanner .container {
  padding-bottom: 130px; }
body.products #mainBanner .down-btn {
  white-space: nowrap; }
@media only screen and (max-width: 1400px) {
  body.products #mainBanner p {
    font-size: 38px;
    line-height: 42px; } }
@media only screen and (max-width: 1160px) {
  body.products #mainBanner .container {
    padding-bottom: 150px; }
  body.products #mainBanner p {
    font-size: 34px;
    line-height: 36px;
    margin: 0 40px; } }
@media only screen and (max-width: 1024px) {
  body.products #mainBanner .container {
    padding-bottom: 100px; }
  body.products #mainBanner p {
    font-size: 30px;
    line-height: 32px; } }
@media only screen and (max-width: 900px) {
  body.products #mainBanner .container {
    padding-bottom: 160px; }
  body.products #mainBanner p {
    font-size: 24px;
    line-height: 28px; } }
@media only screen and (max-width: 640px) {
  body.products #mainBanner .container {
    padding-bottom: 160px; }
  body.products #mainBanner p {
    margin: 0 20px;
    font-size: 18px;
    line-height: 22px; }
  body.products #mainBanner .down-btn {
    white-space: normal;
    width: calc(100% - 40px); } }

.products-overview + section {
  padding: 0 0 70px; }

section.blue.client-testimonials {
  padding: 150px 0 90px; }
  @media only screen and (max-width: 1200px) {
    section.blue.client-testimonials {
      padding: 100px 0 80px; } }
  @media only screen and (max-width: 1200px) {
    section.blue.client-testimonials {
      padding: 60px 0 50px; } }
  @media only screen and (max-width: 768px) {
    section.blue.client-testimonials {
      padding: 40px 0 30px; } }
  @media only screen and (max-width: 360px) {
    section.blue.client-testimonials {
      padding: 20px 0; } }

.standard-item {
  margin: 0 0 50px; }
  .standard-item h2 {
    border-bottom: 1px solid #485870;
    padding: 0 0 15px;
    margin: 0 0 50px; }
  .standard-item .flex-content {
    align-items: center; }
  .standard-item .img {
    max-width: 550px; }
    .standard-item .img img {
      width: 100%; }
  .standard-item .text {
    flex: 1;
    text-align: left;
    padding: 30px;
    font-size: 18px;
    line-height: 22px; }
    .standard-item .text p {
      margin: 0 0 22px; }
      .standard-item .text p:last-of-type {
        margin: 0; }
  @media only screen and (max-width: 1100px) {
    .standard-item .img {
      max-width: 400px; } }
  @media only screen and (max-width: 1024px) {
    .standard-item h2 {
      font-size: 26px;
      line-height: 30px;
      margin: 0 0 30px; }
    .standard-item .text {
      font-size: 16px;
      line-height: 20px; }
      .standard-item .text p {
        margin: 0 0 20px; } }
  @media only screen and (max-width: 768px) {
    .standard-item:last-of-type {
      margin: 0; }
    .standard-item .img {
      max-width: none;
      width: 100%;
      padding: 0 30px; } }
  @media only screen and (max-width: 640px) {
    .standard-item .img {
      padding: 0; }
    .standard-item .text {
      padding: 30px 0; } }
  @media only screen and (max-width: 480px) {
    .standard-item h2 {
      font-size: 22px;
      line-height: 24px;
      margin: 0 0 20px;
      padding: 0 0 10px; }
    .standard-item .text {
      padding: 20px 0; } }
  @media only screen and (max-width: 360px) {
    .standard-item h2 {
      font-size: 18px;
      line-height: 20px; }
    .standard-item .text {
      font-size: inherit;
      line-height: inherit; } }

.sponsorship .flex-content {
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -15px; }
.sponsorship .sponsor {
  margin: 0 15px 60px;
  width: calc(33.3333% - 30px);
  max-width: 358px; }
  .sponsorship .sponsor img {
    display: block;
    width: 100%; }
  .sponsorship .sponsor .text {
    margin: 20px 0 0;
    padding: 20px 0 0;
    border-top: 1px solid #a9a8a9;
    font-size: 18px;
    line-height: 22px; }
@media only screen and (max-width: 1024px) {
  .sponsorship h2 {
    font-size: 26px;
    line-height: 30px; }
  .sponsorship .sponsor {
    margin: 0 10px 40px;
    width: calc(33.3333% - 20px); }
    .sponsorship .sponsor .text {
      font-size: 16px;
      line-height: 20px; } }
@media only screen and (max-width: 960px) {
  .sponsorship .sponsor {
    width: calc(50% - 20px); } }
@media only screen and (max-width: 768px) {
  .sponsorship .flex-content {
    flex-direction: row; } }
@media only screen and (max-width: 640px) {
  .sponsorship .flex-content {
    flex-direction: column;
    align-items: center;
    padding: 10px; }
  .sponsorship .sponsor {
    width: 100%;
    margin: 0 auto 40px; } }
@media only screen and (max-width: 360px) {
  .sponsorship .flex-content {
    padding: 0; }
  .sponsorship .sponsor .text {
    padding: 20px 10px 0;
    font-size: inherit;
    line-height: inherit; }
  .sponsorship h2 {
    font-size: 22px;
    line-height: 24px; } }

body.world .shadow-box {
  padding-bottom: 60px;
  font-size: 28px;
  line-height: 34px; }
  @media only screen and (max-width: 1200px) {
    body.world .shadow-box {
      font-size: 24px;
      line-height: 30px; } }
  @media only screen and (max-width: 1024px) {
    body.world .shadow-box {
      font-size: 20px;
      line-height: 22px;
      padding-bottom: 20px; } }
  @media only screen and (max-width: 640px) {
    body.world .shadow-box {
      font-size: 16px;
      line-height: 20px;
      text-transform: none;
      padding-left: 20px;
      padding-right: 20px; }
      body.world .shadow-box.transparent {
        background: rgba(255, 255, 255, 0.9); } }

@media only screen and (max-width: 768px) {
  #aroundTheWorld, [href=\#aroundTheWorld] {
    display: none !important; } }

#aroundTheWorldMap {
  width: 1518px;
  height: 746px;
  position: relative;
  margin: 0 auto;
  background: url(../img/backgrounds/around-the-world-light.png) no-repeat left top/100% auto; }
  #aroundTheWorldMap .pin {
    position: absolute;
    display: block;
    width: 10px;
    height: 24px;
    cursor: pointer;
    /*background: rgba(0, 255, 255, .5);*/ }
    #aroundTheWorldMap .pin.render {
      background-image: url("../img/graphics/pin.png");
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat; }
    #aroundTheWorldMap .pin:after {
      content: ' ';
      width: 20px;
      height: 20px;
      border-radius: 20px;
      position: absolute;
      bottom: -8px;
      left: -5px;
      pointer-events: none;
      display: none;
      border: 1px solid #fff;
      background: rgba(255, 255, 255, 0.1); }
    #aroundTheWorldMap .pin.port:after {
      border: 1px solid #2dc4f1;
      background: rgba(45, 196, 241, 0.1); }
    #aroundTheWorldMap .pin.service:after {
      border: 1px solid #feb023;
      background: rgba(254, 176, 35, 0.1); }
    #aroundTheWorldMap .pin.active:after {
      display: block; }
  #aroundTheWorldMap .na-1 {
    left: 48px;
    top: 208px; }
  #aroundTheWorldMap .na-2 {
    left: 76px;
    top: 196px; }
  #aroundTheWorldMap .na-3 {
    left: 114px;
    top: 175px; }
  #aroundTheWorldMap .na-4 {
    left: 163px;
    top: 200px; }
  #aroundTheWorldMap .na-5 {
    left: 196px;
    top: 249px; }
  #aroundTheWorldMap .na-6 {
    left: 196px;
    top: 275px; }
  #aroundTheWorldMap .na-7 {
    left: 208px;
    top: 308px; }
  #aroundTheWorldMap .na-8 {
    left: 229px;
    top: 319px; }
  #aroundTheWorldMap .na-9 {
    left: 344px;
    top: 332px; }
  #aroundTheWorldMap .na-10 {
    left: 369px;
    top: 340px; }
  #aroundTheWorldMap .na-11 {
    left: 381px;
    top: 320px; }
  #aroundTheWorldMap .na-12 {
    left: 406px;
    top: 282px; }
  #aroundTheWorldMap .na-13 {
    left: 422px;
    top: 279px; }
  #aroundTheWorldMap .na-14 {
    left: 10px;
    top: 450px; }
  #aroundTheWorldMap .ca-1 {
    left: 311px;
    top: 377px; }
  #aroundTheWorldMap .ca-2 {
    left: 418px;
    top: 378px; }
  #aroundTheWorldMap .ca-3 {
    left: 414px;
    top: 410px; }
  #aroundTheWorldMap .sa-1 {
    left: 414px;
    bottom: 8px; }
  #aroundTheWorldMap .sa-2 {
    left: 473px;
    bottom: 27px; }
  #aroundTheWorldMap .eu-1 {
    left: 672px;
    top: 208px; }
  #aroundTheWorldMap .eu-2 {
    left: 683px;
    top: 208px; }
  #aroundTheWorldMap .eu-3 {
    left: 677px;
    top: 233px; }
  #aroundTheWorldMap .eu-4 {
    left: 694px;
    top: 229px; }
  #aroundTheWorldMap .eu-5 {
    left: 694px;
    top: 269px; }
  #aroundTheWorldMap .eu-6 {
    left: 706px;
    top: 188px; }
  #aroundTheWorldMap .eu-7 {
    left: 723px;
    top: 229px; }
  #aroundTheWorldMap .eu-8 {
    left: 750px;
    top: 196px; }
  #aroundTheWorldMap .eu-9 {
    left: 761px;
    top: 188px; }
  #aroundTheWorldMap .eu-10 {
    left: 846px;
    top: 114px; }
  #aroundTheWorldMap .me-1 {
    right: 629px;
    top: 377px; }
  #aroundTheWorldMap .me-2 {
    right: 592px;
    top: 349px; }
  #aroundTheWorldMap .me-3 {
    right: 567px;
    top: 361px; }
  #aroundTheWorldMap .asia-1 {
    right: 370px;
    bottom: 266px; }
  #aroundTheWorldMap .asia-2 {
    right: 300px;
    bottom: 316px; }
  #aroundTheWorldMap .asia-3 {
    right: 278px;
    bottom: 403px; }
  #aroundTheWorldMap .asia-4 {
    right: 263px;
    bottom: 415px; }
  @media only screen and (max-width: 1500px) {
    #aroundTheWorldMap {
      width: 800px;
      height: 393px; }
      #aroundTheWorldMap .pin {
        width: 6px;
        height: 15px; }
        #aroundTheWorldMap .pin:after {
          bottom: -2px;
          left: -7px; }
        #aroundTheWorldMap .pin.render {
          background-size: contain; }
      #aroundTheWorldMap .na-1 {
        left: 25px;
        top: 109px; }
      #aroundTheWorldMap .na-2 {
        left: 40px;
        top: 103px; }
      #aroundTheWorldMap .na-3 {
        left: 59px;
        top: 92px; }
      #aroundTheWorldMap .na-4 {
        left: 86px;
        top: 105px; }
      #aroundTheWorldMap .na-5 {
        left: 103px;
        top: 129px; }
      #aroundTheWorldMap .na-6 {
        left: 103px;
        top: 145px; }
      #aroundTheWorldMap .na-7 {
        left: 110px;
        top: 161px; }
      #aroundTheWorldMap .na-8 {
        left: 121px;
        top: 167px; }
      #aroundTheWorldMap .na-9 {
        left: 181px;
        top: 174px; }
      #aroundTheWorldMap .na-10 {
        left: 194px;
        top: 178px; }
      #aroundTheWorldMap .na-11 {
        left: 201px;
        top: 167px; }
      #aroundTheWorldMap .na-12 {
        left: 213px;
        top: 148px; }
      #aroundTheWorldMap .na-13 {
        left: 222px;
        top: 146px; }
      #aroundTheWorldMap .na-14 {
        left: 10px;
        top: 225px; }
      #aroundTheWorldMap .ca-1 {
        left: 164px;
        top: 198px; }
      #aroundTheWorldMap .ca-2 {
        left: 220px;
        top: 198px; }
      #aroundTheWorldMap .ca-3 {
        left: 218px;
        top: 215px; }
      #aroundTheWorldMap .sa-1 {
        left: 218px;
        bottom: 3px; }
      #aroundTheWorldMap .sa-2 {
        left: 249px;
        bottom: 12px; }
      #aroundTheWorldMap .eu-1 {
        left: 353px;
        top: 108px; }
      #aroundTheWorldMap .eu-2 {
        left: 359px;
        top: 108px; }
      #aroundTheWorldMap .eu-3 {
        left: 357px;
        top: 124px;
        height: 12px; }
      #aroundTheWorldMap .eu-4 {
        left: 366px;
        top: 120px; }
      #aroundTheWorldMap .eu-5 {
        left: 365px;
        top: 142px; }
      #aroundTheWorldMap .eu-6 {
        left: 372px;
        top: 98px; }
      #aroundTheWorldMap .eu-7 {
        left: 381px;
        top: 119px; }
      #aroundTheWorldMap .eu-8 {
        left: 395px;
        top: 103px; }
      #aroundTheWorldMap .eu-9 {
        left: 401px;
        top: 97px; }
      #aroundTheWorldMap .eu-10 {
        left: 446px;
        top: 59px; }
      #aroundTheWorldMap .me-1 {
        right: 331px;
        top: 198px; }
      #aroundTheWorldMap .me-2 {
        right: 312px;
        top: 183px; }
      #aroundTheWorldMap .me-3 {
        right: 299px;
        top: 189px; }
      #aroundTheWorldMap .asia-1 {
        right: 194px;
        bottom: 139px; }
      #aroundTheWorldMap .asia-2 {
        right: 158px;
        bottom: 164px; }
      #aroundTheWorldMap .asia-3 {
        right: 146px;
        bottom: 211px; }
      #aroundTheWorldMap .asia-4 {
        right: 138px;
        bottom: 217px; } }
  @media only screen and (max-width: 768px) {
    #aroundTheWorldMap {
      width: 100%;
      height: 0;
      padding-bottom: 49.14361%;
      /*background: url(../img/backgrounds/around-the-world-nopin.png) no-repeat left top / 100% auto;*/ }
      #aroundTheWorldMap .pin {
        width: 0;
        height: 0;
        visibility: hidden;
        display: none; } }

#legendContainer {
  margin-top: 40px; }
  #legendContainer > .container {
    max-width: 900px; }
  #legendContainer .legend {
    position: relative;
    text-align: left; }
    #legendContainer .legend .img {
      display: none;
      position: absolute;
      left: 0;
      top: 0;
      width: 240px;
      height: 240px;
      margin-top: -12px;
      border-radius: 50%;
      overflow: hidden; }
      #legendContainer .legend .img img {
        width: 100%; }
    #legendContainer .legend .text, #legendContainer .legend .keys {
      padding: 0 0 0 40px; }
    #legendContainer .legend .text {
      font-size: 18px;
      line-height: 20px;
      padding-top: 20px;
      padding-bottom: 20px;
      padding-right: 20px;
      margin: 0 0 15px;
      border: 1px solid; }
      #legendContainer .legend .text h3 {
        text-transform: uppercase;
        font-size: inherit;
        margin: 0 0 8px; }
      #legendContainer .legend .text li span {
        display: inline-block;
        width: 155px;
        font-weight: bold;
        vertical-align: top; }
      #legendContainer .legend .text li div {
        display: inline-block;
        width: calc(100% - 165px);
        vertical-align: top; }
      #legendContainer .legend .text.port {
        border-color: #2dc4f1; }
        #legendContainer .legend .text.port h3 {
          color: #2dc4f1; }
      #legendContainer .legend .text.service {
        border-color: #feb023; }
        #legendContainer .legend .text.service h3 {
          color: #feb023; }
    #legendContainer .legend .keys {
      font-size: 0;
      padding-top: 5px;
      padding-bottom: 5px;
      border: 1px solid #a9a8a9; }
      #legendContainer .legend .keys span {
        display: inline-block;
        margin-right: 140px;
        font-size: 16px;
        line-height: 18px;
        vertical-align: middle; }
      #legendContainer .legend .keys .port:before, #legendContainer .legend .keys .service:before {
        content: ' ';
        display: inline-block;
        width: 15px;
        height: 15px;
        border-radius: 10px;
        margin: 0 15px 0 0;
        position: relative;
        top: 2px; }
      #legendContainer .legend .keys .port:before {
        background: #2dc4f1; }
      #legendContainer .legend .keys .service {
        margin: 0; }
        #legendContainer .legend .keys .service:before {
          background: #feb023; }
  @media only screen and (max-width: 1024px) {
    #legendContainer .legend .img {
      width: 200px;
      height: 200px;
      margin-top: -100px; }
    #legendContainer .legend .text, #legendContainer .legend .keys {
      padding-left: 20px; }
    #legendContainer .legend .text {
      font-size: 16px; }
      #legendContainer .legend .text li span {
        width: 120px; }
    #legendContainer .legend .keys span {
      margin-right: 60px; } }
  @media only screen and (max-width: 768px) {
    #legendContainer .legend {
      margin-top: 75px; }
      #legendContainer .legend .img {
        width: 150px;
        height: 150px;
        top: -75px;
        left: 50%;
        margin-left: -75px;
        margin-top: 0; }
      #legendContainer .legend .text, #legendContainer .legend .keys {
        padding-left: 20px; }
      #legendContainer .legend .text {
        padding-top: 90px; }
      #legendContainer .legend .keys span {
        font-size: 13px; }
      #legendContainer .legend .keys .port:before, #legendContainer .legend .keys .service:before {
        width: 10px;
        height: 10px;
        margin: 0 10px 0 0;
        top: 1px; } }
@media only screen and (max-width: 768px) and (max-width: 560px) {
  #legendContainer .legend .text li {
    margin: 0 0 8px; }
    #legendContainer .legend .text li span {
      display: block; } }
@media only screen and (max-width: 768px) and (max-width: 480px) {
  #legendContainer .legend .text, #legendContainer .legend .keys {
    padding-left: 10px;
    padding-right: 10px; }
  #legendContainer .legend .keys span {
    font-size: 13px;
    margin-right: 30px; }
    #legendContainer .legend .keys span:first-of-type {
      display: block;
      margin: 5px 5px; }
  #legendContainer .legend .keys .port:before, #legendContainer .legend .keys .service:before {
    width: 8px;
    height: 8px;
    margin: 0 6px 0 0;
    top: 0; } }

body.support section.map .container {
  padding: 0 30px; }
body.support section.map ul {
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
  -webkit-column-gap: 2em;
  -moz-column-gap: 2em;
  column-gap: 2em; }
body.support section.map li {
  list-style: disc;
  page-break-inside: avoid;
  -webkit-column-break-inside: avoid;
  break-inside: avoid;
  list-style-position: inside; }
@media only screen and (max-width: 768px) {
  body.support section.map ul {
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1; } }

body.news #mainBanner .date {
  display: block;
  font-weight: normal;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin: 0 0 80px; }
  body.news #mainBanner .date.blue {
    margin: 20px 0 80px;
    color: #14b3ea; }
  @media only screen and (max-width: 768px) {
    body.news #mainBanner .date {
      margin: 0 0 40px; } }
  @media only screen and (max-width: 460px) {
    body.news #mainBanner .date {
      margin: 0 0 20px; } }

body.news-article #mainBanner {
  min-height: 300px; }
  @media only screen and (max-width: 460px) {
    body.news-article #mainBanner {
      min-height: 200px; } }
body.news-article .news-row .container {
  padding: 45px 0 0;
  border-top: 1px solid #a9a8a9; }
@media only screen and (max-width: 680px) {
  body.news-article .block-container {
    margin: 0;
    padding: 0 60px; } }
@media only screen and (max-width: 480px) {
  body.news-article .block-container {
    padding: 0 30px; } }
@media only screen and (max-width: 420px) {
  body.news-article .block-container {
    padding: 0 20px; } }
@media only screen and (max-width: 360px) {
  body.news-article .block-container {
    padding: 0 10px; } }

.news-landing {
  font-size: 0;
  margin: 0 -15px; }
  .news-landing .col {
    display: inline-block;
    vertical-align: top;
    font-size: 21px;
    line-height: 25px;
    letter-spacing: 0.08em; }
    .news-landing .col:nth-of-type(1) {
      width: 70%; }
    .news-landing .col:nth-of-type(2) {
      width: 30%;
      max-width: 360px; }
  .news-landing .articles {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    margin-top: -15px; }
    .news-landing .articles p {
      font-size: 16px;
      line-height: 1.2;
      display: block;
      text-align: left; }
      .news-landing .articles p a {
        font-weight: bold; }
  .news-landing .article {
    width: calc(50% - 15px); }
  .news-landing .sidebar {
    text-align: left; }
    .news-landing .sidebar h3 {
      text-transform: uppercase;
      font-size: 21px;
      line-height: 24px;
      margin: 0 0 20px; }
    .news-landing .sidebar ul {
      border-top: 1px solid #a9a8a9;
      margin: 0; }
    .news-landing .sidebar li {
      padding: 17px 0 16px;
      border-bottom: 1px solid #a9a8a9; }
    .news-landing .sidebar aside {
      margin: 0 0 78px;
      font-size: 18px;
      line-height: 22px; }
  @media only screen and (max-width: 1024px) {
    .news-landing .col {
      display: block; }
      .news-landing .col:nth-of-type(1), .news-landing .col:nth-of-type(2) {
        width: 100%;
        max-width: none; }
    .news-landing .sidebar {
      font-size: 0;
      text-align: center;
      margin: 20px 0 0;
      padding: 20px 0 0;
      border-top: 1px solid #a9a8a9; }
      .news-landing .sidebar aside {
        display: inline-block;
        width: calc(50% - 15px);
        vertical-align: top;
        padding: 15px;
        text-align: left; }
      .news-landing .sidebar li {
        padding: 12px 0 11px; } }
@media only screen and (max-width: 1024px) and (max-width: 768px) {
  .news-landing .sidebar aside {
    font-size: 16px;
    line-height: 20px; } }
@media only screen and (max-width: 1024px) and (max-width: 640px) {
  .news-landing .sidebar aside {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0 0 40px; } }
@media only screen and (max-width: 1024px) and (max-width: 580px) {
  .news-landing .articles {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column; }
  .news-landing .article {
    width: 100%; } }
@media only screen and (max-width: 1024px) and (max-width: 360px) {
  .news-landing .sidebar aside {
    padding: 0 10px; } }

div.article {
  padding: 15px; }
  div.article .img {
    width: 100%;
    overflow: hidden;
    margin: 0 0 30px;
    background: #fff; }
    div.article .img a {
      display: block; }
    div.article .img img {
      width: 100%; }
  div.article h2 {
    text-transform: none;
    font-size: 21px;
    line-height: 25px;
    margin: 0 20px 10px; }
  div.article .date {
    font-size: 16px;
    line-height: 18px;
    font-weight: normal;
    text-transform: uppercase;
    display: block;
    margin: 0 0 20px; }
  div.article .btn {
    width: 190px; }
  @media only screen and (max-width: 640px) {
    div.article h2 {
      margin: 0 0 10px;
      font-size: 20px;
      line-height: 22px; } }

.back-news {
  display: block;
  font-size: 16px;
  text-transform: uppercase;
  text-align: left; }
  .back-news .container {
    padding-top: 30px;
    padding-bottom: 15px;
    border-bottom: 1px solid #a9a8a9; }
  .back-news a:before {
    content: "\2039";
    margin-right: 10px; }

section.article {
  padding-top: 40px;
  letter-spacing: 0.08em;
  text-align: left; }
  section.article .container {
    display: flex;
    flex-direction: row;
    align-items: flex-start; }
  section.article .heading {
    padding: 0 0 35px;
    margin: 0 0 40px;
    text-align: left;
    border-bottom: 1px solid #a9a8a9; }
    section.article .heading h1 {
      font-size: 24px;
      line-height: 28px;
      text-transform: none;
      margin: 0; }
    section.article .heading .date {
      font-size: 16px;
      line-height: 20px;
      text-transform: uppercase;
      font-weight: normal; }
  section.article .image {
    width: 44%;
    margin-right: 6%; }
    section.article .image img {
      display: block;
      width: 100%;
      height: auto;
      margin: 0; }
  section.article .content {
    flex: 1;
    font-size: 16px;
    line-height: 28px; }
  @media only screen and (max-width: 1024px) {
    section.article {
      letter-spacing: 0.04em;
      padding-top: 50px; }
      section.article .content {
        line-height: 24px; } }
  @media only screen and (max-width: 840px) {
    section.article .container {
      display: block; }
    section.article .image {
      width: 100%;
      margin-right: 0;
      margin-bottom: 30px; }
    section.article .heading .date {
      font-size: 15px;
      display: block;
      margin: 10px 0 0; } }
  @media only screen and (max-width: 560px) {
    section.article {
      padding-top: 30px; } }

section.twitter {
  padding: 0;
  margin-bottom: 60px;
  background: url(../img/graphics/twitter.png) no-repeat center top 90px/61px auto;
  text-align: center; }
  section.twitter .container {
    padding: 180px 0 70px;
    border-top: 1px solid #a9a8a9;
    border-bottom: 1px solid #a9a8a9; }
  section.twitter .tweet {
    font-weight: bold;
    letter-spacing: 0.04em;
    padding: 0 30px; }
  section.twitter .date {
    display: block;
    font-weight: normal;
    font-size: 18px;
    margin: 24px auto 0; }
  @media only screen and (max-width: 1200px) {
    section.twitter {
      background-position: center top 60px; }
      section.twitter .container {
        padding: 150px 0 60px; } }
  @media only screen and (max-width: 768px) {
    section.twitter {
      margin-bottom: 0;
      background-size: 48px auto;
      background-position: center top 50px; }
      section.twitter .container {
        border-bottom: none;
        padding: 120px 0 50px; }
      section.twitter .date {
        font-size: 14px;
        line-height: 20px; }
      section.twitter .tweet {
        padding: 0 20px; } }
  @media only screen and (max-width: 480px) {
    section.twitter {
      background-size: 38px auto;
      background-position: center top 30px; }
      section.twitter .container {
        padding: 80px 0 40px; } }

body.about #mainBanner p {
  letter-spacing: 0.08em; }
  @media only screen and (max-width: 1024px) {
    body.about #mainBanner p {
      letter-spacing: 0.04em; } }

.timeline-wrapper {
  position: relative;
  padding: 80px 0 180px; }
  .timeline-wrapper .all-dates {
    white-space: nowrap; }
    .timeline-wrapper .all-dates .slick-list {
      overflow: visible; }
    .timeline-wrapper .all-dates .slick-track {
      display: flex; }
      .timeline-wrapper .all-dates .slick-track .slick-slide {
        height: auto; }
  .timeline-wrapper .controls span {
    position: absolute;
    top: 50%;
    margin-top: 35px;
    color: #a9a8a9;
    font-size: 24px;
    cursor: pointer;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out; }
    .timeline-wrapper .controls span:hover {
      color: #fff; }
  .timeline-wrapper .controls .prev {
    left: -60px; }
  .timeline-wrapper .controls .next {
    right: -60px; }
  @media only screen and (max-width: 1280px) {
    .timeline-wrapper {
      padding: 80px 50px 180px; }
      .timeline-wrapper .controls .prev {
        left: -20px; }
      .timeline-wrapper .controls .next {
        right: -20px; } }
  @media only screen and (max-width: 1160px) {
    .timeline-wrapper {
      padding: 60px 20px 100px; } }
  @media only screen and (max-width: 768px) {
    .timeline-wrapper {
      padding: 20px; }
      .timeline-wrapper .controls span {
        margin: 0;
        transform: translateY(-50%); } }
  @media only screen and (max-width: 540px) {
    .timeline-wrapper {
      padding: 20px 0 0; }
      .timeline-wrapper .controls span {
        top: 120px; }
      .timeline-wrapper .controls .prev {
        left: 0; }
      .timeline-wrapper .controls .next {
        right: 0; } }

#timeline .dates {
  text-align: justify;
  border-bottom: 1px solid #fff;
  margin: 0 0 98px; }
  #timeline .dates:after {
    content: "";
    width: 100%;
    display: inline-block; }
  #timeline .dates li {
    display: inline-block;
    width: 0;
    line-height: 0;
    position: relative; }
    #timeline .dates li:after {
      content: ' ';
      display: block;
      position: absolute;
      width: 1px;
      height: 10px;
      background: #fff;
      top: calc(100% + 36px);
      left: 0; }
      @media only screen and (max-width: 1200px) {
        #timeline .dates li:after {
          top: calc(100% + 30px); } }
      @media only screen and (max-width: 1024px) {
        #timeline .dates li:after {
          top: calc(100% + 24px); } }
    #timeline .dates li.ui-tabs-active:after {
      background: #2dc4f1;
      height: 160px; }
      @media only screen and (max-width: 1024px) {
        #timeline .dates li.ui-tabs-active:after {
          height: 60px; } }
    #timeline .dates li.ui-tabs-active span {
      color: #2dc4f1; }
  #timeline .dates span {
    display: inline-block;
    transform-origin: 0 0;
    transform: translate(0, 100%) rotate(-45deg);
    white-space: nowrap;
    vertical-align: bottom;
    cursor: pointer; }
    #timeline .dates span:before {
      content: "";
      float: left;
      margin-top: 100%; }
    #timeline .dates span:hover {
      color: #2dc4f1; }
  #timeline .dates .ui-tabs-active a {
    font-weight: bold;
    color: #2dc4f1; }
#timeline .all-dates {
  overflow: hidden;
  padding: 50px 0; }
#timeline .date {
  white-space: normal;
  display: inline-block;
  position: relative;
  border: 1px solid #2dc4f1;
  padding: 40px 70px 10px 40px;
  text-align: left;
  width: 100%;
  background-color: #1a2f4d; }
  #timeline .date .img {
    display: none;
    width: 356px;
    height: 356px;
    border-radius: 200px;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%); }
    #timeline .date .img img {
      width: 100%; }
  #timeline .date h1 {
    font-weight: bold;
    color: #2dc4f1;
    font-size: 92px;
    line-height: 92px;
    letter-spacing: 0.02em;
    margin: 0; }
  #timeline .date p {
    font-size: 18px;
    line-height: 22px; }
@media only screen and (max-width: 1024px) {
  #timeline .dates {
    margin: 0 0 50px; }
  #timeline .date {
    padding: 40px 70px 10px 40px; }
    #timeline .date .img {
      width: 250px;
      height: 250px;
      left: 30px; }
    #timeline .date h1 {
      font-size: 60px;
      line-height: 60px; } }
@media only screen and (max-width: 768px) {
  #timeline .dates {
    display: none; }
  #timeline .date {
    padding: 40px 30px;
    text-align: center; }
    #timeline .date .img {
      width: 200px;
      height: 200px;
      left: 50%;
      top: 30px;
      transform: translateX(-50%); } }
@media only screen and (max-width: 540px) {
  #timeline .date {
    border: none; }
    #timeline .date .img {
      top: 0; }
    #timeline .date h1 {
      font-size: 40px;
      line-height: 40px;
      margin: 0 0 20px; }
    #timeline .date p {
      font-size: 16px;
      line-height: 20px; } }

body.contact {
  background: #1a2f4d;
  color: #fff; }
  body.contact .location {
    margin: -25px 0 0;
    position: relative;
    padding: 0;
    font-size: 18px;
    line-height: 24px; }
    body.contact .location .container {
      height: 960px;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      align-items: center; }
      @media only screen and (max-width: 1366px) {
        body.contact .location .container {
          height: 800px; } }
      @media only screen and (max-width: 1160px) {
        body.contact .location .container {
          height: 600px; } }
      @media only screen and (max-width: 1024px) {
        body.contact .location .container {
          height: 500px; } }
    body.contact .location .text {
      text-align: left;
      width: 400px; }
    body.contact .location h1 {
      font-size: 36px;
      line-height: 38px;
      margin: 0 0 20px; }
    body.contact .location p {
      margin: 0 0 20px; }
    @media only screen and (max-width: 1024px) {
      body.contact .location {
        font-size: 16px;
        line-height: 22px; }
        body.contact .location h1 {
          font-size: 28px;
          line-height: 30px; }
        body.contact .location p {
          margin: 0 0 14px; } }
    @media only screen and (max-width: 900px) {
      body.contact .location {
        margin: 0; }
        body.contact .location .container {
          height: auto; } }
    @media only screen and (max-width: 768px) {
      body.contact .location .container {
        flex-direction: column-reverse;
        padding: 0; }
      body.contact .location .text {
        width: auto;
        padding: 0 30px;
        text-align: center; } }
    @media only screen and (max-width: 480px) {
      body.contact .location {
        font-size: 15px;
        line-height: 18px; } }

#mapWrapper {
  position: absolute;
  left: 50%;
  top: 0;
  width: 960px;
  height: 960px;
  overflow: hidden; }
  #mapWrapper #map {
    width: 100%;
    /*height: calc(100% + 25px);*/
    height: 100%; }
  @media only screen and (max-width: 1366px) {
    #mapWrapper {
      width: 800px;
      height: 800px; } }
  @media only screen and (max-width: 1160px) {
    #mapWrapper {
      width: 600px;
      height: 600px; } }
  @media only screen and (max-width: 1024px) {
    #mapWrapper {
      width: 500px;
      height: 500px; } }
  @media only screen and (max-width: 900px) {
    #mapWrapper {
      position: relative;
      left: auto;
      margin-right: -30px; } }
  @media only screen and (max-width: 768px) {
    #mapWrapper {
      width: 100%;
      height: 300px;
      margin: 0 0 30px; } }
  @media only screen and (max-width: 480px) {
    #mapWrapper {
      height: 230px;
      margin: 0 0 20px; } }

#salesAgents {
  font-size: 18px;
  line-height: 20px; }
  #salesAgents .container {
    padding: 40px 0;
    border-top: 1px solid #a9a8a9;
    border-bottom: 1px solid #a9a8a9; }
  #salesAgents h2 {
    font-size: 36px;
    line-height: 38px;
    margin: 0 0 30px; }
  #salesAgents h3 {
    text-transform: uppercase;
    margin: 0 0 20px; }
  #salesAgents p {
    margin: 0 0 20px; }
    #salesAgents p:last-child {
      margin: 0; }
  @media only screen and (max-width: 1024px) {
    #salesAgents {
      font-size: 15px;
      line-height: 18px; }
      #salesAgents h2 {
        font-size: 30px;
        line-height: 32px; } }
  @media only screen and (max-width: 768px) {
    #salesAgents .container {
      border-bottom: none;
      padding-bottom: 0; } }

.contact-form h2 {
  font-size: 36px;
  line-height: 38px; }
.contact-form .shadow-box {
  padding: 35px 10px; }
.contact-form label {
  font-size: 0;
  display: inline-block;
  padding: 15px;
  width: calc(50% - 10px); }
.contact-form form {
  font-size: 0; }
  .contact-form form div {
    padding: 15px 25px; }
.contact-form textarea {
  height: 198px; }
@media only screen and (max-width: 1024px) {
  .contact-form h2 {
    font-size: 30px;
    line-height: 32px; }
  .contact-form textarea {
    height: 140px; } }
@media only screen and (max-width: 768px) {
  .contact-form .shadow-box {
    padding: 35px 30px; }
  .contact-form label {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0 0 12px; }
  .contact-form form div {
    padding: 0; } }
@media only screen and (max-width: 640px) {
  .contact-form h2 {
    font-size: 28px;
    line-height: 30px; } }
@media only screen and (max-width: 540px) {
  .contact-form {
    padding: 0; }
    .contact-form .container {
      padding: 0; }
    .contact-form .btn {
      width: 100%;
      max-width: none; } }
@media only screen and (max-width: 460px) {
  .contact-form .shadow-box {
    padding: 30px 10px; }
  .contact-form textarea {
    height: 100px; }
  .contact-form h2 {
    font-size: 22px;
    line-height: 24px; } }

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

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

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

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

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

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

/* Slider */
/*.slick-list {
    .slick-loading & {
        background: #fff slick-image-url("ajax-loader.gif") center center no-repeat;
    }
}*/
/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: white;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: white;
      opacity: 0.75; }

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