:root {
  --body-display: #a0a1af;
  --light-outline: #ffffff1a;
  --dark: #161a20;
  --background: #fafbfc;
  --extra-dark: #12151a;
  --outline: #eff3f8;
  --dark-outlune: #e8edf3;
}

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

h1 {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 42px;
  font-weight: 600;
  line-height: 1.25em;
}

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

h3 {
  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;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
}

p {
  color: var(--body-display);
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.65em;
}

blockquote {
  border-left: 1px solid var(--light-outline);
  background-color: #ffffff08;
  margin-top: 48px;
  margin-bottom: 48px;
  padding: 24px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.65em;
}

.hero-section {
  z-index: 20;
  justify-content: center;
  align-items: stretch;
  min-height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-section.small {
  min-height: auto;
  padding-top: 220px;
  padding-bottom: 170px;
}

.hero-section.no-clip {
  overflow: visible;
}

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

.background {
  background-image: url('../images/groundwork.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  margin: -5px;
  position: absolute;
  inset: 0%;
}

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

.background.testimonial-background {
  background-image: url('../images/Screenshot-221.png');
}

.background.founder-quote-background {
  background-image: url('../images/1722633704128.jpg');
}

.overlay {
  z-index: 3;
  background-color: #03060c80;
  position: absolute;
  inset: 0%;
}

.overlay.light {
  background-color: #060b184d;
}

.overlay.dark {
  background-color: #03060cb3;
}

.navbar {
  z-index: 300;
  background-color: #fff0;
  justify-content: center;
  align-items: flex-start;
  height: 0;
  max-height: 0;
  padding: 0;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar-wrapper {
  z-index: 35;
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  border: 1px solid var(--light-outline);
  color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  height: 75px;
  margin-top: 18px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.nav-link {
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.nav-menu {
  display: none;
}

.reel-link {
  z-index: 25;
  grid-column-gap: 12px;
  grid-row-gap: 16px;
  border-right: 1px none var(--light-outline);
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-left: 32px;
  padding-right: 32px;
  text-decoration: none;
  display: grid;
  position: relative;
}

.dot {
  background-color: #fff;
  border-radius: 100%;
  width: 6px;
  height: 6px;
}

.dot.large {
  background-color: #0000;
  border: 2px solid #fff;
  width: 12px;
  height: 12px;
  margin-left: 18px;
  margin-right: 18px;
}

.dot.large.solid {
  background-color: #fff;
}

.dot.large.dot-rotate {
  border-color: var(--dark);
}

.brand {
  z-index: 25;
  border-right: 1px solid var(--light-outline);
  border-left: 1px solid var(--light-outline);
  color: #fff;
  letter-spacing: .03em;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  margin-left: -1px;
  margin-right: -1px;
  font-size: 22px;
  font-weight: 600;
  display: flex;
}

.body {
  background-color: var(--background);
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.nav-right {
  z-index: 25;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1px 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.light-separator {
  background-color: var(--light-outline);
  width: 1px;
  margin-top: 18px;
  margin-bottom: 18px;
}

.light-separator.dot {
  width: 36px;
  height: 1px;
  margin-top: 0;
  margin-bottom: 0;
}

.nav-text {
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 11px;
}

.menu-button {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 96px;
  height: 100%;
  display: flex;
}

.lottie-animation {
  filter: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  display: flex;
}

.page-title {
  cursor: default;
  justify-content: center;
  align-items: center;
  padding-right: 32px;
  display: flex;
}

.hero-content {
  z-index: 35;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  flex-direction: column;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: end;
  place-items: flex-end end;
  width: 100vw;
  max-width: 100vw;
  padding-bottom: 18px;
  position: relative;
  overflow: hidden;
}

.rotate-text-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  white-space: nowrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: flex-start;
  display: grid;
}

.rotate-text-wrapper.bottom-text {
  align-items: center;
}

.rotate-text-wrapper.top-text {
  z-index: 20;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
  position: relative;
}

.rotate-heading {
  letter-spacing: -.025em;
  white-space: nowrap;
  font-size: 6vw;
  line-height: 1.6em;
}

.rotate-heading.wrap-text.process-heading {
  color: var(--dark);
}

.rotate-heading.process-rotate {
  color: var(--light-outline);
  -webkit-text-stroke-color: var(--dark);
}

.rotating-text-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  white-space: nowrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: stretch;
  justify-items: center;
  display: grid;
  position: relative;
  inset: 0% auto 0% 0%;
}

.rotating-text-wrapper.bottom-text {
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: end;
  justify-items: end;
  display: grid;
  left: auto;
  right: 0;
}

.hero-wrapper {
  z-index: 25;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 36px;
  padding-bottom: 48px;
  display: grid;
  position: relative;
}

.scroll-link {
  z-index: 200;
  border: 1px solid var(--light-outline);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 300px;
  padding: 36px 150px 150px 36px;
  display: flex;
  position: absolute;
  inset: auto -150px -150px auto;
}

.hero-links {
  grid-column-gap: 36px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  justify-items: center;
  display: grid;
}

.underline-link {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--light-outline);
  color: #fff;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  background-color: #0000;
  border-radius: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-left: 0;
  margin-right: 0;
  padding: 0 0 6px 4px;
  font-size: 11px;
  text-decoration: none;
  position: relative;
}

.underline-link.dark {
  border-bottom-color: var(--light-outline);
  color: var(--dark);
  position: relative;
}

.section {
  z-index: 20;
  justify-content: center;
  padding-bottom: 170px;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.section.verticle-border {
  border-top: 1px solid var(--light-outline);
  border-bottom: 1px solid var(--light-outline);
}

.section.verticle-border.no-padding {
  background-color: var(--background);
}

.section.no-clip {
  overflow: visible;
}

.section.no-clip.no-bottom-padding {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 0;
  display: flex;
}

.section.top-border {
  border-top: 1px solid var(--light-outline);
  background-color: var(--background);
  padding-top: 50px;
}

.section.top-border.no-padding {
  display: none;
}

.section.large {
  padding-top: 270px;
  padding-bottom: 270px;
}

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

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

.section.small-top-padding {
  padding-top: 85px;
}

.section.small-top-padding.no-clip {
  display: none;
}

.section._1 {
  background-color: var(--dark);
  padding-bottom: 0;
  display: flex;
}

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

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

.grid-wrapper.indicator-grid-wrapper {
  z-index: 10;
  align-content: end;
  height: 0;
}

.grid-wrapper.zero-height {
  height: 0;
}

.grid-wrapper.grid-services {
  margin-top: 80px;
}

.grain {
  z-index: 1;
  opacity: .02;
  background-image: url('../images/noise.gif');
  background-position: 50%;
  background-size: auto;
  position: fixed;
  inset: 0%;
}

.grain.in-element {
  width: 100vw;
  height: 100vh;
  min-height: 100%;
  position: absolute;
  inset: auto;
}

.grain.in-nav {
  width: 100vw;
  height: 100vh;
  position: absolute;
}

.subtitle {
  z-index: 10;
  color: var(--dark);
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 11px;
  position: relative;
}

.subtitle.small {
  color: var(--background);
  font-size: 10px;
}

.subtitle.small._1, .subtitle.small._2 {
  color: var(--background);
}

.subtitle.dark {
  color: #000c;
}

.subtitle.process-subtitle {
  color: var(--dark);
  text-decoration: none;
}

.subtitle.subtitle-preloader, .subtitle._1, .subtitle._3 {
  color: var(--background);
}

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

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

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

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

.card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid var(--dark);
  color: var(--dark);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  min-height: 350px;
  padding: 36px;
  display: grid;
  position: relative;
  overflow: hidden;
}

.video-cover {
  justify-content: flex-start;
  align-items: center;
  width: 50vw;
  height: 100%;
  min-height: 80vh;
  display: flex;
  position: relative;
  overflow: visible;
}

.video-clip {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

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

.play-video {
  z-index: 50;
  border: 1px solid var(--dark);
  background-color: var(--dark);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  margin-left: -60px;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.left-intro {
  grid-column-gap: 16px;
  grid-row-gap: 180px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  max-width: 450px;
  margin-top: 80px;
  margin-bottom: 80px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 60px;
  display: grid;
}

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

.stacked-title.centered {
  text-align: center;
}

.card-link {
  border: 1px solid var(--dark);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  padding: 15px;
  display: flex;
}

.service-card-top {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: flex-end;
  align-items: center;
  margin-right: -36px;
  display: grid;
}

.body-display {
  color: var(--dark);
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.65em;
}

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

.body-display.dual-paragraph {
  column-count: 2;
  column-gap: 60px;
  font-style: normal;
  text-decoration: none;
}

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

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

.full-screen-menu {
  background-color: var(--extra-dark);
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.menu-content {
  z-index: 25;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  min-height: 100vh;
  padding-top: 200px;
  display: grid;
  position: absolute;
  inset: 0%;
}

.menu-center {
  background-color: #05070a21;
  border-radius: 100%;
  justify-content: center;
  align-items: flex-start;
  width: 55vw;
  height: 53vw;
  margin-bottom: -45vw;
  display: flex;
  position: relative;
}

.menu-pin {
  background-color: #fff;
  width: 1px;
  height: 80px;
  margin-top: -40px;
}

.menu-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: center;
  justify-items: center;
  width: 200vw;
  margin-bottom: 80px;
  display: flex;
}

.menu-link {
  color: #fff;
  letter-spacing: -.025em;
  justify-content: center;
  align-items: flex-end;
  padding-left: 2.5vw;
  padding-right: 2.5vw;
  font-size: 6vw;
  font-weight: 600;
  line-height: 1.1em;
  text-decoration: none;
  display: flex;
  position: relative;
  transform: none;
}

.title {
  -webkit-text-fill-color: transparent;
  background-color: #fff;
  -webkit-background-clip: text;
  background-clip: text;
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
}

.menu-items {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100vw;
  display: flex;
  overflow: hidden;
}

.heading {
  color: var(--dark);
  line-height: 1.3em;
}

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

.heading.large.process-heading {
  color: var(--dark);
}

.heading.medium {
  font-size: 28px;
}

.heading.medium-width.about-heading, .heading.footer-heading {
  color: var(--dark);
}

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

.background-cover.body {
  justify-content: center;
  align-items: center;
  display: flex;
}

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

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

.project-item {
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: flex;
}

.project-item:nth-child(2n) {
  flex-direction: row-reverse;
  margin-left: 0;
  margin-right: -9px;
}

.project-image {
  z-index: 25;
  flex: 0 auto;
  width: 66.66%;
  min-height: 475px;
  padding-left: 0;
  padding-right: 9px;
  position: relative;
  overflow: visible;
}

.sticky-circle {
  border: 1px solid var(--light-outline);
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  margin-top: 355px;
  padding-left: 4px;
  font-size: 11px;
  text-decoration: none;
  display: flex;
  position: sticky;
  bottom: 80px;
}

.sticky-circle.no-top {
  z-index: 50;
  background-color: var(--dark);
  margin-top: 0;
}

.left-sidebar {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.outline-circle-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 120px;
  height: 120px;
  display: grid;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.outline-clip {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
}

.outline-clip.bottom {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 50%;
  display: flex;
}

.outline-clip.top {
  width: 50%;
  display: flex;
}

.outline-circle {
  border: 1px solid #fff;
  border-radius: 100%;
  width: 120px;
  min-width: 120px;
  height: 120px;
  min-height: 120px;
}

.circle-link-text {
  z-index: 20;
  position: relative;
}

.project-card-info {
  flex-direction: column;
  flex: 0 auto;
  justify-content: space-between;
  width: 28%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.testimonial-items {
  background-color: var(--dark);
  min-height: 450px;
  margin-left: -79px;
  position: relative;
  overflow: hidden;
}

.dark-fill {
  background-color: var(--dark);
  width: 100%;
  position: relative;
  overflow: hidden;
}

.testimonial-slider {
  z-index: 500;
  background-color: #fff0;
  height: 100%;
  padding-left: 80px;
  position: relative;
}

.left-arrow {
  border-right: 1px solid var(--light-outline);
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 50%;
  display: flex;
  inset: 0% auto auto 0%;
}

.left-arrow.bottom {
  border-top: 1px solid var(--light-outline);
  inset: auto auto 0% 0%;
}

.slide-nav {
  display: none;
}

.four-column {
  z-index: 25;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.testimonial-card {
  z-index: 20;
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  padding: 80px 0;
  display: grid;
  position: relative;
}

.testimonial-image {
  min-height: 425px;
  margin-left: -24px;
  position: relative;
  overflow: hidden;
}

.testimonial-quote {
  grid-column-gap: 16px;
  grid-row-gap: 80px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  padding: 0 80px;
  display: grid;
}

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

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

.avatar.one {
  background-image: url('../images/mcmurryjulie-peer-review-icon-2888794_1280.png');
  background-position: 0 0;
  background-size: cover;
}

.avatar.founder-avatar {
  background-image: url('../images/image.png');
}

.avatar.two {
  background-image: url('../images/mcmurryjulie-peer-review-icon-2888794_1280.png');
  background-position: 50% 40%;
}

.avatar.three {
  background-image: url('../images/mcmurryjulie-peer-review-icon-2888794_1280.png');
  background-position: 50%;
}

.avatar.four {
  background-image: url('../images/mcmurryjulie-peer-review-icon-2888794_1280.png');
}

.avatar.five {
  background-image: url('../images/mcmurryjulie-peer-review-icon-2888794_1280.png');
  background-position: 50%;
}

.testimonial-name {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.client-name {
  font-size: 18px;
}

.news-top {
  z-index: 25;
  grid-column-gap: 48px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  margin-left: -84px;
  display: grid;
  position: relative;
}

.verticle-icons {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: sticky;
  top: 137px;
}

.journal-title {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: -9px;
  display: grid;
}

.journal-banner {
  min-height: 350px;
}

.project-hero {
  z-index: 20;
  justify-content: center;
  align-items: stretch;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.news-list {
  border-top: 1px solid var(--light-outline);
}

.news-list-item {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  border-bottom: 1px solid var(--light-outline);
  color: #fff;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none;
  display: grid;
  position: relative;
}

.news-title {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  white-space: nowrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: start;
  place-items: end start;
  height: 48px;
  margin-top: -3px;
  display: grid;
}

.news-title-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 180px;
  display: flex;
  overflow: hidden;
}

.fixed-hover-image {
  z-index: 200;
  border-radius: 100%;
  width: 260px;
  height: 260px;
  display: none;
  position: fixed;
  inset: auto auto 36px 36px;
  overflow: hidden;
}

.news-dot {
  background-color: #fff;
  border-radius: 100%;
  width: 6px;
  height: 6px;
  margin-top: 8px;
}

.clip-heading {
  letter-spacing: .02em;
  font-size: 36px;
  font-weight: 600;
  line-height: 48px;
}

.news-line {
  background-color: var(--light-outline);
  width: 60px;
  height: 1px;
}

.centered-intro {
  grid-column-gap: 16px;
  grid-row-gap: 60px;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.arrow-base {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  align-items: center;
  min-width: 200px;
  margin-bottom: -60px;
  margin-left: -200px;
  margin-right: -200px;
  display: grid;
  transform: rotate(-25deg);
}

.arrow-base.right {
  grid-template-columns: auto 1fr;
  transform: rotate(25deg);
}

.arrow-line {
  background-color: var(--light-outline);
  width: 100%;
  height: 1px;
}

.arrow-line.left, .arrow-line.right {
  background-color: var(--dark);
}

.arrow-corner {
  border-style: solid solid none none;
  border-width: 1px;
  border-color: var(--light-outline);
  width: 24px;
  height: 24px;
  margin-left: -12px;
  transform: rotate(45deg);
}

.arrow-corner.right {
  border-style: solid none none solid;
  margin-left: 0;
  margin-right: -12px;
  transform: rotate(-45deg);
}

.button-wrapper {
  grid-column-gap: 100px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr auto;
  grid-auto-columns: 1fr;
  margin-left: -100px;
  margin-right: -100px;
  display: grid;
}

.button {
  z-index: 25;
  border: 1px solid var(--light-outline);
  background-color: var(--dark);
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 300px;
  padding: 24px 60px;
  font-size: 11px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-outline {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  border-radius: 100%;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.button-outline-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.button-outline-wrapper.left {
  width: 50%;
}

.button-outline-wrapper.right {
  justify-content: flex-end;
  width: 50%;
}

.button-outline-fill {
  border: 1px solid #fff;
  border-radius: 100%;
  width: 200%;
  min-width: 300px;
  height: 100%;
}

.footer-menu-link {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border: 1px solid var(--light-outline);
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  place-items: flex-start center;
  padding: 65px 0;
  text-decoration: none;
  display: grid;
}

.project-banner {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  min-width: 80vw;
  min-height: 700px;
  display: grid;
  position: relative;
  inset: 0% auto 0% 0%;
  overflow: hidden;
}

.scrol-indicator-wrapper {
  z-index: 20;
  align-items: flex-end;
  width: 0;
  height: 0;
  max-height: 0;
  margin-bottom: 90px;
  padding-bottom: 80px;
  display: flex;
  position: sticky;
  bottom: 0;
}

.page-wrapper {
  flex-direction: column;
  display: flex;
}

.project-description {
  grid-column-gap: 16px;
  grid-row-gap: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  min-width: 265px;
  padding-bottom: 80px;
  padding-right: 60px;
  display: grid;
}

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

.stacked-intro.centered {
  text-align: center;
}

.rotating-circles {
  border-left: 1px solid var(--light-outline);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-items: center;
  min-height: 400px;
  padding-top: 170px;
  padding-bottom: 170px;
  display: flex;
}

.circle {
  border: 1px solid var(--light-outline);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 475px;
  height: 225px;
  margin-left: 0;
  margin-right: -60px;
  display: flex;
}

.circle-items {
  display: flex;
}

.circles-rotating-wrapper {
  display: flex;
  position: absolute;
  overflow: hidden;
}

.project-details {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  display: grid;
}

.gallery-slider {
  background-color: var(--background);
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-bottom: 50px;
  display: flex;
}

.gallery-arrow {
  z-index: 25;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: 12px;
  display: flex;
  inset: 0% auto 0% -75%;
}

.gallery-arrow.right {
  margin-right: 12px;
  inset: 0% -75% 0% auto;
}

.item-slide-nav {
  flex: 0 auto;
  justify-content: space-between;
  align-items: flex-end;
  width: 50%;
  max-width: 700px;
  height: 50px;
  padding-top: 0;
  display: flex;
  top: auto;
  left: auto;
  right: auto;
}

.gallery-mask {
  width: 50%;
  max-width: 700px;
  padding-left: 6px;
  padding-right: 6px;
  overflow: visible;
}

.gallery-image {
  border-top-left-radius: 100%;
  border-top-right-radius: 100%;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 80vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.gallery-slide {
  height: 80vh;
  overflow: hidden;
}

.view-link {
  z-index: 20;
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  padding: 18px 32px;
  display: none;
  position: fixed;
  inset: -42px auto auto -55px;
}

.gallery-image-wrapper {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.gallery-background {
  background-image: url('../images/Portrait23.jpeg');
  background-position: 50% 20%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 80vh;
  position: absolute;
  inset: auto 0% 0%;
}

.gallery-background.one {
  background-image: url('../images/Portrait001.jpeg');
  background-position: 50% 40%;
}

.gallery-background.three {
  background-image: url('../images/Portrait004.jpeg');
  background-position: 50% 10%;
}

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

.gallery-background.four {
  background-image: url('../images/Portrait06.jpeg');
  background-position: 50% 30%;
}

.gallery-background.five {
  background-image: url('../images/Portrait07.jpeg');
  background-position: 100% 40%;
}

.about-hero {
  z-index: 25;
  justify-content: center;
  min-height: 800px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.about-hero.small {
  min-height: 650px;
}

.project-image-wrapper {
  height: 100%;
  position: relative;
  overflow: hidden;
}

.card-info {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: space-between;
  height: 100%;
  display: grid;
}

.showcase-image-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: -24px;
  padding-top: 6px;
  padding-bottom: 0;
  display: grid;
}

.showcase-image {
  flex-direction: column;
  display: flex;
  position: sticky;
  top: 101px;
  overflow: hidden;
}

.showcase-wrapper {
  margin: -1px -2px -2px -1px;
  position: relative;
  overflow: hidden;
}

.showcase-wrapper.two {
  flex-direction: column;
  margin-top: 36px;
  margin-left: 36px;
  display: flex;
}

.showcase-wrapper.three {
  margin-top: 72px;
  margin-left: 72px;
}

.showcase-wrapper.four {
  margin-top: 108px;
  margin-left: 108px;
}

.showcase-wrapper.five {
  margin-top: 144px;
  margin-left: 144px;
}

.project-arrow-link {
  z-index: 25;
  width: 25%;
  min-width: 60vw;
  margin-right: 75%;
  inset: 0% 0% 0% auto;
}

.hero-image {
  height: 100vh;
  position: absolute;
  inset: 0%;
}

.hero-image.circle-masking {
  justify-content: center;
  width: 120vw;
  min-width: 120vw;
  height: 130vh;
  display: flex;
  inset: auto;
}

.hero-image.full {
  width: 120vw;
  height: 130vh;
  min-height: 110%;
  inset: auto;
}

.hover-circle {
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 15vw;
  height: 15vw;
  display: flex;
  position: absolute;
  inset: auto;
  overflow: hidden;
}

.hover-circle-wrapper {
  z-index: 30;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.hero-image-wrapper {
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-image-wrapper.left {
  z-index: 20;
  width: 100vw;
}

.full-hero {
  background-color: var(--extra-dark);
  justify-content: center;
  min-height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.service-list {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  border-top: 1px none var(--light-outline);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.service-list-item {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  border-top: 1px solid var(--light-outline);
  border-bottom: 1px none var(--light-outline);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  min-height: 275px;
  padding-top: 80px;
  padding-bottom: 80px;
  padding-right: 0;
  display: grid;
  position: relative;
}

.service-list-item.bottom {
  padding-bottom: 0;
}

.service-icon {
  border: 1px solid var(--light-outline);
  background-color: var(--dark);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  padding: 18px;
  display: flex;
  position: absolute;
  inset: -30px auto auto 0%;
  overflow: hidden;
}

.service-icon.small {
  width: 48px;
  height: 48px;
  padding: 16px;
  top: -24px;
}

.service-title {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-right: 1px solid var(--light-outline);
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  padding-left: 60px;
  padding-right: 72px;
  display: grid;
}

.service-description {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-left: 36px;
  display: grid;
}

.core-value-grid {
  grid-column-gap: 48px;
  grid-row-gap: 80px;
  border-top: 1px none var(--light-outline);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.core-value {
  grid-column-gap: 16px;
  grid-row-gap: 12px;
  border-top: 1px solid var(--light-outline);
  border-bottom: 1px none var(--light-outline);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  min-height: 150px;
  padding: 48px 0 0 48px;
  display: grid;
  position: relative;
}

.client-quote {
  grid-column-gap: 16px;
  grid-row-gap: 60px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 0;
  display: grid;
  position: relative;
}

.contact-wrapper {
  z-index: 35;
  background-color: var(--dark);
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
  position: relative;
}

.form-block {
  z-index: 50;
  flex-direction: column;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: space-between;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.form {
  grid-column-gap: 16px;
  grid-row-gap: 48px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  width: 100%;
  padding-top: 80px;
  display: grid;
}

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

.text-field {
  border: 1px solid var(--light-outline);
  color: #fff;
  background-color: #fff0;
  border-radius: 2px;
  min-height: 60px;
  margin-bottom: 0;
  padding: 18px 22px;
  transition: all .4s cubic-bezier(.25, .46, .45, .94);
}

.text-field:focus {
  background-color: #12151a4d;
  border-color: #ffffff40;
  padding-left: 26px;
}

.text-field::placeholder {
  color: #ffffff7a;
  font-weight: 300;
}

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

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

.submit-button {
  border: 1px solid var(--light-outline);
  letter-spacing: 4px;
  text-transform: uppercase;
  background-color: #161a2000;
  border-radius: 100%;
  padding: 26px 18px;
  font-size: 14px;
  transition: all .4s cubic-bezier(.25, .46, .45, .94);
}

.submit-button:hover {
  border-color: #fff;
}

.social-block {
  z-index: 25;
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.social-icon-wrapper {
  grid-column-gap: 18px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  padding-left: 0;
  padding-right: 0;
  display: grid;
}

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

.social-icon.small {
  width: 36px;
  height: 36px;
  padding: 9px;
}

.preloader {
  z-index: 500;
  background-color: var(--extra-dark);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.preloader-content {
  z-index: 100;
  border: 1px solid var(--light-outline);
  border-radius: 100%;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  display: flex;
  position: relative;
}

.preloader-outline-circle {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin: -1px;
  display: grid;
  position: absolute;
  inset: 0%;
}

.preloader-outline-wrapper {
  flex-direction: column;
  align-items: stretch;
  width: 0%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

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

.gallery-content {
  z-index: 50;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: linear-gradient(#12151a1a, #12151acc);
  border-top-left-radius: 100%;
  border-top-right-radius: 100%;
  flex-direction: column;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: end space-between;
  place-items: center stretch;
  width: 100%;
  height: 100%;
  padding: 120px 0 48px;
  display: grid;
  position: absolute;
  overflow: hidden;
}

.rotating-card-text {
  justify-content: flex-end;
  width: 100%;
  display: flex;
  position: absolute;
  overflow: visible;
}

.social-icon-image {
  z-index: 20;
  width: 18px;
  position: relative;
}

.call-to-action-intro {
  grid-column-gap: 16px;
  grid-row-gap: 48px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.testimonial-text {
  font-size: 32px;
}

.testimonial-text.large {
  font-size: 38px;
  line-height: 1.25em;
}

.play-icon-image {
  z-index: 24;
  width: 18px;
  margin-left: 2px;
  position: relative;
}

.rotate-text {
  letter-spacing: 4px;
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 11px;
  transform: rotate(-90deg);
}

.success-message {
  background-color: #0000;
  height: 100%;
  padding: 80px 0 0;
}

.success-content {
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  border: 1px solid var(--light-outline);
  background-color: var(--extra-dark);
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 48px;
  padding-bottom: 48px;
  display: grid;
}

.error-message {
  background-color: var(--extra-dark);
  border: 1px #963030;
  border-left-style: solid;
  margin-top: 36px;
  padding: 12px;
}

.form-wrapper {
  z-index: 25;
  grid-column-gap: 16px;
  grid-row-gap: 120px;
  background-color: var(--dark);
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-content: space-between;
  width: 100%;
  height: 100%;
  padding: 93px 60px 60px;
  display: grid;
  position: relative;
}

.showcase-gallery-image {
  width: 100%;
  margin: -1px;
}

.rich-text {
  margin-top: -36px;
  margin-bottom: -18px;
}

.rich-text h2 {
  margin-top: 36px;
  margin-bottom: 12px;
}

.rich-text p {
  margin-bottom: 18px;
}

.rich-text h4 {
  margin-top: 24px;
  margin-bottom: 9px;
}

.rich-text h3 {
  margin-top: 36px;
  margin-bottom: 12px;
}

.rich-text h5, .rich-text h6 {
  margin-top: 24px;
  margin-bottom: 9px;
}

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

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

.view-link-cover {
  z-index: 25;
  position: absolute;
  inset: 0%;
}

.logo-image {
  opacity: .5;
  width: 150px;
}

.list-item {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  border-bottom: 1px solid var(--light-outline);
  color: #fff;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  text-decoration: none;
  display: grid;
  position: relative;
}

.pagination {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
  grid-auto-columns: 1fr;
  place-content: center start;
  place-items: center;
  width: 66.66%;
  margin-top: 80px;
  padding-top: 0;
  padding-right: 9px;
  display: grid;
}

.page-count {
  border-right: 1px none var(--light-outline);
  border-left: 1px none var(--light-outline);
  letter-spacing: 4px;
  align-items: center;
  margin-top: 0;
  padding-left: 0;
  font-weight: 300;
  display: flex;
}

.pagination-link {
  border-right: 1px solid var(--light-outline);
  color: #fff;
  background-color: #0000;
  border-top-style: none;
  margin-left: 0;
  margin-right: 36px;
  padding-left: 0;
  padding-right: 36px;
}

.pagination-link.right {
  border-left: 1px solid var(--light-outline);
  border-right-style: none;
  margin-left: 36px;
  margin-right: 0;
  padding-left: 36px;
  padding-right: 0;
}

.pagination-link-wrapper {
  background-color: #0000;
  border-style: none;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
}

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

.hero-background.news-background {
  background-image: url('../images/1722921061550.jpg');
}

.hero-background.about-background {
  background-image: url('../images/1722956528402.jpg');
}

.hero-background.services-background {
  background-image: url('../images/plastering.jpg');
  background-position: 100%;
}

.hero-background.services-background._1 {
  background-image: url('../images/Feasibility.png');
}

.hero-background.services-background._3 {
  background-image: url('../images/site-survey.jpg');
}

.hero-background.services-background._4 {
  background-image: url('../images/carpentary.jpg');
}

.hero-background.services-background._5 {
  background-image: url('../images/loft.jpg');
}

.hero-background.services-background._6 {
  background-image: url('../images/gas.jpg');
}

.hero-background.services-background._7 {
  background-image: url('../images/security.jpg');
}

.hero-background.services-background._8 {
  background-image: url('../images/driveways.jpg');
}

.hero-background.services-background._9 {
  background-image: url('../images/bathroom.jpg');
}

.hero-background.services-background._10 {
  background-image: url('../images/paint.jpg');
}

.hero-background.services-background._11 {
  background-image: url('../images/plumbing.jpg');
}

.hero-background.services-background._12 {
  background-image: url('../images/brick.jpg');
}

.hero-background.services-background._13 {
  background-image: url('../images/damp.jpg');
}

.hero-background.services-background._14 {
  background-image: url('../images/home-extensions.jpg');
}

.hero-background.services-background._15 {
  background-image: url('../images/fencing.jpg');
}

.hero-background.services-background._16 {
  background-image: url('../images/demolition.jpg');
}

.hero-background.services-background._17 {
  background-image: url('../images/new-build.jpg');
}

.hero-background.services-background._18 {
  background-image: url('../images/conceptual.jpg');
}

.hero-background.services-background._19 {
  background-image: url('../images/IMG_20240807_161103_660.jpg');
}

.hero-background.services-background._20 {
  background-image: url('../images/permitted---Copy.png');
}

.hero-background.services-background._21 {
  background-image: url('../images/building-regulation.jpg');
}

.hero-background.services-background._22 {
  background-image: url('../images/technical-drawing.jpg');
}

.hero-background.services-background._23 {
  background-image: url('../images/construction-d.jpg');
}

.hero-background.services-background._24 {
  background-image: url('../images/cost.jpg');
}

.hero-background.services-background._25 {
  background-image: url('../images/groundwork.jpg');
}

.hero-background.contact-background {
  background-image: url('../images/Comp036.jpg');
}

.hero-background.home-background {
  background-image: url('../images/pexels-falling4utah-2724749.jpg');
  inset: 0%;
}

.hero-background.projects-background {
  background-image: url('../images/1000002681-1436×1442.jpg');
  background-position: 50% 35%;
}

.testimonial-feature {
  background-image: url('../images/1770645765983.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin: -5px;
  position: absolute;
  inset: 0%;
}

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

.testimonial-feature.three {
  background-image: url('../images/Screenshot-218.png');
  background-position: 50%;
}

.testimonial-feature.four {
  background-image: url('../images/Screenshot-220.png');
}

.testimonial-feature.five {
  background-image: url('../images/Screenshot-221.png');
}

.button-text {
  z-index: 25;
  position: relative;
}

.footer-section {
  z-index: 25;
  background-color: var(--extra-dark);
  padding-top: 120px;
  padding-bottom: 0;
  position: relative;
}

.footer-section._2 {
  top: -50px;
}

.service-icon-image {
  z-index: 25;
  position: relative;
}

.scroll-arrow-icon {
  width: 24px;
}

.footer-links-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 60px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-content: center;
  align-items: stretch;
  display: grid;
}

.footer-link {
  border-bottom: 1px solid var(--light-outline);
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  padding: 24px;
  font-size: 11px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.footer-credit-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 1px solid var(--light-outline);
  color: var(--body-display);
  letter-spacing: 4px;
  text-transform: uppercase;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  align-items: center;
  margin-top: 80px;
  padding-top: 24px;
  padding-bottom: 24px;
  font-size: 8px;
  display: grid;
}

.legal-credits {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: end;
  justify-items: end;
  display: grid;
}

.legal-link {
  opacity: 1;
  color: var(--body-display);
  text-decoration: none;
  transition: all .6s cubic-bezier(.25, .46, .45, .94);
}

.legal-link:hover {
  color: #fff;
}

.home-hero {
  justify-content: center;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.delete-me {
  z-index: 5000000;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: #fff;
  border: 1px solid #f3f6f9;
  border-radius: .75rem;
  flex-direction: column;
  align-items: flex-start;
  max-width: 22rem;
  padding: 2rem;
  display: flex;
  position: fixed;
  inset: auto .5rem .5rem auto;
}

.hide-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  color: #000;
  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;
  display: flex;
}

.delete-me_text-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
}

.delete-me_text-description {
  line-height: 1.5;
}

.delete-me_link {
  color: #fff;
  background-color: #000;
  border-radius: 100px;
  padding: .65rem 1.3rem .7rem;
  line-height: 1.3;
  text-decoration: none;
}

.section-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
  overflow: visible;
}

.heading-2 {
  color: var(--dark);
  font-size: 22px;
}

.text-block, .text-block-2 {
  color: var(--background);
}

.button-2 {
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #090b19;
  border: 1px solid #090b19;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 16px 28px;
  font-size: 11px;
  text-decoration: none;
  transition: all .4s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-2:hover {
  color: #090b19;
  background-color: #e2e7f1;
  border-color: #e2e7f1;
}

.button-2.grey-outline {
  color: #090b19;
  background-color: #090b1900;
  border-color: #e2e7f1;
}

.button-2.grey-outline:hover {
  color: #fff;
  background-color: #090b19;
  border-color: #090b19;
}

.button-2.white-outline {
  background-color: #090b1900;
  border-style: solid;
  border-color: #ffffffbf;
}

.button-2.white-outline:hover {
  color: #fff;
  background-color: #090b19;
  border-color: #090b19;
}

.subtitle-2 {
  z-index: 10;
  color: #090b19;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
  position: relative;
}

.subtitle-2.small {
  font-size: 12px;
}

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

.search-wrapper {
  padding-left: 24px;
  padding-right: 24px;
}

.nav-menu-2 {
  z-index: 10;
  border: 1px #f3f6fc00;
  justify-content: flex-end;
  width: 50%;
  display: flex;
}

.mega-menu-overlay {
  z-index: 20;
  background-color: #090b1980;
  display: none;
  position: fixed;
  inset: 0%;
}

.navigation-cover {
  background-color: #fff;
  border-left: 1px solid #f3f6fc;
  flex: 1;
  justify-content: space-between;
  height: 100%;
  margin-left: -1px;
  margin-right: -5px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.menu-collection-list-item {
  border-bottom: 1px solid #e2e7f1;
}

.list-item-arrow {
  width: 18px;
  min-width: 18px;
}

.left-navbar {
  z-index: 30;
  letter-spacing: -.03em;
  background-color: #fff;
  border: 1px #f3f6fc;
  justify-content: space-between;
  width: 33.33%;
  min-width: 275px;
  font-size: 18px;
  font-weight: 700;
  display: flex;
  position: relative;
}

.post-list-item {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #090b19;
  grid-template-rows: auto;
  grid-template-columns: 1fr 36px;
  grid-auto-columns: 1fr;
  align-items: center;
  height: 100%;
  min-height: 80px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-size: 18px;
  line-height: 1.25em;
  text-decoration: none;
  display: grid;
}

.post-list-item.category-list-item {
  grid-template-columns: 1fr;
  grid-auto-flow: column;
  min-height: 80px;
  padding-left: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.25em;
}

.nav-link-hover-button {
  border: 1px solid #ffffff1f;
  border-radius: 100px;
  width: 100%;
  height: 46px;
  position: absolute;
}

.mega-social-wrapper {
  justify-content: flex-end;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

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

.projects-search-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  height: 75px;
  display: grid;
}

.search-input {
  border: 1px #000;
  min-height: 42px;
  margin-bottom: 0;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 13px;
  font-weight: 300;
}

.search-input::placeholder {
  color: #6e7488;
}

.search-button {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #090b19;
  border-radius: 100px;
  padding: 0 32px;
  font-size: 9px;
}

.brand-2 {
  color: #090b19;
  text-transform: uppercase;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding-left: 24px;
  font-size: 22px;
  display: flex;
}

.navigation-links {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.nav-link-2 {
  color: #090b19;
  letter-spacing: 3px;
  text-transform: uppercase;
  white-space: nowrap;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.nav-link-2.w--current {
  color: #090b19;
}

.tablet-mobile-nav-links {
  display: none;
}

.search {
  background-color: #fff;
  border: 1px solid #e2e7f1;
  border-radius: 100px;
  margin-bottom: 0;
  padding: 3px;
  display: flex;
  overflow: hidden;
}

.menu-lottie {
  justify-content: center;
  align-items: center;
  display: flex;
}

.menu-wrapper-2 {
  border: 1px #f3f6fc00;
  flex: 1;
  justify-content: flex-end;
  align-items: stretch;
  width: 33.33%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.stacked-description-2 {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.stacked-description-2.horizontal {
  grid-column-gap: 12px;
  grid-template-columns: auto auto;
  grid-auto-flow: column;
  width: 100%;
}

.tablet-mobile-menu {
  display: none;
}

.navbar-2 {
  background-color: #ddd0;
  justify-content: center;
  height: 75px;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.button-text-2 {
  z-index: 10;
  position: relative;
}

.team-social-icon {
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  padding: 10px;
  display: flex;
}

.team-social-icon.outline {
  border: 1px solid #e2e7f1;
}

.team-social-icon.small {
  width: 30px;
  height: 30px;
  padding: 7px;
}

.large-menu-wrapper {
  z-index: 20;
  grid-column-gap: 0px;
  grid-row-gap: 36px;
  background-color: #f3f6fc;
  flex-direction: column;
  grid-template-rows: 75px auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 25px;
  display: grid;
  position: relative;
}

.mega-menu {
  z-index: 25;
  background-color: #f3f6fc;
  border: 1px #f3f6fc;
  border-left-style: solid;
  margin-left: -1px;
  margin-right: -1px;
  display: none;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.mega-menu-list-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px solid #e2e7f1;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.wrapper {
  z-index: 10;
  width: 100%;
  max-width: 1400px;
  position: relative;
}

.wrapper.navbar-wrapper {
  border: 1px solid #f3f6fc;
  border-top: 1px #f3f6fc00;
  justify-content: space-between;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

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

.mega-category-list {
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-left: 24px;
  padding-right: 24px;
  display: grid;
}

.mega-category-list.middle {
  border-left: 1px solid #e2e7f1;
  border-right: 1px solid #e2e7f1;
}

.body-display-2 {
  color: #6e7488;
  font-size: 16px;
  line-height: 1.6em;
}

.body-display-2.white {
  color: #ffffffe6;
}

.full-menu-button {
  cursor: pointer;
  border-left: 1px solid #f3f6fc;
  border-right: 1px solid #f3f6fc;
  justify-content: center;
  align-items: center;
  width: 80px;
  margin-right: -.5px;
  padding: 26px;
  display: flex;
}

.subtitle-wrapper {
  margin-bottom: 18px;
  overflow: hidden;
}

.card-button-wrapper {
  display: flex;
}

.banner-content {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 400px;
  margin-left: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.feature-card-description {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

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

.services-card {
  grid-column-gap: 0px;
  grid-row-gap: 36px;
  border-top: 1px #f3f6fc;
  border-bottom: 1px solid #f3f6fc;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  padding: 36px;
  display: grid;
}

.intro-wrapper {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.large-heading {
  line-height: 1.15em;
}

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

.slider-dots {
  display: none;
}

.featured-project-column {
  color: #6e7488;
  letter-spacing: 3px;
  text-transform: uppercase;
  white-space: nowrap;
  background-color: #f3f6fc;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-size: 11px;
  display: flex;
}

.form-column {
  flex-direction: row;
  display: flex;
}

.form-column.right {
  padding-left: 24px;
  padding-right: 24px;
}

.text-field-2 {
  background-color: #ffffffa6;
  border: 1px solid #e2e7f1;
  border-radius: 2px;
  min-height: 54px;
  margin-bottom: 0;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 18px;
  transition: all .4s cubic-bezier(.25, .46, .45, .94);
}

.text-field-2:focus {
  background-color: #fff;
  border-color: #d4ddee;
}

.text-field-2::placeholder {
  color: #6e7488;
}

.text-field-2.light {
  color: #fff;
  background-color: #ffffff14;
  border-color: #ffffff29;
}

.text-field-2.light:focus {
  background-color: #fff0;
  border-color: #fff;
}

.text-field-2.light::placeholder {
  color: #ffffffd9;
}

.clip {
  position: relative;
  overflow: hidden;
}

.credit-item {
  justify-content: center;
  align-items: center;
  max-width: 120px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.footer-section-2 {
  z-index: 10;
  color: #fff;
  background-color: #090b19;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 120px 5vw 36px;
  display: flex;
  position: relative;
}

.project-collection-item:nth-child(odd) {
  margin-top: 60px;
  margin-bottom: 80px;
}

.stripe-container {
  justify-content: space-between;
  width: 100%;
  height: 100%;
  display: flex;
}

.list-heading-wrapper {
  grid-column-gap: 7px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  padding-left: 24px;
  display: grid;
}

.card-circle {
  background-color: #f3f6fc;
  border-radius: 100%;
  width: 6vw;
  max-width: 800px;
  height: 6vw;
  max-height: 800px;
  position: absolute;
  inset: -6vw -6vw auto auto;
}

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

.newsletter-intro {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 36px;
  background-color: #f3f6fc;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 60px 36px;
  display: grid;
  position: relative;
}

.field-label {
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
}

.sticky-services-menu {
  grid-column-gap: 0px;
  grid-row-gap: 24px;
  white-space: nowrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-rows: auto;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: sticky;
  top: 100px;
  overflow: hidden;
}

.home-hero-2 {
  z-index: 10;
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding-top: 120px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hover-link {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #fff0;
  border: 1px solid #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 11px;
  text-decoration: none;
  display: flex;
}

.section-bottom-cover {
  z-index: 20;
  background-color: #fff;
  height: 0%;
  position: absolute;
  inset: 0% 0% auto;
}

.newsletter-overlay {
  background-color: #090b19e6;
  position: absolute;
  inset: 0%;
}

.stripe-wrapper {
  z-index: 5;
  justify-content: center;
  width: 100vw;
  min-width: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  position: absolute;
  inset: 0% auto;
  overflow: hidden;
}

.page-info-ribbon {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.project-categories-wrapper {
  z-index: 20;
  justify-content: center;
  width: 100%;
  min-height: 156px;
  margin-top: -36px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
  overflow: visible;
}

.testimonial-column {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  padding: 60px 48px;
  display: grid;
  position: relative;
  overflow: hidden;
}

.collection-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form-2 {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.services-menu-hide-cover {
  background-color: #090b19;
  justify-content: center;
  align-items: center;
  width: 100vw;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: fixed;
  inset: 0% 0;
}

.heading-3 {
  z-index: 10;
  position: relative;
}

.menu-list-item {
  grid-column-gap: 18px;
  grid-row-gap: 16px;
  color: #6e7488;
  letter-spacing: -.03em;
  white-space: normal;
  border-top: 1px #f3f6fc;
  border-bottom: 1px solid #f3f6fc;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  padding: 24px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.25em;
  text-decoration: none;
  transition: padding .4s cubic-bezier(.25, .46, .45, .94), color .4s cubic-bezier(.25, .46, .45, .94);
  display: grid;
}

.menu-list-item:hover {
  color: #090b19;
}

.menu-list-item.w--current {
  color: #090b19;
  padding-left: 36px;
}

.menu-list-item.white {
  color: #fff;
  cursor: pointer;
  border-top-color: #ffffff26;
  border-bottom-color: #ffffff26;
  align-items: center;
  margin-bottom: 0;
  font-size: 16px;
}

.menu-list-item.white.small {
  padding-top: 19px;
  padding-bottom: 19px;
}

.newsletter-form-wrapper {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 24px;
  color: #fff;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  display: grid;
  position: relative;
  overflow: hidden;
}

.collection-list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.transparent-fill {
  width: 100%;
}

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

.submit-button-2 {
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #090b19;
  border-radius: 100px;
  min-width: 160px;
  padding: 16px 32px;
  font-size: 12px;
}

.submit-button-2.white {
  color: #090b19;
  background-color: #fff;
}

.dark-cover {
  background-color: #090b19;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.error-message-2 {
  color: #090b19;
  background-color: #e2e7f1;
  margin-top: 0;
  padding: 12px 18px;
}

.icon {
  z-index: 10;
  background-color: #f3f6fc;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 60px;
  min-width: 60px;
  height: 60px;
  min-height: 60px;
  display: flex;
  position: relative;
}

.page-wrapper-2 {
  z-index: 15;
  background-color: #fff;
  flex-direction: column;
  align-items: stretch;
  min-height: 100vh;
  position: relative;
}

.success-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 12px;
  background-color: #ffffffd9;
  border: 1px solid #e2e7f1;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  min-height: 340px;
  padding: 60px;
  display: grid;
}

.success-wrapper.dark {
  color: #fff;
  background-color: #fff0;
  border-style: none;
  align-content: center;
  height: 100%;
}

.general-collection-wrapper {
  padding-top: 80px;
}

.footer-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 36px;
  grid-template-rows: minmax(44px, auto) minmax(102px, auto) minmax(103px, auto) minmax(103px, auto) minmax(103px, auto) minmax(36px, auto);
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: minmax(106px, auto);
  grid-auto-columns: 1fr;
  display: grid;
}

.checklist-icon {
  background-color: #fff;
  border: 1px solid #e2e7f1;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  padding: 0;
  display: flex;
}

.rotate-text-2 {
  transform: rotate(-90deg);
}

.logos-headline {
  color: #6e7488;
  align-items: center;
  display: flex;
}

.collection-list-item {
  border-top: 1px #000;
  border-bottom: 1px solid #f3f6fc;
  flex-direction: column;
  display: flex;
  position: relative;
  overflow: hidden;
}

.collection-list-item:nth-child(odd) {
  border-bottom-style: solid;
}

.collection-list-item:nth-child(2n) {
  margin-top: 48px;
  margin-bottom: -48px;
}

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

.image-cover-wrapper {
  z-index: 15;
  width: 66.66%;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
  overflow: visible;
}

.credits-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 36px;
  background-color: #f3f6fc;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: space-between;
  justify-items: stretch;
  width: auto;
  padding: 60px 48px;
  display: grid;
}

.about-description {
  grid-column-gap: 0px;
  grid-row-gap: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-right: 24px;
  display: grid;
}

.form-block-2 {
  z-index: 20;
  margin-bottom: 0;
  position: relative;
}

.checklist {
  grid-column-gap: 0px;
  grid-row-gap: 18px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.horizontal-line-2 {
  background-color: #e2e7f1;
  flex: 1;
  height: 1px;
  margin-left: 18px;
}

.tripple-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: auto;
  grid-auto-columns: 1fr;
  margin-bottom: 60px;
  display: grid;
}

.background-banner {
  background-image: url('../images/Space002.jpeg');
  background-position: 50%;
  background-size: cover;
  height: 116%;
  position: absolute;
  inset: auto 0%;
}

.background-banner.newsletter-banner {
  background-image: url('../images/Space002.jpeg');
  background-position: 0%;
}

.background-banner.projects-banner {
  background-image: url('../images/Space013.jpeg');
}

.background-banner.video-banner {
  background-image: url('../images/Space008.jpeg');
  background-position: 0 0;
}

.footer-credits {
  font-size: 13px;
  font-weight: 400;
}

.category-collection-list-wrapper {
  background-color: #f3f6fc;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

.featured-news-list {
  border-top: 1px #f3f6fc;
  border-bottom: 1px #f3f6fc;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: grid;
}

.background-cover-2 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.categories-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  height: 100%;
  display: grid;
}

.hero-content-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: grid;
}

.services-grid {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  border-top: 1px solid #f3f6fc;
  border-left: 1px solid #f3f6fc;
  border-right: 1px solid #f3f6fc;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.utility-message {
  background-color: #0000;
  height: 100%;
  margin-top: auto;
  padding: 0;
}

.background-image {
  z-index: 1;
  background-image: url('../images/Space002.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.background-image.testimonial-003 {
  background-image: url('../images/Portrait019.jpeg');
  background-position: 50% 10%;
}

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

.background-image.testimonial-002 {
  background-image: url('../images/Portrait012.jpeg');
  background-position: 50% 20%;
}

.background-image.testimonial-005 {
  background-image: url('../images/Portrait020.jpeg');
  background-position: 50% 65%;
}

.background-image.testimonial-001 {
  background-image: url('../images/Portrait015.jpeg');
  background-position: 50% 40%;
}

.services-menu-wrapper {
  z-index: 10;
  flex-direction: column;
  align-items: stretch;
  display: flex;
  position: relative;
  overflow: visible;
}

.section-3 {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 120px 5vw;
  display: flex;
  position: relative;
}

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

.section-3.no-horizontal-padding {
  padding-left: 0;
  padding-right: 0;
}

.section-3.no-top-padding {
  padding-top: 0;
}

.section-3.video-section {
  z-index: 10;
  color: #fff;
  padding-top: 240px;
  padding-bottom: 160px;
}

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

.video-info {
  grid-column-gap: 16px;
  grid-row-gap: 100px;
  flex-direction: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-left: 24px;
  display: grid;
}

.xxl-heading {
  letter-spacing: -.05em;
  margin-right: 1px;
  font-size: 78px;
}

.banner-intro {
  z-index: 20;
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  color: #fff;
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  display: grid;
  position: relative;
}

.testimonial-content {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  min-height: 550px;
  display: grid;
}

.newsletter-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  justify-items: stretch;
  width: 100%;
  display: grid;
  position: relative;
}

.button-text-3 {
  z-index: 10;
  position: relative;
}

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

.hero-bottom-feature {
  grid-column-gap: 0px;
  grid-row-gap: 24px;
  color: #090b19;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  width: 33.33%;
  padding: 0;
}

.client-quote-credit {
  border-left: 2px solid #fff;
  margin-left: -24px;
  padding-left: 24px;
}

.image-overlay {
  z-index: 1;
  background-color: #090b194d;
  position: absolute;
  inset: 0%;
}

.feature-card-info {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.team-collection-item {
  flex-direction: column;
}

.team-collection-item:nth-child(2n) {
  margin-top: 80px;
  margin-bottom: 80px;
}

.team-collection-item:last-child {
  margin-top: 160px;
}

.banner-categories {
  width: 100%;
  height: 100%;
  padding-top: 36px;
  overflow: hidden;
}

.image-cover {
  z-index: 20;
  background-color: #fff;
  justify-content: center;
  width: 0%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.hover-link-wrapper {
  z-index: 100;
  opacity: 1;
  justify-content: center;
  align-items: center;
  width: 148px;
  height: 148px;
  padding: 24px;
  display: flex;
  position: absolute;
  inset: auto 0 5vw auto;
}

.hover-link-wrapper.video-link-wrapper {
  margin-left: -24px;
  position: relative;
  inset: 0 0 0 0;
}

.card-hover-item {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  border-top: 1px #f3f6fc;
  border-bottom: 1px #f3f6fc;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: flex-start stretch;
  padding: 0;
  text-decoration: none;
  display: grid;
  position: relative;
  overflow: hidden;
}

.service-menu-list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px solid #f3f6fc;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.service-menu-list.white {
  border-top-color: #ffffff26;
  width: 100%;
  margin-left: 1px;
  margin-right: 1px;
}

.pin-stripe {
  background-color: #f3f6fc;
  width: 1px;
}

.pin-stripe.white {
  background-color: #ffffff1f;
}

.radio-item {
  cursor: pointer;
  border-bottom: 1px solid #ffffff1f;
  align-items: center;
  height: 100%;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 24px;
  font-size: 16px;
  display: flex;
}

.banner-wrapper {
  justify-content: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.grid-wrapper-2 {
  z-index: 5;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
  grid-auto-columns: minmax(5vw, 1fr);
  grid-auto-flow: row;
  place-content: space-between;
  place-items: stretch start;
  width: 100%;
  display: grid;
  position: relative;
}

.testimonial-arrow {
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #090b1980;
  border-right: 1px solid #ffffff1a;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 50%;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 14px;
  display: flex;
  inset: auto auto 0% 0;
}

.testimonial-arrow.right-arrow {
  border-bottom: 1px solid #ffffff1a;
  top: 0;
  bottom: auto;
  right: auto;
}

.radio-button {
  border-color: #fff;
  width: 18px;
  min-width: 18px;
  height: 18px;
  min-height: 18px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 18px;
  transition: all .4s cubic-bezier(.25, .46, .45, .94);
}

.radio-button.w--redirected-checked {
  box-shadow: none;
  background-color: #fff;
  border-color: #fff;
  transform: scale(1.3);
}

.bold-text-2 {
  color: var(--dark);
}

.text-block-3 {
  color: var(--background);
}

.heading-4, .heading-5, .heading-6, .heading-7 {
  color: var(--dark);
}

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

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

.hero-wrapper-two {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px {
  margin-bottom: 24px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

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

.hero-image-2 {
  width: 100%;
  margin-top: 50px;
}

.icon-2, .icon-3 {
  color: var(--dark);
}

.slide-nav-2 {
  background-color: var(--light-outline);
  color: var(--dark);
}

.right-arrow-2, .left-arrow-2 {
  bottom: -50px;
}

.slider {
  background-color: var(--background);
  height: 450px;
  top: 0;
}

.section-4 {
  height: 300px;
}

.icon-4, .right-arrow-3 {
  color: var(--dark);
}

.section-5, .mask, .section-5-copy {
  background-color: var(--background);
}

@media screen and (min-width: 1280px) {
  .section.small-top-padding.no-clip {
    display: none;
  }

  .heading {
    color: var(--dark);
  }

  .project-description {
    min-width: 275px;
  }

  .core-value-grid {
    grid-column-gap: 80px;
  }

  .form-wrapper {
    padding-left: 80px;
    padding-right: 80px;
  }

  .hero-background.home-background {
    background-color: #aa7f7f00;
    background-image: url('../images/pexels-falling4utah-2724749.jpg');
  }

  .section-2 {
    display: block;
  }

  .bold-text {
    font-size: 14px;
  }

  .newsletter-intro {
    padding: 80px 48px;
  }

  .newsletter-form-wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
  }

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

  .card-hover-item {
    padding: 0;
  }
}

@media screen and (min-width: 1440px) {
  .project-description {
    min-width: 290px;
  }

  .hero-background.home-background {
    background-image: url('../images/pexels-falling4utah-2724749.jpg');
    background-position: 0 0;
    background-size: auto;
  }

  .services-card {
    padding: 48px;
  }

  .credits-wrapper {
    grid-column-gap: 80px;
  }

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

@media screen and (min-width: 1920px) {
  .hero-background.home-background {
    background-image: url('../images/pexels-falling4utah-2724749.jpg');
  }

  .menu-list-item.white.small {
    padding-top: 0;
  }
}

@media screen and (max-width: 991px) {
  .hero-section {
    min-height: 100vh;
  }

  .hero-section.small {
    padding-top: 160px;
    padding-bottom: 100px;
  }

  .background.testimonial-background {
    background-image: url('../images/Screenshot-221.png');
  }

  .navbar-wrapper {
    grid-template-columns: auto 1fr;
    height: 65px;
  }

  .reel-link {
    display: none;
  }

  .brand {
    border-left-style: none;
    padding-left: 36px;
    padding-right: 36px;
  }

  .rotate-text-wrapper.top-text {
    grid-column-gap: 12px;
  }

  .rotate-heading {
    font-size: 9vw;
  }

  .rotate-heading.wrap-text {
    text-align: center;
    white-space: normal;
    margin-bottom: 12px;
    line-height: 1.3em;
  }

  .scroll-link {
    display: none;
  }

  .section {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .section.large {
    padding-top: 180px;
  }

  .three-card-grid {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .video-cover {
    justify-content: center;
    width: auto;
    min-height: 500px;
    margin-left: -5vw;
    margin-right: -5vw;
  }

  .video-clip {
    justify-content: center;
  }

  .play-video {
    margin-left: 0;
  }

  .left-intro {
    grid-row-gap: 36px;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 80px;
  }

  .stacked-title {
    grid-row-gap: 18px;
  }

  .body-display.dual-paragraph {
    column-count: 1;
  }

  .full-screen-menu {
    display: none;
  }

  .menu-center {
    width: 70vw;
    height: 55vw;
    display: none;
  }

  .menu-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-content: stretch center;
    align-items: end;
    width: auto;
    display: grid;
  }

  .menu-link {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-content: end;
    align-items: end;
    padding-bottom: 24px;
    padding-left: 0;
    padding-right: 0;
    font-size: 48px;
    display: grid;
  }

  .menu-link.w--current {
    grid-auto-columns: 1fr;
  }

  .title {
    color: #fff;
    -webkit-text-fill-color: transparent;
    background-color: #fff;
    -webkit-background-clip: text;
    background-clip: text;
    margin-top: auto;
  }

  .title.right {
    display: none;
  }

  .menu-items {
    text-align: center;
  }

  .heading.large {
    font-size: 42px;
  }

  .project-grid {
    grid-row-gap: 80px;
  }

  .project-item {
    flex-direction: column;
  }

  .project-item:nth-child(odd) {
    margin-right: 0;
  }

  .project-item:nth-child(2n) {
    flex-direction: column;
    margin-right: 0;
  }

  .project-image {
    flex-direction: column;
    width: 100%;
    min-height: 300px;
    display: flex;
  }

  .sticky-circle, .outline-circle-wrapper {
    width: 90px;
    height: 90px;
  }

  .outline-circle {
    width: 90px;
    min-width: 90px;
    height: 90px;
    min-height: 90px;
  }

  .circle-link-text {
    text-align: center;
    font-size: 7.5px;
  }

  .project-card-info {
    width: 100%;
    padding-top: 36px;
  }

  .testimonial-items {
    margin-left: 0;
  }

  .dark-fill.hide-on-tablet-mobile {
    display: none;
  }

  .four-column {
    grid-row-gap: 48px;
  }

  .testimonial-card {
    grid-row-gap: 0px;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr;
    padding-top: 0;
    padding-bottom: 0;
  }

  .testimonial-image {
    min-height: 300px;
    margin-left: 0;
  }

  .testimonial-quote {
    padding: 60px 0 60px 60px;
  }

  .news-top {
    margin-left: 0;
  }

  .news-list-item {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .news-title {
    white-space: normal;
    grid-template-columns: 1fr;
    height: auto;
  }

  .news-title-wrapper {
    min-height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .news-dot {
    display: none;
  }

  .clip-heading {
    font-size: 32px;
    line-height: 1.35em;
  }

  .arrow-base.right {
    margin-bottom: -100px;
    margin-left: -70px;
  }

  .arrow-base.left {
    margin-bottom: -100px;
    margin-right: -70px;
  }

  .project-banner {
    min-height: 500px;
  }

  .project-description {
    padding-bottom: 0;
  }

  .rotating-circles {
    min-height: 300px;
  }

  .circle {
    width: 400px;
    height: 200px;
    margin-right: -48px;
  }

  .gallery-arrow {
    width: 0%;
    display: none;
    inset: auto auto 0% 0%;
  }

  .item-slide-nav, .gallery-mask {
    width: 66.66%;
  }

  .about-hero.small {
    min-height: auto;
  }

  .project-image-wrapper {
    width: 100%;
    position: absolute;
  }

  .card-info {
    grid-row-gap: 18px;
  }

  .hero-image.full {
    width: 100vw;
    height: 100%;
  }

  .hover-circle-wrapper {
    display: none;
  }

  .full-hero {
    min-height: 90vh;
  }

  .service-list-item {
    grid-row-gap: 36px;
    grid-template-columns: 1fr;
    padding-left: 60px;
  }

  .service-title {
    border-right-style: none;
    grid-template-columns: 1fr;
    padding-left: 0;
  }

  .service-description {
    grid-row-gap: 12px;
    padding-left: 0;
  }

  .form-block {
    padding-bottom: 60px;
  }

  .form {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 80px;
  }

  .gallery-content {
    padding-bottom: 36px;
  }

  .call-to-action-intro {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .testimonial-text.large {
    font-size: 32px;
  }

  .logo-image {
    width: 140px;
  }

  .list-item {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .search-wrapper {
    display: flex;
  }

  .nav-menu-2 {
    display: none;
  }

  .dropdown-toggle {
    justify-content: space-between;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding: 20px 24px;
    display: flex;
  }

  .left-navbar {
    width: 100%;
  }

  .post-list-item {
    height: auto;
    font-size: 16px;
  }

  .post-list-item.category-list-item {
    min-height: 60px;
    padding-left: 24px;
    padding-right: 24px;
    font-size: 16px;
  }

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

  .nav-link-2 {
    padding: 20px 12px;
    font-size: 12px;
    text-decoration: none;
  }

  .nav-link-2.w--current {
    color: #090b19;
  }

  .tablet-mobile-nav-links {
    background-color: #fff;
    display: flex;
  }

  .dropdown-lottie {
    justify-content: center;
    align-items: center;
    width: 18px;
    margin-left: 24px;
    display: flex;
  }

  .tablet-mobile-menu {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .dropdown-list {
    background-color: #fff;
    position: relative;
    inset: 0% 0% auto;
    overflow: hidden;
  }

  .large-menu-wrapper {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
    padding-top: 75px;
    padding-bottom: 0;
  }

  .dropdown {
    border-bottom: 1px solid #e2e7f1;
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .dropdown.top {
    border-top: 1px solid #e2e7f1;
  }

  .mega-category-list {
    display: none;
  }

  .body-display-2.dark {
    color: #090b19;
  }

  .banner-content {
    min-height: 325px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .services-card {
    padding: 36px 24px;
  }

  .footer-section-2 {
    padding-top: 100px;
  }

  .project-collection-item:nth-child(odd) {
    margin-top: 5vh;
    margin-bottom: 5vh;
  }

  .sticky-services-menu {
    position: relative;
    top: 0;
  }

  .page-info-ribbon {
    grid-template-columns: 1fr;
  }

  .project-categories-wrapper {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .testimonial-column {
    min-height: 400px;
    padding: 48px 24px;
  }

  .testimonial-column.testimonial-image {
    min-height: 450px;
  }

  .testimonial-column.testimonial-description {
    min-height: auto;
  }

  .collection-grid, .collection-list {
    grid-template-columns: 1fr 1fr;
  }

  .footer-wrapper {
    grid-template-rows: minmax(44px, auto) minmax(106px, auto) minmax(106px, auto) minmax(36px, auto);
    grid-template-columns: 1fr 1fr;
  }

  .image-cover-wrapper {
    width: 50%;
  }

  .tripple-grid {
    grid-row-gap: 36px;
    grid-template-columns: 1fr 1fr;
  }

  .background-banner.newsletter-banner {
    background-position: 50% 0;
  }

  .hero-content-wrapper {
    max-width: none;
  }

  .services-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr;
  }

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

  .section-3.video-section {
    padding-top: 180px;
    padding-bottom: 120px;
  }

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

  .testimonial-content {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: auto;
    grid-auto-flow: row;
  }

  .newsletter-wrapper, .dual-wrapper {
    grid-template-columns: 1fr;
  }

  .hero-bottom-feature {
    width: 50%;
  }

  .team-collection-item:nth-child(odd) {
    margin-top: 0;
  }

  .team-collection-item:nth-child(2n) {
    margin-top: 60%;
    margin-bottom: -40%;
  }

  .banner-categories {
    padding-top: 0;
  }

  .pin-stripe.hide-tablet {
    display: none;
  }

  .testimonial-arrow {
    height: 25%;
    top: 25%;
    bottom: auto;
  }

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

@media screen and (max-width: 767px) {
  blockquote {
    margin-top: 36px;
    margin-bottom: 36px;
    padding: 18px;
  }

  .hero-section {
    min-height: 600px;
  }

  .hero-section.small {
    padding-top: 140px;
    padding-bottom: 80px;
  }

  .navbar-wrapper {
    grid-column-gap: 18px;
  }

  .dot.large {
    border-width: 1px;
  }

  .brand {
    padding-left: 24px;
    padding-right: 24px;
    font-size: 18px;
  }

  .menu-button {
    width: 84px;
  }

  .page-title {
    padding-right: 18px;
  }

  .rotate-text-wrapper.top-text {
    grid-column-gap: 9px;
  }

  .rotate-heading {
    font-size: 12vw;
  }

  .hero-wrapper {
    grid-row-gap: 120px;
  }

  .hero-links {
    grid-column-gap: 24px;
  }

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

  .section.large {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .video-cover {
    width: auto;
    margin-top: 0;
    margin-left: -5vw;
    margin-right: -5vw;
  }

  .menu-center {
    width: 100vw;
    height: 60vw;
  }

  .menu-link, .heading, .heading.large {
    font-size: 36px;
  }

  .sticky-circle {
    z-index: 50;
    background-color: var(--dark);
    width: 80px;
    height: 80px;
    margin-top: 0;
    margin-bottom: 0;
    top: 101px;
    bottom: auto;
  }

  .sticky-circle.no-top {
    top: auto;
    bottom: 36px;
  }

  .left-sidebar {
    flex-direction: row;
    align-items: flex-start;
  }

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

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

  .circle-link-text {
    text-align: center;
    font-size: 9px;
    line-height: 1.3em;
  }

  .testimonial-items {
    margin-left: 5vw;
  }

  .testimonial-slider {
    padding-top: 60px;
    padding-left: 0;
  }

  .left-arrow {
    border-bottom: 1px solid var(--light-outline);
    width: 50%;
    height: 60px;
  }

  .left-arrow.bottom {
    border-top-style: none;
    inset: 0% 0% auto auto;
  }

  .four-column {
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  .testimonial-card {
    grid-template-rows: 1fr;
  }

  .testimonial-quote {
    grid-row-gap: 60px;
    padding: 48px;
  }

  .news-top {
    grid-column-gap: 24px;
    margin-bottom: 36px;
  }

  .news-title {
    height: auto;
  }

  .clip-heading {
    font-size: 32px;
    line-height: 1.35em;
  }

  .arrow-base.right, .arrow-base.left {
    margin-bottom: -80px;
  }

  .project-banner {
    min-height: 350px;
    margin-bottom: 40px;
  }

  .scrol-indicator-wrapper {
    z-index: 30;
    padding-bottom: 36px;
  }

  .rotating-circles {
    border-left-style: none;
    min-height: 240px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .circle {
    width: 300px;
    height: 150px;
    margin-right: -36px;
  }

  .item-slide-nav, .gallery-mask {
    width: 90%;
  }

  .gallery-image, .gallery-slide, .gallery-background {
    max-height: 700px;
  }

  .about-hero.small {
    min-height: auto;
  }

  .service-list {
    padding-bottom: 160px;
  }

  .core-value-grid {
    grid-template-columns: 1fr;
  }

  .form-block {
    padding-left: 0;
    padding-right: 0;
  }

  .collection-list-wrapper {
    margin-top: 48px;
    margin-bottom: 80px;
  }

  .call-to-action-intro {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .testimonial-text {
    font-size: 28px;
  }

  .rotate-text {
    transform: none;
  }

  .form-wrapper {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .logo-image {
    width: 110px;
  }

  .pagination {
    margin-top: 120px;
  }

  .footer-section {
    padding-top: 80px;
  }

  .footer-links-wrapper {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .footer-credit-wrapper {
    grid-row-gap: 12px;
    grid-template-columns: 1fr;
    justify-content: center;
    justify-items: center;
    margin-top: 24px;
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .footer-column.right {
    margin-bottom: 48px;
  }

  .search-wrapper {
    display: none;
  }

  .list-item-arrow {
    width: 14px;
    min-width: 14px;
  }

  .dropdown-toggle {
    min-height: 60px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .left-navbar {
    border-style: none solid solid;
    width: 100%;
    min-width: auto;
    padding-left: 0;
  }

  .mega-social-wrapper {
    padding-left: 18px;
    padding-right: 18px;
  }

  .projects-search-wrapper {
    height: 65px;
  }

  .brand-2 {
    padding-left: 18px;
  }

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

  .nav-link-2 {
    border-bottom: 1px solid #f3f6fc;
    justify-content: flex-start;
    padding-left: 18px;
    padding-right: 18px;
  }

  .nav-link-2.bottom {
    border-bottom-style: none;
  }

  .menu-wrapper-2 {
    display: none;
  }

  .large-menu-wrapper {
    grid-template-rows: 65px auto;
  }

  .wrapper.navbar-wrapper {
    border-style: none;
    border-color: #000;
  }

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

  .form-column.right {
    flex-direction: column;
  }

  .footer-section-2 {
    padding-bottom: 72px;
  }

  .project-collection-item:nth-child(odd) {
    margin-top: 0;
    margin-bottom: 0;
  }

  .newsletter-intro {
    padding: 36px 24px;
  }

  .category-collection-item {
    border-bottom: 1px solid #e2e7f1;
  }

  .category-collection-item:nth-child(odd) {
    border-right: 1px solid #e2e7f1;
  }

  .testimonial-column {
    min-height: auto;
  }

  .testimonial-column.testimonial-image {
    min-height: 400px;
  }

  .testimonial-column.testimonial-description {
    border-top: 1px solid #ffffff1f;
  }

  .collection-grid {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
    margin-top: 0;
  }

  .menu-list-item {
    grid-template-columns: auto 1fr;
  }

  .newsletter-form-wrapper {
    grid-template-columns: 1fr;
    padding-top: 36px;
    padding-bottom: 48px;
  }

  .collection-list {
    grid-row-gap: 36px;
    grid-template-columns: 1fr;
  }

  .dark-cover {
    background-color: #0000;
  }

  .general-collection-wrapper {
    padding-top: 36px;
  }

  .footer-wrapper {
    grid-template-columns: 1fr;
    grid-auto-rows: minmax(36px, auto);
  }

  .rotate-text-2.no-rotate-on-mobile {
    transform: none;
  }

  .collection-list-item:nth-child(2n) {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .image-cover-wrapper {
    width: 100%;
  }

  .credits-wrapper {
    grid-column-gap: 24px;
    padding: 36px;
  }

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

  .background-banner.newsletter-banner {
    background-position: 50% 0;
  }

  .featured-news-list {
    grid-template-columns: 1fr;
  }

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

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

  .section-3 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .testimonial-content {
    grid-template-rows: 1fr;
    grid-template-columns: 1fr;
    padding-top: 60px;
  }

  .hero-bottom-feature {
    width: 100%;
  }

  .team-collection-item {
    flex-direction: row;
    min-height: 500px;
    display: flex;
  }

  .team-collection-item:nth-child(2n) {
    margin-top: 0;
    margin-bottom: 0;
  }

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

  .hover-link-wrapper.video-link-wrapper {
    display: flex;
  }

  .pin-stripe.hide-horizontal-mobile {
    display: none;
  }

  .grid-wrapper-2 {
    grid-row-gap: 120px;
  }

  .testimonial-arrow {
    border-top: 1px solid #ffffff1a;
    border-bottom: 1px solid #ffffff1f;
    width: 50%;
    height: 60px;
    top: 0%;
  }

  .testimonial-arrow.right-arrow {
    border-right-style: none;
    left: auto;
    right: 0;
  }

  .hero-stack {
    padding: 60px 15px;
  }
}

@media screen and (max-width: 479px) {
  .hero-section {
    min-height: 93vh;
  }

  .hero-section.small {
    padding-top: 100px;
    padding-bottom: 60px;
  }

  .background.testimonial-background {
    background-image: url('../images/Screenshot-221.png');
  }

  .navbar-wrapper {
    height: 60px;
  }

  .dot.large {
    border-width: 1px;
    width: 9px;
    height: 9px;
    margin-left: 9px;
    margin-right: 9px;
  }

  .light-separator.dot, .page-title {
    display: none;
  }

  .hero-content {
    padding-top: 24px;
    padding-bottom: 0;
  }

  .rotate-text-wrapper.bottom-text {
    grid-column-gap: 12px;
  }

  .rotate-heading {
    font-size: 12vw;
  }

  .rotate-heading.wrap-text {
    text-align: center;
    white-space: normal;
    margin-bottom: 6px;
    padding-left: 0;
    padding-right: 0;
    line-height: 1.2em;
  }

  .hero-wrapper {
    grid-row-gap: 80px;
  }

  .scroll-link {
    display: none;
  }

  .hero-links {
    grid-column-gap: 12px;
  }

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

  .section.verticle-border.no-padding._1a, .section.top-border._1a {
    background-color: var(--background);
  }

  .section.large {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.small-top-padding.no-clip {
    display: none;
  }

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

  .subtitle.small {
    color: var(--background);
  }

  .video-cover {
    min-height: 350px;
  }

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

  .full-screen-menu {
    display: none;
  }

  .menu-content {
    padding-top: 80px;
  }

  .menu-center {
    width: 100vw;
    height: 75vw;
  }

  .menu-wrapper {
    padding-bottom: 0;
  }

  .menu-link {
    font-size: 36px;
  }

  .heading {
    color: var(--dark);
    font-size: 32px;
  }

  .heading.large {
    font-size: 32px;
  }

  .sticky-circle {
    width: 72px;
    height: 72px;
    margin-bottom: 0;
    padding-left: 2px;
  }

  .outline-circle-wrapper {
    width: 72px;
    height: 72px;
    margin-top: -1px;
    margin-left: -1px;
  }

  .outline-circle {
    width: 72px;
    min-width: 72px;
    height: 72px;
    min-height: 72px;
  }

  .circle-link-text {
    letter-spacing: 2px;
    font-size: 7px;
    line-height: 1.4em;
  }

  .testimonial-image {
    min-height: 225px;
  }

  .testimonial-quote {
    padding: 36px 28px;
  }

  .avatar.founder-avatar {
    background-image: url('../images/image.png');
  }

  .news-top {
    grid-row-gap: 36px;
    grid-template-columns: 1fr;
  }

  .verticle-icons {
    grid-template-rows: auto;
    grid-auto-flow: column;
    position: relative;
    top: 0;
  }

  .journal-title {
    grid-row-gap: 18px;
  }

  .news-title {
    height: auto;
  }

  .clip-heading {
    font-size: 28px;
    line-height: 1.3em;
  }

  .arrow-base {
    margin-bottom: -80px;
  }

  .arrow-base.right {
    margin-bottom: -120px;
    margin-left: -70px;
    transform: rotate(45deg);
  }

  .arrow-base.left {
    margin-bottom: -120px;
    margin-right: -70px;
    transform: rotate(-45deg);
  }

  .button-wrapper {
    grid-column-gap: 0px;
  }

  .project-banner {
    min-height: 300px;
  }

  .page-wrapper {
    margin-bottom: -80px;
  }

  .project-description {
    padding-right: 0;
  }

  .gallery-slider {
    margin-top: -75px;
    margin-bottom: 0;
  }

  .gallery-slider._1 {
    margin-top: -80px;
  }

  .item-slide-nav {
    width: 100%;
  }

  .gallery-mask {
    width: 100%;
    max-width: 100vw;
  }

  .gallery-image, .gallery-slide, .gallery-background {
    max-height: 500px;
  }

  .showcase-image-wrapper {
    margin-bottom: 24px;
  }

  .showcase-wrapper.two {
    margin-top: 12px;
    margin-left: 12px;
  }

  .showcase-wrapper.three {
    margin-top: 24px;
    margin-left: 24px;
  }

  .showcase-wrapper.four {
    margin-top: 36px;
    margin-left: 36px;
  }

  .showcase-wrapper.five {
    flex-direction: column;
    margin-top: 48px;
    margin-left: 48px;
    display: flex;
  }

  .hero-image.full {
    width: 100%;
  }

  .full-hero {
    min-height: 550px;
  }

  .service-list {
    flex-direction: column;
    padding-bottom: 140px;
  }

  .service-list-item {
    flex-direction: column;
    padding: 48px 0 48px 48px;
  }

  .service-icon {
    width: 48px;
    height: 48px;
    top: -24px;
  }

  .core-value-grid {
    grid-row-gap: 60px;
  }

  .form-block {
    grid-row-gap: 80px;
  }

  .form {
    padding-top: 60px;
  }

  .collection-list-wrapper {
    margin-bottom: 80px;
  }

  .call-to-action-intro {
    padding-top: 0;
    padding-bottom: 36px;
  }

  .pagination {
    justify-content: start;
    width: 100%;
    margin-top: 100px;
  }

  .pagination-link {
    margin-right: 24px;
    padding-right: 24px;
  }

  .pagination-link.right {
    margin-left: 24px;
    padding-left: 24px;
  }

  .hero-background.services-background {
    background-image: url('../images/construction-d.jpg');
  }

  .testimonial-feature.three {
    background-image: url('../images/Screenshot-218.png');
  }

  .testimonial-feature.four {
    background-image: url('../images/Screenshot-220.png');
  }

  .footer-section {
    padding-top: 48px;
  }

  .legal-credits {
    grid-template-columns: auto;
    justify-content: center;
    justify-items: center;
  }

  .home-hero {
    height: 93vh;
  }

  .section-2 {
    display: block;
  }

  .text-block, .text-block-2 {
    text-align: center;
  }

  .dropdown-toggle {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .post-list-item.category-list-item {
    height: auto;
  }

  .brand-2 {
    align-items: stretch;
    padding-left: 18px;
  }

  .stacked-description-2 {
    grid-template-columns: 1fr;
  }

  .navbar-2 {
    height: 65px;
  }

  .dropdown-list {
    height: auto;
  }

  .large-menu-wrapper {
    padding-top: 65px;
  }

  .mega-menu-list-wrapper {
    grid-template-rows: auto;
    grid-auto-rows: auto;
    align-items: start;
  }

  .banner-content {
    min-height: auto;
    padding: 48px 12px;
  }

  .services-card {
    padding: 36px 18px;
  }

  .large-heading {
    font-size: 36px;
  }

  .featured-project-column {
    font-size: 9px;
  }

  .footer-section-2 {
    padding-top: 80px;
  }

  .list-heading-wrapper {
    grid-template-columns: auto 1fr;
    width: 100%;
    padding-left: 18px;
  }

  .home-hero-2 {
    min-height: 93vh;
    padding-top: 89px;
  }

  .category-collection-item:nth-child(odd) {
    border-right-style: none;
  }

  .category-collection-item:last-child {
    border-bottom: 1px #000;
  }

  .project-categories-wrapper {
    position: relative;
  }

  .testimonial-column.testimonial-image {
    width: 100%;
    min-height: 350px;
  }

  .testimonial-column.testimonial-name {
    z-index: 1;
    background-color: #090b1959;
    border-top: 1px #ffffff1f;
    border-bottom: 1px #ffffff1f;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .testimonial-column.testimonial-description {
    border-top-style: none;
    padding-top: 36px;
  }

  .menu-list-item {
    grid-template-columns: auto 1fr;
    padding-left: 18px;
    padding-right: 18px;
  }

  .menu-list-item.white {
    grid-template-columns: auto 1fr;
  }

  .collection-list {
    grid-row-gap: 24px;
  }

  .icon {
    margin-bottom: 36px;
  }

  .logos-headline {
    flex-direction: row;
    align-items: center;
  }

  .credits-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 18px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-flow: row;
    padding-left: 24px;
    padding-right: 24px;
  }

  .horizontal-line-2 {
    width: 100%;
    min-height: 1px;
    margin-top: 0;
    margin-left: 6px;
  }

  .tripple-grid {
    grid-template-columns: 1fr;
    width: 100%;
    margin-bottom: 36px;
  }

  .background-banner.newsletter-banner {
    background-position: 50% 0;
  }

  .category-collection-list-wrapper {
    overflow: hidden;
  }

  .featured-news-list {
    width: 100%;
  }

  .categories-grid {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .section-3 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-3.video-section {
    padding-top: 140px;
    padding-bottom: 100px;
  }

  .video-info {
    grid-row-gap: 48px;
    padding-left: 0;
  }

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

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

  .hero-bottom-feature {
    width: 100%;
  }

  .client-quote-credit {
    margin-left: 0;
    padding-left: 18px;
  }

  .team-collection-item {
    min-height: 350px;
  }

  .service-menu-list {
    grid-auto-rows: 1fr;
  }

  .radio-item {
    padding-left: 18px;
  }

  .grid-wrapper-2 {
    grid-row-gap: 100px;
  }

  .testimonial-arrow {
    font-size: 12px;
  }

  .container {
    max-width: none;
  }
}

#w-node-_2a8ca09f-4f9b-09e5-fdff-74b5da8da592-f4da2c78 {
  grid-area: 2 / 1 / 3 / 2;
  align-self: center;
}

#w-node-_8a8b0b16-81c6-9194-e04b-2e6630cd3864-f4da2c78 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-ac52f625-95fd-a3ca-54b0-92197cb53a2d-f4da2c78 {
  grid-area: 2 / 2 / 3 / 3;
  justify-self: end;
}

#w-node-_8c2f5e44-76f6-5885-577c-b15d5f6a39ea-f4da2c78 {
  grid-area: 3 / 1 / 4 / 2;
  place-self: end center;
}

#w-node-_8b499747-6179-93d3-477f-743d7b5dd540-f4da2c78 {
  justify-self: end;
}

#w-node-_36a32bde-e9e6-f6ca-7526-d051c387a037-f4da2c78 {
  align-self: center;
}

#w-node-eae1fb38-9031-6958-1e47-8f8fcc9ed929-f4da2c78 {
  justify-self: start;
}

#w-node-_5830d63b-46c8-5b51-3d99-9b9070e150c0-f4da2c78 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_0a2fb6ef-4137-36dc-2525-8e14eced6b7a-f4da2c78 {
  place-self: start;
}

#w-node-f04b657a-8d31-e85d-ba72-ca58dfb348c3-f4da2c78 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-e2b8e9aa-936c-a01d-c6ee-8737e0cfb8f1-f4da2c78 {
  align-self: center;
}

#w-node-_6900dd31-bb04-73c6-1726-f96dae7b9b09-f4da2c78 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_19ba0351-149c-49c7-9258-8fafe5071dc4-f4da2c78, #w-node-_2a857918-8baf-f4d7-16a6-fe0eced176e0-f4da2c78 {
  align-self: center;
}

#w-node-_21ad1e52-1598-df48-2fd0-3d847b66a496-f4da2c78 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-c754577e-89fa-a05c-354d-6d47247e3961-f4da2c78 {
  grid-area: 1 / 3 / 2 / 5;
  justify-self: start;
}

#w-node-_36d22a74-5d68-105d-52bb-05b893d84ee0-f4da2c78 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: center start;
}

#w-node-cf668bd9-79bc-8b9d-875f-18e2e51c3313-f4da2c78 {
  place-self: start;
}

#w-node-ce4ec62b-1373-2967-b41b-8ba08cdddd42-f4da2c78 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_73f25a0e-b0e9-b27a-0f5d-b599a14474cc-f4da2c78 {
  place-self: end start;
}

#w-node-_877fbf84-535a-c637-1ecb-4a06f76bad23-f4da2c78 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_877fbf84-535a-c637-1ecb-4a06f76bad24-f4da2c78 {
  align-self: stretch;
}

#w-node-_877fbf84-535a-c637-1ecb-4a06f76bad2c-f4da2c78 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_877fbf84-535a-c637-1ecb-4a06f76bad2e-f4da2c78 {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: end;
}

#w-node-_059053f2-7e12-d605-40ed-f89887a3772c-87a3772a {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-bae95818-dd8f-81a5-a478-fe2cf81a0e74-87a3772a {
  grid-area: 1 / 2 / 2 / 4;
  justify-self: stretch;
}

#w-node-ae65f1f4-3160-c660-cf7f-c1c6fb7f14de-87a3772a {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: end center;
}

#w-node-_0068b13b-a8e9-999e-e4f1-23c4e1f04c72-87a3772a {
  justify-self: center;
}

#w-node-_48348eaa-4ce0-72f6-5e9a-2f0bebf9a958-87a3772a {
  grid-area: 2 / 1 / 3 / 5;
}

#w-node-_431a92ba-7d9c-8dd5-6286-89ed3a99580f-87a3772a {
  justify-self: end;
}

#w-node-_3aa902ee-67d8-b7c3-e8d4-e5cf74e8a916-74e8a914 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_3aa902ee-67d8-b7c3-e8d4-e5cf74e8a917-74e8a914 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_3aa902ee-67d8-b7c3-e8d4-e5cf74e8a91d-74e8a914 {
  justify-self: center;
}

#w-node-_3aa902ee-67d8-b7c3-e8d4-e5cf74e8a91e-74e8a914 {
  place-self: center start;
}

#w-node-_3aa902ee-67d8-b7c3-e8d4-e5cf74e8a91f-74e8a914 {
  justify-self: end;
}

#w-node-_3aa902ee-67d8-b7c3-e8d4-e5cf74e8a926-74e8a914 {
  justify-self: start;
}

#w-node-_3aa902ee-67d8-b7c3-e8d4-e5cf74e8a928-74e8a914 {
  justify-self: end;
}

#w-node-_3aa902ee-67d8-b7c3-e8d4-e5cf74e8a92a-74e8a914 {
  place-self: center end;
}

#w-node-_3aa902ee-67d8-b7c3-e8d4-e5cf74e8a92c-74e8a914 {
  justify-self: start;
}

#w-node-c20e6167-7305-b1a6-feda-7e0ed87cf014-d87cf012 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-c20e6167-7305-b1a6-feda-7e0ed87cf015-d87cf012 {
  grid-area: 1 / 1 / 2 / 5;
  justify-self: stretch;
}

#w-node-c20e6167-7305-b1a6-feda-7e0ed87cf016-d87cf012 {
  justify-self: center;
}

#w-node-_95529761-d9e6-9a28-765b-0bd1968e5afa-d87cf012 {
  align-self: center;
}

#w-node-bf1899bb-7b74-2066-9e6b-7aa2b076b897-d87cf012, #w-node-bf1899bb-7b74-2066-9e6b-7aa2b076b89a-d87cf012, #w-node-bf1899bb-7b74-2066-9e6b-7aa2b076b89d-d87cf012, #w-node-_910c4bb4-e947-3172-3a7d-cf9e53f09d6b-d87cf012, #w-node-_910c4bb4-e947-3172-3a7d-cf9e53f09d6e-d87cf012, #w-node-_910c4bb4-e947-3172-3a7d-cf9e53f09d71-d87cf012 {
  place-self: center;
}

#w-node-ca084f80-24a8-6c57-4e28-c46d1cb45a64-d87cf012, #w-node-_50278d42-2c23-d07b-dd95-4d2b57a6d590-d87cf012, #w-node-_2d5e59b5-7026-abdc-c69a-047c7a9bee2e-d87cf012, #w-node-_17eed15b-0621-200f-3893-1c588b34db69-d87cf012 {
  align-self: center;
}

#w-node-_17eed15b-0621-200f-3893-1c588b34db7e-d87cf012 {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: center;
}

#w-node-_46bd5263-c747-7018-d10b-ecb6298796da-298796d8 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_46bd5263-c747-7018-d10b-ecb6298796db-298796d8 {
  grid-area: 1 / 2 / 2 / 5;
  justify-self: stretch;
}

#w-node-_46bd5263-c747-7018-d10b-ecb6298796e2-298796d8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_46bd5263-c747-7018-d10b-ecb6298796e7-298796d8 {
  align-self: center;
}

#w-node-_46bd5263-c747-7018-d10b-ecb6298796ee-298796d8 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_1f4ba397-2fe6-0b23-454e-f07ba76d3fe0-298796d8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1f4ba397-2fe6-0b23-454e-f07ba76d3fe5-298796d8 {
  align-self: center;
}

#w-node-_1f4ba397-2fe6-0b23-454e-f07ba76d3fec-298796d8 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_89ee30a4-b4f7-a3ad-9682-4625c7081bec-298796d8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_89ee30a4-b4f7-a3ad-9682-4625c7081bf1-298796d8 {
  align-self: center;
}

#w-node-_89ee30a4-b4f7-a3ad-9682-4625c7081bf8-298796d8 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_3ed3f175-d5af-cec8-6219-8e16373aeac3-298796d8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3ed3f175-d5af-cec8-6219-8e16373aeac8-298796d8 {
  align-self: center;
}

#w-node-_3ed3f175-d5af-cec8-6219-8e16373aeacf-298796d8 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_139058a6-e504-29fa-4d7b-d208600bb9ad-298796d8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_139058a6-e504-29fa-4d7b-d208600bb9b2-298796d8 {
  align-self: center;
}

#w-node-_139058a6-e504-29fa-4d7b-d208600bb9b9-298796d8, #w-node-_46bd5263-c747-7018-d10b-ecb6298796f6-298796d8 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_2e495b9c-d663-6b7e-5089-3a2e4ca2b70d-4ca2b70b {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2e495b9c-d663-6b7e-5089-3a2e4ca2b70e-4ca2b70b {
  grid-area: 1 / 2 / 2 / 5;
  align-self: center;
}

#w-node-_2e495b9c-d663-6b7e-5089-3a2e4ca2b71d-4ca2b70b {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-a3bf2e12-387f-9408-fc19-c35bd26e3d27-ef7244d9, #w-node-_844a7c99-96fc-6ab0-1c5a-4534068a4357-ef7244d9, #w-node-_1d95eafb-e2b5-55bf-db4c-7ebbff76c137-ef7244d9, #w-node-f386b94a-e8a9-410b-cf26-3aca4fc473e3-ef7244d9, #w-node-_36c1fa0b-81ea-f87d-ba14-aa8c21de7156-fd813ec8, #w-node-_50e99ecd-60a3-ad22-36ea-263a4ea4c43a-fd813ec8, #w-node-_70ef2986-807b-ce5f-7a5e-3fd3fc8bb3ca-fd813ec8, #w-node-_7615a6a4-191e-cc79-6ec1-bc41aac27039-fd813ec8 {
  place-self: center;
}

#w-node-_57398322-eccc-1d76-2424-c47721b10d51-21b10d4f {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_57398322-eccc-1d76-2424-c47721b10d55-21b10d4f {
  align-self: center;
}

#w-node-_57398322-eccc-1d76-2424-c47721b10d58-21b10d4f {
  grid-area: 1 / 2 / 2 / 4;
  place-self: stretch stretch;
}

#w-node-_57398322-eccc-1d76-2424-c47721b10d63-21b10d4f {
  justify-self: stretch;
}

#w-node-_74cc01b5-0937-d3a4-c5e1-1b59c8b714d3-c8b714cc {
  align-self: start;
}

#w-node-_74cc01b5-0937-d3a4-c5e1-1b59c8b714d5-c8b714cc {
  place-self: start end;
}

#w-node-_4736be50-a474-0a93-ab0b-aefe69042bb7-f4da2cc3 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_6111e4787a31d355cc31ef6600000000000c-f4da2cc3 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2bb4dd89-52c0-9935-0c80-7d4e3f566d87-f4da2cc3 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_3d03c3ac-b4e2-5cee-f071-8f6cb465d64d-f4da2cc3 {
  align-self: center;
}

#w-node-_6111e4787a31d355cc31ef6600000000000e-f4da2cc3 {
  justify-self: center;
}

#w-node-_34736873-62d9-9d9b-a697-42516143767c-f4da2cc3 {
  justify-self: start;
}

#pass.w-node-_6111e4787a31d355cc31ef66000000000012-f4da2cc3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_2f3b2983-f46b-fd7f-2ca9-de87cc894e86-f4da2cc3, #w-node-_2f3b2983-f46b-fd7f-2ca9-de87cc894e88-f4da2cc3 {
  justify-self: center;
}

#w-node-d641c5b5-d71d-0237-f86b-fdd9a68b82f3-f4da2cdb {
  grid-area: 1 / 2 / 2 / 3;
  place-self: stretch stretch;
}

#w-node-d641c5b5-d71d-0237-f86b-fdd9a68b82f4-f4da2cdb {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_6111e4915a3e617d56ff3c2b00000000000b-f4da2cdb {
  align-self: center;
}

#w-node-e3d2ee2e-c577-601e-f0e4-57f1cfb713f1-f4da2cdb {
  justify-self: center;
}

#w-node-e3d2ee2e-c577-601e-f0e4-57f1cfb713f6-f4da2cdb {
  justify-self: start;
}

#w-node-e3d2ee2e-c577-601e-f0e4-57f1cfb713f8-f4da2cdb {
  justify-self: end;
}

#w-node-d641c5b5-d71d-0237-f86b-fdd9a68b8311-f4da2cdb, #w-node-d641c5b5-d71d-0237-f86b-fdd9a68b8313-f4da2cdb {
  justify-self: center;
}

#w-node-d641c5b5-d71d-0237-f86b-fdd9a68b831c-f4da2cdb {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_73532c59-84fb-d009-7ed9-ac77ae6c6dd8-f4da2cef {
  align-self: center;
}

#w-node-_73532c59-84fb-d009-7ed9-ac77ae6c6dd9-f4da2cef {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_73532c59-84fb-d009-7ed9-ac77ae6c6dda-f4da2cef {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-_73532c59-84fb-d009-7ed9-ac77ae6c6df7-f4da2cef {
  grid-area: 1 / 2 / 2 / 3;
  place-self: stretch stretch;
}

#w-node-_73532c59-84fb-d009-7ed9-ac77ae6c6df8-f4da2cef {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_73532c59-84fb-d009-7ed9-ac77ae6c6e04-f4da2cef {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_73532c59-84fb-d009-7ed9-ac77ae6c6e05-f4da2cef {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-_73532c59-84fb-d009-7ed9-ac77ae6c6e07-f4da2cef {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_73532c59-84fb-d009-7ed9-ac77ae6c6e10-f4da2cef {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_73532c59-84fb-d009-7ed9-ac77ae6c6e11-f4da2cef {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-ca6d5abd-490b-4028-c3a3-eb0d48ed59e4-f4da2cef {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-a79bcdb4-fad7-b99f-db03-051acb77e926-f4da2cef {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8dbceced-3973-b7e2-d1ab-def5deb17450-f4da2cef {
  align-self: center;
}

