/*! normalize.css v2.1.3 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 8/9.
 */

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

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */

audio,
canvas,
video {
    display: inline-block;
}

/**
 * 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.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */

[hidden],
template {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after 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;
}

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
    background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
    box-sizing: content-box;
    height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

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

img {
    border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari 5.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * 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.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */

button,
input,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 2 */
    margin: 0; /* 3 */
}

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

button,
input {
    line-height: normal;
}

/**
 * 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 Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

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"], /* 1 */
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;
}

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

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */ /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

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

html {
  font-size: 100%;
  overflow-y: scroll;
  word-wrap: break-word;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
a:hover,
a:active {
  outline: 0;
}
a {
  text-decoration: none;
  color: inherit;
}
a:focus {
  outline: none;
}
svg:not(:root) {
  overflow: visible;
}
/*
Remove all default element margins.
This forces you to be explicit with margins where you want to use them and encourages the early creation of Richtext* style context patterns; eg

.Richtext\*
  p + p
    margin-top 1em

  // or a more general:
  & > * + *
    margin-top 1em
*/
p,
blockquote,
figure {
  margin: 0;
}
ul,
dl,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: 1em;
  margin: 0;
}
.MenuToggle__hamburger {
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 15px;
  position: relative;
}
.MenuToggle__label {
  display: inline-block;
  margin-left: 14px;
  position: relative;
  top: 2px;
}
.MenuToggle b {
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  background-color: currentColor;
  top: 7px;
  transition: color 0.3s ease-out, opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
  transition: color 0.3s ease-out, opacity 0.3s ease-out, transform 0.3s ease-out;
  transition: color 0.3s ease-out, opacity 0.3s ease-out, transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.MenuToggle b:nth-child(1) {
  -webkit-transform: translate3d(0, -7px, 0);
          transform: translate3d(0, -7px, 0);
}
.MenuToggle b:nth-child(2) {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.MenuToggle b:nth-child(3) {
  -webkit-transform: translate3d(0, 7px, 0);
          transform: translate3d(0, 7px, 0);
}
.MenuToggle:hover b:nth-child(1) {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  opacity: 0;
}
.MenuToggle:hover b:nth-child(2) {
  opacity: 1;
}
.MenuToggle:hover b:nth-child(3) {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  opacity: 0;
}
.MenuToggle.is-active {
  color: #4A4A4A;
}
.MenuToggle.is-active b:nth-child(1) {
  -webkit-transform: translate3d(0, 0, 0) rotate(45deg);
          transform: translate3d(0, 0, 0) rotate(45deg);
  opacity: 1 !important;
}
.MenuToggle.is-active b:nth-child(2) {
  opacity: 0 !important;
}
.MenuToggle.is-active b:nth-child(3) {
  -webkit-transform: translate3d(0, 0, 0) rotate(-45deg);
          transform: translate3d(0, 0, 0) rotate(-45deg);
  opacity: 1 !important;
}
@media screen and (max-width: 47.9375em) {
  .MenuToggle__label {
    display: none;
  }
}
@media screen and (min-width: 48em) {
  .MenuToggle {
    top: 60px;
  }
  .MenuToggle__hamburger {
    width: 24px;
    height: 21px;
  }
  .MenuToggle__hamburger b {
    top: 10px;
  }
  .MenuToggle__hamburger b:nth-child(1) {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }
  .MenuToggle__hamburger b:nth-child(3) {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }
}
.Nav {
  font-family: "Portrait Web", sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 19px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 80;
  background-color: #F6EBE1;
  padding-top: 106px;
  padding-left: 20px;
  transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out, opacity 0.3s ease-out;
  transition: transform 0.3s ease-out, opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
  opacity: 0;
  display: flex;
  flex-direction: column;
  pointer-events: none;
  -webkit-pointer-events: none;
}
.Nav::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 100%;
  width: 50vw;
  background-color: #F6EBE1;
}
.Nav.is-active {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  pointer-events: all;
  -webkit-pointer-events: all;
}
.Nav h5,
.Nav h6,
.Nav p {
  font-size: 18px;
}
.Nav h5 {
  font-weight: 400;
}
.Nav h6,
.Nav p {
  font-weight: 300;
  margin-top: 16px;
  margin-bottom: 6px;
}
.Nav li {
  display: inline;
}
.Nav li + li::before {
  content: ' / ';
}
.Nav a {
  text-decoration: none;
  color: inherit;
  transition: color 0.2s ease-out;
}
.Nav a:hover,
.Nav a:focus,
.Nav a:active {
  color: #CAA082;
}
.Nav__aboutLinks a {
  font-weight: 400;
}
.Nav__socialLinks svg {
  margin-left: 0.3em;
}
.Nav small {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
}
@media screen and (min-width: 48em) {
  .Nav {
    left: 0;
    padding-top: 154px;
    padding-bottom: 154px;
    padding-left: 40px;
    padding-right: 98px;
    right: auto;
  }
}
@media screen and (min-width: 67.5em) {
  .Nav {
    width: auto;
    padding-left: 0;
    padding-right: 98px;
    right: auto;
    left: calc((100vw - 1000px) / 2);
  }
}
.BaseLayout {
  overflow: hidden;
}
.BaseLayout--containChildren {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 48em) {
  .BaseLayout--containChildren {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.BaseLayout--bottomStrip {
  border-bottom: 20px solid #faf3ed;
}
.BaseLayout--containChildren .BaseLayout__body {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.BaseLayout__body {
  position: relative;
}
.BaseLayout__splash {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  z-index: 200;
}
.BaseLayout__splash .Splash {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.no-js\* .BaseLayout__splash {
  display: none;
}
.BaseLayout__header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  padding-top: 20px;
  padding-bottom: 20px;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 48em) {
  .BaseLayout__header {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.BaseLayout__headerBody {
  position: relative;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.BaseLayout__header.is-white {
  color: #fff;
}
.BaseLayout__header.is-hidden {
  -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
}
.BaseLayout__sitelink {
  display: block;
  margin: auto;
  width: 67px;
  position: relative;
  transition: color 0.3s ease-out;
}
.BaseLayout__sitelink.is-active {
  color: #4A4A4A;
}
.BaseLayout__sitelink::before {
  content: '';
  display: block;
  padding-bottom: 21.48148148%;
}
.BaseLayout__sitelink svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.BaseLayout__sitelink span {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}
.BaseLayout__menuToggle {
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 48em) {
  .BaseLayout__header {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .BaseLayout__sitelink {
    width: 105px;
  }
}
/*
  This font software is the property of Commercial Type.

  You may not modify the font software, use it on another website, or install it on a computer.

  License information is available at http://commercialtype.com/eula
  For more information please visit Commercial Type at http://commercialtype.com or email us at info[at]commercialtype.com

  Copyright (C) 2018 Schwartzco Inc.
  License: 1807-JJDRNM
*/

@font-face {
  font-family: 'Portrait Web';
  src: url('/assets/font-portrait/Portrait-Regular-Web.d3a2b38.eot');
  src: url('/assets/font-portrait/Portrait-Regular-Web.eot?#iefix') format('embedded-opentype'),
       /* url('/assets/font-portrait/Portrait-Regular-Web.751e8b3.woff2') format('woff2'), */
       url('/assets/font-portrait/Portrait-Regular-Web.woff') format('woff');
  font-weight:  400;
  font-style:   normal;
  font-stretch: normal;
}

@font-face {
  font-family: 'Portrait Web';
  src: url('/assets/font-portrait/Portrait-Light-Web.adf98aa.eot');
  src: url('/assets/font-portrait/Portrait-Light-Web.eot?#iefix') format('embedded-opentype'),
       /* url('/assets/font-portrait/Portrait-Light-Web.2c8cbbd.woff2') format('woff2'), */
       url('/assets/font-portrait/Portrait-Light-Web.woff') format('woff');
  font-weight:  300;
  font-style:   normal;
  font-stretch: normal;
}

/* ---------------------------------------------------------------------------

	Toolkit
	=======

	A handful of helper mixins for common patterns.

--------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------

	Toolkit: Media Queries
	======================
	@since 0.0.1


	These mq abstractions don't overlap:

	from( n ) { ... }
		Styles elements from (and inclusive) of n.
		Useful for adding complexity as viewport size increases.

	to( n ) { ... }
		Styles elements up to but not including n.
		Effectively, max-width n-1
		Useful for the occasional small screen only style.

	n must be unitless CSS pixels; e.g., 768 or 1024
	It gets converted to em.

  Media Queries can be tagged with 'legacy' to be used in IE8 stylesheets.

--------------------------------------------------------------------------- */
/*
  Use http://chir.ag/projects/name-that-color/
*/
body {
  font-family: "Portrait Web", sans-serif;
  font-weight: 300;
  font-size: 12px;
  line-height: 17px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #4A4A4A;
  transition: background-color 0.1s linear;
}
@media screen and (min-width: 48em) {
  body {
    font-size: 14px;
    line-height: 19px;
  }
}
/*
  Imgset
  ======

  Should work with less/sass/whatever, anything that's cool with the ampersand (&) parent selector.

  (1) Default ratio 16:9
  In a typical usage you would inline a padding bottom style that matches the exact ratio of the image.
  Alternatively, use the &--fillParent modifier and set a custom width/height on a relative positioned parent element.

  (2) <img> element is used only so that users can right-click save-as images.

  (3) Our image is displayed on this element rendered by an inline background image style. The reason why it's an element in its own right (instead of just putting the background image on the .Imgset element) is so that there is flexibility when it comes to:
    a) fading the image in when it loads,
    b) transforming it on hover by transforming scale (or a slow scale for a ken burns style effect).
*/
.Imgset {
  display: block;
  position: relative;
  padding: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  margin-left: 0 !important;
  margin-right: 0 !important;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.Imgset__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.Imgset__background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: opacity 1s ease-in-out;
  opacity: 0;
}
.Imgset--fillParent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-bottom: 0 !important;
}
.Imgset.is-loaded .Imgset__background {
  opacity: 1;
}
.Gallery {
  display: block;
  position: relative;
  margin-left: -20px;
  margin-right: -20px;
  overflow: hidden;
  height: 100vh;
}
@media screen and (min-width: 48em) {
  .Gallery {
    margin-left: -40px;
    margin-right: -40px;
  }
}
@media screen and (min-width: 67.5em) {
  .Gallery {
    margin-left: calc(-50vw + (1000px / 2));
    margin-right: calc(-50vw + (1000px / 2));
  }
}
.Gallery__slide {
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 2s ease-in-out, -webkit-transform 2s ease-in-out;
  transition: transform 2s ease-in-out, opacity 2s ease-in-out;
  transition: transform 2s ease-in-out, opacity 2s ease-in-out, -webkit-transform 2s ease-in-out;
}
.Gallery__slide.is-active {
  opacity: 1;
}
.no-js\* .Gallery__slide {
  opacity: 0;
}
.no-js\* .Gallery__slide:last-child {
  opacity: 1;
  display: block;
}
.HomeView {
  display: block;
}
.HomeView .Imgset {
  background-color: rgba(202, 160, 130, 0.2);
}
.HomeView__projectSkip {
  display: block;
  position: absolute;
  margin-top: 0;
  margin-left: 0;
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
  color: #F6EBE1;
  font-family: "Portrait Web", sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 19px;
}
@media screen and (min-width: 30em) {
  .HomeView__projectSkip {
    font-size: 16px;
    line-height: 19px;
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
  }
}
.HomeView__project {
  display: block;
  position: relative;
  text-align: right;
  color: inherit;
  transition: color 2s ease-in-out, opacity 2s ease-in-out;
}
.HomeView__projectFigure {
  position: relative;
  overflow: hidden;
  background-color: #F6EBE1;
}
.HomeView__projectFigureImg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: opacity 2s ease-in-out, -webkit-transform 2s ease-in-out;
  transition: transform 2s ease-in-out, opacity 2s ease-in-out;
  transition: transform 2s ease-in-out, opacity 2s ease-in-out, -webkit-transform 2s ease-in-out;
}
.HomeView__projectTitle {
  font-family: "Portrait Web", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  margin-top: 0.4em;
  transition: opacity 2s ease-in-out;
}
.HomeView__projectCategory {
  font-family: "Portrait Web", sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 19px;
  margin-top: 1.5em;
  transition: opacity 2s ease-in-out;
}
.HomeView__projectExcerpt {
  font-family: "Portrait Web", sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 19px;
  margin-top: 1.5em;
  padding-bottom: 0.5em;
  border-bottom: 1px solid rgba(74, 74, 74, 0.9);
}
.HomeView__project.is-fadeout .HomeView__projectFigureImg,
.HomeView__project.is-fadeout .HomeView__projectCategory,
.HomeView__project.is-fadeout .HomeView__projectTitle {
  opacity: 0.4;
}
@media screen and (min-width: 48em) {
  .HomeView__projectMeta {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
  }
  .HomeView__projectExcerpt {
    transition: opacity 0.2s linear, -webkit-transform 0.35s cubic-bezier(0.95, 0.05, 0.795, 0.035);
    transition: transform 0.35s cubic-bezier(0.95, 0.05, 0.795, 0.035), opacity 0.2s linear;
    transition: transform 0.35s cubic-bezier(0.95, 0.05, 0.795, 0.035), opacity 0.2s linear, -webkit-transform 0.35s cubic-bezier(0.95, 0.05, 0.795, 0.035);
    transition-delay: 0s, 0.1s;
    opacity: 0;
    -webkit-transform: translateY(80px);
            transform: translateY(80px);
  }
  .HomeView__project:hover .HomeView__projectExcerpt,
  .HomeView__project:focus .HomeView__projectExcerpt,
  .HomeView__project:active .HomeView__projectExcerpt {
    transition: opacity 0.35s linear, -webkit-transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.35s linear;
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.35s linear, -webkit-transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    transition-delay: 0s, 0s;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
.HomeView__project:hover,
.HomeView__project:focus,
.HomeView__project:active {
  color: #414042;
}
.HomeView__project:hover .HomeView__projectFigureImg,
.HomeView__project:focus .HomeView__projectFigureImg,
.HomeView__project:active .HomeView__projectFigureImg {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
@media screen and (max-width: 29.9375em) {
  .HomeView__gridUnit {
    margin-top: 30px;
  }
  .HomeView__gridUnit--odd {
    padding-left: 20px;
    padding-right: 20px;
  }
  .HomeView__gridUnit--first {
    margin-top: 40px;
  }
  .HomeView__gridUnit--last {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 30em) {
  .HomeView__gridUnit {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .HomeView__gridUnit--odd {
    width: 62.4%;
    margin-right: auto;
  }
  .HomeView__gridUnit--even {
    width: calc(75% - 5px);
    margin-left: auto;
  }
  .HomeView__projectTitle {
    font-size: 22px;
    line-height: 26px;
  }
  .HomeView__projectCategory {
    font-size: 16px;
    line-height: 19px;
  }
}
@media screen and (min-width: 48em) {
  .HomeView__gridBackground {
    position: absolute;
    margin-top: -80px;
    left: -50vw;
    right: -50vw;
    height: 300%;
  }
  .HomeView__gridBackground--white {
    background-color: #fff;
  }
  .HomeView__gridBackground--tan {
    background-color: #f9f2ec;
  }
  .HomeView__gridUnit {
    position: relative;
    z-index: 1;
    margin-top: -80px;
    margin-bottom: 0;
  }
  .HomeView__gridUnit--odd {
    width: calc(50% - (40px * 2));
    margin-right: auto;
  }
  .HomeView__gridUnit--even {
    width: 50%;
    margin-left: auto;
  }
  .HomeView__gridUnit--even .HomeView__projectExcerpt {
    margin-left: auto;
    width: 84%;
  }
  .HomeView__gridUnit--first {
    margin-top: 80px;
  }
  .HomeView__gridUnit--last {
    margin-bottom: 260px;
  }
  .HomeView__grid::after {
    content: '';
    display: block;
    clear: both;
  }
  .HomeView__projectTitle {
    font-size: 22px;
    line-height: 26px;
  }
  .HomeView__projectCategory {
    font-size: 16px;
    line-height: 19px;
  }
}
.NotFoundView {
  display: block;
  color: rgba(65, 64, 66, 0.9);
  background-color: #CAA082;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 48em) {
  .NotFoundView {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.NotFoundView__body {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-family: "Portrait Web", sans-serif;
  font-weight: 300;
  font-size: 12px;
  line-height: 17px;
}
@media screen and (min-width: 48em) {
  .NotFoundView__body {
    font-size: 14px;
    line-height: 19px;
  }
}
.NotFoundView__title {
  font-family: "Portrait Web", sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 14px;
}
@media screen and (min-width: 48em) {
  .NotFoundView__title {
    font-size: 26px;
    line-height: 31px;
  }
}
.ServerErrorView {
  display: block;
  color: rgba(65, 64, 66, 0.9);
  background-color: #CAA082;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 48em) {
  .ServerErrorView {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.ServerErrorView__body {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-family: "Portrait Web", sans-serif;
  font-weight: 300;
  font-size: 12px;
  line-height: 17px;
}
@media screen and (min-width: 48em) {
  .ServerErrorView__body {
    font-size: 14px;
    line-height: 19px;
  }
}
.ServerErrorView__title {
  font-family: "Portrait Web", sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 14px;
}
@media screen and (min-width: 48em) {
  .ServerErrorView__title {
    font-size: 26px;
    line-height: 31px;
  }
}
.WaypointReveal {
  opacity: 0;
  -webkit-transform: translateY(80px);
          transform: translateY(80px);
  will-change: transform, opacity;
}
.WaypointReveal.is-ready {
  transition: opacity 0.7s linear, -webkit-transform 1.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1.4s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.7s linear;
  transition: transform 1.4s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.7s linear, -webkit-transform 1.4s cubic-bezier(0.19, 1, 0.22, 1);
}
.WaypointReveal.is-visible {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.ProjectView .Imgset {
  background-color: rgba(202, 160, 130, 0.2);
}
.ProjectView__title {
  font-family: "Portrait Web", sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 26px;
  position: relative;
  top: calc(0px - 0.04em - (26px - 22px) / 2);
  margin-top: 32px;
  margin-bottom: 14px;
}
.ProjectView__title::after {
  content: "";
  display: block;
  margin-bottom: calc(0px - 0.04em - 0.27em - ((26px - 22px) / 2 * 2));
}
.ProjectView__richtext\* > * {
  font-family: "Portrait Web", sans-serif;
  font-weight: 300;
  font-size: 12px;
  line-height: 17px;
  position: relative;
  top: calc(0px - 0.04em - (17px - 12px) / 2);
}
.ProjectView__richtext\* > *::after {
  content: "";
  display: block;
  margin-bottom: calc(0px - 0.04em - 0.27em - ((17px - 12px) / 2 * 2));
}
.ProjectView__richtext\* > * + * {
  margin-top: 26px;
}
.ProjectView__collaboratorsTitle {
  font-family: "Portrait Web", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  position: relative;
  top: calc(0px - 0.04em - (22px - 18px) / 2);
  margin-top: 40px;
  margin-bottom: 14px;
}
.ProjectView__collaboratorsTitle::after {
  content: "";
  display: block;
  margin-bottom: calc(0px - 0.04em - 0.27em - ((22px - 18px) / 2 * 2));
}
.ProjectView__collaboratorsList {
  font-size: 14px;
  line-height: 19px;
  position: relative;
  top: calc(0px - 0.04em - (19px - 14px) / 2);
}
.ProjectView__collaboratorsList::after {
  content: "";
  display: block;
  margin-bottom: calc(0px - 0.04em - 0.27em - ((19px - 14px) / 2 * 2));
}
.ProjectView__collaboratorsRow {
  border-bottom: 1px solid rgba(74, 74, 74, 0.9);
  padding-top: 8px;
  padding-bottom: 4px;
}
.ProjectView__collaboratorsRow a {
  text-decoration: none;
  color: inherit;
  transition: color 0.2s ease-out;
}
.ProjectView__collaboratorsRow a:hover,
.ProjectView__collaboratorsRow a:focus,
.ProjectView__collaboratorsRow a:active {
  color: #CAA082;
}
.ProjectView__collaboratorsRow dt {
  float: left;
}
.ProjectView__collaboratorsRow dd {
  float: right;
  margin-left: 1em;
  margin-bottom: 0;
}
.ProjectView__collaboratorsRow:after {
  content: '';
  display: block;
  clear: both;
}
@media screen and (max-width: 47.9375em) {
  .ProjectView__gallery {
    margin-top: 26px;
  }
  .ProjectView__gallery .Imgset {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 30em) {
  .ProjectView__richtext\* {
    width: calc(75% - 5px);
  }
  .ProjectView__collaborators {
    margin-left: auto;
    width: calc(75% - 5px);
  }
}
@media screen and (min-width: 48em) {
  .ProjectView__title {
    font-size: 26px;
    line-height: 31px;
    position: relative;
    top: calc(0px - 0.04em - (31px - 26px) / 2);
    margin-top: 74px;
    margin-bottom: 26px;
  }
  .ProjectView__title::after {
    content: "";
    display: block;
    margin-bottom: calc(0px - 0.04em - 0.27em - ((31px - 26px) / 2 * 2));
  }
  .ProjectView__details {
    display: flex;
    align-items: flex-end;
  }
  .ProjectView__richtext\* {
    width: calc(50% - 20px);
  }
  .ProjectView__richtext\* > * {
    font-size: 14px;
    line-height: 19px;
    position: relative;
    top: calc(0px - 0.04em - (19px - 14px) / 2);
  }
  .ProjectView__richtext\* > *::after {
    content: "";
    display: block;
    margin-bottom: calc(0px - 0.04em - 0.27em - ((19px - 14px) / 2 * 2));
  }
  .ProjectView__richtext\* > * + * {
    margin-top: 28px;
  }
  .ProjectView__collaborators {
    margin-left: auto;
    width: calc(37.5% - 25px + 40px);
  }
  .ProjectView__collaboratorsTitle {
    font-size: 22px;
    line-height: 26px;
    position: relative;
    top: calc(0px - 0.04em - (26px - 22px) / 2);
    margin-bottom: 18px;
  }
  .ProjectView__collaboratorsTitle::after {
    content: "";
    display: block;
    margin-bottom: calc(0px - 0.04em - 0.27em - ((26px - 22px) / 2 * 2));
  }
  .ProjectView__collaboratorsList {
    font-size: 16px;
    line-height: 19px;
    position: relative;
    top: calc(0px - 0.04em - (19px - 16px) / 2);
  }
  .ProjectView__collaboratorsList::after {
    content: "";
    display: block;
    margin-bottom: calc(0px - 0.04em - 0.27em - ((19px - 16px) / 2 * 2));
  }
  .ProjectView__galleryRow {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .ProjectView__galleryRow--double {
    display: flex;
    align-items: flex-end;
  }
  .ProjectView__galleryImage {
    width: calc(50% - 20px);
  }
  .ProjectView__galleryImage:first-child {
    margin-right: auto;
  }
  .ProjectView__galleryImage:last-child {
    margin-left: auto;
  }
}
#AboutView {
  figure-width: calc(50% - (40px * 2));
}
.AboutView {
  padding-top: 80px;
  color: rgba(65, 64, 66, 0.9);
  background-color: #CAA082;
}
.AboutView .Imgset {
  background-color: rgba(255, 255, 255, 0.2);
}
.AboutView__about {
  background-color: #CAA082;
}
.AboutView__who {
  background-color: #D5B39B;
}
.AboutView__processes {
  background-color: #DCC1AE;
}
.AboutView__services {
  background-color: #E7D4C7;
}
.AboutView__support {
  background-color: #EDDED4;
}
.AboutView__contact {
  background-color: #F2E7E0;
}
.AboutView__richtext\* {
  font-family: "Portrait Web", sans-serif;
  font-weight: 300;
  font-size: 12px;
  line-height: 17px;
}
.AboutView__richtext\* > * + * {
  margin-top: 17px;
}
.AboutView__section {
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 48em) {
  .AboutView__section {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.AboutView__sectionBody {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.AboutView__aboutTitle,
.AboutView__whoTitle,
.AboutView__processesTitle,
.AboutView__servicesTitle,
.AboutView__supportTitle,
.AboutView__contactTitle {
  font-family: "Portrait Web", sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 14px;
}
.AboutView__contact {
  font-size: 14px;
  line-height: 19px;
  padding-top: 90px;
  padding-bottom: 90px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100vh;
}
.AboutView__contact a {
  text-decoration: none;
  color: inherit;
  transition: color 0.2s ease-out;
}
.AboutView__contact a:hover,
.AboutView__contact a:focus,
.AboutView__contact a:active {
  color: #CAA082;
}
.AboutView__contact p {
  margin-bottom: 10px;
}
.AboutView__contactPartner {
  margin-top: 30px;
  font-size: 16px;
  line-height: 19px;
  font-weight: 400;
}
.AboutView__contactSocialdivider {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-weight: 400;
}
.AboutView__contactSocial a {
  font-size: 14px;
  line-height: 19px;
}
.AboutView__contactSocial svg {
  margin-left: 0.3em;
}
@media screen and (min-width: 30em) {
  .AboutView__richtext\* {
    width: calc(75% - 5px);
  }
}
@media screen and (max-width: 47.9375em) {
  .AboutView__aboutTitle {
    max-width: 254px;
  }
  .AboutView__aboutLeft {
    display: none;
  }
  .AboutView__aboutRichtext {
    margin-top: 20px;
  }
  .AboutView__who figure,
  .AboutView__processes figure,
  .AboutView__services figure,
  .AboutView__support figure {
    margin-top: 20px;
  }
}
@media screen and (min-width: 48em) {
  .AboutView {
    padding-top: 114px;
  }
  .AboutView__richtext\* {
    width: auto;
    font-size: 14px;
    line-height: 19px;
  }
  .AboutView__richtext\* > * + * {
    margin-top: 19px;
  }
  .AboutView__sectionBody {
    padding-top: 120px;
    padding-bottom: 120px;
    display: flex;
    align-items: center;
  }
  .AboutView__aboutTitle,
  .AboutView__whoTitle,
  .AboutView__processesTitle,
  .AboutView__servicesTitle,
  .AboutView__supportTitle,
  .AboutView__contactTitle {
    font-size: 26px;
    line-height: 31px;
    margin-top: 0;
    margin-bottom: 20px;
  }
  .AboutView__aboutLeft {
    width: calc(50% - (40px * 2));
    order: 0;
  }
  .AboutView__aboutRight {
    width: calc(50% - 20px);
    margin-left: auto;
    order: 1;
  }
  .AboutView__aboutFig {
    display: none;
  }
  .AboutView__aboutRichtext {
    -webkit-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 40px;
            column-gap: 40px;
  }
  .AboutView__aboutRichtext > * {
    -webkit-column-span: none;
            column-span: none;
    -webkit-column-break-inside: avoid;
            break-inside: avoid;
  }
  .AboutView__whoLeft {
    width: calc(25% - 30px);
    margin-right: auto;
    margin-left: calc(12.5% - 35px);
  }
  .AboutView__whoRight {
    width: calc(50% - (40px * 2));
    margin-left: auto;
  }
  .AboutView__processes {
    flex-wrap: wrap;
    align-items: center;
  }
  .AboutView__processesLeft {
    width: calc(50% - (40px * 2));
    margin-right: auto;
    order: 0;
  }
  .AboutView__processesRight {
    width: calc(50% - 20px);
    margin-left: auto;
    order: 1;
  }
  .AboutView__processesRichtext {
    -webkit-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 40px;
            column-gap: 40px;
  }
  .AboutView__processesRichtext > * {
    -webkit-column-span: none;
            column-span: none;
    -webkit-column-break-inside: avoid;
            break-inside: avoid;
  }
  .AboutView__services {
    align-items: center;
  }
  .AboutView__servicesLeft {
    width: calc(50% - 20px);
    margin-right: auto;
  }
  .AboutView__servicesRight {
    width: calc(50% - (40px * 2));
    margin-left: auto;
  }
  .AboutView__servicesRichtext {
    -webkit-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 40px;
            column-gap: 40px;
  }
  .AboutView__servicesRichtext > * {
    -webkit-column-span: none;
            column-span: none;
    -webkit-column-break-inside: avoid;
            break-inside: avoid;
  }
  .AboutView__supportLeft {
    width: calc(50% - (40px * 2));
    margin-right: auto;
    order: 0;
  }
  .AboutView__supportRight {
    width: calc(25% - 30px);
    margin-right: calc(12.5% - 35px + 40px);
    order: 1;
  }
  .AboutView__contact {
    flex-direction: column;
    padding-top: 200px;
    padding-bottom: 200px;
    font-size: 18px;
    line-height: 22px;
  }
  .AboutView__contactPartner {
    font-size: 20px;
    line-height: 22px;
  }
}
.Splash {
  background-color: #ead9cd;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-color 1s linear, opacity 1s linear;
}
.Splash [id^="bg-"] {
  stroke: white;
}
.Splash #bg-line-a {
  stroke-dasharray: 42;
  stroke-dashoffset: 126;
}
.Splash #bg-line-b {
  stroke-dasharray: 146;
  stroke-dashoffset: 438;
}
.Splash #bg-line-c {
  stroke-dasharray: 76;
  stroke-dashoffset: 228;
}
.Splash #bg-curve-a {
  stroke-dasharray: 148;
  stroke-dashoffset: 444;
}
.Splash #bg-curve-b {
  stroke-dasharray: 90;
  stroke-dashoffset: 270;
}
.Splash #bg-curve-c {
  stroke-dasharray: 49;
  stroke-dashoffset: 147;
}
.Splash #char-m-curve {
  stroke-dasharray: 157;
  stroke-dashoffset: 471;
}
.Splash #char-a-curve {
  stroke-dasharray: 40;
  stroke-dashoffset: 120;
}
.Splash #char-y-curve {
  stroke-dasharray: 40;
  stroke-dashoffset: 120;
}
.Splash #char-m-a {
  stroke-dasharray: 125;
  stroke-dashoffset: 375;
}
.Splash #char-m-b {
  stroke-dasharray: 133;
  stroke-dashoffset: 399;
}
.Splash #char-m-c {
  stroke-dasharray: 133;
  stroke-dashoffset: 399;
}
.Splash #char-stroke-a-a {
  stroke-dasharray: 146;
  stroke-dashoffset: 438;
}
.Splash #char-stroke-a-b-a {
  stroke-dasharray: 63;
  stroke-dashoffset: 189;
}
.Splash #char-stroke-a-b-b {
  stroke-dasharray: 27;
  stroke-dashoffset: 81;
}
.Splash #char-y-a {
  stroke-dasharray: 44;
  stroke-dashoffset: 132;
}
.Splash #char-y-b {
  stroke-dasharray: 124;
  stroke-dashoffset: 372;
}
.Splash #char-y-c {
  stroke-dasharray: 82;
  stroke-dashoffset: 246;
}
.Splash #envelope-mask {
  fill: white;
  opacity: 0;
}
.Splash #envelope-curve {
  stroke: #414042;
  stroke-width: 0.85;
  stroke-dasharray: 158;
  stroke-dashoffset: 474;
}
.Splash #envelope-text {
  color: #414042;
  fill: #414042;
  opacity: 0;
  font-family: "Portrait Web", sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 26px;
}
.Splash #envelope-curve,
.Splash #char-m-curve,
.Splash #char-a-curve,
.Splash #char-y-curve,
.Splash #bg-line-a,
.Splash #bg-line-b,
.Splash #bg-line-c,
.Splash #bg-curve-a,
.Splash [id^="char-stroke"],
.Splash #bg-curve-b,
.Splash #bg-curve-c {
  transition: stroke-dashoffset 2s linear;
}
.Splash #bg-line-a {
  transition-delay: 0.2s;
  transition-duration: 1.05s;
}
.Splash #bg-line-b {
  transition-delay: 0.4s;
  transition-duration: 3.65s;
}
.Splash #bg-line-c {
  transition-delay: 0.6s;
  transition-duration: 1.9s;
}
.Splash #bg-curve-a {
  transition-delay: 0.3s;
  transition-duration: 3.7s;
}
.Splash #bg-curve-b {
  transition-delay: 0.5s;
  transition-duration: 2.25s;
}
.Splash #bg-curve-c {
  transition-delay: 0.7s;
  transition-duration: 1.225s;
}
.Splash #char-m-curve {
  transition-delay: 0.7s;
  transition-duration: 3.925s;
}
.Splash #char-a-curve {
  transition-delay: 1.2s;
  transition-duration: 1s;
}
.Splash #char-y-curve {
  transition-delay: 1.8s;
  transition-duration: 1s;
}
.Splash svg {
  width: 100%;
  -webkit-transform: scale(2.5);
          transform: scale(2.5);
}
@media screen and (min-width: 37.5em) {
  .Splash svg {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
}
@media screen and (min-width: 62.5em) {
  .Splash svg {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.supports-no-smil\* .Splash [id^="char-fill"] {
  fill: rgba(255, 255, 255, 0);
  transition: fill 2s ease;
}
.Splash [id^="char-stroke"] {
  fill: none;
  stroke-width: 0.85;
  stroke: white;
}
.Splash #char-m-curve,
.Splash #char-a-curve,
.Splash #char-y-curve {
  stroke: white;
  fill: none;
}
.Splash.step-1 #bg-line-a {
  stroke-dashoffset: 210;
}
.Splash.step-1 #bg-line-b {
  stroke-dashoffset: 146;
}
.Splash.step-1 #bg-line-c {
  stroke-dashoffset: 76;
}
.Splash.step-1 #bg-curve-a {
  stroke-dashoffset: 148;
}
.Splash.step-1 #bg-curve-b {
  stroke-dashoffset: 90;
}
.Splash.step-1 #bg-curve-c {
  stroke-dashoffset: 49;
}
.Splash.step-1 #char-m-curve {
  stroke-dashoffset: 785;
}
.Splash.step-1 #char-a-curve {
  stroke-dashoffset: 200;
}
.Splash.step-1 #char-y-curve {
  stroke-dashoffset: 200;
}
.Splash.step-1 #char-fill-m-a {
  fill: url(#gradient-fill-char-m-a);
}
.Splash.step-1 #char-fill-m-b {
  fill: url(#gradient-fill-char-m-b);
}
.Splash.step-1 #char-fill-m-c {
  fill: url(#gradient-fill-char-m-c);
}
.Splash.step-1 #char-fill-a-a {
  fill: url(#gradient-fill-char-a-a);
}
.Splash.step-1 #char-fill-a-b {
  fill: url(#gradient-fill-char-a-b);
}
.Splash.step-1 #char-fill-y-a {
  fill: url(#gradient-fill-char-y-a);
}
.Splash.step-1 #char-fill-y-b {
  fill: url(#gradient-fill-char-y-b);
}
.Splash.step-1 #char-fill-y-c {
  fill: url(#gradient-fill-char-y-c);
}
.Splash.step-1 #char-stroke-a-a {
  stroke-dashoffset: 584;
}
.Splash.step-1 #char-stroke-a-b-a {
  stroke-dashoffset: 126;
}
.Splash.step-1 #char-stroke-a-b-b {
  stroke-dashoffset: 108;
}
.Splash #envelope-mask {
  transition: opacity 0.1s ease;
  transition-delay: 1s;
}
.Splash #envelope-curve {
  transition-delay: 0.8s;
  transition-duration: 3.95s;
}
.Splash #envelope-text {
  transition: opacity 2s linear, -webkit-transform 2s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 2s linear, transform 2s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 2s linear, transform 2s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 2s cubic-bezier(0.19, 1, 0.22, 1);
  transition-delay: 1.2s, 1.2s;
}
.Splash.step-2 {
  background-color: white;
}
.Splash.step-2 #envelope-mask {
  opacity: 1;
}
.Splash.step-2 #envelope-curve {
  stroke-dashoffset: 158;
}
.Splash.step-2 #envelope-text {
  opacity: 1;
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
}
.Splash.step-3 {
  opacity: 0;
  transition-delay: 0s, 2s;
}
.Splash.step-3 #envelope-text {
  opacity: 0;
  transition-duration: 2s, 2s;
  transition-delay: 0s, 0s;
}
.Splash.prep-loading {
  transition: opacity 0.5s linear;
}
.Splash.prep-loading #envelope-text {
  opacity: 0;
}
.Splash.step-loading {
  opacity: 1;
}
.Splash.hidden {
  display: none;
}
