@charset "UTF-8";
/*!
Theme Name: juvenal theme by Kreatív Vonalak
Theme URI: https://www.kreativvonalak.hu
Description: juvenal project template
Version: 0.0.1
Author: Kreatív Vonalak (Imre Tamas Boldis)
Author URI: https://www.kreativvonalak.hu
License: All right reserved!
*/
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,400;0,500;0,600;1,400;1,500;1,600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lexend:wght@700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lexend+Exa:wght@500;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@900&display=swap");
html {
  font-family: "Barlow", sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE <10.
 * Add the correct display in Edge, IE, and Firefox for `details` or `summary`.
 * Add the correct display in IE for `main`.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * Add the correct display in IE <10.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display and remove excess height in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE <11, Safari <8, and Firefox <22.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox <40.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font style in Android <4.4.
 */
dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  /* Set 1 unit of vertical rhythm on the top and bottom margins. */
  margin: 0.75em 0;
}

/**
 * Add the correct background and color in IE <10.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE <11.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1.5em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

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

/* Forms
   ========================================================================== */
/**
 * Known issues:
 * - By default, Chrome on OS X and Safari on OS X allow very limited styling of
 *   select, unless a border property is set. The default font weight on
 *   optgroup elements cannot safely be changed in Chrome on OSX and Safari on
 *   OS X.
 * - It is recommended that you do not style checkbox and radio inputs as
 *   Firefox's implementation does not respect box-sizing, padding, or width.
 * - Certain font size values applied to number inputs cause the cursor style of
 *   the decrement button to change from default to text.
 * - The search input is not fully stylable by default. In Chrome and Safari on
 *   OSX/iOS you can't control font, padding, border, or background. In Chrome
 *   and Safari on Windows you can't control border properly. It will apply
 *   border-width but will only show a border color (which cannot be controlled)
 *   for the outer 1px of that border. Applying -webkit-appearance: textfield
 *   addresses these issues without removing the benefits of search inputs (e.g.
 *   showing past searches). Safari (but not Chrome) will clip the cancel button
 *   on when it has padding (and textfield appearance).
 */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 * 3. Address `font-family` inconsistency between `textarea` and other form in IE 7
 * 4. Improve appearance and consistency with IE 6/7.
 */
button,
input,
optgroup,
select,
textarea {
  font: inherit; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 */
button {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

button,
[type=button],
[type=reset],
[type=submit] {
  /**
   * Remove the inner border and padding in Firefox.
   */
  /**
   * Restore the focus styles unset by the previous rule.
   */
}
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Show the overflow in Edge.
 */
input {
  overflow: visible;
}

/**
 * 1. Add the correct box sizing in IE <11.
 * 2. Remove the padding in IE <11.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
  /**
   * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
   */
}
[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 * 4. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  box-sizing: border-box; /* 1 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  white-space: normal; /* 1 */
  color: inherit; /* 2 */
  padding: 0; /* 3 */
}

/**
 * Restore the font weight unset by a previous rule.
 */
optgroup {
  font-weight: bold;
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

* {
  box-sizing: inherit;
}
*::after, *::before {
  box-sizing: inherit;
}
*:focus {
  outline: none;
}
*::selection {
  color: #ffffff;
  background: rgba(200, 55, 64, 0.6);
}
*::-moz-selection {
  color: #ffffff;
  background: rgba(200, 55, 64, 0.6);
}

html {
  box-sizing: border-box;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

@-moz-document url-prefix() {
  body {
    font-weight: lighter !important;
  }
}
html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
}

body {
  background: #ffffff;
  color: #000000;
  font-family: "Barlow", sans-serif;
  font-weight: normal;
  line-height: 1.4;
  font-size: 16px;
  font-size: 1rem;
}

blockquote,
q {
  quotes: "" "";
}
blockquote:before, blockquote:after,
q:before,
q:after {
  content: "";
}

hr {
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 2em 0;
}

a {
  text-decoration: none;
  outline: 0;
  color: #030000;
}
a:focus {
  outline: none !important;
}

/* make-grid-columns */
.container {
  width: 1272px;
  max-width: 100%;
  margin: 0 auto;
}

.text-container {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
}

.quiz-container {
  width: 1262px;
  max-width: 100%;
  margin: 0 auto;
}

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

.col {
  position: relative;
  clear: none;
}
.col:first-child {
  margin-left: 0;
}

.col-1 {
  width: 8.3333333333%;
}

.col-2 {
  width: 16.6666666667%;
}

.col-3 {
  width: 25%;
}

.col-4 {
  width: 33.3333333333%;
}

.col-5 {
  width: 41.6666666667%;
}

.col-6 {
  width: 50%;
}

.col-7 {
  width: 58.3333333333%;
}

.col-8 {
  width: 66.6666666667%;
}

.col-9 {
  width: 75%;
}

.col-10 {
  width: 83.3333333333%;
}

.col-11 {
  width: 91.6666666667%;
}

.col-12 {
  width: 100%;
}

@media only screen and (min-width: 0px) and (max-width: 1366px) {
  .container,
  .text-container {
    padding: 0 15px;
  }
}
/* make-grid-columns */
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

/* make-grid(xs) */
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.left {
  float: left;
}

.right {
  float: right;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

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

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

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

.vertical-align-top {
  vertical-align: top;
}

.vertical-align-middle {
  vertical-align: middle;
}

.vertical-align-bottom {
  vertical-align: bottom;
}

b,
strong {
  font-weight: bold;
}

i,
em {
  font-style: italic;
}

.allcaps {
  text-transform: uppercase;
}

.section-text {
  margin: 0;
  line-height: 1.7;
  font-size: 19px;
  font-size: 1.1875rem;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-text {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .section-text {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  .section-text {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

.section-title {
  position: relative;
  clear: both;
  display: block;
  margin: 0;
  padding: 0;
  color: #000000;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -17px;
  font-family: "Lexend Exa", sans-serif;
  font-size: 120px;
  font-size: 7.5rem;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-title {
    letter-spacing: -8px;
    font-size: 45px;
    font-size: 2.8125rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .section-title {
    letter-spacing: -10px;
    font-size: 80px;
    font-size: 5rem;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  .section-title {
    letter-spacing: -14px;
    font-size: 100px;
    font-size: 6.25rem;
  }
}

.section-subtitle {
  position: relative;
  clear: both;
  display: block;
  margin: 20px 0 0;
  padding: 0;
  color: #C83740;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 1;
  font-weight: 500;
  font-family: "Lexend Exa", sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-subtitle {
    margin-top: 10px;
    letter-spacing: 0px;
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .section-subtitle {
    margin-top: 15px;
    letter-spacing: 0px;
    font-size: 17px;
    font-size: 1.0625rem;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  .section-subtitle {
    letter-spacing: 1px;
    font-size: 20px;
    font-size: 1.25rem;
  }
}

#headerMenu1,
#headerMenu2 {
  padding-left: 0;
  margin: 0;
  list-style: none;
}
#headerMenu1 > .menu-item,
#headerMenu2 > .menu-item {
  display: inline-block;
  vertical-align: middle;
  list-style: none;
  padding: 19px 25px;
}
#headerMenu1 > .menu-item:first-child,
#headerMenu2 > .menu-item:first-child {
  padding-left: 0;
}
#headerMenu1 > .menu-item:last-child,
#headerMenu2 > .menu-item:last-child {
  padding-right: 0;
}
#headerMenu1 > .menu-item > a,
#headerMenu2 > .menu-item > a {
  position: relative;
  display: inline-block;
  color: #000000;
  font-family: "Lexend", sans-serif;
  font-weight: 700;
  line-height: 1.5;
  font-size: 18px;
  font-size: 1.125rem;
}
body.header-has-bg #headerMenu1 > .menu-item > a,
body.header-has-bg #headerMenu2 > .menu-item > a {
  color: #ffffff;
}
#headerMenu1 > .menu-item > a::before,
#headerMenu2 > .menu-item > a::before {
  content: "";
  position: absolute;
  bottom: 1px;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 0;
  opacity: 0;
  background-color: #C83740;
  -webkit-transition: height 0.2s ease, opacity 0.2s ease;
  -moz-transition: height 0.2s ease, opacity 0.2s ease;
  -ms-transition: height 0.2s ease, opacity 0.2s ease;
  -o-transition: height 0.2s ease, opacity 0.2s ease;
  transition: height 0.2s ease, opacity 0.2s ease;
}
#headerMenu1 > .menu-item > a:hover::before,
#headerMenu2 > .menu-item > a:hover::before {
  height: 3px;
  opacity: 1;
}
#headerMenu1 > .menu-item.menu-item-has-children::after,
#headerMenu2 > .menu-item.menu-item-has-children::after {
  content: "";
  width: 18px;
  height: 8px;
  display: inline-block;
  vertical-align: baseline;
  background-position: center right;
  background-size: auto;
  background-repeat: no-repeat;
  background-image: url("images/dropdown-arrow.svg");
}
#headerMenu1 > .menu-item.menu-item-has-children a::after,
#headerMenu2 > .menu-item.menu-item-has-children a::after {
  content: "";
  position: absolute;
  bottom: -19px;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
  margin: auto;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 9px solid #ffffff;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease, visibility 0.2s ease;
  -moz-transition: opacity 0.2s ease, visibility 0.2s ease;
  -ms-transition: opacity 0.2s ease, visibility 0.2s ease;
  -o-transition: opacity 0.2s ease, visibility 0.2s ease;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}
#headerMenu1 > .menu-item:hover > a::after,
#headerMenu2 > .menu-item:hover > a::after {
  visibility: visible;
  opacity: 1;
}
#headerMenu1 > .menu-item:hover .sub-menu,
#headerMenu2 > .menu-item:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

#modelsSubMenu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 9999;
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 676px;
  padding: 29px;
  margin: 0;
  list-style: none;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  background-clip: padding-box;
  background-color: #ffffff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  -webkit-transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
  -moz-transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
  -ms-transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
  -o-transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
  transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
  pointer-events: none;
}
#modelsSubMenu .links {
  min-width: 300px;
  flex: 0 0 auto;
  list-style: none;
  padding: 25px 34px 25px 0;
  margin: 0;
  overflow-y: auto;
}
#modelsSubMenu .links li a,
#modelsSubMenu .links li span {
  display: block;
  padding: 17px 15px 17px 34px;
  font-family: "Lexend", sans-serif;
  font-weight: 700;
  line-height: 2;
  font-size: 20px;
  font-size: 1.25rem;
}
#modelsSubMenu .links li a small,
#modelsSubMenu .links li span small {
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
}
#modelsSubMenu .links li span {
  cursor: not-allowed;
}
#modelsSubMenu .links li + li a,
#modelsSubMenu .links li + li span {
  border-top: 3px solid #F5F5F5;
}
#modelsSubMenu .links li.active a,
#modelsSubMenu .links li.active span {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f5f5f5+0,f5f5f5+100&1+0,0+100 */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y1ZjVmNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNWY1ZjUiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: linear-gradient(to right, rgb(245, 245, 245) 0%, rgba(245, 245, 245, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
#modelsSubMenu .images {
  min-width: 0;
  position: relative;
  flex: 1 1 auto;
}
#modelsSubMenu .images a,
#modelsSubMenu .images span {
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 100%;
  margin: auto;
  opacity: 0;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  background-clip: padding-box;
  background-color: #808080;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: opacity 0s ease 0s;
}
#modelsSubMenu .images a.visible,
#modelsSubMenu .images span.visible {
  z-index: 1;
  opacity: 1;
  transition: opacity 0.2s ease 0s;
}

#footerMenu {
  padding-left: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  #footerMenu {
    flex-direction: column;
  }
}
#footerMenu > .menu-item {
  position: relative;
  list-style: none;
  flex: 0 0 auto;
}
#footerMenu > .menu-item > a {
  position: relative;
  font-weight: 600;
  font-size: 16px;
  font-size: 1rem;
  display: block;
  color: #ffffff;
  line-height: 2.4;
  text-decoration-style: solid;
  text-decoration-line: underline;
  text-decoration-thickness: 2px;
  text-decoration-color: transparent;
  -webkit-transition: color 0.25s ease 0s, text-decoration-color 0.25s ease 0s;
  -moz-transition: color 0.25s ease 0s, text-decoration-color 0.25s ease 0s;
  -ms-transition: color 0.25s ease 0s, text-decoration-color 0.25s ease 0s;
  -o-transition: color 0.25s ease 0s, text-decoration-color 0.25s ease 0s;
  transition: color 0.25s ease 0s, text-decoration-color 0.25s ease 0s;
}
#footerMenu > .menu-item > a:hover {
  text-decoration-color: #C83740;
}
#footerMenu > .menu-item + .menu-item {
  margin-left: 65px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  #footerMenu > .menu-item + .menu-item {
    margin-left: 0;
    margin-top: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #footerMenu > .menu-item + .menu-item {
    margin-left: 45px;
  }
}

body.mobile-menu-visible #main {
  overflow: hidden;
  height: 100vh;
  -moz-transform: translate3d(-400px, 0, 0);
  -o-transform: translate3d(-400px, 0, 0);
  -ms-transform: translate3d(-400px, 0, 0);
  -webkit-transform: translate3d(-400px, 0, 0);
  transform: translate3d(-400px, 0, 0);
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  body.mobile-menu-visible #main {
    -moz-transform: translate3d(-300px, 0, 0);
    -o-transform: translate3d(-300px, 0, 0);
    -ms-transform: translate3d(-300px, 0, 0);
    -webkit-transform: translate3d(-300px, 0, 0);
    transform: translate3d(-300px, 0, 0);
  }
}

