:root {
  --white: white;
  --black-3: #0f1213;
  --bodycolor: #383838;
  --lightgrey: #646464;
  --blue: #0c008d;
  --black: #0f1213;
  --dim-grey: lightgrey;
  --forest-green: #d2b456;
  --black-4: #e2e0e1;
  --black-2: #1d1f1e;
  --dim-grey-2: #6a6a6a;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

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

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

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

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

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: var(--image-i5cec3e91);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

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

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

a {
  color: var(--white);
  font-family: Exo, sans-serif;
}

.body {
  background-color: var(--black-3);
  font-size: 20px;
  line-height: 1;
}

.page_wrapper {
  position: relative;
}

.page_container {
  padding-top: 4rem;
  transition: filter .2s cubic-bezier(.86, 0, .07, 1);
  position: relative;
}

.global_css-elements {
  width: 0;
  height: 0;
  max-height: 0;
  max-width: 0;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.navbar {
  width: 100vw;
  height: 7rem;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.html-embed {
  width: 0;
  height: 0;
  max-height: 0;
  max-width: 0;
  position: relative;
}

.navbar_container {
  width: 100%;
  height: 5rem;
  max-width: 1540px;
  background-color: var(--white);
  justify-content: space-between;
  align-items: center;
  font-family: Georgia, Times, Times New Roman, serif;
  display: flex;
  box-shadow: 1px 1px 6px 1px rgba(0, 0, 0, .75);
}

.navbar_logo_wrap {
  width: 6rem;
  height: 100%;
  color: var(--bodycolor);
  text-shadow: 1px 1px 6px #989898;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 3rem;
  text-decoration: none;
  display: flex;
}

.navlinks_wrapper {
  height: 100%;
  justify-content: flex-end;
  align-items: center;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  display: flex;
}

.hero_section {
  width: 100%;
  height: 80vh;
  background-image: var(--image-1b6c8f8d);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
}

.logo_text {
  text-align: center;
  justify-content: center;
  align-items: center;
  font-size: 2.5rem;
}

.logo_text.tiny {
  text-align: center;
  letter-spacing: 5px;
  font-size: .8rem;
}

.navlink {
  height: 100%;
  color: var(--lightgrey);
  text-shadow: 1px 1px 6px rgba(0, 0, 0, .32);
  justify-content: center;
  align-items: center;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  text-decoration: none;
  transition: color .3s cubic-bezier(.445, .05, .55, .95);
  display: flex;
  position: relative;
}

.navlink:hover {
  color: var(--blue);
}

.navlink_text {
  text-transform: uppercase;
}

.navlink_top-line {
  width: 0%;
  height: .25rem;
  background-color: var(--blue);
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
}

.hero_div {
  width: 65%;
  color: var(--white);
  text-shadow: 1px 1px 6px #000;
  background-image: linear-gradient(315deg, rgba(0, 0, 0, .8), rgba(0, 0, 0, 0));
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  padding: 25px 70px;
  display: flex;
}

.hero_heading {
  font-size: 4rem;
  font-weight: 400;
  line-height: 1;
}

.hero_head-sub {
  margin-bottom: 40px;
  font-size: 2rem;
}

.hero_text {
  text-align: center;
  letter-spacing: .5px;
  margin-bottom: 60px;
  font-family: Open Sans, sans-serif;
}

.h_cta {
  color: var(--white);
  text-transform: uppercase;
  background-image: linear-gradient(315deg, #b96600, #f2a600 50%, #ffd900);
  justify-content: center;
  align-items: center;
  padding: 5px;
  text-decoration: none;
  display: flex;
}

.div-block {
  background-color: var(--black);
  padding: 20px 30px;
}

.footer {
  width: 100%;
  height: 100vh;
  background-color: var(--dim-grey);
  justify-content: center;
  align-items: center;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
}

.footer_container {
  width: 100%;
  max-width: 1540px;
  padding-top: 65px;
  padding-bottom: 100px;
}

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

.form_wrapper {
  flex-direction: column;
  display: flex;
}

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

.form {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.hero_container {
  max-width: 1540px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.fn-get-a-demo-shape-second {
  width: 193px;
  height: 193px;
  border: 1px solid var(--forest-green);
  border-radius: 50%;
  flex: none;
  position: absolute;
  top: auto;
  bottom: auto;
  left: 0;
  right: auto;
}

.fn-get-a-demo-shape {
  width: 230px;
  height: 230px;
  border: 1px solid var(--forest-green);
  border-radius: 50%;
  flex: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.fn-get-a-demo-link {
  width: 260px;
  height: 230px;
  color: var(--lightgrey);
  letter-spacing: .1em;
  text-transform: uppercase;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  line-height: 1.4em;
  text-decoration: none;
  transition: letter-spacing .25s;
  display: flex;
  position: relative;
}

.fn-get-a-demo-link:hover {
  color: var(--forest-green);
  letter-spacing: .3em;
}

.fn-get-a-demo-link.w--current:hover {
  color: #df0;
}

.fn-span-color-text {
  color: var(--forest-green);
}

.fn-heading-jambo {
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Glomerolus, sans-serif;
  font-size: 88px;
  font-weight: 600;
  line-height: 1.1em;
}

.fn-heading-jambo.inverted {
  color: var(--black-3);
}

.hero_intro_text {
  max-width: 500px;
  color: #cdd3d2;
  text-align: justify;
  letter-spacing: .2em;
  text-transform: uppercase;
  margin-bottom: 96px;
  font-size: 1rem;
  line-height: 1.6em;
  transition: filter .2s cubic-bezier(.86, 0, .07, 1);
}

.fn-container-grid {
  z-index: 2;
  width: 100%;
  max-width: 1310px;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 15px;
  padding-right: 15px;
  display: grid;
  position: relative;
}

.section_transparent {
  width: 100%;
  color: var(--white);
  flex-direction: column;
  align-items: center;
  padding-top: 70px;
  padding-bottom: 70px;
  transition: filter .2s cubic-bezier(.86, 0, .07, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.section_transparent.inverted {
  color: var(--black-3);
}

.fn-button {
  border: 1px solid var(--forest-green);
  background-color: var(--forest-green);
  color: #0f1213;
  text-align: center;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  transition: opacity .25s, border-color .25s;
  display: flex;
}

.fn-button:hover {
  opacity: .9;
  border-color: #0f1213;
}

.fn-button-secondery-navbar {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 1.6em;
  transition: background-color .25s;
  display: none;
}

.fn-button-secondery-navbar:hover {
  background-color: #3e4545;
}

.fn-button-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: flex;
}

.fn-link-arrow {
  width: 12px;
  height: 18px;
  object-fit: contain;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  display: flex;
}

.fn-link-with-arrow {
  color: var(--forest-green);
  align-items: center;
  margin-top: auto;
  font-family: Open Sans, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.4;
  text-decoration: underline;
  display: flex;
}

.fn-blog-info-wrapper-second {
  grid-column-gap: 8px;
  color: #939b9b;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.fn-heading-5 {
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Glomerolus, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.spacer-s {
  width: 24px;
  height: 24px;
}

.fn-category-pill {
  color: #ecf0ef;
  background-color: #3e4545;
  border-radius: 34px;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 6px 10px;
  line-height: 1em;
  display: flex;
}

.fn-features-card-about {
  color: #ecf0ef;
  background-color: #1d1f1e;
  border: 1px solid #0f1213;
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: -12px;
  padding: 24px;
  text-decoration: none;
  transition: border-color .25s;
  display: flex;
}

.fn-features-card-about:hover {
  border-color: var(--forest-green);
}

.fn-standard-white-link {
  color: #ecf0ef;
  font-size: 1.2rem;
  line-height: 1.4;
  transition: color .25s;
  display: block;
}

.fn-standard-white-link:hover {
  color: var(--forest-green);
}

.fn-navbar-label-line-about {
  width: 100%;
  height: 1px;
  background-color: #3e4545;
}

.fn-navbar-about-us-link-wrap {
  width: 100%;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #cdd3d2;
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 24px;
  display: flex;
}

.fn-links-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.fn-navbar-link-list-conetainer {
  width: 100%;
  max-width: 1310px;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: grid;
}

.dropdown-container {
  width: 100%;
  max-width: 100%;
  text-align: left;
  background-color: #0f1213;
  border-radius: 0;
  flex-direction: column;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: none;
  top: 100%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.dropdown-container.first-look {
  display: flex;
}

.fn-dropdown-link-icon {
  width: 12px;
  height: 8px;
  justify-content: center;
  align-items: center;
  margin-left: 8px;
  display: flex;
}

.fn-navbar-link-second {
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-right: 20px;
  transition: color .25s;
  display: flex;
}

.fn-navbar-link-second:hover {
  color: var(--forest-green);
}

.fn-navbar-link-second.w--current {
  color: #df0;
}

.fn-navbar-link-second-2 {
  color: #ecf0ef;
  padding-top: 32px;
  padding-bottom: 32px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3em;
  text-decoration: underline;
}

.dropdown-wrapper {
  margin-left: 0;
  margin-right: 0;
  position: static;
}

.fn-paragraph-no-margin-navbar {
  color: #cdd3d2;
  text-align: justify;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: .9rem;
  line-height: 1.6;
}

.fn-product-icon {
  color: var(--forest-green);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.fn-product-icon-2 {
  width: 19px;
  height: 19px;
  object-fit: contain;
  margin-bottom: 0;
}

.navbar-product-card-intro {
  height: 6.5rem;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #ecf0ef;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 12px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  line-height: 1.4em;
  text-decoration: underline;
  display: flex;
}

.navbar-product-card-intro.pure_text {
  width: 100%;
  height: auto;
  justify-content: center;
  text-decoration: none;
}

.navbar-product-card {
  background-color: #1d1f1e;
  border-radius: 16px;
  padding: 26px;
  text-decoration: none;
  transition: background-color .25s;
}

.navbar-product-card:hover {
  background-color: #3e4545;
}

.fn-paragraph {
  color: #cdd3d2;
  text-align: justify;
  margin-bottom: 32px;
  font-size: 1rem;
  line-height: 1.6;
}

.fn-heading-4 {
  color: #fff;
  margin-bottom: 16px;
  font-family: Cormorant, sans-serif;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1;
}

.navbar-product-card-featured-card {
  border: 1px solid var(--forest-green);
  color: #ecf0ef;
  border-radius: 16px;
  flex-direction: column;
  padding: 24px 100px 24px 24px;
  text-decoration: none;
  display: flex;
}

.fn-navbar-label-line {
  height: 1px;
  background-color: #3e4545;
  flex: 1;
}

.fn-navbar-label {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #cdd3d2;
  align-items: center;
  font-size: 1.3rem;
  display: flex;
}

.fn-paragraph-navbar {
  color: #ebebeb;
  text-align: justify;
  font-family: Cormorant, sans-serif;
  font-size: 1.3rem;
  line-height: 1.2;
}

.fn-paragraph-navbar-2 {
  color: var(--dim-grey);
  margin-bottom: 32px;
  font-family: Cormorant, sans-serif;
  font-size: 1.3rem;
  line-height: 1.3;
}

.fn-features-icon {
  width: 19px;
  height: 19px;
  color: var(--forest-green);
  object-fit: contain;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
  display: flex;
}

.fn-navbar-card-solution {
  width: 100%;
  max-width: 256px;
  color: #ecf0ef;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.fn-navbar-links-wrapper-advence {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.fn-navbar-menu-wrapper-second {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.fn-navbar-menu-advence {
  flex: 1;
  justify-content: space-between;
  display: flex;
  position: static;
}

.fn-contain-logo {
  width: 100%;
  height: 100%;
  color: var(--forest-green);
  object-fit: contain;
  object-position: 0% 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.fn-brand-box {
  width: 106px;
  height: 50.3125px;
  filter: invert();
  object-fit: contain;
  object-position: 0% 50%;
  flex-direction: column;
  align-items: center;
  margin-right: 0;
  transition: opacity .25s;
  display: flex;
}

.fn-brand-box:hover {
  opacity: .7;
}

.fn-navbar-container-advence {
  width: 100%;
  max-width: 1310px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.fn-navbar-advence {
  width: 100vw;
  background-color: #0f1213;
  justify-content: center;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.fn-link-with-arrow-classic {
  color: #df0;
  align-items: center;
  margin-top: 0;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4em;
  text-decoration: underline;
  display: flex;
}

.fn-paragraph-no-margin {
  color: #cdd3d2;
  text-align: justify;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.3;
  overflow: hidden;
}

.fn-cookie-classic {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid #687373;
  border-radius: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1.2fr 1fr;
  grid-auto-columns: 1fr;
  padding: 24px;
  display: grid;
}

.fn-footer-copyright {
  color: #687373;
  font-size: 1rem;
}

.fn-legal-links-wrapper {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  flex-wrap: wrap;
  display: flex;
}

.fn-footer-legal-link {
  color: #939b9b;
  font-size: 1.2rem;
  transition: color .25s;
}

.fn-footer-legal-link:hover {
  color: var(--forest-green);
}

.fn-footer-line {
  width: 100%;
  height: 1px;
  background-color: #3e4545;
  margin-top: 36px;
  margin-bottom: 10px;
}

.fn-social-link-icon {
  width: 24px;
  height: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.fn-social-link {
  width: 24px;
  height: 24px;
  color: #687373;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: color .25s;
  display: flex;
}

.fn-social-link:hover {
  color: var(--forest-green);
}

.fn-social-share-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.fn-brand-footer {
  width: 106px;
  height: 50px;
  object-fit: contain;
  object-position: 0% 50%;
  margin-right: 20px;
}

.fn-footer-first {
  width: 100%;
  color: #ecf0ef;
  background-color: #0f1213;
  flex-direction: column;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  font-family: Exo, sans-serif;
  display: flex;
}

.fn-logos-masonary-logo {
  width: 60%;
  opacity: 1;
  color: var(--forest-green);
  object-fit: contain;
  transition: opacity .1s cubic-bezier(.86, 0, .07, 1);
  position: relative;
}

.fn-logos-masonary-logo.quintana {
  z-index: 3;
  opacity: 1;
  position: absolute;
}

.fn-logos-masonary-logo.quintana.inverted {
  opacity: 0;
}

.fn-logos-masonary-logo.reina {
  z-index: 3;
  margin-top: -1px;
  margin-left: -.4rem;
  position: absolute;
}

.fn-logos-masonary-logo.reina.inverted {
  opacity: 0;
}

.logos_card {
  min-height: 170px;
  background-color: #000;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.logos_card.target_card {
  padding-top: 28px;
  padding-bottom: 28px;
}

.logos_card.target_card.inverted {
  background-color: var(--white);
}

.section_logos_grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  transition: filter .2s cubic-bezier(.86, 0, .07, 1);
  display: grid;
}

.fn-button-secondery {
  min-width: 137px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-size: 1rem;
  line-height: 1.5;
  transition: background-color .25s;
  display: flex;
}

.fn-button-secondery:hover {
  background-color: #3e4545;
}

.fn-heading-2 {
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Glomerolus, sans-serif;
  font-size: 3.3rem;
  line-height: 1.2;
}

.section_column {
  flex-direction: column;
  align-items: flex-start;
  font-size: 1.2rem;
  transition: filter .2s cubic-bezier(.86, 0, .07, 1);
  display: flex;
}

.section {
  background-color: var(--bodycolor);
  color: #ecf0ef;
  flex-direction: column;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  font-family: Open Sans, sans-serif;
  transition: background-color .2s cubic-bezier(.86, 0, .07, 1);
  display: flex;
}

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

.section.invert {
  background-color: var(--black-4);
  filter: none;
}

.section_cover_image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 65%;
  transition: filter cubic-bezier(.86, 0, .07, 1);
}

.fh-section-image-wrapper-first {
  width: 100%;
  height: 30rem;
  border-radius: 24px;
  overflow: hidden;
}

.fn-list-checkmark-icon {
  width: 11px;
  height: 10px;
  color: #0f1213;
  object-fit: contain;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.fn-list-checkmark {
  width: 24px;
  height: 24px;
  background-color: var(--forest-green);
  border-radius: 50%;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-right: 8px;
  display: flex;
  overflow: hidden;
}

.fn-list-item {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.fn-list {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  color: #cdd3d2;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  margin-bottom: 45px;
  padding-left: 0;
  font-size: 16px;
  line-height: 1.6em;
  list-style-type: none;
  display: flex;
}

.fn-label-small {
  color: var(--forest-green);
  margin-bottom: 24px;
  font-size: 1.3rem;
  line-height: 1;
}

.features_card {
  color: #ecf0ef;
  background-color: #0f1213;
  border: 1px solid #0f1213;
  border-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  padding: 26px;
  text-decoration: none;
  transition: filter .2s cubic-bezier(.86, 0, .07, 1), border-color .25s;
  display: flex;
}

.features_card:hover {
  border-color: var(--forest-green);
  color: #ecf0ef;
}

.advance_navbar {
  z-index: 200;
  width: 100%;
  height: 4.5rem;
  background-color: #0f1213;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-left: 15px;
  padding-right: 15px;
  transition: filter .2s cubic-bezier(.86, 0, .07, 1);
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.fn-banner-image-three {
  width: 246px;
  height: 246px;
  object-fit: contain;
  position: absolute;
  top: auto;
  bottom: -61px;
  left: auto;
  right: -55px;
}

.fn-banner-image-two {
  width: 172px;
  height: 172px;
  object-fit: contain;
  position: absolute;
  top: -67px;
  bottom: auto;
  left: auto;
  right: 186px;
}

.fn-banner-image-one {
  width: 287px;
  height: 287px;
  object-fit: contain;
  position: absolute;
  top: auto;
  bottom: -62px;
  left: -44px;
  right: auto;
}

.fn-button-dark {
  color: #df0;
  background-color: #1d1f1e;
  border: 1px solid #000;
  border-radius: 8px;
  padding: 12px 24px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 1.6em;
  transition: color .25s, background-color .25s;
}

.fn-button-dark:hover {
  color: #0f1213;
  background-color: #df0;
  border-color: #0f1213;
}

.fn-button-dark.w--current {
  background-color: #1d1f1e;
}

.fn-button-dark.w--current:hover {
  background-color: rgba(0, 0, 0, 0);
}

.fn-paragraph-dark {
  color: #1d1f1e;
  margin-bottom: 32px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 1.6em;
}

.fn-cta-banner-column {
  max-width: 532px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.fn-cta-banner {
  width: 100%;
  background-color: var(--forest-green);
  color: #1d1f1e;
  text-align: center;
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
}

.fn-container {
  width: 100%;
  max-width: 1310px;
  padding-left: 15px;
  padding-right: 15px;
}

.fn-button-2 {
  border: 1px solid var(--forest-green);
  background-color: var(--forest-green);
  color: #0f1213;
  text-align: center;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6em;
  transition: opacity .25s, border-color .25s;
  display: flex;
}

.fn-button-2:hover {
  opacity: .9;
  border-color: #0f1213;
}

.fn-hero-box {
  grid-column-gap: 96px;
  grid-row-gap: 96px;
  border-left: 1px solid var(--forest-green);
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2em;
  display: flex;
}

.fn-faq-link {
  color: var(--forest-green);
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.1;
  text-decoration: none;
  transition: opacity .25s;
}

.fn-faq-link:hover {
  opacity: .7;
}

.form-label-no-margin {
  color: #939b9b;
  margin-bottom: 0;
  font-family: Glomerolus, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.3;
}

.fn-faq-arrow-down {
  width: 30px;
  height: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.fn-heading-5-no-margin {
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Glomerolus, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.fn-faq-intro {
  width: 100%;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.fn-faq-item-toggle {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  cursor: pointer;
  background-color: #0f1213;
  border-radius: 16px;
  flex-direction: column;
  padding: 24px;
  display: flex;
}

.faq_classic_wrapper {
  width: 100%;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.fn-contain-logo-2 {
  width: 100%;
  height: 100%;
  color: var(--forest-green);
  object-fit: contain;
  object-position: 0% 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.fn-button-3 {
  border: 1px solid var(--forest-green);
  background-color: var(--forest-green);
  color: #0f1213;
  text-align: center;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-family: Exo, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  transition: opacity .25s, border-color .25s;
  display: flex;
}

.fn-button-3:hover {
  opacity: .9;
  border-color: #0f1213;
}

.fn-link-with-arrow-2 {
  color: var(--forest-green);
  align-items: center;
  margin-top: auto;
  font-family: Open Sans, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.4;
  text-decoration: underline;
  display: flex;
}

.fn-features-card-about-2 {
  color: #ecf0ef;
  background-color: #1d1f1e;
  border: 1px solid #0f1213;
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: -12px;
  padding: 24px;
  text-decoration: none;
  transition: border-color .25s;
  display: flex;
}

.fn-features-card-about-2:hover {
  border-color: var(--forest-green);
}

.fn-standard-white-link-2 {
  color: #ecf0ef;
  font-size: 1.1rem;
  line-height: 1.4em;
  transition: color .25s;
  display: block;
}

.fn-standard-white-link-2:hover {
  color: var(--forest-green);
}

.fn-standard-white-link-2.w--current {
  color: #df0;
}

.fn-navbar-link-second-3 {
  color: var(--dim-grey);
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-right: 20px;
  font-size: 1.3rem;
  transition: color .25s;
  display: flex;
}

.fn-navbar-link-second-3:hover {
  color: var(--forest-green);
}

.fn-navbar-link-second-3.w--current {
  color: #df0;
}

.fn-product-icon-3 {
  width: 100%;
  height: 100%;
  color: var(--forest-green);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.navbar-product-card-featured-card-2 {
  border: 1px solid var(--forest-green);
  color: #ecf0ef;
  border-radius: 16px;
  flex-direction: column;
  padding: 24px 100px 24px 24px;
  text-decoration: none;
  display: flex;
}

.fn-features-icon-2 {
  width: 19px;
  height: 19px;
  color: var(--forest-green);
  object-fit: contain;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
  display: flex;
}

.fn-contain-logo-3 {
  width: 100%;
  height: 100%;
  color: var(--forest-green);
  object-fit: contain;
  object-position: 0% 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.fn-dropdown-list-link {
  width: 100%;
  min-width: 206px;
  color: #ecf0ef;
  padding: 12px 24px;
  font-size: 18px;
  line-height: 1.4em;
  transition: opacity .25s;
}

.fn-dropdown-list-link:hover, .fn-dropdown-list-link.w--current {
  color: #df0;
}

.fn-navbar-link-list {
  text-align: left;
  background-color: #0f1213;
  border-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 12px;
  padding-bottom: 12px;
  display: none;
}

.fn-navbar-link-list.w--open, .fn-navbar-link-list.first-look {
  display: flex;
}

.fn-dorpdown-link {
  margin-left: 0;
  margin-right: 0;
}

.fn-navbar-links-wrapper {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.fn-navbar-menu-box-second {
  flex: 1;
  justify-content: space-between;
  display: flex;
}

.fn-navbar-container-second {
  width: 100%;
  max-width: 1310px;
  align-items: center;
  display: flex;
}

.fn-navbar-box-second {
  z-index: 999;
  width: 100%;
  background-color: #1d1f1e;
  flex-direction: column;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.hide {
  display: none;
}

.fn-link-arrow-2 {
  width: 12px;
  height: 18px;
  object-fit: contain;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  display: flex;
}

.fn-link-with-arrow-3 {
  color: var(--forest-green);
  align-items: center;
  margin-top: auto;
  font-family: Open Sans, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.3;
  text-decoration: underline;
  display: flex;
}

.fn-paragraph-2 {
  color: #cdd3d2;
  text-align: justify;
  margin-bottom: 32px;
  font-size: 1rem;
  line-height: 1.5;
}

.fn-heading-3 {
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Glomerolus, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.features_card_column {
  background-color: var(--black-3);
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  padding: 24px;
  transition: filter .2s cubic-bezier(.86, 0, .07, 1);
  display: flex;
}

.features_card_image {
  width: 100%;
  height: 225px;
  object-fit: cover;
  transition: filter cubic-bezier(.86, 0, .07, 1);
}

.fn-features-card-with-image {
  width: 33.3333%;
  color: #ecf0ef;
  background-color: #0f1213;
  border-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.fn-features-card-with-image:hover {
  color: #ecf0ef;
}

.fn-features-card-with-image.slider-cards {
  background-color: rgba(0, 0, 0, 0);
}

.fn-solutions-card-wrapper {
  width: 100%;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  display: flex;
}

.fn-paragraph-no-margin-2 {
  color: #cdd3d2;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  overflow: hidden;
}

.fn-heading-6 {
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Glomerolus, sans-serif;
  font-size: 3.3rem;
  line-height: 1.2;
}

.column_2 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.fn-container-grid-2 {
  width: 100%;
  max-width: 1310px;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 15px;
  padding-right: 15px;
  display: grid;
}

.section_2 {
  width: 100%;
  color: #ecf0ef;
  background-color: #1d1f1e;
  flex-direction: column;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  font-family: Open Sans, sans-serif;
  transition: filter .2s cubic-bezier(.86, 0, .07, 1);
  display: flex;
}

.section_2.inverted {
  background-color: var(--black-4);
}

.section_2.contact {
  background-image: linear-gradient(rgba(29, 31, 30, .5), rgba(29, 31, 30, .5)), var(--image-i601863aa);
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.fn-error-message {
  text-align: center;
  background-color: #c33939;
  border-radius: 8px;
  margin-top: 24px;
}

.fn-success-message-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.fn-success-message {
  width: 100%;
  color: #0f1213;
  background-color: rgba(210, 180, 86, .85);
  border-radius: 8px;
  margin-top: auto;
  margin-bottom: auto;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3em;
}

.fn-button-form {
  height: 42px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 12px 42px;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  transition: background-color .25s;
  display: flex;
}

.fn-button-form:hover {
  background-color: #3e4545;
}

.fn-checkbox {
  width: 16px;
  height: 16px;
  border: 1px solid var(--white);
  margin-top: 0;
  margin-right: 8px;
}

.fn-checkbox.w--redirected-checked {
  background-color: var(--forest-green);
  background-image: var(--image-i79498946);
  background-size: 8px 8px;
}

.fn-checkbox.w--redirected-focus {
  box-shadow: none;
}

.fn-checkbox-wrapper {
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

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

.fn-field-message {
  width: 100%;
  max-height: 160px;
  max-width: 100%;
  min-height: 160px;
  border: 1px solid var(--white);
  color: #ecf0ef;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 8px;
  margin-bottom: 24px;
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 1rem;
  line-height: 1em;
}

.fn-field-message:hover {
  border-color: #cdd3d2;
}

.fn-field-message:active, .fn-field-message:focus {
  border-color: var(--forest-green);
}

.fn-field-message::-ms-input-placeholder {
  color: #ecf0ef;
}

.fn-field-message::placeholder {
  color: #ecf0ef;
}

.fn-radio-button {
  width: 16px;
  height: 16px;
  margin-top: 0;
  margin-right: 8px;
}

.fn-radio-button.w--redirected-checked {
  background-color: #df0;
  background-image: var(--image-i79498946);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-color: rgba(0, 0, 0, 0);
}

.fn-radio-button.w--redirected-focus {
  box-shadow: none;
}

.fn-radio-wrapper {
  align-items: center;
  display: flex;
}

.fn-radio-buttons-wrapper {
  grid-column-gap: 90px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 16px;
  display: flex;
}

.form-label {
  color: #939b9b;
  margin-bottom: 18px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3em;
}

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

.fn-select-field {
  width: 100%;
  max-width: 100%;
  min-height: 42px;
  color: #ecf0ef;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #3e4545;
  border-radius: 8px;
  margin-bottom: 24px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 14px;
  line-height: 1em;
}

.fn-field {
  width: 100%;
  max-width: 100%;
  min-height: 42px;
  border: 1px solid var(--white);
  color: #ecf0ef;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 8px;
  margin-bottom: 0;
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 1rem;
  line-height: 1;
  transition: border-color .25s;
}

.fn-field:hover {
  border-color: #cdd3d2;
}

.fn-field:active, .fn-field:focus {
  border-color: var(--forest-green);
}

.fn-field::-ms-input-placeholder {
  color: #ecf0ef;
}

.fn-field::placeholder {
  color: #ecf0ef;
}

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

.fn-form {
  flex-direction: column;
  align-items: stretch;
  margin-top: 0;
  display: flex;
}

.form_small_label {
  color: var(--forest-green);
  margin-bottom: 24px;
  font-size: 1.3rem;
  line-height: 1;
}

.footer_logo {
  height: 50px;
  filter: invert();
}

.info_section {
  background-color: var(--black-2);
  padding-left: 15px;
  padding-right: 15px;
  transition: filter .2s cubic-bezier(.86, 0, .07, 1);
}

.hero-2_cover_image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fh-hero-image-wrapper-second {
  width: 34rem;
  height: 39rem;
  border-radius: 300px;
  overflow: hidden;
}

.fn-button-secondery-2 {
  min-width: 137px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-size: 1rem;
  line-height: 1.6;
  transition: background-color .25s;
  display: flex;
}

.fn-button-secondery-2:hover {
  background-color: #3e4545;
}

.fn-button-4 {
  border: 1px solid var(--forest-green);
  background-color: var(--forest-green);
  color: #0f1213;
  text-align: center;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  transition: opacity .25s, border-color .25s;
  display: flex;
}

.fn-button-4:hover {
  opacity: .9;
  border-color: #0f1213;
}

.fn-button-wrapper-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  display: grid;
}

.fn-paragraph-3 {
  color: var(--dim-grey);
  text-align: justify;
  margin-bottom: 32px;
  font-size: 1rem;
  line-height: 1.6em;
}

.fn-heading-1 {
  width: 75%;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Glomerolus, sans-serif;
  font-size: 4rem;
  line-height: 1.2;
}

.alt_hero_text_div {
  flex-direction: column;
  align-items: flex-start;
  transition: filter .2s cubic-bezier(.86, 0, .07, 1);
  display: flex;
}

.fn-container-grid-3 {
  width: 100%;
  max-width: 1310px;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 15px;
  padding-right: 15px;
  display: grid;
}

.alt_hero_section {
  width: 100%;
  color: #ecf0ef;
  background-color: #1d1f1e;
  flex-direction: column;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  font-family: Open Sans, sans-serif;
  transition: background-color .2s cubic-bezier(.86, 0, .07, 1);
  display: flex;
}

.alt_hero_section.inverted {
  background-color: var(--black-4);
}

.info_container {
  width: 100%;
  max-width: 1310px;
  flex-direction: row;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px 5.5rem;
  font-family: Open Sans, sans-serif;
  display: flex;
  position: relative;
}

.info_container.is_policy {
  padding-bottom: 0;
}

.side_topics_div {
  grid-column-gap: 30px;
  background-color: var(--black);
  border-radius: 8px;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  font-family: Open Sans, sans-serif;
  font-size: 1.5rem;
  display: flex;
  position: relative;
}

.side_topic_topline {
  font-weight: 600;
  line-height: 1;
}

.topic_info_wrap {
  width: 100%;
  padding: 1.5rem;
  position: relative;
}

.topic {
  width: 20rem;
  border-radius: 8px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.topic_button {
  width: 100%;
  color: var(--white);
  cursor: pointer;
  border-radius: 8px;
  justify-content: space-between;
  padding: .5rem 0;
  font-size: 1.5rem;
  text-decoration: none;
  transition: all .42s cubic-bezier(.445, .05, .55, .95);
  display: flex;
}

.topic_points {
  width: 100%;
  height: 0;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--dim-grey);
  flex-direction: column;
  align-items: flex-start;
  padding: 0 24px;
  font-size: 1rem;
  transition: all .42s cubic-bezier(.445, .05, .55, .95);
  display: flex;
  overflow: hidden;
}

.topic_points.on {
  height: auto;
  padding-top: .75rem;
  padding-bottom: .75rem;
}

.topic_point {
  color: var(--dim-grey);
  font-family: Exo, sans-serif;
  text-decoration: none;
}

.topic_point.first {
  margin-top: .75rem;
}

.topic_point.last {
  margin-bottom: .75rem;
}

.topic_arrow {
  width: 1.5rem;
  height: 1.5rem;
  transition: transform .42s cubic-bezier(.445, .05, .55, .95);
  transform: rotate(0);
}

.topic_arrow.on {
  transform: rotate(-90deg);
}

.topic_info_container {
  height: 0;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  opacity: 0;
  color: var(--white);
  flex-direction: column;
  align-items: flex-start;
  padding-top: 5.5rem;
  transition: height .42s cubic-bezier(.445, .05, .55, .95), opacity .42s cubic-bezier(.445, .05, .55, .95);
  display: flex;
  position: relative;
  overflow: hidden;
}

.topic_info_container.is_info-1 {
  padding-top: 0;
}

.topic_info_container.is_info-1.is_on {
  height: auto;
  opacity: 1;
  color: var(--white);
  padding-top: 5.5rem;
}

.topic_info_container.is_info-2 {
  padding-top: 0;
}

.topic_info_container.is_info-2.is_on {
  height: auto;
  padding-top: 5.5rem;
}

.topic_info_container.is_info-3 {
  padding-top: 0;
}

.topic_info_container.is_info-3.is_on {
  height: auto;
  padding-top: 5.5rem;
}

.topic_info_container.is_info-4 {
  padding-top: 0;
}

.topic_info_container.is_info-4.is_on {
  height: auto;
  padding-top: 5.5rem;
}

.topic_info_container.is_info-5 {
  padding-top: 0;
}

.topic_info_container.is_info-5.is_on {
  height: auto;
  padding-top: 5.5rem;
}

.topic_info_container.is_info-6 {
  padding-top: 0;
}

.topic_info_container.is_info-6.is_on {
  height: auto;
  padding-top: 5.5rem;
}

.topic_info_container.is_info-7 {
  padding-top: 0;
}

.topic_info_container.is_info-7.is_on {
  height: auto;
  padding-top: 5.5rem;
}

.topic_info_container.is_info-8 {
  padding-top: 0;
}

.topic_info_container.is_info-8.is_on {
  height: auto;
  padding-top: 5.5rem;
}

.topic_headline {
  margin-bottom: 20px;
  font-family: Glomerolus, sans-serif;
  font-size: 2.5rem;
  font-weight: 600;
}

.topic_text {
  color: var(--dim-grey);
  text-align: justify;
  margin-bottom: 20px;
  font-size: 1.2rem;
  line-height: 1.2;
}

.topic_info_div {
  width: 100%;
  color: var(--white);
}

.is_on {
  opacity: 1;
  color: var(--forest-green);
}

.on {
  color: var(--forest-green);
}

.info_secc_heding_div {
  max-width: 1310px;
  margin-bottom: 1rem;
  position: static;
}

.info_h1 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Glomerolus, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.5;
}

.fn-paragraph-no-margin-3 {
  color: #cdd3d2;
  text-align: justify;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.6em;
  overflow: hidden;
}

.fn-heading-7 {
  color: #fff;
  margin-bottom: 16px;
  font-family: Glomerolus, sans-serif;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.3em;
}

.fn-faq-item {
  width: 100%;
  border-bottom: 1px solid var(--forest-green);
  color: #939b9b;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 24px;
  padding-bottom: 16px;
  display: flex;
}

.fn-faq-classic-wrapper-2 {
  width: 100%;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.fn-faq-link-2 {
  color: var(--forest-green);
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.1em;
  text-decoration: none;
  transition: opacity .25s;
}

.fn-faq-link-2:hover {
  opacity: .7;
}

.form-label-no-margin-2 {
  color: #939b9b;
  margin-bottom: 0;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.3em;
}

.fn-paragraph-4 {
  color: #cdd3d2;
  text-align: justify;
  margin-bottom: 32px;
  font-size: 1rem;
  line-height: 1.6em;
}

.fn-heading-8 {
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Glomerolus, sans-serif;
  font-size: 3rem;
  line-height: 1.2em;
}

.fn-column-4 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.grid_section_4 {
  width: 100%;
  max-width: 1310px;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 15px;
  padding-right: 15px;
  display: grid;
}

.section_4 {
  width: 100%;
  color: #ecf0ef;
  background-color: #1d1f1e;
  flex-direction: column;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  font-family: Open Sans, sans-serif;
  transition: filter .2s cubic-bezier(.86, 0, .07, 1);
  display: flex;
}

.about_us_left_div {
  position: -webkit-sticky;
  position: sticky;
  top: 5.5rem;
}

.fn-cover-image-3 {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fh-hero-image-wrapper-first {
  width: 100%;
  height: 534px;
  border-radius: 24px;
  margin-top: 36px;
  overflow: hidden;
}

.fn-button-5 {
  color: #0f1213;
  text-align: center;
  background-color: #df0;
  border: 1px solid #df0;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6em;
  transition: opacity .25s, border-color .25s;
  display: flex;
}

.fn-button-5:hover {
  opacity: .9;
  border-color: #0f1213;
}

.fn-heading-9 {
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 64px;
  line-height: 1.2em;
}

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

.fn-logos-image {
  width: auto;
  max-width: 150px;
  color: #687373;
  object-fit: contain;
  object-position: 50% 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.fn-logos-image.quintana {
  z-index: 2;
  position: relative;
}

.fn-logos-image.quintana.inverted {
  opacity: 0;
}

.fn-logos-wrapper {
  width: 100%;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  justify-items: center;
  display: grid;
}

.fn-label {
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 1.6em;
}

.container_5 {
  width: 100%;
  max-width: 1310px;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 15px;
  padding-right: 15px;
  display: grid;
}

.container_5.brands {
  grid-template-rows: auto;
  transition: filter .2s cubic-bezier(.86, 0, .07, 1);
}

.section_5 {
  width: 100%;
  color: #ecf0ef;
  background-color: #1d1f1e;
  flex-direction: column;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  font-family: Open Sans, sans-serif;
  transition: background-color .2s cubic-bezier(.86, 0, .07, 1);
  display: flex;
}

.section_5.overflow_none {
  overflow: hidden;
}

.section_5.inverted {
  background-color: var(--black-4);
}

.fn-column-5 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.little_profile_img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  transition: filter .2s cubic-bezier(.86, 0, .07, 1);
  overflow: hidden;
}

.fn-author-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #ecf0ef;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  line-height: 1.6em;
  display: flex;
}

.fn-author-wrapper.hide {
  display: none;
}

.fn-paragraph-5 {
  width: 75%;
  color: #cdd3d2;
  text-align: justify;
  margin-bottom: 32px;
  font-size: 1rem;
  line-height: 1.5;
}

.fn-paragraph-5.full_width {
  width: 100%;
}

.fn-heading-10 {
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Glomerolus, sans-serif;
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1.3;
}

.fn-label-icon {
  width: 63px;
  height: 1px;
  background-color: var(--forest-green);
  margin-bottom: 24px;
}

.card_info_wrapper {
  width: 50%;
  background-color: var(--black-3);
  color: var(--white);
  text-align: left;
  padding: 46px 80px 46px 24px;
  transition: filter .2s cubic-bezier(.86, 0, .07, 1);
}

.card_info_wrapper.in_colab {
  width: 100%;
  padding-top: 160px;
  font-size: 1.5rem;
  position: relative;
}

.fn-slider-image {
  width: 50%;
  object-fit: cover;
}

.fn-slider-image.at_right {
  order: 1;
}

.fn-slide-item-wrapper {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 12px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  margin-top: 16px;
  display: flex;
  overflow: hidden;
}

.fn-link-arrow-3 {
  width: 12px;
  height: 18px;
  object-fit: contain;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  display: flex;
}

.fn-link-with-arrow-4 {
  color: var(--forest-green);
  align-items: center;
  margin-top: auto;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4em;
  text-decoration: underline;
  display: flex;
}

.fn-heading-11 {
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Glomerolus, sans-serif;
  font-size: 4rem;
  line-height: 1.2;
}

.section_5_headers {
  color: var(--white);
  text-align: center;
  flex-direction: column;
  align-items: center;
  transition: filter .2s cubic-bezier(.86, 0, .07, 1);
  display: flex;
}

.fn-features-card-2 {
  color: #ecf0ef;
  background-color: #0f1213;
  border: 1px solid #0f1213;
  border-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  padding: 26px;
  text-decoration: none;
  transition: border-color .25s;
  display: flex;
}

.fn-features-card-2:hover {
  border-color: var(--forest-green);
  color: #ecf0ef;
}

.fn-paragraph-no-margin-4 {
  color: #cdd3d2;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 1.6em;
  overflow: hidden;
}

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

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

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

.colabs_section {
  background-color: var(--black-2);
  padding-top: 80px;
  padding-bottom: 80px;
  transition: background-color .2s cubic-bezier(.86, 0, .07, 1);
  display: none;
}

.colabs_section.inverted {
  background-color: var(--black-4);
}

.colabs_container {
  max-width: 1310px;
  margin-left: auto;
  margin-right: auto;
}

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

.colab_card {
  flex-direction: column;
  display: flex;
}

.colab_img-div {
  z-index: 3;
  margin-bottom: -180px;
  position: relative;
}

.colab_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.colab_card-info_wrap {
  background-color: var(--black-3);
  border-radius: 8px;
}

.side_head-n-topics {
  flex-direction: column;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 5.5rem;
}

.bg_embed {
  z-index: -1;
  width: 100vw;
  height: 100vh;
  opacity: .5;
  object-fit: cover;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.navbar-product-card-heading {
  text-align: center;
  margin-bottom: 10px;
  font-family: Glomerolus, sans-serif;
  font-size: 1.5rem;
  text-decoration: none;
}

.fn-navbar-about-us-top-text {
  color: var(--white);
  font-family: Glomerolus, sans-serif;
  font-size: 1.7rem;
}

.fn-div-link-text {
  font-family: Exo, sans-serif;
}

.text-span {
  letter-spacing: 2px;
}

.invert {
  filter: invert();
}

.dark_button_wrapp {
  align-items: center;
  padding: .5rem;
  display: flex;
}

.button_track {
  width: 3rem;
  height: 1.5rem;
  background-color: var(--bodycolor);
  cursor: pointer;
  border-radius: 2rem;
  flex-direction: row;
  justify-content: space-between;
  transition: filter .2s cubic-bezier(.86, 0, .07, 1);
  display: flex;
}

.dark_button {
  width: 1.5rem;
  height: 1.5rem;
  background-color: var(--dim-grey-2);
  border-radius: 2rem;
  transition: transform .2s cubic-bezier(.86, 0, .07, 1);
}

.dark_button.off {
  transform: translate(1.5rem);
}

.h1_hero_heading {
  font-family: Glomerolus, sans-serif;
  font-size: 9rem;
  font-weight: 400;
  line-height: .8;
  transition: color .2s cubic-bezier(.86, 0, .07, 1);
}

.h1_hero_heading.inverted {
  color: var(--bodycolor);
}

.main_cta_heading {
  letter-spacing: 5px;
  font-family: Glomerolus, sans-serif;
  font-size: 7.5rem;
  line-height: .8;
  transition: filter .2s cubic-bezier(.86, 0, .07, 1);
}

.text_block {
  text-align: justify;
  font-family: Cormorant, sans-serif;
  font-size: 2rem;
  line-height: 1.2;
  transition: filter .2s cubic-bezier(.86, 0, .07, 1);
}

.client_card_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% -4%;
  position: absolute;
  transform: scale(1.01);
}

.client_card_img.ar_right {
  order: 1;
}

.client_card_img.im1 {
  z-index: 5;
}

.client_card_img.im2 {
  z-index: 4;
  object-position: 50% 66%;
}

.client_card_img.im3 {
  z-index: 3;
  object-position: 50% 50%;
}

.section_2_header_div {
  transition: filter .2s cubic-bezier(.86, 0, .07, 1);
}

.footer_wrapp {
  width: 100%;
  background-color: var(--black-3);
  flex-direction: column;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  transition: filter .2s cubic-bezier(.86, 0, .07, 1);
  display: flex;
}

.loader {
  z-index: 2000;
  width: 100vw;
  height: 100vh;
  background-color: var(--bodycolor);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.loader_div {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding: 20px;
  display: flex;
}

.image {
  width: 20rem;
  height: 9.5rem;
}

.checkmark-text {
  font-size: 1rem;
  line-height: 1.2;
}

.checkbox-label {
  font-size: 1.2rem;
}

.logos_image {
  background-image: var(--image-415ad8d3);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.logos_image.inverted {
  background-image: var(--image-i2cd55b9b);
}

.text_hero_span {
  letter-spacing: 0;
}

.client_card_div {
  width: 50%;
  height: 25rem;
  position: relative;
  overflow: hidden;
}

.client_card_div.at_right {
  order: 1;
}

.client_card_div.at_right.curriculum {
  height: auto;
}

.link {
  opacity: .5;
  text-decoration: none;
  transition: opacity .2s;
}

.link:hover {
  opacity: 1;
}

.whatsapp_link {
  z-index: 150;
  width: 3rem;
  height: 3rem;
  transition: opacity .2s;
  position: fixed;
  top: auto;
  bottom: 1rem;
  left: auto;
  right: 1rem;
}

.whatsapp_link:hover {
  opacity: .5;
}

.whatsapp_link:active {
  opacity: .75;
}

.whatsapp_img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.client_slider {
  width: 100%;
  height: 25rem;
  display: none;
}

.clients_lightbox {
  width: 100%;
  height: 100%;
  position: relative;
}

.lightbox_image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.success-message-text {
  font-size: 1.5rem;
  line-height: 1.2;
}

.error-text {
  font-size: 1.2rem;
}

.rich-text-block {
  text-align: justify;
  letter-spacing: .5px;
  font-family: Exo, sans-serif;
  line-height: 1.2;
}

.text_wrapper {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.logos_card_grey {
  min-height: 170px;
  background-color: #000;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.logos_card_grey.target_card {
  padding-top: 28px;
  padding-bottom: 28px;
}

.logos_card_grey.target_card.inverted {
  background-color: var(--dim-grey-2);
}

@media screen and (max-width: 991px) {
  .fn-get-a-demo-shape-second {
    width: 184px;
    height: 184px;
    left: auto;
  }

  .fn-get-a-demo-shape {
    width: 218px;
    height: 218px;
    top: auto;
    bottom: auto;
    right: auto;
  }

  .fn-get-a-demo-link {
    width: 218px;
    height: 218px;
    margin-left: auto;
    margin-right: 60px;
  }

  .fn-get-a-demo-link:hover {
    letter-spacing: .1em;
  }

  .fn-heading-jambo {
    font-size: 76px;
  }

  .hero_intro_text {
    margin-bottom: 26px;
    font-size: .7rem;
  }

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

  .section_transparent {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .fn-nav-line-3 {
    width: 16px;
    height: 2px;
    background-color: #19224c;
    border-radius: 4px;
    margin-top: 2px;
    margin-bottom: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .fn-nav-line-3.green-line {
    background-color: var(--forest-green);
  }

  .fn-nav-line-2 {
    width: 16px;
    height: 2px;
    background-color: #19224c;
    border-radius: 4px;
    margin-top: 2px;
    margin-bottom: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .fn-nav-line-2.green-line {
    background-color: var(--forest-green);
  }

  .fn-nav-line-1 {
    width: 16px;
    height: 2px;
    background-color: #19224c;
    border-radius: 4px;
    margin-top: 2px;
    margin-bottom: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .fn-nav-line-1.green-line {
    background-color: var(--forest-green);
  }

  .nav-menu-button-wrap {
    width: 100%;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .fn-menu-button-second {
    margin-right: 10px;
    padding: 15px;
  }

  .fn-menu-button-second.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .fn-button-secondery-navbar {
    color: #ecf0ef;
    border-color: #ecf0ef;
  }

  .fn-button-secondery-navbar:hover {
    background-color: rgba(0, 0, 0, 0);
  }

  .fn-button-wrapper.hide-in-movil {
    display: none;
  }

  .fn-heading-5 {
    margin-bottom: 0;
    font-size: 1.5rem;
  }

  .fn-standard-white-link {
    transition: none;
  }

  .fn-standard-white-link:hover {
    color: #ecf0ef;
  }

  .fn-navbar-about-us-link-wrap {
    margin-bottom: 10px;
  }

  .fn-links-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .fn-navbar-link-list-conetainer {
    max-width: 100%;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    padding: 25px;
  }

  .dropdown-container.w--open {
    width: 100%;
    padding-top: 0;
    padding-bottom: 40px;
    position: absolute;
  }

  .dropdown-container.first-look {
    padding-top: 0;
    padding-bottom: 0;
  }

  .fn-navbar-link-second {
    color: #ecf0ef;
    border-top: 1px solid #3e4545;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .fn-navbar-link-second:hover, .fn-navbar-link-second.w--current, .fn-navbar-link-second.w--current:hover {
    color: #ecf0ef;
  }

  .fn-navbar-link-second-2 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 24px 0;
  }

  .dropdown-wrapper {
    width: 33.3333%;
    justify-content: space-between;
    display: flex;
  }

  .dropdown-wrapper.last-dropdown-link {
    border-bottom: 1px solid #3e4545;
  }

  .fn-paragraph-no-margin-navbar {
    display: none;
  }

  .navbar-product-card-intro {
    height: 2.8rem;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 20px;
  }

  .navbar-product-card {
    align-items: center;
    padding-top: 14px;
    padding-bottom: 14px;
    transition: none;
    display: flex;
  }

  .navbar-product-card:hover {
    background-color: #1d1f1e;
  }

  .fn-heading-4 {
    font-size: 28px;
  }

  .fn-paragraph-navbar, .fn-paragraph-navbar-2 {
    display: none;
  }

  .fn-navbar-links-wrapper-advence {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }

  .fn-navbar-menu-wrapper-second {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    background-color: #0f1213;
    border-radius: 16px;
    flex-direction: row;
    justify-content: space-between;
    padding: 0 0 10px;
    display: flex;
  }

  .fn-navbar-menu-advence {
    background-color: #0f1213;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    position: absolute;
    overflow: visible;
  }

  .fn-brand-box {
    z-index: 2;
    transition: none;
  }

  .fn-brand-box:hover {
    opacity: 1;
  }

  .fn-navbar-container-advence {
    justify-content: space-between;
  }

  .fn-footer-legal-link {
    font-size: 1rem;
    transition: none;
  }

  .fn-footer-legal-link:hover {
    color: #939b9b;
  }

  .fn-brand-footer {
    z-index: 2;
    height: auto;
    margin-bottom: 11px;
  }

  .fn-footer-first {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .logos_card {
    min-height: 120px;
  }

  .fn-button-secondery {
    transition: none;
  }

  .fn-button-secondery:hover {
    background-color: rgba(0, 0, 0, 0);
  }

  .fn-heading-2 {
    margin-bottom: 12px;
    font-size: 2.5rem;
  }

  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .features_card:hover {
    border-color: #0f1213;
  }

  .fn-banner-image-three, .fn-banner-image-two, .fn-banner-image-one {
    display: none;
  }

  .fn-button-dark:hover {
    color: #df0;
    background-color: #1d1f1e;
  }

  .fn-cta-banner-column {
    width: 100%;
    max-width: none;
  }

  .fn-cta-banner {
    padding: 60px;
  }

  .fn-hero-box {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    font-size: 28px;
  }

  .fn-faq-link {
    transition: none;
  }

  .fn-faq-link:hover {
    opacity: 1;
  }

  .fn-link-with-arrow-2 {
    margin-top: auto;
  }

  .fn-features-card-about-2 {
    margin-top: 2rem;
  }

  .fn-standard-white-link-2 {
    transition: none;
  }

  .fn-standard-white-link-2:hover {
    color: #ecf0ef;
  }

  .fn-navbar-link-second-3 {
    width: 100%;
    color: #ecf0ef;
    border-top: 1px solid #3e4545;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 32px;
    padding-bottom: 32px;
    font-size: 1.2rem;
  }

  .fn-navbar-link-second-3:hover, .fn-navbar-link-second-3.w--current, .fn-navbar-link-second-3.w--current:hover {
    color: #ecf0ef;
  }

  .fn-navbar-link-second-3.last-link-on-mobile {
    border-bottom: 1px solid #3e4545;
  }

  .navbar-product-card-featured-card-2 {
    padding-right: 35px;
  }

  .fn-features-icon-2 {
    margin-bottom: 10px;
  }

  .fn-dropdown-list-link {
    padding-left: 0;
    padding-right: 0;
    transition: none;
  }

  .fn-dropdown-list-link:hover {
    color: #ecf0ef;
  }

  .fn-navbar-link-list {
    margin-top: -12px;
    padding-top: 0;
    padding-bottom: 28px;
    display: none;
    position: relative;
  }

  .fn-navbar-link-list.w--open {
    position: relative;
  }

  .fn-dorpdown-link {
    width: 100%;
  }

  .fn-navbar-links-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .fn-navbar-menu-box-second {
    background-color: #0f1213;
    padding-top: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .fn-navbar-container-second {
    justify-content: space-between;
  }

  .fn-navbar-box-second {
    background-color: #0f1213;
  }

  .fn-paragraph-2 {
    font-size: .8rem;
  }

  .fn-heading-3 {
    margin-bottom: 0;
  }

  .features_card_column {
    height: 100%;
  }

  .features_card_image {
    width: 50%;
    height: 100%;
  }

  .fn-features-card-with-image.slider-cards {
    width: 100%;
    flex-direction: row;
    flex: none;
  }

  .fn-solutions-card-wrapper {
    width: 100vw;
    flex-direction: column;
    margin-left: -15px;
    padding-left: 15px;
    padding-right: 15px;
    overflow: auto;
  }

  .fn-paragraph-no-margin-2 {
    font-size: .9rem;
  }

  .fn-heading-6 {
    margin-bottom: 12px;
    font-size: 2.5rem;
  }

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

  .section_2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .fh-hero-image-wrapper-second {
    width: 100%;
    height: 100%;
  }

  .fn-button-secondery-2 {
    transition: none;
  }

  .fn-button-secondery-2:hover {
    background-color: rgba(0, 0, 0, 0);
  }

  .fn-paragraph-3 {
    font-size: .85rem;
  }

  .fn-heading-1 {
    font-size: 48px;
  }

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

  .alt_hero_section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .topic_info_wrap {
    width: 65%;
  }

  .topic {
    width: auto;
  }

  .topic_button {
    font-size: 1.2rem;
  }

  .topic_button.is_info2 {
    align-items: center;
  }

  .topic_arrow {
    width: 1.3rem;
    height: 1.3rem;
  }

  .topic_headline {
    font-size: 1.8rem;
  }

  .topic_text {
    font-size: .85rem;
  }

  .side_topics_wrapp {
    width: 100%;
  }

  .fn-paragraph-no-margin-3 {
    font-size: .9rem;
  }

  .fn-heading-7 {
    font-size: 2rem;
  }

  .fn-faq-link-2 {
    transition: none;
  }

  .fn-faq-link-2:hover {
    opacity: 1;
  }

  .fn-heading-8 {
    margin-bottom: 12px;
    font-size: 2.5rem;
  }

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

  .section_4 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .fh-hero-image-wrapper-first {
    height: 464px;
    margin-top: 12px;
  }

  .fn-heading-9 {
    font-size: 48px;
  }

  .fn-logos-image {
    max-width: 100px;
  }

  .fn-label {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

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

  .section_5 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .fn-column-5 {
    font-size: 14px;
  }

  .little_profile_img {
    width: 45px;
    height: 45px;
  }

  .fn-paragraph-5 {
    font-size: .9rem;
    line-height: 1.3;
  }

  .fn-heading-10 {
    font-size: 1.4rem;
  }

  .card_info_wrapper {
    padding: 15px;
  }

  .fn-heading-11 {
    margin-bottom: 12px;
    font-size: 40px;
  }

  .fn-features-card-2:hover {
    border-color: #0f1213;
  }

  .colabs_container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .side_head-n-topics {
    width: 35%;
  }

  .navbar-product-card-heading {
    margin-bottom: 0;
  }

  .fn-navbar-about-us-top-text {
    font-size: 1.5rem;
  }

  .dark_button_wrapp {
    margin-left: auto;
  }

  .h1_hero_heading {
    font-size: 7rem;
  }

  .main_cta_heading {
    font-size: 5rem;
  }

  .text_block {
    font-size: 1.2rem;
  }

  .client_card_div {
    height: 20rem;
  }

  .success-message-text {
    font-size: 1rem;
  }

  .error-text {
    font-size: .9rem;
  }

  .logos_card_grey {
    min-height: 120px;
  }
}

@media screen and (max-width: 767px) {
  .page_container {
    padding-top: 3.5rem;
  }

  .fn-get-a-demo-shape-second, .fn-get-a-demo-shape {
    display: none;
  }

  .fn-get-a-demo-link {
    width: auto;
    height: auto;
  }

  .fn-heading-jambo {
    margin-bottom: 12px;
    font-size: 54px;
  }

  .hero_intro_text {
    margin-bottom: 0;
  }

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

  .section_transparent {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .fn-button {
    width: 100%;
  }

  .fn-link-with-arrow {
    margin-top: 0;
    margin-left: auto;
  }

  .fn-heading-5 {
    font-size: 1.4rem;
  }

  .fn-standard-white-link {
    font-size: 1rem;
  }

  .fn-navbar-about-us-link-wrap {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    margin-bottom: 0;
  }

  .fn-links-wrapper {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .fn-navbar-link-list-conetainer {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-top: 10px;
    padding-bottom: 10px;
    display: grid;
  }

  .fn-navbar-link-second {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .fn-navbar-link-second-2 {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .navbar-product-card-intro {
    height: 1.5rem;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
  }

  .navbar-product-card-intro.pure_text {
    width: auto;
  }

  .navbar-product-card {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
  }

  .fn-paragraph {
    margin-bottom: 24px;
    font-size: .8rem;
    display: none;
  }

  .fn-heading-4 {
    margin-bottom: 0;
    font-size: 24px;
  }

  .fn-navbar-label {
    font-size: 1.1rem;
  }

  .fn-features-icon {
    margin-bottom: 0;
    margin-right: 10px;
  }

  .fn-navbar-card-solution {
    max-width: none;
    flex-direction: row;
    align-items: center;
  }

  .fn-navbar-menu-wrapper-second {
    padding: 0;
  }

  .fn-navbar-menu-advence {
    height: auto;
    padding-top: 2px;
  }

  .fn-brand-box {
    margin-right: 0;
    padding-left: 0;
  }

  .fn-brand-box.w--current {
    width: 90px;
    height: auto;
  }

  .fn-paragraph-no-margin {
    font-size: .8rem;
  }

  .fn-footer-line {
    margin-top: 12px;
  }

  .fn-social-share-wrapper {
    flex-direction: row;
    align-items: center;
  }

  .fn-brand-footer {
    margin-right: 0;
    padding-left: 0;
  }

  .fn-footer-first {
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .logos_card {
    min-height: 125px;
  }

  .section_logos_grid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    margin-bottom: 12px;
  }

  .fn-heading-2 {
    font-size: 2rem;
  }

  .section {
    padding-top: 32px;
    padding-bottom: 32px;
    overflow: visible;
  }

  .fn-label-small {
    margin-bottom: 12px;
    font-size: 1.1rem;
  }

  .features_card {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 12px;
  }

  .advance_navbar {
    height: auto;
  }

  .fn-button-dark {
    width: 100%;
  }

  .fn-cta-banner {
    padding: 12px;
  }

  .fn-button-2 {
    margin-left: auto;
  }

  .fn-hero-box {
    margin-top: 12px;
    font-size: 24px;
  }

  .form-label-no-margin {
    font-size: 20px;
  }

  .fn-faq-arrow-down {
    width: 20px;
    height: 20px;
  }

  .fn-heading-5-no-margin {
    font-size: 18px;
  }

  .fn-button-3 {
    width: 100%;
  }

  .fn-link-with-arrow-2 {
    margin-top: 0;
    margin-left: auto;
    font-size: 1rem;
  }

  .fn-features-card-about-2.w--current {
    display: none;
  }

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

  .fn-navbar-link-second-3 {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 1rem;
  }

  .fn-product-icon-3 {
    width: 100%;
    height: 100%;
  }

  .navbar-product-card-featured-card-2 {
    flex-direction: row;
    justify-content: space-between;
    display: none;
  }

  .fn-features-icon-2 {
    margin-bottom: 0;
    margin-right: 10px;
  }

  .fn-paragraph-2 {
    margin-bottom: 24px;
    font-size: .8rem;
  }

  .fn-heading-3 {
    margin-bottom: 12px;
    font-size: 1.8rem;
  }

  .fn-heading-6 {
    font-size: 2rem;
  }

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

  .section_2 {
    padding-top: 32px;
    padding-bottom: 32px;
    overflow: visible;
  }

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

  .form_small_label {
    margin-bottom: 12px;
  }

  .fn-button-secondery-2 {
    min-width: auto;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 1.3;
  }

  .fn-button-4 {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 1.3;
  }

  .fn-paragraph-3 {
    margin-bottom: 24px;
    font-size: .75rem;
  }

  .fn-heading-1 {
    margin-bottom: 12px;
    font-size: 38px;
  }

  .fn-container-grid-3 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .alt_hero_section {
    padding-top: 32px;
    padding-bottom: 32px;
    overflow: visible;
  }

  .side_topics_div {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .topic_button {
    align-items: center;
    padding-top: .2rem;
    padding-bottom: .2rem;
    font-size: .9rem;
  }

  .topic_points.on {
    padding: .35rem;
  }

  .topic_point {
    font-size: .8rem;
  }

  .topic_arrow {
    width: 1rem;
    height: 1rem;
  }

  .topic_headline {
    font-size: 1.4rem;
  }

  .topic_text {
    font-size: .75rem;
  }

  .info_secc_heding_div {
    margin-bottom: .125rem;
  }

  .info_h1 {
    margin-bottom: 10px;
    font-size: 1.9rem;
    line-height: .9;
  }

  .fn-paragraph-no-margin-3 {
    font-size: .8rem;
  }

  .fn-heading-7 {
    font-size: 1.5rem;
  }

  .fn-faq-link-2 {
    font-size: .7rem;
  }

  .form-label-no-margin-2 {
    font-size: 1rem;
  }

  .fn-paragraph-4 {
    margin-bottom: 24px;
    font-size: .8rem;
  }

  .fn-heading-8 {
    font-size: 1.5rem;
  }

  .grid_section_4 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .section_4 {
    padding-top: 32px;
    padding-bottom: 32px;
    overflow: visible;
  }

  .fh-hero-image-wrapper-first {
    height: 220px;
  }

  .fn-button-5 {
    width: 100%;
  }

  .fn-heading-9 {
    margin-bottom: 12px;
    font-size: 38px;
  }

  .fn-logos-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-wrap: wrap;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    justify-content: space-around;
  }

  .container_5 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .container_5.brands {
    justify-content: center;
    display: flex;
  }

  .section_5 {
    padding-top: 32px;
    padding-bottom: 32px;
    overflow: visible;
  }

  .fn-column-5 {
    font-size: 10px;
    line-height: 1.3;
  }

  .little_profile_img {
    width: 40px;
    height: 40px;
  }

  .fn-author-wrapper {
    font-size: 11px;
  }

  .fn-paragraph-5 {
    margin-bottom: 10px;
    font-size: .7rem;
  }

  .fn-heading-10 {
    margin-bottom: 12px;
    font-size: 1.1rem;
  }

  .card_info_wrapper {
    padding: 15px;
  }

  .card_info_wrapper.in_colab {
    padding-top: 60px;
  }

  .fn-slider-image {
    height: 280px;
  }

  .fn-slide-item-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .fn-heading-11 {
    font-size: 34px;
  }

  .fn-features-card-2 {
    padding: 12px;
  }

  .colabs_section {
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .colabs_wrapp {
    flex-direction: column;
  }

  .colab_img-div {
    margin-bottom: -65px;
  }

  .side_head-n-topics {
    top: 3.9rem;
  }

  .navbar-product-card-heading {
    margin-bottom: 0;
    font-size: 1.2rem;
  }

  .h1_hero_heading {
    margin-top: 0;
    font-size: 5rem;
  }

  .main_cta_heading {
    font-size: 2.5rem;
  }

  .text_block {
    font-size: 1.3rem;
  }

  .text-block-2 {
    font-size: 1rem;
  }

  .feature_card_link_text {
    font-size: .9rem;
  }

  .logos_image {
    background-size: cover;
  }

  .client_card_div {
    height: 15rem;
  }

  .whatsapp_link {
    width: 2.5rem;
    height: 2.5rem;
  }

  .logos_card_grey {
    min-height: 125px;
  }
}

@media screen and (max-width: 479px) {
  .page_container {
    padding-top: 2.5rem;
  }

  .hero_intro_text {
    font-size: .6rem;
  }

  .fn-button, .fn-button-wrapper {
    width: 100%;
  }

  .fn-heading-5 {
    font-size: 1.2rem;
  }

  .spacer-s, .fn-category-pill {
    display: none;
  }

  .fn-links-wrapper {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
    margin-bottom: 10px;
  }

  .fn-navbar-link-list-conetainer {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    padding-left: 15px;
    padding-right: 15px;
  }

  .dropdown-container.first-look {
    align-items: flex-start;
  }

  .dropdown-wrapper {
    width: 100%;
  }

  .navbar-product-card-intro {
    width: 1.5rem;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 20px;
  }

  .navbar-product-card {
    flex-direction: row;
  }

  .fn-navbar-label {
    width: 100%;
  }

  .fn-navbar-links-wrapper-advence {
    width: 100%;
    flex-direction: column;
    justify-content: flex-start;
  }

  .fn-navbar-menu-wrapper-second {
    padding-bottom: 0;
  }

  .fn-brand-box {
    width: 70px;
    height: auto;
  }

  .fn-paragraph-no-margin {
    font-size: .7rem;
    line-height: 1.4;
  }

  .fn-legal-links-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
    margin-top: 12px;
    margin-bottom: 12px;
    margin-right: auto;
  }

  .fn-social-share-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 25px;
    display: grid;
  }

  .fn-brand-footer {
    align-items: center;
    display: flex;
  }

  .logos_card {
    min-height: 75px;
  }

  .fn-button-secondery {
    width: 100%;
  }

  .fh-section-image-wrapper-first {
    height: 15rem;
  }

  .advance_navbar {
    padding-top: 0;
  }

  .fn-button-2 {
    width: 100%;
  }

  .fn-faq-item-toggle {
    padding: 15px;
  }

  .fn-button-3 {
    width: 100%;
  }

  .fn-link-with-arrow-2 {
    font-size: .8rem;
  }

  .fn-features-card-about-2 {
    margin-top: 0;
    display: none;
  }

  .fn-standard-white-link-2 {
    font-size: .8rem;
    line-height: 1.7em;
  }

  .fn-navbar-link-second-3 {
    justify-content: center;
    padding: 22px 0;
    font-size: .8rem;
  }

  .features_card_image {
    width: 100%;
  }

  .fn-features-card-with-image.slider-cards {
    flex-direction: column;
  }

  .fh-hero-image-wrapper-second {
    opacity: .35;
    position: absolute;
  }

  .fn-button-secondery-2, .fn-button-4 {
    width: 100%;
  }

  .fn-button-wrapper-2 {
    width: 100%;
    text-shadow: none;
  }

  .fn-paragraph-3, .fn-heading-1 {
    color: var(--white);
  }

  .alt_hero_text_div {
    z-index: 2;
    text-shadow: 1px 1px 6px #000;
    position: relative;
  }

  .fn-container-grid-3 {
    position: relative;
  }

  .side_topics_div {
    padding-left: 15px;
    padding-right: 15px;
  }

  .side_topic_topline {
    width: 50%;
  }

  .topic_info_wrap {
    width: 60%;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .topic_button {
    padding-top: .4rem;
    padding-bottom: .4rem;
    font-size: .8rem;
  }

  .topic_arrow {
    width: .8rem;
    height: .8rem;
  }

  .topic_info_container, .topic_info_container.is_info-1.is_on, .topic_info_container.is_info-2.is_on, .topic_info_container.is_info-3.is_on, .topic_info_container.is_info-4.is_on, .topic_info_container.is_info-5.is_on, .topic_info_container.is_info-6.is_on, .topic_info_container.is_info-7.is_on, .topic_info_container.is_info-8.is_on {
    padding-top: 3.5rem;
  }

  .topic_text {
    font-size: .6rem;
  }

  .fn-paragraph-no-margin-3 {
    font-size: .8rem;
  }

  .fn-faq-link-2 {
    font-size: .6rem;
  }

  .form-label-no-margin-2 {
    font-size: .9rem;
  }

  .fn-paragraph-4 {
    font-size: .6rem;
  }

  .fn-button-5 {
    width: 100%;
  }

  .fn-logos-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .little_profile_img {
    flex: none;
  }

  .fn-author-wrapper {
    font-size: 14px;
  }

  .fn-paragraph-5, .card_info_wrapper {
    width: 100%;
  }

  .fn-slide-item-wrapper {
    flex-direction: column;
  }

  .colabs_grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .side_head-n-topics {
    width: 40%;
    top: 4.4rem;
  }

  .fn-navbar-about-us-top-text {
    font-size: 1.1rem;
  }

  .h1_hero_heading {
    font-size: 3rem;
  }

  .checkbox-label {
    font-size: .8rem;
  }

  .nav_text_block {
    font-size: .9rem;
  }

  .client_card_div {
    width: 100%;
    height: 12rem;
  }

  .client_card_div.at_right.curriculum {
    height: 15rem;
  }

  .logos_card_grey {
    min-height: 75px;
  }
}

#w-node-_73b4d41c-c375-a99e-8ea5-c93cd37900ae-c4ea86f8 {
  grid-area: span 1 / span 7 / span 1 / span 7;
}

#w-node-_73b4d41c-c375-a99e-8ea5-c93cd37900b0-c4ea86f8 {
  grid-area: span 1 / span 8 / span 1 / span 8;
}

#w-node-_73b4d41c-c375-a99e-8ea5-c93cd37900b5-c4ea86f8 {
  grid-area: 1 / 9 / 3 / 13;
  align-self: center;
  justify-self: center;
}

#w-node-_38631f89-20f2-7b72-2381-43bed6e9a100-c4ea86f8 {
  grid-area: span 1 / span 5 / span 1 / span 5;
  align-self: center;
}

#w-node-_38631f89-20f2-7b72-2381-43bed6e9a105-c4ea86f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_38631f89-20f2-7b72-2381-43bed6e9a107-c4ea86f8 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-c13b7866-a8c0-6d28-5b26-957f4015cda8-c4ea86f8 {
  grid-area: span 1 / span 7 / span 1 / span 7;
  align-self: center;
}

#w-node-c13b7866-a8c0-6d28-5b26-957f4015cdad-c4ea86f8 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#home_solution_1.w-node-c13b7866-a8c0-6d28-5b26-957f4015cdae-c4ea86f8 {
  grid-area: 2 / 1 / 3 / 5;
}

#home_solution_2.w-node-c13b7866-a8c0-6d28-5b26-957f4015cdb9-c4ea86f8 {
  grid-area: 2 / 5 / 3 / 9;
}

#home_solution_3.w-node-c13b7866-a8c0-6d28-5b26-957f4015cdc4-c4ea86f8 {
  grid-area: 2 / 9 / 3 / 13;
}

#w-node-f866b11f-f8f2-ef71-5a8b-cd5b58129394-c4ea86f8 {
  grid-area: span 1 / span 5 / span 1 / span 5;
  align-self: center;
}

#w-node-f866b11f-f8f2-ef71-5a8b-cd5b581293b0-c4ea86f8 {
  grid-area: 1 / 7 / 2 / 13;
  align-self: center;
  justify-self: end;
}

#w-node-c65a1cfa-1284-ac5e-9248-ef97526c760d-c4ea86f8 {
  grid-area: span 1 / span 5 / span 1 / span 5;
  align-self: center;
}

#w-node-c65a1cfa-1284-ac5e-9248-ef97526c7612-c4ea86f8 {
  grid-area: 2 / 1 / 3 / 4;
}

#w-node-c65a1cfa-1284-ac5e-9248-ef97526c761c-c4ea86f8 {
  grid-area: 2 / 4 / 3 / 7;
}

#w-node-c65a1cfa-1284-ac5e-9248-ef97526c7626-c4ea86f8 {
  grid-area: 2 / 7 / 3 / 10;
}

#w-node-c65a1cfa-1284-ac5e-9248-ef97526c7630-c4ea86f8 {
  grid-area: 2 / 10 / 3 / 13;
}

#w-node-d94a19e0-f2ab-48fd-d8b1-c2940e604ac8-c4ea86f8 {
  grid-area: span 1 / span 7 / span 1 / span 7;
}

#w-node-d94a19e0-f2ab-48fd-d8b1-c2940e604aca-c4ea86f8 {
  grid-area: 2 / 8 / 3 / 13;
}

#w-node-_86038bc7-17a1-00ce-6d21-9e65f5fd6b02-f5fd6ae2 {
  grid-area: 1 / 11 / 2 / 13;
}

#w-node-_86038bc7-17a1-00ce-6d21-9e65f5fd6ae4-f5fd6ae2, #w-node-_86038bc7-17a1-00ce-6d21-9e65f5fd6ae7-f5fd6ae2, #w-node-_86038bc7-17a1-00ce-6d21-9e65f5fd6af0-f5fd6ae2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_86038bc7-17a1-00ce-6d21-9e65f5fd6af9-f5fd6ae2 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_86038bc7-17a1-00ce-6d21-9e65f5fd6b0b-f5fd6ae2 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_86038bc7-17a1-00ce-6d21-9e65f5fd6b0c-f5fd6ae2 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_86038bc7-17a1-00ce-6d21-9e65f5fd6b13-f5fd6ae2 {
  grid-area: span 1 / span 6 / span 1 / span 6;
  justify-self: end;
}

#w-node-_23a19442-8206-7073-667c-6d1ac19cecc0-c19cecbe {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_23a19442-8206-7073-667c-6d1ac19ceccb-c19cecbe {
  grid-area: 1 / 7 / 2 / 13;
}

#Email-5.w-node-_23a19442-8206-7073-667c-6d1ac19ceccf-c19cecbe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#Message-Field.w-node-_23a19442-8206-7073-667c-6d1ac19cecf5-c19cecbe {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_46f0d8a2-793c-a22d-19e4-c11699ea63f7-c19cecbe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_23a19442-8206-7073-667c-6d1ac19cecf6-c19cecbe {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_004f5b2b-22a6-e255-77ea-93d9eb0df00e-eb0df00c {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_004f5b2b-22a6-e255-77ea-93d9eb0df011-eb0df00c {
  grid-area: 2 / 1 / 3 / 7;
}

#w-node-_004f5b2b-22a6-e255-77ea-93d9eb0df016-eb0df00c, #w-node-_004f5b2b-22a6-e255-77ea-93d9eb0df01e-eb0df00c, #w-node-_004f5b2b-22a6-e255-77ea-93d9eb0df026-eb0df00c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_004f5b2b-22a6-e255-77ea-93d9eb0df02a-eb0df00c {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_004f5b2b-22a6-e255-77ea-93d9eb0df02f-eb0df00c, #w-node-_004f5b2b-22a6-e255-77ea-93d9eb0df037-eb0df00c, #w-node-_004f5b2b-22a6-e255-77ea-93d9eb0df03f-eb0df00c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_004f5b2b-22a6-e255-77ea-93d9eb0df043-eb0df00c {
  order: 9999;
  grid-area: span 1 / span 12 / span 1 / span 12;
  justify-self: start;
}

#w-node-b7db7e25-15e0-030b-fb11-c8ea88ee293d-88ee28cf {
  grid-area: span 2 / span 4 / span 2 / span 4;
  justify-self: stretch;
}

#w-node-b7db7e25-15e0-030b-fb11-c8ea88ee293e-88ee28cf {
  grid-area: 1 / 2 / 2 / 8;
}

#w-node-b7db7e25-15e0-030b-fb11-c8ea88ee293f-88ee28cf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b7db7e25-15e0-030b-fb11-c8ea88ee2941-88ee28cf {
  grid-area: span 1 / span 7 / span 1 / span 7;
}

#w-node-b7db7e25-15e0-030b-fb11-c8ea88ee294a-88ee28cf {
  grid-area: span 2 / span 4 / span 2 / span 4;
  justify-self: stretch;
}

#w-node-b7db7e25-15e0-030b-fb11-c8ea88ee294b-88ee28cf {
  grid-area: 1 / 2 / 2 / 8;
}

#w-node-b7db7e25-15e0-030b-fb11-c8ea88ee294c-88ee28cf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b7db7e25-15e0-030b-fb11-c8ea88ee294e-88ee28cf {
  grid-area: span 1 / span 7 / span 1 / span 7;
}

#w-node-b7db7e25-15e0-030b-fb11-c8ea88ee2957-88ee28cf, #w-node-b7db7e25-15e0-030b-fb11-c8ea88ee2959-88ee28cf {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-b7db7e25-15e0-030b-fb11-c8ea88ee290d-88ee28cf {
  grid-area: 1 / 2 / 2 / 8;
}

#w-node-b7db7e25-15e0-030b-fb11-c8ea88ee290e-88ee28cf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b7db7e25-15e0-030b-fb11-c8ea88ee2910-88ee28cf {
  grid-area: span 1 / span 7 / span 1 / span 7;
}

#w-node-b7db7e25-15e0-030b-fb11-c8ea88ee2911-88ee28cf {
  grid-area: 1 / 8 / 4 / 12;
  align-self: stretch;
}

#nav_button-b1.w-node-b7db7e25-15e0-030b-fb11-c8ea88ee291a-88ee28cf {
  grid-area: 2 / 2 / 3 / 5;
}

#nav_button-b2.w-node-b7db7e25-15e0-030b-fb11-c8ea88ee2921-88ee28cf {
  grid-area: 2 / 5 / 3 / 8;
}

#nav_button-b3.w-node-b7db7e25-15e0-030b-fb11-c8ea88ee2928-88ee28cf {
  grid-area: 3 / 2 / 4 / 5;
}

#nav_button-b4.w-node-b7db7e25-15e0-030b-fb11-c8ea88ee292f-88ee28cf, #w-node-b7db7e25-15e0-030b-fb11-c8ea88ee28de-88ee28cf, #w-node-b7db7e25-15e0-030b-fb11-c8ea88ee28e8-88ee28cf, #w-node-b7db7e25-15e0-030b-fb11-c8ea88ee28f2-88ee28cf, #w-node-b7db7e25-15e0-030b-fb11-c8ea88ee28fc-88ee28cf {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-b7db7e25-15e0-030b-fb11-c8ea88ee296a-88ee28cf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: start;
}

#w-node-b7db7e25-15e0-030b-fb11-c8ea88ee296c-88ee28cf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_8df07f46-1174-3a09-4b67-92767ad55abb-43ea86fc {
  grid-area: span 1 / span 6 / span 1 / span 6;
  align-self: center;
}

#w-node-_8df07f46-1174-3a09-4b67-92767ad55ac3-43ea86fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_8df07f46-1174-3a09-4b67-92767ad55ac5-43ea86fc {
  grid-area: span 1 / span 6 / span 1 / span 6;
  align-self: center;
  justify-self: end;
}

#w-node-_66452f1d-453f-b6b1-94c5-33e6ce681723-43ea86fc {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_66452f1d-453f-b6b1-94c5-33e6ce68172c-43ea86fc {
  grid-area: 1 / 6 / 2 / 13;
}

#colabs_headers.w-node-b8659c70-c9a6-4052-3adc-f524685e14d7-43ea86fc {
  grid-area: 1 / 3 / 2 / 11;
}

#w-node-b8659c70-c9a6-4052-3adc-f524685e14e2-43ea86fc {
  grid-area: 2 / 1 / 3 / 13;
}

#w-node-b8659c70-c9a6-4052-3adc-f524685e14e4-43ea86fc {
  align-self: stretch;
  justify-self: center;
}

#w-node-cb38e500-8d79-b3c5-d999-20f98f59f350-43ea86fc {
  grid-area: 3 / 1 / 4 / 13;
}

#w-node-cb38e500-8d79-b3c5-d999-20f98f59f352-43ea86fc {
  align-self: stretch;
  justify-self: center;
}

