:root {
  --hv1: #53638a;
  --haven-2: #1f2942;
  --white: white;
}

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

p {
  margin-bottom: 10px;
  font-size: 17px;
}

a {
  text-decoration: underline;
}

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

.fn-get-a-demo-link {
  color: #df0;
  letter-spacing: .1em;
  text-transform: uppercase;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 260px;
  height: 230px;
  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: #df0;
  letter-spacing: .3em;
}

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

.fn-heading-jambo {
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 70px;
  font-weight: 400;
  line-height: 1.1em;
}

.fn-label-jambo {
  color: #cdd3d2;
  letter-spacing: .2em;
  text-transform: uppercase;
  max-width: 480px;
  margin-bottom: 96px;
  font-size: 16px;
  line-height: 1.6em;
}

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

.hero {
  z-index: 100;
  color: #ecf0ef;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
  overflow: visible;
}

.fn-navbar-box {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.fn-footer-copyright {
  color: #687373;
  font-size: 16px;
}

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

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

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

.fn-footer-image {
  object-fit: contain;
  flex-direction: column;
  justify-content: flex-end;
  margin-bottom: -3px;
  margin-left: 124px;
  display: flex;
}

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

.fn-success-message {
  color: #0f1213;
  background-color: #df0;
  border-radius: 8px;
  width: 100%;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3em;
}

.fn-button-dark-form {
  color: var(--hv1);
  background-color: #0f1213;
  border: 1px solid #000;
  border-radius: 8px;
  padding: 7px 24px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 1.6em;
  transition: color .25s, background-color .25s;
}

.fn-button-dark-form:hover {
  background-color: var(--hv1);
  color: #0f1213;
  border-color: #0f1213;
}

.fn-field-dark {
  color: #1d1f1e;
  background-color: #0000;
  border: 1px solid #3e4545;
  border-radius: 8px;
  width: 100%;
  max-width: 100%;
  min-height: 42px;
  margin-bottom: 0;
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 14px;
  line-height: 1em;
  transition: border-color .25s;
}

.fn-field-dark:hover, .fn-field-dark:active, .fn-field-dark:focus {
  border-color: #1d1f1e;
}

.fn-field-dark::placeholder {
  color: #1d1f1e;
}

.form-label-dark {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
}

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

.fn-footer-form {
  margin-bottom: 0;
}

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

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

.fn-social-link-dark:hover {
  opacity: .7;
}

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

.fn-standard-dark-link {
  color: #1d1f1e;
  font-size: 18px;
  line-height: 1.4em;
  transition: opacity .25s;
  display: block;
}

.fn-standard-dark-link:hover {
  opacity: .7;
}

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

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

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

.fn-footer-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 36px;
  background-color: var(--hv1);
  color: #1d1f1e;
  border-radius: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 0;
  display: grid;
  overflow: hidden;
}

.fn-footer-advence {
  color: #ecf0ef;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  font-family: Open Sans, sans-serif;
  display: flex;
}

