html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  margin: 0;
  padding: 0;
  height: 100%;
  overflow: hidden;
}

html.content-active {
  overflow: visible;
}

body {
  background-color: #000;
  margin: 0;
  padding: 0;
  height: 100%;
  overflow: hidden;
  position: relative;
  font-size: 1.1111111vw;
}
.content-active body {
  overflow: auto;
  position: static;
}
a {
  color: inherit;
}
body:not(.user-is-tabbing) a:focus {
  outline: none;
}
button {
  cursor: pointer;
}
body:not(.user-is-tabbing) button:focus {
  outline: none;
}
.the-hero-behind-the-hero {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(
    0rad,
    rgba(51, 48, 41, 0) 0%,
    rgba(51, 48, 41, 0) 96%
  );
  -webkit-transform: translate3d(0, 0, -1000px);
  transform: translate3d(0, 0, -1000px);
  z-index: 0;
}
h1 {
  font-size: 1em;
  line-height: 3em;
  height: 3em;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) translateY(-90px) translateZ(50px);
  transform: translate(-50%, -50%) translateY(-90px) translateZ(50px);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  margin: 0;
  padding: 0;
  width: 75%;
  max-width: 800px;
}
h1 .hero__home {
  display: block;
  text-decoration: none;
  color: inherit;
  height: 100%;
  width: 100%;
  font-family: "Hoefler Titling A", "Hoefler Titling B", "Times New Roman", "Times", serif;
  font-style: normal;
  font-weight: 300;
  text-align: center;
  letter-spacing: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: uppercase;
}
@media (max-width: 960px) {
  h1 {
    -webkit-transform: translate(-50%, -50%) translateY(-50%) translateY(-4em);
    transform: translate(-50%, -50%) translateY(-50%) translateY(-4em);
  }
}
@media (max-width: 600px) {
  h1 {
    -webkit-transform: translate(-50%, -50%) translateY(-50%) translateY(-4em);
    transform: translate(-50%, -50%) translateY(-50%) translateY(-4em);
  }
}
@media (max-width: 600px) and (max-aspect-ratio: 3 / 4) {
  h1 {
    -webkit-transform: translate(-50%, -50%) translateY(-50%) translateY(-10em);
    transform: translate(-50%, -50%) translateY(-50%) translateY(-10em);
  }
}
.hero-holder {
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 1;
}
.hero {
  width: 100%;
  height: 100%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-perspective-origin: 50% 50%;
  perspective-origin: 50% 50%;
  -webkit-perspective: 2000px;
  perspective: 2000px;
  color: #fff;
  font-size: 22px;
}
.loading .hero {
  display: none;
}
@media (max-width: 1440px) {
  .hero {
    font-size: 1.5em;
  }
}
@media (max-width: 960px) {
  .hero {
    font-size: 16px;
  }
}
@media (max-width: 600px) {
  .hero {
    font-size: 2.25em;
  }
}
@media (max-width: 600px) and (max-aspect-ratio: 3 / 4) {
  .hero {
    font-size: 3.25em;
  }
}
.hero__back,
.hero__down {
  display: block;
  position: absolute;
  text-decoration: none;
  color: inherit;
  top: 50%;
  left: 50%;
  opacity: 0;
  width: 2em;
  height: 2em;
  margin-left: -1em;
  margin-top: -1em;
  -webkit-transform: translateY(1em);
  transform: translateY(1em);
  text-align: center;
  line-height: 2em;
  font-size: 1.25em;
  color: #444;
  cursor: pointer;
}
.hero__back svg,
.hero__down svg {
  fill: currentColor;
  position: absolute;
  width: 1em;
  margin-left: -0.5em;
  margin-top: 0.5em;
}
.hero__back:hover,
.hero__down:hover {
  color: #fff;
}
.menu {
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateZ(100px);
  transform: translateZ(100px);
}
.link {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  width: 12em;
  height: 6em;
  text-align: center;
  color: inherit;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  opacity: 1;
  text-decoration: none;
}
.link .linktext {
  text-align: center;
  line-height: 4.5em;
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  font-style: normal;
  font-size: 1.333333em;
}
.link canvas {
  width: 100%;
  height: auto;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 100px);
  transform: translate3d(0, 0, 100px);
}
.mouse-capable .link canvas {
  opacity: 0.92;
  -webkit-transform: none;
  transform: none;
}
.about-link {
  margin-left: -12em;
}
.contact-link {
  margin-left: 12em;
}
.mouse-capable .link:hover canvas {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 100px);
  transform: translate3d(0, 0, 100px);
}

