.glide {
  position: relative;
  width: 100%;
  box-sizing: border-box; }
  .glide * {
    box-sizing: inherit; }
  .glide__track {
    overflow: hidden; }
  .glide__slides {
    position: relative;
    width: 100%;
    list-style: none;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    touch-action: pan-Y;
    overflow: hidden;
    padding: 0;
    white-space: nowrap;
    display: -webkit-box;
    display: flex;
    flex-wrap: nowrap;
    will-change: transform; }
    .glide__slides--dragging {
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none; }
  .glide__slide {
    width: 100%;
    height: 100%;
    flex-shrink: 0;
    white-space: normal;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent; }
    .glide__slide a {
      -webkit-user-select: none;
              user-select: none;
      -webkit-user-drag: none;
      -moz-user-select: none;
      -ms-user-select: none; }
  .glide__arrows {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
  .glide__bullets {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
  .glide--rtl {
    direction: rtl; }

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

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

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

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

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

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

/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent; }

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

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

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible; }

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

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

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

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

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

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

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

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

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

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

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

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

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

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

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

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

body {
  overflow-x: hidden; }

:root {
  --fluid-min-width: 320;
  --fluid-max-width: 1280;
  --fluid-min-size: 16;
  --fluid-max-size: 20;
  --fluid-min-ratio: 1.2;
  --fluid-max-ratio: 1.25;
  --fluid-screen: 100vw;
  --fluid-bp: calc(
    (var(--fluid-screen) - ((var(--fluid-min-width) / 16) * 1rem)) /
      ((var(--fluid-max-width) / 16) - (var(--fluid-min-width) / 16))
  ); }

@media screen and (min-width: 1280px) {
  :root {
    --fluid-screen: calc(var(--fluid-max-width) * 1px); } }

