:root {
  --orange: #fc8408;
  --black: black;
  --white: white;
  --dark-grey-black: #313131;
}

.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;
}

.work-portfolio-desktop {
  max-width: 90%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.work-show-card {
  text-align: center;
  background-color: #0000;
  border: 1px #000;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
  display: flex;
  position: relative;
}

.map {
  background-color: var(--orange);
  border: 1px #000;
  position: relative;
}

.map-wrapper {
  text-align: center;
  background-color: #0000;
  background-image: url('../images/map-tribe.jpg');
  background-position: 50% 0;
  background-size: cover;
  background-attachment: scroll;
  width: 100%;
  height: 400px;
}

.footer {
  background-color: var(--black);
  border: 1px #000;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}

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

.about-link {
  background-color: #0000;
  width: 0;
  height: 0;
  position: absolute;
  inset: 1% 0% auto;
}

.contact-link {
  width: 0;
  height: 0;
  position: absolute;
  inset: 1% 0% auto;
}

.work-show-image {
  border-radius: 15px;
}

.about-wrapper {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-wrapper {
  background-color: var(--black);
  border: 1px #000;
  height: auto;
  margin-bottom: 40px;
  margin-left: -30px;
  margin-right: -30px;
  padding-top: 10px;
}

.footer-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: flex-start center;
  margin-top: 20px;
  padding-bottom: 20px;
  padding-left: 70px;
  padding-right: 70px;
  display: grid;
}

.footer-box {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 400px;
  display: flex;
}

.footer-text-1 {
  color: var(--white);
  text-align: left;
  width: 100%;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.6em;
}

.hero-link-box {
  color: var(--white);
  letter-spacing: 1px;
  align-self: flex-end;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 50px;
}

.footer-heading-1 {
  color: var(--white);
  text-align: left;
  letter-spacing: 4px;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.6em;
}

.footer-heading-2 {
  color: var(--white);
  text-align: right;
  letter-spacing: 4px;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.6em;
}

.footer-end-text-1 {
  color: var(--white);
  text-align: center;
  justify-content: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 200;
  line-height: 1.6em;
  display: flex;
}

.work-show-text-mobile {
  width: 100%;
  display: none;
}

.work-show-heading-mobile {
  color: var(--white);
  text-align: center;
  background-color: #31313133;
  flex: 0 auto;
  align-self: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
}

.bold-text {
  letter-spacing: .5px;
}

.clients {
  background-color: var(--orange);
  border: 1px #000;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
}

.clients-link {
  width: 0;
  height: 0;
  position: absolute;
  inset: 1% 0% auto;
}

.clients-wrapper {
  padding-top: 0;
}

.maps-link {
  position: absolute;
  inset: 0%;
}

.nav-cover {
  background-color: var(--orange);
  border: 1px #889ea80d;
  height: 100%;
}

.dropdown-list {
  background-color: #0000;
}

.dropdown-list.w--open {
  justify-content: center;
  align-items: stretch;
  width: 100%;
  padding-top: 12px;
  display: flex;
}

.dropdown-corner {
  background-color: #fff;
  width: 12px;
  height: 12px;
  position: absolute;
  inset: -5px auto auto;
  transform: rotate(45deg);
}

.outline-social-icon {
  border: 1px solid #889ea833;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  padding: 9px;
  display: flex;
}

.lottie-animation {
  justify-content: center;
  align-items: center;
  width: 15px;
  margin-left: 6px;
  margin-right: -21px;
  display: flex;
}

.dropdown-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  background-color: #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  width: 250px;
  min-width: 250px;
  display: grid;
  position: relative;
  box-shadow: 0 12px 36px -8px #292b4e1f;
}

.hover-line {
  height: 1px;
  position: absolute;
  inset: auto 0% -1px;
  overflow: hidden;
}

.logo {
  color: #000;
  letter-spacing: -.03em;
  align-items: center;
  font-size: 22px;
  font-weight: 600;
  line-height: 1em;
  display: flex;
}

.hover-line-fill {
  background-color: #a3acc2;
  width: 100%;
  height: 100%;
}

.nav-content {
  z-index: 10;
  border-bottom: 1px solid #fff0;
  justify-content: space-between;
  width: 100%;
  display: flex;
  position: relative;
}

.dropdown-link {
  color: #000;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  border-bottom: 1px solid #889ea833;
  width: 100%;
  padding: 20px;
  font-size: 12px;
  text-decoration: none;
  position: relative;
}

.dropdown-link.bottom {
  border-bottom-style: none;
}

.nav-wrapper {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
  grid-auto-columns: 1fr;
  justify-content: space-between;
  min-width: 100%;
  display: grid;
  position: relative;
}

.nav-menu-right {
  z-index: 10;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
  position: relative;
}

.nav-menu-main {
  justify-content: center;
  max-width: 600px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  left: 0;
  right: 0;
}

.nav-menu-items {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  display: flex;
}

.nav-link {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 400;
  display: flex;
}

.nav-link.w--current {
  color: #000;
}

.nav-link-dropdown {
  justify-content: center;
  margin-left: 0;
  margin-right: 0;
  display: none;
}

.nav {
  background-color: #fff0;
  justify-content: center;
  height: 80px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.hero-outline-button {
  color: #000;
  letter-spacing: 3px;
  text-transform: uppercase;
  border: 1px solid #889ea833;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  min-height: 42px;
  padding: 16px 32px;
  font-size: 9px;
  line-height: 1.35em;
  text-decoration: none;
  transition: background-color .5s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  overflow: hidden;
}

.hero-top {
  color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0 24px;
}

.contact-text {
  color: var(--white);
  text-align: center;
  letter-spacing: -.03em;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 140px;
  padding-right: 140px;
  font-family: Montserrat, sans-serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 1.4em;
  display: block;
}

.hero-main-wrapper {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

.hero-background {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.hero-slider-arrow {
  border: 1px solid #ffffff4d;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 180px;
  padding-left: 100px;
  display: flex;
  top: 0;
  bottom: 80px;
  left: -100px;
}

.hero-slider-arrow.right {
  padding-left: 0;
  padding-right: 100px;
  left: auto;
  right: -100px;
}

.hero-background-image {
  position: absolute;
  inset: 0%;
}

.hero-background-image.slider-003 {
  background-image: url('../images/hero-lilwild.jpg');
  background-position: 50%;
  background-size: cover;
}

.hero-background-image.slider-002 {
  background-image: url('../images/hero-lkschooldaze.jpg');
  background-position: 50%;
  background-size: cover;
}

.hero-background-image.slider-001 {
  background-image: url('../images/hero-lamput.jpg');
  background-position: 50%;
  background-size: cover;
}

.hero-slider {
  background-color: #ddd0;
  height: 100%;
}

.hero-intro {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  max-width: 675px;
  display: grid;
}

.hero {
  background-color: #000;
  justify-content: center;
  min-height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-inner-content {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 110px;
  padding-bottom: 0;
  display: grid;
  position: relative;
}

.hero-slider-arrow-icon {
  opacity: .3;
  width: 18px;
}

.hero-main {
  justify-content: center;
  height: 100%;
  padding-bottom: 160px;
  display: flex;
}

.hero-background-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.hero-slide-nav {
  display: none;
}

.hero-image-overlay {
  background-color: #0a101d99;
  position: absolute;
  inset: 0%;
}

.work {
  background-color: var(--orange);
  border: 1px #000;
  padding-top: 20px;
  padding-bottom: 60px;
  position: relative;
}

.work-show-wrapper {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0% auto auto 0%;
}

.work-show-text {
  color: var(--white);
  text-align: center;
  background-color: #000000b3;
  border-radius: 15px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 100%;
  height: 100%;
  font-family: Montserrat, sans-serif;
  font-size: 1.1em;
  font-weight: 100;
  line-height: 1.4em;
  display: flex;
  position: relative;
  left: 0%;
  right: 0%;
}

.work-portfolio-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: minmax(0, 1fr) 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-content: stretch;
  align-items: stretch;
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: static;
}

.work-heading {
  justify-content: center;
  align-items: center;
  display: flex;
}

.contact {
  background-color: var(--black);
  background-image: url('../images/photo-desk.jpg');
  background-position: 0 0;
  background-size: cover;
  background-attachment: fixed;
  border: 1px #000;
  padding-top: 80px;
  padding-bottom: 80px;
  display: block;
  position: relative;
}

.clients-grid-desktop {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  place-items: center;
  padding: 50px 80px 40px;
}

.clients-slide-nav {
  display: none;
}

.clients-slider-desktop {
  background-color: #0000;
  max-height: 200px;
}

.clients-arrow-icon {
  opacity: .3;
}

.button {
  border: 3px solid var(--orange);
  background-color: #0000;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 600;
}

.button:hover {
  background-color: var(--orange);
  border-color: #0000;
}

.email-button {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.clients-grid-mobile {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  place-items: center;
  padding: 40px;
  display: none;
}

.hero-link {
  background-color: #0000;
  width: 0;
  height: 0;
  position: absolute;
  inset: 0% 0% auto;
}

.about-text {
  color: var(--white);
  text-align: left;
  letter-spacing: -.03em;
  max-width: 1150px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 34px;
  font-weight: 500;
  line-height: 1.4em;
}

.about {
  background-color: var(--dark-grey-black);
  border: 1px #000;
  padding-top: 80px;
  padding-bottom: 80px;
  display: block;
  position: relative;
}

.work-heading-text {
  color: #fff;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 58px;
  font-weight: 100;
  line-height: 1.6em;
}

.clients-intro {
  background-color: var(--dark-grey-black);
  border: 1px #000;
  padding-top: 20px;
  padding-bottom: 60px;
  display: block;
  position: relative;
}

.footer-text-mobile {
  color: var(--white);
  text-align: right;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.6em;
  text-decoration: none;
}

.footer-text-mobile:hover {
  color: var(--orange);
}

.footer-text-phone-link {
  color: #fff;
  align-self: flex-end;
  width: auto;
  font-family: Montserrat, sans-serif;
  font-weight: 200;
  text-decoration: none;
}

.nav-link-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  display: inline-grid;
}

.nav-underline-work, .nav-underline-team, .nav-underline-clients, .nav-underline-contact {
  opacity: 0;
  background-color: #fff;
  width: 100%;
  height: 1px;
  margin-top: -20px;
}

.hero-bottom {
  justify-content: flex-end;
  display: flex;
  position: absolute;
  bottom: 2%;
  left: 2%;
  right: 2%;
}

.hero-bottom-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  display: inline-grid;
  overflow: hidden;
}

.hero-slide-link {
  color: var(--white);
  text-align: center;
  text-decoration: none;
}

.footer-text-2 {
  color: #fff;
  text-align: right;
  align-self: flex-end;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.6em;
}

.footer-link {
  color: #fff;
  text-decoration: none;
}

.footer-link:hover {
  color: #ff890f;
  -webkit-text-stroke-color: var(--orange);
}

.hero-link-underline {
  opacity: 0;
  background-color: #fff;
  width: 100%;
  height: 1px;
  margin-top: -15px;
  transform: translate(-100%);
}

.clients-subheading-text {
  color: var(--white);
  text-align: center;
  letter-spacing: -.03em;
  max-width: 1250px;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 160px;
  padding-right: 160px;
  font-family: Montserrat, sans-serif;
  font-size: 34px;
  font-weight: 500;
  line-height: 1.4em;
}

.work-link {
  width: 0;
  height: 0;
  position: absolute;
  inset: 10px 0% auto;
}

.hero-main-text {
  font-family: Montserrat, sans-serif;
  font-size: 54px;
  font-weight: 400;
  line-height: 1.2em;
}

.work-hide-gradient {
  display: none;
}

.work-portfolio-mobile-load {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.work-arrow {
  z-index: 10;
  justify-content: center;
  align-items: center;
  display: none;
  position: relative;
}

.clients-subheading {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.clients-heading {
  justify-content: center;
  align-items: center;
  display: flex;
}

.clients-hide-gradient {
  display: none;
}

.clients-arrow {
  z-index: 10;
  justify-content: center;
  align-items: center;
  display: none;
  position: relative;
}

.clients-grid-mobile-load {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  place-items: center;
  padding: 40px;
  display: none;
}

.contact-wrapper {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  display: block;
}

.hero-slide-link-text-landscape-mobile {
  color: var(--white);
  letter-spacing: 1px;
  align-self: flex-end;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 50px;
  display: none;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.footer-box-grid {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-text-social {
  color: var(--white);
  text-align: right;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.6em;
  text-decoration: none;
}

.footer-text-social:hover {
  color: var(--orange);
}

.footer-text-social-link {
  color: #fff;
  align-self: flex-end;
  font-family: Montserrat, sans-serif;
  font-weight: 200;
  text-decoration: none;
}

.footer-heading-3 {
  color: var(--white);
  text-align: right;
  letter-spacing: 4px;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.6em;
}

.clients-slider-tablet {
  background-color: #0000;
  max-height: 200px;
  display: none;
}

.clients-grid-tablet-x3, .clients-grid-tablet-x4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  place-items: center;
  padding: 40px;
}

.slider-arrow-icon-2nd {
  opacity: .3;
}

.slide-nav-clients {
  display: none;
}

.footer-end-text-2 {
  color: var(--white);
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  padding-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 200;
  line-height: 1.6em;
  display: flex;
}

@media screen and (min-width: 1280px) {
  .work-show-text {
    font-size: 1.3em;
  }
}

@media screen and (min-width: 1440px) {
  .map-wrapper {
    background-position: 50% 20%;
    background-size: cover;
  }

  .about-link {
    background-color: #0000;
  }

  .work-show-text-mobile {
    display: none;
  }

  .hero-background-image.slider-003 {
    background-image: url('../images/hero-lilwild.jpg');
  }

  .work-show-wrapper {
    display: block;
  }

  .work-show-text {
    font-size: 1.4em;
  }

  .work-portfolio-grid {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    grid-template-columns: minmax(0, 1fr) 1fr 1fr 1fr;
    grid-auto-flow: row;
    max-width: 1250px;
  }

  .button {
    border-color: #fd8100;
  }

  .button:hover {
    background-color: #fd8100;
  }

  .hero-link {
    background-color: #0000;
  }

  .about-text {
    max-width: 1250px;
  }

  .work-heading-text {
    font-size: 60px;
  }

  .hero-main-text {
    font-size: 56px;
  }

  .work-portfolio-mobile-load {
    max-width: 95%;
  }

  .clients-hide-gradient, .clients-arrow {
    display: none;
  }
}

@media screen and (min-width: 1920px) {
  .nav-link {
    font-size: 14px;
  }

  .contact-text {
    font-size: 45px;
  }

  .hero-intro {
    max-width: 780px;
  }

  .work-portfolio-grid {
    max-width: 1280px;
  }

  .button {
    font-size: 16px;
  }

  .about-text {
    max-width: 1280px;
    font-size: 36px;
  }

  .work-heading-text {
    font-size: 65px;
  }

  .clients-subheading-text {
    font-size: 36px;
  }

  .hero-main-text {
    font-size: 65px;
  }
}

@media screen and (max-width: 991px) {
  .work-portfolio-desktop {
    max-width: 95%;
  }

  .nav-menu-button {
    padding: 0;
  }

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

  .about-link {
    top: 1%;
  }

  .about-wrapper {
    max-width: 95%;
  }

  .footer-grid {
    grid-column-gap: 0px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .footer-box {
    width: 350px;
  }

  .footer-text-1, .hero-link-box {
    font-size: 14px;
  }

  .footer-heading-1, .footer-heading-2 {
    font-size: 16px;
  }

  .work-show-text-mobile {
    display: block;
  }

  .work-show-heading-mobile {
    background-color: var(--orange);
    text-align: center;
    padding-bottom: 10px;
    font-size: 14px;
    line-height: 18px;
  }

  .nav-icon {
    color: var(--white);
    font-size: 34px;
    line-height: 10px;
  }

  .image {
    margin-left: 10px;
  }

  .clients {
    padding-bottom: 0;
  }

  .dropdown-list {
    position: absolute;
  }

  .dropdown-list.w--open {
    padding-top: 0;
  }

  .dropdown-corner {
    border-top: 1px solid #889ea833;
    border-left: 1px solid #889ea833;
    top: -6px;
  }

  .dropdown-wrapper {
    width: 100%;
    min-width: auto;
    box-shadow: 0 18px 36px -8px #292b4e1f;
  }

  .nav-content {
    padding-left: 12px;
    padding-right: 12px;
  }

  .dropdown-link {
    border-top: 1px solid #889ea833;
    border-bottom-style: none;
    justify-content: center;
    align-items: center;
    min-height: 60px;
    display: flex;
  }

  .nav-wrapper {
    grid-template-columns: minmax(0, 1fr) minmax(auto, 1400px) minmax(0, 0fr);
  }

  .nav-menu-main {
    background-color: #0000;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-menu-items {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    box-shadow: 0 18px 36px -8px #292b4e12;
  }

  .nav-link {
    background-color: var(--orange);
    min-height: 80px;
    font-size: 16px;
  }

  .contact-text {
    padding-left: 80px;
    padding-right: 80px;
    font-size: 36px;
  }

  .hero-slider-arrow {
    width: 160px;
    height: 160px;
  }

  .hero-background-image.slider-002 {
    background-position: 0%;
    background-attachment: scroll;
  }

  .hero-background-image.slider-001 {
    background-position: 100%;
  }

  .hero-slider {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-inner-content {
    padding-top: 36px;
  }

  .work {
    padding-bottom: 30px;
  }

  .work-show-text {
    color: #0000;
    background-color: #0000;
    font-size: 12px;
    line-height: 16px;
    display: block;
  }

  .work-portfolio-grid {
    grid-template-columns: minmax(0, 1fr) 1fr 1fr;
  }

  .contact {
    height: auto;
  }

  .clients-grid-desktop {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .clients-slider-desktop {
    display: none;
  }

  .clients-grid-mobile {
    grid-template-columns: 1fr 1fr 1fr;
    display: none;
  }

  .about-text {
    padding-top: 50px;
    font-size: 32px;
  }

  .about {
    height: auto;
    padding-top: 0;
  }

  .work-heading-text {
    font-size: 60px;
  }

  .clients-intro {
    height: auto;
    padding-bottom: 50px;
  }

  .footer-text-mobile {
    font-size: 14px;
  }

  .nav-underline-work, .nav-underline-team, .nav-underline-clients, .nav-underline-contact {
    background-color: #0000;
  }

  .hero-bottom {
    justify-content: center;
  }

  .footer-text-2 {
    font-size: 14px;
  }

  .hero-link-underline {
    background-color: #0000;
  }

  .clients-subheading-text {
    padding-left: 80px;
    padding-right: 80px;
    font-size: 32px;
  }

  .hero-main-text {
    margin-top: 120px;
    font-size: 46px;
  }

  .work-portfolio-mobile-load {
    max-width: 728px;
  }

  .clients-hide-gradient, .clients-arrow {
    display: none;
  }

  .clients-grid-mobile-load {
    grid-template-columns: 1fr 1fr 1fr;
    display: none;
  }

  .hero-slide-link-text-landscape-mobile, .footer-text-social {
    font-size: 14px;
  }

  .footer-heading-3 {
    margin-top: 30px;
    margin-bottom: 5px;
    font-size: 16px;
  }

  .clients-slider-tablet {
    display: block;
  }

  .clients-grid-tablet-x3 {
    grid-template-columns: 1fr 1fr 1fr;
    padding-top: 50px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .clients-grid-tablet-x4 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media screen and (max-width: 767px) {
  .work-portfolio-desktop {
    max-height: 1200px;
    display: block;
    overflow: hidden;
  }

  .map-wrapper {
    height: 300px;
  }

  .footer-wrapper {
    margin-left: 0;
    margin-right: 0;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-box {
    width: 380px;
    display: block;
  }

  .footer-text-1 {
    text-align: center;
    font-size: 16px;
  }

  .hero-link-box {
    text-align: center;
    font-size: 16px;
    display: none;
  }

  .footer-heading-1, .footer-heading-2 {
    text-align: center;
  }

  .footer-end-text-1 {
    margin-top: 10px;
  }

  .nav-icon {
    font-size: 32px;
  }

  .clients {
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .dropdown-link {
    min-height: 54px;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .nav-menu-items {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .nav-link {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .hero-top {
    padding-top: 50px;
  }

  .contact-text {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 30px;
  }

  .hero-slider-arrow {
    width: 140px;
    height: 140px;
    padding-left: 80px;
    left: -80px;
  }

  .hero-slider-arrow.right {
    padding-right: 80px;
    right: -80px;
  }

  .hero-background-image.slider-002 {
    background-position: 0%;
  }

  .hero-background-image.slider-001 {
    background-position: 100%;
  }

  .hero-intro {
    padding-left: 40px;
    padding-right: 40px;
  }

  .hero-inner-content {
    padding-left: 0;
    padding-right: 0;
  }

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

  .work-portfolio-grid {
    grid-template-columns: 1fr 1fr;
  }

  .contact {
    padding: 60px 15px;
  }

  .clients-grid-mobile {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    max-height: 410px;
    display: grid;
    overflow: hidden;
  }

  .about-text {
    font-size: 30px;
  }

  .about {
    padding-bottom: 60px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .work-heading-text {
    font-size: 50px;
  }

  .clients-intro {
    padding-bottom: 40px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-text-mobile {
    text-align: center;
    font-size: 16px;
  }

  .hero-bottom {
    justify-content: center;
  }

  .footer-text-2 {
    text-align: center;
    font-size: 16px;
  }

  .clients-subheading-text {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 30px;
  }

  .hero-main-text {
    margin-top: 100px;
    font-size: 36px;
  }

  .work-hide-gradient {
    background-image: linear-gradient(0deg, #fd8910 55%, #0000);
    height: 150px;
    display: block;
    position: absolute;
    inset: auto 0% 0%;
  }

  .work-portfolio-mobile-load {
    display: none;
  }

  .work-arrow {
    display: flex;
  }

  .clients-hide-gradient {
    background-image: linear-gradient(0deg, #fd8910 55%, #0000);
    height: 100px;
    display: block;
    position: absolute;
    inset: auto 0% 0%;
  }

  .clients-arrow {
    display: flex;
  }

  .clients-grid-mobile-load {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: none;
  }

  .hero-slide-link-text-landscape-mobile {
    text-align: center;
    font-size: 16px;
    display: block;
  }

  .footer-box-grid {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .footer-text-social {
    text-align: center;
    font-size: 16px;
  }

  .footer-heading-3 {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 10px;
  }

  .clients-slider-tablet {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .work-portfolio-desktop {
    max-width: none;
    max-height: 1900px;
    margin-top: 40px;
    display: block;
    overflow: hidden;
  }

  .about-wrapper {
    max-width: 100%;
  }

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

  .footer-box {
    width: 100%;
    display: block;
  }

  .footer-text-1 {
    font-size: 16px;
  }

  .hero-link-box {
    font-size: 16px;
    display: block;
  }

  .work-show-heading-mobile {
    font-size: 18px;
    line-height: 22px;
  }

  .nav-icon {
    font-size: 32px;
  }

  .image {
    margin-left: 0;
  }

  .clients {
    padding-top: 20px;
    padding-bottom: 30px;
  }

  .logo {
    padding-left: 0;
  }

  .nav-menu-items {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .hero-top {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .contact-text {
    margin-bottom: 24px;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-slider-arrow {
    width: 120px;
    height: 120px;
    padding-left: 60px;
    top: auto;
    bottom: 140px;
    left: -60px;
  }

  .hero-slider-arrow.right {
    padding-right: 60px;
    right: -60px;
  }

  .hero-background-image.slider-003 {
    background-size: cover;
  }

  .hero-background-image.slider-002 {
    background-position: 0%;
    background-size: cover;
  }

  .hero-background-image.slider-001 {
    background-position: 100%;
  }

  .hero-intro {
    grid-row-gap: 24px;
    padding-left: 0;
    padding-right: 0;
  }

  .hero {
    min-height: 100svh;
  }

  .hero-inner-content {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-main {
    padding-top: 124px;
    padding-bottom: 260px;
  }

  .work {
    padding-top: 40px;
  }

  .work-show-text {
    font-size: 14px;
    line-height: 18px;
  }

  .work-portfolio-grid {
    grid-template-columns: 1fr;
  }

  .contact {
    padding-top: 30px;
  }

  .clients-grid-desktop {
    grid-template-columns: 1fr;
  }

  .clients-grid-mobile {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    max-height: 460px;
    display: grid;
    overflow: hidden;
  }

  .about-text {
    font-size: 25px;
  }

  .work-heading-text {
    line-height: 1.1em;
  }

  .clients-intro {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .footer-text-mobile {
    font-size: 16px;
  }

  .hero-bottom {
    justify-content: center;
    bottom: 5%;
  }

  .hero-slide-link {
    font-size: 14px;
  }

  .footer-text-2, .footer-link {
    font-size: 16px;
  }

  .clients-subheading-text {
    padding-left: 0;
    padding-right: 0;
    font-size: 25px;
  }

  .hero-main-text {
    margin-top: 80px;
    margin-bottom: -70px;
    font-size: 25px;
  }

  .work-hide-gradient {
    background-image: linear-gradient(0deg, var(--orange) 55%, transparent);
    height: 300px;
    display: block;
    position: absolute;
    inset: auto 0% 0%;
  }

  .work-portfolio-mobile-load {
    max-width: none;
    margin-top: 40px;
    display: none;
  }

  .work-arrow {
    display: flex;
  }

  .arrow {
    opacity: .61;
  }

  .clients-heading {
    padding-bottom: 25px;
  }

  .clients-hide-gradient {
    background-image: linear-gradient(0deg, var(--orange) 55%, transparent);
    height: 100px;
    display: block;
    position: absolute;
    inset: auto 0% 0%;
  }

  .clients-arrow {
    display: flex;
  }

  .clients-grid-mobile-load {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: none;
  }

  .hero-slide-link-text-landscape-mobile {
    font-size: 16px;
    display: none;
  }

  .footer-text-social {
    font-size: 16px;
  }

  .clients-slider-tablet {
    display: none;
  }

  .clients-grid-tablet-x3, .clients-grid-tablet-x4 {
    grid-template-columns: 1fr;
  }
}

#w-node-_3c5332f9-ba77-7efc-72f5-f0e01cfd14a7-3544faf8 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: center;
}

#w-node-_3c5332f9-ba77-7efc-72f5-f0e01cfd14d2-3544faf8, #w-node-fea7d7dd-716a-2058-b82a-7a3b7e4c1a72-3544faf8 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-fea7d7dd-716a-2058-b82a-7a3b7e4c1a7b-3544faf8 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-fea7d7dd-716a-2058-b82a-7a3b7e4c1a7c-3544faf8 {
  place-self: center;
}

#w-node-fea7d7dd-716a-2058-b82a-7a3b7e4c1a8c-3544faf8 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-fea7d7dd-716a-2058-b82a-7a3b7e4c1a8d-3544faf8 {
  place-self: center;
}

#w-node-fea7d7dd-716a-2058-b82a-7a3b7e4c1a9d-3544faf8 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-fea7d7dd-716a-2058-b82a-7a3b7e4c1a9e-3544faf8 {
  place-self: center;
}

#w-node-_1dde34e0-5141-8599-c238-f73ff4855e66-3544faf8, #w-node-_1dde34e0-5141-8599-c238-f73ff4855f7c-3544faf8, #w-node-_1dde34e0-5141-8599-c238-f73ff4855e96-3544faf8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1dde34e0-5141-8599-c238-f73ff4855e98-3544faf8 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_1dde34e0-5141-8599-c238-f73ff4855eca-3544faf8, #w-node-_1dde34e0-5141-8599-c238-f73ff4855eae-3544faf8, #w-node-_1dde34e0-5141-8599-c238-f73ff4855e7e-3544faf8, #w-node-_1dde34e0-5141-8599-c238-f73ff4855ee6-3544faf8, #w-node-_1dde34e0-5141-8599-c238-f73ff4855f00-3544faf8, #w-node-_1dde34e0-5141-8599-c238-f73ff4855f18-3544faf8, #w-node-_1dde34e0-5141-8599-c238-f73ff4855f48-3544faf8, #w-node-_1dde34e0-5141-8599-c238-f73ff4855f30-3544faf8, #w-node-_1dde34e0-5141-8599-c238-f73ff4855f62-3544faf8, #w-node-_711793a5-c880-fe8a-c4e9-3e84ead619d4-3544faf8, #w-node-_711793a5-c880-fe8a-c4e9-3e84ead619f1-3544faf8, #w-node-_711793a5-c880-fe8a-c4e9-3e84ead61a11-3544faf8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_711793a5-c880-fe8a-c4e9-3e84ead61a13-3544faf8 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_711793a5-c880-fe8a-c4e9-3e84ead61a2e-3544faf8, #w-node-_711793a5-c880-fe8a-c4e9-3e84ead61a4f-3544faf8, #w-node-_711793a5-c880-fe8a-c4e9-3e84ead61a70-3544faf8, #w-node-_711793a5-c880-fe8a-c4e9-3e84ead61a8c-3544faf8, #w-node-_711793a5-c880-fe8a-c4e9-3e84ead61aae-3544faf8, #w-node-_711793a5-c880-fe8a-c4e9-3e84ead61acb-3544faf8, #w-node-_711793a5-c880-fe8a-c4e9-3e84ead61ae8-3544faf8, #w-node-_711793a5-c880-fe8a-c4e9-3e84ead61b08-3544faf8, #w-node-_711793a5-c880-fe8a-c4e9-3e84ead61b25-3544faf8, #w-node-_186f9aa7-da9c-757c-e3e8-be51cc9a46b3-3544faf8, #w-node-e6276ec9-d518-019b-4967-684a7f9a14d2-3544faf8, #w-node-_186f9aa7-da9c-757c-e3e8-be51cc9a46b4-3544faf8, #w-node-_186f9aa7-da9c-757c-e3e8-be51cc9a46b5-3544faf8, #w-node-_6c6f001e-684e-32e3-6b1a-b1a77d99e927-3544faf8, #w-node-_1c664b1d-d760-e626-3d5a-338a73f978dd-3544faf8, #w-node-_186f9aa7-da9c-757c-e3e8-be51cc9a46b2-3544faf8, #w-node-_6c6f001e-684e-32e3-6b1a-b1a77d99e928-3544faf8, #w-node-_6c6f001e-684e-32e3-6b1a-b1a77d99e92b-3544faf8, #w-node-_6c6f001e-684e-32e3-6b1a-b1a77d99e929-3544faf8, #w-node-aeaf40b9-c5b8-0aa1-ec5c-b0fa3b869c2a-3544faf8, #w-node-aeaf40b9-c5b8-0aa1-ec5c-b0fa3b869c2b-3544faf8, #w-node-aeaf40b9-c5b8-0aa1-ec5c-b0fa3b869c2c-3544faf8, #w-node-aeaf40b9-c5b8-0aa1-ec5c-b0fa3b869c2f-3544faf8, #w-node-aeaf40b9-c5b8-0aa1-ec5c-b0fa3b869c30-3544faf8, #w-node-aeaf40b9-c5b8-0aa1-ec5c-b0fa3b869c31-3544faf8, #w-node-aeaf40b9-c5b8-0aa1-ec5c-b0fa3b869c34-3544faf8, #w-node-aeaf40b9-c5b8-0aa1-ec5c-b0fa3b869c35-3544faf8, #w-node-aeaf40b9-c5b8-0aa1-ec5c-b0fa3b869c36-3544faf8, #w-node-aeaf40b9-c5b8-0aa1-ec5c-b0fa3b869c37-3544faf8, #w-node-b10da914-93f7-61be-1a0a-d422ef5cd6b8-3544faf8, #w-node-_0dc951b1-0a28-3273-49a1-40e442bed9fc-3544faf8, #w-node-b10da914-93f7-61be-1a0a-d422ef5cd6b9-3544faf8, #w-node-_97849487-45d5-fc9d-d265-185b82f79034-3544faf8, #w-node-_4cfb50bf-c48d-4140-a0da-eb538864f320-3544faf8, #w-node-_650abe7c-774a-7f55-ad49-ddbaa95e0d71-3544faf8, #w-node-b10da914-93f7-61be-1a0a-d422ef5cd6b7-3544faf8, #w-node-_61adab4f-af54-0229-09d1-02c550088272-3544faf8, #w-node-_47e35982-b191-d287-9ea0-c348c76ebcce-3544faf8, #w-node-dbfe51a7-ff29-4a28-d384-47d7487f3224-3544faf8, #w-node-ef7314db-e841-a378-5aac-5992c81b6774-3544faf8, #w-node-ef7314db-e841-a378-5aac-5992c81b6775-3544faf8, #w-node-ef7314db-e841-a378-5aac-5992c81b6776-3544faf8, #w-node-ef7314db-e841-a378-5aac-5992c81b6777-3544faf8, #w-node-ef7314db-e841-a378-5aac-5992c81b6778-3544faf8, #w-node-ef7314db-e841-a378-5aac-5992c81b6779-3544faf8, #w-node-ef7314db-e841-a378-5aac-5992c81b677a-3544faf8, #w-node-ef7314db-e841-a378-5aac-5992c81b677b-3544faf8, #w-node-ef7314db-e841-a378-5aac-5992c81b677c-3544faf8, #w-node-ef7314db-e841-a378-5aac-5992c81b677d-3544faf8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a42085ff-d165-d43d-860c-aa1d4d629a41-3544faf8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-a42085ff-d165-d43d-860c-aa1d4d629a57-3544faf8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_4007f53e-edd3-08f8-d890-dc7a08357131-3544faf8, #w-node-_64cc61e1-b646-00a1-c142-7f5ccfa0e6fa-3544faf8, #w-node-_12629a12-1ca1-1f7c-6c26-0c269674fb5d-3544faf8, #w-node-c0a1a62a-c913-1632-11af-7149d478fc8f-3544faf8 {
  justify-self: center;
}

@media screen and (min-width: 1920px) {
  #w-node-_3c5332f9-ba77-7efc-72f5-f0e01cfd14a7-3544faf8 {
    grid-area: 1 / 2 / 2 / 3;
    justify-self: center;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-_3c5332f9-ba77-7efc-72f5-f0e01cfd14d2-3544faf8 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_1dde34e0-5141-8599-c238-f73ff4855e96-3544faf8, #w-node-_1dde34e0-5141-8599-c238-f73ff4855e7e-3544faf8, #w-node-_711793a5-c880-fe8a-c4e9-3e84ead61a11-3544faf8, #w-node-_711793a5-c880-fe8a-c4e9-3e84ead61a70-3544faf8, #w-node-_186f9aa7-da9c-757c-e3e8-be51cc9a46b3-3544faf8, #w-node-_186f9aa7-da9c-757c-e3e8-be51cc9a46b5-3544faf8, #w-node-_6c6f001e-684e-32e3-6b1a-b1a77d99e927-3544faf8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_3c5332f9-ba77-7efc-72f5-f0e01cfd14d2-3544faf8 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-e6276ec9-d518-019b-4967-684a7f9a14d2-3544faf8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-a42085ff-d165-d43d-860c-aa1d4d629a41-3544faf8, #w-node-a42085ff-d165-d43d-860c-aa1d4d629a57-3544faf8 {
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-e6276ec9-d518-019b-4967-684a7f9a14d2-3544faf8, #w-node-_186f9aa7-da9c-757c-e3e8-be51cc9a46b5-3544faf8, #w-node-_6c6f001e-684e-32e3-6b1a-b1a77d99e927-3544faf8, #w-node-_1c664b1d-d760-e626-3d5a-338a73f978dd-3544faf8, #w-node-_6c6f001e-684e-32e3-6b1a-b1a77d99e928-3544faf8, #w-node-_6c6f001e-684e-32e3-6b1a-b1a77d99e92b-3544faf8, #w-node-_6c6f001e-684e-32e3-6b1a-b1a77d99e929-3544faf8, #w-node-aeaf40b9-c5b8-0aa1-ec5c-b0fa3b869c2b-3544faf8, #w-node-_0dc951b1-0a28-3273-49a1-40e442bed9fc-3544faf8, #w-node-ef7314db-e841-a378-5aac-5992c81b6775-3544faf8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


