@font-face {
  font-family: Generalsans;
  src: url('../fonts/GeneralSans-Regular.eot') format("embedded-opentype"), url('../fonts/GeneralSans-Regular.woff') format("woff"), url('../fonts/GeneralSans-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Generalsans;
  src: url('../fonts/GeneralSans-Medium.eot') format("embedded-opentype"), url('../fonts/GeneralSans-Medium.woff') format("woff"), url('../fonts/GeneralSans-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Generalsans Variable;
  src: url('../fonts/GeneralSans-Variable.ttf') format("truetype");
  font-weight: 200 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Generalsans Variable;
  src: url('../fonts/GeneralSans-Variable.ttf') format("truetype");
  font-weight: 200 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --border-radius: 16px;
  --color--foreground--primray-on-light: #050505;
  --font-family--manrope: Manrope;
  --font-family--font-family: "Bricolage Grotesque";
  --color--background--primary: #050505;
  --color--background--light-blue: #e6e9fe;
  --color--foreground--primary: #e3e3e3;
  --color--foreground--secondary: #666;
}

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

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

body {
  color: #1a1b1f;
  background-color: #fff;
  font-family: Generalsans, Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 150%;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.75rem;
  font-weight: 400;
  line-height: 1;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Generalsans, Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bricolage Grotesque;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 100%;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Bricolage Grotesque;
  font-size: .8rem;
  font-weight: 700;
  line-height: 1;
}

p {
  margin-bottom: 0;
}

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

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

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

.showcase-img-container {
  border-radius: var(--border-radius);
  background-color: #e6e9fe;
  justify-content: flex-start;
  padding-left: 60px;
  transition: background-color .35s;
  display: flex;
  overflow: hidden;
}

.showcase-img-container:hover {
  background-color: #d5daff;
}

.showcase-img {
  flex: 1;
}

.showcase-img-left {
  min-width: 40%;
  padding-top: 60px;
  padding-bottom: 60px;
}

.text-span-3 {
  color: var(--color--foreground--primray-on-light);
  font-size: 40px;
  line-height: 90%;
}

.showcase-img-right {
  width: 100%;
  position: relative;
  left: 100px;
}

.h5 {
  margin-bottom: 32px;
}

.list-item {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--color--foreground--primray-on-light);
  justify-content: flex-start;
  align-items: center;
}

.list-item-icon {
  width: 1rem;
}

.showcase-img-list {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

.showcase-content {
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 20px;
}

.showcase-content-left {
  max-width: 40%;
}

.showcase-content-right {
  max-width: 50%;
}

.showcase-content-right.align-v {
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
}

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

.showcase-chips-container {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: wrap;
  margin-top: 12px;
}

.heading-33 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: .8rem;
}

.footer-chip {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #1c1c1c;
  border: 1px #262626;
  border-radius: 100px;
  justify-content: flex-start;
  align-items: center;
  padding: 12px 24px;
  transition: background-color .2s cubic-bezier(1, .276, .355, 1);
}

.footer-chip:hover {
  background-color: #242424;
}

.chip {
  background-color: #1c1c1c;
  border-radius: 100px;
  padding: 6px 14px;
  font-size: .7rem;
}

.footer-chips-container {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  margin-top: 40px;
}

.footer-icon {
  width: 1rem;
}

.navbar {
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  background-color: #ffffff2e;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-menu {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-link-2 {
  font-size: 1rem;
  transition: color .3s;
}

.nav-link-2:hover, .nav-link-2.w--current {
  color: #544dca;
}

.nav-link-2.cta {
  color: #191818;
  background-color: #a09bff;
  border: 1px #1810b8;
  border-radius: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-weight: 500;
  line-height: 1;
  transition: background-color .3s, color .3s;
}

.nav-link-2.cta:hover {
  background-color: #7f79f3;
}

.brand-2.w--current {
  color: #1a1b1f;
}

.container {
  width: 100%;
  max-width: 100vw;
  margin-left: auto;
  margin-right: auto;
  padding: 4rem 6rem;
}

.container.rm-pt {
  padding-top: 0;
}

.container.headercontainer {
  justify-content: space-between;
  align-items: center;
  padding-top: 0;
  padding-bottom: 1rem;
  display: flex;
}

.grid {
  grid-column-gap: 6rem;
  grid-row-gap: 1rem;
  grid-template-rows: 1fr auto;
  grid-template-columns: .5fr 1fr;
  place-items: start stretch;
}

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

.grid.homeimagegrid {
  grid-column-gap: 3rem;
  grid-row-gap: 0rem;
  grid-template-columns: .75fr 1fr;
}

.xlargetext {
  letter-spacing: .1px;
  font-size: 3.275rem;
  font-weight: 400;
  line-height: 115%;
}

.subtext-section {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.subtext-item {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  flex-flow: column;
  flex: 1;
  display: flex;
}

.subtext-label {
  color: #a3a3a3;
  font-size: 1rem;
  line-height: 100%;
}

.subtext {
  font-size: 1.1rem;
  line-height: 150%;
}

.image {
  border-radius: 2rem;
  width: 100%;
}

.pd-bt-text {
  margin-bottom: 1rem;
}

.outcome-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}

.outcome-item {
  border-left: .3rem solid #000;
  padding-left: 1.5rem;
}

.next-project-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-start;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.footnote-text {
  opacity: .7;
  padding-top: 3rem;
  font-size: .8rem;
}

.footer-link-2 {
  color: #e3e3e3;
  text-decoration: none;
}

.footer-link-2:hover {
  color: #e3e3e3;
}

.footer-text-link {
  color: #a09bff;
  font-weight: 500;
  text-decoration: none;
  transition: color .3s;
}

.footer-text-link:hover {
  color: #a6a2f7;
}

.footer-styles {
  color: #fff;
  background-color: #000;
}

.xlargetitle {
  letter-spacing: .1px;
  font-size: 3.275rem;
  line-height: 115%;
}

.xlargetitle.footer-title {
  font-size: 5rem;
  font-weight: 500;
}

.section-2 {
  margin-top: 6rem;
}

.section-2.experiment {
  height: 400px;
}

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

.pd-bt-home {
  margin-bottom: 1rem;
  font-size: 1.3rem;
}

.paragraph-9 {
  color: #7e7e7e;
  flex: 1;
  font-size: 1.3rem;
}

.paragraph-10 {
  font-size: 1.3rem;
}

.section-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid #c9c9c9;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: grid;
}