:root {
  --fluid-max-negative: (1 / var(--fluid-max-ratio) / var(--fluid-max-ratio));
  --fluid-min-negative: (1 / var(--fluid-min-ratio) / var(--fluid-min-ratio));
  --fluid-min-scale--2: var(--fluid-min-scale--1) * var(--fluid-min-ratio) * var(--fluid-min-negative);
  --fluid-max-scale--2: var(--fluid-max-scale--1) * var(--fluid-max-ratio) * var(--fluid-max-negative);
  --fluid-min-size--2: (var(--fluid-min-size) * var(--fluid-min-scale--2)) / 16;
  --fluid-max-size--2: (var(--fluid-max-size) * var(--fluid-max-scale--2)) / 16;
  --step--2: calc(((var(--fluid-min-size--2) * 1rem) + (var(--fluid-max-size--2) - var(--fluid-min-size--2)) * var(--fluid-bp)));
  --fluid-min-scale--1: var(--fluid-min-ratio) * var(--fluid-min-negative);
  --fluid-max-scale--1: var(--fluid-max-ratio) * var(--fluid-max-negative);
  --fluid-min-size--1: (var(--fluid-min-size) * var(--fluid-min-scale--1)) / 16;
  --fluid-max-size--1: (var(--fluid-max-size) * var(--fluid-max-scale--1)) / 16;
  --step--1: calc(((var(--fluid-min-size--1) * 1rem) + (var(--fluid-max-size--1) - var(--fluid-min-size--1)) * var(--fluid-bp)));
  --fluid-min-scale-0: var(--fluid-min-ratio);
  --fluid-max-scale-0: var(--fluid-max-ratio);
  --fluid-min-size-0: (var(--fluid-min-size)) / 16;
  --fluid-max-size-0: (var(--fluid-max-size)) / 16;
  --step-0: calc(((var(--fluid-min-size-0) * 1rem) + (var(--fluid-max-size-0) - var(--fluid-min-size-0)) * var(--fluid-bp)));
  --fluid-min-scale-1: var(--fluid-min-scale-0) * var(--fluid-min-ratio);
  --fluid-max-scale-1: var(--fluid-max-scale-0) * var(--fluid-max-ratio);
  --fluid-min-size-1: (var(--fluid-min-size) * var(--fluid-min-scale-0)) / 16;
  --fluid-max-size-1: (var(--fluid-max-size) * var(--fluid-max-scale-0)) / 16;
  --step-1: calc(((var(--fluid-min-size-1) * 1rem) + (var(--fluid-max-size-1) - var(--fluid-min-size-1)) * var(--fluid-bp)));
  --fluid-min-scale-2: var(--fluid-min-scale-1) * var(--fluid-min-ratio);
  --fluid-max-scale-2: var(--fluid-max-scale-1) * var(--fluid-max-ratio);
  --fluid-min-size-2: (var(--fluid-min-size) * var(--fluid-min-scale-1)) / 16;
  --fluid-max-size-2: (var(--fluid-max-size) * var(--fluid-max-scale-1)) / 16;
  --step-2: calc(((var(--fluid-min-size-2) * 1rem) + (var(--fluid-max-size-2) - var(--fluid-min-size-2)) * var(--fluid-bp)));
  --fluid-min-scale-3: var(--fluid-min-scale-2) * var(--fluid-min-ratio);
  --fluid-max-scale-3: var(--fluid-max-scale-2) * var(--fluid-max-ratio);
  --fluid-min-size-3: (var(--fluid-min-size) * var(--fluid-min-scale-2)) / 16;
  --fluid-max-size-3: (var(--fluid-max-size) * var(--fluid-max-scale-2)) / 16;
  --step-3: calc(((var(--fluid-min-size-3) * 1rem) + (var(--fluid-max-size-3) - var(--fluid-min-size-3)) * var(--fluid-bp)));
  --fluid-min-scale-4: var(--fluid-min-scale-3) * var(--fluid-min-ratio);
  --fluid-max-scale-4: var(--fluid-max-scale-3) * var(--fluid-max-ratio);
  --fluid-min-size-4: (var(--fluid-min-size) * var(--fluid-min-scale-3)) / 16;
  --fluid-max-size-4: (var(--fluid-max-size) * var(--fluid-max-scale-3)) / 16;
  --step-4: calc(((var(--fluid-min-size-4) * 1rem) + (var(--fluid-max-size-4) - var(--fluid-min-size-4)) * var(--fluid-bp)));
  --fluid-min-scale-5: var(--fluid-min-scale-4) * var(--fluid-min-ratio);
  --fluid-max-scale-5: var(--fluid-max-scale-4) * var(--fluid-max-ratio);
  --fluid-min-size-5: (var(--fluid-min-size) * var(--fluid-min-scale-4)) / 16;
  --fluid-max-size-5: (var(--fluid-max-size) * var(--fluid-max-scale-4)) / 16;
  --step-5: calc(((var(--fluid-min-size-5) * 1rem) + (var(--fluid-max-size-5) - var(--fluid-min-size-5)) * var(--fluid-bp)));
  --fluid-min-scale-6: var(--fluid-min-scale-5) * var(--fluid-min-ratio);
  --fluid-max-scale-6: var(--fluid-max-scale-5) * var(--fluid-max-ratio);
  --fluid-min-size-6: (var(--fluid-min-size) * var(--fluid-min-scale-5)) / 16;
  --fluid-max-size-6: (var(--fluid-max-size) * var(--fluid-max-scale-5)) / 16;
  --step-6: calc(((var(--fluid-min-size-6) * 1rem) + (var(--fluid-max-size-6) - var(--fluid-min-size-6)) * var(--fluid-bp)));
  --fluid-min-scale-7: var(--fluid-min-scale-6) * var(--fluid-min-ratio);
  --fluid-max-scale-7: var(--fluid-max-scale-6) * var(--fluid-max-ratio);
  --fluid-min-size-7: (var(--fluid-min-size) * var(--fluid-min-scale-6)) / 16;
  --fluid-max-size-7: (var(--fluid-max-size) * var(--fluid-max-scale-6)) / 16;
  --step-7: calc(((var(--fluid-min-size-7) * 1rem) + (var(--fluid-max-size-7) - var(--fluid-min-size-7)) * var(--fluid-bp)));
  --fluid-min-scale-8: var(--fluid-min-scale-7) * var(--fluid-min-ratio);
  --fluid-max-scale-8: var(--fluid-max-scale-7) * var(--fluid-max-ratio);
  --fluid-min-size-8: (var(--fluid-min-size) * var(--fluid-min-scale-7)) / 16;
  --fluid-max-size-8: (var(--fluid-max-size) * var(--fluid-max-scale-7)) / 16;
  --step-8: calc(((var(--fluid-min-size-8) * 1rem) + (var(--fluid-max-size-8) - var(--fluid-min-size-8)) * var(--fluid-bp))); }

