@font-face {
  font-family: Newake Font Demo;
  src: url('../fonts/Newake-Font-Demo.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Newake Font Demo;
  src: url('../fonts/Newake-Font-Demo.otf') format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: white;
  --waves-library--white: white;
  --waves-library--black: #131313;
  --waves-library--background: #faebe3;
  --lynx--grey: #797c83;
  --black: black;
  --lynx--white: white;
  --lynx--black: #1f2022;
}

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

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

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

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

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

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

.mobile-margin-top-10 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.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: 90vw;
  max-width: 100%;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.image-3 {
  margin-left: 15px;
  padding-left: 0;
}

.image-3:hover {
  filter: invert(28%);
}

.button-primary-2 {
  color: #000;
  letter-spacing: 1px;
  text-transform: capitalize;
  background-color: #f17400;
  border-radius: 5px;
  padding: 12px 15px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  transition: all .2s;
}

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

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

.button-primary-2.dmsans {
  font-family: DM Sans, sans-serif;
  font-size: 1.125rem;
}

.button-primary-2.dmsans:hover {
  color: #000;
  background-color: #c25d00;
}

.nav-link-2 {
  color: var(--white);
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: DM Sans, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}

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

.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-link-2.w--current:hover {
  color: #dbdbdbbf;
}

.nav-link-2.dmsans {
  font-family: DM Sans, sans-serif;
}

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

.navbar-logo-left {
  color: #fff;
  background-color: #003045;
  font-family: Inter, sans-serif;
  font-size: 18px;
  text-decoration: none;
  position: static;
  inset: 0% 0% auto;
}

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

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

.section {
  background-image: url('../images/Untitled-1920-x-1080-px-1.png');
  background-position: 0 0;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 90vh;
  display: flex;
}

.heading {
  color: #fff;
  text-align: center;
  font-size: 96px;
  line-height: 1.2em;
}

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

.container-10 {
  width: 90vw;
  max-width: 1520px;
  display: flex;
}

.heading-2 {
  color: #fff;
  text-align: center;
  width: auto;
  font-family: IM Fell French Canon, sans-serif;
  font-size: 5.4rem;
  font-weight: 400;
  line-height: 1.2em;
}

.div-block {
  width: auto;
}

.hero-section {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  background-image: linear-gradient(#00000054, #00000054), url('../images/pexels-jeshoots-com-147458-1386111-1.webp');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 90vh;
  display: flex;
}

.heading-3 {
  color: #fff;
  text-align: center;
  width: 80vw;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 20px;
  font-family: IM Fell French Canon, sans-serif;
  font-size: 6rem;
  font-weight: 700;
  line-height: 1em;
}

.heading-3.dmsans {
  font-family: DM Sans, sans-serif;
}

.hero-header {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: IM Fell French Canon, sans-serif;
  font-size: 32px;
  font-weight: 400;
}

.hero-header.dmsans {
  text-align: center;
  padding-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 4.3rem;
  font-weight: 700;
  line-height: 1em;
}

.hero-button {
  color: #000;
  background-color: #f17400;
  border-radius: 5px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: IM Fell French Canon, sans-serif;
  font-size: 24px;
  line-height: 30px;
}

.hero-button.dmsans {
  text-align: center;
  width: 200px;
  font-family: DM Sans, sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.875em;
  transition: all .2s;
}

.hero-button.dmsans:hover {
  background-color: #c25d00;
}

.hero-button.dmsans.whatsapp {
  background-color: #25d366;
}

.hero-button.dmsans.whatsapp:hover {
  background-color: #1ba04d;
}

.text-span {
  background-image: linear-gradient(#0000 70%, red 70%);
}

.text-span-2 {
  background-image: linear-gradient(#0000 70%, red 70%);
  font-family: DM Sans, sans-serif;
}

.features-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 90vw;
  max-width: 1520px;
  margin-top: 50px;
  display: flex;
}

.features-heading {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: IM Fell French Canon, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
}

.features-heading.dmsans {
  font-family: DM Sans, sans-serif;
}

.features-list-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.features-text {
  font-family: IM Fell French Canon, sans-serif;
  font-size: 28px;
  line-height: 30px;
}

.features-text.dmsans {
  font-family: DM Sans, sans-serif;
  font-size: 1.75rem;
}

.list-item-3 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.div-block-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.features-section {
  background-color: #fff9e5;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 20px;
  display: flex;
}

.cell-4 {
  background-color: #003045;
  border-radius: 35px;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 10px;
  padding-left: 30px;
  padding-right: 30px;
}

.reviewer-name {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 400;
}

.google-reviews {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  background-color: #00a355;
  border-radius: 9px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  width: 300px;
  height: 75px;
  padding-top: 15px;
  padding-bottom: 5px;
  display: block;
}

.review-header {
  font-family: IM Fell French Canon, sans-serif;
  font-size: 40px;
  font-weight: 700;
}

.review-header.dmsans {
  font-family: DM Sans, sans-serif;
  font-size: 2.5rem;
}

.div-block-6 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-3 {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 1.25rem;
  line-height: 15px;
  text-decoration: none;
}

.text-block-4 {
  color: #fff;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  line-height: 1em;
  text-decoration: none;
}

.review {
  color: #fff;
  text-align: center;
  font-size: .9rem;
  font-style: normal;
  font-weight: 300;
}

.review-section {
  outline-offset: 0px;
  background-color: #fff9e5;
  outline: .5px solid #d3d3d3;
  padding-top: 30px;
  padding-bottom: 40px;
}

.review-heading-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.list-item-4 {
  list-style-type: none;
  display: flex;
}

.list-item-5, .list-item-6 {
  display: flex;
}

.contact-info {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  list-style-type: none;
  display: flex;
}

.contact-section {
  background-color: #00202e;
  padding: 60px;
}

.waves-success-mesaage {
  background-color: var(--waves-library--white);
  border-radius: 6px;
}

.waves---cta-dark {
  background-color: var(--waves-library--black);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  transition: background-color .2s;
  display: flex;
}

.waves---cta-dark:hover {
  background-color: #131313e6;
}

.waves---cta-dark.wide-cta {
  min-width: 200px;
}

.waves-submit-wrap-contact-1 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.waves---checkbox-label {
  font-size: 16px;
}

.waves---checkbox {
  border-color: var(--waves-library--black);
  width: 16px;
  height: 16px;
  margin-top: 3px;
  margin-right: 6px;
}

.waves---checkbox-field {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.waves-select-background {
  border: 1px solid var(--waves-library--black);
  background-color: var(--waves-library--background);
  color: var(--waves-library--black);
  border-radius: 8px;
  height: 52px;
  margin: 0;
  font-size: 16px;
}

.waves-select-background:focus {
  border-color: var(--waves-library--black);
}

.waves---input-wrap {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.waves-text-field-background {
  border: 1px solid var(--waves-library--black);
  background-color: var(--waves-library--background);
  color: var(--waves-library--black);
  border-radius: 8px;
  height: 52px;
  margin: 0;
  font-size: 16px;
}

.waves-text-field-background:focus {
  border-color: var(--waves-library--black);
  color: var(--waves-library--black);
}

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

.waves---form-contact-1 {
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.waves-form-block-contact-1 {
  width: 100%;
  max-width: 540px;
  margin-top: 40px;
}

.waves---paragraph-big {
  font-size: 20px;
  line-height: 130%;
}

.waves---heading-2-no-margins {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 130%;
}

.waves---center-heading {
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.waves-master-contact-1 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.waves---main-container {
  max-width: 1352px;
  padding-left: 24px;
  padding-right: 24px;
}

.waves---section-medium {
  padding-top: 100px;
  padding-bottom: 100px;
}

.cf-error-message-dark {
  color: #bd333d;
  background-color: #fc6b5c4d;
  border-radius: 5px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.cf-success-message {
  color: #fff;
  background-color: #b16cea;
  border-radius: 100px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.cf-form-gradient-submit {
  color: #fff;
  background-color: #f17400;
  border-radius: 8px;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 156%;
}

.cf-form-gradient-submit.dmsans {
  width: 40%;
  font-family: DM Sans, sans-serif;
  transition: all .2s;
}

.cf-form-gradient-submit.dmsans:hover {
  color: #fff;
  background-color: #c25d00;
}

.cf-borders-text-field {
  color: #0d0e10;
  letter-spacing: -.32px;
  border: 1px solid #0d0e1045;
  border-radius: 8px;
  height: 50px;
  margin-bottom: 20px;
  padding: 16px 22px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 156%;
}

.cf-borders-text-field:focus {
  border-color: #0d0e1033;
}

.cf-borders-text-field::placeholder {
  color: #0d0e1066;
}

.cf-borders-text-field.message {
  height: 120px;
  margin-bottom: 32px;
}

.cf-borders-text-field-dropdown {
  color: #0d0e1066;
  letter-spacing: -.32px;
  background-color: #fff;
  border: 1px #0d0e101a;
  border-radius: 8px;
  width: 95%;
  height: 60px;
  margin-bottom: 0;
  padding: 16px 22px;
  font-size: 18px;
  line-height: 156%;
}

.cf-borders-text-field-dropdown:focus {
  border-color: #0d0e1033;
}

.cf-borders-text-field-dropdown::placeholder {
  color: #0d0e1066;
}

.cf-form-dropdown {
  border: 1px solid #0000001a;
  border-radius: 8px;
  margin-bottom: 20px;
}

.cf-form-heading-28px {
  letter-spacing: -.75px;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: IM Fell French Canon, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
}

.cf-form-heading-28px.dmsans {
  font-family: DM Sans, sans-serif;
}

.cf-send-message-form {
  background-color: #fff9e5;
  border-radius: 12px;
  width: 70%;
  margin-bottom: 0;
  padding: 40px 48px;
}

.cf-form-right-wrapper {
  width: 50%;
}

.cf-footer-info {
  color: #fff;
  letter-spacing: -.48px;
  font-size: 20px;
  line-height: 150%;
}

.cf-info-heading {
  color: #fff6;
  letter-spacing: .96px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 500;
  line-height: 130%;
}

.cf-footer-headings-wrap {
  margin-left: 32px;
}

.cf-features-section-1-image-contai {
  object-fit: contain;
  border-radius: 100%;
}

.cf-form-icon {
  background-color: #0000;
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.cf-footer-info-contain {
  align-items: flex-start;
  margin-bottom: 32px;
  text-decoration: none;
  display: flex;
}

.cf-footer-info-contain.last {
  margin-bottom: 0;
}

.cf-footer-divider {
  background-color: #fff3;
  width: 100%;
  height: 1px;
  margin-top: 48px;
  margin-bottom: 48px;
}

.cf-white-link {
  color: #fff;
  border-bottom: 1px solid #fff;
  text-decoration: none;
  transition: all .2s;
}

.cf-white-link:hover {
  color: #ffa84b;
  border-bottom-color: #ffa84b;
}

.cf-form-paragraph {
  color: #fffc;
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 156%;
}

.cf-form-heading {
  color: #fff;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
}

.cf-form-left-wrapper {
  width: 40%;
  max-width: 360px;
}

.cf-form-main-wrapper {
  background-color: #0d0e10;
  border-radius: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1140px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 70px 70px 70px 80px;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.cf-form-section-1 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.cell-5 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
}

.contact-section-header {
  color: #fff;
  font-family: IM Fell French Canon, sans-serif;
  font-size: 55px;
  font-weight: 700;
  line-height: 1.2em;
}

.contact-section-header.dmsans {
  color: #fff;
  font-family: DM Sans, sans-serif;
  font-size: 4rem;
}

.contact-info-text {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 20px;
  line-height: 1.2em;
}

.contact-info-text.dmsans {
  font-family: DM Sans, sans-serif;
}

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

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

.image-4 {
  width: 70px;
}

.form {
  text-align: center;
}

.features-icon {
  width: 70px;
  max-width: none;
}

.reviews-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.review-heading-icon {
  width: 35px;
  margin-top: 6px;
}

.image-12 {
  width: 35px;
  margin-top: -5px;
}

.heading-11 {
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 2rem;
  line-height: 1.2em;
}

.container-13 {
  width: 100vw;
  min-width: auto;
  max-width: none;
}

.image-13 {
  width: 100vw;
  max-width: none;
  height: 960.969px;
}

.section-6 {
  background-color: #00202e;
  padding-top: 60px;
}

.other-pages-header {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 4rem;
  line-height: 1.2em;
}

.paragraph {
  color: #fff;
  text-align: center;
  width: 50vw;
  padding-top: 60px;
  padding-bottom: 60px;
  font-family: DM Sans, sans-serif;
  font-size: 1.5rem;
  line-height: 1.3em;
}

.container-14 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1540px;
  padding-bottom: 60px;
  display: flex;
}

.other-pages-header-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.testimonials-header {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 4rem;
  line-height: 1.2em;
}

.div-block-9 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.body {
  background-color: #00202e;
}

.section-7 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.testimonials-subheading {
  color: #fff;
  text-align: center;
  font-family: DM Sans, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2em;
}

.testimonial {
  color: #000;
  text-align: center;
  width: auto;
  font-family: DM Sans, sans-serif;
  font-size: 1.25rem;
  line-height: 1.4em;
}

.testimoial-cell {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  background-color: #fff9e5;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: 60px 20px 40px;
}

.quick-stack-4 {
  width: 80vw;
}

.slider {
  background-color: #003045;
  border-radius: 20px;
  width: auto;
}

.paragraph-2 {
  color: #fff;
  width: 70%;
  font-family: DM Sans, sans-serif;
  font-size: 1.6rem;
  line-height: 1.3em;
}

.div-block-10 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.text-block-5 {
  color: #fff;
  width: 70%;
  font-family: DM Sans, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4em;
}

.div-block-11 {
  width: 70%;
}

.slider-testimonial {
  color: #fff;
  width: 70%;
  font-family: DM Sans, sans-serif;
  font-size: 1.4rem;
  line-height: 1.3em;
}

.slider-name {
  color: #fff;
  width: 70%;
  font-family: DM Sans, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4em;
}

.container-15 {
  width: 90vw;
  max-width: none;
}

.google-reviews-link {
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: block;
}

.div-block-12 {
  flex-flow: column;
  display: flex;
}

.section-8 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: 80vh;
  display: flex;
}

.lynx-client-info {
  color: var(--lynx--grey);
  font-family: Varela, sans-serif;
  font-size: 12px;
  line-height: 140%;
}

.testimonials-name {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 1.3125rem;
  font-weight: 600;
  line-height: 1.3em;
}

.testimonials-name._2 {
  color: var(--black);
}

.lynx-text-client {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 14px;
  display: flex;
}

.lynx-image-client {
  object-fit: cover;
  border-radius: 50%;
  width: 50px;
  height: 50px;
}

.lynx-client {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.lynx-paragraph-reviews {
  color: var(--black);
  max-width: 294px;
  margin-bottom: 30px;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  line-height: 165%;
}

.lynx-reviews-bg {
  background-color: var(--lynx--white);
  border-radius: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 35px;
  display: flex;
  box-shadow: 0 10px 15px -10px #1f20221a;
}

.lynx-reviews-column {
  grid-row-gap: 26px;
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
}

.lynx-grid-reviews {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
  width: 100%;
  margin-top: 50px;
}

.lynx-heading {
  color: var(--lynx--black);
  max-width: 740px;
  margin-top: 0;
  margin-bottom: 36px;
  font-family: PT Serif, serif;
  font-size: 46px;
  font-weight: 400;
  line-height: 120%;
}

.lynx-subtitle {
  color: var(--lynx--black);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  font-family: Varela, sans-serif;
  font-size: 12px;
  line-height: 140%;
}

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

.lynx-content {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 80vw;
  max-width: 1540px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.lynx-heading-client {
  color: var(--black);
}

.section-9 {
  background-image: url('../images/29f2faf621bf40e4b92ca52cfd7e9cdc.webp');
  background-position: 0 0;
  background-size: cover;
  height: 60vh;
}

.footer {
  background-color: #00202e;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100px;
  display: flex;
}

.text-block-6 {
  color: #fff;
  text-align: center;
  font-family: DM Sans, sans-serif;
}

.review-stars-image {
  padding-bottom: 15px;
}

.section-10 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  background-color: #00202e;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 70px;
  display: flex;
}

.flex-block {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: center;
  align-items: center;
}

.nav-link {
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
}

.div-block-13 {
  background-color: #cecece;
  border-radius: 9px;
}

.review-links-og {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: none;
}

.review-links-og.review-page {
  flex-flow: column;
}

.bold-text {
  color: #000;
  text-align: center;
  font-weight: 400;
}

.free-index-reviews {
  background-color: #ccc;
  border-radius: 9px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 75px;
  display: flex;
}

.image-15 {
  padding: 0 8px;
}

.link-block-2 {
  text-decoration: none;
}

.text-block-7 {
  color: #000;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1em;
}

.div-block-15 {
  background-color: #00a355;
  border-radius: 10px;
  width: 300px;
  height: 75px;
}

.google-reviews2 {
  background-color: #00a355;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 75px;
  padding-top: 10px;
  display: flex;
}

.free-index-reviews-2 {
  background-color: #ccc;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 75px;
  display: flex;
}

.link-block-3, .link-block-4 {
  text-decoration: none;
}

.div-block-16 {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-17 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.text-block-8 {
  color: #fff;
  font-size: 30px;
  line-height: 1.2em;
}

.whatsapp-button {
  color: #000;
  background-color: #25d366;
  border-radius: 8px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.2em;
}

.whatsapp-button:hover {
  background-color: #1ba04d;
}

.text-block-9 {
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.2em;
}

.text-block-10 {
  color: var(--white);
  margin-top: 45px;
  font-size: 2rem;
  line-height: 1.2em;
}

.review-links {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  justify-content: center;
  align-items: center;
  height: 200px;
  display: flex;
}

.review-links.review-page {
  margin-top: 20px;
  margin-bottom: 40px;
}

.google-logo, .freeindex-logo {
  width: 200px;
}

.freeindex-reviews-wrapper {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 20px;
  display: flex;
}

.freeindex-reviews-wrapper:hover {
  background-color: #00000012;
}

.freeindex-reviews-wrapper.review-page:hover {
  background-color: #003045;
}

.google-reviews-wrapper {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 20px;
  display: flex;
}

.google-reviews-wrapper:hover {
  background-color: #00000012;
}

.google-reviews-wrapper.review-page:hover {
  background-color: #003045;
}

.text-block-11 {
  color: var(--black);
  padding-top: 5px;
  font-size: 1.4rem;
}

.text-block-12 {
  padding-top: 5px;
  font-size: 1.4rem;
}

.google-link, .freeindex-link {
  color: #000;
  text-decoration: none;
}

._5-stars {
  width: 140px;
}

.image-19 {
  width: 140px;
  padding-top: 10px;
}

.review-number {
  color: #fff;
  padding-top: 5px;
  font-size: 1.4rem;
}

.text-block-14 {
  font-size: 1.4rem;
}

.grid {
  border-radius: 20px;
  grid-template-rows: auto auto auto;
  width: 80vw;
}

.grid-boxes {
  background-color: #fff9e5;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 400px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.body-2 {
  overflow: visible;
}

.hero-wrapper {
  overflow: hidden;
}

.div-block-18 {
  position: relative;
  overflow: visible;
}

.stats-quick-stack {
  background-color: #003045;
  border-radius: 15px;
  width: 60vw;
  margin-top: -130px;
  padding-top: 25px;
  padding-bottom: 25px;
}

.stats-cells {
  justify-content: center;
  align-items: center;
}

.stats-number {
  color: #fff;
  text-align: center;
  font-size: 5rem;
  line-height: 1.2em;
}

.stats-text {
  color: #fff;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.2em;
}

.contact-section-icon, .contact-page-icon {
  width: 70px;
}

@media screen and (max-width: 991px) {
  .nav-menu-wrapper {
    background-color: #0000;
  }

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

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

  .menu-button-2 {
    padding: 12px;
  }

  .menu-button-2.w--open {
    color: #fff;
    background-color: #002535;
    border-radius: 10px;
  }

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

  .features-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }

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

  .features-heading.dmsans {
    font-size: 1.9rem;
  }

  .features-text {
    font-size: 23px;
  }

  .features-text.dmsans {
    font-size: 1.4375rem;
  }

  .review-header {
    font-size: 2rem;
  }

  .review-header.dmsans {
    font-size: 1.9rem;
  }

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

  .icon {
    color: #fff;
    font-size: 35px;
  }

  .cf-form-heading-28px {
    font-size: 32px;
  }

  .cf-send-message-form {
    width: 90%;
  }

  .cf-form-right-wrapper {
    width: 100%;
  }

  .cf-form-heading {
    font-size: 30px;
  }

  .cf-form-left-wrapper {
    width: 100%;
    max-width: 500px;
    margin-top: 0;
    margin-bottom: 60px;
  }

  .cf-form-main-wrapper {
    flex-direction: column;
    max-width: 700px;
    padding-left: 70px;
  }

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

  .heading-11 {
    font-size: 1.75rem;
  }

  .image-13 {
    width: auto;
    height: auto;
  }

  .other-pages-header {
    font-size: 3.4375rem;
    line-height: 1em;
  }

  .paragraph {
    width: 70vw;
    font-size: 22px;
  }

  .container-14 {
    padding-bottom: 20px;
  }

  .other-pages-header-wrapper {
    padding-left: 55px;
    padding-right: 55px;
  }

  .testimonial {
    color: #000;
  }

  .testimoial-cell {
    background-color: #fff9e5;
  }

  .quick-stack-4 {
    width: 90vw;
  }

  .lynx-reviews-column {
    grid-row-gap: 16px;
  }

  .lynx-grid-reviews {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr;
    place-items: center stretch;
  }

  .lynx-heading {
    font-size: 38px;
  }

  .flex-block {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    justify-content: center;
    align-items: center;
  }

  .text-block-10 {
    text-align: center;
  }

  .grid {
    width: 90vw;
  }

  .grid-boxes {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .stats-quick-stack {
    width: 80vw;
  }

  .stats-number {
    font-size: 3.5rem;
  }

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

@media screen and (max-width: 767px) {
  .mobile-margin-top-10 {
    flex-flow: column;
    width: 100%;
    margin-top: 10px;
  }

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

  .image-3 {
    margin-left: 0;
  }

  .nav-link-2 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 10px 0;
    display: inline-block;
  }

  .nav-link-2.dmsans.w--current {
    width: 100%;
  }

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

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

  .heading-3 {
    font-size: 4rem;
  }

  .hero-header {
    font-size: 25px;
  }

  .hero-header.dmsans {
    font-size: 4rem;
  }

  .hero-button.dmsans {
    font-size: 1.4rem;
  }

  .features-wrapper {
    width: auto;
  }

  .features-heading.dmsans {
    font-size: 1.9rem;
  }

  .features-list-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .features-text.dmsans {
    font-size: 1.4375rem;
  }

  .google-reviews {
    padding-left: 10px;
    padding-right: 10px;
  }

  .review-header.dmsans {
    font-size: 1.9rem;
  }

  .reviews-wrapper-qs {
    padding-left: 100px;
    padding-right: 100px;
  }

  .waves---heading-2-no-margins {
    font-size: 44px;
    line-height: 125%;
  }

  .waves---main-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves---section-medium {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .cf-form-heading-28px {
    text-align: center;
    font-size: 30px;
  }

  .cf-send-message-form {
    width: 100%;
    padding: 40px;
  }

  .cf-footer-info {
    font-size: 18px;
  }

  .cf-info-heading {
    margin-bottom: 4px;
  }

  .cf-form-heading {
    font-size: 28px;
  }

  .cf-form-main-wrapper {
    width: 90%;
    padding: 70px 40px 90px;
  }

  .contact-section-header {
    font-size: 45px;
  }

  .contact-info-text {
    font-size: 17px;
  }

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

  .features-icon {
    width: 60px;
  }

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

  .image-10 {
    width: 170px;
  }

  .paragraph {
    width: 80vw;
  }

  .testimonials-header {
    font-size: 3.7rem;
  }

  .testimonials-subheading {
    font-size: 1.7rem;
  }

  .lynx-paragraph-reviews {
    max-width: none;
  }

  .lynx-grid-reviews {
    grid-template-columns: 1fr;
  }

  .lynx-heading {
    max-width: 540px;
    font-size: 34px;
  }

  .list-item-7 {
    width: 100%;
  }

  .nav-link.w--current {
    color: #fff;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: Inter, sans-serif;
    font-size: 18px;
    text-decoration: none;
    display: inline-block;
  }

  .list-item-8, .list-item-9, .link-block {
    width: 100%;
  }

  .review-links-og {
    flex-flow: column;
  }

  .text-block-9 {
    text-align: center;
  }

  .review-links {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    height: 350px;
  }

  .review-links.review-page {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .grid {
    grid-template-columns: 1fr;
    width: 80vw;
  }

  .grid-boxes {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .stats-quick-stack {
    width: 85vw;
  }

  .stats-number {
    font-size: 2.5rem;
  }

  .stats-text {
    font-size: 1.1rem;
  }

  .contact-section-icon, .contact-page-icon {
    width: 60px;
  }
}

@media screen and (max-width: 479px) {
  .mobile-margin-top-10 {
    flex-flow: column;
    width: 100%;
  }

  .navbar-logo-left-container.shadow-three {
    width: 100vw;
  }

  .image-3 {
    margin-left: 0;
  }

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

  .menu-button-2.w--open {
    background-color: #002535;
    border-radius: 10px;
  }

  .nav-menu-two {
    background-color: #003045;
    border-radius: 0 0 20px 20px;
    flex-direction: column;
    margin-top: auto;
  }

  .hero-section {
    height: 70vh;
  }

  .heading-3 {
    font-size: 3rem;
  }

  .hero-header {
    text-align: center;
    font-size: 23px;
    line-height: 30px;
  }

  .hero-header.dmsans {
    font-size: 2.5rem;
  }

  .hero-button {
    font-size: 18px;
  }

  .hero-button.dmsans {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 1.2rem;
  }

  .features-wrapper {
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .features-heading {
    font-size: 1.5rem;
  }

  .features-heading.dmsans {
    font-size: 1.5rem;
    line-height: 1.3em;
  }

  .features-list-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .features-text {
    font-size: 19px;
    line-height: 1.6em;
  }

  .features-text.dmsans {
    font-size: 1.1875rem;
  }

  .features-section {
    padding-top: 20px;
  }

  .google-reviews {
    width: 80vw;
  }

  .review-header {
    font-size: 1.5rem;
  }

  .review-header.dmsans {
    text-align: center;
    font-size: 1.5rem;
    line-height: 1.3em;
  }

  .reviews-wrapper-qs {
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-3 {
    font-size: 18px;
  }

  .text-block-4 {
    font-size: .875rem;
  }

  .review-section {
    outline-offset: 0px;
    outline: .5px solid #d3d3d3;
    padding-top: 20px;
  }

  .list {
    padding-left: 0;
  }

  .contact-info {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    height: 85px;
  }

  .contact-section {
    padding: 0 20px 15px;
  }

  .waves---2-inputs {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .waves---heading-2-no-margins {
    font-size: 34px;
  }

  .waves---section-medium {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .cf-form-gradient-submit {
    width: 80%;
    font-size: 16px;
  }

  .cf-form-gradient-submit.dmsans {
    width: 70%;
  }

  .cf-borders-text-field {
    height: 40px;
    padding-left: 14px;
    padding-right: 14px;
    font-size: 14px;
  }

  .cf-borders-text-field.message {
    margin-bottom: 20px;
  }

  .cf-borders-text-field-dropdown {
    padding-left: 14px;
    font-size: 16px;
  }

  .cf-form-heading-28px {
    font-size: 24px;
  }

  .cf-send-message-form {
    width: 90%;
    padding: 20px 16px;
  }

  .cf-footer-info {
    font-size: 16px;
  }

  .cf-info-heading {
    margin-bottom: 4px;
  }

  .cf-footer-headings-wrap {
    margin-left: 16px;
  }

  .cf-footer-info-contain {
    align-items: center;
  }

  .cf-form-heading {
    margin-bottom: 16px;
    font-size: 24px;
  }

  .cf-form-main-wrapper {
    padding: 60px 20px;
  }

  .contact-section-header {
    font-size: 40px;
  }

  .contact-section-header.dmsans {
    text-align: center;
    font-size: 2.4rem;
  }

  .contact-info-text {
    font-size: 14px;
    line-height: 1.4em;
  }

  .image-4, .image-5, .image-6 {
    width: 15vw;
  }

  .form {
    text-align: center;
  }

  .image-10 {
    width: 150px;
  }

  .reviews-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .heading-11 {
    padding-top: 10px;
    font-size: 1.4rem;
  }

  .other-pages-header {
    font-size: 2.2rem;
  }

  .paragraph {
    width: 90vw;
    padding-top: 30px;
    padding-bottom: 0;
    font-size: 19px;
  }

  .other-pages-header-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding: 15px 10px;
  }

  .image-14 {
    width: 40px;
    height: 40px;
  }

  .testimonials-header {
    font-size: 2.4rem;
  }

  .section-7 {
    padding-bottom: 20px;
  }

  .testimonials-subheading {
    font-size: 1.2rem;
  }

  .testimonial {
    font-size: 1rem;
    line-height: 1.4em;
  }

  .testimonials-name {
    font-size: 16px;
    font-weight: 700;
  }

  .lynx-heading {
    font-size: 29px;
  }

  .section-9 {
    display: none;
  }

  .nav-link {
    color: #fff;
    font-family: Inter, sans-serif;
    font-size: 18px;
    text-decoration: none;
  }

  .link-block {
    width: 100%;
  }

  .free-index-reviews {
    width: 80vw;
  }

  .text-block-7 {
    font-size: .875rem;
  }

  .google-reviews2 {
    width: 80vw;
    padding-left: 10px;
    padding-right: 10px;
  }

  .free-index-reviews-2 {
    width: 80vw;
  }

  .div-block-16 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .div-block-17 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-8 {
    font-size: 20px;
  }

  .whatsapp-button {
    font-size: 25px;
  }

  .text-block-9 {
    font-size: 1.6rem;
  }

  .text-block-10 {
    font-size: 1.5rem;
  }

  .review-links.review-page {
    margin-top: 0;
    margin-bottom: 0;
  }

  .google-logo, .freeindex-logo {
    width: 150px;
  }

  .freeindex-reviews-wrapper, .google-reviews-wrapper {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
  }

  .text-block-11, .text-block-12 {
    font-size: 1.2rem;
  }

  .stats-quick-stack {
    grid-column-gap: 55px;
    grid-row-gap: 55px;
    width: 65vw;
    margin-top: -30px;
  }

  .stats-number {
    font-size: 1.6rem;
  }

  .contact-section-icon, .contact-page-icon {
    width: 50px;
  }
}

#w-node-_39b92ce5-41f7-d2de-956c-a93c875586e5-a72376bf {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  display: grid;
}

#w-node-_946df15a-8343-aacc-e8ff-4a9581ca59d0-a72376bf {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_793bcc81-6403-94a1-ec3f-98b52820f3c5-a72376bf {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_5d694f3d-8900-ea53-ac4f-1610cd8531e0-c703ac0e {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  display: grid;
}

@media screen and (max-width: 991px) {
  #w-node-_793bcc81-6403-94a1-ec3f-98b52820f3c5-a72376bf {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_5d694f3d-8900-ea53-ac4f-1610cd8531e0-c703ac0e {
    display: grid;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_946df15a-8343-aacc-e8ff-4a9581ca59d0-a72376bf {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_5d694f3d-8900-ea53-ac4f-1610cd8531e0-c703ac0e {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_39b92ce5-41f7-d2de-956c-a93c875586e5-a72376bf {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    display: none;
  }
}


@font-face {
  font-family: 'Newake Font Demo';
  src: url('../fonts/Newake-Font-Demo.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Newake Font Demo';
  src: url('../fonts/Newake-Font-Demo.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}