@font-face {
  font-family: Malibu Sunday Serif;
  src: url("../fonts/Malibu-Sunday-Serif.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Malibu Sunday Script;
  src: url("../fonts/Malibu-Sunday-Script.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.navbar-no-shadow {
  z-index: 9999;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.navbar-wrapper-2 {
  z-index: 35;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  color: #fff;
  background-color: #303544cc;
  border: 1px solid #ffffff1a;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  max-width: 1200px;
  height: 80px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.w-lightbox-backdrop,
.w-lightbox-container {
  z-index: 99999;
}

.menu-link {
  color: #fff;
  letter-spacing: -0.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;
}

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

.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.zero-height {
  padding-left: 50px;
  padding-right: 50px;
}

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

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

.dot.large.white {
  border-color: #e6e1db;
  width: 8px;
  height: 8px;
  margin-right: 24px;
}

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

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

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

.brand {
  z-index: 25;
  color: #fff;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  border-left-width: 1px;
  border-left-color: #ffffff1a;
  border-right: 1px #ffffff1a;
  justify-content: flex-start;
  align-items: center;
  margin-left: -1px;
  margin-right: -1px;
  padding-left: 24px;
  font-size: 22px;
  font-weight: 600;
  display: flex;
}

.nav-text {
  color: #e6e1db99;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-family: Unbounded, sans-serif;
  font-size: 12px;
  font-weight: 200;
}

.nav-text:hover {
  color: #a5865f;
}

.nav-text.w--current {
  color: #e3d1b2;
  font-weight: 400;
}

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

.grain {
  z-index: 1;
  opacity: 0.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;
}

.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-items {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100vw;
  display: flex;
  overflow: hidden;
}

.reel-link {
  z-index: 25;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-right: 1px #ffffff1a;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding-left: 32px;
  padding-right: 32px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.full-screen-menu {
  background-color: #12151a;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

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

.hero,
.section {
  background-image: linear-gradient(168deg, #e4e2dc, #7d7d7d 100%, #d8d4d4);
  width: 100%;
  height: 100svh;
}

.section.hero {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: linear-gradient(150deg, #363c4e, #1b2026);
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-end;
  height: auto;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  position: relative;
}

.section.information {
  background-image: linear-gradient(#18212a, #18212a00),
    linear-gradient(#1b2026, #292e3c 50%, #1b2026);
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: auto;
  padding-top: 48px;
  padding-bottom: 40px;
  display: flex;
  overflow: hidden;
}

.section.recentwork {
  background-image: linear-gradient(0deg, #18212a, #18212a00),
    linear-gradient(0deg, #1b2026, #292e3c 40% 60%, #1b2026);
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: auto;
  padding: 40px;
  display: flex;
  overflow: hidden;
}

.section.about_hero {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: linear-gradient(#363c4e, #1b2026);
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: auto;
  padding: 160px 50px 100px;
  display: flex;
  position: relative;
}

.section.work_hero,
.section.cs_hero {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: linear-gradient(#363c4e, #1b2026);
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: auto;
  padding: 180px 50px 40px;
  display: flex;
  position: relative;
}

.section.cswork {
  background-image: linear-gradient(0deg, #18212a, #18212a00),
    linear-gradient(0deg, #1b2026, #292e3c 40% 60%, #1b2026);
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: auto;
  padding: 40px;
  display: flex;
  overflow: hidden;
}

.section.pd_hero {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #18212a;
  background-image: none;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: auto;
  padding: 160px 50px 80px;
  display: flex;
  position: relative;
}

.section.pd_detail {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #18212a;
  background-image: none;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: auto;
  padding: 0 50px 100px;
  display: flex;
  position: relative;
}

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

.hero_container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100svw;
  max-width: 1200px;
  height: 100%;
  margin-top: 80px;
  display: grid;
}

.rotate-heading {
  color: #1f2731;
  letter-spacing: 0;
  white-space: nowrap;
  margin-top: 10px;
  font-family: Unbounded, sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 1.6em;
}

.rotating_text_container {
  z-index: 35;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  background-image: linear-gradient(90deg, #e3d1b2, #a5865f);
  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: 100%;
  max-width: 100vw;
  padding-bottom: 0;
  position: relative;
  overflow: visible;
  transform: scale(1.02) rotate(-3deg);
}

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

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

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

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

.text_shaheer {
  z-index: 996;
  width: 100%;
  position: relative;
}

.text_ahmed {
  z-index: 999;
  position: relative;
}

.image_me {
  z-index: 997;
  position: relative;
}

.gradient_hero {
  z-index: 998;
  background-image: linear-gradient(#0000 60%, #18212a),
    linear-gradient(#18212a00 60%, #18212a);
  width: 100%;
  height: 100%;
  position: absolute;
}

.s2_container {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  margin-top: 140px;
  margin-bottom: 80px;
  padding-left: 64px;
  padding-right: 64px;
  display: flex;
}

.s2_info {
  color: #e6e1db;
  text-align: center;
  font-family: Unbounded, sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 85%;
}

.s2_info.large {
  color: #e6e1db;
  text-align: center;
  font-family: Malibu Sunday Serif, Arial, sans-serif;
  font-size: 80px;
  font-weight: 400;
  line-height: 140%;
}

.s2_info.large_style {
  color: #e3d1b2;
  letter-spacing: 0;
  margin-left: -16px;
  margin-right: 8px;
  font-family: Malibu Sunday Script, Arial, sans-serif;
  font-size: 110px;
  font-weight: 400;
  line-height: 100%;
}

.s2_info.large_style._2,
.s2_info.large_style._2-copy {
  margin-left: -8px;
  margin-right: 8px;
  line-height: 100%;
}

.s2_info-regular {
  color: #e6e1db;
  text-align: center;
  letter-spacing: 8px;
  text-transform: uppercase;
  font-family: Unbounded, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 120%;
}

.underline-link {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  background-color: #0000;
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: #ffffff1a;
  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 {
  color: #fff;
  border-bottom-color: #ffffff1a;
  transition: all 0.4s;
  position: relative;
}

.underline-link.dark:hover {
  color: #e3d1b2;
}

.underline-link.dark:active {
  -webkit-text-stroke-color: #b19d7a;
}

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

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

.links_hero {
  z-index: 999;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 40px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.hero_links {
  color: #e6e1db;
  text-align: center;
  letter-spacing: 8px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 16px;
  padding-bottom: 10px;
  font-family: Unbounded, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 120%;
  text-decoration: none;
  transition: all 0.4s;
}

.hero_links:hover {
  color: #e3d1b2;
}

.hero_links:active {
  color: #a5865f;
}

.hero_links:visited {
  color: #e3d1b1;
}

.s3_container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
  display: grid;
}

.head_container {
  grid-template-rows: 16px 16px 16px 16px 16px 16px 16px 16px 16px 16px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: flex;
}

.work_container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: flex-start stretch;
  margin-top: 0;
  display: flex;
}

.recent_works_text {
  width: 100%;
}

.s3_info-para {
  color: #e6e1db;
  text-align: left;
  letter-spacing: 1px;
  font-family: Unbounded, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 140%;
}

.work_box {
  outline: 1px solid #e6e1db;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 600px;
  padding: 24px;
  text-decoration: none;
  display: flex;
  position: relative;

  .work_image {
    filter: saturate(10%);
    transition: all 0.5s;
  }
}

.work_box:hover {
  opacity: 1;
  outline-offset: 0px;
  outline: 1px solid #e6e1db;
  transition: all 0.5s;

  .work_image {
    filter: saturate(100%);
    transition: all 0.5s;
  }
}

.work_header {
  color: #e6e1db;
  text-align: left;
  letter-spacing: 2px;
  -webkit-text-stroke-color: #e2dfda;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Unbounded, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 140%;
}

.work_info {
  z-index: 999;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
  position: relative;
}

.work_info.cs_text {
  width: 60%;
}

.work_logo {
  z-index: 999;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.work_image {
  z-index: 99;
  filter: saturate(10%);
  height: 100%;
  position: absolute;
  inset: 0%;
}

.work_image._1 {
  background-image: url("../images/ADC_InterMiami_Crest-scaled.webp");
  background-position: 50%;
  background-size: cover;
}

.work_image._2 {
  background-image: url("../images/male-and-female-speakers-in-front-of-audience-at-a-2024-10-19-15-40-34-utc.jpg");
  background-position: 0%;
  background-size: cover;
}

.work_image._3 {
  background-image: url("../images/Main.jpg");
  background-position: 50%;
  background-size: cover;
}

.work_image._3.ad {
  background-image: url("../images/Main.webp");
}

.work_image._4 {
  background-image: url("../images/pexels-karolina-grabowska-4047151.jpg");
  background-position: 50% 100%;
  background-size: cover;
}

.work_image._5 {
  background-image: url("../images/1359151.jpeg");
  background-position: 0%;
  background-size: cover;
}

.work_image._7 {
  background-image: url("../images/277254.jpg");
  background-position: 50%;
  background-size: cover;
}

.work_image._6 {
  background-image: url("../images/ping-pong-table-male-playing-table-tennis-with-ra-2025-01-05-15-54-39-utc.jpg");
  background-position: 100%;
  background-size: cover;
}

.work_image._8 {
  background-image: url("../images/pexels-maksgelatin-4352247.jpg");
  background-position: 50% 100%;
  background-size: cover;
}

.work_image._9 {
  background-image: url("../images/pexels-shkrabaanthony-5217850.jpg");
  background-position: 50% 54%;
  background-size: cover;
}

.work_image._10 {
  background-image: url("../images/652a6e87b67bb5455fc211e1_5700d588970815.5de6b36aaa489.webp");
  background-position: 80%;
  background-size: cover;
}

.work_image._11 {
  background-image: url("../images/ricknmorty.png");
  background-position: 50%;
  background-size: cover;
}

.work_image_gradient {
  z-index: 99;
  background-image: linear-gradient(90deg, #18212a66, #18212a00),
    linear-gradient(70deg, #18212acc, #18212a33);
  height: 100%;
  position: absolute;
  inset: 0%;
}

.seeallwork_container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: stretch stretch;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.sticky-circle {
  z-index: 999;
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  border: 1px solid #ffffff1a;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  margin-top: 0;
  padding-left: 4px;
  font-size: 11px;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: auto;
}

.button_text {
  text-align: left;
  letter-spacing: 2px;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Malibu Sunday Serif, Arial, sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 140%;
}

.work_label {
  color: #e3d1b2;
  text-align: left;
  letter-spacing: 2px;
  -webkit-text-stroke-color: #e3d1b2;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Unbounded, sans-serif;
  font-size: 16px;
  font-weight: 200;
  line-height: 180%;
  display: inline;
}

.footer-column {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.footer-credit-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #a0a1af;
  letter-spacing: 4px;
  text-transform: uppercase;
  border-top: 1px solid #737e95;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-bottom: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 8px;
  display: grid;
}

.social-icon {
  border: 1px solid #ffffff1a;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  padding: 14px;
  display: flex;
}

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

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

.footer_link_text {
  color: #737e95;
  letter-spacing: 2px;
  text-transform: none;
  font-family: Unbounded, sans-serif;
  font-size: 12px;
  font-weight: 200;
}

.footer_image {
  width: 100%;
}

.footer_link_header {
  color: #e6e1db;
  letter-spacing: 2px;
  text-transform: none;
  font-family: Unbounded, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.div-block {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.f1_info {
  color: #e6e1db;
  text-align: center;
  font-family: Unbounded, sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 85%;
}

.f1_info.large {
  color: #e6e1db;
  text-align: center;
  font-family: Malibu Sunday Serif, Arial, sans-serif;
  font-size: 80px;
  font-weight: 400;
  line-height: 140%;
}

.f1_container {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.f1_regular {
  color: #737e95;
  text-align: center;
  letter-spacing: 2px;
  text-transform: none;
  font-family: Unbounded, sans-serif;
  font-size: 24px;
  font-weight: 200;
  line-height: 120%;
}

.f1_design {
  color: #e3d1b2;
  margin-left: -16px;
  margin-right: 8px;
  font-family: Malibu Sunday Script, Arial, sans-serif;
  font-size: 110px;
}

.footer_section {
  background-image: linear-gradient(168deg, #e4e2dc, #7d7d7d 100%, #d8d4d4);
  width: 100%;
  height: 100svh;
}

.footer_section.footer {
  background-image: linear-gradient(#18212a, #18212a00),
    linear-gradient(0deg, #1b2026, #1d202b 40% 60%, #1b2026);
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  overflow: hidden;
}

.cta_button {
  cursor: pointer;
  background-image: linear-gradient(90deg, #e3d1b2, #a5865f);
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 10px 14px 10px 16px;
  transition: all 0.4s;
  display: flex;
}

.cta_button:hover {
  background-color: #e6e1db;
  background-image: linear-gradient(90deg, #b4a58c, #d8b487);
}

.cta_text {
  color: #072b4d;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-family: Unbounded, sans-serif;
  font-size: 12px;
  font-weight: 500;
}

.testimonial-quote {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: space-between center;
  place-items: stretch stretch;
  padding: 0 80px;
  display: flex;
}

.slide-nav {
  display: none;
}

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

.subtitle {
  z-index: 10;
  color: #fffc;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 11px;
  position: relative;
}

.subtitle.small {
  font-family: Unbounded, sans-serif;
  font-size: 10px;
}

.testimonial-items {
  background-color: #161a20;
  min-height: 450px;
  margin-left: -79px;
  position: relative;
  overflow: hidden;
}

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

.left-arrow.bottom {
  border-top: 1px solid #ffffff1a;
  inset: auto auto 0% 0%;
}

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

.dark-fill {
  background-color: #1b2026;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.testimonial-name {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-self: stretch;
  width: 100%;
  display: flex;
}

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

.testimonial-feature._2 {
  background-image: url("../images/Roll2.webp");
}

.testimonial-feature._3 {
  background-image: url("../images/ping-pong-table-male-playing-table-tennis-with-ra-2025-01-05-15-54-39-utc.jpg");
}

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

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

.section-2.hidden {
  display: none;
}

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

.background.testimonial-background {
  background-image: url("../images/pexels-jess-vide-5008832.jpg");
  background-position: 100%;
  background-size: cover;
}

.client-name {
  color: #e6e1db;
  font-family: Malibu Sunday Serif, Arial, sans-serif;
  font-size: 24px;
  line-height: 130%;
}

.testimonial-text {
  color: #e6e1db;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Unbounded, sans-serif;
  font-size: 24px;
  font-weight: 300;
}

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

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

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

.heading {
  z-index: 25;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1px 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  display: none;
  position: relative;
}

.header_text {
  color: #e6e1db;
  text-align: center;
  letter-spacing: 8px;
  text-transform: uppercase;
  font-family: Unbounded, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 120%;
}

.cta_button_home {
  cursor: pointer;
  background-image: linear-gradient(90deg, #e3d1b2, #a5865f);
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 10px 14px 10px 16px;
  transition: all 0.4s;
  display: flex;
}

.cta_button_home:hover {
  background-color: #e6e1db;
  background-image: linear-gradient(90deg, #b4a58c, #d8b487);
}

.cta_container_home {
  display: none;
}

.about_hero_container {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  display: grid;
}

.about_img_container {
  background-image: url("../images/IMG_20180113_221547_442.jpg");
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
}

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

.about_img_text {
  width: 100%;
}

.about_text {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 24px;
  display: flex;
}

.about_paragraph {
  color: #e6e1db;
  text-align: justify;
  letter-spacing: 1px;
  font-family: Unbounded, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 140%;
}

.workhistory_text {
  width: 100%;
}

.details {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.work_text {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  width: 100%;
  display: flex;
}

.text-size-medium {
  text-align: left;
  letter-spacing: 0.05rem;
  font-family: Unbounded, sans-serif;
  font-size: 1.2rem;
  font-weight: 200;
  line-height: 2rem;
}

.text-size-medium.anim {
  font-size: 1.2rem;
  line-height: 1.8rem;
}

.workhis {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  background-color: #0d0d0d00;
  border-top: 0 #fff3;
  border-bottom: 1px solid #737e95;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: start flex-start;
  place-items: center start;
  width: 100%;
  max-width: 100rem;
  padding-bottom: 0;
  transition: all 0.5s;
  display: flex;
  position: relative;
  transform: translate(0);
}

.workhis.last {
  border-bottom-style: none;
}

.heading-style-h2 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-style-h2.work-exp {
  color: #fff7ef;
  letter-spacing: 0.05rem;
  align-self: baseline;
  font-family: Unbounded, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2.6rem;
}

.heading-style-h2.work-exp._1 {
  color: #e6e1db;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.4rem;
}

.heading-style-h2.work-exp.date {
  color: #e6e1db;
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 140%;
}

.heading-style-h2.work-exp-det {
  color: #7c8fb7;
  text-align: right;
  letter-spacing: 0.05rem;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Unbounded, sans-serif;
  font-size: 16px;
  font-weight: 200;
  line-height: 140%;
}

.heading-style-h2.h2 {
  letter-spacing: 0.1rem;
  font-family: Unbounded, sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.5;
}

.work_history_det {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start center;
  align-self: stretch;
  place-items: flex-start start;
  width: 60%;
  height: 100%;
  display: flex;
  position: relative;
}

.workhistory_link_text {
  z-index: 100;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #fff7ef;
  text-align: left;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: start space-between;
  place-items: flex-start start;
  width: 100%;
  max-width: 100rem;
  padding-top: 32px;
  padding-bottom: 32px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.work_content {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start flex-start;
  place-items: center start;
  width: 100%;
  max-width: 100%;
  display: flex;
  position: relative;
}

.work_stuff {
  color: #7c8fb7;
  font-weight: 200;
}

.project_container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: flex-start stretch;
  margin-top: 40px;
  display: grid;
}

.project-preview-large-image-wrapper {
  width: 100%;
  height: 600px;
  display: block;
  position: relative;
  overflow: hidden;
}

.view-button-wrapper {
  z-index: 999;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.view-button {
  z-index: 10;
  color: #fff;
  text-align: center;
  background-color: #1b2026;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  transition: transform 0.1s linear;
  display: flex;
  position: relative;
  overflow: hidden;
  transform: translate(0);
}

.view-button-icon {
  color: #e3d1b1;
  width: 30px;
  height: 30px;
  line-height: 100%;
  display: flex;
}

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

.project-preview-large-image-wrapper-2 {
  height: 100vh;
  display: block;
  position: relative;
  overflow: hidden;
}

.work_hero_container {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  display: grid;
}

.work_img_text {
  width: 100%;
}

.workhero_paragraph {
  color: #e6e1db;
  text-align: center;
  letter-spacing: 1px;
  font-family: Unbounded, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 140%;
}

.workhero_text {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.work_project_container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: flex-start stretch;
  margin-top: 40px;
  display: grid;
}

.work_project_container.other {
  grid-template-rows: auto;
}

.work_project_container.web,
.work_project_container.ds {
  grid-template-rows: auto auto;
}

.work_project_container.ai {
  grid-template-rows: auto;
}

.work_project_container.product {
  grid-template-rows: auto auto auto auto auto;
}

.w3_container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  display: grid;
}

.work_info-copy {
  grid-column-gap: 16px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.cs_img_text {
  width: 100%;
}

.cs_hero_container {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  display: grid;
}

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

.cshero_text {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.cshero_paragraph {
  color: #e6e1db;
  text-align: center;
  letter-spacing: 1px;
  font-family: Unbounded, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 140%;
}

.cs3_container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  display: grid;
}

.cs_project_container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: flex-start stretch;
  margin-top: 0;
  display: grid;
}

.projects_tabs_menu {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.project_tab {
  color: #e6e1db;
  letter-spacing: 4px;
  text-transform: uppercase;
  background-color: #ddd0;
  border: 1px solid #e6e1db;
  padding: 12px 24px;
  font-family: Unbounded, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 130%;
  transition: all 0.4s;
}

.project_tab:hover {
  background-color: #353c49;
}

.project_tab.w--current {
  color: #072b4d;
  background-color: #e6e1db;
}

.tabs-content {
  overflow: visible;
}

.work_preview_text {
  width: 80%;
  position: absolute;
}

.work_logo_image {
  height: 64px;
}

.body {
  background-color: #1b2026;
}

.pd_hero_container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  display: flex;
}

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

.pd_image {
  width: 100%;
  display: block;
  overflow: hidden;
}

.pd_image.degree37 {
  margin-bottom: -350px;
}

.pd_hero_text {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.pd_hero_paragraph {
  color: #e6e1db;
  text-align: left;
  letter-spacing: 1px;
  margin-bottom: 0;
  font-family: Unbounded, sans-serif;
  font-size: 32px;
  font-weight: 200;
  line-height: 140%;
}

.links_pd {
  z-index: 999;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.pd_links {
  color: #e6e1db;
  text-align: center;
  letter-spacing: 8px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 0;
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: Unbounded, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 120%;
  text-decoration: none;
  transition: all 0.4s;
}

.pd_links:hover {
  color: #e3d1b2;
}

.pd_links:active {
  color: #a5865f;
}

.pd_links:visited {
  color: #e3d1b1;
}

.pd_image_container {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
  overflow: hidden;
}

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

.pd_image_container.houseofco {
  justify-content: center;
  align-items: flex-end;
  overflow: visible;
}

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

.pd_head_info {
  z-index: 999;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
  position: relative;
}

.pd_header {
  color: #e6e1db;
  text-align: left;
  letter-spacing: 2px;
  -webkit-text-stroke-color: #e2dfda;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Unbounded, sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 130%;
}

.pd_label {
  color: #e3d1b2;
  text-align: left;
  letter-spacing: 2px;
  -webkit-text-stroke-color: #e3d1b2;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Unbounded, sans-serif;
  font-size: 16px;
  font-weight: 200;
  line-height: 180%;
  display: block;
}

.pd_header2 {
  color: #e6e1db;
  text-align: left;
  letter-spacing: 2px;
  -webkit-text-stroke-color: #e2dfda;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Unbounded, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 130%;
}

.pd_hero_paragraph2 {
  color: #e6e1db;
  text-align: left;
  letter-spacing: 1px;
  margin-bottom: 0;
  font-family: Unbounded, sans-serif;
  font-size: 24px;
  font-weight: 200;
  line-height: 140%;
}

.pd_header3 {
  color: #e6e1db;
  text-align: left;
  letter-spacing: 2px;
  -webkit-text-stroke-color: #e2dfda;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Unbounded, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 130%;
}

.service-item-content {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 0.55fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  width: 100%;
  display: grid;
}

.service-item-content-right {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  padding-top: 100px;
  padding-bottom: 0;
  display: flex;
}

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

.margin-bottom.margin-medium {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.margin-bottom.margin-medium-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.overflow-hidden {
  overflow: hidden;
}

.service-item-content-left {
  padding-top: 100px;
  padding-bottom: 0;
  position: sticky;
  top: 3rem;
}

.hero_image {
  aspect-ratio: 16 / 9;
  width: 100%;
  overflow: hidden;
}

.hero_image.dh {
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero_image.houseofco {
  justify-content: center;
  align-items: center;
  padding-bottom: 300px;
  display: flex;
}

.hero_image.mirai {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero_image.fanbank {
  flex-flow: row;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.hero_image.degree37 {
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.hero_image.audience {
  justify-content: center;
  align-items: center;
  display: flex;
}

.project-gallery-image-wrapper {
  position: relative;
  overflow: hidden;
  transform: translate(0);
}

.impact_numbers {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #141b23;
  flex-flow: column;
  flex: 1;
  justify-content: flex-end;
  align-items: flex-start;
  height: 200px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 24px;
  display: flex;
}

.impact_container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.impact_number {
  color: #e6e1db;
  text-align: left;
  letter-spacing: 2px;
  -webkit-text-stroke-color: #e2dfda;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Unbounded, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 130%;
}

.impact_det {
  color: #e6e1db;
  text-align: left;
  letter-spacing: 1px;
  margin-bottom: 0;
  font-family: Unbounded, sans-serif;
  font-size: 20px;
  font-weight: 200;
  line-height: 140%;
}

.impact_block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.pd_video {
  width: 100%;
  display: block;
  overflow: hidden;
}

.pd_video_container {
  justify-content: center;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

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

.lb_main {
  width: 100%;
}

.slider {
  height: auto;
  display: flex;
}

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

.loader_number {
  color: #e6e1db;
  margin-bottom: 0;
  padding-bottom: 0.14em;
  font-family: Malibu Sunday Serif, Arial, sans-serif;
  font-size: 20.42em;
  font-weight: 500;
  line-height: 0.55;
}

.container {
  z-index: 2;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 1.3em;
  position: relative;
}

.container.is-loader-top {
  mix-blend-mode: difference;
  border-width: 1px;
  border-color: #e6e1db;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.container.is-loader-bottom {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.loader_p {
  color: #e6e1db;
  text-transform: uppercase;
  margin-top: 8px;
  margin-bottom: 0;
  font-family: Malibu Sunday Serif, Arial, sans-serif;
  font-size: 1.82em;
  line-height: 1;
}

.loader_p.is-right {
  text-align: right;
}

.trigger {
  width: 0;
  height: 0;
  padding: 0;
  display: none;
  position: fixed;
  inset: 0% auto auto 0%;
}

.loader_progress {
  z-index: 1;
  background-image: linear-gradient(135deg, #e3d1b2, #a5865f);
  width: 50%;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.loader {
  z-index: 1000;
  color: #000;
  background-color: #262d38;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
  overflow: hidden;
}

.page-wrapper {
  z-index: 9999;
  width: 100%;
  height: 100svh;
  font-size: 1em;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.loader_top {
  color: #eb412b;
  border-bottom: 2px solid #e6e1db;
  position: relative;
}

.global-styles {
  position: fixed;
  inset: 0% 0% auto;
}

.html {
  width: 0;
  height: 0;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  .navbar-wrapper-2 {
    grid-template-columns: auto 1fr auto;
    height: 65px;
  }

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

  .grid-wrapper.zero-height {
    padding-left: 32px;
    padding-right: 32px;
  }

  .brand {
    border-left-style: none;
    justify-content: center;
    align-items: center;
    width: 96px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .nav-right {
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .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-items {
    text-align: center;
  }

  .reel-link,
  .full-screen-menu {
    display: none;
  }

  .menu-button-2 {
    display: flex;
  }

  .section.pd_hero {
    padding: 150px 32px 40px;
  }

  .section.pd_detail {
    padding-top: 40px;
    padding-left: 32px;
    padding-right: 32px;
  }

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

  .s2_container {
    margin-top: 100px;
    margin-bottom: 100px;
  }

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

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

  .footer_section.footer {
    padding-left: 32px;
    padding-right: 32px;
  }

  .cta_button {
    display: none;
  }

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

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

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

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

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

  .heading {
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .header_text {
    letter-spacing: 2px;
    font-size: 14px;
    font-weight: 500;
  }

  .cta_button_home {
    display: none;
  }

  .details {
    flex: none;
  }

  .work_text {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .text-size-medium {
    font-size: 1rem;
    line-height: 1.6rem;
  }

  .text-size-medium.anim {
    font-size: 1rem;
    line-height: 1.8rem;
  }

  .workhis {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .heading-style-h2.work-exp._1 {
    font-size: 1rem;
  }

  .projects_tabs_menu {
    opacity: 1;
  }

  .heading-style-h2.h2 {
    font-size: 1.2rem;
  }

  .work_history_det {
    width: auto;
  }

  .workhistory_link_text {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    padding-left: 0;
    padding-right: 0;
  }

  .project-preview-large-image-wrapper {
    height: 75vw;
  }

  .view-button {
    display: none;
  }

  .project-preview-large-image-wrapper-2 {
    height: 75vw;
  }

  .pd_hero_container {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .pd_hero_paragraph {
    font-size: 24px;
  }

  .links_pd {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .pd_head_info {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .pd_header {
    font-size: 48px;
  }

  .service-item-content {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    padding: 0;
    display: flex;
  }

  .service-item-content-right {
    padding-top: 0;
  }

  .nav-text {
    color: #e3d1b28c;
    font-family: Malibu Sunday Serif, Arial, sans-serif;
    font-size: 40px;
    font-weight: 600;
    line-height: 200%;
  }

  .nav-text.w--current {
    font-weight: 600;
  }

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

  .service-item-content-left {
    padding-top: 0;
    position: static;
  }

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

  .container {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .loader {
    justify-content: center;
    align-items: center;
  }

  .loader_top {
    border-top: 2px solid #000;
    position: absolute;
    inset: 0% 0% auto;
  }
}

@media screen and (max-width: 767px) {
  .navbar-wrapper-2 {
    grid-column-gap: 18px;
  }

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

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

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

  .menu-button-2 {
    width: 84px;
  }

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

  .sticky-circle {
    z-index: 50;
    background-color: #161a20;
    width: 80px;
    height: 80px;
    margin-top: 0;
    margin-bottom: 0;
    top: 101px;
    bottom: auto;
  }

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

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

  .cta_button {
    width: 84px;
  }

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

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

  .left-arrow {
    border-bottom: 1px solid #ffffff1a;
    width: 50%;
    height: 60px;
  }

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

  .nav-text {
    color: #e3d1b28c;
    font-family: Malibu Sunday Serif, Arial, sans-serif;
    font-size: 40px;
    font-weight: 600;
    line-height: 200%;
  }

  .nav-text.w--current {
    font-weight: 600;
  }

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

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

  .rotate-text {
    transform: none;
  }

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

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

  .cta_button_home {
    width: 84px;
  }

  .details {
    order: -1;
    justify-content: center;
    align-items: flex-start;
  }

  .heading-style-h2 {
    font-size: 2rem;
  }

  .workhistory_link_text {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .service-item-content {
    padding: 2.5rem 2.5rem 1.5rem;
  }

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

@media screen and (max-width: 479px) {
  .navbar-wrapper-2 {
    height: 60px;
    margin-top: 20px;
  }

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

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

  .grid-wrapper.zero-height {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .dot.large.white {
    display: none;
  }

  .brand {
    justify-content: flex-start;
    align-items: center;
    padding-left: 16px;
    padding-right: 16px;
  }

  .nav-text {
    color: #e3d1b28c;
    font-family: Malibu Sunday Serif, Arial, sans-serif;
    font-size: 40px;
    font-weight: 600;
    line-height: 200%;
  }

  .nav-text.w--current {
    font-weight: 600;
  }

  .menu-wrapper {
    flex-flow: column;
    place-items: center;
    margin-bottom: 0;
    padding-bottom: 0;
    display: flex;
  }

  .full-screen-menu {
    background-color: #1b2026;
    display: none;
  }

  .menu-button-2 {
    justify-content: flex-end;
    align-items: center;
    padding-right: 16px;
  }

  .section.hero {
    height: 100svh;
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden;
  }

  .section.information,
  .section.recentwork {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section.about_hero {
    padding: 100px 20px 40px;
    overflow: hidden;
  }

  .section.work_hero {
    padding-top: 140px;
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden;
  }

  .section.cs_hero {
    padding: 140px 20px 40px;
    overflow: hidden;
  }

  .section.cswork {
    padding: 0 20px;
  }

  .section.pd_hero {
    padding: 100px 20px 40px;
    overflow: hidden;
  }

  .section.pd_detail {
    padding: 40px 20px;
    overflow: hidden;
  }

  .hero_container {
    grid-column-gap: 16px;
    grid-row-gap: 32px;
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    padding-bottom: 40px;
    display: grid;
  }

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

  .rotating_text_container {
    padding-top: 24px;
    padding-bottom: 0;
    display: none;
  }

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

  .text_shaheer {
    z-index: 998;
    position: relative;
  }

  .text_ahmed {
    position: relative;
  }

  .image_me {
    justify-content: center;
    align-items: flex-end;
    max-width: none;
    height: 100%;
    display: flex;
    position: relative;
  }

  .image_me.image-mob {
    height: 80%;
  }

  .s2_container {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-top: 56px;
    margin-bottom: 56px;
    padding-left: 0;
    padding-right: 0;
  }

  .s2_info.large {
    font-size: 40px;
    line-height: 160%;
  }

  .s2_info.large_style {
    margin-left: 0;
    font-size: 60px;
  }

  .s2_info-regular {
    font-size: 12px;
  }

  .links_hero {
    display: none;
  }

  .s3_container {
    grid-row-gap: 32px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .work_container {
    flex-flow: column;
    display: flex;
  }

  .s3_info-para {
    text-align: justify;
    font-size: 16px;
    line-height: 150%;
  }

  .work_box {
    width: 100%;
    height: 400px;
    padding: 16px;
  }

  .work_header {
    font-size: 24px;
    font-weight: 500;
  }

  .work_logo {
    height: auto;
  }

  .work_image_gradient {
    background-image: linear-gradient(45deg, #18212a66, #18212a00),
      linear-gradient(45deg, #18212acc, #18212a33);
  }

  .seeallwork_container {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .button_text {
    font-size: 32px;
  }

  .work_label {
    font-size: 12px;
  }

  .footer-column {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .footer-credit-wrapper {
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-top: 0;
    margin-bottom: 20px;
  }

  .f1_info.large {
    font-size: 40px;
  }

  .f1_regular {
    font-size: 16px;
  }

  .f1_design {
    margin-left: 0;
    font-size: 56px;
  }

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

  .cta_text {
    font-size: 16px;
  }

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

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

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

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

  .heading {
    display: none;
  }

  .cta_button_home {
    z-index: 999;
    width: 100%;
    padding: 16px 24px;
    display: flex;
    position: relative;
  }

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

  .about_hero_container {
    grid-column-gap: 16px;
    grid-row-gap: 32px;
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    padding-bottom: 40px;
    display: grid;
  }

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

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

  .about_text {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    justify-content: center;
    align-items: center;
  }

  .about_paragraph {
    text-align: justify;
    font-size: 16px;
    line-height: 150%;
  }

  .details {
    order: -1;
    justify-content: space-between;
    align-items: center;
  }

  .text-size-medium {
    text-align: left;
    font-size: 1rem;
    line-height: 1.6rem;
  }

  .workhis {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .heading-style-h2.work-exp {
    text-align: left;
  }

  .heading-style-h2.work-exp._1 {
    text-align: center;
    width: 100%;
    line-height: 1.5rem;
  }

  .heading-style-h2.h2 {
    font-size: 1.5rem;
  }

  .work_history_det {
    flex: none;
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    display: flex;
  }

  .workhistory_link_text {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .project_container {
    flex-flow: column;
    display: flex;
  }

  .work_hero_container {
    grid-column-gap: 16px;
    grid-row-gap: 32px;
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    padding-bottom: 0;
    display: grid;
  }

  .workhero_paragraph {
    text-align: justify;
    font-size: 16px;
    line-height: 150%;
  }

  .work_project_container {
    flex-flow: column;
    display: flex;
  }

  .w3_container {
    grid-row-gap: 32px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-top: 0;
    margin-bottom: 40px;
  }

  .work_info-copy {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .cs_hero_container {
    grid-column-gap: 16px;
    grid-row-gap: 32px;
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    place-items: center stretch;
    width: 100%;
    padding-bottom: 0;
    display: grid;
  }

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

  .cshero_paragraph {
    text-align: justify;
    font-size: 16px;
    line-height: 150%;
  }

  .cs3_container {
    grid-row-gap: 32px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .cs_project_container {
    flex-flow: column;
    display: flex;
  }

  .work_logo_image {
    height: 48px;
  }

  .pd_hero_container {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    place-items: center stretch;
    width: 100%;
    padding-bottom: 0;
    display: flex;
  }

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

  .pd_hero_paragraph {
    text-align: center;
    font-size: 16px;
    line-height: 150%;
  }

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

  .pd_image_container.grid {
    flex-flow: column;
    display: flex;
  }

  .pd_head_info {
    justify-content: space-between;
    align-items: center;
  }

  .pd_header {
    text-align: center;
    font-size: 32px;
  }

  .pd_label {
    text-align: center;
    font-size: 16px;
  }

  .pd_header2 {
    font-size: 24px;
  }

  .pd_hero_paragraph2 {
    text-align: justify;
    font-size: 16px;
    line-height: 150%;
  }

  .pd_header3 {
    font-size: 18px;
  }

  .service-item-content {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    padding: 0;
  }

  .service-item-content-right {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding-top: 0;
  }

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

  .margin-bottom.margin-medium,
  .margin-bottom.margin-medium-2 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .service-item-content-left {
    padding-top: 0;
  }

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

  .impact_number {
    font-size: 18px;
  }

  .impact_det {
    text-align: justify;
    font-size: 16px;
    line-height: 150%;
  }

  .pd_video_container.grid {
    flex-flow: column;
    display: flex;
  }

  .loader_number {
    font-size: 40vw;
  }
}

#w-node-_44258868-d3bf-dbba-3148-3346ed5040be-68479a33 {
  grid-area: 5 / 1 / 8 / 13;
  place-self: center stretch;
}

#w-node-_333280ef-02a4-a025-6af3-959d162a9435-68479a33 {
  grid-area: 3 / 5 / 13 / 13;
  align-self: end;
}

#w-node-ea9365cd-0b42-cb60-f90e-ce80c1489ec0-68479a33 {
  grid-area: 7 / 1 / 10 / 7;
}

#w-node-cb957eff-a457-2bf1-926a-48befd4d9795-68479a33 {
  grid-area: 12 / 1 / 13 / 13;
  place-self: end start;
}

#w-node-_0d26dadc-e185-e302-9905-dbddab72b791-68479a33 {
  grid-area: 2 / 2 / 3 / 3;
  justify-self: end;
}

#w-node-c0d992d4-715c-795e-2718-b3e119e10ae8-68479a33 {
  grid-area: 1 / 1 / 3 / 6;
  align-self: start;
}

#w-node-c0d992d4-715c-795e-2718-b3e119e10aea-68479a33 {
  grid-area: 2 / 7 / 5 / 13;
  align-self: start;
}

#w-node-b048baed-2cb7-c594-6cc2-32fa1cb5de27-68479a33 {
  grid-area: 5 / 1 / 6 / 13;
  align-self: start;
}

#w-node-b048baed-2cb7-c594-6cc2-32fa1cb5de28-68479a33 {
  grid-area: 1 / 1 / 2 / 8;
}

#w-node-b048baed-2cb7-c594-6cc2-32fa1cb5de36-68479a33 {
  grid-area: 1 / 8 / 2 / 13;
}

#w-node-b048baed-2cb7-c594-6cc2-32fa1cb5de44-68479a33 {
  grid-area: 2 / 1 / 3 / 13;
}

#w-node-b048baed-2cb7-c594-6cc2-32fa1cb5de52-68479a33 {
  grid-area: 3 / 1 / 4 / 6;
}

#w-node-b048baed-2cb7-c594-6cc2-32fa1cb5de60-68479a33 {
  grid-area: 3 / 6 / 4 / 13;
}

#w-node-b048baed-2cb7-c594-6cc2-32fa1cb5de6e-68479a33 {
  grid-area: 4 / 1 / 5 / 13;
}

#w-node-c0d992d4-715c-795e-2718-b3e119e10b42-68479a33 {
  grid-area: 6 / 1 / 7 / 13;
  align-self: start;
}

#w-node-_76c37e8e-3d90-e599-5230-bb8b0b7ba4d7-68479a33 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_76c37e8e-3d90-e599-5230-bb8b0b7ba4d8-68479a33 {
  grid-area: 1 / 2 / 2 / 5;
  justify-self: stretch;
}

#w-node-f1b1ebd3-a52d-e2e8-8bbc-be7663eec8d3-68479a33 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f1b1ebd3-a52d-e2e8-8bbc-be7663eec8d4-68479a33 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f1b1ebd3-a52d-e2e8-8bbc-be7663eec8d6-68479a33 {
  align-self: center;
}

#w-node-f1b1ebd3-a52d-e2e8-8bbc-be7663eec8dd-68479a33 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_76c37e8e-3d90-e599-5230-bb8b0b7ba4df-68479a33 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_76c37e8e-3d90-e599-5230-bb8b0b7ba4e0-68479a33 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_76c37e8e-3d90-e599-5230-bb8b0b7ba4e4-68479a33 {
  align-self: center;
}

#w-node-_76c37e8e-3d90-e599-5230-bb8b0b7ba4eb-68479a33 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-eec19e5e-6952-f908-b304-d572a0c882ec-68479a33 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-eec19e5e-6952-f908-b304-d572a0c882ed-68479a33 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-eec19e5e-6952-f908-b304-d572a0c882ef-68479a33 {
  align-self: center;
}

#w-node-eec19e5e-6952-f908-b304-d572a0c882f6-68479a33,
#w-node-_76c37e8e-3d90-e599-5230-bb8b0b7ba534-68479a33 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-f9be21d8-5a8a-b403-f701-015201478fb9-01478fa7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: start;
}

#w-node-f9be21d8-5a8a-b403-f701-015201478fc1-01478fa7 {
  grid-area: 1 / 5 / 2 / 6;
}

#w-node-_3d61d78f-38a6-dc71-cfdf-78e20b6d023e-0b6d023b,
#w-node-_3d61d78f-38a6-dc71-cfdf-78e20b6d0241-0b6d023b,
#w-node-_3d61d78f-38a6-dc71-cfdf-78e20b6d0244-0b6d023b,
#w-node-_3d61d78f-38a6-dc71-cfdf-78e20b6d0247-0b6d023b,
#w-node-_763fbec2-4918-4423-c160-8b12af94267d-0b6d023b {
  place-self: center;
}

#w-node-_9b31a65f-deb9-b96f-7fc2-a99657780a29-57780a07 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_9b31a65f-deb9-b96f-7fc2-a99657780a2a-57780a07 {
  grid-area: 1 / 1 / 2 / 3;
  place-self: stretch stretch;
}

#w-node-_9b31a65f-deb9-b96f-7fc2-a99657780a2c-57780a07 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-eb8f0c82-ea40-efc4-d081-bd5849592fa8-57780a07,
#w-node-_9b31a65f-deb9-b96f-7fc2-a99657780a3d-57780a07 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: stretch;
}

#w-node-_0f3cdb3d-fa76-8deb-296c-06b83efcca7b-df8204ad {
  grid-area: 1 / 1 / 13 / 7;
}

#w-node-_060c0e00-664f-a35b-0208-9d70704a499d-df8204ad {
  grid-area: 1 / 7 / 13 / 13;
}

#w-node-_77161072-1b2e-a599-1604-cd0ee332221f-df8204ad {
  grid-area: 1 / 1 / 3 / 7;
}

#w-node-_0dd64db1-804d-3b44-9e06-0054cfbba756-df8204ad {
  grid-area: 3 / 1 / 9 / 7;
  place-self: stretch stretch;
}

#w-node-_8a6ce7e5-acb2-d3f4-ab5f-b83ebbdcfbea-df8204ad {
  grid-area: 1 / 1 / 3 / 6;
  align-self: start;
}

#w-node-_8a6ce7e5-acb2-d3f4-ab5f-b83ebbdcfbec-df8204ad {
  grid-area: 3 / 1 / 6 / 6;
  align-self: start;
}

#w-node-_8a6ce7e5-acb2-d3f4-ab5f-b83ebbdcfbee-df8204ad {
  grid-area: 3 / 7 / 7 / 13;
  align-self: start;
}

#w-node-_8a6ce7e5-acb2-d3f4-ab5f-b83ebbdcfbef-df8204ad {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_8a6ce7e5-acb2-d3f4-ab5f-b83ebbdcfbf2-df8204ad,
#w-node-_8a6ce7e5-acb2-d3f4-ab5f-b83ebbdcfbff-df8204ad,
#w-node-_8a6ce7e5-acb2-d3f4-ab5f-b83ebbdcfc0c-df8204ad,
#w-node-_8a6ce7e5-acb2-d3f4-ab5f-b83ebbdcfc19-df8204ad {
  grid-area: 1 / 5 / 2 / 10;
}

#w-node-_060c0e00-664f-a35b-0208-9d70704a499d-9fbb77e7 {
  grid-area: 1 / 1 / 13 / 13;
}

#w-node-_77161072-1b2e-a599-1604-cd0ee332221f-9fbb77e7 {
  grid-area: 1 / 2 / 2 / 6;
}

#w-node-_0dd64db1-804d-3b44-9e06-0054cfbba756-9fbb77e7 {
  grid-area: 2 / 2 / 3 / 6;
  place-self: stretch stretch;
}

#w-node-_38f355db-dacc-68e5-7161-7204816c4bac-9fbb77e7 {
  grid-area: span 6 / span 12 / span 6 / span 12;
}

#w-node-_1c8fbbd6-351e-e69f-2c47-4558521d7ba9-9fbb77e7 {
  grid-area: 5 / 1 / 6 / 13;
  align-self: start;
}

#w-node-_1c8fbbd6-351e-e69f-2c47-4558521d7baa-9fbb77e7 {
  grid-area: 1 / 1 / 2 / 8;
}

#w-node-_1c8fbbd6-351e-e69f-2c47-4558521d7bb5-9fbb77e7 {
  grid-area: 1 / 8 / 2 / 13;
}

#w-node-_1c8fbbd6-351e-e69f-2c47-4558521d7bc0-9fbb77e7 {
  grid-area: 2 / 1 / 3 / 13;
}

#w-node-_1c8fbbd6-351e-e69f-2c47-4558521d7bcb-9fbb77e7 {
  grid-area: 3 / 1 / 4 / 6;
}

#w-node-_1c8fbbd6-351e-e69f-2c47-4558521d7bd6-9fbb77e7 {
  grid-area: 3 / 6 / 4 / 13;
}

#w-node-_1c8fbbd6-351e-e69f-2c47-4558521d7be1-9fbb77e7 {
  grid-area: 4 / 1 / 5 / 13;
}

#w-node-a32129c9-47f6-f9b9-15a8-76f238957b03-9fbb77e7 {
  grid-area: 5 / 1 / 6 / 8;
}

#w-node-be7f07b9-81ea-5a42-78be-05ae0f2f3399-9fbb77e7 {
  grid-area: 5 / 8 / 6 / 13;
}

#w-node-_17bda5fe-0bb5-d2e4-fdf7-39881c9a3709-9fbb77e7 {
  grid-area: 6 / 1 / 7 / 13;
}

#w-node-_2d0de8d9-53fa-37f7-190e-316550a6c25d-9fbb77e7 {
  grid-area: 7 / 1 / 8 / 6;
}

#w-node-_2b20fa1a-935d-4e6f-ba7f-df7b92208ed5-9fbb77e7 {
  grid-area: 7 / 6 / 8 / 13;
}

#w-node-_2973ac31-f4fd-d722-acbe-eae417f205a9-9fbb77e7 {
  grid-area: 1 / 1 / 2 / 8;
}

#w-node-_2973ac31-f4fd-d722-acbe-eae417f205b7-9fbb77e7 {
  grid-area: 1 / 8 / 2 / 13;
}

#w-node-_2973ac31-f4fd-d722-acbe-eae417f205c5-9fbb77e7 {
  grid-area: 2 / 1 / 3 / 13;
}

#w-node-_2973ac31-f4fd-d722-acbe-eae417f205d3-9fbb77e7 {
  grid-area: 3 / 1 / 4 / 6;
}

#w-node-_2973ac31-f4fd-d722-acbe-eae417f205e1-9fbb77e7 {
  grid-area: 3 / 6 / 4 / 13;
}

#w-node-_2973ac31-f4fd-d722-acbe-eae417f205ef-9fbb77e7 {
  grid-area: 4 / 1 / 5 / 13;
}

#w-node-_2973ac31-f4fd-d722-acbe-eae417f205fd-9fbb77e7 {
  grid-area: 5 / 1 / 6 / 8;
}

#w-node-_2973ac31-f4fd-d722-acbe-eae417f20619-9fbb77e7 {
  grid-area: 5 / 8 / 6 / 13;
}

#w-node-_4e755e5b-523a-526d-19c9-569013f62a1a-9fbb77e7 {
  grid-area: 1 / 1 / 2 / 8;
}

#w-node-_4e755e5b-523a-526d-19c9-569013f62a60-9fbb77e7 {
  grid-area: 1 / 8 / 2 / 13;
}

#w-node-_2b4cbaab-4e97-0aef-e873-f526679cfcc1-9fbb77e7 {
  grid-area: 1 / 1 / 2 / 8;
}

#w-node-_2b4cbaab-4e97-0aef-e873-f526679cfccf-9fbb77e7 {
  grid-area: 2 / 1 / 3 / 13;
}

#w-node-_2b4cbaab-4e97-0aef-e873-f526679cfcdd-9fbb77e7 {
  grid-area: 1 / 8 / 2 / 13;
}

#w-node-fb2cfb1b-f334-67ee-2d5e-31b0b11798dc-9fbb77e7 {
  grid-area: 1 / 1 / 2 / 8;
}

#w-node-fb2cfb1b-f334-67ee-2d5e-31b0b1179930-9fbb77e7 {
  grid-area: 1 / 8 / 2 / 13;
}

#w-node-fb2cfb1b-f334-67ee-2d5e-31b0b117993e-9fbb77e7 {
  grid-area: 2 / 1 / 3 / 13;
}

#w-node-e54d4d31-c783-053a-c3fe-0535eaae93d2-9fbb77e7 {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-e54d4d31-c783-053a-c3fe-0535eaae93e0-9fbb77e7 {
  grid-area: 1 / 6 / 2 / 13;
}

