@font-face {
  font-family: Syne variablefont wght;
  src: url('../fonts/Syne-VariableFont_wght.ttf') format("truetype");
  font-weight: 400 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Mulish variablefont wght;
  src: url('../fonts/Mulish-VariableFont_wght.ttf') format("truetype");
  font-weight: 200 1000;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Norline;
  src: url('../fonts/Norline.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --medium-violet-red: #df0086;
}

.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-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

h2 {
  color: #000;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Syne variablefont wght, sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 24px;
}

.body {
  background-color: #000;
  justify-content: center;
  align-items: center;
}

.navbar {
  z-index: 9999;
  background-color: #ddd0;
}

.gradient-top {
  filter: blur(30px);
  background-color: #fff;
  border-radius: 3000px;
  justify-content: center;
  min-width: 200%;
  height: 20000px;
  display: flex;
}

.radial-gradient-top {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-height: 500px;
  margin-top: 100px;
  padding-top: 52px;
  display: flex;
  overflow: hidden;
}

.home-page-video {
  z-index: 1;
  perspective: 874px;
  perspective-origin: 0 0;
  margin-top: -776px;
  margin-bottom: 35px;
  position: relative;
  transform: perspective(874px);
}

.html-embed {
  display: block;
}

.heading {
  color: #fff;
  font-family: Norline, Impact, sans-serif;
  font-size: 129px;
  font-weight: 400;
  line-height: 95px;
}

.heading.black {
  color: #000;
}

.heading.black.wrap-2 {
  max-width: 90%;
}

.heading.shadow {
  text-shadow: 0 1px 50px #0000005c;
  transform: perspective(874px);
}

.heading.bottom-padding {
  margin-bottom: 18px;
}

.heading.blue {
  color: #31a8ff;
  mix-blend-mode: multiply;
  margin-top: -5px;
  position: absolute;
}

.heading.blue.wrap-2 {
  max-width: 90%;
}

.heading.red {
  color: #e30000;
  mix-blend-mode: multiply;
  margin-top: 4px;
  position: absolute;
}

.heading.red.wrap-2 {
  max-width: 90%;
}

.heading.green {
  color: #5ff280;
  mix-blend-mode: multiply;
}

.heading.green.wrap-2 {
  max-width: 90%;
}

.white-bg-section {
  background-color: #fff;
  overflow: hidden;
}

.nav {
  max-width: 1400px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}

.black-bar {
  background-color: #000;
  border-radius: 12px;
  align-items: flex-end;
  min-height: 167px;
  display: flex;
  overflow: hidden;
}

.white {
  color: #fff;
}

.white.centered {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 34px;
  padding-bottom: 34px;
}

.white.reduce-top-padding {
  margin-top: 0;
}

.white.absolute {
  z-index: 1;
  padding-bottom: 17px;
  padding-left: 30px;
  position: absolute;
}

.heading-2 {
  margin-top: 16px;
  margin-bottom: 17px;
  font-family: Syne variablefont wght, sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 29px;
}

.heading-2.wrap {
  max-width: 90%;
}

.heading-2.white.list {
  margin-top: -18px;
  margin-bottom: 18px;
}

.bodycopy {
  color: #000;
  letter-spacing: .1px;
  font-family: Mulish variablefont wght, sans-serif;
  font-size: 14px;
  line-height: 21.5px;
}

.bodycopy.white {
  color: #fff;
}

.bodycopy.white.wrap {
  max-width: 75%;
}

.bodycopy.grey {
  color: #505050;
}

.bodycopy.light-grey {
  color: #757575;
}

.container {
  max-width: 1220px;
}

.container-2 {
  max-width: 1020px;
}

.container-3 {
  max-width: 1020px;
  padding-bottom: 100px;
}

.subtitle {
  color: #000;
  letter-spacing: 4.25px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Syne variablefont wght, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

.subtitle.white {
  color: #fff;
}

.subtitle.white.bottom-padding {
  margin-bottom: 35px;
}

.subtitle.white.reduce-bottom-padding-2 {
  margin-bottom: 9px;
}

.subtitle.top-margin {
  margin-top: 26px;
}

.subtitle.reduce-bottom-padding {
  margin-bottom: 9px;
}

.subtitle.more-bottom-margin {
  margin-bottom: 40px;
}

.columns-bottom-aligned {
  align-items: flex-end;
  max-width: 1200px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.columns {
  text-align: center;
}

.nav-menu {
  color: #fff;
  text-transform: uppercase;
  font-family: Syne variablefont wght, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 29px;
}

.radial-gradient-bottom {
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  max-height: 400px;
  display: flex;
  overflow: hidden;
}

.gradient-bottom {
  filter: blur(30px);
  background-color: #fff;
  border-radius: 3000px;
  justify-content: center;
  min-width: 200%;
  height: 20000px;
  margin-bottom: 100px;
  display: flex;
}

.container-4 {
  text-align: center;
  margin-top: 85px;
}

.grid {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  grid-template-columns: 1fr 1fr 1fr;
  max-width: 1080px;
  margin-top: 2px;
  margin-left: auto;
  margin-right: auto;
}

.button {
  z-index: 1;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: var(--medium-violet-red);
  color: #fff;
  justify-content: space-between;
  align-items: center;
  margin-top: 25px;
  padding: 20px 18px;
  font-family: Syne variablefont wght, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 14px;
  text-decoration: none;
  transition: background-color .2s;
  position: relative;
}

.button:hover {
  background-color: #b4006c;
}

.button.remove-top-padding {
  margin-top: 0;
}

.black-linear-gradient {
  z-index: 1;
  background-image: linear-gradient(#000, #0000);
  width: 100%;
  height: 350px;
  position: absolute;
}

.copyright {
  color: #505050;
  letter-spacing: .1px;
  font-family: Mulish variablefont wght, sans-serif;
  font-size: 12px;
  line-height: 21px;
}

.copyright.mobile {
  display: none;
}

.footer-link {
  color: #fff;
  letter-spacing: .1px;
  font-family: Mulish variablefont wght, sans-serif;
  line-height: 33px;
  text-decoration: none;
  transition: color .2s;
  display: block;
}

.footer-link:hover {
  color: #ffffff75;
}

.footer-link.dark {
  color: #000;
}

.layer-stack {
  z-index: 1;
  position: absolute;
  inset: auto 0% 54% auto;
}

.animation-timeline {
  max-width: 154%;
  position: relative;
  top: -50px;
  right: -9%;
}

.footer {
  max-width: 1360px;
  margin-top: 92px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 80px;
}

.hero-headline {
  z-index: 2;
  max-width: 1224px;
  padding-left: 38px;
  position: relative;
  top: 110px;
}

.scrolling-banner {
  max-width: 100%;
  margin-top: 151px;
  margin-bottom: 12px;
  padding-top: 30px;
  padding-bottom: 30px;
  position: absolute;
  overflow: hidden;
}

.scrolling-banner.reposition {
  z-index: -1;
  margin-top: -589px;
}

.banner {
  color: #000;
  text-shadow: 1px 0 #505050, -1px 0 #505050, 0 -1px #505050, 0 1px #505050;
  width: 8000px;
  font-family: Syne variablefont wght, sans-serif;
  font-size: 72px;
  font-weight: 800;
}

.nav-link {
  opacity: .46;
  color: #fff;
  transition: opacity .2s;
}

.nav-link:hover {
  opacity: 1;
}

.nav-link.w--current {
  opacity: 1;
  color: #fff;
}

.nav-link.black {
  color: #000;
}

.brand {
  margin-top: 24px;
  margin-left: 20px;
}

.black-bar-column {
  padding-left: 45px;
  padding-right: 82px;
}

.text-column {
  padding-left: 0;
  padding-right: 0;
}

.text-column.wider {
  padding-left: 43px;
  padding-right: 0;
}

.column {
  margin-top: 53px;
}

.notions-image {
  z-index: 1;
  max-width: 82%;
  position: relative;
  bottom: -54px;
  left: 11%;
}

.notions-image.mobile {
  display: none;
}

.container-pro-grade-anim {
  max-width: 1220px;
  padding-top: 211px;
  padding-bottom: 180px;
}

.heading-3 {
  margin-bottom: 22px;
}

.heading-3.white.more-bottom-padding {
  margin-bottom: 42px;
}

.column-2 {
  padding-left: 0;
}

.column-3 {
  padding-right: 0;
}

.link-block {
  margin-bottom: 53px;
}

.link {
  color: #505050;
  transition: color .2s;
}

.link:hover {
  color: var(--medium-violet-red);
}

.link.white {
  color: #fff;
}

.hero-turntable.mobile {
  display: none;
}

.hero-turntable.glitch {
  opacity: 0;
  width: 772px;
  position: absolute;
  top: 0%;
  left: 4.5%;
}

.black-bar-responsive {
  background-color: #000;
  border-radius: 12px;
  align-items: flex-end;
  min-height: 167px;
  padding-bottom: 17px;
  padding-left: 30px;
  display: none;
}

.columns-2 {
  margin-left: 0;
}

.list {
  padding-left: 20px;
}

.column-7 {
  padding-right: 0;
}

.section {
  background-color: #000;
  border-radius: 12px;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

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

.left-grid-cell {
  border-bottom: 1px solid #2d2d2d;
  padding: 24px;
}

.left-grid-cell.top-row {
  border-top: 1px solid #2d2d2d;
}

.center-grid-cell {
  border-bottom: 1px solid #2d2d2d;
  border-left: 1px solid #2d2d2d;
  border-right: 1px solid #2d2d2d;
  padding: 24px;
}

.center-grid-cell.top-row {
  border-top: 1px solid #2d2d2d;
}

.right-grid-cell {
  border-bottom: 1px solid #2d2d2d;
  padding: 24px;
}

.right-grid-cell.top-row {
  border-top: 1px solid #2d2d2d;
}

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

.columns-3 {
  align-items: flex-end;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 90px;
  display: flex;
}

.column-8 {
  padding-bottom: 44px;
  padding-left: 0;
  padding-right: 0;
}

.columns-4 {
  align-items: center;
  min-height: 140px;
  margin-right: 24px;
  padding-top: 11px;
  padding-bottom: 11px;
  display: flex;
}

.column-9 {
  padding-left: 48px;
  padding-right: 0;
}

.navbar-light-bg {
  background-color: #ddd0;
}

.caption {
  z-index: 1;
  color: #505050;
  letter-spacing: .1px;
  margin-top: 8px;
  font-family: Mulish variablefont wght, sans-serif;
  font-size: 12px;
  line-height: 21px;
  position: relative;
}

.caption.top-margin {
  margin-top: 36px;
}

.mockup-preview-link-block {
  text-decoration: none;
}

.custom-list-bullet {
  background-color: #fff;
  min-width: 6px;
  max-width: 6px;
  min-height: 6px;
  max-height: 6px;
}

.custom-list-item {
  justify-content: flex-start;
}

.custom-list-item.wrap {
  max-width: 75%;
}

.small-list {
  color: #fff;
  letter-spacing: .1px;
  margin-top: 28px;
  padding-left: 14px;
  font-family: Mulish variablefont wght, sans-serif;
  line-height: 21px;
}

.radial-gradient-bottom-rev {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-height: 385px;
  display: flex;
  overflow: hidden;
}

.gradient-bottom-rev {
  filter: blur(30px);
  background-color: #fff;
  border-radius: 3000px;
  justify-content: center;
  min-width: 200%;
  height: 20000px;
  margin-top: 100px;
  display: flex;
}

.you-might-like-these {
  text-align: center;
  background-color: #fff;
  margin-bottom: -100px;
  padding-bottom: 125px;
}

.section-3 {
  background-color: #fff;
}

.grid-3 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  max-width: 1080px;
  margin: 72px auto 24px;
}

.grid-4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  max-width: 1242px;
  margin-left: auto;
  margin-right: auto;
}

.grid-5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  max-width: 1242px;
  margin: 49px auto 24px;
}

.grid-6 {
  grid-column-gap: 0px;
  grid-row-gap: 160px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  align-items: start;
  max-width: 1242px;
  margin-left: auto;
  margin-right: auto;
}

.scrolling-strip {
  z-index: -2;
  max-width: 100%;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.scrolling-strip-thumb {
  background-color: #3f3f3f;
  min-width: 284px;
  max-width: 284px;
  min-height: 160px;
  margin-right: 6px;
  display: flex;
}

.gradient {
  background-image: linear-gradient(#000000a3, #000);
  min-width: 284px;
  min-height: 160px;
  position: absolute;
}

.section-4 {
  margin-top: 112px;
}

.golden-spiral {
  z-index: -1;
  min-width: 112%;
  max-width: 112%;
  position: absolute;
  inset: 0% 0% auto auto;
  overflow: hidden;
}

.button-with-icon {
  background-color: var(--medium-violet-red);
  color: #fff;
  text-align: center;
  justify-content: space-between;
  align-items: center;
  padding: 20px 18px;
  font-family: Syne variablefont wght, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 14px;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.button-with-icon:hover {
  background-color: #b4006c;
}

.button-with-icon.top-margin {
  align-items: center;
  margin-top: 100px;
}

.section-5 {
  margin-bottom: 124px;
}

.left-arrow, .right-arrow {
  display: none;
}

.singular-slider {
  background-color: #ddd0;
  height: auto;
}

.clauses {
  max-width: 1242px;
  margin-top: 90px;
  margin-left: auto;
  margin-right: auto;
}

.slide-nav {
  z-index: 1;
  position: absolute;
  inset: auto auto 0% 2%;
}

.slide {
  margin-right: 5px;
}

.caption-2 {
  color: #505050;
  text-align: right;
  margin-top: 8px;
  font-family: Mulish variablefont wght, sans-serif;
  font-size: 12px;
  line-height: 21px;
}

.caption-link {
  color: #505050;
  transition: color .2s;
}

.caption-link:hover {
  color: var(--medium-violet-red);
}

.caption-link:visited {
  color: #505050;
}

.lightbox-thumbnail-1 {
  transform: perspective(500px);
}

.lightbox-image-holder-1 {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 960px;
  height: 540px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.lightbox-section-1 {
  z-index: 10000;
  opacity: 1;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #00000080;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: fixed;
  inset: 0%;
}

.lightbox-thumbnail-3, .lightbox-thumbnail-2 {
  transform: perspective(500px);
}

.close {
  z-index: 10001;
  opacity: .5;
  cursor: pointer;
  transition: transform .6s cubic-bezier(.645, .045, .355, 1), opacity .6s cubic-bezier(.645, .045, .355, 1);
  position: absolute;
  inset: 5% 5% auto auto;
}

.close:hover {
  opacity: 1;
  transform: scale(1.2);
}

.lightbox-section-2 {
  z-index: 10000;
  opacity: 1;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #00000080;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: fixed;
  inset: 0%;
}

.lightbox-image-holder-2 {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 960px;
  height: 540px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.lightbox-section-3 {
  z-index: 10000;
  opacity: 1;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #00000080;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: fixed;
  inset: 0%;
}

.lightbox-image-holder-3 {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 960px;
  height: 540px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.caption-responsive-only {
  color: #505050;
  text-align: right;
  font-family: Muli;
  font-size: 12px;
  line-height: 21px;
  display: none;
}

.transition-overlay {
  z-index: 10000;
  transform-origin: 50% 100%;
  background-color: #000;
  position: fixed;
  inset: 0%;
}

.photoshop-interface {
  display: block;
  position: absolute;
  inset: 7% auto auto 5%;
}

.photoshop-interface.mobile {
  display: none;
}

.glitch-img-1, .glitch-img-2 {
  margin-bottom: 24px;
  display: none;
}

.image {
  display: none;
}

.column-11 {
  padding-left: 0;
  padding-right: 0;
}

.glitch {
  position: fixed;
  inset: 17% 0% auto auto;
}

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

.bg-video {
  z-index: -1;
  min-width: 100vw;
  min-height: 100vh;
  position: fixed;
  inset: 0% auto auto 0%;
}

.section-4-copy {
  min-height: 50vh;
  margin-top: 112px;
}

.fs-cc-banner_buttons-wrapper {
  flex-direction: row;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.fs-cc-banner_container {
  align-items: center;
  width: 100%;
  max-width: 62.5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-cc-manager_component {
  z-index: 999;
  display: block;
  position: fixed;
  inset: auto auto 1.25rem 1.25rem;
}

.fs-cc-prefs_checkbox {
  z-index: 1;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.fs-cc-banner_close-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.fs-cc-prefs_trigger {
  display: none;
}

.fs-cc-prefs_close {
  z-index: 1;
  color: #333;
  cursor: pointer;
  background-color: #f5f6ff;
  border-radius: 100%;
  padding: .625rem;
  font-size: 1.25rem;
  text-decoration: none;
  position: absolute;
  inset: -.75rem -.75rem auto auto;
  box-shadow: -1px 1px 12px #3333331a;
}

.fs-cc-prefs_option {
  border-bottom: 1px solid #33333326;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.fs-cc-prefs_space-small {
  margin-bottom: .75rem;
}

.fs-cc-manager_trigger {
  display: none;
}

.fs-cc-prefs_title {
  color: #000;
  font-family: Syne variablefont wght, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
}

.fs-cc-prefs_checkbox-label {
  display: none;
}

.fs-cc-prefs_text {
  color: #000;
  font-family: Mulish variablefont wght, sans-serif;
  font-size: .75rem;
}

.fs-cc-prefs_buttons-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-top: 2rem;
  margin-right: -.5rem;
  display: flex;
}

.fs-cc-prefs_space-medium {
  margin-bottom: 2.5rem;
}

.fs-cc-prefs_checkbox-field {
  background-color: #ccc;
  border-radius: 999rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 2.75rem;
  height: 1.5rem;
  margin-bottom: 0;
  padding: .125rem;
  display: flex;
  position: relative;
}

.fs-cc-prefs_label {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 2rem;
  font-size: 1rem;
  font-weight: 700;
}

.fs-cc-prefs_content {
  height: 100%;
  padding: 2.5rem 2rem;
  overflow: scroll;
}

.fs-cc-banner_button {
  border: 2px solid var(--medium-violet-red);
  background-color: var(--medium-violet-red);
  color: #fff;
  text-align: center;
  min-width: 8.75rem;
  margin-left: 1rem;
  padding: .625rem 1.25rem;
  font-family: Syne variablefont wght, sans-serif;
  font-size: 1rem;
  font-weight: 700;
}

.fs-cc-banner_button.fs-cc-button-alt {
  border-color: var(--medium-violet-red);
  color: var(--medium-violet-red);
  -webkit-text-stroke-color: var(--medium-violet-red);
  background-color: #fff;
}

.fs-cc-prefs_form {
  background-color: #fff;
  border-radius: 1rem;
  width: 100%;
  max-width: 36rem;
  height: 100%;
  max-height: 70vh;
  margin-bottom: 0;
  position: relative;
}

.fs-cc-prefs_close-icon {
  color: #000;
  width: 1rem;
  height: 1rem;
}

.fs-cc-banner_close {
  opacity: 1;
  cursor: pointer;
  background-color: #fff;
  border-radius: 999rem;
  margin-left: .75rem;
  padding: .625rem;
  box-shadow: 1px 1px 12px #0000001a;
}

.fs-cc-prefs_overlay {
  z-index: -1;
  background-color: #0009;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fs-cc-manager_icon {
  width: 2rem;
  height: 2rem;
}

.fs-cc-banner_text {
  color: #000;
  margin-right: 1.5rem;
}

.fs-cc-banner_text-link {
  border-bottom: 2px solid var(--medium-violet-red);
  color: var(--medium-violet-red);
  -webkit-text-stroke-color: var(--medium-violet-red);
  font-weight: 400;
  text-decoration: none;
}

.fs-cc-banner_text-link.black {
  color: #000;
  border-bottom-width: 1px;
  border-bottom-color: #000;
}

.fs-cc-banner_trigger {
  display: none;
}

.fs-cc-manager_button {
  color: #333;
  cursor: pointer;
  background-color: #fff;
  border-radius: 999rem;
  flex-direction: column;
  padding: .625rem;
  transition: color .2s;
  display: flex;
}

.fs-cc-manager_button:hover {
  color: #4353ff;
}

.fs-cc-prefs_component {
  z-index: 997;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 2rem;
  display: none;
  position: fixed;
  inset: 0%;
}

.fs-cc-banner_component {
  z-index: 998;
  background-color: #fff;
  border-top: 1px solid #6b6b6b;
  padding: 1.5rem 2rem;
  font-family: Mulish variablefont wght, sans-serif;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

.fs-cc-prefs_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: .5rem;
  font-family: Mulish variablefont wght, sans-serif;
  display: flex;
}

.fs-cc-prefs_button {
  border: 2px solid var(--medium-violet-red);
  background-color: var(--medium-violet-red);
  border-radius: 0;
  margin-right: .5rem;
  padding: .625rem 1.5rem;
  font-family: Syne variablefont wght, sans-serif;
  font-size: .875rem;
  font-weight: 700;
}

.fs-cc-prefs_button.fs-cc-button-alt {
  border-color: var(--medium-violet-red);
  color: var(--medium-violet-red);
  -webkit-text-stroke-color: var(--medium-violet-red);
  background-color: #fff;
  border-radius: 0;
}

.fs-cc-prefs_submit-hide {
  display: none;
}

.fs-cc-prefs_toggle {
  background-color: #fff;
  border-radius: 999px;
  width: 1.25rem;
  height: 1.25rem;
}

.lottie {
  position: relative;
  bottom: -6px;
}

@media screen and (max-width: 991px) {
  .radial-gradient-top {
    margin-top: 213px;
  }

  .home-page-video {
    margin-top: -573px;
    margin-left: 5%;
    margin-right: 5%;
  }

  .heading.black {
    font-size: 106px;
    line-height: 79px;
  }

  .heading.black.wrap, .heading.black.wrap-2 {
    max-width: 39%;
  }

  .heading.shadow, .heading.bottom-padding {
    font-size: 106px;
    line-height: 79px;
  }

  .heading.blue {
    max-width: 39%;
    font-size: 106px;
    line-height: 79px;
  }

  .heading.blue.wrap-2 {
    max-width: 39%;
  }

  .heading.red {
    max-width: 39%;
    font-size: 106px;
    line-height: 79px;
  }

  .heading.red.wrap-2 {
    max-width: 39%;
  }

  .heading.green {
    max-width: 41%;
    font-size: 106px;
    line-height: 79px;
  }

  .heading.green.wrap-2 {
    max-width: 39%;
  }

  .nav {
    margin-top: 0;
  }

  .white {
    font-size: 16px;
    line-height: 20px;
  }

  .heading-2 {
    margin-top: 21px;
    margin-bottom: 21px;
    font-size: 19px;
    line-height: 27px;
  }

  .heading-2.wrap {
    max-width: 100%;
  }

  .bodycopy.white {
    font-size: 14px;
    line-height: 21px;
  }

  .container {
    max-width: 90%;
  }

  .container-3 {
    max-width: 90%;
    padding-bottom: 91px;
  }

  .subtitle {
    margin-bottom: 21px;
  }

  .subtitle.white {
    font-size: 12px;
    line-height: 18px;
  }

  .columns-bottom-aligned {
    display: block;
  }

  .nav-menu {
    margin-left: 5%;
    margin-right: 5%;
  }

  .radial-gradient-bottom {
    max-height: 300px;
  }

  .gradient-bottom {
    margin-bottom: 67px;
  }

  .container-4 {
    margin-top: 85px;
  }

  .grid {
    margin-left: 5%;
    margin-right: 5%;
  }

  .button {
    min-width: 100%;
    font-size: 14px;
  }

  .copyright {
    display: none;
  }

  .copyright.mobile {
    text-align: center;
    margin-top: 31px;
    display: block;
  }

  .footer-link {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .layer-stack {
    display: none;
  }

  .animation-timeline {
    max-width: 133%;
    top: 27px;
    left: 5%;
    right: auto;
  }

  .footer {
    margin-top: 71px;
    margin-left: 5%;
    margin-right: 5%;
    padding-bottom: 31px;
  }

  .hero-headline {
    max-width: 90%;
    padding-left: 0;
  }

  .scrolling-banner {
    display: none;
  }

  .nav-link {
    opacity: 1;
    color: #ffffff75;
    background-color: #000;
    padding-left: 5%;
  }

  .nav-link.black.white-text {
    color: #fff;
  }

  .brand {
    margin-left: 5%;
  }

  .black-bar-column {
    display: none;
  }

  .column {
    margin-top: 71px;
  }

  .notions-image.mobile {
    max-width: 70%;
    margin-top: 27px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    bottom: -33px;
    left: 0%;
  }

  .container-pro-grade-anim {
    padding-top: 174px;
  }

  .heading-3 {
    margin-top: 2px;
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 20px;
  }

  .heading-3.white.more-bottom-padding {
    margin-bottom: 34px;
  }

  .column-3 {
    padding-left: 0;
  }

  .link-block {
    margin-bottom: 38px;
  }

  .hero-turntable.mobile {
    margin-top: 19px;
    display: block;
  }

  .icon {
    color: #fff;
  }

  .icon.black {
    color: #000;
  }

  .black-bar-responsive {
    border-radius: 8px;
    display: flex;
  }

  .column-5 {
    padding-left: 0;
  }

  .column-6 {
    margin-top: -6px;
    margin-bottom: -6px;
    padding-left: 0;
  }

  .menu-button {
    margin-right: 5%;
    padding-right: 0;
  }

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

  .list {
    margin-bottom: 21px;
  }

  .section {
    border-radius: 8px;
    margin-left: 5%;
    margin-right: 5%;
  }

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

  .left-grid-cell {
    border-left: 1px solid #2d2d2d;
  }

  .center-grid-cell {
    border-right-style: none;
  }

  .right-grid-cell {
    border-left: 1px solid #2d2d2d;
  }

  .right-grid-cell.top-row {
    border-top-style: none;
  }

  .right-grid-cell.bottom-row {
    border-bottom-style: none;
  }

  .columns-3 {
    margin-left: 5%;
    margin-right: 5%;
    display: block;
  }

  .column-8 {
    padding-bottom: 0;
  }

  .columns-4 {
    text-align: center;
    border-top: 1px solid #2d2d2d;
    margin-right: 0;
    padding: 41px 24px;
    display: block;
  }

  .column-9 {
    margin-bottom: 24px;
    padding-left: 0;
  }

  .column-10 {
    padding-left: 0;
    padding-right: 0;
  }

  .caption {
    display: none;
  }

  .caption.top-margin {
    display: block;
  }

  .custom-list-item.wrap {
    max-width: 100%;
  }

  .radial-gradient-bottom-rev {
    max-height: 300px;
  }

  .gradient-bottom-rev {
    margin-bottom: 67px;
  }

  .you-might-like-these {
    padding-left: 5%;
    padding-right: 5%;
  }

  .grid-4 {
    margin-left: 5%;
    margin-right: 5%;
  }

  .grid-5 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    grid-template-rows: auto auto auto;
    margin-bottom: 6px;
    margin-left: 5%;
    margin-right: 5%;
  }

  .grid-6 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    grid-template-rows: auto auto auto auto;
    margin-left: 5%;
    margin-right: 5%;
  }

  .button-with-icon.top-margin {
    margin-top: 48px;
  }

  .singular-slider {
    margin-bottom: 25px;
  }

  .clauses {
    margin-left: 5%;
    margin-right: 5%;
  }

  .slide-nav {
    min-width: 100%;
    left: auto;
  }

  .caption-2 {
    z-index: 2;
    align-items: flex-end;
    margin-top: -24px;
    display: flex;
  }

  .lightbox-thumbnail-1.add-hover-effects {
    cursor: default;
    margin-top: 19px;
    text-decoration: none;
  }

  .lightbox-thumbnail-3.add-hover-effect, .lightbox-thumbnail-2.add-hover-effect {
    cursor: default;
    text-decoration: none;
  }

  .caption-responsive-only {
    text-align: left;
    margin-top: 4px;
    margin-bottom: 16px;
    font-family: Mulish variablefont wght, sans-serif;
    display: block;
  }

  .div-block {
    margin-top: 24px;
  }

  .photoshop-interface.mobile {
    display: none;
    position: absolute;
    inset: auto auto 19% 5%;
  }

  .glitch {
    display: none;
  }

  .fs-cc-banner_buttons-wrapper {
    margin-top: 1rem;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-banner_text {
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .heading.black.wrap {
    max-width: 62%;
  }

  .heading.black.wrap-2 {
    max-width: 56%;
  }

  .heading.wrap, .heading.blue {
    max-width: 62%;
  }

  .heading.blue.wrap-2 {
    max-width: 56%;
  }

  .heading.red {
    max-width: 62%;
  }

  .heading.red.wrap-2 {
    max-width: 56%;
  }

  .heading.green {
    max-width: 63%;
  }

  .heading.green.wrap-2 {
    max-width: 56%;
  }

  .container-3 {
    padding-bottom: 80px;
  }

  .subtitle.reduce-bottom-padding {
    margin-bottom: 4px;
  }

  .container-4 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .animation-timeline {
    max-width: 172%;
  }

  .brand {
    padding-left: 0;
  }

  .text-column.wider {
    padding-left: 5%;
    padding-right: 5%;
  }

  .column {
    margin-top: 66px;
  }

  .black-bar-responsive {
    min-height: 123px;
  }

  .column-4 {
    margin-top: 46px;
    margin-bottom: 46px;
  }

  .column-7 {
    padding-left: 0;
  }

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

  .left-grid-cell.top-row {
    border-bottom-style: none;
  }

  .scene-thumbnail {
    margin-bottom: 12px;
  }

  .mockup-preview-link-block.add-bottom-margin {
    margin-bottom: 21px;
  }

  .scrolling-strip {
    display: none;
  }

  .photoshop-interface.mobile {
    max-width: 61%;
  }

  .glitch-img-1, .glitch-img-2 {
    margin-bottom: 12px;
  }

  .section-4-copy {
    min-height: auto;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-prefs_title {
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 479px) {
  .radial-gradient-top {
    margin-top: 103px;
  }

  .home-page-video {
    margin-top: -498px;
  }

  .heading.black {
    font-size: 90px;
    line-height: 68px;
  }

  .heading.black.wrap {
    max-width: 97%;
    font-size: 90px;
    line-height: 68px;
  }

  .heading.black.wrap-2 {
    max-width: 100%;
    font-size: 90px;
    line-height: 68px;
  }

  .heading.shadow, .heading.bottom-padding, .heading.wrap {
    font-size: 90px;
    line-height: 68px;
  }

  .heading.blue, .heading.red, .heading.green {
    max-width: 97%;
    font-size: 90px;
    line-height: 68px;
  }

  .heading-2 {
    margin-top: 17px;
    margin-bottom: 17px;
  }

  .animation-timeline {
    max-width: 209%;
  }

  .hero-headline {
    top: 76px;
  }

  .notions-image.mobile {
    max-width: 89%;
  }

  .column-2 {
    margin-top: -20px;
    margin-bottom: -12px;
  }

  .black-bar-responsive {
    min-height: 123px;
    padding-bottom: 8px;
    padding-left: 15px;
  }

  .psd, .animated, .learn-more {
    width: 49px;
  }

  .grid-3 {
    margin-top: 46px;
  }

  .photoshop-interface.mobile {
    max-width: 77%;
    bottom: 20%;
  }

  .fs-cc-banner_buttons-wrapper {
    text-align: center;
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
  }

  .fs-cc-prefs_content {
    padding: 1.5rem;
  }

  .fs-cc-banner_button {
    width: 100%;
    margin-bottom: .5rem;
    margin-left: 0;
  }

  .fs-cc-banner_close {
    position: absolute;
    inset: -1.5rem .75rem auto auto;
  }

  .fs-cc-prefs_component {
    padding: 1.5rem;
  }

  .fs-cc-prefs_button {
    margin-bottom: .5rem;
  }
}

#w-node-_0709fb90-bbbd-9de5-5078-df033c018d76-e8b70f63, #w-node-_3d960c32-715c-9aed-7fbf-45f27ee3f234-e8b70f63, #w-node-_9c53f48e-c127-4d1a-ddf9-d969bf471476-e8b70f63, #w-node-de008300-71d3-e7e4-8235-07ea75fcf1df-e8b70f63, #w-node-_54376547-968e-7bd9-090b-61ade91696ee-e8b70f63 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8b1fa9db-0930-2015-d394-a28e7c1ee80c-e8b70f68, #w-node-bc7afe76-34bd-1acb-8041-0c37e82d5202-e8b70f69 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e47f7c7d-0fc6-82f4-d6f3-861646703873-e8b70f69 {
  grid-area: 2 / 5 / 3 / 6;
}

#w-node-_5223b4ee-0ed4-ad37-3afd-e2afe49bbb77-e8b70f69 {
  grid-area: 1 / 2 / 2 / 6;
}

#w-node-d0ed9d5f-1655-c545-2933-e3865ed073a2-e8b70f69, #w-node-_12edbfff-29c0-8da7-f807-f75bd7ff5538-e8b70f69 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-c75dc091-047f-4d4a-54b7-a1486d339773-e8b70f69 {
  grid-area: 1 / 2 / 4 / 4;
}

#w-node-d41cd63f-f755-c2b0-5799-cb860679c6cc-e8b70f69, #w-node-_4a44ea37-f758-22e6-8eaa-5a21caa10b4c-e8b70f69 {
  grid-area: 1 / 5 / 2 / 6;
}

#w-node-_67b076e1-fbb7-fb9f-b727-475e8291382e-e8b70f69, #w-node-c75c0c09-fc49-33df-7c02-f143bef7039b-e8b70f69 {
  grid-area: 2 / 4 / 3 / 5;
}

#w-node-dcfd8c69-0b5b-aac4-402c-d209fb4bcbd1-e8b70f69 {
  grid-area: 3 / 2 / 4 / 5;
}

#w-node-ed7b0212-f2ec-c5d8-f332-5e141787e8d4-1787e8d4, #w-node-_58a7bd3c-ddd5-27ed-2909-18304b2613bd-4b2613bd, #w-node-_6a6bad3e-c07e-60c7-42b3-d98376c7ed1f-76c7ed1f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bc7afe76-34bd-1acb-8041-0c37e82d5202-e8b70f6b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e47f7c7d-0fc6-82f4-d6f3-861646703873-e8b70f6b {
  grid-area: 2 / 5 / 3 / 6;
}

#w-node-_5223b4ee-0ed4-ad37-3afd-e2afe49bbb77-e8b70f6b {
  grid-area: 1 / 2 / 2 / 6;
}

#w-node-d0ed9d5f-1655-c545-2933-e3865ed073a2-e8b70f6b, #w-node-_12edbfff-29c0-8da7-f807-f75bd7ff5538-e8b70f6b {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-c75dc091-047f-4d4a-54b7-a1486d339773-e8b70f6b {
  grid-area: 1 / 2 / 4 / 4;
}

#w-node-d41cd63f-f755-c2b0-5799-cb860679c6cc-e8b70f6b, #w-node-_4a44ea37-f758-22e6-8eaa-5a21caa10b4c-e8b70f6b {
  grid-area: 1 / 5 / 2 / 6;
}

#w-node-_67b076e1-fbb7-fb9f-b727-475e8291382e-e8b70f6b, #w-node-c75c0c09-fc49-33df-7c02-f143bef7039b-e8b70f6b {
  grid-area: 2 / 4 / 3 / 5;
}

#w-node-dcfd8c69-0b5b-aac4-402c-d209fb4bcbd1-e8b70f6b {
  grid-area: 3 / 2 / 4 / 5;
}

#w-node-f9d8cd16-aeca-0ad3-9307-96bef6d08816-f6d08816, #w-node-_6ce74645-d1d9-1b9c-5602-ecd41ae9687c-1ae9687c, #w-node-_8d21974b-e50b-7c5d-b6de-be6be6d16ad1-e6d16ad1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bc7afe76-34bd-1acb-8041-0c37e82d5202-e8b70f6c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e47f7c7d-0fc6-82f4-d6f3-861646703873-e8b70f6c {
  grid-area: 2 / 5 / 3 / 6;
}

