.select2-container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }
  .select2-container .select2-selection--single {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    -moz-user-select: none;
     -ms-user-select: none;
         user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--single .select2-selection__rendered {
      display: block;
      padding-left: 8px;
      padding-right: 20px;
      overflow: hidden;
      -o-text-overflow: ellipsis;
         text-overflow: ellipsis;
      white-space: nowrap; }
    .select2-container .select2-selection--single .select2-selection__clear {
      background-color: transparent;
      border: none;
      font-size: 1em; }
  .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px; }
  .select2-container .select2-selection--multiple {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    -moz-user-select: none;
     -ms-user-select: none;
         user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--multiple .select2-selection__rendered {
      display: inline;
      list-style: none;
      padding: 0; }
    .select2-container .select2-selection--multiple .select2-selection__clear {
      background-color: transparent;
      border: none;
      font-size: 1em; }
  .select2-container .select2-search--inline .select2-search__field {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    margin-left: 5px;
    padding: 0;
    max-width: 100%;
    resize: none;
    height: 18px;
    vertical-align: bottom;
    font-family: sans-serif;
    overflow: hidden;
    word-break: keep-all; }
    .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none; }

.select2-results__option--selectable {
  cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }
  .select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }
  .select2-search--dropdown.select2-search--hide {
    display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    height: 26px;
    margin-right: 20px;
    padding-right: 0px; }
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px; }
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }
  .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  padding-bottom: 5px;
  padding-right: 5px;
  position: relative; }
  .select2-container--default .select2-selection--multiple.select2-selection--clearable {
    padding-right: 25px; }
  .select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    font-weight: bold;
    height: 20px;
    margin-right: 10px;
    margin-top: 5px;
    position: absolute;
    right: 0;
    padding: 1px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
    padding: 0;
    padding-left: 20px;
    position: relative;
    max-width: 100%;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    vertical-align: bottom;
    white-space: nowrap; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    cursor: default;
    padding-left: 2px;
    padding-right: 5px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    background-color: transparent;
    border: none;
    border-right: 1px solid #aaa;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #999;
    cursor: pointer;
    font-size: 1em;
    font-weight: bold;
    padding: 0 4px;
    position: absolute;
    left: 0;
    top: 0; }
    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
      background-color: #f1f1f1;
      color: #333;
      outline: none; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  border-left: 1px solid #aaa;
  border-right: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__clear {
  float: left;
  margin-left: 10px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em; }
    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
      margin-left: -2em;
      padding-left: 3em; }
      .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -3em;
        padding-left: 4em; }
        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
          margin-left: -4em;
          padding-left: 5em; }
          .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -5em;
            padding-left: 6em; }

.select2-container--default .select2-results__option--group {
  padding: 0; }

.select2-container--default .select2-results__option--disabled {
  color: #999; }

.select2-container--default .select2-results__option--selected {
  background-color: #ddd; }

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, white), to(#eeeeee));
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
  .select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    height: 26px;
    margin-right: 20px; }
  .select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(#cccccc));
    background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }
    .select2-container--classic .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }
  .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none; }
    .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
      border-color: transparent transparent #888 transparent;
      border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(50%, #eeeeee));
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(white));
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
  padding-bottom: 5px;
  padding-right: 5px; }
  .select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
    padding: 0; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
    cursor: default;
    padding-left: 2px;
    padding-right: 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    background-color: transparent;
    border: none;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #888;
    cursor: pointer;
    font-size: 1em;
    font-weight: bold;
    padding: 0 4px; }
    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #555;
      outline: none; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option--group {
  padding: 0; }

.select2-container--classic .select2-results__option--disabled {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #3875d7;
  color: white; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }
/*! sanitize.css v5.0.0 | CC0 License | github.com/jonathantneal/sanitize.css */
/* Document (https://html.spec.whatwg.org/multipage/semantics.html#semantics)
   ========================================================================== */
/**
 * 1. Remove repeating backgrounds in all browsers (opinionated).
 * 2. Add box sizing inheritence in all browsers (opinionated).
 */
*,
::before,
::after {
  background-repeat: no-repeat;
  /* 1 */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  /* 2 */ }

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritence in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit;
  /* 1 */
  vertical-align: inherit;
  /* 2 */ }

/**
 * 1. Add border box sizing in all browsers (opinionated).
 * 2. Add the default cursor in all browsers (opinionated).
 * 3. Prevent font size adjustments after orientation changes in IE and iOS.
 */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  cursor: default;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/* Sections (https://html.spec.whatwg.org/multipage/semantics.html#sections)
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: .67em 0; }

/* Grouping content (https://html.spec.whatwg.org/multipage/semantics.html#grouping-content)
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

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

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol,
nav ul {
  list-style: none; }

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

/* Text-level semantics (https://html.spec.whatwg.org/multipage/semantics.html#text-level-semantics)
   ========================================================================== */
/**
 * 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 */ }

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          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;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

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

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ffff00;
  color: #000000; }

/**
 * 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: -.25em; }

sup {
  top: -.5em; }

/*
 * Remove the text shadow on text selections (opinionated).
 * 1. Restore the coloring undone by defining the text shadow (opinionated).
 */
::-moz-selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #000000;
  /* 1 */
  text-shadow: none; }

::selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #000000;
  /* 1 */
  text-shadow: none; }

/* Embedded content (https://html.spec.whatwg.org/multipage/embedded-content.html#embedded-content)
   ========================================================================== */
/*
 * Change the alignment on media elements in all browers (opinionated).
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

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

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg {
  fill: currentColor; }

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

/* Tabular data (https://html.spec.whatwg.org/multipage/tables.html#tables)
   ========================================================================== */
/**
 * Collapse border spacing
 */
table {
  border-collapse: collapse; }

/* Forms (https://html.spec.whatwg.org/multipage/forms.html#forms)
   ========================================================================== */
/**
 * Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0; }

/**
 * Inherit styling in all browsers (opinionated).
 */
button,
input,
select,
textarea {
  background-color: transparent;
  color: inherit;
  font-size: inherit;
  line-height: inherit; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  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 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * 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.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * 1. Remove the default vertical scrollbar in IE.
 * 2. Change the resize direction on textareas in all browsers (opinionated).
 */
textarea {
  overflow: auto;
  /* 1 */
  resize: vertical;
  /* 2 */ }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          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 macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 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 */ }

/* Interactive elements (https://html.spec.whatwg.org/multipage/forms.html#interactive-elements)
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting (https://html.spec.whatwg.org/multipage/scripting.html#scripting-3)
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* User interaction (https://html.spec.whatwg.org/multipage/interaction.html#editing)
   ========================================================================== */
/*
 * Remove the tapping delay on clickable elements (opinionated).
 * 1. Remove the tapping delay in IE 10.
 */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
  /* 1 */
  touch-action: manipulation; }

/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

/* ARIA (https://w3c.github.io/html-aria/)
   ========================================================================== */
/**
 * Change the cursor on busy elements (opinionated).
 */
[aria-busy="true"] {
  cursor: progress; }

/*
 * Change the cursor on control elements (opinionated).
 */
[aria-controls] {
  cursor: pointer; }

