/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* TS extra normalize
   ========================================================================== */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

html, button, input, select, textarea {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
}

img {
  vertical-align: middle;
  display: block;
  width: 100%;
}

fieldset {
  border: 0;
}

textarea {
  resize: vertical;
}

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

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

/* Helper classes
   ========================================================================== */
.clearfix:before,
.clearfix:after,
ul.options:before,
ul.options:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after,
ul.options:after {
  clear: both;
}

.clearfix, ul.options {
  *zoom: 1;
}

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

.v-align:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.3em; /* Adjusts for spacing */
}

.v-align > * {
  display: inline-block;
  vertical-align: middle;
}

.center {
  text-align: center;
}

[class^=transition-],
[class*=" transition-"] {
  animation-duration: 0.25s;
  transition-timing-function: ease-in;
  animation-fill-mode: both;
  opacity: 0;
}

.transition-delay-01 {
  animation-delay: 0.1s;
}

.transition-delay-02 {
  animation-delay: 0.2s;
}

.transition-delay-03 {
  animation-delay: 0.3s;
}

.transition-delay-04 {
  animation-delay: 0.4s;
}

.transition-delay-05 {
  animation-delay: 0.5s;
}

.transition-delay-06 {
  animation-delay: 0.6s;
}

.transition-delay-07 {
  animation-delay: 0.7s;
}

section.viewed .transition-fadein {
  animation-name: fadeIn;
}

section.viewed .transition-fadeinup {
  animation-name: fadeInUp;
}

section.viewed .transition-fadeindown {
  animation-name: fadeInDown;
}

section.viewed .transition-fadeinright {
  animation-name: fadeInRight;
}

section.viewed .transition-fadeinleft {
  animation-name: fadeInLeft;
}

