@font-face {
  font-family: Thicccboi thicccaf;
  src: url('../fonts/THICCCBOI-ThicccAF.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Thicccboi;
  src: url('../fonts/THICCCBOI-SemiBold.woff2') format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Thicccboi;
  src: url('../fonts/THICCCBOI-Bold.woff2') format("woff2"), url('../fonts/THICCCBOI-ExtraBold.woff2') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Thicccboi;
  src: url('../fonts/THICCCBOI-Regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Thicccboi;
  src: url('../fonts/THICCCBOI-Black.woff2') format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Thicccboi;
  src: url('../fonts/THICCCBOI-Thin.woff2') format("woff2");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Thicccboi;
  src: url('../fonts/THICCCBOI-Medium.woff2') format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Thicccboi;
  src: url('../fonts/THICCCBOI-Light.woff2') format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

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

body {
  color: #fff;
  background-color: #000;
  font-family: Thicccboi, 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: 600;
  line-height: 30px;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  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: #fff;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.65em;
}

a {
  color: #fff;
  text-decoration: underline;
}

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

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

.background {
  object-position: 50% 0%;
  background-image: url('../images/hairbyronja90_1.webp');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 60vw;
  height: 50vw;
  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/Comp025.jpg');
}

.background.image-2 {
  background-image: url('../images/hairbyronja41_1.webp');
}

.background.image-3 {
  background-image: url('../images/Hairbyronja10_1.webp');
}

.background.image-4 {
  background-image: url('../images/Hairbyronja3_2.webp');
}

.background.image-5 {
  background-image: url('../images/hairbyronja60_1.webp');
}

.background.image-6 {
  background-image: url('../images/hairbyronja70_1.webp');
}

.background.image-7 {
  background-image: url('../images/Hairbyronja1_1.webp');
}

.background.image-8 {
  background-image: url('../images/hairbyronja80_1.webp');
}

.background.image-9 {
  background-image: url('../images/hairbyronja50_1.webp');
}

.background.image-10 {
  background-image: url('../images/Hairbyronja20_1.webp');
}

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

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

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

.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 {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
}

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

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

.rotate-heading.small {
  font-size: 5vw;
  font-weight: 600;
}

.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: #fff;
  position: relative;
}

.section {
  z-index: 20;
  justify-content: center;
  padding-top: 100px;
  padding-bottom: 100px;
  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.no-clip {
  overflow: visible;
}

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

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

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

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

.section.large.hidden {
  display: none;
}

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

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

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

.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: #fffc;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 11px;
  position: relative;
}

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

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

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

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

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

.three-card-grid {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  grid-template-rows: auto 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(--light-outline);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  min-height: 350px;
  padding: 36px 36px 50px;
  display: grid;
  position: relative;
  overflow: hidden;
}

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

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

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

.play-video {
  z-index: 50;
  border: 1px solid var(--light-outline);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  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;
}

.left-intro.is--home {
  justify-items: center;
  width: 100%;
  max-width: none;
  margin-bottom: 0;
}

.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(--light-outline);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 75px;
  height: 75px;
  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: #b6b6b6;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.65em;
}

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

.body-display.dual-paragraph {
  column-count: 2;
  column-gap: 60px;
}

.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: #000;
  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 {
  justify-content: center;
  align-items: center;
  line-height: 1.3em;
}

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

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

.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;
  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: 90;
  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: #000;
  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: 40px;
  grid-template: "."
  / 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

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

.four-column.is--home {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

.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/Avatar003.jpeg');
}

.avatar.two {
  background-image: url('../images/Avatar004.jpeg');
  background-position: 50% 40%;
}

.avatar.three {
  background-image: url('../images/Avatar005.jpeg');
}

.avatar.four {
  background-image: url('../images/Avatar006.jpeg');
}

.avatar.five {
  background-image: url('../images/Avatar007.jpeg');
}

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

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

.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: #fff;
  width: 100%;
  height: 1px;
}

.arrow-corner {
  border-style: solid solid none none;
  border-width: 1px;
  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);
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  background-color: #fff;
  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 #333;
  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;
}

.project-description.pad {
  padding-right: 30px;
}

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

.gallery-slider {
  background-color: #0000;
  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%;
}

.project-image-wrapper {
  width: 100%;
  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;
}

.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: 25vw;
  height: 25vw;
  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 {
  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;
  display: grid;
  position: relative;
}

.service-icon {
  border: 1px solid var(--light-outline);
  background-color: #000;
  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-icon.brands {
  width: 100px;
  height: 100px;
  top: -50px;
}

.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: 60px;
  display: grid;
}

.service-description {
  grid-column-gap: 0px;
  grid-row-gap: 24px;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1.5fr .5fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.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: #000;
  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;
}

.preloader {
  z-index: 500;
  background-color: #000;
  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 {
  flex-direction: row;
  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;
  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;
}

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

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

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

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

.logo-image.o-m {
  width: 120px;
}

.logo-image.kerastraight {
  width: 180px;
}

.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.img1 {
  background-image: url('../images/82C7285D-F1D3-4032-9B5E-CF69107D8B94_1_201_a_1.webp'), url('../images/Comp024.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero-background.news-background.img2 {
  background-image: url('../images/ABC9382A-77A1-46E6-A1DD-3FDAD2962DAB-1-1_1.webp');
  background-position: 30% 20%;
  background-size: auto;
}

.hero-background.about-background {
  background-image: url('../images/ABE4CF65-C30D-4826-AA10-4883409B944A_1_201_a-1-1.jpg');
  background-size: 571px;
}

.hero-background.contact-background {
  background-image: linear-gradient(#0000001a, #0000001a), url('../images/C0C4C47E-1924-407F-87DD-B72AE03DE961_1_201_a_1.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero-background.home-background {
  background-image: linear-gradient(#0000 73%, #000 95%), url('../images/hero-hair-by-ronja-1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  inset: 0%;
}

.hero-background.projects-background {
  background-image: url('../images/AA8087F0-99B7-4552-B66A-67BF28C919E5.jpeg');
  background-position: 130%;
}

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

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

.testimonial-feature.three {
  background-image: url('../images/Comp014.jpg');
  background-position: 100%;
}

.testimonial-feature.four {
  background-image: url('../images/Comp023.jpg');
}

.testimonial-feature.five {
  background-image: url('../images/Comp035.jpg');
}

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

.button-text.black {
  color: #333;
}

.footer-section {
  z-index: 25;
  background-color: #000;
  padding-top: 120px;
  padding-bottom: 0;
  position: relative;
}

.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-links-wrapper.footer {
  grid-row-gap: 39px;
  grid-template-rows: auto auto;
}

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

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

.div-block {
  display: flex;
}

.arrow-link {
  width: 18px;
}

.image {
  width: 100%;
  height: 100%;
}

.div-block-5 {
  flex-direction: column;
  display: flex;
}

.icon-home {
  width: 40px;
  height: 40px;
}

.info-grid {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.link {
  text-decoration: none;
}

.center {
  text-align: center;
}

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

.social-icon-wrapper-2 {
  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-2 {
  border: 1px solid #ffffff1a;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  padding: 14px;
  display: flex;
}

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

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

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

  .social-icon-wrapper {
    grid-template-rows: auto auto;
  }

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

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

  .hero-background.projects-background {
    background-position: -260px;
    background-size: cover;
  }
}

@media screen and (min-width: 1920px) {
  .image {
    width: 100%;
    height: 100%;
  }
}

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

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

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

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

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

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

  .left-intro.is--home {
    margin-top: 80px;
    padding-bottom: 0;
    padding-right: 0;
  }

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

  .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-list-item {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
    padding-top: 50px;
    padding-bottom: 50px;
  }

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

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

  .project-image-wrapper {
    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-rows: auto auto;
    grid-template-columns: 1fr;
  }

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

  .service-description {
    grid-row-gap: 12px;
    grid-template-columns: 2fr 1fr;
    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;
  }

  .hero-background.news-background {
    background-position: 50%;
    background-size: cover;
  }

  .hero-background.projects-background {
    background-image: url('../images/AA8087F0-99B7-4552-B66A-67BF28C919E5.jpeg');
    background-position: 50%;
  }

  .image {
    width: auto;
  }

  .nav-social-icon.tab-mob-hidden {
    display: none;
  }
}

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

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

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

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

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

  .hero-background.projects-background {
    background-position: 50%;
  }

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

  .div-block-8, .div-block-9 {
    padding-left: 5vw;
  }
}

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

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

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

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

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

  .scroll-link {
    display: none;
  }

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

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

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

  .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, .heading.large {
    font-size: 32px;
  }

  .heading.large.brands {
    margin-top: 20px;
  }

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

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

  .four-column {
    grid-template-rows: auto;
    grid-template-areas: ".";
  }

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

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

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

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

  .item-slide-nav {
    width: 100%;
  }

  .gallery-mask {
    width: 100%;
    max-width: 100vw;
  }

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

  .project-image-wrapper {
    overflow: visible;
  }

  .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-top: 48px;
    padding-bottom: 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;
  }

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

  .home-hero {
    height: 93vh;
  }

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

#w-node-_2a8ca09f-4f9b-09e5-fdff-74b5da8da592-b9a2d76a {
  grid-area: 2 / 1 / 3 / 2;
  align-self: center;
}

#w-node-_8c2f5e44-76f6-5885-577c-b15d5f6a39ea-b9a2d76a {
  grid-area: 3 / 1 / 4 / 2;
  place-self: end center;
}