/*
 * Change the display on visually hidden accessible elements (opinionated).
 */
[aria-hidden="false"][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  display: inherit;
  position: absolute; }

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements (opinionated).
 */
[aria-disabled] {
  cursor: default; }

@font-face {
  font-family: 'Font-Regular';
  src: url(08f0342fc9db3e29d5232c7d372bd8ba.woff2) format("woff2"), url(1d0d796d23a221ca6183be5a1b8c0fd5.woff) format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Font-Bold';
  src: url(d74ccf1fac424b325db0a6107020c099.woff2) format("woff2"), url(ff58de8d839cb5f05d4c5ba31d895184.woff) format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Font-ExtraBold';
  src: url(bcd48cc6f752598a93b5c48533ba4e42.woff2) format("woff2"), url(a9722b6e34b64ef4715a5f84a80257ea.woff) format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

*,
*:active,
*:focus {
  outline: none; }

html {
  font-size: 16px; }
  @media all and (max-width: 1440px) {
    html {
      font-size: 15px; } }
  @media all and (max-width: 960px) {
    html {
      font-size: 14px; } }

body::-webkit-scrollbar {
  width: 0px; }

body {
  margin: 0;
  padding: 0;
  font-family: 'Font-Regular';
  font-weight: normal;
  font-style: normal;
  line-height: 22px;
  color: #000;
  background: #fff;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }
  @media all and (max-width: 960px) {
    body {
      line-height: 20px; } }

a {
  text-decoration: none;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s; }

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

b, strong, .strong {
  font-family: 'Font-ExtraBold';
  font-weight: normal;
  font-style: normal; }

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

h1, h2, h3, h4, h5, h5 {
  margin: 0; }

h1, .h1 {
  font-family: 'Font-Bold';
  font-size: 7.8125vw;
  line-height: 7.5vw;
  padding: 0 0 0.5vw 0;
  margin: 0 0 0 -10px;
  font-weight: normal; }
  @media all and (max-width: 1160px) {
    h1, .h1 {
      margin: 0 0 0 -5px; } }
  @media all and (max-width: 660px) {
    h1, .h1 {
      font-size: 40px;
      line-height: 50px;
      margin: 0; } }

h2, .h2,
h3, .h3 {
  font-family: 'Font-ExtraBold';
  font-size: 2.085vw;
  line-height: 2.085vw;
  font-weight: normal; }
  @media all and (max-width: 1280px) {
    h2, .h2,
    h3, .h3 {
      font-size: 30px;
      line-height: 30px; } }
  @media all and (max-width: 960px) {
    h2, .h2,
    h3, .h3 {
      font-size: 24px;
      line-height: 24px; } }
  @media all and (max-width: 660px) {
    h2, .h2,
    h3, .h3 {
      font-size: 20px;
      line-height: 20px; } }

h4, .h4 {
  font-family: 'Font-Bold';
  font-size: 14px;
  line-height: 20px;
  font-weight: normal; }

h5, .h5 {
  font-family: 'Font-Regular';
  font-weight: normal;
  font-size: 16px;
  line-height: 22px; }
  @media all and (max-width: 1440px) {
    h5, .h5 {
      font-size: 15px; } }
  @media all and (max-width: 960px) {
    h5, .h5 {
      font-size: 14px;
      line-height: 20px; } }

p {
  margin: 0 0 16px 0; }
  @media all and (max-width: 660px) {
    p {
      margin: 0 0 8px 0; } }
  p:last-child {
    margin: 0; }

#app {
  overflow: hidden; }

#content {
  min-height: 100vh; }

.max-width {
  max-width: 1920px;
  margin: 0 auto; }

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.uppercase {
  text-transform: uppercase; }

.type-page h1 {
  text-align: center;
  padding: 120px 20px 80px; }
  @media all and (max-width: 660px) {
    .type-page h1 {
      padding: 120px 10px 80px; } }

.type-page .entry-content {
  padding: 0 25% 120px; }
  @media all and (max-width: 1160px) {
    .type-page .entry-content {
      padding: 0 16.66667% 120px; } }
  @media all and (max-width: 660px) {
    .type-page .entry-content {
      padding: 0 10px 120px; } }

.type-page h2 {
  margin: 0 0 20px; }

.page-template-default #header .header__logo {
  top: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #000; }
  .page-template-default #header .header__logo svg {
    width: 170px; }
    @media all and (max-width: 660px) {
      .page-template-default #header .header__logo svg {
        width: 120px; } }
    .page-template-default #header .header__logo svg .logo-text-2 {
      display: none; }

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.slick-prev,
.slick-next {
  position: absolute;
  z-index: 1;
  display: block;
  height: 42px;
  width: 42px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  border: solid 1px #002a41;
  border-radius: 50%;
  color: #fff;
  top: 50%;
  padding: 0;
  outline: none;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    opacity: 0.5; }
  .slick-prev.slick-disabled,
  .slick-next.slick-disabled {
    pointer-events: none;
    opacity: 0.5; }
  .slick-prev:before,
  .slick-next:before {
    content: '';
    width: 42px;
    height: 42px;
    position: absolute;
    top: 0;
    left: 0;
    background-position: center;
    background-repeat: no-repeat; }

.slick-prev {
  left: 0; }

.slick-next {
  right: 0; }

.slick-dots {
  position: absolute;
  left: 50%;
  bottom: 40px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%); }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 20px 0 0;
    padding: 0;
    color: #fff;
    /* &:before {
            content: '0';
            position: absolute;
            top: 1px;
            left: -9px;
            font-size: 14px;
            line-height: 17px;
            display: block;
        } */
    cursor: pointer; }
    .slick-dots li:last-child {
      margin: 0; }
    .slick-dots li button {
      display: block;
      background: transparent;
      border: none;
      outline: none;
      padding: 0;
      cursor: pointer;
      -webkit-transition: all 0.35s;
      -o-transition: all 0.35s;
      transition: all 0.35s; }
      .slick-dots li button:hover {
        outline: none; }
  @media all and (max-width: 660px) {
    .slick-dots {
      bottom: 20px;
      left: 20px;
      -webkit-transform: translateX(0);
          -ms-transform: translateX(0);
              transform: translateX(0); } }

#header {
  display: none;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  max-height: 74px;
  text-align: center;
  -webkit-transition: max-height 0.35s;
  -o-transition: max-height 0.35s;
  transition: max-height 0.35s; }
  @media all and (max-width: 960px) {
    #header {
      max-height: 65px; } }
  #header.active {
    display: block; }
  #header.change {
    max-height: 118px; }

.header__logo {
  display: inline-block;
  position: fixed;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: 0 auto;
  color: #fff;
  text-align: center; }
  .header__logo a {
    color: #fff;
    display: block;
    line-height: 0; }
  .header__logo svg {
    width: 50%;
    height: auto; }
    @media all and (max-width: 1440px) {
      .header__logo svg {
        width: 35%; } }
    @media all and (max-width: 660px) {
      .header__logo svg {
        width: 75%; } }
    .header__logo svg .logo-text-2 {
      -webkit-transition: opacity 1s;
      -o-transition: opacity 1s;
      transition: opacity 1s; }
      .header__logo svg .logo-text-2.disable {
        opacity: 0; }

