/**
 *  Styles
 */
/**
 *  Media Queries and Breakpoints
 */
/**
 *  Library
 *
 *  Contains mixins and functions.
 */
/**
 *  Layout
 */
/**
 *  Settings
 */
/**
 *  Center element
 *  NB: parent element must have position: relative;
 *
 *  @variables: xy, x, y
 *  Default: xy
 */
/**
 *  Border Radius
 *
 *  @variables: $radius (px, em, rem value)
 */
/**
 *  Font Smoothing
 */
/**
 *  Font size map by Jonathan Suh
 *  https://www.smashingmagazine.com/2015/06/responsive-typography-with-sass-maps/
 */
/**
 *  Media Query Mixins.
 *  Sorted by Minimum, Maximum and Between
 */
/**
 *  Minimums
 * eg.
 * @include minimum(tablet){ @content };
 * css will be active on tablet size and beyond
 *
 * @variables: tablet, small-desktop, desktop
 */
/**
 *  Maximums
 * eg.
 * @include maximum(tablet){ @content };
 * css will be active on tablet size size and beyond
 *
 * @variables: mobile, tablet, small-desktop, desktop
 */
/**
 *  Betweens
 * eg.
 * @include between(tablet,desktop){ @content };
 * css will be active between tablet and desktop breakpoints.
 *
 * @variables: tablet, desktop
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

* {
  margin: 0;
  box-sizing: border-box; }

/**
 *  Typography
 */
