@charset "UTF-8";
/* CSS Document */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  color: inherit;
  text-decoration: inherit;
}
input:focus,
select:focus,
textarea:focus,
button:focus,
body * {
  outline: none;
}
input::-ms-clear {
  display: none;
}
/* CSS Document */
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-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;
  }
  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: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  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: 1255px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1255px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1255px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1255px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1256px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1256px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1256px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1256px) {
  .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: 1255px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1256px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  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;
  }
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1256px) {
  .container {
    width: 1236px;
	
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col,
.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: 15px;
  padding-right: 15px;
}
.col,
.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-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col,
  .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-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col,
  .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-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1256px) {
  .col,
  .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-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.clearfix,
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
.transition {
  transition: all 0.2s ease-in-out;
}
.transformFix {
  transform: translate3d(0, 0, 0);
}
.pos-rel {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .flex-row {
    display: -ms-flexbox;
    display: flex;
  }
}
.hidden {
  display: none !important;
}
.btn {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2.8px;
  text-transform: uppercase;
}
.gold-bg {
  background-color: #b69453;
}
.big-headline {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.08;
  letter-spacing: -0.25px;
}
@media only screen and (min-width: 992px) {
  .big-headline {
    font-size: 35px;
  }
}
@media only screen and (min-width: 1256px) {
  .big-headline {
    font-size: 50px;
  }
}
.subheader {
  font-size: 10px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .subheader {
    font-size: 12px;
    letter-spacing: 0.9px;
  }
}
@media only screen and (min-width: 992px) {
  .subheader {
    font-size: 14px;
    letter-spacing: 1.1px;
  }
}
.section-desc {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.1px;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .section-desc {
    font-size: 20px;
    line-height: 1.3;
  }
}
@media only screen and (min-width: 1256px) {
  .section-desc {
    font-size: 24px;
    line-height: 1.42;
  }
}
.section-desc-header {
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0.9px;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .section-desc-header {
    font-size: 12px;
    line-height: 2.5;
  }
}
@media only screen and (min-width: 1256px) {
  .section-desc-header {
    font-size: 14px;
    line-height: 2.14;
    letter-spacing: 1.1px;
  }
}
.title-30 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.13;
  padding-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .title-30 {
    font-size: 25px;
    padding-bottom: 13px;
  }
}
@media only screen and (min-width: 1256px) {
  .title-30 {
    font-size: 30px;
    padding-bottom: 16px;
  }
}
.title-bold-line {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.13;
  padding-bottom: 10px;
  display: block;
  width: 100%;
  border-bottom: 1px solid #000;
}
@media only screen and (min-width: 768px) {
  .title-bold-line {
    font-size: 25px;
    padding-bottom: 13px;
  }
}
@media only screen and (min-width: 1256px) {
  .title-bold-line {
    font-size: 30px;
    padding-bottom: 16px;
  }
}
.p {
  font-size: 12px;
  line-height: 1.5;
}
@media only screen and (min-width: 1256px) {
  .p {
    font-size: 14px;
  }
}
.underline-hover {
  position: relative;
}
.underline-hover:before {
  transition: all 0.2s ease-in-out;
  content: "";
  width: 0px;
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 1px;
  background-color: #000000;
}
.underline-hover--active:before {
  width: 100%;
}
.full-btn {
  transition: all 0.2s ease-in-out;
  font-size: 12px;
  letter-spacing: 4.8px;
  text-transform: uppercase;
  background-color: #000000;
  color: #ffffff;
  text-align: center;
  height: 60px;
  display: block;
  line-height: 60px;
  position: relative;
}
.full-btn:before,
.full-btn:after {
  transition: all 0.2s ease-in-out;
}
.full-btn:hover {
  background-color: #262626;
}
.full-btn:hover:before,
.full-btn:hover:after {
  background-color: #262626;
}
@media only screen and (max-width: 767px) {
  .full-btn {
    margin-top: -10px;
  }
  .full-btn:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -15px;
    width: 100vw;
    background-color: #000000;
    z-index: 0;
  }
}
@media only screen and (min-width: 768px) {
  .full-btn {
    font-size: 18px;
    letter-spacing: 7.2px;
    height: 108px;
    line-height: 108px;
    padding-left: 54px;
  }
  .full-btn:before,
  .full-btn:after {
    content: "";
    background-color: #000000;
    height: 100%;
    position: absolute;
    top: 0;
  }
  .full-btn:before {
    width: 50vw;
    right: 100%;
  }
  .full-btn:after {
    background-color: #000000;
    width: 108px;
    left: 100%;
    transform: skew(-42deg) translateX(-50%);
  }
}
@media only screen and (min-width: 992px) {
  .full-btn {
    font-size: 20px;
    letter-spacing: 8px;
  }
}
.full-btn span {
  position: relative;
  z-index: 1;
}
.section-margin-top {
  margin-top: 40px;
}
@media only screen and (min-width: 768px) {
  .section-margin-top {
    margin-top: 80px;
  }
}
@media only screen and (min-width: 1256px) {
  .section-margin-top {
    margin-top: 100px;
  }
}
.subpage-padding {
  padding-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .subpage-padding {
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 992px) {
  .subpage-padding {
    padding-bottom: 100px;
  }
}
.section-subheader {
  font-size: 10px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  border-bottom: 1px solid #000000;
  padding-bottom: 20px;
  margin-top: 70px;
}
@media only screen and (min-width: 768px) {
  .section-subheader {
    font-size: 12px;
    letter-spacing: 0.9px;
  }
}
@media only screen and (min-width: 992px) {
  .section-subheader {
    font-size: 14px;
    letter-spacing: 1.1px;
  }
}
@media only screen and (min-width: 768px) {
  .section-subheader {
    margin-top: 60px;
    padding-bottom: 25px;
  }
}
@media only screen and (min-width: 1256px) {
  .section-subheader {
    padding-bottom: 35px;
  }
}
.btn--white span:before {
  background-color: white !important;
}
.btn--arrow:hover span:before {
  width: 100%;
}
.btn--arrow span {
  position: relative;
}
.btn--arrow span:before {
  transition: all 0.2s ease-in-out;
  content: "";
  width: 0px;
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 1px;
  background-color: #000000;
}
.btn--arrow:after {
  content: ">";
  font-size: 16px;
  font-weight: 600;
  margin-left: 35px;
}
@media only screen and (min-width: 768px) {
  .btn--arrow:after {
    margin-left: 70px;
  }
}
@media only screen and (min-width: 992px) {
  .btn--arrow:after {
    margin-left: 90px;
  }
}
.form {
  color: #000000;
  position: relative;
}
.form__submit {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2.8px;
  text-transform: uppercase;
  background: none;
  border: none;
  display: inline-block;
  padding: 17px 0;
  margin: 10px 0 0 0;
  cursor: pointer;
  float: right;
  color: #000000;
}
.form__submit:hover span:before {
  width: 100%;
}
.form__submit span {
  position: relative;
}
.form__submit span:before {
  transition: all 0.2s ease-in-out;
  content: "";
  width: 0px;
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 1px;
  background-color: #000000;
}
.form__submit:after {
  content: ">";
  font-size: 16px;
  font-weight: 600;
  margin-left: 35px;
}
@media only screen and (min-width: 768px) {
  .form__submit:after {
    margin-left: 70px;
  }
}
@media only screen and (min-width: 992px) {
  .form__submit:after {
    margin-left: 90px;
  }
}
.form__submit:hover span:before {
  width: 100%;
}
.form__submit span {
  position: relative;
}
.form__submit span:before {
  transition: all 0.2s ease-in-out;
  content: "";
  width: 0px;
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 1px;
  background-color: #000000;
}
@media only screen and (min-width: 768px) {
  .form__submit {
    margin: 20px 0 0 0;
  }
}
@media only screen and (min-width: 992px) {
  .form__submit {
    margin: 26px 0 0 0;
  }
}
@media only screen and (min-width: 1256px) {
  .form__submit {
    margin: 34px 0 0 0;
  }
}
.form__search-submit {
  width: 20px;
  height: 100%;
  display: block;
  border: none;
  background: url('../images/icon-search.svg');
  background-repeat: no-repeat;
  background-size: 11px 11px;
  background-position: center right;
  padding: 0;
  font-size: 0;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
}
.form input[type="search"] {
  padding: 0;
}
.form textarea {
  transition: all 0.2s ease-in-out;
  padding: 13px 0;
  resize: none;
  text-transform: none !important;
}
.form textarea:-ms-input-placeholder {
  text-transform: uppercase;
}
.form textarea::placeholder {
  text-transform: uppercase;
}
.form textarea:focus {
  height: 135px;
}
.form input,
.form textarea,
.select-box__field {
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  width: 100%;
  height: 45px;
  border-bottom: 1px solid #000000;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .form input,
  .form textarea,
  .select-box__field {
    margin-bottom: 13px;
  }
}
@media only screen and (min-width: 992px) {
  .form input,
  .form textarea,
  .select-box__field {
    margin-bottom: 18px;
  }
}
@media only screen and (min-width: 1256px) {
  .form input,
  .form textarea,
  .select-box__field {
    margin-bottom: 23px;
  }
}
.form input:-ms-input-placeholder,
.form textarea:-ms-input-placeholder,
.select-box__field:-ms-input-placeholder {
  color: #000000;
  opacity: 1;
}
.form input::placeholder,
.form textarea::placeholder,
.select-box__field::placeholder {
  color: #000000;
  opacity: 1;
}
.select-box {
  position: relative;
}
.select-box--active > .select-box__field {
  background-color: #f0f1f4;
}
.select-box--active > .select-box__field:before {
  content: "";
  position: absolute;
  height: 42px;
  top: 0;
  left: -20px;
  right: -20px;
  background: #f0f1f4;
  z-index: -2;
}
.select-box--active > .select-box__field:after {
  transform: rotate(270deg);
}
.select-box--active > .select-box__list {
  opacity: 1;
  visibility: visible;
}
.select-box__field {
  padding: 16px 0;
  position: relative;
}
.select-box__field:after {
  content: ">";
  transition: transform 0.10s;
  font-size: 16px;
  font-weight: 600;
  position: absolute;
  bottom: 14px;
  right: 0;
  transform: rotate(90deg);
  z-index: -1;
}
.select-box__list {
  transition: opacity 0.15s;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: -15px;
  right: -15px;
  background-color: #f0f1f4;
  padding: 55px 20px 10px 20px;
  z-index: 1;
  transform: translate3d(0, 0, 0);
  overflow: hidden;
  max-height: 210px;
  overflow: auto;
}
@media only screen and (min-width: 768px) {
  .select-box__list {
    left: -20px;
    right: -20px;
  }
}
.select-box__list li.selected a:before {
  background-color: #b6b8bd;
}
.select-box__list li a {
  display: block;
  padding: 8px 0;
  font-size: 14px;
  position: relative;
}
.select-box__list li a:hover:before {
  background-color: rgba(182, 184, 189, 0.5);
}
.select-box__list li a:before {
  transition: background-color 0.15s ease-in-out;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -20px;
  right: -20px;
  background-color: transparent;
  z-index: -1;
}
.pagination {
  text-align: center;
}
.pagination__prev {
  margin-right: 0 !important;
}
.pagination__prev-wrapper {
  text-align: right;
}
.pagination__prev:before {
  content: "<";
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1.6px;
  margin-right: 30px;
}
.pagination__next-wrapper {
  display: block;
  text-align: left;
}
.pagination__next:after {
  content: ">";
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1.6px;
  margin-left: 30px;
}
.pagination__prev,
.pagination__next {
  color: #000000 !important;
}
.pagination__prev.disabled,
.pagination__next.disabled {
  color: #b6b8bd !important;
  pointer-events: none;
}
.pagination .page-numbers {
  transition: all 0.2s ease-in-out;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2.8px;
  text-transform: uppercase;
  color: #b6b8bd;
  margin-right: 15px;
}
.pagination .page-numbers:hover {
  color: #000000;
}
.pagination .page-numbers.prev,
.pagination .page-numbers.next {
  display: none;
}
.pagination .page-numbers.current {
  color: #000000;
}
.download-list {
  color: #000000;
}
.download-list:last-of-type {
  margin-bottom: 0;
}
.download-list table td {
  vertical-align: top;
  display: inline-block;
}
@media only screen and (min-width: 768px) {
  .download-list table td {
    padding-top: 30px;
  }
}
@media only screen and (min-width: 992px) {
  .download-list table td {
    padding-top: 40px;
    display: table-cell;
  }
}
.download-list table td:last-of-type {
  text-align: right;
}
.download-list__title {
  font-size: 24px;
  font-weight: bold;
  line-height: 0.95;
  letter-spacing: normal;
  width: 100%;
  padding: 30px 0 15px 0;
}
@media only screen and (min-width: 768px) {
  .download-list__title {
    font-size: 35px;
    width: 30%;
    padding: inherit;
  }
}
@media only screen and (min-width: 992px) {
  .download-list__title {
    width: 25%;
  }
}
@media only screen and (min-width: 1256px) {
  .download-list__title {
    font-size: 40px;
  }
}
.download-list__desc {
  width: 100%;
  padding-right: 40px;
}
@media only screen and (min-width: 768px) {
  .download-list__desc {
    width: 55%;
  }
}
@media only screen and (min-width: 992px) {
  .download-list__desc {
    padding-right: 60px;
    width: 33.333333%;
  }
}
@media only screen and (min-width: 1256px) {
  .download-list__desc {
    padding-right: 96px;
  }
}
.download-list__date {
  width: 100%;
  padding-top: 10px;
}
@media only screen and (min-width: 768px) {
  .download-list__date {
    width: 15%;
    text-align: right;
  }
}
@media only screen and (min-width: 992px) {
  .download-list__date {
    width: auto;
    text-align: left;
  }
}
.download-list__desc,
.download-list__date {
  font-size: 12px;
  line-height: 1.5;
}
@media only screen and (min-width: 1256px) {
  .download-list__desc,
  .download-list__date {
    font-size: 14px;
  }
}
.download-list__btn {
  font-size: 12px;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 2.8px;
  text-transform: uppercase;
  width: 50%;
  padding-top: 15px;
}
.download-list__btn a {
  position: relative;
}
.download-list__btn a:before {
  transition: all 0.2s ease-in-out;
  content: "";
  width: 0px;
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 1px;
  background-color: #000000;
}
.download-list__btn a:hover:before {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .download-list__btn {
    padding-top: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .download-list__btn {
    width: auto;
    text-align: center;
  }
}
@media only screen and (min-width: 1256px) {
  .download-list__btn {
    font-size: 14px;
  }
}
.steps {
  color: #000000;
}
.steps .step-box {
  position: relative;
  margin-bottom: 40px;
  font-size: 0;
}
@media only screen and (min-width: 768px) {
  .steps .step-box {
    margin-bottom: 80px;
  }
}
@media only screen and (min-width: 992px) {
  .steps .step-box {
    min-height: 250px;
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 1256px) {
  .steps .step-box {
    min-height: 285px;
    margin-bottom: 80px;
  }
}
.steps .step-box__img {
  background-color: #a0a2a7;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 190px;
  margin-top: 40px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .steps .step-box__img {
    height: 240px;
    float: right;
    margin-top: 50px;
    width: calc((100% - 750px)/2 + 485px);
  }
}
@media only screen and (min-width: 992px) {
  .steps .step-box__img {
    height: 250px;
    position: absolute;
    top: 0;
    right: 0;
    float: none;
    margin-top: 0;
    width: calc(50% - 63px);
  }
}
@media only screen and (min-width: 1256px) {
  .steps .step-box__img {
    height: 285px;
  }
}
@media only screen and (min-width: 1400px) {
  .steps .step-box__img {
    position: static;
    width: 100%;
    height: 300px;
  }
}
.steps .step-box__img-container {
  pointer-events: none;
}
@media (max-width: 991px) {
  .steps .step-box__img-container {
    width: 100%;
  }
}
@media only screen and (min-width: 1400px) {
  .steps .step-box__img-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
}
.steps .step-box__img-wrapper {
  width: 100%;
  float: left;
}
@media only screen and (min-width: 1400px) {
  .steps .step-box__img-wrapper {
    width: 50%;
    padding: 0 15px;
    padding-left: 65px;
  }
}
.steps .step-box__img img,
.steps .step-box__img video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.steps .step-box__inner {
  border-top: 1px solid #000000;
  padding: 40px 0 0 0;
}
.steps .step-box__num {
  display: block;
  font-size: 60px;
  font-weight: bold;
  line-height: 0.75;
  letter-spacing: -1.5px;
}
@media only screen and (min-width: 768px) {
  .steps .step-box__num {
    font-size: 120px;
    letter-spacing: -3px;
  }
}
@media only screen and (min-width: 992px) {
  .steps .step-box__num {
    margin-bottom: 137px;
  }
}
@media only screen and (min-width: 1256px) {
  .steps .step-box__num {
    font-size: 140px;
    letter-spacing: -3.5px;
  }
}
.steps .step-box__name {
  font-size: 24px;
  font-weight: bold;
  line-height: 0.75;
}
@media only screen and (min-width: 992px) {
  .steps .step-box__name {
    font-size: 35px;
    position: absolute;
    bottom: 0;
  }
}
@media only screen and (min-width: 1256px) {
  .steps .step-box__name {
    font-size: 50px;
    line-height: 0.75;
  }
}
.steps .step-box__content {
  position: relative;
  height: 100%;
}
.steps .step-box__desc {
  font-size: 12px;
  line-height: 1.5;
  padding-bottom: 35px;
}
@media only screen and (min-width: 1256px) {
  .steps .step-box__desc {
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) {
  .steps .step-box__desc {
    padding-bottom: 60px;
  }
}
@media only screen and (min-width: 992px) {
  .steps .step-box__desc {
    padding-bottom: 56px;
  }
}
@media only screen and (min-width: 1256px) {
  .steps .step-box__desc {
    padding-bottom: 74px;
  }
}
.steps .step-box__btn {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .steps .step-box__btn {
    position: absolute;
    bottom: 0;
  }
}
@media only screen and (min-width: 1256px) {
  .steps .step-box__btn {
    font-size: 14px;
    letter-spacing: 2.8px;
  }
}
.steps .step-box__btn:after {
  content: ">";
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1.6px;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media only screen and (min-width: 1256px) {
  .steps .step-box__btn:after {
    font-size: 16px;
  }
}
.steps .step-box__btn:hover span:before {
  width: 100%;
}
.steps .step-box__btn span {
  position: relative;
}
.steps .step-box__btn span:before {
  transition: all 0.2s ease-in-out;
  content: "";
  width: 0px;
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 1px;
  background-color: #000000;
}
.steps .step-box--tips .step-box__img {
  background-color: transparent;
  background-size: contain;
}
.choose-product {
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) {
  .choose-product {
    margin-bottom: 35px;
  }
}
.choose-product__title {
  font-size: 14px;
  color: #000000;
  margin-bottom: 20px;
  letter-spacing: 1.05px;
}
@media only screen and (min-width: 768px) {
  .choose-product__title {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 992px) {
  .choose-product__title {
    margin-bottom: 40px;
  }
}
.choose-product__row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: -30px;
  overflow: hidden;
  text-align: center;
}
.choose-product__input {
  position: relative;
  width: calc(50% - 5px);
  margin-bottom: 30px;
  margin-right: 10px;
}
@media only screen and (min-width: 992px) {
  .choose-product__input {
    margin-right: 15px;
  }
}
.choose-product__input:nth-child(2n) {
  margin-right: 0;
}
@media only screen and (min-width: 992px) {
  .choose-product__input:nth-child(2n) {
    margin-right: 15px;
  }
}
@media only screen and (min-width: 992px) {
  .choose-product__input:nth-child(4n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 992px) {
  .choose-product__input {
    width: calc(25% - 12px);
  }
}
.choose-product__input .option-product {
  width: 100%;
  opacity: 0.4;
  margin: 0;
  cursor: default;
}
.choose-product__input input {
  margin: 0;
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 5;
}
.choose-product__input input:hover ~ .option-product,
.choose-product__input input:checked ~ .option-product {
  opacity: 1;
}
@font-face {
  font-family: 'Basier';
  src: url('../fonts/basiersquare-regular-webfont.eot');
  src: url(https://carpro.global/wp-content/themes/carpro/assets/fonts/basiersquare-regular-webfont.eot?#iefixx') format('embedded-opentype'), url(https://carpro.global/wp-content/themes/carpro/assets/fonts/basiersquare-regular-webfont.woff22') format('woff2'), url('../fonts/basiersquare-regular-webfont.woff') format('woff'), url('../fonts/basiersquare-regular-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Basier';
  src: url('../fonts/basiersquare-regularitalic-webfont.eot');
  src: url(https://carpro.global/wp-content/themes/carpro/assets/fonts/basiersquare-regularitalic-webfont.eot?#iefixx') format('embedded-opentype'), url('../fonts/basiersquare-regularitalic-webfont.woff2') format('woff2'), url('../fonts/basiersquare-regularitalic-webfont.woff') format('woff'), url('../fonts/basiersquare-regularitalic-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'Basier';
  src: url('../fonts/basiersquare-medium-webfont.eot');
  src: url(https://carpro.global/wp-content/themes/carpro/assets/fonts/basiersquare-medium-webfont.eot?#iefixx') format('embedded-opentype'), url('../fonts/basiersquare-medium-webfont.woff2') format('woff2'), url('../fonts/basiersquare-medium-webfont.woff') format('woff'), url('../fonts/basiersquare-medium-webfont.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Basier';
  src: url('../fonts/basiersquare-semibold-webfont.eot');
  src: url(https://carpro.global/wp-content/themes/carpro/assets/fonts/basiersquare-semibold-webfont.eot?#iefixx') format('embedded-opentype'), url('../fonts/basiersquare-semibold-webfont.woff2') format('woff2'), url('../fonts/basiersquare-semibold-webfont.woff') format('woff'), url('../fonts/basiersquare-semibold-webfont.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Basier';
  src: url('../fonts/basiersquare-bold-webfont.eot');
  src: url(https://carpro.global/wp-content/themes/carpro/assets/fonts/basiersquare-bold-webfont.eot?#iefixx') format('embedded-opentype'), url('../fonts/basiersquare-bold-webfont.woff2') format('woff2'), url('../fonts/basiersquare-bold-webfont.woff') format('woff'), url('../fonts/basiersquare-bold-webfont.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
/* base styles */
.left {
  float: left;
}
.right {
  float: right;
}
.clear {
  clear: both;
}
.center {
  text-align: center;
}
input,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  margin: 0;
}
input[type="submit"] {
  cursor: pointer;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #ffffff inset;
  -webkit-text-fill-color: #000000;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}
html,
body {
  height: 100%;
}
html.blocked,
body.blocked {
  overflow: hidden;
}
body {
  font-family: "Basier", Helvetica, sans-serif;
  font-weight: normal;
  position: relative;
}
.body-content {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.body-inner {
  position: absolute;
  width: 100%;
  overflow-x: hidden;
  top: 0;
  bottom: 0;
}
.header {
  background-color: #ffffff;
  color: #000000;
  position: relative;
  height: 64px;
  z-index: 3;
}
@media only screen and (min-width: 768px) {
  .header {
    height: 90px;
  }
}
.header--fixed {
  transition: all 0.2s ease-in-out;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 30;
  transform: translateY(-100%);
  opacity: 0;
}
.header--fixed.active {
  transform: translateY(0);
  opacity: 1;
}
.header__logo {
  display: inline-block;
  height: 30px;
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  .header__logo {
    height: 40px;
    margin-top: 32px;
  }
}
.header__logo img {
  height: 100%;
  max-width: 100%;
}
.header__bar {
  margin-top: 24px;
}
.header__bar li {
  display: inline-block;
  margin-right: 50px;
}
.header__bar li:last-of-type {
  margin-right: 0;
}
.header__bar a {
  font-size: 10px;
  letter-spacing: 1px;
  position: relative;
}
.header__bar a:before {
  transition: all 0.2s ease-in-out;
  content: "";
  width: 0px;
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 1px;
  background-color: #000000;
}
.header__bar a:hover:before {
  width: 100%;
}
.header__nav {
  margin-top: 22px;
  position: relative;
}
.header__nav-before {
  transition: all 0.4s ease-in-out;
  transition-delay: 0.15s;
  position: absolute;
  top: 100%;
  left: -40px;
  right: -20vw;
  background-color: #ffffff;
  z-index: 2;
  padding: 0;
  transform: translateY(-30px);
  opacity: 0;
  visibility: hidden;
}
.header__nav-before.active {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.header__bar,
.header__nav {
  text-transform: uppercase;
  font-size: 0;
}
.header__main-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  position: relative;
  z-index: 3;
}
.header__main-nav .header__search {
  display: none !important;
}
.header__main-nav li.menu-has-search .header__search {
  display: block !important;
  padding-bottom: 60px;
  margin-top: 55px;
}
.header__main-nav li.menu-has-search .header__search form {
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -ms-flexbox;
  display: flex;
  font-size: 0;
  height: 20px;
  width: 100%;
}
.header__main-nav li.menu-has-search .header__search label {
  display: none !important;
}
.header__main-nav li.menu-has-search .header__search input[type="text"] {
  background-color: transparent;
  width: calc(100% - 20px);
  font-family: "Basier", Helvetica, sans-serif;
  color: #000;
  letter-spacing: 1.2px;
  padding-right: 10px;
  font-size: 12px;
}
.header__main-nav li.menu-has-search .header__search input[type="text"]:-ms-input-placeholder {
  text-transform: uppercase;
  opacity: 1;
}
.header__main-nav li.menu-has-search .header__search input[type="text"]::placeholder {
  text-transform: uppercase;
  opacity: 1;
}
.header__main-nav li.menu-has-search .header__search .icon {
  background: url('../images/icon-search.svg') no-repeat center;
  background-size: 13px 13px;
  position: relative;
  display: block;
  height: 20px;
  width: 20px;
}
.header__main-nav li.menu-has-search .header__search input[type="submit"] {
  background-color: transparent;
  display: block;
  font-size: 0;
  height: 20px;
  width: 20px;
}
.header__main-nav .sub-menu {
  transition: all 0.4s ease-in-out;
  border-top: 1px solid black;
  transition-delay: 0.2s;
  display: block;
  position: absolute;
  padding-top: 20px;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 4;
  width: auto;
  transform: translateX(50px);
  opacity: 0;
  visibility: hidden;
}
.header__main-nav .sub-menu:before {
  content: '';
  width: 500px !important;
  position: absolute;
  height: 100%;
  width: 40px;
  left: 100%;
  top: 0;
}
.header__main-nav .sub-menu.active {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}
.header__main-nav .sub-menu li {
  transition: all 0.2s ease-in-out;
  display: block;
  width: 100%;
}
.header__main-nav .sub-menu li:first-of-type {
  padding-top: 20px;
  border-top: 1px solid #000;
}
.header__main-nav .sub-menu a {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.5;
  text-transform: none;
}
.header__main-nav > li {
  padding-bottom: 22px;
}
.header__main-nav li {
  display: inline-block;
  margin-right: 55px;
}
.header__main-nav li:last-of-type {
  margin-right: 0;
}
.header__main-nav li a:hover:before,
.header__main-nav li.current-menu-item > a:before {
  width: 100%;
}
.header__main-nav a {
  font-size: 12px;
  letter-spacing: 1.2px;
  position: relative;
}
.header__main-nav a:before {
  transition: all 0.2s ease-in-out;
  content: "";
  width: 0px;
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 1px;
  background-color: #000000;
}
.header__second-nav {
  float: left;
}
.header__lang-nav {
  float: right;
}
.header__lang-nav li {
  margin-right: 10px;
}
.footer {
  background-color: #b6b8bd;
  padding: 40px 0 50px 0;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .footer {
    padding: 60px 0 70px 0;
  }
}
@media only screen and (min-width: 1256px) {
  .footer {
    padding: 95px 0 120px 0;
  }
}
.footer__logo {
  display: inline-block;
  height: 30px;
}
@media only screen and (min-width: 768px) {
  .footer__logo {
    height: 40px;
  }
}
.footer__logo img {
  height: 100%;
  max-width: 100%;
}
.footer__distributor {
  background-color: #a0a2a7;
  padding: 15px 0 20px 0;
  display: inline-block;
  position: relative;
}
.footer__distributor:hover .footer__distributor-btn span:before {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .footer__distributor:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -15px;
    width: 100vw;
    background-color: #a0a2a7;
  }
}
@media only screen and (min-width: 768px) {
  .footer__distributor {
    padding: 30px 95px 30px 0;
  }
  .footer__distributor:before,
  .footer__distributor:after {
    content: "";
    background-color: #a0a2a7;
    height: 100%;
    position: absolute;
    top: 0;
  }
  .footer__distributor:before {
    width: 50vw;
    right: 100%;
  }
  .footer__distributor:after {
    width: 116px;
    left: 100%;
    transform: skewX(-42deg) translateX(-50%);
  }
}
.footer__distributor .map-loader {
  left: 0;
  transform: translate(0, -50%);
}
.footer__distributor-box {
  position: relative;
}
.footer__distributor-content {
  transition: all 0.2s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.footer__distributor-txt {
  font-size: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 40px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .footer__distributor-txt {
    font-size: 12px;
    letter-spacing: 1.2px;
    margin-top: 55px;
    margin-bottom: 26px;
  }
}
@media only screen and (min-width: 1256px) {
  .footer__distributor-txt {
    position: absolute;
    bottom: 0;
  }
}
.footer__distributor-name {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
}
@media only screen and (min-width: 1256px) {
  .footer__distributor-name {
    font-size: 24px;
    line-height: 1.25;
  }
}
.footer__distributor-btn {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  margin: 10px 0 0 0;
  padding: 0;
  position: relative;
}
@media only screen and (min-width: 1256px) {
  .footer__distributor-btn {
    font-size: 14px;
    letter-spacing: 2.8px;
  }
}
.footer__distributor-btn:after {
  content: ">";
  font-size: 14px;
  font-weight: 600;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media only screen and (min-width: 1256px) {
  .footer__distributor-btn:after {
    font-size: 16px;
  }
}
.footer__distributor-btn span {
  position: relative;
}
.footer__distributor-btn span:before {
  transition: all 0.2s ease-in-out;
  content: "";
  width: 0px;
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 1px;
  background-color: #000000;
}
.footer__nav {
  font-size: 0;
  margin-bottom: -8px;
}
@media only screen and (min-width: 768px) {
  .footer__nav {
    display: -ms-flexbox;
    display: flex;
  }
}
.footer__nav a {
  font-size: 12px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}
.footer__nav > li {
  display: inline-block;
  vertical-align: top;
  margin-right: 45px;
}
.footer__nav > li.menu-item-has-children {
  margin-right: 25px;
}
.footer__nav > li:last-of-type {
  margin-right: 0;
}
.footer__nav > li ul > li {
  display: block;
  padding: 5px 0;
}
.footer__nav > li ul > li a {
  letter-spacing: 0.6px;
  line-height: 1.2;
}
.footer__nav .sub-menu {
  margin-top: 20px;
}
.footer__social {
  font-size: 0;
}
@media only screen and (max-width: 767px) {
  .footer__social {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 768px) {
  .footer__social {
    text-align: right;
  }
}
@media only screen and (min-width: 1256px) {
  .footer__social {
    margin-top: 45px;
  }
}
.footer__social a {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  max-width: 25px;
  max-height: 22px;
  margin-right: 25px;
}
@media only screen and (min-width: 1256px) {
  .footer__social a {
    margin-right: 15px;
  }
}
.footer__social a img {
  height: 100%;
}
.footer__bottom {
  font-size: 0;
  margin-top: 40px;
}
@media only screen and (min-width: 768px) {
  .footer__bottom {
    margin-top: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .footer__bottom-nav {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .footer__bottom-nav {
    text-align: right;
  }
}
.footer__bottom p,
.footer__bottom a {
  font-size: 10px;
}
.footer__bottom li {
  display: inline-block;
  margin-right: 32px;
}
.footer__bottom li:last-of-type {
  margin-right: 0;
}
.slider {
  height: 142.5vw;
  background-color: #000;
  /*overflow: hidden;*/
  position: relative;
}
@media only screen and (max-width: 767px) {
  .slider {
    max-height: 100vh;
  }
}
@media only screen and (min-width: 768px) {
  .slider {
    height: 121.61458333vw;
  }
}
@media only screen and (min-width: 992px) {
  .slider {
    height: 66.2109375vw;
  }
}
@media only screen and (min-width: 1256px) {
  .slider {
    height: 47.58vw;
  }
}
.slider--noNav .slider__nav {
  display: none;
}
.slider .swiper-container {
  height: 100%;
}
.slider__nav {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  z-index: 4;
}
@media only screen and (min-width: 768px) {
  .slider__nav {
    bottom: 120px;
  }
}
@media only screen and (min-width: 992px) {
  .slider__nav {
    bottom: 80px;
  }
}
@media only screen and (min-width: 1256px) {
  .slider__nav {
    bottom: 40px;
  }
}
.slider__nav-bullets {
  font-size: 0;
  text-align: right;
}
.slider__nav-bullets span {
  transition: all 0.2s ease-in-out;
  display: inline-block;
  vertical-align: bottom;
  width: 30px;
  height: 10px;
  border-bottom: 1px solid #ffffff;
  margin-right: 10px;
  cursor: pointer;
  opacity: 1;
  border-radius: 0;
  background-color: transparent;
}
.slider__nav-bullets span.active {
  margin-bottom: 9px;
}
.slider__nav-bullets span:last-of-type {
  margin-right: 0;
}
.slider .slide {
  display: block;
  height: 100%;
  position: relative;
  z-index: 1;
}
.slider .slide--paragraph {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.1;
}
@media only screen and (min-width: 768px) {
  .slider .slide--paragraph {
    font-size: 40px;
  }
}
.slider .slide--paragraph .slide__content-box {
  padding-top: 25px;
  border-top: 1px solid #ffffff;
  display: block;
}
@media only screen and (min-width: 768px) {
  .slider .slide--paragraph .slide__content-box {
    padding-top: 55px;
  }
}
.slider .slide__layer1,
.slider .slide__layer2 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.slider .slide__layer1 video,
.slider .slide__layer2 video,
.slider .slide__layer1 img,
.slider .slide__layer2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.slider .slide__layer1 {
  display: block;
  height: 100%;
  background-color: #a0a2a7;
}
.slider .slide__layer2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: black;
  -webkit-mask-image: url('../images/slider-mask-xs.svg');
          mask-image: url('../images/slider-mask-xs.svg');
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-position: center top;
          mask-position: center top;
}
@media only screen and (min-width: 768px) {
  .slider .slide__layer2 {
    -webkit-mask-image: url('../images/slider-mask-sm.svg');
            mask-image: url('../images/slider-mask-sm.svg');
  }
}
@media only screen and (min-width: 992px) {
  .slider .slide__layer2 {
    -webkit-mask-image: url('../images/slider-mask-md.svg');
            mask-image: url('../images/slider-mask-md.svg');
  }
}
@media only screen and (min-width: 1256px) {
  .slider .slide__layer2 {
    -webkit-mask-image: url('../images/slider-mask.svg');
            mask-image: url('../images/slider-mask.svg');
  }
}
.slider .slide__layer3 {
  display: none;
}
@media only screen and (min-width: 768px) {
  .slider .slide__layer3 {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    z-index: 3;
    transform: translateY(-50%);
    font-size: 0;
    height: 57%;
  }
  .slider .slide__layer3 .container,
  .slider .slide__layer3 .row,
  .slider .slide__layer3 .col,
  .slider .slide__layer3 img {
    height: 100%;
  }
  .slider .slide__layer3 img {
    margin-left: 64px;
  }
}
@media only screen and (min-width: 992px) {
  .slider .slide__layer3 {
    height: 75%;
  }
}
@media only screen and (min-width: 1256px) {
  .slider .slide__layer3 {
    height: 85%;
  }
}
.slider .slide__content {
  position: absolute;
  top: 52%;
  left: 0;
  right: 0;
  z-index: 3;
  color: #ffffff;
  transform: translateY(-50%);
}
.slider .slide__content-box {
  position: relative;
  padding-bottom: 52px;
}
@media only screen and (min-width: 992px) {
  .slider .slide__content-box {
    display: inline-block;
  }
}
@media only screen and (min-width: 1256px) {
  .slider .slide__content-box {
    min-height: 317px;
  }
}
.slider .slide__upper-header {
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0.9px;
  text-transform: uppercase;
  margin-bottom: 14px;
}
@media only screen and (min-width: 768px) {
  .slider .slide__upper-header {
    font-size: 12px;
    line-height: 2.5;
  }
}
@media only screen and (min-width: 1256px) {
  .slider .slide__upper-header {
    font-size: 14px;
    line-height: 2.14;
    letter-spacing: 1.1px;
  }
}
@media only screen and (min-width: 1256px) {
  .slider .slide__upper-header {
    margin-bottom: 18px;
  }
}
.slider .slide__header-image {
  display: block;
  height: 38px;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: 0% 100%;
     object-position: 0% 100%;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .slider .slide__header-image {
    height: 55px;
  }
}
@media only screen and (min-width: 1256px) {
  .slider .slide__header-image {
    height: 72px;
  }
}
@media only screen and (min-width: 1400px) {
  .slider .slide__header-image {
    height: 82px;
  }
}
.slider .slide__header {
  display: inline-block;
  color: #ffffff;
  padding-top: 15px;
  border-top: 1px solid #ffffff;
  font-size: 42px;
  font-weight: bold;
  letter-spacing: normal;
}
.slider .slide__header span {
  font-weight: normal;
}
.slider .slide__header sub {
  font-size: 28px;
}
@media only screen and (min-width: 768px) {
  .slider .slide__header {
    font-size: 60px;
  }
  .slider .slide__header sub {
    font-size: 04px;
  }
}
@media only screen and (min-width: 992px) {
  .slider .slide__header {
    font-size: 80px;
  }
  .slider .slide__header sub {
    font-size: 52px;
  }
}
@media only screen and (min-width: 1256px) {
  .slider .slide__header {
    font-size: 100px;
  }
  .slider .slide__header sub {
    font-size: 64px;
  }
}
.slider .slide__desc {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.1px;
  font-weight: normal;
  letter-spacing: normal;
  text-align: left;
  display: block;
  margin-top: 16px;
}
@media only screen and (min-width: 768px) {
  .slider .slide__desc {
    font-size: 20px;
    line-height: 1.3;
  }
}
@media only screen and (min-width: 1256px) {
  .slider .slide__desc {
    font-size: 24px;
    line-height: 1.42;
  }
}
.slider .slide__desc--bigMargin {
  margin-top: 24px;
}
@media only screen and (min-width: 768px) {
  .slider .slide__desc--bigMargin {
    margin-top: 34px;
  }
}
@media only screen and (min-width: 1256px) {
  .slider .slide__desc--bigMargin {
    margin-top: 40px;
  }
}
.slider .slide__desc a {
  border-bottom: 1px solid;
  position: relative;
}
.slider .slide__desc a.download:after {
  display: inline-block;
  content: ">";
  font-size: 17px;
  transform: rotate(90deg);
  position: absolute;
  left: 100%;
  margin-left: 10px;
}
@media only screen and (min-width: 768px) {
  .slider .slide__desc a.download:after {
    font-size: 23px;
  }
}
@media only screen and (min-width: 1256px) {
  .slider .slide__desc a.download:after {
    font-size: 27px;
  }
}
.slider .slide__arrow {
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  transform: rotate(90deg);
  margin-top: 40px;
  border: none !important;
}
.slider .slide__btn {
  display: block;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2.8px;
  width: 100%;
  position: absolute;
  bottom: 0;
}
.slider .slide__btn:after {
  content: ">";
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1.6px;
  position: absolute;
  right: 0;
}
@media only screen and (min-width: 992px) {
  .slider .slide__btn:after {
    font-size: 16px;
  }
}
.slider .slide__btn:hover span:before {
  width: 100%;
}
.slider .slide__btn span {
  position: relative;
}
.slider .slide__btn span:before {
  transition: all 0.2s ease-in-out;
  content: "";
  width: 0px;
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 1px;
  background-color: #000000;
}
.slider .slide__btn span:before {
  background-color: #fff;
}
.map-loader {
  transition: all 0.2s ease-in-out;
  display: inline-block;
  width: 64px;
  height: 64px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.map-loader--hidden {
  opacity: 0;
  visibility: hidden;
}
.map-loader div {
  position: absolute;
  top: 27px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #fff;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.map-loader div:nth-child(1) {
  left: 6px;
  animation: lds-ellipsis1 0.6s infinite;
}
.map-loader div:nth-child(2) {
  left: 6px;
  animation: lds-ellipsis2 0.6s infinite;
}
.map-loader div:nth-child(3) {
  left: 26px;
  animation: lds-ellipsis2 0.6s infinite;
}
.map-loader div:nth-child(4) {
  left: 45px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(19px, 0);
  }
}
.nav-btn {
  width: 30px;
  height: 19px;
  display: inline-block;
  position: relative;
  top: 32px;
  right: 15px;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 20;
  float: right;
}
@media only screen and (min-width: 768px) {
  .nav-btn {
    top: 45px;
  }
}
@media only screen and (min-width: 1256px) {
  .nav-btn {
    display: none;
  }
}
.nav-btn.active span:nth-child(1),
.nav-btn.active span:nth-child(4) {
  opacity: 0;
}
.nav-btn.active span:nth-child(2) {
  transform: rotate(45deg);
}
.nav-btn.active span:nth-child(3) {
  transform: rotate(-45deg);
}
.nav-btn span {
  transition: all 0.2s ease-in-out;
  width: 100%;
  display: block;
  background-color: #000000;
  border-radius: 999px;
  height: 1px;
  margin-bottom: 7px;
  position: absolute;
  right: 0;
}
.nav-btn span:nth-child(1) {
  top: 0;
}
.nav-btn span:nth-child(2),
.nav-btn span:nth-child(3) {
  top: 9px;
  right: 0;
}
.nav-btn span:nth-child(4) {
  top: 18px;
}
@media only screen and (min-width: 1256px) {
  .go-back {
    display: none !important;
  }
}
.mobile-nav {
  transition: all 0.2s ease-in-out;
  position: absolute;
  top: 64px;
  right: 0;
  width: 100%;
  z-index: 31;
  overflow: hidden;
  margin-top: -1px;
  pointer-events: none;
  transform: translateX(100%);
}
@media only screen and (max-width: 767px) {
  .mobile-nav {
    background-color: #ffffff;
  }
}
@media only screen and (min-width: 768px) {
  .mobile-nav {
    top: 90px;
    transform: translateX(50%);
  }
}
.mobile-nav--fixed {
  position: fixed;
}
.mobile-nav.active {
  transform: translateX(0);
}
.mobile-nav__inner {
  background-color: #ffffff;
  overflow: visible;
  position: relative;
  padding: 0 0 25px 0;
  pointer-events: auto;
}
@media only screen and (min-width: 768px) {
  .mobile-nav__inner {
    padding: 0 0 60px 70px;
  }
}
.mobile-nav__inner:after {
  content: "";
  background-color: #ffffff;
  width: 50vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 10;
}
.mobile-nav__menu {
  padding: 20px 0 0 0;
}
@media only screen and (min-width: 768px) {
  .mobile-nav__menu {
    border-top: 1px solid #000000;
    padding: 27px 0 0 0;
  }
}
.mobile-nav__menu li.menu-item-has-children {
  position: relative;
}
.mobile-nav__menu li.menu-item-has-children > a {
  position: relative;
}
.mobile-nav__menu li.menu-item-has-children > a:after {
  content: ">";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  font-size: 30px;
  font-weight: 600;
  pointer-events: none;
}
.mobile-nav__menu li.menu-item-has-children .sub-menu {
  display: none;
}
.mobile-nav__menu li.menu-item-has-children .sub-menu .go-back {
  position: relative;
}
.mobile-nav__menu li.menu-item-has-children .sub-menu .go-back a {
  display: inline-block;
  position: relative;
  margin-bottom: 0;
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 15px;
  padding-left: 14px;
}
.mobile-nav__menu li.menu-item-has-children .sub-menu .go-back a:before {
  content: "<";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -60%);
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
  pointer-events: none;
}
@media only screen and (min-width: 768px) {
  .mobile-nav__menu li.menu-item-has-children .sub-menu .go-back a:before {
    transform: translate(0, -50%);
  }
}
.mobile-nav__menu a {
  display: block;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.46;
}
@media only screen and (min-width: 768px) {
  .mobile-nav__menu a {
    font-size: 30px;
    line-height: 1.67;
  }
}
.mobile-nav__menu a:hover span:after {
  width: 100%;
}
.mobile-nav__menu a span {
  display: inline-block;
  position: relative;
}
.mobile-nav__menu a span:after {
  transition: all 0.2s ease-in-out;
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background-color: #000000;
  position: absolute;
  bottom: 6px;
}
.mobile-nav__menu2,
.mobile-nav__lang {
  margin-top: 30px;
}
@media only screen and (min-width: 768px) {
  .mobile-nav__menu2,
  .mobile-nav__lang {
    margin-top: 45px;
  }
}
.mobile-nav__menu2 a,
.mobile-nav__lang a,
.mobile-nav__menu2 p,
.mobile-nav__lang p {
  font-size: 16px;
  line-height: 1.56;
}
@media only screen and (min-width: 768px) {
  .mobile-nav__menu2 a,
  .mobile-nav__lang a,
  .mobile-nav__menu2 p,
  .mobile-nav__lang p {
    font-size: 20px;
    line-height: 2.25;
  }
}
.mobile-nav__menu2 a,
.mobile-nav__lang a {
  position: relative;
}
.mobile-nav__menu2 a:hover:after,
.mobile-nav__lang a:hover:after {
  width: 100%;
}
.mobile-nav__menu2 a:after,
.mobile-nav__lang a:after {
  transition: all 0.2s ease-in-out;
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background-color: #000000;
  position: absolute;
  bottom: 0px;
}
.mobile-nav__lang {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.mobile-nav__lang p {
  margin-right: 10px;
}
@media only screen and (min-width: 768px) {
  .mobile-nav__lang p {
    line-height: 1;
  }
}
@media only screen and (min-width: 992px) {
  .mobile-nav__lang p {
    line-height: 2.25;
  }
}
.mobile-nav__lang ul {
  display: block;
  font-size: 0;
}
.mobile-nav__lang ul li {
  display: inline-block;
  margin-right: 8px;
}
.mobile-nav__lang ul li:last-of-type {
  margin-right: 0;
}
.mobile-nav__social {
  font-size: 0;
  margin-top: 40px;
}
@media only screen and (min-width: 768px) {
  .mobile-nav__social {
    margin-top: 80px;
  }
}
.mobile-nav__social a {
  display: inline-block;
  vertical-align: middle;
  max-width: 25px;
  max-height: 22px;
  margin-right: 21px;
}
@media only screen and (min-width: 768px) {
  .mobile-nav__social a {
    max-width: 34px;
    max-height: 29px;
    margin-right: 24px;
  }
}
.mobile-nav__social a:last-of-type {
  margin-right: 0;
}
.mobile-nav__social a img,
.mobile-nav__social a svg {
  width: 100%;
  height: 100%;
}
.home-page {
  padding-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .home-page {
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 992px) {
  .home-page {
    padding-bottom: 100px;
  }
}
.home-page .categories {
  color: #000000;
}
.home-page .categories__more-btn {
  transition: all 0.2s ease-in-out;
  font-size: 12px;
  letter-spacing: 4.8px;
  text-transform: uppercase;
  background-color: #000000;
  color: #ffffff;
  text-align: center;
  height: 60px;
  display: block;
  line-height: 60px;
  position: relative;
}
.home-page .categories__more-btn:before,
.home-page .categories__more-btn:after {
  transition: all 0.2s ease-in-out;
}
.home-page .categories__more-btn:hover {
  background-color: #262626;
}
.home-page .categories__more-btn:hover:before,
.home-page .categories__more-btn:hover:after {
  background-color: #262626;
}
@media only screen and (max-width: 767px) {
  .home-page .categories__more-btn {
    margin-top: -10px;
  }
  .home-page .categories__more-btn:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -15px;
    width: 100vw;
    background-color: #000000;
    z-index: 0;
  }
}
@media only screen and (min-width: 768px) {
  .home-page .categories__more-btn {
    font-size: 18px;
    letter-spacing: 7.2px;
    height: 108px;
    line-height: 108px;
    padding-left: 54px;
  }
  .home-page .categories__more-btn:before,
  .home-page .categories__more-btn:after {
    content: "";
    background-color: #000000;
    height: 100%;
    position: absolute;
    top: 0;
  }
  .home-page .categories__more-btn:before {
    width: 50vw;
    right: 100%;
  }
  .home-page .categories__more-btn:after {
    background-color: #000000;
    width: 108px;
    left: 100%;
    transform: skew(-42deg) translateX(-50%);
  }
}
@media only screen and (min-width: 992px) {
  .home-page .categories__more-btn {
    font-size: 20px;
    letter-spacing: 8px;
  }
}
.home-page .categories__more-btn span {
  position: relative;
  z-index: 1;
}
.home-page .categories .category-box {
  position: relative;
  margin-bottom: 60px;
  font-size: 0;
}
@media only screen and (min-width: 768px) {
  .home-page .categories .category-box {
    margin-bottom: 100px;
  }
}
@media only screen and (min-width: 992px) {
  .home-page .categories .category-box {
    min-height: 307px;
    margin-bottom: 80px;
  }
}
@media only screen and (min-width: 1256px) {
  .home-page .categories .category-box {
    min-height: 400px;
    margin-bottom: 120px;
  }
}
.home-page .categories .category-box__img {
  background-color: #a0a2a7;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 214px;
  margin-top: 40px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .home-page .categories .category-box__img {
    height: 342px;
    float: right;
    margin-top: 50px;
    width: calc((100% - 750px)/2 + 485px);
  }
}
@media only screen and (min-width: 992px) {
  .home-page .categories .category-box__img {
    height: 307px;
    position: absolute;
    top: 0;
    right: 0;
    float: none;
    margin-top: 0;
    width: calc(50% - 63px);
  }
}
@media only screen and (min-width: 1256px) {
  .home-page .categories .category-box__img {
    height: 400px;
  }
}
@media only screen and (min-width: 1400px) {
  .home-page .categories .category-box__img {
    position: static;
    width: 100%;
    height: 330px;
  }
}
.home-page .categories .category-box__img-container {
  pointer-events: none;
}
@media (max-width: 991px) {
  .home-page .categories .category-box__img-container {
    width: 100%;
  }
}
@media only screen and (min-width: 1400px) {
  .home-page .categories .category-box__img-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
}
.home-page .categories .category-box__img-wrapper {
  width: 100%;
  float: left;
}
@media only screen and (min-width: 1400px) {
  .home-page .categories .category-box__img-wrapper {
    width: 50%;
    padding: 0 15px;
    padding-left: 65px;
  }
}
.home-page .categories .category-box__img img,
.home-page .categories .category-box__img video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-page .categories .category-box__inner {
  border-top: 1px solid #000000;
  padding: 40px 0 0 0;
}
.home-page .categories .category-box__num {
  display: block;
  font-size: 60px;
  font-weight: bold;
  line-height: 0.75;
  letter-spacing: -1.5px;
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .home-page .categories .category-box__num {
    font-size: 120px;
    letter-spacing: -3px;
  }
}
@media only screen and (min-width: 992px) {
  .home-page .categories .category-box__num {
    margin-bottom: 137px;
  }
}
@media only screen and (min-width: 1256px) {
  .home-page .categories .category-box__num {
    font-size: 140px;
    letter-spacing: -3.5px;
  }
}
.home-page .categories .category-box__name {
  font-size: 24px;
  font-weight: bold;
  line-height: 0.75;
}
@media only screen and (min-width: 992px) {
  .home-page .categories .category-box__name {
    font-size: 35px;
    position: absolute;
    bottom: 0;
  }
}
@media only screen and (min-width: 1256px) {
  .home-page .categories .category-box__name {
    font-size: 50px;
    line-height: 0.75;
  }
}
.home-page .categories .category-box__content {
  position: relative;
  height: 100%;
}
.home-page .categories .category-box__desc {
  font-size: 12px;
  line-height: 1.5;
  padding-bottom: 35px;
}
@media only screen and (min-width: 1256px) {
  .home-page .categories .category-box__desc {
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) {
  .home-page .categories .category-box__desc {
    padding-bottom: 60px;
  }
}
@media only screen and (min-width: 992px) {
  .home-page .categories .category-box__desc {
    padding-bottom: 56px;
  }
}
@media only screen and (min-width: 1256px) {
  .home-page .categories .category-box__desc {
    padding-bottom: 74px;
  }
}
.home-page .categories .category-box__btn {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .home-page .categories .category-box__btn {
    position: absolute;
    bottom: 0;
  }
}
@media only screen and (min-width: 1256px) {
  .home-page .categories .category-box__btn {
    font-size: 14px;
    letter-spacing: 2.8px;
  }
}
.home-page .categories .category-box__btn:after {
  content: ">";
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1.6px;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media only screen and (min-width: 1256px) {
  .home-page .categories .category-box__btn:after {
    font-size: 16px;
  }
}
.home-page .categories .category-box__btn:hover span:before {
  width: 100%;
}
.home-page .categories .category-box__btn span {
  position: relative;
}
.home-page .categories .category-box__btn span:before {
  transition: all 0.2s ease-in-out;
  content: "";
  width: 0px;
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 1px;
  background-color: #000000;
}
.home-page .categories .categories-header {
  margin: 60px 0;
}
@media only screen and (min-width: 768px) {
  .home-page .categories .categories-header {
    margin: 100px 0 70px 0;
  }
}
@media only screen and (min-width: 992px) {
  .home-page .categories .categories-header {
    margin: 80px 0 70px 0;
  }
}
@media only screen and (min-width: 1256px) {
  .home-page .categories .categories-header {
    margin: 126px 0 94px 0;
  }
}
.home-page .categories .categories-header__title {
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0.9px;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .home-page .categories .categories-header__title {
    font-size: 12px;
    line-height: 2.5;
  }
}
@media only screen and (min-width: 1256px) {
  .home-page .categories .categories-header__title {
    font-size: 14px;
    line-height: 2.14;
    letter-spacing: 1.1px;
  }
}
@media only screen and (max-width: 767px) {
  .home-page .categories .categories-header__title {
    margin-bottom: 30px;
  }
}
.home-page .categories .categories-header__txt {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.1px;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .home-page .categories .categories-header__txt {
    font-size: 20px;
    line-height: 1.3;
  }
}
@media only screen and (min-width: 1256px) {
  .home-page .categories .categories-header__txt {
    font-size: 24px;
    line-height: 1.42;
  }
}
@media only screen and (min-width: 768px) {
  .home-page .categories .categories-header__txt {
    padding-right: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .home-page .categories .categories-header__txt {
    padding-right: 50px;
  }
}
.recognition {
  color: #000000;
  overflow: hidden;
}
.recognition .section-subheader {
  position: relative;
}
.recognition .section-subheader:after {
  content: "";
  display: block;
  width: 50vw;
  height: 1px;
  background-color: #000000;
  z-index: 10;
  position: absolute;
  bottom: -1px;
  left: 100%;
}
@media only screen and (min-width: 1256px) {
  .recognition .section-subheader:after {
    display: none;
  }
}
.recognition__img {
  display: block;
  width: 52px;
  height: 44px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .recognition__img {
    width: 69px;
    height: 60px;
    margin-bottom: 30px;
  }
}
.recognition__desc,
.recognition__organizer {
  font-size: 10px;
  line-height: 1.4;
}
@media only screen and (min-width: 768px) {
  .recognition__desc,
  .recognition__organizer {
    font-size: 12px;
    line-height: 1.5;
  }
}
.recognition__desc {
  padding: 0 10px 40px 0;
}
.recognition__organizer {
  position: absolute;
  bottom: 0;
}
.recognition__product-name {
  font-weight: 600;
}
.recognition__box {
  position: relative;
  max-width: 140px;
  padding-top: 20px;
}
@media only screen and (min-width: 768px) {
  .recognition__box {
    padding-top: 40px;
  }
}
.downloads-page {
  padding-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .downloads-page {
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 992px) {
  .downloads-page {
    padding-bottom: 100px;
  }
}
.downloads-page--bannerOnly {
  padding-bottom: 0;
}
.about-page .about-us {
  color: #000000;
  padding-top: 40px;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .about-page .about-us {
    padding-top: 80px;
  }
}
@media only screen and (min-width: 992px) {
  .about-page .about-us {
    padding-top: 100px;
  }
}
@media only screen and (min-width: 1256px) {
  .about-page .about-us {
    padding-top: 140px;
  }
}
.about-page .about-us__logo {
  display: inline-block;
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .about-page .about-us__logo {
    max-width: 115px;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 992px) {
  .about-page .about-us__logo {
    margin-right: 30px;
  }
}
@media only screen and (min-width: 1256px) {
  .about-page .about-us__logo {
    height: 66px;
    margin-right: 0;
  }
}
.about-page .about-us__featured {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.1px;
  text-align: left;
  padding-right: 50px;
}
@media only screen and (min-width: 768px) {
  .about-page .about-us__featured {
    font-size: 20px;
    line-height: 1.3;
  }
}
@media only screen and (min-width: 1256px) {
  .about-page .about-us__featured {
    font-size: 24px;
    line-height: 1.42;
  }
}
@media only screen and (min-width: 992px) {
  .about-page .about-us__featured {
    padding-right: 70px;
  }
}
@media only screen and (min-width: 1256px) {
  .about-page .about-us__featured {
    padding-right: 100px;
  }
}
.about-page .about-us__desc,
.about-page .about-us__section-header {
  font-size: 12px;
  line-height: 1.5;
}
@media only screen and (min-width: 1256px) {
  .about-page .about-us__desc,
  .about-page .about-us__section-header {
    font-size: 14px;
  }
}
.about-page .about-us__desc {
  margin-top: 25px;
}
@media only screen and (min-width: 768px) {
  .about-page .about-us__desc {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 992px) {
  .about-page .about-us__desc {
    margin-top: 35px;
  }
}
@media only screen and (min-width: 1256px) {
  .about-page .about-us__desc {
    margin-top: 45px;
  }
}
.about-page .about-us__section-header {
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .about-page .about-us__section-header {
    margin-top: 80px;
  }
}
@media only screen and (min-width: 768px) {
  .about-page .about-us__section-header {
    position: absolute;
    bottom: 0;
  }
}
.about-page .about-us__glance {
  border-top: 1px solid #000000;
  margin-top: 30px;
  padding-top: 25px;
}
@media only screen and (max-width: 767px) {
  .about-page .about-us__glance {
    font-size: 0;
  }
}
@media only screen and (min-width: 768px) {
  .about-page .about-us__glance {
    margin-top: 30px;
    padding-top: 25px;
  }
}
@media only screen and (min-width: 992px) {
  .about-page .about-us__glance {
    margin-top: 40px;
    padding-top: 35px;
  }
}
@media only screen and (min-width: 1256px) {
  .about-page .about-us__glance {
    margin-top: 50px;
    padding-top: 45px;
  }
}
.about-page .about-us__glance-title {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.08;
}
@media only screen and (max-width: 767px) {
  .about-page .about-us__glance-title {
    width: 44%;
    display: inline-block;
  }
}
@media only screen and (min-width: 992px) {
  .about-page .about-us__glance-title {
    font-size: 35px;
  }
}
@media only screen and (min-width: 1256px) {
  .about-page .about-us__glance-title {
    font-size: 50px;
    line-height: 1.08;
  }
}
.about-page .about-us__glance-desc {
  font-size: 12px;
  line-height: 1.5;
  margin-top: 15px;
}
@media only screen and (min-width: 1256px) {
  .about-page .about-us__glance-desc {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .about-page .about-us__glance-desc {
    margin-bottom: 35px;
    display: inline-block;
    width: 56%;
  }
}
@media only screen and (min-width: 768px) {
  .about-page .about-us__glance-desc {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 1256px) {
  .about-page .about-us__glance-desc {
    margin-top: 30px;
  }
}
.about-page .our-technology {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  margin: 0 0 40px 0;
  position: relative;
}
.about-page .our-technology__bg {
  display: none;
}
@media only screen and (min-width: 768px) {
  .about-page .our-technology__bg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    z-index: 0;
    -webkit-mask-image: url('../images/mask-about-sm.svg');
            mask-image: url('../images/mask-about-sm.svg');
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: cover;
            mask-size: cover;
    -webkit-mask-position: center top;
            mask-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
  }
}
.about-page .our-technology__bg video {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (min-width: 768px) {
  .about-page .our-technology {
    margin: 30px 0 80px 0;
    height: 40vw;
  }
}
@media only screen and (min-width: 992px) {
  .about-page .our-technology {
    margin: 50px 0 100px 0;
  }
}
@media only screen and (min-width: 1256px) {
  .about-page .our-technology {
    margin: 70px 0 120px 0;
  }
}
.about-page .our-technology__header {
  padding: 30px 0 20px 0;
}
@media only screen and (min-width: 992px) {
  .about-page .our-technology__header {
    padding: 70px 0 50px 0 !important;
  }
}
@media only screen and (min-width: 1256px) {
  .about-page .our-technology__header {
    padding: 80px 0 60px 0 !important;
  }
}
.about-page .our-technology__content {
  padding: 30px 0 40px 0;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .about-page .our-technology__content {
    padding: 0;
    margin-top: 6vw;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    /* background: pink; */
    transform: translateY(-50%);
  }
}
@media only screen and (max-width: 767px) {
  .about-page .our-technology__content-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    z-index: 0;
    -webkit-mask-image: url(../images/mask-about-xs.svg');
            mask-image: url(../images/mask-about-xs.svg');
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: cover;
            mask-size: cover;
    -webkit-mask-position: center top;
            mask-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
  }
}
@media only screen and (min-width: 768px) {
  .about-page .our-technology__content-bg {
    position: relative;
    display: none;
  }
}
.about-page .our-technology__content-bg video {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-page .our-technology__desc {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.1px;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .about-page .our-technology__desc {
    font-size: 20px;
    line-height: 1.3;
  }
}
@media only screen and (min-width: 1256px) {
  .about-page .our-technology__desc {
    font-size: 24px;
    line-height: 1.42;
  }
}
@media only screen and (min-width: 768px) {
  .about-page .our-technology__desc {
    margin-right: 65px;
  }
}
.about-page .our-technology__icon {
  height: 40px;
}
@media only screen and (max-width: 767px) {
  .about-page .our-technology__icon {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 768px) {
  .about-page .our-technology__icon {
    float: right;
    height: 63px;
  }
}
.about-page .our-technology .btn {
  margin-top: 30px;
}
@media only screen and (min-width: 768px) {
  .about-page .our-technology .btn {
    margin-top: 35px;
  }
}
@media only screen and (min-width: 992px) {
  .about-page .our-technology .btn {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 1256px) {
  .about-page .our-technology .btn {
    margin-top: 45px;
  }
}
.about-page .reviews {
  padding: 40px 0;
  overflow: hidden;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .about-page .reviews {
    padding: 60px 0;
  }
}
@media only screen and (min-width: 992px) {
  .about-page .reviews {
    padding: 80px 0;
  }
}
@media only screen and (min-width: 1256px) {
  .about-page .reviews {
    padding: 100px 0;
  }
}
.about-page .reviews__nav {
  position: absolute;
  bottom: 42px;
  left: 0;
  right: 0;
  z-index: 4;
}
@media only screen and (min-width: 768px) {
  .about-page .reviews__nav {
    bottom: 70px;
  }
}
@media only screen and (min-width: 992px) {
  .about-page .reviews__nav {
    bottom: 80px;
  }
}
@media only screen and (min-width: 1256px) {
  .about-page .reviews__nav {
    bottom: 100px;
  }
}
.about-page .reviews__nav-bullets {
  font-size: 0;
  text-align: right;
}
.about-page .reviews__nav-bullets span {
  transition: all 0.2s ease-in-out;
  display: inline-block;
  vertical-align: bottom;
  width: 30px;
  height: 10px;
  border-bottom: 1px solid #000000;
  margin-right: 10px;
  cursor: pointer;
}
.about-page .reviews__nav-bullets span.active {
  margin-bottom: 9px;
}
.about-page .reviews__nav-bullets span:last-of-type {
  margin-right: 0;
}
.about-page .reviews .review {
  background-color: #ffffff;
}
.about-page .reviews .review__txt {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.1px;
  text-align: left;
  font-style: italic;
  margin-right: 60px;
}
@media only screen and (min-width: 768px) {
  .about-page .reviews .review__txt {
    font-size: 20px;
    line-height: 1.3;
  }
}
@media only screen and (min-width: 1256px) {
  .about-page .reviews .review__txt {
    font-size: 24px;
    line-height: 1.42;
  }
}
@media only screen and (min-width: 1256px) {
  .about-page .reviews .review__txt {
    margin-right: 80px;
  }
}
.about-page .reviews .review__author {
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0.9px;
  text-transform: uppercase;
  font-weight: normal;
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  .about-page .reviews .review__author {
    font-size: 12px;
    line-height: 2.5;
  }
}
@media only screen and (min-width: 1256px) {
  .about-page .reviews .review__author {
    font-size: 14px;
    line-height: 2.14;
    letter-spacing: 1.1px;
  }
}
@media only screen and (min-width: 768px) {
  .about-page .reviews .review__author {
    margin-top: 15px;
  }
}
@media only screen and (min-width: 992px) {
  .about-page .reviews .review__author {
    margin-top: 0;
    margin-right: 65px;
    text-align: right;
  }
}
.our-finest {
  background-image: url(../images/bg-finest.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 40px;
  color: #ffffff;
}
@media only screen and (min-width: 768px) {
  .our-finest {
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 992px) {
  .our-finest {
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 1256px) {
  .our-finest {
    padding-bottom: 120px;
  }
}
.our-finest__header {
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 1.1px;
  text-transform: uppercase;
  display: inline-block;
  padding: 35px 0;
}
@media only screen and (min-width: 1256px) {
  .our-finest__header {
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) {
  .our-finest__header {
    padding: 50px 0;
  }
}
@media only screen and (min-width: 992px) {
  .our-finest__header {
    padding: 60px 0;
  }
}
@media only screen and (min-width: 1256px) {
  .our-finest__header {
    padding: 80px 0;
  }
}
.our-finest__logo {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .our-finest__logo {
    max-width: 180px;
    margin-bottom: 13px;
  }
}
@media only screen and (min-width: 768px) {
  .our-finest__logo {
    padding-right: 30px;
  }
}
@media only screen and (min-width: 992px) {
  .our-finest__logo {
    padding-right: 60px;
  }
}
@media only screen and (min-width: 1256px) {
  .our-finest__logo {
    padding-right: 0;
    max-width: 330px;
  }
}
.our-finest__featured {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.1px;
  text-align: left;
  margin-bottom: 35px;
}
@media only screen and (min-width: 768px) {
  .our-finest__featured {
    font-size: 20px;
    line-height: 1.3;
  }
}
@media only screen and (min-width: 1256px) {
  .our-finest__featured {
    font-size: 24px;
    line-height: 1.42;
  }
}
.our-finest__desc {
  font-size: 12px;
  line-height: 1.5;
}
@media only screen and (min-width: 1256px) {
  .our-finest__desc {
    font-size: 14px;
  }
}
.our-finest .btn {
  margin-top: 40px;
}
@media only screen and (min-width: 768px) {
  .our-finest .btn {
    margin-top: 45px;
  }
}
.configurator-btn {
  background: #000;
  color: #ffffff;
  padding: 35px 0 40px 0;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  position: relative;
}
.configurator-btn--mobile {
  display: block;
  overflow: hidden;
  padding: 35px 0;
}
@media only screen and (min-width: 992px) {
  .configurator-btn--mobile {
    display: none;
  }
}
.configurator-btn--mobile .configurator-btn__pic {
  display: none;
}
.configurator-btn--mobile .configurator-btn__content {
  max-width: 100%;
  padding: 0 15px;
}
.configurator-btn--mobile .configurator-btn__btn {
  margin-top: 35px;
}
@media only screen and (min-width: 992px) {
  .configurator-btn {
    margin-top: 48px;
  }
}
.configurator-btn:before,
.configurator-btn:after {
  content: "";
  background-color: #000000;
}
.configurator-btn:before {
  width: 245px;
  height: 100%;
  display: block;
  position: absolute;
  right: 100%;
  top: 0;
  transform: skew(-42deg);
  transform-origin: 0 100%;
  z-index: -1;
}
.configurator-btn:after {
  width: 50vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 100%;
}
.configurator-btn__col {
  text-align: right;
}
.configurator-btn__pic {
  display: block;
  height: calc(100% - 75px);
  max-height: 184px;
  margin-right: 45px;
  position: absolute;
  top: 35px;
  left: 0;
  transform: translate(-100%, 0%);
}
.configurator-btn__content {
  max-width: 290px;
  text-align: left;
  padding-left: 60px;
}
.configurator-btn__header {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.36;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.configurator-btn__desc {
  font-size: 11px;
  font-weight: normal;
  line-height: 1.36;
  letter-spacing: normal;
  color: #ffffff;
}
.configurator-btn__btn {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2.8px;
  text-transform: uppercase;
  margin-top: 45px;
  display: block;
  position: relative;
}
.configurator-btn__btn:after {
  content: ">";
  font-size: 16px;
  font-weight: 600;
  position: absolute;
  right: 0;
  bottom: 0;
}
.no-products {
  font-size: 10px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  text-align: center;
  margin-top: 50px;
  padding: 40px 0;
}
@media only screen and (min-width: 768px) {
  .no-products {
    font-size: 12px;
    letter-spacing: 0.9px;
  }
}
@media only screen and (min-width: 992px) {
  .no-products {
    font-size: 14px;
    letter-spacing: 1.1px;
  }
}
@media only screen and (min-width: 768px) {
  .no-products {
    margin-top: 60px;
    padding: 50px 0;
  }
}
@media only screen and (min-width: 1256px) {
  .no-products {
    margin-top: 70px;
    padding: 60px 0;
  }
}
.products-page {
  padding-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .products-page {
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 992px) {
  .products-page {
    padding-bottom: 100px;
  }
}
.products-page .products-list {
  padding-top: 10px;
  font-size: 0;
}
@media only screen and (min-width: 768px) {
  .products-page .products-list {
    padding-top: 20px;
  }
}
@media only screen and (min-width: 1256px) {
  .products-page .products-list {
    padding-top: 30px;
  }
}
.products-page .products-list .flex-row {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.products-page .pagination {
  margin-top: 30px;
}
@media only screen and (min-width: 768px) {
  .products-page .pagination {
    margin-top: 50px;
  }
}
@media only screen and (min-width: 1256px) {
  .products-page .pagination {
    margin-top: 60px;
  }
}
.products-list__help {
  transition: all 0.2s ease-in-out;
  display: block;
  height: 60px;
  background-color: #000000;
  color: #ffffff;
  position: relative;
  margin-top: 40px;
}
.products-list__help:before,
.products-list__help:after {
  transition: all 0.2s ease-in-out;
}
.products-list__help:hover {
  background-color: #262626;
}
.products-list__help:hover:before,
.products-list__help:hover:after {
  background-color: #262626;
}
@media only screen and (max-width: 767px) {
  .products-list__help:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -15px;
    width: 100vw;
    background-color: #000000;
    z-index: 0;
  }
}
@media only screen and (min-width: 768px) {
  .products-list__help {
    height: 108px;
    margin-top: 60px;
  }
  .products-list__help:before,
  .products-list__help:after {
    content: "";
    background-color: #000000;
    height: 100%;
    position: absolute;
    top: 0;
  }
  .products-list__help:before {
    width: 50vw;
    right: 100%;
  }
  .products-list__help:after {
    background-color: #000000;
    width: 108px;
    left: 100%;
    transform: skew(-42deg) translateX(-50%);
  }
}
@media only screen and (min-width: 992px) {
  .products-list__help {
    margin-top: 80px;
  }
}
@media only screen and (min-width: 1256px) {
  .products-list__help {
    margin-top: 100px;
  }
}
.products-list__help-header {
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (min-width: 768px) {
  .products-list__help-header {
    font-size: 35px;
  }
}
@media only screen and (min-width: 1256px) {
  .products-list__help-header {
    font-size: 40px;
  }
}
.products-list__help-txt {
  font-size: 12px;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: 4.8px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .products-list__help-txt {
    font-size: 18px;
  }
}
@media only screen and (min-width: 992px) {
  .products-list__help-txt {
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: left;
  }
}
@media only screen and (min-width: 1256px) {
  .products-list__help-txt {
    padding-left: 108px;
  }
}
.product-box {
  padding-top: 35px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .product-box {
    padding-top: 45px;
  }
}
@media only screen and (min-width: 992px) {
  .product-box {
    padding-top: 50px;
  }
}
@media only screen and (min-width: 1256px) {
  .product-box {
    padding-top: 55px;
  }
}
.product-box__img {
  text-align: center;
  margin-bottom: -185px;
  position: relative;
  z-index: 2;
  height: 290px;
}
@media only screen and (min-width: 768px) {
  .product-box__img {
    height: 310px;
  }
}
@media only screen and (min-width: 1256px) {
  .product-box__img {
    height: 325px;
  }
}
.product-box__img img {
  max-width: 100%;
  max-height: 100%;
}
.product-box__inner {
  display: block;
  width: 100%;
  background-color: #f0f1f4;
  overflow: hidden;
  position: relative;
  transition: background-color 0.16s linear;
}
.product-box__inner:hover {
  background-color: rgba(240, 241, 244, 0.5);
}
.product-box__inner:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 140px;
  background-color: #ffffff;
  z-index: ;
}
.product-box__content {
  padding: 226px 20px 84px 20px;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .product-box__content {
    padding: 226px 40px 104px 40px;
  }
}
@media only screen and (min-width: 992px) {
  .product-box__content {
    padding: 226px 20px 94px 20px;
  }
}
@media only screen and (min-width: 1256px) {
  .product-box__content {
    padding: 226px 40px 104px 40px;
  }
}
.product-box__name {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  border-top: 1px solid #000000;
  padding: 12px 0 0 0;
  margin: 0 0 16px 0;
}
@media only screen and (min-width: 768px) {
  .product-box__name {
    font-size: 35px;
    padding: 10px 0 0 0;
    margin: 0 0 16px 0;
  }
}
@media only screen and (min-width: 1256px) {
  .product-box__name {
    font-size: 50px;
    line-height: 1;
    padding: 15px 0 0 0;
    margin: 0 0 22px 0;
  }
}
.product-box__name span {
  font-weight: normal;
}
.product-box__name sub {
  font-size: 18px;
}
@media only screen and (min-width: 992px) {
  .product-box__name sub {
    font-size: 24px;
  }
}
@media only screen and (min-width: 1256px) {
  .product-box__name sub {
    font-size: 35px;
  }
}
.product-box__tags {
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}
@media only screen and (min-width: 1256px) {
  .product-box__tags {
    font-size: 14px;
  }
}
.product-box__desc {
  font-size: 12px;
  line-height: 1.5;
  margin: 15px 0 0 0;
}
@media only screen and (min-width: 1256px) {
  .product-box__desc {
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) {
  .product-box__desc {
    margin: 20px 0 0 0;
  }
}
@media only screen and (min-width: 1256px) {
  .product-box__desc {
    margin: 30px 0 0 0;
  }
}
.product-box__btn {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2.8px;
  text-transform: uppercase;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 30px 20px 40px 20px;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .product-box__btn {
    margin: 30px 40px 40px 40px;
  }
}
@media only screen and (min-width: 992px) {
  .product-box__btn {
    margin: 30px 20px 40px 20px;
  }
}
@media only screen and (min-width: 1256px) {
  .product-box__btn {
    margin: 30px 40px 60px 40px;
  }
}
.product-box__btn:after {
  content: ">";
  font-size: 16px;
  font-weight: 600;
  position: absolute;
  right: 0;
  bottom: 0;
}
.warranty-page {
  padding: 40px 0 40px 0;
}
@media only screen and (min-width: 768px) {
  .warranty-page {
    padding: 50px 0 80px 0;
  }
}
@media only screen and (min-width: 992px) {
  .warranty-page {
    padding: 60px 0 100px 0;
  }
}
@media only screen and (min-width: 1256px) {
  .warranty-page {
    padding: 150px 0 100px 0;
  }
}
.warranty-page__header {
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0.9px;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .warranty-page__header {
    font-size: 12px;
    line-height: 2.5;
  }
}
@media only screen and (min-width: 1256px) {
  .warranty-page__header {
    font-size: 14px;
    line-height: 2.14;
    letter-spacing: 1.1px;
  }
}
@media only screen and (max-width: 767px) {
  .warranty-page__header {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 992px) {
  .warranty-page__content {
    margin-right: 65px;
  }
}
.warranty-page__featured {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.1px;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .warranty-page__featured {
    font-size: 20px;
    line-height: 1.3;
  }
}
@media only screen and (min-width: 1256px) {
  .warranty-page__featured {
    font-size: 24px;
    line-height: 1.42;
  }
}
.warranty-page__desc {
  font-size: 12px;
  line-height: 1.5;
  margin-top: 15px;
}
@media only screen and (min-width: 1256px) {
  .warranty-page__desc {
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) {
  .warranty-page__desc {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 992px) {
  .warranty-page__desc {
    margin-top: 35px;
  }
}
@media only screen and (min-width: 1256px) {
  .warranty-page__desc {
    margin-top: 45px;
  }
}
.warranty-page .form {
  margin-top: 30px;
}
@media only screen and (min-width: 768px) {
  .warranty-page .form {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 992px) {
  .warranty-page .form {
    margin-top: 50px;
  }
}
@media only screen and (min-width: 1256px) {
  .warranty-page .form {
    margin-top: 100px;
  }
}
@media only screen and (min-width: 992px) {
  .warranty-page .form__content {
    margin-right: 105px;
  }
}
.warranty-page .form__content--warranty {
  display: none;
}
.warranty-page .form input {
  letter-spacing: 1.05px;
}
.warranty-page .warranty {
  margin: 30px 0 5px 0;
  padding: 30px 0;
  background-color: #f0f1f4;
  max-height: 750px;
  overflow: auto;
  display: none;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .warranty-page .warranty {
    padding: 55px 0;
    margin: 55px 0 15px 0;
  }
}
@media only screen and (min-width: 1256px) {
  .warranty-page .warranty {
    padding: 75px 0;
    margin: 75px 0 25px 0;
  }
}
.warranty-page .warranty::-webkit-scrollbar {
  width: 9px;
}
.warranty-page .warranty::-webkit-scrollbar-track {
  background: transparent;
}
.warranty-page .warranty::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #bbbcbf;
}
.warranty-page .warranty:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  max-height: 750px;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 5;
  display: none;
}
.warranty-page .warranty .map-loader {
  z-index: 6;
  display: none;
}
.warranty-page .warranty__img {
  height: 30px;
  width: auto;
}
@media only screen and (min-width: 768px) {
  .warranty-page .warranty__img {
    height: 45px;
  }
}
@media only screen and (min-width: 992px) {
  .warranty-page .warranty__img {
    height: 60px;
  }
}
.warranty-page .warranty__title {
  font-size: 25px;
  line-height: 0.85;
  letter-spacing: -0.2px;
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .warranty-page .warranty__title {
    font-size: 33px;
  }
}
@media only screen and (min-width: 992px) {
  .warranty-page .warranty__title {
    margin-top: 22px;
    margin-bottom: 55px;
    font-size: 40px;
  }
}
.warranty-page .warranty__content {
  font-size: 14px;
  line-height: 1.5;
  color: #000000;
}
.warranty-page .warranty.loading {
  overflow: hidden;
}
.warranty-page .warranty.loading:before,
.warranty-page .warranty.loading .map-loader {
  display: block;
}
.warranty-page .form-checkbox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center;
  margin: 25px 0;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .warranty-page .form-checkbox {
    margin: 35px 0;
  }
}
@media only screen and (min-width: 1256px) {
  .warranty-page .form-checkbox {
    margin: 50px 0;
  }
}
.warranty-page .form-checkbox input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 5;
  opacity: 0;
}
.warranty-page .form-checkbox input:checked ~ .form-checkbox__checkbox {
  background-image: url(../images/icon-checked.svg');
}
.warranty-page .form-checkbox__checkbox {
  -ms-flex: 0 0 20px;
      flex: 0 0 20px;
  height: 20px;
  border: 1px solid #000000;
  background-position: center;
  background-size: 12px 12px;
  background-repeat: no-repeat;
}
.warranty-page .form-checkbox__label {
  margin-left: 14px;
  -ms-flex: 1;
      flex: 1;
  font-size: 14px;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}
.warranty-page .form-checkbox--warranty {
  display: none;
}
.warranty-page .loader {
  display: none;
  min-height: 250px;
  background-color: #f0f1f4;
  position: relative;
}
.warranty-page .errors {
  margin-bottom: 20px;
  background-color: #f8d7da;
  padding: 20px;
  color: #721c24;
  padding-bottom: 10px;
}
.warranty-page .errors li {
  margin-bottom: 10px;
}
.warranty-page .errors strong {
  font-weight: 700;
}
.warranty-page .success {
  padding: 20px;
  color: #155724;
  background-color: #d4edda;
  margin-bottom: 20px;
}
.media-page {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .media-page {
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 992px) {
  .media-page {
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 768px) {
  .media-page {
    padding-top: 50px;
  }
}
@media only screen and (min-width: 992px) {
  .media-page {
    padding-top: 60px;
  }
}
@media only screen and (min-width: 1256px) {
  .media-page {
    padding-top: 80px;
  }
}
.media-page__header {
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0.9px;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .media-page__header {
    font-size: 12px;
    line-height: 2.5;
  }
}
@media only screen and (min-width: 1256px) {
  .media-page__header {
    font-size: 14px;
    line-height: 2.14;
    letter-spacing: 1.1px;
  }
}
@media only screen and (max-width: 767px) {
  .media-page__header {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .media-page__content {
    margin-right: 35px;
  }
}
@media only screen and (min-width: 992px) {
  .media-page__content {
    margin-right: 65px;
  }
}
.media-page__featured {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.1px;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .media-page__featured {
    font-size: 20px;
    line-height: 1.3;
  }
}
@media only screen and (min-width: 1256px) {
  .media-page__featured {
    font-size: 24px;
    line-height: 1.42;
  }
}
.media-page .media-boxes {
  padding-top: 50px;
}
@media only screen and (min-width: 768px) {
  .media-page .media-boxes {
    padding-top: 60px;
  }
}
@media only screen and (min-width: 992px) {
  .media-page .media-boxes {
    padding-top: 70px;
  }
}
@media only screen and (min-width: 1256px) {
  .media-page .media-boxes {
    padding-top: 90px;
  }
}
.media-page .media-boxes .pagination {
  margin-top: 10px;
}
@media only screen and (min-width: 768px) {
  .media-page .media-boxes .pagination {
    margin-top: 15px;
  }
}
@media only screen and (min-width: 992px) {
  .media-page .media-boxes .pagination {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 1256px) {
  .media-page .media-boxes .pagination {
    margin-top: 15px;
  }
}
.media-box {
  display: block;
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .media-box {
    margin-bottom: 55px;
  }
}
@media only screen and (min-width: 992px) {
  .media-box {
    margin-bottom: 65px;
  }
}
@media only screen and (min-width: 1256px) {
  .media-box {
    margin-bottom: 75px;
  }
}
.media-box--news {
  pointer-events: none;
}
.media-box--news .media-box__header {
  padding-left: 85px;
}
.media-box--news .media-box__header img {
  height: 15px;
  max-height: none;
  max-width: none;
}
.media-box__img {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.media-box__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.media-box__header {
  font-size: 10px;
  line-height: 19px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
  padding: 17px 0;
  position: relative;
  padding-left: 34px;
}
@media only screen and (min-width: 768px) {
  .media-box__header {
    font-size: 12px;
    padding: 22px 0;
    padding-left: 39px;
  }
}
@media only screen and (min-width: 1256px) {
  .media-box__header {
    font-size: 14px;
    padding: 25px 0;
    padding-left: 43px;
  }
}
.media-box__header img,
.media-box__header svg {
  max-height: 19px;
  max-width: 22px;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.media-box__desc {
  font-size: 12px;
  line-height: 1.5;
}
@media only screen and (min-width: 1256px) {
  .media-box__desc {
    font-size: 14px;
  }
}
div.wpcf7-response-output {
  margin: 10px 0 0 0 !important;
  font-size: 12px !important;
  padding: 12px 10px !important;
  border: none !important;
  background: #b6b8bd !important;
  color: white !important;
}
div.wpcf7-validation-errors {
  background: #b6b8bd;
  color: white;
}
.wpcf7-form-control-wrap {
  display: block;
}
span.wpcf7-not-valid-tip {
  display: block !important;
  width: 100% !important;
  font-size: 10px !important;
  position: absolute;
  bottom: 3px;
  left: 0;
  right: 0;
  text-align: right;
}
.contact-page {
  padding: 40px 0 40px 0;
}
@media only screen and (min-width: 768px) {
  .contact-page {
    padding: 50px 0 80px 0;
  }
}
@media only screen and (min-width: 992px) {
  .contact-page {
    padding: 60px 0 100px 0;
  }
}
@media only screen and (min-width: 1256px) {
  .contact-page {
    padding: 150px 0 100px 0;
  }
}
.contact-page__sidebar {
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: -0.1px;
}
@media only screen and (min-width: 1256px) {
  .contact-page__sidebar {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .contact-page__sidebar {
    margin-bottom: 30px;
  }
}
.contact-page__sidebar p {
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .contact-page__sidebar p {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 992px) {
  .contact-page__sidebar p {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1256px) {
  .contact-page__sidebar p {
    margin-bottom: 25px;
  }
}
.contact-page__subheader {
  margin-top: -3px;
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0.9px;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .contact-page__subheader {
    font-size: 12px;
    line-height: 2.5;
  }
}
@media only screen and (min-width: 1256px) {
  .contact-page__subheader {
    font-size: 14px;
    line-height: 2.14;
    letter-spacing: 1.1px;
  }
}
.contact-page__header {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.1px;
  text-align: left;
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  .contact-page__header {
    font-size: 20px;
    line-height: 1.3;
  }
}
@media only screen and (min-width: 1256px) {
  .contact-page__header {
    font-size: 24px;
    line-height: 1.42;
  }
}
@media only screen and (min-width: 768px) {
  .contact-page__header {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .contact-page__header {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1256px) {
  .contact-page__header {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 1256px) {
  .contact-page__content {
    margin-right: 65px;
  }
}
.contact-page__featured {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.1px;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .contact-page__featured {
    font-size: 20px;
    line-height: 1.3;
  }
}
@media only screen and (min-width: 1256px) {
  .contact-page__featured {
    font-size: 24px;
    line-height: 1.42;
  }
}
.contact-page__desc {
  font-size: 12px;
  line-height: 1.5;
  margin-top: 15px;
}
@media only screen and (min-width: 1256px) {
  .contact-page__desc {
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) {
  .contact-page__desc {
    margin-top: 25px;
  }
}
@media only screen and (min-width: 992px) {
  .contact-page__desc {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 1256px) {
  .contact-page__desc {
    margin-top: 35px;
  }
}
.contact-page__social {
  font-size: 0;
  margin-top: 25px;
}
.contact-page__social a {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  margin-right: 15px;
}
.contact-page__social a img {
  height: 100%;
}
.contact-page .form {
  margin-top: 30px;
}
@media only screen and (min-width: 768px) {
  .contact-page .form {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 992px) {
  .contact-page .form {
    margin-right: 105px;
    margin-top: 60px;
  }
}
@media only screen and (min-width: 1256px) {
  .contact-page .form {
    margin-top: 80px;
  }
}
.contact-page .form__submit {
  margin-top: -15px;
}
.no-points {
  text-align: center;
}
.no-points__header {
  font-size: 10px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .no-points__header {
    font-size: 12px;
    letter-spacing: 0.9px;
  }
}
@media only screen and (min-width: 992px) {
  .no-points__header {
    font-size: 14px;
    letter-spacing: 1.1px;
  }
}
.no-points__btn {
  margin-top: 30px;
  background: black;
  color: white;
  padding: 12px 34px;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2.8px;
  text-transform: uppercase;
}
#moreLoader {
  margin-top: 45px;
}
.distributors .mapPopup {
  min-width: 250px;
  max-height: 0;
  max-width: 300px;
  display: block;
  position: absolute;
  bottom: 15px;
  left: 15px;
  background-color: white;
  z-index: 10000000;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  padding: 0 18px 0 52px;
  background-image: url(../images/icon-pin.svg');
  background-size: 22px 22px;
  background-position: 10px 10px;
  background-repeat: no-repeat;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.06);
  top: 50%;
  bottom: auto;
  left: 50%;
  transform: translate(-122px, -22px);
}
.distributors .mapPopup.active {
  transition: all 0.2s ease-in-out;
  opacity: 1;
  visibility: visible;
  max-height: 400px;
  padding-top: 16px;
  padding-bottom: 20px;
}
.distributors .mapPopup__header {
  font-size: 14px;
}
.distributors .mapPopup__address {
  font-size: 12px;
  margin-top: 16px;
}
.distributors__header,
.distributors__search-header {
  font-size: 10px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .distributors__header,
  .distributors__search-header {
    font-size: 12px;
    letter-spacing: 0.9px;
  }
}
@media only screen and (min-width: 992px) {
  .distributors__header,
  .distributors__search-header {
    font-size: 14px;
    letter-spacing: 1.1px;
  }
}
.distributors__header {
  padding: 40px 0 20px 0;
}
@media only screen and (min-width: 768px) {
  .distributors__header {
    padding: 60px 0 30px 0;
  }
}
@media only screen and (min-width: 1256px) {
  .distributors__header {
    padding: 80px 0 45px 0;
  }
}
.distributors__map {
  height: 280px;
  background-color: #a0a2a7;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .distributors__map {
    height: 380px;
  }
}
@media only screen and (min-width: 992px) {
  .distributors__map {
    height: 430px;
  }
}
@media only screen and (min-width: 1256px) {
  .distributors__map {
    height: 450px;
  }
}
.distributors__map #distributorsMap {
  width: 100%;
  height: 100%;
}
.distributors__search {
  padding: 3px 0 27px 0;
}
@media only screen and (min-width: 768px) {
  .distributors__search {
    padding: 19px 0 55px 0;
  }
}
@media only screen and (min-width: 992px) {
  .distributors__search {
    padding: 34px 0 70px 0;
  }
}
@media only screen and (min-width: 1256px) {
  .distributors__search {
    padding: 39px 0 80px 0;
  }
}
.distributors__search-header {
  padding-top: 16px;
}
.distributors__search .form {
  margin: 0;
}
.distributors__results {
  min-height: 64px;
  position: relative;
}
.distributors__results .map-loader {
  position: absolute;
  transform: none;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
.distributors__results .map-loader div {
  background: #000000;
}
.distributors__results-inner {
  transition: all 0.2s ease-in-out;
  height: 0;
  overflow: hidden;
}
.distributors__show-more {
  text-align: center;
}
.distributors__show-more a {
  margin-top: 60px;
}
.distributors .distributor {
  margin-bottom: 35px;
  display: block;
  width: 100%;
  float: left;
}
@media only screen and (min-width: 768px) {
  .distributors .distributor {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 992px) {
  .distributors .distributor {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 1256px) {
  .distributors .distributor {
    margin-bottom: 60px;
  }
}
.distributors .distributor:last-of-type {
  margin-bottom: 0;
}
.distributors .distributor__name {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.1px;
  text-align: left;
  margin-top: -2px;
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  .distributors .distributor__name {
    font-size: 20px;
    line-height: 1.3;
  }
}
@media only screen and (min-width: 1256px) {
  .distributors .distributor__name {
    font-size: 24px;
    line-height: 1.42;
  }
}
@media only screen and (min-width: 768px) {
  .distributors .distributor__name {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .distributors .distributor__name {
    margin-bottom: 0;
  }
}
.distributors .distributor__details,
.distributors .distributor__contact {
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: -0.1px;
}
@media only screen and (min-width: 1256px) {
  .distributors .distributor__details,
  .distributors .distributor__contact {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .distributors .distributor__details,
  .distributors .distributor__contact {
    margin-bottom: 15px;
  }
}
.distributors .distributor__details p,
.distributors .distributor__contact p {
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .distributors .distributor__details p,
  .distributors .distributor__contact p {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 1256px) {
  .distributors .distributor__details p,
  .distributors .distributor__contact p {
    margin-bottom: 20px;
  }
}
.distributors .distributor__details p:last-of-type,
.distributors .distributor__contact p:last-of-type {
  margin-bottom: 0;
}
.distributors .distributor__details a:hover,
.distributors .distributor__contact a:hover {
  text-decoration: underline;
}
.distributors .distributor__btns {
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .distributors .distributor__btns {
    text-align: right;
  }
}
.distributors .distributor__btn {
  display: block;
  font-size: 10px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 2.8px;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .distributors .distributor__btn {
    display: inline-block;
    margin-right: 20px;
  }
  .distributors .distributor__btn:last-of-type {
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) {
  .distributors .distributor__btn {
    font-size: 12px;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 1256px) {
  .distributors .distributor__btn {
    font-size: 14px;
    margin-bottom: 6px;
  }
}
.distributors .distributor__btn:last-of-type {
  margin-bottom: 0;
}
.distributors .distributor__btn:hover span:before {
  width: 100%;
}
.distributors .distributor__btn span {
  position: relative;
}
.distributors .distributor__btn span:before {
  transition: all 0.2s ease-in-out;
  content: "";
  width: 0px;
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 1px;
  background-color: #000000;
}
.findYourFinest-page {
  padding-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .findYourFinest-page {
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 992px) {
  .findYourFinest-page {
    padding-bottom: 100px;
  }
}
.tips-page {
  padding-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .tips-page {
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 992px) {
  .tips-page {
    padding-bottom: 100px;
  }
}
.tips-page__options {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: -30px;
  overflow: hidden;
  text-align: center;
}
.tips-page__more-wrapper {
  text-align: center;
  margin-top: 20px;
}
.tips-page__more-options {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2.8px;
  text-transform: uppercase;
  margin-top: 30px;
  background: black;
  color: white;
  padding: 12px 34px;
  cursor: pointer;
}
.tips-page__tip-title {
  display: inline-block;
  font-size: 42px;
  line-height: 1.2;
  font-weight: bold;
  letter-spacing: normal;
}
.tips-page__tip-title img {
  display: block;
  width: 100%;
  max-width: 180px;
}
@media only screen and (min-width: 768px) {
  .tips-page__tip-title img {
    max-width: 370px;
  }
}
@media only screen and (min-width: 992px) {
  .tips-page__tip-title img {
    max-width: 440px;
  }
}
@media only screen and (min-width: 1256px) {
  .tips-page__tip-title img {
    max-width: 520px;
  }
}
@media only screen and (max-width: 767px) {
  .tips-page__tip-title {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 768px) {
  .tips-page__tip-title {
    font-size: 60px;
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 992px) {
  .tips-page__tip-title {
    font-size: 80px;
  }
}
.tips-page__precautions {
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .tips-page__precautions {
    margin-top: 60px;
  }
}
@media only screen and (min-width: 768px) {
  .tips-page__precautions {
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 992px) {
  .tips-page__precautions {
    margin-bottom: 80px;
  }
}
@media only screen and (min-width: 1256px) {
  .tips-page__precautions {
    margin-bottom: 120px;
  }
}
.tips-page__precautions-title {
  font-size: 24px;
  font-weight: bold;
  line-height: 0.95;
  letter-spacing: normal;
}
@media only screen and (max-width: 767px) {
  .tips-page__precautions-title {
    margin-bottom: 23px;
  }
}
@media only screen and (min-width: 992px) {
  .tips-page__precautions-title {
    font-size: 35px;
  }
}
@media only screen and (min-width: 1256px) {
  .tips-page__precautions-title {
    font-size: 40px;
  }
}
.tips-page__about {
  padding: 60px 0;
}
@media only screen and (max-width: 767px) {
  .tips-page__about {
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 768px) {
  .tips-page__about {
    padding: 70px 0;
  }
}
@media only screen and (min-width: 1256px) {
  .tips-page__about {
    padding: 100px 0;
  }
}
.tips-page__about-subheader {
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0.9px;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .tips-page__about-subheader {
    font-size: 12px;
    line-height: 2.5;
  }
}
@media only screen and (min-width: 1256px) {
  .tips-page__about-subheader {
    font-size: 14px;
    line-height: 2.14;
    letter-spacing: 1.1px;
  }
}
@media only screen and (max-width: 767px) {
  .tips-page__about-subheader {
    margin-bottom: 30px;
  }
}
.tips-page__about-desc {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.1px;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .tips-page__about-desc {
    font-size: 20px;
    line-height: 1.3;
  }
}
@media only screen and (min-width: 1256px) {
  .tips-page__about-desc {
    font-size: 24px;
    line-height: 1.42;
  }
}
.tips-page__about-desc--small {
  font-size: 12px;
  line-height: 1.5;
  margin-top: 15px;
  margin-right: 40px;
}
@media only screen and (min-width: 1256px) {
  .tips-page__about-desc--small {
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) {
  .tips-page__about-desc--small {
    margin-top: 105px;
    margin-right: 0;
  }
}
@media only screen and (min-width: 992px) {
  .tips-page__about-desc--small {
    margin-top: 110px;
  }
}
@media only screen and (min-width: 1256px) {
  .tips-page__about-desc--small {
    margin-top: 120px;
    margin-right: 53px;
  }
}
.tips-page__assets {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: -30px;
  overflow: hidden;
}
.tips-page__products {
  padding-bottom: 35px;
  font-size: 0;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .tips-page__products {
    padding-bottom: 130px;
  }
}
@media only screen and (min-width: 992px) {
  .tips-page__products {
    padding-bottom: 180px;
  }
}
@media only screen and (min-width: 1256px) {
  .tips-page__products {
    padding-bottom: 220px;
  }
}
.tips-page__products-inner {
  padding-top: 20px;
  border-top: 1px solid #000000;
}
@media only screen and (min-width: 768px) {
  .tips-page__products-inner {
    padding-top: 30px;
  }
}
.tips-page__products-header {
  font-size: 24px;
  font-weight: bold;
  line-height: 0.6;
  margin-bottom: 36px;
}
@media only screen and (min-width: 768px) {
  .tips-page__products-header {
    line-height: 0.75;
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 992px) {
  .tips-page__products-header {
    font-size: 35px;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1256px) {
  .tips-page__products-header {
    font-size: 50px;
    line-height: 0.6;
  }
}
.tips-page__products .products-list {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .tips-page__products .products-list {
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 768px) {
  .tips-page__products .products-list {
    width: 20%;
  }
}
.tips-page__products .products-list .anchor-with-popup {
  display: inline-block;
  position: relative;
}
.tips-page__products .products-list .link-popup {
  display: none;
}
@media only screen and (min-width: 992px) {
  .tips-page__products .products-list .link-popup {
    transition: opacity 0.1s;
    opacity: 0;
    visibility: hidden;
    display: block;
    background-color: #f0f1f4;
    color: #000000;
    position: absolute;
    top: -5px;
    left: 100%;
    z-index: 15;
    padding: 45px 40px 45px 150px;
    margin-left: 20px;
  }
}
.tips-page__products .products-list .link-popup--right {
  left: auto;
  right: 100%;
  margin-left: 0;
  margin-right: 20px;
}
.tips-page__products .products-list .link-popup--right:before {
  left: auto !important;
  right: 0 !important;
  transform: rotate(-45deg) !important;
  transform-origin: 100% 0% !important;
}
.tips-page__products .products-list .link-popup:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 21px;
  height: 21px;
  background-color: #f0f1f4;
  transform: rotate(45deg);
  transform-origin: 0% 0%;
  pointer-events: none;
}
.tips-page__products .products-list .link-popup__pic {
  display: inline-block;
  width: 110px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin-left: 20px;
}
.tips-page__products .products-list .link-popup__pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  bottom: 10%;
  left: 0;
}
.tips-page__products .products-list .link-popup__content {
  min-width: 201px;
  border-top: 1px solid #000000;
  padding: 20px 0 0 0;
}
.tips-page__products .products-list .link-popup__title {
  display: block;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  margin: -8px 0;
}
@media only screen and (min-width: 992px) {
  .tips-page__products .products-list .link-popup__title {
    font-size: 35px;
  }
}
@media only screen and (min-width: 1256px) {
  .tips-page__products .products-list .link-popup__title {
    font-size: 50px;
  }
}
.tips-page__products .products-list .link-popup .btn {
  display: block;
  position: relative;
  margin-top: 60px;
}
.tips-page__products .products-list .link-popup .btn:after {
  margin-left: 50px;
  position: absolute;
  top: 0;
  right: 0;
}
.tips-page__products .products-list__header {
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0.9px;
  text-transform: uppercase;
  margin-bottom: 5px;
}
@media only screen and (min-width: 768px) {
  .tips-page__products .products-list__header {
    font-size: 12px;
    line-height: 2.5;
  }
}
@media only screen and (min-width: 1256px) {
  .tips-page__products .products-list__header {
    font-size: 14px;
    line-height: 2.14;
    letter-spacing: 1.1px;
  }
}
@media sm {
  .tips-page__products .products-list__header {
    margin-bottom: 15px;
  }
}
@media lg {
  .tips-page__products .products-list__header {
    margin-bottom: 25px;
  }
}
.tips-page__products .products-list__text {
  font-size: 12px;
  line-height: 1.5;
}
@media only screen and (min-width: 1256px) {
  .tips-page__products .products-list__text {
    font-size: 14px;
  }
}
.tips-page__products .products-list__text a {
  text-decoration: underline;
}
.tips-page__config-title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.13;
  padding-bottom: 10px;
  display: block;
  width: 100%;
  border-bottom: 1px solid #000;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .tips-page__config-title {
    font-size: 25px;
    padding-bottom: 13px;
  }
}
@media only screen and (min-width: 1256px) {
  .tips-page__config-title {
    font-size: 30px;
    padding-bottom: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .tips-page__config-title {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 768px) {
  .tips-page__config-title {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 992px) {
  .tips-page__config-title {
    margin-bottom: 35px;
  }
}
@media only screen and (min-width: 1256px) {
  .tips-page__config-title {
    margin-bottom: 40px;
  }
}
.tips-page .steps {
  padding-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .tips-page .steps {
    padding-bottom: 30px;
  }
}
@media only screen and (min-width: 1256px) {
  .tips-page .steps {
    padding-bottom: 40px;
  }
}
.tips-page .steps__header {
  font-size: 14px;
  line-height: 2.14;
  letter-spacing: 1.1px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.tips-page .steps__note {
  border-top: 1px solid #000000;
  padding: 20px 0 0 0;
}
@media only screen and (min-width: 768px) {
  .tips-page .steps__note {
    padding: 30px 0 0 0;
  }
}
@media only screen and (min-width: 1256px) {
  .tips-page .steps__note {
    padding: 40px 0 0 0;
  }
}
.tips-page .steps__note-header {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: -1.3px;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .tips-page .steps__note-header {
    margin-bottom: 23px;
  }
}
@media only screen and (min-width: 992px) {
  .tips-page .steps__note-header {
    font-size: 35px;
  }
}
@media only screen and (min-width: 1256px) {
  .tips-page .steps__note-header {
    font-size: 50px;
  }
}
.tips-page .steps__note p {
  font-size: 12px;
  line-height: 1.5;
  margin-bottom: 15px;
}
@media only screen and (min-width: 1256px) {
  .tips-page .steps__note p {
    font-size: 14px;
  }
}
@media only screen and (min-width: 992px) {
  .tips-page .steps__note p {
    margin-bottom: 0;
  }
}
.tips-page .steps .step-box__desc {
  padding-bottom: 0;
}
.tips-page .video-instructions .section-subheader {
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .tips-page .video-instructions .section-subheader {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1256px) {
  .tips-page .video-instructions .section-subheader {
    margin-bottom: 40px;
  }
}
.tips-page .video-instructions .video-box {
  display: block;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .tips-page .video-instructions .video-box {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 992px) {
  .tips-page .video-instructions .video-box {
    margin-bottom: 70px;
  }
}
@media only screen and (min-width: 1256px) {
  .tips-page .video-instructions .video-box {
    margin-bottom: 80px;
  }
}
.tips-page .video-instructions .video-box__pic {
  background-color: #b6b8bd;
  background-size: cover;
  background-position: center;
  height: 180px;
}
@media only screen and (min-width: 768px) {
  .tips-page .video-instructions .video-box__pic {
    height: 210px;
  }
}
@media only screen and (min-width: 992px) {
  .tips-page .video-instructions .video-box__pic {
    height: 185px;
  }
}
@media only screen and (min-width: 1256px) {
  .tips-page .video-instructions .video-box__pic {
    height: 233px;
  }
}
.tips-page .video-instructions .video-box__content {
  position: relative;
}
.tips-page .video-instructions .video-box__title {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.25;
  max-width: 80%;
  margin-top: 10px;
}
@media only screen and (min-width: 768px) {
  .tips-page .video-instructions .video-box__title {
    font-size: 20px;
    margin-top: 15px;
  }
}
@media only screen and (min-width: 992px) {
  .tips-page .video-instructions .video-box__title {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 1256px) {
  .tips-page .video-instructions .video-box__title {
    font-size: 24px;
    line-height: 1.25;
    margin-top: 25px;
  }
}
.tips-page .video-instructions .video-box__time {
  font-size: 12px;
  line-height: 1.5;
  position: absolute;
  top: 0;
  right: 0;
  padding-top: 2px;
  max-width: 20%;
}
@media only screen and (min-width: 1256px) {
  .tips-page .video-instructions .video-box__time {
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) {
  .tips-page .video-instructions .video-box__time {
    padding-top: 5px;
  }
}
.product-page {
  padding-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .product-page {
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 992px) {
  .product-page {
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 1400px) {
  .product-page .product-desc-col {
    right: 50%;
  }
}
.product-page__video {
  overflow: hidden;
}
.product-page__video-header {
  font-size: 10px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  padding: 70px 0 20px 0;
}
@media only screen and (min-width: 768px) {
  .product-page__video-header {
    font-size: 12px;
    letter-spacing: 0.9px;
  }
}
@media only screen and (min-width: 992px) {
  .product-page__video-header {
    font-size: 14px;
    letter-spacing: 1.1px;
  }
}
@media only screen and (min-width: 768px) {
  .product-page__video-header {
    padding: 60px 0 25px 0;
  }
}
@media only screen and (min-width: 1256px) {
  .product-page__video-header {
    padding: 80px 0 35px 0;
  }
}
.product-page__video-bg {
  background-color: #000000;
}
@media only screen and (max-width: 767px) {
  .product-page__video-bg {
    padding: 15px 0;
  }
}
.product-page__video .video-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.product-page__video .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.product-page__related-header {
  font-size: 10px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  border-bottom: 1px solid #000000;
  padding: 70px 0 20px 0;
}
@media only screen and (min-width: 768px) {
  .product-page__related-header {
    font-size: 12px;
    letter-spacing: 0.9px;
  }
}
@media only screen and (min-width: 992px) {
  .product-page__related-header {
    font-size: 14px;
    letter-spacing: 1.1px;
  }
}
@media only screen and (min-width: 768px) {
  .product-page__related-header {
    padding: 60px 0 25px 0;
  }
}
@media only screen and (min-width: 1256px) {
  .product-page__related-header {
    padding: 100px 0 35px 0;
  }
}
.product-page__related .flex-row {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.product-page__related .pagination {
  margin-top: 30px;
}
@media only screen and (min-width: 768px) {
  .product-page__related .pagination {
    margin-top: 50px;
  }
}
@media only screen and (min-width: 1256px) {
  .product-page__related .pagination {
    margin-top: 60px;
  }
}
.product-page__reviews-header {
  font-size: 10px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  border-bottom: 1px solid #000000;
  padding: 70px 0 20px 0;
}
@media only screen and (min-width: 768px) {
  .product-page__reviews-header {
    font-size: 12px;
    letter-spacing: 0.9px;
  }
}
@media only screen and (min-width: 992px) {
  .product-page__reviews-header {
    font-size: 14px;
    letter-spacing: 1.1px;
  }
}
@media only screen and (min-width: 768px) {
  .product-page__reviews-header {
    padding: 60px 0 25px 0;
  }
}
@media only screen and (min-width: 992px) {
  .product-page__reviews-header {
    padding: 80px 0 25px 0;
  }
}
@media only screen and (min-width: 1256px) {
  .product-page__reviews-header {
    padding: 130px 0 35px 0;
  }
}
.product-page__reviews .product-review {
  padding-top: 20px;
}
@media only screen and (max-width: 767px) {
  .product-page__reviews .product-review {
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 768px) {
  .product-page__reviews .product-review {
    padding-top: 30px;
  }
}
@media only screen and (min-width: 992px) {
  .product-page__reviews .product-review {
    padding-top: 40px;
  }
}
.product-page__reviews .product-review__desc {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.1px;
  text-align: left;
  font-style: italic;
}
@media only screen and (min-width: 768px) {
  .product-page__reviews .product-review__desc {
    font-size: 20px;
    line-height: 1.3;
  }
}
@media only screen and (min-width: 1256px) {
  .product-page__reviews .product-review__desc {
    font-size: 24px;
    line-height: 1.42;
  }
}
@media only screen and (min-width: 768px) {
  .product-page__reviews .product-review__desc {
    margin-top: -8px;
    margin-right: 140px;
  }
}
@media only screen and (min-width: 992px) {
  .product-page__reviews .product-review__desc {
    margin-right: 20px;
  }
}
@media only screen and (min-width: 1256px) {
  .product-page__reviews .product-review__desc {
    margin-right: 80px;
  }
}
.product-page__reviews .product-review__author {
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0.9px;
  text-transform: uppercase;
  margin-top: 15px;
}
@media only screen and (min-width: 768px) {
  .product-page__reviews .product-review__author {
    font-size: 12px;
    line-height: 2.5;
  }
}
@media only screen and (min-width: 1256px) {
  .product-page__reviews .product-review__author {
    font-size: 14px;
    line-height: 2.14;
    letter-spacing: 1.1px;
  }
}
@media only screen and (min-width: 992px) {
  .product-page__reviews .product-review__author {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 1256px) {
  .product-page__reviews .product-review__author {
    margin-top: 25px;
  }
}
.product-page .product-info {
  margin-top: 50px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .product-page .product-info {
    margin-top: 55px;
  }
}
@media only screen and (min-width: 992px) {
  .product-page .product-info {
    min-height: 520px;
  }
}
@media only screen and (min-width: 1256px) {
  .product-page .product-info {
    min-height: 630px;
    margin-top: 90px;
  }
}
.product-page .product-info__name {
  font-size: 42px;
  font-weight: bold;
  margin-bottom: 14px;
  margin-top: -6px;
}
.product-page .product-info__name span {
  font-weight: normal;
}
.product-page .product-info__name sub {
  font-size: 28px;
}
@media only screen and (min-width: 768px) {
  .product-page .product-info__name {
    font-size: 60px;
    margin-bottom: 17px;
    margin-top: -9px;
  }
  .product-page .product-info__name sub {
    font-size: 04px;
  }
}
@media only screen and (min-width: 992px) {
  .product-page .product-info__name {
    font-size: 80px;
    margin-bottom: 30px;
    margin-top: -10px;
  }
  .product-page .product-info__name sub {
    font-size: 52px;
  }
}
@media only screen and (min-width: 1256px) {
  .product-page .product-info__name {
    font-size: 100px;
  }
  .product-page .product-info__name sub {
    font-size: 64px;
  }
}
.product-page .product-info__tags {
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1256px) {
  .product-page .product-info__tags {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1256px) {
  .product-page .product-info__tags {
    margin-bottom: 46px;
  }
}
.product-page .product-info__featured {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.1px;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .product-page .product-info__featured {
    font-size: 20px;
    line-height: 1.3;
  }
}
@media only screen and (min-width: 1256px) {
  .product-page .product-info__featured {
    font-size: 24px;
    line-height: 1.42;
  }
}
.product-page .product-info__desc {
  font-size: 12px;
  line-height: 1.5;
  margin-top: 20px;
  margin-bottom: 15px;
}
@media only screen and (min-width: 1256px) {
  .product-page .product-info__desc {
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) {
  .product-page .product-info__desc {
    margin-top: 25px;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1256px) {
  .product-page .product-info__desc {
    line-height: 1.29;
    margin-top: 30px;
  }
}
.product-page .product-info__desc p {
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .product-page .product-info__desc p {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 1256px) {
  .product-page .product-info__desc p {
    margin-bottom: 20px;
  }
}
.product-page .product-info__desc p:last-of-type {
  margin-bottom: 0;
}
.product-page .product-info__additional {
  font-size: 12px;
  line-height: 1.5;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 15px;
}
@media only screen and (min-width: 1256px) {
  .product-page .product-info__additional {
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) {
  .product-page .product-info__additional {
    margin-top: 25px;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1256px) {
  .product-page .product-info__additional {
    line-height: 1.43;
    letter-spacing: 1.4px;
    margin-top: 30px;
  }
}
.product-page .product-buyBtn {
  transition: all 0.2s ease-in-out;
  background-color: #000000;
  color: #ffffff;
  display: inline-block;
  padding: 18px 0;
  position: relative;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .product-page .product-buyBtn {
    width: 100%;
    max-height: 50px;
  }
}
@media only screen and (min-width: 768px) {
  .product-page .product-buyBtn {
    height: 80px;
    padding: 20px 0;
  }
}
@media only screen and (min-width: 1256px) {
  .product-page .product-buyBtn {
    height: 100px;
    padding: 26px 0;
  }
}
.product-page .product-buyBtn--active {
  cursor: auto;
}
@media only screen and (max-width: 767px) {
  .product-page .product-buyBtn--active {
    width: 100%;
    max-height: 1000px;
  }
}
.product-page .product-buyBtn--active:hover {
  margin-right: 0 !important;
}
.product-page .product-buyBtn--active .product-buyBtn__extra {
  max-width: 1000px;
}
.product-page .product-buyBtn .map-loader {
  top: 2px;
  left: -7px;
  transform: translate(0%, 0%);
}
.product-page .product-buyBtn__wrapper {
  position: absolute;
  top: 64px;
  left: 0;
  right: 0;
  z-index: 1;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .product-page .product-buyBtn__wrapper {
    top: 108px;
  }
}
@media only screen and (min-width: 992px) {
  .product-page .product-buyBtn__wrapper {
    top: 90px;
  }
}
@media only screen and (min-width: 1256px) {
  .product-page .product-buyBtn__wrapper {
    top: 110px;
  }
}
.product-page .product-buyBtn__header,
.product-page .product-buyBtn__location,
.product-page .product-buyBtn__more,
.product-page .product-buyBtn__extra {
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 1;
}
.product-page .product-buyBtn__extra {
  transition: all 0.2s ease-in-out;
  max-width: 0;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .product-page .product-buyBtn__extra {
    width: 100%;
    margin-top: 20px;
  }
}
.product-page .product-buyBtn__header {
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: 3px;
  text-transform: uppercase;
  right: -4px;
}
@media only screen and (max-width: 767px) {
  .product-page .product-buyBtn__header {
    display: block;
    text-align: center;
  }
}
@media only screen and (min-width: 768px) {
  .product-page .product-buyBtn__header {
    font-size: 18px;
    letter-spacing: 4px;
  }
}
@media only screen and (min-width: 1256px) {
  .product-page .product-buyBtn__header {
    font-size: 20px;
    letter-spacing: 6px;
  }
}
.product-page .product-buyBtn__subheader,
.product-page .product-buyBtn__more {
  font-size: 10px;
  line-height: 1.5;
  letter-spacing: 2.4px;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .product-page .product-buyBtn__subheader,
  .product-page .product-buyBtn__more {
    font-size: 12px;
  }
}
.product-page .product-buyBtn__close {
  font-size: 12px;
  text-transform: uppercase;
  position: absolute;
  top: 5px;
  right: 0;
  cursor: pointer;
  z-index: 5;
}
@media only screen and (min-width: 768px) {
  .product-page .product-buyBtn__close {
    display: none;
  }
}
.product-page .product-buyBtn__location,
.product-page .product-buyBtn__more {
  transition: opacity 0.20s;
  opacity: 0;
}
@media only screen and (max-width: 767px) {
  .product-page .product-buyBtn__location,
  .product-page .product-buyBtn__more {
    width: 100%;
  }
}
.product-page .product-buyBtn__location {
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .product-page .product-buyBtn__location {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .product-page .product-buyBtn__location {
    margin-left: 40px;
    min-width: 310px;
  }
}
.product-page .product-buyBtn__more {
  text-align: left;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .product-page .product-buyBtn__more {
    margin-left: 60px;
    vertical-align: bottom;
  }
}
.product-page .product-buyBtn__more:after {
  content: ">";
  position: absolute;
  bottom: 0;
  right: 0;
}
.product-page .product-buyBtn__location-header {
  transition: all 0.2s ease-in-out;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
  text-decoration: underline;
  opacity: 0;
}
@media only screen and (min-width: 768px) {
  .product-page .product-buyBtn__location-header {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1256px) {
  .product-page .product-buyBtn__location-header {
    font-size: 24px;
  }
}
.product-page .product-buyBtn:before,
.product-page .product-buyBtn:after {
  content: "";
  background-color: #000000;
  height: 100%;
  position: absolute;
  top: 0;
}
.product-page .product-buyBtn:before {
  width: 100vw;
  left: -15px;
}
@media only screen and (min-width: 768px) {
  .product-page .product-buyBtn:before {
    width: 50vw;
    left: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .product-page .product-buyBtn:after {
    width: 116px;
    right: 100%;
    z-index: 0;
    transform: skewX(-42deg) translateX(50%);
  }
}
.product-page #productGallery {
  position: relative;
  z-index: 0;
  height: 100%;
}
.product-page #productGallery .swiper-wrapper {
  width: 100%;
  height: 100%;
}
.product-page #productGallery .swiper-pagination {
  font-size: 0;
  bottom: 25px;
}
.product-page #productGallery .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 6px;
  background: #ffffff;
}
@media only screen and (min-width: 768px) {
  .product-page #productGallery .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin: 0 7px;
  }
}
.product-page .product-gallery {
  background-color: #a0a2a7;
  height: 400px;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .product-page .product-gallery {
    height: 100vw;
  }
}
@media only screen and (min-width: 768px) {
  .product-page .product-gallery {
    width: calc("100% + 30px");
    height: 100vw;
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 992px) {
  .product-page .product-gallery {
    width: 44vw;
    height: 520px;
    position: absolute;
    right: 0;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1256px) {
  .product-page .product-gallery {
    height: 630px;
  }
}
@media only screen and (min-width: 1400px) {
  .product-page .product-gallery {
    position: relative;
    width: 100%;
  }
}
@media only screen and (min-width: 1400px) {
  .product-page .product-gallery__wrapper {
    width: 50%;
    float: left;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    padding-left: 45px;
    left: calc(50% + 35px);
  }
}
.product-page .product-gallery__wrapper--sm {
  width: 100%;
  display: none;
}
@media only screen and (min-width: 768px) {
  .product-page .product-gallery__wrapper--sm {
    display: block;
    margin-top: 80px;
  }
}
@media only screen and (min-width: 992px) {
  .product-page .product-gallery__wrapper--sm {
    display: none;
  }
}
.product-page .product-gallery__arrow {
  position: absolute;
  top: 50%;
  font-size: 24px;
  font-weight: 500;
  line-height: 0.93;
  z-index: 5;
}
@media only screen and (min-width: 768px) {
  .product-page .product-gallery__arrow {
    font-size: 30px;
  }
}
.product-page .product-gallery__arrow--left {
  left: 15px;
  transform: translate(0, -50%);
}
@media only screen and (min-width: 768px) {
  .product-page .product-gallery__arrow--left {
    left: 30px;
  }
}
@media only screen and (min-width: 992px) {
  .product-page .product-gallery__arrow--left {
    left: 35px;
  }
}
.product-page .product-gallery__arrow--right {
  right: 15px;
  transform: translate(0, -50%);
  text-align: right;
}
@media only screen and (min-width: 768px) {
  .product-page .product-gallery__arrow--right {
    right: 30px;
  }
}
@media only screen and (min-width: 992px) {
  .product-page .product-gallery__arrow--right {
    right: auto;
    left: 408px;
    transform: translate(-100%, -50%);
  }
}
@media only screen and (min-width: 1256px) {
  .product-page .product-gallery__arrow--right {
    left: 525px;
  }
}
@media only screen and (min-width: 1400px) {
  .product-page .product-gallery__arrow--right {
    left: auto;
    right: 35px;
    transform: translate(0, -50%);
  }
}
.product-page .product-gallery__single {
  height: 100%;
}
.product-page .product-gallery img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-page .product-points {
  font-size: 0;
  margin-top: -1px;
}
@media only screen and (max-width: 767px) {
  .product-page .product-points .product-point {
    margin-top: 25px;
  }
}
@media only screen and (min-width: 768px) {
  .product-page .product-points .product-point {
    margin-bottom: 30px;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (min-width: 992px) {
  .product-page .product-points .product-point {
    margin-bottom: 35px;
  }
}
@media only screen and (min-width: 1256px) {
  .product-page .product-points .product-point {
    margin-bottom: 45px;
  }
}
.product-page .product-points .flex-row {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.product-page .product-points__inner {
  padding: 30px 0;
}
@media only screen and (min-width: 768px) {
  .product-page .product-points__inner {
    padding: 40px 0 60px 0;
  }
}
@media only screen and (min-width: 992px) {
  .product-page .product-points__inner {
    padding: 60px 0 80px 0;
  }
}
@media only screen and (min-width: 1256px) {
  .product-page .product-points__inner {
    padding: 80px 0 100px 0;
  }
}
.product-page .product-points__line {
  width: 100%;
  height: 1px;
  background-color: #000000;
  display: block;
}
.product-page .product-points__num {
  font-size: 48px;
  font-weight: bold;
  line-height: 0.75;
  margin-right: 10px;
  float: left;
}
@media only screen and (min-width: 768px) {
  .product-page .product-points__num {
    font-size: 62px;
    margin-right: 15px;
  }
}
@media only screen and (min-width: 992px) {
  .product-page .product-points__num {
    font-size: 70px;
    margin-right: 25px;
  }
}
@media only screen and (min-width: 1256px) {
  .product-page .product-points__num {
    font-size: 80px;
    margin-right: 35px;
  }
}
.product-page .product-points__title {
  font-size: 12px;
  line-height: 1.5;
}
@media only screen and (min-width: 1256px) {
  .product-page .product-points__title {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .product-page .product-points__title {
    position: relative;
    top: -3px;
  }
}
.product-page .product-banner {
  background-color: #a0a2a7;
  background-image: url(../images/bg-banner.jpgg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: #ffffff;
  position: relative;
}
.product-page .product-banner__mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: #9822dd;
  -webkit-mask-image: url(../images/mask-banner.svg');
          mask-image: url(../images/mask-banner.svg');
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-position: center top;
          mask-position: center top;
  z-index: 0;
}
.product-page .product-banner__mask img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-page .product-banner__inner {
  padding: 50px 0;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .product-page .product-banner__inner {
    padding: 80px 0;
  }
}
@media only screen and (min-width: 992px) {
  .product-page .product-banner__inner {
    padding: 100px 0;
  }
}
@media only screen and (min-width: 1256px) {
  .product-page .product-banner__inner {
    min-height: 390px;
    padding: 60px 0;
  }
}
.product-page .product-banner__desc {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.1px;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .product-page .product-banner__desc {
    font-size: 20px;
    line-height: 1.3;
  }
}
@media only screen and (min-width: 1256px) {
  .product-page .product-banner__desc {
    font-size: 24px;
    line-height: 1.42;
  }
}
@media only screen and (min-width: 1256px) {
  .product-page .product-banner__desc {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}
.product-page .product-banner__desc p {
  margin-bottom: 15px;
}
.product-page .product-banner__desc p:last-of-type {
  margin-bottom: 0;
}
.search-page .products-search {
  margin-top: 90px;
}
@media only screen and (min-width: 992px) {
  .search-page .products-search {
    margin-top: 120px;
  }
}
@media only screen and (min-width: 1256px) {
  .search-page .products-search {
    margin-top: 150px;
  }
}
.search-page .products-search__label {
  text-transform: uppercase;
  font-family: "Basier", Helvetica, sans-serif;
  letter-spacing: 0.075em;
  color: #000;
  margin-top: 15px;
  font-size: 14px;
}
.search-page .products-search__form.cleared input[type="text"]:-ms-input-placeholder {
  opacity: 0;
}
.search-page .products-search__form.cleared input[type="text"]::placeholder {
  opacity: 0;
}
.search-page .products-search__form form {
  border-bottom: 1px solid #000;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.search-page .products-search__form input[type="text"] {
  width: calc(100% - 46px);
  font-family: "Basier", Helvetica, sans-serif;
  color: #000;
  font-weight: 400;
  font-size: 24px;
  height: 46px;
}
.search-page .products-search__form input[type="text"]:-ms-input-placeholder {
  opacity: 1;
}
.search-page .products-search__form input[type="text"]::placeholder {
  opacity: 1;
}
.search-page .products-search__form input[type="submit"] {
  background: url('../images/icon-search.svg') no-repeat center right;
  background-size: 13px 13px;
  font-size: 0;
  height: 46px;
  width: 46px;
}
.search-page .products-search__results {
  font-family: "Basier", Helvetica, sans-serif;
  color: #000;
  margin-top: 20px;
  font-size: 14px;
}
.search-page .products-search__reset {
  text-transform: uppercase;
  font-family: "Basier", Helvetica, sans-serif;
  letter-spacing: 0.1em;
  color: #000;
  margin-top: 16px;
  font-size: 10px;
  cursor: pointer;
}
.configurator-page {
  padding: 40px 0 40px 0;
}
@media only screen and (min-width: 768px) {
  .configurator-page {
    padding: 50px 0 80px 0;
  }
}
@media only screen and (min-width: 992px) {
  .configurator-page {
    padding: 60px 0 100px 0;
  }
}
@media only screen and (min-width: 1256px) {
  .configurator-page {
    padding: 150px 0 100px 0;
  }
}
.configurator-page__about {
  margin-bottom: 50px;
}
@media only screen and (min-width: 768px) {
  .configurator-page__about {
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 992px) {
  .configurator-page__about {
    margin-bottom: 70px;
  }
}
@media only screen and (min-width: 1256px) {
  .configurator-page__about {
    margin-bottom: 90px;
  }
}
.configurator-page__about--note {
  margin-top: 30px;
}
@media only screen and (min-width: 768px) {
  .configurator-page__about--note {
    margin-top: 60px;
  }
}
@media only screen and (min-width: 992px) {
  .configurator-page__about--note {
    margin-top: 80px;
  }
}
.configurator-page__about strong {
  font-weight: bold;
}
.configurator-page__about .btn {
  margin-top: 30px;
}
@media only screen and (min-width: 768px) {
  .configurator-page__about .btn {
    margin-top: 35px;
  }
}
@media only screen and (min-width: 992px) {
  .configurator-page__about .btn {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 1256px) {
  .configurator-page__about .btn {
    margin-top: 45px;
  }
}
@media only screen and (min-width: 1256px) {
  .configurator-page__about-content {
    margin-right: 55px;
  }
}
.configurator-page__about-title {
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0.9px;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .configurator-page__about-title {
    font-size: 12px;
    line-height: 2.5;
  }
}
@media only screen and (min-width: 1256px) {
  .configurator-page__about-title {
    font-size: 14px;
    line-height: 2.14;
    letter-spacing: 1.1px;
  }
}
@media only screen and (max-width: 767px) {
  .configurator-page__about-title {
    margin-bottom: 30px;
  }
}
.configurator-page__featured {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.1px;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .configurator-page__featured {
    font-size: 20px;
    line-height: 1.3;
  }
}
@media only screen and (min-width: 1256px) {
  .configurator-page__featured {
    font-size: 24px;
    line-height: 1.42;
  }
}
.configurator-page__desc {
  font-size: 12px;
  line-height: 1.5;
  margin-top: 15px;
}
@media only screen and (min-width: 1256px) {
  .configurator-page__desc {
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) {
  .configurator-page__desc {
    margin-top: 25px;
  }
}
@media only screen and (min-width: 992px) {
  .configurator-page__desc {
    margin-top: 30px;
    margin-right: 80px;
  }
}
@media only screen and (min-width: 1256px) {
  .configurator-page__desc {
    margin-top: 35px;
    margin-right: 100px;
  }
}
.configurator-page .car-mockup {
  position: relative;
  width: 100%;
}
.configurator-page .car-mockup img {
  max-width: 100%;
  max-height: 100%;
}
.configurator-page .car-mockup__lay {
  transition: all 0.2s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
}
.configurator-page .car-mockup__lay.active {
  opacity: 1;
}
.configurator-page .configurator__step {
  border-top: 1px solid #000;
}
.configurator-page .configurator__cols {
  margin: 30px 0 20px 0;
}
@media only screen and (min-width: 768px) {
  .configurator-page .configurator__cols {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
        align-items: flex-end;
    margin: 30px 0 30px 0;
  }
}
@media only screen and (min-width: 992px) {
  .configurator-page .configurator__cols {
    margin: 35px 0 35px 0;
  }
}
@media only screen and (min-width: 1256px) {
  .configurator-page .configurator__cols {
    margin: 35px 0 40px 0;
  }
}
.configurator-page .configurator__col {
  display: block;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .configurator-page .configurator__col:first-child {
    width: auto;
    min-width: 245px;
  }
}
@media only screen and (min-width: 992px) {
  .configurator-page .configurator__col:first-child {
    min-width: 270px;
  }
}
@media only screen and (min-width: 1256px) {
  .configurator-page .configurator__col:first-child {
    min-width: 312px;
  }
}
.configurator-page .configurator__title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.13;
  padding-bottom: 10px;
  display: block;
  width: 100%;
  border-bottom: 1px solid #000;
}
@media only screen and (min-width: 768px) {
  .configurator-page .configurator__title {
    font-size: 25px;
    padding-bottom: 13px;
  }
}
@media only screen and (min-width: 1256px) {
  .configurator-page .configurator__title {
    font-size: 30px;
    padding-bottom: 16px;
  }
}
.configurator-page .configurator__num {
  display: block;
  font-size: 60px;
  font-weight: bold;
  line-height: 0.75;
  letter-spacing: -1.5px;
}
@media only screen and (max-width: 767px) {
  .configurator-page .configurator__num {
    padding-bottom: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .configurator-page .configurator__num {
    font-size: 120px;
    letter-spacing: -3px;
  }
}
@media only screen and (min-width: 1256px) {
  .configurator-page .configurator__num {
    font-size: 140px;
    letter-spacing: -3.5px;
  }
}
.configurator-page .configurator__checkboxes {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.configurator-page .configurator__checkbox {
  transition: all 0.2s ease-in-out;
  width: 100%;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 54px;
  background-color: #f0f1f4;
  margin-bottom: 10px;
  -ms-flex-align: center;
      align-items: center;
  padding: 15px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 1.1px;
  text-transform: uppercase;
  color: #000000;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .configurator-page .configurator__checkbox {
    font-size: 14px;
    height: 64px;
    padding: 20px;
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 992px) {
  .configurator-page .configurator__checkbox {
    width: calc(50% - 10px);
    height: 72px;
    padding: 25px;
  }
}
@media only screen and (min-width: 1256px) {
  .configurator-page .configurator__checkbox {
    height: 80px;
    padding: 25px;
  }
}
.configurator-page .configurator__checkbox.active {
  background: #bbbcbf;
}
.configurator-page .configurator__checkbox.active:hover {
  background-color: rgba(187, 188, 191, 0.85) !important;
}
.configurator-page .configurator__checkbox.active input {
  background-image: url(../images/icon-checked.svg');
}
.configurator-page .configurator__checkbox:hover {
  background-color: rgba(240, 241, 244, 0.5);
}
.configurator-page .configurator__checkbox input {
  display: inline-block;
  width: 26px;
  height: 26px;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-position: center;
  margin-right: 15px;
  pointer-events: none;
}
@media only screen and (min-width: 768px) {
  .configurator-page .configurator__checkbox input {
    width: 30px;
    height: 30px;
    background-size: 18px 18px;
    margin-right: 20px;
  }
}
.configurator-page .configurator__options {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.configurator-page .configurator__options--products {
  margin-bottom: -30px;
}
.configurator-page .configurator__options-col {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .configurator-page .configurator__options-col {
    margin-bottom: 10px;
  }
  .configurator-page .configurator__options-col:last-of-type {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 768px) {
  .configurator-page .configurator__options-col {
    width: calc(50% - 7.5px);
  }
}
@media only screen and (min-width: 992px) {
  .configurator-page .configurator__options-col {
    width: calc(50% - 10px);
  }
}
.configurator-page .configurator__option-content {
  width: 100%;
}
.configurator-page .configurator__properties-headers {
  display: none;
}
@media only screen and (min-width: 992px) {
  .configurator-page .configurator__properties-headers {
    display: block;
    font-size: 14px;
    line-height: 1.35;
    letter-spacing: 1.1px;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 3px;
  }
  .configurator-page .configurator__properties-headers li {
    margin-bottom: 17px;
  }
  .configurator-page .configurator__properties-headers li:last-child {
    margin-bottom: 0;
  }
}
.configurator-page .configurator__submit {
  transition: all 0.2s ease-in-out;
  border: 0;
  margin: 0;
  padding: 0;
  background: #000;
  color: #ffffff;
  height: 80px;
  width: 100%;
  display: block;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2.1px;
  text-align: center;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.configurator-page .configurator__submit--margin {
  margin-top: 47px;
}
.configurator-page .configurator__submit:after {
  display: block;
  content: "";
  width: 100px;
  height: 250%;
  background: #ffffff;
  position: absolute;
  left: 100%;
  top: 0;
  bottom: 0;
  transform: rotate(42deg);
  transform-origin: 0 0;
  pointer-events: none;
  cursor: default;
}
.configurator-page .configurator__submit:hover {
  background-color: #262626;
}
.configurator-page .configurator__option {
  transition: all 0.2s ease-in-out;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 1.1px;
  color: #000;
  text-transform: uppercase;
  background: #f0f1f4;
  height: 64px;
  margin-bottom: 10px;
  cursor: pointer;
  padding: 25px 20px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .configurator-page .configurator__option {
    margin-bottom: 15px;
    text-align: center;
  }
}
@media only screen and (min-width: 992px) {
  .configurator-page .configurator__option {
    height: 74px;
    padding: 30px 34px;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1256px) {
  .configurator-page .configurator__option {
    height: 80px;
    padding: 40px;
  }
}
.configurator-page .configurator__option:hover {
  background-color: rgba(240, 241, 244, 0.5);
}
.configurator-page .configurator__option:last-child {
  margin-bottom: 0;
}
.configurator-page .configurator__option--desc {
  height: 100%;
  -ms-flex-pack: start;
      justify-content: flex-start;
  text-align: left;
}
.configurator-page .configurator__option--age {
  height: 100%;
  -ms-flex-pack: start;
      justify-content: flex-start;
  text-align: left;
}
.configurator-page .configurator__option--age .configurator__option-desc {
  margin-top: 10px;
}
@media only screen and (min-width: 992px) {
  .configurator-page .configurator__option--age .configurator__option-desc {
    margin-top: 12px !important;
  }
}
.configurator-page .configurator__option-desc {
  font-size: 12px;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-transform: none;
  margin-top: 15px;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .configurator-page .configurator__option-desc {
    margin-top: 15px;
  }
}
@media only screen and (min-width: 992px) {
  .configurator-page .configurator__option-desc {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 1256px) {
  .configurator-page .configurator__option-desc {
    margin-top: 25px;
  }
}
.configurator-page .configurator__info {
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.75;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
}
.option-product {
  transition: all 0.2s ease-in-out;
  width: calc(50% - 5px);
  margin-bottom: 30px;
  cursor: pointer;
  margin-right: 10px;
}
@media only screen and (min-width: 992px) {
  .option-product {
    margin-right: 15px;
  }
}
.option-product:nth-child(2n) {
  margin-right: 0;
}
@media only screen and (min-width: 992px) {
  .option-product:nth-child(2n) {
    margin-right: 15px;
  }
}
@media only screen and (min-width: 992px) {
  .option-product:nth-child(4n) {
    margin-right: 0;
  }
}
.option-product:not(.option-product--inactive):hover .option-product__header {
  background-color: rgba(240, 241, 244, 0.5);
}
.option-product:hover {
  opacity: 1;
}
.option-product--inactive {
  opacity: 0.4;
}
.option-product--off {
  pointer-events: none;
}
@media only screen and (min-width: 992px) {
  .option-product {
    width: calc(25% - 12px);
  }
}
.option-product__header {
  transition: all 0.2s ease-in-out;
  background: #f0f1f4;
  text-align: center;
  position: relative;
  min-height: 154px;
  margin-top: 70px;
}
.option-product__img {
  width: 80%;
  margin: 0 auto;
  position: absolute;
  bottom: 90px;
  left: 0;
  right: 0;
  max-width: 128px;
}
.option-product__img img {
  max-width: 40%;
  max-height: 100%;
}
.option-product__logo {
  margin: 35px 0 0 0;
  position: absolute;
  top: 61px;
  left: 0;
  right: 0;
}
.option-product__title {
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  padding: 0 20px;
}
@media only screen and (min-width: 1256px) {
  .option-product__title {
    padding: 0 25px;
  }
}
.option-product__properties {
  margin-top: 20px;
}
@media only screen and (min-width: 992px) {
  .option-product__properties {
    margin-top: 40px;
  }
}
.option-product__property {
  font-size: 12px;
  font-weight: normal;
  line-height: 1.35;
  letter-spacing: 0.9px;
  color: #000000;
  text-transform: uppercase;
  margin-top: 13px;
}
@media only screen and (min-width: 768px) {
  .option-product__property {
    margin-bottom: 18px;
  }
}
@media only screen and (min-width: 992px) {
  .option-product__property {
    min-height: 18px;
  }
}
.option-product__property:last-child {
  margin-bottom: 0;
}
.option-product__property-header {
  display: block;
  font-size: 8px;
  font-weight: bold;
}
@media only screen and (min-width: 992px) {
  .option-product__property-header {
    display: none;
  }
}
.option-product__bar {
  background: #f0f1f4;
  width: 100%;
  height: 10px;
  position: relative;
}
.option-product__bar:after {
  content: "";
  width: 10px;
  height: 300%;
  background: #ffffff;
  position: absolute;
  left: 100%;
  top: 0;
  bottom: 0;
  transform: rotate(30deg);
  transform-origin: 100% 0;
}
.option-product__bar-wrapper {
  overflow: hidden;
}
.option-product__bar span {
  display: block;
  background: #bbbcbf;
  width: 50%;
  height: 100%;
  position: relative;
}
.option-product__bar span:after {
  content: "";
  width: 10px;
  height: 300%;
  background: #f0f1f4;
  position: absolute;
  left: 100%;
  top: 0;
  bottom: 0;
  transform: rotate(30deg);
  transform-origin: 100% 0;
}
.configurator-results .flex-row {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.configurator-results .no-results {
  background-color: #f0f1f4;
  padding: 100px 0;
  text-align: center;
}
.configurator-results .no-results p {
  font-size: 12px;
  line-height: 1.5;
}
@media only screen and (min-width: 1256px) {
  .configurator-results .no-results p {
    font-size: 14px;
  }
}
.configurator-results .full-btn {
  margin-top: 30px;
}
@media only screen and (min-width: 768px) {
  .configurator-results .full-btn {
    margin-top: 60px;
  }
}
@media only screen and (min-width: 992px) {
  .configurator-results .full-btn {
    margin-top: 80px;
  }
}
.configurator-results .configurator-category__title {
  font-size: 24px;
  font-weight: bold;
  line-height: 0.75;
}
@media only screen and (min-width: 992px) {
  .configurator-results .configurator-category__title {
    font-size: 35px;
  }
}
@media only screen and (min-width: 1256px) {
  .configurator-results .configurator-category__title {
    font-size: 50px;
    line-height: 0.75;
  }
}
.configurator-results .configurator-category__desc {
  font-size: 12px;
  line-height: 1.5;
  margin-top: 15px;
}
@media only screen and (min-width: 1256px) {
  .configurator-results .configurator-category__desc {
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) {
  .configurator-results .configurator-category__desc {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 992px) {
  .configurator-results .configurator-category__desc {
    margin-top: 45px;
  }
}
@media only screen and (min-width: 1256px) {
  .configurator-results .configurator-category__desc {
    margin-top: 65px;
  }
}
.configurator-results__cat-box {
  border-top: 1px solid #000000;
  padding-top: 15px;
  margin-top: 30px;
}
.configurator-results__cat-box:nth-child(1) {
  margin-top: 0 !important;
}
@media only screen and (min-width: 768px) {
  .configurator-results__cat-box {
    padding-top: 30px;
    margin-top: 50px;
  }
}
@media only screen and (min-width: 992px) {
  .configurator-results__cat-box {
    padding-top: 40px;
    margin-top: 60px;
  }
}
@media only screen and (min-width: 1256px) {
  .configurator-results__cat-box {
    margin-top: 80px;
  }
}
.landing-page {
  padding-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .landing-page {
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 992px) {
  .landing-page {
    padding-bottom: 100px;
  }
}
.landing-page__mobile-btn {
  margin-top: 10px;
}
@media only screen and (min-width: 768px) {
  .landing-page__mobile-btn {
    display: none;
  }
}
.landing-page .mobile-desc {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.07px;
  text-align: justify;
  background: #000;
  color: #ffffff;
  padding: 40px 0;
}
@media only screen and (max-width: 767px) {
  .landing-page .mobile-desc {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 768px) {
  .landing-page .mobile-desc {
    display: none;
  }
}
.landing-page .mobile-desc p {
  margin-bottom: 20px;
}
.landing-page .mobile-desc p:last-child {
  margin-bottom: 0;
}
.landing-page .slide--landing .slide__more-btn {
  transition: all 0.2s ease-in-out;
  font-size: 12px;
  letter-spacing: 4.8px;
  text-transform: uppercase;
  background-color: #b69453;
  color: #ffffff;
  text-align: left;
  height: 60px;
  display: block;
  line-height: 60px;
  position: relative;
  margin-top: 30px;
}
.landing-page .slide--landing .slide__more-btn:before,
.landing-page .slide--landing .slide__more-btn:after {
  transition: all 0.2s ease-in-out;
}
.landing-page .slide--landing .slide__more-btn:hover {
  background-color: #cdb589;
}
.landing-page .slide--landing .slide__more-btn:hover:before,
.landing-page .slide--landing .slide__more-btn:hover:after {
  background-color: #cdb589;
}
@media only screen and (max-width: 767px) {
  .landing-page .slide--landing .slide__more-btn {
    margin-top: -10px;
  }
  .landing-page .slide--landing .slide__more-btn:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -15px;
    width: 100vw;
    background-color: #b69453;
    z-index: 0;
  }
}
@media only screen and (min-width: 768px) {
  .landing-page .slide--landing .slide__more-btn {
    font-size: 18px;
    letter-spacing: 7.2px;
    height: 88px;
    line-height: 88px;
  }
  .landing-page .slide--landing .slide__more-btn:before,
  .landing-page .slide--landing .slide__more-btn:after {
    content: "";
    background-color: #b69453;
    height: 100%;
    position: absolute;
    top: 0;
  }
  .landing-page .slide--landing .slide__more-btn:before {
    width: 50vw;
    right: 100%;
  }
  .landing-page .slide--landing .slide__more-btn:after {
    background-color: #b69453;
    width: 108px;
    left: 100%;
    transform: skew(-42deg) translateX(-50%);
  }
}
@media only screen and (min-width: 992px) {
  .landing-page .slide--landing .slide__more-btn {
    font-size: 20px;
    letter-spacing: 8px;
  }
}
.landing-page .slide--landing .slide__more-btn span {
  position: relative;
  z-index: 1;
}
.landing-page .slide--landing .slide__slogan {
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.1;
  text-shadow: 0 8px 168px rgba(0, 0, 0, 0.55);
}
@media only screen and (min-width: 768px) {
  .landing-page .slide--landing .slide__slogan {
    font-size: 35px;
  }
}
@media only screen and (min-width: 1256px) {
  .landing-page .slide--landing .slide__slogan {
    font-size: 40px;
  }
}
.landing-page .slide--landing .slide__logo {
  height: 31px;
  margin-top: 10px;
}
@media only screen and (min-width: 768px) {
  .landing-page .slide--landing .slide__logo {
    height: 45px;
    margin-top: 15px;
  }
}
@media only screen and (min-width: 1256px) {
  .landing-page .slide--landing .slide__logo {
    height: 50px;
  }
}
.landing-page .slide--landing .slide__logo img {
  height: 100%;
}
.landing-page .slide--landing .slide__title {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: normal;
  padding: 25px 0 20px 0;
}
@media only screen and (min-width: 768px) {
  .landing-page .slide--landing .slide__title {
    font-size: 35px;
    padding: 30px 0 30px 0;
  }
}
@media only screen and (min-width: 1256px) {
  .landing-page .slide--landing .slide__title {
    font-size: 40px;
  }
}
.landing-page .slide--landing .slide__paragraph {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.07px;
  text-align: justify;
}
@media only screen and (max-width: 767px) {
  .landing-page .slide--landing .slide__paragraph {
    margin-bottom: 15px;
  }
}
.landing-page .slide--landing .slide__media img,
.landing-page .slide--landing .slide__media div,
.landing-page .slide--landing .slide__media object {
  width: 100%;
  height: auto;
  max-height: 300px;
  -o-object-fit: contain;
     object-fit: contain;
}
.landing-page .slide--landing .slide__media iframe {
  width: 100%;
  height: 212px;
  -o-object-fit: contain;
     object-fit: contain;
}
.landing-page .categories {
  color: #000000;
}
.landing-page .categories__more-btn {
  transition: all 0.2s ease-in-out;
  font-size: 12px;
  letter-spacing: 4.8px;
  text-transform: uppercase;
  background-color: #000000;
  color: #ffffff;
  text-align: center;
  height: 60px;
  display: block;
  line-height: 60px;
  position: relative;
}
.landing-page .categories__more-btn:before,
.landing-page .categories__more-btn:after {
  transition: all 0.2s ease-in-out;
}
.landing-page .categories__more-btn:hover {
  background-color: #262626;
}
.landing-page .categories__more-btn:hover:before,
.landing-page .categories__more-btn:hover:after {
  background-color: #262626;
}
@media only screen and (max-width: 767px) {
  .landing-page .categories__more-btn {
    margin-top: -10px;
  }
  .landing-page .categories__more-btn:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -15px;
    width: 100vw;
    background-color: #000000;
    z-index: 0;
  }
}
@media only screen and (min-width: 768px) {
  .landing-page .categories__more-btn {
    font-size: 18px;
    letter-spacing: 7.2px;
    height: 108px;
    line-height: 108px;
    padding-left: 54px;
  }
  .landing-page .categories__more-btn:before,
  .landing-page .categories__more-btn:after {
    content: "";
    background-color: #000000;
    height: 100%;
    position: absolute;
    top: 0;
  }
  .landing-page .categories__more-btn:before {
    width: 50vw;
    right: 100%;
  }
  .landing-page .categories__more-btn:after {
    background-color: #000000;
    width: 108px;
    left: 100%;
    transform: skew(-42deg) translateX(-50%);
  }
}
@media only screen and (min-width: 992px) {
  .landing-page .categories__more-btn {
    font-size: 20px;
    letter-spacing: 8px;
  }
}
.landing-page .categories__more-btn span {
  position: relative;
  z-index: 1;
}
.landing-page .categories .category-box {
  position: relative;
  margin-bottom: 60px;
  font-size: 0;
}
@media only screen and (min-width: 768px) {
  .landing-page .categories .category-box {
    margin-bottom: 100px;
  }
}
@media only screen and (min-width: 992px) {
  .landing-page .categories .category-box {
    min-height: 307px;
    margin-bottom: 80px;
  }
}
@media only screen and (min-width: 1256px) {
  .landing-page .categories .category-box {
    min-height: 400px;
    margin-bottom: 120px;
  }
}
.landing-page .categories .category-box__img {
  background-color: #a0a2a7;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 214px;
  margin-top: 40px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .landing-page .categories .category-box__img {
    height: 342px;
    float: right;
    margin-top: 50px;
    width: calc((100% - 750px)/2 + 485px);
  }
}
@media only screen and (min-width: 992px) {
  .landing-page .categories .category-box__img {
    height: 307px;
    position: absolute;
    top: 0;
    right: 0;
    float: none;
    margin-top: 0;
    width: calc(50% - 63px);
  }
}
@media only screen and (min-width: 1256px) {
  .landing-page .categories .category-box__img {
    height: 400px;
  }
}
@media only screen and (min-width: 1400px) {
  .landing-page .categories .category-box__img {
    position: static;
    width: 100%;
  }
}
.landing-page .categories .category-box__img-container {
  pointer-events: none;
}
@media (max-width: 991px) {
  .landing-page .categories .category-box__img-container {
    width: 100%;
  }
}
@media only screen and (min-width: 1400px) {
  .landing-page .categories .category-box__img-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
}
.landing-page .categories .category-box__img-wrapper {
  width: 100%;
  float: left;
}
@media only screen and (min-width: 1400px) {
  .landing-page .categories .category-box__img-wrapper {
    width: 50%;
    padding: 0 15px;
    padding-left: 65px;
  }
}
.landing-page .categories .category-box__img img,
.landing-page .categories .category-box__img video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.landing-page .categories .category-box__inner {
  border-top: 1px solid #000000;
  padding: 40px 0 0 0;
}
.landing-page .categories .category-box__num {
  display: block;
  font-size: 60px;
  font-weight: bold;
  line-height: 0.75;
  letter-spacing: -1.5px;
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .landing-page .categories .category-box__num {
    font-size: 120px;
    letter-spacing: -3px;
  }
}
@media only screen and (min-width: 992px) {
  .landing-page .categories .category-box__num {
    margin-bottom: 137px;
  }
}
@media only screen and (min-width: 1256px) {
  .landing-page .categories .category-box__num {
    font-size: 140px;
    letter-spacing: -3.5px;
  }
}
.landing-page .categories .category-box__name {
  font-size: 24px;
  font-weight: bold;
  line-height: 0.75;
}
@media only screen and (min-width: 992px) {
  .landing-page .categories .category-box__name {
    font-size: 35px;
    position: absolute;
    bottom: 0;
  }
}
@media only screen and (min-width: 1256px) {
  .landing-page .categories .category-box__name {
    font-size: 50px;
    line-height: 0.75;
  }
}
.landing-page .categories .category-box__content {
  position: relative;
  height: 100%;
}
.landing-page .categories .category-box__desc {
  font-size: 12px;
  line-height: 1.5;
  padding-bottom: 35px;
}
@media only screen and (min-width: 1256px) {
  .landing-page .categories .category-box__desc {
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) {
  .landing-page .categories .category-box__desc {
    padding-bottom: 60px;
  }
}
@media only screen and (min-width: 992px) {
  .landing-page .categories .category-box__desc {
    padding-bottom: 56px;
  }
}
@media only screen and (min-width: 1256px) {
  .landing-page .categories .category-box__desc {
    padding-bottom: 74px;
  }
}
.landing-page .categories .category-box__btn {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .landing-page .categories .category-box__btn {
    position: absolute;
    bottom: 0;
  }
}
@media only screen and (min-width: 1256px) {
  .landing-page .categories .category-box__btn {
    font-size: 14px;
    letter-spacing: 2.8px;
  }
}
.landing-page .categories .category-box__btn:after {
  content: ">";
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1.6px;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media only screen and (min-width: 1256px) {
  .landing-page .categories .category-box__btn:after {
    font-size: 16px;
  }
}
.landing-page .categories .category-box__btn:hover span:before {
  width: 100%;
}
.landing-page .categories .category-box__btn span {
  position: relative;
}
.landing-page .categories .category-box__btn span:before {
  transition: all 0.2s ease-in-out;
  content: "";
  width: 0px;
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 1px;
  background-color: #000000;
}
.landing-page .categories .categories-header {
  margin: 60px 0;
}
@media only screen and (min-width: 768px) {
  .landing-page .categories .categories-header {
    margin: 100px 0 70px 0;
  }
}
@media only screen and (min-width: 992px) {
  .landing-page .categories .categories-header {
    margin: 80px 0 70px 0;
  }
}
@media only screen and (min-width: 1256px) {
  .landing-page .categories .categories-header {
    margin: 126px 0 94px 0;
  }
}
.landing-page .categories .categories-header__title {
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0.9px;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .landing-page .categories .categories-header__title {
    font-size: 12px;
    line-height: 2.5;
  }
}
@media only screen and (min-width: 1256px) {
  .landing-page .categories .categories-header__title {
    font-size: 14px;
    line-height: 2.14;
    letter-spacing: 1.1px;
  }
}
@media only screen and (max-width: 767px) {
  .landing-page .categories .categories-header__title {
    margin-bottom: 30px;
  }
}
.landing-page .categories .categories-header__txt {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.1px;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .landing-page .categories .categories-header__txt {
    font-size: 20px;
    line-height: 1.3;
  }
}
@media only screen and (min-width: 1256px) {
  .landing-page .categories .categories-header__txt {
    font-size: 24px;
    line-height: 1.42;
  }
}
@media only screen and (min-width: 768px) {
  .landing-page .categories .categories-header__txt {
    padding-right: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .landing-page .categories .categories-header__txt {
    padding-right: 50px;
  }
}
.landing-page .categories--alt .categories-header__headline {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.08;
  letter-spacing: -0.25px;
}
@media only screen and (min-width: 992px) {
  .landing-page .categories--alt .categories-header__headline {
    font-size: 35px;
  }
}
@media only screen and (min-width: 1256px) {
  .landing-page .categories--alt .categories-header__headline {
    font-size: 50px;
  }
}
.landing-page .categories--alt .category-box {
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .landing-page .categories--alt .category-box {
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 992px) {
  .landing-page .categories--alt .category-box {
    margin-bottom: 80px;
  }
}
@media only screen and (min-width: 1256px) {
  .landing-page .categories--alt .category-box {
    min-height: 330px;
  }
}
@media only screen and (min-width: 768px) {
  .landing-page .categories--alt .category-box:last-child {
    margin-bottom: 50px;
  }
}
.landing-page .categories--alt .category-box__num {
  margin-bottom: 0;
}
.landing-page .categories--alt .category-box__desc {
  padding-bottom: 0;
}
@media only screen and (min-width: 1256px) {
  .landing-page .categories--alt .category-box__img {
    height: 330px;
  }
}
.landing-page .categories--alt .categories__more-btn,
.landing-page .landing-reviews .categories__more-btn,
.landing-page .landing-page__mobile-btn .categories__more-btn {
  background-color: #b69453;
}
.landing-page .categories--alt .categories__more-btn:before,
.landing-page .landing-reviews .categories__more-btn:before,
.landing-page .landing-page__mobile-btn .categories__more-btn:before,
.landing-page .categories--alt .categories__more-btn:after,
.landing-page .landing-reviews .categories__more-btn:after,
.landing-page .landing-page__mobile-btn .categories__more-btn:after {
  background-color: #b69453;
}
.landing-page .categories--alt .categories__more-btn:hover,
.landing-page .landing-reviews .categories__more-btn:hover,
.landing-page .landing-page__mobile-btn .categories__more-btn:hover {
  background-color: #cdb589;
}
.landing-page .categories--alt .categories__more-btn:hover:before,
.landing-page .landing-reviews .categories__more-btn:hover:before,
.landing-page .landing-page__mobile-btn .categories__more-btn:hover:before,
.landing-page .categories--alt .categories__more-btn:hover:after,
.landing-page .landing-reviews .categories__more-btn:hover:after,
.landing-page .landing-page__mobile-btn .categories__more-btn:hover:after {
  background-color: #cdb589;
}
.landing-page .landing-benefits {
  margin-top: 40px;
}
@media only screen and (min-width: 768px) {
  .landing-page .landing-benefits {
    margin-top: 80px;
  }
}
@media only screen and (min-width: 1256px) {
  .landing-page .landing-benefits {
    margin-top: 100px;
  }
}
.landing-page .landing-benefits .flex-row {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.landing-page .landing-benefits__container {
  position: relative;
  margin-bottom: -35px;
}
@media only screen and (min-width: 768px) {
  .landing-page .landing-benefits__container {
    margin-bottom: -40px;
  }
}
@media only screen and (min-width: 1256px) {
  .landing-page .landing-benefits__container {
    margin-bottom: -45px;
  }
}
.landing-page .landing-benefits__single {
  margin-bottom: 35px;
}
@media only screen and (min-width: 768px) {
  .landing-page .landing-benefits__single {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 1256px) {
  .landing-page .landing-benefits__single {
    margin-bottom: 45px;
  }
}
.landing-page .landing-benefits__single-title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.13;
  padding-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .landing-page .landing-benefits__single-title {
    font-size: 25px;
    padding-bottom: 13px;
  }
}
@media only screen and (min-width: 1256px) {
  .landing-page .landing-benefits__single-title {
    font-size: 30px;
    padding-bottom: 16px;
  }
}
.landing-page .landing-benefits__single-desc {
  font-size: 12px;
  line-height: 1.5;
}
@media only screen and (min-width: 1256px) {
  .landing-page .landing-benefits__single-desc {
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) {
  .landing-page .landing-benefits__single-desc {
    padding-right: 30px;
  }
}
.landing-page .landing-benefits__single-desc a {
  text-decoration: underline;
}
.landing-page .landing-benefits__single-desc strong,
.landing-page .landing-benefits__single-desc b {
  font-weight: 600;
}
.landing-page .landing-benefits__btn-container {
  margin-top: 40px;
}
@media only screen and (min-width: 768px) {
  .landing-page .landing-benefits__btn-container {
    margin-top: 80px;
  }
}
@media only screen and (min-width: 1256px) {
  .landing-page .landing-benefits__btn-container {
    margin-top: 100px;
  }
}
.landing-page .landing-reviews {
  font-size: 0;
}
.landing-page .landing-reviews__col {
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  .landing-page .landing-reviews__col {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .landing-page .landing-reviews__col:last-of-type {
    margin-bottom: 0;
  }
}
.landing-page .landing-reviews__btn-container {
  margin-top: 35px;
}
@media only screen and (min-width: 768px) {
  .landing-page .landing-reviews__btn-container {
    margin-top: 60px;
  }
}
@media only screen and (min-width: 992px) {
  .landing-page .landing-reviews__btn-container {
    margin-top: 80px;
  }
}
.landing-page .landing-reviews__title {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.08;
  letter-spacing: -0.25px;
  margin: 60px 0 30px 0;
}
@media only screen and (min-width: 992px) {
  .landing-page .landing-reviews__title {
    font-size: 35px;
  }
}
@media only screen and (min-width: 1256px) {
  .landing-page .landing-reviews__title {
    font-size: 50px;
  }
}
@media only screen and (min-width: 768px) {
  .landing-page .landing-reviews__title {
    margin: 70px 0 40px 0;
  }
}
@media only screen and (min-width: 992px) {
  .landing-page .landing-reviews__title {
    margin: 70px 0 45px 0;
  }
}
@media only screen and (min-width: 1256px) {
  .landing-page .landing-reviews__title {
    margin: 80px 0 45px 0;
  }
}
.landing-page .landing-reviews .flex-row {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .landing-page .landing-reviews .flex-row {
    margin-bottom: -30px;
  }
}
.landing-page .landing-reviews .landing-review {
  background: #f0f1f4;
  padding: 0 40px 50px 40px;
  font-size: 0;
  height: 100%;
}
.landing-page .landing-reviews .landing-review__header {
  height: 136px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  border-bottom: 1px solid #000;
}
.landing-page .landing-reviews .landing-review__logo img {
  max-width: 100%;
}
.landing-page .landing-reviews .landing-review__content {
  margin-top: 30px;
}
.landing-page .landing-reviews .landing-review__desc {
  font-size: 12px;
  line-height: 1.5;
  font-style: italic;
}
@media only screen and (min-width: 1256px) {
  .landing-page .landing-reviews .landing-review__desc {
    font-size: 14px;
  }
}
.landing-page .landing-reviews .landing-review__meta {
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.5;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1256px) {
  .landing-page .landing-reviews .landing-review__meta {
    font-size: 14px;
  }
}
.landing-page .landing-reviews .landing-review__author {
  font-weight: 700;
}
.landing-page .landing-form__title {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.08;
  letter-spacing: -0.25px;
  margin: 60px 0 15px 0;
}
@media only screen and (min-width: 992px) {
  .landing-page .landing-form__title {
    font-size: 35px;
  }
}
@media only screen and (min-width: 1256px) {
  .landing-page .landing-form__title {
    font-size: 50px;
  }
}
@media only screen and (min-width: 768px) {
  .landing-page .landing-form__title {
    margin: 70px 0 30px 0;
  }
}
@media only screen and (min-width: 992px) {
  .landing-page .landing-form__title {
    margin: 70px 0 35px 0;
  }
}
@media only screen and (min-width: 1256px) {
  .landing-page .landing-form__title {
    margin: 80px 0 45px 0;
  }
}
.landing-page .landing-form__about {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: -0.1px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .landing-page .landing-form__about {
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 992px) {
  .landing-page .landing-form__about {
    font-size: 18px;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1256px) {
  .landing-page .landing-form__about {
    font-size: 20px;
  }
}
.landing-page .landing-form .form__submit {
  margin-top: -15px;
}
.page-blog {
  padding-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .page-blog {
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 992px) {
  .page-blog {
    padding-bottom: 100px;
  }
}
.page-blog .blog {
  padding-top: 40px;
}
@media only screen and (min-width: 1256px) {
  .page-blog .blog {
    padding-top: 70px;
  }
}
.page-blog .blog__title {
  font-size: 42px;
  font-weight: 700;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .page-blog .blog__title {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .page-blog .blog__title {
    font-size: 55px;
  }
}
@media only screen and (min-width: 992px) {
  .page-blog .blog__title {
    font-size: 62px;
  }
}
@media only screen and (min-width: 1256px) {
  .page-blog .blog__title {
    font-size: 80px;
  }
}
.page-blog .blog__desc {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.1px;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .page-blog .blog__desc {
    font-size: 20px;
    line-height: 1.3;
  }
}
@media only screen and (min-width: 1256px) {
  .page-blog .blog__desc {
    font-size: 24px;
    line-height: 1.42;
  }
}
.page-blog .blog__row {
  padding-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  .page-blog .blog__row {
    padding-bottom: 20px;
  }
}
@media only screen and (min-width: 1256px) {
  .page-blog .blog__row {
    padding-bottom: 60px;
  }
}
@media only screen and (min-width: 768px) {
  .page-blog .blog__row-flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-align: stretch;
        align-items: stretch;
  }
}
.page-blog .blog__row-flex::before {
  content: none;
}
.page-blog .blog-box {
  margin-top: 20px;
  display: block;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .page-blog .blog-box {
    margin-top: 45px;
    height: 100%;
  }
}
@media only screen and (min-width: 992px) {
  .page-blog .blog-box {
    margin-top: 50px;
  }
}
@media only screen and (min-width: 1256px) {
  .page-blog .blog-box {
    margin-top: 55px;
  }
}
.page-blog .blog-box:hover .blog-box__btn:before {
  width: 100%;
}
.page-blog .blog-box__img {
  position: relative;
  z-index: 2;
  width: 100%;
}
.page-blog .blog-box__img::after {
  content: '';
  display: block;
  padding-bottom: 100%;
}
.page-blog .blog-box__img img {
  width: 100%;
  height: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
}
.page-blog .blog-box__content {
  position: relative;
  z-index: 1;
  padding: 20px 0 70px 0;
}
@media only screen and (min-width: 768px) {
  .page-blog .blog-box__content {
    padding: 30px 0 80px 0;
  }
}
@media only screen and (min-width: 992px) {
  .page-blog .blog-box__content {
    padding: 30px 0 100px 0;
  }
}
@media only screen and (min-width: 1256px) {
  .page-blog .blog-box__content {
    padding: 30px 0 120px 0;
  }
}
.page-blog .blog-box__date {
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 1.4px;
}
@media only screen and (min-width: 1256px) {
  .page-blog .blog-box__date {
    font-size: 14px;
  }
}
.page-blog .blog-box__title {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
  padding-top: 20px;
}
@media only screen and (min-width: 768px) {
  .page-blog .blog-box__title {
    font-size: 35px;
  }
}
@media only screen and (min-width: 1256px) {
  .page-blog .blog-box__title {
    font-size: 40px;
    padding-top: 15px;
  }
}
.page-blog .blog-box__desc {
  padding: 15px 30px 0 0;
}
.page-blog .blog-box__desc p {
  font-size: 12px;
  line-height: 1.5;
}
@media only screen and (min-width: 1256px) {
  .page-blog .blog-box__desc p {
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) {
  .page-blog .blog-box__desc {
    padding: 20px 60px 0 0;
  }
}
@media only screen and (min-width: 1256px) {
  .page-blog .blog-box__desc {
    padding: 30px 70px 0 0;
  }
}
.page-blog .blog-box__btn {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2.8px;
  text-transform: uppercase;
  position: relative;
  position: absolute;
  left: 0;
  bottom: 30px;
  z-index: 1;
}
.page-blog .blog-box__btn:before {
  transition: all 0.2s ease-in-out;
  content: "";
  width: 0px;
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 1px;
  background-color: #000000;
}
@media only screen and (min-width: 768px) {
  .page-blog .blog-box__btn {
    bottom: 60px;
  }
}
@media only screen and (min-width: 992px) {
  .page-blog .blog-box__btn {
    bottom: 90px;
  }
}
@media only screen and (min-width: 1256px) {
  .page-blog .blog-box__btn {
    bottom: 115px;
  }
}
.page-blog .blog-box__btn:after {
  content: ">";
  font-size: 16px;
  font-weight: 600;
  position: absolute;
  right: -80%;
  bottom: 0;
}
.page-blog .blog .pagination {
  margin-top: 30px;
}
@media only screen and (min-width: 768px) {
  .page-blog .blog .pagination {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 1256px) {
  .page-blog .blog .pagination {
    margin-top: 40px;
  }
}
.page-single-blog {
  padding-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .page-single-blog {
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 992px) {
  .page-single-blog {
    padding-bottom: 100px;
  }
}
.page-single-blog .slide__date {
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 1.4px;
  margin-bottom: 15px;
}
@media only screen and (min-width: 1256px) {
  .page-single-blog .slide__date {
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) {
  .page-single-blog .slide__header {
    padding-top: 30px;
  }
}
@media only screen and (min-width: 992px) {
  .page-single-blog .slide__header {
    padding-top: 45px;
  }
}
.page-single-blog .single-blog__content > *:last-child {
  margin-bottom: 0;
}
.page-single-blog .single-blog__content > *:first-child {
  margin-top: 40px;
}
@media only screen and (min-width: 768px) {
  .page-single-blog .single-blog__content > *:first-child {
    margin-top: 80px;
  }
}
@media only screen and (min-width: 992px) {
  .page-single-blog .single-blog__content > *:first-child {
    margin-top: 100px;
  }
}
@media only screen and (min-width: 1256px) {
  .page-single-blog .single-blog__content > *:first-child {
    margin-top: 125px;
  }
}
.page-single-blog .single-blog__content h1,
.page-single-blog .single-blog__content h2,
.page-single-blog .single-blog__content h3,
.page-single-blog .single-blog__content h4,
.page-single-blog .single-blog__content h5,
.page-single-blog .single-blog__content h6,
.page-single-blog .single-blog__content p {
  padding-right: 30px;
}
@media only screen and (min-width: 768px) {
  .page-single-blog .single-blog__content h1,
  .page-single-blog .single-blog__content h2,
  .page-single-blog .single-blog__content h3,
  .page-single-blog .single-blog__content h4,
  .page-single-blog .single-blog__content h5,
  .page-single-blog .single-blog__content h6,
  .page-single-blog .single-blog__content p {
    padding-right: 80px;
  }
}
@media only screen and (min-width: 992px) {
  .page-single-blog .single-blog__content h1,
  .page-single-blog .single-blog__content h2,
  .page-single-blog .single-blog__content h3,
  .page-single-blog .single-blog__content h4,
  .page-single-blog .single-blog__content h5,
  .page-single-blog .single-blog__content h6,
  .page-single-blog .single-blog__content p {
    padding-right: 150px;
  }
}
@media only screen and (min-width: 1256px) {
  .page-single-blog .single-blog__content h1,
  .page-single-blog .single-blog__content h2,
  .page-single-blog .single-blog__content h3,
  .page-single-blog .single-blog__content h4,
  .page-single-blog .single-blog__content h5,
  .page-single-blog .single-blog__content h6,
  .page-single-blog .single-blog__content p {
    padding-right: 220px;
  }
}
.page-single-blog .single-blog__content h2,
.page-single-blog .single-blog__content h3,
.page-single-blog .single-blog__content h4,
.page-single-blog .single-blog__content h5,
.page-single-blog .single-blog__content h6 {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.1px;
  text-align: left;
  margin-top: 25px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .page-single-blog .single-blog__content h2,
  .page-single-blog .single-blog__content h3,
  .page-single-blog .single-blog__content h4,
  .page-single-blog .single-blog__content h5,
  .page-single-blog .single-blog__content h6 {
    font-size: 20px;
    line-height: 1.3;
  }
}
@media only screen and (min-width: 1256px) {
  .page-single-blog .single-blog__content h2,
  .page-single-blog .single-blog__content h3,
  .page-single-blog .single-blog__content h4,
  .page-single-blog .single-blog__content h5,
  .page-single-blog .single-blog__content h6 {
    font-size: 24px;
    line-height: 1.42;
  }
}
@media only screen and (min-width: 768px) {
  .page-single-blog .single-blog__content h2,
  .page-single-blog .single-blog__content h3,
  .page-single-blog .single-blog__content h4,
  .page-single-blog .single-blog__content h5,
  .page-single-blog .single-blog__content h6 {
    margin-top: 30px;
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 1256px) {
  .page-single-blog .single-blog__content h2,
  .page-single-blog .single-blog__content h3,
  .page-single-blog .single-blog__content h4,
  .page-single-blog .single-blog__content h5,
  .page-single-blog .single-blog__content h6 {
    margin-bottom: 50px;
  }
}
.page-single-blog .single-blog__content h1 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.08;
  letter-spacing: -0.25px;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media only screen and (min-width: 992px) {
  .page-single-blog .single-blog__content h1 {
    font-size: 35px;
  }
}
@media only screen and (min-width: 1256px) {
  .page-single-blog .single-blog__content h1 {
    font-size: 50px;
  }
}
@media only screen and (min-width: 768px) {
  .page-single-blog .single-blog__content h1 {
    margin-top: 80px;
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 992px) {
  .page-single-blog .single-blog__content h1 {
    margin-top: 100px;
  }
}
@media only screen and (min-width: 1256px) {
  .page-single-blog .single-blog__content h1 {
    margin-top: 125px;
    margin-bottom: 60px;
  }
}
.page-single-blog .single-blog__content p,
.page-single-blog .single-blog__content li {
  font-size: 12px;
  line-height: 1.5;
}
@media only screen and (min-width: 1256px) {
  .page-single-blog .single-blog__content p,
  .page-single-blog .single-blog__content li {
    font-size: 14px;
  }
}
.page-single-blog .single-blog__content p {
  margin-top: 20px;
  margin-bottom: 20px;
}
.page-single-blog .single-blog__content img {
  width: auto;
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 30px auto 0 auto;
}
@media only screen and (min-width: 768px) {
  .page-single-blog .single-blog__content img {
    margin: 60px auto 0 auto;
  }
}
@media only screen and (min-width: 1256px) {
  .page-single-blog .single-blog__content img {
    margin: 100px auto 0 auto;
  }
}
.page-single-blog .single-blog__content ul,
.page-single-blog .single-blog__content ol,
.page-single-blog .single-blog__content dl {
  list-style-position: outside;
  margin: 12px 0 20px 20px;
}
@media only screen and (min-width: 768px) {
  .page-single-blog .single-blog__content ul,
  .page-single-blog .single-blog__content ol,
  .page-single-blog .single-blog__content dl {
    margin: 12px 0 24px 40px;
  }
}
.page-single-blog .single-blog__content ul {
  list-style-type: disc;
}
.page-single-blog .single-blog__content ol {
  list-style-type: decimal;
}
.page-single-blog .single-blog__content dl dd {
  padding-left: 15px;
}
.page-single-blog .single-blog__content blockquote {
  font-size: 12px;
  line-height: 1.5;
  font-style: italic;
  padding: 20px;
  margin: 15px 0 30px 0;
  background-color: #ededed;
}
@media only screen and (min-width: 1256px) {
  .page-single-blog .single-blog__content blockquote {
    font-size: 14px;
  }
}
.page-single-blog .single-blog__content em {
  font-style: italic;
}
.page-single-blog .single-blog__content strong {
  font-weight: bold;
}
.page-single-blog .single-blog__content a {
  text-decoration: underline;
}
.page-info .slide__content-box {
  border-top: none !important;
  font-weight: 500 !important;
}
.page-info .slide__header-image {
  height: 38px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (min-width: 768px) {
  .page-info .slide__header-image {
    height: 40px;
  }
}
@media only screen and (min-width: 1256px) {
  .page-info .slide__header-image {
    height: 45px;
  }
}
@media only screen and (min-width: 1400px) {
  .page-info .slide__header-image {
    height: 55px;
  }
}
.page-info .categories {
  color: #000000;
}
.page-info .categories__more-btn {
  transition: all 0.2s ease-in-out;
  font-size: 12px;
  letter-spacing: 3.2px;
  text-transform: uppercase;
  background-color: #000000;
  color: #ffffff;
  height: 60px;
  display: block;
  line-height: 60px;
  position: relative;
}
.page-info .categories__more-btn:before,
.page-info .categories__more-btn:after {
  transition: all 0.2s ease-in-out;
}
.page-info .categories__more-btn:hover {
  background-color: #262626;
}
.page-info .categories__more-btn:hover:before,
.page-info .categories__more-btn:hover:after {
  background-color: #262626;
}
@media only screen and (max-width: 767px) {
  .page-info .categories__more-btn {
    margin-top: -10px;
  }
  .page-info .categories__more-btn:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -15px;
    width: 100vw;
    background-color: #000000;
    z-index: 0;
  }
}
@media only screen and (min-width: 768px) {
  .page-info .categories__more-btn {
    font-size: 14px;
    letter-spacing: 4.2px;
    height: 80px;
    line-height: 80px;
  }
  .page-info .categories__more-btn:before,
  .page-info .categories__more-btn:after {
    content: "";
    background-color: #000000;
    height: 100%;
    position: absolute;
    top: 0;
  }
  .page-info .categories__more-btn:before {
    width: 50vw;
    right: 100%;
  }
  .page-info .categories__more-btn:after {
    background-color: #000000;
    width: 108px;
    left: 100%;
    transform: skew(-42deg) translateX(-50%);
  }
}
@media only screen and (min-width: 992px) {
  .page-info .categories__more-btn {
    font-size: 16px;
    letter-spacing: 4.8px;
    width: 60%;
  }
}
.page-info .categories__more-btn span {
  position: relative;
  z-index: 1;
}
.page-info .categories .categories-header {
  margin: 60px 0;
}
@media only screen and (min-width: 768px) {
  .page-info .categories .categories-header {
    margin: 100px 0 70px 0;
  }
}
@media only screen and (min-width: 992px) {
  .page-info .categories .categories-header {
    margin: 80px 0 70px 0;
  }
}
@media only screen and (min-width: 1256px) {
  .page-info .categories .categories-header {
    margin: 126px 0 94px 0;
  }
}
.page-info .categories .categories-header__title {
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0.9px;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .page-info .categories .categories-header__title {
    font-size: 12px;
    line-height: 2.5;
  }
}
@media only screen and (min-width: 1256px) {
  .page-info .categories .categories-header__title {
    font-size: 14px;
    line-height: 2.14;
    letter-spacing: 1.1px;
  }
}
@media only screen and (max-width: 767px) {
  .page-info .categories .categories-header__title {
    margin-bottom: 30px;
  }
}
.page-info .categories .categories-header__txt {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.1px;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .page-info .categories .categories-header__txt {
    font-size: 20px;
    line-height: 1.3;
  }
}
@media only screen and (min-width: 1256px) {
  .page-info .categories .categories-header__txt {
    font-size: 24px;
    line-height: 1.42;
  }
}
@media only screen and (min-width: 768px) {
  .page-info .categories .categories-header__txt {
    padding-right: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .page-info .categories .categories-header__txt {
    padding-right: 50px;
  }
}
.page-info .categories .category-box {
  position: relative;
  margin-bottom: 60px;
  font-size: 0;
}
@media only screen and (min-width: 768px) {
  .page-info .categories .category-box {
    margin-bottom: 100px;
  }
}
@media only screen and (min-width: 992px) {
  .page-info .categories .category-box {
    min-height: 307px;
    margin-bottom: 80px;
  }
}
@media only screen and (min-width: 1256px) {
  .page-info .categories .category-box {
    min-height: 350px;
  }
}
.page-info .categories .category-box__img {
  background-color: #a0a2a7;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 214px;
  margin-top: 40px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .page-info .categories .category-box__img {
    height: 342px;
    float: right;
    margin-top: 50px;
    width: calc((100% - 750px)/2 + 485px);
  }
}
@media only screen and (min-width: 992px) {
  .page-info .categories .category-box__img {
    height: 307px;
    position: absolute;
    top: 0;
    right: 0;
    float: none;
    width: calc(50% - 50px);
    margin-top: 0;
  }
}
@media only screen and (min-width: 1256px) {
  .page-info .categories .category-box__img {
    width: calc(50% - 80px);
    height: 340px;
  }
}
@media only screen and (min-width: 1400px) {
  .page-info .categories .category-box__img {
    position: static;
    width: 100%;
    height: 330px;
  }
}
.page-info .categories .category-box__img-container {
  pointer-events: none;
}
@media (max-width: 991px) {
  .page-info .categories .category-box__img-container {
    width: 100%;
  }
}
@media only screen and (min-width: 1400px) {
  .page-info .categories .category-box__img-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
}
.page-info .categories .category-box__img-wrapper {
  width: 100%;
  float: left;
}
@media only screen and (min-width: 1400px) {
  .page-info .categories .category-box__img-wrapper {
    width: 50%;
    padding: 0 15px;
    padding-left: 65px;
  }
}
.page-info .categories .category-box__img img,
.page-info .categories .category-box__img video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-info .categories .category-box__inner {
  border-top: 1px solid #000000;
  padding: 40px 0 0 0;
}
.page-info .categories .category-box__name {
  font-size: 24px;
  font-weight: bold;
  line-height: 0.75;
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) {
  .page-info .categories .category-box__name {
    font-size: 33px;
    margin-bottom: 26px;
    letter-spacing: -1px;
  }
}
@media only screen and (min-width: 1256px) {
  .page-info .categories .category-box__name {
    font-size: 40px;
    line-height: 0.75;
  }
}
.page-info .categories .category-box__content {
  position: relative;
  width: 66%;
  height: 100%;
}
.page-info .categories .category-box__desc {
  font-size: 12px;
  line-height: 1.5;
  padding-bottom: 35px;
}
@media only screen and (min-width: 1256px) {
  .page-info .categories .category-box__desc {
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) {
  .page-info .categories .category-box__desc {
    padding-bottom: 50px;
  }
}
@media only screen and (min-width: 992px) {
  .page-info .categories .category-box__desc {
    padding-bottom: 54px;
  }
}
@media only screen and (min-width: 1256px) {
  .page-info .categories .category-box__desc {
    padding-bottom: 62px;
  }
}
.page-info .categories .category-box__btn {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .page-info .categories .category-box__btn {
    position: absolute;
    bottom: 0;
  }
}
@media only screen and (min-width: 1256px) {
  .page-info .categories .category-box__btn {
    font-size: 14px;
    letter-spacing: 2.8px;
  }
}
.page-info .categories .category-box__btn:after {
  content: ">";
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1.6px;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media only screen and (min-width: 1256px) {
  .page-info .categories .category-box__btn:after {
    font-size: 16px;
  }
}
.page-info .categories .category-box__btn:hover span:before {
  width: 100%;
}
.page-info .categories .category-box__btn span {
  position: relative;
}
.page-info .categories .category-box__btn span:before {
  transition: all 0.2s ease-in-out;
  content: "";
  width: 0px;
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 1px;
  background-color: #000000;
}
.page-info .categories--no-header {
  margin: 60px 0;
}
@media only screen and (min-width: 768px) {
  .page-info .categories--no-header {
    margin: 120px 0 70px 0;
  }
}
@media only screen and (min-width: 992px) {
  .page-info .categories--no-header {
    margin: 180px 0 70px 0;
  }
}
@media only screen and (min-width: 1256px) {
  .page-info .categories--no-header {
    margin: 220px 0 94px 0;
  }
}