#w-node-_5223b4ee-0ed4-ad37-3afd-e2afe49bbb77-e8b70f6c {
  grid-area: 1 / 2 / 2 / 6;
}

#w-node-d0ed9d5f-1655-c545-2933-e3865ed073a2-e8b70f6c, #w-node-_12edbfff-29c0-8da7-f807-f75bd7ff5538-e8b70f6c {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-c75dc091-047f-4d4a-54b7-a1486d339773-e8b70f6c {
  grid-area: 1 / 2 / 4 / 4;
}

#w-node-d41cd63f-f755-c2b0-5799-cb860679c6cc-e8b70f6c, #w-node-_4a44ea37-f758-22e6-8eaa-5a21caa10b4c-e8b70f6c {
  grid-area: 1 / 5 / 2 / 6;
}

#w-node-_67b076e1-fbb7-fb9f-b727-475e8291382e-e8b70f6c, #w-node-c75c0c09-fc49-33df-7c02-f143bef7039b-e8b70f6c {
  grid-area: 2 / 4 / 3 / 5;
}

#w-node-dcfd8c69-0b5b-aac4-402c-d209fb4bcbd1-e8b70f6c {
  grid-area: 3 / 2 / 4 / 5;
}

#w-node-_9936bcce-5baa-90c2-772f-de2d41bc92bd-41bc92bd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bc7afe76-34bd-1acb-8041-0c37e82d5202-e8b70f6d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e47f7c7d-0fc6-82f4-d6f3-861646703873-e8b70f6d {
  grid-area: 2 / 5 / 3 / 6;
}