@font-face {
  font-family: 'Mark';
  src: url(../fonts/Mark-Bold.woff2) format("woff2"), url(../fonts/Mark-Bold.woff) format("woff"), url(../fonts/Mark-Bold.ttf) format("truetype"), url(../fonts/Mark-Bold.svg#Mark-Bold) format("svg");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Mark';
  src: url(../fonts/Mark-Black.eot);
  src: url(../fonts/Mark-Black.eot?#iefix) format("embedded-opentype"), url(../fonts/Mark-Black.woff2) format("woff2"), url(../fonts/Mark-Black.woff) format("woff"), url(../fonts/Mark-Black.ttf) format("truetype"), url(../fonts/Mark-Black.svg#Mark-Black) format("svg");
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-family: 'Mark';
  src: url(../fonts/Mark-Book.eot);
  src: url(../fonts/Mark-Book.eot?#iefix) format("embedded-opentype"), url(../fonts/Mark-Book.woff2) format("woff2"), url(../fonts/Mark-Book.woff) format("woff"), url(../fonts/Mark-Book.ttf) format("truetype"), url(../fonts/Mark-Book.svg#Mark-Book) format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'WoodtypeGothicExtended Exp';
  src: url(../fonts/WoodtypeGothicExtended.eot);
  src: url(../fonts/WoodtypeGothicExtended.eot?#iefix) format("embedded-opentype"), url(../fonts/WoodtypeGothicExtended.woff2) format("woff2"), url(../fonts/WoodtypeGothicExtended.woff) format("woff"), url(../fonts/WoodtypeGothicExtended.ttf) format("truetype"), url(../fonts/WoodtypeGothicExtended.svg#WoodtypeGothicExtended) format("svg");
  font-weight: normal;
  font-style: normal; }

/**
 *  Font weight variables
 */
/**
 *  Font sizes Body
 *	Map options: null, x-small, small, medium, large, x-large
 */
h1, h3, h4, h5, h6 {
  font-family: "WoodtypeGothicExtended Exp", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  text-transform: uppercase; }

h1 {
  font-size: 20px;
  line-height: 1.2;
  margin-top: 0; }
  @media screen and (min-width: 800px) {
    h1 {
      font-size: 26px;
      line-height: 1.2; } }
  @media screen and (min-width: 1380px) {
    h1 {
      font-size: 36px;
      line-height: 1.2; } }

h2 {
  font-size: 20px;
  line-height: 1.2;
  margin-top: 0; }
  @media screen and (min-width: 800px) {
    h2 {
      font-size: 26px;
      line-height: 1.2; } }
  @media screen and (min-width: 1380px) {
    h2 {
      font-size: 36px;
      line-height: 1.2; } }

h3 {
  font-size: 18px;
  line-height: 1.22; }
  @media screen and (min-width: 800px) {
    h3 {
      font-size: 22px;
      line-height: 1.22; } }
  @media screen and (min-width: 1380px) {
    h3 {
      font-size: 36px;
      line-height: 1.22; } }

h4 {
  font-size: 16px;
  line-height: 2; }
  @media screen and (min-width: 800px) {
    h4 {
      font-size: 20px;
      line-height: 2; } }
  @media screen and (min-width: 1380px) {
    h4 {
      font-size: 30px;
      line-height: 2; } }

h5 {
  font-size: 10px;
  line-height: 1.25; }
  @media screen and (min-width: 1040px) {
    h5 {
      font-size: 12px;
      line-height: 1.25; } }
  @media screen and (min-width: 1380px) {
    h5 {
      font-size: 12px;
      line-height: 1.25; } }

h6 {
  font-size: 10px;
  line-height: 1.25; }
  @media screen and (min-width: 1040px) {
    h6 {
      font-size: 12px;
      line-height: 1.25; } }
  @media screen and (min-width: 1380px) {
    h6 {
      font-size: 12px;
      line-height: 1.25; } }

p {
  letter-spacing: 0.05em;
  margin-top: 0px;
  margin-bottom: 1.5em; }
  p:last-child {
    margin-bottom: 0; }

p, body {
  font-size: 12px;
  line-height: 1.5;
  font-family: "Mark", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; }
  @media screen and (min-width: 1040px) {
    p, body {
      font-size: 12px;
      line-height: 1.5; } }
  @media screen and (min-width: 1380px) {
    p, body {
      font-size: 12px;
      line-height: 1.5; } }

/**
 *  General
 */
* {
  -webkit-font-smoothing: antialiased; }

img {
  max-width: 100%; }

.corner-dots__el {
  transition: all 400ms ease-in-out;
  position: absolute;
  z-index: 20;
  width: 5px;
  height: 5px;
  display: inline-block;
  background: #ffffff;
  border-radius: 999px; }
  .corner-dots__el:first-child {
    top: 10px;
    left: 10px; }
  .corner-dots__el:nth-child(2) {
    top: 10px;
    right: 10px; }
  .corner-dots__el:nth-child(3) {
    bottom: 10px;
    left: 10px; }
  .corner-dots__el:last-child {
    bottom: 10px;
    right: 10px; }
  @media (max-width: 700px) {
    .corner-dots__el {
      width: 2px;
      height: 2px; }
      .corner-dots__el:first-child {
        top: 5px;
        left: 5px; }
      .corner-dots__el:nth-child(2) {
        top: 5px;
        right: 5px; }
      .corner-dots__el:nth-child(3) {
        bottom: 5px;
        left: 5px; }
      .corner-dots__el:last-child {
        bottom: 5px;
        right: 5px; } }

.corner-dots--red div {
  background: #ff1c24; }

.page-title {
  margin-left: auto;
  margin-right: auto;
  width: 30%;
  height: 150px;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  z-index: 20; }
  .page-title h1 {
    font-size: 10px;
    line-height: 1.25;
    letter-spacing: 0.2em;
    color: #ff1c24; }
    @media screen and (min-width: 1040px) {
      .page-title h1 {
        font-size: 12px;
        line-height: 1.25; } }
    @media screen and (min-width: 1380px) {
      .page-title h1 {
        font-size: 12px;
        line-height: 1.25; } }
  @media (max-width: 800px) {
    .page-title {
      width: 60%; } }
  @media (max-width: 700px) {
    .page-title {
      -ms-flex-pack: start;
          justify-content: start; }
      .page-title .page-title__content {
        padding-top: 38px; }
        .page-title .page-title__content h1 {
          font-size: 8px; }
        .page-title .page-title__content p {
          font-size: 10px; } }
  .page-title__content {
    width: 100%;
    text-align: center; }
    .page-title__content h1 {
      text-transform: uppercase;
      margin-bottom: 0;
      font-size: 10px;
      line-height: 2;
      font-family: "WoodtypeGothicExtended Exp", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
      color: #ff1c24; }
      @media screen and (min-width: 1040px) {
        .page-title__content h1 {
          font-size: 10px;
          line-height: 2; } }
      @media screen and (min-width: 1380px) {
        .page-title__content h1 {
          font-size: 10px;
          line-height: 2; } }
    .page-title__content p {
      text-transform: uppercase;
      line-height: .8;
      margin-bottom: 0;
      letter-spacing: 0.2em; }

.link-btn {
  padding-top: 12px;
  padding-bottom: 12px;
  width: 100%;
  display: block;
  background: #000000;
  color: white;
  font-family: "WoodtypeGothicExtended Exp", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  text-transform: uppercase;
  letter-spacing: 0.2em;
  text-align: center;
  line-height: 0.8;
  font-size: 7px;
  line-height: 0.8;
  transition: all 400ms ease-in-out; }
  @media screen and (min-width: 1040px) {
    .link-btn {
      font-size: 7px;
      line-height: 0.8; } }
  @media screen and (min-width: 1380px) {
    .link-btn {
      font-size: 7px;
      line-height: 0.8; } }
  .link-btn:hover {
    background: #ff1c24; }
  .link-btn--red {
    background: #ff1c24; }
    .link-btn--red:hover {
      background: #000000; }

* {
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box; }

body {
  margin: 0;
  color: #000000;
  font-family: "Mark", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  overflow-y: auto;
  overflow-x: hidden; }
  body ::-moz-selection {
    background: #000000;
    color: #fff;
    text-shadow: none; }
  body ::selection {
    background: #000000;
    color: #fff;
    text-shadow: none; }
  body.menu-open {
    overflow-x: hidden; }
  body.ios-device .menu-item a:hover::before, body.ios-device .menu-item a:hover::after,
  body.ios-device a.collab:hover::before,
  body.ios-device a.collab:hover::after,
  body.ios-device .twocol__link a:hover::before,
  body.ios-device .twocol__link a:hover::after,
  body.ios-device .slider-nav__more-btn a:hover::before,
  body.ios-device .slider-nav__more-btn a:hover::after,
  body.ios-device .scrapbook__copy a:hover::before,
  body.ios-device .scrapbook__copy a:hover::after,
  body.ios-device .footer a:hover::before,
  body.ios-device .footer a:hover::after,
  body.ios-device .menu-popover a:hover::before,
  body.ios-device .menu-popover a:hover::after,
  body.ios-device .ginput_container_fileupload:hover::before,
  body.ios-device .ginput_container_fileupload:hover::after,
  body.ios-device .sidebar__contact a:hover::before,
  body.ios-device .sidebar__contact a:hover::after {
    display: none; }

.inner-wrapper {
  max-width: 1280px;
  margin: 0 auto;
  width: 100%; }
  @media (max-width: 1600px) {
    .inner-wrapper {
      padding: 0 100px; } }
  @media (max-width: 1380px) {
    .inner-wrapper {
      padding: 0 72px; } }
  @media (max-width: 1040px) {
    .inner-wrapper {
      padding: 0 28px; } }

a {
  text-decoration: none;
  color: #000000; }

ul {
  display: block;
  list-style-type: disc;
  -webkit-margin-before: 0px;
          margin-block-start: 0px;
  -webkit-margin-after: 0px;
          margin-block-end: 0px;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
  -webkit-padding-start: 0px;
          padding-inline-start: 0px; }
  ul li {
    list-style: none;
    -webkit-margin-before: 0;
            margin-block-start: 0;
    -webkit-margin-after: 0;
            margin-block-end: 0;
    -webkit-margin-start: 0px;
            margin-inline-start: 0px;
    -webkit-margin-end: 0px;
            margin-inline-end: 0px;
    -webkit-padding-start: 0;
            padding-inline-start: 0; }

.dots__el {
  position: fixed;
  z-index: 1000;
  width: 6px;
  height: 6px;
  display: inline-block;
  background: #ff1c24;
  border-radius: 999px; }
  .dots__el:first-child {
    top: 10.5px;
    left: 10.5px; }
  .dots__el:nth-child(2) {
    top: 10.5px;
    right: 10.5px; }
  .dots__el:nth-child(3) {
    bottom: 10.5px;
    left: 10.5px; }
  .dots__el:last-child {
    bottom: 10.5px;
    right: 10.5px; }

.barba-container {
  transition: all 400ms ease-in-out;
  transition-delay: 25ms; }

@keyframes linkStart {
  0% {
    left: 0;
    width: 0%; }
  100% {
    left: 0;
    width: 100%; } }

@keyframes linkEnd {
  0% {
    right: 0;
    width: 100%; }
  100% {
    right: 0;
    width: 0%; } }

@keyframes linkBlank {
  0% {
    opacity: 1; }
  100% {
    opacity: 1; } }

@media (max-width: 700px) {
  body.menu-open {
    overflow-y: auto;
    position: fixed;
    height: 100%;
    width: 100%; } }

body.menu-open .header.nav-up .header__logo,
body.menu-open .header.nav-up .header__clock {
  opacity: 1;
  visibility: visible; }

body.menu-open .sub-active .header__logo,
body.menu-open .sub-active .header__clock {
  opacity: 1;
  visibility: visible; }

body.menu-open .header__menu {
  opacity: 0; }

body.menu-open .header__logo svg .brandmark__type {
  fill: white; }

body.mfp-zoom-out-cur .header__logo svg .brandmark__type {
  fill: white; }

body .header__nav {
  display: none; }

@keyframes logoSpin {
  0% {
    transform: rotate(0deg);
    transform-origin: center center; }
  11.459% {
    transform: rotate(-60deg); }
  22.918% {
    transform: rotate(-60deg); }
  34.377% {
    transform: rotate(-129deg); }
  38.5416% {
    transform: rotate(-129deg); }
  50% {
    transform: rotate(-200deg); }
  61.459% {
    transform: rotate(-200deg); }
  72.918% {
    transform: rotate(-286deg); }
  84.377% {
    transform: rotate(-286deg); }
  90.20% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(0deg);
    transform-origin: center center; } }

.header {
  position: fixed;
  top: 0;
  left: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%;
  -ms-flex-line-pack: center;
      align-content: center;
  transition: all 400ms ease-in-out;
  z-index: 500;
  pointer-events: none; }
  .header.nav-up .header__burger-set {
    opacity: 0; }
    .header.nav-up .header__burger-set:hover {
      opacity: 1; }
  .header.nav-down .header__burger-set {
    opacity: 1;
    visibility: visible; }
  .header.sub-active {
    z-index: 0; }
    .header.sub-active .header__burger-set {
      opacity: 0;
      visibility: hidden; }
    .header.sub-active .header__nav {
      opacity: 1;
      pointer-events: auto;
      visibility: visible; }
  .header > div {
    pointer-events: auto; }
    .header > div:hover {
      visibility: visible;
      opacity: 1; }
  .header__logo {
    transition: all 400ms ease-in-out;
    width: 94px; }
    @media (max-width: 800px) {
      .header__logo {
        width: 72px; }
        .header__logo svg {
          height: 72px; } }
    @media (max-width: 700px) {
      .header__logo {
        width: 48px; }
        .header__logo svg {
          height: 48px; } }
    .header__logo svg {
      width: 100%; }
      .header__logo svg .brandmark__type {
        fill: #B1B4B6;
        animation: logoSpin 8s infinite;
        animation-timing-function: easeInOutQuart;
        transition: all 400ms ease-in-out; }
  .header__clock {
    transition: all 400ms ease-in-out;
    width: 94px;
    position: relative;
    -ms-flex-item-align: start;
        align-self: flex-start; }
    @media (max-width: 800px) {
      .header__clock {
        width: 72px; } }
    @media (max-width: 700px) {
      .header__clock {
        width: 48px; } }
    .header__clock.active svg .st0 {
      opacity: 1; }
    .header__clock.active svg .clock-dots {
      fill: #e9e9ea; }
    .header__clock svg {
      position: relative;
      height: 100%;
      width: 100%; }
      .header__clock svg .st0 {
        fill: #ff1c24;
        transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
        opacity: 0; }
      .header__clock svg .st1 {
        fill: #b1b3b6;
        transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .header__nav {
    transition: all 400ms ease-in-out;
    position: absolute;
    top: 60px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 50;
    width: 100%;
    text-align: center;
    display: block;
    pointer-events: auto;
    text-align: center; }
    @media (max-width: 1040px) {
      .header__nav {
        display: none !important; } }
    .header__nav li {
      display: inline-block;
      margin-right: 38px; }
      .header__nav li:last-child {
        margin-right: 0px; }
      .header__nav li.current_page_item a, .header__nav li.active-page a {
        color: #ff1c24; }
      .header__nav li.current_page_item a:after, .header__nav li.active-page a:after {
        width: 100%; }
    .header__nav a {
      font-size: 10px;
      line-height: 2;
      transition: all 400ms ease-in-out;
      text-transform: uppercase;
      position: relative;
      padding-bottom: 2px;
      letter-spacing: 0.2em; }
      @media screen and (min-width: 1040px) {
        .header__nav a {
          font-size: 10px;
          line-height: 2; } }
      @media screen and (min-width: 1380px) {
        .header__nav a {
          font-size: 10px;
          line-height: 2; } }
      .header__nav a:before {
        transition: all 400ms ease-in-out;
        position: absolute;
        bottom: 0;
        height: 1px;
        width: 0%;
        background: #ff1c24;
        content: '';
        animation: linkEnd 400ms forwards; }
      .header__nav a:hover::before {
        animation: linkStart 400ms forwards; }

.nav-inner-wrapper {
  padding: 28px; }

.clock-menu.active .minute .minute__half::after,
.clock-menu.active .hour .hour__half::after,
.clock-menu.active .second .second__half .seconds__start::after,
.clock-menu.active .second .second__half:last-child .seconds__end::after {
  max-height: 100%; }

.clock-menu.active .dot {
  transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transform: translate(-50%, -50%) scale(1); }

.clock-menu__hands {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 94px; }
  @media (max-width: 800px) {
    .clock-menu__hands {
      height: 72px; } }
  @media (max-width: 700px) {
    .clock-menu__hands {
      height: 48px; } }
  .clock-menu__hands .minute,
  .clock-menu__hands .hour,
  .clock-menu__hands .second,
  .clock-menu__hands .dot {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .clock-menu__hands .minute > div,
    .clock-menu__hands .hour > div,
    .clock-menu__hands .second > div,
    .clock-menu__hands .dot > div {
      height: 50%; }
  .clock-menu__hands .dot {
    width: 10px;
    height: 10px;
    display: inline-block;
    background: #ff1c24;
    border-radius: 50%;
    transform: translate(-50%, -50%) scale(0);
    z-index: 100; }
    @media (max-width: 700px) {
      .clock-menu__hands .dot {
        width: 5px;
        height: 5px; } }
  .clock-menu__hands .minute {
    width: 2px;
    height: 66px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    position: absolute;
    z-index: 1; }
    @media (max-width: 800px) {
      .clock-menu__hands .minute {
        height: 56px; } }
    @media (max-width: 700px) {
      .clock-menu__hands .minute {
        height: 36px; } }
    .clock-menu__hands .minute .minute__half {
      position: relative;
      height: 50%; }
      .clock-menu__hands .minute .minute__half::after {
        transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
        border-radius: 999px;
        background: #000000;
        height: 100%;
        width: 100%;
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        max-height: 0; }
      .clock-menu__hands .minute .minute__half:last-child {
        opacity: 0; }
  .clock-menu__hands .hour {
    width: 4px;
    height: 50px;
    z-index: 1; }
    @media (max-width: 800px) {
      .clock-menu__hands .hour {
        height: 36px; } }
    @media (max-width: 700px) {
      .clock-menu__hands .hour {
        height: 24px; } }
    .clock-menu__hands .hour .hour__half {
      position: relative; }
      .clock-menu__hands .hour .hour__half::after {
        transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        bottom: 0;
        background: #000000;
        border-radius: 999px;
        content: '';
        max-height: 0; }
      .clock-menu__hands .hour .hour__half:last-child {
        opacity: 0; }
  .clock-menu__hands .second {
    height: 100px;
    width: 4px; }
    @media (max-width: 800px) {
      .clock-menu__hands .second {
        height: 52px; } }
    @media (max-width: 700px) {
      .clock-menu__hands .second {
        height: 40px; } }
    .clock-menu__hands .second .second__half .seconds__start {
      width: 1px;
      position: absolute;
      height: 50%;
      left: 50%;
      transform: translateX(-50%); }
      .clock-menu__hands .second .second__half .seconds__start::after {
        transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
        content: '';
        border-radius: 999px;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        height: 100%;
        width: 100%;
        background: #ff1c24;
        position: absolute;
        max-height: 0; }
    .clock-menu__hands .second .second__half:last-child {
      background: transparent;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column; }
      .clock-menu__hands .second .second__half:last-child .seconds__end {
        height: 12px;
        overflow: hidden;
        position: relative; }
        .clock-menu__hands .second .second__half:last-child .seconds__end::after {
          transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
          content: '';
          background: #ff1c24;
          border-radius: 999px;
          height: 100%;
          width: 100%;
          position: absolute;
          max-height: 0;
          left: 0%;
          top: 0; }

.clock-menu .hamburger {
  z-index: 50;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  position: absolute;
  top: 47%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 14px;
  transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transform-origin: center; }
  .clock-menu .hamburger a {
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: justify;
        justify-content: space-between; }
  .clock-menu .hamburger .hamburger__el {
    transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    height: 2px;
    display: block;
    background: #ff1c24;
    opacity: 1; }
  .clock-menu .hamburger.active {
    transform: translate(-50%, -50%) scale(2.2); }
    .clock-menu .hamburger.active .hamburger__el {
      transform: scaleX(0); }
      .clock-menu .hamburger.active .hamburger__el:first-child {
        transform: translateY(6px) scaleX(0); }
      .clock-menu .hamburger.active .hamburger__el:last-child {
        transform: translateY(-6px) scaleX(0); }

.footer {
  padding-top: 28px;
  padding-bottom: 70px;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  z-index: 50; }
  .footer a {
    transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    color: #b1b3b6;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 2px;
    font-size: 10px;
    line-height: 2;
    letter-spacing: 0.2em; }
    @media screen and (min-width: 1040px) {
      .footer a {
        font-size: 10px;
        line-height: 2; } }
    @media screen and (min-width: 1380px) {
      .footer a {
        font-size: 10px;
        line-height: 2; } }
    .footer a:before {
      transition: all 400ms ease-in-out;
      position: absolute;
      bottom: 0;
      height: 1px;
      width: 0%;
      background: #ff1c24;
      content: '';
      animation: linkEnd 400ms forwards; }
      @media (max-width: 1040px) {
        .footer a:before {
          display: none !important; } }
    .footer a:hover {
      color: #000000; }
      .footer a:hover::before {
        animation: linkStart 400ms forwards; }
  .footer span {
    text-transform: uppercase;
    color: #b1b3b6;
    font-size: 10px;
    line-height: 2; }
    @media screen and (min-width: 1040px) {
      .footer span {
        font-size: 10px;
        line-height: 2; } }
    @media screen and (min-width: 1380px) {
      .footer span {
        font-size: 10px;
        line-height: 2; } }
  .footer__contact {
    width: 25%; }
    @media (max-width: 700px) {
      .footer__contact {
        display: block;
        width: 100%;
        text-align: center;
        margin-bottom: 1.5em; } }
    .footer__contact ul li {
      font-size: 0; }
  .footer__wordmark {
    width: 172px; }
    .footer__wordmark svg {
      width: 100%; }
    @media (max-width: 700px) {
      .footer__wordmark {
        -ms-flex-order: 4;
            order: 4;
        margin: 0 auto; } }
  .footer__address {
    width: 25%;
    font-size: 10px;
    line-height: 2;
    text-align: right; }
    .footer__address a {
      display: inline-block; }
    @media screen and (min-width: 1040px) {
      .footer__address {
        font-size: 10px;
        line-height: 2; } }
    @media screen and (min-width: 1380px) {
      .footer__address {
        font-size: 10px;
        line-height: 2; } }
    @media (max-width: 700px) {
      .footer__address {
        -ms-flex-order: 2;
            order: 2;
        width: 100%;
        text-align: center;
        margin-bottom: 60px; } }
  .footer__credit {
    padding-top: 54px;
    width: 100%;
    text-align: center; }
    @media (max-width: 700px) {
      .footer__credit {
        -ms-flex-order: 5;
            order: 5; } }

.footer-line {
  height: 1px;
  background: #b1b3b6; }

.menu-popover {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
  background: #b1b3b6;
  z-index: 40;
  transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  overflow-y: auto; }
  .menu-popover ul {
    margin-bottom: 24px; }
  .menu-popover.active {
    opacity: 1;
    visibility: visible; }
  .menu-popover__close-btn {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    transition: all 400ms ease-in-out; }
    .menu-popover__close-btn a {
      width: 32px;
      height: 24px;
      position: relative; }
      .menu-popover__close-btn a:hover div {
        background: #ff1c24; }
    .menu-popover__close-btn .hamburger__el {
      transition: all 400ms ease-in-out;
      background: #ffffff;
      width: 100%;
      height: 2px;
      position: absolute;
      top: 50%;
      left: 0; }
      .menu-popover__close-btn .hamburger__el:first-child {
        transform: translateY(-50%) rotate(45deg); }
      .menu-popover__close-btn .hamburger__el:last-child {
        transform: translateY(-50%) rotate(-45deg); }
  .menu-popover__nav {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    .menu-popover__nav ul li {
      text-align: center; }
      .menu-popover__nav ul li.current_page_item a, .menu-popover__nav ul li.active-page a {
        color: #ff1c24; }
      .menu-popover__nav ul li.current_page_item a:before, .menu-popover__nav ul li.active-page a:before {
        width: 100%; }
    .menu-popover__nav ul a {
      font-size: 16px;
      line-height: 2;
      font-family: "WoodtypeGothicExtended Exp", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
      text-transform: uppercase;
      color: #ffffff;
      transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
      position: relative;
      padding-bottom: 2px; }
      @media screen and (min-width: 800px) {
        .menu-popover__nav ul a {
          font-size: 20px;
          line-height: 2; } }
      @media screen and (min-width: 1380px) {
        .menu-popover__nav ul a {
          font-size: 30px;
          line-height: 2; } }
      .menu-popover__nav ul a:before {
        transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
        position: absolute;
        bottom: 0;
        height: 1px;
        width: 0%;
        background: #ff1c24;
        content: '';
        animation: linkEnd 400ms forwards; }
        @media (max-width: 1040px) {
          .menu-popover__nav ul a:before {
            display: none !important; } }
      .menu-popover__nav ul a:hover:not(:focus) {
        color: #ff1c24; }
        .menu-popover__nav ul a:hover:not(:focus)::before {
          animation: linkStart 400ms forwards; }
      .menu-popover__nav ul a.active {
        color: #ff1c24; }
        .menu-popover__nav ul a.active::before {
          width: 100%; }
      @media (max-width: 700px) {
        .menu-popover__nav ul a {
          font-size: 14px; } }

.sidebar {
  position: absolute;
  padding: 0 24px;
  right: 0;
  top: 140px;
  text-align: center;
  width: 150px; }
  @media (max-width: 800px) {
    .sidebar {
      display: none; } }
  .sidebar__sign {
    margin-bottom: 28px; }
    .sidebar__sign svg {
      width: 100%;
      height: auto; }
      .sidebar__sign svg .open__red {
        fill: #ff1c24; }
      .sidebar__sign svg .open__black {
        fill: #000000; }
    .sidebar__sign.closed {
      display: none; }
    .sidebar__sign.open {
      display: block; }
  .sidebar.workshop-closed .sidebar__sign.closed {
    display: block; }
  .sidebar.workshop-closed .sidebar__sign.open {
    display: none; }
  .sidebar.workshop-closed .shutdown p,
  .sidebar.workshop-closed .shutdown a {
    pointer-events: none;
    color: white;
    text-decoration: line-through; }
  .sidebar__contact {
    margin-bottom: 28px; }
    .sidebar__contact .subhead {
      margin-bottom: 0;
      text-transform: uppercase;
      color: #ffffff;
      position: relative; }
    .sidebar__contact a {
      font-weight: 700;
      position: relative;
      padding-bottom: 2px;
      text-transform: uppercase; }
      .sidebar__contact a:before {
        transition: all 400ms ease-in-out;
        position: absolute;
        bottom: 0;
        height: 1px;
        width: 0%;
        background: #ff1c24;
        content: '';
        animation: linkEnd 400ms forwards; }
      .sidebar__contact a:hover::before {
        animation: linkStart 400ms forwards; }
      .sidebar__contact a.active {
        color: #ff1c24; }
        .sidebar__contact a.active::before {
          width: 100%; }
  .sidebar--socials .subhead {
    margin-bottom: 8px; }
  .sidebar--socials a {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 2px; }
    .sidebar--socials a svg {
      transition: all 400ms ease-in-out; }
    .sidebar--socials a:before {
      display: none; }
    .sidebar--socials a:hover svg {
      fill: #ff1c24; }
    .sidebar--socials a:last-child {
      margin-right: 0; }

.newsletter-sub {
  min-height: 42px; }

img,
img[data-sizes="auto"] {
  display: block;
  width: 100%;
  height: auto; }

.lazy {
  position: relative; }
  .lazy__preloader {
    z-index: 20;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #b1b3b6;
    max-width: 100%;
    transition: all 400ms ease-in-out;
    transition-delay: 800ms; }
    .lazy__preloader img {
      opacity: 0;
      width: 1px;
      height: 1px; }
  .lazy.loaded .lazy__preloader {
    max-width: 0; }

/**
 *  Spacing Map
 *  Example usage:
 *
 *  $purple-spacing: (
 *    null  : (20px),
 *    small : 20px,
 *    medium: 40px
 *  );
 *
 *  .test{
 *    @include spacing(padding-bottom, $purple-spacing);
 *  }
 */
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */ }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%; }

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none; }

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit; }

.owl-carousel.owl-loaded {
  display: block; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0; }

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

.slideInUp {
  animation-name: slideInUp; }

@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0); } }

.slideOutUp {
  animation-name: slideOutUp; }

@keyframes slideInLeft {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

.slideInLeft {
  animation-name: slideInLeft; }

@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0); } }

.slideOutLeft {
  animation-name: slideOutLeft; }

@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

.slideInDown {
  animation-name: slideInDown; }

@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0); } }

.slideOutDown {
  animation-name: slideOutDown; }

@keyframes slideInRight {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

.slideInRight {
  animation-name: slideInRight; }

@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0); } }

.slideOutRight {
  animation-name: slideOutRight; }

.owl-carousel .owl-item {
  direction: rtl; }

.validation_error {
  display: none; }

.validation_message {
  text-transform: uppercase;
  font-size: 10px;
  line-height: 1.875;
  color: #b1b3b6;
  margin-top: 10px;
  letter-spacing: 0.2em; }
  @media screen and (min-width: 1040px) {
    .validation_message {
      font-size: 10px;
      line-height: 1.875; } }
  @media screen and (min-width: 1380px) {
    .validation_message {
      font-size: 10px;
      line-height: 1.875; } }

#gform_wrapper_1 .validation_message {
  color: #b1b3b6; }

.gform_confirmation_wrapper {
  display: block; }

.gform_confirmation_message {
  color: #000000; }

.gform_button {
  -webkit-appearance: none;
  border-radius: 0px; }

/*Custom subscribe box for .gform_wrapper class*/
.gform_wrapper [type="radio"]:not(:checked), [type="radio"]:checked {
  position: absolute !important;
  left: -9999px; }

.gform_wrapper [type="radio"]:not(:checked) + label, [type="radio"]:checked + label {
  position: relative !important;
  padding-left: 19px !important;
  cursor: pointer !important; }

.gform_wrapper [type="radio"]:not(:checked) + label:before, [type="radio"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 4px;
  height: 11px;
  width: 11px;
  border-radius: 100%;
  border: 1px solid #000;
  box-sizing: border-box; }

.gform_wrapper [type="radio"]:not(:checked) + label:after, [type="radio"]:checked + label:after {
  content: '';
  position: absolute;
  width: 11px;
  height: 11px;
  top: 4px;
  left: 0px;
  opacity: 1;
  background: #000;
  border-radius: 100%;
  transition: all .2s; }

/* checked mark aspect changes */
.gform_wrapper [type="radio"]:not(:checked) + label:after {
  opacity: 0; }

.gform_wrapper [type="radio"]:checked + label:after {
  opacity: 1; }

/* disabled checkbox */
.gform_wrapper [type="radio"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd; }

.gform_wrapper [type="radio"]:disabled:checked + label:after {
  color: #999; }

.gform_wrapper [type="radio"]:disabled + label {
  color: #aaa; }

/*Custom subscribe box for .gform_wrapper class*/
.gform_wrapper [type="checkbox"]:not(:checked), [type="checkbox"]:checked,
.checkbox-wrapper [type="checkbox"]:not(:checked), [type="checkbox"]:checked,
.woocommerce-form__label-for-checkbox [type="checkbox"]:not(:checked), [type="checkbox"]:checked {
  position: absolute !important;
  left: -9999px; }

.gform_wrapper .gfield_checkbox li label,
.gform_wrapper [type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label,
.checkbox-wrapper [type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
  position: relative !important;
  padding-left: 19px !important;
  cursor: pointer !important; }

.gform_wrapper [type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before,
.checkbox-wrapper [type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before,
.woocommerce-form__label-for-checkbox [type="checkbox"]:not(:checked) + label:before, [type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 4px;
  height: 11px;
  width: 11px;
  border-radius: 100%;
  border: 1px solid #000;
  box-sizing: border-box; }

.gform_wrapper [type="checkbox"]:not(:checked) + label:after, [type="checkbox"]:checked + label:after,
.checkbox-wrapper [type="checkbox"]:not(:checked) + label:after, [type="checkbox"]:checked + label:after,
.woocommerce-form__label-for-checkbox [type="checkbox"]:not(:checked) + label:after, [type="checkbox"]:checked + label:after {
  content: '';
  position: absolute;
  width: 11px;
  height: 11px;
  top: 4px;
  left: 0px;
  opacity: 1;
  background: #000;
  border-radius: 100%;
  transition: all .2s; }

/* checked mark aspect changes */
.gform_wrapper [type="checkbox"]:not(:checked) + label:after,
.checkbox-wrapper [type="checkbox"]:not(:checked) + label:after,
.woocommerce-form__label-for-checkbox [type="checkbox"]:not(:checked) + label:after {
  opacity: 0; }

.gform_wrapper [type="checkbox"]:checked + label:after,
.checkbox-wrapper [type="checkbox"]:checked + label:after,
.woocommerce-form__label-for-checkbox [type="checkbox"]:checked + label:after {
  opacity: 1; }

/* disabled checkbox */
.gform_wrapper [type="checkbox"]:disabled:not(:checked) + label:before,
.checkbox-wrapper [type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before,
.woocommerce-form__label-for-checkbox [type="checkbox"]:disabled:not(:checked) + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd; }

.gform_wrapper [type="checkbox"]:disabled:checked + label:after,
.checkbox-wrapper [type="checkbox"]:disabled:checked + label:after,
.woocommerce-form__label-for-checkbox [type="checkbox"]:disabled:checked + label:after {
  color: #999; }

.gform_wrapper [type="checkbox"]:disabled + label,
.checkbox-wrapper [type="checkbox"]:disabled + label,
.woocommerce-form__label-for-checkbox [type="checkbox"]:disabled + label {
  color: #aaa; }

.gf_clear {
  display: none; }

.gform_card_icon_container,
.ginput_card_security_code_icon {
  display: none !important; }

.gform_wrapper {
  box-sizing: border-box; }
  .gform_wrapper form .gform_body > .gform_fields {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    list-style: none; }
    .gform_wrapper form .gform_body > .gform_fields > li {
      width: 100%;
      margin-bottom: 30px;
      position: relative;
      padding-left: 0px; }
      .gform_wrapper form .gform_body > .gform_fields > li.show-label > .gfield_label {
        display: block !important;
        margin-bottom: 10px; }
      .gform_wrapper form .gform_body > .gform_fields > li.gsection {
        margin-bottom: 0; }
      .gform_wrapper form .gform_body > .gform_fields > li .gfield_description,
      .gform_wrapper form .gform_body > .gform_fields > li .gsection_description {
        letter-spacing: 0.05em;
        text-transform: uppercase;
        margin-bottom: 1.5em;
        letter-spacing: 0.05em; }
      .gform_wrapper form .gform_body > .gform_fields > li#field_1_7 div {
        margin-bottom: 0px;
        font-weight: 300;
        color: #000000;
        text-transform: none;
        padding-right: 20%; }
        @media (max-width: 800px) {
          .gform_wrapper form .gform_body > .gform_fields > li#field_1_7 div {
            padding-right: 0; } }
      .gform_wrapper form .gform_body > .gform_fields > li:after {
        display: none; }
      .gform_wrapper form .gform_body > .gform_fields > li hr {
        height: 1px;
        width: 100%;
        display: block;
        border: 0px;
        background: #66bdd6; }
      .gform_wrapper form .gform_body > .gform_fields > li h2 {
        font-size: 30px;
        font-weight: 300; }
      .gform_wrapper form .gform_body > .gform_fields > li p {
        line-height: 150%;
        font-size: 18px;
        letter-spacing: .5px;
        margin-top: 10px; }
      .gform_wrapper form .gform_body > .gform_fields > li .ginput_preview {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-pack: start;
            justify-content: flex-start;
        margin-top: 10px;
        padding-left: 20px;
        position: relative; }
        .gform_wrapper form .gform_body > .gform_fields > li .ginput_preview:after {
          background: url(../images/x-red.svg) no-repeat center;
          background-size: contain;
          position: absolute;
          left: 0;
          top: 4px;
          pointer-events: none;
          width: 10px;
          height: 10px;
          display: block;
          content: ''; }
        .gform_wrapper form .gform_body > .gform_fields > li .ginput_preview .gform_delete {
          width: 10px;
          position: absolute;
          top: 4px;
          left: 0;
          opacity: 0; }
        .gform_wrapper form .gform_body > .gform_fields > li .ginput_preview strong {
          font-weight: 400; }
      @media (max-width: 800px) {
        .gform_wrapper form .gform_body > .gform_fields > li .ginput_container_checkbox {
          -ms-flex: 2;
              flex: 2; } }
      .gform_wrapper form .gform_body > .gform_fields > li .ginput_container_address {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
            justify-content: space-between;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        .gform_wrapper form .gform_body > .gform_fields > li .ginput_container_address span {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse;
          width: 32%; }
          .gform_wrapper form .gform_body > .gform_fields > li .ginput_container_address span.ginput_full {
            width: 100%;
            margin-bottom: 15px; }
          .gform_wrapper form .gform_body > .gform_fields > li .ginput_container_address span label {
            display: none; }
      .gform_wrapper form .gform_body > .gform_fields > li .ginput_container_date > div {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
            justify-content: space-between;
        -ms-flex-align: center;
            align-items: center; }
        .gform_wrapper form .gform_body > .gform_fields > li .ginput_container_date > div .ginput_container {
          width: 31%;
          position: relative;
          /*&:after
								{
									position: absolute;
									top: 50%;
									transform: translateY(-50%);
									-webkit-transform: translateY(-50%);
									right: 20px;
									content: '\f107';
									font-family: "FontAwesome";
									pointer-events: none;
								}*/ }
          .gform_wrapper form .gform_body > .gform_fields > li .ginput_container_date > div .ginput_container label {
            display: none; }
      .gform_wrapper form .gform_body > .gform_fields > li .gfield_radio {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: start;
            justify-content: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        @media (max-width: 700px) {
          .gform_wrapper form .gform_body > .gform_fields > li .gfield_radio {
            -ms-flex-pack: justify;
                justify-content: space-between; } }
        .gform_wrapper form .gform_body > .gform_fields > li .gfield_radio li {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-align: center;
              align-items: center;
          margin-bottom: 5px;
          padding-left: 0px;
          width: 50%; }
          .gform_wrapper form .gform_body > .gform_fields > li .gfield_radio li:after {
            display: none; }
          .gform_wrapper form .gform_body > .gform_fields > li .gfield_radio li input[type="radio"] {
            margin: 0px;
            -ms-flex-negative: 0;
                flex-shrink: 0;
            margin-right: 8px; }
          @media (max-width: 700px) {
            .gform_wrapper form .gform_body > .gform_fields > li .gfield_radio li {
              margin-right: 0;
              width: 100%;
              -ms-flex-pack: start;
                  justify-content: flex-start; } }
      .gform_wrapper form .gform_body > .gform_fields > li .gfield_checkbox {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: start;
            justify-content: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        @media (max-width: 800px) {
          .gform_wrapper form .gform_body > .gform_fields > li .gfield_checkbox {
            -ms-flex: 1;
                flex: 1; } }
        .gform_wrapper form .gform_body > .gform_fields > li .gfield_checkbox li {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-pack: center;
              justify-content: center;
          -ms-flex-align: center;
              align-items: center;
          margin-bottom: 0;
          padding-left: 0px;
          margin-right: 0px; }
          .gform_wrapper form .gform_body > .gform_fields > li .gfield_checkbox li:after {
            display: none; }
          .gform_wrapper form .gform_body > .gform_fields > li .gfield_checkbox li input[type="checkbox"] {
            margin: 0px;
            -ms-flex-negative: 0;
                flex-shrink: 0;
            margin-right: 8px; }
      .gform_wrapper form .gform_body > .gform_fields > li > .gfield_label {
        display: none; }
        @media (max-width: 700px) {
          .gform_wrapper form .gform_body > .gform_fields > li > .gfield_label {
            display: block;
            opacity: 1;
            width: 100%;
            text-transform: uppercase;
            letter-spacing: 0.2em;
            font-size: 10px;
            line-height: 1.875; } }
  @media screen and (max-width: 700px) and (min-width: 1040px) {
    .gform_wrapper form .gform_body > .gform_fields > li > .gfield_label {
      font-size: 10px;
      line-height: 1.875; } }
  @media screen and (max-width: 700px) and (min-width: 1380px) {
    .gform_wrapper form .gform_body > .gform_fields > li > .gfield_label {
      font-size: 10px;
      line-height: 1.875; } }
      @media (max-width: 700px) {
        .gform_wrapper form .gform_body > .gform_fields > li.hide-label > .gfield_label {
          display: none; } }
      .gform_wrapper form .gform_body > .gform_fields > li .ginput_container_select {
        position: relative;
        width: 100%; }
        .gform_wrapper form .gform_body > .gform_fields > li .ginput_container_select:after {
          position: absolute;
          top: 35%;
          transform: translateY(-50%);
          -webkit-transform: translateY(-50%);
          right: 10px;
          content: '';
          pointer-events: none;
          background-size: contain;
          width: 14px;
          height: 10px;
          background: url(../images/darr.svg) center no-repeat; }
        .gform_wrapper form .gform_body > .gform_fields > li .ginput_container_select select {
          -moz-appearance: none;
          -webkit-appearance: none;
          -ms-progress-appearance: none;
          text-transform: uppercase;
          letter-spacing: 0.2em;
          color: #000000; }
          .gform_wrapper form .gform_body > .gform_fields > li .ginput_container_select select:first-child {
            color: #b1b3b6; }
          .gform_wrapper form .gform_body > .gform_fields > li .ginput_container_select select option {
            -moz-appearance: none;
            -webkit-appearance: none;
            -ms-progress-appearance: none;
            color: #000000;
            text-transform: uppercase;
            letter-spacing: 0.2em; }
            .gform_wrapper form .gform_body > .gform_fields > li .ginput_container_select select option:first-child {
              color: #b1b3b6; }
      .gform_wrapper form .gform_body > .gform_fields > li.title-block {
        margin-bottom: 20px; }
      .gform_wrapper form .gform_body > .gform_fields > li.hide-label > .gfield_label {
        display: none; }
      .gform_wrapper form .gform_body > .gform_fields > li input[type="text"],
      .gform_wrapper form .gform_body > .gform_fields > li input[type="email"],
      .gform_wrapper form .gform_body > .gform_fields > li input[type="tel"],
      .gform_wrapper form .gform_body > .gform_fields > li select,
      .gform_wrapper form .gform_body > .gform_fields > li textarea {
        width: 100%;
        box-sizing: border-box;
        -moz-appearance: none;
        -webkit-appearance: none;
        -ms-progress-appearance: none;
        background: transparent;
        resize: none;
        color: #000000;
        border-top: solid 1px transparent;
        border-left: solid 0px transparent;
        border-right: solid 1px transparent;
        border-bottom: 1px solid #b1b3b6;
        padding-bottom: 10px;
        border-radius: 0px;
        font-size: 10px;
        line-height: 1.875;
        min-height: 32px;
        letter-spacing: 0.05em;
        transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
        @media screen and (min-width: 1040px) {
          .gform_wrapper form .gform_body > .gform_fields > li input[type="text"],
          .gform_wrapper form .gform_body > .gform_fields > li input[type="email"],
          .gform_wrapper form .gform_body > .gform_fields > li input[type="tel"],
          .gform_wrapper form .gform_body > .gform_fields > li select,
          .gform_wrapper form .gform_body > .gform_fields > li textarea {
            font-size: 10px;
            line-height: 1.875; } }
        @media screen and (min-width: 1380px) {
          .gform_wrapper form .gform_body > .gform_fields > li input[type="text"],
          .gform_wrapper form .gform_body > .gform_fields > li input[type="email"],
          .gform_wrapper form .gform_body > .gform_fields > li input[type="tel"],
          .gform_wrapper form .gform_body > .gform_fields > li select,
          .gform_wrapper form .gform_body > .gform_fields > li textarea {
            font-size: 10px;
            line-height: 1.875; } }
        .gform_wrapper form .gform_body > .gform_fields > li input[type="text"]:focus,
        .gform_wrapper form .gform_body > .gform_fields > li input[type="email"]:focus,
        .gform_wrapper form .gform_body > .gform_fields > li input[type="tel"]:focus,
        .gform_wrapper form .gform_body > .gform_fields > li select:focus,
        .gform_wrapper form .gform_body > .gform_fields > li textarea:focus {
          outline: 0px; }
        .gform_wrapper form .gform_body > .gform_fields > li input[type="text"]:-ms-input-placeholder,
        .gform_wrapper form .gform_body > .gform_fields > li input[type="email"]:-ms-input-placeholder,
        .gform_wrapper form .gform_body > .gform_fields > li input[type="tel"]:-ms-input-placeholder,
        .gform_wrapper form .gform_body > .gform_fields > li select:-ms-input-placeholder,
        .gform_wrapper form .gform_body > .gform_fields > li textarea:-ms-input-placeholder {
          /* Chrome, Firefox, Opera, Safari 10.1+ */
          color: #b1b3b6;
          opacity: 1;
          width: 100%;
          text-transform: uppercase;
          letter-spacing: 0.2em;
          white-space: pre-line;
          position: relative;
          height: auto;
          display: inline-block; }
        .gform_wrapper form .gform_body > .gform_fields > li input[type="text"]::placeholder,
        .gform_wrapper form .gform_body > .gform_fields > li input[type="email"]::placeholder,
        .gform_wrapper form .gform_body > .gform_fields > li input[type="tel"]::placeholder,
        .gform_wrapper form .gform_body > .gform_fields > li select::placeholder,
        .gform_wrapper form .gform_body > .gform_fields > li textarea::placeholder {
          /* Chrome, Firefox, Opera, Safari 10.1+ */
          color: #b1b3b6;
          opacity: 1;
          width: 100%;
          text-transform: uppercase;
          letter-spacing: 0.2em;
          white-space: pre-line;
          position: relative;
          height: auto;
          display: inline-block; }
          @media (max-width: 700px) {
            .gform_wrapper form .gform_body > .gform_fields > li input[type="text"]:-ms-input-placeholder,
            .gform_wrapper form .gform_body > .gform_fields > li input[type="email"]:-ms-input-placeholder,
            .gform_wrapper form .gform_body > .gform_fields > li input[type="tel"]:-ms-input-placeholder,
            .gform_wrapper form .gform_body > .gform_fields > li select:-ms-input-placeholder,
            .gform_wrapper form .gform_body > .gform_fields > li textarea:-ms-input-placeholder {
              opacity: 0; }
            .gform_wrapper form .gform_body > .gform_fields > li input[type="text"]::placeholder,
            .gform_wrapper form .gform_body > .gform_fields > li input[type="email"]::placeholder,
            .gform_wrapper form .gform_body > .gform_fields > li input[type="tel"]::placeholder,
            .gform_wrapper form .gform_body > .gform_fields > li select::placeholder,
            .gform_wrapper form .gform_body > .gform_fields > li textarea::placeholder {
              opacity: 0; } }
        .gform_wrapper form .gform_body > .gform_fields > li input[type="text"]:-ms-input-placeholder,
        .gform_wrapper form .gform_body > .gform_fields > li input[type="email"]:-ms-input-placeholder,
        .gform_wrapper form .gform_body > .gform_fields > li input[type="tel"]:-ms-input-placeholder,
        .gform_wrapper form .gform_body > .gform_fields > li select:-ms-input-placeholder,
        .gform_wrapper form .gform_body > .gform_fields > li textarea:-ms-input-placeholder {
          /* Internet Explorer 10-11 */
          color: #b1b3b6;
          opacity: 1;
          width: 100%;
          white-space: pre-line;
          position: relative;
          height: auto;
          display: inline-block; }
          @media (max-width: 700px) {
            .gform_wrapper form .gform_body > .gform_fields > li input[type="text"]:-ms-input-placeholder,
            .gform_wrapper form .gform_body > .gform_fields > li input[type="email"]:-ms-input-placeholder,
            .gform_wrapper form .gform_body > .gform_fields > li input[type="tel"]:-ms-input-placeholder,
            .gform_wrapper form .gform_body > .gform_fields > li select:-ms-input-placeholder,
            .gform_wrapper form .gform_body > .gform_fields > li textarea:-ms-input-placeholder {
              opacity: 0; } }
        .gform_wrapper form .gform_body > .gform_fields > li input[type="text"]::-ms-input-placeholder,
        .gform_wrapper form .gform_body > .gform_fields > li input[type="email"]::-ms-input-placeholder,
        .gform_wrapper form .gform_body > .gform_fields > li input[type="tel"]::-ms-input-placeholder,
        .gform_wrapper form .gform_body > .gform_fields > li select::-ms-input-placeholder,
        .gform_wrapper form .gform_body > .gform_fields > li textarea::-ms-input-placeholder {
          /* Microsoft Edge */
          color: #b1b3b6;
          opacity: 1;
          width: 100%;
          white-space: pre-line;
          position: relative;
          height: auto;
          display: inline-block; }
          @media (max-width: 700px) {
            .gform_wrapper form .gform_body > .gform_fields > li input[type="text"]::-ms-input-placeholder,
            .gform_wrapper form .gform_body > .gform_fields > li input[type="email"]::-ms-input-placeholder,
            .gform_wrapper form .gform_body > .gform_fields > li input[type="tel"]::-ms-input-placeholder,
            .gform_wrapper form .gform_body > .gform_fields > li select::-ms-input-placeholder,
            .gform_wrapper form .gform_body > .gform_fields > li textarea::-ms-input-placeholder {
              opacity: 0; } }
      .gform_wrapper form .gform_body > .gform_fields > li textarea {
        padding: 0;
        min-height: 120px;
        height: 120px;
        resize: vertical;
        overflow: auto; }
      .gform_wrapper form .gform_body > .gform_fields > li.third {
        width: 31%; }
      .gform_wrapper form .gform_body > .gform_fields > li.half {
        width: calc(50% - 12.5px); }
      .gform_wrapper form .gform_body > .gform_fields > li.two-thirds {
        width: 65.5%; }
  .gform_wrapper form .gform_footer {
    text-align: center; }
    .gform_wrapper form .gform_footer .gform_button {
      -moz-appearance: none;
      -webkit-appearance: none;
      -ms-progress-appearance: none;
      padding: 12px 0;
      width: 180px;
      display: block;
      color: #ffffff;
      font-family: "WoodtypeGothicExtended Exp", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
      text-transform: uppercase;
      letter-spacing: 0.2em;
      text-align: center;
      background: #000000;
      border: 0px solid transparent;
      font-size: 7px;
      line-height: 0.8;
      transition: all 400ms ease-in-out;
      cursor: pointer; }
      @media screen and (min-width: 1040px) {
        .gform_wrapper form .gform_footer .gform_button {
          font-size: 7px;
          line-height: 0.8; } }
      @media screen and (min-width: 1380px) {
        .gform_wrapper form .gform_footer .gform_button {
          font-size: 7px;
          line-height: 0.8; } }
      .gform_wrapper form .gform_footer .gform_button:hover {
        background: #ff1c24;
        color: white;
        border: 0px solid transparent; }
      .gform_wrapper form .gform_footer .gform_button:focus {
        outline: 0px; }
      @media (max-width: 800px) {
        .gform_wrapper form .gform_footer .gform_button {
          width: 100%; } }

body img.gform_ajax_spinner {
  display: none !important; }

.gform_validation_container {
  position: fixed !important;
  left: 999px;
  visibility: hidden; }

body .gform_wrapper h3.gform_title {
  display: none !important; }

.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label {
  display: none !important; }

.gform_wrapper form .gform_body > .gform_fields > li#field_1_9 > .gfield_label {
  display: inline-block; }
  .gform_wrapper form .gform_body > .gform_fields > li#field_1_9 > .gfield_label .gfield_required {
    display: none; }

#field_1_9 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  #field_1_9 .gfield_label {
    padding: 12px 0;
    width: 128px;
    display: block;
    color: #b1b3b6;
    font-family: "WoodtypeGothicExtended Exp", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    text-transform: uppercase;
    letter-spacing: 0.2em;
    text-align: center;
    background: #e9e9ea;
    font-size: 7px;
    line-height: 0.8;
    transition: all 400ms ease-in-out; }
    @media screen and (min-width: 1040px) {
      #field_1_9 .gfield_label {
        font-size: 7px;
        line-height: 0.8; } }
    @media screen and (min-width: 1380px) {
      #field_1_9 .gfield_label {
        font-size: 7px;
        line-height: 0.8; } }
  @media (max-width: 800px) {
    #field_1_9 {
      width: 100%; }
      #field_1_9 .gfield_label {
        -ms-flex: 1;
            flex: 1; } }

.ginput_container_fileupload {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  /*&::after {
		pointer-events: none;
		cursor: pointer;
		content: 'Upload File';
		position: absolute;
		top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
		-webkit-appearance: none;
		-moz-appearance: none;
		-ms-progress-appearance: none;
		text-align: center;
		padding: 12px 0;
		width: 180px;
		display: block ;
		font-family: $display-font-family;
		text-transform: uppercase;
		letter-spacing: 0.2em;
		text-align: center;
		background: color(dark-grey);
		color: color(grey);
		@include font-size($btn-font-sizes);
		@include transition(all, 400ms);
		@include tablet-portrait {
			width: 100%;
			&:after {
				width: 100%;
			}
		}
	}
	&:hover {
		&::after {
			background: color(red);
			color: white;
		}
	}*/ }
  .ginput_container_fileupload .gform_fileupload_multifile {
    width: 100%; }
  .ginput_container_fileupload .gform_drop_area {
    width: 100%;
    height: 120px;
    background: none;
    border: solid 1px #e9e9ea;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-direction: column;
        flex-direction: column; }
    .ginput_container_fileupload .gform_drop_area::after {
      pointer-events: none;
      cursor: pointer;
      content: 'Upload Files';
      position: absolute;
      top: 62%;
      left: 50%;
      transform: translate(-50%, -50%);
      -webkit-appearance: none;
      -moz-appearance: none;
      -ms-progress-appearance: none;
      text-align: center;
      padding: 12px 0;
      width: 180px;
      display: block;
      font-family: "WoodtypeGothicExtended Exp", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
      text-transform: uppercase;
      letter-spacing: 0.2em;
      text-align: center;
      background: #b1b3b6;
      color: #e9e9ea;
      font-size: 7px;
      line-height: 0.8;
      transition: all 400ms ease-in-out; }
      @media screen and (min-width: 1040px) {
        .ginput_container_fileupload .gform_drop_area::after {
          font-size: 7px;
          line-height: 0.8; } }
      @media screen and (min-width: 1380px) {
        .ginput_container_fileupload .gform_drop_area::after {
          font-size: 7px;
          line-height: 0.8; } }
      @media (max-width: 800px) {
        .ginput_container_fileupload .gform_drop_area::after {
          width: 100%; }
          .ginput_container_fileupload .gform_drop_area::after:after {
            width: 100%; } }
    .ginput_container_fileupload .gform_drop_area:hover::after {
      background: #ff1c24;
      color: white; }
    .ginput_container_fileupload .gform_drop_area .gform_drop_instructions {
      margin-bottom: 10px; }
    .ginput_container_fileupload .gform_drop_area input,
    .ginput_container_fileupload .gform_drop_area button.gform_button_select_files {
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      opacity: 0;
      width: 180px;
      height: 29px; }
  .ginput_container_fileupload input[type=file] {
    height: 32px;
    cursor: pointer;
    opacity: 0;
    position: relative;
    width: 180px;
    outline: none;
    margin-bottom: 1.5em;
    display: inline-block; }
    .ginput_container_fileupload input[type=file]:focus {
      outline: 0px solid transparent; }
  .ginput_container_fileupload .validation_message {
    opacity: 0;
    visibility: hidden; }
  .ginput_container_fileupload #extensions_message_1_7,
  .ginput_container_fileupload #extensions_message_1_78 {
    width: 100%;
    font-size: 10px;
    line-height: 1.875;
    display: none;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: #b1b3b6;
    margin-bottom: 10px; }
    @media screen and (min-width: 1040px) {
      .ginput_container_fileupload #extensions_message_1_7,
      .ginput_container_fileupload #extensions_message_1_78 {
        font-size: 10px;
        line-height: 1.875; } }
    @media screen and (min-width: 1380px) {
      .ginput_container_fileupload #extensions_message_1_7,
      .ginput_container_fileupload #extensions_message_1_78 {
        font-size: 10px;
        line-height: 1.875; } }

#field_1_10 {
  margin-bottom: 40px; }
  #field_1_10 div.gfield_description {
    margin-bottom: 0 !important; }
  #field_1_10 textarea {
    resize: vertical; }
    #field_1_10 textarea::-webkit-scrollbar {
      width: 15px;
      /* remove scrollbar space */
      background: transparent;
      /* optional: just make scrollbar invisible */ }

#field_1_7 {
  margin-bottom: 40px; }

.gform_validation_error form .gform_body > .gform_fields > .gfield_error input[type="text"],
.gform_validation_error .gform_wrapper form .gform_body > .gform_fields > .gfield_error input[type="email"],
.gform_validation_error .gform_wrapper form .gform_body > .gform_fields > .gfield_error input[type="tel"],
.gform_validation_error .gform_wrapper form .gform_body > .gform_fields > .gfield_error select,
.gform_validation_error .gform_wrapper form .gform_body > .gform_fields > .gfield_error select,
.gform_validation_error .gform_wrapper form .gform_body > .gform_fields > .gfield_error textarea {
  border-bottom: 1px solid #ff1c24;
  color: #ff1c24; }
  .gform_validation_error form .gform_body > .gform_fields > .gfield_error input[type="text"]:-ms-input-placeholder,
  .gform_validation_error .gform_wrapper form .gform_body > .gform_fields > .gfield_error input[type="email"]:-ms-input-placeholder,
  .gform_validation_error .gform_wrapper form .gform_body > .gform_fields > .gfield_error input[type="tel"]:-ms-input-placeholder,
  .gform_validation_error .gform_wrapper form .gform_body > .gform_fields > .gfield_error select:-ms-input-placeholder,
  .gform_validation_error .gform_wrapper form .gform_body > .gform_fields > .gfield_error select:-ms-input-placeholder,
  .gform_validation_error .gform_wrapper form .gform_body > .gform_fields > .gfield_error textarea:-ms-input-placeholder {
    color: #ff1c24; }
  .gform_validation_error form .gform_body > .gform_fields > .gfield_error input[type="text"]::placeholder,
  .gform_validation_error .gform_wrapper form .gform_body > .gform_fields > .gfield_error input[type="email"]::placeholder,
  .gform_validation_error .gform_wrapper form .gform_body > .gform_fields > .gfield_error input[type="tel"]::placeholder,
  .gform_validation_error .gform_wrapper form .gform_body > .gform_fields > .gfield_error select::placeholder,
  .gform_validation_error .gform_wrapper form .gform_body > .gform_fields > .gfield_error select::placeholder,
  .gform_validation_error .gform_wrapper form .gform_body > .gform_fields > .gfield_error textarea::placeholder {
    color: #ff1c24; }

#gform_wrapper_3 {
  position: relative; }
  @media (max-width: 700px) {
    #gform_wrapper_3 form .gform_body {
      padding-bottom: 42px; } }
  #gform_wrapper_3 form .gform_body > .gform_fields > li {
    margin-bottom: 0; }
    #gform_wrapper_3 form .gform_body > .gform_fields > li.gfield_error .ginput_container_email {
      border-color: #ff1c24; }
      #gform_wrapper_3 form .gform_body > .gform_fields > li.gfield_error .ginput_container_email input[type="text"] {
        color: #ff1c24; }
        #gform_wrapper_3 form .gform_body > .gform_fields > li.gfield_error .ginput_container_email input[type="text"]:-ms-input-placeholder {
          color: #ff1c24; }
        #gform_wrapper_3 form .gform_body > .gform_fields > li.gfield_error .ginput_container_email input[type="text"]::placeholder {
          color: #ff1c24; }
    #gform_wrapper_3 form .gform_body > .gform_fields > li .ginput_container_email {
      position: relative;
      margin: 0 auto;
      width: 100%;
      border-bottom: 1px solid #b1b3b6;
      border-top: 1px solid #b1b3b6; }
    #gform_wrapper_3 form .gform_body > .gform_fields > li input[type="text"] {
      height: 42px;
      border: 0px solid transparent;
      display: inline-block;
      text-align: center;
      padding-bottom: 0;
      position: relative;
      text-transform: uppercase; }
      #gform_wrapper_3 form .gform_body > .gform_fields > li input[type="text"]:-ms-input-placeholder {
        transition: all 400ms ease-in-out;
        color: #b1b3b6;
        opacity: 1; }
      #gform_wrapper_3 form .gform_body > .gform_fields > li input[type="text"]::placeholder {
        transition: all 400ms ease-in-out;
        color: #b1b3b6;
        opacity: 1; }
      #gform_wrapper_3 form .gform_body > .gform_fields > li input[type="text"]:hover {
        background: #b1b3b6;
        color: white; }
        #gform_wrapper_3 form .gform_body > .gform_fields > li input[type="text"]:hover:-ms-input-placeholder {
          color: white; }
        #gform_wrapper_3 form .gform_body > .gform_fields > li input[type="text"]:hover::placeholder {
          color: white; }
      #gform_wrapper_3 form .gform_body > .gform_fields > li input[type="text"]:focus {
        background: #b1b3b6;
        color: white; }
        #gform_wrapper_3 form .gform_body > .gform_fields > li input[type="text"]:focus:-ms-input-placeholder {
          color: transparent; }
        #gform_wrapper_3 form .gform_body > .gform_fields > li input[type="text"]:focus::placeholder {
          color: transparent; }
  #gform_wrapper_3 .gform_footer {
    position: absolute;
    top: 21px;
    right: 8px;
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
    transition: all 400ms ease-in-out; }
    #gform_wrapper_3 .gform_footer.active {
      visibility: visible;
      opacity: 1; }
    #gform_wrapper_3 .gform_footer .gform_button {
      background: #e9e9ea;
      color: #b1b3b6; }
      #gform_wrapper_3 .gform_footer .gform_button:hover {
        background: #ff1c24;
        color: #ffffff; }
    @media (max-width: 700px) {
      #gform_wrapper_3 .gform_footer {
        bottom: 0;
        right: 0;
        opacity: 0;
        transform: translateY(0%);
        width: 100%;
        top: auto;
        visibility: visible;
        opacity: 1; } }
  #gform_wrapper_3 .validation_message {
    text-align: center; }

