@font-face {
  font-family: HelveticaNow;
  src: url("../assets/fonts/HelveticaNowDisplayXBlk.otf") format("truetype"); }

@font-face {
  font-family: BigCaslon;
  src: url("../assets/fonts/BigCaslon.ttf") format("truetype"); }

@font-face {
  font-family: PlantinStd;
  src: url("../assets/fonts/PlantinStd.otf"); }

@font-face {
  font-family: PlantinItalic;
  src: url("../assets/fonts/PlantinStd-Italic.otf"); }

@font-face {
  font-family: NeueHaasGrotesk;
  src: url("../assets/fonts/NHaasGrotesk.otf"); }

@font-face {
  font-family: NeueHaasGrotesk65;
  src: url("../assets/fonts/NHaasGroteskTXStd-65Md.otf"); }

@font-face {
  font-family: NeueHaasGroteskMedium;
  src: url("../assets/fonts/NHaasGrotesk-Md.otf"); }

a:-webkit-any-link {
  color: white; }

* {
  margin: 0;
  padding: 0; }

body {
  cursor: url(../assets/icono2.png) 15 15, auto;
  overflow: hidden;
  background-image: url("../assets/back.jpg");
  color: #acacac;
  position: relative;
  min-height: 100%; }
  body .loading {
    text-align: center;
    height: 100vh;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 9999;
    background-color: #1efb01;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    opacity: 1;
    transition: opacity 450ms ease-out;
    display: flex;
    align-items: center;
    justify-content: center; }
    body .loading.remove {
      opacity: 0; }

.contact-left {
  color: white;
  position: fixed;
  right: -50px;
  top: 50vh;
  transform: rotate(-90deg);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: NeueHaasGrotesk;
  font-size: 10px;
  z-index: 100; }

a.link {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 18px;
  height: 18px;
  outline: none;
  border: none;
  z-index: 100;
  text-decoration: none;
  display: flex;
  justify-content: center;
  font-family: NeueHaasGrotesk;
  font-size: 18px;
  align-items: center; }

.vertical-text {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); }

.socials {
  transform-origin: 0 0;
  color: #ffffff;
  display: block;
  position: fixed;
  top: 80vh;
  right: -390px;
  transform: rotate(-90deg);
  font-family: NeueHaasGrotesk65;
  font-size: 10px;
  letter-spacing: normal;
  z-index: 100;
  direction: none;
  right: -310px; }
  @media (max-width: 750px) {
    .socials {
      right: -240px;
      top: 97vh; } }
  .socials a {
    text-decoration: none; }
    .socials a:hover {
      text-decoration: underline; }
  .socials .contact {
    display: flex;
    list-style-type: none;
    margin: 0; }
    .socials .contact li {
      margin: 0 15px;
      color: white; }

.mobile {
  display: none; }
  @media (max-width: 750px) {
    .mobile {
      display: flex; } }

.desktop {
  display: none; }
  @media (min-width: 750px) {
    .desktop {
      display: flex; } }

footer {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  width: 100%;
  height: 50px;
  color: white;
  font-family: NeueHaasGroteskMedium;
  font-size: 10px;
  z-index: 100; }
  footer .waf {
    flex: 1 0 15%;
    display: flex;
    justify-content: center;
    letter-spacing: 30px; }
  footer .container {
    flex: 1 0 85%;
    margin: 0 auto;
    display: flex;
    letter-spacing: 1px; }
    footer .container .contact {
      display: flex;
      list-style-type: none;
      margin: 0;
      margin-left: 10px; }
      footer .container .contact li {
        margin: 0 15px;
        color: white; }
  @media (max-width: 992px) {
    footer {
      height: 50px;
      align-items: center; }
      footer .waf {
        letter-spacing: 10px;
        flex: 1 0 17%; }
      footer .container {
        flex: 1 0 83%; }
        footer .container .contact {
          display: none; } }