section.viewed .transition-zoomin {
  animation-name: zoomIn;
}

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

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.fadeInDown {
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.fadeInRight {
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  animation-name: zoomIn;
}

.row {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  position: relative;
}

.row.full {
  max-width: none;
  padding: 0;
}

.row.reverse {
  flex-direction: row-reverse;
}

.col,
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-13,
.col-14,
.col-15,
.col-16,
.col-17,
.col-18,
.col-19,
.col-20,
.push-0,
.push-1,
.push-2,
.push-3,
.push-4,
.push-5,
.push-6,
.push-7,
.push-8,
.push-9,
.push-10,
.push-11,
.push-12,
.push-13,
.push-14,
.push-15,
.push-16,
.push-17,
.push-18,
.push-19,
.push-20 {
  boxizing: border-box;
  flex: 0 0 auto;
}

.col {
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%;
}

.col-1 {
  flex-basis: 5%;
  max-width: 5%;
}

.col-2 {
  flex-basis: 10%;
  max-width: 10%;
}

.col-3 {
  flex-basis: 15%;
  max-width: 15%;
}

.col-4 {
  flex-basis: 20%;
  max-width: 20%;
}

.col-5 {
  flex-basis: 25%;
  max-width: 25%;
}

.col-6 {
  flex-basis: 30%;
  max-width: 30%;
}

.col-7 {
  flex-basis: 35%;
  max-width: 35%;
}

.col-8 {
  flex-basis: 40%;
  max-width: 40%;
}

.col-9 {
  flex-basis: 45%;
  max-width: 45%;
}

.col-10 {
  flex-basis: 50%;
  max-width: 50%;
}

.col-11 {
  flex-basis: 55%;
  max-width: 55%;
}

.col-12 {
  flex-basis: 60%;
  max-width: 60%;
}

.col-13 {
  flex-basis: 65%;
  max-width: 65%;
}

.col-14 {
  flex-basis: 70%;
  max-width: 70%;
}

.col-15 {
  flex-basis: 75%;
  max-width: 75%;
}

.col-16 {
  flex-basis: 80%;
  max-width: 80%;
}

.col-17 {
  flex-basis: 85%;
  max-width: 85%;
}

.col-18 {
  flex-basis: 90%;
  max-width: 90%;
}

.col-19 {
  flex-basis: 95%;
  max-width: 95%;
}

.col-20 {
  flex-basis: 100%;
  max-width: 100%;
}

.push-0 {
  margin-left: 0;
}

.push-1 {
  margin-left: 5%;
}

.push-2 {
  margin-left: 10%;
}

.push-3 {
  margin-left: 15%;
}

.push-4 {
  margin-left: 20%;
}

.push-5 {
  margin-left: 25%;
}

.push-6 {
  margin-left: 30%;
}

.push-7 {
  margin-left: 35%;
}

.push-8 {
  margin-left: 40%;
}

.push-9 {
  margin-left: 45%;
}

.push-10 {
  margin-left: 50%;
}

.push-11 {
  margin-left: 55%;
}

.push-12 {
  margin-left: 60%;
}

.push-13 {
  margin-left: 65%;
}

.push-14 {
  margin-left: 70%;
}

.push-15 {
  margin-left: 75%;
}

.push-16 {
  margin-left: 80%;
}

.push-17 {
  margin-left: 85%;
}

.push-18 {
  margin-left: 90%;
}

.push-19 {
  margin-left: 95%;
}

.start {
  justify-content: flextart;
  text-align: start;
}

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

.end {
  justify-content: flex-end;
  text-align: end;
}

.top {
  align-items: flextart;
}

.middle {
  align-items: center;
}

.bottom {
  align-items: flex-end;
}

.around {
  justify-content: space-around;
}

.between {
  justify-content: space-between;
}

.first {
  order: -1;
}

.last {
  order: 1;
}

@media print, screen and (max-width: 800px) {
  .col-s {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-s-1 {
    flex-basis: 5%;
    max-width: 5%;
  }
  .col-s-2 {
    flex-basis: 10%;
    max-width: 10%;
  }
  .col-s-3 {
    flex-basis: 15%;
    max-width: 15%;
  }
  .col-s-4 {
    flex-basis: 20%;
    max-width: 20%;
  }
  .col-s-5 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-s-6 {
    flex-basis: 30%;
    max-width: 30%;
  }
  .col-s-7 {
    flex-basis: 35%;
    max-width: 35%;
  }
  .col-s-8 {
    flex-basis: 40%;
    max-width: 40%;
  }
  .col-s-9 {
    flex-basis: 45%;
    max-width: 45%;
  }
  .col-s-10 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-s-11 {
    flex-basis: 55%;
    max-width: 55%;
  }
  .col-s-12 {
    flex-basis: 60%;
    max-width: 60%;
  }
  .col-s-13 {
    flex-basis: 65%;
    max-width: 65%;
  }
  .col-s-14 {
    flex-basis: 70%;
    max-width: 70%;
  }
  .col-s-15 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-s-16 {
    flex-basis: 80%;
    max-width: 80%;
  }
  .col-s-17 {
    flex-basis: 85%;
    max-width: 85%;
  }
  .col-s-18 {
    flex-basis: 90%;
    max-width: 90%;
  }
  .col-s-19 {
    flex-basis: 95%;
    max-width: 95%;
  }
  .col-s-20 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-s-push-0 {
    margin-left: 0;
  }
  .col-s-push-1 {
    margin-left: 5%;
  }
  .col-s-push-2 {
    margin-left: 10%;
  }
  .col-s-push-3 {
    margin-left: 15%;
  }
  .col-s-push-4 {
    margin-left: 20%;
  }
  .col-s-push-5 {
    margin-left: 25%;
  }
  .col-s-push-6 {
    margin-left: 30%;
  }
  .col-s-push-7 {
    margin-left: 35%;
  }
  .col-s-push-8 {
    margin-left: 40%;
  }
  .col-s-push-9 {
    margin-left: 45%;
  }
  .col-s-push-10 {
    margin-left: 50%;
  }
  .col-s-push-11 {
    margin-left: 55%;
  }
  .col-s-push-12 {
    margin-left: 60%;
  }
  .col-s-push-13 {
    margin-left: 65%;
  }
  .col-s-push-14 {
    margin-left: 70%;
  }
  .col-s-push-15 {
    margin-left: 75%;
  }
  .col-s-push-16 {
    margin-left: 80%;
  }
  .col-s-push-17 {
    margin-left: 85%;
  }
  .col-s-push-18 {
    margin-left: 90%;
  }
  .col-s-push-19 {
    margin-left: 95%;
  }
  .start-s {
    justify-content: flex-start;
    text-align: start;
  }
  .center-s {
    justify-content: center;
    text-align: center;
  }
  .end-s {
    justify-content: flex-end;
    text-align: end;
  }
  .top-s {
    align-items: flex-start;
  }
  .middle-s {
    align-items: center;
  }
  .bottom-s {
    align-items: flex-end;
  }
  .around-s {
    justify-content: space-around;
  }
  .between-s {
    justify-content: space-between;
  }
  .first-s {
    order: -1;
  }
  .last-s {
    order: 1;
  }
}
@media print, screen and (max-width: 550px) {
  .col,
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-13,
.col-14,
.col-15,
.col-16,
.col-17,
.col-18,
.col-19,
.col-20,
.push-0,
.push-1,
.push-2,
.push-3,
.push-4,
.push-5,
.push-6,
.push-7,
.push-8,
.push-9,
.push-10,
.push-11,
.push-12,
.push-13,
.push-14,
.push-15,
.push-16,
.push-17,
.push-18,
.push-19,
.push-20 {
    flex-basis: 100%;
    max-width: 100%;
    margin-left: 0;
  }
  .col-xs {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-xs-1 {
    flex-basis: 5%;
    max-width: 5%;
  }
  .col-xs-2 {
    flex-basis: 10%;
    max-width: 10%;
  }
  .col-xs-3 {
    flex-basis: 15%;
    max-width: 15%;
  }
  .col-xs-4 {
    flex-basis: 20%;
    max-width: 20%;
  }
  .col-xs-5 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-xs-6 {
    flex-basis: 30%;
    max-width: 30%;
  }
  .col-xs-7 {
    flex-basis: 35%;
    max-width: 35%;
  }
  .col-xs-8 {
    flex-basis: 40%;
    max-width: 40%;
  }
  .col-xs-9 {
    flex-basis: 45%;
    max-width: 45%;
  }
  .col-xs-10 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-xs-11 {
    flex-basis: 55%;
    max-width: 55%;
  }
  .col-xs-12 {
    flex-basis: 60%;
    max-width: 60%;
  }
  .col-xs-13 {
    flex-basis: 65%;
    max-width: 65%;
  }
  .col-xs-14 {
    flex-basis: 70%;
    max-width: 70%;
  }
  .col-xs-15 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-xs-16 {
    flex-basis: 80%;
    max-width: 80%;
  }
  .col-xs-17 {
    flex-basis: 85%;
    max-width: 85%;
  }
  .col-xs-18 {
    flex-basis: 90%;
    max-width: 90%;
  }
  .col-xs-19 {
    flex-basis: 95%;
    max-width: 95%;
  }
  .col-xs-20 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-xs-push-0 {
    margin-left: 0;
  }
  .col-xs-push-1 {
    margin-left: 5%;
  }
  .col-xs-push-2 {
    margin-left: 10%;
  }
  .col-xs-push-3 {
    margin-left: 15%;
  }
  .col-xs-push-4 {
    margin-left: 20%;
  }
  .col-xs-push-5 {
    margin-left: 25%;
  }
  .col-xs-push-6 {
    margin-left: 30%;
  }
  .col-xs-push-7 {
    margin-left: 35%;
  }
  .col-xs-push-8 {
    margin-left: 40%;
  }
  .col-xs-push-9 {
    margin-left: 45%;
  }
  .col-xs-push-10 {
    margin-left: 50%;
  }
  .col-xs-push-11 {
    margin-left: 55%;
  }
  .col-xs-push-12 {
    margin-left: 60%;
  }
  .col-xs-push-13 {
    margin-left: 65%;
  }
  .col-xs-push-14 {
    margin-left: 70%;
  }
  .col-xs-push-15 {
    margin-left: 75%;
  }
  .col-xs-push-16 {
    margin-left: 80%;
  }
  .col-xs-push-17 {
    margin-left: 85%;
  }
  .col-xs-push-18 {
    margin-left: 90%;
  }
  .col-xs-push-19 {
    margin-left: 95%;
  }
  .start-xs {
    justify-content: flex-start;
    text-align: start;
  }
  .center-xs {
    justify-content: center;
    text-align: center;
  }
  .end-xs {
    justify-content: flex-end;
    text-align: end;
  }
  .top-xs {
    align-items: flex-start;
  }
  .middle-xs {
    align-items: center;
  }
  .bottom-xs {
    align-items: flex-end;
  }
  .around-xs {
    justify-content: space-around;
  }
  .between-xs {
    justify-content: space-between;
  }
  .first-xs {
    order: -1;
  }
  .last-xs {
    order: 1;
  }
}
@media print, screen and (min-width: 1400px) {
  .col-l {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-l-1 {
    flex-basis: 5%;
    max-width: 5%;
  }
  .col-l-2 {
    flex-basis: 10%;
    max-width: 10%;
  }
  .col-l-3 {
    flex-basis: 15%;
    max-width: 15%;
  }
  .col-l-4 {
    flex-basis: 20%;
    max-width: 20%;
  }
  .col-l-5 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-l-6 {
    flex-basis: 30%;
    max-width: 30%;
  }
  .col-l-7 {
    flex-basis: 35%;
    max-width: 35%;
  }
  .col-l-8 {
    flex-basis: 40%;
    max-width: 40%;
  }
  .col-l-9 {
    flex-basis: 45%;
    max-width: 45%;
  }
  .col-l-10 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-l-11 {
    flex-basis: 55%;
    max-width: 55%;
  }
  .col-l-12 {
    flex-basis: 60%;
    max-width: 60%;
  }
  .col-l-13 {
    flex-basis: 65%;
    max-width: 65%;
  }
  .col-l-14 {
    flex-basis: 70%;
    max-width: 70%;
  }
  .col-l-15 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-l-16 {
    flex-basis: 80%;
    max-width: 80%;
  }
  .col-l-17 {
    flex-basis: 85%;
    max-width: 85%;
  }
  .col-l-18 {
    flex-basis: 90%;
    max-width: 90%;
  }
  .col-l-19 {
    flex-basis: 95%;
    max-width: 95%;
  }
  .col-l-20 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-l-push-0 {
    margin-left: 0;
  }
  .col-l-push-1 {
    margin-left: 5%;
  }
  .col-l-push-2 {
    margin-left: 10%;
  }
  .col-l-push-3 {
    margin-left: 15%;
  }
  .col-l-push-4 {
    margin-left: 20%;
  }
  .col-l-push-5 {
    margin-left: 25%;
  }
  .col-l-push-6 {
    margin-left: 30%;
  }
  .col-l-push-7 {
    margin-left: 35%;
  }
  .col-l-push-8 {
    margin-left: 40%;
  }
  .col-l-push-9 {
    margin-left: 45%;
  }
  .col-l-push-10 {
    margin-left: 50%;
  }
  .col-l-push-11 {
    margin-left: 55%;
  }
  .col-l-push-12 {
    margin-left: 60%;
  }
  .col-l-push-13 {
    margin-left: 65%;
  }
  .col-l-push-14 {
    margin-left: 70%;
  }
  .col-l-push-15 {
    margin-left: 75%;
  }
  .col-l-push-16 {
    margin-left: 80%;
  }
  .col-l-push-17 {
    margin-left: 85%;
  }
  .col-l-push-18 {
    margin-left: 90%;
  }
  .col-l-push-19 {
    margin-left: 95%;
  }
  .start-l {
    justify-content: flex-ltart;
    text-align: start;
  }
  .center-l {
    justify-content: center;
    text-align: center;
  }
  .end-l {
    justify-content: flex-end;
    text-align: end;
  }
  .top-l {
    align-items: flex-ltart;
  }
  .middle-l {
    align-items: center;
  }
  .bottom-l {
    align-items: flex-end;
  }
  .around-l {
    justify-content: space-around;
  }
  .between-l {
    justify-content: space-between;
  }
  .first-l {
    order: -1;
  }
  .last-l {
    order: 1;
  }
}
@media print, screen and (min-width: 1750px) {
  .col-xl {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-xl-1 {
    flex-basis: 5%;
    max-width: 5%;
  }
  .col-xl-2 {
    flex-basis: 10%;
    max-width: 10%;
  }
  .col-xl-3 {
    flex-basis: 15%;
    max-width: 15%;
  }
  .col-xl-4 {
    flex-basis: 20%;
    max-width: 20%;
  }
  .col-xl-5 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-xl-6 {
    flex-basis: 30%;
    max-width: 30%;
  }
  .col-xl-7 {
    flex-basis: 35%;
    max-width: 35%;
  }
  .col-xl-8 {
    flex-basis: 40%;
    max-width: 40%;
  }
  .col-xl-9 {
    flex-basis: 45%;
    max-width: 45%;
  }
  .col-xl-10 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-xl-11 {
    flex-basis: 55%;
    max-width: 55%;
  }
  .col-xl-12 {
    flex-basis: 60%;
    max-width: 60%;
  }
  .col-xl-13 {
    flex-basis: 65%;
    max-width: 65%;
  }
  .col-xl-14 {
    flex-basis: 70%;
    max-width: 70%;
  }
  .col-xl-15 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-xl-16 {
    flex-basis: 80%;
    max-width: 80%;
  }
  .col-xl-17 {
    flex-basis: 85%;
    max-width: 85%;
  }
  .col-xl-18 {
    flex-basis: 90%;
    max-width: 90%;
  }
  .col-xl-19 {
    flex-basis: 95%;
    max-width: 95%;
  }
  .col-xl-20 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-xl-push-0 {
    margin-left: 0;
  }
  .col-xl-push-1 {
    margin-left: 5%;
  }
  .col-xl-push-2 {
    margin-left: 10%;
  }
  .col-xl-push-3 {
    margin-left: 15%;
  }
  .col-xl-push-4 {
    margin-left: 20%;
  }
  .col-xl-push-5 {
    margin-left: 25%;
  }
  .col-xl-push-6 {
    margin-left: 30%;
  }
  .col-xl-push-7 {
    margin-left: 35%;
  }
  .col-xl-push-8 {
    margin-left: 40%;
  }
  .col-xl-push-9 {
    margin-left: 45%;
  }
  .col-xl-push-10 {
    margin-left: 50%;
  }
  .col-xl-push-11 {
    margin-left: 55%;
  }
  .col-xl-push-12 {
    margin-left: 60%;
  }
  .col-xl-push-13 {
    margin-left: 65%;
  }
  .col-xl-push-14 {
    margin-left: 70%;
  }
  .col-xl-push-15 {
    margin-left: 75%;
  }
  .col-xl-push-16 {
    margin-left: 80%;
  }
  .col-xl-push-17 {
    margin-left: 85%;
  }
  .col-xl-push-18 {
    margin-left: 90%;
  }
  .col-xl-push-19 {
    margin-left: 95%;
  }
  .start-xl {
    justify-content: flex-xltart;
    text-align: start;
  }
  .center-xl {
    justify-content: center;
    text-align: center;
  }
  .end-xl {
    justify-content: flex-end;
    text-align: end;
  }
  .top-xl {
    align-items: flex-xltart;
  }
  .middle-xl {
    align-items: center;
  }
  .bottom-xl {
    align-items: flex-end;
  }
  .around-xl {
    justify-content: space-around;
  }
  .between-xl {
    justify-content: space-between;
  }
  .first-xl {
    order: -1;
  }
  .last-xl {
    order: 1;
  }
}
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

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

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

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

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

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

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

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

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

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

[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;
}

.btn-expand {
  position: absolute;
  bottom: 55px;
  right: 20px;
  background: #ff0000;
  border: none;
  outline: none;
}

.fullscreen-carousel {
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background: #000;
}
.fullscreen-carousel .slick-initialized {
  padding: 0;
  height: 100%;
}
.fullscreen-carousel .slick-list, .fullscreen-carousel .slick-track {
  height: 100%;
  outline: none;
}
.fullscreen-carousel .slick-slide {
  outline: none;
}
.fullscreen-carousel .fullscreen-carousel__image {
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.fullscreen-carousel .slick-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 40px;
  width: 50px;
  margin: auto;
  cursor: pointer;
  z-index: 1;
}
.fullscreen-carousel .btn-next {
  right: 15px;
  background: #ff0;
}
.fullscreen-carousel .btn-prev {
  left: 15px;
  background: #f00;
}

.overlay .btn-close, .fullscreen-carousel .btn-close {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  background-color: #fff;
  border: none;
  outline: none;
  z-index: 1;
}

@media print, all and (max-width: 550px) {
  .slick-arrow {
    bottom: 25px;
    top: auto;
  }
}
form ul {
  list-style: none;
  margin: 0 -5px;
  padding: 0;
}
form ul li {
  margin: 0 0 15px 0;
  display: inline;
  float: left;
  width: 50%;
  padding: 0 5px;
}
form ul li.size100 {
  width: 100% !important;
}
form ul li.size75 {
  width: 75% !important;
}
form ul li.size25 {
  width: 25% !important;
}
form ul label {
  display: block;
  margin-bottom: 3px;
}
form ul ul.options {
  margin: 0 0 -15px;
  display: flex;
}
form ul ul.options li {
  width: 50% !important;
  display: block !important;
  float: none !important;
}
form ul ul.options label {
  display: block;
  margin: 0;
}

.error-message {
  text-align: center;
  color: #f00;
  font-weight: bold;
}

.success-message {
  text-align: center;
  padding: 50px 0;
}

input[type=text],
input[type=password],
input[type=email],
textarea {
  background: #b3b3b3;
  border: none;
  color: #5C5F63;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  outline: 0;
  height: 34px;
  padding: 0 10px;
  width: 100%;
  font: inherit;
  -moz-appearance: none;
  border-radius: 0px;
}
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
textarea:focus {
  outline: 0;
  border-color: #b7b7b7;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
}

textarea {
  height: 123px;
  padding: 15px 20px;
}

div.selector {
  line-height: 35px;
  height: 35px;
  position: relative;
  overflow: hidden;
  background: #b5b5b5;
  color: #5c5f63;
  outline: 0;
}
div.selector span {
  text-overflow: ellipsis;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  height: 100%;
  padding: 0 20px 0 10px;
  cursor: pointer;
  width: 100%;
  font: inherit;
}
div.selector span:after {
  content: "";
  position: absolute;
  right: 15px;
  top: 12px;
  border-left: 7px solid rgba(0, 0, 0, 0);
  border-bottom: 7px solid rgba(0, 0, 0, 0.3);
  border-top: 0px;
  border-right: 0px;
  transform: rotate(45deg);
}
div.selector span:before {
  position: absolute;
  content: "";
  right: 0;
  height: 40px;
  width: 40px;
  background: #999a9b;
}
div.selector span:hover:before {
  background: #797b7d;
}
div.selector select {
  background: #fff;
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  border: none;
  background: none;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  width: 100%;
  color: #000;
}
div.selector.focus {
  outline: 0;
  border-color: #b7b7b7;
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
}

div.checker {
  background: #fff;
  border: 1px solid #ddd;
  position: relative;
  margin: -3px 6px 0 0;
  padding: 2px;
  width: 20px;
  height: 20px;
  outline: 0;
}
div.checker span {
  margin: 0;
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
  text-align: center;
  width: 14px;
  height: 14px;
}
div.checker span.checked {
  background: #000;
}
div.checker input {
  opacity: 0;
  border: none;
  background: none;
  display: inline-block;
  zoom: 1;
  width: 20px;
  height: 20px;
}
div.checker.focus {
  outline: 0;
  border-color: #b7b7b7;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
}

div.radio {
  background: #fff;
  border: 1px solid #ddd;
  position: relative;
  margin: -3px 6px 0 0;
  padding: 2px;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  outline: 0;
  display: inline-block;
  vertical-align: middle;
}
div.radio span {
  display: inline-block;
  zoom: 1;
  border-radius: 50%;
  width: 14px;
  height: 14px;
}
div.radio span.checked {
  background: #000;
}
div.radio input {
  opacity: 0;
  border: none;
  background: none;
  display: inline-block;
  zoom: 1;
  text-align: center;
  width: 20px;
  height: 20px;
}
div.radio.focus {
  outline: 0;
  border-color: #b7b7b7;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
}

div.uploader {
  background: #fff;
  padding: 0;
  position: relative;
  overflow: hidden;
  width: 100%;
  outline: 0;
  border: 1px solid #ddd;
  border-radius: 25px;
  line-height: 55px;
  height: 55px;
}
div.uploader span.action {
  line-height: inherit;
  float: right;
  overflow: hidden;
  text-align: center;
  background: #ddd;
  -webkit-font-smoothing: antialiased;
  display: none;
}
div.uploader span.filename {
  text-overflow: ellipsis;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  float: left;
  cursor: default;
  line-height: inherit;
  height: 55px;
  margin: 0;
  padding: 0 0 0 15px;
  width: 100%;
  color: #000;
  opacity: 0.6;
}
div.uploader input {
  opacity: 0;
  border: none;
  background: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}
div.uploader.focus {
  outline: 0;
  border-color: #b7b7b7;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
}

div.btn input {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  border: none;
  height: 100%;
  width: 100%;
}

/* Errors */
li.error input,
li.error textarea,
li.error div.uploader span.filename {
  color: #f00 !important;
}
li.error ::-webkit-input-placeholder {
  color: #f00 !important;
}
li.error :-moz-placeholder {
  color: #f00 !important;
}
li.error ::-moz-placeholder {
  color: #f00 !important;
}
li.error :-ms-input-placeholder {
  color: #f00 !important;
}
li.error div.selector {
  color: #5c5f63;
  border: 1px solid #f00;
}
li.error div.selector span {
  color: #f00;
}
li.error div.checker {
  border: 1px solid #f00;
}
li.error div.radio {
  border: 1px solid #f00;
}
li.error div.uploader {
  border: 1px solid #f00;
  color: #f00;
}
li.error div.uploader span {
  color: #f00;
}

#header {
  padding: 19px 15px 0px;
  z-index: 999;
  left: 0;
  top: 0px;
  width: 100%;
}
#header .inner {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
#header a.logo {
  position: relative;
  display: inline-block;
  text-indent: -999px;
  z-index: 1000;
  padding: 3px 23px 37px 0;
}
#header a.logo img {
  width: auto;
}
#header .container {
  width: 223px;
}
#header .contact {
  display: inline-block;
  list-style-type: none;
  padding: 0;
}
#header .contact li {
  margin: 13px 0;
}
#header .contact a {
  padding: 0;
  color: #c7c7c7;
}
#header .contact a:before {
  content: none;
}
#header .contact a:hover {
  color: #e52525;
}
#header .title span {
  color: #7c7c7c;
  font-size: 18px;
  font-weight: normal;
  font-style: italic;
  margin: 0;
  float: right;
  padding-right: 37%;
}
#header .nav-container {
  padding-top: 25px;
  align-self: normal;
}
@media print, all and (min-width: 1024px) {
  #header .nav-container {
    flex: 1;
  }
  #header .nav-container ul {
    display: flex;
    justify-content: space-between;
  }
}
#header nav {
  margin-bottom: 30px;
}
#header nav ul {
  margin: 0;
  padding: 7px 0 0;
  font-size: 14px;
  line-height: 16px;
}
#header nav li {
  display: inline-block;
}
#header nav a {
  position: relative;
  display: inline;
  float: left;
  color: #909090;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  white-space: nowrap;
}
#header nav a.active {
  color: #e52525;
}
#header nav a:hover {
  color: #fff;
}
#header nav li.active a {
  color: #e52525;
}
#header .btn-open {
  position: absolute;
  display: none;
  right: 20px;
  top: 33px;
  width: 32px;
  height: 25px;
  z-index: 2;
}
#header .btn-open div {
  display: block;
  width: 100%;
  height: 4px;
  margin-bottom: 7px;
  background-color: #fff;
  transform-origin: 0 50%;
  border-radius: 2px;
}
#header .btn-open div:last-child {
  margin-bottom: 0;
}

