/*
Theme Name:Waaark
Theme URI:http://waaark.com
Description:Original theme for Waaark adapted for Carlos Almonte's portfolio website
Author:wrk and Carlos Almonte.
Text Domain:wrk
Version:1.0
/\/\/
*/
/* =============================================================================
   =HELPERS
   ========================================================================== */
.fullscreen {
  position: relative;
  width: 100vw;
  height: 100vh;
}
/* =============================================================================
   BASE: =Base
   ========================================================================== */
::-moz-selection {
  background: #fff;
  color: #a8d0e6;
  text-shadow: none;
}

::selection {
  background: #fff;
  color: #a8d0e6;
  text-shadow: none;
}

html, body {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

body {
  background: #fff;
  overflow-x: hidden;
  overflow-y: visible;
  color: #fff;
  font: 300 1em/1.4 "sofia-pro", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

* {
  outline: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* =============================================================================
   BASE: =Forms
   ========================================================================== */
/* =============================================================================
   BASE: =Text level
   ========================================================================== */
a {
  color: inherit;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6,
strong, b,
em, i {
  margin: 0;
  font-family: "Playfair Display", serif;
}

img {
  max-width: 100%;
  height: auto;
}

p {
  margin: 0;
}

p + p, ul + p, ol + p,
p + ul, ul + ul, ol + ul,
p + ol, ul + ol, ol + ol,
h1 + p, h2 + p, h3 + p, h4 + p, h5 + p, h6 + p,
p + h1, p + h2, p + h3, p + h4, p + h5, p + h6,
h1 + ul, h2 + ul, h3 + ul, h4 + ul, h5 + ul, h6 + ul,
h1 + ol, h2 + ol, h3 + ol, h4 + ol, h5 + ol, h6 + ol {
  margin-top: 1em;
}

.svg {
  display: block;
}
.svg svg {
  display: block;
  overflow: visible;
  width: 100%;
  height: 100%;
}
/* =============================================================================
   STRUCTURE: =Default
   ========================================================================== */
.global-animation {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 998;
}

/* =============================================================================
   STRUCTURE: =Head
   ========================================================================== */
.is-safari .nav-main .nav-toggle .shape.has-hover {
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

/* =============================================================================
   LAYOUT: =Home
   ========================================================================== */
.layout-home {
  overflow: hidden;
  background: #a8d0e6;
}
.layout-home .home-section {
  position: absolute;
  z-index: 3;
}
.layout-home .section-works {
  padding: 50px 70px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.layout-home .section-works .section-catcher {
  max-width: none;
  font-size: 48px;
}
.layout-home .section-inner {
  position: relative;
  height: 100%;
  z-index: 3;
}
.layout-home .section-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  opacity: 0;
  animation: fade-in 2s ease-in-out 4s 1 forwards;
}
.layout-home .section-title {
  display: inline-block;
  margin: 0 0 15px;
  padding: 0 0 10px;
  position: relative;
  font: 700 16px/1 "sofia-pro", sans-serif;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.layout-home .section-title:before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 20px;
  height: 3px;
  background: #fff;
  content: '';
}
.layout-home .section-catcher {
  max-width: 480px;
  font: 26px/1.2 "Playfair Display", serif;
}
.layout-home .section-illustrations {
  overflow: hidden;
}
.layout-home .section-illustrations,
.layout-home .section-illustrations .illustrations,
.layout-home .section-illustrations .illustration {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.layout-home .section-illustrations .illustration {
  display: flex;
  align-items: center;
}
.layout-home .section-illustrations .svg {
  margin: 0 auto;
}
.layout-home .section-illustrations .animation-global {
  margin: 0 auto;
  position: relative;
  top: -50px;
  width: 770px;
}
.layout-home .section-illustrations .animation-global:before {
  display: block;
  padding-top: 85.71%;
  content: '';
}
.layout-home .section-illustrations .animation-global svg {
  position: absolute;
  top: 0;
  left: 0;
}
.layout-home .section-background {
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  align-items: center;
  z-index: 2;
}
.layout-home .section-background .svg {
  margin: 0 auto;
  position: relative;
  top: -30px;
  width: 380px;
  height: 380px;
}
.layout-home .animation-background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.layout-home .wave-canvas {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.no-canvas .layout-home .section-process {
  background: #f76c6c;
}
.no-canvas .layout-home .section-about {
  background: #263366;
}

/* =============================================================================
   MISC
   ========================================================================== */

.p-stairs {
  opacity: 0;
  position: absolute;
  top: 58%;
  animation: fade-in 0s ease-in 0s 1 forwards;
  left: 8%;
  -moz-transform: translate(62px, 100px) rotate(30deg) scale(0.89);
  -ms-transform: translate(62px, 100px) rotate(30deg) scale(0.89);
  -webkit-transform: translate(62px, 100px) rotate(30deg) scale(0.89);
  transform: translate(62px, 100px) rotate(30deg) scale(0.89);
}

#tree {
  position: absolute;
  right: 0;
  top: 0;
  -moz-transform: scale(0.35) rotate(30.2deg) translate(423px, 178px);
  -ms-transform: scale(0.35) rotate(30.2deg) translate(423px, 178px);
  -webkit-transform: scale(0.35) rotate(30.2deg) translate(423px, 178px);
  transform: scale(0.35) rotate(30.2deg) translate(423px, 178px);
}

@keyframes fade-in {
  0% {opacity: 0;}
  100% {opacity: 1;}
}

.opacity-anim {
  opacity: 0.95;
  animation: animate-opacity 2s ease-in-out 1;
}
@keyframes animate-opacity {
  from {opacity: 0;}
  to {opacity: 1;}
}
/* =============================================================================
   =MEDIA QUERIES
   ========================================================================== */
/**
 * Screen, large size
 */
@media only screen and (min-width: 2200px) {
  /**
   * LAYOUT: =Home
   */
   .p-stairs {
    -moz-transform: translate(62px, 120px) rotate(30deg);
    -ms-transform: translate(62px, 120px) rotate(30deg);
    -webkit-transform: translate(62px, 120px) rotate(30deg);
    transform: translate(62px, 120px) rotate(30deg);
   }

  .layout-home .section-illustrations .animation-global {
    top: -65px;
    width: 960px;
  }

  #tree {
    -moz-transform: scale(0.35) rotate(30.2deg) translate(423px, 387px);
    -ms-transform: scale(0.35) rotate(30.2deg) translate(423px, 387px);
    -webkit-transform: scale(0.35) rotate(30.2deg) translate(423px, 387px);
    transform: scale(0.35) rotate(30.2deg) translate(423px, 387px);
  }
}
/**
 * Screen, medium size small height
 */
@media only screen and (min-width: 1366px) and (max-height: 750px) {
  /**
   * LAYOUT: =Works
   */
  .layout-works .work .work-content {
    top: 80px;
    bottom: 20px;
  }
  .layout-works .work .work-content .inner {
    padding: 40px 50px;
  }
  .p-stairs {
    -moz-transform: translate(58px, 117px) rotate(30deg) scale(0.89);
    -ms-transform: translate(58px, 117px) rotate(30deg) scale(0.89);
    -webkit-transform: translate(58px, 117px) rotate(30deg) scale(0.89);
    transform: translate(58px, 117px) rotate(30deg) scale(0.89);
  }

  #tree {
    -moz-transform: scale(0.35) rotate(30.2deg) translate(423px, 11px);
    -ms-transform: scale(0.35) rotate(30.2deg) translate(423px, 11px);
    -webkit-transform: scale(0.35) rotate(30.2deg) translate(423px, 11px);
    transform: scale(0.35) rotate(30.2deg) translate(423px, 11px);
  }
}
/**
 * Screen, small size
 */
@media only screen and (max-width: 1366px) {
  /**
   * LAYOUT: =Home
   */
  .layout-home .section-works {
    padding: 30px;
  }
  .layout-home .section-works .section-catcher {
    font-size: 35px;
  }
  .layout-home .section-process,
  .layout-home .section-about {
    padding: 30px;
  }
  .layout-home .section-catcher {
    font-size: 18px;
  }
  .layout-home .section-illustrations {
    bottom: 130px;
  }
  .layout-home .section-illustrations .animation-global {
    top: -35px;
    width: 620px;
  }
  .layout-home .section-background .svg {
    position: relative;
    top: -15px;
    width: 260px;
    height: 260px;
  }

  /**
   * LAYOUT: =Works
   */
  .layout-works .section-intro .section-content {
    width: 410px;
  }
  .layout-works .work .work-inner {
    width: 980px;
  }
  .layout-works .work .work-image .image-container {
    width: 800px;
  }
  .layout-works .work .work-content {
    top: 30px;
    bottom: 30px;
    width: 340px;
  }
  .layout-works .work .work-content .inner {
    padding: 30px;
  }
  .layout-works .work .work-title {
    font-size: 32px;
  }
  .layout-works .work .work-category,
  .layout-works .work .work-description {
    font-size: 14px;
  }
  .layout-works .work .work-description {
    margin-bottom: 20px;
  }
  .layout-works .work .work-credits {
    bottom: 25px;
    left: 25px;
    font-size: 13px;
  }

  /* Cloud */
  .p-stairs {
    -moz-transform: translate(62px, 80px) rotate(30deg) scale(0.7);
    -ms-transform: translate(62px, 80px) rotate(30deg) scale(0.7);
    -webkit-transform: translate(62px, 80px) rotate(30deg) scale(0.7);
    transform: translate(62px, 80px) rotate(30deg) scale(0.7);
  }

  /* Tree */
  #tree {
    -moz-transform: scale(0.35) rotate(30.2deg) translate(423px, 11px);
    -ms-transform: scale(0.35) rotate(30.2deg) translate(423px, 11px);
    -webkit-transform: scale(0.35) rotate(30.2deg) translate(423px, 11px);
    transform: scale(0.35) rotate(30.2deg) translate(423px, 11px);
  }
}

@media only screen and (max-width: 1024px) {
  /**
   * LAYOUT: =Works
   */
  .layout-works .work .work-inner {
    margin: 0 0 0 30px;
    width: 850px;
  }
  .layout-works .work .work-image .image-container {
    width: 760px;
  }
  .layout-works .work .work-content {
    top: 20px;
    bottom: 20px;
    width: 260px;
  }
  .layout-works .work .work-content .inner {
    padding: 20px;
  }
  .layout-works .work .work-content .border {
    top: 15px;
    left: -15px;
  }
  .layout-works .work .work-title {
    font-size: 28px;
  }
  .layout-works .work .work-category,
  .layout-works .work .work-description {
    font-size: 13px;
  }
  .layout-works .work .work-description {
    margin-bottom: 20px;
  }
  .layout-works .work .work-link {
    padding: 0 16px;
    border-width: 2px;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    font-size: 11px;
    line-height: 28px;
  }
  .layout-works .work .work-link .background {
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
  }
  .layout-works .work .work-credits {
    bottom: 20px;
    left: 20px;
    font-size: 12px;
  }
  .layout-works .works-counter {
    display: block;
  }
}
/**
 * Tablet, portrait
 */
@media only screen and (max-width: 980px) {
  /**
   * LAYOUT: =Works
   */
  .layout-works .section-intro .section-content {
    width: 470px;
  }
  .layout-works .work .work-inner {
    margin: 0;
    padding: 100px 30px 240px;
    width: 100%;
  }
  .layout-works .work .work-image .image-container {
    width: 100%;
  }
  .layout-works .work .work-content {
    margin: 0 0 0 -200px;
    top: auto;
    right: auto;
    bottom: 0;
    left: 50%;
    width: 400px;
  }
  .layout-works .work .work-content .inner {
    height: 280px;
  }
  .layout-works .work .work-content .border {
    top: -15px;
    left: -15px;
  }
  .layout-works .work .work-credits {
    margin-top: 20px;
    position: relative;
    bottom: auto;
    left: auto;
  }
  .layout-works .works-counter .text {
    margin-top: 160px;
  }

  /**
   * LAYOUT: =Home
   */
  .layout-home .section-works {
    padding: 20px 30px;
  }
  .layout-home .section-works .section-catcher {
    font-size: 28px;
  }
  .layout-home .section-process,
  .layout-home .section-about {
    padding: 20px 25px;
  }
  .layout-home .section-illustrations {
    bottom: 110px;
  }
  .layout-home .section-illustrations .animation-global {
    top: -20px;
    width: 460px;
  }
  .layout-home .section-title {
    font-size: 14px;
  }
  .layout-home .section-catcher {
    font-size: 20px;
  }
  .layout-home .section-background .svg {
    top: -30px;
    width: 200px;
    height: 200px;
  }
}

@media only screen and (max-width: 767px) {
  /**
   * BASE: =Loaders
   */
  .global-loader .loaders {
    -moz-transform: scale(0.75, 0.75);
    -ms-transform: scale(0.75, 0.75);
    -webkit-transform: scale(0.75, 0.75);
    transform: scale(0.75, 0.75);
  }

  /**
   * BASE: =Helpers
   */
  .fullscreen-sm {
    position: relative;
    width: 100vw;
    height: 100vh;
  }

  /**
   * STRUCTURE: =Head
   */
  .site-head {
    position: absolute;
  }
  .site-head .site-title {
    top: 20px;
    left: 15px;
  }
  .site-head .site-title .svg {
    width: 55px;
    height: 20px;
  }
  .site-head .site-title .animation-container {
    width: 55px;
    height: 20px;
  }
  .site-head .site-title .loader-container {
    width: 102px;
    height: 20px;
  }

  .page-section {
    position: relative;
    top: 0;
    left: 0;
  }
  .page-section .section-title {
    padding: 0 0 15px;
    margin: 0 0 40px;
  }
  .page-section .section-title:before {
    margin: 0 0 0 -4px;
    top: auto;
    bottom: 0;
    left: 50%;
    width: 7px;
    height: 7px;
  }
  .page-section .section-background .svg {
    width: 75%;
    height: auto;
  }

  .section-intro .section-title {
    margin: 0;
    position: absolute;
    top: -60px;
    left: 0;
    width: 100%;
  }
  /**
   * LAYOUT: =Home
   */
  .layout-home {
    overflow: visible;
  }
  .layout-home .home-section {
    padding: 30px 15px;
    position: relative;
    text-align: center;
  }
  .layout-home .home-section .section-content {
    padding: 0 0 80px;
  }
  .layout-home .home-section .section-catcher {
    font-size: 26px;
  }
  .layout-home .home-section .section-catcher br {
    display: none;
  }
  .layout-home .home-section .section-title {
    margin: 0 0 0 -100px;
    position: absolute;
    padding: 0 15px;
    bottom: 0;
    left: 50%;
    width: 200px;
    height: 52px;
    -moz-border-radius: 27px;
    -webkit-border-radius: 27px;
    border-radius: 27px;
    font-size: 14px;
    line-height: 45px;
    text-align: center;
  }
  .layout-home .home-section .section-title:before {
    display: none;
  }
  .layout-home .home-section .section-background,
  .layout-home .home-section .section-background .svg {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    width: auto;
    height: auto;
  }
  .layout-home .home-section .section-background .svg {
    width: 280px;
    height: 280px;
  }
  .layout-home .section-illustrations {
    margin-bottom: 15px;
  }
  .layout-home .section-illustrations,
  .layout-home .section-illustrations .illustrations,
  .layout-home .section-illustrations .illustration {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    width: auto;
    height: auto;
  }
  .layout-home .section-illustrations .animation-global {
    top: 0;
    width: 290px;
  }
  .layout-home .section-inner {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
  .layout-home .section-content {
    margin: 0 auto;
    padding: 0;
    position: relative;
    bottom: auto;
    left: auto;
    width: 290px;
  }
  .layout-home .section-works .section-inner {
    flex-direction: column;
    justify-content: center;
  }

  /**
   * LAYOUT: =Works
   */
  .layout-works .section-intro .section-content {
    width: 320px;
  }
  .layout-works .section-works {
    padding: 40px 0 0;
    background: #a8d0e6 !important;
  }
  .layout-works .work {
    display: flex;
    padding: 0 0 60px;
    height: auto !important;
  }
  .layout-works .work:before {
    display: none;
  }
  .layout-works .work .work-inner {
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .layout-works .work .work-inner:before {
    display: block;
    padding-top: 56.25%;
    content: '';
  }
  .layout-works .work .work-inner .border {
    display: none;
  }
  .layout-works .work .work-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  .layout-works .work .work-content {
    margin: -15px 15px 0;
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    width: auto;
  }
  .layout-works .work .work-content .inner {
    padding: 40px;
    width: auto;
    height: auto;
  }
  .layout-works .work .work-description {
    max-width: 400px;
  }
  .layout-works .work .work-link {
    display: block;
    width: auto;
    height: 44px;
    border: 3px solid #fff;
    -moz-border-radius: 22px;
    -webkit-border-radius: 22px;
    border-radius: 22px;
    font-size: 14px;
    line-height: 38px;
    text-align: center;
  }
  .layout-works .works-counter {
    display: none;
  }

  .p-stairs {
    -moz-transform: translate(0px, 0px) rotate(-30deg) scale(0.5);
    -ms-transform: translate(0px, 0px) rotate(-30deg) scale(0.5);
    -webkit-transform: translate(0px, 0px) rotate(-30deg) scale(0.5);
    transform: translate(0px, 0px) rotate(-30deg) scale(0.5);
  }

  #tree {
    -moz-transform: scale(0.35) rotate(30.2deg) translate(423px, 11px);
    -ms-transform: scale(0.35) rotate(30.2deg) translate(423px, 11px);
    -webkit-transform: scale(0.35) rotate(30.2deg) translate(423px, 11px);
    transform: scale(0.35) rotate(30.2deg) translate(423px, 11px);
  }
}

/*
Style #2
*/

@media only screen and (max-width: 1280px) {
  body {
      font-size:1.125em
  }
  .p-stairs {
    -moz-transform: translate(62px, 80px) rotate(30deg) scale(0.6);
    -ms-transform: translate(62px, 80px) rotate(30deg) scale(0.6);
    -webkit-transform: translate(62px, 80px) rotate(30deg) scale(0.6);
    transform: translate(62px, 80px) rotate(30deg) scale(0.6);
  }

  #tree {
    -moz-transform: scale(0.35) rotate(30.2deg) translate(423px, 11px);
    -ms-transform: scale(0.35) rotate(30.2deg) translate(423px, 11px);
    -webkit-transform: scale(0.35) rotate(30.2deg) translate(423px, 11px);
    transform: scale(0.35) rotate(30.2deg) translate(423px, 11px);
  }
}

@media only screen and (max-width: 987px) {
  body {
      font-size:1em
  }

  .p-stairs {
    -moz-transform: translate(39px, 76px) rotate(30deg) scale(0.8);
    -ms-transform: translate(39px, 76px) rotate(30deg) scale(0.8);
    -webkit-transform: translate(39px, 76px) rotate(30deg) scale(0.8);
    transform: translate(39px, 76px) rotate(30deg) scale(0.8);
  }

  #tree {
    -moz-transform: scale(0.35) rotate(30.2deg) translate(258px, 11px);
    -ms-transform: scale(0.35) rotate(30.2deg) translate(258px, 11px);
    -webkit-transform: scale(0.35) rotate(30.2deg) translate(258px, 11px);
    transform: scale(0.35) rotate(30.2deg) translate(258px, 11px);
  }
}

@media only screen and (max-width: 980px) {
  .p-stairs {
    -moz-transform: translate(0px, 0px) rotate(-30deg) scale(0.5);
    -ms-transform: translate(0px, 0px) rotate(-30deg) scale(0.5);
    -webkit-transform: translate(0px, 0px) rotate(-30deg) scale(0.5);
    transform: translate(0px, 0px) rotate(-30deg) scale(0.5);
  }

  #tree {
    -moz-transform: scale(0.35) rotate(30.2deg) translate(290px, -166px);
    -ms-transform: scale(0.35) rotate(30.2deg) translate(290px, -166px);
    -webkit-transform: scale(0.35) rotate(30.2deg) translate(290px, -166px);
    transform: scale(0.35) rotate(30.2deg) translate(290px, -166px);
  }
}


@media only screen and (max-width: 767px) {
  #tree {
    -moz-transform: scale(0.35) rotate(30.2deg) translate(258px, -355px);
    -ms-transform: scale(0.35) rotate(30.2deg) translate(258px, -355px);
    -webkit-transform: scale(0.35) rotate(30.2deg) translate(258px, -355px);
    transform: scale(0.35) rotate(30.2deg) translate(258px, -355px);
  }
}