.mockups {
  z-index: 10;
  width: 100vw;
  height: 100vh;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.image {
  z-index: 0;
  width: auto;
  height: 100vh;
  position: absolute;
  inset: 0% 0% auto auto;
}

.fn-navbar-link-box-2 {
  color: #fff;
  padding-top: 32px;
  padding-bottom: 32px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3em;
  text-decoration: none;
  transition: opacity .25s;
}

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

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

.fn-navbar-menu-wrapper-2 {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

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

.fn-brand-box-2 {
  object-fit: contain;
  object-position: 0% 50%;
  width: 106px;
  height: 21.55px;
  margin-right: 0;
  transition: opacity .25s;
}

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

.fn-brand-box-2.side-margin {
  width: 90px;
  height: auto;
}

.fn-brand-box-2.side-margin.w--current {
  margin-right: 20px;
}

.nav {
  z-index: 100;
  background-color: #ddd0;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

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

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

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

.fn-navbar-container-box-5 {
  border-radius: 16px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1310px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.gradation {
  z-index: 1;
  background-image: linear-gradient(#1f2942, #fff0 100%, #fff);
  width: 100%;
  height: 40vh;
  position: absolute;
  inset: 0% 0% auto;
}

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

.fn-button-secondery:hover {
  background-color: var(--hv1);
}

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

.fn-link-with-arrow-2 {
  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-paragraph-2 {
  color: #cdd3d2;
  margin-bottom: 32px;
  font-size: 16px;
  line-height: 1.6em;
}

.fn-paragraph-2.hide-on-mobile {
  height: 100px;
  overflow: hidden;
}

.fn-heading-7 {
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Open Sans, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3em;
}

.fn-category-pill-2 {
  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-blog-info-wrapper {
  grid-column-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: none;
}

.fn-features-card-column {
  background-color: var(--hv1);
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  padding: 25px 24px 45px;
  display: flex;
}

.fn-features-card-image {
  object-fit: cover;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  height: 225px;
}

.fn-features-card-with-image {
  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-paragraph-no-margin {
  color: #cdd3d2;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 1.6em;
  overflow: hidden;
}

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

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

.fn-container-grid-2 {
  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;
  grid-auto-flow: row;
  width: 100%;
  max-width: 1310px;
  padding-left: 15px;
  padding-right: 15px;
  display: grid;
}

.blog {
  color: #ecf0ef;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  font-family: Open Sans, sans-serif;
  display: flex;
}

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

.testimonials-stars {
  object-fit: contain;
  width: 160px;
  height: 30px;
  margin-top: 9px;
  margin-bottom: 24px;
}

.fn-slide-item-wrapper-testimonial {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #939b9b;
  background-color: #0000;
  border: 1px solid #f4f4f4;
  border-radius: 12px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  width: 100%;
  padding: 51px 36px 22px;
  text-decoration: none;
  display: flex;
}

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

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

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

.testimonials {
  color: #ecf0ef;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  font-family: Open Sans, sans-serif;
  display: flex;
}

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

.fh-section-image-wrapper-first {
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 490px;
  display: flex;
  overflow: hidden;
}

.fh-section-image-wrapper-first._2 {
  justify-content: flex-start;
}

.fn-label-small {
  color: var(--hv1);
  margin-bottom: 24px;
  line-height: 1em;
}

.feature {
  color: #ecf0ef;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  font-family: Open Sans, sans-serif;
  display: flex;
}

.gap {
  height: 80px;
}

.fn-rich-text h2 {
  color: #ecf0ef;
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 52px;
  line-height: 1.2em;
}

.fn-rich-text h4 {
  color: #ecf0ef;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.3em;
}

.fn-rich-text p {
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 1.6em;
}

.fn-rich-text blockquote {
  border-left-style: none;
  margin-bottom: 24px;
  padding: 0;
  font-size: 24px;
  line-height: 1.6em;
}

.fn-rich-text figure {
  width: 100%;
  min-width: 100%;
  margin-bottom: 56px;
  margin-left: 0;
  margin-right: 0;
}

.fn-rich-text figcaption {
  text-align: right;
  justify-content: flex-end;
  text-decoration: underline;
  display: flex;
}

.fn-rich-text img {
  border-radius: 12px;
}

.fn-rich-text ul, .fn-rich-text ol {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  margin-bottom: 24px;
  padding-left: 20px;
  font-size: 16px;
  display: flex;
}

.fn-rich-text h1 {
  color: #ecf0ef;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 64px;
  line-height: 1.2em;
}

.fn-rich-text h3 {
  color: #ecf0ef;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 36px;
  line-height: 1.2em;
}

.fn-rich-text h5 {
  color: #ecf0ef;
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 24px;
  line-height: 1.3em;
}

.fn-rich-text h6 {
  color: #ecf0ef;
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 18px;
  line-height: 1.2em;
}

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

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

.fn-section {
  color: #ecf0ef;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  font-family: Open Sans, sans-serif;
  display: flex;
}

.hv-rich-text {
  width: 100%;
  text-decoration: none;
}

.hv-rich-text h2 {
  color: #ecf0ef;
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 52px;
  line-height: 1.2em;
}

.hv-rich-text h4 {
  color: #ecf0ef;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.3em;
}

.hv-rich-text p {
  margin-bottom: 24px;
  font-size: 18px;
  line-height: 1.6em;
}

.hv-rich-text blockquote {
  border-left-style: none;
  margin-bottom: 24px;
  padding: 0;
  font-size: 24px;
  font-style: italic;
  line-height: 1.6em;
}

.hv-rich-text figure {
  width: 100%;
  min-width: 100%;
  margin-bottom: 56px;
  margin-left: 0;
  margin-right: 0;
}

.hv-rich-text figcaption {
  text-align: right;
  justify-content: flex-end;
  text-decoration: underline;
  display: flex;
}

.hv-rich-text img {
  border-radius: 12px;
}

.hv-rich-text ul, .hv-rich-text ol {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  margin-bottom: 24px;
  padding-left: 20px;
  font-size: 16px;
  display: flex;
}

.hv-rich-text h1 {
  color: #ecf0ef;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 64px;
  line-height: 1.2em;
}

.hv-rich-text h3 {
  color: #ecf0ef;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 36px;
  line-height: 1.2em;
}

.hv-rich-text h5 {
  color: #ecf0ef;
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 24px;
  line-height: 1.3em;
}

.hv-rich-text h6 {
  color: #ecf0ef;
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 18px;
  line-height: 1.2em;
}

.fn-section-5 {
  color: #ecf0ef;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  font-family: Open Sans, sans-serif;
  display: flex;
}

.fn-features-card-with-image-2 {
  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-2:hover {
  color: #ecf0ef;
}

.lottie-animation {
  width: 100%;
  height: 100%;
}

.div-block-3 {
  flex-direction: row;
  align-items: flex-start;
  padding-top: 26px;
  display: flex;
}

.link-block {
  background-image: url('../images/Group.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 190px;
  height: 60px;
  margin-right: 22px;
  transition: all .2s;
}

.link-block:hover {
  opacity: .6;
}

.link-block.google {
  background-image: url('../images/Badges.svg');
  width: 201px;
  height: 62px;
}

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

.fn-blog-info-wrapper-3 {
  grid-column-gap: 8px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.fn-features-card-with-image-3 {
  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-3:hover {
  color: #ecf0ef;
}

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

.text-block._1 {
  letter-spacing: 1px;
}

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

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

.fn-paragraph-5 {
  color: #cdd3d2;
  margin-bottom: 32px;
  font-size: 16px;
  line-height: 1.6em;
}

.fn-heading-jambo-3 {
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 88px;
  font-weight: 400;
  line-height: 1.1em;
}

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

.fn-container-grid-6 {
  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;
  width: 100%;
  max-width: 1310px;
  padding-left: 15px;
  padding-right: 15px;
  display: grid;
}

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

.fn-section-404 {
  color: #ecf0ef;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 70vh;
  font-family: Open Sans, sans-serif;
  display: flex;
  overflow: hidden;
}

.fn-features-card-with-image-4 {
  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-4:hover {
  color: #ecf0ef;
}

.haven-body {
  background-color: var(--haven-2);
}

.haven-body.hide {
  overflow: hidden;
}

.fn-404-image-third {
  object-fit: contain;
  width: 120px;
  height: 120px;
  position: absolute;
  inset: auto auto -55% 20%;
}

.fn-404-image-second {
  object-fit: contain;
  width: 250px;
  height: 250px;
  position: absolute;
  inset: -56% auto auto -5%;
}

.fn-404-image-first {
  object-fit: contain;
  width: 411px;
  height: 405px;
  position: absolute;
  inset: -80% -10% auto auto;
}

.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-section-405 {
  color: #ecf0ef;
  background-color: #1d1f1e;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  padding-top: 80px;
  padding-bottom: 80px;
  font-family: Open Sans, sans-serif;
  display: flex;
  overflow: hidden;
}

.fn-rich-text-3 {
  color: #939b9b;
}

.fn-rich-text-3 h2 {
  color: #ecf0ef;
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 52px;
  line-height: 1.2em;
}

.fn-rich-text-3 h4 {
  color: #ecf0ef;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.3em;
}

.fn-rich-text-3 blockquote {
  border-left-style: none;
  margin-bottom: 24px;
  padding: 0;
  font-size: 24px;
  line-height: 1.6em;
}

.fn-rich-text-3 figure {
  width: 100%;
  min-width: 100%;
  margin-bottom: 56px;
  margin-left: 0;
  margin-right: 0;
}

.fn-rich-text-3 figcaption {
  text-align: right;
  justify-content: flex-end;
  text-decoration: underline;
  display: flex;
}

.fn-rich-text-3 img {
  border-radius: 12px;
}

.fn-rich-text-3 ul, .fn-rich-text-3 ol {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  margin-bottom: 24px;
  padding-left: 20px;
  font-size: 16px;
  display: flex;
}

.fn-rich-text-3 h1 {
  color: #ecf0ef;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 64px;
  line-height: 1.2em;
}

.fn-rich-text-3 h3 {
  color: #ecf0ef;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 36px;
  line-height: 1.2em;
}

.fn-rich-text-3 h5 {
  color: #ecf0ef;
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 24px;
  line-height: 1.3em;
}

.fn-rich-text-3 h6 {
  color: #ecf0ef;
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 18px;
  line-height: 1.2em;
}

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

.fn-container-grid-7 {
  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;
  width: 100%;
  max-width: 1310px;
  padding-left: 15px;
  padding-right: 15px;
  display: grid;
}

.fn-section-406 {
  color: #ecf0ef;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  font-family: Open Sans, sans-serif;
  display: flex;
}

@media screen and (max-width: 991px) {
  .fn-dorpdown-link {
    width: 100%;
  }

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

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

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

  .fn-label-jambo {
    margin-bottom: 26px;
  }

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

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

  .fn-footer-legal-link {
    transition: none;
  }

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

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

  .fn-social-link-dark {
    transition: none;
  }

  .fn-social-link-dark:hover {
    opacity: 1;
  }

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

  .fn-standard-dark-link:hover {
    opacity: 1;
    color: #1d1f1e;
  }

  .fn-footer-wrapper {
    grid-row-gap: 24px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    padding-top: 60px;
  }

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

  .image {
    max-width: 80%;
    height: auto;
  }

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

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

  .fn-menu-button-2 {
    margin-right: -18px;
    padding-right: 18px;
  }

  .fn-menu-button-2.w--open {
    z-index: 2;
    background-color: #0000;
  }

  .fn-navbar-link-box-2 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 12px 0;
    transition: none;
  }

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

  .fn-navbar-link-box-2.navbar-link-box-last {
    margin-bottom: 12px;
  }

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

  .fn-navbar-menu-wrapper-2 {
    background-color: var(--hv1);
    border-radius: 16px;
    flex-direction: column;
    justify-content: flex-start;
    padding: 12px 24px;
    display: flex;
    position: relative;
  }

  .fn-navbar-menu-box-2 {
    background-color: #0000;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }

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

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

  .fn-brand-box-2.side-margin {
    width: 70px;
  }

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

  .fn-navbar-container-box-5 {
    padding-right: 17px;
  }

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

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

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

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

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

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

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

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

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

  .fh-section-image-wrapper-first {
    height: 334px;
  }

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

  .fn-rich-text h2 {
    font-size: 40px;
  }

  .fn-rich-text h4 {
    font-size: 28px;
  }

  .fn-rich-text h1 {
    font-size: 52px;
  }

  .fn-rich-text h3 {
    font-size: 32px;
  }

  .fn-rich-text h5 {
    font-size: 22px;
  }

  .fn-rich-text h6 {
    font-size: 16px;
  }

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

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

  .hv-rich-text h2 {
    font-size: 40px;
  }

  .hv-rich-text h4 {
    font-size: 28px;
  }

  .hv-rich-text h1 {
    font-size: 52px;
  }

  .hv-rich-text h3 {
    font-size: 32px;
  }

  .hv-rich-text h5 {
    font-size: 22px;
  }

  .hv-rich-text h6 {
    font-size: 16px;
  }

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

  .fn-blog-info-wrapper-3 {
    flex-direction: column;
    align-items: flex-start;
  }

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

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

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

  .fn-404-image-first {
    width: 350px;
    height: 350px;
  }

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

  .fn-rich-text-3 h2 {
    font-size: 40px;
  }

  .fn-rich-text-3 h4 {
    font-size: 28px;
  }

  .fn-rich-text-3 h1 {
    font-size: 52px;
  }

  .fn-rich-text-3 h3 {
    font-size: 32px;
  }

  .fn-rich-text-3 h5 {
    font-size: 22px;
  }

  .fn-rich-text-3 h6 {
    font-size: 16px;
  }

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

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

@media screen and (max-width: 767px) {
  .fn-get-a-demo-link {
    width: auto;
    height: auto;
  }

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

  .fn-label-jambo {
    margin-bottom: 0;
  }

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

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

  .fn-footer-image {
    margin-left: 49px;
  }

  .fn-social-share-wrapper-second {
    flex-direction: row;
    margin-top: 12px;
  }

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

  .fn-footer-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    padding-top: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .fn-footer-advence {
    padding-top: 32px;
    padding-bottom: 32px;
  }

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

  .fn-navbar-menu-wrapper-2 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding: 18px;
  }

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

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

  .fn-paragraph-2.hide-on-mobile {
    display: none;
  }

  .fn-heading-7 {
    font-size: 18px;
  }

  .fn-blog-info-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-wrap: wrap;
  }

  .fn-features-card-column {
    padding-bottom: 25px;
  }

  .fn-features-card-image {
    height: 170px;
  }

  .fn-features-card-with-image.slider-cards {
    width: 80%;
  }

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

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

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

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

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

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

  .fh-section-image-wrapper-first {
    justify-content: center;
  }

  .fn-label-small {
    margin-bottom: 12px;
  }

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

  .fn-rich-text figure {
    margin-bottom: 36px;
  }

  .fn-rich-text h1 {
    font-size: 48px;
  }

  .fn-rich-text h3 {
    font-size: 32px;
  }

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

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

  .hv-rich-text figure {
    margin-bottom: 36px;
  }

  .hv-rich-text h1 {
    font-size: 48px;
  }

  .hv-rich-text h3 {
    font-size: 32px;
  }

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

  .fn-blog-info-wrapper-3 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: wrap;
    align-items: center;
  }

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

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

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

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

  .fn-404-image-third {
    width: 80px;
    height: 80px;
  }

  .fn-404-image-second {
    width: 150px;
    height: 150px;
    top: -82%;
    left: 9%;
  }

  .fn-404-image-first {
    width: 150px;
    height: 150px;
    top: -101%;
    right: 6%;
  }

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

  .fn-rich-text-3 figure {
    margin-bottom: 36px;
  }

  .fn-rich-text-3 h1 {
    font-size: 48px;
  }

  .fn-rich-text-3 h3 {
    font-size: 32px;
  }

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

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

  .collection-item, .collection-item-2 {
    display: flex;
  }

  .collection-item-3 {
    justify-content: center;
    padding-bottom: 23px;
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  .fn-legal-links-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .fn-footer-image {
    opacity: 0;
  }

  .fn-links-wrapper {
    margin-bottom: 12px;
  }

  .image {
    max-width: 110%;
  }

  .fn-button-secondery, .fn-features-card-with-image.slider-cards {
    width: 100%;
  }

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

  .testimonials-stars {
    object-position: 0% 50%;
    height: 18px;
  }

  .fn-slide-item-wrapper-testimonial {
    padding: 16px;
  }

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

  .div-block-3 {
    flex-direction: column;
    align-items: center;
  }

  .link-block {
    margin-bottom: 23px;
    margin-right: 0;
  }

  .link-block.google {
    width: 190px;
  }

  .fn-404-image-second {
    width: 120px;
    height: 120px;
    top: -76%;
  }

  .fn-404-image-first {
    width: 120px;
    height: 120px;
  }
}

#w-node-_9233604f-f7c1-8f93-2053-1212c63a63c6-c54ab415, #w-node-_9233604f-f7c1-8f93-2053-1212c63a63c8-c54ab415 {
  grid-area: span 1 / span 7 / span 1 / span 7;
}

#w-node-_8d618fd7-18ac-bb68-868f-cb8bcbd4fa4a-c54ab415 {
  grid-area: Area;
}

#w-node-_9098620b-33e8-bd14-8cbf-52d0210b07d4-c54ab415 {
  grid-area: span 1 / span 5 / span 1 / span 5;
  align-self: center;
}

#w-node-_9098620b-33e8-bd14-8cbf-52d0210b07e0-c54ab415 {
  grid-area: 1 / 7 / 2 / 13;
  place-self: center end;
}

#w-node-f8b37eea-0d9c-c6d6-7202-a71c4bf6bbe0-c54ab415 {
  grid-area: 1 / 8 / 2 / 13;
  place-self: center end;
}

#w-node-bf760c01-d654-d7d9-d51a-6c042d313f4c-c54ab415 {
  grid-area: 1 / 1 / 2 / 7;
  place-self: center end;
}

#w-node-_83a8de89-919f-4464-12d2-bb4443ed6f60-c54ab415 {
  grid-area: 1 / 3 / 2 / 11;
}

#w-node-_83a8de89-919f-4464-12d2-bb4443ed6f6b-c54ab415, #w-node-_3ff8e8d2-0d2a-57e4-d3f0-5979cddb2cd2-cddb2cd0 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_3ff8e8d2-0d2a-57e4-d3f0-5979cddb2cd3-cddb2cd0 {
  grid-area: 1 / 2 / 2 / 8;
}

#w-node-_3ff8e8d2-0d2a-57e4-d3f0-5979cddb2cd5-cddb2cd0 {
  grid-area: 2 / 2 / 3 / 8;
}

#w-node-_3ff8e8d2-0d2a-57e4-d3f0-5979cddb2ce8-cddb2cd0 {
  grid-area: span 2 / span 4 / span 2 / span 4;
  align-self: end;
}

#w-node-_3ff8e8d2-0d2a-57e4-d3f0-5979cddb2cea-cddb2cd0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3ff8e8d2-0d2a-57e4-d3f0-5979cddb2ced-cddb2cd0 {
  align-self: start;
}

#w-node-_3ff8e8d2-0d2a-57e4-d3f0-5979cddb2cf4-cddb2cd0 {
  grid-area: 3 / 2 / 4 / 12;
}