.mobile-menu {
  position: fixed;
  z-index: 9999;
  top: 0;
  bottom: 0;
  right: 0;
  display: block;
  width: 400px;
  max-width: 90%;
  background-color: #C83740;
  color: #ffffff;
  overflow: hidden;
  font-size: 18px;
  font-size: 1.125rem;
  -moz-transform: translate3d(400px, 0, 0);
  -o-transform: translate3d(400px, 0, 0);
  -ms-transform: translate3d(400px, 0, 0);
  -webkit-transform: translate3d(400px, 0, 0);
  transform: translate3d(400px, 0, 0);
  -webkit-transition: transform 0.5s ease 0s;
  -moz-transition: transform 0.5s ease 0s;
  -ms-transition: transform 0.5s ease 0s;
  -o-transition: transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s;
  box-shadow: inset 14px 0px 18px -10px rgba(0, 0, 0, 0.5);
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .mobile-menu {
    width: 300px;
    font-size: 16px;
    font-size: 1rem;
    -moz-transform: translate3d(300px, 0, 0);
    -o-transform: translate3d(300px, 0, 0);
    -ms-transform: translate3d(300px, 0, 0);
    -webkit-transform: translate3d(300px, 0, 0);
    transform: translate3d(300px, 0, 0);
  }
}
body.mobile-menu-visible .mobile-menu {
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mobile-menu .menu-close {
  position: absolute;
  z-index: 10;
  top: 0px;
  right: 0px;
  display: inline-block;
  width: 40px;
  height: 40px;
  background-color: #C83740;
}
.mobile-menu .menu-close::before, .mobile-menu .menu-close::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  width: 20px;
  height: 3px;
  margin: auto;
  background-color: #ffffff;
}
.mobile-menu .menu-close::before {
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mobile-menu .menu-close::after {
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.mobile-menu .mobile-menu-inner {
  height: 100%;
  padding: 60px 50px 50px 40px;
  overflow-y: auto;
}
.mobile-menu .mobile-menu-inner .mobile--menu-wrapper {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  font-weight: 600;
  line-height: 1.2;
}
.mobile-menu .mobile-menu-inner .mobile--menu-wrapper + .mobile--menu-wrapper {
  padding-bottom: 30px;
}
.mobile-menu .mobile-menu-inner .mobile--menu-wrapper > .menu-item {
  display: block;
  padding: 12px 0;
}
.mobile-menu .mobile-menu-inner .mobile--menu-wrapper > .menu-item > a {
  display: inline-block;
  color: #ffffff;
}
.mobile-menu .mobile-menu-inner .mobile--menu-wrapper > .menu-item > .sub-menu {
  margin: 8px 0 15px 4px;
  padding: 0 0 0 10px;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  list-style: none;
  display: none;
}
.mobile-menu .mobile-menu-inner .mobile--menu-wrapper > .menu-item > .sub-menu > .menu-item {
  display: block;
  padding: 10px 0;
}
.mobile-menu .mobile-menu-inner .mobile--menu-wrapper > .menu-item > .sub-menu > .menu-item > a {
  display: inline-block;
  color: #ffffff;
  font-size: 17px;
  font-size: 1.0625rem;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .mobile-menu .mobile-menu-inner .mobile--menu-wrapper > .menu-item > .sub-menu > .menu-item > a {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.mobile-menu .mobile-menu-inner .mobile--menu-wrapper > .menu-item.menu-item-has-children > a {
  position: relative;
  padding-right: 13px;
}
.mobile-menu .mobile-menu-inner .mobile--menu-wrapper > .menu-item.menu-item-has-children > a::after {
  content: "";
  position: absolute;
  top: 10px;
  right: 0;
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #ffffff;
  -webkit-transition: transform 0.3s ease 0s;
  -moz-transition: transform 0.3s ease 0s;
  -ms-transition: transform 0.3s ease 0s;
  -o-transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
}
.mobile-menu .mobile-menu-inner .mobile--menu-wrapper > .menu-item.menu-item-has-children > a.opened::after {
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.mobile-menu .mobile-menu-inner .contacts-list {
  display: block;
  margin: 20px 0 0;
  padding: 15px 0 0;
  list-style: none;
  border-top: 1px solid rgba(0, 0, 0, 0.4);
}
.mobile-menu .mobile-menu-inner .contacts-list .contacts-item {
  display: block;
}
.mobile-menu .mobile-menu-inner .contacts-list .contacts-item .contact-label {
  display: block;
  padding: 15px 0 0;
  font-weight: 600;
}
.mobile-menu .mobile-menu-inner .contacts-list .contacts-item .contact-link {
  display: block;
  padding: 5px 0 5px 10px;
}
.mobile-menu .mobile-menu-inner .contacts-list .contacts-item .contact-link a {
  color: #ffffff;
  text-decoration: underline;
  font-size: 17px;
  font-size: 1.0625rem;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .mobile-menu .mobile-menu-inner .contacts-list .contacts-item .contact-link a {
    font-size: 16px;
    font-size: 1rem;
  }
}

#modelsSubMenuMobile {
  padding: 0;
  margin: 5px 0 0;
  list-style: none;
  display: none;
}
#modelsSubMenuMobile li {
  text-align: center;
}
#modelsSubMenuMobile li a,
#modelsSubMenuMobile li span {
  display: block;
  padding: 10px 0 10px 15px;
  font-size: 14px;
  font-size: 0.875rem;
}
#modelsSubMenuMobile li a img,
#modelsSubMenuMobile li span img {
  margin-bottom: 3px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-clip: padding-box;
}
#modelsSubMenuMobile li a small,
#modelsSubMenuMobile li span small {
  font-weight: 400;
  font-size: 11px;
  font-size: 0.6875rem;
}
#modelsSubMenuMobile li.current-menu-item a,
#modelsSubMenuMobile li.current-menu-item span {
  text-decoration: underline;
}
#modelsSubMenuMobile li.current-menu-item a img,
#modelsSubMenuMobile li.current-menu-item span img {
  outline: solid 4px rgba(255, 255, 255, 0.5);
}