.p-head {
  position: relative;
  overflow: hidden
}

.p-head .p__illus {
  margin: 7em auto;
  position: relative;
  width: 13.86em;
  height: 20em
}

.p-head .p__hole {
  position: absolute;
  top: 0;
  left: 50%;
  width: 62.25%;
  transform: translate3d(-50%,0,0);
  z-index: 1
}

.p-head .p__umbrella {
  position: absolute;
  bottom: 0;
  width: 81%;
  left: 9.5%;
  z-index: 3
}

.p-head .p__umbrella__illus {
  display: block;
  width: 100%;
  height: auto
}

.p-head .p__umbrella__selec {
  display: block;
  position: absolute;
  top: -13.15%;
  left: -13.15%;
  width: 126.3%;
  max-width: none;
  height: auto
}

.p-head .p__object {
  position: absolute;
  top: 0;
  left: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
  transition: opacity .1s linear
}

.p-head .p__object--1 {
  width: 2.090909090909091em;
  height: 1.6818181818181819em;
  background-image: url(/static/img/object-1.svg)
}

.p-head .p__object--2 {
  width: 4.636363636363637em;
  height: 3.5454545454545454em;
  background-image: url(/static/img/object-2.svg)
}

.p-head .p__object--3 {
  width: 2.226909090909091em;
  height: 1.7272727272727273em;
  background-image: url(/static/img/object-3.svg)
}