.header__menu > ul {
  padding: 20px 0; }

.header__menu > ul > li {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all 0.25s 0s;
  -o-transition: all 0.25s 0s;
  transition: all 0.25s 0s; }

.header__menu > ul > li > a {
  color: #fff; }
  .header__menu > ul > li > a:hover {
    opacity: 0.5; }

#footer {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  overflow: hidden;
  display: none;
  z-index: 3;
  max-height: 74px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  -webkit-transition: max-height 0.35s;
  -o-transition: max-height 0.35s;
  transition: max-height 0.35s; }
  @media all and (max-width: 960px) {
    #footer {
      max-height: 65px; } }
  #footer.active {
    display: block; }
  #footer.change {
    max-height: 74px; }
  #footer .footer__menu {
    position: relative;
    z-index: 1;
    padding: 0 0 5px; }
  #footer .menu-tool {
    position: absolute;
    top: 18px;
    left: 10px;
    width: 35px;
    height: 35px;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    cursor: pointer;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s; }
    @media all and (max-width: 960px) {
      #footer .menu-tool {
        top: 18px;
        width: 30px;
        height: 30px; } }
    #footer .menu-tool.active {
      opacity: 1;
      pointer-events: all;
      visibility: visible; }
    #footer .menu-tool:after {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, calc(-50% - 4px));
          -ms-transform: translate(-50%, calc(-50% - 4px));
              transform: translate(-50%, calc(-50% - 4px));
      width: 100%;
      height: 2px;
      background: #fff;
      -webkit-transition: -webkit-transform 0.35s;
      transition: -webkit-transform 0.35s;
      -o-transition: transform 0.35s;
      transition: transform 0.35s;
      transition: transform 0.35s, -webkit-transform 0.35s; }
    #footer .menu-tool:before {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, calc(-50% + 4px));
          -ms-transform: translate(-50%, calc(-50% + 4px));
              transform: translate(-50%, calc(-50% + 4px));
      width: 100%;
      height: 2px;
      background: #fff;
      -webkit-transition: -webkit-transform 0.35s;
      transition: -webkit-transform 0.35s;
      -o-transition: transform 0.35s;
      transition: transform 0.35s;
      transition: transform 0.35s, -webkit-transform 0.35s; }
  #footer .footer__img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
    #footer .footer__img img {
      width: 100%; }
      @media all and (max-width: 960px) {
        #footer .footer__img img {
          height: 200vh;
          min-width: 100%;
          max-width: none;
          width: auto;
          margin: 0 0 0 -25vh; } }
    #footer .footer__img .bg-image {
      width: 100%;
      height: 200vh;
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat; }
      @media all and (max-width: 660px) {
        #footer .footer__img .bg-image {
          height: 150vh; } }
  #footer .footer__logo {
    width: 150px;
    margin: 5px auto 0;
    position: relative;
    z-index: 1;
    color: #fff;
    cursor: pointer; }
    @media all and (max-width: 960px) {
      #footer .footer__logo {
        width: 130px; } }
    #footer .footer__logo a {
      color: #fff; }
    #footer .footer__logo svg {
      width: 100%;
      height: auto; }
      #footer .footer__logo svg .logo-text-2 {
        display: none; }

.open-menu #footer {
  max-height: 1000px; }
  .open-menu #footer .menu-tool:before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
        -ms-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg); }
  .open-menu #footer .menu-tool:after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
        -ms-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg); }
  .open-menu #footer .footer__menu > ul > li {
    opacity: 1;
    visibility: visible;
    pointer-events: all; }
    .open-menu #footer .footer__menu > ul > li:nth-child(1) {
      -webkit-transition-delay: 0.025s;
           -o-transition-delay: 0.025s;
              transition-delay: 0.025s; }
    .open-menu #footer .footer__menu > ul > li:nth-child(2) {
      -webkit-transition-delay: 0.050s;
           -o-transition-delay: 0.050s;
              transition-delay: 0.050s; }
    .open-menu #footer .footer__menu > ul > li:nth-child(3) {
      -webkit-transition-delay: 0.075s;
           -o-transition-delay: 0.075s;
              transition-delay: 0.075s; }
    .open-menu #footer .footer__menu > ul > li:nth-child(4) {
      -webkit-transition-delay: 0.100s;
           -o-transition-delay: 0.100s;
              transition-delay: 0.100s; }
    .open-menu #footer .footer__menu > ul > li:nth-child(5) {
      -webkit-transition-delay: 0.125s;
           -o-transition-delay: 0.125s;
              transition-delay: 0.125s; }
    .open-menu #footer .footer__menu > ul > li:nth-child(6) {
      -webkit-transition-delay: 0.150s;
           -o-transition-delay: 0.150s;
              transition-delay: 0.150s; }
    .open-menu #footer .footer__menu > ul > li:nth-child(7) {
      -webkit-transition-delay: 0.175s;
           -o-transition-delay: 0.175s;
              transition-delay: 0.175s; }
    .open-menu #footer .footer__menu > ul > li:nth-child(8) {
      -webkit-transition-delay: 0.200s;
           -o-transition-delay: 0.200s;
              transition-delay: 0.200s; }

.gform_fields {
  width: 100%; }