#w-node-_36a32bde-e9e6-f6ca-7526-d051c387a037-b9a2d76a {
  align-self: center;
}

#w-node-_21ad1e52-1598-df48-2fd0-3d847b66a496-b9a2d76a {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-c754577e-89fa-a05c-354d-6d47247e3961-b9a2d76a {
  grid-area: 2 / 1 / 3 / 5;
  justify-self: center;
}

#w-node-_36d22a74-5d68-105d-52bb-05b893d84ee0-b9a2d76a {
  grid-area: span 1 / span 4 / span 1 / span 4;
  place-self: center start;
}

#w-node-cf668bd9-79bc-8b9d-875f-18e2e51c3313-b9a2d76a {
  place-self: start center;
}

#w-node-ce4ec62b-1373-2967-b41b-8ba08cdddd42-b9a2d76a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cf66ff8f-e877-1889-76de-b8bcbfbf9eff-b9a2d76a {
  justify-self: center;
}

#w-node-_466f1517-9970-0056-02e3-2c6e76aaf15d-b9a2d76a {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_9ad63a0a-ba32-7e48-144a-66bbf0bcb90c-b9a2d76a {
  align-self: stretch;
}

#w-node-b5f91b28-5a0c-7f66-d2b4-127b80225c4b-b9a2d76a {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_19d851e4-2066-f592-c608-0b627fa868f3-b9a2d76a {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: end;
}

#w-node-_29feb94f-f4e9-ab19-8659-1d50b5b57e31-b9a2d76a {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-ad1495e7-0132-a6e8-d6bb-fb300fa0c466-b9a2d76a, #w-node-_7914abfe-abcd-92dc-d307-605d359c7421-b9a2d76a, #w-node-aec4f683-9261-28d5-4ab5-d6af85d6fa4a-b9a2d76a {
  justify-self: start;
}

#w-node-_5830d63b-46c8-5b51-3d99-9b9070e150c0-b9a2d76a {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-d3dbcb7f-2a98-6619-8f30-4303bcb6fa57-b9a2d76a {
  justify-self: start;
}

#w-node-f04b657a-8d31-e85d-ba72-ca58dfb348c3-b9a2d76a {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-e2b8e9aa-936c-a01d-c6ee-8737e0cfb8f1-b9a2d76a, #w-node-_19ba0351-149c-49c7-9258-8fafe5071dc4-b9a2d76a, #w-node-_2a857918-8baf-f4d7-16a6-fe0eced176e0-b9a2d76a {
  align-self: center;
}

#w-node-_2571f6c3-70df-3bd3-4f7f-3b440c5011d9-b9a2d76a {
  justify-self: start;
}

#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-_1bbaae55-2304-8b13-c8b4-2472b1cde17d-87a3772a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1bbaae55-2304-8b13-c8b4-2472b1cde17e-87a3772a, #w-node-_1bbaae55-2304-8b13-c8b4-2472b1cde180-87a3772a {
  justify-self: center;
}

#w-node-_1bbaae55-2304-8b13-c8b4-2472b1cde18a-87a3772a {
  place-self: end center;
}

#w-node-_1bbaae55-2304-8b13-c8b4-2472b1cde18c-87a3772a {
  justify-self: center;
}

#w-node-_48348eaa-4ce0-72f6-5e9a-2f0bebf9a958-87a3772a {
  grid-area: 2 / 1 / 3 / 5;
}

#w-node-_1a04f178-f7e7-3674-3996-a0a1285eaaf1-87a3772a {
  justify-self: start;
}

#w-node-_45bcfee0-bc4d-8903-e971-b75742863668-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-_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-_57398322-eccc-1d76-2424-c47721b10d51-21b10d4f {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6337de4c-84fb-7255-fe60-0263a3a9be57-21b10d4f {
  place-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-8ca2d76e {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_6111e4787a31d355cc31ef6600000000000c-8ca2d76e {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2bb4dd89-52c0-9935-0c80-7d4e3f566d87-8ca2d76e {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_3d03c3ac-b4e2-5cee-f071-8f6cb465d64d-8ca2d76e {
  align-self: center;
}

#w-node-_6111e4787a31d355cc31ef6600000000000e-8ca2d76e {
  justify-self: center;
}

#w-node-_34736873-62d9-9d9b-a697-42516143767c-8ca2d76e {
  justify-self: start;
}

#pass.w-node-_6111e4787a31d355cc31ef66000000000012-8ca2d76e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_2f3b2983-f46b-fd7f-2ca9-de87cc894e86-8ca2d76e, #w-node-_2f3b2983-f46b-fd7f-2ca9-de87cc894e88-8ca2d76e {
  justify-self: center;
}

#w-node-d641c5b5-d71d-0237-f86b-fdd9a68b82f3-03a2d76f {
  grid-area: 1 / 2 / 2 / 3;
  place-self: stretch stretch;
}

#w-node-d641c5b5-d71d-0237-f86b-fdd9a68b82f4-03a2d76f {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_6111e4915a3e617d56ff3c2b00000000000b-03a2d76f {
  align-self: center;
}

#w-node-e3d2ee2e-c577-601e-f0e4-57f1cfb713f1-03a2d76f {
  justify-self: center;
}

#w-node-e3d2ee2e-c577-601e-f0e4-57f1cfb713f6-03a2d76f {
  justify-self: start;
}

#w-node-e3d2ee2e-c577-601e-f0e4-57f1cfb713f8-03a2d76f {
  justify-self: end;
}

#w-node-d641c5b5-d71d-0237-f86b-fdd9a68b8311-03a2d76f, #w-node-d641c5b5-d71d-0237-f86b-fdd9a68b8313-03a2d76f {
  justify-self: center;
}

#w-node-d641c5b5-d71d-0237-f86b-fdd9a68b831c-03a2d76f {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_5dc5714c-c3f5-6069-a486-77c13b35aac4-49a2d770 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-_73532c59-84fb-d009-7ed9-ac77ae6c6df7-49a2d770 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: stretch stretch;
}

#w-node-_73532c59-84fb-d009-7ed9-ac77ae6c6df8-49a2d770 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_73532c59-84fb-d009-7ed9-ac77ae6c6e04-49a2d770 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_73532c59-84fb-d009-7ed9-ac77ae6c6e05-49a2d770 {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-_73532c59-84fb-d009-7ed9-ac77ae6c6e07-49a2d770 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_73532c59-84fb-d009-7ed9-ac77ae6c6e10-49a2d770 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_73532c59-84fb-d009-7ed9-ac77ae6c6e11-49a2d770 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-ba0b3a6d-4717-b15c-f207-a34ff6a2264a-49a2d770 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ba0b3a6d-4717-b15c-f207-a34ff6a2264b-49a2d770 {
  align-self: stretch;
}

#w-node-ba0b3a6d-4717-b15c-f207-a34ff6a22653-49a2d770 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-ba0b3a6d-4717-b15c-f207-a34ff6a22655-49a2d770 {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: end;
}

#w-node-ba0b3a6d-4717-b15c-f207-a34ff6a22657-49a2d770 {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-ba0b3a6d-4717-b15c-f207-a34ff6a22668-49a2d770, #w-node-ba0b3a6d-4717-b15c-f207-a34ff6a2267e-49a2d770, #w-node-ba0b3a6d-4717-b15c-f207-a34ff6a22694-49a2d770 {
  justify-self: start;
}

#w-node-_4018a1b8-a437-2fe6-c3d9-84802281d5a3-ffa2d771 {
  place-self: center;
}

#w-node-_4018a1b8-a437-2fe6-c3d9-84802281d5a7-ffa2d771 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_96ce289b-017e-b181-3a8f-ba5ebbd948c0-ffa2d771 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-_6c11994e-4400-0358-4390-2423f349aca4-ffa2d771 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6c11994e-4400-0358-4390-2423f349aca5-ffa2d771 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_0ce9ec59-741a-1bc7-dbe4-544b4bdcd348-ffa2d771 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0ce9ec59-741a-1bc7-dbe4-544b4bdcd34d-ffa2d771 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_0ce9ec59-741a-1bc7-dbe4-544b4bdcd353-ffa2d771 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_03545e3c-9f83-4837-527a-183ec471300a-ffa2d771 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_03545e3c-9f83-4837-527a-183ec471300f-ffa2d771 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_03545e3c-9f83-4837-527a-183ec4713015-ffa2d771 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_6c11994e-4400-0358-4390-2423f349aca6-ffa2d771 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acaa-ffa2d771 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_20cfdd2a-8c5b-9a05-b3c9-c08eff7387d0-ffa2d771 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_6b50c622-b092-20b6-319b-0ab038b44831-ffa2d771 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6b50c622-b092-20b6-319b-0ab038b44836-ffa2d771 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6b50c622-b092-20b6-319b-0ab038b4483c-ffa2d771 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_2887da82-e397-c950-7053-a0e916567d2f-19a2d773 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: stretch stretch;
}