#w-node-_5223b4ee-0ed4-ad37-3afd-e2afe49bbb77-e8b70f6d {
  grid-area: 1 / 2 / 2 / 6;
}

#w-node-d0ed9d5f-1655-c545-2933-e3865ed073a2-e8b70f6d, #w-node-_12edbfff-29c0-8da7-f807-f75bd7ff5538-e8b70f6d {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-c75dc091-047f-4d4a-54b7-a1486d339773-e8b70f6d {
  grid-area: 1 / 2 / 4 / 4;
}

#w-node-d41cd63f-f755-c2b0-5799-cb860679c6cc-e8b70f6d, #w-node-_4a44ea37-f758-22e6-8eaa-5a21caa10b4c-e8b70f6d {
  grid-area: 1 / 5 / 2 / 6;
}

#w-node-_67b076e1-fbb7-fb9f-b727-475e8291382e-e8b70f6d, #w-node-c75c0c09-fc49-33df-7c02-f143bef7039b-e8b70f6d {
  grid-area: 2 / 4 / 3 / 5;
}

#w-node-dcfd8c69-0b5b-aac4-402c-d209fb4bcbd1-e8b70f6d {
  grid-area: 3 / 2 / 4 / 5;
}

#w-node-b960554e-6af4-49c2-5e8d-dfdec4480110-c4480110, #w-node-e7a6ed1a-a48a-622f-9f3f-25299d3aa158-9d3aa158 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bc7afe76-34bd-1acb-8041-0c37e82d5202-e8b70f6e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e47f7c7d-0fc6-82f4-d6f3-861646703873-e8b70f6e {
  grid-area: 2 / 5 / 3 / 6;
}