embed,
iframe,
object {
  max-width: 100%;
  border: none;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.embed-container.youtube-embed {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.embed-container.youtube-embed iframe {
  z-index: 2;
}
.embed-container.shortcode__embed-googlemaps {
  height: 500px;
  max-height: 90vh;
  padding: 0;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.btn {
  position: relative;
  padding: 13px 41px 15px;
  border-style: solid;
  border-width: 3px;
  text-align: left;
  font-weight: 600;
  line-height: 1.3;
  cursor: pointer;
  font-size: 18px;
  font-size: 1.125rem;
  -webkit-transition: color 0.25s ease 0s, background-color 0.25s ease 0s, border-color 0.25s ease 0s;
  -moz-transition: color 0.25s ease 0s, background-color 0.25s ease 0s, border-color 0.25s ease 0s;
  -ms-transition: color 0.25s ease 0s, background-color 0.25s ease 0s, border-color 0.25s ease 0s;
  -o-transition: color 0.25s ease 0s, background-color 0.25s ease 0s, border-color 0.25s ease 0s;
  transition: color 0.25s ease 0s, background-color 0.25s ease 0s, border-color 0.25s ease 0s;
  background-color: transparent;
  color: #000000;
  border-color: #C83740;
  font-family: "Barlow", sans-serif;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .btn {
    padding: 11px 26px 12px;
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .btn {
    padding: 13px 31px 14px;
    font-size: 16px;
    font-size: 1rem;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  .btn {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}
.btn:hover {
  background-color: #C83740;
  color: #ffffff;
  border-color: #C83740;
}
.btn.btn-secondary {
  background-color: #C83740;
  color: #ffffff;
  border-color: #C83740;
}
.btn.btn-secondary.btn-arrow-before::before {
  background-color: #ffffff;
}
.btn.btn-secondary.btn-arrow-before::after {
  border-left-color: #ffffff;
  border-bottom-color: #ffffff;
}
.btn.btn-secondary.btn-arrow-before:hover::before {
  background-color: #C83740;
}
.btn.btn-secondary.btn-arrow-before:hover::after {
  border-right-color: #C83740;
  border-bottom-color: #C83740;
}
.btn.btn-secondary.btn-arrow-after::before {
  background-color: #ffffff;
}
.btn.btn-secondary.btn-arrow-after::after {
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
}
.btn.btn-secondary.btn-arrow-after:hover::before {
  background-color: #C83740;
}
.btn.btn-secondary.btn-arrow-after:hover::after {
  border-right-color: #C83740;
  border-bottom-color: #C83740;
}
.btn.btn-secondary:hover {
  background-color: #ffffff;
  color: #C83740;
  border-color: #C83740;
}
.btn.btn-rounded {
  -webkit-border-radius: 999px;
  border-radius: 999px;
  background-clip: padding-box;
  background-clip: border-box;
}
.btn.btn-inlineblock {
  display: inline-block;
}
.btn.btn-block {
  display: block;
}
.btn.btn-arrow-before {
  padding-left: 55px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .btn.btn-arrow-before {
    padding-left: 45px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .btn.btn-arrow-before {
    padding-left: 50px;
  }
}
.btn.btn-arrow-before::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 32px;
  display: inline-block;
  width: 17px;
  height: 1px;
  margin: auto;
  background-color: #C83740;
  -webkit-transition: left 0.25s ease 0s, width 0.25s ease 0s;
  -moz-transition: left 0.25s ease 0s, width 0.25s ease 0s;
  -ms-transition: left 0.25s ease 0s, width 0.25s ease 0s;
  -o-transition: left 0.25s ease 0s, width 0.25s ease 0s;
  transition: left 0.25s ease 0s, width 0.25s ease 0s;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .btn.btn-arrow-before::before {
    left: 22px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .btn.btn-arrow-before::before {
    left: 27px;
  }
}
.btn.btn-arrow-before::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 32px;
  display: inline-block;
  width: 9px;
  height: 9px;
  margin: auto;
  border: 1px solid transparent;
  border-left-color: #C83740;
  border-bottom-color: #C83740;
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: left 0.25s ease 0s;
  -moz-transition: left 0.25s ease 0s;
  -ms-transition: left 0.25s ease 0s;
  -o-transition: left 0.25s ease 0s;
  transition: left 0.25s ease 0s;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .btn.btn-arrow-before::after {
    left: 22px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .btn.btn-arrow-before::after {
    left: 27px;
  }
}
.btn.btn-arrow-before:hover::before {
  left: 22px;
  width: 30px;
  background-color: #ffffff;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .btn.btn-arrow-before:hover::before {
    left: 12px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .btn.btn-arrow-before:hover::before {
    left: 17px;
  }
}
.btn.btn-arrow-before:hover::after {
  left: 22px;
  border-left-color: #ffffff;
  border-bottom-color: #ffffff;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .btn.btn-arrow-before:hover::after {
    left: 12px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .btn.btn-arrow-before:hover::after {
    left: 17px;
  }
}
.btn.btn-arrow-after {
  padding-right: 55px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .btn.btn-arrow-after {
    padding-right: 45px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .btn.btn-arrow-after {
    padding-right: 50px;
  }
}
.btn.btn-arrow-after::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 32px;
  display: inline-block;
  width: 15px;
  height: 1px;
  margin: auto;
  background-color: #C83740;
  -webkit-transition: background-color 0.25s ease 0s, right 0.25s ease 0s, width 0.25s ease 0s;
  -moz-transition: background-color 0.25s ease 0s, right 0.25s ease 0s, width 0.25s ease 0s;
  -ms-transition: background-color 0.25s ease 0s, right 0.25s ease 0s, width 0.25s ease 0s;
  -o-transition: background-color 0.25s ease 0s, right 0.25s ease 0s, width 0.25s ease 0s;
  transition: background-color 0.25s ease 0s, right 0.25s ease 0s, width 0.25s ease 0s;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .btn.btn-arrow-after::before {
    right: 22px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .btn.btn-arrow-after::before {
    right: 27px;
  }
}
.btn.btn-arrow-after::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 32px;
  display: inline-block;
  width: 9px;
  height: 9px;
  margin: auto;
  border: 1px solid transparent;
  border-right-color: #C83740;
  border-bottom-color: #C83740;
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: right 0.25s ease 0s, border-color 0.25s ease 0s;
  -moz-transition: right 0.25s ease 0s, border-color 0.25s ease 0s;
  -ms-transition: right 0.25s ease 0s, border-color 0.25s ease 0s;
  -o-transition: right 0.25s ease 0s, border-color 0.25s ease 0s;
  transition: right 0.25s ease 0s, border-color 0.25s ease 0s;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .btn.btn-arrow-after::after {
    right: 22px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .btn.btn-arrow-after::after {
    right: 27px;
  }
}
.btn.btn-arrow-after:hover::before {
  right: 22px;
  width: 30px;
  background-color: #ffffff;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .btn.btn-arrow-after:hover::before {
    right: 12px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .btn.btn-arrow-after:hover::before {
    right: 17px;
  }
}
.btn.btn-arrow-after:hover::after {
  right: 22px;
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .btn.btn-arrow-after:hover::after {
    right: 12px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .btn.btn-arrow-after:hover::after {
    right: 17px;
  }
}

.link-with-bullet {
  position: relative;
  padding-right: 22px;
  color: #000000;
  font-family: "Lexend", sans-serif;
  font-weight: 700;
  line-height: 1.3;
  background-image: linear-gradient(#C83740, #C83740);
  background-repeat: no-repeat;
  background-position: bottom right 15px;
  background-size: 0% 2px;
  text-decoration: none;
  -webkit-transition: background-size 0.15s ease 0s;
  -moz-transition: background-size 0.15s ease 0s;
  -ms-transition: background-size 0.15s ease 0s;
  -o-transition: background-size 0.15s ease 0s;
  transition: background-size 0.15s ease 0s;
  font-size: 18px;
  font-size: 1.125rem;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .link-with-bullet {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .link-with-bullet {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  .link-with-bullet {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}
.link-with-bullet::before {
  content: "";
  position: absolute;
  bottom: 11px;
  right: 0;
  display: inline-block;
  width: 15px;
  height: 2px;
  background-color: #C83740;
  -webkit-transition: all 0.15s ease 0.15s;
  -moz-transition: all 0.15s ease 0.15s;
  -ms-transition: all 0.15s ease 0.15s;
  -o-transition: all 0.15s ease 0.15s;
  transition: all 0.15s ease 0.15s;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .link-with-bullet::before {
    bottom: 9px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .link-with-bullet::before {
    bottom: 10px;
  }
}
.link-with-bullet::after {
  content: "";
  position: absolute;
  bottom: 7px;
  right: 0;
  display: inline-block;
  width: 9px;
  height: 9px;
  border-right: 2px solid #C83740;
  border-bottom: 2px solid #C83740;
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.15s ease 0.15s;
  -moz-transition: all 0.15s ease 0.15s;
  -ms-transition: all 0.15s ease 0.15s;
  -o-transition: all 0.15s ease 0.15s;
  transition: all 0.15s ease 0.15s;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .link-with-bullet::after {
    bottom: 5px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .link-with-bullet::after {
    bottom: 6px;
  }
}
.link-with-bullet:hover {
  background-size: 100% 2px;
  -webkit-transition: background-size 0.15s ease 0.15s;
  -moz-transition: background-size 0.15s ease 0.15s;
  -ms-transition: background-size 0.15s ease 0.15s;
  -o-transition: background-size 0.15s ease 0.15s;
  transition: background-size 0.15s ease 0.15s;
}
.link-with-bullet:hover::before {
  bottom: 0px;
  -webkit-transition: all 0.15s ease 0s;
  -moz-transition: all 0.15s ease 0s;
  -ms-transition: all 0.15s ease 0s;
  -o-transition: all 0.15s ease 0s;
  transition: all 0.15s ease 0s;
}
.link-with-bullet:hover::after {
  bottom: -4px;
  -webkit-transition: all 0.15s ease 0s;
  -moz-transition: all 0.15s ease 0s;
  -ms-transition: all 0.15s ease 0s;
  -o-transition: all 0.15s ease 0s;
  transition: all 0.15s ease 0s;
}

ul, ol {
  margin: 0 0 1.5em 3em;
}
ul li > ul,
ul li > ol, ol li > ul,
ol li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

dl dt {
  font-weight: bold;
}
dl dd {
  margin: 0 1.5em 1.5em;
}

input,
select,
textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-clip: padding-box;
  border: none;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  opacity: 1;
  color: #808080;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  color: #808080;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  opacity: 1;
  color: #808080;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  opacity: 1;
  color: #808080;
}
input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #808080;
}

input[type=text], input[type=number], input[type=password], input[type=tel], input[type=email], input[type=search], input[type=url], input[type=date], input[type=month], input[type=time], input[type=week], input[type=datetime], input[type=datetime-local] {
  padding: 0 25px;
  width: 100%;
  color: #030000;
  background-color: #F5F5F5;
  border: 1px solid transparent;
  font-size: 20px;
  font-size: 1.25rem;
  -webkit-transition: border-color 0.3s ease;
  -moz-transition: border-color 0.3s ease;
  -ms-transition: border-color 0.3s ease;
  -o-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  input[type=text], input[type=number], input[type=password], input[type=tel], input[type=email], input[type=search], input[type=url], input[type=date], input[type=month], input[type=time], input[type=week], input[type=datetime], input[type=datetime-local] {
    padding: 0 20px;
    font-size: 16px;
    font-size: 1rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  input[type=text], input[type=number], input[type=password], input[type=tel], input[type=email], input[type=search], input[type=url], input[type=date], input[type=month], input[type=time], input[type=week], input[type=datetime], input[type=datetime-local] {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  input[type=text], input[type=number], input[type=password], input[type=tel], input[type=email], input[type=search], input[type=url], input[type=date], input[type=month], input[type=time], input[type=week], input[type=datetime], input[type=datetime-local] {
    font-size: 19px;
    font-size: 1.1875rem;
  }
}
input[type=text]:focus, input[type=number]:focus, input[type=password]:focus, input[type=tel]:focus, input[type=email]:focus, input[type=search]:focus, input[type=url]:focus, input[type=date]:focus, input[type=month]:focus, input[type=time]:focus, input[type=week]:focus, input[type=datetime]:focus, input[type=datetime-local]:focus {
  border-color: #030000;
}
input[type=text], input[type=number], input[type=password], input[type=tel], input[type=email], input[type=search], input[type=url] {
  line-height: 64px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  input[type=text], input[type=number], input[type=password], input[type=tel], input[type=email], input[type=search], input[type=url] {
    line-height: 52px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  input[type=text], input[type=number], input[type=password], input[type=tel], input[type=email], input[type=search], input[type=url] {
    line-height: 56px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  input[type=text], input[type=number], input[type=password], input[type=tel], input[type=email], input[type=search], input[type=url] {
    line-height: 60px;
  }
}
input[type=date], input[type=month], input[type=time], input[type=week], input[type=datetime], input[type=datetime-local] {
  line-height: 62px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  input[type=date], input[type=month], input[type=time], input[type=week], input[type=datetime], input[type=datetime-local] {
    line-height: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  input[type=date], input[type=month], input[type=time], input[type=week], input[type=datetime], input[type=datetime-local] {
    line-height: 54px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  input[type=date], input[type=month], input[type=time], input[type=week], input[type=datetime], input[type=datetime-local] {
    line-height: 58px;
  }
}
input[type=checkbox] {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  border: 1px solid transparent;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-clip: padding-box;
  cursor: pointer;
  overflow: hidden;
}
input[type=checkbox]::before, input[type=checkbox]::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #F5F5F5;
}
input[type=checkbox]::before {
  content: "✔";
  bottom: 0;
  right: 0;
  color: #C83740;
  text-align: center;
  font-weight: 700;
  line-height: 40px;
  font-size: 25px;
  font-size: 1.5625rem;
  -webkit-transition: opacity 0.6s ease;
  -moz-transition: opacity 0.6s ease;
  -ms-transition: opacity 0.6s ease;
  -o-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}
input[type=checkbox]::after {
  width: 40px;
  height: 40px;
  opacity: 1;
  -webkit-transition: left 0s ease, opacity 0.3s ease;
  -moz-transition: left 0s ease, opacity 0.3s ease;
  -ms-transition: left 0s ease, opacity 0.3s ease;
  -o-transition: left 0s ease, opacity 0.3s ease;
  transition: left 0s ease, opacity 0.3s ease;
}
input[type=checkbox]:checked::after {
  left: 100%;
  opacity: 0;
  -webkit-transition: left 0.6s cubic-bezier(0.25, 1, 0.5, 0.65), opacity 0.6s cubic-bezier(1, 0, 1, 0);
  -moz-transition: left 0.6s cubic-bezier(0.25, 1, 0.5, 0.65), opacity 0.6s cubic-bezier(1, 0, 1, 0);
  -ms-transition: left 0.6s cubic-bezier(0.25, 1, 0.5, 0.65), opacity 0.6s cubic-bezier(1, 0, 1, 0);
  -o-transition: left 0.6s cubic-bezier(0.25, 1, 0.5, 0.65), opacity 0.6s cubic-bezier(1, 0, 1, 0);
  transition: left 0.6s cubic-bezier(0.25, 1, 0.5, 0.65), opacity 0.6s cubic-bezier(1, 0, 1, 0);
}
input[type=radio] {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  cursor: pointer;
}
input[type=radio]::before, input[type=radio]::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: inherit;
  background-clip: inherit;
}
input[type=radio]::before {
  background-color: #F5F5F5;
}
input[type=radio]::after {
  background-color: #404040;
  opacity: 0;
  -moz-transform: scale(0.1);
  -o-transform: scale(0.1);
  -ms-transform: scale(0.1);
  -webkit-transform: scale(0.1);
  transform: scale(0.1);
  -webkit-transition: opacity 0.4s ease, transform 0.4s ease;
  -moz-transition: opacity 0.4s ease, transform 0.4s ease;
  -ms-transition: opacity 0.4s ease, transform 0.4s ease;
  -o-transition: opacity 0.4s ease, transform 0.4s ease;
  transition: opacity 0.4s ease, transform 0.4s ease;
}
input[type=radio]:checked::after {
  opacity: 1;
  -moz-transform: scale(0.4);
  -o-transform: scale(0.4);
  -ms-transform: scale(0.4);
  -webkit-transform: scale(0.4);
  transform: scale(0.4);
}
input[type=file] {
  position: relative;
  z-index: 3;
  opacity: 0;
  width: 100%;
  height: 66px;
  border: none;
  line-height: 66px;
  font-size: 0px;
  font-size: 0rem;
  cursor: pointer;
  border: 1px solid transparent;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  input[type=file] {
    height: 54px;
    line-height: 54px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  input[type=file] {
    height: 58px;
    line-height: 58px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  input[type=file] {
    height: 62px;
    line-height: 62px;
  }
}
input[type=file] ~ .fileinput {
  position: absolute;
  top: 1px;
  bottom: 1px;
  left: 1px;
  right: 1px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
input[type=file] ~ .fileinput .filename,
input[type=file] ~ .fileinput .filebutton {
  height: 64px;
  border: solid 1px transparent;
  background-color: #F5F5F5;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  line-height: 62px;
  font-size: 19px;
  font-size: 1.1875rem;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  input[type=file] ~ .fileinput .filename,
  input[type=file] ~ .fileinput .filebutton {
    height: 52px;
    line-height: 52px;
    font-size: 16px;
    font-size: 1rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  input[type=file] ~ .fileinput .filename,
  input[type=file] ~ .fileinput .filebutton {
    height: 56px;
    line-height: 56px;
    font-size: 17px;
    font-size: 1.0625rem;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  input[type=file] ~ .fileinput .filename,
  input[type=file] ~ .fileinput .filebutton {
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    font-size: 1.125rem;
  }
}
input[type=file] ~ .fileinput .filename {
  z-index: 1;
  padding: 0 10px 0 25px;
  white-space: nowrap;
  overflow: hidden;
  color: #808080;
  flex: 1 1 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  input[type=file] ~ .fileinput .filename {
    padding-left: 20px;
  }
}
input[type=file] ~ .fileinput .filename .name {
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 0;
  flex: 0 1 auto;
}
input[type=file] ~ .fileinput .filename .ext {
  min-width: 0;
  flex: 0 0 auto;
}
input[type=file] ~ .fileinput .filebutton {
  z-index: 2;
  padding-left: 20px;
  padding-right: 20px;
  display: inline-block;
  color: #000000;
  background-color: rgb(191.75, 191.75, 191.75);
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -ms-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
  flex: 0 0 auto;
}
input[type=file]:hover ~ .fileinput .filebutton {
  color: #ffffff;
  background-color: #404040;
}

input[type=submit], input[type=reset],
button[type=submit],
button[type=reset] {
  padding: 14px 41px 15px;
  background-color: transparent;
  color: #000000;
  border: 3px solid #C83740;
  -webkit-border-radius: 999px;
  border-radius: 999px;
  background-clip: padding-box;
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  line-height: 1.3;
  font-size: 18px;
  font-size: 1.125rem;
  cursor: pointer;
  -webkit-transition: color 0.25s ease 0s, background-color 0.25s ease 0s, border-color 0.25s ease 0s;
  -moz-transition: color 0.25s ease 0s, background-color 0.25s ease 0s, border-color 0.25s ease 0s;
  -ms-transition: color 0.25s ease 0s, background-color 0.25s ease 0s, border-color 0.25s ease 0s;
  -o-transition: color 0.25s ease 0s, background-color 0.25s ease 0s, border-color 0.25s ease 0s;
  transition: color 0.25s ease 0s, background-color 0.25s ease 0s, border-color 0.25s ease 0s;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  input[type=submit], input[type=reset],
  button[type=submit],
  button[type=reset] {
    padding: 11px 26px 12px;
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  input[type=submit], input[type=reset],
  button[type=submit],
  button[type=reset] {
    padding: 13px 31px 14px;
    font-size: 16px;
    font-size: 1rem;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  input[type=submit], input[type=reset],
  button[type=submit],
  button[type=reset] {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}
input[type=submit]:hover, input[type=reset]:hover,
button[type=submit]:hover,
button[type=reset]:hover {
  background-color: #C83740;
  color: #ffffff;
  border-color: #C83740;
}

button[type=submit] {
  position: relative;
  padding-left: 55px;
  padding-right: 55px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  button[type=submit] {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  button[type=submit] {
    padding-left: 50px;
    padding-right: 50px;
  }
}
button[type=submit]::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 32px;
  display: inline-block;
  width: 15px;
  height: 1px;
  margin: auto;
  background-color: #C83740;
  -webkit-transition: right 0.25s ease 0s, width 0.25s ease 0s;
  -moz-transition: right 0.25s ease 0s, width 0.25s ease 0s;
  -ms-transition: right 0.25s ease 0s, width 0.25s ease 0s;
  -o-transition: right 0.25s ease 0s, width 0.25s ease 0s;
  transition: right 0.25s ease 0s, width 0.25s ease 0s;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  button[type=submit]::before {
    right: 22px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  button[type=submit]::before {
    right: 27px;
  }
}
button[type=submit]::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 32px;
  display: inline-block;
  width: 9px;
  height: 9px;
  margin: auto;
  border: 1px solid transparent;
  border-right-color: #C83740;
  border-bottom-color: #C83740;
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: right 0.25s ease 0s;
  -moz-transition: right 0.25s ease 0s;
  -ms-transition: right 0.25s ease 0s;
  -o-transition: right 0.25s ease 0s;
  transition: right 0.25s ease 0s;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  button[type=submit]::after {
    right: 22px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  button[type=submit]::after {
    right: 27px;
  }
}
button[type=submit]:hover::before {
  right: 22px;
  width: 30px;
  background-color: #ffffff;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  button[type=submit]:hover::before {
    right: 12px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  button[type=submit]:hover::before {
    right: 17px;
  }
}
button[type=submit]:hover::after {
  right: 22px;
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  button[type=submit]:hover::after {
    right: 12px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  button[type=submit]:hover::after {
    right: 17px;
  }
}

select {
  width: 100%;
  color: #030000;
  background-color: #F5F5F5;
  border: 1px solid transparent;
  padding: 0 40px 0 25px;
  line-height: 64px;
  background-repeat: no-repeat;
  background-position: center right 20px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAMBAMAAABGh1qtAAAAG1BMVEUAAACdnZ2dnZ2dnZ2dnZ2dnZ2dnZ2dnZ2dnZ1urN4yAAAACHRSTlMAu5kiRKp3Ed6qqgsAAABASURBVAjXY0gUBAIBBosOIFBgYAJRBgzMQLKJgYFBo6OjGUgBJQOAFFDSAUgxdzQCSaBkC5iyEABTTA5gih2IARWzDot+R5gaAAAAAElFTkSuQmCC");
  font-size: 19px;
  font-size: 1.1875rem;
  -webkit-transition: border-color 0.3s ease, background-image 0.3s ease;
  -moz-transition: border-color 0.3s ease, background-image 0.3s ease;
  -ms-transition: border-color 0.3s ease, background-image 0.3s ease;
  -o-transition: border-color 0.3s ease, background-image 0.3s ease;
  transition: border-color 0.3s ease, background-image 0.3s ease;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  select {
    padding: 0 40px 0 20px;
    line-height: 52px;
    font-size: 16px;
    font-size: 1rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  select {
    line-height: 56px;
    font-size: 17px;
    font-size: 1.0625rem;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  select {
    line-height: 60px;
    font-size: 18px;
    font-size: 1.125rem;
  }
}
select:focus {
  border-color: #030000;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAMBAMAAABGh1qtAAAAG1BMVEUAAACAgICAgICAgICAgICAgICAgICAgICAgIBCHLVqAAAACHRSTlMAu5kiRKp3Ed6qqgsAAABASURBVAjXY0gUBAIBBosOIFBgYAJRBgzMQLKJgYFBo6OjGUgBJQOAFFDSAUgxdzQCSaBkC5iyEABTTA5gih2IARWzDot+R5gaAAAAAElFTkSuQmCC");
}
select::-ms-expand {
  display: none;
}

textarea {
  width: 100%;
  color: #030000;
  background-color: #F5F5F5;
  border: 1px solid transparent;
  padding: 12px 25px;
  resize: none;
  line-height: 1.4;
  font-size: 19px;
  font-size: 1.1875rem;
  -webkit-transition: border-color 0.3s ease;
  -moz-transition: border-color 0.3s ease;
  -ms-transition: border-color 0.3s ease;
  -o-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  textarea {
    padding: 12px 20px;
    font-size: 16px;
    font-size: 1rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  textarea {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  textarea {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
textarea:focus {
  border-color: #030000;
}

label abbr,
label abbr[title] {
  text-decoration: none;
}

fieldset {
  padding: 1em;
  margin: 0 0 2em;
  border: 1px solid #030000;
}
fieldset legend {
  padding: 0 10px;
}

#back-top {
  position: fixed;
  bottom: -60px;
  right: 13px;
  width: 55px;
  height: 55px;
  z-index: 9999;
  box-shadow: 0px 0px 4px 0px rgba(54, 54, 54, 0.3);
  background-color: #000000;
  overflow: hidden;
  line-height: 0;
  cursor: pointer;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  font-size: 0px;
  font-size: 0rem;
  -webkit-transition: 0.3s ease 0s;
  -moz-transition: 0.3s ease 0s;
  -ms-transition: 0.3s ease 0s;
  -o-transition: 0.3s ease 0s;
  transition: 0.3s ease 0s;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  #back-top {
    width: 40px;
    height: 40px;
  }
}
#back-top.active {
  bottom: 20px;
}
body.cookie_info_bar--visible #back-top.active {
  bottom: 80px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  body.cookie_info_bar--visible #back-top.active {
    bottom: 190px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) and (orientation: landscape) {
  body.cookie_info_bar--visible #back-top.active {
    bottom: 140px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  body.cookie_info_bar--visible #back-top.active {
    bottom: 120px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  body.cookie_info_bar--visible #back-top.active {
    bottom: 100px;
  }
}
#back-top span {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  width: 16px;
  height: 26px;
  margin: auto;
  background-size: auto;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTAiIGhlaWdodD0iNjciIHZpZXdCb3g9IjAgMCA1MCA2NyIgZmlsbD0iI0M4Mzc0MCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNTAgNDEuNzA4M0w0Ny4yMjkyIDM4Ljg3NUwyNi45NzkyIDU5LjEwNDJWMEgyMy4wMjA4VjU5LjEwNDJMMi43NSAzOC44NzVMMCA0MS43MDgzTDI1IDY2LjY2NjdMNTAgNDEuNzA4M1oiLz48L3N2Zz4=");
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: height 0.15s ease 0s;
  -moz-transition: height 0.15s ease 0s;
  -ms-transition: height 0.15s ease 0s;
  -o-transition: height 0.15s ease 0s;
  transition: height 0.15s ease 0s;
  filter: brightness(0) invert(1);
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  #back-top span {
    width: 12px;
    height: 22px;
    background-size: 27px 40px;
  }
}
#back-top:hover span {
  height: 35px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  #back-top:hover span {
    height: 31px;
  }
}

@keyframes formSubmitting {
  from {
    transform: rotate(-45deg);
  }
  to {
    transform: rotate(315deg);
  }
}
@-webkit-keyframes formSubmitting {
  from {
    -webkit-transform: rotate(-45deg);
  }
  to {
    -webkit-transform: rotate(315deg);
  }
}
@keyframes mainLoad {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes mainLoad {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#site_header {
  position: relative;
  z-index: 10;
  padding: 29px 0;
}
body.header-has-bg #site_header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding-bottom: 0;
}
#site_header .site_header--main {
  position: relative;
  max-width: 1375px;
  margin: 0 auto;
}
#site_header .site_header--main .container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
#site_header .site_header--main .container .site_header-logo {
  flex: 0 0 34%;
  position: relative;
}
#site_header .site_header--main .container .site_header-logo i {
  position: relative;
  display: block;
  width: 462px;
  height: 27px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  #site_header .site_header--main .container .site_header-logo i {
    width: 262px;
    height: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #site_header .site_header--main .container .site_header-logo i {
    width: 362px;
    height: 20px;
  }
}
#site_header .site_header--main .container .site_header-logo i h1 {
  line-height: 0;
  font-size: 0px;
  font-size: 0rem;
}
#site_header .site_header--main .container .site_header--menu {
  flex: 1 1 33%;
}
@media only screen and (min-width: 0px) and (max-width: 1265px) {
  #site_header .site_header--main .container .site_header--menu {
    display: none;
  }
}
#site_header .site_header--main .container .site_header--menu:last-of-type {
  text-align: right;
}
#site_header .site_header--main .container .hamburger_icon-wrapper {
  position: relative;
  display: none;
  width: 55px;
  height: 55px;
  margin-left: 20px;
  min-width: 0;
  flex: 0 1 auto;
}
@media only screen and (min-width: 0px) and (max-width: 1265px) {
  #site_header .site_header--main .container .hamburger_icon-wrapper {
    display: block;
  }
}
#site_header .site_header--main .container .hamburger_icon-wrapper .hamburger_icon-bar {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  width: 75%;
  height: 5px;
  margin: auto;
  background-color: #000000;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
body.header-has-bg #site_header .site_header--main .container .hamburger_icon-wrapper .hamburger_icon-bar {
  background-color: #ffffff;
}
#site_header .site_header--main .container .hamburger_icon-wrapper .hamburger_icon-bar:before, #site_header .site_header--main .container .hamburger_icon-wrapper .hamburger_icon-bar:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: inherit;
  background-color: #000000;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
body.header-has-bg #site_header .site_header--main .container .hamburger_icon-wrapper .hamburger_icon-bar:before, body.header-has-bg #site_header .site_header--main .container .hamburger_icon-wrapper .hamburger_icon-bar:after {
  background-color: #ffffff;
}
#site_header .site_header--main .container .hamburger_icon-wrapper .hamburger_icon-bar::before {
  top: -14px;
}
#site_header .site_header--main .container .hamburger_icon-wrapper .hamburger_icon-bar::after {
  bottom: -14px;
}

.page-404 .entry-header {
  margin: 100px 0;
}

#main {
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: transform 0.5s ease 0s, opacity 0.5s ease 0s;
  -moz-transition: transform 0.5s ease 0s, opacity 0.5s ease 0s;
  -ms-transition: transform 0.5s ease 0s, opacity 0.5s ease 0s;
  -o-transition: transform 0.5s ease 0s, opacity 0.5s ease 0s;
  transition: transform 0.5s ease 0s, opacity 0.5s ease 0s;
  animation: mainLoad 0.2s ease-in-out 0s 1 normal;
}

body.hide-recaptcha-badge > div > .grecaptcha-badge {
  right: -500px !important;
}

body.single.single-model article .entry-header {
  position: relative;
  line-height: 0;
  max-width: 1920px;
  margin: 0 auto;
}
body.single.single-model article .entry-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  padding-bottom: 25%;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&1+0,0+100 */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: linear-gradient(to bottom, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
body.single.single-model article .entry-header .entry-title {
  position: absolute;
  z-index: 1;
  top: 18%;
  left: 0;
  right: 0;
  margin: 0;
  color: #ffffff;
  text-align: center;
  letter-spacing: -30px;
  text-transform: uppercase;
  font-family: "Lexend Exa", sans-serif;
  line-height: 1;
  font-size: 200px;
  font-size: 12.5rem;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  body.single.single-model article .entry-header .entry-title {
    top: auto;
    bottom: 320px;
    letter-spacing: -10px;
    font-size: 55px;
    font-size: 3.4375rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  body.single.single-model article .entry-header .entry-title {
    top: auto;
    bottom: 570px;
    letter-spacing: -12px;
    font-size: 100px;
    font-size: 6.25rem;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  body.single.single-model article .entry-header .entry-title {
    letter-spacing: -18px;
    font-size: 140px;
    font-size: 8.75rem;
  }
}
@media only screen and (min-width: 1266px) and (max-width: 1366px) {
  body.single.single-model article .entry-header .entry-title {
    letter-spacing: -22px;
    font-size: 160px;
    font-size: 10rem;
  }
}
@media only screen and (min-width: 1366px) and (max-width: 1440px) {
  body.single.single-model article .entry-header .entry-title {
    letter-spacing: -27px;
    font-size: 180px;
    font-size: 11.25rem;
  }
}
body.single.single-model article .entry-header img {
  background-color: #808080;
}
body.single.single-model article .entry-header .features-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 1920px;
  margin: auto;
  padding-top: 85px;
  padding-bottom: 78px;
  color: #ffffff;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.4+0,0.7+100 */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjQiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjciLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.7) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  body.single.single-model article .entry-header .features-wrapper {
    position: relative;
    padding-top: 50px;
    padding-bottom: 40px;
    background-color: #000000;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  body.single.single-model article .entry-header .features-wrapper {
    position: relative;
    padding-top: 60px;
    padding-bottom: 50px;
    background-color: #000000;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  body.single.single-model article .entry-header .features-wrapper {
    padding-top: 70px;
    padding-bottom: 60px;
  }
}
@media only screen and (min-width: 1266px) and (max-width: 1366px) {
  body.single.single-model article .entry-header .features-wrapper {
    padding-top: 80px;
    padding-bottom: 70px;
  }
}
body.single.single-model article .entry-header .features-wrapper ul.features-list {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: space-between;
  width: 1272px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  text-align: left;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  body.single.single-model article .entry-header .features-wrapper ul.features-list {
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  body.single.single-model article .entry-header .features-wrapper ul.features-list {
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  body.single.single-model article .entry-header .features-wrapper ul.features-list {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
  }
}
body.single.single-model article .entry-header .features-wrapper ul.features-list li {
  min-width: 0;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  min-height: 183px;
  padding: 50px 15px 10px 34px;
  border-left: 4px solid rgba(255, 255, 255, 0.4);
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  body.single.single-model article .entry-header .features-wrapper ul.features-list li {
    flex: 1 1 50%;
    min-height: 0px;
    margin-top: 15px;
    padding: 20px 15px;
    text-align: center;
    border-width: 2px;
  }
  body.single.single-model article .entry-header .features-wrapper ul.features-list li:nth-child(2n-1) {
    border-left: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  body.single.single-model article .entry-header .features-wrapper ul.features-list li {
    flex: 1 1 50%;
    min-height: 0px;
    margin-top: 25px;
    padding: 30px 15px;
    text-align: center;
    border-width: 2px;
  }
  body.single.single-model article .entry-header .features-wrapper ul.features-list li:nth-child(2n-1) {
    border-left: none;
  }
}
body.single.single-model article .entry-header .features-wrapper ul.features-list li strong {
  font-family: "Lexend Exa", sans-serif;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -4px;
  font-size: 40px;
  font-size: 2.5rem;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  body.single.single-model article .entry-header .features-wrapper ul.features-list li strong {
    letter-spacing: -2px;
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  body.single.single-model article .entry-header .features-wrapper ul.features-list li strong {
    letter-spacing: -3px;
    font-size: 30px;
    font-size: 1.875rem;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  body.single.single-model article .entry-header .features-wrapper ul.features-list li strong {
    letter-spacing: -4px;
    font-size: 35px;
    font-size: 2.1875rem;
  }
}
body.single.single-model article .entry-header .features-wrapper ul.features-list li span {
  display: block;
  text-transform: uppercase;
  margin-top: 8px;
  line-height: 1.7;
  font-size: 19px;
  font-size: 1.1875rem;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  body.single.single-model article .entry-header .features-wrapper ul.features-list li span {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  body.single.single-model article .entry-header .features-wrapper ul.features-list li span {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  body.single.single-model article .entry-header .features-wrapper ul.features-list li span {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}
body.single.single-model article .entry-header .features-wrapper > span {
  display: block;
  margin-top: 48px;
  line-height: 1.7;
  font-size: 17px;
  font-size: 1.0625rem;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  body.single.single-model article .entry-header .features-wrapper > span {
    margin-top: 28px;
    font-size: 12px;
    font-size: 0.75rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  body.single.single-model article .entry-header .features-wrapper > span {
    margin-top: 38px;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  body.single.single-model article .entry-header .features-wrapper > span {
    margin-top: 38px;
    font-size: 16px;
    font-size: 1rem;
  }
}

.section-hero {
  position: relative;
  background-color: #000000;
}
.section-hero .media-wrapper {
  position: relative;
  max-width: 1920px;
  margin: 0 0 0 auto;
  margin: 0 auto;
}
.section-hero .media-wrapper .media-container {
  padding-top: 56.25%;
  overflow: hidden;
  background-color: #000000;
  filter: brightness(0);
  -webkit-transition: filter 0.6s ease 0s;
  -moz-transition: filter 0.6s ease 0s;
  -ms-transition: filter 0.6s ease 0s;
  -o-transition: filter 0.6s ease 0s;
  transition: filter 0.6s ease 0s;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-hero .media-wrapper .media-container {
    height: 50vh;
    padding-top: 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) and (orientation: landscape) {
  .section-hero .media-wrapper .media-container {
    height: 100vh;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .section-hero .media-wrapper .media-container {
    height: 50vh;
    padding-top: 0;
  }
}
.section-hero .media-wrapper .media-container.visible {
  filter: brightness(1);
}
.section-hero .media-wrapper .media-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.section-hero .media-wrapper .media-container i {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.section-hero .text-wrapper {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-hero .text-wrapper {
    position: relative;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) and (orientation: landscape) {
  .section-hero .text-wrapper {
    position: absolute;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .section-hero .text-wrapper {
    position: relative;
  }
}
.section-hero .text-wrapper .container {
  width: 1350px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 400px 15px 0;
  color: #000000;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-hero .text-wrapper .container {
    position: relative;
    padding: 35px 15px 10px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) and (orientation: landscape) {
  .section-hero .text-wrapper .container {
    position: absolute;
    padding-top: 175px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .section-hero .text-wrapper .container {
    position: relative;
    padding-top: 50px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  .section-hero .text-wrapper .container {
    padding-top: 250px;
  }
}
@media only screen and (min-width: 1266px) and (max-width: 1365px) {
  .section-hero .text-wrapper .container {
    padding-top: 300px;
  }
}
@media only screen and (min-width: 1366px) and (max-width: 1439px) {
  .section-hero .text-wrapper .container {
    padding-top: 350px;
  }
}
.section-hero .text-wrapper .container h2 {
  margin: 0;
  line-height: 1;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  letter-spacing: 9px;
  font-weight: 900;
  font-size: 160px;
  font-size: 10rem;
  color: #ffffff;
  -webkit-text-stroke: 2px #ffffff;
  -webkit-text-fill-color: transparent;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-hero .text-wrapper .container h2 {
    font-size: 45px;
    font-size: 2.8125rem;
    letter-spacing: 0px;
    color: #ffffff;
    -webkit-text-stroke: 1px #ffffff;
    -webkit-text-fill-color: transparent;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .section-hero .text-wrapper .container h2 {
    color: #ffffff;
    -webkit-text-stroke: 1.5px #ffffff;
    -webkit-text-fill-color: transparent;
    letter-spacing: 2px;
    font-size: 70px;
    font-size: 4.375rem;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  .section-hero .text-wrapper .container h2 {
    letter-spacing: 4px;
    font-size: 90px;
    font-size: 5.625rem;
  }
}
@media only screen and (min-width: 1266px) and (max-width: 1365px) {
  .section-hero .text-wrapper .container h2 {
    letter-spacing: 6px;
    font-size: 120px;
    font-size: 7.5rem;
  }
}
@media only screen and (min-width: 1366px) and (max-width: 1439px) {
  .section-hero .text-wrapper .container h2 {
    letter-spacing: 8px;
    font-size: 140px;
    font-size: 8.75rem;
  }
}
.section-hero .text-wrapper .container span {
  display: block;
  margin-top: 6px;
  color: #ffffff;
  font-family: "Lexend Exa", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1;
  font-size: 24px;
  font-size: 1.5rem;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-hero .text-wrapper .container span {
    margin-top: 10px;
    line-height: 1.7;
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .section-hero .text-wrapper .container span {
    margin-top: 15px;
    line-height: 1.7;
    font-size: 28px;
    font-size: 1.75rem;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  .section-hero .text-wrapper .container span {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}
.section-hero .text-wrapper .container i {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 87px;
  margin-top: 60px;
  border-bottom: 20px solid transparent;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: auto;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTAiIGhlaWdodD0iNjciIHZpZXdCb3g9IjAgMCA1MCA2NyIgZmlsbD0iI0M4Mzc0MCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNTAgNDEuNzA4M0w0Ny4yMjkyIDM4Ljg3NUwyNi45NzkyIDU5LjEwNDJWMEgyMy4wMjA4VjU5LjEwNDJMMi43NSAzOC44NzVMMCA0MS43MDgzTDI1IDY2LjY2NjdMNTAgNDEuNzA4M1oiLz48L3N2Zz4=");
  cursor: pointer;
  -webkit-transition: border-bottom-width 0.25s ease 0s;
  -moz-transition: border-bottom-width 0.25s ease 0s;
  -ms-transition: border-bottom-width 0.25s ease 0s;
  -o-transition: border-bottom-width 0.25s ease 0s;
  transition: border-bottom-width 0.25s ease 0s;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-hero .text-wrapper .container i {
    display: none;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) and (orientation: landscape) {
  .section-hero .text-wrapper .container i {
    filter: brightness(1);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .section-hero .text-wrapper .container i {
    display: none;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  .section-hero .text-wrapper .container i {
    width: 30px;
    height: 70px;
    margin-top: 50px;
  }
}
.section-hero .text-wrapper .container i:hover {
  border-bottom-width: 0px;
}

.section-intro {
  padding: 80px 30px 185px;
  background-color: #000000;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-intro {
    padding: 40px 30px 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .section-intro {
    padding: 60px 30px 100px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  .section-intro {
    padding: 70px 30px 125px;
  }
}
.section-intro .container p {
  margin: 0;
  color: #ffffff;
  text-align: center;
  font-weight: 500;
  line-height: 1.7;
  font-size: 28px;
  font-size: 1.75rem;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-intro .container p {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .section-intro .container p {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  .section-intro .container p {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

.section-featured_models {
  margin: 0 auto;
}
body.home .section-featured_models {
  margin-top: 100px;
}
.section-featured_models .container .models-slider-conztainer {
  position: relative;
  margin: 70px -55px 0 -55px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-featured_models .container .models-slider-conztainer {
    margin: 10px 0 0 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .section-featured_models .container .models-slider-conztainer {
    margin: 20px 0 0 0;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  .section-featured_models .container .models-slider-conztainer {
    margin: 50px 0 0 0;
  }
}
@media only screen and (min-width: 1266px) and (max-width: 1439px) {
  .section-featured_models .container .models-slider-conztainer {
    margin: 60px 0 0 0;
  }
}
.section-featured_models .container .models-slider-conztainer .models-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.section-featured_models .container .models-slider-conztainer .models-list .models-item {
  position: relative;
}
.section-featured_models .container .models-slider-conztainer .models-list .models-item::before, .section-featured_models .container .models-slider-conztainer .models-list .models-item::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 130px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0.65+50,0+100 */
  background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.95) 20%, rgba(255, 255, 255, 0.4) 65%, rgba(255, 255, 255, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-featured_models .container .models-slider-conztainer .models-list .models-item::before, .section-featured_models .container .models-slider-conztainer .models-list .models-item::after {
    width: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .section-featured_models .container .models-slider-conztainer .models-list .models-item::before, .section-featured_models .container .models-slider-conztainer .models-list .models-item::after {
    width: 80px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  .section-featured_models .container .models-slider-conztainer .models-list .models-item::before, .section-featured_models .container .models-slider-conztainer .models-list .models-item::after {
    width: 100px;
  }
}
.section-featured_models .container .models-slider-conztainer .models-list .models-item::before {
  left: 0;
}
.section-featured_models .container .models-slider-conztainer .models-list .models-item::after {
  right: 0;
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.section-featured_models .container .models-slider-conztainer .models-list .models-item .text {
  position: absolute;
  top: 0;
  left: 148px;
  display: inline-block;
  width: 370px;
  max-width: 100%;
  margin: 0 auto;
  padding: 72px 25px 99px 45px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-featured_models .container .models-slider-conztainer .models-list .models-item .text {
    position: relative;
    left: auto;
    display: block;
    width: 300px;
    padding: 20px 35px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .section-featured_models .container .models-slider-conztainer .models-list .models-item .text {
    position: relative;
    left: auto;
    display: block;
    width: 500px;
    padding: 50px 35px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  .section-featured_models .container .models-slider-conztainer .models-list .models-item .text {
    left: 40px;
    padding: 25px;
  }
}
.section-featured_models .container .models-slider-conztainer .models-list .models-item .text:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  background-clip: padding-box;
  background-color: #F5F5F5;
  z-index: -1;
}
.section-featured_models .container .models-slider-conztainer .models-list .models-item .text h3 {
  margin: 0 0 15px 0;
  font-family: "Lexend Exa", sans-serif;
  letter-spacing: -4px;
  text-transform: uppercase;
  font-weight: 900;
  line-height: 1;
  font-size: 32px;
  font-size: 2rem;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-featured_models .container .models-slider-conztainer .models-list .models-item .text h3 {
    letter-spacing: -2px;
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .section-featured_models .container .models-slider-conztainer .models-list .models-item .text h3 {
    letter-spacing: -3px;
    font-size: 26px;
    font-size: 1.625rem;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  .section-featured_models .container .models-slider-conztainer .models-list .models-item .text h3 {
    letter-spacing: -3px;
    font-size: 28px;
    font-size: 1.75rem;
  }
}
.section-featured_models .container .models-slider-conztainer .models-list .models-item .text .section-text {
  display: block;
  margin-bottom: 10px;
}
.section-featured_models .container .models-slider-conztainer .models-list .models-item .img {
  line-height: 0;
}
.section-featured_models .container .models-slider-conztainer .bx-wrapper {
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.section-featured_models .container .models-slider-conztainer .bx-wrapper .bx-viewport {
  -webkit-transform: translateZ(0);
}
.section-featured_models .container .models-slider-conztainer .bx-wrapper .bx-controls {
  text-align: center;
}
.section-featured_models .container .models-slider-conztainer .bx-wrapper .bx-controls .bx-controls-direction a {
  position: absolute;
  top: 36%;
  display: block;
  width: 80px;
  height: 80px;
  border: 3px solid #C83740;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-featured_models .container .models-slider-conztainer .bx-wrapper .bx-controls .bx-controls-direction a {
    top: 43%;
    width: 40px;
    height: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .section-featured_models .container .models-slider-conztainer .bx-wrapper .bx-controls .bx-controls-direction a {
    width: 60px;
    height: 60px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  .section-featured_models .container .models-slider-conztainer .bx-wrapper .bx-controls .bx-controls-direction a {
    width: 60px;
    height: 60px;
  }
}
.section-featured_models .container .models-slider-conztainer .bx-wrapper .bx-controls .bx-controls-direction a::before {
  content: "";
  position: absolute;
  top: 38px;
  display: inline-block;
  width: 39px;
  height: 3px;
  margin: auto;
  background-color: #C83740;
  -webkit-transition: left 0.25s ease 0s, right 0.25s ease 0s, background-color 0.25s ease 0s;
  -moz-transition: left 0.25s ease 0s, right 0.25s ease 0s, background-color 0.25s ease 0s;
  -ms-transition: left 0.25s ease 0s, right 0.25s ease 0s, background-color 0.25s ease 0s;
  -o-transition: left 0.25s ease 0s, right 0.25s ease 0s, background-color 0.25s ease 0s;
  transition: left 0.25s ease 0s, right 0.25s ease 0s, background-color 0.25s ease 0s;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-featured_models .container .models-slider-conztainer .bx-wrapper .bx-controls .bx-controls-direction a::before {
    top: 16px;
    width: 23px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .section-featured_models .container .models-slider-conztainer .bx-wrapper .bx-controls .bx-controls-direction a::before {
    top: 26px;
    width: 33px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  .section-featured_models .container .models-slider-conztainer .bx-wrapper .bx-controls .bx-controls-direction a::before {
    top: 26px;
    width: 33px;
  }
}
.section-featured_models .container .models-slider-conztainer .bx-wrapper .bx-controls .bx-controls-direction a::after {
  content: "";
  position: absolute;
  top: 39px;
  display: inline-block;
  width: 22px;
  height: 22px;
  border-top: 3px solid #C83740;
  -webkit-transition: left 0.25s ease 0s, right 0.25s ease 0s, border-color 0.25s ease 0s;
  -moz-transition: left 0.25s ease 0s, right 0.25s ease 0s, border-color 0.25s ease 0s;
  -ms-transition: left 0.25s ease 0s, right 0.25s ease 0s, border-color 0.25s ease 0s;
  -o-transition: left 0.25s ease 0s, right 0.25s ease 0s, border-color 0.25s ease 0s;
  transition: left 0.25s ease 0s, right 0.25s ease 0s, border-color 0.25s ease 0s;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-featured_models .container .models-slider-conztainer .bx-wrapper .bx-controls .bx-controls-direction a::after {
    top: 18px;
    width: 14px;
    height: 14px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .section-featured_models .container .models-slider-conztainer .bx-wrapper .bx-controls .bx-controls-direction a::after {
    top: 28px;
    width: 20px;
    height: 20px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  .section-featured_models .container .models-slider-conztainer .bx-wrapper .bx-controls .bx-controls-direction a::after {
    top: 28px;
    width: 20px;
    height: 20px;
  }
}
.section-featured_models .container .models-slider-conztainer .bx-wrapper .bx-controls .bx-controls-direction a.bx-prev {
  left: 0;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-featured_models .container .models-slider-conztainer .bx-wrapper .bx-controls .bx-controls-direction a.bx-prev {
    left: -5px;
  }
}
.section-featured_models .container .models-slider-conztainer .bx-wrapper .bx-controls .bx-controls-direction a.bx-prev::before {
  left: 18px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-featured_models .container .models-slider-conztainer .bx-wrapper .bx-controls .bx-controls-direction a.bx-prev::before {
    left: 5px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .section-featured_models .container .models-slider-conztainer .bx-wrapper .bx-controls .bx-controls-direction a.bx-prev::before {
    left: 10px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  .section-featured_models .container .models-slider-conztainer .bx-wrapper .bx-controls .bx-controls-direction a.bx-prev::before {
    left: 10px;
  }
}
.section-featured_models .container .models-slider-conztainer .bx-wrapper .bx-controls .bx-controls-direction a.bx-prev::after {
  left: 17px;
  border-left: 3px solid #C83740;
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  moz-transform-origin: top left;
  -o-transform-origin: top left;
  -ms-transform-origin: top left;
  -webkit-transform-origin: top left;
  transform-origin: top left;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-featured_models .container .models-slider-conztainer .bx-wrapper .bx-controls .bx-controls-direction a.bx-prev::after {
    left: 5px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .section-featured_models .container .models-slider-conztainer .bx-wrapper .bx-controls .bx-controls-direction a.bx-prev::after {
    left: 10px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  .section-featured_models .container .models-slider-conztainer .bx-wrapper .bx-controls .bx-controls-direction a.bx-prev::after {
    left: 10px;
  }
}
.section-featured_models .container .models-slider-conztainer .bx-wrapper .bx-controls .bx-controls-direction a.bx-next {
  right: 0;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-featured_models .container .models-slider-conztainer .bx-wrapper .bx-controls .bx-controls-direction a.bx-next {
    right: -5px;
  }
}
.section-featured_models .container .models-slider-conztainer .bx-wrapper .bx-controls .bx-controls-direction a.bx-next::before {
  right: 18px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-featured_models .container .models-slider-conztainer .bx-wrapper .bx-controls .bx-controls-direction a.bx-next::before {
    right: 5px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .section-featured_models .container .models-slider-conztainer .bx-wrapper .bx-controls .bx-controls-direction a.bx-next::before {
    right: 10px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  .section-featured_models .container .models-slider-conztainer .bx-wrapper .bx-controls .bx-controls-direction a.bx-next::before {
    right: 10px;
  }
}
.section-featured_models .container .models-slider-conztainer .bx-wrapper .bx-controls .bx-controls-direction a.bx-next::after {
  right: 17px;
  border-right: 3px solid #C83740;
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  moz-transform-origin: top right;
  -o-transform-origin: top right;
  -ms-transform-origin: top right;
  -webkit-transform-origin: top right;
  transform-origin: top right;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-featured_models .container .models-slider-conztainer .bx-wrapper .bx-controls .bx-controls-direction a.bx-next::after {
    right: 5px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .section-featured_models .container .models-slider-conztainer .bx-wrapper .bx-controls .bx-controls-direction a.bx-next::after {
    right: 10px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  .section-featured_models .container .models-slider-conztainer .bx-wrapper .bx-controls .bx-controls-direction a.bx-next::after {
    right: 10px;
  }
}
.section-featured_models .container .models-slider-conztainer .bx-wrapper .bx-controls .bx-pager {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: inline-block;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-featured_models .container .models-slider-conztainer .bx-wrapper .bx-controls .bx-pager {
    bottom: -50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .section-featured_models .container .models-slider-conztainer .bx-wrapper .bx-controls .bx-pager {
    bottom: -50px;
  }
}
.section-featured_models .container .models-slider-conztainer .bx-wrapper .bx-controls .bx-pager .bx-pager-item {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 38px;
  height: 35px;
}
.section-featured_models .container .models-slider-conztainer .bx-wrapper .bx-controls .bx-pager .bx-pager-item + .bx-pager-item {
  margin-left: 17px;
}
.section-featured_models .container .models-slider-conztainer .bx-wrapper .bx-controls .bx-pager .bx-pager-item .bx-pager-link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  line-height: 0;
  font-size: 0px;
  font-size: 0rem;
  border: 5px solid transparent;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  overflow: hidden;
  -webkit-transition: border-width 0.2s ease 0s;
  -moz-transition: border-width 0.2s ease 0s;
  -ms-transition: border-width 0.2s ease 0s;
  -o-transition: border-width 0.2s ease 0s;
  transition: border-width 0.2s ease 0s;
}
.section-featured_models .container .models-slider-conztainer .bx-wrapper .bx-controls .bx-pager .bx-pager-item .bx-pager-link::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #F5F5F5;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  -webkit-transition: background-color 0.2s linear 0s;
  -moz-transition: background-color 0.2s linear 0s;
  -ms-transition: background-color 0.2s linear 0s;
  -o-transition: background-color 0.2s linear 0s;
  transition: background-color 0.2s linear 0s;
}
.section-featured_models .container .models-slider-conztainer .bx-wrapper .bx-controls .bx-pager .bx-pager-item .bx-pager-link.active::before {
  background-color: #000000;
}
.section-featured_models .container .models-slider-conztainer .bx-wrapper .bx-controls .bx-pager .bx-pager-item .bx-pager-link:not(.active):hover {
  border-width: 0px;
}

.section-retailer {
  margin: 0 auto;
}
body.home .section-retailer {
  margin-top: 180px;
}
.section-retailer .container .retailer-main {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin: 70px -101px 0 -115px;
  background-color: #000000;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  background-clip: padding-box;
  overflow: hidden;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-retailer .container .retailer-main {
    flex-direction: column;
    margin: 40px auto 0;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    background-clip: padding-box;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .section-retailer .container .retailer-main {
    flex-direction: column;
    max-width: 600px;
    margin: 50px auto 0;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    background-clip: padding-box;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  .section-retailer .container .retailer-main {
    margin: 60px auto 0;
    -webkit-border-radius: 35px;
    border-radius: 35px;
    background-clip: padding-box;
  }
}
@media only screen and (min-width: 1266px) and (max-width: 1774px) {
  .section-retailer .container .retailer-main {
    margin: 70px auto 0;
  }
}
.section-retailer .container .retailer-main .retailer-first {
  flex: 1 1 45%;
  padding: 40px 4% 40px 11%;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-retailer .container .retailer-main .retailer-first {
    order: 1;
    padding: 40px 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .section-retailer .container .retailer-main .retailer-first {
    order: 1;
    padding: 40px 30px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  .section-retailer .container .retailer-main .retailer-first {
    padding: 40px 50px;
  }
}
.section-retailer .container .retailer-main .retailer-first .section-text {
  margin-bottom: 40px;
  color: #ffffff;
  font-weight: 500;
  font-size: 20px;
  font-size: 1.25rem;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-retailer .container .retailer-main .retailer-first .section-text {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .section-retailer .container .retailer-main .retailer-first .section-text {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  .section-retailer .container .retailer-main .retailer-first .section-text {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}
.section-retailer .container .retailer-main .retailer-first .link-with-bullet {
  color: #ffffff;
}
.section-retailer .container .retailer-main .retailer-last {
  flex: 1 1 45%;
  text-align: right;
  line-height: 0;
}
.section-retailer .container .retailer-main .retailer-last a {
  display: inline-block;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  background-clip: padding-box;
  overflow: hidden;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-retailer .container .retailer-main .retailer-last a {
    -webkit-border-radius: 25px;
    border-radius: 25px;
    background-clip: padding-box;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .section-retailer .container .retailer-main .retailer-last a {
    -webkit-border-radius: 30px;
    border-radius: 30px;
    background-clip: padding-box;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  .section-retailer .container .retailer-main .retailer-last a {
    -webkit-border-radius: 35px;
    border-radius: 35px;
    background-clip: padding-box;
  }
}
.section-contact {
  margin: 0 auto;
}
body.home .section-contact {
  margin-top: 220px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  body.home .section-contact {
    margin-top: 110px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  body.home .section-contact {
    margin-top: 160px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  body.home .section-contact {
    margin-top: 180px;
  }
}
body.single-model .section-contact {
  margin-top: 183px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  body.single-model .section-contact {
    margin-top: 83px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  body.single-model .section-contact {
    margin-top: 133px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  body.single-model .section-contact {
    margin-top: 153px;
  }
}
.section-contact .container .contact-main {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 100px auto 0;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-contact .container .contact-main {
    flex-direction: column;
    margin-top: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .section-contact .container .contact-main {
    flex-direction: column;
    max-width: 500px;
    margin-top: 60px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  .section-contact .container .contact-main {
    margin-top: 80px;
  }
}
.section-contact .container .contact-main .contact-first {
  flex: 0 0 34%;
}
.section-contact .container .contact-main .contact-first + .contact-last {
  flex: 0 0 59%;
}
.section-contact .container .contact-main .contact-first img {
  margin-left: 10px;
  margin-bottom: 10px;
}
.section-contact .container .contact-main .contact-first .contant-item {
  display: flex;
  flex-direction: row;
  padding-bottom: 8px;
  line-height: 1.5;
  font-size: 22px;
  font-size: 1.375rem;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-contact .container .contact-main .contact-first .contant-item {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .section-contact .container .contact-main .contact-first .contant-item {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  .section-contact .container .contact-main .contact-first .contant-item {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.section-contact .container .contact-main .contact-first .contant-item + .contant-item {
  margin-top: 19px;
}
.section-contact .container .contact-main .contact-first .contant-item + .contant-item .contant-item_inner {
  border-top: 2px solid #F5F5F5;
}
.section-contact .container .contact-main .contact-first .contant-item::before {
  content: "";
  flex: 0 0 50px;
  display: inline-block;
  width: 50px;
  height: 50px;
  margin: 19px 27px 0 0;
  border: 3px solid #C83740;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  background-position: center;
  background-size: auto;
  background-repeat: no-repeat;
}
.section-contact .container .contact-main .contact-first .contant-item .contant-item_inner {
  flex: 1 1 auto;
  padding-top: 27px;
}
.section-contact .container .contact-main .contact-first .contant-item .contant-item_inner strong {
  font-weight: 600;
}
.section-contact .container .contact-main .contact-first .contant-item .contant-item_inner a {
  padding: 5px 0;
  background-image: linear-gradient(#C83740, #C83740);
  background-repeat: no-repeat;
  background-position: bottom 5px left;
  background-size: 0% 2px;
  text-decoration: none;
  -webkit-transition: background-size 0.15s ease 0s;
  -moz-transition: background-size 0.15s ease 0s;
  -ms-transition: background-size 0.15s ease 0s;
  -o-transition: background-size 0.15s ease 0s;
  transition: background-size 0.15s ease 0s;
}
.section-contact .container .contact-main .contact-first .contant-item .contant-item_inner a:hover {
  background-size: 100% 2px;
}
.section-contact .container .contact-main .contact-first .contant-item.address::before {
  background-image: url("images/icon-location.svg");
}
.section-contact .container .contact-main .contact-first .contant-item.phone::before {
  background-image: url("images/icon-phone.svg");
}
.section-contact .container .contact-main .contact-first .contant-item.email::before {
  background-image: url("images/icon-envelop.svg");
}
.section-contact .container .contact-main .contact-first .contant-item.web::before {
  background-image: url("images/icon-globe.svg");
}
.section-contact .container .contact-main .contact-last {
  flex: 0 0 100%;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-contact .container .contact-main .contact-last {
    padding-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .section-contact .container .contact-main .contact-last {
    padding-top: 50px;
  }
}
.section-alt-list {
  position: relative;
  margin: 0 auto;
}
body.single-model .section-alt-list {
  margin-top: 129px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  body.single-model .section-alt-list {
    margin-top: 55px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  body.single-model .section-alt-list {
    margin-top: 75px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  body.single-model .section-alt-list {
    margin-top: 95px;
  }
}
.section-alt-list .main-container {
  width: 1560px;
  max-width: 100%;
  margin: 0 auto;
}
.section-alt-list .main-container .section-title {
  margin-bottom: 27px;
  text-align: center;
}
.section-alt-list .main-container .alt-list {
  list-style: none;
  margin: 0 auto;
  padding-left: 0;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-alt-list .main-container .alt-list {
    margin-top: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .section-alt-list .main-container .alt-list {
    margin-top: 80px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  .section-alt-list .main-container .alt-list {
    margin-top: 100px;
  }
}
.section-alt-list .main-container .alt-list.reverse-order .alt-item .alt-image {
  text-align: right;
  order: 1;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-alt-list .main-container .alt-list.reverse-order .alt-item .alt-image {
    order: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .section-alt-list .main-container .alt-list.reverse-order .alt-item .alt-image {
    order: 0;
  }
}
.section-alt-list .main-container .alt-list.reverse-order .alt-item:nth-child(2n) .alt-image {
  text-align: left;
  order: 0;
}
.section-alt-list .main-container .alt-list.reverse-order .alt-item.animate .alt-image {
  -moz-transform: translateX(50px);
  -o-transform: translateX(50px);
  -ms-transform: translateX(50px);
  -webkit-transform: translateX(50px);
  transform: translateX(50px);
}
.section-alt-list .main-container .alt-list.reverse-order .alt-item.animate .alt-text {
  -moz-transform: translateY(-30px);
  -o-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
}
.section-alt-list .main-container .alt-list.reverse-order .alt-item.animate:nth-child(2n) .alt-image {
  -moz-transform: translateX(-50px);
  -o-transform: translateX(-50px);
  -ms-transform: translateX(-50px);
  -webkit-transform: translateX(-50px);
  transform: translateX(-50px);
}
.section-alt-list .main-container .alt-list .alt-item {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
}
.section-alt-list .main-container .alt-list .alt-item + .alt-item {
  margin-top: 113px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-alt-list .main-container .alt-list .alt-item {
    max-width: 350px;
    margin: 70px auto 0;
    text-align: center;
    flex-direction: column;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) and (orientation: landscape) {
  .section-alt-list .main-container .alt-list .alt-item {
    max-width: 100%;
    margin-top: 0;
    text-align: left;
    flex-direction: row;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .section-alt-list .main-container .alt-list .alt-item {
    max-width: 526px;
    margin: 90px auto 0;
    text-align: center;
    flex-direction: column;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  .section-alt-list .main-container .alt-list .alt-item {
    margin-top: 102px;
  }
}
.section-alt-list .main-container .alt-list .alt-item:last-child {
  margin-bottom: 0;
}
.section-alt-list .main-container .alt-list .alt-item:nth-child(2n) .alt-image {
  order: 1;
  text-align: right;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-alt-list .main-container .alt-list .alt-item:nth-child(2n) .alt-image {
    order: 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) and (orientation: landscape) {
  .section-alt-list .main-container .alt-list .alt-item:nth-child(2n) .alt-image {
    order: 1;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .section-alt-list .main-container .alt-list .alt-item:nth-child(2n) .alt-image {
    order: 0;
  }
}
.section-alt-list .main-container .alt-list .alt-item:nth-child(2n) .alt-text {
  text-align: right;
}
.section-alt-list .main-container .alt-list .alt-item.animate .alt-image {
  opacity: 0;
  -moz-transform: translateX(-50px);
  -o-transform: translateX(-50px);
  -ms-transform: translateX(-50px);
  -webkit-transform: translateX(-50px);
  transform: translateX(-50px);
}
@media only screen and (min-width: 0px) and (max-width: 1023px) {
  .section-alt-list .main-container .alt-list .alt-item.animate .alt-image {
    -moz-transform: translateY(30px);
    -o-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) and (orientation: landscape) {
  .section-alt-list .main-container .alt-list .alt-item.animate .alt-image {
    -moz-transform: translateY(30px);
    -o-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
}
.section-alt-list .main-container .alt-list .alt-item.animate .alt-text {
  opacity: 0;
  -moz-transform: translateY(-30px);
  -o-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
}
.section-alt-list .main-container .alt-list .alt-item.animate:nth-child(2n) .alt-image {
  -moz-transform: translateX(50px);
  -o-transform: translateX(50px);
  -ms-transform: translateX(50px);
  -webkit-transform: translateX(50px);
  transform: translateX(50px);
}
@media only screen and (min-width: 0px) and (max-width: 1023px) {
  .section-alt-list .main-container .alt-list .alt-item.animate:nth-child(2n) .alt-image {
    -moz-transform: translateY(30px);
    -o-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) and (orientation: landscape) {
  .section-alt-list .main-container .alt-list .alt-item.animate:nth-child(2n) .alt-image {
    -moz-transform: translateX(50px);
    -o-transform: translateX(50px);
    -ms-transform: translateX(50px);
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
  }
}
.section-alt-list .main-container .alt-list .alt-item .alt-image {
  position: relative;
  min-width: 0;
  flex: 0 0 60%;
  line-height: 0;
  -webkit-transition: opacity 1s ease 0s, transform 1s ease 0s;
  -moz-transition: opacity 1s ease 0s, transform 1s ease 0s;
  -ms-transition: opacity 1s ease 0s, transform 1s ease 0s;
  -o-transition: opacity 1s ease 0s, transform 1s ease 0s;
  transition: opacity 1s ease 0s, transform 1s ease 0s;
}
@media only screen and (min-width: 0px) and (max-width: 767px) and (orientation: landscape) {
  .section-alt-list .main-container .alt-list .alt-item .alt-image {
    padding: 25px 0;
  }
}
.section-alt-list .main-container .alt-list .alt-item .alt-image .image-holder {
  position: relative;
  display: inline-block;
  overflow: hidden;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  background-clip: padding-box;
}
.section-alt-list .main-container .alt-list .alt-item .alt-image .image-holder:not(.placeholder).image-link img {
  -webkit-transition: transform 0.25s ease 0s;
  -moz-transition: transform 0.25s ease 0s;
  -ms-transition: transform 0.25s ease 0s;
  -o-transition: transform 0.25s ease 0s;
  transition: transform 0.25s ease 0s;
}
.section-alt-list .main-container .alt-list .alt-item .alt-image .image-holder:not(.placeholder).image-link:hover img {
  -moz-transform: scale(1.025);
  -o-transform: scale(1.025);
  -ms-transform: scale(1.025);
  -webkit-transform: scale(1.025);
  transform: scale(1.025);
}
.section-alt-list .main-container .alt-list .alt-item .alt-image .image-holder img {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-clip: padding-box;
}
.section-alt-list .main-container .alt-list .alt-item .alt-image .image-holder.placeholder img {
  background-color: #F5F5F5;
  background-size: 462px auto;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("images/omoda-jaecoo-logo.png");
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-alt-list .main-container .alt-list .alt-item .alt-image .image-holder.placeholder img {
    background-size: 262px auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .section-alt-list .main-container .alt-list .alt-item .alt-image .image-holder.placeholder img {
    background-size: 362px auto;
  }
}
.section-alt-list .main-container .alt-list .alt-item .alt-text {
  min-width: 0;
  flex: 0 0 38%;
  -webkit-transition: opacity 1s ease 0s, transform 1s ease 0s;
  -moz-transition: opacity 1s ease 0s, transform 1s ease 0s;
  -ms-transition: opacity 1s ease 0s, transform 1s ease 0s;
  -o-transition: opacity 1s ease 0s, transform 1s ease 0s;
  transition: opacity 1s ease 0s, transform 1s ease 0s;
}
@media only screen and (min-width: 0px) and (max-width: 1023px) {
  .section-alt-list .main-container .alt-list .alt-item .alt-text {
    padding: 0 15px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) and (orientation: landscape) {
  .section-alt-list .main-container .alt-list .alt-item .alt-text {
    padding: 25px 0;
  }
}
.section-alt-list .main-container .alt-list .alt-item .alt-text .text_inner {
  display: inline-block;
  max-width: 383px;
  text-align: left;
}
.section-alt-list .main-container .alt-list .alt-item .alt-text .text_inner .item-title {
  display: block;
  color: #000000;
  font-family: "Lexend Exa", sans-serif;
  letter-spacing: -3px;
  font-weight: 900;
  line-height: 1.4;
  font-size: 32px;
  font-size: 2rem;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-alt-list .main-container .alt-list .alt-item .alt-text .text_inner .item-title {
    margin-top: 15px;
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) and (orientation: landscape) {
  .section-alt-list .main-container .alt-list .alt-item .alt-text .text_inner .item-title {
    margin-top: 0;
    font-size: 22px;
    font-size: 1.375rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .section-alt-list .main-container .alt-list .alt-item .alt-text .text_inner .item-title {
    margin-top: 20px;
    font-size: 27px;
    font-size: 1.6875rem;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  .section-alt-list .main-container .alt-list .alt-item .alt-text .text_inner .item-title {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.section-alt-list .main-container .alt-list .alt-item .alt-text .text_inner .item-title .title-link {
  -webkit-transition: color 0.25s ease 0s;
  -moz-transition: color 0.25s ease 0s;
  -ms-transition: color 0.25s ease 0s;
  -o-transition: color 0.25s ease 0s;
  transition: color 0.25s ease 0s;
}
.section-alt-list .main-container .alt-list .alt-item .alt-text .text_inner .item-title .title-link:hover {
  color: #C83740;
}
.section-alt-list .main-container .alt-list .alt-item .alt-text .text_inner .item-subtitle {
  display: block;
  margin-top: 20px;
  font-weight: 700;
  line-height: 1.7;
  font-size: 20px;
  font-size: 1.25rem;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-alt-list .main-container .alt-list .alt-item .alt-text .text_inner .item-subtitle {
    margin-top: 10px;
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .section-alt-list .main-container .alt-list .alt-item .alt-text .text_inner .item-subtitle {
    margin-top: 12px;
    font-size: 17px;
    font-size: 1.0625rem;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  .section-alt-list .main-container .alt-list .alt-item .alt-text .text_inner .item-subtitle {
    margin-top: 15px;
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.section-alt-list .main-container .alt-list .alt-item .alt-text .text_inner p {
  margin: 25px 0 0;
}
.section-alt-list .main-container .alt-list .alt-item .alt-text .text_inner strong {
  display: block;
  margin-top: 25px;
}
.section-alt-list .main-container .alt-list .alt-item .alt-text .text_inner .link-wrapper {
  margin-top: 25px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-alt-list .main-container .alt-list .alt-item .alt-text .text_inner .link-wrapper {
    margin-top: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .section-alt-list .main-container .alt-list .alt-item .alt-text .text_inner .link-wrapper {
    margin-top: 12px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  .section-alt-list .main-container .alt-list .alt-item .alt-text .text_inner .link-wrapper {
    margin-top: 15px;
  }
}
.section-alt-list .main-container .button-wrapper {
  margin-top: 110px;
  text-align: center;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-alt-list .main-container .button-wrapper {
    margin-top: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .section-alt-list .main-container .button-wrapper {
    margin-top: 90px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  .section-alt-list .main-container .button-wrapper {
    margin-top: 100px;
  }
}
.section-video_banner {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
}
body.single-model .section-video_banner {
  margin-top: 109px;
}
.section-video_banner .media-wrapper .media-container {
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
}
.section-video_banner .media-wrapper .media-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.section-video_banner .title-wrapper {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 1272px;
  max-width: 100%;
  margin: 0 auto;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.section-video_banner .title-wrapper .video-title {
  margin: 0;
  color: #ffffff;
  line-height: 1;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  letter-spacing: -8px;
  font-weight: 900;
  font-size: 180px;
  font-size: 11.25rem;
  color: #ffffff;
  -webkit-text-stroke: 3px #ffffff;
  -webkit-text-fill-color: transparent;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-video_banner .title-wrapper .video-title {
    letter-spacing: -4px;
    font-size: 60px;
    font-size: 3.75rem;
    color: #ffffff;
    -webkit-text-stroke: 1px #ffffff;
    -webkit-text-fill-color: transparent;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .section-video_banner .title-wrapper .video-title {
    letter-spacing: -5px;
    font-size: 100px;
    font-size: 6.25rem;
    color: #ffffff;
    -webkit-text-stroke: 2px #ffffff;
    -webkit-text-fill-color: transparent;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  .section-video_banner .title-wrapper .video-title {
    letter-spacing: -6px;
    font-size: 140px;
    font-size: 8.75rem;
  }
}

.section-gallery {
  max-width: 1920px;
  margin: 0 auto;
  background-color: #000000;
}
.section-gallery .gallery-wrapper {
  padding: 300px 15px 51px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-gallery .gallery-wrapper {
    padding: 30px 30px 31px;
  }
}
.section-gallery .gallery-wrapper .gallery-block {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  line-height: 0;
}
.section-gallery .gallery-wrapper .gallery-block .gallery-col {
  flex: 1 1 50%;
  display: flex;
  flex-direction: column;
  padding-right: 12px;
  text-align: right;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-gallery .gallery-wrapper .gallery-block .gallery-col {
    flex: 1 1 100%;
    padding-right: 0;
    text-align: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .section-gallery .gallery-wrapper .gallery-block .gallery-col {
    flex: 1 1 50%;
  }
}
.section-gallery .gallery-wrapper .gallery-block .gallery-col:nth-child(2) {
  margin-top: -181px;
  padding-left: 12px;
  text-align: left;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-gallery .gallery-wrapper .gallery-block .gallery-col:nth-child(2) {
    margin-top: 0;
    padding-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .section-gallery .gallery-wrapper .gallery-block .gallery-col:nth-child(2) {
    margin-top: -120px;
  }
}
.section-gallery .gallery-wrapper .gallery-block .gallery-col .gallery-item {
  display: inline-block;
  margin-bottom: 33px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-gallery .gallery-wrapper .gallery-block .gallery-col .gallery-item {
    margin-bottom: 30px;
  }
}
.section-gallery .gallery-wrapper .gallery-block .gallery-col .gallery-item img {
  -webkit-border-radius: 30px;
  border-radius: 30px;
  background-clip: padding-box;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-gallery .gallery-wrapper .gallery-block .gallery-col .gallery-item img {
    -webkit-border-radius: 15px;
    border-radius: 15px;
    background-clip: padding-box;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .section-gallery .gallery-wrapper .gallery-block .gallery-col .gallery-item img {
    -webkit-border-radius: 20px;
    border-radius: 20px;
    background-clip: padding-box;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  .section-gallery .gallery-wrapper .gallery-block .gallery-col .gallery-item img {
    -webkit-border-radius: 25px;
    border-radius: 25px;
    background-clip: padding-box;
  }
}
.section-gallery .button-wrapper {
  padding-bottom: 80px;
  text-align: center;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-gallery .button-wrapper {
    padding-bottom: 50px;
  }
}

.site_footer {
  margin-top: 160px;
  background-color: #000000;
  text-align: center;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .site_footer {
    margin-top: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .site_footer {
    margin-top: 120px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  .site_footer {
    margin-top: 140px;
  }
}
.site_footer .container .site_footer--top-menu {
  padding: 30px 0 0;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .site_footer .container .site_footer--top-menu {
    padding-top: 50px;
  }
}
.site_footer .container .site_footer--logo {
  display: inline-block;
  padding: 34px 0 62px;
}
.site_footer .container .site_footer--logo i {
  display: block;
  width: 462px;
  height: 27px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .site_footer .container .site_footer--logo i {
    width: 262px;
    height: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .site_footer .container .site_footer--logo i {
    width: 362px;
    height: 20px;
  }
}

.shortcode.shortcode__embed-youtube {
  position: relative;
  margin: 40px 0;
}
.shortcode.shortcode__embed-youtube.done::before, .shortcode.shortcode__embed-youtube.done::after {
  content: none;
}
.shortcode.shortcode__embed-youtube::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000000;
  cursor: pointer;
  opacity: 0.5;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.shortcode.shortcode__embed-youtube::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  width: 58px;
  height: 44px;
  margin: auto;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADoAAAAsCAMAAAAD6lucAAAAeFBMVEUAAAD////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////GqOSsAAAAJ3RSTlMA+HLW1Nf0vLAj/PrckRAIzWkgG8pvZV0vKwPq4sSgnId7draJUEAwFVI4AAAA4ElEQVRIx+XVyQ6CMBSF4VMoHaCUSRCcZ9//Db0msnDpWZgY//2XNO1tC3QHm4VUS+mr7L10Ts+l2t0i0J7vVLZFeSfbo2ZpgGGpQcFSBfXXtCxpOlSjyzmaAJW3OUeleFwUHJW6RDBFJb+sC4LOeFFwVOqWW8VRKQ5WcVRaNU6RVPDgDEel6roLHBXba47G3hpqwdXJKmqb4mmbU4fT9rVAgk6N5gZxbDJu/KejQIb6i6au+qorBX5OG7RPyNBDEtjH1Pzax/ENaliaI7B0jR1LHXzNyc0I+P1GfdzaTXgAd8o7HJeY4xkAAAAASUVORK5CYII=");
  cursor: pointer;
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: transform 0.5s ease, filter 0.5s ease;
  -moz-transition: transform 0.5s ease, filter 0.5s ease;
  -ms-transition: transform 0.5s ease, filter 0.5s ease;
  -o-transition: transform 0.5s ease, filter 0.5s ease;
  transition: transform 0.5s ease, filter 0.5s ease;
}
.shortcode.shortcode__embed-youtube:hover::before {
  opacity: 0.3;
}
.shortcode.shortcode__embed-youtube:hover::after {
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.entry-content,
.template-section {
  max-width: 1000px;
  margin: 0 auto;
  line-height: 1.5;
  font-family: "Barlow", sans-serif;
  font-size: 19px;
  font-size: 1.1875rem;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.template-section h1,
.template-section h2,
.template-section h3,
.template-section h4,
.template-section h5,
.template-section h6 {
  margin: 0.8em 0;
  text-align: left;
  color: #030000;
  line-height: 1;
  font-weight: bold;
  font-family: "Lexend Exa", sans-serif;
}
.entry-content h2,
.template-section h2 {
  font-size: 55px;
  font-size: 3.4375rem;
}
.entry-content h3,
.template-section h3 {
  font-size: 50px;
  font-size: 3.125rem;
}
.entry-content h4,
.template-section h4 {
  font-size: 45px;
  font-size: 2.8125rem;
}
.entry-content h5,
.template-section h5 {
  font-size: 40px;
  font-size: 2.5rem;
}
.entry-content h6,
.template-section h6 {
  font-size: 35px;
  font-size: 2.1875rem;
}
.entry-content p,
.template-section p {
  color: #030000;
  text-align: left;
}
.entry-content a:not(.btn),
.template-section a:not(.btn) {
  color: #030000;
  background-image: linear-gradient(#808080, #808080);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 100% 3px;
  text-decoration: none;
  -webkit-transition: color 0.15s ease, background-size 0.15s ease;
  -moz-transition: color 0.15s ease, background-size 0.15s ease;
  -ms-transition: color 0.15s ease, background-size 0.15s ease;
  -o-transition: color 0.15s ease, background-size 0.15s ease;
  transition: color 0.15s ease, background-size 0.15s ease;
}
.entry-content a:not(.btn):hover,
.template-section a:not(.btn):hover {
  background-size: 100% 100%;
}
.entry-content strong,
.entry-content b,
.template-section strong,
.template-section b {
  font-weight: bold;
  font-family: "Barlow", sans-serif;
}
.entry-content em,
.entry-content i,
.template-section em,
.template-section i {
  font-style: italic;
  font-family: "Barlow", sans-serif;
}
.entry-content img,
.template-section img {
  max-width: 100% !important;
  height: auto !important;
}
.entry-content ul,
.entry-content ol,
.template-section ul,
.template-section ol {
  margin: 0 0 30px 30px;
  padding: 0;
}
.entry-content ul li,
.entry-content ol li,
.template-section ul li,
.template-section ol li {
  position: relative;
  list-style: none;
  margin: 5px 0 8px;
  padding-left: 0.3em;
}
.entry-content ul li::before,
.entry-content ol li::before,
.template-section ul li::before,
.template-section ol li::before {
  position: absolute;
  top: 0;
  left: -1em;
}
.entry-content ul li::before,
.template-section ul li::before {
  content: "»";
  left: -0.7em;
  color: #404040;
  line-height: 0.6;
  font-size: 30px;
  font-size: 1.875rem;
}
.entry-content ol,
.template-section ol {
  counter-reset: counter;
}
.entry-content ol li::before,
.template-section ol li::before {
  content: counter(counter) ".";
  counter-increment: counter;
  color: #404040;
  line-height: 1.1;
  font-size: 21px;
  font-size: 1.3125rem;
}
.entry-content figure,
.template-section figure {
  margin: 30px 0;
  width: 100%;
  max-width: 100%;
}
.entry-content table,
.template-section table {
  width: 100% !important;
  border-spacing: 0;
  border-collapse: collapse;
}
.entry-content table tr,
.template-section table tr {
  background-color: #ffffff;
  color: #030000;
  border-color: #ffffff;
}
.entry-content table tr td,
.entry-content table tr th,
.template-section table tr td,
.template-section table tr th {
  padding: 8px 10px;
  line-height: 1.3;
  font-family: "Barlow", sans-serif;
  font-size: 17px;
  font-size: 1.0625rem;
}
.entry-content table tr:nth-child(odd),
.template-section table tr:nth-child(odd) {
  background-color: #e6e6e6;
  color: #030000;
  border-color: #e6e6e6;
}
.entry-content table tr:first-child,
.template-section table tr:first-child {
  background-color: #030000;
  color: #ffffff;
  border-color: #030000;
}
.entry-content table tr:first-child td,
.template-section table tr:first-child td {
  padding: 10px;
  font-family: "Barlow", sans-serif;
}
.entry-content table tr:first-child td h1,
.entry-content table tr:first-child td h2,
.entry-content table tr:first-child td h3,
.entry-content table tr:first-child td h4,
.entry-content table tr:first-child td h5,
.entry-content table tr:first-child td h6,
.template-section table tr:first-child td h1,
.template-section table tr:first-child td h2,
.template-section table tr:first-child td h3,
.template-section table tr:first-child td h4,
.template-section table tr:first-child td h5,
.template-section table tr:first-child td h6 {
  text-align: left !important;
  margin: 0;
  padding: 0;
}
.entry-content blockquote,
.template-section blockquote {
  min-height: 110px;
  margin: 30px 0;
  padding: 15px;
  border-left: 10px solid #000000;
  overflow-wrap: break-word;
  white-space: pre-wrap;
  background: url("images/double-quote.svg") no-repeat top right 10px rgba(0, 0, 0, 0.2);
  background-size: auto 100px;
  font-family: "Barlow", sans-serif;
  font-style: italic;
  font-weight: normal;
  font-size: 23px;
  font-size: 1.4375rem;
}
.entry-content blockquote::before, .entry-content blockquote::after,
.template-section blockquote::before,
.template-section blockquote::after {
  content: none;
}
.entry-content blockquote p,
.template-section blockquote p {
  margin: 0;
  padding: 0;
}
.entry-content pre,
.template-section pre {
  padding: 15px;
  margin: 1em 0;
  border-left: 5px solid #000000;
  color: #ffffff;
  background: rgb(114.75, 114.75, 114.75) none repeat scroll 0 0;
  overflow-wrap: break-word;
  white-space: pre-wrap;
  line-height: 1.5;
  font-size: 16px;
  font-size: 1rem;
}
.entry-content .aligncenter,
.entry-content .alignnone,
.template-section .aligncenter,
.template-section .alignnone {
  max-width: 100%;
  display: block;
  margin: 50px auto;
}
.entry-content .alignleft,
.template-section .alignleft {
  max-width: 100%;
  float: left;
  margin: 25px 30px 20px 0;
}
.entry-content .alignright,
.template-section .alignright {
  max-width: 100%;
  float: right;
  margin: 25px 0 20px 30px;
}
.entry-content .circle,
.template-section .circle {
  display: block;
  border: 0;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  background-clip: border-box !important;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .entry-content,
  .template-section {
    font-size: 16px;
    font-size: 1rem;
  }
  .entry-content h2,
  .template-section h2 {
    font-size: 30px;
    font-size: 1.875rem;
  }
  .entry-content h3,
  .template-section h3 {
    font-size: 27px;
    font-size: 1.6875rem;
  }
  .entry-content h4,
  .template-section h4 {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .entry-content h5,
  .template-section h5 {
    font-size: 21px;
    font-size: 1.3125rem;
  }
  .entry-content h6,
  .template-section h6 {
    font-size: 19px;
    font-size: 1.1875rem;
  }
  .entry-content table tr td,
  .entry-content table tr th,
  .template-section table tr td,
  .template-section table tr th {
    padding: 6px 12px;
    line-height: 1.2;
    font-size: 14px;
    font-size: 0.875rem;
  }
  .entry-content ul li::before,
  .template-section ul li::before {
    font-size: 26px;
    font-size: 1.625rem;
  }
  .entry-content ol li::before,
  .template-section ol li::before {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .entry-content,
  .template-section {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .entry-content h2,
  .template-section h2 {
    font-size: 39px;
    font-size: 2.4375rem;
  }
  .entry-content h3,
  .template-section h3 {
    font-size: 35px;
    font-size: 2.1875rem;
  }
  .entry-content h4,
  .template-section h4 {
    font-size: 31px;
    font-size: 1.9375rem;
  }
  .entry-content h5,
  .template-section h5 {
    font-size: 27px;
    font-size: 1.6875rem;
  }
  .entry-content h6,
  .template-section h6 {
    font-size: 22px;
    font-size: 1.375rem;
  }
  .entry-content table tr td,
  .entry-content table tr th,
  .template-section table tr td,
  .template-section table tr th {
    font-size: 16px;
    font-size: 1rem;
  }
  .entry-content ul li::before,
  .template-section ul li::before {
    font-size: 28px;
    font-size: 1.75rem;
  }
  .entry-content ol li::before,
  .template-section ol li::before {
    font-size: 19px;
    font-size: 1.1875rem;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  .entry-content h2,
  .template-section h2 {
    font-size: 50px;
    font-size: 3.125rem;
  }
  .entry-content h3,
  .template-section h3 {
    font-size: 45px;
    font-size: 2.8125rem;
  }
  .entry-content h4,
  .template-section h4 {
    font-size: 40px;
    font-size: 2.5rem;
  }
  .entry-content h5,
  .template-section h5 {
    font-size: 35px;
    font-size: 2.1875rem;
  }
  .entry-content h6,
  .template-section h6 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

.wpcf7 {
  font-size: 20px;
  font-size: 1.25rem;
}
.wpcf7 .screen-reader-response {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  word-wrap: normal !important;
}
.wpcf7 form {
  *zoom: 1;
}
.wpcf7 form:before, .wpcf7 form:after {
  content: " ";
  display: table;
}
.wpcf7 form:after {
  clear: both;
}
.wpcf7 form .form-row {
  margin: 9px 0;
}
.wpcf7 form .form-row.form-row-wide {
  float: left;
  width: 100%;
}
.wpcf7 form .form-row.form-row-first {
  float: left;
  width: 49%;
  margin-right: 1%;
  clear: left;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .wpcf7 form .form-row.form-row-first {
    width: 100%;
    margin-right: 0;
  }
}
.wpcf7 form .form-row.form-row-last {
  float: left;
  width: 49%;
  margin-left: 1%;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .wpcf7 form .form-row.form-row-last {
    width: 100%;
    margin-left: 0;
  }
}
.wpcf7 form .form-row > p {
  margin: 0;
}
.wpcf7 form .wpcf7-radio,
.wpcf7 form .wpcf7-checkbox,
.wpcf7 form .wpcf7-acceptance {
  display: block;
  margin-bottom: 10px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .wpcf7 form .wpcf7-radio,
  .wpcf7 form .wpcf7-checkbox,
  .wpcf7 form .wpcf7-acceptance {
    margin-bottom: 25px;
  }
}
.wpcf7 form .wpcf7-radio [type=checkbox] + label,
.wpcf7 form .wpcf7-radio [type=checkbox] + span,
.wpcf7 form .wpcf7-radio [type=radio] + label,
.wpcf7 form .wpcf7-radio [type=radio] + span,
.wpcf7 form .wpcf7-checkbox [type=checkbox] + label,
.wpcf7 form .wpcf7-checkbox [type=checkbox] + span,
.wpcf7 form .wpcf7-checkbox [type=radio] + label,
.wpcf7 form .wpcf7-checkbox [type=radio] + span,
.wpcf7 form .wpcf7-acceptance [type=checkbox] + label,
.wpcf7 form .wpcf7-acceptance [type=checkbox] + span,
.wpcf7 form .wpcf7-acceptance [type=radio] + label,
.wpcf7 form .wpcf7-acceptance [type=radio] + span {
  position: relative;
  display: inline-block;
  vertical-align: top;
  max-width: calc(100% - 45px);
  padding: 4px 20px 0 20px;
  line-height: 1.7;
  font-size: 20px;
  font-size: 1.25rem;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .wpcf7 form .wpcf7-radio [type=checkbox] + label,
  .wpcf7 form .wpcf7-radio [type=checkbox] + span,
  .wpcf7 form .wpcf7-radio [type=radio] + label,
  .wpcf7 form .wpcf7-radio [type=radio] + span,
  .wpcf7 form .wpcf7-checkbox [type=checkbox] + label,
  .wpcf7 form .wpcf7-checkbox [type=checkbox] + span,
  .wpcf7 form .wpcf7-checkbox [type=radio] + label,
  .wpcf7 form .wpcf7-checkbox [type=radio] + span,
  .wpcf7 form .wpcf7-acceptance [type=checkbox] + label,
  .wpcf7 form .wpcf7-acceptance [type=checkbox] + span,
  .wpcf7 form .wpcf7-acceptance [type=radio] + label,
  .wpcf7 form .wpcf7-acceptance [type=radio] + span {
    padding-top: 10px;
  }
}
.wpcf7 form .wpcf7-radio [type=checkbox] + label a,
.wpcf7 form .wpcf7-radio [type=checkbox] + span a,
.wpcf7 form .wpcf7-radio [type=radio] + label a,
.wpcf7 form .wpcf7-radio [type=radio] + span a,
.wpcf7 form .wpcf7-checkbox [type=checkbox] + label a,
.wpcf7 form .wpcf7-checkbox [type=checkbox] + span a,
.wpcf7 form .wpcf7-checkbox [type=radio] + label a,
.wpcf7 form .wpcf7-checkbox [type=radio] + span a,
.wpcf7 form .wpcf7-acceptance [type=checkbox] + label a,
.wpcf7 form .wpcf7-acceptance [type=checkbox] + span a,
.wpcf7 form .wpcf7-acceptance [type=radio] + label a,
.wpcf7 form .wpcf7-acceptance [type=radio] + span a {
  background: none;
  font-weight: 700;
  -webkit-transition: color 0.25s ease 0s;
  -moz-transition: color 0.25s ease 0s;
  -ms-transition: color 0.25s ease 0s;
  -o-transition: color 0.25s ease 0s;
  transition: color 0.25s ease 0s;
}
.wpcf7 form .wpcf7-radio [type=checkbox] + label a:hover,
.wpcf7 form .wpcf7-radio [type=checkbox] + span a:hover,
.wpcf7 form .wpcf7-radio [type=radio] + label a:hover,
.wpcf7 form .wpcf7-radio [type=radio] + span a:hover,
.wpcf7 form .wpcf7-checkbox [type=checkbox] + label a:hover,
.wpcf7 form .wpcf7-checkbox [type=checkbox] + span a:hover,
.wpcf7 form .wpcf7-checkbox [type=radio] + label a:hover,
.wpcf7 form .wpcf7-checkbox [type=radio] + span a:hover,
.wpcf7 form .wpcf7-acceptance [type=checkbox] + label a:hover,
.wpcf7 form .wpcf7-acceptance [type=checkbox] + span a:hover,
.wpcf7 form .wpcf7-acceptance [type=radio] + label a:hover,
.wpcf7 form .wpcf7-acceptance [type=radio] + span a:hover {
  color: #C83740;
}
.wpcf7 form .wpcf7-radio .wpcf7-list-item,
.wpcf7 form .wpcf7-checkbox .wpcf7-list-item,
.wpcf7 form .wpcf7-acceptance .wpcf7-list-item {
  display: block;
}
.wpcf7 form .wpcf7-radio .wpcf7-list-item,
.wpcf7 form .wpcf7-checkbox .wpcf7-list-item {
  margin: 23px 0;
}
.wpcf7 form .wpcf7-acceptance [type=checkbox] + label,
.wpcf7 form .wpcf7-acceptance [type=checkbox] + span {
  padding-right: 0;
  line-height: 1.5;
  font-size: 17px;
  font-size: 1.0625rem;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .wpcf7 form .wpcf7-acceptance [type=checkbox] + label,
  .wpcf7 form .wpcf7-acceptance [type=checkbox] + span {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.wpcf7 form .wpcf7-acceptance.wpcf7-not-valid [type=checkbox]:not(:checked) {
  border: solid 1px #dc3545;
}
.wpcf7 form .wpcf7-response-output {
  float: left;
  width: 100%;
  margin: 20px 0;
  line-height: 1.3;
  padding: 10px 25px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-clip: padding-box;
}
.wpcf7 form .wpcf7-validation-errors,
.wpcf7 form .wpcf7-acceptance-missing {
  border: 2px solid #dc3545;
  background-color: rgb(250.1265822785, 226.8734177215, 229.1012658228);
  color: #ffffff;
}
.wpcf7 form .wpcf7-mail-sent-ng,
.wpcf7 form .wpcf7-aborted {
  border: 2px solid #dc3545;
  background-color: rgb(250.1265822785, 226.8734177215, 229.1012658228);
  color: #ffffff;
}
.wpcf7 form .wpcf7-not-valid {
  border-color: #dc3545;
}
.wpcf7 form .wpcf7-not-valid + .fileinput .filename {
  border-top: 1px solid #dc3545;
  border-bottom: 1px solid #dc3545;
  border-left: 1px solid #dc3545;
}
.wpcf7 form .wpcf7-not-valid + .fileinput .filebutton {
  border-top: 1px solid #dc3545;
  border-bottom: 1px solid #dc3545;
  border-right: 1px solid #dc3545;
}
.wpcf7 form .wpcf7-not-valid-tip {
  display: block;
  color: #dc3545;
  font-size: 15px;
  font-size: 0.9375rem;
}
.wpcf7 form .wpcf7-list-item {
  margin-left: 0;
}
.wpcf7 form.submitting input[type=submit],
.wpcf7 form.submitting button[type=submit] {
  background-color: rgba(200, 55, 64, 0.5);
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(200, 55, 64, 0.5);
  pointer-events: none;
}
.wpcf7 form.submitting button[type=submit]::after {
  right: 25px;
  width: 20px;
  height: 20px;
  border-color: #ffffff;
  -webkit-animation: 1s linear 0s infinite formSubmitting;
  animation: 1s linear 0s infinite formSubmitting;
}
.wpcf7 form.submitting button[type=submit]::before {
  content: none;
}
.wpcf7 form.init .wpcf7-response-output, .wpcf7 form.resetting .wpcf7-response-output, .wpcf7 form.submitting .wpcf7-response-output {
  display: none;
}
.wpcf7 form.failed .wpcf7-response-output {
  border: 2px solid #dc3545;
  background-color: rgb(250.1265822785, 226.8734177215, 229.1012658228);
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.spam .wpcf7-response-output {
  border: 2px solid #ffc107;
  background-color: #fff4d3;
}
.wpcf7 form.sent .wpcf7-response-output {
  border: 2px solid #28a745;
  background-color: rgb(175.1304347826, 235.8695652174, 189);
}
#site_header .site_header--main .container .site_header-logo i,
footer i {
    position: relative !important;
    display: block !important;
    width: 462px !important;
    height: 80px !important;
    background-size: contain !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    top: 10px !important;
}
@media (max-width: 767px) {
    #site_header .site_header--main .container .site_header-logo i,
    footer i {
        width: 200px !important;
        height: 60px !important;
        top: 5px !important;
    }
}
#site_header .site_header--main .container {
    overflow: visible !important;
    position: relative !important;
    z-index: 1000 !important;
}
#modelsSubMenu {
    position: absolute !important;
    top: 100%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
    z-index: 9999 !important;
}
.menu-item:hover #modelsSubMenu,
#modelsSubMenu:hover {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
#modelsSubMenu {
    pointer-events: auto;
}