@font-face {
  font-family: Ataero Retina;
  src: url('../fonts/AtAero-Retina.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Ataero;
  src: url('../fonts/AtAero-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Ataero;
  src: url('../fonts/AtAero-Thin.otf') format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

:root {
  --background: #efe5e5;
  --text-color: #202020;
  --text-ligher: #20202080;
  --accent-color: #8291f5;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  background-color: var(--background);
  color: var(--text-color);
  font-family: Bricolage Grotesque, sans-serif;
  font-size: 1vw;
  font-weight: 200;
  line-height: 1vw;
}

.canvas-wrapper {
  z-index: 2;
  pointer-events: auto;
  width: 100vw;
  height: 100vh;
  position: fixed;
  inset: 0%;
}

.text-light {
  z-index: 5;
  pointer-events: none;
  color: #fff;
  margin-bottom: 0;
  font-family: Ataero, Arial, sans-serif;
  font-size: 1.1vw;
  font-weight: 300;
  line-height: 1.8vw;
  position: relative;
}

.text-lighter {
  color: var(--text-ligher);
  margin-bottom: 0;
  font-size: 1.5vw;
  line-height: 2.3vw;
}

.text-lighter.text-faq {
  color: #efe5e58c;
  width: 100%;
  font-size: 1vw;
  line-height: 1.8vw;
}

.accordian-item-wrapper {
  z-index: 5;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  margin-top: .8vw;
  display: flex;
}

.accordian-w {
  z-index: 5;
  cursor: pointer;
  border-bottom: .1px solid #ffffff26;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-top: 1vw;
  padding-bottom: .3vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.accordian-header {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-bottom: .5vw;
  display: flex;
}

.faq-open-close-btn {
  color: var(--background);
  margin-bottom: 0;
  font-size: 1.5vw;
  line-height: 2vw;
}

.accordian-message {
  grid-column-gap: .5vw;
  grid-row-gap: .5vw;
  flex-flow: column;
  width: 50%;
  padding-bottom: .5vw;
  display: flex;
  overflow: hidden;
}

.testimonial-section {
  justify-content: space-between;
  align-items: center;
  padding-top: 10vw;
  padding-left: 15vw;
  padding-right: 2vw;
}

.testimonial-wrapper {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.footer-button {
  background-color: var(--text-color);
  cursor: pointer;
  border-radius: 100vw;
  padding: .5vw 2vw;
}

.section {
  background-color: #000;
  width: 100%;
}

.work-wrapper {
  grid-column-gap: 7vw;
  grid-row-gap: 7vw;
  flex-flow: column;
  padding-top: 5vw;
  display: flex;
}

.work-item {
  z-index: 5;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 90%;
  height: 100vh;
  display: flex;
  position: relative;
}

.work-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.work-title-wrapper {
  pointer-events: none;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  padding-left: 5vw;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 5%;
}

.hero-content-wrapper {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  flex-flow: column;
  width: 30%;
  display: flex;
}

.hero-section {
  justify-content: flex-end;
  align-items: flex-end;
  height: 100vh;
  padding-bottom: 5vw;
  padding-right: 15vw;
  display: flex;
}

.container-full {
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.work-title-content {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.testimonial-header {
  width: 35%;
}

.extras-section {
  justify-content: flex-end;
  align-items: center;
  padding-top: 10vw;
  padding-right: 15vw;
  display: flex;
}

.extras-content-wrapper {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  flex-flow: column;
  width: 30%;
  display: flex;
}

.service-wrapper {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  flex-flow: column;
  width: 35%;
  margin-top: 3vw;
  display: flex;
}

.work-description {
  justify-content: flex-end;
  align-items: flex-start;
  width: 40%;
  display: flex;
}

.text-llink {
  z-index: 5;
  color: #fff;
  text-underline-offset: 10px;
  margin-bottom: 0;
  font-size: 1.1vw;
  line-height: 1.8vw;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.div-block {
  grid-column-gap: .5vw;
  grid-row-gap: .5vw;
  border-top: 1px solid #ffffff26;
  border-bottom: 1px solid #ffffff26;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 1vw;
  padding-bottom: 1vw;
  display: flex;
}

.footer-content-wrapper {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  flex-flow: column;
  width: 30%;
  display: flex;
}

.text-footer {
  z-index: 5;
  pointer-events: none;
  color: #fff;
  text-align: left;
  border-bottom: 1px #efe5e540;
  margin-bottom: 0;
  font-size: 1.1vw;
  line-height: 1.8vw;
  position: relative;
}

.footer-section {
  justify-content: flex-end;
  align-items: center;
  padding-top: 10vw;
  padding-bottom: 10vw;
  padding-right: 15vw;
  display: flex;
}

.text-copyright {
  z-index: 5;
  pointer-events: none;
  color: #ffffff80;
  text-align: left;
  border-bottom: 1px #efe5e540;
  font-size: .9vw;
  line-height: 1vw;
  position: relative;
}

.work-overlay {
  z-index: 1;
  pointer-events: none;
  background-color: #00000059;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.work-image-link-block {
  width: 100%;
  height: 100%;
  -webkit-text-decoration: underline #000;
  text-decoration: underline #000;
}

.footer-link-button {
  z-index: 5;
  position: relative;
  overflow: hidden;
}

.link-underline {
  background-color: #fff;
  width: 100%;
  height: .1px;
  position: absolute;
  inset: auto 0% 4%;
}

.body {
  font-family: Ataero, Arial, sans-serif;
  font-weight: 300;
}

@media screen and (max-width: 991px) {
  .text-light, .text-lighter {
    font-size: 2.2vw;
    line-height: 3.5vw;
  }

  .text-lighter.text-faq {
    font-size: 1.9vw;
    line-height: 3vw;
  }

  .accordian-item-wrapper {
    grid-column-gap: 1vw;
    grid-row-gap: 1vw;
    margin-top: 3vw;
  }

  .accordian-w {
    padding-bottom: 1vw;
  }

  .faq-open-close-btn {
    font-size: 2vw;
    line-height: 3.5vw;
  }

  .accordian-message {
    width: 70%;
  }

  .testimonial-section {
    justify-content: flex-start;
    align-items: center;
    padding-top: 10vw;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .testimonial-wrapper {
    grid-column-gap: 3vw;
    grid-row-gap: 3vw;
    width: 100%;
  }

  .footer-button {
    padding: 1vw 3vw;
  }

  .work-wrapper {
    grid-column-gap: 10vw;
    grid-row-gap: 10vw;
    padding-top: 10vw;
  }

  .work-item {
    height: auto;
  }

  .work-image.parallax {
    aspect-ratio: 4 / 3;
  }

  .work-title-wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding-right: 5vw;
    inset: auto 0% 15%;
  }

  .hero-content-wrapper {
    grid-column-gap: 4vw;
    grid-row-gap: 4vw;
    width: 60%;
  }

  .hero-section {
    height: auto;
    padding-top: 50%;
    padding-right: 10vw;
  }

  .container-full {
    max-width: 100%;
  }

  .work-title-content {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .testimonial-header {
    width: 60%;
  }

  .extras-section {
    padding-right: 10vw;
  }

  .extras-content-wrapper, .service-wrapper {
    width: 70%;
  }

  .work-description {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .text-llink {
    font-size: 2.2vw;
    line-height: 3.5vw;
  }

  .div-block {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
    padding-top: 2vw;
    padding-bottom: 2vw;
  }

  .footer-content-wrapper {
    width: 70%;
  }

  .text-footer {
    font-size: 2.2vw;
    line-height: 3.5vw;
  }

  .footer-section {
    padding-top: 15vw;
    padding-right: 10vw;
  }

  .text-copyright {
    font-size: 1.5vw;
    line-height: 2vw;
  }
}

@media screen and (max-width: 767px) {
  .canvas-wrapper {
    pointer-events: none;
    display: none;
  }

  .text-light {
    font-size: 4vw;
    line-height: 6.5vw;
  }

  .text-lighter {
    font-size: 4vw;
    line-height: 6vw;
  }

  .text-lighter.text-faq {
    font-size: 3.3vw;
    line-height: 6vw;
  }

  .accordian-item-wrapper {
    margin-top: 5vw;
  }

  .accordian-w {
    width: 100%;
    margin-bottom: 5vw;
    padding-bottom: 2vw;
  }

  .accordian-header {
    margin-bottom: 1vw;
  }

  .faq-open-close-btn {
    font-size: 4vw;
    line-height: 6vw;
  }

  .accordian-message {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
    width: 100%;
    padding-top: 1vw;
  }

  .testimonial-section {
    padding-top: 15vw;
  }

  .testimonial-wrapper {
    grid-column-gap: 3vw;
    grid-row-gap: 3vw;
    width: 100%;
  }

  .footer-button {
    padding: 1.5vw 4vw;
  }

  .work-wrapper {
    grid-column-gap: 15vw;
    grid-row-gap: 15vw;
    padding-top: 15vw;
  }

  .work-item {
    width: 100%;
    max-width: 100%;
    height: auto;
  }

  .work-image.parallax {
    aspect-ratio: 1 / 1.5;
  }

  .work-title-wrapper {
    bottom: 10%;
  }

  .hero-content-wrapper {
    grid-column-gap: 6vw;
    grid-row-gap: 6vw;
    width: 100%;
  }

  .hero-section {
    padding-top: 60%;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .container-full {
    max-width: 100%;
  }

  .testimonial-header {
    width: 100%;
  }

  .extras-section {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .extras-content-wrapper {
    grid-column-gap: 6vw;
    grid-row-gap: 6vw;
    width: 100%;
  }

  .service-wrapper {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
    width: 100%;
  }

  .text-llink {
    font-size: 4vw;
    line-height: 6.5vw;
  }

  .footer-content-wrapper {
    grid-column-gap: 6vw;
    grid-row-gap: 6vw;
    width: 100%;
  }

  .text-footer {
    font-size: 4vw;
    line-height: 6.5vw;
  }

  .footer-section {
    padding: 25vw 5vw;
  }

  .text-copyright {
    font-size: 2.8vw;
    line-height: 3vw;
  }
}

@media screen and (max-width: 479px) {
  .text-lighter {
    font-size: 4vw;
    line-height: 5.5vw;
  }

  .text-lighter.text-faq {
    font-size: 3.6vw;
  }

  .accordian-item-wrapper {
    margin-top: 4vw;
  }

  .accordian-w {
    margin-bottom: 5vw;
  }

  .faq-open-close-btn {
    font-size: 4.5vw;
    line-height: 6.5vw;
  }

  .testimonial-wrapper {
    grid-column-gap: 4vw;
    grid-row-gap: 4vw;
  }

  .footer-button {
    padding: 2vw 5vw;
  }

  .work-wrapper {
    grid-column-gap: 20vw;
    grid-row-gap: 20vw;
  }

  .extras-section {
    padding-top: 20vw;
  }

  .div-block {
    grid-column-gap: 4vw;
    grid-row-gap: 4vw;
    padding-top: 4vw;
    padding-bottom: 4vw;
  }

  .footer-section {
    padding-top: 25vw;
    padding-bottom: 25vw;
  }

  .text-copyright {
    font-size: 3.4vw;
    line-height: 4vw;
  }
}


@font-face {
  font-family: 'Ataero Retina';
  src: url('../fonts/AtAero-Retina.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ataero';
  src: url('../fonts/AtAero-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ataero';
  src: url('../fonts/AtAero-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}