:root {
  --inter: Inter, sans-serif;
  --black-90: #000000e6;
  --white-smoke: #f5f5f5;
  --black-40: #0006;
  --white-100: #fff;
  --black-10: #0000001a;
  --red-100: #d3223a;
  --inter-tight: "Inter Tight", sans-serif;
  --inter-semi-bold: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

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

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

body {
  font-family: var(--inter);
  color: var(--black-90);
  font-size: .9rem;
  font-weight: 400;
  line-height: 140%;
}

h1 {
  color: var(--black-90);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter Tight, sans-serif;
  font-size: 4.6rem;
  font-weight: 400;
  line-height: 120%;
}

h2 {
  color: var(--black-90);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter Tight, sans-serif;
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 120%;
}

h3 {
  color: var(--black-90);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter Tight, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 120%;
}

h4 {
  color: var(--black-90);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter Tight, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 130%;
}

h5 {
  color: var(--black-90);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter Tight, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 140%;
}

h6 {
  color: var(--black-90);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Inter Tight, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 140%;
}

p {
  color: var(--black-90);
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: .9rem;
  line-height: 140%;
}

a {
  color: var(--black-90);
  font-family: Inter Tight, sans-serif;
  font-size: .9rem;
  text-decoration: underline;
}

ul {
  color: var(--black-90);
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 2rem;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 140%;
}

ol {
  color: var(--black-90);
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 2rem;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 140%;
}

li {
  font-size: .9rem;
}

img {
  width: 100%;
  max-width: 100%;
  display: inline-block;
}

label {
  color: var(--black-90);
  margin-bottom: .5rem;
  font-family: Inter Tight, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 140%;
  display: block;
}

blockquote {
  background-color: var(--white-smoke);
  color: var(--black-90);
  border-left: 5px solid #e2e2e2;
  margin-bottom: 0;
  padding: 1rem;
  font-family: Inter Tight, sans-serif;
  font-size: 1.2rem;
  line-height: 140%;
}

figure {
  margin-bottom: 4rem;
}

figcaption {
  color: var(--black-40);
  text-align: center;
  margin-top: .5rem;
  font-family: Inter Tight, sans-serif;
  font-size: 1rem;
  line-height: 140%;
}

.body {
  font-family: Inter, sans-serif;
  font-size: .9rem;
  font-weight: 400;
  line-height: 140%;
}

.submit-button {
  color: #fff;
  background-color: #171718;
  font-family: Inter Tight, sans-serif;
  font-size: .9rem;
  line-height: 140%;
}

.submit-button:hover {
  background-color: #00000080;
}

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

.typo-list {
  grid-row-gap: 4rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.text-field {
  color: #171718;
  background-color: #f5f5f5;
  border: 1px #000;
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .75rem;
  font-family: Inter Tight, sans-serif;
  font-size: .9rem;
  line-height: 140%;
}

.select-field {
  color: #000000e6;
  border: 1px #000;
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .75rem;
  font-family: Inter Tight, sans-serif;
  font-size: .9rem;
  line-height: 140%;
}

.style-guide-item {
  grid-row-gap: 2rem;
  flex-direction: column;
  width: 100%;
  display: flex;
}

._12-column-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 100%;
  display: grid;
}

._12-column-grid.big-gap {
  grid-column-gap: 1rem;
  grid-row-gap: 4rem;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.info-page-content {
  grid-row-gap: 7rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.rich-text {
  font-family: Inter, sans-serif;
  line-height: 140%;
}

.rich-text h1 {
  margin-bottom: 2rem;
}

.rich-text h2 {
  margin-bottom: 1.5rem;
}

.rich-text p {
  color: var(--black-90);
  margin-bottom: 4rem;
  font-family: Inter, sans-serif;
}

.rich-text h3 {
  margin-bottom: 1.5rem;
}

.rich-text h4, .rich-text h5 {
  margin-bottom: 1rem;
}

.rich-text ol {
  margin-bottom: 2rem;
  font-family: Inter, sans-serif;
}

.rich-text ul {
  margin-bottom: 2rem;
  font-family: Inter, sans-serif;
  font-weight: 400;
}

.rich-text blockquote {
  margin-bottom: 4rem;
  font-family: Inter, sans-serif;
}

.error-message {
  margin-top: 2rem;
  padding: .75rem 1rem;
  font-family: Inter Tight, sans-serif;
  font-size: 1rem;
}

.standard-text {
  color: var(--black-90);
  text-align: left;
  white-space: normal;
  font-family: Inter, sans-serif;
  font-size: .9rem;
  font-style: normal;
  line-height: 140%;
  display: block;
}

.standard-text.black-50 {
  color: #00000080;
}

.standard-text.hero-section {
  text-align: center;
  font-size: .9rem;
}

.standard-text.section-bold {
  font-weight: 700;
}

.standard-text.large-text {
  text-align: center;
  font-size: 1.5rem;
  line-height: 125%;
}

.standard-text.large-text-copy {
  text-align: center;
  font-family: Inter Tight, sans-serif;
  font-size: 1.75rem;
  line-height: 125%;
}

.large-text {
  color: var(--black-90);
  text-align: left;
  font-family: Inter Tight, sans-serif;
  font-size: 2rem;
  line-height: 140%;
}

.success-message {
  color: #000000e6;
  background-color: #f5f5f5;
  padding: .75rem 1rem;
  font-family: Inter Tight, sans-serif;
  font-size: 1rem;
}

.color-swatch {
  width: 100%;
  height: 10rem;
}

.color-swatch.white-100 {
  background-color: var(--white-100);
  border: 1px solid #0000001a;
}

.color-swatch.whitesmoke {
  background-color: var(--white-smoke);
}

.color-swatch.black-100 {
  background-color: var(--black-90);
}

.color-swatch.black-50 {
  background-color: var(--black-40);
}

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

.container {
  min-height: 80px;
  margin-top: 0;
  padding: 0 2rem 8rem;
  position: static;
}

.container.footer {
  min-height: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.container.project-detail-header {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #ffffffbf;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  min-height: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
  position: fixed;
}

.container.project-detail {
  padding-top: 6rem;
  padding-bottom: 0;
}

.container.hero-section {
  padding-top: 8rem;
}

.container.header {
  z-index: auto;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #ffffffbf;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  min-height: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
}

.container.info-page {
  padding-top: 4rem;
}

.text-area {
  color: #171718;
  background-color: #f5f5f5;
  border: 1px #000;
  min-height: 6rem;
  margin-bottom: 2rem;
  padding: .75rem;
  font-family: Inter Tight, sans-serif;
  font-size: .9rem;
  font-weight: 400;
  line-height: 140%;
}

.info-page-heading-wrapper {
  margin-bottom: 5rem;
}

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

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

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

.form-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-top: 3rem;
  display: flex;
}

.header-container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 1rem 2rem;
  display: grid;
}

.logo-wrapper {
  grid-column-gap: .75rem;
  flex-direction: row;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.description-text {
  color: var(--black-40);
  font-family: Inter Tight, sans-serif;
  font-size: .8rem;
  font-weight: 400;
  line-height: 130%;
}

.logo-image {
  width: 48px;
  height: 48px;
}

.nav-link-wrapper {
  grid-column-gap: 1rem;
  order: 0;
  display: flex;
}

.nav-link {
  color: var(--black-90);
  font-family: Inter Tight, sans-serif;
  font-size: 1rem;
  line-height: 140%;
  text-decoration: none;
}

.nav-link:hover {
  opacity: .5;
  color: var(--black-40);
}

.green-dot {
  background-color: #2d9c4c;
  border-radius: 20px;
  width: 8px;
  height: 8px;
}

.working-status {
  grid-column-gap: .5rem;
  background-color: var(--white-smoke);
  border-radius: 1000px;
  align-items: center;
  padding: .4rem .8rem;
  display: flex;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.about-content-block {
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.divider {
  background-color: var(--black-10);
  width: 100%;
  height: 1px;
}

.contact-link-block {
  text-decoration: none;
}

.footer-link-wrapper {
  grid-column-gap: 1.5rem;
  align-items: center;
  display: flex;
}

.footer-link {
  font-family: Inter Tight, sans-serif;
  font-size: 1rem;
  line-height: 140%;
  text-decoration: none;
}

.footer-link:hover {
  opacity: .5;
  color: var(--black-40);
}

.footer-bottom-bar {
  border-top: 1px solid var(--black-10);
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.footer-content-wrapper {
  grid-row-gap: 2rem;
  flex-direction: column;
  display: flex;
}

.project-detail-title {
  max-width: none;
  font-size: 4.5rem;
  line-height: 120%;
  display: block;
}

.social-link-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.contact-info-wrapper {
  grid-row-gap: 20rem;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.link-arrow {
  width: 12px;
}

.social-link {
  grid-column-gap: .4rem;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.link-arrow-wrapper {
  flex-direction: column;
  width: 12px;
  height: 12px;
  display: flex;
  overflow: hidden;
}

.fade-in-animation-block {
  width: 100%;
  margin-top: 0;
}

.back-to-top-link {
  text-decoration: none;
}

.back-to-top-link:hover {
  opacity: .5;
}

.empy-state {
  background-color: var(--white-smoke);
  color: var(--black-90);
  font-family: Inter Tight, sans-serif;
  font-size: .9rem;
  font-weight: 400;
  line-height: 140%;
}

.back-arrow {
  width: 16px;
}

.back-to-home-button {
  grid-column-gap: .25rem;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.back-arrow-icon-wrapper {
  display: flex;
}

.back-arrow-icon-mask {
  width: 16px;
  height: 16px;
  overflow: hidden;
}

.project-detail-info-item {
  grid-column-gap: .25rem;
  display: flex;
}

.project-detail-info-wrapper {
  grid-column-gap: 3rem;
  align-items: center;
  display: flex;
}

.project-detail-header {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.back-to-home-button-wrapper:hover {
  opacity: .5;
}

.medium-text {
  color: var(--black-90);
  text-align: left;
  letter-spacing: normal;
  font-family: Inter, sans-serif;
  font-size: 1.3rem;
  line-height: 140%;
}

.project-detail-content-wrapper {
  grid-row-gap: 5rem;
  flex-direction: column;
  margin-bottom: 4rem;
  display: flex;
}

.project-intro {
  grid-row-gap: 1rem;
  flex-direction: column;
  display: flex;
}

.project-content {
  border-top: 1px solid var(--black-10);
  padding-top: 1rem;
}

.project-gallery {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-radius: 12px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  height: auto;
  padding-bottom: 20px;
  display: grid;
}

.next-project-block {
  border-top: 1px solid var(--black-10);
  padding-top: 1rem;
  padding-bottom: 4rem;
}

.next-project-link {
  text-decoration: none;
}

.next-project-link:hover {
  opacity: .5;
}

.logo-block {
  display: flex;
}

.hero-heading {
  text-align: center;
  font-size: 2rem;
  font-weight: 400;
  line-height: 125%;
}

.section-heading-text-wrapper {
  border-top: 1px solid var(--black-10);
  justify-content: space-between;
  align-items: stretch;
  margin-top: 0;
  margin-bottom: 3rem;
  padding-top: 1rem;
  display: flex;
}

.work-link {
  width: 100%;
  text-decoration: none;
}

.collection-list-3 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.work-thumbnail {
  z-index: 3;
  border-radius: 12px;
  width: 100%;
  position: relative;
}

.work-thumbnail:hover {
  transform: scale(1.06);
}

.work-item {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  border-radius: 12px;
  flex-flow: column;
  align-items: center;
  width: 100%;
  padding: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.work-info-wrapper {
  z-index: 4;
  justify-content: space-between;
  width: 100%;
  padding: 1.5rem;
  display: flex;
  position: absolute;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hover-background {
  z-index: 5;
  border-radius: 12px;
  display: block;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.thumbnail-background {
  z-index: 1;
  object-fit: cover;
  border-radius: 12px;
  width: auto;
  height: 100%;
  display: none;
}

.mask {
  z-index: 2;
  pointer-events: none;
  background-image: linear-gradient(#0000 40%, #000000bf 100%);
  border-radius: 12px;
  position: absolute;
  inset: 0%;
}

.about-content-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  display: flex;
}

.about-item-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-top: 1px solid var(--black-10);
  grid-template: ". Area"
  / 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 1rem;
  display: grid;
}

.text-list, .experience-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.small-text {
  color: var(--black-90);
  text-align: left;
  font-family: Inter Tight, sans-serif;
  font-size: .8rem;
  line-height: 140%;
}

.small-text.black-40 {
  color: #00000080;
}

.contact-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
  position: sticky;
  top: 5.2rem;
}

.about-image {
  border-radius: 11px;
  padding-top: 0;
}

.contact-link {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.contact-link:hover {
  opacity: .5;
}

.serif-link {
  font-family: Instrument Serif, sans-serif;
  font-size: 1rem;
  font-style: italic;
  font-weight: 400;
}

.serif-link:hover {
  opacity: .5;
}

.contact-link-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.logo-link {
  text-decoration: none;
}

.logo-text {
  float: none;
  clear: none;
  color: var(--black-90);
  text-align: center;
  text-indent: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
  display: inline-block;
}

.header-content-wrapper {
  justify-content: space-between;
  max-width: 1280px;
  display: flex;
}

.header-content-wrapper.page-wrapper {
  max-width: 1215px;
}

.project-title-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  object-fit: fill;
  display: flex;
}

.live-project-button {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.live-project-button:hover {
  opacity: .5;
}

.project-year {
  color: var(--black-90);
  text-align: left;
  font-family: Inter Tight, sans-serif;
  font-size: 1.3rem;
  line-height: 140%;
}

.text-span {
  font-family: var(--inter);
  color: var(--red-100);
  font-weight: 800;
}

.section {
  z-index: 2147483647;
  position: sticky;
  top: 0;
}

.nav-link-2, .nav-link-3 {
  padding: 15px;
}

.nav-link-4 {
  vertical-align: baseline;
  padding: 15px;
  position: relative;
}

.brand {
  float: none;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.container-2 {
  z-index: auto;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  margin-left: 30px;
  margin-right: 30px;
  display: flex;
  position: sticky;
}

.navbar {
  justify-content: flex-end;
  display: flex;
}

.container-3 {
  float: none;
  clear: none;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: center;
  margin-left: 30px;
  margin-right: 30px;
  padding-left: 0;
  display: flex;
}

.nav-menu-2 {
  position: static;
}

.navbar-2 {
  position: relative;
}

.container-4 {
  width: 100%;
  max-width: 80rem;
  max-height: 0;
  margin-left: 30px;
  margin-right: 30px;
  padding-right: 30px;
}

.navbar-3 {
  position: fixed;
  inset: 0% 0% auto;
}

.brand-2 {
  float: none;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: inline-block;
}

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

.section-3 {
  margin-top: 0;
}

.rich-text-block {
  color: var(--black-90);
  column-count: auto;
  font-family: Inter, sans-serif;
  font-size: .9rem;
  font-weight: 400;
  line-height: 140%;
}

.paragraph, .heading, .heading-2, .figure-caption, .figure-caption-2 {
  font-family: Inter, sans-serif;
}

.heading-3 {
  font-family: Inter, sans-serif;
  font-weight: 400;
}

.link {
  font-family: Inter, sans-serif;
}

.rich-text-block-2 {
  font-family: var(--inter);
  color: var(--black-90);
  font-weight: 400;
}

.paragraph-2, .list-item, .list-item-2, .list-item-3, .list-item-4, .list-item-5, .paragraph-3 {
  font-family: Inter, sans-serif;
}

.rich-text-block-3 {
  font-weight: 400;
}

.paragraph-4, .paragraph-5, .list {
  font-family: Inter, sans-serif;
}

.section-4 {
  padding-bottom: 3.5rem;
}

.section-5 {
  padding-top: 3.5rem;
}

.collection-item {
  width: 100%;
}

.youtube {
  object-fit: fill;
}

.page-wrapper {
  width: 100%;
  max-width: 1280px;
  height: 99.9999%;
  margin-left: auto;
  margin-right: auto;
}

.grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

.brand-3 {
  padding: 0;
}

.container-5 {
  justify-content: flex-start;
  min-width: 100%;
  margin-left: 2rem;
  margin-right: 2rem;
  padding-right: 4rem;
  display: block;
}

.navbar-4 {
  height: 60px;
}

.youtube-2 {
  object-fit: fill;
  border-radius: 12px;
  margin-bottom: 4px;
  overflow: hidden;
}

.youtube-3 {
  border-radius: 12px;
  margin-bottom: 4px;
  overflow: hidden;
}

.quick-stack, .quick-stack-2 {
  padding: 0;
}

.code-embed {
  object-fit: fill;
  border-radius: 12px;
  margin-bottom: 1.5rem;
  overflow: hidden;
}

.code-embed.inline-div-0 {
  border-radius: 12px;
  width: 100%;
  max-width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
}

.youtube-4, .youtube-5 {
  border-radius: 12px;
  margin-bottom: 4px;
  overflow: hidden;
}

.slider-line {
  background-color: #ff5f02;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 2px;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

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

.slider-container, .after-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.animation-container {
  border-radius: 12px;
  width: 100%;
  height: 0%;
  margin-bottom: 1.5rem;
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
}

.after-img {
  box-sizing: border-box;
  object-fit: fill;
  background-image: url('../images/after.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.before-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.before-img {
  object-fit: fill;
  background-image: url('../images/before.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.slider-handle {
  background-color: #ff5b79;
  border-radius: 100px;
  width: 20px;
  height: 20px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
}

.slider-handle.t-hide {
  background-color: #ff5f02;
}

.work-caption-title {
  color: #fff;
  text-align: left;
  font-family: Inter, sans-serif;
  font-size: .9rem;
  font-weight: 400;
  line-height: 130%;
  display: block;
}

.thumbnail-zoom-wrap {
  width: 100%;
  transition: transform .4s;
  position: relative;
}

.thumbnail-zoom-wrap:hover {
  transform: scale(1.1);
}

.discipline-row {
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
  display: flex;
}

.discipline-text-col {
  grid-row-gap: .5rem;
  flex-direction: column;
  flex-grow: 0;
  min-width: 0;
  display: flex;
}

.discipline-title {
  font-family: Inter Tight, sans-serif;
  font-size: 1rem;
  font-weight: 600;
}

.discipline-image {
  object-fit: cover;
  border-radius: 12px;
  flex-shrink: 0;
  order: 0;
  width: 140px;
  height: 140px;
}

.discipline-grid-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 2rem;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  display: grid;
}

.discipline-section-wrapper {
  grid-row-gap: 1.5rem;
  border-top: 1px solid #0000001a;
  flex-direction: column;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1.5rem;
  display: flex;
}

.hero-split-row {
  align-items: flex-start;
  gap: 3rem;
  width: 100%;
  display: flex;
}

.hero-split-image {
  object-fit: cover;
  border-radius: 12px;
  flex-shrink: 0;
  width: 45%;
}

.hero-image-full {
  border-radius: 12px;
  width: 100%;
}

.project-image-grid {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  margin-bottom: 1.5rem;
  display: grid;
}

.project-image {
  border-radius: 12px;
  width: 100%;
  min-width: 0;
}

.project-image-full {
  border-radius: 12px;
  grid-column: 1 / -1;
  width: 100%;
}

.project-image-standalone {
  border-radius: 12px;
  width: 100%;
  margin-top: 0;
  margin-bottom: 1.5rem;
}

.stat-row {
  grid-column-gap: 2rem;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  padding-top: 1rem;
  display: grid;
}

.stat-number {
  white-space: nowrap;
  font-family: Inter Tight, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 110%;
}

.stat-label {
  margin-top: .25rem;
  font-family: Inter, sans-serif;
  font-size: .85rem;
  line-height: 140%;
}

.callout-wrapper {
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.callout-text {
  text-align: center;
  font-family: Inter Tight, sans-serif;
  font-size: 1.75rem;
  line-height: 125%;
}

.youtube-1 {
  border-radius: 12px;
  margin-bottom: 4px;
  overflow: hidden;
}

.fade-in-animation-block-tight {
  width: 100%;
  margin-top: -2rem;
}

.project-image-grid-tight {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  margin-top: -3.6rem;
  margin-bottom: 1.5rem;
  display: grid;
}

.project-image-standalone-tight {
  border-radius: 12px;
  width: 100%;
  margin-bottom: 20px;
}

.pair-grid-spaced {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  margin-top: 1.5rem;
  margin-bottom: 0;
  display: grid;
}

.image-ratio-wrap {
  border-radius: 12px;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
}

.image-ratio-cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.code-embed-grid {
  object-fit: fill;
  border-radius: 12px;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
}

.embed-row-2-col {
  flex-direction: row;
  gap: 24px;
  width: 100%;
  margin-bottom: 1.5rem;
  display: flex;
}

.embed-row-2-col.embed-row-2-col-full-span {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-column: 1 / -1;
  margin-bottom: 0;
}

.embed-row-2-col.embed-row-2-col-full-span-demand {
  grid-column: 1 / -1;
  margin-bottom: 1.5rem;
}

.half-width-embed {
  border-radius: 12px;
  flex: 1 1 0;
  width: 50%;
  min-width: 0;
}

.discipline-number {
  color: #00000080;
  margin-right: 6px;
  font-size: .8rem;
  font-weight: 500;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 4.2rem;
    line-height: 130%;
  }

  h2 {
    font-size: 2.6rem;
  }

  h3 {
    font-size: 2.2rem;
  }

  h4 {
    font-size: 1.6rem;
  }

  ._12-column-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .form-wrapper {
    margin-top: 2rem;
  }

  .header-container {
    grid-template-columns: 1fr 2fr;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .project-detail-title {
    font-size: 8vw;
  }

  .contact-info-wrapper {
    grid-row-gap: 10rem;
  }

  .project-gallery {
    display: flex;
  }

  .hero-heading {
    font-size: 1.8rem;
  }

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

  .project-title-wrapper {
    margin-bottom: 0;
  }

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

  .brand-3 {
    padding: 1rem 0;
    display: block;
  }

  .menu-button {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .slider-handle.t-hide {
    display: none;
  }
}

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

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.8rem;
  }

  .large-text {
    font-size: 1.5rem;
  }

  .container {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .container.project-detail {
    padding-top: 4rem;
  }

  .utility-page-content {
    width: 80%;
  }

  .header-container {
    border-bottom: 1px solid var(--black-10);
  }

  .about-content-block {
    grid-row-gap: 2rem;
    margin-top: 2rem;
  }

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

  .footer-content-wrapper {
    grid-row-gap: 1.5rem;
  }

  .project-detail-content-wrapper {
    grid-row-gap: 4rem;
  }

  .project-gallery {
    grid-row-gap: 1rem;
  }

  .hero-heading {
    font-size: 1.75rem;
  }

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

  .contact-block {
    margin-top: 3rem;
    position: static;
  }

  .project-year {
    font-size: 1rem;
  }

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

  .youtube-4 {
    margin-bottom: 0;
  }

  .slider-line {
    inset: 0% auto 0% 0%;
  }

  .animation-container {
    height: 44vh;
  }

  .project-image-grid {
    grid-template-columns: 1fr;
  }

  .project-image-grid-tight {
    margin-top: -2.5rem;
  }

  .embed-row-2-col {
    flex-direction: column;
  }

  .half-width-embed {
    width: 100%;
  }
}

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

  h2 {
    font-size: 1.6rem;
  }

  h3 {
    font-size: 1.2rem;
  }

  h4 {
    font-size: 1.1rem;
  }

  h5 {
    font-size: 1rem;
  }

  h6 {
    font-size: .9rem;
  }

  ._12-column-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .rich-text h1, .rich-text h2 {
    margin-bottom: 1rem;
  }

  .rich-text p {
    margin-bottom: 3rem;
  }

  .rich-text h3, .rich-text h4, .rich-text h5 {
    margin-bottom: .75rem;
  }

  .rich-text blockquote {
    margin-bottom: 3rem;
  }

  .large-text {
    font-size: 1.2rem;
  }

  .color-swatch {
    height: 5rem;
  }

  .container {
    padding: 0 .75rem 3rem;
  }

  .container.project-detail-header {
    border-bottom-style: none;
  }

  .container.hero-section {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .utility-page-content {
    width: 90%;
  }

  .header-container {
    padding-top: 4rem;
  }

  .working-status {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    position: absolute;
    top: 1rem;
    right: 0;
  }

  .footer-link-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: .5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
  }

  .footer-content-wrapper {
    grid-row-gap: 1rem;
  }

  .project-detail-title {
    font-size: 3rem;
  }

  .social-link-wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .contact-info-wrapper {
    grid-row-gap: 6rem;
  }

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

  .project-detail-info-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: none;
  }

  .project-detail-header {
    flex-direction: column;
  }

  .back-to-home-button-wrapper {
    border-bottom: 1px solid var(--black-10);
    margin-bottom: 2rem;
    margin-left: -.75rem;
    margin-right: -.75rem;
    padding-bottom: 1rem;
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .medium-text {
    font-size: 1.2rem;
  }

  .project-detail-content-wrapper {
    grid-row-gap: 3rem;
  }

  .project-gallery {
    grid-row-gap: 1rem;
  }

  .next-project-block {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .next-project {
    margin-bottom: 1rem;
  }

  .hero-heading {
    font-size: 1.7rem;
  }

  .about-item-wrapper {
    flex-flow: column;
    display: flex;
  }

  .about-image {
    max-width: 50%;
  }

  .project-year {
    font-size: .9rem;
  }

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

  .animation-container {
    height: 28vh;
  }

  .project-image-standalone {
    margin-top: 0;
  }

  .project-image-grid-tight {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    margin-top: -1.5rem;
  }
}

#w-node-_0b8ae5ed-7d81-28dd-5b3f-4aba1be12c25-fa25c04f {
  grid-area: 1 / 3 / 2 / 11;
}

#w-node-_0b8ae5ed-7d81-28dd-5b3f-4aba1be12c27-fa25c04f {
  grid-area: 2 / 4 / 3 / 10;
}

#w-node-_64016777-1260-216f-fc47-39053929c884-fa25c04f {
  grid-area: 1 / 3 / 2 / 11;
}

#w-node-_20e7d580-7f09-d3e5-93b4-c048929e6da4-fa25c04f {
  grid-area: 1 / 1 / 3 / 7;
}

#w-node-_20e7d580-7f09-d3e5-93b4-c048929e6e41-fa25c04f {
  grid-area: 1 / 11 / 2 / 13;
}

#w-node-_42f6643e-ae7f-1e53-1e66-891337db3c07-37db3c04 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_42f6643e-ae7f-1e53-1e66-891337db3c09-37db3c04 {
  grid-area: 1 / 5 / 2 / 9;
}

#w-node-_42f6643e-ae7f-1e53-1e66-891337db3c16-37db3c04 {
  grid-area: 1 / 10 / 2 / 13;
  justify-self: end;
}

#w-node-_79424030-5b7c-397b-4a63-453f7d1d82f6-fa25c053 {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_79424030-5b7c-397b-4a63-453f7d1d82f9-fa25c053 {
  grid-area: 3 / 1 / 4 / 7;
}

#w-node-_79424030-5b7c-397b-4a63-453f7d1d82fa-fa25c053 {
  grid-area: 2 / 1 / 3 / 13;
}

#w-node-_79424030-5b7c-397b-4a63-453f7d1d82fb-fa25c053 {
  grid-area: 2 / 1 / 3 / 8;
}

#w-node-_79424030-5b7c-397b-4a63-453f7d1d8300-fa25c053 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_79424030-5b7c-397b-4a63-453f7d1d8302-fa25c053 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_79424030-5b7c-397b-4a63-453f7d1d8306-fa25c053 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_79424030-5b7c-397b-4a63-453f7d1d8308-fa25c053 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_79424030-5b7c-397b-4a63-453f7d1d8313-fa25c053 {
  grid-area: 1 / 9 / 2 / 13;
}

#w-node-_79424030-5b7c-397b-4a63-453f7d1d831d-fa25c053 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: end;
}

#w-node-f1572b4c-3030-524b-a2fa-5a87508055f4-fa25c056 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-f1572b4c-3030-524b-a2fa-5a87508055f6-fa25c056 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f1572b4c-3030-524b-a2fa-5a87508055f8-fa25c056 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-f1572b4c-3030-524b-a2fa-5a87508055fa-fa25c056 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_807d083c-71b3-765c-caa9-bcabc94afc30-fa25c056 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_807d083c-71b3-765c-caa9-bcabc94afc32-fa25c056 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f1572b4c-3030-524b-a2fa-5a8750805600-fa25c056 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-f1572b4c-3030-524b-a2fa-5a8750805602-fa25c056 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f1572b4c-3030-524b-a2fa-5a8750805604-fa25c056 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-f1572b4c-3030-524b-a2fa-5a8750805606-fa25c056 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5de1706d-704a-282c-c619-6b48ea887392-fa25c057 {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_5de1706d-704a-282c-c619-6b48ea887397-fa25c057 {
  grid-area: 3 / 1 / 4 / 7;
}

#w-node-_5de1706d-704a-282c-c619-6b48ea887399-fa25c057 {
  grid-area: 2 / 1 / 3 / 13;
}

#w-node-_5de1706d-704a-282c-c619-6b48ea88739a-fa25c057 {
  grid-area: 2 / 1 / 3 / 8;
}

#w-node-_5de1706d-704a-282c-c619-6b48ea88739f-fa25c057 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_5de1706d-704a-282c-c619-6b48ea8873a1-fa25c057 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_5de1706d-704a-282c-c619-6b48ea8873a6-fa25c057 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_5de1706d-704a-282c-c619-6b48ea8873a8-fa25c057 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-db582dc1-49ee-1746-eddc-6461f08bdadd-fa25c057 {
  grid-area: 1 / 9 / 2 / 13;
}

