/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

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

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

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

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

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

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

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

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

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

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

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

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

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #fff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #337ab7;
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: none;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

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

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role=button] {
  cursor: pointer;
}

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

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

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

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

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #777777;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 2px;
  padding-right: 2px;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 600px) {
  .container {
    width: 590px;
  }
}
@media (min-width: 768px) {
  .container {
    width: 740px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 952px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1024px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 2px;
  padding-right: 2px;
}
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -2px;
  margin-right: -2px;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 2px;
  padding-right: 2px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.3333333333%;
}

.col-xs-2 {
  width: 16.6666666667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.3333333333%;
}

.col-xs-5 {
  width: 41.6666666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.3333333333%;
}

.col-xs-8 {
  width: 66.6666666667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.3333333333%;
}

.col-xs-11 {
  width: 91.6666666667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.3333333333%;
}

.col-xs-pull-2 {
  right: 16.6666666667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.3333333333%;
}

.col-xs-pull-5 {
  right: 41.6666666667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.3333333333%;
}

.col-xs-pull-8 {
  right: 66.6666666667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.3333333333%;
}

.col-xs-pull-11 {
  right: 91.6666666667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.3333333333%;
}

.col-xs-push-2 {
  left: 16.6666666667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.3333333333%;
}

.col-xs-push-5 {
  left: 41.6666666667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.3333333333%;
}

.col-xs-push-8 {
  left: 66.6666666667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.3333333333%;
}

.col-xs-push-11 {
  left: 91.6666666667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

/* Phone Landscape grid */
@media (min-width: 480px) {
  .col-ls-1, .col-ls-2, .col-ls-3, .col-ls-4, .col-ls-5, .col-ls-6, .col-ls-7, .col-ls-8, .col-ls-9, .col-ls-10, .col-ls-11, .col-ls-12 {
    float: left;
  }
  .col-ls-1 {
    width: 8.3333333333%;
  }
  .col-ls-2 {
    width: 16.6666666667%;
  }
  .col-ls-3 {
    width: 25%;
  }
  .col-ls-4 {
    width: 33.3333333333%;
  }
  .col-ls-5 {
    width: 41.6666666667%;
  }
  .col-ls-6 {
    width: 50%;
  }
  .col-ls-7 {
    width: 58.3333333333%;
  }
  .col-ls-8 {
    width: 66.6666666667%;
  }
  .col-ls-9 {
    width: 75%;
  }
  .col-ls-10 {
    width: 83.3333333333%;
  }
  .col-ls-11 {
    width: 91.6666666667%;
  }
  .col-ls-12 {
    width: 100%;
  }
  .col-ls-pull-0 {
    right: auto;
  }
  .col-ls-pull-1 {
    right: 8.3333333333%;
  }
  .col-ls-pull-2 {
    right: 16.6666666667%;
  }
  .col-ls-pull-3 {
    right: 25%;
  }
  .col-ls-pull-4 {
    right: 33.3333333333%;
  }
  .col-ls-pull-5 {
    right: 41.6666666667%;
  }
  .col-ls-pull-6 {
    right: 50%;
  }
  .col-ls-pull-7 {
    right: 58.3333333333%;
  }
  .col-ls-pull-8 {
    right: 66.6666666667%;
  }
  .col-ls-pull-9 {
    right: 75%;
  }
  .col-ls-pull-10 {
    right: 83.3333333333%;
  }
  .col-ls-pull-11 {
    right: 91.6666666667%;
  }
  .col-ls-pull-12 {
    right: 100%;
  }
  .col-ls-push-0 {
    left: auto;
  }
  .col-ls-push-1 {
    left: 8.3333333333%;
  }
  .col-ls-push-2 {
    left: 16.6666666667%;
  }
  .col-ls-push-3 {
    left: 25%;
  }
  .col-ls-push-4 {
    left: 33.3333333333%;
  }
  .col-ls-push-5 {
    left: 41.6666666667%;
  }
  .col-ls-push-6 {
    left: 50%;
  }
  .col-ls-push-7 {
    left: 58.3333333333%;
  }
  .col-ls-push-8 {
    left: 66.6666666667%;
  }
  .col-ls-push-9 {
    left: 75%;
  }
  .col-ls-push-10 {
    left: 83.3333333333%;
  }
  .col-ls-push-11 {
    left: 91.6666666667%;
  }
  .col-ls-push-12 {
    left: 100%;
  }
  .col-ls-offset-0 {
    margin-left: 0%;
  }
  .col-ls-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-ls-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-ls-offset-3 {
    margin-left: 25%;
  }
  .col-ls-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-ls-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-ls-offset-6 {
    margin-left: 50%;
  }
  .col-ls-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-ls-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-ls-offset-9 {
    margin-left: 75%;
  }
  .col-ls-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-ls-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-ls-offset-12 {
    margin-left: 100%;
  }
}
/* Small tablet grid */
@media (min-width: 600px) {
  .col-ts-1, .col-ts-2, .col-ts-3, .col-ts-4, .col-ts-5, .col-ts-6, .col-ts-7, .col-ts-8, .col-ts-9, .col-ts-10, .col-ts-11, .col-ts-12 {
    float: left;
  }
  .col-ts-1 {
    width: 8.3333333333%;
  }
  .col-ts-2 {
    width: 16.6666666667%;
  }
  .col-ts-3 {
    width: 25%;
  }
  .col-ts-4 {
    width: 33.3333333333%;
  }
  .col-ts-5 {
    width: 41.6666666667%;
  }
  .col-ts-6 {
    width: 50%;
  }
  .col-ts-7 {
    width: 58.3333333333%;
  }
  .col-ts-8 {
    width: 66.6666666667%;
  }
  .col-ts-9 {
    width: 75%;
  }
  .col-ts-10 {
    width: 83.3333333333%;
  }
  .col-ts-11 {
    width: 91.6666666667%;
  }
  .col-ts-12 {
    width: 100%;
  }
  .col-ts-pull-0 {
    right: auto;
  }
  .col-ts-pull-1 {
    right: 8.3333333333%;
  }
  .col-ts-pull-2 {
    right: 16.6666666667%;
  }
  .col-ts-pull-3 {
    right: 25%;
  }
  .col-ts-pull-4 {
    right: 33.3333333333%;
  }
  .col-ts-pull-5 {
    right: 41.6666666667%;
  }
  .col-ts-pull-6 {
    right: 50%;
  }
  .col-ts-pull-7 {
    right: 58.3333333333%;
  }
  .col-ts-pull-8 {
    right: 66.6666666667%;
  }
  .col-ts-pull-9 {
    right: 75%;
  }
  .col-ts-pull-10 {
    right: 83.3333333333%;
  }
  .col-ts-pull-11 {
    right: 91.6666666667%;
  }
  .col-ts-pull-12 {
    right: 100%;
  }
  .col-ts-push-0 {
    left: auto;
  }
  .col-ts-push-1 {
    left: 8.3333333333%;
  }
  .col-ts-push-2 {
    left: 16.6666666667%;
  }
  .col-ts-push-3 {
    left: 25%;
  }
  .col-ts-push-4 {
    left: 33.3333333333%;
  }
  .col-ts-push-5 {
    left: 41.6666666667%;
  }
  .col-ts-push-6 {
    left: 50%;
  }
  .col-ts-push-7 {
    left: 58.3333333333%;
  }
  .col-ts-push-8 {
    left: 66.6666666667%;
  }
  .col-ts-push-9 {
    left: 75%;
  }
  .col-ts-push-10 {
    left: 83.3333333333%;
  }
  .col-ts-push-11 {
    left: 91.6666666667%;
  }
  .col-ts-push-12 {
    left: 100%;
  }
  .col-ts-offset-0 {
    margin-left: 0%;
  }
  .col-ts-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-ts-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-ts-offset-3 {
    margin-left: 25%;
  }
  .col-ts-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-ts-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-ts-offset-6 {
    margin-left: 50%;
  }
  .col-ts-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-ts-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-ts-offset-9 {
    margin-left: 75%;
  }
  .col-ts-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-ts-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-ts-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-1 {
    width: 8.3333333333%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.3333333333%;
  }
  .col-sm-push-2 {
    left: 16.6666666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.3333333333%;
  }
  .col-sm-push-5 {
    left: 41.6666666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.3333333333%;
  }
  .col-sm-push-8 {
    left: 66.6666666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.3333333333%;
  }
  .col-sm-push-11 {
    left: 91.6666666667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-1 {
    width: 8.3333333333%;
  }
  .col-md-2 {
    width: 16.6666666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.3333333333%;
  }
  .col-md-5 {
    width: 41.6666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.3333333333%;
  }
  .col-md-8 {
    width: 66.6666666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.3333333333%;
  }
  .col-md-11 {
    width: 91.6666666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.3333333333%;
  }
  .col-md-pull-2 {
    right: 16.6666666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.3333333333%;
  }
  .col-md-pull-5 {
    right: 41.6666666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.3333333333%;
  }
  .col-md-pull-8 {
    right: 66.6666666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.3333333333%;
  }
  .col-md-pull-11 {
    right: 91.6666666667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.3333333333%;
  }
  .col-md-push-2 {
    left: 16.6666666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.3333333333%;
  }
  .col-md-push-5 {
    left: 41.6666666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.3333333333%;
  }
  .col-md-push-8 {
    left: 66.6666666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.3333333333%;
  }
  .col-md-push-11 {
    left: 91.6666666667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-1 {
    width: 8.3333333333%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.3333333333%;
  }
  .col-lg-pull-2 {
    right: 16.6666666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.3333333333%;
  }
  .col-lg-pull-5 {
    right: 41.6666666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.3333333333%;
  }
  .col-lg-pull-8 {
    right: 66.6666666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.3333333333%;
  }
  .col-lg-pull-11 {
    right: 91.6666666667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.3333333333%;
  }
  .col-lg-push-2 {
    left: 16.6666666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.3333333333%;
  }
  .col-lg-push-5 {
    left: 41.6666666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.3333333333%;
  }
  .col-lg-push-8 {
    left: 66.6666666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.3333333333%;
  }
  .col-lg-push-11 {
    left: 91.6666666667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1440px) {
  .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
    float: left;
  }
  .col-xl-1 {
    width: 8.3333333333%;
  }
  .col-xl-2 {
    width: 16.6666666667%;
  }
  .col-xl-3 {
    width: 25%;
  }
  .col-xl-4 {
    width: 33.3333333333%;
  }
  .col-xl-5 {
    width: 41.6666666667%;
  }
  .col-xl-6 {
    width: 50%;
  }
  .col-xl-7 {
    width: 58.3333333333%;
  }
  .col-xl-8 {
    width: 66.6666666667%;
  }
  .col-xl-9 {
    width: 75%;
  }
  .col-xl-10 {
    width: 83.3333333333%;
  }
  .col-xl-11 {
    width: 91.6666666667%;
  }
  .col-xl-12 {
    width: 100%;
  }
  .col-xl-pull-0 {
    right: auto;
  }
  .col-xl-pull-1 {
    right: 8.3333333333%;
  }
  .col-xl-pull-2 {
    right: 16.6666666667%;
  }
  .col-xl-pull-3 {
    right: 25%;
  }
  .col-xl-pull-4 {
    right: 33.3333333333%;
  }
  .col-xl-pull-5 {
    right: 41.6666666667%;
  }
  .col-xl-pull-6 {
    right: 50%;
  }
  .col-xl-pull-7 {
    right: 58.3333333333%;
  }
  .col-xl-pull-8 {
    right: 66.6666666667%;
  }
  .col-xl-pull-9 {
    right: 75%;
  }
  .col-xl-pull-10 {
    right: 83.3333333333%;
  }
  .col-xl-pull-11 {
    right: 91.6666666667%;
  }
  .col-xl-pull-12 {
    right: 100%;
  }
  .col-xl-push-0 {
    left: auto;
  }
  .col-xl-push-1 {
    left: 8.3333333333%;
  }
  .col-xl-push-2 {
    left: 16.6666666667%;
  }
  .col-xl-push-3 {
    left: 25%;
  }
  .col-xl-push-4 {
    left: 33.3333333333%;
  }
  .col-xl-push-5 {
    left: 41.6666666667%;
  }
  .col-xl-push-6 {
    left: 50%;
  }
  .col-xl-push-7 {
    left: 58.3333333333%;
  }
  .col-xl-push-8 {
    left: 66.6666666667%;
  }
  .col-xl-push-9 {
    left: 75%;
  }
  .col-xl-push-10 {
    left: 83.3333333333%;
  }
  .col-xl-push-11 {
    left: 91.6666666667%;
  }
  .col-xl-push-12 {
    left: 100%;
  }
  .col-xl-offset-0 {
    margin-left: 0%;
  }
  .col-xl-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-xl-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-xl-offset-3 {
    margin-left: 25%;
  }
  .col-xl-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-xl-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-xl-offset-6 {
    margin-left: 50%;
  }
  .col-xl-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-xl-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-xl-offset-9 {
    margin-left: 75%;
  }
  .col-xl-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-xl-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-xl-offset-12 {
    margin-left: 100%;
  }
}
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
.visible-xs {
  display: none !important;
}

.visible-ls {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-ls-block,
.visible-ls-inline,
.visible-ls-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 480px) and (max-width: 599px) {
  .visible-ls {
    display: block !important;
  }
  table.visible-ls {
    display: table !important;
  }
  tr.visible-ls {
    display: table-row !important;
  }
  th.visible-ls,
  td.visible-ls {
    display: table-cell !important;
  }
}
@media (min-width: 480px) and (max-width: 599px) {
  .visible-ls-block {
    display: block !important;
  }
}

@media (min-width: 480px) and (max-width: 599px) {
  .visible-ls-inline {
    display: inline !important;
  }
}

@media (min-width: 480px) and (max-width: 599px) {
  .visible-ls-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}
@media (min-width:480px) and (max-width:599px) {
  .hidden-ls {
    display: none !important;
  }
}
@media (min-width:480px) {
  .hidden-ls-lg {
    display: none !important;
  }
}
@media (max-width:599px) {
  .hidden-xs-ls {
    display: none !important;
  }
}
@media (max-width:767px) {
  .hidden-xs-ts {
    display: none !important;
  }
}
@media (max-width:991px) {
  .hidden-xs-sm {
    display: none !important;
  }
}
@media (min-width:600px) and (max-width:767px) {
  .hidden-ts {
    display: none !important;
  }
}
@media (min-width:600px) {
  .hidden-ts-lg {
    display: none !important;
  }
}
@media (min-width:768px) and (max-width:991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width:768px) {
  .hidden-sm-lg {
    display: none !important;
  }
}
@media (min-width:992px) and (max-width:1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width:992px) {
  .hidden-md-lg {
    display: none !important;
  }
}
.hidden-on-ts, .hidden-on-sm, .hidden-on-md, .hidden-on-md-in, .hidden-on-md-inb {
  display: none;
}

@media (min-width:600px) {
  .hidden-on-ts {
    display: block;
  }
}
@media (min-width:768px) {
  .hidden-on-sm {
    display: block;
  }
}
@media (min-width:992px) {
  .hidden-on-md {
    display: block;
  }
  .hidden-on-md-inb {
    display: inline-block;
  }
  .hidden-on-md-in {
    display: inline;
  }
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

@font-face {
  font-family: "BYD icons";
  src: url("/fonts/BYD-icons.eot?7f3uv5");
  src: url("/fonts/BYD-icons.eot?7f3uv5#iefix") format("embedded-opentype"), url("/fonts/BYD-icons.ttf?7f3uv5") format("truetype"), url("/fonts/BYD-icons.woff?7f3uv5") format("woff"), url("/fonts/BYD-icons.svg?7f3uv5#icomoon") format("svg");
  font-weight: 400;
  font-style: normal;
}
.mobile-tablet-small-only {
  display: none;
}
@media (min-width: 0px) {
  .mobile-tablet-small-only {
    display: block;
  }
}
@media (min-width: 600px) {
  .mobile-tablet-small-only {
    display: none;
  }
}

.mobile-tablet-small-only-ib {
  display: none;
}
@media (min-width: 0px) {
  .mobile-tablet-small-only-ib {
    display: inline-block;
  }
}
@media (min-width: 600px) {
  .mobile-tablet-small-only-ib {
    display: none;
  }
}

.mobile-tablet-small-only-i {
  display: none;
}
@media (min-width: 0px) {
  .mobile-tablet-small-only-i {
    display: inline;
  }
}
@media (min-width: 600px) {
  .mobile-tablet-small-only-i {
    display: none;
  }
}

.mobile-tablet-small-only-f {
  display: none;
}
@media (min-width: 0px) {
  .mobile-tablet-small-only-f {
    display: flex;
  }
}
@media (min-width: 600px) {
  .mobile-tablet-small-only-f {
    display: none;
  }
}

.mobile-tablet-small-only-t {
  display: none;
}
@media (min-width: 0px) {
  .mobile-tablet-small-only-t {
    display: table;
  }
}
@media (min-width: 600px) {
  .mobile-tablet-small-only-t {
    display: none;
  }
}

.mobile-tablet-small-only-tc {
  display: none;
}
@media (min-width: 0px) {
  .mobile-tablet-small-only-tc {
    display: table-cell;
  }
}
@media (min-width: 600px) {
  .mobile-tablet-small-only-tc {
    display: none;
  }
}

.mobile-tablet-small-only-tr {
  display: none;
}
@media (min-width: 0px) {
  .mobile-tablet-small-only-tr {
    display: table-row;
  }
}
@media (min-width: 600px) {
  .mobile-tablet-small-only-tr {
    display: none;
  }
}

.mobile-tablet-only {
  display: none;
}
@media (min-width: 0px) {
  .mobile-tablet-only {
    display: block;
  }
}
@media (min-width: 768px) {
  .mobile-tablet-only {
    display: none;
  }
}

.mobile-tablet-only-ib {
  display: none;
}
@media (min-width: 0px) {
  .mobile-tablet-only-ib {
    display: inline-block;
  }
}
@media (min-width: 768px) {
  .mobile-tablet-only-ib {
    display: none;
  }
}

.mobile-tablet-only-i {
  display: none;
}
@media (min-width: 0px) {
  .mobile-tablet-only-i {
    display: inline;
  }
}
@media (min-width: 768px) {
  .mobile-tablet-only-i {
    display: none;
  }
}

.mobile-tablet-only-f {
  display: none;
}
@media (min-width: 0px) {
  .mobile-tablet-only-f {
    display: flex;
  }
}
@media (min-width: 768px) {
  .mobile-tablet-only-f {
    display: none;
  }
}

.mobile-tablet-only-t {
  display: none;
}
@media (min-width: 0px) {
  .mobile-tablet-only-t {
    display: table;
  }
}
@media (min-width: 768px) {
  .mobile-tablet-only-t {
    display: none;
  }
}

.mobile-tablet-only-tc {
  display: none;
}
@media (min-width: 0px) {
  .mobile-tablet-only-tc {
    display: table-cell;
  }
}
@media (min-width: 768px) {
  .mobile-tablet-only-tc {
    display: none;
  }
}

.mobile-tablet-only-tr {
  display: none;
}
@media (min-width: 0px) {
  .mobile-tablet-only-tr {
    display: table-row;
  }
}
@media (min-width: 768px) {
  .mobile-tablet-only-tr {
    display: none;
  }
}

.mobile-desktop-only {
  display: none;
}
@media (min-width: 0px) {
  .mobile-desktop-only {
    display: block;
  }
}
@media (min-width: 992px) {
  .mobile-desktop-only {
    display: none;
  }
}

.mobile-desktop-only-ib {
  display: none;
}
@media (min-width: 0px) {
  .mobile-desktop-only-ib {
    display: inline-block;
  }
}
@media (min-width: 992px) {
  .mobile-desktop-only-ib {
    display: none;
  }
}

.mobile-desktop-only-i {
  display: none;
}
@media (min-width: 0px) {
  .mobile-desktop-only-i {
    display: inline;
  }
}
@media (min-width: 992px) {
  .mobile-desktop-only-i {
    display: none;
  }
}

.mobile-desktop-only-f {
  display: none;
}
@media (min-width: 0px) {
  .mobile-desktop-only-f {
    display: flex;
  }
}
@media (min-width: 992px) {
  .mobile-desktop-only-f {
    display: none;
  }
}

.mobile-desktop-only-t {
  display: none;
}
@media (min-width: 0px) {
  .mobile-desktop-only-t {
    display: table;
  }
}
@media (min-width: 992px) {
  .mobile-desktop-only-t {
    display: none;
  }
}

.mobile-desktop-only-tc {
  display: none;
}
@media (min-width: 0px) {
  .mobile-desktop-only-tc {
    display: table-cell;
  }
}
@media (min-width: 992px) {
  .mobile-desktop-only-tc {
    display: none;
  }
}

.mobile-desktop-only-tr {
  display: none;
}
@media (min-width: 0px) {
  .mobile-desktop-only-tr {
    display: table-row;
  }
}
@media (min-width: 992px) {
  .mobile-desktop-only-tr {
    display: none;
  }
}

.mobile-desktop-wide-only {
  display: none;
}
@media (min-width: 0px) {
  .mobile-desktop-wide-only {
    display: block;
  }
}
@media (min-width: 1200px) {
  .mobile-desktop-wide-only {
    display: none;
  }
}

.mobile-desktop-wide-only-ib {
  display: none;
}
@media (min-width: 0px) {
  .mobile-desktop-wide-only-ib {
    display: inline-block;
  }
}
@media (min-width: 1200px) {
  .mobile-desktop-wide-only-ib {
    display: none;
  }
}

.mobile-desktop-wide-only-i {
  display: none;
}
@media (min-width: 0px) {
  .mobile-desktop-wide-only-i {
    display: inline;
  }
}
@media (min-width: 1200px) {
  .mobile-desktop-wide-only-i {
    display: none;
  }
}

.mobile-desktop-wide-only-f {
  display: none;
}
@media (min-width: 0px) {
  .mobile-desktop-wide-only-f {
    display: flex;
  }
}
@media (min-width: 1200px) {
  .mobile-desktop-wide-only-f {
    display: none;
  }
}

.mobile-desktop-wide-only-t {
  display: none;
}
@media (min-width: 0px) {
  .mobile-desktop-wide-only-t {
    display: table;
  }
}
@media (min-width: 1200px) {
  .mobile-desktop-wide-only-t {
    display: none;
  }
}

.mobile-desktop-wide-only-tc {
  display: none;
}
@media (min-width: 0px) {
  .mobile-desktop-wide-only-tc {
    display: table-cell;
  }
}
@media (min-width: 1200px) {
  .mobile-desktop-wide-only-tc {
    display: none;
  }
}

.mobile-desktop-wide-only-tr {
  display: none;
}
@media (min-width: 0px) {
  .mobile-desktop-wide-only-tr {
    display: table-row;
  }
}
@media (min-width: 1200px) {
  .mobile-desktop-wide-only-tr {
    display: none;
  }
}

.mobile-desktop-super-wide-only {
  display: none;
}
@media (min-width: 0px) {
  .mobile-desktop-super-wide-only {
    display: block;
  }
}
@media (min-width: 1672px) {
  .mobile-desktop-super-wide-only {
    display: none;
  }
}

.mobile-desktop-super-wide-only-ib {
  display: none;
}
@media (min-width: 0px) {
  .mobile-desktop-super-wide-only-ib {
    display: inline-block;
  }
}
@media (min-width: 1672px) {
  .mobile-desktop-super-wide-only-ib {
    display: none;
  }
}

.mobile-desktop-super-wide-only-i {
  display: none;
}
@media (min-width: 0px) {
  .mobile-desktop-super-wide-only-i {
    display: inline;
  }
}
@media (min-width: 1672px) {
  .mobile-desktop-super-wide-only-i {
    display: none;
  }
}

.mobile-desktop-super-wide-only-f {
  display: none;
}
@media (min-width: 0px) {
  .mobile-desktop-super-wide-only-f {
    display: flex;
  }
}
@media (min-width: 1672px) {
  .mobile-desktop-super-wide-only-f {
    display: none;
  }
}

.mobile-desktop-super-wide-only-t {
  display: none;
}
@media (min-width: 0px) {
  .mobile-desktop-super-wide-only-t {
    display: table;
  }
}
@media (min-width: 1672px) {
  .mobile-desktop-super-wide-only-t {
    display: none;
  }
}

.mobile-desktop-super-wide-only-tc {
  display: none;
}
@media (min-width: 0px) {
  .mobile-desktop-super-wide-only-tc {
    display: table-cell;
  }
}
@media (min-width: 1672px) {
  .mobile-desktop-super-wide-only-tc {
    display: none;
  }
}

.mobile-desktop-super-wide-only-tr {
  display: none;
}
@media (min-width: 0px) {
  .mobile-desktop-super-wide-only-tr {
    display: table-row;
  }
}
@media (min-width: 1672px) {
  .mobile-desktop-super-wide-only-tr {
    display: none;
  }
}

.mobile-only {
  display: none;
}
@media (min-width: 0px) {
  .mobile-only {
    display: block;
  }
}

.mobile-only-ib {
  display: none;
}
@media (min-width: 0px) {
  .mobile-only-ib {
    display: inline-block;
  }
}

.mobile-only-i {
  display: none;
}
@media (min-width: 0px) {
  .mobile-only-i {
    display: inline;
  }
}

.mobile-only-f {
  display: none;
}
@media (min-width: 0px) {
  .mobile-only-f {
    display: flex;
  }
}

.mobile-only-t {
  display: none;
}
@media (min-width: 0px) {
  .mobile-only-t {
    display: table;
  }
}

.mobile-only-tc {
  display: none;
}
@media (min-width: 0px) {
  .mobile-only-tc {
    display: table-cell;
  }
}

.mobile-only-tr {
  display: none;
}
@media (min-width: 0px) {
  .mobile-only-tr {
    display: table-row;
  }
}

.tablet-small-tablet-only {
  display: none;
}
@media (min-width: 600px) {
  .tablet-small-tablet-only {
    display: block;
  }
}
@media (min-width: 768px) {
  .tablet-small-tablet-only {
    display: none;
  }
}

.tablet-small-tablet-only-ib {
  display: none;
}
@media (min-width: 600px) {
  .tablet-small-tablet-only-ib {
    display: inline-block;
  }
}
@media (min-width: 768px) {
  .tablet-small-tablet-only-ib {
    display: none;
  }
}

.tablet-small-tablet-only-i {
  display: none;
}
@media (min-width: 600px) {
  .tablet-small-tablet-only-i {
    display: inline;
  }
}
@media (min-width: 768px) {
  .tablet-small-tablet-only-i {
    display: none;
  }
}

.tablet-small-tablet-only-f {
  display: none;
}
@media (min-width: 600px) {
  .tablet-small-tablet-only-f {
    display: flex;
  }
}
@media (min-width: 768px) {
  .tablet-small-tablet-only-f {
    display: none;
  }
}

.tablet-small-tablet-only-t {
  display: none;
}
@media (min-width: 600px) {
  .tablet-small-tablet-only-t {
    display: table;
  }
}
@media (min-width: 768px) {
  .tablet-small-tablet-only-t {
    display: none;
  }
}

.tablet-small-tablet-only-tc {
  display: none;
}
@media (min-width: 600px) {
  .tablet-small-tablet-only-tc {
    display: table-cell;
  }
}
@media (min-width: 768px) {
  .tablet-small-tablet-only-tc {
    display: none;
  }
}

.tablet-small-tablet-only-tr {
  display: none;
}
@media (min-width: 600px) {
  .tablet-small-tablet-only-tr {
    display: table-row;
  }
}
@media (min-width: 768px) {
  .tablet-small-tablet-only-tr {
    display: none;
  }
}

.tablet-small-desktop-only {
  display: none;
}
@media (min-width: 600px) {
  .tablet-small-desktop-only {
    display: block;
  }
}
@media (min-width: 992px) {
  .tablet-small-desktop-only {
    display: none;
  }
}

.tablet-small-desktop-only-ib {
  display: none;
}
@media (min-width: 600px) {
  .tablet-small-desktop-only-ib {
    display: inline-block;
  }
}
@media (min-width: 992px) {
  .tablet-small-desktop-only-ib {
    display: none;
  }
}

.tablet-small-desktop-only-i {
  display: none;
}
@media (min-width: 600px) {
  .tablet-small-desktop-only-i {
    display: inline;
  }
}
@media (min-width: 992px) {
  .tablet-small-desktop-only-i {
    display: none;
  }
}

.tablet-small-desktop-only-f {
  display: none;
}
@media (min-width: 600px) {
  .tablet-small-desktop-only-f {
    display: flex;
  }
}
@media (min-width: 992px) {
  .tablet-small-desktop-only-f {
    display: none;
  }
}

.tablet-small-desktop-only-t {
  display: none;
}
@media (min-width: 600px) {
  .tablet-small-desktop-only-t {
    display: table;
  }
}
@media (min-width: 992px) {
  .tablet-small-desktop-only-t {
    display: none;
  }
}

.tablet-small-desktop-only-tc {
  display: none;
}
@media (min-width: 600px) {
  .tablet-small-desktop-only-tc {
    display: table-cell;
  }
}
@media (min-width: 992px) {
  .tablet-small-desktop-only-tc {
    display: none;
  }
}

.tablet-small-desktop-only-tr {
  display: none;
}
@media (min-width: 600px) {
  .tablet-small-desktop-only-tr {
    display: table-row;
  }
}
@media (min-width: 992px) {
  .tablet-small-desktop-only-tr {
    display: none;
  }
}

.tablet-small-desktop-wide-only {
  display: none;
}
@media (min-width: 600px) {
  .tablet-small-desktop-wide-only {
    display: block;
  }
}
@media (min-width: 1200px) {
  .tablet-small-desktop-wide-only {
    display: none;
  }
}

.tablet-small-desktop-wide-only-ib {
  display: none;
}
@media (min-width: 600px) {
  .tablet-small-desktop-wide-only-ib {
    display: inline-block;
  }
}
@media (min-width: 1200px) {
  .tablet-small-desktop-wide-only-ib {
    display: none;
  }
}

.tablet-small-desktop-wide-only-i {
  display: none;
}
@media (min-width: 600px) {
  .tablet-small-desktop-wide-only-i {
    display: inline;
  }
}
@media (min-width: 1200px) {
  .tablet-small-desktop-wide-only-i {
    display: none;
  }
}

.tablet-small-desktop-wide-only-f {
  display: none;
}
@media (min-width: 600px) {
  .tablet-small-desktop-wide-only-f {
    display: flex;
  }
}
@media (min-width: 1200px) {
  .tablet-small-desktop-wide-only-f {
    display: none;
  }
}

.tablet-small-desktop-wide-only-t {
  display: none;
}
@media (min-width: 600px) {
  .tablet-small-desktop-wide-only-t {
    display: table;
  }
}
@media (min-width: 1200px) {
  .tablet-small-desktop-wide-only-t {
    display: none;
  }
}

.tablet-small-desktop-wide-only-tc {
  display: none;
}
@media (min-width: 600px) {
  .tablet-small-desktop-wide-only-tc {
    display: table-cell;
  }
}
@media (min-width: 1200px) {
  .tablet-small-desktop-wide-only-tc {
    display: none;
  }
}

.tablet-small-desktop-wide-only-tr {
  display: none;
}
@media (min-width: 600px) {
  .tablet-small-desktop-wide-only-tr {
    display: table-row;
  }
}
@media (min-width: 1200px) {
  .tablet-small-desktop-wide-only-tr {
    display: none;
  }
}

.tablet-small-desktop-super-wide-only {
  display: none;
}
@media (min-width: 600px) {
  .tablet-small-desktop-super-wide-only {
    display: block;
  }
}
@media (min-width: 1672px) {
  .tablet-small-desktop-super-wide-only {
    display: none;
  }
}

.tablet-small-desktop-super-wide-only-ib {
  display: none;
}
@media (min-width: 600px) {
  .tablet-small-desktop-super-wide-only-ib {
    display: inline-block;
  }
}
@media (min-width: 1672px) {
  .tablet-small-desktop-super-wide-only-ib {
    display: none;
  }
}

.tablet-small-desktop-super-wide-only-i {
  display: none;
}
@media (min-width: 600px) {
  .tablet-small-desktop-super-wide-only-i {
    display: inline;
  }
}
@media (min-width: 1672px) {
  .tablet-small-desktop-super-wide-only-i {
    display: none;
  }
}

.tablet-small-desktop-super-wide-only-f {
  display: none;
}
@media (min-width: 600px) {
  .tablet-small-desktop-super-wide-only-f {
    display: flex;
  }
}
@media (min-width: 1672px) {
  .tablet-small-desktop-super-wide-only-f {
    display: none;
  }
}

.tablet-small-desktop-super-wide-only-t {
  display: none;
}
@media (min-width: 600px) {
  .tablet-small-desktop-super-wide-only-t {
    display: table;
  }
}
@media (min-width: 1672px) {
  .tablet-small-desktop-super-wide-only-t {
    display: none;
  }
}

.tablet-small-desktop-super-wide-only-tc {
  display: none;
}
@media (min-width: 600px) {
  .tablet-small-desktop-super-wide-only-tc {
    display: table-cell;
  }
}
@media (min-width: 1672px) {
  .tablet-small-desktop-super-wide-only-tc {
    display: none;
  }
}

.tablet-small-desktop-super-wide-only-tr {
  display: none;
}
@media (min-width: 600px) {
  .tablet-small-desktop-super-wide-only-tr {
    display: table-row;
  }
}
@media (min-width: 1672px) {
  .tablet-small-desktop-super-wide-only-tr {
    display: none;
  }
}

.tablet-small-only {
  display: none;
}
@media (min-width: 600px) {
  .tablet-small-only {
    display: block;
  }
}

.tablet-small-only-ib {
  display: none;
}
@media (min-width: 600px) {
  .tablet-small-only-ib {
    display: inline-block;
  }
}

.tablet-small-only-i {
  display: none;
}
@media (min-width: 600px) {
  .tablet-small-only-i {
    display: inline;
  }
}

.tablet-small-only-f {
  display: none;
}
@media (min-width: 600px) {
  .tablet-small-only-f {
    display: flex;
  }
}

.tablet-small-only-t {
  display: none;
}
@media (min-width: 600px) {
  .tablet-small-only-t {
    display: table;
  }
}

.tablet-small-only-tc {
  display: none;
}
@media (min-width: 600px) {
  .tablet-small-only-tc {
    display: table-cell;
  }
}

.tablet-small-only-tr {
  display: none;
}
@media (min-width: 600px) {
  .tablet-small-only-tr {
    display: table-row;
  }
}

.tablet-desktop-only {
  display: none;
}
@media (min-width: 768px) {
  .tablet-desktop-only {
    display: block;
  }
}
@media (min-width: 992px) {
  .tablet-desktop-only {
    display: none;
  }
}

.tablet-desktop-only-ib {
  display: none;
}
@media (min-width: 768px) {
  .tablet-desktop-only-ib {
    display: inline-block;
  }
}
@media (min-width: 992px) {
  .tablet-desktop-only-ib {
    display: none;
  }
}

.tablet-desktop-only-i {
  display: none;
}
@media (min-width: 768px) {
  .tablet-desktop-only-i {
    display: inline;
  }
}
@media (min-width: 992px) {
  .tablet-desktop-only-i {
    display: none;
  }
}

.tablet-desktop-only-f {
  display: none;
}
@media (min-width: 768px) {
  .tablet-desktop-only-f {
    display: flex;
  }
}
@media (min-width: 992px) {
  .tablet-desktop-only-f {
    display: none;
  }
}

.tablet-desktop-only-t {
  display: none;
}
@media (min-width: 768px) {
  .tablet-desktop-only-t {
    display: table;
  }
}
@media (min-width: 992px) {
  .tablet-desktop-only-t {
    display: none;
  }
}

.tablet-desktop-only-tc {
  display: none;
}
@media (min-width: 768px) {
  .tablet-desktop-only-tc {
    display: table-cell;
  }
}
@media (min-width: 992px) {
  .tablet-desktop-only-tc {
    display: none;
  }
}

.tablet-desktop-only-tr {
  display: none;
}
@media (min-width: 768px) {
  .tablet-desktop-only-tr {
    display: table-row;
  }
}
@media (min-width: 992px) {
  .tablet-desktop-only-tr {
    display: none;
  }
}

.tablet-desktop-wide-only {
  display: none;
}
@media (min-width: 768px) {
  .tablet-desktop-wide-only {
    display: block;
  }
}
@media (min-width: 1200px) {
  .tablet-desktop-wide-only {
    display: none;
  }
}

.tablet-desktop-wide-only-ib {
  display: none;
}
@media (min-width: 768px) {
  .tablet-desktop-wide-only-ib {
    display: inline-block;
  }
}
@media (min-width: 1200px) {
  .tablet-desktop-wide-only-ib {
    display: none;
  }
}

.tablet-desktop-wide-only-i {
  display: none;
}
@media (min-width: 768px) {
  .tablet-desktop-wide-only-i {
    display: inline;
  }
}
@media (min-width: 1200px) {
  .tablet-desktop-wide-only-i {
    display: none;
  }
}

.tablet-desktop-wide-only-f {
  display: none;
}
@media (min-width: 768px) {
  .tablet-desktop-wide-only-f {
    display: flex;
  }
}
@media (min-width: 1200px) {
  .tablet-desktop-wide-only-f {
    display: none;
  }
}

.tablet-desktop-wide-only-t {
  display: none;
}
@media (min-width: 768px) {
  .tablet-desktop-wide-only-t {
    display: table;
  }
}
@media (min-width: 1200px) {
  .tablet-desktop-wide-only-t {
    display: none;
  }
}

.tablet-desktop-wide-only-tc {
  display: none;
}
@media (min-width: 768px) {
  .tablet-desktop-wide-only-tc {
    display: table-cell;
  }
}
@media (min-width: 1200px) {
  .tablet-desktop-wide-only-tc {
    display: none;
  }
}

.tablet-desktop-wide-only-tr {
  display: none;
}
@media (min-width: 768px) {
  .tablet-desktop-wide-only-tr {
    display: table-row;
  }
}
@media (min-width: 1200px) {
  .tablet-desktop-wide-only-tr {
    display: none;
  }
}

.tablet-desktop-super-wide-only {
  display: none;
}
@media (min-width: 768px) {
  .tablet-desktop-super-wide-only {
    display: block;
  }
}
@media (min-width: 1672px) {
  .tablet-desktop-super-wide-only {
    display: none;
  }
}

.tablet-desktop-super-wide-only-ib {
  display: none;
}
@media (min-width: 768px) {
  .tablet-desktop-super-wide-only-ib {
    display: inline-block;
  }
}
@media (min-width: 1672px) {
  .tablet-desktop-super-wide-only-ib {
    display: none;
  }
}

.tablet-desktop-super-wide-only-i {
  display: none;
}
@media (min-width: 768px) {
  .tablet-desktop-super-wide-only-i {
    display: inline;
  }
}
@media (min-width: 1672px) {
  .tablet-desktop-super-wide-only-i {
    display: none;
  }
}

.tablet-desktop-super-wide-only-f {
  display: none;
}
@media (min-width: 768px) {
  .tablet-desktop-super-wide-only-f {
    display: flex;
  }
}
@media (min-width: 1672px) {
  .tablet-desktop-super-wide-only-f {
    display: none;
  }
}

.tablet-desktop-super-wide-only-t {
  display: none;
}
@media (min-width: 768px) {
  .tablet-desktop-super-wide-only-t {
    display: table;
  }
}
@media (min-width: 1672px) {
  .tablet-desktop-super-wide-only-t {
    display: none;
  }
}

.tablet-desktop-super-wide-only-tc {
  display: none;
}
@media (min-width: 768px) {
  .tablet-desktop-super-wide-only-tc {
    display: table-cell;
  }
}
@media (min-width: 1672px) {
  .tablet-desktop-super-wide-only-tc {
    display: none;
  }
}

.tablet-desktop-super-wide-only-tr {
  display: none;
}
@media (min-width: 768px) {
  .tablet-desktop-super-wide-only-tr {
    display: table-row;
  }
}
@media (min-width: 1672px) {
  .tablet-desktop-super-wide-only-tr {
    display: none;
  }
}

.tablet-only {
  display: none;
}
@media (min-width: 768px) {
  .tablet-only {
    display: block;
  }
}

.tablet-only-ib {
  display: none;
}
@media (min-width: 768px) {
  .tablet-only-ib {
    display: inline-block;
  }
}

.tablet-only-i {
  display: none;
}
@media (min-width: 768px) {
  .tablet-only-i {
    display: inline;
  }
}

.tablet-only-f {
  display: none;
}
@media (min-width: 768px) {
  .tablet-only-f {
    display: flex;
  }
}

.tablet-only-t {
  display: none;
}
@media (min-width: 768px) {
  .tablet-only-t {
    display: table;
  }
}

.tablet-only-tc {
  display: none;
}
@media (min-width: 768px) {
  .tablet-only-tc {
    display: table-cell;
  }
}

.tablet-only-tr {
  display: none;
}
@media (min-width: 768px) {
  .tablet-only-tr {
    display: table-row;
  }
}

.desktop-desktop-wide-only {
  display: none;
}
@media (min-width: 992px) {
  .desktop-desktop-wide-only {
    display: block;
  }
}
@media (min-width: 1200px) {
  .desktop-desktop-wide-only {
    display: none;
  }
}

.desktop-desktop-wide-only-ib {
  display: none;
}
@media (min-width: 992px) {
  .desktop-desktop-wide-only-ib {
    display: inline-block;
  }
}
@media (min-width: 1200px) {
  .desktop-desktop-wide-only-ib {
    display: none;
  }
}

.desktop-desktop-wide-only-i {
  display: none;
}
@media (min-width: 992px) {
  .desktop-desktop-wide-only-i {
    display: inline;
  }
}
@media (min-width: 1200px) {
  .desktop-desktop-wide-only-i {
    display: none;
  }
}

.desktop-desktop-wide-only-f {
  display: none;
}
@media (min-width: 992px) {
  .desktop-desktop-wide-only-f {
    display: flex;
  }
}
@media (min-width: 1200px) {
  .desktop-desktop-wide-only-f {
    display: none;
  }
}

.desktop-desktop-wide-only-t {
  display: none;
}
@media (min-width: 992px) {
  .desktop-desktop-wide-only-t {
    display: table;
  }
}
@media (min-width: 1200px) {
  .desktop-desktop-wide-only-t {
    display: none;
  }
}

.desktop-desktop-wide-only-tc {
  display: none;
}
@media (min-width: 992px) {
  .desktop-desktop-wide-only-tc {
    display: table-cell;
  }
}
@media (min-width: 1200px) {
  .desktop-desktop-wide-only-tc {
    display: none;
  }
}

.desktop-desktop-wide-only-tr {
  display: none;
}
@media (min-width: 992px) {
  .desktop-desktop-wide-only-tr {
    display: table-row;
  }
}
@media (min-width: 1200px) {
  .desktop-desktop-wide-only-tr {
    display: none;
  }
}

.desktop-desktop-super-wide-only {
  display: none;
}
@media (min-width: 992px) {
  .desktop-desktop-super-wide-only {
    display: block;
  }
}
@media (min-width: 1672px) {
  .desktop-desktop-super-wide-only {
    display: none;
  }
}

.desktop-desktop-super-wide-only-ib {
  display: none;
}
@media (min-width: 992px) {
  .desktop-desktop-super-wide-only-ib {
    display: inline-block;
  }
}
@media (min-width: 1672px) {
  .desktop-desktop-super-wide-only-ib {
    display: none;
  }
}

.desktop-desktop-super-wide-only-i {
  display: none;
}
@media (min-width: 992px) {
  .desktop-desktop-super-wide-only-i {
    display: inline;
  }
}
@media (min-width: 1672px) {
  .desktop-desktop-super-wide-only-i {
    display: none;
  }
}

.desktop-desktop-super-wide-only-f {
  display: none;
}
@media (min-width: 992px) {
  .desktop-desktop-super-wide-only-f {
    display: flex;
  }
}
@media (min-width: 1672px) {
  .desktop-desktop-super-wide-only-f {
    display: none;
  }
}

.desktop-desktop-super-wide-only-t {
  display: none;
}
@media (min-width: 992px) {
  .desktop-desktop-super-wide-only-t {
    display: table;
  }
}
@media (min-width: 1672px) {
  .desktop-desktop-super-wide-only-t {
    display: none;
  }
}

.desktop-desktop-super-wide-only-tc {
  display: none;
}
@media (min-width: 992px) {
  .desktop-desktop-super-wide-only-tc {
    display: table-cell;
  }
}
@media (min-width: 1672px) {
  .desktop-desktop-super-wide-only-tc {
    display: none;
  }
}

.desktop-desktop-super-wide-only-tr {
  display: none;
}
@media (min-width: 992px) {
  .desktop-desktop-super-wide-only-tr {
    display: table-row;
  }
}
@media (min-width: 1672px) {
  .desktop-desktop-super-wide-only-tr {
    display: none;
  }
}

.desktop-only {
  display: none;
}
@media (min-width: 992px) {
  .desktop-only {
    display: block;
  }
}

.desktop-only-ib {
  display: none;
}
@media (min-width: 992px) {
  .desktop-only-ib {
    display: inline-block;
  }
}

.desktop-only-i {
  display: none;
}
@media (min-width: 992px) {
  .desktop-only-i {
    display: inline;
  }
}

.desktop-only-f {
  display: none;
}
@media (min-width: 992px) {
  .desktop-only-f {
    display: flex;
  }
}

.desktop-only-t {
  display: none;
}
@media (min-width: 992px) {
  .desktop-only-t {
    display: table;
  }
}

.desktop-only-tc {
  display: none;
}
@media (min-width: 992px) {
  .desktop-only-tc {
    display: table-cell;
  }
}

.desktop-only-tr {
  display: none;
}
@media (min-width: 992px) {
  .desktop-only-tr {
    display: table-row;
  }
}

.desktop-wide-desktop-super-wide-only {
  display: none;
}
@media (min-width: 1200px) {
  .desktop-wide-desktop-super-wide-only {
    display: block;
  }
}
@media (min-width: 1672px) {
  .desktop-wide-desktop-super-wide-only {
    display: none;
  }
}

.desktop-wide-desktop-super-wide-only-ib {
  display: none;
}
@media (min-width: 1200px) {
  .desktop-wide-desktop-super-wide-only-ib {
    display: inline-block;
  }
}
@media (min-width: 1672px) {
  .desktop-wide-desktop-super-wide-only-ib {
    display: none;
  }
}

.desktop-wide-desktop-super-wide-only-i {
  display: none;
}
@media (min-width: 1200px) {
  .desktop-wide-desktop-super-wide-only-i {
    display: inline;
  }
}
@media (min-width: 1672px) {
  .desktop-wide-desktop-super-wide-only-i {
    display: none;
  }
}

.desktop-wide-desktop-super-wide-only-f {
  display: none;
}
@media (min-width: 1200px) {
  .desktop-wide-desktop-super-wide-only-f {
    display: flex;
  }
}
@media (min-width: 1672px) {
  .desktop-wide-desktop-super-wide-only-f {
    display: none;
  }
}

.desktop-wide-desktop-super-wide-only-t {
  display: none;
}
@media (min-width: 1200px) {
  .desktop-wide-desktop-super-wide-only-t {
    display: table;
  }
}
@media (min-width: 1672px) {
  .desktop-wide-desktop-super-wide-only-t {
    display: none;
  }
}

.desktop-wide-desktop-super-wide-only-tc {
  display: none;
}
@media (min-width: 1200px) {
  .desktop-wide-desktop-super-wide-only-tc {
    display: table-cell;
  }
}
@media (min-width: 1672px) {
  .desktop-wide-desktop-super-wide-only-tc {
    display: none;
  }
}

.desktop-wide-desktop-super-wide-only-tr {
  display: none;
}
@media (min-width: 1200px) {
  .desktop-wide-desktop-super-wide-only-tr {
    display: table-row;
  }
}
@media (min-width: 1672px) {
  .desktop-wide-desktop-super-wide-only-tr {
    display: none;
  }
}

.desktop-wide-only {
  display: none;
}
@media (min-width: 1200px) {
  .desktop-wide-only {
    display: block;
  }
}

.desktop-wide-only-ib {
  display: none;
}
@media (min-width: 1200px) {
  .desktop-wide-only-ib {
    display: inline-block;
  }
}

.desktop-wide-only-i {
  display: none;
}
@media (min-width: 1200px) {
  .desktop-wide-only-i {
    display: inline;
  }
}

.desktop-wide-only-f {
  display: none;
}
@media (min-width: 1200px) {
  .desktop-wide-only-f {
    display: flex;
  }
}

.desktop-wide-only-t {
  display: none;
}
@media (min-width: 1200px) {
  .desktop-wide-only-t {
    display: table;
  }
}

.desktop-wide-only-tc {
  display: none;
}
@media (min-width: 1200px) {
  .desktop-wide-only-tc {
    display: table-cell;
  }
}

.desktop-wide-only-tr {
  display: none;
}
@media (min-width: 1200px) {
  .desktop-wide-only-tr {
    display: table-row;
  }
}

.desktop-super-wide-only {
  display: none;
}
@media (min-width: 1672px) {
  .desktop-super-wide-only {
    display: block;
  }
}

.desktop-super-wide-only-ib {
  display: none;
}
@media (min-width: 1672px) {
  .desktop-super-wide-only-ib {
    display: inline-block;
  }
}

.desktop-super-wide-only-i {
  display: none;
}
@media (min-width: 1672px) {
  .desktop-super-wide-only-i {
    display: inline;
  }
}

.desktop-super-wide-only-f {
  display: none;
}
@media (min-width: 1672px) {
  .desktop-super-wide-only-f {
    display: flex;
  }
}

.desktop-super-wide-only-t {
  display: none;
}
@media (min-width: 1672px) {
  .desktop-super-wide-only-t {
    display: table;
  }
}

.desktop-super-wide-only-tc {
  display: none;
}
@media (min-width: 1672px) {
  .desktop-super-wide-only-tc {
    display: table-cell;
  }
}

.desktop-super-wide-only-tr {
  display: none;
}
@media (min-width: 1672px) {
  .desktop-super-wide-only-tr {
    display: table-row;
  }
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 0px 0px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  outline: none;
  appearance: none;
}
.hamburger:hover {
  opacity: 1;
}

.hamburger-box {
  width: 18px;
  height: 14px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 18px;
  height: 2px;
  background-color: #FFF;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -6px;
}
.hamburger-inner::after {
  bottom: -6px;
}

/*
 * 3DX
 */
.hamburger--3dx .hamburger-box {
  perspective: 36px;
}
.hamburger--3dx .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateY(180deg);
}
.hamburger--3dx.is-active .hamburger-inner::before {
  transform: translate3d(0, 6px, 0) rotate(45deg);
}
.hamburger--3dx.is-active .hamburger-inner::after {
  transform: translate3d(0, -6px, 0) rotate(-45deg);
}

/*
 * 3DX Reverse
 */
.hamburger--3dx-r .hamburger-box {
  perspective: 36px;
}
.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateY(-180deg);
}
.hamburger--3dx-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 6px, 0) rotate(45deg);
}
.hamburger--3dx-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -6px, 0) rotate(-45deg);
}