@font-face {
  font-family: 'Oswald';
  src: url("../fonts/oswald.ttf") format("truetype"); }

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-Medium.ttf") format("truetype");
  font-weight: 500; }

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-Light.ttf") format("truetype");
  font-weight: 400; }

html {
  font-size: var(--step-0); }

body {
  font-family: "Montserrat", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-display: swap;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5; }

h1 {
  font-size: var(--step-7);
  font-family: "Oswald", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-display: swap;
  text-transform: uppercase;
  white-space: nowrap;
  font-weight: 600; }

h2 {
  font-size: var(--step-5);
  font-weight: 400;
  white-space: nowrap;
  line-height: 1.3; }

h3 {
  font-size: var(--step-2);
  text-transform: uppercase;
  font-family: "Oswald", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  line-height: 1.2; }

h4 {
  font-size: var(--step--1);
  text-transform: uppercase; }

.underline {
  text-decoration: underline; }

@media screen and (max-width: 1024px) {
  h2 {
    font-size: var(--step-3); } }

@media screen and (max-width: 425px) {
  h2 {
    font-size: var(--step-1); } }

.half {
  padding-left: calc((100vw - (1280px / 1.75)) / 2);
  padding-right: calc((100vw - (1280px / 1.75)) / 2); }

.col-1 {
  padding-left: var(--step-8);
  padding-right: var(--step-8); }

[data-fade='self'] {
  opacity: 0; }

[data-fade='children'] > * {
  opacity: 0; }

[data-fade-up='self'] {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  opacity: 0; }

[data-fade-up='children'] > * {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  opacity: 0; }

[data-slide-right='self'] {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%); }

[data-slide-left='self'] {
  -webkit-transform: translateX(100%);
          transform: translateX(100%); }

[data-reveal-left='self'] {
  -webkit-clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
          clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%); }
  [data-reveal-left='self'] img {
    -webkit-clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
            clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
    display: block; }

[data-reveal-right='self'] {
  -webkit-clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%); }
  [data-reveal-right='self'] img {
    -webkit-clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
    display: block; }

[data-reveal-up='self'] {
  -webkit-clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
          clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%); }
  [data-reveal-up='self'] img {
    -webkit-clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
    display: block; }

[data-reveal-down='self'] {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
          clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%); }
  [data-reveal-down='self'] img {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
            clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
    display: block; }

[data-reveal-down-noimage='self'] {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
          clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%); }

.menu__sheet {
  --ease: 0.5s ease-in-out;
  list-style: none;
  margin: 0;
  padding: 3rem;
  position: fixed;
  background-color: white;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  pointer-events: none;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
          clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
  -webkit-transition: -webkit-clip-path var(--ease);
  transition: -webkit-clip-path var(--ease);
  transition: clip-path var(--ease);
  transition: clip-path var(--ease), -webkit-clip-path var(--ease);
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
          align-items: flex-end; }
  .menu__sheet img {
    width: calc(60% - 2.5em);
    height: auto;
    max-height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
  .menu__sheet.open {
    pointer-events: all;
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%); }

