body {
  color: #fff;
  text-shadow: .0625rem .0625rem .0625rem #00000001;
  background-color: #000;
  font-family: Cousine, sans-serif;
  font-size: .875rem;
  line-height: 1.25rem;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.875rem;
  font-weight: 400;
  line-height: 2.375rem;
}

h2 {
  color: #ffffffb3;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 100%;
}

p {
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
}

a {
  color: #fff;
  text-decoration: none;
}

img {
  object-fit: contain;
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: inline-block;
}

.body {
  font-family: Cousine, sans-serif;
}

.page-wrapper {
  z-index: 2;
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  background-color: #000000a8;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  position: relative;
}

.main-wrapper {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2rem;
  padding-bottom: 2.5rem;
}

.nav-wrapper {
  justify-content: space-between;
  display: flex;
}

.link-wrapper.logo {
  font-size: 1.25rem;
}

.link-wrapper.status {
  font-size: .75rem;
  display: none;
}

.link-wrapper.menu-btn {
  font-size: 1.25rem;
}

.hero-section-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-text-wrapper {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  color: #ffffffb3;
  flex-flow: column;
  width: 100%;
  max-width: 36.75rem;
  display: flex;
}

.above-the-fold {
  flex-flow: column;
  justify-content: space-between;
  height: 96vh;
  display: flex;
}

.bottom-hero-section {
  padding-bottom: 2rem;
}

.bottom-hero-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  margin-bottom: 5.5rem;
  display: flex;
}

.bottom-hero-wrapper.sm-bottom {
  opacity: 1;
  text-align: center;
  margin-bottom: 3.5rem;
}

.hero-img--wrapper {
  width: 38.375rem;
  height: 30.625rem;
  position: relative;
}

.image {
  width: 100%;
  height: 100%;
}

.text-highlight {
  color: #fff;
}

.heading {
  line-height: 1rem;
}

.links {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: flex;
}

.img-logo {
  width: 7.5rem;
  height: 1.5rem;
}

.brands-icon__wrapper {
  flex-flow: row;
  justify-content: space-between;
  display: flex;
}

.book {
  color: #fff;
  font-size: 1.375rem;
  line-height: 2rem;
}

.showcase {
  z-index: 12;
  flex-flow: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.showcase.active {
  background-color: #000;
}

.showcase-project {
  width: 100%;
  height: 30vw;
  max-height: 31rem;
  margin-top: auto;
  margin-bottom: auto;
  transition: opacity .2s;
  display: none;
  position: absolute;
  inset: 0%;
}

.showcase-project.hubject {
  background-color: #000;
  transform: translate(0);
}

.showcase-project.creative-mules, .showcase-project.qodehub, .showcase-project.clear-click {
  background-color: #0000;
}

.showcase-project.active {
  z-index: 9;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.project-cards-section {
  margin-top: 7.5rem;
}

.project-cards-wrapper {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 4.5rem;
  display: grid;
}

.project-card {
  opacity: .9;
  background-color: #d9d9d900;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  max-width: none;
  height: 340px;
  padding: 1rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.project-card-text {
  z-index: 2;
  color: #000;
  justify-content: space-between;
  display: flex;
  position: relative;
}

.project-card-text.bottom {
  justify-content: flex-end;
}

.project-card--text {
  -webkit-backdrop-filter: blur(.625rem);
  backdrop-filter: blur(.625rem);
  color: #fff;
  background-color: #00000063;
  border-radius: .25rem;
  padding: .25rem;
  font-size: .75rem;
  line-height: 100%;
}

.project-card--text.nor-radius {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.expertise-section {
  margin-top: 7.5rem;
}

.expertise-item--wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  margin-top: 4rem;
  display: flex;
}

.expertise-text {
  opacity: .7;
  font-size: 1.9375rem;
  line-height: 100%;
  transition: opacity .3s;
}

.expertise-text:hover {
  opacity: 1;
}

.faq-wrapper--section {
  margin-top: 7.5rem;
  padding-right: 3rem;
}

.faq-wrapper--section.hide {
  display: none;
}

.accordion-main--wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  margin-top: 4rem;
  display: flex;
}

.accordion-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  opacity: .7;
  cursor: pointer;
  flex-flow: column;
  transition: opacity .2s;
  display: flex;
}

.accordion-wrapper.active {
  opacity: 1;
}

.accordion-top {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.qa-title {
  font-size: 1.5rem;
  line-height: 100%;
}

.toggle-btn {
  flex: none;
  height: 100%;
}

.paragraph {
  margin-bottom: 0;
}

.accordion-bottom {
  width: 80%;
  overflow: hidden;
}

.accordion-bottom.active {
  height: 6.25rem;
}

.contact-section {
  margin-top: 12.5rem;
}

.contact-text {
  color: #fff;
  font-size: 2rem;
}

.link {
  font-size: 1.25rem;
}

.contact-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: center;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.footer-wrapper {
  opacity: .7;
  justify-content: space-between;
  display: flex;
}

.footer-section {
  margin-top: 22.5rem;
}

.div-block-12 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: space-around;
  display: flex;
}

.bracket {
  display: inline-block;
}

.image-bg {
  z-index: 0;
  object-fit: cover;
  object-position: 50% 50%;
  position: absolute;
  inset: 0%;
}

.list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 1.5rem;
  display: flex;
}

