:root {
  --flowui-component-library--error-lighter: #fceff0;
  --flowui-component-library--error-darker: #5b0b11;
  --flowui-component-library--success-lighter: #ebfff6;
  --flowui-component-library--success-darker: #006638;
  --flowui-component-library--gray-900: #00bd92;
  --flowui-component-library--white: #faf8ff;
  --flowui-component-library--gray-700: #282556;
  --white: #faf8ff;
  --flowui-component-library--gray-400: #b6b9ce;
  --flowui-component-library--grey-300: #e4e6f1;
  --flowui-component-library--gray-500: #6b7094;
  --flowui-component-library--gray-200: #f3f5fb;
  --flowui-component-library--primary-base: #642eff;
  --black: black;
  --flowui-component-library--grey-600: #393b6a;
}

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

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

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

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

.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 {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  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;
}

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

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

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

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

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

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

.nav-menu-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.nav-link {
  color: #faf8ff;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #faf8ff;
  font-weight: 700;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.background-video {
  height: 600px;
}

.text-block {
  color: #fff;
}

.f-image-cover {
  object-fit: contain;
  width: 80%;
  height: 100%;
  line-height: 28px;
}

.f-contact-image-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 550px;
  height: 100%;
  display: flex;
}

.f-error-message {
  background-color: var(--flowui-component-library--error-lighter);
  color: var(--flowui-component-library--error-darker);
  text-align: center;
  border-radius: 8px;
}

.f-success-message {
  background-color: var(--flowui-component-library--success-lighter);
  color: var(--flowui-component-library--success-darker);
  letter-spacing: -.03em;
  font-size: 14px;
  line-height: 24px;
}