#w-node-_060c0e00-664f-a35b-0208-9d70704a499d-f8be3ad9 {
  grid-area: 1 / 1 / 13 / 13;
}

#w-node-_77161072-1b2e-a599-1604-cd0ee332221f-f8be3ad9 {
  grid-area: 1 / 2 / 2 / 6;
}

#w-node-_0dd64db1-804d-3b44-9e06-0054cfbba756-f8be3ad9 {
  grid-area: 2 / 2 / 3 / 6;
  place-self: stretch stretch;
}

#w-node-_326c21e7-621f-1870-12a6-6ad3607aee3d-f8be3ad9 {
  grid-area: 1 / 1 / 7 / 13;
  align-self: start;
}

#w-node-_326c21e7-621f-1870-12a6-6ad3607aee4c-f8be3ad9,
#w-node-_326c21e7-621f-1870-12a6-6ad3607aee3e-f8be3ad9,
#w-node-e5d80a74-4f76-02ec-af26-2f39aa0f3713-f8be3ad9,
#w-node-_064dab52-2fe5-48c1-2988-a85e541d65af-f8be3ad9,
#w-node-_1cb9ce0f-ec4f-b6b0-0791-dc588a247f75-f8be3ad9 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_24c23061-50e3-9aaf-aa3f-73f5ea1ce2ec-d87a8fa2 {
  grid-area: 1 / 1 / 13 / 13;
}