#w-node-_58eeb7c3-e3b8-834b-2ba2-f68f8a8a42d7-f4da2cef {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_58eeb7c3-e3b8-834b-2ba2-f68f8a8a42d8-f4da2cef {
  grid-area: 1 / 3 / 2 / 5;
  justify-self: start;
}

#w-node-_58eeb7c3-e3b8-834b-2ba2-f68f8a8a42e0-f4da2cef {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: center start;
}

#w-node-_58eeb7c3-e3b8-834b-2ba2-f68f8a8a42e1-f4da2cef {
  place-self: start;
}

#w-node-_58eeb7c3-e3b8-834b-2ba2-f68f8a8a42e3-f4da2cef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_58eeb7c3-e3b8-834b-2ba2-f68f8a8a42e6-f4da2cef {
  place-self: end start;
}

#w-node-_2887da82-e397-c950-7053-a0e916567d2f-f4da2cf0 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: stretch stretch;
}

#w-node-_263d571f-a4f7-2f64-25d8-3fe705068035-f4da2cf0 {
  grid-area: 1 / 2 / 2 / 4;
}

#email-form.w-node-_421cd79e-5a95-f07b-ab29-633bd5eeeb48-f4da2cf0 {
  place-self: start center;
}

#w-node-a2d0d4e2-50a8-f3df-0c85-ac9074d4bcc6-f4da2cf0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#name.w-node-_421cd79e-5a95-f07b-ab29-633bd5eeeb4b-f4da2cf0, #name-2.w-node-_18daaa77-051c-fe4a-6662-4a8f2b3dea83-f4da2cf0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_589269d2-3f89-1c76-1e4e-d113da5b2878-f4da2cf0, #name-4.w-node-_589269d2-3f89-1c76-1e4e-d113da5b287a-f4da2cf0, #w-node-cb1c5440-3bc9-6795-7e69-53320a9be143-f4da2cf0, #field.w-node-_212bf294-8524-1a00-1901-561264fe8759-f4da2cf0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b635996a-7f0a-cccd-a1fd-db469392a70e-f4da2cf0, #w-node-c2cccb29-9e2e-cf2c-9c3d-7a400ea0e01e-f4da2cf0 {
  justify-self: center;
}