#w-node-_263d571f-a4f7-2f64-25d8-3fe705068035-19a2d773 {
  grid-area: 1 / 2 / 2 / 4;
}

#email-form.w-node-_421cd79e-5a95-f07b-ab29-633bd5eeeb48-19a2d773 {
  place-self: start center;
}

#w-node-a2d0d4e2-50a8-f3df-0c85-ac9074d4bcc6-19a2d773 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#First-name.w-node-_421cd79e-5a95-f07b-ab29-633bd5eeeb4b-19a2d773, #Last-name.w-node-_18daaa77-051c-fe4a-6662-4a8f2b3dea83-19a2d773 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_589269d2-3f89-1c76-1e4e-d113da5b2878-19a2d773, #Email.w-node-_589269d2-3f89-1c76-1e4e-d113da5b287a-19a2d773, #w-node-_263b5b92-6200-15a8-b244-2960e4c8b47d-19a2d773, #Phone.w-node-_263b5b92-6200-15a8-b244-2960e4c8b47f-19a2d773, #w-node-cb1c5440-3bc9-6795-7e69-53320a9be143-19a2d773, #field.w-node-_212bf294-8524-1a00-1901-561264fe8759-19a2d773 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9d75bead-ff41-22ac-388e-1d75e25efd10-19a2d773, #w-node-aa950d4e-ea5e-ac70-19d7-b1e4399ade4d-19a2d773 {
  justify-self: center;
}

#w-node-_22c5ff34-91a9-d6e9-86d7-09aec11042ff-19a2d773 {
  place-self: end center;
}

#w-node-_019f205b-ab7f-abea-c175-3ffdf7120364-19a2d773 {
  justify-self: center;
}

#w-node-_542b4c2b-d3bb-902e-c321-fa4fda6094d2-19a2d773 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-d42e3c69-143d-b17b-5fe1-b83ff564a066-b1a2d779 {
  grid-area: 1 / 1 / 2 / 4;
  place-self: center;
}

#w-node-_11139d76-f7d3-1080-8392-8ce0cf232602-b1a2d779 {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-ece20986-761c-d563-7ec1-14420e353f13-b1a2d779 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-_028f2e29-521e-02a4-7b86-b81782a9b356-b1a2d779 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_024a77b2-ca53-449d-2c32-1e4921a91f31-b1a2d779 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_024a77b2-ca53-449d-2c32-1e4921a91f32-b1a2d779 {
  align-self: stretch;
}

#w-node-_024a77b2-ca53-449d-2c32-1e4921a91f3a-b1a2d779 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_024a77b2-ca53-449d-2c32-1e4921a91f3c-b1a2d779 {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: end;
}

#w-node-_024a77b2-ca53-449d-2c32-1e4921a91f3e-b1a2d779 {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-_024a77b2-ca53-449d-2c32-1e4921a91f4f-b1a2d779, #w-node-_024a77b2-ca53-449d-2c32-1e4921a91f65-b1a2d779, #w-node-_024a77b2-ca53-449d-2c32-1e4921a91f7b-b1a2d779, #w-node-_7f7ded0e-b722-a4f0-4408-4b28edccfb24-b1a2d779, #w-node-_1151627b-23c3-4fac-89c8-86a778f17642-b1a2d779, #w-node-_43212b09-edb0-98c8-913d-a31b5a23413a-b1a2d779, #w-node-_41e69e79-f848-0cf4-4ec7-424174118603-b1a2d779, #w-node-a8fa33ad-6ba5-3121-4ffb-599e1e3573e2-b1a2d779, #w-node-dcf06286-0ec7-1499-f441-508e944e8a46-b1a2d779, #w-node-_860bc92f-f23a-c9ba-aefc-fea61930fe7d-b1a2d779 {
  justify-self: start;
}

#w-node-_1a88aa59-9403-e775-0df1-275cacd3c921-e7a2d77b {
  place-self: center;
}

#w-node-_1a88aa59-9403-e775-0df1-275cacd3c925-e7a2d77b {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_1a88aa59-9403-e775-0df1-275cacd3c928-e7a2d77b {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-_6c11994e-4400-0358-4390-2423f349aca4-e7a2d77b {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6c11994e-4400-0358-4390-2423f349aca5-e7a2d77b {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acaa-e7a2d77b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acab-e7a2d77b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acad-e7a2d77b {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_20cfdd2a-8c5b-9a05-b3c9-c08eff7387d0-e7a2d77b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_20cfdd2a-8c5b-9a05-b3c9-c08eff7387d5-e7a2d77b {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_20cfdd2a-8c5b-9a05-b3c9-c08eff7387dd-e7a2d77b {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acb8-e7a2d77b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acb9-e7a2d77b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acbb-e7a2d77b {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acbd-e7a2d77b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acc0-e7a2d77b {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-e755bf00-39de-cd74-2ba5-04ad8a45e47c-e7a2d77b {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-c2a23997-eecd-0200-0e84-f34cf81863f3-e7a2d77b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c2a23997-eecd-0200-0e84-f34cf81863f4-e7a2d77b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c2a23997-eecd-0200-0e84-f34cf81863f6-e7a2d77b {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-c2a23997-eecd-0200-0e84-f34cf81863f8-e7a2d77b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-c2a23997-eecd-0200-0e84-f34cf81863fd-e7a2d77b {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_082da058-3da1-de45-2b81-5c97ad327268-e7a2d77b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_082da058-3da1-de45-2b81-5c97ad327269-e7a2d77b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_082da058-3da1-de45-2b81-5c97ad32726b-e7a2d77b {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_082da058-3da1-de45-2b81-5c97ad32726d-e7a2d77b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_082da058-3da1-de45-2b81-5c97ad327272-e7a2d77b {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_07c9900e-eac4-d59a-0eb0-fb6197358752-e7a2d77b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_07c9900e-eac4-d59a-0eb0-fb6197358753-e7a2d77b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_07c9900e-eac4-d59a-0eb0-fb6197358755-e7a2d77b {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_07c9900e-eac4-d59a-0eb0-fb6197358757-e7a2d77b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_07c9900e-eac4-d59a-0eb0-fb619735875c-e7a2d77b {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_07c9900e-eac4-d59a-0eb0-fb619735876a-e7a2d77b {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-f7253adc-9273-b715-47f1-a75838c3503c-e7a2d77b {
  justify-self: center;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acd2-e7a2d77b {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acd6-e7a2d77b {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acd8-e7a2d77b {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: end;
}

#w-node-c4c81aa2-ac90-d12e-f8d3-e37436f3e96c-ccc99ba9 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-e00f4df6-9143-e910-3e9f-663309ae1585-ccc99ba9 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-e00f4df6-9143-e910-3e9f-663309ae1586-ccc99ba9 {
  grid-area: 1 / 2 / 2 / 5;
  justify-self: start;
}

#w-node-e00f4df6-9143-e910-3e9f-663309ae1588-ccc99ba9 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#w-node-_2194fb73-03e4-3abc-e467-1c4997dd8468-ccc99ba9 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2194fb73-03e4-3abc-e467-1c4997dd846b-ccc99ba9 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_2194fb73-03e4-3abc-e467-1c4997dd8470-ccc99ba9 {
  align-self: center;
}

#w-node-_2194fb73-03e4-3abc-e467-1c4997dd8484-ccc99ba9 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2194fb73-03e4-3abc-e467-1c4997dd8488-ccc99ba9 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2194fb73-03e4-3abc-e467-1c4997dd848a-ccc99ba9 {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: end;
}

#w-node-_362dd4f2-3a49-0a23-08d4-90aef79a9429-ccc99ba9 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_362dd4f2-3a49-0a23-08d4-90aef79a942a-ccc99ba9 {
  align-self: stretch;
}

#w-node-_362dd4f2-3a49-0a23-08d4-90aef79a9432-ccc99ba9 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_362dd4f2-3a49-0a23-08d4-90aef79a9434-ccc99ba9 {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: end;
}

#w-node-_362dd4f2-3a49-0a23-08d4-90aef79a9436-ccc99ba9 {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-_4bb149ba-6730-21fb-150f-4571c96e2448-ccc99ba9 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_4bb149ba-6730-21fb-150f-4571c96e2449-ccc99ba9 {
  align-self: stretch;
}

#w-node-_4bb149ba-6730-21fb-150f-4571c96e2451-ccc99ba9 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_4bb149ba-6730-21fb-150f-4571c96e2453-ccc99ba9 {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: end;
}