#w-node-_3ff8e8d2-0d2a-57e4-d3f0-5979cddb2cf5-cddb2cd0 {
  grid-area: 2 / 2 / 3 / 7;
}

#w-node-_3ff8e8d2-0d2a-57e4-d3f0-5979cddb2cfc-cddb2cd0 {
  grid-area: 2 / 9 / 3 / 12;
  justify-self: end;
}

#w-node-_553a481b-e96d-c0a4-bc74-8d3d7d04cd89-7d04cd87 {
  grid-area: span 1 / span 7 / span 1 / span 7;
  align-self: center;
}

#w-node-_553a481b-e96d-c0a4-bc74-8d3d7d04cd90-7d04cd87 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_553a481b-e96d-c0a4-bc74-8d3d7d04cd8e-7d04cd87 {
  grid-area: 3 / 1 / 4 / 13;
  justify-self: center;
}

#w-node-_6b43969a-c383-8579-19a4-9d0b8857f11f-bc4b2cb1, #w-node-_6b43969a-c383-8579-19a4-9d0b8857f11f-94edc416 {
  grid-area: 1 / 3 / 2 / 11;
}

#w-node-fae73a3f-5319-2de5-492b-5b4b17b716a1-667a06ef {
  grid-area: 1 / 4 / 2 / 10;
}

