:root {
  --gainsboro: #cfcfcf;
  --dark-slate-grey: #414141;
  --black: #1f1f1f;
  --white: white;
  --adworksmaincolor: #00bbaf;
  --marketingcolor: #9e63b9;
  --ad-lightgrey: #ebebeb;
}

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

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

body {
  background-color: var(--gainsboro);
  color: var(--dark-slate-grey);
  font-family: neue-haas-grotesk-text;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
}

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

p {
  margin-bottom: 0;
}

a {
  color: var(--dark-slate-grey);
  text-decoration: none;
}

.grid-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.grid-container.is--background {
  z-index: -1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100vh;
  display: grid;
  position: fixed;
  inset: 0%;
}

.grid-background__item {
  border-left: 1px solid #4141411a;
}

.hero-section {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  grid-template-rows: 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;
  min-height: 70vh;
  margin-top: 5vh;
  display: grid;
  position: relative;
}

.hero__meta {
  grid-row-gap: 2rem;
  text-align: center;
  flex-direction: column;
  margin-top: 40px;
  margin-bottom: -20px;
  font-family: Inconsolata, monospace;
  font-size: 1rem;
  display: flex;
}

.text-heading {
  text-transform: uppercase;
  font-family: dharma-gothic-e;
  font-size: 4rem;
  line-height: 1.25;
}

.text-heading.is--2 {
  font-size: 4rem;
  line-height: 1.25;
}

.text-heading.is--center {
  color: var(--black);
  text-align: center;
}

.container {
  display: flex;
}