@media print, all and (max-width: 800px) {
  #header .inner {
    flex-direction: column-reverse;
    padding-top: 117px;
  }
  #header .container {
    align-self: left;
  }
  #header a.logo {
    position: absolute;
    left: 15px;
    top: 25px;
  }
  #header .contact {
    display: flex;
    flex-wrap: wrap;
  }
  #header .contact li {
    width: 40%;
    margin-right: 6%;
  }
  #header .container {
    width: 100%;
  }
  #header .title span {
    float: left;
    margin-bottom: 20px;
  }
}
@media print, all and (max-width: 990px) {
  #header nav ul {
    padding: 0;
  }
}
@media print, all and (max-width: 1020px) {
  #header nav {
    padding: 140px 0 0 0;
    background: #191919;
    position: fixed;
    left: 0;
    top: -110%;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 2;
    transition: top 200ms ease-in;
  }
  #header nav ul {
    padding: 30px 20px;
    text-align: left;
  }
  #header nav ul li {
    display: block;
    margin-bottom: 20px;
  }
  #header nav ul li a {
    font-size: 20px;
    line-height: 20px;
    padding: 15px;
    color: #fff;
    float: none;
  }
  #header .btn-open {
    display: block;
  }
  .mobile-open body {
    overflow: hidden !important;
  }
  .mobile-open #header nav {
    top: 0;
    transition: top 200ms ease-out;
  }
}
.contacts {
  max-width: 1000px;
  margin: 0px auto 40px;
}
.contacts .contact {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.contacts .contact li {
  padding: 5px 25px 25px 25px;
}
.contacts .contact li:last-child {
  padding: 5px 0 25px 25px;
}
@media print, all and (max-width: 500px) {
  .contacts .contact li {
    width: 45%;
    padding: 5px 10px 25px 5px;
  }
  .contacts .contact li:last-child {
    padding: 5px 10px 25px 5px;
  }
}
.contacts .contact li:not(:first-child):not(:last-child) {
  margin: 0 10px 0 0;
}
.contacts .contact li a {
  padding: 0;
}
.contacts .contact li a:before {
  content: none;
}
@media print, all and (max-width: 786px) {
  .contacts .contact {
    justify-content: space-between;
  }
}

.footer {
  display: block;
  background: #d3d3d3;
  margin: 30px 0 0 0;
  padding: 50px 15px 180px 15px;
  box-shadow: inset 0px 16px 37px -10px;
}
.footer a {
  color: #4f4f4f;
}
.footer a:hover {
  color: #000;
}
.footer .footer__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1000px;
  margin: 0 auto;
}
.footer .container span {
  float: right;
}
.footer .terms li {
  margin-bottom: 4px;
  margin-right: 20px;
}
.footer .terms li:last-child {
  margin-bottom: 40px;
}
@media print, all and (max-width: 786px) {
  .footer {
    padding: 50px 15px 50px 15px;
  }
  .footer .container span {
    float: left;
  }
}

