@charset "UTF-8";
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
       ========================================================================== */
/**
     * 1. Correct the line height in all browsers.
     * 2. Prevent adjustments of font size after orientation changes in
     *    IE on Windows Phone and in iOS.
     */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/**
     * Add the correct display in IE 9-.
     */
article,
aside,
footer,
header,
nav,
section {
  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
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
figcaption,
figure {
  display: block; }

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

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

/**
     * Add the correct display in IE.
     */
main {
  display: block; }

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

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

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

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

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

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

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

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

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

/**
     * 1. Add the correct box sizing in IE 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 and cancel buttons in Chrome and Safari on macOS.
       */ }
  [type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

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

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

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

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

/* Interactive
       ========================================================================== */
/*
     * Add the correct display in Edge, IE, and Firefox.
     */
details {
  display: block; }

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

/*
     * Add the correct display in IE 9-.
     */
menu {
  display: block; }

/* Scripting
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
canvas {
  display: inline-block; }

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

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

.q-container {
  width: 100%;
  max-width: 1280px;
  padding: 0 5rem;
  margin: 0 auto; }

.column {
  display: block;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1; }
  .columns.q-mobile > .column.q-narrow {
    flex: none; }
  .columns.q-mobile > .column.q-full {
    flex: none;
    width: 100%; }
  .columns.q-mobile > .column.q-3-4 {
    flex: none;
    width: 75%; }
  .columns.q-mobile > .column.q-2-3 {
    flex: none;
    width: 66.6666%; }
  .columns.q-mobile > .column.q-1-2 {
    flex: none;
    width: 50%; }
  .columns.q-mobile > .column.q-1-3 {
    flex: none;
    width: 33.3333%; }
  .columns.q-mobile > .column.q-1-4 {
    flex: none;
    width: 25%; }
  .columns.q-mobile > .column.q-offset-3-4 {
    margin-left: 75%; }
  .columns.q-mobile > .column.q-offset-2-3 {
    margin-left: 66.6666%; }
  .columns.q-mobile > .column.q-offset-1-2 {
    margin-left: 50%; }
  .columns.q-mobile > .column.q-offset-1-3 {
    margin-left: 33.3333%; }
  .columns.q-mobile > .column.q-offset-1-4 {
    margin-left: 25%; }
  .columns.q-mobile > .column.q-1 {
    flex: none;
    width: 8.33333%; }
  .columns.q-mobile > .column.q-offset-1 {
    margin-left: 8.33333%; }
  .columns.q-mobile > .column.q-2 {
    flex: none;
    width: 16.66667%; }
  .columns.q-mobile > .column.q-offset-2 {
    margin-left: 16.66667%; }
  .columns.q-mobile > .column.q-3 {
    flex: none;
    width: 25%; }
  .columns.q-mobile > .column.q-offset-3 {
    margin-left: 25%; }
  .columns.q-mobile > .column.q-4 {
    flex: none;
    width: 33.33333%; }
  .columns.q-mobile > .column.q-offset-4 {
    margin-left: 33.33333%; }
  .columns.q-mobile > .column.q-5 {
    flex: none;
    width: 41.66667%; }
  .columns.q-mobile > .column.q-offset-5 {
    margin-left: 41.66667%; }
  .columns.q-mobile > .column.q-6 {
    flex: none;
    width: 50%; }
  .columns.q-mobile > .column.q-offset-6 {
    margin-left: 50%; }
  .columns.q-mobile > .column.q-7 {
    flex: none;
    width: 58.33333%; }
  .columns.q-mobile > .column.q-offset-7 {
    margin-left: 58.33333%; }
  .columns.q-mobile > .column.q-8 {
    flex: none;
    width: 66.66667%; }
  .columns.q-mobile > .column.q-offset-8 {
    margin-left: 66.66667%; }
  .columns.q-mobile > .column.q-9 {
    flex: none;
    width: 75%; }
  .columns.q-mobile > .column.q-offset-9 {
    margin-left: 75%; }
  .columns.q-mobile > .column.q-10 {
    flex: none;
    width: 83.33333%; }
  .columns.q-mobile > .column.q-offset-10 {
    margin-left: 83.33333%; }
  .columns.q-mobile > .column.q-11 {
    flex: none;
    width: 91.66667%; }
  .columns.q-mobile > .column.q-offset-11 {
    margin-left: 91.66667%; }
  .columns.q-mobile > .column.q-12 {
    flex: none;
    width: 100%; }
  .columns.q-mobile > .column.q-offset-12 {
    margin-left: 100%; }
  @media screen and (max-width: 768px) {
    .column.q-narrow-mobile {
      flex: none; }
    .column.q-full-mobile {
      flex: none;
      width: 100%; }
    .column.q-3-4-mobile {
      flex: none;
      width: 75%; }
    .column.q-2-3-mobile {
      flex: none;
      width: 66.6666%; }
    .column.q-1-2-mobile {
      flex: none;
      width: 50%; }
    .column.q-1-3-mobile {
      flex: none;
      width: 33.3333%; }
    .column.q-1-4-mobile {
      flex: none;
      width: 25%; }
    .column.q-offset-3-4-mobile {
      margin-left: 75%; }
    .column.q-offset-2-3-mobile {
      margin-left: 66.6666%; }
    .column.q-offset-1-2-mobile {
      margin-left: 50%; }
    .column.q-offset-1-3-mobile {
      margin-left: 33.3333%; }
    .column.q-offset-1-4-mobile {
      margin-left: 25%; }
    .column.q-1-mobile {
      flex: none;
      width: 8.33333%; }
    .column.q-offset-1-mobile {
      margin-left: 8.33333%; }
    .column.q-2-mobile {
      flex: none;
      width: 16.66667%; }
    .column.q-offset-2-mobile {
      margin-left: 16.66667%; }
    .column.q-3-mobile {
      flex: none;
      width: 25%; }
    .column.q-offset-3-mobile {
      margin-left: 25%; }
    .column.q-4-mobile {
      flex: none;
      width: 33.33333%; }
    .column.q-offset-4-mobile {
      margin-left: 33.33333%; }
    .column.q-5-mobile {
      flex: none;
      width: 41.66667%; }
    .column.q-offset-5-mobile {
      margin-left: 41.66667%; }
    .column.q-6-mobile {
      flex: none;
      width: 50%; }
    .column.q-offset-6-mobile {
      margin-left: 50%; }
    .column.q-7-mobile {
      flex: none;
      width: 58.33333%; }
    .column.q-offset-7-mobile {
      margin-left: 58.33333%; }
    .column.q-8-mobile {
      flex: none;
      width: 66.66667%; }
    .column.q-offset-8-mobile {
      margin-left: 66.66667%; }
    .column.q-9-mobile {
      flex: none;
      width: 75%; }
    .column.q-offset-9-mobile {
      margin-left: 75%; }
    .column.q-10-mobile {
      flex: none;
      width: 83.33333%; }
    .column.q-offset-10-mobile {
      margin-left: 83.33333%; }
    .column.q-11-mobile {
      flex: none;
      width: 91.66667%; }
    .column.q-offset-11-mobile {
      margin-left: 91.66667%; }
    .column.q-12-mobile {
      flex: none;
      width: 100%; }
    .column.q-offset-12-mobile {
      margin-left: 100%; } }
  @media screen and (min-width: 769px) {
    .column.q-narrow, .column.q-narrow-tablet {
      flex: none; }
    .column.q-full, .column.q-full-tablet {
      flex: none;
      width: 100%; }
    .column.q-3-4, .column.q-3-4-tablet {
      flex: none;
      width: 75%; }
    .column.q-2-3, .column.q-2-3-tablet {
      flex: none;
      width: 66.6666%; }
    .column.q-1-2, .column.q-1-2-tablet {
      flex: none;
      width: 50%; }
    .column.q-1-3, .column.q-1-3-tablet {
      flex: none;
      width: 33.3333%; }
    .column.q-1-4, .column.q-1-4-tablet {
      flex: none;
      width: 25%; }
    .column.q-offset-3-4, .column.q-offset-3-4-tablet {
      margin-left: 75%; }
    .column.q-offset-2-3, .column.q-offset-2-3-tablet {
      margin-left: 66.6666%; }
    .column.q-offset-1-2, .column.q-offset-1-2-tablet {
      margin-left: 50%; }
    .column.q-offset-1-3, .column.q-offset-1-3-tablet {
      margin-left: 33.3333%; }
    .column.q-offset-1-4, .column.q-offset-1-4-tablet {
      margin-left: 25%; }
    .column.q-1, .column.q-1-tablet {
      flex: none;
      width: 8.33333%; }
    .column.q-offset-1, .column.q-offset-1-tablet {
      margin-left: 8.33333%; }
    .column.q-2, .column.q-2-tablet {
      flex: none;
      width: 16.66667%; }
    .column.q-offset-2, .column.q-offset-2-tablet {
      margin-left: 16.66667%; }
    .column.q-3, .column.q-3-tablet {
      flex: none;
      width: 25%; }
    .column.q-offset-3, .column.q-offset-3-tablet {
      margin-left: 25%; }
    .column.q-4, .column.q-4-tablet {
      flex: none;
      width: 33.33333%; }
    .column.q-offset-4, .column.q-offset-4-tablet {
      margin-left: 33.33333%; }
    .column.q-5, .column.q-5-tablet {
      flex: none;
      width: 41.66667%; }
    .column.q-offset-5, .column.q-offset-5-tablet {
      margin-left: 41.66667%; }
    .column.q-6, .column.q-6-tablet {
      flex: none;
      width: 50%; }
    .column.q-offset-6, .column.q-offset-6-tablet {
      margin-left: 50%; }
    .column.q-7, .column.q-7-tablet {
      flex: none;
      width: 58.33333%; }
    .column.q-offset-7, .column.q-offset-7-tablet {
      margin-left: 58.33333%; }
    .column.q-8, .column.q-8-tablet {
      flex: none;
      width: 66.66667%; }
    .column.q-offset-8, .column.q-offset-8-tablet {
      margin-left: 66.66667%; }
    .column.q-9, .column.q-9-tablet {
      flex: none;
      width: 75%; }
    .column.q-offset-9, .column.q-offset-9-tablet {
      margin-left: 75%; }
    .column.q-10, .column.q-10-tablet {
      flex: none;
      width: 83.33333%; }
    .column.q-offset-10, .column.q-offset-10-tablet {
      margin-left: 83.33333%; }
    .column.q-11, .column.q-11-tablet {
      flex: none;
      width: 91.66667%; }
    .column.q-offset-11, .column.q-offset-11-tablet {
      margin-left: 91.66667%; }
    .column.q-12, .column.q-12-tablet {
      flex: none;
      width: 100%; }
    .column.q-offset-12, .column.q-offset-12-tablet {
      margin-left: 100%; } }
  @media screen and (min-width: 1000px) {
    .column.q-narrow-desktop {
      flex: none; }
    .column.q-full-desktop {
      flex: none;
      width: 100%; }
    .column.q-3-4-desktop {
      flex: none;
      width: 75%; }
    .column.q-2-3-desktop {
      flex: none;
      width: 66.6666%; }
    .column.q-1-2-desktop {
      flex: none;
      width: 50%; }
    .column.q-1-3-desktop {
      flex: none;
      width: 33.3333%; }
    .column.q-1-4-desktop {
      flex: none;
      width: 25%; }
    .column.q-offset-3-4-desktop {
      margin-left: 75%; }
    .column.q-offset-2-3-desktop {
      margin-left: 66.6666%; }
    .column.q-offset-1-2-desktop {
      margin-left: 50%; }
    .column.q-offset-1-3-desktop {
      margin-left: 33.3333%; }
    .column.q-offset-1-4-desktop {
      margin-left: 25%; }
    .column.q-1-desktop {
      flex: none;
      width: 8.33333%; }
    .column.q-offset-1-desktop {
      margin-left: 8.33333%; }
    .column.q-2-desktop {
      flex: none;
      width: 16.66667%; }
    .column.q-offset-2-desktop {
      margin-left: 16.66667%; }
    .column.q-3-desktop {
      flex: none;
      width: 25%; }
    .column.q-offset-3-desktop {
      margin-left: 25%; }
    .column.q-4-desktop {
      flex: none;
      width: 33.33333%; }
    .column.q-offset-4-desktop {
      margin-left: 33.33333%; }
    .column.q-5-desktop {
      flex: none;
      width: 41.66667%; }
    .column.q-offset-5-desktop {
      margin-left: 41.66667%; }
    .column.q-6-desktop {
      flex: none;
      width: 50%; }
    .column.q-offset-6-desktop {
      margin-left: 50%; }
    .column.q-7-desktop {
      flex: none;
      width: 58.33333%; }
    .column.q-offset-7-desktop {
      margin-left: 58.33333%; }
    .column.q-8-desktop {
      flex: none;
      width: 66.66667%; }
    .column.q-offset-8-desktop {
      margin-left: 66.66667%; }
    .column.q-9-desktop {
      flex: none;
      width: 75%; }
    .column.q-offset-9-desktop {
      margin-left: 75%; }
    .column.q-10-desktop {
      flex: none;
      width: 83.33333%; }
    .column.q-offset-10-desktop {
      margin-left: 83.33333%; }
    .column.q-11-desktop {
      flex: none;
      width: 91.66667%; }
    .column.q-offset-11-desktop {
      margin-left: 91.66667%; }
    .column.q-12-desktop {
      flex: none;
      width: 100%; }
    .column.q-offset-12-desktop {
      margin-left: 100%; } }
  @media screen and (min-width: 1192px) {
    .column.q-narrow-wide {
      flex: none; }
    .column.q-full-wide {
      flex: none;
      width: 100%; }
    .column.q-3-4-wide {
      flex: none;
      width: 75%; }
    .column.q-2-3-wide {
      flex: none;
      width: 66.6666%; }
    .column.q-1-2-wide {
      flex: none;
      width: 50%; }
    .column.q-1-3-wide {
      flex: none;
      width: 33.3333%; }
    .column.q-1-4-wide {
      flex: none;
      width: 25%; }
    .column.q-offset-3-4-wide {
      margin-left: 75%; }
    .column.q-offset-2-3-wide {
      margin-left: 66.6666%; }
    .column.q-offset-1-2-wide {
      margin-left: 50%; }
    .column.q-offset-1-3-wide {
      margin-left: 33.3333%; }
    .column.q-offset-1-4-wide {
      margin-left: 25%; }
    .column.q-1-wide {
      flex: none;
      width: 8.33333%; }
    .column.q-offset-1-wide {
      margin-left: 8.33333%; }
    .column.q-2-wide {
      flex: none;
      width: 16.66667%; }
    .column.q-offset-2-wide {
      margin-left: 16.66667%; }
    .column.q-3-wide {
      flex: none;
      width: 25%; }
    .column.q-offset-3-wide {
      margin-left: 25%; }
    .column.q-4-wide {
      flex: none;
      width: 33.33333%; }
    .column.q-offset-4-wide {
      margin-left: 33.33333%; }
    .column.q-5-wide {
      flex: none;
      width: 41.66667%; }
    .column.q-offset-5-wide {
      margin-left: 41.66667%; }
    .column.q-6-wide {
      flex: none;
      width: 50%; }
    .column.q-offset-6-wide {
      margin-left: 50%; }
    .column.q-7-wide {
      flex: none;
      width: 58.33333%; }
    .column.q-offset-7-wide {
      margin-left: 58.33333%; }
    .column.q-8-wide {
      flex: none;
      width: 66.66667%; }
    .column.q-offset-8-wide {
      margin-left: 66.66667%; }
    .column.q-9-wide {
      flex: none;
      width: 75%; }
    .column.q-offset-9-wide {
      margin-left: 75%; }
    .column.q-10-wide {
      flex: none;
      width: 83.33333%; }
    .column.q-offset-10-wide {
      margin-left: 83.33333%; }
    .column.q-11-wide {
      flex: none;
      width: 91.66667%; }
    .column.q-offset-11-wide {
      margin-left: 91.66667%; }
    .column.q-12-wide {
      flex: none;
      width: 100%; }
    .column.q-offset-12-wide {
      margin-left: 100%; } }

.columns.q-centered {
  justify-content: center; }

.columns.q-gapless {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0; }
  .columns.q-gapless:last-child {
    margin-bottom: 0; }
  .columns.q-gapless:not(:last-child) {
    margin-bottom: 1.5rem; }
  .columns.q-gapless > .column {
    margin: 0;
    padding: 0; }

@media screen and (min-width: 769px) {
  .columns.q-grid {
    flex-wrap: wrap; }
    .columns.q-grid > .column {
      max-width: 33.3333%;
      padding: 0.75rem;
      width: 33.3333%; }
      .columns.q-grid > .column + .column {
        margin-left: 0; } }

.columns.q-mobile {
  display: flex; }

.columns.q-multiline {
  flex-wrap: wrap; }

.columns.q-vcentered {
  align-items: center; }

@media screen and (min-width: 769px) {
  .columns:not(.q-desktop) {
    display: flex; } }

@media screen and (min-width: 1000px) {
  .columns.q-desktop {
    display: flex; } }

@font-face {
  font-family: 'Luxia';
  src: url("../fonts/luxia/Luxia-Regular.woff2") format("woff2"), url("../fonts/luxia/Luxia-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Freight';
  src: url("../fonts/freight/FreightNeoPro-Book.woff2") format("woff2"), url("../fonts/freight/FreightNeoPro-Book.woff2") format("woff");
  font-weight: normal;
  font-style: normal; }

h1, h2, h3, h4 {
  font-family: 'Playfair Display', serif;
  font-weight: 400; }

/*! Flickity v2.2.1
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative; }

.flickity-enabled:focus {
  outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%; }

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%; }

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

/* ---- flickity-button ---- */
.flickity-button {
  position: absolute;
  background: rgba(255, 255, 255, 0.75);
  border: none;
  color: #333; }

.flickity-button:hover {
  background: white;
  cursor: pointer; }

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F; }

.flickity-button:active {
  opacity: 0.6; }

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none; }