body.contact {
  overflow: hidden; }
  body.contact .main {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-left: 15%;
    margin-right: 7%;
    padding-top: 30px;
    height: calc(100vh - 80px); }
    body.contact .main .wrapper-main {
      display: flex;
      flex-direction: row;
      align-items: flex-start;
      justify-content: center; }
    body.contact .main section.margin {
      margin-bottom: 20px; }
    body.contact .main section .services {
      list-style: none;
      margin: 20px 0; }
    body.contact .main section .wrapper a {
      font-family: NeueHaasGrotesk;
      font-size: 8px;
      text-transform: uppercase;
      line-height: 20px;
      margin-bottom: 15px;
      display: block; }
    body.contact .main .left {
      padding-right: 70px;
      max-width: 60%;
      flex: 1 0 60%;
      box-sizing: border-box;
      align-items: flex-start; }
    body.contact .main .right {
      max-width: 40%;
      flex: 1 0 40%;
      box-sizing: border-box;
      align-items: flex-start; }
      body.contact .main .right ul {
        list-style: none; }
        body.contact .main .right ul li {
          font-size: 14px;
          line-height: 20px;
          margin: 16px 0; }
          body.contact .main .right ul li .desc-title {
            font-family: PlantinStd; }
          body.contact .main .right ul li .desc {
            font-family: PlantinItalic; }
    body.contact .main .title {
      font-family: BigCaslon;
      font-size: 22px;
      margin-bottom: 18px; }
      body.contact .main .title .capitalize {
        font-size: 30px; }
    body.contact .main p {
      font-family: PlantinStd;
      font-size: 14px;
      line-height: 20px; }
  @media (max-width: 992px) {
    body.contact {
      overflow: visible; }
      body.contact .main {
        flex-direction: row;
        width: 66%;
        margin: 0 auto;
        justify-content: flex-start;
        padding-top: 50px;
        padding-bottom: 50px;
        height: 100%; }
        body.contact .main .wrapper-main {
          flex-direction: column; }
        body.contact .main section.margin {
          margin-bottom: 30px; }
        body.contact .main .left,
        body.contact .main .right {
          padding: 0;
          max-width: 100%;
          width: 100%;
          flex: 1; }
        body.contact .main .right ul li {
          line-height: 20px;
          margin: 10px 0; }
        body.contact .main .title {
          font-size: 22px;
          margin-bottom: 10px; }
          body.contact .main .title .capitalize {
            font-size: 30px; }
        body.contact .main p {
          line-height: 16px; } }

.show-gt-sm {
  display: none; }
  @media (min-width: 993px) {
    .show-gt-sm {
      display: block; } }

.show-lt-sm {
  display: block; }
  @media (min-width: 993px) {
    .show-lt-sm {
      display: none; } }

.logo_loading {
  position: relative;
  top: 0;
  width: 200px;
  -webkit-animation: spin 4s linear infinite;
  -moz-animation: spin 4s linear infinite;
  animation: spin 4s linear infinite; }

@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg); } }

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.corner_logo {
  cursor: pointer;
  position: fixed;
  left: 2vw;
  top: 2vh;
  width: 100px;
  z-index: 100;
  -webkit-animation: spin 4s linear infinite;
  -moz-animation: spin 4s linear infinite;
  animation: spin 4s linear infinite; }
  .corner_logo img {
    width: 100%; }
  .corner_logo .back_image {
    display: inherit; }
  .corner_logo .top_image {
    display: none; }
  .corner_logo:hover .back_image {
    display: none; }
  .corner_logo:hover .top_image {
    display: inherit; }

@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg); } }

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.left_down_corner_logo {
  cursor: pointer;
  position: fixed;
  left: 2vw;
  bottom: 2vh;
  width: 100px;
  z-index: 100; }
  .left_down_corner_logo .back_image {
    display: inherit; }
  .left_down_corner_logo .top_image {
    display: none; }
  .left_down_corner_logo img {
    width: 100%; }
  .left_down_corner_logo:hover .back_image {
    display: none; }
  .left_down_corner_logo:hover .top_image {
    display: inherit; }

