/**
 * Settings.
 */
/**
 * Settings.
 */
/**
 * Font family map.
 */
/**
 * Font size map.
 */
/**
 * Line height map.
 */
/**
* Tablet.
**/
/**
 * Font size map.
 */
/**
 * Line height map.
 */
/**
* Mobile.
**/
/**
 * Font size map.
 */
/**
 * Line height map.
 */
/**
 * Color Map (https://convertacolor.com/).
 */
/**
 * Colors Variables.
 */
/**
 * Grid.
 */
/**
 * Assets.
 */
/**
 * Body.
 */
/**
 * Other.
 */
@import '../../node_modules/keen-slider/keen-slider.min.css';
@import '../../node_modules/photoswipe/dist/photoswipe.css';
*::selection {
  background-color: hsl(43, 100%, 50%);
  color: hsl(0, 0%, 100%);
}

/**
 * Responsive.
 */
/**
 * Vendor.
 */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

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

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

/**
 * 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
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

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

/**
 * 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 size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

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

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

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

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

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

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

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

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[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
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

/**
 * Tools.
 */
/**
 * Tools.
 */
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/**
 * Container
 * 
 * Center aligns element with given maximum width, padding, and margins top and bottom.
 * @param {String} $width - Pixel unit value.
 * @param {String} $gap - Pixel unit value.
 * @example @include container(1024px, 20px);
 */
/**
 * Section
 *
 * Add top and bottom spacing to element using paddings.
 * @param {String} $top - Pixel unit value.
 * @param {String} $bottom - Pixel unit value.
 * @example @include section(100px, 100px);
 */
/**
 * Media.
 *
 * Media queries according to "The 100% Correct Way To Do CSS Breakpoints" (https://medium.freecodecamp.com/the-100-correct-way-to-do-css-breakpoints-88d6a5ba1862).
 * @param {String} $breakpoint - Breakpoint pixel unit value.
 * @example @include media('phone') {}
 */
/**
 * Elements.
 */
/**
 * General.
 */
/**
 * Remove margin and padding from every selector including their
 * psuedo selectors.
 *
 * 1. More sensible default box sizing.
 *    (css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice).
 */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: inherit; /* 1 */
}

/**
 * Set height of the document to maxium viewport height.
 *
 * 1. Set root font size to 10.
 */
html {
  height: 100vh;
  font-size: 62.5%; /* 1 */
  box-sizing: border-box;
}

/**
 * Set minimal height of the body to maximum viewport height to
 * match the document's height.
 *
 * 1. Firefox 25+.
 * 2. Chrome 5+.
 */
body {
  min-height: 100vh;
  background-color: #1C1B1B;
  color: hsl(0, 2%, 11%);
  font-family: "Manrope";
  font-weight: 400;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale; /* 1 */
  -webkit-font-smoothing: antialiased; /* 2 */
}

/**
 * Custom user agent resets and overrides that are not present in
 * Normalize 8.0.0. This mostly removes some annoying margin and padding
 * defaults, border radius, and outlines.
 */
a {
  color: inherit;
  text-decoration: none;
}

/**
 * 1. Remove border radius on Chrome 62.0+ on macOS.
 */
button {
  border: 0;
  border-radius: 0; /* 1 */
  outline: none;
  background: none;
  cursor: pointer;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

figure {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-weight: inherit;
}

hr {
  margin: 0;
  padding: 0;
}

/**
 * 1. Remove white space.
 */
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle; /* 1 */
}

/**
 * 1. Remove inherited user agent appearance.
 */
input,
select,
textarea {
  max-width: 100%;
  border: 0;
  border-radius: 0;
  outline: none;
  appearance: none; /* 1 */
}

/**
 * 1. Only allow vertical resizing to prevent the textarea
 *    from overflowing the container.
 */
textarea {
  resize: vertical;
}

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

p {
  margin: 0;
}

/**
 * 1. Collapse borders to prevent double sided borders.
 */
table {
  max-width: 100%;
  border-collapse: collapse; /* 1 */
}

strong {
  font-weight: 700;
}

/**
 * Objects.
 */
/**
* Button.
*/
.button {
  font-size: 16px;
  line-height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  padding: 12px 16px;
  border-radius: 85px;
  text-decoration: none;
  transition: all 250ms ease;
  cursor: pointer;
  gap: 8px;
  font-family: "Manrope";
  font-style: normal;
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
  overflow: clip;
}
.button::before {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0) 100%);
  filter: blur(16px);
  -webkit-filter: blur(16px);
  content: "";
  position: absolute;
  top: 50%;
  left: -60%;
  width: 50px;
  height: 100%;
  z-index: 1;
  transform: translateY(-50%) skewX(-20deg);
  opacity: 1;
  will-change: transform;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  border-radius: 1000px;
}
.button:hover::before {
  animation: shine 450ms ease forwards;
}
.button.has--arrow span {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}

@keyframes shine {
  from {
    left: -56%;
  }
  to {
    left: 125%;
  }
}
/**
 * Button (primary).
 */