#w-node-db582dc1-49ee-1746-eddc-6461f08bdadf-fa25c057 {
  grid-area: 2 / 9 / 3 / 13;
}

#w-node-db582dc1-49ee-1746-eddc-6461f08bdae2-fa25c057 {
  grid-area: 1 / 9 / 2 / 13;
}

#w-node-db582dc1-49ee-1746-eddc-6461f08bdae8-fa25c057 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: end;
}

#w-node-_5de1706d-704a-282c-c619-6b48ea887392-fa25c058 {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_5de1706d-704a-282c-c619-6b48ea887397-fa25c058 {
  grid-area: 3 / 1 / 4 / 7;
}

#w-node-_5de1706d-704a-282c-c619-6b48ea887399-fa25c058 {
  grid-area: 2 / 1 / 3 / 13;
}

#w-node-_5de1706d-704a-282c-c619-6b48ea88739f-fa25c058 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_5de1706d-704a-282c-c619-6b48ea8873a1-fa25c058 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_5de1706d-704a-282c-c619-6b48ea8873a6-fa25c058 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_5de1706d-704a-282c-c619-6b48ea8873a8-fa25c058 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-af9809f6-e824-ebe1-8f1d-493fe1a58d53-fa25c058 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-af9809f6-e824-ebe1-8f1d-493fe1a58d55-fa25c058 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_1881c1d8-5bf8-9478-f8aa-d32873cc034f-fa25c058 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c3c73f61-17fd-6a71-9c38-01bdf741bb9e-fa25c058 {
  grid-area: 1 / 9 / 2 / 13;
}