[data-youtube] {
  cursor: pointer;
  position: relative;
}
[data-youtube]:after {
  background-position: center;
  background-size: contain;
  height: 40px;
  left: 34%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  /* Custom for each project */
  content: "";
  background-image: url("data:image/png;base64,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");
}
@media all and (max-width: 1000px) {
  [data-youtube]:after {
    left: 50%;
    top: 30%;
  }
}

.video-overlay {
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 98888;
}
.video-overlay .video-container {
  background: #000;
  height: 100%;
  width: 100%;
}
.video-overlay .video-container #video-placeholder {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.video-overlay .btn-close {
  background: transparent;
  background-position: center;
  background-size: contain;
  border: none;
  cursor: pointer;
  height: 30px;
  min-width: auto;
  outline: none;
  padding: 0;
  position: absolute;
  right: 30px;
  top: 30px;
  width: 30px;
  z-index: 1;
  /* Custom for each project */
  background-image: url("data:image/png;base64,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");
}
.video-overlay #controls {
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 2;
}
.video-overlay #controls .button-play-pause {
  background: transparent;
  border: none;
  outline: none;
  position: relative;
}
.video-overlay #controls .button-play-pause .svg-icon {
  cursor: pointer;
  height: 50px;
  left: 30px;
  position: absolute;
  top: 0;
  width: 40px;
  fill: #fff;
}
.video-overlay #controls .button-play-pause .svg-icon:first-child {
  opacity: 0;
}
.video-overlay #controls .timer {
  color: white;
  margin: 6px 0 20px 80px;
}
.video-overlay #controls .progress {
  bottom: 20px;
  height: 20px;
  margin: 0;
  position: absolute;
  right: 40px;
  width: 80%;
}
.video-overlay #controls input[type=range] {
  background-color: #fff;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #139a7b), color-stop(100%, #fff));
  background-image: -webkit-linear-gradient(#139a7b, #fff);
  background-image: -moz-linear-gradient(#139a7b, #fff);
  background-image: -o-linear-gradient(#139a7b, #fff);
  background-image: linear-gradient(#139a7b, #139a7b);
  background-repeat: no-repeat;
  background-size: 50% 100%;
  border-radius: 10px;
  bottom: 4px;
  cursor: pointer;
  height: 6px;
  margin: auto;
  outline: none;
  padding: 0;
  right: 0;
  width: 100%;
  -webkit-appearance: none;
}
.video-overlay #controls input[type=range]::-webkit-slider-runnable-track {
  background: transparent;
  border: none;
  box-shadow: none;
  -webkit-appearance: none;
}
.video-overlay #controls input[type=range]::-moz-range-track {
  background: transparent;
  border: none;
  box-shadow: none;
}
.video-overlay #controls input[type=range]::-moz-focus-outer {
  border: 0;
}
.video-overlay #controls input[type=range]::-webkit-slider-thumb {
  background: #fff;
  border: 0;
  border-radius: 100%;
  box-shadow: 0 0 1px 0px rgba(0, 0, 0, 0.1);
  height: 10px;
  opacity: 0;
  width: 10px;
  -webkit-appearance: none;
}
.video-overlay #controls input[type=range]::-moz-range-thumb {
  background: #fff;
  border: 0;
  border-radius: 100%;
  box-shadow: 0 0 1px 0px rgba(0, 0, 0, 0.1);
  height: 14px;
  width: 14px;
}

