:root {
  --outline: #ffffff4d;
  --dark-outline: #eff3f6;
  --body-display: #445663;
  --subtitle: #6e7f8b;
  --dark-outline-2: #cfdae2;
}

h1 {
  color: #fff;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 500;
  line-height: 1.2em;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.2em;
}

h3 {
  letter-spacing: -.025em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.hero-section {
  z-index: 0;
  justify-content: center;
  align-self: auto;
  min-height: 100vh;
  padding-top: 0;
  display: flex;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.grid-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;
  width: 100%;
  display: grid;
  position: relative;
}

.hero-content {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 48px;
  color: #fff;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr .65fr;
  grid-auto-columns: 1fr;
  height: 100%;
  padding-top: 36px;
  padding-bottom: 80px;
  display: grid;
  position: relative;
}

.hero-content.dark {
  color: #000;
}

.hero-bottom {
  z-index: 10;
  background-color: #fff;
  min-height: 70px;
  margin-bottom: -10px;
  margin-right: -10px;
  display: flex;
  position: relative;
}

.hero-bottom.right {
  width: 85%;
  position: absolute;
  inset: auto auto 0% 0%;
}

.verticle-hero-line {
  z-index: 5;
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  grid-template-rows: 100px 24px 100px auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: end;
  place-items: end center;
  width: 1px;
  margin-left: 0;
  display: grid;
  position: absolute;
  inset: 0% 15% 0% auto;
}

.verticle-hero-line.middle {
  z-index: 25;
  margin-right: 50px;
}

.navbar {
  z-index: 100;
  aspect-ratio: auto;
  border-bottom: 1px solid var(--outline);
  background-color: #0000;
  background-image: linear-gradient(#00000082, #0000);
  justify-content: center;
  height: 80px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.navigation {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  border-bottom: 1px none var(--outline);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr .5fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

.nav-menu {
  display: flex;
}

.nav-left {
  z-index: 10;
  grid-column-gap: 28px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1px 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.brand {
  color: #fff;
  letter-spacing: -.03em;
  text-transform: uppercase;
  align-items: center;
  padding-left: 0;
  font-size: 22px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.brand.dark {
  color: #000;
}

.body {
  color: #000;
  font-family: Montserrat, sans-serif;
}

.nav-right {
  z-index: 10;
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  padding-right: 0;
  display: grid;
  position: relative;
}

.background-wrapper {
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.background {
  background-image: url('../images/Hotel-Fazenda.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.background.portrait-background {
  background-image: url('../images/053.jpeg');
  background-position: 50% 0;
}

.background.testimonial-background {
  background-image: url('../images/016.jpeg');
}

.background.action-background {
  background-image: url('../images/036.jpeg');
}

.background.contact-background {
  background-image: url('../images/059.jpeg');
}

.background.c1 {
  background-image: url('../images/card-bora-beach.png');
}

.background.c2 {
  background-image: url('../images/Hotel-Fazenda.png');
}

.background.c3 {
  background-image: url('../images/Beach-Club.png');
}

.background.c4 {
  background-image: url('../images/Marine-Resort.png');
}

.overlay {
  background-color: #0a111880;
  position: absolute;
  inset: 0%;
}

.overlay.light {
  background-color: #0e192226;
}

.overlay.dark {
  background-color: #0a1118b3;
}

.verticle-line {
  background-color: #fff3;
  width: 1px;
  height: 100%;
}

.verticle-line.bottom {
  height: 120px;
}

.verticle-line.dark {
  background-color: var(--dark-outline);
}

.verticle-line.dark._25 {
  background-color: #ffffff14;
}

.outline-button {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid var(--dark-outline);
  color: #000;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  background-color: #fff0;
  border-radius: 100px;
  grid-template-rows: auto;
  grid-template-columns: 24px 1fr 24px;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 46px;
  padding: 0;
  font-size: 10px;
  line-height: 1.3em;
  text-decoration: none;
  display: grid;
  position: relative;
}

.outline-button.light {
  border-color: var(--outline);
  color: #fff;
}

.xxl-heading {
  font-size: 52px;
}

.hero-intro {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 650px;
  padding-left: 85px;
  display: grid;
}

.body-display {
  color: #445663;
  font-size: 18px;
  line-height: 1.6em;
}

.body-display.light {
  color: #ffffffe6;
}

.body-display.small {
  font-size: 14px;
}

.body-display.two-column {
  color: var(--body-display);
  column-count: 2;
  column-gap: 60px;
}

.nav-separator {
  background-color: var(--outline);
  width: 1px;
  height: 24px;
}

.circle-outline-bottom {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.circle-outline-top {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.circle-link-text {
  z-index: 10;
  grid-column-gap: 18px;
  grid-row-gap: 16px;
  white-space: nowrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  justify-content: end;
  place-items: center stretch;
  height: 100%;
  padding-left: 0;
  padding-right: 44px;
  line-height: 1.2em;
  display: grid;
  position: relative;
}

.circle-link-text.left {
  justify-content: start;
  padding-left: 44px;
  padding-right: 0;
}

.arrow {
  border-top: 1px #fff;
  border-right: 1px #fff;
  width: 12px;
  min-width: 12px;
  display: flex;
}

.circle-outline-right {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 36px;
  display: flex;
  position: absolute;
  inset: auto 0% auto auto;
  overflow: hidden;
}

.circle-button {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  grid-template-rows: auto 36px auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100px;
  height: 100px;
  max-height: 100px;
  font-size: 10px;
  text-decoration: none;
  display: grid;
  position: relative;
}

.circle-button.dark {
  color: var(--subtitle);
}

.circle-outline {
  border: 1px solid var(--outline);
  border-radius: 100%;
  width: 100px;
  height: 100px;
  position: absolute;
  inset: 0% 0% auto;
}

.circle-outline.right {
  inset: auto 0 auto auto;
}

.circle-outline.bottom {
  inset: auto 0% 0% auto;
}

.circle-outline.left {
  top: auto;
}

.circle-outline.dark {
  border-color: var(--dark-outline);
}

.circle-outline.top {
  inset: 0% 0% auto auto;
}

.circle-outline.light {
  border-color: #fff;
}

.circle-outline.bottom-left {
  inset: auto auto 0% 0%;
}

.circle-outline.dark-outline {
  border-color: var(--dark-outline-2);
}

.section {
  background-image: linear-gradient(#fff, #fff);
  justify-content: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

  /* Keep section-4 horizontal padding on mobile and prevent overflow */
  .section-4 {
    padding-left: 16px;
    padding-right: 16px;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }
.section.bottom-border {
  border-bottom: 1px solid var(--dark-outline);
  background-image: linear-gradient(#f64603, #f64603);
}

.section.clip {
  z-index: 10;
}

.content-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 15%;
  grid-auto-columns: 1fr;
  display: grid;
}

.nav-cover {
  border-bottom: 1px solid var(--dark-outline);
  background-color: #fff;
  height: 100%;
  display: flex;
  position: absolute;
  inset: -100% 0% auto;
}

.stacked-content {
  grid-column-gap: 16px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.section-title {
  grid-column-gap: 28px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 56px 1fr;
  grid-auto-columns: 1fr;
  padding-top: 80px;
  padding-bottom: 140px;
  padding-right: 80px;
  display: grid;
}

.section-title.no-bottom-padding {
  padding-bottom: 0;
}

.section-title.extra-top-padding {
  padding-top: 140px;
}

.section-title.small-bottom-padding {
  padding-bottom: 80px;
}

.horizontal-line {
  background-color: var(--dark-outline);
  height: 1px;
}

.subtitle {
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.35em;
  position: relative;
}

.subtitle.light {
  color: #fffc;
}

.subtitle.small {
  font-size: 8px;
}

.dual-title {
  grid-column-gap: 48px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  padding-right: 0;
  display: grid;
}

.undeline-link {
  border-bottom: 1px solid var(--dark-outline);
  color: #000;
  letter-spacing: 4px;
  text-transform: uppercase;
  padding-bottom: 4px;
  font-size: 10px;
  text-decoration: none;
  position: relative;
}

.card-grid {
  grid-column-gap: 1px;
  grid-row-gap: 16px;
  border: 1px none var(--dark-outline);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-right: -1px;
  display: grid;
}

.card {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 80px;
  border: 1px solid var(--dark-outline);
  background-color: #fff;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  height: 400px;
  margin: -1px;
  padding: 36px;
  transition: box-shadow .4s cubic-bezier(.25, .46, .45, .94);
  display: grid;
  position: relative;
}

.banner-content {
  color: #fff;
  justify-content: center;
  align-items: center;
  min-height: 850px;
  padding-top: 180px;
  padding-bottom: 180px;
  display: flex;
}

.fill {
  z-index: 10;
  background-color: #fff;
  height: 70px;
  margin-top: 0;
  margin-bottom: -10px;
  position: relative;
}

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

.social-icon-wrapper {
  grid-column-gap: 9px;
  grid-row-gap: 6px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.social-icon {
  border: 1px solid var(--outline);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  padding: 8px;
  display: flex;
  position: relative;
}

.navigation-bar {
  border-bottom: 1px none var(--outline);
  justify-content: center;
  display: flex;
  position: relative;
}

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

.slider-background {
  background-image: url('../images/042.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0%;
  width: 105vw;
  height: 105vh;
  min-height: 800px;
  position: absolute;
  inset: auto;
  overflow: hidden;
}

.slider-background.two {
  background-image: url('../images/037.jpeg');
}

.slider-background.three {
  background-image: url('../images/036.jpeg');
  background-position: 50%;
}

.mask {
  overflow: visible;
}

.slider-background-wrapper {
  justify-content: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.slide-nav {
  display: none;
}

.hero-slide-arrow {
  z-index: 20;
  border: 1px none var(--outline);
  width: 100px;
  height: 100px;
  margin-right: -50px;
  inset: auto 15% 120px auto;
  overflow: visible;
}

.hero-slide-arrow.right {
  margin-bottom: 124px;
}

.page-wrapper {
  background-image: linear-gradient(#fff, #fff);
}

.testimonial-content {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  max-width: 600px;
  padding-bottom: 60px;
  display: grid;
}

.projects-grid {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  border-bottom: 1px none var(--dark-outline);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-right: 0;
  display: grid;
}

.project-card {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  border: 1px none var(--dark-outline);
  color: #000;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  min-height: 400px;
  margin-bottom: -1px;
  padding: 2px 2px 1px;
  text-decoration: none;
  display: grid;
  position: relative;
  overflow: hidden;
}

.button-wrapper {
  justify-content: center;
  align-items: center;
  padding-right: 0;
  display: flex;
}

.navigation-button {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  border: 1px solid var(--outline);
  color: #fff;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  border-radius: 100px;
  grid-template-rows: auto;
  grid-template-columns: 24px 1fr 24px;
  grid-auto-columns: 1fr;
  justify-content: center;
  min-height: 40px;
  padding: 0;
  font-size: 10px;
  line-height: 1.3em;
  text-decoration: none;
  display: grid;
  position: relative;
}

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

.light-span {
  font-weight: 400;
}

.stacked-title {
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.banner-wrapper {
  height: 45vw;
  min-height: 100%;
  max-height: 600px;
  padding: 0;
  position: relative;
  overflow: hidden;
}

.about-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .65fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
  position: relative;
}

.testimonial-slider {
  background-color: #0000;
  height: 100%;
}

.testimonial-slide-arrow {
  width: 100px;
  height: 100px;
  margin-top: auto;
  margin-bottom: auto;
  inset: 0% auto 60px 0%;
  overflow: visible;
}

.testimonial-slide-arrow.right {
  top: 0%;
  left: auto;
  right: 0%;
}

.stacked-description {
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.project-image {
  justify-content: center;
  align-items: center;
  height: 32vw;
  min-height: 350px;
  max-height: 550px;
  padding: 24px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.about-content {
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 600px;
  padding-top: 36px;
  padding-bottom: 36px;
  display: grid;
}

.stacked-info {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.action-content {
  color: #fff;
  align-items: center;
  min-height: 600px;
  padding-top: 140px;
  padding-bottom: 160px;
  display: flex;
}

.footer-credit {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 1px solid var(--dark-outline);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 24px;
  display: grid;
}

.footer-info {
  grid-column-gap: 16px;
  grid-row-gap: 120px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  padding-bottom: 24px;
  display: grid;
}

.navigation-column {
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: sticky;
  top: 91px;
}

.footer-list-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  border-top: 1px solid var(--dark-outline);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  overflow: hidden;
}

.footer-list-wrapper.hide {
  display: none;
}

.footer-list-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid var(--dark-outline);
  color: #000;
  letter-spacing: 3px;
  text-transform: uppercase;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 10px;
  text-decoration: none;
  display: grid;
  position: relative;
}

.nav-link {
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  border-bottom: 1px solid #d6dde200;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 0;
  font-size: 12px;
  transition: border-color .4s;
  display: flex;
}

.nav-link.w--current {
  color: #fff;
  border-bottom-color: #d6dde2;
}

.nav-link.contact-link {
  display: none;
}

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

.scroll-tracker {
  background-color: #0000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  max-height: 100vh;
  display: flex;
  position: sticky;
  top: 65px;
}

.scroll-tracker._25 {
  opacity: 1;
}

.indicator-fill {
  background-color: var(--dark-outline-2);
  width: 100%;
  height: 80px;
}

.indicator-fill.light {
  background-color: #b3bcc466;
}

.project-card-top {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  justify-items: stretch;
  padding: 20px;
  display: grid;
  position: absolute;
  inset: 0% 0% auto;
}

.project-card-bottom {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid var(--dark-outline);
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  padding-bottom: 18px;
  display: grid;
  position: relative;
}

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

.inner-page-hero {
  justify-content: center;
  min-height: 750px;
  padding-top: 0;
  display: flex;
  position: relative;
}

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

.text-field {
  border: 1px solid var(--dark-outline);
  min-height: 56px;
  margin-bottom: 0;
  padding: 12px 18px;
  position: relative;
}

.text-field:focus {
  border-style: solid;
  border-color: var(--dark-outline-2);
}

.text-field.large {
  min-height: 120px;
}

.solid-button {
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  background-color: #000;
  border-radius: 100px;
  min-height: 32px;
  padding: 16px 28px 16px 32px;
  font-size: 10px;
  line-height: 1.3em;
}

.field-wrapper {
  grid-column-gap: 18px;
  grid-row-gap: 6px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.form {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.testimonial-name {
  grid-column-gap: 16px;
  grid-row-gap: 9px;
  text-align: left;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.testimonial-client {
  grid-column-gap: 18px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  display: grid;
}

.client-avatar {
  border: 1px solid var(--outline);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 75px;
  height: 75px;
  padding: 6px;
  display: flex;
}

.client-avatar.dark {
  border-color: var(--dark-outline);
}

.avatar {
  background-image: url('../images/Portrait019.jpeg');
  background-position: 50% 40%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  width: 100%;
  height: 100%;
}

.avatar.avatar-002 {
  background-image: url('../images/Portrait21.jpeg');
  background-position: 50% 10%;
}

.avatar.avatar-003 {
  background-image: url('../images/Portrait003.jpg');
  background-position: 50% 30%;
}

.form-block {
  margin-bottom: 0;
}

.project-hero {
  background-color: #fff;
  justify-content: center;
  min-height: 500px;
  margin-bottom: -60px;
  padding-top: 120px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.client-detail {
  grid-column-gap: 16px;
  grid-row-gap: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  padding-right: 36px;
  display: grid;
}

.project-showcase {
  justify-content: center;
  min-height: 800px;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.gallery-image {
  justify-content: center;
  align-items: center;
  height: 30vw;
  max-height: 500px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.project-banner {
  min-height: 550px;
  margin-top: 120px;
  padding: 4px 2px;
  position: relative;
  overflow: hidden;
}

.project-title {
  grid-column-gap: 16px;
  grid-row-gap: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 650px;
  display: grid;
}

.medium-width {
  max-width: 500px;
}

.project-hero-content {
  grid-column-gap: 28px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 56px 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.client-details-wrapper {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 85px 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 120px;
  padding-right: 50px;
  display: grid;
  position: relative;
}

.client-quote {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 600px;
  padding-top: 120px;
  padding-bottom: 120px;
  display: grid;
}

.testimonial-arrow-line {
  background-color: var(--outline);
  height: 1px;
  margin-bottom: 60px;
}

.circle-hover-clip {
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
  overflow: hidden;
}

.circle-hover-clip.two {
  top: auto;
}

.circle-hover-clip.left {
  justify-content: flex-start;
  inset: auto auto auto 0%;
}

.button-hover-outline {
  border-radius: 0;
  justify-content: flex-end;
  margin: -1px;
  padding: 0;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.button-hover-outline.right {
  width: 110%;
  inset: 0% auto 0% 0%;
}

.solid-button-outline {
  border: 1px solid var(--dark-outline-2);
  border-radius: 100px;
  width: 100px;
  margin: 0;
  position: absolute;
  inset: 0%;
}

.solid-button-outline.right {
  inset: 0% auto 0% -74px;
}

.solid-button-outline.middle {
  border-left-style: none;
  border-right-style: none;
  border-radius: 0;
  width: 100%;
}

.solid-button-outline.light, .solid-button-outline.nav-outline {
  border-color: #fff;
}

.social-hover-wrapper {
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  min-height: 34px;
  margin: -1px;
  display: flex;
  position: absolute;
  inset: 0% 0 0% 0%;
  overflow: hidden;
}

.social-outline {
  border: 1px solid #fff;
  border-radius: 100px;
  min-width: 34px;
  min-height: 34px;
  position: absolute;
  inset: 0%;
}

.button-text {
  z-index: 10;
  color: #000;
  padding-left: 4px;
  position: relative;
}

.underline-hover-wrapper {
  height: 1px;
  display: flex;
  position: absolute;
  inset: auto 0% -1px;
  overflow: hidden;
}

.underline-hover-wrapper.top {
  top: -1px;
  bottom: auto;
}

.underline-hover-fill {
  background-color: var(--dark-outline-2);
  width: 100%;
  height: 100%;
}

.slider-background-circle {
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 150vw;
  height: 150vw;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

.clip {
  overflow: hidden;
}

.solid-view-circle {
  border: 1px #ffffff4d;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 160px;
  display: flex;
  position: absolute;
  inset: auto;
  overflow: hidden;
}

.solid-view-circle.small {
  max-width: 80px;
  max-height: 80px;
}

.project-image-cover {
  background-image: url('../images/card-bora-beach.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 500px;
  min-width: 500px;
  height: 500px;
  min-height: 500px;
  position: absolute;
  inset: auto;
}

.project-image-cover.large {
  width: 60vw;
  max-width: 900px;
  height: 60vw;
  max-height: 900px;
}

.project-image-cover.small {
  width: 350px;
  min-width: 350px;
  height: 350px;
  min-height: 350px;
}

.project-image-cover.small.instagram-002 {
  background-image: url('../images/054.jpeg');
}

.project-image-cover.c1 {
  background-image: url('../images/card-bora-beach-inner.png');
}

.project-image-cover.c2 {
  background-image: url('../images/Hotel-Fazenda-Inner.png');
}

.project-image-cover.c3 {
  background-image: url('../images/Beach-club-inner.png');
}

.project-image-cover.c4 {
  background-image: url('../images/Marina-Resort.png');
}

.scroll-cover {
  z-index: 25;
  background-color: #fff;
  height: 100%;
  position: absolute;
  inset: -100% 0% 0%;
}

.section-scroll-cover {
  z-index: 100;
  justify-content: center;
  display: none;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.scroll-fill {
  background-color: #fff;
  padding: 0;
}

.scroll-fill.right {
  margin-right: -10px;
}

.scroll-fill.left {
  margin-left: -10px;
}

.banner-background-wrapper {
  margin: 2px;
  position: absolute;
  inset: 0%;
}

.preloader {
  z-index: 1000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.preloader-fill {
  background-color: #fff;
  padding: 0;
}

.preloader-fill.right {
  margin-left: -10px;
  margin-right: -10px;
  padding-left: 10px;
}

.preloader-fill.left {
  margin-left: -10px;
}

.social-boxes {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 4px;
  display: grid;
}

.instagram-box {
  height: 15vw;
  padding-top: 4px;
  position: relative;
  overflow: hidden;
}

.lightbox-link {
  width: 100%;
  padding: 2px 0;
  position: relative;
  overflow: hidden;
}

.banner-background {
  height: 100%;
  position: relative;
  overflow: hidden;
}

.instagram-image {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.icon {
  z-index: 10;
  position: relative;
}

.footer-verticle-line {
  background-color: var(--dark-outline);
  width: 1px;
  height: 100%;
}

.project-arrow {
  opacity: 1;
  width: 18px;
  min-width: 18px;
}

.instagram-001 {
  background-image: url('../images/046.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.instagram-003 {
  background-image: url('../images/011.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.instagram-004 {
  background-image: url('../images/039.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.instagram-002 {
  background-image: url('../images/054.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.instagram-icon {
  z-index: 10;
  width: 24px;
  position: relative;
}

.success-message {
  background-color: #0000;
  padding: 0;
}

.success-content {
  grid-column-gap: 16px;
  grid-row-gap: 12px;
  background-color: var(--dark-outline);
  border: 1px solid #cfdae266;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  min-height: 300px;
  padding: 24px;
  display: grid;
}

.hyperlink {
  color: var(--body-display);
  text-decoration: none;
}

.error-message {
  background-color: var(--dark-outline);
  margin-top: 24px;
  padding: 12px;
}

.delete-me {
  z-index: 5000000;
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  color: #000000bf;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: .25rem 0 0 0;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  max-width: 14.5rem;
  padding: .3rem .5rem;
  text-decoration: none;
  transition: color .2s linear, background-color .2s linear;
  display: flex;
  position: fixed;
  inset: auto 0 0 auto;
}

.delete-me:hover {
  color: #000;
  background-color: #f1f1f1;
}

.hide-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.delete-me_text-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: flex-start;
}

.delete-me_text-title {
  letter-spacing: -.025em;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .7rem;
  font-weight: 600;
  line-height: 1.3;
}

.div-block {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  aspect-ratio: auto;
  background-color: #0000;
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 550px;
  height: 150px;
  display: block;
  position: relative;
  inset: auto 0% 0%;
  overflow: clip;
}

.image {
  vertical-align: middle;
  max-width: 55vh;
  display: block;
  overflow: clip;
}

.showreel-block {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80vh;
  display: flex;
  position: relative;
}

.work-inner {
  display: block;
}

.section-2 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.showreel-inner-img-wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: clip;
}

.showreel-main-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 180rem;
  display: flex;
}

.show-reel {
  color: #161616;
  letter-spacing: -7.2px;
  text-transform: uppercase;
  font-size: 360px;
  font-weight: 400;
  line-height: 110%;
}

.show-reel._2 {
  z-index: -1;
  color: #212121;
  letter-spacing: 0;
  text-transform: capitalize;
  margin-left: 60px;
  font-size: 64px;
  font-weight: 400;
  line-height: 150%;
  position: absolute;
  left: calc(100% + .25rem);
  right: auto;
}

.show-reel._1 {
  color: #212121;
  letter-spacing: 0;
  text-transform: capitalize;
  margin-right: 60px;
  font-size: 64px;
  font-weight: 400;
  line-height: 150%;
  position: absolute;
  left: auto;
  right: calc(100% + .25rem);
}

.showreel-sticky-wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80vh;
  display: flex;
  position: sticky;
  top: 60px;
  left: 15px;
  right: 15px;
  overflow: clip;
}

.section-typo-zoom-in {
  -webkit-backdrop-filter: saturate(0%) blur(5px);
  backdrop-filter: saturate(0%) blur(5px);
  color: #000;
  background-color: #ffffffba;
  width: 100%;
  height: 300vh;
  margin-bottom: -2px;
  position: static;
}

.typo-zoom-sticky {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
}

.typo-zoom-sticky-inner {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.typo-zoom-text-wrapper {
  width: 50vw;
}

.typo-zoom-text {
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.typo-zoom-text-image {
  width: 100%;
}

.heading, .white {
  color: #fff;
}

.heading-2 {
  color: #000;
}

.grid_text-list {
  margin-left: -.5em;
  position: relative;
}

.grid_text-wrap {
  z-index: 1;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 100vh;
  margin-top: -50vh;
  padding-bottom: 2.08em;
  display: flex;
  position: sticky;
  top: 0;
}

.categories {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 82em;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.grid_list {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 3.6em;
  display: flex;
}

.grid_item {
  padding: .36em;
}

.header_text-move.is--last {
  padding-bottom: 2.4em;
}

.section-3.is--grid {
  z-index: 1;
  position: relative;
}

.section-3.is--catories {
  z-index: 2;
  position: relative;
}

.categories_border {
  z-index: 1;
  opacity: .35;
  border: 1px solid #e8e2da;
  border-radius: 100vw;
  position: absolute;
  inset: 0%;
}

.is--alt-text {
  color: #f64603;
  font-size: 75px;
  font-weight: 900;
}

.sticky-circle_img {
  object-fit: cover;
  width: 100vw;
  min-width: 100vw;
  max-width: none;
  height: 100vh;
  min-height: 100vh;
  position: relative;
}

.categories_link {
  border-radius: 100vw;
  margin: .4em;
  padding: .6em 1.82em;
  position: relative;
}

.sticky-circle {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding-top: 6em;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.wrapper {
  background-color: #fff;
  background-image: linear-gradient(#ffffff80, #ffffff80);
  position: relative;
}

.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 2.08em;
}

.container.is--header {
  text-align: center;
  padding-top: 8.78em;
  padding-bottom: 8.78em;
}

.container.is--grid {
  padding-bottom: 0;
}

.container.is--categories {
  padding-top: 6.18em;
  padding-bottom: 6.18em;
}

.categories_link-text {
  z-index: 2;
  font-size: 3.96em;
  line-height: .8;
  position: relative;
}

.header_text-wrap {
  position: relative;
  overflow: hidden;
}

.sticky-circle_element {
  justify-content: center;
  align-items: center;
  width: 35em;
  height: 35em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.grid_text-item {
  opacity: 0;
  font-size: 1em;
  transition: opacity .1s;
  position: absolute;
  inset: auto auto 0% 0%;
}

.sticky-circle_wrap {
  height: 300vh;
}

.grid_wrapper {
  z-index: 2;
  position: relative;
}

.grid_wrapper.is--alt {
  padding-bottom: 23.7em;
}

.heading-3 {
  color: #000;
  font-size: 75px;
  font-weight: 800;
}

.heading-4 {
  color: #000;
}

.heading-5 {
  color: #0e0d0d;
  font-size: 75px;
  font-weight: 900;
}

.section-4 {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  height: 100vh;
  display: flex;
}

.medium-width-2 {
  max-width: 575px;
}

.xxl-heading-2 {
  font-size: 48px;
  font-weight: 600;
  line-height: 1.25em;
}

.section-5 {
  z-index: 20;
  justify-content: center;
  padding-top: 140px;
  padding-bottom: 140px;
  display: flex;
  position: relative;
}

.section-5.no-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.video-box {
  z-index: 20;
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 500px;
  margin-top: 80px;
  margin-bottom: 116px;
  padding: 160px 120px 120px;
  display: flex;
  position: relative;
}

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

.video-bottom {
  z-index: 25;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 116px;
  display: flex;
  position: absolute;
  inset: auto auto 0%;
}

.video-button-wrapper {
  margin-bottom: -48px;
  margin-left: -48px;
  margin-right: -48px;
  padding: 12px 48px 48px;
}

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

.hover-line.light {
  background-color: #fff3;
}

.body-display-2 {
  color: #707788;
  font-size: 18px;
  line-height: 1.65em;
}

.body-display-2.light {
  color: #fff;
}

.verticle-line-2 {
  background-color: #fff3;
  width: 1px;
  height: 100%;
}

.video-meta {
  grid-column-gap: 18px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto 1fr;
  grid-auto-columns: 1fr;
  margin-top: -24px;
  display: grid;
  position: relative;
  inset: auto;
}

.corner-fill {
  background-color: #fff;
  width: 50%;
  height: 1px;
  position: absolute;
  inset: -1px 0% auto -1px;
}

.corner-fill.bottom {
  top: auto;
  bottom: -1px;
}

.corner-fill.right {
  left: auto;
  right: -1px;
}

.corner-fill.bottom-right {
  inset: auto -1px -1px auto;
}

.corner-fill.horizontal {
  width: 1%;
  height: 50%;
  inset: -1px auto 0% -1px;
}

.corner-fill.horizontal.right {
  left: auto;
  right: 0;
}

.corner-fill.horizontal.bottom-right {
  right: 0;
}

.corner-fill.horizontal.bottom {
  top: auto;
  bottom: -1px;
}

.solid-subtitle-line {
  background-color: #fff;
  width: 40%;
  height: 100%;
}

.underline-hover-link {
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  border-bottom: 1px solid #fff3;
  padding-bottom: 6px;
  padding-left: 0;
  font-size: 14px;
  line-height: 1.2em;
  text-decoration: none;
  position: relative;
}

.background-video {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.video-icon {
  width: 18px;
  margin-left: 2px;
}

.solid-video-button-outline {
  border: 1px solid #fff3;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

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

.subtitle-line {
  background-color: #fff3;
  background-image: none;
  width: 36px;
  height: 1px;
  margin-left: 0;
  display: flex;
}

.subtitle-line.left {
  background-image: none;
  justify-content: flex-end;
  margin-left: 0;
}

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

.hover-line-fill.light {
  background-color: #fff;
}

.overlay-2 {
  z-index: 3;
  background-color: #090f1680;
  position: absolute;
  inset: 0%;
}

.overlay-2.gradient {
  background-color: #090f1633;
  background-image: linear-gradient(#090f1680, #090f1699);
}

.stacked-heading {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.stacked-heading.centered {
  text-align: center;
  justify-content: center;
  place-items: stretch center;
}

.video-button {
  cursor: pointer;
  border: 1px #fff3;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  display: flex;
  position: relative;
}

.section-cover {
  z-index: 100;
  background-color: #f7f7fa;
  display: none;
  position: absolute;
  inset: 0%;
}

.subtitle-2 {
  color: #666883;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-right: 0;
  font-size: 10px;
  line-height: 1.3em;
}

.subtitle-2.light {
  color: #fff;
}

.hero-intro-2 {
  grid-column-gap: 16px;
  grid-row-gap: 48px;
  color: #fff;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 800px;
  padding-bottom: 36px;
  display: grid;
}

.hero-intro-2.small {
  grid-row-gap: 36px;
  max-width: 700px;
}

.video-button-outline {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  border: 1px #fff3;
  border-radius: 100%;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100px;
  height: 100px;
  margin-right: 1px;
  padding: 0;
  display: grid;
  position: absolute;
  inset: auto;
}

.subtitle-intro {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
  grid-auto-columns: 1fr;
  align-content: center;
  align-items: center;
  margin-bottom: 0;
  display: grid;
}

.video-plus {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-bottom: -11px;
  display: flex;
  position: relative;
}

.left-corner {
  border-top: 1px solid #fff3;
  border-left: 1px solid #fff3;
  width: 36px;
  height: 36px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.left-corner.bottom {
  border-top-style: none;
  border-bottom: 1px solid #fff3;
  inset: auto auto 0% 0%;
}

.left-corner.right {
  border-left-style: none;
  border-right: 1px solid #fff3;
  inset: 0% 0% auto auto;
}

.left-corner.bottom-right {
  border-style: none solid solid none;
  border-bottom-width: 1px;
  border-bottom-color: #fff3;
  border-right-width: 1px;
  border-right-color: #fff3;
  inset: auto 0% 0% auto;
}

.video-outline-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.video-outline-wrapper.bottom {
  position: absolute;
  inset: auto 0% 0% auto;
}

.video-outline-wrapper.top {
  position: absolute;
  inset: 0% auto auto 0%;
}

.video-outline {
  border: 1px solid #fff;
  border-radius: 100%;
  width: 100px;
  height: 100px;
  position: absolute;
}

.video-outline.bottom {
  inset: auto 0% 0% auto;
}

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

.plus-line.verticle {
  width: 1%;
  height: 100%;
  left: auto;
  right: auto;
}

.video-button-fill {
  background-color: #fff3;
  border: 1px solid #fff0;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 70%;
  height: 70%;
  display: flex;
  position: relative;
}

.marquee_text-elmt {
  flex: none;
}

.marquee_instance {
  color: #ddd9d2;
  flex: none;
  display: flex;
}

.marquee {
  background-color: #28282a;
  width: 100vw;
  height: 48px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.marquee_text-elmt-plus {
  flex: none;
  margin-bottom: .3rem;
  font-weight: 100;
}

.marquee_text-wrapper {
  grid-column-gap: 4vw;
  text-transform: uppercase;
  flex: none;
  align-items: center;
  padding-right: 4vw;
  font-weight: 400;
  line-height: 1;
  display: flex;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.marquee_track {
  flex: none;
  display: flex;
}

.section_marquee {
  z-index: 1;
  width: 100%;
}

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

@media screen and (min-width: 1280px) {
  .footer-content {
    grid-column-gap: 48px;
  }

  .contact-wrapper {
    grid-column-gap: 100px;
    grid-template-columns: .6fr 1fr;
  }

  .project-image-cover {
    height: 550px;
    min-height: 550px;
  }
}

@media screen and (min-width: 1440px) {
  .navbar {
    opacity: 1;
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
  }

  .projects-grid {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .contact-wrapper {
    grid-column-gap: 120px;
    grid-template-columns: .6fr 1fr;
  }

  .project-hero-content {
    grid-row-gap: 28px;
  }

  .project-image-cover {
    height: 600px;
    min-height: 600px;
  }
}

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

  .hero-content {
    padding-top: 120px;
    padding-bottom: 222px;
    padding-right: 0;
    overflow: hidden;
  }

  .hero-content.dark {
    padding-top: 100px;
  }

  .hero-bottom.right {
    width: 93%;
  }

  .verticle-hero-line {
    right: 7%;
  }

  .verticle-hero-line.middle {
    z-index: 25;
  }

  .navbar {
    position: absolute;
  }

  .navigation {
    grid-template-columns: auto 1fr 1fr .5fr;
  }

  .nav-menu {
    background-color: #fff;
    width: 100vw;
  }

  .nav-left {
    grid-template-columns: auto 1px;
  }

  .brand {
    padding-left: 0;
  }

  .nav-right {
    grid-template-columns: 1fr;
    padding-left: 28px;
  }

  .xxl-heading {
    font-size: 48px;
  }

  .hero-intro {
    padding-left: 0;
  }

  .body-display.two-column {
    column-count: 1;
  }

  .content-wrapper {
    grid-template-columns: 1fr 1fr 1fr 7%;
  }

  .section-title {
    grid-column-gap: 18px;
    grid-template-columns: 24px 1fr;
    padding-top: 60px;
    padding-bottom: 80px;
    padding-right: 60px;
  }

  .section-title.extra-top-padding {
    padding-top: 80px;
  }

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

  .card {
    height: auto;
  }

  .banner-content {
    min-height: 700px;
    padding-top: 160px;
    padding-bottom: 220px;
  }

  .hero-slider {
    width: 100%;
    max-width: 100%;
  }

  .slider-background {
    min-width: 105vw;
  }

  .hero-slide-arrow {
    right: 7%;
  }

  .testimonial-content {
    max-width: 525px;
  }

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

  .project-card {
    cursor: default;
  }

  .navigation-button {
    display: none;
  }

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

  .banner-wrapper {
    width: 65%;
    min-height: 500px;
  }

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

  .testimonial-slide-arrow {
    top: auto;
    bottom: 120px;
  }

  .testimonial-slide-arrow.right {
    top: auto;
  }

  .project-image {
    height: 60vw;
    min-height: 550px;
  }

  .footer-info {
    grid-row-gap: 80px;
  }

  .navigation-column {
    position: relative;
    top: auto;
  }

  .nav-link {
    border-bottom-color: var(--dark-outline);
    color: #000;
    min-height: 48px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

  .nav-link.contact-link {
    display: flex;
  }

  .menu-grid {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .inner-page-hero {
    min-height: 600px;
  }

  .contact-wrapper {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .project-hero {
    padding-top: 80px;
  }

  .client-detail {
    padding-right: 0;
  }

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

  .gallery-image {
    height: 45vw;
    min-height: 350px;
  }

  .project-banner {
    min-height: 400px;
    margin-top: 80px;
  }

  .project-hero-content {
    grid-column-gap: 18px;
    grid-template-columns: 24px 1fr;
    padding-right: 60px;
  }

  .client-details-wrapper {
    grid-row-gap: 36px;
    grid-template-columns: 42px 1fr;
  }

  .client-quote {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .testimonial-arrow-line {
    margin-bottom: 170px;
  }

  .solid-view-circle {
    display: none;
  }

  .social-boxes {
    grid-template-columns: 1fr 1fr;
  }

  .instagram-box {
    height: 35vw;
    min-height: 275px;
  }

  .menu-button {
    z-index: 10;
    justify-content: center;
    align-items: center;
    padding: 0;
    display: flex;
  }

  .menu-button.w--open {
    background-color: #c8c8c800;
  }

  .menu-link {
    justify-content: flex-end;
    align-items: center;
    width: 60px;
    height: 100%;
    padding: 0;
    display: flex;
  }

  .hero-slider-wrapper {
    max-width: 90vw;
  }

  .menu-icon {
    width: 32px;
  }

  .success-message {
    background-color: #0000;
    padding: 0;
  }

  .success-content {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: var(--dark-outline);
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    place-content: center;
    align-items: center;
    min-height: 400px;
    padding: 24px;
    display: grid;
  }

  .showreel-block {
    height: 70vh;
  }

  .showreel-main-wrap {
    height: 140rem;
  }

  .showreel-sticky-wrap {
    height: 70vh;
    top: 100px;
  }

  .container {
    padding-left: 3em;
    padding-right: 3em;
  }

  .xxl-heading-2 {
    font-size: 42px;
  }

  .section-5 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .video-box {
    margin-top: 60px;
    margin-bottom: 120px;
    padding: 60px;
  }

  .video-bottom {
    height: 100px;
  }

  .stacked-heading {
    grid-row-gap: 28px;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }
}

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

  .hero-content {
    padding-top: 120px;
    padding-bottom: 236px;
    padding-right: 0;
  }

  .verticle-hero-line {
    grid-template-rows: 80px 24px 80px auto;
    justify-content: end;
    display: none;
  }

  .verticle-hero-line.middle {
    grid-column-gap: 16px;
    grid-row-gap: 0px;
    grid-template-rows: 80px 24px 100px;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    margin-right: 0;
    padding-bottom: 120px;
    display: grid;
  }

  .verticle-line.bottom {
    display: none;
  }

  .xxl-heading {
    font-size: 40px;
  }

  .hero-intro {
    padding-right: 0;
  }

  .circle-link-text {
    padding-right: 40px;
  }

  .circle-link-text.left {
    grid-column-gap: 9px;
    padding-left: 40px;
  }

  .circle-button, .circle-outline {
    width: 80px;
    height: 80px;
  }

  .section-title {
    grid-column-gap: 12px;
    padding-right: 36px;
  }

  .section-title.no-bottom-padding {
    padding-top: 36px;
  }

  .dual-title {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .banner-content {
    min-height: 600px;
    padding-top: 140px;
    padding-bottom: 212px;
  }

  .hero-slide-arrow {
    width: 80px;
    height: 80px;
    margin-right: 0;
    left: 0;
    right: auto;
  }

  .hero-slide-arrow.right {
    margin-bottom: 0;
    margin-right: 7%;
    left: auto;
    right: 0%;
  }

  .footer-content {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .banner-wrapper {
    width: 100%;
  }

  .testimonial-slide-arrow {
    width: 80px;
    height: 80px;
    bottom: 130px;
  }

  .project-image {
    height: 50vw;
    min-height: 450px;
  }

  .action-content {
    min-height: auto;
    padding-top: 100px;
    padding-bottom: 220px;
  }

  .footer-credit {
    text-align: center;
    grid-template-columns: 1fr;
  }

  .footer-info {
    grid-row-gap: 60px;
  }

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

  .client-detail {
    justify-items: center;
  }

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

  .project-banner {
    margin-top: 60px;
  }

  .client-details-wrapper {
    text-align: center;
    grid-template-columns: 1fr;
    padding-bottom: 0;
    padding-right: 0;
  }

  .client-quote {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .slider-background-circle {
    width: 300vw;
    height: 300vw;
  }

  .instagram-box {
    height: 35vw;
    min-height: 180px;
  }

  .slider-link-text {
    display: block;
  }

  .footer-verticle-line {
    display: none;
  }

  .showreel-block {
    height: 50vh;
  }

  .showreel-main-wrap {
    height: 140rem;
  }

  .show-reel._2 {
    margin-left: 20px;
  }

  .show-reel._1 {
    margin-right: 20px;
  }

  .showreel-sticky-wrap {
    height: 50vh;
    top: 25%;
  }

  .xxl-heading-2 {
    font-size: 36px;
  }

  .video-box {
    margin-bottom: 200px;
    padding: 70px 36px 34px;
  }

  .video-bottom {
    height: 140px;
  }

  .stacked-heading {
    grid-row-gap: 24px;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }
}

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

  h2 {
    font-size: 24px;
  }

  .hero-section {
    min-height: 93vh;
    overflow-x: hidden;
  }

  .hero-content {
    grid-template-columns: 1fr .65fr;
    margin-top: 0;
    padding-top: 120px;
    padding-left: 16px;
    padding-right: 16px;
    box-sizing: border-box;
  }

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

  .hero-bottom {
    min-height: 58px;
  }

  .hero-bottom.right {
    width: 98%;
  }

  .verticle-hero-line.middle {
    grid-column-gap: 16px;
    grid-row-gap: 0px;
    grid-template-rows: 80px 24px 100px;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    padding-bottom: 100px;
    right: 2%;
  }

  .navigation {
    grid-template-columns: auto 1fr;
  }

  .nav-right {
    display: none;
  }

  .xxl-heading {
    font-size: 8.5vw;
  }

  .hero-intro {
    width: 100%;
    max-width: 90vw;
  }

  .nav-separator {
    display: none;
  }

  .circle-link-text {
    grid-auto-flow: column;
    padding-right: 35px;
  }

  /* Hero logo adjustments for small screens */
  .section-4 .image {
    max-width: 70%;
    width: auto;
    height: auto;
    display: block;
    margin: 0 auto 12px auto;
  }

  /* Ensure background video does not cause horizontal overflow on tiny screens */
  .hero-section.w-background-video > video {
    left: 0 !important;
    right: 0 !important;
    top: 0 !important;
    bottom: 0 !important;
  }

  .circle-link-text.left {
    grid-column-gap: 18px;
    grid-template-columns: 1fr;
    grid-auto-columns: auto;
    padding-left: 35px;
  }

  .circle-button.dark {
    min-width: 80px;
    min-height: 80px;
    margin-left: -40px;
  }

  .circle-button.dark.scroll-link {
    display: none;
  }

  .content-wrapper {
    grid-template-columns: 1fr 1fr 1fr 2%;
  }

  .stacked-content {
    grid-row-gap: 36px;
  }

  .section-title {
    grid-template-columns: 1fr;
    padding-top: 24px;
    padding-bottom: 48px;
    padding-right: 18px;
  }

  .section-title.extra-top-padding, .section-title.small-bottom-padding {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .horizontal-line {
    display: none;
  }

  .dual-title {
    grid-row-gap: 24px;
  }

  .banner-content {
    min-height: 600px;
    padding-top: 120px;
    padding-bottom: 212px;
  }

  .fill {
    height: 58px;
  }

  .hero-slide-arrow {
    bottom: 100px;
  }

  .hero-slide-arrow.right {
    margin-right: 2%;
  }

  .testimonial-content {
    grid-row-gap: 24px;
  }

  .footer-content {
    grid-row-gap: 36px;
  }

  .banner-wrapper {
    min-height: 375px;
  }

  .about-wrapper {
    grid-row-gap: 36px;
  }

  .project-image {
    min-height: 375px;
  }

  .about-content {
    padding-top: 0;
    padding-bottom: 0;
  }

  .action-content {
    min-height: 400px;
    padding-top: 100px;
    padding-bottom: 180px;
  }

  .footer-credit {
    text-align: center;
    grid-template-columns: 1fr;
  }

  .navigation-column {
    position: relative;
    top: 0;
  }

  .project-card-top {
    grid-column-gap: 6px;
    grid-row-gap: 9px;
  }

  .project-card-bottom {
    grid-row-gap: 9px;
    text-align: left;
  }

  .inner-page-hero {
    min-height: 500px;
  }

  .project-hero {
    min-height: 400px;
  }

  .project-showcase {
    min-height: 600px;
  }

  .gallery-image {
    min-height: 300px;
  }

  .project-banner {
    min-height: 250px;
    margin-top: 48px;
  }

  .project-hero-content {
    grid-template-columns: 1fr;
    padding-right: 0;
  }

  .client-details-wrapper {
    padding-top: 200px;
    padding-bottom: 220px;
  }

  .client-quote {
    grid-row-gap: 24px;
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .instagram-box {
    height: 40vw;
    min-height: 124px;
  }

  .project-overview {
    grid-row-gap: 12px;
  }

  .slider-link-text {
    display: block;
  }

  .menu-icon {
    width: 28px;
  }

  .showreel-block {
    height: 40vh;
  }

  .work-inner {
    height: 40vh;
    min-height: 40vh;
  }

  .showreel-main-wrap {
    height: 120rem;
  }

  .showreel-sticky-wrap {
    height: 40vh;
    top: 30%;
  }

  .xxl-heading-2 {
    font-size: 32px;
  }

  .video-box {
    margin-bottom: 72px;
    padding-bottom: 148px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .video-bottom {
    height: 160px;
  }

  .hero-intro-2 {
    grid-row-gap: 24px;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }
}

#w-node-b9337402-dc33-ce78-2743-d71ca8dfd69f-ab49209f {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_0e43bb72-41d0-e006-9d42-3235d3b73844-ab49209f {
  grid-area: 1 / 4 / 2 / 5;
  justify-self: start;
}

#w-node-_0830c559-e046-d169-edf9-0dcce3af986c-ab49209f {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_6a50a50b-6c64-ca38-6b65-a6de37381522-ab49209f {
  align-self: center;
}

#w-node-_35a6ea8d-c937-66e2-1567-f724bebf29b1-ab49209f {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_1538bedd-b64d-1d6d-0539-1569c73ff17d-ab49209f {
  justify-self: start;
}

#w-node-_1538bedd-b64d-1d6d-0539-1569c73ff17e-ab49209f {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_1538bedd-b64d-1d6d-0539-1569c73ff180-ab49209f {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_1538bedd-b64d-1d6d-0539-1569c73ff182-ab49209f {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: stretch;
}

#w-node-_1538bedd-b64d-1d6d-0539-1569c73ff184-ab49209f {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_1f8e92f1-001b-e005-7b55-e22c936cd1e1-ab49209f, #w-node-_4f0f1d56-7cb5-2a79-f2fc-9bf093d19a3a-ab49209f, #w-node-_6793ab6f-0cef-9d2a-ad59-d2f36537ae9e-ab49209f {
  place-self: end start;
}

#w-node-_6c5748c7-0527-1d51-cdcf-c6d40f8206a9-ab49209f {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6c5748c7-0527-1d51-cdcf-c6d40f8206aa-ab49209f {
  grid-area: 1 / 4 / 2 / 5;
  justify-self: start;
}

#w-node-_6c5748c7-0527-1d51-cdcf-c6d40f8206ab-ab49209f {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_6c5748c7-0527-1d51-cdcf-c6d40f8206ac-ab49209f {
  align-self: center;
}

#w-node-_6c5748c7-0527-1d51-cdcf-c6d40f8206af-ab49209f {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_6c5748c7-0527-1d51-cdcf-c6d40f8206b3-ab49209f {
  place-self: end;
}

#w-node-ada1df95-ea9a-5f9c-5f7b-310ff2c604bd-ab49209f, #w-node-ada1df95-ea9a-5f9c-5f7b-310ff2c604c9-ab49209f, #w-node-_11d7a5c6-563d-1123-cbe3-d0b6c421de22-ab49209f, #w-node-_11d7a5c6-563d-1123-cbe3-d0b6c421de30-ab49209f, #w-node-_06486765-0a10-cb75-24b0-acfc8fba2f08-ab49209f, #w-node-_06486765-0a10-cb75-24b0-acfc8fba2f16-ab49209f, #w-node-_86a3f48b-bd64-447c-a439-ee365185ae7c-ab49209f, #w-node-_86a3f48b-bd64-447c-a439-ee365185ae8a-ab49209f, #w-node-_8348751a-f87e-fdc5-4e3d-c7cbe6f8b397-ab49209f, #w-node-_20fe5571-85a6-f47d-123f-a378651f6385-ab49209f {
  align-self: center;
}

#w-node-_3f747e5e-e56d-7597-833f-28d3309972b4-ab49209f {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_3f747e5e-e56d-7597-833f-28d3309972b6-ab49209f {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_3f747e5e-e56d-7597-833f-28d3309972b8-ab49209f {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: stretch;
}

#w-node-_3f747e5e-e56d-7597-833f-28d3309972ba-ab49209f, #w-node-b597d2c7-ef17-1d33-3c3e-7e54d82abd0d-ab49209f {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-b597d2c7-ef17-1d33-3c3e-7e54d82abd1e-ab49209f {
  justify-self: end;
}

#w-node-b597d2c7-ef17-1d33-3c3e-7e54d82abd22-ab49209f {
  justify-self: start;
}

#w-node-b597d2c7-ef17-1d33-3c3e-7e54d82abd26-ab49209f, #w-node-b597d2c7-ef17-1d33-3c3e-7e54d82abd29-ab49209f {
  justify-self: center;
}

#w-node-b597d2c7-ef17-1d33-3c3e-7e54d82abd2f-ab49209f {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start;
}

#w-node-b597d2c7-ef17-1d33-3c3e-7e54d82abd31-ab49209f {
  grid-area: 2 / 1 / 3 / 2;
  place-self: stretch end;
}

#w-node-b597d2c7-ef17-1d33-3c3e-7e54d82abd37-ab49209f {
  grid-area: 1 / 2 / 2 / 3;
  align-self: end;
}

#w-node-b597d2c7-ef17-1d33-3c3e-7e54d82abd3a-ab49209f {
  place-self: end start;
}

#w-node-b597d2c7-ef17-1d33-3c3e-7e54d82abd3f-ab49209f {
  justify-self: start;
}

#w-node-d0bd06d9-c953-270c-9a4f-88e76d785cab-6d785ca9 {
  justify-self: stretch;
}

#w-node-d0bd06d9-c953-270c-9a4f-88e76d785cad-6d785ca9 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-f0260001-a5ce-6653-886a-222db91fae2f-b91fae2d {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-f0260001-a5ce-6653-886a-222db91fae30-b91fae2d {
  grid-area: 1 / 4 / 2 / 5;
  justify-self: start;
}

#w-node-f0260001-a5ce-6653-886a-222db91fae31-b91fae2d {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-f0260001-a5ce-6653-886a-222db91fae32-b91fae2d {
  align-self: center;
}

#w-node-f0260001-a5ce-6653-886a-222db91fae35-b91fae2d {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-f0260001-a5ce-6653-886a-222db91fae37-b91fae2d {
  align-self: start;
}

#w-node-f0260001-a5ce-6653-886a-222db91fae3d-b91fae2d {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-f0260001-a5ce-6653-886a-222db91fae3e-b91fae2d {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-f0260001-a5ce-6653-886a-222db91fae3f-b91fae2d, #w-node-f0260001-a5ce-6653-886a-222db91fae42-b91fae2d {
  align-self: start;
}

#w-node-f0260001-a5ce-6653-886a-222db91fae57-b91fae2d {
  align-self: stretch;
}

#w-node-_13477b70-5e83-a08b-aebd-2d923313ddd7-b91fae2d {
  align-self: start;
}

#w-node-f0260001-a5ce-6653-886a-222db91fae5e-b91fae2d, #w-node-f0260001-a5ce-6653-886a-222db91fae62-b91fae2d, #w-node-f0260001-a5ce-6653-886a-222db91fae66-b91fae2d, #w-node-f0260001-a5ce-6653-886a-222db91fae6a-b91fae2d {
  align-self: center;
}

#w-node-f0260001-a5ce-6653-886a-222db91fae6d-b91fae2d {
  justify-self: stretch;
}

#w-node-f0260001-a5ce-6653-886a-222db91fae70-b91fae2d {
  justify-self: end;
}

#w-node-c3437387-44c4-bc1c-1c6b-f811a1d859b9-a1d859b7 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-c3437387-44c4-bc1c-1c6b-f811a1d859bb-a1d859b7 {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-_2ff8d7aa-f9d2-16ae-b803-0590b8202da1-a1d859b7 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_2ff8d7aa-f9d2-16ae-b803-0590b8202da2-a1d859b7 {
  grid-area: 1 / 2 / 4 / 3;
  place-self: center;
}

#w-node-_2ff8d7aa-f9d2-16ae-b803-0590b8202da6-a1d859b7 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_2ff8d7aa-f9d2-16ae-b803-0590b8202daa-a1d859b7 {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-_2ff8d7aa-f9d2-16ae-b803-0590b8202dae-a1d859b7 {
  grid-area: 2 / 1 / 3 / 3;
  justify-self: end;
}

#w-node-_74caef05-49f3-8855-e9b4-81039c7fb8c5-a1d859b7 {
  justify-self: end;
}

#w-node-c3437387-44c4-bc1c-1c6b-f811a1d859c7-a1d859b7 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-c3437387-44c4-bc1c-1c6b-f811a1d859c8-a1d859b7 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-c3437387-44c4-bc1c-1c6b-f811a1d859d0-a1d859b7 {
  grid-area: 2 / 1 / 3 / 4;
  align-self: start;
}

#w-node-c3437387-44c4-bc1c-1c6b-f811a1d859d2-a1d859b7 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: end;
}

#w-node-e42b2f0b-aba3-66bd-550b-6b8ec5e597ac-a1d859b7 {
  justify-self: stretch;
}

#w-node-e42b2f0b-aba3-66bd-550b-6b8ec5e597ad-a1d859b7 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-e42b2f0b-aba3-66bd-550b-6b8ec5e597ae-a1d859b7 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  justify-self: stretch;
}

#w-node-e42b2f0b-aba3-66bd-550b-6b8ec5e597af-a1d859b7, #w-node-e42b2f0b-aba3-66bd-550b-6b8ec5e597b1-a1d859b7 {
  justify-self: stretch;
}

#w-node-afec5c69-aed3-aa06-2504-13063b4c6ec9-3b4c6ec7 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-afec5c69-aed3-aa06-2504-13063b4c6eca-3b4c6ec7 {
  grid-area: 1 / 4 / 2 / 5;
  justify-self: start;
}

#w-node-afec5c69-aed3-aa06-2504-13063b4c6ecb-3b4c6ec7 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-afec5c69-aed3-aa06-2504-13063b4c6ecc-3b4c6ec7, #w-node-afec5c69-aed3-aa06-2504-13063b4c6ece-3b4c6ec7 {
  align-self: center;
}

#w-node-afec5c69-aed3-aa06-2504-13063b4c6ed0-3b4c6ec7 {
  place-self: center end;
}

#w-node-afec5c69-aed3-aa06-2504-13063b4c6ed5-3b4c6ec7 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_420ebc33-f064-39ec-cc94-a2b6c24db76e-c24db76c {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_420ebc33-f064-39ec-cc94-a2b6c24db773-c24db76c {
  align-self: center;
}

#w-node-_420ebc33-f064-39ec-cc94-a2b6c24db77a-c24db76c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_420ebc33-f064-39ec-cc94-a2b6c24db782-c24db76c {
  grid-area: 1 / 2 / 2 / 5;
  place-self: center end;
}

#w-node-_420ebc33-f064-39ec-cc94-a2b6c24db783-c24db76c {
  place-self: center end;
}

#w-node-_420ebc33-f064-39ec-cc94-a2b6c24db788-c24db76c {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-ca7fefeb-283c-c953-b1c2-6cdc5618a757-c24db76c {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-c2998a6d-a76b-2d98-3b9d-c19ec69d42ea-c24db76c {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_7730d490-c0c7-c57d-dfc0-b20ad94e5ab2-c24db76c {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-_420ebc33-f064-39ec-cc94-a2b6c24db78a-c24db76c {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_34d92f1b-4fdb-43e0-4229-8a4eb2fc91b3-ab4920a0 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_734a7a5c-b370-5c5d-90d3-26f6be251675-ab4920a0 {
  grid-area: 1 / 1 / 2 / 4;
  align-self: center;
}

#w-node-_734a7a5c-b370-5c5d-90d3-26f6be251676-ab4920a0 {
  align-self: center;
}

#w-node-e3364cde-22c9-ac82-8dd2-96cdfe0ab947-ab4920a0 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_34d92f1b-4fdb-43e0-4229-8a4eb2fc91bc-ab4920a0 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_34d92f1b-4fdb-43e0-4229-8a4eb2fc91be-ab4920a0 {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-_34d92f1b-4fdb-43e0-4229-8a4eb2fc91bf-ab4920a0 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_34d92f1b-4fdb-43e0-4229-8a4eb2fc91c0-ab4920a0 {
  grid-area: 1 / 2 / 4 / 3;
  place-self: center;
}

#w-node-_34d92f1b-4fdb-43e0-4229-8a4eb2fc91c2-ab4920a0 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_34d92f1b-4fdb-43e0-4229-8a4eb2fc91c4-ab4920a0 {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-_34d92f1b-4fdb-43e0-4229-8a4eb2fc91c6-ab4920a0 {
  grid-area: 2 / 1 / 3 / 3;
  justify-self: end;
}

#w-node-dd6276d8-abfa-f21f-820f-742e6c63203d-ab4920a0 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-cb8e6eaa-8c62-e2cc-e28f-478bdd3b9d73-ab4920a0 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_577acd7f-baf0-2325-ca6c-03539ea174e6-ab4920a0 {
  grid-area: 1 / 1 / 2 / 4;
  align-self: end;
}

#w-node-c7969006-e505-44ca-a4a1-ddf7ea6f0c47-ab4920a0 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: end;
}

#w-node-e63f25c6-847a-8e9c-4d2b-034601c9f12a-ab4920a0 {
  grid-area: 1 / 3 / 2 / 4;
  align-self: end;
}

#w-node-_89ae3425-7b6d-79c8-f9f9-ac693ad5e358-ab4920a0 {
  grid-area: 1 / 4 / 2 / 5;
  align-self: end;
}

#w-node-eed44a81-3283-1a91-c5e7-ac21f8027873-ab4920a0 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-eed44a81-3283-1a91-c5e7-ac21f8027877-ab4920a0 {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-eed44a81-3283-1a91-c5e7-ac21f8027878-ab4920a0 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-eed44a81-3283-1a91-c5e7-ac21f80278d0-ab4920a0 {
  grid-area: 1 / 1 / 4 / 2;
  place-self: center;
}