#w-node-_5223b4ee-0ed4-ad37-3afd-e2afe49bbb77-e8b70f6e {
  grid-area: 1 / 2 / 2 / 6;
}

#w-node-d0ed9d5f-1655-c545-2933-e3865ed073a2-e8b70f6e, #w-node-_12edbfff-29c0-8da7-f807-f75bd7ff5538-e8b70f6e {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-c75dc091-047f-4d4a-54b7-a1486d339773-e8b70f6e {
  grid-area: 1 / 2 / 4 / 4;
}

#w-node-d41cd63f-f755-c2b0-5799-cb860679c6cc-e8b70f6e, #w-node-_4a44ea37-f758-22e6-8eaa-5a21caa10b4c-e8b70f6e {
  grid-area: 1 / 5 / 2 / 6;
}

#w-node-_67b076e1-fbb7-fb9f-b727-475e8291382e-e8b70f6e, #w-node-c75c0c09-fc49-33df-7c02-f143bef7039b-e8b70f6e {
  grid-area: 2 / 4 / 3 / 5;
}

#w-node-dcfd8c69-0b5b-aac4-402c-d209fb4bcbd1-e8b70f6e {
  grid-area: 3 / 2 / 4 / 5;
}

#w-node-bc7afe76-34bd-1acb-8041-0c37e82d5202-e8b70f6f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e47f7c7d-0fc6-82f4-d6f3-861646703873-e8b70f6f {
  grid-area: 2 / 5 / 3 / 6;
}

#w-node-_5223b4ee-0ed4-ad37-3afd-e2afe49bbb77-e8b70f6f {
  grid-area: 1 / 2 / 2 / 6;
}

#w-node-d0ed9d5f-1655-c545-2933-e3865ed073a2-e8b70f6f, #w-node-_12edbfff-29c0-8da7-f807-f75bd7ff5538-e8b70f6f {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-c75dc091-047f-4d4a-54b7-a1486d339773-e8b70f6f {
  grid-area: 1 / 2 / 4 / 4;
}

#w-node-d41cd63f-f755-c2b0-5799-cb860679c6cc-e8b70f6f, #w-node-_4a44ea37-f758-22e6-8eaa-5a21caa10b4c-e8b70f6f {
  grid-area: 1 / 5 / 2 / 6;
}

