@font-face {
  font-family: Work Sans;
  src: url('../fonts/WorkSans-Regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Konstant Grotesk;
  src: url('../fonts/KonstantGroteskRegular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Work Sans;
  src: url('../fonts/WorkSans-Light.woff2') format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

:root {
  --main-black: #131313;
  --main-green: #8bc113;
  --white: white;
  --black: black;
  --gainsboro: #d9d9d9;
  --yellow-green: #b7ed3f;
  --dim-grey: #707172;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: var(--main-black);
  font-family: Work Sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 200%;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h3 {
  max-width: 200px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

p {
  margin-bottom: 0;
}

a {
  color: var(--main-green);
  text-decoration: underline;
}

figure {
  margin-bottom: 0;
  position: relative;
}

.section {
  padding: 80px 40px;
  position: relative;
}

.section.is-footer {
  background-color: var(--main-black);
  color: var(--white);
  padding: 53px 0 0;
}

.section.is-footer-wrap {
  background-color: var(--main-black);
  color: var(--white);
  padding: 0 90px;
}

.section.products {
  min-height: 736px;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
}

.section.trust {
  background-color: #f6faec;
  padding-top: 150px;
  overflow: hidden;
}

.section.trust.my-custom {
  min-height: 50rem;
}

.section.testimonial {
  background-color: #d9d9d9;
  justify-content: center;
  align-items: center;
  min-height: 600px;
  display: flex;
}

.section.testimonial.section-bg-clr-2 {
  background-color: var(--main-black);
}

.section.slider-section {
  flex-direction: column;
  min-height: 690px;
  padding-bottom: 30px;
  padding-left: 86px;
  padding-right: 86px;
  display: flex;
}

.section.slider-section.battery-section {
  min-height: 550px;
  padding-bottom: 80px;
}

.navigation {
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 30px 20px 30px 40px;
  display: flex;
  position: fixed;
  top: 0;
}

.navigation.nav_scrolled {
  background-color: var(--black);
  color: var(--white);
  padding-top: 30px;
  padding-bottom: 30px;
}

.navigation.is-dark {
  background-color: var(--black);
  opacity: 1;
  padding-top: 30px;
  padding-bottom: 30px;
}

.navigation.is-dark.nav_scrolled {
  background-color: var(--main-black);
}

.navigation.navigation-2 {
  background-color: #000;
}

.nav-link {
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 0 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  transition: all .4s;
  display: flex;
}

.nav-link:hover {
  color: #8bc113;
}

.nav-link.w--current {
  color: var(--main-green);
}

.nav-link.nav-link-scrolled {
  color: var(--white);
}

.nav-link.nav-link-scrolled:hover, .nav-link.nav-link-scrolled.w--current {
  color: var(--main-green);
}

.nav-link.is-white {
  color: var(--white);
}

.nav-link.is-white:hover, .nav-link.is-white.w--current {
  color: var(--main-green);
}

.nav-link.last {
  padding-right: 0;
}

.nav-link.navigation-2--nav-link {
  color: var(--gainsboro);
}

.nav-menu {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.design-system {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 320px 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.design-sidebar {
  z-index: 10;
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  background-color: var(--white);
  border-right: 1px solid #e5e7eb;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  align-items: start;
  height: 100vh;
  padding: 32px;
  display: grid;
  position: sticky;
  top: 0;
}

.box {
  z-index: 10;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 100%;
  display: grid;
  position: relative;
}

.box.has-20-gap {
  grid-row-gap: 20px;
  grid-template-rows: auto auto auto;
  grid-template-columns: minmax(200px, 1062px);
}

.box.has-20-gap.box-cta {
  grid-template-rows: auto;
  grid-template-columns: minmax(200px, 1fr);
  grid-auto-flow: row;
  justify-items: start;
}

.box.has-20-gap.box-par {
  grid-template-rows: auto;
  grid-template-columns: minmax(200px, 1128px);
  justify-content: center;
  display: flex;
}

.box.has-5-gap {
  grid-row-gap: 5px;
}

.box.has-10-gap {
  grid-row-gap: 10px;
  grid-template-columns: .5fr;
}

.box.footer-column {
  align-content: space-between;
  padding-top: 20px;
  padding-bottom: 20px;
}

.box.footer-column.has-10-gap {
  grid-template-rows: auto minmax(0, 1fr);
  grid-template-columns: .25fr .25fr;
}

.box.has-8-gap {
  grid-row-gap: 8px;
}

.box.has-15-gap {
  grid-row-gap: 15px;
}

.box.has-30-gap {
  grid-row-gap: 30px;
  place-content: end center;
  justify-items: center;
}

.box.has-65-gap {
  grid-row-gap: 65px;
  align-content: start;
}

.box.has-35-gap {
  grid-row-gap: 35px;
}

.box.has-55-gap {
  grid-row-gap: 55px;
}

.box.has-80-gap {
  grid-row-gap: 84px;
}

.box.slide-content {
  grid-row-gap: 36px;
  flex: 1;
  grid-template-columns: 1fr;
  align-content: center;
  align-self: center;
  align-items: stretch;
  max-width: 590px;
  margin-top: 0;
  margin-bottom: 0;
}

.box.slide-content.is-large {
  max-width: 800px;
}

.box.has-75-gap {
  grid-row-gap: 75px;
  align-content: space-between;
}

.contained-image {
  z-index: 10;
  object-fit: contain;
  align-self: auto;
  max-width: 100%;
  height: auto;
  position: relative;
}

.contained-image.mobile-icon {
  display: none;
}

.line {
  background-color: var(--gainsboro);
  width: 100%;
  height: 1px;
}

.line.gap {
  margin-top: 30px;
}

.button {
  grid-column-gap: 12px;
  grid-row-gap: 6px;
  background-color: var(--yellow-green);
  color: var(--main-black);
  border-radius: 24px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  align-self: flex-start;
  align-items: center;
  padding: 10px 30px 8px;
  font-family: Konstant Grotesk, sans-serif;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
  transition: all .3s;
  display: grid;
  box-shadow: 0 0 0 4px #8bc11300, 0 0 0 2px #fff0;
}

.button:hover {
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px var(--yellow-green);
}

.button.is-subtle {
  box-shadow: none;
  background-color: #0000;
  padding: 0 6px;
  font-size: 11px;
  line-height: 200%;
}

.button.is-subtle:hover {
  background-color: var(--yellow-green);
  padding-left: 12px;
  padding-right: 12px;
}

.button.is-inverted {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  box-shadow: none;
  background-color: #0000;
  border: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  place-content: center;
  justify-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 14px 8px 30px;
  line-height: 160%;
  display: grid;
}

.button.is-inverted:hover {
  border-color: var(--yellow-green);
  background-color: var(--yellow-green);
}

.button.is-inverted.submit {
  background-image: url('../images/arrow.svg');
  background-position: 85%;
  background-repeat: no-repeat;
  background-size: 17px 8px;
  padding-right: 47px;
}

.button.is-small {
  padding: 12px 20px;
}

.button.is-inverted-small {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  box-shadow: none;
  background-color: #b7ed3f;
  border: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  place-content: center;
  justify-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 14px 8px 30px;
  line-height: 160%;
  display: grid;
}

.button.is-inverted-small:hover {
  border-color: var(--black);
  background-color: var(--yellow-green);
}

.button.is-inverted-small.btn-cta-custom {
  border-style: none;
  box-shadow: 0 0 24px #05050526;
}

.button.is-inverted-small.btn-cta-custom:hover {
  box-shadow: none;
  transform: scale(1.1);
}

.button.is-inverted-small.btn-cta-custom.button-primary {
  color: #000;
  grid-template-columns: auto 1fr;
}

.button.is-inverted-normal {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  box-shadow: none;
  background-color: #0000;
  border: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  place-content: center;
  justify-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 30px 8px;
  display: grid;
}

.button.is-inverted-normal:hover {
  border-color: var(--yellow-green);
  background-color: var(--yellow-green);
}

.button.is-inverted-normal.submit {
  background-image: url('../images/arrow.svg');
  background-position: 85%;
  background-repeat: no-repeat;
  background-size: 17px 8px;
  padding-right: 47px;
}

.tagline {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
}

.hero-image {
  object-fit: cover;
  align-self: auto;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.hero-image.contact {
  object-fit: cover;
  object-position: 50% 100%;
  position: static;
}

.hero-image.hide-mobile {
  display: block;
}

.hero-image.show-mobile {
  display: none;
}

.hero {
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 107vw;
  padding-top: 140px;
  padding-left: 90px;
  padding-right: 90px;
  display: flex;
  position: relative;
}

.hero.is-contact {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  padding-top: 90px;
  padding-bottom: 96px;
  display: block;
}

.hero.indivdual-hero {
  align-items: center;
  height: 786px;
  min-height: 786px;
  padding-top: 122px;
  overflow: hidden;
}

.hero.is-home {
  background-image: url('../images/bg--hero-img-01.jpeg');
  background-position: 50%;
  background-size: cover;
  align-items: flex-start;
  height: auto;
  min-height: 780px;
  padding-top: 170px;
}

.hero.is-home.hero-2 {
  padding-top: 15vh;
}

.hero.is-home.hero-2._w-filter-var-1 {
  background-image: url('../images/Synapse-Ultra-lifestyle-image-2.png');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 20dvh;
}

.hero.is-home.hero-2._w-filter-var-1.overflow-hidden {
  background-image: url('../images/Synapse-Ultra-lifestyle-image-2.png');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: fixed;
  overflow: hidden;
}

.hero.is-home.hero-2._w-filter-var-1.overflow-hidden.hero-mobile-bg-overlay {
  background-image: url('../images/hero_image.png');
  background-position: 25% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: .25fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1332px;
  min-height: 40px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.container.is-large {
  align-items: start;
  max-width: 1500px;
}

.container.has-30-gap {
  grid-row-gap: 30px;
}

.container.hide {
  padding-left: 10px;
  display: none;
}

.container.is-full {
  grid-template-rows: auto auto;
  grid-template-columns: .25fr;
  grid-auto-columns: .25fr;
}

.container.is-full.v2 {
  background-image: linear-gradient(#00000080, #00000080);
  border-radius: 3rem;
  max-width: 500px;
  padding: 3rem 3.2rem;
  position: absolute;
  inset: auto auto auto 7%;
  transform: none;
}

.container.is-full.v2.mobile-overlay-none {
  background-image: none;
}

.container.is-full.v2.mobile-overlay-none.py-0 {
  padding-top: 0;
  padding-bottom: 0;
}

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

.grid.column {
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
}

.grid.footer-row {
  padding-top: 7px;
  padding-bottom: 20px;
}

.grid.product-grid {
  grid-column-gap: 120px;
  grid-template-columns: minmax(200px, 403px) 1fr;
}

.grid.columns {
  grid-column-gap: 57px;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
}

.grid.list-item {
  grid-template-columns: auto auto;
  place-content: center start;
  place-items: center start;
  font-size: 14px;
}

.component {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--white);
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding: 20px;
  display: grid;
  box-shadow: 0 2px 4px #00000014;
}

.code {
  background-color: var(--yellow-green);
  color: var(--black);
  border-radius: 5px;
  padding: 6px;
  font-weight: 400;
  line-height: 130%;
}

.paragraph {
  float: none;
  font-weight: 400;
  position: static;
}

.heading {
  color: var(--black);
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Konstant Grotesk, sans-serif;
  font-size: 54px;
  font-weight: 400;
  line-height: 150%;
}

.heading.is-jumbo {
  font-family: Work Sans, sans-serif;
  font-size: 34px;
  font-weight: 400;
}

.heading.is-jumbo.has-green {
  color: var(--main-green);
}

.heading.is-jumbo.has-green.not-captilize {
  text-transform: none;
  font-family: Work Sans, sans-serif;
  font-weight: 300;
}

.heading.is-jumbo.has-green.uppercase.ff-var-2 {
  font-family: Konstant Grotesk, sans-serif;
}

.heading.is-jumbo.has-white {
  color: var(--white);
  font-family: Work Sans, sans-serif;
  font-size: 40px;
}

.heading.is-jumbo.has-white.not-captilize {
  text-transform: none;
  font-family: Work Sans, sans-serif;
  font-weight: 400;
}

.heading.is-jumbo.heading-section-h2 {
  text-transform: none;
}

.heading.is-jumbo.heading-section-h2.tablet-up {
  margin-bottom: 3rem;
}

.heading.is-jumbo.heading-section-h2.tablet-up.text-center {
  text-align: center;
}

.heading.is-jumbo.heading-section-h2.mobile-down {
  display: none;
}

.heading.is-medium {
  font-size: 24px;
}

.heading.is-medium.modal {
  color: #707172;
  text-align: center;
  text-transform: none;
  font-size: 30px;
}

.heading.is-regular {
  font-family: Work Sans, sans-serif;
  font-size: 20px;
}

.heading.is-green {
  color: #8bc113;
}

.heading.is-white {
  color: var(--white);
  text-transform: none;
}

.heading.is-white.text-right {
  text-align: right;
  font-family: Work Sans, sans-serif;
}

.heading.is-white.text-right.captilize {
  text-transform: capitalize;
}

.heading.is-display {
  font-size: 48px;
}

.heading.is-display.white {
  color: var(--white);
  text-transform: none;
}

.heading.uppercase {
  text-transform: uppercase;
}

.heading.uppercase.is-green {
  font-size: 40px;
  line-height: 150%;
}

.heading.uppercase.is-green.heading-hero-h1.for-alt-2 {
  text-align: center;
}

.heading.uppercase.is-green.heading-hero-h1.for-alt-2.for-alt-3 {
  text-align: left;
  font-size: 35px;
}

.heading.uppercase.is-green.heading-hero-h1.for-alt-2.for-alt-3.text-white {
  color: var(--white);
}

.heading.uppercase.is-green.heading-hero-h1.for-alt-2.for-alt-3.text-black {
  color: var(--main-black);
}

.subheading {
  color: var(--main-black);
  text-transform: none;
  font-family: Konstant Grotesk, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.subheading.is-20 {
  color: var(--main-black);
  font-family: Work Sans, sans-serif;
  font-size: 20px;
}

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

.small-text.is-black {
  color: var(--black);
  text-align: left;
}

.container-full {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  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%;
  max-width: 100%;
  min-height: 50px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.cta-link {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: var(--dim-grey);
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  place-content: center;
  align-items: center;
  font-family: Konstant Grotesk, sans-serif;
  font-size: 24px;
  font-weight: 400;
  text-decoration: none;
  transition: all .3s;
  display: grid;
}

.cta-link:hover {
  color: var(--yellow-green);
}

.footer-link {
  color: var(--white);
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
  transition: all .3s;
}

.footer-link:hover {
  color: var(--yellow-green);
}

.copyright {
  border-top: 1px solid #d9d9d980;
  padding: 18px 90px;
}

.line-break {
  display: block;
}

.section-icon {
  position: absolute;
  inset: 0% 0% 0% auto;
}

.section-icon.section-bg-clr-1 {
  background-color: var(--white);
}

.socials {
  grid-column-gap: 10px;
  align-items: flex-start;
  margin-top: 20px;
  margin-left: -10px;
  display: flex;
}

.social {
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 0;
  transition: all .3s;
  display: flex;
}

.social:hover {
  background-color: var(--main-green);
}

.wrap-610 {
  max-width: 610px;
}

.section-image {
  object-fit: contain;
  position: absolute;
  inset: auto -5% -70px auto;
}

.section-image.img-br {
  padding-left: 40px;
  display: block;
  position: absolute;
  right: -7%;
}

.cover-image {
  flex: none;
  width: 50%;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.cover-image.cover-img-var-2 {
  object-fit: cover;
}

.slider {
  background-color: var(--white);
  border-radius: 24px;
  width: 100%;
  max-width: 657px;
  min-height: 378px;
  padding: 95px 52px 73px;
  box-shadow: 0 0 24px #00000054;
}

.slider.shadow-var-2 {
  padding-top: 71px;
  box-shadow: 0 0 24px #02020226;
}

.slider-item {
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.collection-list-wrapper {
  width: 100%;
  max-width: 657px;
}

.designation {
  margin-top: -5px;
  font-size: 12px;
  font-weight: 400;
}

.designation.is-black {
  color: var(--black);
}

.slider-arrow {
  width: 31px;
  height: 32px;
  inset: auto 0% 0% auto;
}

.slider-arrow.is-left {
  bottom: 27px;
  right: 111px;
}

.slider-arrow.is-right {
  bottom: 27px;
  right: 76px;
}

.html-embed {
  border-radius: 50%;
  width: 31px;
  height: 32px;
}

.slide-nav {
  display: none;
}

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

.spacer {
  height: 37px;
}

.contact-form {
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  color: var(--white);
  background-color: #1c27033d;
  border-radius: 45px;
  min-height: 100vh;
  padding: 60px 40px 40px;
  overflow: hidden;
}

.label {
  margin-bottom: 0;
  font-family: Konstant Grotesk, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
}

.form-control {
  border-radius: 12px;
  height: 62px;
  margin-bottom: 0;
  padding: 20px 15px;
}

.form-control.is-text-area {
  height: 166px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.form-group {
  grid-row-gap: 5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.spacer-1 {
  height: 208px;
}

.calculator-wrap {
  z-index: 9999;
  position: fixed;
  inset: 320px 0% auto auto;
}

.button-calc {
  z-index: 9999;
  background-color: var(--main-green);
  color: var(--black);
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
  justify-content: center;
  align-items: center;
  max-width: 52px;
  height: 180px;
  padding: 43px 15px;
  font-family: Konstant Grotesk, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  position: relative;
  transform: rotate(0);
}

.button-calc:hover {
  background-color: var(--main-green);
  transform: scale(1.1)rotate(0);
}

.text-rotate {
  font-family: Work Sans, sans-serif;
  font-size: 18px;
  transform: rotate(90deg);
}

.calculator-modal {
  z-index: 9999;
  grid-row-gap: 40px;
  border: 1px solid var(--main-green);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: #e6eadc4a;
  border-radius: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 450px;
  height: auto;
  padding: 80px 25px;
  display: grid;
  position: fixed;
  inset: 276px 0 auto auto;
  transform: translate(100%);
}

.spacer-80 {
  height: 80px;
}

.spacer-40 {
  height: 40px;
}

.individual-slider {
  width: 100%;
  overflow: hidden;
}

.individual-slider.slider-for {
  margin-bottom: 35px;
}

.individual-slider-thumbnails {
  width: 100%;
}

.individual-slider-thumbnails.slider-nav {
  pointer-events: auto;
  object-fit: fill;
  max-width: 1332px;
  display: block;
  overflow: visible;
}

.individual-slider-thumbnails.slider-nav.three {
  max-width: 1015px;
  margin-left: auto;
  margin-right: auto;
}

.container-normal {
  width: 100%;
  max-width: 1332px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container-normal.hide {
  display: none;
}

.individual-slider-item {
  justify-content: space-between;
  display: flex;
}

.individual-slider-thumbnails-item {
  justify-content: center;
  align-items: center;
  min-height: 141px;
  padding: 0;
  display: flex;
}

.individual-slider-thumbnails-item.is-200 {
  min-height: 200px;
  padding-top: 0;
  padding-bottom: 0;
}

.individual-slider-thumbnails-item.is-200.splide__slide {
  min-width: 200px;
}

.contained {
  color: var(--black);
  max-width: 490px;
}

.individual-slider-item-content {
  grid-column-gap: 50px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.figure {
  align-items: flex-end;
  min-height: 520px;
  display: flex;
}

.left-arrow.prev {
  z-index: 999;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  transition: all .4s;
  display: flex;
  position: absolute;
  top: 200px;
  left: -85px;
}

.left-arrow.prev:hover {
  background-color: var(--yellow-green);
}

.left-arrow.prev.hide {
  display: none;
}

.right-arrow.next {
  z-index: 999;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  transition: all .4s;
  display: flex;
  position: absolute;
  top: 200px;
  right: -85px;
}

.right-arrow.next:hover {
  background-color: var(--yellow-green);
}

.right-arrow.next.hide {
  display: none;
}

.nav-trigger {
  color: #fff;
  text-align: center;
  cursor: pointer;
  width: 50px;
  display: none;
}

.menu-icon {
  width: 50px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
}

.menu-line {
  background-color: var(--main-black);
  width: 50px;
  height: 2px;
  margin-top: 8px;
  margin-bottom: 8px;
}

.menu-line.half {
  background-color: var(--main-black);
  width: 25px;
}

.menu-line.halfright {
  background-color: var(--main-black);
  width: 25px;
  margin-left: auto;
}

.text-block-2 {
  font-size: 16px;
}

.text-block-2.close {
  display: none;
}

.navoverlay {
  z-index: 4;
  background-color: var(--main-black);
  border-radius: 100%;
  width: 4000px;
  height: 4000px;
  margin-top: -2000px;
  margin-right: -2000px;
  position: absolute;
  inset: 0% 0% auto auto;
  overflow: hidden;
  transform: scale(0);
}

.nav-container {
  background-color: #0000;
  justify-content: space-between;
  width: 100%;
  max-width: 1332px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-block-copy {
  transform: rotate(90deg);
}

.contained-2 {
  max-width: 550px;
}

.individual-slider-item-content-image {
  justify-content: center;
  align-items: center;
  width: 45%;
  min-height: 574px;
  display: flex;
}

.contained-3 {
  max-width: 790px;
  font-weight: 400;
}

.contained-3.paragraph-hero-par.for-alt-2 {
  text-align: center;
}

.contained-3.paragraph-hero-par.for-alt-2.for-alt-3 {
  color: var(--main-black);
  text-align: left;
  margin-right: auto;
}

.contained-3.paragraph-hero-par.for-alt-2.for-alt-3.text-gainsboro {
  color: var(--gainsboro);
  line-height: 165%;
}

.hero-figure {
  width: 100%;
  min-height: 70.3125px;
  position: absolute;
  inset: 0%;
}

.backtotop {
  z-index: 9000;
  background-color: var(--yellow-green);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  padding: 15px;
  display: flex;
  position: fixed;
  inset: auto 60px 60px auto;
}

.splide__track {
  justify-content: center;
  width: 100%;
  display: flex;
}

.splide__list.thumb {
  width: 100%;
  max-width: 700px;
  display: flex;
}

.overlay.none, .form-block {
  display: none;
}

.calc-overlay {
  z-index: 9998;
  opacity: 0;
  background-image: linear-gradient(#0000001a, #0000001a);
  width: 100vw;
  height: 100vh;
  position: fixed;
  inset: 0%;
  transform: translate(100%);
}

.image-overlay {
  color: #0053b8;
  background-image: linear-gradient(#0006, #0006);
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.text-block-3, .text-block-4, .text-block-5, .text-block-6, .text-block-7 {
  font-family: Work Sans, sans-serif;
}

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

.utility-page-content {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1200px;
  display: grid;
}

.heading-2 {
  text-align: left;
}

.button-wrap {
  grid-column-gap: 7px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.text-block-8, .text-block-9, .text-block-10, .text-block-11, .text-block-12, .text-block-13, .text-block-14, .text-block-15, .text-block-16, .text-block-17, .text-block-18, .text-block-19, .text-block-20, .text-block-21, .text-block-22, .text-block-23, .text-block-24, .text-block-25, .text-block-26, .text-block-27, .text-block-28 {
  font-family: Work Sans, sans-serif;
}

.button-copy {
  grid-column-gap: 12px;
  grid-row-gap: 6px;
  background-color: var(--yellow-green);
  color: var(--main-black);
  border-radius: 24px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  align-self: flex-start;
  align-items: center;
  padding: 10px 30px 8px;
  font-family: Konstant Grotesk, sans-serif;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
  transition: all .3s;
  display: grid;
  box-shadow: 0 0 0 4px #8bc11300, 0 0 0 2px #fff0;
}

.button-copy:hover {
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px var(--yellow-green);
}

.button-copy.is-subtle {
  box-shadow: none;
  background-color: #0000;
  padding: 0 6px;
  font-size: 11px;
  line-height: 200%;
}

.button-copy.is-subtle:hover {
  background-color: var(--yellow-green);
  padding-left: 12px;
  padding-right: 12px;
}

.button-copy.is-inverted {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  box-shadow: none;
  background-color: #0000;
  border: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  place-content: center;
  justify-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 14px 8px 30px;
  line-height: 160%;
  display: grid;
}

.button-copy.is-inverted:hover {
  border-color: var(--yellow-green);
  background-color: var(--yellow-green);
}

.button-copy.is-inverted.submit {
  background-image: url('../images/arrow.svg');
  background-position: 85%;
  background-repeat: no-repeat;
  background-size: 17px 8px;
  padding-right: 47px;
}

.button-copy.is-small {
  padding: 12px 20px;
}

.button-copy.is-inverted-small {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  box-shadow: none;
  background-color: #b7ed3f;
  border: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  place-content: center;
  justify-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 14px 8px 30px;
  line-height: 160%;
  display: grid;
}

.button-copy.is-inverted-small:hover {
  border-color: var(--black);
  background-color: var(--yellow-green);
}

.button-copy.is-inverted-normal {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  box-shadow: none;
  background-color: #0000;
  border: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  place-content: center;
  justify-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 30px 8px;
  display: grid;
}

.button-copy.is-inverted-normal:hover {
  border-color: var(--yellow-green);
  background-color: var(--yellow-green);
}

.button-copy.is-inverted-normal.submit {
  background-image: url('../images/arrow.svg');
  background-position: 85%;
  background-repeat: no-repeat;
  background-size: 17px 8px;
  padding-right: 47px;
}

.ps-0 {
  padding-left: 0;
}

.hero-img--shape--v2 {
  float: none;
  clear: none;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  text-align: center;
  -webkit-text-fill-color: inherit;
  object-fit: contain;
  object-position: 50% 100%;
  background-clip: padding-box;
  border: 1px dashed #000;
  border-radius: 2px 2px 2px 0;
  margin-left: 100px;
  margin-right: 100px;
  padding-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 400;
  position: relative;
  left: auto;
}

.image {
  filter: saturate(200%) hue-rotate(142deg);
}

.pricing-overview {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.pricing-overview.section-trust {
  padding-top: 40px;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.pricing-description {
  text-align: center;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}

.pricing-grid {
  grid-column-gap: 64px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.pricing-card-three {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.pricing-card-three._w-bg-shape {
  background-image: url('../images/shape-01.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.pricing-image {
  object-fit: cover;
  width: 80px;
  height: 80px;
  margin-bottom: 16px;
}

.pricing-card-text {
  margin-bottom: 20px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.paragraph-2 {
  color: var(--white);
}

.img-shape-overlay {
  opacity: .5;
  mix-blend-mode: screen;
  position: absolute;
  inset: -38% auto 0% -131px;
  transform: scale(.7)rotate(-35deg);
}

.quick-stack {
  padding-left: 0;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.container-3 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link-2 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-2:hover {
  color: #1a1b1fbf;
}

.nav-link-2:focus-visible, .nav-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.hero-stack {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-4 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-two {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.hero-image-2 {
  width: 100%;
  margin-top: 50px;
}

.collection-list-wrapper-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  grid-template: ". Area"
                 ". ."
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: inline-block;
  position: static;
}

.collection-list-wrapper-3 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-radius: 5px;
  flex-wrap: nowrap;
  overflow: auto;
}

.collection-item {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 2px;
}

.collection-list {
  border-radius: 11px;
  display: inline;
}

.hero-heading-center {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-5 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.heading-2-left {
  text-align: left;
  max-width: none;
  margin-bottom: 16px;
  display: block;
}

.heading-2-left.margin-bottom-32px {
  margin-bottom: 32px;
}

.hero-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px-2 {
  margin-bottom: 24px;
}

.button-primary-3 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-3:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-3:active {
  background-color: #43464d;
}

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

.collection-item-2--v2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--gainsboro);
  text-align: left;
  text-shadow: 0 1px 1px #0003;
  overflow-wrap: normal;
  -webkit-text-fill-color: inherit;
  background-clip: padding-box;
  border-radius: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-height: none;
  margin-left: auto;
  margin-right: auto;
  display: inline;
}

.container-6 {
  object-fit: fill;
  padding-top: 50px;
}

.collection-list-wrapper-4 {
  flex-wrap: nowrap;
}

.collection-item-2 {
  margin-left: auto;
  margin-right: auto;
  overflow: auto;
}

.image-4 {
  margin-top: 0;
}

.collection-list-2 {
  border-radius: 1px;
}

.image-5 {
  text-align: center;
  border-radius: 18px;
  box-shadow: 0 2px 5px #0003;
}

.heading-3 {
  margin-top: 20px;
}

.collection-blog-3 {
  text-align: center;
  object-position: 50% 50%;
  margin-top: 60px;
  padding-bottom: 60px;
  padding-right: 0;
  display: block;
  overflow: hidden;
}

.collection-item-3 {
  float: left;
  clear: none;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -webkit-backdrop-filter: blur() blur(5px);
  backdrop-filter: blur() blur(5px);
  mix-blend-mode: normal;
  object-fit: fill;
  border: 0 #000;
  border-radius: 2px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 350px;
  margin-bottom: 20px;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 0;
  padding-right: 0;
  display: inline-block;
  position: relative;
  inset: 0%;
}

.image-7 {
  border: 1px #000;
}

.heading-4--blog {
  float: left;
  max-width: none;
  margin-top: 40px;
  padding-left: 10px;
  display: block;
}

.blogdate {
  direction: ltr;
  text-align: right;
  text-transform: capitalize;
  object-fit: fill;
  flex-flow: wrap;
  align-items: flex-start;
  padding-right: 10px;
  font-weight: 400;
  display: flex;
}

.blog-slider {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-7 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading-3 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-slider-wrapper {
  background-color: #0000;
  height: auto;
  margin-top: 50px;
}

.team-slide-wrapper {
  width: 30%;
  margin-right: 5%;
}

.blog-block {
  background-color: #fff;
  padding-bottom: 24px;
  overflow: hidden;
}

.blog-block.blogdate.blog-slider {
  -webkit-text-fill-color: inherit;
  background-color: #ffffff24;
  background-clip: border-box;
  border-radius: 12px;
  display: flex;
}

.blogthumb {
  aspect-ratio: auto;
  object-fit: fill;
  max-width: 100%;
  min-height: 0;
  max-height: none;
  margin-bottom: 0;
  padding-bottom: 24px;
  overflow: hidden;
}

.team-block-info {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.blogheader {
  max-width: none;
  margin-bottom: 12px;
  font-weight: 600;
}

.team-member-text {
  margin-bottom: 20px;
}

.text-link-arrow-2 {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed-2 {
  flex-wrap: nowrap;
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow {
  display: none;
}

.team-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.text-block-29 {
  float: right;
  display: block;
  position: absolute;
  inset: 0% 0% auto;
}

.hero-stack-2 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-8 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-two-2 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px-3 {
  margin-bottom: 24px;
}

.button-primary-4 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-4:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-4:active {
  background-color: #43464d;
}

.hero-image-3 {
  width: 100%;
  margin-top: 50px;
}

.hero-image-3.shadow-two {
  background-image: url('../images/BlogImage_HeroBanner_3.png');
  background-position: 0 0;
  background-size: auto;
}

.collection-list-wrapper-5 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.blog-collections {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.centered-heading-4 {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 16px;
}

.centered-subheading-2 {
  text-align: center;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
}

.team-slider-wrapper-2 {
  background-color: #0000;
  height: auto;
  margin-top: 50px;
}

.team-slide-wrapper-2 {
  width: 30%;
  margin-right: 5%;
}

.team-block {
  background-color: #fff;
  margin-bottom: auto;
  padding-bottom: 0;
  overflow: hidden;
}

.team-member-image-two {
  border-radius: 24px;
  margin-bottom: 18px;
  overflow: hidden;
}

.team-member-image-two.min-h {
  border-radius: 12px;
  min-height: 180px;
}

.team-block-info-2 {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.blog-thumbnail-title {
  text-align: left;
  margin-bottom: 12px;
  font-weight: 600;
}

.team-member-text-2 {
  margin-bottom: 20px;
}

.text-link-arrow-3 {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed-3 {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow-2 {
  display: none;
}

.team-slider-nav-2 {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.team-slider-2 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-9 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading-5 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading-3 {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-slider-wrapper-3 {
  background-color: #0000;
  height: auto;
  margin-top: 50px;
}

.team-slide-wrapper-3 {
  width: 30%;
  margin-right: 5%;
}

.team-block-2 {
  background-color: #fff;
  padding-bottom: 24px;
}

.team-member-image-two-2 {
  margin-bottom: 18px;
}

.team-block-info-3 {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two-2 {
  margin-bottom: 12px;
  font-weight: 600;
}

.team-member-text-3 {
  margin-bottom: 20px;
}

.text-link-arrow-4 {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed-4 {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow-3 {
  display: none;
}

.team-slider-nav-3 {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.hero-without-image-3 {
  float: none;
  clear: none;
  background-color: #f5f7fa;
  background-image: linear-gradient(#00000080, #00000080), url('../images/Customer-Reviews.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-bottom: 1px solid #e4ebf3;
  margin-top: 5rem;
  padding: 80px 30px;
  display: block;
  position: relative;
}

.hero-wrapper-two-3 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px-4 {
  color: var(--white);
  margin-bottom: 24px;
}

.button-primary-5 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-5:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-5:active {
  background-color: #43464d;
}

.heading-4 {
  color: var(--yellow-green);
  font-family: Konstant Grotesk, sans-serif;
  font-weight: 400;
}

.heading-4.text-center {
  text-align: center;
}

.hero-heading-left {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.hero-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px-5 {
  margin-bottom: 24px;
}

.shadow-two-2 {
  box-shadow: 0 4px 24px #96a3b514;
}

.shadow-two-2.image-2.contained-image {
  background-image: url('../images/BlogImage_HeroBanner_3.png');
  background-position: 0 0;
  background-size: auto;
}

.rich-text-block {
  margin-top: 8rem;
}

.collection-item-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: fill;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 20px;
  display: flex;
  overflow: visible;
}

.collection-list-wrapper-6 {
  text-align: left;
  border-radius: 3px;
  overflow: hidden;
}

.image-8 {
  background-image: url('../images/BlogImage.png');
  background-position: 0 0;
  background-size: auto;
}

.section-3, .section-4 {
  background-image: url('../images/BlogImage_HeroBanner_3.png');
  background-position: 0 0;
  background-size: auto;
}

.section-4.hero-without-image {
  background-image: url('../images/BlogImage_HeroBanner_3.png');
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
}

.image-9 {
  background-image: url('../images/BlogImage.png');
  background-position: 50% 100%;
  background-size: contain;
}

.section-5 {
  background-image: url('../images/BlogImage_HeroBanner_2.png');
  background-position: 50%;
  background-size: auto;
  background-attachment: fixed;
}

.section-5.hero-without-image {
  -webkit-text-fill-color: inherit;
  background-image: url('../images/BlogImage_HeroBanner_2.png'), linear-gradient(#0000, #0000);
  background-size: cover, auto;
  background-clip: padding-box;
  position: relative;
}

.collection-list-wrapper-7 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto 49px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.empty-state {
  margin-top: 20px;
  margin-bottom: 20px;
}

.paragraph-3 {
  color: var(--white);
  padding-top: 8px;
  position: static;
}

.link {
  color: var(--yellow-green);
}

.button-wrap-copy {
  grid-column-gap: 7px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.announcement {
  position: relative;
  inset: 0% 0% auto;
}

@media screen and (min-width: 1280px) {
  .navigation {
    padding-left: 5.625%;
    padding-right: 5.625%;
  }

  .navigation.is-dark.nav_scrolled {
    background-color: var(--black);
  }

  .nav-link {
    padding-left: 40px;
    padding-right: 40px;
  }

  .box.has-20-gap {
    width: 100%;
  }

  .box.footer-column {
    align-content: start;
  }

  .box.footer-column.has-10-gap {
    grid-row-gap: 8px;
    grid-template-columns: .25fr .25fr;
  }

  .hero {
    min-height: 56.875vw;
  }

  .hero.indivdual-hero {
    min-height: 51.45vw;
  }

  .hero.is-home {
    height: 100vh;
    padding-top: 220px;
  }

  .container {
    z-index: 2;
  }

  .container.is-full {
    grid-template-columns: 14.25fr;
  }

  .grid.columns {
    width: 100%;
  }

  .heading {
    font-size: 64px;
    line-height: 150%;
  }

  .heading.is-jumbo {
    text-transform: none;
  }

  .heading.is-jumbo.has-green.uppercase {
    text-transform: uppercase;
  }

  .heading.is-jumbo.has-white {
    font-size: 48px;
  }

  .heading.uppercase.is-green {
    font-size: 52px;
  }

  .section-image {
    right: -3%;
  }

  .contact-form {
    padding-left: 60px;
    padding-right: 60px;
  }

  .button-calc:hover {
    background-color: var(--yellow-green);
    transform: scale(1.1);
  }

  .backtotop {
    transition: all .3s;
  }

  .backtotop:hover {
    background-color: var(--yellow-green);
  }

  .image-overlay {
    z-index: 1;
    background-image: linear-gradient(#00000014, #00000014);
  }

  .collection-item {
    float: left;
    clear: right;
  }

  .collection-list {
    display: block;
  }

  .image-3 {
    float: right;
    clear: both;
    display: block;
  }

  .image-6 {
    float: none;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    object-position: 50% 0%;
    max-width: 100%;
    margin-bottom: auto;
    margin-left: 0;
    margin-right: 0;
    display: block;
    position: relative;
    top: -68px;
    overflow: auto;
  }

  .section-2 {
    position: relative;
  }

  .collection-blog-3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: flex-start;
    margin-top: 220px;
    display: flex;
  }

  .collection-item-3 {
    background-color: #faf0f0;
    border-radius: 3px;
  }

  .image-7 {
    -webkit-text-fill-color: inherit;
    background-clip: padding-box;
    border-radius: 3px;
  }

  .blog-collections {
    -webkit-text-fill-color: inherit;
    background-image: none;
    background-clip: border-box;
    border-radius: 18px;
  }

  .team-member-image-two {
    overflow: hidden;
  }
}

@media screen and (max-width: 991px) {
  .section, .section.is-footer-wrap {
    padding-left: 40px;
    padding-right: 40px;
  }

  .section.trust {
    padding-bottom: 0;
  }

  .section.slider-section {
    overflow: hidden;
  }

  .navigation {
    justify-content: space-between;
    min-width: 100%;
    padding: 30px 24px;
    inset: 0% 0% auto;
  }

  .navigation.is-dark {
    justify-content: space-between;
  }

  .navigation.navigation-2 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .nav-link {
    color: var(--white);
    padding: 20px;
  }

  .nav-menu {
    background-color: var(--black);
    height: 100vh;
    padding: 100px 20px 20px;
    position: fixed;
    inset: 0%;
  }

  .design-system {
    grid-template-columns: 1fr;
  }

  .design-sidebar {
    z-index: 12;
    border-bottom: 1px solid #e5e7eb;
    height: auto;
  }

  .box.has-10-gap {
    grid-template-columns: 1.5fr;
  }

  .box.footer-column.has-10-gap {
    grid-template-columns: .5fr .5fr;
  }

  .box.has-80-gap {
    grid-row-gap: 30px;
    align-content: start;
  }

  .box.slide-content {
    align-content: center;
    align-self: center;
    align-items: center;
  }

  .contained-image.mobile-icon {
    display: none;
  }

  .button.is-inverted-small {
    background-color: #b7ed3f;
  }

  .button.is-inverted-small:hover {
    background-color: var(--yellow-green);
  }

  .hero, .hero.is-contact {
    padding-left: 40px;
    padding-right: 40px;
  }

  .hero.indivdual-hero {
    height: auto;
    min-height: auto;
    padding: 90px 80px 90px 40px;
  }

  .hero.is-home.hero-2 {
    padding-top: 12vh;
  }

  .hero.is-home.hero-2._w-filter-var-1 {
    padding-top: 15dvh;
  }

  .container.mobile-gap {
    grid-row-gap: 60px;
  }

  .grid.product-grid {
    grid-column-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .heading {
    font-size: 40px;
  }

  .heading.is-jumbo.has-green.uppercase, .heading.is-jumbo.heading-section-h2.tablet-up {
    text-align: center;
  }

  .copyright {
    padding-left: 24px;
    padding-right: 24px;
  }

  .section-image {
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }

  .section-image.img-br {
    max-width: 65%;
    display: none;
    bottom: 10px;
    right: auto;
  }

  .brand {
    max-width: 250px;
  }

  .contact-form {
    padding-left: 40px;
    padding-right: 40px;
  }

  .spacer-40.hide-mobile {
    display: none;
  }

  .individual-slider-thumbnails-item {
    cursor: pointer;
    min-height: 100px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .individual-slider-item-content {
    grid-column-gap: 60px;
    align-self: center;
    align-items: center;
  }

  .figure {
    width: 50%;
    min-height: auto;
  }

  .left-arrow.prev {
    left: -67px;
  }

  .right-arrow.next {
    right: -35px;
  }

  .nav-trigger {
    z-index: 9999;
    background-color: #0000;
    padding: 0;
    display: block;
  }

  .nav-trigger.w--open {
    background-color: #0000;
    padding: 0;
  }

  .menu-line, .menu-line.half, .menu-line.halfright {
    background-color: var(--white);
  }

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

  .contained-2.paragraph-section-par {
    text-align: center;
  }

  .button-copy.is-inverted-small {
    background-color: #b7ed3f;
  }

  .button-copy.is-inverted-small:hover {
    background-color: var(--yellow-green);
  }

  .hero-img--shape--v2 {
    border-right-style: none;
    border-radius: 0;
  }

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

  .pricing-grid {
    grid-column-gap: 30px;
  }

  .img-shape-overlay {
    top: -17%;
    left: auto;
  }

  .container-3 {
    max-width: 728px;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link-2 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

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

  .container-4, .container-5 {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .container-7 {
    max-width: 728px;
  }

  .team-slide-wrapper {
    width: 47%;
    margin-right: 6%;
  }

  .container-8 {
    max-width: 728px;
  }

  .team-slide-wrapper-2 {
    width: 47%;
    margin-right: 6%;
  }

  .team-member-image-two.min-h {
    max-width: 100%;
  }

  .container-9 {
    max-width: 728px;
  }

  .team-slide-wrapper-3 {
    width: 47%;
    margin-right: 6%;
  }

  .hero-wrapper-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-2 {
    max-width: 100%;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .section {
    padding: 40px 24px;
  }

  .section.is-footer {
    padding-bottom: 48px;
  }

  .section.is-footer-wrap {
    padding-left: 24px;
    padding-right: 24px;
  }

  .section.trust {
    padding-bottom: 0;
  }

  .section.testimonial {
    flex-direction: column;
  }

  .section.slider-section {
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .navigation {
    z-index: 9999;
  }

  .box.footer-column {
    grid-row-gap: 20px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .box.footer-column.has-10-gap {
    grid-row-gap: 10px;
  }

  .box.has-8-gap {
    justify-items: start;
  }

  .box.has-30-gap.mobile-gap-40 {
    grid-row-gap: 40px;
  }

  .box.has-35-gap {
    grid-row-gap: 20px;
  }

  .box.has-75-gap.mobile-30-gap {
    grid-row-gap: 30px;
  }

  .line.gap {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .hero {
    height: auto;
    padding: 100px 24px;
  }

  .hero.is-contact {
    padding-top: 140px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .hero.indivdual-hero {
    padding-top: 120px;
    padding-right: 40px;
  }

  .hero.indivdual-hero.has-bottom-gap {
    padding-bottom: 90px;
  }

  .hero.is-home {
    padding-top: 140px;
  }

  .container.is-large {
    grid-row-gap: 60px;
  }

  .container.is-full.v2 {
    top: 5%;
    left: auto;
  }

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

  .grid.columns {
    grid-row-gap: 30px;
    grid-auto-flow: row;
  }

  .heading {
    font-size: 30px;
  }

  .heading.is-jumbo {
    font-size: 24px;
  }

  .heading.is-jumbo.has-white {
    font-size: 30px;
  }

  .heading.is-jumbo.heading-section-h2.tablet-up {
    display: none;
  }

  .heading.is-jumbo.heading-section-h2.mobile-down {
    text-align: center;
    display: block;
  }

  .heading.is-green {
    font-size: 36px;
  }

  .heading.is-white {
    font-size: 40px;
  }

  .heading.is-white.text-right {
    text-align: left;
  }

  .heading.is-display, .heading.uppercase.is-green {
    font-size: 30px;
  }

  .copyright {
    padding: 10px 24px;
  }

  .line-break {
    display: inline;
  }

  .section-icon {
    object-fit: cover;
    height: 100%;
  }

  .section-image {
    object-fit: cover;
    margin-top: 40px;
    position: relative;
  }

  .section-image.img-br {
    object-fit: contain;
    max-width: 100%;
  }

  .cover-image {
    width: 100%;
    position: absolute;
  }

  .slider {
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .spacer-1 {
    display: none;
  }

  .calculator-wrap {
    width: 100%;
    inset: auto 0 0;
  }

  .button-calc {
    border-radius: 0;
    width: 100%;
    max-width: 100%;
    height: 48px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
    line-height: 24px;
  }

  .button-calc:hover {
    background-color: var(--yellow-green);
    transform: scale(1)rotate(0);
  }

  .text-rotate {
    transform: none;
  }

  .calculator-modal {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    top: auto;
    bottom: 60px;
    left: 0;
    transform: translate(0%, 120%);
  }

  .individual-slider-thumbnails-item {
    margin-left: 20px;
    margin-right: 20px;
    padding: 0;
  }

  .contained {
    max-width: 100%;
  }

  .individual-slider-item-content {
    grid-row-gap: 60px;
    flex-direction: column;
    align-items: center;
  }

  .figure {
    justify-content: center;
    width: 100%;
    min-height: auto;
  }

  .left-arrow.prev {
    border-radius: 5%;
    left: -48px;
  }

  .left-arrow.prev.hide {
    z-index: 10;
    display: flex;
    left: -56px;
  }

  .right-arrow.next {
    border-radius: 5%;
    right: -52px;
  }

  .right-arrow.next.hide {
    display: flex;
  }

  .individual-slider-item-content-image {
    width: 100%;
    min-height: auto;
  }

  .backtotop {
    z-index: 1200;
    right: 20px;
  }

  .overlay {
    background-color: #13131399;
    width: 100%;
    height: 100%;
    position: absolute;
  }

  .calc-overlay {
    background-image: linear-gradient(#0003, #0003);
    transform: translate(0%, 150%);
  }

  .pricing-overview {
    padding: 60px 15px;
  }

  .img-shape-overlay {
    display: none;
    top: -5%;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

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

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .hero-stack, .hero-heading-center {
    padding: 60px 15px;
  }

  .collection-blog-3 {
    float: none;
    clear: none;
    max-width: 100%;
    margin-left: auto;
    position: relative;
  }

  .blogdate {
    line-height: 100%;
  }

  .blog-slider, .hero-stack-2, .blog-collections, .team-slider-2, .hero-without-image-3, .hero-heading-left {
    padding: 60px 15px;
  }
}

@media screen and (max-width: 479px) {
  .section.products {
    padding-left: 24px;
    padding-right: 24px;
  }

  .navigation.navigation-2 {
    background-color: #000;
  }

  .box.has-10-gap {
    grid-template-columns: 1.5fr;
  }

  .box.footer-column {
    grid-row-gap: 20px;
    padding-bottom: 0;
  }

  .hero.is-home {
    min-height: 900px;
  }

  .hero.is-home.hero-2 {
    padding-top: 15vh;
  }

  .hero.is-home.hero-2._w-filter-var-1.overflow-hidden.hero-mobile-bg-overlay {
    background-image: linear-gradient(#00000080, #00000080), url('../images/Synapse-Ultra-lifestyle-image-2.png');
    background-position: 0 0, 50%;
    background-repeat: repeat, repeat;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
    min-height: 730px;
    padding-bottom: 24px;
  }

  .container.is-full.v2 {
    border-radius: 5px;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .container.is-full.v2.mobile-overlay-none {
    background-image: none;
    top: auto;
  }

  .paragraph {
    box-shadow: 0 2px 5px #0003;
  }

  .heading {
    font-size: 30px;
  }

  .heading.is-jumbo.has-green {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 0 0;
    background-size: auto;
  }

  .heading.is-jumbo.has-green.not-captilize {
    background-image: none;
  }

  .heading.is-jumbo.heading-section-h2.mobile-down {
    text-align: center;
  }

  .heading.is-medium.modal {
    color: var(--main-black);
    font-size: 20px;
  }

  .heading.uppercase.is-green {
    font-size: 28px;
  }

  .heading.uppercase.is-green.heading-hero-h1 {
    font-size: 24px;
  }

  .heading.uppercase.is-green.heading-hero-h1.for-alt-2.for-alt-3.text-white {
    font-size: 30px;
  }

  .heading.uppercase.is-green.heading-hero-h1.for-alt-2.for-alt-3.text-black {
    color: var(--yellow-green);
  }

  .section-image {
    height: auto;
  }

  .cover-image {
    object-fit: cover;
  }

  .slider {
    min-height: 450px;
  }

  .brand {
    max-width: 200px;
    padding-left: 0;
  }

  .contact-form {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .left-arrow.prev {
    left: -55px;
  }

  .right-arrow.next {
    right: -55px;
  }

  .navoverlay {
    width: 2000px;
    height: 2000px;
    margin-top: -1000px;
    margin-right: -1000px;
  }

  .contained-2.paragraph-section-par {
    background-color: #f3f0f000;
  }

  .contained-3.paragraph-hero-par {
    text-align: left;
    font-size: 14px;
    line-height: 1.5em;
  }

  .contained-3.paragraph-hero-par.for-alt-2.for-alt-3 {
    color: var(--gainsboro);
  }

  .contained-3.paragraph-hero-par.for-alt-2.for-alt-3.text-gainsboro {
    font-size: 16px;
  }

  .utility-page-content {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .container-2 {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

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

  .img-shape-overlay {
    top: 16%;
    right: -28px;
  }

  .container-3 {
    max-width: none;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .container-4, .container-5 {
    max-width: none;
  }

  .heading-2-left {
    margin-bottom: 24px;
  }

  .collection-blog-3 {
    max-width: 100%;
    padding-right: 10px;
  }

  .collection-item-3 {
    color: var(--main-black);
    text-align: left;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    font-style: normal;
  }

  .image-7 {
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    border-width: 0;
  }

  .blogdate {
    max-width: 100%;
  }

  .container-7 {
    max-width: none;
  }

  .centered-heading-3 {
    margin-bottom: 24px;
  }

  .team-slide-wrapper {
    width: 100%;
    margin-right: 0%;
  }

  .container-8 {
    max-width: none;
  }

  .centered-heading-4 {
    margin-bottom: 24px;
  }

  .team-slide-wrapper-2 {
    width: 100%;
    margin-right: 0%;
  }

  .container-9 {
    max-width: none;
  }

  .centered-heading-5 {
    margin-bottom: 24px;
  }

  .team-slide-wrapper-3 {
    width: 100%;
    margin-right: 0%;
  }
}

#w-node-_247bfe86-67bd-6dee-210a-0acdf9f33369-ba02e5b6, #w-node-a6400fb0-defb-9c3a-1598-943902f8e4c0-ba02e5b6 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-d00319ae-c4a2-8f8c-a7fc-cf15094b7a9d-ba02e5b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d00319ae-c4a2-8f8c-a7fc-cf15094b7a9e-ba02e5b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-d00319ae-c4a2-8f8c-a7fc-cf15094b7aa8-ba02e5b6 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-d00319ae-c4a2-8f8c-a7fc-cf15094b7aaa-ba02e5b6, #w-node-d00319ae-c4a2-8f8c-a7fc-cf15094b7aad-ba02e5b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d00319ae-c4a2-8f8c-a7fc-cf15094b7aaf-ba02e5b6 {
  grid-area: 1 / 1 / 2 / 2;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-d00319ae-c4a2-8f8c-a7fc-cf15094b7ab1-ba02e5b6, #w-node-d00319ae-c4a2-8f8c-a7fc-cf15094b7ab4-ba02e5b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_80446c6b-5a76-9a1b-982c-5be39986b1fe-ba02e5b6 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-c0649538-9663-0ddf-e2ed-7662da8904c1-ba02e5b6 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-_795d764b-f7ae-175e-78b3-d727fde54ee9-ba02e5b6, #w-node-_795d764b-f7ae-175e-78b3-d727fde54eee-ba02e5b6 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_795d764b-f7ae-175e-78b3-d727fde54eef-ba02e5b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_795d764b-f7ae-175e-78b3-d727fde54ef0-ba02e5b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_795d764b-f7ae-175e-78b3-d727fde54ef4-ba02e5b6 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_795d764b-f7ae-175e-78b3-d727fde54ef6-ba02e5b6, #w-node-_795d764b-f7ae-175e-78b3-d727fde54ef9-ba02e5b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_795d764b-f7ae-175e-78b3-d727fde54efb-ba02e5b6 {
  grid-area: 1 / 1 / 2 / 2;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_795d764b-f7ae-175e-78b3-d727fde54efd-ba02e5b6, #w-node-_795d764b-f7ae-175e-78b3-d727fde54f00-ba02e5b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_795d764b-f7ae-175e-78b3-d727fde54f02-ba02e5b6 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_795d764b-f7ae-175e-78b3-d727fde54f03-ba02e5b6 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-accb56a0-f4b5-a224-55b1-1022aa0204a2-ba02e5b6, #w-node-accb56a0-f4b5-a224-55b1-1022aa0204a7-ba02e5b6 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-accb56a0-f4b5-a224-55b1-1022aa0204a8-ba02e5b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-accb56a0-f4b5-a224-55b1-1022aa0204a9-ba02e5b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-accb56a0-f4b5-a224-55b1-1022aa0204ad-ba02e5b6 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-accb56a0-f4b5-a224-55b1-1022aa0204af-ba02e5b6, #w-node-accb56a0-f4b5-a224-55b1-1022aa0204b2-ba02e5b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-accb56a0-f4b5-a224-55b1-1022aa0204b4-ba02e5b6 {
  grid-area: 1 / 1 / 2 / 2;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-accb56a0-f4b5-a224-55b1-1022aa0204b6-ba02e5b6, #w-node-accb56a0-f4b5-a224-55b1-1022aa0204b9-ba02e5b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-accb56a0-f4b5-a224-55b1-1022aa0204bb-ba02e5b6 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-accb56a0-f4b5-a224-55b1-1022aa0204bc-ba02e5b6 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-_5456d653-e2ed-9729-bb68-ed19503cd1d4-ba02e5b6, #w-node-_5456d653-e2ed-9729-bb68-ed19503cd1d9-ba02e5b6 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_5456d653-e2ed-9729-bb68-ed19503cd1da-ba02e5b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5456d653-e2ed-9729-bb68-ed19503cd1db-ba02e5b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_5456d653-e2ed-9729-bb68-ed19503cd1df-ba02e5b6 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_5456d653-e2ed-9729-bb68-ed19503cd1e1-ba02e5b6, #w-node-_5456d653-e2ed-9729-bb68-ed19503cd1e4-ba02e5b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5456d653-e2ed-9729-bb68-ed19503cd1e6-ba02e5b6 {
  grid-area: 1 / 1 / 2 / 2;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_5456d653-e2ed-9729-bb68-ed19503cd1e8-ba02e5b6, #w-node-_5456d653-e2ed-9729-bb68-ed19503cd1eb-ba02e5b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5456d653-e2ed-9729-bb68-ed19503cd1ed-ba02e5b6 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_5456d653-e2ed-9729-bb68-ed19503cd1ee-ba02e5b6 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-_26b43acf-5140-7490-f30e-57ec9d1afa67-ba02e5b6, #w-node-_26b43acf-5140-7490-f30e-57ec9d1afa71-ba02e5b6, #w-node-_26b43acf-5140-7490-f30e-57ec9d1afa7b-ba02e5b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-be68c8fd-d306-b547-2433-d5c655bd59c6-ba02e5b6 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_08fb718c-9d4a-a8fb-f294-025631c6a8bc-ba02e5b6, #w-node-afe763d9-edef-4d22-a668-4ee90e8431ee-ba02e5b6, #w-node-_5abacf52-d54b-e874-5f6f-c5341fc99d55-ba02e5b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d0d97837-fcbe-d2a2-b472-c5714b6a8074-ba02e5b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-b4b4b844-f217-8238-2b6c-c3f3cd0e594b-ba02e5b6, #w-node-_3b0f6f7f-b050-ce1f-dbea-f5a586e1aeab-ba02e5b6, #w-node-e4dabf8b-1e24-bab8-ce5e-1018ff820d8f-ba02e5b6, #w-node-_29d8eb9b-8163-1fd1-78a2-6d41c24d9266-ba02e5b6, #w-node-a76bcacb-d47e-fb9d-b1b8-e93288fc8521-ba02e5b6, #w-node-_15667572-0a89-640a-4826-8811dfd6c313-ba02e5b6, #w-node-_15667572-0a89-640a-4826-8811dfd6c314-ba02e5b6, #w-node-_15667572-0a89-640a-4826-8811dfd6c315-ba02e5b6, #w-node-_15667572-0a89-640a-4826-8811dfd6c318-ba02e5b6, #w-node-_44a8d399-7ab7-dcdb-e16e-6d6b7fcb41dc-ba02e5b6, #w-node-_44a8d399-7ab7-dcdb-e16e-6d6b7fcb41dd-ba02e5b6, #w-node-_44a8d399-7ab7-dcdb-e16e-6d6b7fcb41de-ba02e5b6, #w-node-_44a8d399-7ab7-dcdb-e16e-6d6b7fcb41e1-ba02e5b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3a424868-6c13-c55a-ca55-c7720778e3ec-ba02e5b6 {
  grid-area: 1 / 2 / 2 / 8;
  align-self: start;
}

#w-node-_3a424868-6c13-c55a-ca55-c7720778e3ed-ba02e5b6, #w-node-_76efcc9f-3add-45a4-b6b1-b919a7e7f706-ba02e5b6, #w-node-_83691979-f429-0272-85eb-a76afe412806-ba02e5b6, #w-node-_3a424868-6c13-c55a-ca55-c7720778e3ef-ba02e5b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3a424868-6c13-c55a-ca55-c7720778e3f2-ba02e5b6 {
  grid-area: 1 / 2 / 2 / 7;
}

#w-node-_3a424868-6c13-c55a-ca55-c7720778e3f3-ba02e5b6, #w-node-_3a424868-6c13-c55a-ca55-c7720778e3f7-ba02e5b6, #w-node-_3a424868-6c13-c55a-ca55-c7720778e3fb-ba02e5b6, #w-node-_3a424868-6c13-c55a-ca55-c7720778e3ff-ba02e5b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_3a424868-6c13-c55a-ca55-c7720778e403-ba02e5b6 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_3a424868-6c13-c55a-ca55-c7720778e404-ba02e5b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3a424868-6c13-c55a-ca55-c7720778e405-ba02e5b6 {
  grid-area: 2 / 1 / 3 / 13;
  justify-self: center;
}

#w-node-_3a424868-6c13-c55a-ca55-c7720778e406-ba02e5b6, #w-node-_3a424868-6c13-c55a-ca55-c7720778e408-ba02e5b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_3a424868-6c13-c55a-ca55-c7720778e40b-ba02e5b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ae4fd923-a647-0de5-1e5a-f4243eb38db4-ba02e5b6 {
  grid-area: 1 / 6 / 2 / 13;
}

#w-node-_8a8ff4de-998c-3378-dbc3-431fe9c224aa-ba02e5b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_647d849b-1609-a04b-144b-b50d64747a1f-ba02e5b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9f1c3237-7ae1-d5f1-cc57-382d09828893-ba02e5b6 {
  justify-self: center;
}

#w-node-_9f1c3237-7ae1-d5f1-cc57-382d09828895-ba02e5b6 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  justify-self: auto;
}

#w-node-_9f1c3237-7ae1-d5f1-cc57-382d09828897-ba02e5b6 {
  justify-self: end;
}

#w-node-c30ae012-b0ce-5f84-cdde-18eff5266529-ba02e5b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_290c7711-26a4-a4fe-a127-92a20d53a8cf-0d53a8cb {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_290c7711-26a4-a4fe-a127-92a20d53a8d0-0d53a8cb, #w-node-_290c7711-26a4-a4fe-a127-92a20d53a8d2-0d53a8cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_290c7711-26a4-a4fe-a127-92a20d53a8d4-0d53a8cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_290c7711-26a4-a4fe-a127-92a20d53a8d7-0d53a8cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_290c7711-26a4-a4fe-a127-92a20d53a8d8-0d53a8cb {
  grid-area: 2 / 1 / 3 / 13;
}

#w-node-_290c7711-26a4-a4fe-a127-92a20d53a8d9-0d53a8cb {
  grid-area: 3 / 1 / 4 / 13;
}

#w-node-_290c7711-26a4-a4fe-a127-92a20d53a8da-0d53a8cb, #w-node-_290c7711-26a4-a4fe-a127-92a20d53a8db-0d53a8cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_290c7711-26a4-a4fe-a127-92a20d53a8dc-0d53a8cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_290c7711-26a4-a4fe-a127-92a20d53a8df-0d53a8cb, #w-node-_290c7711-26a4-a4fe-a127-92a20d53a8e1-0d53a8cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_290c7711-26a4-a4fe-a127-92a20d53a8e3-0d53a8cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_290c7711-26a4-a4fe-a127-92a20d53a8e4-0d53a8cb, #w-node-_2b4d5f78-e888-5aa8-d7a8-8ddda1ac34b8-0d53a8cb, #w-node-_290c7711-26a4-a4fe-a127-92a20d53a8e6-0d53a8cb, #w-node-_290c7711-26a4-a4fe-a127-92a20d53a8e8-0d53a8cb, #w-node-caab3732-d9b2-c843-7976-569a214bf3d0-0d53a8cb, #w-node-_7fbdcf08-f0d8-a47a-b6cc-b9d6f37af6c6-0d53a8cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_290c7711-26a4-a4fe-a127-92a20d53a8ec-0d53a8cb {
  grid-area: span 1 / span 12 / span 1 / span 12;
  align-self: center;
}

#w-node-_9a02b9d4-ea45-bca9-f854-ea727805b71a-7805b71a, #w-node-_9a02b9d4-ea45-bca9-f854-ea727805b71d-7805b71a, #w-node-ba1a1fa1-87ea-dd75-69b4-17d34e44ed76-4e44ed76, #w-node-ba1a1fa1-87ea-dd75-69b4-17d34e44ed79-4e44ed76 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_49204eac-92ff-019a-7ed9-2d9e64580f72-ba02e5bc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_02c602fb-79fe-48fa-1e10-8a6ac6f6db64-ba02e5bc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_02c602fb-79fe-48fa-1e10-8a6ac6f6db67-ba02e5bc, #w-node-_9f618891-6434-0143-a6b0-41495e6af972-ba02e5bc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a6400fb0-defb-9c3a-1598-943902f8e4c0-ba02e5bd {
  grid-area: 1 / 6 / 2 / 13;
  align-self: center;
}

#w-node-dcaa6fa5-956d-eff7-7e58-66486ecf2dd1-ba02e5bd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_247bfe86-67bd-6dee-210a-0acdf9f33369-ba02e5bd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-be0a73ea-71b5-5a65-6937-86d6281216ac-ba02e5bd {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_00955488-bcad-ec79-0793-8c0f8b3ed4ea-ba02e5bd, #w-node-c76f702a-1531-6086-d2f6-6b5551511e41-ba02e5bd, #w-node-c76f702a-1531-6086-d2f6-6b5551511e42-ba02e5bd, #w-node-c76f702a-1531-6086-d2f6-6b5551511e44-ba02e5bd, #w-node-c76f702a-1531-6086-d2f6-6b5551511e46-ba02e5bd, #w-node-c76f702a-1531-6086-d2f6-6b5551511e48-ba02e5bd, #w-node-c76f702a-1531-6086-d2f6-6b5551511e4d-ba02e5bd, #w-node-_62e7b17f-579b-68a3-8416-b48e562ed58a-ba02e5bd, #w-node-_62e7b17f-579b-68a3-8416-b48e562ed58b-ba02e5bd, #w-node-_62e7b17f-579b-68a3-8416-b48e562ed58d-ba02e5bd, #w-node-_62e7b17f-579b-68a3-8416-b48e562ed58f-ba02e5bd, #w-node-_62e7b17f-579b-68a3-8416-b48e562ed591-ba02e5bd, #w-node-_62e7b17f-579b-68a3-8416-b48e562ed596-ba02e5bd, #w-node-_99757088-1876-68fa-fe20-c3f01514f5a3-ba02e5bd, #w-node-_99757088-1876-68fa-fe20-c3f01514f5a4-ba02e5bd, #w-node-_99757088-1876-68fa-fe20-c3f01514f5a6-ba02e5bd, #w-node-_99757088-1876-68fa-fe20-c3f01514f5a8-ba02e5bd, #w-node-_99757088-1876-68fa-fe20-c3f01514f5aa-ba02e5bd, #w-node-_359e341b-dee0-26d0-21ee-d41b35559a04-ba02e5bd, #w-node-_99757088-1876-68fa-fe20-c3f01514f5af-ba02e5bd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e4dabf8b-1e24-bab8-ce5e-1018ff820d8f-ba02e5bd {
  grid-area: 1 / 7 / 2 / 13;
  align-self: start;
}

#w-node-_69d9ec22-858b-13c0-3153-092dbd69d32e-ba02e5bd {
  grid-area: span 1 / span 6 / span 1 / span 6;
  align-self: start;
}

#w-node-_2f92e7c0-0a99-9625-b58f-31707ddaf400-ba02e5bd, #w-node-_7cee2a8f-95cf-8de3-a07c-126033f9d231-ba02e5bd, #w-node-_8cf9b02a-80ce-8868-2097-b5ec7c921070-ba02e5bd, #w-node-_52ee4fa9-d87d-36c1-5cf5-4d2d63bb52f5-ba02e5bd, #w-node-a76bcacb-d47e-fb9d-b1b8-e93288fc8521-ba02e5bd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c55c2f58-cf84-88ea-0d44-bfd7231c9552-ba02e5bd {
  grid-area: span 1 / span 6 / span 1 / span 6;
  align-self: start;
}

#w-node-ac12375b-c008-39b0-2272-ebaf0c7e475c-ba02e5bd, #w-node-c55c2f58-cf84-88ea-0d44-bfd7231c9554-ba02e5bd, #w-node-_4c1ece2e-552f-ba58-6539-a8c25bcdc0b8-ba02e5bd, #w-node-c55c2f58-cf84-88ea-0d44-bfd7231c9558-ba02e5bd, #w-node-_2e7fe1b5-0a2d-f547-4dc2-fec8b990ec57-ba02e5bd, #w-node-c55c2f58-cf84-88ea-0d44-bfd7231c955a-ba02e5bd, #w-node-c0ccc4cd-b521-61d8-d3ed-45703727b63f-ba02e5bd, #w-node-c0ccc4cd-b521-61d8-d3ed-45703727b640-ba02e5bd, #w-node-c0ccc4cd-b521-61d8-d3ed-45703727b642-ba02e5bd, #w-node-c0ccc4cd-b521-61d8-d3ed-45703727b644-ba02e5bd, #w-node-_094a9581-14e3-e730-71aa-00f5b481cb5c-ba02e5bd, #w-node-_4b4a384d-5ca9-0851-737f-16be6397a5c4-ba02e5bd, #w-node-_8bb4fc8e-f267-871e-4684-ece5d25cbab6-ba02e5bd, #w-node-_8bb4fc8e-f267-871e-4684-ece5d25cbab7-ba02e5bd, #w-node-_8bb4fc8e-f267-871e-4684-ece5d25cbab9-ba02e5bd, #w-node-_8bb4fc8e-f267-871e-4684-ece5d25cbabb-ba02e5bd, #w-node-_8bb4fc8e-f267-871e-4684-ece5d25cbabd-ba02e5bd, #w-node-_8bb4fc8e-f267-871e-4684-ece5d25cbac2-ba02e5bd, #w-node-bb20c50c-8d81-983d-44be-b317fbd3d70a-ba02e5bd, #w-node-bb20c50c-8d81-983d-44be-b317fbd3d70b-ba02e5bd, #w-node-bb20c50c-8d81-983d-44be-b317fbd3d70d-ba02e5bd, #w-node-bb20c50c-8d81-983d-44be-b317fbd3d70f-ba02e5bd, #w-node-bb20c50c-8d81-983d-44be-b317fbd3d711-ba02e5bd, #w-node-bb20c50c-8d81-983d-44be-b317fbd3d716-ba02e5bd, #w-node-bb4edee8-2657-8b44-cf3e-0efe5b50244e-ba02e5bd, #w-node-bb4edee8-2657-8b44-cf3e-0efe5b50244f-ba02e5bd, #w-node-bb4edee8-2657-8b44-cf3e-0efe5b502451-ba02e5bd, #w-node-bb4edee8-2657-8b44-cf3e-0efe5b502453-ba02e5bd, #w-node-bb4edee8-2657-8b44-cf3e-0efe5b502455-ba02e5bd, #w-node-c8271dd7-1145-20ec-9d91-7b9b0ce012b2-ba02e5bd, #w-node-bb4edee8-2657-8b44-cf3e-0efe5b50245a-ba02e5bd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_63c1397f-71fb-9f83-1863-0f1c31f65dd3-ba02e5bd {
  grid-area: span 1 / span 6 / span 1 / span 6;
  align-self: start;
}

#w-node-_63c1397f-71fb-9f83-1863-0f1c31f65dd4-ba02e5bd, #w-node-_63c1397f-71fb-9f83-1863-0f1c31f65dd5-ba02e5bd, #w-node-_63c1397f-71fb-9f83-1863-0f1c31f65dd7-ba02e5bd, #w-node-_9eda8a99-e6d3-5681-e578-edb876a10e4c-ba02e5bd, #w-node-_63c1397f-71fb-9f83-1863-0f1c31f65dda-ba02e5bd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d22970dc-87a2-af28-c9a0-554e5152a9e4-ba02e5bd {
  grid-area: span 1 / span 6 / span 1 / span 6;
  align-self: start;
}

#w-node-d22970dc-87a2-af28-c9a0-554e5152a9e5-ba02e5bd, #w-node-d22970dc-87a2-af28-c9a0-554e5152a9e6-ba02e5bd, #w-node-d22970dc-87a2-af28-c9a0-554e5152a9e8-ba02e5bd, #w-node-d22970dc-87a2-af28-c9a0-554e5152a9ea-ba02e5bd, #w-node-_3f47967e-35aa-7f34-21a2-b136e6d4328c-ba02e5bd, #w-node-d22970dc-87a2-af28-c9a0-554e5152a9ed-ba02e5bd, #w-node-c5651369-3335-0616-831e-a54ffcb2d016-ba02e5bd, #w-node-c5651369-3335-0616-831e-a54ffcb2d017-ba02e5bd, #w-node-c5651369-3335-0616-831e-a54ffcb2d019-ba02e5bd, #w-node-c5651369-3335-0616-831e-a54ffcb2d01b-ba02e5bd, #w-node-_9e754fba-92a3-62ba-c005-c6110906a839-ba02e5bd, #w-node-c5651369-3335-0616-831e-a54ffcb2d01e-ba02e5bd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a6400fb0-defb-9c3a-1598-943902f8e4c0-ba02e5be {
  grid-area: 1 / 6 / 2 / 13;
  align-self: center;
}

#w-node-dcaa6fa5-956d-eff7-7e58-66486ecf2dd1-ba02e5be {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b8cbe13f-eb79-13b2-64fa-d0daeaaa23dc-ba02e5be {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-be0a73ea-71b5-5a65-6937-86d6281216ac-ba02e5be {
  grid-area: span 1 / span 5 / span 1 / span 5;
  align-self: center;
}

#w-node-_00955488-bcad-ec79-0793-8c0f8b3ed4ea-ba02e5be {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_46867bda-0dc0-45bc-7db2-0902d959e42c-ba02e5be {
  grid-area: 1 / 7 / 2 / 13;
  align-self: start;
}

#w-node-_46867bda-0dc0-45bc-7db2-0902d959e42e-ba02e5be {
  grid-area: span 1 / span 6 / span 1 / span 6;
  align-self: start;
}

#w-node-_46867bda-0dc0-45bc-7db2-0902d959e42f-ba02e5be, #w-node-_46867bda-0dc0-45bc-7db2-0902d959e430-ba02e5be, #w-node-_46867bda-0dc0-45bc-7db2-0902d959e432-ba02e5be, #w-node-_46867bda-0dc0-45bc-7db2-0902d959e434-ba02e5be, #w-node-_46867bda-0dc0-45bc-7db2-0902d959e439-ba02e5be {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_46867bda-0dc0-45bc-7db2-0902d959e43c-ba02e5be {
  grid-area: span 1 / span 6 / span 1 / span 6;
  align-self: start;
}

#w-node-_46867bda-0dc0-45bc-7db2-0902d959e43d-ba02e5be, #w-node-_46867bda-0dc0-45bc-7db2-0902d959e43e-ba02e5be, #w-node-_46867bda-0dc0-45bc-7db2-0902d959e442-ba02e5be, #w-node-_46867bda-0dc0-45bc-7db2-0902d959e449-ba02e5be {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c9a43770-4aa8-2cec-d369-064a3ccf4fc0-ba02e5c4 {
  grid-area: span 1 / span 7 / span 1 / span 7;
  align-self: start;
}

#w-node-bfc07c23-4975-f081-c55a-5ccdde5c72f3-ba02e5c4, #w-node-_69e62524-4852-c276-755f-f32e273263ac-ba02e5c4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a6400fb0-defb-9c3a-1598-943902f8e4c0-ba02e5c4 {
  grid-area: 1 / 8 / 2 / 13;
}

#w-node-d490eb4f-2d76-1af7-e6ef-2472d1ba6c2e-ba02e5c4, #w-node-_3bfa7954-2855-85f5-987e-b6486febf12f-ba02e5c4, #Message.w-node-_6fb6201f-0ef1-0b81-5288-d168930d964f-ba02e5c4, #w-node-d490eb4f-2d76-1af7-e6ef-2472d1ba6c36-ba02e5c4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e6b85818-99cb-ccc4-0658-3b9a74a46718-ba02e5c5, #w-node-a44a83ec-254f-e9c4-3259-df12eb271122-ba02e5c5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-cb5ea984-cb7d-bc21-1e09-0fb800d62867-ba02e5c5, #w-node-_49cc6e52-714b-e21b-56c1-b7897e1c5176-ba02e5c5, #w-node-_3de5f936-9ba6-fc08-4639-f0d014664669-ba02e5c5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ff722662-02d8-bfe9-4cef-f51c8d20a7bd-ba02e5c5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-_4f524b6e-82f5-af56-02a5-25dd8db6400a-ba02e5c5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_5ea61f86-c0f6-ffce-2c22-90d9ac2aa2da-ba02e5c5 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-a30571d8-b8f2-b938-865d-40578b8ff147-ba02e5c5, #w-node-e6b97d7b-0b86-fb0d-c516-8e4635e69018-ba02e5c5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_52cd7dee-3c33-93f0-d9ad-c347697aa3e9-ba02e5c5 {
  grid-area: 2 / 1 / 3 / 13;
}

#w-node-_09d2e028-0c76-1df2-a3e1-ae6f9c65ff9d-ba02e5c5 {
  grid-area: 3 / 1 / 4 / 13;
}

#w-node-_43e4f82e-c85f-6731-472e-7389aea875fb-ba02e5c5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_312c1318-348b-af28-089b-2bd7233e5e83-ba02e5c5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-cb7c9ea6-349f-a464-9cdf-7103deb3def4-ba02e5c5, #w-node-_17d92a81-6d9c-f8a2-4c7c-15f5bd853af5-ba02e5c5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9b7f83ec-1a55-5d0f-b658-91354fd96b4e-ba02e5c5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_17d92a81-6d9c-f8a2-4c7c-15f5bd853af8-ba02e5c5, #w-node-_5f49ef7d-9586-f0f9-c8b8-60c00d83a480-ba02e5c5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5f49ef7d-9586-f0f9-c8b8-60c00d83a481-ba02e5c5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_5f49ef7d-9586-f0f9-c8b8-60c00d83a487-ba02e5c5, #w-node-_79d0f271-2a96-967c-4d85-62e18842ae7b-ba02e5c5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_79d0f271-2a96-967c-4d85-62e18842ae7c-ba02e5c5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_79d0f271-2a96-967c-4d85-62e18842ae82-ba02e5c5, #w-node-c7643c1c-91fe-9811-9c0a-27b163113784-ba02e5c5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c7643c1c-91fe-9811-9c0a-27b163113785-ba02e5c5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-c7643c1c-91fe-9811-9c0a-27b16311378b-ba02e5c5, #w-node-_02059659-5029-acf5-4cc2-5b1db0be47a4-ba02e5c5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_02059659-5029-acf5-4cc2-5b1db0be47a5-ba02e5c5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_84309951-04b1-f72d-7235-120c1b66301a-ba02e5c5, #w-node-_618d81ec-c0ef-36a7-fc7f-9b76abf523b2-ba02e5c5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_618d81ec-c0ef-36a7-fc7f-9b76abf523b3-ba02e5c5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_618d81ec-c0ef-36a7-fc7f-9b76abf523b6-ba02e5c5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_12451ac8-e749-a4f7-1e76-dc80b7d80ade-ba02e5c5 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_12451ac8-e749-a4f7-1e76-dc80b7d80adf-ba02e5c5, #w-node-_12451ac8-e749-a4f7-1e76-dc80b7d80ae1-ba02e5c5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_12451ac8-e749-a4f7-1e76-dc80b7d80ae3-ba02e5c5 {
  grid-area: 2 / 1 / 3 / 13;
}

#w-node-_12451ac8-e749-a4f7-1e76-dc80b7d80ae4-ba02e5c5 {
  grid-area: 3 / 1 / 4 / 13;
}

#w-node-_12451ac8-e749-a4f7-1e76-dc80b7d80ae5-ba02e5c5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_12451ac8-e749-a4f7-1e76-dc80b7d80ae6-ba02e5c5, #w-node-f305d42b-cb6a-d446-81b6-e0808c845a0b-ba02e5c5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_01340f5b-c306-2d9f-a5cd-53cbcc1945b2-ba02e5c5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_01340f5b-c306-2d9f-a5cd-53cbcc1945b3-ba02e5c5, #w-node-_01340f5b-c306-2d9f-a5cd-53cbcc1945b5-ba02e5c5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-de5c9154-74a2-a844-c4ca-4a1ff7b77100-ba02e5c5, #w-node-bc91ea10-b3bd-5cbf-cdcf-f02b94a5e9d4-ba02e5c5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bc91ea10-b3bd-5cbf-cdcf-f02b94a5e9d5-ba02e5c5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-bc91ea10-b3bd-5cbf-cdcf-f02b94a5e9d7-ba02e5c5, #w-node-_983fa9cc-4ffd-4bd2-3183-b217467e8bfc-ba02e5c5, #w-node-a54e4a99-a970-7877-ed3e-f42a17ec7e7b-ba02e5c5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a54e4a99-a970-7877-ed3e-f42a17ec7e7c-ba02e5c5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-a54e4a99-a970-7877-ed3e-f42a17ec7e82-ba02e5c5, #w-node-a54e4a99-a970-7877-ed3e-f42a17ec7e85-ba02e5c5, #w-node-bd2fbcd3-3c3c-1040-1c46-c384a52572da-ba02e5c5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bd2fbcd3-3c3c-1040-1c46-c384a52572db-ba02e5c5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-bd2fbcd3-3c3c-1040-1c46-c384a52572e1-ba02e5c5, #w-node-bd2fbcd3-3c3c-1040-1c46-c384a52572e4-ba02e5c5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_54573fe1-ed36-372e-a111-3dc6ae11512b-ba02e5c9 {
  grid-area: 1 / 2 / 2 / 8;
  align-self: start;
}

#w-node-_54573fe1-ed36-372e-a111-3dc6ae11512c-ba02e5c9, #w-node-_54573fe1-ed36-372e-a111-3dc6ae11512e-ba02e5c9, #w-node-_54573fe1-ed36-372e-a111-3dc6ae115132-ba02e5c9, #w-node-_54573fe1-ed36-372e-a111-3dc6ae115134-ba02e5c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_54573fe1-ed36-372e-a111-3dc6ae115148-ba02e5c9 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_54573fe1-ed36-372e-a111-3dc6ae115149-ba02e5c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_54573fe1-ed36-372e-a111-3dc6ae11514a-ba02e5c9 {
  grid-area: 2 / 1 / 3 / 13;
  justify-self: center;
}

#w-node-_54573fe1-ed36-372e-a111-3dc6ae11514b-ba02e5c9, #w-node-_54573fe1-ed36-372e-a111-3dc6ae11514d-ba02e5c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_54573fe1-ed36-372e-a111-3dc6ae115150-ba02e5c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a6400fb0-defb-9c3a-1598-943902f8e4c0-ba02e5ca {
  grid-area: 1 / 6 / 2 / 13;
  align-self: center;
}

#w-node-dcaa6fa5-956d-eff7-7e58-66486ecf2dd1-ba02e5ca {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_247bfe86-67bd-6dee-210a-0acdf9f33369-ba02e5ca {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-be0a73ea-71b5-5a65-6937-86d6281216ac-ba02e5ca {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_00955488-bcad-ec79-0793-8c0f8b3ed4ea-ba02e5ca {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e4dabf8b-1e24-bab8-ce5e-1018ff820d8f-ba02e5ca {
  grid-area: 1 / 7 / 2 / 13;
  align-self: start;
}

#w-node-_69d9ec22-858b-13c0-3153-092dbd69d32e-ba02e5ca {
  grid-area: span 1 / span 6 / span 1 / span 6;
  align-self: start;
}

#w-node-_2f92e7c0-0a99-9625-b58f-31707ddaf400-ba02e5ca, #w-node-_7cee2a8f-95cf-8de3-a07c-126033f9d231-ba02e5ca, #w-node-_5acf6792-d85d-0300-1101-8c4b8e947ce3-ba02e5ca, #w-node-_8cf9b02a-80ce-8868-2097-b5ec7c921070-ba02e5ca, #w-node-a8d40c69-69a8-8f3f-0850-c282e09db670-ba02e5ca, #w-node-caba9cfc-feb4-eb82-36d6-f8272bf79581-ba02e5ca {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c55c2f58-cf84-88ea-0d44-bfd7231c9552-ba02e5ca {
  grid-area: span 1 / span 6 / span 1 / span 6;
  align-self: start;
}

#w-node-c55c2f58-cf84-88ea-0d44-bfd7231c9554-ba02e5ca, #w-node-c55c2f58-cf84-88ea-0d44-bfd7231c9558-ba02e5ca, #w-node-eab68c14-b4ea-d95a-77a5-4deb751eaca2-ba02e5ca, #w-node-c55c2f58-cf84-88ea-0d44-bfd7231c955a-ba02e5ca {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4b4a384d-5ca9-0851-737f-16be6397a5bf-ba02e5ca {
  grid-area: span 1 / span 6 / span 1 / span 6;
  align-self: start;
}

#w-node-_4b4a384d-5ca9-0851-737f-16be6397a5c0-ba02e5ca, #w-node-_4b4a384d-5ca9-0851-737f-16be6397a5c2-ba02e5ca, #w-node-d22f0c04-87cf-c23d-5794-8d83f5bd06af-ba02e5ca, #w-node-_4b4a384d-5ca9-0851-737f-16be6397a5c4-ba02e5ca {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_684db382-2b50-3c27-43d5-d7ed2d634c5e-ba02e5ca {
  grid-area: span 1 / span 6 / span 1 / span 6;
  align-self: start;
}

#w-node-_684db382-2b50-3c27-43d5-d7ed2d634c5f-ba02e5ca, #w-node-_684db382-2b50-3c27-43d5-d7ed2d634c61-ba02e5ca, #w-node-_85704df2-9331-90db-ffc8-440f5b32a5b6-ba02e5ca, #w-node-_684db382-2b50-3c27-43d5-d7ed2d634c63-ba02e5ca {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dad576e2-9209-a3c1-b733-d0d7e46edc8b-ba02e5ca {
  grid-area: span 1 / span 6 / span 1 / span 6;
  align-self: start;
}

#w-node-dad576e2-9209-a3c1-b733-d0d7e46edc8c-ba02e5ca, #w-node-dad576e2-9209-a3c1-b733-d0d7e46edc8e-ba02e5ca, #w-node-e2b8c1f9-a67a-aa17-932d-6f30de9eb6bc-ba02e5ca, #w-node-dad576e2-9209-a3c1-b733-d0d7e46edc90-ba02e5ca {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_75c7f359-9157-4ce9-9678-56ec4061659d-ba02e5ca {
  grid-area: span 1 / span 6 / span 1 / span 6;
  align-self: start;
}

#w-node-_75c7f359-9157-4ce9-9678-56ec4061659e-ba02e5ca, #w-node-_75c7f359-9157-4ce9-9678-56ec406165a0-ba02e5ca, #w-node-_6febf748-1a5c-3045-3e8b-2d782aef6cfa-ba02e5ca, #w-node-_75c7f359-9157-4ce9-9678-56ec406165a2-ba02e5ca {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_775b472d-7dfb-8085-9c13-18311ba31b94-ba02e5ca {
  grid-area: span 1 / span 6 / span 1 / span 6;
  align-self: start;
}

#w-node-_775b472d-7dfb-8085-9c13-18311ba31b95-ba02e5ca, #w-node-_775b472d-7dfb-8085-9c13-18311ba31b97-ba02e5ca, #w-node-e2deb92c-2f8d-93d6-c5f5-c3518cdbf361-ba02e5ca, #w-node-_775b472d-7dfb-8085-9c13-18311ba31b99-ba02e5ca {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7aaaa402-f44a-cc2d-7f3e-3642aac3f6d7-ba02e5ca {
  grid-area: span 1 / span 6 / span 1 / span 6;
  align-self: start;
}

#w-node-_7aaaa402-f44a-cc2d-7f3e-3642aac3f6d8-ba02e5ca, #w-node-_7aaaa402-f44a-cc2d-7f3e-3642aac3f6d9-ba02e5ca, #w-node-_7aaaa402-f44a-cc2d-7f3e-3642aac3f6db-ba02e5ca, #w-node-_7aaaa402-f44a-cc2d-7f3e-3642aac3f6dd-ba02e5ca, #w-node-_70532f40-5f88-6536-c7d2-cdbce090d008-ba02e5ca, #w-node-d3cfc68d-921d-2622-0670-23337f9545ce-ba02e5ca {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_55db0acd-b7f1-d821-485d-4dc8afc93353-ba02e5ca {
  grid-area: span 1 / span 6 / span 1 / span 6;
  align-self: start;
}

#w-node-_55db0acd-b7f1-d821-485d-4dc8afc93354-ba02e5ca, #w-node-_55db0acd-b7f1-d821-485d-4dc8afc93356-ba02e5ca, #w-node-aa01f8bf-c552-57b9-1460-187c1617e580-ba02e5ca, #w-node-_55db0acd-b7f1-d821-485d-4dc8afc93359-ba02e5ca {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c1d111ba-4fe6-43f3-5469-e4f68ebca8a9-ba02e5ca {
  grid-area: span 1 / span 6 / span 1 / span 6;
  align-self: start;
}

#w-node-c1d111ba-4fe6-43f3-5469-e4f68ebca8aa-ba02e5ca, #w-node-c1d111ba-4fe6-43f3-5469-e4f68ebca8ac-ba02e5ca, #w-node-_63f6adb4-fb32-c562-b70c-8bbe7ea13d65-ba02e5ca, #w-node-c1d111ba-4fe6-43f3-5469-e4f68ebca8af-ba02e5ca {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d0b76647-c625-d9a5-009a-b49b082f16f5-ba02e5ca {
  grid-area: span 1 / span 6 / span 1 / span 6;
  align-self: start;
}

#w-node-d0b76647-c625-d9a5-009a-b49b082f16f6-ba02e5ca, #w-node-d0b76647-c625-d9a5-009a-b49b082f16f8-ba02e5ca, #w-node-_6e04f692-698e-506e-aec6-2c26b5e32968-ba02e5ca, #w-node-d0b76647-c625-d9a5-009a-b49b082f16fb-ba02e5ca {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ac97ba7e-d270-f273-63d1-d416aaa8e68e-ba02e5ca {
  grid-area: span 1 / span 6 / span 1 / span 6;
  align-self: start;
}

#w-node-ac97ba7e-d270-f273-63d1-d416aaa8e68f-ba02e5ca, #w-node-ac97ba7e-d270-f273-63d1-d416aaa8e691-ba02e5ca, #w-node-a6c9106d-76d2-c880-5525-96b2aeb098e2-ba02e5ca, #w-node-ac97ba7e-d270-f273-63d1-d416aaa8e694-ba02e5ca {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f33686ed-bc04-d0ca-bca7-dfb844a29587-ba02e5ca {
  grid-area: span 1 / span 6 / span 1 / span 6;
  align-self: start;
}

#w-node-f33686ed-bc04-d0ca-bca7-dfb844a29588-ba02e5ca, #w-node-f33686ed-bc04-d0ca-bca7-dfb844a2958a-ba02e5ca, #w-node-a708a910-737d-581c-f250-b58b806f20a4-ba02e5ca, #w-node-f33686ed-bc04-d0ca-bca7-dfb844a2958d-ba02e5ca {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9f010ef4-892b-af7b-93b4-011f6bca0310-ba02e5ca {
  grid-area: span 1 / span 6 / span 1 / span 6;
  align-self: start;
}

#w-node-_9f010ef4-892b-af7b-93b4-011f6bca0311-ba02e5ca, #w-node-_9f010ef4-892b-af7b-93b4-011f6bca0313-ba02e5ca, #w-node-_83d01c01-79f9-24ae-8a3b-07e5c934edb3-ba02e5ca, #w-node-_9f010ef4-892b-af7b-93b4-011f6bca0316-ba02e5ca {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3a424868-6c13-c55a-ca55-c7720778e3ec-ba02e5cb {
  grid-area: 1 / 2 / 2 / 8;
  align-self: start;
}

#w-node-_3a424868-6c13-c55a-ca55-c7720778e3ed-ba02e5cb, #w-node-_6d763faf-339a-9209-8dee-181e2e0fe358-ba02e5cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3a424868-6c13-c55a-ca55-c7720778e403-ba02e5cb {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_3a424868-6c13-c55a-ca55-c7720778e404-ba02e5cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3a424868-6c13-c55a-ca55-c7720778e405-ba02e5cb {
  grid-area: 2 / 1 / 3 / 13;
  justify-self: center;
}

#w-node-_3a424868-6c13-c55a-ca55-c7720778e406-ba02e5cb, #w-node-_3a424868-6c13-c55a-ca55-c7720778e408-ba02e5cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_3a424868-6c13-c55a-ca55-c7720778e40b-ba02e5cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a6400fb0-defb-9c3a-1598-943902f8e4c0-ba02e5cc {
  grid-area: 1 / 5 / 2 / 13;
}

#w-node-_247bfe86-67bd-6dee-210a-0acdf9f33369-ba02e5cc {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_69d9ec22-858b-13c0-3153-092dbd69d32e-ba02e5cc {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: start;
}

#w-node-_7cee2a8f-95cf-8de3-a07c-126033f9d231-ba02e5cc, #w-node-_8cf9b02a-80ce-8868-2097-b5ec7c921070-ba02e5cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e4dabf8b-1e24-bab8-ce5e-1018ff820d8f-ba02e5cc {
  grid-area: 1 / 5 / 2 / 13;
  align-self: center;
}

#w-node-_29d8eb9b-8163-1fd1-78a2-6d41c24d9266-ba02e5cc, #w-node-a76bcacb-d47e-fb9d-b1b8-e93288fc8521-ba02e5cc, #w-node-ec5a9c59-6240-b26b-42e6-aea15402e998-ba02e5cc, #w-node-ec5a9c59-6240-b26b-42e6-aea15402e99b-ba02e5cc, #w-node-_15667572-0a89-640a-4826-8811dfd6c313-ba02e5cc, #w-node-_15667572-0a89-640a-4826-8811dfd6c314-ba02e5cc, #w-node-_15667572-0a89-640a-4826-8811dfd6c315-ba02e5cc, #w-node-_15667572-0a89-640a-4826-8811dfd6c318-ba02e5cc, #w-node-_44a8d399-7ab7-dcdb-e16e-6d6b7fcb41dc-ba02e5cc, #w-node-_44a8d399-7ab7-dcdb-e16e-6d6b7fcb41dd-ba02e5cc, #w-node-_44a8d399-7ab7-dcdb-e16e-6d6b7fcb41de-ba02e5cc, #w-node-_44a8d399-7ab7-dcdb-e16e-6d6b7fcb41e1-ba02e5cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d5ff85ea-b61c-0850-2178-6f3b145af2ec-145af2e5 {
  justify-self: center;
}

#w-node-d5ff85ea-b61c-0850-2178-6f3b145af2ef-145af2e5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3a424868-6c13-c55a-ca55-c7720778e3ec-ba02e5cf {
  grid-area: 1 / 2 / 2 / 8;
  align-self: start;
}

#w-node-_3a424868-6c13-c55a-ca55-c7720778e3ed-ba02e5cf, #w-node-_6d763faf-339a-9209-8dee-181e2e0fe358-ba02e5cf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3a424868-6c13-c55a-ca55-c7720778e403-ba02e5cf {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_3a424868-6c13-c55a-ca55-c7720778e404-ba02e5cf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3a424868-6c13-c55a-ca55-c7720778e405-ba02e5cf {
  grid-area: 2 / 1 / 3 / 13;
  justify-self: center;
}

#w-node-_3a424868-6c13-c55a-ca55-c7720778e406-ba02e5cf, #w-node-_3a424868-6c13-c55a-ca55-c7720778e408-ba02e5cf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_3a424868-6c13-c55a-ca55-c7720778e40b-ba02e5cf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c9a43770-4aa8-2cec-d369-064a3ccf4fc0-5df662cb {
  grid-area: span 1 / span 7 / span 1 / span 7;
  align-self: start;
}

#w-node-bfc07c23-4975-f081-c55a-5ccdde5c72f3-5df662cb, #w-node-efe5f21c-e72c-c008-7749-8d3a671754c0-5df662cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a6400fb0-defb-9c3a-1598-943902f8e4c0-5df662cb {
  grid-area: 1 / 8 / 2 / 13;
}

#w-node-d490eb4f-2d76-1af7-e6ef-2472d1ba6c2e-5df662cb, #w-node-_3bfa7954-2855-85f5-987e-b6486febf12f-5df662cb, #Message.w-node-_6fb6201f-0ef1-0b81-5288-d168930d964f-5df662cb, #w-node-d490eb4f-2d76-1af7-e6ef-2472d1ba6c36-5df662cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1280px) {
  #w-node-_247bfe86-67bd-6dee-210a-0acdf9f33369-ba02e5b6, #w-node-_795d764b-f7ae-175e-78b3-d727fde54ee9-ba02e5b6, #w-node-accb56a0-f4b5-a224-55b1-1022aa0204a2-ba02e5b6, #w-node-_5456d653-e2ed-9729-bb68-ed19503cd1d4-ba02e5b6 {
    grid-area: span 1 / span 12 / span 1 / span 12;
  }

  #w-node-b4b4b844-f217-8238-2b6c-c3f3cd0e594b-ba02e5b6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3a424868-6c13-c55a-ca55-c7720778e405-ba02e5b6 {
    justify-self: center;
  }

  #w-node-_290c7711-26a4-a4fe-a127-92a20d53a8e3-0d53a8cb {
    order: 0;
  }

  #w-node-_7fbdcf08-f0d8-a47a-b6cc-b9d6f37af6c6-0d53a8cb {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a6400fb0-defb-9c3a-1598-943902f8e4c0-ba02e5bd {
    grid-column-start: 7;
  }

  #w-node-b8cbe13f-eb79-13b2-64fa-d0daeaaa23dc-ba02e5be {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-c9a43770-4aa8-2cec-d369-064a3ccf4fc0-ba02e5c4 {
    grid-column: span 7 / span 7;
  }

  #w-node-a6400fb0-defb-9c3a-1598-943902f8e4c0-ba02e5c4 {
    grid-column-start: 8;
  }

  #w-node-_54573fe1-ed36-372e-a111-3dc6ae11514a-ba02e5c9 {
    justify-self: center;
  }

  #w-node-a6400fb0-defb-9c3a-1598-943902f8e4c0-ba02e5ca {
    grid-column-start: 7;
  }

  #w-node-_3a424868-6c13-c55a-ca55-c7720778e405-ba02e5cb {
    justify-self: center;
  }

  #w-node-a6400fb0-defb-9c3a-1598-943902f8e4c0-ba02e5cc {
    grid-column-start: 6;
  }

  #w-node-_3a424868-6c13-c55a-ca55-c7720778e405-ba02e5cf {
    justify-self: center;
  }

  #w-node-c9a43770-4aa8-2cec-d369-064a3ccf4fc0-5df662cb {
    grid-column: span 7 / span 7;
  }

  #w-node-a6400fb0-defb-9c3a-1598-943902f8e4c0-5df662cb {
    grid-column-start: 8;
  }
}