#w-node-_42f85ff8-f084-d917-2dda-b174af8b80ec-d87a8fa2 {
  grid-area: 2 / 1 / 3 / 9;
  place-self: center;
}

#w-node-_24c23061-50e3-9aaf-aa3f-73f5ea1ce2ee-d87a8fa2 {
  grid-area: 1 / 1 / 2 / 7;
  place-self: stretch stretch;
}

#w-node-_24c23061-50e3-9aaf-aa3f-73f5ea1ce2f2-d87a8fa2 {
  grid-area: 1 / 7 / 2 / 9;
}

#w-node-_7f5bc3a9-edd1-36b6-8596-f50c6d0c523a-d87a8fa2,
#w-node-_73befdc0-7750-fcd1-d1cd-68201ce0dbe9-d87a8fa2,
#w-node-b243b443-83a8-d829-3475-c8b975d54740-d87a8fa2 {
  grid-area: 2 / 1 / 3 / 9;
}

#w-node-_6f05be97-149e-aeaa-9b2c-7b341f955c71-d87a8fa2,
#w-node-e03c0374-0581-19db-17f2-14c0824afe2c-d87a8fa2 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_2dd63e16-fc80-271c-ce4e-e784715937c5-d87a8fa2 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_942fdceb-12a9-6bd3-491f-19fc166a9490-d87a8fa2,
#w-node-d4c95436-22dc-c2e2-4b1f-bd43e5ce30db-d87a8fa2 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_8b900869-3816-707e-0801-1e476be54457-d87a8fa2 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_6f91e03d-c489-07a0-9e9b-aa8f17498a80-d87a8fa2,
#w-node-e4183c70-a799-fe4d-ac83-3ef8fab578da-d87a8fa2 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-cbebdd17-c655-760a-67e8-e6affc06ac2e-d87a8fa2 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_6c23700c-2fd4-32d1-47a1-3c7759627499-d87a8fa2,
#w-node-_6997bcc0-d877-73f4-aa4a-9638bd44685f-d87a8fa2,
#w-node-_1b507784-2a05-d577-95b9-4a93024db4dc-d87a8fa2,
#w-node-_213b7c91-eeb8-910d-dbbc-bf85fe61369f-d87a8fa2,
#w-node-_5eed743e-0566-6d4a-9c73-f4b8418a939d-d87a8fa2,
#w-node-_51648152-23d9-ddd4-6262-97710a225ba0-d87a8fa2,
#w-node-_6ea32025-6d2a-5f14-db9e-5efcba1d69f0-d87a8fa2,
#w-node-ffac840c-f642-eb5c-506e-38b338b8a5d4-d87a8fa2,
#w-node-fc857d27-f5db-44cc-1827-f48d55db1f0f-d87a8fa2,
#w-node-_96e7fd61-74f1-3769-c5d0-683bc0983761-d87a8fa2,
#w-node-_4840966f-5d55-3841-1fa5-8254b20ff864-d87a8fa2,
#w-node-a7e02f46-c153-665a-7108-88dca4f49f5e-d87a8fa2 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_840ec281-2253-909b-0680-1fc9376c25f1-d87a8fa2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: start;
}