.menu__toggle {
  position: relative;
  -webkit-appearance: none;
  border: none;
  border-radius: none;
  background-color: transparent;
  z-index: 100;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: var(--step--1);
  cursor: pointer;
  padding: 0; }
  .menu__toggle:active, .menu__toggle:focus {
    outline: none; }

.menu__items {
  --padding: 0em;
  position: absolute;
  bottom: 1em;
  right: 1em;
  font-size: var(--step-4);
  height: 7em;
  width: 50%;
  padding: var(--padding) 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-flow: column wrap;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
          align-items: flex-start; }
  .menu__items li {
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    opacity: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    -webkit-transition: opacity var(--ease) var(--delay), -webkit-transform var(--ease) var(--delay);
    transition: opacity var(--ease) var(--delay), -webkit-transform var(--ease) var(--delay);
    transition: opacity var(--ease) var(--delay), transform var(--ease) var(--delay);
    transition: opacity var(--ease) var(--delay), transform var(--ease) var(--delay), -webkit-transform var(--ease) var(--delay); }
    .menu__items li:nth-child(1) {
      --delay: calc(0.4s + (1 * 0.1s)); }
    .menu__items li:nth-child(2) {
      --delay: calc(0.4s + (2 * 0.1s)); }
    .menu__items li:nth-child(3) {
      --delay: calc(0.4s + (3 * 0.1s)); }
    .menu__items li:nth-child(4) {
      --delay: calc(0.4s + (4 * 0.1s)); }
    .menu__items li:nth-child(5) {
      --delay: calc(0.4s + (5 * 0.1s)); }
    .menu__items li:nth-child(6) {
      --delay: calc(0.4s + (6 * 0.1s)); }
    .menu__items li:nth-child(7) {
      --delay: calc(0.4s + (7 * 0.1s)); }
    .menu__items li:nth-child(8) {
      --delay: calc(0.4s + (8 * 0.1s)); }
    .menu__items li:nth-child(9) {
      --delay: calc(0.4s + (9 * 0.1s)); }
    .menu__items li:nth-child(10) {
      --delay: calc(0.4s + (10 * 0.1s)); }
    .menu__items li:nth-child(11) {
      --delay: calc(0.4s + (11 * 0.1s)); }
    .menu__items li:nth-child(12) {
      --delay: calc(0.4s + (12 * 0.1s)); }
    .menu__items li:nth-child(13) {
      --delay: calc(0.4s + (13 * 0.1s)); }
    .menu__items li:nth-child(14) {
      --delay: calc(0.4s + (14 * 0.1s)); }
    .menu__items li:nth-child(15) {
      --delay: calc(0.4s + (15 * 0.1s)); }
    .menu__sheet.open .menu__items li {
      opacity: 1;
      -webkit-transform: translateY(0%);
              transform: translateY(0%); }
    @media (hover: hover) {
      .menu__items li:hover a {
        -webkit-transform: translateX(1em);
                transform: translateX(1em); } }
    .menu__items li a {
      font-weight: 700;
      display: inline-block;
      -webkit-transition: -webkit-transform var(--ease);
      transition: -webkit-transform var(--ease);
      transition: transform var(--ease);
      transition: transform var(--ease), -webkit-transform var(--ease); }
      .menu__items li a.active::before {
        content: "";
        display: inline-block;
        background-color: black;
        height: 0.2em;
        width: 0.7em;
        vertical-align: middle;
        margin-top: -0.1em;
        margin-right: 0.1em; }

@media screen and (max-width: 1080px) {
  .menu__items {
    width: 100%;
    right: auto;
    left: 1em; }
  .menu__sheet {
    -webkit-box-align: center;
            align-items: center; } }

@media screen and (max-width: 768px) {
  .menu__sheet {
    -webkit-box-align: start;
            align-items: flex-start; }
    .menu__sheet img {
      margin: auto 0 33.3%;
      width: 100%;
      height: auto; } }