.section-grid.align-top {
  place-items: start stretch;
}

.section-grid.top-bar {
  border-top: 1px solid #c9c9c9;
}

.section-grid.rm-bottom-bar {
  border-bottom-style: none;
}

.image-13 {
  border-radius: 1rem;
}

.link-2 {
  color: #544dca;
  font-size: 1.2rem;
  font-weight: 500;
  text-decoration: none;
}

.link-2:hover {
  color: #413b9e;
  -webkit-text-stroke-color: #8680ee;
}

.flex-block-22 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.animated-line {
  background-color: #544dca;
  height: 2px;
  transform: translate(-200%);
}

.div-block-22 {
  overflow: hidden;
}

.spacer-home {
  height: 100px;
}

.paragraph-12 {
  font-size: 1.3rem;
}

.text-block-9 {
  color: #1a1b1f;
  font-weight: 500;
}

.link-3, .link-4 {
  color: #544dca;
  text-decoration: none;
}

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

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

.footergrid {
  grid-template-rows: auto auto auto;
}

.div-block-23 {
  border-radius: 6rem;
}

.div-block-24 {
  background-color: #919191;
  background-image: url('../images/overview-image_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 4px solid #000;
  border-radius: 2rem;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  position: relative;
}

.div-block-25 {
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background-color: #000;
  border: 1px solid #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  display: flex;
}

.div-block-26 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.div-block-27 {
  height: 100%;
  position: relative;
  overflow: hidden;
}

.code-embed {
  display: none;
}

.text-block-10 {
  color: #fff;
}

@media screen and (max-width: 991px) {
  .showcase-img-left {
    padding-top: 24px;
  }

  .text-span-3 {
    font-size: 32px;
  }

  .showcase-content-left {
    max-width: 45%;
  }

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

  .grid {
    flex-flow: column;
    grid-template-columns: .5fr;
    display: flex;
  }

  .grid.footergrid {
    grid-column-gap: 1rem;
    flex-flow: column;
    display: flex;
  }

  .xlargetext {
    font-size: 1.5rem;
    line-height: 150%;
  }

  .xlargetext.bold-text, .bold-headings {
    font-weight: 600;
  }

  .xlargetitle {
    font-size: 2.375rem;
    line-height: 120%;
  }

  .image-13 {
    margin-top: 40px;
  }

  .footergrid {
    grid-template-rows: auto auto;
    grid-auto-flow: column;
  }
}

@media screen and (max-width: 767px) {
  .section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .showcase-img-container {
    padding-left: 20px;
  }

  .text-span-3 {
    font-size: 24px;
  }

  .h5 {
    margin-bottom: 24px;
    line-height: 1.2;
  }

  .list-item-icon {
    width: .7rem;
  }

  .showcase-img-list {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .footer-chip {
    font-size: .8rem;
  }

  .chip {
    font-size: .5rem;
  }

  .nav-menu {
    filter: drop-shadow(0 3px 13px #c8c8d1);
    background-color: #fff;
    justify-content: flex-start;
    align-items: center;
  }

  .nav-link-2.cta {
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

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

  .container.headercontainer {
    padding-left: .25rem;
    padding-right: .25rem;
  }

  .image {
    border-radius: 1rem;
  }

  .footnote-text {
    font-size: .7rem;
  }

  .xlargetitle {
    font-size: 2rem;
  }

  .xlargetitle.footer-title {
    font-size: 4rem;
    line-height: 110%;
  }
}

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

  p {
    font-size: 1.2rem;
    line-height: 150%;
  }

  .section {
    padding-left: 10px;
    padding-right: 10px;
  }

  .showcase-img-container {
    border-radius: 8px;
    flex-flow: column;
  }

  .showcase-img-left {
    padding-bottom: 22px;
  }

  .text-span-3 {
    font-size: 26px;
  }

  .h5 {
    margin-bottom: 7px;
  }

  .showcase-content {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
  }

  .showcase-content-left {
    max-width: 100%;
    display: none;
  }

  .showcase-content-right.align-v {
    max-width: 100%;
  }

  .chip {
    font-size: 1rem;
  }

  .footer-chips-container {
    flex-flow: column;
  }

  .container {
    padding-bottom: 1rem;
  }

  .xlargetext {
    font-size: 1.2rem;
  }

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

  .image {
    border-radius: .5rem;
  }

  .footnote-text {
    padding-bottom: 17px;
  }

  .footer-text-link {
    font-size: 1.2rem;
  }

  .xlargetitle {
    font-size: 1.3rem;
    line-height: 140%;
  }

  .xlargetitle.footer-title {
    font-size: 2.2rem;
    line-height: 130%;
  }

  .section-grid {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-rows: 1fr auto;
    grid-template-columns: 1fr;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .section-grid.align-top {
    grid-template-columns: 1fr;
  }

  .section-grid.top-bar {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-rows: 1fr auto;
    grid-template-columns: 1fr;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .image-13 {
    border-radius: .6rem;
  }

  .link-2 {
    font-size: 1rem;
  }

  .flex-block-22 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
  }

  .div-block-22 {
    font-size: 1rem;
    line-height: 100%;
  }
}

#w-node-_38effd88-b46a-5b4c-bb40-fdbc453dd589-fda05451 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e29b6438-81e9-0c8f-9810-95294ca65b12-fda05451 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ed0f22bd-8221-a317-36dc-d0bc1d6dc27d-fda05451 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-bbcf2989-6000-f863-050f-603190fbf07e-fda05451 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-bbcf2989-6000-f863-050f-603190fbf08f-fda05451 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-_6bb83206-332c-8fe6-4376-ede9a116a853-fda05451 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6bb83206-332c-8fe6-4376-ede9a116a858-fda05451 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_87eadb5d-bbd5-cc53-4ae1-6df1942c4abe-78c333b2 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-ef841f6c-c135-ae70-e5b6-1476b8441a22-78c333b2, #w-node-_0e1a8f06-1a96-db8c-2c9f-d2bb795f2488-78c333b2 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-d053ad46-a024-3000-5563-4144f19ef9d5-78c333b2 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_50f26226-284c-4aa8-f1f3-2e4ba8f01fcf-78c333b2 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_35b18ea5-dc0c-022b-83b6-f1077125cf40-78c333b2 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_7044e7c4-f18f-e548-7f1a-79eb8a1a5afe-78c333b2 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_625c26f3-2e2b-c12c-61c0-64c8fc624b75-78c333b2 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ebdb8694-6414-9bf0-9929-eca37be5801b-78c333b2 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_14a036e4-ce96-2a3b-cb01-a6459f96ef01-78c333b2 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-f738b0bd-54e4-e3dd-53d0-dcdc66b79262-78c333b2 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_64e79d23-cec1-7514-b0de-3b7424e3ddd6-78c333b2 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ec876a05-ffaa-8f99-5bd9-7c978541218a-78c333b2 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_02a772e7-8fb8-81ff-636f-406b94843d0c-78c333b2 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_571cc443-14db-6ed4-e075-91c89d3e3809-78c333b2 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_13e8692b-a9c0-e1a6-f61b-cc5e5051c255-78c333b2 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6a1d71ab-0d69-ee11-a139-3a7d2a705fff-78c333b2 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_1e827ca5-ff7e-cbd0-457f-7d95eb1d6901-78c333b2 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_8179700f-8456-b33b-8374-c1571a7baaa2-78c333b2 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_4732dc3b-16f9-1d90-3ad4-416753a38db0-78c333b2, #w-node-_29653ea4-3d01-bb23-640a-1539cd2c8183-78c333b2 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_63ad95e5-0d48-aabd-1ef2-4c65c0c41cea-78c333b2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_63ad95e5-0d48-aabd-1ef2-4c65c0c41cef-78c333b2 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_87eadb5d-bbd5-cc53-4ae1-6df1942c4abe-d555847b {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-ef841f6c-c135-ae70-e5b6-1476b8441a22-d555847b, #w-node-_0e1a8f06-1a96-db8c-2c9f-d2bb795f2488-d555847b {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-d053ad46-a024-3000-5563-4144f19ef9d5-d555847b {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_0d6b48dd-4f7f-457a-60c4-673d0cd47601-d555847b {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_35b18ea5-dc0c-022b-83b6-f1077125cf40-d555847b, #w-node-_625c26f3-2e2b-c12c-61c0-64c8fc624b75-d555847b, #w-node-b1dbcf9f-52f7-5651-af2b-38cb29f3159d-d555847b, #w-node-_64e79d23-cec1-7514-b0de-3b7424e3ddd6-d555847b {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_50f26226-284c-4aa8-f1f3-2e4ba8f01fcf-d555847b {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_13e8692b-a9c0-e1a6-f61b-cc5e5051c255-d555847b, #w-node-_1e827ca5-ff7e-cbd0-457f-7d95eb1d6901-d555847b, #w-node-_29653ea4-3d01-bb23-640a-1539cd2c8183-d555847b {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2d8a8afe-1ec5-e82c-9527-2fff0ecd43a4-d555847b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_2d8a8afe-1ec5-e82c-9527-2fff0ecd43a9-d555847b {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_87eadb5d-bbd5-cc53-4ae1-6df1942c4abe-2d5257ef {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-ef841f6c-c135-ae70-e5b6-1476b8441a22-2d5257ef, #w-node-_0e1a8f06-1a96-db8c-2c9f-d2bb795f2488-2d5257ef {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-d053ad46-a024-3000-5563-4144f19ef9d5-2d5257ef {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_0d6b48dd-4f7f-457a-60c4-673d0cd47601-2d5257ef {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_35b18ea5-dc0c-022b-83b6-f1077125cf40-2d5257ef, #w-node-_625c26f3-2e2b-c12c-61c0-64c8fc624b75-2d5257ef, #w-node-b1dbcf9f-52f7-5651-af2b-38cb29f3159d-2d5257ef, #w-node-_64e79d23-cec1-7514-b0de-3b7424e3ddd6-2d5257ef {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_50f26226-284c-4aa8-f1f3-2e4ba8f01fcf-2d5257ef {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_13e8692b-a9c0-e1a6-f61b-cc5e5051c255-2d5257ef, #w-node-_1e827ca5-ff7e-cbd0-457f-7d95eb1d6901-2d5257ef, #w-node-_29653ea4-3d01-bb23-640a-1539cd2c8183-2d5257ef {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_727e5fdb-e35c-b985-bb71-5c9980046338-2d5257ef {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_727e5fdb-e35c-b985-bb71-5c998004633d-2d5257ef {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_0c9e0048-8c41-41bf-53cc-dc16d7e9a841-2d5257ef {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_0c9e0048-8c41-41bf-53cc-dc16d7e9a852-2d5257ef {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-_38effd88-b46a-5b4c-bb40-fdbc453dd589-395e6ee7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_38effd88-b46a-5b4c-bb40-fdbc453dd589-fda05451 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-e29b6438-81e9-0c8f-9810-95294ca65b12-fda05451, #w-node-bbcf2989-6000-f863-050f-603190fbf07e-fda05451 {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-_6bb83206-332c-8fe6-4376-ede9a116a853-fda05451 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_6bb83206-332c-8fe6-4376-ede9a116a858-fda05451 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_87eadb5d-bbd5-cc53-4ae1-6df1942c4aba-78c333b2 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_87eadb5d-bbd5-cc53-4ae1-6df1942c4abc-78c333b2 {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-_87eadb5d-bbd5-cc53-4ae1-6df1942c4abe-78c333b2 {
    grid-area: 3 / 1 / 4 / 4;
  }

  #w-node-_53f1d28d-a8f4-530e-db19-d8fbcb8a23b4-78c333b2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_63ad95e5-0d48-aabd-1ef2-4c65c0c41cea-78c333b2 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_63ad95e5-0d48-aabd-1ef2-4c65c0c41cef-78c333b2 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_87eadb5d-bbd5-cc53-4ae1-6df1942c4aba-d555847b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_87eadb5d-bbd5-cc53-4ae1-6df1942c4abc-d555847b {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-_87eadb5d-bbd5-cc53-4ae1-6df1942c4abe-d555847b {
    grid-area: 3 / 1 / 4 / 4;
  }

  #w-node-_53f1d28d-a8f4-530e-db19-d8fbcb8a23b4-d555847b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2d8a8afe-1ec5-e82c-9527-2fff0ecd43a4-d555847b {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_2d8a8afe-1ec5-e82c-9527-2fff0ecd43a9-d555847b {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_87eadb5d-bbd5-cc53-4ae1-6df1942c4aba-2d5257ef {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_87eadb5d-bbd5-cc53-4ae1-6df1942c4abc-2d5257ef {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-_87eadb5d-bbd5-cc53-4ae1-6df1942c4abe-2d5257ef {
    grid-area: 3 / 1 / 4 / 4;
  }

  #w-node-_53f1d28d-a8f4-530e-db19-d8fbcb8a23b4-2d5257ef {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_727e5fdb-e35c-b985-bb71-5c9980046338-2d5257ef {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_727e5fdb-e35c-b985-bb71-5c998004633d-2d5257ef {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_0c9e0048-8c41-41bf-53cc-dc16d7e9a841-2d5257ef {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-_38effd88-b46a-5b4c-bb40-fdbc453dd589-395e6ee7 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-f1cc11b0-8a1b-925e-575f-8e9534d427fc-fda05451, #w-node-_61b70d55-f536-2614-de0e-b032906fc82b-fda05451, #w-node-_95515192-f52a-f2da-60f9-758aa53e21c3-fda05451, #w-node-bbcf2989-6000-f863-050f-603190fbf081-fda05451, #w-node-bbcf2989-6000-f863-050f-603190fbf083-fda05451, #w-node-bbcf2989-6000-f863-050f-603190fbf088-fda05451, #w-node-_0c9e0048-8c41-41bf-53cc-dc16d7e9a844-2d5257ef, #w-node-_0c9e0048-8c41-41bf-53cc-dc16d7e9a846-2d5257ef, #w-node-_0c9e0048-8c41-41bf-53cc-dc16d7e9a84b-2d5257ef {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Regular.eot') format('embedded-opentype'), url('../fonts/GeneralSans-Regular.woff') format('woff'), url('../fonts/GeneralSans-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Medium.eot') format('embedded-opentype'), url('../fonts/GeneralSans-Medium.woff') format('woff'), url('../fonts/GeneralSans-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans Variable';
  src: url('../fonts/GeneralSans-Variable.ttf') format('truetype');
  font-weight: 200 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans Variable';
  src: url('../fonts/GeneralSans-Variable.ttf') format('truetype');
  font-weight: 200 700;
  font-style: normal;
  font-display: swap;
}