@media screen and (max-width: 991px) {
  #w-node-a6400fb0-defb-9c3a-1598-943902f8e4c0-ba02e5b6, #w-node-_795d764b-f7ae-175e-78b3-d727fde54eee-ba02e5b6, #w-node-accb56a0-f4b5-a224-55b1-1022aa0204a7-ba02e5b6, #w-node-_5456d653-e2ed-9729-bb68-ed19503cd1d9-ba02e5b6 {
    grid-column: span 12 / span 12;
  }

  #w-node-_3a424868-6c13-c55a-ca55-c7720778e3ec-ba02e5b6 {
    grid-column: 1 / 11;
  }

  #w-node-_3a424868-6c13-c55a-ca55-c7720778e3ef-ba02e5b6 {
    justify-self: center;
  }

  #w-node-_3a424868-6c13-c55a-ca55-c7720778e3f2-ba02e5b6 {
    grid-column-start: 1;
  }

  #w-node-_3a424868-6c13-c55a-ca55-c7720778e404-ba02e5b6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a6400fb0-defb-9c3a-1598-943902f8e4c0-ba02e5bd {
    grid-column-start: 6;
    align-self: center;
  }

  #w-node-_247bfe86-67bd-6dee-210a-0acdf9f33369-ba02e5bd {
    align-self: start;
  }

  #w-node-be0a73ea-71b5-5a65-6937-86d6281216ac-ba02e5bd {
    grid-column: span 5 / span 5;
  }

  #w-node-a6400fb0-defb-9c3a-1598-943902f8e4c0-ba02e5be {
    grid-column-start: 6;
    align-self: center;
  }

  #w-node-b8cbe13f-eb79-13b2-64fa-d0daeaaa23dc-ba02e5be {
    align-self: start;
  }

  #w-node-be0a73ea-71b5-5a65-6937-86d6281216ac-ba02e5be {
    grid-column: span 5 / span 5;
  }

  #w-node-_5ea61f86-c0f6-ffce-2c22-90d9ac2aa2da-ba02e5c5 {
    grid-column: span 12 / span 12;
  }

  #w-node-_54573fe1-ed36-372e-a111-3dc6ae11512b-ba02e5c9 {
    grid-column: 1 / 11;
  }

  #w-node-_54573fe1-ed36-372e-a111-3dc6ae115134-ba02e5c9 {
    justify-self: center;
  }

  #w-node-_54573fe1-ed36-372e-a111-3dc6ae115149-ba02e5c9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a6400fb0-defb-9c3a-1598-943902f8e4c0-ba02e5ca {
    grid-column-start: 6;
    align-self: center;
  }

  #w-node-_247bfe86-67bd-6dee-210a-0acdf9f33369-ba02e5ca {
    align-self: start;
  }

  #w-node-be0a73ea-71b5-5a65-6937-86d6281216ac-ba02e5ca {
    grid-column: span 5 / span 5;
  }

  #w-node-_3a424868-6c13-c55a-ca55-c7720778e3ec-ba02e5cb {
    grid-column: 1 / 11;
  }

  #w-node-_3a424868-6c13-c55a-ca55-c7720778e404-ba02e5cb {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a6400fb0-defb-9c3a-1598-943902f8e4c0-ba02e5cc {
    grid-column: 5 / 12;
  }

  #w-node-_69d9ec22-858b-13c0-3153-092dbd69d32e-ba02e5cc {
    grid-column: span 12 / span 12;
  }

  #w-node-e4dabf8b-1e24-bab8-ce5e-1018ff820d8f-ba02e5cc {
    grid-area: span 1 / span 12 / span 1 / span 12;
  }

  #w-node-_3a424868-6c13-c55a-ca55-c7720778e3ec-ba02e5cf {
    grid-column: 1 / 11;
  }

  #w-node-_3a424868-6c13-c55a-ca55-c7720778e404-ba02e5cf {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-a6400fb0-defb-9c3a-1598-943902f8e4c0-ba02e5b6 {
    grid-column: span 12 / span 12;
  }

  #w-node-d00319ae-c4a2-8f8c-a7fc-cf15094b7a9e-ba02e5b6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_795d764b-f7ae-175e-78b3-d727fde54eee-ba02e5b6 {
    grid-column: span 12 / span 12;
  }

  #w-node-_795d764b-f7ae-175e-78b3-d727fde54ef0-ba02e5b6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-accb56a0-f4b5-a224-55b1-1022aa0204a7-ba02e5b6 {
    grid-column: span 12 / span 12;
  }

  #w-node-accb56a0-f4b5-a224-55b1-1022aa0204a9-ba02e5b6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5456d653-e2ed-9729-bb68-ed19503cd1d9-ba02e5b6 {
    grid-column: span 12 / span 12;
  }

  #w-node-_5456d653-e2ed-9729-bb68-ed19503cd1db-ba02e5b6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3a424868-6c13-c55a-ca55-c7720778e3ec-ba02e5b6 {
    grid-column: 1 / 13;
  }

  #w-node-_3a424868-6c13-c55a-ca55-c7720778e3f2-ba02e5b6 {
    grid-area: 1 / 1 / 2 / 13;
  }

  #w-node-ae4fd923-a647-0de5-1e5a-f4243eb38db4-ba02e5b6 {
    grid-area: span 1 / span 12 / span 1 / span 12;
  }

  #w-node-_290c7711-26a4-a4fe-a127-92a20d53a8e3-0d53a8cb {
    justify-self: start;
  }

  #w-node-a6400fb0-defb-9c3a-1598-943902f8e4c0-ba02e5bd {
    grid-column: span 12 / span 12;
  }

  #w-node-be0a73ea-71b5-5a65-6937-86d6281216ac-ba02e5bd {
    grid-area: 2 / 4 / 3 / 9;
    justify-self: center;
  }

  #w-node-_69d9ec22-858b-13c0-3153-092dbd69d32e-ba02e5bd, #w-node-c55c2f58-cf84-88ea-0d44-bfd7231c9552-ba02e5bd, #w-node-_63c1397f-71fb-9f83-1863-0f1c31f65dd3-ba02e5bd, #w-node-d22970dc-87a2-af28-c9a0-554e5152a9e4-ba02e5bd {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-a6400fb0-defb-9c3a-1598-943902f8e4c0-ba02e5be {
    grid-column: span 12 / span 12;
  }

  #w-node-be0a73ea-71b5-5a65-6937-86d6281216ac-ba02e5be {
    grid-area: 2 / 1 / 3 / 13;
    justify-self: center;
  }

  #w-node-_46867bda-0dc0-45bc-7db2-0902d959e42e-ba02e5be, #w-node-_46867bda-0dc0-45bc-7db2-0902d959e43c-ba02e5be {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-c9a43770-4aa8-2cec-d369-064a3ccf4fc0-ba02e5c4 {
    grid-area: 1 / 1 / 2 / 13;
  }

  #w-node-a6400fb0-defb-9c3a-1598-943902f8e4c0-ba02e5c4 {
    grid-area: span 1 / span 12 / span 1 / span 12;
  }

  #w-node-_54573fe1-ed36-372e-a111-3dc6ae11512b-ba02e5c9 {
    grid-column: 1 / 13;
  }

  #w-node-a6400fb0-defb-9c3a-1598-943902f8e4c0-ba02e5ca {
    grid-column: span 12 / span 12;
  }

  #w-node-be0a73ea-71b5-5a65-6937-86d6281216ac-ba02e5ca {
    grid-area: 2 / 4 / 3 / 9;
    justify-self: center;
  }

  #w-node-_69d9ec22-858b-13c0-3153-092dbd69d32e-ba02e5ca, #w-node-c55c2f58-cf84-88ea-0d44-bfd7231c9552-ba02e5ca, #w-node-_4b4a384d-5ca9-0851-737f-16be6397a5bf-ba02e5ca, #w-node-_684db382-2b50-3c27-43d5-d7ed2d634c5e-ba02e5ca, #w-node-dad576e2-9209-a3c1-b733-d0d7e46edc8b-ba02e5ca, #w-node-_75c7f359-9157-4ce9-9678-56ec4061659d-ba02e5ca, #w-node-_775b472d-7dfb-8085-9c13-18311ba31b94-ba02e5ca, #w-node-_7aaaa402-f44a-cc2d-7f3e-3642aac3f6d7-ba02e5ca, #w-node-_55db0acd-b7f1-d821-485d-4dc8afc93353-ba02e5ca, #w-node-c1d111ba-4fe6-43f3-5469-e4f68ebca8a9-ba02e5ca, #w-node-d0b76647-c625-d9a5-009a-b49b082f16f5-ba02e5ca, #w-node-ac97ba7e-d270-f273-63d1-d416aaa8e68e-ba02e5ca, #w-node-f33686ed-bc04-d0ca-bca7-dfb844a29587-ba02e5ca, #w-node-_9f010ef4-892b-af7b-93b4-011f6bca0310-ba02e5ca {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_3a424868-6c13-c55a-ca55-c7720778e3ec-ba02e5cb {
    grid-column: 1 / 13;
  }

  #w-node-a6400fb0-defb-9c3a-1598-943902f8e4c0-ba02e5cc {
    grid-column: span 12 / span 12;
  }

  #w-node-_69d9ec22-858b-13c0-3153-092dbd69d32e-ba02e5cc {
    grid-area: span 1 / span 12 / span 1 / span 12;
  }

  #w-node-_3a424868-6c13-c55a-ca55-c7720778e3ec-ba02e5cf {
    grid-column: 1 / 13;
  }

  #w-node-c9a43770-4aa8-2cec-d369-064a3ccf4fc0-5df662cb {
    grid-area: 1 / 1 / 2 / 13;
  }

  #w-node-a6400fb0-defb-9c3a-1598-943902f8e4c0-5df662cb {
    grid-area: span 1 / span 12 / span 1 / span 12;
  }
}