.p-head .p__object--4 {
  width: 1.3636363636363635em;
  height: 3.522727272727273em;
  background-image: url(/static/img/object-4.svg)
}

.p-head .p__object--5 {
  width: 2.159090909090909em;
  height: 2.4545454545454546em;
  background-image: url(/static/img/object-5.svg)
}

.p-head .p__object--6 {
  width: 2.090909090909091em;
  height: 1.6363636363636365em;
  background-image: url(/static/img/object-6.svg)
}

.p-head .p__object--7 {
  width: 2.909090909090909em;
  height: 2.909090909090909em;
  background-image: url(/static/img/object-7.svg)
}

.p-head .p__object.is-hidden {
  opacity: 0
}

.p-head .p__text {
  margin: 0;
  padding: 0;
  position: absolute;
  top: calc(50% - 0.46em);
  left: calc(50% - 50em);
  width: 100em;
  pointer-events: none;
  z-index: 1;
  font: 300 15.95em/1 "Butler",sans-serif;
  letter-spacing: 0;
  text-align: center;
}

@-webkit-keyframes cloud-front {
  0% {
      transform: translate3d(0,0,0)
  }

  25% {
      -webkit-animation-timing-function: cubic-bezier(.65,0,.35,1);
      animation-timing-function: cubic-bezier(.65,0,.35,1);
      transform: translate3d(-40%,-20%,0)
  }

  75% {
      -webkit-animation-timing-function: cubic-bezier(.32,0,.67,0);
      animation-timing-function: cubic-bezier(.32,0,.67,0);
      transform: translate3d(40%,20%,0)
  }

  0% {
      transform: translate3d(0,0,0)
  }
}