#w-node-_67b076e1-fbb7-fb9f-b727-475e8291382e-e8b70f6f, #w-node-c75c0c09-fc49-33df-7c02-f143bef7039b-e8b70f6f {
  grid-area: 2 / 4 / 3 / 5;
}

#w-node-dcfd8c69-0b5b-aac4-402c-d209fb4bcbd1-e8b70f6f {
  grid-area: 3 / 2 / 4 / 5;
}

#w-node-bc7afe76-34bd-1acb-8041-0c37e82d5202-e8b70f70 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e47f7c7d-0fc6-82f4-d6f3-861646703873-e8b70f70 {
  grid-area: 2 / 5 / 3 / 6;
}

#w-node-_5223b4ee-0ed4-ad37-3afd-e2afe49bbb77-e8b70f70 {
  grid-area: 1 / 2 / 2 / 6;
}

#w-node-d0ed9d5f-1655-c545-2933-e3865ed073a2-e8b70f70, #w-node-_12edbfff-29c0-8da7-f807-f75bd7ff5538-e8b70f70 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-c75dc091-047f-4d4a-54b7-a1486d339773-e8b70f70 {
  grid-area: 1 / 2 / 4 / 4;
}

#w-node-d41cd63f-f755-c2b0-5799-cb860679c6cc-e8b70f70, #w-node-_4a44ea37-f758-22e6-8eaa-5a21caa10b4c-e8b70f70 {
  grid-area: 1 / 5 / 2 / 6;
}

#w-node-_67b076e1-fbb7-fb9f-b727-475e8291382e-e8b70f70, #w-node-c75c0c09-fc49-33df-7c02-f143bef7039b-e8b70f70 {
  grid-area: 2 / 4 / 3 / 5;
}

#w-node-dcfd8c69-0b5b-aac4-402c-d209fb4bcbd1-e8b70f70 {
  grid-area: 3 / 2 / 4 / 5;
}

#w-node-bc7afe76-34bd-1acb-8041-0c37e82d5202-e8b70f71 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e47f7c7d-0fc6-82f4-d6f3-861646703873-e8b70f71 {
  grid-area: 2 / 5 / 3 / 6;
}

#w-node-_5223b4ee-0ed4-ad37-3afd-e2afe49bbb77-e8b70f71 {
  grid-area: 1 / 2 / 2 / 6;
}

#w-node-d0ed9d5f-1655-c545-2933-e3865ed073a2-e8b70f71, #w-node-_12edbfff-29c0-8da7-f807-f75bd7ff5538-e8b70f71 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-c75dc091-047f-4d4a-54b7-a1486d339773-e8b70f71 {
  grid-area: 1 / 2 / 4 / 4;
}

#w-node-d41cd63f-f755-c2b0-5799-cb860679c6cc-e8b70f71, #w-node-_4a44ea37-f758-22e6-8eaa-5a21caa10b4c-e8b70f71 {
  grid-area: 1 / 5 / 2 / 6;
}

#w-node-_67b076e1-fbb7-fb9f-b727-475e8291382e-e8b70f71, #w-node-c75c0c09-fc49-33df-7c02-f143bef7039b-e8b70f71 {
  grid-area: 2 / 4 / 3 / 5;
}

#w-node-dcfd8c69-0b5b-aac4-402c-d209fb4bcbd1-e8b70f71 {
  grid-area: 3 / 2 / 4 / 5;
}

#w-node-_8d395b2c-2fcc-4735-d31a-5d5851a17e7d-51a17e7d, #w-node-_148ca162-aaf0-7327-b017-d9e0c93b77b7-c93b77b7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bc7afe76-34bd-1acb-8041-0c37e82d5202-e8b70f72 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e47f7c7d-0fc6-82f4-d6f3-861646703873-e8b70f72 {
  grid-area: 2 / 5 / 3 / 6;
}

#w-node-_5223b4ee-0ed4-ad37-3afd-e2afe49bbb77-e8b70f72 {
  grid-area: 1 / 2 / 2 / 6;
}

#w-node-d0ed9d5f-1655-c545-2933-e3865ed073a2-e8b70f72, #w-node-_12edbfff-29c0-8da7-f807-f75bd7ff5538-e8b70f72 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-c75dc091-047f-4d4a-54b7-a1486d339773-e8b70f72 {
  grid-area: 1 / 2 / 4 / 4;
}

#w-node-d41cd63f-f755-c2b0-5799-cb860679c6cc-e8b70f72, #w-node-_4a44ea37-f758-22e6-8eaa-5a21caa10b4c-e8b70f72 {
  grid-area: 1 / 5 / 2 / 6;
}

#w-node-_67b076e1-fbb7-fb9f-b727-475e8291382e-e8b70f72, #w-node-c75c0c09-fc49-33df-7c02-f143bef7039b-e8b70f72 {
  grid-area: 2 / 4 / 3 / 5;
}

#w-node-dcfd8c69-0b5b-aac4-402c-d209fb4bcbd1-e8b70f72 {
  grid-area: 3 / 2 / 4 / 5;
}

#w-node-bc7afe76-34bd-1acb-8041-0c37e82d5202-e8b70f73 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e47f7c7d-0fc6-82f4-d6f3-861646703873-e8b70f73 {
  grid-area: 2 / 5 / 3 / 6;
}

#w-node-_5223b4ee-0ed4-ad37-3afd-e2afe49bbb77-e8b70f73 {
  grid-area: 1 / 2 / 2 / 6;
}

#w-node-d0ed9d5f-1655-c545-2933-e3865ed073a2-e8b70f73, #w-node-_12edbfff-29c0-8da7-f807-f75bd7ff5538-e8b70f73 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-c75dc091-047f-4d4a-54b7-a1486d339773-e8b70f73 {
  grid-area: 1 / 2 / 4 / 4;
}

#w-node-d41cd63f-f755-c2b0-5799-cb860679c6cc-e8b70f73, #w-node-_4a44ea37-f758-22e6-8eaa-5a21caa10b4c-e8b70f73 {
  grid-area: 1 / 5 / 2 / 6;
}

#w-node-_67b076e1-fbb7-fb9f-b727-475e8291382e-e8b70f73, #w-node-c75c0c09-fc49-33df-7c02-f143bef7039b-e8b70f73 {
  grid-area: 2 / 4 / 3 / 5;
}

#w-node-dcfd8c69-0b5b-aac4-402c-d209fb4bcbd1-e8b70f73 {
  grid-area: 3 / 2 / 4 / 5;
}

#w-node-bc7afe76-34bd-1acb-8041-0c37e82d5202-e8b70f74 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e47f7c7d-0fc6-82f4-d6f3-861646703873-e8b70f74 {
  grid-area: 2 / 5 / 3 / 6;
}

#w-node-_5223b4ee-0ed4-ad37-3afd-e2afe49bbb77-e8b70f74 {
  grid-area: 1 / 2 / 2 / 6;
}

#w-node-d0ed9d5f-1655-c545-2933-e3865ed073a2-e8b70f74, #w-node-_12edbfff-29c0-8da7-f807-f75bd7ff5538-e8b70f74 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-c75dc091-047f-4d4a-54b7-a1486d339773-e8b70f74 {
  grid-area: 1 / 2 / 4 / 4;
}

#w-node-d41cd63f-f755-c2b0-5799-cb860679c6cc-e8b70f74, #w-node-_4a44ea37-f758-22e6-8eaa-5a21caa10b4c-e8b70f74 {
  grid-area: 1 / 5 / 2 / 6;
}

#w-node-_67b076e1-fbb7-fb9f-b727-475e8291382e-e8b70f74, #w-node-c75c0c09-fc49-33df-7c02-f143bef7039b-e8b70f74 {
  grid-area: 2 / 4 / 3 / 5;
}

#w-node-dcfd8c69-0b5b-aac4-402c-d209fb4bcbd1-e8b70f74 {
  grid-area: 3 / 2 / 4 / 5;
}

#w-node-a41bbb35-54ce-0ed1-1670-393b28081c2d-28081c2d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bc7afe76-34bd-1acb-8041-0c37e82d5202-e8b70f75 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e47f7c7d-0fc6-82f4-d6f3-861646703873-e8b70f75 {
  grid-area: 2 / 5 / 3 / 6;
}

#w-node-_5223b4ee-0ed4-ad37-3afd-e2afe49bbb77-e8b70f75 {
  grid-area: 1 / 2 / 2 / 6;
}

#w-node-d0ed9d5f-1655-c545-2933-e3865ed073a2-e8b70f75, #w-node-_12edbfff-29c0-8da7-f807-f75bd7ff5538-e8b70f75 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-c75dc091-047f-4d4a-54b7-a1486d339773-e8b70f75 {
  grid-area: 1 / 2 / 4 / 4;
}

#w-node-d41cd63f-f755-c2b0-5799-cb860679c6cc-e8b70f75, #w-node-_4a44ea37-f758-22e6-8eaa-5a21caa10b4c-e8b70f75 {
  grid-area: 1 / 5 / 2 / 6;
}

#w-node-_67b076e1-fbb7-fb9f-b727-475e8291382e-e8b70f75, #w-node-c75c0c09-fc49-33df-7c02-f143bef7039b-e8b70f75 {
  grid-area: 2 / 4 / 3 / 5;
}

#w-node-dcfd8c69-0b5b-aac4-402c-d209fb4bcbd1-e8b70f75 {
  grid-area: 3 / 2 / 4 / 5;
}

#w-node-bc7afe76-34bd-1acb-8041-0c37e82d5202-e8b70f76 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e47f7c7d-0fc6-82f4-d6f3-861646703873-e8b70f76 {
  grid-area: 2 / 5 / 3 / 6;
}

#w-node-_5223b4ee-0ed4-ad37-3afd-e2afe49bbb77-e8b70f76 {
  grid-area: 1 / 2 / 2 / 6;
}

#w-node-d0ed9d5f-1655-c545-2933-e3865ed073a2-e8b70f76, #w-node-_12edbfff-29c0-8da7-f807-f75bd7ff5538-e8b70f76 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-c75dc091-047f-4d4a-54b7-a1486d339773-e8b70f76 {
  grid-area: 1 / 2 / 4 / 4;
}

#w-node-d41cd63f-f755-c2b0-5799-cb860679c6cc-e8b70f76, #w-node-_4a44ea37-f758-22e6-8eaa-5a21caa10b4c-e8b70f76 {
  grid-area: 1 / 5 / 2 / 6;
}