#w-node-_4bb149ba-6730-21fb-150f-4571c96e2455-ccc99ba9 {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-_4bb149ba-6730-21fb-150f-4571c96e2492-ccc99ba9, #w-node-_4bb149ba-6730-21fb-150f-4571c96e247c-ccc99ba9, #w-node-_4bb149ba-6730-21fb-150f-4571c96e2466-ccc99ba9 {
  justify-self: start;
}

#w-node-c4c81aa2-ac90-d12e-f8d3-e37436f3e96c-b715087e {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-e00f4df6-9143-e910-3e9f-663309ae1585-b715087e {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-e00f4df6-9143-e910-3e9f-663309ae1586-b715087e {
  grid-area: 1 / 2 / 2 / 5;
  justify-self: start;
}

#w-node-e00f4df6-9143-e910-3e9f-663309ae1588-b715087e {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#w-node-_2194fb73-03e4-3abc-e467-1c4997dd8468-b715087e {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2194fb73-03e4-3abc-e467-1c4997dd846b-b715087e {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_2194fb73-03e4-3abc-e467-1c4997dd8470-b715087e {
  align-self: center;
}

#w-node-_2194fb73-03e4-3abc-e467-1c4997dd8484-b715087e {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2194fb73-03e4-3abc-e467-1c4997dd8488-b715087e {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2194fb73-03e4-3abc-e467-1c4997dd848a-b715087e {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: end;
}

#w-node-_362dd4f2-3a49-0a23-08d4-90aef79a9429-b715087e {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_362dd4f2-3a49-0a23-08d4-90aef79a942a-b715087e {
  align-self: stretch;
}

#w-node-_362dd4f2-3a49-0a23-08d4-90aef79a9432-b715087e {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_362dd4f2-3a49-0a23-08d4-90aef79a9434-b715087e {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: end;
}

#w-node-_362dd4f2-3a49-0a23-08d4-90aef79a9436-b715087e {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-_4bb149ba-6730-21fb-150f-4571c96e2448-b715087e {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_4bb149ba-6730-21fb-150f-4571c96e2449-b715087e {
  align-self: stretch;
}

#w-node-_4bb149ba-6730-21fb-150f-4571c96e2451-b715087e {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_4bb149ba-6730-21fb-150f-4571c96e2453-b715087e {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: end;
}

#w-node-_4bb149ba-6730-21fb-150f-4571c96e2455-b715087e {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-_4bb149ba-6730-21fb-150f-4571c96e2492-b715087e, #w-node-_4bb149ba-6730-21fb-150f-4571c96e247c-b715087e, #w-node-_4bb149ba-6730-21fb-150f-4571c96e2466-b715087e {
  justify-self: start;
}

#w-node-c4c81aa2-ac90-d12e-f8d3-e37436f3e96c-7d64097e {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-e00f4df6-9143-e910-3e9f-663309ae1585-7d64097e {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-e00f4df6-9143-e910-3e9f-663309ae1586-7d64097e {
  grid-area: 1 / 2 / 2 / 5;
  justify-self: start;
}

#w-node-e00f4df6-9143-e910-3e9f-663309ae1588-7d64097e {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#w-node-_2194fb73-03e4-3abc-e467-1c4997dd8468-7d64097e {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2194fb73-03e4-3abc-e467-1c4997dd846b-7d64097e {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_2194fb73-03e4-3abc-e467-1c4997dd8470-7d64097e {
  align-self: center;
}

#w-node-_2194fb73-03e4-3abc-e467-1c4997dd8484-7d64097e {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2194fb73-03e4-3abc-e467-1c4997dd8488-7d64097e {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2194fb73-03e4-3abc-e467-1c4997dd848a-7d64097e {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: end;
}

#w-node-_362dd4f2-3a49-0a23-08d4-90aef79a9429-7d64097e {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_362dd4f2-3a49-0a23-08d4-90aef79a942a-7d64097e {
  align-self: stretch;
}

#w-node-_362dd4f2-3a49-0a23-08d4-90aef79a9432-7d64097e {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_362dd4f2-3a49-0a23-08d4-90aef79a9434-7d64097e {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: end;
}

#w-node-_362dd4f2-3a49-0a23-08d4-90aef79a9436-7d64097e {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-_4bb149ba-6730-21fb-150f-4571c96e2448-7d64097e {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_4bb149ba-6730-21fb-150f-4571c96e2449-7d64097e {
  align-self: stretch;
}

#w-node-_4bb149ba-6730-21fb-150f-4571c96e2451-7d64097e {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_4bb149ba-6730-21fb-150f-4571c96e2453-7d64097e {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: end;
}

#w-node-_4bb149ba-6730-21fb-150f-4571c96e2455-7d64097e {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-_4bb149ba-6730-21fb-150f-4571c96e2492-7d64097e, #w-node-_4bb149ba-6730-21fb-150f-4571c96e2466-7d64097e, #w-node-d5700d7c-f4c2-1d5b-a037-591bb3c05300-7d64097e {
  justify-self: start;
}

#w-node-c4c81aa2-ac90-d12e-f8d3-e37436f3e96c-1f03866d {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-e00f4df6-9143-e910-3e9f-663309ae1585-1f03866d {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-e00f4df6-9143-e910-3e9f-663309ae1586-1f03866d {
  grid-area: 1 / 2 / 2 / 5;
  justify-self: start;
}

#w-node-e00f4df6-9143-e910-3e9f-663309ae1588-1f03866d {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#w-node-_2194fb73-03e4-3abc-e467-1c4997dd8468-1f03866d {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2194fb73-03e4-3abc-e467-1c4997dd846b-1f03866d {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_2194fb73-03e4-3abc-e467-1c4997dd8470-1f03866d {
  align-self: center;
}

#w-node-_2194fb73-03e4-3abc-e467-1c4997dd8484-1f03866d {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2194fb73-03e4-3abc-e467-1c4997dd8488-1f03866d {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2194fb73-03e4-3abc-e467-1c4997dd848a-1f03866d {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: end;
}

#w-node-_362dd4f2-3a49-0a23-08d4-90aef79a9429-1f03866d {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_362dd4f2-3a49-0a23-08d4-90aef79a942a-1f03866d {
  align-self: stretch;
}

#w-node-_362dd4f2-3a49-0a23-08d4-90aef79a9432-1f03866d {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_362dd4f2-3a49-0a23-08d4-90aef79a9434-1f03866d {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: end;
}

#w-node-_362dd4f2-3a49-0a23-08d4-90aef79a9436-1f03866d {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-_4bb149ba-6730-21fb-150f-4571c96e2448-1f03866d {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_4bb149ba-6730-21fb-150f-4571c96e2449-1f03866d {
  align-self: stretch;
}

#w-node-_4bb149ba-6730-21fb-150f-4571c96e2451-1f03866d {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_4bb149ba-6730-21fb-150f-4571c96e2453-1f03866d {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: end;
}

#w-node-_4bb149ba-6730-21fb-150f-4571c96e2455-1f03866d {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-_4bb149ba-6730-21fb-150f-4571c96e2492-1f03866d, #w-node-_4bb149ba-6730-21fb-150f-4571c96e247c-1f03866d, #w-node-_4bb149ba-6730-21fb-150f-4571c96e2466-1f03866d {
  justify-self: start;
}

#w-node-c4c81aa2-ac90-d12e-f8d3-e37436f3e96c-418026e5 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-e00f4df6-9143-e910-3e9f-663309ae1585-418026e5 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-e00f4df6-9143-e910-3e9f-663309ae1586-418026e5 {
  grid-area: 1 / 2 / 2 / 5;
  justify-self: start;
}

#w-node-e00f4df6-9143-e910-3e9f-663309ae1588-418026e5 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#w-node-_2194fb73-03e4-3abc-e467-1c4997dd8468-418026e5 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2194fb73-03e4-3abc-e467-1c4997dd846b-418026e5 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_2194fb73-03e4-3abc-e467-1c4997dd8470-418026e5 {
  align-self: center;
}

#w-node-_2194fb73-03e4-3abc-e467-1c4997dd8484-418026e5 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2194fb73-03e4-3abc-e467-1c4997dd8488-418026e5 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2194fb73-03e4-3abc-e467-1c4997dd848a-418026e5 {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: end;
}

#w-node-_362dd4f2-3a49-0a23-08d4-90aef79a9429-418026e5 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_362dd4f2-3a49-0a23-08d4-90aef79a942a-418026e5 {
  align-self: stretch;
}

#w-node-_362dd4f2-3a49-0a23-08d4-90aef79a9432-418026e5 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_362dd4f2-3a49-0a23-08d4-90aef79a9434-418026e5 {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: end;
}

#w-node-_362dd4f2-3a49-0a23-08d4-90aef79a9436-418026e5 {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-_4bb149ba-6730-21fb-150f-4571c96e2448-418026e5 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_4bb149ba-6730-21fb-150f-4571c96e2449-418026e5 {
  align-self: stretch;
}

#w-node-_4bb149ba-6730-21fb-150f-4571c96e2451-418026e5 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_4bb149ba-6730-21fb-150f-4571c96e2453-418026e5 {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: end;
}

