/*! 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: 'CF ModGrotesk';
  src: url(817fa8afa22ffb9ed8423f876b0db358.eot);
  src: url(817fa8afa22ffb9ed8423f876b0db358.eot?#iefix) format("embedded-opentype"), url(f6ca997c5a5c6afea1922d15f89c1fe0.woff2) format("woff2"), url(7f1c4b1dc09f4942e46122380277be26.woff) format("woff"), url(60bfb54e4c748b30827e5227ba9953b8.ttf) format("truetype"), url(ca3b8d2a10999786cbd39683bf8eacb9.svg#CFModGrotesk-Medium) format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

* {
  color: #2B292A;
  font-family: "CF ModGrotesk";
  font-weight: 400; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, h3, .h4, .h5, .h6 {
  font-weight: 400;
  line-height: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

h1 {
  font-size: 100px;
  margin: 26px 0;
  line-height: .6; }
  @media (max-width: 1620px) {
    h1 {
      font-size: 80px; } }
  @media (max-width: 1440px) {
    h1 {
      font-size: 60px; } }
  @media (max-width: 1280px) {
    h1 {
      font-size: 46px; } }
  h1.smaller {
    font-size: 60px; }
    @media (max-width: 1440px) {
      h1.smaller {
        font-size: 48px; } }
    @media (max-width: 1366px) {
      h1.smaller {
        font-size: 36px; } }
    @media (max-width: 1280px) {
      h1.smaller {
        font-size: 32px; } }

body {
  background-color: #F7F7F8; }

html {
  position: relative;
  -webkit-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out; }
  html.fade-out {
    opacity: 0; }
  @media (max-width: 960px) {
    html {
      overflow-x: hidden; } }

.pjax-element {
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  border: 10px solid #F7F7F8;
  pointer-events: none;
  -webkit-transition: border .8s ease-in-out;
  -o-transition: border .8s ease-in-out;
  transition: border .8s ease-in-out;
  z-index: 999; }
  .pjax-element .pjax-frame {
    position: absolute;
    height: 100vh;
    width: calc(100% + 20px);
    top: -10px;
    left: -10px;
    border: 10px solid #F7F7F8;
    pointer-events: none;
    -webkit-transition: border .8s ease-in-out;
    -o-transition: border .8s ease-in-out;
    transition: border .8s ease-in-out; }
  .pjax-element .pjax-frame-rounded {
    position: absolute;
    height: 100vh;
    width: calc(100% + 20px);
    top: -10px;
    left: -10px;
    border: 10px solid #F7F7F8;
    border-radius: 20px;
    pointer-events: none;
    -webkit-transition: border .8s ease-in-out;
    -o-transition: border .8s ease-in-out;
    transition: border .8s ease-in-out;
    z-index: 1; }
    @media (max-width: 960px) {
      .pjax-element .pjax-frame-rounded {
        border-radius: 16px; } }
  .pjax-element .pjax-layer {
    position: absolute;
    height: 100vh;
    width: calc(100% + 20px);
    top: -10px;
    left: -10px;
    background-color: #F7F7F8;
    opacity: 0; }
  .pjax-element.fg-element {
    z-index: 9999; }

.pjax-horizontal {
  position: absolute;
  height: 100vh;
  width: calc(100% + 20px);
  top: -10px;
  left: -10px;
  background-color: #385086;
  pointer-events: none;
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0); }

.pjax-vertical {
  position: absolute;
  height: 100vh;
  width: calc(100% + 20px);
  top: -10px;
  left: -10px;
  background-color: #00A2B6;
  pointer-events: none;
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top;
  -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transition: opacity 0.65s cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 0.65s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: opacity 0.65s cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 0.65s cubic-bezier(0.25, 0.8, 0.25, 1);
  -o-transition: transform 0.65s cubic-bezier(0.25, 0.8, 0.25, 1), opacity 0.65s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: transform 0.65s cubic-bezier(0.25, 0.8, 0.25, 1), opacity 0.65s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: transform 0.65s cubic-bezier(0.25, 0.8, 0.25, 1), opacity 0.65s cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 0.65s cubic-bezier(0.25, 0.8, 0.25, 1);
  z-index: -2; }
  .pjax-vertical.fade-out {
    opacity: 0; }
  .pjax-vertical.scale {
    -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
            transform: scaleY(1); }
  .pjax-vertical.origin-bottom {
    -webkit-transform-origin: bottom;
        -ms-transform-origin: bottom;
            transform-origin: bottom; }
  .pjax-vertical.scale-down {
    -webkit-transform: scaleY(0);
        -ms-transform: scaleY(0);
            transform: scaleY(0); }

.pjax-vertical-translate {
  position: absolute;
  height: 100vh;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #385086;
  border-radius: 8px;
  pointer-events: none;
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: -webkit-transform .65s ease-in-out;
  transition: -webkit-transform .65s ease-in-out;
  -o-transition: transform .65s ease-in-out;
  transition: transform .65s ease-in-out;
  transition: transform .65s ease-in-out, -webkit-transform .65s ease-in-out;
  opacity: 0;
  z-index: -1; }
  .pjax-vertical-translate.move {
    -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
            transform: translateY(0%); }

@-webkit-keyframes scaleX {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0); }
  50% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1); }
  100% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0); } }

@keyframes scaleX {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0); }
  50% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1); }
  100% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0); } }

@-webkit-keyframes scaleY {
  0% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1); }
  50% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0); }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1); } }

@keyframes scaleY {
  0% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1); }
  50% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0); }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1); } }

@-webkit-keyframes borderGrow {
  0% {
    border: 10px solid #F7F7F8; }
  50% {
    border: 20vw solid #F7F7F8; }
  100% {
    border: 10px solid #F7F7F8; } }

@keyframes borderGrow {
  0% {
    border: 10px solid #F7F7F8; }
  50% {
    border: 20vw solid #F7F7F8; }
  100% {
    border: 10px solid #F7F7F8; } }

@-webkit-keyframes borderGrowRadius {
  0% {
    border-radius: 0.6vw;
    border: 10px solid #F7F7F8; }
  50% {
    border-radius: 45vw;
    border: 15vw solid #F7F7F8; }
  100% {
    border-radius: 0.6vw;
    border: 10px solid #F7F7F8; } }

@keyframes borderGrowRadius {
  0% {
    border-radius: 0.6vw;
    border: 10px solid #F7F7F8; }
  50% {
    border-radius: 45vw;
    border: 15vw solid #F7F7F8; }
  100% {
    border-radius: 0.6vw;
    border: 10px solid #F7F7F8; } }

@-webkit-keyframes layerVisibility {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes layerVisibility {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.toggle-animation {
  z-index: 9999;
  width: 40px;
  height: 40px;
  background-color: #fff; }

.animation-buttons {
  position: fixed;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  z-index: 99999; }
  .animation-buttons .animation-btn {
    height: 36px;
    border-radius: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
    background-color: #fff;
    margin: 0 5px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 72px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    cursor: pointer; }
    .animation-buttons .animation-btn span {
      display: block;
      text-transform: uppercase;
      font-size: 10px;
      letter-spacing: 1px; }

.pjax-overlay {
  position: fixed;
  bottom: 10px;
  border-radius: 8px;
  height: calc(100% - 20px);
  z-index: 99;
  background: #00A2B6;
  -webkit-transform: scaleX(0) scaleY(0);
      -ms-transform: scaleX(0) scaleY(0);
          transform: scaleX(0) scaleY(0);
  -webkit-transition: -webkit-transform 0.9s cubic-bezier(0.16, 1, 0.3, 1);
  transition: -webkit-transform 0.9s cubic-bezier(0.16, 1, 0.3, 1);
  -o-transition: transform 0.9s cubic-bezier(0.16, 1, 0.3, 1);
  transition: transform 0.9s cubic-bezier(0.16, 1, 0.3, 1);
  transition: transform 0.9s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 0.9s cubic-bezier(0.16, 1, 0.3, 1); }
  .pjax-overlay.overlay-one {
    left: 10px;
    width: calc(100% - 10px);
    -webkit-transform-origin: bottom right;
        -ms-transform-origin: bottom right;
            transform-origin: bottom right;
    height: 60vh;
    top: 10px; }
    .pjax-overlay.overlay-one.level-one {
      -webkit-transform: scaleX(1) scaleY(1);
          -ms-transform: scaleX(1) scaleY(1);
              transform: scaleX(1) scaleY(1); }
    .pjax-overlay.overlay-one.level-two {
      -webkit-transform-origin: top left;
          -ms-transform-origin: top left;
              transform-origin: top left; }
    .pjax-overlay.overlay-one.level-three {
      -webkit-transform: scaleX(1) scaleY(0);
          -ms-transform: scaleX(1) scaleY(0);
              transform: scaleX(1) scaleY(0); }
  .pjax-overlay.overlay-two {
    left: 10px;
    width: calc(50% - 15px);
    -webkit-transform-origin: bottom right;
        -ms-transform-origin: bottom right;
            transform-origin: bottom right; }
    .pjax-overlay.overlay-two.level-one {
      -webkit-transform: scaleX(1) scaleY(1);
          -ms-transform: scaleX(1) scaleY(1);
              transform: scaleX(1) scaleY(1); }
    .pjax-overlay.overlay-two.level-two {
      -webkit-transform-origin: top left;
          -ms-transform-origin: top left;
              transform-origin: top left; }
    .pjax-overlay.overlay-two.level-three {
      -webkit-transform: scaleX(1) scaleY(0);
          -ms-transform: scaleX(1) scaleY(0);
              transform: scaleX(1) scaleY(0); }
  .pjax-overlay.overlay-three {
    left: 10px;
    width: calc(50% - 15px);
    -webkit-transform-origin: bottom right;
        -ms-transform-origin: bottom right;
            transform-origin: bottom right;
    background-color: #7b3143; }
    .pjax-overlay.overlay-three.level-one {
      -webkit-transform: scaleX(0) scaleY(1);
          -ms-transform: scaleX(0) scaleY(1);
              transform: scaleX(0) scaleY(1); }
    .pjax-overlay.overlay-three.level-two {
      -webkit-transform-origin: top left;
          -ms-transform-origin: top left;
              transform-origin: top left; }
    .pjax-overlay.overlay-three.level-three {
      -webkit-transform: scaleX(1) scaleY(0);
          -ms-transform: scaleX(1) scaleY(0);
              transform: scaleX(1) scaleY(0); }

.loader-overlay {
  position: fixed;
  top: 10px;
  border-radius: 8px;
  z-index: 999;
  display: none; }
  .loader-overlay.color-overlay {
    left: 10px;
    width: calc(50% - 15px);
    height: calc(100vh - 20px); }
    .loader-overlay.color-overlay:before {
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      background-color: rgba(0, 0, 0, 0.15);
      top: 0;
      left: 0;
      border-radius: 8px; }
  .loader-overlay.full-width-hero {
    height: 60vh;
    left: 10px;
    width: calc(100% - 20px);
    background-color: #ccc; }
  .loader-overlay.half-image-overlay {
    left: 10px;
    width: calc(50% - 15px);
    background-color: #ccc;
    height: calc(100vh - 20px); }

#content {
  position: relative;
  -webkit-transition: opacity .45s ease-in-out;
  -o-transition: opacity .45s ease-in-out;
  transition: opacity .45s ease-in-out;
  opacity: 1; }
  #content.animate {
    opacity: 0; }

#footer {
  -webkit-transition: opacity .45s ease-in-out;
  -o-transition: opacity .45s ease-in-out;
  transition: opacity .45s ease-in-out;
  opacity: 1; }
  #footer.animate {
    opacity: 0; }

.mob-menu.animate {
  opacity: 0 !important; }

img {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

#content {
  padding: 10px; }
  #content > section:last-child {
    margin-bottom: 0; }

a {
  text-decoration: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.full-height {
  height: calc(100vh - 20px); }
  @media (max-width: 960px) {
    .full-height {
      height: calc(50vh - 10px); } }
  .full-height.min-full-height {
    height: auto;
    min-height: calc(100vh - 20px); }
    @media (max-width: 768px) {
      .full-height.min-full-height {
        min-height: unset; } }

.cream-bg, .store-filters .dropdown-col .select2 {
  background-color: #E0E1D9; }

.default-radius {
  border-radius: 8px; }

.centered-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative; }

.site-btn, .form-btn button {
  color: #2B292A;
  width: auto;
  cursor: pointer;
  -webkit-box-shadow: inset 0 0 0px 2px #2B292A;
          box-shadow: inset 0 0 0px 2px #2B292A;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 24px;
  margin-top: 10px;
  -webkit-transition: background-color .25s ease-in-out, color .25s ease-in-out;
  -o-transition: background-color .25s ease-in-out, color .25s ease-in-out;
  transition: background-color .25s ease-in-out, color .25s ease-in-out;
  position: relative;
  overflow: hidden;
  line-height: .6;
  z-index: 1; }
  @media (max-width: 1440px) {
    .site-btn, .form-btn button {
      font-size: 14px; } }
  @media (max-width: 1180px) {
    .site-btn, .form-btn button {
      padding: 16px 18px; } }
  @media (max-width: 960px) {
    .site-btn, .form-btn button {
      padding: 22px; } }
  .site-btn[data-tab], .form-btn button[data-tab], .site-btn[data-chart], .form-btn button[data-chart], .site-btn[data-tab-category], .form-btn button[data-tab-category] {
    cursor: pointer; }
  .site-btn:before, .form-btn button:before {
    content: "";
    display: block;
    width: 110%;
    height: 110%;
    position: absolute;
    left: -5%;
    top: -5%;
    background-color: #2B292A;
    -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: left;
        -ms-transform-origin: left;
            transform-origin: left;
    -webkit-transition: -webkit-transform .35s ease-in-out;
    transition: -webkit-transform .35s ease-in-out;
    -o-transition: transform .35s ease-in-out;
    transition: transform .35s ease-in-out;
    transition: transform .35s ease-in-out, -webkit-transform .35s ease-in-out;
    z-index: -1; }
  .site-btn:hover, .form-btn button:hover {
    color: #F7F7F8; }
    .site-btn:hover:before, .form-btn button:hover:before {
      -webkit-transform: scaleX(1);
          -ms-transform: scaleX(1);
              transform: scaleX(1); }
  .site-btn.dark, .form-btn button.dark {
    background-color: #2B292A;
    color: #F7F7F8; }
  .site-btn.white, .form-btn button.white {
    -webkit-box-shadow: inset 0 0 0px 2px #F7F7F8;
            box-shadow: inset 0 0 0px 2px #F7F7F8;
    color: #F7F7F8; }
    .site-btn.white:before, .form-btn button.white:before {
      background-color: #F7F7F8; }
    .site-btn.white:hover, .form-btn button.white:hover {
      color: #2B292A; }
    .site-btn.white.solid, .form-btn button.white.solid {
      color: #2B292A; }
      .site-btn.white.solid:before, .form-btn button.white.solid:before {
        -webkit-transform: scaleX(1);
            -ms-transform: scaleX(1);
                transform: scaleX(1); }

@media (max-width: 1440px) {
  span,
  a,
  p {
    font-size: 14px; } }

@media (max-width: 768px) {
  span,
  a,
  p {
    font-size: 16px; } }

.footer-overlay {
  background-color: rgba(255, 255, 255, 0.3);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  border-radius: 8px; }

.product-list {
  border-radius: 8px;
  padding: 10px 10px 5%;
  margin-top: 10px; }
  @media (max-width: 960px) {
    .product-list .swiper-pagination {
      bottom: 50px; } }
  @media (min-width: 960px) {
    .product-list .swiper-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  @media (max-width: 960px) {
    .product-list .swiper-wrapper {
      padding-bottom: 120px; } }
  .product-list .swiper-wrapper .swiper-slide {
    -ms-flex-preferred-size: calc(25% - 7.5px);
        flex-basis: calc(25% - 7.5px);
    width: calc(25% - 7.5px);
    margin-right: 10px;
    height: auto; }
    @media (max-width: 960px) {
      .product-list .swiper-wrapper .swiper-slide {
        -ms-flex-preferred-size: calc(50% - 5px);
            flex-basis: calc(50% - 5px);
        width: calc(50% - 5px);
        margin-right: 10px;
        margin-bottom: 10px; } }
    .product-list .swiper-wrapper .swiper-slide .product-box {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      height: 100%; }
    .product-list .swiper-wrapper .swiper-slide:nth-child(4n+4) {
      margin-right: 0; }
      @media (max-width: 960px) {
        .product-list .swiper-wrapper .swiper-slide:nth-child(4n+4) {
          margin-right: 10px; } }
    @media (max-width: 960px) {
      .product-list .swiper-wrapper .swiper-slide:nth-child(2n+2) {
        margin-right: 0; } }
  @media (max-width: 960px) {
    .product-list {
      padding: 0 10px 5%; } }

.light-products .product-box .image-wrap {
  background-color: #F7F7F8; }

.title-group {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 5% 0; }
  .title-group .title {
    font-size: 60px;
    margin-top: 0;
    margin-bottom: 25px;
    line-height: 1.2; }
    @media (max-width: 1620px) {
      .title-group .title {
        font-size: 50px; } }
    @media (max-width: 1440px) {
      .title-group .title {
        font-size: 48px; } }
    @media (max-width: 1280px) {
      .title-group .title {
        font-size: 36px; } }
    @media (max-width: 1180px) {
      .title-group .title {
        font-size: 32px; } }
    .title-group .title.smaller {
      font-size: 40px; }
      @media (max-width: 1366px) {
        .title-group .title.smaller {
          font-size: 36px; } }
      @media (max-width: 1280px) {
        .title-group .title.smaller {
          font-size: 32px; } }
    .title-group .title.less-margin {
      margin-bottom: 15px; }
  .title-group .text {
    max-width: 50%;
    font-size: 16px;
    line-height: 1.32; }
    @media (max-width: 1440px) {
      .title-group .text {
        font-size: 14px; } }
    @media (max-width: 1180px) {
      .title-group .text {
        max-width: 80%; } }
    @media (max-width: 768px) {
      .title-group .text {
        font-size: 16px;
        max-width: 90%; } }

.tab-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%; }
  .tab-buttons .site-btn, .tab-buttons .form-btn button, .form-btn .tab-buttons button {
    margin-right: 10px; }
    .tab-buttons .site-btn:last-child, .tab-buttons .form-btn button:last-child, .form-btn .tab-buttons button:last-child {
      margin-right: 0; }

@media (max-width: 768px) {
  .related-products .tab-buttons,
  .color-chart-row .tab-buttons {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
    overflow-x: scroll;
    scrollbar-width: none; } }

@media (max-width: 768px) {
  .related-products .tab-buttons .site-btn, .related-products .tab-buttons .form-btn button, .form-btn .related-products .tab-buttons button,
  .color-chart-row .tab-buttons .site-btn,
  .color-chart-row .tab-buttons .form-btn button,
  .form-btn .color-chart-row .tab-buttons button {
    -ms-flex-negative: 0;
        flex-shrink: 0; } }

.color-chart {
  display: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 5%; }
  .color-chart.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .color-chart .color-box {
    -ms-flex-preferred-size: calc(8.33% - 9.16px);
        flex-basis: calc(8.33% - 9.16px);
    width: calc(8.33% - 9.16px);
    margin-right: 10px;
    margin-bottom: 10px;
    padding-bottom: 8.5%; }
    @media (max-width: 1440px) {
      .color-chart .color-box {
        padding-bottom: 7.5%; } }
    @media (max-width: 768px) {
      .color-chart .color-box {
        -ms-flex-preferred-size: calc(33.33% - 6.66px);
            flex-basis: calc(33.33% - 6.66px);
        width: calc(33.33% - 6.66px);
        margin-right: 10px;
        margin-bottom: 10px;
        padding-bottom: 25%; } }
    .color-chart .color-box:nth-child(12n+12) {
      margin-right: 0; }
      @media (max-width: 768px) {
        .color-chart .color-box:nth-child(12n+12) {
          margin-right: 10px; } }
    @media (max-width: 768px) {
      .color-chart .color-box:nth-child(3n+3) {
        margin-right: 0; } }

.color-box {
  border-radius: 8px;
  position: relative;
  min-height: 80px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  @media (max-width: 1440px) {
    .color-box {
      min-height: 70px; } }
  @media (max-width: 768px) {
    .color-box {
      min-height: 120px; } }
  .color-box .content {
    position: absolute;
    bottom: 10px;
    left: 10px;
    width: calc(100% - 20px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media (max-width: 1180px) {
      .color-box .content {
        width: calc(100% - 12px);
        left: 6px;
        bottom: 6px; } }
    .color-box .content .title,
    .color-box .content .subtitle {
      font-size: 12px;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none; }
    @media (max-width: 1440px) {
      .color-box .content .title {
        line-height: 1;
        margin-bottom: 2px; } }
  .color-box.dark .content .title,
  .color-box.dark .content .subtitle {
    color: #2B292A; }
  .color-box.light .content .title,
  .color-box.light .content .subtitle {
    color: #F7F7F8; }

.large-image {
  background-size: cover;
  border-radius: 8px;
  height: calc(100vh - 20px); }

.large-title-row {
  border-radius: 8px;
  margin: 10px 0;
  padding: 10px; }
  .large-title-row .title {
    max-width: 60%;
    margin: 10px auto;
    line-height: 1.2; }
    @media (max-width: 1440px) {
      .large-title-row .title {
        max-width: 80%;
        margin: 10px 10%; } }
    @media (max-width: 960px) {
      .large-title-row .title {
        max-width: 90%;
        margin: 10px 5%; } }
    .large-title-row .title.wider {
      max-width: 100%;
      margin: 10px 0; }
      @media (max-width: 1440px) {
        .large-title-row .title.wider {
          max-width: 80%;
          margin: 10px 10%; } }
      @media (max-width: 960px) {
        .large-title-row .title.wider {
          max-width: 90%;
          margin: 10px 5%; } }
  .large-title-row.has-breadcrumbs .breadcrumbs {
    padding-top: 10px; }
    @media (max-width: 1180px) {
      .large-title-row.has-breadcrumbs .breadcrumbs {
        padding-top: 0; } }
  .large-title-row.fill-height {
    height: calc(40vh - 30px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative; }
    @media (max-width: 768px) {
      .large-title-row.fill-height {
        height: calc(45vh - 30px); } }
    .large-title-row.fill-height .breadcrumbs {
      position: absolute;
      top: 10px;
      left: 0;
      width: 100%; }
    .large-title-row.fill-height .title-group {
      padding: 20px 0;
      margin: auto; }
      .large-title-row.fill-height .title-group .title {
        margin: 10px 0; }
    .large-title-row.fill-height .archive-tools-wrap {
      margin-top: auto;
      margin-bottom: 10px; }

.hero-image {
  position: relative;
  height: 60vh;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 10px; }
  @media (max-width: 768px) {
    .hero-image {
      height: 50vh; } }
  .hero-image .image-wrap {
    height: 100%;
    width: 100%; }
  .hero-image .hero-bg {
    position: absolute;
    top: -10%;
    left: 0;
    width: 100%;
    height: 120%;
    background-size: cover;
    background-position: center; }
  .hero-image img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%; }

.hero-video {
  position: relative;
  height: 60vh;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 10px; }
  @media (max-width: 768px) {
    .hero-video {
      height: 50vh; } }
  .hero-video .video-wrap {
    height: 100%;
    width: 100%; }
  .hero-video video {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%; }

.breadcrumbs.centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .breadcrumbs.centered a,
  .breadcrumbs.centered span {
    font-size: 14px;
    margin: 0 10px;
    position: relative; }
    @media (max-width: 1180px) {
      .breadcrumbs.centered a,
      .breadcrumbs.centered span {
        font-size: 12px; } }
  .breadcrumbs.centered a:after {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #2B292A;
    position: absolute;
    right: -12px;
    top: 8px; }
  .breadcrumbs.centered a:hover {
    text-decoration: underline; }

@media (max-width: 768px) {
  .breadcrumbs {
    display: none !important; } }

.pagination-wrapper .pagination {
  padding: 0;
  margin: 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media (max-width: 768px) {
    .pagination-wrapper .pagination {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      overflow-x: scroll;
      width: 100%;
      scrollbar-width: none;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; } }
  .pagination-wrapper .pagination .page-item:first-child {
    margin-left: 0;
    margin-right: auto; }
  .pagination-wrapper .pagination .page-item:last-child {
    margin-left: auto;
    margin-right: 0; }
  .pagination-wrapper .pagination .page-item .page-link {
    width: 52px;
    height: 52px;
    border: 2px solid #2B292A;
    border-radius: 8px;
    color: #2B292A;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 5px;
    -webkit-transition: background-color .25s ease-in-out, color .25s ease-in-out;
    -o-transition: background-color .25s ease-in-out, color .25s ease-in-out;
    transition: background-color .25s ease-in-out, color .25s ease-in-out; }
    .pagination-wrapper .pagination .page-item .page-link.prev, .pagination-wrapper .pagination .page-item .page-link.next {
      border: 0;
      width: 52px;
      height: 52px;
      border-radius: 50%;
      background-color: rgba(216, 216, 214, 0.8);
      -webkit-backdrop-filter: blur(20px);
              backdrop-filter: blur(20px); }
      .pagination-wrapper .pagination .page-item .page-link.prev:hover, .pagination-wrapper .pagination .page-item .page-link.next:hover {
        background-color: rgba(216, 216, 214, 0.4); }
      .pagination-wrapper .pagination .page-item .page-link.prev.disabled, .pagination-wrapper .pagination .page-item .page-link.next.disabled {
        opacity: .4;
        pointer-events: none; }
    .pagination-wrapper .pagination .page-item .page-link.current, .pagination-wrapper .pagination .page-item .page-link:hover {
      background-color: #2B292A;
      color: #F7F7F8; }
    .pagination-wrapper .pagination .page-item .page-link.prev img {
      position: relative;
      -webkit-transform: rotate(-180deg);
          -ms-transform: rotate(-180deg);
              transform: rotate(-180deg); }

.two-col-hero .flex-container > div:first-child {
  margin-right: 10px; }
  @media (max-width: 960px) {
    .two-col-hero .flex-container > div:first-child {
      margin-right: 0;
      margin-bottom: 10px; } }

.two-col-hero .media-col {
  -ms-flex-preferred-size: calc(50% - 5px);
      flex-basis: calc(50% - 5px);
  width: calc(50% - 5px);
  border-radius: 8px;
  overflow: hidden; }
  @media (max-width: 960px) {
    .two-col-hero .media-col {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      width: 100%;
      height: calc(50vh - 10px); } }
  .two-col-hero .media-col .hero-bg {
    height: 110%;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background-size: cover;
    background-position: center;
    z-index: 1; }
  .two-col-hero .media-col .breadcrumbs {
    position: absolute;
    bottom: 10px;
    left: 10px;
    width: calc(100% - 20px);
    z-index: 2; }
    .two-col-hero .media-col .breadcrumbs span, .two-col-hero .media-col .breadcrumbs a {
      color: #F7F7F8;
      font-size: 12px;
      display: inline-block; }
    .two-col-hero .media-col .breadcrumbs a {
      position: relative; }
      .two-col-hero .media-col .breadcrumbs a:after {
        content: "";
        display: inline-block;
        height: 3px;
        width: 3px;
        border-radius: 100%;
        background-color: #F7F7F8;
        margin-left: 5px;
        position: relative;
        top: -2px; }

.two-col-hero .content-col {
  -ms-flex-preferred-size: calc(50% - 5px);
      flex-basis: calc(50% - 5px);
  width: calc(50% - 5px);
  border-radius: 8px;
  height: calc(100vh - 20px); }
  @media (max-width: 960px) {
    .two-col-hero .content-col {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      width: 100%;
      height: auto;
      overflow: hidden; } }
  .two-col-hero .content-col.hide-overflow {
    overflow: hidden; }
  .two-col-hero .content-col .content-wrap {
    max-width: 80%;
    margin: auto;
    text-align: center; }
    .two-col-hero .content-col .content-wrap .title {
      font-size: 60px;
      margin-bottom: 40px; }
      @media (max-width: 1440px) {
        .two-col-hero .content-col .content-wrap .title {
          font-size: 48px; } }
      @media (max-width: 1180px) {
        .two-col-hero .content-col .content-wrap .title {
          font-size: 36px;
          margin: 20px 0; } }
      .two-col-hero .content-col .content-wrap .title.large {
        font-size: 100px; }
        @media (max-width: 1620px) {
          .two-col-hero .content-col .content-wrap .title.large {
            font-size: 80px; } }
        @media (max-width: 1440px) {
          .two-col-hero .content-col .content-wrap .title.large {
            font-size: 60px; } }
        @media (max-width: 1180px) {
          .two-col-hero .content-col .content-wrap .title.large {
            font-size: 48px; } }
    .two-col-hero .content-col .content-wrap span {
      font-size: 16px;
      display: block;
      max-width: 60%;
      margin: 0 20%;
      line-height: 1.32; }
      @media (max-width: 1620px) {
        .two-col-hero .content-col .content-wrap span {
          max-width: 80%;
          margin: 0 10%; } }
      @media (max-width: 1440px) {
        .two-col-hero .content-col .content-wrap span {
          font-size: 14px; } }
      @media (max-width: 1180px) {
        .two-col-hero .content-col .content-wrap span {
          max-width: 100%;
          margin: 0 0; } }
      @media (max-width: 768px) {
        .two-col-hero .content-col .content-wrap span {
          font-size: 16px; } }
      .two-col-hero .content-col .content-wrap span.pretitle {
        max-width: 50%;
        margin: 0 25%; }
  .two-col-hero .content-col .light .title,
  .two-col-hero .content-col .light span {
    color: #F7F7F8; }
  .two-col-hero .content-col .pretitle.large {
    font-size: 30px; }

.two-col-hero.scrollable .media-col {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  width: 100%; }

.two-col-hero.scrollable .sticky-container {
  -ms-flex-preferred-size: calc(50% - 5px);
      flex-basis: calc(50% - 5px);
  width: calc(50% - 5px); }
  @media (max-width: 960px) {
    .two-col-hero.scrollable .sticky-container {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      width: 100%; } }

.iso-row {
  padding: 50px 10px;
  text-align: center; }
  .iso-row .title {
    font-size: 40px; }
  .iso-row .content-wrap {
    font-size: 20px;
    max-width: 650px;
    margin: 25px 0;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
    @media (max-width: 1440px) {
      .iso-row .content-wrap {
        font-size: 16px; } }
  .iso-row .iso-logo {
    margin-top: 25px; }

.three-image-columns {
  padding: 10px; }
  .three-image-columns .video-col {
    -ms-flex-preferred-size: calc(33.33% - 6.66px);
        flex-basis: calc(33.33% - 6.66px);
    width: calc(33.33% - 6.66px);
    margin-right: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media (max-width: 768px) {
      .three-image-columns .video-col {
        -ms-flex-preferred-size: 80%;
            flex-basis: 80%;
        width: 80%;
        margin: 0 10% 50px; } }
    @media (max-width: 560px) {
      .three-image-columns .video-col {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        width: 100%;
        margin: 0 0 50px; } }
    .three-image-columns .video-col:nth-child(3) {
      margin-right: 0; }
      @media (max-width: 768px) {
        .three-image-columns .video-col:nth-child(3) {
          margin: 0 10% 0; } }
      @media (max-width: 560px) {
        .three-image-columns .video-col:nth-child(3) {
          margin: 0 0 0; } }
    .three-image-columns .video-col .video-wrap {
      height: 60vh;
      position: relative;
      margin-bottom: 10px;
      border-radius: 8px;
      overflow: hidden; }
      @media (max-width: 960px) {
        .three-image-columns .video-col .video-wrap {
          height: 45vh; } }
      .three-image-columns .video-col .video-wrap video {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        height: 110%;
        width: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
    .three-image-columns .video-col h3 {
      font-size: 20px;
      margin: 0 0 10px; }
      @media (max-width: 768px) {
        .three-image-columns .video-col h3 {
          font-size: 22px; } }

.full-image-row .image-wrap {
  height: calc(100vh - 20px);
  border-radius: 8px;
  position: relative;
  overflow: hidden; }
  .full-image-row .image-wrap .image-element {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: calc(100vh - 20px); }

.scrollable-tabs .media-col {
  -ms-flex-preferred-size: calc(50% - 5px);
      flex-basis: calc(50% - 5px);
  width: calc(50% - 5px);
  border-radius: 8px;
  margin-right: 10px;
  position: relative; }
  @media (max-width: 960px) {
    .scrollable-tabs .media-col {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      width: 100%;
      margin-right: 0;
      margin-bottom: 10px; } }
  .scrollable-tabs .media-col .scrollable-media-wrap {
    border-radius: 8px;
    height: calc(100vh - 20px);
    overflow: hidden; }
    @media (max-width: 960px) {
      .scrollable-tabs .media-col .scrollable-media-wrap {
        height: calc(50vh - 10px);
        position: relative; } }
  .scrollable-tabs .media-col .hero-bg {
    height: 110%;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background-size: cover;
    background-position: center;
    z-index: 1; }
  .scrollable-tabs .media-col .breadcrumbs {
    position: absolute;
    bottom: 10px;
    left: 10px;
    width: calc(100% - 20px);
    z-index: 2; }
    .scrollable-tabs .media-col .breadcrumbs span, .scrollable-tabs .media-col .breadcrumbs a {
      color: #F7F7F8;
      font-size: 12px;
      display: inline-block; }
    .scrollable-tabs .media-col .breadcrumbs a {
      position: relative; }
      .scrollable-tabs .media-col .breadcrumbs a:after {
        content: "";
        display: inline-block;
        height: 3px;
        width: 3px;
        border-radius: 100%;
        background-color: #F7F7F8;
        margin-left: 5px;
        position: relative;
        top: -2px; }

.scrollable-tabs .content-col {
  -ms-flex-preferred-size: calc(50% - 5px);
      flex-basis: calc(50% - 5px);
  width: calc(50% - 5px);
  border-radius: 8px;
  overflow: hidden; }
  @media (max-width: 960px) {
    .scrollable-tabs .content-col {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      width: 100%; } }
  .scrollable-tabs .content-col .content-wrap {
    max-width: 80%;
    margin: auto;
    text-align: center; }
    @media (max-width: 1440px) {
      .scrollable-tabs .content-col .content-wrap {
        max-width: 100%; } }
    .scrollable-tabs .content-col .content-wrap .title {
      font-size: 60px;
      margin-bottom: 40px;
      line-height: 1.1; }
      .scrollable-tabs .content-col .content-wrap .title.large {
        font-size: 100px; }
      .scrollable-tabs .content-col .content-wrap .title.smaller {
        font-size: 60px; }
        @media (max-width: 1440px) {
          .scrollable-tabs .content-col .content-wrap .title.smaller {
            font-size: 48px; } }
        @media (max-width: 1180px) {
          .scrollable-tabs .content-col .content-wrap .title.smaller {
            font-size: 36px;
            margin-bottom: 10px;
            margin-top: 10px; } }
    .scrollable-tabs .content-col .content-wrap span {
      font-size: 16px;
      display: block;
      max-width: 60%;
      margin: 0 20%;
      line-height: 1.32; }
      @media (max-width: 1620px) {
        .scrollable-tabs .content-col .content-wrap span {
          max-width: 80%;
          margin: 0 10%; } }
      @media (max-width: 1440px) {
        .scrollable-tabs .content-col .content-wrap span {
          font-size: 14px; } }
      @media (max-width: 768px) {
        .scrollable-tabs .content-col .content-wrap span {
          font-size: 16px; } }
      .scrollable-tabs .content-col .content-wrap span.pretitle {
        max-width: 50%;
        margin: 0 25%; }
  .scrollable-tabs .content-col .full-height.cream-bg, .scrollable-tabs .content-col .store-filters .dropdown-col .full-height.select2, .store-filters .dropdown-col .scrollable-tabs .content-col .full-height.select2 {
    border-radius: 8px; }
  .scrollable-tabs .content-col .light .title,
  .scrollable-tabs .content-col .light span {
    color: #F7F7F8; }
  .scrollable-tabs .content-col .pretitle.large {
    font-size: 30px; }

.scrollable-tabs .single-tab {
  border-radius: 8px;
  margin-top: 10px;
  padding: 40px;
  position: relative;
  cursor: pointer; }
  @media (max-width: 1366px) {
    .scrollable-tabs .single-tab {
      padding: 40px 25px; } }
  @media (max-width: 1280px) {
    .scrollable-tabs .single-tab {
      padding: 25px; } }
  @media (max-width: 768px) {
    .scrollable-tabs .single-tab {
      padding: 15px; } }
  .scrollable-tabs .single-tab:before {
    content: "";
    display: block;
    width: 20px;
    height: 4px;
    position: absolute;
    top: 64px;
    right: 40px;
    background-color: #2B292A; }
    @media (max-width: 1280px) {
      .scrollable-tabs .single-tab:before {
        top: 55px;
        right: 25px; } }
    @media (max-width: 768px) {
      .scrollable-tabs .single-tab:before {
        top: 30px;
        right: 19px;
        height: 3px;
        width: 17px; } }
  .scrollable-tabs .single-tab:after {
    content: "";
    display: block;
    width: 4px;
    height: 20px;
    position: absolute;
    top: 56px;
    right: 48px;
    background-color: #2B292A; }
    @media (max-width: 1280px) {
      .scrollable-tabs .single-tab:after {
        top: 47px;
        right: 33px; } }
    @media (max-width: 768px) {
      .scrollable-tabs .single-tab:after {
        top: 21px;
        right: 26px;
        height: 17px;
        width: 3px; } }
  .scrollable-tabs .single-tab .content-wrap {
    display: none;
    margin: 0;
    text-align: left;
    cursor: text;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 100%; }
    .scrollable-tabs .single-tab .content-wrap .content {
      -ms-flex-preferred-size: 80%;
          flex-basis: 80%;
      width: 80%; }
      .scrollable-tabs .single-tab .content-wrap .content p {
        margin: 0 0 1em; }
    .scrollable-tabs .single-tab .content-wrap .row-logo {
      -ms-flex-preferred-size: 20%;
          flex-basis: 20%;
      width: 20%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
      .scrollable-tabs .single-tab .content-wrap .row-logo img {
        max-height: 120px;
        max-width: 120px;
        width: auto;
        height: auto; }
        @media (max-width: 1366px) {
          .scrollable-tabs .single-tab .content-wrap .row-logo img {
            max-width: 100px;
            max-height: 100px; } }
        @media (max-width: 1280px) {
          .scrollable-tabs .single-tab .content-wrap .row-logo img {
            max-width: 80px;
            max-height: 80px; } }
        @media (max-width: 768px) {
          .scrollable-tabs .single-tab .content-wrap .row-logo img {
            max-width: 50px;
            max-height: 50px; } }
  @media (max-width: 768px) {
    .scrollable-tabs .single-tab h3 {
      margin: 5px 0; } }
  @media (max-width: 768px) {
    .scrollable-tabs .single-tab.active h3 {
      margin: 5px 0 15px; } }
  .scrollable-tabs .single-tab.active .content-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .scrollable-tabs .single-tab.active:after {
    display: none; }

.select2-hidden-accessible {
  display: none; }

.select2-dropdown {
  border-radius: 8px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  width: 100%;
  display: block;
  background-color: #d4d6cb;
  background-color: #E0E1D9;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  padding: 10px 20px; }
  .select2-dropdown .select2-search--dropdown {
    display: block;
    width: 100%; }
    .select2-dropdown .select2-search--dropdown .select2-search__field {
      background-color: #F7F7F8;
      color: #2B292A;
      width: 100%;
      height: 40px;
      border-radius: 8px;
      outline: 0;
      border: 0;
      padding: 0 20px; }
  .select2-dropdown .select2-results__options {
    padding: 0;
    margin-bottom: 0; }
    .select2-dropdown .select2-results__options li {
      cursor: pointer;
      height: 40px;
      list-style: none;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      border-bottom: 1px solid #F7F7F8; }
      .select2-dropdown .select2-results__options li.select2-results__option--highlighted {
        background-color: #2B292A;
        color: #F7F7F8;
        padding: 0 5px; }
      .select2-dropdown .select2-results__options li:last-child {
        border-bottom: 0; }

.text-link {
  display: inline-block;
  margin-top: 25px; }
  .text-link.white {
    color: #F7F7F8; }
  .text-link.dark {
    color: #2B292A; }

@media (max-width: 960px) {
  .mob-bg-cover {
    background-size: cover;
    background-position: center; } }

.color-hero {
  height: 60vh;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .color-hero .color-hero-content {
    max-width: calc(100% - 40px);
    width: 100%;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 768px) {
      .color-hero .color-hero-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .color-hero .color-hero-content .color-info {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
      width: 50%; }
      @media (max-width: 768px) {
        .color-hero .color-hero-content .color-info {
          -ms-flex-preferred-size: 100%;
              flex-basis: 100%;
          width: 100%;
          text-align: center; } }
      @media (max-width: 768px) {
        .color-hero .color-hero-content .color-info:first-child {
          margin-bottom: 50px; } }
      .color-hero .color-hero-content .color-info span {
        color: #F7F7F8;
        font-size: 40px; }
        @media (max-width: 960px) {
          .color-hero .color-hero-content .color-info span {
            font-size: 30px; } }

.color-products {
  padding: 10px 10px 10vh;
  margin-top: 10px;
  border-radius: 8px; }

.no-products {
  padding: 7.5vh 0;
  border-radius: 8px;
  text-align: center;
  margin-top: 10px; }
  .no-products > p {
    font-size: 20px; }

.sticky-menu {
  position: fixed;
  bottom: 10px;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  pointer-events: all;
  -webkit-transition: opacity .25s ease-in-out, -webkit-transform .25s ease-in-out;
  transition: opacity .25s ease-in-out, -webkit-transform .25s ease-in-out;
  -o-transition: opacity .25s ease-in-out, transform .25s ease-in-out;
  transition: opacity .25s ease-in-out, transform .25s ease-in-out;
  transition: opacity .25s ease-in-out, transform .25s ease-in-out, -webkit-transform .25s ease-in-out; }
  @media (max-width: 768px) {
    .sticky-menu {
      background-color: rgba(255, 255, 255, 0.3);
      -webkit-backdrop-filter: blur(20px);
              backdrop-filter: blur(20px);
      top: 0;
      left: 0;
      bottom: unset;
      opacity: 1;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      height: 100%;
      z-index: 99;
      opacity: 0; } }
  @media (max-width: 768px) {
    .sticky-menu.active {
      opacity: 1; } }
  .sticky-menu.active .close-floating {
    opacity: 1; }
  .sticky-menu.not-fixed {
    -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
            transform: translateY(-20px);
    opacity: 0;
    pointer-events: none; }
  .sticky-menu .category-nav {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .sticky-menu .category-nav .category-link {
      background-color: rgba(216, 216, 214, 0.5);
      -webkit-backdrop-filter: blur(3px);
              backdrop-filter: blur(3px);
      border: 0;
      color: #2B292A;
      margin: 0 5px;
      border: 0;
      position: relative;
      top: -10px;
      -webkit-box-shadow: none;
              box-shadow: none; }
      .sticky-menu .category-nav .category-link:before {
        display: none; }
      .sticky-menu .category-nav .category-link:hover {
        background-color: rgba(216, 216, 214, 0.8); }
  .sticky-menu .close-floating {
    display: none; }
    @media (max-width: 768px) {
      .sticky-menu .close-floating {
        display: block;
        opacity: 0; } }

.sticky-menu-toggle {
  display: none;
  font-size: 14px;
  margin: 5px 0;
  padding: 16px 20px;
  position: fixed;
  bottom: 15px;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(0);
      -ms-transform: translateX(-50%) translateY(0);
          transform: translateX(-50%) translateY(0);
  opacity: 1;
  background-color: rgba(216, 216, 214, 0.8);
  -webkit-backdrop-filter: blur(40px);
          backdrop-filter: blur(40px);
  border-radius: 8px;
  cursor: pointer;
  -webkit-transition: background-color .25s ease-in-out, color .25s ease-in-out, opacity .25s ease-in-out, -webkit-transform .25s ease-in-out;
  transition: background-color .25s ease-in-out, color .25s ease-in-out, opacity .25s ease-in-out, -webkit-transform .25s ease-in-out;
  -o-transition: background-color .25s ease-in-out, color .25s ease-in-out, opacity .25s ease-in-out, transform .25s ease-in-out;
  transition: background-color .25s ease-in-out, color .25s ease-in-out, opacity .25s ease-in-out, transform .25s ease-in-out;
  transition: background-color .25s ease-in-out, color .25s ease-in-out, opacity .25s ease-in-out, transform .25s ease-in-out, -webkit-transform .25s ease-in-out; }
  @media (max-width: 768px) {
    .sticky-menu-toggle {
      display: block; } }

.sticky-toggle-wrap.not-fixed .sticky-menu-toggle {
  position: fixed;
  opacity: 0;
  -webkit-transform: translateX(-50%) translateY(-20px);
      -ms-transform: translateX(-50%) translateY(-20px);
          transform: translateX(-50%) translateY(-20px); }

.terms-content {
  max-width: 760px;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  padding-bottom: 15vh; }

@media (max-width: 768px) {
  .terms-container {
    padding-top: 50px; } }

#header {
  position: fixed;
  top: 20px;
  left: 10px;
  width: calc(100vw - 20px);
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (max-width: 960px) {
    #header {
      display: none; } }

@media (max-width: 1180px) {
  .header__logo img {
    max-height: 45px; } }

.header__menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  padding-left: 10px; }

.header__menu li {
  list-style: none; }
  .header__menu li .menu-element {
    color: #000000;
    cursor: pointer;
    padding: 16px 20px;
    background-color: rgba(216, 216, 214, 0.65);
    -webkit-backdrop-filter: blur(3px);
            backdrop-filter: blur(3px);
    display: inline-block;
    margin-right: 10px;
    border-radius: 8px;
    -webkit-transition: background-color .25s ease-in-out, color .25s ease-in-out;
    -o-transition: background-color .25s ease-in-out, color .25s ease-in-out;
    transition: background-color .25s ease-in-out, color .25s ease-in-out;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
    .header__menu li .menu-element:hover {
      background-color: #d8d8d6; }
    @media (max-width: 1440px) {
      .header__menu li .menu-element {
        font-size: 14px; } }
    @media (max-width: 1180px) {
      .header__menu li .menu-element {
        padding: 12px 16px; } }
  .header__menu li.current-page-ancestor > a {
    background-color: #2B292A;
    color: #F7F7F8; }
  .header__menu li.menu-item-has-children.toggled > .has-dropdown a,
  .header__menu li.menu-item-has-children.toggled > a,
  .header__menu li.menu-item-has-children.toggled > .menu-element {
    background-color: #2B292A;
    color: #F7F7F8; }
  .header__menu li.menu-item-has-children.toggled > .mega-menu {
    opacity: 1;
    pointer-events: all;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }
  .header__menu li.menu-item-has-children.toggled > .child-column {
    opacity: 1;
    pointer-events: all;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }
    @media (max-width: 960px) {
      .header__menu li.menu-item-has-children.toggled > .child-column {
        position: relative;
        margin-top: 0; } }
  .header__menu li.current_page_item > .has-dropdown a:hover,
  .header__menu li.current_page_item > a:hover {
    background-color: #2B292A;
    color: #F7F7F8; }
  @media (min-width: 960px) {
    .header__menu li.current_page_item > .has-dropdown a,
    .header__menu li.current_page_item > a {
      background-color: #2B292A;
      color: #F7F7F8; } }

.header__menu .mega-menu {
  position: absolute;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 10px;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: opacity 0.65s cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 0.65s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: opacity 0.65s cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 0.65s cubic-bezier(0.25, 0.8, 0.25, 1);
  -o-transition: opacity 0.65s cubic-bezier(0.25, 0.8, 0.25, 1), transform 0.65s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: opacity 0.65s cubic-bezier(0.25, 0.8, 0.25, 1), transform 0.65s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: opacity 0.65s cubic-bezier(0.25, 0.8, 0.25, 1), transform 0.65s cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 0.65s cubic-bezier(0.25, 0.8, 0.25, 1); }

.header__menu .child-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 10px;
  width: 100%;
  position: absolute;
  left: 0;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: opacity 0.65s cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 0.65s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: opacity 0.65s cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 0.65s cubic-bezier(0.25, 0.8, 0.25, 1);
  -o-transition: opacity 0.65s cubic-bezier(0.25, 0.8, 0.25, 1), transform 0.65s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: opacity 0.65s cubic-bezier(0.25, 0.8, 0.25, 1), transform 0.65s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: opacity 0.65s cubic-bezier(0.25, 0.8, 0.25, 1), transform 0.65s cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 0.65s cubic-bezier(0.25, 0.8, 0.25, 1); }

@media (max-width: 960px) {
  .header__menu .dropdown-active .menu-item:not(.toggled) {
    display: none; } }

.header__menu .dropdown-active .toggled.active .menu-element {
  display: none; }

.header__menu .dropdown-active .toggled.active .child-column .menu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .header__menu .dropdown-active .toggled.active .child-column .menu-item .menu-element {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

.header__menu .dropdown-active .toggled.active .toggled .menu-element {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.header__menu .dropdown-active .active .mega-menu .menu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.header__menu .dropdown-active .active .mega-column.menu-item {
  display: none; }
  .header__menu .dropdown-active .active .mega-column.menu-item.toggled {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

.header__menu.active > .menu-item {
  display: none; }
  .header__menu.active > .menu-item.toggled {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

.header-tool.header__lang .lang-element, .header-tool.header__search {
  color: #2B292A;
  cursor: pointer;
  background-color: rgba(216, 216, 214, 0.65);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-right: 10px;
  border-radius: 8px;
  -webkit-transition: background-color .25s ease-in-out, color .25s ease-in-out;
  -o-transition: background-color .25s ease-in-out, color .25s ease-in-out;
  transition: background-color .25s ease-in-out, color .25s ease-in-out;
  width: 52px;
  height: 52px; }
  @media (max-width: 1180px) {
    .header-tool.header__lang .lang-element, .header-tool.header__search {
      width: 42px;
      height: 42px; } }
  .header-tool.header__lang .lang-element:hover, .header-tool.header__search:hover {
    background-color: #d8d8d6; }

.header-tool.header__search {
  margin-right: 0; }
  .header-tool.header__search:before {
    content: "";
    display: block;
    width: 16px;
    height: 3px;
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    background-color: #F7F7F8;
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
        -ms-transform: translate(-50%, -50%) rotate(90deg);
            transform: translate(-50%, -50%) rotate(90deg);
    -webkit-transition: opacity .35s ease-in-out, -webkit-transform .35s ease-in-out;
    transition: opacity .35s ease-in-out, -webkit-transform .35s ease-in-out;
    -o-transition: transform .35s ease-in-out, opacity .35s ease-in-out;
    transition: transform .35s ease-in-out, opacity .35s ease-in-out;
    transition: transform .35s ease-in-out, opacity .35s ease-in-out, -webkit-transform .35s ease-in-out;
    border-radius: 8px; }
  .header-tool.header__search:after {
    content: "";
    display: block;
    width: 16px;
    height: 3px;
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
        -ms-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
    -webkit-transition: opacity .35s ease-in-out, -webkit-transform .35s ease-in-out;
    transition: opacity .35s ease-in-out, -webkit-transform .35s ease-in-out;
    -o-transition: transform .35s ease-in-out, opacity .35s ease-in-out;
    transition: transform .35s ease-in-out, opacity .35s ease-in-out;
    transition: transform .35s ease-in-out, opacity .35s ease-in-out, -webkit-transform .35s ease-in-out;
    background-color: #F7F7F8;
    border-radius: 8px; }
  .header-tool.header__search img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: scale(1) translate(-50%, -50%);
        -ms-transform: scale(1) translate(-50%, -50%);
            transform: scale(1) translate(-50%, -50%);
    -webkit-transform-origin: center;
        -ms-transform-origin: center;
            transform-origin: center;
    -webkit-transition: opacity .35s ease-in-out, -webkit-transform .35s ease-in-out;
    transition: opacity .35s ease-in-out, -webkit-transform .35s ease-in-out;
    -o-transition: transform .35s ease-in-out, opacity .35s ease-in-out;
    transition: transform .35s ease-in-out, opacity .35s ease-in-out;
    transition: transform .35s ease-in-out, opacity .35s ease-in-out, -webkit-transform .35s ease-in-out; }

.header-search-wrap {
  position: fixed;
  top: 81px;
  z-index: 99999;
  left: 50%;
  -webkit-transform: translate(-50%, 10px);
      -ms-transform: translate(-50%, 10px);
          transform: translate(-50%, 10px);
  width: 500px;
  height: 52px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.65s cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 0.65s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: opacity 0.65s cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 0.65s cubic-bezier(0.25, 0.8, 0.25, 1);
  -o-transition: opacity 0.65s cubic-bezier(0.25, 0.8, 0.25, 1), transform 0.65s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: opacity 0.65s cubic-bezier(0.25, 0.8, 0.25, 1), transform 0.65s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: opacity 0.65s cubic-bezier(0.25, 0.8, 0.25, 1), transform 0.65s cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 0.65s cubic-bezier(0.25, 0.8, 0.25, 1); }
  @media (max-width: 1180px) {
    .header-search-wrap {
      top: 74px; } }
  .header-search-wrap form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative; }
    .header-search-wrap form input {
      width: 100%;
      height: 100%;
      padding: 16px 20px;
      font-size: 16px;
      background-color: rgba(216, 216, 214, 0.65);
      -webkit-backdrop-filter: blur(3px);
              backdrop-filter: blur(3px);
      display: inline-block;
      border-radius: 8px;
      border: 0;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      width: 100%;
      z-index: 1;
      -webkit-transition: background-color .25s ease-in-out;
      -o-transition: background-color .25s ease-in-out;
      transition: background-color .25s ease-in-out; }
      @media (max-width: 1440px) {
        .header-search-wrap form input {
          font-size: 14px; } }
      @media (max-width: 1180px) {
        .header-search-wrap form input {
          padding: 12px 16px; } }
      .header-search-wrap form input:focus {
        background-color: #d8d8d6;
        outline: 0; }
    .header-search-wrap form button {
      color: #2B292A;
      cursor: pointer;
      padding: 16px 20px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -ms-flex-preferred-size: 52px;
          flex-basis: 52px;
      width: 52px;
      height: 52px;
      border-radius: 8px;
      border: 0;
      -webkit-transition: background-color .25s ease-in-out, color .25s ease-in-out;
      -o-transition: background-color .25s ease-in-out, color .25s ease-in-out;
      transition: background-color .25s ease-in-out, color .25s ease-in-out;
      position: absolute;
      top: 0;
      right: 0;
      z-index: 2; }
      .header-search-wrap form button:hover {
        background-color: #d8d8d6; }

#mob-header {
  position: fixed;
  top: 20px;
  left: 20px;
  width: calc(100% - 40px);
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 9999;
  display: none; }
  #mob-header .header-tool {
    width: 52px;
    height: 52px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    background-color: rgba(255, 255, 255, 0.3);
    -webkit-backdrop-filter: blur(20px);
            backdrop-filter: blur(20px);
    border-radius: 8px;
    cursor: pointer;
    -webkit-transition: background-color .35s ease-in-out;
    -o-transition: background-color .35s ease-in-out;
    transition: background-color .35s ease-in-out; }
    #mob-header .header-tool:hover {
      background-color: rgba(255, 255, 255, 0.4); }
    #mob-header .header-tool.menu-btn:before {
      content: "";
      display: block;
      width: 16px;
      height: 3px;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      background-color: #2B292A;
      margin-top: 4px;
      border-radius: 8px; }
    #mob-header .header-tool.menu-btn:after {
      content: "";
      display: block;
      width: 16px;
      height: 3px;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      background-color: #2B292A;
      margin-top: -4px;
      border-radius: 8px; }
    #mob-header .header-tool.mob-lang {
      display: none; }
      #mob-header .header-tool.mob-lang a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        width: 100%;
        height: 100%; }
    #mob-header .header-tool.mob-search.active img {
      opacity: 0; }
    #mob-header .header-tool.mob-search.active:before {
      content: "";
      display: block;
      width: 16px;
      height: 3px;
      position: absolute;
      top: 50%;
      left: 50%;
      background-color: #2B292A;
      -webkit-transform: translate(-50%, -50%) rotate(45deg);
          -ms-transform: translate(-50%, -50%) rotate(45deg);
              transform: translate(-50%, -50%) rotate(45deg);
      border-radius: 8px; }
    #mob-header .header-tool.mob-search.active:after {
      content: "";
      display: block;
      width: 16px;
      height: 3px;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          -ms-transform: translate(-50%, -50%) rotate(-45deg);
              transform: translate(-50%, -50%) rotate(-45deg);
      background-color: #2B292A;
      border-radius: 8px; }
  #mob-header .mob-header-logo {
    -webkit-transition: opacity .65s ease-in-out;
    -o-transition: opacity .65s ease-in-out;
    transition: opacity .65s ease-in-out;
    opacity: 1; }
    #mob-header .mob-header-logo img {
      max-height: 46px; }
  @media (max-width: 960px) {
    #mob-header {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }

.mob-menu {
  display: none;
  position: fixed;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 999;
  background-color: rgba(255, 255, 255, 0.3);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  border-radius: 8px;
  opacity: 0;
  -webkit-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
  pointer-events: none;
  padding: 10px;
  width: 100%; }
  .mob-menu ul {
    padding: 0; }
    .mob-menu ul li.menu-item {
      display: none; }
    .mob-menu ul li .back-button {
      display: none; }
    .mob-menu ul li.toggled {
      width: 100%;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
      .mob-menu ul li.toggled ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; }
      .mob-menu ul li.toggled > .menu-element {
        background-color: #2B292A;
        color: #F7F7F8;
        margin-left: 62px;
        position: relative; }
        .mob-menu ul li.toggled > .menu-element .back-button {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          border-radius: 8px;
          background-color: rgba(255, 255, 255, 0.3);
          -webkit-backdrop-filter: blur(20px);
                  backdrop-filter: blur(20px);
          margin-right: 10px;
          position: absolute;
          left: -62px;
          top: 0;
          width: 52px;
          height: 52px; }
          .mob-menu ul li.toggled > .menu-element .back-button img {
            position: relative;
            -webkit-transform: rotate(-180deg);
                -ms-transform: rotate(-180deg);
                    transform: rotate(-180deg); }
      .mob-menu ul li.toggled > .mega-menu {
        position: relative;
        display: block;
        margin-top: 0; }
        .mob-menu ul li.toggled > .mega-menu li.menu-item {
          display: block; }
    .mob-menu ul .menu-element {
      cursor: pointer; }
      @media (max-width: 960px) {
        .mob-menu ul .menu-element {
          font-size: 16px;
          padding: 16px 20px;
          background-color: rgba(255, 255, 255, 0.3);
          -webkit-backdrop-filter: blur(20px);
                  backdrop-filter: blur(20px);
          border-radius: 8px;
          margin-bottom: 10px; } }
    .mob-menu ul.mob-menu-wrap {
      margin: 0;
      margin-top: 62px;
      padding: 10px;
      width: 100%;
      overflow: scroll;
      height: calc(100% - 62px);
      scrollbar-width: none;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
      .mob-menu ul.mob-menu-wrap > li.menu-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
  .mob-menu .menu-color {
    display: block;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    position: relative;
    top: 2px;
    margin-right: 8px;
    margin-left: -4px; }
  @media (max-width: 960px) {
    .mob-menu {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }

html.mob-toggled .mob-menu {
  opacity: 1;
  pointer-events: all; }

html.mob-toggled #mob-header .mob-header-logo {
  opacity: 0; }

html.mob-toggled #mob-header .header-tool.menu-btn:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  margin-top: 0; }

html.mob-toggled #mob-header .header-tool.menu-btn:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
  margin-top: 0; }

html.mob-toggled #mob-header .header-tool.mob-search {
  display: none; }

html.mob-toggled #mob-header .header-tool.mob-lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

html.search-toggled .header-tool.header__search {
  background-color: #2B292A; }
  html.search-toggled .header-tool.header__search img {
    opacity: 0;
    -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
            transform: scale(0.8); }
  html.search-toggled .header-tool.header__search:before {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
        -ms-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg); }
  html.search-toggled .header-tool.header__search:after {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
        -ms-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg); }

html.search-toggled .header-search-wrap {
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  pointer-events: all;
  opacity: 1; }
  @media (max-width: 960px) {
    html.search-toggled .header-search-wrap {
      display: none; } }

html.search-toggled .header__menu li.menu-item-has-children.toggled > .mega-menu {
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
          transform: translateY(10px); }

.mob-search-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 72px;
  left: 0;
  z-index: 999;
  border-radius: 8px;
  opacity: 0;
  -webkit-transition: opacity 0.65s cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 0.65s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: opacity 0.65s cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 0.65s cubic-bezier(0.25, 0.8, 0.25, 1);
  -o-transition: opacity 0.65s cubic-bezier(0.25, 0.8, 0.25, 1), transform 0.65s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: opacity 0.65s cubic-bezier(0.25, 0.8, 0.25, 1), transform 0.65s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: opacity 0.65s cubic-bezier(0.25, 0.8, 0.25, 1), transform 0.65s cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 0.65s cubic-bezier(0.25, 0.8, 0.25, 1);
  -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
          transform: translateY(10px);
  pointer-events: none;
  padding: 10px;
  width: 100%; }
  @media (min-width: 961px) {
    .mob-search-wrap.active {
      opacity: 0;
      pointer-events: none; } }
  @media (max-width: 960px) {
    .mob-search-wrap.active {
      -webkit-transform: translateY(0px);
          -ms-transform: translateY(0px);
              transform: translateY(0px);
      opacity: 1;
      pointer-events: all; } }
  .mob-search-wrap .search-form-wrap {
    max-width: calc(100% - 20px);
    margin: auto;
    width: 100%; }
    .mob-search-wrap .search-form-wrap form {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      width: 100%;
      position: relative; }
      .mob-search-wrap .search-form-wrap form input {
        height: 52px;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        width: 100%;
        border: 0;
        border-radius: 8px;
        padding: 0 15px;
        background-color: rgba(255, 255, 255, 0.3);
        -webkit-backdrop-filter: blur(20px);
                backdrop-filter: blur(20px);
        z-index: 1; }
        .mob-search-wrap .search-form-wrap form input:focus {
          outline: 0; }
        .mob-search-wrap .search-form-wrap form input::-webkit-input-placeholder {
          color: #2B292A;
          opacity: .5; }
        .mob-search-wrap .search-form-wrap form input::-ms-input-placeholder {
          color: #2B292A;
          opacity: .5; }
        .mob-search-wrap .search-form-wrap form input::placeholder {
          color: #2B292A;
          opacity: .5; }
      .mob-search-wrap .search-form-wrap form button {
        cursor: pointer;
        -ms-flex-preferred-size: 52px;
            flex-basis: 52px;
        width: 52px;
        height: 52px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        border: 0;
        outline: 0;
        border-radius: 8px;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 2; }

#footer {
  background-color: #2B292A;
  padding: 10px 10px 0;
  max-width: calc(100% - 20px);
  margin: 0 10px 0;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  position: relative;
  height: 85vh;
  overflow: hidden; }
  @media (max-width: 960px) {
    #footer {
      height: auto;
      overflow: hidden; } }
  @media (max-width: 960px) {
    #footer > .flex-container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }

.footer-logo {
  position: absolute;
  bottom: -30%;
  opacity: .1;
  text-align: center;
  pointer-events: none;
  width: 100%;
  max-width: 90%;
  left: 5%; }
  @media (max-width: 960px) {
    .footer-logo {
      bottom: -3.5%;
      max-width: 50%;
      left: 25%; } }
  @media (max-width: 800px) {
    .footer-logo {
      max-width: 80%;
      left: 10%; } }
  .footer-logo img {
    width: 100%; }

.footer-contact-col {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media (max-width: 960px) {
    .footer-contact-col {
      width: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%; } }
  .footer-contact-col .column {
    -ms-flex-preferred-size: 33.33%;
        flex-basis: 33.33%;
    width: 33.33%;
    padding-right: 20px; }
    @media (max-width: 960px) {
      .footer-contact-col .column {
        width: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        margin-bottom: 10px; } }
    .footer-contact-col .column .location-wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      margin-bottom: 25px; }
      .footer-contact-col .column .location-wrap .location-title {
        color: #919091;
        text-transform: uppercase;
        margin-bottom: 25px;
        line-height: 1; }
      .footer-contact-col .column .location-wrap .contact-info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
        .footer-contact-col .column .location-wrap .contact-info .address {
          color: #fff;
          display: block; }
        .footer-contact-col .column .location-wrap .contact-info a {
          color: #F7F7F8; }
          .footer-contact-col .column .location-wrap .contact-info a:hover {
            text-decoration: underline; }
          .footer-contact-col .column .location-wrap .contact-info a span {
            color: #919091;
            margin-right: 5px;
            display: inline-block; }

.footer-menu-col {
  -ms-flex-preferred-size: 16.66%;
      flex-basis: 16.66%;
  width: 16.66%;
  margin-left: 33.34%; }
  @media (max-width: 960px) {
    .footer-menu-col {
      margin-left: 0;
      width: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%; } }
  .footer-menu-col li a {
    color: #fff; }

.footer-menu-wrap {
  margin-bottom: 25px; }
  .footer-menu-wrap h5 {
    color: #919091;
    text-transform: uppercase;
    margin-bottom: 25px;
    margin-top: 0;
    font-size: 16px;
    line-height: 1.1; }
    @media (max-width: 1440px) {
      .footer-menu-wrap h5 {
        font-size: 14px; } }
  .footer-menu-wrap ul {
    padding: 0;
    margin: 0; }
    .footer-menu-wrap ul li {
      list-style: none; }
      .footer-menu-wrap ul li.extra-margin {
        margin-top: 25px; }
      .footer-menu-wrap ul li a {
        color: #fff; }
        .footer-menu-wrap ul li a:hover {
          text-decoration: underline; }

.footer-bottom {
  position: absolute;
  width: calc(100% - 20px);
  left: 10px;
  bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media (max-width: 960px) {
    .footer-bottom {
      position: relative;
      left: 0;
      width: calc(100% - 10px);
      margin-top: 35px;
      padding-bottom: 10%; } }
  .footer-bottom .footer-copyrights,
  .footer-bottom .footer-signature {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    width: 50%; }
  .footer-bottom .footer-signature {
    text-align: right; }
    .footer-bottom .footer-signature a {
      -webkit-transition: color .25s ease-in-out;
      -o-transition: color .25s ease-in-out;
      transition: color .25s ease-in-out; }
      .footer-bottom .footer-signature a:hover {
        color: #fff; }
  .footer-bottom span, .footer-bottom a {
    color: #919091;
    text-transform: uppercase;
    font-size: 12px; }

.category-list {
  padding: 10px; }
  @media (max-width: 960px) {
    .category-list .swiper-pagination {
      bottom: 50px; } }
  @media (min-width: 960px) {
    .category-list .swiper-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  @media (max-width: 960px) {
    .category-list .swiper-wrapper {
      padding-bottom: 120px; } }
  .category-list .swiper-wrapper .swiper-slide {
    -ms-flex-preferred-size: calc(16.66% - 8.33px);
        flex-basis: calc(16.66% - 8.33px);
    width: calc(16.66% - 8.33px);
    margin-right: 10px;
    height: auto; }
    @media (max-width: 960px) {
      .category-list .swiper-wrapper .swiper-slide {
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
        width: 50%;
        margin-right: 0; } }
    .category-list .swiper-wrapper .swiper-slide:nth-child(6n+6) {
      margin-right: 0; }
      @media (max-width: 960px) {
        .category-list .swiper-wrapper .swiper-slide:nth-child(6n+6) {
          margin-right: 10px; } }

.category-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%; }
  .category-box .image-wrap {
    background-color: #E0E1D9;
    padding-bottom: 175%;
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    overflow: hidden; }
    @media (max-width: 1180px) {
      .category-box .image-wrap {
        padding-bottom: 160%; } }
    @media (max-width: 960px) {
      .category-box .image-wrap {
        padding-bottom: 120%; } }
    @media (max-width: 768px) {
      .category-box .image-wrap {
        padding-bottom: 140%; } }
    .category-box .image-wrap img {
      width: 100%;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      -o-object-fit: cover;
         object-fit: cover;
      height: 110%; }
  .category-box .title {
    font-size: 20px;
    display: block;
    margin-bottom: 20px;
    margin-top: 20px;
    line-height: 1.1; }
    @media (max-width: 1366px) {
      .category-box .title {
        margin-top: 15px;
        margin-bottom: 10px; } }
    @media (max-width: 1180px) {
      .category-box .title {
        margin-top: 10px; } }
  .category-box .content {
    font-size: 16px;
    margin-top: auto; }
    @media (max-width: 1440px) {
      .category-box .content {
        font-size: 14px; } }
  .category-box .site-btn, .category-box .form-btn button, .form-btn .category-box button {
    margin-top: 50px;
    margin-right: auto;
    margin-left: 0; }
    @media (max-width: 1440px) {
      .category-box .site-btn, .category-box .form-btn button, .form-btn .category-box button {
        margin-top: 35px; } }
    @media (max-width: 1180px) {
      .category-box .site-btn, .category-box .form-btn button, .form-btn .category-box button {
        margin-top: 20px; } }

.product-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-preferred-size: calc(25% - 7.5px);
      flex-basis: calc(25% - 7.5px);
  width: calc(25% - 7.5px);
  margin-right: 10px; }
  @media (max-width: 960px) {
    .product-box {
      -ms-flex-preferred-size: calc(50% - 5px);
          flex-basis: calc(50% - 5px);
      width: calc(50% - 5px);
      margin-right: 10px;
      margin-bottom: 10px; } }
  .product-box:nth-child(4n+4) {
    margin-right: 0; }
    @media (max-width: 960px) {
      .product-box:nth-child(4n+4) {
        margin-right: 10px; } }
  @media (max-width: 960px) {
    .product-box:nth-child(2n+2) {
      margin-right: 0; } }
  .product-box .image-wrap {
    background-color: #EEEFE9;
    height: 60vh;
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative; }
    @media (max-width: 1366px) {
      .product-box .image-wrap {
        height: 50vh; } }
    @media (max-width: 1280px) {
      .product-box .image-wrap {
        height: 45vh; } }
    @media (max-width: 960px) {
      .product-box .image-wrap {
        height: 60vh; } }
    @media (max-width: 768px) {
      .product-box .image-wrap {
        height: 35vh; } }
    .product-box .image-wrap img {
      max-width: 60%;
      position: relative;
      z-index: 2; }
    .product-box .image-wrap .color-background {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      opacity: 0;
      border-radius: 8px;
      -webkit-transition: opacity .25s ease-in-out;
      -o-transition: opacity .25s ease-in-out;
      transition: opacity .25s ease-in-out;
      z-index: 1; }
  .product-box .content-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: 20px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
    @media (max-width: 1280px) {
      .product-box .content-wrap {
        padding-top: 10px; } }
    .product-box .content-wrap .title {
      text-transform: uppercase;
      font-size: 20px;
      display: block;
      margin-bottom: 20px; }
      @media (max-width: 1180px) {
        .product-box .content-wrap .title {
          margin-bottom: 10px; } }
    .product-box .content-wrap .content {
      font-size: 16px;
      max-width: 65%;
      margin-bottom: 35px; }
      @media (max-width: 1440px) {
        .product-box .content-wrap .content {
          font-size: 14px;
          max-width: 80%; } }
      @media (max-width: 1280px) {
        .product-box .content-wrap .content {
          max-width: 100%; } }
    .product-box .content-wrap .site-btn, .product-box .content-wrap .form-btn button, .form-btn .product-box .content-wrap button {
      margin-top: auto; }
  .product-box:hover .image-wrap .color-background {
    opacity: 1; }

.archive-hero .media-col {
  -ms-flex-preferred-size: calc( 45.83% - 10px);
      flex-basis: calc( 45.83% - 10px);
  width: calc( 45.83% - 10px);
  margin-right: 10px;
  border-radius: 8px;
  overflow: hidden;
  position: relative; }
  @media (max-width: 960px) {
    .archive-hero .media-col {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      width: 100%;
      margin-right: 0;
      margin-bottom: 10px; } }
  @media (max-width: 768px) {
    .archive-hero .media-col {
      height: calc(50vh - 80px); } }
  .archive-hero .media-col .breadcrumbs {
    position: absolute;
    bottom: 10px;
    left: 10px;
    width: calc(100% - 20px); }
    .archive-hero .media-col .breadcrumbs span, .archive-hero .media-col .breadcrumbs a {
      color: #F7F7F8;
      font-size: 12px;
      display: inline-block; }
    .archive-hero .media-col .breadcrumbs a {
      position: relative; }
      .archive-hero .media-col .breadcrumbs a:after {
        content: "";
        display: inline-block;
        height: 3px;
        width: 3px;
        border-radius: 100%;
        background-color: #F7F7F8;
        margin-left: 5px;
        position: relative;
        top: -2px; }

.archive-hero .colors-col {
  -ms-flex-preferred-size: 8.34%;
      flex-basis: 8.34%;
  width: 8.34%;
  margin-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media (max-width: 960px) {
    .archive-hero .colors-col {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      width: 100%;
      margin-right: 0;
      margin-bottom: 10px;
      -webkit-box-orient: unset;
      -webkit-box-direction: unset;
          -ms-flex-direction: unset;
              flex-direction: unset; } }
  @media (max-width: 768px) {
    .archive-hero .colors-col {
      overflow-x: scroll;
      scrollbar-width: none; } }
  @media (max-width: 768px) {
    .archive-hero .colors-col .color-box {
      -ms-flex-preferred-size: calc(33.33% - 6.66px);
          flex-basis: calc(33.33% - 6.66px);
      width: calc(33.33% - 6.66px);
      margin-right: 10px;
      -ms-flex-negative: 0;
          flex-shrink: 0; } }
  @media (max-width: 768px) {
    .archive-hero .colors-col .color-box:last-child {
      margin-right: 0; } }
  .archive-hero .colors-col .color-box:nth-child(1) {
    -webkit-box-flex: 5;
        -ms-flex-positive: 5;
            flex-grow: 5;
    margin-bottom: 10px; }
    @media (max-width: 960px) {
      .archive-hero .colors-col .color-box:nth-child(1) {
        margin-bottom: 0; } }
    @media (max-width: 768px) {
      .archive-hero .colors-col .color-box:nth-child(1) {
        -webkit-box-flex: unset;
            -ms-flex-positive: unset;
                flex-grow: unset; } }
  .archive-hero .colors-col .color-box:nth-child(2) {
    -webkit-box-flex: 3;
        -ms-flex-positive: 3;
            flex-grow: 3;
    margin-bottom: 10px; }
    @media (max-width: 960px) {
      .archive-hero .colors-col .color-box:nth-child(2) {
        margin-bottom: 0; } }
    @media (max-width: 768px) {
      .archive-hero .colors-col .color-box:nth-child(2) {
        -webkit-box-flex: unset;
            -ms-flex-positive: unset;
                flex-grow: unset; } }
  .archive-hero .colors-col .color-box:nth-child(3) {
    -webkit-box-flex: 2;
        -ms-flex-positive: 2;
            flex-grow: 2; }
    @media (max-width: 768px) {
      .archive-hero .colors-col .color-box:nth-child(3) {
        -webkit-box-flex: unset;
            -ms-flex-positive: unset;
                flex-grow: unset; } }

.archive-hero .content-col {
  border-radius: 8px;
  -ms-flex-preferred-size: calc( 45.83% - 10px);
      flex-basis: calc( 45.83% - 10px);
  width: calc( 45.83% - 10px); }
  @media (max-width: 960px) {
    .archive-hero .content-col {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      width: 100%;
      padding: 7.5% 10px; } }
  @media (max-width: 768px) {
    .archive-hero .content-col {
      padding: 10px;
      height: calc(50vh - 80px); } }
  .archive-hero .content-col .full-height {
    border-radius: 8px;
    padding: 10px;
    margin-bottom: 10px; }
    .archive-hero .content-col .full-height:last-child {
      margin-bottom: 0; }
  .archive-hero .content-col .content-wrap {
    max-width: 80%;
    margin: auto;
    text-align: center; }
    .archive-hero .content-col .content-wrap h1 {
      margin: 10px 0; }
      @media (max-width: 1180px) {
        .archive-hero .content-col .content-wrap h1 {
          margin: 20px 0; } }
    .archive-hero .content-col .content-wrap span {
      font-size: 16px;
      display: block;
      max-width: 80%;
      margin: 0 10%;
      line-height: 1.32; }
      @media (max-width: 1440px) {
        .archive-hero .content-col .content-wrap span {
          font-size: 14px; } }
      @media (max-width: 1180px) {
        .archive-hero .content-col .content-wrap span {
          max-width: 100%;
          margin: 0; } }
      .archive-hero .content-col .content-wrap span.pretitle {
        max-width: 50%;
        margin: 0 25% 40px; }
        @media (max-width: 1180px) {
          .archive-hero .content-col .content-wrap span.pretitle {
            max-width: 100%;
            margin: 0 0 10px; } }
      .archive-hero .content-col .content-wrap span.subtitle {
        font-size: 16px;
        margin-top: 40px; }
        @media (max-width: 1440px) {
          .archive-hero .content-col .content-wrap span.subtitle {
            font-size: 14px; } }
        @media (max-width: 1180px) {
          .archive-hero .content-col .content-wrap span.subtitle {
            margin-top: 20px; } }

@media (max-width: 960px) {
  .archive-hero .flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; } }

@media (max-width: 768px) {
  .archive-hero .flex-container {
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
        -ms-flex-direction: unset;
            flex-direction: unset; } }

.content-columns .column-item {
  -ms-flex-preferred-size: calc(25% - 7.5px);
      flex-basis: calc(25% - 7.5px);
  width: calc(25% - 7.5px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: 10px;
  border-radius: 8px;
  padding: 25px 20px; }
  @media (max-width: 1280px) {
    .content-columns .column-item {
      padding: 15px 10px; } }
  @media (max-width: 960px) {
    .content-columns .column-item {
      -ms-flex-preferred-size: calc(50% - 5px);
          flex-basis: calc(50% - 5px);
      width: calc(50% - 5px);
      margin-right: 10px;
      margin-bottom: 10px; } }
  @media (max-width: 768px) {
    .content-columns .column-item {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      width: 100%;
      margin-right: 0;
      margin-bottom: 10px; } }
  .content-columns .column-item:nth-child(4n+4) {
    margin-right: 0; }
    @media (max-width: 960px) {
      .content-columns .column-item:nth-child(4n+4) {
        margin-right: 10px; } }
    @media (max-width: 768px) {
      .content-columns .column-item:nth-child(4n+4) {
        margin-right: 0; } }
  @media (max-width: 960px) {
    .content-columns .column-item:nth-child(2n+2) {
      margin-right: 0; } }
  @media (max-width: 960px) {
    .content-columns .column-item:nth-child(3), .content-columns .column-item:nth-child(4) {
      margin-bottom: 0; } }
  @media (max-width: 768px) {
    .content-columns .column-item:nth-child(3) {
      margin-bottom: 10px; } }
  @media (max-width: 768px) {
    .content-columns .column-item:last-child {
      margin-right: 0;
      margin-bottom: 0; } }
  .content-columns .column-item .title-wrap {
    font-size: 20px;
    margin-bottom: 25%; }
  .content-columns .column-item .text-wrap {
    margin-top: auto; }
    @media (max-width: 1440px) {
      .content-columns .column-item .text-wrap {
        font-size: 14px; } }
    @media (max-width: 768px) {
      .content-columns .column-item .text-wrap {
        font-size: 16px; } }
    .content-columns .column-item .text-wrap p {
      margin: 0; }
  .content-columns .column-item.image-col {
    padding: 0;
    position: relative; }
    @media (max-width: 768px) {
      .content-columns .column-item.image-col {
        margin-bottom: 50px; } }
    @media (max-width: 768px) {
      .content-columns .column-item.image-col:last-child {
        margin-bottom: 0; } }
    .content-columns .column-item.image-col .image-wrap {
      padding-bottom: 115%;
      margin-bottom: 10px;
      position: relative;
      overflow: hidden;
      border-radius: 8px; }
    .content-columns .column-item.image-col .image-box {
      background-size: cover;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      height: 100%;
      width: 100%; }
    .content-columns .column-item.image-col .col-title {
      font-size: 20px;
      margin-bottom: 10px; }
    .content-columns .column-item.image-col .col-text {
      max-width: 80%;
      margin: 0 20% 50px 0; }
      @media (max-width: 1440px) {
        .content-columns .column-item.image-col .col-text {
          font-size: 14px;
          max-width: 90%;
          margin: 0 10% 50px 0; } }
      @media (max-width: 1180px) {
        .content-columns .column-item.image-col .col-text {
          max-width: 100%;
          margin: 0 0 25px 0; } }
      @media (max-width: 768px) {
        .content-columns .column-item.image-col .col-text {
          font-size: 16px; } }
    .content-columns .column-item.image-col .colors-wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin-top: auto; }
      @media (max-width: 768px) {
        .content-columns .column-item.image-col .colors-wrap {
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap;
          overflow-x: scroll;
          scrollbar-width: none; } }
      .content-columns .column-item.image-col .colors-wrap .color-box {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        padding-bottom: 8.33%;
        position: relative;
        -webkit-transform: translateX(var(--translateX, -100%));
            -ms-transform: translateX(var(--translateX, -100%));
                transform: translateX(var(--translateX, -100%));
        -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
        transition: -webkit-transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
        -o-transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
        transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
        transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 0.5s cubic-bezier(0.16, 1, 0.3, 1); }
        @media (max-width: 768px) {
          .content-columns .column-item.image-col .colors-wrap .color-box {
            -ms-flex-preferred-size: 33.33%;
                flex-basis: 33.33%;
            width: 33.33%;
            -ms-flex-negative: 0;
                flex-shrink: 0; } }
        .content-columns .column-item.image-col .colors-wrap .color-box.show-detail {
          -webkit-transform: translateX(0);
              -ms-transform: translateX(0);
                  transform: translateX(0); }
        .content-columns .column-item.image-col .colors-wrap .color-box:first-child {
          -ms-flex-preferred-size: 24%;
              flex-basis: 24%;
          width: 24%;
          -webkit-transform: translateX(0);
              -ms-transform: translateX(0);
                  transform: translateX(0);
          z-index: 10; }
          @media (max-width: 1440px) {
            .content-columns .column-item.image-col .colors-wrap .color-box:first-child {
              -ms-flex-preferred-size: 16.5%;
                  flex-basis: 16.5%;
              width: 16.5%; } }
          @media (max-width: 1180px) {
            .content-columns .column-item.image-col .colors-wrap .color-box:first-child {
              -ms-flex-preferred-size: 25%;
                  flex-basis: 25%;
              width: 25%; } }
          @media (max-width: 768px) {
            .content-columns .column-item.image-col .colors-wrap .color-box:first-child {
              -ms-flex-preferred-size: 33.33%;
                  flex-basis: 33.33%;
              width: 33.33%; } }

.detail-point {
  position: absolute;
  z-index: 9; }
  .detail-point .detail-circle {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 2px solid #fff;
    position: relative;
    z-index: 2; }
  .detail-point .detail-color {
    display: none;
    padding: 8px;
    border-radius: 8px;
    width: 90px;
    height: 90px;
    font-size: 10px;
    position: relative;
    left: 8px;
    top: -8px;
    border: 2px solid #fff;
    z-index: 1;
    line-height: 1.2;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media (max-width: 960px) {
      .detail-point .detail-color {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
    @media (max-width: 768px) {
      .detail-point .detail-color span {
        font-size: 12px; } }
    .detail-point .detail-color > span:first-child {
      margin-top: auto; }
    .detail-point .detail-color.dark span {
      color: #2B292A; }
    .detail-point .detail-color.light span {
      color: #F7F7F8; }
  .detail-point:hover .detail-color {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .detail-point.align-left .detail-color {
    left: -82px;
    text-align: right; }
  .detail-point.align-bottom .detail-color {
    top: -98px; }

.expandable-charts .color-category {
  margin-bottom: 30px; }
  .expandable-charts .color-category h2 {
    font-size: 20px;
    margin: 0 0 10px; }
  .expandable-charts .color-category .colors {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow-x: auto;
    max-width: 100%;
    scrollbar-width: none;
    scroll-behavior: auto;
    -ms-touch-action: pan-x;
        touch-action: pan-x;
    overscroll-behavior-x: contain; }
    @media (max-width: 768px) {
      .expandable-charts .color-category .colors {
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        overflow-x: scroll;
        scrollbar-width: none; } }
    .expandable-charts .color-category .colors .color-box {
      -ms-flex-preferred-size: 8.33%;
          flex-basis: 8.33%;
      width: 8.33%;
      padding-bottom: 8.33%;
      position: relative;
      -webkit-transform: translateX(var(--translateX, -100%));
          -ms-transform: translateX(var(--translateX, -100%));
              transform: translateX(var(--translateX, -100%));
      -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
      transition: -webkit-transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
      -o-transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
      transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
      transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
      -ms-flex-negative: 0;
          flex-shrink: 0; }
      @media (max-width: 768px) {
        .expandable-charts .color-category .colors .color-box {
          -webkit-box-flex: 0;
              -ms-flex: 0;
                  flex: 0;
          -ms-flex-preferred-size: 33.33%;
              flex-basis: 33.33%;
          width: 33.33%;
          -ms-flex-negative: 0;
              flex-shrink: 0; } }
      .expandable-charts .color-category .colors .color-box.show-detail {
        -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
                transform: translateX(0); }
      .expandable-charts .color-category .colors .color-box:first-child {
        -ms-flex-preferred-size: 24%;
            flex-basis: 24%;
        width: 24%;
        -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
                transform: translateX(0);
        z-index: 10; }
        @media (max-width: 768px) {
          .expandable-charts .color-category .colors .color-box:first-child {
            -webkit-box-flex: 0;
                -ms-flex: 0;
                    flex: 0;
            -ms-flex-preferred-size: 33.33%;
                flex-basis: 33.33%;
            width: 33.33%;
            -ms-flex-negative: 0;
                flex-shrink: 0; } }

.expandable-charts.two-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .expandable-charts.two-columns .color-category {
    -ms-flex-preferred-size: calc(50% - 5px);
        flex-basis: calc(50% - 5px);
    width: calc(50% - 5px);
    margin-right: 10px;
    margin-bottom: 20px; }
    @media (max-width: 960px) {
      .expandable-charts.two-columns .color-category {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px; } }
    .expandable-charts.two-columns .color-category .colors {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      overflow-x: auto;
      max-width: 100%;
      scrollbar-width: none;
      scroll-behavior: auto;
      -webkit-overflow-scrolling: touch;
      -ms-touch-action: pan-x;
          touch-action: pan-x;
      overscroll-behavior-x: contain; }
      .expandable-charts.two-columns .color-category .colors .color-box {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 13.5%;
                flex: 0 0 13.5%;
        width: 13.5%;
        padding-bottom: 13.5%; }
        @media (max-width: 768px) {
          .expandable-charts.two-columns .color-category .colors .color-box {
            -webkit-box-flex: 0;
                -ms-flex: 0 0 33.33%;
                    flex: 0 0 33.33%;
            width: 33.33%;
            padding-bottom: 0; } }
        .expandable-charts.two-columns .color-category .colors .color-box:first-child {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 45%;
                  flex: 0 0 45%;
          width: 45%; }
          @media (max-width: 768px) {
            .expandable-charts.two-columns .color-category .colors .color-box:first-child {
              -webkit-box-flex: 0;
                  -ms-flex: 0 0 33.33%;
                      flex: 0 0 33.33%;
              width: 33.33%;
              padding-bottom: 0; } }
    .expandable-charts.two-columns .color-category:nth-child(2n+2) {
      margin-right: 0; }

.extra-content .flex-row {
  margin: 10px 0; }
  .extra-content .flex-row:last-child {
    margin-bottom: 0; }

.extra-content .image-text-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .extra-content .image-text-row .col-wrap {
    -ms-flex-preferred-size: calc(50% - 5px);
        flex-basis: calc(50% - 5px);
    width: calc(50% - 5px); }
    @media (max-width: 768px) {
      .extra-content .image-text-row .col-wrap {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        width: 100%; } }
  .extra-content .image-text-row .image-col {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    padding-bottom: 35%;
    margin-right: 10px; }
    @media (max-width: 768px) {
      .extra-content .image-text-row .image-col {
        margin-bottom: 10px;
        padding-bottom: 75%;
        margin-right: 0; } }
    .extra-content .image-text-row .image-col .image {
      background-size: cover;
      background-position: center;
      height: 110%;
      position: absolute;
      border-radius: 0;
      width: 100%;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
  .extra-content .image-text-row .content-col {
    border-radius: 8px;
    padding: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 768px) {
      .extra-content .image-text-row .content-col {
        padding: 50px 25px; } }
    .extra-content .image-text-row .content-col .content-wrap {
      font-size: 20px;
      text-align: center;
      max-width: 70%;
      margin: auto; }
      @media (max-width: 1280px) {
        .extra-content .image-text-row .content-col .content-wrap {
          max-width: 80%; } }
      @media (max-width: 768px) {
        .extra-content .image-text-row .content-col .content-wrap {
          max-width: 100%; } }
    .extra-content .image-text-row .content-col p {
      font-size: 20px; }
      @media (max-width: 1280px) {
        .extra-content .image-text-row .content-col p {
          font-size: 16px; } }
  .extra-content .image-text-row.reverse .image-col {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-left: 10px;
    margin-right: 0; }
    @media (max-width: 768px) {
      .extra-content .image-text-row.reverse .image-col {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        margin-left: 0;
        margin-bottom: 10px; } }
  @media (max-width: 768px) {
    .extra-content .image-text-row.reverse .content-col {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; } }

.large-image-row {
  overflow: hidden;
  height: calc(100vh - 20px);
  overflow: hidden;
  border-radius: 8px;
  position: relative; }
  .large-image-row .large-image {
    background-size: cover;
    background-position: center;
    height: 100%;
    position: absolute;
    border-radius: 0;
    width: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  .large-image-row.has-points {
    height: auto; }

.calculator-step {
  display: none; }
  .calculator-step.active {
    display: block; }
  .calculator-step .calculator-section-title {
    text-align: center;
    margin-bottom: 65px; }
  .calculator-step .step-section {
    padding: 65px 10px;
    border-radius: 8px;
    margin-bottom: 10px; }
    .calculator-step .step-section:last-child {
      margin-bottom: 0; }
  .calculator-step.step-two .product-list {
    padding: 0; }
  .calculator-step.step-two .product-box .site-btn, .calculator-step.step-two .product-box .form-btn button, .form-btn .calculator-step.step-two .product-box button {
    display: none; }
  .calculator-step.step-two, .calculator-step.step-three {
    padding: 65px 10px;
    margin-top: 10px;
    border-radius: 8px; }

.step-categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (max-width: 960px) {
    .step-categories {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; } }
  .step-categories .category-option {
    -ms-flex-preferred-size: calc(20% - 8px);
        flex-basis: calc(20% - 8px);
    width: calc(20% - 8px);
    margin-right: 10px;
    cursor: pointer; }
    @media (max-width: 960px) {
      .step-categories .category-option {
        -ms-flex-preferred-size: calc(50% - 5px);
            flex-basis: calc(50% - 5px);
        width: calc(50% - 5px);
        margin-bottom: 50px; } }
    @media (max-width: 960px) {
      .step-categories .category-option:nth-child(2n+2) {
        margin-right: 0; } }
    .step-categories .category-option:nth-child(5) {
      margin-right: 0; }
      @media (max-width: 960px) {
        .step-categories .category-option:nth-child(5) {
          margin-right: 10px; } }
    .step-categories .category-option.selected .block-checkbox .checkbox-element {
      background-color: #2B292A; }
      .step-categories .category-option.selected .block-checkbox .checkbox-element:before {
        opacity: 1; }
  .step-categories .cat-image {
    padding-bottom: 130%;
    background-size: cover;
    background-position: center;
    border-radius: 8px; }
  .step-categories .content-wrap h3 {
    font-size: 16px;
    margin: 20px 0;
    text-align: center; }
  .step-categories .block-checkbox {
    position: relative; }
    .step-categories .block-checkbox .checkbox-element {
      width: 52px;
      height: 52px;
      border: 2px solid #2B292A;
      border-radius: 8px;
      position: relative;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      -webkit-transition: background-color .25s ease-in-out;
      -o-transition: background-color .25s ease-in-out;
      transition: background-color .25s ease-in-out; }
      .step-categories .block-checkbox .checkbox-element:before {
        content: "";
        display: block;
        width: 14px;
        height: 22px;
        position: absolute;
        top: 42%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(45deg);
            -ms-transform: translate(-50%, -50%) rotate(45deg);
                transform: translate(-50%, -50%) rotate(45deg);
        border-right: 2px solid #F7F7F8;
        border-bottom: 2px solid #F7F7F8;
        opacity: 0;
        -webkit-transition: opacity .25s ease-in-out;
        -o-transition: opacity .25s ease-in-out;
        transition: opacity .25s ease-in-out; }

.step-paint-type {
  margin-top: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .step-paint-type .paint-type {
    padding: 40px 140px;
    border: 2px solid #2B292A;
    border-radius: 8px;
    color: #2B292A;
    text-align: center;
    cursor: pointer;
    margin: 0 5px;
    -webkit-transition: background-color .25s ease-in-out, color .25s ease-in-out, opacity .25s ease-in-out;
    -o-transition: background-color .25s ease-in-out, color .25s ease-in-out, opacity .25s ease-in-out;
    transition: background-color .25s ease-in-out, color .25s ease-in-out, opacity .25s ease-in-out;
    opacity: 1;
    pointer-events: all; }
    @media (max-width: 768px) {
      .step-paint-type .paint-type {
        width: 80%;
        margin-bottom: 20px; } }
    @media (max-width: 768px) {
      .step-paint-type .paint-type:last-child {
        margin-bottom: 0; } }
    .step-paint-type .paint-type.disabled {
      pointer-events: none;
      opacity: .4; }
    .step-paint-type .paint-type:hover, .step-paint-type .paint-type.selected {
      background-color: #2B292A;
      color: #F7F7F8; }

.selection-summary,
.calculator-form {
  max-width: 620px;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-bottom: 65px; }

.selection-summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media (max-width: 768px) {
    .selection-summary {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .selection-summary .image-col {
    background-color: #F7F7F8;
    -ms-flex-preferred-size: calc(50% - 5px);
        flex-basis: calc(50% - 5px);
    width: calc(50% - 5px);
    margin-right: 10px;
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 768px) {
      .selection-summary .image-col {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        width: 100%;
        margin-right: 0;
        padding: 50px 0;
        margin-bottom: 10px; } }
    .selection-summary .image-col img {
      width: 60%;
      height: auto;
      margin: 0 auto; }
  .selection-summary .content-col {
    -ms-flex-preferred-size: calc(50% - 5px);
        flex-basis: calc(50% - 5px);
    width: calc(50% - 5px); }
    @media (max-width: 768px) {
      .selection-summary .content-col {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        width: 100%; } }
    .selection-summary .content-col .selection-single {
      border-radius: 8px;
      background-color: #F7F7F8;
      margin-bottom: 10px;
      text-align: center;
      padding: 40px 0; }
      .selection-summary .content-col .selection-single span {
        font-size: 12px; }
      .selection-summary .content-col .selection-single h3 {
        margin: 0;
        margin-top: 5px;
        font-size: 20px; }
      .selection-summary .content-col .selection-single:last-child {
        margin-bottom: 0; }

.calc-form-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 20px; }
  .calc-form-field label {
    font-size: 16px;
    display: block;
    margin-bottom: 10px; }
  .calc-form-field input {
    height: 52px;
    border-radius: 8px;
    border: 2px solid #2B292A;
    padding: 10px 15px;
    color: #2B292A;
    font-size: 20px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none; }
    .calc-form-field input:focus, .calc-form-field input:active {
      outline: 0; }

.form-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 65px; }
  .form-btn button {
    outline: 0;
    border: 0;
    margin-top: 0; }

.calculator-results {
  display: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 10px; }
  .calculator-results.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  @media (max-width: 768px) {
    .calculator-results {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .calculator-results .result-col {
    -ms-flex-preferred-size: calc(33.33% - 6.66px);
        flex-basis: calc(33.33% - 6.66px);
    width: calc(33.33% - 6.66px);
    margin-right: 10px;
    border-radius: 8px;
    padding: 10px; }
    @media (max-width: 768px) {
      .calculator-results .result-col {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px; } }
    .calculator-results .result-col .title {
      display: block;
      font-size: 16px; }
    .calculator-results .result-col .result-text {
      margin-top: 65px;
      margin-bottom: 0;
      font-size: 60px; }
    .calculator-results .result-col:last-child {
      margin-right: 0; }
      @media (max-width: 768px) {
        .calculator-results .result-col:last-child {
          margin-right: 10px;
          margin-bottom: 0; } }

.color-years {
  overflow: hidden;
  border-radius: 8px; }

.color-row {
  margin-bottom: 10px;
  height: calc(100vh - 20px);
  overflow: hidden;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px; }
  @media (max-width: 960px) {
    .color-row {
      height: auto; } }
  .color-row:last-child {
    margin-bottom: 0; }
  .color-row .row-header {
    position: relative;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px; }
    .color-row .row-header .tab-head-content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      padding: 15px;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      position: relative;
      z-index: 2; }
      .color-row .row-header .tab-head-content span {
        color: #F7F7F8; }
    .color-row .row-header:before {
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      border-top-left-radius: 8px;
      border-top-right-radius: 8px;
      background-color: rgba(0, 0, 0, 0.2);
      z-index: 1; }
  .color-row .color-row-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .color-row .color-row-content .tab-content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      @media (max-width: 768px) {
        .color-row .color-row-content .tab-content {
          height: calc(50vh - 25px); } }
    .color-row .color-row-content .content-wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      text-align: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .color-row .color-row-content .content-wrap .site-btn, .color-row .color-row-content .content-wrap .form-btn button, .form-btn .color-row .color-row-content .content-wrap button {
        margin-top: 25px; }
      .color-row .color-row-content .content-wrap span {
        color: #F7F7F8;
        font-size: 60px; }
        @media (max-width: 1440px) {
          .color-row .color-row-content .content-wrap span {
            font-size: 48px; } }
        @media (max-width: 1280px) {
          .color-row .color-row-content .content-wrap span {
            font-size: 36px; } }
    .color-row .color-row-content .tab-content,
    .color-row .color-row-content .tab-image {
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
      width: 50%; }
      @media (max-width: 768px) {
        .color-row .color-row-content .tab-content,
        .color-row .color-row-content .tab-image {
          -ms-flex-preferred-size: 100%;
              flex-basis: 100%;
          width: 100%; } }
    .color-row .color-row-content .tab-image {
      position: relative;
      overflow: hidden;
      border-bottom-right-radius: 8px;
      height: calc(100vh - 20px); }
      @media (max-width: 960px) {
        .color-row .color-row-content .tab-image {
          height: 60vh; } }
      @media (max-width: 768px) {
        .color-row .color-row-content .tab-image {
          height: calc(50vh - 25px); } }
      .color-row .color-row-content .tab-image .hero-bg {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        height: 110%;
        width: 100%;
        background-size: cover;
        background-position: center; }

.color-suggestions {
  padding-top: 20px; }
  .color-suggestions .image-box {
    background-size: cover;
    background-position: center;
    padding-bottom: 66%;
    border-radius: 8px;
    margin-bottom: 10px; }
  .color-suggestions .suggestions {
    margin-top: 50px; }
    .color-suggestions .suggestions h4 {
      font-size: 20px;
      margin: 30px 0 15px; }
      @media (max-width: 768px) {
        .color-suggestions .suggestions h4 {
          font-size: 24px; } }
    .color-suggestions .suggestions:first-child {
      margin-top: 0; }
    .color-suggestions .suggestions:last-child .image-box {
      margin-bottom: 0; }
  .color-suggestions .color-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 10px; }
    @media (max-width: 768px) {
      .color-suggestions .color-list {
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        overflow-x: scroll;
        scrollbar-width: none; } }
    .color-suggestions .color-list .color-box {
      -ms-flex-preferred-size: 8.33%;
          flex-basis: 8.33%;
      width: 8.33%;
      position: relative;
      -webkit-transform: translateX(var(--translateX, -100%));
          -ms-transform: translateX(var(--translateX, -100%));
              transform: translateX(var(--translateX, -100%));
      -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
      transition: -webkit-transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
      -o-transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
      transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
      transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 0.5s cubic-bezier(0.16, 1, 0.3, 1); }
      @media (max-width: 1440px) {
        .color-suggestions .color-list .color-box {
          -ms-flex-preferred-size: 11%;
              flex-basis: 11%;
          width: 11%; } }
      @media (max-width: 1180px) {
        .color-suggestions .color-list .color-box {
          -ms-flex-preferred-size: 15%;
              flex-basis: 15%;
          width: 15%; } }
      @media (max-width: 768px) {
        .color-suggestions .color-list .color-box {
          -ms-flex-preferred-size: 33.33%;
              flex-basis: 33.33%;
          width: 33.33%;
          -ms-flex-negative: 0;
              flex-shrink: 0; } }
      .color-suggestions .color-list .color-box.show-detail {
        -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
                transform: translateX(0); }
      .color-suggestions .color-list .color-box:first-child {
        -ms-flex-preferred-size: 25%;
            flex-basis: 25%;
        width: 25%;
        -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
                transform: translateX(0);
        z-index: 10; }
        @media (max-width: 768px) {
          .color-suggestions .color-list .color-box:first-child {
            -ms-flex-preferred-size: 33.33%;
                flex-basis: 33.33%;
            width: 33.33%;
            -ms-flex-negative: 0;
                flex-shrink: 0; } }

.year-navigation {
  position: fixed;
  width: 100%;
  bottom: 20px;
  z-index: 99; }
  .year-navigation .sticky-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .year-navigation .sticky-navigation .site-btn, .year-navigation .sticky-navigation .form-btn button, .form-btn .year-navigation .sticky-navigation button {
      background-color: rgba(216, 216, 214, 0.8);
      -webkit-backdrop-filter: blur(3px);
              backdrop-filter: blur(3px);
      -webkit-box-shadow: none;
              box-shadow: none;
      color: #2B292A;
      margin: 0 5px; }
      .year-navigation .sticky-navigation .site-btn:before, .year-navigation .sticky-navigation .form-btn button:before, .form-btn .year-navigation .sticky-navigation button:before {
        display: none; }
      .year-navigation .sticky-navigation .site-btn.active, .year-navigation .sticky-navigation .form-btn button.active, .form-btn .year-navigation .sticky-navigation button.active {
        background-color: #2B292A;
        color: #F7F7F8; }

.parent-categories-row {
  margin-top: -10px; }
  .parent-categories-row > .flex-container {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow-x: auto;
    max-width: 100%;
    scrollbar-width: none;
    scroll-behavior: auto;
    -ms-touch-action: pan-x;
        touch-action: pan-x;
    overscroll-behavior-x: contain; }
  .parent-categories-row .parent-category-item {
    background-color: #ccc;
    border-radius: 8px;
    -ms-flex-preferred-size: calc(8.33% - 9.16px);
        flex-basis: calc(8.33% - 9.16px);
    width: calc(8.33% - 9.16px);
    margin-right: 10px;
    margin-top: 10px;
    padding: 10px;
    position: relative;
    padding-bottom: 7.33%;
    cursor: pointer;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-transition: padding 0.25s cubic-bezier(0.25, 0.8, 0.25, 1.2);
    -o-transition: padding 0.25s cubic-bezier(0.25, 0.8, 0.25, 1.2);
    transition: padding 0.25s cubic-bezier(0.25, 0.8, 0.25, 1.2); }
    .parent-categories-row .parent-category-item.light .title {
      color: #F7F7F8; }
    .parent-categories-row .parent-category-item.active {
      padding-bottom: 10%; }
    .parent-categories-row .parent-category-item .title {
      margin: 0;
      font-size: 12px;
      position: absolute;
      bottom: 10px;
      left: 10px; }

.children-categories-row .children-group {
  display: none; }
  .children-categories-row .children-group.active {
    display: block; }
  .children-categories-row .children-group .child-category-item {
    margin-bottom: 50px; }
    .children-categories-row .children-group .child-category-item .cat-title-group {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
    .children-categories-row .children-group .child-category-item h4 {
      margin: 0;
      font-size: 20px; }
    .children-categories-row .children-group .child-category-item .colors-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .children-categories-row .children-group .child-category-item .colors-list .color-box {
        -ms-flex-preferred-size: calc(8.33% - 9.16px);
            flex-basis: calc(8.33% - 9.16px);
        width: calc(8.33% - 9.16px);
        margin-right: 10px;
        margin-top: 10px;
        padding-bottom: 7.33%;
        min-height: unset;
        cursor: pointer;
        position: relative; }
        .children-categories-row .children-group .child-category-item .colors-list .color-box:before {
          content: "";
          display: block;
          height: 18px;
          width: 18px;
          border: 2px solid #fff;
          border-radius: 50%;
          position: absolute;
          top: 10px;
          right: 10px;
          pointer-events: none;
          -webkit-transform: scale(0);
              -ms-transform: scale(0);
                  transform: scale(0);
          -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.25, 0.8, 0.25, 1.7);
          transition: -webkit-transform 0.25s cubic-bezier(0.25, 0.8, 0.25, 1.7);
          -o-transition: transform 0.25s cubic-bezier(0.25, 0.8, 0.25, 1.7);
          transition: transform 0.25s cubic-bezier(0.25, 0.8, 0.25, 1.7);
          transition: transform 0.25s cubic-bezier(0.25, 0.8, 0.25, 1.7), -webkit-transform 0.25s cubic-bezier(0.25, 0.8, 0.25, 1.7); }
        .children-categories-row .children-group .child-category-item .colors-list .color-box:nth-child(12n+12) {
          margin-right: 0; }
        .children-categories-row .children-group .child-category-item .colors-list .color-box.active:before {
          -webkit-transform: scale(1);
              -ms-transform: scale(1);
                  transform: scale(1); }
        .children-categories-row .children-group .child-category-item .colors-list .color-box.dark:before {
          border: 2px solid #2B292A; }
  .children-categories-row .children-group .total-title {
    text-align: center;
    margin: 5vh 0;
    font-size: 40px; }

.color-info-popup {
  display: none;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  width: 100%;
  margin-top: 10px; }
  .color-info-popup .close-popup {
    width: 100%;
    padding: 15px;
    text-align: center;
    background-color: #D8D8D6;
    -webkit-backdrop-filter: blur(20px);
            backdrop-filter: blur(20px);
    border-radius: 8px;
    cursor: pointer;
    -webkit-transition: background-color .3s ease-in-out;
    -o-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out; }
    .color-info-popup .close-popup:hover {
      background-color: #c9c9c6; }
  .color-info-popup.active {
    display: block; }

.color-details {
  padding: 10px 10px 10%;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .color-details.light .color-info .small-title,
  .color-details.light .color-info .color-name,
  .color-details.light .color-info .color-hex {
    color: #F7F7F8; }
  .color-details.dark .color-info .small-title,
  .color-details.dark .color-info .color-name,
  .color-details.dark .color-info .color-hex {
    color: #2B292A; }
  .color-details .color-info {
    -ms-flex-preferred-size: 16.66%;
        flex-basis: 16.66%;
    width: 16.66%;
    padding-right: 10px; }
    .color-details .color-info .small-title {
      display: block; }
    .color-details .color-info .color-name,
    .color-details .color-info .color-hex {
      display: block; }
  .color-details .details-btn-wrap {
    margin-left: auto;
    -ms-flex-preferred-size: 200px;
        flex-basis: 200px;
    width: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
    .color-details .details-btn-wrap .site-btn, .color-details .details-btn-wrap .form-btn button, .form-btn .color-details .details-btn-wrap button {
      margin-top: 0; }

.details-section {
  margin: 10px 0 40px; }
  .details-section .title {
    margin-top: 0; }

.contact-form-row {
  padding: 3% 0 5%; }
  .contact-form-row .title {
    margin-bottom: 10px; }
    @media (max-width: 768px) {
      .contact-form-row .title {
        margin: 10px 5% 25px; } }

.contact-info .location-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 768px) {
    .contact-info .location-wrap {
      margin-bottom: 20px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
  .contact-info .location-wrap a:hover {
    text-decoration: underline; }
  .contact-info .location-wrap span, .contact-info .location-wrap a {
    position: relative; }
    .contact-info .location-wrap span:after, .contact-info .location-wrap a:after {
      content: "";
      display: inline-block;
      width: 4px;
      height: 4px;
      position: relative;
      border-radius: 50%;
      background-color: #2B292A;
      margin: 0 5px 0 7px;
      top: -2px; }
      @media (max-width: 768px) {
        .contact-info .location-wrap span:after, .contact-info .location-wrap a:after {
          display: none; } }
    .contact-info .location-wrap span:last-child::after, .contact-info .location-wrap a:last-child::after {
      display: none; }

.contact-form-wrap form {
  max-width: 650px;
  margin: 0 auto; }
  .contact-form-wrap form input[type="text"],
  .contact-form-wrap form input[type="email"] {
    width: 100%;
    height: 52px;
    border-radius: 8px;
    border: 2px solid #2B292A;
    padding: 0 10px; }
  .contact-form-wrap form textarea {
    width: 100%;
    border-radius: 8px;
    border: 2px solid #2B292A;
    padding: 10px; }

.contact-form-wrap li {
  list-style: none; }

.contact-form-wrap ul {
  padding: 0; }

.contact-form-wrap .hidden_label label {
  display: none; }

.contact-form-wrap .ginput_complex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .contact-form-wrap .ginput_complex #input_1_4_3_container {
    -ms-flex-preferred-size: calc(50% - 5px);
        flex-basis: calc(50% - 5px);
    width: calc(50% - 5px);
    margin-right: 10px; }
    @media (max-width: 768px) {
      .contact-form-wrap .ginput_complex #input_1_4_3_container {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px; } }
  .contact-form-wrap .ginput_complex #input_1_4_6_container {
    -ms-flex-preferred-size: calc(50% - 5px);
        flex-basis: calc(50% - 5px);
    width: calc(50% - 5px); }
    @media (max-width: 768px) {
      .contact-form-wrap .ginput_complex #input_1_4_6_container {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        width: 100%;
        margin-right: 0; } }

.contact-form-wrap ul#gform_fields_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .contact-form-wrap ul#gform_fields_1 #field_1_4,
  .contact-form-wrap ul#gform_fields_1 #field_1_6 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    width: 100%;
    margin-bottom: 10px; }
  .contact-form-wrap ul#gform_fields_1 #field_1_3 {
    -ms-flex-preferred-size: calc(50% - 5px);
        flex-basis: calc(50% - 5px);
    width: calc(50% - 5px);
    margin-right: 10px;
    margin-bottom: 10px; }
    @media (max-width: 768px) {
      .contact-form-wrap ul#gform_fields_1 #field_1_3 {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        width: 100%;
        margin-right: 0; } }
  .contact-form-wrap ul#gform_fields_1 #field_1_5 {
    -ms-flex-preferred-size: calc(50% - 5px);
        flex-basis: calc(50% - 5px);
    width: calc(50% - 5px);
    margin-bottom: 10px; }
    @media (max-width: 768px) {
      .contact-form-wrap ul#gform_fields_1 #field_1_5 {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        width: 100%;
        margin-right: 0; } }
  .contact-form-wrap ul#gform_fields_1 #field_1_7 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    width: 100%; }
  .contact-form-wrap ul#gform_fields_1 #field_1_7 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .contact-form-wrap ul#gform_fields_1 #field_1_7 .ginput_container_consent {
      -ms-flex-preferred-size: 30px;
          flex-basis: 30px;
      width: 30px; }
      .contact-form-wrap ul#gform_fields_1 #field_1_7 .ginput_container_consent input {
        width: 26px;
        height: 26px;
        display: block;
        position: relative;
        top: 3px;
        background: transparent; }
      .contact-form-wrap ul#gform_fields_1 #field_1_7 .ginput_container_consent .gfield_required {
        display: none; }
    .contact-form-wrap ul#gform_fields_1 #field_1_7 .gfield_description {
      -ms-flex-preferred-size: calc(100% - 30px);
          flex-basis: calc(100% - 30px);
      width: calc(100% - 30px);
      padding-left: 10px;
      text-align: left; }
      @media (max-width: 1440px) {
        .contact-form-wrap ul#gform_fields_1 #field_1_7 .gfield_description {
          font-size: 14px; } }
    .contact-form-wrap ul#gform_fields_1 #field_1_7 .gfield_description.validation_message {
      padding-left: 42px; }

.contact-form-wrap .gform_footer input {
  padding: 16px 24px;
  border: 2px solid #2B292A;
  border-radius: 8px;
  cursor: pointer;
  -webkit-transition: background-color .25s ease-in-out, color .25s ease-in-out;
  -o-transition: background-color .25s ease-in-out, color .25s ease-in-out;
  transition: background-color .25s ease-in-out, color .25s ease-in-out; }
  .contact-form-wrap .gform_footer input:hover {
    background-color: #2B292A;
    color: #F7F7F8; }

.contact-form-wrap .gfield_description.validation_message {
  color: #ff0000;
  text-align: left;
  font-size: 14px;
  padding-left: 2px; }

.two-images .image-col {
  -ms-flex-preferred-size: calc(50% - 5px);
      flex-basis: calc(50% - 5px);
  width: calc(50% - 5px);
  margin-right: 10px;
  height: 70vh;
  position: relative;
  border-radius: 8px;
  overflow: hidden; }
  @media (max-width: 960px) {
    .two-images .image-col {
      height: 50vh; } }
  @media (max-width: 768px) {
    .two-images .image-col {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      width: 100%;
      margin-right: 0;
      height: 60vh; } }
  .two-images .image-col .image-element {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
    height: 120%;
    background-size: cover;
    background-position: center; }
  .two-images .image-col:nth-child(2) {
    margin-right: 0; }
    @media (max-width: 768px) {
      .two-images .image-col:nth-child(2) {
        margin-top: 10px; } }

.half-video-row .video-col {
  -ms-flex-preferred-size: calc(50% - 5px);
      flex-basis: calc(50% - 5px);
  width: calc(50% - 5px);
  margin-right: 10px;
  position: relative; }
  @media (max-width: 960px) {
    .half-video-row .video-col {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      width: 100%;
      margin-right: 0;
      margin-bottom: 10px; } }
  .half-video-row .video-col video {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 110%; }
  .half-video-row .video-col .sticky-video {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    height: calc(100vh - 20px); }
    @media (max-width: 960px) {
      .half-video-row .video-col .sticky-video {
        height: 50vh; } }

.half-video-row .steps-content-col {
  -ms-flex-preferred-size: calc(50% - 5px);
      flex-basis: calc(50% - 5px);
  width: calc(50% - 5px); }
  @media (max-width: 960px) {
    .half-video-row .steps-content-col {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      width: 100%; } }
  .half-video-row .steps-content-col .large-content-block {
    border-radius: 8px;
    height: 70vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 10px; }
    @media (max-width: 960px) {
      .half-video-row .steps-content-col .large-content-block {
        height: 50vh; } }
    .half-video-row .steps-content-col .large-content-block .content-wrap {
      max-width: 70%;
      text-align: center; }
      @media (max-width: 768px) {
        .half-video-row .steps-content-col .large-content-block .content-wrap {
          max-width: 90%; } }
  .half-video-row .steps-content-col .steps-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .half-video-row .steps-content-col .steps-container .step-wrapper {
      border-radius: 8px;
      height: 35vh;
      -ms-flex-preferred-size: calc(50% - 5px);
          flex-basis: calc(50% - 5px);
      width: calc(50% - 5px);
      margin-right: 10px;
      margin-bottom: 10px;
      padding: 10px; }
      @media (max-width: 960px) {
        .half-video-row .steps-content-col .steps-container .step-wrapper {
          height: 25vh; } }
      @media (max-width: 768px) {
        .half-video-row .steps-content-col .steps-container .step-wrapper {
          height: auto;
          -ms-flex-preferred-size: 100%;
              flex-basis: 100%;
          width: 100%;
          margin-right: 0;
          margin-bottom: 0;
          margin-top: 10px; } }
      .half-video-row .steps-content-col .steps-container .step-wrapper .content-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        height: 100%; }
      .half-video-row .steps-content-col .steps-container .step-wrapper h3 {
        margin: 0;
        font-size: 60px; }
        @media (max-width: 1440px) {
          .half-video-row .steps-content-col .steps-container .step-wrapper h3 {
            font-size: 48px; } }
        @media (max-width: 768px) {
          .half-video-row .steps-content-col .steps-container .step-wrapper h3 {
            margin-bottom: 20%; } }
      .half-video-row .steps-content-col .steps-container .step-wrapper .text {
        margin-top: auto;
        margin-bottom: 0; }
        @media (max-width: 1440px) {
          .half-video-row .steps-content-col .steps-container .step-wrapper .text {
            font-size: 14px; } }
        @media (max-width: 768px) {
          .half-video-row .steps-content-col .steps-container .step-wrapper .text {
            font-size: 16px; } }
      @media (max-width: 768px) {
        .half-video-row .steps-content-col .steps-container .step-wrapper:first-child {
          margin-top: 0; } }
      .half-video-row .steps-content-col .steps-container .step-wrapper:nth-child(2n+2) {
        margin-right: 0; }
      .half-video-row .steps-content-col .steps-container .step-wrapper:nth-child(3), .half-video-row .steps-content-col .steps-container .step-wrapper:nth-child(4) {
        margin-bottom: 0; }

.video-row {
  border-radius: 8px;
  overflow: hidden;
  position: relative; }
  .video-row .video-wrapper {
    position: relative;
    height: calc(100vh - 20px); }
    @media (max-width: 960px) {
      .video-row .video-wrapper {
        height: 60vh; } }
  .video-row video {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

.image-content-row {
  margin-bottom: 10px; }
  .image-content-row:last-child {
    margin-bottom: 0; }
  .image-content-row.reverse .image-col {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-right: 0;
    margin-left: 10px; }
    @media (max-width: 768px) {
      .image-content-row.reverse .image-col {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        margin-left: 0; } }
  @media (max-width: 768px) {
    .image-content-row.reverse .content-col {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; } }
  .image-content-row .image-col {
    height: 70vh;
    position: relative;
    -ms-flex-preferred-size: calc(50% - 5px);
        flex-basis: calc(50% - 5px);
    width: calc(50% - 5px);
    margin-right: 10px;
    border-radius: 8px;
    overflow: hidden; }
    @media (max-width: 960px) {
      .image-content-row .image-col {
        height: 40vh; } }
    @media (max-width: 768px) {
      .image-content-row .image-col {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        width: 100%;
        margin-right: 0; } }
    .image-content-row .image-col .image-element {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      width: 100%;
      height: 110%;
      background-size: cover;
      background-position: center; }
  .image-content-row .content-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-preferred-size: calc(50% - 5px);
        flex-basis: calc(50% - 5px);
    width: calc(50% - 5px);
    border-radius: 8px; }
    @media (max-width: 768px) {
      .image-content-row .content-col {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        width: 100%;
        padding: 50px 10px;
        margin-top: 10px; } }
    .image-content-row .content-col .content-wrap {
      width: 70%;
      text-align: center; }
      @media (max-width: 1440px) {
        .image-content-row .content-col .content-wrap {
          font-size: 14px;
          line-height: 1.32; } }
      @media (max-width: 960px) {
        .image-content-row .content-col .content-wrap {
          width: 90%; } }
      @media (max-width: 768px) {
        .image-content-row .content-col .content-wrap {
          font-size: 16px; } }

.video-overlay,
.image-overlay {
  background-color: rgba(255, 255, 255, 0.3);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  border-radius: 8px;
  position: relative;
  z-index: 2;
  padding-bottom: 100px; }
  @media (max-width: 768px) {
    .video-overlay,
    .image-overlay {
      padding-bottom: 50px; } }

.home-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: calc(100vh - 20px); }
  @media (max-width: 960px) {
    .home-slide {
      display: block; } }
  .home-slide .slide-image {
    -ms-flex-preferred-size: calc(50% - 5px);
        flex-basis: calc(50% - 5px);
    width: calc(50% - 5px);
    margin-right: 10px;
    border-radius: 8px;
    overflow: hidden;
    height: 100%;
    position: relative; }
    @media (max-width: 960px) {
      .home-slide .slide-image {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
        height: calc(50% - 10px); } }
    @media (max-width: 768px) {
      .home-slide .slide-image {
        height: calc(50% - 70px); } }
    .home-slide .slide-image img {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      -o-object-fit: cover;
         object-fit: cover;
      width: 105%;
      height: 105%; }
      @media (max-width: 960px) {
        .home-slide .slide-image img {
          height: 100%; } }
  .home-slide .slide-content {
    border-radius: 8px;
    -ms-flex-preferred-size: calc(50% - 5px);
        flex-basis: calc(50% - 5px);
    width: calc(50% - 5px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 960px) {
      .home-slide .slide-content {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        width: 100%;
        height: calc(50% - 80px);
        position: relative;
        margin-top: 90px; } }
    @media (max-width: 768px) {
      .home-slide .slide-content {
        height: calc(50% - 70px);
        margin-top: 140px; } }
    .home-slide .slide-content .content-wrap {
      max-width: 50%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      height: 100%;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      @media (max-width: 1620px) {
        .home-slide .slide-content .content-wrap {
          max-width: 80%; } }
      @media (max-width: 768px) {
        .home-slide .slide-content .content-wrap {
          max-width: 90%; } }
    .home-slide .slide-content .slide-text {
      text-align: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 100%;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      margin: auto; }
      .home-slide .slide-content .slide-text .site-btn, .home-slide .slide-content .slide-text .form-btn button, .form-btn .home-slide .slide-content .slide-text button {
        margin: 25px 0; }
        @media (max-width: 1180px) {
          .home-slide .slide-content .slide-text .site-btn, .home-slide .slide-content .slide-text .form-btn button, .form-btn .home-slide .slide-content .slide-text button {
            margin: 10px 0 15px; } }
      .home-slide .slide-content .slide-text h2 {
        font-size: 60px;
        margin-bottom: 25px;
        line-height: 1; }
        @media (max-width: 1440px) {
          .home-slide .slide-content .slide-text h2 {
            font-size: 48px; } }
        @media (max-width: 1180px) {
          .home-slide .slide-content .slide-text h2 {
            font-size: 42px;
            margin: 0 0 10px; } }
        @media (max-width: 768px) {
          .home-slide .slide-content .slide-text h2 {
            font-size: 32px; } }
    .home-slide .slide-content .spacer {
      width: 100%;
      margin: auto;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
      @media (max-width: 960px) {
        .home-slide .slide-content .spacer {
          display: none; } }
    .home-slide .slide-content .color-blocks {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      width: 100%;
      margin: auto;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      @media (max-width: 1620px) {
        .home-slide .slide-content .color-blocks {
          max-width: 65%; } }
      @media (max-width: 1366px) {
        .home-slide .slide-content .color-blocks {
          max-width: 80%; } }
      @media (max-width: 1180px) {
        .home-slide .slide-content .color-blocks {
          max-width: 90%; } }
      @media (max-width: 960px) {
        .home-slide .slide-content .color-blocks {
          max-width: 100%;
          position: absolute;
          top: -80px; } }
      @media (max-width: 768px) {
        .home-slide .slide-content .color-blocks {
          top: -130px; } }
      .home-slide .slide-content .color-blocks .color-box {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        position: relative;
        padding-bottom: 15%;
        border-radius: 0; }
        @media (max-width: 1180px) {
          .home-slide .slide-content .color-blocks .color-box {
            padding-bottom: 5%; } }
        @media (max-width: 960px) {
          .home-slide .slide-content .color-blocks .color-box {
            padding-bottom: 0; } }
        .home-slide .slide-content .color-blocks .color-box:first-child {
          border-top-left-radius: 8px;
          border-bottom-left-radius: 8px;
          overflow: hidden; }
        .home-slide .slide-content .color-blocks .color-box:last-child {
          border-top-right-radius: 8px;
          border-bottom-right-radius: 8px;
          overflow: hidden; }
  .home-slide.light .slide-content h2 {
    color: #F7F7F8; }
  .home-slide.light .slide-content .text {
    color: #F7F7F8; }
    .home-slide.light .slide-content .text p {
      color: #F7F7F8; }
  .home-slide.light .slide-content .site-btn, .home-slide.light .slide-content .form-btn button, .form-btn .home-slide.light .slide-content button {
    color: #F7F7F8;
    -webkit-box-shadow: inset 0 0 0px 2px #F7F7F8;
            box-shadow: inset 0 0 0px 2px #F7F7F8; }
    .home-slide.light .slide-content .site-btn:before, .home-slide.light .slide-content .form-btn button:before, .form-btn .home-slide.light .slide-content button:before {
      background-color: #F7F7F8; }
    .home-slide.light .slide-content .site-btn:hover, .home-slide.light .slide-content .form-btn button:hover, .form-btn .home-slide.light .slide-content button:hover {
      color: #2B292A; }

.home-slider .swiper-pagination {
  bottom: calc(50% + 17px); }
  @media (max-width: 768px) {
    .home-slider .swiper-pagination {
      bottom: calc(50% + 80px); } }

.swiper-pagination {
  bottom: 0;
  top: unset; }
  @media (max-width: 768px) {
    .swiper-pagination {
      bottom: 20px; } }
  .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 5px;
    background-color: #F7F7F8;
    opacity: 1; }
    .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
      background-color: #2B292A; }

.color-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-radius: 8px;
  overflow: hidden; }
  @media (max-width: 960px) {
    .color-tabs {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .color-tabs .color-tab {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50px;
            flex: 0 0 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    overflow: hidden;
    height: calc(100vh - 20px); }
    @media (max-width: 1280px) {
      .color-tabs .color-tab {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 36px;
                flex: 0 0 36px; } }
    @media (max-width: 960px) {
      .color-tabs .color-tab {
        display: block;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50px;
                flex: 0 0 50px; } }
    .color-tabs .color-tab .tab-head {
      -ms-flex-preferred-size: 50px;
          flex-basis: 50px;
      width: 50px;
      cursor: pointer;
      position: relative;
      height: 100%; }
      @media (max-width: 1280px) {
        .color-tabs .color-tab .tab-head {
          -ms-flex-preferred-size: 36px;
              flex-basis: 36px;
          width: 36px; } }
      @media (max-width: 960px) {
        .color-tabs .color-tab .tab-head {
          width: 100%;
          height: 50px; } }
      .color-tabs .color-tab .tab-head:before {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
        background-color: rgba(0, 0, 0, 0.2);
        z-index: 1;
        pointer-events: none; }
      .color-tabs .color-tab .tab-head .tab-head-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        height: 100%;
        z-index: 2; }
        @media (max-width: 960px) {
          .color-tabs .color-tab .tab-head .tab-head-content {
            -webkit-box-orient: unset;
            -webkit-box-direction: unset;
                -ms-flex-direction: unset;
                    flex-direction: unset;
            -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                    justify-content: space-between;
            padding: 0 10px; } }
      .color-tabs .color-tab .tab-head .left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        width: 100%;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        position: relative; }
        @media (max-width: 960px) {
          .color-tabs .color-tab .tab-head .left {
            -webkit-box-flex: 0;
                -ms-flex: 0;
                    flex: 0;
            width: auto;
            -webkit-box-ordinal-group: 3;
                -ms-flex-order: 2;
                    order: 2; } }
        .color-tabs .color-tab .tab-head .left span {
          color: #fff;
          -webkit-transform: rotate(-90deg);
              -ms-transform: rotate(-90deg);
                  transform: rotate(-90deg);
          -webkit-transform-origin: center center;
              -ms-transform-origin: center center;
                  transform-origin: center center;
          position: absolute;
          left: 50%;
          top: 30px;
          translate: -50% 0;
          white-space: nowrap;
          width: -webkit-max-content;
          width: -moz-max-content;
          width: max-content; }
          @media (max-width: 960px) {
            .color-tabs .color-tab .tab-head .left span {
              position: relative;
              -webkit-transform: rotate(0);
                  -ms-transform: rotate(0);
                      transform: rotate(0);
              translate: 0 0;
              top: 0;
              left: 0; } }
      .color-tabs .color-tab .tab-head .right {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        width: 100%;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end;
        position: relative; }
        @media (max-width: 960px) {
          .color-tabs .color-tab .tab-head .right {
            -webkit-box-flex: 0;
                -ms-flex: 0;
                    flex: 0;
            width: auto;
            -webkit-box-ordinal-group: 2;
                -ms-flex-order: 1;
                    order: 1; } }
        .color-tabs .color-tab .tab-head .right span {
          color: #fff;
          -webkit-transform-origin: center center;
              -ms-transform-origin: center center;
                  transform-origin: center center;
          position: absolute;
          left: 50%;
          bottom: 135px;
          white-space: nowrap;
          width: 250px;
          -webkit-transform: translateX(-50%) rotate(-90deg);
              -ms-transform: translateX(-50%) rotate(-90deg);
                  transform: translateX(-50%) rotate(-90deg); }
          @media (max-width: 960px) {
            .color-tabs .color-tab .tab-head .right span {
              position: relative;
              -webkit-transform: rotate(0);
                  -ms-transform: rotate(0);
                      transform: rotate(0);
              translate: 0 0;
              top: 0;
              left: 0; } }
    .color-tabs .color-tab .tab-content {
      -ms-flex-preferred-size: calc(50% - 25px);
          flex-basis: calc(50% - 25px);
      width: calc(50% - 25px);
      height: 100%;
      position: relative;
      pointer-events: none;
      height: 100%; }
      @media (max-width: 1180px) {
        .color-tabs .color-tab .tab-content {
          -ms-flex-preferred-size: calc(50% - 18px);
              flex-basis: calc(50% - 18px);
          width: calc(50% - 18px); } }
      @media (max-width: 960px) {
        .color-tabs .color-tab .tab-content {
          width: 100%;
          height: calc(50vh - 25px); } }
      .color-tabs .color-tab .tab-content .content-wrap {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        text-align: center;
        width: 100%;
        -webkit-transition: opacity .25s ease-in-out;
        -o-transition: opacity .25s ease-in-out;
        transition: opacity .25s ease-in-out;
        opacity: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .color-tabs .color-tab .tab-content .content-wrap .site-btn, .color-tabs .color-tab .tab-content .content-wrap .form-btn button, .form-btn .color-tabs .color-tab .tab-content .content-wrap button {
          margin-top: 25px; }
      .color-tabs .color-tab .tab-content span {
        color: #F7F7F8;
        line-height: 1;
        font-size: 66px;
        display: block; }
        @media (max-width: 1440px) {
          .color-tabs .color-tab .tab-content span {
            font-size: 48px; } }
        @media (max-width: 1180px) {
          .color-tabs .color-tab .tab-content span {
            font-size: 36px; } }
    .color-tabs .color-tab .tab-image {
      -ms-flex-preferred-size: calc(50% - 25px);
          flex-basis: calc(50% - 25px);
      width: calc(50% - 25px);
      padding-bottom: 50%;
      position: relative;
      overflow: hidden;
      height: calc(100vh - 20px); }
      @media (max-width: 1180px) {
        .color-tabs .color-tab .tab-image {
          -ms-flex-preferred-size: calc(50% - 18px);
              flex-basis: calc(50% - 18px);
          width: calc(50% - 18px); } }
      @media (max-width: 960px) {
        .color-tabs .color-tab .tab-image {
          width: 100%; } }
      .color-tabs .color-tab .tab-image img {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: center;
           object-position: center;
        width: 100%;
        height: 100%; }
    .color-tabs .color-tab.active {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 0px;
              flex: 1 1 0;
      width: auto; }
      @media (max-width: 960px) {
        .color-tabs .color-tab.active {
          display: block;
          width: 100%;
          -webkit-box-flex: unset;
              -ms-flex: unset;
                  flex: unset; } }
      .color-tabs .color-tab.active .tab-head {
        cursor: default; }
      .color-tabs .color-tab.active .tab-content {
        pointer-events: all; }
        .color-tabs .color-tab.active .tab-content .content-wrap {
          opacity: 1; }

.reveal-animation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  -webkit-transform-origin: right;
      -ms-transform-origin: right;
          transform-origin: right;
  z-index: 99;
  border-radius: 8px; }

.color-carousel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
  .color-carousel .large-slider-col {
    -ms-flex-preferred-size: calc(91.67% - 10px);
        flex-basis: calc(91.67% - 10px);
    width: calc(91.67% - 10px);
    margin-right: 10px;
    position: relative; }
    @media (max-width: 960px) {
      .color-carousel .large-slider-col {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        width: 100%;
        margin-right: 0; } }
    .color-carousel .large-slider-col .slide-content {
      width: calc(100% - 40px);
      position: absolute;
      bottom: 40px;
      left: 20px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      z-index: 2; }
      @media (max-width: 1180px) {
        .color-carousel .large-slider-col .slide-content {
          bottom: 20px;
          left: 10px;
          width: calc(100% - 20px); } }
      @media (max-width: 960px) {
        .color-carousel .large-slider-col .slide-content {
          bottom: 10px;
          display: block; } }
      .color-carousel .large-slider-col .slide-content .title {
        font-size: 60px;
        color: #fff;
        margin: 0;
        line-height: 1;
        -ms-flex-preferred-size: calc(100% - 160px);
            flex-basis: calc(100% - 160px);
        width: calc(100% - 160px); }
        @media (max-width: 1440px) {
          .color-carousel .large-slider-col .slide-content .title {
            font-size: 48px; } }
        @media (max-width: 1280px) {
          .color-carousel .large-slider-col .slide-content .title {
            font-size: 40px; } }
        @media (max-width: 960px) {
          .color-carousel .large-slider-col .slide-content .title {
            -ms-flex-preferred-size: 100%;
                flex-basis: 100%;
            width: 100%; } }
      .color-carousel .large-slider-col .slide-content .site-btn, .color-carousel .large-slider-col .slide-content .form-btn button, .form-btn .color-carousel .large-slider-col .slide-content button {
        -ms-flex-preferred-size: 140px;
            flex-basis: 140px;
        width: 140px;
        padding: 16px 0;
        margin-left: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        text-align: center;
        line-height: 1.2; }
        @media (max-width: 960px) {
          .color-carousel .large-slider-col .slide-content .site-btn, .color-carousel .large-slider-col .slide-content .form-btn button, .form-btn .color-carousel .large-slider-col .slide-content button {
            margin-left: 0;
            margin-top: 20px; } }
    .color-carousel .large-slider-col .swiper-slide {
      background-size: cover;
      height: calc(100vh - 20px);
      border-radius: 8px; }
      @media (max-width: 960px) {
        .color-carousel .large-slider-col .swiper-slide {
          height: 60vh; } }
      @media (max-width: 768px) {
        .color-carousel .large-slider-col .swiper-slide {
          height: calc(100vh - 215px); } }
    @media (max-width: 768px) {
      .color-carousel .large-slider-col .swiper-button {
        background-color: #D8D8D6;
        bottom: -190px;
        top: unset;
        -webkit-transform: unset;
            -ms-transform: unset;
                transform: unset;
        width: 52px;
        height: 52px; } }
    .color-carousel .large-slider-col .swiper-button.swiper-button-prev {
      left: 10px; }
      @media (max-width: 768px) {
        .color-carousel .large-slider-col .swiper-button.swiper-button-prev {
          left: 0; } }
    .color-carousel .large-slider-col .swiper-button.swiper-button-next {
      right: 10px; }
      @media (max-width: 768px) {
        .color-carousel .large-slider-col .swiper-button.swiper-button-next {
          right: 0; } }
  .color-carousel .colors-col {
    -ms-flex-preferred-size: 8.33%;
        flex-basis: 8.33%;
    width: 8.33%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media (max-width: 960px) {
      .color-carousel .colors-col {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        width: 100%;
        margin-right: 0;
        margin-top: 10px; } }
    .color-carousel .colors-col .color-box {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      position: relative;
      padding-bottom: 100%;
      margin-bottom: 10px; }
      @media (max-width: 960px) {
        .color-carousel .colors-col .color-box {
          padding-bottom: 12.5%;
          margin-bottom: 0;
          margin-right: 10px; } }
      @media (max-width: 768px) {
        .color-carousel .colors-col .color-box {
          -webkit-box-flex: 0;
              -ms-flex: 0;
                  flex: 0;
          -ms-flex-preferred-size: calc(33.33% - 6.66px);
              flex-basis: calc(33.33% - 6.66px);
          width: calc(33.33% - 6.66px);
          margin-right: 10px;
          padding-bottom: 0; } }
      @media (max-width: 768px) {
        .color-carousel .colors-col .color-box:nth-child(3n+3) {
          margin-right: 10px; } }
      .color-carousel .colors-col .color-box:last-child {
        margin-right: 0; }
    .color-carousel .colors-col .colors-vertical {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      width: 100%; }
      @media (max-width: 960px) {
        .color-carousel .colors-col .colors-vertical {
          -webkit-box-orient: unset;
          -webkit-box-direction: unset;
              -ms-flex-direction: unset;
                  flex-direction: unset;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap;
          overflow-x: scroll;
          scrollbar-width: none; } }
      @media (max-width: 768px) {
        .color-carousel .colors-col .colors-vertical {
          padding-bottom: 100px; } }
      @media (max-width: 768px) {
        .color-carousel .colors-col .colors-vertical .color-box {
          -ms-flex-negative: 0;
              flex-shrink: 0; } }
      .color-carousel .colors-col .colors-vertical .color-box:last-child {
        margin-bottom: 0; }
  @media (max-width: 768px) {
    .color-carousel.last-row .colors-col .colors-vertical {
      padding-bottom: 60px; } }

.swiper-button {
  background-color: #F7F7F8;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 52px;
  height: 52px;
  border-radius: 50%; }
  @media (max-width: 1180px) {
    .swiper-button {
      width: 40px;
      height: 40px; } }
  .swiper-button:after {
    display: none; }
  .swiper-button img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
    @media (max-width: 1180px) {
      .swiper-button img {
        width: 12px; } }
  .swiper-button.swiper-button-prev {
    left: 10px; }
    .swiper-button.swiper-button-prev img {
      -webkit-transform: translate(-50%, -50%) rotate(-180deg);
          -ms-transform: translate(-50%, -50%) rotate(-180deg);
              transform: translate(-50%, -50%) rotate(-180deg); }
  .swiper-button.swiper-button-next {
    right: 10px; }

.location-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 10%; }
  @media (max-width: 960px) {
    .location-row {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .location-row .main-location-col {
    -ms-flex-preferred-size: calc(50% - 5px);
        flex-basis: calc(50% - 5px);
    width: calc(50% - 5px);
    margin-right: 10px;
    height: 100vh; }
    @media (max-width: 960px) {
      .location-row .main-location-col {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
        height: 60vh; } }
  .location-row .location-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .location-row .location-item .image-wrap {
      height: calc(100vh - 150px);
      position: relative;
      overflow: hidden;
      border-radius: 8px; }
      @media (max-width: 1440px) {
        .location-row .location-item .image-wrap {
          height: calc(100vh - 120px); } }
      @media (max-width: 960px) {
        .location-row .location-item .image-wrap {
          height: 60vh; } }
      .location-row .location-item .image-wrap .image {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        height: 110%;
        width: 100%;
        background-size: cover;
        background-position: center; }
    .location-row .location-item .color-palette {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      margin-top: 10px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      border-radius: 8px; }
      .location-row .location-item .color-palette .color-box {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        margin-right: 10px; }
        .location-row .location-item .color-palette .color-box:last-child {
          margin-right: 0; }
    .location-row .location-item.secondary-item {
      -webkit-box-orient: unset;
      -webkit-box-direction: unset;
          -ms-flex-direction: unset;
              flex-direction: unset;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin-bottom: 10px; }
      .location-row .location-item.secondary-item:last-child {
        margin-bottom: 0; }
      .location-row .location-item.secondary-item .image-wrap {
        -ms-flex-preferred-size: calc(83.33% - 10px);
            flex-basis: calc(83.33% - 10px);
        width: calc(83.33% - 10px);
        margin-right: 10px; }
        @media (max-width: 768px) {
          .location-row .location-item.secondary-item .image-wrap {
            -ms-flex-preferred-size: 100%;
                flex-basis: 100%;
            width: 100%;
            margin-right: 0;
            margin-bottom: 10px; } }
      .location-row .location-item.secondary-item .color-palette {
        width: 16.66%;
        -ms-flex-preferred-size: 16.66%;
            flex-basis: 16.66%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -ms-flex-wrap: unset;
            flex-wrap: unset;
        margin-top: 0;
        height: calc(100vh - 150px);
        overflow-y: scroll;
        scrollbar-width: none;
        border-radius: 8px; }
        @media (max-width: 1440px) {
          .location-row .location-item.secondary-item .color-palette {
            height: calc(100vh - 120px); } }
        @media (max-width: 960px) {
          .location-row .location-item.secondary-item .color-palette {
            height: 60vh; } }
        @media (max-width: 768px) {
          .location-row .location-item.secondary-item .color-palette {
            -ms-flex-preferred-size: 100%;
                flex-basis: 100%;
            width: 100%;
            height: auto;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: unset;
            -webkit-box-direction: unset;
                -ms-flex-direction: unset;
                    flex-direction: unset;
            -ms-flex-wrap: nowrap;
                flex-wrap: nowrap;
            overflow-x: scroll;
            scrollbar-width: none; } }
        .location-row .location-item.secondary-item .color-palette .color-box {
          margin-right: 0;
          margin-bottom: 10px;
          padding-bottom: 100%; }
          @media (max-width: 768px) {
            .location-row .location-item.secondary-item .color-palette .color-box {
              -webkit-box-flex: 0;
                  -ms-flex: 0;
                      flex: 0;
              -ms-flex-preferred-size: calc(33.33% - 6.66px);
                  flex-basis: calc(33.33% - 6.66px);
              width: calc(33.33% - 6.66px);
              margin-right: 10px;
              padding-bottom: 0;
              margin-bottom: 0;
              -ms-flex-negative: 0;
                  flex-shrink: 0; } }
          .location-row .location-item.secondary-item .color-palette .color-box:last-child {
            margin-bottom: 0; }
    .location-row .location-item.main-item {
      height: calc(100vh - 20px); }
      .location-row .location-item.main-item .color-palette {
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        overflow-x: scroll;
        scrollbar-width: none; }
        .location-row .location-item.main-item .color-palette .color-box {
          -ms-flex-preferred-size: calc(16.66% - 6.66px);
              flex-basis: calc(16.66% - 6.66px);
          width: calc(16.66% - 6.66px);
          -ms-flex-negative: 0;
              flex-shrink: 0;
          height: 120px; }
          @media (max-width: 768px) {
            .location-row .location-item.main-item .color-palette .color-box {
              -webkit-box-flex: 0;
                  -ms-flex: 0;
                      flex: 0;
              -ms-flex-preferred-size: calc(33.33% - 6.66px);
                  flex-basis: calc(33.33% - 6.66px);
              width: calc(33.33% - 6.66px);
              -ms-flex-negative: 0;
                  flex-shrink: 0; } }
      @media (max-width: 960px) {
        .location-row .location-item.main-item {
          height: auto; } }
  .location-row .content-col {
    -ms-flex-preferred-size: calc(50% - 5px);
        flex-basis: calc(50% - 5px);
    width: calc(50% - 5px); }
    @media (max-width: 960px) {
      .location-row .content-col {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        width: 100%; } }
    .location-row .content-col .content-box {
      height: calc(100vh - 20px);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 30px;
      text-align: center;
      border-radius: 8px;
      margin-bottom: 10px; }
      @media (max-width: 1440px) {
        .location-row .content-col .content-box {
          font-size: 14px; } }
      @media (max-width: 960px) {
        .location-row .content-col .content-box {
          height: auto;
          padding: 10% 5%;
          font-size: 16px; } }
      .location-row .content-col .content-box .content-wrap {
        max-width: 70%; }
        @media (max-width: 960px) {
          .location-row .content-col .content-box .content-wrap .title {
            margin-top: 0; } }
        @media (max-width: 1180px) {
          .location-row .content-col .content-box .content-wrap {
            max-width: 90%; } }
        .location-row .content-col .content-box .content-wrap .title {
          font-size: 40px;
          margin-bottom: 20px; }

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

.product-hero .left-col {
  -ms-flex-preferred-size: calc( 58.34% - 5px);
      flex-basis: calc( 58.34% - 5px);
  width: calc( 58.34% - 5px);
  margin-right: 10px; }
  @media (max-width: 768px) {
    .product-hero .left-col {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      width: 100%;
      margin-right: 0;
      margin-bottom: 10px; } }
  .product-hero .left-col .media-col {
    -ms-flex-preferred-size: calc(71.42% - 5px);
        flex-basis: calc(71.42% - 5px);
    width: calc(71.42% - 5px);
    margin-right: 10px; }
    @media (max-width: 768px) {
      .product-hero .left-col .media-col {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px; } }
  .product-hero .left-col .scrollable-gallery {
    -ms-flex-preferred-size: calc(28.58% - 5px);
        flex-basis: calc(28.58% - 5px);
    width: calc(28.58% - 5px); }
    @media (max-width: 768px) {
      .product-hero .left-col .scrollable-gallery {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        width: 100%;
        margin-right: 0; } }

.product-hero .right-col {
  -ms-flex-preferred-size: calc( 41.66% - 5px);
      flex-basis: calc( 41.66% - 5px);
  width: calc( 41.66% - 5px); }
  @media (max-width: 768px) {
    .product-hero .right-col {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      width: 100%; } }

.product-hero .product-media-col {
  border-radius: 8px; }
  @media (max-width: 768px) {
    .product-hero .product-media-col {
      height: calc(60vh - 15px); } }
  .product-hero .product-media-col .featured-image {
    text-align: center; }
    .product-hero .product-media-col .featured-image img {
      max-width: 90%;
      width: auto;
      height: auto; }
      @media (max-width: 1440px) {
        .product-hero .product-media-col .featured-image img {
          max-width: 70%; } }
  .product-hero .product-media-col .breadcrumbs {
    position: absolute;
    bottom: 10px;
    left: 10px;
    width: calc(100% - 20px); }
    @media (max-width: 768px) {
      .product-hero .product-media-col .breadcrumbs {
        display: block !important; } }
    .product-hero .product-media-col .breadcrumbs span, .product-hero .product-media-col .breadcrumbs a {
      color: #F7F7F8;
      font-size: 12px;
      display: inline-block; }
    .product-hero .product-media-col .breadcrumbs a {
      position: relative; }
      .product-hero .product-media-col .breadcrumbs a:after {
        content: "";
        display: inline-block;
        height: 3px;
        width: 3px;
        border-radius: 100%;
        background-color: #F7F7F8;
        margin-left: 5px;
        position: relative;
        top: -2px; }

.product-hero .scrollable-gallery {
  -ms-flex-preferred-size: 16.68%;
      flex-basis: 16.68%;
  width: 16.68%; }
  .product-hero .scrollable-gallery .gallery-wrap {
    height: calc(100vh - 20px);
    overflow-y: scroll;
    scrollbar-width: none;
    border-radius: 8px; }
    @media (max-width: 768px) {
      .product-hero .scrollable-gallery .gallery-wrap {
        overflow-y: hidden;
        overflow-x: hidden;
        height: calc(40vh - 15px); } }

.product-hero .flex-container.no-gallery .left-col {
  -ms-flex-preferred-size: calc(50% - 5px);
      flex-basis: calc(50% - 5px);
  width: calc(50% - 5px); }
  .product-hero .flex-container.no-gallery .left-col .media-col {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    width: 100%;
    margin-right: 0; }

.product-hero .flex-container.no-gallery .right-col {
  -ms-flex-preferred-size: calc(50% - 5px);
      flex-basis: calc(50% - 5px);
  width: calc(50% - 5px); }

@media (max-width: 768px) {
  .product-hero .product-gallery-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow-x: scroll;
    scrollbar-width: none; } }

.product-hero .product-gallery-col .gallery-item {
  margin-bottom: 10px; }
  @media (max-width: 768px) {
    .product-hero .product-gallery-col .gallery-item {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      margin-bottom: 0;
      -ms-flex-preferred-size: calc(50% - 5px);
          flex-basis: calc(50% - 5px);
      width: calc(50% - 5px);
      margin-right: 10px;
      height: calc(40vh - 15px); } }
  .product-hero .product-gallery-col .gallery-item:last-child {
    margin-bottom: 0; }
    @media (max-width: 768px) {
      .product-hero .product-gallery-col .gallery-item:last-child {
        margin-right: 0; } }

.product-hero .product-gallery-col img {
  border-radius: 8px;
  width: 100%;
  height: auto; }
  @media (max-width: 768px) {
    .product-hero .product-gallery-col img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; } }

.product-hero .product-content-col {
  border-radius: 8px; }
  .product-hero .product-content-col .full-height {
    border-radius: 8px;
    padding: 10px;
    margin-bottom: 10px; }
    .product-hero .product-content-col .full-height:last-child {
      margin-bottom: 0; }
  .product-hero .product-content-col .content-wrap {
    max-width: 80%;
    margin: auto;
    text-align: center; }
    .product-hero .product-content-col .content-wrap span {
      font-size: 20px;
      display: block;
      max-width: 60%;
      margin: 0 20%;
      line-height: 1.32; }
      @media (max-width: 1620px) {
        .product-hero .product-content-col .content-wrap span {
          font-size: 18px;
          max-width: 80%;
          margin: 0 10%; } }
      @media (max-width: 1440px) {
        .product-hero .product-content-col .content-wrap span {
          font-size: 16px; } }
      @media (max-width: 1366px) {
        .product-hero .product-content-col .content-wrap span {
          max-width: 100%;
          margin: 0 0; } }
      @media (max-width: 1280px) {
        .product-hero .product-content-col .content-wrap span {
          font-size: 14px; } }
      @media (max-width: 768px) {
        .product-hero .product-content-col .content-wrap span {
          font-size: 16px; } }
      .product-hero .product-content-col .content-wrap span.pretitle {
        max-width: 50%;
        margin: 0 25%; }
        @media (max-width: 1620px) {
          .product-hero .product-content-col .content-wrap span.pretitle {
            max-width: 80%;
            margin: 0 10%; } }
        @media (max-width: 768px) {
          .product-hero .product-content-col .content-wrap span.pretitle {
            max-width: 100%;
            margin: 0; } }

.product-hero .product-files {
  position: absolute;
  bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  left: 50%;
  width: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%); }
  @media (max-width: 1620px) {
    .product-hero .product-files {
      bottom: 10px; } }
  @media (max-width: 1180px) {
    .product-hero .product-files {
      width: 60%; } }
  @media (max-width: 768px) {
    .product-hero .product-files {
      position: relative;
      left: 0;
      width: calc(100% - 20px);
      -webkit-transform: unset;
          -ms-transform: unset;
              transform: unset; } }
  .product-hero .product-files .download-button {
    width: 100%;
    border: 2px solid #2B292A;
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    padding: 12px 15px;
    margin-top: 10px; }
    .product-hero .product-files .download-button img {
      margin-left: auto;
      margin-right: 0; }
      @media (max-width: 1180px) {
        .product-hero .product-files .download-button img {
          width: 16px; } }

.full-width-btn {
  width: 100%;
  padding: 16px 45px;
  position: relative;
  display: block;
  margin-bottom: 10px;
  border-radius: 8px; }
  @media (max-width: 1440px) {
    .full-width-btn {
      padding: 16px 30px; } }
  @media (max-width: 1180px) {
    .full-width-btn {
      padding: 15px 20px; } }
  .full-width-btn:last-child {
    margin-bottom: 0;
    border-radius: 8px; }
  .full-width-btn span {
    font-size: 20px; }
    @media (max-width: 1440px) {
      .full-width-btn span {
        font-size: 18px; } }
    @media (max-width: 1180px) {
      .full-width-btn span {
        font-size: 16px; } }
    @media (max-width: 768px) {
      .full-width-btn span {
        font-size: 18px; } }
  .full-width-btn img {
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }

.extra-product-info .large-content {
  padding: 45px; }
  @media (max-width: 1440px) {
    .extra-product-info .large-content {
      padding: 20px; } }
  @media (max-width: 1180px) {
    .extra-product-info .large-content {
      padding: 10px; } }
  .extra-product-info .large-content h2 {
    margin-top: 0;
    font-size: 40px;
    max-width: 90%; }
    @media (max-width: 1620px) {
      .extra-product-info .large-content h2 {
        font-size: 32px; } }
    @media (max-width: 1366px) {
      .extra-product-info .large-content h2 {
        font-size: 28px; } }
    @media (max-width: 1280px) {
      .extra-product-info .large-content h2 {
        font-size: 25px;
        max-width: 100%; } }
    @media (max-width: 1180px) {
      .extra-product-info .large-content h2 {
        font-size: 20px; } }
    @media (max-width: 768px) {
      .extra-product-info .large-content h2 {
        font-size: 22px;
        line-height: 1.2; } }
  .extra-product-info .large-content .content {
    max-width: 80%; }
    @media (max-width: 1440px) {
      .extra-product-info .large-content .content {
        font-size: 14px; } }
    @media (max-width: 1280px) {
      .extra-product-info .large-content .content {
        max-width: 100%; } }
    @media (max-width: 768px) {
      .extra-product-info .large-content .content {
        font-size: 16px; } }

.extra-product-info .numbered-list {
  padding: 45px; }
  @media (max-width: 1440px) {
    .extra-product-info .numbered-list {
      padding: 20px; } }
  @media (max-width: 1180px) {
    .extra-product-info .numbered-list {
      padding: 20px 10px; } }
  .extra-product-info .numbered-list .number-row {
    position: relative;
    margin-bottom: 20px; }
    @media (max-width: 1180px) {
      .extra-product-info .numbered-list .number-row {
        margin-bottom: 10px; } }
    @media (max-width: 768px) {
      .extra-product-info .numbered-list .number-row {
        margin-bottom: 20px; } }
    .extra-product-info .numbered-list .number-row .number {
      position: absolute;
      left: 0;
      font-size: 40px;
      line-height: 1;
      top: -2px; }
      @media (max-width: 1366px) {
        .extra-product-info .numbered-list .number-row .number {
          font-size: 34px; } }
      @media (max-width: 1180px) {
        .extra-product-info .numbered-list .number-row .number {
          font-size: 26px; } }
      @media (max-width: 768px) {
        .extra-product-info .numbered-list .number-row .number {
          font-size: 32px; } }
    .extra-product-info .numbered-list .number-row .text-wrap {
      padding-left: 60px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      @media (max-width: 1366px) {
        .extra-product-info .numbered-list .number-row .text-wrap {
          padding-left: 40px; } }
      @media (max-width: 1180px) {
        .extra-product-info .numbered-list .number-row .text-wrap {
          padding-left: 30px; } }
      @media (max-width: 768px) {
        .extra-product-info .numbered-list .number-row .text-wrap {
          padding-left: 40px; } }
      .extra-product-info .numbered-list .number-row .text-wrap h5 {
        margin: 0 0 5px;
        font-size: 20px;
        line-height: 1; }
        @media (max-width: 1180px) {
          .extra-product-info .numbered-list .number-row .text-wrap h5 {
            font-size: 16px;
            margin: 0 0 2px; } }
        @media (max-width: 768px) {
          .extra-product-info .numbered-list .number-row .text-wrap h5 {
            font-size: 18px; } }
      @media (max-width: 1180px) {
        .extra-product-info .numbered-list .number-row .text-wrap span {
          line-height: 1.1; } }
      @media (max-width: 768px) {
        .extra-product-info .numbered-list .number-row .text-wrap span {
          font-size: 16px; } }
  @media (max-width: 768px) {
    .extra-product-info .numbered-list:last-child .number-row {
      margin-bottom: 0; } }

.extra-product-info .cert-logos {
  padding: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media (max-width: 1440px) {
    .extra-product-info .cert-logos {
      padding: 20px; } }
  @media (max-width: 1180px) {
    .extra-product-info .cert-logos {
      padding: 20px 10px; } }
  .extra-product-info .cert-logos .cert-logo {
    margin-right: 10px; }
  .extra-product-info .cert-logos img {
    height: 80px;
    width: auto; }
    @media (max-width: 1180px) {
      .extra-product-info .cert-logos img {
        height: 60px; } }

.products-tab {
  display: none; }
  .products-tab.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

.product-archive {
  border-radius: 8px; }
  .product-archive .large-title-row {
    margin-top: 0; }
  .product-archive .product-list {
    padding: 10px; }
    .product-archive .product-list .product-box {
      margin-bottom: 50px; }
  .product-archive .archive-tools-wrap {
    margin-bottom: 0 !important; }
    @media (min-width: 960px) {
      .product-archive .archive-tools-wrap.sticky {
        -webkit-transform: translateY(80px);
            -ms-transform: translateY(80px);
                transform: translateY(80px); } }
    @media (max-width: 960px) {
      .product-archive .archive-tools-wrap.sticky .archive-tools {
        margin-top: 80px !important; } }

.archive-tools-wrap {
  position: relative;
  z-index: 10; }
  .archive-tools-wrap .tools-switch {
    display: none; }
    @media (max-width: 960px) {
      .archive-tools-wrap .tools-switch {
        display: block;
        font-size: 14px;
        margin: 0 5px;
        padding: 16px 20px;
        position: relative;
        background-color: rgba(216, 216, 214, 0.8);
        -webkit-backdrop-filter: blur(40px);
                backdrop-filter: blur(40px);
        border-radius: 8px;
        cursor: pointer;
        -webkit-transition: background-color .25s ease-in-out, color .25s ease-in-out;
        -o-transition: background-color .25s ease-in-out, color .25s ease-in-out;
        transition: background-color .25s ease-in-out, color .25s ease-in-out; } }

.archive-tools {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .archive-tools .buttons-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 960px) {
      .archive-tools .buttons-wrap {
        display: none; } }
  .archive-tools .filter-button {
    font-size: 14px;
    margin: 0 5px;
    padding: 16px 20px;
    position: relative;
    background-color: rgba(216, 216, 214, 0.8);
    -webkit-backdrop-filter: blur(40px);
            backdrop-filter: blur(40px);
    border-radius: 8px;
    cursor: pointer;
    -webkit-transition: background-color .25s ease-in-out, color .25s ease-in-out;
    -o-transition: background-color .25s ease-in-out, color .25s ease-in-out;
    transition: background-color .25s ease-in-out, color .25s ease-in-out; }
    .archive-tools .filter-button.active, .archive-tools .filter-button:hover {
      background-color: rgba(43, 41, 42, 0.8);
      color: #fff; }

.floating-menu {
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: rgba(255, 255, 255, 0.3);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  border-radius: 8px;
  opacity: 0;
  -webkit-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
  pointer-events: none;
  padding: 10px;
  width: 100%;
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px; }
  .floating-menu.active {
    opacity: 1;
    pointer-events: all; }
  .floating-menu .filter-button {
    display: block;
    font-size: 14px;
    margin: 5px 0;
    padding: 16px 20px;
    position: relative;
    background-color: rgba(216, 216, 214, 0.8);
    -webkit-backdrop-filter: blur(40px);
            backdrop-filter: blur(40px);
    border-radius: 8px;
    cursor: pointer;
    -webkit-transition: background-color .25s ease-in-out, color .25s ease-in-out;
    -o-transition: background-color .25s ease-in-out, color .25s ease-in-out;
    transition: background-color .25s ease-in-out, color .25s ease-in-out; }
    .floating-menu .filter-button.active {
      background-color: #2B292A;
      color: #F7F7F8; }

.close-floating {
  display: block;
  font-size: 14px;
  position: absolute;
  width: 52px;
  height: 52px;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: rgba(216, 216, 214, 0.8);
  -webkit-backdrop-filter: blur(40px);
          backdrop-filter: blur(40px);
  border-radius: 8px;
  cursor: pointer;
  -webkit-transition: background-color .25s ease-in-out, color .25s ease-in-out;
  -o-transition: background-color .25s ease-in-out, color .25s ease-in-out;
  transition: background-color .25s ease-in-out, color .25s ease-in-out;
  display: none; }
  @media (max-width: 768px) {
    .close-floating {
      display: block; } }
  .close-floating:before {
    content: "";
    display: block;
    width: 16px;
    height: 3px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
        -ms-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg);
    background-color: #2B292A;
    border-radius: 8px; }
  .close-floating:after {
    content: "";
    display: block;
    width: 16px;
    height: 3px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
        -ms-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
    background-color: #2B292A;
    border-radius: 8px; }

.three-columns-content .left-col,
.three-columns-content .right-col {
  -ms-flex-preferred-size: calc(45.83% - 10px);
      flex-basis: calc(45.83% - 10px);
  width: calc(45.83% - 10px); }
  @media (max-width: 960px) {
    .three-columns-content .left-col,
    .three-columns-content .right-col {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      width: 100%; } }

.three-columns-content .middle-col {
  -ms-flex-preferred-size: 8.34%;
      flex-basis: 8.34%;
  width: 8.34%;
  margin: 0 10px;
  border-radius: 8px;
  overflow: hidden; }
  @media (max-width: 960px) {
    .three-columns-content .middle-col {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      width: 100%;
      margin: 10px 0; } }
  .three-columns-content .middle-col .color-chart-sticky {
    height: calc(100vh - 20px);
    width: 100%;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media (max-width: 960px) {
      .three-columns-content .middle-col .color-chart-sticky {
        -webkit-box-orient: unset;
        -webkit-box-direction: unset;
            -ms-flex-direction: unset;
                flex-direction: unset;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        height: auto; } }
    @media (max-width: 768px) {
      .three-columns-content .middle-col .color-chart-sticky {
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        overflow-x: scroll;
        scrollbar-width: none; } }
    .three-columns-content .middle-col .color-chart-sticky .color-box {
      margin-bottom: 10px; }
      @media (max-width: 960px) {
        .three-columns-content .middle-col .color-chart-sticky .color-box {
          -ms-flex-preferred-size: calc(25% - 10px);
              flex-basis: calc(25% - 10px);
          width: calc(25% - 10px);
          margin-right: 10px;
          margin-bottom: 0;
          padding-bottom: 0;
          min-height: 100px; } }
      @media (max-width: 768px) {
        .three-columns-content .middle-col .color-chart-sticky .color-box {
          -ms-flex-preferred-size: calc(33.33% - 6.66px);
              flex-basis: calc(33.33% - 6.66px);
          width: calc(33.33% - 6.66px);
          -ms-flex-negative: 0;
              flex-shrink: 0; } }
      .three-columns-content .middle-col .color-chart-sticky .color-box:last-child {
        margin-bottom: 0; }
        @media (max-width: 768px) {
          .three-columns-content .middle-col .color-chart-sticky .color-box:last-child {
            margin-right: 0; } }
      .three-columns-content .middle-col .color-chart-sticky .color-box:nth-child(1) {
        -webkit-box-flex: 5;
            -ms-flex-positive: 5;
                flex-grow: 5; }
      .three-columns-content .middle-col .color-chart-sticky .color-box:nth-child(2) {
        -webkit-box-flex: 3;
            -ms-flex-positive: 3;
                flex-grow: 3; }
      .three-columns-content .middle-col .color-chart-sticky .color-box:nth-child(3) {
        -webkit-box-flex: 2;
            -ms-flex-positive: 2;
                flex-grow: 2; }

.three-columns-content .col-element {
  margin-bottom: 10px; }
  .three-columns-content .col-element:last-child {
    margin-bottom: 0; }

.three-columns-content .content-box {
  background-color: #ccc;
  height: 65vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 8px; }
  @media (max-width: 768px) {
    .three-columns-content .content-box {
      height: auto;
      padding: 20% 0; } }
  .three-columns-content .content-box .content-wrap {
    text-align: center;
    max-width: 70%; }
    @media (max-width: 1440px) {
      .three-columns-content .content-box .content-wrap {
        font-size: 14px; } }
    @media (max-width: 768px) {
      .three-columns-content .content-box .content-wrap {
        font-size: 16px;
        max-width: 90%; } }

.three-columns-content .image-wrap {
  height: 65vh;
  position: relative;
  border-radius: 8px;
  overflow: hidden; }
  @media (max-width: 768px) {
    .three-columns-content .image-wrap {
      height: 50vh; } }
  .three-columns-content .image-wrap .image-box {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    height: 110%;
    width: 100%;
    background-size: cover;
    background-position: center; }

.title-hero {
  height: 60vh;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 10px; }
  .title-hero .title {
    text-align: center;
    font-size: 60px; }
    @media (max-width: 768px) {
      .title-hero .title {
        font-size: 44px; } }
    .title-hero .title span {
      color: #ED1C24;
      display: block;
      line-height: 1.2;
      font-size: 60px; }
      @media (max-width: 768px) {
        .title-hero .title span {
          font-size: 44px; } }

.search-results-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 8px;
  padding: 10px 20px; }
  .search-results-row .search-result {
    border-bottom: 1px solid #F7F7F8;
    display: block;
    padding: 20px 0;
    margin-bottom: 10px; }
    .search-results-row .search-result > p {
      margin: 0 0; }
    .search-results-row .search-result h3 {
      color: #ED1C24;
      margin: 0;
      font-size: 16px; }
    .search-results-row .search-result:last-child {
      margin-bottom: 0;
      border-bottom: 0; }

.inspiration-seasons .season-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin-bottom: 10px; }
  @media (max-width: 960px) {
    .inspiration-seasons .season-card {
      margin-bottom: 10%; } }
  .inspiration-seasons .season-card:last-child {
    margin-bottom: 0; }
    @media (max-width: 960px) {
      .inspiration-seasons .season-card:last-child {
        margin-bottom: 10%; } }
  .inspiration-seasons .season-card .image-col,
  .inspiration-seasons .season-card .content-col {
    -ms-flex-preferred-size: calc( 45.83% - 10px);
        flex-basis: calc( 45.83% - 10px);
    width: calc( 45.83% - 10px);
    border-radius: 8px;
    height: 65vh; }
    @media (max-width: 960px) {
      .inspiration-seasons .season-card .image-col,
      .inspiration-seasons .season-card .content-col {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        width: 100%;
        height: auto; } }
  .inspiration-seasons .season-card .image-col {
    position: relative;
    overflow: hidden;
    padding-bottom: 30%; }
    @media (max-width: 960px) {
      .inspiration-seasons .season-card .image-col {
        padding-bottom: 70%; } }
    .inspiration-seasons .season-card .image-col img {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      -o-object-fit: cover;
         object-fit: cover; }
  .inspiration-seasons .season-card .colors-list {
    -ms-flex-preferred-size: 8.34%;
        flex-basis: 8.34%;
    width: 8.34%;
    margin: 0 10px;
    height: 65vh;
    overflow-y: scroll;
    scrollbar-width: none;
    border-radius: 8px; }
    @media (max-width: 960px) {
      .inspiration-seasons .season-card .colors-list {
        margin: 10px 0;
        height: auto;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
    @media (max-width: 768px) {
      .inspiration-seasons .season-card .colors-list {
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        overflow-x: scroll;
        scrollbar-width: none; } }
    .inspiration-seasons .season-card .colors-list .color-box {
      min-height: unset;
      margin-bottom: 10px;
      padding-bottom: 88%; }
      @media (max-width: 960px) {
        .inspiration-seasons .season-card .colors-list .color-box {
          -ms-flex-preferred-size: calc(25% - 7.5px);
              flex-basis: calc(25% - 7.5px);
          width: calc(25% - 7.5px);
          margin-right: 10px;
          margin-bottom: 0;
          padding-bottom: 0;
          min-height: 80px;
          margin-top: 10px; } }
      @media (max-width: 768px) {
        .inspiration-seasons .season-card .colors-list .color-box {
          -ms-flex-preferred-size: calc(33.33% - 6.66px);
              flex-basis: calc(33.33% - 6.66px);
          width: calc(33.33% - 6.66px);
          -ms-flex-negative: 0;
              flex-shrink: 0;
          min-height: 120px;
          margin-top: 0; } }
      @media (max-width: 960px) {
        .inspiration-seasons .season-card .colors-list .color-box:nth-child(4n+4) {
          margin-right: 0; } }
      @media (max-width: 768px) {
        .inspiration-seasons .season-card .colors-list .color-box:nth-child(4n+4) {
          margin-right: 10px; } }
      @media (max-width: 960px) {
        .inspiration-seasons .season-card .colors-list .color-box:nth-child(1), .inspiration-seasons .season-card .colors-list .color-box:nth-child(2), .inspiration-seasons .season-card .colors-list .color-box:nth-child(3), .inspiration-seasons .season-card .colors-list .color-box:nth-child(4) {
          margin-top: 0; } }
      .inspiration-seasons .season-card .colors-list .color-box:last-child {
        margin-bottom: 0; }
        @media (max-width: 768px) {
          .inspiration-seasons .season-card .colors-list .color-box:last-child {
            margin-right: 0; } }
  .inspiration-seasons .season-card .content-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px 7.5%;
    text-align: center; }
    @media (max-width: 1440px) {
      .inspiration-seasons .season-card .content-col {
        font-size: 14px; } }
    @media (max-width: 1180px) {
      .inspiration-seasons .season-card .content-col {
        padding: 10px 2.5%; } }
    @media (max-width: 960px) {
      .inspiration-seasons .season-card .content-col {
        padding: 15% 10%; } }
    .inspiration-seasons .season-card .content-col h3 {
      font-size: 40px;
      margin: 0 0 15px; }
      @media (max-width: 1440px) {
        .inspiration-seasons .season-card .content-col h3 {
          margin: 0 0 25px; } }
      @media (max-width: 1280px) {
        .inspiration-seasons .season-card .content-col h3 {
          font-size: 32px; } }
    .inspiration-seasons .season-card .content-col .site-btn, .inspiration-seasons .season-card .content-col .form-btn button, .form-btn .inspiration-seasons .season-card .content-col button {
      margin-top: 20px; }
      @media (max-width: 1440px) {
        .inspiration-seasons .season-card .content-col .site-btn, .inspiration-seasons .season-card .content-col .form-btn button, .form-btn .inspiration-seasons .season-card .content-col button {
          margin-top: 30px; } }

.season-palettes {
  padding-top: 10px; }

.inspiration-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-preferred-size: calc(50% - 5px);
      flex-basis: calc(50% - 5px);
  width: calc(50% - 5px);
  margin-right: 10px;
  margin-top: 10px; }
  @media (max-width: 960px) {
    .inspiration-item {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      width: 100%;
      margin-right: 0; } }
  .inspiration-item:nth-child(1), .inspiration-item:nth-child(2) {
    margin-top: 0; }
    @media (max-width: 960px) {
      .inspiration-item:nth-child(1), .inspiration-item:nth-child(2) {
        margin-top: 10px; } }
  @media (max-width: 960px) {
    .inspiration-item:nth-child(1) {
      margin-top: 0; } }
  .inspiration-item:nth-child(2n+2) {
    margin-right: 0; }
  @media (max-width: 768px) {
    .inspiration-item:last-child {
      margin-bottom: 70px; } }
  .inspiration-item .image-wrap {
    -ms-flex-preferred-size: calc(83.33% - 10px);
        flex-basis: calc(83.33% - 10px);
    width: calc(83.33% - 10px);
    height: 80vh;
    position: relative;
    margin-right: 10px;
    overflow: hidden;
    border-radius: 8px; }
    @media (max-width: 1180px) {
      .inspiration-item .image-wrap {
        height: 65vh; } }
    @media (max-width: 768px) {
      .inspiration-item .image-wrap {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px; } }
    .inspiration-item .image-wrap .image {
      position: absolute;
      top: -5%;
      left: 0;
      width: 100%;
      height: 110%;
      background-size: cover;
      background-position: center; }
  .inspiration-item .colors-list {
    -ms-flex-preferred-size: 16.67%;
        flex-basis: 16.67%;
    width: 16.67%;
    height: 80vh;
    overflow-y: scroll;
    scrollbar-width: none;
    border-radius: 8px; }
    @media (max-width: 1180px) {
      .inspiration-item .colors-list {
        height: 65vh; } }
    @media (max-width: 768px) {
      .inspiration-item .colors-list {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        width: 100%;
        height: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        overflow-x: scroll;
        scrollbar-width: none; } }
    .inspiration-item .colors-list .color-box {
      min-height: unset;
      margin-bottom: 10px;
      padding-bottom: 100%; }
      @media (max-width: 768px) {
        .inspiration-item .colors-list .color-box {
          -ms-flex-preferred-size: 33.33%;
              flex-basis: 33.33%;
          width: 33.33%;
          margin-bottom: 0;
          -ms-flex-negative: 0;
              flex-shrink: 0;
          padding-bottom: 0;
          min-height: 120px; } }
      .inspiration-item .colors-list .color-box:last-child {
        margin-bottom: 0; }

.solutions-hero .media-col .hero-video {
  height: calc( 100vh - 20px);
  position: relative; }
  .solutions-hero .media-col .hero-video video {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -o-object-fit: cover;
       object-fit: cover;
    z-index: 9; }

.solutions-hero .single-tab {
  padding: 0;
  display: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .solutions-hero .single-tab:before {
    top: 116px; }
    @media (max-width: 1280px) {
      .solutions-hero .single-tab:before {
        top: 66px; } }
    @media (max-width: 768px) {
      .solutions-hero .single-tab:before {
        top: 40px; } }
  .solutions-hero .single-tab:after {
    top: 108px; }
    @media (max-width: 1280px) {
      .solutions-hero .single-tab:after {
        top: 58px; } }
    @media (max-width: 768px) {
      .solutions-hero .single-tab:after {
        top: 33px; } }
  .solutions-hero .single-tab .image-col {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    width: 25%;
    padding-bottom: 25%;
    border-radius: 8px;
    background-size: cover;
    background-position: center; }
  .solutions-hero .single-tab .content-col {
    -ms-flex-preferred-size: calc(75% - 10px);
        flex-basis: calc(75% - 10px);
    width: calc(75% - 10px);
    margin-left: 10px;
    padding: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media (max-width: 1280px) {
      .solutions-hero .single-tab .content-col {
        padding: 30px 25px; } }
    @media (max-width: 768px) {
      .solutions-hero .single-tab .content-col {
        padding: 10px 15px; } }
    .solutions-hero .single-tab .content-col h3 {
      width: calc(100% - 30px); }
      @media (max-width: 1280px) {
        .solutions-hero .single-tab .content-col h3 {
          font-size: 16px;
          line-height: 1.2;
          padding-right: 10px; } }
  .solutions-hero .single-tab.visible {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .solutions-hero .single-tab.visible.active h3 {
      margin: 5px 0; }
    .solutions-hero .single-tab.visible.active + .solution-tab-content {
      border-radius: 8px;
      display: block;
      padding: 50px 40px; }
      @media (max-width: 1280px) {
        .solutions-hero .single-tab.visible.active + .solution-tab-content {
          padding: 25px; } }
      @media (max-width: 768px) {
        .solutions-hero .single-tab.visible.active + .solution-tab-content {
          padding: 5px 15px; } }

.solutions-hero .sticky-container .tab-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (max-width: 1280px) {
    .solutions-hero .sticky-container .tab-buttons {
      margin-top: 40px; } }
  .solutions-hero .sticky-container .tab-buttons .tab-button {
    margin-bottom: 10px;
    margin-right: 0;
    margin-top: 0; }
    .solutions-hero .sticky-container .tab-buttons .tab-button:last-child {
      margin-bottom: 0; }

@media (max-width: 768px) {
  .solutions-hero .sticky-container .full-height {
    height: auto;
    padding: 35px 0; } }

.solutions-hero .solution-tab-content {
  display: none;
  margin-top: 10px; }

.store-filters .dropdown-col {
  -ms-flex-preferred-size: calc(50% - 84px);
      flex-basis: calc(50% - 84px);
  width: calc(50% - 84px);
  margin-right: 10px; }
  @media (max-width: 768px) {
    .store-filters .dropdown-col {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      width: 100%;
      margin-right: 0;
      margin-bottom: 10px; } }
  .store-filters .dropdown-col select {
    height: 50px;
    width: 100%;
    border-radius: 8px;
    border: 0;
    padding-left: 17px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none; }
  .store-filters .dropdown-col .select2 {
    border-radius: 8px;
    height: 50px;
    width: 100%;
    display: block;
    padding: 0; }
    .store-filters .dropdown-col .select2.select2-container--open {
      border-bottom-left-radius: 0;
      border-bottom-right-radius: 0; }
    .store-filters .dropdown-col .select2 .selection {
      width: 100%;
      height: 50px;
      padding: 0 20px;
      display: block; }
    .store-filters .dropdown-col .select2 .select2-selection {
      width: 100%;
      height: 50px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      cursor: pointer; }

.store-filters .button-col {
  -ms-flex-preferred-size: 148px;
      flex-basis: 148px;
  width: 148px; }
  @media (max-width: 768px) {
    .store-filters .button-col {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      width: 100%; } }
  .store-filters .button-col .site-btn, .store-filters .button-col .form-btn button, .form-btn .store-filters .button-col button {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: 0;
    outline: 0;
    margin: 0;
    cursor: pointer; }

.stores-list {
  border-radius: 8px;
  margin: 10px 0;
  padding: 20px; }
  .stores-list .store-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-bottom: 1px solid #F7F7F8;
    margin-bottom: 15px;
    padding-bottom: 15px;
    position: relative;
    cursor: pointer; }
    .stores-list .store-row.stores-header {
      cursor: default; }
      @media (max-width: 960px) {
        .stores-list .store-row.stores-header {
          display: none; } }
    .stores-list .store-row:last-child {
      border-bottom: 0;
      margin-bottom: 0;
      padding-bottom: 0; }
    .stores-list .store-row .store-title {
      -ms-flex-preferred-size: calc(33.33% - 10px);
          flex-basis: calc(33.33% - 10px);
      width: calc(33.33% - 10px);
      margin-right: 10px; }
      @media (max-width: 960px) {
        .stores-list .store-row .store-title {
          -ms-flex-preferred-size: calc(50% - 5px);
              flex-basis: calc(50% - 5px);
          width: calc(50% - 5px); } }
      @media (max-width: 768px) {
        .stores-list .store-row .store-title {
          -ms-flex-preferred-size: 100%;
              flex-basis: 100%;
          width: 100%;
          margin-right: 0; } }
    .stores-list .store-row .store-address {
      -ms-flex-preferred-size: calc(25% - 10px);
          flex-basis: calc(25% - 10px);
      width: calc(25% - 10px);
      margin-right: 10px; }
      @media (max-width: 960px) {
        .stores-list .store-row .store-address {
          -ms-flex-preferred-size: calc(50% - 5px);
              flex-basis: calc(50% - 5px);
          width: calc(50% - 5px);
          margin-right: 0; } }
      @media (max-width: 768px) {
        .stores-list .store-row .store-address {
          -ms-flex-preferred-size: 100%;
              flex-basis: 100%;
          width: 100%; } }
    .stores-list .store-row .store-city {
      -ms-flex-preferred-size: calc(25% - 10px);
          flex-basis: calc(25% - 10px);
      width: calc(25% - 10px);
      margin-right: 10px; }
      @media (max-width: 960px) {
        .stores-list .store-row .store-city {
          -ms-flex-preferred-size: calc(50% - 5px);
              flex-basis: calc(50% - 5px);
          width: calc(50% - 5px);
          margin-top: 20px; } }
      @media (max-width: 768px) {
        .stores-list .store-row .store-city {
          -ms-flex-preferred-size: 100%;
              flex-basis: 100%;
          width: 100%;
          margin-top: 0; } }
    .stores-list .store-row .store-phone {
      -ms-flex-preferred-size: 16.66%;
          flex-basis: 16.66%;
      width: 16.66%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      @media (max-width: 960px) {
        .stores-list .store-row .store-phone {
          -ms-flex-preferred-size: calc(50% - 5px);
              flex-basis: calc(50% - 5px);
          width: calc(50% - 5px);
          margin-top: 20px; } }
      @media (max-width: 768px) {
        .stores-list .store-row .store-phone {
          -ms-flex-preferred-size: 100%;
              flex-basis: 100%;
          width: 100%;
          margin-top: 0; } }
      .stores-list .store-row .store-phone .mixer-info {
        margin-left: auto;
        margin-right: 20px; }
        @media (max-width: 768px) {
          .stores-list .store-row .store-phone .mixer-info {
            margin-right: 0;
            position: absolute;
            margin-right: 0;
            bottom: 8px;
            -webkit-filter: invert(1);
                    filter: invert(1);
            z-index: 9;
            left: 14px;
            width: 18px; } }
        .stores-list .store-row .store-phone .mixer-info:hover + .color-mixing {
          -webkit-transform: translateX(0);
              -ms-transform: translateX(0);
                  transform: translateX(0);
          opacity: 1; }
      .stores-list .store-row .store-phone .arrow-button {
        cursor: pointer; }
        @media (max-width: 768px) {
          .stores-list .store-row .store-phone .arrow-button {
            position: absolute;
            top: 0;
            right: 0; } }
    .stores-list .store-row .color-mixing {
      position: absolute;
      right: 80px;
      top: -5px;
      background-color: #2B292A;
      border-radius: 8px;
      padding: 6px 8px 8px;
      font-size: 14px;
      -webkit-transform: translateX(-10px);
          -ms-transform: translateX(-10px);
              transform: translateX(-10px);
      opacity: 0;
      -webkit-transition: opacity .25s ease-in-out, -webkit-transform .25s ease-in-out;
      transition: opacity .25s ease-in-out, -webkit-transform .25s ease-in-out;
      -o-transition: transform .25s ease-in-out, opacity .25s ease-in-out;
      transition: transform .25s ease-in-out, opacity .25s ease-in-out;
      transition: transform .25s ease-in-out, opacity .25s ease-in-out, -webkit-transform .25s ease-in-out;
      pointer-events: none; }
      @media (max-width: 768px) {
        .stores-list .store-row .color-mixing {
          position: relative;
          right: -10px;
          top: 0;
          opacity: 1;
          margin-top: 10px;
          padding: 10px;
          padding-left: 42px;
          text-align: left;
          margin-left: 0;
          width: 100%; } }
      .stores-list .store-row .color-mixing span {
        color: #F7F7F8; }
        @media (max-width: 768px) {
          .stores-list .store-row .color-mixing span {
            display: block;
            font-size: 10px; } }

.store-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  z-index: 99999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  pointer-events: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 10px; }
  .store-popup.visible {
    pointer-events: all; }
    .store-popup.visible .popup-content-wrap {
      opacity: 1; }
    .store-popup.visible .popup-bg {
      opacity: 1; }
  .store-popup .popup-content-wrap {
    opacity: 0;
    -webkit-transition: opacity .65s ease-in-out;
    -o-transition: opacity .65s ease-in-out;
    transition: opacity .65s ease-in-out;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%; }
    .store-popup .popup-content-wrap .close-popup.site-btn, .store-popup .popup-content-wrap .form-btn button.close-popup, .form-btn .store-popup .popup-content-wrap button.close-popup {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-top: 0;
      margin-bottom: 0; }
  .store-popup .popup-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-backdrop-filter: blur(20px);
            backdrop-filter: blur(20px);
    z-index: 1;
    background-color: rgba(255, 255, 255, 0.2);
    pointer-events: none;
    opacity: 0;
    -webkit-transition: opacity .35s ease-in-out;
    -o-transition: opacity .35s ease-in-out;
    transition: opacity .35s ease-in-out; }
  .store-popup .close-popup {
    margin: auto; }
  .store-popup .popup-info {
    margin: 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    z-index: 2; }
    @media (max-width: 1620px) {
      .store-popup .popup-info {
        margin: 20px 0; } }
  .store-popup .popup-products {
    margin-top: auto;
    margin-bottom: 0;
    position: relative;
    z-index: 2; }
    .store-popup .popup-products > .flex-container {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      overflow-x: scroll;
      scrollbar-width: none;
      scroll-behavior: smooth; }
      .store-popup .popup-products > .flex-container .product-box {
        -ms-flex-negative: 0;
            flex-shrink: 0; }
    .store-popup .popup-products h2.title {
      font-size: 60px;
      text-align: center;
      margin: 0 0 20px; }
      @media (max-width: 1620px) {
        .store-popup .popup-products h2.title {
          font-size: 50px; } }
      @media (max-width: 1440px) {
        .store-popup .popup-products h2.title {
          font-size: 48px; } }
    .store-popup .popup-products .product-box {
      -ms-flex-preferred-size: calc(16.66% - 8.33px);
          flex-basis: calc(16.66% - 8.33px);
      width: calc(16.66% - 8.33px);
      margin-right: 10px; }
      .store-popup .popup-products .product-box .image-wrap {
        height: 40vh; }
      .store-popup .popup-products .product-box .content-wrap .content {
        max-width: 100%; }
      .store-popup .popup-products .product-box .site-btn, .store-popup .popup-products .product-box .form-btn button, .form-btn .store-popup .popup-products .product-box button {
        margin-top: 20px; }
      .store-popup .popup-products .product-box:nth-child(4n+4) {
        margin-right: 10px; }
      .store-popup .popup-products .product-box:nth-child(6n+6) {
        margin-right: 0; }

#header.hide {
  display: none; }

body.no-scroll {
  height: 100vh;
  overflow-y: hidden; }