@font-face {
  font-family: "AlternateGothic";
  src: url("alternate_gothic_webfont-webfont.woff2") format("woff2"), url("alternate_gothic_webfont-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
html {
  height: 100%;
}

body {
  background: #121212 url("/assets/images/bg.jpg") no-repeat center 507px;
  color: #818181;
  height: 100%;
  font-size: 13px;
  line-height: 1.231;
  font-family: sans-serif;
  font: 13px/16px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  overflow-x: hidden;
}

h1 {
  color: #ffffff;
  font: normal 27px "AlternateGothic", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  margin: 0;
  padding: 0 30px 0 0;
  text-transform: uppercase;
}

h2 {
  color: #ffffff;
  font: normal 27px "AlternateGothic", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  margin: 0;
  padding: 0 30px 0 0;
  text-transform: uppercase;
}

h3 {
  margin: 0;
  color: #e52525;
  text-transform: uppercase;
  font: normal 35px/35px "AlternateGothic", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  border-bottom: 1px solid #e52525;
}

h4 {
  margin: 0 0 20px;
  font: 18px/22px "Arial";
}

p {
  margin: 0 0 15px 0;
}

a {
  position: relative;
  display: inline-block;
  color: #c7c7c7;
  text-decoration: none;
}
a:hover {
  color: #e52525;
}

ul {
  list-style-type: none;
  padding: 0;
}

ul li a {
  padding: 0 0 0 11px;
}
ul li a:before {
  content: "+";
  position: absolute;
  left: 0;
  color: #e12525;
  font-weight: bold;
}

nav {
  margin-bottom: 30px;
}
nav ul {
  margin: 0;
  padding: 7px 0 0;
  font-size: 14px;
  line-height: 16px;
}
nav li {
  display: inline-block;
}
nav li:not(:last-child) {
  margin: 0 27px 0 0;
}
nav a {
  position: relative;
  display: inline;
  float: left;
  text-decoration: none;
  white-space: nowrap;
}

::selection {
  background: #c0ff00;
  color: #000000;
  text-shadow: none;
}

.btn {
  position: relative;
  display: block;
  padding: 0 10px 0 30px;
  line-height: 35px;
  text-align: center;
  font-weight: bold;
  color: #ffffff;
  -webkit-box-shadow: inset 0px 0px 20px 0px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: inset 0px 0px 20px 0px rgba(0, 0, 0, 0.6);
  box-shadow: inset 0px 0px 20px 0px rgba(0, 0, 0, 0.6);
  background: #e52525;
  overflow: hidden;
  transition: all 0.3s;
}
.btn.loading:after {
  content: "";
  position: absolute;
  right: 5px;
  top: 12px;
  width: 16px;
  height: 11px;
  background: url("/assets/images/ajax-loader.gif");
  background-size: contain;
  background-repeat: no-repeat;
}
.btn.grey {
  background: #b6b7b8;
}
.btn span {
  padding: 0 18px;
}
.btn:before {
  content: "+";
  position: absolute;
  left: 0;
  color: #000;
  padding-left: 12px;
  font-weight: bold;
}
.btn .progress-indicator {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: green;
  transform: translateX(-100%);
}
.btn:hover {
  color: #fff;
}

.no-touch .btn:hover {
  background-color: #3d3d3d;
  color: #fff !important;
}
.no-touch .btn:hover:before {
  color: #e52525;
}

.btn-regular {
  padding: 0 0 0 11px;
}
.btn-regular:before {
  content: "+";
  position: absolute;
  left: 0;
  color: #000;
  font-weight: bold;
}
.btn-regular:hover {
  color: #000;
}

.btn-secondary {
  background: #e52525;
  bottom: 40px;
  color: #ffffff;
  display: block;
  font-weight: bold;
  height: 38px;
  left: 50px;
  line-height: 35px;
  padding: 0 10px 0 30px;
  position: absolute;
  text-align: center;
  -webkit-box-shadow: inset 0px 0px 20px 0px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: inset 0px 0px 20px 0px rgba(0, 0, 0, 0.6);
  box-shadow: inset 0px 0px 20px 0px rgba(0, 0, 0, 0.6);
  transition: all 0.3s;
}
.btn-secondary:before {
  content: "+";
  position: absolute;
  left: 0;
  color: #000;
  padding-left: 12px;
  font-weight: bold;
}
.btn-secondary:hover {
  color: #000;
}
.btn-secondary:hover:before {
  color: #e52525;
}

section {
  position: relative;
}

.slider .inner {
  max-width: 560px;
  margin: 0 auto;
  padding: 0 15px;
}
.slider.team {
  height: 261px;
}
.slider.team .person {
  width: 175px;
  padding: 0 15px;
  margin: 0 auto;
}
.slider.team .person .carousel-img {
  padding: 0 0 5px 0;
  width: 151px;
  height: 151px;
  background-color: #c5c5c5;
}
.slider.team .person p {
  margin: 0;
}
.slider.team .person p strong {
  color: #000;
}
.slider.team .person a {
  color: #e52525;
  padding: 0;
}
.slider.team .person a:hover {
  color: #3d3d3d;
}
.slider.team .person a:before {
  content: none;
}
.slider.team .slick-slider {
  padding: 0 70px;
}
.slider .carousel {
  position: relative;
}
.slider .carousel ul {
  padding: 0;
  margin: 0;
}
.slider .carousel ul .carousel-img {
  padding: 0 10px;
}
.slider .carousel .slick-dots {
  padding: 0;
  margin: 25px auto 0;
}
.slider .carousel .slick-dots li {
  display: inline-block;
  margin: 0 3px;
}
.slider .carousel .slick-dots li a {
  display: block;
  width: 12px;
  height: 12px;
  border: 1px solid #f18e39;
  border-radius: 50%;
}
.slider .carousel .slick-dots li.slick-active a {
  background: #f18e39;
}
.slider .carousel .btn-prev {
  position: absolute;
  width: 39px;
  height: 81px;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
  background: url("/assets/images/caroussel_arrows.jpg");
}
.slider .carousel .btn-prev:hover {
  background-position: 0px 81px;
}
.slider .carousel .btn-next {
  position: absolute;
  width: 39px;
  height: 81px;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
  background: url("/assets/images/caroussel_arrows.jpg");
  background-position: -39px 0px;
}
.slider .carousel .btn-next:hover {
  background-position: -39px 81px;
}

.form {
  overflow: hidden;
}
.form form {
  position: relative;
  z-index: 999;
  max-width: 400px;
  margin: 0 auto;
}
.form form ul li {
  width: auto;
}
.form li.submit {
  text-align: center;
}

form {
  margin-bottom: 100px;
}

form ul li {
  width: auto;
}

.categories .container {
  background-color: #cecece;
  width: 100%;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.categories .container h2 {
  color: #000;
  margin-bottom: 15px;
  font-size: 30px;
}
.categories .container form {
  margin-bottom: 0;
  width: 100%;
}
.categories .container form label {
  position: relative;
  top: 8px;
  display: inline-block;
  width: 100px;
  color: #818181;
  font-weight: bold;
  vertical-align: top;
}
.categories .container form .selector {
  display: inline-block;
  width: 100% !important;
}
.categories .categories__inner {
  padding: 50px 15px;
  max-width: 1030px;
  margin: 0 auto;
}
.categories .categories__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.categories .categories__list .categories__list-item:nth-child(1) img {
  position: absolute;
  left: -30px;
  top: -60px;
}
.categories .categories__list .categories__list-item:nth-child(2) img {
  position: absolute;
  left: 45px;
  top: -20px;
}
.categories .categories__list .categories__list-item:nth-child(3) img {
  position: absolute;
  left: 20px;
  top: -20px;
  z-index: 1;
}
.categories .categories__list .categories__list-item:nth-child(5) img {
  position: absolute;
  left: 83px;
  top: -13px;
}
.categories .categories__list .categories__list-item:nth-child(6) img {
  position: absolute;
  left: -1px;
  top: -50px;
}
.categories .categories__list .categories__list-item:nth-child(7) img {
  position: absolute;
  left: 70px;
  top: -10px;
}
.categories .categories__list-item {
  position: relative;
  padding-top: 255px;
  width: 33.33%;
  min-width: 320px;
  height: 452px;
  background-image: url("/assets/images/categories_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom: 2px solid #1f1f20;
  cursor: pointer;
}
.categories .categories__list-item:hover h3 {
  color: #fff;
  border-bottom: 1px solid #fff;
}
.categories .categories__list-item:hover .btn-secondary {
  background-color: #fff;
  color: #000;
}
.categories .categories__list-item:hover .btn-secondary:before {
  color: #e52525;
}
.categories .categories__list-item:hover img {
  transform: translateY(-20px);
  transition: transform 0.2s ease-in;
}
.categories .categories__list-item img {
  width: auto;
  transition: transform 0.8s ease-out;
}
.categories .categories__list-item h3 {
  position: absolute;
  bottom: 210px;
  left: 0;
  right: 0;
  margin: auto;
  width: 232px;
  padding: 0 0 5px 0;
  transition: all 0.3s;
}
.categories .categories__list-item p {
  width: 232px;
  margin: 0 auto;
}
.categories .categories__list-item:nth-child(2), .categories .categories__list-item:nth-child(5) {
  border-left: 2px solid #1f1f20;
  border-right: 2px solid #1f1f20;
}
.categories .wrapper {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 40px 50px;
}
.categories .wrapper form ul li {
  display: flex;
  float: none;
}
.categories .equipment {
  width: 50%;
}
.categories .equipment h2 {
  position: relative;
  left: 30px;
  z-index: 1;
}
.categories .equipment #show-cart .price strong {
  float: left;
}
.categories .equipment #show-cart tr:last-child {
  border: none;
}
.categories .equipment .checkout {
  margin-top: 20px;
  border-top: 2px solid #000;
}
.categories .equipment .cart {
  margin: -33px 0 0 0;
  padding: 25px 30px 50px 30px;
  background: #e9e9e9;
  border: 1px solid #b3b3b3;
}
.categories .equipment .cart table {
  width: 100%;
}
.categories .equipment .cart td {
  padding: 10px 10px 10px 0;
  margin-bottom: 10px;
}
.categories .equipment .cart td:last-child {
  padding: 10px 0;
}
.categories .equipment .cart tr {
  border-bottom: 1px solid rgba(199, 199, 199, 0.68);
}
.categories .equipment .cart .price {
  color: #000;
}
.categories .equipment .cart .price strong {
  float: right;
}
.categories .equipment .cart .btn-delete {
  width: 12px;
  height: 15px;
  vertical-align: bottom;
}
.categories .equipment .cart ul li {
  display: inline-block;
  padding: 12px 0;
  color: #000;
  font-weight: bold;
}
.categories .equipment .cart ul li:last-child {
  float: right;
}
.categories .equipment .cart .btn {
  display: inline-block;
  float: right;
}
.categories .equipment .cart .title {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transform: translateZ(0);
}
@media print, all and (max-width: 450px) {
  .categories .equipment .cart {
    margin: -33px -21px -21px -21px;
  }
}
.categories .personal-quote {
  width: 50%;
  display: none;
}
.categories .personal-quote h2 {
  position: relative;
  left: 30px;
  z-index: 1;
}
.categories .personal-quote .cart {
  margin: -33px 0 0 0;
  padding: 25px 30px 0px 30px;
  background: #e9e9e9;
  border: 1px solid #b3b3b3;
}
.categories .personal-quote .cart table {
  width: 100%;
}
.categories .personal-quote .cart td {
  padding: 10px 10px 10px 0;
}
.categories .personal-quote .cart tr {
  border-bottom: 1px dotted #5a5959;
}
.categories .personal-quote .cart .price {
  color: #000;
}
.categories .personal-quote .cart .btn-delete {
  width: 12px;
  height: 15px;
  vertical-align: bottom;
}
.categories .personal-quote .cart ul {
  margin-top: 20px;
}
.categories .personal-quote .cart li {
  width: 100%;
}
.categories .personal-quote .cart li label {
  margin-right: 30px;
  font-weight: normal;
}
.categories .personal-quote .cart li .quantity {
  display: inline-block;
}
.categories .personal-quote .cart ul li {
  display: inline-block;
  color: #000;
  font-weight: bold;
}
.categories .personal-quote .cart ul li:last-child {
  float: right;
}
.categories .personal-quote .cart .btn {
  display: inline-block;
  float: right;
}
.categories .personal-quote .cart a {
  color: #e52525;
  margin-top: 30px;
}
.categories .personal-quote .cart a:hover {
  color: #fff;
}
.categories .personal-quote .cart .submit {
  margin-top: 20px;
  width: auto;
}
.categories .personal-quote .cart form input[type=text] {
  width: 100%;
  margin-top: 10px;
}
.categories .personal-quote .cart form .selector {
  margin-top: 10px;
}
@media print, all and (max-width: 450px) {
  .categories .personal-quote .cart td {
    display: block;
  }
}
.categories .quantity {
  position: relative;
  width: 50px;
}
.categories .quantity input[type=number]::-webkit-inner-spin-button,
.categories .quantity input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.categories .quantity input[type=number] {
  -moz-appearance: textfield;
}
.categories .quantity input {
  width: 41px;
  height: 30px;
  line-height: 30px;
  display: block;
  text-align: center;
  border: 1px solid #eee;
}
.categories .quantity div {
  position: absolute;
  height: 15px;
  width: 15px;
  right: 0;
  top: 0;
  cursor: pointer;
  border: 1px solid #eee;
  text-align: center;
  line-height: 12px;
  user-select: none;
  color: #fff;
  background: #b2b3b4;
}
.categories .quantity div.quantity-down {
  top: 50%;
}
.categories .products {
  display: none;
  padding: 40px 50px;
  background: #9d9f9e;
}
.categories .products .selector {
  background: #8b8d8c;
}
.categories .products .selector span:before {
  background: #7c7e7f;
}
.categories .products .selector span:after {
  border-bottom: 7px solid #fff;
}
.categories .products table {
  text-align: left;
  width: 100%;
  color: #3c3c3c;
  margin-top: 30px;
}
.categories .products table form ul li {
  margin: 0;
}
.categories .products table .actions {
  width: 234px;
}
.categories .products table .actions .selector, .categories .products table .actions .btn {
  display: inline-block;
  vertical-align: top;
}
.categories .products table .actions .selector {
  width: 160px !important;
}
.categories .products table .actions .btn {
  float: right;
}
.categories .products table .price-disclaimer {
  position: relative;
  color: #818181;
}
.categories .products table .price-disclaimer span {
  position: absolute;
  top: -36px;
  white-space: nowrap;
  font-size: 11px;
  font-style: italic;
}
.categories .products td:not(:last-child) {
  padding-right: 20px;
}
.categories .products td:not(:first-child) {
  border-bottom: 1px solid #888888;
}
.categories .products td {
  padding-top: 10px;
  padding-bottom: 10px;
}
.categories .products td .disclaimer {
  display: block;
  padding-top: 5px;
  font-style: italic;
  font-size: 12px;
  color: #5c5f63;
}
.categories .products img {
  width: 51px;
  height: 40px;
}
.categories .products .price {
  color: #000;
}
@media print, all and (max-width: 700px) {
  .categories .products td {
    display: block;
  }
  .categories .products tr {
    display: block;
  }
  .categories .products td:not(:last-child) {
    border-bottom: 0;
  }
  .categories .products table .actions {
    width: 100%;
    display: flex;
  }
  .categories .products table .actions .selector {
    width: calc(100% - 65px) !important;
    margin-right: 10px;
  }
}
.categories .btn-download {
  float: left;
  margin-right: 25px;
  margin-bottom: 20px;
  color: #fff;
  background: #b5b7b7;
  font-weight: bold;
  height: 35px;
  line-height: 35px;
  padding: 0px 20px;
}
.categories .btn-close {
  position: absolute;
  top: 20px;
  right: 50px;
  font-size: 11px;
  font-style: italic;
  outline: none;
  border: none;
  background: transparent;
  color: #5c5f63;
}
.categories .btn-close:hover {
  color: #000000;
}
.categories .btn-close span {
  color: #f00;
}
@media print, all and (max-width: 900px) {
  .categories .btn-close {
    position: fixed;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    background-color: #fff;
    font-size: 0;
    z-index: 999;
  }
  .categories .btn-close:after {
    content: "x";
    font-size: 20px;
    color: #000;
    font-style: normal;
  }
}
@media print, all and (max-width: 900px) {
  .categories .equipment {
    width: 100%;
  }
  .categories .personal-quote {
    width: 100%;
  }
  .categories .wrapper {
    padding: 40px 20px;
    width: 100%;
  }
  .categories .form {
    width: 100%;
    margin-bottom: 50px;
  }
  .categories .form form {
    max-width: none;
  }
  .categories .form form input[type=text] {
    width: 100%;
  }
  .categories .btn-download {
    margin-right: 5px;
  }
}
@media print, all and (max-width: 450px) {
  .categories .products {
    padding: 40px 20px;
  }
  .categories .products td {
    display: inline-block;
  }
  .categories .products td:first-child {
    width: 23%;
  }
  .categories .products td:nth-child(2) {
    width: 50%;
  }
  .categories .products td:nth-child(3) {
    width: 24%;
    padding-right: 0;
  }
  .categories .products td:nth-child(3) strong {
    float: right;
  }
  .categories .products td:last-child {
    float: right;
  }
  .categories .products .actions {
    display: flex;
  }
}
@media print, all and (max-width: 450px) {
  .categories .categories__list .categories__list-item:nth-child(1) img {
    left: 20px;
    top: -10px;
    width: 80%;
    height: auto;
  }
  .categories .categories__list .categories__list-item:nth-child(3) img {
    left: 20px;
    top: 20px;
    width: 80%;
    height: auto;
  }
  .categories .categories__list .categories__list-item:nth-child(6) img {
    left: 30px;
    top: -10px;
    width: 80%;
    height: auto;
  }
}
@media print, all and (max-width: 1004px) {
  .categories .container {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow-y: auto;
  }
}

.content {
  max-width: 1030px;
  padding: 25px 15px;
  margin: 0 auto;
  /*
  &:after {
    content: '';
    position: absolute;
    height: 87px;
    width: calc(100% - 30px);
    bottom: -62px;
    background-size: contain;
    background-image: url('/assets/images/content_top_shadow.png');
    background-repeat: no-repeat;
  }
  */
}
.content.banner {
  padding-bottom: 0;
}

.box-shadow {
  padding: 30px 0;
  background-color: #fff;
  -webkit-box-shadow: inset 2px 3px 67px -9px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: inset 2px 3px 67px -9px rgba(0, 0, 0, 0.75);
  box-shadow: inset 2px 3px 67px -9px rgba(0, 0, 0, 0.75);
}

.box-text {
  padding: 30px 50px;
}
.box-text h2 {
  color: #000;
  font-size: 50px;
  margin-bottom: 15px;
}
.box-text ul {
  list-style-type: circle;
  padding: 0 0 0 20px;
  padding-bottom: 10px;
}
.box-text .downloads {
  padding: 0;
}
@media print, all and (max-width: 500px) {
  .box-text {
    padding: 10px 20px;
  }
}

.tabBox.team .box-shadow {
  padding-bottom: 0;
}
.tabBox.team .tabItem {
  display: block;
}
.tabBox .tabList {
  display: flex;
  justify-content: space-between;
  width: 100%;
  background-color: #000;
  flex-wrap: wrap;
  border-top: 2px solid #525252;
}
.tabBox .tabList li {
  flex-grow: 1;
}
.tabBox .slick-dots {
  position: absolute;
  right: 20px;
  bottom: 10px;
}
.tabBox .slick-dots li {
  display: inline-block;
  margin: 0 2px;
}
.tabBox .slick-dots li button {
  border: none;
  background: #6f6f6e;
  height: 10px;
  width: 10px;
  border-radius: 5px;
  text-indent: -999px;
  padding: 0;
  overflow: hidden;
}
.tabBox .slick-dots li.slick-active button {
  background: #f00;
}
.tabBox .tabItem {
  display: flex;
}
.tabBox .tabItem.active {
  visibility: visible;
  opacity: 1;
  height: auto;
}
.tabBox .tabItem.box-shadow {
  padding: 0;
}
.tabBox:not(.slick) .tabItem:not(.active) {
  visibility: hidden;
  opacity: 0;
  height: 0;
}
.tabBox.default {
  background-color: #000;
}
.tabBox .tabItem__content {
  padding: 35px 50px 0;
  background: black;
  width: 350px;
  min-width: 350px;
}
.tabBox h3 {
  margin-bottom: 20px;
}
.tabBox img {
  width: 100%;
  align-self: center;
}
.tabBox button {
  padding: 10px 20px 10px 20px;
  width: 100%;
  outline: none;
  border: none;
  background: transparent;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
}
.tabBox button.active {
  background: #e52525;
  color: #ffffff;
  -webkit-box-shadow: inset 0px 0px 20px 0px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: inset 0px 0px 20px 0px rgba(0, 0, 0, 0.6);
  box-shadow: inset 0px 0px 20px 0px rgba(0, 0, 0, 0.6);
}
.tabBox button.active:hover {
  color: #fff;
}
.tabBox button:hover {
  color: #e52525;
}
.tabBox.map {
  padding: 10px 10px 0 10px;
  background: #1d1d1e;
}
.tabBox.map .tabList {
  background-color: #1d1d1e;
}
.tabBox.map .tabItem__content {
  width: 260px;
  padding: 40px 15px 40px 40px;
  background-color: #282828;
}
.tabBox.map h2 {
  margin-bottom: 15px;
}
.tabBox .google-map {
  width: 720px;
  height: 400px;
}
@media print, all and (max-width: 1000px) {
  .tabBox .tabItem {
    flex-wrap: wrap;
  }
  .tabBox .tabItem__content {
    padding: 30px;
  }
  .tabBox img {
    width: 100%;
    height: auto;
  }
  .tabBox .google-map {
    width: 100%;
  }
  .tabBox.map .tabItem__content {
    width: 100%;
  }
}

.no-scroll {
  overflow: hidden;
}

#modal {
  display: none;
  position: fixed;
  z-index: 1000;
  padding-top: 60px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.8);
}