#w-node-_4bb149ba-6730-21fb-150f-4571c96e2455-418026e5 {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-_4bb149ba-6730-21fb-150f-4571c96e2492-418026e5, #w-node-_4bb149ba-6730-21fb-150f-4571c96e247c-418026e5, #w-node-_4bb149ba-6730-21fb-150f-4571c96e2466-418026e5 {
  justify-self: start;
}

#w-node-c4c81aa2-ac90-d12e-f8d3-e37436f3e96c-75f7fa8b {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-e00f4df6-9143-e910-3e9f-663309ae1585-75f7fa8b {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-e00f4df6-9143-e910-3e9f-663309ae1586-75f7fa8b {
  grid-area: 1 / 2 / 2 / 5;
  justify-self: start;
}

#w-node-e00f4df6-9143-e910-3e9f-663309ae1588-75f7fa8b {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#w-node-_2194fb73-03e4-3abc-e467-1c4997dd8468-75f7fa8b {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2194fb73-03e4-3abc-e467-1c4997dd846b-75f7fa8b {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_2194fb73-03e4-3abc-e467-1c4997dd8470-75f7fa8b {
  align-self: center;
}

#w-node-_2194fb73-03e4-3abc-e467-1c4997dd8484-75f7fa8b {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2194fb73-03e4-3abc-e467-1c4997dd8488-75f7fa8b {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2194fb73-03e4-3abc-e467-1c4997dd848a-75f7fa8b {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: end;
}

#w-node-_362dd4f2-3a49-0a23-08d4-90aef79a9429-75f7fa8b {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_362dd4f2-3a49-0a23-08d4-90aef79a942a-75f7fa8b {
  align-self: stretch;
}

#w-node-_362dd4f2-3a49-0a23-08d4-90aef79a9432-75f7fa8b {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_362dd4f2-3a49-0a23-08d4-90aef79a9434-75f7fa8b {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: end;
}

#w-node-_362dd4f2-3a49-0a23-08d4-90aef79a9436-75f7fa8b {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-_4bb149ba-6730-21fb-150f-4571c96e2448-75f7fa8b {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_4bb149ba-6730-21fb-150f-4571c96e2449-75f7fa8b {
  align-self: stretch;
}

#w-node-_4bb149ba-6730-21fb-150f-4571c96e2451-75f7fa8b {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_4bb149ba-6730-21fb-150f-4571c96e2453-75f7fa8b {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: end;
}

#w-node-_4bb149ba-6730-21fb-150f-4571c96e2455-75f7fa8b {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-_4bb149ba-6730-21fb-150f-4571c96e2492-75f7fa8b, #w-node-_4bb149ba-6730-21fb-150f-4571c96e247c-75f7fa8b, #w-node-_4bb149ba-6730-21fb-150f-4571c96e2466-75f7fa8b {
  justify-self: start;
}

#w-node-c4c81aa2-ac90-d12e-f8d3-e37436f3e96c-e4742c62 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-e00f4df6-9143-e910-3e9f-663309ae1585-e4742c62 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-e00f4df6-9143-e910-3e9f-663309ae1586-e4742c62 {
  grid-area: 1 / 2 / 2 / 5;
  justify-self: start;
}

#w-node-e00f4df6-9143-e910-3e9f-663309ae1588-e4742c62 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#w-node-_2194fb73-03e4-3abc-e467-1c4997dd8468-e4742c62 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2194fb73-03e4-3abc-e467-1c4997dd846b-e4742c62 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_2194fb73-03e4-3abc-e467-1c4997dd8470-e4742c62 {
  align-self: center;
}

#w-node-_2194fb73-03e4-3abc-e467-1c4997dd8484-e4742c62 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2194fb73-03e4-3abc-e467-1c4997dd8488-e4742c62 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2194fb73-03e4-3abc-e467-1c4997dd848a-e4742c62 {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: end;
}

#w-node-_362dd4f2-3a49-0a23-08d4-90aef79a9429-e4742c62 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_362dd4f2-3a49-0a23-08d4-90aef79a942a-e4742c62 {
  align-self: stretch;
}

#w-node-_362dd4f2-3a49-0a23-08d4-90aef79a9432-e4742c62 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_362dd4f2-3a49-0a23-08d4-90aef79a9434-e4742c62 {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: end;
}

#w-node-_362dd4f2-3a49-0a23-08d4-90aef79a9436-e4742c62 {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-_4bb149ba-6730-21fb-150f-4571c96e2448-e4742c62 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_4bb149ba-6730-21fb-150f-4571c96e2449-e4742c62 {
  align-self: stretch;
}

#w-node-_4bb149ba-6730-21fb-150f-4571c96e2451-e4742c62 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_4bb149ba-6730-21fb-150f-4571c96e2453-e4742c62 {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: end;
}

#w-node-_4bb149ba-6730-21fb-150f-4571c96e2455-e4742c62 {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-_4bb149ba-6730-21fb-150f-4571c96e247c-e4742c62, #w-node-_4bb149ba-6730-21fb-150f-4571c96e2466-e4742c62, #w-node-_4bb149ba-6730-21fb-150f-4571c96e2492-e4742c62 {
  justify-self: start;
}

#w-node-c4c81aa2-ac90-d12e-f8d3-e37436f3e96c-7d8a62f2 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-e00f4df6-9143-e910-3e9f-663309ae1585-7d8a62f2 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-e00f4df6-9143-e910-3e9f-663309ae1586-7d8a62f2 {
  grid-area: 1 / 2 / 2 / 5;
  justify-self: start;
}

#w-node-e00f4df6-9143-e910-3e9f-663309ae1588-7d8a62f2 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#w-node-_2194fb73-03e4-3abc-e467-1c4997dd8468-7d8a62f2 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2194fb73-03e4-3abc-e467-1c4997dd846b-7d8a62f2 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_2194fb73-03e4-3abc-e467-1c4997dd8470-7d8a62f2 {
  align-self: center;
}

#w-node-_2194fb73-03e4-3abc-e467-1c4997dd8484-7d8a62f2 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2194fb73-03e4-3abc-e467-1c4997dd8488-7d8a62f2 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2194fb73-03e4-3abc-e467-1c4997dd848a-7d8a62f2 {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: end;
}

#w-node-_362dd4f2-3a49-0a23-08d4-90aef79a9429-7d8a62f2 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_362dd4f2-3a49-0a23-08d4-90aef79a942a-7d8a62f2 {
  align-self: stretch;
}

#w-node-_362dd4f2-3a49-0a23-08d4-90aef79a9432-7d8a62f2 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_362dd4f2-3a49-0a23-08d4-90aef79a9434-7d8a62f2 {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: end;
}

#w-node-_362dd4f2-3a49-0a23-08d4-90aef79a9436-7d8a62f2 {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-_4bb149ba-6730-21fb-150f-4571c96e2448-7d8a62f2 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_4bb149ba-6730-21fb-150f-4571c96e2449-7d8a62f2 {
  align-self: stretch;
}

#w-node-_4bb149ba-6730-21fb-150f-4571c96e2451-7d8a62f2 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_4bb149ba-6730-21fb-150f-4571c96e2453-7d8a62f2 {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: end;
}

#w-node-_4bb149ba-6730-21fb-150f-4571c96e2455-7d8a62f2 {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-_4bb149ba-6730-21fb-150f-4571c96e2492-7d8a62f2, #w-node-_4bb149ba-6730-21fb-150f-4571c96e247c-7d8a62f2, #w-node-_4bb149ba-6730-21fb-150f-4571c96e2466-7d8a62f2 {
  justify-self: start;
}

#w-node-c4c81aa2-ac90-d12e-f8d3-e37436f3e96c-c109a794 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-e00f4df6-9143-e910-3e9f-663309ae1585-c109a794 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-e00f4df6-9143-e910-3e9f-663309ae1586-c109a794 {
  grid-area: 1 / 2 / 2 / 5;
  justify-self: start;
}

#w-node-e00f4df6-9143-e910-3e9f-663309ae1588-c109a794 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#w-node-_2194fb73-03e4-3abc-e467-1c4997dd8468-c109a794 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2194fb73-03e4-3abc-e467-1c4997dd846b-c109a794 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_2194fb73-03e4-3abc-e467-1c4997dd8470-c109a794 {
  align-self: center;
}

#w-node-_2194fb73-03e4-3abc-e467-1c4997dd8484-c109a794 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2194fb73-03e4-3abc-e467-1c4997dd8488-c109a794 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2194fb73-03e4-3abc-e467-1c4997dd848a-c109a794 {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: end;
}

#w-node-_362dd4f2-3a49-0a23-08d4-90aef79a9429-c109a794 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_362dd4f2-3a49-0a23-08d4-90aef79a942a-c109a794 {
  align-self: stretch;
}

#w-node-_362dd4f2-3a49-0a23-08d4-90aef79a9432-c109a794 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_362dd4f2-3a49-0a23-08d4-90aef79a9434-c109a794 {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: end;
}