.container.is--lg {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.hero__meta-logos {
  grid-column-gap: 1.5rem;
  justify-content: center;
  display: flex;
}

.hero__meta-logo {
  width: 80px;
}

.hero__title {
  color: var(--black);
  text-align: center;
  font-size: 30vh;
  line-height: .825;
  position: relative;
}

.hero__heading {
  text-transform: uppercase;
  font-family: Gridular, sans-serif;
  font-weight: 600;
}

.hero__heading.is--accent {
  color: var(--dark-slate-grey);
  text-transform: none;
  font-family: ivymode, sans-serif;
  font-size: .8em;
  font-weight: 400;
}

.hero__heading.is--accent.is--transparent {
  z-index: 50;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  color: #fff3;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--gainsboro);
  position: relative;
}

.hero {
  grid-row-gap: 6vh;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.button {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: var(--black);
  color: var(--white);
  letter-spacing: 2px;
  text-transform: none;
  cursor: pointer;
  border-radius: 40px;
  align-items: center;
  padding: .75rem 1.75rem;
  font-family: ivymode, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  transition: background-color .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button.is--hero {
  z-index: 150;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  color: var(--adworksmaincolor);
  mix-blend-mode: normal;
  background-color: #ffffff80;
  display: none;
  position: relative;
}

.button.client-login-button {
  background-color: var(--dark-slate-grey);
  border-radius: 5px;
  flex-flow: column;
  margin-left: 25%;
  margin-right: 25%;
  font-size: 1.2rem;
  transition: background-color .2s;
}

.button-row {
  z-index: 50;
  grid-column-gap: 2rem;
  border-radius: 40px;
  justify-content: center;
  position: relative;
}

.button-row.is--flex {
  display: flex;
}

.button__text {
  font-family: Inconsolata, monospace;
  font-size: 1rem;
}

.about-section {
  margin-top: 10vh;
  margin-bottom: 15vh;
  display: none;
}

.about__block {
  grid-row-gap: 2rem;
  flex-direction: column;
  display: flex;
}

.about__block-head {
  grid-row-gap: .5rem;
  flex-direction: column;
  display: flex;
}

.about__block-meta {
  border-bottom: 1px solid var(--dark-slate-grey);
  margin-bottom: 2rem;
  padding-bottom: 1rem;
}

.about__block-title {
  color: var(--black);
  text-transform: none;
  font-family: ivymode, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.3;
}

.about__block-paragraph {
  font-family: Inconsolata, monospace;
  font-size: 1rem;
  line-height: 1.4;
}

.about__meta-label {
  color: var(--black);
  font-family: ivymode, sans-serif;
  font-size: 15rem;
  font-weight: 400;
  line-height: .85;
  display: inline-block;
}

.about__title-highlight {
  color: var(--adworksmaincolor);
}

.marquee-section {
  z-index: 50;
  margin-top: 25vh;
  margin-bottom: 12.5vh;
  display: none;
}

.marquee-section.is-footer {
  margin-top: 10vh;
  margin-bottom: 0;
  position: relative;
}

.marquee-wrapper {
  z-index: 5;
  grid-column-gap: 1rem;
  width: 100%;
  font-family: ivymode, sans-serif;
  display: flex;
  position: relative;
  overflow: hidden;
}

.marquee-wrapper.is--z-index-top {
  z-index: 300;
}

.marquee {
  grid-column-gap: 1rem;
  color: var(--white);
  flex-direction: row;
  flex: none;
  justify-content: space-around;
  align-items: center;
  min-width: 100%;
  font-family: dharma-gothic-e;
  font-size: 300px;
  line-height: .8;
  display: flex;
}

.marquee__text {
  color: var(--adworksmaincolor);
  font-family: ivymode, sans-serif;
  font-size: 250px;
}

.marquee__text.is--outline {
  color: #0000;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: var(--marketingcolor);
  font-family: ivymode, sans-serif;
  font-size: 250px;
}

.teaser-section {
  z-index: 50;
  display: none;
  position: relative;
}

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

.teaser {
  grid-row-gap: 1rem;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background-color: #fffc;
  border-radius: 24px;
  flex-direction: column;
  align-items: center;
  padding-top: 9rem;
  padding-bottom: 9rem;
  display: flex;
  position: relative;
}

.teaser__paragraph {
  text-align: center;
  max-width: 550px;
}

.text-accent {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Inconsolata, monospace;
  font-size: 1rem;
}

.text-accent.is--center {
  text-align: center;
}

.text-accent.is--right-aligned {
  text-align: right;
}

.text-accent.withcolor {
  color: var(--adworksmaincolor);
  font-weight: 700;
  display: inline-block;
}

.text-accent.is--bold {
  font-weight: 700;
}

.footer {
  z-index: 50;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  mix-blend-mode: normal;
  background-image: url('../images/AdworksLocationspixelWorldMap.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  min-height: 50vh;
  display: none;
}

.teaser__content {
  grid-row-gap: 1rem;
  flex-direction: column;
  margin-bottom: 1.5rem;
  display: flex;
}

.footer__meta {
  grid-column-gap: 0px;
  grid-row-gap: 0rem;
  text-align: center;
  border-top: 1px solid #4141411a;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  font-family: Inconsolata, monospace;
  font-size: 1rem;
  display: grid;
}

.spline-section {
  z-index: 50;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  display: none;
  position: relative;
}

.spline-embed {
  z-index: 10;
  width: 100%;
  height: 100vh;
  position: fixed;
  inset: 0%;
}

.global-css {
  display: flex;
}

.text-link {
  transition: color .2s;
}

.text-link:hover {
  color: var(--adworksmaincolor);
}

.preloader {
  z-index: 500;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  grid-template-rows: 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%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.preloader__content {
  grid-row-gap: 2rem;
  background-color: var(--black);
  color: var(--gainsboro);
  border-right: 1px solid #242424;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.preloader__content.is--main {
  overflow: visible;
}

.preloader__element {
  opacity: 1;
  font-family: Gridular, sans-serif;
}

.gallery-section {
  z-index: 100;
  background-color: var(--black);
  margin-top: 0;
  position: relative;
}

.gallery {
  width: 100%;
}

.gallery__head {
  background-color: var(--black);
  color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 8rem;
  padding-bottom: 8rem;
  display: flex;
}

.gallery__topline {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: Inconsolata, monospace;
  display: flex;
}

.gallery__title {
  text-align: center;
}

.section-title {
  text-transform: uppercase;
  font-family: ivymode, sans-serif;
  font-weight: 400;
  line-height: .6;
}

.section-title.is--accent {
  font-family: ivymode, sans-serif;
  line-height: .9;
}

.is--pre {
  margin-top: 15vh;
  margin-bottom: 0;
  line-height: 0;
}

.gallery-wrapper {
  z-index: 50;
  width: 100vw;
  min-height: 100vh;
  margin-top: 20vh;
  margin-bottom: 25vh;
  position: relative;
  overflow: hidden;
}

.gallery-wrapper.section {
  display: none;
}

.is--after {
  margin-top: 0;
  margin-bottom: 15vh;
  line-height: 0;
}

.gallery-border {
  z-index: 50;
  width: 110%;
  max-width: none;
  margin-left: -2px;
  position: relative;
}

.gallery__content {
  z-index: 50;
  background-color: var(--black);
  color: var(--white);
  flex-flow: row;
  align-items: center;
  margin-right: 10rem;
  padding-left: 10rem;
  display: flex;
}

.gallery__item {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  border: 1px solid #fff3;
  flex-flow: row;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  min-height: 80vh;
  max-height: 100vh;
  padding-bottom: 8rem;
  padding-left: 8rem;
  padding-right: 8rem;
  display: flex;
  position: relative;
}

.gallery__embed {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 400px;
  height: 400px;
  display: none;
  position: relative;
}

.gallery__number {
  border-style: solid;
  border-width: 0 0 1px;
  border-color: var(--white);
  border-radius: 0;
  flex: none;
  padding: .5rem;
  font-family: Inconsolata, monospace;
  font-size: 2rem;
  line-height: 1;
}

.gallery__item-content {
  z-index: 5;
  grid-row-gap: 1rem;
  flex-direction: column;
  flex: none;
  align-items: flex-start;
  margin-left: 20px;
  padding-top: 8rem;
  padding-left: 20px;
  display: flex;
  position: relative;
}

.gallery__item-title {
  font-family: ivymode, sans-serif;
  font-size: 4rem;
  font-weight: 300;
  line-height: 1;
}

.gallery__item-title.is--big {
  font-size: 15rem;
  line-height: .8;
}

.tutorials__topline {
  font-family: Inconsolata, monospace;
}

.tutorials__topline.is--margin {
  justify-content: center;
  align-items: flex-start;
  margin-top: 10rem;
  margin-bottom: 2rem;
  display: flex;
}

.tutorials__title {
  text-align: center;
}

.tutotrials-section {
  color: var(--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 15vh;
  padding-bottom: 15vh;
  display: flex;
}

.tutotrials-section.section {
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  display: none;
}

.preloader__progressbar {
  background-color: #ffffff40;
  border-radius: 16px;
  width: 200px;
  height: 5px;
  position: relative;
  overflow: hidden;
}

.preloader__text {
  text-align: center;
  text-transform: uppercase;
  font-family: Inconsolata, monospace;
  font-size: 1rem;
  line-height: 1.2;
}

.preloader__items {
  z-index: 105;
  grid-row-gap: 1rem;
  color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.spline-wrapper {
  z-index: 600;
  position: relative;
}

.cursor {
  perspective-origin: 0 0;
  transform-origin: 0 0;
  transition: opacity .2s, height .4s, width .4s, background-color .3s, border-width .2s, border-color .2s;
}

.cursor.is--active {
  width: 40px;
  height: 40px;
  transition-duration: .2s, .3s, .3s, .3s, .2s, .2s;
}

.cursor-wrapper {
  z-index: 999;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.body {
  transition: border-color .2s, border-width .2s, background-color .3s;
}

.footer__block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer__block.is--head {
  margin-bottom: 10rem;
}

.intro-section {
  z-index: 100;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 25vh;
  display: grid;
}

.intro-section.section {
  margin-top: 15vh;
  display: none;
}

.intro-text {
  color: var(--black);
  font-size: 2.5rem;
  line-height: 1.2;
}

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

.intro-deco {
  font-family: Inconsolata, monospace;
  font-size: .8rem;
  line-height: 1.1;
}

.intro-deco__element {
  display: inline-block;
}

.preloader__lottie {
  width: 80px;
  height: 80px;
  margin-bottom: 2rem;
}

.gallery__mask {
  z-index: 100;
  background-color: var(--black);
  object-fit: cover;
  display: block;
  position: relative;
  inset: 0% auto auto 0%;
  overflow: clip;
}

.menu-wrapper {
  z-index: 350;
  justify-content: flex-end;
  align-items: flex-start;
  width: auto;
  display: none;
  position: fixed;
  inset: 2.5rem 2.5rem auto auto;
}

.menu {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  border: 0 solid #fff9;
  border-radius: 4px;
  flex-direction: row;
  align-items: center;
  padding: 4px 32px;
  display: flex;
  overflow: hidden;
}

.menu__item {
  color: var(--white);
  letter-spacing: .35px;
  text-transform: uppercase;
  border: 1px solid #fff0;
  border-radius: 4px;
  padding: 12px 16px;
  font-family: Inconsolata, monospace;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.1;
  transition: border-color .2s;
  position: relative;
}

.menu__item:hover {
  border-color: #ffffff80;
}

.menu__item.is--active {
  border: 1px solid #ffffff4d;
  transition: all .3s, border-color .2s;
}

.menu__item.is--last {
  border-right-width: 0;
}

.about__block-kicker {
  margin-bottom: 1rem;
  font-family: Inconsolata, monospace;
  font-size: 1rem;
  line-height: 1;
}

.about__block-kicker.is--center {
  text-align: center;
}

.about__block-kicker.is--right-aligned {
  text-align: right;
}

.gallery__item-sub {
  text-transform: uppercase;
  max-width: 240px;
  font-family: Inconsolata, monospace;
  font-size: .9rem;
  line-height: 1.2;
}

.gallery__item-sub.is--big {
  font-size: 20rem;
}

.gallery__item-sub.about__block-kicker {
  margin-bottom: 1rem;
}

.scroll-wrapper {
  position: fixed;
  inset: 0%;
}

.scroller {
  background-color: var(--adworksmaincolor);
  border-radius: 20px;
  width: 4px;
  height: 20vh;
  position: absolute;
  inset: 20px 20px 20px auto;
}

.menu__logo {
  margin-right: 32px;
}

.menu__lottie {
  width: 24px;
  height: 24px;
  display: none;
}

.hero__deco {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  width: 50px;
  height: 50px;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  position: absolute;
}

.hero__deco.is--right {
  align-items: flex-end;
}

.hero__deco.is--left {
  align-items: flex-start;
}

.hero__sub {
  text-align: right;
  margin-top: 4rem;
}

.hero__sub.is--left-aligned {
  text-align: left;
}

.hero__sub.is--center-aligned {
  text-align: center;
}

.kicker--hero {
  text-transform: uppercase;
  font-family: Inconsolata, monospace;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
}

.kicker--hero.is--left-aligned {
  text-align: left;
}

.footer__color {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  display: flex;
}

.footer__color-preview {
  border-radius: 50%;
  width: 16px;
  height: 16px;
  overflow: hidden;
}

.footer__color-preview.is--dark-grey {
  background-color: var(--black);
}

.footer__color-preview.is--purple {
  background-color: var(--adworksmaincolor);
}

.footer__color-preview.is--white {
  background-color: var(--white);
  border: 1px solid #0006;
}

.footer__color-preview.mapdot-us {
  background-color: var(--adworksmaincolor);
  border: 1px solid #0006;
  position: relative;
  left: 40%;
}

.footer__color-preview.mapdot-toronto {
  background-color: var(--adworksmaincolor);
  border: 1px solid #0006;
  position: relative;
  left: 0%;
}

.gallery__lottie {
  width: 220px;
  height: 220px;
}

.teaser__deco {
  width: 24px;
  height: 24px;
  position: absolute;
}

.teaser__deco.is--right-top {
  border-top: 1px solid var(--black);
  border-right: 1px solid var(--black);
  top: 6rem;
  bottom: auto;
  right: 8rem;
}

.teaser__deco.is--right-top.is--wrapper {
  width: 40px;
  height: 40px;
  top: 2rem;
  right: 2rem;
}

.teaser__deco.is--right-bottom {
  border-right: 1px solid var(--black);
  border-bottom: 1px solid var(--black);
  bottom: 8rem;
  right: 8rem;
}

.teaser__deco.is--right-bottom.is--wrapper {
  width: 40px;
  height: 40px;
  display: block;
  bottom: 2rem;
  right: 2rem;
}

.teaser__deco.is-left-bottom {
  border-bottom: 1px solid var(--black);
  border-left: 1px solid var(--black);
  bottom: 8rem;
  left: 8rem;
}

.teaser__deco.is-left-bottom.is--wrapper {
  width: 40px;
  height: 40px;
  bottom: 2rem;
  left: 2rem;
}

.teaser__deco.is--left-top {
  border-top: 1px solid var(--black);
  border-left: 1px solid var(--black);
  top: 8rem;
  left: 8rem;
}

.teaser__deco.is--left-top.is--wrapper {
  width: 40px;
  height: 40px;
  top: 2rem;
  left: 2rem;
}

.gallery-border__wrapper {
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  width: 100vw;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.sub-text-section {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 10vh;
  margin-bottom: 5vh;
  font-family: Inconsolata, monospace;
  line-height: 1.25;
  display: none;
}

.sub-text-section.is--no-margin-top {
  margin-top: 0;
  display: none;
}

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

.sub-text__icon {
  margin-left: -16px;
}

.deco-wrapper {
  z-index: 499;
  width: 100%;
  height: 100vh;
  display: block;
  position: fixed;
  inset: 0%;
}

.deco__text {
  text-align: right;
  text-transform: uppercase;
  font-family: Inconsolata, monospace;
  font-size: 13px;
  display: inline;
}

.deco-link {
  z-index: 500;
  color: var(--black);
  display: block;
  position: fixed;
  inset: 3rem auto auto 4rem;
}

.deco-link:hover {
  color: var(--adworksmaincolor);
}

.marquee__arrow {
  z-index: 10;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.to-top {
  z-index: 9000;
  width: 1px;
  height: 1px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.marquee__svg {
  color: var(--dark-slate-grey);
}

.button__icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 1;
  display: flex;
}

.menu-outer {
  opacity: 1;
  -webkit-backdrop-filter: hue-rotate(180deg) invert() blur(15px);
  backdrop-filter: hue-rotate(180deg) invert() blur(15px);
  background-color: #7a7a7a73;
  border: 0 solid #000;
  border-radius: 4px;
  padding: 4px;
}

.menu__divider {
  color: var(--gainsboro);
  font-family: Inconsolata, monospace;
  line-height: 1;
}

.gallery_p {
  color: var(--gainsboro);
  padding-top: 15vh;
  padding-bottom: 15vh;
  font-size: 5rem;
}

.gallery__features {
  padding-top: 15vh;
  padding-bottom: 15vh;
}

.gallery__feature-item {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  color: var(--white);
  border-top: 1px solid #fff3;
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.gallery__feature-item.is--first {
  border-top-width: 0;
}

.gallery__feature-label {
  flex-direction: row;
  align-items: center;
  width: 40px;
  font-family: Inconsolata, monospace;
  display: flex;
}

.gallery__feature-title {
  font-size: 3rem;
}

.gallery__feature-title.is--title {
  text-transform: uppercase;
  font-family: Inconsolata, monospace;
  font-size: 1rem;
}

.gallery__feature-icon {
  justify-content: center;
  align-items: center;
  line-height: 1;
  display: flex;
}

.gallery__feature-link {
  color: var(--white);
  border: 1px dashed #fff3;
  border-radius: 16px;
  padding: 1rem 2rem;
  transition: background-color .2s;
}

.spline-main {
  z-index: 10;
  position: fixed;
  inset: 0%;
}

.spline-ui-01, .spline-ui-02, .spline-ui-03, .spline-ui-04 {
  display: none;
}

.tutorials__media {
  z-index: 100;
  width: 100%;
  margin-top: 4rem;
  position: relative;
}

.tutorials__media-container {
  border-radius: 2rem;
  overflow: hidden;
}

.desktop-hint {
  display: none;
}

.code-embed {
  margin-right: -20px;
}

.code-embed-2 {
  max-width: 40px;
  max-height: 40px;
  margin-left: -20px;
  margin-right: 0;
}

.text-block, .text-block-2, .text-block-3 {
  letter-spacing: .6px;
  text-transform: uppercase;
  font-family: Inconsolata, monospace;
}

.case-studies {
  height: 100vh;
}

.case-studies.section {
  height: auto;
  display: block;
}

.cspluses {
  justify-content: space-between;
  align-items: flex-start;
  width: 100vw;
  padding-left: 8.33333vw;
  padding-right: 8.33333vw;
  display: flex;
}

.pluscode-left {
  max-width: 40px;
  max-height: 40px;
  margin-left: -20px;
}

.pluscode-right {
  max-width: none;
  max-height: none;
  margin-right: -20px;
}

.text-span {
  color: var(--marketingcolor);
}

.image-2 {
  z-index: 1;
  color: var(--dark-slate-grey);
  margin-top: -50vh;
  display: none;
  position: absolute;
}

.image-3 {
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: cover;
  object-position: 90% 50%;
  height: 50%;
  display: block;
  overflow: clip;
}

.image-4, .image-5 {
  width: 25%;
}

.flex-block {
  overflow: clip;
}

.clients-logos {
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 4rem;
  padding-left: 8rem;
  padding-right: 8rem;
}

.client-link-block {
  opacity: .8;
  filter: invert();
  padding-left: 10px;
  padding-right: 10px;
}

.body-3 {
  background-color: var(--gainsboro);
}

.client-logo-section {
  opacity: .75;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
}

.form {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  flex-flow: column;
  width: 100%;
  margin-bottom: -40px;
  display: flex;
}

.flex-block-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}

.form-block {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.flex-block-3 {
  grid-column-gap: 0%;
  grid-row-gap: 0%;
  width: 45%;
}

.flex-block-4 {
  width: 45%;
  margin-left: 5%;
}

.heading {
  letter-spacing: 1.4px;
  margin-top: 40px;
  font-family: ivymode, sans-serif;
  font-size: 24px;
  font-weight: 400;
}

.heading-2 {
  color: var(--dark-slate-grey);
  text-align: center;
  font-family: ivymode, sans-serif;
  font-size: 24px;
  font-weight: 400;
}

.hero__meta-login {
  grid-row-gap: 2rem;
  text-align: center;
  flex-flow: column;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inconsolata, monospace;
  display: flex;
}

.clientlogininput {
  background-color: var(--ad-lightgrey);
  border-radius: 5px;
}

@media screen and (max-width: 991px) {
  .grid-container.is--background {
    display: none;
  }

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

  .hero__title {
    font-size: 20vh;
  }

  .button-row.is--flex {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-wrap: wrap;
  }

  .about__block-title {
    font-size: 2.5rem;
  }

  .about__meta-label {
    font-size: 7rem;
  }

  .marquee-section {
    margin-top: 5vh;
  }

  .teaser-section {
    max-width: 90vw;
    margin-left: auto;
    margin-right: auto;
  }

  .teaser {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .text-accent {
    text-align: center;
  }

  .footer {
    max-width: 90vw;
    margin-left: auto;
    margin-right: auto;
  }

  .footer__meta {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
    display: flex;
  }

  .gallery__head {
    padding-top: 2rem;
    padding-bottom: 4rem;
  }

  .gallery-wrapper.section {
    margin-top: 10vh;
    margin-bottom: 10vh;
  }

  .gallery__content {
    flex-direction: column;
  }

  .gallery__item {
    grid-column-gap: 6rem;
    grid-row-gap: 6rem;
    border-width: 0;
    flex-direction: column;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .gallery__item-content {
    text-align: center;
    align-items: center;
  }

  .gallery__item-title.is--big {
    text-align: center;
  }

  .tutotrials-section.section {
    max-width: 90vw;
    margin-left: auto;
    margin-right: auto;
  }

  .cursor-wrapper {
    display: none;
  }

  .footer__block {
    align-items: center;
  }

  .intro-section.section {
    margin-top: 15vh;
  }

  .intro-text {
    font-size: 2rem;
  }

  .menu-wrapper, .hero__deco.is--right, .hero__deco.is--left, .teaser__deco.is--right-top, .teaser__deco.is--right-bottom, .teaser__deco.is-left-bottom, .teaser__deco.is--left-top {
    display: none;
  }

  .sub-text-section {
    margin-top: 5vh;
  }

  .deco-wrapper {
    display: none;
  }

  .gallery__features {
    padding-top: 5vh;
  }

  .gallery__feature-item {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .gallery__feature-title {
    font-size: 2rem;
  }

  .spline-ui-01, .spline-ui-02, .spline-ui-03, .spline-ui-04 {
    max-width: 100vw;
  }

  .desktop-hint {
    z-index: 1005;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    color: var(--white);
    text-align: center;
    background-color: #000c;
    border-radius: 12px;
    justify-content: center;
    align-items: center;
    width: 90%;
    max-width: 60ch;
    margin: auto;
    padding: 1rem;
    font-size: 1rem;
    display: flex;
    position: fixed;
    inset: auto 0% 4rem;
  }
}

@media screen and (max-width: 767px) {
  .grid-container {
    grid-row-gap: 4rem;
  }

  .grid-container.is--background {
    display: none;
  }

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

  .button-row.is--flex {
    grid-row-gap: 2rem;
    flex-wrap: wrap;
    max-width: 80vw;
  }

  .about__block {
    grid-row-gap: 1rem;
  }

  .about__block-head {
    grid-row-gap: .25rem;
  }

  .teaser {
    max-width: 90vw;
    margin-left: auto;
    margin-right: auto;
    padding: 6rem 2rem;
  }

  .text-accent {
    text-align: center;
    max-width: 70vw;
    line-height: 1.25;
  }

  .footer__meta {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    align-items: center;
    padding-top: 4rem;
    padding-bottom: 4rem;
    display: flex;
  }

  .gallery__item {
    max-width: 100vw;
    min-height: auto;
    padding-bottom: 8rem;
  }

  .gallery__embed {
    width: 100%;
    margin-left: -50%;
  }

  .gallery__item-content {
    width: 100%;
  }

  .footer__block {
    align-items: center;
  }

  .intro-section.section {
    grid-row-gap: 2rem;
  }

  .menu {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .menu__item {
    padding: 8px;
  }

  .menu__logo {
    margin-right: 0;
  }

  .hero__sub {
    max-width: 90vw;
    margin-left: auto;
    margin-right: auto;
  }

  .hero__sub.is--left-aligned {
    margin-top: 2rem;
  }

  .gallery__feature-title {
    font-size: 1.25rem;
  }

  .spline-ui-01 {
    margin-left: 5%;
  }

  .spline-ui-02 {
    margin-left: 15%;
  }

  .spline-ui-03 {
    margin-left: 20%;
  }

  .spline-ui-04 {
    margin-left: 5%;
  }
}

@media screen and (max-width: 479px) {
  .grid-container {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .hero-section {
    flex-direction: column;
    min-height: auto;
    display: flex;
  }

  .text-heading {
    line-height: .8;
  }

  .hero__heading.is--accent {
    font-size: .7em;
  }

  .button {
    text-align: center;
    flex: 0 auto;
    justify-content: center;
    width: 100%;
  }

  .button-row.is--flex {
    grid-row-gap: 1rem;
  }

  .button__text {
    font-family: Ubuntu, Helvetica, sans-serif;
  }

  .about-section {
    max-width: 90vw;
    margin-bottom: 5vh;
    margin-left: auto;
    margin-right: auto;
  }

  .about__block, .about__block-head, .about__block-paragraph {
    width: 100%;
  }

  .marquee-section {
    margin-top: 5vh;
    margin-bottom: 10vh;
  }

  .marquee__text {
    font-size: 120px;
  }

  .teaser {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .text-accent {
    max-width: 50vw;
  }

  .gallery-section {
    margin-top: auto;
  }

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

  .section-title {
    line-height: .2;
  }

  .section-title.is--accent {
    font-size: 3rem;
    line-height: 1.1;
  }

  .gallery-border {
    width: 110%;
    display: none;
    overflow: clip;
  }

  .gallery__content {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-right: 0;
    padding-left: 0;
    position: static;
  }

  .gallery__item {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-end;
    width: auto;
    max-height: none;
    padding-bottom: 2rem;
  }

  .gallery__embed {
    margin-left: -160%;
    display: none;
  }

  .gallery__item-content {
    grid-row-gap: 1rem;
    justify-content: flex-start;
    align-items: flex-end;
    width: auto;
    margin-left: 0;
    padding-left: 0;
  }

  .gallery__item-title {
    white-space: normal;
    font-size: 3.5rem;
  }

  .tutorials__topline.is--margin {
    margin-top: 5rem;
  }

  .footer__block.is--head {
    margin-bottom: 5rem;
  }

  .intro-section.section {
    flex-direction: column;
    margin-top: 10vh;
    margin-left: 2rem;
    margin-right: 2rem;
    display: flex;
  }

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

  .gallery__mask {
    flex-flow: column;
    display: flex;
    overflow: clip;
  }

  .menu {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 16px;
    padding-right: 16px;
  }

  .menu__item {
    width: 100%;
    padding: 4px 4px 4px 8px;
  }

  .gallery__item-sub.about__block-kicker {
    text-align: right;
  }

  .hero__sub {
    text-align: left;
    justify-content: flex-start;
    width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
    display: none;
  }

  .hero__sub.is--left-aligned {
    justify-content: flex-start;
  }

  .footer__color-preview.mapdot-toronto {
    margin-bottom: 10px;
  }

  .sub-text-section {
    margin-bottom: 0;
  }

  .sub-text-section.is--no-margin-top {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    place-items: center;
    max-width: 100vw;
  }

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

  .deco-link, .menu__divider, .desktop-hint {
    display: none;
  }

  .body-2 {
    overflow: hidden;
  }

  .flex-block {
    flex-flow: column;
  }

  .clients-logos {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

#w-node-_8dc2a997-b51b-64b2-4aeb-18b44ea403fd-2b7e321b {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-df68e3d1-90d8-e09c-3df7-b0305d0f7bf5-2b7e321b {
  grid-area: 1 / 11 / 2 / 12;
  justify-self: end;
}

#w-node-_12c61934-47b1-5606-bf5b-e6f1d44b9c27-2b7e321b {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_7d174a2a-61d1-e88a-44d7-d2c210907d99-2b7e321b {
  grid-area: 2 / 10 / 3 / 12;
  place-self: start end;
}

#w-node-_800b251f-4097-4b8f-7687-22d199780648-2b7e321b {
  grid-area: 2 / 2 / 3 / 4;
  place-self: start;
}

#w-node-ddec047b-3eb3-87b2-0751-afd02aa2d00d-2b7e321b {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_2044428c-1f79-6558-6731-271e62d7cc39-2b7e321b {
  grid-area: 1 / 4 / 2 / 10;
}

#w-node-a8797139-bd4d-9f80-0049-c567fc4352cf-2b7e321b {
  grid-area: 1 / 3 / 2 / 6;
}

#w-node-_67823719-6621-5c31-006b-fb4ca408b6f7-2b7e321b {
  grid-area: 1 / 8 / 2 / 11;
}

#w-node-_6562d29a-6fd6-2d1a-9151-f7c00f0cea99-2b7e321b {
  grid-area: 1 / 4 / 2 / 7;
}

#w-node-_7ed2fc6f-39a2-a05c-7370-b04d8b274051-2b7e321b {
  grid-area: 1 / 5 / 2 / 8;
}

#w-node-_64a9c225-115e-6274-715d-5c34293b2db7-2b7e321b {
  grid-area: 1 / 7 / 2 / 10;
}

#w-node-_64a9c225-115e-6274-715d-5c34293b2db8-2b7e321b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_64a9c225-115e-6274-715d-5c34293b2db9-2b7e321b {
  grid-area: 1 / 5 / 2 / 8;
}

#w-node-_639a21a8-1c4f-1d43-2805-0ee7f81f5413-2b7e321b {
  grid-area: 1 / 2 / 2 / 13;
}

#w-node-_639a21a8-1c4f-1d43-2805-0ee7f81f5414-2b7e321b {
  grid-area: 2 / 2 / 3 / 5;
}

#w-node-_7127c9da-6bf9-25c0-561a-aad49540cf70-2b7e321b {
  grid-area: 2 / 2 / 3 / 4;
}

#w-node-_7127c9da-6bf9-25c0-561a-aad49540cf71-2b7e321b {
  grid-area: 2 / 2 / 3 / 5;
}

#w-node-feb6a300-571a-dc8e-b7ab-6179932be53b-2b7e321b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-feb6a300-571a-dc8e-b7ab-6179932be53c-2b7e321b {
  grid-area: 2 / 2 / 3 / 5;
}

#w-node-_78486a30-7310-b5e9-4a13-73a2bdad55eb-2b7e321b {
  grid-area: 2 / 8 / 3 / 10;
}

#w-node-_18d8ab48-915c-0572-3d12-06bf9855e2f5-2b7e321b {
  grid-area: 2 / 2 / 3 / 5;
}

#w-node-_8c79dc45-2627-9535-ae83-20b6afd6bc86-2b7e321b {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_8c79dc45-2627-9535-ae83-20b6afd6bc92-2b7e321b {
  grid-area: 1 / 4 / 3 / 6;
}

#w-node-_8c79dc45-2627-9535-ae83-20b6afd6bc93-2b7e321b {
  grid-area: 2 / 2 / 3 / 5;
}