#w-node-eed44a81-3283-1a91-c5e7-ac21f80278d4-ab4920a0 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-eed44a81-3283-1a91-c5e7-ac21f80278d8-ab4920a0 {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-eed44a81-3283-1a91-c5e7-ac21f80278dc-ab4920a0 {
  grid-area: 2 / 1 / 3 / 3;
  justify-self: start;
}

#w-node-eed44a81-3283-1a91-c5e7-ac21f80278e2-ab4920a0 {
  grid-area: 1 / 2 / 4 / 3;
  place-self: center;
}

#w-node-eed44a81-3283-1a91-c5e7-ac21f80278e6-ab4920a0 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-eed44a81-3283-1a91-c5e7-ac21f80278ea-ab4920a0 {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-eed44a81-3283-1a91-c5e7-ac21f80278ee-ab4920a0 {
  grid-area: 2 / 1 / 3 / 3;
  justify-self: end;
}

#w-node-_658cb996-fb9b-89b9-77af-3aa4d6ed008b-ab4920a0 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#w-node-_152c5f90-41dd-bf4b-41d7-31a299ed9e4a-ab4920a0 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: end;
}

#w-node-_4b15d6d9-5728-f93e-c0b1-042b7e7b3163-ab4920a0 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_4b15d6d9-5728-f93e-c0b1-042b7e7b3164-ab4920a0 {
  grid-area: 1 / 4 / 2 / 5;
  justify-self: start;
}