.button--primary {
  background-color: hsl(0, 0%, 91%);
  color: hsl(0, 0%, 91%);
  border: 1px solid #6D6D6D;
  background: rgba(238, 238, 238, 0.02);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

/**
 * Every conceivable HTML element within a `.cms-output` wrapper.
 *
 * 1. Exclude last childs.
 */
.cms-output p:not(:last-child) {
  margin-bottom: 2em;
}
.cms-output h2,
.cms-output h3,
.cms-output h4 {
  margin-bottom: 30px;
}
.cms-output h5 {
  margin-bottom: 20px;
}
@media only screen and (max-width: 899px) {
  .cms-output .is-intro {
    font-size: 18px;
    line-height: 24px;
  }
}
.cms-output .is-intro {
  font-size: 20px;
  line-height: 32px;
  font-weight: 700;
}
.cms-output img.aligncenter {
  display: block;
  margin: 0 auto;
}
.cms-output img.alignright {
  display: block;
  margin: 0 0 0 auto;
}
.cms-output table {
  word-break: break-word;
}
.cms-output table td {
  vertical-align: top;
}
.cms-output ul,
.cms-output ol {
  list-style-type: square;
  margin-left: 20px;
  margin-bottom: 1em;
}
.cms-output ul li,
.cms-output ol li {
  margin-bottom: 15px;
}
.cms-output ol {
  list-style-type: decimal;
}
.cms-output strong {
  font-weight: bold;
}
.cms-output a {
  text-decoration: underline;
  color: hsl(0, 100%, 50%);
  transition: all 250ms ease;
}
.cms-output a:hover {
  color: hsl(0, 100%, 50%);
}
.cms-output blockquote {
  position: relative;
  padding: 40px 45px 20px 45px;
  color: hsl(0, 100%, 50%);
}
.cms-output .wp-caption {
  margin-bottom: 20px;
}
.cms-output .wp-caption img {
  border-radius: 10px;
}
.cms-output .wp-caption .wp-caption-text {
  font-size: 16px;
  line-height: 20px;
  color: hsl(0, 100%, 50%);
  letter-spacing: 0.44px;
  margin-top: 10px;
}

body yellow {
  color: hsl(43, 100%, 50%);
}

[data-split=heading] {
  visibility: hidden;
  -webkit-text-rendering: optimizeSpeed;
  text-rendering: optimizeSpeed;
  -webkit-transform: translateZ(0);
  font-kerning: none;
  margin-bottom: 24px;
}
[data-split=heading] .line {
  overflow: hidden;
}
[data-split=heading] .word {
  will-change: transform;
  transform: translateZ(0);
}

/**
 * The content constraint is a constraint for all the content within
 * the document. It can be manipulated by CSS or JavaScript without
 * influencing the body.
 */
.content-constraint {
  position: relative;
  min-height: 100vh;
  overflow-x: clip;
}

.product-single {
  position: fixed !important;
  height: 100vh;
  width: 100%;
}

.content-wrap {
  padding-top: calc(100vh + 132px);
  position: relative;
}
.content-wrap > div {
  background-color: #1C1B1B;
}
.content-wrap > div:first-child {
  position: relative;
}
.content-wrap > div:first-child::before {
  background: linear-gradient(180deg, rgba(28, 27, 27, 0) 0%, #1C1B1B 100%);
  width: 100%;
  height: 180px;
  position: absolute;
  top: -178px;
  left: 0;
  content: "";
  z-index: 1;
  pointer-events: none;
}

/**
 * Example of a flex based column grid layout in practice:
 *
 * <div class="row">
 *   <div class="col col-xs-6 col-sm-12"></div>
 *   <div class="col col-xs-6 col-sm-12"></div>
 * </div>
 *
 * This example will create a row with two columns each filling half the width
 * of the row on all media, but will convert to a full width column on the
 * small `-sm` breakpoint alias, which is mobile only. Refer to
 * `settings/_definitions.scss` for all breakpoint alias.
 */
/**
 * Flex object.
 *
 * Tip: Use flex on a column to make the box the same height as the column.
 */
.flex {
  display: flex;
}

.flex-wrap {
  flex-wrap: wrap;
}

/**
 * Flex object with a column based layout system.
 */
.row {
  display: flex;
  flex: 0 1 auto;
  flex-flow: row wrap;
  margin: 0 -10px;
}

/**
 * Box, the inside of a column.
 */
.box {
  flex: 1;
}

/**
 * Align `stretch` for the xs breakpoint.
 */
.align-xs-stretch {
  align-items: stretch;
}

/**
 * Align `center` for the xs breakpoint.
 */
.align-xs-center {
  align-items: center;
}

/**
 * Align `flex-start` for the xs breakpoint.
 */
.align-xs-flex-start {
  align-items: flex-start;
}

/**
 * Align `flex-end` for the xs breakpoint.
 */
.align-xs-flex-end {
  align-items: flex-end;
}

/**
 * Align `baseline` for the xs breakpoint.
 */
.align-xs-baseline {
  align-items: baseline;
}

/**
 * Justify `start` for the xs breakpoint.
 */
.justify-xs-start {
  justify-content: start;
}

/**
 * Justify `center` for the xs breakpoint.
 */
.justify-xs-center {
  justify-content: center;
}

/**
 * Justify `space-between` for the xs breakpoint.
 */
.justify-xs-space-between {
  justify-content: space-between;
}

/**
 * Justify `space-around` for the xs breakpoint.
 */
.justify-xs-space-around {
  justify-content: space-around;
}

/**
 * Justify `space-evenly` for the xs breakpoint.
 */
.justify-xs-space-evenly {
  justify-content: space-evenly;
}

/**
 * Bleed left for the xs breakpoint.
 */
.bleed-xs-left {
  padding-left: 0;
}

/**
 * Bleed right for the xs breakpoint.
 */
.bleed-xs-right {
  padding-right: 0;
}

/**
 * Order first for the `xs` breakpoint.
 */
.first-xs {
  order: -1;
}

/**
 * Order last for the `xs` breakpoint.
 */
.last-xs {
  order: 1;
}

/**
 * Reverse order for the `xs` breakpoint.
 */
.reverse-xs {
  flex-direction: row-reverse;
}

@media only screen and (max-width: 599px) {
  /**
   * Align `stretch` for the sm breakpoint.
   */
  .align-sm-stretch {
    align-items: stretch;
  }
  /**
   * Align `center` for the sm breakpoint.
   */
  .align-sm-center {
    align-items: center;
  }
  /**
   * Align `flex-start` for the sm breakpoint.
   */
  .align-sm-flex-start {
    align-items: flex-start;
  }
  /**
   * Align `flex-end` for the sm breakpoint.
   */
  .align-sm-flex-end {
    align-items: flex-end;
  }
  /**
   * Align `baseline` for the sm breakpoint.
   */
  .align-sm-baseline {
    align-items: baseline;
  }
  /**
   * Justify `start` for the sm breakpoint.
   */
  .justify-sm-start {
    justify-content: start;
  }
  /**
   * Justify `center` for the sm breakpoint.
   */
  .justify-sm-center {
    justify-content: center;
  }
  /**
   * Justify `space-between` for the sm breakpoint.
   */
  .justify-sm-space-between {
    justify-content: space-between;
  }
  /**
   * Justify `space-around` for the sm breakpoint.
   */
  .justify-sm-space-around {
    justify-content: space-around;
  }
  /**
   * Justify `space-evenly` for the sm breakpoint.
   */
  .justify-sm-space-evenly {
    justify-content: space-evenly;
  }
  /**
   * Bleed left for the sm breakpoint.
   */
  .bleed-sm-left {
    padding-left: 0;
  }
  /**
   * Bleed right for the sm breakpoint.
   */
  .bleed-sm-right {
    padding-right: 0;
  }
  /**
   * Order first for the `sm` breakpoint.
   */
  .first-sm {
    order: -1;
  }
  /**
   * Order last for the `sm` breakpoint.
   */
  .last-sm {
    order: 1;
  }
  /**
   * Reverse order for the `sm` breakpoint.
   */
  .reverse-sm {
    flex-direction: row-reverse;
  }
}
@media only screen and (min-width: 600px) {
  /**
   * Align `stretch` for the md breakpoint.
   */
  .align-md-stretch {
    align-items: stretch;
  }
  /**
   * Align `center` for the md breakpoint.
   */
  .align-md-center {
    align-items: center;
  }
  /**
   * Align `flex-start` for the md breakpoint.
   */
  .align-md-flex-start {
    align-items: flex-start;
  }
  /**
   * Align `flex-end` for the md breakpoint.
   */
  .align-md-flex-end {
    align-items: flex-end;
  }
  /**
   * Align `baseline` for the md breakpoint.
   */
  .align-md-baseline {
    align-items: baseline;
  }
  /**
   * Justify `start` for the md breakpoint.
   */
  .justify-md-start {
    justify-content: start;
  }
  /**
   * Justify `center` for the md breakpoint.
   */
  .justify-md-center {
    justify-content: center;
  }
  /**
   * Justify `space-between` for the md breakpoint.
   */
  .justify-md-space-between {
    justify-content: space-between;
  }
  /**
   * Justify `space-around` for the md breakpoint.
   */
  .justify-md-space-around {
    justify-content: space-around;
  }
  /**
   * Justify `space-evenly` for the md breakpoint.
   */
  .justify-md-space-evenly {
    justify-content: space-evenly;
  }
  /**
   * Bleed left for the md breakpoint.
   */
  .bleed-md-left {
    padding-left: 0;
  }
  /**
   * Bleed right for the md breakpoint.
   */
  .bleed-md-right {
    padding-right: 0;
  }
  /**
   * Order first for the `md` breakpoint.
   */
  .first-md {
    order: -1;
  }
  /**
   * Order last for the `md` breakpoint.
   */
  .last-md {
    order: 1;
  }
  /**
   * Reverse order for the `md` breakpoint.
   */
  .reverse-md {
    flex-direction: row-reverse;
  }
}
@media only screen and (min-width: 900px) {
  /**
   * Align `stretch` for the lg breakpoint.
   */
  .align-lg-stretch {
    align-items: stretch;
  }
  /**
   * Align `center` for the lg breakpoint.
   */
  .align-lg-center {
    align-items: center;
  }
  /**
   * Align `flex-start` for the lg breakpoint.
   */
  .align-lg-flex-start {
    align-items: flex-start;
  }
  /**
   * Align `flex-end` for the lg breakpoint.
   */
  .align-lg-flex-end {
    align-items: flex-end;
  }
  /**
   * Align `baseline` for the lg breakpoint.
   */
  .align-lg-baseline {
    align-items: baseline;
  }
  /**
   * Justify `start` for the lg breakpoint.
   */
  .justify-lg-start {
    justify-content: start;
  }
  /**
   * Justify `center` for the lg breakpoint.
   */
  .justify-lg-center {
    justify-content: center;
  }
  /**
   * Justify `space-between` for the lg breakpoint.
   */
  .justify-lg-space-between {
    justify-content: space-between;
  }
  /**
   * Justify `space-around` for the lg breakpoint.
   */
  .justify-lg-space-around {
    justify-content: space-around;
  }
  /**
   * Justify `space-evenly` for the lg breakpoint.
   */
  .justify-lg-space-evenly {
    justify-content: space-evenly;
  }
  /**
   * Bleed left for the lg breakpoint.
   */
  .bleed-lg-left {
    padding-left: 0;
  }
  /**
   * Bleed right for the lg breakpoint.
   */
  .bleed-lg-right {
    padding-right: 0;
  }
  /**
   * Order first for the `lg` breakpoint.
   */
  .first-lg {
    order: -1;
  }
  /**
   * Order last for the `lg` breakpoint.
   */
  .last-lg {
    order: 1;
  }
  /**
   * Reverse order for the `lg` breakpoint.
   */
  .reverse-lg {
    flex-direction: row-reverse;
  }
}
@media only screen and (min-width: 1200px) {
  /**
   * Align `stretch` for the xl breakpoint.
   */
  .align-xl-stretch {
    align-items: stretch;
  }
  /**
   * Align `center` for the xl breakpoint.
   */
  .align-xl-center {
    align-items: center;
  }
  /**
   * Align `flex-start` for the xl breakpoint.
   */
  .align-xl-flex-start {
    align-items: flex-start;
  }
  /**
   * Align `flex-end` for the xl breakpoint.
   */
  .align-xl-flex-end {
    align-items: flex-end;
  }
  /**
   * Align `baseline` for the xl breakpoint.
   */
  .align-xl-baseline {
    align-items: baseline;
  }
  /**
   * Justify `start` for the xl breakpoint.
   */
  .justify-xl-start {
    justify-content: start;
  }
  /**
   * Justify `center` for the xl breakpoint.
   */
  .justify-xl-center {
    justify-content: center;
  }
  /**
   * Justify `space-between` for the xl breakpoint.
   */
  .justify-xl-space-between {
    justify-content: space-between;
  }
  /**
   * Justify `space-around` for the xl breakpoint.
   */
  .justify-xl-space-around {
    justify-content: space-around;
  }
  /**
   * Justify `space-evenly` for the xl breakpoint.
   */
  .justify-xl-space-evenly {
    justify-content: space-evenly;
  }
  /**
   * Bleed left for the xl breakpoint.
   */
  .bleed-xl-left {
    padding-left: 0;
  }
  /**
   * Bleed right for the xl breakpoint.
   */
  .bleed-xl-right {
    padding-right: 0;
  }
  /**
   * Order first for the `xl` breakpoint.
   */
  .first-xl {
    order: -1;
  }
  /**
   * Order last for the `xl` breakpoint.
   */
  .last-xl {
    order: 1;
  }
  /**
   * Reverse order for the `xl` breakpoint.
   */
  .reverse-xl {
    flex-direction: row-reverse;
  }
}
/**
 * Default fields.
 */
label {
  display: block;
  margin-bottom: 8px;
  font-weight: bold;
  color: hsl(0, 2%, 11%);
  margin-left: 15px;
}

select,
input,
textarea {
  font-size: 16px;
  line-height: 32px;
  width: 100%;
  height: 42px;
  border-radius: 4px;
  padding: 11px 15px;
  background-color: hsl(0, 0%, 100%);
  font-weight: 500;
  border: 1px solid hsl(0, 2%, 11%);
  color: hsl(0, 2%, 11%);
}
select:focus,
input:focus,
textarea:focus {
  background-color: hsl(0, 0%, 100%);
}

textarea {
  height: 230px;
  padding-top: 15px;
}

.gfield_required {
  color: hsl(0, 100%, 50%);
}

.ginput_container_select {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-color: transparent;
  border: 1px solid hsl(0, 2%, 11%);
}
.ginput_container_select svg {
  position: absolute;
  top: 14px;
  right: 20px;
  width: 9px;
  height: 13px;
  z-index: 1;
}
.ginput_container_select select {
  position: relative;
  width: calc(100% + 50px);
  max-width: none;
  margin: -2px;
  background-color: transparent;
  border: 0;
  z-index: 2;
}

input[type=radio],
input[type=checkbox] {
  width: 15px;
  height: 15px;
  border: 2px solid hsl(0, 2%, 11%);
  border-radius: 2px;
  background-color: hsl(0, 0%, 100%);
  transition: all 250ms ease;
}
input[type=radio]:checked,
input[type=checkbox]:checked {
  background-color: hsl(0, 2%, 11%);
}

input[type=radio] {
  border-radius: 20px;
}

/**
 * Gravity Forms.
 */
.gfield {
  margin-bottom: 25px;
}

.gform_validation_container {
  display: none;
}

.hidden_label > label {
  display: none;
}

.validation_message {
  color: #FF2D2D;
  font-family: "Manrope";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  margin-top: 8px;
}
.validation_message > svg {
  width: 16px;
  height: 16px;
  margin-right: 5px;
  margin-top: -2px;
}

.validation_error {
  display: none;
  position: relative;
  margin: 0 0 50px;
  padding: 25px 25px 25px 75px;
  background: hsl(0, 100%, 50%);
  color: hsl(0, 100%, 50%);
}
.validation_error > svg {
  position: absolute;
  top: calc(50% - 15px);
  left: 30px;
  width: 31px;
  height: 30px;
  color: hsl(0, 100%, 50%);
}
.validation_error .close-button {
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
}
.validation_error .close-button svg {
  width: 16px;
  height: 16px;
  color: hsl(0, 2%, 11%);
}

.gform_confirmation_message {
  width: 100%;
  color: hsl(0, 0%, 98%);
  font-family: "Manrope";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.gform_confirmation_message br {
  display: none;
}
.gform_confirmation_message h4 {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.gform_confirmation_message h4 svg {
  width: 28px;
  height: 28px;
  margin-right: 20px;
  border-radius: 20px;
  background-color: hsl(0, 0%, 100%);
  padding: 5px;
  color: hsl(0, 2%, 11%);
}

.content-form .content-form__form form .gfield_error input, .content-form .content-form__form form .gfield_error textarea {
  border-color: hsl(0, 100%, 50%);
}

/**
 * Heading.
 */
h1,
h2,
h3,
h4 {
  font-family: "Michroma";
  color: hsl(0, 2%, 11%);
}
h1.is-white,
h2.is-white,
h3.is-white,
h4.is-white {
  color: hsl(0, 0%, 100%);
}

/**
  * Heading 1.
*/
h1,
.heading-1 {
  font-size: 64px;
  line-height: 1.5em;
}
@media only screen and (max-width: 1199px) {
  h1,
  .heading-1 {
    font-size: 104px;
    line-height: 1.5em;
  }
}
@media only screen and (max-width: 599px) {
  h1,
  .heading-1 {
    font-size: 32px;
    line-height: 1.5em;
  }
}

/**
 * Heading 2.
 */
h2,
.heading-2 {
  font-size: 48px;
  line-height: 1.5em;
}
@media only screen and (max-width: 1199px) {
  h2,
  .heading-2 {
    font-size: 40px;
    line-height: 1.5em;
  }
}
@media only screen and (max-width: 599px) {
  h2,
  .heading-2 {
    font-size: 24px;
    line-height: 1.5em;
  }
}

/**
 * Heading 3.
 */
h3,
.heading-3 {
  font-size: 24px;
  line-height: 1.5em;
}
@media only screen and (max-width: 1199px) {
  h3,
  .heading-3 {
    font-size: 20px;
    line-height: 1.5em;
  }
}
@media only screen and (max-width: 599px) {
  h3,
  .heading-3 {
    font-size: 20px;
    line-height: 1.5em;
  }
}

/**
* Heading 3.
*/
h4 {
  font-size: 18px;
  line-height: 1.5em;
}
@media only screen and (max-width: 1199px) {
  h4 {
    font-size: 16px;
    line-height: 1.5em;
  }
}
@media only screen and (max-width: 599px) {
  h4 {
    font-size: 16px;
    line-height: 1.5em;
  }
}

/**
* Heading 3.
*/
/**
 * Subheading.
 */
p, a, span {
  font-size: 16px;
  line-height: 1.5em;
}
@media only screen and (max-width: 1199px) {
  p, a, span {
    font-size: 16px;
    line-height: 1.5em;
  }
}
@media only screen and (max-width: 599px) {
  p, a, span {
    font-size: 16px;
    line-height: 1.5em;
  }
}
p.is-white, a.is-white, span.is-white {
  color: hsl(0, 0%, 100%);
}

.has-lazy-load {
  transition: all 750ms ease;
  transition-delay: 500ms;
  opacity: 0;
}
.has-lazy-load.header {
  transition-delay: 500ms;
  transition: all 750ms ease;
  transform: translateY(-20px);
}

.has-lazy-load[loaded=true] {
  opacity: 1;
}
.has-lazy-load[loaded=true].header {
  transform: translateY(0);
}

.pagination {
  width: 100%;
  margin-bottom: 150px;
}
.pagination .wrapper {
  justify-content: center;
}
.pagination .page-numbers {
  font-size: 18px;
  line-height: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  transition: all 250ms ease;
  color: hsl(0, 2%, 11%);
  font-weight: 500;
}
.pagination .page-numbers:hover, .pagination .page-numbers.current {
  color: hsl(0, 100%, 50%);
  font-weight: 700;
}
.pagination .page-numbers.prev, .pagination .page-numbers.next {
  margin-right: 15px;
}
.pagination .page-numbers.prev svg, .pagination .page-numbers.next svg {
  position: relative;
  top: 0;
  width: 27px;
  height: 22px;
  color: hsl(0, 2%, 11%);
  transition: all 250ms ease;
}
.pagination .page-numbers.prev:hover, .pagination .page-numbers.next:hover {
  color: hsl(0, 100%, 50%);
}
.pagination .page-numbers.next {
  margin-right: 0;
  margin-left: 5px;
}

/**
 * Wrapper (default)
 */
.wrapper {
  max-width: calc(1512px + 192px);
  padding: 0 96px;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 1199px) {
  .wrapper {
    max-width: calc(1512px + 128px);
    padding: 0 64px;
    width: 100%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 899px) {
  .wrapper {
    max-width: calc(1512px + 80px);
    padding: 0 40px;
    width: 100%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 599px) {
  .wrapper {
    max-width: calc(1512px + 48px);
    padding: 0 24px;
    width: 100%;
    margin: 0 auto;
  }
}

/**
 * Wrapper (small)
 */
.wrapper--small {
  max-width: calc(1512px + 416px);
  padding: 0 208px;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 1199px) {
  .wrapper--small {
    max-width: calc(1512px + 128px);
    padding: 0 64px;
    width: 100%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 899px) {
  .wrapper--small {
    max-width: calc(1512px + 80px);
    padding: 0 40px;
    width: 100%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 599px) {
  .wrapper--small {
    max-width: calc(1512px + 48px);
    padding: 0 24px;
    width: 100%;
    margin: 0 auto;
  }
}

/**
* Self hosted google webfonts.
* https://gwfh.mranftl.com/fonts
**/
/* michroma-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Michroma";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/michroma-v21-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* manrope-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Manrope";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/manrope-v20-latin-300.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* manrope-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/manrope-v20-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* manrope-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Manrope";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/manrope-v20-latin-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* manrope-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Manrope";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/manrope-v20-latin-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* manrope-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Manrope";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/manrope-v20-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/**
 * Components.
 */
.navigation {
  position: fixed;
  top: 0;
  right: -24px;
  bottom: 0;
  width: 100%;
  height: calc(100% - 100px);
  margin-top: 100px;
  transition: all 350ms ease;
  transform: translateY(-20px);
  z-index: 999;
  overflow-x: hidden;
  max-width: 732px;
  pointer-events: none;
}
@media only screen and (max-width: 599px) {
  .navigation {
    right: 0;
  }
}
.navigation .navigation__container {
  max-width: 540px;
  height: 100%;
  width: 100%;
  margin-left: auto;
  max-height: calc(100% - 64px);
  border-radius: 4px;
  border: 1px solid #6D6D6D;
  background: radial-gradient(107.32% 141.42% at 0% 0%, rgba(46, 46, 46, 0.4) 62.98%, rgba(82, 82, 82, 0) 100%);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  padding: 20px 36px;
  display: flex;
  flex-direction: column;
  position: relative;
  opacity: 0;
  pointer-events: none;
  transition: opacity 250ms ease;
  overflow-x: clip;
}
@media only screen and (max-width: 599px) {
  .navigation .navigation__container {
    padding: 18px 16px;
    overflow-y: scroll;
  }
}
.navigation.is-active {
  transform: translateY(0);
  pointer-events: all;
}
.navigation.is-active .navigation__container {
  opacity: 1;
  pointer-events: all;
}
.navigation::-webkit-scrollbar {
  display: none;
}
.navigation .wrapper {
  height: 100%;
}
.navigation .navigation__action {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  color: hsl(0, 0%, 91%);
  margin-left: auto;
}
.navigation .navigation__action:hover .navigation__action-close::before {
  animation: shine-hamburger 450ms ease forwards;
}
@media only screen and (max-width: 599px) {
  .navigation .navigation__action p {
    display: none;
  }
}
.navigation .navigation__action .navigation__action-close {
  width: 44px;
  max-width: 44px;
  min-width: 44px;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  border: 0.843px solid #6D6D6D;
  background: rgba(238, 238, 238, 0.02);
  backdrop-filter: blur(2.3px);
  -webkit-backdrop-filter: blur(2.3px);
  margin-left: 16px;
  position: relative;
  overflow: clip;
}
@media only screen and (max-width: 599px) {
  .navigation .navigation__action .navigation__action-close {
    margin-left: 0;
  }
  .navigation .navigation__action .navigation__action-close span.close svg {
    width: 20px;
    height: 16px;
  }
}
.navigation .navigation__action .navigation__action-close::before {
  background: conic-gradient(from 180deg at 50% 50%, #D9D9D9 0deg, #FFF 360deg);
  filter: blur(16px);
  -webkit-filter: blur(16px);
  content: "";
  position: absolute;
  top: 50%;
  left: -300%;
  width: 10px;
  height: 80px;
  z-index: 1;
  transform: rotate(30deg) translateY(-50%);
  opacity: 1;
}
.navigation .navigation__action .navigation__action-close span {
  display: flex;
  height: fit-content;
}
@keyframes shine-hamburger {
  from {
    left: -150%;
  }
  to {
    left: 220%;
  }
}
.navigation .navigation__footer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: auto;
  transition: opacity 250ms ease, transform 250ms ease;
  position: relative;
  z-index: 1;
}
.navigation .navigation__footer-contact {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.navigation .navigation__footer-contact a {
  color: hsl(0, 0%, 91%);
  transition: color 250ms ease;
  text-decoration: underline;
  text-decoration-color: currentColor;
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
}
.navigation .navigation__footer-contact a:hover {
  color: hsl(43, 100%, 50%);
}
.navigation .navigation__footer-socials {
  display: flex;
  flex-direction: column;
  gap: 12px;
  justify-content: center;
  align-items: center;
  width: fit-content;
}
.navigation .navigation__footer-socials svg path {
  fill: hsl(43, 100%, 50%);
  transition: fill 250ms ease;
}
.navigation .navigation__footer-socials a:hover svg path {
  fill: hsl(43, 100%, 37%);
}
@media only screen and (max-width: 599px) {
  .navigation:has(.has-active-submenu) .navigation__footer {
    opacity: 0;
  }
}
.navigation .navigation__menu-title {
  color: hsl(43, 100%, 50%);
  text-transform: uppercase;
  margin-top: 40px;
  margin-bottom: 22px;
  display: flex;
  transition: opacity 250ms ease, transform 250ms ease;
  position: relative;
  z-index: 1;
}
.navigation .navigation__menu-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  transition: opacity 250ms ease, transform 250ms ease;
  position: relative;
  z-index: 1;
}
.navigation .navigation__menu-list.has-active-submenu {
  opacity: 0;
  transform: translateX(-20px);
  pointer-events: none;
}
.navigation .navigation__menu-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  position: relative;
  z-index: 1;
}
.navigation .navigation__menu-item.has-submenu a {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
}
.navigation .navigation__menu-item a {
  color: hsl(0, 0%, 91%);
  font-size: 20px;
  line-height: 1.5em;
  font-family: "Michroma";
  transition: color 250ms ease;
}
.navigation .navigation__menu-item a svg path {
  transition: fill 250ms ease;
}
.navigation .navigation__menu-item a:hover {
  color: hsl(43, 100%, 50%);
}
.navigation .navigation__menu-item a:hover svg path {
  fill: hsl(43, 100%, 50%);
}
.navigation .navigation__menu {
  width: 100%;
  height: 100%;
  position: relative;
}
.navigation .navigation__menu.has-active-submenu .navigation__submenu {
  left: 0;
  opacity: 1;
  pointer-events: all;
}
.navigation .navigation__menu .navigation__menu-list {
  position: relative;
  width: 100%;
  height: 100%;
}
.navigation .navigation__menu .navigation__submenu {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  width: 100%;
  transition: opacity 250ms ease, left 250ms ease;
  display: flex;
  flex-direction: column;
  gap: 24px;
  z-index: 1;
}
.navigation .navigation__menu .navigation__submenu a.button {
  width: fit-content;
  position: relative;
  z-index: 1;
}
.navigation .navigation__menu .navigation__submenu a.button::before {
  left: -48%;
}
.navigation .navigation__menu .navigation__submenu-return {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  color: hsl(0, 0%, 91%);
}
.navigation .navigation__menu .navigation__submenu-return span {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  line-height: 1.5em;
  font-family: "Manrope";
  transition: color 250ms ease;
}
.navigation .navigation__menu .navigation__submenu-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 24px;
  width: 100%;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #6D6D6D;
}
.navigation .navigation__menu .navigation__submenu-item a {
  color: hsl(0, 0%, 91%);
  font-size: 20px;
  line-height: 1.5em;
  font-family: "Michroma";
  transition: color 250ms ease;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
}
.navigation .navigation__menu .navigation__submenu-item a img {
  margin-left: auto;
  max-width: 55px;
  max-height: 71px;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.navigation .navigation__menu .navigation__submenu-item a span {
  font-size: 20px;
  line-height: 32px;
  color: hsl(0, 0%, 98%);
  transition: color 250ms ease;
}
.navigation .navigation__menu .navigation__submenu-item a:hover span {
  color: hsl(43, 100%, 50%);
}
.navigation .navigation__menu .navigation__submenu-item a.has-secondary-font span:first-child {
  font-family: "Michroma";
  font-weight: 400;
}
.navigation .navigation__menu .navigation__submenu-item a.has-secondary-font span:nth-child(n+2) {
  font-family: "Manrope";
  font-weight: 300;
}
.navigation .navigation__action.button {
  display: none;
}
@media only screen and (max-width: 599px) {
  .navigation .navigation__action.button {
    display: inline-flex;
    margin-left: 0;
    width: 100%;
    padding-block: 12px;
  }
  .navigation .navigation__action.button span {
    font-size: 14px;
  }
}
@media screen and (max-width: 306px) {
  .navigation .navigation__action.button {
    gap: 8px;
    padding: 12px;
  }
  .navigation .navigation__action.button span {
    font-size: 10px;
  }
}
@media screen and (max-width: 274px) {
  .navigation .navigation__action.button span {
    font-size: 8px;
  }
  .navigation .navigation__action.button span svg {
    display: none;
  }
}
.navigation .navigation__actions {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}

body.is-loading {
  overflow: hidden;
}

@media only screen and (max-width: 599px) {
  body.is-active {
    overflow: hidden !important;
  }
}
body.is-active .header::before {
  bottom: 0;
}

.scroll-lock {
  position: fixed !important;
}

.find-dealer .step-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: center;
  height: 100vh;
}
.find-dealer {
  min-height: 100svh;
  position: relative;
  --before-scale: 1;
  --before-x: 0;
  --before-y: 0;
}
.find-dealer::before {
  border-radius: 382px;
  background: var(--Yellow-Normal, #FFB500);
  filter: blur(230.1999969482px);
  -webkit-filter: blur(230.1999969482px);
  content: "";
  position: absolute;
  top: 50%;
  left: 24%;
  transform: translate(calc(-50% + var(--before-x) * 1px), calc(-50% + var(--before-y) * 1px)) scale(var(--before-scale));
  width: 280px;
  height: 280px;
  z-index: -1;
  pointer-events: none;
  will-change: transform;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
@media only screen and (max-width: 599px) {
  .find-dealer::before {
    animation: heroBlurScale 8s ease-in-out infinite;
    -webkit-animation: heroBlurScale 8s ease-in-out infinite;
    filter: blur(100px);
    -webkit-filter: blur(100px);
  }
}
.find-dealer * {
  color: hsl(0, 0%, 91%);
}
.find-dealer .find-dealer__return {
  display: flex;
  align-items: center;
  gap: 8px;
  color: hsl(0, 0%, 91%);
  transition: gap 250ms ease;
  margin-bottom: 104px;
  padding-top: 120px;
}
@media only screen and (max-width: 599px) {
  .find-dealer .find-dealer__return {
    padding-top: 80px;
  }
}
.find-dealer .find-dealer__return:hover {
  gap: 12px;
}
.find-dealer .find-dealer__return svg {
  rotate: 180deg;
}
.find-dealer h2, .find-dealer p {
  text-align: center;
}
.find-dealer .step-1__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-top: 48px;
  width: 100%;
  max-width: 1000px;
  margin-inline: auto;
  position: relative;
  z-index: 3;
}
@media only screen and (max-width: 599px) {
  .find-dealer .step-1__grid {
    grid-template-columns: 1fr;
  }
}
.find-dealer .step-1__grid.has-error .product-item {
  border-color: hsl(0, 100%, 50%);
}
.find-dealer .step-1__grid .product-item {
  max-width: 100%;
  background: transparent;
  cursor: pointer;
  --border-width: 1px;
  --radius: 4px;
  position: relative;
  isolation: isolate;
  border-radius: var(--radius);
  border: var(--border-width) solid transparent;
  overflow: visible;
  transition: all 250ms ease;
}
@media only screen and (max-width: 599px) {
  .find-dealer .step-1__grid .product-item {
    min-height: 140px;
  }
  .find-dealer .step-1__grid .product-item .product-item__image {
    max-height: 138px;
    max-width: 138px;
  }
  .find-dealer .step-1__grid .product-item .product-item__image img {
    max-height: 138px;
    max-width: 138px;
  }
}
.find-dealer .step-1__grid .product-item::before {
  content: " ";
  position: absolute;
  inset: calc(var(--border-width) * -1);
  z-index: -1;
  border: inherit;
  border-radius: inherit;
  background-image: conic-gradient(from var(--angle), #F7B232 0%, #F7B232 5%, #6d6d6d 25%, #6d6d6d 75%, #957438 95%, #F7B232 100%);
  background-origin: border-box;
  -webkit-mask: linear-gradient(black, black) content-box, linear-gradient(black, black);
  mask: linear-gradient(black, black), linear-gradient(black, black);
  -webkit-mask-clip: content-box, border-box;
  mask-clip: content-box, border-box;
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
@media (max-width: 899px) {
  .find-dealer .step-1__grid .product-item::before {
    animation: spin 5s linear infinite;
  }
}
.find-dealer .step-1__grid .product-item::after {
  border-radius: 4px;
  position: absolute;
  z-index: 0;
  inset: 0px;
  content: "";
  background: radial-gradient(107.32% 141.42% at 0% 0%, rgba(82, 82, 82, 0.4) 0%, rgba(82, 82, 82, 0) 100%);
  backdrop-filter: blur(21px);
  pointer-events: none;
}
.find-dealer .step-1__grid .product-item .product-item__image {
  z-index: 1;
  right: 0;
}
.find-dealer .step-1__grid .product-item.is-selected {
  border: 1px solid hsl(43, 100%, 50%);
}
.find-dealer .step-1__grid .product-item__subtitle {
  font-size: 18px;
  font-family: "Michroma";
}
.find-dealer .step-1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.find-dealer .step-1 button {
  margin-inline: auto;
  display: flex;
  margin-top: 64px;
}
.find-dealer button.button--prev span {
  flex-direction: row-reverse;
}
.find-dealer button.button--prev span svg {
  rotate: 180deg;
}
.find-dealer .step-2 form {
  max-width: 1000px;
  margin-inline: auto;
  margin-top: 48px;
  position: relative;
}
.find-dealer .step-2 form::before {
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='10' viewBox='0 0 15 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 6.55671e-07L9.61176 9.15C9.25882 9.75 8.87059 10 8.04706 10L6.92941 10C5.98823 10 5.72941 9.7375 5.38824 9.1375L0 0L1.45882 6.37672e-08L6.21176 8.125C6.58823 8.75 6.65882 8.775 7.32941 8.775L7.64706 8.775C8.31765 8.775 8.38823 8.75 8.76471 8.1375L13.5765 5.93446e-07L15 6.55671e-07Z' fill='%23FFB500'/%3E%3C/svg%3E%0A");
  background-size: 15px 10px;
  width: 15px;
  height: 10px;
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
}
.find-dealer .step-2 form select {
  border-radius: 8px;
  border: 1px solid #CCC;
  background: hsl(0, 0%, 5%);
  color: hsl(0, 0%, 91%);
  height: 56px;
}
.find-dealer .step-2 form select::placeholder {
  color: hsl(0, 0%, 73%);
}
.find-dealer .step-2 form select.has-error {
  border: 1px solid hsl(0, 100%, 50%);
}
.find-dealer .step-2__actions {
  display: flex;
  flex-direction: row;
  gap: 24px;
  justify-content: center;
  margin-top: 48px;
}
.find-dealer .step-2,
.find-dealer .step-3 {
  display: none;
}
.find-dealer .step-3__body {
  max-width: 1000px;
  margin-inline: auto;
  margin-top: 76px;
}
.find-dealer button.step-3__button {
  display: flex;
  justify-content: center;
  margin-inline: auto;
  margin-top: 42px;
}
.find-dealer .dealer-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-block: 8px;
  justify-content: space-between;
}
@media only screen and (max-width: 599px) {
  .find-dealer .dealer-item {
    flex-direction: column;
    gap: 4px;
  }
}
.find-dealer .dealer-item h3 {
  max-width: 50%;
  width: 100%;
  color: #939393;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  position: relative;
}
@media only screen and (max-width: 599px) {
  .find-dealer .dealer-item h3 {
    width: 100%;
    max-width: 51%;
  }
  .find-dealer .dealer-item h3 svg {
    position: absolute;
    top: 100%;
    left: -32px;
  }
}
.find-dealer .dealer-item a {
  max-width: 50%;
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  transition: color 250ms ease;
}
.find-dealer .dealer-item a:hover {
  color: hsl(43, 100%, 50%);
}
.find-dealer .dealer-item:not(:last-child) {
  border-bottom: 1px solid hsl(43, 100%, 50%);
}
.find-dealer .dealer-list {
  max-width: 640px;
  width: 100%;
  margin-inline: auto;
}
@media only screen and (max-width: 899px) {
  .find-dealer .dealer-list {
    max-width: 100%;
    margin-inline: unset;
  }
}

@keyframes heroBlurScale {
  0% {
    transform: translate(calc(-50% + var(--before-x) * 1px), calc(-50% + var(--before-y) * 1px)) scale(1);
  }
  50% {
    transform: translate(calc(-50% + var(--before-x) * 1px), calc(-50% + var(--before-y) * 1px)) scale(1.5);
  }
  100% {
    transform: translate(calc(-50% + var(--before-x) * 1px), calc(-50% + var(--before-y) * 1px)) scale(1);
  }
}
@-webkit-keyframes heroBlurScale {
  0% {
    -webkit-transform: translate(calc(-50% + var(--before-x) * 1px), calc(-50% + var(--before-y) * 1px)) scale(1);
    transform: translate(calc(-50% + var(--before-x) * 1px), calc(-50% + var(--before-y) * 1px)) scale(1);
  }
  50% {
    -webkit-transform: translate(calc(-50% + var(--before-x) * 1px), calc(-50% + var(--before-y) * 1px)) scale(1.5);
    transform: translate(calc(-50% + var(--before-x) * 1px), calc(-50% + var(--before-y) * 1px)) scale(1.5);
  }
  100% {
    -webkit-transform: translate(calc(-50% + var(--before-x) * 1px), calc(-50% + var(--before-y) * 1px)) scale(1);
    transform: translate(calc(-50% + var(--before-x) * 1px), calc(-50% + var(--before-y) * 1px)) scale(1);
  }
}
/**
 * Content - Availability
 */
.content-availability .wrapper {
  padding-block: 120px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 1199px) {
  .content-availability .wrapper {
    padding-block: 104px;
  }
}
@media only screen and (max-width: 899px) {
  .content-availability .wrapper {
    padding-block: 80px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }
}
@media only screen and (max-width: 599px) {
  .content-availability .wrapper {
    padding-block: 40px;
  }
}
.content-availability .content-availability__title {
  color: hsl(0, 0%, 98%);
  display: flex;
  flex-direction: column;
}
.content-availability .content-availability__links {
  display: flex;
  flex-direction: column;
  max-width: 648px;
  width: 100%;
}
.content-availability .content-availability__link {
  border-bottom: 0.5px solid hsl(43, 100%, 50%);
  padding-block: 8px;
}
.content-availability a {
  color: #EBEBEB;
  transition: color 250ms ease;
}
.content-availability a:hover {
  color: hsl(43, 100%, 50%);
}
.content-availability .content-availability__label {
  color: #939393;
  text-transform: uppercase;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  max-width: 164px;
  width: 100%;
}
.content-availability .content-availability__link {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 100px;
  position: relative;
}
@media only screen and (max-width: 599px) {
  .content-availability .content-availability__link {
    gap: 0;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media only screen and (max-width: 599px) {
  .content-availability .content-availability__link .content-availability__label svg {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
}
@media only screen and (max-width: 599px) {
  .content-availability .content-availability__link .content-availability__label p {
    padding-left: 32px;
  }
}
@media only screen and (max-width: 599px) {
  .content-availability .content-availability__link a {
    padding-left: 32px;
  }
}

/**
 * Content - Default
 */
.content-default .wrapper {
  padding-block: 120px;
}
@media only screen and (max-width: 1199px) {
  .content-default .wrapper {
    padding-block: 104px;
  }
}
@media only screen and (max-width: 899px) {
  .content-default .wrapper {
    padding-block: 80px;
  }
}
@media only screen and (max-width: 599px) {
  .content-default .wrapper {
    padding-block: 40px;
  }
}
.content-default .content-default__title {
  color: hsl(0, 0%, 98%);
  display: flex;
  flex-direction: column;
  margin-bottom: 32px;
}
.content-default .content-default__editor {
  color: hsl(0, 0%, 73%);
}
.content-default .content-default__container {
  max-width: 540px;
  width: 100%;
}
@media only screen and (max-width: 899px) {
  .content-default .content-default__container {
    max-width: 100%;
  }
}
.content-default a.button {
  margin-top: 24px;
}

/**
 * Content - Form
 */
.content-form .wrapper {
  padding-block: 120px;
  display: flex;
  flex-direction: row;
  gap: 64px;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 1199px) {
  .content-form .wrapper {
    padding-block: 104px;
  }
}
@media only screen and (max-width: 899px) {
  .content-form .wrapper {
    padding-block: 80px;
    flex-direction: column;
    align-items: flex-start;
    gap: 48px;
  }
}
@media only screen and (max-width: 599px) {
  .content-form .wrapper {
    padding-block: 40px;
    gap: 56px;
  }
}
.content-form .content-form__title {
  color: hsl(0, 0%, 91%);
}
.content-form .content-form__editor {
  color: hsl(0, 0%, 73%);
  margin-bottom: 64px;
  margin-top: 24px;
}
@media only screen and (max-width: 899px) {
  .content-form .content-form__editor {
    margin-bottom: 40px;
  }
}
.content-form .content-form__form {
  max-width: 620px;
  width: 100%;
}
@media only screen and (max-width: 1199px) {
  .content-form .content-form__form {
    max-width: 540px;
  }
}
@media only screen and (max-width: 899px) {
  .content-form .content-form__form {
    max-width: 100%;
  }
}
@media only screen and (max-width: 599px) {
  .content-form .content-form__form .gform-footer.gform_footer {
    display: flex;
    justify-content: center;
  }
}
.content-form .content-form__form form label {
  color: hsl(0, 0%, 91%);
  font-size: 20px;
  font-family: "Michroma";
  margin: 0 0 8px 0;
}
.content-form .content-form__form form input {
  height: 56px;
}
.content-form .content-form__form form input,
.content-form .content-form__form form textarea {
  border-radius: 8px;
  border: 1px solid #CCC;
  background: hsl(0, 0%, 5%);
  color: hsl(0, 0%, 91%);
}
.content-form .content-form__cta {
  color: hsl(0, 0%, 98%);
  max-width: 490px;
  padding: 32px;
  width: 100%;
  height: fit-content;
  margin-top: -40px;
  --border-width: 1px;
  --radius: 4px;
  position: relative;
  isolation: isolate;
  border-radius: var(--radius);
  border: var(--border-width) solid transparent;
  background-color: transparent;
}
@media only screen and (max-width: 899px) {
  .content-form .content-form__cta {
    margin-top: 0;
  }
}
.content-form .content-form__cta::before {
  content: " ";
  position: absolute;
  inset: calc(var(--border-width) * -1);
  z-index: -1;
  border: inherit;
  border-radius: inherit;
  background-image: conic-gradient(from var(--angle), #F7B232 0%, #F7B232 5%, #6d6d6d 25%, #6d6d6d 75%, #957438 95%, #F7B232 100%);
  background-origin: border-box;
  -webkit-mask: linear-gradient(black, black) content-box, linear-gradient(black, black);
  mask: linear-gradient(black, black), linear-gradient(black, black);
  -webkit-mask-clip: content-box, border-box;
  mask-clip: content-box, border-box;
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  transform: translateZ(0);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
@media (max-width: 899px) {
  .content-form .content-form__cta::before {
    animation: spin 5s linear infinite;
  }
}
.content-form .content-form__cta::after {
  border-radius: 4px;
  position: absolute;
  z-index: 0;
  inset: 0px;
  content: "";
  background: radial-gradient(107.32% 141.42% at 0% 0%, rgba(82, 82, 82, 0.4) 0%, rgba(82, 82, 82, 0) 100%);
  backdrop-filter: blur(21px);
  -webkit-backdrop-filter: blur(21px);
  pointer-events: none;
}
@media only screen and (max-width: 1199px) {
  .content-form .content-form__cta {
    max-width: 404px;
  }
}
@media only screen and (max-width: 899px) {
  .content-form .content-form__cta {
    max-width: 380px;
    padding: 24px;
  }
}
@media only screen and (max-width: 599px) {
  .content-form .content-form__cta {
    max-width: 100%;
  }
}
.content-form .content-form__cta h3 {
  color: hsl(0, 0%, 98%);
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: 1px solid hsla(0, 0%, 98%, 0.48);
  position: relative;
  z-index: 1;
}
.content-form .content-form__cta .content-form__cta-editor {
  position: relative;
  z-index: 1;
}
.content-form .content-form__cta .content-form__cta-editor * {
  line-height: 2em;
}
.content-form .gform_required_legend {
  display: none;
}
.content-form .content-form__cta-content {
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media only screen and (max-width: 599px) {
  .content-form .content-form__cta-content {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
}
.content-form .content-form__cta-editor {
  max-width: 50%;
  width: 100%;
}
.content-form .content-form__cta-contact {
  display: flex;
  flex-direction: column;
  gap: 4px;
  max-width: 50%;
  width: 100%;
  position: relative;
  z-index: 2;
}
.content-form .content-form__cta-contact a {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}
.content-form label.gfield_label {
  margin-bottom: 8px;
  font-weight: 400;
}

/**
 * Content Home - gallery Carousel
 */
.gallery-carousel {
  position: relative;
  z-index: 1;
  padding-block: 120px;
}
.gallery-carousel::before {
  width: 558px;
  height: 558px;
  content: "";
  position: absolute;
  top: 225px;
  left: 96px;
  z-index: 0;
  animation: pulse 4s ease-in-out infinite;
  border-radius: 558px;
  opacity: 0.54;
  background: conic-gradient(from 180deg at 50% 50%, #F7B232 0deg, #1E1D1D 360deg);
  filter: blur(200px);
  pointer-events: none;
  -webkit-filter: blur(200px);
}
@keyframes pulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.3);
  }
}
@media only screen and (max-width: 1199px) {
  .gallery-carousel {
    padding-block: 104px;
  }
}
@media only screen and (max-width: 899px) {
  .gallery-carousel {
    padding-block: 80px;
  }
}
@media only screen and (max-width: 599px) {
  .gallery-carousel {
    padding-block: 40px;
  }
}

.gallery-carousel__head {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 64px;
  margin-bottom: 64px;
}
@media only screen and (max-width: 899px) {
  .gallery-carousel__head {
    flex-direction: column;
    margin-bottom: 48px;
    gap: 0;
  }
}

.gallery-carousel__title {
  color: hsl(0, 0%, 98%);
  max-width: 380px;
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 899px) {
  .gallery-carousel__title {
    max-width: 100%;
  }
}

.gallery-carousel__editor {
  color: hsl(0, 0%, 73%);
  font-size: 18px;
  max-width: 680px;
  width: 100%;
}
@media only screen and (max-width: 899px) {
  .gallery-carousel__editor {
    max-width: 100%;
  }
}

.gallery-carousel__container {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  flex-flow: column;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.gallery-carousel__collection {
  width: 100%;
  overflow: clip;
}

.gallery-carousel__track {
  -webkit-user-select: none;
  user-select: none;
  will-change: transform;
  touch-action: pan-y;
  backface-visibility: hidden;
  display: flex;
  align-items: center;
}

.gallery-carousel__item {
  width: calc((100% - 1px - (var(--carousel-spv) - 1) * var(--carousel-gap)) / var(--carousel-spv));
  margin-right: var(--carousel-gap);
  flex: none;
}
@media only screen and (max-width: 1199px) {
  .gallery-carousel__item:nth-child(even) .gallery-carousel__image {
    max-width: 441px;
    max-height: 441px;
    width: 100%;
    height: 100%;
  }
  .gallery-carousel__item:nth-child(even) .gallery-carousel__image img {
    max-width: 441px;
    max-height: 441px;
    min-height: 441px;
  }
  .gallery-carousel__item:nth-child(odd) .gallery-carousel__image {
    max-width: 468px;
    max-height: 292px;
    width: 100%;
    height: 100%;
  }
  .gallery-carousel__item:nth-child(odd) .gallery-carousel__image img {
    max-width: 468px;
    max-height: 292px;
    min-height: 292px;
  }
}
@media only screen and (max-width: 899px) {
  .gallery-carousel__item:nth-child(even) .gallery-carousel__image {
    max-width: 340px;
    max-height: 340px;
    width: 100%;
    height: 100%;
  }
  .gallery-carousel__item:nth-child(even) .gallery-carousel__image img {
    max-width: 340px;
    max-height: 340px;
    min-height: 340px;
  }
  .gallery-carousel__item:nth-child(odd) .gallery-carousel__image {
    max-width: 388px;
    max-height: 242px;
    width: 100%;
    height: 100%;
  }
  .gallery-carousel__item:nth-child(odd) .gallery-carousel__image img {
    max-width: 388px;
    max-height: 242px;
    min-height: 242px;
  }
}

.gallery-carousel__image {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}
.gallery-carousel__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 5/4;
}

.gallery-carousel__text {
  color: hsl(0, 0%, 91%);
  margin-top: 8px;
}

[data-gallery-carousel-init] {
  --carousel-status: on;
  --carousel-spv: 3;
  --carousel-gap: 24px;
  --carousel-speed: 80;
}

@media screen and (max-width: 991px) {
  [data-gallery-carousel-init] {
    --carousel-status: on;
    --carousel-spv: 2.25;
  }
}
@media screen and (max-width: 767px) {
  [data-gallery-carousel-init] {
    --carousel-status: on;
    --carousel-spv: 1.15;
  }
}
[data-gallery-carousel-item]:last-child {
  margin-right: 0;
}

.gallery-carousel__controls {
  grid-column-gap: 0.5em;
  grid-row-gap: 0.5em;
  justify-content: center;
  align-items: center;
  display: flex;
}

.gallery-carousel__control {
  color: #efeeec;
  background-color: #131313;
  border: 1px solid #2c2c2c;
  border-radius: 0.25em;
  padding: 0.75em 1.5em;
  font-size: 1em;
  transition: opacity 0.3s ease;
}

[data-gallery-carousel-status=not-active] [data-gallery-carousel-controls] {
  display: none;
}

[data-gallery-carousel-control-status=not-active] {
  opacity: 0.2;
  pointer-events: none;
}

[data-gallery-carousel-item-status=not-active] .gallery-carousel__image {
  background-color: #131313;
}

/**
 * Content - Gallery Grid
 */
.gallery-grid .wrapper {
  padding-block: 120px;
}
@media only screen and (max-width: 1199px) {
  .gallery-grid .wrapper {
    padding-block: 104px;
  }
}
@media only screen and (max-width: 899px) {
  .gallery-grid .wrapper {
    padding-block: 80px;
  }
}
@media only screen and (max-width: 599px) {
  .gallery-grid .wrapper {
    padding-block: 40px;
  }
}
.gallery-grid .gallery-grid__gallery {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 24px;
}
.gallery-grid .gallery-grid__image {
  max-width: calc(50% - 12px);
  width: 100%;
  border-radius: 4px;
  position: relative;
  min-height: 572px;
  overflow: clip;
}
.gallery-grid .gallery-grid__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 1199px) {
  .gallery-grid .gallery-grid__image {
    min-height: 432px;
    max-height: 432px;
  }
}
@media only screen and (max-width: 899px) {
  .gallery-grid .gallery-grid__image {
    min-height: 268px;
    max-height: 268px;
  }
}
@media only screen and (max-width: 599px) {
  .gallery-grid .gallery-grid__image {
    max-width: 100%;
    min-height: 235px;
    max-height: 235px;
  }
}
.gallery-grid .gallery-grid__image:nth-child(3n) {
  max-width: 100%;
  min-height: 615px;
}
@media only screen and (max-width: 1199px) {
  .gallery-grid .gallery-grid__image:nth-child(3n) {
    min-height: 468px;
    max-height: 468px;
  }
}
@media only screen and (max-width: 899px) {
  .gallery-grid .gallery-grid__image:nth-child(3n) {
    min-height: 360px;
    max-height: 360px;
  }
}
@media only screen and (max-width: 599px) {
  .gallery-grid .gallery-grid__image:nth-child(3n) {
    min-height: 235px;
    max-height: 235px;
  }
}

/**
 * Content - Hero
 */
.content-hero:not(.content-hero--home) {
  min-height: 100svh;
  position: relative;
  --before-scale: 1;
  --before-x: 0;
  --before-y: 0;
}
.content-hero:not(.content-hero--home)::before {
  border-radius: 382px;
  background: var(--Yellow-Normal, #FFB500);
  filter: blur(230.1999969482px);
  -webkit-filter: blur(230.1999969482px);
  content: "";
  position: absolute;
  top: 50%;
  left: 32%;
  transform: translate(calc(-50% + var(--before-x) * 1px), calc(-50% + var(--before-y) * 1px)) scale(var(--before-scale));
  -webkit-transform: translate(calc(-50% + var(--before-x) * 1px), calc(-50% + var(--before-y) * 1px)) scale(var(--before-scale));
  width: 382px;
  height: 382px;
  z-index: -1;
  pointer-events: none;
  will-change: transform;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
@media only screen and (max-width: 599px) {
  .content-hero:not(.content-hero--home)::before {
    animation: heroBlurScale 8s ease-in-out infinite;
    -webkit-animation: heroBlurScale 8s ease-in-out infinite;
    filter: blur(100px);
    -webkit-filter: blur(100px);
  }
}
.content-hero:not(.content-hero--home) .wrapper {
  padding-top: 272px;
  display: flex;
  flex-direction: row;
}
@media only screen and (max-width: 1199px) {
  .content-hero:not(.content-hero--home) .wrapper {
    flex-direction: column;
  }
}
.content-hero:not(.content-hero--home) .content-hero__title {
  overflow: hidden;
}
.content-hero:not(.content-hero--home) .content-hero__title-inner {
  display: block;
}
.content-hero:not(.content-hero--home) .content-hero__title * {
  background: var(--Gradient, linear-gradient(90deg, #FFF 0%, #6D6D6D 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 132px;
  line-height: 1.5em;
  font-family: "Michroma";
  font-style: normal;
  font-weight: 400;
}
@media only screen and (max-width: 1199px) {
  .content-hero:not(.content-hero--home) .content-hero__title * {
    font-size: 104px;
    line-height: 1.5em;
  }
}
@media only screen and (max-width: 599px) {
  .content-hero:not(.content-hero--home) .content-hero__title * {
    font-size: 32px;
  }
}
.content-hero:not(.content-hero--home) .content-hero__editor {
  margin-bottom: 80px;
  max-width: 536px;
  margin-left: auto;
}
@media only screen and (max-width: 1199px) {
  .content-hero:not(.content-hero--home) .content-hero__editor {
    margin-top: 24px;
  }
}
.content-hero:not(.content-hero--home) .content-hero__editor * {
  color: hsl(0, 0%, 91%);
  font-size: 20px;
  font-weight: 500;
}
.content-hero:not(.content-hero--home) .content-hero__head {
  max-width: 50%;
  width: 100%;
}
@media only screen and (max-width: 1199px) {
  .content-hero:not(.content-hero--home) .content-hero__head {
    max-width: 100%;
  }
}
@media only screen and (max-width: 599px) {
  .content-hero:not(.content-hero--home) .content-hero__head {
    max-width: 100%;
  }
}
.content-hero:not(.content-hero--home) .content-hero__head .content-hero__title {
  margin-top: -56px;
}
.content-hero:not(.content-hero--home) .content-hero__body {
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 1199px) {
  .content-hero:not(.content-hero--home) .content-hero__body {
    flex-direction: column-reverse;
  }
}
@media only screen and (max-width: 1199px) {
  .content-hero:not(.content-hero--home) .content-hero__body .content-hero__title {
    margin-left: auto;
  }
}
@media only screen and (max-width: 599px) {
  .content-hero:not(.content-hero--home) .content-hero__body .content-hero__title {
    margin-left: 0;
  }
}
.content-hero:not(.content-hero--home) .content-hero__scroll {
  position: relative;
  max-width: 1320px;
}
.content-hero:not(.content-hero--home) .content-hero__scroll {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  color: hsl(0, 0%, 73%);
  font-size: 20px;
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
  position: absolute;
  bottom: 84px;
  overflow: clip;
  height: 20px;
}
.content-hero:not(.content-hero--home) .content-hero__scroll div {
  width: 1px;
  background-color: hsl(0, 0%, 73%);
  height: 20px;
  animation: heroScroll 3s ease-in-out infinite;
  -webkit-animation: heroScroll 3s ease-in-out infinite;
  will-change: transform;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

@keyframes heroBlurScale {
  0% {
    transform: translate(calc(-50% + var(--before-x) * 1px), calc(-50% + var(--before-y) * 1px)) scale(1);
  }
  50% {
    transform: translate(calc(-50% + var(--before-x) * 1px), calc(-50% + var(--before-y) * 1px)) scale(1.5);
  }
  100% {
    transform: translate(calc(-50% + var(--before-x) * 1px), calc(-50% + var(--before-y) * 1px)) scale(1);
  }
}
@-webkit-keyframes heroBlurScale {
  0% {
    -webkit-transform: translate(calc(-50% + var(--before-x) * 1px), calc(-50% + var(--before-y) * 1px)) scale(1);
    transform: translate(calc(-50% + var(--before-x) * 1px), calc(-50% + var(--before-y) * 1px)) scale(1);
  }
  50% {
    -webkit-transform: translate(calc(-50% + var(--before-x) * 1px), calc(-50% + var(--before-y) * 1px)) scale(1.5);
    transform: translate(calc(-50% + var(--before-x) * 1px), calc(-50% + var(--before-y) * 1px)) scale(1.5);
  }
  100% {
    -webkit-transform: translate(calc(-50% + var(--before-x) * 1px), calc(-50% + var(--before-y) * 1px)) scale(1);
    transform: translate(calc(-50% + var(--before-x) * 1px), calc(-50% + var(--before-y) * 1px)) scale(1);
  }
}
@keyframes heroScroll {
  0% {
    transform: translateY(-32px);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(32px);
  }
}
@-webkit-keyframes heroScroll {
  0% {
    -webkit-transform: translateY(-32px);
    transform: translateY(-32px);
  }
  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(32px);
    transform: translateY(32px);
  }
}
/**
 * Content - Image
 */
.content-image .content-image__wrapper {
  padding-block: 120px;
}
@media only screen and (max-width: 1199px) {
  .content-image .content-image__wrapper {
    padding-block: 104px;
  }
}
@media only screen and (max-width: 899px) {
  .content-image .content-image__wrapper {
    padding-block: 80px;
  }
}
@media only screen and (max-width: 599px) {
  .content-image .content-image__wrapper {
    padding-block: 40px;
  }
}
.content-image .content-image__image {
  width: 100%;
  max-height: 700px;
  height: 100%;
}
.content-image .content-image__image img {
  width: 100%;
  height: 100%;
  max-height: 700px;
  object-fit: cover;
}

/**
 * Content - Product Select
 */
.product-select:not(.product-select--home) .product-select__product {
  max-width: calc(50% - 12px);
  width: 100%;
  height: 100%;
  padding: 24px;
  min-height: 480px;
  display: flex;
  flex-direction: column;
  position: relative;
  cursor: pointer;
  --border-width: 1px;
  --radius: 4px;
  position: relative;
  isolation: isolate;
  border-radius: var(--radius);
  border: var(--border-width) solid transparent;
  background-color: hsl(0, 2%, 11%);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 105% 112px;
  transition: all 250ms ease;
}
@media only screen and (max-width: 599px) {
  .product-select:not(.product-select--home) .product-select__product {
    background-position: 115% 112px;
    min-height: 320px;
  }
}
.product-select:not(.product-select--home) .product-select__product:nth-child(3n) {
  max-width: 100%;
  background-position: 105% 112px;
}
@media only screen and (max-width: 599px) {
  .product-select:not(.product-select--home) .product-select__product:nth-child(3n) {
    background-position: 115% 112px;
  }
}
.product-select:not(.product-select--home) .product-select__product:hover {
  background-position: 102% 112px;
}
@media only screen and (max-width: 599px) {
  .product-select:not(.product-select--home) .product-select__product:hover {
    background-position: 110% 112px;
  }
}
.product-select:not(.product-select--home) .product-select__product::before {
  content: " ";
  position: absolute;
  inset: calc(var(--border-width) * -1);
  z-index: -1;
  border: inherit;
  border-radius: inherit;
  background-image: conic-gradient(from var(--angle), #F7B232 0%, #F7B232 5%, #6d6d6d 25%, #6d6d6d 75%, #957438 95%, #F7B232 100%);
  background-origin: border-box;
  -webkit-mask: linear-gradient(black, black) content-box, linear-gradient(black, black);
  mask: linear-gradient(black, black), linear-gradient(black, black);
  -webkit-mask-clip: content-box, border-box;
  mask-clip: content-box, border-box;
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
@media (max-width: 899px) {
  .product-select:not(.product-select--home) .product-select__product::before {
    animation: spin 5s linear infinite;
  }
}
.product-select:not(.product-select--home) .product-select__product::after {
  border-radius: 4px;
  position: absolute;
  z-index: 0;
  inset: 0px;
  content: "";
  background: radial-gradient(107.32% 141.42% at 0% 0%, rgba(82, 82, 82, 0.4) 0%, rgba(82, 82, 82, 0) 100%);
  pointer-events: none;
}
@media only screen and (max-width: 899px) {
  .product-select:not(.product-select--home) .product-select__product {
    max-width: calc(50% - 12px);
  }
  .product-select:not(.product-select--home) .product-select__product:last-child {
    max-width: 100%;
  }
}
@media only screen and (max-width: 599px) {
  .product-select:not(.product-select--home) .product-select__product {
    max-width: 100%;
  }
}
.product-select:not(.product-select--home) .product-select__product * {
  color: hsl(0, 0%, 98%);
}

.product-select .wrapper {
  padding-block: 120px;
}
@media only screen and (max-width: 1199px) {
  .product-select .wrapper {
    padding-block: 104px;
  }
}
@media only screen and (max-width: 899px) {
  .product-select .wrapper {
    padding-block: 80px;
  }
}
@media only screen and (max-width: 599px) {
  .product-select .wrapper {
    padding-block: 40px;
  }
}
.product-select .product-select__products {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 24px;
}
.product-select .product-select__product {
  max-width: calc(33.33% - 16px);
  width: 100%;
  height: 100%;
  padding: 24px;
  min-height: 320px;
  display: flex;
  flex-direction: column;
  position: relative;
  cursor: pointer;
  --border-width: 1px;
  --radius: 4px;
  position: relative;
  isolation: isolate;
  border-radius: var(--radius);
  border: var(--border-width) solid transparent;
  background-color: hsl(0, 2%, 11%);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 300px 112px;
  transition: all 250ms ease;
}
@media only screen and (max-width: 1199px) {
  .product-select .product-select__product {
    background-position: 200px 112px;
  }
}
@media screen and (max-width: 1024px) {
  .product-select .product-select__product {
    background-position: 180px 120px;
  }
}
@media only screen and (max-width: 599px) {
  .product-select .product-select__product {
    background-position: 232px 128px;
  }
}
.product-select .product-select__product:hover {
  background-position: 280px 84px;
}
@media only screen and (max-width: 1199px) {
  .product-select .product-select__product:hover {
    background-position: 180px 84px;
  }
}
@media screen and (max-width: 1024px) {
  .product-select .product-select__product:hover {
    background-position: 160px 92px;
  }
}
@media only screen and (max-width: 599px) {
  .product-select .product-select__product:hover {
    background-position: 240px 100px;
  }
}
.product-select .product-select__product::before {
  content: " ";
  position: absolute;
  inset: calc(var(--border-width) * -1);
  z-index: -1;
  border: inherit;
  border-radius: inherit;
  background-image: conic-gradient(from var(--angle), #F7B232 0%, #F7B232 5%, #6d6d6d 25%, #6d6d6d 75%, #957438 95%, #F7B232 100%);
  background-origin: border-box;
  -webkit-mask: linear-gradient(black, black) content-box, linear-gradient(black, black);
  mask: linear-gradient(black, black), linear-gradient(black, black);
  -webkit-mask-clip: content-box, border-box;
  mask-clip: content-box, border-box;
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
@media (max-width: 899px) {
  .product-select .product-select__product::before {
    animation: spin 5s linear infinite;
  }
}
.product-select .product-select__product::after {
  border-radius: 4px;
  position: absolute;
  z-index: 0;
  inset: 0px;
  content: "";
  background: radial-gradient(107.32% 141.42% at 0% 0%, rgba(82, 82, 82, 0.4) 0%, rgba(82, 82, 82, 0) 100%);
  pointer-events: none;
}
@media only screen and (max-width: 899px) {
  .product-select .product-select__product {
    max-width: calc(50% - 12px);
  }
  .product-select .product-select__product:last-child {
    max-width: 100%;
  }
}
@media only screen and (max-width: 599px) {
  .product-select .product-select__product {
    max-width: 100%;
  }
}
.product-select .product-select__product * {
  color: hsl(0, 0%, 98%);
}
.product-select .product-select__product-title {
  font-size: 40px;
  line-height: 1.5em;
  font-family: "Michroma";
  font-style: normal;
  font-weight: 400;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1199px) {
  .product-select .product-select__product-title {
    font-size: 40px;
    line-height: 1.5em;
  }
}
@media only screen and (max-width: 599px) {
  .product-select .product-select__product-title {
    font-size: 24px;
    line-height: 1.5em;
  }
}
.product-select .product-select__product-subtitle {
  color: var(--Yellow-Normal, #FFB500) !important;
  font-family: "Manrope";
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
}
.product-select a.button {
  margin-top: 40px;
  width: fit-content;
  margin-inline: auto;
}
.product-select .product-select__body {
  margin-inline: auto;
  display: flex;
  flex-direction: column;
}
.product-select .product-select__product-link {
  margin-top: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  position: relative;
  z-index: 1;
}

.product-select .product-select__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  margin-bottom: 64px;
}
@media only screen and (max-width: 899px) {
  .product-select .product-select__head {
    gap: 24px;
    align-items: flex-start;
  }
}
@media only screen and (max-width: 599px) {
  .product-select .product-select__head {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
}
.product-select .product-select__title {
  display: flex;
  flex-direction: column;
  color: #FAFAFA;
  line-height: 1.2em;
}
.product-select .product-select__editor {
  max-width: calc(50% - 12px);
  margin-left: auto;
  color: hsl(0, 0%, 73%);
}
@media only screen and (max-width: 899px) {
  .product-select .product-select__editor {
    max-width: 440px;
    margin-left: 0;
  }
}
@media only screen and (max-width: 599px) {
  .product-select .product-select__editor {
    max-width: 100%;
    margin-left: 0;
    margin-top: 0;
  }
}
.product-select .product-select__grid {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 24px;
}

/**
 * Content - Product Specifications
 */
.product-specifications .wrapper {
  padding-block: 120px;
}
@media only screen and (max-width: 1199px) {
  .product-specifications .wrapper {
    padding-block: 104px;
  }
}
@media only screen and (max-width: 899px) {
  .product-specifications .wrapper {
    padding-block: 80px;
  }
}
@media only screen and (max-width: 599px) {
  .product-specifications .wrapper {
    padding-block: 40px;
  }
}

.product-specifications__head {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 64px;
}
@media only screen and (max-width: 899px) {
  .product-specifications__head {
    flex-direction: column;
    gap: 24px;
  }
}
.product-specifications__head .product-specifications__title {
  display: flex;
  flex-direction: column;
  color: hsl(0, 0%, 98%);
  max-width: 440px;
  width: 100%;
}
.product-specifications__head .product-specifications__editor {
  max-width: 648px;
  width: 100%;
}
.product-specifications__head .product-specifications__editor * {
  color: hsl(0, 0%, 91%);
}

.product-specifications__body .product-specifications__columns {
  display: flex;
  flex-direction: column;
  gap: 164px;
}
@media only screen and (max-width: 899px) {
  .product-specifications__body .product-specifications__columns {
    gap: 104px;
  }
}
.product-specifications__body .product-specifications__column {
  display: flex;
  flex-direction: row;
  gap: 134px;
}
@media only screen and (max-width: 899px) {
  .product-specifications__body .product-specifications__column {
    flex-direction: column-reverse;
    gap: 48px;
  }
}
.product-specifications__body .product-specifications__column.position--right {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 899px) {
  .product-specifications__body .product-specifications__column.position--right {
    flex-direction: column-reverse;
  }
}
.product-specifications__body .product-specifications__column-image {
  max-width: calc(50% - 67px);
  width: 100%;
}
@media only screen and (max-width: 899px) {
  .product-specifications__body .product-specifications__column-image {
    max-width: 100%;
    display: flex;
    justify-content: center;
  }
}
.product-specifications__body .product-specifications__column-content {
  max-width: calc(50% - 67px);
  width: 100%;
}
@media only screen and (max-width: 899px) {
  .product-specifications__body .product-specifications__column-content {
    max-width: 100%;
  }
}
.product-specifications__body .product-specifications__column-title {
  color: hsl(0, 0%, 91%);
}
.product-specifications__body .product-specifications__column-editor {
  color: hsl(0, 0%, 73%);
  margin-top: 24px;
}
.product-specifications__body .product-specifications__column-specifications {
  margin-top: 52px;
}
.product-specifications__body .product-specifications__specifications-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 24px;
  border-bottom: 1px solid hsl(43, 100%, 50%);
  padding-block: 8px;
}
.product-specifications__body .product-specifications__column-label {
  color: #939393;
  max-width: calc(35% - 12px);
  width: 100%;
  text-transform: uppercase;
}
.product-specifications__body .product-specifications__column-value {
  color: #EBEBEB;
  max-width: calc(65% - 12px);
  width: 100%;
}

/**
 * Content - Team Select
 */
.team-select .wrapper {
  padding-block: 120px;
}
@media only screen and (max-width: 1199px) {
  .team-select .wrapper {
    padding-block: 104px;
  }
}
@media only screen and (max-width: 899px) {
  .team-select .wrapper {
    padding-block: 80px;
  }
}
@media only screen and (max-width: 599px) {
  .team-select .wrapper {
    padding-block: 40px;
  }
}
.team-select .team-select__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 200px;
}
@media only screen and (max-width: 899px) {
  .team-select .team-select__grid {
    gap: 120px;
  }
}
@media only screen and (max-width: 599px) {
  .team-select .team-select__grid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: space-between;
  }
}
.team-select .team-select__item {
  max-width: 480px;
  width: 100%;
  position: relative;
}
.team-select .team-select__item .team-select__autograph {
  position: absolute;
  right: 0;
  top: 60px;
}
.team-select .team-select__item:nth-child(even) {
  margin-top: 120px;
}
.team-select .team-select__item-inner {
  padding-right: 50px;
}
.team-select .team-select__item-inner .team-select__image {
  max-width: 430px;
  max-height: 536px;
  width: 100%;
  height: 100%;
  margin-bottom: 24px;
}
.team-select .team-select__item-inner .team-select__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.team-select .team-select__function {
  color: hsl(0, 0%, 87%);
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 4px;
}
.team-select .team-select__name {
  color: hsl(43, 100%, 95%);
  font-family: "Michroma";
  font-size: 18px;
}

/**
 * Content - Teasers
 */
.content-teasers .wrapper {
  padding-block: 120px;
}
@media only screen and (max-width: 1199px) {
  .content-teasers .wrapper {
    padding-block: 104px;
  }
}
@media only screen and (max-width: 899px) {
  .content-teasers .wrapper {
    padding-block: 80px;
  }
}
@media only screen and (max-width: 599px) {
  .content-teasers .wrapper {
    padding-block: 40px;
  }
}
.content-teasers .content-teasers__teasers {
  display: flex;
  flex-direction: row;
  gap: 20px 24px;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 899px) {
  .content-teasers .content-teasers__teasers {
    gap: 24px 0;
  }
}
@media only screen and (max-width: 599px) {
  .content-teasers .content-teasers__teasers {
    gap: 56px 0;
  }
}
.content-teasers .content-teasers__teaser {
  max-width: calc(50% - 44px);
  width: 100%;
  position: relative;
  margin-left: 32px;
  padding: 32px 56px;
  --border-width: 1px;
  --radius: 4px;
  position: relative;
  isolation: isolate;
  border-radius: var(--radius);
  border: var(--border-width) solid transparent;
  background-color: hsl(0, 2%, 11%);
}
.content-teasers .content-teasers__teaser::before {
  content: " ";
  position: absolute;
  inset: calc(var(--border-width) * -1);
  z-index: -1;
  border: inherit;
  border-radius: inherit;
  background-image: conic-gradient(from var(--angle), #F7B232 0%, #F7B232 5%, #6d6d6d 25%, #6d6d6d 75%, #957438 95%, #F7B232 100%);
  background-origin: border-box;
  -webkit-mask: linear-gradient(black, black) content-box, linear-gradient(black, black);
  mask: linear-gradient(black, black), linear-gradient(black, black);
  -webkit-mask-clip: content-box, border-box;
  mask-clip: content-box, border-box;
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  transform: translateZ(0);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
@media (max-width: 899px) {
  .content-teasers .content-teasers__teaser::before {
    animation: spin 5s linear infinite;
  }
}
.content-teasers .content-teasers__teaser::after {
  border-radius: 4px;
  position: absolute;
  z-index: 0;
  inset: 0px;
  content: "";
  background: radial-gradient(107.32% 141.42% at 0% 0%, rgba(82, 82, 82, 0.4) 0%, rgba(82, 82, 82, 0) 100%);
  backdrop-filter: blur(21px);
  pointer-events: none;
}
@media only screen and (max-width: 899px) {
  .content-teasers .content-teasers__teaser {
    padding: 32px 32px 32px 56px;
  }
}
@media only screen and (max-width: 599px) {
  .content-teasers .content-teasers__teaser {
    max-width: 100%;
    margin-left: 0;
    padding: 32px 16px;
  }
}
.content-teasers .content-teasers__teaser * {
  color: hsl(0, 0%, 98%);
}
.content-teasers .content-teasers__icon {
  background-color: hsl(43, 100%, 50%);
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 62px;
  max-height: 62px;
  min-width: 62px;
  max-width: 62px;
  height: 100%;
  width: 100%;
  aspect-ratio: 1;
  position: absolute;
  top: 50%;
  left: -32px;
  transform: translateY(-50%);
  z-index: 1;
}
@media only screen and (max-width: 599px) {
  .content-teasers .content-teasers__icon {
    left: 50%;
    transform: translate(-50%, -50%);
    top: 0;
  }
}
.content-teasers .content-teasers__title {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid hsla(0, 0%, 98%, 0.48);
  position: relative;
  z-index: 1;
}
.content-teasers .content-teasers__editor {
  position: relative;
  z-index: 1;
}

/* 
* Header
*/
.header__logo {
  max-width: 116px;
  width: 100%;
  height: auto;
  margin-left: -6px;
  position: fixed;
  top: 38px;
  z-index: 1000;
  mix-blend-mode: difference;
}

.header {
  position: fixed;
  top: 24px;
  left: 0;
  width: 100%;
  z-index: 999;
}
.header .wrapper {
  align-items: center;
}
@media only screen and (max-width: 599px) {
  .header span.open svg {
    width: 20px;
    height: 15px;
  }
}
.header .header__menu-button {
  width: 44px;
  max-width: 44px;
  min-width: 44px;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  border: 0.843px solid #6D6D6D;
  background: rgba(238, 238, 238, 0.02);
  backdrop-filter: blur(2.3px);
  -webkit-backdrop-filter: blur(2.3px);
  margin-left: 16px;
  position: relative;
  overflow: clip;
}
@media only screen and (max-width: 599px) {
  .header .header__menu-button {
    margin-left: auto;
  }
}
.header .header__menu-button::before {
  background: conic-gradient(from 180deg at 50% 50%, #D9D9D9 0deg, #FFF 360deg);
  filter: blur(16px);
  content: "";
  position: absolute;
  top: 50%;
  left: -300%;
  width: 10px;
  height: 80px;
  z-index: 1;
  transform: rotate(30deg) translateY(-50%);
  opacity: 1;
}
.header .header__menu-button:hover::before {
  animation: shine-hamburger 450ms ease forwards;
}
.header .header__menu-button span {
  display: flex;
  height: fit-content;
}
@keyframes shine-hamburger {
  from {
    left: -150%;
  }
  to {
    left: 220%;
  }
}
.header .header__cta-button {
  margin-left: auto;
}
@media only screen and (max-width: 599px) {
  .header .header__cta-button {
    display: none;
  }
}

@property --angle {
  syntax: "<angle>";
  inherits: true;
  initial-value: 0turn;
}

@keyframes spin {
  to {
    --angle: 1turn;
  }
}
/* 
* Newsletter
*/
.newsletter .wrapper {
  padding-block: 120px;
}
@media only screen and (max-width: 1199px) {
  .newsletter .wrapper {
    padding-block: 104px;
  }
}
@media only screen and (max-width: 899px) {
  .newsletter .wrapper {
    padding-block: 80px;
  }
}
@media only screen and (max-width: 599px) {
  .newsletter .wrapper {
    padding-block: 40px;
  }
}
.newsletter .newsletter__container {
  --border-width: 1px;
  --radius: 4px;
  position: relative;
  isolation: isolate;
  border-radius: var(--radius);
  border: var(--border-width) solid transparent;
  background-color: hsl(0, 2%, 11%);
}
.newsletter .newsletter__container::before {
  content: " ";
  position: absolute;
  inset: calc(var(--border-width) * -1);
  z-index: -1;
  border: inherit;
  border-radius: inherit;
  background-image: conic-gradient(from var(--angle), #F7B232 0%, #F7B232 5%, #6d6d6d 25%, #6d6d6d 75%, #957438 95%, #F7B232 100%);
  background-origin: border-box;
  -webkit-mask: linear-gradient(black, black) content-box, linear-gradient(black, black);
  mask: linear-gradient(black, black), linear-gradient(black, black);
  -webkit-mask-clip: content-box, border-box;
  mask-clip: content-box, border-box;
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
@media (max-width: 899px) {
  .newsletter .newsletter__container::before {
    animation: spin 5s linear infinite;
  }
}
.newsletter .newsletter__container::after {
  border-radius: 4px;
  position: absolute;
  z-index: 0;
  inset: 0px;
  content: "";
  background: radial-gradient(107.32% 141.42% at 0% 0%, rgba(82, 82, 82, 0.4) 0%, rgba(82, 82, 82, 0) 100%);
  backdrop-filter: blur(21px);
  pointer-events: none;
}
.newsletter .newsletter__head,
.newsletter .newsletter__body {
  position: relative;
  z-index: 1;
}
.newsletter .newsletter__head h2 {
  color: hsl(0, 0%, 98%);
}
.newsletter .newsletter__body .gfield_label {
  display: none;
}
.newsletter .newsletter__body .gform_wrapper form {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
}
.newsletter .newsletter__body .gform_wrapper .gform-body {
  width: 100%;
  height: 48px;
}
.newsletter .newsletter__body .gform_wrapper .gform_fields,
.newsletter .newsletter__body .gform_wrapper .gfield {
  height: 48px;
  margin: 0;
}
.newsletter .newsletter__body .gform_wrapper .gform_fields *,
.newsletter .newsletter__body .gform_wrapper .gfield * {
  height: 48px;
}
.newsletter .newsletter__body .gform_wrapper .gform_fields input,
.newsletter .newsletter__body .gform_wrapper .gfield input {
  border-radius: 66px;
  border: 1px solid #6D6D6D;
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(8px);
  font-family: "Manrope";
  color: hsl(0, 0%, 98%);
}
.newsletter .newsletter__body .gform_wrapper .gform_fields input::placeholder,
.newsletter .newsletter__body .gform_wrapper .gfield input::placeholder {
  color: hsla(0, 0%, 87%, 0.64);
}
.newsletter .newsletter__body .gform_wrapper .gform_fields .validation_message,
.newsletter .newsletter__body .gform_wrapper .gfield .validation_message {
  color: #FF2D2D;
  font-family: "Manrope";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-top: 8px;
}
.newsletter .newsletter__body .gform_wrapper .gform_fields .validation_message > svg,
.newsletter .newsletter__body .gform_wrapper .gfield .validation_message > svg {
  width: 16px;
  height: 16px;
  margin-right: 5px;
  margin-top: -2px;
}
.newsletter .newsletter__container {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 32px;
  gap: 24px;
  justify-content: space-between;
}
@media only screen and (max-width: 899px) {
  .newsletter .newsletter__container {
    flex-direction: column;
    align-items: flex-start;
  }
}
.newsletter .newsletter__container .newsletter__head {
  max-width: 400px;
  width: 100%;
}
@media only screen and (max-width: 1199px) {
  .newsletter .newsletter__container .newsletter__head {
    max-width: 325px;
  }
}
@media screen and (max-width: 767px) {
  .newsletter .newsletter__container .newsletter__head {
    max-width: 100%;
  }
}
.newsletter .newsletter__container .newsletter__body {
  max-width: 546px;
  width: 100%;
}
@media only screen and (max-width: 1199px) {
  .newsletter .newsletter__container .newsletter__body {
    max-width: 496px;
  }
}
@media only screen and (max-width: 899px) {
  .newsletter .newsletter__container .newsletter__body {
    max-width: 100%;
  }
}
.newsletter .newsletter__editor {
  margin-bottom: 24px;
}
.newsletter .newsletter__editor * {
  color: hsl(0, 0%, 73%);
}
.newsletter .gform-footer .button {
  aspect-ratio: 1;
}
@media only screen and (max-width: 599px) {
  .newsletter .gform-footer .button::before {
    left: -100%;
  }
}
@media only screen and (max-width: 599px) {
  .newsletter .gform-footer .button p {
    display: none;
  }
}

/* 
* Footer
*/
.footer {
  position: relative;
}
.footer::before {
  content: "";
  position: absolute;
  background: linear-gradient(0deg, rgba(28, 27, 27, 0) 0%, #1C1B1B 100%);
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 134px;
}
.footer .wrapper {
  padding-top: 96px;
}
.footer .footer__columns {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 767px) {
  .footer .footer__columns {
    flex-direction: column;
    gap: 24px;
  }
}
.footer .footer__column {
  max-width: calc(33.3333% - 16px);
  width: 100%;
}
@media screen and (max-width: 767px) {
  .footer .footer__column {
    max-width: 100%;
  }
}
.footer .footer__column-title {
  color: hsl(43, 100%, 50%);
  margin-bottom: 4px;
}
.footer .footer__column-editor * {
  color: hsl(0, 0%, 91%);
}
.footer .footer__column-editor a {
  text-decoration: none;
  transition: color 250ms ease;
  line-height: 1.8em;
}
.footer .footer__column-editor a:hover {
  color: hsl(43, 100%, 50%);
}
.footer .footer__shop-links a {
  display: flex;
  flex-direction: row;
  width: fit-content;
  gap: 8px;
  align-items: center;
  color: hsl(0, 0%, 91%);
  transition: color 250ms ease;
  line-height: 1.8em;
}
.footer .footer__shop-links a:hover {
  color: hsl(43, 100%, 50%);
}
.footer .footer__shop-links a svg {
  opacity: 0.6;
  aspect-ratio: 1/1;
  width: 16px;
  min-width: 16px;
}
.footer .footer__logo {
  margin-top: 128px;
}
@media screen and (max-width: 767px) {
  .footer .footer__logo {
    margin-top: 48px;
  }
}
.footer .footer__logo svg {
  width: 100%;
  height: auto;
}
.footer .footer__bottom {
  color: hsl(0, 0%, 73%);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
  padding-block: 28px 40px;
}
@media screen and (max-width: 767px) {
  .footer .footer__bottom {
    flex-direction: column-reverse;
    gap: 16px;
    align-items: flex-start;
  }
}
.footer .footer__legal-list {
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .footer .footer__legal-list {
    flex-direction: column;
    align-items: flex-start;
  }
}
.footer .footer__legal-list .separator {
  font-size: 16px;
  margin-inline: 4px;
}
@media screen and (max-width: 767px) {
  .footer .footer__legal-list .separator {
    display: none;
  }
}
.footer .footer__legal-list .separator:last-child {
  display: none;
}
.footer .footer__legal-list a {
  transition: color 250ms ease;
}
.footer .footer__legal-list a:hover {
  color: hsl(43, 100%, 50%);
}
.footer .footer__socials {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: fit-content;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .footer .footer__socials {
    flex-direction: row;
    gap: 16px;
  }
}
.footer .footer__socials svg path {
  transition: fill 250ms ease;
}
.footer .footer__socials a:hover svg path {
  fill: hsl(43, 100%, 50%);
}

.product-item {
  max-width: calc(50% - 12px);
  width: 100%;
  border-radius: 4px;
  border: 1px solid #E18C26;
  background: radial-gradient(107.32% 141.42% at 0% 0%, rgba(82, 82, 82, 0.4) 0%, rgba(82, 82, 82, 0) 100%);
  backdrop-filter: blur(21px);
  position: relative;
  padding: 32px;
  min-height: 486px;
  overflow: clip;
}
@media only screen and (max-width: 899px) {
  .product-item {
    min-height: 268px;
  }
}
@media only screen and (max-width: 599px) {
  .product-item {
    max-width: 100%;
    padding: 16px;
  }
}
.product-item:nth-child(3n) {
  max-width: 100%;
}
.product-item:nth-child(3n) .product-item__image {
  max-width: 100%;
  bottom: -80px;
}
@media only screen and (max-width: 899px) {
  .product-item:nth-child(3n) .product-item__image {
    bottom: -40px;
  }
}
.product-item:nth-child(3n) .product-item__image img {
  max-width: 100%;
}
.product-item .product-item__image {
  max-height: 400px;
  max-width: 399px;
  position: absolute;
  bottom: 0;
  right: -20px;
}
@media only screen and (max-width: 899px) {
  .product-item .product-item__image {
    max-height: 178px;
    max-width: 178px;
  }
}
.product-item .product-item__image img {
  max-height: 400px;
  max-width: 399px;
  object-fit: cover;
}
@media only screen and (max-width: 899px) {
  .product-item .product-item__image img {
    max-height: 178px;
    max-width: 178px;
  }
}
.product-item .product-item__title {
  color: #FAFAFA;
  font-weight: 400;
}
.product-item .product-item__subtitle {
  color: hsl(43, 100%, 50%);
}
.product-item .product-item__button {
  color: hsl(0, 0%, 91%);
  margin-top: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  transition: gap 250ms ease;
}
.product-item > a {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.product-item > a:hover .product-item__button {
  gap: 12px;
}

@keyframes heroScroll {
  0% {
    transform: translateY(-32px);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(32px);
  }
}
.return:has(.product-single__return) {
  margin-top: 88px;
}

.product-single {
  position: relative;
  margin-top: -88px;
}
.product-single::before {
  background-image: url("../images/footer-bg.png");
  position: absolute;
  top: -84px;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
  background-size: cover;
  pointer-events: none;
}
.product-single::after {
  background: linear-gradient(180deg, rgba(28, 27, 27, 0.3) 0%, #1C1B1B 67.88%);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
  pointer-events: none;
}
.product-single .wrapper {
  padding-top: 84px;
  position: relative;
}
@media only screen and (max-width: 899px) {
  .product-single .wrapper {
    padding-top: 112px;
  }
}

.product-single__hero {
  position: relative;
  --before-scale: 1;
  --before-x: 0;
  --before-y: 0;
}
.product-single__hero::before {
  border-radius: 382px;
  background: var(--Yellow-Normal, #FFB500);
  filter: blur(230px);
  -webkit-filter: blur(230px);
  content: "";
  position: absolute;
  top: -64px;
  left: 50%;
  transform: translate(calc(-50% + var(--before-x) * 1px), calc(var(--before-y) * 1px)) scale(var(--before-scale));
  -webkit-transform: translate(calc(-50% + var(--before-x) * 1px), calc(var(--before-y) * 1px)) scale(var(--before-scale));
  width: 382px;
  height: 382px;
  z-index: 0;
  pointer-events: none;
  will-change: transform;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
@media only screen and (max-width: 599px) {
  .product-single__hero::before {
    animation: heroBlurScale 8s ease-in-out infinite;
    -webkit-animation: heroBlurScale 8s ease-in-out infinite;
  }
}
.product-single__hero .product-single__hero-scroll {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  color: hsl(0, 0%, 73%);
  font-size: 20px;
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
  position: absolute;
  overflow: clip;
  height: 20px;
}
@media only screen and (max-width: 1199px) {
  .product-single__hero .product-single__hero-scroll {
    display: none;
  }
}
.product-single__hero .product-single__hero-scroll div {
  width: 3px;
  background-color: hsl(0, 0%, 73%);
  height: 20px;
  animation: heroScroll 3s ease-in-out infinite;
}

.product-single__return {
  display: flex;
  align-items: center;
  gap: 8px;
  color: hsl(0, 0%, 91%);
  transition: gap 250ms ease;
  position: relative;
  z-index: 2;
}
.product-single__return:hover {
  gap: 12px;
}
.product-single__return svg {
  rotate: 180deg;
}

.product-single__image {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.product-single__image::before {
  background: linear-gradient(180deg, rgba(28, 27, 27, 0) 0%, #1C1B1B 100%);
  position: absolute;
  bottom: -30%;
  left: 0;
  width: 200%;
  height: 400px;
  content: "";
  z-index: 0;
  pointer-events: none;
}
@media only screen and (max-width: 599px) {
  .product-single__image::before {
    height: 200px;
  }
}
@media only screen and (max-width: 899px) {
  .product-single__image {
    margin-top: 32px;
  }
}
.product-single__image img {
  max-height: 650px;
  max-width: 568px;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media only screen and (max-width: 899px) {
  .product-single__image img {
    max-height: 416px;
    max-width: 536px;
  }
}

.product-single__content {
  margin-top: -164px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 899px) {
  .product-single__content {
    margin-top: 0;
  }
}

.product-single__title-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 899px) {
  .product-single__title-wrapper {
    flex-direction: column;
  }
}
@media only screen and (max-width: 599px) {
  .product-single__title-wrapper {
    align-items: flex-start;
    margin-block: 48px 24px;
  }
}

.product-single__title-main {
  color: hsl(0, 0%, 98%);
  font-size: 132px;
  line-height: 1.5em;
  font-weight: 400;
  font-family: "Michroma";
}
@media only screen and (max-width: 1199px) {
  .product-single__title-main {
    font-size: 104px;
  }
}
@media only screen and (max-width: 899px) {
  .product-single__title-main {
    text-align: center;
  }
}
@media only screen and (max-width: 599px) {
  .product-single__title-main {
    font-size: 40px;
  }
}

.product-single__title-secondary {
  color: hsl(43, 100%, 50%);
  font-size: 128px;
  line-height: 1.5em;
  font-weight: 300;
  font-family: "Manrope";
}
@media only screen and (max-width: 1199px) {
  .product-single__title-secondary {
    font-size: 104px;
  }
}
@media only screen and (max-width: 899px) {
  .product-single__title-secondary {
    text-align: center;
  }
}
@media only screen and (max-width: 599px) {
  .product-single__title-secondary {
    font-size: 40px;
    margin-top: 0;
  }
}

.product-single__editor {
  max-width: 552px;
  margin-inline: auto 220px;
}
@media only screen and (max-width: 1199px) {
  .product-single__editor {
    margin-inline: auto 0;
  }
}
@media only screen and (max-width: 899px) {
  .product-single__editor {
    margin-inline: auto;
  }
}
@media only screen and (max-width: 599px) {
  .product-single__editor {
    margin-inline: 0;
  }
}
.product-single__editor * {
  color: #C9C9C9;
  font-size: 20px;
  font-weight: 500;
}
@media only screen and (max-width: 899px) {
  .product-single__editor * {
    text-align: center;
  }
}
@media only screen and (max-width: 599px) {
  .product-single__editor * {
    text-align: left;
  }
}

@media only screen and (max-width: 899px) {
  .product-single__head {
    display: flex;
    flex-direction: column-reverse;
  }
}

/**
 * Content Home.
 */
.visionq-loader {
  overflow: clip;
  min-height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999999;
  pointer-events: none;
}
@media only screen and (max-width: 899px) {
  .visionq-loader .title {
    display: none;
  }
}
.visionq-loader .visionq-loader__bg {
  background-image: url("data:image/svg+xml,%3Csvg width='1512' height='982' viewBox='0 0 1512 982' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1512 982H0V0H1512V982ZM544 196V784H968V196H544Z' fill='%231C1B1B'/%3E%3C/svg%3E%0A");
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
  opacity: 0;
}
@media only screen and (max-width: 599px) {
  .visionq-loader .visionq-loader__bg {
    background-image: url("data:image/svg+xml,%3Csvg width='400' height='982' viewBox='0 0 400 982' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M400 982H0V0H400V982ZM56 292V690H344V292H56Z' fill='%231C1B1B'/%3E%3C/svg%3E%0A");
  }
}
.visionq-loader .visionq-loader__content {
  position: relative;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.visionq-loader .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-block: 120px;
  height: 100vh;
}
@media only screen and (max-width: 599px) {
  .visionq-loader .wrapper {
    padding-block: 40px;
    flex-direction: column;
    gap: 40px;
    justify-content: center;
  }
}
.visionq-loader .visionq-loader__container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 599px) {
  .visionq-loader .visionq-loader__container {
    max-height: 600px;
  }
}
.visionq-loader .visionq-images {
  display: flex;
  flex-direction: column;
  max-width: 520px;
  max-height: 600px;
  overflow: clip;
  width: 100%;
  height: 100%;
  position: relative;
  opacity: 0;
}
@media screen and (min-width: 1800px) {
  .visionq-loader .visionq-images {
    height: 592px !important;
    min-height: 592px !important;
    max-height: 592px !important;
  }
}
@media only screen and (max-width: 599px) {
  .visionq-loader .visionq-images {
    max-width: 288px;
    max-height: 398px;
  }
}
@media screen and (min-width: 1800px) {
  .visionq-loader .visionq-images .visionq-loader__image:last-child img {
    object-fit: contain !important;
    object-position: right !important;
  }
}
@media only screen and (max-width: 899px) {
  .visionq-loader .visionq-images .visionq-loader__image:last-child {
    display: none;
  }
}
@media only screen and (max-width: 599px) {
  .visionq-loader .visionq-images {
    max-height: 398px;
  }
}
.visionq-loader .visionq-images img {
  width: 440px;
  height: 600px;
  min-height: 600px;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 1800px) {
  .visionq-loader .visionq-images img {
    width: 428px !important;
    height: 592px !important;
    min-height: 592px !important;
  }
}
@media only screen and (max-width: 599px) {
  .visionq-loader .visionq-images img {
    width: 100%;
    height: 600px;
    min-height: 600px;
  }
}
.visionq-loader .visionq-loader__last-slide {
  width: 440px;
  height: 600px;
  min-height: 600px;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 599px) {
  .visionq-loader .visionq-loader__last-slide {
    width: 100%;
    height: 398px;
    min-height: 398px;
  }
}
.visionq-loader .established {
  max-width: 170px;
  width: 100%;
}
@media only screen and (max-width: 899px) {
  .visionq-loader .established {
    display: none;
  }
}
.visionq-loader .established p {
  color: var(--Yellow-Normal, #FFB500);
  font-family: "Manrope";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  text-transform: uppercase;
}
.visionq-loader .visionq-loader__first-slide {
  width: 100%;
  height: 100%;
  background-color: #1C1B1B;
}

/**
 * Content Home - Counter
 */
.counter .wrapper {
  padding-block: 120px;
}
@media only screen and (max-width: 1199px) {
  .counter .wrapper {
    padding-block: 104px;
  }
}
@media only screen and (max-width: 899px) {
  .counter .wrapper {
    padding-block: 80px;
  }
}
@media only screen and (max-width: 599px) {
  .counter .wrapper {
    padding-block: 40px;
  }
}
.counter .counter__head {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.counter .counter__head {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 24px;
}
@media only screen and (max-width: 899px) {
  .counter .counter__head {
    flex-direction: column;
  }
}
.counter .counter__title {
  color: hsl(0, 0%, 98%);
  max-width: 290px;
  width: 100%;
}
.counter .counter__head-content {
  max-width: 680px;
  width: 100%;
}
@media only screen and (max-width: 899px) {
  .counter .counter__head-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.counter .counter__head-content * {
  color: hsl(0, 0%, 73%);
}
.counter .counter__head-content a.button {
  margin-top: 24px;
  width: fit-content;
}
.counter .counter__body .counter__items {
  color: hsl(0, 0%, 98%);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 56px;
  gap: 40px;
}
@media only screen and (max-width: 899px) {
  .counter .counter__body .counter__items {
    gap: 64px 24px;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 599px) {
  .counter .counter__body .counter__items {
    gap: 24px;
    flex-direction: column;
  }
}
@media only screen and (max-width: 899px) {
  .counter .counter__body .counter__item {
    max-width: calc(50% - 12px);
    width: 100%;
  }
}
@media only screen and (max-width: 599px) {
  .counter .counter__body .counter__item {
    max-width: 100%;
  }
}
.counter .counter__item-label {
  text-transform: uppercase;
  color: hsl(43, 100%, 50%);
}
.counter .counter__item-number *,
.counter .counter__item-text * {
  font-size: 40px;
  font-family: "Michroma";
}
@media only screen and (max-width: 599px) {
  .counter .counter__item-number *,
  .counter .counter__item-text * {
    font-size: 20px;
  }
}

/**
 * Content Home - Hero
 */
.content-hero.content-hero--home {
  min-height: 100vh;
  transform: translateZ(0);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.content-hero.content-hero--home .wrapper {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 56px;
}
.content-hero.content-hero--home .content-hero__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  z-index: -1;
  transform: translateZ(0);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
@media only screen and (max-width: 899px) {
  .content-hero.content-hero--home .content-hero__video {
    object-position: 84% center;
  }
}
@media only screen and (max-width: 599px) {
  .content-hero.content-hero--home .content-hero__video {
    transform: translateZ(0), scale(0.85);
    object-position: 80% center;
  }
}
.content-hero.content-hero--home .established {
  color: hsl(43, 100%, 50%);
  text-transform: uppercase;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  text-transform: uppercase;
}
@media only screen and (max-width: 599px) {
  .content-hero.content-hero--home .established {
    margin-top: 24px;
  }
}
.content-hero.content-hero--home .content-hero__bottom {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 88px;
}
@media only screen and (max-width: 599px) {
  .content-hero.content-hero--home .content-hero__bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    padding-bottom: 40px;
  }
}
.content-hero.content-hero--home .content-hero__bottom p:last-child {
  color: hsl(0, 0%, 73%);
  text-transform: uppercase;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  text-transform: uppercase;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}
@media only screen and (max-width: 599px) {
  .content-hero.content-hero--home .content-hero__title.mobile {
    margin-top: 40px;
  }
}
.content-hero.content-hero--home .content-hero__title.mobile span {
  leading-trim: both;
  text-edge: cap;
  font-size: 164px;
  line-height: 1.3em;
  font-style: normal;
  font-weight: 400;
  background: linear-gradient(90deg, #FFF 0%, #6D6D6D 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: fit-content;
}
@media only screen and (max-width: 1199px) {
  .content-hero.content-hero--home .content-hero__title.mobile span {
    font-size: 104px;
  }
}
@media only screen and (max-width: 599px) {
  .content-hero.content-hero--home .content-hero__title.mobile span {
    font-size: 60px;
  }
}
.content-hero.content-hero--home .content-hero__title.mobile span:last-child {
  margin-left: auto;
  padding-right: 64px;
}
@media only screen and (max-width: 599px) {
  .content-hero.content-hero--home .content-hero__title.mobile span:last-child {
    padding-right: 0;
    margin-left: 0;
  }
}
.content-hero.content-hero--home .content-hero__title {
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 899px) {
  .content-hero.content-hero--home .content-hero__title.desktop {
    display: none;
  }
}
@media only screen and (min-width: 900px) {
  .content-hero.content-hero--home .content-hero__title.mobile {
    display: none;
  }
}
.content-hero.content-hero--home span.content-hero__title-under {
  margin-top: -70px;
  margin-left: -14px;
}
@media only screen and (max-width: 899px) {
  .content-hero.content-hero--home span.content-hero__title-under {
    margin-top: 0px;
    margin-left: 0;
  }
}
.content-hero.content-hero--home .content-hero__title.desktop .content-hero__title-top,
.content-hero.content-hero--home .content-hero__title.desktop .content-hero__title-under {
  overflow: clip;
  position: relative;
  min-height: 230px;
}
.content-hero.content-hero--home .content-hero__title.desktop .content-hero__title-top {
  display: flex;
  justify-content: flex-end;
}
.content-hero.content-hero--home .content-hero__title.desktop .content-hero__title-inner {
  background: var(--Gradient, linear-gradient(90deg, #FFF 0%, #545454 76.92%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 164px;
  line-height: 1.4em;
  font-family: "Michroma";
  font-style: normal;
  font-weight: 400;
  position: absolute;
  transform: translateY(200px);
}
@media only screen and (max-width: 1199px) {
  .content-hero.content-hero--home .content-hero__title.desktop .content-hero__title-inner {
    font-size: 104px;
    line-height: 1.5em;
  }
}
@media only screen and (max-width: 599px) {
  .content-hero.content-hero--home .content-hero__title.desktop .content-hero__title-inner {
    font-size: 32px;
  }
}
.content-hero.content-hero--home .content-hero__head {
  margin-top: 48px;
  transition: all 250ms ease;
}
@media only screen and (max-width: 899px) {
  .content-hero.content-hero--home .content-hero__head {
    margin-top: 24px;
  }
}
@media only screen and (max-width: 599px) {
  .content-hero.content-hero--home .content-hero__head {
    margin-top: 0;
  }
}
.content-hero.content-hero--home .content-hero__subtitle {
  color: hsl(43, 100%, 50%);
  font-style: normal;
  font-weight: 400;
  margin-left: auto;
  padding-right: 40px;
  justify-content: flex-end;
  margin-top: 12px;
  display: none;
}
@media only screen and (max-width: 599px) {
  .content-hero.content-hero--home .content-hero__subtitle {
    justify-content: flex-start;
  }
}
.content-hero.content-hero--home .mouse-wheel {
  animation: mouse-wheel-scroll 2s ease-in-out infinite;
}
@keyframes mouse-wheel-scroll {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(3px);
  }
}
.content-hero.content-hero--home .content-hero.content-hero--home .content-hero__title.desktop .content-hero__title-top {
  margin-left: -12px;
}

.content-map .wrapper {
  padding-block: 120px;
}
@media only screen and (max-width: 1199px) {
  .content-map .wrapper {
    padding-block: 104px;
  }
}
@media only screen and (max-width: 899px) {
  .content-map .wrapper {
    padding-block: 80px;
  }
}
@media only screen and (max-width: 599px) {
  .content-map .wrapper {
    padding-block: 40px;
  }
}
.content-map .wrapper .map {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
}
.content-map .wrapper .map__title {
  color: hsl(0, 0%, 98%);
  margin-bottom: 32px;
}
.content-map .wrapper svg .laudermarke-shipment {
  fill: hsl(43, 100%, 50%);
  cursor: pointer;
  transition: fill 150ms ease;
}
.content-map .wrapper svg .laudermarke-shipment * {
  fill: hsl(43, 100%, 50%);
  transition: fill 150ms ease;
}
.content-map .wrapper svg .laudermarke-shipment.is-active, .content-map .wrapper svg .laudermarke-shipment:hover {
  fill: hsl(43, 100%, 37%);
}
.content-map .wrapper svg .laudermarke-shipment.is-active *, .content-map .wrapper svg .laudermarke-shipment:hover * {
  fill: hsl(43, 100%, 37%);
}
.content-map .map .map-container {
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .content-map .map .map-container > svg {
    width: 100%;
    height: 100%;
  }
}
.content-map .country-icon {
  position: relative;
  z-index: 2;
}
.content-map .country-icon svg {
  min-width: 30px;
  max-width: 30px;
  width: 30px;
  height: 30px;
}
@media only screen and (max-width: 599px) {
  .content-map .country-icon svg {
    min-width: 16px;
    max-width: 16px;
    width: 16px;
    height: 16px;
  }
}

.laudermarke-country.phone {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-top: 32px;
}
@media only screen and (min-width: 900px) {
  .laudermarke-country.phone {
    display: none;
  }
}
.laudermarke-country.phone .laudermarke-country__item {
  padding-block: 8px;
  border-bottom: 1px solid hsl(43, 100%, 50%);
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
}
@media only screen and (max-width: 599px) {
  .laudermarke-country.phone .laudermarke-country__item {
    gap: 16px;
  }
}
.laudermarke-country.phone .laudermarke-country__item .country-content {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.laudermarke-country.phone .laudermarke-country__item .country-content p {
  color: #939393;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
}
.laudermarke-country.phone .laudermarke-country__item .country-content a {
  color: hsl(0, 0%, 98%);
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}

.active-card {
  margin-top: -80px;
}
@media only screen and (max-width: 899px) {
  .active-card {
    display: none;
  }
}
.active-card {
  max-width: 368px;
  width: 100%;
}
.active-card .laudermarke-country__item {
  display: none;
}
.active-card .laudermarke-country__item:first-child {
  display: flex;
}
.active-card .laudermarke-country__item {
  position: relative;
  --border-width: 1px;
  --radius: 4px;
  position: relative;
  isolation: isolate;
  border-radius: var(--radius);
  border: var(--border-width) solid transparent;
  background-color: hsl(0, 2%, 11%);
  max-width: 320px;
  width: 100%;
  z-index: 2;
}
.active-card .laudermarke-country__item::before {
  content: " ";
  position: absolute;
  inset: calc(var(--border-width) * -1);
  z-index: -1;
  border: inherit;
  border-radius: inherit;
  background-image: conic-gradient(from var(--angle), #F7B232 0%, #F7B232 5%, #6d6d6d 25%, #6d6d6d 75%, #957438 95%, #F7B232 100%);
  background-origin: border-box;
  -webkit-mask: linear-gradient(black, black) content-box, linear-gradient(black, black);
  mask: linear-gradient(black, black), linear-gradient(black, black);
  -webkit-mask-clip: content-box, border-box;
  mask-clip: content-box, border-box;
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
@media (max-width: 899px) {
  .active-card .laudermarke-country__item::before {
    animation: spin 5s linear infinite;
  }
}
.active-card .laudermarke-country__item::after {
  border-radius: 4px;
  position: absolute;
  z-index: 0;
  inset: 0px;
  content: "";
  background: radial-gradient(107.32% 141.42% at 0% 0%, rgba(82, 82, 82, 0.4) 0%, rgba(82, 82, 82, 0) 100%);
  pointer-events: none;
}
.active-card .laudermarke-country__item .country-icon svg {
  min-width: 30px;
  max-width: 30px;
  width: 30px;
  height: 30px;
}
.active-card .laudermarke-country__item {
  padding: 24px;
  flex-direction: row;
  align-items: flex-start;
  gap: 16px;
  color: hsl(0, 0%, 98%);
}
.active-card .laudermarke-country__item p {
  font-size: 20px;
  font-family: "Michroma";
}
.active-card .laudermarke-country__item a {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 11px;
}
.active-card .laudermarke-country__item .country-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.content-map .drawing-lines {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}
@media only screen and (max-width: 899px) {
  .content-map .drawing-lines {
    display: none;
  }
}
.content-map .drawing-lines .drawing-line {
  position: absolute;
  transform: translateY(0px);
  pointer-events: none;
}
.content-map .drawing-lines .drawing-line svg {
  display: block;
}
.content-map .drawing-lines .drawing-line path {
  stroke: #FFB500;
  fill: none;
  stroke-width: 1;
  vector-effect: non-scaling-stroke;
}

/**
 * Content Home - Media Carousel
 */
.media-carousel {
  position: relative;
  z-index: 1;
}
.media-carousel .wrapper {
  padding-block: 120px;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .media-carousel .wrapper {
    padding-block: 104px;
  }
}
@media only screen and (max-width: 899px) {
  .media-carousel .wrapper {
    padding-block: 80px;
  }
}
@media only screen and (max-width: 599px) {
  .media-carousel .wrapper {
    padding-block: 40px;
  }
}
.media-carousel .wrapper::before {
  width: 558px;
  height: 558px;
  content: "";
  position: absolute;
  top: 225px;
  left: 96px;
  z-index: 0;
  animation: pulse 4s ease-in-out infinite;
  border-radius: 558px;
  opacity: 0.54;
  background: conic-gradient(from 180deg at 50% 50%, #F7B232 0deg, #1E1D1D 360deg);
  filter: blur(200px);
  pointer-events: none;
  -webkit-filter: blur(200px);
}
@keyframes pulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.3);
  }
}

.media-carousel__head {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 64px;
  margin-bottom: 94px;
}
@media only screen and (max-width: 899px) {
  .media-carousel__head {
    flex-direction: column;
    gap: 40px;
  }
}
@media only screen and (max-width: 599px) {
  .media-carousel__head {
    gap: 0;
  }
}

@media only screen and (max-width: 599px) {
  .media-carousel__body {
    margin-inline: -24px;
  }
}

.media-carousel__title {
  color: hsl(0, 0%, 98%);
  max-width: 380px;
  width: 100%;
}
@media only screen and (max-width: 899px) {
  .media-carousel__title {
    max-width: 100%;
  }
}

.media-carousel__editor {
  color: hsl(0, 0%, 73%);
  font-size: 18px;
  max-width: 680px;
  width: 100%;
}
@media only screen and (max-width: 899px) {
  .media-carousel__editor {
    max-width: 100%;
  }
}

.media-carousel__container {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  flex-flow: column;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.media-carousel__collection {
  width: 100%;
  overflow: clip;
}

.media-carousel__track {
  -webkit-user-select: none;
  user-select: none;
  will-change: transform;
  touch-action: pan-y;
  backface-visibility: hidden;
  display: flex;
  align-items: center;
}

.media-carousel__item {
  width: calc((100% - 1px - (var(--carousel-spv) - 1) * var(--carousel-gap)) / var(--carousel-spv));
  margin-right: var(--carousel-gap);
  flex: none;
}

.media-carousel__image {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}
.media-carousel__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 5/4;
}

.media-carousel__text {
  color: hsl(0, 0%, 91%);
  margin-top: 8px;
}

[data-media-carousel-init] {
  --carousel-status: on;
  --carousel-spv: 3;
  --carousel-gap: 24px;
  --carousel-speed: 80;
}

@media screen and (max-width: 991px) {
  [data-media-carousel-init] {
    --carousel-status: on;
    --carousel-spv: 2.25;
  }
}
@media screen and (max-width: 767px) {
  [data-media-carousel-init] {
    --carousel-status: on;
    --carousel-spv: 1.15;
  }
}
[data-media-carousel-item]:last-child {
  margin-right: 0;
}

.media-carousel__controls {
  grid-column-gap: 0.5em;
  grid-row-gap: 0.5em;
  justify-content: center;
  align-items: center;
  display: flex;
}

.media-carousel__control {
  color: #efeeec;
  background-color: #131313;
  border: 1px solid #2c2c2c;
  border-radius: 0.25em;
  padding: 0.75em 1.5em;
  font-size: 1em;
  transition: opacity 0.3s ease;
}

[data-media-carousel-status=not-active] [data-media-carousel-controls] {
  display: none;
}

[data-media-carousel-control-status=not-active] {
  opacity: 0.2;
  pointer-events: none;
}

[data-media-carousel-item-status=not-active] .media-carousel__image {
  background-color: #131313;
}

/**
 * Content Home - Media
 */
.content-media {
  position: relative;
  overflow: clip;
  height: 100%;
  min-height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
}
.content-media.content-media--active::before {
  scale: 100;
}
.content-media::before {
  background-image: url("data:image/svg+xml,%3Csvg width='1512' height='982' viewBox='0 0 1512 982' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1512 982H0V0H1512V982ZM76 272V710H1436V272H76Z' fill='%231C1B1B'/%3E%3C/svg%3E%0A");
  background-size: 1512px 982px;
  width: 100vw;
  height: 982px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  transition: all 5s ease-in-out;
  pointer-events: none;
}
@media only screen and (max-width: 899px) {
  .content-media::before {
    background-image: url("data:image/svg+xml,%3Csvg width='531' height='591' viewBox='0 0 531 591' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M531 591H0V0H531V591ZM38 222V369H493V222H38Z' fill='%231C1B1B'/%3E%3C/svg%3E%0A");
  }
}
@media only screen and (max-width: 599px) {
  .content-media::before {
    background-image: url("data:image/svg+xml,%3Csvg width='181' height='343' viewBox='0 0 181 343' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M181 343H0V0H181V343ZM24 109V235H157V109H24Z' fill='%231C1B1B'/%3E%3C/svg%3E%0A");
    height: 100%;
    width: 100%;
  }
}
.content-media > .wrapper {
  padding-top: 40px;
}
.content-media .content-media__headings {
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 599px) {
  .content-media .content-media__headings {
    align-items: flex-start;
  }
}
.content-media .content-media__title {
  background: linear-gradient(90deg, #FAFAFA 0%, #797979 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  leading-trim: both;
  text-edge: cap;
  font-family: "Michroma";
  font-size: 160px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5em;
  width: fit-content;
  opacity: 0;
}
@media only screen and (max-width: 1199px) {
  .content-media .content-media__title {
    font-size: 104px;
  }
}
@media only screen and (max-width: 599px) {
  .content-media .content-media__title {
    font-size: 64px;
  }
}
.content-media .content-media__title:first-child {
  position: relative;
  z-index: 2;
}
.content-media .content-media__title:last-child {
  margin-left: auto;
}
@media only screen and (max-width: 599px) {
  .content-media .content-media__title:last-child {
    margin-left: 48px;
  }
}
.content-media .content-media__vehicle {
  position: absolute;
  top: 0%;
  left: 0%;
  z-index: 1;
  height: 100%;
}
@media only screen and (max-width: 899px) {
  .content-media .content-media__vehicle {
    top: unset;
    bottom: 0;
  }
}
.content-media .content-media__vehicle img {
  object-fit: cover;
  object-position: 0;
}
@media only screen and (max-width: 1199px) {
  .content-media .content-media__vehicle img {
    width: 100%;
    height: 100%;
  }
}
.content-media .visionq-logo {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  margin-top: auto;
}
@media only screen and (max-width: 599px) {
  .content-media .visionq-logo svg {
    max-width: 240px;
    max-height: 32px;
  }
}
.content-media .visionq-logo .wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  padding-bottom: 76px;
}

@media only screen and (max-width: 899px) {
  .content-mount {
    padding-block: 80px 0;
  }
}
@media only screen and (max-width: 599px) {
  .content-mount {
    padding-block: 40px 0;
  }
}
.content-mount .wrapper {
  padding-block: 120px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 128px;
}
@media only screen and (max-width: 1199px) {
  .content-mount .wrapper {
    padding-block: 104px;
  }
}
@media only screen and (max-width: 899px) {
  .content-mount .wrapper {
    padding-block: 0 80px;
    flex-direction: column-reverse;
    gap: 40px;
  }
}
@media only screen and (max-width: 599px) {
  .content-mount .wrapper {
    padding-block: 0 40px;
    gap: 0;
  }
}
.content-mount .content-mount__title {
  color: hsl(0, 0%, 98%);
  max-width: 394px;
  width: 100%;
}
@media only screen and (max-width: 899px) {
  .content-mount .content-mount__title.desktop {
    display: none;
  }
}
.content-mount .content-mount__title.mobile {
  padding-bottom: 0;
}
@media only screen and (max-width: 899px) {
  .content-mount .content-mount__title.mobile {
    padding-inline: 40px;
  }
}
@media only screen and (max-width: 599px) {
  .content-mount .content-mount__title.mobile {
    padding-inline: 24px;
  }
}
@media only screen and (min-width: 900px) {
  .content-mount .content-mount__title.mobile {
    display: none;
  }
}
.content-mount .content-mount__head {
  max-width: 489px;
  width: 100%;
}
@media only screen and (max-width: 899px) {
  .content-mount .content-mount__head {
    max-width: 100%;
  }
}
.content-mount .content-mount__head .content-mount__usp {
  padding: 32px;
  --border-width: 1px;
  --radius: 4px;
  position: relative;
  z-index: 2;
  isolation: isolate;
  border-radius: var(--radius);
  border: var(--border-width) solid transparent;
  background-color: hsl(0, 2%, 11%);
  transition: all 250ms ease;
}
.content-mount .content-mount__head .content-mount__usp::before {
  content: " ";
  position: absolute;
  inset: calc(var(--border-width) * -1);
  z-index: -1;
  border: inherit;
  border-radius: inherit;
  background-image: conic-gradient(from var(--angle), #F7B232 0%, #F7B232 5%, #6d6d6d 25%, #6d6d6d 75%, #957438 95%, #F7B232 100%);
  background-origin: border-box;
  -webkit-mask: linear-gradient(black, black) content-box, linear-gradient(black, black);
  mask: linear-gradient(black, black), linear-gradient(black, black);
  -webkit-mask-clip: content-box, border-box;
  mask-clip: content-box, border-box;
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
@media (max-width: 899px) {
  .content-mount .content-mount__head .content-mount__usp::before {
    animation: spin 5s linear infinite;
  }
}
.content-mount .content-mount__head .content-mount__usp::after {
  border-radius: 4px;
  position: absolute;
  z-index: 0;
  inset: 0px;
  content: "";
  background: radial-gradient(107.32% 141.42% at 0% 0%, rgba(82, 82, 82, 0.4) 0%, rgba(82, 82, 82, 0) 100%);
  backdrop-filter: blur(21px);
  pointer-events: none;
}
.content-mount .content-mount__head .content-mount__usp .content-mount__usp-title {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid hsla(0, 0%, 98%, 0.48);
  position: relative;
  z-index: 1;
}
.content-mount .content-mount__head .content-mount__usp .content-mount__usp-content {
  position: relative;
  z-index: 1;
}
.content-mount .content-mount__usps {
  margin-top: 56px;
}
@media only screen and (max-width: 899px) {
  .content-mount .content-mount__usps {
    margin-top: -88px;
  }
}
@media only screen and (max-width: 599px) {
  .content-mount .content-mount__usps {
    margin-top: -140px;
  }
}
.content-mount .content-mount__usps * {
  color: hsl(0, 0%, 98%);
}
.content-mount .svg-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 899px) {
  .content-mount .svg-group {
    scale: 0.8;
  }
}
@media only screen and (max-width: 599px) {
  .content-mount .svg-group {
    scale: 1;
  }
}
.content-mount .middle-mount {
  display: flex;
  flex-direction: row;
}
@media only screen and (max-width: 599px) {
  .content-mount .middle-mount svg.content-mount__svg {
    width: 100%;
  }
}
@media only screen and (max-width: 599px) {
  .content-mount .middle-mount {
    width: 100%;
  }
}
.content-mount .bottom-mount {
  display: flex;
  margin-top: 32px;
}

.content-mount__image {
  margin-top: 84px;
}
@media only screen and (max-width: 899px) {
  .content-mount__image {
    margin-top: 0;
  }
}
@media only screen and (max-width: 599px) {
  .content-mount__image {
    margin-top: -120px;
    scale: 0.6;
  }
}

.top-mount {
  position: relative;
}
.top-mount .content-mount__svg * {
  transition: opacity 150ms ease-in-out;
}
.top-mount:has(.content-mount__icon:hover):not(:has(.content-mount__icon.is-active:hover)) svg rect {
  opacity: 0.6 !important;
}
.top-mount .content-mount__icon {
  position: absolute;
  top: 104px;
  left: -20px;
}
.top-mount .content-mount__icon:not([data-index="0"]) {
  visibility: hidden;
  pointer-events: none;
}

.middle-mount {
  position: relative;
}
.middle-mount .content-mount__icon {
  position: absolute;
  top: 140px;
  left: 88px;
}
.middle-mount .content-mount__svg * {
  transition: opacity 150ms ease-in-out;
}
.middle-mount:has(.content-mount__icon:hover):not(:has(.content-mount__icon.is-active:hover)) svg rect {
  opacity: 0.6 !important;
}
.middle-mount .content-mount__icon:not([data-index="1"]) {
  visibility: hidden;
  pointer-events: none;
}

.bottom-mount {
  position: relative;
}
.bottom-mount .content-mount__icon {
  position: absolute;
  bottom: 20px;
  left: 40px;
}
.bottom-mount .content-mount__svg * {
  transition: opacity 150ms ease-in-out;
}
.bottom-mount:has(.content-mount__icon:hover):not(:has(.content-mount__icon.is-active:hover)) svg rect {
  opacity: 0.6 !important;
}
.bottom-mount .content-mount__icon:not([data-index="2"]) {
  visibility: hidden;
  pointer-events: none;
}

.content-mount__icon {
  border-radius: 100px;
  background: var(--Yellow-Normal, #FFB500);
  display: flex;
  padding: 14px;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  position: relative;
  width: 48px;
  min-width: 48px;
  height: 48px;
  min-height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 8;
  cursor: pointer;
}
@media only screen and (max-width: 899px) {
  .content-mount__icon {
    transform: scale(1.2);
  }
}
@media only screen and (max-width: 599px) {
  .content-mount__icon {
    transform: scale(1.5);
  }
}
.content-mount__icon svg {
  position: relative;
  z-index: 1;
}
.content-mount__icon::after {
  border-radius: 501.096px;
  opacity: 1;
  background: var(--Yellow-Normal, #FFB500);
  filter: blur(12px);
  position: absolute;
  z-index: 0;
  inset: 0px;
  content: "";
  animation: pulse 4s ease-in-out infinite;
}

@keyframes pulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.4);
  }
}
.content-mount__usps {
  position: relative;
}

.drawing-line {
  position: absolute;
  transform: translateY(0);
  pointer-events: none;
  z-index: 1;
}
.drawing-line svg {
  display: block;
}
.drawing-line path {
  stroke: #FFB500;
  fill: none;
}
@media only screen and (max-width: 899px) {
  .drawing-line.desktop {
    display: none;
  }
}
.drawing-line.mobile {
  display: none;
}

/**
 * Content Home - Slogan
 */
.content-slogan {
  position: relative;
  background-image: url("../images/footer-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
  overflow: clip;
}
.content-slogan::after {
  border-radius: 1900px;
  background: radial-gradient(80.24% 46.24% at 50% 50%, rgba(28, 27, 27, 0) 0%, #1C1B1B 94.23%);
  filter: blur(2px);
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  z-index: 0;
  transform: scale(1.25);
}
.content-slogan .wrapper {
  padding-block: 360px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 899px) {
  .content-slogan .wrapper {
    padding-block: 100px 120px;
  }
}
.content-slogan .slogan {
  position: relative;
  background: #1C1B1B;
  padding: 60px;
  color: #F7B232;
}
.content-slogan .slogan-text {
  position: relative;
  color: #6C6A6A;
  font-family: "Michroma";
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  max-width: 1166px;
  width: 100%;
  text-align: center;
  margin-inline: auto;
  text-wrap-style: balance;
  transform: translateZ(0);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
}
@media only screen and (max-width: 1199px) {
  .content-slogan .slogan-text {
    font-size: 40px;
  }
}
@media only screen and (max-width: 899px) {
  .content-slogan .slogan-text {
    font-size: 32px;
    line-height: 200%;
  }
}
@media only screen and (max-width: 599px) {
  .content-slogan .slogan-text {
    font-size: 20px;
  }
}
.content-slogan .overlay {
  display: none;
}

/**
 * Content Home - USPs
 */
.content-usps {
  position: relative;
}
@media only screen and (max-width: 599px) {
  .content-usps::after {
    background: linear-gradient(180deg, rgba(28, 27, 27, 0) 0%, #1C1B1B 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 200px;
    content: "";
    z-index: 0;
    pointer-events: none;
  }
}
.content-usps .wrapper {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (max-width: 599px) {
  .content-usps .wrapper {
    height: auto;
    min-height: 100vh;
  }
}
.content-usps .content-usps__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  z-index: -1;
  transform: translateZ(0);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
@media only screen and (max-width: 599px) {
  .content-usps .content-usps__video.desktop {
    display: none;
  }
}
.content-usps .content-usps__video.phone {
  margin-inline: -24px;
  position: relative;
  top: unset;
  left: unset;
  width: calc(100vw + 48px);
  height: 364px;
}
@media only screen and (max-width: 899px) {
  .content-usps .content-usps__video {
    object-position: 84% center;
  }
}
.content-usps .video-mobile {
  position: relative;
}
.content-usps .video-mobile::before {
  background: linear-gradient(180deg, #1C1B1B 0%, rgba(28, 27, 27, 0) 100%);
  height: 116px;
  position: absolute;
  top: 0;
  left: -24px;
  right: -24px;
  width: calc(100% + 48px);
  content: "";
}
.content-usps .video-mobile::after {
  background: linear-gradient(180deg, #1C1B1B 0%, rgba(28, 27, 27, 0) 100%);
  height: 116px;
  position: absolute;
  bottom: 0;
  left: -24px;
  right: -24px;
  width: calc(100% + 48px);
  content: "";
  transform: rotate(180deg);
}
@media only screen and (min-width: 600px) {
  .content-usps .video-mobile {
    display: none;
  }
}
.content-usps .content-usps__head {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 64px;
}
@media only screen and (max-width: 899px) {
  .content-usps .content-usps__head {
    flex-direction: column;
    gap: 16px;
  }
}
@media only screen and (max-width: 599px) {
  .content-usps .content-usps__head {
    align-items: center;
    position: relative;
    z-index: 2;
  }
}
.content-usps .content-usps__title {
  color: hsl(0, 0%, 98%);
  max-width: 540px;
  width: 100%;
}
.content-usps .content-usps__title yellow {
  color: hsl(43, 100%, 50%);
  text-transform: uppercase;
  font-family: "Manrope";
  font-weight: 300;
}
@media only screen and (max-width: 899px) {
  .content-usps .content-usps__title {
    max-width: 100%;
  }
}
@media only screen and (max-width: 599px) {
  .content-usps .content-usps__title {
    display: flex;
    flex-direction: column;
  }
}
.content-usps .content-usps__editor {
  color: hsl(0, 0%, 73%);
  font-weight: 500;
  max-width: 648px;
  width: 100%;
}
.content-usps .content-usps__editor * {
  color: hsl(0, 0%, 73%);
  font-size: 18px;
}
@media only screen and (max-width: 1199px) {
  .content-usps .content-usps__editor {
    max-width: 490px;
  }
}
@media only screen and (max-width: 899px) {
  .content-usps .content-usps__editor {
    max-width: 100%;
  }
}
.content-usps .content-usps__body {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
}
@media only screen and (max-width: 899px) {
  .content-usps .content-usps__body {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 4px;
  }
}
@media only screen and (max-width: 599px) {
  .content-usps .content-usps__body {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 4px;
    position: relative;
    z-index: 2;
  }
}
.content-usps .wrapper {
  padding-block: 104px;
}
@media only screen and (max-width: 899px) {
  .content-usps .wrapper {
    padding-block: 80px;
  }
}
@media only screen and (max-width: 599px) {
  .content-usps .wrapper {
    padding-block: 40px 60px;
  }
}
.content-usps .content-usps__card:not(:first-child) {
  display: none;
}
.content-usps .content-usps__card {
  padding: 32px;
  display: flex;
  flex-direction: column;
  --border-width: 1px;
  --radius: 4px;
  position: relative;
  isolation: isolate;
  border-radius: var(--radius);
  border: var(--border-width) solid transparent;
  background-color: hsl(0, 2%, 11%);
}
@media only screen and (max-width: 599px) {
  .content-usps .content-usps__card {
    padding: 24px;
  }
}
.content-usps .content-usps__card::before {
  content: " ";
  position: absolute;
  inset: calc(var(--border-width) * -1);
  z-index: -1;
  border: inherit;
  border-radius: inherit;
  background-image: conic-gradient(from var(--angle), #F7B232 0%, #F7B232 5%, #6d6d6d 25%, #6d6d6d 75%, #957438 95%, #F7B232 100%);
  background-origin: border-box;
  -webkit-mask: linear-gradient(black, black) content-box, linear-gradient(black, black);
  mask: linear-gradient(black, black), linear-gradient(black, black);
  -webkit-mask-clip: content-box, border-box;
  mask-clip: content-box, border-box;
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  transform: translateZ(0);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
@media (max-width: 899px) {
  .content-usps .content-usps__card::before {
    animation: spin 5s linear infinite;
  }
}
.content-usps .content-usps__card::after {
  border-radius: 4px;
  position: absolute;
  z-index: 0;
  inset: 0px;
  content: "";
  background: radial-gradient(107.32% 141.42% at 0% 0%, rgba(82, 82, 82, 0.4) 0%, rgba(82, 82, 82, 0) 100%);
  backdrop-filter: blur(21px);
  pointer-events: none;
}
.content-usps .content-usps__card * {
  color: hsl(0, 0%, 98%);
}
.content-usps .content-usps__card .content-usps__card-title {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid hsla(0, 0%, 98%, 0.48);
  position: relative;
  z-index: 1;
}
.content-usps .content-usps__card .content-usps__card-editor {
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 599px) {
  .content-usps .content-usps__card .content-usps__card-editor {
    font-size: 14px;
  }
  .content-usps .content-usps__card .content-usps__card-editor * {
    font-size: 14px;
  }
}
.content-usps .content-usps__cards {
  max-width: 430px;
  width: 100%;
}
@media only screen and (max-width: 899px) {
  .content-usps .content-usps__cards {
    max-width: 360px;
  }
}
@media only screen and (max-width: 599px) {
  .content-usps .content-usps__cards {
    max-width: 100%;
  }
}
.content-usps a.button {
  width: fit-content;
}
@media only screen and (max-width: 899px) {
  .content-usps a.button.desktop {
    display: none;
  }
}
@media only screen and (min-width: 600px) {
  .content-usps a.button.mobile {
    display: none;
  }
}
.content-usps .content-usps__navigation {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-left: auto;
  padding-right: 24px;
  position: relative;
}
@media only screen and (max-width: 899px) {
  .content-usps .content-usps__navigation {
    margin-left: unset;
    max-width: 132px;
    width: 100%;
    margin-block: 40px;
    padding-right: 0;
    padding-left: 24px;
  }
}
@media only screen and (max-width: 599px) {
  .content-usps .content-usps__navigation {
    flex-direction: row;
    gap: 16px;
    width: 100%;
    max-width: 100%;
    position: relative;
    z-index: 2;
    overflow-y: visible;
    overflow-x: clip;
    padding-left: 0;
    margin-block: -80px 24px;
  }
}
.content-usps .content-usps__navigation::before {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 2px;
  height: 100%;
  background-color: #5D5D5D;
}
@media only screen and (max-width: 899px) {
  .content-usps .content-usps__navigation::before {
    right: unset;
    left: 0;
  }
}
@media only screen and (max-width: 599px) {
  .content-usps .content-usps__navigation::before {
    width: 100%;
    height: 2px;
    top: unset;
    bottom: 0;
  }
}
.content-usps .content-usps__navigation button {
  font-weight: 700;
  font-size: 20px;
  color: #999999;
  width: 100%;
  position: relative;
  transition: all 250ms ease;
  text-align: right;
}
.content-usps .content-usps__navigation button:hover {
  color: hsl(0, 0%, 98%);
}
@media only screen and (max-width: 899px) {
  .content-usps .content-usps__navigation button {
    text-align: left;
  }
}
@media only screen and (max-width: 599px) {
  .content-usps .content-usps__navigation button {
    padding-bottom: 4px;
    font-size: 16px;
    white-space: nowrap;
    flex-shrink: 0;
    width: fit-content;
  }
}
.content-usps .content-usps__navigation button::before {
  display: none;
}
@media only screen and (max-width: 599px) {
  .content-usps .content-usps__navigation button::before {
    display: block;
  }
}
.content-usps .content-usps__navigation button.is-active {
  color: hsl(0, 0%, 98%);
}
@media only screen and (max-width: 599px) {
  .content-usps .content-usps__navigation button.is-active {
    font-size: 18px;
  }
}
.content-usps .content-usps__navigation button.is-active::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  left: 0;
  bottom: 0;
  background-color: hsl(0, 0%, 98%);
}
@media only screen and (max-width: 599px) {
  .content-usps .content-usps__navigation-wrapper {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .content-usps .content-usps__navigation-wrapper::-webkit-scrollbar {
    display: none;
  }
}
.content-usps .content-usps__navigation-indicator {
  position: absolute;
  right: 0;
  top: 0;
  width: 2px;
  height: 0;
  background-color: #fff;
  pointer-events: none;
  transform: translateZ(0);
}
@media only screen and (max-width: 899px) {
  .content-usps .content-usps__navigation-indicator {
    right: unset;
    left: 0;
  }
}
@media only screen and (max-width: 599px) {
  .content-usps .content-usps__navigation-indicator {
    display: none;
  }
}

@keyframes spin {
  from {
    --angle: 0turn;
  }
  to {
    --angle: 1turn;
  }
}
/**
 * Utilities.
 */
/**
 * Color utility classes.
 *
 * Automatically generated color and background color utility classes based on every color definition in `settings/_color.scss`.
 * Loop through every `$key` and `$map` in the `$colors` variable map defined in `settings/_color.scss`.
 */
/**
 * `color` hsl(0, 2%, 11%)-100 color utility.
 */
.color-black-100 {
  color: hsl(0, 2%, 11%);
}

/**
 * `background-color` hsl(0, 2%, 11%)-100 color utility.
 */
.background-color-black-100 {
  background-color: hsl(0, 2%, 11%);
}

/**
 * `color` hsl(0, 0%, 100%)-100 color utility.
 */
.color-white-100 {
  color: hsl(0, 0%, 100%);
}

/**
 * `background-color` hsl(0, 0%, 100%)-100 color utility.
 */
.background-color-white-100 {
  background-color: hsl(0, 0%, 100%);
}

/**
 * `color` hsl(0, 100%, 50%)-100 color utility.
 */
.color-red-100 {
  color: hsl(0, 100%, 50%);
}

/**
 * `background-color` hsl(0, 100%, 50%)-100 color utility.
 */
.background-color-red-100 {
  background-color: hsl(0, 100%, 50%);
}

/**
 * `color` hsl(0, 100%, 50%)-10 color utility.
 */
.color-red-10 {
  color: hsl(0, 100%, 50%);
}

/**
 * `background-color` hsl(0, 100%, 50%)-10 color utility.
 */
.background-color-red-10 {
  background-color: hsl(0, 100%, 50%);
}

/**
 * `color` hsl(43, 100%, 95%)-100 color utility.
 */
.color-yellow-light-100 {
  color: hsl(43, 100%, 95%);
}

/**
 * `background-color` hsl(43, 100%, 95%)-100 color utility.
 */
.background-color-yellow-light-100 {
  background-color: hsl(43, 100%, 95%);
}

/**
 * `color` hsl(43, 100%, 93%)-100 color utility.
 */
.color-yellow-light-hover-100 {
  color: hsl(43, 100%, 93%);
}

/**
 * `background-color` hsl(43, 100%, 93%)-100 color utility.
 */
.background-color-yellow-light-hover-100 {
  background-color: hsl(43, 100%, 93%);
}

/**
 * `color` hsl(43, 100%, 85%)-100 color utility.
 */
.color-yellow-light-active-100 {
  color: hsl(43, 100%, 85%);
}

/**
 * `background-color` hsl(43, 100%, 85%)-100 color utility.
 */
.background-color-yellow-light-active-100 {
  background-color: hsl(43, 100%, 85%);
}

/**
 * `color` hsl(43, 100%, 50%)-100 color utility.
 */
.color-yellow-100 {
  color: hsl(43, 100%, 50%);
}

/**
 * `background-color` hsl(43, 100%, 50%)-100 color utility.
 */
.background-color-yellow-100 {
  background-color: hsl(43, 100%, 50%);
}

/**
 * `color` hsl(43, 100%, 45%)-100 color utility.
 */
.color-yellow-hover-100 {
  color: hsl(43, 100%, 45%);
}

/**
 * `background-color` hsl(43, 100%, 45%)-100 color utility.
 */
.background-color-yellow-hover-100 {
  background-color: hsl(43, 100%, 45%);
}

/**
 * `color` hsl(43, 100%, 40%)-100 color utility.
 */
.color-yellow-active-100 {
  color: hsl(43, 100%, 40%);
}

/**
 * `background-color` hsl(43, 100%, 40%)-100 color utility.
 */
.background-color-yellow-active-100 {
  background-color: hsl(43, 100%, 40%);
}

/**
 * `color` hsl(43, 100%, 37%)-100 color utility.
 */
.color-yellow-dark-100 {
  color: hsl(43, 100%, 37%);
}

/**
 * `background-color` hsl(43, 100%, 37%)-100 color utility.
 */
.background-color-yellow-dark-100 {
  background-color: hsl(43, 100%, 37%);
}

/**
 * `color` hsl(43, 100%, 30%)-100 color utility.
 */
.color-yellow-dark-hover-100 {
  color: hsl(43, 100%, 30%);
}

/**
 * `background-color` hsl(43, 100%, 30%)-100 color utility.
 */
.background-color-yellow-dark-hover-100 {
  background-color: hsl(43, 100%, 30%);
}

/**
 * `color` hsl(42, 100%, 23%)-100 color utility.
 */
.color-yellow-dark-active-100 {
  color: hsl(42, 100%, 23%);
}

/**
 * `background-color` hsl(42, 100%, 23%)-100 color utility.
 */
.background-color-yellow-dark-active-100 {
  background-color: hsl(42, 100%, 23%);
}

/**
 * `color` hsl(42, 100%, 17%)-100 color utility.
 */
.color-yellow-darker-100 {
  color: hsl(42, 100%, 17%);
}

/**
 * `background-color` hsl(42, 100%, 17%)-100 color utility.
 */
.background-color-yellow-darker-100 {
  background-color: hsl(42, 100%, 17%);
}

/**
 * `color` hsl(0, 0%, 91%)-100 color utility.
 */
.color-grey-light-100 {
  color: hsl(0, 0%, 91%);
}

/**
 * `background-color` hsl(0, 0%, 91%)-100 color utility.
 */
.background-color-grey-light-100 {
  background-color: hsl(0, 0%, 91%);
}

/**
 * `color` hsl(0, 0%, 87%)-100 color utility.
 */
.color-grey-light-hover-100 {
  color: hsl(0, 0%, 87%);
}

/**
 * `background-color` hsl(0, 0%, 87%)-100 color utility.
 */
.background-color-grey-light-hover-100 {
  background-color: hsl(0, 0%, 87%);
}

/**
 * `color` hsl(0, 0%, 73%)-100 color utility.
 */
.color-grey-light-active-100 {
  color: hsl(0, 0%, 73%);
}

/**
 * `background-color` hsl(0, 0%, 73%)-100 color utility.
 */
.background-color-grey-light-active-100 {
  background-color: hsl(0, 0%, 73%);
}

/**
 * `color` hsl(0, 1%, 14%)-100 color utility.
 */
.color-grey-100 {
  color: hsl(0, 1%, 14%);
}

/**
 * `background-color` hsl(0, 1%, 14%)-100 color utility.
 */
.background-color-grey-100 {
  background-color: hsl(0, 1%, 14%);
}

/**
 * `color` hsl(0, 2%, 13%)-100 color utility.
 */
.color-grey-hover-100 {
  color: hsl(0, 2%, 13%);
}

/**
 * `background-color` hsl(0, 2%, 13%)-100 color utility.
 */
.background-color-grey-hover-100 {
  background-color: hsl(0, 2%, 13%);
}

/**
 * `color` hsl(0, 2%, 12%)-100 color utility.
 */
.color-grey-active-100 {
  color: hsl(0, 2%, 12%);
}

/**
 * `background-color` hsl(0, 2%, 12%)-100 color utility.
 */
.background-color-grey-active-100 {
  background-color: hsl(0, 2%, 12%);
}

/**
 * `color` hsl(0, 2%, 11%)-100 color utility.
 */
.color-grey-dark-100 {
  color: hsl(0, 2%, 11%);
}

/**
 * `background-color` hsl(0, 2%, 11%)-100 color utility.
 */
.background-color-grey-dark-100 {
  background-color: hsl(0, 2%, 11%);
}

/**
 * `color` hsl(0, 0%, 9%)-100 color utility.
 */
.color-grey-dark-hover-100 {
  color: hsl(0, 0%, 9%);
}

/**
 * `background-color` hsl(0, 0%, 9%)-100 color utility.
 */
.background-color-grey-dark-hover-100 {
  background-color: hsl(0, 0%, 9%);
}

/**
 * `color` hsl(0, 3%, 6%)-100 color utility.
 */
.color-grey-dark-active-100 {
  color: hsl(0, 3%, 6%);
}

/**
 * `background-color` hsl(0, 3%, 6%)-100 color utility.
 */
.background-color-grey-dark-active-100 {
  background-color: hsl(0, 3%, 6%);
}

/**
 * `color` hsl(0, 0%, 5%)-100 color utility.
 */
.color-grey-darker-100 {
  color: hsl(0, 0%, 5%);
}

/**
 * `background-color` hsl(0, 0%, 5%)-100 color utility.
 */
.background-color-grey-darker-100 {
  background-color: hsl(0, 0%, 5%);
}

/**
 * `color` hsl(0, 0%, 98%)-100 color utility.
 */
.color-vq-white-100 {
  color: hsl(0, 0%, 98%);
}

/**
 * `background-color` hsl(0, 0%, 98%)-100 color utility.
 */
.background-color-vq-white-100 {
  background-color: hsl(0, 0%, 98%);
}