#w-node-_542b4c2b-d3bb-902e-c321-fa4fda6094d2-f4da2cf0 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_5935417d-fa46-e13f-d35c-acfcaf56f15e-f4da2cf1 {
  place-self: center;
}

#w-node-_5935417d-fa46-e13f-d35c-acfcaf56f162-f4da2cf1 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_5935417d-fa46-e13f-d35c-acfcaf56f165-f4da2cf1 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-_5935417d-fa46-e13f-d35c-acfcaf56f166-f4da2cf1 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_5935417d-fa46-e13f-d35c-acfcaf56f167-f4da2cf1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-_995b3c60-73fc-10ad-939e-47df3b32466a-f4da2cf1 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_995b3c60-73fc-10ad-939e-47df3b32466b-f4da2cf1 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_995b3c60-73fc-10ad-939e-47df3b324671-f4da2cf1 {
  justify-self: center;
}

#w-node-_995b3c60-73fc-10ad-939e-47df3b324672-f4da2cf1 {
  place-self: center start;
}

#w-node-_995b3c60-73fc-10ad-939e-47df3b324679-f4da2cf1 {
  justify-self: start;
}

#w-node-_995b3c60-73fc-10ad-939e-47df3b32467b-f4da2cf1 {
  justify-self: end;
}

#w-node-_995b3c60-73fc-10ad-939e-47df3b32467d-f4da2cf1 {
  place-self: center end;
}