#w-node-_840ec281-2253-909b-0680-1fc9376c25f9-d87a8fa2 {
  grid-area: 1 / 5 / 2 / 6;
}

#w-node-_24c23061-50e3-9aaf-aa3f-73f5ea1ce2ec-95dbcc16 {
  grid-area: 1 / 1 / 13 / 13;
}

#w-node-_42f85ff8-f084-d917-2dda-b174af8b80ec-95dbcc16 {
  grid-area: 2 / 1 / 3 / 9;
  place-self: center;
}

#w-node-_24c23061-50e3-9aaf-aa3f-73f5ea1ce2ee-95dbcc16 {
  grid-area: 1 / 1 / 2 / 7;
  place-self: stretch stretch;
}

#w-node-_24c23061-50e3-9aaf-aa3f-73f5ea1ce2f2-95dbcc16 {
  grid-area: 1 / 7 / 2 / 9;
}

#w-node-_7f5bc3a9-edd1-36b6-8596-f50c6d0c523a-95dbcc16,
#w-node-_73befdc0-7750-fcd1-d1cd-68201ce0dbe9-95dbcc16,
#w-node-b243b443-83a8-d829-3475-c8b975d54740-95dbcc16 {
  grid-area: 2 / 1 / 3 / 9;
}

#w-node-_1919991f-b41b-67b8-4ce8-4c4ca7c82d47-95dbcc16,
#w-node-_1919991f-b41b-67b8-4ce8-4c4ca7c82d49-95dbcc16 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_1919991f-b41b-67b8-4ce8-4c4ca7c82d4b-95dbcc16 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_1919991f-b41b-67b8-4ce8-4c4ca7c82d4d-95dbcc16,
#w-node-_1919991f-b41b-67b8-4ce8-4c4ca7c82d4f-95dbcc16 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_1919991f-b41b-67b8-4ce8-4c4ca7c82d51-95dbcc16 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_1919991f-b41b-67b8-4ce8-4c4ca7c82d53-95dbcc16,
#w-node-_1919991f-b41b-67b8-4ce8-4c4ca7c82d55-95dbcc16 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_1919991f-b41b-67b8-4ce8-4c4ca7c82d57-95dbcc16 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_1919991f-b41b-67b8-4ce8-4c4ca7c82d59-95dbcc16,
#w-node-_1919991f-b41b-67b8-4ce8-4c4ca7c82d5b-95dbcc16,
#w-node-_1919991f-b41b-67b8-4ce8-4c4ca7c82d5d-95dbcc16,
#w-node-_1919991f-b41b-67b8-4ce8-4c4ca7c82d5f-95dbcc16,
#w-node-ecabbdfb-5c08-6ac9-edf8-7fa689e23458-95dbcc16,
#w-node-_5ede6e12-6ef5-e4f9-d026-d3ff0ccf6986-95dbcc16,
#w-node-_3949e7a8-de3f-78a1-57f9-6d9e19f54ccb-95dbcc16,
#w-node-_3ca2d209-839e-ed9b-1ea8-0747e0f124b4-95dbcc16,
#w-node-_1c3b126c-46ce-7373-9191-6cf8585f9a22-95dbcc16,
#w-node-_57752a83-c5eb-f131-c0bc-c8a48535d32c-95dbcc16,
#w-node-_1b1bd0cf-6bad-3c9f-d8cf-a91d4fe40bef-95dbcc16,
#w-node-_257cd068-e976-7f3f-533a-7d2f5fc73d52-95dbcc16,
#w-node-f56ef3e6-aec7-b7d2-53dd-3afde1475b76-95dbcc16,
#w-node-d9b00aa3-046d-cc51-44b9-4c6dfbd722f6-95dbcc16,
#w-node-cc2f656f-f4e1-c57b-cf5f-f5a863e0a9ae-95dbcc16,
#w-node-_5046eee6-fee4-5df0-f539-b33a7a627eb2-95dbcc16 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_840ec281-2253-909b-0680-1fc9376c25f1-95dbcc16 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: start;
}

#w-node-_840ec281-2253-909b-0680-1fc9376c25f9-95dbcc16 {
  grid-area: 1 / 5 / 2 / 6;
}

#w-node-_24c23061-50e3-9aaf-aa3f-73f5ea1ce2ec-bbb77b54 {
  grid-area: 1 / 1 / 13 / 13;
}

#w-node-_42f85ff8-f084-d917-2dda-b174af8b80ec-bbb77b54 {
  grid-area: 2 / 1 / 3 / 9;
  place-self: center;
}