.video {
  width: 100% !important; }
  @media (max-width: 480px) {
    .video {
      width: 97% !important; } }

.work_logo {
  cursor: pointer;
  position: fixed;
  right: 2vw;
  top: 2vh;
  width: 35px;
  z-index: 100; }
  .work_logo img {
    width: 100%; }
  .work_logo .back_image {
    display: inherit; }
  .work_logo .top_image {
    display: none; }
  .work_logo:hover .back_image {
    display: none; }
  .work_logo:hover .top_image {
    display: inherit; }

.loading_message {
  color: #0b0b0b;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-weight: bold;
  position: absolute;
  top: 70%;
  width: 200px; }

.blink {
  animation: blink-animation 1s steps(5, start) infinite;
  -webkit-animation: blink-animation 1s steps(5, start) infinite; }

@keyframes blink-animation {
  to {
    visibility: hidden; } }

@-webkit-keyframes blink-animation {
  to {
    visibility: hidden; } }

/* SIDEBAR
====================*/
.sidebar-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 52vw;
  margin-left: -55vw;
  z-index: 200;
  font-family: HelveticaNow; }
  @media (max-width: 480px) {
    .sidebar-wrapper {
      margin-left: -87vw; } }

.sidebar {
  position: absolute;
  top: 0;
  left: 0;
  height: inherit;
  width: 50vw;
  color: #0b0b0b;
  background-color: #1efb01;
  overflow: auto;
  padding: 0vw 2vw 0vw 2vw; }
  @media (max-width: 480px) {
    .sidebar {
      width: 87vw; } }

span.vineta {
  float: left; }