#w-node-_4b15d6d9-5728-f93e-c0b1-042b7e7b3165-ab4920a0 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_4b15d6d9-5728-f93e-c0b1-042b7e7b3166-ab4920a0 {
  align-self: center;
}

#w-node-_4b15d6d9-5728-f93e-c0b1-042b7e7b3169-ab4920a0 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_78e633ca-9b9a-b18a-17b9-f94bc032f63c-ab4920a0 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-fdd4f08f-3900-783b-3c1f-637e637b9233-ab4920a0 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-f93c0961-deb6-3c82-d6fe-31084818617a-ab4920a0 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-d2e82299-4947-a897-6c58-bdb906da80a6-ab4920a0 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  justify-self: center;
}

#w-node-a2adf4db-7986-ab12-627d-682f1b563a64-ab4920a0 {
  justify-self: center;
}

#w-node-a2adf4db-7986-ab12-627d-682f1b563a67-ab4920a0 {
  place-self: center start;
}

#w-node-eba69a58-6d70-a1a4-f4ae-69962916cc2a-ab4920a0 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-eba69a58-6d70-a1a4-f4ae-69962916cc2b-ab4920a0 {
  grid-area: 1 / 4 / 2 / 5;
  justify-self: start;
}

#w-node-eba69a58-6d70-a1a4-f4ae-69962916cc2c-ab4920a0 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-eba69a58-6d70-a1a4-f4ae-69962916cc2d-ab4920a0 {
  align-self: center;
}