#w-node-_24c23061-50e3-9aaf-aa3f-73f5ea1ce2ee-bbb77b54 {
  grid-area: 1 / 1 / 2 / 7;
  place-self: stretch stretch;
}

#w-node-_24c23061-50e3-9aaf-aa3f-73f5ea1ce2f2-bbb77b54 {
  grid-area: 1 / 7 / 2 / 9;
}

#w-node-_7f5bc3a9-edd1-36b6-8596-f50c6d0c523a-bbb77b54,
#w-node-_73befdc0-7750-fcd1-d1cd-68201ce0dbe9-bbb77b54,
#w-node-b243b443-83a8-d829-3475-c8b975d54740-bbb77b54 {
  grid-area: 2 / 1 / 3 / 9;
}

#w-node-_6f05be97-149e-aeaa-9b2c-7b341f955c71-bbb77b54,
#w-node-cbebdd17-c655-760a-67e8-e6affc06ac2e-bbb77b54,
#w-node-_8b900869-3816-707e-0801-1e476be54457-bbb77b54,
#w-node-_2dd63e16-fc80-271c-ce4e-e784715937c5-bbb77b54,
#w-node-_19b56d80-5be8-8d5c-8d76-72704c0ba5ef-bbb77b54 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_840ec281-2253-909b-0680-1fc9376c25f1-bbb77b54 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: start;
}

#w-node-_840ec281-2253-909b-0680-1fc9376c25f9-bbb77b54 {
  grid-area: 1 / 5 / 2 / 6;
}

#w-node-_24c23061-50e3-9aaf-aa3f-73f5ea1ce2ec-3f589f05 {
  grid-area: 1 / 1 / 13 / 13;
}

#w-node-_42f85ff8-f084-d917-2dda-b174af8b80ec-3f589f05 {
  grid-area: 2 / 1 / 3 / 9;
  place-self: center;
}

#w-node-_24c23061-50e3-9aaf-aa3f-73f5ea1ce2ee-3f589f05 {
  grid-area: 1 / 1 / 2 / 7;
  place-self: stretch stretch;
}

#w-node-_24c23061-50e3-9aaf-aa3f-73f5ea1ce2f2-3f589f05 {
  grid-area: 1 / 7 / 2 / 9;
}

#w-node-_7f5bc3a9-edd1-36b6-8596-f50c6d0c523a-3f589f05,
#w-node-_73befdc0-7750-fcd1-d1cd-68201ce0dbe9-3f589f05,
#w-node-b243b443-83a8-d829-3475-c8b975d54740-3f589f05 {
  grid-area: 2 / 1 / 3 / 9;
}

#w-node-dd812507-e57c-7cc4-4cf7-6200dda688c0-3f589f05,
#w-node-dd812507-e57c-7cc4-4cf7-6200dda688c2-3f589f05 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-dd812507-e57c-7cc4-4cf7-6200dda688c4-3f589f05,
#w-node-dd812507-e57c-7cc4-4cf7-6200dda688c6-3f589f05,
#w-node-dd812507-e57c-7cc4-4cf7-6200dda688c8-3f589f05,
#w-node-dd812507-e57c-7cc4-4cf7-6200dda688ca-3f589f05,
#w-node-dd812507-e57c-7cc4-4cf7-6200dda688cc-3f589f05 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_840ec281-2253-909b-0680-1fc9376c25f1-3f589f05 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: start;
}

#w-node-_840ec281-2253-909b-0680-1fc9376c25f9-3f589f05 {
  grid-area: 1 / 5 / 2 / 6;
}

#w-node-_24c23061-50e3-9aaf-aa3f-73f5ea1ce2ec-f6f9b3db {
  grid-area: 1 / 1 / 13 / 13;
}

#w-node-_42f85ff8-f084-d917-2dda-b174af8b80ec-f6f9b3db {
  grid-area: 2 / 1 / 3 / 9;
  place-self: center;
}

#w-node-_24c23061-50e3-9aaf-aa3f-73f5ea1ce2ee-f6f9b3db {
  grid-area: 1 / 1 / 2 / 7;
  place-self: stretch stretch;
}

#w-node-_24c23061-50e3-9aaf-aa3f-73f5ea1ce2f2-f6f9b3db {
  grid-area: 1 / 7 / 2 / 9;
}

#w-node-_7f5bc3a9-edd1-36b6-8596-f50c6d0c523a-f6f9b3db,
#w-node-_73befdc0-7750-fcd1-d1cd-68201ce0dbe9-f6f9b3db {
  grid-area: 2 / 1 / 3 / 9;
}

#w-node-_6f05be97-149e-aeaa-9b2c-7b341f955c71-f6f9b3db,
#w-node-e03c0374-0581-19db-17f2-14c0824afe2c-f6f9b3db {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-cbebdd17-c655-760a-67e8-e6affc06ac2e-f6f9b3db {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_942fdceb-12a9-6bd3-491f-19fc166a9490-f6f9b3db,
#w-node-d4c95436-22dc-c2e2-4b1f-bd43e5ce30db-f6f9b3db {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_8b900869-3816-707e-0801-1e476be54457-f6f9b3db {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_840ec281-2253-909b-0680-1fc9376c25f1-f6f9b3db {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: start;
}

#w-node-_840ec281-2253-909b-0680-1fc9376c25f9-f6f9b3db {
  grid-area: 1 / 5 / 2 / 6;
}

#w-node-_24c23061-50e3-9aaf-aa3f-73f5ea1ce2ec-590a1e3b {
  grid-area: 1 / 1 / 13 / 13;
}

#w-node-_42f85ff8-f084-d917-2dda-b174af8b80ec-590a1e3b {
  grid-area: 2 / 1 / 3 / 9;
  place-self: center;
}

#w-node-_24c23061-50e3-9aaf-aa3f-73f5ea1ce2ee-590a1e3b {
  grid-area: 1 / 1 / 2 / 7;
  place-self: stretch stretch;
}

#w-node-_24c23061-50e3-9aaf-aa3f-73f5ea1ce2f2-590a1e3b {
  grid-area: 1 / 7 / 2 / 9;
}

#w-node-b243b443-83a8-d829-3475-c8b975d54740-590a1e3b {
  grid-area: 2 / 1 / 3 / 9;
}

#w-node-_6f05be97-149e-aeaa-9b2c-7b341f955c71-590a1e3b,
#w-node-_7263a29c-7093-6ee7-c871-560fe1752fe7-590a1e3b,
#w-node-_2d91de95-db46-9762-daca-f340677fb55e-590a1e3b {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-e03c0374-0581-19db-17f2-14c0824afe2c-590a1e3b,
#w-node-_4d096d19-eefc-9c97-7170-93ef07e68619-590a1e3b,
#w-node-_83ab11b6-01a4-4157-55c6-346a4e75c1f0-590a1e3b,
#w-node-c88e7199-bd48-1a13-7525-a44164bdc67d-590a1e3b,
#w-node-a1e563b7-c694-c33d-e8a1-50272b18063e-590a1e3b,
#w-node-_844ceccc-06d6-336b-8a40-976a30446760-590a1e3b,
#w-node-_7f0a583c-4605-a627-cb58-cbf5d8837e95-590a1e3b,
#w-node-_2446ed2e-1131-3b21-8f74-c356b82c0886-590a1e3b,
#w-node-_2714dd0d-3b88-1ec3-e6e7-1dbde31d547b-590a1e3b,
#w-node-_850c441b-e457-744e-0f63-fc14a1e9f873-590a1e3b,
#w-node-_20425e38-a09f-4322-5848-71fea1bc449c-590a1e3b,
#w-node-_971235bf-fb54-bfe5-5966-3d87562a510a-590a1e3b,
#w-node-e70e310f-d5e1-5997-e6ca-9e45f0f168a1-590a1e3b,
#w-node-_64bf6999-5d7f-0e72-e532-fb7a7af93a4a-590a1e3b,
#w-node-_99ff1ae0-3e46-6666-0f2f-53529c7e37c5-590a1e3b,
#w-node-_1309e946-3483-10ec-54e2-76db38c7594a-590a1e3b {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_840ec281-2253-909b-0680-1fc9376c25f1-590a1e3b {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: start;
}

#w-node-_840ec281-2253-909b-0680-1fc9376c25f9-590a1e3b {
  grid-area: 1 / 5 / 2 / 6;
}

#w-node-f3329f6a-d3b3-3d8b-c7a6-8f8e2acff379-5641a4b0 {
  grid-area: 1 / 1 / 13 / 13;
}

#w-node-f3329f6a-d3b3-3d8b-c7a6-8f8e2acff37a-5641a4b0 {
  grid-area: 2 / 1 / 3 / 9;
  place-self: center;
}

#w-node-f3329f6a-d3b3-3d8b-c7a6-8f8e2acff37d-5641a4b0 {
  grid-area: 1 / 1 / 2 / 7;
  place-self: stretch stretch;
}

#w-node-f3329f6a-d3b3-3d8b-c7a6-8f8e2acff388-5641a4b0 {
  grid-area: 1 / 7 / 2 / 9;
}

#w-node-f3329f6a-d3b3-3d8b-c7a6-8f8e2acff3a0-5641a4b0,
#w-node-f3329f6a-d3b3-3d8b-c7a6-8f8e2acff3b1-5641a4b0,
#w-node-f3329f6a-d3b3-3d8b-c7a6-8f8e2acff3d3-5641a4b0 {
  grid-area: 2 / 1 / 3 / 9;
}

#w-node-f3329f6a-d3b3-3d8b-c7a6-8f8e2acff3fc-5641a4b0,
#w-node-f3329f6a-d3b3-3d8b-c7a6-8f8e2acff3fe-5641a4b0 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-f3329f6a-d3b3-3d8b-c7a6-8f8e2acff400-5641a4b0,
#w-node-f3329f6a-d3b3-3d8b-c7a6-8f8e2acff402-5641a4b0 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-f3329f6a-d3b3-3d8b-c7a6-8f8e2acff406-5641a4b0,
#w-node-f3329f6a-d3b3-3d8b-c7a6-8f8e2acff408-5641a4b0,
#w-node-f3329f6a-d3b3-3d8b-c7a6-8f8e2acff40a-5641a4b0,
#w-node-_6d21687c-8493-cc0d-3424-1bdd0e7478a0-5641a4b0,
#w-node-_5099a04b-dfdf-3366-aa50-ccf9d5e9570b-5641a4b0,
#w-node-f15f5167-7b70-ed04-e73e-d10c6e373c5e-5641a4b0 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_8f8de83b-edf9-e268-ea8c-4774f2795b2f-5641a4b0 {
  grid-area: 6 / 3 / 7 / 7;
}

#w-node-_6199ef8a-c8ce-0071-52c6-3da2235b5cb3-5641a4b0 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_840ec281-2253-909b-0680-1fc9376c25f1-5641a4b0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: start;
}

#w-node-_840ec281-2253-909b-0680-1fc9376c25f9-5641a4b0 {
  grid-area: 1 / 5 / 2 / 6;
}

#w-node-_24c23061-50e3-9aaf-aa3f-73f5ea1ce2ec-765745a2 {
  grid-area: 1 / 1 / 13 / 13;
}

#w-node-_42f85ff8-f084-d917-2dda-b174af8b80ec-765745a2 {
  grid-area: 2 / 1 / 3 / 9;
  place-self: center;
}

#w-node-_24c23061-50e3-9aaf-aa3f-73f5ea1ce2ee-765745a2 {
  grid-area: 1 / 1 / 2 / 7;
  place-self: stretch stretch;
}

#w-node-_24c23061-50e3-9aaf-aa3f-73f5ea1ce2f2-765745a2 {
  grid-area: 1 / 7 / 2 / 9;
}

#w-node-_7f5bc3a9-edd1-36b6-8596-f50c6d0c523a-765745a2,
#w-node-_73befdc0-7750-fcd1-d1cd-68201ce0dbe9-765745a2 {
  grid-area: 2 / 1 / 3 / 9;
}

#w-node-_6f05be97-149e-aeaa-9b2c-7b341f955c71-765745a2,
#w-node-e03c0374-0581-19db-17f2-14c0824afe2c-765745a2 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-cbebdd17-c655-760a-67e8-e6affc06ac2e-765745a2 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_942fdceb-12a9-6bd3-491f-19fc166a9490-765745a2,
#w-node-d4c95436-22dc-c2e2-4b1f-bd43e5ce30db-765745a2 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_8b900869-3816-707e-0801-1e476be54457-765745a2 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_6f91e03d-c489-07a0-9e9b-aa8f17498a80-765745a2,
#w-node-e4183c70-a799-fe4d-ac83-3ef8fab578da-765745a2 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_2dd63e16-fc80-271c-ce4e-e784715937c5-765745a2 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_9653101b-29f5-b3c8-267f-7b1c47757ed0-765745a2,
#w-node-_3c4a4cb3-4cba-3465-e36b-08f2d0b419e9-765745a2,
#w-node-a81dd14b-2aba-1997-c913-e371846b6fab-765745a2,
#w-node-_46ef4068-96e2-2ee5-6f1e-0c30f468e08e-765745a2 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_840ec281-2253-909b-0680-1fc9376c25f1-765745a2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: start;
}

#w-node-_840ec281-2253-909b-0680-1fc9376c25f9-765745a2 {
  grid-area: 1 / 5 / 2 / 6;
}

#w-node-_24c23061-50e3-9aaf-aa3f-73f5ea1ce2ec-0c140f13 {
  grid-area: 1 / 1 / 13 / 13;
}

#w-node-_42f85ff8-f084-d917-2dda-b174af8b80ec-0c140f13 {
  grid-area: 2 / 1 / 3 / 9;
  place-self: center;
}

#w-node-_24c23061-50e3-9aaf-aa3f-73f5ea1ce2ee-0c140f13 {
  grid-area: 1 / 1 / 2 / 7;
  place-self: stretch stretch;
}

#w-node-_24c23061-50e3-9aaf-aa3f-73f5ea1ce2f2-0c140f13 {
  grid-area: 1 / 7 / 2 / 9;
}

#w-node-_6f05be97-149e-aeaa-9b2c-7b341f955c71-0c140f13,
#w-node-e03c0374-0581-19db-17f2-14c0824afe2c-0c140f13,
#w-node-cbebdd17-c655-760a-67e8-e6affc06ac2e-0c140f13,
#w-node-_942fdceb-12a9-6bd3-491f-19fc166a9490-0c140f13,
#w-node-_8b900869-3816-707e-0801-1e476be54457-0c140f13 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_840ec281-2253-909b-0680-1fc9376c25f1-0c140f13 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: start;
}

#w-node-_840ec281-2253-909b-0680-1fc9376c25f9-0c140f13 {
  grid-area: 1 / 5 / 2 / 6;
}