#w-node-_8c79dc45-2627-9535-ae83-20b6afd6bc9e-2b7e321b {
  grid-area: 1 / 8 / 2 / 10;
}

#w-node-_8c79dc45-2627-9535-ae83-20b6afd6bc9f-2b7e321b {
  grid-area: 2 / 2 / 3 / 5;
}

#w-node-b0871316-0fed-3788-caae-8316b2932868-2b7e321b, #w-node-f6c4793f-7140-ac35-4aae-80213cfe90ce-2b7e321b, #w-node-e5cdbec7-454d-2d65-2474-c9998760bb92-2b7e321b, #w-node-dbd599e1-e6ae-5b30-4465-d1a38006efcf-2b7e321b, #w-node-_7dcd1286-6677-e5e2-cf0f-c23af71ea927-2b7e321b, #w-node-eb7e8766-8626-3e27-21ca-541d2b61b969-2b7e321b, #w-node-_8a44e633-b330-6986-69e8-96a733c0443d-2b7e321b, #w-node-_5c13e8bf-6d08-0d95-ff33-c13752dc9af6-2b7e321b, #w-node-e8eac77e-9c1b-d198-4678-659cc42aec98-2b7e321b, #w-node-_865eceee-1d4e-51ca-fd1a-2e65281571a1-2b7e321b, #w-node-_0509a20f-911f-a5fc-d050-3a9b18a6df72-2b7e321b, #w-node-bfd67512-cb29-5ee6-6103-4901d3d8b29d-2b7e321b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_12c61934-47b1-5606-bf5b-e6f1d44b9c27-192cf168 {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_8dc2a997-b51b-64b2-4aeb-18b44ea403fd-192cf168 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-df68e3d1-90d8-e09c-3df7-b0305d0f7bf5-192cf168 {
  grid-area: 1 / 11 / 2 / 12;
  justify-self: end;
}