@media screen and (max-width: 425px) {
  .menu__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-flow: column nowrap;
    height: 100%;
    -webkit-box-pack: end;
            justify-content: flex-end; }
  .menu__sheet img {
    margin: auto 0 100%; } }

nav.primary {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 98;
  padding: 2em 3rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: var(--step--1);
  background-color: white;
  --ease: 0.3s ease-in-out;
  -webkit-transition: background-color var(--ease);
  transition: background-color var(--ease); }
  nav.primary > *:not(.menu__sheet) {
    z-index: 100;
    -webkit-transition: opacity var(--ease), -webkit-transform var(--ease);
    transition: opacity var(--ease), -webkit-transform var(--ease);
    transition: opacity var(--ease), transform var(--ease);
    transition: opacity var(--ease), transform var(--ease), -webkit-transform var(--ease); }
  nav.primary a {
    color: black;
    text-decoration: none; }
  nav.primary .logo {
    position: absolute;
    height: 3em;
    width: 3em;
    left: calc(50% - 1.5em); }
    nav.primary .logo img {
      height: 100%; }
  nav.primary.hide {
    background-color: transparent;
    pointer-events: none; }
    nav.primary.hide > *:not(.menu__sheet) {
      opacity: 0;
      -webkit-transform: translateY(-100%);
              transform: translateY(-100%); }
  @media screen and (max-width: 768px) {
    nav.primary {
      padding: 2em 1rem; }
      nav.primary .logo {
        height: 1.5em;
        width: 1.5em;
        left: calc(50% - 0.75em); } }
  @media screen and (max-width: 470px) {
    nav.primary .logo {
      display: none; } }

footer {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap; }
  footer > div {
    background-color: black;
    color: white;
    --padding-top: 6em;
    --padding-bottom: 3em;
    --padding-side: 3em;
    padding: var(--padding-top) var(--padding-side) var(--padding-bottom);
    max-width: calc(40% - (var(--padding-side) * 2));
    -webkit-box-flex: 1;
            flex: 1 0 calc(40% - (var(--padding-side) * 2));
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-flow: column nowrap;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
            align-items: flex-start;
    overflow: hidden; }
  footer figure {
    margin: 0;
    position: relative;
    max-width: 60%;
    -webkit-box-flex: 1;
            flex: 1 0 60%; }
    footer figure img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
    footer figure a {
      position: absolute;
      background-color: black;
      display: -webkit-box;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
              flex-flow: column nowrap;
      -webkit-box-align: center;
              align-items: center;
      padding: 2em;
      text-align: center;
      top: 0;
      left: 3em; }
      footer figure a svg {
        width: 100%;
        max-width: 5em;
        height: auto; }
      footer figure a h3 {
        margin: 1em 0 0 0;
        max-width: 10ch; }
  footer p.social {
    font-size: var(--step-1); }
    footer p.social a {
      margin: 0 0.5em; }
  footer a {
    color: white;
    text-decoration: none; }
  footer .copy {
    font-size: 0.8em;
    display: -webkit-box;
    display: flex;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
            justify-content: space-between; }
    @media (hover: hover) {
      footer .copy a:hover {
        text-decoration: underline; } }
  @media screen and (max-width: 900px) {
    footer > div {
      max-width: calc(100% - (var(--padding-side) * 2));
      -webkit-box-flex: 1;
              flex: 1 0 calc(100% - (var(--padding-side) * 2));
      -webkit-box-ordinal-group: 2;
              order: 1; }
    footer figure {
      max-width: 100%;
      -webkit-box-flex: 1;
              flex: 1 0 100%; } }
  @media screen and (max-width: 470px) {
    footer figure {
      display: -webkit-box;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
              flex-flow: row nowrap;
      -webkit-box-align: stretch;
              align-items: stretch; }
      footer figure a {
        position: relative;
        left: auto;
        top: auto;
        max-width: 50%; }
      footer figure img {
        max-width: 50%; }
    footer > div > * {
      opacity: 1 !important;
      -webkit-transform: translateY(0) !important;
              transform: translateY(0) !important; } }