#w-node-_24c23061-50e3-9aaf-aa3f-73f5ea1ce2ec-25e8c167 {
  grid-area: 1 / 1 / 13 / 13;
}

#w-node-_42f85ff8-f084-d917-2dda-b174af8b80ec-25e8c167 {
  grid-area: 2 / 1 / 3 / 9;
  place-self: center;
}

#w-node-_24c23061-50e3-9aaf-aa3f-73f5ea1ce2ee-25e8c167 {
  grid-area: 1 / 1 / 2 / 7;
  place-self: stretch stretch;
}

#w-node-_954ffbc6-b650-29d8-ae43-6a76d48d14dc-25e8c167 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_9d0c655e-1314-137d-ca68-d52e4f252204-25e8c167,
#w-node-b1419c75-ea27-3ebd-165b-22db5e951242-25e8c167,
#w-node-_40b1095b-265c-46a5-cfdc-1b0713c4adbb-25e8c167 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-bedce770-d64c-a126-fd69-c3858a1ea42b-25e8c167,
#w-node-_81a5174e-951e-08d4-2218-838ef4447de5-25e8c167 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_840ec281-2253-909b-0680-1fc9376c25f1-25e8c167 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: start;
}

#w-node-_840ec281-2253-909b-0680-1fc9376c25f9-25e8c167 {
  grid-area: 1 / 5 / 2 / 6;
}

#w-node-_24c23061-50e3-9aaf-aa3f-73f5ea1ce2ec-a13d0df3 {
  grid-area: 1 / 1 / 13 / 13;
}

#w-node-_42f85ff8-f084-d917-2dda-b174af8b80ec-a13d0df3 {
  grid-area: 2 / 1 / 3 / 9;
  place-self: center;
}

#w-node-_24c23061-50e3-9aaf-aa3f-73f5ea1ce2ee-a13d0df3 {
  grid-area: 1 / 1 / 2 / 7;
  place-self: stretch stretch;
}

#w-node-_6f05be97-149e-aeaa-9b2c-7b341f955c71-a13d0df3,
#w-node-e03c0374-0581-19db-17f2-14c0824afe2c-a13d0df3,
#w-node-cbebdd17-c655-760a-67e8-e6affc06ac2e-a13d0df3,
#w-node-_942fdceb-12a9-6bd3-491f-19fc166a9490-a13d0df3,
#w-node-d4c95436-22dc-c2e2-4b1f-bd43e5ce30db-a13d0df3,
#w-node-_8b900869-3816-707e-0801-1e476be54457-a13d0df3 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_840ec281-2253-909b-0680-1fc9376c25f1-a13d0df3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: start;
}

#w-node-_840ec281-2253-909b-0680-1fc9376c25f9-a13d0df3 {
  grid-area: 1 / 5 / 2 / 6;
}

#w-node-_24c23061-50e3-9aaf-aa3f-73f5ea1ce2ec-b2a126cf {
  grid-area: 1 / 1 / 13 / 13;
}

#w-node-_42f85ff8-f084-d917-2dda-b174af8b80ec-b2a126cf {
  grid-area: 2 / 1 / 3 / 9;
  place-self: center;
}

#w-node-_24c23061-50e3-9aaf-aa3f-73f5ea1ce2ee-b2a126cf {
  grid-area: 1 / 1 / 2 / 7;
  place-self: stretch stretch;
}

#w-node-_24c23061-50e3-9aaf-aa3f-73f5ea1ce2f2-b2a126cf {
  grid-area: 1 / 7 / 2 / 9;
}

#w-node-_7f5bc3a9-edd1-36b6-8596-f50c6d0c523a-b2a126cf,
#w-node-_73befdc0-7750-fcd1-d1cd-68201ce0dbe9-b2a126cf,
#w-node-b243b443-83a8-d829-3475-c8b975d54740-b2a126cf,
#w-node-_300973ed-daff-48e7-85f8-4600d9578d7e-b2a126cf {
  grid-area: 2 / 1 / 3 / 9;
}

#w-node-cbebdd17-c655-760a-67e8-e6affc06ac2e-b2a126cf,
#w-node-_2dd63e16-fc80-271c-ce4e-e784715937c5-b2a126cf {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_840ec281-2253-909b-0680-1fc9376c25f1-b2a126cf {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: start;
}

#w-node-_840ec281-2253-909b-0680-1fc9376c25f9-b2a126cf {
  grid-area: 1 / 5 / 2 / 6;
}

#w-node-_24c23061-50e3-9aaf-aa3f-73f5ea1ce2ec-e7f29af5 {
  grid-area: 1 / 1 / 13 / 13;
}

#w-node-_42f85ff8-f084-d917-2dda-b174af8b80ec-e7f29af5 {
  grid-area: 2 / 1 / 3 / 9;
  place-self: center;
}

#w-node-_24c23061-50e3-9aaf-aa3f-73f5ea1ce2ee-e7f29af5 {
  grid-area: 1 / 1 / 2 / 7;
  place-self: stretch stretch;
}

#w-node-_04f98f60-c938-e85f-b6ea-256e87b8878c-e7f29af5 {
  grid-area: 1 / 7 / 2 / 9;
}

#w-node-_7f5bc3a9-edd1-36b6-8596-f50c6d0c523a-e7f29af5,
#w-node-_73befdc0-7750-fcd1-d1cd-68201ce0dbe9-e7f29af5,
#w-node-b243b443-83a8-d829-3475-c8b975d54740-e7f29af5,
#w-node-_300973ed-daff-48e7-85f8-4600d9578d7e-e7f29af5,
#w-node-_1acc930a-f1c2-1fcd-3f0b-7b8f945022f4-e7f29af5,
#w-node-_9eb36d72-9ebe-6333-8214-38bb4d9b9cdf-e7f29af5 {
  grid-area: 2 / 1 / 3 / 9;
}

#w-node-_6f05be97-149e-aeaa-9b2c-7b341f955c71-e7f29af5,
#w-node-e03c0374-0581-19db-17f2-14c0824afe2c-e7f29af5,
#w-node-cbebdd17-c655-760a-67e8-e6affc06ac2e-e7f29af5,
#w-node-_942fdceb-12a9-6bd3-491f-19fc166a9490-e7f29af5 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_840ec281-2253-909b-0680-1fc9376c25f1-e7f29af5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: start;
}

#w-node-_840ec281-2253-909b-0680-1fc9376c25f9-e7f29af5 {
  grid-area: 1 / 5 / 2 / 6;
}

#w-node-_24c23061-50e3-9aaf-aa3f-73f5ea1ce2ec-0281ad63 {
  grid-area: 1 / 1 / 13 / 13;
}

#w-node-_42f85ff8-f084-d917-2dda-b174af8b80ec-0281ad63 {
  grid-area: 2 / 1 / 3 / 9;
  place-self: center;
}

#w-node-_24c23061-50e3-9aaf-aa3f-73f5ea1ce2ee-0281ad63 {
  grid-area: 1 / 1 / 2 / 7;
  place-self: stretch stretch;
}

#w-node-_24c23061-50e3-9aaf-aa3f-73f5ea1ce2f2-0281ad63 {
  grid-area: 1 / 7 / 2 / 9;
}

#w-node-_7f5bc3a9-edd1-36b6-8596-f50c6d0c523a-0281ad63,
#w-node-_73befdc0-7750-fcd1-d1cd-68201ce0dbe9-0281ad63,
#w-node-b243b443-83a8-d829-3475-c8b975d54740-0281ad63,
#w-node-_1acc930a-f1c2-1fcd-3f0b-7b8f945022f4-0281ad63,
#w-node-_9eb36d72-9ebe-6333-8214-38bb4d9b9cdf-0281ad63 {
  grid-area: 2 / 1 / 3 / 9;
}

#w-node-_840ec281-2253-909b-0680-1fc9376c25f1-0281ad63 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: start;
}

#w-node-_840ec281-2253-909b-0680-1fc9376c25f9-0281ad63 {
  grid-area: 1 / 5 / 2 / 6;
}

#w-node-_24c23061-50e3-9aaf-aa3f-73f5ea1ce2ec-0344f335 {
  grid-area: 1 / 1 / 13 / 13;
}

#w-node-_42f85ff8-f084-d917-2dda-b174af8b80ec-0344f335 {
  grid-area: 2 / 1 / 3 / 9;
  place-self: center;
}

#w-node-_24c23061-50e3-9aaf-aa3f-73f5ea1ce2ee-0344f335 {
  grid-area: 1 / 1 / 2 / 7;
  place-self: stretch stretch;
}

#w-node-_24c23061-50e3-9aaf-aa3f-73f5ea1ce2f2-0344f335 {
  grid-area: 1 / 7 / 2 / 9;
}

#w-node-_7f5bc3a9-edd1-36b6-8596-f50c6d0c523a-0344f335,
#w-node-b243b443-83a8-d829-3475-c8b975d54740-0344f335,
#w-node-_300973ed-daff-48e7-85f8-4600d9578d7e-0344f335,
#w-node-_1acc930a-f1c2-1fcd-3f0b-7b8f945022f4-0344f335 {
  grid-area: 2 / 1 / 3 / 9;
}

#w-node-_6f05be97-149e-aeaa-9b2c-7b341f955c71-0344f335,
#w-node-e03c0374-0581-19db-17f2-14c0824afe2c-0344f335,
#w-node-cbebdd17-c655-760a-67e8-e6affc06ac2e-0344f335,
#w-node-_8b900869-3816-707e-0801-1e476be54457-0344f335 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_840ec281-2253-909b-0680-1fc9376c25f1-0344f335 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: start;
}

#w-node-_840ec281-2253-909b-0680-1fc9376c25f9-0344f335 {
  grid-area: 1 / 5 / 2 / 6;
}

#w-node-_24c23061-50e3-9aaf-aa3f-73f5ea1ce2ec-880d0a63 {
  grid-area: 1 / 1 / 13 / 13;
}

#w-node-_42f85ff8-f084-d917-2dda-b174af8b80ec-880d0a63 {
  grid-area: 2 / 1 / 3 / 9;
  place-self: center;
}

#w-node-_24c23061-50e3-9aaf-aa3f-73f5ea1ce2ee-880d0a63 {
  grid-area: 1 / 1 / 2 / 7;
  place-self: stretch stretch;
}

#w-node-_24c23061-50e3-9aaf-aa3f-73f5ea1ce2f2-880d0a63 {
  grid-area: 1 / 7 / 2 / 9;
}

#w-node-_73befdc0-7750-fcd1-d1cd-68201ce0dbe9-880d0a63,
#w-node-b243b443-83a8-d829-3475-c8b975d54740-880d0a63,
#w-node-_4b6dc9bc-e559-c668-b6d5-95a228b96a08-880d0a63,
#w-node-_1acc930a-f1c2-1fcd-3f0b-7b8f945022f4-880d0a63,
#w-node-_9eb36d72-9ebe-6333-8214-38bb4d9b9cdf-880d0a63,
#w-node-_05418ddf-8a7c-13c3-5e54-c4bd59ff2f66-880d0a63,
#w-node-b2a9c7c3-868e-dd2a-e586-6cb1183b270e-880d0a63 {
  grid-area: 2 / 1 / 3 / 9;
}

#w-node-e03c0374-0581-19db-17f2-14c0824afe2c-880d0a63,
#w-node-cbebdd17-c655-760a-67e8-e6affc06ac2e-880d0a63,
#w-node-_8b900869-3816-707e-0801-1e476be54457-880d0a63,
#w-node-_2dd63e16-fc80-271c-ce4e-e784715937c5-880d0a63,
#w-node-f0459f5b-3e0e-2d77-ef9d-e8b914e1c61c-880d0a63 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_840ec281-2253-909b-0680-1fc9376c25f1-880d0a63 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: start;
}

#w-node-_840ec281-2253-909b-0680-1fc9376c25f9-880d0a63 {
  grid-area: 1 / 5 / 2 / 6;
}

