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

body {
  overflow-x: hidden; }
  body.block-scroll {
    overflow: hidden; }

@media (max-width: 960px) {
  .sticky-hero {
    scrollbar-width: none; } }

#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; }

* {
  color: #141414; }
  *::-moz-selection {
    background-color: #141414;
    color: #ffffff; }
  *::selection {
    background-color: #141414;
    color: #ffffff; }

img::-moz-selection {
  background-color: transparent; }

img::selection {
  background-color: transparent; }

html {
  background-color: #141414; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Camera";
  margin: 20px 0 0;
  font-weight: 400;
  line-height: 1; }

a {
  text-decoration: none; }

body, html {
  -webkit-overflow-scrolling: touch; }

#smooth-wrapper,
#smooth-content {
  -webkit-overflow-scrolling: touch; }

h1,
.title {
  font-size: 90px;
  margin: 0 0 10px;
  line-height: 1;
  font-family: "Camera"; }
  @media (max-width: 1440px) {
    h1,
    .title {
      font-size: 52px; } }
  @media (max-width: 960px) {
    h1,
    .title {
      font-size: 40px;
      margin: 0 0 5px; } }
  h1.centered,
  .title.centered {
    max-width: 80%;
    margin: 0 10% 10px;
    text-align: center; }
    @media (max-width: 960px) {
      h1.centered,
      .title.centered {
        max-width: 90%;
        margin: 0 5% 10px; } }
  h1 p,
  .title p {
    font-size: 90px;
    margin: 0 0 10px;
    line-height: 1;
    font-family: "Camera"; }
    @media (max-width: 1440px) {
      h1 p,
      .title p {
        font-size: 80px; } }
    @media (max-width: 1366px) {
      h1 p,
      .title p {
        font-size: 70px; } }
    @media (max-width: 960px) {
      h1 p,
      .title p {
        font-size: 60px; } }
    @media (max-width: 768px) {
      h1 p,
      .title p {
        font-size: 40px;
        margin: 0 0 5px; } }
  h1.white,
  .title.white {
    color: #ffffff; }
  h1.small,
  .title.small {
    font-size: 60px; }
    @media (max-width: 1440px) {
      h1.small,
      .title.small {
        font-size: 52px; } }
    @media (max-width: 960px) {
      h1.small,
      .title.small {
        font-size: 40px; } }
  h1.smaller,
  .title.smaller {
    font-size: 28px; }
    @media (max-width: 1200px) {
      h1.smaller,
      .title.smaller {
        font-size: 26px; } }
  h1.large,
  .title.large {
    font-size: 100px; }
    @media (max-width: 1520px) {
      h1.large,
      .title.large {
        font-size: 90px; } }
    @media (max-width: 1366px) {
      h1.large,
      .title.large {
        font-size: 80px; } }
    @media (max-width: 960px) {
      h1.large,
      .title.large {
        font-size: 60px; } }
  h1.less-width,
  .title.less-width {
    max-width: 80%;
    margin-left: 10%;
    margin-right: 10%; }
    @media (max-width: 960px) {
      h1.less-width,
      .title.less-width {
        max-width: 100%;
        margin-left: 0;
        margin-right: 0; } }
  h1.alt-font,
  .title.alt-font {
    font-family: "Silka"; }

.pretitle {
  font-family: "Roboto Mono";
  display: inline-block;
  text-transform: uppercase;
  margin-bottom: 25px;
  letter-spacing: 3px;
  line-height: 1.3;
  font-size: 15px; }
  @media (max-width: 1366px) {
    .pretitle {
      font-size: 14px; } }
  .pretitle.margin-top {
    margin-top: 25px; }
  .pretitle.no-margin {
    margin-bottom: 0; }
  .pretitle.white {
    color: #ffffff; }
  .pretitle.black {
    color: #141414; }
  .pretitle.light {
    opacity: .3; }
  .pretitle.grey {
    color: #828282; }
  .pretitle.large {
    font-size: 20px; }
    @media (max-width: 1366px) {
      .pretitle.large {
        font-size: 14px; } }

h1.pretitle,
h2.pretitle,
h3.pretitle,
h4.pretitle,
h5.pretitle,
h6.pretitle {
  margin-top: 0; }

.text {
  font-size: 20px; }
  @media (max-width: 1440px) {
    .text {
      font-size: 16px; } }
  .text p {
    font-size: 20px; }
    @media (max-width: 1440px) {
      .text p {
        font-size: 16px; } }
  .text.small {
    font-size: 16px; }
    @media (max-width: 1440px) {
      .text.small {
        font-size: 14px; } }
    .text.small p {
      font-size: 16px; }
      @media (max-width: 1440px) {
        .text.small p {
          font-size: 14px; } }
  .text.uppercase {
    text-transform: uppercase; }
  .text.large {
    font-size: 28px; }
    @media (max-width: 1440px) {
      .text.large {
        font-size: 24px; } }
    @media (max-width: 680px) {
      .text.large {
        font-size: 22px; } }
    .text.large p {
      font-size: 28px; }
      @media (max-width: 1280px) {
        .text.large p {
          font-size: 26px; } }
      @media (max-width: 680px) {
        .text.large p {
          font-size: 22px; } }
  .text.grey {
    color: #828282; }
    .text.grey p {
      color: #828282; }
  .text.light {
    opacity: .3; }
  .text.white {
    color: #ffffff; }
    .text.white p {
      color: #ffffff; }
  .text.centered {
    text-align: center; }

ul, ol {
  padding-left: 20px; }
  ul li, ol li {
    margin-bottom: 10px; }
    ul li:last-child, ol li:last-child {
      margin-bottom: 0; }

ol li::marker {
  color: #B4B4B4; }

p, span, li, a, div,
button, input, textarea, select {
  font-family: "Silka";
  font-size: 16px; }
  @media (max-width: 1366px) {
    p, span, li, a, div,
    button, input, textarea, select {
      font-size: 14px; } }
  p.white, span.white, li.white, a.white, div.white,
  button.white, input.white, textarea.white, select.white {
    color: #ffffff; }

input, textarea, select {
  border-radius: 0;
  outline: 0; }

.blue-bg {
  background-color: #1E39F8; }
  .blue-bg .title,
  .blue-bg .pretitle,
  .blue-bg .text, .blue-bg .text p {
    color: #ffffff; }
  .blue-bg *::-moz-selection {
    background-color: #ffffff;
    color: #1E39F8; }
  .blue-bg *::selection {
    background-color: #ffffff;
    color: #1E39F8; }

.orange-bg {
  background-color: #FF7935; }
  .orange-bg *::-moz-selection {
    background-color: #141414;
    color: #FF7935; }
  .orange-bg *::selection {
    background-color: #141414;
    color: #FF7935; }

.yellow-bg {
  background-color: #FFD500; }
  .yellow-bg *::-moz-selection {
    background-color: #141414;
    color: #FFD500; }
  .yellow-bg *::selection {
    background-color: #141414;
    color: #FFD500; }

.green-bg {
  background-color: #45D889; }
  .green-bg *::-moz-selection {
    background-color: #141414;
    color: #45D889; }
  .green-bg *::selection {
    background-color: #141414;
    color: #45D889; }

.black-bg {
  background-color: #141414; }
  .black-bg .title,
  .black-bg .text, .black-bg .text p {
    color: #ffffff; }
  .black-bg .pretitle {
    color: #828282; }
  .black-bg *::-moz-selection {
    background-color: #1E39F8 !important;
    color: #141414; }
  .black-bg *::selection {
    background-color: #1E39F8 !important;
    color: #141414; }

.white-bg {
  background-color: #ffffff; }

.grey-bg {
  background-color: #E7E7E7; }

.hero-row *::-moz-selection {
  background-color: transparent;
  color: #141414; }

.hero-row *::selection {
  background-color: transparent;
  color: #141414; }

.full-height {
  min-height: 100vh; }

.flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media (max-width: 960px) {
    .flex-container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .flex-container.alt-sizes .half-col .content-wrap {
    max-width: 100%;
    padding-right: 33.33%;
    padding-left: 16.66%; }
    @media (max-width: 1440px) {
      .flex-container.alt-sizes .half-col .content-wrap {
        padding-right: 15% !important;
        padding-left: 15% !important; } }
    @media (max-width: 768px) {
      .flex-container.alt-sizes .half-col .content-wrap {
        padding-right: 10px !important;
        padding-left: 10px !important; } }
  .flex-container.alt-sizes .half-col.details-col .main-text {
    font-size: 30px; }
  .flex-container.reverse.alt-sizes .half-col .content-wrap {
    padding-left: 33.33%;
    padding-right: 16.66%; }
    @media (max-width: 768px) {
      .flex-container.reverse.alt-sizes .half-col .content-wrap {
        padding-right: 10px;
        padding-left: 10px; } }
  .flex-container .half-col {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    width: 50%; }
    @media (max-width: 960px) {
      .flex-container .half-col {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        width: 100%; } }
    .flex-container .half-col.image-col {
      height: 120vh;
      position: relative;
      overflow: hidden; }
      .flex-container .half-col.image-col > .pin-spacer,
      .flex-container .half-col.image-col > .pin-spacer > .sticky-col,
      .flex-container .half-col.image-col .sticky-col {
        min-height: 100%; }
      @media (max-width: 960px) {
        .flex-container .half-col.image-col {
          -webkit-box-ordinal-group: 2;
              -ms-flex-order: 1;
                  order: 1;
          height: 80vh;
          -webkit-box-flex: 1;
              -ms-flex: 1 1 auto;
                  flex: 1 1 auto; } }
      .flex-container .half-col.image-col .image-wrapper {
        width: 100%;
        height: 100%;
        position: relative; }
        .flex-container .half-col.image-col .image-wrapper img {
          height: 110%;
          width: 100%;
          -o-object-fit: cover;
             object-fit: cover;
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
              -ms-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%); }
      .flex-container .half-col.image-col .video-wrapper {
        width: 100%;
        height: 100%;
        position: relative; }
        @media (max-width: 960px) {
          .flex-container .half-col.image-col .video-wrapper {
            position: absolute;
            top: 0;
            left: 0; } }
        .flex-container .half-col.image-col .video-wrapper video {
          height: 100%;
          width: 100%;
          -o-object-fit: cover;
             object-fit: cover; }
          @media (max-width: 960px) {
            .flex-container .half-col.image-col .video-wrapper video {
              position: absolute;
              top: 0;
              left: 0; } }
    .flex-container .half-col.info-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; }
      @media (max-width: 960px) {
        .flex-container .half-col.info-col {
          padding: 12.5vh 30px;
          -webkit-box-ordinal-group: 3;
              -ms-flex-order: 2;
                  order: 2; } }
      @media (max-width: 960px) {
        .flex-container .half-col.info-col .pretitle {
          margin-bottom: 15px; } }
      .flex-container .half-col.info-col .title {
        margin-bottom: 30px; }
        @media (max-width: 1180px) {
          .flex-container .half-col.info-col .title {
            font-size: 60px; } }
        @media (max-width: 960px) {
          .flex-container .half-col.info-col .title {
            font-size: 40px;
            margin-bottom: 20px; } }
        .flex-container .half-col.info-col .title .line.title {
          margin-bottom: 0; }
      .flex-container .half-col.info-col .text {
        max-width: 80%; }
        @media (max-width: 1520px) {
          .flex-container .half-col.info-col .text {
            max-width: 90%; } }
        @media (max-width: 960px) {
          .flex-container .half-col.info-col .text {
            max-width: 100%; } }
    .flex-container .half-col .content-wrap {
      max-width: 60%;
      width: 100%;
      margin: auto; }
      .flex-container .half-col .content-wrap.more-width {
        max-width: 70%; }
        @media (max-width: 1520px) {
          .flex-container .half-col .content-wrap.more-width {
            max-width: 80%; } }
        @media (max-width: 960px) {
          .flex-container .half-col .content-wrap.more-width {
            max-width: 100%; } }
      @media (max-width: 1520px) {
        .flex-container .half-col .content-wrap {
          max-width: 80%; } }
      @media (max-width: 768px) {
        .flex-container .half-col .content-wrap {
          max-width: 100%; } }
      .flex-container .half-col .content-wrap .points-centered {
        max-width: 90%; }
    .flex-container .half-col.details-col .col-title-pin {
      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; }
      @media (max-width: 1180px) {
        .flex-container .half-col.details-col .col-title-pin .title {
          font-size: 60px; } }
      @media (max-width: 960px) {
        .flex-container .half-col.details-col .col-title-pin .title {
          font-size: 40px; } }
    .flex-container .half-col.details-col .site-btn {
      margin-top: 60px; }
      @media (max-width: 960px) {
        .flex-container .half-col.details-col .site-btn {
          margin-top: 25px; } }
    .flex-container .half-col.details-col .main-text {
      margin-top: 30vh;
      line-height: 1.1;
      text-transform: none; }
      @media (max-width: 960px) {
        .flex-container .half-col.details-col .main-text {
          margin-top: 0; } }
    .flex-container .half-col.details-col .text {
      max-width: 100%; }
    .flex-container .half-col.details-col .details-list {
      margin-top: 35px; }
      @media (max-width: 960px) {
        .flex-container .half-col.details-col .details-list {
          margin-top: 5px; } }
      .flex-container .half-col.details-col .details-list.extra-gap {
        margin-bottom: 35px; }
        @media (max-width: 960px) {
          .flex-container .half-col.details-col .details-list.extra-gap {
            margin-bottom: 0; } }
      .flex-container .half-col.details-col .details-list .text.large {
        margin-bottom: 50px; }
      .flex-container .half-col.details-col .details-list .point-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        margin-bottom: 40px; }
        .flex-container .half-col.details-col .details-list .point-item.smaller-gap {
          margin-bottom: 20px; }
        .flex-container .half-col.details-col .details-list .point-item:last-child {
          margin-bottom: 0 !important; }
        .flex-container .half-col.details-col .details-list .point-item .pretitle,
        .flex-container .half-col.details-col .details-list .point-item .text {
          -ms-flex-preferred-size: 50%;
              flex-basis: 50%;
          width: 50%; }
          @media (max-width: 960px) {
            .flex-container .half-col.details-col .details-list .point-item .pretitle,
            .flex-container .half-col.details-col .details-list .point-item .text {
              -ms-flex-preferred-size: 100%;
                  flex-basis: 100%;
              width: 100%; } }
        .flex-container .half-col.details-col .details-list .point-item .text.text-left {
          -ms-flex-preferred-size: 30%;
              flex-basis: 30%;
          width: 30%; }
          @media (max-width: 980px) {
            .flex-container .half-col.details-col .details-list .point-item .text.text-left {
              -ms-flex-preferred-size: 10%;
                  flex-basis: 10%;
              width: 10%; } }
        .flex-container .half-col.details-col .details-list .point-item .text.text-right {
          -ms-flex-preferred-size: 70%;
              flex-basis: 70%;
          width: 70%; }
          @media (max-width: 980px) {
            .flex-container .half-col.details-col .details-list .point-item .text.text-right {
              -ms-flex-preferred-size: 90%;
                  flex-basis: 90%;
              width: 90%; } }
        .flex-container .half-col.details-col .details-list .point-item .small-title {
          max-width: 100%;
          -ms-flex-preferred-size: 100%;
              flex-basis: 100%;
          width: 100%;
          margin-bottom: 10px;
          display: block;
          font-size: 22px;
          text-transform: none;
          line-height: 1.1; }
        .flex-container .half-col.details-col .details-list .point-item .index-span {
          margin-right: 10px; }
          @media (max-width: 960px) {
            .flex-container .half-col.details-col .details-list .point-item .index-span {
              margin-right: 10px;
              font-size: 28px;
              display: inline-block; } }
    .flex-container .half-col.details-col .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; }
      .flex-container .half-col.details-col .content-wrap .text-block {
        margin: 10px 0 30px; }
      .flex-container .half-col.details-col .content-wrap .site-btn.centered {
        margin-left: auto;
        margin-right: auto; }
  .flex-container.reverse .half-col.image-col {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .flex-container.reverse .half-col.info-col {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }

.animated-title .title {
  margin-bottom: 0; }

.detail-points {
  margin-top: 50px;
  max-width: 90%;
  margin: 10% 5% 0; }
  .detail-points .point-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 40px;
    text-align: left; }
    .detail-points .point-item:last-child {
      margin-bottom: 0; }
    .detail-points .point-item .point-col {
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
      width: 50%;
      margin: 0; }
      @media (max-width: 960px) {
        .detail-points .point-item .point-col {
          -ms-flex-preferred-size: 100%;
              flex-basis: 100%;
          width: 100%; } }
    .detail-points .point-item .text {
      max-width: unset;
      margin: 0; }
    .detail-points .point-item .index-span {
      margin-right: 10px;
      opacity: .3; }

.two-col-scrollable .flex-container .half-col.info-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 25vh 0; }
  @media (max-width: 960px) {
    .two-col-scrollable .flex-container .half-col.info-col {
      padding: 10vh 30px; } }

.two-col-scrollable .flex-container .half-col.image-col {
  height: 100vh;
  overflow: visible; }
  @media (max-width: 960px) {
    .two-col-scrollable .flex-container .half-col.image-col {
      height: 80vh; } }
  .two-col-scrollable .flex-container .half-col.image-col .image-wrapper {
    overflow: hidden;
    height: 100vh; }
    @media (max-width: 960px) {
      .two-col-scrollable .flex-container .half-col.image-col .image-wrapper {
        height: 80vh; } }

.points-centered {
  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; }
  .points-centered .col-title {
    margin-bottom: 35px; }
  .points-centered .col-text {
    margin-bottom: 35px; }
  .points-centered .point-item {
    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;
    margin-bottom: 35px; }
    .points-centered .point-item:last-child {
      margin-bottom: 0; }
    .points-centered .point-item .pretitle {
      margin-bottom: 0; }
    .points-centered .point-item .text {
      max-width: 100% !important; }
      .points-centered .point-item .text.point-index {
        margin-bottom: 20px; }

.grid-container {
  display: grid;
  gap: 10px; }
  .grid-container.six-grid {
    grid-template-columns: repeat(6, 1fr); }
    @media (max-width: 960px) {
      .grid-container.six-grid {
        grid-template-columns: repeat(3, 1fr); } }
    @media (max-width: 768px) {
      .grid-container.six-grid {
        grid-template-columns: repeat(2, 1fr); } }
  .grid-container.four-grid {
    grid-template-columns: repeat(4, 1fr); }
    @media (max-width: 768px) {
      .grid-container.four-grid {
        grid-template-columns: repeat(2, 1fr); } }

.gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#45d889), to(#1e39f8));
  background: -webkit-linear-gradient(left, #45d889 0%, #1e39f8 100%);
  background: -o-linear-gradient(left, #45d889 0%, #1e39f8 100%);
  background: linear-gradient(90deg, #45d889 0%, #1e39f8 100%);
  mix-blend-mode: hard-light;
  z-index: 2; }
  .gradient-overlay.alt-overlay {
    background: -webkit-gradient(linear, left top, right top, from(#ffd500), color-stop(50%, #45d889), to(#1e39f8));
    background: -webkit-linear-gradient(left, #ffd500 0%, #45d889 50%, #1e39f8 100%);
    background: -o-linear-gradient(left, #ffd500 0%, #45d889 50%, #1e39f8 100%);
    background: linear-gradient(90deg, #ffd500 0%, #45d889 50%, #1e39f8 100%);
    mix-blend-mode: darken; }
  .gradient-overlay.horizontal-gradient {
    background: -webkit-gradient(linear, left top, right top, from(#FFD500), color-stop(50%, #45D889), to(#1E39F8));
    background: -webkit-linear-gradient(left, #FFD500 0%, #45D889 50%, #1E39F8 100%);
    background: -o-linear-gradient(left, #FFD500 0%, #45D889 50%, #1E39F8 100%);
    background: linear-gradient(90deg, #FFD500 0%, #45D889 50%, #1E39F8 100%); }
  .gradient-overlay.simple-dark {
    background: #141414;
    opacity: 0.15;
    mix-blend-mode: unset; }

.hero-row {
  height: 100vh;
  position: relative;
  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; }
  .hero-row.hide-overflow {
    overflow: hidden; }
  @media (max-width: 1366px) {
    .hero-row .pretitle {
      margin-bottom: 15px; } }
  @media (max-width: 1520px) {
    .hero-row .title {
      font-size: 90px; } }
  @media (max-width: 1440px) {
    .hero-row .title {
      font-size: 70px; } }
  @media (max-width: 960px) {
    .hero-row .title {
      font-size: 60px; } }
  @media (max-width: 420px) {
    .hero-row .title {
      font-size: 54px; } }
  @media (max-width: 960px) {
    .hero-row .title br {
      display: none; } }
  .hero-row .video-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    height: 100vh;
    width: 100%; }
    .hero-row .video-wrapper video {
      -o-object-fit: cover;
         object-fit: cover;
      height: 100vh;
      width: 100%; }
  .hero-row .image-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 1;
    height: 100vh;
    width: 100%; }
    .hero-row .image-wrapper img {
      -o-object-fit: cover;
         object-fit: cover;
      height: 100vh;
      width: 100%; }
  .hero-row .centered-content {
    max-width: 80%;
    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;
    text-align: center;
    z-index: 3;
    position: relative;
    width: 100%; }
    @media (max-width: 1366px) {
      .hero-row .centered-content {
        max-width: 90%;
        padding: 0 20px; } }
    @media (max-width: 1180px) {
      .hero-row .centered-content {
        max-width: 100%;
        padding: 0 20px; } }
    .hero-row .centered-content .text {
      margin: 10px 0; }
  .hero-row .text {
    max-width: 50%; }
    @media (max-width: 1440px) {
      .hero-row .text {
        max-width: 70%; } }
    @media (max-width: 960px) {
      .hero-row .text {
        max-width: 90%; } }
  .hero-row .animated {
    -webkit-transition: opacity 0.85s cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 0.85s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: opacity 0.85s cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 0.85s cubic-bezier(0.25, 0.8, 0.25, 1);
    -o-transition: transform 0.85s cubic-bezier(0.25, 0.8, 0.25, 1), opacity 0.85s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: transform 0.85s cubic-bezier(0.25, 0.8, 0.25, 1), opacity 0.85s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: transform 0.85s cubic-bezier(0.25, 0.8, 0.25, 1), opacity 0.85s cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 0.85s cubic-bezier(0.25, 0.8, 0.25, 1);
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; }
  .hero-row .hidden {
    -webkit-transform: translateY(60px);
        -ms-transform: translateY(60px);
            transform: translateY(60px);
    opacity: 0; }

.site-btn {
  cursor: pointer;
  outline: 0;
  padding: 13px 28px;
  border: 2px solid #141414;
  display: inline-block;
  color: #141414;
  border-radius: 30px;
  margin-top: 20px;
  -webkit-transition: background-color .45s ease-in-out;
  -o-transition: background-color .45s ease-in-out;
  transition: background-color .45s ease-in-out; }
  @media (max-width: 1440px) {
    .site-btn {
      padding: 8px 20px; } }
  @media (max-width: 960px) {
    .site-btn {
      margin-top: 25px;
      padding: 8px 22px; } }
  .site-btn .hover-wrap {
    width: 100%;
    height: 20px;
    overflow-y: 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: 1366px) {
      .site-btn .hover-wrap {
        line-height: 1.4; } }
    .site-btn .hover-wrap .hover-el {
      position: relative;
      top: 0;
      left: 0;
      -webkit-transition: opacity 0.45s ease-in-out, color 0.35s ease-in-out, -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
      transition: opacity 0.45s ease-in-out, color 0.35s ease-in-out, -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
      -o-transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.45s ease-in-out, color 0.35s ease-in-out;
      transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.45s ease-in-out, color 0.35s ease-in-out;
      transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.45s ease-in-out, color 0.35s ease-in-out, -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1); }
      .site-btn .hover-wrap .hover-el.hidden-el {
        opacity: .2;
        top: 15px; }
  .site-btn:hover {
    background-color: #141414; }
    .site-btn:hover span {
      color: #ffffff; }
    .site-btn:hover .hover-el.active-el {
      opacity: .2;
      -webkit-transform: translateY(-20px);
          -ms-transform: translateY(-20px);
              transform: translateY(-20px); }
    .site-btn:hover .hover-el.hidden-el {
      opacity: 1;
      color: #ffffff;
      -webkit-transform: translateY(-34px);
          -ms-transform: translateY(-34px);
              transform: translateY(-34px); }
  .site-btn.on-blue span.hidden-el {
    color: #1E39F8 !important; }
  .site-btn.on-green span.hidden-el {
    color: #45D889 !important; }
  .site-btn.on-orange span.hidden-el {
    color: #FF7935 !important; }
  .site-btn.on-yellow span.hidden-el {
    color: #FFD500 !important; }
  .site-btn.white {
    border: 2px solid #ffffff; }
    .site-btn.white span {
      color: #ffffff; }
      .site-btn.white span.hidden-el {
        color: #141414; }
    .site-btn.white:hover {
      background-color: #ffffff; }
      .site-btn.white:hover .hidden-el {
        color: #141414; }

.large-text-row {
  min-height: 100vh;
  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;
  z-index: 2; }
  .large-text-row .text {
    max-width: 50%;
    text-align: center; }
    @media (max-width: 1440px) {
      .large-text-row .text {
        max-width: 80%; } }
    @media (max-width: 960px) {
      .large-text-row .text {
        max-width: 90%; } }
    @media (max-width: 768px) {
      .large-text-row .text {
        max-width: 100%;
        padding: 0 20px; } }
  @media (max-width: 768px) {
    .large-text-row .line.text {
      padding: 0 0; } }

.content-row {
  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: 50vh 0 25vh; }
  .content-row.equal-padding {
    padding: 60px 0; }
  .content-row .content-wrapper {
    max-width: 60%;
    text-align: center; }
    @media (max-width: 1520px) {
      .content-row .content-wrapper {
        max-width: 80%; } }
    @media (max-width: 1180px) {
      .content-row .content-wrapper {
        max-width: 100%;
        padding: 0 20px; } }
    @media (max-width: 960px) {
      .content-row .content-wrapper {
        padding: 0 10px; } }
  .content-row .text {
    max-width: 60%;
    margin: 40px 20% 20px; }
    @media (max-width: 1520px) {
      .content-row .text {
        max-width: 80%;
        margin: 40px 10% 20px; } }
    @media (max-width: 768px) {
      .content-row .text {
        max-width: 100%;
        margin: 20px 0;
        padding: 0 20px; } }

.full-text-row {
  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;
  min-height: 100vh;
  padding: 50px 0; }
  @media (max-width: 960px) {
    .full-text-row {
      min-height: unset;
      height: auto;
      padding: 10vh 0; } }
  .full-text-row.auto-height {
    padding: 50px 0;
    height: auto; }
    @media (max-width: 960px) {
      .full-text-row.auto-height {
        padding: 10vh 0; } }
  .full-text-row.min-height {
    min-height: 100vh;
    height: auto; }
  .full-text-row.smaller {
    padding: 20vh 0 10vh;
    min-height: unset;
    height: auto; }
    @media (max-width: 1180px) {
      .full-text-row.smaller {
        padding: 20vh 0 5vh; } }
    @media (max-width: 960px) {
      .full-text-row.smaller {
        padding: 12.5vh 0 5vh; } }
  @media (max-width: 960px) {
    .full-text-row.double-text-row {
      height: auto;
      padding: 30px 0; } }
  .full-text-row.double-text-row .pretitle {
    margin: 15px 0; }
  .full-text-row.double-text-row .text {
    max-width: 60%;
    margin: 20px 20%; }
    @media (max-width: 1440px) {
      .full-text-row.double-text-row .text {
        max-width: 80%;
        margin: 20px 10%; } }
    @media (max-width: 960px) {
      .full-text-row.double-text-row .text {
        max-width: 100%;
        margin: 20px 0; } }
  .full-text-row .content-wrapper {
    max-width: 90%;
    text-align: center; }
    @media (max-width: 1440px) {
      .full-text-row .content-wrapper {
        max-width: calc(100% - 80px); } }
    @media (max-width: 960px) {
      .full-text-row .content-wrapper {
        max-width: calc(100% - 20px);
        left: 10px;
        top: 10px; } }
    .full-text-row .content-wrapper.full-width {
      max-width: 100%; }
      .full-text-row .content-wrapper.full-width .detail-points {
        max-width: 100%;
        margin: 5% 0 0; }
      .full-text-row .content-wrapper.full-width .point-item {
        max-width: 60%;
        margin: 0 20% 40px; }
        @media (max-width: 1280px) {
          .full-text-row .content-wrapper.full-width .point-item {
            max-width: 80%;
            margin: 0 10% 30px; } }
        @media (max-width: 960px) {
          .full-text-row .content-wrapper.full-width .point-item {
            max-width: 100%;
            margin: 0 0 30px;
            padding: 0 30px;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column; } }
  .full-text-row .row-title {
    max-width: 70%;
    margin: 0 15% 10px; }
    @media (max-width: 1280px) {
      .full-text-row .row-title {
        max-width: 90%;
        margin: 0 5% 10px; } }
    .full-text-row .row-title .line.row-title {
      max-width: unset;
      margin: 0; }
  .full-text-row .text {
    max-width: 60%;
    margin: 30px 20% 20px; }
    @media (max-width: 960px) {
      .full-text-row .text {
        max-width: 90%;
        margin: 30px 5% 20px; } }
  @media (max-width: 1180px) {
    .full-text-row .title {
      font-size: 60px; } }
  @media (max-width: 960px) {
    .full-text-row .title {
      font-size: 40px; } }
  .full-text-row .title.alt-font {
    font-size: 26px; }

.row-overlap {
  overflow: hidden; }

.overlap-row {
  position: relative;
  z-index: 9; }

.bg-transition {
  background-color: transparent;
  position: relative;
  z-index: 3; }
  .bg-transition .top-row {
    position: relative; }
  .bg-transition .white-gradient {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 140%;
    z-index: -1;
    pointer-events: none; }

.pretitle-group {
  text-align: center;
  padding: 10vh 0; }

.post-box .post-box-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .post-box .post-box-header > span {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    width: 50%; }
    @media (max-width: 1180px) {
      .post-box .post-box-header > span {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        width: 100%; } }
  .post-box .post-box-header .post-cat {
    color: #828282; }

.post-box .image-wrapper {
  position: relative;
  padding-bottom: 125%;
  overflow: hidden;
  margin: 10px 0;
  border-radius: 12px;
  background-color: #B4B4B4;
  display: block;
  -webkit-transition: background-color .65s ease-in-out;
  -o-transition: background-color .65s ease-in-out;
  transition: background-color .65s ease-in-out; }
  .post-box .image-wrapper img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(1);
        -ms-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    -o-object-fit: cover;
       object-fit: cover;
    width: 105%;
    height: 105%;
    -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; }
  .post-box .image-wrapper:hover {
    background-color: #9b9b9b; }
    .post-box .image-wrapper:hover img {
      -webkit-transform: translate(-50%, -50%) scale(1.08);
          -ms-transform: translate(-50%, -50%) scale(1.08);
              transform: translate(-50%, -50%) scale(1.08); }

.post-box .post-title {
  display: block;
  padding-left: 14px;
  position: relative; }
  .post-box .post-title:before {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    background-color: #141414;
    border-radius: 50%;
    position: absolute;
    top: 6px;
    left: 0; }

.simple-large-text {
  text-align: center;
  padding: 15vh 10px; }
  @media (max-width: 960px) {
    .simple-large-text.regular-row {
      padding: 10vh 10px; } }
  @media (max-width: 960px) {
    .simple-large-text {
      padding: 10vh 10px 5vh; } }
  .simple-large-text .text-wrapper {
    max-width: 900px;
    width: 60%;
    margin: 0 auto; }
    @media (max-width: 1440px) {
      .simple-large-text .text-wrapper {
        max-width: 60%;
        width: 100%;
        margin: 0 auto; } }
    @media (max-width: 1280px) {
      .simple-large-text .text-wrapper {
        max-width: 80%;
        width: 100%;
        margin: 0 auto; } }
    @media (max-width: 768px) {
      .simple-large-text .text-wrapper {
        max-width: 100%;
        margin: 0;
        padding-left: 10px;
        padding-right: 10px; } }

.cards-carousel {
  padding: 5vh 0 15vh;
  position: relative; }
  @media (max-width: 960px) {
    .cards-carousel {
      overflow-x: hidden;
      padding: 5vh 0 10vh; } }
  .cards-carousel .swiper-pagination {
    position: absolute;
    bottom: 8%;
    left: 0;
    margin-top: 0; }
    @media (max-width: 960px) {
      .cards-carousel .swiper-pagination {
        bottom: 6%; } }
  .cards-carousel .card-link {
    -webkit-transition: color .25s ease-in-out;
    -o-transition: color .25s ease-in-out;
    transition: color .25s ease-in-out; }
    .cards-carousel .card-link:hover {
      color: #141414; }
  .cards-carousel .carousel-wrap {
    overflow: visible;
    padding-right: 10px; }
    .cards-carousel .carousel-wrap.on-dark .title,
    .cards-carousel .carousel-wrap.on-dark .text,
    .cards-carousel .carousel-wrap.on-dark .text p {
      color: #141414; }
  .cards-carousel .card-item {
    padding: 40px;
    border-radius: 12px;
    min-height: 45vh;
    height: 100%;
    -ms-flex-preferred-size: 22.5vw;
        flex-basis: 22.5vw;
    width: 22.5vw;
    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: 1440px) {
      .cards-carousel .card-item {
        padding: 30px; } }
    @media (max-width: 1366px) {
      .cards-carousel .card-item {
        padding: 20px;
        -ms-flex-preferred-size: 32vw;
            flex-basis: 32vw;
        width: 32vw; } }
    @media (max-width: 960px) {
      .cards-carousel .card-item {
        -ms-flex-preferred-size: 45vw;
            flex-basis: 45vw;
        width: 45vw; } }
    @media (max-width: 768px) {
      .cards-carousel .card-item {
        -ms-flex-preferred-size: 65vw;
            flex-basis: 65vw;
        width: 65vw; } }
    .cards-carousel .card-item .pretitle {
      min-height: 20px; }
    .cards-carousel .card-item .title {
      margin-top: auto;
      margin-left: auto;
      margin-bottom: 0; }
    .cards-carousel .card-item > .text p:first-child {
      margin-top: 0; }
    .cards-carousel .card-item .text {
      margin-bottom: 30px; }

.carousel-gallery {
  position: relative;
  width: 100%; }
  .carousel-gallery .carousel-gallery-swiper {
    width: 100%;
    overflow: hidden; }
    .carousel-gallery .carousel-gallery-swiper .swiper-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .carousel-gallery .carousel-gallery-swiper .swiper-slide {
      width: auto !important;
      height: auto;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
      .carousel-gallery .carousel-gallery-swiper .swiper-slide video {
        height: 70vh;
        width: auto; }
      .carousel-gallery .carousel-gallery-swiper .swiper-slide img {
        height: 70vh;
        width: auto;
        display: block;
        -o-object-fit: contain;
           object-fit: contain; }

.swiper-pagination {
  position: static;
  margin-top: 20px;
  text-align: center; }
  .swiper-pagination .swiper-pagination-bullet {
    width: 18px;
    height: 18px;
    background: transparent;
    opacity: 0.3;
    margin: 0 !important;
    -webkit-transition: opacity .35s ease-in-out;
    -o-transition: opacity .35s ease-in-out;
    transition: opacity .35s ease-in-out;
    position: relative; }
    .swiper-pagination .swiper-pagination-bullet:before {
      content: "";
      display: block;
      width: 6px;
      height: 6px;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      background-color: #141414;
      border-radius: 50%;
      pointer-events: none; }
    .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
      opacity: 1; }

.black-bg .swiper-pagination .swiper-pagination-bullet {
  opacity: 0.3; }
  .black-bg .swiper-pagination .swiper-pagination-bullet:before {
    background: #ffffff; }
  .black-bg .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1; }

.column-gallery {
  position: relative;
  width: 100%; }
  .column-gallery .column-gallery-swiper {
    width: 100%;
    overflow: hidden; }
    .column-gallery .column-gallery-swiper .swiper-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .column-gallery .column-gallery-swiper .swiper-slide {
      width: 100% !important;
      height: auto;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
      .column-gallery .column-gallery-swiper .swiper-slide img {
        height: 100vh;
        width: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        display: block; }
        @media (max-width: 960px) {
          .column-gallery .column-gallery-swiper .swiper-slide img {
            height: 80vh; } }
  .column-gallery .swiper-pagination {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 3px 6px;
    position: absolute;
    text-align: center;
    bottom: 20px;
    border-radius: 60px;
    width: auto;
    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;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
    .column-gallery .swiper-pagination .swiper-pagination-bullet {
      opacity: 0.3;
      -webkit-transition: opacity .35s ease-in-out;
      -o-transition: opacity .35s ease-in-out;
      transition: opacity .35s ease-in-out; }
      .column-gallery .swiper-pagination .swiper-pagination-bullet:first-child {
        margin-left: 0; }
      .column-gallery .swiper-pagination .swiper-pagination-bullet:last-child {
        margin-right: 0; }
      .column-gallery .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        opacity: 1; }

.iframe-video-row {
  min-height: 100vh;
  padding: 0;
  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) {
    .iframe-video-row {
      min-height: unset;
      padding: 10vh 20px; } }
  .iframe-video-row .large-title {
    margin: 4% auto 1%;
    padding: 20px; }
    @media (max-width: 960px) {
      .iframe-video-row .large-title {
        text-align: center;
        padding: 0 0 20px;
        margin: 0; } }
    @media (max-width: 1366px) {
      .iframe-video-row .large-title .title {
        max-width: 100%;
        margin: 0 0 10px; } }
  .iframe-video-row .video-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%; }
    @media (max-width: 960px) {
      .iframe-video-row .video-container {
        padding-bottom: 68.25%;
        width: 90vw; } }
  .iframe-video-row iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.detail-points .carousel-gallery {
  margin: 50px 0 100px; }

.dark-transition {
  position: relative;
  z-index: 2; }
  .dark-transition .oversized-section {
    height: 120vh;
    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) {
      .dark-transition .oversized-section {
        height: 90vh; } }
    .dark-transition .oversized-section.bottom-transition {
      background-color: transparent !important; }
  .dark-transition .top-row {
    position: relative; }
  .dark-transition .dark-gradient {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 140%;
    z-index: -1;
    pointer-events: none; }

.download-files {
  padding: 20vh 0; }
  .download-files.filter-active .content-wrap {
    margin-bottom: 0 !important; }
    .download-files.filter-active .content-wrap .text {
      display: none; }
  .download-files .content-wrap {
    max-width: 50%;
    margin: 0 25%; }
    @media (max-width: 960px) {
      .download-files .content-wrap {
        max-width: 100%;
        margin: 0 0;
        padding: 0 20px; } }
    .download-files .content-wrap .pretitle {
      text-align: center; }

.product-files {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .product-files .download-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 10px;
    min-height: 56px;
    border-bottom: 2px solid #828282;
    position: relative; }
    .product-files .download-link:first-child {
      border-top: 2px solid #828282;
      margin-top: 20px; }
    .product-files .download-link.hidden {
      display: none; }
    .product-files .download-link:hover .icon-wrap svg path {
      stroke: #141414; }
    .product-files .download-link .file-title {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 5px 0;
      width: 100%;
      padding-right: 10%; }
      .product-files .download-link .file-title .index {
        -ms-flex-preferred-size: 10%;
            flex-basis: 10%;
        width: 10%; }
      .product-files .download-link .file-title .name {
        -ms-flex-preferred-size: 90%;
            flex-basis: 90%;
        width: 90%; }
    .product-files .download-link .icon-wrap {
      position: absolute;
      right: 0;
      width: 50px;
      height: 50px;
      border-radius: 10px; }
      .product-files .download-link .icon-wrap svg {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        fill: transparent; }
        .product-files .download-link .icon-wrap svg path {
          stroke: #B4B4B4;
          -webkit-transition: stroke .25s ease-in-out;
          -o-transition: stroke .25s ease-in-out;
          transition: stroke .25s ease-in-out; }

.related-products-row {
  min-height: 100vh;
  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: 50px 0; }
  @media (max-width: 960px) {
    .related-products-row {
      height: auto; } }

.similar-products {
  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; }
  .similar-products .product-row {
    margin-bottom: 15px;
    -webkit-transition: color .35s ease-in-out;
    -o-transition: color .35s ease-in-out;
    transition: color .35s ease-in-out;
    text-align: center; }
    @media (max-width: 1180px) {
      .similar-products .product-row {
        font-size: 60px; } }
    @media (max-width: 960px) {
      .similar-products .product-row {
        font-size: 40px; } }
    .similar-products .product-row:hover {
      color: #1E39F8; }
    .similar-products .product-row:last-child {
      margin-bottom: 0; }

.cta-row {
  min-height: 100vh;
  overflow: hidden;
  position: relative; }
  @media (max-width: 960px) {
    .cta-row {
      padding: 10vh 0;
      min-height: unset; } }
  .cta-row video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  .cta-row .content-wrap {
    position: absolute;
    z-index: 9;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 80%;
    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;
    text-align: center; }
    @media (max-width: 1520px) {
      .cta-row .content-wrap {
        width: 90%; } }
    @media (max-width: 1440px) {
      .cta-row .content-wrap {
        width: 80%; } }
    @media (max-width: 1280px) {
      .cta-row .content-wrap {
        width: calc(100% - 40px); } }
    @media (max-width: 960px) {
      .cta-row .content-wrap {
        max-width: calc(100% - 20px);
        position: relative;
        top: 0;
        left: 0;
        -webkit-transform: unset;
            -ms-transform: unset;
                transform: unset;
        margin: 0 20px; } }
    @media (max-width: 960px) {
      .cta-row .content-wrap .title,
      .cta-row .content-wrap .title p {
        font-size: 40px; } }

.title-section {
  padding: 15vh 10px;
  text-align: center; }
  @media (max-width: 960px) {
    .title-section {
      padding: 10vh 10px; } }
  .title-section .title {
    margin-bottom: 0; }

.toggled-points .tab-title {
  cursor: pointer;
  position: relative;
  padding: 20px 20px 20px 0;
  border-top: 2px solid #369D66;
  display: block;
  max-width: 100% !important; }
  .toggled-points .tab-title:before {
    content: "";
    display: block;
    width: 2px;
    height: 12px;
    background-color: #369D66;
    position: absolute;
    right: 6px;
    top: 24px; }
  .toggled-points .tab-title:after {
    content: "";
    display: block;
    width: 12px;
    height: 2px;
    background-color: #369D66;
    position: absolute;
    right: 1px;
    top: 29px; }

.toggled-points .point-item:last-child.active .tab-title {
  border-bottom: 0; }

.toggled-points .point-item:last-child .tab-title {
  border-bottom: 2px solid rgba(20, 20, 20, 0.3); }

.toggled-points .point-item.active .tab-title:before {
  display: none; }

.toggled-points .point-item.active .tab-content {
  display: block; }

.toggled-points .tab-content {
  padding-bottom: 20px;
  border-top: 2px solid rgba(20, 20, 20, 0.3);
  display: none; }
  .toggled-points .tab-content .subpoint-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 20px;
    margin-top: 20px; }
    .toggled-points .tab-content .subpoint-item:last-child {
      margin-bottom: 0; }
    .toggled-points .tab-content .subpoint-item .subpoint-index,
    .toggled-points .tab-content .subpoint-item .subpoint-title {
      width: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%; }
    .toggled-points .tab-content .subpoint-item .subpoint-index .pretitle {
      margin-bottom: 0; }
    @media (max-width: 1366px) {
      .toggled-points .tab-content .subpoint-item .subpoint-index {
        width: 30%;
        -ms-flex-preferred-size: 30%;
            flex-basis: 30%; } }
    @media (max-width: 1180px) {
      .toggled-points .tab-content .subpoint-item .subpoint-index {
        -ms-flex-preferred-size: 15%;
            flex-basis: 15%;
        width: 15%; } }
    @media (max-width: 1366px) {
      .toggled-points .tab-content .subpoint-item .subpoint-title {
        width: 70%;
        -ms-flex-preferred-size: 70%;
            flex-basis: 70%; } }
    @media (max-width: 1180px) {
      .toggled-points .tab-content .subpoint-item .subpoint-title {
        -ms-flex-preferred-size: 85%;
            flex-basis: 85%;
        width: 85%; } }

.faqs-row {
  padding: 10% 0; }
  @media (max-width: 960px) {
    .faqs-row {
      padding: 10vh 10px; } }
  .faqs-row .title-group {
    text-align: center;
    margin-bottom: 35px; }

.faq-list {
  padding: 0 15%; }
  @media (max-width: 1440px) {
    .faq-list {
      padding: 0 40px; } }
  @media (max-width: 960px) {
    .faq-list {
      padding: 0 10px; } }

.faq-item {
  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; }
  .faq-item.active .faq-title:hover:after {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none; }
  .faq-item.active .faq-title:before {
    display: none; }
  .faq-item.active .faq-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .faq-item .faq-title {
    color: #45D889;
    text-align: center;
    position: relative;
    margin-bottom: 30px;
    padding: 0 40px;
    cursor: pointer; }
    @media (max-width: 960px) {
      .faq-item .faq-title {
        padding: 0 25px 0 10px;
        margin-bottom: 20px;
        text-align: left;
        width: 100%;
        font-size: 26px; } }
    .faq-item .faq-title:hover:before, .faq-item .faq-title:hover:after {
      -webkit-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
              transform: rotate(90deg); }
    .faq-item .faq-title:before {
      content: "";
      display: block;
      width: 4px;
      height: 27px;
      background-color: #141414;
      position: absolute;
      right: 18px;
      top: 15px;
      -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; }
      @media (max-width: 960px) {
        .faq-item .faq-title:before {
          width: 2px;
          height: 15px;
          right: 12px;
          top: 5px; } }
    .faq-item .faq-title:after {
      content: "";
      display: block;
      width: 26px;
      height: 4px;
      background-color: #141414;
      position: absolute;
      right: 7px;
      top: 26px;
      -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; }
      @media (max-width: 960px) {
        .faq-item .faq-title:after {
          height: 2px;
          width: 16px;
          top: 11px;
          right: 5px; } }
  .faq-item .point-item {
    margin-bottom: 30px; }
    .faq-item .point-item:last-child {
      margin-bottom: 0; }
  .faq-item .subpoint-item:last-child .point-title {
    margin-bottom: 0; }
  .faq-item .faq-content {
    background-color: #E7E7E7;
    border-radius: 12px;
    padding: 40px 30px;
    max-width: 80%;
    margin: 0 10% 40px;
    display: none;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media (max-width: 1440px) {
      .faq-item .faq-content {
        max-width: 90%;
        margin: 0 5% 40px; } }
    @media (max-width: 960px) {
      .faq-item .faq-content {
        max-width: 100%;
        margin: 0 0 40px;
        padding: 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .faq-item .faq-content .point-title {
      margin-bottom: 20px; }
      .faq-item .faq-content .point-title .text.small.uppercase {
        margin-bottom: 10px; }
    .faq-item .faq-content .small-title {
      margin-bottom: 20px;
      padding-left: 7.5%; }
    .faq-item .faq-content .content-col {
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
      width: 50%; }
      @media (max-width: 960px) {
        .faq-item .faq-content .content-col {
          -ms-flex-preferred-size: 100%;
              flex-basis: 100%;
          width: 100%; } }
      .faq-item .faq-content .content-col:first-child {
        -ms-flex-preferred-size: 45%;
            flex-basis: 45%;
        width: 45%;
        margin-right: 5%; }
        @media (max-width: 960px) {
          .faq-item .faq-content .content-col:first-child {
            -ms-flex-preferred-size: 100%;
                flex-basis: 100%;
            width: 100%;
            margin-right: 0;
            margin-bottom: 20px; } }
        .faq-item .faq-content .content-col:first-child .small-title {
          padding-left: 0; }
    .faq-item .faq-content .subpoint-item {
      position: relative;
      padding-left: 7.5%; }
      .faq-item .faq-content .subpoint-item .index-number {
        position: absolute;
        top: -2px;
        left: 0; }

.term-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 50px;
  padding: 0 20px; }
  @media (max-width: 960px) {
    .term-item {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      padding: 0 30px; } }
  .term-item .half-col {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    width: 50%; }
    @media (max-width: 960px) {
      .term-item .half-col {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        width: 100%; } }
    .term-item .half-col.left-col {
      padding-right: 5%;
      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; }
      @media (max-width: 960px) {
        .term-item .half-col.left-col {
          padding-right: 0;
          margin-bottom: 15px; } }
      .term-item .half-col.left-col .text {
        margin: 0 0 0 auto;
        max-width: 50%;
        width: 100%;
        text-align: left; }
        @media (max-width: 1366px) {
          .term-item .half-col.left-col .text {
            max-width: 80%; } }
        @media (max-width: 960px) {
          .term-item .half-col.left-col .text {
            max-width: 100%; } }
    .term-item .half-col.right-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-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
      .term-item .half-col.right-col .text {
        max-width: 50%;
        margin: 0;
        text-align: left; }
        @media (max-width: 1440px) {
          .term-item .half-col.right-col .text {
            max-width: 80%; } }
        @media (max-width: 960px) {
          .term-item .half-col.right-col .text {
            max-width: 100%; } }
        .term-item .half-col.right-col .text p {
          margin-top: 0; }

.popup-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
  z-index: 999999; }
  .popup-wrap.visible {
    pointer-events: all;
    opacity: 1; }
  .popup-wrap .popup-close-backdrop {
    background-color: rgba(255, 255, 255, 0.1);
    -webkit-backdrop-filter: blur(5px) opacity(1);
            backdrop-filter: blur(5px) opacity(1);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; }
  .popup-wrap .close-popup {
    height: 26px;
    width: 26px;
    border-radius: 50%;
    position: absolute;
    top: calc(5vh - 13px);
    right: calc(20vw - 13px);
    background-color: rgba(0, 0, 0, 0.2);
    cursor: pointer;
    -webkit-transition: background-color .25s ease-in-out, opacity .35s ease-in-out;
    -o-transition: background-color .25s ease-in-out, opacity .35s ease-in-out;
    transition: background-color .25s ease-in-out, opacity .35s ease-in-out;
    z-index: 3; }
    @media (max-width: 1280px) {
      .popup-wrap .close-popup {
        right: calc(15vw - 13px); } }
    @media (max-width: 960px) {
      .popup-wrap .close-popup {
        right: 5px; } }
    .popup-wrap .close-popup:hover {
      background-color: rgba(0, 0, 0, 0.8); }
      .popup-wrap .close-popup:hover:before, .popup-wrap .close-popup:hover:after {
        background-color: #ffffff; }
    .popup-wrap .close-popup:before, .popup-wrap .close-popup:after {
      content: "";
      display: block;
      width: 2px;
      height: 10px;
      background-color: #141414;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transition: background-color .25s ease-in-out;
      -o-transition: background-color .25s ease-in-out;
      transition: background-color .25s ease-in-out; }
    .popup-wrap .close-popup:before {
      -webkit-transform: translate(-50%, -50%) rotate(45deg);
          -ms-transform: translate(-50%, -50%) rotate(45deg);
              transform: translate(-50%, -50%) rotate(45deg); }
    .popup-wrap .close-popup:after {
      -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          -ms-transform: translate(-50%, -50%) rotate(-45deg);
              transform: translate(-50%, -50%) rotate(-45deg); }
  .popup-wrap .form-wrap {
    display: none; }
    .popup-wrap .form-wrap.active {
      display: block; }

.popup-form {
  background-color: rgba(230, 230, 230, 0.6);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 60vw;
  min-height: 90vh;
  max-height: 90vh;
  border-radius: 20px;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  padding: 30px;
  z-index: 1;
  scrollbar-width: none;
  overflow-y: scroll; }
  @media (max-width: 1280px) {
    .popup-form {
      overflow-y: scroll;
      width: 70vw;
      height: 90vh; } }
  @media (max-width: 960px) {
    .popup-form {
      width: calc(100vw - 20px);
      height: calc(100vh - 20px);
      padding-bottom: 100px; } }
  .popup-form .form-wrap .gfield--type-choice .gform-field-label:after {
    background-color: #141414; }
  .popup-form .title {
    text-align: center;
    font-size: 60px; }
  .popup-form .form-wrap {
    max-width: 100%;
    margin: 0;
    padding: 0; }
    .popup-form .form-wrap .gfield {
      margin-bottom: 5px; }
    .popup-form .form-wrap textarea {
      height: 100px; }
    .popup-form .form-wrap .gform-footer .gform_button {
      border: 2px solid #141414;
      color: #141414;
      margin-top: 0; }
      .popup-form .form-wrap .gform-footer .gform_button:hover {
        background-color: #141414;
        color: #ffffff; }
    .popup-form .form-wrap .gform_fields {
      display: grid;
      gap: 10px;
      grid-template-columns: repeat(2, 1fr); }
      @media (max-width: 960px) {
        .popup-form .form-wrap .gform_fields {
          display: block; } }
      .popup-form .form-wrap .gform_fields #field_3_5,
      .popup-form .form-wrap .gform_fields #field_3_7,
      .popup-form .form-wrap .gform_fields #field_3_6 {
        grid-column: span 2; }
    .popup-form .form-wrap * {
      color: #141414; }

.fixed-nav-wrap {
  position: relative;
  width: 100%;
  height: 100%; }

.fixed-nav {
  position: fixed;
  top: 0;
  height: 100vh;
  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; }
  .fixed-nav a {
    position: absolute;
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
    text-transform: uppercase;
    font-family: "Roboto Mono";
    opacity: .3;
    letter-spacing: 2px;
    font-size: 14px;
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out; }
    .fixed-nav a:hover {
      opacity: 1; }
  .fixed-nav.nav-prev {
    left: 20px; }
    @media (max-width: 960px) {
      .fixed-nav.nav-prev {
        display: none; } }
  .fixed-nav.nav-next {
    right: 20px; }
    @media (max-width: 960px) {
      .fixed-nav.nav-next {
        display: none; } }
    .fixed-nav.nav-next a {
      -webkit-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
              transform: rotate(90deg); }

.markets-page .about-intro.full-text-row {
  height: auto;
  min-height: unset;
  padding: 30vh 0 0vh; }
  @media (max-width: 1366px) {
    .markets-page .about-intro.full-text-row {
      padding: 20vh 0 0vh; } }

.animated-hero-image img {
  -webkit-transition: -webkit-transform 3s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: -webkit-transform 3s cubic-bezier(0.25, 0.8, 0.25, 1);
  -o-transition: transform 3s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: transform 3s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: transform 3s cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 3s cubic-bezier(0.25, 0.8, 0.25, 1); }
  .animated-hero-image img.large-scale {
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2); }

@font-face {
  font-family: 'Camera';
  src: url(8f226c4081cf51410175091d875448c8.woff2) format("woff2"), url(8a0c0e1e745a6946f4f03ab7dc08e010.woff) format("woff"), url(9a62555fa7ee5c10b65b3d9a6fdedbaa.otf) format("opentype"), url(58eee6cd1f3f70d46067bf8ae6ec986c.ttf) format("truetype"), url(1aae5418ed8b145d5d5708b0f738d7e9.eot) format("embedded-opentype"), url(18fad29b81ce018684fb71d3515c8cd1.svg) format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Silka';
  src: url(f81e935f22460b08f78020e25f3b89b3.eot);
  src: url(f81e935f22460b08f78020e25f3b89b3.eot?#iefix) format("embedded-opentype"), url(258844b3cc24d23c8ea5641ec7b897a9.woff2) format("woff2"), url(d9802b80f8e38b6587760fbec1cc47d2.woff) format("woff"), url(bc72d32b4e86d36e82ebe8fd48f3a9ba.ttf) format("truetype"), url(2f393e21060379d1a7b7df387af0341d.svg) format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

#footer {
  min-height: 100vh;
  height: auto;
  background-color: #141414;
  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) {
    #footer {
      height: auto; } }
  #footer .footer-logo {
    text-align: center;
    padding: 50px 10px; }
    @media (max-width: 960px) {
      #footer .footer-logo {
        padding: 10% 10px 25%; } }
  #footer .footer-content {
    margin-top: auto;
    padding: 0 10px; }
    #footer .footer-content .grid-container {
      margin-bottom: 30px; }
      @media (max-width: 960px) {
        #footer .footer-content .grid-container {
          grid-template-columns: repeat(2, 1fr); } }
      @media (max-width: 768px) {
        #footer .footer-content .grid-container {
          display: block; } }
  #footer .menu-col {
    margin-bottom: 20px; }
    @media (max-width: 960px) {
      #footer .menu-col {
        grid-column: 1 / -1; } }
    #footer .menu-col a {
      color: #ffffff;
      -webkit-transition: color .3s ease-in-out;
      -o-transition: color .3s ease-in-out;
      transition: color .3s ease-in-out;
      text-transform: uppercase; }
      #footer .menu-col a:hover {
        color: #828282; }
    #footer .menu-col ul {
      padding: 0;
      margin: 0; }
      #footer .menu-col ul li {
        margin-bottom: 3px; }
        #footer .menu-col ul li:last-child {
          margin-bottom: 0; }
  @media (max-width: 960px) {
    #footer .newsletter-col {
      grid-column: 1 / -1;
      margin-top: 80px;
      margin-bottom: 80px; } }
  @media (max-width: 960px) {
    #footer .newsletter-col > span.text {
      margin-bottom: 10px; } }
  #footer .footer-social svg path {
    -webkit-transition: fill-opacity .3s ease-in-out;
    -o-transition: fill-opacity .3s ease-in-out;
    transition: fill-opacity .3s ease-in-out; }
  #footer .footer-social a:hover svg path {
    fill-opacity: 1; }
  #footer .archive-col a {
    color: #ffffff;
    -webkit-transition: color .3s ease-in-out, padding .3s ease-in-out;
    -o-transition: color .3s ease-in-out, padding .3s ease-in-out;
    transition: color .3s ease-in-out, padding .3s ease-in-out;
    position: relative; }
    #footer .archive-col a:before {
      content: "";
      display: block;
      border-radius: 50%;
      background-color: #ffffff;
      position: absolute;
      left: 1px;
      width: 5px;
      height: 5px;
      top: 7px;
      -webkit-transform: translateX(-12px);
          -ms-transform: translateX(-12px);
              transform: translateX(-12px);
      opacity: 0;
      -webkit-transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
      transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
      -o-transition: transform .3s ease-in-out, opacity .3s ease-in-out;
      transition: transform .3s ease-in-out, opacity .3s ease-in-out;
      transition: transform .3s ease-in-out, opacity .3s ease-in-out, -webkit-transform .3s ease-in-out; }
      @media (max-width: 960px) {
        #footer .archive-col a:before {
          display: none; } }
    #footer .archive-col a:hover {
      color: #ffffff;
      padding-left: 12px; }
      @media (max-width: 960px) {
        #footer .archive-col a:hover {
          padding-left: 0; } }
      #footer .archive-col a:hover:before {
        opacity: 1;
        -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
                transform: translateX(0); }
  @media (max-width: 768px) {
    #footer .archive-col {
      margin: 25px 0; } }
  #footer .footer-menu {
    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; }
    #footer .footer-menu a {
      color: #828282;
      margin-bottom: 3px; }
      @media (max-width: 1366px) {
        #footer .footer-menu a {
          padding-right: 10px; } }
      #footer .footer-menu a:last-child {
        margin-bottom: 0; }
  #footer .footer-col span.text {
    margin-bottom: 25px;
    display: inline-block; }
    @media (max-width: 960px) {
      #footer .footer-col span.text {
        margin-bottom: 15px; } }
  #footer .footer-col .social-wrap {
    margin-top: 25px; }
    @media (max-width: 960px) {
      #footer .footer-col .social-wrap {
        margin-top: 0; } }
    @media (max-width: 768px) {
      #footer .footer-col .social-wrap {
        margin-top: 25px; } }
    #footer .footer-col .social-wrap span.text {
      margin-bottom: 10px; }
  @media (max-width: 960px) {
    #footer .footer-col.menu-col {
      display: grid;
      grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 768px) {
    #footer .footer-col.menu-col {
      display: block; } }
  #footer .footer-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    #footer .footer-social a {
      margin-right: 15px; }
  #footer .footer-logo-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 1%;
    margin: 50px 0 20px;
    overflow: hidden; }
    #footer .footer-logo-wrap svg:nth-child(6) {
      margin-right: 2.5%; }
    @media (max-width: 1280px) {
      #footer .footer-logo-wrap {
        margin: 20px 0; } }
    @media (max-width: 768px) {
      #footer .footer-logo-wrap {
        margin: 20px 0 30px;
        display: none; } }
    #footer .footer-logo-wrap svg {
      height: auto;
      opacity: 0;
      -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto;
      -webkit-transition: opacity 1s cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 1s cubic-bezier(0.25, 0.8, 0.25, 1);
      transition: opacity 1s cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 1s cubic-bezier(0.25, 0.8, 0.25, 1);
      -o-transition: transform 1s cubic-bezier(0.25, 0.8, 0.25, 1), opacity 1s cubic-bezier(0.25, 0.8, 0.25, 1);
      transition: transform 1s cubic-bezier(0.25, 0.8, 0.25, 1), opacity 1s cubic-bezier(0.25, 0.8, 0.25, 1);
      transition: transform 1s cubic-bezier(0.25, 0.8, 0.25, 1), opacity 1s cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 1s cubic-bezier(0.25, 0.8, 0.25, 1);
      -webkit-transform: translateY(100%);
          -ms-transform: translateY(100%);
              transform: translateY(100%); }
      #footer .footer-logo-wrap svg.active {
        opacity: 1;
        -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
                transform: translateY(0); }
  #footer .mob-footer-logo {
    display: none; }
    @media (max-width: 768px) {
      #footer .mob-footer-logo {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        padding-bottom: 20px; } }
    #footer .mob-footer-logo svg {
      margin: 10px 0;
      height: auto;
      opacity: 0;
      -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto;
      -webkit-transition: opacity 1s cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 1s cubic-bezier(0.25, 0.8, 0.25, 1);
      transition: opacity 1s cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 1s cubic-bezier(0.25, 0.8, 0.25, 1);
      -o-transition: transform 1s cubic-bezier(0.25, 0.8, 0.25, 1), opacity 1s cubic-bezier(0.25, 0.8, 0.25, 1);
      transition: transform 1s cubic-bezier(0.25, 0.8, 0.25, 1), opacity 1s cubic-bezier(0.25, 0.8, 0.25, 1);
      transition: transform 1s cubic-bezier(0.25, 0.8, 0.25, 1), opacity 1s cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 1s cubic-bezier(0.25, 0.8, 0.25, 1);
      -webkit-transform: translateY(100%);
          -ms-transform: translateY(100%);
              transform: translateY(100%);
      width: 100%; }
    #footer .mob-footer-logo .reveal-logo {
      overflow-y: hidden; }
      #footer .mob-footer-logo .reveal-logo.active svg {
        opacity: 1;
        -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
                transform: translateY(0); }

.footer-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 20px 0;
  border-top: 1px solid #828282; }
  @media (max-width: 768px) {
    .footer-bottom {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      text-align: center;
      padding: 15px 0 25px; } }
  .footer-bottom .half-col {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    width: 50%; }
    .footer-bottom .half-col span, .footer-bottom .half-col a {
      color: #828282;
      font-size: 12px; }
    .footer-bottom .half-col a {
      -webkit-transition: color .35s ease-in-out;
      -o-transition: color .35s ease-in-out;
      transition: color .35s ease-in-out; }
      .footer-bottom .half-col a:hover {
        color: #ffffff; }
    @media (max-width: 768px) {
      .footer-bottom .half-col {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        width: 100%; } }
    @media (max-width: 768px) {
      .footer-bottom .half-col.left-col {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2; } }
    .footer-bottom .half-col.right-col {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .footer-bottom .half-col.right-col .site-signature {
        color: #828282;
        font-size: 12px;
        text-transform: uppercase; }
      @media (max-width: 768px) {
        .footer-bottom .half-col.right-col {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-pack: unset;
              -ms-flex-pack: unset;
                  justify-content: unset;
          padding-top: 10px;
          -webkit-box-ordinal-group: 2;
              -ms-flex-order: 1;
                  order: 1; } }

.footer-copyright,
.footer-signature {
  text-transform: uppercase; }

@media (max-width: 768px) {
  .footer-copyright {
    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;
    margin-top: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; } }

.newsletter-form .gform_submission_error.hide_summary {
  color: red;
  font-size: 16px;
  letter-spacing: 0;
  font-family: "Silka";
  margin-top: 0;
  line-height: 1.2; }
  @media (max-width: 1366px) {
    .newsletter-form .gform_submission_error.hide_summary {
      font-size: 14px; } }

.newsletter-form .gform_fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .newsletter-form .gform_fields .gfield_label {
    display: none; }
  .newsletter-form .gform_fields .gfield.gfield--type-email {
    -ms-flex-preferred-size: calc(100% - 62px);
        flex-basis: calc(100% - 62px);
    width: calc(100% - 62px); }
    .newsletter-form .gform_fields .gfield.gfield--type-email input {
      height: 50px;
      border: 0;
      border-bottom: 2px solid #828282;
      width: 100%;
      outline: 0;
      color: #ffffff;
      padding-left: 0; }
      @media (max-width: 960px) {
        .newsletter-form .gform_fields .gfield.gfield--type-email input {
          border-bottom: 1px solid #828282; } }
  .newsletter-form .gform_fields .gfield.gfield--type-submit {
    -ms-flex-preferred-size: 62px;
        flex-basis: 62px;
    width: 62px; }
    .newsletter-form .gform_fields .gfield.gfield--type-submit input {
      cursor: pointer;
      color: #ffffff;
      height: 50px;
      border: 0;
      border-bottom: 2px solid #828282;
      width: 100%;
      text-align: center;
      padding: 0; }
      @media (max-width: 960px) {
        .newsletter-form .gform_fields .gfield.gfield--type-submit input {
          border-bottom: 1px solid #828282; } }

.newsletter-form .gform_confirmation_message {
  color: #ffffff; }

.single-products #footer,
.page-template-template-about #footer {
  position: relative;
  z-index: 9; }
  .single-products #footer:before,
  .page-template-template-about #footer:before {
    content: "";
    display: block;
    height: 2px;
    width: 100%;
    position: absolute;
    background: #141414;
    top: -1px;
    display: block; }

#header {
  position: fixed;
  max-width: calc(100% - 80px);
  left: 40px;
  top: 20px;
  z-index: 99999;
  width: 100%;
  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;
  -webkit-transition: -webkit-transform 1.5s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: -webkit-transform 1.5s cubic-bezier(0.25, 0.8, 0.25, 1);
  -o-transition: transform 1.5s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: transform 1.5s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: transform 1.5s cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 1.5s cubic-bezier(0.25, 0.8, 0.25, 1); }
  @media (max-width: 1366px) {
    #header {
      max-width: calc(100% - 20px);
      left: 10px;
      top: 10px; } }
  #header.hidden {
    -webkit-transform: translateY(-100px);
        -ms-transform: translateY(-100px);
            transform: translateY(-100px); }
  #header .header__logo {
    -ms-flex-preferred-size: 250px;
        flex-basis: 250px;
    width: 250px;
    -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: opacity .35s ease-in-out, transform .35s ease-in-out;
    transition: opacity .35s ease-in-out, transform .35s ease-in-out;
    transition: opacity .35s ease-in-out, transform .35s ease-in-out, -webkit-transform .35s ease-in-out; }
    @media (max-width: 1180px) {
      #header .header__logo {
        -ms-flex-preferred-size: 190px;
            flex-basis: 190px;
        width: 190px; } }
    #header .header__logo a {
      height: 50px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      @media (max-width: 1440px) {
        #header .header__logo a {
          height: 40px; } }
      #header .header__logo a svg {
        height: 40px; }
        @media (max-width: 1440px) {
          #header .header__logo a svg {
            height: 40px; } }
        @media (max-width: 1180px) {
          #header .header__logo a svg {
            height: 35px;
            width: auto; } }
        @media (max-width: 960px) {
          #header .header__logo a svg {
            height: auto;
            width: 100%; } }
        #header .header__logo a svg path {
          position: relative;
          -webkit-transition: fill 0.35s ease-in-out, opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out !important;
          transition: fill 0.35s ease-in-out, opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out !important;
          -o-transition: fill 0.35s ease-in-out, opacity 0.3s ease-in-out, transform 0.3s ease-in-out !important;
          transition: fill 0.35s ease-in-out, opacity 0.3s ease-in-out, transform 0.3s ease-in-out !important;
          transition: fill 0.35s ease-in-out, opacity 0.3s ease-in-out, transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out !important; }
      #header .header__logo a.on-black-bg svg path {
        fill: #ffffff; }
  #header .header__navigation {
    -ms-flex-preferred-size: calc(100% - 500px);
        flex-basis: calc(100% - 500px);
    width: calc(100% - 500px);
    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: 1180px) {
      #header .header__navigation {
        -ms-flex-preferred-size: calc(100% - 380px);
            flex-basis: calc(100% - 380px);
        width: calc(100% - 380px); } }
    @media (max-width: 960px) {
      #header .header__navigation {
        display: none; } }
    #header .header__navigation ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 0;
      margin: 0;
      position: relative;
      z-index: 2; }
      #header .header__navigation ul li {
        list-style: none;
        margin: 0 15px; }
  #header .header__menu {
    position: relative;
    padding: 15px; }
    @media (max-width: 1440px) {
      #header .header__menu {
        padding: 10px 15px; } }
    #header .header__menu .menu-element {
      cursor: pointer;
      height: 20px;
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      overflow-y: hidden;
      line-height: 1.4; }
      #header .header__menu .menu-element .hover-el {
        position: relative;
        top: 0;
        left: 0;
        height: 19px;
        -webkit-transition: opacity 0.25s ease-in-out, -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
        transition: opacity 0.25s ease-in-out, -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
        -o-transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.25s ease-in-out;
        transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.25s ease-in-out;
        transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.25s ease-in-out, -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1); }
        #header .header__menu .menu-element .hover-el.hidden-el {
          opacity: .2;
          top: 15px; }
      #header .header__menu .menu-element:hover .hover-el.active-el {
        opacity: .2;
        -webkit-transform: translateY(-20px);
            -ms-transform: translateY(-20px);
                transform: translateY(-20px); }
      #header .header__menu .menu-element:hover .hover-el.hidden-el {
        opacity: 1;
        -webkit-transform: translateY(-34px);
            -ms-transform: translateY(-34px);
                transform: translateY(-34px); }
    #header .header__menu .nav-bg {
      background-color: rgba(230, 230, 230, 0.6);
      -webkit-backdrop-filter: blur(10px) contrast(0.6);
              backdrop-filter: blur(10px) contrast(0.6);
      -webkit-box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.15);
              box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.15);
      border-radius: 28px;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      pointer-events: none;
      -webkit-transition: background-color 0.35s ease-in-out, height 0.5s cubic-bezier(0.25, 0.8, 0.25, 1), border-radius 0.35s ease-in-out;
      -o-transition: background-color 0.35s ease-in-out, height 0.5s cubic-bezier(0.25, 0.8, 0.25, 1), border-radius 0.35s ease-in-out;
      transition: background-color 0.35s ease-in-out, height 0.5s cubic-bezier(0.25, 0.8, 0.25, 1), border-radius 0.35s ease-in-out;
      z-index: 1; }
    #header .header__menu .mega-menu {
      position: absolute;
      left: -15px;
      top: -15px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      width: calc(100% + 20px);
      padding: 125px 15px 25px;
      opacity: 0;
      pointer-events: none;
      z-index: -1;
      -webkit-transition: opacity .1s ease-in-out;
      -o-transition: opacity .1s ease-in-out;
      transition: opacity .1s ease-in-out;
      -webkit-transition-delay: 0;
           -o-transition-delay: 0;
              transition-delay: 0; }
      @media (max-width: 1440px) {
        #header .header__menu .mega-menu {
          padding: 125px 15px 15px; } }
      #header .header__menu .mega-menu .links-col {
        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: 75%;
            flex-basis: 75%;
        width: 75%; }
        #header .header__menu .mega-menu .links-col .menu-element {
          position: relative;
          -webkit-transition: opacity .35s ease-in-out, padding .35s ease-in-out;
          -o-transition: opacity .35s ease-in-out, padding .35s ease-in-out;
          transition: opacity .35s ease-in-out, padding .35s ease-in-out;
          display: block;
          height: auto;
          line-height: 1.2;
          margin-bottom: 7px; }
          #header .header__menu .mega-menu .links-col .menu-element:before {
            content: "";
            display: block;
            width: 8px;
            height: 2px;
            background-color: #141414;
            position: absolute;
            top: 8px;
            left: -10px;
            opacity: 0;
            -webkit-transition: opacity .35s ease-in-out, left .35s ease-in-out;
            -o-transition: opacity .35s ease-in-out, left .35s ease-in-out;
            transition: opacity .35s ease-in-out, left .35s ease-in-out; }
          #header .header__menu .mega-menu .links-col .menu-element:after {
            content: "";
            display: block;
            width: 6px;
            height: 6px;
            border-top: 2px solid #141414;
            border-right: 2px solid #141414;
            position: absolute;
            top: 6px;
            left: -14px;
            -webkit-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                    transform: rotate(45deg);
            opacity: 0;
            -webkit-transition: opacity .35s ease-in-out, left .35s ease-in-out;
            -o-transition: opacity .35s ease-in-out, left .35s ease-in-out;
            transition: opacity .35s ease-in-out, left .35s ease-in-out; }
          #header .header__menu .mega-menu .links-col .menu-element:hover {
            opacity: 1;
            padding-left: 20px; }
            #header .header__menu .mega-menu .links-col .menu-element:hover:before {
              left: 0;
              opacity: 1; }
            #header .header__menu .mega-menu .links-col .menu-element:hover:after {
              left: 4px;
              opacity: 1; }
        #header .header__menu .mega-menu .links-col li:last-child .menu-element {
          margin-bottom: 0; }
      #header .header__menu .mega-menu .image-col {
        -ms-flex-preferred-size: 25%;
            flex-basis: 25%;
        width: 25%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        -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; }
        #header .header__menu .mega-menu .image-col .child-image-wrap a {
          pointer-events: none;
          cursor: auto; }
        #header .header__menu .mega-menu .image-col img {
          width: 100%;
          height: auto;
          border-radius: 12px;
          position: absolute;
          bottom: 0;
          right: 0;
          opacity: 0;
          -webkit-transition: opacity .25s ease-in-out;
          -o-transition: opacity .25s ease-in-out;
          transition: opacity .25s ease-in-out; }
          #header .header__menu .mega-menu .image-col img.visible {
            opacity: 1; }
  #header .active-dropdown .mega-menu {
    opacity: 1;
    pointer-events: all;
    -webkit-transition: opacity .4s ease-in-out;
    -o-transition: opacity .4s ease-in-out;
    transition: opacity .4s ease-in-out;
    -webkit-transition-delay: .15s;
         -o-transition-delay: .15s;
            transition-delay: .15s; }
  #header .header__tools {
    -ms-flex-preferred-size: 250px;
        flex-basis: 250px;
    width: 250px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 1180px) {
      #header .header__tools {
        -ms-flex-preferred-size: 190px;
            flex-basis: 190px;
        width: 190px; } }
    @media (max-width: 960px) {
      #header .header__tools {
        -ms-flex-preferred-size: 110px;
            flex-basis: 110px;
        width: 110px; } }
    @media (max-width: 960px) {
      #header .header__tools .site-lang {
        display: none; } }
    #header .header__tools .site-lang a {
      background-color: rgba(230, 230, 230, 0.6);
      -webkit-backdrop-filter: blur(10px) contrast(0.6);
              backdrop-filter: blur(10px) contrast(0.6);
      -webkit-box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.15);
              box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.15);
      height: 50px;
      width: 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;
      color: #141414;
      border-radius: 50%;
      -webkit-transition: background-color .35s ease-in-out, color .35s ease-in-out;
      -o-transition: background-color .35s ease-in-out, color .35s ease-in-out;
      transition: background-color .35s ease-in-out, color .35s ease-in-out; }
      #header .header__tools .site-lang a:hover {
        background-color: #141414;
        color: #ffffff; }
  #header.mob-menu-active .header__logo path {
    -webkit-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
            transform: translateY(-15px);
    opacity: 0; }
    #header.mob-menu-active .header__logo path:last-child {
      -webkit-transform: translateX(0);
          -ms-transform: translateX(0);
              transform: translateX(0);
      opacity: 1; }
  #header.mob-menu-active .menu-close {
    pointer-events: all;
    opacity: 1; }
    #header.mob-menu-active .menu-close:before {
      -webkit-transform: translate(-50%, -50%) rotate(45deg);
          -ms-transform: translate(-50%, -50%) rotate(45deg);
              transform: translate(-50%, -50%) rotate(45deg); }
    #header.mob-menu-active .menu-close:after {
      -webkit-transform: translate(-50%, -50%) rotate(45deg);
          -ms-transform: translate(-50%, -50%) rotate(45deg);
              transform: translate(-50%, -50%) rotate(45deg); }
  #header.mob-menu-active .header-btn {
    opacity: 0;
    pointer-events: none;
    -webkit-transition-delay: .1s;
         -o-transition-delay: .1s;
            transition-delay: .1s; }
  #header.submenu-active {
    pointer-events: none; }
    #header.submenu-active .mob-social {
      -webkit-transition-delay: 0;
           -o-transition-delay: 0;
              transition-delay: 0; }
    #header.submenu-active .header__logo {
      opacity: 0;
      -webkit-transform: translateX(-20px);
          -ms-transform: translateX(-20px);
              transform: translateX(-20px);
      pointer-events: none; }
  #header .menu-close {
    position: absolute;
    top: -5px;
    right: -6px;
    height: 50px;
    width: 50px;
    z-index: 99;
    pointer-events: none;
    cursor: pointer;
    opacity: 0;
    -webkit-transition: opacity .35s ease-in-out;
    -o-transition: opacity .35s ease-in-out;
    transition: opacity .35s ease-in-out; }
    @media (max-width: 960px) {
      #header .menu-close {
        top: -10px; } }
    #header .menu-close:before {
      content: "";
      display: block;
      width: 20px;
      height: 2px;
      background-color: #141414;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%) rotate(0);
          -ms-transform: translate(-50%, -50%) rotate(0);
              transform: translate(-50%, -50%) rotate(0);
      -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; }
    #header .menu-close:after {
      content: "";
      display: block;
      width: 2px;
      height: 20px;
      background-color: #141414;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%) rotate(0);
          -ms-transform: translate(-50%, -50%) rotate(0);
              transform: translate(-50%, -50%) rotate(0);
      -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; }