#w-node-eba69a58-6d70-a1a4-f4ae-69962916cc30-ab4920a0 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_09168bd9-3d98-5966-6297-58bd2806b983-ab4920a0 {
  place-self: end;
}

#w-node-a8e4df62-d45a-25b0-0850-f332cb05f271-ab4920a0 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-a8e4df62-d45a-25b0-0850-f332cb05f273-ab4920a0 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-a8e4df62-d45a-25b0-0850-f332cb05f275-ab4920a0 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: stretch;
}

#w-node-a8e4df62-d45a-25b0-0850-f332cb05f277-ab4920a0, #w-node-_8aa033cb-0182-f9db-2e57-35894cebcea7-ab4920a0 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_8aa033cb-0182-f9db-2e57-35894cebcea8-ab4920a0 {
  grid-area: 1 / 4 / 2 / 5;
  justify-self: start;
}

#w-node-_8aa033cb-0182-f9db-2e57-35894cebceab-ab4920a0 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_8aa033cb-0182-f9db-2e57-35894cebceac-ab4920a0 {
  align-self: center;
}

#w-node-_8aa033cb-0182-f9db-2e57-35894cebceaf-ab4920a0 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_8aa033cb-0182-f9db-2e57-35894cebceb3-ab4920a0 {
  place-self: end;
}