/*
 * 3DY
 */
.hamburger--3dy .hamburger-box {
  perspective: 36px;
}
.hamburger--3dy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy .hamburger-inner::before, .hamburger--3dy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(-180deg);
}
.hamburger--3dy.is-active .hamburger-inner::before {
  transform: translate3d(0, 6px, 0) rotate(45deg);
}
.hamburger--3dy.is-active .hamburger-inner::after {
  transform: translate3d(0, -6px, 0) rotate(-45deg);
}

/*
 * 3DY Reverse
 */
.hamburger--3dy-r .hamburger-box {
  perspective: 36px;
}
.hamburger--3dy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy-r .hamburger-inner::before, .hamburger--3dy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(180deg);
}
.hamburger--3dy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 6px, 0) rotate(45deg);
}
.hamburger--3dy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -6px, 0) rotate(-45deg);
}

/*
 * 3DXY
 */
.hamburger--3dxy .hamburger-box {
  perspective: 36px;
}
.hamburger--3dxy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy .hamburger-inner::before, .hamburger--3dxy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(180deg) rotateY(180deg);
}
.hamburger--3dxy.is-active .hamburger-inner::before {
  transform: translate3d(0, 6px, 0) rotate(45deg);
}
.hamburger--3dxy.is-active .hamburger-inner::after {
  transform: translate3d(0, -6px, 0) rotate(-45deg);
}

/*
 * 3DXY Reverse
 */
.hamburger--3dxy-r .hamburger-box {
  perspective: 36px;
}
.hamburger--3dxy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy-r .hamburger-inner::before, .hamburger--3dxy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy-r.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg);
}
.hamburger--3dxy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 6px, 0) rotate(45deg);
}
.hamburger--3dxy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -6px, 0) rotate(-45deg);
}

/*
 * Arrow
 */