#modal img {
  transition: 0.3s;
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

#modal span {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #bbb;
  font-size: 50px;
  font-weight: bold;
  transition: 0.3s;
}

#modal span:hover,
#modal span:focus {
  color: #f1f1f1;
  text-decoration: none;
  cursor: pointer;
}

.link-blocks {
  padding-bottom: 0;
}
.link-blocks ul {
  display: flex;
  justify-content: flex-start;
  padding: 25px 0px 0 10px;
  margin: -10px;
  flex-wrap: wrap;
}
.link-blocks ul li {
  position: relative;
  padding: 10px;
  flex: 1;
}
.link-blocks ul li h2 {
  color: #e52525;
  white-space: nowrap;
  transition: color 0.3s ease-out;
}
.link-blocks ul li a {
  margin-top: 5px;
}
.link-blocks ul li > button, .link-blocks ul li > a {
  position: unset;
  margin: 0;
  opacity: 0;
  height: 15px;
  display: block;
}
.link-blocks ul li > button:before, .link-blocks ul li > a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.link-blocks ul li:hover h2 {
  color: #fff;
}
@media print, all and (max-width: 374px) {
  .link-blocks ul li {
    min-width: 100%;
  }
}

.page-lites {
  margin: 0 auto;
  background: url("/../../assets/images/header.jpg") no-repeat center top;
}
@media print, all and (max-width: 800px) {
  .page-lites {
    background: url("/../../assets/images/header.jpg") no-repeat right -312px top;
  }
}