#w-node-c3c73f61-17fd-6a71-9c38-01bdf741bba0-fa25c058 {
  grid-area: 2 / 9 / 3 / 13;
}

#w-node-c3c73f61-17fd-6a71-9c38-01bdf741bba3-fa25c058 {
  grid-area: 1 / 9 / 2 / 13;
}

#w-node-c3c73f61-17fd-6a71-9c38-01bdf741bba9-fa25c058 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: end;
}

#w-node-_5de1706d-704a-282c-c619-6b48ea887392-fa25c059 {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_5de1706d-704a-282c-c619-6b48ea887397-fa25c059 {
  grid-area: 3 / 1 / 4 / 7;
}

#w-node-_5de1706d-704a-282c-c619-6b48ea887399-fa25c059 {
  grid-area: 2 / 1 / 3 / 13;
}

#w-node-_5de1706d-704a-282c-c619-6b48ea88739a-fa25c059 {
  grid-area: 2 / 1 / 3 / 8;
}

#w-node-_5de1706d-704a-282c-c619-6b48ea88739f-fa25c059 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_5de1706d-704a-282c-c619-6b48ea8873a1-fa25c059 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_5de1706d-704a-282c-c619-6b48ea8873a6-fa25c059 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_5de1706d-704a-282c-c619-6b48ea8873a8-fa25c059 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-e26a5fd5-bae9-7bc2-4e2e-88df776e7708-fa25c059 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-e26a5fd5-bae9-7bc2-4e2e-88df776e770a-fa25c059 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_5de1706d-704a-282c-c619-6b48ea8873c8-fa25c059 {
  grid-area: 1 / 9 / 2 / 13;
}