#w-node-_362dd4f2-3a49-0a23-08d4-90aef79a9436-c109a794 {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-_4bb149ba-6730-21fb-150f-4571c96e2448-c109a794 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_4bb149ba-6730-21fb-150f-4571c96e2449-c109a794 {
  align-self: stretch;
}

#w-node-_4bb149ba-6730-21fb-150f-4571c96e2451-c109a794 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_4bb149ba-6730-21fb-150f-4571c96e2453-c109a794 {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: end;
}

#w-node-_4bb149ba-6730-21fb-150f-4571c96e2455-c109a794 {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-_4bb149ba-6730-21fb-150f-4571c96e2492-c109a794, #w-node-_4bb149ba-6730-21fb-150f-4571c96e247c-c109a794, #w-node-_4bb149ba-6730-21fb-150f-4571c96e2466-c109a794 {
  justify-self: start;
}

#w-node-c4c81aa2-ac90-d12e-f8d3-e37436f3e96c-c89724a8 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-e00f4df6-9143-e910-3e9f-663309ae1585-c89724a8 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-e00f4df6-9143-e910-3e9f-663309ae1586-c89724a8 {
  grid-area: 1 / 2 / 2 / 5;
  justify-self: start;
}

#w-node-e00f4df6-9143-e910-3e9f-663309ae1588-c89724a8 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#w-node-_2194fb73-03e4-3abc-e467-1c4997dd8468-c89724a8 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2194fb73-03e4-3abc-e467-1c4997dd846b-c89724a8 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_2194fb73-03e4-3abc-e467-1c4997dd8470-c89724a8 {
  align-self: center;
}

#w-node-_2194fb73-03e4-3abc-e467-1c4997dd8484-c89724a8 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2194fb73-03e4-3abc-e467-1c4997dd8488-c89724a8 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2194fb73-03e4-3abc-e467-1c4997dd848a-c89724a8 {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: end;
}

#w-node-_362dd4f2-3a49-0a23-08d4-90aef79a9429-c89724a8 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_362dd4f2-3a49-0a23-08d4-90aef79a942a-c89724a8 {
  align-self: stretch;
}

#w-node-_362dd4f2-3a49-0a23-08d4-90aef79a9432-c89724a8 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_362dd4f2-3a49-0a23-08d4-90aef79a9434-c89724a8 {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: end;
}

#w-node-_362dd4f2-3a49-0a23-08d4-90aef79a9436-c89724a8 {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-_4bb149ba-6730-21fb-150f-4571c96e2448-c89724a8 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_4bb149ba-6730-21fb-150f-4571c96e2449-c89724a8 {
  align-self: stretch;
}

#w-node-_4bb149ba-6730-21fb-150f-4571c96e2451-c89724a8 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_4bb149ba-6730-21fb-150f-4571c96e2453-c89724a8 {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: end;
}

#w-node-_4bb149ba-6730-21fb-150f-4571c96e2455-c89724a8 {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-_4bb149ba-6730-21fb-150f-4571c96e2492-c89724a8, #w-node-_4bb149ba-6730-21fb-150f-4571c96e247c-c89724a8, #w-node-eda4e88b-df11-60ab-234f-2a5c8c201962-c89724a8 {
  justify-self: start;
}

@media screen and (min-width: 1920px) {
  #w-node-_36d22a74-5d68-105d-52bb-05b893d84ee0-b9a2d76a {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: center start;
  }

  #w-node-cf668bd9-79bc-8b9d-875f-18e2e51c3313-b9a2d76a {
    place-self: start center;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-d641c5b5-d71d-0237-f86b-fdd9a68b82f3-03a2d76f, #w-node-_73532c59-84fb-d009-7ed9-ac77ae6c6df7-49a2d770, #w-node-_2887da82-e397-c950-7053-a0e916567d2f-19a2d773 {
    grid-area: 1 / 2 / 2 / 3;
  }
}

@media screen and (min-width: 1280px) {
  #w-node-_0ce9ec59-741a-1bc7-dbe4-544b4bdcd348-ffa2d771, #w-node-_03545e3c-9f83-4837-527a-183ec471300a-ffa2d771, #w-node-_6b50c622-b092-20b6-319b-0ab038b44831-ffa2d771 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349acad-e7a2d77b, #w-node-_6c11994e-4400-0358-4390-2423f349acbb-e7a2d77b, #w-node-c2a23997-eecd-0200-0e84-f34cf81863f6-e7a2d77b, #w-node-_082da058-3da1-de45-2b81-5c97ad32726b-e7a2d77b, #w-node-_07c9900e-eac4-d59a-0eb0-fb6197358755-e7a2d77b {
    grid-area: 2 / 2 / 3 / 3;
  }
}

@media screen and (max-width: 991px) {
  #w-node-c754577e-89fa-a05c-354d-6d47247e3961-b9a2d76a {
    grid-column-start: 1;
    justify-self: stretch;
  }

  #w-node-_36d22a74-5d68-105d-52bb-05b893d84ee0-b9a2d76a {
    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-_3f65b3d7-15f7-14cb-e0e5-9b7c40221ca3-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-03a2d76f {
    grid-column: 1 / 4;
  }

  #w-node-d641c5b5-d71d-0237-f86b-fdd9a68b82f4-03a2d76f {
    grid-column: 1 / 5;
  }

  #w-node-_73532c59-84fb-d009-7ed9-ac77ae6c6df7-49a2d770 {
    grid-column: 1 / 4;
  }

  #w-node-_73532c59-84fb-d009-7ed9-ac77ae6c6df8-49a2d770 {
    grid-column: 1 / 5;
  }

  #w-node-_73532c59-84fb-d009-7ed9-ac77ae6c6e11-49a2d770 {
    grid-column-end: 5;
  }

  #w-node-_0ce9ec59-741a-1bc7-dbe4-544b4bdcd34d-ffa2d771, #w-node-_03545e3c-9f83-4837-527a-183ec471300f-ffa2d771, #w-node-_6c11994e-4400-0358-4390-2423f349acaa-ffa2d771, #w-node-_6b50c622-b092-20b6-319b-0ab038b44836-ffa2d771 {
    grid-column: span 1 / span 1;
  }

  #w-node-_2887da82-e397-c950-7053-a0e916567d2f-19a2d773 {
    grid-column: 1 / 4;
  }

  #w-node-_263d571f-a4f7-2f64-25d8-3fe705068035-19a2d773 {
    grid-column: 1 / 5;
  }

  #w-node-_11139d76-f7d3-1080-8392-8ce0cf232602-b1a2d779 {
    justify-self: start;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349acaa-e7a2d77b {
    grid-column: span 1 / span 1;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349acad-e7a2d77b {
    grid-column: 1 / 2;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349acb8-e7a2d77b {
    grid-column: span 1 / span 1;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349acbb-e7a2d77b {
    grid-column: 1 / 2;
  }

  #w-node-c2a23997-eecd-0200-0e84-f34cf81863f3-e7a2d77b {
    grid-column: span 1 / span 1;
  }

  #w-node-c2a23997-eecd-0200-0e84-f34cf81863f6-e7a2d77b {
    grid-column: 1 / 2;
  }

  #w-node-_082da058-3da1-de45-2b81-5c97ad327268-e7a2d77b {
    grid-column: span 1 / span 1;
  }

  #w-node-_082da058-3da1-de45-2b81-5c97ad32726b-e7a2d77b {
    grid-column: 1 / 2;
  }

  #w-node-_07c9900e-eac4-d59a-0eb0-fb6197358752-e7a2d77b {
    grid-column: span 1 / span 1;
  }

  #w-node-_07c9900e-eac4-d59a-0eb0-fb6197358755-e7a2d77b {
    grid-column: 1 / 2;
  }

  #w-node-e00f4df6-9143-e910-3e9f-663309ae1586-ccc99ba9 {
    grid-row: 2 / 3;
  }

  #w-node-e00f4df6-9143-e910-3e9f-663309ae1588-ccc99ba9 {
    grid-area: 1 / 2 / 2 / 4;
  }

  #w-node-_2194fb73-03e4-3abc-e467-1c4997dd846b-ccc99ba9 {
    grid-column-end: 5;
  }

  #w-node-e00f4df6-9143-e910-3e9f-663309ae1586-b715087e {
    grid-row: 2 / 3;
  }

  #w-node-e00f4df6-9143-e910-3e9f-663309ae1588-b715087e {
    grid-area: 1 / 2 / 2 / 4;
  }

  #w-node-_2194fb73-03e4-3abc-e467-1c4997dd846b-b715087e {
    grid-column-end: 5;
  }

  #w-node-e00f4df6-9143-e910-3e9f-663309ae1586-7d64097e {
    grid-row: 2 / 3;
  }

  #w-node-e00f4df6-9143-e910-3e9f-663309ae1588-7d64097e {
    grid-area: 1 / 2 / 2 / 4;
  }

  #w-node-_2194fb73-03e4-3abc-e467-1c4997dd846b-7d64097e {
    grid-column-end: 5;
  }

  #w-node-e00f4df6-9143-e910-3e9f-663309ae1586-1f03866d {
    grid-row: 2 / 3;
  }

  #w-node-e00f4df6-9143-e910-3e9f-663309ae1588-1f03866d {
    grid-area: 1 / 2 / 2 / 4;
  }

  #w-node-_2194fb73-03e4-3abc-e467-1c4997dd846b-1f03866d {
    grid-column-end: 5;
  }

  #w-node-e00f4df6-9143-e910-3e9f-663309ae1586-418026e5 {
    grid-row: 2 / 3;
  }

  #w-node-e00f4df6-9143-e910-3e9f-663309ae1588-418026e5 {
    grid-area: 1 / 2 / 2 / 4;
  }

  #w-node-_2194fb73-03e4-3abc-e467-1c4997dd846b-418026e5 {
    grid-column-end: 5;
  }

  #w-node-e00f4df6-9143-e910-3e9f-663309ae1586-75f7fa8b {
    grid-row: 2 / 3;
  }

  #w-node-e00f4df6-9143-e910-3e9f-663309ae1588-75f7fa8b {
    grid-area: 1 / 2 / 2 / 4;
  }

  #w-node-_2194fb73-03e4-3abc-e467-1c4997dd846b-75f7fa8b {
    grid-column-end: 5;
  }

  #w-node-e00f4df6-9143-e910-3e9f-663309ae1586-e4742c62 {
    grid-row: 2 / 3;
  }

  #w-node-e00f4df6-9143-e910-3e9f-663309ae1588-e4742c62 {
    grid-area: 1 / 2 / 2 / 4;
  }

  #w-node-_2194fb73-03e4-3abc-e467-1c4997dd846b-e4742c62 {
    grid-column-end: 5;
  }

  #w-node-e00f4df6-9143-e910-3e9f-663309ae1586-7d8a62f2 {
    grid-row: 2 / 3;
  }

  #w-node-e00f4df6-9143-e910-3e9f-663309ae1588-7d8a62f2 {
    grid-area: 1 / 2 / 2 / 4;
  }

  #w-node-_2194fb73-03e4-3abc-e467-1c4997dd846b-7d8a62f2 {
    grid-column-end: 5;
  }

  #w-node-e00f4df6-9143-e910-3e9f-663309ae1586-c109a794 {
    grid-row: 2 / 3;
  }

  #w-node-e00f4df6-9143-e910-3e9f-663309ae1588-c109a794 {
    grid-area: 1 / 2 / 2 / 4;
  }

  #w-node-_2194fb73-03e4-3abc-e467-1c4997dd846b-c109a794 {
    grid-column-end: 5;
  }

  #w-node-e00f4df6-9143-e910-3e9f-663309ae1586-c89724a8 {
    grid-row: 2 / 3;
  }

  #w-node-e00f4df6-9143-e910-3e9f-663309ae1588-c89724a8 {
    grid-area: 1 / 2 / 2 / 4;
  }

  #w-node-_2194fb73-03e4-3abc-e467-1c4997dd846b-c89724a8 {
    grid-column-end: 5;
  }
}