#w-node-_67b076e1-fbb7-fb9f-b727-475e8291382e-e8b70f76, #w-node-c75c0c09-fc49-33df-7c02-f143bef7039b-e8b70f76 {
  grid-area: 2 / 4 / 3 / 5;
}

#w-node-dcfd8c69-0b5b-aac4-402c-d209fb4bcbd1-e8b70f76 {
  grid-area: 3 / 2 / 4 / 5;
}

#w-node-_0c4287b5-73bb-f138-69ff-1f9d90f0e6d6-90f0e6d6, #w-node-_70ba3390-911b-cce8-0565-2131a9a1b6e7-a9a1b6e7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bc7afe76-34bd-1acb-8041-0c37e82d5202-e8b70f77 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e47f7c7d-0fc6-82f4-d6f3-861646703873-e8b70f77 {
  grid-area: 2 / 5 / 3 / 6;
}

#w-node-_5223b4ee-0ed4-ad37-3afd-e2afe49bbb77-e8b70f77 {
  grid-area: 1 / 2 / 2 / 6;
}

#w-node-d0ed9d5f-1655-c545-2933-e3865ed073a2-e8b70f77, #w-node-_12edbfff-29c0-8da7-f807-f75bd7ff5538-e8b70f77 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-c75dc091-047f-4d4a-54b7-a1486d339773-e8b70f77 {
  grid-area: 1 / 2 / 4 / 4;
}

#w-node-d41cd63f-f755-c2b0-5799-cb860679c6cc-e8b70f77, #w-node-_4a44ea37-f758-22e6-8eaa-5a21caa10b4c-e8b70f77 {
  grid-area: 1 / 5 / 2 / 6;
}

#w-node-_67b076e1-fbb7-fb9f-b727-475e8291382e-e8b70f77, #w-node-c75c0c09-fc49-33df-7c02-f143bef7039b-e8b70f77 {
  grid-area: 2 / 4 / 3 / 5;
}

#w-node-dcfd8c69-0b5b-aac4-402c-d209fb4bcbd1-e8b70f77 {
  grid-area: 3 / 2 / 4 / 5;
}

#w-node-_9017a276-6628-05fb-0911-03e45e16145f-5e16145f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bc7afe76-34bd-1acb-8041-0c37e82d5202-e8b70f78 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e47f7c7d-0fc6-82f4-d6f3-861646703873-e8b70f78 {
  grid-area: 2 / 5 / 3 / 6;
}

#w-node-_5223b4ee-0ed4-ad37-3afd-e2afe49bbb77-e8b70f78 {
  grid-area: 1 / 2 / 2 / 6;
}

#w-node-d0ed9d5f-1655-c545-2933-e3865ed073a2-e8b70f78, #w-node-_12edbfff-29c0-8da7-f807-f75bd7ff5538-e8b70f78 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-c75dc091-047f-4d4a-54b7-a1486d339773-e8b70f78 {
  grid-area: 1 / 2 / 4 / 4;
}

#w-node-d41cd63f-f755-c2b0-5799-cb860679c6cc-e8b70f78, #w-node-_4a44ea37-f758-22e6-8eaa-5a21caa10b4c-e8b70f78 {
  grid-area: 1 / 5 / 2 / 6;
}

#w-node-_67b076e1-fbb7-fb9f-b727-475e8291382e-e8b70f78, #w-node-c75c0c09-fc49-33df-7c02-f143bef7039b-e8b70f78 {
  grid-area: 2 / 4 / 3 / 5;
}

#w-node-dcfd8c69-0b5b-aac4-402c-d209fb4bcbd1-e8b70f78 {
  grid-area: 3 / 2 / 4 / 5;
}