.flickity-button-icon {
  fill: currentColor; }

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%); }

.flickity-prev-next-button.previous {
  left: 10px; }

.flickity-prev-next-button.next {
  right: 10px; }

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px; }

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px; }

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%; }

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1; }

.flickity-rtl .flickity-page-dots {
  direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer; }

.flickity-page-dots .dot.is-selected {
  opacity: 1; }

body {
  background-color: #0B0B0D;
  color: #F8F3E7;
  font-family: 'Lora', serif;
  font-size: 14px;
  line-height: 1.8;
  font-weight: 400; }

#main {
  overflow: hidden;
  width: 100vw;
  height: 100vh; }

.loading-images {
  display: none; }

.loading-overlay {
  position: fixed;
  z-index: 98;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }
  .loading-overlay.hide {
    pointer-events: none; }

.loading {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #0B0B0D;
  z-index: 99;
  font-family: 'Open Sans', sans-serif;
  overflow: hidden; }
  .loading #canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-clip: no-clip;
    mask-clip: no-clip;
    -webkit-mask-image: linear-gradient(90deg, black 0%, rgba(255, 255, 255, 0) 0%);
    -webkit-mask-size: cover; }
  .loading .canvas-overlay {
    position: fixed;
    z-index: 98;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
    .loading .canvas-overlay.hide {
      pointer-events: none; }
  .loading .canvas-overlay-vignette {
    position: absolute;
    z-index: 98;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    background: rgba(0, 0, 0, 0.2);
    background: radial-gradient(circle, rgba(0, 0, 0, 0) 36%, black 96%);
    opacity: 0; }
  .loading .logo {
    position: absolute;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-clip: no-clip;
    mask-clip: no-clip;
    -webkit-mask-image: linear-gradient(170deg, black 0%, rgba(255, 255, 255, 0) 0%);
    -webkit-mask-size: cover;
    width: 150px;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-30%) translateX(-50%);
    -moz-transform: translateY(-30%) translateX(-50%);
    -ms-transform: translateY(-30%) translateX(-50%);
    -o-transform: translateY(-30%) translateX(-50%);
    transform: translateY(-30%) translateX(-50%); }
    .loading .logo img {
      width: 100%; }
  .loading .enter {
    text-transform: uppercase;
    letter-spacing: 10px;
    position: absolute;
    left: 50%;
    top: 50%;
    text-align: center;
    cursor: pointer;
    -webkit-transform: translateX(-50%) translateY(0);
    -moz-transform: translateX(-50%) translateY(0);
    -ms-transform: translateX(-50%) translateY(0);
    -o-transform: translateX(-50%) translateY(0);
    transform: translateX(-50%) translateY(0); }
    @media (max-width: 812px) {
      .loading .enter {
        width: 100%; } }
    .loading .enter h1 {
      font-size: 56px;
      letter-spacing: 24px;
      line-height: 60px;
      margin-bottom: 50px;
      text-transform: uppercase;
      overflow: hidden;
      height: 60px;
      -webkit-transition: letter-spacing 1s cubic-bezier(0.19, 0.77, 0.28, 0.9);
      -moz-transition: letter-spacing 1s cubic-bezier(0.19, 0.77, 0.28, 0.9);
      -o-transition: letter-spacing 1s cubic-bezier(0.19, 0.77, 0.28, 0.9);
      -ms-transition: letter-spacing 1s cubic-bezier(0.19, 0.77, 0.28, 0.9);
      transition: letter-spacing 1s cubic-bezier(0.19, 0.77, 0.28, 0.9);
      opacity: 0; }
      .loading .enter h1 span {
        display: inline-block;
        min-width: 42px;
        opacity: 0; }
      @media (max-width: 812px) {
        .loading .enter h1 {
          font-size: 38px;
          letter-spacing: 12px;
          height: auto;
          overflow: auto; } }
    .loading .enter h3 {
      font-size: 20px;
      position: absolute;
      letter-spacing: 24px;
      opacity: 0;
      line-height: 3; }
      @media (max-width: 812px) {
        .loading .enter h3 {
          font-size: 18px;
          letter-spacing: 5px;
          line-height: 2;
          padding: 0 50px; } }
    .loading .enter a {
      font-size: 12px;
      color: #FFFFFF;
      letter-spacing: 7px;
      text-align: center;
      font-weight: 400;
      text-transform: uppercase;
      opacity: 0;
      position: relative;
      display: inline-block;
      padding-bottom: 10px;
      padding-left: 3px; }
      .loading .enter a:after {
        position: absolute;
        content: "";
        display: block;
        bottom: 0%;
        width: 0;
        height: 1px;
        left: 0;
        background: #FFF;
        -webkit-transition: width 0.5s cubic-bezier(0.19, 0.77, 0.28, 0.9);
        -moz-transition: width 0.5s cubic-bezier(0.19, 0.77, 0.28, 0.9);
        -o-transition: width 0.5s cubic-bezier(0.19, 0.77, 0.28, 0.9);
        -ms-transition: width 0.5s cubic-bezier(0.19, 0.77, 0.28, 0.9);
        transition: width 0.5s cubic-bezier(0.19, 0.77, 0.28, 0.9); }
    .loading .enter:hover h1 {
      letter-spacing: 34px; }
    .loading .enter:hover a:after {
      width: 100%; }

.loading-out {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0;
  background: #0B0B0D;
  z-index: 99; }

.js-canvas {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
  z-index: 99;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  mix-blend-mode: overlay; }

.content-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  z-index: 9;
  pointer-events: none; }