.gfield {
  width: 100%;
  padding: 0;
  margin: 0; }
  .gfield:first-child {
    border-top: solid 1px #000; }

.gfield > label {
  display: none; }

.gfield input,
.gfield textarea,
.gfield select {
  width: 100%;
  color: #000;
  border: none;
  padding: 15px 0;
  border-bottom: solid 1px #000;
  border-radius: 0;
  background: transparent;
  outline: none;
  font-family: 'Font-Bold';
  font-size: 14px;
  line-height: 19px;
  cursor: pointer;
  display: block; }

.gfield textarea {
  height: 200px; }

.gfield_checkbox {
  position: relative;
  /* input:checked+label {} */ }
  .gfield_checkbox input {
    display: none; }
  .gfield_checkbox span,
  .gfield_checkbox label {
    cursor: pointer;
    display: inline-block;
    line-height: 20px;
    padding: 5px 0 5px 25px;
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .gfield_checkbox span a,
    .gfield_checkbox label a {
      text-decoration: underline; }
    .gfield_checkbox span:before,
    .gfield_checkbox label:before {
      content: '';
      display: block;
      width: 18px;
      height: 18px;
      background: transparent;
      border: 1px solid #1a2e42;
      border-radius: 50%;
      position: absolute;
      top: 6px;
      left: 0;
      -webkit-transition: all .1s;
      -o-transition: all .1s;
      transition: all .1s; }
    .gfield_checkbox span:after,
    .gfield_checkbox label:after {
      content: '';
      display: block;
      width: 10px;
      height: 10px;
      background: #1a2e42;
      border-radius: 50%;
      position: absolute;
      top: 10px;
      left: 4px;
      opacity: 0;
      -webkit-transition: opacity .35s;
      -o-transition: opacity .35s;
      transition: opacity .35s; }
  .gfield_checkbox input:checked + span:after,
  .gfield_checkbox input:checked + label:after {
    opacity: 1; }

.gform_wrapper .button {
  display: inline-block;
  color: #000;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  cursor: pointer;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  font-family: 'Font-Bold';
  font-size: 2.085vw;
  line-height: 2.085vw; }
  @media all and (max-width: 1280px) {
    .gform_wrapper .button {
      font-size: 30px;
      line-height: 30px; } }
  @media all and (max-width: 960px) {
    .gform_wrapper .button {
      font-size: 24px;
      line-height: 24px; } }
  @media all and (max-width: 660px) {
    .gform_wrapper .button {
      font-size: 20px;
      line-height: 20px; } }
  .gform_wrapper .button:hover {
    opacity: 0.5; }

.gfield_required {
  display: none; }

.gform_ajax_spinner {
  display: none !important; }

.gfield.gfield_error input,
.gfield.gfield_error select,
.gfield.gfield_error textarea,
.gfield.gfield_error .select2-container--default .select2-selection--single {
  border-bottom: solid 1px #c60c0e !important; }

.validation_error,
.validation_message,
.gform_validation_errors {
  display: none !important; }

.gfield ::-webkit-input-placeholder {
  font-family: 'Font-Bold';
  font-size: 14px;
  line-height: 20px;
  color: #000; }

.gfield ::-moz-placeholder {
  font-family: 'Font-Bold';
  font-size: 14px;
  line-height: 20px;
  color: #000; }

.gfield :-ms-input-placeholder {
  font-family: 'Font-Bold';
  font-size: 14px;
  line-height: 20px;
  color: #000; }

.gfield :-moz-placeholder {
  font-family: 'Font-Bold';
  font-size: 14px;
  line-height: 20px;
  color: #000; }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  -o-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s; }

.gform_confirmation_wrapper {
  padding: 2vw 0 0 0; }

/* SELECT 2 */
.select2-container {
  width: 100% !important; }
  .select2-container .select2-dropdown {
    border: 0; }
  .select2-container .select2-results {
    border-bottom: 1px solid #000; }
  .select2-container .select2-selection--single {
    height: 50px;
    border: 0;
    border-radius: 0;
    position: relative;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000; }
  .select2-container .select2-selection__rendered {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    padding: 0 !important;
    color: #000 !important;
    font-family: 'Font-Bold';
    font-size: 14px;
    line-height: 20px;
    font-weight: normal; }
  .select2-container .select2-selection__arrow {
    top: 50% !important;
    -webkit-transform: translateY(-50%) !important;
        -ms-transform: translateY(-50%) !important;
            transform: translateY(-50%) !important;
    right: 0 !important; }
    .select2-container .select2-selection__arrow:after {
      width: 11px;
      height: 6px;
      content: '';
      position: absolute;
      top: 50%;
      right: 0;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iNyIgdmlld0JveD0iMCAwIDExIDciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0wLjI2MjcyIDEuOTg4N0w1LjA3MDQ1IDYuMTMyOUg1LjE3OTcxQzUuMjA4NjkgNi4xMzI5IDUuMjM2NDkgNi4xNDQzOSA1LjI1Njk4IDYuMTY0ODRDNS4yNzc0NyA2LjE4NTI5IDUuMjg4OTggNi4yMTMwMyA1LjI4ODk4IDYuMjQxOTVINS43MjYwNUM1Ljc1NTAzIDYuMjQxOTUgNS43ODI4MiA2LjIzMDQ2IDUuODAzMzEgNi4yMTAwMUM1LjgyMzggNi4xODk1NiA1LjgzNTMxIDYuMTYxODIgNS44MzUzMSA2LjEzMjlINS45NDQ1OEwxMC43NTIzIDEuOTg4N0MxMC44MjkxIDEuOTMxOSAxMC44OTE2IDEuODU3OTIgMTAuOTM0NiAxLjc3MjY5QzEwLjk3NzYgMS42ODc0NyAxMSAxLjU5MzM3IDExIDEuNDk3OTRDMTEgMS40MDI1MSAxMC45Nzc2IDEuMzA4NDEgMTAuOTM0NiAxLjIyMzE4QzEwLjg5MTYgMS4xMzc5NiAxMC44MjkxIDEuMDYzOTggMTAuNzUyMyAxLjAwNzE4QzEwLjYwMyAwLjg3MDM1NSAxMC40MDg3IDAuNzkyNzc2IDEwLjIwNiAwLjc4OTA2M0MxMC4wNDE3IDAuODE2MzcxIDkuODg5MzkgMC44OTIzNjcgOS43Njg5MSAxLjAwNzE4TDUuNTA3NTEgNC43MTUxNUwxLjI0NjEyIDEuMDA3MThDMS4wMjc1OSAwLjg5ODEyIDAuOTE4MzE5IDAuNzg5MDYzIDAuNjk5Nzg2IDAuNzg5MDYzQzAuNDgxMjUzIDAuNzg5MDYzIDAuMzcxOTg2IDAuODk4MTIgMC4xNTM0NTMgMS4wMDcxOEMwLjA5NjAxMzcgMS4wNzg3NyAwLjA1MzI3NDMgMS4xNjA5NiAwLjAyNzY3NzcgMS4yNDkwNEMwLjAwMjA4MTA4IDEuMzM3MTMgLTAuMDA1ODcwNTMgMS40MjkzOSAwLjAwNDI3NzIgMS41MjA1NEMwLjAxNDQyNDkgMS42MTE3IDAuMDQyNDczIDEuNjk5OTYgMC4wODY4MTgzIDEuNzgwMjlDMC4xMzExNjQgMS44NjA2MiAwLjE5MDkzNiAxLjkzMTQ0IDAuMjYyNzIgMS45ODg3WiIgZmlsbD0iYmxhY2siLz4KPC9zdmc+Cg==);
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat; }
    .select2-container .select2-selection__arrow b {
      display: none !important; }
  .select2-container .select2-results__option {
    font-family: 'Font-Bold';
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
    background-color: #fff !important;
    padding: 10px 0; }
    .select2-container .select2-results__option.select2-results__option--highlighted {
      background-color: #efefef !important;
      color: #000 !important; }

.to_select .select2-container .select2-selection--single {
  border-top: 0; }

.gfield--type-radio {
  border: 0;
  outline: none;
  padding: 14px 0;
  margin: 0 0 10px; }
  .gfield--type-radio.gfield_error {
    border-bottom: 1px solid #c60c0e; }
  .gfield--type-radio legend {
    display: none; }
  .gfield--type-radio input {
    display: none; }
  .gfield--type-radio .gfield_radio a {
    color: #000;
    position: relative; }
    .gfield--type-radio .gfield_radio a:before {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 1px;
      -webkit-transition: all 0.35s;
      -o-transition: all 0.35s;
      transition: all 0.35s;
      background-color: #000; }
    .gfield--type-radio .gfield_radio a:hover:before {
      width: 0; }
  .gfield--type-radio .gfield_radio input:checked ~ label:after {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1); }
  .gfield--type-radio .gfield_radio label {
    padding: 0 0 0 25px;
    position: relative; }
    .gfield--type-radio .gfield_radio label:before {
      position: absolute;
      top: 0;
      left: 0;
      width: 20px;
      height: 20px;
      border-radius: 50%;
      border: 1px solid #000;
      content: ''; }
    .gfield--type-radio .gfield_radio label:after {
      position: absolute;
      top: 5px;
      left: 5px;
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background: #000;
      content: '';
      -webkit-transition: -webkit-transform 0.35s;
      transition: -webkit-transform 0.35s;
      -o-transition: transform 0.35s;
      transition: transform 0.35s;
      transition: transform 0.35s, -webkit-transform 0.35s;
      -webkit-transform: scale(0);
          -ms-transform: scale(0);
              transform: scale(0); }

.tab {
  border-bottom: solid 1px #000; }
  .tab:first-child {
    border-top: solid 1px #000; }
  .tab.is-active .tab__title:after {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); }

.tab__title {
  position: relative;
  cursor: pointer;
  padding: 15px 40px 15px 0; }
  .tab__title:after {
    position: absolute;
    right: 0;
    top: 15px;
    content: '+';
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s; }

.tab__texts {
  display: none;
  padding: 0 0 20px 0; }

.section-intro img {
  width: 100%; }
  @media all and (max-width: 960px) {
    .section-intro img {
      height: 200vh;
      min-width: 100%;
      max-width: none;
      width: auto;
      margin: 0 0 0 -25vh; } }

.section-intro .bg-image {
  width: 100%;
  height: 200vh;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }
  @media all and (max-width: 660px) {
    .section-intro .bg-image {
      height: 150vh; } }

.actual-content {
  background: #fff;
  position: relative;
  z-index: 1; }

/* SECTION HISTORY */
.section-history {
  padding: 0 10px 12vw 10px; }
  .section-history > div {
    margin: 0 -5px; }
  .section-history img {
    width: 100%; }
    @media all and (max-width: 960px) {
      .section-history img {
        width: calc(100% - 7.5px); } }
    @media all and (max-width: 660px) {
      .section-history img {
        width: 100%; } }

.section-history .col-1 {
  width: 66.66667%;
  padding: 0 5px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content; }
  @media all and (max-width: 960px) {
    .section-history .col-1 {
      width: 100%; } }
  .section-history .col-1 .to-pin .flex {
    margin: 0 -5px; }
    .section-history .col-1 .to-pin .flex > div:nth-child(1) {
      width: 50%;
      padding: 0 5px; }
      @media all and (max-width: 660px) {
        .section-history .col-1 .to-pin .flex > div:nth-child(1) {
          width: 100%;
          padding: 0 5px 10px 5px; } }
      .section-history .col-1 .to-pin .flex > div:nth-child(1) > div {
        position: relative;
        overflow: hidden;
        height: 22.916666vw; }
        @media all and (max-width: 660px) {
          .section-history .col-1 .to-pin .flex > div:nth-child(1) > div {
            height: 75vw; } }
        .section-history .col-1 .to-pin .flex > div:nth-child(1) > div video {
          height: 100%;
          width: auto;
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
              -ms-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%); }
    .section-history .col-1 .to-pin .flex > div:nth-child(2) {
      width: 50%;
      padding: 0 5px; }
      @media all and (max-width: 660px) {
        .section-history .col-1 .to-pin .flex > div:nth-child(2) {
          width: 100%; } }

.section-history .col-2 {
  width: 33.33333%;
  padding: 8vw 5px 0 5px; }
  @media all and (max-width: 960px) {
    .section-history .col-2 {
      width: 100%;
      padding: 10px 0 0 50%; } }
  @media all and (max-width: 660px) {
    .section-history .col-2 {
      padding: 10px 0 0 0; } }
  .section-history .col-2 a {
    color: #000;
    font-weight: bold;
    /*position: relative;
		&:before {
			content:'';
			position: absolute;
			bottom: 0;
			left: 0;
			width: 100%;
			height: 1px;
			transition: all 0.35s;
			background-color: #000;
		}*/
    /*&:hover {
			&:before {
				width: 0;
			}
		}*/ }
    .section-history .col-2 a:hover {
      opacity: 0.5; }
  .section-history .col-2 > div:nth-child(1) {
    padding: 0 75% 0.5vw 0; }
    @media all and (max-width: 960px) {
      .section-history .col-2 > div:nth-child(1) {
        padding: 0 50% 0.5vw 5px; } }
    @media all and (max-width: 660px) {
      .section-history .col-2 > div:nth-child(1) {
        padding: 0 5px 10px 5px; }
        .section-history .col-2 > div:nth-child(1) img {
          width: calc(50% - 7.5px); } }
  @media all and (max-width: 960px) {
    .section-history .col-2 > div:nth-child(2) {
      padding: 0 0 0 5px; } }
  .section-history .col-2 > div:nth-child(2) h2 {
    padding: 0 0 0.25vw 0; }
    @media all and (max-width: 660px) {
      .section-history .col-2 > div:nth-child(2) h2 {
        padding: 0 0 5px 0; } }
    .section-history .col-2 > div:nth-child(2) h2 strong {
      display: block;
      padding: 8vw 0 0  0; }

/* SECTION PRODUCTS */
.section-products {
  padding: 0 10px 12vw 10px; }
  .section-products > div {
    margin: 0 -5px; }
  .section-products img {
    width: 100%; }

.section-products .col-1 {
  width: 66.66667%;
  padding: 0 5px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content; }
  @media all and (max-width: 960px) {
    .section-products .col-1 {
      width: 100%; } }
  .section-products .col-1 h2 {
    padding: 0.75vw 0 0 0; }
  .section-products .col-1 .product-download {
    width: 100% !important;
    padding: 0 !important;
    margin: 0.5vw 0 0; }
    @media all and (max-width: 660px) {
      .section-products .col-1 .product-download {
        margin: 0 0 12vw; } }
    .section-products .col-1 .product-download a {
      color: #000;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content; }
      .section-products .col-1 .product-download a span {
        line-height: 0;
        padding: 0 10px 0 0; }
      .section-products .col-1 .product-download a:hover {
        opacity: 0.5; }
  .section-products .col-1 .to-pin > div {
    margin: 0 -5px; }
    .section-products .col-1 .to-pin > div > div:nth-child(1) {
      width: 50%;
      padding: 0 5px; }
      @media all and (max-width: 660px) {
        .section-products .col-1 .to-pin > div > div:nth-child(1) {
          width: 100%;
          padding: 0 5px 10px 5px; } }
    .section-products .col-1 .to-pin > div > div:nth-child(2) {
      width: 50%;
      padding: 0 5px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      @media all and (max-width: 660px) {
        .section-products .col-1 .to-pin > div > div:nth-child(2) {
          width: 100%; } }
      .section-products .col-1 .to-pin > div > div:nth-child(2) > img {
        width: 25%;
        padding: 0 0 0.5vw 0; }
        @media all and (max-width: 960px) {
          .section-products .col-1 .to-pin > div > div:nth-child(2) > img {
            width: calc(50% - 7.5px); } }
        @media all and (max-width: 660px) {
          .section-products .col-1 .to-pin > div > div:nth-child(2) > img {
            padding: 0 0 10px 0; } }
      .section-products .col-1 .to-pin > div > div:nth-child(2) > div {
        width: 100%;
        padding: 0 25% 0 0; }
        @media all and (max-width: 1440px) {
          .section-products .col-1 .to-pin > div > div:nth-child(2) > div {
            padding: 0 12.5% 0 0; } }
        @media all and (max-width: 1160px) {
          .section-products .col-1 .to-pin > div > div:nth-child(2) > div {
            padding: 0 0 2vw 0; } }
        @media all and (max-width: 660px) {
          .section-products .col-1 .to-pin > div > div:nth-child(2) > div {
            padding: 0 0 20px; } }
      .section-products .col-1 .to-pin > div > div:nth-child(2) > h3 {
        width: 100%;
        padding: 0 25% 0 0;
        margin: auto 0; }
        @media all and (max-width: 1160px) {
          .section-products .col-1 .to-pin > div > div:nth-child(2) > h3 {
            padding: 0; } }

.section-products .col-2 {
  width: 33.33333%;
  padding: 5.15vw 5px 0 5px; }
  @media all and (max-width: 960px) {
    .section-products .col-2 {
      width: 100%;
      padding: 12vw 5px 0 50%; }
      .section-products .col-2 > div {
        padding: 0 5px; } }
  @media all and (max-width: 660px) {
    .section-products .col-2 {
      width: 100%;
      padding: 12vw 5px 0 5px; } }
  @media all and (max-width: 660px) {
    .section-products .col-2 .product-category {
      padding: 0 0 12vw 0; }
      .section-products .col-2 .product-category:last-child {
        padding: 0; } }
  .section-products .col-2 .product-category > h3 {
    padding: 0 0 0.75vw 0; }
    @media all and (max-width: 660px) {
      .section-products .col-2 .product-category > h3 {
        padding: 0 0 10px 0; } }
  .section-products .col-2 .product-category > div {
    margin: 0 -5px; }

.product-category:last-child .tease-product:last-child {
  margin: 0; }

.tease-product {
  width: 50%;
  padding: 0 5px;
  margin: 0 0 4vw 0; }
  @media all and (max-width: 660px) {
    .tease-product {
      margin: 0 0 6vw 0; } }
  .tease-product a {
    color: #000; }
    .tease-product a:hover:has(img.hover) img.thumb {
      opacity: 0;
      visibility: hidden; }
    .tease-product a:hover:has(img.hover) img.hover {
      display: block; }
  .tease-product h4 {
    color: #000;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s; }
  .tease-product .img {
    position: relative; }
    .tease-product .img img {
      cursor: pointer; }
    .tease-product .img img.hover {
      display: none;
      position: absolute;
      top: 0;
      left: 0; }
  .tease-product h4 {
    padding: 0.25vw 0 0 0; }
    @media all and (max-width: 660px) {
      .tease-product h4 {
        padding: 5px 0 0 0; } }
  .tease-product h4.h5 {
    padding: 0; }

/* SECTION BENEFITS */
.section-benefits {
  padding: 0 10px 12vw 10px; }
  .section-benefits img {
    width: 100%; }

.benefits-upper {
  padding: 0 0 4vw 0; }
  .benefits-upper > div {
    margin: 0 -5px; }
    .benefits-upper > div > div:nth-child(1) {
      width: 33.33333%;
      padding: 0 5px; }
      @media all and (max-width: 960px) {
        .benefits-upper > div > div:nth-child(1) {
          width: 50%; } }
      @media all and (max-width: 660px) {
        .benefits-upper > div > div:nth-child(1) {
          width: 100%;
          padding: 0 5px 10px 5px; } }
    .benefits-upper > div > div:nth-child(2) {
      width: 66.66667%;
      padding: 0 5px; }
      @media all and (max-width: 960px) {
        .benefits-upper > div > div:nth-child(2) {
          width: 50%; } }
      @media all and (max-width: 660px) {
        .benefits-upper > div > div:nth-child(2) {
          width: 100%; } }
      .benefits-upper > div > div:nth-child(2) > div {
        padding: 0 58.33333% 0 0; }
        @media all and (max-width: 1440px) {
          .benefits-upper > div > div:nth-child(2) > div {
            padding: 0 33.33333% 0 0; } }
        @media all and (max-width: 1160px) {
          .benefits-upper > div > div:nth-child(2) > div {
            padding: 0; } }
        .benefits-upper > div > div:nth-child(2) > div h2 {
          padding: 0 0 0.5vw 0;
          margin: -0.35vw 0 0 0; }
          @media all and (max-width: 660px) {
            .benefits-upper > div > div:nth-child(2) > div h2 {
              padding: 0 0 5px 0;
              margin: 0; } }

.benefits-lower > div {
  margin: 0 -5px; }

.benefit {
  width: 16.66667%;
  padding: 0 5px; }
  @media all and (max-width: 1440px) {
    .benefit {
      width: 20%; } }
  @media all and (max-width: 960px) {
    .benefit {
      width: 33.33333%;
      margin: 0 0 20px 0; } }
  @media all and (max-width: 660px) {
    .benefit {
      width: 50%; } }
  .benefit .title {
    padding: 0.25vw 10px 0.5vw 0; }
    @media all and (max-width: 1680px) {
      .benefit .title {
        min-height: 73px; } }
    @media all and (max-width: 1440px) {
      .benefit .title {
        min-height: 90px; } }
  .benefit .image:has(video) {
    position: relative;
    overflow: hidden;
    padding-bottom: 56.25%; }
    .benefit .image:has(video) video {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      height: auto;
      width: 100%; }

/* SECTION  SUSTAINABILITY */
.section-sustainability {
  padding: 0 10px 12vw 10px; }
  .section-sustainability > div {
    margin: 0 -5px; }
  .section-sustainability img {
    width: 100%; }

.section-sustainability .col-1 {
  width: 33.33333%;
  padding: 0 5px; }
  @media all and (max-width: 960px) {
    .section-sustainability .col-1 {
      width: 50%; } }
  @media all and (max-width: 660px) {
    .section-sustainability .col-1 {
      width: 100%;
      padding: 0 5px 10px 5px; } }

.section-sustainability .col-2 {
  width: 33.33333%;
  padding: 0 5px; }
  @media all and (max-width: 960px) {
    .section-sustainability .col-2 {
      width: 50%; } }

.section-sustainability .col-3 {
  width: 33.33333%;
  padding: 0 5px; }
  @media all and (max-width: 960px) {
    .section-sustainability .col-3 {
      width: 100%;
      padding: 10px 5px 0 5px; } }
  @media all and (max-width: 960px) {
    .section-sustainability .col-3 > div {
      padding-left: calc(50% + 5px); } }
  @media all and (max-width: 660px) {
    .section-sustainability .col-3 > div {
      padding: 0; } }
  .section-sustainability .col-3 > div h2 {
    padding: 0 0 0.5vw 0;
    margin: -0.35vw 0 0 0; }
    @media all and (max-width: 660px) {
      .section-sustainability .col-3 > div h2 {
        padding: 0 0 5px 0;
        margin: 0; } }
  .section-sustainability .col-3 > div li {
    position: relative;
    padding: 0 0 0 15px; }
    .section-sustainability .col-3 > div li:before {
      content: '';
      position: absolute;
      top: 8px;
      left: 0;
      width: 5px;
      height: 5px;
      border-radius: 50%;
      background: #000; }

/* SECTION GUARANTEE */
.section-guarantee {
  padding: 0 10px 12vw 10px; }
  .section-guarantee > div {
    margin: 0 -5px; }
  .section-guarantee img {
    width: 100%; }

.section-guarantee .col-1 {
  width: 66.66667%;
  padding: 0 5px;
  /*.lower {
		//margin: auto 0 0 0;
		//margin: 20px 0 0;
		#Circle {
			transform-origin: center;
			animation: circle-anim 20s linear infinite;
		}
	}*/ }
  @media all and (max-width: 960px) {
    .section-guarantee .col-1 {
      width: 100%; } }
  .section-guarantee .col-1 > div {
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  @media all and (max-width: 1160px) {
    .section-guarantee .col-1 .upper {
      padding: 0 0 4vw 0; } }
  @media all and (max-width: 660px) {
    .section-guarantee .col-1 .upper {
      padding: 0 0 12vw 0; } }
  .section-guarantee .col-1 .upper > div {
    margin: 0 -5px; }
    .section-guarantee .col-1 .upper > div > div:nth-child(1) {
      width: 25%;
      padding: 0 5px; }
      @media all and (max-width: 960px) {
        .section-guarantee .col-1 .upper > div > div:nth-child(1) {
          width: 50%; } }
      @media all and (max-width: 660px) {
        .section-guarantee .col-1 .upper > div > div:nth-child(1) {
          width: 100%;
          padding: 0 5px 10px 5px; } }
      .section-guarantee .col-1 .upper > div > div:nth-child(1) > div {
        margin: 20px 0; }
        @media all and (max-width: 1160px) {
          .section-guarantee .col-1 .upper > div > div:nth-child(1) > div svg {
            width: 100px;
            height: auto; } }
        .section-guarantee .col-1 .upper > div > div:nth-child(1) > div #Circle {
          -webkit-transform-origin: center;
              -ms-transform-origin: center;
                  transform-origin: center;
          -webkit-animation: circle-anim 20s linear infinite;
                  animation: circle-anim 20s linear infinite; }
    .section-guarantee .col-1 .upper > div > div:nth-child(2) {
      width: 75%;
      padding: 0 25% 0 5px; }
      @media all and (max-width: 1440px) {
        .section-guarantee .col-1 .upper > div > div:nth-child(2) {
          padding: 0 12.5% 0 5px; } }
      @media all and (max-width: 1160px) {
        .section-guarantee .col-1 .upper > div > div:nth-child(2) {
          padding: 0 5px; } }
      @media all and (max-width: 960px) {
        .section-guarantee .col-1 .upper > div > div:nth-child(2) {
          width: 50%; } }
      @media all and (max-width: 960px) {
        .section-guarantee .col-1 .upper > div > div:nth-child(2) {
          width: 100%; } }
      .section-guarantee .col-1 .upper > div > div:nth-child(2) > div:nth-child(1) {
        padding: 0 0 3vw 0; }

@-webkit-keyframes circle-anim {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes circle-anim {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.section-guarantee .col-2 {
  width: 33.33333%;
  padding: 0 5px; }
  @media all and (max-width: 960px) {
    .section-guarantee .col-2 {
      width: 100%; } }
  .section-guarantee .col-2 > h3 {
    padding: 0 0 0.5vw 0;
    margin: -0.35vw 0 0 0; }
    @media all and (max-width: 960px) {
      .section-guarantee .col-2 > h3 {
        margin: 0;
        padding: 0 0 4vw 0; } }
    @media all and (max-width: 660px) {
      .section-guarantee .col-2 > h3 {
        padding: 0 0 12vw 0; } }
  @media all and (max-width: 960px) {
    .section-guarantee .col-2 img {
      padding-left: calc(50% + 5px); } }
  @media all and (max-width: 660px) {
    .section-guarantee .col-2 img {
      padding-left: 0;
      padding-right: calc(50% + 7.5px); } }

/* SECTION PARTNERS */
.section-partners {
  padding: 0 10px 12vw 10px;
  /*> div {
		margin: 0 -5px;
	}*/ }

.section-partners .col-1 {
  width: 66.66667%;
  padding: 0 5px; }
  @media all and (max-width: 960px) {
    .section-partners .col-1 {
      width: 100%; } }
  .section-partners .col-1 #map {
    height: calc(100vh - 148px); }
    @media all and (max-width: 660px) {
      .section-partners .col-1 #map {
        height: 125vw; } }

.section-partners .col-2 {
  /*width: 33.33333%;
	padding: 0 5px;
	@media all and (max-width: 960px) {
		width: 100%;
		padding: 10px 5px 0 5px;
	}*/
  width: 100%; }
  .section-partners .col-2 .locations-tabs {
    margin: 0 0 50px;
    /*@media all and (max-width: 960px) {
			padding-left: calc(50% + 7.5px);
			margin: 0 0 10px 0;
		}
		@media all and (max-width: 660px) {
			padding-left:0;
		}*/ }
  .section-partners .col-2 .location {
    display: none; }
  .section-partners .col-2 .locations {
    /*@media all and (max-width: 960px) {
			padding-left: calc(50% + 7.5px);
		}
		@media all and (max-width: 660px) {
			padding-left: 0;
		}*/ }
    .section-partners .col-2 .locations > .flex {
      margin: 0 -5px; }
    .section-partners .col-2 .locations .location {
      width: 25%;
      padding: 0 5px;
      margin: 0 0 50px;
      /*@media all and (max-width: 1160px) {
				width: 100%;
				margin: 0 0 20px 0;
			}*/ }
      @media all and (max-width: 960px) {
        .section-partners .col-2 .locations .location {
          width: 33.33333%; } }
      @media all and (max-width: 660px) {
        .section-partners .col-2 .locations .location {
          width: 50%;
          margin: 0 0 20px; } }
      .section-partners .col-2 .locations .location a {
        color: #000; }
        .section-partners .col-2 .locations .location a:hover {
          opacity: 0.5; }

/* SECTION CONTACT */
.section-contact {
  padding: 0 10px 10px 10px; }
  .section-contact > div {
    margin: 0 -5px; }
  .section-contact img {
    width: 100%; }

.section-contact .col-1 {
  width: 33.33333%;
  padding: 0 5px; }
  @media all and (max-width: 960px) {
    .section-contact .col-1 {
      width: 50%; } }
  @media all and (max-width: 660px) {
    .section-contact .col-1 {
      width: 100%;
      padding: 0 5px 10px 5px; } }

.section-contact .col-2 {
  width: 33.33333%;
  padding: 0 5px; }
  @media all and (max-width: 1160px) {
    .section-contact .col-2 {
      width: 66.66667%; } }
  @media all and (max-width: 960px) {
    .section-contact .col-2 {
      width: 50%; } }
  @media all and (max-width: 660px) {
    .section-contact .col-2 {
      width: 100%; } }
  .section-contact .col-2 > div:nth-child(1) {
    margin: 0 0 16px 0; }

.section-contact .col-3 {
  width: 33.33333%;
  padding: 0 5px 0 16.66667%; }
  @media all and (max-width: 1160px) {
    .section-contact .col-3 {
      width: 100%;
      padding: 2vw 5px 0 5px; } }
  @media all and (max-width: 960px) {
    .section-contact .col-3 {
      padding: 12vw 5px 0 5px; }
      .section-contact .col-3 > div {
        padding-left: calc(50% + 7.5px); } }
  @media all and (max-width: 660px) {
    .section-contact .col-3 {
      padding: 24vw 5px 0 5px; }
      .section-contact .col-3 > div {
        padding-left: 0; } }
  .section-contact .col-3 a {
    color: #000; }
    .section-contact .col-3 a:hover {
      opacity: 0.5; }

.scroll-down-btn {
  position: fixed;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #fff;
  text-align: center;
  z-index: 2;
  cursor: pointer;
  -webkit-transition: opacity 0.35s;
  -o-transition: opacity 0.35s;
  transition: opacity 0.35s; }
  @media all and (max-width: 960px) {
    .scroll-down-btn {
      bottom: 80px; } }
  .scroll-down-btn.disable {
    opacity: 0;
    visibility: hidden;
    pointer-events: none; }
  .scroll-down-btn > div:first-of-type {
    padding: 0 0 10px; }
    .scroll-down-btn > div:first-of-type svg {
      -webkit-transition: -webkit-transform 0.35s;
      transition: -webkit-transform 0.35s;
      -o-transition: transform 0.35s;
      transition: transform 0.35s;
      transition: transform 0.35s, -webkit-transform 0.35s; }
  .scroll-down-btn:hover > div:first-of-type svg {
    -webkit-transform: translateY(5px);
        -ms-transform: translateY(5px);
            transform: translateY(5px); }

.single-product #header, .single-product #footer {
  display: none; }

.single-product #header {
  height: 74px; }
  .single-product #header .header__logo {
    top: 5px;
    left: 50%;
    width: 250px;
    color: #000;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
    .single-product #header .header__logo svg {
      width: 100%; }
    .single-product #header .header__logo .logo-text-2,
    .single-product #header .header__logo .logo-text {
      display: none; }

.single-product:has(.has-white) #header .header__logo {
  color: #fff; }

.page-product {
  position: relative;
  padding: 10px; }
  .page-product .noise {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0; }
    .page-product .noise svg {
      width: 100%;
      height: auto; }
      @media all and (max-width: 960px) {
        .page-product .noise svg {
          min-width: 100%;
          min-height: 100%;
          width: auto;
          height: auto; } }
  .page-product.has-white .product-title,
  .page-product.has-white .product-texts,
  .page-product.has-white .product-exit,
  .page-product.has-white .product-back a {
    color: #fff; }

.product-container {
  position: relative;
  z-index: 1;
  -webkit-transition: opacity 0.35s;
  -o-transition: opacity 0.35s;
  transition: opacity 0.35s; }

.product-exit {
  position: absolute;
  top: 10px;
  right: 10px; }
  .product-exit span {
    display: block;
    cursor: pointer;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s; }
    .product-exit span:hover {
      opacity: 0.5s; }

.product-back {
  position: absolute;
  top: 10px;
  right: 10px;
  display: none; }
  @media all and (max-width: 660px) {
    .product-back {
      top: 8px;
      width: 25%;
      text-align: right; } }
  .product-back a {
    color: #000; }
    @media all and (max-width: 660px) {
      .product-back a {
        display: block;
        font-size: 12px;
        line-height: 14px; } }
    .product-back a:hover {
      opacity: 0.5; }

@media all and (max-width: 660px) {
  .product-title {
    padding: 0 25% 0 0; }
    .product-title h1 {
      line-height: 40px;
      margin: 0 0 10px 0; } }

.product-content > div {
  margin: 0 -5px; }

.product-image {
  width: 58.33333%;
  padding: 0 5px; }
  @media all and (max-width: 960px) {
    .product-image {
      width: 83.33333%; } }
  @media all and (max-width: 660px) {
    .product-image {
      width: 100%;
      padding: 0 5px 5px 5px; } }

.product-thumbs {
  width: 8.33333%;
  padding: 0 5px; }
  @media all and (max-width: 960px) {
    .product-thumbs {
      width: 16.66667%; } }
  @media all and (max-width: 660px) {
    .product-thumbs {
      width: 100%;
      margin: 0 -2.5px; } }
  .product-thumbs img {
    width: 100%;
    margin: 0 0 10px 0;
    cursor: pointer;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s; }
    @media all and (max-width: 660px) {
      .product-thumbs img {
        margin: 0;
        padding: 0 2.5px; } }
  .product-thumbs .slick-current img {
    opacity: 0.75; }
  .product-thumbs .slick-list {
    height: auto !important; }

.product-texts {
  width: 33.33333%;
  padding: 0 5px; }
  @media all and (max-width: 960px) {
    .product-texts {
      width: 100%;
      padding: 4vw 5px 0 5px; } }
  @media all and (max-width: 660px) {
    .product-texts {
      padding: 12vw 5px 0 5px; } }
  .product-texts > div > div:nth-child(1) {
    width: 100%;
    padding: 0 0 4vw 0; }
    .product-texts > div > div:nth-child(1) > h2:first-child {
      padding: 0 0 0.25vw 0;
      margin: -0.35vw 0 0 0; }
  .product-texts > div > div:nth-child(2) {
    width: 50%;
    padding: 0 12.5% 0 0; }
  .product-texts > div > div:nth-child(3) {
    width: 50%;
    padding: 0 12.5% 0 0; }
  .product-texts > div > div:last-of-type {
    padding: 0 0 100px 0; }

.product-frame {
  position: fixed;
  top: 74px;
  bottom: 0;
  right: 0;
  height: calc(100vh - 74px);
  width: 100%;
  z-index: 2;
  pointer-events: none; }
  @media all and (max-width: 960px) {
    .product-frame {
      top: 60px;
      height: calc(100vh - 60px); } }
  .product-frame > div {
    height: 100%;
    width: 100%;
    position: relative;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%); }
    .product-frame > div .close-frame-btn {
      position: absolute;
      top: -25px;
      left: 10px; }
    .product-frame > div .noise {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: -1; }
      .product-frame > div .noise svg {
        width: 100%;
        height: auto; }
        @media all and (max-width: 960px) {
          .product-frame > div .noise svg {
            min-width: 100%;
            min-height: 100%;
            width: auto;
            height: auto; } }
    .product-frame > div iframe {
      width: 100%;
      height: 100%;
      outline: none;
      border: none; }

.open-product-frame body {
  overflow: hidden; }

.open-product-frame .product-frame {
  pointer-events: all; }
  .open-product-frame .product-frame > div {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }

.product-frame-root .page-product {
  padding: 10px;
  min-height: 100vh; }

@media all and (max-width: 960px) {
  .product-frame-root #app {
    overflow: unset;
    overflow-x: hidden; } }

/*.product-frame-root {
	.related__items {
		@media all and (max-width:960px) {
			padding:20px 20px 140px !important;
		}
		@media all and (max-width:660px) {
			padding:10px 10px 140px !important;
		}
	}

	.header__date {
		display: none;
	}

	.annual-popup {
		display: none;
	}
}*/