#w-node-e7e65844-ea05-5d20-8a2e-474f68cbc1d8-ab4920a0, #w-node-e7e65844-ea05-5d20-8a2e-474f68cbc1da-ab4920a0, #w-node-_20cdb619-b54c-43e4-167d-fa2091484d79-ab4920a0 {
  align-self: center;
}

#w-node-c2551169-725e-8520-14a4-2d58dea7cf98-dea7cf96 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: end;
}

#w-node-c2551169-725e-8520-14a4-2d58dea7cf99-dea7cf96 {
  grid-area: 1 / 1 / 2 / 4;
  align-self: start;
}

#w-node-c2551169-725e-8520-14a4-2d58dea7cf9a-dea7cf96 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: end;
}

#w-node-c2551169-725e-8520-14a4-2d58dea7cf9b-dea7cf96 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_1052a675-9d5a-aa72-3e78-6af2843bdf82-dea7cf96 {
  justify-self: center;
}

#w-node-c2551169-725e-8520-14a4-2d58dea7cfa6-dea7cf96 {
  place-self: center start;
}

#w-node-_371030e2-075f-135d-db85-ea7599216966-dea7cf96 {
  justify-self: center;
}

#w-node-_371030e2-075f-135d-db85-ea759921696a-dea7cf96 {
  place-self: center start;
}