#w-node-_0e202774-0c0b-b14c-0b9b-5ec70fdb7ef3-43ea86fc {
  grid-area: 4 / 1 / 5 / 13;
}

#w-node-_0e202774-0c0b-b14c-0b9b-5ec70fdb7ef5-43ea86fc {
  align-self: stretch;
  justify-self: center;
}

#w-node-_8c6b9de2-d2d7-f758-a180-2aebb5fdc2fd-43ea86fc {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_3425a3f5-8fe6-a6fd-1eb7-6b9b50b97b75-43ea86fc, #w-node-_28c2522d-cf31-8e00-100b-1fb2669d58d1-43ea86fc {
  grid-area: 1 / 5 / 2 / 6;
}

#w-node-_01145afd-ea03-b1a3-8fb2-e538b61fd12a-43ea86fc {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_01145afd-ea03-b1a3-8fb2-e538b61fd12e-43ea86fc {
  align-self: stretch;
  justify-self: center;
}

#w-node-_68c3e188-f28f-08eb-57ad-8928005ab11b-43ea86fc, #w-node-_7f89ec62-9e7d-51ff-f104-fc0e8fcf0689-43ea86fc, #w-node-ee8e6758-7cfe-cbd6-614a-8d00a67b9451-43ea86fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cef49d76-44e9-7c46-23f1-751b18f9572e-43ea86fc {
  grid-area: span 1 / span 7 / span 1 / span 7;
}