.global-content-wrapper {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: auto;
  background: #1E1B14;
  z-index: 10;
  overflow: hidden;
  width: 0;
  display: none; }
  .global-content-wrapper.show {
    display: block; }
  @media (max-width: 812px) {
    .global-content-wrapper {
      overflow-y: scroll; } }
  .global-content-wrapper .global-content {
    position: absolute;
    top: 0;
    right: 0;
    width: 100vw;
    height: 100%; }
    @media (max-width: 812px) {
      .global-content-wrapper .global-content {
        padding: 0; } }
    .global-content-wrapper .global-content .picture-wrapper {
      position: absolute;
      width: 50%;
      height: calc(100% - 200px);
      max-height: 560px;
      background: #000;
      top: calc(50% + 50px);
      left: 0;
      overflow: hidden;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); }
      @media (max-width: 812px) {
        .global-content-wrapper .global-content .picture-wrapper {
          width: 100%;
          height: 100%;
          max-height: 100%;
          position: relative;
          top: 0%;
          -webkit-transform: translateY(0%);
          -moz-transform: translateY(0%);
          -ms-transform: translateY(0%);
          -o-transform: translateY(0%);
          transform: translateY(0%);
          opacity: .2; } }
      .global-content-wrapper .global-content .picture-wrapper .background {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        background-size: cover;
        background-position: center; }
    .global-content-wrapper .global-content .text-wrapper {
      position: absolute;
      width: 50%;
      left: 50%;
      padding-left: 80px;
      padding-right: 80px;
      top: 200px;
      z-index: 2; }
      @media (max-width: 812px) {
        .global-content-wrapper .global-content .text-wrapper {
          width: 100%;
          position: absolute;
          left: 0;
          padding: 0 10%; } }
      .global-content-wrapper .global-content .text-wrapper .p-wrapper {
        -webkit-mask-position: center;
        mask-position: center;
        -webkit-mask-clip: no-clip;
        mask-clip: no-clip;
        opacity: 0;
        -webkit-mask-image: linear-gradient(170deg, black 0%, rgba(255, 255, 255, 0) 0%);
        -webkit-mask-size: cover; }
      .global-content-wrapper .global-content .text-wrapper h1 {
        font-size: 56px;
        letter-spacing: 24px;
        line-height: 60px;
        margin-bottom: 80px;
        margin-left: -200px;
        text-transform: uppercase;
        overflow: hidden;
        height: 60px; }
        .global-content-wrapper .global-content .text-wrapper h1 span {
          display: inline-block;
          min-width: 43px; }
        @media (max-width: 812px) {
          .global-content-wrapper .global-content .text-wrapper h1 {
            letter-spacing: 15px;
            margin-left: 0;
            margin-bottom: 30px;
            font-size: 28px;
            line-height: 1.6;
            padding: 0 5%;
            text-align: center;
            height: auto;
            overflow: visible; } }
      .global-content-wrapper .global-content .text-wrapper p {
        font-size: 18px;
        line-height: 34px;
        max-width: 450px;
        margin-bottom: 50px; }
        .global-content-wrapper .global-content .text-wrapper p.copyright {
          font-size: 12px;
          color: rgba(255, 255, 255, 0.5); }
          .global-content-wrapper .global-content .text-wrapper p.copyright a {
            color: #fff; }
        @media (max-width: 812px) {
          .global-content-wrapper .global-content .text-wrapper p {
            font-size: 14px;
            text-align: center; } }
      .global-content-wrapper .global-content .text-wrapper a {
        text-decoration: underline; }
  .global-content-wrapper.contact {
    background: #13171E; }
    .global-content-wrapper.contact .global-content .picture-wrapper {
      height: calc(90% - 200px); }
      @media (max-width: 812px) {
        .global-content-wrapper.contact .global-content .picture-wrapper {
          height: 100%; } }
    .global-content-wrapper.contact .global-content .text-wrapper h1 {
      margin-left: 0px;
      font-size: 50px;
      color: #C39B54; }
      @media (max-width: 812px) {
        .global-content-wrapper.contact .global-content .text-wrapper h1 {
          font-size: 28px; } }
    .global-content-wrapper.contact .global-content .text-wrapper p, .global-content-wrapper.contact .global-content .text-wrapper a {
      font-size: 18px;
      line-height: 34px;
      max-width: 350px; }
    .global-content-wrapper.contact .global-content .text-wrapper p.copyright {
      font-size: 12px;
      font-family: 'Open Sans', sans-serif; }

* {
  box-sizing: border-box; }

html, body, main, #main {
  overflow: hidden;
  height: 100vh; }

body {
  background-color: #0B0B0D;
  color: #F8F3E7;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  font-family: 'Lora', serif; }

p {
  letter-spacing: .5px; }

a {
  text-decoration: none;
  outline: 0;
  color: inherit; }

/* RESET
---------------------------------------------------------------------------------------------------- */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  vertical-align: baseline;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block; }

ul,
ol {
  list-style: none; }

blockquote,
q {
  quotes: none; }

blockquote::before,
blockquote::after,
q::before,
q::after {
  content: '';
  content: none; }

a,
input,
button,
select,
textarea {
  appearance: none;
  text-decoration: none;
  outline: none; }

a {
  vertical-align: baseline;
  margin: 0;
  padding: 0;
  font-size: 100%;
  color: inherit;
  background: transparent;
  outline: none; }

button {
  padding: 0;
  cursor: pointer; }

ins {
  text-decoration: none;
  color: #000;
  background-color: #ff9; }

mark {
  font-style: italic;
  font-weight: 700;
  color: #000;
  background-color: #ff9; }

del {
  text-decoration: line-through; }

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

hr {
  display: block;
  height: 1px;
  padding: 0;
  border: none; }

input,
select {
  vertical-align: middle; }

.header {
  padding: 30px 0 0;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 99;
  font-family: 'Open Sans', sans-serif; }
  .header .header-overlay {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 200px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
    pointer-events: none; }
  .header .global-close {
    position: fixed;
    top: 54px;
    margin: -3px 0 0;
    background: transparent;
    border: 0;
    left: 10vw;
    pointer-events: initial;
    -webkit-transition: all 1s cubic-bezier(0.86, 0, 0.07, 1);
    -moz-transition: all 1s cubic-bezier(0.86, 0, 0.07, 1);
    -o-transition: all 1s cubic-bezier(0.86, 0, 0.07, 1);
    -ms-transition: all 1s cubic-bezier(0.86, 0, 0.07, 1);
    transition: all 1s cubic-bezier(0.86, 0, 0.07, 1); }
    @media (max-width: 812px) {
      .header .global-close {
        top: 64px; } }
    .header .global-close img {
      width: 55px;
      height: auto;
      position: absolute;
      top: 50%;
      left: 0%;
      z-index: 99;
      transform: translateY(-50%); }
      @media (max-width: 812px) {
        .header .global-close img {
          width: 40px; } }
    .header .global-close span {
      color: #FFFFFF;
      display: block;
      font-size: 11px;
      letter-spacing: 3px;
      text-transform: uppercase;
      padding-left: 80px;
      margin-top: 0px; }
      @media (max-width: 812px) {
        .header .global-close span {
          display: none; } }
    .header .global-close.hide {
      transform: translateX(-50px);
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      -ms-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in;
      opacity: 0;
      pointer-events: none; }
  .header .header-links .show-close-menu {
    display: none; }
    @media (max-width: 812px) {
      .header .header-links .show-close-menu {
        z-index: 9999;
        display: block;
        width: 40px;
        position: absolute;
        right: 5%;
        margin-top: 20px;
        -webkit-transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
        -moz-transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
        -o-transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
        -ms-transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
        transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1); }
        .header .header-links .show-close-menu .line {
          height: 1px;
          width: 100%;
          background: white;
          margin-bottom: 8px;
          -webkit-transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
          -moz-transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
          -o-transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
          -ms-transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
          transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1); }
          .header .header-links .show-close-menu .line:nth-child(2) {
            width: 100%; }
        .header .header-links .show-close-menu.active {
          width: 30px; }
          .header .header-links .show-close-menu.active .line {
            transform: rotate(45deg); }
            .header .header-links .show-close-menu.active .line:nth-child(2) {
              width: 100%;
              transform: rotate(-45deg);
              margin-top: -9px; } }
  .header .column {
    position: relative; }
  .header .header-links-right {
    position: absolute;
    right: 10%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 40%;
    height: 100%;
    height: 60px;
    /*
		@include phones{
			width: 100vw;
			height: 100vh;
			background: $grey_dark;
			top:0;
			bottom: 0;
			right: 0;
			flex-direction: column;
			justify-content: center;
			align-items: center;
			left: 0;
			pointer-events: none;
			opacity: 0;
			//@include transform(translateY(50px));
			@include trans(all .5s ease);


			&.active{
				opacity: 1;
				pointer-events: auto;
				//@include transform(translateY(0px));
			}

			a{
				margin-left: 0;
				font-family: 'Playfair Display', serif;
			}

			.main-link{
				font-size: 24px;
				letter-spacing: 10px;
				margin-bottom: 25px;
			}
		}
		*/ }
    @media (max-width: 812px) {
      .header .header-links-right .about-link, .header .header-links-right .all-link {
        display: none; } }
    .header .header-links-right .close-menu {
      display: none; }
      @media (max-width: 812px) {
        .header .header-links-right .close-menu {
          display: block;
          position: absolute;
          top: 5%;
          right: 5%; } }
  .header a {
    display: inline-block;
    font-size: 11px;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-left: 50px;
    cursor: pointer; }
    .header a.center-spacing {
      width: 200px; }
  .header .logo {
    width: 50px;
    position: absolute;
    left: 50%;
    margin: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%); }
    @media (max-width: 812px) {
      .header .logo {
        z-index: 999;
        width: 45px; } }
    .header .logo img {
      width: 100%;
      height: auto; }
  .header .main-link.inactive {
    pointer-events: none; }
  .header .main-close {
    opacity: 0;
    position: absolute;
    right: 0;
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
    pointer-events: none; }
    .header .main-close img {
      position: relative;
      top: 5px;
      -webkit-transform: scale(0);
      -moz-transform: scale(0);
      -ms-transform: scale(0);
      -o-transform: scale(0);
      transform: scale(0); }
      @media (max-width: 812px) {
        .header .main-close img {
          top: 3px;
          width: 13px; } }
    .header .main-close span.line {
      width: 65px;
      margin: 5px 12px 0 20px;
      height: 1px;
      display: inline-block;
      position: relative;
      top: -2px; }
      .header .main-close span.line span {
        background: #fff;
        display: block;
        width: 0;
        height: 100%; }
      @media (max-width: 812px) {
        .header .main-close span.line {
          width: 15px;
          margin: 5px 0 0 0px; } }
    .header .main-close.active {
      pointer-events: initial; }

.navigation {
  position: fixed;
  background: #14181b;
  right: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  opacity: 0;
  color: #fff;
  z-index: 10;
  overflow: hidden;
  pointer-events: none; }
  @media (max-width: 812px) {
    .navigation {
      overflow-x: scroll;
      padding: 0; } }
  .navigation .all-vignette {
    position: absolute;
    z-index: 98;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    background: rgba(0, 0, 0, 0.2);
    background: radial-gradient(circle, rgba(0, 0, 0, 0) 36%, black 96%); }
  .navigation canvas {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
    opacity: .7;
    pointer-events: none; }
  .navigation .link img {
    display: none; }
  .navigation .q-container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    position: relative;
    height: 100vh;
    overflow: hidden; }
  .navigation .center-wrapper {
    width: 80vw;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%); }
  .navigation .navigation-wrap {
    width: 100%;
    position: absolute;
    top: 10vh;
    white-space: nowrap;
    padding: 30vh 0 50vh; }
    @media (max-width: 812px) {
      .navigation .navigation-wrap {
        padding: 10vh 0 10vh; } }
    .navigation .navigation-wrap .navigation-item {
      font-family: 'Playfair Display', serif;
      font-weight: 400;
      font-size: 54px;
      line-height: 2.3;
      padding-left: 15px;
      text-transform: uppercase; }
      @media (max-width: 812px) {
        .navigation .navigation-wrap .navigation-item {
          font-size: 34px;
          margin-left: 20px;
          margin-bottom: 15px; } }
      .navigation .navigation-wrap .navigation-item .navigation-span {
        display: block;
        position: relative;
        transform-origin: left bottom;
        text-align: center; }
        .navigation .navigation-wrap .navigation-item .navigation-span a {
          color: rgba(255, 255, 255, 0.3);
          -webkit-transition: all 0.6s ease;
          -moz-transition: all 0.6s ease;
          -o-transition: all 0.6s ease;
          -ms-transition: all 0.6s ease;
          transition: all 0.6s ease;
          position: relative;
          padding: 0 30px;
          display: block;
          letter-spacing: 15px; }
          .navigation .navigation-wrap .navigation-item .navigation-span a:hover {
            color: #fff; }
  .navigation.active {
    pointer-events: auto; }
    .navigation.active .navigation-left .navigation-item .navigation-span {
      transform-origin: left top; }

.section {
  min-height: 50vh;
  padding: 180px 0 120px;
  position: relative; }

.lead_content {
  position: absolute;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  top: 50%;
  left: 50%;
  width: 90%;
  max-width: 500px;
  color: #C39B54;
  text-align: center;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-clip: no-clip;
  mask-clip: no-clip;
  opacity: 0;
  -webkit-mask-image: linear-gradient(170deg, black 0%, rgba(255, 255, 255, 0) 0%);
  -webkit-mask-size: cover; }
  .lead_content h1 {
    font-size: 50px;
    text-transform: uppercase;
    margin-bottom: 5rem;
    letter-spacing: 9px;
    opacity: .7; }
    .lead_content h1.large {
      font-size: 170px;
      margin-bottom: 1rem; }
  .lead_content p {
    font-size: 18px;
    margin-bottom: 5rem;
    opacity: .7; }
  .lead_content a {
    display: inline-block;
    color: #FFF;
    font-size: 18px;
    padding: 20px 40px; }

/* Media Queries
--------------------------------------------------------- */
/* HOVER
---------------------------------------------------------------------------------------------------- */
*,
*::after,
*::before {
  box-sizing: border-box; }

:root {
  --color-bg1: #181614;
  --color-bg2: #1b151b;
  --color-bg3: #191611;
  --color-bg4: #1b1314;
  --color-bg5: #1d1814;
  --color-bg6: #1a160f;
  --color-bg7: #131410;
  --color-bg8: #101319;
  --color-bg9: #25201b;
  --color-bg10: #0F1416;
  --color-text: var(--color-text1);
  --color-bg: var(--color-bg1);
  --color-link: var(--color-text);
  --color-link-hover: #fff;
  font-size: 62.5%; }

body.sidescroll {
  margin: 0;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  background-color: var(--color-bg);
  transition: background-color .5s; }

/* Page Loader */
.js .loading::before,
.js .loading::after {
  content: '';
  position: fixed;
  z-index: 1000; }

.js .loading::before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--color-bg); }

.js .loading::after {
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  margin: -30px 0 0 -30px;
  border-radius: 50%;
  opacity: 0.4;
  background: var(--color-link);
  animation: loaderAnim 0.7s linear infinite alternate forwards; }

@keyframes loaderAnim {
  to {
    opacity: 1;
    transform: scale3d(0.5, 0.5, 1); } }

.message {
  background: var(--color-text);
  color: var(--color-bg);
  padding: 1rem;
  text-align: center; }

.frame {
  padding: 3rem 5vw;
  text-align: center;
  position: relative;
  z-index: 1000; }
  @media only screen and (max-width: 1111px) {
    .frame {
      display: flex;
      justify-content: space-between;
      align-items: center; } }
  @media only screen and (max-width: 767px) {
    .frame {
      flex-direction: column;
      align-items: flex-start; } }

.frame__title {
  font-size: 1rem;
  margin: 0 0 1rem;
  font-weight: normal; }

.frame__links {
  display: flex; }
  @media only screen and (max-width: 767px) {
    .frame__links {
      justify-content: center;
      text-decoration: underline; } }