#w-node-_3e54c354-acb7-711a-33e2-83360a1740f0-192cf168 {
  grid-area: 2 / 2 / 3 / 4;
  place-self: center start;
}

#w-node-_800b251f-4097-4b8f-7687-22d199780648-192cf168 {
  grid-area: 2 / 5 / 3 / 9;
  place-self: start stretch;
}

#w-node-_7d174a2a-61d1-e88a-44d7-d2c210907d99-192cf168 {
  grid-area: 2 / 10 / 3 / 12;
  place-self: center end;
}

#w-node-ddec047b-3eb3-87b2-0751-afd02aa2d00d-192cf168 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_2044428c-1f79-6558-6731-271e62d7cc39-192cf168 {
  grid-area: 1 / 4 / 2 / 10;
}

#w-node-a8797139-bd4d-9f80-0049-c567fc4352cf-192cf168 {
  grid-area: 1 / 3 / 2 / 6;
}

#w-node-_67823719-6621-5c31-006b-fb4ca408b6f7-192cf168 {
  grid-area: 1 / 8 / 2 / 11;
}

#w-node-_6562d29a-6fd6-2d1a-9151-f7c00f0cea99-192cf168 {
  grid-area: 1 / 4 / 2 / 7;
}

#w-node-_7ed2fc6f-39a2-a05c-7370-b04d8b274051-192cf168 {
  grid-area: 1 / 5 / 2 / 8;
}

