/* ------------------------------------- FONTS */
/* ------------------------------------- COLORS */
/* ------------------------------------- MISC */
/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

/* boilerplate fixes*/
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

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

textarea {
  resize: vertical;
}

/* hide input spinners */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

* {
  box-sizing: border-box;
}

html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

img {
  box-sizing: content-box;
}

html, body {
  overflow-x: hidden;
  background: white;
}

section {
  position: relative;
  z-index: 20;
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: "NeueHaasDisplay-Roman", sans-serif;
  font-weight: 300;
  line-height: 1.92;
  font-size: 13px;
}
@media (max-width: 875px) {
  body {
    font-size: 15px;
  }
}

.bigtxt {
  font-family: "Manier-Light", serif;
  font-size: 55px;
  line-height: 1.33;
}
@media (max-width: 875px) {
  .bigtxt {
    font-size: 36px;
  }
}

.medtxt {
  font-size: 25px;
  line-height: 1.58;
}
@media (max-width: 875px) {
  .medtxt {
    font-size: 20px;
  }
}

.smalltxt {
  font-size: 18px;
  line-height: 1.58;
}
@media (max-width: 875px) {
  .smalltxt {
    font-size: 20px;
  }
}

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

h1, h2, h3, h4, h5, h6 {
  font-family: "Manier-Light", serif;
  line-height: 1.18;
}

::-moz-selection {
  background: #e5ff0f;
  color: black;
}

::selection {
  background: #e5ff0f;
  color: black;
}

input[type=text],
input[type=button],
input[type=submit],
input[type=password],
input[type=email],
input[type=radio],
textarea,
button,
select {
  background: none;
  border: none;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font: inherit;
  color: inherit;
}

input[type=button],
input[type=submit] {
  cursor: pointer;
}