#w-node-_995b3c60-73fc-10ad-939e-47df3b32467e-f4da2cf1 {
  justify-self: start;
}

#w-node-_23a5ffa4-e7f1-c01f-1887-c8d080dfd44c-f4da2cf1 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_23a5ffa4-e7f1-c01f-1887-c8d080dfd44d-f4da2cf1 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_23a5ffa4-e7f1-c01f-1887-c8d080dfd453-f4da2cf1 {
  justify-self: center;
}

#w-node-_23a5ffa4-e7f1-c01f-1887-c8d080dfd454-f4da2cf1 {
  place-self: center start;
}

#w-node-_23a5ffa4-e7f1-c01f-1887-c8d080dfd45b-f4da2cf1 {
  justify-self: start;
}

#w-node-_23a5ffa4-e7f1-c01f-1887-c8d080dfd45d-f4da2cf1 {
  justify-self: end;
}

#w-node-_23a5ffa4-e7f1-c01f-1887-c8d080dfd45f-f4da2cf1 {
  place-self: center end;
}

#w-node-_23a5ffa4-e7f1-c01f-1887-c8d080dfd460-f4da2cf1 {
  justify-self: start;
}

#w-node-_92d3fa42-e06a-19fd-d0a6-7cf3a1743b9e-f4da2cf1 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_92d3fa42-e06a-19fd-d0a6-7cf3a1743b9f-f4da2cf1 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_92d3fa42-e06a-19fd-d0a6-7cf3a1743ba5-f4da2cf1 {
  justify-self: center;
}

#w-node-_92d3fa42-e06a-19fd-d0a6-7cf3a1743ba6-f4da2cf1 {
  place-self: center start;
}

#w-node-_92d3fa42-e06a-19fd-d0a6-7cf3a1743bad-f4da2cf1 {
  justify-self: start;
}

#w-node-_92d3fa42-e06a-19fd-d0a6-7cf3a1743baf-f4da2cf1 {
  justify-self: end;
}

#w-node-_92d3fa42-e06a-19fd-d0a6-7cf3a1743bb1-f4da2cf1 {
  place-self: center end;
}

#w-node-_92d3fa42-e06a-19fd-d0a6-7cf3a1743bb2-f4da2cf1 {
  justify-self: start;
}

#w-node-_99fa774a-1824-f972-9076-a94fe41eba90-f4da2cf1 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_99fa774a-1824-f972-9076-a94fe41eba91-f4da2cf1 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_99fa774a-1824-f972-9076-a94fe41eba97-f4da2cf1 {
  justify-self: center;
}

#w-node-_99fa774a-1824-f972-9076-a94fe41eba98-f4da2cf1 {
  place-self: center start;
}

#w-node-_99fa774a-1824-f972-9076-a94fe41eba9f-f4da2cf1 {
  justify-self: start;
}

#w-node-_99fa774a-1824-f972-9076-a94fe41ebaa1-f4da2cf1 {
  justify-self: end;
}

#w-node-_99fa774a-1824-f972-9076-a94fe41ebaa3-f4da2cf1 {
  place-self: center end;
}

#w-node-_99fa774a-1824-f972-9076-a94fe41ebaa4-f4da2cf1 {
  justify-self: start;
}

#w-node-_8b242b74-4b7d-14c4-8109-5725f2ea2a28-f4da2cf1 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_8b242b74-4b7d-14c4-8109-5725f2ea2a29-f4da2cf1 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_8b242b74-4b7d-14c4-8109-5725f2ea2a2f-f4da2cf1 {
  justify-self: center;
}

#w-node-_8b242b74-4b7d-14c4-8109-5725f2ea2a30-f4da2cf1 {
  place-self: center start;
}

#w-node-_8b242b74-4b7d-14c4-8109-5725f2ea2a37-f4da2cf1 {
  justify-self: start;
}

#w-node-_8b242b74-4b7d-14c4-8109-5725f2ea2a39-f4da2cf1 {
  justify-self: end;
}

#w-node-_8b242b74-4b7d-14c4-8109-5725f2ea2a3b-f4da2cf1 {
  place-self: center end;
}

#w-node-_8b242b74-4b7d-14c4-8109-5725f2ea2a3c-f4da2cf1 {
  justify-self: start;
}

#w-node-c05e2bbb-89f2-59b4-b1c0-239b4bdd114b-f4da2cf1 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-c05e2bbb-89f2-59b4-b1c0-239b4bdd114c-f4da2cf1 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-c05e2bbb-89f2-59b4-b1c0-239b4bdd1152-f4da2cf1 {
  justify-self: center;
}

#w-node-c05e2bbb-89f2-59b4-b1c0-239b4bdd1153-f4da2cf1 {
  place-self: center start;
}

#w-node-c05e2bbb-89f2-59b4-b1c0-239b4bdd115a-f4da2cf1 {
  justify-self: start;
}

#w-node-c05e2bbb-89f2-59b4-b1c0-239b4bdd115c-f4da2cf1 {
  justify-self: end;
}

#w-node-c05e2bbb-89f2-59b4-b1c0-239b4bdd115e-f4da2cf1 {
  place-self: center end;
}

#w-node-c05e2bbb-89f2-59b4-b1c0-239b4bdd115f-f4da2cf1 {
  justify-self: start;
}

#w-node-_6b67e521-49f9-120e-dc83-7e1b2ead5253-f4da2cf1 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6b67e521-49f9-120e-dc83-7e1b2ead5254-f4da2cf1 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_6b67e521-49f9-120e-dc83-7e1b2ead525a-f4da2cf1 {
  justify-self: center;
}

#w-node-_6b67e521-49f9-120e-dc83-7e1b2ead525b-f4da2cf1 {
  place-self: center start;
}

#w-node-_6b67e521-49f9-120e-dc83-7e1b2ead5262-f4da2cf1 {
  justify-self: start;
}

#w-node-_6b67e521-49f9-120e-dc83-7e1b2ead5264-f4da2cf1 {
  justify-self: end;
}

#w-node-_6b67e521-49f9-120e-dc83-7e1b2ead5266-f4da2cf1 {
  place-self: center end;
}

#w-node-_6b67e521-49f9-120e-dc83-7e1b2ead5267-f4da2cf1 {
  justify-self: start;
}

#w-node-a386425b-52b2-ccf5-7370-975d114eaa39-f4da2cf1 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-a386425b-52b2-ccf5-7370-975d114eaa3a-f4da2cf1 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-a386425b-52b2-ccf5-7370-975d114eaa40-f4da2cf1 {
  justify-self: center;
}

#w-node-a386425b-52b2-ccf5-7370-975d114eaa41-f4da2cf1 {
  place-self: center start;
}

#w-node-a386425b-52b2-ccf5-7370-975d114eaa48-f4da2cf1 {
  justify-self: start;
}

#w-node-a386425b-52b2-ccf5-7370-975d114eaa4a-f4da2cf1 {
  justify-self: end;
}

#w-node-a386425b-52b2-ccf5-7370-975d114eaa4c-f4da2cf1 {
  place-self: center end;
}

#w-node-a386425b-52b2-ccf5-7370-975d114eaa4d-f4da2cf1 {
  justify-self: start;
}

#w-node-fc83e86b-1455-1f97-9506-8417873d67e3-f4da2cf1 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-fc83e86b-1455-1f97-9506-8417873d67e4-f4da2cf1 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-fc83e86b-1455-1f97-9506-8417873d67ea-f4da2cf1 {
  justify-self: center;
}

#w-node-fc83e86b-1455-1f97-9506-8417873d67eb-f4da2cf1 {
  place-self: center start;
}

#w-node-fc83e86b-1455-1f97-9506-8417873d67f2-f4da2cf1 {
  justify-self: start;
}

#w-node-fc83e86b-1455-1f97-9506-8417873d67f4-f4da2cf1 {
  justify-self: end;
}

#w-node-fc83e86b-1455-1f97-9506-8417873d67f6-f4da2cf1 {
  place-self: center end;
}

#w-node-fc83e86b-1455-1f97-9506-8417873d67f7-f4da2cf1 {
  justify-self: start;
}

#w-node-daf889aa-209b-4c3f-bd90-bd7cf028b343-f4da2cf1 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-daf889aa-209b-4c3f-bd90-bd7cf028b344-f4da2cf1 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-daf889aa-209b-4c3f-bd90-bd7cf028b34a-f4da2cf1 {
  justify-self: center;
}

#w-node-daf889aa-209b-4c3f-bd90-bd7cf028b34b-f4da2cf1 {
  place-self: center start;
}

#w-node-daf889aa-209b-4c3f-bd90-bd7cf028b352-f4da2cf1 {
  justify-self: start;
}

#w-node-daf889aa-209b-4c3f-bd90-bd7cf028b354-f4da2cf1 {
  justify-self: end;
}

#w-node-daf889aa-209b-4c3f-bd90-bd7cf028b356-f4da2cf1 {
  place-self: center end;
}

#w-node-daf889aa-209b-4c3f-bd90-bd7cf028b357-f4da2cf1 {
  justify-self: start;
}