#w-node-_64a9c225-115e-6274-715d-5c34293b2db7-192cf168 {
  grid-area: 1 / 7 / 2 / 10;
}

#w-node-_64a9c225-115e-6274-715d-5c34293b2db8-192cf168 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_64a9c225-115e-6274-715d-5c34293b2db9-192cf168 {
  grid-area: 1 / 5 / 2 / 8;
}

#w-node-_639a21a8-1c4f-1d43-2805-0ee7f81f5413-192cf168 {
  grid-area: 1 / 2 / 2 / 13;
}

#w-node-_639a21a8-1c4f-1d43-2805-0ee7f81f5414-192cf168 {
  grid-area: 2 / 2 / 3 / 5;
}

#w-node-_7127c9da-6bf9-25c0-561a-aad49540cf70-192cf168 {
  grid-area: 2 / 2 / 3 / 4;
}

#w-node-_7127c9da-6bf9-25c0-561a-aad49540cf71-192cf168 {
  grid-area: 2 / 2 / 3 / 5;
}

#w-node-feb6a300-571a-dc8e-b7ab-6179932be53b-192cf168 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-feb6a300-571a-dc8e-b7ab-6179932be53c-192cf168 {
  grid-area: 2 / 2 / 3 / 5;
}

#w-node-_78486a30-7310-b5e9-4a13-73a2bdad55eb-192cf168 {
  grid-area: 2 / 8 / 3 / 10;
}