p.about {
  font-size: 2em;
  line-height: 30px;
  color: #0b0b0b; }
  @media (max-width: 480px) {
    p.about {
      font-size: 4.3vw;
      line-height: 4.3vw; } }
  p.about a {
    color: #0b0b0b;
    text-decoration: none; }
    p.about a:hover {
      text-decoration: underline; }
  p.about.big {
    line-height: 60px;
    font-size: 4.5rem; }
    @media (max-width: 1200px) {
      p.about.big {
        font-size: 3rem; } }
    @media (max-width: 480px) {
      p.about.big {
        font-size: 2.5rem;
        line-height: 38px !important;
        margin-top: 6% !important; } }

@media (max-width: 480px) {
  .no-mobil {
    display: none; } }

p.subtitle {
  font-size: 2em;
  line-height: 30px;
  text-decoration: underline; }
  @media (max-width: 480px) {
    p.subtitle {
      font-size: 4.3vw;
      line-height: 4.3vw; } }

.menu {
  cursor: pointer;
  right: 3.5vw;
  font-size: 20px;
  position: relative;
  top: 0.2rem;
  color: #0b0b0b;
  z-index: 250;
  text-align: right;
  margin-left: 1vh; }
  @media (max-width: 480px) {
    .menu {
      font-size: 4.3vw;
      right: -32vw; } }

.sidebar-title {
  font-size: 2em;
  line-height: 30px;
  text-decoration: underline; }
  @media (max-width: 480px) {
    .sidebar-title {
      font-size: 4.3vw;
      line-height: 4.3vw; } }

.dedication {
  font-size: 1.3rem;
  padding: 0 3rem; }

/* jQ TOGGLE UTIL
====================*/
.show-sidebar {
  margin-left: 0; }

.push-body {
  margin-left: 30rem; }

.contact-sidebar-wrapper {
  box-sizing: border-box;
  position: fixed;
  bottom: 0;
  top: 100vh;
  left: 1.90vw;
  height: 600px;
  width: 830px;
  padding: 20px 65px;
  margin-bottom: -900px;
  z-index: 200;
  background: white;
  color: black;
  font-family: HelveticaNow; }
  .contact-sidebar-wrapper .menu-close {
    font-size: 20px;
    position: absolute;
    top: 10px;
    right: 15px; }
  @media (max-width: 1200px) {
    .contact-sidebar-wrapper {
      width: 600px; } }
  @media (max-width: 750px) {
    .contact-sidebar-wrapper {
      width: 100%;
      left: 0;
      height: 100vh; } }
  @media (max-width: 480px) {
    .contact-sidebar-wrapper {
      height: 50%;
      margin: 0 auto;
      padding: 10px; } }

.contact-menu {
  cursor: pointer; }

.show-contact-sidebar {
  top: 45%; }

.contact-form-container {
  display: none; }
  @media (max-width: 480px) {
    .contact-form-container .about {
      margin-bottom: -0.5em; }
    .contact-form-container .contact-form {
      margin-top: 1em; }
    .contact-form-container input, .contact-form-container select {
      font-size: 10px;
      margin-top: -1% !important;
      padding: 3px; } }
  .contact-form-container.show {
    display: block; }

.success-contact-message {
  display: none; }
  .success-contact-message.show {
    display: block; }

.error-contact-message {
  display: none; }
  .error-contact-message.show {
    display: block; }

.contact-form {
  display: flex;
  flex-direction: column; }
  .contact-form ::placeholder {
    color: #999; }
  .contact-form > input, .contact-form select {
    padding: 2px;
    color: #999;
    padding: 5px;
    border: 1px solid #999;
    margin: 10px 0;
    background: white; }
  .contact-form > button {
    font-size: 1.5rem;
    align-self: flex-start;
    background: none;
    border: none;
    margin: 10px 0; }

/* WORK SIDEBAR
====================*/
.work-sidebar-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 90vw;
  margin-left: 100vw;
  z-index: 200;
  font-family: HelveticaNow;
  background-color: white; }

.work-sidebar-container {
  /*Debug*/
  box-sizing: border-box;
  height: 100%;
  width: 100%;
  grid-template-columns: 1fr 3fr;
  display: grid; }

.work-sidebar {
  grid-row-start: 2;
  height: 100vh;
  color: #0b0b0b;
  background-color: white;
  overflow: auto;
  display: flex;
  flex-direction: column;
  grid-row-start: 1;
  grid-column-start: 1;
  box-sizing: border-box; }
  @media (max-width: 480px) {
    .work-sidebar {
      width: 66vw;
      display: flex;
      flex-direction: column;
      align-items: center; } }

.work-sidebar-project {
  cursor: pointer;
  padding: 10px;
  filter: contrast(50%);
  filter: brightness(50%);
  margin: 0 18px; }
  .work-sidebar-project img {
    width: 100%;
    display: block; }
  .work-sidebar-project:hover {
    box-shadow: 0 12px 17px 2px rgba(0, 0, 0, 0.14), 0 5px 22px 4px rgba(0, 0, 0, 0.12), 0 7px 8px -4px rgba(0, 0, 0, 0.2);
    filter: contrast(100%);
    filter: brightness(100%); }
  .work-sidebar-project:first-child {
    margin-top: 14px; }
  @media (max-width: 480px) {
    .work-sidebar-project {
      width: 58vw;
      height: 35vw;
      margin-top: 3vw; } }

.work-menu {
  cursor: pointer;
  font-size: 20px;
  color: #0b0b0b;
  text-align: right;
  background-color: white;
  display: block;
  width: 18px;
  margin-left: auto;
  margin-right: 4px;
  grid-row-start: 1;
  grid-column-start: 1;
  z-index: 1;
  align-self: start;
  justify-self: end; }
  @media (max-width: 480px) {
    .work-menu {
      right: -40.8vw;
      top: 0.2vw; } }

/* jQ TOGGLE UTIL
====================*/
.work-show-sidebar {
  margin-left: 77.5vw; }
  @media (max-width: 480px) {
    .work-show-sidebar {
      left: 0vw;
      margin-left: 35vw; } }

.work-show-sidebar-complete {
  margin-left: 10vw; }
  .work-show-sidebar-complete .work-menu {
    grid-column-start: 2; }
  .work-show-sidebar-complete .work-sidebar-project {
    margin-right: 0; }
  @media (max-width: 480px) {
    .work-show-sidebar-complete {
      left: -76vw;
      width: 166vw; }
      .work-show-sidebar-complete .work-project-details {
        display: block; }
      .work-show-sidebar-complete .work-content-row {
        padding: 0px;
        margin-right: 16px;
        margin-left: 5.5vw;
        margin-top: 3vh;
        grid-column: 1 / 3; }
        .work-show-sidebar-complete .work-content-row:first-child {
          margin-top: 22px; } }

.work-push-body {
  margin-left: 30rem; }

.work-project-details {
  background-color: #ffffff;
  grid-row-start: 1;
  grid-column-start: 2;
  overflow: auto; }

/* WORK CONTENT
====================*/
.work-content-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  margin-left: 100vw;
  z-index: 200;
  font-family: HelveticaNow; }