#w-node-cef49d76-44e9-7c46-23f1-751b18f95730-43ea86fc {
  grid-area: 2 / 8 / 3 / 13;
}

#w-node-_8df07f46-1174-3a09-4b67-92767ad55abb-4fea86fd {
  grid-area: span 1 / span 6 / span 1 / span 6;
  align-self: center;
}

#w-node-_8df07f46-1174-3a09-4b67-92767ad55ac3-4fea86fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_8df07f46-1174-3a09-4b67-92767ad55ac5-4fea86fd {
  grid-area: span 1 / span 6 / span 1 / span 6;
  align-self: center;
  justify-self: end;
}

#w-node-_16d500c2-42a1-e533-37cb-1df10d3ea034-4fea86fd {
  grid-area: span 1 / span 7 / span 1 / span 7;
}

#w-node-_16d500c2-42a1-e533-37cb-1df10d3ea036-4fea86fd {
  grid-area: 2 / 8 / 3 / 13;
}

#w-node-_8df07f46-1174-3a09-4b67-92767ad55abb-2cea86ff {
  grid-area: span 1 / span 6 / span 1 / span 6;
  align-self: center;
}

#w-node-_8df07f46-1174-3a09-4b67-92767ad55ac3-2cea86ff {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_8df07f46-1174-3a09-4b67-92767ad55ac5-2cea86ff {
  grid-area: span 1 / span 6 / span 1 / span 6;
  align-self: center;
  justify-self: end;
}