#w-node-_18d8ab48-915c-0572-3d12-06bf9855e2f5-192cf168 {
  grid-area: 2 / 2 / 3 / 5;
}

#w-node-_8c79dc45-2627-9535-ae83-20b6afd6bc86-192cf168 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_8c79dc45-2627-9535-ae83-20b6afd6bc92-192cf168 {
  grid-area: 1 / 4 / 3 / 6;
}

#w-node-_8c79dc45-2627-9535-ae83-20b6afd6bc93-192cf168 {
  grid-area: 2 / 2 / 3 / 5;
}

#w-node-_8c79dc45-2627-9535-ae83-20b6afd6bc9e-192cf168 {
  grid-area: 1 / 8 / 2 / 10;
}

#w-node-_8c79dc45-2627-9535-ae83-20b6afd6bc9f-192cf168 {
  grid-area: 2 / 2 / 3 / 5;
}

#w-node-b0871316-0fed-3788-caae-8316b2932868-192cf168, #w-node-f6c4793f-7140-ac35-4aae-80213cfe90ce-192cf168, #w-node-e5cdbec7-454d-2d65-2474-c9998760bb92-192cf168, #w-node-dbd599e1-e6ae-5b30-4465-d1a38006efcf-192cf168, #w-node-_7dcd1286-6677-e5e2-cf0f-c23af71ea927-192cf168, #w-node-eb7e8766-8626-3e27-21ca-541d2b61b969-192cf168, #w-node-_8a44e633-b330-6986-69e8-96a733c0443d-192cf168, #w-node-_5c13e8bf-6d08-0d95-ff33-c13752dc9af6-192cf168, #w-node-e8eac77e-9c1b-d198-4678-659cc42aec98-192cf168, #w-node-_865eceee-1d4e-51ca-fd1a-2e65281571a1-192cf168, #w-node-_0509a20f-911f-a5fc-d050-3a9b18a6df72-192cf168, #w-node-bfd67512-cb29-5ee6-6103-4901d3d8b29d-192cf168 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_12c61934-47b1-5606-bf5b-e6f1d44b9c27-2b7e321b {
    grid-column: span 6 / span 6;
  }

  #w-node-ddec047b-3eb3-87b2-0751-afd02aa2d00d-2b7e321b {
    grid-column: 2 / 3;
  }

  #w-node-_2044428c-1f79-6558-6731-271e62d7cc39-2b7e321b {
    grid-column: 4 / 11;
  }

  #w-node-_8c79dc45-2627-9535-ae83-20b6afd6bc9e-2b7e321b {
    grid-area: 3 / 2 / 3 / 4;
  }

  #w-node-_12c61934-47b1-5606-bf5b-e6f1d44b9c27-192cf168 {
    grid-column: span 6 / span 6;
  }

  #w-node-ddec047b-3eb3-87b2-0751-afd02aa2d00d-192cf168 {
    grid-column: 2 / 3;
  }

  #w-node-_2044428c-1f79-6558-6731-271e62d7cc39-192cf168 {
    grid-column: 4 / 11;
  }

  #w-node-_8c79dc45-2627-9535-ae83-20b6afd6bc9e-192cf168 {
    grid-area: 3 / 2 / 3 / 4;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_12c61934-47b1-5606-bf5b-e6f1d44b9c27-2b7e321b {
    grid-column: span 4 / span 4;
  }

  #w-node-_7d174a2a-61d1-e88a-44d7-d2c210907d99-2b7e321b {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_800b251f-4097-4b8f-7687-22d199780648-2b7e321b {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_2044428c-1f79-6558-6731-271e62d7cc39-2b7e321b {
    grid-area: 2 / 2 / 3 / 8;
  }

  #w-node-a8797139-bd4d-9f80-0049-c567fc4352cf-2b7e321b {
    grid-column-end: 12;
  }

  #w-node-_67823719-6621-5c31-006b-fb4ca408b6f7-2b7e321b {
    grid-column: 3 / 12;
    grid-row-start: 2;
  }

  #w-node-_64a9c225-115e-6274-715d-5c34293b2db7-2b7e321b {
    grid-column: 3 / 7;
  }

  #w-node-_12c61934-47b1-5606-bf5b-e6f1d44b9c27-192cf168 {
    grid-column: span 4 / span 4;
  }

  #w-node-_3e54c354-acb7-711a-33e2-83360a1740f0-192cf168 {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-_800b251f-4097-4b8f-7687-22d199780648-192cf168 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_7d174a2a-61d1-e88a-44d7-d2c210907d99-192cf168 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_2044428c-1f79-6558-6731-271e62d7cc39-192cf168 {
    grid-area: 2 / 2 / 3 / 8;
  }

  #w-node-a8797139-bd4d-9f80-0049-c567fc4352cf-192cf168 {
    grid-column-end: 12;
  }

  #w-node-_67823719-6621-5c31-006b-fb4ca408b6f7-192cf168 {
    grid-column: 3 / 12;
    grid-row-start: 2;
  }

  #w-node-_64a9c225-115e-6274-715d-5c34293b2db7-192cf168 {
    grid-column: 3 / 7;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_7d174a2a-61d1-e88a-44d7-d2c210907d99-2b7e321b {
    grid-column: 5 / 8;
  }

  #w-node-_800b251f-4097-4b8f-7687-22d199780648-2b7e321b {
    grid-area: 3 / 5 / 4 / 8;
  }

  #w-node-_6562d29a-6fd6-2d1a-9151-f7c00f0cea99-2b7e321b {
    grid-column: 1 / 5;
  }

  #w-node-_3e54c354-acb7-711a-33e2-83360a1740f0-192cf168 {
    grid-column: 5 / 8;
  }

  #w-node-_800b251f-4097-4b8f-7687-22d199780648-192cf168 {
    grid-area: 3 / 5 / 4 / 8;
  }

  #w-node-_7d174a2a-61d1-e88a-44d7-d2c210907d99-192cf168 {
    grid-column: 5 / 8;
  }

  #w-node-_6562d29a-6fd6-2d1a-9151-f7c00f0cea99-192cf168 {
    grid-column: 1 / 5;
  }
}


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