.background-video {
  width: 100%;
  height: 100%;
}

.contact {
  font-size: 1.25rem;
}

.arrow {
  -webkit-backdrop-filter: blur(.625rem);
  backdrop-filter: blur(.625rem);
  color: #fff;
  background-color: #00000063;
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
  margin-left: -.0625rem;
}

.white {
  color: #fff;
}

.img-logo-item {
  opacity: .7;
  transition: opacity .3s;
}

.img-logo-item:hover {
  opacity: 1;
}

.background {
  z-index: 10;
  background-color: #000;
  display: none;
  position: fixed;
  inset: 0%;
}

.spline-anim {
  z-index: 1;
  opacity: .6;
  filter: saturate(0%);
  width: 100%;
  height: 100%;
  position: fixed;
  inset: 0%;
}

.spline-scene {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 991px) {
  p {
    font-size: .809rem;
    line-height: .9714rem;
  }

  .page-wrapper {
    padding-left: 1.618rem;
    padding-right: 1.618rem;
  }

  .main-wrapper {
    padding-top: 1.618rem;
  }

  .hero-section-wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .bottom-hero-section {
    padding-bottom: 1.618rem;
  }

  .hero-img--wrapper {
    width: 38.3rem;
  }

  .img-logo.feature-link {
    width: 6.0675rem;
    height: 1.2135rem;
  }

  .showcase-project {
    height: 35vw;
    max-height: 19rem;
  }

  .showcase-project.hubject {
    flex-flow: column;
    justify-content: center;
  }

  .project-cards-section {
    margin-top: 6.0675rem;
  }

  .project-cards-wrapper {
    grid-column-gap: 1.01125rem;
    grid-row-gap: 1.01125rem;
  }

  .project-card {
    height: 26.9vw;
    max-height: 16.6256rem;
  }

  .project-card--text {
    font-size: .60675rem;
  }

  .expertise-section {
    margin-top: 6.0675rem;
  }

  .expertise-item--wrapper {
    grid-column-gap: 1.618rem;
    grid-row-gap: 1.618rem;
  }

  .expertise-text {
    font-size: 1.56744rem;
  }

  .faq-wrapper--section {
    margin-top: 6.0675rem;
  }

  .accordion-top {
    grid-column-gap: .1rem;
    grid-row-gap: .1rem;
  }

  .qa-title {
    font-size: 1.2135rem;
  }

  .contact-section {
    margin-top: 10.1125rem;
  }

  .footer-wrapper {
    font-size: .707875rem;
    line-height: 1.01125rem;
  }

  .footer-section {
    margin-top: 18.2025rem;
  }

  .list, .arrow {
    font-size: .707875rem;
    line-height: 1.01125rem;
  }
}

