:root {
  --black: #211c3d;
  --module-bg: #f2f4f8;
  --accent: #d1f334;
  --white: white;
  --button-hover: #2b2a35;
  --black-border: #86868b26;
  --primary: #452be9;
  --input-hover: #1d1d1f0d;
  --white-border: #ffffff29;
  --red: #e74d69;
  --green: #179c96;
}

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

body {
  color: #333;
  font-family: 'Geist', sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 72px;
  font-weight: 600;
  line-height: 110%;
}

h2 {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 42px;
  font-weight: 600;
  line-height: 110%;
}

h3 {
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 600;
  line-height: 130%;
}

h4 {
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 600;
  line-height: 130%;
}

h5 {
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
}

p {
  color: #697077;
  letter-spacing: .01em;
  margin-top: 4px;
  margin-bottom: 16px;
  font-size: 17px;
  font-weight: 400;
  line-height: 160%;
}

a {
  color: var(--black);
  text-decoration: none;
}

ul {
  z-index: 5;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 40px;
  position: relative;
}

li {
  margin-bottom: 2px;
  padding-bottom: 2px;
}

strong {
  font-weight: 600;
}

.layout {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.module {
  background-color: var(--module-bg);
  width: 100%;
  max-width: 1200px;
  color: var(--black);
  border-radius: 24px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.heading-reduced {
  letter-spacing: -.04em;
  max-width: 440px;
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.25;
  position: relative;
}

.heading-super {
  letter-spacing: -.05em;
  max-width: 900px;
  margin-top: 12px;
  margin-bottom: 24px;
  font-size: 80px;
  font-weight: 700;
  line-height: 1.05;
  position: relative;
}

.container {
  z-index: 5;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-content: center;
  width: 100%;
  max-width: 1200px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container.center {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  display: grid;
}

.container.footer {
  grid-row-gap: 64px;
}

.description {
  z-index: 5;
  letter-spacing: 0;
  max-width: 560px;
  margin-top: 8px;
  margin-bottom: 8px;
  position: relative;
}

.description.width-75 {
  max-width: none;
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 150px;
  width: 100%;
  color: var(--black);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  padding: 50px 40px 40px;
  overflow: hidden;
}

.grid.intro-space {
  grid-row-gap: 120px;
  color: var(--black);
}

.body {
  background-color: var(--module-bg);
  color: var(--black);
  letter-spacing: 0;
  font-family: 'Geist', sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.4;
}

.heading-hero {
  letter-spacing: -.04em;
  max-width: 920px;
  margin-bottom: 50px;
  font-size: 104px;
  font-weight: 700;
  line-height: 1.05;
}

.display-none {
  display: none;
}

.center {
  z-index: 5;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: auto;
  display: flex;
  position: relative;
}

.margin-bottom {
  z-index: 5;
  margin-bottom: 60px;
  position: relative;
}

.description-hero {
  letter-spacing: -.03em;
  max-width: 600px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
}

.button {
  z-index: 5;
  grid-column-gap: 16px;
  grid-row-gap: 8px;
  background-color: var(--accent);
  color: var(--black);
  text-align: center;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 16px 24px 16px 32px;
  font-size: 18px;
  font-weight: 600;
  line-height: 140%;
  text-decoration: none;
  transition: background-color .4s, color .4s, box-shadow .4s;
  display: flex;
  position: relative;
}

.button:hover {
  background-color: var(--black);
  color: var(--white);
}

.button.hide-desktop {
  display: none;
}

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

.bg-white {
  background-color: var(--white);
  color: var(--black);
}

.bg-blue {
  color: var(--white);
  background-color: #007aff;
}

.button-black-outline {
  box-shadow: inset 0 0 0 2px var(--button-hover);
  color: var(--black);
  background-color: #0000;
  border-radius: 100px;
  align-items: center;
  text-decoration: none;
}

.button-black-outline:hover {
  background-color: var(--button-hover);
  box-shadow: inset 0 0 0 2px var(--button-hover);
  color: var(--white);
}

.button-large-outline {
  box-shadow: inset 0 0 0 2px var(--black);
  color: var(--black);
  text-align: center;
  background-color: #0000;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 16px 32px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.25;
  text-decoration: none;
  transition: color .2s, background-color .2s;
  display: flex;
}

.button-large-outline:hover {
  background-color: var(--black);
  color: var(--white);
}

.button-small-outline {
  box-shadow: inset 0 0 0 2px var(--black);
  color: var(--black);
  text-align: center;
  background-color: #0000;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 4px 11px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.33337;
  text-decoration: none;
  transition: color .2s, background-color .2s;
  display: flex;
}

.button-small-outline:hover {
  background-color: var(--black);
  color: var(--white);
}

.button-container {
  z-index: 5;
  margin-top: 24px;
  display: flex;
  position: relative;
}

.text-white {
  color: var(--white);
  transition: color .3s;
}

.text-white.margin-bottom-small {
  color: var(--white);
  margin-bottom: 20px;
}

.button-white-outline {
  box-shadow: 0 0 0 0 transparent, inset 0 0 0 2px var(--white);
  color: var(--white);
  background-color: #0000;
  border-radius: 100px;
  align-items: center;
  text-decoration: none;
}

.button-white-outline:hover {
  background-color: var(--white);
  box-shadow: 0 0 0 0 transparent, inset 0 0 0 2px var(--white);
  color: var(--black);
}

.error {
  box-shadow: inset 0 0 0 1px var(--black-border), inset 1px 1px 200px 100px #ffffffe6;
  color: #de071c;
  background-color: #de071c;
  border-radius: 4px;
  flex-direction: column;
  align-items: flex-start;
  padding: 8px 12px;
  font-size: 14px;
  position: relative;
  overflow: hidden;
}

.left {
  z-index: 5;
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.icon-container {
  z-index: 5;
  border-radius: 31.25%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 12px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.icon-container.icon-size-xl {
  padding: 10px;
}

.scaled-wrapper {
  border-radius: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50vw;
  min-width: 912px;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-scaled {
  object-fit: cover;
  width: 100vw;
  max-width: none;
  height: 100vh;
  position: relative;
}

.v-list-gap-8 {
  grid-column-gap: 0px;
  grid-row-gap: 8px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  width: 100%;
}

.width-75 {
  width: 75%;
}

.width-75.width-none {
  max-width: none;
}

.text-small {
  z-index: 5;
  font-size: 14px;
  line-height: 150%;
  position: relative;
}

.icon {
  z-index: 5;
  object-fit: contain;
  width: 100%;
  height: 100%;
  position: relative;
}

.icon-size-xl {
  letter-spacing: -.02em;
  width: 80px;
  height: 80px;
  padding: 14px 20px;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.25;
}

.text-blue {
  color: var(--primary);
}

.button-container-margin-bottom {
  margin-bottom: 16px;
}

.button-container-margin-bottom.hide-desktop {
  display: none;
}

.text-gray {
  color: #697077;
}

.tab-link-image {
  z-index: 5;
  object-fit: cover;
  border-radius: 100%;
  width: 48px;
  height: 100%;
}

.accordion-wrapper {
  z-index: 3;
  border-bottom: 1px solid var(--black-border);
  width: 100%;
  color: var(--black);
  cursor: pointer;
  flex-direction: row;
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
  overflow: hidden;
}

.fullwidth-container {
  border-radius: 32px;
  height: 90vh;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: relative;
  overflow: visible;
}

.bg-gray {
  color: var(--black);
  background-color: #f2f4f8;
}

.hint {
  background-color: var(--black-border);
  border-radius: 4px;
  padding: 2px 3px;
  font-size: 60%;
  display: inline-block;
  position: relative;
  top: -1px;
}

.navbar {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: fixed;
  inset: 24px 0% auto;
}

.preloader {
  z-index: 999;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.preloader-image {
  width: 32px;
  height: 32px;
}

.bordered-list-item {
  border-bottom: 1px solid var(--black-border);
  margin-bottom: 24px;
  padding-bottom: 24px;
}

.navbar-container {
  background-color: var(--white);
  border-radius: 100px;
  justify-content: space-between;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  padding: 8px 8px 8px 20px;
  display: flex;
  position: relative;
  box-shadow: inset 0 0 0 1px #eaeef1, 0 4px 30px #0000000d;
}

.nav-link {
  z-index: 5;
  color: var(--black);
  letter-spacing: -.01em;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  font-size: 14px;
  font-weight: 600;
  transition: color .3s;
  display: flex;
}

.nav-link:hover {
  color: var(--module-bg);
}

.nav-link.w--current {
  background-color: var(--black);
  color: var(--module-bg);
}

.nav-menu-wrapper {
  background-color: #0000;
  align-items: stretch;
  height: 100%;
}

.brand {
  justify-content: center;
  align-items: center;
  width: 160px;
  margin-right: 20px;
  padding: 0;
  display: flex;
}

.brand.w--current {
  margin-right: 40px;
}

.menu-button {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  padding: 12px;
}

.small-gap {
  grid-column-gap: 0px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.slider {
  background-color: #0000;
  width: 100%;
  height: 100%;
  padding-bottom: 40px;
}

.slide-100 {
  margin-right: 80px;
}

.text-module {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
  position: relative;
}

.social-link-circle {
  background-color: var(--module-bg);
  width: 40px;
  height: 40px;
  color: var(--primary);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 8px;
  transition: background-color .3s ease-in;
  display: flex;
}

.social-link-circle:hover {
  background-color: var(--primary);
  color: var(--white);
}

.background-block {
  z-index: 0;
  background-image: url('../images/Snapp-Mobile-BG.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  border-radius: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.hero-desktop-img {
  z-index: 5;
  object-fit: scale-down;
  object-position: 100% 100%;
  width: 100%;
  height: 100%;
}

.text-field {
  background-color: #eaeef1;
  border: 1px #000;
  border-radius: 8px;
  height: 48px;
  margin-bottom: 0;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 14px;
  transition: background-color .4s, box-shadow .4s;
  box-shadow: inset 0 0 0 1px #0000;
}

.text-field:hover {
  background-color: var(--white);
  box-shadow: inset 0 0 0 1px var(--black-border);
}

.text-field:focus {
  background-color: var(--white);
  color: #171a22;
  box-shadow: inset 0 0 0 1px #2b2a35;
}

.text-field::placeholder {
  color: #8a8a8e;
}

.text-field.field-size-large {
  background-color: var(--white);
}

.submit-button {
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 14px;
  font-weight: 500;
  transition: background-color .4s;
  display: flex;
}

.submit-button:hover {
  background-color: var(--button-hover);
  color: var(--white);
}

.field-size-large {
  height: 64px;
  font-size: 16px;
}

.submit-button-large {
  height: 64px;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 16px;
}

.field-password-icon {
  background-image: url('../images/unlock.svg');
  background-position: 16px;
  background-repeat: no-repeat;
  background-size: 16px;
  padding-left: 40px;
}

.field-search-icon {
  background-image: url('../images/search-1.svg');
  background-position: 16px;
  background-repeat: no-repeat;
  background-size: 16px;
  padding-left: 40px;
}

.utility-page-wrap {
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  background-color: var(--module-bg);
  text-align: center;
  border-radius: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 360px;
  padding: 40px;
  display: flex;
}

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

.tab-link-inside-image {
  background-color: #0000;
  border-radius: 20px;
  padding: 20px;
  font-size: 16px;
  font-weight: 500;
  transition: color .4s, background-color .4s;
}

.tab-link-inside-image:hover, .tab-link-inside-image.w--current {
  background-color: var(--input-hover);
  color: #ff385c;
}

.play-button {
  background-color: var(--white);
  width: 64px;
  height: 64px;
  box-shadow: 0 10px 30px 2px var(--black-border);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 20px;
  font-size: 32px;
  line-height: 1;
  transition: background-color .4s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.play-button:hover {
  background-color: var(--black);
}

.video-bg-wrapper {
  z-index: 5;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--white);
  letter-spacing: -.02em;
  border-radius: 100px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  align-items: center;
  max-width: 50%;
  padding: 12px 20px;
  font-weight: 500;
  transition: color .4s, background-color .4s;
  display: grid;
  position: absolute;
}

.video-bg-wrapper:hover {
  background-color: var(--black);
  color: var(--white);
}

.no-margin-bottom {
  margin-bottom: 0;
}

.footer-left {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  width: 100%;
}

.v-list-gap-24 {
  grid-column-gap: 0px;
  grid-row-gap: 24px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  width: 100%;
}

.blog-grid {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: start;
}

.bg-transparent {
  background-color: #0000;
}

.text-link-white {
  color: var(--white);
  margin-bottom: 1px;
  transition: color .4s;
  position: relative;
  overflow: hidden;
}

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

.tab-link-turn-up {
  grid-column-gap: 48px;
  grid-row-gap: 8px;
  opacity: .25;
  color: var(--black);
  background-color: #0000;
  grid-template-rows: auto auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  padding: 0;
  font-size: 19px;
  font-weight: 600;
  transition: color .4s, opacity .4s;
  display: grid;
}

.tab-link-turn-up:hover {
  opacity: 1;
}

.tab-link-turn-up.w--current {
  opacity: 1;
  color: #2b2a35;
  background-color: #0000;
}

.square-press-image {
  object-fit: cover;
  border-radius: 12px;
  width: 128px;
  height: 128px;
}

.nav-link-wrapper {
  border-radius: 100px;
  justify-content: center;
  align-items: flex-end;
  margin-left: 4px;
  margin-right: 4px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-link-wrapper.purchase {
  background-color: var(--black-border);
}

.nav-link-bg {
  background-color: var(--black);
  border-radius: 100px;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
}

.footer-link-large {
  color: var(--primary);
  font-size: 32px;
  font-weight: 600;
  line-height: 1.2;
  transition: color .4s;
  position: relative;
  overflow: hidden;
}

.footer-link-large:hover {
  color: var(--accent);
}

.webflow-link {
  color: #8a8a8e;
  flex-wrap: wrap;
  align-items: center;
  transition: color .4s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.webflow-link:hover {
  color: var(--white);
}

.search-result-wrapper {
  margin-top: 60px;
}

.search-header-link {
  color: var(--black);
  margin-bottom: 4px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  transition: color .4s;
}

.search-header-link:hover {
  color: #007aff;
}

.search-form {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: auto;
  grid-auto-flow: row;
  width: 100%;
  display: grid;
  position: relative;
}

.search-result-list {
  grid-column-gap: 0px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.search-link {
  z-index: 5;
  color: #8a8a8e;
  letter-spacing: -.01em;
  margin-bottom: 24px;
  font-size: 14px;
  font-weight: 500;
  position: relative;
}

.nav-menu {
  width: 100%;
  display: flex;
}

.footer-social {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-left: -4px;
  display: flex;
  position: relative;
}

.text-accent {
  color: var(--accent);
}

.margin-bottom-small {
  color: var(--black);
  margin-bottom: 20px;
}

.container-hero {
  z-index: 5;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-content: center;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
}

.snapp-logos-column {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.module-transparent {
  width: 100%;
  max-width: 1200px;
  color: var(--black);
  border-radius: 24px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding: 24px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.social-link-circle-2 {
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin-bottom: 4px;
  margin-left: 4px;
  margin-right: 4px;
  padding: 8px;
  transition: background-color .4s;
  display: flex;
}

.social-link-circle-2:hover {
  background-color: var(--primary);
}

.text-link-black-2 {
  color: #1d1d1f;
  transition: color .4s;
  position: relative;
  overflow: hidden;
}

.text-link-black-2:hover {
  color: #179c96;
}

.image-bg-desktop-2 {
  z-index: 0;
  opacity: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.blog-entry {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
}

.talks-author-date {
  grid-column-gap: 20px;
  align-items: center;
  display: flex;
}

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

.text-blue-underline {
  border-bottom: 1px solid var(--primary);
  color: var(--primary);
}

.text-blue-underline:hover {
  border-bottom-color: var(--black);
  color: var(--black);
}

.container-team {
  z-index: 5;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-content: center;
  width: 100%;
  max-width: 1200px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.image-cover-shadow {
  z-index: 5;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.margin-bot-10 {
  margin-bottom: 8px;
}

.margin-bot-10.semibold {
  font-weight: 600;
}

.event-entry {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: space-between;
  padding: 40px;
  display: flex;
}

.container-features {
  z-index: 5;
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-content: center;
  width: 100%;
  max-width: 1200px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.image-was-logo {
  height: 54px;
}

.module-gradient {
  width: 100%;
  max-width: 1200px;
  color: var(--black);
  background-image: url('../images/Snapp-Mobile-BG.jpg');
  background-position: 0 0;
  background-size: cover;
  background-attachment: fixed;
  border-radius: 24px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.footer-white {
  background-color: var(--white);
  color: #8a8a8e;
  border-radius: 24px;
  padding: 80px 40px;
  font-size: 14px;
  position: relative;
  overflow: visible;
}

.html-embed {
  margin-bottom: -4px;
}

.html-embed-social {
  margin-bottom: -3px;
}

.image-7, .image-8, .image-9 {
  width: 64px;
}

.image-11 {
  -webkit-text-fill-color: inherit;
}

.team-image {
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
}

.team-text {
  padding: 24px 24px 16px;
}

.team-link {
  background-color: var(--white);
  border-radius: 24px;
  transition: opacity .3s;
}

.team-link:hover {
  opacity: .8;
}

.container-snapp {
  z-index: 5;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-image: url('../images/Snapp-Mobile-BG.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  border-radius: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-content: center;
  width: 100%;
  max-width: 1200px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 48px 24px;
  position: relative;
}

.hero-mobile-img {
  z-index: 5;
  object-fit: scale-down;
  object-position: 100% 100%;
  width: 100%;
  height: 100%;
  display: none;
}

.text-block {
  text-align: left;
}

.module-button {
  width: 100%;
  max-width: 1200px;
  color: var(--black);
  background-color: #ffffff80;
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.module-button.hide-mobile {
  background-color: #fff0;
  align-items: center;
}

.search-results-padding {
  margin-top: 100px;
  margin-bottom: 100px;
}

.div-block {
  overflow: hidden;
}

.margin-top {
  margin-top: 120px;
}

.module-transparent-link {
  width: 100%;
  max-width: 1200px;
  color: var(--black);
  border-radius: 24px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding: 24px;
  transition: background-color .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.module-transparent-link:hover {
  background-color: #ffffff1a;
}

.image-logo {
  height: 40px;
}

.logo-slider-img {
  border: 1px solid #211c3d14;
  border-radius: 16px;
  transition: opacity .2s;
}

.logo-slider-img:hover {
  opacity: .5;
}

.slide-nav {
  justify-content: center;
  align-items: center;
  margin-bottom: -10px;
  font-size: 8px;
  display: flex;
}

.slider-arrow {
  color: #fff;
  background-color: #0003;
  border-radius: 100px;
  width: 64px;
  height: 64px;
  margin-left: -100px;
  font-size: 16px;
  transition: background-color .4s;
  position: absolute;
  bottom: 40px;
}

.slider-arrow:hover {
  background-color: #0006;
}

.mask-80 {
  width: 75%;
  overflow: visible;
}

.event-grid-small {
  grid-column-gap: 40px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.module-blog {
  background-color: var(--white);
  width: 100%;
  max-width: 1200px;
  color: var(--black);
  border-radius: 24px;
  flex-direction: column;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.container-logos {
  z-index: 5;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
  max-width: 1200px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.divider {
  background-color: #86868b26;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.heading-normal {
  letter-spacing: -.045em;
  max-width: 720px;
  margin-bottom: 16px;
  font-size: 56px;
  font-weight: 700;
  line-height: 1.1;
  position: relative;
}

.vertical-center {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.eyebrow {
  z-index: 5;
  color: #8a8a8e;
  letter-spacing: -.02em;
  margin-top: 4px;
  margin-bottom: 8px;
  font-size: 21px;
  font-weight: 500;
  line-height: 1.2;
  position: relative;
}

.image-kotlin {
  z-index: 5;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  flex: none;
  align-self: stretch;
  height: 450px;
  margin: -40px -40px 40px;
  position: relative;
  overflow: hidden;
}

.div-block-4 {
  width: 100%;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 56px;
  }

  h2 {
    font-size: 38px;
  }

  h3 {
    font-size: 26px;
  }

  h4 {
    font-size: 22px;
  }

  h5 {
    font-size: 19px;
    line-height: 140%;
  }

  p {
    font-size: 16px;
  }

  .module {
    padding: 20px;
  }

  .module.bg-white {
    flex-direction: column;
  }

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

  .heading-super {
    font-size: 64px;
  }

  .container {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    max-width: none;
  }

  .container.footer {
    grid-row-gap: 48px;
  }

  .grid {
    grid-row-gap: 100px;
    padding: 100px 24px 0;
  }

  .grid.intro-space {
    padding-top: 100px;
    padding-bottom: 24px;
  }

  .heading-hero {
    font-size: 80px;
    line-height: 1.05;
  }

  .margin-bottom {
    margin-bottom: 20px;
  }

  .description-hero {
    font-size: 20px;
    line-height: 1.4211;
  }

  .button {
    text-align: left;
    font-size: 16px;
    line-height: 130%;
  }

  .scaled-wrapper {
    border-radius: 24px;
    width: 100%;
    min-width: auto;
    height: 75vh;
  }

  .scaled-wrapper:hover {
    border-radius: 24px;
  }

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

  .width-75 {
    width: 100%;
  }

  .fullwidth-container {
    border-radius: 0;
    height: 80vh;
    padding-left: 24px;
    padding-right: 24px;
  }

  .fullwidth-container.bg-gray {
    margin-left: -12px;
    margin-right: -12px;
    padding-top: 48px;
    padding-bottom: 240px;
  }

  .navbar {
    flex-direction: row;
    align-items: stretch;
    padding-left: 20px;
    padding-right: 20px;
    top: 12px;
  }

  .navbar-container {
    flex: 1;
    align-items: center;
  }

  .nav-link:hover {
    color: var(--black);
  }

  .nav-menu-wrapper {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: auto;
    margin-top: 2px;
    padding-left: 12px;
    padding-right: 12px;
    display: flex;
  }

  .brand.w--current {
    width: 180px;
  }

  .menu-button {
    background-color: var(--primary);
    border-radius: 100px;
    display: flex;
  }

  .menu-button.w--open {
    background-color: var(--black);
  }

  .small-gap {
    grid-row-gap: 2px;
  }

  .hero-desktop-img {
    object-fit: contain;
    object-position: 100% 100%;
  }

  .text-field {
    min-width: auto;
  }

  .tab-link-inside-image {
    flex: 1;
  }

  .tab-link-inside-image:hover {
    color: #2b2a35;
    background-color: #0000;
  }

  .tab-link-inside-image.w--current {
    background-color: #fff;
  }

  .play-button:hover {
    background-color: var(--white);
  }

  .video-bg-wrapper {
    max-width: 75%;
  }

  .video-bg-wrapper:hover {
    background-color: var(--white);
    color: var(--black);
  }

  .no-margin-bottom {
    margin-bottom: 0;
  }

  .tab-link-turn-up {
    grid-column-gap: 16px;
    flex: 1;
  }

  .tab-link-turn-up:hover {
    opacity: .25;
    color: #2b2a35;
  }

  .tab-link-turn-up.w--current:hover {
    opacity: 1;
  }

  .nav-link-wrapper {
    margin: 8px;
  }

  .nav-menu {
    background-color: var(--white);
    border-radius: 100px;
    justify-content: center;
    align-items: center;
    width: auto;
    overflow: hidden;
    box-shadow: 3px 0 30px #0000000d, inset 0 0 0 1px #eaeef1;
  }

  .menu-icon {
    position: absolute;
  }

  .container-hero {
    align-content: start;
    max-width: none;
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 100px;
  }

  .module-transparent {
    padding: 20px;
  }

  .image-bg-desktop-2 {
    opacity: 1;
    object-position: 50% 100%;
    height: 100%;
    position: absolute;
  }

  .container-team {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    max-width: none;
  }

  .container-features {
    grid-column-gap: 48px;
    grid-row-gap: 64px;
    max-width: none;
  }

  .image-was-logo {
    height: 60px;
  }

  .module-gradient {
    padding: 20px;
  }

  .footer-white {
    border-radius: 24px;
    padding: 40px 20px;
  }

  .image-7, .image-8, .image-9, .image-10, .image-11 {
    width: 56px;
  }

  .container-snapp {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    max-width: none;
  }

  .hero-mobile-img {
    object-fit: contain;
    object-position: 100% 100%;
  }

  .module-button {
    padding: 20px;
  }

  .margin-top {
    margin-top: 60px;
  }

  .div-block-3 {
    display: none;
  }

  .module-transparent-link {
    padding: 20px;
  }

  .slider-arrow {
    width: 0;
    height: 0;
    display: none;
    bottom: 0;
  }

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

  .divider {
    margin-top: 36px;
    margin-bottom: 36px;
  }

  .heading-normal {
    font-size: 40px;
    line-height: 1.1;
  }

  .image-kotlin {
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    height: 300px;
    margin: -36px -36px 36px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 50px;
  }

  h2 {
    font-size: 36px;
  }

  h4 {
    font-size: 21px;
  }

  .module {
    border-radius: 20px;
  }

  .heading-reduced {
    font-size: 24px;
  }

  .heading-super {
    letter-spacing: -.04em;
    margin-bottom: 24px;
    font-size: 48px;
  }

  .container, .container.center {
    grid-template-columns: 1fr;
  }

  .container.footer {
    grid-row-gap: 64px;
    grid-template-columns: 1fr 1fr;
  }

  .container.margin-bottom-small {
    grid-template-columns: 1fr 1fr;
  }

  .grid {
    padding-top: 100px;
  }

  .grid.intro-space {
    padding: 0 20px 20px;
  }

  .heading-hero {
    margin-bottom: 24px;
    font-size: 48px;
  }

  .scaled-wrapper {
    border-radius: 20px;
    height: 200vh;
  }

  .scaled-wrapper:hover {
    border-radius: 20px;
  }

  .width-75 {
    width: 100%;
  }

  .button-container-margin-bottom {
    margin-bottom: 0;
  }

  .fullwidth-container {
    height: 91vh;
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 0;
    padding-right: 0;
    overflow: visible;
  }

  .fullwidth-container.bg-gray {
    background-color: var(--primary);
    margin-left: -24px;
    margin-right: -24px;
    padding: 20vh 0 30vh;
  }

  .navbar {
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-button {
    width: 48px;
    height: 48px;
  }

  .slider {
    overflow: hidden;
  }

  .slide-100 {
    margin-right: 0;
  }

  .background-block {
    background-size: cover;
    border-radius: 0;
  }

  .hero-desktop-img {
    display: none;
  }

  .tab-link-inside-image {
    border-radius: 10px;
    padding: 12px;
  }

  .no-margin-bottom {
    margin-bottom: 0;
  }

  .tab-link-turn-up {
    border-radius: 10px;
    padding: 12px;
  }

  .nav-link-wrapper {
    background-color: var(--white);
    margin-top: 4px;
    margin-bottom: 4px;
    box-shadow: 0 4px 30px #0000000d, inset 0 0 0 1px #eaeef1;
  }

  .nav-link-wrapper.purchase {
    background-color: var(--accent);
    box-shadow: none;
  }

  .footer-link-large {
    font-size: 24px;
  }

  .nav-menu {
    box-shadow: none;
    background-color: #0000;
    border-radius: 24px;
    flex-direction: column;
    align-items: flex-end;
    padding-bottom: 40px;
  }

  .footer-social {
    justify-content: flex-start;
    margin-left: 0;
  }

  .container-hero {
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: space-between;
    padding: 140px 40px 100px;
    display: flex;
  }

  .snapp-logos-column {
    grid-row-gap: 16px;
  }

  .module-transparent {
    border-radius: 20px;
  }

  .social-link-circle-2 {
    margin-left: 0;
    margin-right: 4px;
  }

  .container-team {
    grid-template-columns: 1fr 1fr;
  }

  .event-entry {
    padding: 24px;
  }

  .container-features {
    grid-template-columns: 1fr;
  }

  .image-was-logo {
    height: 60px;
  }

  .image-6 {
    height: 80px;
  }

  .module-gradient {
    border-radius: 20px;
  }

  .container-snapp {
    grid-template-columns: 1fr;
  }

  .hero-mobile-img {
    width: 80%;
    display: block;
    position: absolute;
    right: 0;
  }

  .module-button {
    border-radius: 20px;
  }

  .margin-top {
    margin-top: 140px;
  }

  .module-transparent-link {
    border-radius: 20px;
  }

  .image-logo {
    height: 40px;
  }

  .slide-nav {
    padding-bottom: 20px;
  }

  .mask-80 {
    width: 100%;
  }

  .event-grid-small {
    grid-template-columns: 1fr;
  }

  .module-blog {
    border-radius: 20px;
  }

  .container-logos {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .eyebrow {
    font-size: 19px;
    line-height: 1.21053;
  }

  .image-kotlin {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 26px;
    line-height: 130%;
  }

  h3 {
    font-size: 22px;
  }

  h5 {
    font-size: 18px;
    line-height: 135%;
  }

  p {
    font-size: 15px;
  }

  .module {
    padding: 20px;
  }

  .heading-super {
    font-size: 40px;
  }

  .container {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .container.footer {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .grid {
    grid-row-gap: 72px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid.intro-space {
    grid-row-gap: 100px;
    padding-bottom: 20px;
  }

  .margin-bottom.contact-margin {
    margin-bottom: 220px;
  }

  .button {
    flex: 1;
  }

  .button.hide-desktop {
    display: flex;
  }

  .scaled-wrapper {
    height: 75vh;
  }

  .text-small {
    font-size: 14px;
    line-height: 160%;
  }

  .button-container-margin-bottom.hide-mobile {
    display: none;
  }

  .button-container-margin-bottom.hide-desktop {
    display: block;
  }

  .fullwidth-container {
    height: 88vh;
  }

  .navbar {
    padding-left: 20px;
  }

  .slider {
    overflow: hidden;
  }

  .slide-100 {
    margin-right: 0;
  }

  .hero-desktop-img {
    object-position: 100% 100%;
    display: none;
  }

  .no-margin-bottom {
    margin-bottom: 0;
  }

  .blog-grid {
    grid-row-gap: 16px;
  }

  .square-press-image {
    width: 80px;
    height: 80px;
  }

  .search-form {
    grid-template-columns: 1fr;
  }

  .footer-social {
    grid-column-gap: 32px;
    justify-content: flex-start;
  }

  .container-hero {
    padding-bottom: 80px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .module-transparent {
    padding: 0 8px 16px;
  }

  .social-link-circle-2 {
    margin-left: 0;
    margin-right: 4px;
  }

  .container-team {
    grid-column-gap: 24px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .image-was-logo {
    height: 41px;
  }

  .image-6 {
    height: 70px;
    padding-top: 24px;
  }

  .module-gradient {
    padding: 20px;
  }

  .footer-white {
    padding: 40px 20px;
  }

  .image-7, .image-8, .image-9, .image-10, .image-11 {
    width: 48px;
  }

  .image-block {
    padding-top: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .team-image {
    border-radius: 12px;
    display: block;
  }

  .container-snapp {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding: 0 10px 20px;
  }

  .hero-mobile-img {
    width: 100%;
  }

  .module-button {
    padding: 20px;
  }

  .module-button.hide-mobile {
    display: none;
  }

  .module-transparent-link {
    padding: 16px 8px;
  }

  .image-logo {
    height: 24px;
  }

  .logo-slider-img {
    border-radius: 12px;
  }

  .mask-80 {
    width: 100%;
  }

  .event-grid-small {
    grid-column-gap: 20px;
    grid-row-gap: 0px;
  }

  .container-logos {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .divider {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .image-kotlin {
    height: 200px;
    margin-top: -24px;
    margin-left: -24px;
    margin-right: -24px;
  }
}

#w-node-_4787fbec-fa07-a81f-51fa-fc010ca4b7e7-c9f76c33, #w-node-_4787fbec-fa07-a81f-51fa-fc010ca4b7ec-c9f76c33 {
  grid-area: span 1 / span 8 / span 1 / span 8;
}

#w-node-_85a83937-4d6b-0932-8b39-6e925bc065b1-c9f76c33 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_85a83937-4d6b-0932-8b39-6e925bc065b3-c9f76c33, #w-node-_85a83937-4d6b-0932-8b39-6e925bc065b4-c9f76c33, #w-node-_85a83937-4d6b-0932-8b39-6e925bc065b5-c9f76c33, #w-node-_85a83937-4d6b-0932-8b39-6e925bc065b6-c9f76c33, #w-node-_85a83937-4d6b-0932-8b39-6e925bc065b7-c9f76c33, #w-node-_85a83937-4d6b-0932-8b39-6e925bc065b8-c9f76c33, #w-node-_85a83937-4d6b-0932-8b39-6e925bc065b9-c9f76c33, #w-node-_85a83937-4d6b-0932-8b39-6e925bc065ba-c9f76c33, #w-node-_85a83937-4d6b-0932-8b39-6e925bc065bb-c9f76c33, #w-node-_85a83937-4d6b-0932-8b39-6e925bc065bc-c9f76c33 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6c89b6c0-11d2-175e-f281-1561111db0f1-c9f76c33, #w-node-_6c89b6c0-11d2-175e-f281-1561111db0fb-c9f76c33, #w-node-_6c89b6c0-11d2-175e-f281-1561111db0fd-c9f76c33, #w-node-_27f0db69-d4bc-7251-dc94-c1e93394399d-c9f76c33 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-c1f491ac-6569-92f4-4067-20425880033f-c9f76c33 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-c1f491ac-6569-92f4-4067-204258800342-c9f76c33 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c1f491ac-6569-92f4-4067-204258800348-c9f76c33 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-c1f491ac-6569-92f4-4067-20425880034b-c9f76c33 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c1f491ac-6569-92f4-4067-204258800351-c9f76c33 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-c1f491ac-6569-92f4-4067-204258800354-c9f76c33 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4740f59d-f800-ef18-ecc2-b69b44f80b84-c9f76c33 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_4740f59d-f800-ef18-ecc2-b69b44f80b85-c9f76c33 {
  grid-area: span 1 / span 6 / span 1 / span 6;
  align-self: stretch;
}

#w-node-_4740f59d-f800-ef18-ecc2-b69b44f80b88-c9f76c33 {
  grid-area: span 4 / span 6 / span 4 / span 6;
  align-self: center;
}

#w-node-f8e17225-2576-4b4b-6013-60899c4565d2-c9f76c33 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f8e17225-2576-4b4b-6013-60899c4565d3-c9f76c33, #w-node-f8e17225-2576-4b4b-6013-60899c4565d5-c9f76c33, #w-node-_290354f5-18cc-e21e-4d91-9f387b7ad6b1-c9f76c33, #w-node-f8e17225-2576-4b4b-6013-60899c4565d9-c9f76c33, #w-node-f8e17225-2576-4b4b-6013-60899c4565db-c9f76c33 {
  grid-area: span 1 / span 6 / span 1 / span 6;
  align-self: stretch;
}

#w-node-_3aa10735-e533-860b-ae4c-c1cdadeaafc7-c9f76c33 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_7a6d3cdc-1e8f-eadd-d7e0-8e28c4386dc0-c9f76c33, #w-node-_4c2a0df1-3ac4-16f8-9f77-ceb062f9dd94-c9f76c33, #w-node-d36aada0-310f-4bf3-7165-56d1af1c8595-c9f76c33, #w-node-d36aada0-310f-4bf3-7165-56d1af1c8596-c9f76c33, #w-node-_5842aa7e-2124-9c68-af3f-21c729a1e406-c9f76c33, #w-node-_5842aa7e-2124-9c68-af3f-21c729a1e407-c9f76c33, #w-node-_8e497ea5-3581-ddac-8ce3-da65ceb5b840-c9f76c33, #w-node-_8e497ea5-3581-ddac-8ce3-da65ceb5b841-c9f76c33, #w-node-_5a10658c-2b5d-27b8-6c18-76901d8375d1-c9f76c33, #w-node-_5a10658c-2b5d-27b8-6c18-76901d8375d2-c9f76c33, #w-node-de6dd5bc-7f5e-109b-244b-7df1c8d6eef1-c9f76c33, #w-node-de6dd5bc-7f5e-109b-244b-7df1c8d6eef2-c9f76c33 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_7937cba0-497e-735e-be6e-b6d5c3470a00-c9f76c33 {
  grid-area: span 1 / span 12 / span 1 / span 12;
  place-self: stretch center;
}

#w-node-_20f2de11-9613-ead2-a951-68ca813cb2fb-c9f76c33, #w-node-d285043d-b988-a57e-ffcf-9539261f4129-c9f76c33 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-d285043d-b988-a57e-ffcf-9539261f412b-c9f76c33 {
  grid-area: span 1 / span 7 / span 1 / span 7;
}

#w-node-d285043d-b988-a57e-ffcf-9539261f412e-c9f76c33 {
  grid-area: span 1 / span 5 / span 1 / span 5;
  place-self: end;
}

#w-node-_77c40c06-e933-2cfd-001b-92f2cdf392da-c9f76c33 {
  grid-area: span 1 / span 6 / span 1 / span 6;
  align-self: stretch;
}

#w-node-_77c40c06-e933-2cfd-001b-92f2cdf392dd-c9f76c33 {
  align-self: center;
}

#w-node-_07acbc0c-82b1-ef21-5fbb-b3396bd073e7-c9f76c33 {
  grid-area: span 1 / span 6 / span 1 / span 6;
  align-self: stretch;
}

#w-node-_07acbc0c-82b1-ef21-5fbb-b3396bd073ea-c9f76c33 {
  align-self: center;
}

#w-node-a5ed32cb-0014-4242-78ab-adfa277e6414-c9f76c33 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-a5ed32cb-0014-4242-78ab-adfa277e6417-c9f76c33 {
  align-self: center;
}

#w-node-bf402f90-6fb4-1e8b-0d9f-232168b265d6-c9f76c33 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-bf402f90-6fb4-1e8b-0d9f-232168b265d9-c9f76c33 {
  align-self: center;
}

#w-node-fbaf4b54-d02b-3f4b-51c9-9c892f6b06b2-c9f76c33 {
  grid-area: span 1 / span 5 / span 1 / span 5;
  place-self: end;
}

#w-node-c57cfd3f-6f6b-1a0b-23a9-edb29f6a36cb-c9f76c33 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_134fdc7d-520a-d2d5-309b-dbbf89dd292d-c9f76c33 {
  grid-area: span 1 / span 7 / span 1 / span 7;
}

#w-node-fd46cb5d-52bd-50cd-d61a-45b77ecb2a40-c9f76c33 {
  grid-area: span 1 / span 5 / span 1 / span 5;
  place-self: end;
}

#w-node-b13e32a6-e3e8-189c-0b6a-1ef06fe121c2-c9f76c33, #w-node-_328ab618-d87f-10b0-c95b-12c97d421460-c9f76c33, #w-node-ee9fcfdf-7532-f13a-861b-66fe8ba20085-c9f76c33, #w-node-c57cfd3f-6f6b-1a0b-23a9-edb29f6a36d7-c9f76c33, #w-node-_5b3c31a6-32e0-f89f-f038-a7a199f07a7d-c9f76c33, #w-node-_31864ca8-9e60-b534-3363-aef278e1bf75-c9f76c33 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-f5327360-1388-8220-f40e-43e393929433-c9f76c33 {
  grid-area: span 1 / span 5 / span 1 / span 5;
  place-self: end;
}

#w-node-_098ef1bc-ad80-4fd6-0c3d-7a71b5a6601d-c9f76c33, #w-node-_23d6508b-1bff-23c5-277d-0c2295f3c950-c9f76c33 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_63f992b5-4c23-62dc-2a8b-50ed01c14b20-c9f76c33 {
  grid-area: span 2 / span 8 / span 2 / span 8;
}

#w-node-_63f992b5-4c23-62dc-2a8b-50ed01c14b28-c9f76c33, #w-node-_63f992b5-4c23-62dc-2a8b-50ed01c14b37-c9f76c33 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-f97aa605-a559-0531-0a30-b2e439d59208-699e24ba {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-ff24a235-c006-ae6b-8a64-6ecdcfb6ef1b-699e24ba {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-ccd2787b-4cd0-e1cd-a611-4eaa9a453e9d-699e24ba, #w-node-ccd2787b-4cd0-e1cd-a611-4eaa9a453ea0-699e24ba, #w-node-ccd2787b-4cd0-e1cd-a611-4eaa9a453ea3-699e24ba, #w-node-ccd2787b-4cd0-e1cd-a611-4eaa9a453ea6-699e24ba {
  justify-self: start;
}

#w-node-ccd2787b-4cd0-e1cd-a611-4eaa9a453e9b-699e24ba {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d35063cf-7f41-0cd4-651a-f7f4fa7128d4-699e24ba {
  grid-area: span 1 / span 6 / span 1 / span 6;
  align-self: center;
}

#w-node-_89c2742b-8969-0d98-1d2c-a982939384bc-699e24ba {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_603c9b50-81cb-2da4-fa45-a45862b738ca-4df76c47, #w-node-_6033da0e480ae67cb988ce3100000000000e-4df76c47, #w-node-f0a25712-e974-6fd6-15c0-64b75823e38c-cef76c48, #w-node-_6033da266274471679e6985800000000000d-cef76c48 {
  justify-self: center;
}

#w-node-_811f2475-5276-d66d-5fa1-8ca312970b40-c9f76d5e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c0ca210d-1348-4aa4-93f6-62f8e4746606-c9f76d5e {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_8d920393-823c-5d64-fa1c-b101318a8210-c9f76d5e {
  grid-area: 2 / 3 / 3 / 11;
}

#w-node-_7bfc13fc-82ac-d055-1bf6-0f8c96878d15-92446674 {
  grid-area: span 4 / span 2 / span 4 / span 2;
}

#w-node-_0c8dc9ca-1180-3f5f-19d8-3142bddbf4d0-92446674, #w-node-_31131b39-6160-c478-5898-7a458851a525-92446674, #w-node-c53771aa-9641-5b71-42f6-85a1bdfbe39a-92446674, #w-node-af8f7d3d-5ee9-5ba5-d384-3329fc9f8e07-92446674 {
  grid-area: span 1 / span 8 / span 1 / span 8;
}

#w-node-_9f2fa572-77cb-5b20-8b5a-036e384b4b33-6ca3f3a9 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_63f992b5-4c23-62dc-2a8b-50ed01c14b28-6ca3f3a9, #w-node-_63f992b5-4c23-62dc-2a8b-50ed01c14b37-6ca3f3a9 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_66a77acd-4c0e-b42b-4481-1562137087b4-137087b0, #w-node-_66a77acd-4c0e-b42b-4481-1562137087b8-137087b0 {
  order: -9999;
}

@media screen and (max-width: 991px) {
  #w-node-_4787fbec-fa07-a81f-51fa-fc010ca4b7e7-c9f76c33 {
    grid-area: span 1 / span 12 / span 1 / span 12;
  }

  #w-node-_85a83937-4d6b-0932-8b39-6e925bc065b1-c9f76c33 {
    grid-column: span 4 / span 4;
  }

  #w-node-c1f491ac-6569-92f4-4067-20425880033f-c9f76c33, #w-node-c1f491ac-6569-92f4-4067-204258800348-c9f76c33 {
    grid-column: span 6 / span 6;
  }

  #w-node-c1f491ac-6569-92f4-4067-204258800351-c9f76c33 {
    grid-column: span 12 / span 12;
  }

  #w-node-_4740f59d-f800-ef18-ecc2-b69b44f80b84-c9f76c33 {
    grid-column: span 1 / span 1;
  }

  #w-node-_4740f59d-f800-ef18-ecc2-b69b44f80b85-c9f76c33 {
    grid-column: span 6 / span 6;
  }

  #w-node-_4740f59d-f800-ef18-ecc2-b69b44f80b88-c9f76c33 {
    grid-column-start: 1;
  }

  #w-node-f8e17225-2576-4b4b-6013-60899c4565d2-c9f76c33 {
    grid-column: span 1 / span 1;
  }

  #w-node-f8e17225-2576-4b4b-6013-60899c4565d3-c9f76c33, #w-node-f8e17225-2576-4b4b-6013-60899c4565d5-c9f76c33, #w-node-_290354f5-18cc-e21e-4d91-9f387b7ad6b1-c9f76c33, #w-node-f8e17225-2576-4b4b-6013-60899c4565d9-c9f76c33, #w-node-f8e17225-2576-4b4b-6013-60899c4565db-c9f76c33 {
    grid-column: span 6 / span 6;
  }

  #w-node-_7937cba0-497e-735e-be6e-b6d5c3470a00-c9f76c33 {
    grid-column: span 12 / span 12;
  }

  #w-node-_77c40c06-e933-2cfd-001b-92f2cdf392da-c9f76c33, #w-node-_07acbc0c-82b1-ef21-5fbb-b3396bd073e7-c9f76c33 {
    grid-column: span 6 / span 6;
  }

  #w-node-_098ef1bc-ad80-4fd6-0c3d-7a71b5a6601d-c9f76c33, #w-node-_23d6508b-1bff-23c5-277d-0c2295f3c950-c9f76c33 {
    grid-column: span 12 / span 12;
  }

  #w-node-_63f992b5-4c23-62dc-2a8b-50ed01c14b20-c9f76c33 {
    grid-area: span 2 / span 6 / span 2 / span 6;
  }

  #w-node-_63f992b5-4c23-62dc-2a8b-50ed01c14b28-c9f76c33, #w-node-_63f992b5-4c23-62dc-2a8b-50ed01c14b37-c9f76c33 {
    grid-column: span 6 / span 6;
  }

  #w-node-f97aa605-a559-0531-0a30-b2e439d59208-699e24ba {
    grid-area: span 1 / span 12 / span 1 / span 12;
  }

  #w-node-ff24a235-c006-ae6b-8a64-6ecdcfb6ef1b-699e24ba {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-ccd2787b-4cd0-e1cd-a611-4eaa9a453e9b-699e24ba {
    grid-column: span 6 / span 6;
  }

  #w-node-d35063cf-7f41-0cd4-651a-f7f4fa7128d4-699e24ba, #w-node-_89c2742b-8969-0d98-1d2c-a982939384bc-699e24ba {
    grid-column: span 12 / span 12;
  }

  #w-node-_8d920393-823c-5d64-fa1c-b101318a8210-c9f76d5e {
    grid-area: span 1 / span 12 / span 1 / span 12;
  }

  #w-node-_31131b39-6160-c478-5898-7a458851a525-92446674, #w-node-c53771aa-9641-5b71-42f6-85a1bdfbe39a-92446674, #w-node-af8f7d3d-5ee9-5ba5-d384-3329fc9f8e07-92446674 {
    grid-column: span 12 / span 12;
  }

  #w-node-_9f2fa572-77cb-5b20-8b5a-036e384b4b33-6ca3f3a9 {
    grid-area: span 1 / span 12 / span 1 / span 12;
  }

  #w-node-_63f992b5-4c23-62dc-2a8b-50ed01c14b28-6ca3f3a9, #w-node-_63f992b5-4c23-62dc-2a8b-50ed01c14b37-6ca3f3a9 {
    grid-column: span 6 / span 6;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_4787fbec-fa07-a81f-51fa-fc010ca4b7e7-c9f76c33 {
    grid-column: span 1 / span 1;
  }

  #w-node-_85a83937-4d6b-0932-8b39-6e925bc065b1-c9f76c33 {
    grid-column: span 3 / span 3;
  }

  #w-node-_85a83937-4d6b-0932-8b39-6e925bc065b3-c9f76c33, #w-node-_85a83937-4d6b-0932-8b39-6e925bc065b4-c9f76c33 {
    grid-column: span 1 / span 1;
  }

  #w-node-_6c89b6c0-11d2-175e-f281-1561111db0f1-c9f76c33 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6c89b6c0-11d2-175e-f281-1561111db0fb-c9f76c33 {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6c89b6c0-11d2-175e-f281-1561111db0fd-c9f76c33 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c1f491ac-6569-92f4-4067-20425880033f-c9f76c33, #w-node-c1f491ac-6569-92f4-4067-204258800348-c9f76c33, #w-node-c1f491ac-6569-92f4-4067-204258800351-c9f76c33, #w-node-_4740f59d-f800-ef18-ecc2-b69b44f80b84-c9f76c33, #w-node-_4740f59d-f800-ef18-ecc2-b69b44f80b85-c9f76c33 {
    grid-column: span 1 / span 1;
  }

  #w-node-_4740f59d-f800-ef18-ecc2-b69b44f80b88-c9f76c33 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f8e17225-2576-4b4b-6013-60899c4565d2-c9f76c33, #w-node-f8e17225-2576-4b4b-6013-60899c4565d3-c9f76c33, #w-node-f8e17225-2576-4b4b-6013-60899c4565d5-c9f76c33, #w-node-_290354f5-18cc-e21e-4d91-9f387b7ad6b1-c9f76c33, #w-node-f8e17225-2576-4b4b-6013-60899c4565d9-c9f76c33, #w-node-f8e17225-2576-4b4b-6013-60899c4565db-c9f76c33 {
    grid-column: span 1 / span 1;
  }

  #w-node-_3aa10735-e533-860b-ae4c-c1cdadeaafc7-c9f76c33 {
    grid-column: span 2 / span 2;
  }

  #w-node-_7a6d3cdc-1e8f-eadd-d7e0-8e28c4386dc0-c9f76c33, #w-node-d36aada0-310f-4bf3-7165-56d1af1c8595-c9f76c33, #w-node-_5842aa7e-2124-9c68-af3f-21c729a1e406-c9f76c33, #w-node-_8e497ea5-3581-ddac-8ce3-da65ceb5b840-c9f76c33, #w-node-_5a10658c-2b5d-27b8-6c18-76901d8375d1-c9f76c33, #w-node-de6dd5bc-7f5e-109b-244b-7df1c8d6eef1-c9f76c33 {
    grid-column: span 1 / span 1;
  }

  #w-node-_7937cba0-497e-735e-be6e-b6d5c3470a00-c9f76c33 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: stretch center;
  }

  #w-node-_20f2de11-9613-ead2-a951-68ca813cb2fb-c9f76c33, #w-node-d285043d-b988-a57e-ffcf-9539261f4129-c9f76c33, #w-node-d285043d-b988-a57e-ffcf-9539261f412b-c9f76c33 {
    grid-column: span 1 / span 1;
  }

  #w-node-d285043d-b988-a57e-ffcf-9539261f412e-c9f76c33 {
    grid-column: span 1 / span 1;
    justify-self: end;
  }

  #w-node-_77c40c06-e933-2cfd-001b-92f2cdf392da-c9f76c33, #w-node-_07acbc0c-82b1-ef21-5fbb-b3396bd073e7-c9f76c33, #w-node-a5ed32cb-0014-4242-78ab-adfa277e6414-c9f76c33, #w-node-bf402f90-6fb4-1e8b-0d9f-232168b265d6-c9f76c33 {
    grid-column: span 1 / span 1;
  }

  #w-node-fbaf4b54-d02b-3f4b-51c9-9c892f6b06b2-c9f76c33 {
    grid-column: span 1 / span 1;
    justify-self: end;
  }

  #w-node-c57cfd3f-6f6b-1a0b-23a9-edb29f6a36cb-c9f76c33, #w-node-_134fdc7d-520a-d2d5-309b-dbbf89dd292d-c9f76c33 {
    grid-column: span 1 / span 1;
  }

  #w-node-fd46cb5d-52bd-50cd-d61a-45b77ecb2a40-c9f76c33 {
    grid-column: span 1 / span 1;
    justify-self: end;
  }

  #w-node-b13e32a6-e3e8-189c-0b6a-1ef06fe121c2-c9f76c33, #w-node-_328ab618-d87f-10b0-c95b-12c97d421460-c9f76c33, #w-node-ee9fcfdf-7532-f13a-861b-66fe8ba20085-c9f76c33, #w-node-c57cfd3f-6f6b-1a0b-23a9-edb29f6a36d7-c9f76c33, #w-node-_5b3c31a6-32e0-f89f-f038-a7a199f07a7d-c9f76c33, #w-node-_31864ca8-9e60-b534-3363-aef278e1bf75-c9f76c33 {
    grid-column: span 1 / span 1;
  }

  #w-node-f5327360-1388-8220-f40e-43e393929433-c9f76c33 {
    grid-column: span 1 / span 1;
    justify-self: end;
  }

  #w-node-_098ef1bc-ad80-4fd6-0c3d-7a71b5a6601d-c9f76c33, #w-node-_23d6508b-1bff-23c5-277d-0c2295f3c950-c9f76c33 {
    grid-column: span 1 / span 1;
  }

  #contact.w-node-_63f992b5-4c23-62dc-2a8b-50ed01c14b1f-c9f76c33 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_63f992b5-4c23-62dc-2a8b-50ed01c14b20-c9f76c33 {
    grid-area: span 5 / span 12 / span 5 / span 12;
  }

  #w-node-_63f992b5-4c23-62dc-2a8b-50ed01c14b28-c9f76c33, #w-node-_63f992b5-4c23-62dc-2a8b-50ed01c14b37-c9f76c33 {
    grid-column: span 6 / span 6;
  }

  #w-node-f97aa605-a559-0531-0a30-b2e439d59208-699e24ba {
    grid-column: span 2 / span 2;
  }

  #w-node-ff24a235-c006-ae6b-8a64-6ecdcfb6ef1b-699e24ba {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ccd2787b-4cd0-e1cd-a611-4eaa9a453e9b-699e24ba {
    grid-column: span 1 / span 1;
  }

  #w-node-d35063cf-7f41-0cd4-651a-f7f4fa7128d4-699e24ba, #w-node-_89c2742b-8969-0d98-1d2c-a982939384bc-699e24ba {
    grid-column: span 2 / span 2;
    justify-self: start;
  }

  #w-node-c0ca210d-1348-4aa4-93f6-62f8e4746606-c9f76d5e, #w-node-_8d920393-823c-5d64-fa1c-b101318a8210-c9f76d5e {
    grid-column: span 1 / span 1;
  }

  #w-node-_31131b39-6160-c478-5898-7a458851a525-92446674, #w-node-c53771aa-9641-5b71-42f6-85a1bdfbe39a-92446674, #w-node-af8f7d3d-5ee9-5ba5-d384-3329fc9f8e07-92446674 {
    grid-column: span 12 / span 12;
  }

  #w-node-_9f2fa572-77cb-5b20-8b5a-036e384b4b33-6ca3f3a9, #contact.w-node-_63f992b5-4c23-62dc-2a8b-50ed01c14b1f-6ca3f3a9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_63f992b5-4c23-62dc-2a8b-50ed01c14b28-6ca3f3a9, #w-node-_63f992b5-4c23-62dc-2a8b-50ed01c14b37-6ca3f3a9 {
    grid-column: span 6 / span 6;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_85a83937-4d6b-0932-8b39-6e925bc065b1-c9f76c33 {
    grid-column: span 3 / span 3;
    align-self: center;
  }

  #w-node-_85a83937-4d6b-0932-8b39-6e925bc065b3-c9f76c33, #w-node-_85a83937-4d6b-0932-8b39-6e925bc065b4-c9f76c33, #w-node-_85a83937-4d6b-0932-8b39-6e925bc065b5-c9f76c33, #w-node-_85a83937-4d6b-0932-8b39-6e925bc065b6-c9f76c33, #w-node-_3aa10735-e533-860b-ae4c-c1cdadeaafc7-c9f76c33, #w-node-_7a6d3cdc-1e8f-eadd-d7e0-8e28c4386dc0-c9f76c33, #w-node-d36aada0-310f-4bf3-7165-56d1af1c8595-c9f76c33, #w-node-_5842aa7e-2124-9c68-af3f-21c729a1e406-c9f76c33, #w-node-_8e497ea5-3581-ddac-8ce3-da65ceb5b840-c9f76c33, #w-node-_5a10658c-2b5d-27b8-6c18-76901d8375d1-c9f76c33, #w-node-de6dd5bc-7f5e-109b-244b-7df1c8d6eef1-c9f76c33, #w-node-_7937cba0-497e-735e-be6e-b6d5c3470a00-c9f76c33 {
    grid-column: span 1 / span 1;
  }

  #w-node-d285043d-b988-a57e-ffcf-9539261f412b-c9f76c33 {
    grid-column: span 2 / span 2;
  }

  #w-node-d285043d-b988-a57e-ffcf-9539261f412e-c9f76c33 {
    grid-column: span 2 / span 2;
    justify-self: stretch;
  }

  #w-node-_77c40c06-e933-2cfd-001b-92f2cdf392dd-c9f76c33 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_77c40c06-e933-2cfd-001b-92f2cdf392de-c9f76c33 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_07acbc0c-82b1-ef21-5fbb-b3396bd073ea-c9f76c33 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_07acbc0c-82b1-ef21-5fbb-b3396bd073eb-c9f76c33 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-a5ed32cb-0014-4242-78ab-adfa277e6417-c9f76c33 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a5ed32cb-0014-4242-78ab-adfa277e6418-c9f76c33 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-bf402f90-6fb4-1e8b-0d9f-232168b265d9-c9f76c33 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-bf402f90-6fb4-1e8b-0d9f-232168b265da-c9f76c33 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-fbaf4b54-d02b-3f4b-51c9-9c892f6b06b2-c9f76c33 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: end stretch;
  }

  #our-blog.w-node-c57cfd3f-6f6b-1a0b-23a9-edb29f6a36ca-c9f76c33 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_134fdc7d-520a-d2d5-309b-dbbf89dd292d-c9f76c33 {
    grid-column: span 2 / span 2;
  }

  #w-node-fd46cb5d-52bd-50cd-d61a-45b77ecb2a40-c9f76c33 {
    grid-column: span 2 / span 2;
    justify-self: stretch;
  }

  #w-node-b13e32a6-e3e8-189c-0b6a-1ef06fe121c4-c9f76c33, #w-node-_328ab618-d87f-10b0-c95b-12c97d421462-c9f76c33, #w-node-ee9fcfdf-7532-f13a-861b-66fe8ba20087-c9f76c33, #w-node-c57cfd3f-6f6b-1a0b-23a9-edb29f6a36d9-c9f76c33, #w-node-_5b3c31a6-32e0-f89f-f038-a7a199f07a7f-c9f76c33, #w-node-_31864ca8-9e60-b534-3363-aef278e1bf77-c9f76c33 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f5327360-1388-8220-f40e-43e393929433-c9f76c33 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: end stretch;
  }

  #w-node-_098ef1bc-ad80-4fd6-0c3d-7a71b5a6601d-c9f76c33 {
    grid-column: span 1 / span 1;
  }

  #w-node-_63f992b5-4c23-62dc-2a8b-50ed01c14b20-c9f76c33 {
    grid-row: span 1 / span 1;
  }

  #w-node-_63f992b5-4c23-62dc-2a8b-50ed01c14b28-c9f76c33, #w-node-_63f992b5-4c23-62dc-2a8b-50ed01c14b37-c9f76c33 {
    grid-column: span 12 / span 12;
  }

  #w-node-f97aa605-a559-0531-0a30-b2e439d59208-699e24ba, #w-node-ff24a235-c006-ae6b-8a64-6ecdcfb6ef1b-699e24ba, #w-node-ccd2787b-4cd0-e1cd-a611-4eaa9a453e9b-699e24ba, #w-node-_89c2742b-8969-0d98-1d2c-a982939384bc-699e24ba {
    grid-column: span 2 / span 2;
  }

  #w-node-_7bfc13fc-82ac-d055-1bf6-0f8c96878d15-92446674, #w-node-_0c8dc9ca-1180-3f5f-19d8-3142bddbf4d0-92446674, #w-node-_31131b39-6160-c478-5898-7a458851a525-92446674, #w-node-c53771aa-9641-5b71-42f6-85a1bdfbe39a-92446674, #w-node-af8f7d3d-5ee9-5ba5-d384-3329fc9f8e07-92446674 {
    grid-column: span 1 / span 1;
  }

  #w-node-_63f992b5-4c23-62dc-2a8b-50ed01c14b28-6ca3f3a9, #w-node-_63f992b5-4c23-62dc-2a8b-50ed01c14b37-6ca3f3a9 {
    grid-column: span 12 / span 12;
  }
}