#w-node-_50d7576c-4952-506e-f621-e958ecc566ff-dea7cf96 {
  justify-self: center;
}

#w-node-_50d7576c-4952-506e-f621-e958ecc56703-dea7cf96 {
  place-self: center start;
}

#w-node-b72711cc-985d-335f-501c-ba9a81350b0b-dea7cf96 {
  grid-area: 1 / 1 / 4 / 2;
  place-self: center;
}

#w-node-b72711cc-985d-335f-501c-ba9a81350b0f-dea7cf96 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-b72711cc-985d-335f-501c-ba9a81350b13-dea7cf96 {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-b72711cc-985d-335f-501c-ba9a81350b17-dea7cf96 {
  grid-area: 2 / 1 / 3 / 3;
  justify-self: start;
}

#w-node-_999a5614-b7d5-8695-f4aa-cf47ccf142c8-dea7cf96 {
  grid-area: 1 / 2 / 4 / 3;
  place-self: center;
}

#w-node-_999a5614-b7d5-8695-f4aa-cf47ccf142cc-dea7cf96 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_999a5614-b7d5-8695-f4aa-cf47ccf142d0-dea7cf96 {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-_999a5614-b7d5-8695-f4aa-cf47ccf142d4-dea7cf96 {
  grid-area: 2 / 1 / 3 / 3;
  justify-self: end;
}