#w-node-da1b90e5-7d02-0766-587c-a46fd1fefc36-5889b51b, #w-node-d8d0a77e-243f-2942-a6d8-7a9e8f178536-51569a5f {
  grid-area: 1 / 3 / 2 / 11;
}

@media screen and (max-width: 991px) {
  #w-node-_9233604f-f7c1-8f93-2053-1212c63a63c6-c54ab415, #w-node-_9233604f-f7c1-8f93-2053-1212c63a63c8-c54ab415 {
    grid-column: span 7 / span 7;
  }

  #w-node-_9098620b-33e8-bd14-8cbf-52d0210b07d4-c54ab415 {
    grid-column: span 4 / span 4;
  }

  #w-node-_9098620b-33e8-bd14-8cbf-52d0210b07e0-c54ab415, #w-node-f8b37eea-0d9c-c6d6-7202-a71c4bf6bbe0-c54ab415, #w-node-bf760c01-d654-d7d9-d51a-6c042d313f4c-c54ab415 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_83a8de89-919f-4464-12d2-bb4443ed6f60-c54ab415 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_83a8de89-919f-4464-12d2-bb4443ed6f6b-c54ab415, #w-node-_3ff8e8d2-0d2a-57e4-d3f0-5979cddb2cd2-cddb2cd0 {
    grid-column: span 8 / span 8;
  }

  #w-node-_3ff8e8d2-0d2a-57e4-d3f0-5979cddb2ce8-cddb2cd0 {
    grid-area: 3 / 2 / 4 / 8;
  }

  #w-node-_3ff8e8d2-0d2a-57e4-d3f0-5979cddb2cf4-cddb2cd0 {
    grid-row: 4 / 5;
    grid-column-end: 8;
  }

  #w-node-_3ff8e8d2-0d2a-57e4-d3f0-5979cddb2cf5-cddb2cd0 {
    grid-area: 2 / 2 / 3 / 6;
  }

  #w-node-_3ff8e8d2-0d2a-57e4-d3f0-5979cddb2cfc-cddb2cd0 {
    grid-area: 2 / 6 / 3 / 8;
  }

  #w-node-_553a481b-e96d-c0a4-bc74-8d3d7d04cd89-7d04cd87 {
    grid-column: span 8 / span 8;
  }

  #w-node-_553a481b-e96d-c0a4-bc74-8d3d7d04cd8e-7d04cd87 {
    grid-area: span 1 / span 8 / span 1 / span 8;
    justify-self: start;
  }

  #w-node-_6b43969a-c383-8579-19a4-9d0b8857f11f-bc4b2cb1, #w-node-_6b43969a-c383-8579-19a4-9d0b8857f11f-94edc416 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-fae73a3f-5319-2de5-492b-5b4b17b716a1-667a06ef {
    grid-area: 1 / 2 / 2 / 8;
  }

  #w-node-da1b90e5-7d02-0766-587c-a46fd1fefc36-5889b51b, #w-node-d8d0a77e-243f-2942-a6d8-7a9e8f178536-51569a5f {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_9233604f-f7c1-8f93-2053-1212c63a63c6-c54ab415, #w-node-_9233604f-f7c1-8f93-2053-1212c63a63c8-c54ab415, #w-node-_83a8de89-919f-4464-12d2-bb4443ed6f60-c54ab415, #w-node-_83a8de89-919f-4464-12d2-bb4443ed6f6b-c54ab415 {
    grid-column: span 4 / span 4;
  }

  #w-node-_3ff8e8d2-0d2a-57e4-d3f0-5979cddb2cd2-cddb2cd0 {
    grid-area: span 1 / span 7 / span 1 / span 7;
  }

  #w-node-_3ff8e8d2-0d2a-57e4-d3f0-5979cddb2cd3-cddb2cd0, #w-node-_3ff8e8d2-0d2a-57e4-d3f0-5979cddb2cd5-cddb2cd0, #w-node-_3ff8e8d2-0d2a-57e4-d3f0-5979cddb2ce8-cddb2cd0 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #Email-Newslatter-2.w-node-_3ff8e8d2-0d2a-57e4-d3f0-5979cddb2cec-cddb2cd0, #w-node-_3ff8e8d2-0d2a-57e4-d3f0-5979cddb2ced-cddb2cd0 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: stretch;
  }

  #w-node-_3ff8e8d2-0d2a-57e4-d3f0-5979cddb2cf4-cddb2cd0 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_3ff8e8d2-0d2a-57e4-d3f0-5979cddb2cf5-cddb2cd0, #w-node-_3ff8e8d2-0d2a-57e4-d3f0-5979cddb2cfc-cddb2cd0 {
    grid-area: span 1 / span 7 / span 1 / span 7;
    justify-self: center;
  }

  #w-node-_553a481b-e96d-c0a4-bc74-8d3d7d04cd89-7d04cd87 {
    grid-area: span 1 / span 12 / span 1 / span 12;
    align-self: center;
  }

  #w-node-_553a481b-e96d-c0a4-bc74-8d3d7d04cd8e-7d04cd87 {
    grid-area: span 1 / span 12 / span 1 / span 12;
    justify-self: center;
  }

  #w-node-_6b43969a-c383-8579-19a4-9d0b8857f11f-bc4b2cb1, #w-node-_6b43969a-c383-8579-19a4-9d0b8857f11f-94edc416 {
    grid-column: span 4 / span 4;
  }

  #w-node-fae73a3f-5319-2de5-492b-5b4b17b716a1-667a06ef {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-da1b90e5-7d02-0766-587c-a46fd1fefc36-5889b51b, #w-node-d8d0a77e-243f-2942-a6d8-7a9e8f178536-51569a5f {
    grid-column: span 4 / span 4;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_9233604f-f7c1-8f93-2053-1212c63a63c6-c54ab415 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_9233604f-f7c1-8f93-2053-1212c63a63c8-c54ab415 {
    grid-area: span 1 / span 7 / span 1 / span 7;
  }
}