#w-node-_5de1706d-704a-282c-c619-6b48ea8873ca-fa25c059 {
  grid-area: 2 / 9 / 3 / 13;
}

#w-node-_5de1706d-704a-282c-c619-6b48ea8873c5-fa25c059 {
  grid-area: 1 / 9 / 2 / 13;
}

#w-node-_5de1706d-704a-282c-c619-6b48ea8873d0-fa25c059 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: end;
}

#w-node-_5de1706d-704a-282c-c619-6b48ea887392-fa25c05a {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_5de1706d-704a-282c-c619-6b48ea887397-fa25c05a {
  grid-area: 3 / 1 / 4 / 7;
}

#w-node-_5de1706d-704a-282c-c619-6b48ea887399-fa25c05a {
  grid-area: 2 / 1 / 3 / 13;
}

#w-node-_5de1706d-704a-282c-c619-6b48ea88739a-fa25c05a {
  grid-area: 2 / 1 / 3 / 8;
}

#w-node-_5de1706d-704a-282c-c619-6b48ea88739f-fa25c05a {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_5de1706d-704a-282c-c619-6b48ea8873a1-fa25c05a {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_5de1706d-704a-282c-c619-6b48ea8873a6-fa25c05a {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_5de1706d-704a-282c-c619-6b48ea8873a8-fa25c05a {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_16c9566e-62ed-c90f-992d-255466f1c3a2-fa25c05a {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_16c9566e-62ed-c90f-992d-255466f1c3a4-fa25c05a {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_9e22ee93-cc70-f39f-3f72-051d5e48c5e5-fa25c05a {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr;
}

#w-node-db582dc1-49ee-1746-eddc-6461f08bdadd-fa25c05a {
  grid-area: 1 / 9 / 2 / 13;
}

#w-node-db582dc1-49ee-1746-eddc-6461f08bdadf-fa25c05a {
  grid-area: 2 / 9 / 3 / 13;
}

#w-node-db582dc1-49ee-1746-eddc-6461f08bdae2-fa25c05a {
  grid-area: 1 / 9 / 2 / 13;
}

#w-node-db582dc1-49ee-1746-eddc-6461f08bdae8-fa25c05a {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: end;
}

#w-node-_5de1706d-704a-282c-c619-6b48ea887392-fa25c05b {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_5de1706d-704a-282c-c619-6b48ea887397-fa25c05b {
  grid-area: 3 / 1 / 4 / 7;
}

#w-node-_5de1706d-704a-282c-c619-6b48ea887399-fa25c05b {
  grid-area: 2 / 1 / 3 / 13;
}

#w-node-_5de1706d-704a-282c-c619-6b48ea88739a-fa25c05b {
  grid-area: 2 / 1 / 3 / 8;
}

#w-node-_5de1706d-704a-282c-c619-6b48ea88739f-fa25c05b {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_5de1706d-704a-282c-c619-6b48ea8873a1-fa25c05b {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_5de1706d-704a-282c-c619-6b48ea8873a6-fa25c05b {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_5de1706d-704a-282c-c619-6b48ea8873a8-fa25c05b {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-caccde02-5085-3bfd-0165-e750e650abb8-fa25c05b {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-caccde02-5085-3bfd-0165-e750e650abba-fa25c05b {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-db582dc1-49ee-1746-eddc-6461f08bdadd-fa25c05b {
  grid-area: 1 / 9 / 2 / 13;
}

#w-node-db582dc1-49ee-1746-eddc-6461f08bdadf-fa25c05b {
  grid-area: 2 / 9 / 3 / 13;
}

#w-node-db582dc1-49ee-1746-eddc-6461f08bdae2-fa25c05b {
  grid-area: 1 / 9 / 2 / 13;
}

#w-node-db582dc1-49ee-1746-eddc-6461f08bdae8-fa25c05b {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: end;
}

#w-node-_5de1706d-704a-282c-c619-6b48ea887392-fa25c05c {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_5de1706d-704a-282c-c619-6b48ea887397-fa25c05c {
  grid-area: 3 / 1 / 4 / 7;
}

#w-node-_5de1706d-704a-282c-c619-6b48ea887399-fa25c05c {
  grid-area: 2 / 1 / 3 / 13;
}

#w-node-_5de1706d-704a-282c-c619-6b48ea88739a-fa25c05c {
  grid-area: 2 / 1 / 3 / 8;
}

#w-node-_5de1706d-704a-282c-c619-6b48ea88739f-fa25c05c {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_5de1706d-704a-282c-c619-6b48ea8873a1-fa25c05c {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_5de1706d-704a-282c-c619-6b48ea8873a6-fa25c05c {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_5de1706d-704a-282c-c619-6b48ea8873a8-fa25c05c {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_5b2a74ad-5f5a-2eeb-2e05-90b002e4c701-fa25c05c {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_5b2a74ad-5f5a-2eeb-2e05-90b002e4c703-fa25c05c {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-db582dc1-49ee-1746-eddc-6461f08bdadd-fa25c05c {
  grid-area: 1 / 9 / 2 / 13;
}

#w-node-db582dc1-49ee-1746-eddc-6461f08bdadf-fa25c05c {
  grid-area: 2 / 9 / 3 / 13;
}

#w-node-db582dc1-49ee-1746-eddc-6461f08bdae2-fa25c05c {
  grid-area: 1 / 9 / 2 / 13;
}

#w-node-db582dc1-49ee-1746-eddc-6461f08bdae8-fa25c05c {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: end;
}

#w-node-_5de1706d-704a-282c-c619-6b48ea887392-fa25c05d {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_5de1706d-704a-282c-c619-6b48ea887397-fa25c05d {
  grid-area: 3 / 1 / 4 / 7;
}