#w-node-e00d8619-eefd-5ad7-d006-336391413eeb-dea7cf96 {
  justify-self: end;
}

#w-node-c2551169-725e-8520-14a4-2d58dea7cfc5-dea7cf96 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-c2551169-725e-8520-14a4-2d58dea7cfc6-dea7cf96 {
  grid-area: 1 / 3 / 2 / 4;
  align-self: center;
}

#w-node-f7406575-bf68-fd82-0711-77bbc970d766-dea7cf96 {
  justify-self: stretch;
}

#w-node-_370e068d-b55e-e6b9-6805-1add1ff39559-dea7cf96 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_41836604-c0cf-ce2a-42c9-78c5bc1aee76-dea7cf96 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  justify-self: stretch;
}

#w-node-_50692a17-a1f0-cdf0-7e0b-d0846eb763cd-dea7cf96, #w-node-_0fa91c31-5f9c-fe6b-c12b-bc9a5baf5884-dea7cf96 {
  justify-self: stretch;
}

#w-node-fbb0bf4d-e74f-3a64-881f-37e8a62bea9c-ab4920a1 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-fbb0bf4d-e74f-3a64-881f-37e8a62bea9d-ab4920a1 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  place-self: center start;
}

#w-node-_3159e195-d2ca-294b-9a66-bf50e652cb83-ab4920a1 {
  align-self: end;
}