#w-node-b8101a3d-6c33-4829-7424-ea9a406e8d15-f4da2cf1 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-b8101a3d-6c33-4829-7424-ea9a406e8d16-f4da2cf1 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-b8101a3d-6c33-4829-7424-ea9a406e8d1c-f4da2cf1 {
  justify-self: center;
}

#w-node-b8101a3d-6c33-4829-7424-ea9a406e8d1d-f4da2cf1 {
  place-self: center start;
}

#w-node-b8101a3d-6c33-4829-7424-ea9a406e8d24-f4da2cf1 {
  justify-self: start;
}

#w-node-b8101a3d-6c33-4829-7424-ea9a406e8d26-f4da2cf1 {
  justify-self: end;
}

#w-node-b8101a3d-6c33-4829-7424-ea9a406e8d28-f4da2cf1 {
  place-self: center end;
}

#w-node-b8101a3d-6c33-4829-7424-ea9a406e8d29-f4da2cf1 {
  justify-self: start;
}

#w-node-_57fa7b43-0ed3-bf91-880d-cb42bc655c2b-f4da2cf1 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_57fa7b43-0ed3-bf91-880d-cb42bc655c2c-f4da2cf1 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_57fa7b43-0ed3-bf91-880d-cb42bc655c32-f4da2cf1 {
  justify-self: center;
}

#w-node-_57fa7b43-0ed3-bf91-880d-cb42bc655c33-f4da2cf1 {
  place-self: center start;
}

#w-node-_57fa7b43-0ed3-bf91-880d-cb42bc655c3a-f4da2cf1 {
  justify-self: start;
}

#w-node-_57fa7b43-0ed3-bf91-880d-cb42bc655c3c-f4da2cf1 {
  justify-self: end;
}

#w-node-_57fa7b43-0ed3-bf91-880d-cb42bc655c3e-f4da2cf1 {
  place-self: center end;
}

#w-node-_57fa7b43-0ed3-bf91-880d-cb42bc655c3f-f4da2cf1 {
  justify-self: start;
}

#w-node-aecd8a1e-82d1-bbb0-443f-2125ad36143e-f4da2cf1 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-aecd8a1e-82d1-bbb0-443f-2125ad36143f-f4da2cf1 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-aecd8a1e-82d1-bbb0-443f-2125ad361445-f4da2cf1 {
  justify-self: center;
}

#w-node-aecd8a1e-82d1-bbb0-443f-2125ad361446-f4da2cf1 {
  place-self: center start;
}

#w-node-aecd8a1e-82d1-bbb0-443f-2125ad36144d-f4da2cf1 {
  justify-self: start;
}

#w-node-aecd8a1e-82d1-bbb0-443f-2125ad36144f-f4da2cf1 {
  justify-self: end;
}

#w-node-aecd8a1e-82d1-bbb0-443f-2125ad361451-f4da2cf1 {
  place-self: center end;
}

#w-node-aecd8a1e-82d1-bbb0-443f-2125ad361452-f4da2cf1 {
  justify-self: start;
}

#w-node-_9b247167-c58d-4205-220f-e60d42d25a8a-f4da2cf1 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_9b247167-c58d-4205-220f-e60d42d25a8b-f4da2cf1 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_9b247167-c58d-4205-220f-e60d42d25a91-f4da2cf1 {
  justify-self: center;
}

#w-node-_9b247167-c58d-4205-220f-e60d42d25a92-f4da2cf1 {
  place-self: center start;
}

#w-node-_9b247167-c58d-4205-220f-e60d42d25a99-f4da2cf1 {
  justify-self: start;
}

#w-node-_9b247167-c58d-4205-220f-e60d42d25a9b-f4da2cf1 {
  justify-self: end;
}

#w-node-_9b247167-c58d-4205-220f-e60d42d25a9d-f4da2cf1 {
  place-self: center end;
}

#w-node-_9b247167-c58d-4205-220f-e60d42d25a9e-f4da2cf1 {
  justify-self: start;
}

#w-node-_3c2135e3-d890-1a43-5d8a-b02e582868bd-f4da2cf1 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_3c2135e3-d890-1a43-5d8a-b02e582868be-f4da2cf1 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_3c2135e3-d890-1a43-5d8a-b02e582868c4-f4da2cf1 {
  justify-self: center;
}

#w-node-_3c2135e3-d890-1a43-5d8a-b02e582868c5-f4da2cf1 {
  place-self: center start;
}

#w-node-_3c2135e3-d890-1a43-5d8a-b02e582868cc-f4da2cf1 {
  justify-self: start;
}

#w-node-_3c2135e3-d890-1a43-5d8a-b02e582868ce-f4da2cf1 {
  justify-self: end;
}

#w-node-_3c2135e3-d890-1a43-5d8a-b02e582868d0-f4da2cf1 {
  place-self: center end;
}

#w-node-_3c2135e3-d890-1a43-5d8a-b02e582868d1-f4da2cf1 {
  justify-self: start;
}

#w-node-_9af1cbd1-5758-d6f4-596a-e7e7eec8610c-f4da2cf1 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_9af1cbd1-5758-d6f4-596a-e7e7eec8610d-f4da2cf1 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_9af1cbd1-5758-d6f4-596a-e7e7eec86113-f4da2cf1 {
  justify-self: center;
}

#w-node-_9af1cbd1-5758-d6f4-596a-e7e7eec86114-f4da2cf1 {
  place-self: center start;
}

#w-node-_9af1cbd1-5758-d6f4-596a-e7e7eec8611b-f4da2cf1 {
  justify-self: start;
}

#w-node-_9af1cbd1-5758-d6f4-596a-e7e7eec8611d-f4da2cf1 {
  justify-self: end;
}

#w-node-_9af1cbd1-5758-d6f4-596a-e7e7eec8611f-f4da2cf1 {
  place-self: center end;
}

#w-node-_9af1cbd1-5758-d6f4-596a-e7e7eec86120-f4da2cf1 {
  justify-self: start;
}

#w-node-_74df7770-5763-d98a-beeb-41b4f8b45436-f4da2cf1 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_74df7770-5763-d98a-beeb-41b4f8b45437-f4da2cf1 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_74df7770-5763-d98a-beeb-41b4f8b4543d-f4da2cf1 {
  justify-self: center;
}

#w-node-_74df7770-5763-d98a-beeb-41b4f8b4543e-f4da2cf1 {
  place-self: center start;
}

#w-node-_74df7770-5763-d98a-beeb-41b4f8b45445-f4da2cf1 {
  justify-self: start;
}

#w-node-_74df7770-5763-d98a-beeb-41b4f8b45447-f4da2cf1 {
  justify-self: end;
}

#w-node-_74df7770-5763-d98a-beeb-41b4f8b45449-f4da2cf1 {
  place-self: center end;
}

#w-node-_74df7770-5763-d98a-beeb-41b4f8b4544a-f4da2cf1 {
  justify-self: start;
}

#w-node-_57bfb719-9528-d941-bd1e-9b454079bcca-f4da2cf1 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_57bfb719-9528-d941-bd1e-9b454079bccb-f4da2cf1 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_57bfb719-9528-d941-bd1e-9b454079bcd1-f4da2cf1 {
  justify-self: center;
}

#w-node-_57bfb719-9528-d941-bd1e-9b454079bcd2-f4da2cf1 {
  place-self: center start;
}

#w-node-_57bfb719-9528-d941-bd1e-9b454079bcd9-f4da2cf1 {
  justify-self: start;
}

#w-node-_57bfb719-9528-d941-bd1e-9b454079bcdb-f4da2cf1 {
  justify-self: end;
}

#w-node-_57bfb719-9528-d941-bd1e-9b454079bcdd-f4da2cf1 {
  place-self: center end;
}

#w-node-_57bfb719-9528-d941-bd1e-9b454079bcde-f4da2cf1 {
  justify-self: start;
}

#w-node-_30e8b3e3-98d7-955e-6aca-ae638aa436df-f4da2cf1 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_30e8b3e3-98d7-955e-6aca-ae638aa436e0-f4da2cf1 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_30e8b3e3-98d7-955e-6aca-ae638aa436e6-f4da2cf1 {
  justify-self: center;
}

#w-node-_30e8b3e3-98d7-955e-6aca-ae638aa436e7-f4da2cf1 {
  place-self: center start;
}

#w-node-_30e8b3e3-98d7-955e-6aca-ae638aa436ee-f4da2cf1 {
  justify-self: start;
}

#w-node-_30e8b3e3-98d7-955e-6aca-ae638aa436f0-f4da2cf1 {
  justify-self: end;
}

#w-node-_30e8b3e3-98d7-955e-6aca-ae638aa436f2-f4da2cf1 {
  place-self: center end;
}

#w-node-_30e8b3e3-98d7-955e-6aca-ae638aa436f3-f4da2cf1 {
  justify-self: start;
}

#w-node-a3b212fe-950b-70e9-4202-fcaaba7e9004-f4da2cf1 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-a3b212fe-950b-70e9-4202-fcaaba7e9005-f4da2cf1 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-a3b212fe-950b-70e9-4202-fcaaba7e900b-f4da2cf1 {
  justify-self: center;
}

#w-node-a3b212fe-950b-70e9-4202-fcaaba7e900c-f4da2cf1 {
  place-self: center start;
}

#w-node-a3b212fe-950b-70e9-4202-fcaaba7e9013-f4da2cf1 {
  justify-self: start;
}

#w-node-a3b212fe-950b-70e9-4202-fcaaba7e9015-f4da2cf1 {
  justify-self: end;
}

#w-node-a3b212fe-950b-70e9-4202-fcaaba7e9017-f4da2cf1 {
  place-self: center end;
}

#w-node-a3b212fe-950b-70e9-4202-fcaaba7e9018-f4da2cf1 {
  justify-self: start;
}

#w-node-_5da85a80-9e6b-4a18-a0de-624edc599b30-f4da2cf1 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_5da85a80-9e6b-4a18-a0de-624edc599b31-f4da2cf1 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_5da85a80-9e6b-4a18-a0de-624edc599b37-f4da2cf1 {
  justify-self: center;
}

#w-node-_5da85a80-9e6b-4a18-a0de-624edc599b38-f4da2cf1 {
  place-self: center start;
}

#w-node-_5da85a80-9e6b-4a18-a0de-624edc599b3f-f4da2cf1 {
  justify-self: start;
}

#w-node-_5da85a80-9e6b-4a18-a0de-624edc599b41-f4da2cf1 {
  justify-self: end;
}

#w-node-_5da85a80-9e6b-4a18-a0de-624edc599b43-f4da2cf1 {
  place-self: center end;
}

#w-node-_5da85a80-9e6b-4a18-a0de-624edc599b44-f4da2cf1 {
  justify-self: start;
}

#w-node-_67f68daa-b1b0-f287-f546-0a3dc70927e3-f4da2cf1 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_67f68daa-b1b0-f287-f546-0a3dc70927e4-f4da2cf1 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_67f68daa-b1b0-f287-f546-0a3dc70927ea-f4da2cf1 {
  justify-self: center;
}

#w-node-_67f68daa-b1b0-f287-f546-0a3dc70927eb-f4da2cf1 {
  place-self: center start;
}

#w-node-_67f68daa-b1b0-f287-f546-0a3dc70927f2-f4da2cf1 {
  justify-self: start;
}

#w-node-_67f68daa-b1b0-f287-f546-0a3dc70927f4-f4da2cf1 {
  justify-self: end;
}

#w-node-_67f68daa-b1b0-f287-f546-0a3dc70927f6-f4da2cf1 {
  place-self: center end;
}

#w-node-_67f68daa-b1b0-f287-f546-0a3dc70927f7-f4da2cf1 {
  justify-self: start;
}

#w-node-_5e751870-f15a-e547-4bea-10d2cc2e111b-f4da2cf1 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_5e751870-f15a-e547-4bea-10d2cc2e111c-f4da2cf1 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_5e751870-f15a-e547-4bea-10d2cc2e1122-f4da2cf1 {
  justify-self: center;
}

#w-node-_5e751870-f15a-e547-4bea-10d2cc2e1123-f4da2cf1 {
  place-self: center start;
}

#w-node-_5e751870-f15a-e547-4bea-10d2cc2e112a-f4da2cf1 {
  justify-self: start;
}

#w-node-_5e751870-f15a-e547-4bea-10d2cc2e112c-f4da2cf1 {
  justify-self: end;
}

#w-node-_5e751870-f15a-e547-4bea-10d2cc2e112e-f4da2cf1 {
  place-self: center end;
}

#w-node-_5e751870-f15a-e547-4bea-10d2cc2e112f-f4da2cf1 {
  justify-self: start;
}

#w-node-aff04bee-5c18-4bce-579b-70d8be6f3e50-f4da2cf1 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-aff04bee-5c18-4bce-579b-70d8be6f3e51-f4da2cf1 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-aff04bee-5c18-4bce-579b-70d8be6f3e57-f4da2cf1 {
  justify-self: center;
}

#w-node-aff04bee-5c18-4bce-579b-70d8be6f3e58-f4da2cf1 {
  place-self: center start;
}

#w-node-aff04bee-5c18-4bce-579b-70d8be6f3e5f-f4da2cf1 {
  justify-self: start;
}

#w-node-aff04bee-5c18-4bce-579b-70d8be6f3e61-f4da2cf1 {
  justify-self: end;
}

#w-node-aff04bee-5c18-4bce-579b-70d8be6f3e63-f4da2cf1 {
  place-self: center end;
}

#w-node-aff04bee-5c18-4bce-579b-70d8be6f3e64-f4da2cf1 {
  justify-self: start;
}

#w-node-_3fde95b6-08fe-3269-28eb-8ba2e1169f87-f4da2cf1 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_3fde95b6-08fe-3269-28eb-8ba2e1169f88-f4da2cf1 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_3fde95b6-08fe-3269-28eb-8ba2e1169f90-f4da2cf1 {
  justify-self: center;
}

#w-node-_3fde95b6-08fe-3269-28eb-8ba2e1169f91-f4da2cf1 {
  place-self: center start;
}

#w-node-_3fde95b6-08fe-3269-28eb-8ba2e1169f98-f4da2cf1 {
  justify-self: start;
}

#w-node-_3fde95b6-08fe-3269-28eb-8ba2e1169f9a-f4da2cf1 {
  justify-self: end;
}

#w-node-_3fde95b6-08fe-3269-28eb-8ba2e1169f9c-f4da2cf1 {
  place-self: center end;
}

#w-node-_3fde95b6-08fe-3269-28eb-8ba2e1169f9d-f4da2cf1 {
  justify-self: start;
}

#w-node-_72da9b4b-0d10-e2e4-af79-9e8e109b8316-f4da2cf1 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_72da9b4b-0d10-e2e4-af79-9e8e109b8317-f4da2cf1 {
  grid-area: 1 / 3 / 2 / 5;
  justify-self: start;
}

#w-node-_72da9b4b-0d10-e2e4-af79-9e8e109b831f-f4da2cf1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: center start;
}

#w-node-_72da9b4b-0d10-e2e4-af79-9e8e109b8320-f4da2cf1 {
  place-self: start;
}

#w-node-_72da9b4b-0d10-e2e4-af79-9e8e109b8322-f4da2cf1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_72da9b4b-0d10-e2e4-af79-9e8e109b8325-f4da2cf1 {
  place-self: end start;
}

#w-node-_75f0111e-64f5-f20a-2ad7-dd12db54a7e1-db54a7de, #w-node-_75f0111e-64f5-f20a-2ad7-dd12db54a7e4-db54a7de, #w-node-_75f0111e-64f5-f20a-2ad7-dd12db54a7e7-db54a7de, #w-node-_75f0111e-64f5-f20a-2ad7-dd12db54a7ea-db54a7de, #w-node-_53c8fff4-1a0a-6f10-9b10-78e823e37677-db54a7de, #w-node-_2b4f9e9b-5165-b6aa-ce76-68523e8fed85-db54a7de {
  place-self: center;
}

#w-node-d42e3c69-143d-b17b-5fe1-b83ff564a066-f4da2cf2 {
  grid-area: 1 / 1 / 2 / 4;
  place-self: center;
}

#w-node-_11139d76-f7d3-1080-8392-8ce0cf232602-f4da2cf2 {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-ed092fd6-be92-49d2-94ff-7f6d5a8ce841-f4da2cf2 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-ed092fd6-be92-49d2-94ff-7f6d5a8ce842-f4da2cf2 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-ed092fd6-be92-49d2-94ff-7f6d5a8ce843-f4da2cf2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-ed092fd6-be92-49d2-94ff-7f6d5a8ce849-f4da2cf2, #w-node-ed092fd6-be92-49d2-94ff-7f6d5a8ce84c-f4da2cf2, #w-node-ed092fd6-be92-49d2-94ff-7f6d5a8ce84f-f4da2cf2, #w-node-ed092fd6-be92-49d2-94ff-7f6d5a8ce852-f4da2cf2, #w-node-ed092fd6-be92-49d2-94ff-7f6d5a8ce856-f4da2cf2, #w-node-ed092fd6-be92-49d2-94ff-7f6d5a8ce859-f4da2cf2, #w-node-ed092fd6-be92-49d2-94ff-7f6d5a8ce85c-f4da2cf2, #w-node-ed092fd6-be92-49d2-94ff-7f6d5a8ce85f-f4da2cf2 {
  place-self: center;
}

#w-node-_028f2e29-521e-02a4-7b86-b81782a9b356-f4da2cf2 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_6c11994e-4400-0358-4390-2423f349ac8f-f4da2cf3 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-_6c11994e-4400-0358-4390-2423f349ac90-f4da2cf3 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_6c11994e-4400-0358-4390-2423f349ac91-f4da2cf3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-_6c11994e-4400-0358-4390-2423f349ac98-f4da2cf3 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6c11994e-4400-0358-4390-2423f349ac99-f4da2cf3 {
  grid-area: 1 / 2 / 2 / 5;
  justify-self: start;
}

#w-node-_6c11994e-4400-0358-4390-2423f349ac9c-f4da2cf3 {
  align-self: start;
}

#w-node-_6c11994e-4400-0358-4390-2423f349aca4-f4da2cf3 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6c11994e-4400-0358-4390-2423f349aca5-f4da2cf3 {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acaa-f4da2cf3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acab-f4da2cf3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acad-f4da2cf3 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acaf-f4da2cf3 {
  align-self: start;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acb8-f4da2cf3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acb9-f4da2cf3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acbb-f4da2cf3 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acbd-f4da2cf3 {
  align-self: start;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acc6-f4da2cf3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acc7-f4da2cf3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acc9-f4da2cf3 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_6c11994e-4400-0358-4390-2423f349accb-f4da2cf3 {
  align-self: start;
}

#w-node-_84613c31-44b2-a72d-4531-f4ec7e20de96-f4da2cf3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_84613c31-44b2-a72d-4531-f4ec7e20de97-f4da2cf3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_84613c31-44b2-a72d-4531-f4ec7e20de99-f4da2cf3 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_84613c31-44b2-a72d-4531-f4ec7e20de9d-f4da2cf3 {
  align-self: start;
}

#w-node-_2e3c3b66-756a-0cba-af62-a59b0a417a2a-f4da2cf3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_2e3c3b66-756a-0cba-af62-a59b0a417a2b-f4da2cf3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2e3c3b66-756a-0cba-af62-a59b0a417a2d-f4da2cf3 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_2e3c3b66-756a-0cba-af62-a59b0a417a31-f4da2cf3 {
  align-self: start;
}

#w-node-_97f36805-5d8a-376d-55ce-a6e5faea76a4-f4da2cf3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_97f36805-5d8a-376d-55ce-a6e5faea76a5-f4da2cf3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_97f36805-5d8a-376d-55ce-a6e5faea76a7-f4da2cf3 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_97f36805-5d8a-376d-55ce-a6e5faea76ab-f4da2cf3 {
  align-self: start;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acd2-f4da2cf3 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acd6-f4da2cf3 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acd8-f4da2cf3 {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: end;
}

#w-node-_4bcf98c3-e14a-922a-f030-92b3e19a4783-e19a4780, #w-node-_4bcf98c3-e14a-922a-f030-92b3e19a4786-e19a4780, #w-node-_4bcf98c3-e14a-922a-f030-92b3e19a4789-e19a4780 {
  place-self: center;
}

#w-node-_6c11994e-4400-0358-4390-2423f349ac8f-f4da2cf4 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-_6c11994e-4400-0358-4390-2423f349ac90-f4da2cf4 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_6c11994e-4400-0358-4390-2423f349ac91-f4da2cf4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-_6c11994e-4400-0358-4390-2423f349ac98-f4da2cf4 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6c11994e-4400-0358-4390-2423f349ac99-f4da2cf4 {
  grid-area: 1 / 2 / 2 / 5;
  justify-self: start;
}

#w-node-_6c11994e-4400-0358-4390-2423f349ac9c-f4da2cf4 {
  align-self: start;
}

#w-node-_6c11994e-4400-0358-4390-2423f349aca4-f4da2cf4 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6c11994e-4400-0358-4390-2423f349aca5-f4da2cf4 {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acaa-f4da2cf4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acab-f4da2cf4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acad-f4da2cf4 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acaf-f4da2cf4 {
  align-self: start;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acb8-f4da2cf4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acb9-f4da2cf4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acbb-f4da2cf4 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acbd-f4da2cf4 {
  align-self: start;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acd2-f4da2cf4 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acd6-f4da2cf4 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acd8-f4da2cf4 {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: end;
}

#w-node-_6c11994e-4400-0358-4390-2423f349ac8f-f4da2cf5 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-_6c11994e-4400-0358-4390-2423f349ac90-f4da2cf5 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_6c11994e-4400-0358-4390-2423f349ac91-f4da2cf5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-_6c11994e-4400-0358-4390-2423f349ac98-f4da2cf5 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6c11994e-4400-0358-4390-2423f349ac99-f4da2cf5 {
  grid-area: 1 / 2 / 2 / 5;
  justify-self: start;
}

#w-node-_6c11994e-4400-0358-4390-2423f349ac9c-f4da2cf5 {
  align-self: start;
}

#w-node-_6c11994e-4400-0358-4390-2423f349aca4-f4da2cf5 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6c11994e-4400-0358-4390-2423f349aca5-f4da2cf5 {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acaa-f4da2cf5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acab-f4da2cf5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acad-f4da2cf5 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acaf-f4da2cf5 {
  align-self: start;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acb8-f4da2cf5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acb9-f4da2cf5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acbb-f4da2cf5 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acbd-f4da2cf5 {
  align-self: start;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acd2-f4da2cf5 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acd6-f4da2cf5 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acd8-f4da2cf5 {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: end;
}

#w-node-_6c11994e-4400-0358-4390-2423f349ac8f-f4da2cf6 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-_6c11994e-4400-0358-4390-2423f349ac90-f4da2cf6 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_6c11994e-4400-0358-4390-2423f349ac91-f4da2cf6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-_6c11994e-4400-0358-4390-2423f349ac98-f4da2cf6 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6c11994e-4400-0358-4390-2423f349ac99-f4da2cf6 {
  grid-area: 1 / 2 / 2 / 5;
  justify-self: start;
}

#w-node-_6c11994e-4400-0358-4390-2423f349ac9c-f4da2cf6 {
  align-self: start;
}

#w-node-_6c11994e-4400-0358-4390-2423f349aca4-f4da2cf6 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6c11994e-4400-0358-4390-2423f349aca5-f4da2cf6 {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acaa-f4da2cf6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acab-f4da2cf6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acad-f4da2cf6 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acaf-f4da2cf6 {
  align-self: start;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acb8-f4da2cf6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acb9-f4da2cf6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acbb-f4da2cf6 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acbd-f4da2cf6 {
  align-self: start;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acd2-f4da2cf6 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acd6-f4da2cf6 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acd8-f4da2cf6 {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: end;
}

#w-node-_6c11994e-4400-0358-4390-2423f349ac8f-f4da2cf7 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-_6c11994e-4400-0358-4390-2423f349ac90-f4da2cf7 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_6c11994e-4400-0358-4390-2423f349ac91-f4da2cf7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-_6c11994e-4400-0358-4390-2423f349ac98-f4da2cf7 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6c11994e-4400-0358-4390-2423f349ac99-f4da2cf7 {
  grid-area: 1 / 2 / 2 / 5;
  justify-self: start;
}

#w-node-_6c11994e-4400-0358-4390-2423f349ac9c-f4da2cf7 {
  align-self: start;
}

#w-node-_6c11994e-4400-0358-4390-2423f349aca4-f4da2cf7 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6c11994e-4400-0358-4390-2423f349aca5-f4da2cf7 {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acaa-f4da2cf7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acab-f4da2cf7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acad-f4da2cf7 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acaf-f4da2cf7 {
  align-self: start;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acb8-f4da2cf7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acb9-f4da2cf7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acbb-f4da2cf7 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acbd-f4da2cf7 {
  align-self: start;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acd2-f4da2cf7 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acd6-f4da2cf7 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acd8-f4da2cf7 {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: end;
}

#w-node-_6c11994e-4400-0358-4390-2423f349ac8f-f4da2cf8 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-_6c11994e-4400-0358-4390-2423f349ac90-f4da2cf8 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_6c11994e-4400-0358-4390-2423f349ac91-f4da2cf8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-_6c11994e-4400-0358-4390-2423f349ac98-f4da2cf8 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6c11994e-4400-0358-4390-2423f349ac99-f4da2cf8 {
  grid-area: 1 / 2 / 2 / 5;
  justify-self: start;
}

#w-node-_6c11994e-4400-0358-4390-2423f349ac9c-f4da2cf8 {
  align-self: start;
}

#w-node-_6c11994e-4400-0358-4390-2423f349aca4-f4da2cf8 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6c11994e-4400-0358-4390-2423f349aca5-f4da2cf8 {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acaa-f4da2cf8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acab-f4da2cf8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acad-f4da2cf8 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acaf-f4da2cf8 {
  align-self: start;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acb8-f4da2cf8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acb9-f4da2cf8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acbb-f4da2cf8 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acbd-f4da2cf8 {
  align-self: start;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acd2-f4da2cf8 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acd6-f4da2cf8 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acd8-f4da2cf8 {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: end;
}

#w-node-_6c11994e-4400-0358-4390-2423f349ac8f-f4da2cf9 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-_6c11994e-4400-0358-4390-2423f349ac90-f4da2cf9 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_6c11994e-4400-0358-4390-2423f349ac91-f4da2cf9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-_6c11994e-4400-0358-4390-2423f349ac98-f4da2cf9 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6c11994e-4400-0358-4390-2423f349ac99-f4da2cf9 {
  grid-area: 1 / 2 / 2 / 5;
  justify-self: start;
}

#w-node-_6c11994e-4400-0358-4390-2423f349ac9c-f4da2cf9 {
  align-self: start;
}