@media screen and (max-width: 479px) {
  #w-node-d00319ae-c4a2-8f8c-a7fc-cf15094b7aa8-ba02e5b6, #w-node-d00319ae-c4a2-8f8c-a7fc-cf15094b7aaf-ba02e5b6, #w-node-c0649538-9663-0ddf-e2ed-7662da8904c1-ba02e5b6, #w-node-_795d764b-f7ae-175e-78b3-d727fde54ef4-ba02e5b6, #w-node-_795d764b-f7ae-175e-78b3-d727fde54efb-ba02e5b6, #w-node-_795d764b-f7ae-175e-78b3-d727fde54f03-ba02e5b6, #w-node-accb56a0-f4b5-a224-55b1-1022aa0204ad-ba02e5b6, #w-node-accb56a0-f4b5-a224-55b1-1022aa0204b4-ba02e5b6, #w-node-accb56a0-f4b5-a224-55b1-1022aa0204bc-ba02e5b6, #w-node-_5456d653-e2ed-9729-bb68-ed19503cd1df-ba02e5b6, #w-node-_5456d653-e2ed-9729-bb68-ed19503cd1e6-ba02e5b6, #w-node-_5456d653-e2ed-9729-bb68-ed19503cd1ee-ba02e5b6 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_290c7711-26a4-a4fe-a127-92a20d53a8da-0d53a8cb {
    align-self: start;
  }

  #w-node-_9f618891-6434-0143-a6b0-41495e6af972-ba02e5bc {
    align-self: center;
  }

  #w-node-be0a73ea-71b5-5a65-6937-86d6281216ac-ba02e5bd, #w-node-be0a73ea-71b5-5a65-6937-86d6281216ac-ba02e5ca {
    grid-column: 1 / 13;
  }
}


@font-face {
  font-family: 'Work Sans';
  src: url('../fonts/WorkSans-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Konstant Grotesk';
  src: url('../fonts/KonstantGroteskRegular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Work Sans';
  src: url('../fonts/WorkSans-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}