#gform_confirmation_message_3 {
  text-align: center;
  height: 42px;
  line-height: 42px !important;
  position: relative;
  text-transform: uppercase;
  color: #b1b3b6;
  border-bottom: 1px solid #b1b3b6;
  border-top: 1px solid #b1b3b6;
  font-size: 10px;
  line-height: 2;
  letter-spacing: 0.05em; }
  @media screen and (min-width: 1040px) {
    #gform_confirmation_message_3 {
      font-size: 10px;
      line-height: 2; } }
  @media screen and (min-width: 1380px) {
    #gform_confirmation_message_3 {
      font-size: 10px;
      line-height: 2; } }

#gform_wrapper_3.gform_wrapper form .gform_body > .gform_fields > li:only-child input[type="email"] {
  padding-bottom: 0; }

#gform_wrapper_3 .gform_footer {
  top: 16px;
  right: 0; }
  @media (max-width: 700px) {
    #gform_wrapper_3 .gform_footer {
      top: auto; } }

#gform_wrapper_3.gform_wrapper form .gform_footer .gform_button {
  padding: 13px 0 12px 0; }

#gform_wrapper_3.gform_wrapper form .gform_body > .gform_fields > li input[type="email"]:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */ }

#gform_wrapper_3.gform_wrapper form .gform_body > .gform_fields > li input[type="email"]::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */ }
  @media (max-width: 700px) {
    #gform_wrapper_3.gform_wrapper form .gform_body > .gform_fields > li input[type="email"]:-ms-input-placeholder {
      opacity: 1;
      text-align: center; }
    #gform_wrapper_3.gform_wrapper form .gform_body > .gform_fields > li input[type="email"]::placeholder {
      opacity: 1;
      text-align: center; } }