#w-node-_5de1706d-704a-282c-c619-6b48ea887399-fa25c05d {
  grid-area: 2 / 1 / 3 / 13;
}

#w-node-_5de1706d-704a-282c-c619-6b48ea88739a-fa25c05d {
  grid-area: 2 / 1 / 3 / 8;
}

#w-node-_5de1706d-704a-282c-c619-6b48ea88739f-fa25c05d {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_5de1706d-704a-282c-c619-6b48ea8873a1-fa25c05d {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_5de1706d-704a-282c-c619-6b48ea8873a6-fa25c05d {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_5de1706d-704a-282c-c619-6b48ea8873a8-fa25c05d {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_881bb545-dc1e-1d3f-f650-ffde12b57777-fa25c05d {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_881bb545-dc1e-1d3f-f650-ffde12b57779-fa25c05d {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-db582dc1-49ee-1746-eddc-6461f08bdadd-fa25c05d {
  grid-area: 1 / 9 / 2 / 13;
}

#w-node-db582dc1-49ee-1746-eddc-6461f08bdadf-fa25c05d {
  grid-area: 2 / 9 / 3 / 13;
}

#w-node-db582dc1-49ee-1746-eddc-6461f08bdae2-fa25c05d {
  grid-area: 1 / 9 / 2 / 13;
}

#w-node-db582dc1-49ee-1746-eddc-6461f08bdae8-fa25c05d {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: end;
}

#w-node-_5de1706d-704a-282c-c619-6b48ea887392-fa25c05e {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_5de1706d-704a-282c-c619-6b48ea887397-fa25c05e {
  grid-area: 3 / 1 / 4 / 7;
}

#w-node-_5de1706d-704a-282c-c619-6b48ea887399-fa25c05e {
  grid-area: 2 / 1 / 3 / 13;
}

#w-node-_5de1706d-704a-282c-c619-6b48ea88739a-fa25c05e {
  grid-area: 2 / 1 / 3 / 8;
}

#w-node-_5de1706d-704a-282c-c619-6b48ea88739f-fa25c05e {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_5de1706d-704a-282c-c619-6b48ea8873a1-fa25c05e {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_5de1706d-704a-282c-c619-6b48ea8873a6-fa25c05e {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_5de1706d-704a-282c-c619-6b48ea8873a8-fa25c05e {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-bf64aaaa-a928-244c-bd52-d6335b7cff56-fa25c05e {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-bf64aaaa-a928-244c-bd52-d6335b7cff58-fa25c05e {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-df4c8ffe-2957-e1cd-5a7a-0c01b3e253ab-fa25c05e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-db582dc1-49ee-1746-eddc-6461f08bdadd-fa25c05e {
  grid-area: 1 / 9 / 2 / 13;
}

#w-node-db582dc1-49ee-1746-eddc-6461f08bdadf-fa25c05e {
  grid-area: 2 / 9 / 3 / 13;
}

#w-node-db582dc1-49ee-1746-eddc-6461f08bdae2-fa25c05e {
  grid-area: 1 / 9 / 2 / 13;
}

#w-node-db582dc1-49ee-1746-eddc-6461f08bdae8-fa25c05e {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: end;
}

#w-node-_5de1706d-704a-282c-c619-6b48ea887392-fa25c05f {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_5de1706d-704a-282c-c619-6b48ea887397-fa25c05f {
  grid-area: 3 / 1 / 4 / 7;
}

#w-node-_5de1706d-704a-282c-c619-6b48ea887399-fa25c05f {
  grid-area: 2 / 1 / 3 / 13;
}

#w-node-_5de1706d-704a-282c-c619-6b48ea88739a-fa25c05f {
  grid-area: 2 / 1 / 3 / 8;
}

#w-node-_5de1706d-704a-282c-c619-6b48ea88739f-fa25c05f {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_5de1706d-704a-282c-c619-6b48ea8873a1-fa25c05f {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_5de1706d-704a-282c-c619-6b48ea8873a6-fa25c05f {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_5de1706d-704a-282c-c619-6b48ea8873a8-fa25c05f {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_1535c336-caed-cd97-068b-4f9ecbd3157e-fa25c05f {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_1535c336-caed-cd97-068b-4f9ecbd31580-fa25c05f {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_5de1706d-704a-282c-c619-6b48ea8873c8-fa25c05f {
  grid-area: 1 / 9 / 2 / 13;
}

#w-node-_5de1706d-704a-282c-c619-6b48ea8873ca-fa25c05f {
  grid-area: 2 / 9 / 3 / 13;
}

#w-node-_5de1706d-704a-282c-c619-6b48ea8873c5-fa25c05f {
  grid-area: 1 / 9 / 2 / 13;
}

#w-node-_5de1706d-704a-282c-c619-6b48ea8873d0-fa25c05f {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: end;
}

#w-node-_5de1706d-704a-282c-c619-6b48ea887392-fa25c060 {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_5de1706d-704a-282c-c619-6b48ea887397-fa25c060 {
  grid-area: 3 / 1 / 4 / 7;
}

#w-node-_5de1706d-704a-282c-c619-6b48ea887399-fa25c060 {
  grid-area: 2 / 1 / 3 / 13;
}

#w-node-_5de1706d-704a-282c-c619-6b48ea88739a-fa25c060 {
  grid-area: 2 / 1 / 3 / 8;
}

#w-node-_5de1706d-704a-282c-c619-6b48ea88739f-fa25c060 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_5de1706d-704a-282c-c619-6b48ea8873a1-fa25c060 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_5de1706d-704a-282c-c619-6b48ea8873a6-fa25c060 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_5de1706d-704a-282c-c619-6b48ea8873a8-fa25c060 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_01d933c4-7920-7288-d0f2-4b655cc05620-fa25c060 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_01d933c4-7920-7288-d0f2-4b655cc05622-fa25c060 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-db582dc1-49ee-1746-eddc-6461f08bdadd-fa25c060 {
  grid-area: 1 / 9 / 2 / 13;
}

#w-node-db582dc1-49ee-1746-eddc-6461f08bdadf-fa25c060 {
  grid-area: 2 / 9 / 3 / 13;
}

#w-node-db582dc1-49ee-1746-eddc-6461f08bdae2-fa25c060 {
  grid-area: 1 / 9 / 2 / 13;
}

#w-node-db582dc1-49ee-1746-eddc-6461f08bdae8-fa25c060 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: end;
}

#w-node-_5de1706d-704a-282c-c619-6b48ea887392-fa25c061 {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_5de1706d-704a-282c-c619-6b48ea887397-fa25c061 {
  grid-area: 3 / 1 / 4 / 7;
}

#w-node-_5de1706d-704a-282c-c619-6b48ea887399-fa25c061 {
  grid-area: 2 / 1 / 3 / 13;
}

#w-node-_5de1706d-704a-282c-c619-6b48ea88739a-fa25c061 {
  grid-area: 2 / 1 / 3 / 8;
}

#w-node-_5de1706d-704a-282c-c619-6b48ea88739f-fa25c061 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_5de1706d-704a-282c-c619-6b48ea8873a1-fa25c061 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_5de1706d-704a-282c-c619-6b48ea8873a6-fa25c061 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_5de1706d-704a-282c-c619-6b48ea8873a8-fa25c061 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_16c9566e-62ed-c90f-992d-255466f1c3a2-fa25c061 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_16c9566e-62ed-c90f-992d-255466f1c3a4-fa25c061 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_9e22ee93-cc70-f39f-3f72-051d5e48c5e5-fa25c061 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-db582dc1-49ee-1746-eddc-6461f08bdadd-fa25c061 {
  grid-area: 1 / 9 / 2 / 13;
}

#w-node-db582dc1-49ee-1746-eddc-6461f08bdadf-fa25c061 {
  grid-area: 2 / 9 / 3 / 13;
}

#w-node-db582dc1-49ee-1746-eddc-6461f08bdae2-fa25c061 {
  grid-area: 1 / 9 / 2 / 13;
}

#w-node-db582dc1-49ee-1746-eddc-6461f08bdae8-fa25c061 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: end;
}

#w-node-_5de1706d-704a-282c-c619-6b48ea887392-fa25c062 {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_5de1706d-704a-282c-c619-6b48ea887397-fa25c062 {
  grid-area: 3 / 1 / 4 / 7;
}

#w-node-_5de1706d-704a-282c-c619-6b48ea887399-fa25c062 {
  grid-area: 2 / 1 / 3 / 13;
}

#w-node-_5de1706d-704a-282c-c619-6b48ea88739a-fa25c062 {
  grid-area: 2 / 1 / 3 / 8;
}

#w-node-_5de1706d-704a-282c-c619-6b48ea88739f-fa25c062 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_5de1706d-704a-282c-c619-6b48ea8873a1-fa25c062 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_5de1706d-704a-282c-c619-6b48ea8873a6-fa25c062 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_5de1706d-704a-282c-c619-6b48ea8873a8-fa25c062 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_1535c336-caed-cd97-068b-4f9ecbd3157e-fa25c062 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_1535c336-caed-cd97-068b-4f9ecbd31580-fa25c062 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-c7342994-42f3-707f-e0dc-77afb5c2e10b-fa25c062 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5de1706d-704a-282c-c619-6b48ea8873c8-fa25c062 {
  grid-area: 1 / 9 / 2 / 13;
}

#w-node-_5de1706d-704a-282c-c619-6b48ea8873ca-fa25c062 {
  grid-area: 2 / 9 / 3 / 13;
}

#w-node-_5de1706d-704a-282c-c619-6b48ea8873c5-fa25c062 {
  grid-area: 1 / 9 / 2 / 13;
}