#w-node-_6c11994e-4400-0358-4390-2423f349aca4-f4da2cf9 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6c11994e-4400-0358-4390-2423f349aca5-f4da2cf9 {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acaa-f4da2cf9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acab-f4da2cf9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acad-f4da2cf9 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acaf-f4da2cf9 {
  align-self: start;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acb8-f4da2cf9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acb9-f4da2cf9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acbb-f4da2cf9 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acbd-f4da2cf9 {
  align-self: start;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acd2-f4da2cf9 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acd6-f4da2cf9 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acd8-f4da2cf9 {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: end;
}

#w-node-_6c11994e-4400-0358-4390-2423f349ac8f-f4da2cfa {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-_6c11994e-4400-0358-4390-2423f349ac90-f4da2cfa {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_6c11994e-4400-0358-4390-2423f349ac91-f4da2cfa {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-_6c11994e-4400-0358-4390-2423f349ac98-f4da2cfa {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6c11994e-4400-0358-4390-2423f349ac99-f4da2cfa {
  grid-area: 1 / 2 / 2 / 5;
  justify-self: start;
}

#w-node-_6c11994e-4400-0358-4390-2423f349ac9c-f4da2cfa {
  align-self: start;
}

#w-node-_6c11994e-4400-0358-4390-2423f349aca4-f4da2cfa {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6c11994e-4400-0358-4390-2423f349aca5-f4da2cfa {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acaa-f4da2cfa {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acab-f4da2cfa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acad-f4da2cfa {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acaf-f4da2cfa {
  align-self: start;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acb8-f4da2cfa {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acb9-f4da2cfa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acbb-f4da2cfa {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acbd-f4da2cfa {
  align-self: start;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acd2-f4da2cfa {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acd6-f4da2cfa {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acd8-f4da2cfa {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: end;
}

#w-node-_6c11994e-4400-0358-4390-2423f349ac8f-f4da2cfb {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-_6c11994e-4400-0358-4390-2423f349ac90-f4da2cfb {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_6c11994e-4400-0358-4390-2423f349ac91-f4da2cfb {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-_6c11994e-4400-0358-4390-2423f349ac98-f4da2cfb {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6c11994e-4400-0358-4390-2423f349ac99-f4da2cfb {
  grid-area: 1 / 2 / 2 / 5;
  justify-self: start;
}

#w-node-_6c11994e-4400-0358-4390-2423f349ac9c-f4da2cfb {
  align-self: start;
}

#w-node-_6c11994e-4400-0358-4390-2423f349aca4-f4da2cfb {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6c11994e-4400-0358-4390-2423f349aca5-f4da2cfb {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acaa-f4da2cfb {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acab-f4da2cfb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acad-f4da2cfb {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acaf-f4da2cfb {
  align-self: start;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acb8-f4da2cfb {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acb9-f4da2cfb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acbb-f4da2cfb {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acbd-f4da2cfb {
  align-self: start;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acd2-f4da2cfb {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acd6-f4da2cfb {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acd8-f4da2cfb {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: end;
}

#w-node-_6c11994e-4400-0358-4390-2423f349ac8f-f4da2cfc {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-_6c11994e-4400-0358-4390-2423f349ac90-f4da2cfc {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_6c11994e-4400-0358-4390-2423f349ac91-f4da2cfc {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-_6c11994e-4400-0358-4390-2423f349ac98-f4da2cfc {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6c11994e-4400-0358-4390-2423f349ac99-f4da2cfc {
  grid-area: 1 / 2 / 2 / 5;
  justify-self: start;
}

#w-node-_6c11994e-4400-0358-4390-2423f349ac9c-f4da2cfc {
  align-self: start;
}

#w-node-_6c11994e-4400-0358-4390-2423f349aca4-f4da2cfc {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6c11994e-4400-0358-4390-2423f349aca5-f4da2cfc {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acaa-f4da2cfc {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acab-f4da2cfc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acad-f4da2cfc {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acaf-f4da2cfc {
  align-self: start;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acb8-f4da2cfc {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acb9-f4da2cfc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acbb-f4da2cfc {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acbd-f4da2cfc {
  align-self: start;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acd2-f4da2cfc {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acd6-f4da2cfc {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acd8-f4da2cfc {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: end;
}

#w-node-_6c11994e-4400-0358-4390-2423f349ac8f-f4da2cfd {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-_6c11994e-4400-0358-4390-2423f349ac90-f4da2cfd {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_6c11994e-4400-0358-4390-2423f349ac91-f4da2cfd {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-_6c11994e-4400-0358-4390-2423f349ac98-f4da2cfd {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6c11994e-4400-0358-4390-2423f349ac99-f4da2cfd {
  grid-area: 1 / 2 / 2 / 5;
  justify-self: start;
}

#w-node-_6c11994e-4400-0358-4390-2423f349ac9c-f4da2cfd {
  align-self: start;
}

#w-node-_6c11994e-4400-0358-4390-2423f349aca4-f4da2cfd {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6c11994e-4400-0358-4390-2423f349aca5-f4da2cfd {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acaa-f4da2cfd {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acab-f4da2cfd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acad-f4da2cfd {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acaf-f4da2cfd {
  align-self: start;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acb8-f4da2cfd {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acb9-f4da2cfd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acbb-f4da2cfd {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acbd-f4da2cfd {
  align-self: start;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acd2-f4da2cfd {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acd6-f4da2cfd {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acd8-f4da2cfd {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: end;
}

#w-node-_6c11994e-4400-0358-4390-2423f349ac8f-f4da2cfe {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-_6c11994e-4400-0358-4390-2423f349ac90-f4da2cfe {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_6c11994e-4400-0358-4390-2423f349ac91-f4da2cfe {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-_6c11994e-4400-0358-4390-2423f349ac98-f4da2cfe {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6c11994e-4400-0358-4390-2423f349ac99-f4da2cfe {
  grid-area: 1 / 2 / 2 / 5;
  justify-self: start;
}

#w-node-_6c11994e-4400-0358-4390-2423f349ac9c-f4da2cfe {
  align-self: start;
}

#w-node-_6c11994e-4400-0358-4390-2423f349aca4-f4da2cfe {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6c11994e-4400-0358-4390-2423f349aca5-f4da2cfe {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acaa-f4da2cfe {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acab-f4da2cfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acad-f4da2cfe {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acaf-f4da2cfe {
  align-self: start;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acb8-f4da2cfe {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acb9-f4da2cfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acbb-f4da2cfe {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acbd-f4da2cfe {
  align-self: start;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acd2-f4da2cfe {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acd6-f4da2cfe {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acd8-f4da2cfe {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: end;
}

#w-node-_6c11994e-4400-0358-4390-2423f349ac8f-f4da2cff {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-_6c11994e-4400-0358-4390-2423f349ac90-f4da2cff {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_6c11994e-4400-0358-4390-2423f349ac91-f4da2cff {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-_6c11994e-4400-0358-4390-2423f349ac98-f4da2cff {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6c11994e-4400-0358-4390-2423f349ac99-f4da2cff {
  grid-area: 1 / 2 / 2 / 5;
  justify-self: start;
}

#w-node-_6c11994e-4400-0358-4390-2423f349ac9c-f4da2cff {
  align-self: start;
}

#w-node-_6c11994e-4400-0358-4390-2423f349aca4-f4da2cff {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6c11994e-4400-0358-4390-2423f349aca5-f4da2cff {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acaa-f4da2cff {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acab-f4da2cff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acad-f4da2cff {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acaf-f4da2cff {
  align-self: start;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acb8-f4da2cff {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acb9-f4da2cff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acbb-f4da2cff {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acbd-f4da2cff {
  align-self: start;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acd2-f4da2cff {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acd6-f4da2cff {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acd8-f4da2cff {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: end;
}

#w-node-_6c11994e-4400-0358-4390-2423f349ac8f-f4da2d00 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-_6c11994e-4400-0358-4390-2423f349ac90-f4da2d00 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_6c11994e-4400-0358-4390-2423f349ac91-f4da2d00 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-_6c11994e-4400-0358-4390-2423f349ac98-f4da2d00 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6c11994e-4400-0358-4390-2423f349ac99-f4da2d00 {
  grid-area: 1 / 2 / 2 / 5;
  justify-self: start;
}

#w-node-_6c11994e-4400-0358-4390-2423f349ac9c-f4da2d00 {
  align-self: start;
}

#w-node-_6c11994e-4400-0358-4390-2423f349aca4-f4da2d00 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6c11994e-4400-0358-4390-2423f349aca5-f4da2d00 {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acaa-f4da2d00 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acab-f4da2d00 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acad-f4da2d00 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acaf-f4da2d00 {
  align-self: start;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acb8-f4da2d00 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acb9-f4da2d00 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acbb-f4da2d00 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acbd-f4da2d00 {
  align-self: start;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acd2-f4da2d00 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acd6-f4da2d00 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acd8-f4da2d00 {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: end;
}

#w-node-_6c11994e-4400-0358-4390-2423f349ac8f-f4da2d01 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-_6c11994e-4400-0358-4390-2423f349ac90-f4da2d01 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_6c11994e-4400-0358-4390-2423f349ac91-f4da2d01 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-_6c11994e-4400-0358-4390-2423f349ac98-f4da2d01 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6c11994e-4400-0358-4390-2423f349ac99-f4da2d01 {
  grid-area: 1 / 2 / 2 / 5;
  justify-self: start;
}

#w-node-_6c11994e-4400-0358-4390-2423f349ac9c-f4da2d01 {
  align-self: start;
}

#w-node-_6c11994e-4400-0358-4390-2423f349aca4-f4da2d01 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6c11994e-4400-0358-4390-2423f349aca5-f4da2d01 {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acaa-f4da2d01 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acab-f4da2d01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acad-f4da2d01 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acaf-f4da2d01 {
  align-self: start;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acb8-f4da2d01 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acb9-f4da2d01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acbb-f4da2d01 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acbd-f4da2d01 {
  align-self: start;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acd2-f4da2d01 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acd6-f4da2d01 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acd8-f4da2d01 {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: end;
}

#w-node-_6c11994e-4400-0358-4390-2423f349ac8f-f4da2d02 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-_6c11994e-4400-0358-4390-2423f349ac90-f4da2d02 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_6c11994e-4400-0358-4390-2423f349ac91-f4da2d02 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-_6c11994e-4400-0358-4390-2423f349ac98-f4da2d02 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6c11994e-4400-0358-4390-2423f349ac99-f4da2d02 {
  grid-area: 1 / 2 / 2 / 5;
  justify-self: start;
}

#w-node-_6c11994e-4400-0358-4390-2423f349ac9c-f4da2d02 {
  align-self: start;
}

#w-node-_6c11994e-4400-0358-4390-2423f349aca4-f4da2d02 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6c11994e-4400-0358-4390-2423f349aca5-f4da2d02 {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acaa-f4da2d02 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acab-f4da2d02 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acad-f4da2d02 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acaf-f4da2d02 {
  align-self: start;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acb8-f4da2d02 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acb9-f4da2d02 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acbb-f4da2d02 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acbd-f4da2d02 {
  align-self: start;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acd2-f4da2d02 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acd6-f4da2d02 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acd8-f4da2d02 {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: end;
}

#w-node-_6c11994e-4400-0358-4390-2423f349ac8f-f4da2d03 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-_6c11994e-4400-0358-4390-2423f349ac90-f4da2d03 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_6c11994e-4400-0358-4390-2423f349ac91-f4da2d03 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-_6c11994e-4400-0358-4390-2423f349ac98-f4da2d03 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6c11994e-4400-0358-4390-2423f349ac99-f4da2d03 {
  grid-area: 1 / 2 / 2 / 5;
  justify-self: start;
}

#w-node-_6c11994e-4400-0358-4390-2423f349ac9c-f4da2d03 {
  align-self: start;
}

#w-node-_6c11994e-4400-0358-4390-2423f349aca4-f4da2d03 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6c11994e-4400-0358-4390-2423f349aca5-f4da2d03 {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acaa-f4da2d03 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acab-f4da2d03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acad-f4da2d03 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acaf-f4da2d03 {
  align-self: start;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acb8-f4da2d03 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acb9-f4da2d03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acbb-f4da2d03 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acbd-f4da2d03 {
  align-self: start;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acd2-f4da2d03 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acd6-f4da2d03 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acd8-f4da2d03 {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: end;
}

#w-node-_6c11994e-4400-0358-4390-2423f349ac8f-f4da2d04 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-_6c11994e-4400-0358-4390-2423f349ac90-f4da2d04 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_6c11994e-4400-0358-4390-2423f349ac91-f4da2d04 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-_6c11994e-4400-0358-4390-2423f349ac98-f4da2d04 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6c11994e-4400-0358-4390-2423f349ac99-f4da2d04 {
  grid-area: 1 / 2 / 2 / 5;
  justify-self: start;
}

#w-node-_6c11994e-4400-0358-4390-2423f349ac9c-f4da2d04 {
  align-self: start;
}

#w-node-_6c11994e-4400-0358-4390-2423f349aca4-f4da2d04 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6c11994e-4400-0358-4390-2423f349aca5-f4da2d04 {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acaa-f4da2d04 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acab-f4da2d04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acad-f4da2d04 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acaf-f4da2d04 {
  align-self: start;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acb8-f4da2d04 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acb9-f4da2d04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acbb-f4da2d04 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acbd-f4da2d04 {
  align-self: start;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acd2-f4da2d04 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acd6-f4da2d04 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acd8-f4da2d04 {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: end;
}

#w-node-_6c11994e-4400-0358-4390-2423f349ac8f-f4da2d05 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-_6c11994e-4400-0358-4390-2423f349ac90-f4da2d05 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_6c11994e-4400-0358-4390-2423f349ac91-f4da2d05 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-_6c11994e-4400-0358-4390-2423f349ac98-f4da2d05 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6c11994e-4400-0358-4390-2423f349ac99-f4da2d05 {
  grid-area: 1 / 2 / 2 / 5;
  justify-self: start;
}

#w-node-_6c11994e-4400-0358-4390-2423f349ac9c-f4da2d05 {
  align-self: start;
}

#w-node-_6c11994e-4400-0358-4390-2423f349aca4-f4da2d05 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6c11994e-4400-0358-4390-2423f349aca5-f4da2d05 {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acaa-f4da2d05 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acab-f4da2d05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acad-f4da2d05 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acaf-f4da2d05 {
  align-self: start;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acb8-f4da2d05 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acb9-f4da2d05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acbb-f4da2d05 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acbd-f4da2d05 {
  align-self: start;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acd2-f4da2d05 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acd6-f4da2d05 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acd8-f4da2d05 {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: end;
}

#w-node-_6c11994e-4400-0358-4390-2423f349ac8f-f4da2d0e {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-_6c11994e-4400-0358-4390-2423f349ac90-f4da2d0e {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_6c11994e-4400-0358-4390-2423f349ac91-f4da2d0e {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-_6c11994e-4400-0358-4390-2423f349ac98-f4da2d0e {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6c11994e-4400-0358-4390-2423f349ac99-f4da2d0e {
  grid-area: 1 / 2 / 2 / 5;
  justify-self: start;
}

#w-node-_6c11994e-4400-0358-4390-2423f349ac9c-f4da2d0e {
  align-self: start;
}

#w-node-_6c11994e-4400-0358-4390-2423f349aca4-f4da2d0e {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6c11994e-4400-0358-4390-2423f349aca5-f4da2d0e {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acaa-f4da2d0e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acab-f4da2d0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acad-f4da2d0e {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acaf-f4da2d0e {
  align-self: start;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acb8-f4da2d0e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acb9-f4da2d0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acbb-f4da2d0e {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acbd-f4da2d0e {
  align-self: start;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acd2-f4da2d0e {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acd6-f4da2d0e {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acd8-f4da2d0e {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: end;
}

#w-node-_6c11994e-4400-0358-4390-2423f349ac8f-f4da2d0f {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-_6c11994e-4400-0358-4390-2423f349ac90-f4da2d0f {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_6c11994e-4400-0358-4390-2423f349ac91-f4da2d0f {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-_6c11994e-4400-0358-4390-2423f349ac98-f4da2d0f {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6c11994e-4400-0358-4390-2423f349ac99-f4da2d0f {
  grid-area: 1 / 2 / 2 / 5;
  justify-self: start;
}

#w-node-_6c11994e-4400-0358-4390-2423f349ac9c-f4da2d0f {
  align-self: start;
}

#w-node-_6c11994e-4400-0358-4390-2423f349aca4-f4da2d0f {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6c11994e-4400-0358-4390-2423f349aca5-f4da2d0f {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acaa-f4da2d0f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acab-f4da2d0f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acad-f4da2d0f {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acaf-f4da2d0f {
  align-self: start;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acb8-f4da2d0f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acb9-f4da2d0f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acbb-f4da2d0f {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acbd-f4da2d0f {
  align-self: start;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acd2-f4da2d0f {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acd6-f4da2d0f {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acd8-f4da2d0f {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: end;
}

#w-node-_6c11994e-4400-0358-4390-2423f349ac8f-f4da2d10 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-_6c11994e-4400-0358-4390-2423f349ac90-f4da2d10 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_6c11994e-4400-0358-4390-2423f349ac91-f4da2d10 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-_6c11994e-4400-0358-4390-2423f349ac98-f4da2d10 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6c11994e-4400-0358-4390-2423f349ac99-f4da2d10 {
  grid-area: 1 / 2 / 2 / 5;
  justify-self: start;
}

#w-node-_6c11994e-4400-0358-4390-2423f349ac9c-f4da2d10 {
  align-self: start;
}

#w-node-_6c11994e-4400-0358-4390-2423f349aca4-f4da2d10 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6c11994e-4400-0358-4390-2423f349aca5-f4da2d10 {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acaa-f4da2d10 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acab-f4da2d10 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acad-f4da2d10 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acaf-f4da2d10 {
  align-self: start;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acb8-f4da2d10 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acb9-f4da2d10 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acbb-f4da2d10 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acbd-f4da2d10 {
  align-self: start;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acd2-f4da2d10 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acd6-f4da2d10 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acd8-f4da2d10 {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: end;
}

#w-node-_6c11994e-4400-0358-4390-2423f349ac8f-f4da2d11 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-_6c11994e-4400-0358-4390-2423f349ac90-f4da2d11 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_6c11994e-4400-0358-4390-2423f349ac91-f4da2d11 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-_6c11994e-4400-0358-4390-2423f349ac98-f4da2d11 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6c11994e-4400-0358-4390-2423f349ac99-f4da2d11 {
  grid-area: 1 / 2 / 2 / 5;
  justify-self: start;
}

#w-node-_6c11994e-4400-0358-4390-2423f349ac9c-f4da2d11 {
  align-self: start;
}

#w-node-_6c11994e-4400-0358-4390-2423f349aca4-f4da2d11 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6c11994e-4400-0358-4390-2423f349aca5-f4da2d11 {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acaa-f4da2d11 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acab-f4da2d11 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acad-f4da2d11 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acaf-f4da2d11 {
  align-self: start;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acb8-f4da2d11 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acb9-f4da2d11 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acbb-f4da2d11 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acbd-f4da2d11 {
  align-self: start;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acd2-f4da2d11 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acd6-f4da2d11 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acd8-f4da2d11 {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: end;
}

#w-node-_6c11994e-4400-0358-4390-2423f349ac8f-f4da2d12 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-_6c11994e-4400-0358-4390-2423f349ac90-f4da2d12 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_6c11994e-4400-0358-4390-2423f349ac91-f4da2d12 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-_6c11994e-4400-0358-4390-2423f349ac98-f4da2d12 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6c11994e-4400-0358-4390-2423f349ac99-f4da2d12 {
  grid-area: 1 / 2 / 2 / 5;
  justify-self: start;
}

#w-node-_6c11994e-4400-0358-4390-2423f349ac9c-f4da2d12 {
  align-self: start;
}

#w-node-_6c11994e-4400-0358-4390-2423f349aca4-f4da2d12 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6c11994e-4400-0358-4390-2423f349aca5-f4da2d12 {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acaa-f4da2d12 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acab-f4da2d12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acad-f4da2d12 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acaf-f4da2d12 {
  align-self: start;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acb8-f4da2d12 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acb9-f4da2d12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acbb-f4da2d12 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acbd-f4da2d12 {
  align-self: start;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acd2-f4da2d12 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acd6-f4da2d12 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acd8-f4da2d12 {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: end;
}

#w-node-_6c11994e-4400-0358-4390-2423f349ac8f-f4da2d13 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-_6c11994e-4400-0358-4390-2423f349ac90-f4da2d13 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_6c11994e-4400-0358-4390-2423f349ac91-f4da2d13 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-_6c11994e-4400-0358-4390-2423f349ac98-f4da2d13 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6c11994e-4400-0358-4390-2423f349ac99-f4da2d13 {
  grid-area: 1 / 2 / 2 / 5;
  justify-self: start;
}

#w-node-_6c11994e-4400-0358-4390-2423f349ac9c-f4da2d13 {
  align-self: start;
}

#w-node-_6c11994e-4400-0358-4390-2423f349aca4-f4da2d13 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6c11994e-4400-0358-4390-2423f349aca5-f4da2d13 {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acaa-f4da2d13 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acab-f4da2d13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acad-f4da2d13 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acaf-f4da2d13 {
  align-self: start;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acb8-f4da2d13 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acb9-f4da2d13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acbb-f4da2d13 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acbd-f4da2d13 {
  align-self: start;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acd2-f4da2d13 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acd6-f4da2d13 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acd8-f4da2d13 {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: end;
}

#w-node-_6c11994e-4400-0358-4390-2423f349ac8f-f4da2d14 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-_6c11994e-4400-0358-4390-2423f349ac90-f4da2d14 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_6c11994e-4400-0358-4390-2423f349ac91-f4da2d14 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-_6c11994e-4400-0358-4390-2423f349ac98-f4da2d14 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6c11994e-4400-0358-4390-2423f349ac99-f4da2d14 {
  grid-area: 1 / 2 / 2 / 5;
  justify-self: start;
}

#w-node-_6c11994e-4400-0358-4390-2423f349ac9c-f4da2d14 {
  align-self: start;
}

#w-node-_6c11994e-4400-0358-4390-2423f349aca4-f4da2d14 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6c11994e-4400-0358-4390-2423f349aca5-f4da2d14 {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acaa-f4da2d14 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acab-f4da2d14 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acad-f4da2d14 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acaf-f4da2d14 {
  align-self: start;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acb8-f4da2d14 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acb9-f4da2d14 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acbb-f4da2d14 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acbd-f4da2d14 {
  align-self: start;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acd2-f4da2d14 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acd6-f4da2d14 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acd8-f4da2d14 {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: end;
}

@media screen and (min-width: 1440px) {
  #w-node-d641c5b5-d71d-0237-f86b-fdd9a68b82f3-f4da2cdb, #w-node-_73532c59-84fb-d009-7ed9-ac77ae6c6df7-f4da2cef, #w-node-_2887da82-e397-c950-7053-a0e916567d2f-f4da2cf0 {
    grid-area: 1 / 2 / 2 / 3;
  }
}

@media screen and (min-width: 1280px) {
  #w-node-_6c11994e-4400-0358-4390-2423f349acad-f4da2cf3, #w-node-_6c11994e-4400-0358-4390-2423f349acbb-f4da2cf3, #w-node-_6c11994e-4400-0358-4390-2423f349acc9-f4da2cf3, #w-node-_84613c31-44b2-a72d-4531-f4ec7e20de99-f4da2cf3, #w-node-_2e3c3b66-756a-0cba-af62-a59b0a417a2d-f4da2cf3, #w-node-_97f36805-5d8a-376d-55ce-a6e5faea76a7-f4da2cf3, #w-node-_6c11994e-4400-0358-4390-2423f349acad-f4da2cf4, #w-node-_6c11994e-4400-0358-4390-2423f349acbb-f4da2cf4, #w-node-_6c11994e-4400-0358-4390-2423f349acad-f4da2cf5, #w-node-_6c11994e-4400-0358-4390-2423f349acbb-f4da2cf5, #w-node-_6c11994e-4400-0358-4390-2423f349acad-f4da2cf6, #w-node-_6c11994e-4400-0358-4390-2423f349acbb-f4da2cf6, #w-node-_6c11994e-4400-0358-4390-2423f349acad-f4da2cf7, #w-node-_6c11994e-4400-0358-4390-2423f349acbb-f4da2cf7, #w-node-_6c11994e-4400-0358-4390-2423f349acad-f4da2cf8, #w-node-_6c11994e-4400-0358-4390-2423f349acbb-f4da2cf8, #w-node-_6c11994e-4400-0358-4390-2423f349acad-f4da2cf9, #w-node-_6c11994e-4400-0358-4390-2423f349acbb-f4da2cf9, #w-node-_6c11994e-4400-0358-4390-2423f349acad-f4da2cfa, #w-node-_6c11994e-4400-0358-4390-2423f349acbb-f4da2cfa, #w-node-_6c11994e-4400-0358-4390-2423f349acad-f4da2cfb, #w-node-_6c11994e-4400-0358-4390-2423f349acbb-f4da2cfb, #w-node-_6c11994e-4400-0358-4390-2423f349acad-f4da2cfc, #w-node-_6c11994e-4400-0358-4390-2423f349acbb-f4da2cfc, #w-node-_6c11994e-4400-0358-4390-2423f349acad-f4da2cfd, #w-node-_6c11994e-4400-0358-4390-2423f349acbb-f4da2cfd, #w-node-_6c11994e-4400-0358-4390-2423f349acad-f4da2cfe, #w-node-_6c11994e-4400-0358-4390-2423f349acbb-f4da2cfe, #w-node-_6c11994e-4400-0358-4390-2423f349acad-f4da2cff, #w-node-_6c11994e-4400-0358-4390-2423f349acbb-f4da2cff, #w-node-_6c11994e-4400-0358-4390-2423f349acad-f4da2d00, #w-node-_6c11994e-4400-0358-4390-2423f349acbb-f4da2d00, #w-node-_6c11994e-4400-0358-4390-2423f349acad-f4da2d01, #w-node-_6c11994e-4400-0358-4390-2423f349acbb-f4da2d01, #w-node-_6c11994e-4400-0358-4390-2423f349acad-f4da2d02, #w-node-_6c11994e-4400-0358-4390-2423f349acbb-f4da2d02, #w-node-_6c11994e-4400-0358-4390-2423f349acad-f4da2d03, #w-node-_6c11994e-4400-0358-4390-2423f349acbb-f4da2d03, #w-node-_6c11994e-4400-0358-4390-2423f349acad-f4da2d04, #w-node-_6c11994e-4400-0358-4390-2423f349acbb-f4da2d04, #w-node-_6c11994e-4400-0358-4390-2423f349acad-f4da2d05, #w-node-_6c11994e-4400-0358-4390-2423f349acbb-f4da2d05, #w-node-_6c11994e-4400-0358-4390-2423f349acad-f4da2d0e, #w-node-_6c11994e-4400-0358-4390-2423f349acbb-f4da2d0e, #w-node-_6c11994e-4400-0358-4390-2423f349acad-f4da2d0f, #w-node-_6c11994e-4400-0358-4390-2423f349acbb-f4da2d0f, #w-node-_6c11994e-4400-0358-4390-2423f349acad-f4da2d10, #w-node-_6c11994e-4400-0358-4390-2423f349acbb-f4da2d10, #w-node-_6c11994e-4400-0358-4390-2423f349acad-f4da2d11, #w-node-_6c11994e-4400-0358-4390-2423f349acbb-f4da2d11, #w-node-_6c11994e-4400-0358-4390-2423f349acad-f4da2d12, #w-node-_6c11994e-4400-0358-4390-2423f349acbb-f4da2d12, #w-node-_6c11994e-4400-0358-4390-2423f349acad-f4da2d13, #w-node-_6c11994e-4400-0358-4390-2423f349acbb-f4da2d13, #w-node-_6c11994e-4400-0358-4390-2423f349acad-f4da2d14, #w-node-_6c11994e-4400-0358-4390-2423f349acbb-f4da2d14 {
    grid-area: 2 / 2 / 3 / 3;
  }
}

@media screen and (max-width: 991px) {
  #w-node-c754577e-89fa-a05c-354d-6d47247e3961-f4da2c78 {
    grid-column-start: 1;
    justify-self: stretch;
  }

  #w-node-_36d22a74-5d68-105d-52bb-05b893d84ee0-f4da2c78 {
    grid-column: span 4 / span 4;
  }

  #w-node-bae95818-dd8f-81a5-a478-fe2cf81a0e74-87a3772a {
    grid-column: 1 / 5;
  }

  #w-node-_3aa902ee-67d8-b7c3-e8d4-e5cf74e8a917-74e8a914 {
    grid-column: 1 / 5;
    justify-self: center;
  }

  #w-node-_3aa902ee-67d8-b7c3-e8d4-e5cf74e8a91e-74e8a914 {
    place-self: end;
  }

  #w-node-_3aa902ee-67d8-b7c3-e8d4-e5cf74e8a92a-74e8a914 {
    place-self: end start;
  }

  #w-node-_46bd5263-c747-7018-d10b-ecb6298796db-298796d8 {
    grid-column-start: 1;
  }

  #w-node-_46bd5263-c747-7018-d10b-ecb6298796e2-298796d8 {
    grid-column: span 1 / span 1;
  }

  #w-node-_46bd5263-c747-7018-d10b-ecb6298796ee-298796d8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1f4ba397-2fe6-0b23-454e-f07ba76d3fe0-298796d8 {
    grid-column: span 1 / span 1;
  }

  #w-node-_1f4ba397-2fe6-0b23-454e-f07ba76d3fec-298796d8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_89ee30a4-b4f7-a3ad-9682-4625c7081bec-298796d8 {
    grid-column: span 1 / span 1;
  }

  #w-node-_89ee30a4-b4f7-a3ad-9682-4625c7081bf8-298796d8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3ed3f175-d5af-cec8-6219-8e16373aeac3-298796d8 {
    grid-column: span 1 / span 1;
  }

  #w-node-_3ed3f175-d5af-cec8-6219-8e16373aeacf-298796d8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_139058a6-e504-29fa-4d7b-d208600bb9ad-298796d8 {
    grid-column: span 1 / span 1;
  }

  #w-node-_139058a6-e504-29fa-4d7b-d208600bb9b9-298796d8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3f65b3d7-15f7-14cb-e0e5-9b7c40221ca3-21b10d4f, #out.w-node-d6eaa62a-c375-7ed9-28ed-7d9126981c64-21b10d4f {
    align-self: end;
  }

  #w-node-_57398322-eccc-1d76-2424-c47721b10d58-21b10d4f {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-d641c5b5-d71d-0237-f86b-fdd9a68b82f3-f4da2cdb {
    grid-column: 1 / 4;
  }

  #w-node-d641c5b5-d71d-0237-f86b-fdd9a68b82f4-f4da2cdb {
    grid-column: 1 / 5;
  }

  #w-node-_73532c59-84fb-d009-7ed9-ac77ae6c6dd8-f4da2cef {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_73532c59-84fb-d009-7ed9-ac77ae6c6df7-f4da2cef {
    grid-column: 1 / 4;
  }

  #w-node-_73532c59-84fb-d009-7ed9-ac77ae6c6df8-f4da2cef {
    grid-column: 1 / 5;
  }

  #w-node-_73532c59-84fb-d009-7ed9-ac77ae6c6e11-f4da2cef {
    grid-column-end: 5;
  }

  #w-node-a79bcdb4-fad7-b99f-db03-051acb77e926-f4da2cef {
    grid-column: span 3 / span 3;
  }

  #w-node-_58eeb7c3-e3b8-834b-2ba2-f68f8a8a42d8-f4da2cef {
    grid-column-start: 1;
    justify-self: stretch;
  }

  #w-node-_58eeb7c3-e3b8-834b-2ba2-f68f8a8a42e0-f4da2cef {
    grid-column: span 4 / span 4;
  }

  #w-node-_2887da82-e397-c950-7053-a0e916567d2f-f4da2cf0 {
    grid-column: 1 / 4;
  }

  #w-node-_263d571f-a4f7-2f64-25d8-3fe705068035-f4da2cf0 {
    grid-column: 1 / 5;
  }

  #w-node-_995b3c60-73fc-10ad-939e-47df3b32466b-f4da2cf1 {
    grid-column: 1 / 5;
    justify-self: center;
  }

  #w-node-_995b3c60-73fc-10ad-939e-47df3b324672-f4da2cf1 {
    place-self: end;
  }

  #w-node-_995b3c60-73fc-10ad-939e-47df3b32467d-f4da2cf1 {
    place-self: end start;
  }

  #w-node-_23a5ffa4-e7f1-c01f-1887-c8d080dfd44d-f4da2cf1 {
    grid-column: 1 / 5;
    justify-self: center;
  }

  #w-node-_23a5ffa4-e7f1-c01f-1887-c8d080dfd454-f4da2cf1 {
    place-self: end;
  }

  #w-node-_23a5ffa4-e7f1-c01f-1887-c8d080dfd45f-f4da2cf1 {
    place-self: end start;
  }

  #w-node-_92d3fa42-e06a-19fd-d0a6-7cf3a1743b9f-f4da2cf1 {
    grid-column: 1 / 5;
    justify-self: center;
  }

  #w-node-_92d3fa42-e06a-19fd-d0a6-7cf3a1743ba6-f4da2cf1 {
    place-self: end;
  }

  #w-node-_92d3fa42-e06a-19fd-d0a6-7cf3a1743bb1-f4da2cf1 {
    place-self: end start;
  }

  #w-node-_99fa774a-1824-f972-9076-a94fe41eba91-f4da2cf1 {
    grid-column: 1 / 5;
    justify-self: center;
  }

  #w-node-_99fa774a-1824-f972-9076-a94fe41eba98-f4da2cf1 {
    place-self: end;
  }

  #w-node-_99fa774a-1824-f972-9076-a94fe41ebaa3-f4da2cf1 {
    place-self: end start;
  }

  #w-node-_8b242b74-4b7d-14c4-8109-5725f2ea2a29-f4da2cf1 {
    grid-column: 1 / 5;
    justify-self: center;
  }

  #w-node-_8b242b74-4b7d-14c4-8109-5725f2ea2a30-f4da2cf1 {
    place-self: end;
  }

  #w-node-_8b242b74-4b7d-14c4-8109-5725f2ea2a3b-f4da2cf1 {
    place-self: end start;
  }

  #w-node-c05e2bbb-89f2-59b4-b1c0-239b4bdd114c-f4da2cf1 {
    grid-column: 1 / 5;
    justify-self: center;
  }

  #w-node-c05e2bbb-89f2-59b4-b1c0-239b4bdd1153-f4da2cf1 {
    place-self: end;
  }

  #w-node-c05e2bbb-89f2-59b4-b1c0-239b4bdd115e-f4da2cf1 {
    place-self: end start;
  }

  #w-node-_6b67e521-49f9-120e-dc83-7e1b2ead5254-f4da2cf1 {
    grid-column: 1 / 5;
    justify-self: center;
  }

  #w-node-_6b67e521-49f9-120e-dc83-7e1b2ead525b-f4da2cf1 {
    place-self: end;
  }

  #w-node-_6b67e521-49f9-120e-dc83-7e1b2ead5266-f4da2cf1 {
    place-self: end start;
  }

  #w-node-a386425b-52b2-ccf5-7370-975d114eaa3a-f4da2cf1 {
    grid-column: 1 / 5;
    justify-self: center;
  }

  #w-node-a386425b-52b2-ccf5-7370-975d114eaa41-f4da2cf1 {
    place-self: end;
  }

  #w-node-a386425b-52b2-ccf5-7370-975d114eaa4c-f4da2cf1 {
    place-self: end start;
  }

  #w-node-fc83e86b-1455-1f97-9506-8417873d67e4-f4da2cf1 {
    grid-column: 1 / 5;
    justify-self: center;
  }

  #w-node-fc83e86b-1455-1f97-9506-8417873d67eb-f4da2cf1 {
    place-self: end;
  }

  #w-node-fc83e86b-1455-1f97-9506-8417873d67f6-f4da2cf1 {
    place-self: end start;
  }

  #w-node-daf889aa-209b-4c3f-bd90-bd7cf028b344-f4da2cf1 {
    grid-column: 1 / 5;
    justify-self: center;
  }

  #w-node-daf889aa-209b-4c3f-bd90-bd7cf028b34b-f4da2cf1 {
    place-self: end;
  }

  #w-node-daf889aa-209b-4c3f-bd90-bd7cf028b356-f4da2cf1 {
    place-self: end start;
  }

  #w-node-b8101a3d-6c33-4829-7424-ea9a406e8d16-f4da2cf1 {
    grid-column: 1 / 5;
    justify-self: center;
  }

  #w-node-b8101a3d-6c33-4829-7424-ea9a406e8d1d-f4da2cf1 {
    place-self: end;
  }

  #w-node-b8101a3d-6c33-4829-7424-ea9a406e8d28-f4da2cf1 {
    place-self: end start;
  }

  #w-node-_57fa7b43-0ed3-bf91-880d-cb42bc655c2c-f4da2cf1 {
    grid-column: 1 / 5;
    justify-self: center;
  }

  #w-node-_57fa7b43-0ed3-bf91-880d-cb42bc655c33-f4da2cf1 {
    place-self: end;
  }

  #w-node-_57fa7b43-0ed3-bf91-880d-cb42bc655c3e-f4da2cf1 {
    place-self: end start;
  }

  #w-node-aecd8a1e-82d1-bbb0-443f-2125ad36143f-f4da2cf1 {
    grid-column: 1 / 5;
    justify-self: center;
  }

  #w-node-aecd8a1e-82d1-bbb0-443f-2125ad361446-f4da2cf1 {
    place-self: end;
  }

  #w-node-aecd8a1e-82d1-bbb0-443f-2125ad361451-f4da2cf1 {
    place-self: end start;
  }

  #w-node-_9b247167-c58d-4205-220f-e60d42d25a8b-f4da2cf1 {
    grid-column: 1 / 5;
    justify-self: center;
  }

  #w-node-_9b247167-c58d-4205-220f-e60d42d25a92-f4da2cf1 {
    place-self: end;
  }

  #w-node-_9b247167-c58d-4205-220f-e60d42d25a9d-f4da2cf1 {
    place-self: end start;
  }

  #w-node-_3c2135e3-d890-1a43-5d8a-b02e582868be-f4da2cf1 {
    grid-column: 1 / 5;
    justify-self: center;
  }

  #w-node-_3c2135e3-d890-1a43-5d8a-b02e582868c5-f4da2cf1 {
    place-self: end;
  }

  #w-node-_3c2135e3-d890-1a43-5d8a-b02e582868d0-f4da2cf1 {
    place-self: end start;
  }

  #w-node-_9af1cbd1-5758-d6f4-596a-e7e7eec8610d-f4da2cf1 {
    grid-column: 1 / 5;
    justify-self: center;
  }

  #w-node-_9af1cbd1-5758-d6f4-596a-e7e7eec86114-f4da2cf1 {
    place-self: end;
  }

  #w-node-_9af1cbd1-5758-d6f4-596a-e7e7eec8611f-f4da2cf1 {
    place-self: end start;
  }

  #w-node-_74df7770-5763-d98a-beeb-41b4f8b45437-f4da2cf1 {
    grid-column: 1 / 5;
    justify-self: center;
  }

  #w-node-_74df7770-5763-d98a-beeb-41b4f8b4543e-f4da2cf1 {
    place-self: end;
  }

  #w-node-_74df7770-5763-d98a-beeb-41b4f8b45449-f4da2cf1 {
    place-self: end start;
  }

  #w-node-_57bfb719-9528-d941-bd1e-9b454079bccb-f4da2cf1 {
    grid-column: 1 / 5;
    justify-self: center;
  }

  #w-node-_57bfb719-9528-d941-bd1e-9b454079bcd2-f4da2cf1 {
    place-self: end;
  }

  #w-node-_57bfb719-9528-d941-bd1e-9b454079bcdd-f4da2cf1 {
    place-self: end start;
  }

  #w-node-_30e8b3e3-98d7-955e-6aca-ae638aa436e0-f4da2cf1 {
    grid-column: 1 / 5;
    justify-self: center;
  }

  #w-node-_30e8b3e3-98d7-955e-6aca-ae638aa436e7-f4da2cf1 {
    place-self: end;
  }

  #w-node-_30e8b3e3-98d7-955e-6aca-ae638aa436f2-f4da2cf1 {
    place-self: end start;
  }

  #w-node-a3b212fe-950b-70e9-4202-fcaaba7e9005-f4da2cf1 {
    grid-column: 1 / 5;
    justify-self: center;
  }

  #w-node-a3b212fe-950b-70e9-4202-fcaaba7e900c-f4da2cf1 {
    place-self: end;
  }

  #w-node-a3b212fe-950b-70e9-4202-fcaaba7e9017-f4da2cf1 {
    place-self: end start;
  }

  #w-node-_5da85a80-9e6b-4a18-a0de-624edc599b31-f4da2cf1 {
    grid-column: 1 / 5;
    justify-self: center;
  }

  #w-node-_5da85a80-9e6b-4a18-a0de-624edc599b38-f4da2cf1 {
    place-self: end;
  }

  #w-node-_5da85a80-9e6b-4a18-a0de-624edc599b43-f4da2cf1 {
    place-self: end start;
  }

  #w-node-_67f68daa-b1b0-f287-f546-0a3dc70927e4-f4da2cf1 {
    grid-column: 1 / 5;
    justify-self: center;
  }

  #w-node-_67f68daa-b1b0-f287-f546-0a3dc70927eb-f4da2cf1 {
    place-self: end;
  }

  #w-node-_67f68daa-b1b0-f287-f546-0a3dc70927f6-f4da2cf1 {
    place-self: end start;
  }

  #w-node-_5e751870-f15a-e547-4bea-10d2cc2e111c-f4da2cf1 {
    grid-column: 1 / 5;
    justify-self: center;
  }

  #w-node-_5e751870-f15a-e547-4bea-10d2cc2e1123-f4da2cf1 {
    place-self: end;
  }

  #w-node-_5e751870-f15a-e547-4bea-10d2cc2e112e-f4da2cf1 {
    place-self: end start;
  }

  #w-node-aff04bee-5c18-4bce-579b-70d8be6f3e51-f4da2cf1 {
    grid-column: 1 / 5;
    justify-self: center;
  }

  #w-node-aff04bee-5c18-4bce-579b-70d8be6f3e58-f4da2cf1 {
    place-self: end;
  }

  #w-node-aff04bee-5c18-4bce-579b-70d8be6f3e63-f4da2cf1 {
    place-self: end start;
  }

  #w-node-_3fde95b6-08fe-3269-28eb-8ba2e1169f88-f4da2cf1 {
    grid-column: 1 / 5;
    justify-self: center;
  }

  #w-node-_3fde95b6-08fe-3269-28eb-8ba2e1169f91-f4da2cf1 {
    place-self: end;
  }

  #w-node-_3fde95b6-08fe-3269-28eb-8ba2e1169f9c-f4da2cf1 {
    place-self: end start;
  }

  #w-node-_72da9b4b-0d10-e2e4-af79-9e8e109b8317-f4da2cf1 {
    grid-column-start: 1;
    justify-self: stretch;
  }

  #w-node-_72da9b4b-0d10-e2e4-af79-9e8e109b831f-f4da2cf1 {
    grid-column: span 4 / span 4;
  }

  #w-node-_11139d76-f7d3-1080-8392-8ce0cf232602-f4da2cf2 {
    justify-self: start;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349ac99-f4da2cf3 {
    grid-row: 2 / 3;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349ac9c-f4da2cf3 {
    grid-area: 1 / 2 / 2 / 4;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349acaa-f4da2cf3 {
    grid-column: span 1 / span 1;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349acad-f4da2cf3 {
    grid-column: 1 / 2;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349acb8-f4da2cf3 {
    grid-column: span 1 / span 1;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349acbb-f4da2cf3 {
    grid-column: 1 / 2;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349acc6-f4da2cf3 {
    grid-column: span 1 / span 1;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349acc9-f4da2cf3 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_84613c31-44b2-a72d-4531-f4ec7e20de96-f4da2cf3 {
    grid-column: span 1 / span 1;
  }

  #w-node-_84613c31-44b2-a72d-4531-f4ec7e20de99-f4da2cf3 {
    grid-column: 1 / 2;
  }

  #w-node-_2e3c3b66-756a-0cba-af62-a59b0a417a2a-f4da2cf3 {
    grid-column: span 1 / span 1;
  }

  #w-node-_2e3c3b66-756a-0cba-af62-a59b0a417a2d-f4da2cf3 {
    grid-column: 1 / 2;
  }

  #w-node-_97f36805-5d8a-376d-55ce-a6e5faea76a4-f4da2cf3 {
    grid-column: span 1 / span 1;
  }

  #w-node-_97f36805-5d8a-376d-55ce-a6e5faea76a7-f4da2cf3 {
    grid-column: 1 / 2;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349ac99-f4da2cf4 {
    grid-row: 2 / 3;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349ac9c-f4da2cf4 {
    grid-area: 1 / 2 / 2 / 4;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349acaa-f4da2cf4 {
    grid-column: span 1 / span 1;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349acad-f4da2cf4 {
    grid-column: 1 / 2;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349acb8-f4da2cf4 {
    grid-column: span 1 / span 1;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349acbb-f4da2cf4 {
    grid-column: 1 / 2;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349ac99-f4da2cf5 {
    grid-row: 2 / 3;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349ac9c-f4da2cf5 {
    grid-area: 1 / 2 / 2 / 4;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349acaa-f4da2cf5 {
    grid-column: span 1 / span 1;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349acad-f4da2cf5 {
    grid-column: 1 / 2;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349acb8-f4da2cf5 {
    grid-column: span 1 / span 1;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349acbb-f4da2cf5 {
    grid-column: 1 / 2;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349ac99-f4da2cf6 {
    grid-row: 2 / 3;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349ac9c-f4da2cf6 {
    grid-area: 1 / 2 / 2 / 4;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349acaa-f4da2cf6 {
    grid-column: span 1 / span 1;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349acad-f4da2cf6 {
    grid-column: 1 / 2;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349acb8-f4da2cf6 {
    grid-column: span 1 / span 1;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349acbb-f4da2cf6 {
    grid-column: 1 / 2;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349ac99-f4da2cf7 {
    grid-row: 2 / 3;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349ac9c-f4da2cf7 {
    grid-area: 1 / 2 / 2 / 4;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349acaa-f4da2cf7 {
    grid-column: span 1 / span 1;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349acad-f4da2cf7 {
    grid-column: 1 / 2;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349acb8-f4da2cf7 {
    grid-column: span 1 / span 1;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349acbb-f4da2cf7 {
    grid-column: 1 / 2;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349ac99-f4da2cf8 {
    grid-row: 2 / 3;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349ac9c-f4da2cf8 {
    grid-area: 1 / 2 / 2 / 4;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349acaa-f4da2cf8 {
    grid-column: span 1 / span 1;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349acad-f4da2cf8 {
    grid-column: 1 / 2;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349acb8-f4da2cf8 {
    grid-column: span 1 / span 1;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349acbb-f4da2cf8 {
    grid-column: 1 / 2;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349ac99-f4da2cf9 {
    grid-row: 2 / 3;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349ac9c-f4da2cf9 {
    grid-area: 1 / 2 / 2 / 4;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349acaa-f4da2cf9 {
    grid-column: span 1 / span 1;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349acad-f4da2cf9 {
    grid-column: 1 / 2;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349acb8-f4da2cf9 {
    grid-column: span 1 / span 1;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349acbb-f4da2cf9 {
    grid-column: 1 / 2;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349ac99-f4da2cfa {
    grid-row: 2 / 3;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349ac9c-f4da2cfa {
    grid-area: 1 / 2 / 2 / 4;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349acaa-f4da2cfa {
    grid-column: span 1 / span 1;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349acad-f4da2cfa {
    grid-column: 1 / 2;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349acb8-f4da2cfa {
    grid-column: span 1 / span 1;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349acbb-f4da2cfa {
    grid-column: 1 / 2;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349ac99-f4da2cfb {
    grid-row: 2 / 3;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349ac9c-f4da2cfb {
    grid-area: 1 / 2 / 2 / 4;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349acaa-f4da2cfb {
    grid-column: span 1 / span 1;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349acad-f4da2cfb {
    grid-column: 1 / 2;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349acb8-f4da2cfb {
    grid-column: span 1 / span 1;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349acbb-f4da2cfb {
    grid-column: 1 / 2;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349ac99-f4da2cfc {
    grid-row: 2 / 3;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349ac9c-f4da2cfc {
    grid-area: 1 / 2 / 2 / 4;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349acaa-f4da2cfc {
    grid-column: span 1 / span 1;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349acad-f4da2cfc {
    grid-column: 1 / 2;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349acb8-f4da2cfc {
    grid-column: span 1 / span 1;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349acbb-f4da2cfc {
    grid-column: 1 / 2;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349ac99-f4da2cfd {
    grid-row: 2 / 3;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349ac9c-f4da2cfd {
    grid-area: 1 / 2 / 2 / 4;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349acaa-f4da2cfd {
    grid-column: span 1 / span 1;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349acad-f4da2cfd {
    grid-column: 1 / 2;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349acb8-f4da2cfd {
    grid-column: span 1 / span 1;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349acbb-f4da2cfd {
    grid-column: 1 / 2;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349ac99-f4da2cfe {
    grid-row: 2 / 3;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349ac9c-f4da2cfe {
    grid-area: 1 / 2 / 2 / 4;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349acaa-f4da2cfe {
    grid-column: span 1 / span 1;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349acad-f4da2cfe {
    grid-column: 1 / 2;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349acb8-f4da2cfe {
    grid-column: span 1 / span 1;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349acbb-f4da2cfe {
    grid-column: 1 / 2;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349ac99-f4da2cff {
    grid-row: 2 / 3;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349ac9c-f4da2cff {
    grid-area: 1 / 2 / 2 / 4;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349acaa-f4da2cff {
    grid-column: span 1 / span 1;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349acad-f4da2cff {
    grid-column: 1 / 2;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349acb8-f4da2cff {
    grid-column: span 1 / span 1;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349acbb-f4da2cff {
    grid-column: 1 / 2;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349ac99-f4da2d00 {
    grid-row: 2 / 3;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349ac9c-f4da2d00 {
    grid-area: 1 / 2 / 2 / 4;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349acaa-f4da2d00 {
    grid-column: span 1 / span 1;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349acad-f4da2d00 {
    grid-column: 1 / 2;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349acb8-f4da2d00 {
    grid-column: span 1 / span 1;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349acbb-f4da2d00 {
    grid-column: 1 / 2;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349ac99-f4da2d01 {
    grid-row: 2 / 3;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349ac9c-f4da2d01 {
    grid-area: 1 / 2 / 2 / 4;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349acaa-f4da2d01 {
    grid-column: span 1 / span 1;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349acad-f4da2d01 {
    grid-column: 1 / 2;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349acb8-f4da2d01 {
    grid-column: span 1 / span 1;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349acbb-f4da2d01 {
    grid-column: 1 / 2;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349ac99-f4da2d02 {
    grid-row: 2 / 3;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349ac9c-f4da2d02 {
    grid-area: 1 / 2 / 2 / 4;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349acaa-f4da2d02 {
    grid-column: span 1 / span 1;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349acad-f4da2d02 {
    grid-column: 1 / 2;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349acb8-f4da2d02 {
    grid-column: span 1 / span 1;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349acbb-f4da2d02 {
    grid-column: 1 / 2;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349ac99-f4da2d03 {
    grid-row: 2 / 3;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349ac9c-f4da2d03 {
    grid-area: 1 / 2 / 2 / 4;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349acaa-f4da2d03 {
    grid-column: span 1 / span 1;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349acad-f4da2d03 {
    grid-column: 1 / 2;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349acb8-f4da2d03 {
    grid-column: span 1 / span 1;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349acbb-f4da2d03 {
    grid-column: 1 / 2;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349ac99-f4da2d04 {
    grid-row: 2 / 3;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349ac9c-f4da2d04 {
    grid-area: 1 / 2 / 2 / 4;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349acaa-f4da2d04 {
    grid-column: span 1 / span 1;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349acad-f4da2d04 {
    grid-column: 1 / 2;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349acb8-f4da2d04 {
    grid-column: span 1 / span 1;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349acbb-f4da2d04 {
    grid-column: 1 / 2;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349ac99-f4da2d05 {
    grid-row: 2 / 3;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349ac9c-f4da2d05 {
    grid-area: 1 / 2 / 2 / 4;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349acaa-f4da2d05 {
    grid-column: span 1 / span 1;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349acad-f4da2d05 {
    grid-column: 1 / 2;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349acb8-f4da2d05 {
    grid-column: span 1 / span 1;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349acbb-f4da2d05 {
    grid-column: 1 / 2;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349ac99-f4da2d0e {
    grid-row: 2 / 3;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349ac9c-f4da2d0e {
    grid-area: 1 / 2 / 2 / 4;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349acaa-f4da2d0e {
    grid-column: span 1 / span 1;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349acad-f4da2d0e {
    grid-column: 1 / 2;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349acb8-f4da2d0e {
    grid-column: span 1 / span 1;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349acbb-f4da2d0e {
    grid-column: 1 / 2;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349ac99-f4da2d0f {
    grid-row: 2 / 3;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349ac9c-f4da2d0f {
    grid-area: 1 / 2 / 2 / 4;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349acaa-f4da2d0f {
    grid-column: span 1 / span 1;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349acad-f4da2d0f {
    grid-column: 1 / 2;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349acb8-f4da2d0f {
    grid-column: span 1 / span 1;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349acbb-f4da2d0f {
    grid-column: 1 / 2;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349ac99-f4da2d10 {
    grid-row: 2 / 3;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349ac9c-f4da2d10 {
    grid-area: 1 / 2 / 2 / 4;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349acaa-f4da2d10 {
    grid-column: span 1 / span 1;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349acad-f4da2d10 {
    grid-column: 1 / 2;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349acb8-f4da2d10 {
    grid-column: span 1 / span 1;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349acbb-f4da2d10 {
    grid-column: 1 / 2;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349ac99-f4da2d11 {
    grid-row: 2 / 3;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349ac9c-f4da2d11 {
    grid-area: 1 / 2 / 2 / 4;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349acaa-f4da2d11 {
    grid-column: span 1 / span 1;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349acad-f4da2d11 {
    grid-column: 1 / 2;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349acb8-f4da2d11 {
    grid-column: span 1 / span 1;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349acbb-f4da2d11 {
    grid-column: 1 / 2;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349ac99-f4da2d12 {
    grid-row: 2 / 3;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349ac9c-f4da2d12 {
    grid-area: 1 / 2 / 2 / 4;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349acaa-f4da2d12 {
    grid-column: span 1 / span 1;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349acad-f4da2d12 {
    grid-column: 1 / 2;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349acb8-f4da2d12 {
    grid-column: span 1 / span 1;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349acbb-f4da2d12 {
    grid-column: 1 / 2;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349ac99-f4da2d13 {
    grid-row: 2 / 3;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349ac9c-f4da2d13 {
    grid-area: 1 / 2 / 2 / 4;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349acaa-f4da2d13 {
    grid-column: span 1 / span 1;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349acad-f4da2d13 {
    grid-column: 1 / 2;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349acb8-f4da2d13 {
    grid-column: span 1 / span 1;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349acbb-f4da2d13 {
    grid-column: 1 / 2;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349ac99-f4da2d14 {
    grid-row: 2 / 3;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349ac9c-f4da2d14 {
    grid-area: 1 / 2 / 2 / 4;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349acaa-f4da2d14 {
    grid-column: span 1 / span 1;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349acad-f4da2d14 {
    grid-column: 1 / 2;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349acb8-f4da2d14 {
    grid-column: span 1 / span 1;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349acbb-f4da2d14 {
    grid-column: 1 / 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-f04b657a-8d31-e85d-ba72-ca58dfb348c3-f4da2c78 {
    grid-column: span 1 / span 1;
  }

  #w-node-c754577e-89fa-a05c-354d-6d47247e3961-f4da2c78 {
    justify-self: stretch;
  }

  #w-node-_877fbf84-535a-c637-1ecb-4a06f76bad24-f4da2c78 {
    order: -9999;
    grid-area: 1 / 1 / 3 / 2;
    align-self: stretch;
  }

  #w-node-bae95818-dd8f-81a5-a478-fe2cf81a0e74-87a3772a {
    grid-column-end: 2;
  }

  #w-node-ae65f1f4-3160-c660-cf7f-c1c6fb7f14de-87a3772a {
    grid-column: span 1 / span 1;
  }

  #w-node-_48348eaa-4ce0-72f6-5e9a-2f0bebf9a958-87a3772a {
    grid-column-end: 2;
  }

  #w-node-_431a92ba-7d9c-8dd5-6286-89ed3a99580f-87a3772a {
    justify-self: center;
  }

  #w-node-_3aa902ee-67d8-b7c3-e8d4-e5cf74e8a917-74e8a914 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_46bd5263-c747-7018-d10b-ecb6298796da-298796d8, #w-node-_2e495b9c-d663-6b7e-5089-3a2e4ca2b70d-4ca2b70b {
    grid-column: 1 / 4;
  }

  #w-node-_2e495b9c-d663-6b7e-5089-3a2e4ca2b70e-4ca2b70b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2e495b9c-d663-6b7e-5089-3a2e4ca2b71d-4ca2b70b {
    grid-column: 1 / 2;
  }

  #w-node-_73532c59-84fb-d009-7ed9-ac77ae6c6df8-f4da2cef {
    grid-column-end: 2;
  }

  #w-node-_73532c59-84fb-d009-7ed9-ac77ae6c6e05-f4da2cef, #w-node-_73532c59-84fb-d009-7ed9-ac77ae6c6e11-f4da2cef {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a79bcdb4-fad7-b99f-db03-051acb77e926-f4da2cef {
    grid-column: span 1 / span 1;
  }

  #w-node-_58eeb7c3-e3b8-834b-2ba2-f68f8a8a42d8-f4da2cef {
    justify-self: stretch;
  }

  #w-node-_995b3c60-73fc-10ad-939e-47df3b32466b-f4da2cf1, #w-node-_23a5ffa4-e7f1-c01f-1887-c8d080dfd44d-f4da2cf1, #w-node-_92d3fa42-e06a-19fd-d0a6-7cf3a1743b9f-f4da2cf1, #w-node-_99fa774a-1824-f972-9076-a94fe41eba91-f4da2cf1, #w-node-_8b242b74-4b7d-14c4-8109-5725f2ea2a29-f4da2cf1, #w-node-c05e2bbb-89f2-59b4-b1c0-239b4bdd114c-f4da2cf1, #w-node-_6b67e521-49f9-120e-dc83-7e1b2ead5254-f4da2cf1, #w-node-a386425b-52b2-ccf5-7370-975d114eaa3a-f4da2cf1, #w-node-fc83e86b-1455-1f97-9506-8417873d67e4-f4da2cf1, #w-node-daf889aa-209b-4c3f-bd90-bd7cf028b344-f4da2cf1, #w-node-b8101a3d-6c33-4829-7424-ea9a406e8d16-f4da2cf1, #w-node-_57fa7b43-0ed3-bf91-880d-cb42bc655c2c-f4da2cf1, #w-node-aecd8a1e-82d1-bbb0-443f-2125ad36143f-f4da2cf1, #w-node-_9b247167-c58d-4205-220f-e60d42d25a8b-f4da2cf1, #w-node-_3c2135e3-d890-1a43-5d8a-b02e582868be-f4da2cf1, #w-node-_9af1cbd1-5758-d6f4-596a-e7e7eec8610d-f4da2cf1, #w-node-_74df7770-5763-d98a-beeb-41b4f8b45437-f4da2cf1, #w-node-_57bfb719-9528-d941-bd1e-9b454079bccb-f4da2cf1, #w-node-_30e8b3e3-98d7-955e-6aca-ae638aa436e0-f4da2cf1, #w-node-a3b212fe-950b-70e9-4202-fcaaba7e9005-f4da2cf1, #w-node-_5da85a80-9e6b-4a18-a0de-624edc599b31-f4da2cf1, #w-node-_67f68daa-b1b0-f287-f546-0a3dc70927e4-f4da2cf1, #w-node-_5e751870-f15a-e547-4bea-10d2cc2e111c-f4da2cf1, #w-node-aff04bee-5c18-4bce-579b-70d8be6f3e51-f4da2cf1, #w-node-_3fde95b6-08fe-3269-28eb-8ba2e1169f88-f4da2cf1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_72da9b4b-0d10-e2e4-af79-9e8e109b8317-f4da2cf1 {
    justify-self: stretch;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349ac99-f4da2cf3, #w-node-_6c11994e-4400-0358-4390-2423f349ac9c-f4da2cf3, #w-node-_6c11994e-4400-0358-4390-2423f349aca5-f4da2cf3 {
    grid-column: 1 / 2;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349acd2-f4da2cf3 {
    grid-row-end: 2;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349ac99-f4da2cf4, #w-node-_6c11994e-4400-0358-4390-2423f349ac9c-f4da2cf4, #w-node-_6c11994e-4400-0358-4390-2423f349aca5-f4da2cf4 {
    grid-column: 1 / 2;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349acd2-f4da2cf4 {
    grid-row-end: 2;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349ac99-f4da2cf5, #w-node-_6c11994e-4400-0358-4390-2423f349ac9c-f4da2cf5, #w-node-_6c11994e-4400-0358-4390-2423f349aca5-f4da2cf5 {
    grid-column: 1 / 2;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349acd2-f4da2cf5 {
    grid-row-end: 2;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349ac99-f4da2cf6, #w-node-_6c11994e-4400-0358-4390-2423f349ac9c-f4da2cf6, #w-node-_6c11994e-4400-0358-4390-2423f349aca5-f4da2cf6 {
    grid-column: 1 / 2;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349acd2-f4da2cf6 {
    grid-row-end: 2;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349ac99-f4da2cf7, #w-node-_6c11994e-4400-0358-4390-2423f349ac9c-f4da2cf7, #w-node-_6c11994e-4400-0358-4390-2423f349aca5-f4da2cf7 {
    grid-column: 1 / 2;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349acd2-f4da2cf7 {
    grid-row-end: 2;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349ac99-f4da2cf8, #w-node-_6c11994e-4400-0358-4390-2423f349ac9c-f4da2cf8, #w-node-_6c11994e-4400-0358-4390-2423f349aca5-f4da2cf8 {
    grid-column: 1 / 2;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349acd2-f4da2cf8 {
    grid-row-end: 2;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349ac99-f4da2cf9, #w-node-_6c11994e-4400-0358-4390-2423f349ac9c-f4da2cf9, #w-node-_6c11994e-4400-0358-4390-2423f349aca5-f4da2cf9 {
    grid-column: 1 / 2;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349acd2-f4da2cf9 {
    grid-row-end: 2;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349ac99-f4da2cfa, #w-node-_6c11994e-4400-0358-4390-2423f349ac9c-f4da2cfa, #w-node-_6c11994e-4400-0358-4390-2423f349aca5-f4da2cfa {
    grid-column: 1 / 2;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349acd2-f4da2cfa {
    grid-row-end: 2;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349ac99-f4da2cfb, #w-node-_6c11994e-4400-0358-4390-2423f349ac9c-f4da2cfb, #w-node-_6c11994e-4400-0358-4390-2423f349aca5-f4da2cfb {
    grid-column: 1 / 2;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349acd2-f4da2cfb {
    grid-row-end: 2;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349ac99-f4da2cfc, #w-node-_6c11994e-4400-0358-4390-2423f349ac9c-f4da2cfc, #w-node-_6c11994e-4400-0358-4390-2423f349aca5-f4da2cfc {
    grid-column: 1 / 2;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349acd2-f4da2cfc {
    grid-row-end: 2;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349ac99-f4da2cfd, #w-node-_6c11994e-4400-0358-4390-2423f349ac9c-f4da2cfd, #w-node-_6c11994e-4400-0358-4390-2423f349aca5-f4da2cfd {
    grid-column: 1 / 2;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349acd2-f4da2cfd {
    grid-row-end: 2;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349ac99-f4da2cfe, #w-node-_6c11994e-4400-0358-4390-2423f349ac9c-f4da2cfe, #w-node-_6c11994e-4400-0358-4390-2423f349aca5-f4da2cfe {
    grid-column: 1 / 2;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349acd2-f4da2cfe {
    grid-row-end: 2;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349ac99-f4da2cff, #w-node-_6c11994e-4400-0358-4390-2423f349ac9c-f4da2cff, #w-node-_6c11994e-4400-0358-4390-2423f349aca5-f4da2cff {
    grid-column: 1 / 2;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349acd2-f4da2cff {
    grid-row-end: 2;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349ac99-f4da2d00, #w-node-_6c11994e-4400-0358-4390-2423f349ac9c-f4da2d00, #w-node-_6c11994e-4400-0358-4390-2423f349aca5-f4da2d00 {
    grid-column: 1 / 2;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349acd2-f4da2d00 {
    grid-row-end: 2;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349ac99-f4da2d01, #w-node-_6c11994e-4400-0358-4390-2423f349ac9c-f4da2d01, #w-node-_6c11994e-4400-0358-4390-2423f349aca5-f4da2d01 {
    grid-column: 1 / 2;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349acd2-f4da2d01 {
    grid-row-end: 2;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349ac99-f4da2d02, #w-node-_6c11994e-4400-0358-4390-2423f349ac9c-f4da2d02, #w-node-_6c11994e-4400-0358-4390-2423f349aca5-f4da2d02 {
    grid-column: 1 / 2;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349acd2-f4da2d02 {
    grid-row-end: 2;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349ac99-f4da2d03, #w-node-_6c11994e-4400-0358-4390-2423f349ac9c-f4da2d03, #w-node-_6c11994e-4400-0358-4390-2423f349aca5-f4da2d03 {
    grid-column: 1 / 2;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349acd2-f4da2d03 {
    grid-row-end: 2;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349ac99-f4da2d04, #w-node-_6c11994e-4400-0358-4390-2423f349ac9c-f4da2d04, #w-node-_6c11994e-4400-0358-4390-2423f349aca5-f4da2d04 {
    grid-column: 1 / 2;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349acd2-f4da2d04 {
    grid-row-end: 2;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349ac99-f4da2d05, #w-node-_6c11994e-4400-0358-4390-2423f349ac9c-f4da2d05, #w-node-_6c11994e-4400-0358-4390-2423f349aca5-f4da2d05 {
    grid-column: 1 / 2;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349acd2-f4da2d05 {
    grid-row-end: 2;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349ac99-f4da2d0e, #w-node-_6c11994e-4400-0358-4390-2423f349ac9c-f4da2d0e, #w-node-_6c11994e-4400-0358-4390-2423f349aca5-f4da2d0e {
    grid-column: 1 / 2;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349acd2-f4da2d0e {
    grid-row-end: 2;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349ac99-f4da2d0f, #w-node-_6c11994e-4400-0358-4390-2423f349ac9c-f4da2d0f, #w-node-_6c11994e-4400-0358-4390-2423f349aca5-f4da2d0f {
    grid-column: 1 / 2;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349acd2-f4da2d0f {
    grid-row-end: 2;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349ac99-f4da2d10, #w-node-_6c11994e-4400-0358-4390-2423f349ac9c-f4da2d10, #w-node-_6c11994e-4400-0358-4390-2423f349aca5-f4da2d10 {
    grid-column: 1 / 2;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349acd2-f4da2d10 {
    grid-row-end: 2;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349ac99-f4da2d11, #w-node-_6c11994e-4400-0358-4390-2423f349ac9c-f4da2d11, #w-node-_6c11994e-4400-0358-4390-2423f349aca5-f4da2d11 {
    grid-column: 1 / 2;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349acd2-f4da2d11 {
    grid-row-end: 2;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349ac99-f4da2d12, #w-node-_6c11994e-4400-0358-4390-2423f349ac9c-f4da2d12, #w-node-_6c11994e-4400-0358-4390-2423f349aca5-f4da2d12 {
    grid-column: 1 / 2;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349acd2-f4da2d12 {
    grid-row-end: 2;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349ac99-f4da2d13, #w-node-_6c11994e-4400-0358-4390-2423f349ac9c-f4da2d13, #w-node-_6c11994e-4400-0358-4390-2423f349aca5-f4da2d13 {
    grid-column: 1 / 2;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349acd2-f4da2d13 {
    grid-row-end: 2;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349ac99-f4da2d14, #w-node-_6c11994e-4400-0358-4390-2423f349ac9c-f4da2d14, #w-node-_6c11994e-4400-0358-4390-2423f349aca5-f4da2d14 {
    grid-column: 1 / 2;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349acd2-f4da2d14 {
    grid-row-end: 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-c754577e-89fa-a05c-354d-6d47247e3961-f4da2c78 {
    grid-column-end: 2;
  }

  #w-node-_36d22a74-5d68-105d-52bb-05b893d84ee0-f4da2c78 {
    grid-column: span 1 / span 1;
  }

  #w-node-_3aa902ee-67d8-b7c3-e8d4-e5cf74e8a91e-74e8a914 {
    justify-self: end;
  }

  #w-node-_3aa902ee-67d8-b7c3-e8d4-e5cf74e8a92a-74e8a914 {
    justify-self: start;
  }

  #w-node-c20e6167-7305-b1a6-feda-7e0ed87cf015-d87cf012, #w-node-_46bd5263-c747-7018-d10b-ecb6298796db-298796d8 {
    grid-column-end: 2;
  }

  #w-node-fc881fd5-67a7-613d-9e4f-502f79f3247a-21b10d4f {
    place-self: center;
  }

  #w-node-d641c5b5-d71d-0237-f86b-fdd9a68b82f4-f4da2cdb {
    grid-column-end: 2;
  }

  #w-node-_73532c59-84fb-d009-7ed9-ac77ae6c6df7-f4da2cef {
    grid-column: 1 / 4;
  }

  #w-node-_73532c59-84fb-d009-7ed9-ac77ae6c6df8-f4da2cef {
    grid-column-end: 2;
    place-self: stretch stretch;
  }

  #w-node-_58eeb7c3-e3b8-834b-2ba2-f68f8a8a42d8-f4da2cef {
    grid-column-end: 2;
  }

  #w-node-_58eeb7c3-e3b8-834b-2ba2-f68f8a8a42e0-f4da2cef {
    grid-column: span 1 / span 1;
  }

  #w-node-_263d571f-a4f7-2f64-25d8-3fe705068035-f4da2cf0 {
    grid-column-end: 2;
  }

  #w-node-_995b3c60-73fc-10ad-939e-47df3b324672-f4da2cf1 {
    justify-self: end;
  }

  #w-node-_995b3c60-73fc-10ad-939e-47df3b32467d-f4da2cf1 {
    justify-self: start;
  }

  #w-node-_23a5ffa4-e7f1-c01f-1887-c8d080dfd454-f4da2cf1 {
    justify-self: end;
  }

  #w-node-_23a5ffa4-e7f1-c01f-1887-c8d080dfd45f-f4da2cf1 {
    justify-self: start;
  }

  #w-node-_92d3fa42-e06a-19fd-d0a6-7cf3a1743ba6-f4da2cf1 {
    justify-self: end;
  }

  #w-node-_92d3fa42-e06a-19fd-d0a6-7cf3a1743bb1-f4da2cf1 {
    justify-self: start;
  }

  #w-node-_99fa774a-1824-f972-9076-a94fe41eba98-f4da2cf1 {
    justify-self: end;
  }

  #w-node-_99fa774a-1824-f972-9076-a94fe41ebaa3-f4da2cf1 {
    justify-self: start;
  }

  #w-node-_8b242b74-4b7d-14c4-8109-5725f2ea2a30-f4da2cf1 {
    justify-self: end;
  }

  #w-node-_8b242b74-4b7d-14c4-8109-5725f2ea2a3b-f4da2cf1 {
    justify-self: start;
  }

  #w-node-c05e2bbb-89f2-59b4-b1c0-239b4bdd1153-f4da2cf1 {
    justify-self: end;
  }

  #w-node-c05e2bbb-89f2-59b4-b1c0-239b4bdd115e-f4da2cf1 {
    justify-self: start;
  }

  #w-node-_6b67e521-49f9-120e-dc83-7e1b2ead525b-f4da2cf1 {
    justify-self: end;
  }

  #w-node-_6b67e521-49f9-120e-dc83-7e1b2ead5266-f4da2cf1 {
    justify-self: start;
  }

  #w-node-a386425b-52b2-ccf5-7370-975d114eaa41-f4da2cf1 {
    justify-self: end;
  }

  #w-node-a386425b-52b2-ccf5-7370-975d114eaa4c-f4da2cf1 {
    justify-self: start;
  }

  #w-node-fc83e86b-1455-1f97-9506-8417873d67eb-f4da2cf1 {
    justify-self: end;
  }

  #w-node-fc83e86b-1455-1f97-9506-8417873d67f6-f4da2cf1 {
    justify-self: start;
  }

  #w-node-daf889aa-209b-4c3f-bd90-bd7cf028b34b-f4da2cf1 {
    justify-self: end;
  }

  #w-node-daf889aa-209b-4c3f-bd90-bd7cf028b356-f4da2cf1 {
    justify-self: start;
  }

  #w-node-b8101a3d-6c33-4829-7424-ea9a406e8d1d-f4da2cf1 {
    justify-self: end;
  }

  #w-node-b8101a3d-6c33-4829-7424-ea9a406e8d28-f4da2cf1 {
    justify-self: start;
  }

  #w-node-_57fa7b43-0ed3-bf91-880d-cb42bc655c33-f4da2cf1 {
    justify-self: end;
  }

  #w-node-_57fa7b43-0ed3-bf91-880d-cb42bc655c3e-f4da2cf1 {
    justify-self: start;
  }

  #w-node-aecd8a1e-82d1-bbb0-443f-2125ad361446-f4da2cf1 {
    justify-self: end;
  }

  #w-node-aecd8a1e-82d1-bbb0-443f-2125ad361451-f4da2cf1 {
    justify-self: start;
  }

  #w-node-_9b247167-c58d-4205-220f-e60d42d25a92-f4da2cf1 {
    justify-self: end;
  }

  #w-node-_9b247167-c58d-4205-220f-e60d42d25a9d-f4da2cf1 {
    justify-self: start;
  }

  #w-node-_3c2135e3-d890-1a43-5d8a-b02e582868c5-f4da2cf1 {
    justify-self: end;
  }

  #w-node-_3c2135e3-d890-1a43-5d8a-b02e582868d0-f4da2cf1 {
    justify-self: start;
  }

  #w-node-_9af1cbd1-5758-d6f4-596a-e7e7eec86114-f4da2cf1 {
    justify-self: end;
  }

  #w-node-_9af1cbd1-5758-d6f4-596a-e7e7eec8611f-f4da2cf1 {
    justify-self: start;
  }

  #w-node-_74df7770-5763-d98a-beeb-41b4f8b4543e-f4da2cf1 {
    justify-self: end;
  }

  #w-node-_74df7770-5763-d98a-beeb-41b4f8b45449-f4da2cf1 {
    justify-self: start;
  }

  #w-node-_57bfb719-9528-d941-bd1e-9b454079bcd2-f4da2cf1 {
    justify-self: end;
  }

  #w-node-_57bfb719-9528-d941-bd1e-9b454079bcdd-f4da2cf1 {
    justify-self: start;
  }

  #w-node-_30e8b3e3-98d7-955e-6aca-ae638aa436e7-f4da2cf1 {
    justify-self: end;
  }

  #w-node-_30e8b3e3-98d7-955e-6aca-ae638aa436f2-f4da2cf1 {
    justify-self: start;
  }

  #w-node-a3b212fe-950b-70e9-4202-fcaaba7e900c-f4da2cf1 {
    justify-self: end;
  }

  #w-node-a3b212fe-950b-70e9-4202-fcaaba7e9017-f4da2cf1 {
    justify-self: start;
  }

  #w-node-_5da85a80-9e6b-4a18-a0de-624edc599b38-f4da2cf1 {
    justify-self: end;
  }

  #w-node-_5da85a80-9e6b-4a18-a0de-624edc599b43-f4da2cf1 {
    justify-self: start;
  }

  #w-node-_67f68daa-b1b0-f287-f546-0a3dc70927eb-f4da2cf1 {
    justify-self: end;
  }

  #w-node-_67f68daa-b1b0-f287-f546-0a3dc70927f6-f4da2cf1 {
    justify-self: start;
  }

  #w-node-_5e751870-f15a-e547-4bea-10d2cc2e1123-f4da2cf1 {
    justify-self: end;
  }

  #w-node-_5e751870-f15a-e547-4bea-10d2cc2e112e-f4da2cf1 {
    justify-self: start;
  }

  #w-node-aff04bee-5c18-4bce-579b-70d8be6f3e58-f4da2cf1 {
    justify-self: end;
  }

  #w-node-aff04bee-5c18-4bce-579b-70d8be6f3e63-f4da2cf1 {
    justify-self: start;
  }

  #w-node-_3fde95b6-08fe-3269-28eb-8ba2e1169f91-f4da2cf1 {
    justify-self: end;
  }

  #w-node-_3fde95b6-08fe-3269-28eb-8ba2e1169f9c-f4da2cf1 {
    justify-self: start;
  }

  #w-node-_72da9b4b-0d10-e2e4-af79-9e8e109b8317-f4da2cf1 {
    grid-column-end: 2;
  }

  #w-node-_72da9b4b-0d10-e2e4-af79-9e8e109b831f-f4da2cf1 {
    grid-column: span 1 / span 1;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349aca4-f4da2cf3 {
    grid-column-end: 3;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349aca5-f4da2cf3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349aca4-f4da2cf4 {
    grid-column-end: 3;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349aca5-f4da2cf4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349aca4-f4da2cf5 {
    grid-column-end: 3;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349aca5-f4da2cf5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349aca4-f4da2cf6 {
    grid-column-end: 3;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349aca5-f4da2cf6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349aca4-f4da2cf7 {
    grid-column-end: 3;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349aca5-f4da2cf7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349aca4-f4da2cf8 {
    grid-column-end: 3;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349aca5-f4da2cf8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349aca4-f4da2cf9 {
    grid-column-end: 3;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349aca5-f4da2cf9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349aca4-f4da2cfa {
    grid-column-end: 3;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349aca5-f4da2cfa {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349aca4-f4da2cfb {
    grid-column-end: 3;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349aca5-f4da2cfb {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349aca4-f4da2cfc {
    grid-column-end: 3;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349aca5-f4da2cfc {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349aca4-f4da2cfd {
    grid-column-end: 3;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349aca5-f4da2cfd {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349aca4-f4da2cfe {
    grid-column-end: 3;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349aca5-f4da2cfe {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349aca4-f4da2cff {
    grid-column-end: 3;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349aca5-f4da2cff {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349aca4-f4da2d00 {
    grid-column-end: 3;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349aca5-f4da2d00 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349aca4-f4da2d01 {
    grid-column-end: 3;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349aca5-f4da2d01 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349aca4-f4da2d02 {
    grid-column-end: 3;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349aca5-f4da2d02 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349aca4-f4da2d03 {
    grid-column-end: 3;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349aca5-f4da2d03 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349aca4-f4da2d04 {
    grid-column-end: 3;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349aca5-f4da2d04 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349aca4-f4da2d05 {
    grid-column-end: 3;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349aca5-f4da2d05 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349aca4-f4da2d0e {
    grid-column-end: 3;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349aca5-f4da2d0e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349aca4-f4da2d0f {
    grid-column-end: 3;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349aca5-f4da2d0f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349aca4-f4da2d10 {
    grid-column-end: 3;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349aca5-f4da2d10 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349aca4-f4da2d11 {
    grid-column-end: 3;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349aca5-f4da2d11 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349aca4-f4da2d12 {
    grid-column-end: 3;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349aca5-f4da2d12 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349aca4-f4da2d13 {
    grid-column-end: 3;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349aca5-f4da2d13 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349ac91-f4da2d14 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349aca4-f4da2d14 {
    grid-column-end: 3;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349aca5-f4da2d14 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