.hamburger--arrow.is-active .hamburger-inner::before {
  transform: translate3d(-3.6px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
.hamburger--arrow.is-active .hamburger-inner::after {
  transform: translate3d(-3.6px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
 * Arrow Right
 */
.hamburger--arrow-r.is-active .hamburger-inner::before {
  transform: translate3d(3.6px, 0, 0) rotate(45deg) scale(0.7, 1);
}
.hamburger--arrow-r.is-active .hamburger-inner::after {
  transform: translate3d(3.6px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
 * Arrow Alt
 */
.hamburger--arrowalt .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(-3.6px, -4.5px, 0) rotate(-45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(-3.6px, 4.5px, 0) rotate(45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
 * Arrow Alt Right
 */
.hamburger--arrowalt-r .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(3.6px, -4.5px, 0) rotate(45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(3.6px, 4.5px, 0) rotate(-45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
 * Arrow Turn
 */
.hamburger--arrowturn.is-active .hamburger-inner {
  transform: rotate(-180deg);
}
.hamburger--arrowturn.is-active .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}
.hamburger--arrowturn.is-active .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
 * Arrow Turn Right
 */
.hamburger--arrowturn-r.is-active .hamburger-inner {
  transform: rotate(-180deg);
}
.hamburger--arrowturn-r.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
.hamburger--arrowturn-r.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
 * Boring
 */
.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after {
  transition-property: none;
}
.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg);
}
.hamburger--boring.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--boring.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}

/*
 * Collapse
 */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse .hamburger-inner::after {
  top: -12px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -6px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Collapse Reverse
 */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r .hamburger-inner::after {
  top: -12px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse-r .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r.is-active .hamburger-inner {
  transform: translate3d(0, -6px, 0) rotate(45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Elastic
 */
.hamburger--elastic .hamburger-inner {
  top: 1px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic .hamburger-inner::before {
  top: 6px;
  transition: opacity 0.125s 0.275s ease;
}
.hamburger--elastic .hamburger-inner::after {
  top: 12px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 6px, 0) rotate(135deg);
  transition-delay: 0.075s;
}
.hamburger--elastic.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}
.hamburger--elastic.is-active .hamburger-inner::after {
  transform: translate3d(0, -12px, 0) rotate(-270deg);
  transition-delay: 0.075s;
}

/*
 * Elastic Reverse
 */
.hamburger--elastic-r .hamburger-inner {
  top: 1px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r .hamburger-inner::before {
  top: 6px;
  transition: opacity 0.125s 0.275s ease;
}
.hamburger--elastic-r .hamburger-inner::after {
  top: 12px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r.is-active .hamburger-inner {
  transform: translate3d(0, 6px, 0) rotate(-135deg);
  transition-delay: 0.075s;
}
.hamburger--elastic-r.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}
.hamburger--elastic-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -12px, 0) rotate(270deg);
  transition-delay: 0.075s;
}

/*
 * Emphatic
 */
.hamburger--emphatic {
  overflow: hidden;
}
.hamburger--emphatic .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}
.hamburger--emphatic .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}
.hamburger--emphatic .hamburger-inner::after {
  top: 6px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}
.hamburger--emphatic.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent;
}
.hamburger--emphatic.is-active .hamburger-inner::before {
  left: -36px;
  top: -36px;
  transform: translate3d(36px, 36px, 0) rotate(45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--emphatic.is-active .hamburger-inner::after {
  right: -36px;
  top: -36px;
  transform: translate3d(-36px, 36px, 0) rotate(-45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
 * Emphatic Reverse
 */
.hamburger--emphatic-r {
  overflow: hidden;
}
.hamburger--emphatic-r .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r .hamburger-inner::after {
  top: 6px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent;
}
.hamburger--emphatic-r.is-active .hamburger-inner::before {
  left: -36px;
  top: 36px;
  transform: translate3d(36px, -36px, 0) rotate(-45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--emphatic-r.is-active .hamburger-inner::after {
  right: -36px;
  top: 36px;
  transform: translate3d(-36px, -36px, 0) rotate(45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
 * Minus
 */
.hamburger--minus .hamburger-inner::before, .hamburger--minus .hamburger-inner::after {
  transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear;
}
.hamburger--minus.is-active .hamburger-inner::before, .hamburger--minus.is-active .hamburger-inner::after {
  opacity: 0;
  transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear;
}
.hamburger--minus.is-active .hamburger-inner::before {
  top: 0;
}
.hamburger--minus.is-active .hamburger-inner::after {
  bottom: 0;
}

/*
 * Slider
 */
.hamburger--slider .hamburger-inner {
  top: 1px;
}
.hamburger--slider .hamburger-inner::before {
  top: 6px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}
.hamburger--slider .hamburger-inner::after {
  top: 12px;
}
.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 6px, 0) rotate(45deg);
}
.hamburger--slider.is-active .hamburger-inner::before {
  transform: rotate(-45deg) translate3d(-2.5714285714px, -4px, 0);
  opacity: 0;
}
.hamburger--slider.is-active .hamburger-inner::after {
  transform: translate3d(0, -12px, 0) rotate(-90deg);
}

/*
 * Slider Reverse
 */
.hamburger--slider-r .hamburger-inner {
  top: 1px;
}
.hamburger--slider-r .hamburger-inner::before {
  top: 6px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}
.hamburger--slider-r .hamburger-inner::after {
  top: 12px;
}
.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 6px, 0) rotate(-45deg);
}
.hamburger--slider-r.is-active .hamburger-inner::before {
  transform: rotate(45deg) translate3d(2.5714285714px, -4px, 0);
  opacity: 0;
}
.hamburger--slider-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -12px, 0) rotate(90deg);
}

/*
 * Spin
 */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Spin Reverse
 */
.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin-r .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r.is-active .hamburger-inner {
  transform: rotate(-225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Spring
 */
.hamburger--spring .hamburger-inner {
  top: 1px;
  transition: background-color 0s 0.13s linear;
}
.hamburger--spring .hamburger-inner::before {
  top: 6px;
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring .hamburger-inner::after {
  top: 12px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent;
}
.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 6px, 0) rotate(45deg);
}
.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 6px, 0) rotate(-45deg);
}

/*
 * Spring Reverse
 */
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring-r .hamburger-inner::after {
  top: -12px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
}
.hamburger--spring-r .hamburger-inner::before {
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring-r.is-active .hamburger-inner {
  transform: translate3d(0, -6px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spring-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear;
}
.hamburger--spring-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Stand
 */
.hamburger--stand .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}
.hamburger--stand .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand.is-active .hamburger-inner {
  transform: rotate(90deg);
  background-color: transparent;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}
.hamburger--stand.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Stand Reverse
 */
.hamburger--stand-r .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}
.hamburger--stand-r .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand-r .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand-r.is-active .hamburger-inner {
  transform: rotate(-90deg);
  background-color: transparent;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}
.hamburger--stand-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Squeeze
 */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}
.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}
.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Vortex
 */
.hamburger--vortex .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}
.hamburger--vortex .hamburger-inner::before {
  transition-property: top, opacity;
}
.hamburger--vortex .hamburger-inner::after {
  transition-property: bottom, transform;
}
.hamburger--vortex.is-active .hamburger-inner {
  transform: rotate(765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex.is-active .hamburger-inner::before, .hamburger--vortex.is-active .hamburger-inner::after {
  transition-delay: 0s;
}
.hamburger--vortex.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--vortex.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
}

/*
 * Vortex Reverse
 */
.hamburger--vortex-r .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}
.hamburger--vortex-r .hamburger-inner::before {
  transition-property: top, opacity;
}
.hamburger--vortex-r .hamburger-inner::after {
  transition-property: bottom, transform;
}
.hamburger--vortex-r.is-active .hamburger-inner {
  transform: rotate(-765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex-r.is-active .hamburger-inner::before, .hamburger--vortex-r.is-active .hamburger-inner::after {
  transition-delay: 0s;
}
.hamburger--vortex-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--vortex-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}

.checkbox {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: flex-start;
  margin-right: 0.75em;
  --checkbox-size: 23px;
  position: relative;
}
.checkbox .fake {
  width: 1em;
  height: 1em;
  font-size: var(--checkbox-size);
  margin-right: 10px;
  background: transparent;
  border: 1px solid #bfbfbf;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.checkbox input {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}
.checkbox input.selected-partial + .fake, .checkbox input:checked + .fake {
  background: #00adef;
  border-color: #00adef;
}
.checkbox input:checked + .fake::after {
  content: "";
  width: 0.67em;
  height: 0.25em;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: rotate(-45deg);
}
.checkbox input.selected-partial + .fake::after {
  content: "";
  width: 0.6em;
  height: 2px;
  background: #fff;
}
.checkbox input[disabled] + .fake {
  background: #bfbfbf;
  border: 1px solid #bfbfbf;
  cursor: not-allowed;
}
@media (max-width:479px) {
  .checkbox {
    padding: 5px 0;
  }
}

.cookies-bottom-container .btn {
  outline: none;
  border: none;
  display: inline-block;
  transition: 0.3s ease-in-out;
  color: #FFF;
  background-color: transparent;
  text-align: center;
  cursor: pointer;
}
.cookies-bottom-container .btn--medium {
  height: 48px;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 14px;
  font-size: 18px;
  line-height: 1;
}
.cookies-bottom-container .btn--white {
  border: 1px solid #FFF;
  color: #FFF;
}
.cookies-bottom-container .cookies, .cookies-bottom-container .cookies_setting_content {
  padding: 15px;
  background-color: rgba(0, 0, 0, 0.85);
}
.cookies-bottom-container .cookies div, .cookies-bottom-container .cookies_setting_content div {
  color: #fff;
}
.cookies-bottom-container p {
  line-height: 1.8;
  font-weight: 400;
  font-size: 16px;
}
.cookies-bottom-container .cookies__outer {
  width: 100%;
  position: fixed;
  bottom: 0px;
  z-index: 10;
  left: 0px;
}
.cookies-bottom-container .cookies__outer.is-active {
  display: block;
}
@media (min-width: 768px) {
  .cookies-bottom-container .cookies__outer {
    left: auto;
    bottom: 0;
  }
}
@media (min-width: 1672px) {
  .cookies-bottom-container .cookies__outer {
    bottom: 0;
    left: 0;
    margin: 0 auto;
  }
}
.cookies-bottom-container .cookies p {
  color: #FFF;
  margin: 0 0 20px;
}
.cookies-bottom-container .cookies p a {
  text-decoration: underline;
  color: inherit;
}
.cookies-bottom-container .cookies p a:hover {
  text-decoration: none;
}
.cookies-bottom-container .cookies__cta {
  font-size: 0;
}
.cookies-bottom-container .cookies__cta .btn--white:hover {
  color: rgba(0, 0, 0, 0.85);
}
.cookies-bottom-container .cookies__cta .btn {
  margin-right: 16px;
}
@media (min-width: 992px) {
  .cookies-bottom-container .cookies, .cookies-bottom-container .cookies_setting_content {
    padding: 38px 58px 48px;
  }
}
.cookies-bottom-container .cookies_setting_bottom_buttons {
  margin-top: 20px;
}
.cookies-bottom-container .cookies_setting {
  overflow: hidden;
  max-height: 0px;
}
.cookies-bottom-container .cookies_setting.v {
  max-height: 100vh;
  transition: max-height 0.5s;
}

.icon {
  display: inline-block;
  outline: none;
}
.icon .check-list li:before, .check-list .icon li:before, .icon:before {
  font-family: "BYD icons";
  font-size: inherit;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
}
.icon--account:before {
  content: "\e900";
}
.icon--arrow:before {
  content: "\e901";
}
.icon--battery-equalization:before {
  content: "\e902";
}
.icon--big-data:before {
  content: "\e903";
}
.icon--bulb:before {
  content: "\e904";
}
.icon--bus:before {
  content: "\e905";
}
.icon--capacity:before {
  content: "\e906";
}
.icon--careers:before {
  content: "\e907";
}
.icon--charge:before {
  content: "\e908";
}
.icon .is-valid .input-field__icon .icon:before, .is-valid .input-field__icon .icon .icon:before, .icon .check-list li:before, .check-list .icon li:before, .icon--check:before {
  content: "\e909";
}
.icon--chevron-down:before {
  content: "\e90a";
}
.icon--chevron-left:before {
  content: "\e90b";
}
.icon--chevron-right:before {
  content: "\e90c";
}
.icon--chevron-up:before {
  content: "\e90d";
}
.icon .is-error .input-field__icon .icon:before, .is-error .input-field__icon .icon .icon:before, .icon--close:before {
  content: "\e90e";
}
.icon--distance:before {
  content: "\e90f";
}
.icon--engineer:before {
  content: "\e910";
}
.icon--euro:before {
  content: "\e911";
}
.icon--flaq:before {
  content: "\e912";
}
.icon--globe:before {
  content: "\e913";
}
.icon--gps:before {
  content: "\e914";
}
.icon--group:before {
  content: "\e915";
}
.icon--hamburger:before {
  content: "\e916";
}
.icon--language:before {
  content: "\e917";
}
.icon--large:before {
  content: "\e918";
}
.icon--mail:before {
  content: "\e919";
}
.icon--min:before {
  content: "\e91a";
}
.icon--mission-2:before {
  content: "\e91b";
}
.icon--mission:before {
  content: "\e91c";
}
.icon--mobile:before {
  content: "\e91d";
}
.icon--phone:before {
  content: "\e91e";
}
.icon--pin:before {
  content: "\e91f";
}
.icon--play-circle:before {
  content: "\e920";
}
.icon--play:before {
  content: "\e921";
}
.icon--plus:before {
  content: "\e922";
}
.icon--safety:before {
  content: "\e923";
}
.icon--search:before {
  content: "\e924";
}
.icon--seat:before {
  content: "\e925";
}
.icon--service:before {
  content: "\e926";
}
.icon--small:before {
  content: "\e927";
}
.icon--transition:before {
  content: "\e928";
}
.icon--user:before {
  content: "\e929";
}
.icon--facebook:before {
  content: "\e92a";
}
.icon--linkedin:before {
  content: "\e92b";
}
.icon--twitter:before {
  content: "\e92c";
}

.icon--chevron-down-subnav .icon--chevron-down:before {
  font-size: 9px;
}

html:not(.is-safari):not(.is-firefox) {
  height: 100%;
  width: 100%;
}
@media (min-width:992px) {
  html:not(.is-safari):not(.is-firefox) {
    overflow: hidden;
  }
}

body {
  background: #171717;
  position: relative;
  color: #595757;
  -webkit-overflow-scrolling: touch;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (min-width:992px) {
  html:not(.is-safari):not(.is-firefox) body {
    overflow: auto;
    overflow: overlay;
    height: 100%;
  }
}

body, p {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
}
@media (min-width:992px) {
  body, p {
    font-size: 18px;
  }
}

.page-container {
  background: #F6F6F6;
  position: relative;
  overflow: hidden;
}
@media (min-width:992px) {
  .page-container {
    margin: 0 auto;
    max-width: 1680px;
  }
}

.container {
  padding-left: 3px;
  padding-right: 3px;
}
@media (min-width:992px) {
  .container {
    width: 952px;
    padding-left: 4px;
    padding-right: 4px;
  }
}
@media (min-width:1200px) {
  .container {
    width: 1160px;
  }
}
@media (min-width:1432px) {
  .container {
    width: 1293px;
  }
}
@media (min-width:1672px) {
  .container {
    width: 1432px;
  }
}

.row {
  margin-left: -3px;
  margin-right: -3px;
}
@media (min-width:992px) {
  .row {
    margin-left: -4px;
    margin-right: -4px;
  }
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  padding-left: 1.5px;
  padding-right: 1.5px;
}
@media (min-width:992px) {
  .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-left: 2px;
    padding-right: 2px;
  }
}

h1, h2, h3, h4, h5 {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  margin: 0;
}

h1 {
  font-size: 40px;
  line-height: 1.2;
}
@media (min-width:992px) {
  h1 {
    font-size: 48px;
    line-height: 1;
  }
}

h2 {
  font-size: 24px;
  line-height: 1.2;
}
@media (min-width:992px) {
  h2 {
    font-size: 28px;
  }
}
@media (min-width:1200px) {
  h2 {
    font-size: 40px;
  }
}

h3 {
  font-size: 24px;
  line-height: 1.5;
}
@media (min-width:992px) {
  h3 {
    font-size: 32px;
    line-height: 1.25;
  }
}

h4 {
  font-size: 16px;
  line-height: 1.5;
}
@media (min-width:768px) {
  h4 {
    font-size: 18px;
  }
}
@media (min-width:992px) {
  h4 {
    font-size: 24px;
    line-height: 1.25;
  }
}

.preformatted {
  font-size: 16px;
  line-height: 1.8;
}
@media (min-width:992px) {
  .preformatted {
    font-size: 16px;
    line-height: 2;
  }
}

.strong-title {
  font-weight: 600;
  margin: 0;
  color: #171717;
}
.strong-title + p {
  margin-top: 0;
}

.mobile-menu-popup__outer {
  background: #FFF;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 40;
  display: none;
  overflow: auto;
  overflow: overlay;
  -webkit-overflow-scrolling: touch;
}
.mobile-menu-popup__outer.is-active {
  display: block;
}
.mobile-menu-popup__container {
  padding-top: 64px;
  padding-left: 16px;
  padding-right: 16px;
}
.mobile-menu-popup__search {
  position: relative;
  color: #9A9A9A;
}
.mobile-menu-popup__search input {
  padding-left: 16px;
  padding-right: 64px;
  border: 1px solid #9A9A9A;
  height: 48px;
  width: 100%;
  box-sizing: border-box;
  outline: none;
  appearance: none;
  border-radius: 0;
}
.mobile-menu-popup__search button {
  background: none;
  border: none;
  position: absolute;
  width: 48px;
  height: 48px;
  right: 0;
  top: 0;
  font-size: 14px;
  appearance: none;
  outline: none;
}
.mobile-menu-popup__search button .icon {
  position: relative;
  top: 2px;
  vertical-align: middle;
}
.mobile-menu-popup__search button[type=reset] {
  display: none;
}
.mobile-menu-popup__search input:focus ~ button[type=submit], .mobile-menu-popup__search input:not(:placeholder-shown) ~ button[type=submit] {
  display: none;
}
.mobile-menu-popup__search input:focus ~ button[type=reset], .mobile-menu-popup__search input:not(:placeholder-shown) ~ button[type=reset] {
  display: block;
}
.mobile-menu-popup .menu-side__bar__container {
  margin-top: 23px;
  margin-bottom: 23px;
}
.mobile-menu-popup .menu-side__bar__container .menu-side__bar__item {
  border-bottom: 1px solid #BFBFBF;
  display: block;
}
.mobile-menu-popup .menu-side__bar__container .menu-side__bar__item__header {
  border-bottom: none;
}
.mobile-menu-popup .menu-side__bar__container .menu-side__bar__item__header:before, .mobile-menu-popup .menu-side__bar__container .menu-side__bar__item__header:after {
  background-color: #BFBFBF;
}
.mobile-menu-popup .menu-side__bar__container .menu-side__bar__item__body a {
  border-bottom: none;
  height: 52px;
  padding-top: 10px;
}
.mobile-menu-popup .menu-side__bar__container .menu-side__bar__item__body a:after {
  display: none;
}
.mobile-menu-popup .menu-side__bar__container .menu-side__bar__item:last-child {
  border-bottom: none;
}

.menu-side {
  height: 100%;
}
.menu-side__outer {
  background: rgba(23, 23, 23, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50;
  display: none;
}
.menu-side__container {
  height: 100%;
  float: right;
  transform: translateX(100%);
  transition: transform 0.4s cubic-bezier(0.3, 0, 0, 1);
  transition-delay: 0.2s;
}
.is-active .menu-side__container {
  transform: translateX(0%);
}
.menu-side__arrow, .menu-side__bar {
  float: left;
}
.menu-side__arrow {
  color: #FFF;
  font-size: 16px;
  margin-top: 65px;
  margin-right: 39px;
  cursor: pointer;
}
.menu-side__bar {
  background: #F6F6F6;
  width: 363px;
  height: 100%;
  padding: 49px 40px 0;
}
.menu-side__bar__item {
  font-size: 18px;
}
.menu-side__bar__item__header {
  height: 56px;
  color: #595757;
  border-bottom: 1px solid #595757;
  padding-top: 20px;
  line-height: 1;
  position: relative;
  cursor: pointer;
}
.menu-side__bar__item__header:before, .menu-side__bar__item__header:after {
  background: #595757;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.menu-side__bar__item__header:before {
  width: 2px;
  height: 12px;
  right: 5px;
  transition: opacity 0.4s ease-in-out;
}
.menu-side__bar__item__header:after {
  width: 12px;
  height: 2px;
  right: 0;
}
a.menu-side__bar__item .menu-side__bar__item__header:before, a.menu-side__bar__item .menu-side__bar__item__header:after {
  display: none;
}

.menu-side__bar__item.is-active .menu-side__bar__item__header:before {
  opacity: 0;
}
.menu-side__bar__item__body {
  color: #BFBFBF;
  display: none;
}
.menu-side__bar__item__body a {
  height: 56px;
  color: inherit;
  display: block;
  border-bottom: 1px solid #BFBFBF;
  padding-top: 20px;
  transition: 0.3s ease-in-out;
}
.menu-side__bar__item__body a:after {
  font-family: "BYD icons";
  font-size: 10px;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  content: "\e90c";
  vertical-align: top;
  float: right;
  position: relative;
  top: 4px;
}
.menu-side__bar__item__body ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu-side__bar__item__body ul li {
  line-height: 1;
}
.menu-side__bar__item__body ul li:last-of-type a {
  border-bottom-color: #595757;
}
.menu-side__bar__item__body ul li:hover a {
  color: #595757;
  border-color: #595757;
}

.mobile-menu {
  height: 48px;
  color: #FFF;
  font-size: 16px;
  padding-top: 9px;
  padding-left: 4.1666666667%;
  padding-right: 4.1666666667%;
}
.mobile-menu__outer {
  background: #171717;
  position: relative;
  z-index: 45;
}
.mobile-menu-popup__outer.is-active ~ .mobile-menu__outer, .mobile-language__outer.is-active ~ .mobile-menu__outer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.mobile-menu__logo {
  line-height: 1.7;
}
.mobile-menu__logo img {
  width: 45px;
}
.mobile-menu__search-results {
  margin: 24px 0;
}
.mobile-menu__search-results__header {
  font-size: 14px;
  color: #9A9A9A;
}
.mobile-menu__search-results ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mobile-menu__search-results ul li {
  line-height: 1.2;
  padding: 15px 0;
  color: #595757;
  font-size: 18px;
}
.mobile-menu__container {
  padding-top: 2px;
}
.mobile-menu__item {
  float: left;
  margin-left: 15px;
}
.mobile-menu__item .icon {
  vertical-align: middle;
}
.mobile-menu__item .icon + span {
  margin-left: 6px;
}
.mobile-menu__hamburger {
  font-size: 14px;
  padding-top: 3px;
  position: relative;
  top: 0;
}
.mobile-menu__hamburger a, .mobile-menu__hamburger a:hover, .mobile-menu__hamburger a:focus, .mobile-menu__hamburger a:active, .mobile-menu__hamburger a:visited {
  color: inherit;
}

.sub-menu {
  height: 32px;
  color: #9A9A9A;
  font-size: 13px;
  padding-top: 5px;
  padding-left: 4.1666666667%;
  padding-right: 4.1666666667%;
}
.sub-menu__outer {
  background: #171717;
}
.sub-menu__item {
  float: left;
  margin-left: 30px;
  cursor: pointer;
  transition: color 0.4s ease-in-out;
}
.sub-menu__item .icon {
  vertical-align: middle;
}
.sub-menu__item .icon + span {
  margin-left: 5px;
}
.sub-menu__item:hover, .sub-menu__item:focus {
  color: #BFBFBF;
}
.sub-menu__item__search-field {
  display: none;
}
.sub-menu__item__search-field input {
  background: none;
  width: 247px;
  height: 14px;
  border: none;
  outline: none;
  color: #9A9A9A;
  border-left: 1px solid #9A9A9A;
  padding-left: 8px;
}
.sub-menu__item__search-field input::-webkit-input-placeholder {
  color: #9A9A9A;
}
.sub-menu__item__search-field input::-moz-placeholder {
  color: #9A9A9A;
}
.sub-menu__item__search-field input:-moz-placeholder {
  color: #9A9A9A;
}
.sub-menu__item__search-field input:-ms-input-placeholder {
  color: #9A9A9A;
}
.sub-menu__item__search-field .icon {
  font-size: 10px;
}
.sub-menu__item__search-field.is-active {
  display: block;
}
.sub-menu__item__search-field.is-active + .sub-menu__item__search {
  display: none;
}
.sub-menu__item__pick-language {
  float: left;
  color: #9A9A9A;
  display: none;
  height: 40px;
  margin-top: -8px;
  padding-top: 8px;
}
.sub-menu__item__pick-language ul {
  list-style: none;
  margin-top: 0;
  margin-right: 12px;
  margin-left: -30px;
  margin-bottom: 0;
  padding: 0;
  white-space: nowrap;
}
.sub-menu__item__pick-language ul li {
  display: inline-block;
  margin: 0 8px;
  position: relative;
}
.sub-menu__item__pick-language ul li a {
  transition: color 0.4s ease-in-out;
}
.sub-menu__item__pick-language ul li a:hover, .sub-menu__item__pick-language ul li a:focus {
  color: #BFBFBF;
}
.sub-menu__item__pick-language ul li:before {
  background: #FFF;
  width: 100%;
  height: 2px;
  content: "";
  display: none;
  position: absolute;
  bottom: -8px;
}
.sub-menu__item__pick-language ul li.is-active:before {
  display: block;
}
@media (min-width:992px) {
  .sub-menu__item__pick-language ul {
    margin-left: -12px;
  }
}
.sub-menu__item__pick-language a {
  color: inherit;
}
.sub-menu__item__language {
  float: right;
}
@media (min-width:992px) {
  .sub-menu__item {
    margin-left: 24px;
  }
}
@media (min-width:992px) {
  .sub-menu {
    height: 40px;
    padding-top: 8px;
  }
}

.menu {
  height: 60px;
  line-height: 1;
  color: #BFBFBF;
  padding-left: 4.1666666667%;
  padding-right: 4.1666666667%;
}
.menu__outer {
  background: #000;
}
.menu__logo {
  padding-top: 9px;
}
@media (min-width:992px) {
  .menu__logo {
    padding-top: 16px;
  }
}
.menu__container {
  height: 100%;
}
.menu__links {
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
  height: 100%;
}
.menu__links li {
  float: left;
  margin-left: 39px;
  padding-top: 21px;
  position: relative;
  height: 100%;
}
.menu__links li a {
  transition: 0.1s ease-in-out;
}
.menu__links li a:hover {
  color: #FFF;
}
.menu__links li:after {
  background: #DA251C;
  width: calc(100% + 8px);
  height: 3px;
  content: "";
  position: absolute;
  bottom: 0;
  margin-left: -4px;
  display: none;
}
.menu__links li.is-active:after {
  display: block;
}
@media (min-width:992px) {
  .menu__links li {
    margin-left: 44px;
    padding-top: 28px;
  }
}
.menu__link-item {
  font-size: 16px;
  color: inherit;
}
.menu__hamburger {
  font-size: 15px;
  float: left;
  padding-top: 24px;
  margin-left: 44px;
}
.menu__hamburger a {
  color: inherit;
  transition: 0.1s ease-in-out;
}
.menu__hamburger a:hover {
  color: #FFF;
}
@media (min-width:992px) {
  .menu__hamburger {
    padding-top: 29px;
    font-size: 16px;
  }
}
@media (min-width:992px) {
  .menu {
    height: 72px;
  }
}

.card-grid {
  padding-left: 4.5px;
  padding-right: 4.5px;
}
.card-grid .card, .card-grid .text-card {
  margin-bottom: 3px;
}
@media (min-width:992px) {
  .card-grid .card, .card-grid .text-card {
    margin-bottom: 4px;
  }
}
.card-grid .mobile-carousel {
  padding-left: 1.5px;
  padding-right: 1.5px;
}
@media (min-width:992px) {
  .card-grid {
    padding-left: 6px;
    padding-right: 6px;
  }
}

@media (min-width:1200px) {
  .news-grid h2 {
    font-size: 34px;
  }
  .news-grid .card__content {
    padding-bottom: 22px;
  }
}
.card {
  background: #171717;
  height: 264px;
  position: relative;
  display: block;
  overflow: hidden;
  opacity: 0;
}
.card__image {
  overflow: hidden;
  height: 100%;
}
.card__image img {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.4s ease-in-out;
  object-fit: cover;
  object-position: center;
  font-family: "object-fit: cover; object-position: center;";
}
.card__image:before {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
@media (min-width:992px) {
  .card:hover .card__image img {
    transform: scale(1.05);
  }
}
.card__content {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  padding-left: 22px;
  padding-right: 25px;
  padding-bottom: 25px;
  color: #FFF;
  transition: padding-bottom 0.4s ease-in-out;
  z-index: 2;
}
@media (min-width:992px) {
  .card__content {
    padding-left: 36px;
    padding-right: 52px;
  }
}
@media (min-width:1200px) {
  .card__content {
    padding-left: 36px;
    padding-right: 52px;
    padding-bottom: 52px;
  }
}
@media (min-width:992px) {
  .card:not(.card--video):hover .card__content {
    padding-bottom: 108px;
  }
}
.card__news {
  padding-bottom: 24px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.card__news h2 {
  max-width: 700px;
}
.card__news h2 .play-btn {
  margin-top: 24px;
}
@media (max-width:991px) {
  .card__news {
    padding-bottom: 0;
  }
}
.card__news p {
  margin-bottom: 0;
}
.card__news__labels {
  position: absolute;
  right: 9px;
  bottom: 9px;
}
@media (min-width:992px) {
  .card__news__labels {
    right: 36px;
    bottom: 32px;
  }
}
.card--video .card__news {
  padding-bottom: 0;
}
@media (min-width:992px) {
  .card__news {
    padding-bottom: 0;
  }
}
.card__btn {
  position: absolute;
  left: 36px;
  bottom: 32px;
  transform: translateY(100%) translateY(36px);
  transition: transform 0.4s ease-in-out;
  display: none;
}
@media (min-width:992px) {
  .card__btn {
    display: block;
  }
}
@media (min-width:992px) {
  .card:not(.card--video):hover .card__btn {
    transform: translateY(0px);
  }
}
.slick-slide .card {
  opacity: 1;
  white-space: normal;
}
@media (min-width:768px) {
  .card {
    height: 200px;
  }
}
@media (min-width:992px) {
  .card {
    height: 250px;
  }
}
@media (min-width:1200px) {
  .card {
    height: 380px;
  }
}

.text-card {
  background: #171717;
  height: 289px;
  position: relative;
  display: block;
  overflow: hidden;
  opacity: 0;
}
.text-card__content {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  padding-left: 22px;
  padding-right: 25px;
  color: #FFF;
  transition: padding-bottom 0.4s ease-in-out;
  z-index: 2;
}
@media (min-width:992px) {
  .text-card__content {
    padding-left: 36px;
    padding-right: 52px;
    padding-bottom: 52px;
  }
}
@media (min-width:992px) {
  .text-card:not(.card--video):hover .text-card__content {
    padding-bottom: 108px;
  }
}
.text-card__news {
  padding-bottom: 24px;
}
.text-card__news span {
  font-size: 18px;
  color: #FFF;
  line-height: 1.7;
}
.text-card__news h2 {
  color: #FFF;
  margin-bottom: 16px;
  max-width: 700px;
}
.text-card__news p {
  font-size: 18px;
  color: #FFF;
  margin-bottom: 0;
}
.text-card__news__labels {
  position: absolute;
  right: 9px;
  bottom: 9px;
}
@media (min-width:992px) {
  .text-card__news__labels {
    right: 36px;
    bottom: 32px;
  }
}
@media (min-width:992px) {
  .text-card__news {
    padding-bottom: 0;
  }
}
.text-card__btn {
  position: absolute;
  left: 36px;
  bottom: 32px;
  transform: translateY(100%) translateY(36px);
  transition: transform 0.4s ease-in-out;
  display: none;
}
@media (min-width:992px) {
  .text-card__btn {
    display: block;
  }
}
@media (min-width:992px) {
  .text-card:not(.card--video):hover .text-card__btn {
    transform: translateY(0px);
  }
}
.slick-slide .text-card {
  opacity: 1;
  white-space: normal;
}
@media (min-width:768px) {
  .text-card {
    height: 280px;
  }
}
@media (min-width:992px) {
  .text-card {
    height: 524px;
  }
}

.label {
  background: #000;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 8px;
  height: 32px;
  border-radius: 32px;
  font-size: 14px;
  color: #9A9A9A;
  line-height: 1;
}
.label--grey {
  background-color: #F6F6F6;
  color: #595757;
}

.play-btn {
  background: #F6F6F6;
  color: #171717;
  text-align: center;
  line-height: 1;
  transition: 0.3s ease-in-out;
  transition-property: background-color, color;
  width: 32px;
  height: 32px;
}
.play-btn .icon {
  font-size: 16px;
  color: inherit;
  position: relative;
  top: 50%;
  left: 1px;
  vertical-align: top;
  transform: translateY(-50%);
}
@media (min-width:768px) {
  .play-btn .icon {
    font-size: 26px;
  }
}
.play-btn:hover, .card:hover .play-btn {
  background-color: #171717;
  color: #FFF;
}
@media (min-width:768px) {
  .play-btn {
    width: 48px;
    height: 48px;
  }
}

.btn {
  outline: none;
  border: none;
  display: inline-block;
  transition: 0.3s ease-in-out;
  color: #FFF;
  background-color: transparent;
  text-align: center;
  cursor: pointer;
}
.btn--disabled {
  cursor: default;
}
.btn--disabled:hover {
  background-color: transparent !important;
  color: #595757 !important;
}
.btn--medium {
  height: 48px;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 14px;
  font-size: 18px;
  line-height: 1;
}
button.btn--medium {
  padding-top: 3px;
}

.btn--black {
  border: 1px solid #000;
  color: #595757;
}
.btn.is-active.btn--black, .btn--black:hover {
  background-color: #000;
  color: #FFF;
}

.btn--bg-black {
  border: 1px solid #000;
  color: #FFF;
  background-color: #000;
}
.btn--white {
  border: 1px solid #FFF;
  color: #FFF;
}
.btn.is-active.btn--white, .btn--white:hover {
  background-color: #FFF;
  color: #000;
}

.btn--solid-black {
  border: 1px solid #000;
  background-color: #000;
  color: #FFF;
}
.btn.is-active.btn--solid-black, .btn--solid-black:hover {
  background-color: rgba(0, 0, 0, 0);
  color: #000;
}

.btn--fluid {
  width: 100%;
}

.mobile-footer {
  font-size: 14px;
  font-weight: 200;
  color: #9A9A9A;
  padding: 40px 4.1666666667%;
}
.mobile-footer__outer {
  background: #171717;
}
.mobile-footer__accordion {
  font-weight: 400;
  margin-bottom: 37px;
}
.mobile-footer__accordion__item {
  border-bottom: 1px solid #595757;
  display: block;
  color: inherit;
}
.mobile-footer__accordion__item__header {
  height: 45px;
  line-height: 1;
  padding-top: 15px;
  position: relative;
}
.mobile-footer__accordion__item__header:before, .mobile-footer__accordion__item__header:after {
  background: #9A9A9A;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.mobile-footer__accordion__item__header:before {
  width: 1px;
  height: 10px;
  right: 7px;
  transition: opacity 0.4s ease-in-out;
}
.is-active .mobile-footer__accordion__item__header:before {
  opacity: 0;
}
.mobile-footer__accordion__item__header:after {
  width: 11px;
  height: 1px;
  right: 2px;
}
.mobile-footer__accordion__item__body {
  display: none;
}
.mobile-footer__accordion__item__body ul {
  list-style: none;
  margin: -12px 0 18px;
  padding: 0;
}
.mobile-footer__accordion__item__body ul li {
  margin: 12px 0;
}
.mobile-footer__accordion__item__body a {
  color: inherit;
  font-weight: 200;
}
a.mobile-footer__accordion__item .mobile-footer__accordion__item__header:before, a.mobile-footer__accordion__item .mobile-footer__accordion__item__header:after {
  display: none;
}

.mobile-footer__links {
  margin-top: 8px;
}
.mobile-footer__links ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mobile-footer__links ul li {
  float: left;
}
.mobile-footer__links ul li:not(:last-of-type):after {
  content: "|";
  display: inline-block;
  margin: 0 12px;
}
.mobile-footer__links a {
  color: inherit;
}

.mobile-footer__outer .footer__media ul {
  text-align: left !important;
}
.mobile-footer__outer li {
  margin-right: 10px !important;
  margin-left: 0 !important;
  margin-top: 20px;
}

.footer {
  font-size: 14px;
  font-weight: 200;
  color: #9A9A9A;
  padding-left: 4.1666666667%;
  padding-right: 4.1666666667%;
}
.footer__outer {
  background: #171717;
}
.footer__media {
  margin-bottom: 20px;
}
.footer__media .media_content {
  border-top: 1px solid rgba(153, 153, 153, 0.5);
  border-bottom: 1px solid rgba(153, 153, 153, 0.5);
  padding: 20px 0px;
}
.footer__media .media_content a {
  color: #9A9A9A;
}
.footer__media .media_content a:hover {
  text-decoration: underline;
}
.footer__media .media_content ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: right;
}
.footer__media .media_content ul li {
  display: inline-block;
  margin-left: 10px;
}
.footer__media .media_content ul li img {
  width: 25px;
}
.footer__top {
  padding-top: 43px;
  padding-bottom: 88px;
}
@media (min-width:992px) {
  .footer__top {
    padding-top: 114px;
    padding-bottom: 88px;
  }
}
.footer__links__title {
  font-weight: 600;
  color: inherit;
  transition: 0.1s ease-in-out;
}
.footer__links__title:hover, .footer__links__title:focus {
  color: #00B0F0;
}
.footer__links ul {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 1;
}
.footer__links ul li {
  margin-top: 12px;
  margin-bottom: 12px;
}
@media (min-width:992px) {
  .footer__links ul li {
    margin-top: 8px;
    margin-bottom: 8px;
  }
}
.footer__links__item {
  color: inherit;
  line-height: 1.3;
  transition: 0.1s ease-in-out;
}
.footer__links__item:hover, .footer__links__item:focus {
  color: #00B0F0;
}
@media (min-width:768px) and (max-width:991px) {
  .footer .col-md-2, .footer .col-md-4 {
    width: 20%;
  }
}
.footer__bottom {
  font-size: 14px;
  padding-bottom: 25px;
}
.footer__bottom a {
  color: inherit;
}
.footer__bottom a:hover, .footer__bottom a:focus {
  color: #00B0F0;
}
@media (min-width:768px) and (max-width:991px) {
  .footer__bottom__copyright {
    width: 40% !important;
  }
}
@media (min-width:992px) {
  .footer {
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
  }
}

.introduction {
  padding: 28px 4.1666666667%;
}
.introduction__outer--white {
  background-color: #FFF;
}
.introduction__title, .introduction h2 {
  color: #171717;
}
.introduction__title {
  font-size: 32px;
  line-height: 1.25;
}
@media (min-width:992px) {
  .introduction__title {
    font-size: 48px;
    line-height: 1;
  }
}
.introduction__content {
  font-size: 18px;
  line-height: 1.8;
}
@media (min-width:992px) {
  .introduction__content {
    font-size: 20px;
    line-height: 2;
  }
}
.introduction .check-list {
  margin: -15px 0;
}
.introduction .check-list li {
  font-size: 20px;
}
.introduction .check-list li:before {
  color: #171717;
}
.introduction a:not(.btn) {
  color: inherit;
  text-decoration: underline;
}
.introduction a:not(.btn):hover, .introduction a:not(.btn):focus {
  text-decoration: none;
}
.introduction a.introduction__cta__byline {
  text-decoration: none;
}
.introduction a.introduction__cta__byline:hover {
  text-decoration: underline;
}
.introduction__cta {
  padding: 47px 0;
}
.introduction__cta__container {
  display: inline-block;
}
.introduction__cta__byline {
  width: 100%;
  display: block;
  text-align: center;
  font-size: 14px;
  font-weight: 200;
  color: #171717;
  margin: 18px 0 0 0;
}
@media (min-width:768px) {
  .introduction__cta {
    padding: 29.5px 0;
  }
}
@media (min-width:992px) {
  .introduction__cta {
    padding: 47px 0;
  }
}
@media (min-width:768px) {
  .introduction {
    padding: 59px 4.1666666667%;
  }
}
@media (min-width:992px) {
  .introduction {
    padding: 94px 0;
  }
}

.mobile-introduction {
  padding: 27px 4.1666666667%;
}
.mobile-introduction__outer {
  background: #FFF;
}

.mobile-secondary-menu__current, .mobile-secondary-menu__dropdown {
  background-color: #FFF;
  padding: 0 4.1666666667%;
}
.mobile-secondary-menu__current {
  height: 48px;
  position: relative;
  cursor: pointer;
}
.mobile-secondary-menu__current__selection, .mobile-secondary-menu__current .icon:before {
  color: #9A9A9A;
}
.mobile-secondary-menu__current__selection {
  padding: 10px 0 0;
}
.mobile-secondary-menu__current .icon {
  font-size: 10px;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin: 1px auto 0;
  transform: translateY(-50%);
  text-align: center;
  line-height: 1;
  transition: 0.4s ease-in-out;
  height: 15px;
  padding-top: 3px;
}
.is-active .mobile-secondary-menu__current .icon {
  transform: translateY(-50%) rotate(-180deg);
}
.mobile-secondary-menu__dropdown {
  position: absolute;
  width: 100%;
  z-index: 30;
  padding: 0 4.1666666667%;
  display: none;
}
.mobile-secondary-menu__dropdown ul {
  list-style: none;
  margin: 0 auto 0px;
  padding: 0;
}
.mobile-secondary-menu__dropdown ul li {
  color: #595757;
  border-bottom: 1px solid #F6F6F6;
  text-align: center;
}
.mobile-secondary-menu__dropdown ul li a {
  color: inherit;
  display: inline-block;
  padding: 11px 0;
}
.mobile-secondary-menu__dropdown ul li a:hover, .mobile-secondary-menu__dropdown ul li a:focus {
  text-decoration: none;
  color: inherit;
}
.mobile-secondary-menu__dropdown ul li.is-active {
  color: #BFBFBF;
}
.mobile-secondary-menu__dropdown ul li:last-of-type {
  border-bottom: none;
}

.check-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.check-list li {
  line-height: 1.2;
  margin: 20px 0;
  padding-left: 26px;
  position: relative;
}
.check-list li:before {
  font-size: 60%;
  color: currentColor;
  margin-right: 12px;
  position: absolute;
  left: 0;
  top: 8px;
}

.text-block {
  padding: 45px 4.1666666667%;
}
.text-block__outer--grey {
  background-color: #F6F6F6;
}
.text-block__outer--white {
  background-color: #FFF;
}
.text-block__aside p {
  margin-bottom: 0;
}
.text-block h1, .text-block h2, .text-block h3, .text-block .check-list li:before, .text-block p strong {
  color: #171717;
}
.text-block p strong {
  font-weight: 600;
}
@media (min-width:992px) {
  .text-block p:first-child {
    margin-top: 0;
  }
}
.text-block a:not(.btn) {
  color: inherit;
  text-decoration: underline;
}
.text-block a:not(.btn):hover, .text-block a:not(.btn):focus {
  text-decoration: none;
}
.text-block a[href^="tel:"], .text-block a[href^="mailto:"] {
  display: block;
  color: #000;
  font-size: 18px;
  text-decoration: none;
}
.text-block a[href^="tel:"] i, .text-block a[href^="mailto:"] i {
  margin: 0 10px 0 0;
  position: relative;
  top: 2px;
}
.text-block a[href^="tel:"]:hover, .text-block a[href^="mailto:"]:hover {
  text-decoration: underline;
}
.text-block .introduction__cta__container:not(:hover) {
  color: #FFF;
}
.text-block .introduction__cta__container a {
  text-decoration: none;
}
@media (min-width:768px) {
  .text-block {
    padding: 59px 4.1666666667%;
  }
}
@media (min-width:992px) {
  .text-block {
    padding: 94px 0;
  }
}

.mobile-carousel {
  white-space: nowrap;
  font-size: 0;
}
.mobile-carousel .slick-slide {
  display: inline-block;
  vertical-align: top;
  width: 294px;
  padding-right: 3px;
}
@media (min-width: 375px) {
  .mobile-carousel .slick-slide {
    width: 324px;
  }
}
@media (min-width:600px) {
  .mobile-carousel .slick-slide {
    width: 460px;
  }
}
@media (min-width:992px) {
  .mobile-carousel .slick-slide {
    padding-right: 4px;
  }
}

.desktop-carousel {
  white-space: nowrap;
  position: relative;
  font-size: 0;
}
.desktop-carousel .slick-slide {
  display: inline-block;
  vertical-align: top;
}
.desktop-carousel .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  display: inline-block;
  background-color: #FFF;
  transition: background-color 0.3s ease-in-out;
  padding: 18px;
  cursor: pointer;
  z-index: 1;
  outline: 0;
}
.desktop-carousel .slick-arrow:before {
  border-width: 0 4px 4px 0;
  border-style: solid;
  border-color: #000;
  position: relative;
  display: block;
  width: 16px;
  height: 16px;
  content: "";
  transition: border-color 0.3s ease-in-out;
}
.desktop-carousel .slick-arrow:hover {
  background-color: #171717;
}
.desktop-carousel .slick-arrow:hover:before {
  border-color: #FFF;
}
.desktop-carousel .slick-arrow.slick-next {
  right: 47px;
  transform: translateY(-50%);
}
.desktop-carousel .slick-arrow.slick-next:before {
  transform: rotate(-45deg);
  left: -3px;
}
.desktop-carousel .slick-arrow.slick-prev {
  left: 47px;
  transform: translateY(-50%);
}
.desktop-carousel .slick-arrow.slick-prev:before {
  transform: rotate(135deg);
  left: 3px;
}

.mobile-language {
  padding: 52px 4.1666666667% 18px;
  text-align: center;
  color: #171717;
}
.mobile-language__outer {
  background: #FFF;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  -webkit-overflow-scrolling: touch;
  z-index: 40;
  display: none;
  overflow: auto;
  overflow: overlay;
}
.mobile-language__outer.is-active {
  display: block;
}
.mobile-language p strong {
  font-weight: 600;
}
.mobile-language__btn {
  margin: 16px 0;
}

.benefits {
  padding: 45px 4.1666666667% 9px;
}
.benefits__outer {
  background-color: #FFF;
}
.benefits__header h1, .benefits__header h2, .benefits__header h3 {
  color: #171717;
}
.benefits__body {
  padding: 22.5px 0;
}
@media (min-width:768px) {
  .benefits__body {
    padding: 29.5px 0;
  }
}
@media (min-width:992px) {
  .benefits__body {
    padding: 47px 0;
  }
}
@media (min-width:992px) {
  .benefits__row:not(:last-of-type) {
    margin-bottom: 75.2px;
  }
}
.benefits__item__icon {
  width: 65px;
  height: 65px;
  color: #171717;
  background-color: #F6F6F6;
  border-radius: 50%;
  text-align: center;
  line-height: 1;
}
.benefits__item__icon .icon {
  font-size: 28px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width:768px) {
  .benefits__item__icon .icon {
    font-size: 32px;
  }
}
@media (min-width:992px) {
  .benefits__item__icon .icon {
    font-size: 40px;
  }
}
@media (min-width:768px) {
  .benefits__item__icon {
    width: 75px;
    height: 75px;
  }
}
@media (min-width:992px) {
  .benefits__item__icon {
    width: 88px;
    height: 88px;
  }
}
.benefits__item__content {
  margin-bottom: 36px;
}
.benefits__item__content p {
  margin: 0;
}
.benefits__item__content p strong {
  font-weight: 600;
  color: #171717;
}
@media (min-width:768px) {
  .benefits__item__content {
    margin-bottom: 47.2px;
  }
}
@media (min-width:992px) {
  .benefits__item__content {
    margin-bottom: 0;
  }
}
@media (min-width:768px) {
  .benefits {
    padding: 59px 4.1666666667% 11.8px;
  }
}
@media (min-width:992px) {
  .benefits {
    padding: 94px 0;
  }
}

.image-popup {
  max-width: 1680px;
  margin: 0 auto;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 4.1666666667%;
}
.image-popup__outer {
  background: rgba(23, 23, 23, 0.95);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 150;
  width: 100%;
  height: 100%;
  display: block;
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}
.image-popup__close {
  margin: 0;
  position: absolute;
  top: -75px;
  right: 10px;
}
.image-popup__close .hamburger .hamburger-inner, .image-popup__close .hamburger .hamburger-inner:before, .image-popup__close .hamburger .hamburger-inner:after {
  transition: background-color 0.3s ease-in-out;
  background-color: #595757;
  width: 24px;
  height: 3px;
}
.image-popup__close:hover .hamburger-inner, .image-popup__close:hover .hamburger-inner:before, .image-popup__close:hover .hamburger-inner:after {
  background-color: #FFF;
}
.image-popup__carousel {
  position: relative;
  text-align: center;
  font-size: 0;
  width: 294px;
  margin: 0 auto;
}
.image-popup__carousel .slick-list {
  overflow: hidden;
  padding: 0 !important;
}
.image-popup__carousel .slick-list .slick-slide {
  display: inline-block;
  position: relative;
  vertical-align: top;
  width: 294px;
  padding: 0 3px;
}
.image-popup__carousel .slick-list .slick-slide img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  object-position: center;
  font-family: "object-fit: cover; object-position: center;";
}
@media (min-width:768px) {
  .image-popup__carousel .slick-list .slick-slide img {
    height: 400px;
  }
}
@media (min-width:992px) {
  .image-popup__carousel .slick-list .slick-slide img {
    height: 500px;
  }
}
@media (min-width:768px) {
  .image-popup__carousel .slick-list .slick-slide {
    width: 600px;
  }
}
@media (min-width:992px) {
  .image-popup__carousel .slick-list .slick-slide {
    width: 656px;
  }
}
@media (min-width:1200px) {
  .image-popup__carousel .slick-list .slick-slide {
    width: 710px;
  }
}
@media (min-width:1672px) {
  .image-popup__carousel .slick-list .slick-slide {
    width: 856px;
  }
}
@media (min-width:768px) {
  .image-popup__carousel .slick-list {
    margin: 0 auto;
    width: 600px;
  }
}
@media (min-width:992px) {
  .image-popup__carousel .slick-list {
    width: 656px;
  }
}
@media (min-width:1200px) {
  .image-popup__carousel .slick-list {
    width: 710px;
  }
}
@media (min-width:1672px) {
  .image-popup__carousel .slick-list {
    width: 856px;
  }
}
.image-popup__carousel .slick-dots {
  padding: 0;
  margin: 25px 0 0 -15px;
}
.image-popup__carousel .slick-dots li {
  display: inline-block;
  vertical-align: middle;
}
.image-popup__carousel .slick-dots li button {
  position: relative;
  width: 4px;
  height: 4px;
  background-color: #BFBFBF;
  border-radius: 50%;
  color: transparent;
  margin: 0 5px 0;
  border: none;
  padding: 0;
  outline: 0;
}
.image-popup__carousel .slick-dots li.slick-active-large button {
  width: 8px;
  height: 8px;
  top: -1px;
}
.image-popup__carousel .slick-dots li.slick-active-medium button {
  width: 6px;
  height: 6px;
  top: -1px;
}
.image-popup__carousel .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  background-color: transparent;
  display: inline-block;
  border-radius: 50%;
  cursor: pointer;
  z-index: 1;
  outline: 0;
}
.image-popup__carousel .slick-arrow:before {
  border-width: 0 4px 4px 0;
  border-style: solid;
  border-color: #595757;
  transition: border-color 0.3s ease-in-out;
  position: relative;
  display: block;
  width: 16px;
  height: 16px;
  content: "";
}
.image-popup__carousel .slick-arrow:hover:before {
  border-color: #FFF;
}
.image-popup__carousel .slick-arrow.slick-next {
  right: 0;
  transform: translateY(-50%);
}
.image-popup__carousel .slick-arrow.slick-next:before {
  transform: rotate(-45deg);
  left: -3px;
}
.image-popup__carousel .slick-arrow.slick-prev {
  left: 0;
  transform: translateY(-50%);
}
.image-popup__carousel .slick-arrow.slick-prev:before {
  transform: rotate(135deg);
  left: 3px;
}
@media (min-width:768px) {
  .image-popup__carousel {
    width: 100%;
  }
}
@media (min-width:992px) {
  .image-popup {
    padding: 0;
  }
}

.video-popup {
  max-width: 1680px;
  margin: 0 auto;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 4.1666666667%;
}
.video-popup__outer {
  background: rgba(23, 23, 23, 0.96);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 150;
  width: 100%;
  height: 100%;
  display: none;
}
.video-popup .hamburger.js--trigger-video-popup {
  vertical-align: top;
  position: absolute;
  top: -75px;
  right: 0;
}
.video-popup .hamburger.js--trigger-video-popup .hamburger-inner, .video-popup .hamburger.js--trigger-video-popup .hamburger-inner:before, .video-popup .hamburger.js--trigger-video-popup .hamburger-inner:after {
  transition: background-color 0.3s ease-in-out;
  background-color: #595757;
  width: 24px;
  height: 3px;
}
.video-popup .hamburger.js--trigger-video-popup:hover .hamburger-inner, .video-popup .hamburger.js--trigger-video-popup:hover .hamburger-inner:before, .video-popup .hamburger.js--trigger-video-popup:hover .hamburger-inner:after {
  background-color: #FFF;
}
@media (min-width:992px) {
  .video-popup {
    padding: 0;
  }
}

.hero-introduction {
  color: #171717;
  padding: 45px 4.1666666667%;
}
.hero-introduction__outer {
  background-color: #FFF;
  position: relative;
}
.hero-introduction__outer--grey {
  background-color: #F6F6F6;
}
.hero-introduction h1, .hero-introduction h2, .hero-introduction h3 {
  margin: 0.75em 0;
}
.hero-introduction h1:first-child, .hero-introduction h2:first-child, .hero-introduction h3:first-child {
  margin-top: 0;
}
.hero-introduction__image {
  background: #9A9A9A;
  top: 0;
  right: 0;
  overflow: hidden;
  margin: 22.5px 0 0;
}
.hero-introduction__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  font-family: "object-fit: cover; object-position: bottom;";
}
@media (min-width:768px) {
  .hero-introduction__image {
    width: 50%;
    height: calc(100% + 74px);
    position: absolute;
    margin: 0;
  }
}
@media (min-width:768px) {
  .hero-introduction {
    padding: 59px 4.1666666667%;
  }
}
@media (min-width:992px) {
  .hero-introduction {
    padding: 94px 0;
  }
}

@media (min-width:768px) {
  .hero-introduction__outer + .feature-blocks__outer {
    padding-top: 29.5px;
  }
}
@media (min-width:992px) {
  .hero-introduction__outer + .feature-blocks__outer {
    padding-top: 47px;
  }
}

.input-field {
  height: 95px;
  position: relative;
}
.input-field.is-active .input-field__placeholder {
  font-size: 14px;
  color: #9A9A9A;
  transform: translateY(0px);
}
.input-field__placeholder {
  position: absolute;
  top: 0;
  color: #595757;
  transition: 0.3s ease-in-out;
  transform: translateY(26px) translateY(50%);
  line-height: 1;
}
.input-field__field {
  height: 59px;
  position: absolute;
  bottom: 23px;
  left: 0;
  z-index: 5;
  width: 100%;
}
.input-field__field input {
  padding: 0;
  background-color: transparent;
  width: 100%;
  height: 100%;
  outline: none;
  border: none;
  border-bottom: 2px solid #BFBFBF;
  font-size: 18px;
  font-weight: 200;
  color: #171717;
  transition: border-color 0.3s ease-in-out;
  border-radius: 0;
}
.input-field__field input:focus {
  border-bottom: 2px solid #00B0F0;
}
.is-error .input-field__field input {
  border-color: #DA251C;
}
.input-field__icon {
  position: absolute;
  width: 14px;
  height: 59px;
  bottom: 23px;
  right: 0;
}
.input-field__icon .icon:before {
  font-size: 14px;
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
}
.is-error .input-field__icon .icon:before {
  color: #DA251C;
}
.is-valid .input-field__icon .icon:before {
  color: #00B0F0;
}
.input-field__error {
  font-size: 14px;
  color: #DA251C;
  position: absolute;
  bottom: 0;
  line-height: 1;
  display: none;
}
.is-error .input-field__error {
  display: block;
}

.js--trigger-image-popup {
  cursor: pointer;
}

.dropdown {
  background: none;
  height: 48px;
  appearance: none;
  border: 1px solid #171717;
  border-radius: 0;
  padding: 0 62px 0 25px;
  color: #595757;
  font-size: 18px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.dropdown__outer {
  position: relative;
  display: inline-block;
}
.dropdown__outer .icon {
  position: absolute;
  font-size: 10px;
  color: #171717;
  top: 50%;
  right: 17px;
  transform: translateY(-50%);
  line-height: 1;
}

.globe__dot.cls-1 {
  fill: #00B0F0;
}

.news-grid .card:hover .card__image:before {
  background: rgba(0, 0, 0, 0.56);
}
.news-grid .card .card__image:before {
  background: rgba(0, 0, 0, 0.3);
}

.hero-slider {
  height: 264px;
  margin-bottom: 3px;
  position: relative;
}
.hero-slider__container {
  height: 100%;
  overflow: hidden;
  position: relative;
}
.hero-slider__item {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.4s ease-in;
}
.hero-slider__item img {
  width: 100%;
  height: 100%;
  position: relative;
  object-fit: cover;
  object-position: center;
  font-family: "object-fit: cover; object-position: center;";
}
.hero-slider__item.is-active {
  opacity: 1;
  transition: opacity 0.4s ease-out;
}
.hero-slider__controls {
  position: absolute;
  bottom: 11px;
  left: 0;
  width: 100%;
  text-align: right;
  z-index: 10;
  padding-left: 4.1666666667%;
  padding-right: 4.1666666667%;
  font-size: 0;
}
.hero-slider__controls__item {
  width: 23px;
  height: 23px;
  display: inline-block;
  margin-left: 6px;
  cursor: pointer;
}
.hero-slider__controls__item:before {
  background: #F6F6F6 linear-gradient(#00B0F0, #00B0F0) center left no-repeat;
  background-size: 0 2px;
  width: 23px;
  height: 2px;
  content: "";
  top: 50%;
  transform: translateX(0) translateY(-50%);
  position: relative;
  display: block;
}
@-webkit-keyframes hero_slider_control {
  0% {
    background-size: 0 2px;
  }
  100% {
    background-size: 23px 2px;
  }
}
@-moz-keyframes hero_slider_control {
  0% {
    background-size: 0 2px;
  }
  100% {
    background-size: 23px 2px;
  }
}
@-o-keyframes hero_slider_control {
  0% {
    background-size: 0 2px;
  }
  100% {
    background-size: 23px 2px;
  }
}
@keyframes hero_slider_control {
  0% {
    background-size: 0 2px;
  }
  100% {
    background-size: 23px 2px;
  }
}
.hero-slider__controls__item.is-active:before {
  -webkit-animation-delay: 0s;
  -webkit-animation-duration: 4s;
  -webkit-animation-name: "hero_slider_control";
  -webkit-animation-fill-mode: forwards;
  -moz-animation-delay: 0s;
  -moz-animation-duration: 4s;
  -moz-animation-name: "hero_slider_control";
  -moz-animation-fill-mode: forwards;
  -o-animation-delay: 0s;
  -o-animation-duration: 4s;
  -o-animation-name: "hero_slider_control";
  -o-animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-duration: 4s;
  animation-name: "hero_slider_control";
  animation-fill-mode: forwards;
}
.hero-slider__controls__item.force-active:before {
  background-size: 23px 2px;
}
@media (min-width:992px) {
  .hero-slider__controls__item {
    margin-left: 8px;
  }
}
@media (min-width:992px) {
  .hero-slider__controls {
    bottom: 24px;
  }
}
@media (min-width:768px) {
  .hero-slider {
    height: 290px;
  }
}
@media (min-width:992px) {
  .hero-slider {
    height: 544px;
    margin-bottom: 4px;
  }
}

.hero-video {
  height: 264px;
  margin-bottom: 3px;
}
.hero-video__container {
  background: #000;
  height: 100%;
  overflow: hidden;
}
.hero-video__container img {
  position: relative;
  width: auto;
  height: 100%;
  object-fit: cover;
  object-position: center;
  font-family: "object-fit: cover; object-position: center;";
}
@media (min-width: 472px) {
  .hero-video__container img {
    width: 100%;
    height: auto;
  }
}
.hero-video__container video {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  font-family: "object-fit: cover; object-position: center;";
}
@media (min-width: 472px) {
  .hero-video__container video {
    width: 100%;
  }
}
@media (min-width:768px) {
  .hero-video {
    height: 290px;
  }
}
@media (min-width:992px) {
  .hero-video {
    height: 544px;
    margin-bottom: 4px;
  }
}

.hero-image {
  height: 264px;
  margin-bottom: 3px;
}
.hero-image__container {
  background: #000;
  height: 100%;
  overflow: hidden;
}
.hero-image__container img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  font-family: "object-fit: cover; object-position: center;";
}
@media (min-width:768px) {
  .hero-image {
    height: 290px;
  }
}
@media (min-width:992px) {
  .hero-image {
    height: 544px;
    margin-bottom: 4px;
  }
}

.payoff {
  background: #F6F6F6;
  height: 171px;
  padding-left: 8.3333333333%;
  padding-right: 8.3333333333%;
  display: inline-block;
  width: 87.5%;
  margin-left: -2px;
}
.payoff__outer {
  margin-top: -100px;
  position: absolute;
  width: 100%;
  padding-left: 2px;
  padding-right: 2px;
  z-index: 3;
}
@media (min-width:768px) {
  .payoff__outer {
    margin-top: -109px;
  }
}
@media (min-width:992px) {
  .payoff__outer {
    margin-top: -200px;
  }
}
.payoff__container {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.payoff h2 {
  color: #171717;
}
.payoff p .icon {
  font-size: 7px;
  color: #00B0F0;
  vertical-align: middle;
  margin-right: 12px;
}
@media (min-width:768px) {
  .payoff {
    width: 58.3333333333%;
    height: 160px;
  }
}
@media (min-width:992px) {
  .payoff {
    height: 260px;
  }
}

.block-title-center {
  text-align: center;
  color: #171717;
  padding-top: 66px;
  padding-bottom: 66px;
}
.block-title-center p {
  margin: 6px auto;
  max-width: 284px;
}
.block-title-center p:last-of-type {
  margin-bottom: 0;
}
@media (min-width:768px) {
  .block-title-center p {
    max-width: 100%;
  }
}
@media (min-width:992px) {
  .block-title-center p {
    margin: 20px 0;
  }
}
@media (min-width:992px) {
  .block-title-center {
    padding-top: 96px;
    padding-bottom: 96px;
  }
}

.pagination {
  padding: 24px 4.1666666667%;
}
.pagination__outer--white {
  background-color: #FFF;
}
.pagination__pages .btn {
  margin-right: 4px;
}
.pagination__more {
  text-align: center;
}
@media (min-width:768px) {
  .pagination__more {
    float: right;
    text-align: left;
  }
}
@media (min-width:992px) {
  .pagination {
    padding: 44px 0;
  }
}

.secondary-menu {
  text-align: center;
  height: 56px;
}
.secondary-menu__outer {
  background-color: #FFF;
  position: relative;
  z-index: 2;
}
.secondary-menu ul {
  margin: 0;
  padding: 0;
  height: 100%;
}
.secondary-menu ul li {
  font-size: 16px;
  display: inline-block;
  margin: 0 28px;
  color: #9A9A9A;
  line-height: 1;
  height: 100%;
  vertical-align: top;
  padding: 20px 0 0;
  position: relative;
  transition: 0.1s ease-in-out;
}
.secondary-menu ul li .icon {
  font-size: 12px;
  vertical-align: middle;
  position: relative;
  top: -1px;
  margin-right: 8px;
}
.secondary-menu ul li a {
  color: inherit;
  height: 100%;
  display: block;
  padding: 0 2px;
}
.secondary-menu ul li:after {
  background: #171717;
  position: absolute;
  width: 100%;
  height: 3px;
  content: "";
  display: none;
  bottom: 0;
  left: 0;
}
.secondary-menu ul li:hover {
  color: #171717;
}
.secondary-menu ul li.is-active {
  color: #171717;
}
.secondary-menu ul li.is-active:after {
  display: block;
}
.secondary-menu .byd-in-the-uk {
  z-index: 1;
  cursor: pointer;
}
.secondary-menu .byd-in-the-uk:hover .sub-nav-children {
  display: block;
}
.secondary-menu .sub-nav-children {
  margin-top: 18px;
  display: none;
}
.secondary-menu .sub-nav-children ul {
  display: block;
  margin: 0;
  padding: 0;
  width: 147px;
  list-style: none;
}
.secondary-menu .sub-nav-children ul li {
  display: block;
  width: 100%;
  border: 1px solid #DCDDDF;
  margin: 0;
  padding: 0;
  font-size: 14px;
  height: 38;
  gap: 16px;
  border-width: 0.5px;
  padding-top: 8px;
  padding-right: 16px;
  padding-bottom: 8px;
  padding-left: 16px;
  background: #fff;
}
.secondary-menu .sub-nav-children ul li:last-child {
  border-top: 0;
}
.secondary-menu .sub-nav-children ul li:hover {
  background: #F7F7F7;
}

.show_third {
  background: #FFFFFF;
  z-index: 100;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.05);
}

.third_nav_container {
  z-index: -1;
  width: 100%;
  position: absolute;
  top: 56px;
  left: 0px;
  padding-top: 16px;
  background: #fff;
  display: none;
  flex-direction: row;
  flex-wrap: nowrap;
}
.third_nav_container.active {
  display: flex;
}
.third_nav_container .left-panel {
  height: 100%;
}
.third_nav_container .left-panel ul {
  height: auto;
}
.third_nav_container .left-panel ul li {
  margin: 0;
  display: block;
  text-align: left;
  line-height: 64px;
  padding: 0 50px;
  width: 280px;
}
.third_nav_container .left-panel ul li a {
  padding: 0;
}
.third_nav_container .left-panel ul li.active a {
  border-bottom: 3px solid #171717;
  color: #171717;
}
.third_nav_container .right-panel {
  height: 100%;
  display: block;
  text-align: left;
}
.third_nav_container .right-panel ul {
  display: none;
  flex-direction: row;
  flex-wrap: wrap;
  padding-bottom: 16px;
}
.third_nav_container .right-panel ul.active {
  display: flex;
}
.third_nav_container .right-panel li {
  padding: 0;
  margin: 0;
  display: inline-block;
}
.third_nav_container .right-panel li a {
  padding: 0 15px;
}
.third_nav_container .right-panel li a:hover {
  background: #F9F9F9;
}
.third_nav_container .right-panel li a.is-active {
  background: #F9F9F9;
}
.third_nav_container .right-panel li p {
  display: block;
  line-height: 64px;
  text-align: center;
  font-size: 16px;
  margin: 0px;
}

.mobile-third-menu-container {
  display: none;
}
.mobile-third-menu-container.active {
  display: block;
}
.mobile-third-menu-container ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.product-cards {
  padding-left: 4.5px;
  padding-right: 4.5px;
}
.product-cards__item {
  height: 264px;
  overflow: hidden;
  position: relative;
  margin-bottom: 3px;
  display: block;
  opacity: 0;
}
@media (max-width:479px) {
  .product-cards__item {
    height: 130px;
  }
  .product-cards__item__content .btn {
    display: none;
  }
  .product-cards__item__content p {
    display: none;
  }
}
.product-cards__item__image {
  position: relative;
  height: 100%;
}
.product-cards__item__image img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  font-family: "object-fit: cover; object-position: center;";
}
.product-cards__item__image:before {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.product-cards__item__content {
  padding: 0 20px;
  position: absolute;
  bottom: 25px;
  left: 0;
  width: 100%;
  color: #FFF;
  margin: 0;
  z-index: 5;
}
.product-cards__item__content p {
  margin: 8px 0 0;
}
.product-cards__item__content .btn {
  margin-top: 30px;
}
@media (min-width:992px) {
  .product-cards__item__content {
    bottom: 64px;
    padding: 0 8.3333333333%;
  }
}
@media (min-width:768px) {
  .product-cards__item {
    height: 280px;
  }
}
@media (min-width:992px) {
  .product-cards__item {
    height: 400px;
    margin-bottom: 4px;
  }
}
@media (min-width:1200px) {
  .product-cards__item {
    height: 524px;
    margin-bottom: 4px;
  }
}
@media (min-width:992px) {
  .product-cards {
    padding-left: 6px;
    padding-right: 6px;
  }
}

.bg-white {
  background: #fff;
}

.bg-gray {
  background: #f7f7f7;
}

.bd11 {
  background: #fff;
}
.bd11 .feature-blocks__item__content {
  padding: 0;
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: center;
}

.product-block-wrap {
  padding: 96px 0;
}
.product-block-wrap .product-block-title {
  padding-bottom: 96px;
  font-size: 40px;
}
.product-block-wrap .two-column-row {
  display: flex;
  flex-flow: row nowrap;
}
.product-block-wrap .two-column-row div {
  margin-right: 40px;
  flex: 1;
}
.product-block-wrap .two-column-row div img {
  width: 100%;
}
.product-block-wrap .two-column-row div:last-child {
  margin-right: 0;
}
.product-block-wrap .two-column-row div div {
  padding: 48px;
}
.product-block-wrap .two-column-row ul {
  padding-left: 20px;
}
.product-block-wrap .two-column-row ul li {
  font-size: 18px;
  font-family: "Source Sans Pro";
  color: #000;
}
.product-block-wrap .image-text-column {
  background: white;
  margin-bottom: 48px;
}
.product-block-wrap .image-text-column img {
  width: 100%;
}
.product-block-wrap .image-text-column .image-text-column-text h3 {
  font-size: 24px;
}
.product-block-wrap .image-text-column .image-text-column-image {
  position: relative;
}
.product-block-wrap .image-text-column .image-text-column-image .image-over {
  display: none;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  font-weight: 700;
  font-size: 36px;
  line-height: 48px;
  color: white;
  max-width: 450px;
  margin: 0 64px;
  margin-top: -48px;
}
.product-block-wrap .image-text-column .image-text-column-image .image-over.image-over-right {
  right: 0;
}
.product-block-wrap .image-text-column .image-text-column-text {
  background: white;
  padding: 30px 96px;
}
.product-block-wrap .image-text-column .image-text-column-text br {
  margin: 10px;
}
.product-block-wrap .feature-blocks__item {
  padding-bottom: 48px;
}

@media (min-width:768px) and (max-width:1199px) {
  .bd11 .bus-header__title {
    font-size: 40px;
  }
  .bd11 .product-block-wrap .col-md-1, .bd11 .product-block-wrap .col-md-4, .bd11 .product-block-wrap .col-md-5, .bd11 .product-block-wrap col-md-10 {
    width: 0px;
  }
  .bd11 .product-block-wrap .feature-blocks__item {
    padding-bottom: 26px;
  }
  .bd11 .product-block-wrap .image-text-column .image-text-column-text {
    padding: 24px 40px;
  }
  .bd11 .feature-blocks__item .col-md-1, .bd11 .feature-blocks__item .col-md-4, .bd11 .feature-blocks__item .col-md-5 {
    width: 0px;
  }
  .bd11 .feature-blocks__item .col-space {
    width: 16px;
  }
  .bd11 .feature-blocks__item .row {
    display: flex;
  }
  .bd11 .feature-blocks__item .row .col-md-4, .bd11 .feature-blocks__item .row .col-md-5 {
    flex: 1;
  }
  .bd11 .feature-blocks__item .feature-blocks__item__image {
    padding: 0;
  }
  .bd11 .feature-blocks__item--small [class*=col-xs-] {
    height: auto;
  }
  .product-block-wrap {
    background: #F7F7F7;
    padding: 64px 16px 20px 16px;
  }
  .product-block-wrap.bg-white {
    background: white;
  }
  .product-block-wrap .product-block-title {
    font-size: 32px;
    padding-bottom: 64px;
  }
  .product-block-wrap .two-column-row div {
    margin-right: 20px;
  }
}
@media (max-width:479px) {
  .bd11 .bus-header {
    height: 300px;
  }
  .bd11 {
    margin-bottom: 0 !important;
  }
  .bd11 .bus-header__bus picture, .bd11 .bus-header__bus img {
    width: 100% !important;
  }
  .bd11 .bus-header__bus img {
    transform: translateX(-50%) translateY(0%);
  }
  .bd11 .feature-blocks__item {
    padding-top: 12px;
    padding-bottom: 0px;
  }
  .bd11 .feature-blocks__item__image {
    padding-top: 0;
  }
  .bd11 .feature-blocks__item__image picture, .bd11 .feature-blocks__item__image img {
    width: 100%;
  }
  .product-block-wrap {
    background: #F7F7F7;
    padding: 20px 16px 20px 16px;
  }
  .product-block-wrap .product-block-title {
    font-size: 32px;
    padding-bottom: 48px;
    padding-top: 28px;
  }
  .product-block-wrap .two-column-row {
    display: flex;
    flex-flow: column nowrap;
  }
  .product-block-wrap .two-column-row div {
    margin-right: 0;
    max-width: 620px;
  }
  .product-block-wrap .two-column-row div img {
    width: 100%;
  }
  .product-block-wrap .two-column-row div:last-child {
    margin-right: 0;
  }
  .product-block-wrap .two-column-row div div {
    padding: 16px;
  }
  .product-block-wrap .two-column-row div div h3 {
    font-size: 24px;
    font-weight: bold;
  }
  .product-block-wrap .two-column-row div div p {
    font-size: 18px;
  }
  .product-block-wrap .image-text-column {
    margin-bottom: 16px;
  }
  .product-block-wrap .image-text-column img {
    width: 100%;
  }
  .product-block-wrap .image-text-column .image-text-column-text {
    background: white;
    padding: 16px 16px;
  }
  .product-block-wrap .image-text-column .image-text-column-text p {
    margin: 0;
  }
  .product-block-wrap .image-text-column .image-text-column-text br {
    margin: 10px;
  }
  .bg-white {
    background: #fff;
  }
}
.b12 .flex-d .flex-d-text {
  margin-bottom: 48px;
}

.mosaic {
  height: 716px;
  padding: 262px 0 0;
  position: relative;
}
.mosaic__outer {
  box-shadow: inset 0 -480px 0 0 #FFF;
}
@media (min-width:768px) {
  .mosaic__outer {
    box-shadow: inset 0 -700px 0 0 #FFF;
  }
}
@media (min-width:992px) {
  .mosaic__outer {
    box-shadow: inset 0 -490px 0 0 #FFF;
  }
}
.mosaic__tile {
  position: absolute;
  top: 0;
  width: 100%;
}
.mosaic__tile > [class*=col-xs-] {
  height: 100%;
  padding-left: 4px;
  padding-right: 4px;
}
.mosaic__tile__image {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 20;
}
.mosaic__tile__image img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  font-family: "object-fit: cover; object-position: center;";
}
.mosaic__tile__image__large {
  color: #FFF;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
  line-height: 1;
  cursor: pointer;
}
.mosaic__tile__image__large .icon {
  font-size: 16px;
}
@media (min-width:768px) {
  .mosaic__tile__image__large {
    top: 13px;
    right: 13px;
  }
}
.mosaic__tile__content {
  background: #171717;
  width: 100%;
  height: 100%;
  padding: 12px 20px;
  color: #FFF;
}
.mosaic__tile__content h3 {
  color: #00B0F0;
  margin: 0;
}
.mosaic__tile__content p {
  margin: 3px 0 0;
}
@media (min-width:768px) {
  .mosaic__tile__content p {
    margin-top: 24px;
  }
}
@media (min-width: 375px) {
  .mosaic__tile__content {
    padding: 24px 20px;
  }
}
@media (min-width:768px) {
  .mosaic__tile__content {
    padding: 30px 25px;
  }
}
@media (min-width:992px) {
  .mosaic__tile__content {
    padding: 50px 64px;
  }
}
.mosaic__tile--1 {
  left: 0;
  height: 176px;
}
.mosaic__tile--1 > [class*=col-xs-] {
  padding-left: 3px;
  padding-right: 3px;
}
@media (min-width:992px) {
  .mosaic__tile--1 > [class*=col-xs-] {
    float: right;
    padding-left: 2px;
    padding-right: 4px;
  }
}
@media (min-width:768px) {
  .mosaic__tile--1 {
    height: 280px;
  }
}
@media (min-width:992px) {
  .mosaic__tile--1 {
    height: 524px;
    left: auto;
    right: 0;
  }
}
.mosaic__tile--2 {
  top: 0;
  right: 0;
  height: 176px;
}
.mosaic__tile--2 > [class*=col-xs-] {
  float: right;
  padding-left: 0;
  padding-right: 4.5px;
}
@media (min-width:992px) {
  .mosaic__tile--2 > [class*=col-xs-] {
    float: left;
    padding-left: 4px;
    padding-right: 2px;
  }
}
@media (min-width:768px) {
  .mosaic__tile--2 {
    height: 280px;
  }
}
@media (min-width:992px) {
  .mosaic__tile--2 {
    height: 524px;
    top: 262px;
    left: 0;
    right: auto;
  }
}
.mosaic__tile--3 {
  top: 179px;
  right: 0;
  height: 176px;
}
.mosaic__tile--3 > [class*=col-xs-] {
  float: right;
  padding-left: 0;
}
@media (min-width:992px) {
  .mosaic__tile--3 > [class*=col-xs-] {
    float: left;
    padding-left: 2px;
  }
}
@media (min-width:768px) {
  .mosaic__tile--3 {
    top: 283px;
    height: 280px;
  }
}
@media (min-width:992px) {
  .mosaic__tile--3 {
    top: 528px;
    left: 33.3333333333%;
    right: auto;
    height: 258px;
  }
}
.mosaic__tile--4 {
  top: 358px;
  height: 176px;
  right: 0;
}
.mosaic__tile--4 > [class*=col-xs-] {
  padding-left: 3px;
  float: left;
}
@media (min-width:992px) {
  .mosaic__tile--4 > [class*=col-xs-] {
    padding-left: 0;
    float: right;
  }
}
@media (min-width:768px) {
  .mosaic__tile--4 {
    height: 280px;
    top: 566px;
  }
}
@media (min-width:992px) {
  .mosaic__tile--4 {
    top: 528px;
    height: 524px;
  }
}
.mosaic__tile--5 {
  top: 179px;
  height: 176px;
}
.mosaic__tile--5 > [class*=col-xs-] {
  padding-left: 3px;
}
@media (min-width:768px) {
  .mosaic__tile--5 {
    height: 280px;
    top: 283px;
  }
}
@media (min-width:992px) {
  .mosaic__tile--5 {
    height: 788px;
    top: 789px;
    left: 16.6666666667%;
  }
}
.mosaic__tile--6 {
  top: 537px;
  height: 176px;
}
.mosaic__tile--6 > [class*=col-xs-] {
  padding-left: 3px;
}
@media (min-width:992px) {
  .mosaic__tile--6 > [class*=col-xs-] {
    padding-left: 0;
    float: right;
  }
}
@media (min-width:768px) {
  .mosaic__tile--6 {
    top: 849px;
    height: 280px;
  }
}
@media (min-width:992px) {
  .mosaic__tile--6 {
    height: 260px;
    top: 1056px;
  }
}
.mosaic__tile--7 {
  top: 537px;
  height: 176px;
}
.mosaic__tile--7 > [class*=col-xs-] {
  float: right;
  padding-left: 0;
}
@media (min-width:768px) {
  .mosaic__tile--7 {
    height: 280px;
    top: 566px;
  }
}
@media (min-width:992px) {
  .mosaic__tile--7 {
    height: 524px;
    top: 1320px;
  }
}
@media (min-width:768px) {
  .mosaic {
    height: 1132px;
  }
}
@media (min-width:992px) {
  .mosaic {
    height: 1848px;
  }
  .mosaic.auto {
    height: 1500px;
  }
}

.bus-models {
  padding: 9px 12px 0;
}
.bus-models__outer {
  background: #FFF;
}
.bus-models__title, .bus-models__description {
  padding: 0 4.1666666667%;
  margin-left: -9px;
  margin-right: -9px;
}
@media (min-width:768px) {
  .bus-models__title, .bus-models__description {
    padding: 0;
    margin-left: 0;
    margin-right: 0;
  }
}
.bus-models__title {
  color: #171717;
  margin-bottom: 12px;
}
.bus-models__range__image img {
  width: 100%;
  height: auto;
}
.bus-models__range__item {
  text-align: center;
  margin: 40px 0 0;
}
.bus-models__range__item h4 {
  color: #171717;
}
.bus-models__range__item a {
  color: #595757;
  text-decoration: underline;
}
.bus-models__range__item a:hover {
  text-decoration: none;
}
.bus-models__range__mobile-item {
  height: 401px;
  box-shadow: inset 0 -149px 0 0 #F6F6F6, inset 0 0 0 1px #F6F6F6;
  position: relative;
  margin-bottom: 3px;
}
.bus-models__range__mobile-item__outer {
  padding-top: 45px;
  margin: 0 -4.5px;
}
.bus-models__range__mobile-item__image, .bus-models__range__mobile-item__city {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.bus-models__range__mobile-item__city img {
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 149px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media (min-width: 375px) {
  .bus-models__range__mobile-item__city img {
    width: auto;
    height: 248px;
  }
}
.bus-models__range__mobile-item__image img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: calc(100% - 40px);
  height: auto;
}
.bus-models__range__mobile-item__content {
  padding: 0 4.1666666667%;
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 100%;
}
.bus-models__range__mobile-item__content h2 {
  color: #171717;
  margin-bottom: 3px;
}
.bus-models__range__mobile-item__content a {
  color: #595757;
  text-decoration: underline;
  font-size: 18px;
}
.bus-models__range__mobile-item__content a:hover {
  text-decoration: none;
}
@media (min-width:768px) {
  .bus-models {
    padding: 59px 4.1666666667%;
  }
}
@media (min-width:992px) {
  .bus-models {
    padding: 0 0 94px 0;
  }
}

.advanced-battery {
  padding: 45px 4.1666666667%;
}
.advanced-battery__header h2 {
  color: #171717;
}
.advanced-battery__header a {
  color: #595757;
  text-decoration: underline;
}
.advanced-battery__header a:hover {
  text-decoration: none;
}
.advanced-battery__container {
  margin: 94px 0;
}
.advanced-battery__image {
  text-align: center;
}
.advanced-battery__image img {
  width: 100%;
}
.advanced-battery__specification__item {
  position: absolute;
  width: 100%;
  z-index: 1;
}
.advanced-battery__specification__item__original {
  background: linear-gradient(to right, #171717 0%, #171717 60%, transparent 60%, transparent 100%) left bottom repeat-x;
  background-size: 8px 1px;
  color: #595757;
  padding: 10px 0;
}
.advanced-battery__specification__item__original span, .advanced-battery__specification__item__original .icon {
  position: relative;
  z-index: 4;
  transition: transform 0.4s ease-in-out, color 0.4s ease-in-out;
}
.advanced-battery__specification__item__original .icon {
  color: #171717;
  font-size: 12px;
  margin-right: 12px;
  display: inline-block;
}
.is-active .advanced-battery__specification__item__original .icon {
  transform: rotate(-45deg);
}
.is-active .advanced-battery__specification__item__original span {
  color: #171717;
}
.advanced-battery__specification__item__original:after {
  width: 9px;
  height: 9px;
  content: "";
  position: absolute;
  background: #171717;
  border-radius: 50%;
  bottom: -3px;
  right: -3px;
}
.advanced-battery__specification__item__original header {
  position: relative;
  display: inline-block;
  cursor: pointer;
  user-select: none;
  z-index: 5;
}
.advanced-battery__specification__item__popup {
  background: #FFF;
  position: absolute;
  top: -24px;
  left: -24px;
  padding: 66px 28px 22px 49px;
  box-sizing: border-box;
  display: none;
  width: 312px;
}
.advanced-battery__specification__item__popup span, .advanced-battery__specification__item__popup p {
  display: inline-block;
  max-width: 235px;
  margin: 0;
  text-align: left;
}
.advanced-battery__specification__item--performance {
  top: 21%;
  left: 8.3333333333%;
  width: 23.6805555556%;
}
@media (min-width:1200px) {
  .advanced-battery__specification__item--performance {
    top: 20.5%;
  }
}
.advanced-battery__specification__item--life {
  top: 44%;
  left: 8.3333333333%;
  width: 20.625%;
}
@media (min-width:1200px) {
  .advanced-battery__specification__item--life {
    top: 44.5%;
  }
}
@media (min-width:1672px) {
  .advanced-battery__specification__item--life {
    top: 46%;
  }
}
.advanced-battery__specification__item--safety {
  top: 73%;
  left: 16.6666666667%;
  width: 23.8194444444%;
}
@media (min-width:1200px) {
  .advanced-battery__specification__item--safety {
    top: 78%;
  }
}
@media (min-width:1672px) {
  .advanced-battery__specification__item--safety {
    top: 80%;
  }
}
.advanced-battery__specification__item--cooling, .advanced-battery__specification__item--warranty, .advanced-battery__specification__item--environment {
  text-align: right;
}
.advanced-battery__specification__item--cooling {
  top: -1.5%;
  right: 16.6666666667%;
  width: 20.2083333333%;
}
.advanced-battery__specification__item--cooling:after {
  background: linear-gradient(to top, #171717 0%, #171717 60%, transparent 60%, transparent 100%) left top repeat-y;
  background-size: 1px 8px;
  width: 1px;
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  padding-top: 36.8%;
}
@media (min-width:1200px) {
  .advanced-battery__specification__item--cooling {
    top: -3.5%;
  }
}
@media (min-width:1672px) {
  .advanced-battery__specification__item--cooling {
    top: -4%;
  }
}
.advanced-battery__specification__item--cooling .advanced-battery__specification__item__original:after {
  left: -4px;
  right: auto;
  top: 100%;
  bottom: auto;
  margin-top: 36.8%;
}
.advanced-battery__specification__item--warranty {
  top: 35%;
  right: 12.5%;
  width: 22.2222222222%;
}
@media (min-width:1200px) {
  .advanced-battery__specification__item--warranty {
    top: 33%;
  }
}
@media (min-width:1672px) {
  .advanced-battery__specification__item--warranty {
    top: 33.5%;
  }
}
.advanced-battery__specification__item--environment {
  top: 70%;
  right: 20.8333333333%;
  width: 31.9444444444%;
}
@media (min-width:1200px) {
  .advanced-battery__specification__item--environment {
    top: 71%;
  }
}
@media (min-width: 1400px) {
  .advanced-battery__specification__item--environment {
    top: 74%;
  }
}
@media (min-width:1672px) {
  .advanced-battery__specification__item--environment {
    top: 76%;
  }
}
.advanced-battery__specification__item--warranty .advanced-battery__specification__item__original:after, .advanced-battery__specification__item--environment .advanced-battery__specification__item__original:after {
  right: auto;
  left: -3px;
}
@media (min-width:768px) {
  .advanced-battery {
    padding: 59px 4.1666666667%;
  }
}
@media (min-width:992px) {
  .advanced-battery {
    padding: 94px 0;
  }
}

.mobile-advanced-battery {
  padding: 45px 4.1666666667%;
}
.mobile-advanced-battery__image {
  text-align: center;
  padding: 22.5px 0;
}
.mobile-advanced-battery__image img {
  max-width: 80%;
}
@media (min-width:600px) {
  .mobile-advanced-battery__image img {
    max-width: 70%;
  }
}
@media (min-width:768px) {
  .mobile-advanced-battery__image img {
    max-width: 65%;
  }
}
@media (min-width:600px) {
  .mobile-advanced-battery__image {
    padding: 45px 0;
  }
}
.mobile-advanced-battery__item {
  margin-bottom: 45px;
}
.mobile-advanced-battery__item header .icon, .mobile-advanced-battery__item header span {
  color: #171717;
}
.mobile-advanced-battery__item header .icon {
  font-size: 12px;
  vertical-align: middle;
  margin-right: 9px;
}
.mobile-advanced-battery__item header span {
  font-weight: 600;
}
.mobile-advanced-battery__item p {
  margin: 0;
}
.mobile-advanced-battery__cta a {
  color: #595757;
  text-decoration: underline;
}

.intelligent-systems {
  padding: 94px 0;
  color: #FFF;
}
.intelligent-systems__outer {
  background-color: #000;
}
.intelligent-systems__header h2 {
  color: #00B0F0;
}
.intelligent-systems__header a {
  color: inherit;
  text-decoration: underline;
}
.intelligent-systems__header a:hover, .intelligent-systems__header a:focus {
  text-decoration: none;
}
.intelligent-systems__body {
  padding: 323px 0;
}
.intelligent-systems__indicators {
  position: absolute;
  width: 100%;
  height: 100%;
}
.intelligent-systems__indicators__item {
  position: absolute;
  padding-left: 21px;
}
.intelligent-systems__indicators__item:before {
  background: linear-gradient(to top, #00B0F0 0%, #00B0F0 60%, transparent 60%, transparent 100%) left top repeat-y;
  background-size: 1px 8px;
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 10px;
  left: 0;
}
.intelligent-systems__indicators__item:after {
  width: 9px;
  height: 9px;
  content: "";
  position: absolute;
  background: #00B0F0;
  border-radius: 50%;
  bottom: -13px;
  left: -4px;
}
.intelligent-systems__indicators__item__content p {
  margin: 0;
}
.intelligent-systems__indicators__item__content p strong {
  font-weight: 600;
  color: #00B0F0;
}
.intelligent-systems__indicators__item--pre-heating {
  width: 43.0555555556%;
  height: 100%;
  top: -96%;
  left: 3%;
}
@media (min-width:1200px) {
  .intelligent-systems__indicators__item--pre-heating {
    width: 36.1111111111%;
    height: 85%;
    top: -80.3%;
    left: 3%;
  }
}
@media (min-width:1432px) {
  .intelligent-systems__indicators__item--pre-heating {
    width: 30.2083333333%;
    height: 67%;
    top: -61.4%;
  }
}
.intelligent-systems__indicators__item--battery-management {
  width: 38.1944444444%;
  height: 140%;
  top: -140%;
  left: 72.5%;
}
@media (min-width:1200px) {
  .intelligent-systems__indicators__item--battery-management {
    width: 34.375%;
    height: 110%;
    top: -109%;
    left: 71.8%;
  }
}
@media (min-width:1432px) {
  .intelligent-systems__indicators__item--battery-management {
    width: 34.0277777778%;
    height: 67%;
    top: -64.9%;
  }
}
.intelligent-systems__indicators__item--smart-monitoring {
  width: 33.3333333333%;
  height: 206%;
  bottom: -163%;
  left: -8%;
}
.intelligent-systems__indicators__item--smart-monitoring:before {
  background: linear-gradient(to top, #00B0F0 0%, #00B0F0 60%, transparent 60%, transparent 100%) left top repeat-y, linear-gradient(to right, #00B0F0 0%, #00B0F0 60%, transparent 60%, transparent 100%) left top repeat-x;
  background-size: 1px 8px, 8px 1px;
  width: 25%;
  top: auto;
  bottom: 8px;
}
@media (min-width:1200px) {
  .intelligent-systems__indicators__item--smart-monitoring:before {
    width: 16%;
  }
}
.intelligent-systems__indicators__item--smart-monitoring:after {
  top: -12px;
  left: 25%;
  bottom: auto;
}
@media (min-width:1200px) {
  .intelligent-systems__indicators__item--smart-monitoring:after {
    left: 16%;
  }
}
@media (min-width:1200px) {
  .intelligent-systems__indicators__item--smart-monitoring {
    width: 26.3888888889%;
    height: 145%;
    bottom: -101%;
    left: -3.5%;
  }
}
@media (min-width:1432px) {
  .intelligent-systems__indicators__item--smart-monitoring {
    width: 25%;
    height: 140%;
    bottom: -95%;
    left: -3%;
  }
}
.intelligent-systems__indicators__item--autohold {
  width: 31.25%;
  height: 171%;
  bottom: -163%;
  left: 34%;
}
.intelligent-systems__indicators__item--autohold:before {
  background: linear-gradient(to top, #00B0F0 0%, #00B0F0 60%, transparent 60%, transparent 100%) right top repeat-y, linear-gradient(to right, #00B0F0 0%, #00B0F0 60%, transparent 60%, transparent 100%) left top repeat-x;
  background-size: 1px 8px, 8px 1px;
  width: 19%;
  top: auto;
  bottom: 8px;
  left: auto;
  right: 100%;
  margin-right: 1px;
}
@media (min-width:1200px) {
  .intelligent-systems__indicators__item--autohold:before {
    width: 24%;
  }
}
.intelligent-systems__indicators__item--autohold:after {
  top: -12px;
  left: -20%;
  bottom: auto;
}
@media (min-width:1200px) {
  .intelligent-systems__indicators__item--autohold:after {
    left: -25%;
  }
}
@media (min-width:1200px) {
  .intelligent-systems__indicators__item--autohold {
    width: 31.25%;
    height: 108%;
    bottom: -101%;
    left: 36.5%;
  }
}
@media (min-width:1432px) {
  .intelligent-systems__indicators__item--autohold {
    width: 29.1666666667%;
    left: 35%;
    bottom: -95%;
    height: 105%;
  }
}
.intelligent-systems__indicators__item--braking {
  width: 29.8611111111%;
  height: 170%;
  bottom: -163%;
  left: 74.3%;
}
.intelligent-systems__indicators__item--braking:before {
  width: 16%;
  top: auto;
  bottom: 8px;
}
.intelligent-systems__indicators__item--braking:after {
  top: -12px;
  bottom: auto;
}
@media (min-width:1200px) {
  .intelligent-systems__indicators__item--braking {
    width: 29.8611111111%;
    height: 109%;
    bottom: -101%;
  }
}
@media (min-width:1432px) {
  .intelligent-systems__indicators__item--braking {
    bottom: -95%;
    height: 104%;
  }
}
.intelligent-systems__indicators__item--smart-monitoring .intelligent-systems__indicators__item__content, .intelligent-systems__indicators__item--autohold .intelligent-systems__indicators__item__content, .intelligent-systems__indicators__item--braking .intelligent-systems__indicators__item__content {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.intelligent-systems__image {
  margin: 0 -10px;
}
.intelligent-systems__image img {
  width: 100%;
}

.mobile-intelligent-systems {
  padding: 45px 4.1666666667%;
  color: #FFF;
}
.mobile-intelligent-systems__outer {
  background: #000;
}
.mobile-intelligent-systems__header h2 {
  color: #00B0F0;
}
.mobile-intelligent-systems__header p {
  margin-bottom: 0;
}
.mobile-intelligent-systems__body {
  position: relative;
  margin: 30px 0;
}
.mobile-intelligent-systems__indicators {
  position: absolute;
  width: 100%;
  height: 100%;
}
.mobile-intelligent-systems__indicators__item {
  width: 24px;
  height: 24px;
  background: #00B0F0;
  border-radius: 50%;
  position: absolute;
  text-align: center;
  line-height: 1.8;
  font-size: 14px;
  font-weight: 600;
}
.mobile-intelligent-systems__indicators__item--1 {
  top: -2%;
  left: 7%;
}
@media (min-width: 375px) {
  .mobile-intelligent-systems__indicators__item--1 {
    top: -1%;
  }
}
@media (min-width: 414px) {
  .mobile-intelligent-systems__indicators__item--1 {
    top: 0%;
  }
}
@media (min-width:600px) {
  .mobile-intelligent-systems__indicators__item--1 {
    top: 1%;
    left: 8%;
  }
}
@media (min-width:768px) {
  .mobile-intelligent-systems__indicators__item--1 {
    top: 2%;
    left: 9%;
  }
}
.mobile-intelligent-systems__indicators__item--2 {
  top: 28%;
  left: 1%;
}
@media (min-width: 375px) {
  .mobile-intelligent-systems__indicators__item--2 {
    top: 30%;
  }
}
@media (min-width: 414px) {
  .mobile-intelligent-systems__indicators__item--2 {
    top: 31%;
  }
}
@media (min-width:600px) {
  .mobile-intelligent-systems__indicators__item--2 {
    left: 3%;
    top: 35%;
  }
}
@media (min-width:768px) {
  .mobile-intelligent-systems__indicators__item--2 {
    left: 4%;
    top: 40%;
  }
}
.mobile-intelligent-systems__indicators__item--3 {
  top: 68%;
  left: 32%;
}
@media (min-width: 375px) {
  .mobile-intelligent-systems__indicators__item--3 {
    top: 70%;
  }
}
@media (min-width: 414px) {
  .mobile-intelligent-systems__indicators__item--3 {
    top: 71%;
  }
}
@media (min-width:600px) {
  .mobile-intelligent-systems__indicators__item--3 {
    top: 77%;
    left: 31%;
  }
}
@media (min-width:768px) {
  .mobile-intelligent-systems__indicators__item--3 {
    top: 79%;
  }
}
.mobile-intelligent-systems__indicators__item--4 {
  top: -5%;
  left: 61%;
}
@media (min-width: 375px) {
  .mobile-intelligent-systems__indicators__item--4 {
    top: -4%;
  }
}
@media (min-width: 414px) {
  .mobile-intelligent-systems__indicators__item--4 {
    top: -3%;
  }
}
@media (min-width:600px) {
  .mobile-intelligent-systems__indicators__item--4 {
    top: -2%;
    left: 65%;
  }
}
@media (min-width:768px) {
  .mobile-intelligent-systems__indicators__item--4 {
    top: 0%;
    left: 67%;
  }
}
.mobile-intelligent-systems__indicators__item--5 {
  top: 68%;
  left: 66%;
}
@media (min-width: 375px) {
  .mobile-intelligent-systems__indicators__item--5 {
    top: 70%;
  }
}
@media (min-width: 414px) {
  .mobile-intelligent-systems__indicators__item--5 {
    top: 71%;
  }
}
@media (min-width:600px) {
  .mobile-intelligent-systems__indicators__item--5 {
    top: 77%;
    left: 70%;
  }
}
@media (min-width:768px) {
  .mobile-intelligent-systems__indicators__item--5 {
    top: 79%;
  }
}
.mobile-intelligent-systems__image {
  padding: 0 5px;
}
.mobile-intelligent-systems__image img {
  width: 100%;
  height: auto;
}
.mobile-intelligent-systems__item {
  margin-bottom: 30px;
}
.mobile-intelligent-systems__item p {
  margin: 0;
}
.mobile-intelligent-systems__item p strong {
  color: #00B0F0;
  font-weight: 600;
}
.mobile-intelligent-systems__cta a {
  color: inherit;
  text-decoration: underline;
}
.mobile-intelligent-systems__cta a:hover, .mobile-intelligent-systems__cta a:focus {
  color: inherit;
}

.feature-blocks {
  padding: 45px 4.1666666667% 22.5px;
}
.feature-blocks__outer {
  background: #FFF;
}
.feature-blocks__outer--grey {
  background: #F6F6F6;
}
.feature-blocks__header {
  padding-bottom: 45px;
}
.feature-blocks__header h2 {
  color: #171717;
}
@media (min-width:768px) {
  .feature-blocks__header {
    padding-bottom: 59px;
  }
}
@media (min-width:992px) {
  .feature-blocks__header {
    padding-bottom: 94px;
  }
}
.feature-blocks__item__content {
  color: #595757;
}
.feature-blocks__item__content h1, .feature-blocks__item__content h2, .feature-blocks__item__content h3 {
  color: #171717;
}
.feature-blocks__item__content p strong {
  color: #171717;
  font-weight: 600;
}
.feature-blocks__item__content p:first-of-type {
  margin-top: 0;
}
.feature-blocks__item__content a[href^="tel:"], .feature-blocks__item__content a[href^="mailto:"] {
  display: block;
  color: #000;
  font-size: 18px;
}
.feature-blocks__item__content a[href^="tel:"] i, .feature-blocks__item__content a[href^="mailto:"] i {
  margin: 0 10px 0 0;
  position: relative;
  top: 2px;
}
.feature-blocks__item__content .check-list li:before {
  color: #171717;
}
@media (min-width:992px) {
  .feature-blocks__item__content {
    padding: 78px 0 0;
  }
}
.feature-blocks__item__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  text-align: center;
  cursor: pointer;
}
.feature-blocks__item__video .play-btn {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.feature-blocks__item__video:hover .play-btn {
  background-color: #171717;
  color: #FFF;
}
.feature-blocks__item__image {
  overflow: hidden;
  height: 100%;
  padding: 22.5px 0;
}
.feature-blocks__item__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  font-family: "object-fit: cover; object-position: center;";
}
.side-page .feature-blocks__item__image {
  margin: 0 -16px;
}
@media (min-width:992px) {
  .side-page .feature-blocks__item__image {
    margin: 0;
  }
}
@media (min-width:992px) {
  .feature-blocks__item__image {
    background-color: #BFBFBF;
    padding: 0;
  }
}
@media (min-width:992px) {
  .feature-blocks__item--small [class*=col-xs-] {
    height: 467px;
  }
}
@media (min-width:992px) {
  .feature-blocks__item--large [class*=col-xs-] {
    height: 596px;
  }
}
@media (min-width:992px) {
  .feature-blocks__item--extra-large [class*=col-xs-] {
    height: 855px;
  }
}
@media (min-width:1200px) {
  .feature-blocks__item--extra-large [class*=col-xs-] {
    height: 750px;
  }
}
@media (min-width:1432px) {
  .feature-blocks__item--extra-large [class*=col-xs-] {
    height: 700px;
  }
}
@media (min-width:1672px) {
  .feature-blocks__item--extra-large [class*=col-xs-] {
    height: 650px;
  }
}
@media (min-width:992px) {
  .feature-blocks__item--super-large [class*=col-xs-] {
    height: 1200px;
  }
}
@media (min-width:1200px) {
  .feature-blocks__item--super-large [class*=col-xs-] {
    height: 1030px;
  }
}
@media (min-width:1432px) {
  .feature-blocks__item--super-large [class*=col-xs-] {
    height: 920px;
  }
}
@media (min-width:1672px) {
  .feature-blocks__item--super-large [class*=col-xs-] {
    height: 860px;
  }
}
@media (min-width:992px) {
  .side-page .feature-blocks {
    padding: 0 !important;
  }
}
@media (min-width:768px) {
  .feature-blocks {
    padding: 59px 4.1666666667%;
  }
}
@media (min-width:992px) {
  .feature-blocks {
    padding: 94px 0;
  }
}

.detail-images {
  padding-top: 3px;
  padding-left: 4.5px;
  padding-right: 4.5px;
}
.detail-images [class*=col-xs-] {
  position: relative;
}
.detail-images__container {
  padding-left: 1.5px;
  padding-right: 1.5px;
}
.detail-images__item {
  margin-bottom: 3px;
  position: relative;
  cursor: pointer;
}
.detail-images__item__large {
  color: #FFF;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
  line-height: 1;
}
.detail-images__item__large .icon {
  font-size: 16px;
}
@media (min-width:768px) {
  .detail-images__item__large {
    top: 13px;
    right: 13px;
  }
}
.detail-images__item img {
  width: 100%;
  height: 159px;
  object-fit: cover;
  object-position: center;
  font-family: "object-fit: cover; object-position: center;";
}
@media (min-width:768px) {
  .col-xs-12:not(.col-sm-4) .detail-images__item img {
    height: 278px;
  }
}
@media (min-width:992px) {
  .col-xs-12:not(.col-sm-4) .detail-images__item img {
    height: 414px;
  }
}
@media (min-width:1200px) {
  .col-xs-12:not(.col-sm-4) .detail-images__item img {
    height: 584px;
  }
}
@media (min-width:1672px) {
  .col-xs-12:not(.col-sm-4) .detail-images__item img {
    height: 610px;
  }
}
@media (min-width:768px) {
  .col-xs-12.col-sm-4 .detail-images__item img {
    height: 137px;
  }
}
@media (min-width:992px) {
  .col-xs-12.col-sm-4 .detail-images__item img {
    height: 205px;
  }
}
@media (min-width:1200px) {
  .col-xs-12.col-sm-4 .detail-images__item img {
    height: 290px;
  }
}
@media (min-width:1672px) {
  .col-xs-12.col-sm-4 .detail-images__item img {
    height: 303px;
  }
}
@media (min-width:992px) {
  .detail-images__item {
    margin-bottom: 4px;
  }
}
.desktop-carousel .detail-images {
  padding-left: 3px;
  padding-right: 3px;
}
@media (min-width:992px) {
  .desktop-carousel .detail-images {
    padding-left: 4px;
    padding-right: 4px;
  }
}
@media (min-width:992px) {
  .detail-images {
    padding-top: 4px;
    padding-left: 6px;
    padding-right: 6px;
  }
}

.news-cases__header {
  padding: 45px 4.1666666667% 22.5px;
}
.news-cases__header h2 {
  color: #171717;
}
@media (min-width:768px) {
  .news-cases__header {
    padding: 59px 4.1666666667% 29.5px;
  }
}
@media (min-width:992px) {
  .news-cases__header {
    padding: 0;
  }
}
@media (min-width:768px) {
  .news-cases {
    padding: 59px 4.1666666667%;
  }
}
@media (min-width:992px) {
  .news-cases {
    padding: 94px 0;
  }
}

.bus-header {
  height: 400px;
  position: relative;
}
.bus-header__outer {
  margin-bottom: 162px;
  box-shadow: 0 162px 0 0 #FFF;
}
.bus-header__outer--bus-8-7 .bus-header__bus img, .bus-header__outer--bus-8-7 .bus-header__bus picture {
  width: 294px;
}
@media (min-width:768px) {
  .bus-header__outer--bus-8-7 .bus-header__bus img, .bus-header__outer--bus-8-7 .bus-header__bus picture {
    width: 537px;
  }
}
@media (min-width:992px) {
  .bus-header__outer--bus-8-7 .bus-header__bus img, .bus-header__outer--bus-8-7 .bus-header__bus picture {
    width: 781px;
  }
}
.bus-header__outer--bus-8-7 .bus-header__city img {
  height: 244px;
  transform: translateX(-50%) translateX(58px);
}
@media (min-width:768px) {
  .bus-header__outer--bus-8-7 .bus-header__city img {
    height: 363px;
  }
}
@media (min-width:992px) {
  .bus-header__outer--bus-8-7 .bus-header__city img {
    height: 482px;
  }
}
.bus-header__outer--bus-12 .bus-header__bus img, .bus-header__outer--bus-12 .bus-header__bus picture {
  width: 285px;
}
@media (min-width:768px) {
  .bus-header__outer--bus-12 .bus-header__bus img, .bus-header__outer--bus-12 .bus-header__bus picture {
    width: 552px;
  }
}
@media (min-width:992px) {
  .bus-header__outer--bus-12 .bus-header__bus img, .bus-header__outer--bus-12 .bus-header__bus picture {
    width: 820px;
  }
}
.bus-header__outer--bus-12 .bus-header__city img {
  height: 244px;
  transform: translateX(-50%);
}
@media (min-width:768px) {
  .bus-header__outer--bus-12 .bus-header__city img {
    height: 362px;
    transform: translateX(-50%) translateX(58px);
  }
}
@media (min-width:992px) {
  .bus-header__outer--bus-12 .bus-header__city img {
    height: 481px;
  }
}
.bus-header__outer--bus-18 .bus-header__bus img {
  width: 295px;
}
@media (min-width: 375px) {
  .bus-header__outer--bus-18 .bus-header__bus img {
    width: 325px;
  }
}
@media (min-width:768px) {
  .bus-header__outer--bus-18 .bus-header__bus img {
    width: 718px;
  }
}
@media (min-width:992px) {
  .bus-header__outer--bus-18 .bus-header__bus img {
    width: 880px;
  }
}
.bus-header__outer--bus-18 .bus-header__city img {
  height: 244px;
  transform: translateX(-50%);
}
@media (min-width:768px) {
  .bus-header__outer--bus-18 .bus-header__city img {
    height: 402px;
    transform: translateX(-50%) translateX(58px);
  }
}
@media (min-width:992px) {
  .bus-header__outer--bus-18 .bus-header__city img {
    height: 561px;
  }
}
.bus-header__outer--bus-c9 .bus-header {
  height: 500px;
}
.bus-header__outer--bus-c9 .bus-header__bus img {
  width: 294px;
}
@media (min-width: 375px) {
  .bus-header__outer--bus-c9 .bus-header__bus img {
    width: 318px;
  }
}
@media (min-width:768px) {
  .bus-header__outer--bus-c9 .bus-header__bus img {
    width: 634px;
  }
}
@media (min-width:992px) {
  .bus-header__outer--bus-c9 .bus-header__bus img {
    width: 750px;
  }
}
@media (min-width:1200px) {
  .bus-header__outer--bus-c9 .bus-header__bus img {
    width: 850px;
  }
}
@media (min-width:1672px) {
  .bus-header__outer--bus-c9 .bus-header__bus img {
    width: 951px;
  }
}
.bus-header__outer--bus-c9 .bus-header__city img {
  height: 244px;
  transform: translateX(-50%);
}
@media (min-width:768px) {
  .bus-header__outer--bus-c9 .bus-header__city img {
    height: 362px;
    transform: translateX(-50%) translateX(58px);
  }
}
@media (min-width:992px) {
  .bus-header__outer--bus-c9 .bus-header__city img {
    height: 480px;
  }
}
@media (min-width:992px) {
  .bus-header__outer--bus-c9 .bus-header {
    height: 675px;
  }
}
@media (min-width:1200px) {
  .bus-header__outer--bus-c9 .bus-header {
    height: 650px;
  }
}
@media (min-width:1672px) {
  .bus-header__outer--bus-c9 .bus-header {
    height: 615px;
  }
}
@media (min-width:768px) {
  .bus-header__outer {
    margin-bottom: 252px;
    box-shadow: 0 252px 0 0 #FFF;
  }
}
@media (min-width:992px) {
  .bus-header__outer {
    margin-bottom: 342px;
    box-shadow: 0 342px 0 0 #FFF;
  }
}
.bus-header__title {
  font-size: 32px;
  line-height: 1.25;
  color: #171717;
  margin-bottom: 16px;
  margin-left: -3px;
}
@media (min-width:992px) {
  .bus-header__title {
    font-size: 48px;
    line-height: 1;
  }
}
.bus-header__city {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.bus-header__city img {
  position: relative;
  left: 50%;
}
.bus-header__bus {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
}
.bus-header__bus img {
  position: relative;
  left: 50%;
  transform: translateX(-50%) translateY(50%);
}
.bus-header__content {
  padding: 45px 4.1666666667%;
}
@media (min-width:992px) {
  .bus-header__content .preformatted {
    max-width: 690px;
  }
}
@media (min-width:768px) {
  .bus-header__content {
    padding: 59px 4.1666666667%;
  }
}
@media (min-width:992px) {
  .bus-header__content {
    padding: 94px 0;
  }
}
@media (min-width:768px) {
  .bus-header {
    height: 454px;
  }
}
@media (min-width:992px) {
  .bus-header {
    height: 509px;
  }
}

.specifications {
  color: #171717;
  text-align: left;
}
.specifications__outer {
  background: #FFF;
}
.specifications__header {
  padding: 0 4.1666666667%;
  margin-bottom: 3px;
}
@media (min-width:768px) {
  .specifications__header {
    padding: 0;
  }
}
@media (min-width:992px) {
  .specifications__header {
    margin-bottom: 29px;
  }
}
.specifications__tabs {
  padding: 20px 4.1666666667% 42px;
  margin-bottom: 3px;
}
.specifications__tabs__button {
  outline: none;
  display: inline-block;
  transition: 0.3s ease-in-out;
  text-align: center;
  border: 1px solid #000;
  color: #595757;
  height: 48px;
  padding: 14px 24px;
  font-size: 18px;
  line-height: 1;
}
.specifications__tabs__button:not(:last-of-type) {
  margin-bottom: 8px;
}
@media (min-width: 375px) {
  .specifications__tabs__button:not(:last-of-type) {
    margin-bottom: 0;
    margin-right: 8px;
  }
}
.specifications__tabs__button.is-active.specifications__tabs__button, .specifications__tabs__button:hover {
  background-color: #000;
  color: #FFF;
}

.specifications__tabs__item {
  display: none;
}
.specifications__tabs__item.is-active {
  display: block;
}
@media (min-width:768px) {
  .specifications__tabs {
    padding: 20px 0 42px;
  }
}
@media (min-width:992px) {
  .specifications__tabs {
    margin-bottom: 29px;
  }
}
.specifications__item {
  padding: 0 0 54px;
}
.specifications__item__layout {
  width: 100%;
  max-width: 776px;
  margin: 22px auto 0;
  padding: 0 10px;
}
@media (min-width:768px) {
  .specifications__item__layout {
    margin: 41px -4px 0;
    padding: 0;
  }
}
@media (min-width:992px) {
  .specifications__item__layout {
    margin: 41px auto 0;
  }
}
.specifications__item__layout picture, .specifications__item__layout img {
  display: block;
}
.specifications__item h4 {
  padding: 0 4.1666666667%;
  font-weight: 600;
}
@media (min-width:768px) {
  .specifications__item h4 {
    padding: 0;
  }
}
@media (min-width:992px) {
  .specifications__item h4 {
    font-weight: 400;
  }
}
.specifications__item .spec_notice {
  width: 100%;
  display: block;
  text-align: left;
  max-width: 776px;
  margin: auto;
  font-size: 11px;
  color: #595757;
}
@media (min-width:768px) {
  .specifications__item .spec_notice {
    padding: 0 36px;
  }
}
.specifications__item table {
  width: 100%;
  max-width: 776px;
  margin: 22px auto 0;
  text-align: left;
  border-spacing: 4px;
  border-collapse: separate;
  color: #595757;
}
.specifications__item table tr td {
  background-color: #F6F6F6;
  height: 76px;
  padding: 0 4.1666666667%;
  width: 50%;
  line-height: 1.5;
}
.specifications__item table tr td strong, .specifications__item table tr td span {
  display: block;
  margin: 0 -3px;
}
.specifications__item table tr td strong {
  color: #171717;
  font-weight: 400;
}
@media (min-width:768px) {
  .specifications__item table tr td {
    padding: 0 32px;
    height: 56px;
    line-height: 1.8;
  }
}
.specifications__item table tr:nth-of-type(even) td {
  background-color: rgba(246, 246, 246, 0.56);
}
@media (min-width:768px) {
  .specifications__item table {
    margin: 41px -4px 0;
  }
}
@media (min-width:992px) {
  .specifications__item table {
    margin: 41px auto 0;
  }
}
@media (min-width:992px) {
  .specifications__item {
    padding-bottom: 99px;
  }
}
@media (min-width:768px) {
  .specifications {
    padding: 0 4.1666666667%;
  }
}
@media (min-width:992px) {
  .specifications {
    text-align: center;
    padding: 0;
  }
}

.download-leaflet {
  padding: 45px 4.1666666667%;
}
.download-leaflet__outer {
  background-color: #FFF;
  margin-bottom: 3px;
}
@media (min-width:992px) {
  .download-leaflet__outer {
    margin-bottom: 4px;
  }
}
.download-leaflet h3 {
  color: #171717;
}
.download-leaflet__image {
  text-align: center;
}
.download-leaflet__image img {
  width: 292px;
}
.download-leaflet__form {
  margin-top: 20px;
}
@media (min-width:992px) {
  .download-leaflet__form {
    margin-top: 0;
  }
}
.download-leaflet__cta {
  margin: 8px 0 0;
}
.download-leaflet__cta span {
  font-size: 14px;
  font-weight: 200;
  display: block;
  color: #171717;
  line-height: 1.2;
  margin-top: 20px;
}
@media (min-width:768px) {
  .download-leaflet__cta span {
    line-height: 1.3;
  }
}
@media (min-width:1672px) {
  .download-leaflet__cta span {
    margin-left: 24px;
    margin-top: 0;
    display: inline-block;
  }
}
@media (min-width:1672px) {
  .download-leaflet__cta {
    margin: 8px 0 0;
  }
}
@media (min-width:768px) {
  .download-leaflet {
    padding: 59px 4.1666666667%;
  }
}
@media (min-width:992px) {
  .download-leaflet {
    padding: 94px 0;
  }
}

@media (min-width: 992px) {
  .auto .feature-blocks__item--large [class*=col-xs-] {
    height: auto;
  }
}

.bus-classis {
  background: #fff;
}
.bus-classis .bus-header__outer {
  margin: 0;
}
.bus-classis .bus-header {
  height: auto;
}
.bus-classis .bus-header__city {
  top: 0;
}
.bus-classis .preformatted {
  max-width: 690px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
@media (min-width:992px) {
  .bus-classis .preformatted {
    line-height: 32px;
  }
}
.bus-classis .model-name {
  margin-top: 32px;
  font-weight: 400;
  font-size: 40px;
  line-height: 48px;
  color: #000000;
  font-size: 24px;
  line-height: 28px;
}
@media (min-width:992px) {
  .bus-classis .model-name {
    font-size: 32px;
    line-height: 40px;
    margin-top: 60px;
  }
}
@media (min-width:1672px) {
  .bus-classis .model-name {
    font-size: 40px;
    line-height: 40px;
    margin-top: 80px;
  }
}
.bus-classis .model-image {
  margin-top: 32px;
  text-align: center;
}
@media (min-width:768px) {
  .bus-classis .model-image {
    padding: 0px 60px;
  }
}
@media (min-width:1200px) {
  .bus-classis .model-image {
    padding: 0px 120px;
  }
}
.bus-classis .model-image img {
  width: 100%;
}

.byd-uk-page .introduction__outer {
  background: #fff;
  display: block;
  overflow: hidden;
  padding-bottom: 94px;
}
.byd-uk-page .introduction__outer .introduction__container {
  background: #F7F7F7;
}
.byd-uk-page .introduction__outer .introduction__container .row {
  display: flex;
  margin: 80px 0;
  align-items: center;
}
@media (max-width:991px) {
  .byd-uk-page .introduction__outer .introduction__container .row {
    display: block;
  }
  .byd-uk-page .introduction__outer .introduction__container .row .introduction__text {
    margin: 0;
    padding: 0 10px;
  }
  .byd-uk-page .introduction__outer .introduction__container .row .introduction__image {
    text-align: center;
  }
}
.byd-uk-page .introduction__outer .introduction__text {
  margin: 0 70px;
}
.byd-uk-page .introduction__outer .introduction__text .introduction__title {
  font-size: 48px;
}
.byd-uk-page .introduction__outer .introduction__text .introduction__content {
  font-size: 16px;
}
.byd-uk-page .contact__outer {
  padding: 80px 0;
}
.byd-uk-page .contact__outer .contact__title {
  font-size: 24px;
}
.byd-uk-page .contact__outer .contact__info {
  padding-top: 10px;
  font-size: 16px;
}
.byd-uk-page .contact__outer .contact__info p {
  padding: 0;
  margin: 0;
  line-height: 1.1;
}
@media (max-width:991px) {
  .byd-uk-page .contact__outer .contact__info, .byd-uk-page .contact__outer .contact__title {
    padding: 0 10px;
  }
  .byd-uk-page .contact__outer .byd-uk-office {
    margin-top: 20px;
  }
}

.popup__outer {
  background: rgba(23, 23, 23, 0.96);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 150;
  width: 100%;
  height: 100%;
  display: none;
}
.popup__outer.is-active {
  display: block;
}
.popup__outer .popup {
  max-width: 1680px;
  margin: 0 auto;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0 4.1666666667%;
}
@media (min-width:992px) {
  .popup__outer .popup {
    padding: 0;
  }
}
.popup__outer .popup .popup__container {
  margin: 0 auto;
  max-width: 1024px;
  max-height: 724px;
  width: 100%;
  padding: 30px 30px 63px;
  background-color: #FFF;
}
@media (min-width:992px) {
  .popup__outer .popup .popup__container {
    padding: 97px 115px 156px;
  }
}
.popup__outer .popup .popup__container h1 {
  font-size: 32px;
  line-height: 1.25;
  color: #171717;
  margin-bottom: 21px;
}
@media (min-width:992px) {
  .popup__outer .popup .popup__container h1 {
    margin-bottom: 30px;
  }
}
.popup__outer .popup .popup__container p {
  color: #595757;
  font-size: 16px;
  line-height: 1.5;
}
@media (min-width:992px) {
  .popup__outer .popup .popup__container p {
    font-size: 20px;
    line-height: 2;
  }
}
.popup__outer .popup .popup__container .btn.btn--medium.btn--black {
  margin-top: 42px;
}
@media (min-width:992px) {
  .popup__outer .popup .popup__container .btn.btn--medium.btn--black {
    margin-top: 34px;
  }
}
.popup__outer .popup .popup__container .btn.btn--medium.btn--black:hover .icon.icon--check, .popup__outer .popup .popup__container .btn.btn--medium.btn--black:hover .icon.icon--close {
  color: #FFF;
}
.popup__outer .popup .popup__container .btn.btn--medium.btn--black .icon.icon--check, .popup__outer .popup .popup__container .btn.btn--medium.btn--black .icon.icon--close {
  font-size: 12px;
  color: #171717;
  margin-left: 15px;
}

.fileinput-button {
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.fileinput-button input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  -ms-filter: "alpha(opacity=0)";
  font-size: 200px !important;
  direction: ltr;
  cursor: pointer;
}

/* Fixes for IE < 8 */
@media screen\9  {
  .fileinput-button input {
    filter: alpha(opacity=0);
    font-size: 100%;
    height: 100%;
  }
}
.err_msg {
  color: #DA251C;
}

.progress-bar {
  background-color: #5cb85c;
}

.side-page-background__outer {
  background-color: rgba(23, 23, 23, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 90;
  width: 100%;
  height: 100%;
  display: none;
}

.side-page {
  height: calc(100% - 16px);
  position: relative;
  top: 100%;
  left: 0;
  padding: 0 16px;
}
.side-page__outer {
  position: fixed;
  top: 16px;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  max-width: 1680px;
  margin: 0 auto;
  overflow: hidden;
  display: none;
}
.side-page__outer.is-active {
  display: block;
}
.side-page__outer--grey .side-page__body {
  background-color: #F6F6F6;
}
@media (min-width:992px) {
  .side-page__outer {
    top: 0;
  }
}
.side-page > .row {
  height: 100%;
}
@media (min-width:992px) {
  .side-page > .row > [class*=col-xs-] {
    height: 100%;
  }
}
.side-page__header {
  background: #FFF;
  height: 48px;
  padding: 10px 0 0 62px;
  position: relative;
  color: #9A9A9A;
}
.side-page__return {
  background: #00B0F0;
  width: 48px;
  height: 48px;
  margin-right: -4px;
  color: #FFF;
  text-align: center;
  line-height: 1.25;
  padding: 15.2px 0 0;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
}
.side-page__return .icon {
  font-size: 16px;
  display: inline-block;
}
@keyframes buzz {
  50% {
    transform: translateX(3px);
  }
  100% {
    transform: translateX(-3px);
  }
}
.side-page__return:hover .icon {
  animation-name: buzz;
  animation-duration: 0.5s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.side-page__return span {
  font-size: 14px;
  display: block;
}
@media (min-width:992px) {
  .side-page__return {
    width: 56px;
    height: 66px;
    float: right;
    position: relative;
    padding: 14px 0 0;
  }
}
.side-page__body {
  background: #FFF;
  height: calc(100vh - 64px);
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  overflow-y: overlay;
  -webkit-overflow-scrolling: touch;
}
@media (min-width:992px) {
  .side-page__body {
    height: 100%;
  }
}
@media (min-width:992px) {
  .side-page {
    height: 100%;
    padding: 0;
    left: 100%;
    top: auto;
  }
}

.awards {
  padding: 45px 4.1666666667%;
}
.awards__header h1 {
  color: #171717;
}
.awards__body {
  padding-top: 22.5px;
}
@media (min-width:768px) {
  .awards__body {
    padding-top: 29.5px;
  }
}
@media (min-width:992px) {
  .awards__body {
    padding-top: 47px;
  }
}
.awards__item {
  background: #FFF;
  height: 218px;
  text-align: center;
  margin-bottom: 3px;
}
.awards__item__container {
  font-size: 14px;
  font-weight: 200;
  color: #171717;
  line-height: 1.3;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.awards__item__title {
  margin-top: 18px;
}
@media (min-width:768px) {
  .awards__item {
    height: 228px;
  }
}
@media (min-width:992px) {
  .awards__item {
    margin-bottom: 4px;
    height: 259px;
  }
}
.awards__footer {
  padding: 38px 0 0;
}
.awards__footer a {
  color: #595757;
  text-decoration: underline;
}
.awards__footer a:hover, .awards__footer a:focus {
  text-decoration: none;
}
@media (min-width:992px) {
  .awards__footer {
    padding-top: 38px;
  }
}
@media (min-width:768px) {
  .awards {
    padding: 59px 4.1666666667%;
  }
}
@media (min-width:992px) {
  .awards {
    padding: 94px 0;
  }
}

.locations {
  padding: 45px 4.1666666667%;
}
.locations__outer {
  background-color: #FFF;
}
.locations__header h1 {
  color: #171717;
}
.locations__body {
  padding-top: 22.5px;
}
@media (min-width:768px) {
  .locations__body {
    padding-top: 29.5px;
  }
}
@media (min-width:992px) {
  .locations__body {
    padding-top: 47px;
  }
}
.locations__item {
  background: #F6F6F6;
  margin-bottom: 3px;
}
.locations__item__header {
  height: 200px;
  overflow: hidden;
}
.locations__item__header img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  font-family: "object-fit: cover; object-position: center;";
}
.locations__item__container {
  padding: 30px 30px 0;
  color: #171717;
  display: block;
}
.locations__item__container h3 {
  font-size: 24px;
  line-height: 1.3;
}
.locations__item__footer {
  padding: 0 30px 30px;
}
.locations__item__footer a {
  display: block;
  color: #000;
  font-size: 18px;
  text-decoration: underline;
}
.locations__item__footer a:hover {
  text-decoration: none;
}
@media (min-width:992px) {
  .locations__item {
    height: 520px;
    margin-bottom: 4px;
  }
}
@media (min-width:1672px) {
  .locations__item {
    height: auto;
  }
}
@media (min-width:768px) {
  .locations {
    padding: 59px 4.1666666667%;
  }
}
@media (min-width:992px) {
  .locations {
    padding: 94px 0;
  }
}

.statistics {
  padding: 45px 4.1666666667%;
}
.statistics__outer {
  background-color: #FFF;
}
.statistics__header h1 {
  color: #171717;
}
.statistics__body {
  padding-top: 22.5px;
}
@media (min-width:768px) {
  .statistics__body {
    padding-top: 29.5px;
  }
}
@media (min-width:992px) {
  .statistics__body {
    padding-top: 47px;
  }
}
.statistics__item {
  height: 218px;
  text-align: center;
  margin-bottom: 3px;
}
.statistics__item__container {
  font-size: 14px;
  font-weight: 200;
  color: #171717;
  line-height: 1.3;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.statistics__item__container i {
  display: block;
  font-size: 20px;
  margin-bottom: 10px;
}
.statistics__item__title {
  font-size: 40px;
  font-weight: 400;
  color: #171717;
  text-align: center;
  line-height: 1.2;
}
.statistics__item__title + span {
  font-size: 18px;
  font-weight: 400;
  color: #171717;
  line-height: 1.7;
}
@media (min-width:768px) {
  .statistics__item {
    height: 228px;
  }
}
@media (min-width:992px) {
  .statistics__item {
    margin-bottom: 4px;
    height: 259px;
  }
}
@media (min-width:768px) {
  .statistics {
    padding: 59px 4.1666666667%;
  }
}
@media (min-width:992px) {
  .statistics {
    padding: 94px 0;
  }
}

.industrial-parks {
  padding: 45px 4.1666666667%;
}
.industrial-parks__header {
  margin-bottom: 45px;
}
.industrial-parks__header h1 {
  color: #171717;
  margin-bottom: 10px;
}
@media (min-width:768px) {
  .industrial-parks__header {
    margin-bottom: 59px;
  }
}
@media (min-width:992px) {
  .industrial-parks__header {
    margin-bottom: 94px;
  }
}
.industrial-parks__map {
  position: relative;
}
.industrial-parks__map__location {
  position: absolute;
  cursor: pointer;
  display: none;
}
.industrial-parks__map__location span {
  background: linear-gradient(to right, #171717 0%, #171717 60%, transparent 60%, transparent 100%) left bottom repeat-x;
  background-size: 8px 1px;
  position: absolute;
  right: 0;
  width: 213px;
  bottom: 2px;
  line-height: 1;
  padding-bottom: 8px;
}
.industrial-parks__map__location div {
  background: #171717;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  transform: scale(1.25);
}
.industrial-parks__map__location.is-active {
  display: block;
}
.industrial-parks__map svg path[data-title] {
  cursor: pointer;
}
@media (min-width:768px) {
  .industrial-parks {
    padding: 59px 4.1666666667%;
  }
}
@media (min-width:992px) {
  .industrial-parks {
    padding: 94px 0;
  }
}

.milestones {
  padding: 45px 4.1666666667%;
}
.milestones__outer {
  background-color: #FFF;
  z-index: 100;
}
.milestones__outer.is_stuck + .milestones-space__outer {
  display: block;
}
.milestones__header {
  margin-bottom: 22.5px;
}
.milestones__header h1 {
  color: #171717;
  margin-bottom: 10px;
}
@media (min-width:768px) {
  .milestones__header {
    margin-bottom: 59px;
  }
}
@media (min-width:992px) {
  .milestones__header {
    margin-bottom: 94px;
  }
}
.milestones__slider {
  overflow: hidden;
  margin: 0 -4.1666666667%;
}
@media (min-width:992px) {
  .milestones__slider {
    margin: 0;
  }
}
.milestones__container {
  font-size: 0;
}
.milestones__container:after {
  clear: both;
  display: table;
  content: "";
}
@media (min-width:768px) {
  .milestones__container {
    padding: 0 4.1666666667%;
  }
}
@media (min-width:992px) {
  .milestones__container {
    white-space: nowrap;
    width: 6339px;
    padding: 0;
  }
}
.milestones__item {
  width: 100%;
  display: inline-block;
  white-space: normal;
  vertical-align: top;
}
.milestones__item__block {
  position: relative;
}
.milestones__item__block h3 {
  margin: 0;
  color: #171717;
  line-height: 1.2;
}
@media (min-width:768px) {
  .milestones__item__block h3 {
    font-size: 40px;
  }
}
.milestones__item__block p {
  margin: 0;
  max-width: 200px;
  line-height: 1.25;
}
.milestones__item__block p span {
  color: #000;
}
.milestones__item__placeholder {
  position: relative;
  margin-top: 30px;
  width: 100%;
}
.milestones__item__placeholder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  font-family: "object-fit: cover; object-position: bottom;";
}
.milestones__item__placeholder:before {
  width: 9px;
  height: 9px;
  content: "";
  position: absolute;
  background: #171717;
  border-radius: 50%;
}
.milestones__item__placeholder:after {
  content: "";
  position: absolute;
  display: block;
}
@media (min-width:992px) {
  .milestones__item__placeholder {
    position: absolute;
    margin-top: 0;
  }
}
.milestones__item--1 .milestones__item__block:last-of-type {
  margin-top: 50px;
}
@media (min-width:992px) {
  .milestones__item--1 .milestones__item__block:last-of-type {
    margin-top: 0;
    top: 136px;
    left: 183px;
  }
}
@media (min-width:992px) {
  .milestones__item--1 {
    width: 382px;
    height: 262px;
  }
}
.milestones__item--2 .milestones__item__placeholder:before {
  display: none;
  z-index: 10;
}
@media (min-width:992px) {
  .milestones__item--2 .milestones__item__placeholder:before {
    right: 90px;
    bottom: 172px;
    display: block;
  }
}
.milestones__item--2 .milestones__item__placeholder:after {
  display: none;
  background: linear-gradient(to top, #171717 0%, #171717 60%, transparent 60%, transparent 100%) left top repeat-y;
  background-size: 1px 8px;
  width: 1px;
  z-index: 10;
}
@media (min-width:992px) {
  .milestones__item--2 .milestones__item__placeholder:after {
    right: 94px;
    bottom: 172px;
    height: 249px;
    display: block;
  }
}
@media (min-width:992px) {
  .milestones__item--2 .milestones__item__placeholder {
    left: 25px;
    width: 316px;
    margin-top: 0;
  }
}
@media (min-width:992px) {
  .milestones__item--2 {
    heigh: 432px;
    width: 340px;
  }
}
.milestones__item--3 .milestones__item__block:last-of-type {
  margin-top: 50px;
}
@media (min-width:992px) {
  .milestones__item--3 .milestones__item__block:last-of-type {
    margin-top: 0;
    top: 125px;
    left: 183px;
  }
}
.milestones__item--3 .milestones__item__placeholder:before {
  display: none;
  z-index: 10;
}
@media (min-width:992px) {
  .milestones__item--3 .milestones__item__placeholder:before {
    display: block;
    bottom: 62px;
    right: 84%;
  }
}
.milestones__item--3 .milestones__item__placeholder:after {
  display: none;
  background: linear-gradient(to top, #171717 0%, #171717 60%, transparent 60%, transparent 100%) left top repeat-y;
  background-size: 1px 8px;
  width: 1px;
  z-index: 10;
}
@media (min-width:600px) {
  .milestones__item--3 .milestones__item__placeholder:after {
    width: 250px;
    bottom: 65px;
    padding: 10px 0;
    right: 85%;
  }
}
@media (min-width:992px) {
  .milestones__item--3 .milestones__item__placeholder:after {
    width: 335px;
    display: block;
    background: linear-gradient(to right, #171717 0%, #171717 60%, transparent 60%, transparent 100%) left bottom repeat-x;
    background-size: 8px 1px;
  }
}
@media (min-width:992px) {
  .milestones__item--3 .milestones__item__placeholder {
    left: 250px;
    width: 565px;
    position: absolute;
    margin-top: 0;
    bottom: -101px;
  }
}
@media (min-width:992px) {
  .milestones__item--3 {
    width: 998px;
    height: 432px;
  }
}
.milestones__item--4 .milestones__item__block p {
  max-width: 260px;
}
.milestones__item--4 .milestones__item__placeholder:before {
  z-index: 10;
  display: none;
}
@media (min-width:992px) {
  .milestones__item--4 .milestones__item__placeholder:before {
    bottom: 150px;
    right: 41px;
    display: block;
  }
}
.milestones__item--4 .milestones__item__placeholder:after {
  display: none;
  background: linear-gradient(to top, #171717 0%, #171717 60%, transparent 60%, transparent 100%) left top repeat-y;
  background-size: 1px 8px;
  width: 1px;
  z-index: 10;
}
@media (min-width:992px) {
  .milestones__item--4 .milestones__item__placeholder:after {
    height: 170px;
    display: block;
    right: 45px;
    bottom: 150px;
  }
}
@media (min-width:992px) {
  .milestones__item--4 .milestones__item__placeholder {
    left: 130px;
    width: 237px;
    height: 185px;
    margin-top: 30px;
  }
}
@media (min-width:992px) {
  .milestones__item--4 {
    height: 262px;
    width: 367px;
  }
}
@media (min-width:992px) {
  .milestones__item--4-alternate .milestones__item__placeholder:before {
    right: 41px;
    bottom: 150px;
  }
}
.milestones__item--4-alternate .milestones__item__placeholder:after {
  display: none;
}
@media (min-width:992px) {
  .milestones__item--4-alternate .milestones__item__placeholder:after {
    height: 170px;
    bottom: 150px;
    right: 45px;
    display: block;
  }
}
@media (min-width:992px) {
  .milestones__item--4-alternate .milestones__item__placeholder {
    left: 130px;
    width: 237px;
    height: 185px;
  }
}
@media (min-width:992px) {
  .milestones__item--4-alternate {
    width: 367px;
    height: 432px;
  }
}
.milestones__item--5 .milestones__item__placeholder:before {
  display: none;
}
@media (min-width:992px) {
  .milestones__item--5 .milestones__item__placeholder:before {
    display: block;
    right: 83%;
    top: 115px;
  }
}
.milestones__item--5 .milestones__item__placeholder:after {
  display: none;
  padding: 10px 0;
  background: linear-gradient(to right, #171717 0%, #171717 60%, transparent 60%, transparent 100%) left bottom repeat-x;
  background-size: 8px 1px;
}
@media (min-width:992px) {
  .milestones__item--5 .milestones__item__placeholder:after {
    width: 295px;
    display: block;
    top: 100px;
    right: 85%;
  }
}
@media (min-width:992px) {
  .milestones__item--5 .milestones__item__placeholder {
    top: 10px;
    left: 250px;
    width: 300px;
    height: 406px;
    position: absolute;
  }
}
@media (min-width:992px) {
  .milestones__item--5 {
    width: 550px;
    height: auto;
  }
}
.milestones__item:not(:last-of-type) {
  margin-bottom: 50px;
}
@media (min-width:992px) {
  .milestones__item:not(:last-of-type) {
    margin-right: 100px;
    margin-bottom: 0;
  }
}
@media (min-width:992px) {
  .milestones__item {
    height: 432px;
  }
}
@media (min-width:600px) {
  .milestones {
    padding: 59px 4.1666666667%;
  }
}
@media (min-width:992px) {
  .milestones {
    padding: 94px 0;
    height: 812px;
  }
}

.fields {
  padding: 45px 4.1666666667%;
}
.fields h1 {
  color: #171717;
  line-height: 1.2;
}
.fields__container {
  position: relative;
}
.fields__container:after {
  clear: both;
  display: table;
  content: "";
}
@media (min-width:600px) {
  .fields__container {
    margin: 30px 0 0;
  }
}
@media (min-width:992px) {
  .fields__container {
    margin: 0;
  }
}
.fields__item {
  margin: 20px 0 0;
}
.fields__item h3 {
  font-weight: 600;
  color: #171717;
  margin-bottom: 15px;
  font-size: 24px;
}
@media (min-width:1200px) {
  .fields__item h3 {
    font-size: 28px;
  }
}
@media (min-width:1672px) {
  .fields__item h3 {
    font-size: 32px;
  }
}
.fields__item .check-list li {
  margin: 10px 0;
  font-size: 18px;
  color: #595757;
  padding-left: 32px;
}
.fields__item .check-list li:before {
  margin-right: 20px;
  color: #231F20;
  font-size: 45%;
}
@media (min-width:600px) {
  .fields__item .check-list {
    padding: 15px 50px 15px 25px;
    border-top: 1px solid #231F20;
    border-right: none;
  }
}
@media (min-width:600px) {
  .fields__item:nth-child(odd) .check-list {
    padding-bottom: 50px;
  }
}
@media (min-width:600px) {
  .fields__item:nth-child(even) h3 {
    padding-left: 25px;
  }
}
@media (min-width:600px) {
  .fields__item:nth-child(even) .check-list {
    padding-left: 45px;
    padding-right: 90px;
  }
}
@media (min-width:600px) {
  .fields__item:nth-child(even) {
    margin-top: 80px;
  }
}
@media (min-width:600px) {
  .fields__item:not(:last-of-type) .check-list {
    border-right: 1px solid #231F20;
  }
}
@media (min-width:600px) {
  .fields__item {
    float: left;
    margin: 0;
  }
}
@media (min-width:992px) {
  .fields__item {
    width: 50%;
  }
}
@media (min-width:768px) {
  .fields {
    padding: 59px 4.1666666667% 45px;
  }
}
@media (min-width:992px) {
  .fields {
    padding: 94px 0;
  }
}

.new-letter {
  border-bottom: 1px solid #BFBFBF;
  padding: 120px 0;
}
.new-letter .field-label {
  font-size: 24px;
  color: #000;
  line-height: 24px;
}
@media (max-width:991px) {
  .new-letter .field-label {
    padding-bottom: 40px;
    text-align: center;
    font-size: 20px;
  }
}
.new-letter .input-container {
  padding: 12px;
  text-align: center;
}
.new-letter .text-field-container {
  display: inline-block;
}
.new-letter .text-field-container .text-field {
  height: 48px;
  background-color: transparent;
  outline-width: 0;
  width: 400px;
  display: inline-block;
  font-size: 18px;
  line-height: 48px;
  padding-left: 8px;
  border: 1px solid #000;
  transition: border-color 0.3s ease-in-out;
  margin: 0;
}
.new-letter .text-field-container .text-field:focus {
  outline-width: 0;
}
.new-letter .text-field-container button {
  margin: 0;
  padding: 0 24px;
  outline: 0;
  height: 48px;
  font-size: 18px;
  display: inline-block;
}
@media (max-width:479px) {
  .new-letter .text-field-container {
    width: 100%;
  }
}
@media (min-width:768px) and (max-width:991px) {
  .new-letter .text-field-container {
    width: 60%;
  }
}
@media (max-width:991px) {
  .new-letter .text-field-container {
    text-align: center;
    margin: 0 auto;
    padding-right: 170px;
    position: relative;
  }
  .new-letter .text-field-container .text-field {
    width: 100%;
    font-size: 14px;
  }
  .new-letter .text-field-container button {
    position: absolute;
    width: 170px;
    margin: 0;
    padding: 0 18px;
    outline: 0;
    height: 48px;
    font-size: 14px;
    display: inline-block;
  }
}

.search-filters {
  padding: 25px 45px;
}
.search-filters__outer {
  background-color: #FFF;
}
.search-filters__form {
  position: relative;
}
.search-filters__form__container {
  padding-right: 65px;
}
.search-filters__form input {
  background-color: transparent;
  width: 100%;
  height: 48px;
  outline: none;
  display: inline-block;
  border: none;
  border-bottom: 2px solid #BFBFBF;
  font-size: 18px;
  font-weight: 200;
  color: #171717;
  transition: border-color 0.3s ease-in-out;
  margin-right: 13px;
}
.search-filters__form input:focus {
  border-bottom: 2px solid #00B0F0;
}
.search-filters__form input:focus::-webkit-input-placeholder {
  color: transparent;
}
.search-filters__form input:focus::-moz-placeholder {
  color: transparent;
}
.search-filters__form input:focus:-moz-placeholder {
  color: transparent;
}
.search-filters__form input:focus:-ms-input-placeholder {
  color: transparent;
}
.search-filters__form input::-webkit-input-placeholder {
  font-style: italic;
}
.search-filters__form input::-moz-placeholder {
  font-style: italic;
}
.search-filters__form input:-moz-placeholder {
  font-style: italic;
}
.search-filters__form input:-ms-input-placeholder {
  font-style: italic;
}
.search-filters__form button {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 48px;
  height: 48px;
  line-height: 48px;
  font-size: 20px;
  padding: 0;
}

.article {
  padding: 45px 4.1666666667% 15px;
}
.article .article_content img {
  text-align: center;
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
@media screen and (max-width: 600px) {
  .article .article_content img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    font-family: "object-fit: cover; object-position: center;";
  }
}
.article__share {
  margin-bottom: 25px;
}
.article__share__item {
  width: 48px;
  height: 48px;
  line-height: 48px;
  background-color: #171717;
  border: 1px solid #000;
  display: inline-block;
  margin: 0 25px 0 0;
  transition: 0.3s ease-in-out;
  text-align: center;
  color: #FFF;
  font-size: 25px;
}
.article__share__item:hover {
  background-color: transparent;
  border: 1px solid #000;
  color: #000;
}
@media (min-width:992px) {
  .article__share__item {
    margin: 0 0 25px 0;
    display: block;
  }
}
@media (min-width:992px) {
  .article__share {
    margin-bottom: 0;
  }
}
.article article header {
  margin-bottom: 52px;
}
.article article header span {
  font-size: 18px;
  color: #9A9A9A;
  line-height: 1.7;
  margin-bottom: 15px;
  display: inline-block;
}
.article article header h1 {
  color: #171717;
  margin-bottom: 30px;
}
@media (min-width:992px) {
  .article {
    padding: 94px 0 31.3333333333px;
  }
}
.article iframe, .article video {
  width: 100% !important;
}
@media (max-width: 600px) {
  .article iframe, .article video {
    height: 260px !important;
  }
}

.contact-cards {
  margin: 45px 4.1666666667%;
}
.contact-cards h3 {
  color: #171717;
  margin-bottom: 22.5px;
}
@media (min-width:768px) {
  .contact-cards h3 {
    margin-bottom: 29.5px;
  }
}
@media (min-width:992px) {
  .contact-cards h3 {
    margin-bottom: 47px;
  }
}
.contact-cards__item {
  background-color: #FFF;
  color: #171717;
  max-height: 215px;
  padding: 23px;
  margin-bottom: 3px;
}
.contact-cards__item ul {
  list-style: none;
  margin: 13px 0 0;
  padding: 0;
}
.contact-cards__item ul strong + p {
  margin-top: 0;
}
.contact-cards__item ul a {
  font-size: 16px;
  color: #595757;
  position: relative;
  top: -2px;
  margin-left: 10px;
  display: inline-block;
}
@media (min-width:992px) {
  .contact-cards__item ul a {
    font-size: 18px;
  }
}
@media (min-width:768px) {
  .contact-cards__item {
    max-height: inherit;
    height: 200px;
  }
}
@media (min-width:992px) {
  .contact-cards__item {
    height: 245px;
    margin-bottom: 4px;
  }
}
@media (min-width:1672px) {
  .contact-cards__item {
    height: 244px;
  }
}
.contact-cards .introduction__cta {
  text-align: center;
  padding-bottom: 0;
}
@media (min-width:768px) {
  .contact-cards {
    margin: 59px 4.1666666667%;
  }
}
@media (min-width:992px) {
  .contact-cards {
    margin: 94px 0;
  }
}

.vacancies {
  padding: 45px 4.1666666667%;
}
.vacancies h2 {
  color: #171717;
}
.vacancies__filter {
  margin: 31px 0 0;
}
.vacancies__filter__title {
  font-weight: 600;
  color: #171717;
  margin: 7px 0 0;
}
.vacancies__filter__refine {
  font-size: 0;
  padding: 25px 0 0;
}
.vacancies__filter__refine .dropdown__outer {
  margin-right: 15px;
  margin-bottom: 15px;
}
.vacancies__filter__refine .dropdown__outer .dropdown {
  cursor: pointer;
}
@media (min-width:992px) {
  .vacancies__filter__refine .dropdown__outer {
    margin-left: 15px;
    margin-right: 0;
    margin-bottom: auto;
  }
}
@media (min-width:992px) {
  .vacancies__filter__refine {
    text-align: right;
    padding-top: 0;
  }
}
.vacancies__open {
  padding: 25px 0 0;
}
.vacancies__open__item {
  background-color: #FFF;
  padding: 26px 23px;
  margin-bottom: 3px;
}
.vacancies__open__item__title {
  font-size: 18px;
  color: #171717;
  line-height: 1.3;
  position: relative;
  top: -2px;
}
@media (min-width:992px) {
  .vacancies__open__item__title {
    font-size: 24px;
  }
}
.vacancies__open__item__labels {
  display: inline-block;
  position: relative;
  top: -3px;
  margin-left: 10px;
}
@media (min-width:992px) {
  .vacancies__open__item__labels {
    margin-left: 15px;
  }
}
.vacancies__open__item__location {
  line-height: 1;
  margin: 3px 0 0;
}
.vacancies__open__item__cta {
  padding: 24px 0 0;
}
@media (min-width:768px) {
  .vacancies__open__item__cta {
    float: right;
    padding-top: 6px;
  }
}
@media (min-width:992px) {
  .vacancies__open__item {
    margin-bottom: 4px;
  }
}
@media (min-width:992px) {
  .vacancies__open {
    padding-top: 50px;
  }
}
@media (min-width:768px) {
  .vacancies {
    padding: 59px 4.1666666667%;
  }
}
@media (min-width:992px) {
  .vacancies {
    padding: 94px 0;
  }
}

.application {
  padding: 45px 4.1666666667%;
}
.application__outer--white {
  background-color: #FFF;
}
.application__container {
  margin-bottom: 25px;
}
.application__container .form-group .input-field.is-active.is-error {
  margin-bottom: 22px;
}
.application .attachments__item {
  position: relative;
}
.application .attachments__item__container {
  vertical-align: middle;
}
@media (min-width:768px) {
  .application .attachments__item__container {
    margin-right: 45px;
    display: inline-block;
  }
}
.application .attachments__item__field {
  line-height: 1;
}
.application .attachments__item__upload {
  cursor: pointer;
  margin-top: 10px;
}
@media (min-width:1672px) {
  .application .attachments__item__upload {
    margin-top: 0;
    position: absolute;
    top: -2.5px;
    right: 0;
  }
}
.application .attachments__item span {
  font-weight: 200;
  font-size: 16px;
  font-style: italic;
  color: #9A9A9A;
  line-height: 2;
}
.application .attachments__item:not(:last-of-type) {
  margin-bottom: 35px;
}
.application a[href^="mailto:"] {
  color: #595757;
}
.application a[href^="mailto:"] i {
  margin-right: 12px;
  color: #000;
}
.application a[href^="mailto:"]:hover {
  text-decoration: underline;
}
@media (min-width:768px) {
  .application {
    padding: 59px 4.1666666667%;
  }
}
@media (min-width:992px) {
  .application {
    padding: 94px 0;
  }
}

.search-results {
  padding: 45px 0 22.5px;
}
.search-results__outer {
  background-color: #F6F6F6;
}
@media (min-width:992px) {
  .search-results__outer {
    background-color: #FFF;
  }
}
.search-results__header {
  padding: 0 4.1666666667%;
  margin-bottom: 47px;
}
.search-results__header input:focus::-webkit-input-placeholder {
  opacity: 0;
}
.search-results__header input:focus::-moz-placeholder {
  opacity: 0;
}
.search-results__header input:focus:-moz-placeholder {
  opacity: 0;
}
.search-results__header input:focus:-ms-input-placeholder {
  opacity: 0;
}
.search-results__header h1 {
  color: #171717;
  font-size: 32px;
  line-height: 1.25;
  margin-top: 27px;
}
.search-results__header h1 span {
  color: #00B0F0;
}
@media (min-width:992px) {
  .search-results__header h1 {
    font-size: 48px;
    line-height: 1;
    margin-top: 72px;
  }
}
@media (min-width:768px) {
  .search-results__header {
    padding: 0;
  }
}
@media (min-width:992px) {
  .search-results__header {
    margin-bottom: 65px;
  }
}
.search-results__container {
  padding: 0 4px;
}
@media (min-width:768px) {
  .search-results__container {
    padding: 0;
  }
}
.search-results__item {
  display: inline-block;
  background-color: #FFF;
  padding: 17px 15px 25px;
  margin-bottom: 4px;
}
.search-results__item h3 {
  font-size: 20px;
  color: #171717;
  line-height: 1.6;
}
@media (min-width:992px) {
  .search-results__item h3 {
    font-size: 24px;
    line-height: 2;
  }
}
.search-results__item a, .search-results__item span {
  font-size: 16px;
  color: #00B0F0;
  line-height: 1.5;
}
.search-results__item a:hover, .search-results__item span:hover {
  text-decoration: underline;
}
@media (min-width:992px) {
  .search-results__item a, .search-results__item span {
    font-size: 20px;
    line-height: 2;
  }
}
.search-results__item p {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #9A9A9A;
  font-size: 16px;
  color: #595757;
  line-height: 1.5;
}
@media (min-width:992px) {
  .search-results__item p {
    border: none;
    margin: 0;
    padding: 0;
    font-size: 20px;
    line-height: 2;
  }
}
@media (min-width:992px) {
  .search-results__item {
    padding: 0;
    margin-bottom: 58px;
    display: block;
  }
}
@media (min-width:768px) {
  .search-results {
    padding: 59px 4.1666666667% 29.5px;
  }
}
@media (min-width:992px) {
  .search-results {
    padding: 94px 0 47px;
  }
}

.search-filters {
  padding: 25px 45px;
}
.search-filters__outer {
  background-color: #FFF;
}
.search-filters__form {
  position: relative;
}
.search-filters__form__container {
  padding-right: 65px;
}
.search-filters__form input {
  background-color: transparent;
  width: 100%;
  height: 48px;
  outline: none;
  display: inline-block;
  border: none;
  border-bottom: 2px solid #BFBFBF;
  font-size: 18px;
  font-weight: 200;
  color: #171717;
  transition: border-color 0.3s ease-in-out;
  margin-right: 13px;
}
.search-filters__form input:focus {
  border-bottom: 2px solid #00B0F0;
}
.search-filters__form input:focus::-webkit-input-placeholder {
  color: transparent;
}
.search-filters__form input:focus::-moz-placeholder {
  color: transparent;
}
.search-filters__form input:focus:-moz-placeholder {
  color: transparent;
}
.search-filters__form input:focus:-ms-input-placeholder {
  color: transparent;
}
.search-filters__form input::-webkit-input-placeholder {
  font-style: italic;
}
.search-filters__form input::-moz-placeholder {
  font-style: italic;
}
.search-filters__form input:-moz-placeholder {
  font-style: italic;
}
.search-filters__form input:-ms-input-placeholder {
  font-style: italic;
}
.search-filters__form button {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 48px;
  height: 48px;
  line-height: 48px;
  font-size: 20px;
  padding: 0;
}

@media (min-width:992px) {
  .detail-images__item.image_design img {
    height: auto !important;
  }
}

.truck-header__outer img.banner {
  width: 100%;
}
.truck-header__content {
  padding: 0 20px 20px 20px;
}
.truck-header__content .feature-item {
  padding-right: 30px;
  padding-top: 20px;
  height: 122px;
}
.truck-header__content .feature-item img {
  float: left;
  height: 96px;
  margin-right: 14px;
}
@media (max-width:479px) {
  .truck-header__content {
    border-bottom: 2px solid #171717;
    padding: 0 20px 40px 20px;
  }
  .truck-header__content .feature-item {
    height: 60px;
    margin: 15px 0;
  }
  .truck-header__content .feature-item img {
    height: 60px;
  }
  .truck-header__content .feature-item p {
    line-height: 1;
  }
}
@media (min-width:768px) {
  .truck-header__content {
    border-bottom: 2px solid #171717;
    padding: 40px 60px;
  }
}
@media (min-width:992px) {
  .truck-header__content {
    padding: 40px 60px;
  }
}
@media (min-width:1200px) {
  .truck-header__content {
    padding: 60px 40px;
  }
  .truck-header__content .feature-item {
    padding-right: 0px;
    width: 50%;
  }
}
@media (min-width:1432px) {
  .truck-header__content {
    padding: 60px 40px;
  }
  .truck-header__content .feature-item {
    padding-right: 0px;
    width: 25%;
  }
}
@media (min-width:1672px) {
  .truck-header__content {
    padding: 80px 100px;
  }
  .truck-header__content .feature-item {
    width: 25%;
  }
}

.truck .specifications__outer {
  padding-top: 80px;
}

.bus_banner_container .bus_banner {
  position: relative;
}
.bus_banner_container .bus_banner .banner_image {
  overflow: hidden;
}
.bus_banner_container .bus_banner .banner_text {
  position: absolute;
  right: 0;
  font-size: 14px;
  line-height: 22px;
  top: 50%;
  transform: translateY(-50%);
  padding-right: 40px;
}
@media (max-width:479px) {
  .bus_banner_container .bus_banner .banner_text {
    transform: translateY(0%);
    top: 140px;
    text-align: center;
    padding: 0 50px;
  }
}
.bus_banner_container .bus_banner .banner_text .text_head {
  font-size: 24px;
  line-height: 28px;
  color: #171717;
  font-weight: bold;
}
@media (max-width:479px) {
  .bus_banner_container .bus_banner .banner_text .text_head {
    font-size: 20px;
  }
}
.bus_banner_container .bus_banner .banner_text .text_brief {
  margin-top: 18px;
  width: 300px;
}

.gray-block {
  background: #F9F9F9;
  padding: 40px 0;
}
@media (min-width:992px) {
  .gray-block {
    padding: 94px 0;
  }
}

.tab-bar {
  background: #F9F9F9;
}
.tab-bar button {
  border: 0;
  background: #F9F9F9;
  height: 40px;
  display: inline-block;
  padding: 0 20px;
}
@media (min-width:992px) {
  .tab-bar button {
    padding: 0 40px;
  }
}
.tab-bar button.active {
  border-bottom: 2px solid #171717;
}
.model-range {
  display: none;
  margin-top: 40px;
  padding-bottom: 40px;
}
.model-range.active {
  display: block;
}
.model-range .model-item {
  text-align: center;
}
@media (max-width:479px) {
  .model-range .model-item img {
    height: 136px;
  }
}
.model-range .model-item h4 {
  font-size: 16px;
  margin-top: 16px;
}
.model-range .model-item a {
  line-height: 32px;
  border: 1px solid #252728;
  margin-top: 8px;
  padding: 0 16px;
  display: inline-block;
  font-size: 16px;
  color: #282525;
}
.model-range .model-item a:hover {
  background: #282525;
  color: white;
}

.specifications__item.layout img {
  display: block;
}

.download-leaflet .vmiddle-container {
  display: flex;
  flex-direction: row;
  vertical-align: center;
  align-content: center;
}
@media (max-width:479px) {
  .download-leaflet .vmiddle-container {
    flex-direction: column;
    justify-content: center;
  }
}
.download-leaflet .vmiddle-container .vmiddle {
  display: flex;
  justify-content: center;
  flex-direction: column;
  justify-content: center;
}
@media (max-width:479px) {
  .download-leaflet .vmiddle-container .vmiddle {
    display: block;
    text-align: center;
  }
  .download-leaflet .vmiddle-container .vmiddle.download_buttons {
    order: 2;
    padding: 30px 0;
  }
  .download-leaflet .vmiddle-container .vmiddle.download_image {
    order: 3;
  }
}

.view360-outer {
  padding-bottom: 160px;
}
.view360-outer .view360-inner {
  width: 900px;
  margin: auto;
}
@media (max-width:479px) {
  .view360-outer .cloudimage-360 .menu-btn {
    font-size: 18px;
    width: 60px;
    line-height: 28px;
    left: calc(50% - 30px);
  }
  .view360-outer .cloudimage-360 .nav-btn:before {
    width: 100px;
    height: 23px;
    background: 50% 50%/cover no-repeat;
  }
  .view360-outer .cloudimage-360 .cloudimage-360-prev {
    left: 5px;
  }
  .view360-outer .cloudimage-360 .cloudimage-360-prev:before {
    background-image: url("/img/products/360_btn_prev.png");
  }
  .view360-outer .cloudimage-360 .cloudimage-360-next {
    right: 5px;
  }
  .view360-outer .cloudimage-360 .cloudimage-360-next:before {
    background-image: url("/img/products/360_btn_next.png");
  }
}
@media (max-width:991px) {
  .view360-outer {
    padding-bottom: 60px;
  }
  .view360-outer .view360-inner {
    width: 100%;
  }
}

.cloudimage-360 .menu-btn {
  position: absolute;
  z-index: 101;
  bottom: 0;
  width: 100px;
  border: 2px solid #000;
  opacity: 0.8;
  line-height: 48px;
  color: #000;
  left: calc(50% - 50px);
  text-align: center;
  font-size: 28px;
  display: block;
}
.cloudimage-360 .nav-btn {
  border: none;
  background: none;
  display: none;
  position: absolute;
  z-index: 100;
  opacity: 0.4;
  bottom: 5px;
}
.cloudimage-360 .nav-btn:focus {
  outline: none;
}
.cloudimage-360 .nav-btn:hover {
  opacity: 1;
}
.cloudimage-360 .nav-btn.cloudimage-360-prev {
  left: 60px;
}
.cloudimage-360 .nav-btn.cloudimage-360-next {
  right: 60px;
}
.cloudimage-360 .nav-btn:before {
  content: "";
  display: block;
  width: 322px;
  height: 74px;
  background: 50% 50%/cover no-repeat;
}
.cloudimage-360 .cloudimage-360-prev:before {
  background-image: url("/img/products/360_btn_prev.png");
}
.cloudimage-360 .cloudimage-360-next:before {
  background-image: url("/img/products/360_btn_next.png");
}
.cloudimage-360 .switch-container {
  position: absolute;
  right: 0;
  width: 60px;
}
.cloudimage-360 .switch-container button:first-child {
  margin-top: 15px;
}
.cloudimage-360 .switch-container button {
  background: none;
  border: 0;
  opacity: 0.5;
}
.cloudimage-360 .switch-container button.active {
  opacity: 1;
}
.cloudimage-360 .switch-container img {
  width: 60px;
}

.data-policy .navi-desc {
  margin-top: 30px;
}
.data-policy .arrow {
  border: solid black;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 3px;
}
.data-policy .right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  margin-right: 10px;
}
.alcohol-banner {
  margin: 0 auto;
  width: 100%;
}
.alcohol-banner img {
  width: 100%;
}

.alcohol-container {
  text-align: center;
  padding: 96px 0;
  color: #000;
  font-family: "Montserrat", sans-serif;
  background: #fff;
}
.alcohol-container h1 {
  font-size: 32px;
  margin-bottom: 64px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}
.alcohol-container .field-combobox {
  text-align: left;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.alcohol-container .select2-container {
  text-align: left;
}
.alcohol-container label {
  font-weight: 600;
  font-size: 16px;
  text-align: center;
}
.alcohol-container .field-combobox {
  margin-top: 16px;
}
.alcohol-container .select {
  width: 640px;
}

.select2-container--default .select2-selection--single {
  height: 48px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 46px;
}
.select2-container--default .select2-selection__rendered {
  padding: 10px 0;
  font-size: 14px;
}
.select2-container--default .select2-results__options {
  font-size: 14px;
}
.select2-container--default .select2-results__options .select2-results__option {
  padding: 6px 16px;
}

.alcohol-download-container {
  text-align: center;
  padding: 96px 0;
  color: #000;
  font-family: "Montserrat", sans-serif;
  background: #F7F7F7;
}
.alcohol-download-container h1 {
  font-size: 20px;
  margin-bottom: 64px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
}
.alcohol-download-container .downloads {
  display: flex;
  margin: 0 auto;
  flex-flow: row wrap;
  padding: 0 64px;
}
.alcohol-download-container .downloads .item {
  padding: 8px 8px;
}
.alcohol-download-container .downloads .item .wrap {
  background: #fff;
  border-radius: 6px;
  padding: 16px;
  max-width: 288px;
  width: 288px;
  font-size: 14px;
  text-align: left;
}
.alcohol-download-container .downloads .item .wrap span {
  text-align: left;
  height: 50px;
  display: block;
}
.alcohol-download-container .downloads .item .wrap .buttons {
  text-align: right;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: right;
  margin-top: 16px;
}
.alcohol-download-container .downloads .item .wrap .buttons a {
  color: #000;
}
.alcohol-download-container .downloads .item .wrap .buttons a.btn-text {
  border-bottom: 1px solid #000;
  margin: 0 8px;
}
@media (max-width:479px) {
  .alcohol-download-container {
    text-align: left;
    padding: 48px 0;
  }
  .alcohol-download-container h1 {
    padding: 0 16px;
    margin-bottom: 24px;
  }
  .alcohol-download-container .downloads {
    padding: 0 8px;
    display: flex;
    margin: 0 auto;
    flex-flow: column wrap;
  }
  .alcohol-download-container .downloads .item .wrap {
    max-width: 100%;
    width: 100%;
  }
}
html {
  padding: 0;
  margin: 0;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
}

.container {
  max-width: 1432px;
  margin: 0 auto;
  padding-bottom: 48px;
}

.top-panel {
  padding: 14px 16px;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
}
.top-panel .language a {
  font-size: 14px;
  line-height: 32px;
  text-align: center;
  width: 53px;
  display: inline-block;
  border-radius: 4px;
  color: #000;
  text-decoration: none;
}
.top-panel .language a.selected {
  background: #F4F5F5;
}

.textarea-container {
  padding: 24px 16px;
}
.textarea-container .title {
  padding: 16px 8px;
  font-size: 24px;
  font-weight: bold;
}
.textarea-container .content {
  padding: 8px 8px;
  font-size: 14px;
  line-height: 22px;
}
.textarea-container .content .more-content {
  display: none;
}
.textarea-container .content .more-content.show {
  display: block;
}
.textarea-container .content p {
  font-weight: 400;
}
.textarea-container .content-link {
  color: #177EF8;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 0px;
  display: block;
}
.textarea-container .content-link:after {
  content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDggMTQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xIDEzTDYuNTc1NzQgNy40MjQyNkM2LjgxMDA1IDcuMTg5OTUgNi44MTAwNSA2LjgxMDA1IDYuNTc1NzQgNi41NzU3NEwxIDEiIHN0cm9rZT0iIzE3N0VGOCIgc3Ryb2tlLXdpZHRoPSIxLjYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgo8L3N2Zz4K");
  padding-left: 9px;
  display: inline-block;
}
.textarea-container .more {
  display: block;
  width: 40px;
  height: 40px;
  margin: 32px 16px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMjAiIGN5PSIyMCIgcj0iMTkuMiIgc3Ryb2tlPSIjMjUyNzI4IiBzdHJva2Utd2lkdGg9IjEuNiIvPgo8cGF0aCBkPSJNMTIgMjBIMjgiIHN0cm9rZT0iIzI1MjcyOCIgc3Ryb2tlLXdpZHRoPSIxLjYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgo8cGF0aCBkPSJNMjAgMjhMMjAgMTIiIHN0cm9rZT0iIzI1MjcyOCIgc3Ryb2tlLXdpZHRoPSIxLjYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgo8L3N2Zz4K");
}
.textarea-container .more.sub {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMjAiIGN5PSIyMCIgcj0iMTkuMiIgZmlsbD0id2hpdGUiIHN0cm9rZT0iIzI1MjcyOCIgc3Ryb2tlLXdpZHRoPSIxLjYiLz4KPHBhdGggZD0iTTEyIDIwSDI4IiBzdHJva2U9IiMyNTI3MjgiIHN0cm9rZS13aWR0aD0iMS42IiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4KPC9zdmc+Cg==");
}

.download-container {
  padding-top: 80px;
}
.download-container .items .item {
  background: #FBFCFC;
  padding: 24px 16px;
}
.download-container .items .item p {
  font-size: 20px;
  line-height: 26px;
  font-weight: bold;
  text-align: center;
  margin: 16px 0;
  display: block;
}
.download-container .items .item p.fz16 {
  font-size: 15px;
}
.download-container .items .item a {
  text-transform: uppercase;
  display: block;
  font-size: 16px;
  padding: 8px 0;
  text-align: center;
  line-height: 40px;
  font-weight: 500;
  text-decoration: none;
}
.download-container .items .item a.leaflet-download {
  border: 1px solid #000;
  margin-top: 3px;
  color: #000;
}
.download-container .items .item a.leaflet-download:hover {
  background: #000;
  color: #fff;
}
.download-container .items .item a.leaflet-more {
  border: 1px solid #000;
  margin-top: 8px;
  color: #000;
}
.download-container .items .item a.leaflet-more:hover, .download-container .items .item a.leaflet-more:visited {
  color: #000;
}

.info-container {
  padding: 0 16px;
  margin: 0 auto;
  margin-top: 48px;
  max-width: 1000px;
}
.info-container .info {
  padding: 60px 24px;
  border-radius: 8px;
  box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.0509803922);
}
.info-container p {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  color: #A69F95;
  line-height: 24px;
}

@media (min-width:768px) and (max-width:991px) {
  .top-panel {
    padding: 14px 16px;
  }
  .download-container .items {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
  }
  .download-container .items .item {
    box-sizing: border-box;
  }
}
@media (min-width:768px) and (max-width:991px) and (min-width: 600px) and (max-width: 991px) {
  .download-container .items .item.item {
    border-radius: 4px;
    margin-bottom: 24px;
    width: 32%;
  }
  .download-container .items .item.item p.fz16 {
    font-size: 12px;
  }
}
@media (min-width:768px) and (max-width:991px) {
  .container {
    padding-bottom: 120px;
  }
}
@media (min-width:1200px) {
  .top-panel {
    padding: 14px 40px;
  }
  .download-container .items {
    margin: 0 auto;
    display: flex;
    max-width: 1000px;
    flex-flow: row wrap;
    justify-content: space-between;
  }
  .download-container .items .item {
    width: 320px;
    box-sizing: border-box;
    padding: 24px 16px;
  }
  .container {
    margin-bottom: 140px;
  }
  .info-container {
    padding: 0;
  }
  .info-container .info {
    padding: 51px 100px;
  }
  .info-container p {
    margin: 0;
    font-size: 20px;
    line-height: 26px;
  }
  .footer {
    margin-top: 40px;
  }
}
@media (min-width:768px) and (max-width:991px) {
  .style2 .download-container .items {
    justify-content: center;
  }
  .style2 .download-container .items .item {
    width: auto !important;
  }
}
@media (min-width:1200px) {
  .style2 .download-container .items {
    justify-content: center;
  }
}
/*# sourceMappingURL=global.css.map */