@keyframes cloud-front {
  0% {
      transform: translate3d(0,0,0)
  }

  25% {
      -webkit-animation-timing-function: cubic-bezier(.65,0,.35,1);
      animation-timing-function: cubic-bezier(.65,0,.35,1);
      transform: translate3d(-40%,0,0)
  }

  75% {
      -webkit-animation-timing-function: cubic-bezier(.32,0,.67,0);
      animation-timing-function: cubic-bezier(.32,0,.67,0);
      transform: translate3d(40%,0,0)
  }

  0% {
      transform: translate3d(0,0,0)
  }
}

@-webkit-keyframes cloud-back {
  0% {
      transform: translate3d(0,0,0)
  }

  25% {
      -webkit-animation-timing-function: cubic-bezier(.65,0,.35,1);
      animation-timing-function: cubic-bezier(.65,0,.35,1);
      transform: translate3d(-35%,-35%,0)
  }

  75% {
      -webkit-animation-timing-function: cubic-bezier(.32,0,.67,0);
      animation-timing-function: cubic-bezier(.32,0,.67,0);
      transform: translate3d(20%,10%,0)
  }

  0% {
      transform: translate3d(0,0,0)
  }
}

@keyframes cloud-back {
  0% {
      transform: translate3d(0,0,0)
  }

  25% {
      -webkit-animation-timing-function: cubic-bezier(.65,0,.35,1);
      animation-timing-function: cubic-bezier(.65,0,.35,1);
      transform: translate3d(-35%,0,0)
  }

  75% {
      -webkit-animation-timing-function: cubic-bezier(.32,0,.67,0);
      animation-timing-function: cubic-bezier(.32,0,.67,0);
      transform: translate3d(20%,0%,0)
  }

  0% {
      transform: translate3d(0,0,0)
  }
}