.header-btn {
  -webkit-box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.15);
  background-color: rgba(230, 230, 230, 0.6);
  -webkit-backdrop-filter: blur(10px) contrast(0.6);
          backdrop-filter: blur(10px) contrast(0.6);
  padding: 15px 30px;
  display: inline-block;
  color: #141414;
  cursor: pointer;
  border-radius: 30px;
  margin-left: 10px;
  -webkit-transition: opacity .1s ease-in-out, background-color .45s ease-in-out, -webkit-transform .2s ease-in-out;
  transition: opacity .1s ease-in-out, background-color .45s ease-in-out, -webkit-transform .2s ease-in-out;
  -o-transition: opacity .1s ease-in-out, transform .2s ease-in-out, background-color .45s ease-in-out;
  transition: opacity .1s ease-in-out, transform .2s ease-in-out, background-color .45s ease-in-out;
  transition: opacity .1s ease-in-out, transform .2s ease-in-out, background-color .45s ease-in-out, -webkit-transform .2s ease-in-out; }
  @media (max-width: 1440px) {
    .header-btn {
      padding: 10px 22px; } }
  .header-btn.header-contact {
    display: block; }
    @media (max-width: 960px) {
      .header-btn.header-contact {
        display: none; } }
  .header-btn.mob-menu-toggle {
    display: none;
    position: relative;
    padding: 0 !important;
    width: 40px !important;
    height: 40px !important; }
    .header-btn.mob-menu-toggle:before {
      content: "";
      display: block;
      width: 14px;
      height: 14px;
      border-top: 2px solid #141414;
      border-bottom: 2px solid #141414;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      -webkit-transition: border .35s ease-in-out;
      -o-transition: border .35s ease-in-out;
      transition: border .35s ease-in-out; }
    .header-btn.mob-menu-toggle:after {
      content: "";
      display: block;
      width: 14px;
      height: 2px;
      background-color: #141414;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      -webkit-transition: background-color .35s ease-in-out;
      -o-transition: background-color .35s ease-in-out;
      transition: background-color .35s ease-in-out; }
    .header-btn.mob-menu-toggle:hover:before {
      border-top: 2px solid #ffffff;
      border-bottom: 2px solid #ffffff; }
    .header-btn.mob-menu-toggle:hover:after {
      background-color: #ffffff; }
    @media (max-width: 960px) {
      .header-btn.mob-menu-toggle {
        display: block;
        margin-left: 0;
        width: 80px;
        text-align: center;
        padding: 8px 12px; } }
  .header-btn .hover-wrap {
    width: 100%;
    height: 20px;
    overflow-y: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .header-btn .hover-wrap .hover-el {
      position: relative;
      top: 0;
      left: 0;
      -webkit-transition: opacity 0.45s ease-in-out, color 0.35s ease-in-out, -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
      transition: opacity 0.45s ease-in-out, color 0.35s ease-in-out, -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
      -o-transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.45s ease-in-out, color 0.35s ease-in-out;
      transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.45s ease-in-out, color 0.35s ease-in-out;
      transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.45s ease-in-out, color 0.35s ease-in-out, -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1); }
      @media (max-width: 1366px) {
        .header-btn .hover-wrap .hover-el {
          line-height: 1.4; } }
      .header-btn .hover-wrap .hover-el.hidden-el {
        opacity: .2;
        top: 15px; }
  .header-btn:hover {
    background-color: #141414; }
    .header-btn:hover .hover-el.active-el {
      opacity: .2;
      -webkit-transform: translateY(-20px);
          -ms-transform: translateY(-20px);
              transform: translateY(-20px); }
    .header-btn:hover .hover-el.hidden-el {
      opacity: 1;
      color: #ffffff;
      -webkit-transform: translateY(-34px);
          -ms-transform: translateY(-34px);
              transform: translateY(-34px); }

.mob-menu {
  position: fixed;
  top: 0;
  left: 0;
  padding: 25% 20px 20px 15px;
  width: 100%;
  height: 100%;
  z-index: 999;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  pointer-events: none;
  -webkit-transition: opacity .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out; }
  @media (max-width: 960px) {
    .mob-menu {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  .mob-menu .menu-back {
    position: absolute;
    top: 0;
    left: 2px;
    height: 50px;
    width: 50px;
    z-index: 99;
    pointer-events: none;
    cursor: pointer;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
    -webkit-transform: translateX(30px);
        -ms-transform: translateX(30px);
            transform: translateX(30px); }
    .mob-menu .menu-back:before {
      content: "";
      display: block;
      width: 15px;
      height: 15px;
      border-left: 2px solid #141414;
      border-bottom: 2px solid #141414;
      position: absolute;
      top: 17px;
      right: 16px;
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg);
      opacity: 0;
      -webkit-transition: opacity .35s ease-in-out, left .35s ease-in-out;
      -o-transition: opacity .35s ease-in-out, left .35s ease-in-out;
      transition: opacity .35s ease-in-out, left .35s ease-in-out; }
  .mob-menu.active {
    pointer-events: all; }
    .mob-menu.active .mob-backdrop {
      -webkit-transform: scaleY(1);
          -ms-transform: scaleY(1);
              transform: scaleY(1); }
    .mob-menu.active .menu-wrap {
      opacity: 1;
      -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
              transform: translateY(0);
      -webkit-transition: opacity 0.35s ease-in-out, -webkit-transform 0.65s cubic-bezier(0.25, 0.8, 0.25, 1);
      transition: opacity 0.35s ease-in-out, -webkit-transform 0.65s cubic-bezier(0.25, 0.8, 0.25, 1);
      -o-transition: opacity 0.35s ease-in-out, transform 0.65s cubic-bezier(0.25, 0.8, 0.25, 1);
      transition: opacity 0.35s ease-in-out, transform 0.65s cubic-bezier(0.25, 0.8, 0.25, 1);
      transition: opacity 0.35s ease-in-out, 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-transition-delay: .1s;
           -o-transition-delay: .1s;
              transition-delay: .1s; }
    .mob-menu.active .mob-social {
      opacity: 1;
      -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
              transform: translateY(0);
      -webkit-transition: opacity 0.35s ease-in-out, -webkit-transform 0.65s cubic-bezier(0.25, 0.8, 0.25, 1);
      transition: opacity 0.35s ease-in-out, -webkit-transform 0.65s cubic-bezier(0.25, 0.8, 0.25, 1);
      -o-transition: opacity 0.35s ease-in-out, transform 0.65s cubic-bezier(0.25, 0.8, 0.25, 1);
      transition: opacity 0.35s ease-in-out, transform 0.65s cubic-bezier(0.25, 0.8, 0.25, 1);
      transition: opacity 0.35s ease-in-out, 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); }
  .mob-menu.submenu-active .main-item:not(.active-dropdown) .primary-item {
    opacity: 0;
    -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
            transform: translateX(-20px);
    pointer-events: none; }
  .mob-menu.submenu-active .menu-item-has-children .primary-item:after {
    opacity: 0; }
  .mob-menu.submenu-active .mob-social {
    pointer-events: none;
    opacity: 0; }
  .mob-menu.submenu-active .menu-back {
    pointer-events: all;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0); }
    .mob-menu.submenu-active .menu-back:before {
      opacity: 1; }
  .mob-menu li {
    margin-bottom: 0; }
  .mob-menu .main-item {
    cursor: pointer;
    margin-bottom: 15px; }
    .mob-menu .main-item .sub-menu {
      position: absolute;
      top: 0;
      left: 0; }
    .mob-menu .main-item.active {
      opacity: 1; }
      .mob-menu .main-item.active .mega-menu {
        -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
                transform: translateX(0);
        opacity: 1;
        pointer-events: all;
        -webkit-transition-delay: .15s;
             -o-transition-delay: .15s;
                transition-delay: .15s; }
        .mob-menu .main-item.active .mega-menu .current-menu-item {
          opacity: .5;
          pointer-events: none; }
  .mob-menu .menu-item-has-children .primary-item {
    cursor: pointer;
    pointer-events: none;
    position: relative;
    display: block; }
    .mob-menu .menu-item-has-children .primary-item:after {
      content: "";
      display: block;
      width: 15px;
      height: 15px;
      border-right: 2px solid #141414;
      border-bottom: 2px solid #141414;
      position: absolute;
      top: 9px;
      right: 5px;
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg);
      opacity: 1;
      -webkit-transition: opacity .65s ease-in-out;
      -o-transition: opacity .65s ease-in-out;
      transition: opacity .65s ease-in-out; }
  .mob-menu .mob-backdrop {
    position: absolute;
    top: -10vh;
    right: 0;
    -webkit-transform-origin: top;
        -ms-transform-origin: top;
            transform-origin: top;
    z-index: 1;
    height: 120vh;
    width: 100%;
    background: rgba(230, 230, 230, 0.6);
    -webkit-backdrop-filter: blur(10px) contrast(0.6);
            backdrop-filter: blur(10px) contrast(0.6);
    -webkit-transform: scaleY(0);
        -ms-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out; }
  .mob-menu .mega-menu {
    -webkit-transform: translateX(30px);
        -ms-transform: translateX(30px);
            transform: translateX(30px);
    opacity: 0;
    position: absolute;
    pointer-events: none;
    top: 0;
    left: 0;
    -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;
    -webkit-transition-delay: 0;
         -o-transition-delay: 0;
            transition-delay: 0; }
    .mob-menu .mega-menu li a {
      display: inline-block;
      font-size: 18px;
      padding: 10px 0; }
  .mob-menu .menu-wrap {
    opacity: 0;
    position: relative;
    -webkit-transition: opacity 0.35s ease-in-out, -webkit-transform 0.65s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: opacity 0.35s ease-in-out, -webkit-transform 0.65s cubic-bezier(0.25, 0.8, 0.25, 1);
    -o-transition: opacity 0.35s ease-in-out, transform 0.65s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: opacity 0.35s ease-in-out, transform 0.65s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: opacity 0.35s ease-in-out, 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(-35px);
        -ms-transform: translateY(-35px);
            transform: translateY(-35px);
    z-index: 9; }
    .mob-menu .menu-wrap > ul {
      margin-top: 0;
      padding-top: 0 !important; }
    .mob-menu .menu-wrap ul {
      padding: 10px 0;
      list-style: none; }
  .mob-menu .primary-item {
    font-size: 30px;
    display: inline-block;
    -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;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    opacity: 1; }
  .mob-menu .mob-social {
    margin-top: 50px;
    opacity: 0;
    position: relative;
    -webkit-transition: opacity 0.35s ease-in-out, -webkit-transform 0.65s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: opacity 0.35s ease-in-out, -webkit-transform 0.65s cubic-bezier(0.25, 0.8, 0.25, 1);
    -o-transition: opacity 0.35s ease-in-out, transform 0.65s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: opacity 0.35s ease-in-out, transform 0.65s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: opacity 0.35s ease-in-out, 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(-35px);
        -ms-transform: translateY(-35px);
            transform: translateY(-35px);
    z-index: 9; }
    .mob-menu .mob-social a {
      margin-right: 20px; }
      .mob-menu .mob-social a svg path {
        fill: #141414;
        fill-opacity: 1; }

.contact-ctas {
  margin: 50px 0; }
  .contact-ctas .title {
    text-align: center; }
    @media (max-width: 960px) {
      .contact-ctas .title {
        margin-bottom: 20px; } }
  .contact-ctas .cta-social {
    display: none; }
    @media (max-width: 960px) {
      .contact-ctas .cta-social {
        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; } }
    .contact-ctas .cta-social a {
      margin: 0 10px; }
      .contact-ctas .cta-social a:hover svg path {
        fill: #ffffff; }
    .contact-ctas .cta-social svg path {
      fill: #141414;
      fill-opacity: 1;
      -webkit-transition: fill .25s ease-in-out;
      -o-transition: fill .25s ease-in-out;
      transition: fill .25s ease-in-out; }

.contact-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 50px; }
  @media (max-width: 960px) {
    .contact-cta {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .contact-cta:last-child {
    margin-bottom: 0; }
  .contact-cta .half-col {
    -ms-flex-preferred-size: calc(50% - 20px);
        flex-basis: calc(50% - 20px);
    width: calc(50% - 20px); }
    @media (max-width: 960px) {
      .contact-cta .half-col {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        width: 100%;
        margin: 0; } }
  .contact-cta .left-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 40px; }
    .contact-cta .left-col .text {
      margin: 0 0 0 auto; }
      @media (max-width: 960px) {
        .contact-cta .left-col .text {
          margin: auto; } }
    @media (max-width: 960px) {
      .contact-cta .left-col {
        margin-bottom: 10px;
        margin-right: 0; } }
  .contact-cta .right-col .text {
    max-width: 100%;
    margin: 0;
    text-align: left; }
    @media (max-width: 960px) {
      .contact-cta .right-col .text {
        text-align: center; } }

.contact-form-row {
  padding: 0 20%; }
  @media (max-width: 1440px) {
    .contact-form-row {
      padding: 0 10%; } }
  @media (max-width: 960px) {
    .contact-form-row {
      padding: 0 30px; } }
  .contact-form-row .title {
    text-align: center; }
  .contact-form-row .form-wrap input[type="text"],
  .contact-form-row .form-wrap input[type="email"],
  .contact-form-row .form-wrap input[type="file"],
  .contact-form-row .form-wrap input[type="tel"],
  .contact-form-row .form-wrap select,
  .contact-form-row .form-wrap textarea {
    border: 2px solid #141414; }
  .contact-form-row .form-wrap .gfield_label.gform-field-label span {
    color: #141414; }
  .contact-form-row .form-wrap .gfield_label.gform-field-label {
    color: #141414; }
  .contact-form-row .form-wrap .gfield--type-choice .gform-field-label:before {
    border: 2px solid #141414; }
  .contact-form-row .form-wrap .ginput_container_select:before {
    border-bottom: 2px solid #141414;
    border-right: 2px solid #141414; }
  .contact-form-row .form-wrap .ginput_container_select:after {
    background-color: #141414; }

.groups-list {
  padding-bottom: 5%; }
  .groups-list .group-item {
    padding: 50px 0; }
    .groups-list .group-item .title {
      text-align: center; }
      @media (max-width: 960px) {
        .groups-list .group-item .title {
          margin-bottom: 20px; } }
    .groups-list .group-item .group-info {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .groups-list .group-item .group-info.main-info {
        margin-bottom: 30px; }
    .groups-list .group-item .half-col {
      -ms-flex-preferred-size: calc(50% - 20px);
          flex-basis: calc(50% - 20px);
      width: calc(50% - 20px); }
      @media (max-width: 960px) {
        .groups-list .group-item .half-col {
          -ms-flex-preferred-size: calc(50% - 5px);
              flex-basis: calc(50% - 5px);
          width: calc(50% - 5px); } }
    .groups-list .group-item .left-col {
      margin-right: 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-align: end;
          -ms-flex-align: end;
              align-items: flex-end; }
      @media (max-width: 960px) {
        .groups-list .group-item .left-col {
          margin-right: 10px; } }
      .groups-list .group-item .left-col .text {
        margin: 0 0 0 auto; }
    .groups-list .group-item .right-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-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
      .groups-list .group-item .right-col .text {
        max-width: 100%;
        margin: 0;
        text-align: left; }

.fixed-social-wrap {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 2; }
  @media (max-width: 960px) {
    .fixed-social-wrap {
      left: unset;
      right: 0;
      display: none; } }

.fixed-social {
  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: 0 15px;
  height: 100vh; }
  .fixed-social a {
    margin: 5px 0; }
    .fixed-social a:hover svg path {
      fill: #ffffff; }
  .fixed-social svg path {
    fill: #141414;
    fill-opacity: 1;
    -webkit-transition: fill .25s ease-in-out;
    -o-transition: fill .25s ease-in-out;
    transition: fill .25s ease-in-out; }

.career-form-row {
  padding: 10% 0; }
  @media (max-width: 960px) {
    .career-form-row {
      padding: 10vh 0; } }
  .career-form-row .content-wrap {
    max-width: 60%;
    margin: 0 20%;
    text-align: center; }
    @media (max-width: 1440px) {
      .career-form-row .content-wrap {
        max-width: 80%;
        margin: 0 10%; } }
    @media (max-width: 960px) {
      .career-form-row .content-wrap {
        max-width: 100%;
        margin: 0 0;
        padding: 0 30px; } }
  @media (max-width: 1180px) {
    .career-form-row .form-wrap {
      max-width: 80%;
      margin: 50px 10%; } }
  @media (max-width: 960px) {
    .career-form-row .form-wrap {
      max-width: 100%;
      margin: 50px 10px; } }

.form-wrap {
  max-width: 50%;
  margin: 50px 25%;
  text-align: left;
  padding-bottom: 50px; }
  .form-wrap.contact-form {
    max-width: 50%;
    margin: 50px 25%; }
    @media (max-width: 1180px) {
      .form-wrap.contact-form {
        max-width: 80%;
        margin: 50px 10%; } }
    @media (max-width: 960px) {
      .form-wrap.contact-form {
        max-width: 96%;
        margin: 50px 2%; } }
  .form-wrap * {
    color: #ffffff; }
  .form-wrap .gform_required_legend {
    display: none; }
  .form-wrap .gfield {
    margin-bottom: 20px; }
    .form-wrap .gfield.gfield--type-textarea, .form-wrap .gfield.gfield--type-choice {
      grid-column: 1 / -1; }
    .form-wrap .gfield.gfield--type-fileupload {
      margin-bottom: 50px; }
  .form-wrap .gfield_label.gform-field-label {
    color: #727272;
    margin-bottom: 10px;
    padding-left: 30px; }
    .form-wrap .gfield_label.gform-field-label span {
      color: #727272; }
  .form-wrap input[type="text"],
  .form-wrap input[type="email"],
  .form-wrap input[type="file"],
  .form-wrap input[type="tel"],
  .form-wrap select,
  .form-wrap textarea {
    width: 100%;
    border: 2px solid #727272;
    border-radius: 12px;
    padding: 0 30px;
    height: 50px;
    outline: 0; }
    .form-wrap input[type="text"]:focus,
    .form-wrap input[type="email"]:focus,
    .form-wrap input[type="file"]:focus,
    .form-wrap input[type="tel"]:focus,
    .form-wrap select:focus,
    .form-wrap textarea:focus {
      outline: 0; }
  .form-wrap textarea {
    height: 200px;
    padding: 15px 30px; }
  .form-wrap select {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none; }
    .form-wrap select option {
      color: #141414; }
  .form-wrap input[type="file"] {
    opacity: 0; }
  .form-wrap .gfield--type-fileupload {
    text-align: center; }
    .form-wrap .gfield--type-fileupload .gfield_label.gform-field-label {
      padding-left: 0;
      display: none; }
    .form-wrap .gfield--type-fileupload button.gform_delete_file.gform-theme-button.gform-theme-button--simple {
      display: block;
      margin: 10px auto;
      border: 0;
      border-bottom: 1px solid #ffffff;
      padding: 0; }
  .form-wrap .ginput_container_fileupload {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative; }
    .form-wrap .ginput_container_fileupload .ginput_preview_list {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; }
    .form-wrap .ginput_container_fileupload .gfield_fileupload_progress {
      display: inline-block;
      margin-left: 5px;
      color: #727272; }
    .form-wrap .ginput_container_fileupload .gform_fileupload_rules {
      color: #727272;
      display: block;
      font-size: 14px;
      margin-top: 10px;
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; }
    .form-wrap .ginput_container_fileupload .file-upload-btn {
      height: 50px;
      border: 2px solid #ffffff;
      position: absolute;
      top: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      padding: 16px 30px;
      border: 2px solid #ffffff;
      display: inline-block;
      color: #ffffff;
      border-radius: 30px;
      margin-top: 0;
      outline: 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;
      cursor: pointer;
      z-index: 9;
      line-height: 1; }
      @media (max-width: 1440px) {
        .form-wrap .ginput_container_fileupload .file-upload-btn {
          height: 40px;
          padding: 12px 22px; } }
      .form-wrap .ginput_container_fileupload .file-upload-btn:hover {
        background-color: #ffffff;
        color: #141414; }
  .form-wrap .selected-file {
    height: 50px;
    position: absolute;
    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%; }
  .form-wrap .gform_submission_error {
    font-family: "Silka";
    text-align: center;
    font-size: 16px;
    letter-spacing: 0;
    margin-bottom: 20px; }
    @media (max-width: 1366px) {
      .form-wrap .gform_submission_error {
        font-size: 14px; } }
  .form-wrap .ginput_container_select {
    position: relative; }
    .form-wrap .ginput_container_select:before {
      content: "";
      display: block;
      width: 8px;
      height: 8px;
      border-bottom: 2px solid #727272;
      border-right: 2px solid #727272;
      position: absolute;
      bottom: 20px;
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg);
      right: 22px;
      pointer-events: none; }
    .form-wrap .ginput_container_select:after {
      content: "";
      display: block;
      width: 2px;
      height: 14px;
      background-color: #727272;
      position: absolute;
      bottom: 20px;
      right: 25px;
      pointer-events: none; }
  .form-wrap fieldset {
    border: 0;
    padding: 0; }
  .form-wrap .gfield_label {
    font-family: "Roboto Mono";
    display: inline-block;
    text-transform: uppercase;
    margin-bottom: 5px;
    letter-spacing: 3px;
    font-size: 14px; }
  .form-wrap .gfield--type-choice .gfield_label {
    display: none; }
  .form-wrap .gfield--type-choice input[type="checkbox"] {
    position: absolute;
    opacity: 0; }
    .form-wrap .gfield--type-choice input[type="checkbox"]:checked + .gform-field-label:after {
      -webkit-transform: scale(1);
          -ms-transform: scale(1);
              transform: scale(1); }
  .form-wrap .gfield--type-choice .gform-field-label {
    cursor: pointer;
    padding-left: 30px;
    position: relative; }
    .form-wrap .gfield--type-choice .gform-field-label:before {
      content: "";
      display: block;
      width: 20px;
      height: 20px;
      border: 2px solid #727272;
      border-radius: 50%;
      position: absolute;
      left: 0;
      top: -2px; }
    .form-wrap .gfield--type-choice .gform-field-label:after {
      content: "";
      display: block;
      width: 6px;
      height: 6px;
      background-color: #ffffff;
      border-radius: 50%;
      position: absolute;
      left: 7px;
      top: 5px;
      -webkit-transform: scale(0);
          -ms-transform: scale(0);
              transform: scale(0); }
  .form-wrap .gfield_description.validation_message {
    color: red;
    font-size: 14px;
    padding-top: 5px;
    padding-left: 30px; }
  .form-wrap .gform-footer {
    padding-top: 30px;
    text-align: center; }
    .form-wrap .gform-footer .gform_button {
      cursor: pointer;
      padding: 16px 30px;
      border: 2px solid #ffffff;
      display: inline-block;
      color: #ffffff;
      border-radius: 30px;
      margin-top: 20px;
      outline: 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; }
      @media (max-width: 1440px) {
        .form-wrap .gform-footer .gform_button {
          padding: 12px 20px; } }
      .form-wrap .gform-footer .gform_button:hover {
        background-color: #ffffff;
        color: #141414; }
  .form-wrap.contact-form * {
    color: #141414; }
  .form-wrap.contact-form .gfield--type-choice .gform-field-label:after {
    background-color: #141414; }
  .form-wrap.contact-form .gform-footer .gform_button {
    border: 2px solid #141414;
    color: #141414; }
    .form-wrap.contact-form .gform-footer .gform_button:hover {
      background-color: #141414;
      color: #ffffff; }

.downloads-page .full-text-row.smaller {
  padding-bottom: 0;
  min-height: unset; }

.downloads-page .download-files {
  padding-top: 30px; }
  .downloads-page .download-files .content-wrap {
    margin-bottom: 30px; }

@media (max-width: 960px) {
  .downloads-page .media-filters {
    padding-left: 20px;
    padding-right: 10px; } }

.downloads-page .product-files .download-link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.small-carousel {
  position: absolute;
  bottom: 30px;
  left: 30px;
  max-width: 450px;
  width: 100%;
  z-index: 3;
  -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; }
  @media (max-width: 1366px) {
    .small-carousel {
      bottom: 15px;
      left: 20px;
      max-width: 375px; } }
  @media (max-width: 960px) {
    .small-carousel {
      max-width: 60%; } }
  @media (max-width: 768px) {
    .small-carousel {
      display: none; } }
  .small-carousel .slide-bg {
    background-color: rgba(230, 230, 230, 0.45);
    -webkit-backdrop-filter: blur(20px);
            backdrop-filter: blur(20px);
    border-radius: 12px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
    -webkit-transition: background-color .25s ease-in-out, -webkit-transform .35s ease-in-out;
    transition: background-color .25s ease-in-out, -webkit-transform .35s ease-in-out;
    -o-transition: transform .35s ease-in-out, background-color .25s ease-in-out;
    transition: transform .35s ease-in-out, background-color .25s ease-in-out;
    transition: transform .35s ease-in-out, background-color .25s ease-in-out, -webkit-transform .35s ease-in-out;
    -webkit-transform-origin: left;
        -ms-transform-origin: left;
            transform-origin: left; }
  .small-carousel .swiper-slide:hover .slide-bg {
    background-color: rgba(230, 230, 230, 0.8); }
  .small-carousel .close-carousel {
    height: 26px;
    width: 26px;
    border-radius: 50%;
    position: absolute;
    top: -13px;
    left: -13px;
    background-color: rgba(0, 0, 0, 0.2);
    cursor: pointer;
    -webkit-transition: background-color .25s ease-in-out, opacity .35s ease-in-out;
    -o-transition: background-color .25s ease-in-out, opacity .35s ease-in-out;
    transition: background-color .25s ease-in-out, opacity .35s ease-in-out;
    z-index: 3; }
    .small-carousel .close-carousel:hover {
      background-color: rgba(0, 0, 0, 0.8); }
      .small-carousel .close-carousel:hover:before, .small-carousel .close-carousel:hover:after {
        background-color: #ffffff; }
    .small-carousel .close-carousel:before, .small-carousel .close-carousel:after {
      content: "";
      display: block;
      width: 2px;
      height: 10px;
      background-color: #141414;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transition: background-color .25s ease-in-out;
      -o-transition: background-color .25s ease-in-out;
      transition: background-color .25s ease-in-out; }
    .small-carousel .close-carousel:before {
      -webkit-transform: translate(-50%, -50%) rotate(45deg);
          -ms-transform: translate(-50%, -50%) rotate(45deg);
              transform: translate(-50%, -50%) rotate(45deg); }
    .small-carousel .close-carousel:after {
      -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          -ms-transform: translate(-50%, -50%) rotate(-45deg);
              transform: translate(-50%, -50%) rotate(-45deg); }
  .small-carousel .slide-content {
    padding: 20px;
    -webkit-transition: opacity .35s ease-in-out;
    -o-transition: opacity .35s ease-in-out;
    transition: opacity .35s ease-in-out;
    position: relative;
    z-index: 2; }
    @media (max-width: 1366px) {
      .small-carousel .slide-content {
        padding: 15px; } }
    .small-carousel .slide-content .text {
      max-width: 100%;
      min-height: 85px; }
  .small-carousel .slide-image {
    position: relative;
    z-index: 2;
    -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; }
  .small-carousel .slide-item {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .small-carousel .swiper-pagination {
    position: absolute;
    bottom: 10px;
    left: 12px;
    width: calc(70% - 20px);
    text-align: left;
    -webkit-transition: opacity .35s ease-in-out;
    -o-transition: opacity .35s ease-in-out;
    transition: opacity .35s ease-in-out; }
  .small-carousel.hide-elements .slide-bg {
    -webkit-transform: scaleX(0.3);
        -ms-transform: scaleX(0.3);
            transform: scaleX(0.3); }
  .small-carousel.hide-elements .close-carousel {
    opacity: 0; }
  .small-carousel.hide-elements .slide-content {
    opacity: 0; }
  .small-carousel.hide-elements .swiper-pagination {
    opacity: 0; }
  .small-carousel.hide-elements .slide-image {
    -webkit-transform: translateX(calc(-230% - 5px));
        -ms-transform: translateX(calc(-230% - 5px));
            transform: translateX(calc(-230% - 5px)); }
    @media (max-width: 1366px) {
      .small-carousel.hide-elements .slide-image {
        -webkit-transform: translateX(calc(-180% - 5px));
            -ms-transform: translateX(calc(-180% - 5px));
                transform: translateX(calc(-180% - 5px)); } }
  .small-carousel.load-hidden {
    -webkit-transform: translateY(50px);
        -ms-transform: translateY(50px);
            transform: translateY(50px);
    opacity: 0; }
  .small-carousel.hidden {
    -webkit-transform: translateY(-50px);
        -ms-transform: translateY(-50px);
            transform: translateY(-50px);
    opacity: 0; }

.scroll-animation-container {
  height: 40px;
  overflow: hidden;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 15px; }

.scroll-animation {
  -webkit-animation: scrollEffect 2s cubic-bezier(0.25, 0.8, 0.25, 1) infinite;
          animation: scrollEffect 2s cubic-bezier(0.25, 0.8, 0.25, 1) infinite;
  max-width: 100% !important;
  margin: 0 !important;
  width: 100%;
  opacity: 0;
  -webkit-transform: translate(0, 20px);
      -ms-transform: translate(0, 20px);
          transform: translate(0, 20px); }

@-webkit-keyframes scrollEffect {
  0% {
    -webkit-transform: translate(0, 20px);
            transform: translate(0, 20px);
    opacity: 0.3; }
  20% {
    opacity: 1; }
  80% {
    opacity: 0; }
  96% {
    -webkit-transform: translate(0, -30px);
            transform: translate(0, -30px); }
  97% {
    -webkit-transform: translate(-200%, -30px);
            transform: translate(-200%, -30px); }
  98% {
    -webkit-transform: translate(-200%, 25px);
            transform: translate(-200%, 25px); }
  99% {
    -webkit-transform: translate(0, 25px);
            transform: translate(0, 25px); } }

@keyframes scrollEffect {
  0% {
    -webkit-transform: translate(0, 20px);
            transform: translate(0, 20px);
    opacity: 0.3; }
  20% {
    opacity: 1; }
  80% {
    opacity: 0; }
  96% {
    -webkit-transform: translate(0, -30px);
            transform: translate(0, -30px); }
  97% {
    -webkit-transform: translate(-200%, -30px);
            transform: translate(-200%, -30px); }
  98% {
    -webkit-transform: translate(-200%, 25px);
            transform: translate(-200%, 25px); }
  99% {
    -webkit-transform: translate(0, 25px);
            transform: translate(0, 25px); } }

.large-text-row .line.text {
  max-width: 100%; }

.slide-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative; }
  .slide-item .slide-content {
    -ms-flex-preferred-size: 70%;
        flex-basis: 70%;
    width: 70%;
    padding-right: 10px; }
    @media (max-width: 1366px) {
      .slide-item .slide-content {
        -ms-flex-preferred-size: 65%;
            flex-basis: 65%;
        width: 65%; } }
  .slide-item .slide-image {
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
    padding-bottom: 30%;
    padding: 5px;
    width: 30%; }
    @media (max-width: 1366px) {
      .slide-item .slide-image {
        -ms-flex-preferred-size: 35%;
            flex-basis: 35%;
        width: 35%; } }
    .slide-item .slide-image .image-wrap {
      position: relative;
      border-radius: 12px;
      overflow: hidden;
      padding-bottom: 100%;
      height: 100%;
      width: 100%; }
    .slide-item .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;
      height: 100%;
      width: 100%; }

.wheel-wrapper {
  z-index: 9;
  position: relative;
  margin: -1px 0;
  height: 100vh;
  overflow: hidden; }
  @media (max-width: 960px) {
    .wheel-wrapper {
      height: auto; } }
  .wheel-wrapper .pretitle-group {
    height: 20vh;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    text-align: center;
    padding-bottom: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }
    @media (max-width: 1366px) {
      .wheel-wrapper .pretitle-group {
        padding-bottom: 0; } }

.products-wheel {
  height: 80vh;
  position: relative;
  overflow: hidden;
  margin-top: 20vh; }
  @media (max-width: 960px) {
    .products-wheel {
      height: auto; } }
  .products-wheel .anchor-number {
    width: 100%;
    height: 100px;
    margin: 0; }
    @media (max-width: 960px) {
      .products-wheel .anchor-number.desktop-number {
        display: none; } }
    @media (max-width: 960px) {
      .products-wheel .anchor-number.mobile-number {
        display: block; } }
    @media (max-width: 960px) {
      .products-wheel .anchor-number {
        height: auto; } }
  .products-wheel .wheel-element {
    display: none; }
  .products-wheel .anchor-points {
    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;
    width: 98%;
    padding-bottom: 98%;
    position: absolute;
    top: 0;
    left: 1%; }
    @media (max-width: 1280px) {
      .products-wheel .anchor-points {
        width: 120%;
        padding-bottom: 120%;
        left: -10%; } }
    @media (max-width: 960px) {
      .products-wheel .anchor-points {
        width: 100%;
        padding-bottom: 0;
        left: 0;
        position: relative; } }
    .products-wheel .anchor-points:before {
      content: "";
      display: block;
      height: calc(100% - 200px);
      width: calc(100% - 200px);
      position: absolute;
      border: 2px solid #ffffff;
      border-radius: 50%;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%) scale(1);
          -ms-transform: translate(-50%, -50%) scale(1);
              transform: translate(-50%, -50%) scale(1); }
      @media (max-width: 960px) {
        .products-wheel .anchor-points:before {
          display: none; } }
  .products-wheel .wheel-mob-content {
    display: none; }
    .products-wheel .wheel-mob-content a.title {
      display: inline-block; }
    @media (max-width: 960px) {
      .products-wheel .wheel-mob-content {
        display: block;
        padding: 0 20px; } }
  .products-wheel .anchor-point {
    position: absolute;
    top: 0;
    height: 100%;
    text-align: center;
    width: 110px;
    margin: 0;
    line-height: 1; }
    @media (max-width: 960px) {
      .products-wheel .anchor-point {
        position: relative;
        -webkit-transform: unset !important;
            -ms-transform: unset !important;
                transform: unset !important;
        height: auto;
        width: 100%;
        margin-top: 15%; } }
    .products-wheel .anchor-point:after {
      content: "";
      display: block;
      width: 16px;
      height: 16px;
      border: 2px solid #ffffff;
      background-color: #1E39F8;
      border-radius: 50%;
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      top: 92px; }
      @media (max-width: 960px) {
        .products-wheel .anchor-point:after {
          display: none; } }
    @media (max-width: 960px) {
      .products-wheel .anchor-point:first-child {
        margin-top: 0; } }
    .products-wheel .anchor-point:nth-child(2) {
      -webkit-transform: rotate(36deg);
          -ms-transform: rotate(36deg);
              transform: rotate(36deg); }
    .products-wheel .anchor-point:nth-child(3) {
      -webkit-transform: rotate(72deg);
          -ms-transform: rotate(72deg);
              transform: rotate(72deg); }
    .products-wheel .anchor-point:nth-child(4) {
      -webkit-transform: rotate(108deg);
          -ms-transform: rotate(108deg);
              transform: rotate(108deg); }
    .products-wheel .anchor-point:nth-child(5) {
      -webkit-transform: rotate(144deg);
          -ms-transform: rotate(144deg);
              transform: rotate(144deg); }
    .products-wheel .anchor-point:nth-child(6) {
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg); }
    .products-wheel .anchor-point:nth-child(7) {
      -webkit-transform: rotate(216deg);
          -ms-transform: rotate(216deg);
              transform: rotate(216deg); }
    .products-wheel .anchor-point:nth-child(8) {
      -webkit-transform: rotate(252deg);
          -ms-transform: rotate(252deg);
              transform: rotate(252deg); }
    .products-wheel .anchor-point:nth-child(9) {
      -webkit-transform: rotate(288deg);
          -ms-transform: rotate(288deg);
              transform: rotate(288deg); }
    .products-wheel .anchor-point:nth-child(10) {
      -webkit-transform: rotate(324deg);
          -ms-transform: rotate(324deg);
              transform: rotate(324deg); }

.mob-markets-btn {
  display: none; }
  @media (max-width: 960px) {
    .mob-markets-btn {
      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: 20px 0 50px; } }

.wheel-element {
  padding-bottom: 90%;
  width: 90%;
  position: relative;
  left: 50%;
  top: 10%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 50%; }
  .wheel-element:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border: 2px solid #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    border-radius: 50%; }

.wheel-texts {
  position: absolute;
  bottom: 0;
  left: 25%;
  width: 50%;
  text-align: center;
  padding-bottom: 50px;
  height: 50vh; }
  @media (max-width: 1440px) {
    .wheel-texts {
      left: 20%;
      width: 60%;
      height: 55vh; } }
  @media (max-width: 960px) {
    .wheel-texts {
      display: none; } }
  .wheel-texts .wheel-text-group {
    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;
    opacity: 0;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 30px;
    width: 100%;
    pointer-events: none; }
    .wheel-texts .wheel-text-group .title,
    .wheel-texts .wheel-text-group .text,
    .wheel-texts .wheel-text-group .animated-btn-wrap {
      -webkit-transition: opacity 0.85s cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 0.85s cubic-bezier(0.25, 0.8, 0.25, 1);
      transition: opacity 0.85s cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 0.85s cubic-bezier(0.25, 0.8, 0.25, 1);
      -o-transition: transform 0.85s cubic-bezier(0.25, 0.8, 0.25, 1), opacity 0.85s cubic-bezier(0.25, 0.8, 0.25, 1);
      transition: transform 0.85s cubic-bezier(0.25, 0.8, 0.25, 1), opacity 0.85s cubic-bezier(0.25, 0.8, 0.25, 1);
      transition: transform 0.85s cubic-bezier(0.25, 0.8, 0.25, 1), opacity 0.85s cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 0.85s cubic-bezier(0.25, 0.8, 0.25, 1);
      -webkit-transform: translateY(35px);
          -ms-transform: translateY(35px);
              transform: translateY(35px);
      opacity: 0; }
    .wheel-texts .wheel-text-group .title {
      max-width: 80%;
      width: 100%;
      text-align: center;
      margin: 0 10% 25px;
      line-height: 1; }
      @media (max-width: 1680px) {
        .wheel-texts .wheel-text-group .title {
          max-width: 90%;
          margin: 0 5% 25px; } }
      @media (max-width: 1280px) {
        .wheel-texts .wheel-text-group .title {
          max-width: 100%;
          margin: 0 0 25px; } }
    .wheel-texts .wheel-text-group .site-btn {
      margin-top: 35px; }
    .wheel-texts .wheel-text-group.visible {
      pointer-events: all;
      opacity: 1; }
      .wheel-texts .wheel-text-group.visible .title,
      .wheel-texts .wheel-text-group.visible .text,
      .wheel-texts .wheel-text-group.visible .animated-btn-wrap {
        -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
                transform: translateY(0);
        opacity: 1; }
      .wheel-texts .wheel-text-group.visible .text {
        -webkit-transition-delay: .2s;
             -o-transition-delay: .2s;
                transition-delay: .2s; }
      .wheel-texts .wheel-text-group.visible .animated-btn-wrap {
        -webkit-transition-delay: .4s;
             -o-transition-delay: .4s;
                transition-delay: .4s; }

.markets-parallax {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .markets-parallax .intro-text-wrap {
    padding: 8% 5% 50px;
    margin-top: auto;
    text-align: center; }
    @media (max-width: 1440px) {
      .markets-parallax .intro-text-wrap {
        padding: 8% 40px 50px; } }
    @media (max-width: 960px) {
      .markets-parallax .intro-text-wrap {
        padding: 10vh 40px 50px; } }
  .markets-parallax .btn-wrap {
    padding: 60px 5% 30px;
    text-align: center;
    height: 25vh; }
    @media (max-width: 960px) {
      .markets-parallax .btn-wrap {
        padding: 60px 5% 10vh;
        height: auto; } }
    .markets-parallax .btn-wrap .site-btn {
      margin-top: 0; }
  .markets-parallax .scroll-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: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    @media (max-width: 960px) {
      .markets-parallax .scroll-wrap {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        height: auto !important; } }

.market-boxes-scroll {
  padding: 0 10px; }
  @media (max-width: 768px) {
    .market-boxes-scroll .market-box {
      margin-bottom: 25px; } }
  @media (max-width: 768px) {
    .market-boxes-scroll .market-box:nth-child(5), .market-boxes-scroll .market-box:nth-child(6) {
      margin-bottom: 0; } }

.market-box .image-wrapper {
  position: relative;
  padding-bottom: 145%;
  overflow: hidden;
  margin-bottom: 10px;
  border-radius: 12px;
  background-color: #1a1a1a;
  display: block; }
  .market-box .image-wrapper img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(1);
        -ms-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    -o-object-fit: cover;
       object-fit: cover;
    width: 105%;
    height: 105%;
    -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; }
  .market-box .image-wrapper:hover img {
    -webkit-transform: translate(-50%, -50%) scale(1.08);
        -ms-transform: translate(-50%, -50%) scale(1.08);
            transform: translate(-50%, -50%) scale(1.08); }

.market-box a.text {
  display: inline-block;
  padding-left: 20px;
  position: relative; }
  .market-box a.text:before {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    background-color: #ffffff;
    border-radius: 50%;
    position: absolute;
    top: 7px;
    left: 0; }

.stats-row {
  min-height: 100vh;
  padding: 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: 1366px) {
    .stats-row {
      padding: 20px 10px; } }
  @media (max-width: 960px) {
    .stats-row {
      height: auto;
      padding: 10vh 10px; } }
  .stats-row .large-title {
    margin: 6% auto 0;
    padding: 20px; }
    @media (max-width: 960px) {
      .stats-row .large-title {
        text-align: center;
        margin: 0 auto;
        padding: 0 20px; } }
  .stats-row .grid-container {
    margin: 5% auto auto;
    width: 100%; }
    @media (max-width: 960px) {
      .stats-row .grid-container {
        margin: 5% 0 auto; } }
  @media (max-width: 768px) {
    .stats-row .stat-item {
      margin-bottom: 25px; } }
  .stats-row .stat-item .stat-number {
    width: 100%;
    padding-bottom: 100%;
    background-color: #141414;
    border-radius: 50%;
    position: relative;
    margin-bottom: 60px; }
    .stats-row .stat-item .stat-number:before {
      content: "";
      display: block;
      width: 2px;
      height: 40px;
      background-color: #141414;
      position: absolute;
      bottom: -40px;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%); }
    .stats-row .stat-item .stat-number:after {
      content: "";
      display: block;
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background-color: #141414;
      position: absolute;
      bottom: -44px;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%); }
    .stats-row .stat-item .stat-number span {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
      @media (max-width: 1520px) {
        .stats-row .stat-item .stat-number span {
          font-size: 80px; } }
      @media (max-width: 1366px) {
        .stats-row .stat-item .stat-number span {
          font-size: 60px; } }
  .stats-row .stat-item .stat-title {
    text-align: center; }

.map-row {
  height: 100vh;
  position: relative;
  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) {
    .map-row {
      height: auto;
      padding: 10vh 0 25vh; } }
  @media (max-width: 768px) {
    .map-row {
      height: auto;
      padding: 15vh 0 30vh; } }
  .map-row .map-image {
    background-size: contain;
    background-position: center;
    width: 70%;
    margin: auto;
    height: 80vh;
    position: relative; }
    @media (max-width: 960px) {
      .map-row .map-image {
        height: auto;
        width: 96%; } }
    .map-row .map-image svg {
      width: 100%;
      height: 100%; }
  .map-row .location-marker {
    position: absolute;
    width: 42px;
    height: 42px;
    background: -webkit-radial-gradient(circle, rgba(255, 58, 32, 0.85) 0%, rgba(255, 58, 32, 0.4) 60%, rgba(255, 58, 32, 0) 100%);
    background: -o-radial-gradient(circle, rgba(255, 58, 32, 0.85) 0%, rgba(255, 58, 32, 0.4) 60%, rgba(255, 58, 32, 0) 100%);
    background: radial-gradient(circle, rgba(255, 58, 32, 0.85) 0%, rgba(255, 58, 32, 0.4) 60%, rgba(255, 58, 32, 0) 100%);
    border-radius: 50%;
    -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
            transform: scale(0.5);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease; }
    .map-row .location-marker.active {
      opacity: 1;
      -webkit-animation: breathe 1.5s ease-in-out infinite;
              animation: breathe 1.5s ease-in-out infinite; }
  .map-row .location-image {
    -webkit-transform: translate(20px, 20px) scale(0.75);
        -ms-transform: translate(20px, 20px) scale(0.75);
            transform: translate(20px, 20px) scale(0.75);
    -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
            transform-origin: top left;
    opacity: 0;
    -webkit-transition: opacity 0.35s 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.35s 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.35s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: transform 0.65s cubic-bezier(0.25, 0.8, 0.25, 1), opacity 0.35s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: transform 0.65s cubic-bezier(0.25, 0.8, 0.25, 1), opacity 0.35s cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 0.65s cubic-bezier(0.25, 0.8, 0.25, 1);
    position: absolute;
    width: 15vw;
    padding-bottom: 21.5%;
    border-radius: 10px;
    z-index: 9;
    pointer-events: none; }
    @media (max-width: 960px) {
      .map-row .location-image {
        padding-bottom: 15vw; } }
    @media (max-width: 660px) {
      .map-row .location-image {
        padding-bottom: 22.5vw;
        width: 22.5vw; } }
    .map-row .location-image.active {
      -webkit-transform: translate(15px, 15px) scale(1);
          -ms-transform: translate(15px, 15px) scale(1);
              transform: translate(15px, 15px) scale(1);
      opacity: 1; }
    .map-row .location-image img {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      border-radius: 10px;
      -webkit-box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.15);
              box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.15); }

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

@keyframes breathe {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5); }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  100% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5); } }
  .map-row .locations-list {
    position: absolute;
    bottom: 15%;
    left: 10%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    z-index: 9; }
    @media (max-width: 1180px) {
      .map-row .locations-list {
        bottom: 10%;
        left: 5%; } }
    @media (max-width: 960px) {
      .map-row .locations-list {
        bottom: 5%; } }
    .map-row .locations-list .location-item {
      opacity: 0.5;
      -webkit-transition: opacity 0.3s ease-in-out, padding 0.3s ease-in-out;
      -o-transition: opacity 0.3s ease-in-out, padding 0.3s ease-in-out;
      transition: opacity 0.3s ease-in-out, padding 0.3s ease-in-out;
      cursor: pointer;
      position: relative; }
      .map-row .locations-list .location-item:before {
        content: "";
        display: block;
        border-radius: 50%;
        background-color: #141414;
        position: absolute;
        left: 0;
        width: 5px;
        height: 5px;
        top: 7px;
        -webkit-transform: translateX(-12px);
            -ms-transform: translateX(-12px);
                transform: translateX(-12px);
        opacity: 0;
        -webkit-transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
        transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
        -o-transition: transform .3s ease-in-out, opacity .3s ease-in-out;
        transition: transform .3s ease-in-out, opacity .3s ease-in-out;
        transition: transform .3s ease-in-out, opacity .3s ease-in-out, -webkit-transform .3s ease-in-out; }
      .map-row .locations-list .location-item.active {
        opacity: 1;
        padding-left: 12px; }
        .map-row .locations-list .location-item.active:before {
          opacity: 1;
          -webkit-transform: translateX(0);
              -ms-transform: translateX(0);
                  transform: translateX(0); }
      .map-row .locations-list .location-item .location-title {
        font-size: 16px; }
        @media (max-width: 1366px) {
          .map-row .locations-list .location-item .location-title {
            font-size: 14px; } }

@media (max-width: 960px) {
  .media-page .media-list {
    padding-top: 0; } }

@media (max-width: 768px) {
  .page-home .media-list .grid-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow-x: scroll;
    scrollbar-width: none;
    -ms-touch-action: pan-x;
        touch-action: pan-x;
    overscroll-behavior-x: contain; } }

@media (max-width: 768px) {
  .page-home .media-list .post-box {
    -ms-flex-preferred-size: 65%;
        flex-basis: 65%;
    width: 65%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    opacity: 1 !important; } }

.media-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 10px 50px; }
  @media (max-width: 1280px) {
    .media-list {
      height: auto;
      padding: 50px 10px; } }
  @media (max-width: 960px) {
    .media-list {
      height: auto;
      padding: 50px 0; } }
  @media (max-width: 960px) {
    .media-list .media-filters {
      padding-left: 10px; } }
  @media (max-width: 960px) {
    .media-list .grid-container {
      padding: 0 10px; } }
  .media-list .post-box {
    margin-bottom: 50px; }
    .media-list .post-box.hidden {
      display: none; }
  .media-list .intro-text-wrap {
    padding: 12vh 20px 5vh;
    text-align: center; }
    @media (max-width: 960px) {
      .media-list .intro-text-wrap {
        padding: 5vh 10px; } }
  .media-list .media-archive {
    margin-top: auto; }
  .media-list .large-title {
    padding: 20px;
    text-align: center; }
    @media (max-width: 960px) {
      .media-list .large-title {
        padding: 30px 0 0; } }
  .media-list .btn-wrap {
    padding: 20px;
    text-align: center; }
    .media-list .btn-wrap .site-btn {
      margin-top: 0; }

.markets-archive {
  padding: 25vh 0; }
  @media (max-width: 768px) {
    .markets-archive {
      padding: 10vh 0 25vh; } }
  .markets-archive .flex-container {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
  .markets-archive .market-box .market-box-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;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    padding: 15px 0 25px; }
    .markets-archive .market-box .market-box-content .market-box-title {
      margin-bottom: 15px; }
  .markets-archive .market-box a.text {
    padding-left: 0; }
    .markets-archive .market-box a.text:before {
      display: none; }

.markets-swiper .swiper-button-prev {
  cursor: none;
  border: 0;
  position: absolute;
  top: 0 !important;
  left: 0 !important;
  width: 38.5%;
  height: 100%;
  z-index: 999;
  opacity: 0; }
  @media (max-width: 768px) {
    .markets-swiper .swiper-button-prev {
      width: 15%; } }
  .markets-swiper .swiper-button-prev svg {
    display: none; }

.markets-swiper .swiper-button-next {
  cursor: none;
  border: 0;
  position: absolute;
  top: 0 !important;
  right: 0 !important;
  width: 36%;
  height: 100%;
  z-index: 999;
  opacity: 0; }
  @media (max-width: 768px) {
    .markets-swiper .swiper-button-next {
      width: 15%; } }
  .markets-swiper .swiper-button-next svg {
    display: none; }

.markets-swiper .swiper-slide {
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: scale(0.8) !important;
      -ms-transform: scale(0.8) !important;
          transform: scale(0.8) !important;
  -webkit-transition: margin .35s ease-in-out, -webkit-transform .35s ease-in-out;
  transition: margin .35s ease-in-out, -webkit-transform .35s ease-in-out;
  -o-transition: transform .35s ease-in-out, margin .35s ease-in-out;
  transition: transform .35s ease-in-out, margin .35s ease-in-out;
  transition: transform .35s ease-in-out, margin .35s ease-in-out, -webkit-transform .35s ease-in-out; }
  .markets-swiper .swiper-slide .market-box {
    margin: 0 -1.2% !important; }
  .markets-swiper .swiper-slide.swiper-slide-active {
    margin: 0 1.2% !important;
    -webkit-transform: scale(1) !important;
        -ms-transform: scale(1) !important;
            transform: scale(1) !important; }
  .markets-swiper .swiper-slide .market-box .image-wrapper {
    background-color: #333333;
    padding-bottom: 100%; }
    .markets-swiper .swiper-slide .market-box .image-wrapper img {
      height: 100%;
      margin: auto;
      -webkit-transition: height .3s ease-in-out, -webkit-transform .3s ease-in-out;
      transition: height .3s ease-in-out, -webkit-transform .3s ease-in-out;
      -o-transition: height .3s ease-in-out, transform .3s ease-in-out;
      transition: height .3s ease-in-out, transform .3s ease-in-out;
      transition: height .3s ease-in-out, transform .3s ease-in-out, -webkit-transform .3s ease-in-out; }
  .markets-swiper .swiper-slide .market-box .market-box-content .text,
  .markets-swiper .swiper-slide .market-box .market-box-content .site-btn {
    opacity: 0;
    -webkit-transition: opacity .3s ease-in-out, background-color .45s ease-in-out, -webkit-transform .3s ease-in-out;
    transition: opacity .3s ease-in-out, background-color .45s ease-in-out, -webkit-transform .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out, transform .3s ease-in-out, background-color .45s ease-in-out;
    transition: opacity .3s ease-in-out, transform .3s ease-in-out, background-color .45s ease-in-out;
    transition: opacity .3s ease-in-out, transform .3s ease-in-out, background-color .45s ease-in-out, -webkit-transform .3s ease-in-out; }
  .markets-swiper .swiper-slide .market-box .market-box-content .market-box-title {
    opacity: 1; }
  .markets-swiper .swiper-slide.fully-visible .market-box {
    opacity: .5; }
  .markets-swiper .swiper-slide.active .market-box {
    opacity: 1; }
    .markets-swiper .swiper-slide.active .market-box .market-box-content .text,
    .markets-swiper .swiper-slide.active .market-box .market-box-content .site-btn {
      opacity: 1; }

div#cursorLabel {
  position: fixed;
  z-index: 99999;
  pointer-events: none; }
  div#cursorLabel:before {
    content: "";
    display: block;
    border-right: 7px solid #ffffff;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    position: absolute;
    left: -17px;
    display: none; }
  div#cursorLabel:after {
    content: "";
    display: block;
    border-left: 7px solid #ffffff;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    position: absolute;
    left: 17px;
    display: none; }
  div#cursorLabel.prev, div#cursorLabel.next {
    display: block; }
    @media (max-width: 960px) {
      div#cursorLabel.prev, div#cursorLabel.next {
        display: none; } }
  div#cursorLabel.prev:before {
    display: block; }
    @media (max-width: 960px) {
      div#cursorLabel.prev:before {
        display: none; } }
  div#cursorLabel.prev:after {
    display: none; }
  div#cursorLabel.next:before {
    display: none; }
    @media (max-width: 960px) {
      div#cursorLabel.next:before {
        display: none; } }
  div#cursorLabel.next:after {
    display: block; }