#w-node-_5de1706d-704a-282c-c619-6b48ea8873d0-fa25c062 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-_0b8ae5ed-7d81-28dd-5b3f-4aba1be12c25-fa25c04f {
    grid-area: 1 / 2 / 2 / 12;
  }

  #w-node-_0b8ae5ed-7d81-28dd-5b3f-4aba1be12c27-fa25c04f {
    grid-area: 2 / 2 / 3 / 12;
  }

  #w-node-_64016777-1260-216f-fc47-39053929c884-fa25c04f {
    grid-area: 1 / 2 / 2 / 12;
  }

  #w-node-_20e7d580-7f09-d3e5-93b4-c048929e6da4-fa25c04f {
    grid-column-end: 6;
  }

  #w-node-_20e7d580-7f09-d3e5-93b4-c048929e6e41-fa25c04f {
    grid-column: 7 / 9;
  }

  #w-node-_42f6643e-ae7f-1e53-1e66-891337db3c07-37db3c04 {
    grid-column-end: 5;
  }

  #w-node-_42f6643e-ae7f-1e53-1e66-891337db3c16-37db3c04 {
    grid-area: 2 / 1 / 3 / 5;
    justify-self: start;
  }

  #w-node-_79424030-5b7c-397b-4a63-453f7d1d82f6-fa25c053 {
    grid-column-end: 9;
  }

  #w-node-_79424030-5b7c-397b-4a63-453f7d1d82f9-fa25c053 {
    grid-column: 1 / 9;
  }

  #w-node-_79424030-5b7c-397b-4a63-453f7d1d82fa-fa25c053 {
    grid-column-end: 9;
  }

  #w-node-_79424030-5b7c-397b-4a63-453f7d1d82fb-fa25c053 {
    grid-row: 3 / 4;
    grid-column-end: 9;
  }

  #w-node-_79424030-5b7c-397b-4a63-453f7d1d8302-fa25c053, #w-node-_79424030-5b7c-397b-4a63-453f7d1d8313-fa25c053 {
    grid-column: 5 / 9;
  }

  #w-node-_79424030-5b7c-397b-4a63-453f7d1d831d-fa25c053 {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-f1572b4c-3030-524b-a2fa-5a87508055f4-fa25c056, #w-node-f1572b4c-3030-524b-a2fa-5a87508055f8-fa25c056, #w-node-_807d083c-71b3-765c-caa9-bcabc94afc30-fa25c056, #w-node-f1572b4c-3030-524b-a2fa-5a8750805600-fa25c056, #w-node-f1572b4c-3030-524b-a2fa-5a8750805604-fa25c056 {
    grid-column: span 4 / span 4;
  }

  #w-node-_5de1706d-704a-282c-c619-6b48ea887392-fa25c057 {
    grid-column-end: 9;
  }

  #w-node-_5de1706d-704a-282c-c619-6b48ea887397-fa25c057 {
    grid-column: 1 / 9;
  }

  #w-node-_5de1706d-704a-282c-c619-6b48ea887399-fa25c057 {
    grid-column-end: 9;
  }

  #w-node-_5de1706d-704a-282c-c619-6b48ea88739a-fa25c057 {
    grid-row: 3 / 4;
    grid-column-end: 9;
  }

  #w-node-_5de1706d-704a-282c-c619-6b48ea8873a1-fa25c057, #w-node-db582dc1-49ee-1746-eddc-6461f08bdae2-fa25c057 {
    grid-column: 5 / 9;
  }

  #w-node-db582dc1-49ee-1746-eddc-6461f08bdae8-fa25c057 {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-_5de1706d-704a-282c-c619-6b48ea887392-fa25c058 {
    grid-column-end: 9;
  }

  #w-node-_5de1706d-704a-282c-c619-6b48ea887397-fa25c058 {
    grid-column: 1 / 9;
  }

  #w-node-_5de1706d-704a-282c-c619-6b48ea887399-fa25c058 {
    grid-column-end: 9;
  }

  #w-node-_5de1706d-704a-282c-c619-6b48ea8873a1-fa25c058, #w-node-c3c73f61-17fd-6a71-9c38-01bdf741bba3-fa25c058 {
    grid-column: 5 / 9;
  }

  #w-node-c3c73f61-17fd-6a71-9c38-01bdf741bba9-fa25c058 {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-_5de1706d-704a-282c-c619-6b48ea887392-fa25c059 {
    grid-column-end: 9;
  }

  #w-node-_5de1706d-704a-282c-c619-6b48ea887397-fa25c059 {
    grid-column: 1 / 9;
  }

  #w-node-_5de1706d-704a-282c-c619-6b48ea887399-fa25c059 {
    grid-column-end: 9;
  }

  #w-node-_5de1706d-704a-282c-c619-6b48ea88739a-fa25c059 {
    grid-row: 3 / 4;
    grid-column-end: 9;
  }

  #w-node-_5de1706d-704a-282c-c619-6b48ea8873a1-fa25c059, #w-node-_5de1706d-704a-282c-c619-6b48ea8873c5-fa25c059 {
    grid-column: 5 / 9;
  }

  #w-node-_5de1706d-704a-282c-c619-6b48ea8873d0-fa25c059 {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-_5de1706d-704a-282c-c619-6b48ea887392-fa25c05a {
    grid-column-end: 9;
  }

  #w-node-_5de1706d-704a-282c-c619-6b48ea887397-fa25c05a {
    grid-column: 1 / 9;
  }

  #w-node-_5de1706d-704a-282c-c619-6b48ea887399-fa25c05a {
    grid-column-end: 9;
  }

  #w-node-_5de1706d-704a-282c-c619-6b48ea88739a-fa25c05a {
    grid-row: 3 / 4;
    grid-column-end: 9;
  }

  #w-node-_5de1706d-704a-282c-c619-6b48ea8873a1-fa25c05a, #w-node-db582dc1-49ee-1746-eddc-6461f08bdae2-fa25c05a {
    grid-column: 5 / 9;
  }

  #w-node-db582dc1-49ee-1746-eddc-6461f08bdae8-fa25c05a {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-_5de1706d-704a-282c-c619-6b48ea887392-fa25c05b {
    grid-column-end: 9;
  }

  #w-node-_5de1706d-704a-282c-c619-6b48ea887397-fa25c05b {
    grid-column: 1 / 9;
  }

  #w-node-_5de1706d-704a-282c-c619-6b48ea887399-fa25c05b {
    grid-column-end: 9;
  }

  #w-node-_5de1706d-704a-282c-c619-6b48ea88739a-fa25c05b {
    grid-row: 3 / 4;
    grid-column-end: 9;
  }

  #w-node-_5de1706d-704a-282c-c619-6b48ea8873a1-fa25c05b, #w-node-db582dc1-49ee-1746-eddc-6461f08bdae2-fa25c05b {
    grid-column: 5 / 9;
  }

  #w-node-db582dc1-49ee-1746-eddc-6461f08bdae8-fa25c05b {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-_5de1706d-704a-282c-c619-6b48ea887392-fa25c05c {
    grid-column-end: 9;
  }

  #w-node-_5de1706d-704a-282c-c619-6b48ea887397-fa25c05c {
    grid-column: 1 / 9;
  }

  #w-node-_5de1706d-704a-282c-c619-6b48ea887399-fa25c05c {
    grid-column-end: 9;
  }

  #w-node-_5de1706d-704a-282c-c619-6b48ea88739a-fa25c05c {
    grid-row: 3 / 4;
    grid-column-end: 9;
  }

  #w-node-_5de1706d-704a-282c-c619-6b48ea8873a1-fa25c05c, #w-node-db582dc1-49ee-1746-eddc-6461f08bdae2-fa25c05c {
    grid-column: 5 / 9;
  }

  #w-node-db582dc1-49ee-1746-eddc-6461f08bdae8-fa25c05c {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-_5de1706d-704a-282c-c619-6b48ea887392-fa25c05d {
    grid-column-end: 9;
  }

  #w-node-_5de1706d-704a-282c-c619-6b48ea887397-fa25c05d {
    grid-column: 1 / 9;
  }

  #w-node-_5de1706d-704a-282c-c619-6b48ea887399-fa25c05d {
    grid-column-end: 9;
  }

  #w-node-_5de1706d-704a-282c-c619-6b48ea88739a-fa25c05d {
    grid-row: 3 / 4;
    grid-column-end: 9;
  }

  #w-node-_5de1706d-704a-282c-c619-6b48ea8873a1-fa25c05d, #w-node-db582dc1-49ee-1746-eddc-6461f08bdae2-fa25c05d {
    grid-column: 5 / 9;
  }

  #w-node-db582dc1-49ee-1746-eddc-6461f08bdae8-fa25c05d {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-_5de1706d-704a-282c-c619-6b48ea887392-fa25c05e {
    grid-column-end: 9;
  }

  #w-node-_5de1706d-704a-282c-c619-6b48ea887397-fa25c05e {
    grid-column: 1 / 9;
  }

  #w-node-_5de1706d-704a-282c-c619-6b48ea887399-fa25c05e {
    grid-column-end: 9;
  }

  #w-node-_5de1706d-704a-282c-c619-6b48ea88739a-fa25c05e {
    grid-row: 3 / 4;
    grid-column-end: 9;
  }

  #w-node-_5de1706d-704a-282c-c619-6b48ea8873a1-fa25c05e, #w-node-db582dc1-49ee-1746-eddc-6461f08bdae2-fa25c05e {
    grid-column: 5 / 9;
  }

  #w-node-db582dc1-49ee-1746-eddc-6461f08bdae8-fa25c05e {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-_5de1706d-704a-282c-c619-6b48ea887392-fa25c05f {
    grid-column-end: 9;
  }

  #w-node-_5de1706d-704a-282c-c619-6b48ea887397-fa25c05f {
    grid-column: 1 / 9;
  }

  #w-node-_5de1706d-704a-282c-c619-6b48ea887399-fa25c05f {
    grid-column-end: 9;
  }

  #w-node-_5de1706d-704a-282c-c619-6b48ea88739a-fa25c05f {
    grid-row: 3 / 4;
    grid-column-end: 9;
  }

  #w-node-_5de1706d-704a-282c-c619-6b48ea8873a1-fa25c05f, #w-node-_5de1706d-704a-282c-c619-6b48ea8873c5-fa25c05f {
    grid-column: 5 / 9;
  }

  #w-node-_5de1706d-704a-282c-c619-6b48ea8873d0-fa25c05f {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-_5de1706d-704a-282c-c619-6b48ea887392-fa25c060 {
    grid-column-end: 9;
  }

  #w-node-_5de1706d-704a-282c-c619-6b48ea887397-fa25c060 {
    grid-column: 1 / 9;
  }

  #w-node-_5de1706d-704a-282c-c619-6b48ea887399-fa25c060 {
    grid-column-end: 9;
  }

  #w-node-_5de1706d-704a-282c-c619-6b48ea88739a-fa25c060 {
    grid-row: 3 / 4;
    grid-column-end: 9;
  }

  #w-node-_5de1706d-704a-282c-c619-6b48ea8873a1-fa25c060, #w-node-db582dc1-49ee-1746-eddc-6461f08bdae2-fa25c060 {
    grid-column: 5 / 9;
  }

  #w-node-db582dc1-49ee-1746-eddc-6461f08bdae8-fa25c060 {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-_5de1706d-704a-282c-c619-6b48ea887392-fa25c061 {
    grid-column-end: 9;
  }

  #w-node-_5de1706d-704a-282c-c619-6b48ea887397-fa25c061 {
    grid-column: 1 / 9;
  }

  #w-node-_5de1706d-704a-282c-c619-6b48ea887399-fa25c061 {
    grid-column-end: 9;
  }

  #w-node-_5de1706d-704a-282c-c619-6b48ea88739a-fa25c061 {
    grid-row: 3 / 4;
    grid-column-end: 9;
  }

  #w-node-_5de1706d-704a-282c-c619-6b48ea8873a1-fa25c061, #w-node-db582dc1-49ee-1746-eddc-6461f08bdae2-fa25c061 {
    grid-column: 5 / 9;
  }

  #w-node-db582dc1-49ee-1746-eddc-6461f08bdae8-fa25c061 {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-_5de1706d-704a-282c-c619-6b48ea887392-fa25c062 {
    grid-column-end: 9;
  }

  #w-node-_5de1706d-704a-282c-c619-6b48ea887397-fa25c062 {
    grid-column: 1 / 9;
  }

  #w-node-_5de1706d-704a-282c-c619-6b48ea887399-fa25c062 {
    grid-column-end: 9;
  }

  #w-node-_5de1706d-704a-282c-c619-6b48ea88739a-fa25c062 {
    grid-row: 3 / 4;
    grid-column-end: 9;
  }

  #w-node-_5de1706d-704a-282c-c619-6b48ea8873a1-fa25c062, #w-node-_5de1706d-704a-282c-c619-6b48ea8873c5-fa25c062 {
    grid-column: 5 / 9;
  }

  #w-node-_5de1706d-704a-282c-c619-6b48ea8873d0-fa25c062 {
    grid-area: 1 / 1 / 2 / 5;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_0b8ae5ed-7d81-28dd-5b3f-4aba1be12c25-fa25c04f {
    grid-area: 1 / 1 / 2 / 13;
  }

  #w-node-_0b8ae5ed-7d81-28dd-5b3f-4aba1be12c27-fa25c04f {
    grid-area: 2 / 1 / 3 / 13;
  }

  #w-node-_64016777-1260-216f-fc47-39053929c884-fa25c04f {
    grid-area: 1 / 1 / 2 / 13;
  }

  #w-node-_20e7d580-7f09-d3e5-93b4-c048929e6da4-fa25c04f {
    grid-row-end: 2;
    grid-column-end: 9;
  }

  #w-node-_20e7d580-7f09-d3e5-93b4-c048929e6e41-fa25c04f {
    grid-row: 2 / 3;
    grid-column-start: 5;
  }

  #w-node-_42f6643e-ae7f-1e53-1e66-891337db3c16-37db3c04 {
    grid-column: 5 / 9;
  }

  #w-node-_79424030-5b7c-397b-4a63-453f7d1d8308-fa25c053 {
    grid-row-start: 2;
    grid-column-start: 1;
  }

  #w-node-f1572b4c-3030-524b-a2fa-5a87508055f4-fa25c056, #w-node-f1572b4c-3030-524b-a2fa-5a87508055f8-fa25c056, #w-node-_807d083c-71b3-765c-caa9-bcabc94afc30-fa25c056, #w-node-f1572b4c-3030-524b-a2fa-5a8750805600-fa25c056, #w-node-f1572b4c-3030-524b-a2fa-5a8750805604-fa25c056 {
    grid-column: span 4 / span 4;
  }

  #w-node-_5de1706d-704a-282c-c619-6b48ea8873a8-fa25c057, #w-node-_5de1706d-704a-282c-c619-6b48ea8873a8-fa25c058, #w-node-af9809f6-e824-ebe1-8f1d-493fe1a58d55-fa25c058, #w-node-_5de1706d-704a-282c-c619-6b48ea8873a8-fa25c059, #w-node-e26a5fd5-bae9-7bc2-4e2e-88df776e770a-fa25c059, #w-node-_5de1706d-704a-282c-c619-6b48ea8873a8-fa25c05a, #w-node-_16c9566e-62ed-c90f-992d-255466f1c3a4-fa25c05a, #w-node-_5de1706d-704a-282c-c619-6b48ea8873a8-fa25c05b, #w-node-caccde02-5085-3bfd-0165-e750e650abba-fa25c05b, #w-node-_5de1706d-704a-282c-c619-6b48ea8873a8-fa25c05c, #w-node-_5b2a74ad-5f5a-2eeb-2e05-90b002e4c703-fa25c05c, #w-node-_5de1706d-704a-282c-c619-6b48ea8873a8-fa25c05d, #w-node-_881bb545-dc1e-1d3f-f650-ffde12b57779-fa25c05d, #w-node-_5de1706d-704a-282c-c619-6b48ea8873a8-fa25c05e, #w-node-bf64aaaa-a928-244c-bd52-d6335b7cff58-fa25c05e, #w-node-_5de1706d-704a-282c-c619-6b48ea8873a8-fa25c05f, #w-node-_1535c336-caed-cd97-068b-4f9ecbd31580-fa25c05f, #w-node-_5de1706d-704a-282c-c619-6b48ea8873a8-fa25c060, #w-node-_01d933c4-7920-7288-d0f2-4b655cc05622-fa25c060, #w-node-_5de1706d-704a-282c-c619-6b48ea8873a8-fa25c061, #w-node-_16c9566e-62ed-c90f-992d-255466f1c3a4-fa25c061, #w-node-_5de1706d-704a-282c-c619-6b48ea8873a8-fa25c062, #w-node-_1535c336-caed-cd97-068b-4f9ecbd31580-fa25c062 {
    grid-row-start: 2;
    grid-column-start: 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_0b8ae5ed-7d81-28dd-5b3f-4aba1be12c25-fa25c04f {
    grid-area: 1 / 1 / 2 / 13;
  }

  #w-node-_0b8ae5ed-7d81-28dd-5b3f-4aba1be12c27-fa25c04f {
    grid-area: 2 / 1 / 3 / 13;
  }

  #w-node-_64016777-1260-216f-fc47-39053929c884-fa25c04f {
    grid-area: 1 / 1 / 2 / 13;
  }

  #w-node-_20e7d580-7f09-d3e5-93b4-c048929e6da4-fa25c04f {
    grid-column-end: 5;
  }

  #w-node-_20e7d580-7f09-d3e5-93b4-c048929e6e41-fa25c04f {
    grid-column: 1 / 5;
  }

  #w-node-_42f6643e-ae7f-1e53-1e66-891337db3c09-37db3c04 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_42f6643e-ae7f-1e53-1e66-891337db3c16-37db3c04 {
    grid-area: 3 / 1 / 4 / 5;
  }

  #w-node-_79424030-5b7c-397b-4a63-453f7d1d82f6-fa25c053, #w-node-_79424030-5b7c-397b-4a63-453f7d1d82f9-fa25c053, #w-node-_79424030-5b7c-397b-4a63-453f7d1d82fa-fa25c053, #w-node-_79424030-5b7c-397b-4a63-453f7d1d8300-fa25c053 {
    grid-column-end: 5;
  }

  #w-node-_79424030-5b7c-397b-4a63-453f7d1d8302-fa25c053 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_79424030-5b7c-397b-4a63-453f7d1d8306-fa25c053 {
    grid-column-end: 5;
  }

  #w-node-_79424030-5b7c-397b-4a63-453f7d1d8313-fa25c053, #w-node-_79424030-5b7c-397b-4a63-453f7d1d831d-fa25c053 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_5de1706d-704a-282c-c619-6b48ea887392-fa25c057, #w-node-_5de1706d-704a-282c-c619-6b48ea887397-fa25c057, #w-node-_5de1706d-704a-282c-c619-6b48ea887399-fa25c057, #w-node-_5de1706d-704a-282c-c619-6b48ea88739f-fa25c057 {
    grid-column-end: 5;
  }

  #w-node-_5de1706d-704a-282c-c619-6b48ea8873a1-fa25c057 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_5de1706d-704a-282c-c619-6b48ea8873a6-fa25c057 {
    grid-column-end: 5;
  }

  #w-node-db582dc1-49ee-1746-eddc-6461f08bdae2-fa25c057, #w-node-db582dc1-49ee-1746-eddc-6461f08bdae8-fa25c057 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_5de1706d-704a-282c-c619-6b48ea887392-fa25c058, #w-node-_5de1706d-704a-282c-c619-6b48ea887397-fa25c058, #w-node-_5de1706d-704a-282c-c619-6b48ea887399-fa25c058, #w-node-_5de1706d-704a-282c-c619-6b48ea88739f-fa25c058 {
    grid-column-end: 5;
  }

  #w-node-_5de1706d-704a-282c-c619-6b48ea8873a1-fa25c058 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_5de1706d-704a-282c-c619-6b48ea8873a6-fa25c058, #w-node-af9809f6-e824-ebe1-8f1d-493fe1a58d53-fa25c058 {
    grid-column-end: 5;
  }

  #w-node-c3c73f61-17fd-6a71-9c38-01bdf741bba3-fa25c058, #w-node-c3c73f61-17fd-6a71-9c38-01bdf741bba9-fa25c058 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_5de1706d-704a-282c-c619-6b48ea887392-fa25c059, #w-node-_5de1706d-704a-282c-c619-6b48ea887397-fa25c059, #w-node-_5de1706d-704a-282c-c619-6b48ea887399-fa25c059, #w-node-_5de1706d-704a-282c-c619-6b48ea88739f-fa25c059 {
    grid-column-end: 5;
  }

  #w-node-_5de1706d-704a-282c-c619-6b48ea8873a1-fa25c059 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_5de1706d-704a-282c-c619-6b48ea8873a6-fa25c059, #w-node-e26a5fd5-bae9-7bc2-4e2e-88df776e7708-fa25c059 {
    grid-column-end: 5;
  }

  #w-node-_5de1706d-704a-282c-c619-6b48ea8873c5-fa25c059, #w-node-_5de1706d-704a-282c-c619-6b48ea8873d0-fa25c059 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_5de1706d-704a-282c-c619-6b48ea887392-fa25c05a, #w-node-_5de1706d-704a-282c-c619-6b48ea887397-fa25c05a, #w-node-_5de1706d-704a-282c-c619-6b48ea887399-fa25c05a, #w-node-_5de1706d-704a-282c-c619-6b48ea88739f-fa25c05a {
    grid-column-end: 5;
  }

  #w-node-_5de1706d-704a-282c-c619-6b48ea8873a1-fa25c05a {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_5de1706d-704a-282c-c619-6b48ea8873a6-fa25c05a, #w-node-_16c9566e-62ed-c90f-992d-255466f1c3a2-fa25c05a {
    grid-column-end: 5;
  }

  #w-node-db582dc1-49ee-1746-eddc-6461f08bdae2-fa25c05a, #w-node-db582dc1-49ee-1746-eddc-6461f08bdae8-fa25c05a {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_5de1706d-704a-282c-c619-6b48ea887392-fa25c05b, #w-node-_5de1706d-704a-282c-c619-6b48ea887397-fa25c05b, #w-node-_5de1706d-704a-282c-c619-6b48ea887399-fa25c05b, #w-node-_5de1706d-704a-282c-c619-6b48ea88739f-fa25c05b {
    grid-column-end: 5;
  }

  #w-node-_5de1706d-704a-282c-c619-6b48ea8873a1-fa25c05b {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_5de1706d-704a-282c-c619-6b48ea8873a6-fa25c05b, #w-node-caccde02-5085-3bfd-0165-e750e650abb8-fa25c05b {
    grid-column-end: 5;
  }

  #w-node-db582dc1-49ee-1746-eddc-6461f08bdae2-fa25c05b, #w-node-db582dc1-49ee-1746-eddc-6461f08bdae8-fa25c05b {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_5de1706d-704a-282c-c619-6b48ea887392-fa25c05c, #w-node-_5de1706d-704a-282c-c619-6b48ea887397-fa25c05c, #w-node-_5de1706d-704a-282c-c619-6b48ea887399-fa25c05c, #w-node-_5de1706d-704a-282c-c619-6b48ea88739f-fa25c05c {
    grid-column-end: 5;
  }

  #w-node-_5de1706d-704a-282c-c619-6b48ea8873a1-fa25c05c {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_5de1706d-704a-282c-c619-6b48ea8873a6-fa25c05c, #w-node-_5b2a74ad-5f5a-2eeb-2e05-90b002e4c701-fa25c05c {
    grid-column-end: 5;
  }

  #w-node-db582dc1-49ee-1746-eddc-6461f08bdae2-fa25c05c, #w-node-db582dc1-49ee-1746-eddc-6461f08bdae8-fa25c05c {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_5de1706d-704a-282c-c619-6b48ea887392-fa25c05d, #w-node-_5de1706d-704a-282c-c619-6b48ea887397-fa25c05d, #w-node-_5de1706d-704a-282c-c619-6b48ea887399-fa25c05d, #w-node-_5de1706d-704a-282c-c619-6b48ea88739f-fa25c05d {
    grid-column-end: 5;
  }

  #w-node-_5de1706d-704a-282c-c619-6b48ea8873a1-fa25c05d {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_5de1706d-704a-282c-c619-6b48ea8873a6-fa25c05d, #w-node-_881bb545-dc1e-1d3f-f650-ffde12b57777-fa25c05d {
    grid-column-end: 5;
  }

  #w-node-db582dc1-49ee-1746-eddc-6461f08bdae2-fa25c05d, #w-node-db582dc1-49ee-1746-eddc-6461f08bdae8-fa25c05d {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_5de1706d-704a-282c-c619-6b48ea887392-fa25c05e, #w-node-_5de1706d-704a-282c-c619-6b48ea887397-fa25c05e, #w-node-_5de1706d-704a-282c-c619-6b48ea887399-fa25c05e, #w-node-_5de1706d-704a-282c-c619-6b48ea88739f-fa25c05e {
    grid-column-end: 5;
  }

  #w-node-_5de1706d-704a-282c-c619-6b48ea8873a1-fa25c05e {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_5de1706d-704a-282c-c619-6b48ea8873a6-fa25c05e, #w-node-bf64aaaa-a928-244c-bd52-d6335b7cff56-fa25c05e {
    grid-column-end: 5;
  }

  #w-node-db582dc1-49ee-1746-eddc-6461f08bdae2-fa25c05e, #w-node-db582dc1-49ee-1746-eddc-6461f08bdae8-fa25c05e {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_5de1706d-704a-282c-c619-6b48ea887392-fa25c05f, #w-node-_5de1706d-704a-282c-c619-6b48ea887397-fa25c05f, #w-node-_5de1706d-704a-282c-c619-6b48ea887399-fa25c05f, #w-node-_5de1706d-704a-282c-c619-6b48ea88739f-fa25c05f {
    grid-column-end: 5;
  }

  #w-node-_5de1706d-704a-282c-c619-6b48ea8873a1-fa25c05f {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_5de1706d-704a-282c-c619-6b48ea8873a6-fa25c05f, #w-node-_1535c336-caed-cd97-068b-4f9ecbd3157e-fa25c05f {
    grid-column-end: 5;
  }

  #w-node-_5de1706d-704a-282c-c619-6b48ea8873c5-fa25c05f, #w-node-_5de1706d-704a-282c-c619-6b48ea8873d0-fa25c05f {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_5de1706d-704a-282c-c619-6b48ea887392-fa25c060, #w-node-_5de1706d-704a-282c-c619-6b48ea887397-fa25c060, #w-node-_5de1706d-704a-282c-c619-6b48ea887399-fa25c060, #w-node-_5de1706d-704a-282c-c619-6b48ea88739f-fa25c060 {
    grid-column-end: 5;
  }

  #w-node-_5de1706d-704a-282c-c619-6b48ea8873a1-fa25c060 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_5de1706d-704a-282c-c619-6b48ea8873a6-fa25c060, #w-node-_01d933c4-7920-7288-d0f2-4b655cc05620-fa25c060 {
    grid-column-end: 5;
  }

  #w-node-db582dc1-49ee-1746-eddc-6461f08bdae2-fa25c060, #w-node-db582dc1-49ee-1746-eddc-6461f08bdae8-fa25c060 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_5de1706d-704a-282c-c619-6b48ea887392-fa25c061, #w-node-_5de1706d-704a-282c-c619-6b48ea887397-fa25c061, #w-node-_5de1706d-704a-282c-c619-6b48ea887399-fa25c061, #w-node-_5de1706d-704a-282c-c619-6b48ea88739f-fa25c061 {
    grid-column-end: 5;
  }

  #w-node-_5de1706d-704a-282c-c619-6b48ea8873a1-fa25c061 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_5de1706d-704a-282c-c619-6b48ea8873a6-fa25c061, #w-node-_16c9566e-62ed-c90f-992d-255466f1c3a2-fa25c061 {
    grid-column-end: 5;
  }

  #w-node-db582dc1-49ee-1746-eddc-6461f08bdae2-fa25c061, #w-node-db582dc1-49ee-1746-eddc-6461f08bdae8-fa25c061 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_5de1706d-704a-282c-c619-6b48ea887392-fa25c062, #w-node-_5de1706d-704a-282c-c619-6b48ea887397-fa25c062, #w-node-_5de1706d-704a-282c-c619-6b48ea887399-fa25c062, #w-node-_5de1706d-704a-282c-c619-6b48ea88739f-fa25c062 {
    grid-column-end: 5;
  }

  #w-node-_5de1706d-704a-282c-c619-6b48ea8873a1-fa25c062 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_5de1706d-704a-282c-c619-6b48ea8873a6-fa25c062, #w-node-_1535c336-caed-cd97-068b-4f9ecbd3157e-fa25c062 {
    grid-column-end: 5;
  }

  #w-node-_5de1706d-704a-282c-c619-6b48ea8873c5-fa25c062, #w-node-_5de1706d-704a-282c-c619-6b48ea8873d0-fa25c062 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }
}