@media screen and (max-width: 767px) {
  .page-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .main-wrapper {
    padding-top: 1rem;
  }

  .link-wrapper.logo {
    font-size: 1rem;
  }

  .link-wrapper.status {
    font-size: .60675rem;
  }

  .hero-section-wrapper {
    grid-column-gap: 3.6rem;
    grid-row-gap: 3.6rem;
    flex-flow: column;
    display: flex;
  }

  .bottom-hero-wrapper.sm-bottom {
    margin-bottom: 2.8315rem;
  }

  .hero-img--wrapper {
    width: 100%;
    max-width: 60vw;
    height: 100%;
    max-height: 31.1rem;
    margin-left: auto;
    margin-right: auto;
  }

  .img-logo.feature-link {
    width: 4.90861rem;
    height: .981722rem;
  }

  .brands-icon__wrapper.links {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: wrap;
  }

  .book {
    font-size: 1.11238rem;
    line-height: 1.618rem;
  }

  .showcase-project {
    height: 50vw;
    max-height: 24rem;
  }

  .project-cards-wrapper {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .project-card {
    height: 40vw;
    max-height: 19rem;
  }

  .footer-wrapper {
    font-size: .6rem;
    line-height: .818152rem;
  }

  .background-video {
    height: 100%;
  }

  .menu {
    font-size: 1rem;
  }

  .hero-heading {
    font-size: 1.51688rem;
    line-height: 1.92138rem;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 1.15rem;
  }

  .page-wrapper {
    padding-left: .809rem;
    padding-right: .809rem;
  }

  .link-wrapper.logo {
    font-size: 1.3rem;
  }

  .link-wrapper.status {
    display: none;
  }

  .above-the-fold {
    height: 90vh;
  }

  .hero-img--wrapper {
    max-width: 85vw;
    height: 55vw;
  }

  .image {
    max-width: none;
  }

  .img-logo.feature-link {
    flex: 1;
    height: 5vw;
    max-height: 1.2rem;
  }

  .img-logo.feature-link.hide-sm {
    display: none;
  }

  .brands-icon__wrapper.links {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: wrap;
    justify-content: space-between;
  }

  .showcase-project, .showcase-project.active {
    height: 70vw;
    max-height: 21rem;
  }

  .project-cards-wrapper {
    grid-column-gap: .809rem;
    grid-row-gap: .809rem;
    grid-template-columns: 1fr;
  }

  .project-card {
    height: 90vw;
    max-height: 27rem;
  }

  .expertise-section {
    margin-top: 4.90861rem;
  }

  .expertise-item--wrapper {
    grid-column-gap: 1.30896rem;
    grid-row-gap: 1.30896rem;
  }

  .expertise-text {
    font-size: 1.02586rem;
  }

  .faq-wrapper--section {
    margin-top: 4.90861rem;
    padding-right: 0;
  }

  .accordion-top {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .qa-title {
    font-size: .981722rem;
  }

  .accordion-bottom {
    width: auto;
  }

  .contact-section {
    margin-top: 8.18101rem;
  }

  .contact-text {
    font-size: 1.618rem;
  }

  .footer-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    align-items: center;
    font-size: 1rem;
    display: flex;
  }

  .footer-section {
    margin-top: 14.7258rem;
  }

  .image-bg {
    inset: 0%;
  }

  .contact.clickable {
    font-size: 1.01125rem;
    line-height: 1.01125rem;
  }

  .menu, .white {
    font-size: .809rem;
  }

  .hero-heading {
    font-size: 1.22715rem;
    line-height: 1.55439rem;
  }

  .spline-anim {
    display: none;
  }
}