#gform_wrapper_3.gform_wrapper form .gform_body > .gform_fields > li input[type="email"]:-ms-input-placeholder {
  /* Internet Explorer 10-11 */ }
  @media (max-width: 700px) {
    #gform_wrapper_3.gform_wrapper form .gform_body > .gform_fields > li input[type="email"]:-ms-input-placeholder {
      opacity: 1;
      text-align: center; } }

#gform_wrapper_3.gform_wrapper form .gform_body > .gform_fields > li input[type="email"]::-ms-input-placeholder {
  /* Microsoft Edge */ }
  @media (max-width: 700px) {
    #gform_wrapper_3.gform_wrapper form .gform_body > .gform_fields > li input[type="email"]::-ms-input-placeholder {
      opacity: 1;
      text-align: center; } }

.gform_wrapper form .gform_body > .gform_fields > li .ginput_container .gfield_description {
  font-weight: 300;
  text-transform: none;
  letter-spacing: 0px;
  margin-top: 10px; }

.section-intro {
  height: 100vh;
  display: block;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center; }
  @media (max-width: 800px) {
    .section-intro {
      background: linear-gradient(transparent 50%, #e9e9ea 50%); } }

.intro-content {
  margin: 0 auto;
  width: 84.10%;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  position: relative; }
  .intro-content:after {
    width: 100%;
    padding-bottom: 54.25%;
    height: 0;
    display: block;
    content: ''; }
  @media (max-width: 800px) {
    .intro-content {
      width: 100%; } }
  .intro-content.active .intro-content__hero {
    opacity: 0; }
  .intro-content.active .intro-content__lockup {
    opacity: 1; }
  .intro-content__lockup {
    transition: all 400ms ease-in-out;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 20;
    transform: translate(-50%, -50%);
    width: 125%; }
    @media (max-width: 800px) {
      .intro-content__lockup {
        width: 100%; } }
    .intro-content__lockup h1 {
      font-size: 24px;
      line-height: 1.2;
      color: #ff1c24;
      text-align: center;
      margin-bottom: 0;
      transform: translateY(5px); }
      @media screen and (min-width: 800px) {
        .intro-content__lockup h1 {
          font-size: 28px;
          line-height: 1.2; } }
      @media screen and (min-width: 1040px) {
        .intro-content__lockup h1 {
          font-size: 35px;
          line-height: 1.2; } }
      @media screen and (min-width: 1380px) {
        .intro-content__lockup h1 {
          font-size: 50px;
          line-height: 1.2; } }
    .intro-content__lockup p {
      font-size: 13px;
      line-height: 0.8;
      text-align: center;
      color: red;
      text-transform: uppercase;
      font-weight: 900;
      position: relative;
      letter-spacing: 0.3em; }
      @media screen and (min-width: 1040px) {
        .intro-content__lockup p {
          font-size: 13px;
          line-height: 0.8; } }
      @media screen and (min-width: 1380px) {
        .intro-content__lockup p {
          font-size: 13px;
          line-height: 0.8; } }
      @media (max-width: 800px) {
        .intro-content__lockup p {
          line-height: 1.5; } }
      .intro-content__lockup p:first-child {
        margin-bottom: 48px; }
      .intro-content__lockup p:last-child {
        margin-top: 48px; }
  .intro-content__hero {
    transition: all 400ms ease-in-out;
    width: 100%;
    height: 100%;
    background: #000000;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0; }
    @media (max-width: 700px) {
      .intro-content__hero {
        background-size: 175%, cover !important; } }
    .intro-content__hero.loaded {
      opacity: 1; }
    .intro-content__hero .lazy__preloader {
      background: transparent !important; }
  .intro-content__cogs {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5; }
    .intro-content__cogs svg {
      transition: all 800ms ease-in-out;
      position: absolute; }
      .intro-content__cogs svg:first-child {
        width: 25%;
        left: 10.5%;
        bottom: -2.75%; }
      .intro-content__cogs svg:nth-child(2) {
        width: 7.25%;
        left: 32.35%;
        bottom: -10.66%; }
      .intro-content__cogs svg:nth-child(3) {
        width: 22%;
        right: 4.15%;
        top: 0%; }
      .intro-content__cogs svg:last-child {
        width: 13.5%;
        right: 8.25%;
        top: 7.75%; }

.project-slider {
  transition: all 400ms ease-in-out;
  min-height: 100vh;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center; }
  @media (max-width: 800px) {
    .project-slider {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      background: linear-gradient(#e9e9ea 50%, transparent 50%);
      margin-bottom: 50px; }
      .project-slider > .design-slider__nav {
        display: none; }
      .project-slider > .print-slider__nav {
        display: none; } }
  .project-slider .inner-wrapper {
    transition: all 400ms ease-in-out;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-left: 0;
    padding-right: 0; }
    .project-slider .inner-wrapper.slider-wrap {
      width: calc(100% - 300px); }
    .project-slider .inner-wrapper .design-slider__nav,
    .project-slider .inner-wrapper .print-slider__nav {
      margin-top: 30px;
      display: none; }
    @media (max-width: 800px) {
      .project-slider .inner-wrapper .design-slider__nav,
      .project-slider .inner-wrapper .print-slider__nav {
        display: block;
        width: 100%; }
      .project-slider .inner-wrapper.slider-wrap {
        width: 100%;
        padding: 0 28px; } }
  .project-slider__content-wrap {
    width: calc(50% - 20px);
    padding: 115px 40px; }
    @media (max-width: 1380px) {
      .project-slider__content-wrap {
        padding: 0; } }
    @media (max-width: 800px) {
      .project-slider__content-wrap {
        width: 100%;
        margin: 30px 0; } }
  .project-slider__content {
    width: 100%;
    position: relative;
    height: 45vw;
    display: inline-block; }
    @media (max-width: 800px) {
      .project-slider__content {
        height: 72vw; } }
    @media (max-width: 700px) {
      .project-slider__content {
        height: 54vw; } }

.slider-nav {
  width: 150px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center; }
  .slider-nav__title {
    font-size: 10px;
    line-height: 2;
    margin-bottom: 34px; }
    @media screen and (min-width: 1040px) {
      .slider-nav__title {
        font-size: 10px;
        line-height: 2; } }
    @media screen and (min-width: 1380px) {
      .slider-nav__title {
        font-size: 10px;
        line-height: 2; } }
    .slider-nav__title .category-title {
      font-family: "WoodtypeGothicExtended Exp", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
      color: #ff1c24; }
    .slider-nav__title a,
    .slider-nav__title span {
      letter-spacing: 0.2em;
      display: block;
      text-align: center;
      text-transform: uppercase; }
    .slider-nav__title span:last-child {
      margin-bottom: 0; }
  .slider-nav__dots {
    margin-bottom: 34px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center; }
    .slider-nav__dots button {
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      background: transparent;
      margin: 0 auto;
      outline: none;
      border: none;
      padding: 4px 12px;
      font: inherit;
      cursor: pointer; }
      .slider-nav__dots button:after {
        content: '';
        display: inline-block;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: #000000; }
      .slider-nav__dots button:focus {
        outline: none; }
      .slider-nav__dots button.active:after {
        background: #ff1c24; }
    @media (max-width: 800px) {
      .slider-nav__dots {
        -ms-flex-direction: row;
            flex-direction: row;
        margin-bottom: 0; }
        .slider-nav__dots .mob-dots {
          width: 8px;
          height: 8px;
          margin: 0 8px;
          display: inline-block;
          outline: none;
          border: none;
          padding: 0;
          background: #000000;
          border-radius: 50%;
          font: inherit;
          cursor: pointer; }
          .slider-nav__dots .mob-dots:focus {
            outline: none; }
          .slider-nav__dots .mob-dots.active {
            background: #ff1c24; } }
    .slider-nav__dots.print-dot {
      transform: rotate(180deg); }
  .slider-nav__more-btn {
    font-size: 10px;
    line-height: 2;
    transition: all 400ms ease-in-out;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center; }
    @media screen and (min-width: 1040px) {
      .slider-nav__more-btn {
        font-size: 10px;
        line-height: 2; } }
    @media screen and (min-width: 1380px) {
      .slider-nav__more-btn {
        font-size: 10px;
        line-height: 2; } }
    .slider-nav__more-btn a {
      letter-spacing: 0.2em;
      display: inline-block;
      text-align: center;
      text-transform: uppercase;
      position: relative; }
      .slider-nav__more-btn a::before {
        position: absolute;
        bottom: -2px;
        height: 1px;
        width: 0%;
        content: '';
        background: #ff1c24;
        animation: linkEnd 400ms forwards; }
    .slider-nav__more-btn a:hover::before {
      animation: linkStart 400ms forwards; }

.home-bg {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  z-index: -1; }
  @media (max-width: 800px) {
    .home-bg {
      display: none; } }
  .home-bg div {
    position: absolute;
    background: #e9e9ea; }
  .home-bg__vert {
    width: 50%;
    max-width: 0;
    height: 100vh;
    transition: all 400ms ease-in-out;
    transition-delay: 0; }
  .home-bg__hor {
    width: 100%;
    max-height: 0;
    height: 50vh;
    transition: all 400ms ease-in-out; }
  .home-bg--btm {
    bottom: 0;
    left: 0; }
    .home-bg--btm.top {
      top: 0;
      max-height: 0; }
  .home-bg--left {
    left: 0;
    top: 0; }
  .home-bg--right {
    right: 0;
    top: 0; }

body.vert-left .home-bg--left {
  transition: all 400ms ease-in-out;
  transition-delay: 400ms;
  max-width: 100%; }

body.vert-right .home-bg--right {
  max-width: 100%;
  right: 0%; }

body.horizontal-btm .home-bg--btm {
  max-height: 100%;
  top: 50%;
  left: 0; }

body.horizontal-top .home-bg--btm {
  max-height: 100%;
  top: 0; }

body.horizontal-full .home-bg--top {
  height: 100vh;
  max-height: 100%;
  top: 0; }

.twocol {
  width: 100%;
  min-height: 100vh;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media (max-width: 800px) {
    .twocol {
      min-height: auto; } }
  .twocol__col {
    transition: all 400ms ease-in-out;
    width: 50%;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    position: relative; }
    @media (max-width: 800px) {
      .twocol__col {
        width: 100%;
        padding-top: 90px;
        padding-bottom: 90px; } }
  @media (max-width: 800px) {
    .twocol__blockquote {
      background: #b1b3b6; } }
  .twocol__blockquote p,
  .twocol__blockquote h1 {
    text-align: center;
    text-transform: uppercase; }
  .twocol__blockquote p {
    letter-spacing: 0.2em;
    margin-bottom: 30px; }
    .twocol__blockquote p:last-child {
      margin-bottom: 0; }
  .twocol__blockquote strong {
    color: #ff1c24;
    font-weight: normal; }
  .twocol__blockquote .header-sizes {
    margin-bottom: 30px; }
    .twocol__blockquote .header-sizes p {
      font-family: "WoodtypeGothicExtended Exp", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
      font-size: 30px;
      line-height: 1.46;
      text-transform: uppercase;
      letter-spacing: 0.2em; }
      @media (max-width: 1380px) {
        .twocol__blockquote .header-sizes p {
          font-size: 20px; } }
      @media (max-width: 1040px) {
        .twocol__blockquote .header-sizes p {
          font-size: 18px; } }
      @media (max-width: 700px) {
        .twocol__blockquote .header-sizes p {
          font-size: 14px; } }
  .twocol__blockquote .blockquote-footer {
    display: block;
    text-align: center; }
  .twocol__list ul {
    text-align: center;
    margin-bottom: 30px; }
    .twocol__list ul li {
      text-transform: uppercase;
      line-height: 2;
      letter-spacing: 0.2em; }
  .twocol__list p {
    text-align: center;
    text-transform: uppercase; }
  .twocol__list a {
    letter-spacing: 0.2em;
    text-transform: uppercase;
    position: relative; }
    .twocol__list a::before {
      transition: all 400ms ease-in-out;
      position: absolute;
      bottom: -2px;
      height: 1px;
      width: 0%;
      background: #ff1c24;
      content: '';
      animation: linkEnd 400ms forwards; }
      @media (max-width: 1040px) {
        .twocol__list a::before {
          display: none !important; } }
    .twocol__list a:hover::before {
      animation: linkStart 400ms forwards; }
  .twocol__link {
    text-align: center; }
    .twocol__link a {
      display: inline-block;
      width: auto; }
  .twocol__images {
    transition: all 400ms ease-in-out;
    width: 45%;
    display: block;
    opacity: 0;
    z-index: -1;
    position: absolute;
    opacity: 0;
    pointer-events: none; }
    .twocol__images:after {
      padding-bottom: 100%;
      display: block;
      height: 0;
      content: '';
      position: relative; }
    @media (max-width: 800px) {
      .twocol__images {
        display: none; } }
    .twocol__images.active {
      opacity: 1; }
    .twocol__images:nth-child(9n + 1) {
      top: 7%;
      left: 3%; }
    .twocol__images:nth-child(9n + 2) {
      right: 20%;
      bottom: 0; }
    .twocol__images:nth-child(9n + 3) {
      right: 50%;
      bottom: 10%; }
    .twocol__images:nth-child(9n + 4) {
      right: 0;
      top: 0;
      bottom: unset;
      left: unset; }
    .twocol__images:nth-child(9n + 5) {
      left: 4%;
      bottom: 0; }
    .twocol__images:nth-child(9n + 6) {
      left: 16%;
      bottom: 12%; }
    .twocol__images:nth-child(9n + 7) {
      right: 20%;
      top: 8%; }

.collab__list {
  position: relative; }
  .collab__list p {
    margin-bottom: 30px;
    letter-spacing: 0.2em; }
  .collab__list .hr {
    height: 1px;
    display: block;
    width: 52px;
    background: #ff1c24;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px; }

.services__list p {
  margin-bottom: 30px;
  letter-spacing: 0.2em; }

.services__list .hr {
  height: 1px;
  display: block;
  width: 52px;
  background: #ff1c24;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px; }

.services__list ul {
  margin-bottom: 20px; }
  .services__list ul:last-child {
    margin-bottom: 0; }

.services__blockquote ul {
  margin-bottom: 30px; }
  .services__blockquote ul li {
    line-height: 1.46; }
    .services__blockquote ul li:nth-child(even) {
      color: red; }
    .services__blockquote ul li h1 {
      margin-bottom: 0; }

@media (max-width: 800px) {
  .services .twocol__col:first-child {
    -ms-flex-order: 2;
        order: 2; }
  .services .twocol__col:last-child {
    -ms-flex-order: 1;
        order: 1; } }

.services .twocol__links {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: -ms-flexbox;
  display: flex; }
  .services .twocol__links ul {
    margin-left: auto;
    margin-right: auto; }

.scrapbook {
  min-height: 80vh;
  max-height: 92vh;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  margin-bottom: 80px;
  margin-top: 155px; }
  @media (max-width: 1441px) {
    .scrapbook {
      max-height: 100%; } }
  @media (max-width: 800px) {
    .scrapbook {
      min-height: auto;
      margin-top: 133px; } }
  @media (max-width: 700px) {
    .scrapbook {
      margin-top: 109px; } }
  .scrapbook .inner-wrapper {
    transition: all 400ms ease-in-out;
    -ms-flex: 1;
        flex: 1;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .scrapbook .inner-wrapper .small-desktop-show {
      display: none; }
    @media (max-width: 1380px) {
      .scrapbook .inner-wrapper .small-desktop-show {
        display: block; } }
  .scrapbook__title {
    display: inline-block;
    position: absolute;
    z-index: 30;
    top: 254px;
    right: 18.5%;
    width: 65%; }
    @media (max-width: 1380px) {
      .scrapbook__title {
        top: 32%;
        right: 50%;
        transform: translate(50%, -50%); } }
    @media (max-width: 700px) {
      .scrapbook__title {
        width: 75%;
        top: 17.5%; } }
    .scrapbook__title svg {
      transition: transform 50ms ease-in-out; }
      .scrapbook__title svg path {
        fill: #ff1c24; }
  .scrapbook__image-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    position: relative;
    margin-top: 120px;
    height: auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%; }
    @media (max-width: 1380px) {
      .scrapbook__image-wrap {
        height: 58.3vw;
        margin-top: 0; }
        .scrapbook__image-wrap.small-desktop-show {
          opacity: 0;
          width: calc(25% - 30px); }
        .scrapbook__image-wrap .scrapbook__copy {
          display: none; } }
  .scrapbook__image {
    transition: all 400ms ease-in-out;
    background: #b1b3b6;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    position: relative;
    -ms-flex-item-align: start;
        align-self: flex-start;
    position: relative;
    overflow: hidden; }
    .scrapbook__image:nth-child(even) {
      background: #000000; }
    .scrapbook__image:nth-child(2), .scrapbook__image:nth-child(4) {
      position: absolute; }
    .scrapbook__image:first-child {
      -ms-flex-item-align: start;
          align-self: flex-start;
      margin-top: 156px;
      width: calc(25% - 30px);
      z-index: 10; }
      .scrapbook__image:first-child:after {
        content: '';
        display: block;
        height: 0;
        width: 100%;
        padding-bottom: 141%; }
      @media (max-width: 1040px) {
        .scrapbook__image:first-child {
          -ms-flex-item-align: end;
              align-self: flex-end;
          margin-bottom: 120px;
          margin-top: 0;
          width: calc(33.33% - 14px);
          margin-bottom: 54px; } }
      .scrapbook__image:first-child .lazy__preloader {
        transition-delay: 800ms; }
    .scrapbook__image:nth-child(2) {
      top: 64px;
      left: 12.9%;
      width: calc(25% - 30px);
      z-index: 20; }
      .scrapbook__image:nth-child(2):after {
        content: '';
        display: block;
        height: 0;
        width: 100%;
        padding-bottom: 141%; }
      @media (max-width: 1040px) {
        .scrapbook__image:nth-child(2) {
          left: 16.938%;
          top: 32px;
          width: calc(33.33% - 14px); } }
      .scrapbook__image:nth-child(2) .lazy__preloader {
        transition-delay: 1600ms; }
    .scrapbook__image:nth-child(3) {
      -ms-flex-item-align: start;
          align-self: flex-start;
      margin-top: 296px;
      margin-bottom: 116px;
      width: calc(25% - 30px);
      z-index: 10; }
      .scrapbook__image:nth-child(3):after {
        content: '';
        display: block;
        height: 0;
        width: 100%;
        padding-bottom: 141%; }
      @media (max-width: 1040px) {
        .scrapbook__image:nth-child(3) {
          margin-top: 0;
          -ms-flex-item-align: end;
              align-self: flex-end;
          width: calc(33.33% - 14px);
          margin-bottom: 25px; } }
    .scrapbook__image:nth-child(4) {
      top: 0;
      width: calc(50% - 30px);
      left: 38.814%;
      z-index: 0; }
      .scrapbook__image:nth-child(4):after {
        content: '';
        display: block;
        height: 0;
        width: 100%;
        padding-bottom: 70.62%; }
      @media (max-width: 1040px) {
        .scrapbook__image:nth-child(4) {
          left: 44.814%; } }
      .scrapbook__image:nth-child(4) .lazy__preloader {
        transition-delay: 1200ms; }
    .scrapbook__image:last-child {
      -ms-flex-item-align: end;
          align-self: flex-end;
      margin-bottom: 162px;
      width: calc(25% - 30px);
      z-index: 10; }
      .scrapbook__image:last-child:after {
        content: '';
        display: block;
        height: 0;
        width: 100%;
        padding-bottom: 141%; }
      @media (max-width: 1040px) {
        .scrapbook__image:last-child {
          width: calc(33.33% - 14px);
          margin-bottom: 48px; } }
  .scrapbook__copy {
    -ms-flex-item-align: end;
        align-self: flex-end;
    width: calc(25% - 30px);
    position: relative; }
    @media (max-width: 1380px) {
      .scrapbook__copy {
        margin-bottom: 0; } }
    .scrapbook__copy .sub {
      font-size: 22px;
      letter-spacing: 1px; }
    .scrapbook__copy a {
      text-transform: uppercase;
      position: relative;
      letter-spacing: 0.2em;
      font-size: 10px;
      line-height: 2; }
      @media screen and (min-width: 1040px) {
        .scrapbook__copy a {
          font-size: 10px;
          line-height: 2; } }
      @media screen and (min-width: 1380px) {
        .scrapbook__copy a {
          font-size: 10px;
          line-height: 2; } }
      .scrapbook__copy a::before {
        transition: all 400ms ease-in-out;
        position: absolute;
        bottom: -2px;
        height: 1px;
        animation: linkStart 400ms forwards;
        background: #e9e9ea;
        content: ''; }
        @media (max-width: 1040px) {
          .scrapbook__copy a::before {
            display: none !important; } }
    .scrapbook__copy a:hover::before {
      background: #ff1c24;
      animation: linkEnd 400ms forwards; }
    @media (max-width: 1380px) {
      .scrapbook__copy {
        width: calc(75% - 30px);
        margin-top: 6px;
        margin-left: auto;
        margin-right: auto;
        text-align: center; } }
    @media (max-width: 700px) {
      .scrapbook__copy {
        width: 100%; } }
  .scrapbook .scrapbook__image.lazy.loaded .lazy__preloader {
    max-width: 100%; }
  .scrapbook.active .scrapbook__image.lazy.loaded .lazy__preloader {
    max-width: 0%; }

.contact {
  transition: all 400ms ease-in-out;
  min-height: 100vh;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  position: relative;
  width: 100%; }
  @media (max-width: 1380px) {
    .contact {
      min-height: auto; } }
  .contact__content-wrap {
    width: calc(75% - 80px);
    margin-left: auto;
    margin-right: auto;
    padding: 80px 0; }
    @media (max-width: 800px) {
      .contact__content-wrap {
        width: 100%;
        padding: 0 0;
        margin-bottom: 60px; }
        .contact__content-wrap:hover .contact__map {
          animation: mapBlank 400ms forwards; }
        .contact__content-wrap:hover .contact__hours h1 {
          color: #ff1c24; }
        .contact__content-wrap:hover .contact__hours p {
          color: #000000;
          text-shadow: 0 0 0 rgba(0, 0, 0, 0); } }
  .contact__anim {
    transition: all 400ms ease-in-out;
    position: relative;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    overflow-x: hidden; }
    @media (max-width: 800px) {
      .contact__anim {
        width: 100%; } }
  .contact__content {
    width: 100%; }

@keyframes mapStart {
  0% {
    transform: translateX(0%); }
  100% {
    transform: translateX(100%); } }

@keyframes mapEnd {
  0% {
    transform: translateX(-100%); }
  100% {
    transform: translateX(0%); } }

@keyframes mapBlank {
  0% {
    opacity: 1; }
  100% {
    opacity: 1; } }
  .contact__img {
    background: #b1b3b6;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    animation: mapEnd 400ms forwards; }
    @media (max-width: 800px) {
      .contact__img {
        opacity: 0; } }
  .contact__map {
    transition: all 400ms ease-in-out;
    width: 100%;
    display: block;
    animation: mapStart 400ms forwards; }
    .contact__map:after {
      content: '';
      display: block;
      height: 0;
      width: 100%;
      padding-bottom: 66.666%; }
    @media (max-width: 800px) {
      .contact__map {
        opacity: 1;
        animation: mapBlank 400ms forwards; } }
  .contact__hours {
    z-index: 20;
    pointer-events: none;
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center; }
    .contact__hours h1 {
      color: #ff1c24;
      text-transform: uppercase;
      font-family: "WoodtypeGothicExtended Exp", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
      font-size: 24px;
      line-height: 1.2;
      transition: all 400ms ease-in-out;
      margin-bottom: 28px; }
      @media screen and (min-width: 800px) {
        .contact__hours h1 {
          font-size: 28px;
          line-height: 1.2; } }
      @media screen and (min-width: 1040px) {
        .contact__hours h1 {
          font-size: 35px;
          line-height: 1.2; } }
      @media screen and (min-width: 1380px) {
        .contact__hours h1 {
          font-size: 50px;
          line-height: 1.2; } }
      .contact__hours h1 br.mobile {
        display: none; }
        @media (max-width: 700px) {
          .contact__hours h1 br.mobile {
            display: block; } }
    .contact__hours p {
      transition: all 400ms ease-in-out;
      letter-spacing: 0.3em;
      font-weight: 900;
      color: #ff1c24;
      text-transform: uppercase; }
      .contact__hours p:first-child {
        margin-bottom: 42px; }
      .contact__hours p:last-child {
        margin-bottom: 0; }
    @media (max-width: 800px) {
      .contact__hours {
        position: relative;
        width: 100%;
        top: 0;
        left: 0;
        transform: translate(0); }
        .contact__hours h1 + p {
          margin-bottom: 0; }
        .contact__hours p {
          color: #000000;
          letter-spacing: 0.3em;
          font-size: 10px;
          line-height: 2;
          font-weight: 700; }
          .contact__hours p:first-child {
            margin-bottom: 30px; }
          .contact__hours p:last-child {
            margin-bottom: 42px; } }

.contact {
  opacity: 0; }

.section .twocol__col,
.section > .inner-wrapper,
.section .project-slider .inner-wrapper {
  opacity: 0; }

.section.fade-in {
  opacity: 1; }
  .section.fade-in .twocol__col,
  .section.fade-in .inner-wrapper,
  .section.fade-in .project-slider .inner-wrapper,
  .section.fade-in .contact {
    opacity: 1; }

img[src="https://hungryworkshop.com.au/app/themes/hungry/public/images/marker.png"],
img[src="http://hungryworkshop.com.au/app/themes/hungry/public/images/marker.png"],
img[src="http://staging-hungry.bonealpha.com.au/app/themes/hungry/public/images/marker.png"],
img[src="http://hungry.test/app/themes/hungry/public/images/marker.png"] {
  border-radius: 50% !important;
  background: white !important;
  height: 24px !important;
  width: 24px !important; }

.intro-text {
  margin-bottom: 60px; }
  .intro-text h1 {
    margin-bottom: 0;
    color: #b1b3b6; }
    .intro-text h1 strong {
      color: #ff1c24; }
    @media (max-width: 700px) {
      .intro-text h1 {
        font-size: 16px; } }

.team {
  transition: all 400ms ease-in-out;
  width: 100%; }
  @media (max-width: 700px) {
    .team {
      margin-bottom: 60px; } }
  .team .inner-wrapper {
    transition: all 400ms ease-in-out;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media (max-width: 1040px) {
      .team .inner-wrapper {
        -ms-flex-pack: justify;
            justify-content: space-between; } }
  .team__staff {
    width: calc(33.33% - 26.66px);
    position: relative;
    overflow: hidden;
    margin-right: 40px;
    margin-bottom: 40px; }
    .team__staff .thumb-info {
      background: #e9e9ea; }
    .team__staff:nth-child(3), .team__staff:nth-child(6) {
      margin-right: 0; }
    .team__staff:after {
      content: '';
      display: block;
      height: 0;
      width: 100%;
      padding-bottom: 150%; }
      @media (max-width: 1040px) {
        .team__staff:after {
          padding-bottom: 70.62%; } }
    @media (max-width: 1040px) {
      .team__staff {
        width: calc(50% - 20px) !important;
        margin-right: 0;
        padding-bottom: 76px; } }
    @media (max-width: 700px) {
      .team__staff {
        width: 100% !important; } }
    .team__staff .project-wrap {
      position: static; }
  .team__staff-wrap {
    transition: all 400ms ease-in-out;
    display: block;
    width: 100%;
    height: 100%;
    position: relative; }
  .team__staff-info {
    transition: all 400ms ease-in-out;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow-x: hidden;
    background-color: #b1b3b6; }
    .team__staff-info .text-wrap {
      -ms-flex-direction: column;
          flex-direction: column;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: end;
          justify-content: flex-end;
      padding-left: 30px;
      padding-right: 30px;
      bottom: 0;
      top: auto;
      position: absolute;
      width: 100%; }
      .team__staff-info .text-wrap h5 {
        margin-bottom: 21px;
        line-height: 1.666;
        text-transform: uppercase;
        white-space: normal;
        letter-spacing: 0.2em;
        color: #ff1c24; }
        @media (max-width: 1380px) {
          .team__staff-info .text-wrap h5 {
            line-height: 1.5; } }
      .team__staff-info .text-wrap p {
        text-transform: uppercase;
        letter-spacing: 0.2em; }
  .team--mob-info {
    display: none;
    z-index: 21;
    background: white;
    position: absolute;
    bottom: 0;
    padding-top: 40px;
    height: auto;
    width: 100%; }
    .team--mob-info p {
      margin-bottom: 0;
      width: 100%; }
      .team--mob-info p:first-child {
        font-weight: bold;
        color: #ff1c24;
        text-transform: uppercase;
        letter-spacing: 0.2em; }
    @media (max-width: 1040px) {
      .team--mob-info {
        display: block; } }

.work-weight-wrap {
  margin-bottom: 62px;
  position: relative; }
  .work-weight-wrap__heading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    text-align: center;
    margin-bottom: 0;
    z-index: 35;
    color: #ff1c24; }
    @media (max-width: 1040px) {
      .work-weight-wrap__heading {
        position: relative;
        top: auto;
        left: auto;
        transform: translate(0%, 0%);
        margin-bottom: 94px;
        margin-right: auto;
        margin-left: auto; } }

.work-weight-top {
  transition: all 400ms ease-in-out;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  margin-bottom: 94px; }
  @media (max-width: 1040px) {
    .work-weight-top {
      -ms-flex-pack: justify;
          justify-content: space-between; } }
  .work-weight-top__img {
    width: calc(25% - 30px);
    position: relative;
    margin-right: 40px;
    background-color: #b1b3b6;
    -ms-flex-item-align: start;
        align-self: flex-start; }
    .work-weight-top__img:after {
      content: '';
      display: block;
      height: 0;
      width: 100%;
      padding-bottom: 150%; }
    .work-weight-top__img:first-child {
      margin-top: 105px; }
    .work-weight-top__img:nth-child(2) {
      position: absolute;
      top: 50%;
      left: calc(12.5% - 30px);
      background: #b1b3b6;
      z-index: 25; }
      @media (max-width: 1600px) {
        .work-weight-top__img:nth-child(2) {
          left: calc(12.5% - 30px + 72px);
          width: calc(25% - 66px); } }
      @media (max-width: 1380px) {
        .work-weight-top__img:nth-child(2) {
          left: calc(12.5% - 30px + 42px);
          width: calc(25% - 51px); } }
      @media (max-width: 1040px) {
        .work-weight-top__img:nth-child(2) {
          width: calc(25% - 44px); } }
      @media (max-width: 800px) {
        .work-weight-top__img:nth-child(2) {
          width: calc(50% - 34px);
          top: 6.5%;
          left: 50%;
          transform: translateX(-50%); } }
    .work-weight-top__img:nth-child(8), .work-weight-top__img:nth-child(4) {
      margin-right: 0; }
    @media (max-width: 1040px) {
      .work-weight-top__img {
        margin-right: 0; } }
    @media (max-width: 800px) {
      .work-weight-top__img {
        width: calc(50% - 20px);
        margin-right: 0; } }
  .work-weight-top__copy {
    -ms-flex-item-align: end;
        align-self: flex-end;
    margin-bottom: 105px;
    width: calc(25% - 30px);
    position: relative;
    margin-right: 40px; }
    @media (max-width: 1040px) {
      .work-weight-top__copy {
        width: calc(50% - 20px);
        margin-right: 0; } }
    @media (max-width: 800px) {
      .work-weight-top__copy {
        width: 75%;
        margin-right: auto;
        margin-left: auto;
        margin-top: 40px;
        margin-bottom: 0; } }
    @media (max-width: 700px) {
      .work-weight-top__copy {
        width: 100%; } }

.work-weight-btm {
  transition: all 400ms ease-in-out;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  padding-top: 48px; }
  @media (max-width: 1040px) {
    .work-weight-btm {
      padding-top: 0;
      -ms-flex-pack: justify;
          justify-content: space-between; } }
  .work-weight-btm__copy {
    -ms-flex-item-align: end;
        align-self: flex-end;
    width: calc(25% - 30px);
    position: relative;
    margin-left: calc(25% + 10px);
    margin-right: 40px;
    margin-bottom: 0; }
    .work-weight-btm__copy p {
      margin-bottom: 30px; }
    @media (max-width: 1040px) {
      .work-weight-btm__copy {
        width: calc(50% - 20px);
        margin-right: 0;
        margin-left: 0;
        -ms-flex-item-align: end;
            align-self: flex-end; } }
    @media (max-width: 800px) {
      .work-weight-btm__copy {
        margin-left: auto;
        margin-right: auto;
        width: 75%;
        -ms-flex-order: 2;
            order: 2; } }
    @media (max-width: 700px) {
      .work-weight-btm__copy {
        width: 100%; } }
  .work-weight-btm__img {
    width: calc(50% - 20px);
    position: relative;
    background-color: #b1b3b6;
    -ms-flex-item-align: start;
        align-self: flex-start; }
    .work-weight-btm__img:after {
      content: '';
      display: block;
      height: 0;
      width: 100%;
      padding-bottom: 70.62%; }
    @media (max-width: 800px) {
      .work-weight-btm__img {
        width: 100%;
        margin-bottom: 40px;
        -ms-flex-order: 1;
            order: 1; } }

.bone-wrap {
  opacity: 0;
  transition: all 400ms ease-in-out;
  margin-bottom: 92px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  -ms-flex-align: end;
      align-items: flex-end; }
  .bone-wrap.active {
    opacity: 1; }
  @media (max-width: 1040px) {
    .bone-wrap {
      padding-top: 0;
      -ms-flex-pack: justify;
          justify-content: space-between; } }
  @media (max-width: 800px) {
    .bone-wrap {
      margin-bottom: 62px; } }
  .bone-wrap__copy {
    width: calc(37.5% - 30px);
    position: relative;
    margin-left: 40px; }
    @media (max-width: 1040px) {
      .bone-wrap__copy {
        margin-right: 0;
        margin-left: 0;
        -ms-flex-item-align: end;
            align-self: flex-end; } }
    @media (max-width: 800px) {
      .bone-wrap__copy {
        margin-left: auto;
        margin-right: auto;
        width: 75%; } }
    @media (max-width: 700px) {
      .bone-wrap__copy {
        width: 100%; } }
    .bone-wrap__copy .copy-body {
      width: 63.35%; }
      @media (max-width: 800px) {
        .bone-wrap__copy .copy-body {
          width: 100%; } }
      .bone-wrap__copy .copy-body p {
        margin-bottom: 30px; }
  .bone-wrap__img {
    width: calc(50% - 30px);
    position: relative;
    background-color: #b1b3b6;
    -ms-flex-item-align: start;
        align-self: flex-start; }
    .bone-wrap__img:after {
      content: '';
      display: block;
      height: 0;
      width: 100%;
      padding-bottom: 70.62%; }
    @media (max-width: 800px) {
      .bone-wrap__img {
        width: 100%;
        margin-bottom: 40px; } }

.open-minds {
  margin-bottom: 62px; }
  .open-minds .inner-wrapper {
    transition: all 400ms ease-in-out;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media (max-width: 1040px) {
      .open-minds .inner-wrapper {
        -ms-flex-pack: justify;
            justify-content: space-between; } }
    .open-minds .inner-wrapper:first-child {
      margin-bottom: 40px; }
      @media (max-width: 800px) {
        .open-minds .inner-wrapper:first-child {
          margin-bottom: 62px; } }
      .open-minds .inner-wrapper:first-child .open-minds__copy {
        margin-left: 0;
        margin-right: 0;
        width: calc(37.5% - 30px); }
        @media (max-width: 1040px) {
          .open-minds .inner-wrapper:first-child .open-minds__copy {
            margin-left: 0;
            margin-right: 0;
            width: calc(50% - 20px); } }
        @media (max-width: 800px) {
          .open-minds .inner-wrapper:first-child .open-minds__copy {
            -ms-flex-order: 2;
                order: 2;
            margin-left: auto;
            margin-right: auto;
            width: 75%; } }
        @media (max-width: 700px) {
          .open-minds .inner-wrapper:first-child .open-minds__copy {
            width: 100%; } }
      .open-minds .inner-wrapper:first-child .link-btn,
      .open-minds .inner-wrapper:first-child .open-minds-copy__body {
        width: 63.35%; }
        @media (max-width: 1040px) {
          .open-minds .inner-wrapper:first-child .link-btn,
          .open-minds .inner-wrapper:first-child .open-minds-copy__body {
            width: 100%; } }
        @media (max-width: 800px) {
          .open-minds .inner-wrapper:first-child .link-btn,
          .open-minds .inner-wrapper:first-child .open-minds-copy__body {
            margin-bottom: 0px; } }
    @media (max-width: 800px) {
      .open-minds .inner-wrapper:last-child .open-minds-copy__body {
        margin-bottom: 30px; } }
  .open-minds__copy {
    margin-right: 40px;
    -ms-flex-item-align: end;
        align-self: flex-end;
    width: calc(25% - 30px);
    position: relative;
    margin-left: calc(12.5% + 10px); }
    @media (max-width: 1040px) {
      .open-minds__copy {
        margin-left: 0;
        margin-right: 0;
        width: calc(50% - 20px);
        -ms-flex-item-align: center;
            -ms-grid-row-align: center;
            align-self: center; } }
    @media (max-width: 800px) {
      .open-minds__copy {
        -ms-flex-order: 2;
            order: 2;
        margin-left: auto;
        margin-right: auto;
        width: 75%; } }
    @media (max-width: 700px) {
      .open-minds__copy {
        width: 100%; } }
  .open-minds__img-portrait {
    margin-left: calc(12.5% + 10px);
    width: calc(37.5% - 30px);
    position: relative;
    background-color: #b1b3b6;
    -ms-flex-item-align: start;
        align-self: flex-start;
    margin-right: 40px; }
    .open-minds__img-portrait:after {
      content: '';
      display: block;
      height: 0;
      width: 100%;
      padding-bottom: 141%; }
    @media (max-width: 1040px) {
      .open-minds__img-portrait {
        margin-left: 0;
        margin-right: 0;
        width: calc(50% - 20px); } }
    @media (max-width: 800px) {
      .open-minds__img-portrait {
        -ms-flex-order: 1;
            order: 1;
        width: 100%;
        margin-bottom: 40px; }
        .open-minds__img-portrait:after {
          padding-bottom: 70.62%; } }
  .open-minds__img-landscape {
    width: auto;
    -ms-flex: 1;
        flex: 1;
    position: relative;
    background-color: #b1b3b6;
    -ms-flex-flow: column;
        flex-flow: column;
    -ms-flex-align: stretch;
        align-items: stretch; }
    .open-minds__img-landscape:after {
      content: '';
      display: block;
      height: 0;
      width: 100%;
      padding-bottom: 70.62%; }
    @media (max-width: 1040px) {
      .open-minds__img-landscape {
        -ms-flex: initial;
            flex: initial;
        width: calc(50% - 20px); }
        .open-minds__img-landscape:after {
          padding-bottom: 141%; } }
    @media (max-width: 800px) {
      .open-minds__img-landscape {
        -ms-flex: initial;
            flex: initial;
        width: 100%;
        margin-bottom: 40px; }
        .open-minds__img-landscape:after {
          padding-bottom: 70.62%; } }

.open-minds-copy {
  margin-bottom: 92px; }
  .open-minds-copy__title {
    margin-bottom: 40px; }
    .open-minds-copy__title p {
      font-family: "WoodtypeGothicExtended Exp", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
      text-transform: uppercase;
      font-size: 18px;
      line-height: 1.22;
      margin-bottom: 1.22em;
      color: #ff1c24; }
      @media screen and (min-width: 800px) {
        .open-minds-copy__title p {
          font-size: 22px;
          line-height: 1.22; } }
      @media screen and (min-width: 1380px) {
        .open-minds-copy__title p {
          font-size: 36px;
          line-height: 1.22; } }
      .open-minds-copy__title p:last-child {
        color: #000000;
        margin-bottom: 0; }
      @media (max-width: 1040px) {
        .open-minds-copy__title p {
          font-size: 16px;
          line-height: 2;
          margin-bottom: 0;
          line-height: 1.22 !important; } }
    @media screen and (max-width: 1040px) and (min-width: 800px) {
      .open-minds-copy__title p {
        font-size: 20px;
        line-height: 2; } }
    @media screen and (max-width: 1040px) and (min-width: 1380px) {
      .open-minds-copy__title p {
        font-size: 30px;
        line-height: 2; } }
      @media (max-width: 800px) {
        .open-minds-copy__title p {
          text-align: center; } }
    .open-minds-copy__title h4 {
      line-height: 1.22; }
      @media (max-width: 800px) {
        .open-minds-copy__title h4 {
          text-align: center; } }
  .open-minds-copy__body {
    margin-bottom: 30px; }
    .open-minds-copy__body strong {
      text-transform: uppercase;
      color: #ff1c24;
      font-weight: bold;
      letter-spacing: 0.3em;
      display: block;
      font-size: 10px;
      line-height: 1.875;
      margin-bottom: -0.25em; }
      @media screen and (min-width: 1040px) {
        .open-minds-copy__body strong {
          font-size: 10px;
          line-height: 1.875; } }
      @media screen and (min-width: 1380px) {
        .open-minds-copy__body strong {
          font-size: 10px;
          line-height: 1.875; } }
    .open-minds-copy__body a {
      position: relative; }
      .open-minds-copy__body a::before {
        transition: all 400ms ease-in-out;
        position: absolute;
        bottom: -2px;
        height: 1px;
        animation: linkStart 400ms forwards;
        background: #ff1c24;
        content: ''; }
    .open-minds-copy__body a:hover::before {
      animation: linkEnd 400ms forwards; }

.welcome {
  padding-top: 180px;
  position: relative;
  margin-bottom: 42px; }
  @media (max-width: 1040px) {
    .welcome {
      padding-top: 215px; } }
  @media (max-width: 800px) {
    .welcome {
      padding-top: calc(14vw + 62px); } }
  .welcome .inner-wrapper {
    transition: all 400ms ease-in-out;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media (max-width: 1040px) {
      .welcome .inner-wrapper {
        -ms-flex-pack: justify;
            justify-content: space-between; } }
  .welcome h1 {
    font-size: 7vw;
    text-align: center;
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translateX(-50%);
    color: #e9e9ea; }
  .welcome__img-text {
    margin-left: calc(12.5% + 10px);
    position: relative;
    display: -ms-flexbox;
    display: flex;
    width: calc(50% - 30px);
    margin-bottom: 70px; }
    @media (max-width: 1040px) {
      .welcome__img-text {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        width: calc(50% - 20px);
        margin-left: 0;
        margin-bottom: 0; }
        .welcome__img-text .callout {
          width: 100%; }
          .welcome__img-text .callout h5 {
            margin-bottom: 40px; } }
    @media (max-width: 800px) {
      .welcome__img-text {
        width: 100%; } }
    .welcome__img-text .callout {
      -ms-flex: 1;
          flex: 1;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-pack: center;
          justify-content: center;
      padding-right: 10px; }
      .welcome__img-text .callout h5 {
        word-wrap: break-word;
        font-size: 15px;
        line-height: 1.2;
        color: #ff1c24; }
        @media (max-width: 1380px) {
          .welcome__img-text .callout h5 {
            font-size: 12px; } }
        @media (max-width: 1040px) {
          .welcome__img-text .callout h5 {
            display: none; } }
    .welcome__img-text .img-portrait {
      width: calc(50% - 20px);
      position: relative;
      margin-right: 40px;
      background-color: #b1b3b6;
      -ms-flex-item-align: start;
          align-self: flex-start; }
      .welcome__img-text .img-portrait:after {
        content: '';
        display: block;
        height: 0;
        width: 100%;
        padding-bottom: 150%; }
      @media (max-width: 1040px) {
        .welcome__img-text .img-portrait {
          width: 100%;
          margin-right: auto;
          margin-bottom: 40px; } }
      @media (max-width: 800px) {
        .welcome__img-text .img-portrait:after {
          padding-bottom: 70.62%; } }
  .welcome__copy {
    -ms-flex-item-align: end;
        align-self: flex-end;
    width: calc(25% - 30px); }
    .welcome__copy .callout h5 {
      display: none;
      font-size: 15px;
      line-height: 1.2;
      color: #ff1c24;
      margin-bottom: 40px; }
      @media (max-width: 1380px) {
        .welcome__copy .callout h5 {
          font-size: 12px; } }
      @media (max-width: 1040px) {
        .welcome__copy .callout h5 {
          display: block;
          font-size: 16px; } }
      @media (max-width: 800px) {
        .welcome__copy .callout h5 {
          text-align: center; } }
    .welcome__copy p:last-of-type {
      margin-bottom: 36px; }
    @media (max-width: 1040px) {
      .welcome__copy {
        -ms-flex-item-align: center;
            -ms-grid-row-align: center;
            align-self: center;
        width: calc(50% - 20px); } }
    @media (max-width: 800px) {
      .welcome__copy {
        width: 75%;
        margin-left: auto;
        margin-right: auto; } }
    @media (max-width: 700px) {
      .welcome__copy {
        width: 100%; } }

.recognition {
  margin-bottom: 40px; }
  @media (max-width: 700px) {
    .recognition {
      display: none; } }
  .recognition .inner-wrapper {
    transition: all 400ms ease-in-out;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media (max-width: 1040px) {
      .recognition .inner-wrapper {
        -ms-flex-pack: justify;
            justify-content: space-between; } }
  .recognition .recognition__intro,
  .recognition .recognition__list {
    width: calc(16.66% - 33.33px);
    margin-right: 40px; }
    @media (max-width: 1040px) {
      .recognition .recognition__intro,
      .recognition .recognition__list {
        width: calc(50% - 20px);
        margin-right: 0;
        margin-bottom: 1.5em; } }
    @media (max-width: 700px) {
      .recognition .recognition__intro,
      .recognition .recognition__list {
        width: 100%;
        margin-right: 0; }
        .recognition .recognition__intro:last-child,
        .recognition .recognition__list:last-child {
          margin-bottom: 0; } }
  .recognition__intro {
    padding-top: 12px; }
    @media (max-width: 800px) {
      .recognition__intro {
        margin-bottom: 30px; } }
  .recognition__list .sub {
    text-transform: uppercase;
    padding: 8px 0;
    font-size: 10px;
    line-height: 1.875;
    font-weight: bold;
    text-align: center;
    border-top: 1px solid #b1b3b6;
    border-bottom: 1px solid #b1b3b6;
    letter-spacing: 0.2em; }
    @media screen and (min-width: 1040px) {
      .recognition__list .sub {
        font-size: 10px;
        line-height: 1.875; } }
    @media screen and (min-width: 1380px) {
      .recognition__list .sub {
        font-size: 10px;
        line-height: 1.875; } }
  .recognition__list a li:last-child {
    position: relative;
    display: inline-block; }
    .recognition__list a li:last-child:before {
      transition: all 400ms ease-in-out;
      position: absolute;
      bottom: -2px;
      height: 1px;
      width: 0%;
      background: #ff1c24;
      content: '';
      animation: linkEnd 400ms forwards; }
  .recognition__list a:hover li:last-child::before {
    animation: linkStart 400ms forwards; }
  .recognition__list ul {
    margin-bottom: 1.5em; }
    .recognition__list ul:last-child {
      margin-bottom: 0; }
    @media (max-width: 800px) {
      .recognition__list ul:last-child {
        margin-bottom: 1.5em; } }
    @media (max-width: 700px) {
      .recognition__list ul li {
        position: relative;
        display: inline; } }
  .recognition__list:last-child {
    margin-right: 0; }

body.page {
  overflow-x: hidden; }
  body.page.mfp-zoom-out-cur {
    overflow-y: hidden;
    -moz-overflow-y: hidden; }

.body-wrapper--letterpress .img-grid {
  position: relative; }
  .body-wrapper--letterpress .img-grid .parts::before {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    top: -1px;
    width: 100vw;
    height: 40px;
    content: '';
    background: #e9e9ea; }

.img-grid {
  margin-bottom: 60px; }

.lb-trigger {
  pointer-events: all; }
  @media (max-width: 700px) {
    .lb-trigger {
      pointer-events: none; } }

.mfp-wrap {
  height: 100vh;
  position: fixed;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  z-index: 100;
  cursor: pointer; }
  .mfp-wrap .mfp-content {
    width: 100%;
    height: 100vh;
    padding: 5vw; }
    .mfp-wrap .mfp-content .mfp-figure {
      transition: all 400ms ease-in-out;
      padding: 5vw;
      width: 100%;
      height: 100vh;
      position: absolute;
      top: 0;
      left: 0;
      cursor: pointer; }
      .mfp-wrap .mfp-content .mfp-figure figure {
        margin: 0;
        width: 100%;
        height: 100%; }
        .mfp-wrap .mfp-content .mfp-figure figure img {
          width: auto;
          height: 100%;
          margin: 0 auto; }
      .mfp-wrap .mfp-content .mfp-figure .mfp-close {
        position: absolute;
        left: 50%;
        bottom: 2.5vw;
        transform: translate(-50%, 50%);
        height: 18px;
        width: 18px;
        background: red;
        -webkit-appearance: none;
        -moz-appearance: none;
             appearance: none;
        color: transparent;
        background: transparent;
        border: none; }
        .mfp-wrap .mfp-content .mfp-figure .mfp-close:after {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          content: '';
          width: 100%;
          height: 100%;
          background: url(../images/x.svg) center no-repeat; }

.project-nav-btn {
  width: 10%;
  height: 55vh;
  display: block;
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  z-index: 20; }
  @media (max-width: 1380px) {
    .project-nav-btn {
      width: 6%; } }
  @media (max-width: 800px) {
    .project-nav-btn {
      width: 25px; } }
  @media (max-width: 700px) {
    .project-nav-btn {
      width: 20px; } }
  .project-nav-btn__back {
    left: 0;
    cursor: url(../images/larr.png), pointer;
    cursor: -webkit-image-set(url(../images/larr.png) 1x, url(../images/larr@2x.png) 2x), auto; }
  .project-nav-btn__next {
    right: 0;
    cursor: url(../images/rarr.png), pointer;
    cursor: -webkit-image-set(url(../images/rarr.png) 1x, url(../images/rarr@2x.png) 2x), auto; }

.project-nav {
  position: relative;
  z-index: 20;
  height: 72px;
  width: auto; }
  @media (max-width: 700px) {
    .project-nav {
      height: 102px; } }
  .project-nav__menu {
    transition: all 400ms ease-in-out;
    position: absolute;
    top: 50%;
    left: 50%;
    display: -ms-flexbox;
    display: flex;
    width: 230px;
    -ms-flex-pack: justify;
        justify-content: space-between;
    transform: translate(-50%, -50%); }
    @media (max-width: 700px) {
      .project-nav__menu {
        width: 185px; } }
  .project-nav__title {
    transform: scale(-1, 1); }
    .project-nav__title.active {
      transform: scale(1, 1); }
      .project-nav__title.active p {
        color: #000000; }
      .project-nav__title.active p.sub {
        color: #ff1c24; }
    .project-nav__title:hover {
      transform: scale(1, 1); }
      .project-nav__title:hover p.sub {
        color: #ff1c24; }
    .project-nav__title p {
      transition: all 400ms ease-in-out;
      color: #b1b3b6;
      text-align: center;
      font-size: 10px;
      line-height: 2;
      letter-spacing: 0.2em;
      text-transform: uppercase; }
      @media screen and (min-width: 1040px) {
        .project-nav__title p {
          font-size: 10px;
          line-height: 2; } }
      @media screen and (min-width: 1380px) {
        .project-nav__title p {
          font-size: 10px;
          line-height: 2; } }
      .project-nav__title p.sub {
        font-family: "WoodtypeGothicExtended Exp", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
        margin-bottom: 0; }
        @media (max-width: 700px) {
          .project-nav__title p.sub {
            font-size: 8px !important; } }
      .project-nav__title p:last-child {
        line-height: 0.8em; }

.project-hero {
  width: 100%;
  background: #b1b3b6;
  margin-bottom: 94px;
  position: relative; }
  .project-hero:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 70.62%; }
  @media (max-width: 800px) {
    .project-hero {
      margin-bottom: 40px; } }
  .project-hero--letterpress {
    margin-bottom: 40px; }

.project-copy {
  width: 100%;
  margin-bottom: 148px; }
  @media (max-width: 800px) {
    .project-copy {
      margin-bottom: 60px; } }
  .project-copy .inner-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .project-copy__col {
    width: calc(50% - 20px); }
    @media (max-width: 800px) {
      .project-copy__col {
        width: 100%; }
        .project-copy__col:first-child {
          padding-bottom: 45px;
          border-bottom: 1px solid #b1b3b6;
          margin-bottom: 45px; } }
    .project-copy__col .sub {
      text-transform: uppercase;
      line-height: 18px;
      font-size: 10px;
      line-height: 1.875;
      font-weight: bold;
      margin-bottom: 0;
      letter-spacing: 0.2em; }
      @media screen and (min-width: 1040px) {
        .project-copy__col .sub {
          font-size: 10px;
          line-height: 1.875; } }
      @media screen and (min-width: 1380px) {
        .project-copy__col .sub {
          font-size: 10px;
          line-height: 1.875; } }
  .project-copy--letterpress {
    padding: 40px 0;
    background: #e9e9ea;
    margin-bottom: 0;
    position: relative; }

.project-detail {
  margin-left: calc(25% - 40px);
  margin-right: calc(25% - 40px); }
  @media (max-width: 1040px) {
    .project-detail {
      margin-left: auto; } }
  @media (max-width: 800px) {
    .project-detail {
      width: 75%;
      margin-left: auto;
      margin-right: auto; } }
  @media (max-width: 700px) {
    .project-detail {
      width: 100%; } }
  .project-detail__title {
    text-transform: uppercase;
    color: #ff1c24;
    margin-bottom: 30px;
    letter-spacing: 0.2em; }
  .project-detail__design-by .designer {
    display: inline-block;
    letter-spacing: 0.075em;
    color: #ff1c24;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.31; }
    @media screen and (min-width: 1040px) {
      .project-detail__design-by .designer {
        font-size: 16px;
        line-height: 1.31; } }
    @media screen and (min-width: 1380px) {
      .project-detail__design-by .designer {
        font-size: 16px;
        line-height: 1.31; } }
  .project-detail__category ul {
    margin-bottom: 20px; }
    .project-detail__category ul li {
      font-size: 12px;
      line-height: 1.5; }
      @media screen and (min-width: 1040px) {
        .project-detail__category ul li {
          font-size: 12px;
          line-height: 1.5; } }
      @media screen and (min-width: 1380px) {
        .project-detail__category ul li {
          font-size: 12px;
          line-height: 1.5; } }
  .project-detail__category a {
    transition: all 400ms ease-in-out; }
    .project-detail__category a:hover {
      color: #ff1c24; }
  .project-detail__prod-info {
    margin-right: calc(25% - 40px); }
    .project-detail__prod-info p {
      font-size: 12px;
      line-height: 1.5; }
      @media screen and (min-width: 1040px) {
        .project-detail__prod-info p {
          font-size: 12px;
          line-height: 1.5; } }
      @media screen and (min-width: 1380px) {
        .project-detail__prod-info p {
          font-size: 12px;
          line-height: 1.5; } }
      .project-detail__prod-info p:last-child {
        margin-bottom: 0; }
    .project-detail__prod-info .copy a {
      transition: all 400ms ease-in-out;
      text-decoration: underline; }
    @media (max-width: 800px) {
      .project-detail__prod-info {
        width: 75%;
        margin-left: auto;
        margin-right: auto; } }
    @media (max-width: 700px) {
      .project-detail__prod-info {
        width: 100%; } }
  .project-detail__social .social-inner {
    padding-top: 4px;
    display: -ms-flexbox;
    display: flex; }
    .project-detail__social .social-inner a {
      margin-right: 8px;
      width: 16px;
      height: 16px;
      display: inline-block; }
      .project-detail__social .social-inner a:last-child {
        margin-right: 0; }

.project-copybody {
  margin-right: calc(25% - 40px); }
  @media (max-width: 800px) {
    .project-copybody {
      width: 75%;
      margin-left: auto;
      margin-right: auto; } }
  @media (max-width: 700px) {
    .project-copybody {
      width: 100%; } }
  .project-copybody a {
    transition: all 400ms ease-in-out; }
    .project-copybody a:hover {
      color: #ff1c24; }
  .project-copybody p:last-child {
    margin-bottom: 0; }

.single-project .project-wrap:hover .thumb-info {
  animation-play-state: paused; }
  .single-project .project-wrap:hover .thumb-info .thumb-info__wrap {
    animation-play-state: paused; }

.single-project .project-wrap:hover .project-wrap__img {
  animation-play-state: paused; }

.single-project .hero:hover .thumb-info {
  animation-play-state: paused; }
  .single-project .hero:hover .thumb-info .thumb-info__wrap {
    animation-play-state: paused; }

.single-project .hero:hover .project-wrap__img {
  animation-play-state: paused; }

.single-project .hero:hover .hero__img {
  animation-play-state: paused; }

.faq-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .faq-wrap__sidebar {
    position: relative;
    width: calc((37.5%) - (80px / 3));
    margin-right: 40px; }
    @media (max-width: 700px) {
      .faq-wrap__sidebar {
        width: 100%;
        margin-right: 0; } }
  .faq-wrap__faq {
    width: calc((50%) - (80px / 3)); }
    @media (max-width: 800px) {
      .faq-wrap__faq {
        width: calc((62.5%) - (80px / 3)); } }
    @media (max-width: 700px) {
      .faq-wrap__faq {
        width: 100%; } }

.sidebar-wrapper {
  position: -webkit-sticky;
  position: sticky;
  top: 40px;
  left: 0; }
  @media (max-width: 700px) {
    .sidebar-wrapper {
      position: relative;
      top: auto;
      left: auto; } }

.sidebar__title p {
  font-family: "WoodtypeGothicExtended Exp", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 25px;
  line-height: 1.2;
  text-align: right;
  margin-bottom: 48px;
  margin-left: auto; }
  .sidebar__title p strong {
    color: #ff1c24; }
  @media (max-width: 1380px) {
    .sidebar__title p {
      font-size: 18px;
      width: 80%; } }
  @media (max-width: 1040px) {
    .sidebar__title p {
      font-size: 12px; } }
  @media (max-width: 700px) {
    .sidebar__title p {
      text-align: center;
      margin-left: 0;
      width: 100%;
      font-size: 16px; } }

@media (max-width: 800px) {
  .sidebar__nav {
    display: none; } }

@media (max-width: 700px) {
  .sidebar__nav ul {
    margin-bottom: 40px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    -ms-flex-flow: wrap;
        flex-flow: wrap; } }

.sidebar__nav ul li {
  text-align: right;
  font-family: "WoodtypeGothicExtended Exp", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  text-transform: uppercase; }
  .sidebar__nav ul li.active a {
    color: #ff1c24; }
  @media (max-width: 700px) {
    .sidebar__nav ul li {
      display: inline-block;
      text-align: center;
      width: calc(50% - 20px); }
      .sidebar__nav ul li a {
        font-weight: bold;
        letter-spacing: 0.2em;
        font-family: "Mark", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; } }

.sidebar__nav ul a {
  transition: all 400ms ease-in-out;
  color: #b1b3b6; }
  .sidebar__nav ul a.active, .sidebar__nav ul a:hover {
    color: #ff1c24; }
  @media (max-width: 1040px) {
    .sidebar__nav ul a {
      font-size: 10px; } }

.faq__intro {
  width: 80%;
  margin-bottom: 40px; }
  @media (max-width: 800px) {
    .faq__intro {
      font-size: 100%; } }
  @media (max-width: 700px) {
    .faq__intro {
      width: 100%; } }

.faq__list {
  margin-bottom: 72px; }
  .faq__list .sub {
    text-transform: uppercase;
    font-weight: bold;
    color: #b1b3b6;
    letter-spacing: 0.2em;
    border-bottom: 1px solid #b1b3b6;
    margin-bottom: 0;
    font-size: 10px;
    line-height: 0.8;
    padding-bottom: 1.5em;
    margin-bottom: 1.5em; }

.faq__section {
  margin-bottom: 3em; }

.accordian {
  border-bottom: 1px solid #b1b3b6;
  margin-bottom: 1.5em;
  padding-bottom: 1.5em;
  font-size: 10px;
  line-height: 0.8; }
  .accordian.active a {
    color: #ff1c24; }
  .accordian__btn {
    transition: all 400ms ease-in-out;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-weight: bold;
    display: block;
    margin-bottom: 0;
    font-size: 10px;
    line-height: 1.8; }
    .accordian__btn:hover {
      color: #ff1c24; }
  .accordian__body {
    display: none;
    margin-top: 1.5em; }
    .accordian__body:last-child {
      margin-bottom: 0; }
    .accordian__body .img-block {
      position: relative;
      font-size: 12px;
      line-height: 1.5;
      position: relative;
      margin-bottom: 1.5em; }
      @media screen and (min-width: 1040px) {
        .accordian__body .img-block {
          font-size: 12px;
          line-height: 1.5; } }
      @media screen and (min-width: 1380px) {
        .accordian__body .img-block {
          font-size: 12px;
          line-height: 1.5; } }
      .accordian__body .img-block img {
        width: 100%; }
    .accordian__body ul {
      margin-bottom: 1.5em;
      font-size: 12px;
      line-height: 1.5; }
      @media screen and (min-width: 1040px) {
        .accordian__body ul {
          font-size: 12px;
          line-height: 1.5; } }
      @media screen and (min-width: 1380px) {
        .accordian__body ul {
          font-size: 12px;
          line-height: 1.5; } }
      .accordian__body ul li::before {
        content: "\2022\2008";
        color: #ff1c24;
        display: inline-block; }

.more-questions {
  margin-bottom: 60px; }
  .more-questions .sub {
    font-family: "WoodtypeGothicExtended Exp", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    text-transform: uppercase;
    margin-bottom: 0; }
    @media (max-width: 700px) {
      .more-questions .sub {
        font-size: 10px;
        line-height: 2; } }
  .more-questions a {
    position: relative;
    text-decoration: underline; }

.workshop-intro {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  position: relative;
  margin-bottom: 124px; }
  @media (max-width: 1040px) {
    .workshop-intro {
      -ms-flex-align: center;
          align-items: center; } }
  .workshop-intro > h1 {
    z-index: 20;
    font-size: 24px;
    line-height: 1.2;
    top: 54px;
    width: 75%;
    text-align: right;
    right: 0;
    position: absolute;
    color: #b1b3b6;
    z-index: 35; }
    @media screen and (min-width: 800px) {
      .workshop-intro > h1 {
        font-size: 28px;
        line-height: 1.2; } }
    @media screen and (min-width: 1040px) {
      .workshop-intro > h1 {
        font-size: 35px;
        line-height: 1.2; } }
    @media screen and (min-width: 1380px) {
      .workshop-intro > h1 {
        font-size: 50px;
        line-height: 1.2; } }
    .workshop-intro > h1 strong {
      color: #ff1c24; }
    @media (max-width: 1600px) {
      .workshop-intro > h1 {
        right: 28px;
        width: 75%; } }
    @media (max-width: 1380px) {
      .workshop-intro > h1 {
        right: 28px;
        width: 60%; } }
    @media (max-width: 1040px) {
      .workshop-intro > h1 {
        display: none; } }
  .workshop-intro__col {
    width: calc(25% - 30px);
    margin-right: 40px;
    -ms-flex-item-align: start;
        align-self: flex-start;
    position: relative; }
    @media (max-width: 800px) {
      .workshop-intro__col {
        width: calc(50% - 20px);
        margin-right: 0px; } }
    .workshop-intro__col:nth-child(2) {
      margin-top: 140px; }
      @media (max-width: 800px) {
        .workshop-intro__col:nth-child(2) {
          margin-top: 90px;
          margin-right: 40px; } }
    .workshop-intro__col:nth-child(3) {
      position: absolute;
      left: 25%;
      transform: translateX(-50%);
      z-index: 20; }
      @media (max-width: 800px) {
        .workshop-intro__col:nth-child(3) {
          left: 50%; } }
      .workshop-intro__col:nth-child(3).img {
        background: #b1b3b6; }
    .workshop-intro__col:nth-child(4) {
      z-index: 30;
      margin-top: 250px; }
      @media (max-width: 800px) {
        .workshop-intro__col:nth-child(4) {
          margin-top: 150px;
          margin-bottom: 40px; } }
    .workshop-intro__col:last-child {
      margin-top: 250px; }
    .workshop-intro__col:last-child {
      margin-right: 0; }
      @media (max-width: 1040px) {
        .workshop-intro__col:last-child {
          margin-top: 0;
          -ms-flex-item-align: center;
              -ms-grid-row-align: center;
              align-self: center; } }
      @media (max-width: 800px) {
        .workshop-intro__col:last-child {
          margin-left: auto;
          margin-right: auto;
          width: 75%; } }
      @media (max-width: 700px) {
        .workshop-intro__col:last-child {
          width: 100%; } }
    .workshop-intro__col.img {
      background: #e9e9ea; }
      .workshop-intro__col.img:after {
        content: '';
        display: block;
        height: 0;
        width: 100%;
        padding-bottom: 150%; }

.workshop-intro-copy > h1 {
  display: none;
  font-size: 20px;
  line-height: 1.22; }

@media (max-width: 1380px) {
  .workshop-intro-copy {
    width: calc(37.5% - 30px); } }

@media (max-width: 1040px) {
  .workshop-intro-copy {
    width: calc(50% - 20px); }
    .workshop-intro-copy > h1 {
      text-align: center;
      display: block; } }

@media (max-width: 800px) {
  .workshop-intro-copy .workshop-intro__title-mobile {
    text-align: center; } }

@media (max-width: 700px) {
  .workshop-intro-copy .workshop-intro__title-mobile {
    font-size: 16px; } }

.workshop-intro-copy .sub {
  text-transform: uppercase;
  color: #ff1c24;
  font-weight: bold;
  letter-spacing: 0.2em;
  font-size: 10px;
  line-height: 1.875; }
  @media screen and (min-width: 1040px) {
    .workshop-intro-copy .sub {
      font-size: 10px;
      line-height: 1.875; } }
  @media screen and (min-width: 1380px) {
    .workshop-intro-copy .sub {
      font-size: 10px;
      line-height: 1.875; } }
  @media (max-width: 800px) {
    .workshop-intro-copy .sub {
      text-align: center; } }

.workshop-intro-copy .inline-link {
  font-size: 10px;
  line-height: 1.875;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  position: relative;
  display: inline-block;
  margin-bottom: 30px; }
  @media screen and (min-width: 1040px) {
    .workshop-intro-copy .inline-link {
      font-size: 10px;
      line-height: 1.875; } }
  @media screen and (min-width: 1380px) {
    .workshop-intro-copy .inline-link {
      font-size: 10px;
      line-height: 1.875; } }
  .workshop-intro-copy .inline-link::before {
    transition: all 400ms ease-in-out;
    position: absolute;
    bottom: -2px;
    height: 1px;
    background: #e9e9ea;
    content: '';
    animation: linkStart 400ms forwards; }
  .workshop-intro-copy .inline-link:hover::before {
    animation: linkEnd 400ms forwards;
    background: #ff1c24; }
  @media (max-width: 800px) {
    .workshop-intro-copy .inline-link {
      margin-left: auto;
      margin-right: auto; } }

.workshop-class {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 92px;
  -ms-flex-pack: justify;
      justify-content: space-between;
  position: relative; }
  .workshop-class:last-child {
    margin-bottom: 0; }
  .workshop-class__col {
    width: calc(50% - 20px); }
    @media (max-width: 800px) {
      .workshop-class__col {
        width: 100%; } }
    .workshop-class__col.img {
      position: relative;
      background: #b1b3b6; }
      @media (max-width: 800px) {
        .workshop-class__col.img {
          margin-bottom: 40px; } }
      .workshop-class__col.img:after {
        content: '';
        display: block;
        height: 0;
        width: 100%;
        padding-bottom: 70.62%; }
        @media (max-width: 1040px) {
          .workshop-class__col.img:after {
            padding-bottom: 141%; } }
        @media (max-width: 800px) {
          .workshop-class__col.img:after {
            padding-bottom: 70.62%; } }
  .workshop-class--coming-soon {
    opacity: 0.1;
    pointer-events: none; }

@media (max-width: 1040px) {
  .class-info {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center; } }

@media (max-width: 800px) {
  .class-info {
    margin-left: auto;
    margin-right: auto;
    width: 75%; } }

.class-info__sub {
  font-family: "WoodtypeGothicExtended Exp", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  color: #ff1c24;
  margin-bottom: 24px;
  text-transform: uppercase; }
  @media (max-width: 800px) {
    .class-info__sub {
      text-align: center; } }

.class-info .class-info__sub,
.class-info .class-info__intro {
  width: 60%; }
  @media (max-width: 1380px) {
    .class-info .class-info__sub,
    .class-info .class-info__intro {
      width: 73.27%; } }
  @media (max-width: 1040px) {
    .class-info .class-info__sub,
    .class-info .class-info__intro {
      width: 100%; } }

.class-info .class-info--numbers {
  margin-bottom: 1.5em; }
  .class-info .class-info--numbers li {
    font-weight: bold;
    color: #ff1c24; }
    .class-info .class-info--numbers li:first-child {
      color: #000000; }

@media (max-width: 700px) {
  .class-info {
    width: 100%; }
    .class-info .class-info__sub,
    .class-info .class-info__intro {
      width: 100%; } }

.class-info__content {
  width: 75%;
  margin-bottom: 40px; }
  .class-info__content ul {
    padding-left: 12px;
    margin-bottom: 1.5em; }
    .class-info__content ul li {
      list-style-type: disc;
      list-style-position: outside; }
  @media (max-width: 1380px) {
    .class-info__content {
      width: 73.27%; } }
  @media (max-width: 1040px) {
    .class-info__content {
      width: 100%; } }

.class-info .link-btn {
  width: calc(50% - 20px); }
  @media (max-width: 1040px) {
    .class-info .link-btn {
      width: 100%; } }

.coming-soon {
  margin-bottom: 124px;
  position: relative; }

.coming-soon-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20; }
  .coming-soon-overlay__content {
    position: absolute;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(50% - 20px); }
    @media (max-width: 1380px) {
      .coming-soon-overlay__content {
        padding: 0 28px; } }
    @media (max-width: 800px) {
      .coming-soon-overlay__content {
        width: 100%; } }
    .coming-soon-overlay__content p {
      font-family: "WoodtypeGothicExtended Exp", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
      text-transform: uppercase;
      text-align: center; }
    .coming-soon-overlay__content .intro {
      line-height: 1;
      font-size: 27px;
      margin-bottom: 62px; }
      @media (max-width: 1040px) {
        .coming-soon-overlay__content .intro {
          font-size: 18px;
          margin-bottom: 40px; } }
      @media (max-width: 700px) {
        .coming-soon-overlay__content .intro {
          font-size: 14px; } }
    .coming-soon-overlay__content .coming-soon {
      font-size: 56px;
      line-height: 1.2;
      margin-bottom: calc(1em - 20px);
      transform: scale(-1, 1);
      color: #ff1c24; }
      @media (max-width: 1040px) {
        .coming-soon-overlay__content .coming-soon {
          font-size: 40px; } }
      @media (max-width: 800px) {
        .coming-soon-overlay__content .coming-soon {
          margin-bottom: 1em; } }
      @media (max-width: 700px) {
        .coming-soon-overlay__content .coming-soon {
          font-size: 27px; } }
    .coming-soon-overlay__content .link-btn {
      display: inline-block;
      width: calc(50% - 20px);
      margin-left: auto;
      margin-right: auto; }
      @media (max-width: 1040px) {
        .coming-soon-overlay__content .link-btn {
          margin-left: auto;
          margin-right: auto;
          width: 75%; } }
      @media (max-width: 700px) {
        .coming-soon-overlay__content .link-btn {
          width: 100%; } }

.contact-form {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 120px; }
  @media (max-width: 800px) {
    .contact-form {
      margin-bottom: 80px; } }
  .contact-form__col {
    width: calc(50% - 20px); }
    @media (max-width: 800px) {
      .contact-form__col {
        width: 75%;
        margin-left: auto;
        margin-right: auto; }
        .contact-form__col:first-child {
          margin-bottom: 40px; } }
    @media (max-width: 700px) {
      .contact-form__col {
        width: 100%; } }
  .contact-form__sub p {
    display: block;
    position: relative;
    margin-bottom: 30px;
    margin-right: auto;
    margin-left: auto;
    font-weight: bold;
    padding-right: 20%; }
    .contact-form__sub p a {
      text-decoration: underline; }
    @media (max-width: 800px) {
      .contact-form__sub p {
        text-align: left;
        padding-right: auto; } }
    @media (max-width: 700px) {
      .contact-form__sub p {
        width: 100%;
        padding-right: 0; } }
  .contact-form .grecaptcha-badge {
    visibility: hidden; }

.contact-heading {
  color: #b1b3b6;
  line-height: 1.2; }
  @media (max-width: 800px) {
    .contact-heading {
      text-align: center; } }

.map-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 60px; }
  .map-wrap__col {
    position: relative;
    -ms-flex-item-align: start;
        align-self: flex-start;
    width: calc(25% - 20px); }
    .map-wrap__col:first-child {
      width: calc(75% - 20px);
      position: relative;
      background: #ff1c24; }
      .map-wrap__col:first-child:after {
        content: '';
        display: block;
        height: 0;
        width: 100%;
        padding-bottom: 71%; }
    @media (max-width: 800px) {
      .map-wrap__col {
        width: 75%;
        margin-left: auto;
        margin-right: auto; }
        .map-wrap__col:first-child {
          width: 100%;
          margin-bottom: 40px; } }
    @media (max-width: 700px) {
      .map-wrap__col {
        width: 100%; } }

@media (max-width: 800px) {
  .location {
    text-align: center;
    margin-left: auto;
    margin-right: auto; } }

.location__sub {
  font-family: "WoodtypeGothicExtended Exp", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  color: #ff1c24;
  text-transform: uppercase;
  margin-bottom: 24px;
  display: inline-block; }
  @media (max-width: 800px) {
    .location__sub {
      text-align: center;
      margin-left: auto;
      margin-right: auto; } }

.location__contact li span {
  color: #ff1c24;
  letter-spacing: 0.2em; }

.location__contact li:nth-child(2) a {
  width: auto;
  display: inline-block;
  position: relative; }
  .location__contact li:nth-child(2) a::before {
    transition: all 400ms ease-in-out;
    position: absolute;
    bottom: -2px;
    height: 1px;
    background: #000000;
    content: '';
    animation: linkStart 400ms forwards; }
    @media (max-width: 1040px) {
      .location__contact li:nth-child(2) a::before {
        display: none !important; } }
  .location__contact li:nth-child(2) a:hover::before {
    background: #ff1c24;
    animation: linkEnd 400ms forwards; }

@media (max-width: 800px) {
  .location__contact {
    text-align: center; } }

.parts-archive {
  margin-bottom: 60px; }

.parts__el {
  width: 100%;
  margin-bottom: 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  z-index: 10;
  position: relative; }
  .parts__el:last-child {
    margin-bottom: 0; }
    .parts__el:last-child.hero {
      margin-bottom: 40px; }

.parts--slider {
  z-index: 0;
  display: block; }

.parts--empty {
  height: 60px;
  display: inline-block; }

.project-link {
  display: block;
  height: 100%; }

.thumb-info {
  z-index: 2;
  transition: all 400ms ease-in-out;
  display: block;
  position: absolute;
  background: #e9e9ea;
  height: 100%;
  width: calc(25% - 30px);
  top: 0;
  left: 0;
  transform: translateX(-100%); }
  .thumb-info.mouseout {
    animation: textend forwards 400ms ease-in-out; }
  @media (max-width: 800px) {
    .thumb-info {
      display: none; } }
  .thumb-info__wrap {
    top: 0;
    left: 0;
    padding: 30px;
    height: 100%;
    width: 100%;
    position: absolute;
    animation: blank forwards 400ms ease-in-out;
    text-align: left; }
  .thumb-info__title {
    font-size: 16px;
    line-height: 1.31;
    font-weight: bold;
    letter-spacing: 0.2em;
    color: #ff1c24;
    margin-bottom: 10px;
    text-transform: uppercase; }
    @media screen and (min-width: 1040px) {
      .thumb-info__title {
        font-size: 16px;
        line-height: 1.31; } }
    @media screen and (min-width: 1380px) {
      .thumb-info__title {
        font-size: 16px;
        line-height: 1.31; } }
  .thumb-info__category {
    margin-bottom: 40px;
    font-size: 10px;
    line-height: 1.875;
    white-space: normal;
    line-height: 1.5; }
    @media screen and (min-width: 1040px) {
      .thumb-info__category {
        font-size: 10px;
        line-height: 1.875; } }
    @media screen and (min-width: 1380px) {
      .thumb-info__category {
        font-size: 10px;
        line-height: 1.875; } }
  .thumb-info__design-info p {
    font-size: 10px;
    line-height: 1.875;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 0;
    letter-spacing: 0.2em; }
    @media screen and (min-width: 1040px) {
      .thumb-info__design-info p {
        font-size: 10px;
        line-height: 1.875; } }
    @media screen and (min-width: 1380px) {
      .thumb-info__design-info p {
        font-size: 10px;
        line-height: 1.875; } }
  .thumb-info__design-info p.designer {
    letter-spacing: 0.075em;
    color: #ff1c24;
    font-size: 10px;
    line-height: 1.25;
    font-weight: 400;
    text-transform: none; }
    @media screen and (min-width: 1040px) {
      .thumb-info__design-info p.designer {
        font-size: 12px;
        line-height: 1.25; } }
    @media screen and (min-width: 1380px) {
      .thumb-info__design-info p.designer {
        font-size: 12px;
        line-height: 1.25; } }
  .thumb-info--small {
    width: 100%; }
    .thumb-info--small.mouseout {
      animation: textend-three forwards 400ms ease-in-out; }
      @media (max-width: 800px) {
        .thumb-info--small.mouseout {
          animation: blank forwards 400ms ease-in-out; } }
  .thumb-info--med {
    width: calc(50% - 20px); }
    .thumb-info--med.mouseout {
      animation: textend-two forwards 400ms ease-in-out; }
      @media (max-width: 800px) {
        .thumb-info--med.mouseout {
          animation: blank forwards 400ms ease-in-out; } }
  .thumb-info--med-large {
    width: calc(33.3% - 40px); }
    .thumb-info--med-large.mouseout {
      animation: textend-four forwards 400ms ease-in-out; }
      @media (max-width: 800px) {
        .thumb-info--med-large.mouseout {
          animation: blank forwards 400ms ease-in-out; } }

@keyframes imgstart {
  0% {
    transform: translateX(0%); }
  100% {
    transform: translateX(calc(25% - 30px)); } }

@keyframes imgmid {
  0% {
    transform: translateX(calc(25% - 30px)); }
  100% {
    transform: translateX(100%); } }

@keyframes imgclone {
  0% {
    transform: translateX(-100%); }
  100% {
    transform: translateX(0%); } }

@keyframes textstart {
  0% {
    transform: translateX(-100%); }
  100% {
    transform: translateX(0%); } }

@keyframes textend {
  0% {
    transform: translateX(0%); }
  100% {
    transform: translateX(calc(400% + 120px)); } }

@keyframes blank {
  0% {
    opacity: 1; }
  100% {
    opacity: 1; } }

@keyframes imgstart-two {
  0% {
    transform: translateX(0%); }
  100% {
    transform: translateX(calc(50% - 20px)); } }

@keyframes imgmid-two {
  0% {
    transform: translateX(calc(50% - 20px)); }
  100% {
    transform: translateX(100%); } }

@keyframes textend-two {
  0% {
    transform: translateX(0%); }
  100% {
    transform: translateX(calc(300% + 40px)); } }

@keyframes imgstart-three {
  0% {
    transform: translateX(0%); }
  100% {
    transform: translateX(100%); } }

@keyframes imgmid-three {
  0% {
    transform: translateX(100%); }
  100% {
    transform: translateX(100%); } }

@keyframes textend-three {
  0% {
    transform: translateX(0%); }
  100% {
    transform: translateX(100%); } }

@keyframes imgstart-four {
  0% {
    transform: translateX(0%); }
  100% {
    transform: translateX(calc(33.33% - 40px)); } }

@keyframes imgmid-four {
  0% {
    transform: translateX(calc(33.33% - 40px)); }
  100% {
    transform: translateX(100%); } }

@keyframes textend-four {
  0% {
    transform: translateX(0%); }
  100% {
    transform: translateX(calc(300% + 120px)); } }

.project-wrap {
  overflow: hidden;
  position: static;
  width: 100%;
  height: 100%; }
  .project-wrap:hover .thumb-info {
    animation: textstart forwards 400ms ease-in-out; }
    .project-wrap:hover .thumb-info .thumb-info__wrap {
      animation: blank forwards 400ms ease-in-out; }
  .project-wrap:hover .corner-dots__el {
    background-color: #ff1c24; }
  .project-wrap:hover .project-wrap__img {
    animation: imgstart-two forwards 400ms ease-in-out; }
  @media (max-width: 800px) {
    .project-wrap:hover .project-wrap__img,
    .project-wrap:hover .thumb-info,
    .project-wrap:hover .thumb-info > .thumb-info__wrap {
      animation: blank forwards 400ms ease-in-out; } }
  .project-wrap.mouseout .project-wrap__img {
    animation: imgmid-two forwards 400ms ease-in-out; }
  .project-wrap.mouseout .project-wrap--img-clone {
    animation: imgclone forwards 400ms ease-in-out; }
  .project-wrap.mouseout:hover .project-wrap__img {
    animation: imgstart-two forwards 400ms ease-in-out; }
  .project-wrap__img {
    position: absolute;
    top: 0;
    left: 0;
    transform: translateX(0%);
    width: 100%;
    height: 100%; }
  .project-wrap--img-clone {
    transform: translateX(-100%);
    animation: blank forwards 400ms ease-in-out; }
  .project-wrap--small:hover .project-wrap__img {
    animation: imgstart-three forwards 400ms ease-in-out; }
  @media (max-width: 800px) {
    .project-wrap--small:hover .project-wrap__img,
    .project-wrap--small:hover .thumb-info,
    .project-wrap--small:hover .thumb-info__wrap {
      animation: blank forwards 400ms ease-in-out; } }
  .project-wrap--small.mouseout .project-wrap__img {
    animation: imgmid-three forwards 400ms ease-in-out; }
  .project-wrap--small.mouseout .project-wrap--img-clone {
    animation: imgclone forwards 400ms ease-in-out; }
  .project-wrap--small.mouseout:hover .project-wrap__img {
    animation: imgstart-three forwards 400ms ease-in-out; }
  .project-wrap--med:hover .thumb-info {
    animation: textstart forwards 400ms ease-in-out; }
    .project-wrap--med:hover .thumb-info .thumb-info__wrap {
      animation: blank forwards 400ms ease-in-out; }
  .project-wrap--med:hover .project-wrap__img {
    animation: imgstart-two forwards 400ms ease-in-out; }
  @media (max-width: 800px) {
    .project-wrap--med:hover .project-wrap__img,
    .project-wrap--med:hover .thumb-info,
    .project-wrap--med:hover .thumb-info__wrap {
      animation: blank forwards 400ms ease-in-out; } }
  .project-wrap--med.mouseout .project-wrap__img {
    animation: imgmid-two forwards 400ms ease-in-out; }
  .project-wrap--med.mouseout .project-wrap--img-clone {
    animation: imgclone forwards 400ms ease-in-out; }
  .project-wrap--med.mouseout:hover .project-wrap__img {
    animation: imgstart-two forwards 400ms ease-in-out; }
  .project-wrap--med-large:hover .thumb-info {
    animation: textstart forwards 400ms ease-in-out; }
    .project-wrap--med-large:hover .thumb-info .thumb-info__wrap {
      animation: blank forwards 400ms ease-in-out; }
  .project-wrap--med-large:hover .project-wrap__img {
    animation: imgstart-four forwards 400ms ease-in-out; }
  .project-wrap--med-large.mouseout .project-wrap__img {
    animation: imgmid-four forwards 400ms ease-in-out; }
  .project-wrap--med-large.mouseout .project-wrap--img-clone {
    animation: imgclone forwards 400ms ease-in-out; }
  .project-wrap--med-large.mouseout:hover .project-wrap__img {
    animation: imgstart-four forwards 400ms ease-in-out; }

.hero {
  overflow: hidden;
  position: relative; }
  .hero:hover .thumb-info {
    animation: textstart forwards 400ms ease-in-out; }
    .hero:hover .thumb-info .thumb-info__wrap {
      animation: blank forwards 400ms ease-in-out; }
  .hero:hover .hero__img {
    animation: imgstart forwards 400ms ease-in-out; }
  @media (max-width: 800px) {
    .hero:hover .project-wrap__img,
    .hero:hover .thumb-info,
    .hero:hover .hero__img,
    .hero:hover .thumb-info__wrap {
      animation: blank forwards 400ms ease-in-out; } }
  .hero.mouseout .hero__img {
    animation: imgmid forwards 400ms ease-in-out; }
  .hero.mouseout .hero--img-clone {
    animation: imgclone forwards 400ms ease-in-out; }
  .hero.mouseout:hover .hero__img {
    animation: imgstart forwards 400ms ease-in-out; }
  .hero:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 70.62%; }
  .hero__img {
    position: absolute;
    top: 0;
    left: 0;
    transform: translateX(0%);
    width: 100%;
    height: 100%; }
  .hero--img-clone {
    transform: translateX(-100%);
    animation: blank forwards 400ms ease-in-out; }

@media (max-width: 800px) {
  .two-col-row-alt-size {
    margin-bottom: 40px; } }

.two-col-row-alt-size__col {
  transition: all 400ms ease-in-out;
  width: calc(50% - 20px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  @media (max-width: 800px) {
    .two-col-row-alt-size__col {
      width: 100%; }
      .two-col-row-alt-size__col:first-child {
        margin-bottom: 40px; } }
  .two-col-row-alt-size__col > :first-child {
    margin-bottom: 40px; }
  .two-col-row-alt-size__col:first-child .two-col-row-alt-size__landscape:hover .thumb-info {
    max-width: 100%; }
  @media (max-width: 800px) {
    .two-col-row-alt-size__col:first-child .two-col-row-alt-size__landscape:hover .project-wrap__img,
    .two-col-row-alt-size__col:first-child .two-col-row-alt-size__landscape:hover .thumb-info,
    .two-col-row-alt-size__col:first-child .two-col-row-alt-size__landscape:hover .thumb-info__wrap {
      animation: blank forwards 400ms ease-in-out; } }

.two-col-row-alt-size__portrait {
  position: relative;
  overflow: hidden;
  display: block; }
  .two-col-row-alt-size__portrait:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 150%; }

.two-col-row-alt-size__landscape {
  position: relative;
  overflow: hidden;
  display: block; }
  .two-col-row-alt-size__landscape:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 70.62%; }
  .two-col-row-alt-size__landscape.landscape-two-col {
    background: none; }

.landscape-two-col {
  width: 100%;
  position: relative;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: justify;
      justify-content: space-between;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .landscape-two-col__col {
    width: calc(50% - 20px);
    transition: all 400ms ease-in-out;
    height: 100%;
    position: absolute;
    top: 0; }
    .landscape-two-col__col .project-wrap {
      position: relative; }
    .landscape-two-col__col:first-child {
      left: 0; }
    .landscape-two-col__col:last-child {
      right: 0; }
    @media (max-width: 800px) {
      .landscape-two-col__col {
        width: 100%; }
        .landscape-two-col__col:last-child {
          position: relative; }
        .landscape-two-col__col::first-child {
          margin-bottom: 40px;
          position: relative; } }

.two-col__col {
  position: relative;
  transition: all 400ms ease-in-out;
  width: calc(50% - 20px);
  overflow: hidden; }
  @media (max-width: 800px) {
    .two-col__col {
      width: 100%; }
      .two-col__col:first-child {
        margin-bottom: 40px; } }
  .two-col__col:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 70.62%; }
  .two-col__col.portrait:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 150%; }
  .two-col__col > div {
    width: 100%;
    height: 100%; }

.two-col-thirds__col {
  transition: all 400ms ease-in-out;
  width: calc(25% - 20px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between; }

.two-col-thirds--hero {
  transition: all 400ms ease-in-out;
  position: relative;
  width: calc(75% - 20px);
  overflow: hidden; }
  .two-col-thirds--hero .project-wrap:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 0.95%; }

.portrait-two-row > :first-child {
  margin-bottom: 40px; }

.portrait-two-row__row {
  width: 100%;
  transition: all 400ms ease-in-out;
  position: relative;
  overflow: hidden; }
  .portrait-two-row__row:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 150%; }

.four-col__col {
  transition: all 400ms ease-in-out;
  width: calc(25% - 30px);
  position: relative;
  overflow: hidden; }
  .four-col__col:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 150%; }
  @media (max-width: 800px) {
    .four-col__col {
      width: 100%;
      margin-bottom: 40px; }
      .four-col__col:last-child {
        margin-bottom: 0; } }

.two-col-alt-row__col {
  transition: all 400ms ease-in-out;
  width: calc(50% - 20px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-direction: column;
      flex-direction: column;
  overflow: hidden;
  position: relative; }
  @media (max-width: 800px) {
    .two-col-alt-row__col {
      width: 100%; }
      .two-col-alt-row__col:first-child {
        margin-bottom: 40px; } }
  .two-col-alt-row__col .single {
    height: 100%; }
  .two-col-alt-row__col .hero {
    position: static; }
  .two-col-alt-row__col > a > .hero::after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 150%; }
  .two-col-alt-row__col > div > .hero::after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 150%; }

.landscape-two-row > :first-child {
  margin-bottom: 40px; }

.landscape-two-row__row {
  transition: all 400ms ease-in-out;
  position: relative;
  overflow: hidden; }
  .landscape-two-row__row:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 71.62%; }

.landscape-two-row--row-col {
  background: none; }
  .landscape-two-row--row-col .row-col__col {
    position: absolute;
    top: 0;
    width: calc(50% - 20px);
    height: 100%;
    overflow: hidden; }
    .landscape-two-row--row-col .row-col__col:first-child {
      left: 0; }
    .landscape-two-row--row-col .row-col__col:last-child {
      right: 0; }
    @media (max-width: 800px) {
      .landscape-two-row--row-col .row-col__col {
        width: 100%; } }
    .landscape-two-row--row-col .row-col__col .thumb-info {
      width: 100%; }

.parts-slider {
  width: 100%;
  position: relative;
  background: #f3f3f3; }
  .parts-slider:before {
    content: '';
    height: 81px;
    width: 100%;
    display: block;
    background: #f3f3f3;
    position: absolute;
    top: -79px;
    left: 0; }
  .parts-slider:after {
    content: '';
    height: 81px;
    width: 100%;
    display: block;
    background: #f3f3f3;
    position: absolute;
    bottom: -79px;
    left: 0; }
  .parts-slider__col {
    display: block; }
    .parts-slider__col:focus {
      outline: 0px solid transparent; }
  .parts-slider__slide {
    position: relative; }
    .parts-slider__slide:after {
      content: '';
      display: block;
      height: 0;
      width: 100%;
      padding-bottom: 150%; }
    .parts-slider__slide .thumb-info {
      background: #e9e9ea; }
  .parts-slider .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    z-index: 20; }
    .parts-slider .owl-nav button svg {
      fill: #ff1c24; }
    .parts-slider .owl-nav button:focus {
      outline: none; }
  .parts-slider .owl-nav .owl-prev {
    left: 20px; }
  .parts-slider .owl-nav .owl-next {
    right: 20px; }

.testing {
  border: 1px solid red !important; }

.tags-archive .two-col__col {
  margin-bottom: 40px; }
  .tags-archive .two-col__col:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 70.62%; }
  @media (max-width: 700px) {
    .tags-archive .two-col__col {
      width: 100%; } }

.tags-archive .filter-col {
  width: calc(25% - 30px);
  height: 0;
  border: 1px solid red;
  visibility: hidden; }

.pagination__inner {
  text-align: center;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-pack: center;
      justify-content: center; }

.page-numbers {
  display: inline-block;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  transition: all 400ms ease-in-out; }
  .page-numbers:hover {
    color: #ff1c24; }
  .page-numbers.prev, .page-numbers.next {
    position: absolute;
    padding-bottom: 2px; }
    .page-numbers.prev:before, .page-numbers.next:before {
      transition: all 400ms ease-in-out;
      position: absolute;
      bottom: 0;
      height: 1px;
      width: 0%;
      background: #ff1c24;
      content: '';
      animation: linkEnd 400ms forwards; }
    .page-numbers.prev:hover, .page-numbers.next:hover {
      color: black; }
      .page-numbers.prev:hover::before, .page-numbers.next:hover::before {
        animation: linkStart 400ms forwards; }
  .page-numbers.prev {
    left: 0; }
  .page-numbers.next {
    right: 0; }
  .page-numbers.current {
    color: #ff1c24; }
  .page-numbers--empty {
    opacity: 0;
    visibility: hidden; }

body.page-template-template-mobile-links .header__clock svg .clock-dots,
body.page-template-template-mobile-links .header__logo svg .brandmark__type {
  fill: white; }

body.page-template-template-mobile-links .newsletter-sub,
body.page-template-template-mobile-links .footer {
  display: none; }

.mob-link {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #b1b3b6;
  overflow-y: auto; }
  .mob-link__menu {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: center;
        justify-content: center; }
    .mob-link__menu ul {
      top: 50%;
      position: absolute;
      transform: translateY(-50%);
      padding: 0px 15px;
      box-sizing: border-box; }
      .mob-link__menu ul li {
        text-align: center;
        margin-bottom: 20px; }
        .mob-link__menu ul li.current_page_item a, .mob-link__menu ul li.active-page a {
          color: #ff1c24; }
      .mob-link__menu ul a {
        font-family: "WoodtypeGothicExtended Exp", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
        text-transform: uppercase;
        color: #ffffff;
        transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
        position: relative;
        padding-bottom: 2px;
        line-height: 1.3;
        font-size: 13px; }
        .mob-link__menu ul a:hover {
          color: #ff1c24; }
        .mob-link__menu ul a.active {
          color: #ff1c24; }

.body-wrapper__error {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: white; }

.error-stamp {
  width: 45vw;
  position: absolute;
  opacity: 0;
  transform: scale(1.1);
  transition: transform 10ms ease-in-out; }
  @media (max-width: 700px) {
    .error-stamp {
      width: 100vw; } }
  .error-stamp.active {
    opacity: 1;
    transform: scale(1); }
  .error-stamp:nth-child(1) {
    top: 8.33%;
    left: 0;
    bottom: auto;
    right: auto; }
  .error-stamp:nth-child(2) {
    top: 33.33%;
    left: 25%;
    bottom: auto;
    right: auto; }
  .error-stamp:nth-child(3) {
    top: 50%;
    left: 66.66%;
    bottom: auto;
    right: auto; }
  .error-stamp:nth-child(4) {
    top: 75%;
    left: 50%;
    bottom: auto;
    right: auto; }
    .error-stamp:nth-child(4) svg .st0 {
      fill: #000000 !important; }
  .error-stamp:nth-child(5) {
    right: 20%;
    bottom: 33.33%;
    top: auto;
    left: auto; }
  .error-stamp:nth-child(6) {
    bottom: 66.66%;
    right: 8.33%;
    top: auto;
    left: auto; }
  .error-stamp:nth-child(7) {
    bottom: 0%;
    right: 16.66%;
    top: auto;
    left: auto; }
  .error-stamp:nth-child(8) {
    bottom: 25%;
    right: 20%;
    top: auto;
    left: auto; }
  .error-stamp:nth-child(9) {
    bottom: 58.33%;
    right: 66.66%;
    top: auto;
    left: auto; }
  .error-stamp:nth-child(10) {
    bottom: 33.33%;
    left: 33.33%;
    top: auto;
    right: auto; }
  .error-stamp:nth-child(11) {
    top: 0%;
    left: 8.33%;
    bottom: auto;
    right: auto; }
  .error-stamp:nth-child(12) {
    top: 25%;
    left: 33.33%;
    bottom: auto;
    right: auto; }
  .error-stamp:nth-child(13) {
    top: 66.66%;
    left: 20%;
    bottom: auto;
    right: auto; }
  .error-stamp:nth-child(14) {
    top: 8.33%;
    right: 8.33%;
    bottom: auto;
    left: auto; }
    .error-stamp:nth-child(14) svg .st0 {
      fill: #000000 !important; }
  .error-stamp:nth-child(15) {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    bottom: auto;
    right: auto; }
  .error-stamp:nth-child(16) {
    bottom: 8.33%;
    right: 66.66%;
    top: auto;
    left: auto; }
  .error-stamp:nth-child(17) {
    bottom: 58.33%;
    right: 75%;
    top: auto;
    left: auto; }
  .error-stamp:nth-child(18) {
    bottom: 50%;
    right: 66%;
    top: auto;
    left: auto; }
  .error-stamp:nth-child(19) {
    bottom: 66.66%;
    right: 58.33%;
    top: auto;
    left: auto; }
  .error-stamp:nth-child(20) {
    bottom: 20%;
    right: 25%;
    top: auto;
    left: auto; }
  .error-stamp:nth-child(21) {
    bottom: 4.15%;
    left: auto;
    top: auto;
    right: 4.15%; }
  .error-stamp:nth-child(22) {
    bottom: 33.33%;
    left: 8.33%;
    top: auto;
    right: auto; }
  .error-stamp:nth-child(23) {
    bottom: 40%;
    left: 40%;
    top: auto;
    right: auto; }
  .error-stamp:nth-child(24) {
    bottom: 20%;
    left: 25%;
    top: auto;
    right: auto; }
    .error-stamp:nth-child(24) svg .st0 {
      fill: #000000 !important; }
  .error-stamp:nth-child(25) {
    bottom: 25%;
    left: 25%;
    top: auto;
    right: auto; }
  .error-stamp:nth-child(26) {
    top: 15%;
    left: 75%;
    bottom: auto;
    right: auto; }
  .error-stamp:nth-child(27) {
    bottom: 25%;
    left: 25%;
    top: auto;
    right: auto; }
  .error-stamp:nth-child(28) {
    top: 8.333%;
    left: 50%;
    bottom: auto;
    right: auto; }
  .error-stamp:nth-child(29) {
    bottom: 20%;
    right: 75%;
    top: auto;
    left: auto; }
  .error-stamp:nth-child(30) {
    top: 75%;
    right: 75%;
    bottom: auto;
    right: auto; }

.error-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%; }
  .error-content p {
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-size: 22px; }
  .error-content a {
    position: relative; }
    .error-content a::before {
      position: absolute;
      bottom: -2px;
      height: 1px;
      width: 0%;
      content: '';
      background: #000000;
      animation: linkStart 400ms forwards; }
    .error-content a:hover::before {
      background: #ff1c24;
      animation: linkEnd 400ms forwards; }
  @media (max-width: 700px) {
    .error-content {
      padding: 0 42px; }
      .error-content p {
        font-size: 18px; }
      .error-content br {
        display: none; } }

/*# sourceMappingURL=app.css.map*/