#w-node-_014db001-413d-8d14-a959-50302dfc8e8f-e8b70f79, #w-node-_217dbe9d-1bcd-9fb1-7d40-aad855e22695-e8b70f79, #w-node-_321d1852-d5b3-f69a-4457-532c5cd9d807-e8b70f79, #w-node-c86d9d74-38c7-b672-213f-3283460482aa-e8b70f79, #w-node-_87e9cfec-ee5c-28f3-5cac-e3bc1c0a315b-e8b70f79, #w-node-_45996c13-fa43-7ba3-2f55-d1ae256a2bd9-e8b70f79, #w-node-_5a9224f2-0009-0019-4b18-acba888c67de-e8b70f79, #w-node-_9ca0b3d5-0ada-d515-c707-91014ac0972c-e8b70f79, #w-node-_058badcd-51a1-15b4-c890-87bf51582f0e-e8b70f79, #w-node-_73a9c762-fa3f-1fbf-21eb-d2f00a967a29-e8b70f79, #w-node-_2cd575d3-3067-ca4c-b2d4-91e49b84d1f0-e8b70f79, #w-node-_136c74da-1ce2-f37f-45bf-18b0f5680372-e8b70f79, #w-node-c203ac9a-01fd-8806-d81c-4e841b2d337c-e8b70f79, #w-node-_24e79ace-6ef9-06b7-f021-8e7a9c45076a-e8b70f79, #w-node-_1f89eb7f-f914-a0da-a139-0f2fb034ac8f-e8b70f79 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_8b1fa9db-0930-2015-d394-a28e7c1ee80c-e8b70f68, #w-node-bc7afe76-34bd-1acb-8041-0c37e82d5202-e8b70f69 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-e47f7c7d-0fc6-82f4-d6f3-861646703873-e8b70f69 {
    grid-area: 2 / 1 / 3 / 6;
  }

  #w-node-_5223b4ee-0ed4-ad37-3afd-e2afe49bbb77-e8b70f69 {
    grid-row-start: 1;
    grid-column-start: 1;
  }

  #w-node-d0ed9d5f-1655-c545-2933-e3865ed073a2-e8b70f69 {
    grid-area: 3 / 1 / 4 / 6;
  }

  #w-node-c75dc091-047f-4d4a-54b7-a1486d339773-e8b70f69 {
    grid-area: 3 / 1 / 4 / 4;
  }

  #w-node-d41cd63f-f755-c2b0-5799-cb860679c6cc-e8b70f69 {
    grid-area: 1 / 1 / 2 / 6;
  }

  #w-node-_67b076e1-fbb7-fb9f-b727-475e8291382e-e8b70f69 {
    grid-area: 2 / 1 / 3 / 6;
  }

  #w-node-dcfd8c69-0b5b-aac4-402c-d209fb4bcbd1-e8b70f69 {
    grid-area: 4 / 1 / 5 / 6;
  }

  #w-node-bc7afe76-34bd-1acb-8041-0c37e82d5202-e8b70f6b {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-e47f7c7d-0fc6-82f4-d6f3-861646703873-e8b70f6b {
    grid-area: 2 / 1 / 3 / 6;
  }

  #w-node-_5223b4ee-0ed4-ad37-3afd-e2afe49bbb77-e8b70f6b {
    grid-row-start: 1;
    grid-column-start: 1;
  }

  #w-node-d0ed9d5f-1655-c545-2933-e3865ed073a2-e8b70f6b {
    grid-area: 3 / 1 / 4 / 6;
  }

  #w-node-c75dc091-047f-4d4a-54b7-a1486d339773-e8b70f6b {
    grid-area: 3 / 1 / 4 / 4;
  }

  #w-node-d41cd63f-f755-c2b0-5799-cb860679c6cc-e8b70f6b {
    grid-area: 1 / 1 / 2 / 6;
  }

  #w-node-_67b076e1-fbb7-fb9f-b727-475e8291382e-e8b70f6b {
    grid-area: 2 / 1 / 3 / 6;
  }

  #w-node-dcfd8c69-0b5b-aac4-402c-d209fb4bcbd1-e8b70f6b {
    grid-area: 4 / 1 / 5 / 6;
  }

  #w-node-bc7afe76-34bd-1acb-8041-0c37e82d5202-e8b70f6c {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-e47f7c7d-0fc6-82f4-d6f3-861646703873-e8b70f6c {
    grid-area: 2 / 1 / 3 / 6;
  }

  #w-node-_5223b4ee-0ed4-ad37-3afd-e2afe49bbb77-e8b70f6c {
    grid-row-start: 1;
    grid-column-start: 1;
  }

  #w-node-d0ed9d5f-1655-c545-2933-e3865ed073a2-e8b70f6c {
    grid-area: 3 / 1 / 4 / 6;
  }

  #w-node-c75dc091-047f-4d4a-54b7-a1486d339773-e8b70f6c {
    grid-area: 3 / 1 / 4 / 4;
  }

  #w-node-d41cd63f-f755-c2b0-5799-cb860679c6cc-e8b70f6c {
    grid-area: 1 / 1 / 2 / 6;
  }

  #w-node-_67b076e1-fbb7-fb9f-b727-475e8291382e-e8b70f6c {
    grid-area: 2 / 1 / 3 / 6;
  }

  #w-node-dcfd8c69-0b5b-aac4-402c-d209fb4bcbd1-e8b70f6c {
    grid-area: 4 / 1 / 5 / 6;
  }

  #w-node-bc7afe76-34bd-1acb-8041-0c37e82d5202-e8b70f6d {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-e47f7c7d-0fc6-82f4-d6f3-861646703873-e8b70f6d {
    grid-area: 2 / 1 / 3 / 6;
  }

  #w-node-_5223b4ee-0ed4-ad37-3afd-e2afe49bbb77-e8b70f6d {
    grid-row-start: 1;
    grid-column-start: 1;
  }

  #w-node-d0ed9d5f-1655-c545-2933-e3865ed073a2-e8b70f6d {
    grid-area: 3 / 1 / 4 / 6;
  }

  #w-node-c75dc091-047f-4d4a-54b7-a1486d339773-e8b70f6d {
    grid-area: 3 / 1 / 4 / 4;
  }

  #w-node-d41cd63f-f755-c2b0-5799-cb860679c6cc-e8b70f6d {
    grid-area: 1 / 1 / 2 / 6;
  }

  #w-node-_67b076e1-fbb7-fb9f-b727-475e8291382e-e8b70f6d {
    grid-area: 2 / 1 / 3 / 6;
  }

  #w-node-dcfd8c69-0b5b-aac4-402c-d209fb4bcbd1-e8b70f6d {
    grid-area: 4 / 1 / 5 / 6;
  }

  #w-node-bc7afe76-34bd-1acb-8041-0c37e82d5202-e8b70f6e {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-e47f7c7d-0fc6-82f4-d6f3-861646703873-e8b70f6e {
    grid-area: 2 / 1 / 3 / 6;
  }

  #w-node-_5223b4ee-0ed4-ad37-3afd-e2afe49bbb77-e8b70f6e {
    grid-row-start: 1;
    grid-column-start: 1;
  }

  #w-node-d0ed9d5f-1655-c545-2933-e3865ed073a2-e8b70f6e {
    grid-area: 3 / 1 / 4 / 6;
  }

  #w-node-c75dc091-047f-4d4a-54b7-a1486d339773-e8b70f6e {
    grid-area: 3 / 1 / 4 / 4;
  }

  #w-node-d41cd63f-f755-c2b0-5799-cb860679c6cc-e8b70f6e {
    grid-area: 1 / 1 / 2 / 6;
  }

  #w-node-_67b076e1-fbb7-fb9f-b727-475e8291382e-e8b70f6e {
    grid-area: 2 / 1 / 3 / 6;
  }

  #w-node-dcfd8c69-0b5b-aac4-402c-d209fb4bcbd1-e8b70f6e {
    grid-area: 4 / 1 / 5 / 6;
  }

  #w-node-bc7afe76-34bd-1acb-8041-0c37e82d5202-e8b70f6f {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-e47f7c7d-0fc6-82f4-d6f3-861646703873-e8b70f6f {
    grid-area: 2 / 1 / 3 / 6;
  }

  #w-node-_5223b4ee-0ed4-ad37-3afd-e2afe49bbb77-e8b70f6f {
    grid-row-start: 1;
    grid-column-start: 1;
  }

  #w-node-d0ed9d5f-1655-c545-2933-e3865ed073a2-e8b70f6f {
    grid-area: 3 / 1 / 4 / 6;
  }

  #w-node-c75dc091-047f-4d4a-54b7-a1486d339773-e8b70f6f {
    grid-area: 3 / 1 / 4 / 4;
  }

  #w-node-d41cd63f-f755-c2b0-5799-cb860679c6cc-e8b70f6f {
    grid-area: 1 / 1 / 2 / 6;
  }

  #w-node-_67b076e1-fbb7-fb9f-b727-475e8291382e-e8b70f6f {
    grid-area: 2 / 1 / 3 / 6;
  }

  #w-node-dcfd8c69-0b5b-aac4-402c-d209fb4bcbd1-e8b70f6f {
    grid-area: 4 / 1 / 5 / 6;
  }

  #w-node-bc7afe76-34bd-1acb-8041-0c37e82d5202-e8b70f70 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-e47f7c7d-0fc6-82f4-d6f3-861646703873-e8b70f70 {
    grid-area: 2 / 1 / 3 / 6;
  }

  #w-node-_5223b4ee-0ed4-ad37-3afd-e2afe49bbb77-e8b70f70 {
    grid-row-start: 1;
    grid-column-start: 1;
  }

  #w-node-d0ed9d5f-1655-c545-2933-e3865ed073a2-e8b70f70 {
    grid-area: 3 / 1 / 4 / 6;
  }

  #w-node-c75dc091-047f-4d4a-54b7-a1486d339773-e8b70f70 {
    grid-area: 3 / 1 / 4 / 4;
  }

  #w-node-d41cd63f-f755-c2b0-5799-cb860679c6cc-e8b70f70 {
    grid-area: 1 / 1 / 2 / 6;
  }

  #w-node-_67b076e1-fbb7-fb9f-b727-475e8291382e-e8b70f70 {
    grid-area: 2 / 1 / 3 / 6;
  }

  #w-node-dcfd8c69-0b5b-aac4-402c-d209fb4bcbd1-e8b70f70 {
    grid-area: 4 / 1 / 5 / 6;
  }

  #w-node-bc7afe76-34bd-1acb-8041-0c37e82d5202-e8b70f71 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-e47f7c7d-0fc6-82f4-d6f3-861646703873-e8b70f71 {
    grid-area: 2 / 1 / 3 / 6;
  }

  #w-node-_5223b4ee-0ed4-ad37-3afd-e2afe49bbb77-e8b70f71 {
    grid-row-start: 1;
    grid-column-start: 1;
  }

  #w-node-d0ed9d5f-1655-c545-2933-e3865ed073a2-e8b70f71 {
    grid-area: 3 / 1 / 4 / 6;
  }

  #w-node-c75dc091-047f-4d4a-54b7-a1486d339773-e8b70f71 {
    grid-area: 3 / 1 / 4 / 4;
  }

  #w-node-d41cd63f-f755-c2b0-5799-cb860679c6cc-e8b70f71 {
    grid-area: 1 / 1 / 2 / 6;
  }

  #w-node-_67b076e1-fbb7-fb9f-b727-475e8291382e-e8b70f71 {
    grid-area: 2 / 1 / 3 / 6;
  }

  #w-node-dcfd8c69-0b5b-aac4-402c-d209fb4bcbd1-e8b70f71 {
    grid-area: 4 / 1 / 5 / 6;
  }

  #w-node-bc7afe76-34bd-1acb-8041-0c37e82d5202-e8b70f72 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-e47f7c7d-0fc6-82f4-d6f3-861646703873-e8b70f72 {
    grid-area: 2 / 1 / 3 / 6;
  }

  #w-node-_5223b4ee-0ed4-ad37-3afd-e2afe49bbb77-e8b70f72 {
    grid-row-start: 1;
    grid-column-start: 1;
  }

  #w-node-d0ed9d5f-1655-c545-2933-e3865ed073a2-e8b70f72 {
    grid-area: 3 / 1 / 4 / 6;
  }

  #w-node-c75dc091-047f-4d4a-54b7-a1486d339773-e8b70f72 {
    grid-area: 3 / 1 / 4 / 4;
  }

  #w-node-d41cd63f-f755-c2b0-5799-cb860679c6cc-e8b70f72 {
    grid-area: 1 / 1 / 2 / 6;
  }

  #w-node-_67b076e1-fbb7-fb9f-b727-475e8291382e-e8b70f72 {
    grid-area: 2 / 1 / 3 / 6;
  }

  #w-node-dcfd8c69-0b5b-aac4-402c-d209fb4bcbd1-e8b70f72 {
    grid-area: 4 / 1 / 5 / 6;
  }

  #w-node-bc7afe76-34bd-1acb-8041-0c37e82d5202-e8b70f73 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-e47f7c7d-0fc6-82f4-d6f3-861646703873-e8b70f73 {
    grid-area: 2 / 1 / 3 / 6;
  }

  #w-node-_5223b4ee-0ed4-ad37-3afd-e2afe49bbb77-e8b70f73 {
    grid-row-start: 1;
    grid-column-start: 1;
  }

  #w-node-d0ed9d5f-1655-c545-2933-e3865ed073a2-e8b70f73 {
    grid-area: 3 / 1 / 4 / 6;
  }

  #w-node-c75dc091-047f-4d4a-54b7-a1486d339773-e8b70f73 {
    grid-area: 3 / 1 / 4 / 4;
  }

  #w-node-d41cd63f-f755-c2b0-5799-cb860679c6cc-e8b70f73 {
    grid-area: 1 / 1 / 2 / 6;
  }

  #w-node-_67b076e1-fbb7-fb9f-b727-475e8291382e-e8b70f73 {
    grid-area: 2 / 1 / 3 / 6;
  }

  #w-node-dcfd8c69-0b5b-aac4-402c-d209fb4bcbd1-e8b70f73 {
    grid-area: 4 / 1 / 5 / 6;
  }

  #w-node-bc7afe76-34bd-1acb-8041-0c37e82d5202-e8b70f74 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-e47f7c7d-0fc6-82f4-d6f3-861646703873-e8b70f74 {
    grid-area: 2 / 1 / 3 / 6;
  }

  #w-node-_5223b4ee-0ed4-ad37-3afd-e2afe49bbb77-e8b70f74 {
    grid-row-start: 1;
    grid-column-start: 1;
  }

  #w-node-d0ed9d5f-1655-c545-2933-e3865ed073a2-e8b70f74 {
    grid-area: 3 / 1 / 4 / 6;
  }

  #w-node-c75dc091-047f-4d4a-54b7-a1486d339773-e8b70f74 {
    grid-area: 3 / 1 / 4 / 4;
  }

  #w-node-d41cd63f-f755-c2b0-5799-cb860679c6cc-e8b70f74 {
    grid-area: 1 / 1 / 2 / 6;
  }

  #w-node-_67b076e1-fbb7-fb9f-b727-475e8291382e-e8b70f74 {
    grid-area: 2 / 1 / 3 / 6;
  }

  #w-node-dcfd8c69-0b5b-aac4-402c-d209fb4bcbd1-e8b70f74 {
    grid-area: 4 / 1 / 5 / 6;
  }

  #w-node-bc7afe76-34bd-1acb-8041-0c37e82d5202-e8b70f75 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-e47f7c7d-0fc6-82f4-d6f3-861646703873-e8b70f75 {
    grid-area: 2 / 1 / 3 / 6;
  }

  #w-node-_5223b4ee-0ed4-ad37-3afd-e2afe49bbb77-e8b70f75 {
    grid-row-start: 1;
    grid-column-start: 1;
  }

  #w-node-d0ed9d5f-1655-c545-2933-e3865ed073a2-e8b70f75 {
    grid-area: 3 / 1 / 4 / 6;
  }

  #w-node-c75dc091-047f-4d4a-54b7-a1486d339773-e8b70f75 {
    grid-area: 3 / 1 / 4 / 4;
  }

  #w-node-d41cd63f-f755-c2b0-5799-cb860679c6cc-e8b70f75 {
    grid-area: 1 / 1 / 2 / 6;
  }

  #w-node-_67b076e1-fbb7-fb9f-b727-475e8291382e-e8b70f75 {
    grid-area: 2 / 1 / 3 / 6;
  }

  #w-node-dcfd8c69-0b5b-aac4-402c-d209fb4bcbd1-e8b70f75 {
    grid-area: 4 / 1 / 5 / 6;
  }

  #w-node-bc7afe76-34bd-1acb-8041-0c37e82d5202-e8b70f76 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-e47f7c7d-0fc6-82f4-d6f3-861646703873-e8b70f76 {
    grid-area: 2 / 1 / 3 / 6;
  }

  #w-node-_5223b4ee-0ed4-ad37-3afd-e2afe49bbb77-e8b70f76 {
    grid-row-start: 1;
    grid-column-start: 1;
  }

  #w-node-d0ed9d5f-1655-c545-2933-e3865ed073a2-e8b70f76 {
    grid-area: 3 / 1 / 4 / 6;
  }

  #w-node-c75dc091-047f-4d4a-54b7-a1486d339773-e8b70f76 {
    grid-area: 3 / 1 / 4 / 4;
  }

  #w-node-d41cd63f-f755-c2b0-5799-cb860679c6cc-e8b70f76 {
    grid-area: 1 / 1 / 2 / 6;
  }

  #w-node-_67b076e1-fbb7-fb9f-b727-475e8291382e-e8b70f76 {
    grid-area: 2 / 1 / 3 / 6;
  }

  #w-node-dcfd8c69-0b5b-aac4-402c-d209fb4bcbd1-e8b70f76 {
    grid-area: 4 / 1 / 5 / 6;
  }

  #w-node-bc7afe76-34bd-1acb-8041-0c37e82d5202-e8b70f77 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-e47f7c7d-0fc6-82f4-d6f3-861646703873-e8b70f77 {
    grid-area: 2 / 1 / 3 / 6;
  }

  #w-node-_5223b4ee-0ed4-ad37-3afd-e2afe49bbb77-e8b70f77 {
    grid-row-start: 1;
    grid-column-start: 1;
  }

  #w-node-d0ed9d5f-1655-c545-2933-e3865ed073a2-e8b70f77 {
    grid-area: 3 / 1 / 4 / 6;
  }

  #w-node-c75dc091-047f-4d4a-54b7-a1486d339773-e8b70f77 {
    grid-area: 3 / 1 / 4 / 4;
  }

  #w-node-d41cd63f-f755-c2b0-5799-cb860679c6cc-e8b70f77 {
    grid-area: 1 / 1 / 2 / 6;
  }

  #w-node-_67b076e1-fbb7-fb9f-b727-475e8291382e-e8b70f77 {
    grid-area: 2 / 1 / 3 / 6;
  }

  #w-node-dcfd8c69-0b5b-aac4-402c-d209fb4bcbd1-e8b70f77 {
    grid-area: 4 / 1 / 5 / 6;
  }

  #w-node-bc7afe76-34bd-1acb-8041-0c37e82d5202-e8b70f78 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-e47f7c7d-0fc6-82f4-d6f3-861646703873-e8b70f78 {
    grid-area: 2 / 1 / 3 / 6;
  }

  #w-node-_5223b4ee-0ed4-ad37-3afd-e2afe49bbb77-e8b70f78 {
    grid-row-start: 1;
    grid-column-start: 1;
  }

  #w-node-d0ed9d5f-1655-c545-2933-e3865ed073a2-e8b70f78 {
    grid-area: 3 / 1 / 4 / 6;
  }

  #w-node-c75dc091-047f-4d4a-54b7-a1486d339773-e8b70f78 {
    grid-area: 3 / 1 / 4 / 4;
  }

  #w-node-d41cd63f-f755-c2b0-5799-cb860679c6cc-e8b70f78 {
    grid-area: 1 / 1 / 2 / 6;
  }

  #w-node-_67b076e1-fbb7-fb9f-b727-475e8291382e-e8b70f78 {
    grid-area: 2 / 1 / 3 / 6;
  }

  #w-node-dcfd8c69-0b5b-aac4-402c-d209fb4bcbd1-e8b70f78 {
    grid-area: 4 / 1 / 5 / 6;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_8b1fa9db-0930-2015-d394-a28e7c1ee80c-e8b70f68, #w-node-bc7afe76-34bd-1acb-8041-0c37e82d5202-e8b70f69 {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #w-node-c75dc091-047f-4d4a-54b7-a1486d339773-e8b70f69 {
    grid-area: 3 / 1 / 4 / 6;
  }

  #w-node-ed7b0212-f2ec-c5d8-f332-5e141787e8d4-1787e8d4, #w-node-_58a7bd3c-ddd5-27ed-2909-18304b2613bd-4b2613bd, #w-node-_6a6bad3e-c07e-60c7-42b3-d98376c7ed1f-76c7ed1f {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-bc7afe76-34bd-1acb-8041-0c37e82d5202-e8b70f6b {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #w-node-c75dc091-047f-4d4a-54b7-a1486d339773-e8b70f6b {
    grid-area: 3 / 1 / 4 / 6;
  }

  #w-node-f9d8cd16-aeca-0ad3-9307-96bef6d08816-f6d08816, #w-node-_6ce74645-d1d9-1b9c-5602-ecd41ae9687c-1ae9687c, #w-node-_8d21974b-e50b-7c5d-b6de-be6be6d16ad1-e6d16ad1 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-bc7afe76-34bd-1acb-8041-0c37e82d5202-e8b70f6c {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #w-node-c75dc091-047f-4d4a-54b7-a1486d339773-e8b70f6c {
    grid-area: 3 / 1 / 4 / 6;
  }

  #w-node-_9936bcce-5baa-90c2-772f-de2d41bc92bd-41bc92bd {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-bc7afe76-34bd-1acb-8041-0c37e82d5202-e8b70f6d {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #w-node-c75dc091-047f-4d4a-54b7-a1486d339773-e8b70f6d {
    grid-area: 3 / 1 / 4 / 6;
  }

  #w-node-b960554e-6af4-49c2-5e8d-dfdec4480110-c4480110, #w-node-e7a6ed1a-a48a-622f-9f3f-25299d3aa158-9d3aa158 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-bc7afe76-34bd-1acb-8041-0c37e82d5202-e8b70f6e {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #w-node-c75dc091-047f-4d4a-54b7-a1486d339773-e8b70f6e {
    grid-area: 3 / 1 / 4 / 6;
  }

  #w-node-bc7afe76-34bd-1acb-8041-0c37e82d5202-e8b70f6f {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #w-node-c75dc091-047f-4d4a-54b7-a1486d339773-e8b70f6f {
    grid-area: 3 / 1 / 4 / 6;
  }

  #w-node-bc7afe76-34bd-1acb-8041-0c37e82d5202-e8b70f70 {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #w-node-c75dc091-047f-4d4a-54b7-a1486d339773-e8b70f70 {
    grid-area: 3 / 1 / 4 / 6;
  }

  #w-node-bc7afe76-34bd-1acb-8041-0c37e82d5202-e8b70f71 {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #w-node-c75dc091-047f-4d4a-54b7-a1486d339773-e8b70f71 {
    grid-area: 3 / 1 / 4 / 6;
  }

  #w-node-_8d395b2c-2fcc-4735-d31a-5d5851a17e7d-51a17e7d, #w-node-_148ca162-aaf0-7327-b017-d9e0c93b77b7-c93b77b7 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-bc7afe76-34bd-1acb-8041-0c37e82d5202-e8b70f72 {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #w-node-c75dc091-047f-4d4a-54b7-a1486d339773-e8b70f72 {
    grid-area: 3 / 1 / 4 / 6;
  }

  #w-node-bc7afe76-34bd-1acb-8041-0c37e82d5202-e8b70f73 {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #w-node-c75dc091-047f-4d4a-54b7-a1486d339773-e8b70f73 {
    grid-area: 3 / 1 / 4 / 6;
  }

  #w-node-bc7afe76-34bd-1acb-8041-0c37e82d5202-e8b70f74 {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #w-node-c75dc091-047f-4d4a-54b7-a1486d339773-e8b70f74 {
    grid-area: 3 / 1 / 4 / 6;
  }

  #w-node-a41bbb35-54ce-0ed1-1670-393b28081c2d-28081c2d {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-bc7afe76-34bd-1acb-8041-0c37e82d5202-e8b70f75 {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #w-node-c75dc091-047f-4d4a-54b7-a1486d339773-e8b70f75 {
    grid-area: 3 / 1 / 4 / 6;
  }

  #w-node-bc7afe76-34bd-1acb-8041-0c37e82d5202-e8b70f76 {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #w-node-c75dc091-047f-4d4a-54b7-a1486d339773-e8b70f76 {
    grid-area: 3 / 1 / 4 / 6;
  }

  #w-node-_0c4287b5-73bb-f138-69ff-1f9d90f0e6d6-90f0e6d6, #w-node-_70ba3390-911b-cce8-0565-2131a9a1b6e7-a9a1b6e7 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-bc7afe76-34bd-1acb-8041-0c37e82d5202-e8b70f77 {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #w-node-c75dc091-047f-4d4a-54b7-a1486d339773-e8b70f77 {
    grid-area: 3 / 1 / 4 / 6;
  }

  #w-node-_9017a276-6628-05fb-0911-03e45e16145f-5e16145f {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-bc7afe76-34bd-1acb-8041-0c37e82d5202-e8b70f78 {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #w-node-c75dc091-047f-4d4a-54b7-a1486d339773-e8b70f78 {
    grid-area: 3 / 1 / 4 / 6;
  }
}