@media screen and (max-width: 991px) {
  #w-node-_76c37e8e-3d90-e599-5230-bb8b0b7ba4d8-68479a33 {
    grid-column-start: 1;
  }

  #w-node-f1b1ebd3-a52d-e2e8-8bbc-be7663eec8d3-68479a33 {
    grid-column: span 1 / span 1;
  }

  #w-node-f1b1ebd3-a52d-e2e8-8bbc-be7663eec8dd-68479a33 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_76c37e8e-3d90-e599-5230-bb8b0b7ba4df-68479a33 {
    grid-column: span 1 / span 1;
  }

  #w-node-_76c37e8e-3d90-e599-5230-bb8b0b7ba4eb-68479a33 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-eec19e5e-6952-f908-b304-d572a0c882ec-68479a33 {
    grid-column: span 1 / span 1;
  }

  #w-node-eec19e5e-6952-f908-b304-d572a0c882f6-68479a33 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9b31a65f-deb9-b96f-7fc2-a99657780a2a-57780a07 {
    grid-area: span 3 / span 1 / span 3 / span 1;
    place-self: stretch start;
  }

  #w-node-eb8f0c82-ea40-efc4-d081-bd5849592fa8-57780a07 {
    grid-area: 1 / 2 / 4 / 3;
    justify-self: stretch;
  }

  #w-node-_9b31a65f-deb9-b96f-7fc2-a99657780a3d-57780a07 {
    grid-area: 1 / 3 / 4 / 4;
    justify-self: stretch;
  }

  #w-node-_42f85ff8-f084-d917-2dda-b174af8b80ec-d87a8fa2 {
    grid-row: 3 / 4;
  }

  #w-node-_24c23061-50e3-9aaf-aa3f-73f5ea1ce2ee-d87a8fa2 {
    grid-area: 1 / 1 / 2 / 9;
    place-self: stretch stretch;
  }

  #w-node-_24c23061-50e3-9aaf-aa3f-73f5ea1ce2f2-d87a8fa2 {
    grid-area: 2 / 1 / 3 / 9;
  }

  #w-node-_42f85ff8-f084-d917-2dda-b174af8b80ec-95dbcc16 {
    grid-row: 3 / 4;
  }

  #w-node-_24c23061-50e3-9aaf-aa3f-73f5ea1ce2ee-95dbcc16 {
    grid-area: 1 / 1 / 2 / 9;
    place-self: stretch stretch;
  }

  #w-node-_24c23061-50e3-9aaf-aa3f-73f5ea1ce2f2-95dbcc16 {
    grid-area: 2 / 1 / 3 / 9;
  }

  #w-node-_42f85ff8-f084-d917-2dda-b174af8b80ec-bbb77b54 {
    grid-row: 3 / 4;
  }

  #w-node-_24c23061-50e3-9aaf-aa3f-73f5ea1ce2ee-bbb77b54 {
    grid-area: 1 / 1 / 2 / 9;
    place-self: stretch stretch;
  }

  #w-node-_24c23061-50e3-9aaf-aa3f-73f5ea1ce2f2-bbb77b54 {
    grid-area: 2 / 1 / 3 / 9;
  }

  #w-node-_42f85ff8-f084-d917-2dda-b174af8b80ec-3f589f05 {
    grid-row: 3 / 4;
  }

  #w-node-_24c23061-50e3-9aaf-aa3f-73f5ea1ce2ee-3f589f05 {
    grid-area: 1 / 1 / 2 / 9;
    place-self: stretch stretch;
  }

  #w-node-_24c23061-50e3-9aaf-aa3f-73f5ea1ce2f2-3f589f05 {
    grid-area: 2 / 1 / 3 / 9;
  }

  #w-node-_42f85ff8-f084-d917-2dda-b174af8b80ec-f6f9b3db {
    grid-row: 3 / 4;
  }

  #w-node-_24c23061-50e3-9aaf-aa3f-73f5ea1ce2ee-f6f9b3db {
    grid-area: 1 / 1 / 2 / 9;
    place-self: stretch stretch;
  }

  #w-node-_24c23061-50e3-9aaf-aa3f-73f5ea1ce2f2-f6f9b3db {
    grid-area: 2 / 1 / 3 / 9;
  }

  #w-node-_42f85ff8-f084-d917-2dda-b174af8b80ec-590a1e3b {
    grid-row: 3 / 4;
  }

  #w-node-_24c23061-50e3-9aaf-aa3f-73f5ea1ce2ee-590a1e3b {
    grid-area: 1 / 1 / 2 / 9;
    place-self: stretch stretch;
  }

  #w-node-_24c23061-50e3-9aaf-aa3f-73f5ea1ce2f2-590a1e3b {
    grid-area: 2 / 1 / 3 / 9;
  }

  #w-node-f3329f6a-d3b3-3d8b-c7a6-8f8e2acff37a-5641a4b0 {
    grid-row: 3 / 4;
  }

  #w-node-f3329f6a-d3b3-3d8b-c7a6-8f8e2acff37d-5641a4b0 {
    grid-area: 1 / 1 / 2 / 9;
    place-self: stretch stretch;
  }

  #w-node-f3329f6a-d3b3-3d8b-c7a6-8f8e2acff388-5641a4b0 {
    grid-area: 2 / 1 / 3 / 9;
  }

  #w-node-_42f85ff8-f084-d917-2dda-b174af8b80ec-765745a2 {
    grid-row: 3 / 4;
  }

  #w-node-_24c23061-50e3-9aaf-aa3f-73f5ea1ce2ee-765745a2 {
    grid-area: 1 / 1 / 2 / 9;
    place-self: stretch stretch;
  }

  #w-node-_24c23061-50e3-9aaf-aa3f-73f5ea1ce2f2-765745a2 {
    grid-area: 2 / 1 / 3 / 9;
  }

  #w-node-_42f85ff8-f084-d917-2dda-b174af8b80ec-0c140f13 {
    grid-row: 3 / 4;
  }

  #w-node-_24c23061-50e3-9aaf-aa3f-73f5ea1ce2ee-0c140f13 {
    grid-area: 1 / 1 / 2 / 9;
    place-self: stretch stretch;
  }

  #w-node-_24c23061-50e3-9aaf-aa3f-73f5ea1ce2f2-0c140f13 {
    grid-area: 2 / 1 / 3 / 9;
  }

  #w-node-_42f85ff8-f084-d917-2dda-b174af8b80ec-25e8c167 {
    grid-row: 3 / 4;
  }

  #w-node-_24c23061-50e3-9aaf-aa3f-73f5ea1ce2ee-25e8c167 {
    grid-area: 1 / 1 / 2 / 9;
    place-self: stretch stretch;
  }

  #w-node-_42f85ff8-f084-d917-2dda-b174af8b80ec-a13d0df3 {
    grid-row: 3 / 4;
  }

  #w-node-_24c23061-50e3-9aaf-aa3f-73f5ea1ce2ee-a13d0df3 {
    grid-area: 1 / 1 / 2 / 9;
    place-self: stretch stretch;
  }

  #w-node-_42f85ff8-f084-d917-2dda-b174af8b80ec-b2a126cf {
    grid-row: 3 / 4;
  }

  #w-node-_24c23061-50e3-9aaf-aa3f-73f5ea1ce2ee-b2a126cf {
    grid-area: 1 / 1 / 2 / 9;
    place-self: stretch stretch;
  }

  #w-node-_24c23061-50e3-9aaf-aa3f-73f5ea1ce2f2-b2a126cf {
    grid-area: 2 / 1 / 3 / 9;
  }

  #w-node-_42f85ff8-f084-d917-2dda-b174af8b80ec-e7f29af5 {
    grid-row: 3 / 4;
  }

  #w-node-_24c23061-50e3-9aaf-aa3f-73f5ea1ce2ee-e7f29af5 {
    grid-area: 1 / 1 / 2 / 9;
    place-self: stretch stretch;
  }

  #w-node-_04f98f60-c938-e85f-b6ea-256e87b8878c-e7f29af5 {
    grid-area: 1 / 1 / 2 / 9;
  }

  #w-node-_42f85ff8-f084-d917-2dda-b174af8b80ec-0281ad63 {
    grid-row: 3 / 4;
  }

  #w-node-_24c23061-50e3-9aaf-aa3f-73f5ea1ce2ee-0281ad63 {
    grid-area: 1 / 1 / 2 / 9;
    place-self: stretch stretch;
  }

  #w-node-_24c23061-50e3-9aaf-aa3f-73f5ea1ce2f2-0281ad63 {
    grid-area: 2 / 1 / 3 / 9;
  }

  #w-node-_42f85ff8-f084-d917-2dda-b174af8b80ec-0344f335 {
    grid-row: 3 / 4;
  }

  #w-node-_24c23061-50e3-9aaf-aa3f-73f5ea1ce2ee-0344f335 {
    grid-area: 1 / 1 / 2 / 9;
    place-self: stretch stretch;
  }

  #w-node-_24c23061-50e3-9aaf-aa3f-73f5ea1ce2f2-0344f335 {
    grid-area: 2 / 1 / 3 / 9;
  }

  #w-node-_42f85ff8-f084-d917-2dda-b174af8b80ec-880d0a63 {
    grid-row: 3 / 4;
  }

  #w-node-_24c23061-50e3-9aaf-aa3f-73f5ea1ce2ee-880d0a63 {
    grid-area: 1 / 1 / 2 / 9;
    place-self: stretch stretch;
  }

  #w-node-_24c23061-50e3-9aaf-aa3f-73f5ea1ce2f2-880d0a63 {
    grid-area: 2 / 1 / 3 / 9;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_76c37e8e-3d90-e599-5230-bb8b0b7ba4d7-68479a33 {
    grid-column: 1 / 4;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_44258868-d3bf-dbba-3148-3346ed5040be-68479a33 {
    grid-area: 9 / 1 / 12 / 5;
    place-self: center stretch;
  }

  #w-node-_333280ef-02a4-a025-6af3-959d162a9435-68479a33 {
    order: -9999;
    grid-area: 1 / 1 / 13 / 5;
    align-self: end;
  }

  #w-node-ea9365cd-0b42-cb60-f90e-ce80c1489ec0-68479a33 {
    grid-area: 11 / 2 / 12 / 5;
  }

  #w-node-cb957eff-a457-2bf1-926a-48befd4d9795-68479a33 {
    grid-column-end: 5;
  }

  #w-node-d0d90981-56f3-72b4-ee5a-b47897677011-68479a33 {
    grid-area: 12 / 1 / 13 / 5;
  }

  #w-node-c0d992d4-715c-795e-2718-b3e119e10ae8-68479a33 {
    grid-area: 1 / 1 / 1 / 5;
    align-self: start;
  }

  #w-node-c0d992d4-715c-795e-2718-b3e119e10aea-68479a33 {
    grid-area: 2 / 1 / 2 / 5;
    align-self: start;
  }

  #w-node-b048baed-2cb7-c594-6cc2-32fa1cb5de27-68479a33 {
    grid-area: 3 / 1 / 3 / 5;
    align-self: start;
  }

  #w-node-c0d992d4-715c-795e-2718-b3e119e10b42-68479a33 {
    grid-area: 4 / 1 / 4 / 5;
    align-self: start;
  }

  #w-node-_76c37e8e-3d90-e599-5230-bb8b0b7ba4d8-68479a33 {
    grid-column-end: 2;
  }

  #w-node-f9be21d8-5a8a-b403-f701-015201478fb9-01478fa7 {
    grid-area: 1 / 1 / 2 / 5;
    justify-self: start;
  }

  #w-node-f9be21d8-5a8a-b403-f701-015201478fc1-01478fa7 {
    grid-area: 2 / 2 / 3 / 4;
  }

  #w-node-_9b31a65f-deb9-b96f-7fc2-a99657780a0c-57780a07 {
    place-self: center;
  }

  #w-node-_0f3cdb3d-fa76-8deb-296c-06b83efcca7b-df8204ad {
    grid-area: 1 / 1 / 5 / 5;
  }

  #w-node-_060c0e00-664f-a35b-0208-9d70704a499d-df8204ad {
    grid-area: 5 / 1 / 13 / 5;
  }

  #w-node-_77161072-1b2e-a599-1604-cd0ee332221f-df8204ad {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-_0dd64db1-804d-3b44-9e06-0054cfbba756-df8204ad {
    grid-area: 2 / 1 / 9 / 5;
    place-self: stretch stretch;
  }

  #w-node-_8a6ce7e5-acb2-d3f4-ab5f-b83ebbdcfbea-df8204ad {
    grid-area: 1 / 1 / 3 / 5;
    align-self: start;
  }

  #w-node-_8a6ce7e5-acb2-d3f4-ab5f-b83ebbdcfbec-df8204ad {
    grid-area: 3 / 1 / 6 / 5;
    align-self: start;
  }

  #w-node-_8a6ce7e5-acb2-d3f4-ab5f-b83ebbdcfbee-df8204ad {
    grid-area: 6 / 1 / 7 / 5;
    align-self: start;
  }

  #w-node-_060c0e00-664f-a35b-0208-9d70704a499d-9fbb77e7 {
    grid-area: 1 / 1 / 13 / 5;
  }

  #w-node-_77161072-1b2e-a599-1604-cd0ee332221f-9fbb77e7 {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-_0dd64db1-804d-3b44-9e06-0054cfbba756-9fbb77e7 {
    grid-area: 2 / 1 / 3 / 5;
    place-self: stretch stretch;
  }

  #w-node-_38f355db-dacc-68e5-7161-7204816c4bac-9fbb77e7 {
    grid-column: span 4 / span 4;
  }

  #w-node-_1c8fbbd6-351e-e69f-2c47-4558521d7ba9-9fbb77e7 {
    grid-area: 5 / 1 / 6 / 5;
    align-self: start;
  }

  #w-node-_060c0e00-664f-a35b-0208-9d70704a499d-f8be3ad9 {
    grid-area: 1 / 1 / 13 / 5;
  }

  #w-node-_77161072-1b2e-a599-1604-cd0ee332221f-f8be3ad9 {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-_0dd64db1-804d-3b44-9e06-0054cfbba756-f8be3ad9 {
    grid-area: 2 / 1 / 3 / 5;
    place-self: stretch stretch;
  }

  #w-node-_326c21e7-621f-1870-12a6-6ad3607aee3d-f8be3ad9 {
    grid-area: 1 / 1 / 2 / 5;
    align-self: start;
  }

  #w-node-_42f85ff8-f084-d917-2dda-b174af8b80ec-d87a8fa2 {
    grid-area: 1 / 1 / 2 / 5;
    place-self: center;
  }

  #w-node-_24c23061-50e3-9aaf-aa3f-73f5ea1ce2ee-d87a8fa2 {
    grid-area: 2 / 1 / 3 / 5;
    place-self: stretch stretch;
  }

  #w-node-_24c23061-50e3-9aaf-aa3f-73f5ea1ce2f2-d87a8fa2 {
    grid-area: 3 / 1 / 4 / 5;
  }

  #w-node-_840ec281-2253-909b-0680-1fc9376c25f1-d87a8fa2 {
    grid-area: 1 / 1 / 2 / 5;
    justify-self: start;
  }

  #w-node-_840ec281-2253-909b-0680-1fc9376c25f9-d87a8fa2 {
    grid-area: 2 / 2 / 3 / 4;
  }

  #w-node-_24c23061-50e3-9aaf-aa3f-73f5ea1ce2ec-95dbcc16 {
    grid-area: 1 / 1 / 13 / 5;
  }

  #w-node-_42f85ff8-f084-d917-2dda-b174af8b80ec-95dbcc16 {
    grid-area: 1 / 1 / 2 / 5;
    place-self: center;
  }

  #w-node-_24c23061-50e3-9aaf-aa3f-73f5ea1ce2ee-95dbcc16 {
    grid-area: 2 / 1 / 3 / 5;
    place-self: stretch stretch;
  }

  #w-node-_24c23061-50e3-9aaf-aa3f-73f5ea1ce2f2-95dbcc16 {
    grid-area: 3 / 1 / 4 / 5;
  }

  #w-node-c461908a-b526-f7f1-8201-98bf87cacc4f-95dbcc16,
  #w-node-_73befdc0-7750-fcd1-d1cd-68201ce0dbe2-95dbcc16,
  #w-node-b243b443-83a8-d829-3475-c8b975d54735-95dbcc16,
  #w-node-c0b4bd15-8a5d-ec59-dd08-a84e6de71ca1-95dbcc16,
  #w-node-d3b32ed1-67d7-019c-4ecf-14180dd08118-95dbcc16 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_840ec281-2253-909b-0680-1fc9376c25f1-95dbcc16 {
    grid-area: 1 / 1 / 2 / 5;
    justify-self: start;
  }

  #w-node-_840ec281-2253-909b-0680-1fc9376c25f9-95dbcc16 {
    grid-area: 2 / 2 / 3 / 4;
  }

  #w-node-_42f85ff8-f084-d917-2dda-b174af8b80ec-bbb77b54 {
    grid-area: 1 / 1 / 2 / 5;
    place-self: center;
  }

  #w-node-_24c23061-50e3-9aaf-aa3f-73f5ea1ce2ee-bbb77b54 {
    grid-area: 2 / 1 / 3 / 5;
    place-self: stretch stretch;
  }

  #w-node-_24c23061-50e3-9aaf-aa3f-73f5ea1ce2f2-bbb77b54 {
    grid-area: 3 / 1 / 4 / 5;
  }

  #w-node-_840ec281-2253-909b-0680-1fc9376c25f1-bbb77b54 {
    grid-area: 1 / 1 / 2 / 5;
    justify-self: start;
  }

  #w-node-_840ec281-2253-909b-0680-1fc9376c25f9-bbb77b54 {
    grid-area: 2 / 2 / 3 / 4;
  }

  #w-node-_42f85ff8-f084-d917-2dda-b174af8b80ec-3f589f05 {
    grid-area: 1 / 1 / 2 / 5;
    place-self: center;
  }

  #w-node-_24c23061-50e3-9aaf-aa3f-73f5ea1ce2ee-3f589f05 {
    grid-area: 2 / 1 / 3 / 5;
    place-self: stretch stretch;
  }

  #w-node-_24c23061-50e3-9aaf-aa3f-73f5ea1ce2f2-3f589f05 {
    grid-area: 3 / 1 / 4 / 5;
  }

  #w-node-_840ec281-2253-909b-0680-1fc9376c25f1-3f589f05 {
    grid-area: 1 / 1 / 2 / 5;
    justify-self: start;
  }

  #w-node-_840ec281-2253-909b-0680-1fc9376c25f9-3f589f05 {
    grid-area: 2 / 2 / 3 / 4;
  }

  #w-node-_42f85ff8-f084-d917-2dda-b174af8b80ec-f6f9b3db {
    grid-area: 1 / 1 / 2 / 5;
    place-self: center;
  }

  #w-node-_24c23061-50e3-9aaf-aa3f-73f5ea1ce2ee-f6f9b3db {
    grid-area: 2 / 1 / 3 / 5;
    place-self: stretch stretch;
  }

  #w-node-_24c23061-50e3-9aaf-aa3f-73f5ea1ce2f2-f6f9b3db {
    grid-area: 3 / 1 / 4 / 5;
  }

  #w-node-_840ec281-2253-909b-0680-1fc9376c25f1-f6f9b3db {
    grid-area: 1 / 1 / 2 / 5;
    justify-self: start;
  }

  #w-node-_840ec281-2253-909b-0680-1fc9376c25f9-f6f9b3db {
    grid-area: 2 / 2 / 3 / 4;
  }

  #w-node-_42f85ff8-f084-d917-2dda-b174af8b80ec-590a1e3b {
    grid-area: 1 / 1 / 2 / 5;
    place-self: center;
  }

  #w-node-_24c23061-50e3-9aaf-aa3f-73f5ea1ce2ee-590a1e3b {
    grid-area: 2 / 1 / 3 / 5;
    place-self: stretch stretch;
  }

  #w-node-_24c23061-50e3-9aaf-aa3f-73f5ea1ce2f2-590a1e3b {
    grid-area: 3 / 1 / 4 / 5;
  }

  #w-node-_840ec281-2253-909b-0680-1fc9376c25f1-590a1e3b {
    grid-area: 1 / 1 / 2 / 5;
    justify-self: start;
  }

  #w-node-_840ec281-2253-909b-0680-1fc9376c25f9-590a1e3b {
    grid-area: 2 / 2 / 3 / 4;
  }

  #w-node-f3329f6a-d3b3-3d8b-c7a6-8f8e2acff37a-5641a4b0 {
    grid-area: 1 / 1 / 2 / 5;
    place-self: center;
  }

  #w-node-f3329f6a-d3b3-3d8b-c7a6-8f8e2acff37d-5641a4b0 {
    grid-area: 2 / 1 / 3 / 5;
    place-self: stretch stretch;
  }

  #w-node-f3329f6a-d3b3-3d8b-c7a6-8f8e2acff388-5641a4b0 {
    grid-area: 3 / 1 / 4 / 5;
  }

  #w-node-_840ec281-2253-909b-0680-1fc9376c25f1-5641a4b0 {
    grid-area: 1 / 1 / 2 / 5;
    justify-self: start;
  }

  #w-node-_840ec281-2253-909b-0680-1fc9376c25f9-5641a4b0 {
    grid-area: 2 / 2 / 3 / 4;
  }

  #w-node-_42f85ff8-f084-d917-2dda-b174af8b80ec-765745a2 {
    grid-area: 1 / 1 / 2 / 5;
    place-self: center;
  }

  #w-node-_24c23061-50e3-9aaf-aa3f-73f5ea1ce2ee-765745a2 {
    grid-area: 2 / 1 / 3 / 5;
    place-self: stretch stretch;
  }

  #w-node-_24c23061-50e3-9aaf-aa3f-73f5ea1ce2f2-765745a2 {
    grid-area: 3 / 1 / 4 / 5;
  }

  #w-node-_840ec281-2253-909b-0680-1fc9376c25f1-765745a2 {
    grid-area: 1 / 1 / 2 / 5;
    justify-self: start;
  }

  #w-node-_840ec281-2253-909b-0680-1fc9376c25f9-765745a2 {
    grid-area: 2 / 2 / 3 / 4;
  }

  #w-node-_42f85ff8-f084-d917-2dda-b174af8b80ec-0c140f13 {
    grid-area: 1 / 1 / 2 / 5;
    place-self: center;
  }

  #w-node-_24c23061-50e3-9aaf-aa3f-73f5ea1ce2ee-0c140f13 {
    grid-area: 2 / 1 / 3 / 5;
    place-self: stretch stretch;
  }

  #w-node-_24c23061-50e3-9aaf-aa3f-73f5ea1ce2f2-0c140f13 {
    grid-area: 3 / 1 / 4 / 5;
  }

  #w-node-_840ec281-2253-909b-0680-1fc9376c25f1-0c140f13 {
    grid-area: 1 / 1 / 2 / 5;
    justify-self: start;
  }

  #w-node-_840ec281-2253-909b-0680-1fc9376c25f9-0c140f13 {
    grid-area: 2 / 2 / 3 / 4;
  }

  #w-node-_42f85ff8-f084-d917-2dda-b174af8b80ec-25e8c167 {
    grid-area: 1 / 1 / 2 / 5;
    place-self: center;
  }

  #w-node-_24c23061-50e3-9aaf-aa3f-73f5ea1ce2ee-25e8c167 {
    grid-area: 2 / 1 / 3 / 5;
    place-self: stretch stretch;
  }

  #w-node-_840ec281-2253-909b-0680-1fc9376c25f1-25e8c167 {
    grid-area: 1 / 1 / 2 / 5;
    justify-self: start;
  }

  #w-node-_840ec281-2253-909b-0680-1fc9376c25f9-25e8c167 {
    grid-area: 2 / 2 / 3 / 4;
  }

  #w-node-_42f85ff8-f084-d917-2dda-b174af8b80ec-a13d0df3 {
    grid-area: 1 / 1 / 2 / 5;
    place-self: center;
  }

  #w-node-_24c23061-50e3-9aaf-aa3f-73f5ea1ce2ee-a13d0df3 {
    grid-area: 2 / 1 / 3 / 5;
    place-self: stretch stretch;
  }

  #w-node-_840ec281-2253-909b-0680-1fc9376c25f1-a13d0df3 {
    grid-area: 1 / 1 / 2 / 5;
    justify-self: start;
  }

  #w-node-_840ec281-2253-909b-0680-1fc9376c25f9-a13d0df3 {
    grid-area: 2 / 2 / 3 / 4;
  }

  #w-node-_24c23061-50e3-9aaf-aa3f-73f5ea1ce2ec-b2a126cf {
    grid-area: 1 / 1 / 13 / 5;
  }

  #w-node-_42f85ff8-f084-d917-2dda-b174af8b80ec-b2a126cf {
    grid-area: 1 / 1 / 2 / 5;
    place-self: center;
  }

  #w-node-_24c23061-50e3-9aaf-aa3f-73f5ea1ce2ee-b2a126cf {
    grid-area: 2 / 1 / 3 / 5;
    place-self: stretch stretch;
  }

  #w-node-_24c23061-50e3-9aaf-aa3f-73f5ea1ce2f2-b2a126cf {
    grid-area: 3 / 1 / 4 / 5;
  }

  #w-node-c461908a-b526-f7f1-8201-98bf87cacc4f-b2a126cf,
  #w-node-_73befdc0-7750-fcd1-d1cd-68201ce0dbe2-b2a126cf,
  #w-node-b243b443-83a8-d829-3475-c8b975d54735-b2a126cf,
  #w-node-c0b4bd15-8a5d-ec59-dd08-a84e6de71ca1-b2a126cf,
  #w-node-_6f05be97-149e-aeaa-9b2c-7b341f955c70-b2a126cf {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_840ec281-2253-909b-0680-1fc9376c25f1-b2a126cf {
    grid-area: 1 / 1 / 2 / 5;
    justify-self: start;
  }

  #w-node-_840ec281-2253-909b-0680-1fc9376c25f9-b2a126cf {
    grid-area: 2 / 2 / 3 / 4;
  }

  #w-node-_24c23061-50e3-9aaf-aa3f-73f5ea1ce2ec-e7f29af5 {
    grid-area: 1 / 1 / 13 / 5;
  }

  #w-node-_42f85ff8-f084-d917-2dda-b174af8b80ec-e7f29af5 {
    grid-area: 1 / 1 / 2 / 5;
    place-self: center;
  }

  #w-node-_24c23061-50e3-9aaf-aa3f-73f5ea1ce2ee-e7f29af5 {
    grid-area: 2 / 1 / 3 / 5;
    place-self: stretch stretch;
  }

  #w-node-_04f98f60-c938-e85f-b6ea-256e87b8878c-e7f29af5 {
    grid-area: 3 / 1 / 4 / 5;
  }

  #w-node-c461908a-b526-f7f1-8201-98bf87cacc4f-e7f29af5,
  #w-node-_73befdc0-7750-fcd1-d1cd-68201ce0dbe2-e7f29af5,
  #w-node-b243b443-83a8-d829-3475-c8b975d54735-e7f29af5,
  #w-node-c0b4bd15-8a5d-ec59-dd08-a84e6de71ca1-e7f29af5,
  #w-node-_6f05be97-149e-aeaa-9b2c-7b341f955c70-e7f29af5 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_840ec281-2253-909b-0680-1fc9376c25f1-e7f29af5 {
    grid-area: 1 / 1 / 2 / 5;
    justify-self: start;
  }

  #w-node-_840ec281-2253-909b-0680-1fc9376c25f9-e7f29af5 {
    grid-area: 2 / 2 / 3 / 4;
  }

  #w-node-_24c23061-50e3-9aaf-aa3f-73f5ea1ce2ec-0281ad63 {
    grid-area: 1 / 1 / 13 / 5;
  }

  #w-node-_42f85ff8-f084-d917-2dda-b174af8b80ec-0281ad63 {
    grid-area: 1 / 1 / 2 / 5;
    place-self: center;
  }

  #w-node-_24c23061-50e3-9aaf-aa3f-73f5ea1ce2ee-0281ad63 {
    grid-area: 2 / 1 / 3 / 5;
    place-self: stretch stretch;
  }

  #w-node-_24c23061-50e3-9aaf-aa3f-73f5ea1ce2f2-0281ad63 {
    grid-area: 3 / 1 / 4 / 5;
  }

  #w-node-c461908a-b526-f7f1-8201-98bf87cacc4f-0281ad63,
  #w-node-_73befdc0-7750-fcd1-d1cd-68201ce0dbe2-0281ad63,
  #w-node-b243b443-83a8-d829-3475-c8b975d54735-0281ad63 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_840ec281-2253-909b-0680-1fc9376c25f1-0281ad63 {
    grid-area: 1 / 1 / 2 / 5;
    justify-self: start;
  }

  #w-node-_840ec281-2253-909b-0680-1fc9376c25f9-0281ad63 {
    grid-area: 2 / 2 / 3 / 4;
  }

  #w-node-_24c23061-50e3-9aaf-aa3f-73f5ea1ce2ec-0344f335 {
    grid-area: 1 / 1 / 13 / 5;
  }

  #w-node-_42f85ff8-f084-d917-2dda-b174af8b80ec-0344f335 {
    grid-area: 1 / 1 / 2 / 5;
    place-self: center;
  }

  #w-node-_24c23061-50e3-9aaf-aa3f-73f5ea1ce2ee-0344f335 {
    grid-area: 2 / 1 / 3 / 5;
    place-self: stretch stretch;
  }

  #w-node-_24c23061-50e3-9aaf-aa3f-73f5ea1ce2f2-0344f335 {
    grid-area: 3 / 1 / 4 / 5;
  }

  #w-node-c461908a-b526-f7f1-8201-98bf87cacc4f-0344f335,
  #w-node-_73befdc0-7750-fcd1-d1cd-68201ce0dbe2-0344f335,
  #w-node-b243b443-83a8-d829-3475-c8b975d54735-0344f335,
  #w-node-_6f05be97-149e-aeaa-9b2c-7b341f955c70-0344f335 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_840ec281-2253-909b-0680-1fc9376c25f1-0344f335 {
    grid-area: 1 / 1 / 2 / 5;
    justify-self: start;
  }

  #w-node-_840ec281-2253-909b-0680-1fc9376c25f9-0344f335 {
    grid-area: 2 / 2 / 3 / 4;
  }

  #w-node-_24c23061-50e3-9aaf-aa3f-73f5ea1ce2ec-880d0a63 {
    grid-area: 1 / 1 / 13 / 5;
  }

  #w-node-_42f85ff8-f084-d917-2dda-b174af8b80ec-880d0a63 {
    grid-area: 1 / 1 / 2 / 5;
    place-self: center;
  }

  #w-node-_24c23061-50e3-9aaf-aa3f-73f5ea1ce2ee-880d0a63 {
    grid-area: 2 / 1 / 3 / 5;
    place-self: stretch stretch;
  }

  #w-node-_24c23061-50e3-9aaf-aa3f-73f5ea1ce2f2-880d0a63 {
    grid-area: 3 / 1 / 4 / 5;
  }

  #w-node-c461908a-b526-f7f1-8201-98bf87cacc4f-880d0a63,
  #w-node-_73befdc0-7750-fcd1-d1cd-68201ce0dbe2-880d0a63,
  #w-node-b243b443-83a8-d829-3475-c8b975d54735-880d0a63,
  #w-node-_6f05be97-149e-aeaa-9b2c-7b341f955c70-880d0a63 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_840ec281-2253-909b-0680-1fc9376c25f1-880d0a63 {
    grid-area: 1 / 1 / 2 / 5;
    justify-self: start;
  }

  #w-node-_840ec281-2253-909b-0680-1fc9376c25f9-880d0a63 {
    grid-area: 2 / 2 / 3 / 4;
  }
}

@font-face {
  font-family: "Malibu Sunday Serif";
  src: url("../fonts/Malibu-Sunday-Serif.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Malibu Sunday Script";
  src: url("../fonts/Malibu-Sunday-Script.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
