body {
  color: #333;
  flex-direction: column;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

h1 {
  color: #324b4f;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Merriweather, serif;
  font-size: 54px;
  font-weight: 300;
  line-height: 1.2em;
}

h2 {
  color: #324b4f;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Merriweather, serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.2em;
}

h3 {
  color: #324b4f;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Merriweather, serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.2em;
}

.tab-pane {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  padding: 30px 40px 40px;
}

.success-message {
  color: #20ce7b;
  background-color: rgba(32, 206, 123, .1);
  border-radius: 4px;
}

.type-column-1 {
  padding-right: 20px;
}

.card-wrap {
  flex: 0 0 50%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.style-guide-divider {
  width: 100%;
  height: 1px;
  background-color: #f3f3f5;
  margin-top: 20px;
  margin-bottom: 10px;
}

.tab-menu {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  padding-left: 5px;
  padding-right: 5px;
  box-shadow: inset 0 -1px #ccc;
}

.style-guide-logo-box {
  background-image: url('../images/transparent_1transparent.gif');
  background-position: 0 0;
  background-size: 16px;
  border: 1px solid #aaa;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
}

.style-guide-logo-box.cc-light {
  background-image: linear-gradient(rgba(255, 255, 255, .5), rgba(255, 255, 255, .5)), url('../images/transparent_1transparent.gif');
  background-position: 0 0, 0 0;
  background-size: auto, 16px;
}

.style-guide-logo-box.cc-dark {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/transparent_1transparent.gif');
  background-position: 0 0, 0 0;
  background-size: auto, 16px;
}

.style-guide-title {
  color: #222;
  text-transform: uppercase;
  margin-top: 0;
  padding-top: 5px;
  padding-left: 18px;
  font-size: 22px;
  font-weight: 500;
  line-height: 44px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.card {
  background-color: #fff;
  border-radius: 4px;
  flex: 1;
  margin: 15px;
  padding: 40px;
  text-decoration: none;
  transition: all .15s;
  box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
}

.card:hover {
  margin: 12px;
  padding: 43px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
}

.style-guide-label-link {
  font-size: 11px;
  font-weight: 500;
  line-height: 11px;
  text-decoration: none;
  display: inline-block;
}

.style-guide-label-link:hover {
  text-decoration: underline;
}

.type-column-2 {
  padding-top: 30px;
  padding-left: 20px;
}

.card-title {
  margin-top: 0;
}

.button {
  color: #324b4f;
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  background-color: #fff;
  border: 1px solid #324b4f;
  border-radius: 50px;
  flex: 1;
  align-self: stretch;
  padding: 10px 45px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2em;
  transition: color .25s, background-color .25s;
}

.button:hover {
  color: #fff;
  background-color: #7a8588;
}

.button.backtotop {
  width: 100%;
  max-width: 1500px;
  color: #324b4f;
  text-align: center;
  border-color: #7a8588;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2em;
  transition: background-color .25s;
}

.button.backtotop:hover {
  background-color: #edf2f5;
}

.button.small {
  color: #324b4f;
  border-color: #7a8588;
  align-self: auto;
  padding: 8px 22px;
  font-size: 12px;
  font-weight: 400;
  transition: background-color .25s;
}

.button.small:hover {
  background-color: #edf2f5;
}

.button.form {
  width: 100%;
  margin-top: 24px;
}

.tab-link {
  color: #aaa;
  background-color: rgba(0, 0, 0, 0);
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 5px;
  padding-right: 5px;
}

.tab-link:hover {
  color: #222;
}

.tab-link.w--current {
  color: #222;
  background-color: rgba(0, 0, 0, 0);
  box-shadow: inset 0 -1px #333;
}

.card-paragraph {
  margin-bottom: 0;
}

.style-guide-label {
  color: #aaa;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 40px;
  font-size: 11px;
  line-height: 11px;
}

.style-guide-label.cc-box {
  justify-content: space-between;
  display: flex;
}

.tabs {
  border-radius: 4px;
  box-shadow: inset 0 0 0 1px #ccc;
}

.input {
  height: 44px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  line-height: 44px;
}

.input:hover {
  border-color: #636363;
}

.input:focus {
  border-color: #3898ec;
}

.input.cc-long {
  height: auto;
  min-height: 150px;
  line-height: 24px;
}

.card-container {
  background-color: #f3f3f5;
  flex-wrap: wrap;
  margin-top: 40px;
  padding: 20px;
  display: flex;
}

.style-guide-section {
  background-color: #fff;
  border-radius: 4px;
  margin: 20px;
  padding: 60px 30px;
  position: relative;
  box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
}

.style-guide-content {
  padding-top: 40px;
}

.color-block {
  height: 70px;
  background-color: #ebebeb;
  border-radius: 4px;
  margin-top: 30px;
}

.color-block.cc-brand-color-4 {
  background-color: #ffb08b;
}

.color-block.cc-font-color-light {
  background-color: #aaa;
}

.color-block.cc-dark-grey-1 {
  background-color: #636363;
}

.color-block.cc-brand-color-1 {
  background-color: #3898ec;
}

.color-block.cc-font-color-dark {
  background-color: #222;
}

.color-block.cc-dark-grey-2 {
  background-color: #333;
}

.color-block.cc-brand-color-3 {
  background-color: #63ecc0;
}

.color-block.cc-brand-color-2 {
  background-color: #c860db;
}

.color-block.cc-light-grey-1 {
  background-color: #f3f3f5;
}

.color-block.cc-light-grey-2 {
  background-color: #ccc;
}

.error-message {
  color: #ec3872;
  text-align: center;
  background-color: rgba(236, 56, 114, .1);
  border-radius: 4px;
}

.style-guide-wrap {
  background-color: #f3f3f5;
  padding-top: 1px;
  padding-bottom: 1px;
}

.social-link {
  height: 100%;
  color: #000;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.button-2 {
  min-height: 2.65rem;
  color: #000;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #d2d2cf;
  border-radius: 100rem;
  justify-content: center;
  align-items: center;
  padding: .75rem .95rem;
  font-weight: 200;
  text-decoration: none;
  display: flex;
}

.button-2.is-icon {
  grid-column-gap: 1.4rem;
  grid-row-gap: 1.4rem;
  text-align: left;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none;
  display: flex;
  position: relative;
}

.button-2.is-circle {
  width: 2.65rem;
  margin-right: -1px;
  padding: 0;
}

.navbar-link {
  height: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #000;
  border-right: 1px solid #d2d2cf;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  align-content: end;
  justify-content: space-between;
  align-items: center;
  padding: 2.5rem 2.5rem 2rem;
  text-decoration: none;
  display: grid;
  position: relative;
  overflow: hidden;
}

.home-service-link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #000;
  background-color: rgba(214, 213, 210, 0);
  border-radius: 100rem;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  position: static;
}

.home-service-link.w--current {
  background-color: #dfddda;
}

.testimonial-slide {
  height: 100%;
  position: static;
}

.about-image-item {
  width: 17vw;
  border-radius: .625rem;
  position: relative;
  overflow: visible;
}

.navbar {
  z-index: 99;
  max-width: 1500px;
  text-align: left;
  object-fit: fill;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.hero-slider {
  height: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: 1fr auto;
  grid-template-columns: .25fr 1.2fr .25fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.slide-nav {
  display: none;
}

.clip {
  flex-direction: column;
  flex: 1;
  display: flex;
  position: relative;
  overflow: hidden;
}

.sliderarrow {
  width: 60px;
  justify-content: center;
  align-items: center;
  display: none;
}

.slider {
  height: 100%;
}

.brand {
  flex: 0 auto;
  align-self: auto;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.logo {
  color: #324b4f;
  font-family: Vidaloka, sans-serif;
  font-size: 26px;
  text-decoration: none;
  position: static;
}

.nav-menu {
  width: 60vw;
  height: 35vh;
  background-color: #fff;
  border: 1px solid #7a8588;
  border-radius: 10px;
  grid-template-rows: 5fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: absolute;
  top: 60px;
  bottom: auto;
  left: 0%;
  right: 0%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.lottie-animation {
  width: 24px;
  height: 24px;
  cursor: pointer;
  order: 0;
  align-self: auto;
  position: static;
}

.nav-menu-icon {
  align-items: center;
  display: flex;
}

.section {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 60px 60px 40px;
  overflow: hidden;
}

.section.overflow-shown {
  overflow: visible;
}

.section.testimonial {
  flex: none;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}

.section.talktomymoney {
  height: 80vh;
  background-color: #edf2f5;
  position: relative;
}

.section.backtotop {
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.section.featuredprojects {
  overflow: visible;
}

.section.client {
  padding-bottom: 10px;
}

.section.abouthero {
  height: 75vh;
  background-image: linear-gradient(rgba(0, 0, 0, 0) 22%, rgba(0, 0, 0, .5)), url('../images/jiran-family-HR7PVFL20N0-unsplash_1jiran-family-HR7PVFL20N0-unsplash.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: flex-end;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.section.about-counter {
  padding-top: 40px;
}

.slide-2 {
  background-image: linear-gradient(to top, rgba(0, 0, 0, .75), rgba(255, 255, 255, 0) 39%), url('../images/r-architecture-TRCJ-87Yoh0-unsplash_1r-architecture-TRCJ-87Yoh0-unsplash.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.slider-arrow {
  filter: invert();
}

.leftarrow {
  border: 1px solid #fff;
  border-left-width: 0;
  border-radius: 0 5px 5px 0;
  padding: 58px 0;
}

.rightarrow {
  border: 1px solid #fff;
  border-right-width: 0;
  border-radius: 10px 0 0 10px;
  padding-top: 58px;
  padding-bottom: 58px;
}

.preloader {
  z-index: 9999;
  background-color: #edf5f7;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.nav-bar-wrapper {
  z-index: 999;
  background-color: #fff;
  justify-content: center;
  align-self: stretch;
  align-items: stretch;
  padding: 0 60px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  box-shadow: 0 1px 3px 1px rgba(50, 75, 79, .1);
}

.hero-title {
  z-index: 88;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 38px;
  display: flex;
}

.hero-section {
  width: 100vw;
  height: 95vh;
}

.paragraph {
  max-width: 70ch;
  min-width: 40vw;
  color: #353535;
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 1.6em;
}

.paragraph.hero {
  width: 100%;
  color: #fff;
  text-align: center;
  margin-bottom: 24px;
  font-size: 16px;
}

.hero-heading {
  color: #fff;
  text-align: center;
  font-size: 62px;
  font-weight: 400;
  line-height: 1.4em;
}

.hero-heading.passion {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #324b4f;
}

.hero-heading.passion:hover {
  color: #324b4f;
}

.div-block-3 {
  width: 100%;
  grid-column-gap: 24px;
  flex-direction: row;
  justify-content: center;
  display: flex;
}

.nav-link-wrapper {
  width: 100%;
  color: #324b4f;
  text-align: center;
  border-bottom: 1px solid #7a8588;
  border-right: 1px solid #7a8588;
  justify-content: center;
  align-items: center;
  font-family: Merriweather, serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2em;
  text-decoration: none;
  transition: letter-spacing .45s, color .45s;
  display: flex;
}

.nav-link-wrapper:hover {
  color: #7a8588;
  letter-spacing: 1px;
  transform: none;
}

.nav-link-wrapper.last {
  border-right-width: 0;
}

.social-media-link {
  opacity: .5;
  flex: 0 auto;
  align-self: auto;
}

.social-media-wrapper {
  grid-column-gap: 18px;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  padding-right: 20px;
  display: flex;
  overflow: hidden;
}

.nav-menu-tagline {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  padding-left: 20px;
  display: flex;
}

.social-media-icon {
  height: 20px;
  transition: opacity .4s;
}

.social-media-icon:hover {
  opacity: .65;
}

.specialties-grid {
  z-index: 444;
  width: 100%;
  grid-column-gap: 48px;
  background-color: #fff;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  justify-items: center;
  padding-bottom: 4px;
  display: grid;
  position: -webkit-sticky;
  position: sticky;
  top: 40px;
}

.tertiary-title {
  color: #7a8588;
  font-family: Merriweather, serif;
  font-size: 24px;
}

.specialties-wrapper {
  display: flex;
}

.project-tag-number {
  color: #7a8588;
  text-align: left;
  letter-spacing: .2em;
  padding-bottom: 28px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 1em;
  text-decoration: none;
}

.body {
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
}

.slide-3 {
  background-image: linear-gradient(1deg, rgba(0, 0, 0, .75), rgba(255, 255, 255, 0) 39%), url('../images/jiran-family-4e0tATgQaJg-unsplash.JPG');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.slide-1 {
  background-image: linear-gradient(to top, rgba(0, 0, 0, .75), rgba(255, 255, 255, 0) 39%), url('../images/toa-heftiba-FV3GConVSss-unsplash_1toa-heftiba-FV3GConVSss-unsplash.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.slide-4 {
  background-image: url('../images/nastuh-abootalebi-yWwob8kwOCk-unsplash_1nastuh-abootalebi-yWwob8kwOCk-unsplash.webp');
  background-position: 50%;
  background-size: cover;
}

.html-embed {
  display: block;
}

.since {
  color: #7a8588;
  font-family: Merriweather, serif;
  font-weight: 400;
}

.client-logos {
  grid-column-gap: 52px;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 8px;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
  overflow: hidden;
}

.logo-wrapper {
  width: 100px;
  flex: none;
}

.section-intro {
  margin-bottom: 30px;
}

.specialties-bigcontainer {
  z-index: 99;
  background-color: #fff;
  flex-direction: column;
  padding-top: 8px;
  display: flex;
  position: relative;
}

.container {
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.container.overflown-show {
  overflow: visible;
}

.container.hero-grid {
  height: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: 1fr auto;
  grid-template-columns: .25fr 1.2fr .25fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.loop-container {
  align-content: space-around;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.logo-muted {
  filter: saturate(0%);
}

.logo-80 {
  transform: scale(.8);
}

.logo-70 {
  transform: scale(.7);
}

.testimonial {
  flex: 1;
  justify-content: space-around;
  align-self: stretch;
  display: block;
}

.testimonial-bg {
  background-image: url('../images/jason-wang-NxAwryAbtIw-unsplash.JPG');
  background-position: 50%;
  background-size: cover;
  display: block;
}

.testimonial-bg._2 {
  background-image: url('../images/spacejoy-YI2YkyaREHk-unsplash.JPG');
  background-size: cover;
}

.testimonial-bg._3 {
  background-image: url('../images/nastuh-abootalebi-eHD8Y1Znfpk-unsplash_1nastuh-abootalebi-eHD8Y1Znfpk-unsplash.webp');
  background-size: cover;
}

.slider-testimonial {
  height: 80vh;
  justify-content: center;
  display: flex;
}

.testimonial-wrapper {
  height: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1.4fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.testimonial-content {
  height: auto;
  background-color: #edf2f5;
  border: 1px solid #7a8588;
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 48px;
  margin-right: 40px;
  padding: 22px 32px;
  display: flex;
  position: relative;
}

.image-13 {
  filter: invert();
  display: block;
}

.left-arrow {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.right-arrow {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.sliderarrow-wrapper {
  width: 40px;
  height: 40px;
  background-color: rgba(122, 133, 136, .65);
  border-radius: 0 30px 30px 0;
  padding: 10px;
  transition: background-color .4s;
}

.sliderarrow-wrapper:hover {
  background-color: #7a8588;
}

.sliderarrow-wrapper.right {
  border-radius: 30px 0 0 30px;
}

.reviewer-wrapper {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.reviewer {
  color: rgba(53, 53, 53, .7);
  text-align: left;
  font-family: Montserrat, sans-serif;
}

.reviewer.project {
  color: rgba(53, 53, 53, .7);
  align-items: center;
}

.h-divider-review {
  width: 100%;
  height: 1px;
  background-color: #7a8588;
  margin-top: 10px;
}

.paragraph1-5 {
  color: #353535;
  font-family: Merriweather, serif;
  font-size: 16px;
  font-style: italic;
  line-height: 1.5em;
}

.herotitle-wrapper {
  grid-column-gap: 1em;
  display: flex;
}

.slide-nav-5 {
  padding-right: 44px;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.takemymoney {
  flex-direction: column;
  align-items: center;
  display: flex;
  position: static;
  bottom: 50%;
  left: auto;
  right: 0%;
}

.container-homecontact {
  z-index: 10;
  height: 100%;
  max-width: 1500px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.footer {
  border-top: 1px solid #7a8588;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
  padding-left: 60px;
  padding-right: 60px;
  display: block;
  position: static;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.footer-brand {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.copyright {
  color: #353535;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
}

.footer-link-wrapper {
  grid-column-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-link {
  color: #353535;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  text-decoration: none;
}

.container-footer {
  max-width: 1500px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  padding: 14px 0;
  display: grid;
  overflow: hidden;
}

.footer-socialmedia {
  grid-column-gap: 16px;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  padding-right: 0;
  display: flex;
  overflow: hidden;
}

.footer-brandlogo {
  flex: 0 auto;
  align-self: auto;
  align-items: center;
  margin-bottom: 6px;
  text-decoration: none;
  display: flex;
}

.preload-text {
  color: #324b4f;
  text-align: center;
  font-family: Merriweather, serif;
  font-size: 80px;
  font-weight: 400;
  line-height: 1em;
}

.projects-wrapper {
  padding-top: 50px;
  padding-bottom: 30px;
}

.project-info {
  z-index: 10;
  grid-column-gap: 24px;
  border-bottom: 1px solid #7a8588;
  grid-template-rows: auto;
  grid-template-columns: .25fr .5fr .45fr auto;
  grid-auto-columns: 1fr;
  align-items: center;
  text-decoration: none;
  display: grid;
  position: relative;
}

.project-info._5 {
  z-index: 15;
  border-bottom: 1px solid #7a8588;
}

.project-info._1 {
  z-index: 11;
}

.project-info._2 {
  z-index: 12;
}

.project-info._3 {
  z-index: 13;
}

.project-info._4 {
  z-index: 14;
}

.project-tag-img {
  z-index: 999;
  width: 70%;
  border-radius: 16px;
  display: block;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.project-tag-img.landscape {
  z-index: 99;
  width: auto;
  position: relative;
}

.project-tag-img-wrapper {
  z-index: 999;
  height: 150px;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: visible;
}

.project-tag {
  grid-column-gap: 10px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.project-tag-type {
  color: #7a8588;
  letter-spacing: 1px;
  border: 1px solid #7a8588;
  border-radius: 30px;
  padding: 6px 16px;
  font-family: Montserrat, sans-serif;
}

.project-tag-title {
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 5px;
  padding-bottom: 5px;
}

.project-tag-title.hidden {
  position: absolute;
  top: -100%;
}

.project-tag-arrowwrapper {
  width: 28px;
}

.specialties-number {
  color: #7a8588;
  text-align: left;
  letter-spacing: .2em;
  order: -1;
  margin-right: 10px;
  padding-top: 14px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 1em;
  text-decoration: none;
}

.protect-tag-arrow {
  opacity: .6;
}

.protect-tag-arrow.hidden {
  position: absolute;
  left: -100%;
}

.gallery {
  height: 135vh;
  max-width: 1250px;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  overflow: hidden;
}

.gallery-img-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-14 {
  width: 60%;
  border-radius: 16px;
  position: relative;
}

.image-14.front {
  width: 100%;
  box-shadow: 0 12px 15px rgba(0, 0, 0, .2);
}

.image-14.front.g1 {
  z-index: 9;
  border-radius: 12px;
  top: 192px;
  left: 70px;
}

.image-14.front.g3 {
  z-index: 9;
  border-radius: 12px;
  top: 51px;
  right: 10px;
}

.image-14.mid {
  width: 80%;
  box-shadow: 0 5px 8px rgba(0, 0, 0, .2);
}

.image-14.mid.g4 {
  z-index: 8;
  border-radius: 12px;
  bottom: 26px;
  right: 15px;
}

.image-14.mid.g6 {
  z-index: 8;
  border-radius: 12px;
  bottom: 119px;
  left: -12px;
}

.image-14.mid.g2 {
  z-index: 8;
  bottom: 66px;
}

.image-14.front-2 {
  z-index: 10;
  width: 100%;
  border-radius: 12px;
  top: 60px;
  box-shadow: 0 12px 15px rgba(0, 0, 0, .2);
}

.h-divider-1 {
  z-index: 555;
  height: 1px;
  background-color: #7a8588;
  position: relative;
}

.specialties-mediumcontainer {
  z-index: 999;
  flex-direction: column;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 40px;
}

.about-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 16px;
  border-bottom: 1px solid #7a8588;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
  overflow: visible;
}

.div-block-4 {
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.paragraph1-8 {
  color: #353535;
  text-align: left;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 1.8em;
}

.paragraph-title {
  margin-bottom: 20px;
}

.about-left {
  z-index: 10;
  height: 100vh;
  grid-row-gap: 40px;
  border-right: 1px solid #7a8588;
  flex-direction: column;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  overflow: visible;
}

.tertiary-title-small {
  color: #7a8588;
  font-family: Merriweather, serif;
  font-size: 22px;
}

.about-right {
  padding-left: 24px;
}

.div-block-7 {
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.team-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.team-member-wrapper {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.image-16 {
  height: 400px;
}

.contact-grid-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 40px;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.white-heading-2 {
  color: #fff;
}

.button-3 {
  color: #324b4f;
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  background-color: #fff;
  border: 1px solid #324b4f;
  border-radius: 50px;
  align-self: stretch;
  padding: 10px 45px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2em;
  transition: color .25s, background-color .25s;
}

.button-3:hover {
  color: #fff;
  background-color: #7a8588;
}

.takemymoney-bg-2 {
  z-index: 0;
  background-image: url('../images/nastuh-abootalebi-oa1IiRUHCAM-unsplash_1nastuh-abootalebi-oa1IiRUHCAM-unsplash.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 22px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.label-title {
  color: #7a8588;
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.label-title.centre {
  text-align: center;
}

.form-field {
  border: 1px solid #7a8588;
  border-radius: 30px;
  margin-bottom: 24px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
}

.image-17 {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.div-standard-content {
  grid-row-gap: 40px;
  flex-direction: column;
  display: flex;
}

.label-content {
  color: #353535;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.div-standard-data {
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.white-heading-1 {
  color: #fff;
  text-align: center;
}

.counter-wrapper {
  margin-bottom: 40px;
}

.counter-grid {
  z-index: 444;
  width: 100%;
  grid-column-gap: 48px;
  background-color: #fff;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  justify-items: center;
  display: grid;
}

.counter {
  color: #324b4f;
  text-align: center;
  font-family: Merriweather, serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.4em;
}

@media screen and (min-width: 1920px) {
  .button.backtotop, .navbar {
    max-width: 1600px;
  }

  .section {
    align-self: auto;
    align-items: stretch;
  }

  .section.overflow-shown {
    align-self: stretch;
  }

  .section.testimonial {
    padding-left: 0;
  }

  .nav-bar-wrapper {
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .1);
  }

  .body {
    align-self: center;
    align-items: stretch;
  }

  .client-logos {
    flex: none;
    align-self: center;
  }

  .container, .container-homecontact {
    max-width: 1600px;
  }

  .footer {
    align-self: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .container-footer {
    max-width: 1600px;
  }

  .project-tag-img-wrapper {
    position: relative;
  }

  .gallery {
    border-bottom-style: none;
  }

  .contact-grid-wrapper {
    grid-column-gap: 70px;
  }

  .div-block-8 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: 1fr auto;
    grid-template-columns: .25fr 1.2fr .25fr;
    grid-auto-columns: 1fr;
    display: grid;
  }
}

@media screen and (max-width: 991px) {
  .button {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 14px;
  }

  .button.backtotop {
    font-size: 12px;
  }

  .button.small {
    padding-left: 18px;
    padding-right: 18px;
    font-size: 11px;
  }

  .button.form {
    margin-top: 20px;
  }

  .navbar-link {
    min-height: 30vh;
    border-bottom: 1px solid #d2d2cf;
  }

  .logo.w--current {
    font-size: 22px;
  }

  .nav-menu {
    width: 70vw;
    height: 250px;
  }

  .section {
    padding: 30px;
  }

  .section.overflow-shown {
    padding: 40px 30px 20px;
  }

  .section.testimonial {
    padding-bottom: 30px;
  }

  .section.talktomymoney {
    height: 55vh;
    padding: 40px 30px;
  }

  .section.backtotop {
    padding-left: 30px;
    padding-right: 30px;
  }

  .section.featuredprojects {
    padding: 40px 30px 30px;
  }

  .section.client {
    padding-top: 40px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .section.abouthero {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-image: url('../images/lance-anderson-MMOFmcOo99g-unsplash.JPG');
    background-position: 0 0;
    background-size: auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .nav-bar-wrapper {
    padding-left: 30px;
    padding-right: 30px;
    position: -webkit-sticky;
    position: sticky;
  }

  .hero-title {
    margin-bottom: 28px;
  }

  .hero-section {
    height: 60vh;
  }

  .paragraph {
    font-size: 14px;
  }

  .paragraph.hero {
    width: 100%;
    margin-bottom: 16px;
    font-size: 14px;
  }

  .hero-heading {
    margin-top: 0;
    font-size: 48px;
    line-height: 1.2em;
  }

  .hero-heading.passion {
    margin-top: 0;
  }

  .div-block-3 {
    grid-column-gap: 20px;
  }

  .nav-link-wrapper {
    font-size: 14px;
  }

  .social-media-link {
    flex: none;
  }

  .tertiary-title {
    font-size: 18px;
  }

  .project-tag-number {
    display: none;
  }

  .since {
    font-size: 12px;
  }

  .client-logos {
    grid-column-gap: 36px;
    padding-bottom: 0;
    padding-left: 18px;
    padding-right: 18px;
  }

  .logo-wrapper {
    width: 80px;
  }

  .section-intro {
    margin-bottom: 20px;
  }

  .slider-testimonial {
    height: 55vh;
  }

  .testimonial-wrapper {
    grid-template-columns: 1fr 1.5fr;
  }

  .testimonial-content {
    margin-bottom: 30px;
    margin-right: 30px;
    padding: 14px 28px;
  }

  .reviewer-wrapper {
    margin-top: 8px;
  }

  .reviewer {
    font-size: 12px;
  }

  .reviewer.project {
    text-align: left;
    font-size: 12px;
  }

  .paragraph1-5 {
    margin-bottom: 4px;
    font-size: 14px;
  }

  .herotitle-wrapper {
    flex-direction: row;
  }

  .slide-nav-5 {
    padding-right: 34px;
    display: flex;
  }

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

  .copyright {
    font-size: 11px;
  }

  .footer-link-wrapper {
    grid-row-gap: 16px;
    flex-direction: column;
  }

  .footer-link-wrapper.links {
    grid-row-gap: 10px;
    align-items: flex-start;
  }

  .footer-link-wrapper.socialmedia {
    grid-row-gap: 14px;
    align-items: center;
  }

  .container-footer {
    align-items: center;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .projects-wrapper {
    padding-top: 30px;
    padding-bottom: 0;
  }

  .project-info {
    height: 350px;
    grid-column-gap: 26px;
    grid-row-gap: 6px;
    grid-template-rows: auto auto 1fr;
    grid-template-columns: 1fr 1fr auto;
    padding: 20px 10px;
  }

  .project-tag-img {
    width: 100%;
    height: 100%;
    box-shadow: none;
    object-fit: cover;
  }

  .project-tag-img.landscape {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .project-tag-img-wrapper {
    width: auto;
    height: auto;
    border-radius: 16px;
    overflow: hidden;
  }

  .project-tag-type {
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 12px;
  }

  .project-tag-title {
    font-size: 22px;
  }

  .specialties-number {
    font-size: 12px;
  }

  .gallery {
    height: 90vh;
  }

  .section-heading {
    font-size: 34px;
  }

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

  .paragraph1-8 {
    font-size: 14px;
  }

  .tertiary-title-small {
    font-size: 18px;
  }

  .contact-grid-wrapper {
    grid-column-gap: 30px;
    grid-template-rows: auto 1fr;
    grid-template-columns: 1.4fr;
  }

  .white-heading-2 {
    font-size: 34px;
  }

  .button-3 {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 14px;
  }

  .label-title {
    font-size: 14px;
  }

  .form-field {
    margin-bottom: 20px;
  }

  .image-17 {
    height: 100%;
  }

  .div-standard-content {
    grid-row-gap: 20px;
  }

  .label-content {
    font-size: 14px;
  }

  .heading {
    font-size: 48px;
  }

  .white-heading-1 {
    font-size: 34px;
  }

  .counter {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .card-wrap {
    flex: 1;
  }

  .button {
    text-align: center;
    flex: 1;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 12px;
  }

  .button.backtotop {
    font-size: 11px;
  }

  .button.small {
    font-size: 10px;
  }

  .button.form {
    margin-top: 14px;
    font-size: 11px;
  }

  .social-link {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .navbar-link {
    min-height: auto;
    border-top: 1px solid #d2d2cf;
    border-bottom-style: none;
    padding: 1.5rem;
  }

  .about-image-item {
    width: 22vw;
  }

  .hero-slider {
    grid-template-rows: 1fr auto;
    grid-template-columns: 1fr;
  }

  .slider {
    width: 100vw;
    height: 350px;
  }

  .nav-menu {
    width: auto;
    height: auto;
    grid-row-gap: 0px;
    flex-direction: column;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    margin-left: 20px;
    margin-right: 20px;
    display: grid;
  }

  .section {
    padding: 20px;
  }

  .section.overflow-shown {
    padding: 30px 20px 10px;
  }

  .section.talktomymoney {
    height: 350px;
  }

  .section.backtotop {
    padding: 14px 20px;
  }

  .section.featuredprojects {
    padding: 30px 20px 20px;
  }

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

  .nav-bar-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-title {
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-section {
    height: auto;
    margin-bottom: 10px;
  }

  .paragraph {
    font-size: 12px;
  }

  .paragraph.hero {
    color: #353535;
    margin-bottom: 20px;
    font-size: 12px;
  }

  .hero-heading {
    color: #324b4f;
    font-size: 30px;
  }

  .hero-heading.passion {
    color: #fff;
  }

  .div-block-3 {
    align-self: stretch;
  }

  .nav-link-wrapper {
    border-right-width: 0;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .social-media-wrapper {
    justify-content: center;
    padding-top: 12px;
    padding-bottom: 10px;
    padding-right: 0;
  }

  .nav-menu-tagline {
    grid-column-gap: 0px;
    grid-row-gap: 4px;
    flex-direction: column;
    order: 1;
    padding-top: 10px;
    padding-bottom: 6px;
    padding-left: 0;
  }

  .specialties-grid {
    flex-direction: column;
    align-items: stretch;
    padding-bottom: 16px;
    display: flex;
  }

  .tertiary-title {
    font-size: 16px;
  }

  .client-logos {
    grid-column-gap: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .logo-wrapper {
    width: 70px;
  }

  .section-intro {
    margin-bottom: 10px;
  }

  .specialties-bigcontainer {
    padding-top: 0;
  }

  .slider-testimonial {
    height: 450px;
  }

  .testimonial-content {
    margin-bottom: 14px;
    margin-left: 20px;
    margin-right: 20px;
    padding: 10px 24px;
  }

  .reviewer, .reviewer.project {
    font-size: 11px;
  }

  .h-divider-review {
    margin-top: 4px;
  }

  .paragraph1-5 {
    font-size: 12px;
  }

  .herotitle-wrapper {
    grid-column-gap: 1ch;
    flex-direction: row;
  }

  .slide-nav-5 {
    display: flex;
  }

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

  .footer-link {
    font-size: 11px;
  }

  .projects-wrapper {
    padding-top: 20px;
  }

  .project-info {
    height: 400px;
    grid-template-rows: 1fr auto auto;
    grid-template-columns: 1fr auto;
  }

  .project-info._1 {
    padding-top: 10px;
  }

  .project-tag-type {
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 11px;
  }

  .project-tag-title {
    padding-top: 12px;
    padding-bottom: 8px;
    font-size: 20px;
  }

  .project-tag-arrowwrapper {
    width: 24px;
  }

  .gallery {
    height: auto;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .image-14.front.g1 {
    width: auto;
    box-shadow: none;
    object-fit: cover;
    border-radius: 12px;
    align-self: stretch;
    position: static;
  }

  .image-14.front.g3 {
    box-shadow: none;
    object-fit: cover;
    border-radius: 12px;
    align-self: stretch;
    position: static;
  }

  .image-14.mid.g4, .image-14.mid.g6 {
    width: 100%;
    box-shadow: none;
    object-fit: cover;
    border-radius: 12px;
    align-self: stretch;
    position: static;
  }

  .image-14.mid.g2 {
    width: auto;
    box-shadow: none;
    object-fit: cover;
    border-radius: 12px;
    align-self: stretch;
    position: static;
  }

  .image-14.front-2 {
    box-shadow: none;
    object-fit: cover;
    border-radius: 12px;
    align-self: stretch;
    position: static;
  }

  .specialties-mediumcontainer {
    position: static;
  }

  .section-heading {
    margin-bottom: 12px;
    font-size: 24px;
  }

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

  .paragraph1-8 {
    font-size: 12px;
  }

  .tertiary-title-small {
    font-size: 16px;
  }

  .contact-grid-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 24px;
  }

  .white-heading-2 {
    margin-bottom: 10px;
    font-size: 28px;
  }

  .button-3 {
    text-align: center;
    flex: 1;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 12px;
  }

  .label-title {
    margin-bottom: 3px;
    font-size: 12px;
  }

  .form-field {
    margin-bottom: 14px;
    font-size: 12px;
  }

  .image-17 {
    height: 100%;
  }

  .div-standard-content {
    grid-row-gap: 10px;
  }

  .label-content {
    font-size: 12px;
  }

  .heading {
    font-size: 30px;
  }

  .white-heading-1 {
    margin-bottom: 10px;
    font-size: 28px;
  }

  .counter-grid {
    flex-direction: column;
    align-items: stretch;
    padding-bottom: 16px;
    display: flex;
  }

  .counter {
    font-size: 12px;
  }
}

@media screen and (max-width: 479px) {
  .button {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .about-image-item {
    width: 35vw;
  }

  .hero-slider {
    height: 100%;
  }

  .slider {
    height: 360px;
  }

  .nav-menu {
    width: auto;
    margin-left: 12px;
    margin-right: 12px;
  }

  .section {
    padding: 12px;
  }

  .section.overflow-shown {
    padding-top: 24px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .section.testimonial {
    padding-bottom: 20px;
  }

  .section.backtotop {
    padding-left: 12px;
    padding-right: 12px;
  }

  .section.featuredprojects {
    padding-top: 24px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .section.client {
    padding-top: 24px;
  }

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

  .hero-section {
    margin-bottom: 20px;
  }

  .paragraph.hero {
    margin-bottom: 18px;
  }

  .hero-heading {
    margin-bottom: 10px;
    font-size: 30px;
  }

  .div-block-3 {
    grid-row-gap: 10px;
    flex-direction: column;
  }

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

  .nav-menu-tagline {
    padding-bottom: 6px;
  }

  .tertiary-title {
    font-size: 15px;
  }

  .since {
    font-size: 11px;
  }

  .testimonial-content {
    margin-left: 12px;
    margin-right: 12px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .reviewer-wrapper {
    grid-column-gap: 24px;
  }

  .reviewer {
    text-align: left;
  }

  .herotitle-wrapper {
    grid-column-gap: 1ch;
    flex-direction: row;
    justify-content: center;
  }

  .footer-brand {
    order: 1;
    margin-top: 12px;
  }

  .footer-link-wrapper.links {
    align-items: center;
  }

  .container-footer {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .projects-wrapper {
    padding-top: 12px;
  }

  .project-info {
    padding: 12px 0;
  }

  .project-tag-title {
    padding-top: 8px;
    font-size: 18px;
  }

  .specialties-number {
    font-size: 11px;
  }

  .gallery {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .section-heading {
    font-size: 22px;
  }

  .tertiary-title-small {
    font-size: 15px;
  }

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

  .white-heading-2 {
    font-size: 20px;
  }

  .image-17 {
    height: auto;
  }

  .white-heading-1 {
    font-size: 20px;
  }
}

#hero.w-node-b8dc913b-9dad-933b-a4a7-bb68ae00dff7-fba98804 {
  grid-area: 1 / 1 / 4 / 4;
}

#w-node-_37be21ee-5586-5d03-a90c-ccbc761c1086-fba98804 {
  grid-area: 2 / 2 / 3 / 3;
  align-self: end;
}

#w-node-ebc6203f-dc74-5af3-b881-75737f4c9182-fba98804 {
  grid-area: 1 / 1 / 3 / 4;
  justify-self: auto;
}

#w-node-f69da4bd-d68f-d7d8-a846-f8232022814d-fba98804 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2dd92605-2807-527a-76f4-cbfd5b96df8b-fba98804 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_0e67c8e8-1be3-1b6c-d4a7-869334b268d9-fba98804 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2a807750-70e6-f875-4c2b-4bebba54cf73-fba98804 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-b7160786-3c9c-f7c7-10c6-ab58d5adf2ff-fba98804 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_6ab92845-3f4e-38fa-c86a-1bb10f96d92f-fba98804 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-df77f2d1-36c6-b051-8e74-591b65024eb7-fba98804 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-d7599336-be2e-1f46-d49d-37a78ce73cbc-fba98804, #w-node-d7ebee62-fbd2-2ebc-1d8e-2abb533394f8-fba98804 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a02bcaa5-d8b7-f13d-d4e0-8d8e1e5f6755-fba98804 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-b6764f38-84e0-d36c-bc94-720527f85ed5-fba98804 {
  grid-area: 1 / 3 / 2 / 4;
  align-self: stretch;
  justify-self: auto;
}

#w-node-_95774d63-8adc-6b36-c01c-82ef3eadffdd-fba98804 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_34f290c1-df8f-7de6-cc56-2515dead25a4-fba98804, #w-node-_34f290c1-df8f-7de6-cc56-2515dead25a5-fba98804 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34f290c1-df8f-7de6-cc56-2515dead25a9-fba98804 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_34f290c1-df8f-7de6-cc56-2515dead25af-fba98804 {
  grid-area: 1 / 3 / 2 / 4;
  align-self: stretch;
  justify-self: auto;
}

#w-node-_34f290c1-df8f-7de6-cc56-2515dead25b1-fba98804 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-ac114b02-e4f9-7937-844e-b11a0b34ac46-fba98804, #w-node-ac114b02-e4f9-7937-844e-b11a0b34ac47-fba98804 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ac114b02-e4f9-7937-844e-b11a0b34ac4b-fba98804 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ac114b02-e4f9-7937-844e-b11a0b34ac51-fba98804 {
  grid-area: 1 / 3 / 2 / 4;
  align-self: stretch;
  justify-self: auto;
}

#w-node-ac114b02-e4f9-7937-844e-b11a0b34ac53-fba98804 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_117d2d52-fbe6-a03a-986d-68f91409af57-fba98804, #w-node-_117d2d52-fbe6-a03a-986d-68f91409af58-fba98804 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_117d2d52-fbe6-a03a-986d-68f91409af5c-fba98804 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_117d2d52-fbe6-a03a-986d-68f91409af62-fba98804 {
  grid-area: 1 / 3 / 2 / 4;
  align-self: stretch;
  justify-self: auto;
}

#w-node-_117d2d52-fbe6-a03a-986d-68f91409af64-fba98804 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-eaf212cd-a6fc-2466-c932-ea1d0251cc80-fba98804, #w-node-eaf212cd-a6fc-2466-c932-ea1d0251cc81-fba98804 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-eaf212cd-a6fc-2466-c932-ea1d0251cc85-fba98804 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-eaf212cd-a6fc-2466-c932-ea1d0251cc8b-fba98804 {
  grid-area: 1 / 3 / 2 / 4;
  align-self: stretch;
  justify-self: auto;
}

#w-node-eaf212cd-a6fc-2466-c932-ea1d0251cc8d-fba98804 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_919e0e9d-883e-ada8-1344-9b529c23bbf7-fba98804 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_6604bba3-fc35-9036-2a5d-a4415121262d-fba98804 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_9da94e6b-a5fe-7002-86f0-ed3a0e8a0d10-fba98804 {
  grid-area: 1 / 1 / 3 / 3;
}

#w-node-_70c1cb22-9dec-9c16-f439-64d076f109b6-fba98804 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_70c1cb22-9dec-9c16-f439-64d076f109bf-fba98804 {
  grid-area: 1 / 1 / 3 / 3;
}

#w-node-_3cfebd68-9701-2d52-2022-5d27616135d8-fba98804 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_3cfebd68-9701-2d52-2022-5d27616135e1-fba98804 {
  grid-area: 1 / 1 / 3 / 3;
}

#w-node-_093fc737-d570-d866-298e-0176ece6d0a6-fba98804 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-e93c513f-2a31-33df-ff9c-0c3092fd20cb-92fd20ba {
  justify-self: end;
}

#w-node-_7cbe9cf6-be50-cb30-24c7-8c272978b1a3-2978b195 {
  grid-area: 2 / 1 / 3 / 3;
  align-self: center;
}

#w-node-_7cbe9cf6-be50-cb30-24c7-8c272978b1a8-2978b195 {
  grid-area: 2 / 3 / 3 / 5;
  align-self: center;
}

#w-node-_6adc5250-2c4f-044f-73ac-e0d500b65416-ca69e577 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-f3356a0e-82fd-9e27-8bd9-7e8375900e49-ca69e577 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_176cf8c0-cebf-532b-0f80-c45863d70b1f-ca69e577 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6efea3ec-ccf7-22fd-f10c-1e0488f24cb1-ca69e577 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_2ee0bcd0-196d-4e41-59ec-7ec2dd409364-ca69e577 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3c6f5708-616f-edfa-77cb-139d5b2c3bd2-ca69e577 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_58356d01-04e6-f1fa-083d-31c6fcadf50b-ca69e577 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0f93fe52-f9a3-1311-7c94-478cf9dbc6f0-ca69e577 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-d06ae571-6a1c-13b5-6308-012fa6337efc-ca69e577 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ef837b12-24ef-dc25-f59f-2e4e7c48a255-40de8a60 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_070830f1-266a-1cab-c7a8-83def6653015-40de8a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8102c1b8-2c5c-35eb-8dc3-e7a06d6254fe-40de8a60 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2ec01670-350d-da99-0044-608654839da0-40de8a60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1920px) {
  #w-node-_919e0e9d-883e-ada8-1344-9b529c23bbf7-fba98804 {
    grid-area: 1 / 1 / 3 / 3;
  }

  #w-node-_6604bba3-fc35-9036-2a5d-a4415121262d-fba98804 {
    justify-self: center;
  }

  #w-node-_58356d01-04e6-f1fa-083d-31c6fcadf50b-ca69e577 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-d7599336-be2e-1f46-d49d-37a78ce73cbc-fba98804 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-a02bcaa5-d8b7-f13d-d4e0-8d8e1e5f6755-fba98804 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-b6764f38-84e0-d36c-bc94-720527f85ed5-fba98804 {
    grid-area: 1 / 1 / 4 / 2;
    align-self: stretch;
  }

  #w-node-_95774d63-8adc-6b36-c01c-82ef3eadffdd-fba98804 {
    grid-column: 3 / 4;
    grid-row-end: 4;
  }

  #w-node-_34f290c1-df8f-7de6-cc56-2515dead25a4-fba98804 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_34f290c1-df8f-7de6-cc56-2515dead25af-fba98804 {
    grid-area: 1 / 1 / 4 / 2;
  }

  #w-node-_34f290c1-df8f-7de6-cc56-2515dead25b1-fba98804 {
    grid-column: 3 / 4;
    grid-row-end: 4;
  }

  #w-node-ac114b02-e4f9-7937-844e-b11a0b34ac46-fba98804 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-ac114b02-e4f9-7937-844e-b11a0b34ac51-fba98804 {
    grid-column: 1 / 2;
    grid-row-end: 4;
  }

  #w-node-ac114b02-e4f9-7937-844e-b11a0b34ac53-fba98804 {
    grid-column: 3 / 4;
    grid-row-end: 4;
  }

  #w-node-_117d2d52-fbe6-a03a-986d-68f91409af57-fba98804 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_117d2d52-fbe6-a03a-986d-68f91409af62-fba98804 {
    grid-column: 1 / 2;
    grid-row-end: 4;
  }

  #w-node-_117d2d52-fbe6-a03a-986d-68f91409af64-fba98804 {
    grid-column: 3 / 4;
    grid-row-end: 4;
  }

  #w-node-eaf212cd-a6fc-2466-c932-ea1d0251cc80-fba98804 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-eaf212cd-a6fc-2466-c932-ea1d0251cc8b-fba98804 {
    grid-column: 1 / 2;
    grid-row-end: 4;
  }

  #w-node-eaf212cd-a6fc-2466-c932-ea1d0251cc8d-fba98804 {
    grid-column: 3 / 4;
    grid-row-end: 4;
  }

  #w-node-a75a29e3-8c9e-8b71-cea0-8e8d8a5bcef3-ca69e577 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-ef837b12-24ef-dc25-f59f-2e4e7c48a255-40de8a60 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_8102c1b8-2c5c-35eb-8dc3-e7a06d6254fe-40de8a60 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_2ec01670-350d-da99-0044-608654839da0-40de8a60 {
    grid-area: 2 / 2 / 3 / 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_37be21ee-5586-5d03-a90c-ccbc761c1086-fba98804 {
    grid-area: 2 / 1 / 3 / 2;
    align-self: end;
  }

  #w-node-ebc6203f-dc74-5af3-b881-75737f4c9182-fba98804 {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: auto;
  }

  #w-node-_2dd92605-2807-527a-76f4-cbfd5b96df8b-fba98804 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_2a807750-70e6-f875-4c2b-4bebba54cf73-fba98804 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-b7160786-3c9c-f7c7-10c6-ab58d5adf2ff-fba98804 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_6ab92845-3f4e-38fa-c86a-1bb10f96d92f-fba98804 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-df77f2d1-36c6-b051-8e74-591b65024eb7-fba98804 {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-d7599336-be2e-1f46-d49d-37a78ce73cbc-fba98804 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-a02bcaa5-d8b7-f13d-d4e0-8d8e1e5f6755-fba98804 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-b6764f38-84e0-d36c-bc94-720527f85ed5-fba98804 {
    grid-row-end: 2;
    grid-column-end: 3;
  }

  #w-node-_95774d63-8adc-6b36-c01c-82ef3eadffdd-fba98804 {
    grid-column: 2 / 3;
    grid-row-start: 2;
  }

  #w-node-_34f290c1-df8f-7de6-cc56-2515dead25a4-fba98804 {
    grid-column: 1 / 2;
    grid-row-start: 3;
  }

  #w-node-_34f290c1-df8f-7de6-cc56-2515dead25a9-fba98804 {
    grid-row-start: 2;
    grid-column-start: 1;
  }

  #w-node-_34f290c1-df8f-7de6-cc56-2515dead25af-fba98804 {
    grid-row-end: 2;
    grid-column-end: 3;
  }

  #w-node-_34f290c1-df8f-7de6-cc56-2515dead25b1-fba98804 {
    grid-column: 2 / 3;
    grid-row-start: 2;
  }

  #w-node-ac114b02-e4f9-7937-844e-b11a0b34ac46-fba98804 {
    grid-column: 1 / 2;
    grid-row-start: 3;
  }

  #w-node-ac114b02-e4f9-7937-844e-b11a0b34ac4b-fba98804 {
    grid-row-start: 2;
    grid-column-start: 1;
  }

  #w-node-ac114b02-e4f9-7937-844e-b11a0b34ac51-fba98804 {
    grid-row-end: 2;
    grid-column-end: 3;
  }

  #w-node-ac114b02-e4f9-7937-844e-b11a0b34ac53-fba98804 {
    grid-column: 2 / 3;
    grid-row-start: 2;
  }

  #w-node-_117d2d52-fbe6-a03a-986d-68f91409af57-fba98804 {
    grid-column: 1 / 2;
    grid-row-start: 3;
  }

  #w-node-_117d2d52-fbe6-a03a-986d-68f91409af5c-fba98804 {
    grid-row: 2 / 3;
    grid-column-start: 1;
  }

  #w-node-_117d2d52-fbe6-a03a-986d-68f91409af62-fba98804 {
    grid-row-end: 2;
    grid-column-end: 3;
  }

  #w-node-_117d2d52-fbe6-a03a-986d-68f91409af64-fba98804 {
    grid-column: 2 / 3;
    grid-row-start: 2;
  }

  #w-node-eaf212cd-a6fc-2466-c932-ea1d0251cc80-fba98804 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-eaf212cd-a6fc-2466-c932-ea1d0251cc85-fba98804 {
    grid-row: 2 / 3;
    grid-column-start: 1;
  }

  #w-node-eaf212cd-a6fc-2466-c932-ea1d0251cc8b-fba98804 {
    grid-row-end: 2;
    grid-column-end: 3;
  }

  #w-node-eaf212cd-a6fc-2466-c932-ea1d0251cc8d-fba98804 {
    grid-column: 2 / 3;
    grid-row-start: 2;
  }

  #w-node-_6604bba3-fc35-9036-2a5d-a4415121262d-fba98804 {
    grid-column-start: 1;
  }

  #w-node-_70c1cb22-9dec-9c16-f439-64d076f109b6-fba98804 {
    grid-row-end: 3;
    grid-column-start: 1;
  }

  #w-node-_3cfebd68-9701-2d52-2022-5d27616135d8-fba98804 {
    grid-column-start: 1;
  }

  #w-node-_7cbe9cf6-be50-cb30-24c7-8c272978b19b-2978b195 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_7cbe9cf6-be50-cb30-24c7-8c272978b19d-2978b195 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_7cbe9cf6-be50-cb30-24c7-8c272978b19f-2978b195 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_7cbe9cf6-be50-cb30-24c7-8c272978b1a1-2978b195 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_7cbe9cf6-be50-cb30-24c7-8c272978b1a3-2978b195 {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-_7cbe9cf6-be50-cb30-24c7-8c272978b1a8-2978b195 {
    grid-area: 5 / 1 / 6 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-e93c513f-2a31-33df-ff9c-0c3092fd20bc-92fd20ba {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-e93c513f-2a31-33df-ff9c-0c3092fd20c5-92fd20ba {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-e93c513f-2a31-33df-ff9c-0c3092fd20cb-92fd20ba {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_8102c1b8-2c5c-35eb-8dc3-e7a06d6254fe-40de8a60 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_2ec01670-350d-da99-0044-608654839da0-40de8a60 {
    grid-area: 2 / 1 / 3 / 3;
  }
}