@font-face {
  font-family: "Manier-Light";
  src: url("/css/fonts/Manier-Light.woff2") format("woff2"), url("/css/fonts/Manier-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NeueHaasDisplay-Roman";
  src: url("/css/fonts/HaasGrotTextR-55Roman.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NeueHaasDisplay-Medium";
  src: url("/css/fonts/HaasGrotTextR-55Roman.woff") format("woff");
  font-weight: 600;
  font-style: bold;
  font-display: swap;
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes overlay-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes overlay-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes slide-up {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slide-up {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes slide-down {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slide-down {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
}
.grid .col.s1 {
  grid-column-start: 1;
}
.grid .col.w1 {
  grid-column-end: span 1;
}
.grid .col.s2 {
  grid-column-start: 2;
}
.grid .col.w2 {
  grid-column-end: span 2;
}
.grid .col.s3 {
  grid-column-start: 3;
}
.grid .col.w3 {
  grid-column-end: span 3;
}
.grid .col.s4 {
  grid-column-start: 4;
}
.grid .col.w4 {
  grid-column-end: span 4;
}
.grid .col.s5 {
  grid-column-start: 5;
}
.grid .col.w5 {
  grid-column-end: span 5;
}
.grid .col.s6 {
  grid-column-start: 6;
}
.grid .col.w6 {
  grid-column-end: span 6;
}
.grid .col.s7 {
  grid-column-start: 7;
}
.grid .col.w7 {
  grid-column-end: span 7;
}
.grid .col.s8 {
  grid-column-start: 8;
}
.grid .col.w8 {
  grid-column-end: span 8;
}
.grid .col.s9 {
  grid-column-start: 9;
}
.grid .col.w9 {
  grid-column-end: span 9;
}
.grid .col.s10 {
  grid-column-start: 10;
}
.grid .col.w10 {
  grid-column-end: span 10;
}
.grid .col.s11 {
  grid-column-start: 11;
}
.grid .col.w11 {
  grid-column-end: span 11;
}
.grid .col.s12 {
  grid-column-start: 12;
}
.grid .col.w12 {
  grid-column-end: span 12;
}
.grid .col.valign {
  align-self: center;
}
@media (max-width: 875px) {
  .grid .col {
    grid-column-start: 1 !important;
    grid-column-end: 13 !important;
  }
  .grid .col.content:not(.s-full) {
    grid-column-start: 2 !important;
    grid-column-end: 12 !important;
  }
  .grid .col.s-grid-order-1 {
    order: 1;
  }
  .grid .col.s-grid-order-2 {
    order: 2;
  }
  .grid .col.s-grid-order-3 {
    order: 3;
  }
  .grid .col.s-grid-order-4 {
    order: 4;
  }
  .grid .col.s-grid-order-5 {
    order: 5;
  }
}
.grid .col.s-show {
  display: none;
}
@media (max-width: 875px) {
  .grid .col.s-show {
    display: block;
  }
}
.grid.s-show {
  display: none;
}
@media (max-width: 875px) {
  .grid.s-show {
    display: grid;
  }
}

.wrap {
  width: 100%;
  max-width: 1175px;
  margin: 0 auto;
}
@media (max-width: 875px) {
  .wrap {
    max-width: 550px !important;
  }
}
@media (max-width: 875px) {
  .wrap.collapse {
    max-width: none !important;
  }
}

.pad {
  padding-left: 50px;
  padding-right: 50px;
}
@media (max-width: 875px) {
  .pad.collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 1540px) {
  .pad {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 1190px) {
  .pad {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 875px) {
  .pad {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (max-width: 500px) {
  .pad {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.level {
  display: flex;
  align-items: center;
}
.level .push-to-end {
  margin-left: auto;
}

@media (max-width: 875px) {
  .s-hide {
    display: none;
  }
}

.in-front {
  position: relative;
  z-index: 100;
}

.masonry {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 80px;
  margin: 180px 0;
}
@media (max-width: 1190px) {
  .masonry {
    grid-gap: 60px;
  }
}
@media (max-width: 875px) {
  .masonry {
    grid-template-columns: 1fr;
    grid-gap: 40px;
  }
}
@media (max-width: 875px) {
  .masonry {
    margin: 140px 0;
  }
}
.masonry .masonry-item {
  opacity: 0;
  transition: opacity 0.5s;
}
.masonry .masonry-item.inview-initial {
  opacity: 1;
}
.masonry .masonry-item + .masonry-item {
  margin-top: 60px;
}
@media (max-width: 1190px) {
  .masonry .masonry-item + .masonry-item {
    margin-top: 40px;
  }
}
.masonry .masonry-item img,
.masonry .masonry-item video {
  width: 100%;
  margin-bottom: 0.5em;
}

div.slider {
  position: relative;
  z-index: 50;
}
@media (max-width: 875px) {
  div.slider {
    margin-bottom: 2em;
  }
}
div.slider .track {
  position: relative;
  left: 0;
  top: 0;
  bottom: 0;
  width: 5000px;
  will-change: transform;
  cursor: none;
  touch-action: pan-y;
}
div.slider .track .item {
  position: absolute;
  pointer-events: none;
  user-drag: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.slider-indicator {
  position: fixed;
  left: -60px;
  top: -40px;
  z-index: 200;
  pointer-events: none;
  width: 124px;
  height: 90px;
  opacity: 0;
  transition: opacity 0.2s;
}
@media (max-width: 875px) {
  .slider-indicator {
    display: none;
  }
}
.slider-indicator img {
  position: absolute;
  left: 0;
  top: 0;
  transition: opacity 0.2s, transform 0.2s;
}
.slider-indicator .left {
  transform: rotate(180deg);
  opacity: 0;
}
.slider-indicator .right {
  opacity: 0;
}
.slider-indicator .grab {
  left: 24px;
  top: 7px;
  opacity: 0;
}
.slider-indicator.state-left .right {
  opacity: 1;
  transform: scaleX(-1);
}
.slider-indicator.state-right .right {
  opacity: 1;
}
.slider-indicator.state-hand .grab {
  opacity: 1;
}
.slider-indicator.state-grab .grab {
  opacity: 1;
}

.smooth-scroll-filler {
  position: relative;
  height: 3500px;
}
@media (max-width: 875px) {
  .smooth-scroll-filler {
    display: none;
  }
}

.smooth-scroll-content {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 100;
}
@media (max-width: 875px) {
  .smooth-scroll-content {
    position: relative;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
  }
}

.curtain {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100vw;
  background: #e5ff0f;
  transform: translateX(calc(-100% + 1px));
  transition: transform 0.3s;
}
.sun-is-shining .curtain {
  transform: translateX(0) !important;
  transition: transform 0.9s cubic-bezier(0.89, 0.065, 0.555, 0.83);
}

.footer {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 9999999;
  transform: rotate(-90deg) translate(100%, 0);
  transform-origin: right bottom;
  margin-right: 15px;
  margin-bottom: 20px;
}
.footer > a {
  font-family: "NeueHaasDisplay-Medium", sans-serif;
  font-size: 12px;
  line-height: 1.58;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 20px;
  padding-bottom: 40px;
  text-transform: uppercase;
}
.night-has-fallen .footer > a {
  color: white;
}
.footer > a:hover {
  text-decoration: underline;
}

section.header {
  position: fixed;
  width: 100%;
  z-index: 1000;
  transition: opacity 0.3s;
}
@media (max-width: 875px) {
  .nav-up section.header {
    opacity: 0;
    pointer-events: none;
  }
}
section.header .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
}
section.header a.logo {
  position: relative;
  display: block;
  opacity: 0;
  -webkit-animation: slide-up 1s 2s forwards;
          animation: slide-up 1s 2s forwards;
}
section.header a.logo img.black {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1;
  transition: opacity 0.7s;
}
.night-has-fallen section.header a.logo img.black {
  opacity: 0;
}
section.header a.logo img.white {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: opacity 0.7s;
}
.night-has-fallen section.header a.logo img.white {
  opacity: 1;
}
body.play section.header a.logo {
  -webkit-animation: slide-up 1s 0s forwards;
          animation: slide-up 1s 0s forwards;
}
section.header a.nav-toggle {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  -webkit-animation: slide-up 1s 2.2s forwards;
          animation: slide-up 1s 2.2s forwards;
}
body.play section.header a.nav-toggle {
  -webkit-animation: slide-up 1s 0.2s forwards;
          animation: slide-up 1s 0.2s forwards;
}
section.header a.nav-toggle .label {
  white-space: nowrap;
  text-transform: uppercase;
  font-family: "NeueHaasDisplay-Medium", sans-serif;
  font-size: 12px;
  margin-right: 1em;
  opacity: 0;
  transition: opacity 0.3s;
}
.night-has-fallen section.header a.nav-toggle .label {
  color: white;
}
section.header a.nav-toggle:hover .label {
  opacity: 1;
}
section.header a.nav-toggle:hover .dot {
  transform: rotate(135deg);
}
section.header a.nav-toggle .dot {
  width: 10px;
  height: 10px;
  background: black;
  transform: rotate(45deg);
  transition: transform 0.4s ease-in;
}
section.header a.nav-toggle .dot .dot-white {
  width: 10px;
  height: 10px;
  background: white;
  opacity: 0;
  transition: opacity 0.7s;
}
.night-has-fallen section.header a.nav-toggle .dot .dot-white {
  opacity: 1;
}

section.splash .wrap {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  margin-bottom: -37vh;
}
section.splash h1 {
  font-size: 90px;
  margin-bottom: 1.9em;
  opacity: 1;
  transition: opacity 0.7s;
}
@media (max-width: 1190px) {
  section.splash h1 {
    font-size: 72px;
    margin-bottom: 0.9em;
  }
}
@media (max-width: 875px) {
  section.splash h1 {
    font-size: 52px;
  }
}
@media (max-width: 350px) {
  section.splash h1 {
    font-size: 45px;
  }
}
.is-scrolled section.splash h1 {
  opacity: 0;
}
section.splash h1 span {
  display: inline-block;
  -webkit-animation: splash-word-in 1.2s cubic-bezier(0.17, 0.67, 0.47, 1) forwards;
          animation: splash-word-in 1.2s cubic-bezier(0.17, 0.67, 0.47, 1) forwards;
  opacity: 0;
}
@media (max-width: 875px) {
  section.splash h1 .line {
    display: inline;
  }
}
section.splash h1 .line:nth-child(1) span:nth-child(1) {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
section.splash h1 .line:nth-child(1) span:nth-child(2) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
section.splash h1 .line:nth-child(1) span:nth-child(3) {
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}
section.splash h1 .line:nth-child(2) span:nth-child(1) {
  -webkit-animation-delay: 1.05s;
          animation-delay: 1.05s;
}
section.splash h1 .line:nth-child(2) span:nth-child(2) {
  -webkit-animation-delay: 1.15s;
          animation-delay: 1.15s;
}
section.splash h1 .line:nth-child(2) span:nth-child(3) {
  -webkit-animation-delay: 1.25s;
          animation-delay: 1.25s;
}
section.splash h1 .line:nth-child(3) span:nth-child(1) {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
section.splash h1 .line:nth-child(3) span:nth-child(2) {
  -webkit-animation-delay: 1.3s;
          animation-delay: 1.3s;
}
section.splash .with-readmore {
  width: 100%;
  position: absolute;
  bottom: 200px;
  opacity: 0;
  -webkit-animation: slide-down 1s 2.6s forwards;
          animation: slide-down 1s 2.6s forwards;
}
@media (max-width: 1190px) {
  section.splash .with-readmore {
    bottom: 120px;
  }
}
@media (max-width: 875px) {
  section.splash .with-readmore {
    bottom: 80px;
  }
}
section.splash .with-readmore .readmore {
  font-size: 14px;
  position: relative;
  display: inline-block;
  opacity: 1;
  transition: opacity 0.5s;
}
.is-scrolled section.splash .with-readmore .readmore {
  opacity: 0;
  pointer-events: none;
}
section.splash .with-readmore .readmore .label {
  position: relative;
  z-index: 20;
}
section.splash .with-readmore .readmore img {
  position: absolute;
  left: -10px;
  top: -20px;
  z-index: 10;
}
@media (max-width: 875px) {
  section.splash .with-readmore .readmore img {
    width: 80px;
    left: 0;
    top: -10px;
  }
}

@-webkit-keyframes splash-word-in {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0) translateZ(1px);
  }
}

@keyframes splash-word-in {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0) translateZ(1px);
  }
}
section.sun {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.sun .the-sun {
  position: absolute;
  transition: transform 0.7s cubic-bezier(0.17, 0.67, 0.47, 1);
  transform: scale(1);
}
@media (max-width: 875px) {
  section.sun .the-sun {
    transform: scale(0.6);
  }
}
.intro section.sun .the-sun {
  -webkit-animation: the-sun-in 2.2s ease-in forwards;
          animation: the-sun-in 2.2s ease-in forwards;
}
.sun-is-shining section.sun .the-sun {
  transform: scale(10);
  -webkit-animation: none;
          animation: none;
  transition: transform 0.7s cubic-bezier(0.71, -0.04, 0.9, 0.55);
}
section.sun .the-sun-blur {
  -webkit-animation: the-sun-blur-in 2.7s forwards;
          animation: the-sun-blur-in 2.7s forwards;
}
@media (max-width: 875px) {
  section.sun .the-sun-blur {
    transform: scale(0.6);
  }
}
section.sun .the-night {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  background: black;
  opacity: 0;
  transition: opacity 0.8s;
}
.night-has-fallen section.sun .the-night {
  opacity: 1;
}

@-webkit-keyframes the-sun-in {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes the-sun-in {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes the-sun-blur-in {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes the-sun-blur-in {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
section.project {
  padding: 100px 0;
}
section.project .inview {
  transition: transform 1s, opacity 1s;
  opacity: 0;
  transform: translateY(15px);
}
section.project .inview.inview-initial {
  opacity: 1;
  transform: translateY(0);
}
section.project .content {
  position: relative;
}
section.project h2 {
  font-size: 67px;
}
@media (max-width: 875px) {
  section.project h2 {
    font-size: 38px;
  }
}
section.project.first-project h2 {
  opacity: 0;
  transition: opacity 0.7s;
}
.is-scrolled section.project.first-project h2 {
  opacity: 1;
}
section.project h3 {
  font-size: 34px;
  margin-bottom: 1em;
}
@media (max-width: 875px) {
  section.project h3 {
    font-size: 38px;
  }
}
section.project .tag {
  position: absolute;
  left: -100px;
  font-size: 14px;
  line-height: 1.18;
  opacity: 0.5;
  transform: translateY(-1px);
  font-family: "NeueHaasDisplay-Roman", sans-serif;
}
@media (max-width: 875px) {
  section.project .tag {
    position: static;
    margin-bottom: 0.5em;
  }
}
section.project h4 {
  font-size: 14px;
  margin-bottom: 1em;
  font-family: "NeueHaasDisplay-Roman", sans-serif;
  text-transform: uppercase;
}
@media (max-width: 875px) {
  section.project h4 {
    font-size: 15px;
  }
}
@media (max-width: 875px) {
  section.project h4.filler {
    display: none;
  }
}
section.project .txt {
  padding-right: 70px;
}
@media (max-width: 875px) {
  section.project .txt {
    padding-right: 0;
  }
}

section.about {
  margin-top: 200px;
  padding: 170px 0 300px;
}
@media (max-width: 875px) {
  section.about {
    margin-top: 100px;
    padding: 80px 0 250px;
  }
}
section.about .bigtxt {
  margin-bottom: 190px;
}
@media (max-width: 875px) {
  section.about .bigtxt {
    margin-bottom: 100px;
  }
}
section.about .partners .label {
  margin-bottom: 116px;
}
@media (max-width: 875px) {
  section.about .partners .label {
    margin-bottom: 50px;
  }
}
section.about .partners .logos {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 60px 20px;
  transition: opacity 1s 0.4s, transform 1s 0.4s;
  opacity: 0;
  transform: translateY(30px);
}
@media (max-width: 875px) {
  section.about .partners .logos {
    grid-template-columns: 1fr 1fr;
    grid-gap: 40px 40px;
  }
}
section.about .partners .logos img {
  align-self: center;
  justify-self: center;
}
section.about .partners .logos.inview-initial {
  opacity: 1;
  transform: translateY(0);
}
section.about .bigtxt {
  transition: opacity 0.8s 0.5s, transform 0.8s 0.5s;
  opacity: 0;
  transform: translateY(30px);
}
.sun-is-shining section.about .bigtxt {
  opacity: 1;
  transform: translateY(0);
}

section.method {
  color: white;
  margin-bottom: 200px;
}
@media (max-width: 875px) {
  section.method {
    margin-bottom: 100px;
  }
}
section.method .grid {
  position: relative;
}
section.method .bigtxt {
  margin-bottom: 190px;
}
@media (max-width: 875px) {
  section.method .bigtxt {
    margin-top: -130px;
    margin-bottom: 70px;
  }
}
section.method .content {
  position: relative;
  z-index: 20;
  padding-top: 130px;
  transition: opacity 0.8s 0.5s, transform 0.8s 0.5s;
  opacity: 0;
  transform: translateY(30px);
}
@media (max-width: 875px) {
  section.method .content {
    padding-top: 40px;
  }
}
.night-has-fallen section.method .content {
  opacity: 1;
  transform: translateY(0);
}
section.method .visual {
  position: absolute;
  right: 100px;
  z-index: 10;
}
@media (max-width: 875px) {
  section.method .visual {
    display: none;
  }
}
section.method .icons {
  margin-top: 100px;
  grid-gap: 80px;
}
@media (max-width: 875px) {
  section.method .icons {
    margin-top: 70px;
    grid-gap: 10px;
    margin-left: 20px;
  }
}
section.method .icons img {
  margin-bottom: 25px;
  width: 130px;
  height: 130px;
  opacity: 0;
  transition: opacity 0.5s;
}
.night-has-fallen section.method .icons img {
  opacity: 1;
  transition: opacity 1s 0.5s;
}
@media (max-width: 875px) {
  section.method .icons .col + .col {
    margin-top: 70px;
  }
}
section.method .icons .medtxt {
  text-transform: lowercase;
  color: #868686;
  margin-bottom: 0.8em;
}

section.contact {
  color: white;
  margin-bottom: 200px;
}
@media (max-width: 875px) {
  section.contact {
    margin-bottom: 80px;
  }
}
section.contact .bigtxt {
  margin-bottom: 80px;
}
@media (max-width: 875px) {
  section.contact .bigtxt {
    margin-bottom: 50px;
  }
}
section.contact .specs {
  font-size: 32px;
  line-height: 1.71;
}
@media (max-width: 1190px) {
  section.contact .specs {
    font-size: 28px;
  }
}
@media (max-width: 875px) {
  section.contact .specs {
    font-size: 20px;
  }
}
section.contact .specs a:hover {
  color: #e5ff0f;
}