@media only screen and (max-width: 767px) and (orientation:landscape),only screen and (max-width:576px) {
  .p-stairs {
    -moz-transform: translate(0px, 0px) rotate(-30deg) scale(0.4);
    -ms-transform: translate(0px, 0px) rotate(-30deg) scale(0.4);
    -webkit-transform: translate(0px, 0px) rotate(-30deg) scale(0.4);
    transform: translate(0px, 0px) rotate(-30deg) scale(0.4);
  }
    
  .illustrations {
    display: none;
  }

  .layout-home .section-content {
    opacity: 1;
    animation: unset;
  }
}

/**
 * Mobile, portrait
 */
 @media only screen and (max-width: 359px) {
  /**
   * LAYOUT: =Home
   */
  .layout-home .home-section .section-catcher {
    font-size: 22px;
  }
  .layout-home .section-illustrations .animation-global {
    width: 240px;
  }
  .layout-home .section-background .svg {
    width: 240px;
    height: 240px;
  }
  .p-stairs {
    -moz-transform: translate(0px, 0px) rotate(-30deg) scale(0.3);
    -ms-transform: translate(0px, 0px) rotate(-30deg) scale(0.3);
    -webkit-transform: translate(0px, 0px) rotate(-30deg) scale(0.3);
    transform: translate(0px, 0px) rotate(-30deg) scale(0.3);
  }
}