.work-content-new {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%; }
  @media (max-width: 480px) {
    .work-content-new {
      width: 76%; } }

.work-content {
  height: inherit;
  width: 100%;
  color: #0b0b0b;
  overflow: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px; }
  @media (max-width: 750px) {
    .work-content {
      display: flex;
      flex-direction: column; } }
  @media (max-width: 480px) {
    .work-content {
      display: flex;
      flex-direction: column;
      align-items: center;
      position: absolute;
      top: 0;
      left: 0;
      height: inherit;
      width: 100vw;
      color: #0b0b0b;
      background-color: white;
      overflow: auto;
      padding: 0vw 0vw 0vw 0vw; } }

.work-content-project {
  margin-right: 12px; }
  .work-content-project img {
    width: 100%;
    display: block; }
  @media (max-width: 480px) {
    .work-content-project {
      width: 88vw; } }

.work-content-close {
  cursor: pointer;
  right: 0.5vw;
  font-size: 15px;
  position: relative;
  top: 0.2rem;
  color: #0b0b0b;
  z-index: 250;
  text-align: right;
  margin-left: 1vh; }
  @media (max-width: 480px) {
    .work-content-close {
      right: 1vw;
      top: 0.2vw;
      font-size: 15px; } }

/* jQ TOGGLE UTIL
====================*/
.show-work-content {
  margin-left: 0vw; }

.push-body-work-content {
  margin-left: 30rem; }

.slide-pagination {
  cursor: url(../assets/icono2.png), auto; }

.col6-12 {
  width: 100%; }

.col12-12 {
  width: 100%; }

.pad {
  padding-top: 10px;
  padding-bottom: 10px; }

.share-links {
  font-family: HelveticaNow;
  display: flex;
  width: 50vw;
  margin-left: 5px;
  margin-top: 15px;
  font-size: 2rem;
  flex-wrap: wrap;
  line-height: 30px;
  margin-bottom: 30px; }
  @media (max-width: 480px) {
    .share-links {
      font-size: 4.3vw;
      line-height: 4.3vw;
      width: 76vw;
      margin-left: 4vw; } }
  .share-links a:link, .share-links a:active, .share-links a:visited, .share-links a:hover, .share-links a {
    margin: 0 0.5rem;
    text-decoration: none;
    color: #0b0b0b; }
  .share-links a:hover {
    text-decoration: underline; }

.share-title {
  font-family: HelveticaNow;
  font-size: 2rem;
  color: #0b0b0b;
  margin-left: calc(5px + 0.5rem);
  margin-top: 20px; }

.work-row {
  align-items: flex-start; }

.ratio-half {
  width: 50% !important; }

.work-content-big {
  grid-column: 1 / 3; }

.bottom-socials {
  font-family: NeueHaasGrotesk65;
  font-size: 10px;
  display: block;
  position: fixed;
  z-index: 100;
  bottom: 2vh;
  left: 165px;
  color: white; }
  .bottom-socials p {
    margin: 0; }
  @media (max-width: 750px) {
    .bottom-socials {
      display: none; } }

.work-content-row {
  padding: 10px; }