.media-filters {
  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;
  margin-bottom: 50px; }
  @media (max-width: 960px) {
    .media-filters {
      -webkit-box-pack: unset;
          -ms-flex-pack: unset;
              justify-content: unset;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      overflow-x: scroll;
      scrollbar-width: none;
      -webkit-overflow-scrolling: touch;
      -ms-touch-action: pan-x;
          touch-action: pan-x;
      overscroll-behavior-x: contain;
      width: 100%; } }
  .media-filters .filter-btn {
    cursor: pointer;
    margin: 0 5px; }
    @media (max-width: 960px) {
      .media-filters .filter-btn {
        margin: 0 10px 0 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        -ms-touch-action: pan-x;
            touch-action: pan-x; } }
    .media-filters .filter-btn span {
      white-space: nowrap; }
    .media-filters .filter-btn.active {
      background-color: #141414; }
      .media-filters .filter-btn.active span {
        color: #ffffff; }

.post-share .share-button {
  position: relative;
  color: #A1A1A1;
  -webkit-transition: color .25s ease-in-out;
  -o-transition: color .25s ease-in-out;
  transition: color .25s ease-in-out; }
  .post-share .share-button:hover {
    color: #141414; }
  .post-share .share-button.copy-link-button {
    outline: 0;
    padding: 0;
    border: 0;
    cursor: pointer; }
  .post-share .share-button:last-child:after {
    display: none; }
  .post-share .share-button:after {
    content: ","; }

.post-hero .post-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .post-hero .post-details .post-detail {
    margin: 0 20px; }
    .post-hero .post-details .post-detail.post-cat {
      opacity: .3;
      text-transform: uppercase; }

.post-hero .post-share-wrap {
  margin-top: 30px; }

.post-hero .more-details {
  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; }
  .post-hero .more-details .text {
    max-width: unset;
    margin: 0; }

.post-content {
  padding-bottom: 5%; }
  @media (max-width: 960px) {
    .post-content {
      padding-bottom: 65px; } }
  .post-content .post-flex-content {
    max-width: 60%;
    margin: 0 20%;
    padding-bottom: 5%; }
    @media (max-width: 1180px) {
      .post-content .post-flex-content {
        max-width: 80%;
        margin: 0 10%; } }
    @media (max-width: 960px) {
      .post-content .post-flex-content {
        max-width: 100%;
        margin: 0;
        padding: 0 10px; } }

.flex-content-row {
  margin-bottom: 30px; }
  .flex-content-row.centered-text-row {
    text-align: center; }
    .flex-content-row.centered-text-row .text.uppercase {
      text-transform: uppercase; }
    .flex-content-row.centered-text-row .text.small a {
      font-size: 16px; }
      @media (max-width: 1366px) {
        .flex-content-row.centered-text-row .text.small a {
          font-size: 14px; } }
    .flex-content-row.centered-text-row .text a {
      color: #a1a1a1;
      font-size: 20px;
      -webkit-transition: color .25s ease-in-out;
      -o-transition: color .25s ease-in-out;
      transition: color .25s ease-in-out; }
      @media (max-width: 1366px) {
        .flex-content-row.centered-text-row .text a {
          font-size: 14px; } }
      .flex-content-row.centered-text-row .text a:hover {
        color: #141414; }
  .flex-content-row.left-right-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media (max-width: 960px) {
      .flex-content-row.left-right-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .flex-content-row.left-right-row .left-col,
    .flex-content-row.left-right-row .right-col {
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
      width: 50%; }
      @media (max-width: 960px) {
        .flex-content-row.left-right-row .left-col,
        .flex-content-row.left-right-row .right-col {
          -ms-flex-preferred-size: 100%;
              flex-basis: 100%;
          width: 100%; } }
    .flex-content-row.left-right-row .left-col {
      padding-right: 10px; }
      .flex-content-row.left-right-row .left-col .text.small {
        text-transform: uppercase; }
    .flex-content-row.left-right-row .right-col .content-text > p:first-child {
      margin-top: 0; }
    .flex-content-row.left-right-row .right-col .content-text > p:last-child {
      margin-bottom: 0; }
    .flex-content-row.left-right-row .right-col .content-text a {
      color: #a1a1a1;
      -webkit-transition: color .25s ease-in-out;
      -o-transition: color .25s ease-in-out;
      transition: color .25s ease-in-out; }
      .flex-content-row.left-right-row .right-col .content-text a:hover {
        color: #141414; }
  .flex-content-row.image-caption-row {
    text-align: center; }
    .flex-content-row.image-caption-row img {
      border-radius: 12px;
      max-width: 100%;
      width: 100%;
      height: auto; }
    .flex-content-row.image-caption-row .image-caption {
      margin-top: 10px;
      color: #A1A1A1; }
  .flex-content-row:last-child {
    margin-bottom: 0; }

.flex-content-gallery {
  position: relative;
  margin-bottom: 10vh; }
  .flex-content-gallery .swiper-slide {
    height: 75vh;
    width: 100%; }
    @media (max-width: 960px) {
      .flex-content-gallery .swiper-slide {
        height: 50vh; } }
    .flex-content-gallery .swiper-slide video {
      height: 100%;
      width: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
    .flex-content-gallery .swiper-slide img {
      height: 100%;
      width: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .flex-content-gallery .swiper-button-prev {
    left: -50px; }
    @media (max-width: 960px) {
      .flex-content-gallery .swiper-button-prev {
        left: 10px; } }
    .flex-content-gallery .swiper-button-prev:after {
      position: relative;
      left: 13px; }
  .flex-content-gallery .swiper-button-next {
    right: -50px; }
    @media (max-width: 960px) {
      .flex-content-gallery .swiper-button-next {
        right: 10px; } }
    .flex-content-gallery .swiper-button-next:after {
      position: relative;
      right: 13px;
      -webkit-transform: rotate(-135deg) !important;
          -ms-transform: rotate(-135deg) !important;
              transform: rotate(-135deg) !important; }
  .flex-content-gallery .swiper-button-prev,
  .flex-content-gallery .swiper-button-next {
    background-color: #ECECEC;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #141414;
    cursor: pointer; }
    .flex-content-gallery .swiper-button-prev svg,
    .flex-content-gallery .swiper-button-next svg {
      display: none; }
    .flex-content-gallery .swiper-button-prev.swiper-button-disabled,
    .flex-content-gallery .swiper-button-next.swiper-button-disabled {
      cursor: default; }
    .flex-content-gallery .swiper-button-prev:before,
    .flex-content-gallery .swiper-button-next:before {
      content: "";
      display: block;
      width: 12px;
      height: 1px;
      background-color: #969696;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
    .flex-content-gallery .swiper-button-prev:after,
    .flex-content-gallery .swiper-button-next:after {
      content: "";
      display: block;
      width: 8px;
      height: 8px;
      border-left: 1px solid #969696;
      border-bottom: 1px solid #969696;
      position: absolute;
      top: 16px;
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg); }
  .flex-content-gallery .swiper-pagination {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 6px;
    position: absolute;
    text-align: center;
    bottom: 20px;
    border-radius: 60px;
    width: auto;
    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;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }

.products-archive .product-row:hover {
  background-color: #1E39F8; }
  .products-archive .product-row:hover .title {
    color: #ffffff; }
  .products-archive .product-row:hover .product-excerpt .text {
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }
  .products-archive .product-row:hover .blue-layer {
    -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
            transform: scaleY(1); }

.products-archive .product-row .blue-layer {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.85s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: -webkit-transform 0.85s cubic-bezier(0.25, 0.8, 0.25, 1);
  -o-transition: transform 0.85s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: transform 0.85s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: transform 0.85s cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 0.85s cubic-bezier(0.25, 0.8, 0.25, 1);
  z-index: 1; }

.products-archive .product-row .top-row {
  padding: 20px 30px;
  overflow: hidden;
  position: relative; }
  @media (max-width: 1440px) {
    .products-archive .product-row .top-row {
      padding: 20px 10px; } }
  .products-archive .product-row .top-row .title {
    -webkit-transition: color 0.45s cubic-bezier(0.25, 0.8, 0.25, 1);
    -o-transition: color 0.45s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: color 0.45s cubic-bezier(0.25, 0.8, 0.25, 1);
    position: relative;
    z-index: 2; }
    @media (max-width: 960px) {
      .products-archive .product-row .top-row .title {
        font-size: 40px; } }

.products-archive .product-row .product-excerpt {
  overflow: hidden;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 2; }
  @media (max-width: 960px) {
    .products-archive .product-row .product-excerpt {
      display: none; } }
  .products-archive .product-row .product-excerpt .text-left {
    -ms-flex-preferred-size: calc(100% - 120px);
        flex-basis: calc(100% - 120px);
    width: calc(100% - 120px); }
  .products-archive .product-row .product-excerpt .text-right {
    -ms-flex-preferred-size: 120px;
        flex-basis: 120px;
    width: 120px;
    text-align: right; }
  .products-archive .product-row .product-excerpt .text {
    opacity: 0;
    color: #ffffff;
    -webkit-transition: opacity 0.85s 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.85s 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.85s cubic-bezier(0.25, 0.8, 0.25, 1), transform 0.65s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: opacity 0.85s cubic-bezier(0.25, 0.8, 0.25, 1), transform 0.65s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: opacity 0.85s 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(15px);
        -ms-transform: translateY(15px);
            transform: translateY(15px); }

.product-content {
  padding: 10% 15%; }
  @media (max-width: 1520px) {
    .product-content {
      padding: 10% 40px; } }
  @media (max-width: 1366px) {
    .product-content {
      padding: 10% 20px; } }
  @media (max-width: 960px) {
    .product-content {
      padding: 10vh 30px; } }
  .product-content .content-wrap {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto; }
    @media (max-width: 1520px) {
      .product-content .content-wrap {
        max-width: 100%;
        width: 100%; } }

.content-tabs {
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media (max-width: 960px) {
    .content-tabs {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .content-tabs .tab-btn {
    padding: 15px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-left: 10px;
    border: 2px solid #141414;
    color: #141414;
    cursor: pointer;
    border-radius: 12px;
    text-transform: uppercase;
    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;
    -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; }
    @media (max-width: 1180px) {
      .content-tabs .tab-btn {
        padding: 10px 15px; } }
    @media (max-width: 960px) {
      .content-tabs .tab-btn {
        margin: 10px 0 0;
        padding: 15px; } }
    .content-tabs .tab-btn:first-child {
      margin-left: 0; }
    .content-tabs .tab-btn:hover, .content-tabs .tab-btn.active {
      background-color: #141414;
      color: #ffffff; }

.content-col .tab-content-row {
  display: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media (max-width: 768px) {
    .content-col .tab-content-row {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .content-col .tab-content-row.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .content-col .tab-content-row .half-col {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    width: 50%; }
    @media (max-width: 768px) {
      .content-col .tab-content-row .half-col {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        width: 100%; } }
    .content-col .tab-content-row .half-col.left-col {
      padding-right: 10px; }
      @media (max-width: 768px) {
        .content-col .tab-content-row .half-col.left-col {
          padding-right: 0;
          margin-bottom: 30px; } }
      .content-col .tab-content-row .half-col.left-col .site-btn.contact-popup {
        margin-right: 10px; }
      .content-col .tab-content-row .half-col.left-col .col-title {
        margin-bottom: 20px; }
      .content-col .tab-content-row .half-col.left-col .col-text {
        max-width: 90%;
        margin: 0 10% 20px 0; }
  .content-col .tab-content-row .point-item {
    margin-bottom: 20px; }
    .content-col .tab-content-row .point-item .point-title {
      padding: 5px 0;
      border-bottom: 2px solid #B4B4B4;
      margin-bottom: 10px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .content-col .tab-content-row .point-item .point-title .index {
        -ms-flex-preferred-size: 10%;
            flex-basis: 10%;
        width: 10%; }
      .content-col .tab-content-row .point-item .point-title .name {
        -ms-flex-preferred-size: 90%;
            flex-basis: 90%;
        width: 90%; }
    .content-col .tab-content-row .point-item .point-text {
      padding-left: 10%; }

@media (max-width: 768px) {
  .content-col .tab-links {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px; } }

@media (max-width: 768px) {
  .content-col .tab-links .site-btn {
    text-align: center;
    margin-top: 0;
    margin-right: 0 !important;
    padding-left: 5px;
    padding-right: 5px; } }

.product-details {
  padding: 10% 15%; }
  @media (max-width: 1520px) {
    .product-details {
      padding: 10% 20px 5%; } }
  .product-details .content-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media (max-width: 768px) {
      .product-details .content-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .product-details .content-wrap .left-col,
    .product-details .content-wrap .right-col {
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
      width: 50%; }
      @media (max-width: 768px) {
        .product-details .content-wrap .left-col,
        .product-details .content-wrap .right-col {
          -ms-flex-preferred-size: 100%;
              flex-basis: 100%;
          width: 100%; } }
    .product-details .content-wrap .left-col {
      padding-right: 10px; }
      @media (max-width: 768px) {
        .product-details .content-wrap .left-col {
          padding-right: 0;
          margin-bottom: 10px; } }
  .product-details .section-title {
    display: block;
    margin-bottom: 20px; }
  .product-details .point-item.active {
    margin-bottom: 20px; }
    .product-details .point-item.active .point-title {
      border-bottom: 2px solid #B4B4B4; }
      .product-details .point-item.active .point-title .name:before {
        display: none; }
    .product-details .point-item.active .point-text {
      display: block; }
  .product-details .point-item:last-child:not(.active) .point-title {
    border-bottom: 2px solid #B4B4B4; }
  .product-details .point-item .point-title {
    padding: 15px 0;
    border-top: 2px solid #B4B4B4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    cursor: pointer; }
    .product-details .point-item .point-title .index {
      -ms-flex-preferred-size: 10%;
          flex-basis: 10%;
      width: 10%; }
    .product-details .point-item .point-title .name {
      -ms-flex-preferred-size: 90%;
          flex-basis: 90%;
      width: 90%;
      padding-right: 40px;
      position: relative; }
      .product-details .point-item .point-title .name:before {
        content: "";
        display: block;
        cursor: pointer;
        pointer-events: none;
        width: 2px;
        height: 12px;
        background-color: #B4B4B4;
        position: absolute;
        top: 7px;
        right: 5px; }
      .product-details .point-item .point-title .name:after {
        content: "";
        display: block;
        cursor: pointer;
        pointer-events: none;
        width: 12px;
        height: 2px;
        background-color: #B4B4B4;
        position: absolute;
        top: 12px;
        right: 0; }
  .product-details .point-item .point-text {
    display: none;
    margin-top: 10px;
    padding-left: 10%; }
