:root {
  --blue: #4000ff;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  color: #333;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

img {
  display: inline-block;
}

.section_1 {
  z-index: 10;
  flex-direction: row;
  position: relative;
  overflow: visible;
}

.logo {
  margin: 100px auto 50px;
}

.logo.w--current {
  z-index: 37;
  cursor: pointer;
  position: absolute;
  inset: 0%;
}

.graphics-work {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1440px;
  margin-top: -20px;
  padding-bottom: 40px;
  display: flex;
}

.graphics-work.web-work {
  margin-top: 100px;
  display: block;
  overflow: visible;
}

.grid {
  flex-flow: wrap;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  align-items: center;
  max-width: 1000px;
  display: flex;
}

.grid.grid-web-section {
  display: flex;
}

.work-preview {
  filter: none;
  max-width: 300px;
  max-height: 300px;
  margin: 5px;
  transition: all .2s ease-in-out;
  position: relative;
  overflow: hidden;
}

.work-preview:hover {
  filter: saturate();
  transform: scale(1.1);
}

.image-grid {
  z-index: 1;
  cursor: zoom-in;
  object-fit: cover;
  object-position: 100% 50%;
  position: relative;
}

.section_1_project_wrap {
  flex-direction: column;
  place-content: space-between;
  align-items: center;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 70px;
  display: flex;
  position: static;
  inset: 0% 0% 0% auto;
}

.contact-section {
  flex-direction: column;
  justify-content: center;
  max-height: 500px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.contact-form {
  flex-direction: column;
  align-items: stretch;
  width: 810px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.input {
  border: 1px #000;
  border-radius: 10px;
  height: 40px;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
  box-shadow: 5px 5px 20px 4px #e4e4e4;
}

.input.input--message {
  height: 120px;
  box-shadow: 5px 5px 20px 4px #e4e4e4;
}

.form-label {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  position: static;
}

.submit-button {
  cursor: pointer;
  background-color: #000;
  border: 1px solid #fff;
  border-radius: 10px;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  transition: all .4s;
}

.submit-button:hover {
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
  transform: translate(-5px, -5px);
  box-shadow: inset 1px 1px 3px #c2c2c2, 2px 2px 8px -2px #777;
}

.grid-2 {
  grid-template-rows: auto auto auto;
}

.ingrid-field {
  font-family: Montserrat, sans-serif;
}

.form {
  flex-direction: column;
  display: flex;
}

.name-overlay {
  z-index: 3;
  cursor: pointer;
  background-image: linear-gradient(to top, #000000a6, #fff0 20%);
  height: 370px;
  display: block;
  position: absolute;
  inset: auto 0% 0%;
  transform: translate(0, 70px);
}

.name-overlay:hover {
  display: flex;
}

.text-block {
  z-index: 4;
  color: #fff;
  padding: 10px;
  position: absolute;
  inset: auto 0% 0%;
}

.heading {
  text-align: center;
  max-width: 980px;
  margin: 50px auto;
  font-family: Montserrat, sans-serif;
  font-size: 35px;
  font-weight: 300;
  line-height: 55px;
}

.heading-2 {
  text-align: center;
  max-width: 127px;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
  font-family: Oswald, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 36px;
}

.heading-2.email-address {
  max-width: 100%;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
}

.heading-2.email-address a {
  text-decoration: none;
  color: inherit;
}

.text-block-4 {
  text-align: center;
  margin-bottom: 20px;
  font-style: italic;
}

.recom-section {
  border-radius: 10px;
  justify-content: space-around;
  align-items: flex-start;
  max-width: 800px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  box-shadow: 5px 5px 20px 2px #e4e4e4;
}

.recom-section.recom-section-erica {
  flex-direction: row-reverse;
}

.recom-name {
  margin-bottom: 10px;
  font-weight: 600;
}

.recom-photo {
  border-radius: 50px;
  order: -1;
  width: 100px;
  height: 100px;
  margin-bottom: 10px;
}

.recom-wrap {
  flex-flow: column wrap;
  align-content: flex-start;
  align-items: flex-start;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.see-more {
  color: #000;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
}

.see-more:hover {
  color: #aaa;
}

.recom-paragraph {
  flex-direction: column;
  align-items: center;
  width: 50%;
  display: flex;
}

.section_2 {
  overflow: visible;
}

.accordeon-content {
  margin-top: 20px;
  position: relative;
  overflow: hidden;
}

.accordeon-gradient {
  z-index: 60;
  background-image: linear-gradient(#0000, #fff 83%);
  height: 100px;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.see-less {
  color: #000;
  cursor: pointer;
  text-decoration: none;
  display: none;
}

.see-less:hover {
  color: #aaa;
}

.recom-expanding-button {
  position: relative;
}

.see-less-erica {
  color: #000;
  cursor: pointer;
  text-decoration: none;
  display: none;
}

.see-less-erica:hover {
  color: #aaa;
}

.see-more-erica {
  color: #000;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
}

.see-more-erica:hover {
  color: #aaa;
}

.accordeon-content-erica {
  margin-top: 20px;
  position: relative;
  overflow: hidden;
}

.accordeon-gradient-erica {
  z-index: 60;
  background-image: linear-gradient(#0000, #fff 83%);
  height: 100px;
  display: block;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.lottie-animation-3 {
  z-index: 121;
  width: 40px;
  height: 40px;
  margin-bottom: 40px;
  margin-right: 40px;
  position: fixed;
  inset: auto 0% 0% auto;
}

.navi {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.navi-div {
  justify-content: center;
  width: auto;
  display: flex;
}

.navi-menu {
  border-bottom: 1px solid #d4d4d4;
}

.navi-menu.navi-white {
  border-bottom-color: #444;
}

.nav-link {
  color: #000;
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-weight: 300;
}

.nav-link:hover {
  color: #aaa;
}

.nav-link.navlinkuxhide {
  display: none;
}

.nav-link.nav-link-white {
  color: #fff;
}

.nav-link.nav-link-white:hover {
  color: #aaa;
}

.h2 {
  color: #fff;
  margin-top: 55px;
  font-size: 25px;
  font-weight: 400;
}

.image-page-showcase {
  margin-top: 50px;
  display: inline-block;
}

.body {
  background-color: #000;
}

.section_sticky_next {
  z-index: 20;
  place-content: center;
  align-items: center;
  width: auto;
  display: flex;
  position: fixed;
  inset: 0% 0% 0% auto;
}

.next_lottie {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 40px;
  text-decoration: none;
  display: none;
}

.next_lottie:hover {
  filter: brightness(60%);
}

.lottie-animation-4 {
  width: 40px;
  height: 40px;
  margin-top: 50px;
}

.nextproject {
  color: #fff;
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-size: 16px;
  transform: rotate(-90deg);
}

.social {
  z-index: 100;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  margin-left: 30px;
  padding-bottom: 40px;
  position: fixed;
  inset: auto auto 0% 0%;
}

.social-block {
  cursor: pointer;
  width: 30px;
  height: 30px;
  margin-left: 10px;
  overflow: visible;
}

.logo-lt {
  margin-top: 50px;
  margin-bottom: 50px;
}

.lt-logo.lt-logo-white {
  margin-top: 20px;
}

.next-button {
  flex-direction: column;
  align-items: flex-end;
  margin-right: 40px;
  text-decoration: none;
  display: flex;
}

.next-button:hover {
  filter: brightness(60%);
}

.nextproject-arrow {
  color: #fff;
  text-transform: uppercase;
  margin-top: -20px;
  padding-right: 10px;
  font-family: Oswald, sans-serif;
  font-size: 16px;
  transform: rotate(-90deg);
}

.image-2 {
  width: 80px;
  height: 80px;
  margin-right: -5px;
}

.footer {
  justify-content: center;
  align-items: flex-end;
  height: 100px;
  display: flex;
}

.text-block-5 {
  justify-content: center;
  padding-bottom: 40px;
}

.section_sticky_previous {
  z-index: 21;
  justify-content: flex-start;
  align-items: center;
  margin-top: 100px;
  display: flex;
  position: fixed;
  inset: 0% auto 0% 0%;
}

.previous_project_arrow {
  color: #fff;
  text-transform: uppercase;
  margin-left: -5px;
  font-family: Oswald, sans-serif;
  font-size: 16px;
  text-decoration: none;
  transform: rotate(90deg);
}

.previous_button {
  flex-direction: column;
  align-items: flex-start;
  margin-left: 40px;
  text-decoration: none;
  display: flex;
}

.previous_button:hover {
  filter: brightness(60%);
}

.image_previous {
  width: 80px;
  height: 80px;
}

.cta-next-previous {
  display: none;
}

.body-2 {
  overflow: visible;
}

@media screen and (max-width: 991px) {
  .section_1 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .graphics-work.web-work {
    margin-top: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .work-preview {
    transition: none;
  }

  .work-preview:hover {
    filter: none;
    transform: none;
  }

  .section_1_project_wrap {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-bottom: 40px;
    display: flex;
  }

  .contact-section {
    margin-top: 40px;
  }

  .contact-form {
    width: 690px;
  }

  .name-overlay {
    transform: none;
  }

  .heading {
    padding-left: 40px;
    padding-right: 40px;
    font-size: 29px;
    line-height: 50px;
  }

  .recom-section {
    margin-top: 0;
  }

  .section_2 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .lottie-animation-3 {
    padding-left: 10px;
  }

  .linklottie {
    z-index: 120;
    position: fixed;
    inset: auto 0% 0% auto;
  }

  .h2 {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 20px;
  }

  .image-page-showcase {
    margin-top: 30px;
  }

  .body {
    padding-left: 40px;
    padding-right: 40px;
  }

  .social {
    flex-wrap: wrap;
    place-content: center flex-start;
    margin-left: 40px;
    padding-bottom: 30px;
    position: absolute;
    inset: auto auto 0% 0%;
  }

  .social-block {
    margin-left: 0;
    margin-right: 10px;
    padding-left: 0;
  }

  .next-button {
    margin-right: 0;
  }

  .footer {
    z-index: 5;
    flex-flow: wrap;
    place-content: center;
    align-items: stretch;
    height: 100px;
    position: relative;
  }

  .text-block-5 {
    padding-bottom: 0;
  }

  .previous_button {
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .section_1 {
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section_1_project_wrap {
    padding-bottom: 0;
  }

  .contact-form {
    width: 490px;
  }

  .heading {
    margin-top: 10px;
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 23px;
    line-height: 40px;
  }

  .recom-section.recom-section-erica {
    margin-top: 40px;
  }

  .navi {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .nav-link.nav-link-white {
    color: #000;
    background-color: #fff;
  }

  .body {
    padding-left: 0;
    padding-right: 0;
  }

  .section_sticky_next {
    z-index: 315;
    justify-content: flex-end;
    align-items: flex-end;
    width: 100%;
    display: none;
    position: static;
  }

  .logo-lt {
    margin-top: 20px;
    margin-bottom: 0;
    position: static;
  }

  .lt-logo.lt-logo-white {
    margin-top: 0;
  }

  .next-button {
    border: 1px solid #fff;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 50%;
    height: 70px;
  }

  .next-button:hover {
    filter: none;
  }

  .nextproject-arrow {
    margin-top: 0;
    padding-left: 30px;
    padding-right: 0;
    font-size: 20px;
    transform: none;
  }

  .image-2 {
    order: 1;
    width: 70px;
    height: 60px;
    margin-left: -35px;
    margin-right: 0;
  }

  .section_sticky_previous {
    clear: left;
    width: 50%;
    display: none;
    position: static;
  }

  .previous_project_arrow {
    font-size: 20px;
    transform: none;
  }

  .previous_button {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 70px;
  }

  .image_previous {
    order: -1;
    width: 70px;
    height: 60px;
    margin-right: -30px;
  }

  .icon {
    color: #fff;
  }

  .cta-next-previous {
    z-index: 400;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 80px;
    display: flex;
    position: relative;
  }

  .cta-next-page {
    z-index: 401;
    justify-content: flex-end;
    align-items: center;
    width: 50vw;
    height: 80px;
    text-decoration: none;
    display: none;
    position: absolute;
    inset: auto 0% 0% auto;
  }

  .cta-previous-page {
    z-index: 401;
    justify-content: flex-start;
    align-items: center;
    width: 50vw;
    height: 80px;
    text-decoration: none;
    display: flex;
    position: absolute;
    inset: auto auto 0% 0%;
  }

  .icon-2, .icon-3 {
    color: #fff;
  }

  .menu-button-2.w--open {
    background-color: #000;
  }
}

@media screen and (max-width: 479px) {
  .work-preview {
    box-shadow: none;
  }

  .contact-form {
    width: 100%;
  }

  .input {
    font-size: 12px;
    box-shadow: 5px 5px 10px 1px #e4e4e4;
  }

  .input.input--message {
    box-shadow: 5px 5px 10px 1px #e4e4e4;
  }

  .input.input-color-type {
    font-size: 12px;
  }

  .heading {
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 0;
    padding-right: 0;
    font-size: 17px;
    font-weight: 300;
    line-height: 30px;
  }

  .text-block-4 {
    width: 300px;
  }

  .recom-section {
    flex-direction: column;
    align-items: center;
    box-shadow: 5px 5px 10px 1px #e4e4e4;
  }

  .recom-section.recom-section-erica {
    flex-direction: column-reverse;
  }

  .recom-position {
    text-align: center;
  }

  .paragraph {
    padding-left: 15px;
    padding-right: 15px;
  }

  .recom-wrap {
    align-items: center;
  }

  .recom-paragraph {
    width: 100%;
    margin-bottom: 10px;
  }

  .paragraph-recc-erica {
    padding-left: 10px;
    padding-right: 10px;
  }

  .navi {
    flex-direction: row;
    align-items: center;
    margin-top: 40px;
    margin-bottom: 30px;
  }

  .navi-div {
    justify-content: flex-end;
  }

  .navi-menu {
    color: #000;
    background-color: #fff;
    border-bottom-style: none;
    border-radius: 5px;
    width: 210px;
    max-height: 180px;
    margin-top: 60px;
    margin-left: 30px;
    box-shadow: -6px 6px 13px -2px #bbb;
  }

  .navi-menu.navi-white {
    box-shadow: none;
  }

  .nav-link {
    color: #000;
    text-align: right;
    text-decoration: underline;
  }

  .nav-link.nav-link-white {
    color: #000;
  }

  .section_sticky_next {
    display: flex;
  }

  .section_sticky_next.section_sticky_hide {
    display: none;
  }

  .social {
    margin-top: -20px;
    margin-left: 0;
    padding-bottom: 0;
    position: static;
  }

  .social-block {
    width: 40px;
    height: 40px;
    margin-left: 5px;
    margin-right: 5px;
    padding-left: 0;
  }

  .logo-lt {
    margin-top: 0;
    position: absolute;
  }

  .image-2 {
    margin-left: -20px;
  }

  .footer {
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
  }

  .previous_project_arrow {
    text-align: right;
    padding-left: 30px;
  }

  .icon {
    color: #fff;
  }

  .cta-next-page {
    display: flex;
  }

  .menu-button, .menu-button.w--open {
    background-color: #0000;
  }

  .icon-4 {
    color: #000;
  }

  .menu-button-2 {
    background-color: #000;
  }
}

#w-node-_479f4dcb-def7-94a2-b232-7083b1994fe6-24bb077a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}