@media screen and (max-width: 767px) {
  #w-node-c754577e-89fa-a05c-354d-6d47247e3961-b9a2d76a {
    justify-self: stretch;
  }

  #w-node-_9ad63a0a-ba32-7e48-144a-66bbf0bcb90c-b9a2d76a {
    order: -9999;
    grid-area: 1 / 1 / 3 / 2;
    align-self: stretch;
  }

  #w-node-f04b657a-8d31-e85d-ba72-ca58dfb348c3-b9a2d76a {
    grid-column: span 1 / span 1;
  }

  #w-node-bae95818-dd8f-81a5-a478-fe2cf81a0e74-87a3772a, #w-node-_48348eaa-4ce0-72f6-5e9a-2f0bebf9a958-87a3772a {
    grid-column-end: 2;
  }

  #w-node-_3aa902ee-67d8-b7c3-e8d4-e5cf74e8a917-74e8a914 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2e495b9c-d663-6b7e-5089-3a2e4ca2b70d-4ca2b70b {
    grid-column: 1 / 4;
  }

  #w-node-_2e495b9c-d663-6b7e-5089-3a2e4ca2b70e-4ca2b70b, #w-node-_2e495b9c-d663-6b7e-5089-3a2e4ca2b71d-4ca2b70b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_73532c59-84fb-d009-7ed9-ac77ae6c6df8-49a2d770 {
    grid-column-end: 2;
  }

  #w-node-_73532c59-84fb-d009-7ed9-ac77ae6c6e05-49a2d770, #w-node-_73532c59-84fb-d009-7ed9-ac77ae6c6e11-49a2d770 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ba0b3a6d-4717-b15c-f207-a34ff6a2264b-49a2d770 {
    order: -9999;
    grid-area: 1 / 1 / 3 / 2;
    align-self: stretch;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349aca5-ffa2d771 {
    grid-column: 1 / 2;
  }

  #w-node-_024a77b2-ca53-449d-2c32-1e4921a91f32-b1a2d779 {
    order: -9999;
    grid-area: 1 / 1 / 3 / 2;
    align-self: stretch;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349aca5-e7a2d77b {
    grid-column: 1 / 2;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349acd2-e7a2d77b {
    grid-row-end: 2;
  }

  #w-node-e00f4df6-9143-e910-3e9f-663309ae1586-ccc99ba9, #w-node-e00f4df6-9143-e910-3e9f-663309ae1588-ccc99ba9 {
    grid-column: 1 / 2;
  }

  #w-node-_2194fb73-03e4-3abc-e467-1c4997dd846b-ccc99ba9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_362dd4f2-3a49-0a23-08d4-90aef79a942a-ccc99ba9 {
    order: -9999;
    grid-area: 1 / 1 / 3 / 2;
    align-self: stretch;
  }

  #w-node-_362dd4f2-3a49-0a23-08d4-90aef79a9436-ccc99ba9 {
    grid-column: 1 / 2;
    grid-row-end: 3;
  }

  #w-node-_4bb149ba-6730-21fb-150f-4571c96e2449-ccc99ba9 {
    order: -9999;
    grid-area: 1 / 1 / 3 / 2;
    align-self: stretch;
  }

  #w-node-e00f4df6-9143-e910-3e9f-663309ae1586-b715087e, #w-node-e00f4df6-9143-e910-3e9f-663309ae1588-b715087e {
    grid-column: 1 / 2;
  }

  #w-node-_2194fb73-03e4-3abc-e467-1c4997dd846b-b715087e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_362dd4f2-3a49-0a23-08d4-90aef79a942a-b715087e {
    order: -9999;
    grid-area: 1 / 1 / 3 / 2;
    align-self: stretch;
  }

  #w-node-_362dd4f2-3a49-0a23-08d4-90aef79a9436-b715087e {
    grid-column: 1 / 2;
    grid-row-end: 3;
  }

  #w-node-_4bb149ba-6730-21fb-150f-4571c96e2449-b715087e {
    order: -9999;
    grid-area: 1 / 1 / 3 / 2;
    align-self: stretch;
  }

  #w-node-e00f4df6-9143-e910-3e9f-663309ae1586-7d64097e, #w-node-e00f4df6-9143-e910-3e9f-663309ae1588-7d64097e {
    grid-column: 1 / 2;
  }

  #w-node-_2194fb73-03e4-3abc-e467-1c4997dd846b-7d64097e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_362dd4f2-3a49-0a23-08d4-90aef79a942a-7d64097e {
    order: -9999;
    grid-area: 1 / 1 / 3 / 2;
    align-self: stretch;
  }

  #w-node-_362dd4f2-3a49-0a23-08d4-90aef79a9436-7d64097e {
    grid-column: 1 / 2;
    grid-row-end: 3;
  }

  #w-node-_4bb149ba-6730-21fb-150f-4571c96e2449-7d64097e {
    order: -9999;
    grid-area: 1 / 1 / 3 / 2;
    align-self: stretch;
  }

  #w-node-e00f4df6-9143-e910-3e9f-663309ae1586-1f03866d, #w-node-e00f4df6-9143-e910-3e9f-663309ae1588-1f03866d {
    grid-column: 1 / 2;
  }

  #w-node-_2194fb73-03e4-3abc-e467-1c4997dd846b-1f03866d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_362dd4f2-3a49-0a23-08d4-90aef79a942a-1f03866d {
    order: -9999;
    grid-area: 1 / 1 / 3 / 2;
    align-self: stretch;
  }

  #w-node-_362dd4f2-3a49-0a23-08d4-90aef79a9436-1f03866d {
    grid-column: 1 / 2;
    grid-row-end: 3;
  }

  #w-node-_4bb149ba-6730-21fb-150f-4571c96e2449-1f03866d {
    order: -9999;
    grid-area: 1 / 1 / 3 / 2;
    align-self: stretch;
  }

  #w-node-e00f4df6-9143-e910-3e9f-663309ae1586-418026e5, #w-node-e00f4df6-9143-e910-3e9f-663309ae1588-418026e5 {
    grid-column: 1 / 2;
  }

  #w-node-_2194fb73-03e4-3abc-e467-1c4997dd846b-418026e5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_362dd4f2-3a49-0a23-08d4-90aef79a942a-418026e5 {
    order: -9999;
    grid-area: 1 / 1 / 3 / 2;
    align-self: stretch;
  }

  #w-node-_362dd4f2-3a49-0a23-08d4-90aef79a9436-418026e5 {
    grid-column: 1 / 2;
    grid-row-end: 3;
  }

  #w-node-_4bb149ba-6730-21fb-150f-4571c96e2449-418026e5 {
    order: -9999;
    grid-area: 1 / 1 / 3 / 2;
    align-self: stretch;
  }

  #w-node-e00f4df6-9143-e910-3e9f-663309ae1586-75f7fa8b, #w-node-e00f4df6-9143-e910-3e9f-663309ae1588-75f7fa8b {
    grid-column: 1 / 2;
  }

  #w-node-_2194fb73-03e4-3abc-e467-1c4997dd846b-75f7fa8b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_362dd4f2-3a49-0a23-08d4-90aef79a942a-75f7fa8b {
    order: -9999;
    grid-area: 1 / 1 / 3 / 2;
    align-self: stretch;
  }

  #w-node-_362dd4f2-3a49-0a23-08d4-90aef79a9436-75f7fa8b {
    grid-column: 1 / 2;
    grid-row-end: 3;
  }

  #w-node-_4bb149ba-6730-21fb-150f-4571c96e2449-75f7fa8b {
    order: -9999;
    grid-area: 1 / 1 / 3 / 2;
    align-self: stretch;
  }

  #w-node-e00f4df6-9143-e910-3e9f-663309ae1586-e4742c62, #w-node-e00f4df6-9143-e910-3e9f-663309ae1588-e4742c62 {
    grid-column: 1 / 2;
  }

  #w-node-_2194fb73-03e4-3abc-e467-1c4997dd846b-e4742c62 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_362dd4f2-3a49-0a23-08d4-90aef79a942a-e4742c62 {
    order: -9999;
    grid-area: 1 / 1 / 3 / 2;
    align-self: stretch;
  }

  #w-node-_362dd4f2-3a49-0a23-08d4-90aef79a9436-e4742c62 {
    grid-column: 1 / 2;
    grid-row-end: 3;
  }

  #w-node-_4bb149ba-6730-21fb-150f-4571c96e2449-e4742c62 {
    order: -9999;
    grid-area: 1 / 1 / 3 / 2;
    align-self: stretch;
  }

  #w-node-e00f4df6-9143-e910-3e9f-663309ae1586-7d8a62f2, #w-node-e00f4df6-9143-e910-3e9f-663309ae1588-7d8a62f2 {
    grid-column: 1 / 2;
  }

  #w-node-_2194fb73-03e4-3abc-e467-1c4997dd846b-7d8a62f2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_362dd4f2-3a49-0a23-08d4-90aef79a942a-7d8a62f2 {
    order: -9999;
    grid-area: 1 / 1 / 3 / 2;
    align-self: stretch;
  }

  #w-node-_362dd4f2-3a49-0a23-08d4-90aef79a9436-7d8a62f2 {
    grid-column: 1 / 2;
    grid-row-end: 3;
  }

  #w-node-_4bb149ba-6730-21fb-150f-4571c96e2449-7d8a62f2 {
    order: -9999;
    grid-area: 1 / 1 / 3 / 2;
    align-self: stretch;
  }

  #w-node-e00f4df6-9143-e910-3e9f-663309ae1586-c109a794, #w-node-e00f4df6-9143-e910-3e9f-663309ae1588-c109a794 {
    grid-column: 1 / 2;
  }

  #w-node-_2194fb73-03e4-3abc-e467-1c4997dd846b-c109a794 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_362dd4f2-3a49-0a23-08d4-90aef79a942a-c109a794 {
    order: -9999;
    grid-area: 1 / 1 / 3 / 2;
    align-self: stretch;
  }

  #w-node-_362dd4f2-3a49-0a23-08d4-90aef79a9436-c109a794 {
    grid-column: 1 / 2;
    grid-row-end: 3;
  }

  #w-node-_4bb149ba-6730-21fb-150f-4571c96e2449-c109a794 {
    order: -9999;
    grid-area: 1 / 1 / 3 / 2;
    align-self: stretch;
  }

  #w-node-e00f4df6-9143-e910-3e9f-663309ae1586-c89724a8, #w-node-e00f4df6-9143-e910-3e9f-663309ae1588-c89724a8 {
    grid-column: 1 / 2;
  }

  #w-node-_2194fb73-03e4-3abc-e467-1c4997dd846b-c89724a8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_362dd4f2-3a49-0a23-08d4-90aef79a942a-c89724a8 {
    order: -9999;
    grid-area: 1 / 1 / 3 / 2;
    align-self: stretch;
  }

  #w-node-_362dd4f2-3a49-0a23-08d4-90aef79a9436-c89724a8 {
    grid-column: 1 / 2;
    grid-row-end: 3;
  }

  #w-node-_4bb149ba-6730-21fb-150f-4571c96e2449-c89724a8 {
    order: -9999;
    grid-area: 1 / 1 / 3 / 2;
    align-self: stretch;
  }
}

