@charset "UTF-8";
/*!
 * Generated using the Bootstrap Customizer (https://getbootstrap.com/docs/3.4/customize/)
 */
/*!
 * Bootstrap v3.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

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

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

[hidden],
template {
  display: none;
}

p {
  margin: 0 0 1rem;
}

a {
  background-color: transparent;
}

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

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

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

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

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
}

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

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

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

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

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

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

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

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Montserrat", Arial, sans-serif;
  color: #000000;
}

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

a {
  color: #337ab7;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #23527c;
}

a:focus, button:focus {
  outline: 0 !important;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

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

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

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

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

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

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

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

[role=button] {
  cursor: pointer;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  margin-right: -10px;
  margin-left: -10px;
}

.row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.row-no-gutters [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.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: 10px;
  padding-right: 10px;
}

.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-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%;
  }

  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }

  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }

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

  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }

  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }

  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }

  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }

  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }

  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }

  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }

  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }

  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

  .col-md-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: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }

  .col-lg-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%;
  }
}
.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

  .mt-sm-0,
.my-sm-0 {
    margin-top: 0 !important;
  }

  .mr-sm-0,
.mx-sm-0 {
    margin-right: 0 !important;
  }

  .mb-sm-0,
.my-sm-0 {
    margin-bottom: 0 !important;
  }

  .ml-sm-0,
.mx-sm-0 {
    margin-left: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .mt-sm-1,
.my-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mr-sm-1,
.mx-sm-1 {
    margin-right: 0.25rem !important;
  }

  .mb-sm-1,
.my-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-sm-1,
.mx-sm-1 {
    margin-left: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .mt-sm-2,
.my-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mr-sm-2,
.mx-sm-2 {
    margin-right: 0.5rem !important;
  }

  .mb-sm-2,
.my-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-sm-2,
.mx-sm-2 {
    margin-left: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .mt-sm-3,
.my-sm-3 {
    margin-top: 1rem !important;
  }

  .mr-sm-3,
.mx-sm-3 {
    margin-right: 1rem !important;
  }

  .mb-sm-3,
.my-sm-3 {
    margin-bottom: 1rem !important;
  }

  .ml-sm-3,
.mx-sm-3 {
    margin-left: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .mt-sm-4,
.my-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mr-sm-4,
.mx-sm-4 {
    margin-right: 1.5rem !important;
  }

  .mb-sm-4,
.my-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-sm-4,
.mx-sm-4 {
    margin-left: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .mt-sm-5,
.my-sm-5 {
    margin-top: 3rem !important;
  }

  .mr-sm-5,
.mx-sm-5 {
    margin-right: 3rem !important;
  }

  .mb-sm-5,
.my-sm-5 {
    margin-bottom: 3rem !important;
  }

  .ml-sm-5,
.mx-sm-5 {
    margin-left: 3rem !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .pt-sm-0,
.py-sm-0 {
    padding-top: 0 !important;
  }

  .pr-sm-0,
.px-sm-0 {
    padding-right: 0 !important;
  }

  .pb-sm-0,
.py-sm-0 {
    padding-bottom: 0 !important;
  }

  .pl-sm-0,
.px-sm-0 {
    padding-left: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .pt-sm-1,
.py-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pr-sm-1,
.px-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pb-sm-1,
.py-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-sm-1,
.px-sm-1 {
    padding-left: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .pt-sm-2,
.py-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pr-sm-2,
.px-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pb-sm-2,
.py-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-sm-2,
.px-sm-2 {
    padding-left: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .pt-sm-3,
.py-sm-3 {
    padding-top: 1rem !important;
  }

  .pr-sm-3,
.px-sm-3 {
    padding-right: 1rem !important;
  }

  .pb-sm-3,
.py-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pl-sm-3,
.px-sm-3 {
    padding-left: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .pt-sm-4,
.py-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pr-sm-4,
.px-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pb-sm-4,
.py-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-sm-4,
.px-sm-4 {
    padding-left: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .pt-sm-5,
.py-sm-5 {
    padding-top: 3rem !important;
  }

  .pr-sm-5,
.px-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-5,
.py-sm-5 {
    padding-bottom: 3rem !important;
  }

  .pl-sm-5,
.px-sm-5 {
    padding-left: 3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto,
.my-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto,
.mx-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto,
.my-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

  .mt-md-0,
.my-md-0 {
    margin-top: 0 !important;
  }

  .mr-md-0,
.mx-md-0 {
    margin-right: 0 !important;
  }

  .mb-md-0,
.my-md-0 {
    margin-bottom: 0 !important;
  }

  .ml-md-0,
.mx-md-0 {
    margin-left: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .mt-md-1,
.my-md-1 {
    margin-top: 0.25rem !important;
  }

  .mr-md-1,
.mx-md-1 {
    margin-right: 0.25rem !important;
  }

  .mb-md-1,
.my-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-md-1,
.mx-md-1 {
    margin-left: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .mt-md-2,
.my-md-2 {
    margin-top: 0.5rem !important;
  }

  .mr-md-2,
.mx-md-2 {
    margin-right: 0.5rem !important;
  }

  .mb-md-2,
.my-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-md-2,
.mx-md-2 {
    margin-left: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .mt-md-3,
.my-md-3 {
    margin-top: 1rem !important;
  }

  .mr-md-3,
.mx-md-3 {
    margin-right: 1rem !important;
  }

  .mb-md-3,
.my-md-3 {
    margin-bottom: 1rem !important;
  }

  .ml-md-3,
.mx-md-3 {
    margin-left: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .mt-md-4,
.my-md-4 {
    margin-top: 1.5rem !important;
  }

  .mr-md-4,
.mx-md-4 {
    margin-right: 1.5rem !important;
  }

  .mb-md-4,
.my-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-4,
.mx-md-4 {
    margin-left: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .mt-md-5,
.my-md-5 {
    margin-top: 3rem !important;
  }

  .mr-md-5,
.mx-md-5 {
    margin-right: 3rem !important;
  }

  .mb-md-5,
.my-md-5 {
    margin-bottom: 3rem !important;
  }

  .ml-md-5,
.mx-md-5 {
    margin-left: 3rem !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .pt-md-0,
.py-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0,
.px-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0,
.py-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0,
.px-md-0 {
    padding-left: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .pt-md-1,
.py-md-1 {
    padding-top: 0.25rem !important;
  }

  .pr-md-1,
.px-md-1 {
    padding-right: 0.25rem !important;
  }

  .pb-md-1,
.py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-md-1,
.px-md-1 {
    padding-left: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .pt-md-2,
.py-md-2 {
    padding-top: 0.5rem !important;
  }

  .pr-md-2,
.px-md-2 {
    padding-right: 0.5rem !important;
  }

  .pb-md-2,
.py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-md-2,
.px-md-2 {
    padding-left: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .pt-md-3,
.py-md-3 {
    padding-top: 1rem !important;
  }

  .pr-md-3,
.px-md-3 {
    padding-right: 1rem !important;
  }

  .pb-md-3,
.py-md-3 {
    padding-bottom: 1rem !important;
  }

  .pl-md-3,
.px-md-3 {
    padding-left: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .pt-md-4,
.py-md-4 {
    padding-top: 1.5rem !important;
  }

  .pr-md-4,
.px-md-4 {
    padding-right: 1.5rem !important;
  }

  .pb-md-4,
.py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-4,
.px-md-4 {
    padding-left: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .pt-md-5,
.py-md-5 {
    padding-top: 3rem !important;
  }

  .pr-md-5,
.px-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-5,
.py-md-5 {
    padding-bottom: 3rem !important;
  }

  .pl-md-5,
.px-md-5 {
    padding-left: 3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto,
.my-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto,
.mx-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto,
.my-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0,
.my-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0,
.mx-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0,
.my-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0,
.mx-lg-0 {
    margin-left: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .mt-lg-1,
.my-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mr-lg-1,
.mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  .mb-lg-1,
.my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-lg-1,
.mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .mt-lg-2,
.my-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mr-lg-2,
.mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  .mb-lg-2,
.my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-lg-2,
.mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .mt-lg-3,
.my-lg-3 {
    margin-top: 1rem !important;
  }

  .mr-lg-3,
.mx-lg-3 {
    margin-right: 1rem !important;
  }

  .mb-lg-3,
.my-lg-3 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-3,
.mx-lg-3 {
    margin-left: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .mt-lg-4,
.my-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-4,
.mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-4,
.my-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-4,
.mx-lg-4 {
    margin-left: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .mt-lg-5,
.my-lg-5 {
    margin-top: 3rem !important;
  }

  .mr-lg-5,
.mx-lg-5 {
    margin-right: 3rem !important;
  }

  .mb-lg-5,
.my-lg-5 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-5,
.mx-lg-5 {
    margin-left: 3rem !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .pt-lg-0,
.py-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0,
.px-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0,
.py-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0,
.px-lg-0 {
    padding-left: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .pt-lg-1,
.py-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pr-lg-1,
.px-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pb-lg-1,
.py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-lg-1,
.px-lg-1 {
    padding-left: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .pt-lg-2,
.py-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pr-lg-2,
.px-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pb-lg-2,
.py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-lg-2,
.px-lg-2 {
    padding-left: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .pt-lg-3,
.py-lg-3 {
    padding-top: 1rem !important;
  }

  .pr-lg-3,
.px-lg-3 {
    padding-right: 1rem !important;
  }

  .pb-lg-3,
.py-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-3,
.px-lg-3 {
    padding-left: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .pt-lg-4,
.py-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-4,
.px-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-4,
.py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-4,
.px-lg-4 {
    padding-left: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .pt-lg-5,
.py-lg-5 {
    padding-top: 3rem !important;
  }

  .pr-lg-5,
.px-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-5,
.py-lg-5 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-5,
.px-lg-5 {
    padding-left: 3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto,
.my-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto,
.mx-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto,
.my-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0,
.my-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0,
.mx-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0,
.my-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0,
.mx-xl-0 {
    margin-left: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .mt-xl-1,
.my-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xl-1,
.mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xl-1,
.my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xl-1,
.mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .mt-xl-2,
.my-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xl-2,
.mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xl-2,
.my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-2,
.mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .mt-xl-3,
.my-xl-3 {
    margin-top: 1rem !important;
  }

  .mr-xl-3,
.mx-xl-3 {
    margin-right: 1rem !important;
  }

  .mb-xl-3,
.my-xl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-3,
.mx-xl-3 {
    margin-left: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .mt-xl-4,
.my-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-4,
.mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-4,
.my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-4,
.mx-xl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .mt-xl-5,
.my-xl-5 {
    margin-top: 3rem !important;
  }

  .mr-xl-5,
.mx-xl-5 {
    margin-right: 3rem !important;
  }

  .mb-xl-5,
.my-xl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-5,
.mx-xl-5 {
    margin-left: 3rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0,
.py-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0,
.px-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0,
.py-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0,
.px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .pt-xl-1,
.py-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xl-1,
.px-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xl-1,
.py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-1,
.px-xl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .pt-xl-2,
.py-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-2,
.px-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-2,
.py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-2,
.px-xl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .pt-xl-3,
.py-xl-3 {
    padding-top: 1rem !important;
  }

  .pr-xl-3,
.px-xl-3 {
    padding-right: 1rem !important;
  }

  .pb-xl-3,
.py-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-3,
.px-xl-3 {
    padding-left: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .pt-xl-4,
.py-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-4,
.px-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-4,
.py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-4,
.px-xl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .pt-xl-5,
.py-xl-5 {
    padding-top: 3rem !important;
  }

  .pr-xl-5,
.px-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-5,
.py-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-5,
.px-xl-5 {
    padding-left: 3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto,
.my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto,
.mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto,
.my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}
.order-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}

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

.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12;
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }

  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  display: table;
  content: " ";
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

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

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

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

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

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

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

.center {
  text-align: center;
}

@font-face {
  font-family: "Montserrat";
  font-weight: 400;
  src: url("./assets/fonts/Montserrat-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Montserrat";
  font-weight: 700;
  src: url("./assets/fonts/Montserrat-Bold.ttf") format("truetype");
}
body {
  font-family: "Montserrat", "Arial";
}
body.is-zh {
  font-family: "alibaba-puhuiti", "Montserrat", "Arial";
}

.container {
  position: relative;
  padding: 0;
  max-width: 1440px;
  width: 100%;
}
@media screen and (max-width: 1560px) {
  .container {
    max-width: none;
  }
}
@media screen and (max-width: 768px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.container#content {
  margin-top: 120px;
}
@media screen and (max-width: 1560px) {
  .container#content {
    padding: 0 60px;
  }
}
@media screen and (max-width: 1200px) {
  .container#content {
    margin-top: 85px;
  }
}
@media screen and (max-width: 768px) {
  .container#content {
    margin-top: 60px;
  }
}

.email-us {
  position: fixed;
  bottom: 0;
  right: 0;
  padding: 8px 0;
  width: 200px;
  border-top-left-radius: 10px;
  color: #FFFFFF;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.625rem;
  background-color: #008BCE;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 99;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
@media screen and (max-width: 1200px) {
  .email-us {
    font-size: 0.9375rem;
    line-height: 1.25rem;
  }
}
.email-us:hover {
  color: #00263E;
}
.email-us:after {
  content: "";
  background-color: #FFFFFF;
  -webkit-mask-image: url(./assets/icons/email-white.svg);
          mask-image: url(./assets/icons/email-white.svg);
  width: 16px;
  height: 11px;
  margin-left: 20px;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
.email-us:hover:after {
  background-color: #00263E;
}
.menu-open + .email-us {
  display: none;
}

.site-main {
  padding: 0 !important;
  margin-bottom: 0;
}
.site-main__section {
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .site-main__section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.site-main__section:first-child {
  margin-top: 110px;
}
.error404 .site-main__section:first-child {
  height: calc(100vh - 110px);
}
@media screen and (max-width: 1200px) {
  .error404 .site-main__section:first-child {
    margin-top: 85px;
    height: calc(100vh - 85px);
  }
}
@media screen and (max-width: 768px) {
  .error404 .site-main__section:first-child {
    margin-top: 60px;
    height: calc(100vh - 60px);
  }
}
.plasticity .site-main__section:first-child, .design-manufacturing .site-main__section:first-child {
  margin-top: 0;
}
@media screen and (max-width: 1200px) {
  .site-main__section:first-child {
    margin-top: 85px;
  }
}
@media screen and (max-width: 768px) {
  .site-main__section:first-child {
    margin-top: 60px;
  }
}
.site-main__section--rtl {
  direction: rtl;
}
.site-main__section--rtl .screen__left {
  direction: ltr;
}
.site-main__section--pad110 {
  padding: 110px 0;
}
@media screen and (max-width: 768px) {
  .site-main__section--pad110 {
    padding: 3rem 0;
  }
}
.site-main__section--pad150 {
  padding: 150px 0;
}
@media screen and (max-width: 768px) {
  .site-main__section--pad150 {
    padding: 3rem 0;
  }
}
.site-main__section--pad175 {
  padding: 175px 0;
}
@media screen and (max-width: 768px) {
  .site-main__section--pad175 {
    padding: 3rem 0;
  }
}
.site-main__section--pad240 {
  padding: 240px 0;
}
@media screen and (max-width: 768px) {
  .site-main__section--pad240 {
    padding: 0;
  }
}
.site-main__section--white {
  background-color: #FFFFFF;
}
.site-main__section--white h1 {
  color: #00263E;
  font-weight: 700;
  font-size: 2.8125rem;
  margin-top: 0;
}
@media screen and (max-width: 1200px) {
  .site-main__section--white h1 {
    font-size: 1.625rem;
  }
}
.is-zh .site-main__section--white h1 {
  color: #00263E;
  font-weight: 700;
  font-size: 3rem;
}
@media screen and (max-width: 1200px) {
  .is-zh .site-main__section--white h1 {
    font-size: 1.7333333333rem;
  }
}
.site-main__section--white h2 {
  color: #00263E;
  font-weight: 700;
  font-size: 2.25rem;
}
@media screen and (max-width: 1200px) {
  .site-main__section--white h2 {
    font-size: 1.375rem;
  }
}
.is-zh .site-main__section--white h2 {
  color: #00263E;
  font-weight: 700;
  font-size: 2.4rem;
}
@media screen and (max-width: 1200px) {
  .is-zh .site-main__section--white h2 {
    font-size: 1.4666666667rem;
  }
}
.site-main__section--blue {
  background-color: #00263E;
}
.site-main__section--blue h2 {
  color: #FFFFFF;
  font-weight: 700;
  font-size: 2.25rem;
}
@media screen and (max-width: 1200px) {
  .site-main__section--blue h2 {
    font-size: 1.375rem;
  }
}
.is-zh .site-main__section--blue h2 {
  color: #FFFFFF;
  font-weight: 700;
  font-size: 2.4rem;
}
@media screen and (max-width: 1200px) {
  .is-zh .site-main__section--blue h2 {
    font-size: 1.4666666667rem;
  }
}
.site-main__section--blue h3 {
  color: #008BCE;
  font-weight: 700;
  font-size: 1.5rem;
  margin-bottom: 40px;
  line-height: 1.7778rem;
}
@media screen and (max-width: 1200px) {
  .site-main__section--blue h3 {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
}
.is-zh .site-main__section--blue h3 {
  color: #008BCE;
  font-weight: 700;
  font-size: 1.6rem;
}
@media screen and (max-width: 1200px) {
  .is-zh .site-main__section--blue h3 {
    font-size: 1.3333333333rem;
    line-height: 1.6rem;
  }
}
.site-main__section--lightblue {
  background-color: #008BCE;
}
.site-main__section--lightgrey {
  background-color: #EBECEE;
}
.site-main__section--teal {
  background-color: #00ADBF;
}
.site-main__section--red {
  background-color: #F7001E;
}
.hero .site-main__body {
  height: 100%;
}
.cooler-factory-data .site-main__body {
  min-height: 970px;
}
.product-factory-data .site-main__body {
  min-height: 1060px;
}
@media screen and (max-width: 1200px) {
  .product-factory-data .site-main__body, .cooler-factory-data .site-main__body {
    min-height: 600px;
  }
}
@media screen and (max-width: 768px) {
  .product-factory-data .site-main__body, .cooler-factory-data .site-main__body {
    min-height: 0;
  }
}
@media screen and (max-width: 768px) {
  .coolers .site-main__body, .food-handling .site-main__body, .household .site-main__body {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 768px) {
  .industrial .site-main__body {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .industrial .site-main__body .hero__body {
    top: 0;
  }
}
.page404 .site-main__body {
  height: 80vh;
}
.site-main__body--float {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .site-main__body--float {
    position: relative;
    padding-bottom: 200px;
  }
  .factory-tour .site-main__body--float, .about .site-main__body--float, .plasticity .site-main__body--float:not(.pb-0) {
    position: absolute;
  }
  .site-main__body--float .col-xs-12 {
    padding: 0;
  }
}
.site-main__body--float.container {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .site-main__body .col-xs-12 {
    padding: 0;
  }
}
.site-main__image {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .site-main__image--desktop {
    display: none;
  }
}
.site-main__image--mobile {
  display: none;
}
@media screen and (max-width: 768px) {
  .site-main__image--mobile {
    display: block;
  }
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  padding: 0 60px;
  margin-bottom: 0 !important;
  width: 100%;
  min-height: 110px;
  border-bottom: 0;
  background-color: #FFFFFF;
  z-index: 99;
  -webkit-transition: top 0.5s ease-in-out;
  transition: top 0.5s ease-in-out;
}
@media screen and (max-width: 1200px) {
  .site-header {
    min-height: 60px;
    padding: 0;
  }
}
.site-header.nav-up {
  top: -120px;
}
@media screen and (max-width: 768px) {
  .site-header.nav-up {
    top: -70px;
  }
}
.site-header.menu-open {
  top: 0 !important;
}
.home .site-header, .is-zh.home .site-header, .error404 .site-header, .is-zh.error404 .site-header {
  background-color: #00263E;
  opacity: 1;
}
.home .site-header__menu--second-row .secondary-navigation ul li a, .is-zh.home .site-header__menu--second-row .secondary-navigation ul li a, .error404 .site-header__menu--second-row .secondary-navigation ul li a, .is-zh.error404 .site-header__menu--second-row .secondary-navigation ul li a {
  color: white;
}
.home .site-header__menu--second-row .secondary-navigation ul li a:hover, .is-zh.home .site-header__menu--second-row .secondary-navigation ul li a:hover, .error404 .site-header__menu--second-row .secondary-navigation ul li a:hover, .is-zh.error404 .site-header__menu--second-row .secondary-navigation ul li a:hover {
  color: #008BCE;
}
.site-header__wrap {
  padding-top: 30px;
  padding-bottom: 30px;
  max-width: 1440px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .site-header__wrap {
    padding-top: 16px;
    padding-bottom: 16px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.site-header__wrap .main-navigation {
  display: none;
}
.site-header__wrap .main-navigation .cart-link {
  position: relative;
  color: #FFFFFF;
  display: initial;
  padding-bottom: 0;
}
.menu-open .site-header__wrap .main-navigation .cart-link {
  display: none;
}
.site-header__wrap .main-navigation .cart-link:before {
  content: "";
  background: url(./assets/icons/cart-blue.svg) no-repeat;
  background-size: cover;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
.is-home .site-header__wrap .main-navigation .cart-link:before, .error404 .site-header__wrap .main-navigation .cart-link:before {
  background-image: url(./assets/icons/cart-white.svg);
}
.site-header__wrap .main-navigation .cart-link span {
  color: #F7001E;
}
.is-cart-empty .site-header__wrap .main-navigation .cart-link span {
  color: #008BCE;
}
.is-cart-empty.is-home .site-header__wrap .main-navigation .cart-link span, .is-cart-empty.error404 .site-header__wrap .main-navigation .cart-link span {
  color: #FFFFFF;
}
.site-header__wrap .main-navigation .cart-link .count {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.8333rem;
}
@media screen and (max-width: 1200px) {
  .site-header__wrap .main-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .site-header__wrap .main-navigation .menu-toggle,
.site-header__wrap .main-navigation .handheld-navigation {
    display: block;
  }
  .site-header__wrap .main-navigation .menu-toggle {
    background-color: transparent;
    border: 0;
    padding: 0;
    float: none;
    width: 55px;
  }
  .site-header__wrap .main-navigation .menu-toggle:before, .site-header__wrap .main-navigation .menu-toggle:after,
.site-header__wrap .main-navigation .menu-toggle span:before {
    font-size: 17px;
    background-color: #00263E;
    width: 20px;
  }
  .site-header__wrap .main-navigation .menu-toggle.is-home:before, .site-header__wrap .main-navigation .menu-toggle.is-home:after,
.site-header__wrap .main-navigation .menu-toggle.is-home span:before, .site-header__wrap .main-navigation .menu-toggle.error404:before, .site-header__wrap .main-navigation .menu-toggle.error404:after,
.site-header__wrap .main-navigation .menu-toggle.error404 span:before, .site-header__wrap .main-navigation .menu-toggle.menu-open:before, .site-header__wrap .main-navigation .menu-toggle.menu-open:after,
.site-header__wrap .main-navigation .menu-toggle.menu-open span:before {
    background-color: #FFFFFF;
  }
  .site-header__wrap .main-navigation .menu-toggle span {
    font-size: 0;
  }
  .site-header__wrap .main-navigation .handheld-navigation {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #008BCE;
    z-index: -1;
  }
  .site-header__wrap .main-navigation .handheld-navigation__wrap {
    padding: 100px 60px 60px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 768px) {
  .site-header__wrap .main-navigation .handheld-navigation__wrap {
    padding: 60px 20px 30px;
  }
}
@media screen and (max-width: 1200px) {
  .site-header__wrap .main-navigation .handheld-navigation__wrap ul {
    padding: 0;
    margin-left: 0;
  }
  .site-header__wrap .main-navigation .handheld-navigation__wrap ul.menu li {
    display: block;
  }
  .site-header__wrap .main-navigation .handheld-navigation__wrap ul.menu li a {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 1200px) {
  .site-header__wrap .main-navigation .handheld-navigation__wrap .menu-handheld-menu-container ul.menu li a, .site-header__wrap .main-navigation .handheld-navigation__wrap .menu-handheld-menu-cn-container ul.menu li a {
    color: #FFFFFF;
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.75rem;
    -webkit-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1200px) {
  .site-header__wrap .main-navigation .handheld-navigation__wrap .menu-handheld-menu-container ul.menu li a, .site-header__wrap .main-navigation .handheld-navigation__wrap .menu-handheld-menu-cn-container ul.menu li a {
    font-size: 0.9375rem;
    line-height: 1.25rem;
  }
}
@media screen and (max-width: 1200px) {
  .is-zh .site-header__wrap .main-navigation .handheld-navigation__wrap .menu-handheld-menu-container ul.menu li a, .is-zh .site-header__wrap .main-navigation .handheld-navigation__wrap .menu-handheld-menu-cn-container ul.menu li a {
    color: #FFFFFF;
    font-weight: 700;
    font-size: 1.3333333333rem;
    line-height: 1.8666666667rem;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1200px) {
  .is-zh .site-header__wrap .main-navigation .handheld-navigation__wrap .menu-handheld-menu-container ul.menu li a, .is-zh .site-header__wrap .main-navigation .handheld-navigation__wrap .menu-handheld-menu-cn-container ul.menu li a {
    font-size: 1rem;
    line-height: 1.3333333333rem;
  }
}
@media screen and (max-width: 1200px) {
  .site-header__wrap .main-navigation .handheld-navigation__wrap .menu-handheld-menu-container ul.menu li.current-menu-item a, .site-header__wrap .main-navigation .handheld-navigation__wrap .menu-handheld-menu-container ul.menu li:hover a, .site-header__wrap .main-navigation .handheld-navigation__wrap .menu-handheld-menu-cn-container ul.menu li.current-menu-item a, .site-header__wrap .main-navigation .handheld-navigation__wrap .menu-handheld-menu-cn-container ul.menu li:hover a {
    color: #00263E;
  }
}
@media screen and (max-width: 1200px) {
  .site-header__wrap .main-navigation .handheld-navigation__wrap .menu-main-menu-row-1-container ul.menu li a, .site-header__wrap .main-navigation .handheld-navigation__wrap .menu-main-menu-row-1-cn-container ul.menu li a {
    text-transform: uppercase;
    color: #FFFFFF;
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 1.75rem;
    -webkit-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1200px) {
  .site-header__wrap .main-navigation .handheld-navigation__wrap .menu-main-menu-row-1-container ul.menu li a, .site-header__wrap .main-navigation .handheld-navigation__wrap .menu-main-menu-row-1-cn-container ul.menu li a {
    font-size: 0.9375rem;
    line-height: 1.25rem;
  }
}
@media screen and (max-width: 1200px) {
  .is-zh .site-header__wrap .main-navigation .handheld-navigation__wrap .menu-main-menu-row-1-container ul.menu li a, .is-zh .site-header__wrap .main-navigation .handheld-navigation__wrap .menu-main-menu-row-1-cn-container ul.menu li a {
    color: #FFFFFF;
    font-weight: 400;
    font-size: 1.3333333333rem;
    line-height: 1.8666666667rem;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1200px) {
  .is-zh .site-header__wrap .main-navigation .handheld-navigation__wrap .menu-main-menu-row-1-container ul.menu li a, .is-zh .site-header__wrap .main-navigation .handheld-navigation__wrap .menu-main-menu-row-1-cn-container ul.menu li a {
    font-size: 1rem;
    line-height: 1.3333333333rem;
  }
}
@media screen and (max-width: 1200px) and (max-width: 768px) {
  .site-header__wrap .main-navigation .handheld-navigation__wrap .menu-main-menu-row-1-container ul.menu li a, .site-header__wrap .main-navigation .handheld-navigation__wrap .menu-main-menu-row-1-cn-container ul.menu li a {
    font-size: 0.8889rem;
  }
}
@media screen and (max-width: 1200px) {
  .site-header__wrap .main-navigation .handheld-navigation__wrap .menu-main-menu-row-1-container ul.menu li.current-menu-item a, .site-header__wrap .main-navigation .handheld-navigation__wrap .menu-main-menu-row-1-container ul.menu li:hover a, .site-header__wrap .main-navigation .handheld-navigation__wrap .menu-main-menu-row-1-cn-container ul.menu li.current-menu-item a, .site-header__wrap .main-navigation .handheld-navigation__wrap .menu-main-menu-row-1-cn-container ul.menu li:hover a {
    color: #00263E;
  }
}
@media screen and (max-width: 1200px) {
  .site-header__wrap .main-navigation .handheld-navigation__wrap .wpml-ls-legacy-list-horizontal {
    padding: 0;
    border: 0;
  }
  .site-header__wrap .main-navigation .handheld-navigation__wrap .wpml-ls-legacy-list-horizontal ul li a {
    color: #FFFFFF;
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 1.75rem;
    -webkit-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1200px) {
  .site-header__wrap .main-navigation .handheld-navigation__wrap .wpml-ls-legacy-list-horizontal ul li a {
    font-size: 0.9375rem;
    line-height: 1.25rem;
  }
}
@media screen and (max-width: 1200px) {
  .is-zh .site-header__wrap .main-navigation .handheld-navigation__wrap .wpml-ls-legacy-list-horizontal ul li a {
    color: #FFFFFF;
    font-weight: 400;
    font-size: 1.3333333333rem;
    line-height: 1.8666666667rem;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1200px) {
  .is-zh .site-header__wrap .main-navigation .handheld-navigation__wrap .wpml-ls-legacy-list-horizontal ul li a {
    font-size: 1rem;
    line-height: 1.3333333333rem;
  }
}
@media screen and (max-width: 1200px) {
  .site-header__wrap .main-navigation .handheld-navigation__wrap .wpml-ls-legacy-list-horizontal ul li a:hover {
    color: #00263E;
  }
}
@media screen and (max-width: 1200px) {
  .site-header__wrap .main-navigation .handheld-navigation__toolkit {
    padding: 0 60px 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 1200px) and (max-width: 768px) {
  .site-header__wrap .main-navigation .handheld-navigation__toolkit {
    padding: 0 20px 40px;
  }
}
@media screen and (max-width: 1200px) {
  .site-header__wrap .main-navigation .handheld-navigation__toolkit .site-search {
    display: block;
    margin-left: 60px;
    margin-bottom: 0;
  }
  .site-header__wrap .main-navigation .handheld-navigation__toolkit .site-search .woocommerce-product-search {
    margin: 0;
    position: relative;
  }
  .site-header__wrap .main-navigation .handheld-navigation__toolkit .site-search .woocommerce-product-search:before {
    position: absolute;
    left: -40px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    font-size: 0;
    width: 20px;
    height: 20px;
    background: url("./assets/icons/search-white.svg") no-repeat;
    background-size: contain;
    cursor: pointer;
    -webkit-transition: background-image 0.2s ease-in-out;
    transition: background-image 0.2s ease-in-out;
  }
  .site-header__wrap .main-navigation .handheld-navigation__toolkit .site-search .woocommerce-product-search:hover:before {
    background-image: url("./assets/icons/search-blue.svg");
  }
  .site-header__wrap .main-navigation .handheld-navigation__toolkit .site-search .woocommerce-product-search input[type=search] {
    padding: 0;
    width: 0;
    height: 30px;
    background-color: transparent;
    border-bottom: 1px solid #FFFFFF;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    color: #FFFFFF;
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 1.75rem;
    -webkit-transition: width 0.2s ease-in-out;
    transition: width 0.2s ease-in-out;
    -webkit-appearance: none;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1200px) {
  .site-header__wrap .main-navigation .handheld-navigation__toolkit .site-search .woocommerce-product-search input[type=search] {
    font-size: 0.9375rem;
    line-height: 1.25rem;
  }
}
@media screen and (max-width: 1200px) {
  .is-zh .site-header__wrap .main-navigation .handheld-navigation__toolkit .site-search .woocommerce-product-search input[type=search] {
    color: #FFFFFF;
    font-weight: 400;
    font-size: 1.3333333333rem;
    line-height: 1.8666666667rem;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1200px) {
  .is-zh .site-header__wrap .main-navigation .handheld-navigation__toolkit .site-search .woocommerce-product-search input[type=search] {
    font-size: 1rem;
    line-height: 1.3333333333rem;
  }
}
@media screen and (max-width: 1200px) {
  .site-header__wrap .main-navigation .handheld-navigation__toolkit .site-search .woocommerce-product-search input[type=search]:focus {
    outline: none !important;
  }
}
@media screen and (max-width: 1200px) {
  .site-header__wrap .main-navigation .handheld-navigation__toolkit .site-search .woocommerce-product-search input[type=search]::-webkit-input-placeholder {
    color: #FFFFFF;
  }
  .site-header__wrap .main-navigation .handheld-navigation__toolkit .site-search .woocommerce-product-search input[type=search]::-moz-placeholder {
    color: #FFFFFF;
  }
  .site-header__wrap .main-navigation .handheld-navigation__toolkit .site-search .woocommerce-product-search input[type=search]:-ms-input-placeholder {
    color: #FFFFFF;
  }
  .site-header__wrap .main-navigation .handheld-navigation__toolkit .site-search .woocommerce-product-search input[type=search]::-ms-input-placeholder {
    color: #FFFFFF;
  }
  .site-header__wrap .main-navigation .handheld-navigation__toolkit .site-search .woocommerce-product-search input[type=search]::placeholder {
    color: #FFFFFF;
  }
}
@media screen and (max-width: 1200px) {
  .site-header__wrap .main-navigation .handheld-navigation__toolkit .site-search.expand .woocommerce-product-search input[type=search] {
    width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  .site-header__wrap .main-navigation .handheld-navigation__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
  }
  .site-header__wrap .main-navigation .handheld-navigation__icon li {
    margin-left: 42px;
  }
  .site-header__wrap .main-navigation .handheld-navigation__icon li:first-child {
    margin-left: 0;
  }
  .site-header__wrap .main-navigation .handheld-navigation__icon li a {
    padding: 0;
  }
  .site-header__wrap .main-navigation .handheld-navigation__icon li a img {
    width: 20px;
  }
}
.site-header__left {
  padding: 0;
}
@media screen and (max-width: 1200px) {
  .site-header__left {
    padding-left: 60px;
  }
}
@media screen and (max-width: 768px) {
  .site-header__left {
    padding-left: 20px;
  }
}
.site-header__right {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .site-header__right {
    display: none;
  }
}
.site-header__logo {
  position: relative;
}
.site-header__logo img {
  width: 170px;
}
@media screen and (max-width: 768px) {
  .site-header__logo img {
    width: 100px;
  }
}
.site-header__logo .menu-only {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}
.site-header__menu {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 1200px) {
  .site-header__menu {
    display: none;
  }
}
.site-header__menu ul {
  margin: 0;
  list-style-type: none;
}
.site-header__menu ul li {
  float: left;
}
.site-header__menu ul li a {
  color: #008BCE;
}
.site-header__menu--first-row {
  margin-bottom: 10px;
}
.site-header__menu--first-row ul.menu {
  display: inline-block;
  vertical-align: middle;
}
.site-header__menu--first-row ul li {
  margin-right: 25px;
}
.site-header__menu--first-row ul li:last-child {
  margin-left: 0;
}
.site-header__menu--first-row ul li.current-menu-item > a {
  color: #00263E !important;
}
.site-header__menu--first-row ul li a {
  color: #008BCE;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.0625rem;
  text-transform: uppercase;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
@media screen and (max-width: 1200px) {
  .site-header__menu--first-row ul li a {
    font-size: 0.6875rem;
    line-height: 0.9375rem;
  }
}
.is-zh .site-header__menu--first-row ul li a {
  color: #008BCE;
  font-weight: 400;
  font-size: 0.9333333333rem;
  line-height: 1.1333333333rem;
  line-height: 1.3rem;
}
@media screen and (max-width: 1200px) {
  .is-zh .site-header__menu--first-row ul li a {
    font-size: 0.7333333333rem;
    line-height: 1rem;
  }
}
.site-header__menu--first-row ul li a:hover {
  color: #00263E;
}
.is-home .site-header__menu--first-row ul li a:hover, .error404 .site-header__menu--first-row ul li a:hover {
  color: #FFFFFF;
}
.site-header__menu--first-row .wpml-ls-legacy-list-horizontal {
  border: 0;
  padding: 0;
}
.site-header__menu--first-row .wpml-ls-legacy-list-horizontal > ul {
  vertical-align: text-bottom;
  display: inline-block;
}
.site-header__menu--first-row .wpml-ls-legacy-list-horizontal .wpml-ls-item {
  margin-right: 36px;
}
.site-header__menu--first-row .wpml-ls-legacy-list-horizontal .wpml-ls-item a {
  padding-left: 0;
  padding-right: 0;
}
.is-zh .site-header__menu--first-row .wpml-ls-legacy-list-horizontal .wpml-ls-item a {
  padding: 0;
}
.site-header__menu--first-row .site-search {
  margin-left: 20px;
  margin-bottom: 0;
  float: none !important;
  width: auto !important;
  cursor: pointer;
  margin-top: 1px;
}
.site-header__menu--first-row .site-search .woocommerce-product-search {
  position: relative;
}
.site-header__menu--first-row .site-search .woocommerce-product-search:before {
  content: "";
  background: url("./assets/icons/search-lightblue.svg") no-repeat;
  width: 16px;
  height: 16px;
  background-size: contain;
  font-size: 0;
  position: absolute;
  top: 50%;
  left: -20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-top: 3px;
}
.is-zh .site-header__menu--first-row .site-search .woocommerce-product-search:before {
  margin-top: 2px;
}
.site-header__menu--first-row .site-search .woocommerce-product-search input[type=search] {
  padding: 0;
  background-color: transparent;
  color: #008BCE;
  border-bottom: 1px solid #008BCE;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 0;
  -webkit-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}
.site-header__menu--first-row .site-search .woocommerce-product-search input[type=search]:focus {
  outline: none !important;
}
.site-header__menu--first-row .site-search .woocommerce-product-search input[type=search]::-webkit-input-placeholder {
  color: #008BCE;
}
.site-header__menu--first-row .site-search .woocommerce-product-search input[type=search]::-moz-placeholder {
  color: #008BCE;
}
.site-header__menu--first-row .site-search .woocommerce-product-search input[type=search]:-ms-input-placeholder {
  color: #008BCE;
}
.site-header__menu--first-row .site-search .woocommerce-product-search input[type=search]::-ms-input-placeholder {
  color: #008BCE;
}
.site-header__menu--first-row .site-search .woocommerce-product-search input[type=search]::placeholder {
  color: #008BCE;
}
.site-header__menu--first-row .site-search.expand input[type=search] {
  width: 130px;
}
.site-header__menu--second-row .secondary-navigation {
  width: 100% !important;
  margin: 0 !important;
}
.site-header__menu--second-row .secondary-navigation ul li {
  margin-left: 50px;
}
.site-header__menu--second-row .secondary-navigation ul li:first-child {
  margin-left: 0;
}
.site-header__menu--second-row .secondary-navigation ul li.current-menu-item > a {
  color: #008BCE !important;
}
.site-header__menu--second-row .secondary-navigation ul li a {
  padding: 0 !important;
  color: #00263E;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.0625rem;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
@media screen and (max-width: 1200px) {
  .site-header__menu--second-row .secondary-navigation ul li a {
    font-size: 0.6875rem;
    line-height: 0.9375rem;
  }
}
.is-zh .site-header__menu--second-row .secondary-navigation ul li a {
  color: #00263E;
  font-weight: 700;
  font-size: 0.9333333333rem;
  line-height: 1.1333333333rem;
}
@media screen and (max-width: 1200px) {
  .is-zh .site-header__menu--second-row .secondary-navigation ul li a {
    font-size: 0.7333333333rem;
    line-height: 1rem;
  }
}
.site-header__menu--second-row .secondary-navigation ul li a:hover {
  color: #008BCE;
}
.site-header__menu--second-row .secondary-navigation ul li a:after {
  display: none !important;
}
.site-header__menu--second-row .secondary-navigation ul li .sub-menu {
  display: none !important;
}
.site-header__menu--second-row #site-navigation {
  margin-right: 0;
}
.site-header__menu--second-row #menu-main-menu {
  float: right;
}
.site-header__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.site-header__icon li {
  float: none !important;
  margin-right: 20px !important;
}
.site-header__icon li:last-child {
  margin-right: 0 !important;
}
.site-header__icon li .cart-link:before {
  content: url(./assets/icons/cart-blue.svg);
  display: inline-block;
  vertical-align: middle;
}
.site-header__icon li .cart-link span {
  color: #F7001E;
}
.is-cart-empty .site-header__icon li .cart-link span {
  color: #008BCE;
}

.site-footer {
  padding: 55px 0 65px;
  background-color: #FFFFFF;
}
@media screen and (max-width: 1200px) {
  .site-footer {
    padding: 30px 0 80px;
  }
}
@media screen and (max-width: 1560px) {
  .site-footer__section {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media screen and (max-width: 768px) {
  .site-footer__section {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .site-footer .find-us {
    padding: 0;
  }
}
.site-footer .find-us__list {
  margin: 0 auto;
  list-style-type: none;
}
.site-footer .find-us__list-title {
  margin-bottom: 0;
  color: #008BCE;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.25rem;
}
@media screen and (max-width: 1200px) {
  .site-footer .find-us__list-title {
    font-size: 0.9375rem;
    line-height: 1.25rem;
  }
}
.is-zh .site-footer .find-us__list-title {
  color: #008BCE;
  font-weight: 700;
  font-size: 1.0666666667rem;
  line-height: 1.3333333333rem;
}
@media screen and (max-width: 1200px) {
  .is-zh .site-footer .find-us__list-title {
    font-size: 1rem;
    line-height: 1.3333333333rem;
  }
}
.site-footer .find-us__item {
  position: relative;
}
.site-footer .find-us__office {
  padding: 28px 0;
  width: 100%;
  display: block;
  border-bottom: 1px solid #EBECEE;
  text-decoration: none;
  color: #00263E !important;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  color: #00263E;
  font-weight: 700;
  font-size: 1.5rem;
}
@media screen and (max-width: 1200px) {
  .site-footer .find-us__office {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
}
.is-zh .site-footer .find-us__office {
  color: #00263E;
  font-weight: 700;
  font-size: 1.6rem;
}
@media screen and (max-width: 1200px) {
  .is-zh .site-footer .find-us__office {
    font-size: 1.3333333333rem;
    line-height: 1.6rem;
  }
}
.site-footer .find-us__office:after {
  content: "";
  position: absolute;
  right: 38px;
  top: 50%;
  width: 12px;
  height: 14px;
  background: url("./assets/icons/pin-blue.svg") no-repeat;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .site-footer .find-us__office:after {
    right: 5px;
  }
}
.site-footer .find-us__office:hover {
  color: #008BCE !important;
}
.site-footer .find-us__office:hover:after {
  background-image: url("./assets/icons/pin-lightblue.svg");
}
.site-footer .footer-content {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .site-footer .footer-content {
    padding-top: 50px;
    padding-bottom: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.site-footer .footer-content__left {
  padding: 0;
}
.site-footer .footer-content__right {
  float: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
}
@media screen and (max-width: 1200px) {
  .site-footer .footer-content__right {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .site-footer .footer-content__right {
    display: block;
  }
}
.site-footer .footer-credit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .site-footer .footer-credit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.site-footer .footer-credit__left {
  width: 80%;
}
@media screen and (max-width: 768px) {
  .site-footer .footer-credit__left {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
}
.site-footer .footer-credit__left > * {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .site-footer .footer-credit__left > * {
    display: block;
  }
}
.site-footer .footer-credit__right {
  width: 20%;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .site-footer .footer-credit__right {
    width: 100%;
  }
}
.site-footer .footer-credit .copy {
  color: #00263E;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1rem;
}
.is-zh .site-footer .footer-credit .copy {
  color: #00263E;
  font-weight: 400;
  font-size: 0.8rem;
  line-height: 1.0666666667rem;
}
@media screen and (max-width: 768px) {
  .site-footer .footer-credit .copy {
    margin-bottom: 5px;
  }
}
.site-footer .footer-credit #menu-footer.menu,
.site-footer .footer-credit #menu-footer-cn.menu {
  margin: 0;
}
.site-footer .footer-credit #menu-footer.menu li,
.site-footer .footer-credit #menu-footer-cn.menu li {
  display: inline-block;
  margin-left: 50px;
}
@media screen and (max-width: 768px) {
  .site-footer .footer-credit #menu-footer.menu li:first-child,
.site-footer .footer-credit #menu-footer-cn.menu li:first-child {
    margin-left: 0;
  }
}
.site-footer .footer-credit #menu-footer.menu li a,
.site-footer .footer-credit #menu-footer-cn.menu li a {
  color: #00263E;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1rem;
}
.is-zh .site-footer .footer-credit #menu-footer.menu li a,
.is-zh .site-footer .footer-credit #menu-footer-cn.menu li a {
  color: #00263E;
  font-weight: 400;
  font-size: 0.8rem;
  line-height: 1.0666666667rem;
}
.site-footer .footer-credit .icp-license {
  color: #00263E;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1rem;
  text-decoration: none;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  margin-left: 50px;
}
@media screen and (max-width: 768px) {
  .site-footer .footer-credit .icp-license {
    margin-left: 0;
  }
}
.site-footer .footer-credit .icp-license:hover, .site-footer .footer-credit .icp-license:focus {
  color: #008BCE !important;
}
.is-zh .site-footer .footer-credit .icp-license {
  color: #00263E;
  font-weight: 400;
  font-size: 0.8rem;
  line-height: 1.0666666667rem;
}
.site-footer .footer-backlink {
  text-align: right;
  color: #DCDCDC;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1rem;
}
.is-zh .site-footer .footer-backlink {
  color: #DCDCDC;
  font-weight: 400;
  font-size: 0.8rem;
  line-height: 1.0666666667rem;
}
@media screen and (max-width: 768px) {
  .site-footer .footer-backlink {
    text-align: center;
  }
}
.site-footer .footer-backlink a {
  text-decoration: none;
  color: #DCDCDC !important;
}

.brand-statement {
  width: 30%;
}
@media screen and (max-width: 1200px) {
  .brand-statement {
    width: 100%;
  }
}
.brand-statement__ts {
  margin-bottom: 9px;
  color: #00263E;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.25rem;
}
@media screen and (max-width: 1200px) {
  .brand-statement__ts {
    font-size: 0.9375rem;
    line-height: 1.25rem;
  }
}
.is-zh .brand-statement__ts {
  color: #00263E;
  font-weight: 700;
  font-size: 1.0666666667rem;
  line-height: 1.3333333333rem;
}
@media screen and (max-width: 1200px) {
  .is-zh .brand-statement__ts {
    font-size: 1rem;
    line-height: 1.3333333333rem;
  }
}
.brand-statement__content {
  color: #00263E;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1rem;
}
.is-zh .brand-statement__content {
  color: #00263E;
  font-weight: 400;
  font-size: 0.8rem;
  line-height: 1.0666666667rem;
}

.sitemap {
  width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 1200px) {
  .sitemap {
    display: none;
  }
}
.sitemap__left .menu, .sitemap__right .menu {
  margin: 0;
  list-style-type: none;
}
.sitemap__left .menu-item a, .sitemap__right .menu-item a {
  padding: 0;
  color: #00263E;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1rem;
  text-decoration: none;
  margin-bottom: 12px;
  color: #00263E !important;
}
.is-zh .sitemap__left .menu-item a, .is-zh .sitemap__right .menu-item a {
  color: #00263E;
  font-weight: 400;
  font-size: 0.8rem;
  line-height: 1.0666666667rem;
}
.sitemap__left {
  margin-right: 20px;
}
.sitemap__left .menu {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.sitemap__left .menu-item {
  white-space: nowrap;
  padding-right: 20px;
}
.sitemap__left .menu-item:before {
  display: block;
  color: #00263E;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.0625rem;
  margin-bottom: 12px;
}
@media screen and (max-width: 1200px) {
  .sitemap__left .menu-item:before {
    font-size: 0.6875rem;
    line-height: 0.9375rem;
  }
}
.is-zh .sitemap__left .menu-item:before {
  color: #00263E;
  font-weight: 700;
  font-size: 0.9333333333rem;
  line-height: 1.1333333333rem;
}
@media screen and (max-width: 1200px) {
  .is-zh .sitemap__left .menu-item:before {
    font-size: 0.7333333333rem;
    line-height: 1rem;
  }
}
.sitemap__left .menu-item:nth-child(1) {
  grid-column: 1/2;
  grid-row: 1/7;
  width: 150px;
}
.sitemap__left .menu-item:nth-child(1):before {
  content: "Approach";
}
.is-zh .sitemap__left .menu-item:nth-child(1):before {
  content: "成功之道";
}
.sitemap__left .menu-item:nth-child(2) {
  white-space: unset;
  grid-column: 1/2;
  grid-row: 4/8;
}
.sitemap__left .menu-item:nth-child(2):before {
  content: "Services";
}
.is-zh .sitemap__left .menu-item:nth-child(2):before {
  content: "服务";
}
.sitemap__left .menu-item:nth-child(3) {
  grid-column: 2/3;
  grid-row: 1/4;
}
.sitemap__left .menu-item:nth-child(3):before {
  content: "Products";
}
.is-zh .sitemap__left .menu-item:nth-child(3):before {
  content: "产品";
}
.sitemap__right {
  width: 30%;
}
.sitemap__right .menu {
  font-size: 0;
}
.sitemap__right .menu-item {
  line-height: 0;
  white-space: nowrap;
  margin-bottom: 13px;
}
.sitemap__right .menu-item a {
  font-weight: bold !important;
}

.sent .newsletter-form {
  display: none;
}
.newsletter-form__header {
  color: #00263E;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.25rem;
}
@media screen and (max-width: 1200px) {
  .newsletter-form__header {
    font-size: 0.9375rem;
    line-height: 1.25rem;
  }
}
.is-zh .newsletter-form__header {
  color: #00263E;
  font-weight: 700;
  font-size: 1.0666666667rem;
  line-height: 1.3333333333rem;
}
@media screen and (max-width: 1200px) {
  .is-zh .newsletter-form__header {
    font-size: 1rem;
    line-height: 1.3333333333rem;
  }
}
.newsletter-form__description {
  color: #00263E;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1rem;
}
.is-zh .newsletter-form__description {
  color: #00263E;
  font-weight: 400;
  font-size: 0.8rem;
  line-height: 1.0666666667rem;
}
.newsletter-form__body {
  position: relative;
}
.newsletter-form__body .ajax-loader {
  position: absolute;
}
.newsletter-form__input[type=email] {
  background-color: transparent;
  color: #008BCE;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1rem;
  border-radius: 0;
  border-bottom: 1px solid #008BCE !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 100%;
  padding: 20px 0;
}
.is-zh .newsletter-form__input[type=email] {
  color: #008BCE;
  font-weight: 400;
  font-size: 0.8rem;
  line-height: 1.0666666667rem;
}
.newsletter-form__input[type=email]:focus {
  background-color: transparent;
  outline: none !important;
}
.newsletter-form__input[type=email]::-webkit-input-placeholder {
  color: #008BCE !important;
}
.newsletter-form__input[type=email]::-moz-placeholder {
  color: #008BCE !important;
}
.newsletter-form__input[type=email]:-ms-input-placeholder {
  color: #008BCE !important;
}
.newsletter-form__input[type=email]::-ms-input-placeholder {
  color: #008BCE !important;
}
.newsletter-form__input[type=email]::placeholder {
  color: #008BCE !important;
}
.newsletter-form__input[type=email].wpcf7-not-valid {
  color: #F7001E;
  margin-bottom: 0;
  border-color: #F7001E !important;
}
.newsletter-form__input[type=email].wpcf7-not-valid:focus {
  outline: none !important;
}
.newsletter-form__input[type=email].wpcf7-not-valid::-webkit-input-placeholder {
  color: #F7001E !important;
}
.newsletter-form__input[type=email].wpcf7-not-valid::-moz-placeholder {
  color: #F7001E !important;
}
.newsletter-form__input[type=email].wpcf7-not-valid:-ms-input-placeholder {
  color: #F7001E !important;
}
.newsletter-form__input[type=email].wpcf7-not-valid::-ms-input-placeholder {
  color: #F7001E !important;
}
.newsletter-form__input[type=email].wpcf7-not-valid::placeholder {
  color: #F7001E !important;
}
.newsletter-form__input[type=email] + .wpcf7-not-valid-tip {
  color: #F7001E;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1rem;
  margin-bottom: 15px;
}
.is-zh .newsletter-form__input[type=email] + .wpcf7-not-valid-tip {
  color: #F7001E;
  font-weight: 400;
  font-size: 0.8rem;
  line-height: 1.0666666667rem;
}
.newsletter-form__submit {
  position: absolute;
  top: 18px;
  right: 15px;
  width: 22px;
  height: 20px;
  padding: 0;
  background: transparent;
}
@media screen and (max-width: 1200px) {
  .newsletter-form__submit {
    right: 0;
  }
}
.newsletter-form__submit:before {
  content: "";
  background-image: url("../rodman/assets/icons/arrow-right-blue.svg");
  background-size: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.newsletter-form__submit:hover {
  background-color: transparent;
}
.newsletter-form__submit:hover:before {
  background-image: url("../rodman/assets/icons/arrow-right-lightblue.svg");
}

.button {
  padding: 20px !important;
  color: #00263E;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.625rem;
  border-bottom-left-radius: 10px !important;
  border-top-right-radius: 10px !important;
  -webkit-transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out, background-color 0.2s ease-in-out;
  background-color: #FFFFFF;
  border: 1px solid transparent;
}
@media screen and (max-width: 1200px) {
  .button {
    font-size: 0.9375rem;
    line-height: 1.25rem;
  }
}
.is-zh .button {
  color: #00263E;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.7333333333rem;
}
@media screen and (max-width: 1200px) {
  .is-zh .button {
    font-size: 1rem;
    line-height: 1.3333333333rem;
  }
}
.button:hover {
  background-color: transparent;
  color: #FFFFFF;
  border-color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .button {
    padding: 10px 28px !important;
  }
}
.button-enquire-now {
  border: 1px solid #00263E;
}
.button--white {
  color: #00263E;
  background-color: #FFFFFF;
}
.button--white.text-red {
  color: #F7001E;
}
.button--white.text-lightblue {
  color: #008BCE;
}
.button--white.text-teal {
  color: #00ADBF;
}
.button--white:hover {
  background-color: transparent;
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
}
.button.single_add_to_cart_button, .button.storefront-sticky-add-to-cart__content-button, .button--blue, .button[type=submit] {
  color: #FFFFFF !important;
  background-color: #00263E;
  border: 1px solid #00263E;
}
.button.single_add_to_cart_button:hover, .button.storefront-sticky-add-to-cart__content-button:hover, .button--blue:hover, .button[type=submit]:hover {
  color: #FFFFFF !important;
  background-color: #008BCE !important;
  border-color: #008BCE !important;
}
.button.single_add_to_cart_button {
  margin-right: 12px;
}
.button.button-enquire-now:hover {
  color: #FFFFFF !important;
  background-color: #00263E !important;
  border-color: #00263E !important;
}
.button.checkout-button {
  color: #FFFFFF !important;
  background-color: #008BCE;
  border: 1px solid #008BCE;
}
.button.checkout-button:hover {
  color: #FFFFFF !important;
  background-color: #00263E !important;
  border-color: #00263E !important;
}
.button.disabled {
  background-color: #DCDCDC;
  border: 0;
}

.text-button {
  position: relative;
  color: #008BCE;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.25rem;
  padding: 0 0 0 28px;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  cursor: pointer;
}
@media screen and (max-width: 1200px) {
  .text-button {
    font-size: 0.9375rem;
    line-height: 1.25rem;
  }
}
.is-zh .text-button {
  color: #008BCE;
  font-weight: 700;
  font-size: 1.0666666667rem;
  line-height: 1.3333333333rem;
}
@media screen and (max-width: 1200px) {
  .is-zh .text-button {
    font-size: 1rem;
    line-height: 1.3333333333rem;
  }
}
.text-button:hover {
  color: #00263E;
  background-color: transparent;
}
.text-button:hover:before, .text-button:hover:after {
  background-color: #00263E;
}
.text-button:before, .text-button:after {
  content: "";
  background-color: #008BCE;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.text-button:before {
  width: 18px;
  height: 1px;
  left: 0;
}
.text-button:after {
  width: 1px;
  height: 18px;
  left: 9px;
}
.text-button.open:after {
  display: none;
}

.tile__list {
  font-size: 0;
}
.tile__item {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: calc((100% - 40px) / 3);
  margin-left: 20px;
  margin-bottom: 20px;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
.tile__item:nth-child(3n-2) {
  margin-left: 0;
}
@media screen and (max-width: 1200px) {
  .tile__item {
    width: calc((100% - 20px) / 2);
  }
  .tile__item:nth-child(3n-2) {
    margin-left: 20px;
  }
  .tile__item:nth-child(2n-1) {
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .tile__item {
    width: 100%;
    margin-left: 0 !important;
  }
}
.tile__item--magnify:hover .tile__bg {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.tile__item--overlay {
  position: relative;
}
.tile__item--overlay:hover .tile__overlay:before {
  opacity: 0.7;
}
.tile__item--overlay:hover .tile__overlay img {
  opacity: 1;
}
.tile__bg {
  width: 100%;
  height: 100%;
  background-color: #EBECEE;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
.tile__content {
  position: absolute;
  top: 0;
  left: 0;
  padding: 30px;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(13.55%, #C4C4C4), color-stop(31.96%, rgba(196, 196, 196, 0)));
  background: linear-gradient(180deg, #C4C4C4 13.55%, rgba(196, 196, 196, 0) 31.96%);
}
.people .tile__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(13.55%, rgba(0, 0, 0, 0.75)), color-stop(31.96%, rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.75) 13.55%, rgba(0, 0, 0, 0) 31.96%);
}
@media screen and (max-width: 768px) {
  .people .tile__content {
    padding: 15px;
  }
}
.tile__content--no-gradient {
  background: none;
}
.tile__title, .tile__desc {
  text-align: left;
}
.tile__list--white .tile__title, .is-zh .tile__list--white .tile__title, .tile__list--white .tile__desc, .is-zh .tile__list--white .tile__desc {
  color: #FFFFFF;
}
.tile__list--blue .tile__title, .tile__list--blue .tile__desc {
  color: #00263E !important;
}
.tile__title {
  display: block;
  color: #00263E;
  font-weight: 700;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 1200px) {
  .tile__title {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
}
.is-zh .tile__title {
  color: #00263E;
  font-weight: 700;
  font-size: 1.6rem;
}
@media screen and (max-width: 1200px) {
  .is-zh .tile__title {
    font-size: 1.3333333333rem;
    line-height: 1.6rem;
  }
}
.people .tile__title {
  margin-bottom: 0.8333rem;
}
@media screen and (max-width: 768px) {
  .people .tile__title {
    color: #FFFFFF;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.25rem;
  }
}
@media screen and (max-width: 768px) and (max-width: 1200px) {
  .people .tile__title {
    font-size: 0.9375rem;
    line-height: 1.25rem;
  }
}
@media screen and (max-width: 768px) {
  .is-zh .people .tile__title {
    color: #FFFFFF;
    font-weight: 700;
    font-size: 1.0666666667rem;
    line-height: 1.3333333333rem;
  }
}
@media screen and (max-width: 768px) and (max-width: 1200px) {
  .is-zh .people .tile__title {
    font-size: 1rem;
    line-height: 1.3333333333rem;
  }
}
.tile__item:nth-child(6) .tile__title {
  color: #FFFFFF;
}
.tile__desc {
  display: block;
  color: #00263E;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.625rem;
  margin-bottom: 0;
}
@media screen and (max-width: 1200px) {
  .tile__desc {
    font-size: 0.9375rem;
    line-height: 1.25rem;
  }
}
.is-zh .tile__desc {
  color: #00263E;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.7333333333rem;
}
@media screen and (max-width: 1200px) {
  .is-zh .tile__desc {
    font-size: 1rem;
    line-height: 1.3333333333rem;
  }
}
@media screen and (max-width: 768px) {
  .people .tile__desc {
    color: #FFFFFF;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.0625rem;
  }
}
@media screen and (max-width: 768px) and (max-width: 1200px) {
  .people .tile__desc {
    font-size: 0.6875rem;
    line-height: 0.9375rem;
  }
}
@media screen and (max-width: 768px) {
  .is-zh .people .tile__desc {
    color: #FFFFFF;
    font-weight: 400;
    font-size: 0.9333333333rem;
    line-height: 1.1333333333rem;
  }
}
@media screen and (max-width: 768px) and (max-width: 1200px) {
  .is-zh .people .tile__desc {
    font-size: 0.7333333333rem;
    line-height: 1rem;
  }
}
.tile__item:nth-child(6) .tile__desc {
  color: #FFFFFF;
}
.tile__more {
  position: absolute;
  right: 25px;
  bottom: 25px;
  width: 35px;
  height: 35px;
}
.tile__more:before, .tile__more:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #FFFFFF;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.tile__more:before {
  width: 35px;
  height: 2px;
}
.tile__more:after {
  width: 2px;
  height: 35px;
}
.tile__overlay:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #00ADBF;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.tile__overlay img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 50%;
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.screen {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .screen {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .screen.xs-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.screen--no-slope {
  padding-top: 250px;
  padding-bottom: 250px;
  max-height: 837px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.screen--no-slope .screen__left, .screen--no-slope .screen__right {
  position: relative;
  top: auto;
}
@media screen and (max-width: 768px) {
  .screen--no-slope {
    padding-top: 100px;
    padding-bottom: 100px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .screen--no-slope .screen__left {
    -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
            order: unset;
  }
}
@media screen and (max-width: 768px) {
  .screen--no-slope {
    padding: 6rem 20px 3rem;
    max-height: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .screen--no-slope .button {
    margin-bottom: 18.6666666667%;
  }
  .screen--no-slope .screen__left {
    text-align: center;
  }
  .screen--no-slope .screen__left > * {
    text-align: left;
  }
}
.screen--bg-full {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.screen--bg-full .screen__right {
  padding-left: 0 !important;
}
.screen__shape--float-left {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.product-factory-data .screen__shape--float-left {
  top: auto;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .plasticity .screen__shape--float-left.screen__shape--lightblue, .design-manufacturing .screen__shape--float-left {
    position: relative;
  }
  .factory-tour .screen__shape--float-left {
    position: absolute;
  }
}
.screen__shape--float-right {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .design-manufacturing .screen__shape--float-right {
    position: relative;
  }
}
.screen__shape--small {
  width: 41.6666666667%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .screen__shape--small {
    width: 100%;
  }
  .plasticity .screen__shape--small {
    height: 80%;
  }
}
.product-factory-data .screen__shape--small, .cooler-factory-data .screen__shape--small {
  height: auto;
}
.screen__shape--big {
  width: 58.3333333333%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .screen__shape--big {
    width: 100%;
  }
  .about .screen__shape--big {
    height: 80%;
  }
  .plasticity .screen__shape--big {
    height: 85%;
  }
}
.screen__shape--white {
  background-color: #FFFFFF;
}
.screen__shape--blue {
  background-color: #00263E;
}
.screen__shape--lightblue {
  background-color: #008BCE;
}
.screen__shape--lightblue img {
  margin-top: 2%;
}
.screen__shape--lightblue img:first-child {
  margin-top: 0;
}
.screen__left, .screen__right {
  position: absolute;
  top: 200px;
}
.cooler-factory-data .screen__left, .product-factory-data .screen__left, .cooler-factory-data .screen__right, .product-factory-data .screen__right {
  position: relative;
  top: 0;
  padding-top: 200px;
}
@media screen and (max-width: 768px) {
  .cooler-factory-data .screen__left, .product-factory-data .screen__left, .cooler-factory-data .screen__right, .product-factory-data .screen__right {
    padding-top: 0;
  }
}
@media screen and (max-width: 1200px) {
  .screen__left, .screen__right {
    top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .screen__left, .screen__right {
    position: relative;
    top: 0;
  }
}
.brands .screen__content {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .screen__content {
    text-align: center;
  }
  .screen__content > * {
    text-align: left;
  }
}
.screen__content p {
  color: #00263E;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.625rem;
}
@media screen and (max-width: 1200px) {
  .screen__content p {
    font-size: 0.9375rem;
    line-height: 1.25rem;
  }
}
.is-zh .screen__content p {
  color: #00263E;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.7333333333rem;
}
@media screen and (max-width: 1200px) {
  .is-zh .screen__content p {
    font-size: 1rem;
    line-height: 1.3333333333rem;
  }
}
.site-main__section--blue .screen__content p, .site-main__section--red .screen__content p, .site-main__section--lightblue .screen__content p, .site-main__section--teal .screen__content p {
  color: #FFFFFF;
}
.screen__title {
  margin-bottom: 40px;
}
@media screen and (max-width: 1200px) {
  .screen__title {
    margin-bottom: 25px;
  }
}
.site-main__section--white .screen__title, .site-main__section--lightgrey .screen__title {
  color: #00263E;
  font-weight: 700;
  font-size: 2.25rem;
}
@media screen and (max-width: 1200px) {
  .site-main__section--white .screen__title, .site-main__section--lightgrey .screen__title {
    font-size: 1.375rem;
  }
}
.is-zh .site-main__section--white .screen__title, .is-zh .site-main__section--lightgrey .screen__title {
  color: #00263E;
  font-weight: 700;
  font-size: 2.4rem;
}
@media screen and (max-width: 1200px) {
  .is-zh .site-main__section--white .screen__title, .is-zh .site-main__section--lightgrey .screen__title {
    font-size: 1.4666666667rem;
  }
}
.site-main__section--blue .screen__title, .site-main__section--red .screen__title, .site-main__section--lightblue .screen__title, .site-main__section--teal .screen__title {
  color: #FFFFFF;
  font-weight: 700;
  font-size: 2.25rem;
}
@media screen and (max-width: 1200px) {
  .site-main__section--blue .screen__title, .site-main__section--red .screen__title, .site-main__section--lightblue .screen__title, .site-main__section--teal .screen__title {
    font-size: 1.375rem;
  }
}
.is-zh .site-main__section--blue .screen__title, .is-zh .site-main__section--red .screen__title, .is-zh .site-main__section--lightblue .screen__title, .is-zh .site-main__section--teal .screen__title {
  color: #FFFFFF;
  font-weight: 700;
  font-size: 2.4rem;
}
@media screen and (max-width: 1200px) {
  .is-zh .site-main__section--blue .screen__title, .is-zh .site-main__section--red .screen__title, .is-zh .site-main__section--lightblue .screen__title, .is-zh .site-main__section--teal .screen__title {
    font-size: 1.4666666667rem;
  }
}
.screen__desc {
  margin-bottom: 40px;
}
.site-main__section--white .screen__desc, .site-main__section--lightgrey .screen__desc {
  color: #00263E;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.625rem;
}
@media screen and (max-width: 1200px) {
  .site-main__section--white .screen__desc, .site-main__section--lightgrey .screen__desc {
    font-size: 0.9375rem;
    line-height: 1.25rem;
  }
}
.is-zh .site-main__section--white .screen__desc, .is-zh .site-main__section--lightgrey .screen__desc {
  color: #00263E;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.7333333333rem;
}
@media screen and (max-width: 1200px) {
  .is-zh .site-main__section--white .screen__desc, .is-zh .site-main__section--lightgrey .screen__desc {
    font-size: 1rem;
    line-height: 1.3333333333rem;
  }
}
.site-main__section--white .screen__desc h2, .site-main__section--lightgrey .screen__desc h2 {
  color: #00263E;
  font-weight: 700;
  font-size: 2.25rem;
}
@media screen and (max-width: 1200px) {
  .site-main__section--white .screen__desc h2, .site-main__section--lightgrey .screen__desc h2 {
    font-size: 1.375rem;
  }
}
.is-zh .site-main__section--white .screen__desc h2, .is-zh .site-main__section--lightgrey .screen__desc h2 {
  color: #00263E;
  font-weight: 700;
  font-size: 2.4rem;
}
@media screen and (max-width: 1200px) {
  .is-zh .site-main__section--white .screen__desc h2, .is-zh .site-main__section--lightgrey .screen__desc h2 {
    font-size: 1.4666666667rem;
  }
}
.site-main__section--white .screen__desc h3, .site-main__section--lightgrey .screen__desc h3 {
  color: #00263E;
  font-weight: 700;
  font-size: 1.5rem;
}
@media screen and (max-width: 1200px) {
  .site-main__section--white .screen__desc h3, .site-main__section--lightgrey .screen__desc h3 {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
}
.is-zh .site-main__section--white .screen__desc h3, .is-zh .site-main__section--lightgrey .screen__desc h3 {
  color: #00263E;
  font-weight: 700;
  font-size: 1.6rem;
}
@media screen and (max-width: 1200px) {
  .is-zh .site-main__section--white .screen__desc h3, .is-zh .site-main__section--lightgrey .screen__desc h3 {
    font-size: 1.3333333333rem;
    line-height: 1.6rem;
  }
}
.site-main__section--blue .screen__desc, .site-main__section--red .screen__desc, .site-main__section--lightblue .screen__desc, .site-main__section--teal .screen__desc {
  color: #FFFFFF;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.75rem;
}
@media screen and (max-width: 1200px) {
  .site-main__section--blue .screen__desc, .site-main__section--red .screen__desc, .site-main__section--lightblue .screen__desc, .site-main__section--teal .screen__desc {
    font-size: 0.9375rem;
    line-height: 1.25rem;
  }
}
.is-zh .site-main__section--blue .screen__desc, .is-zh .site-main__section--red .screen__desc, .is-zh .site-main__section--lightblue .screen__desc, .is-zh .site-main__section--teal .screen__desc {
  color: #FFFFFF;
  font-weight: 400;
  font-size: 1.3333333333rem;
  line-height: 1.8666666667rem;
}
@media screen and (max-width: 1200px) {
  .is-zh .site-main__section--blue .screen__desc, .is-zh .site-main__section--red .screen__desc, .is-zh .site-main__section--lightblue .screen__desc, .is-zh .site-main__section--teal .screen__desc {
    font-size: 1rem;
    line-height: 1.3333333333rem;
  }
}

.hero {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .hero {
    position: relative;
  }
  .about .hero, .design-manufacturing .hero, .brands .hero {
    position: absolute;
  }
  .design-manufacturing .hero .site-main__body {
    background-color: #00263E;
    -webkit-mask: url(./assets/images/masks/image-mask-02.svg) no-repeat;
            mask: url(./assets/images/masks/image-mask-02.svg) no-repeat;
    -webkit-mask-position: right bottom;
            mask-position: right bottom;
    -webkit-mask-size: cover;
            mask-size: cover;
    height: 90%;
  }
}
.hero__image {
  width: 100%;
}
.plasticity .hero__image--desktop {
  position: relative;
  width: auto;
  max-height: 838px;
  height: 100%;
  right: -265px;
}
.design-manufacturing .hero__image--desktop {
  height: 100%;
}
@media screen and (max-width: 768px) {
  .hero__image--desktop {
    display: none;
  }
}
.hero__image--mobile {
  display: none;
}
@media screen and (max-width: 768px) {
  .hero__image--mobile {
    display: block;
  }
}
.hero__body {
  position: absolute;
  top: 260px;
}
.plasticity .hero__body, .design-manufacturing .hero__body {
  top: 370px;
}
.contact-us .hero__body {
  top: 210px;
}
@media screen and (max-width: 1200px) {
  .hero__body {
    top: 130px;
  }
  .design-manufacturing .hero__body {
    top: 30%;
  }
}
@media screen and (max-width: 768px) {
  .hero__body {
    position: relative;
    padding: 0;
    top: 77px;
  }
  .plasticity .hero__body, .contact-us .hero__body {
    top: 0;
  }
  .design-manufacturing .hero__body {
    top: 127px;
  }
}
.hero__title {
  margin-top: 0;
  direction: ltr;
  letter-spacing: normal;
}
.site-main__section--white .hero__title, .site-main__section--lightgrey .hero__title {
  color: #00263E;
  font-weight: 700;
  font-size: 2.8125rem;
}
@media screen and (max-width: 1200px) {
  .site-main__section--white .hero__title, .site-main__section--lightgrey .hero__title {
    font-size: 1.625rem;
  }
}
.is-zh .site-main__section--white .hero__title, .is-zh .site-main__section--lightgrey .hero__title {
  color: #00263E;
  font-weight: 700;
  font-size: 3rem;
}
@media screen and (max-width: 1200px) {
  .is-zh .site-main__section--white .hero__title, .is-zh .site-main__section--lightgrey .hero__title {
    font-size: 1.7333333333rem;
  }
}
.site-main__section--white .hero__title--red, .site-main__section--lightgrey .hero__title--red {
  color: #F7001E;
}
.site-main__section--red .hero__title, .site-main__section--blue .hero__title, .site-main__section--lightblue .hero__title, .site-main__section--teal .hero__title {
  color: #FFFFFF;
  font-weight: 700;
  font-size: 2.8125rem;
}
@media screen and (max-width: 1200px) {
  .site-main__section--red .hero__title, .site-main__section--blue .hero__title, .site-main__section--lightblue .hero__title, .site-main__section--teal .hero__title {
    font-size: 1.625rem;
  }
}
.is-zh .site-main__section--red .hero__title, .is-zh .site-main__section--blue .hero__title, .is-zh .site-main__section--lightblue .hero__title, .is-zh .site-main__section--teal .hero__title {
  color: #FFFFFF;
  font-weight: 700;
  font-size: 3rem;
}
@media screen and (max-width: 1200px) {
  .is-zh .site-main__section--red .hero__title, .is-zh .site-main__section--blue .hero__title, .is-zh .site-main__section--lightblue .hero__title, .is-zh .site-main__section--teal .hero__title {
    font-size: 1.7333333333rem;
  }
}
.hero__content {
  direction: ltr;
}
.site-main__section--white .hero__content, .site-main__section--lightgrey .hero__content {
  color: #00263E;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.75rem;
}
@media screen and (max-width: 1200px) {
  .site-main__section--white .hero__content, .site-main__section--lightgrey .hero__content {
    font-size: 0.9375rem;
    line-height: 1.25rem;
  }
}
.is-zh .site-main__section--white .hero__content, .is-zh .site-main__section--lightgrey .hero__content {
  color: #00263E;
  font-weight: 400;
  font-size: 1.3333333333rem;
  line-height: 1.8666666667rem;
}
@media screen and (max-width: 1200px) {
  .is-zh .site-main__section--white .hero__content, .is-zh .site-main__section--lightgrey .hero__content {
    font-size: 1rem;
    line-height: 1.3333333333rem;
  }
}
.site-main__section--white .hero__content a, .site-main__section--lightgrey .hero__content a {
  text-decoration: underline;
  color: #00263E;
}
.site-main__section--white .hero__content a:hover, .site-main__section--lightgrey .hero__content a:hover {
  text-decoration: none;
}
.page-template-template-contact-us .hero__content {
  color: #00263E;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.625rem;
}
@media screen and (max-width: 1200px) {
  .page-template-template-contact-us .hero__content {
    font-size: 0.9375rem;
    line-height: 1.25rem;
  }
}
.is-zh .page-template-template-contact-us .hero__content {
  color: #00263E;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.7333333333rem;
}
@media screen and (max-width: 1200px) {
  .is-zh .page-template-template-contact-us .hero__content {
    font-size: 1rem;
    line-height: 1.3333333333rem;
  }
}
.page-template-template-contact-us .hero__content a {
  text-decoration: underline;
  color: #00263E;
}
.page-template-template-contact-us .hero__content a:hover {
  text-decoration: none;
}
.site-main__section--red .hero__content, .site-main__section--blue .hero__content, .site-main__section--lightblue .hero__content, .site-main__section--teal .hero__content {
  color: #FFFFFF;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.75rem;
}
@media screen and (max-width: 1200px) {
  .site-main__section--red .hero__content, .site-main__section--blue .hero__content, .site-main__section--lightblue .hero__content, .site-main__section--teal .hero__content {
    font-size: 0.9375rem;
    line-height: 1.25rem;
  }
}
.is-zh .site-main__section--red .hero__content, .is-zh .site-main__section--blue .hero__content, .is-zh .site-main__section--lightblue .hero__content, .is-zh .site-main__section--teal .hero__content {
  color: #FFFFFF;
  font-weight: 400;
  font-size: 1.3333333333rem;
  line-height: 1.8666666667rem;
}
@media screen and (max-width: 1200px) {
  .is-zh .site-main__section--red .hero__content, .is-zh .site-main__section--blue .hero__content, .is-zh .site-main__section--lightblue .hero__content, .is-zh .site-main__section--teal .hero__content {
    font-size: 1rem;
    line-height: 1.3333333333rem;
  }
}

.mask--left-top {
  -webkit-mask: url(./assets/images/masks/image-mask-01.svg) no-repeat;
          mask: url(./assets/images/masks/image-mask-01.svg) no-repeat;
  -webkit-mask-position: left top;
          mask-position: left top;
  -webkit-mask-size: cover;
          mask-size: cover;
}
.mask--right-bottom {
  -webkit-mask: url(./assets/images/masks/image-mask-02.svg) no-repeat;
          mask: url(./assets/images/masks/image-mask-02.svg) no-repeat;
  -webkit-mask-position: right bottom;
          mask-position: right bottom;
  -webkit-mask-size: cover;
          mask-size: cover;
}
.mask--left-bottom {
  -webkit-mask: url(./assets/images/masks/image-mask-03.svg) no-repeat;
          mask: url(./assets/images/masks/image-mask-03.svg) no-repeat;
  -webkit-mask-position: left bottom;
          mask-position: left bottom;
  -webkit-mask-size: cover;
          mask-size: cover;
}
.mask--right-top {
  -webkit-mask: url(./assets/images/masks/image-mask-04.svg) no-repeat;
          mask: url(./assets/images/masks/image-mask-04.svg) no-repeat;
  -webkit-mask-position: right top;
          mask-position: right top;
  -webkit-mask-size: cover;
          mask-size: cover;
}

.datatable__wrap {
  display: none;
}
.datatable__cell {
  padding: 0;
  border-bottom: 1px solid #FFFFFF;
  background-color: transparent !important;
  line-height: 2rem !important;
  color: #00263E;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1rem;
}
.is-zh .datatable__cell {
  color: #00263E;
  font-weight: 400;
  font-size: 0.8rem;
  line-height: 1.0666666667rem;
}
.datatable__cell:last-child {
  text-align: right;
}
.datatable__cell[colspan="2"] {
  text-align: left;
}
.datatable__header {
  border-bottom: 1px solid #00263E;
}
.datatable__header:first-child {
  text-transform: uppercase;
}

.sidebar {
  width: 20.8%;
  float: left;
  margin-right: 4.5333333333%;
}
@media screen and (max-width: 768px) {
  .sidebar {
    width: 100%;
    margin: 0;
    float: none;
  }
}
.sidebar__block {
  margin-bottom: 100px;
}
.sidebar__header {
  color: #000000;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.75rem;
  line-height: 2rem;
  border-bottom: 1px solid #DCDCDC;
  margin-bottom: 20px;
}
@media screen and (max-width: 1200px) {
  .sidebar__header {
    font-size: 0.9375rem;
    line-height: 1.25rem;
  }
}
.is-zh .sidebar__header {
  color: #000000;
  font-weight: 700;
  font-size: 1.3333333333rem;
  line-height: 1.8666666667rem;
}
@media screen and (max-width: 1200px) {
  .is-zh .sidebar__header {
    font-size: 1rem;
    line-height: 1.3333333333rem;
  }
}
.sidebar__link {
  display: block;
}

.wpcf7-form input:not([type=submit]), .wpcf7-form textarea {
  width: 100%;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-bottom: 1px solid #C4C4C4;
  border-radius: 0;
}
.wpcf7-form input:not([type=submit]):focus, .wpcf7-form textarea:focus {
  outline: none !important;
}
.wpcf7-form input:not([type=submit])::-webkit-input-placeholder, .wpcf7-form textarea::-webkit-input-placeholder {
  color: #00263E;
}
.wpcf7-form input:not([type=submit])::-moz-placeholder, .wpcf7-form textarea::-moz-placeholder {
  color: #00263E;
}
.wpcf7-form input:not([type=submit]):-ms-input-placeholder, .wpcf7-form textarea:-ms-input-placeholder {
  color: #00263E;
}
.wpcf7-form input:not([type=submit])::-ms-input-placeholder, .wpcf7-form textarea::-ms-input-placeholder {
  color: #00263E;
}
.wpcf7-form input:not([type=submit])::placeholder, .wpcf7-form textarea::placeholder {
  color: #00263E;
}
@media screen and (max-width: 768px) {
  .wpcf7-form input:not([type=submit]), .wpcf7-form textarea {
    color: #00263E;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.0625rem;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 768px) and (max-width: 1200px) {
  .wpcf7-form input:not([type=submit]), .wpcf7-form textarea {
    font-size: 0.6875rem;
    line-height: 0.9375rem;
  }
}
@media screen and (max-width: 768px) {
  .is-zh .wpcf7-form input:not([type=submit]), .is-zh .wpcf7-form textarea {
    color: #00263E;
    font-weight: 400;
    font-size: 0.9333333333rem;
    line-height: 1.1333333333rem;
  }
}
@media screen and (max-width: 768px) and (max-width: 1200px) {
  .is-zh .wpcf7-form input:not([type=submit]), .is-zh .wpcf7-form textarea {
    font-size: 0.7333333333rem;
    line-height: 1rem;
  }
}
.wpcf7-form select {
  border: 0;
  border-bottom: 1px solid #C4C4C4;
  width: 100%;
  padding: 5px 3px;
}
.wpcf7-form textarea {
  border-top: 1px solid #C4C4C4;
  resize: none;
}
.wpcf7-form.invalid input:not([type=submit]).wpcf7-not-valid::-webkit-input-placeholder, .wpcf7-form.invalid textarea.wpcf7-not-valid::-webkit-input-placeholder, .wpcf7-form.unaccepted input:not([type=submit]).wpcf7-not-valid::-webkit-input-placeholder, .wpcf7-form.unaccepted textarea.wpcf7-not-valid::-webkit-input-placeholder, .wpcf7-form.failed input:not([type=submit]).wpcf7-not-valid::-webkit-input-placeholder, .wpcf7-form.failed textarea.wpcf7-not-valid::-webkit-input-placeholder {
  color: #F7001E;
}
.wpcf7-form.invalid input:not([type=submit]).wpcf7-not-valid::-moz-placeholder, .wpcf7-form.invalid textarea.wpcf7-not-valid::-moz-placeholder, .wpcf7-form.unaccepted input:not([type=submit]).wpcf7-not-valid::-moz-placeholder, .wpcf7-form.unaccepted textarea.wpcf7-not-valid::-moz-placeholder, .wpcf7-form.failed input:not([type=submit]).wpcf7-not-valid::-moz-placeholder, .wpcf7-form.failed textarea.wpcf7-not-valid::-moz-placeholder {
  color: #F7001E;
}
.wpcf7-form.invalid input:not([type=submit]).wpcf7-not-valid:-ms-input-placeholder, .wpcf7-form.invalid textarea.wpcf7-not-valid:-ms-input-placeholder, .wpcf7-form.unaccepted input:not([type=submit]).wpcf7-not-valid:-ms-input-placeholder, .wpcf7-form.unaccepted textarea.wpcf7-not-valid:-ms-input-placeholder, .wpcf7-form.failed input:not([type=submit]).wpcf7-not-valid:-ms-input-placeholder, .wpcf7-form.failed textarea.wpcf7-not-valid:-ms-input-placeholder {
  color: #F7001E;
}
.wpcf7-form.invalid input:not([type=submit]).wpcf7-not-valid::-ms-input-placeholder, .wpcf7-form.invalid textarea.wpcf7-not-valid::-ms-input-placeholder, .wpcf7-form.unaccepted input:not([type=submit]).wpcf7-not-valid::-ms-input-placeholder, .wpcf7-form.unaccepted textarea.wpcf7-not-valid::-ms-input-placeholder, .wpcf7-form.failed input:not([type=submit]).wpcf7-not-valid::-ms-input-placeholder, .wpcf7-form.failed textarea.wpcf7-not-valid::-ms-input-placeholder {
  color: #F7001E;
}
.wpcf7-form.invalid input:not([type=submit]).wpcf7-not-valid::placeholder, .wpcf7-form.invalid textarea.wpcf7-not-valid::placeholder, .wpcf7-form.unaccepted input:not([type=submit]).wpcf7-not-valid::placeholder, .wpcf7-form.unaccepted textarea.wpcf7-not-valid::placeholder, .wpcf7-form.failed input:not([type=submit]).wpcf7-not-valid::placeholder, .wpcf7-form.failed textarea.wpcf7-not-valid::placeholder {
  color: #F7001E;
}
.wpcf7-form.invalid .wpcf7-response-output, .wpcf7-form.unaccepted .wpcf7-response-output, .wpcf7-form.failed .wpcf7-response-output {
  display: none;
}
.wpcf7-form.sent .col-xs-12 {
  display: none;
}
.wpcf7-form.sent .wpcf7-response-output {
  border: 0;
  padding: 0;
  margin-left: 0;
  margin-right: 0;
  color: #008BCE;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1rem;
}
.is-zh .wpcf7-form.sent .wpcf7-response-output {
  color: #008BCE;
  font-weight: 400;
  font-size: 0.8rem;
  line-height: 1.0666666667rem;
}

/**
 * Swiper 6.8.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: August 3, 2021
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-container-pointer-events {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.swiper-container-pointer-events.swiper-container-vertical {
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}

.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-container-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-next.swiper-button-white, .swiper-button-prev.swiper-button-white {
  --swiper-navigation-color:#ffffff;
}

.swiper-button-next.swiper-button-black, .swiper-button-prev.swiper-button-black {
  --swiper-navigation-color:#000000;
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
          transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white {
  --swiper-pagination-color:#ffffff;
}

.swiper-pagination-black {
  --swiper-pagination-color:#000000;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-container-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
          filter: blur(50px);
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

[data-aos][data-aos][data-aos-duration="50"], body[data-aos-duration="50"] [data-aos] {
  -webkit-transition-duration: 50ms;
          transition-duration: 50ms;
}

[data-aos][data-aos][data-aos-delay="50"], body[data-aos-delay="50"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="50"].aos-animate, body[data-aos-delay="50"] [data-aos].aos-animate {
  -webkit-transition-delay: 50ms;
          transition-delay: 50ms;
}

[data-aos][data-aos][data-aos-duration="100"], body[data-aos-duration="100"] [data-aos] {
  -webkit-transition-duration: 0.1s;
          transition-duration: 0.1s;
}

[data-aos][data-aos][data-aos-delay="100"], body[data-aos-delay="100"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="100"].aos-animate, body[data-aos-delay="100"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

[data-aos][data-aos][data-aos-duration="150"], body[data-aos-duration="150"] [data-aos] {
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
}

[data-aos][data-aos][data-aos-delay="150"], body[data-aos-delay="150"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="150"].aos-animate, body[data-aos-delay="150"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}

[data-aos][data-aos][data-aos-duration="200"], body[data-aos-duration="200"] [data-aos] {
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}

[data-aos][data-aos][data-aos-delay="200"], body[data-aos-delay="200"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="200"].aos-animate, body[data-aos-delay="200"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

[data-aos][data-aos][data-aos-duration="250"], body[data-aos-duration="250"] [data-aos] {
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
}

[data-aos][data-aos][data-aos-delay="250"], body[data-aos-delay="250"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="250"].aos-animate, body[data-aos-delay="250"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}

[data-aos][data-aos][data-aos-duration="300"], body[data-aos-duration="300"] [data-aos] {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

[data-aos][data-aos][data-aos-delay="300"], body[data-aos-delay="300"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="300"].aos-animate, body[data-aos-delay="300"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

[data-aos][data-aos][data-aos-duration="350"], body[data-aos-duration="350"] [data-aos] {
  -webkit-transition-duration: 0.35s;
          transition-duration: 0.35s;
}

[data-aos][data-aos][data-aos-delay="350"], body[data-aos-delay="350"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="350"].aos-animate, body[data-aos-delay="350"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.35s;
          transition-delay: 0.35s;
}

[data-aos][data-aos][data-aos-duration="400"], body[data-aos-duration="400"] [data-aos] {
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}

[data-aos][data-aos][data-aos-delay="400"], body[data-aos-delay="400"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="400"].aos-animate, body[data-aos-delay="400"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

[data-aos][data-aos][data-aos-duration="450"], body[data-aos-duration="450"] [data-aos] {
  -webkit-transition-duration: 0.45s;
          transition-duration: 0.45s;
}

[data-aos][data-aos][data-aos-delay="450"], body[data-aos-delay="450"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="450"].aos-animate, body[data-aos-delay="450"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.45s;
          transition-delay: 0.45s;
}

[data-aos][data-aos][data-aos-duration="500"], body[data-aos-duration="500"] [data-aos] {
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}

[data-aos][data-aos][data-aos-delay="500"], body[data-aos-delay="500"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="500"].aos-animate, body[data-aos-delay="500"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

[data-aos][data-aos][data-aos-duration="550"], body[data-aos-duration="550"] [data-aos] {
  -webkit-transition-duration: 0.55s;
          transition-duration: 0.55s;
}

[data-aos][data-aos][data-aos-delay="550"], body[data-aos-delay="550"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="550"].aos-animate, body[data-aos-delay="550"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.55s;
          transition-delay: 0.55s;
}

[data-aos][data-aos][data-aos-duration="600"], body[data-aos-duration="600"] [data-aos] {
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
}

[data-aos][data-aos][data-aos-delay="600"], body[data-aos-delay="600"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="600"].aos-animate, body[data-aos-delay="600"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

[data-aos][data-aos][data-aos-duration="650"], body[data-aos-duration="650"] [data-aos] {
  -webkit-transition-duration: 0.65s;
          transition-duration: 0.65s;
}

[data-aos][data-aos][data-aos-delay="650"], body[data-aos-delay="650"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="650"].aos-animate, body[data-aos-delay="650"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.65s;
          transition-delay: 0.65s;
}

[data-aos][data-aos][data-aos-duration="700"], body[data-aos-duration="700"] [data-aos] {
  -webkit-transition-duration: 0.7s;
          transition-duration: 0.7s;
}

[data-aos][data-aos][data-aos-delay="700"], body[data-aos-delay="700"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="700"].aos-animate, body[data-aos-delay="700"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

[data-aos][data-aos][data-aos-duration="750"], body[data-aos-duration="750"] [data-aos] {
  -webkit-transition-duration: 0.75s;
          transition-duration: 0.75s;
}

[data-aos][data-aos][data-aos-delay="750"], body[data-aos-delay="750"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="750"].aos-animate, body[data-aos-delay="750"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.75s;
          transition-delay: 0.75s;
}

[data-aos][data-aos][data-aos-duration="800"], body[data-aos-duration="800"] [data-aos] {
  -webkit-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

[data-aos][data-aos][data-aos-delay="800"], body[data-aos-delay="800"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="800"].aos-animate, body[data-aos-delay="800"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

[data-aos][data-aos][data-aos-duration="850"], body[data-aos-duration="850"] [data-aos] {
  -webkit-transition-duration: 0.85s;
          transition-duration: 0.85s;
}

[data-aos][data-aos][data-aos-delay="850"], body[data-aos-delay="850"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="850"].aos-animate, body[data-aos-delay="850"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.85s;
          transition-delay: 0.85s;
}

[data-aos][data-aos][data-aos-duration="900"], body[data-aos-duration="900"] [data-aos] {
  -webkit-transition-duration: 0.9s;
          transition-duration: 0.9s;
}

[data-aos][data-aos][data-aos-delay="900"], body[data-aos-delay="900"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="900"].aos-animate, body[data-aos-delay="900"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}

[data-aos][data-aos][data-aos-duration="950"], body[data-aos-duration="950"] [data-aos] {
  -webkit-transition-duration: 0.95s;
          transition-duration: 0.95s;
}

[data-aos][data-aos][data-aos-delay="950"], body[data-aos-delay="950"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="950"].aos-animate, body[data-aos-delay="950"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.95s;
          transition-delay: 0.95s;
}

[data-aos][data-aos][data-aos-duration="1000"], body[data-aos-duration="1000"] [data-aos] {
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
}

[data-aos][data-aos][data-aos-delay="1000"], body[data-aos-delay="1000"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1000"].aos-animate, body[data-aos-delay="1000"] [data-aos].aos-animate {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

[data-aos][data-aos][data-aos-duration="1050"], body[data-aos-duration="1050"] [data-aos] {
  -webkit-transition-duration: 1.05s;
          transition-duration: 1.05s;
}

[data-aos][data-aos][data-aos-delay="1050"], body[data-aos-delay="1050"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1050"].aos-animate, body[data-aos-delay="1050"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.05s;
          transition-delay: 1.05s;
}

[data-aos][data-aos][data-aos-duration="1100"], body[data-aos-duration="1100"] [data-aos] {
  -webkit-transition-duration: 1.1s;
          transition-duration: 1.1s;
}

[data-aos][data-aos][data-aos-delay="1100"], body[data-aos-delay="1100"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1100"].aos-animate, body[data-aos-delay="1100"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}

[data-aos][data-aos][data-aos-duration="1150"], body[data-aos-duration="1150"] [data-aos] {
  -webkit-transition-duration: 1.15s;
          transition-duration: 1.15s;
}

[data-aos][data-aos][data-aos-delay="1150"], body[data-aos-delay="1150"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1150"].aos-animate, body[data-aos-delay="1150"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.15s;
          transition-delay: 1.15s;
}

[data-aos][data-aos][data-aos-duration="1200"], body[data-aos-duration="1200"] [data-aos] {
  -webkit-transition-duration: 1.2s;
          transition-duration: 1.2s;
}

[data-aos][data-aos][data-aos-delay="1200"], body[data-aos-delay="1200"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1200"].aos-animate, body[data-aos-delay="1200"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

[data-aos][data-aos][data-aos-duration="1250"], body[data-aos-duration="1250"] [data-aos] {
  -webkit-transition-duration: 1.25s;
          transition-duration: 1.25s;
}

[data-aos][data-aos][data-aos-delay="1250"], body[data-aos-delay="1250"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1250"].aos-animate, body[data-aos-delay="1250"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.25s;
          transition-delay: 1.25s;
}

[data-aos][data-aos][data-aos-duration="1300"], body[data-aos-duration="1300"] [data-aos] {
  -webkit-transition-duration: 1.3s;
          transition-duration: 1.3s;
}

[data-aos][data-aos][data-aos-delay="1300"], body[data-aos-delay="1300"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1300"].aos-animate, body[data-aos-delay="1300"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}

[data-aos][data-aos][data-aos-duration="1350"], body[data-aos-duration="1350"] [data-aos] {
  -webkit-transition-duration: 1.35s;
          transition-duration: 1.35s;
}

[data-aos][data-aos][data-aos-delay="1350"], body[data-aos-delay="1350"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1350"].aos-animate, body[data-aos-delay="1350"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.35s;
          transition-delay: 1.35s;
}

[data-aos][data-aos][data-aos-duration="1400"], body[data-aos-duration="1400"] [data-aos] {
  -webkit-transition-duration: 1.4s;
          transition-duration: 1.4s;
}

[data-aos][data-aos][data-aos-delay="1400"], body[data-aos-delay="1400"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1400"].aos-animate, body[data-aos-delay="1400"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}

[data-aos][data-aos][data-aos-duration="1450"], body[data-aos-duration="1450"] [data-aos] {
  -webkit-transition-duration: 1.45s;
          transition-duration: 1.45s;
}

[data-aos][data-aos][data-aos-delay="1450"], body[data-aos-delay="1450"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1450"].aos-animate, body[data-aos-delay="1450"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.45s;
          transition-delay: 1.45s;
}

[data-aos][data-aos][data-aos-duration="1500"], body[data-aos-duration="1500"] [data-aos] {
  -webkit-transition-duration: 1.5s;
          transition-duration: 1.5s;
}

[data-aos][data-aos][data-aos-delay="1500"], body[data-aos-delay="1500"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1500"].aos-animate, body[data-aos-delay="1500"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}

[data-aos][data-aos][data-aos-duration="1550"], body[data-aos-duration="1550"] [data-aos] {
  -webkit-transition-duration: 1.55s;
          transition-duration: 1.55s;
}

[data-aos][data-aos][data-aos-delay="1550"], body[data-aos-delay="1550"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1550"].aos-animate, body[data-aos-delay="1550"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.55s;
          transition-delay: 1.55s;
}

[data-aos][data-aos][data-aos-duration="1600"], body[data-aos-duration="1600"] [data-aos] {
  -webkit-transition-duration: 1.6s;
          transition-duration: 1.6s;
}

[data-aos][data-aos][data-aos-delay="1600"], body[data-aos-delay="1600"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1600"].aos-animate, body[data-aos-delay="1600"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}

[data-aos][data-aos][data-aos-duration="1650"], body[data-aos-duration="1650"] [data-aos] {
  -webkit-transition-duration: 1.65s;
          transition-duration: 1.65s;
}

[data-aos][data-aos][data-aos-delay="1650"], body[data-aos-delay="1650"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1650"].aos-animate, body[data-aos-delay="1650"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.65s;
          transition-delay: 1.65s;
}

[data-aos][data-aos][data-aos-duration="1700"], body[data-aos-duration="1700"] [data-aos] {
  -webkit-transition-duration: 1.7s;
          transition-duration: 1.7s;
}

[data-aos][data-aos][data-aos-delay="1700"], body[data-aos-delay="1700"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1700"].aos-animate, body[data-aos-delay="1700"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.7s;
          transition-delay: 1.7s;
}

[data-aos][data-aos][data-aos-duration="1750"], body[data-aos-duration="1750"] [data-aos] {
  -webkit-transition-duration: 1.75s;
          transition-duration: 1.75s;
}

[data-aos][data-aos][data-aos-delay="1750"], body[data-aos-delay="1750"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1750"].aos-animate, body[data-aos-delay="1750"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.75s;
          transition-delay: 1.75s;
}

[data-aos][data-aos][data-aos-duration="1800"], body[data-aos-duration="1800"] [data-aos] {
  -webkit-transition-duration: 1.8s;
          transition-duration: 1.8s;
}

[data-aos][data-aos][data-aos-delay="1800"], body[data-aos-delay="1800"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1800"].aos-animate, body[data-aos-delay="1800"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.8s;
          transition-delay: 1.8s;
}

[data-aos][data-aos][data-aos-duration="1850"], body[data-aos-duration="1850"] [data-aos] {
  -webkit-transition-duration: 1.85s;
          transition-duration: 1.85s;
}

[data-aos][data-aos][data-aos-delay="1850"], body[data-aos-delay="1850"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1850"].aos-animate, body[data-aos-delay="1850"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.85s;
          transition-delay: 1.85s;
}

[data-aos][data-aos][data-aos-duration="1900"], body[data-aos-duration="1900"] [data-aos] {
  -webkit-transition-duration: 1.9s;
          transition-duration: 1.9s;
}

[data-aos][data-aos][data-aos-delay="1900"], body[data-aos-delay="1900"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1900"].aos-animate, body[data-aos-delay="1900"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.9s;
          transition-delay: 1.9s;
}

[data-aos][data-aos][data-aos-duration="1950"], body[data-aos-duration="1950"] [data-aos] {
  -webkit-transition-duration: 1.95s;
          transition-duration: 1.95s;
}

[data-aos][data-aos][data-aos-delay="1950"], body[data-aos-delay="1950"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1950"].aos-animate, body[data-aos-delay="1950"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.95s;
          transition-delay: 1.95s;
}

[data-aos][data-aos][data-aos-duration="2000"], body[data-aos-duration="2000"] [data-aos] {
  -webkit-transition-duration: 2s;
          transition-duration: 2s;
}

[data-aos][data-aos][data-aos-delay="2000"], body[data-aos-delay="2000"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2000"].aos-animate, body[data-aos-delay="2000"] [data-aos].aos-animate {
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}

[data-aos][data-aos][data-aos-duration="2050"], body[data-aos-duration="2050"] [data-aos] {
  -webkit-transition-duration: 2.05s;
          transition-duration: 2.05s;
}

[data-aos][data-aos][data-aos-delay="2050"], body[data-aos-delay="2050"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2050"].aos-animate, body[data-aos-delay="2050"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.05s;
          transition-delay: 2.05s;
}

[data-aos][data-aos][data-aos-duration="2100"], body[data-aos-duration="2100"] [data-aos] {
  -webkit-transition-duration: 2.1s;
          transition-duration: 2.1s;
}

[data-aos][data-aos][data-aos-delay="2100"], body[data-aos-delay="2100"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2100"].aos-animate, body[data-aos-delay="2100"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.1s;
          transition-delay: 2.1s;
}

[data-aos][data-aos][data-aos-duration="2150"], body[data-aos-duration="2150"] [data-aos] {
  -webkit-transition-duration: 2.15s;
          transition-duration: 2.15s;
}

[data-aos][data-aos][data-aos-delay="2150"], body[data-aos-delay="2150"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2150"].aos-animate, body[data-aos-delay="2150"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.15s;
          transition-delay: 2.15s;
}

[data-aos][data-aos][data-aos-duration="2200"], body[data-aos-duration="2200"] [data-aos] {
  -webkit-transition-duration: 2.2s;
          transition-duration: 2.2s;
}

[data-aos][data-aos][data-aos-delay="2200"], body[data-aos-delay="2200"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2200"].aos-animate, body[data-aos-delay="2200"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.2s;
          transition-delay: 2.2s;
}

[data-aos][data-aos][data-aos-duration="2250"], body[data-aos-duration="2250"] [data-aos] {
  -webkit-transition-duration: 2.25s;
          transition-duration: 2.25s;
}

[data-aos][data-aos][data-aos-delay="2250"], body[data-aos-delay="2250"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2250"].aos-animate, body[data-aos-delay="2250"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.25s;
          transition-delay: 2.25s;
}

[data-aos][data-aos][data-aos-duration="2300"], body[data-aos-duration="2300"] [data-aos] {
  -webkit-transition-duration: 2.3s;
          transition-duration: 2.3s;
}

[data-aos][data-aos][data-aos-delay="2300"], body[data-aos-delay="2300"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2300"].aos-animate, body[data-aos-delay="2300"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.3s;
          transition-delay: 2.3s;
}

[data-aos][data-aos][data-aos-duration="2350"], body[data-aos-duration="2350"] [data-aos] {
  -webkit-transition-duration: 2.35s;
          transition-duration: 2.35s;
}

[data-aos][data-aos][data-aos-delay="2350"], body[data-aos-delay="2350"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2350"].aos-animate, body[data-aos-delay="2350"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.35s;
          transition-delay: 2.35s;
}

[data-aos][data-aos][data-aos-duration="2400"], body[data-aos-duration="2400"] [data-aos] {
  -webkit-transition-duration: 2.4s;
          transition-duration: 2.4s;
}

[data-aos][data-aos][data-aos-delay="2400"], body[data-aos-delay="2400"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2400"].aos-animate, body[data-aos-delay="2400"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.4s;
          transition-delay: 2.4s;
}

[data-aos][data-aos][data-aos-duration="2450"], body[data-aos-duration="2450"] [data-aos] {
  -webkit-transition-duration: 2.45s;
          transition-duration: 2.45s;
}

[data-aos][data-aos][data-aos-delay="2450"], body[data-aos-delay="2450"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2450"].aos-animate, body[data-aos-delay="2450"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.45s;
          transition-delay: 2.45s;
}

[data-aos][data-aos][data-aos-duration="2500"], body[data-aos-duration="2500"] [data-aos] {
  -webkit-transition-duration: 2.5s;
          transition-duration: 2.5s;
}

[data-aos][data-aos][data-aos-delay="2500"], body[data-aos-delay="2500"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2500"].aos-animate, body[data-aos-delay="2500"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.5s;
          transition-delay: 2.5s;
}

[data-aos][data-aos][data-aos-duration="2550"], body[data-aos-duration="2550"] [data-aos] {
  -webkit-transition-duration: 2.55s;
          transition-duration: 2.55s;
}

[data-aos][data-aos][data-aos-delay="2550"], body[data-aos-delay="2550"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2550"].aos-animate, body[data-aos-delay="2550"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.55s;
          transition-delay: 2.55s;
}

[data-aos][data-aos][data-aos-duration="2600"], body[data-aos-duration="2600"] [data-aos] {
  -webkit-transition-duration: 2.6s;
          transition-duration: 2.6s;
}

[data-aos][data-aos][data-aos-delay="2600"], body[data-aos-delay="2600"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2600"].aos-animate, body[data-aos-delay="2600"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.6s;
          transition-delay: 2.6s;
}

[data-aos][data-aos][data-aos-duration="2650"], body[data-aos-duration="2650"] [data-aos] {
  -webkit-transition-duration: 2.65s;
          transition-duration: 2.65s;
}

[data-aos][data-aos][data-aos-delay="2650"], body[data-aos-delay="2650"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2650"].aos-animate, body[data-aos-delay="2650"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.65s;
          transition-delay: 2.65s;
}

[data-aos][data-aos][data-aos-duration="2700"], body[data-aos-duration="2700"] [data-aos] {
  -webkit-transition-duration: 2.7s;
          transition-duration: 2.7s;
}

[data-aos][data-aos][data-aos-delay="2700"], body[data-aos-delay="2700"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2700"].aos-animate, body[data-aos-delay="2700"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.7s;
          transition-delay: 2.7s;
}

[data-aos][data-aos][data-aos-duration="2750"], body[data-aos-duration="2750"] [data-aos] {
  -webkit-transition-duration: 2.75s;
          transition-duration: 2.75s;
}

[data-aos][data-aos][data-aos-delay="2750"], body[data-aos-delay="2750"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2750"].aos-animate, body[data-aos-delay="2750"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.75s;
          transition-delay: 2.75s;
}

[data-aos][data-aos][data-aos-duration="2800"], body[data-aos-duration="2800"] [data-aos] {
  -webkit-transition-duration: 2.8s;
          transition-duration: 2.8s;
}

[data-aos][data-aos][data-aos-delay="2800"], body[data-aos-delay="2800"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2800"].aos-animate, body[data-aos-delay="2800"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.8s;
          transition-delay: 2.8s;
}

[data-aos][data-aos][data-aos-duration="2850"], body[data-aos-duration="2850"] [data-aos] {
  -webkit-transition-duration: 2.85s;
          transition-duration: 2.85s;
}

[data-aos][data-aos][data-aos-delay="2850"], body[data-aos-delay="2850"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2850"].aos-animate, body[data-aos-delay="2850"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.85s;
          transition-delay: 2.85s;
}

[data-aos][data-aos][data-aos-duration="2900"], body[data-aos-duration="2900"] [data-aos] {
  -webkit-transition-duration: 2.9s;
          transition-duration: 2.9s;
}

[data-aos][data-aos][data-aos-delay="2900"], body[data-aos-delay="2900"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2900"].aos-animate, body[data-aos-delay="2900"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.9s;
          transition-delay: 2.9s;
}

[data-aos][data-aos][data-aos-duration="2950"], body[data-aos-duration="2950"] [data-aos] {
  -webkit-transition-duration: 2.95s;
          transition-duration: 2.95s;
}

[data-aos][data-aos][data-aos-delay="2950"], body[data-aos-delay="2950"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2950"].aos-animate, body[data-aos-delay="2950"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.95s;
          transition-delay: 2.95s;
}

[data-aos][data-aos][data-aos-duration="3000"], body[data-aos-duration="3000"] [data-aos] {
  -webkit-transition-duration: 3s;
          transition-duration: 3s;
}

[data-aos][data-aos][data-aos-delay="3000"], body[data-aos-delay="3000"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="3000"].aos-animate, body[data-aos-delay="3000"] [data-aos].aos-animate {
  -webkit-transition-delay: 3s;
          transition-delay: 3s;
}

[data-aos][data-aos][data-aos-easing=linear], body[data-aos-easing=linear] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
          transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}

[data-aos][data-aos][data-aos-easing=ease], body[data-aos-easing=ease] [data-aos] {
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}

[data-aos][data-aos][data-aos-easing=ease-in], body[data-aos-easing=ease-in] [data-aos] {
  -webkit-transition-timing-function: ease-in;
          transition-timing-function: ease-in;
}

[data-aos][data-aos][data-aos-easing=ease-out], body[data-aos-easing=ease-out] [data-aos] {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-out], body[data-aos-easing=ease-in-out] [data-aos] {
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-back], body[data-aos-easing=ease-in-back] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
          transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

[data-aos][data-aos][data-aos-easing=ease-out-back], body[data-aos-easing=ease-out-back] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
          transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-back], body[data-aos-easing=ease-in-out-back] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
          transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

[data-aos][data-aos][data-aos-easing=ease-in-sine], body[data-aos-easing=ease-in-sine] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
          transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}

[data-aos][data-aos][data-aos-easing=ease-out-sine], body[data-aos-easing=ease-out-sine] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
          transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-sine], body[data-aos-easing=ease-in-out-sine] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
          transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

[data-aos][data-aos][data-aos-easing=ease-in-quad], body[data-aos-easing=ease-in-quad] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
          transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-quad], body[data-aos-easing=ease-out-quad] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
          transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quad], body[data-aos-easing=ease-in-out-quad] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
          transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing=ease-in-cubic], body[data-aos-easing=ease-in-cubic] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
          transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-cubic], body[data-aos-easing=ease-out-cubic] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
          transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-cubic], body[data-aos-easing=ease-in-out-cubic] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
          transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing=ease-in-quart], body[data-aos-easing=ease-in-quart] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
          transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-quart], body[data-aos-easing=ease-out-quart] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
          transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quart], body[data-aos-easing=ease-in-out-quart] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
          transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos^=fade][data-aos^=fade] {
  opacity: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}

[data-aos^=fade][data-aos^=fade].aos-animate {
  opacity: 1;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

[data-aos=fade-up] {
  -webkit-transform: translate3d(0, 100px, 0);
          transform: translate3d(0, 100px, 0);
}

[data-aos=fade-down] {
  -webkit-transform: translate3d(0, -100px, 0);
          transform: translate3d(0, -100px, 0);
}

[data-aos=fade-right] {
  -webkit-transform: translate3d(-100px, 0, 0);
          transform: translate3d(-100px, 0, 0);
}

[data-aos=fade-left] {
  -webkit-transform: translate3d(100px, 0, 0);
          transform: translate3d(100px, 0, 0);
}

[data-aos=fade-up-right] {
  -webkit-transform: translate3d(-100px, 100px, 0);
          transform: translate3d(-100px, 100px, 0);
}

[data-aos=fade-up-left] {
  -webkit-transform: translate3d(100px, 100px, 0);
          transform: translate3d(100px, 100px, 0);
}

[data-aos=fade-down-right] {
  -webkit-transform: translate3d(-100px, -100px, 0);
          transform: translate3d(-100px, -100px, 0);
}

[data-aos=fade-down-left] {
  -webkit-transform: translate3d(100px, -100px, 0);
          transform: translate3d(100px, -100px, 0);
}

[data-aos^=zoom][data-aos^=zoom] {
  opacity: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}

[data-aos^=zoom][data-aos^=zoom].aos-animate {
  opacity: 1;
  -webkit-transform: translateZ(0) scale(1);
          transform: translateZ(0) scale(1);
}

[data-aos=zoom-in] {
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
}

[data-aos=zoom-in-up] {
  -webkit-transform: translate3d(0, 100px, 0) scale(0.6);
          transform: translate3d(0, 100px, 0) scale(0.6);
}

[data-aos=zoom-in-down] {
  -webkit-transform: translate3d(0, -100px, 0) scale(0.6);
          transform: translate3d(0, -100px, 0) scale(0.6);
}

[data-aos=zoom-in-right] {
  -webkit-transform: translate3d(-100px, 0, 0) scale(0.6);
          transform: translate3d(-100px, 0, 0) scale(0.6);
}

[data-aos=zoom-in-left] {
  -webkit-transform: translate3d(100px, 0, 0) scale(0.6);
          transform: translate3d(100px, 0, 0) scale(0.6);
}

[data-aos=zoom-out] {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

[data-aos=zoom-out-up] {
  -webkit-transform: translate3d(0, 100px, 0) scale(1.2);
          transform: translate3d(0, 100px, 0) scale(1.2);
}

[data-aos=zoom-out-down] {
  -webkit-transform: translate3d(0, -100px, 0) scale(1.2);
          transform: translate3d(0, -100px, 0) scale(1.2);
}

[data-aos=zoom-out-right] {
  -webkit-transform: translate3d(-100px, 0, 0) scale(1.2);
          transform: translate3d(-100px, 0, 0) scale(1.2);
}

[data-aos=zoom-out-left] {
  -webkit-transform: translate3d(100px, 0, 0) scale(1.2);
          transform: translate3d(100px, 0, 0) scale(1.2);
}

[data-aos^=slide][data-aos^=slide] {
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

[data-aos^=slide][data-aos^=slide].aos-animate {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

[data-aos=slide-up] {
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
}

[data-aos=slide-down] {
  -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
}

[data-aos=slide-right] {
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}

[data-aos=slide-left] {
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
}

[data-aos^=flip][data-aos^=flip] {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

[data-aos=flip-left] {
  -webkit-transform: perspective(2500px) rotateY(-100deg);
          transform: perspective(2500px) rotateY(-100deg);
}

[data-aos=flip-left].aos-animate {
  -webkit-transform: perspective(2500px) rotateY(0);
          transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-right] {
  -webkit-transform: perspective(2500px) rotateY(100deg);
          transform: perspective(2500px) rotateY(100deg);
}

[data-aos=flip-right].aos-animate {
  -webkit-transform: perspective(2500px) rotateY(0);
          transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-up] {
  -webkit-transform: perspective(2500px) rotateX(-100deg);
          transform: perspective(2500px) rotateX(-100deg);
}

[data-aos=flip-up].aos-animate {
  -webkit-transform: perspective(2500px) rotateX(0);
          transform: perspective(2500px) rotateX(0);
}

[data-aos=flip-down] {
  -webkit-transform: perspective(2500px) rotateX(100deg);
          transform: perspective(2500px) rotateX(100deg);
}

[data-aos=flip-down].aos-animate {
  -webkit-transform: perspective(2500px) rotateX(0);
          transform: perspective(2500px) rotateX(0);
}

.parallax-full-bg {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .parallax-full-bg {
    position: absolute;
    height: 100%;
    bottom: 0;
  }
}

.swiper-container {
  height: 300px;
}

.intro {
  padding-bottom: 12%;
}
@media screen and (max-width: 1560px) {
  .intro {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .intro {
    margin-bottom: 60px;
  }
}
.intro__body {
  min-height: 1100px;
}
@media screen and (max-width: 768px) {
  .intro__body {
    min-height: 0;
    padding-top: 90%;
  }
}
.intro__title {
  position: absolute;
  top: 260px;
  margin: 0;
  letter-spacing: normal;
  color: #FFFFFF;
  font-weight: 700;
  font-size: 2.8125rem;
}
@media screen and (max-width: 1200px) {
  .intro__title {
    font-size: 1.625rem;
  }
}
.is-zh .intro__title {
  color: #FFFFFF;
  font-weight: 700;
  font-size: 3rem;
}
@media screen and (max-width: 1200px) {
  .is-zh .intro__title {
    font-size: 1.7333333333rem;
  }
}
@media screen and (max-width: 768px) {
  .intro__title {
    top: 15.2709359606%;
    left: 20px;
    z-index: 2;
  }
}
.intro__bg {
  position: absolute;
  top: 10.4166666667%;
  right: -9.375%;
  width: 100%;
  max-width: 45.1388888889%;
  mix-blend-mode: exclusion;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .intro__bg {
    max-width: 92.2666666667%;
    top: 3.2019704433%;
    right: -20%;
    z-index: 1;
  }
}
.intro__bg img {
  width: 100%;
  margin-top: 2%;
}
@media screen and (max-width: 1200px) {
  .intro__bg img {
    margin-top: 5%;
  }
}
.intro__bg img:first-child {
  margin-top: 0;
}
.intro__slope {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  max-width: 38.8888888889%;
}
@media screen and (max-width: 768px) {
  .intro__slope {
    position: unset;
    max-width: none;
  }
}
.intro__slope img {
  width: 100%;
}
.intro__content {
  position: absolute;
  bottom: -10%;
}
@media screen and (max-width: 1560px) {
  .intro__content {
    bottom: 12.5%;
  }
}
@media screen and (max-width: 1200px) {
  .intro__content {
    max-width: 350px;
  }
}
@media screen and (max-width: 768px) {
  .intro__content {
    position: unset;
    max-width: none;
    text-align: center;
  }
  .intro__content .button {
    margin-top: 10%;
  }
}
.intro__content p {
  color: #FFFFFF;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.75rem;
}
@media screen and (max-width: 1200px) {
  .intro__content p {
    font-size: 0.9375rem;
    line-height: 1.25rem;
  }
}
.is-zh .intro__content p {
  color: #FFFFFF;
  font-weight: 400;
  font-size: 1.3333333333rem;
  line-height: 1.8666666667rem;
}
@media screen and (max-width: 1200px) {
  .is-zh .intro__content p {
    font-size: 1rem;
    line-height: 1.3333333333rem;
  }
}
@media screen and (max-width: 768px) {
  .intro__content p {
    text-align: left;
  }
}

#productservice {
  padding-top: 240px;
}
@media screen and (max-width: 768px) {
  #productservice {
    padding-top: 0;
  }
}

.brands-logo {
  padding-top: 124px;
  padding-bottom: 124px;
}
@media screen and (max-width: 1200px) {
  .brands-logo {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.brands-logo__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 200px 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .brands-logo__list {
    margin: 80px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .brands-logo__list img {
    max-height: 82px;
    max-width: 214px;
    margin-top: 50px;
  }
  .brands-logo__list img:first-child {
    margin-top: 0;
  }
}
@media screen and (max-width: 1200px) {
  .brands-logo__esky {
    width: 118px;
  }
}

.plasticity .screen__shape--lightblue > img {
  position: relative;
  top: 30%;
  right: 20%;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .design-manufacturing .site-main__section-block-1 {
    height: calc(95vh + 60px);
  }
}
.design-manufacturing .site-main__section-block-1 .hero__image--mobile {
  position: absolute;
  bottom: 0;
  left: 0;
}

.step {
  position: relative;
  margin-bottom: 45px;
}
@media screen and (max-width: 768px) {
  .step {
    margin-bottom: 30px;
  }
}
.step__wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .step__wrap {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.step__wrap--top {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.step__wrap--top .step__body {
  padding-top: 30px;
}
@media screen and (max-width: 768px) {
  .step__wrap--top .step__body {
    padding-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .step__wrap--top {
    float: none;
    top: 0;
    right: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.step__wrap--bottom {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.step__wrap--bottom .step__body {
  padding-top: 30px;
}
@media screen and (max-width: 768px) {
  .step__wrap--bottom .step__body {
    padding-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .step__wrap--bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    bottom: 0;
    left: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.step__bubble {
  width: 36.3888888889%;
  height: 36.3888888889%;
  border-radius: 50%;
  overflow: hidden;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
@media screen and (max-width: 768px) {
  .step__bubble {
    width: 66.6666666667%;
    height: 66.6666666667%;
    margin-bottom: 12px;
  }
}
.step__wrap--top .step__bubble {
  margin-right: 180px;
}
@media screen and (max-width: 768px) {
  .step__wrap--top .step__bubble {
    margin-right: 0;
  }
}
.step__wrap--bottom .step__bubble {
  margin-left: 180px;
}
@media screen and (max-width: 768px) {
  .step__wrap--bottom .step__bubble {
    margin-left: 0;
  }
}
.step__body {
  width: 100%;
  max-width: 318px;
}
@media screen and (max-width: 768px) {
  .step__body {
    max-width: none;
  }
}
.step__title {
  color: #00263E;
  font-weight: 700;
  font-size: 1.5rem;
}
@media screen and (max-width: 1200px) {
  .step__title {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
}
.is-zh .step__title {
  color: #00263E;
  font-weight: 700;
  font-size: 1.6rem;
}
@media screen and (max-width: 1200px) {
  .is-zh .step__title {
    font-size: 1.3333333333rem;
    line-height: 1.6rem;
  }
}
.step__desc {
  color: #00263E;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.625rem;
  margin-bottom: 0;
}
@media screen and (max-width: 1200px) {
  .step__desc {
    font-size: 0.9375rem;
    line-height: 1.25rem;
  }
}
.is-zh .step__desc {
  color: #00263E;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.7333333333rem;
}
@media screen and (max-width: 1200px) {
  .is-zh .step__desc {
    font-size: 1rem;
    line-height: 1.3333333333rem;
  }
}
@media screen and (max-width: 1200px) {
  .step__wrap--bottom .step__desc {
    margin-bottom: 30px;
  }
}

.factory-tour {
  position: relative;
  overflow: hidden;
}
.factory-tour .screen__shape--small {
  height: 80.8510638298%;
}
@media screen and (max-width: 768px) {
  .factory-tour {
    height: 611px;
  }
}
.factory-tour__title {
  color: #00263E;
  font-weight: 700;
  font-size: 1.5rem;
  margin-bottom: 50px;
}
@media screen and (max-width: 1200px) {
  .factory-tour__title {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
}
.is-zh .factory-tour__title {
  color: #00263E;
  font-weight: 700;
  font-size: 1.6rem;
}
@media screen and (max-width: 1200px) {
  .is-zh .factory-tour__title {
    font-size: 1.3333333333rem;
    line-height: 1.6rem;
  }
}
.factory-tour__desc {
  color: #00263E;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.75rem;
}
@media screen and (max-width: 1200px) {
  .factory-tour__desc {
    font-size: 0.9375rem;
    line-height: 1.25rem;
  }
}
.is-zh .factory-tour__desc {
  color: #00263E;
  font-weight: 400;
  font-size: 1.3333333333rem;
  line-height: 1.8666666667rem;
}
@media screen and (max-width: 1200px) {
  .is-zh .factory-tour__desc {
    font-size: 1rem;
    line-height: 1.3333333333rem;
  }
}
.factory-tour__slider--main {
  padding: 59.0277777778% 0 0;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .factory-tour__slider--main {
    padding: 0;
    width: auto;
    height: 100%;
  }
  .factory-tour__slider--main .swiper-slide {
    overflow: hidden;
  }
  .factory-tour__slider--main .swiper-slide img {
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
    height: 100%;
    max-width: none;
  }
}
.factory-tour__slider > .swiper-wrapper {
  position: absolute;
  top: 0;
  left: 0;
}
.factory-tour__slider-ctrl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  bottom: 0;
  left: calc(50% + 3px);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  z-index: 2;
}
@media screen and (max-width: 1200px) {
  .factory-tour__slider-ctrl {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    left: 20px;
    -webkit-transform: none;
            transform: none;
  }
}
@media screen and (max-width: 768px) {
  .factory-tour__slider-ctrl {
    left: 3px;
  }
}
.factory-tour__slider-ctrl .swiper-button-prev, .factory-tour__slider-ctrl .swiper-button-next {
  position: relative;
}
.factory-tour__slider-ctrl .swiper-button-prev:after, .factory-tour__slider-ctrl .swiper-button-next:after {
  content: "";
}
.factory-tour__slider-ctrl .swiper-button-prev {
  left: -10px;
}
.factory-tour__slider-ctrl .swiper-button-next {
  right: -10px;
}
.factory-tour__slider-ctrl .swiper-pagination {
  position: relative;
  text-align: unset;
  width: auto;
}
.factory-tour__slider--content h3 {
  color: #00263E;
  font-weight: 700;
  font-size: 1.5rem;
}
@media screen and (max-width: 1200px) {
  .factory-tour__slider--content h3 {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
}
.is-zh .factory-tour__slider--content h3 {
  color: #00263E;
  font-weight: 700;
  font-size: 1.6rem;
}
@media screen and (max-width: 1200px) {
  .is-zh .factory-tour__slider--content h3 {
    font-size: 1.3333333333rem;
    line-height: 1.6rem;
  }
}

.swiper-slide img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .about .site-main__section-block-2 {
    height: 105vh;
  }
}
.about .site-main__section-block-2 .site-main__image--mobile {
  margin-top: 310px;
}

.principles {
  padding-top: 260px;
  padding-bottom: 115px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1200px) {
  .principles {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 90px 0 40px;
  }
}
.principles__left {
  width: 316px;
}
@media screen and (max-width: 1200px) {
  .principles__left {
    width: 100%;
  }
}
.principles__right {
  width: calc(100% - 316px);
}
@media screen and (max-width: 1200px) {
  .principles__right {
    width: 100%;
  }
}
.principles__title {
  color: #00263E;
  font-weight: 700;
  font-size: 2.25rem;
}
@media screen and (max-width: 1200px) {
  .principles__title {
    font-size: 1.375rem;
  }
}
.is-zh .principles__title {
  color: #00263E;
  font-weight: 700;
  font-size: 2.4rem;
}
@media screen and (max-width: 1200px) {
  .is-zh .principles__title {
    font-size: 1.4666666667rem;
  }
}
@media screen and (max-width: 1200px) {
  .principles__title {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 768px) {
  .principles__title {
    margin-bottom: 30px;
  }
}
.principles__item {
  margin-bottom: 2rem;
}
.principles__item:nth-child(4) {
  clear: left;
}
@media screen and (max-width: 1200px) {
  .principles__item:nth-child(2n-1) {
    clear: left;
  }
  .principles__item:nth-child(4) {
    clear: none;
  }
}
.principles__avatar {
  margin-bottom: 3rem;
  width: 74.531835206%;
}
.principles__image {
  width: 100%;
}
.principles__content {
  max-width: 200px;
  color: #00263E;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1rem;
}
.is-zh .principles__content {
  color: #00263E;
  font-weight: 400;
  font-size: 0.8rem;
  line-height: 1.0666666667rem;
}
.principles__content h3 {
  color: #00263E;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.25rem;
}
@media screen and (max-width: 1200px) {
  .principles__content h3 {
    font-size: 0.9375rem;
    line-height: 1.25rem;
  }
}
.is-zh .principles__content h3 {
  color: #00263E;
  font-weight: 700;
  font-size: 1.0666666667rem;
  line-height: 1.3333333333rem;
}
@media screen and (max-width: 1200px) {
  .is-zh .principles__content h3 {
    font-size: 1rem;
    line-height: 1.3333333333rem;
  }
}

.people {
  padding-top: 130px;
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .people {
    padding: 90px 20px 20px;
  }
}
@media screen and (max-width: 768px) {
  .people__title {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1200px) {
  .people .tile__item {
    width: calc((100% - 20px) / 2);
    margin-left: 20px !important;
    margin-bottom: 20px !important;
  }
  .people .tile__item:nth-child(2n-1) {
    margin-left: 0 !important;
  }
}

@media screen and (max-width: 768px) {
  .contact h3 {
    padding: 0 20px;
  }
}
.contact__form {
  padding: 0;
}
.contact__form input[type=text], .contact__form input[type=hidden], .contact__form input[type=email], .contact__form input[type=tel], .contact__form select {
  color: #00263E;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1rem;
  margin-bottom: 30px;
}
.is-zh .contact__form input[type=text], .is-zh .contact__form input[type=hidden], .is-zh .contact__form input[type=email], .is-zh .contact__form input[type=tel], .is-zh .contact__form select {
  color: #00263E;
  font-weight: 400;
  font-size: 0.8rem;
  line-height: 1.0666666667rem;
}
.contact__form input[type=text].wpcf7-not-valid, .contact__form input[type=hidden].wpcf7-not-valid, .contact__form input[type=email].wpcf7-not-valid, .contact__form input[type=tel].wpcf7-not-valid, .contact__form select.wpcf7-not-valid {
  color: #F7001E;
  margin-bottom: 0;
  border-color: #F7001E;
}
.contact__form input[type=text] + .wpcf7-not-valid-tip, .contact__form input[type=hidden] + .wpcf7-not-valid-tip, .contact__form input[type=email] + .wpcf7-not-valid-tip, .contact__form input[type=tel] + .wpcf7-not-valid-tip, .contact__form select + .wpcf7-not-valid-tip {
  color: #F7001E;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1rem;
  margin-bottom: 15px;
}
.is-zh .contact__form input[type=text] + .wpcf7-not-valid-tip, .is-zh .contact__form input[type=hidden] + .wpcf7-not-valid-tip, .is-zh .contact__form input[type=email] + .wpcf7-not-valid-tip, .is-zh .contact__form input[type=tel] + .wpcf7-not-valid-tip, .is-zh .contact__form select + .wpcf7-not-valid-tip {
  color: #F7001E;
  font-weight: 400;
  font-size: 0.8rem;
  line-height: 1.0666666667rem;
}
.contact__form textarea {
  color: #00263E;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1rem;
  margin-bottom: 40px;
}
.is-zh .contact__form textarea {
  color: #00263E;
  font-weight: 400;
  font-size: 0.8rem;
  line-height: 1.0666666667rem;
}
.contact__form .quiz-math .wpcf7-quiz-label, .contact__form .quiz-math input[name=quiz-math] {
  color: #00263E;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.0625rem;
}
@media screen and (max-width: 1200px) {
  .contact__form .quiz-math .wpcf7-quiz-label, .contact__form .quiz-math input[name=quiz-math] {
    font-size: 0.6875rem;
    line-height: 0.9375rem;
  }
}
.contact__wrap {
  background: #00263E;
  position: relative;
  direction: rtl;
  margin-bottom: 20px;
}
.contact__wrap:last-child {
  margin-bottom: 0;
}
.contact__content {
  direction: ltr;
  color: #FFFFFF;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.625rem;
}
@media screen and (max-width: 1200px) {
  .contact__content {
    font-size: 0.9375rem;
    line-height: 1.25rem;
  }
}
.is-zh .contact__content {
  color: #FFFFFF;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.7333333333rem;
}
@media screen and (max-width: 1200px) {
  .is-zh .contact__content {
    font-size: 1rem;
    line-height: 1.3333333333rem;
  }
}
.contact__content.container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .contact__content.container {
    position: relative;
    padding-top: 35px;
    padding-bottom: 30px;
  }
}
.contact__content a {
  color: #FFFFFF;
}
.contact__map {
  width: 64.5833333333%;
  height: 485px;
}
.contact__map .MicrosoftMap {
  height: calc(100% + 1px) !important;
}
@media screen and (max-width: 768px) {
  .contact__map {
    width: 100%;
  }
}

.bing-map {
  width: 41.6666666667%;
  height: 1120px;
}
@media screen and (max-width: 768px) {
  .bing-map {
    width: 100%;
    height: 400px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.our-brands {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .our-brands {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 1200px) {
  .our-brands__rodman .screen__bg {
    text-align: center;
  }
  .our-brands__rodman .screen__bg > * {
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .our-brands__rodman {
    padding: 80px 20px 85px;
  }
}
.our-brands__rodman .our-brands__picture {
  mix-blend-mode: exclusion;
  position: relative;
  left: -50px;
}
.our-brands__rodman .our-brands__picture img {
  margin-top: 2%;
}
.our-brands__rodman .our-brands__picture img:first-child {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .our-brands__rodman .our-brands__picture {
    left: 30%;
    margin-bottom: 35px;
  }
}
.our-brands__rodman .screen__logo {
  width: 300px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .our-brands__rodman .screen__logo {
    width: 160px;
  }
}
@media screen and (max-width: 1200px) {
  .our-brands__rodman--innovation .screen__bg {
    text-align: center;
  }
  .our-brands__rodman--innovation .screen__bg > * {
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .our-brands__rodman--innovation {
    padding: 85px 20px 77px;
  }
}
.our-brands__rodman--innovation .our-brands__picture img {
  width: 626px;
}
@media screen and (max-width: 768px) {
  .our-brands__rodman--innovation .our-brands__picture img {
    width: 314px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .our-brands__rodman--innovation .our-brands__picture {
    margin-bottom: 35px;
  }
}
.our-brands__rodman--innovation .screen__logo {
  margin-bottom: 20px;
}
.our-brands__rodman--innovation .screen__logo--old {
  width: 133px;
}
@media screen and (max-width: 768px) {
  .our-brands__rodman--innovation .screen__logo--old {
    width: 88px;
  }
}
.our-brands__rodman--innovation .screen__logo--new {
  width: 300px;
}
@media screen and (max-width: 768px) {
  .our-brands__rodman--innovation .screen__logo--new {
    width: 200px;
  }
}
@media screen and (max-width: 1200px) {
  .our-brands__zhujiang .screen__bg {
    text-align: center;
  }
  .our-brands__zhujiang .screen__bg > * {
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .our-brands__zhujiang {
    padding: 80px 20px 0;
  }
}
.our-brands__zhujiang .our-brands__picture img {
  width: 440px;
  float: right;
}
@media screen and (max-width: 768px) {
  .our-brands__zhujiang .our-brands__picture img {
    width: 224px;
  }
}
@media screen and (max-width: 768px) {
  .our-brands__zhujiang .our-brands__picture {
    margin-top: 35px;
  }
}
.our-brands__zhujiang .screen__logo {
  margin-bottom: 20px;
  width: 168px;
}
@media screen and (max-width: 768px) {
  .our-brands__zhujiang .screen__logo {
    width: 102px;
  }
}
@media screen and (max-width: 1200px) {
  .our-brands__icemaster .screen__bg {
    text-align: center;
  }
  .our-brands__icemaster .screen__bg > * {
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .our-brands__icemaster {
    padding: 78px 20px 78px;
  }
}
.our-brands__icemaster .our-brands__picture img {
  width: 513px;
  float: right;
}
@media screen and (max-width: 768px) {
  .our-brands__icemaster .our-brands__picture img {
    margin-top: 45px;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .our-brands__icemaster .our-brands__picture {
    margin-bottom: 35px;
  }
}
.our-brands__icemaster .screen__logo {
  margin-bottom: 20px;
  width: 270px;
}
@media screen and (max-width: 768px) {
  .our-brands__icemaster .screen__logo {
    width: 113px;
  }
}
.our-brands__esky > div {
  top: 305px;
}
@media screen and (max-width: 768px) {
  .our-brands__esky > div {
    top: 0;
  }
}
@media screen and (max-width: 1200px) {
  .our-brands__esky .screen__bg {
    text-align: center;
  }
  .our-brands__esky .screen__bg > * {
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .our-brands__esky {
    padding: 80px 20px 0;
    position: absolute;
  }
}
.our-brands__esky .our-brands__picture img {
  width: 513px;
  float: none;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .our-brands__esky .our-brands__picture img {
    width: 61.6%;
  }
}
@media screen and (max-width: 768px) {
  .our-brands__esky .our-brands__picture {
    margin-bottom: 35px;
  }
}
.our-brands__esky .screen__logo {
  margin-bottom: 20px;
  width: 186px;
}
@media screen and (max-width: 768px) {
  .our-brands__esky .screen__logo {
    width: 118px;
  }
}
@media screen and (max-width: 768px) {
  .our-brands__image--desktop {
    display: none;
  }
}
.our-brands__image--mobile {
  display: none;
}
@media screen and (max-width: 768px) {
  .our-brands__image--mobile {
    width: 100%;
    display: block;
  }
}

@media screen and (max-width: 1560px) {
  .catalog {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media screen and (max-width: 768px) {
  .catalog {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.catalog .woocommerce-breadcrumb {
  color: #00263E;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.0625rem;
}
@media screen and (max-width: 1200px) {
  .catalog .woocommerce-breadcrumb {
    font-size: 0.6875rem;
    line-height: 0.9375rem;
  }
}
.is-zh .catalog .woocommerce-breadcrumb {
  color: #00263E;
  font-weight: 400;
  font-size: 0.9333333333rem;
  line-height: 1.1333333333rem;
}
@media screen and (max-width: 1200px) {
  .is-zh .catalog .woocommerce-breadcrumb {
    font-size: 0.7333333333rem;
    line-height: 1rem;
  }
}
.catalog .storefront-breadcrumb {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.catalog .storefront-breadcrumb .col-full {
  max-width: none;
  padding: 0;
  margin: 0;
}
.catalog .storefront-breadcrumb .woocommerce-breadcrumb a {
  color: #00263E;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.0625rem;
}
@media screen and (max-width: 1200px) {
  .catalog .storefront-breadcrumb .woocommerce-breadcrumb a {
    font-size: 0.6875rem;
    line-height: 0.9375rem;
  }
}
.is-zh .catalog .storefront-breadcrumb .woocommerce-breadcrumb a {
  color: #00263E;
  font-weight: 400;
  font-size: 0.9333333333rem;
  line-height: 1.1333333333rem;
}
@media screen and (max-width: 1200px) {
  .is-zh .catalog .storefront-breadcrumb .woocommerce-breadcrumb a {
    font-size: 0.7333333333rem;
    line-height: 1rem;
  }
}
.catalog .storefront-breadcrumb .woocommerce-breadcrumb a:before {
  color: #008BCE;
}
.catalog #primary,
.catalog #secondary {
  margin-top: 48px;
}
@media screen and (max-width: 1200px) {
  .catalog #primary {
    width: 100%;
  }
}
.catalog #primary .widget.widget_text.category-icon-widget {
  display: none;
}
.catalog #primary .woocommerce-result-count {
  color: #00263E;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.0625rem;
}
@media screen and (max-width: 1200px) {
  .catalog #primary .woocommerce-result-count {
    font-size: 0.6875rem;
    line-height: 0.9375rem;
  }
}
.is-zh .catalog #primary .woocommerce-result-count {
  color: #00263E;
  font-weight: 400;
  font-size: 0.9333333333rem;
  line-height: 1.1333333333rem;
}
@media screen and (max-width: 1200px) {
  .is-zh .catalog #primary .woocommerce-result-count {
    font-size: 0.7333333333rem;
    line-height: 1rem;
  }
}
.catalog #primary .woocommerce-pagination {
  float: none;
}
.catalog #primary .woocommerce-pagination .page-numbers {
  background-color: transparent;
}
.catalog #primary .woocommerce-pagination .page-numbers:after {
  content: "";
  width: 13px;
  height: 13px;
}
.catalog #primary .woocommerce-pagination .page-numbers.prev:after {
  background: url("../rodman/assets/icons/arrow-left-blue.svg") no-repeat;
}
.catalog #primary .woocommerce-pagination .page-numbers.next:after {
  background: url("../rodman/assets/icons/arrow-right-blue.svg") no-repeat;
}
.catalog #primary .products {
  margin-bottom: 70px;
}
@media screen and (max-width: 1200px) {
  .catalog #secondary {
    display: none;
  }
}
.catalog__name {
  color: #00263E;
  font-weight: 700;
  font-size: 2.8125rem;
  margin-bottom: 40px;
}
@media screen and (max-width: 1200px) {
  .catalog__name {
    font-size: 1.625rem;
  }
}
.is-zh .catalog__name {
  color: #00263E;
  font-weight: 700;
  font-size: 3rem;
}
@media screen and (max-width: 1200px) {
  .is-zh .catalog__name {
    font-size: 1.7333333333rem;
  }
}
.catalog__description {
  max-width: 550px;
  margin: 0 auto;
  color: #00263E;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.75rem;
}
@media screen and (max-width: 1200px) {
  .catalog__description {
    font-size: 0.9375rem;
    line-height: 1.25rem;
  }
}
.is-zh .catalog__description {
  color: #00263E;
  font-weight: 400;
  font-size: 1.3333333333rem;
  line-height: 1.8666666667rem;
}
@media screen and (max-width: 1200px) {
  .is-zh .catalog__description {
    font-size: 1rem;
    line-height: 1.3333333333rem;
  }
}
.catalog .brand-image img {
  margin: 0 auto;
  width: 200px;
  max-height: 75px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 768px) {
  .catalog .brand-image {
    margin-top: 2rem;
  }
}

.search #primary.content-area {
  width: 100%;
  margin-right: 0;
  float: none;
}

.page404 .site-main__body {
  position: relative;
}
.page404__bg-wrap {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 1440px;
  height: 80vh;
  mix-blend-mode: overlay;
}
@media screen and (max-width: 768px) {
  .page404__bg-wrap {
    width: 360px;
  }
}
.page404__bg-block {
  background-image: url("../rodman/assets/images/404-graphic.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-left: 30px;
  width: calc((100% - 210px) / 8);
}
.page404__bg-block:nth-child(8n-7) {
  margin-left: 0;
}
.page404__bg-block:nth-child(19) {
  background-image: none;
}
@media screen and (max-width: 768px) {
  .page404__bg-block:nth-child(19) {
    background-image: url("../rodman/assets/images/404-graphic.svg");
  }
}
.page404__bg-block:nth-child(20) {
  background-image: none;
}
@media screen and (max-width: 768px) {
  .page404__bg-block:nth-child(20) {
    background-image: url("../rodman/assets/images/404-graphic.svg");
  }
}
.page404__bg-block:nth-child(21) {
  background-image: none;
}
@media screen and (max-width: 768px) {
  .page404__bg-block:nth-child(21) {
    background-image: url("../rodman/assets/images/404-graphic.svg");
  }
}
.page404__bg-block:nth-child(22) {
  background-image: none;
}
@media screen and (max-width: 768px) {
  .page404__bg-block:nth-child(22) {
    background-image: url("../rodman/assets/images/404-graphic.svg");
  }
}
@media screen and (max-width: 768px) {
  .page404__bg-block {
    width: calc((100% - 48px) / 4);
    margin-left: 16px;
  }
  .page404__bg-block:nth-child(4n-3) {
    margin-left: 0;
  }
  .page404__bg-block:nth-last-child(-n+8) {
    display: none;
  }
  .page404__bg-block:nth-child(13) {
    background-image: none;
  }
  .page404__bg-block:nth-child(14) {
    background-image: none;
  }
  .page404__bg-block:nth-child(15) {
    background-image: none;
  }
  .page404__bg-block:nth-child(16) {
    background-image: none;
  }
  .page404__bg-block:nth-child(17) {
    background-image: none;
  }
  .page404__bg-block:nth-child(18) {
    background-image: none;
  }
  .page404__bg-block:nth-child(19) {
    background-image: none;
  }
  .page404__bg-block:nth-child(20) {
    background-image: none;
  }
}
.page404__content {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #FFFFFF;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.625rem;
}
@media screen and (max-width: 1200px) {
  .page404__content {
    font-size: 0.9375rem;
    line-height: 1.25rem;
  }
}
.is-zh .page404__content {
  color: #FFFFFF;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.7333333333rem;
}
@media screen and (max-width: 1200px) {
  .is-zh .page404__content {
    font-size: 1rem;
    line-height: 1.3333333333rem;
  }
}
.page404__content span {
  font-size: 36px;
}
.page404__content a {
  color: #008BCE;
}

#page {
  margin: 0 auto;
}

.content-product__item .woocommerce-loop-product__link {
  text-align: left;
}
@media screen and (max-width: 768px) {
  .content-product__item .woocommerce-loop-product__link {
    text-align: center;
    display: inline-block !important;
  }
}
.content-product__item .woocommerce-loop-product__title {
  color: #00263E;
  line-height: 1.375rem;
  font-weight: 700 !important;
}
.content-product__item .info_wrapper .dimensions_wrapper {
  color: #00263E;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.0625rem;
}
@media screen and (max-width: 1200px) {
  .content-product__item .info_wrapper .dimensions_wrapper {
    font-size: 0.6875rem;
    line-height: 0.9375rem;
  }
}
.is-zh .content-product__item .info_wrapper .dimensions_wrapper {
  color: #00263E;
  font-weight: 400;
  font-size: 0.9333333333rem;
  line-height: 1.1333333333rem;
}
@media screen and (max-width: 1200px) {
  .is-zh .content-product__item .info_wrapper .dimensions_wrapper {
    font-size: 0.7333333333rem;
    line-height: 1rem;
  }
}
.content-product__image {
  position: relative;
  display: inline-block;
  margin-bottom: 30px;
  overflow: hidden;
  border-radius: 30px;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
.content-product__image img {
  margin: 0 !important;
  border-radius: 30px;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
.content-product__image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #EBECEE;
  opacity: 0.25;
  border-radius: 30px;
  z-index: -1;
}
.content-product__image:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.single-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.single-product .container-back-to-parent-cat {
  width: 100%;
  margin-bottom: 40px;
  color: #00263E;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.0625rem;
}
@media screen and (max-width: 1200px) {
  .single-product .container-back-to-parent-cat {
    font-size: 0.6875rem;
    line-height: 0.9375rem;
  }
}
.is-zh .single-product .container-back-to-parent-cat {
  color: #00263E;
  font-weight: 400;
  font-size: 0.9333333333rem;
  line-height: 1.1333333333rem;
}
@media screen and (max-width: 1200px) {
  .is-zh .single-product .container-back-to-parent-cat {
    font-size: 0.7333333333rem;
    line-height: 1rem;
  }
}
.single-product .container-back-to-parent-cat .back-to-parent-cat:before {
  content: "< ";
}
.single-product .product_title.entry-title {
  color: #00263E;
  font-weight: 700;
  font-size: 1.5rem;
  margin-top: 0;
  margin-bottom: 0.8em;
}
@media screen and (max-width: 1200px) {
  .single-product .product_title.entry-title {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
}
.is-zh .single-product .product_title.entry-title {
  color: #00263E;
  font-weight: 700;
  font-size: 1.6rem;
}
@media screen and (max-width: 1200px) {
  .is-zh .single-product .product_title.entry-title {
    font-size: 1.3333333333rem;
    line-height: 1.6rem;
  }
}
.single-product div.product p.price {
  margin-top: 0em;
  color: #00263E;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.75rem;
}
@media screen and (max-width: 1200px) {
  .single-product div.product p.price {
    font-size: 0.9375rem;
    line-height: 1.25rem;
  }
}
.is-zh .single-product div.product p.price {
  color: #00263E;
  font-weight: 700;
  font-size: 1.3333333333rem;
  line-height: 1.8666666667rem;
}
@media screen and (max-width: 1200px) {
  .is-zh .single-product div.product p.price {
    font-size: 1rem;
    line-height: 1.3333333333rem;
  }
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  margin: 5px 5px 0 0 !important;
  width: 15%;
  float: none;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #EBECEE;
  z-index: -1;
}
.single-product div.product .woocommerce-product-gallery,
.single-product div.product .summary {
  float: none;
}
.single-product .cart .row,
.single-product .summary .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 30px;
}
.single-product .cart .row .col,
.single-product .summary .row .col {
  width: 40%;
}
@media screen and (max-width: 768px) {
  .single-product .cart .row .col,
.single-product .summary .row .col {
    width: 100%;
  }
  .single-product .cart .row .col:not(:first-child),
.single-product .summary .row .col:not(:first-child) {
    margin-top: 1rem;
  }
}
.single-product .cart .row .col-left,
.single-product .summary .row .col-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.single-product .cart .row .col-right label,
.single-product .summary .row .col-right label {
  text-indent: -1000px;
  width: 25px;
  height: 25px;
  min-width: 0;
  margin-left: 0;
}
.single-product .cart .row .col-right label.active,
.single-product .summary .row .col-right label.active {
  border: 1px solid #00263E;
}
.single-product .cart .row .col-right label.active:after,
.single-product .summary .row .col-right label.active:after {
  background: none;
}
.single-product .cart .row table.variations tbody,
.single-product .summary .row table.variations tbody {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.single-product .cart .row table.variations tbody .value,
.single-product .summary .row table.variations tbody .value {
  margin-bottom: 0;
}
.single-product .cart .row .button.single_add_to_cart_button,
.single-product .summary .row .button.single_add_to_cart_button {
  margin-right: 12px;
  color: #FFFFFF;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.75rem;
}
@media screen and (max-width: 1200px) {
  .single-product .cart .row .button.single_add_to_cart_button,
.single-product .summary .row .button.single_add_to_cart_button {
    font-size: 0.9375rem;
    line-height: 1.25rem;
  }
}
.is-zh .single-product .cart .row .button.single_add_to_cart_button,
.is-zh .single-product .summary .row .button.single_add_to_cart_button {
  color: #FFFFFF;
  font-weight: 700;
  font-size: 1.3333333333rem;
  line-height: 1.8666666667rem;
}
@media screen and (max-width: 1200px) {
  .is-zh .single-product .cart .row .button.single_add_to_cart_button,
.is-zh .single-product .summary .row .button.single_add_to_cart_button {
    font-size: 1rem;
    line-height: 1.3333333333rem;
  }
}
.single-product .cart .row .button.single_add_to_cart_button:hover, .single-product .cart .row .button.single_add_to_cart_button:active, .single-product .cart .row .button.single_add_to_cart_button:focus,
.single-product .summary .row .button.single_add_to_cart_button:hover,
.single-product .summary .row .button.single_add_to_cart_button:active,
.single-product .summary .row .button.single_add_to_cart_button:focus {
  background-color: #DCDCDC;
  border-color: #DCDCDC;
  color: #00263E;
}
.single-product .cart .row .button.button-enquire-now,
.single-product .summary .row .button.button-enquire-now {
  color: #00263E;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.75rem;
}
@media screen and (max-width: 1200px) {
  .single-product .cart .row .button.button-enquire-now,
.single-product .summary .row .button.button-enquire-now {
    font-size: 0.9375rem;
    line-height: 1.25rem;
  }
}
.is-zh .single-product .cart .row .button.button-enquire-now,
.is-zh .single-product .summary .row .button.button-enquire-now {
  color: #00263E;
  font-weight: 700;
  font-size: 1.3333333333rem;
  line-height: 1.8666666667rem;
}
@media screen and (max-width: 1200px) {
  .is-zh .single-product .cart .row .button.button-enquire-now,
.is-zh .single-product .summary .row .button.button-enquire-now {
    font-size: 1rem;
    line-height: 1.3333333333rem;
  }
}
.single-product .cart .row .moq-wrapper,
.single-product .summary .row .moq-wrapper {
  margin-top: 10px;
  margin-bottom: 30px;
  width: 100%;
  color: #C4C4C4;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.0625rem;
  letter-spacing: -1px;
}
@media screen and (max-width: 1200px) {
  .single-product .cart .row .moq-wrapper,
.single-product .summary .row .moq-wrapper {
    font-size: 0.6875rem;
    line-height: 0.9375rem;
  }
}
.is-zh .single-product .cart .row .moq-wrapper,
.is-zh .single-product .summary .row .moq-wrapper {
  color: #C4C4C4;
  font-weight: 400;
  font-size: 0.9333333333rem;
  line-height: 1.1333333333rem;
}
@media screen and (max-width: 1200px) {
  .is-zh .single-product .cart .row .moq-wrapper,
.is-zh .single-product .summary .row .moq-wrapper {
    font-size: 0.7333333333rem;
    line-height: 1rem;
  }
}
.single-product .cart .row .moq-wrapper > *, .single-product .cart .row .moq-wrapper:before, .single-product .cart .row .moq-wrapper:after,
.single-product .summary .row .moq-wrapper > *,
.single-product .summary .row .moq-wrapper:before,
.single-product .summary .row .moq-wrapper:after {
  display: inline;
}
.single-product .cart .row .moq-wrapper:before,
.single-product .summary .row .moq-wrapper:before {
  content: "（";
}
.single-product .cart .row .moq-wrapper .label,
.single-product .summary .row .moq-wrapper .label {
  margin-right: 5px;
}
.single-product .cart .row .moq-wrapper .label:after,
.single-product .summary .row .moq-wrapper .label:after {
  content: "：";
}
.single-product .cart .row .moq-wrapper:after,
.single-product .summary .row .moq-wrapper:after {
  content: "）";
}
.single-product .summary.entry-summary .product_meta.section_1, .single-product .summary.entry-summary .product_meta.section_2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 1em;
  width: 75%;
}
@media screen and (max-width: 1200px) {
  .single-product .summary.entry-summary .product_meta.section_1, .single-product .summary.entry-summary .product_meta.section_2 {
    width: 100%;
  }
}
.single-product .summary.entry-summary .product_meta.section_1 > *, .single-product .summary.entry-summary .product_meta.section_2 > * {
  color: #00263E;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1rem;
}
.is-zh .single-product .summary.entry-summary .product_meta.section_1 > *, .is-zh .single-product .summary.entry-summary .product_meta.section_2 > * {
  color: #00263E;
  font-weight: 400;
  font-size: 0.8rem;
  line-height: 1.0666666667rem;
}
.single-product .summary.entry-summary .product_meta.section_2 div {
  width: 50%;
  padding-left: 40px;
  background-repeat: no-repeat;
  line-height: 30px !important;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .single-product .summary.entry-summary .product_meta.section_2 div {
    width: 100%;
  }
}
.single-product .summary.entry-summary .product_meta.section_2 div.materials {
  background-image: url("./assets/images/pd_icon01.png");
}
.single-product .summary.entry-summary .product_meta.section_2 div.volume {
  background-image: url("./assets/images/pd_icon04.png");
}
.single-product .summary.entry-summary .product_meta.section_2 div.certification {
  background-image: url("./assets/images/pd_icon02.png");
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .single-product .summary.entry-summary .product_meta.section_2 div.certification {
    margin-bottom: 20px;
  }
}
.single-product .summary.entry-summary .product_meta.section_2 div.feature {
  background-image: url("./assets/images/pd_icon03.png");
  margin-bottom: 0;
}
.single-product .summary.entry-summary .product_meta--single {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.single-product .summary.entry-summary .product_meta--single .label {
  width: 30%;
  line-height: 2em;
}
@media screen and (max-width: 768px) {
  .single-product .summary.entry-summary .product_meta--single .label {
    width: 100%;
    font-weight: bold;
  }
}
.single-product .summary.entry-summary .product_meta--single .label.empty-label {
  height: 0px;
}
.single-product .summary.entry-summary .product_meta--single .value {
  line-height: 2em;
}
.single-product .description-wrapper {
  width: 80%;
  color: #00263E;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.25rem;
}
@media screen and (max-width: 1200px) {
  .single-product .description-wrapper {
    font-size: 0.9375rem;
    line-height: 1.25rem;
  }
}
.is-zh .single-product .description-wrapper {
  color: #00263E;
  font-weight: 400;
  font-size: 1.0666666667rem;
  line-height: 1.3333333333rem;
}
@media screen and (max-width: 1200px) {
  .is-zh .single-product .description-wrapper {
    font-size: 1rem;
    line-height: 1.3333333333rem;
  }
}
.single-product .quantity {
  float: none;
  margin-right: 0;
  margin-left: 10px;
}
.single-product .quantity input[type=number] {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #C4C4C4;
}
.single-product .quantity .qty {
  padding: 0.3em;
  color: #00263E;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.0625rem;
}
@media screen and (max-width: 1200px) {
  .single-product .quantity .qty {
    font-size: 0.6875rem;
    line-height: 0.9375rem;
  }
}
.is-zh .single-product .quantity .qty {
  color: #00263E;
  font-weight: 400;
  font-size: 0.9333333333rem;
  line-height: 1.1333333333rem;
}
@media screen and (max-width: 1200px) {
  .is-zh .single-product .quantity .qty {
    font-size: 0.7333333333rem;
    line-height: 1rem;
  }
}
.single-product .quantity .qty::-webkit-inner-spin-button {
  opacity: 1;
}
.single-product .cart .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 30px;
}

.upsell-product-wrap {
  margin-top: 2rem;
  padding: 60px 0;
  background-color: #E5E5E5;
}
.upsell-product-wrap .up-sells.upsells.products {
  width: 70%;
  margin: 0 auto;
}
.upsell-product-wrap .up-sells.upsells.products h2 {
  color: #00263E;
  font-weight: 700;
  font-size: 1.5rem;
}
@media screen and (max-width: 1200px) {
  .upsell-product-wrap .up-sells.upsells.products h2 {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
}
.is-zh .upsell-product-wrap .up-sells.upsells.products h2 {
  color: #00263E;
  font-weight: 700;
  font-size: 1.6rem;
}
@media screen and (max-width: 1200px) {
  .is-zh .upsell-product-wrap .up-sells.upsells.products h2 {
    font-size: 1.3333333333rem;
    line-height: 1.6rem;
  }
}
@media screen and (max-width: 1200px) {
  .upsell-product-wrap .up-sells.upsells.products {
    width: 100%;
  }
}
@media screen and (max-width: 1560px) {
  .upsell-product-wrap .up-sells.upsells.products {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media screen and (max-width: 768px) {
  .upsell-product-wrap .up-sells.upsells.products {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.upsell-product-wrap .up-sells.upsells.products .content-product__item {
  width: calc((100% - 60px) / 4);
  margin-right: 20px;
  clear: none !important;
}
@media screen and (max-width: 1200px) {
  .upsell-product-wrap .up-sells.upsells.products .content-product__item {
    width: calc((100% - 60px) / 2);
  }
}
@media screen and (max-width: 768px) {
  .upsell-product-wrap .up-sells.upsells.products .content-product__item {
    width: 100%;
  }
}
.upsell-product-wrap .up-sells.upsells.products .content-product__item:last-child {
  margin-right: 0;
}
.upsell-product-wrap .up-sells.upsells.products .content-product__image {
  border-radius: 30px;
}

.enquiry {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 998;
  display: none;
}
.enquiry--open {
  opacity: 1;
  display: block;
}
.enquiry--open .enquiry__overlay,
.enquiry--open .enquiry__form {
  opacity: 1;
}
.enquiry__close {
  position: fixed;
  top: 10%;
  width: 40px;
  height: 40px;
  right: 10%;
  z-index: 1;
  cursor: pointer;
  max-width: 1440px;
}
@media screen and (max-width: 768px) {
  .enquiry__close {
    top: 5%;
    right: 2%;
  }
}
.enquiry__close span {
  position: absolute;
  width: 35px;
  height: 1px;
  background-color: white;
}
.enquiry__close span:first-child {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.enquiry__close span:last-child {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.enquiry__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
.enquiry__form {
  position: fixed;
  border-radius: 30px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 80%;
  height: auto;
  max-width: 600px;
  margin: 0 auto;
  padding: 3rem 2rem 2rem 2rem;
  background-color: white;
  overflow: auto;
  opacity: 0;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  z-index: 99;
}
@media screen and (max-width: 768px) {
  .enquiry__form {
    height: 80%;
  }
}
.enquiry__form textarea {
  resize: vertical;
  color: #00263E;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1rem;
  margin-bottom: 40px;
}
.is-zh .enquiry__form textarea {
  color: #00263E;
  font-weight: 400;
  font-size: 0.8rem;
  line-height: 1.0666666667rem;
}
.enquiry__form input[type=text],
.enquiry__form input[type=email],
.enquiry__form input[type=tel],
.enquiry__form select {
  color: #00263E;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1rem;
  margin-bottom: 30px;
}
.is-zh .enquiry__form input[type=text],
.is-zh .enquiry__form input[type=email],
.is-zh .enquiry__form input[type=tel],
.is-zh .enquiry__form select {
  color: #00263E;
  font-weight: 400;
  font-size: 0.8rem;
  line-height: 1.0666666667rem;
}
.enquiry__form input[type=text].wpcf7-not-valid,
.enquiry__form input[type=email].wpcf7-not-valid,
.enquiry__form input[type=tel].wpcf7-not-valid,
.enquiry__form select.wpcf7-not-valid {
  color: #F7001E;
  margin-bottom: 0;
  border-color: #F7001E;
}
.enquiry__form input[type=text] + .wpcf7-not-valid-tip,
.enquiry__form input[type=email] + .wpcf7-not-valid-tip,
.enquiry__form input[type=tel] + .wpcf7-not-valid-tip,
.enquiry__form select + .wpcf7-not-valid-tip {
  color: #F7001E;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1rem;
  margin-bottom: 15px;
}
.is-zh .enquiry__form input[type=text] + .wpcf7-not-valid-tip,
.is-zh .enquiry__form input[type=email] + .wpcf7-not-valid-tip,
.is-zh .enquiry__form input[type=tel] + .wpcf7-not-valid-tip,
.is-zh .enquiry__form select + .wpcf7-not-valid-tip {
  color: #F7001E;
  font-weight: 400;
  font-size: 0.8rem;
  line-height: 1.0666666667rem;
}

p.no-comments {
  background-color: #008BCE;
}

.woocommerce-page {
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  .woocommerce-page {
    margin-top: 70px;
  }
}
.woocommerce-page #content {
  margin-top: 0;
}
@media screen and (max-width: 1560px) {
  .woocommerce-page #content {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media screen and (max-width: 768px) {
  .woocommerce-page #content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.woocommerce-page #content .catalog {
  padding-left: 0;
  padding-right: 0;
}

.woocommerce-info, .woocommerce-noreviews, .woocommerce-message {
  color: white !important;
  background-color: #008BCE;
  font-size: 0.8333rem;
  line-height: 1.1111rem;
}
.woocommerce-info .button, .woocommerce-noreviews .button, .woocommerce-message .button {
  color: #008BCE;
  padding: 10px;
  border-bottom-left-radius: 10px !important;
  border-top-right-radius: 10px !important;
  background-color: #ffffff;
  font-weight: 600;
  border: 1px solid transparent;
}
.woocommerce-info .button:hover, .woocommerce-info .button:active, .woocommerce-info .button:focus, .woocommerce-noreviews .button:hover, .woocommerce-noreviews .button:active, .woocommerce-noreviews .button:focus, .woocommerce-message .button:hover, .woocommerce-message .button:active, .woocommerce-message .button:focus {
  border: 1px solid white;
  border-left-color: white !important;
}
.woocommerce-info .button:after, .woocommerce-noreviews .button:after, .woocommerce-message .button:after {
  content: "";
  margin: 0;
}
.woocommerce-info .restore-item, .woocommerce-noreviews .restore-item, .woocommerce-message .restore-item {
  text-decoration: underline;
}
.woocommerce .return-to-shop {
  display: none;
}

.woocommerce-loop-product__title {
  font-size: 0.8889rem !important;
  font-weight: 700 !important;
}

.woocommerce-MyAccount-navigation-link > a {
  position: relative;
  color: #00263E;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.woocommerce-MyAccount-navigation-link > a:hover {
  color: #008BCE;
}
.woocommerce-MyAccount-navigation-link > a:before {
  content: "" !important;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 16px !important;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.woocommerce-MyAccount-navigation-link--dashboard > a:before {
  background-image: url("./assets/icons/dashboard-blue.svg");
}
.woocommerce-MyAccount-navigation-link--orders > a:before {
  background-image: url("./assets/icons/cart-blue.svg");
}
.woocommerce-MyAccount-navigation-link--edit-address > a:before {
  background-image: url("./assets/icons/addresses-blue.svg");
}
.woocommerce-MyAccount-navigation-link--edit-account > a:before {
  background-image: url("./assets/icons/user-blue.svg");
}
.woocommerce-MyAccount-navigation-link--customer-logout > a:before {
  background-image: url("./assets/icons/logout-blue.svg");
}

.widget .widget-title {
  color: #00263E;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.25rem;
  padding: 0 0 0.5em;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 1200px) {
  .widget .widget-title {
    font-size: 0.9375rem;
    line-height: 1.25rem;
  }
}
.is-zh .widget .widget-title {
  color: #00263E;
  font-weight: 700;
  font-size: 1.0666666667rem;
  line-height: 1.3333333333rem;
}
@media screen and (max-width: 1200px) {
  .is-zh .widget .widget-title {
    font-size: 1rem;
    line-height: 1.3333333333rem;
  }
}
.widget_nav_menu .menu .menu-item {
  padding-left: 0;
}
.widget_nav_menu .menu .menu-item:before {
  display: none;
}
.widget_nav_menu .menu .menu-item > a {
  color: #00263E;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.0625rem;
}
@media screen and (max-width: 1200px) {
  .widget_nav_menu .menu .menu-item > a {
    font-size: 0.6875rem;
    line-height: 0.9375rem;
  }
}
.is-zh .widget_nav_menu .menu .menu-item > a {
  color: #00263E;
  font-weight: 400;
  font-size: 0.9333333333rem;
  line-height: 1.1333333333rem;
}
@media screen and (max-width: 1200px) {
  .is-zh .widget_nav_menu .menu .menu-item > a {
    font-size: 0.7333333333rem;
    line-height: 1rem;
  }
}
.widget_product_categories .product-categories > .cat-item {
  padding-left: 0;
}
.widget_product_categories .product-categories > .cat-item:not(.cat-parent) {
  display: none;
}
.widget_product_categories .product-categories > .cat-item.cat-parent:before {
  display: none;
}
.widget_product_categories .product-categories > .cat-item.cat-parent > a {
  color: #00263E;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.0625rem;
}
@media screen and (max-width: 1200px) {
  .widget_product_categories .product-categories > .cat-item.cat-parent > a {
    font-size: 0.6875rem;
    line-height: 0.9375rem;
  }
}
.is-zh .widget_product_categories .product-categories > .cat-item.cat-parent > a {
  color: #00263E;
  font-weight: 400;
  font-size: 0.9333333333rem;
  line-height: 1.1333333333rem;
}
@media screen and (max-width: 1200px) {
  .is-zh .widget_product_categories .product-categories > .cat-item.cat-parent > a {
    font-size: 0.7333333333rem;
    line-height: 1rem;
  }
}
.widget_product_categories .product-categories > .cat-item.cat-parent > a:after {
  content: "+";
  position: absolute;
  margin-left: 2px;
  margin-top: 3px;
}
.widget_product_categories .product-categories > .cat-item.cat-parent.open > a:after {
  content: "–";
}
.widget_product_categories .product-categories > .cat-item.cat-parent > .children {
  display: none;
}
.widget_product_categories .product-categories > .cat-item.cat-parent > .children > .cat-item:before {
  display: none;
}
.widget_product_categories .product-categories > .cat-item.cat-parent > .children > .cat-item a {
  color: #00263E;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.0625rem;
}
@media screen and (max-width: 1200px) {
  .widget_product_categories .product-categories > .cat-item.cat-parent > .children > .cat-item a {
    font-size: 0.6875rem;
    line-height: 0.9375rem;
  }
}
.is-zh .widget_product_categories .product-categories > .cat-item.cat-parent > .children > .cat-item a {
  color: #00263E;
  font-weight: 400;
  font-size: 0.9333333333rem;
  line-height: 1.1333333333rem;
}
@media screen and (max-width: 1200px) {
  .is-zh .widget_product_categories .product-categories > .cat-item.cat-parent > .children > .cat-item a {
    font-size: 0.7333333333rem;
    line-height: 1rem;
  }
}

.flex-control-thumbs {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.stock.in-stock {
  display: none;
}

.storefront-sticky-add-to-cart__content-title {
  color: #00263E;
}
.storefront-sticky-add-to-cart__content .button {
  background-color: #00263E;
  border-color: #00263E;
}
.storefront-sticky-add-to-cart__content .button:hover, .storefront-sticky-add-to-cart__content .button:active, .storefront-sticky-add-to-cart__content .button:focus {
  background-color: #DCDCDC;
  border-color: #DCDCDC;
  color: #00263E;
}

.storefront-sticky-add-to-cart img {
  border: 0px solid transparent;
  padding: 0;
  border-radius: 3px;
}

.storefront-sticky-add-to-cart__content-price {
  opacity: 1;
  color: #00263e !important;
  font-weight: 700;
  font-size: 1.1111rem;
  line-height: 1.5556rem;
}

.woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
  border-radius: 30px;
}
.woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image a img {
  width: 99%;
  border-radius: 30px;
}
.woocommerce-product-gallery__wrapper .wp-post-image {
  width: 100%;
  border-radius: 30px;
}

.woocommerce-product-gallery__trigger {
  z-index: 98 !important;
}

.woocommerce-pagination {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .woocommerce-pagination {
    position: relative;
  }
}
.woocommerce-pagination .page-numbers.current {
  font-weight: 700;
  color: #000000;
}

.cart-page h1 {
  color: #00263E;
  font-weight: 400;
  font-size: 2.8125rem;
}
@media screen and (max-width: 1200px) {
  .cart-page h1 {
    font-size: 1.625rem;
  }
}
.is-zh .cart-page h1 {
  color: #00263E;
  font-weight: 400;
  font-size: 3rem;
}
@media screen and (max-width: 1200px) {
  .is-zh .cart-page h1 {
    font-size: 1.7333333333rem;
  }
}
.cart-page p,
.cart-page th,
.cart-page td {
  color: #00263E;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.25rem;
}
@media screen and (max-width: 1200px) {
  .cart-page p,
.cart-page th,
.cart-page td {
    font-size: 0.9375rem;
    line-height: 1.25rem;
  }
}
.is-zh .cart-page p,
.is-zh .cart-page th,
.is-zh .cart-page td {
  color: #00263E;
  font-weight: 400;
  font-size: 1.0666666667rem;
  line-height: 1.3333333333rem;
}
@media screen and (max-width: 1200px) {
  .is-zh .cart-page p,
.is-zh .cart-page th,
.is-zh .cart-page td {
    font-size: 1rem;
    line-height: 1.3333333333rem;
  }
}
.cart-page p.actions,
.cart-page th.actions,
.cart-page td.actions {
  background-color: transparent;
}
.cart-page a {
  color: #00263E;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.25rem;
}
@media screen and (max-width: 1200px) {
  .cart-page a {
    font-size: 0.9375rem;
    line-height: 1.25rem;
  }
}
.is-zh .cart-page a {
  color: #00263E;
  font-weight: 400;
  font-size: 1.0666666667rem;
  line-height: 1.3333333333rem;
}
@media screen and (max-width: 1200px) {
  .is-zh .cart-page a {
    font-size: 1rem;
    line-height: 1.3333333333rem;
  }
}
.cart-page .site-main .container {
  padding: 0;
}
.cart-page .cart_item td {
  padding-left: 0;
  padding-right: 0;
}
.cart-page .cart_item .product-remove .remove:after {
  position: absolute;
  content: "";
  height: 2px;
  background-color: #00263e;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 15px;
  left: 0;
  right: 0;
}
.cart-page .cart_item .product-remove .remove:before {
  position: absolute;
  content: "";
  height: 2px;
  background-color: #00263e;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 15px;
}
@media screen and (max-width: 768px) {
  .cart-page .cart_item .product-remove .remove {
    width: 30px;
    display: none;
  }
}
.cart-page .cart_item .mobile-remove-item {
  color: #DCDCDC;
  margin-right: 0.5rem;
  text-decoration: none;
  display: none;
}
@media screen and (max-width: 768px) {
  .cart-page .cart_item .mobile-remove-item {
    display: inline-block;
  }
}
@media screen and (max-width: 768px) {
  .cart-page .cart_item .quantity {
    display: inline-block;
  }
}
.cart-page .cart_item .product-name a {
  text-decoration: none;
  color: #00263E;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  color: #00263E;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.25rem;
}
@media screen and (max-width: 1200px) {
  .cart-page .cart_item .product-name a {
    font-size: 0.9375rem;
    line-height: 1.25rem;
  }
}
.is-zh .cart-page .cart_item .product-name a {
  color: #00263E;
  font-weight: 700;
  font-size: 1.0666666667rem;
  line-height: 1.3333333333rem;
}
@media screen and (max-width: 1200px) {
  .is-zh .cart-page .cart_item .product-name a {
    font-size: 1rem;
    line-height: 1.3333333333rem;
  }
}
.cart-page .cart_item .product-name a:hover, .cart-page .cart_item .product-name a:active, .cart-page .cart_item .product-name a:focus {
  color: #008BCE;
}
.cart-page .wc-proceed-to-checkout .checkout-button {
  padding: 20px !important;
  font-weight: 700;
}
@media screen and (max-width: 1200px) {
  .cart-page .wc-proceed-to-checkout .checkout-button {
    font-size: 1rem;
  }
}
.cart-page .wc-proceed-to-checkout .checkout-button:after {
  content: "";
}
.cart-page .actions {
  padding-left: 0;
  padding-right: 0;
}
.cart-page .order-total th {
  background-color: transparent;
}
.cart-page .order-total td {
  padding-left: 0;
  padding-right: 0;
}

.woocommerce-checkout label {
  position: relative;
  color: #00263E;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.25rem;
}
@media screen and (max-width: 1200px) {
  .woocommerce-checkout label {
    font-size: 0.9375rem;
    line-height: 1.25rem;
  }
}
.is-zh .woocommerce-checkout label {
  color: #00263E;
  font-weight: 700;
  font-size: 1.0666666667rem;
  line-height: 1.3333333333rem;
}
@media screen and (max-width: 1200px) {
  .is-zh .woocommerce-checkout label {
    font-size: 1rem;
    line-height: 1.3333333333rem;
  }
}
.woocommerce-checkout label .woocommerce-Price-amount.amount {
  color: #00263E;
  position: absolute;
  top: 0;
  left: 0;
}

.woocommerce-shipping-methods label {
  color: #FFFFFF;
}
.is-zh .woocommerce-shipping-methods label {
  color: #FFFFFF;
}