.p-stairs .p__window {
  width: 7.1591em;
  height: 9.7272em;
}

.p-stairs .p__window .stars rect {
  -webkit-animation: shine 1s steps(2) infinite;
  animation: shine 1s steps(2) infinite
}

.p-stairs .p__window .stars rect:nth-child(1) {
  -webkit-animation-delay: .1s;
  animation-delay: .1s
}

.p-stairs .p__window .stars rect:nth-child(2) {
  -webkit-animation-delay: .3s;
  animation-delay: .3s
}

.p-stairs .p__window .stars rect:nth-child(3) {
  -webkit-animation-delay: .5s;
  animation-delay: .5s
}

.p-stairs .p__cloud {
  display: block;
  position: absolute;
  top: 10%;
  left: 65%;
  width: 2.2em;
  overflow: visible;
  z-index: 4
}

.p-stairs .p__cloud path:first-child {
  -webkit-animation: cloud-back 8s cubic-bezier(.33,1,.68,1) infinite;
  animation: cloud-back 8s cubic-bezier(.33,1,.68,1) infinite
}

.p-stairs .p__cloud path:last-child {
  -webkit-animation: cloud-front 8s cubic-bezier(.33,1,.68,1) infinite;
  animation: cloud-front 8s cubic-bezier(.33,1,.68,1) infinite
}

.p-stairs .p__steps {
  display: block;
  position: absolute;
  top: 3px;
  right: calc( 20% + 3px);
  bottom: calc( 3.5% + 3px);
  left: calc( 9.5% + 3px);
  border-radius: 999em;
  overflow: hidden
}