/* Media query for 600px or less */
@media screen and (max-width: 600px) {
  .mouse-capable .link canvas {
      opacity: 1;
  }
}

.content-active .hero {
  -webkit-transform: rotateX(0deg) rotateY(0deg) scale3d(1, 1, 1) !important;
  transform: rotateX(0deg) rotateY(0deg) scale3d(1, 1, 1) !important;
}
.content-active .hero__back,
.content-active .hero__down {
  opacity: 1;
}
.content-active .hero__back {
  -webkit-transform: translateY(-25vh) translateZ(120px);
  transform: translateY(-25vh) translateZ(120px);
}
.content-active .hero__down {
  -webkit-transform: translateY(25vh) translateZ(120px);
  transform: translateY(25vh) translateZ(120px);
}
.content-active .hero__back:hover i {
  opacity: 0.5;
}
.content-active .hero__down:hover i {
  opacity: 0.5;
}
.content-active h1 {
  cursor: pointer;
  -webkit-transform: translate(-50%, -50%) translateY(-50vh)
    translateY(4.16667vw) scale(0.8);
  transform: translate(-50%, -50%) translateY(-50vh) translateY(4.16667vw)
    scale(0.8);
}
@media (max-width: 960px) {
  .content-active h1 {
    -webkit-transform: translate(-50%, -50%) translateY(-50vh)
      translateY(6.25vw) scale(0.8);
    transform: translate(-50%, -50%) translateY(-50vh) translateY(6.25vw)
      scale(0.8);
  }
}
@media (max-width: 600px) {
  .content-active h1 {
    -webkit-transform: translate(-50%, -50%) translateY(-50vh)
      translateY(8.33333vw) scale(0.8);
    transform: translate(-50%, -50%) translateY(-50vh) translateY(8.33333vw)
      scale(0.8);
  }
}
.content-active--about .menu {
  -webkit-transform: translateZ(100px) translateX(12em);
  transform: translateZ(100px) translateX(12em);
}
.content-active--about .link.about-link canvas {
  opacity: 1;
}
.content-active--about .work-link {
  -webkit-transform: translate(-50%, -50%) scale(2) rotate(15deg);
  transform: translate(-50%, -50%) scale(2) rotate(15deg);
  opacity: 0;
}
.content-active--about .work-link canvas {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}
.content-active--about .contact-link {
  -webkit-transform: translate(-50%, -50%) scale(2) rotate(15deg);
  transform: translate(-50%, -50%) scale(2) rotate(15deg);
  opacity: 0;
}
.content-active--about .contact-link canvas {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}
.content-active--work .menu {
  -webkit-transform: translateZ(100px) translateX(0em);
  transform: translateZ(100px) translateX(0em);
}
.content-active--work .about-link {
  -webkit-transform: translate(-50%, -50%) scale(2) rotate(15deg);
  transform: translate(-50%, -50%) scale(2) rotate(15deg);
  opacity: 0;
}
.content-active--work .about-link canvas {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}
.content-active--work .link.work-link canvas {
  opacity: 1;
}
.content-active--work .contact-link {
  -webkit-transform: translate(-50%, -50%) scale(2) rotate(15deg);
  transform: translate(-50%, -50%) scale(2) rotate(15deg);
  opacity: 0;
}
.content-active--work .contact-link canvas {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}
.content-active--contact .menu {
  -webkit-transform: translateZ(100px) translateX(-12em);
  transform: translateZ(100px) translateX(-12em);
}
.content-active--contact .about-link {
  -webkit-transform: translate(-50%, -50%) scale(2) rotate(15deg);
  transform: translate(-50%, -50%) scale(2) rotate(15deg);
  opacity: 0;
}
.content-active--contact .about-link canvas {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}
.content-active--contact .work-link {
  -webkit-transform: translate(-50%, -50%) scale(2) rotate(15deg);
  transform: translate(-50%, -50%) scale(2) rotate(15deg);
  opacity: 0;
}
.content-active--contact .work-link canvas {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}
.content-active--contact .link.contact-link canvas {
  opacity: 1;
}
@media (max-width: 600px) and (max-aspect-ratio: 3 / 4) {
  .about-link {
    margin-left: 0;
    margin-top: -6.1em;
  }
  .contact-link {
    margin-left: 0;
    margin-top: 6.1em;
  }
  .content-active--about .menu {
    -webkit-transform: translateZ(100px) translateY(6em);
    transform: translateZ(100px) translateY(6em);
  }
  .content-active--about .work-link {
    -webkit-transform: translate(-50%, -50%) scale(2) rotate(15deg);
    transform: translate(-50%, -50%) scale(2) rotate(15deg);
  }
  .content-active--about .contact-link {
    -webkit-transform: translate(-50%, -50%) scale(2) rotate(15deg);
    transform: translate(-50%, -50%) scale(2) rotate(15deg);
  }
  .content-active--work .menu {
    -webkit-transform: translateZ(100px) translateY(0em);
    transform: translateZ(100px) translateY(0em);
  }
  .content-active--work .about-link {
    -webkit-transform: translate(-50%, -50%) scale(2) rotate(15deg);
    transform: translate(-50%, -50%) scale(2) rotate(15deg);
  }
  .content-active--work .contact-link {
    -webkit-transform: translate(-50%, -50%) scale(2) rotate(15deg);
    transform: translate(-50%, -50%) scale(2) rotate(15deg);
  }
  .content-active--contact .menu {
    -webkit-transform: translateZ(100px) translateY(-6em);
    transform: translateZ(100px) translateY(-6em);
  }
  .content-active--contact .about-link {
    -webkit-transform: translate(-50%, -50%) scale(2) rotate(15deg);
    transform: translate(-50%, -50%) scale(2) rotate(15deg);
  }
  .content-active--contact .work-link {
    -webkit-transform: translate(-50%, -50%) scale(2) rotate(15deg);
    transform: translate(-50%, -50%) scale(2) rotate(15deg);
  }
}
.transition-ready .the-hero-behind-the-hero {
  transition: opacity 2000ms cubic-bezier(0.75, 0.01, 0.25, 1);
}
.transition-ready h1 {
  transition: -webkit-transform 1000ms cubic-bezier(0, 1, 0.15, 1);
  transition: transform 1000ms cubic-bezier(0, 1, 0.15, 1);
  transition: transform 1000ms cubic-bezier(0, 1, 0.15, 1),
    -webkit-transform 1000ms cubic-bezier(0, 1, 0.15, 1);
}
.transition-ready .hero-holder {
  transition: opacity 2000ms cubic-bezier(0.75, 0.01, 0.25, 1),
    height 200ms cubic-bezier(0.75, 0.01, 0.25, 1);
}
.transition-ready .hero__back,
.transition-ready .hero__down {
  transition: opacity 500ms cubic-bezier(0, 1, 0.15, 1), color 200ms ease-out,
    -webkit-transform 800ms cubic-bezier(0, 1, 0.15, 1);
  transition: opacity 500ms cubic-bezier(0, 1, 0.15, 1),
    transform 800ms cubic-bezier(0, 1, 0.15, 1), color 200ms ease-out;
  transition: opacity 500ms cubic-bezier(0, 1, 0.15, 1),
    transform 800ms cubic-bezier(0, 1, 0.15, 1), color 200ms ease-out,
    -webkit-transform 800ms cubic-bezier(0, 1, 0.15, 1);
}
.transition-ready .menu {
  transition: -webkit-transform 3000ms cubic-bezier(0, 1, 0.15, 1);
  transition: transform 3000ms cubic-bezier(0, 1, 0.15, 1);
  transition: transform 3000ms cubic-bezier(0, 1, 0.15, 1),
    -webkit-transform 3000ms cubic-bezier(0, 1, 0.15, 1);
}
.transition-ready .link {
  transition: opacity 3000ms cubic-bezier(0, 1, 0.15, 1),
    -webkit-transform 5000ms cubic-bezier(0, 1, 0.15, 1);
  transition: opacity 3000ms cubic-bezier(0, 1, 0.15, 1),
    transform 5000ms cubic-bezier(0, 1, 0.15, 1);
  transition: opacity 3000ms cubic-bezier(0, 1, 0.15, 1),
    transform 5000ms cubic-bezier(0, 1, 0.15, 1),
    -webkit-transform 5000ms cubic-bezier(0, 1, 0.15, 1);
}
.transition-ready .link canvas {
  transition: opacity 200ms ease-out, -webkit-transform 200ms ease-out;
  transition: transform 200ms ease-out, opacity 200ms ease-out;
  transition: transform 200ms ease-out, opacity 200ms ease-out,
    -webkit-transform 200ms ease-out;
}
.transition-ready.content-active .hero {
  transition: -webkit-transform 700ms cubic-bezier(0, 1, 0.5, 1);
  transition: transform 700ms cubic-bezier(0, 1, 0.5, 1);
  transition: transform 700ms cubic-bezier(0, 1, 0.5, 1),
    -webkit-transform 700ms cubic-bezier(0, 1, 0.5, 1);
}
.transition-ready.content-active .hero__back,
.transition-ready.content-active .hero__down {
  transition: opacity 3000ms cubic-bezier(0, 1, 0.15, 1), color 200ms ease-out,
    -webkit-transform 5000ms cubic-bezier(0, 1, 0.15, 1);
  transition: opacity 3000ms cubic-bezier(0, 1, 0.15, 1),
    transform 5000ms cubic-bezier(0, 1, 0.15, 1), color 200ms ease-out;
  transition: opacity 3000ms cubic-bezier(0, 1, 0.15, 1),
    transform 5000ms cubic-bezier(0, 1, 0.15, 1), color 200ms ease-out,
    -webkit-transform 5000ms cubic-bezier(0, 1, 0.15, 1);
}
.accoutrements {
  position: fixed;
  z-index: 3;
  background: none;
  border: none;
  display: block;
  padding: 0;
  margin: 0;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  height: 3em;
  line-height: 3em;
}
.accoutrements__text {
  display: block;
  float: left;
  font-size: 0.75em;
  line-height: 4em;
  font-family: "Gotham SSm A", "Gotham SSm B", Arial;
  font-style: normal;
  font-weight: 500;
  text-transform: uppercase;
  padding-left: 1em;
  padding-right: 1em;
}
.accoutrements .chevron {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  float: left;
  width: 3em;
  height: 3em;
  border: 0;
  background-image: url(https://d2b2t64apeuv0x.cloudfront.net/assets/img/icons/angle.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.transition-ready .accoutrements {
  transition: opacity 500ms cubic-bezier(0.75, 0.01, 0.25, 1),
    color 500ms cubic-bezier(0.75, 0.01, 0.25, 1),
    -webkit-transform 500ms cubic-bezier(0.75, 0.01, 0.25, 1);
  transition: transform 500ms cubic-bezier(0.75, 0.01, 0.25, 1),
    opacity 500ms cubic-bezier(0.75, 0.01, 0.25, 1),
    color 500ms cubic-bezier(0.75, 0.01, 0.25, 1);
  transition: transform 500ms cubic-bezier(0.75, 0.01, 0.25, 1),
    opacity 500ms cubic-bezier(0.75, 0.01, 0.25, 1),
    color 500ms cubic-bezier(0.75, 0.01, 0.25, 1),
    -webkit-transform 500ms cubic-bezier(0.75, 0.01, 0.25, 1);
}

.social-icons {
  top: 4.16667vw;
  right: 4.16667vw;
  -webkit-transform: translateX(50%) translateY(-1.5em);
  transform: translateX(50%) translateY(-1.5em);
  transition: opacity 2000ms cubic-bezier(0.75, 0.01, 0.25, 1),
    color 500ms cubic-bezier(0.75, 0.01, 0.25, 1),
    -webkit-transform 500ms cubic-bezier(0.75, 0.01, 0.25, 1);
  transition: transform 500ms cubic-bezier(0.75, 0.01, 0.25, 1),
    opacity 2000ms cubic-bezier(0.75, 0.01, 0.25, 1),
    color 500ms cubic-bezier(0.75, 0.01, 0.25, 1);
  transition: transform 500ms cubic-bezier(0.75, 0.01, 0.25, 1),
    opacity 2000ms cubic-bezier(0.75, 0.01, 0.25, 1),
    color 500ms cubic-bezier(0.75, 0.01, 0.25, 1),
    -webkit-transform 500ms cubic-bezier(0.75, 0.01, 0.25, 1);
}
.social-icons__twitter,
.social-icons__linkedin {
  display: block;
  text-decoration: none;
  border: 0;
  line-height: 3em;
  text-align: center;
  width: 3em;
  height: 3em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}
.social-icons__twitter svg,
.social-icons__linkedin svg {
  fill: currentColor;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
}
.social-icons.over-content {
  color: #222;
}
.content-menu-open .social-icons {
  -webkit-transform: translateX(50%) translateY(-1.5em) translateX(-41.66667vw);
  transform: translateX(50%) translateY(-1.5em) translateX(-41.66667vw);
}
@media screen and (max-width: 960px) {
  .social-icons {
    top: 6.25vw;
    right: 6.25vw;
  }
  .content-menu-open .social-icons {
    -webkit-transform: translateX(50%) translateY(-1.5em) translateX(-50vw);
    transform: translateX(50%) translateY(-1.5em) translateX(-50vw);
  }
}
@media screen and (max-width: 600px) {
  .social-icons {
    top: 8.33333vw;
    right: 8.33333vw;
  }
  .content-menu-open .social-icons {
    -webkit-transform: translateX(50%) translateY(-1.5em)
      translateX(-83.33333vw);
    transform: translateX(50%) translateY(-1.5em) translateX(-83.33333vw);
  }
}
.jump-menu {
  right: 4.16667vw;
  top: 50%;
  -webkit-transform: translate(50%, -50%) rotate(90deg);
  transform: translate(50%, -50%) rotate(90deg);
  opacity: 0;
  color: #222;
  display: none;
}
.jump-menu .chevron {
  position: absolute;
  bottom: 2.08333vw;
  left: 50%;
  margin-bottom: 0.25em;
  margin-left: -1.5em;
}
.content-active--work .jump-menu {
  display: block;
}
.jump-menu.over-content {
  opacity: 1;
}
.content-menu-open .jump-menu {
  -webkit-transform: translate(50%, -50%) rotate(90deg) translateY(41.66667vw);
  transform: translate(50%, -50%) rotate(90deg) translateY(41.66667vw);
}
.content-menu-open .jump-menu .chevron {
  opacity: 0;
}
.jump-menu-closer {
  right: 4.16667vw;
  top: 50%;
  -webkit-transform: translate(50%, -50%) rotate(90deg) translateY(-41.66667vw);
  transform: translate(50%, -50%) rotate(90deg) translateY(-41.66667vw);
  opacity: 0;
  color: #222;
  z-index: 4;
  width: 60px;
}
.jump-menu-closer .chevron {
  position: absolute;
  bottom: 2.08333vw;
  left: 50%;
  margin-bottom: 0.25em;
  margin-left: -1.5em;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.content-menu-open .jump-menu-closer {
  -webkit-transform: translate(50%, -50%) rotate(90deg);
  transform: translate(50%, -50%) rotate(90deg);
  opacity: 1;
}
.michael-conour-straight-up {
  bottom: 4.16667vw;
  left: 4.16667vw;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: translate(-50%, 50%) rotate(-90deg) translateX(50%)
    translateX(-1.5em);
  transform: translate(-50%, 50%) rotate(-90deg) translateX(50%)
    translateX(-1.5em);
  opacity: 0;
  color: #222;
  cursor: pointer;
}
.michael-conour-straight-up span {
  line-height: 1.5em;
  font-size: 2em;
  padding-left: 0.5em;
  padding-right: 0.5em;
  font-family: "Hoefler Titling A", "Hoefler Titling B", "Times New Roman",
    "Times", serif;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0.4em;
  text-transform: none;
  float: none;
}
.michael-conour-straight-up.over-content {
  opacity: 1;
}
.content-menu-open .michael-conour-straight-up {
  -webkit-transform: translate(-50%, 50%) rotate(-90deg) translateX(50%)
    translateX(-1.5em) translateY(-41.66667vw);
  transform: translate(-50%, 50%) rotate(-90deg) translateX(50%)
    translateX(-1.5em) translateY(-41.66667vw);
}
.content-label {
  top: 4.16667vw;
  left: 4.16667vw;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-90deg) translateX(-50%)
    translateX(1.5em);
  transform: translate(-50%, -50%) rotate(-90deg) translateX(-50%)
    translateX(1.5em);
  opacity: 0;
  color: #222;
}
.content-label.over-content {
  opacity: 1;
}
.content-menu-open .content-label {
  -webkit-transform: translate(-50%, -50%) rotate(-90deg) translateX(-50%)
    translateX(1.5em) translateY(-41.66667vw);
  transform: translate(-50%, -50%) rotate(-90deg) translateX(-50%)
    translateX(1.5em) translateY(-41.66667vw);
}
.back-to-top {
  bottom: 4.16667vw;
  right: 4.16667vw;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: translate(50%, 50%) rotate(90deg) translateX(-50%)
    translateX(1.5em);
  transform: translate(50%, 50%) rotate(90deg) translateX(-50%)
    translateX(1.5em);
  opacity: 0;
  color: #222;
  cursor: default;
}
.back-to-top .chevron {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.back-to-top .accoutrements__text {
  padding-left: 0;
}
.back-to-top.over-content {
  opacity: 1;
  cursor: pointer;
}
.content-menu-open .back-to-top {
  -webkit-transform: translate(50%, 50%) rotate(90deg) translateX(-50%)
    translateX(1.5em) translateY(41.66667vw);
  transform: translate(50%, 50%) rotate(90deg) translateX(-50%)
    translateX(1.5em) translateY(41.66667vw);
}
@media screen and (max-height: 600px) {
  .michael-conour-straight-up {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  .jump-menu {
    right: 6.25vw;
    top: 50%;
  }
  .jump-menu__chevron {
    bottom: 3.125vw;
  }
  .content-menu-open .jump-menu {
    -webkit-transform: translate(50%, -50%) rotate(90deg) translateY(50vw);
    transform: translate(50%, -50%) rotate(90deg) translateY(50vw);
  }
  .jump-menu-closer {
    right: 6.25vw;
    top: 50%;
    -webkit-transform: translate(50%, -50%) rotate(90deg) translateY(-50vw);
    transform: translate(50%, -50%) rotate(90deg) translateY(-50vw);
  }
  .jump-menu-closer .chevron {
    bottom: 3.125vw;
  }
  .content-menu-open .jump-menu-closer {
    -webkit-transform: translate(50%, -50%) rotate(90deg);
    transform: translate(50%, -50%) rotate(90deg);
  }
  .michael-conour-straight-up {
    display: none;
  }
  .content-label {
    display: none;
  }
  .back-to-top {
    bottom: 6.25vw;
    right: 6.25vw;
  }
  .content-menu-open .back-to-top {
    -webkit-transform: translate(50%, 50%) rotate(90deg) translateX(-50%)
      translateX(1.5em) translateY(50vw);
    transform: translate(50%, 50%) rotate(90deg) translateX(-50%)
      translateX(1.5em) translateY(50vw);
  }
}
@media screen and (max-width: 600px) {
  .jump-menu {
    right: 8.33333vw;
    top: 50%;
  }
  .jump-menu .chevron {
    bottom: 4.16667vw;
  }
  .content-menu-open .jump-menu {
    -webkit-transform: translate(50%, -50%) rotate(90deg) translateY(83.33333vw);
    transform: translate(50%, -50%) rotate(90deg) translateY(83.33333vw);
  }
  .jump-menu-closer {
    right: 8.33333vw;
    top: 50%;
    -webkit-transform: translate(50%, -50%) rotate(90deg)
      translateY(-83.33333vw);
    transform: translate(50%, -50%) rotate(90deg) translateY(-83.33333vw);
  }
  .jump-menu-closer svg {
    bottom: 4.16667vw;
  }
  .content-menu-open .jump-menu-closer {
    -webkit-transform: translate(50%, -50%) rotate(90deg);
    transform: translate(50%, -50%) rotate(90deg);
  }
  .michael-conour-straight-up {
    display: none;
  }
  .content-label {
    display: none;
  }
  .back-to-top {
    bottom: 8.33333vw;
    right: 8.33333vw;
  }
  .content-menu-open .back-to-top {
    -webkit-transform: translate(50%, 50%) rotate(90deg) translateX(-50%)
      translateX(1.5em) translateY(83.33333vw);
    transform: translate(50%, 50%) rotate(90deg) translateX(-50%)
      translateX(1.5em) translateY(83.33333vw);
  }
}
.transition-ready .jump-menu .chevron {
  transition: opacity 500ms cubic-bezier(0.75, 0.01, 0.25, 1);
}
.transition-ready .jump-menu-closer .chevron {
  transition: opacity 500ms cubic-bezier(0.75, 0.01, 0.25, 1);
}
.transition-ready .back-to-top .chevron {
  transition: -webkit-transform 500ms cubic-bezier(0.75, 0.01, 0.25, 1);
  transition: transform 500ms cubic-bezier(0.75, 0.01, 0.25, 1);
  transition: transform 500ms cubic-bezier(0.75, 0.01, 0.25, 1),
    -webkit-transform 500ms cubic-bezier(0.75, 0.01, 0.25, 1);
}
.content-background {
  width: 100%;
  background-color: #fff;
  height: 150vh;
  -webkit-transform: scale(0.91667);
  transform: scale(0.91667);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  box-sizing: border-box;
  color: #000;
  position: absolute;
  z-index: 1;
  opacity: 0;
}
.content-active .content-background {
  margin-top: -80px;
  opacity: 1;
}
.the-content {
  position: relative;
  z-index: 2;
  min-height: 100vh;
  overflow: hidden;
}
.content-active .the-content {
  margin-top: -80px;
}
.content-section {
  display: none;
}
.content-section.active {
  display: block;
}
.content-menu-open .content-section {
  -webkit-transform: translateX(-41.66667vw);
  transform: translateX(-41.66667vw);
}
@media screen and (max-width: 960px) {
  .content-menu-open .content-section {
    -webkit-transform: translateX(-50vw);
    transform: translateX(-50vw);
  }
}
@media screen and (max-width: 600px) {
  .content-menu-open .content-section {
    -webkit-transform: translateX(-83.33333vw);
    transform: translateX(-83.33333vw);
  }
}
.transition-ready .content-background {
  transition: margin-top 400ms cubic-bezier(0, 1, 0.15, 1),
    opacity 400ms cubic-bezier(0, 1, 0.15, 1);
}
.transition-ready .the-content {
  transition: opacity 2000ms cubic-bezier(0.75, 0.01, 0.25, 1);
}
.transition-ready .content-section {
  transition: -webkit-transform 500ms cubic-bezier(0.75, 0.01, 0.25, 1);
  transition: transform 500ms cubic-bezier(0.75, 0.01, 0.25, 1);
  transition: transform 500ms cubic-bezier(0.75, 0.01, 0.25, 1),
    -webkit-transform 500ms cubic-bezier(0.75, 0.01, 0.25, 1);
}
.content-menu {
  position: fixed;
  left: 100%;
  top: 0;
  height: 100%;
  z-index: 3;
  font-size: 1.5em;
  width: 41.66667vw;
}
.content-menu ul {
  margin: 0;
  padding: 0;
  display: block;
  position: absolute;
  top: 4.16667vw;
  -webkit-transform: translateY(-0.75em);
  transform: translateY(-0.75em);
}
.content-menu ul li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: block;
  float: left;
  clear: left;
}
.content-menu ul li:hover {
  opacity: 0.3;
}
.content-menu ul li a {
  display: inline-block;
  font-size: 0.75em;
  /* line-height: 2em; */
  line-height: 3em;
  text-decoration: none;
  font-family: "Gotham SSm A", "Gotham SSm B", Arial;
  font-style: normal;
  font-weight: 500;
  text-transform: uppercase;
  color: #000;
  -webkit-transform: translateX(20em);
  transform: translateX(20em);
  opacity: 0;
}
.content-menu-open .content-menu {
  -webkit-transform: translateX(-41.66667vw);
  transform: translateX(-41.66667vw);
}
.content-menu-open .content-menu a {
  -webkit-transform: none;
  transform: none;
  opacity: 1;
}
.content-menu-open .content-menu li:nth-child(22) a {
  transition-delay: 10ms;
}
.content-menu-open .content-menu li:nth-child(21) a {
  transition-delay: 20ms;
}
.content-menu-open .content-menu li:nth-child(20) a {
  transition-delay: 30ms;
}
.content-menu-open .content-menu li:nth-child(19) a {
  transition-delay: 40ms;
}
.content-menu-open .content-menu li:nth-child(18) a {
  transition-delay: 50ms;
}
.content-menu-open .content-menu li:nth-child(17) a {
  transition-delay: 60ms;
}
.content-menu-open .content-menu li:nth-child(16) a {
  transition-delay: 70ms;
}
.content-menu-open .content-menu li:nth-child(15) a {
  transition-delay: 80ms;
}
.content-menu-open .content-menu li:nth-child(14) a {
  transition-delay: 90ms;
}
.content-menu-open .content-menu li:nth-child(13) a {
  transition-delay: 100ms;
}
.content-menu-open .content-menu li:nth-child(12) a {
  transition-delay: 110ms;
}
.content-menu-open .content-menu li:nth-child(11) a {
  transition-delay: 120ms;
}
.content-menu-open .content-menu li:nth-child(10) a {
  transition-delay: 130ms;
}
.content-menu-open .content-menu li:nth-child(9) a {
  transition-delay: 140ms;
}
.content-menu-open .content-menu li:nth-child(8) a {
  transition-delay: 150ms;
}
.content-menu-open .content-menu li:nth-child(7) a {
  transition-delay: 160ms;
}
.content-menu-open .content-menu li:nth-child(6) a {
  transition-delay: 170ms;
}
.content-menu-open .content-menu li:nth-child(5) a {
  transition-delay: 180ms;
}
.content-menu-open .content-menu li:nth-child(4) a {
  transition-delay: 190ms;
}
.content-menu-open .content-menu li:nth-child(3) a {
  transition-delay: 200ms;
}
.content-menu-open .content-menu li:nth-child(2) a {
  transition-delay: 210ms;
}
.content-menu-open .content-menu li:nth-child(1) a {
  transition-delay: 220ms;
}
@media screen and (max-width: 960px) {
  .content-menu {
    width: 50vw;
  }
  .content-menu ul {
    top: 6.25vw;
  }
  .content-menu-open .content-menu {
    -webkit-transform: translateX(-50vw);
    transform: translateX(-50vw);
  }
}
@media screen and (max-width: 600px) {
  .content-menu {
    width: 83.33333vw;
  }
  .content-menu ul {
    top: 8.33333vw;
  }
  .content-menu-open .content-menu {
    -webkit-transform: translateX(-83.33333vw);
    transform: translateX(-83.33333vw);
  }
}
.transition-ready .content-menu {
  transition: -webkit-transform 500ms cubic-bezier(0.75, 0.01, 0.25, 1);
  transition: transform 500ms cubic-bezier(0.75, 0.01, 0.25, 1);
  transition: transform 500ms cubic-bezier(0.75, 0.01, 0.25, 1),
    -webkit-transform 500ms cubic-bezier(0.75, 0.01, 0.25, 1);
}
.transition-ready .content-menu ul li {
  transition: opacity 150ms cubic-bezier(0.75, 0.01, 0.25, 1);
}
.transition-ready .content-menu ul li:hover {
  transition: none;
}
.transition-ready .content-menu ul li a {
  transition: opacity 500ms cubic-bezier(0.75, 0.01, 0.25, 1),
    -webkit-transform 500ms cubic-bezier(0.75, 0.01, 0.25, 1);
  transition: transform 500ms cubic-bezier(0.75, 0.01, 0.25, 1),
    opacity 500ms cubic-bezier(0.75, 0.01, 0.25, 1);
  transition: transform 500ms cubic-bezier(0.75, 0.01, 0.25, 1),
    opacity 500ms cubic-bezier(0.75, 0.01, 0.25, 1),
    -webkit-transform 500ms cubic-bezier(0.75, 0.01, 0.25, 1);
}
