:root {
  --black: black;
  --white: white;
  --blue: #0094ff;
}

.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: #000;
  font-family: Urbanist, sans-serif;
  font-size: 18px;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

p {
  margin-bottom: 0;
}

.hero-section {
  aspect-ratio: 3 / 2;
  width: 100%;
}

.hero-slider, .mask, .slide {
  width: 100%;
  height: 100%;
}

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

.slider-text-tint-wrapper {
  background-image: none;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding-bottom: 20%;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.left-arrow, .right-arrow {
  display: none;
}

.slide-nav {
  bottom: 30%;
}

.section {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 160px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.section.double-pd {
  padding-bottom: 160px;
}

.section.black {
  background-color: var(--black);
  color: var(--white);
}

.section.no-pd {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.section.bottom-pd-60 {
  padding-bottom: 60px;
}

.container {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.container.slim {
  max-width: 900px;
}

.center-text-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

._2x2-grid {
  grid-column-gap: 32px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  width: 100%;
}

.style-block-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.style-block-image {
  z-index: 1;
  width: 100%;
  transition: all .2s cubic-bezier(.445, .05, .55, .95);
  position: static;
}

.style-block-image-wrapper {
  cursor: pointer;
  width: 100%;
  position: relative;
}

.expand-wrapper {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-bottom: 0;
  padding: 12px 13px;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.expand-icon {
  cursor: pointer;
  width: 100%;
}

.image-expand-popup {
  z-index: 100;
  background-color: var(--black);
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  height: 100vh;
  padding: 100px 60px;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.image-expand-popup.monochrome-melodies {
  display: none;
  inset: 0%;
  overflow: visible;
}

.image-expand-popup.vimeo-popup {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #000000b3;
  flex-flow: column;
  display: none;
}

.image-expand-popup.customized-photo-edit {
  display: none;
}

.before-after-wrapper {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  max-width: 1000px;
  display: flex;
}

.before-after-wrapper.video-gap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: var(--white);
  justify-content: flex-start;
  align-items: center;
  max-width: 700px;
}

.cross-wrapper {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.cross-icon {
  width: 100%;
  height: 100%;
}

.before-after-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  opacity: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  transform: scale(.75);
}

.before-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.before-image {
  width: 100%;
}

.b-a-text {
  color: var(--white);
  font-size: 16px;
}

.style-link-box {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--black);
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.style-link-box:hover {
  color: var(--blue);
}

.style-link-box.white {
  color: var(--white);
}

.style-link-box.white.no-display {
  display: none;
}

.custom-style-card {
  z-index: 0;
  text-align: center;
  cursor: pointer;
  background-color: #0000001a;
  border: 8px #0000001a;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.custom-style-text {
  color: var(--black);
  letter-spacing: .2px;
  text-transform: uppercase;
  font-size: 21px;
}

.vimeo-embed {
  border-radius: 16px;
  width: 100%;
  max-width: 700px;
  overflow: hidden;
}

.max-w-750 {
  width: 100%;
  max-width: 750px;
}

.button {
  color: var(--black);
  cursor: pointer;
  background-color: #0000;
  border: 1px solid #000;
  border-radius: 16px;
  padding: 16px 32px;
  font-size: 16px;
  transition: all .2s;
}

.button:hover {
  background-color: var(--black);
  color: var(--white);
}

.carousel-container {
  width: 100%;
  display: flex;
  overflow: hidden;
}

.logo-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: flex-end;
  width: 4440px;
  min-width: 4440px;
  padding-left: 40px;
  padding-right: 0;
  display: flex;
}

.intagram-cousel-image {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  width: 700px;
}

.card-inner {
  z-index: 1;
  color: var(--black);
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: visible;
}

.div-block {
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.bottom-dropdown {
  padding-left: 15px;
  padding-right: 40px;
  overflow: hidden;
}

.content-block.line-bottom {
  border-bottom: 1px solid #000;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

._2-col-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: .6fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.dropdown-container {
  color: var(--white);
  background-color: #0e0e0e;
  border-radius: 7px;
  grid-template-rows: auto auto;
  grid-template-columns: .25fr 1fr .25fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-bottom: 20px;
  text-decoration: none;
  display: block;
  overflow: hidden;
}

.no-mrgn {
  margin-bottom: 0;
}

.no-mrgn.dropdown {
  color: silver;
  margin-top: 15px;
  margin-bottom: 15px;
}

.plus-icon {
  flex: none;
  justify-content: center;
  align-items: flex-start;
  width: 15px;
  height: 15px;
  display: flex;
  position: relative;
}

.top-dropdown {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border-top: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr .25fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: flex-start center;
  padding: 15px;
  display: flex;
}

.heading {
  font-size: 28px;
  line-height: 1.4;
}

.open-icon {
  width: 100%;
}

.client-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  width: 100%;
}

.testimonial-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #0e0e0e;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding: 16px;
  display: grid;
}

.image-name-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-name-wrapper.off {
  opacity: 0;
}

.client-image {
  border-radius: 100%;
  width: 40px;
  height: 40px;
  overflow: hidden;
}

.client-image.outline {
  border: 1px solid var(--white);
}

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

.image-client-photo.off {
  opacity: 0;
}

.client-name {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
}

.testimonial-text-wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.testimonial-paragraph {
  color: #ccc;
  font-size: 15px;
}

.testimonial-social-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.testimonial-social-icon {
  width: 22px;
}

.client-slider {
  background-color: #0000;
  width: 100%;
  height: auto;
  padding-bottom: 100px;
}

.left-arrow-2, .right-arrow-2 {
  display: none;
}

.client-mask {
  width: 100%;
  height: auto;
}

.client-slide {
  width: 100%;
}

.video-wrapper {
  border-radius: 16px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.curtain {
  z-index: 3;
  background-color: var(--white);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.video-thumbnail {
  width: 100%;
}

.tint-light {
  z-index: 1;
  cursor: pointer;
  background-image: linear-gradient(#0000004d, #0000004d);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.play-wrapper {
  cursor: auto;
  justify-content: center;
  align-items: center;
  width: 76px;
  height: 76px;
  display: flex;
}

.play-svg {
  cursor: pointer;
  width: 100%;
}

.vidmeo-close {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  margin-bottom: 40px;
  margin-left: auto;
  display: flex;
}

.explainer-video {
  z-index: 2;
  width: 100%;
  height: 100%;
}

.bg-video-wrapper {
  aspect-ratio: 2.12389;
  width: 100%;
}

.button-primary {
  background-color: #0094ff;
  border-radius: 16px;
  padding: 16px 32px;
  transition: all .2s;
}

.button-primary:hover {
  background-color: #007eda;
}

.navbar-no-shadow {
  z-index: 20;
  background-image: linear-gradient(#000, #0000 100%, #0000);
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar-no-shadow.sticky-navbar {
  background-color: var(--white);
  background-image: none;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 0;
}

.container-regular {
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: 1200px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.navbar-brand {
  width: 120px;
}

.navbar-brand.w--current {
  width: 156px;
}

.nav-menu-wrapper {
  flex: 1;
  max-width: 100%;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 60px;
  display: flex;
}

.nav-link {
  color: var(--white);
  letter-spacing: .25px;
  cursor: pointer;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  transition: all .2s;
}

.nav-link:hover {
  color: var(--blue);
}

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link.black {
  color: var(--black);
}

.mobile-margin-top-10 {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  margin-left: 0;
  margin-right: auto;
  display: flex;
}

.mobile-margin-top-10.last {
  flex: none;
  margin-left: 20px;
}

.button-primary-2 {
  border: 1px solid var(--white);
  background-color: var(--white);
  color: var(--black);
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 22px;
  padding: 10px 20px;
  font-size: 14px;
  line-height: 1.5;
  transition: all .2s;
}

.button-primary-2:hover {
  border-color: var(--blue);
  background-color: var(--blue);
  color: var(--white);
}

.button-primary-2:active {
  background-color: #43464d;
}

.button-primary-2.unfilled {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--white);
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: var(--white);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--white);
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: var(--white);
  color: var(--white);
  background-color: #0000;
}

.button-primary-2.unfilled:hover {
  background-color: var(--white);
  color: var(--black);
}

.button-primary-2.unfilled.black {
  border-top-color: var(--black);
  border-right-color: var(--black);
  border-bottom-color: var(--black);
  border-left-color: var(--black);
  color: var(--black);
  background-color: #0000;
}

.button-primary-2.unfilled.black:hover {
  border-color: var(--blue);
  background-color: var(--blue);
  color: var(--white);
}

.button-primary-2.blacken {
  border-color: var(--black);
  background-color: var(--black);
  color: var(--white);
}

.button-primary-2.blacken:hover {
  border-color: var(--blue);
  background-color: var(--blue);
}

.image-2 {
  object-fit: contain;
  object-position: 50% 50%;
  width: 100%;
}

.photo-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.landscape {
  aspect-ratio: 3 / 2;
  width: 100%;
  overflow: hidden;
}

.lightbox-link {
  width: 100%;
  height: 100%;
}

.lightbox-display-image {
  cursor: pointer;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.half-section {
  width: 100%;
  height: 100vh;
}

.half-section-layout-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  width: 100%;
  height: 100%;
}

.half-section-image-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.half-section-text-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.paragraph-xl {
  font-size: 28px;
  font-weight: 500;
}

.paragraph-xl.max-432 {
  max-width: 432px;
}

.button-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 432px;
  padding-left: 3.9rem;
  padding-right: 3.9rem;
  display: flex;
}

.whatsapp-button {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: var(--white);
  letter-spacing: 2px;
  cursor: pointer;
  background-color: #1baa50;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  padding: 10px 40px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  text-decoration: none;
  display: flex;
}

.whatsapp-button.email {
  background-color: var(--black);
}

.icon-social-button {
  width: 24px;
  height: 24px;
}

.wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 40px;
  display: flex;
}

.footer-dark {
  background-color: var(--white);
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px 30px;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-brand {
  margin-top: 0;
}

.footer-content {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto auto;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-block.last {
  justify-content: flex-start;
  align-items: flex-end;
  margin-left: 60px;
}

.footer-link {
  color: #1a1b1f;
  white-space: nowrap;
  word-break: keep-all;
  cursor: pointer;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: var(--blue);
}

.footer-social-block {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: 0;
  display: flex;
}

.footer-social-link {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-left: 0;
  display: flex;
}

.footer-social-link.bigger {
  width: 26px;
}

.footer-divider {
  opacity: 0;
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 80px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  color: #7f7f7f;
  letter-spacing: .2px;
  justify-content: flex-start;
  align-items: flex-end;
  font-size: 15px;
}

.footer-logo {
  width: 156px;
}

.social-icon {
  object-fit: contain;
  object-position: 50% 50%;
  height: 100%;
}

.div-block-2 {
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.div-block-3 {
  width: 284px;
  max-width: 284px;
  margin-right: 100px;
}

.div-block-4 {
  width: 284px;
  margin-right: 100px;
}

.link {
  color: #7f7f7f;
  cursor: pointer;
  text-decoration: none;
}

.link:hover {
  color: var(--black);
}

.div-block-5 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.div-block-6 {
  width: 375px;
}

.code-embed {
  justify-content: center;
  align-items: center;
  width: 16px;
  display: flex;
}

.explainer-slider {
  background-color: #0000;
  display: none;
}

.left-arrow-3, .right-arrow-3 {
  display: none;
}

.div-block-7 {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

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

.div-block-8 {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-top: -60px;
  display: flex;
}

@media screen and (max-width: 991px) {
  .slider-text-tint-wrapper {
    padding-bottom: 10%;
  }

  .slide-nav {
    bottom: 5%;
  }

  .section {
    padding-top: 100px;
  }

  .section.double-pd {
    padding-bottom: 100px;
  }

  .logo-container {
    width: 3240px;
    min-width: 3240px;
  }

  .intagram-cousel-image {
    width: 500px;
  }

  ._2-col-grid {
    grid-template-columns: .6fr 1fr;
  }

  .navbar-no-shadow {
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-no-shadow.sticky-navbar {
    position: sticky;
  }

  .navbar-brand.w--current {
    margin-left: 30px;
  }

  .nav-menu-wrapper {
    background-color: var(--black);
    height: 100vh;
    padding: 40px 30px;
  }

  .nav-menu-wrapper.dark-mode-wrapper {
    background-color: #0000004d;
  }

  .nav-menu {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-link {
    color: var(--white);
    padding-left: 5px;
    padding-right: 5px;
    font-size: 21px;
  }

  .nav-link.black {
    color: var(--white);
  }

  .mobile-margin-top-10 {
    margin-right: 0;
  }

  .mobile-margin-top-10.last {
    margin-left: 0;
    margin-right: 0;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .button-primary-2.unfilled.black {
    background-color: var(--black);
    color: var(--white);
  }

  .menu-button {
    color: var(--white);
    margin-right: 30px;
    padding: 12px 0 12px 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #0000;
    padding-right: 0;
  }

  .container-2 {
    max-width: 728px;
  }

  .footer-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column;
  }

  .footer-content {
    grid-column-gap: 60px;
    width: 100%;
  }

  .footer-divider {
    margin-top: 40px;
  }

  .div-block-2 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: wrap-reverse;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .div-block-3 {
    width: auto;
    max-width: none;
  }

  .dark-icon {
    color: var(--black);
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 32px;
  }

  p {
    font-size: 16px;
  }

  .slider-text-tint-wrapper {
    padding-bottom: 15%;
  }

  .section {
    padding-top: 60px;
  }

  .section.double-pd {
    padding-bottom: 60px;
  }

  .container {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .logo-container {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    min-width: 3240px;
  }

  ._2-col-grid {
    grid-template-columns: 1fr;
  }

  .heading {
    font-size: 18px;
    line-height: 1.4;
  }

  .client-grid {
    grid-template-columns: 1fr;
  }

  .testimonial-wrapper {
    grid-template-rows: auto;
  }

  .image-name-wrapper.off {
    display: none;
  }

  .client-image {
    width: 30px;
    height: 30px;
  }

  .testimonial-social-icon {
    width: 18px;
  }

  .navbar-no-shadow-container {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .button-primary-2, .button-primary-2.unfilled {
    border-color: var(--white);
    background-color: var(--white);
    color: var(--black);
  }

  .photo-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .half-section {
    height: auto;
  }

  .half-section-layout-grid {
    grid-template-columns: 1fr;
  }

  .half-section-text-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .paragraph-xl.max-432 {
    font-size: 21px;
  }

  .footer-dark {
    padding-left: 30px;
    padding-right: 30px;
  }

  .footer-wrapper {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .footer-content {
    grid-row-gap: 60px;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 40px;
  }

  .footer-block {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .footer-block.last {
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 0;
  }

  .footer-link:hover {
    color: #1a1b1fbf;
  }

  .footer-social-block {
    margin-top: 0;
    margin-left: 0;
  }

  .footer-social-link {
    margin-left: 0;
  }

  .footer-divider {
    margin-top: 40px;
  }

  .div-block-3 {
    margin-right: 0;
  }

  .div-block-6 {
    width: auto;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 24px;
  }

  .hero-section {
    aspect-ratio: auto;
    height: 100vh;
  }

  .hero-slider-image {
    object-position: 80% 50%;
  }

  .hero-slider-image.left-subject {
    object-position: 65% 50%;
  }

  .slider-text-tint-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }

  .slide-nav {
    bottom: 0%;
  }

  .section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .center-text-wrapper {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  ._2x2-grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .style-block-wrapper {
    justify-content: flex-start;
    align-items: center;
  }

  .image-expand-popup {
    padding: 60px 40px;
  }

  .before-after-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .before-after-container {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .style-link-box {
    text-align: center;
  }

  .logo-container {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 2160px;
    min-width: 2160px;
    padding-left: 10px;
    padding-right: 0;
  }

  .intagram-cousel-image {
    width: 350px;
  }

  .card-inner {
    width: 100%;
  }

  .client-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .vidmeo-close {
    margin-bottom: 20px;
  }

  .explainer-video {
    display: none;
  }

  .navbar-no-shadow-container {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .navbar-brand.w--current {
    width: 104px;
  }

  .nav-menu-wrapper {
    background-color: var(--black);
  }

  .nav-menu {
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .photo-grid {
    grid-template-columns: 1fr;
  }

  .half-section-text-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .paragraph-xl.max-432 {
    max-width: none;
  }

  .button-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .wrapper {
    margin-top: 0;
  }

  .wrapper.top-40 {
    margin-top: 20px;
  }

  .footer-dark {
    padding: 60px 30px 20px;
  }

  .container-2 {
    max-width: none;
  }

  .footer-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .footer-content {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    margin-top: 0;
  }

  .footer-block.last {
    justify-content: flex-end;
    align-items: flex-start;
  }

  .footer-logo {
    width: 140px;
  }

  .div-block-4 {
    margin-right: 0;
  }

  .div-block-5 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .div-block-6 {
    text-align: center;
  }

  .explainer-slider {
    width: 100%;
    height: auto;
    padding-bottom: 20%;
    display: block;
  }

  .div-block-7 {
    height: auto;
  }

  .image-4, .slide-2, .mask-2 {
    width: 100%;
    height: auto;
  }
}

#w-node-bd3a512d-05af-809c-e372-c8d812df591b-9236a9b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ad363a73-cc23-bb1a-4892-b12bae9a1b0a-9236a9b9 {
  justify-self: stretch;
}

#w-node-ad363a73-cc23-bb1a-4892-b12bae9a1b16-9236a9b9, #w-node-beb3bac1-c16b-287e-0a96-a49866e5d55b-9236a9b9, #w-node-efa04fe8-3c0c-42e8-a568-95da12febde7-9236a9b9, #w-node-_0768ef1a-0921-eecb-ccf0-82ce4562ba72-9236a9b9, #w-node-dabfd7a3-0088-8a68-c29c-03460e66b1c4-9236a9b9, #w-node-a5146931-bf75-9da7-a9f8-d778e87d389a-9236a9b9, #w-node-d2167e03-30f7-2da5-7319-a764f691f81c-9236a9b9, #w-node-_2970a49b-28b0-4ffa-304d-cd4e219ac570-9236a9b9, #w-node-_89ccc6f5-0ee7-caf6-2b1c-0706f2751aed-9236a9b9 {
  justify-self: end;
}

#w-node-f7c67aa0-bcba-4266-74a0-2eaf905f49e6-905f49df, #w-node-f7c67aa0-bcba-4266-74a0-2eaf905f49ed-905f49df, #w-node-f7c67aa0-bcba-4266-74a0-2eaf905f49f4-905f49df, #w-node-f7c67aa0-bcba-4266-74a0-2eaf905f49fb-905f49df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f5d172bb-285d-638a-35d7-80f7636e8a9a-cd12a77c {
  grid-area: 1 / 2 / 3 / 3;
}

#w-node-_3c07fbe6-9850-ed16-2ec3-efe913172fc2-cd12a77c {
  grid-area: 1 / 3 / 3 / 4;
}

#w-node-f5d172bb-285d-638a-35d7-80f7636e8a9a-22fb191b {
  grid-area: 1 / 2 / 3 / 3;
}

#w-node-_3c07fbe6-9850-ed16-2ec3-efe913172fc2-22fb191b {
  grid-area: 1 / 3 / 3 / 4;
}

#w-node-f5d172bb-285d-638a-35d7-80f7636e8a9a-a23f0343 {
  grid-area: 1 / 2 / 3 / 3;
}

#w-node-_3c07fbe6-9850-ed16-2ec3-efe913172fc2-a23f0343 {
  grid-area: 1 / 3 / 3 / 4;
}

#w-node-f5d172bb-285d-638a-35d7-80f7636e8a9a-03279db7 {
  grid-area: 1 / 2 / 3 / 3;
}

#w-node-_3c07fbe6-9850-ed16-2ec3-efe913172fc2-03279db7 {
  grid-area: 1 / 3 / 3 / 4;
}

@media screen and (max-width: 767px) {
  #w-node-bd3a512d-05af-809c-e372-c8d812df591b-9236a9b9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ad363a73-cc23-bb1a-4892-b12bae9a1b07-9236a9b9 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-ad363a73-cc23-bb1a-4892-b12bae9a1b0a-9236a9b9 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: stretch;
  }
}

@media screen and (max-width: 479px) {
  #w-node-bd3a512d-05af-809c-e372-c8d812df591b-9236a9b9 {
    grid-column-end: 2;
  }

  #w-node-f5d172bb-285d-638a-35d7-80f7636e8a9a-cd12a77c, #w-node-_3c07fbe6-9850-ed16-2ec3-efe913172fc2-cd12a77c, #w-node-f5d172bb-285d-638a-35d7-80f7636e8a9a-22fb191b, #w-node-_3c07fbe6-9850-ed16-2ec3-efe913172fc2-22fb191b, #w-node-f5d172bb-285d-638a-35d7-80f7636e8a9a-a23f0343, #w-node-_3c07fbe6-9850-ed16-2ec3-efe913172fc2-a23f0343, #w-node-f5d172bb-285d-638a-35d7-80f7636e8a9a-03279db7, #w-node-_3c07fbe6-9850-ed16-2ec3-efe913172fc2-03279db7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