.frame__links a:not(:last-child) {
  margin-right: 2rem; }

.frame__demos a:not(:last-child) {
  margin-right: 1rem; }

.frame__demos {
  margin: 1rem 0; }
  @media only screen and (max-width: 767px) {
    .frame__demos {
      order: -1;
      margin: 0 0 3rem; } }

.frame__demo {
  color: rgba(255, 255, 255, 0.3);
  transition: color .3s; }
  .frame__demo:not(:last-child)::after {
    content: '—'; }
  .frame__demo--current, .frame__demo:hover {
    color: #fff; }

.content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  width: 100%;
  height: calc(100vh); }

@media screen and (min-width: 53em) {
  .message {
    display: none; }
  .frame {
    position: fixed;
    text-align: left;
    z-index: 100;
    top: 0;
    left: 0;
    display: grid;
    align-content: space-between;
    width: 100%;
    max-width: none;
    padding: 3rem;
    pointer-events: none;
    grid-template-columns: 0% 100% 0%;
    grid-template-rows: auto auto auto;
    grid-template-areas: 'title demos links' '. . .' '. . .'; }
  .frame__title-wrap {
    grid-area: title;
    display: flex; }
  .frame__title {
    margin: 0; }
  .frame__tagline {
    position: relative;
    margin: 0 0 0 1rem;
    padding: 0 0 0 1rem;
    opacity: 0.5; }
  .frame__demos {
    margin: 0;
    grid-area: demos;
    justify-self: center; }
  .frame__links {
    padding: 0;
    grid-column: -1 / 1;
    grid-area: demos; }
    .frame__links a:first-child {
      margin-right: auto; }
  .frame a {
    pointer-events: auto; }
  .content {
    height: 100vh;
    justify-content: center; } }

.bg-stage {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0%;
  left: 0%;
  background-size: cover;
  filter: blur(18px);
  opacity: .2; }

.bg-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(10, 10, 10, 0.4); }

.bg-vignette {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
  background: -moz-radial-gradient(center, ellipse cover, rgba(10, 10, 10, 0) 20%, rgba(10, 10, 10, 0.35) 100%);
  /* FF3.6-15 */
  background: -webkit-radial-gradient(center, ellipse cover, rgba(10, 10, 10, 0) 20%, rgba(10, 10, 10, 0.35) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at center, rgba(10, 10, 10, 0) 20%, rgba(10, 10, 10, 0.35) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */ }

/* MAIN
--------------------------------------------------------- */
#scene {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100vh;
  pointer-events: none; }

.scroll-content, .detail-view__inner {
  display: block;
  width: 100%;
  height: 100%;
  padding: 18rem 5vw 0rem 10vw;
  color: #fff; }
  @media only screen and (max-width: 767px) {
    .scroll-content, .detail-view__inner {
      padding-top: 0; } }

.scrollarea {
  height: 100%; }

.scrollarea-ctn {
  position: relative;
  z-index: 5; }
  @media (max-width: 812px) {
    .scrollarea-ctn {
      position: absolute;
      top: 50%;
      transform: translateY(-50%); } }

.page-title {
  position: fixed;
  top: 15rem;
  left: 50%;
  z-index: 1;
  white-space: nowrap;
  font-size: 50px;
  color: #C39B54;
  opacity: 1;
  opacity: .5;
  -webkit-transition: all 1s cubic-bezier(0.86, 0, 0.07, 1) 0.5s;
  -moz-transition: all 1s cubic-bezier(0.86, 0, 0.07, 1) 0.5s;
  -o-transition: all 1s cubic-bezier(0.86, 0, 0.07, 1) 0.5s;
  -ms-transition: all 1s cubic-bezier(0.86, 0, 0.07, 1) 0.5s;
  transition: all 1s cubic-bezier(0.86, 0, 0.07, 1) 0.5s;
  -webkit-transform: translateX(-50%) translateY(0px);
  -moz-transform: translateX(-50%) translateY(0px);
  -ms-transform: translateX(-50%) translateY(0px);
  -o-transform: translateX(-50%) translateY(0px);
  transform: translateX(-50%) translateY(0px); }
  @media (max-width: 812px) {
    .page-title {
      top: 20%;
      font-size: 30px;
      opacity: 1; } }
  .page-title span.line {
    position: absolute;
    display: block;
    left: -70%;
    top: 50%;
    width: 0px;
    height: 1px;
    background: #C39B54;
    -webkit-transition: width 0.5s cubic-bezier(0.86, 0, 0.07, 1) 0s;
    -moz-transition: width 0.5s cubic-bezier(0.86, 0, 0.07, 1) 0s;
    -o-transition: width 0.5s cubic-bezier(0.86, 0, 0.07, 1) 0s;
    -ms-transition: width 0.5s cubic-bezier(0.86, 0, 0.07, 1) 0s;
    transition: width 0.5s cubic-bezier(0.86, 0, 0.07, 1) 0s; }
    .page-title span.line:nth-child(1) {
      display: none; }
      @media (max-width: 812px) {
        .page-title span.line:nth-child(1) {
          display: block; } }
    .page-title span.line:nth-child(2) {
      position: absolute;
      display: block;
      left: 110%;
      top: 50%;
      width: 0px;
      height: 1px;
      background: #C39B54;
      -webkit-transition: width 0.5s cubic-bezier(0.86, 0, 0.07, 1) 0s;
      -moz-transition: width 0.5s cubic-bezier(0.86, 0, 0.07, 1) 0s;
      -o-transition: width 0.5s cubic-bezier(0.86, 0, 0.07, 1) 0s;
      -ms-transition: width 0.5s cubic-bezier(0.86, 0, 0.07, 1) 0s;
      transition: width 0.5s cubic-bezier(0.86, 0, 0.07, 1) 0s; }
  .page-title.opened {
    left: 10vw;
    z-index: 1;
    -webkit-transform: translateX(0) translateY(20px);
    -moz-transform: translateX(0) translateY(20px);
    -ms-transform: translateX(0) translateY(20px);
    -o-transform: translateX(0) translateY(20px);
    transform: translateX(0) translateY(20px);
    font-size: 18px;
    opacity: 1;
    letter-spacing: 5.75px; }
    @media (max-width: 812px) {
      .page-title.opened {
        font-size: 30px;
        left: 50%;
        opacity: 0;
        -webkit-transform: translateX(-50%) translateY(0px);
        -moz-transform: translateX(-50%) translateY(0px);
        -ms-transform: translateX(-50%) translateY(0px);
        -o-transform: translateX(-50%) translateY(0px);
        transform: translateX(-50%) translateY(0px);
        letter-spacing: 9px; } }
    .page-title.opened span.line {
      width: 140px;
      -webkit-transition: width 1s cubic-bezier(0.86, 0, 0.07, 1) 1s;
      -moz-transition: width 1s cubic-bezier(0.86, 0, 0.07, 1) 1s;
      -o-transition: width 1s cubic-bezier(0.86, 0, 0.07, 1) 1s;
      -ms-transition: width 1s cubic-bezier(0.86, 0, 0.07, 1) 1s;
      transition: width 1s cubic-bezier(0.86, 0, 0.07, 1) 1s; }
      @media (max-width: 812px) {
        .page-title.opened span.line {
          width: 70px; } }

.line-ctn {
  display: block;
  overflow: hidden; }

.btn-inline {
  font-size: 12px;
  color: #FFFFFF;
  letter-spacing: 5.83px;
  font-family: 'Open Sans', sans-serif; }

.title {
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 9px;
  line-height: 1.2; }
  .title--medium {
    font-size: calc(1.5rem + 2.5vw); }
  .title--large {
    font-size: 60px;
    letter-spacing: 12px; }

.title__offset {
  display: block;
  margin-left: 15%; }
  @media only screen and (min-width: 768px) {
    .title__offset--medium {
      margin-left: 23%; } }

@keyframes rotate {
  to {
    transform: rotate(1turn); } }

/* DETAIL VIEW
---------------------------------------------------------------------------------------------------- */
.detail-view {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  min-height: 100vh;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0);
  pointer-events: none;
  transition: background-color 1s ease; }
  .detail-view.is-interactive {
    pointer-events: all; }
  .detail-view.is-visible {
    opacity: 1; }
    @media (max-width: 812px) {
      .detail-view.is-visible {
        background-color: rgba(0, 0, 0, 0.7); } }

.detail-view__inner {
  padding-left: 10vw; }
  @media (max-width: 812px) {
    .detail-view__inner {
      padding: 0 5%; } }

/* Content
--------------------------------------------------------- */
.detail-view__title {
  margin-top: 4rem;
  margin-bottom: 5rem;
  color: var(--color-text); }
  @media (max-width: 812px) {
    .detail-view__title {
      text-align: center;
      margin-top: 0;
      font-size: calc(2rem + 3vw) !important; } }

@media (max-width: 812px) {
  .detail-view__content {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); } }

.detail-view__content .detail_content {
  width: 100%;
  max-width: 30vw;
  font-size: 18px;
  color: #F8F3E7;
  line-height: 34px;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-clip: no-clip;
  mask-clip: no-clip;
  opacity: 0;
  -webkit-mask-image: linear-gradient(170deg, black 0%, rgba(255, 255, 255, 0) 0%);
  -webkit-mask-size: cover; }
  @media (max-width: 812px) {
    .detail-view__content .detail_content {
      max-width: 100%;
      padding: 0 20px;
      text-align: center;
      font-size: 15px;
      line-height: 2; } }
  .detail-view__content .detail_content:not(:last-child) {
    margin-bottom: 3rem; }

/* Button
--------------------------------------------------------- */
.close-detail {
  position: absolute;
  top: 54px;
  background: transparent;
  border: 0;
  z-index: 2; }
  .close-detail img {
    width: 55px;
    height: auto; }
    @media (max-width: 812px) {
      .close-detail img {
        width: 40px; } }
  .close-detail span {
    color: #FFFFFF;
    display: block;
    font-size: 11px;
    letter-spacing: 3px;
    text-transform: uppercase;
    padding-left: 80px;
    margin-top: 2px; }
    @media (max-width: 812px) {
      .close-detail span {
        padding-left: 55px; } }

.close-detail__path {
  fill: var(--color-text); }

.close-detail__back {
  position: absolute;
  top: 50%;
  left: 0%;
  z-index: 99;
  transform: translateY(-50%); }

.close-detail__round {
  animation: rotate 40s linear infinite; }

.slideshow {
  position: relative;
  width: 100%; }
  @media (max-width: 812px) {
    .slideshow {
      top: 5%; } }

.slideshow__progress-ctn {
  overflow: hidden;
  position: absolute;
  bottom: 5%;
  left: calc(50% - 6.5rem);
  width: 13rem;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: .4rem;
  display: none;
  will-change: transform; }

.slideshow__progress {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: .4rem;
  transform: translateX(-100%); }

.slideshow-list {
  display: flex;
  align-items: center;
  height: 100%; }

.slideshow-list__el {
  flex: 0 0 auto;
  width: 100%;
  min-width: 25rem;
  max-width: 50vmin;
  margin-right: 10vw; }
  .slideshow-list__el:last-child {
    padding-right: 10vw;
    box-sizing: content-box; }
  @media only screen and (min-width: 1112px) {
    .slideshow-list__el:nth-child(1) {
      transform: translateY(1vh); } }
  @media only screen and (min-width: 1112px) {
    .slideshow-list__el:nth-child(2) {
      transform: translateY(-1vh); } }
  @media only screen and (min-width: 1112px) {
    .slideshow-list__el:nth-child(3) {
      transform: translateY(1vh); } }
  @media only screen and (min-width: 1112px) {
    .slideshow-list__el:nth-child(4) {
      transform: translateY(-1vh); } }
  @media only screen and (min-width: 1112px) {
    .slideshow-list__el:nth-child(5) {
      transform: translateY(1vh); } }
  @media only screen and (min-width: 1112px) {
    .slideshow-list__el:nth-child(6) {
      transform: translateY(-1vh); } }
  @media only screen and (min-width: 1112px) {
    .slideshow-list__el:nth-child(7) {
      transform: translateY(1vh); } }
  @media only screen and (min-width: 1112px) {
    .slideshow-list__el:nth-child(8) {
      transform: translateY(-1vh); } }
  @media only screen and (min-width: 1112px) {
    .slideshow-list__el:nth-child(9) {
      transform: translateY(1vh); } }
  @media only screen and (min-width: 768px) {
    .slideshow-list__el {
      margin-right: 13vw; } }

.tile {
  position: relative; }

.tile__fig {
  position: relative;
  width: 100%; }
  .tile__fig::before {
    content: '';
    display: block;
    padding-top: 110%; }
    @media (max-width: 812px) {
      .tile__fig::before {
        padding-top: 126.36%; } }

.tile__img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: opacity .3s; }
  .tile__img.is-loaded {
    opacity: 0; }