#w-node-_8a08480a-69a7-40da-2687-8669b97b340c-ab4920a1 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_8a08480a-69a7-40da-2687-8669b97b340e-ab4920a1 {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-_35285f96-2cd8-9896-9e87-1e3feb76a54b-ab4920a1 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_35285f96-2cd8-9896-9e87-1e3feb76a54c-ab4920a1 {
  grid-area: 1 / 2 / 4 / 3;
  place-self: center;
}

#w-node-_35285f96-2cd8-9896-9e87-1e3feb76a550-ab4920a1 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_35285f96-2cd8-9896-9e87-1e3feb76a554-ab4920a1 {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-_35285f96-2cd8-9896-9e87-1e3feb76a558-ab4920a1 {
  grid-area: 2 / 1 / 3 / 3;
  justify-self: end;
}

#w-node-feca1aa1-167f-6c2d-a251-e79b5a48b80b-ab4920a1 {
  justify-self: end;
}

#w-node-bddb8e1c-1569-26aa-1abb-8b04ff875933-ab4920a1 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-bddb8e1c-1569-26aa-1abb-8b04ff875934-ab4920a1 {
  grid-area: 1 / 4 / 2 / 5;
  justify-self: start;
}

#w-node-bddb8e1c-1569-26aa-1abb-8b04ff875935-ab4920a1 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-bddb8e1c-1569-26aa-1abb-8b04ff875936-ab4920a1 {
  align-self: center;
}

#w-node-bddb8e1c-1569-26aa-1abb-8b04ff875939-ab4920a1 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-bddb8e1c-1569-26aa-1abb-8b04ff87593a-ab4920a1 {
  align-self: start;
}

#w-node-_180cca96-8aec-7ae4-20f2-d527746875e2-ab4920a1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#First-name.w-node-_180cca96-8aec-7ae4-20f2-d527746875e4-ab4920a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e3c55a02-a19c-52af-fd42-f653f595d4ad-ab4920a1, #Email.w-node-e3c55a02-a19c-52af-fd42-f653f595d4af-ab4920a1, #w-node-_97bee7b5-2c90-7eb3-6c77-141d103fe50c-ab4920a1, #Phone.w-node-_97bee7b5-2c90-7eb3-6c77-141d103fe50e-ab4920a1, #w-node-_697f7b3a-20f3-2382-69e5-90822e4ee3f0-ab4920a1, #Message.w-node-_8ac49a68-99ae-ab35-c4c7-ba4a79667ba5-ab4920a1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_180cca96-8aec-7ae4-20f2-d527746875e8-ab4920a1 {
  justify-self: start;
}

@media screen and (min-width: 1440px) {
  #w-node-_35a6ea8d-c937-66e2-1567-f724bebf29b1-ab49209f {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_6c5748c7-0527-1d51-cdcf-c6d40f8206a9-ab49209f {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_6c5748c7-0527-1d51-cdcf-c6d40f8206af-ab49209f, #w-node-_8aa033cb-0182-f9db-2e57-35894cebceaf-ab4920a0 {
    grid-area: 2 / 2 / 3 / 3;
  }
}

@media screen and (max-width: 991px) {
  #w-node-f0260001-a5ce-6653-886a-222db91fae37-b91fae2d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-f0260001-a5ce-6653-886a-222db91fae3d-b91fae2d {
    grid-row: 2 / 3;
  }

  #w-node-f0260001-a5ce-6653-886a-222db91fae3e-b91fae2d {
    grid-area: 2 / 2 / 3 / 3;
    justify-self: stretch;
  }

  #w-node-f0260001-a5ce-6653-886a-222db91fae3f-b91fae2d {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-f0260001-a5ce-6653-886a-222db91fae57-b91fae2d {
    grid-area: 2 / 3 / 3 / 4;
  }

  #w-node-_420ebc33-f064-39ec-cc94-a2b6c24db770-c24db76c {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_420ebc33-f064-39ec-cc94-a2b6c24db782-c24db76c {
    grid-area: 1 / 2 / 2 / 4;
    place-self: center start;
  }

  #w-node-_420ebc33-f064-39ec-cc94-a2b6c24db780-c24db76c {
    justify-self: end;
  }

  #w-node-e63f25c6-847a-8e9c-4d2b-034601c9f12a-ab4920a0 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_89ae3425-7b6d-79c8-f9f9-ac693ad5e358-ab4920a0 {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-c2551169-725e-8520-14a4-2d58dea7cfc5-dea7cf96, #w-node-c2551169-725e-8520-14a4-2d58dea7cfc6-dea7cf96 {
    align-self: end;
  }

  #w-node-_0558b170-f0a6-36a8-a552-07371e75d844-ab4920a1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-f0260001-a5ce-6653-886a-222db91fae37-b91fae2d {
    grid-column: span 1 / span 1;
  }

  #w-node-f0260001-a5ce-6653-886a-222db91fae3d-b91fae2d, #w-node-f0260001-a5ce-6653-886a-222db91fae3e-b91fae2d, #w-node-f0260001-a5ce-6653-886a-222db91fae3f-b91fae2d, #w-node-f0260001-a5ce-6653-886a-222db91fae57-b91fae2d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f0260001-a5ce-6653-886a-222db91fae6e-b91fae2d, #w-node-f0260001-a5ce-6653-886a-222db91fae70-b91fae2d {
    justify-self: center;
  }

  #w-node-_577acd7f-baf0-2325-ca6c-03539ea174e6-ab4920a0 {
    place-self: center;
  }

  #w-node-c7969006-e505-44ca-a4a1-ddf7ea6f0c47-ab4920a0, #w-node-e63f25c6-847a-8e9c-4d2b-034601c9f12a-ab4920a0, #w-node-_89ae3425-7b6d-79c8-f9f9-ac693ad5e358-ab4920a0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_180cca96-8aec-7ae4-20f2-d527746875e2-ab4920a1 {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_35a6ea8d-c937-66e2-1567-f724bebf29b1-ab49209f, #w-node-_6c5748c7-0527-1d51-cdcf-c6d40f8206af-ab49209f {
    grid-column: 1 / 2;
  }

  #w-node-_6c5748c7-0527-1d51-cdcf-c6d40f8206b3-ab49209f {
    justify-self: start;
  }

  #w-node-f0260001-a5ce-6653-886a-222db91fae35-b91fae2d {
    grid-column: 1 / 2;
  }

  #w-node-f0260001-a5ce-6653-886a-222db91fae6e-b91fae2d, #w-node-f0260001-a5ce-6653-886a-222db91fae70-b91fae2d {
    justify-self: center;
  }

  #w-node-afec5c69-aed3-aa06-2504-13063b4c6ed0-3b4c6ec7 {
    justify-self: start;
  }

  #w-node-afec5c69-aed3-aa06-2504-13063b4c6ed5-3b4c6ec7 {
    grid-column: 1 / 2;
  }

  #w-node-_420ebc33-f064-39ec-cc94-a2b6c24db780-c24db76c {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-e3364cde-22c9-ac82-8dd2-96cdfe0ab947-ab4920a0, #w-node-_4b15d6d9-5728-f93e-c0b1-042b7e7b3169-ab4920a0, #w-node-eba69a58-6d70-a1a4-f4ae-69962916cc30-ab4920a0 {
    grid-column: 1 / 2;
  }

  #w-node-_09168bd9-3d98-5966-6297-58bd2806b983-ab4920a0 {
    justify-self: start;
  }

  #w-node-_8aa033cb-0182-f9db-2e57-35894cebceaf-ab4920a0 {
    grid-column: 1 / 2;
  }

  #w-node-_8aa033cb-0182-f9db-2e57-35894cebceb3-ab4920a0 {
    justify-self: start;
  }

  #w-node-ef097620-a79c-9176-be62-07bba70d4d4f-dea7cf96 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-e00d8619-eefd-5ad7-d006-336391413eeb-dea7cf96 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-bddb8e1c-1569-26aa-1abb-8b04ff875939-ab4920a1 {
    grid-column: 1 / 2;
  }
}