#w-node-a217fcde-de2d-8fcc-368b-659ae6d4a72c-2cea86ff {
  grid-area: span 1 / span 7 / span 1 / span 7;
}

#w-node-a217fcde-de2d-8fcc-368b-659ae6d4a72e-2cea86ff {
  grid-area: 2 / 8 / 3 / 13;
}

@media screen and (max-width: 991px) {
  #w-node-_73b4d41c-c375-a99e-8ea5-c93cd37900ae-c4ea86f8, #w-node-_73b4d41c-c375-a99e-8ea5-c93cd37900b0-c4ea86f8 {
    grid-column: span 7 / span 7;
  }

  #w-node-_73b4d41c-c375-a99e-8ea5-c93cd37900b5-c4ea86f8 {
    order: 9999;
    grid-area: span 2 / span 8 / span 2 / span 8;
    justify-self: start;
  }

  #w-node-_38631f89-20f2-7b72-2381-43bed6e9a100-c4ea86f8 {
    grid-column: span 4 / span 4;
  }

  #w-node-_38631f89-20f2-7b72-2381-43bed6e9a107-c4ea86f8 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-c13b7866-a8c0-6d28-5b26-957f4015cda8-c4ea86f8, #w-node-c13b7866-a8c0-6d28-5b26-957f4015cdad-c4ea86f8 {
    grid-column: span 8 / span 8;
  }

  #w-node-f866b11f-f8f2-ef71-5a8b-cd5b58129394-c4ea86f8 {
    grid-column: span 4 / span 4;
  }

  #w-node-f866b11f-f8f2-ef71-5a8b-cd5b581293b0-c4ea86f8 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-c65a1cfa-1284-ac5e-9248-ef97526c760d-c4ea86f8 {
    grid-column: span 8 / span 8;
  }

  #w-node-c65a1cfa-1284-ac5e-9248-ef97526c7612-c4ea86f8, #w-node-c65a1cfa-1284-ac5e-9248-ef97526c761c-c4ea86f8, #w-node-c65a1cfa-1284-ac5e-9248-ef97526c7626-c4ea86f8, #w-node-c65a1cfa-1284-ac5e-9248-ef97526c7630-c4ea86f8 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-d94a19e0-f2ab-48fd-d8b1-c2940e604ac8-c4ea86f8 {
    grid-column: span 8 / span 8;
  }

  #w-node-d94a19e0-f2ab-48fd-d8b1-c2940e604aca-c4ea86f8 {
    grid-area: 2 / 3 / 3 / 9;
  }

  #w-node-_86038bc7-17a1-00ce-6d21-9e65f5fd6b02-f5fd6ae2 {
    grid-area: 2 / 8 / 3 / 9;
  }

  #w-node-_86038bc7-17a1-00ce-6d21-9e65f5fd6ae4-f5fd6ae2, #w-node-_86038bc7-17a1-00ce-6d21-9e65f5fd6b0b-f5fd6ae2 {
    grid-column: span 8 / span 8;
  }

  #w-node-_86038bc7-17a1-00ce-6d21-9e65f5fd6b0c-f5fd6ae2, #w-node-_86038bc7-17a1-00ce-6d21-9e65f5fd6b13-f5fd6ae2 {
    grid-column: span 4 / span 4;
  }

  #w-node-_23a19442-8206-7073-667c-6d1ac19cecc0-c19cecbe {
    grid-column: span 3 / span 3;
  }

  #w-node-_23a19442-8206-7073-667c-6d1ac19ceccb-c19cecbe {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #w-node-_004f5b2b-22a6-e255-77ea-93d9eb0df00e-eb0df00c {
    grid-column: span 8 / span 8;
  }

  #w-node-_004f5b2b-22a6-e255-77ea-93d9eb0df011-eb0df00c, #w-node-_004f5b2b-22a6-e255-77ea-93d9eb0df02a-eb0df00c {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_004f5b2b-22a6-e255-77ea-93d9eb0df043-eb0df00c {
    grid-column: span 8 / span 8;
  }

  #w-node-b7db7e25-15e0-030b-fb11-c8ea88ee293d-88ee28cf, #w-node-b7db7e25-15e0-030b-fb11-c8ea88ee294a-88ee28cf {
    grid-column: span 1 / span 1;
  }

  #w-node-b7db7e25-15e0-030b-fb11-c8ea88ee2957-88ee28cf, #w-node-b7db7e25-15e0-030b-fb11-c8ea88ee2959-88ee28cf {
    grid-area: 1 / 3 / 3 / 5;
  }

  #w-node-b7db7e25-15e0-030b-fb11-c8ea88ee290d-88ee28cf {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b7db7e25-15e0-030b-fb11-c8ea88ee2911-88ee28cf {
    grid-area: 1 / 3 / 6 / 5;
  }

  #nav_button-b1.w-node-b7db7e25-15e0-030b-fb11-c8ea88ee291a-88ee28cf, #nav_button-b2.w-node-b7db7e25-15e0-030b-fb11-c8ea88ee2921-88ee28cf, #nav_button-b3.w-node-b7db7e25-15e0-030b-fb11-c8ea88ee2928-88ee28cf {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #nav_button-b4.w-node-b7db7e25-15e0-030b-fb11-c8ea88ee292f-88ee28cf {
    grid-column: span 2 / span 2;
  }

  #w-node-b7db7e25-15e0-030b-fb11-c8ea88ee28de-88ee28cf, #w-node-b7db7e25-15e0-030b-fb11-c8ea88ee28e8-88ee28cf, #w-node-b7db7e25-15e0-030b-fb11-c8ea88ee28f2-88ee28cf, #w-node-b7db7e25-15e0-030b-fb11-c8ea88ee28fc-88ee28cf {
    grid-column: span 1 / span 1;
  }

  #w-node-b7db7e25-15e0-030b-fb11-c8ea88ee296a-88ee28cf {
    grid-column: span 2 / span 2;
    justify-self: stretch;
  }

  #w-node-b7db7e25-15e0-030b-fb11-c8ea88ee296c-88ee28cf {
    grid-column: span 2 / span 2;
  }

  #w-node-_8df07f46-1174-3a09-4b67-92767ad55abb-43ea86fc, #w-node-_8df07f46-1174-3a09-4b67-92767ad55ac5-43ea86fc {
    grid-column: span 4 / span 4;
  }

  #w-node-_66452f1d-453f-b6b1-94c5-33e6ce681723-43ea86fc {
    grid-column: span 3 / span 3;
  }

  #w-node-_66452f1d-453f-b6b1-94c5-33e6ce68172c-43ea86fc {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #colabs_headers.w-node-b8659c70-c9a6-4052-3adc-f524685e14d7-43ea86fc, #w-node-b8659c70-c9a6-4052-3adc-f524685e14e2-43ea86fc, #w-node-cb38e500-8d79-b3c5-d999-20f98f59f350-43ea86fc, #w-node-_0e202774-0c0b-b14c-0b9b-5ec70fdb7ef3-43ea86fc {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_8c6b9de2-d2d7-f758-a180-2aebb5fdc2fd-43ea86fc {
    grid-column: span 8 / span 8;
  }

  #w-node-_01145afd-ea03-b1a3-8fb2-e538b61fd12a-43ea86fc {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-cef49d76-44e9-7c46-23f1-751b18f9572e-43ea86fc {
    grid-column: span 8 / span 8;
  }

  #w-node-cef49d76-44e9-7c46-23f1-751b18f95730-43ea86fc {
    grid-area: 2 / 3 / 3 / 9;
  }

  #w-node-_8df07f46-1174-3a09-4b67-92767ad55abb-4fea86fd, #w-node-_8df07f46-1174-3a09-4b67-92767ad55ac5-4fea86fd {
    grid-column: span 4 / span 4;
  }

  #w-node-_16d500c2-42a1-e533-37cb-1df10d3ea034-4fea86fd {
    grid-column: span 8 / span 8;
  }

  #w-node-_16d500c2-42a1-e533-37cb-1df10d3ea036-4fea86fd {
    grid-area: 2 / 3 / 3 / 9;
  }

  #w-node-_8df07f46-1174-3a09-4b67-92767ad55abb-2cea86ff, #w-node-_8df07f46-1174-3a09-4b67-92767ad55ac5-2cea86ff {
    grid-column: span 4 / span 4;
  }

  #w-node-a217fcde-de2d-8fcc-368b-659ae6d4a72c-2cea86ff {
    grid-column: span 8 / span 8;
  }

  #w-node-a217fcde-de2d-8fcc-368b-659ae6d4a72e-2cea86ff {
    grid-area: 2 / 3 / 3 / 9;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_73b4d41c-c375-a99e-8ea5-c93cd37900ae-c4ea86f8, #w-node-_73b4d41c-c375-a99e-8ea5-c93cd37900b0-c4ea86f8 {
    grid-column: span 4 / span 4;
  }

  #w-node-_73b4d41c-c375-a99e-8ea5-c93cd37900b5-c4ea86f8 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_38631f89-20f2-7b72-2381-43bed6e9a107-c4ea86f8 {
    order: -9999;
  }

  #w-node-c13b7866-a8c0-6d28-5b26-957f4015cda8-c4ea86f8, #w-node-c13b7866-a8c0-6d28-5b26-957f4015cdad-c4ea86f8, #w-node-c65a1cfa-1284-ac5e-9248-ef97526c760d-c4ea86f8, #w-node-d94a19e0-f2ab-48fd-d8b1-c2940e604ac8-c4ea86f8 {
    grid-column: span 4 / span 4;
  }

  #w-node-d94a19e0-f2ab-48fd-d8b1-c2940e604aca-c4ea86f8 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_86038bc7-17a1-00ce-6d21-9e65f5fd6b02-f5fd6ae2 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #w-node-_86038bc7-17a1-00ce-6d21-9e65f5fd6ae4-f5fd6ae2 {
    grid-area: 1 / 1 / 2 / 3;
    justify-self: center;
  }

  #w-node-_86038bc7-17a1-00ce-6d21-9e65f5fd6ae7-f5fd6ae2 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_86038bc7-17a1-00ce-6d21-9e65f5fd6af0-f5fd6ae2 {
    grid-area: 3 / 3 / 4 / 5;
  }

  #w-node-_86038bc7-17a1-00ce-6d21-9e65f5fd6af9-f5fd6ae2, #w-node-_86038bc7-17a1-00ce-6d21-9e65f5fd6b0b-f5fd6ae2 {
    grid-column: span 4 / span 4;
  }

  #w-node-_86038bc7-17a1-00ce-6d21-9e65f5fd6b0c-f5fd6ae2, #w-node-_86038bc7-17a1-00ce-6d21-9e65f5fd6b13-f5fd6ae2 {
    justify-self: center;
  }

  #w-node-_23a19442-8206-7073-667c-6d1ac19cecc0-c19cecbe, #w-node-_23a19442-8206-7073-667c-6d1ac19ceccb-c19cecbe {
    grid-column: span 4 / span 4;
  }

  #Message-Field.w-node-_23a19442-8206-7073-667c-6d1ac19cecf5-c19cecbe, #w-node-_23a19442-8206-7073-667c-6d1ac19cecf6-c19cecbe {
    grid-column: span 1 / span 1;
  }

  #w-node-_004f5b2b-22a6-e255-77ea-93d9eb0df00e-eb0df00c, #w-node-_004f5b2b-22a6-e255-77ea-93d9eb0df011-eb0df00c, #w-node-_004f5b2b-22a6-e255-77ea-93d9eb0df02a-eb0df00c, #w-node-_004f5b2b-22a6-e255-77ea-93d9eb0df043-eb0df00c {
    grid-column: span 4 / span 4;
  }

  #w-node-b7db7e25-15e0-030b-fb11-c8ea88ee293d-88ee28cf, #w-node-b7db7e25-15e0-030b-fb11-c8ea88ee294a-88ee28cf {
    grid-column: span 2 / span 2;
  }

  #w-node-b7db7e25-15e0-030b-fb11-c8ea88ee2959-88ee28cf {
    grid-area: span 2 / span 4 / span 2 / span 4;
  }

  #w-node-b7db7e25-15e0-030b-fb11-c8ea88ee290d-88ee28cf {
    grid-column: span 4 / span 4;
  }

  #w-node-b7db7e25-15e0-030b-fb11-c8ea88ee2911-88ee28cf {
    order: 9999;
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #nav_button-b1.w-node-b7db7e25-15e0-030b-fb11-c8ea88ee291a-88ee28cf, #nav_button-b2.w-node-b7db7e25-15e0-030b-fb11-c8ea88ee2921-88ee28cf, #nav_button-b3.w-node-b7db7e25-15e0-030b-fb11-c8ea88ee2928-88ee28cf, #nav_button-b4.w-node-b7db7e25-15e0-030b-fb11-c8ea88ee292f-88ee28cf {
    grid-column: span 1 / span 1;
  }

  #w-node-b7db7e25-15e0-030b-fb11-c8ea88ee28de-88ee28cf {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-b7db7e25-15e0-030b-fb11-c8ea88ee28e8-88ee28cf, #w-node-b7db7e25-15e0-030b-fb11-c8ea88ee28f2-88ee28cf, #w-node-b7db7e25-15e0-030b-fb11-c8ea88ee28fc-88ee28cf {
    grid-column: span 4 / span 4;
  }

  #w-node-_8df07f46-1174-3a09-4b67-92767ad55abb-43ea86fc, #w-node-_8df07f46-1174-3a09-4b67-92767ad55ac5-43ea86fc {
    grid-column: span 2 / span 2;
  }

  #w-node-_66452f1d-453f-b6b1-94c5-33e6ce681723-43ea86fc {
    grid-column: span 1 / span 1;
  }

  #w-node-_66452f1d-453f-b6b1-94c5-33e6ce68172c-43ea86fc {
    grid-column: span 3 / span 3;
  }

  #colabs_headers.w-node-b8659c70-c9a6-4052-3adc-f524685e14d7-43ea86fc, #w-node-b8659c70-c9a6-4052-3adc-f524685e14e2-43ea86fc {
    grid-column: span 4 / span 4;
  }

  #w-node-b8659c70-c9a6-4052-3adc-f524685e14e4-43ea86fc {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-cb38e500-8d79-b3c5-d999-20f98f59f350-43ea86fc {
    grid-column: span 4 / span 4;
  }

  #w-node-cb38e500-8d79-b3c5-d999-20f98f59f352-43ea86fc {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_0e202774-0c0b-b14c-0b9b-5ec70fdb7ef3-43ea86fc {
    grid-column: span 4 / span 4;
  }

  #w-node-_0e202774-0c0b-b14c-0b9b-5ec70fdb7ef5-43ea86fc {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_3425a3f5-8fe6-a6fd-1eb7-6b9b50b97b75-43ea86fc, #w-node-_28c2522d-cf31-8e00-100b-1fb2669d58d1-43ea86fc {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_01145afd-ea03-b1a3-8fb2-e538b61fd12a-43ea86fc {
    grid-column: span 4 / span 4;
  }

  #w-node-_01145afd-ea03-b1a3-8fb2-e538b61fd12e-43ea86fc {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-cef49d76-44e9-7c46-23f1-751b18f9572e-43ea86fc {
    grid-column: span 4 / span 4;
  }

  #w-node-cef49d76-44e9-7c46-23f1-751b18f95730-43ea86fc {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_8df07f46-1174-3a09-4b67-92767ad55abb-4fea86fd, #w-node-_8df07f46-1174-3a09-4b67-92767ad55ac5-4fea86fd {
    grid-column: span 2 / span 2;
  }

  #w-node-_16d500c2-42a1-e533-37cb-1df10d3ea034-4fea86fd {
    grid-column: span 4 / span 4;
  }

  #w-node-_16d500c2-42a1-e533-37cb-1df10d3ea036-4fea86fd {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_8df07f46-1174-3a09-4b67-92767ad55abb-2cea86ff, #w-node-_8df07f46-1174-3a09-4b67-92767ad55ac5-2cea86ff {
    grid-column: span 2 / span 2;
  }

  #w-node-a217fcde-de2d-8fcc-368b-659ae6d4a72c-2cea86ff {
    grid-column: span 4 / span 4;
  }

  #w-node-a217fcde-de2d-8fcc-368b-659ae6d4a72e-2cea86ff {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_86038bc7-17a1-00ce-6d21-9e65f5fd6b02-f5fd6ae2 {
    grid-area: 1 / 3 / 2 / 5;
    justify-self: center;
  }

  #w-node-b7db7e25-15e0-030b-fb11-c8ea88ee293d-88ee28cf {
    grid-area: span 2 / span 2 / span 2 / span 2;
    justify-self: stretch;
  }

  #w-node-b7db7e25-15e0-030b-fb11-c8ea88ee294a-88ee28cf {
    grid-column: span 2 / span 2;
  }

  #w-node-b7db7e25-15e0-030b-fb11-c8ea88ee2957-88ee28cf {
    grid-area: 1 / 1 / 2 / 5;
  }

  #nav_button-b1.w-node-b7db7e25-15e0-030b-fb11-c8ea88ee291a-88ee28cf, #nav_button-b2.w-node-b7db7e25-15e0-030b-fb11-c8ea88ee2921-88ee28cf, #nav_button-b3.w-node-b7db7e25-15e0-030b-fb11-c8ea88ee2928-88ee28cf, #nav_button-b4.w-node-b7db7e25-15e0-030b-fb11-c8ea88ee292f-88ee28cf, #w-node-_8df07f46-1174-3a09-4b67-92767ad55abb-43ea86fc {
    grid-column: span 4 / span 4;
  }

  #w-node-_8df07f46-1174-3a09-4b67-92767ad55ac1-43ea86fc {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: stretch;
  }

  #w-node-_8df07f46-1174-3a09-4b67-92767ad55ac3-43ea86fc {
    grid-column: span 2 / span 2;
    justify-self: stretch;
  }

  #w-node-_65c2d946-138b-3232-5e58-1048d938e401-43ea86fc {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3425a3f5-8fe6-a6fd-1eb7-6b9b50b97b75-43ea86fc, #w-node-_28c2522d-cf31-8e00-100b-1fb2669d58d1-43ea86fc {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_68c3e188-f28f-08eb-57ad-8928005ab11b-43ea86fc, #w-node-_7f89ec62-9e7d-51ff-f104-fc0e8fcf0689-43ea86fc, #w-node-ee8e6758-7cfe-cbd6-614a-8d00a67b9451-43ea86fc {
    grid-column: span 3 / span 3;
  }

  #w-node-_8df07f46-1174-3a09-4b67-92767ad55abb-4fea86fd {
    grid-column: span 4 / span 4;
  }

  #w-node-_8df07f46-1174-3a09-4b67-92767ad55ac1-4fea86fd {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: stretch;
  }

  #w-node-_8df07f46-1174-3a09-4b67-92767ad55ac3-4fea86fd {
    grid-column: span 2 / span 2;
    justify-self: stretch;
  }

  #w-node-_8df07f46-1174-3a09-4b67-92767ad55abb-2cea86ff {
    grid-column: span 4 / span 4;
  }

  #w-node-_8df07f46-1174-3a09-4b67-92767ad55ac1-2cea86ff {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: stretch;
  }

  #w-node-_8df07f46-1174-3a09-4b67-92767ad55ac3-2cea86ff {
    grid-column: span 2 / span 2;
    justify-self: stretch;
  }
}


@font-face {
  font-family: 'Glomerolus';
  src: url("/assets/fonts/glomerolus.ttf") format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}