.tile__content {
  position: absolute;
  bottom: 5.6rem;
  left: 0;
  width: 100%;
  font-size: 1.4rem;
  transition: color .3s; }
  @media (hover: hover) and (pointer: fine) {
    .tile:hover .tile__content {
      color: #fff; } }
  @media (max-width: 812px) {
    .tile__content {
      bottom: auto;
      top: calc(100% - 57px);
      left: -20px; } }

.text_content {
  display: none; }

.tile__title {
  margin-left: 10%;
  white-space: nowrap; }
  @media only screen and (min-width: 768px) {
    .tile__title {
      margin-left: -15%; } }

.tile__cta {
  display: block;
  margin-top: 2rem;
  margin-left: 10%;
  line-height: 1.5; }
  @media only screen and (min-width: 768px) {
    .tile__cta {
      margin-left: -15%; } }

.hero-slider {
  height: 100vh;
  width: 100vw;
  position: relative;
  padding: 0;
  text-align: center;
  overflow: hidden; }
  .hero-slider .slideMask {
    position: fixed; }
  .hero-slider .vignette-overlay {
    background: rgba(0, 0, 0, 0.2);
    background: radial-gradient(circle, rgba(0, 0, 0, 0) 36%, black 100%);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    pointer-events: none;
    opacity: .5; }
  .hero-slider .flickity-page-dots {
    position: absolute;
    bottom: 10%;
    right: 10%;
    width: 180px;
    z-index: 3;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
    @media (max-width: 812px) {
      .hero-slider .flickity-page-dots {
        bottom: -60px;
        right: 20px; } }
    .hero-slider .flickity-page-dots .dot {
      height: 8px;
      width: 8px;
      background: white;
      border-radius: 100%;
      margin-left: 10px;
      position: relative; }
      .hero-slider .flickity-page-dots .dot span {
        font-family: 'Open Sans', sans-serif;
        display: block;
        pointer-events: none;
        font-size: 10px;
        -webkit-transition: all 0s ease;
        -moz-transition: all 0s ease;
        -o-transition: all 0s ease;
        -ms-transition: all 0s ease;
        transition: all 0s ease;
        opacity: 0;
        -webkit-transform: translateX(-120%);
        -moz-transform: translateX(-120%);
        -ms-transform: translateX(-120%);
        -o-transform: translateX(-120%);
        transform: translateX(-120%); }
      .hero-slider .flickity-page-dots .dot:before {
        content: "";
        position: absolute;
        top: 15px;
        right: -6px;
        height: 1px;
        width: 0;
        background: #fff;
        -webkit-transition: all 0s ease;
        -moz-transition: all 0s ease;
        -o-transition: all 0s ease;
        -ms-transition: all 0s ease;
        transition: all 0s ease; }
      .hero-slider .flickity-page-dots .dot.is-selected {
        background: transparent; }
        .hero-slider .flickity-page-dots .dot.is-selected span {
          opacity: 1;
          -webkit-transition: all 0.5s ease;
          -moz-transition: all 0.5s ease;
          -o-transition: all 0.5s ease;
          -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
          -webkit-transform: translateX(-20%);
          -moz-transform: translateX(-20%);
          -ms-transform: translateX(-20%);
          -o-transform: translateX(-20%);
          transform: translateX(-20%); }
        .hero-slider .flickity-page-dots .dot.is-selected:before {
          -webkit-transition: all 0.5s ease;
          -moz-transition: all 0.5s ease;
          -o-transition: all 0.5s ease;
          -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
          width: 16px; }
  .hero-slider .image-slider-container, .hero-slider .mask-slider-container {
    height: 100%;
    width: 100%;
    position: absolute; }
    .hero-slider .image-slider-container .image-slider, .hero-slider .mask-slider-container .image-slider {
      position: absolute;
      width: 100%;
      height: 100%;
      background: #000;
      overflow: hidden; }
      .hero-slider .image-slider-container .image-slider.is-selected, .hero-slider .mask-slider-container .image-slider.is-selected {
        width: 100%; }
      .hero-slider .image-slider-container .image-slider .background-image, .hero-slider .image-slider-container .image-slider .background-image-mask, .hero-slider .mask-slider-container .image-slider .background-image, .hero-slider .mask-slider-container .image-slider .background-image-mask {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        background-size: cover;
        background-position: center; }
      .hero-slider .image-slider-container .image-slider .background-image, .hero-slider .mask-slider-container .image-slider .background-image {
        opacity: .8; }
  .hero-slider .mask-slider-container {
    clip-path: url(#slideMask);
    -webkit-clip-path: url(#slideMask);
    width: 1280px;
    height: 776px;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%); }
    @media (max-width: 812px) {
      .hero-slider .mask-slider-container {
        clip-path: url(#slideMaskMobile);
        -webkit-clip-path: url(#slideMaskMobile);
        width: 375px;
        height: 667px; } }
    .hero-slider .mask-slider-container .mask-overlay {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background-color: white;
      mix-blend-mode: overlay;
      z-index: 2;
      opacity: 0; }
    .hero-slider .mask-slider-container .image-slider {
      -webkit-transform: scale(1.2);
      -moz-transform: scale(1.2);
      -ms-transform: scale(1.2);
      -o-transform: scale(1.2);
      transform: scale(1.2); }
  .hero-slider .progressLine, .hero-slider .progressLineMobile, .hero-slider .progressBar, .hero-slider .progressBarMobile {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%); }
    .hero-slider .progressLine svg, .hero-slider .progressLineMobile svg, .hero-slider .progressBar svg, .hero-slider .progressBarMobile svg {
      fill: none;
      stroke: white;
      stroke-width: 1.5px; }
  .hero-slider .progressBar, .hero-slider .progressBarMobile {
    mix-blend-mode: overlay; }
  .hero-slider .progressLine {
    width: 1280px;
    height: 776px; }
    @media (max-width: 812px) {
      .hero-slider .progressLine {
        display: none; } }
    .hero-slider .progressLine svg .path {
      stroke-dasharray: 1465;
      stroke-dashoffset: 139%; }
  .hero-slider .progressLineMobile {
    width: 375px;
    height: 667px;
    display: none; }
    .hero-slider .progressLineMobile svg .path {
      stroke-dasharray: 850;
      stroke-dashoffset: 131%; }
    @media (max-width: 812px) {
      .hero-slider .progressLineMobile {
        display: block; } }
  .hero-slider .progressBar {
    width: 1280px;
    height: 776px; }
    @media (max-width: 812px) {
      .hero-slider .progressBar {
        display: none; } }
  .hero-slider .progressBarMobile {
    width: 375px;
    height: 667px;
    display: none; }
    @media (max-width: 812px) {
      .hero-slider .progressBarMobile {
        display: block; } }
  .hero-slider .hero-slider-content .hero-slider-title {
    -webkit-transform: translateY(-25%);
    -moz-transform: translateY(-25%);
    -ms-transform: translateY(-25%);
    -o-transform: translateY(-25%);
    transform: translateY(-25%); }
    .hero-slider .hero-slider-content .hero-slider-title .slider-content {
      display: block;
      width: 100%;
      max-width: 800px;
      position: fixed;
      left: 50%;
      top: 50vh;
      z-index: 9999;
      -webkit-transform: translateX(-50%) translateY(-15%);
      -moz-transform: translateX(-50%) translateY(-15%);
      -ms-transform: translateX(-50%) translateY(-15%);
      -o-transform: translateX(-50%) translateY(-15%);
      transform: translateX(-50%) translateY(-15%);
      pointer-events: none; }
      @media (max-width: 812px) {
        .hero-slider .hero-slider-content .hero-slider-title .slider-content {
          top: 40vh; } }
      .hero-slider .hero-slider-content .hero-slider-title .slider-content h2 {
        font-size: 3.8vw;
        letter-spacing: 1.2vw;
        padding-left: 24px;
        text-align: center;
        line-height: 60px;
        text-transform: uppercase;
        opacity: 0;
        color: #fff;
        -webkit-transition: letter-spacing 1s cubic-bezier(0.19, 0.77, 0.28, 0.9);
        -moz-transition: letter-spacing 1s cubic-bezier(0.19, 0.77, 0.28, 0.9);
        -o-transition: letter-spacing 1s cubic-bezier(0.19, 0.77, 0.28, 0.9);
        -ms-transition: letter-spacing 1s cubic-bezier(0.19, 0.77, 0.28, 0.9);
        transition: letter-spacing 1s cubic-bezier(0.19, 0.77, 0.28, 0.9); }
        .hero-slider .hero-slider-content .hero-slider-title .slider-content h2 span {
          display: inline-block;
          min-width: 32px; }
        @media (max-width: 812px) {
          .hero-slider .hero-slider-content .hero-slider-title .slider-content h2 {
            font-size: 32px;
            letter-spacing: 10px;
            padding-left: 10px;
            line-height: 1.5; } }
      .hero-slider .hero-slider-content .hero-slider-title .slider-content h6 {
        font-family: 'Open Sans';
        font-size: 12px;
        color: #FFFFFF;
        letter-spacing: 7px;
        text-align: center;
        font-weight: 400;
        text-transform: uppercase;
        margin-top: 70px;
        opacity: 0;
        position: relative;
        display: inline-block;
        padding-bottom: 10px;
        padding-left: 3px; }
        @media (max-width: 812px) {
          .hero-slider .hero-slider-content .hero-slider-title .slider-content h6 {
            margin-top: 30px; } }
        .hero-slider .hero-slider-content .hero-slider-title .slider-content h6:after {
          position: absolute;
          content: "";
          display: block;
          bottom: 0%;
          width: 0;
          height: 1px;
          left: 0;
          background: #FFF;
          -webkit-transition: width 0.5s cubic-bezier(0.19, 0.77, 0.28, 0.9);
          -moz-transition: width 0.5s cubic-bezier(0.19, 0.77, 0.28, 0.9);
          -o-transition: width 0.5s cubic-bezier(0.19, 0.77, 0.28, 0.9);
          -ms-transition: width 0.5s cubic-bezier(0.19, 0.77, 0.28, 0.9);
          transition: width 0.5s cubic-bezier(0.19, 0.77, 0.28, 0.9); }
      .hero-slider .hero-slider-content .hero-slider-title .slider-content.active {
        pointer-events: initial; }
        .hero-slider .hero-slider-content .hero-slider-title .slider-content.active:hover h2 {
          letter-spacing: 1.6vw; }
          @media (max-width: 812px) {
            .hero-slider .hero-slider-content .hero-slider-title .slider-content.active:hover h2 {
              letter-spacing: 12px; } }
        .hero-slider .hero-slider-content .hero-slider-title .slider-content.active:hover h6:after {
          width: 100%; }
  .hero-slider .slider-navigation .navigation-item {
    position: absolute;
    top: 50%;
    width: 135px;
    height: 80px;
    padding: 10px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s cubic-bezier(0.19, 0.77, 0.28, 0.9);
    -moz-transition: all 0.3s cubic-bezier(0.19, 0.77, 0.28, 0.9);
    -o-transition: all 0.3s cubic-bezier(0.19, 0.77, 0.28, 0.9);
    -ms-transition: all 0.3s cubic-bezier(0.19, 0.77, 0.28, 0.9);
    transition: all 0.3s cubic-bezier(0.19, 0.77, 0.28, 0.9);
    cursor: pointer; }
    @media (max-width: 812px) {
      .hero-slider .slider-navigation .navigation-item {
        width: 80px;
        top: initial;
        bottom: 75px; } }
    .hero-slider .slider-navigation .navigation-item img {
      position: absolute;
      right: 20px;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); }
    .hero-slider .slider-navigation .navigation-item .line {
      position: absolute;
      top: 50%;
      height: 1px;
      width: 70%;
      right: 21px;
      background: #fff;
      opacity: .5;
      -webkit-transition: all 0.3s cubic-bezier(0.19, 0.77, 0.28, 0.9);
      -moz-transition: all 0.3s cubic-bezier(0.19, 0.77, 0.28, 0.9);
      -o-transition: all 0.3s cubic-bezier(0.19, 0.77, 0.28, 0.9);
      -ms-transition: all 0.3s cubic-bezier(0.19, 0.77, 0.28, 0.9);
      transition: all 0.3s cubic-bezier(0.19, 0.77, 0.28, 0.9); }
    .hero-slider .slider-navigation .navigation-item.next {
      right: 5%; }
    .hero-slider .slider-navigation .navigation-item.prev {
      left: 5%; }
      .hero-slider .slider-navigation .navigation-item.prev .line {
        right: auto;
        left: 21px; }
      .hero-slider .slider-navigation .navigation-item.prev img {
        right: auto;
        left: 20px; }
    @media (hover: hover) {
      .hero-slider .slider-navigation .navigation-item:hover {
        width: 200px; }
        .hero-slider .slider-navigation .navigation-item:hover .line {
          opacity: 1; }
        .hero-slider .slider-navigation .navigation-item:hover.next {
          -webkit-transform: translateY(-50%) translateX(30px);
          -moz-transform: translateY(-50%) translateX(30px);
          -ms-transform: translateY(-50%) translateX(30px);
          -o-transform: translateY(-50%) translateX(30px);
          transform: translateY(-50%) translateX(30px); }
        .hero-slider .slider-navigation .navigation-item:hover.prev {
          -webkit-transform: translateY(-50%) translateX(-30px);
          -moz-transform: translateY(-50%) translateX(-30px);
          -ms-transform: translateY(-50%) translateX(-30px);
          -o-transform: translateY(-50%) translateX(-30px);
          transform: translateY(-50%) translateX(-30px); } }
  .hero-slider .slider-number {
    bottom: 5%;
    left: 10%;
    width: 100px;
    z-index: 3;
    position: absolute;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    display: none; }
    @media (max-width: 812px) {
      .hero-slider .slider-number {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        width: 80px;
        bottom: 120px;
        left: 50%;
        transform: translateX(-40px); } }
    .hero-slider .slider-number .number-right, .hero-slider .slider-number .number-left {
      letter-spacing: 3px;
      font-size: 10px; }
    .hero-slider .slider-number .line {
      -webkit-transform: rotate(35deg);
      -moz-transform: rotate(35deg);
      -ms-transform: rotate(35deg);
      -o-transform: rotate(35deg);
      transform: rotate(35deg);
      width: 1px;
      height: 90px;
      opacity: .7;
      background: rgba(255, 255, 255, 0.5); }
      @media (max-width: 812px) {
        .hero-slider .slider-number .line {
          height: 70px; } }

/* Diamond Tea adaptation */
:root {
  --dt-black: #070706;
  --dt-charcoal: #11100d;
  --dt-gold: #e8c76a;
  --dt-gold-soft: #fff0a8;
  --dt-amber: #9d6d2e;
  --dt-cream: #f6efe0;
}

/* Live video/performance correction overrides. */
.hero-slider .mask-slider-container .image-slider.has-video .dt-hex-live-window {
  background: rgba(255, 240, 168, .035) !important;
  filter: none !important;
  box-shadow: inset 0 0 90px rgba(255, 240, 168, .08);
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

.detail-view__content {
  position: relative;
  z-index: 2;
}

.dt-story-media-wrap {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.dt-story-wrapper .global-content .text-wrapper h1 {
  white-space: nowrap;
  max-width: none;
  font-size: clamp(34px, 3.6vw, 54px);
  letter-spacing: clamp(7px, 1vw, 14px);
}

.dt-story-media-wrap::after {
  content: "";
  position: absolute;
  left: -30%;
  top: 0;
  width: 42%;
  height: 100%;
  z-index: 3;
  background: linear-gradient(90deg, rgba(255, 240, 168, 0), rgba(255, 240, 168, .22), rgba(255, 240, 168, 0));
  opacity: 0;
  transform: skewX(-18deg) translateX(-30%);
  pointer-events: none;
}

.dt-story-media-wrap.is-transitioning::after {
  animation: dtStoryFlash .9s cubic-bezier(.19, .77, .28, .9);
}

.dt-story-wrapper .dt-story-media-wrap .background,
.dt-story-page .dt-story-media-wrap .background {
  transition: opacity .82s cubic-bezier(.19, .77, .28, .9), transform 1.05s cubic-bezier(.19, .77, .28, .9), clip-path .95s cubic-bezier(.19, .77, .28, .9) !important;
  will-change: opacity, transform, clip-path;
}

.dt-story-media {
  opacity: 0;
  transform: translate3d(28px, 0, 0) scale(1.06);
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
}

.dt-story-media.is-active {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1.015);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.dt-story-media.is-exiting {
  opacity: 0;
  transform: translate3d(-22px, 0, 0) scale(1.045);
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
}

@keyframes dtStoryFlash {
  0% { opacity: 0; transform: skewX(-18deg) translateX(-30%); }
  25% { opacity: .9; }
  100% { opacity: 0; transform: skewX(-18deg) translateX(350%); }
}

.navigation .navigation-wrap .navigation-item .navigation-span a {
  font-size: clamp(28px, 4.9vw, 70px) !important;
  line-height: 1.02 !important;
  letter-spacing: clamp(6px, 1.25vw, 16px) !important;
}

@media (max-width: 812px) {
  .navigation .navigation-wrap .navigation-item .navigation-span a {
    font-size: clamp(28px, 12vw, 54px) !important;
    letter-spacing: clamp(6px, 2.2vw, 12px) !important;
    line-height: 1 !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .dt-story-wrapper .dt-story-media-wrap .background,
  .dt-story-page .dt-story-media-wrap .background {
    transition: opacity .25s ease !important;
    clip-path: none !important;
    transform: none !important;
  }

  .dt-story-media-wrap::after {
    display: none !important;
  }
}

/* Visual correction pass: keep desktop/mobile behavior aligned. */
.hero-slider .mask-slider-container .image-slider.has-video {
  background: transparent !important;
}

.hero-slider .mask-slider-container .image-slider.has-video .dt-hex-live-window {
  position: absolute;
  inset: 0;
  background: rgba(255, 240, 168, .025);
  filter: none !important;
  backdrop-filter: brightness(1.42) saturate(1.08) contrast(1.05);
  -webkit-backdrop-filter: brightness(1.42) saturate(1.08) contrast(1.05);
}

.hero-slider .mask-slider-container .image-slider.has-video .mask-overlay {
  display: none;
}

@media (min-width: 813px) {
  .hero-slider .hero-slider-content .hero-slider-title .slider-content h2 {
    font-size: clamp(42px, 3.25vw, 68px) !important;
    letter-spacing: clamp(10px, .9vw, 18px) !important;
    line-height: 1.08 !important;
    padding-left: 0 !important;
    margin: 0 auto;
    text-wrap: balance;
  }
}

body.dt-global-overlay-open .dt-sound-toggle,
body.dt-detail-open .dt-sound-toggle {
  display: none !important;
}

.detail-view.is-visible .detail-view__title {
  line-height: 1.26 !important;
  overflow: visible !important;
}

.detail-view.is-visible .detail-view__title .line-ctn {
  overflow: visible !important;
}

.global-content-wrapper.contact .global-content .picture-wrapper {
  left: 6vw;
  width: 44%;
  height: min(62vh, 560px);
  top: 55%;
}

.global-content-wrapper.contact .global-content .text-wrapper {
  top: clamp(160px, 22vh, 220px);
  padding-left: 56px;
  padding-right: 9vw;
}

.global-content-wrapper.contact .global-content .text-wrapper h1 {
  margin: 0 0 34px;
  color: var(--dt-gold-soft, #fff0a8);
  font-size: clamp(40px, 4.2vw, 64px);
  letter-spacing: clamp(8px, 1.35vw, 18px);
  line-height: 1;
}

.dt-contact-copy {
  max-width: 560px !important;
  margin: 0 0 28px !important;
  color: rgba(246, 239, 224, .84) !important;
  font-size: clamp(16px, 1.25vw, 19px) !important;
  line-height: 1.8 !important;
}

.dt-contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 0 0 28px;
}

.global-content-wrapper.contact .global-content .text-wrapper .dt-contact-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  max-width: none;
  padding: 16px 20px;
  border: 1px solid rgba(232, 199, 106, .48);
  text-decoration: none;
  color: var(--dt-gold-soft, #fff0a8);
  font-size: 12px !important;
  letter-spacing: 2px;
  line-height: 1.25 !important;
  text-transform: uppercase;
}

.global-content-wrapper.contact .global-content .text-wrapper .dt-contact-actions .dt-contact-primary {
  background: rgba(232, 199, 106, .14);
  border-color: rgba(232, 199, 106, .68);
}

.dt-contact-meta {
  margin: 0 !important;
  color: rgba(246, 239, 224, .78) !important;
  font-size: 14px !important;
  line-height: 2 !important;
  letter-spacing: 1px;
}

.dt-contact-meta span {
  display: inline-block;
  min-width: 82px;
  color: rgba(232, 199, 106, .9);
  text-transform: uppercase;
}

.dt-contact-meta a,
.dt-contact-meta phone {
  color: inherit !important;
  font-size: inherit !important;
  line-height: inherit !important;
  letter-spacing: inherit !important;
  max-width: none !important;
  text-decoration: none !important;
}

body.dt-order-page-body main.dt-order-page {
  min-height: 100svh;
}

body.dt-order-page-body .lead_content.dt-order-card {
  top: 58%;
  width: min(560px, calc(100vw - 56px));
  padding: clamp(26px, 3.2vw, 44px);
}

body.dt-order-page-body .lead_content h1 {
  margin-bottom: 20px;
  font-size: clamp(40px, 5vw, 72px);
  letter-spacing: clamp(7px, 1.28vw, 16px);
}

body.dt-order-page-body .lead_content p.dt-order-copy {
  max-width: 500px;
  margin-bottom: 26px;
  font-size: clamp(15px, 1.15vw, 17px);
  line-height: 1.68;
}

body.dt-order-page-body .order-actions {
  margin-bottom: 24px;
}

body.dt-order-page-body .lead_content .order-details {
  font-size: 12px;
  line-height: 1.9;
}

@media (max-width: 812px) {
  .dt-sound-toggle {
    right: 14px;
    bottom: max(14px, env(safe-area-inset-bottom));
    padding: 10px 12px;
    font-size: 9px;
    letter-spacing: 1.8px;
  }

  .hero-slider .mask-slider-container .image-slider.has-video .dt-hex-live-window {
    backdrop-filter: brightness(1.24) saturate(1.04) contrast(1.03);
    -webkit-backdrop-filter: brightness(1.24) saturate(1.04) contrast(1.03);
  }

  body.sidescroll .scrollarea-ctn {
    top: 52%;
  }

  body.sidescroll .tile__fig::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 48%;
    z-index: 1;
    background: linear-gradient(180deg, rgba(7, 7, 6, 0), rgba(7, 7, 6, .74));
    pointer-events: none;
  }

  body.sidescroll .tile__content {
    left: 0;
    top: auto !important;
    bottom: 14px;
    width: 100%;
    padding: 0 14px;
    z-index: 3;
  }

  body.sidescroll .tile__cta {
    margin-top: 0;
    margin-bottom: 7px;
  }

  body.sidescroll .tile__title {
    font-size: clamp(26px, 7.8vw, 34px);
    letter-spacing: clamp(4px, 1.35vw, 6px);
    line-height: 1.02;
    text-shadow: 0 0 18px rgba(0, 0, 0, .78);
  }

  body.sidescroll .detail-view.is-visible {
    background-color: rgba(0, 0, 0, .56);
  }

  body.sidescroll .detail-view__content {
    left: 6vw;
    right: 6vw;
    width: auto;
    max-height: min(62svh, 540px);
    padding: 22px 18px 24px;
    background: linear-gradient(180deg, rgba(7, 7, 6, .56), rgba(7, 7, 6, .42));
    border: 1px solid rgba(232, 199, 106, .18);
    backdrop-filter: saturate(1.04) contrast(1.02);
    -webkit-backdrop-filter: saturate(1.04) contrast(1.02);
    overflow: hidden;
  }

  body.sidescroll .detail-view__title {
    font-size: clamp(28px, 8vw, 40px) !important;
    letter-spacing: clamp(5px, 1.7vw, 9px);
    line-height: 1.2 !important;
    margin-bottom: 15px;
    overflow: visible !important;
  }

  body.sidescroll .detail-view__title .line-ctn {
    overflow: visible !important;
  }

  body.sidescroll .detail-view__content .detail_content {
    padding: 0;
    font-size: 14px;
    line-height: 1.72;
  }

  body.dt-order-page-body main.dt-order-page {
    height: auto;
    min-height: 100svh;
    overflow-y: auto;
    padding: 0 0 28px;
  }

  body.dt-order-page-body .lead_content.dt-order-card {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    transform: none;
    width: auto;
    margin: clamp(190px, 30svh, 250px) 18px 28px;
    padding: 22px 20px 20px;
  }

  body.dt-order-page-body .lead_content h1 {
    margin-bottom: 15px;
    font-size: clamp(32px, 10vw, 42px);
    letter-spacing: clamp(5px, 1.55vw, 8px);
  }

  body.dt-order-page-body .lead_content p.dt-order-copy {
    margin-bottom: 20px;
    font-size: 13.5px;
    line-height: 1.58;
  }

  body.dt-order-page-body .order-actions {
    margin-bottom: 18px;
  }

  body.dt-order-page-body .lead_content a {
    min-height: 46px;
    padding: 13px 14px;
    font-size: 9.5px;
  }

  body.dt-order-page-body .lead_content .order-details {
    font-size: 10.5px;
    line-height: 1.72;
  }

  body.dt-order-page-body .lead_content .order-details span {
    min-width: 62px;
  }

  .global-content-wrapper.contact .global-content .picture-wrapper {
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: .24;
    transform: none;
  }

  .global-content-wrapper.contact .global-content .text-wrapper {
    left: 0;
    top: 150px;
    width: 100%;
    padding: 0 9vw 48px;
  }

  .global-content-wrapper.contact .global-content .text-wrapper h1 {
    font-size: clamp(28px, 9vw, 38px);
    letter-spacing: clamp(5px, 1.6vw, 9px);
    margin-bottom: 22px;
    text-align: left;
    padding: 0;
  }

  .dt-contact-copy {
    font-size: 13.5px !important;
    line-height: 1.6 !important;
    margin-bottom: 20px !important;
    text-align: left !important;
  }

  .dt-contact-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin-bottom: 22px;
  }

  .global-content-wrapper.contact .global-content .text-wrapper .dt-contact-actions a {
    width: 100%;
    min-height: 46px;
    max-width: none !important;
    padding: 13px 14px;
    font-size: 9px !important;
    letter-spacing: 1.45px;
    line-height: 1.25 !important;
  }

  .dt-contact-meta {
    font-size: 11.5px !important;
    line-height: 1.78 !important;
    text-align: left !important;
  }

  .dt-contact-meta span {
    min-width: 68px;
  }
}

/* Final live-video fixes must stay below legacy duplicated overrides. */
.hero-slider .mask-slider-container .image-slider.has-video .dt-hex-live-window {
  background: rgba(255, 240, 168, .035) !important;
  filter: none !important;
  box-shadow: inset 0 0 90px rgba(255, 240, 168, .08) !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

.detail-view__content {
  position: relative;
  z-index: 2;
}

.dt-story-media-wrap {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.dt-story-wrapper .global-content .text-wrapper h1 {
  white-space: nowrap;
  max-width: none;
  font-size: clamp(34px, 3.6vw, 54px);
  letter-spacing: clamp(7px, 1vw, 14px);
}

.dt-story-media-wrap::after {
  content: "";
  position: absolute;
  left: -30%;
  top: 0;
  width: 42%;
  height: 100%;
  z-index: 3;
  background: linear-gradient(90deg, rgba(255, 240, 168, 0), rgba(255, 240, 168, .22), rgba(255, 240, 168, 0));
  opacity: 0;
  transform: skewX(-18deg) translateX(-30%);
  pointer-events: none;
}

.dt-story-media-wrap.is-transitioning::after {
  animation: dtStoryFlash .9s cubic-bezier(.19, .77, .28, .9);
}

.dt-story-wrapper .dt-story-media-wrap .background,
.dt-story-page .dt-story-media-wrap .background {
  transition: opacity .82s cubic-bezier(.19, .77, .28, .9), transform 1.05s cubic-bezier(.19, .77, .28, .9), clip-path .95s cubic-bezier(.19, .77, .28, .9) !important;
  will-change: opacity, transform, clip-path;
}

.dt-story-media {
  opacity: 0;
  transform: translate3d(28px, 0, 0) scale(1.06);
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
}

.dt-story-media.is-active {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1.015);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.dt-story-media.is-exiting {
  opacity: 0;
  transform: translate3d(-22px, 0, 0) scale(1.045);
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
}

.navigation .navigation-wrap .navigation-item .navigation-span a {
  font-size: clamp(28px, 4.9vw, 70px) !important;
  line-height: 1.02 !important;
  letter-spacing: clamp(6px, 1.25vw, 16px) !important;
}

@media (max-width: 812px) {
  .navigation .navigation-wrap .navigation-item .navigation-span a {
    font-size: clamp(28px, 12vw, 54px) !important;
    letter-spacing: clamp(6px, 2.2vw, 12px) !important;
    line-height: 1 !important;
  }
}

body {
  background: var(--dt-black);
  color: var(--dt-cream);
}

a,
.header a,
.btn-inline,
.page-link-title {
  color: var(--dt-gold);
}

.loading {
  background: #070706;
}

.loading .logo {
  width: 132px;
  filter: none;
}

.loading .enter {
  width: min(92vw, 980px);
}

.loading .enter h1,
.hero-slider .hero-slider-content .hero-slider-title .slider-content h2,
.page-title,
.tile__title,
.detail-view__title {
  font-family: 'Playfair Display', Georgia, serif;
}

.loading .enter h1 {
  height: auto;
  color: var(--dt-gold-soft);
  font-size: clamp(34px, 5vw, 68px);
  letter-spacing: clamp(9px, 2.5vw, 26px);
  line-height: 1.2;
  margin-bottom: 24px;
  text-shadow: none;
}

.loading .enter h3 {
  position: static;
  color: rgba(246, 239, 224, 0.84);
  font-size: clamp(13px, 1.4vw, 18px);
  letter-spacing: clamp(2px, 0.45vw, 6px);
  line-height: 1.8;
  text-transform: none;
  max-width: 720px;
  margin: 0 auto 24px;
}

.loading .enter a,
.hero-slider .hero-slider-content .hero-slider-title .slider-content h6 {
  color: var(--dt-gold-soft);
  letter-spacing: 5px;
}

.loading .enter a:after,
.hero-slider .hero-slider-content .hero-slider-title .slider-content h6:after,
.slider-number .line,
.hero-slider .slider-number .line {
  background: var(--dt-gold);
}

.header .logo {
  width: 48px;
  filter: none;
}

.header .header-overlay {
  background: linear-gradient(to bottom, rgba(7, 7, 6, 0.74), rgba(7, 7, 6, 0));
}

.hero-slider .vignette-overlay,
.bg-vignette,
.all-vignette {
  background: rgba(5, 5, 4, 0.72);
  opacity: 1;
}

.hero-slider .image-slider-container .image-slider .background-image,
.hero-slider .mask-slider-container .image-slider .background-image-mask {
  filter: saturate(0.96) contrast(1.06) brightness(0.78);
}

.hero-slider .image-slider-container .image-slider:nth-child(1) .background-image,
.hero-slider .mask-slider-container .image-slider:nth-child(1) .background-image-mask {
  background-position: center 42%;
}

.hero-slider .image-slider-container .image-slider:nth-child(3) .background-image,
.hero-slider .mask-slider-container .image-slider:nth-child(3) .background-image-mask,
.hero-slider .image-slider-container .image-slider:nth-child(4) .background-image,
.hero-slider .mask-slider-container .image-slider:nth-child(4) .background-image-mask {
  background-position: center top;
}

.hero-slider .progressLine svg,
.hero-slider .progressLineMobile svg,
.hero-slider .progressBar svg,
.hero-slider .progressBarMobile svg {
  stroke: var(--dt-gold-soft);
}

.hero-slider .hero-slider-content .hero-slider-title .slider-content h2 {
  color: var(--dt-gold-soft);
  text-shadow: 0 0 34px rgba(0, 0, 0, 0.72);
}

.hero-slider .slider-number,
.navigation-item,
.global-close,
.main-link,
.main-close {
  color: rgba(246, 239, 224, 0.88);
}

.page-title,
.tile__title {
  color: var(--dt-gold-soft);
  text-shadow: 0 0 22px rgba(0, 0, 0, 0.6);
}

.tile .text_content,
.detail_content,
.global-content .p-wrapper {
  color: rgba(246, 239, 224, 0.86);
}

.global-content-wrapper .text-wrapper h1 {
  color: var(--dt-gold-soft);
  font-family: 'Playfair Display', Georgia, serif;
}

.global-content-wrapper .text-wrapper p {
  color: rgba(246, 239, 224, 0.86);
}

.lead_content a {
  border: 1px solid rgba(232, 199, 106, 0.44);
  color: var(--dt-gold-soft);
  letter-spacing: 2px;
  margin: 0 8px 16px;
}

.lead_content .order-details {
  color: rgba(246, 239, 224, 0.76);
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 1.9;
  margin: 24px auto 0;
}

.navigation .navigation-item .page-link-title {
  font-family: 'Playfair Display', Georgia, serif;
  color: var(--dt-gold-soft);
}

@media (max-width: 812px) {
  .hero-slider {
    overflow: hidden;
    contain: paint;
    touch-action: manipulation;
  }

  .hero-slider .hero-slider-content .hero-slider-title .slider-content {
    width: min(64vw, 248px);
    max-width: min(64vw, 248px);
    top: 42vh;
    visibility: hidden;
    pointer-events: none !important;
  }

  .hero-slider .hero-slider-content .hero-slider-title .slider-content.active {
    visibility: visible;
    pointer-events: auto !important;
  }

  .hero-slider .hero-slider-content .hero-slider-title .slider-content:not(.active) h2,
  .hero-slider .hero-slider-content .hero-slider-title .slider-content:not(.active) h6 {
    opacity: 0 !important;
    visibility: hidden !important;
  }

  .hero-slider .hero-slider-content .hero-slider-title .slider-content.active h2,
  .hero-slider .hero-slider-content .hero-slider-title .slider-content.active h6 {
    visibility: visible !important;
  }

  .hero-slider .progressLineMobile,
  .hero-slider .progressBarMobile {
    z-index: 4;
    pointer-events: none;
  }

  .header .logo {
    width: 42px;
  }

  .loading .logo {
    width: 104px;
    top: 45%;
  }

  .loading .enter h1 {
    letter-spacing: 9px;
  }

  .hero-slider .hero-slider-content .hero-slider-title .slider-content h2 {
    width: 100%;
    font-size: clamp(20px, 6.2vw, 26px);
    letter-spacing: clamp(2.2px, 0.95vw, 4px);
    line-height: 1.14;
    padding-left: 0;
    margin: 0 auto;
    text-wrap: balance;
  }

  .hero-slider .hero-slider-content .hero-slider-title .slider-content h2 span {
    display: inline;
    min-width: 0;
  }

  .hero-slider .hero-slider-content .hero-slider-title .slider-content h2 .dt-title-char {
    display: inline-block !important;
    min-width: 0 !important;
    will-change: transform, opacity;
  }

  .hero-slider .hero-slider-content .hero-slider-title .slider-content h6 {
    width: min(58vw, 226px);
    max-width: min(58vw, 226px);
    font-size: 9px;
    letter-spacing: 2.6px;
    line-height: 1.55;
    margin: 16px auto 0;
    padding-left: 0;
    text-wrap: balance;
  }

  .lead_content a {
    width: min(100%, 320px);
    padding: 16px 18px;
  }

  .lead_content .order-details {
    font-size: 13px;
  }

  body.sidescroll .scrollarea-ctn {
    width: 100%;
    overflow: hidden;
  }

  body.sidescroll .scroll-content,
  body.sidescroll .detail-view__inner {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  body.sidescroll .slideshow-list__el {
    width: min(68vw, 260px);
    min-width: 0;
    max-width: none;
    margin-right: 24vw;
  }

  body.sidescroll .tile__content {
    left: 0;
    top: calc(100% - 64px);
    width: 100%;
    padding: 0 10px;
  }

  body.sidescroll .tile__cta,
  body.sidescroll .tile__title {
    margin-left: 0;
  }

  body.sidescroll .tile__title {
    max-width: 100%;
    white-space: normal;
    font-size: clamp(28px, 8.4vw, 34px);
    letter-spacing: clamp(4.5px, 1.45vw, 6.5px);
    line-height: 1.06;
  }
}

.dt-title-word {
  display: inline-block;
  white-space: nowrap;
}

.dt-title-space {
  display: inline-block;
  width: .34em;
}

.dt-title-char {
  display: inline-block;
}

.dt-preloader-video-background {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  filter: saturate(.98) contrast(1.04) brightness(.66);
  transition: opacity 1.25s cubic-bezier(.19, .77, .28, .9);
}

.loading.dt-preview-ready .dt-preloader-video-background {
  opacity: 1;
}

.dt-entry-pages {
  position: absolute;
  left: 50%;
  bottom: 8vh;
  transform: translateX(-50%);
  width: min(1060px, 86vw);
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
  z-index: 101;
}

.dt-entry-page {
  border: 1px solid rgba(255, 240, 168, .26);
  background: rgba(7, 7, 6, .34);
  color: #fff0a8;
  font-size: 10px;
  letter-spacing: 2px;
  line-height: 1.25;
  text-transform: uppercase;
  text-align: left;
  padding: 14px 12px 13px;
}

.dt-entry-page span {
  display: block;
  color: rgba(246, 239, 224, .72);
  font-size: 10px;
  letter-spacing: 1px;
  margin-bottom: 9px;
}

@media (max-width: 812px) {
  .dt-entry-pages {
    bottom: 5vh;
    width: min(88vw, 420px);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
  }

  .dt-entry-page {
    font-size: 9px;
    letter-spacing: 1.4px;
    padding: 11px 10px;
    background: rgba(7, 7, 6, .52);
  }

  .bg-stage {
    filter: blur(8px) !important;
  }

}

body.sidescroll .tile__content {
  left: 0;
  width: 100%;
  padding: 0 clamp(12px, 2.6vw, 34px);
}

body.sidescroll .tile__title,
body.sidescroll .tile__cta {
  margin-left: 0;
}

body.sidescroll .tile__title {
  max-width: min(112%, 430px);
  white-space: normal;
  text-wrap: balance;
}

body.sidescroll .line-ctn {
  display: block;
  width: 100%;
}

body.dt-order-page-body main.dt-order-page {
  min-height: 100vh;
  position: relative;
  overflow: hidden;
}

body.dt-order-page-body .dt-order-background {
  background-size: cover;
  background-position: var(--dt-media-position, center);
  transform: scale(var(--dt-media-scale, 1));
  filter: saturate(.92) contrast(1.06) brightness(.74);
}

body.dt-order-page-body .bg-overlay {
  background: linear-gradient(90deg, rgba(7, 7, 6, .82) 0%, rgba(7, 7, 6, .58) 45%, rgba(7, 7, 6, .24) 100%);
  opacity: 1;
}

body.dt-order-page-body .bg-vignette {
  background: radial-gradient(circle at 72% 45%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .24) 46%, rgba(0, 0, 0, .72) 100%);
  opacity: 1;
}

body.dt-order-page-body .dt-order-shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(7, 7, 6, .28), rgba(7, 7, 6, .08) 42%, rgba(7, 7, 6, .64));
  pointer-events: none;
}

body.dt-order-page-body .lead_content.dt-order-card {
  z-index: 2;
  top: 54%;
  left: clamp(28px, 8vw, 128px);
  right: auto;
  transform: translateY(-50%);
  width: min(590px, calc(100vw - 56px));
  max-width: none;
  padding: clamp(28px, 4vw, 52px);
  color: rgba(246, 239, 224, .92);
  text-align: left;
  border: 1px solid rgba(232, 199, 106, .28);
  background: linear-gradient(135deg, rgba(7, 7, 6, .72), rgba(18, 15, 11, .46));
  box-shadow: 0 34px 90px rgba(0, 0, 0, .38);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

body.dt-order-page-body .dt-order-eyebrow {
  display: block;
  margin-bottom: 18px;
  color: var(--dt-gold-soft, #fff0a8);
  font-size: 11px;
  letter-spacing: 4px;
  line-height: 1.4;
  text-transform: uppercase;
}

body.dt-order-page-body .lead_content h1 {
  margin: 0 0 24px;
  color: var(--dt-gold-soft, #fff0a8);
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(42px, 6vw, 82px);
  font-weight: 400;
  letter-spacing: clamp(7px, 1.5vw, 18px);
  line-height: .96;
  opacity: 1;
}

body.dt-order-page-body .lead_content p.dt-order-copy {
  max-width: 520px;
  margin: 0 0 32px;
  color: rgba(246, 239, 224, .86);
  font-size: clamp(15px, 1.25vw, 18px);
  line-height: 1.75;
  opacity: 1;
}

body.dt-order-page-body .order-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 28px;
}

body.dt-order-page-body .lead_content a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  margin: 0;
  padding: 16px 22px;
  color: var(--dt-gold-soft, #fff0a8);
  border: 1px solid rgba(232, 199, 106, .42);
  background: rgba(7, 7, 6, .34);
  font-size: 12px;
  letter-spacing: 2px;
  line-height: 1.25;
  text-transform: uppercase;
  transition: border-color .3s ease, background .3s ease, transform .3s ease;
}

body.dt-order-page-body .lead_content a.dt-order-primary {
  background: rgba(232, 199, 106, .14);
  border-color: rgba(232, 199, 106, .66);
}

body.dt-order-page-body .lead_content a:hover {
  background: rgba(232, 199, 106, .2);
  border-color: rgba(255, 240, 168, .9);
  transform: translateY(-2px);
}

body.dt-order-page-body .lead_content .order-details {
  margin: 0;
  color: rgba(246, 239, 224, .72);
  font-size: 13px;
  letter-spacing: 1.2px;
  line-height: 2;
  opacity: 1;
}

body.dt-order-page-body .lead_content .order-details span {
  display: inline-block;
  min-width: 72px;
  color: rgba(232, 199, 106, .78);
  text-transform: uppercase;
}

@media (max-width: 812px) {
  body.sidescroll .tile__content {
    left: 0;
    padding: 0 8px;
  }

  body.dt-order-page-body .bg-overlay {
    background: linear-gradient(180deg, rgba(7, 7, 6, .48), rgba(7, 7, 6, .76) 46%, rgba(7, 7, 6, .9));
  }

  body.dt-order-page-body .dt-order-background {
    filter: saturate(.9) contrast(1.02) brightness(.62) !important;
  }

  body.dt-order-page-body .lead_content.dt-order-card {
    top: auto;
    left: 18px;
    right: 18px;
    bottom: max(32px, env(safe-area-inset-bottom));
    transform: none;
    width: auto;
    padding: 24px 22px 22px;
  }

  body.dt-order-page-body .dt-order-eyebrow {
    margin-bottom: 12px;
    font-size: 9px;
    letter-spacing: 3px;
  }

  body.dt-order-page-body .lead_content h1 {
    margin-bottom: 16px;
    font-size: clamp(34px, 11vw, 46px);
    letter-spacing: clamp(5px, 1.7vw, 8px);
  }

  body.dt-order-page-body .lead_content p.dt-order-copy {
    margin-bottom: 22px;
    font-size: 14px;
    line-height: 1.65;
  }

  body.dt-order-page-body .order-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin-bottom: 20px;
  }

  body.dt-order-page-body .lead_content a {
    width: 100%;
    min-height: 48px;
    padding: 14px 16px;
    font-size: 10px;
  }

  body.dt-order-page-body .lead_content .order-details {
    font-size: 11px;
    line-height: 1.85;
  }
}

/* Final visual correction overrides. Kept at EOF so older generated blocks cannot override them. */
.hero-slider .mask-slider-container .image-slider.has-video {
  background: transparent !important;
}

.hero-slider .mask-slider-container .image-slider.has-video .dt-hex-live-window {
  position: absolute;
  inset: 0;
  background: rgba(255, 240, 168, .025);
  filter: none !important;
  backdrop-filter: brightness(1.42) saturate(1.08) contrast(1.05);
  -webkit-backdrop-filter: brightness(1.42) saturate(1.08) contrast(1.05);
}

.hero-slider .mask-slider-container .image-slider.has-video .mask-overlay {
  display: none;
}

@media (min-width: 813px) {
  .hero-slider .hero-slider-content .hero-slider-title .slider-content h2 {
    font-size: clamp(42px, 3.25vw, 68px) !important;
    letter-spacing: clamp(10px, .9vw, 18px) !important;
    line-height: 1.08 !important;
    padding-left: 0 !important;
    margin: 0 auto;
    text-wrap: balance;
  }
}

body.dt-global-overlay-open .dt-sound-toggle,
body.dt-detail-open .dt-sound-toggle {
  display: none !important;
}

.global-content-wrapper.contact .global-content .picture-wrapper {
  left: 6vw;
  width: 44%;
  height: min(62vh, 560px);
  top: 55%;
}

.global-content-wrapper.contact .global-content .text-wrapper {
  top: clamp(160px, 22vh, 220px);
  padding-left: 56px;
  padding-right: 9vw;
}

.global-content-wrapper.contact .global-content .text-wrapper h1 {
  margin: 0 0 34px;
  color: var(--dt-gold-soft, #fff0a8);
  font-size: clamp(40px, 4.2vw, 64px);
  letter-spacing: clamp(8px, 1.35vw, 18px);
  line-height: 1;
}

.dt-contact-copy {
  max-width: 560px !important;
  margin: 0 0 28px !important;
  color: rgba(246, 239, 224, .84) !important;
  font-size: clamp(16px, 1.25vw, 19px) !important;
  line-height: 1.8 !important;
}

.dt-contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 0 0 28px;
}

.global-content-wrapper.contact .dt-contact-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 16px 20px;
  border: 1px solid rgba(232, 199, 106, .48);
  text-decoration: none;
  color: var(--dt-gold-soft, #fff0a8);
  font-size: 12px;
  letter-spacing: 2px;
  line-height: 1.25;
  text-transform: uppercase;
}

.global-content-wrapper.contact .dt-contact-actions .dt-contact-primary {
  background: rgba(232, 199, 106, .14);
  border-color: rgba(232, 199, 106, .68);
}

.dt-contact-meta {
  margin: 0 !important;
  color: rgba(246, 239, 224, .78) !important;
  font-size: 14px !important;
  line-height: 2 !important;
  letter-spacing: 1px;
}

.dt-contact-meta span {
  display: inline-block;
  min-width: 82px;
  color: rgba(232, 199, 106, .9);
  text-transform: uppercase;
}

.dt-contact-meta a,
.dt-contact-meta phone {
  color: inherit !important;
  font-size: inherit !important;
  line-height: inherit !important;
  letter-spacing: inherit !important;
  max-width: none !important;
  text-decoration: none !important;
}

body.dt-order-page-body main.dt-order-page {
  min-height: 100svh;
}

body.dt-order-page-body .lead_content.dt-order-card {
  top: 58%;
  width: min(560px, calc(100vw - 56px));
  padding: clamp(26px, 3.2vw, 44px);
}

body.dt-order-page-body .lead_content h1 {
  margin-bottom: 20px;
  font-size: clamp(40px, 5vw, 72px);
  letter-spacing: clamp(7px, 1.28vw, 16px);
}

body.dt-order-page-body .lead_content p.dt-order-copy {
  max-width: 500px;
  margin-bottom: 26px;
  font-size: clamp(15px, 1.15vw, 17px);
  line-height: 1.68;
}

body.dt-order-page-body .order-actions {
  margin-bottom: 24px;
}

body.dt-order-page-body .lead_content .order-details {
  font-size: 12px;
  line-height: 1.9;
}

@media (max-width: 812px) {
  .dt-sound-toggle {
    right: 14px;
    bottom: max(14px, env(safe-area-inset-bottom));
    padding: 10px 12px;
    font-size: 9px;
    letter-spacing: 1.8px;
  }

  .hero-slider .mask-slider-container .image-slider.has-video .dt-hex-live-window {
    backdrop-filter: brightness(1.24) saturate(1.04) contrast(1.03);
    -webkit-backdrop-filter: brightness(1.24) saturate(1.04) contrast(1.03);
  }

  body.sidescroll .scrollarea-ctn {
    top: 52%;
  }

  body.sidescroll .tile__fig::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 48%;
    z-index: 1;
    background: linear-gradient(180deg, rgba(7, 7, 6, 0), rgba(7, 7, 6, .74));
    pointer-events: none;
  }

  body.sidescroll .tile__content {
    left: 0;
    top: auto !important;
    bottom: 14px;
    width: 100%;
    padding: 0 14px;
    z-index: 3;
  }

  body.sidescroll .tile__cta {
    margin-top: 0;
    margin-bottom: 7px;
  }

  body.sidescroll .tile__title {
    font-size: clamp(26px, 7.8vw, 34px);
    letter-spacing: clamp(4px, 1.35vw, 6px);
    line-height: 1.02;
    text-shadow: 0 0 18px rgba(0, 0, 0, .78);
  }

  body.sidescroll .detail-view.is-visible {
    background-color: rgba(0, 0, 0, .56);
  }

  body.sidescroll .detail-view__content {
    left: 6vw;
    right: 6vw;
    width: auto;
    max-height: min(62svh, 540px);
    padding: 22px 18px 24px;
    background: linear-gradient(180deg, rgba(7, 7, 6, .56), rgba(7, 7, 6, .42));
    border: 1px solid rgba(232, 199, 106, .18);
    backdrop-filter: saturate(1.04) contrast(1.02);
    -webkit-backdrop-filter: saturate(1.04) contrast(1.02);
    overflow: hidden;
  }

  body.sidescroll .detail-view__title {
    font-size: clamp(28px, 8vw, 40px) !important;
    letter-spacing: clamp(5px, 1.7vw, 9px);
    line-height: 1.2 !important;
    margin-bottom: 15px;
    overflow: visible !important;
  }

  body.sidescroll .detail-view__title .line-ctn {
    overflow: visible !important;
  }

  body.sidescroll .detail-view__content .detail_content {
    padding: 0;
    font-size: 14px;
    line-height: 1.72;
  }

  body.dt-order-page-body main.dt-order-page {
    height: auto;
    min-height: 100svh;
    overflow-y: auto;
    padding: 0 0 28px;
  }

  body.dt-order-page-body .lead_content.dt-order-card {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    transform: none;
    width: auto;
    margin: clamp(190px, 30svh, 250px) 18px 28px;
    padding: 22px 20px 20px;
  }

  body.dt-order-page-body .lead_content h1 {
    margin-bottom: 15px;
    font-size: clamp(32px, 10vw, 42px);
    letter-spacing: clamp(5px, 1.55vw, 8px);
  }

  body.dt-order-page-body .lead_content p.dt-order-copy {
    margin-bottom: 20px;
    font-size: 13.5px;
    line-height: 1.58;
  }

  body.dt-order-page-body .order-actions {
    margin-bottom: 18px;
  }

  body.dt-order-page-body .lead_content a {
    min-height: 46px;
    padding: 13px 14px;
    font-size: 9.5px;
  }

  body.dt-order-page-body .lead_content .order-details {
    font-size: 10.5px;
    line-height: 1.72;
  }

  body.dt-order-page-body .lead_content .order-details span {
    min-width: 62px;
  }

  .global-content-wrapper.contact .global-content .picture-wrapper {
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: .24;
    transform: none;
  }

  .global-content-wrapper.contact .global-content .text-wrapper {
    left: 0;
    top: 150px;
    width: 100%;
    padding: 0 9vw 48px;
  }

  .global-content-wrapper.contact .global-content .text-wrapper h1 {
    font-size: clamp(28px, 9vw, 38px);
    letter-spacing: clamp(5px, 1.6vw, 9px);
    margin-bottom: 22px;
    text-align: left;
    padding: 0;
  }

  .dt-contact-copy {
    font-size: 13.5px !important;
    line-height: 1.6 !important;
    margin-bottom: 20px !important;
    text-align: left !important;
  }

  .dt-contact-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin-bottom: 22px;
  }

  .global-content-wrapper.contact .dt-contact-actions a {
    width: 100%;
    min-height: 46px;
    padding: 13px 14px;
    font-size: 9px;
    letter-spacing: 1.45px;
  }

  .dt-contact-meta {
    font-size: 11.5px !important;
    line-height: 1.78 !important;
    text-align: left !important;
  }

  .dt-contact-meta span {
    min-width: 68px;
  }
}