@media screen and (max-width: 479px) {
  #w-node-c75dc091-047f-4d4a-54b7-a1486d339773-e8b70f69, #w-node-c75dc091-047f-4d4a-54b7-a1486d339773-e8b70f6b, #w-node-c75dc091-047f-4d4a-54b7-a1486d339773-e8b70f6c, #w-node-c75dc091-047f-4d4a-54b7-a1486d339773-e8b70f6d, #w-node-c75dc091-047f-4d4a-54b7-a1486d339773-e8b70f6e, #w-node-c75dc091-047f-4d4a-54b7-a1486d339773-e8b70f6f, #w-node-c75dc091-047f-4d4a-54b7-a1486d339773-e8b70f70, #w-node-c75dc091-047f-4d4a-54b7-a1486d339773-e8b70f71, #w-node-c75dc091-047f-4d4a-54b7-a1486d339773-e8b70f72, #w-node-c75dc091-047f-4d4a-54b7-a1486d339773-e8b70f73, #w-node-c75dc091-047f-4d4a-54b7-a1486d339773-e8b70f74, #w-node-c75dc091-047f-4d4a-54b7-a1486d339773-e8b70f75, #w-node-c75dc091-047f-4d4a-54b7-a1486d339773-e8b70f76, #w-node-c75dc091-047f-4d4a-54b7-a1486d339773-e8b70f77, #w-node-c75dc091-047f-4d4a-54b7-a1486d339773-e8b70f78 {
    grid-area: 3 / 1 / 4 / 5;
  }
}


@font-face {
  font-family: 'Syne variablefont wght';
  src: url('../fonts/Syne-VariableFont_wght.ttf') format('truetype');
  font-weight: 400 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mulish variablefont wght';
  src: url('../fonts/Mulish-VariableFont_wght.ttf') format('truetype');
  font-weight: 200 1000;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Norline';
  src: url('../fonts/Norline.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}