.f-button-neutral {
  background-color: var(--flowui-component-library--gray-900);
  max-width: 130px;
  min-height: 48px;
  max-height: 55px;
  color: var(--flowui-component-library--white);
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 0 10px;
  justify-content: center;
  align-items: center;
  padding: 0 32px;
  font-size: 1.4vw;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.f-button-neutral:hover {
  background-color: var(--flowui-component-library--gray-700);
}

.f-checkbox-label {
  color: var(--flowui-component-library--white);
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 1.4vw;
  line-height: 24px;
}

.f-checkbox {
  border-width: 2px;
  border-color: var(--flowui-component-library--gray-400);
  background-color: var(--flowui-component-library--white);
  border-radius: 4px;
  width: 20px;
  height: 20px;
  margin: 20px 8px 0 0;
}

.f-checkbox.w--redirected-checked {
  background-color: var(--flowui-component-library--gray-900);
  background-size: 12px;
  border-style: none;
  border-radius: 4px;
}

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

.f-checkbox-field {
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.f-margin-bottom-32 {
  margin-bottom: 32px;
}

.f-text-area {
  border-style: solid;
  border-width: 0 0 1px;
  border-color: var(--flowui-component-library--grey-300);
  min-height: 112px;
  color: var(--flowui-component-library--gray-900);
  background-color: #0000;
  border-radius: 0;
  margin-bottom: 0;
  padding: 16px;
  font-size: 14px;
  line-height: 24px;
}

.f-text-area:focus {
  border-color: var(--flowui-component-library--gray-400);
}

.f-text-area::placeholder {
  color: var(--flowui-component-library--gray-500);
}

.f-field-label {
  color: var(--white);
  letter-spacing: -.01em;
  margin-bottom: 0;
  padding-top: 0;
  font-size: 1.4vw;
  font-weight: 400;
  line-height: 4.5vh;
}

.f-margin-bottom-16 {
  margin-bottom: 16px;
}

.f-field-input {
  border-style: solid;
  border-width: 0 0 1px;
  border-color: var(--flowui-component-library--grey-300);
  color: #00bd92;
  background-color: #0000;
  border-radius: 0;
  min-height: 48px;
  margin-bottom: 5px;
  padding: 12px 16px;
  transition: all .2s;
}

.f-field-input:focus {
  border-color: var(--flowui-component-library--gray-400);
}

.f-field-input::placeholder {
  color: var(--flowui-component-library--gray-500);
}

.f-contact-form {
  text-align: left;
  flex-direction: column;
  font-size: 1.4vw;
  line-height: 4vh;
  display: flex;
  position: static;
}

.f-paragraph-large {
  color: #faf8ff;
  text-align: justify;
  letter-spacing: -.02em;
  margin-bottom: 0;
  padding-top: 2%;
  font-size: 14px;
  line-height: 32px;
}

.f-h3-heading {
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 2.5vw;
  line-height: 3vh;
}

.f-heading-detail-small {
  color: var(--flowui-component-library--gray-500);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-margin-bottom-08 {
  margin-bottom: 8px;
}

.f-margin-bottom-48 {
  margin-bottom: 48px;
}

.f-contact-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: left;
  background-image: url('../images/iStock-1207515165_1.jpg');
  background-position: -68% 100%;
  background-size: auto;
  border-radius: 0 20px;
  grid-template-rows: auto;
  grid-template-columns: .5fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  margin-left: 200px;
  margin-right: 200px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.f-container-regular {
  width: 100%;
  max-width: 1140px;
  margin: 30px 0;
  position: relative;
}

.f-section-large {
  color: #faf8ff;
  background-color: #000;
  height: auto;
  padding: 20px 5%;
  font-family: Roboto, sans-serif;
  line-height: 28px;
  position: relative;
}

.f-image-cover-2 {
  object-fit: contain;
  flex: 0 auto;
  width: 100%;
  height: 100%;
}

.f-header-image-wrapper-tall {
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 500px;
  height: 630px;
  display: flex;
  overflow: hidden;
}

.f-button-secondary {
  border: 1px solid var(--flowui-component-library--grey-300);
  min-height: 48px;
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.02em;
  background-color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: border-color .3s, background-color .3s;
  display: flex;
}

.f-button-secondary:hover {
  background-color: var(--flowui-component-library--gray-200);
  border-color: #0000;
}

.f-header-button-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.f-margin-bottom-49 {
  margin-bottom: 32px;
}

.f-h1-heading {
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  line-height: 1.2;
}

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

.f-header-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  place-content: stretch;
  align-items: center;
}

.f-section-large-2 {
  padding: 0 0%;
  position: relative;
}

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

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

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

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

.margin-bottom-24px {
  text-align: left;
  margin-bottom: 24px;
  font-size: 16px;
}

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

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

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

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

.heading {
  font-size: 24px;
}

.heading-2 {
  text-align: center;
  font-size: 30px;
}

.container-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  font-family: Roboto, sans-serif;
  display: flex;
}

.heading-3 {
  color: #141d5b;
  font-size: 30px;
}

.text-block-2 {
  padding-left: 20px;
  font-size: 45px;
}

.text-block-3 {
  color: #faf8ff;
  padding-left: 5%;
  font-size: 45px;
}

.text-block-4 {
  color: #faf8ff;
  padding-left: 5%;
  font-size: 16px;
}

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

.f-content-image-wrapper {
  border-radius: 12px;
  width: 100%;
  max-width: 450px;
  height: 430px;
  overflow: hidden;
}

.f-button-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.f-margin-bottom-50 {
  margin-bottom: 32px;
}

.f-h3-heading-2 {
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 1.2;
}

.f-margin-bottom-51 {
  margin-bottom: 16px;
}

.f-margin-bottom-12 {
  margin-bottom: 12px;
}

.f-grid-two-column {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.f-container-regular-2 {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-section-regular {
  background-color: #141d5b;
  padding: 5%;
  font-family: Roboto, sans-serif;
  position: relative;
}

.background-video-2 {
  height: 100px;
  margin-top: 5%;
  margin-bottom: 10%;
  padding-bottom: 0%;
}

.heading-4 {
  color: #00bd92;
  text-align: left;
  background-color: #0000;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-left: 5%;
  font-family: Roboto, sans-serif;
  font-size: 30px;
}

.f-icon-regular {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.f-footer-social {
  background-color: var(--flowui-component-library--gray-200);
  width: 48px;
  height: 48px;
  color: var(--flowui-component-library--gray-900);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  transition: color .3s;
  display: flex;
}

.f-footer-social:hover {
  color: var(--flowui-component-library--primary-base);
}

.f-footer-social-group {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.f-footer-social-row-large {
  flex-direction: column;
  align-items: flex-start;
  margin-left: 60px;
  display: flex;
}

.f-footer-link {
  width: 100%;
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.01em;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
  transition: color .3s;
}

.f-footer-link:hover {
  color: var(--flowui-component-library--primary-base);
}

.f-footer-vertical-divider {
  background-color: var(--flowui-component-library--grey-300);
  width: 1px;
  height: 16px;
}

.f-footer-menu {
  grid-column-gap: 24px;
  flex: none;
  align-items: center;
  padding-left: 0%;
  display: flex;
}

.f-footer-group {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.f-footer-detail {
  margin-bottom: 0;
  padding-right: 0%;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.f-footer-line {
  background-color: #e4e6f1;
  width: 1px;
  height: 24px;
  margin-left: 16px;
  margin-right: 16px;
}

.f-footer-logo-xs {
  width: 48px;
  height: 48px;
}

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

.f-footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.f-container-large {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-footer-small {
  background-color: var(--flowui-component-library--white);
  padding: 32px 5%;
  position: relative;
}

.section {
  background-image: url('../images/Background-header.png');
  background-position: 0 0;
  background-size: auto;
  height: 600px;
}

.navbar-no-shadow-container {
  z-index: 0;
  background-color: #000;
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding: 20px 10px;
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper-2 {
  background-color: #000;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-wrapper-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.nav-link-2 {
  color: #faf8ff;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 0;
  padding: 5px 10px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-2:hover {
  color: #faf8ff;
  font-family: Roboto, sans-serif;
  font-weight: 700;
}

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

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

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

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

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

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

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

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

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

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

.nav-button-wrapper {
  margin-left: 120px;
}

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

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

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

.container-4 {
  aspect-ratio: 2;
  object-fit: contain;
  background-image: url('../images/iStock-1207515536-3-1.jpg'), url('../images/Background-header.png'), url('../images/Background-header.png');
  background-position: 0 0, 0 0, 0 0;
  background-size: auto, contain, auto;
  max-width: none;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 0;
  font-size: 14px;
  overflow: visible;
}

.heading-5 {
  color: #faf8ff;
  margin-top: 20px;
  margin-left: 10%;
  padding-top: 15%;
  font-family: Roboto, sans-serif;
  font-size: 45px;
}

.text-span, .text-span-2 {
  color: #00bd92;
  font-size: 45px;
}

.text-span-3 {
  font-size: 24px;
}

.text-span-4, .text-span-5, .text-span-6 {
  font-size: 45px;
}

.text-span-7, .text-span-9 {
  color: #00bd92;
  font-size: 24px;
}

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

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

.fn-features-card-column {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.fn-features-card-image {
  object-fit: cover;
  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-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: #3e4545;
}

.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-family: Open Sans, sans-serif;
  font-size: 32px;
  line-height: 1.2em;
}

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

.fn-container-grid {
  grid-column-gap: 24px;
  grid-row-gap: 0px;
  color: #141d5b;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1310px;
  padding-top: 5%;
  padding-left: 15px;
  padding-right: 15px;
  display: grid;
}

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

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

.navbar-no-shadow-container-2 {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.container-regular-2 {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.nav-button-wrapper-2 {
  margin-left: 120px;
}

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

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

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

.fn-button {
  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:hover {
  opacity: .9;
  border-color: #0f1213;
}

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

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

.fn-list-checkmark {
  background-color: #df0;
  border-radius: 50%;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  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-pricing-line {
  background-color: #3e4545;
  width: 100%;
  height: 1px;
  margin-bottom: 24px;
}

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

.fn-pricing-icon {
  color: #df0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 32px;
  display: flex;
}

.fn-feature-pricing-card {
  background-color: #0f1213;
  border: 1px solid #df0;
  border-radius: 16px;
  padding: 32px;
}

.fn-button-secondery-2 {
  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-2:hover {
  background-color: #3e4545;
}

.sizing {
  flex: 1;
  width: 100%;
}

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

.fn-heading-4 {
  color: #fff;
  margin-bottom: 16px;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.3em;
}

.fn-pricing-info-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.fn-classic-pricing-card {
  background-color: #0f1213;
  border-radius: 16px;
  flex-direction: column;
  width: 100%;
  padding: 32px;
  display: flex;
}

.fn-pricing-tabs-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.fn-pricing-tabs-content-wrapper, .fn-pricing-tabs-content {
  width: 100%;
}

.fn-pricing-tabs-link-right {
  color: #ecf0ef;
  background-color: #0000;
  border: 1px solid #ecf0ef;
  border-left-style: none;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-width: 133px;
  min-height: 38px;
  padding: 4px 36px;
  font-size: 16px;
  display: flex;
}

.fn-pricing-tabs-link-right:hover {
  color: #df0;
  border-style: solid solid solid none;
  border-color: #df0;
}

.fn-pricing-tabs-link-right.w--current {
  color: #1d1f1e;
  background-color: #df0;
  border-style: solid;
  border-color: #df0;
}

.fn-pricing-tabs-link-right.w--current:hover {
  border-top-color: #df0;
  border-bottom-color: #df0;
  border-right-color: #df0;
}

.fn-pricing-tabs-link-left {
  color: #ecf0ef;
  background-color: #0000;
  border: 1px solid #ecf0ef;
  border-right-style: none;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 133px;
  min-height: 38px;
  padding: 4px 36px;
  font-size: 16px;
  display: flex;
}

.fn-pricing-tabs-link-left:hover {
  color: #df0;
  border-top-color: #df0;
  border-bottom-color: #df0;
  border-left-color: #df0;
}

.fn-pricing-tabs-link-left.w--current {
  color: #1d1f1e;
  background-color: #df0;
  border-color: #df0;
}

.fn-pricing-tabs-link-left.w--current:hover {
  border-top-color: #df0;
  border-bottom-color: #df0;
  border-left-color: #df0;
}

.fn-pricing-tabs-menu {
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
  overflow: hidden;
}

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

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

.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-2 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  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;
  width: 100%;
  max-width: 1310px;
  padding-left: 15px;
  padding-right: 15px;
  display: grid;
}

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

.fn-heading-9 {
  color: #ecf0ef;
  font-size: 18px;
}

.fn-heading-10 {
  color: #fff;
  margin-bottom: 16px;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.3em;
}

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

.image-3 {
  object-fit: contain;
  background-color: #000;
  border-radius: 4px;
  margin-top: 0%;
  margin-left: 0%;
  margin-right: 0%;
  padding: 10px 10px 0;
}

.image-4 {
  text-align: left;
  margin-top: 1%;
  margin-bottom: 1%;
}

.heading-6 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  font-family: Roboto, sans-serif;
  font-size: 3vw;
  line-height: 3vh;
}

.text-block-5 {
  color: #fff;
  text-align: justify;
  margin: 4% 5% 1%;
  font-family: Roboto, sans-serif;
  font-size: 1.4vw;
  line-height: 4.5vh;
}

.cell {
  opacity: 1;
  -webkit-text-fill-color: inherit;
  background-color: #000;
  background-clip: border-box;
  border: 0 solid #0000;
  border-radius: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.cell-2 {
  background-color: #000;
  border-radius: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
}

.cell-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #000;
  border-radius: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.cell-4 {
  background-color: #000;
  border-radius: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.quick-stack {
  grid-column-gap: 70px;
  grid-row-gap: 51px;
  margin: 3%;
  padding-top: 0;
}

.section-2 {
  background-color: #000;
  width: auto;
  height: auto;
}

.body {
  background-color: #000;
  font-size: 14px;
}

.heading-7 {
  color: #00bd92;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 2%;
  padding-left: 5%;
  font-family: Roboto, sans-serif;
  font-size: 30px;
}

.section-4 {
  background-color: #000;
}

.quick-stack-2 {
  background-color: #000;
  margin-bottom: 0%;
  margin-left: 3%;
  padding-bottom: 50px;
}

.heading-9 {
  color: #00bd92;
  text-align: center;
  font-family: Roboto, sans-serif;
  font-size: 2.5vw;
  line-height: 4vh;
}

.text-block-11 {
  color: #faf8ff;
  text-align: justify;
  font-family: Roboto, sans-serif;
}

.heading-15 {
  color: #00bd92;
  font-family: Roboto, sans-serif;
  font-size: 2.5vw;
  line-height: 3vh;
}

.text-block-12 {
  color: #fff;
  text-align: justify;
  padding-top: 2%;
  font-family: Roboto, sans-serif;
  font-size: 1.4vw;
  font-weight: 400;
  line-height: 4vh;
}

.image-5 {
  padding-top: 0%;
  padding-left: 0%;
}

.heading-16 {
  color: #00bd92;
  text-align: left;
  font-family: Roboto, sans-serif;
  font-size: 2.5vw;
  line-height: 3vh;
}

.cell-5 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.image-6 {
  width: 10vw;
}

.text-block-13 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.bold-text-9 {
  text-align: left;
  margin-top: 5%;
  font-family: Roboto, sans-serif;
  font-size: 1.4vw;
  line-height: 24px;
}

.text-block-6 {
  text-align: center;
  font-family: Roboto, sans-serif;
  font-size: 1.4vw;
  line-height: 3.5vh;
}

.image-7 {
  text-align: center;
  width: 10vw;
}

.text-block-14 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.bold-text-8 {
  margin-top: 5%;
  font-family: Roboto, sans-serif;
  font-size: 1.4vw;
  line-height: 24px;
}

.text-block-15 {
  text-align: center;
  font-family: Roboto, sans-serif;
  font-size: 1.4vw;
  line-height: 3.5vh;
}

.image-8 {
  width: 10vw;
}

.text-block-10 {
  color: #fff;
  align-self: center;
  margin-top: 5%;
  padding-top: 0;
  font-family: Roboto, sans-serif;
  font-size: 1.4vw;
  font-weight: 700;
  line-height: 4.5vh;
}

.text-block-9 {
  color: #fff;
  text-align: center;
  font-family: Roboto, sans-serif;
  font-size: 1.4vw;
  line-height: 3.5vh;
}

.text-block-16 {
  margin-top: 5%;
  font-family: Roboto, sans-serif;
  font-size: 1.4vw;
  font-weight: 700;
  line-height: 3vh;
}

.text-block-17 {
  text-align: center;
  font-family: Roboto, sans-serif;
  font-size: 1.4vw;
  line-height: 3.5vh;
}

.cell-6 {
  color: #fff;
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.cell-7, .cell-8 {
  color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.cell-9 {
  color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  font-family: Roboto, sans-serif;
}

.cell-10, .cell-11 {
  font-family: Roboto, sans-serif;
}

.navbar-no-shadow-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.navbar-no-shadow-container-3 {
  z-index: 5;
  background-color: #0000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1140px;
  margin-left: 40%;
  margin-right: 0;
  padding: 5% 0 0;
  display: flex;
}

.container-regular-3 {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

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

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

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

.nav-link-4:hover {
  color: #faf8ff;
  font-family: Roboto, sans-serif;
  font-weight: 700;
}

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

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

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

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

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

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

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

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

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

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

.nav-button-wrapper-3 {
  margin-left: 120px;
}

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

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

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

.quick-stack-3 {
  background-color: #000;
  padding: 0% 0 0 3%;
}

.image-9 {
  padding-top: 3%;
}

.text-span-10, .text-span-11 {
  color: #00bd92;
}

.text-span-12 {
  color: #faf8ff;
}

.text-span-13 {
  color: #fff;
}

.text-span-14 {
  color: #00bd92;
}

.text-span-15 {
  color: #faf8ff;
}

.heading-17 {
  margin-top: 10%;
  margin-bottom: 2%;
  margin-left: 5%;
  font-family: Roboto, sans-serif;
  font-size: 4vw;
  line-height: 4vh;
}

.text-block-18 {
  margin-top: 5%;
  margin-left: 5%;
  font-family: Roboto, sans-serif;
  font-size: 2vw;
  line-height: 3vh;
}

.heading-18 {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 5%;
  padding-top: 3%;
  font-family: Roboto, sans-serif;
  font-size: 4vw;
  line-height: 4vh;
}

.fn-logos-masonary-logo {
  color: #df0;
  object-fit: contain;
  width: 100%;
  height: 35px;
}

.fn-logos-card {
  background-color: #0f1213;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 170px;
  display: flex;
}

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

.fn-button-secondery-3 {
  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-3:hover {
  background-color: #3e4545;
}

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

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

.fn-column {
  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;
  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-3 {
  color: #ecf0ef;
  background-color: #1d1f1e;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  font-family: Open Sans, sans-serif;
  display: flex;
}

.text-block-19 {
  color: #faf8ff;
  text-align: justify;
  padding-top: 2%;
  font-size: 1.4vw;
  line-height: 4.5vh;
}

.list-item {
  text-align: left;
}

.fn-logos-masonary-logo-2 {
  color: #df0;
  object-fit: contain;
  width: 100%;
  height: 35px;
}

.fn-logos-card-2 {
  background-color: #0f1213;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 170px;
  display: flex;
}

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

.fn-button-secondery-4 {
  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-4:hover {
  background-color: #3e4545;
}

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

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

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

.fn-container-grid-4 {
  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-4 {
  color: #ecf0ef;
  background-color: #1d1f1e;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  font-family: Open Sans, sans-serif;
  display: flex;
}

.text-span-17 {
  font-size: 2.5vw;
  line-height: 4vh;
}

.text-block-20 {
  color: #fff;
  padding: 2% 5% 40px;
  font-family: Roboto, sans-serif;
  font-size: 1.4vw;
  font-weight: 400;
  line-height: 4.5vh;
}

.navbar-no-shadow-container-4 {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.container-regular-4 {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.nav-button-wrapper-4 {
  margin-left: 120px;
}

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

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

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

.header-section {
  background-color: #0000;
  padding-bottom: 0;
  padding-left: 30px;
  padding-right: 30px;
  display: none;
}

.container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 0;
  display: flex;
}

.nav-item {
  color: #faf8ff;
  margin-left: 20px;
  margin-right: 20px;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  text-decoration: none;
}

.nav-item:hover {
  font-family: Roboto, sans-serif;
  font-weight: 700;
}

.cell-14 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
}

.cell-15 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.cell-16, .cell-17 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
}

.cell-18, .cell-19 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.quick-stack-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #000;
  height: auto;
  margin-top: 0;
  margin-left: 0%;
  padding: 0 0 20px;
}

.cell-20 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 0%;
  line-height: 20vh;
}

.section-5 {
  border-top: 0 dotted #00bd92;
  border-bottom: 0 dotted #00bd92;
  width: auto;
  height: auto;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.link, .link-2, .link-3, .link-4 {
  color: #000;
  text-decoration: none;
}

.f-icon-regular-2 {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.f-footer-social-2 {
  background-color: var(--flowui-component-library--gray-200);
  width: 48px;
  height: 48px;
  color: var(--flowui-component-library--gray-900);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  transition: color .3s;
  display: flex;
}

.f-footer-social-2:hover {
  color: var(--flowui-component-library--primary-base);
}

.f-footer-social-group-2 {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.f-footer-social-row-large-2 {
  flex-direction: column;
  align-items: flex-start;
  margin-left: 60px;
  display: flex;
}

.f-footer-link-2 {
  width: 100%;
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.01em;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
  transition: color .3s;
}

.f-footer-link-2:hover {
  color: var(--flowui-component-library--primary-base);
}

.f-footer-vertical-divider-2 {
  background-color: var(--flowui-component-library--grey-300);
  width: 1px;
  height: 16px;
}

.f-footer-menu-2 {
  grid-column-gap: 24px;
  flex: none;
  align-items: center;
  display: flex;
}

.f-footer-group-2 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.f-footer-detail-2 {
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.f-footer-line-2 {
  background-color: #e4e6f1;
  width: 1px;
  height: 24px;
  margin-left: 16px;
  margin-right: 16px;
}

.f-footer-logo-xs-2 {
  width: 48px;
  height: 48px;
}

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

.f-footer-bottom-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.f-container-large-2 {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-footer-small-2 {
  background-color: var(--flowui-component-library--white);
  padding: 32px 5%;
  position: relative;
}

.cell-21 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-right: 0;
}

.cell-22 {
  color: #000;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  padding-top: 2%;
}

.link-5 {
  color: #141d5b;
  padding-left: 5%;
  padding-right: 5%;
  font-family: Roboto, sans-serif;
  font-size: 1.1vw;
  line-height: 3vh;
  text-decoration: none;
}

.link-5.w--current {
  color: #fff;
}

.link-6 {
  color: #fff;
  width: 115px;
  padding-right: 5%;
  font-family: Roboto, sans-serif;
  font-size: 1.1vw;
  line-height: 3vh;
  text-decoration: none;
}

.link-7 {
  color: #fff;
  width: 80px;
  padding-left: 0;
  padding-right: 5%;
  font-family: Roboto, sans-serif;
  font-size: 1.1vw;
  line-height: 3vh;
  text-decoration: none;
}

.link-8 {
  color: #fff;
  width: 80px;
  padding-right: 5%;
  font-family: Roboto, sans-serif;
  font-size: 1.1vw;
  line-height: 3vh;
  text-decoration: none;
}

.text-block-21 {
  color: #fff;
  padding-left: 5%;
  font-family: Roboto, sans-serif;
  font-size: 1.1vw;
  line-height: 3vh;
}

.quick-stack-5 {
  grid-column-gap: 1px;
  background-color: #000;
  background-image: url('../images/iStock-1207515536-4.jpg');
  background-position: 100% 80%;
  padding-top: 2%;
  padding-left: 5%;
  padding-right: 5%;
}

.link-9 {
  color: #fff;
  width: 80px;
  font-family: Roboto, sans-serif;
  font-size: 1.1vw;
  line-height: 3vh;
  text-decoration: none;
}

.lottie-animation {
  display: none;
}

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

.navbar-logo-left-container-2.shadow-three {
  width: 200%;
  max-width: none;
  margin-bottom: 0;
  margin-left: -40%;
  margin-right: 0;
  padding: 20px 0;
}

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

.navbar-wrapper-6 {
  justify-content: space-between;
  align-items: center;
  margin-left: -25%;
  display: flex;
}

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

.nav-link-6 {
  color: #faf8ff;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: block;
}

.nav-link-6:hover {
  color: #faf8ff;
  font-family: Roboto, sans-serif;
  font-weight: 700;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.link-10 {
  color: #faf8ff;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Roboto, sans-serif;
  text-decoration: none;
  display: block;
}

.link-10:hover {
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.navbar-no-shadow-container-5 {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: none;
  margin-left: 0%;
  margin-right: 0;
  padding: 20px 0;
}

.container-regular-5 {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper-7 {
  justify-content: space-between;
  align-items: center;
  margin-left: 5%;
  margin-right: 5%;
  padding-left: 0%;
  display: flex;
}

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

.nav-link-7 {
  color: #faf8ff;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Roboto, sans-serif;
  font-size: 1.2vw;
  line-height: 3vh;
  text-decoration: none;
}

.nav-link-7:hover {
  color: #faf8ff;
  font-family: Roboto, sans-serif;
  font-weight: 700;
}

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

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

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

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

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

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

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

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

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

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

.nav-button-wrapper-5 {
  margin-left: 120px;
}

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

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

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

.section-7 {
  margin-bottom: 0%;
  margin-left: 8%;
  margin-right: 8%;
  padding-bottom: 5%;
}

.heading-19, .bold-text-10 {
  font-size: 24px;
}

.heading-20, .heading-21, .heading-22, .heading-23, .heading-24, .heading-25 {
  font-family: Roboto, sans-serif;
  font-size: 24px;
}

.cell-23 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.cell-24 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
}

.image-11 {
  color: #fff;
  align-self: auto;
  width: 10vw;
  font-family: Roboto, sans-serif;
}

.image-12 {
  padding-left: 20px;
  padding-right: 20px;
}

.body-2 {
  background-color: #faf8ff;
}

.text-block-22 {
  font-size: 18px;
  line-height: 28px;
}

.text-block-23 {
  color: #fff;
  text-align: justify;
  padding-top: 2%;
  padding-right: 50px;
  font-family: Roboto, sans-serif;
  font-size: 1.4vw;
  line-height: 4.5vh;
}

.heading-26 {
  color: #00bd92;
  font-size: 2.5vw;
  line-height: 3vh;
}

.cell-25 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.text-block-24 {
  color: #fff;
  font-family: Roboto, sans-serif;
  font-size: 1.1vw;
  line-height: 3vh;
}

.text-block-25, .text-block-26, .text-block-27 {
  font-family: Roboto, sans-serif;
  font-size: 16px;
}

.image-13 {
  width: 280px;
}

.image-14 {
  padding-left: 20px;
  padding-right: 20px;
}

.image-15 {
  vertical-align: baseline;
  flex: 0 auto;
  order: 0;
  align-self: auto;
  margin-top: 0;
  padding: 10px;
}

.image-16, .image-17 {
  padding-left: 10px;
  padding-right: 10px;
}

.image-18 {
  padding-left: 20px;
  padding-right: 20px;
}

.navbar-no-shadow-container-6 {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 0;
}

.container-regular-6 {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper-8 {
  justify-content: space-between;
  align-items: center;
  margin-left: 5%;
  margin-right: 5%;
  display: flex;
}

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

.nav-link-8 {
  color: #faf8ff;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-8:hover {
  color: #fff;
  font-family: Roboto, sans-serif;
  font-weight: 700;
}

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

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

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

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

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

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

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

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

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

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

.nav-button-wrapper-6 {
  margin-left: 120px;
}

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

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

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

.image-20 {
  padding-left: 20px;
  padding-right: 0;
}

.bold-text-11 {
  font-family: Roboto, sans-serif;
}

.text-block-28 {
  font-family: Roboto, sans-serif;
  font-size: 16px;
}

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

.text-block-30 {
  font-family: Roboto, sans-serif;
  font-size: 16px;
}

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

.text-block-32 {
  font-family: Roboto, sans-serif;
  font-size: 16px;
}

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

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

.features-wrapper-two {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.features-left {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 40%;
  display: flex;
}

.features-paragraph {
  color: #141d5b;
  margin-bottom: 24px;
}

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

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

.features-right {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  margin-bottom: -16px;
  display: flex;
}

.features-block-two {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

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

.paragraph {
  color: #141d5b;
  text-align: left;
  font-family: Roboto, sans-serif;
  font-weight: 400;
}

.bold-text-12 {
  font-size: 20px;
}

.heading-27 {
  color: #00bd92;
}

.heading-28 {
  margin-left: 60px;
  font-size: 4vw;
  line-height: 4vh;
}

.heading-29 {
  margin-top: 10%;
  margin-bottom: 2%;
  margin-left: 5%;
  font-family: Roboto, sans-serif;
  font-size: 4vw;
  line-height: 4vh;
}

.text-span-18 {
  color: #faf8ff;
}

.text-span-19 {
  color: #00bd92;
}

.heading-30 {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 5%;
  padding-top: 3%;
  font-family: Roboto, sans-serif;
  font-size: 4vw;
  line-height: 4vh;
}

.text-span-20 {
  color: #fff;
}

.text-span-21 {
  color: #00bd92;
}

.text-block-33 {
  margin-top: 10%;
  margin-left: 5%;
  font-family: Roboto, sans-serif;
  font-size: 2vw;
  line-height: 3vh;
}

.text-span-22 {
  color: #faf8ff;
}

.text-span-23 {
  color: #00bd92;
}

.heading-31 {
  margin-top: 5px;
  margin-bottom: 0;
  margin-left: 5%;
  padding-top: 3%;
  font-family: Roboto, sans-serif;
  font-size: 4vw;
  line-height: 4vh;
}

.text-span-24 {
  color: #fff;
}

.text-span-25 {
  color: #00bd92;
}

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

.navbar-logo-center-container.shadow-three {
  width: 100%;
  max-width: 1140px;
}

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

.navbar-wrapper-three {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand-three {
  z-index: 5;
  position: absolute;
}

.nav-menu-wrapper-three {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.cell-26 {
  justify-content: center;
  align-items: flex-start;
}

.image-21 {
  text-align: left;
  position: relative;
  left: 20px;
}

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

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

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

.cell-27 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.html-embed {
  color: #fff;
}

.cell-22-copy {
  color: #000;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  padding-top: 2%;
}

.container-9 {
  max-width: 100px;
  font-size: 0;
}

.image-25 {
  margin-left: 26px;
  padding-left: 0;
}

.link-block {
  background-image: url('../images/LinkedIn_logo_initials-2.png');
  background-position: 50%;
  background-size: contain;
  width: 40px;
  height: 40px;
  margin-left: 30px;
}

.cell-35, .cell-36, .cell-37, .cell-39, .cell-40, .cell-41 {
  justify-content: center;
  align-items: center;
}

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

.cell-43, .cell-44, .cell-45 {
  justify-content: center;
  align-items: center;
}

.cell-46 {
  justify-content: center;
  align-items: center;
  padding-top: 10px;
}

@media screen and (min-width: 1280px) {
  .f-contact-image-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .f-button-neutral {
    border-radius: 0 10px;
    max-width: 130px;
    max-height: 55px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1.4vw;
    line-height: 4vh;
  }

  .f-text-area {
    border-top-width: 0;
    border-left-width: 0;
    border-right-width: 0;
  }

  .f-field-label {
    line-height: 4vh;
  }

  .f-field-input {
    border-top-width: 0;
    border-left-width: 0;
    border-right-width: 0;
  }

  .f-h3-heading {
    font-size: 2.5vw;
  }

  .f-section-large {
    background-color: #000;
    margin-bottom: 60px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .heading-4 {
    padding-top: 20px;
    font-size: 24px;
  }

  .navbar-no-shadow {
    background-color: #000;
  }

  .navbar-no-shadow-container {
    max-width: none;
    padding-right: 10px;
  }

  .container-4 {
    background-image: url('../images/iStock-1207515536-3-1.jpg');
    background-position: 0 0;
    background-size: contain;
    height: auto;
    margin-left: 0%;
    margin-right: 0%;
    padding-bottom: 0%;
  }

  .text-block-5 {
    line-height: 4vh;
  }

  .cell {
    background-color: #000;
    padding-top: 3%;
  }

  .cell-2, .cell-3, .cell-4 {
    background-color: #000;
  }

  .quick-stack {
    margin-top: 0%;
    padding-left: 164px;
    padding-right: 164px;
  }

  .body {
    background-color: #000;
  }

  .heading-7 {
    margin-top: 2%;
  }

  .section-4, .quick-stack-2 {
    background-color: #000;
  }

  .heading-9 {
    font-size: 2.5vw;
  }

  .text-block-11 {
    padding-left: 0%;
    padding-right: 15%;
    font-family: Roboto, sans-serif;
  }

  .heading-15 {
    font-size: 2.5vw;
  }

  .text-block-12 {
    padding-left: 0%;
    padding-right: 15%;
    line-height: 4vh;
  }

  .image-5 {
    padding-top: 0%;
  }

  .heading-16 {
    font-size: 2.5vw;
  }

  .cell-5 {
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .text-block-10 {
    line-height: 4vh;
  }

  .navbar-no-shadow-container-3 {
    margin-left: 40%;
    padding: 4% 0 0;
  }

  .container-regular-3 {
    margin-left: 0;
    padding-top: 5%;
  }

  .nav-link-4 {
    font-size: 20px;
  }

  .quick-stack-3 {
    grid-column-gap: 32px;
  }

  .cell-12 {
    padding-right: 5%;
  }

  .heading-17 {
    margin-top: 10%;
    font-family: Roboto, sans-serif;
    font-size: 4vw;
  }

  .text-block-18 {
    font-size: 2vw;
  }

  .heading-18 {
    font-family: Roboto, sans-serif;
    font-size: 4vw;
  }

  .text-block-19 {
    color: #faf8ff;
    text-align: justify;
    padding-right: 15%;
    line-height: 4vh;
  }

  .text-span-17 {
    font-size: 2.5vw;
  }

  .text-block-20 {
    color: #fff;
    padding-bottom: 0%;
    line-height: 4vh;
  }

  .cell-20 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .section-5 {
    border: 0 dotted #00bd92;
    border-color: #00bd92 #000;
    margin-left: 15px;
    margin-right: 15px;
    padding-top: 0;
  }

  .quick-stack-5 {
    background-color: #0000;
    background-image: url('../images/iStock-1207515536-4.jpg');
    background-position: 100% 80%;
    background-size: auto;
  }

  .navbar-logo-left-container-2.shadow-three {
    margin-left: 40px;
  }

  .navbar-wrapper-6 {
    width: 1200px;
    margin-left: -100px;
  }

  .navbar-no-shadow-container-5 {
    max-width: none;
    margin-left: 0%;
    margin-right: 0;
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-23 {
    color: #fff;
    line-height: 4vh;
  }

  .heading-26 {
    font-size: 2.5vw;
  }

  .heading-29 {
    margin-top: 10%;
    font-family: Roboto, sans-serif;
    font-size: 4vw;
  }

  .heading-30 {
    font-family: Roboto, sans-serif;
    font-size: 4vw;
  }

  .text-block-33 {
    margin-top: 10%;
    font-size: 2vw;
  }

  .heading-31 {
    margin-top: 5px;
    font-family: Roboto, sans-serif;
    font-size: 4vw;
  }

  .cell-26 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: flex-start;
  }
}

@media screen and (min-width: 1440px) {
  .f-image-cover {
    width: 100%;
    max-width: none;
    margin-left: 220px;
    padding-left: 0;
  }

  .f-contact-image-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .f-button-neutral {
    object-fit: fill;
    border: 1px #000;
    border-radius: 0 10px;
    max-width: 130px;
    max-height: 55px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1.2vw;
    line-height: 4vh;
  }

  .f-checkbox-label {
    font-size: 1.2vw;
    line-height: 4vh;
  }

  .f-text-area {
    border-top-width: 0;
    border-left-width: 0;
    border-right-width: 0;
    font-size: 20px;
  }

  .f-field-label {
    padding-top: 0;
    font-size: 1.2vw;
    line-height: 4vh;
  }

  .f-field-input {
    border-top-width: 0;
    border-left-width: 0;
    border-right-width: 0;
    font-size: 20px;
  }

  .f-h3-heading {
    margin-left: 15%;
    font-size: 2.5vw;
    line-height: 4vh;
  }

  .f-contact-grid {
    background-image: none;
    grid-template-columns: 1.25fr 1fr;
    margin-left: 0;
    margin-right: 0;
    padding-left: 30px;
  }

  .f-container-regular {
    background-image: url('../images/iStock-1207515165_1.jpg');
    background-position: 160% 100%;
    background-repeat: repeat;
    background-size: auto;
    border-radius: 0 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: auto;
    max-width: none;
    margin-left: 400px;
    margin-right: 400px;
    padding-top: 0;
    padding-left: 0;
    display: flex;
  }

  .f-section-large {
    background-color: #000;
    border-bottom: 1px dashed #000;
    margin-bottom: 30px;
    padding-top: 30px;
    padding-left: 3%;
  }

  .navbar-no-shadow {
    background-color: #000;
  }

  .navbar-no-shadow-container {
    max-width: none;
    padding-left: 0;
  }

  .nav-link-2 {
    font-size: 18px;
  }

  .container-4 {
    background-image: url('../images/iStock-1207515536-4.jpg'), url('../images/Background-header.png'), url('../images/Background-header.png');
    background-position: 0 0, 0 0, 0 0;
    background-size: auto, contain, auto;
    height: auto;
    margin-bottom: 0;
    margin-left: 10%;
    margin-right: 10%;
    padding-bottom: 20%;
  }

  .text-block-5 {
    color: #fff;
    align-self: flex-start;
    font-size: 1vw;
    line-height: 4vh;
  }

  .cell, .cell-2, .cell-3, .cell-4 {
    background-color: #000;
  }

  .quick-stack {
    margin-bottom: 0%;
    margin-left: 10%;
    margin-right: 10%;
    padding-top: 20px;
    padding-left: 164px;
    padding-right: 164px;
  }

  .section-2 {
    background-image: none;
    margin-left: 0%;
    margin-right: 0%;
  }

  .body {
    background-color: #000;
  }

  .heading-7 {
    margin-left: 15%;
    margin-right: 15%;
    padding-left: 0%;
  }

  .section-4 {
    background-color: #000;
  }

  .quick-stack-2 {
    background-color: #000;
    margin-left: 15%;
    margin-right: 15%;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-9 {
    font-size: 2.5vw;
  }

  .text-block-11 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 0%;
    padding-right: 0%;
    display: flex;
  }

  .heading-15 {
    font-size: 2.5vw;
    line-height: 4vh;
  }

  .text-block-12 {
    padding-top: 2%;
    padding-left: 0%;
    font-size: 1vw;
    line-height: 4vh;
  }

  .image-5 {
    padding-top: 0%;
    padding-left: 0%;
  }

  .heading-16 {
    margin-bottom: 20px;
    font-size: 2.5vw;
    line-height: 4vh;
  }

  .cell-5 {
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 15px;
  }

  .image-6 {
    width: 12vw;
  }

  .text-block-6 {
    font-size: 1.2vw;
    line-height: 4vh;
  }

  .image-7 {
    width: 12vw;
  }

  .text-block-15 {
    font-size: 1.2vw;
    line-height: 4vh;
  }

  .image-8 {
    width: 12vw;
  }

  .text-block-10 {
    font-size: 1.3vw;
    line-height: 4vh;
  }

  .text-block-9 {
    font-size: 1.2vw;
    line-height: 4vh;
  }

  .text-block-16 {
    font-size: 1.3vw;
    line-height: 4vh;
  }

  .text-block-17 {
    font-size: 1.2vw;
    line-height: 4vh;
  }

  .cell-6, .cell-7, .cell-8, .cell-9 {
    font-size: 20px;
    line-height: 25px;
  }

  .cell-10, .cell-11 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .navbar-no-shadow-container-3 {
    margin-left: 40%;
    padding: 3% 0 0;
  }

  .nav-link-4 {
    font-family: Roboto, sans-serif;
    font-size: 24px;
  }

  .quick-stack-3 {
    padding-top: 1%;
  }

  .text-span-10, .text-span-11 {
    font-size: 5vw;
    line-height: 20vh;
  }

  .text-span-12, .text-span-13 {
    font-size: 5vw;
    line-height: 6vh;
  }

  .heading-17 {
    margin-top: 7%;
  }

  .text-block-18 {
    margin-top: 3%;
    margin-bottom: 60px;
    font-size: 2vw;
  }

  .text-span-16 {
    text-align: justify;
  }

  .text-block-19 {
    color: #faf8ff;
    text-align: justify;
    padding-top: 2%;
    padding-right: 15%;
    font-size: 1vw;
    line-height: 4vh;
  }

  .text-span-17 {
    font-size: 2.5vw;
  }

  .text-block-20 {
    color: #dfdfe2;
    -webkit-text-stroke-color: #00062c;
    margin-left: 15%;
    margin-right: 15%;
    padding: 2% 0% 40px;
    font-size: 1vw;
    font-style: normal;
    line-height: 4vh;
  }

  .header-section {
    background-color: #000;
  }

  .container {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    max-width: none;
    display: flex;
  }

  .div-block {
    position: absolute;
  }

  .div-block-2 {
    flex-direction: row;
    justify-content: flex-start;
    display: flex;
    position: static;
  }

  .nav {
    flex: 0 auto;
  }

  .nav-item {
    color: #faf8ff;
    margin-left: 20px;
    margin-right: 20px;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    text-decoration: none;
  }

  .cell-14 {
    outline-offset: 0px;
    -webkit-text-fill-color: inherit;
    background-color: #0000;
    background-clip: border-box;
    border-top: 0 dotted #00bd92;
    border-bottom: 0 solid #0000;
    border-left: 0 dotted #00bd92;
    border-right: 1px dashed #0000;
    border-top-left-radius: 4px;
    outline: 3px #333;
    padding-top: 30px;
    padding-bottom: 30px;
    transition: opacity .2s;
  }

  .cell-15 {
    background-color: #0000;
    border-top: 0 dotted #00bd92;
    padding: 30px 5px;
  }

  .cell-16 {
    background-color: #0000;
    border-bottom: 0 dotted #00bd92;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .cell-17 {
    background-color: #0000;
    border-bottom: 0 dotted #00bd92;
    border-left: 0 dotted #00bd92;
    border-bottom-left-radius: 4px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .quick-stack-4 {
    background-color: #000;
    border-top: 0 dotted #00bd92;
    border-bottom: 0 dotted #00bd92;
    border-right: 0 dotted #00bd92;
    border-top-right-radius: 4px;
    margin-left: 10%;
    margin-right: 10%;
    padding-bottom: 0;
    padding-left: 0%;
  }

  .cell-20 {
    border-top: 0 dotted #00bd92;
    padding-top: 10px;
  }

  .section-5 {
    background-color: #000;
    border-top-width: 0;
    border-bottom-width: 0;
    margin-left: 0%;
    margin-right: 0%;
    padding-top: 0;
  }

  .cell-22 {
    padding-left: 60px;
    font-size: 1vw;
    line-height: 4vh;
    display: block;
  }

  .link-5.w--current, .link-6, .link-7, .link-8 {
    -webkit-text-stroke-color: #00062c;
    font-size: 1vw;
  }

  .text-block-21 {
    color: #fff;
    font-size: 1vw;
    line-height: 4vh;
  }

  .quick-stack-5 {
    background-color: #000;
    background-image: url('../images/iStock-1207515536-4.jpg');
    background-position: 60% 80%;
    background-size: auto;
    padding-left: 5%;
  }

  .link-9 {
    -webkit-text-stroke-color: #00062c;
    padding-right: 5%;
    font-size: 1vw;
  }

  .section-6 {
    background-image: url('../images/iStock-1207515536-4.jpg');
    background-position: 100% 80%;
    background-size: auto;
  }

  .navbar-logo-left-container-2.shadow-three {
    margin-left: 220px;
  }

  .navbar-wrapper-6 {
    width: 1350px;
    margin-left: -25%;
  }

  .navbar-no-shadow-container-5 {
    max-width: none;
    margin-left: 0%;
    margin-right: 0;
    padding-top: 20px;
    padding-right: 0;
  }

  .section-7 {
    margin-left: 3%;
  }

  .bold-text-10, .heading-21, .heading-22, .heading-25 {
    color: #00bd92;
  }

  .cell-23 {
    background-color: #0000;
    border-top: 0 dotted #00bd92;
    border-right: 0 dotted #00bd92;
    border-top-right-radius: 4px;
    padding: 30px 5px;
  }

  .cell-24 {
    background-color: #0000;
    border-bottom: 0 dotted #00bd92;
    border-right: 0 dotted #00bd92;
    border-bottom-right-radius: 4px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .image-11 {
    width: 12vw;
  }

  .image-12 {
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .body-2 {
    background-color: #00062c;
  }

  .text-block-23 {
    color: #fff;
    text-align: justify;
    -webkit-text-stroke-color: #00062c;
    background-color: #000;
    border-bottom: 0 dotted #00bd92;
    padding-top: 2%;
    padding-bottom: 40px;
    font-size: 1.2vw;
    line-height: 4vh;
  }

  .heading-26 {
    font-size: 2.5vw;
    line-height: 4vh;
  }

  .text-block-24 {
    color: #fff;
    font-size: 1vw;
    line-height: 4vh;
  }

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

  .text-block-25, .text-block-26, .text-block-27 {
    color: #fff;
  }

  .image-14 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-15 {
    color: #747474;
    -webkit-text-stroke-color: #797878;
    padding-left: 0;
    padding-right: 0;
  }

  .image-16, .image-17, .image-18 {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-link-8 {
    font-size: 20px;
  }

  .bold-text-11 {
    color: #00bd92;
    background-color: #0000;
  }

  .text-block-28, .text-block-29, .text-block-30, .text-block-31, .text-block-32 {
    color: #fff;
  }

  .heading-29 {
    margin-top: 7%;
  }

  .text-block-33 {
    margin-top: 20%;
  }

  .heading-31 {
    margin-top: 5px;
    padding-top: 5%;
  }

  .navbar-logo-center {
    background-image: linear-gradient(#000, #00062c), url('../images/gradient-17.png');
    background-position: 0 0, 0 0;
    background-size: auto, auto;
  }

  .cell-26 {
    justify-content: center;
    align-items: flex-start;
  }

  .heading-32 {
    color: #e5e0e0;
  }

  .bold-text-13, .bold-text-14, .bold-text-15 {
    color: #00bd92;
  }

  .image-21 {
    align-self: center;
  }

  .image-24 {
    margin-right: -85px;
    padding-left: 0;
    padding-right: 0;
  }

  .cell-22-copy {
    padding-left: 60px;
    font-size: 1vw;
    line-height: 4vh;
    display: block;
  }

  .link-block {
    width: 50px;
    height: 50px;
    margin-left: 30px;
  }

  .cell-43, .cell-44, .cell-46 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media screen and (min-width: 1920px) {
  .f-image-cover {
    width: 100%;
    margin-left: -150px;
    margin-right: 0;
    padding-top: 100px;
    padding-right: 40px;
    display: block;
  }

  .f-contact-image-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .f-button-neutral {
    aspect-ratio: auto;
    object-fit: none;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    max-width: 160px;
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 1.2vw;
    line-height: 2.7vh;
    display: block;
  }

  .f-text-area {
    border-width: 0 0 1px;
    min-width: 500px;
  }

  .f-field-label {
    margin-bottom: 0;
    padding-top: 0;
  }

  .f-field-input {
    border-width: 0 0 1px;
    min-width: 500px;
    min-height: 48px;
    margin-bottom: 5px;
    padding-top: 12px;
  }

  .f-contact-form {
    text-align: left;
    background-image: url('../images/iStock-1207515165.jpg');
    background-position: 0 0;
    background-size: auto;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
    justify-content: flex-start;
    align-items: center;
    margin-left: 300px;
    margin-right: 300px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .f-paragraph-large {
    font-size: 20px;
  }

  .f-h3-heading {
    margin-left: 15%;
    padding-top: 20px;
    padding-right: 15%;
    font-size: 2.5vw;
    line-height: 4vh;
  }

  .f-contact-grid {
    text-align: left;
    grid-template-columns: .75fr 1fr;
    justify-content: stretch;
    width: auto;
    height: auto;
    padding-bottom: 0;
    padding-left: 0;
  }

  .f-container-regular {
    background-position: 245% 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 40px 500px 0;
    padding-bottom: 0;
    display: flex;
  }

  .f-section-large {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: left;
    background-color: #000;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    height: 750px;
    margin: 0 15px;
    padding: 40px 0%;
    line-height: 28px;
    display: block;
    position: static;
    left: auto;
  }

  .f-image-cover-3 {
    max-width: none;
  }

  .f-h3-heading-2 {
    font-size: 45px;
  }

  .f-grid-two-column {
    grid-column-gap: 90px;
    grid-row-gap: 40px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 1500px;
    display: grid;
  }

  .f-container-regular-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .f-footer-small {
    padding-left: 0%;
    padding-right: 0%;
  }

  .navbar-no-shadow-container {
    text-align: left;
    object-fit: fill;
    background-color: #000;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding-top: 40px;
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
    display: block;
    position: absolute;
  }

  .navbar-wrapper-2 {
    text-align: left;
    flex-direction: row;
    justify-content: space-between;
    width: 1500px;
    display: flex;
    position: relative;
  }

  .nav-link-2 {
    padding-right: 10px;
    font-size: 25px;
  }

  .container-4 {
    aspect-ratio: 2;
    background-image: url('../images/iStock-1207515536-4.jpg'), url('../images/Background-header.png'), url('../images/Background-header.png');
    background-position: 0 0, 0 0, 0 0;
    background-size: auto, contain, auto;
    height: 100%;
    margin: 3px 10% 0;
    padding-bottom: 0%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .heading-5 {
    margin-left: 5%;
    font-size: 80px;
  }

  .text-span, .text-span-2 {
    font-size: 80px;
  }

  .text-span-3 {
    font-size: 40px;
  }

  .text-span-5, .text-span-6 {
    font-size: 80px;
  }

  .text-span-9 {
    font-size: 40px;
  }

  .fn-features-card-image {
    margin-left: 0%;
  }

  .fn-features-card-with-image {
    padding-left: 0%;
  }

  .fn-heading-2 {
    margin-top: 5%;
    font-size: 45px;
  }

  .fn-container-grid {
    grid-column-gap: 134px;
    max-width: none;
    margin-bottom: 0;
    padding-top: 0%;
    padding-left: 0;
    padding-right: 0;
  }

  .image {
    display: inline-block;
  }

  .navbar-no-shadow-container-2, .fn-container-grid-2 {
    max-width: none;
  }

  .heading-6 {
    font-family: Roboto, sans-serif;
    font-size: 2vw;
  }

  .text-block-5 {
    align-self: flex-start;
    margin-top: 4%;
    margin-left: 5%;
    margin-right: 5%;
    font-family: Roboto, sans-serif;
    font-size: 1.2vw;
    line-height: 3.5vh;
  }

  .cell {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-radius: 4px;
    padding-left: 0;
  }

  .cell-2, .cell-3, .cell-4 {
    border-radius: 4px;
  }

  .quick-stack {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    margin: 0% 15%;
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .section-2 {
    background-image: none;
    margin-left: 0%;
    margin-right: 0%;
  }

  .body {
    background-color: #000;
    font-size: 14px;
  }

  .heading-7 {
    margin-bottom: 40px;
    font-size: 40px;
  }

  .section-3 {
    background-color: #141d5b;
  }

  .section-4 {
    background-color: #000;
  }

  .quick-stack-2 {
    background-color: #000;
    margin-left: 15%;
    margin-right: 15%;
    padding-top: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-9 {
    text-transform: none;
    font-size: 2.5vw;
    line-height: 3vh;
  }

  .text-block-11 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: left;
    letter-spacing: 0;
    text-indent: 0;
    text-transform: none;
    column-count: 0;
    white-space: normal;
    object-fit: fill;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    height: 100%;
    padding-left: 0%;
    padding-right: 0%;
    font-family: Roboto, sans-serif;
    font-size: 30px;
    display: flex;
    position: static;
  }

  .heading-15 {
    font-size: 2.5vw;
    line-height: 3vh;
  }

  .text-block-12 {
    color: #faf8ff;
    margin-bottom: 2%;
    padding-top: 1%;
    padding-left: 0%;
    padding-right: 0%;
    font-size: 1.2vw;
    line-height: 3.5vh;
  }

  .image-5 {
    width: 100%;
    height: 80%;
  }

  .heading-16 {
    margin-bottom: 40px;
    font-size: 2.5vw;
    line-height: 3vh;
  }

  .cell-5 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .image-6 {
    width: 10vw;
    max-width: none;
  }

  .text-block-6 {
    color: #faf8ff;
    line-height: 3.5vh;
  }

  .image-7 {
    width: 10vw;
  }

  .text-block-15 {
    color: #faf8ff;
    line-height: 3.5vh;
  }

  .image-8 {
    width: 10vw;
  }

  .text-block-10 {
    color: #faf8ff;
  }

  .text-block-9 {
    color: #faf8ff;
    line-height: 3.5vh;
  }

  .text-block-16 {
    color: #faf8ff;
  }

  .text-block-17 {
    color: #faf8ff;
    line-height: 3.5vh;
  }

  .cell-10, .cell-11 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .navbar-no-shadow-container-3 {
    margin-left: 60%;
    padding: 6% 5% 5%;
  }

  .nav-link-4 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    font-size: 28px;
  }

  .quick-stack-3 {
    padding-top: 0;
    padding-left: 0%;
  }

  .image-9 {
    margin-left: 10%;
  }

  .cell-12 {
    padding-right: 0%;
  }

  .text-span-10, .text-span-11 {
    font-size: 4vw;
    line-height: 20vh;
  }

  .text-span-12, .text-span-13 {
    font-size: 5vw;
    line-height: 6vh;
  }

  .text-span-14, .text-span-15 {
    font-size: 2vw;
  }

  .heading-17 {
    margin-top: 7%;
    font-size: 80px;
    line-height: 3vh;
    display: block;
  }

  .text-block-18 {
    text-align: right;
    margin-top: 0%;
    margin-bottom: 60px;
    margin-right: 10px;
    font-size: 2vw;
  }

  .heading-18 {
    margin-top: 0%;
    padding-top: 0%;
    padding-bottom: 0;
    font-size: 80px;
  }

  .text-span-16 {
    text-shadow: 0 1px 1px #0003;
    padding-bottom: 0%;
    line-height: 30px;
    display: block;
  }

  .text-block-19 {
    padding-bottom: 2%;
    padding-right: 0%;
    font-size: 1.2vw;
    line-height: 3.5vh;
  }

  .text-span-17 {
    font-size: 2.5vw;
    line-height: 4vh;
  }

  .text-block-20 {
    margin-left: 15%;
    margin-right: 15%;
    padding: 2% 3% 40px 0%;
    font-size: 1.2vw;
    line-height: 4vh;
  }

  .navbar-no-shadow-container-4 {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .navbar-wrapper-5 {
    aspect-ratio: auto;
    justify-content: space-between;
    width: 120%;
    margin-right: 0%;
    display: flex;
  }

  .container {
    max-width: none;
  }

  .nav {
    font-size: 22px;
  }

  .nav-item {
    font-size: 22px;
    font-weight: 400;
  }

  .cell-15, .cell-16 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .cell-19 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .quick-stack-4 {
    background-color: #000;
    margin-top: 0;
    padding: 0 0%;
  }

  .section-5 {
    background-color: #000;
    border-top-width: 0;
    border-bottom-width: 0;
    margin-top: 30px;
    margin-left: 0%;
    margin-right: 0%;
    padding-top: 0;
  }

  .cell-21 {
    font-size: 1vw;
    line-height: 4vh;
  }

  .cell-22 {
    padding-top: 3%;
    padding-left: 5%;
    display: block;
  }

  .link-5 {
    font-size: 1.1vw;
    line-height: 3vh;
  }

  .link-6, .link-7, .link-8 {
    width: 120px;
    font-size: 1.1vw;
    line-height: 3vh;
  }

  .text-block-21 {
    color: #fff;
    font-size: 1.1vw;
    line-height: 3vh;
  }

  .quick-stack-5 {
    background-color: #000;
    background-image: url('../images/iStock-1207515536-4.jpg');
    background-position: 50% 80%;
    background-size: auto;
    margin-top: 0;
    margin-bottom: 50px;
    margin-left: 3%;
    padding-left: 20px;
  }

  .link-9 {
    width: 120px;
    padding-right: 5%;
    font-size: 1.1vw;
    line-height: 3vh;
  }

  .section-6 {
    clear: right;
    margin-top: 100px;
  }

  .navbar-logo-left-container-2.shadow-three {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-wrapper-6 {
    width: 1800px;
    margin-left: -45%;
    margin-right: 0;
  }

  .nav-link-6, .link-10 {
    font-size: 22px;
    line-height: 28px;
  }

  .link-10:hover {
    font-size: 22px;
  }

  .navbar-no-shadow-container-5 {
    max-width: none;
    margin-left: 0%;
    margin-right: 0%;
    padding-top: 35px;
    padding-right: 0;
  }

  .container-regular-5 {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .navbar-wrapper-7 {
    margin-right: 5%;
    padding-right: 0;
  }

  .nav-link-7 {
    padding-right: 20px;
    font-size: 1.2vw;
    line-height: 3vh;
  }

  .section-7 {
    margin-left: 3%;
    margin-right: 10%;
    padding-bottom: 2%;
  }

  .heading-19 {
    font-family: Roboto, sans-serif;
  }

  .cell-23, .cell-24 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .image-11 {
    width: 10vw;
  }

  .image-12 {
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-23 {
    background-color: #000;
  }

  .heading-26 {
    font-family: Roboto, sans-serif;
    font-size: 2.5vw;
    line-height: 4vh;
  }

  .text-block-24 {
    color: #fff;
  }

  .div-block-3 {
    height: 587.141px;
    margin-left: 0%;
  }

  .text-block-25, .text-block-26 {
    font-family: Roboto, sans-serif;
    font-size: 16px;
  }

  .text-block-27 {
    font-family: Roboto, sans-serif;
  }

  .image-13 {
    padding-left: 0;
  }

  .image-14 {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-link-8 {
    margin-left: 20px;
    font-size: 25px;
  }

  .image-20 {
    padding-left: 0;
  }

  .heading-28 {
    margin-left: 5px;
  }

  .heading-29 {
    margin-top: 7%;
    font-size: 80px;
    line-height: 3vh;
  }

  .text-span-18, .text-span-19 {
    font-size: 4.5vw;
    line-height: 6vh;
  }

  .heading-30 {
    margin-top: 0%;
    font-size: 80px;
  }

  .text-span-20 {
    font-size: 5vw;
    line-height: 6vh;
  }

  .text-span-21 {
    font-size: 5vw;
  }

  .text-block-33 {
    margin-top: 10%;
    font-size: 2vw;
  }

  .text-span-22, .text-span-23 {
    font-size: 2vw;
  }

  .heading-31 {
    margin-top: 5%;
    margin-bottom: 0;
    font-size: 80px;
  }

  .text-span-24 {
    font-size: 4.5vw;
    line-height: 6vh;
  }

  .text-span-25 {
    font-size: 4.5vw;
  }

  .cell-26 {
    justify-content: flex-start;
    align-items: flex-start;
    padding-right: 0;
  }

  .image-21 {
    flex: 0 auto;
    order: 0;
    align-self: center;
    margin-bottom: 2%;
  }

  .image-24 {
    margin-right: 61px;
    padding-right: 0;
  }

  .cell-22-copy {
    padding-top: 3%;
    padding-left: 5%;
    display: block;
  }

  .link-block {
    width: 60px;
    height: 60px;
    margin-left: 30px;
  }

  .cell-38, .cell-42 {
    justify-content: center;
    align-items: center;
  }

  .form {
    -webkit-text-fill-color: inherit;
    background-image: url('../images/istockphoto-1348169049-612x612.jpg');
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-clip: border-box;
    margin-bottom: 100px;
  }

  .form-2 {
    -webkit-text-fill-color: inherit;
    background-image: none;
    background-clip: border-box;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
  }

  .form-block {
    margin-bottom: 0;
  }
}

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

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

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

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

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

  .menu-button {
    padding: 12px;
  }

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

  .f-image-cover {
    display: none;
  }

  .f-contact-image-wrapper {
    max-width: 100%;
  }

  .f-button-neutral {
    aspect-ratio: auto;
    object-fit: fill;
    min-height: 48px;
    max-height: 54px;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 2.5vw;
    line-height: 6.5vh;
    display: block;
  }

  .f-checkbox-label {
    font-size: 2.5vw;
    line-height: 6.5vh;
  }

  .f-text-area {
    border-top-width: 0;
    border-left-width: 0;
    border-right-width: 0;
    margin-bottom: 5px;
  }

  .f-field-label {
    min-width: 3px;
    min-height: 5px;
    font-size: 2.5vw;
    line-height: 6.5vh;
  }

  .f-margin-bottom-16 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 2.5vw;
    line-height: 6.5vh;
    display: flex;
  }

  .f-field-input {
    border-width: 0 0 1px;
    min-width: 0;
    margin-bottom: 5px;
    padding-right: 16px;
  }

  .f-h3-heading {
    padding-bottom: 0;
    font-size: 4vw;
    line-height: 5vh;
  }

  .f-contact-grid {
    color: #00bd92;
    background-color: #181818;
    background-image: none;
    grid-template-columns: 1fr;
    place-items: start stretch;
    margin-left: 0;
    margin-right: 0;
    padding-top: 25px;
  }

  .f-section-large {
    z-index: 12;
    background-color: #000;
    position: static;
  }

  .f-header-image-wrapper-tall {
    max-width: none;
    height: 360px;
  }

  .f-header-grid {
    grid-template-columns: 1fr;
  }

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

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

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

  .f-content-image-wrapper {
    max-width: 100%;
  }

  .f-grid-two-column {
    grid-template-columns: 1fr;
  }

  .heading-4 {
    padding-left: 0%;
  }

  .f-footer-social-row-large {
    margin-left: 0;
  }

  .f-footer-group {
    grid-row-gap: 16px;
    flex-direction: column;
  }

  .f-footer-bottom {
    grid-row-gap: 24px;
    flex-direction: row;
  }

  .f-footer-small {
    flex-direction: column;
    display: flex;
  }

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

  .nav-menu {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-link-2 {
    color: #141d5b;
    padding-left: 5px;
    padding-right: 5px;
  }

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

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button-2 {
    padding: 12px;
  }

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

  .container-4 {
    z-index: 0;
    aspect-ratio: auto;
    background-image: url('../images/iStock-1207515536-3-1.jpg'), url('../images/Background-header.png');
    background-position: 0 0, 0 0;
    background-size: auto, auto;
    max-width: none;
    height: 600px;
    padding-bottom: 0;
    display: block;
    position: static;
  }

  .icon {
    color: #faf8ff;
  }

  .heading-5 {
    margin-left: 5%;
  }

  .text-span-3, .text-span-9 {
    font-size: 18px;
  }

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

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

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

  .fn-container-grid {
    grid-column-gap: 25px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    margin-bottom: 2%;
    padding-top: 0%;
  }

  .fn-section {
    padding-top: 0;
    padding-bottom: 0;
  }

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

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

  .nav-menu-2 {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

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

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

  .nav-button-wrapper-2 {
    width: 100%;
    margin-left: 0;
  }

  .menu-button-3 {
    padding: 12px;
  }

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

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

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

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

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

  .fn-pricing-tabs-link-right:hover {
    color: #ecf0ef;
    border-top-color: #ecf0ef;
    border-bottom-color: #ecf0ef;
    border-right-color: #ecf0ef;
  }

  .fn-pricing-tabs-link-right.w--current:hover {
    color: #1d1f14;
    background-color: #df0;
  }

  .fn-pricing-tabs-link-left:hover {
    color: #ecf0ef;
    border-top-color: #ecf0ef;
    border-bottom-color: #ecf0ef;
    border-left-color: #ecf0ef;
  }

  .fn-pricing-tabs-link-left.w--current:hover {
    color: #1d1f1e;
    background-color: #df0;
  }

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

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

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

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

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

  .heading-6 {
    color: #faf8ff;
    font-size: 4vw;
    line-height: 5vh;
  }

  .text-block-5 {
    color: #faf8ff;
    font-size: 2.5vw;
    line-height: 6.5vh;
  }

  .cell, .cell-2, .cell-3, .cell-4 {
    background-color: #000;
  }

  .quick-stack {
    margin-bottom: 0%;
  }

  .section-2 {
    z-index: 0;
    position: static;
  }

  .body {
    background-color: #000;
  }

  .section-4 {
    z-index: 12;
    background-color: #000;
    position: static;
  }

  .quick-stack-2 {
    -webkit-text-fill-color: inherit;
    background-color: #000;
    background-clip: border-box;
  }

  .heading-9, .heading-15 {
    font-size: 4vw;
    line-height: 5vh;
  }

  .text-block-12 {
    font-size: 2.5vw;
    line-height: 6.5vh;
  }

  .image-5 {
    padding-top: 5%;
    display: none;
  }

  .heading-16 {
    font-size: 4vw;
    line-height: 5vh;
  }

  .image-6 {
    width: 20vw;
  }

  .text-block-6 {
    font-size: 2.5vw;
    line-height: 6.5vh;
  }

  .image-7 {
    width: 20vw;
  }

  .text-block-15 {
    font-size: 2.5vw;
    line-height: 6.5vh;
  }

  .image-8 {
    width: 20vw;
  }

  .text-block-10, .text-block-9, .text-block-16, .text-block-17 {
    font-size: 2.5vw;
    line-height: 6.5vh;
  }

  .cell-10, .cell-11 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .navbar-no-shadow-3 {
    color: #000;
  }

  .navbar-no-shadow-container-3 {
    z-index: 0;
    color: #fff;
    max-width: none;
    margin-left: 100%;
    padding: 0;
  }

  .navbar-no-shadow-container-3:hover {
    margin-left: 100%;
    margin-right: 10%;
  }

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

  .nav-menu-3 {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-right: 250%;
    padding-left: 0;
    display: flex;
  }

  .nav-link-4 {
    color: #faf8ff;
    margin-left: 0;
    padding-left: 0;
    padding-right: 5px;
  }

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

  .nav-button-wrapper-3 {
    width: 100%;
    margin-left: 0;
  }

  .menu-button-4 {
    padding: 12px;
  }

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

  .quick-stack-3 {
    margin-left: 0%;
    padding-top: 0;
    padding-left: 3%;
    padding-right: 0;
  }

  .cell-12 {
    padding-top: 2%;
    padding-left: 60%;
  }

  .icon-2 {
    color: #faf8ff;
  }

  .heading-17 {
    margin-top: 15%;
  }

  .heading-18 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .fn-logos-masonary-logo {
    height: 30px;
  }

  .fn-logos-card {
    min-height: 120px;
  }

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

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

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

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

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

  .text-block-19 {
    text-align: justify;
    font-size: 2.5vw;
    line-height: 6.5vh;
  }

  .fn-logos-masonary-logo-2 {
    height: 30px;
  }

  .fn-logos-card-2 {
    min-height: 120px;
  }

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

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

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

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

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

  .text-span-17 {
    font-size: 4vw;
    line-height: 5vh;
  }

  .text-block-20 {
    color: #fff;
    text-align: justify;
    font-size: 2.5vw;
    line-height: 6.5vh;
  }

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

  .nav-menu-4 {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

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

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

  .nav-button-wrapper-4 {
    width: 100%;
    margin-left: 0;
  }

  .menu-button-6 {
    padding: 12px;
  }

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

  .header-section {
    display: none;
  }

  .logowrapper {
    z-index: 9;
    position: relative;
  }

  .nav {
    text-align: center;
    background-color: #000;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: 100vh;
    margin-left: -100%;
    padding-top: 0;
    padding-left: 24px;
    font-size: 16px;
    line-height: 28px;
    display: flex;
    position: fixed;
    inset: 0%;
  }

  .nav-item {
    flex-direction: row;
    justify-content: flex-start;
    padding-bottom: 27px;
    padding-right: 0;
    font-size: 22px;
    display: block;
  }

  .cell-14, .cell-15 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .cell-16, .cell-17 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .quick-stack-4 {
    background-color: #000;
    height: auto;
    margin-right: 3%;
    padding-bottom: 0;
  }

  .cell-20 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .section-5 {
    z-index: 12;
    background-color: #000;
    border: 0 dotted #00bd92;
    border-left: 3px dotted #000;
    border-right: 3px dotted #000;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    margin-left: 20px;
    margin-right: 20px;
    padding-bottom: 40px;
    padding-left: 0;
    display: flex;
    position: static;
  }

  .f-footer-social-row-large-2 {
    margin-left: 0;
  }

  .f-footer-group-2 {
    grid-row-gap: 16px;
    flex-direction: column;
  }

  .f-footer-bottom-2 {
    grid-row-gap: 24px;
    flex-direction: column;
  }

  .cell-21 {
    text-align: left;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding-right: 0;
  }

  .cell-22 {
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    padding-left: 0;
    padding-right: 0;
    font-family: Roboto, sans-serif;
    font-size: 14px;
  }

  .link-5 {
    color: #fff;
    padding-top: 0%;
    padding-left: 0%;
    padding-right: 0%;
    font-size: 2vw;
    line-height: 6.5vh;
  }

  .link-5.w--current {
    text-align: center;
    flex: 0 auto;
    width: 130px;
    height: 50px;
    padding-top: 0%;
    padding-right: 0%;
  }

  .link-6 {
    text-align: left;
    width: 200px;
    padding-top: 0%;
    padding-right: 0%;
    font-size: 2vw;
    line-height: 6.5vh;
  }

  .link-7 {
    text-align: left;
    padding-right: 0%;
    font-size: 2vw;
    line-height: 6.5vh;
  }

  .link-8 {
    text-align: left;
    width: 130px;
    padding-top: 0%;
    padding-right: 0%;
    font-size: 2vw;
    line-height: 6.5vh;
  }

  .text-block-21 {
    width: 250px;
    padding-right: 0;
    font-size: 2vw;
    line-height: 6.5vh;
  }

  .quick-stack-5 {
    background-color: #0000;
    background-image: none;
    padding-top: 5%;
  }

  .link-9 {
    text-align: left;
    padding-top: 0%;
    font-size: 2vw;
    line-height: 6vh;
  }

  .section-6 {
    z-index: 12;
    background-color: #000;
    background-image: url('../images/iStock-1207515536-4.jpg');
    background-position: 100% 80%;
    background-size: auto;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
    position: static;
  }

  .lottie-animation {
    z-index: 10;
    cursor: pointer;
    flex-direction: row;
    width: 45px;
    height: 48px;
    display: flex;
    position: relative;
  }

  .navbar-logo-left-container-2.shadow-three {
    width: 100%;
    margin-left: -20%;
  }

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

  .navbar-wrapper-6 {
    width: 100%;
    margin-left: -15%;
  }

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

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

  .nav-link-6 {
    color: #000;
    padding-left: 5px;
    padding-right: 5px;
  }

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

  .menu-button-7 {
    padding: 12px;
  }

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

  .link-10 {
    color: #000;
  }

  .icon-3 {
    color: #fff;
    font-size: 22px;
    line-height: 28px;
  }

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

  .nav-menu-5 {
    background-color: #000;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-link-7 {
    color: #faf8ff;
    margin-right: 0;
    padding-left: 5px;
    padding-right: 0;
    font-size: 1.5vw;
  }

  .nav-link-7:hover {
    color: #faf8ff;
  }

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

  .nav-button-wrapper-5 {
    width: 100%;
    margin-left: 0;
  }

  .menu-button-8 {
    background-color: #0000;
    padding: 12px;
  }

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

  .icon-4 {
    color: #faf8ff;
  }

  .cell-23 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .cell-24 {
    padding-bottom: 0;
  }

  .image-11 {
    width: 20vw;
  }

  .image-12 {
    padding-bottom: 0%;
  }

  .text-block-23 {
    color: #fff;
    padding-bottom: 40px;
    padding-right: 0;
    font-size: 2.5vw;
    line-height: 6.5vh;
  }

  .heading-26 {
    font-family: Roboto, sans-serif;
    font-size: 4vw;
    line-height: 5vh;
  }

  .text-block-24 {
    background-color: #0000;
    font-size: 2vw;
    line-height: 6.5vh;
  }

  .navbar-no-shadow-container-6 {
    padding-left: 0;
    padding-right: 0;
  }

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

  .nav-menu-6 {
    background-color: #000;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

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

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

  .nav-button-wrapper-6 {
    width: 100%;
    margin-left: 0;
  }

  .menu-button-9 {
    flex-direction: row;
    padding: 12px;
    display: block;
  }

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

  .icon-5 {
    color: #faf8ff;
  }

  .image-19 {
    padding-right: 40px;
  }

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

  .features-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .features-left {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .features-right {
    max-width: 100%;
  }

  .heading-29 {
    margin-top: 7%;
  }

  .heading-30 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .text-block-33 {
    margin-top: 25%;
  }

  .heading-31 {
    margin-top: 5px;
    margin-bottom: 0;
  }

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

  .navbar-wrapper-three {
    justify-content: space-between;
  }

  .navbar-brand-three {
    position: relative;
  }

  .nav-menu-wrapper-three {
    background-color: #0000;
    top: 70px;
  }

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

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

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

  .menu-button-10 {
    padding: 12px;
  }

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

  .cell-26 {
    text-align: left;
    justify-content: center;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .image-21 {
    text-align: left;
    max-width: 80%;
  }

  .image-22 {
    max-width: 80%;
    margin-left: 0;
    margin-right: 0;
  }

  .container-8 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .image-23 {
    max-width: 80%;
  }

  .image-24 {
    max-width: 80%;
    margin-bottom: 36px;
  }

  .cell-22-copy {
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    padding-left: 0;
    padding-right: 0;
    font-family: Roboto, sans-serif;
    font-size: 14px;
  }

  .link-block {
    width: 50px;
    height: 50px;
    margin-left: 0;
  }

  .cell-40, .cell-41 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .cell-42 {
    justify-content: center;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .cell-43, .cell-44, .cell-46 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .navbar-logo-left-container {
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

  .f-contact-image-wrapper {
    max-width: 100%;
  }

  .f-button-neutral {
    min-width: 2.5vw;
    max-width: 120px;
    height: auto;
    min-height: 40px;
    max-height: 40px;
    padding-left: 32px;
    font-size: 2.5vw;
    font-weight: 400;
    line-height: 3vh;
  }

  .f-checkbox-label, .f-field-label {
    font-size: 2.5vw;
    line-height: 7vh;
  }

  .f-h3-heading {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 4vw;
  }

  .f-contact-grid {
    background-position: -22% 300%;
    grid-template-columns: 1fr;
  }

  .f-section-large {
    padding-top: 30px;
    padding-bottom: 72px;
  }

  .f-header-image-wrapper-tall {
    height: 400px;
  }

  .f-h1-heading {
    margin-top: 0;
    font-size: 48px;
  }

  .f-section-large-2 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .hero-heading-left {
    padding: 60px 15px;
  }

  .text-block-3 {
    font-size: 38px;
  }

  .f-h3-heading-2 {
    font-size: 40px;
  }

  .f-section-regular {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .f-footer-menu {
    margin-right: 0;
    padding-right: 0;
  }

  .f-footer-bottom {
    flex-direction: column;
    justify-content: space-between;
  }

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

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

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

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

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

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

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

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

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

  .container-4 {
    aspect-ratio: auto;
    background-image: url('../images/iStock-1207515536-3-1.jpg');
    background-position: 0 0;
    background-size: auto;
    height: 600px;
  }

  .heading-5 {
    font-size: 15px;
  }

  .text-span, .text-span-2 {
    font-size: 30px;
  }

  .text-span-3 {
    font-size: 15px;
  }

  .text-span-5, .text-span-6 {
    font-size: 30px;
  }

  .text-span-8 {
    color: #00bd92;
  }

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

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

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

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

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

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

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

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

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

  .nav-menu-2 {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

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

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

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

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

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

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

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

  .fn-button {
    width: 100%;
  }

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

  .fn-feature-pricing-card {
    padding: 24px;
  }

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

  .fn-classic-pricing-card {
    padding: 24px;
  }

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

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

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

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

  .fn-heading-10 {
    font-size: 24px;
  }

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

  .text-block-5, .text-block-12 {
    font-size: 2.5vw;
    line-height: 7vh;
  }

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

  .text-block-6, .text-block-15 {
    font-size: 2.5vw;
    line-height: 7vh;
  }

  .text-block-10 {
    margin-bottom: 10px;
    font-size: 3vw;
    line-height: 7vh;
  }

  .text-block-9 {
    font-size: 2.5vw;
    line-height: 7vh;
  }

  .text-block-16 {
    margin-bottom: 10px;
    font-size: 3vw;
    line-height: 7vh;
  }

  .text-block-17 {
    font-size: 2.5vw;
    line-height: 7vh;
  }

  .navbar-no-shadow-container-3 {
    margin-left: 300%;
    padding-top: 15px;
    padding-bottom: 20px;
  }

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

  .nav-menu-3 {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

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

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

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

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

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

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

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

  .icon-2 {
    color: #faf8ff;
  }

  .cell-13 {
    padding-top: 5%;
  }

  .heading-17 {
    margin-top: 25%;
    font-family: Roboto, sans-serif;
    font-size: 34px;
  }

  .text-block-18 {
    font-size: 2.5vw;
  }

  .heading-18 {
    font-family: Roboto, sans-serif;
    font-size: 34px;
  }

  .fn-logos-card {
    min-height: 80px;
  }

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

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

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

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

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

  .text-block-19 {
    font-size: 2.5vw;
    line-height: 7vh;
  }

  .fn-logos-card-2 {
    min-height: 80px;
  }

  .fn-logos-grid-2 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    margin-bottom: 12px;
  }

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

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

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

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

  .text-span-17 {
    font-size: 5vw;
    line-height: 6vh;
  }

  .text-block-20 {
    font-size: 2.5vw;
    line-height: 7vh;
  }

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

  .nav-menu-4 {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

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

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

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

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

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

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

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

  .logowrapper {
    z-index: 9;
    position: relative;
  }

  .nav {
    z-index: 5;
  }

  .quick-stack-4 {
    margin-bottom: 3%;
  }

  .section-5 {
    border-left-width: 0;
    border-right-width: 0;
  }

  .cell-21 {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding-right: 0;
  }

  .cell-22 {
    text-align: left;
    padding-left: 0;
    font-size: 2.5vw;
    line-height: 4vh;
  }

  .link-5 {
    font-size: 2.5vw;
    line-height: 7vh;
  }

  .link-5.w--current {
    font-size: 3vw;
  }

  .link-6 {
    width: 150px;
    font-size: 2.5vw;
    line-height: 7vh;
  }

  .link-7 {
    text-align: left;
    font-size: 2.5vw;
    line-height: 7vh;
  }

  .link-8 {
    font-size: 2.5vw;
    line-height: 7vh;
  }

  .text-block-21 {
    width: 220px;
    margin-right: -47px;
    padding-right: 0;
    font-size: 2.5vw;
    line-height: 7vh;
  }

  .quick-stack-5 {
    text-align: left;
    background-color: #0000;
  }

  .link-9 {
    font-size: 2.5vw;
    line-height: 7vh;
  }

  .section-6 {
    -webkit-text-fill-color: inherit;
    background-color: #0000;
    background-image: url('../images/iStock-1207515536-4.jpg');
    background-position: 50% 33%;
    background-size: auto;
    background-clip: border-box;
  }

  .lottie-animation {
    color: #fff;
  }

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

  .navbar-logo-left-container-2.shadow-three {
    margin-left: 10px;
  }

  .navbar-wrapper-6 {
    width: 70%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .nav-menu-5 {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link-7 {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 2.5vw;
    display: inline-block;
  }

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

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

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

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

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

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

  .cell-23 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .image-11 {
    width: 20vw;
  }

  .image-12 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-23, .text-block-24 {
    font-size: 2.5vw;
    line-height: 7vh;
  }

  .image-14, .image-15, .image-16, .image-17, .image-18 {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .nav-menu-6 {
    flex-direction: column;
    padding-bottom: 0;
    padding-left: 0;
  }

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

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

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

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

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

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

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

  .features-list {
    padding: 60px 15px;
  }

  .heading-29 {
    text-align: left;
    margin-top: 10%;
    margin-bottom: 0%;
    padding-bottom: 0;
    font-family: Roboto, sans-serif;
    font-size: 34px;
    line-height: 7vh;
  }

  .text-span-18, .text-span-19 {
    font-size: 34px;
    line-height: 6vh;
  }

  .heading-30 {
    font-family: Roboto, sans-serif;
    font-size: 34px;
  }

  .text-block-33 {
    text-align: left;
    margin-top: 20%;
    margin-bottom: 0;
    font-size: 5vw;
    line-height: 5vh;
  }

  .text-span-22, .text-span-23 {
    font-size: 3vw;
    line-height: 6vh;
  }

  .heading-31 {
    text-align: left;
    margin-top: 30px;
    margin-bottom: 10px;
    padding-top: 0%;
    font-family: Roboto, sans-serif;
    font-size: 34px;
    line-height: 7vh;
  }

  .text-span-24, .text-span-25 {
    font-size: 34px;
    line-height: 6vh;
  }

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

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

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

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

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

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

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

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

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

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

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

  .image-24 {
    max-width: 80%;
    margin-bottom: 0;
  }

  .cell-22-copy {
    text-align: left;
    padding-left: 0;
    font-size: 2.5vw;
    line-height: 4vh;
  }

  .link-block {
    width: 50px;
    height: 50px;
    margin-left: 58px;
  }
}

@media screen and (max-width: 479px) {
  .containe {
    max-width: none;
  }

  .navbar-wrapper {
    margin-left: 10px;
  }

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

  .nav-link {
    color: #000;
  }

  .f-button-neutral {
    color: var(--white);
    font-size: 5vw;
  }

  .f-checkbox-label {
    width: 200px;
    padding-left: 6px;
    font-size: 4vw;
    line-height: 4vh;
  }

  .f-text-area {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .f-field-label {
    margin-bottom: 0;
    font-size: 4vw;
  }

  .f-margin-bottom-16 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .f-field-input {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .f-contact-form {
    line-height: 4vh;
  }

  .f-h3-heading {
    padding-top: 20px;
    padding-bottom: 0;
    font-size: 9vw;
    line-height: 6vh;
  }

  .f-contact-grid {
    background-position: 4% 200%;
    padding-left: 20px;
    padding-right: 0;
  }

  .f-section-large {
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

  .text-block-3 {
    font-size: 20px;
  }

  .f-image-cover-3 {
    height: 100%;
  }

  .f-footer-vertical-divider {
    display: none;
  }

  .f-footer-menu {
    flex-direction: column;
    justify-content: space-around;
  }

  .f-footer-bottom, .nav-menu {
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .container-4 {
    aspect-ratio: auto;
    background-image: url('../images/iStock-1207515536-3-1.jpg'), url('../images/Background-header.png');
    background-position: 0 0, 0 0;
    background-size: auto, auto;
    height: 500px;
  }

  .icon {
    color: #faf8ff;
  }

  .heading-5 {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 5%;
    padding-top: 30%;
  }

  .text-span, .text-span-2 {
    font-size: 20px;
  }

  .text-span-3 {
    font-size: 13px;
    line-height: 20px;
  }

  .text-span-4, .text-span-5, .text-span-6 {
    font-size: 20px;
  }

  .text-span-8, .text-span-9 {
    font-size: 13px;
  }

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

  .fn-section {
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .nav-button-wrapper-2 {
    width: auto;
  }

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

  .heading-6 {
    font-size: 9vw;
    line-height: 6vh;
  }

  .text-block-5 {
    text-align: justify;
    margin-bottom: 15%;
    font-size: 4vw;
    line-height: 4vh;
  }

  .quick-stack {
    grid-row-gap: 19px;
    margin-left: 0%;
    margin-right: 0%;
  }

  .section-2 {
    width: 100%;
    height: auto;
  }

  .body {
    background-color: #000;
  }

  .heading-7 {
    align-self: flex-start;
    margin-top: 80px;
    padding-left: 3%;
    line-height: 70px;
  }

  .section-4 {
    z-index: 0;
    display: block;
    position: static;
  }

  .quick-stack-2 {
    margin-right: 3%;
  }

  .heading-9, .heading-15 {
    font-size: 9vw;
    line-height: 6vh;
  }

  .text-block-12 {
    font-size: 4vw;
    line-height: 4vh;
  }

  .image-5 {
    padding-top: 5%;
    padding-left: 0%;
  }

  .heading-16 {
    font-size: 9vw;
    line-height: 6vh;
  }

  .image-6 {
    width: 30vw;
  }

  .bold-text-9 {
    text-align: center;
  }

  .text-block-6 {
    font-size: 4vw;
    line-height: 4vh;
  }

  .image-7 {
    width: 30vw;
  }

  .bold-text-8 {
    text-align: center;
  }

  .text-block-15 {
    font-size: 4vw;
    line-height: 4vh;
  }

  .image-8 {
    width: 30vw;
  }

  .text-block-10 {
    text-align: center;
    margin-bottom: 5px;
    font-size: 5vw;
  }

  .text-block-9 {
    font-size: 4vw;
    line-height: 4vh;
  }

  .text-block-16 {
    text-align: center;
    margin-bottom: 5px;
    font-size: 5vw;
  }

  .text-block-17 {
    font-size: 4vw;
    line-height: 4vh;
  }

  .navbar-no-shadow-3 {
    margin-right: 0%;
    padding-right: 0%;
  }

  .navbar-no-shadow-container-3 {
    margin-left: 25%;
    padding: 0;
  }

  .navbar-no-shadow-container-3:hover {
    margin-right: 0%;
  }

  .container-regular-3 {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

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

  .nav-button-wrapper-3 {
    width: auto;
  }

  .menu-button-4 {
    padding: 0% 0 0;
  }

  .quick-stack-3 {
    grid-column-gap: 18px;
    padding-top: 2%;
  }

  .cell-12 {
    color: #faf8ff;
    padding-top: 10%;
    padding-left: 65%;
  }

  .icon-2 {
    color: #faf8ff;
  }

  .cell-13 {
    padding-top: 0%;
  }

  .text-span-10, .text-span-11 {
    font-size: 8vw;
    line-height: 7vh;
  }

  .text-span-12, .text-span-13 {
    font-size: 12vw;
    line-height: 7vh;
  }

  .text-span-14, .text-span-15 {
    font-size: 5vw;
  }

  .heading-17 {
    margin-top: 10%;
    margin-bottom: 0%;
    font-family: Roboto, sans-serif;
    font-size: 10vw;
  }

  .text-block-18 {
    margin-top: 10%;
    font-family: Roboto, sans-serif;
    font-size: 5vw;
    line-height: 4vh;
    display: block;
  }

  .heading-18 {
    margin-top: 0%;
    margin-bottom: 0%;
    font-family: Roboto, sans-serif;
    font-size: 18px;
  }

  .fn-logos-masonary-logo {
    height: 25px;
  }

  .fn-logos-card {
    min-height: 60px;
  }

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

  .text-block-19 {
    font-size: 4vw;
    line-height: 4vh;
  }

  .fn-logos-masonary-logo-2 {
    height: 25px;
  }

  .fn-logos-card-2 {
    min-height: 60px;
  }

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

  .text-span-17 {
    text-align: left;
    text-shadow: none;
    vertical-align: baseline;
    margin-left: auto;
    margin-right: auto;
    padding-left: 3px;
    font-family: Roboto, sans-serif;
    font-size: 9vw;
    display: inline;
  }

  .text-block-20 {
    text-align: justify;
    text-shadow: 0 0 #0003;
    padding-right: 5%;
    font-size: 4vw;
    font-weight: 400;
    line-height: 4vh;
    display: block;
  }

  .menu-button-5 {
    margin-right: 5%;
  }

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

  .nav-button-wrapper-4 {
    width: auto;
  }

  .header-section {
    padding-left: 15px;
  }

  .container {
    margin-left: 0;
  }

  .nav-item {
    margin-left: 0;
    margin-right: 0;
  }

  .cell-14 {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .cell-15 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .cell-17 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .quick-stack-4 {
    padding-top: 40px;
    padding-left: 0%;
    padding-right: 0%;
    font-size: 24px;
  }

  .cell-20 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .section-5 {
    border-left-width: 0;
    border-right-width: 0;
    justify-content: flex-start;
    align-items: center;
    padding-top: 120px;
  }

  .f-footer-vertical-divider-2 {
    display: none;
  }

  .f-footer-menu-2 {
    flex-direction: column;
  }

  .cell-21 {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }

  .cell-22 {
    padding-left: 0;
  }

  .link-5 {
    color: #000;
    font-size: 4vw;
    line-height: 4vh;
  }

  .link-5.w--current {
    color: #00062b;
    text-align: left;
    height: auto;
    font-size: 4vw;
  }

  .link-6 {
    color: #fff;
    width: 115px;
    font-size: 4vw;
    line-height: 4vh;
  }

  .link-7, .link-8 {
    color: #fff;
    font-size: 4vw;
    line-height: 4vh;
  }

  .text-block-21 {
    color: #fff;
    width: 185px;
    margin-right: 0;
    font-size: 4vw;
    line-height: 4vh;
  }

  .quick-stack-5 {
    background-color: #0000;
  }

  .link-9 {
    color: #fff;
    font-size: 4vw;
    line-height: 4vh;
  }

  .section-6 {
    background-color: #0000;
    background-image: url('../images/iStock-1207515536-4.jpg');
    background-position: 50% 75%;
    background-size: auto;
  }

  .lottie-animation {
    width: 34px;
  }

  .image-10 {
    display: inline-block;
  }

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

  .navbar-wrapper-6 {
    width: 55%;
    margin-left: 0%;
  }

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

  .menu-button-7 {
    margin-right: 0;
    padding-left: 25px;
    padding-right: 0;
  }

  .icon-3 {
    color: #faf8ff;
    font-size: 22px;
    line-height: 28px;
  }

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

  .nav-link-7 {
    margin-right: 0;
    font-size: 3vw;
  }

  .nav-button-wrapper-5 {
    width: auto;
  }

  .cell-24 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .image-11 {
    width: 30vw;
  }

  .image-12 {
    padding-left: 0;
    padding-right: 5px;
  }

  .text-block-23 {
    font-size: 4vw;
    line-height: 4vh;
  }

  .heading-26 {
    margin-top: 16px;
    margin-bottom: 16px;
    font-size: 9vw;
    line-height: 6vh;
  }

  .cell-25 {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

  .text-block-24 {
    color: #fff;
    background-color: #0000;
    font-size: 4vw;
    line-height: 4vh;
  }

  .div-block-3 {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .image-14 {
    padding-left: 5px;
    padding-right: 0;
  }

  .image-15 {
    padding: 0 5px 10px 0;
  }

  .image-16 {
    padding-left: 5px;
    padding-right: 0;
  }

  .image-17 {
    padding-left: 0;
    padding-right: 5px;
  }

  .image-18 {
    padding-left: 5px;
    padding-right: 0;
  }

  .navbar-no-shadow-container-6 {
    padding-left: 0;
    padding-right: 0;
  }

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

  .nav-link-8 {
    font-size: 5vw;
    line-height: 4vh;
  }

  .nav-button-wrapper-6 {
    width: auto;
  }

  .menu-button-9 {
    font-family: Roboto, sans-serif;
    font-size: 4vw;
    line-height: 4px;
  }

  .icon-5 {
    font-size: 8vw;
    line-height: 6vw;
  }

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

  .features-right {
    margin-bottom: -30px;
  }

  .features-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 30px;
  }

  .features-image {
    margin-bottom: 10px;
  }

  .heading-29 {
    margin-top: 10%;
    margin-bottom: 0%;
    font-family: Roboto, sans-serif;
    font-size: 18px;
    line-height: 6vh;
  }

  .text-span-18, .text-span-19 {
    font-size: 8vw;
  }

  .heading-30 {
    margin-top: 0%;
    margin-bottom: 0%;
    font-family: Roboto, sans-serif;
    font-size: 18px;
  }

  .text-span-20, .text-span-21 {
    font-size: 24px;
  }

  .text-block-33 {
    text-align: left;
    margin-top: 10%;
    font-family: Roboto, sans-serif;
    font-size: 5vw;
  }

  .text-span-22, .text-span-23 {
    font-size: 5vw;
  }

  .heading-31 {
    margin-top: 5%;
    margin-bottom: 0%;
    padding-top: 0%;
    font-family: Roboto, sans-serif;
    font-size: 18px;
    line-height: 6vh;
  }

  .text-span-24, .text-span-25 {
    font-size: 8vw;
  }

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

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

  .image-21 {
    max-width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .container-8 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .image-24 {
    margin-top: -15px;
    margin-bottom: 20px;
  }

  .cell-22-copy {
    padding-left: 0;
  }

  .link-block {
    aspect-ratio: 1;
    object-fit: fill;
    width: 40px;
    height: 40px;
    margin-left: 0;
    padding-left: 0;
  }

  .cell-43, .cell-44, .cell-46 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .form-2 {
    width: auto;
  }

  .container-10 {
    order: -1;
    align-self: flex-start;
  }
}

#customers2.w-node-a6c87ee9-c9af-0607-ad22-78dd94252702-d316ca4f {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_416a7b61-3ff5-c0b2-4af9-8a4b2ce13ff0-d316ca4f {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
}

#aboutus2.w-node-cbe63539-f39f-0754-02f2-6a23d421a0eb-d316ca4f {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-cbe63539-f39f-0754-02f2-6a23d421a0ec-d316ca4f {
  grid-column: span 2 / span 2;
}

#w-node-_85f42046-8507-0c85-c447-6fbc9430f67a-d316ca4f {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-f2294982-963f-d7ab-6e02-309f0d8892b8-d316ca4f {
  grid-column: span 2 / span 2;
}

#w-node-_6e271d66-66f6-bbf9-d6ca-4e22ea201691-d316ca4f {
  grid-column: span 4 / span 4;
}

#w-node-_99213df3-74ec-a8ea-b1a0-e30dd3448873-d316ca4f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-e8901506-2c7a-a0ae-377c-081472714f74-d316ca4f {
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr 1fr;
}

@media screen and (min-width: 1920px) {
  #customers2.w-node-a6c87ee9-c9af-0607-ad22-78dd94252702-d316ca4f {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  #w-node-_416a7b61-3ff5-c0b2-4af9-8a4b2ce13ff0-d316ca4f {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_416a7b61-3ff5-c0b2-4af9-8a4b2ce13ff1-d316ca4f {
    order: 0;
  }

  #aboutus2.w-node-cbe63539-f39f-0754-02f2-6a23d421a0eb-d316ca4f {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-cbe63539-f39f-0754-02f2-6a23d421a0ec-d316ca4f {
    grid-column: span 2 / span 2;
  }

  #w-node-_85f42046-8507-0c85-c447-6fbc9430f67a-d316ca4f {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-f2294982-963f-d7ab-6e02-309f0d8892b8-d316ca4f, #w-node-_6e271d66-66f6-bbf9-d6ca-4e22ea201691-d316ca4f {
    grid-column: span 2 / span 2;
  }

  #w-node-_99213df3-74ec-a8ea-b1a0-e30dd3448873-d316ca4f {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: end;
  }

  #w-node-e8901506-2c7a-a0ae-377c-081472714f74-d316ca4f {
    grid-template-rows: auto;
    grid-template-columns: 1fr .75fr 1fr;
  }
}

@media screen and (min-width: 1440px) {
  #customers2.w-node-a6c87ee9-c9af-0607-ad22-78dd94252702-d316ca4f {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  #w-node-_416a7b61-3ff5-c0b2-4af9-8a4b2ce13ff0-d316ca4f {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #aboutus2.w-node-cbe63539-f39f-0754-02f2-6a23d421a0eb-d316ca4f {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-cbe63539-f39f-0754-02f2-6a23d421a0ec-d316ca4f {
    grid-column: span 2 / span 2;
  }

  #w-node-_85f42046-8507-0c85-c447-6fbc9430f67a-d316ca4f {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-f2294982-963f-d7ab-6e02-309f0d8892b8-d316ca4f, #w-node-_6e271d66-66f6-bbf9-d6ca-4e22ea201691-d316ca4f {
    grid-column: span 2 / span 2;
  }

  #w-node-e8901506-2c7a-a0ae-377c-081472714f74-d316ca4f {
    grid-template-rows: auto;
    grid-template-columns: 1fr .5fr 1fr;
  }
}

@media screen and (min-width: 1280px) {
  #w-node-_416a7b61-3ff5-c0b2-4af9-8a4b2ce13ff0-d316ca4f {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 991px) {
  #customers2.w-node-a6c87ee9-c9af-0607-ad22-78dd94252702-d316ca4f {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_416a7b61-3ff5-c0b2-4af9-8a4b2ce13ff0-d316ca4f {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #aboutus2.w-node-cbe63539-f39f-0754-02f2-6a23d421a0eb-d316ca4f {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-cbe63539-f39f-0754-02f2-6a23d421a0ec-d316ca4f {
    grid-column: span 2 / span 2;
  }

  #w-node-_85f42046-8507-0c85-c447-6fbc9430f67a-d316ca4f {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-f2294982-963f-d7ab-6e02-309f0d8892b8-d316ca4f, #w-node-_6e271d66-66f6-bbf9-d6ca-4e22ea201691-d316ca4f {
    grid-column: span 2 / span 2;
  }

  #w-node-e8901506-2c7a-a0ae-377c-081472714f74-d316ca4f {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  #aboutus2.w-node-cbe63539-f39f-0754-02f2-6a23d421a0eb-d316ca4f {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-cbe63539-f39f-0754-02f2-6a23d421a0ec-d316ca4f {
    grid-column: span 2 / span 2;
  }

  #w-node-_85f42046-8507-0c85-c447-6fbc9430f67a-d316ca4f {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-f2294982-963f-d7ab-6e02-309f0d8892b8-d316ca4f, #w-node-_6e271d66-66f6-bbf9-d6ca-4e22ea201691-d316ca4f {
    grid-column: span 2 / span 2;
  }

  #w-node-e8901506-2c7a-a0ae-377c-081472714f74-d316ca4f {
    grid-template-rows: auto;
    grid-template-columns: 2.5fr;
  }
}

@media screen and (max-width: 479px) {
  #customers2.w-node-a6c87ee9-c9af-0607-ad22-78dd94252702-d316ca4f {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_416a7b61-3ff5-c0b2-4af9-8a4b2ce13ff0-d316ca4f {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #aboutus2.w-node-cbe63539-f39f-0754-02f2-6a23d421a0eb-d316ca4f {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-cbe63539-f39f-0754-02f2-6a23d421a0ec-d316ca4f {
    grid-column: span 2 / span 2;
  }

  #w-node-_85f42046-8507-0c85-c447-6fbc9430f67a-d316ca4f {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-f2294982-963f-d7ab-6e02-309f0d8892b8-d316ca4f, #w-node-_6e271d66-66f6-bbf9-d6ca-4e22ea201691-d316ca4f {
    grid-column: span 2 / span 2;
  }
}