@media screen and (max-width: 479px) {
  #w-node-c754577e-89fa-a05c-354d-6d47247e3961-b9a2d76a {
    grid-column-end: 2;
  }

  #w-node-_36d22a74-5d68-105d-52bb-05b893d84ee0-b9a2d76a {
    grid-column: span 1 / span 1;
  }

  #w-node-e9ab6673-0104-6222-50d8-dd95eca3f6c7-b9a2d76a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1a04f178-f7e7-3674-3996-a0a1285eaaf1-87a3772a, #w-node-_45bcfee0-bc4d-8903-e971-b75742863668-87a3772a {
    justify-self: center;
  }

  #w-node-_3aa902ee-67d8-b7c3-e8d4-e5cf74e8a91e-74e8a914 {
    justify-self: end;
  }

  #w-node-_3aa902ee-67d8-b7c3-e8d4-e5cf74e8a92a-74e8a914 {
    justify-self: start;
  }

  #w-node-fc881fd5-67a7-613d-9e4f-502f79f3247a-21b10d4f {
    place-self: center;
  }

  #w-node-d641c5b5-d71d-0237-f86b-fdd9a68b82f4-03a2d76f {
    grid-column-end: 2;
  }

  #w-node-_73532c59-84fb-d009-7ed9-ac77ae6c6df7-49a2d770 {
    grid-column: 1 / 4;
  }

  #w-node-_73532c59-84fb-d009-7ed9-ac77ae6c6df8-49a2d770 {
    grid-column-end: 2;
    place-self: stretch stretch;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349aca4-ffa2d771 {
    grid-column-end: 3;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349aca5-ffa2d771 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_263d571f-a4f7-2f64-25d8-3fe705068035-19a2d773 {
    grid-column-end: 2;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349aca4-e7a2d77b {
    grid-column-end: 3;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349aca5-e7a2d77b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2194fb73-03e4-3abc-e467-1c4997dd846b-ccc99ba9, #w-node-_2194fb73-03e4-3abc-e467-1c4997dd846b-b715087e, #w-node-_2194fb73-03e4-3abc-e467-1c4997dd846b-7d64097e, #w-node-_2194fb73-03e4-3abc-e467-1c4997dd846b-1f03866d, #w-node-_2194fb73-03e4-3abc-e467-1c4997dd846b-418026e5, #w-node-_2194fb73-03e4-3abc-e467-1c4997dd846b-75f7fa8b, #w-node-_2194fb73-03e4-3abc-e467-1c4997dd846b-e4742c62, #w-node-_2194fb73-03e4-3abc-e467-1c4997dd846b-7d8a62f2, #w-node-_2194fb73-03e4-3abc-e467-1c4997dd846b-c109a794, #w-node-_2194fb73-03e4-3abc-e467-1c4997dd846b-c89724a8 {
    grid-column-end: 2;
  }
}


@font-face {
  font-family: 'Thicccboi thicccaf';
  src: url('../fonts/THICCCBOI-ThicccAF.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Thicccboi';
  src: url('../fonts/THICCCBOI-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Thicccboi';
  src: url('../fonts/THICCCBOI-Bold.woff2') format('woff2'), url('../fonts/THICCCBOI-ExtraBold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Thicccboi';
  src: url('../fonts/THICCCBOI-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Thicccboi';
  src: url('../fonts/THICCCBOI-Black.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Thicccboi';
  src: url('../fonts/THICCCBOI-Thin.woff2') format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Thicccboi';
  src: url('../fonts/THICCCBOI-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Thicccboi';
  src: url('../fonts/THICCCBOI-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}