:root {
  --main: #8ac197;
  --second: #172b4d;
  --third: #46aca8;
  --elements-webflow-library--accent--primary-1: #4a3aff;
  --elements-webflow-library--neutral--800: #211f54;
  --elements-webflow-library--neutral--600: #6e7191;
  --elements-webflow-library--neutral--100: white;
  --elements-webflow-library--neutral--300: #eff0f6;
  --elements-webflow-library--general--shadow-01: #14142b0f;
  --studioform-library--base-color-neutral--neutral-lightest: #eee;
  --studioform-library--sf-color--white: white;
  --studioform-library--sf-color--subtle-black: #222;
  --studioform-library--sf-color--red: #dd2d4a;
  --studioform-library--sf-color--light-green: #cffce0;
  --studioform-library--sf-color--subtle-black-20: #2223;
  --studioform-library--sf-color--green: #41f182;
  --studioform-library--sf-color--light-red: #fbe5e8;
  --studioform-library--sf-color--blue: #175ada;
  --studioform-library--sf-color--light-blue: #b1c9f6;
  --studioform-library--sf-color--subtle-black-10: #2222221a;
  --studioform-library--sf-color--subtle-black-50: #22222280;
  --studioform-library--sf-color--subtle-white: #fbfbfb;
  --studioform-library--sf-color--tag-blue: #0073e6;
  --studioform-library--sf-color--grey: #e9e9e9;
  --studioform-library--sf-corner--small: .15625rem;
  --studioform-library--sf-corner--large: .625rem;
  --studioform-library--sf-corner--medium: .3125rem;
}

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

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

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

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

p {
  margin-bottom: 10px;
}

a {
  color: #6a6a6a;
  text-decoration: none;
}

strong {
  font-weight: bold;
}

.navbar-logo-left {
  background-color: #fff;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  padding-left: 24px;
  padding-right: 24px;
  text-decoration: none;
  display: flex;
}

.navbarcontainer {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  text-decoration: none;
  display: flex;
}

.navbar-content {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  text-decoration: none;
  display: flex;
}

.navbar-brand {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.logo {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 141px;
  height: 36px;
  text-decoration: none;
  display: flex;
}

.navbar-menu {
  grid-column-gap: 32px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.navbar-link {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px 12px;
  text-decoration: none;
  display: flex;
}

.text {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.navbar-button {
  grid-column-gap: 8px;
  background-color: #000;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 8px 20px;
  text-decoration: none;
  display: flex;
}

.text-2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 140%;
  text-decoration: none;
}

.nav_component {
  z-index: 10000;
  background-color: #8ac197;
  height: auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  position: static;
  inset: 0% 0% auto;
}

.nav_link {
  color: #fff;
  padding: .5rem 1rem;
  font-weight: 400;
  text-decoration: none;
  transition: color .2s;
  display: inline-block;
}

.nav_link:hover {
  color: #172b4d;
}

.nav_link.w--current {
  color: #fff;
  font-weight: 900;
  line-height: 20px;
  text-decoration: none;
}

.nav_link.is-last-link {
  color: #db79b7;
  padding-right: 0;
}

.nav_menu {
  align-items: center;
  width: auto;
}

.nav_menu-button {
  display: none;
}

.nav_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: none;
}

.nav_logo {
  max-height: none;
}

.nav_links-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  width: auto;
  display: flex;
}

.nav_text {
  color: #fff;
  font-family: Lexend, sans-serif;
  font-weight: 800;
}

.text-block-2 {
  color: #fff;
  font-family: Lexend, sans-serif;
}

.text-block-3, .text-block-4 {
  color: #fff;
}

.button {
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 10px;
  margin-left: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Lexend, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.button.bg_white {
  color: #6fbebb;
  background-color: #fff;
  margin-top: 5px;
  margin-left: 0;
  position: static;
  inset: auto 0% 0%;
}

.button.bg_white.button-2 {
  margin-top: 5px;
}

.button.spark-button, .button.spark-button:hover {
  background-color: #0000;
  border-color: #fff;
}

.container {
  max-width: 1200px;
  height: auto;
}

.div-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  height: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.hero-section {
  background-color: #0006;
  background-image: url('../images/Vector.png');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 70vh;
  margin-top: 0;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.left_content {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-right: 35px;
  display: flex;
}

.button-2 {
  text-transform: uppercase;
  cursor: pointer;
  background-color: #8ac197;
  border: 1px solid #8ac197;
  border-radius: 10px;
  padding: 12px 25px;
  font-family: Lexend, sans-serif;
  font-size: 16px;
}

.button-2.margin_top {
  border-radius: 10px;
  margin-top: 50px;
}

.button-2.open-popup-button.back_to_home {
  margin-top: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.button-2.open-popup-button.back_to_home.w--current {
  margin-top: 30px;
}

.button-2.open-popup-button.hide {
  display: none;
}

.button-2.open-new-popup.border {
  border-color: #fff;
}

.button-2.open-new-popup.footer-button {
  color: #6fbebb;
  background-color: #fff;
}

.image {
  display: inline;
}

.paragraph {
  color: #6a6a6a;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-left: 5px;
  font-family: Lexend, sans-serif;
  font-size: 14px;
  display: inline-block;
}

.link-block {
  height: 74%;
  display: inline-block;
}

.link-block.hide {
  display: none;
}

.div-block-2 {
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

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

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

.paragraph-2 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 40px;
  font-family: Lexend, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.div-block-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 40px;
  padding-right: 40px;
  display: grid;
}

.section {
  background-color: #f3f8f4;
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.div-block-4, .div-block-5, .div-block-6, .div-block-7, .div-block-8 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-2 {
  background-color: #8ac1971a;
  height: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.bold-text {
  color: #8ac197;
}

.heading {
  color: #12303a;
  text-align: center;
  font-family: Lexend, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 51px;
}

.heading.white {
  color: #fff;
}

.sub_heading {
  color: #121a14;
  text-align: center;
  margin-top: 15px;
  font-family: Lexend, sans-serif;
  font-size: 23px;
  font-weight: 400;
  line-height: 31px;
}

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

.div-block-9 {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 40px;
  padding-left: 80px;
  padding-right: 80px;
  display: grid;
}

.div-block-10 {
  background-color: #cde4d240;
  border-radius: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: auto;
  padding: 20px 40px 40px 25px;
  display: flex;
}

.button-3 {
  color: #8ac197;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #8ac197;
  border-radius: 10px;
  margin-top: 30px;
  padding-left: 20px;
  padding-right: 20px;
}

.button-3.button-2 {
  display: none;
}

.section-3 {
  background-color: #8ac197;
}

.container-4 {
  max-width: 1200px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.our_mission {
  color: #fff;
  text-align: center;
}

.div-block-11 {
  grid-column-gap: 61px;
  grid-row-gap: 61px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 40px 80px;
  display: grid;
}

.section-4 {
  height: 200px;
}

.image-2 {
  max-width: 21%;
  margin-bottom: 20px;
}

.image-2.small_icon {
  max-width: 16%;
}

.detailed_para {
  color: #fff;
  font-family: Lexend, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 22px;
}

.mission_icons {
  height: 89px;
}

.mission_icons.padding_left {
  padding-left: 10px;
}

.div-block-13 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  padding-right: 30px;
  display: flex;
}

.container-5 {
  max-width: 1100px;
}

.div-block-14 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  padding-top: 150px;
  padding-bottom: 150px;
  display: grid;
}

.div-block-15 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 40px;
  padding-left: 80px;
  display: flex;
}

.div-block-16 {
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.image-3 {
  max-width: 76%;
}

.container-6 {
  color: #fff;
  background-color: #6fbebb;
  border-radius: 30px;
  max-width: 1150px;
  padding-top: 60px;
  padding-bottom: 40px;
}

.paragraph-5 {
  text-align: center;
  margin-bottom: 50px;
}

.div-block-17 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 40px;
  display: grid;
}

.div-block-18 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-4 {
  margin-bottom: 30px;
}

.div-block-19 {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.button-4 {
  color: #6fbebb;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 10px;
  padding: 12px 30px;
}

.button-4.button-2 {
  display: none;
}

.container-7 {
  width: 64%;
  max-width: 1200px;
  padding-left: 0;
  padding-right: 0;
}

.div-block-20 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.paragraph-6 {
  text-align: center;
}

.paragraph-6.heading {
  color: #12303a;
  padding-left: 100px;
  padding-right: 100px;
  font-size: 50px;
  line-height: 55px;
}

.paragraph-7 {
  text-align: center;
}

.cf-newsletter-form-block {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 479px;
  margin-top: 40px;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.cf-form {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #3e3e3e;
  border: 1px solid #8ac197;
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  height: 51px;
  padding: 5px;
  font-size: 18px;
  display: flex;
}

.cf-newsletter-text-field {
  color: #000;
  background-color: #0000;
  border: 0 solid #fff3;
  border-radius: 56px;
  width: auto;
  height: auto;
  margin-bottom: 0;
  margin-right: 20px;
  padding: 0 28px 0 20px;
  font-size: 16px;
  line-height: 20.16px;
}

.cf-newsletter-text-field:focus {
  border-color: #ff5e6966;
}

.button-primary {
  box-sizing: border-box;
  color: #343434;
  letter-spacing: 2px;
  text-transform: capitalize;
  background-color: #ecce46;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 52px;
  padding: 5px 10px;
  font-size: 15px;
  font-weight: 700;
  line-height: 20.16px;
  transition: all .2s;
  display: flex;
}

.button-primary:hover {
  color: #000;
  background-color: #ecce46;
  font-size: 16px;
  line-height: 20.16px;
}

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

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

.text-block-9 {
  color: #3e3e3e;
  font-weight: 400;
}

.cf-error-message {
  color: #bd333d;
  background-color: #0000;
  border-radius: 5px;
  width: 100%;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.text-block-8 {
  color: red;
}

.submit-button {
  color: #fff;
  text-transform: uppercase;
  background-color: #8ac197;
  border-radius: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Lexend, sans-serif;
  font-size: 16px;
}

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

.faq-plus-l {
  background-color: #121a14;
  border-radius: 3px;
  width: 3px;
  height: 90%;
  position: absolute;
}

.faq-answer {
  border-bottom: 1px solid #2d3e501f;
  padding-left: 0;
  overflow: hidden;
}

.faq-plus-wrap {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  margin-right: 25px;
  display: flex;
  position: relative;
}

.faq-answer-text {
  margin-bottom: 30px;
  padding-left: 20px;
  font-family: Lexend, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
}

.faq-wrap {
  width: 50%;
  padding-left: 0;
  padding-right: 0;
}

.faq-plus {
  background-color: #121a14;
  border-radius: 3px;
  width: 90%;
  height: 3px;
}

.faq-q-text {
  color: #5e17eb;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.bold-text-147 {
  color: #121a14;
  font-family: Lexend, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
}

.faq-question {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  cursor: pointer;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr;
  grid-auto-columns: 1fr;
  align-items: center;
  height: 70px;
  padding-left: 20px;
  font-size: 22px;
  font-weight: 800;
  display: grid;
}

.div-block-21 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.section-5 {
  background-color: #f3f8f4;
  display: flex;
}

.div-block-22 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.footer {
  background-color: #6fbebb;
  position: relative;
  inset: auto 0% 0%;
}

.div-block-23 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 80px 60px;
  display: grid;
}

.paragraph-8 {
  color: #fff;
  margin-top: 12px;
  font-size: 14px;
  font-weight: 300;
}

.div-block-24 {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 33%;
  margin-top: 26px;
  display: grid;
}

.div-block-25 {
  width: auto;
}

.paragraph-9 {
  color: #fff;
}

.div-block-26 {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.container-9 {
  max-width: 1200px;
  padding-left: 80px;
  padding-right: 80px;
}

.section-7 {
  padding-top: 0;
  padding-bottom: 0;
}

.slide {
  background-color: #6fbebb26;
}

.icon {
  height: 30px;
}

.testimonial-slider-large {
  background-color: #fff;
  border-bottom: 0 solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.testimonial-slider-two {
  background-color: #0000;
  height: auto;
}

.testimonial-slide {
  background-color: #6fbebb26;
  border-radius: 30px;
  justify-content: space-between;
  align-items: center;
  padding: 80px 12px 80px 64px;
  display: flex;
}

.testimonial-content {
  flex-direction: column;
  align-items: flex-start;
  max-width: 100%;
  margin-right: 40px;
  display: flex;
}

.testimonial-quote-icon {
  margin-bottom: 24px;
}

.testimonial-quote {
  color: #121a14;
  margin-bottom: 32px;
  font-family: Lexend, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
}

.testimonial-info-two {
  align-items: center;
  display: flex;
}

.testimonial-image {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-author-name {
  color: #12303a;
  font-family: Lexend, sans-serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 32px;
}

.testimonial-image-two {
  object-fit: cover;
  width: 350px;
  height: 400px;
}

.testimonial-author-image-three {
  object-fit: cover;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin-right: 24px;
}

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

.testimonial-slider-nav {
  margin-top: 10px;
  font-size: 10px;
  display: none;
  position: static;
  bottom: -60px;
}

.div-block-27 {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  display: flex;
}

.div-block-28 {
  justify-content: flex-start;
  align-items: flex-start;
  width: 126px;
  display: flex;
}

.mask {
  height: auto;
}

.heading-3 {
  color: #172b4d;
  font-family: Lexend, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 51px;
}

.heading-4 {
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 0;
  font-family: Lexend, sans-serif;
  font-size: 72px;
  font-weight: 700;
  line-height: 80px;
}

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

.paragraph-13 {
  color: #121a14;
  margin-top: 20px;
  font-family: Lexend, sans-serif;
  font-size: 18px;
}

.features_card_heading {
  color: #121a14;
  font-family: Lexend, sans-serif;
  font-size: 21px;
  font-weight: 600;
}

.features_card_para {
  color: #121a14;
  font-family: Lexend, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
}

.paragraph-14 {
  color: #495974;
  margin-top: 10px;
  font-family: Lexend, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.paragraph-15 {
  font-family: Lexend, sans-serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 32px;
}

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

.text-block-10 {
  color: #87909f;
  font-family: Lexend, sans-serif;
  font-weight: 600;
  line-height: 26px;
}

.paragraph-16 {
  color: #fff;
  margin-bottom: 20px;
  padding-right: 0;
  font-family: Lexend, sans-serif;
  font-size: 33px;
  font-weight: 500;
  line-height: 42px;
}

.div-block-30 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.paragraph-17 {
  color: #fff;
  margin-top: 10px;
  font-family: Lexend, sans-serif;
  font-size: 18px;
  line-height: 26px;
}

.paragraph-17.center {
  text-align: center;
}

.div-block-31 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.paragraph-18 {
  color: #fff;
  margin-bottom: 0;
  font-family: Lexend, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 56.7px;
}

.paragraph-18.heading {
  color: #121a14;
  font-size: 30px;
  font-weight: 700;
  line-height: 56.7px;
}

.section-8 {
  padding: 100px 80px;
}

.container-11 {
  max-width: 1200px;
}

.div-block-32 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.paragraph-19 {
  color: #172b4d;
  font-family: Lexend, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 70px;
}

.text-span {
  color: #8ac197;
}

.paragraph-20 {
  color: #172b4d;
  margin-bottom: 0;
  font-family: Lexend, sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 40px;
}

.paragraph-21 {
  color: #495974;
  font-family: Lexend, sans-serif;
  font-size: 18px;
  line-height: 26px;
}

.list {
  margin-top: 20px;
  padding-left: 30px;
  font-family: Lexend, sans-serif;
  font-weight: 800;
}

.text-span-2 {
  color: #8ac197;
}

.section-9 {
  background-color: #f3f8f4;
}

.container-12 {
  max-width: 1200px;
}

.container-12.center {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-10 {
  background-color: #8ac1971a;
  padding: 150px 60px;
}

.div-block-34 {
  grid-column-gap: 47px;
  grid-row-gap: 47px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.body {
  font-family: Lexend, sans-serif;
}

.heading-5 {
  color: #172b4d;
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  line-height: 64px;
}

.text-span-3 {
  color: #8ac197;
}

.div-block-35 {
  padding-top: 20px;
}

.paragraph-22 {
  color: #495974;
  margin-top: 20px;
  font-size: 18px;
  line-height: 26px;
}

.image-6 {
  max-width: 89%;
}

.text-span-4 {
  color: #172b4d;
  font-size: 16px;
  font-weight: 700;
  line-height: 32px;
}

.container-13 {
  max-width: 1200px;
}

.section-11 {
  padding: 80px 100px;
}

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

.heading-6 {
  color: #172b4d;
  margin-top: 10px;
  font-size: 40px;
  line-height: 56.7px;
}

.paragraph-23 {
  color: #495974;
  font-size: 16px;
  line-height: 36px;
}

.div-block-37 {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.section-12 {
  padding-top: 150px;
  padding-bottom: 150px;
}

.section-13 {
  background-color: #8ac1971a;
  padding: 60px 0 80px;
  display: flex;
}

.container-14 {
  max-width: 1200px;
}

.div-block-38 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  display: block;
}

.paragraph-24 {
  color: #8ac197;
  text-align: center;
  text-transform: uppercase;
  font-weight: 800;
  line-height: 23.8px;
}

.paragraph-25 {
  color: #172b4d;
  font-size: 32px;
  font-weight: 700;
  line-height: 44.8px;
}

.div-block-39 {
  grid-column-gap: 16px;
  grid-row-gap: 45px;
  border-radius: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.div-block-40 {
  background-color: #fff;
  border-radius: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  display: flex;
  box-shadow: 0 20px 50px #12112714;
}

.div-block-40.hide {
  display: none;
}

.paragraph-26 {
  color: #121127;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 21.6px;
  font-weight: 700;
  line-height: 26.61px;
}

.paragraph-26.md {
  font-size: 16px;
  line-height: 22.4px;
}

.paragraph-27 {
  color: #495974;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 28.8px;
}

.paragraph-27.color {
  color: #1211278f;
  font-size: 14px;
  font-weight: 500;
  line-height: 22.4px;
}

.paragraph-28 {
  color: #8ac197;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 800;
  line-height: 29.16px;
}

.paragraph-29 {
  color: #7a869a;
  text-align: center;
  font-weight: 600;
  line-height: 29.16px;
}

.div-block-41 {
  border-radius: 0;
  padding: 20px;
}

.image-7 {
  width: 171px;
  height: 383px;
  margin-left: -92px;
}

.italic-text {
  font-family: Montserrat, sans-serif;
}

.div-block-42 {
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

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

.container-15 {
  max-width: 1200px;
}

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

.div-block-44 {
  border-radius: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: block;
  box-shadow: 0 20px 50px #12112714;
}

.div-block-45 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 174.4px;
  padding: 20px 40px 0;
  display: flex;
}

.div-block-45.big {
  height: 185px;
}

.paragraph-30 {
  color: #1211278f;
  text-align: center;
  padding-left: 40px;
  padding-right: 40px;
  font-weight: 500;
  line-height: 22.4px;
}

.paragraph-31 {
  color: #121127;
  font-size: 16px;
  font-weight: 700;
  line-height: 22.4px;
}

.div-block-46 {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.section-15 {
  background-color: #8ac1971a;
  justify-content: center;
  align-items: center;
  padding: 60px 80px 150px;
  display: flex;
}

.container-16 {
  max-width: 1200px;
}

.heading-7 {
  color: #172b4d;
  text-align: center;
  padding-left: 60px;
  padding-right: 60px;
  font-size: 47px;
  line-height: 48px;
}

.paragraph-32 {
  color: #495974;
  text-align: center;
  font-size: 16px;
  line-height: 26px;
}

.body-2 {
  font-family: Lexend, sans-serif;
}

.div-block-47 {
  padding-left: 100px;
  padding-right: 100px;
}

.cf-contact-form-field {
  color: #000;
  letter-spacing: -.16px;
  background-color: #fff;
  border: 1px solid #1211271f;
  border-radius: 8px;
  height: 53px;
  margin-bottom: 0;
  margin-right: 32px;
  padding: 21px 10px;
  font-size: 14px;
  line-height: 25.4px;
}

.cf-contact-form-field:active, .cf-contact-form-field:focus {
  border-color: #0d0e1033;
}

.cf-contact-form-field::placeholder {
  color: #12112766;
}

.cf-contact-form-field.message {
  border-color: #1211271f;
  border-radius: 8px;
  width: 100%;
  height: 105px;
  margin-right: 0;
}

.cf-contact-form-field.email {
  border-color: #1211271f;
  width: 100%;
  min-width: 100%;
  padding-top: 15px;
  padding-bottom: 21px;
  padding-right: 0;
}

.cf-contact-form-field.no-margin {
  color: #000;
  background-color: #fbfbfb;
  border-color: #bdbdbd;
  margin-right: 0;
  font-size: 14px;
  line-height: 17.64px;
}

.text-block-11 {
  color: #172b4d;
  max-width: none;
  font-family: Lexend, sans-serif;
  font-weight: 400;
  line-height: 25px;
}

.text-block-11.margin-top {
  margin-top: 6px;
}

.text-block-11.margin-top.max-width {
  max-width: 448px;
}

.text-block-11.margin {
  text-align: center;
  width: 100%;
  margin-top: 30px;
  font-size: 16px;
}

.cf-forms-section-3 {
  background-color: #fff;
  border-radius: 16px;
  width: auto;
  max-width: 1440px;
  height: auto;
  min-height: 647px;
  margin: -92px auto 20px;
  padding: 37px 60px 0;
  box-shadow: 4px -2px 5px #0003;
}

.cf-form-gradient-submit {
  color: #fff;
  background-color: #0000;
  background-image: linear-gradient(to right, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b 90%);
  border-radius: 8px;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 156%;
}

.cf-form-gradient-submit.fixed-width {
  text-align: left;
  background-color: #8ac197;
  background-image: none;
  border-radius: 8px;
  width: auto;
  max-width: 210px;
  height: 52px;
  margin-top: 25px;
  padding: 14px 32px;
  font-family: Lexend, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  display: inline-block;
}

.cf-form-gradient-submit.fixed-width.small_margin_top {
  margin-top: 0;
}

.cf-form-gradient-submit.fixed-width.no_margin {
  color: #fff;
  margin-top: 0;
}

.cf-form-gradient-submit.employers {
  background-color: var(--main);
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  width: 138px;
  height: 52px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 15px;
}

.div-block-423 {
  display: inline-block;
}

.form {
  width: 100%;
  min-width: auto;
  margin-top: 0;
  padding-bottom: 0;
  display: block;
}

.form.padding-0 {
  padding-bottom: 0;
}

.cf-form-paragraph {
  color: #000;
  margin-bottom: 24px;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
}

.cf-success-message-2 {
  color: #172b4d;
  background-color: #fff;
  border-radius: 8px;
  width: 578px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.cf-success-message-2.bg_green {
  background-color: #0000;
  width: 100%;
  padding: 0;
}

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

.cf-error-message-2.darker {
  color: #bd333d;
  background-color: #0000;
  width: 100%;
  height: auto;
  margin-top: 10px;
  margin-left: 0;
  padding-top: 0;
  position: static;
  inset: auto 0% 0% auto;
}

.cf-form-heading {
  color: #2c2c2c;
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
}

.contact_form {
  width: 90%;
  height: auto;
  min-height: auto;
  margin-top: 0;
  padding-top: 52px;
  padding-bottom: 20px;
  box-shadow: 0 20px 50px #12112714;
}

.cf-fields-contain {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 0;
  margin-right: -10px;
  display: flex;
}

.error-message {
  position: fixed;
}

.text-block-5 {
  color: red;
}

.paragraph-49 {
  color: #fff;
  width: 22px;
  margin-left: -32px;
  font-size: 20px;
  line-height: 16px;
}

.form-block {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: auto;
  margin-bottom: 15px;
  display: flex;
}

.container-17 {
  max-width: 1200px;
  margin-top: -100px;
}

.button-5 {
  color: #fff;
  background-color: #8ac197;
  border-radius: 8px;
  margin-top: 40px;
  padding: 14px 32px;
  font-family: Lexend, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
}

.body-3 {
  font-family: Lexend, sans-serif;
}

.how_to_join {
  margin-bottom: 0;
  padding: 80px 80px 80px 100px;
}

.section-16 {
  background-color: #8ac1971a;
  padding: 80px;
}

.container-18 {
  max-width: 1200px;
}

.div-block-424 {
  grid-column-gap: 59px;
  grid-row-gap: 59px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-8 {
  max-width: 65%;
}

.div-block-425 {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.div-block-426 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.container-19 {
  max-width: 1200px;
}

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

.section-17 {
  margin-top: 0;
  padding: 80px 80px 20px;
}

.spark-button {
  color: #fff;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 8px;
  flex: none;
  padding: 16px;
  font-size: .9375rem;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  transition: border-color .15s, background-color .15s, opacity .15s;
}

.spark-button:hover {
  opacity: 1;
  background-color: #0000;
  border-color: #fff;
}

.spark-button.spark-icon-left-button {
  grid-column-gap: 12px;
  text-align: center;
  background-color: #8ac197;
  border: 0 #8ac197;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 189px;
  margin-top: 40px;
  padding-left: 18px;
  padding-right: 18px;
  font-size: 16px;
  line-height: 20px;
  display: block;
  position: relative;
}

.spark-button.spark-icon-left-button:active {
  background-color: #8ac197;
}

.spark-button.spark-icon-left-button.small_button {
  width: 136px;
}

.spark-button.spark-icon-left-button.big_button {
  width: 212px;
  display: block;
}

.spark-button.spark-icon-left-button.big_button.inline {
  border-width: 1px;
  border-color: #fff;
  border-radius: 10px;
  display: inline;
}

.spark-button.spark-icon-left-button.big_button.open-popup-button {
  width: 259px;
}

.spark-button.spark-icon-left-button.button {
  border-width: 1px;
  border-color: #fff;
  display: inline;
}

.spark-button.spark-icon-left-button.hide {
  display: none;
}

.spark-button.open-popup-button {
  text-align: center;
  text-transform: uppercase;
  padding: 12px 25px;
}

.spark-button.open-popup-button.hide {
  display: none;
}

.spark-button-text {
  color: #fff;
  flex: none;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  display: inline-block;
  position: relative;
}

.spark-small-icon {
  flex: none;
  width: 24px;
  height: 24px;
  display: inline-block;
}

.div-block-428 {
  padding-top: 40px;
}

.image-9 {
  max-width: 68%;
  height: 100%;
}

.div-block-429 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-430 {
  padding-top: 40px;
}

.image-10 {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  width: 100%;
  height: 220px;
}

.div-block-432, .div-block-433 {
  width: 100%;
}

.paragraph-50 {
  color: #121127;
  text-transform: none;
  margin-bottom: 5px;
  font-size: 13px;
  font-weight: 600;
  line-height: 21.6px;
}

.div-block-434, .div-block-435 {
  width: 100%;
}

.section-18 {
  padding-bottom: 80px;
}

.div-block-436 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.close_button {
  position: absolute;
  inset: 1.5rem 1.5rem auto auto;
}

.email_container {
  width: 100%;
}

.form_error-message {
  color: #e72f3c;
  background-color: #e72f3c1f;
  border-left: .125rem #e72f3c;
  border-radius: .5rem;
  margin-top: .5rem;
  padding: .5rem 1.5rem;
  font-size: .875rem;
  font-weight: 600;
}

.form_success-text {
  font-weight: 500;
}

.form_success-message {
  text-align: left;
  background-color: #e9f0f1;
  border-radius: .5rem;
  height: 3.25rem;
  padding: 1rem 4rem;
  font-size: .875rem;
  font-weight: 600;
}

.title {
  color: #fff;
  text-align: center;
  max-width: 24.375rem;
  font-size: 3rem;
  font-weight: 700;
}

.text-block-12 {
  color: #999;
  margin-top: .75rem;
  font-weight: 500;
}

.subscriber_name {
  font-weight: 600;
}

.top {
  background-color: #5136eb;
  background-image: url('../images/Pattern.png');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  min-height: 16.25rem;
  padding: 1.5rem;
  display: flex;
  position: relative;
}

.button-6 {
  color: #fff;
  text-align: center;
  background-color: #5136eb;
  border-radius: .5rem;
  padding: .75rem 1.5rem;
  font-weight: 600;
}

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

.newsletter_description {
  color: #747474;
  text-align: center;
  max-width: 26rem;
  font-weight: 500;
}

.subscriber_job {
  color: #747474;
  font-weight: 500;
}

.newsletter_container {
  background-color: #0003;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
  position: absolute;
  inset: 0%;
}

.show_newsletter {
  z-index: 0;
  color: #fff;
  text-align: center;
  font-size: 3rem;
  font-weight: 700;
  text-decoration: none;
  display: none;
  position: absolute;
}

.show_newsletter:hover {
  text-decoration: underline;
}

.main-wrapper {
  display: block;
}

.form-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  display: grid;
}

.avatar {
  border-radius: 100vh;
  width: 3.75rem;
  height: 3.75rem;
}

.newsletter_card {
  border-radius: 1rem;
  flex-direction: column;
  width: 100%;
  max-width: 32rem;
  display: block;
  position: relative;
  overflow: hidden;
  box-shadow: 0 20px 20px #5136eb0d;
}

.bottom {
  grid-row-gap: 2rem;
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  padding: 1.5rem;
  display: flex;
}

.text-block-13 {
  text-decoration: none;
}

.subscriber {
  grid-column-gap: .5rem;
  align-items: center;
  display: flex;
}

.form_input-2 {
  color: #747474;
  background-color: #9696961a;
  border: .125rem solid #e9f0f1;
  border-radius: .5rem;
  height: 3.25rem;
  margin-bottom: 0;
  padding: .5rem 1.5rem;
  font-size: 1rem;
  font-weight: 500;
  transition: background-color .25s, border-color .25s;
}

.form_input-2:focus {
  border-color: #dae5e7;
}

.form_input-2::placeholder {
  color: #0b0b1f80;
}

.subscriber_testimonial {
  color: #747474;
  text-align: center;
  max-width: 26rem;
  margin-top: .75rem;
  font-weight: 500;
}

.form_error-text {
  font-weight: 500;
}

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

.pop_up_wrapper {
  z-index: 9999;
  background-color: #80808063;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.pop_up_wrapper.navbar_popup {
  display: none;
  top: 0%;
  right: 0%;
}

.pop-up-close {
  display: block;
  position: absolute;
  top: 24%;
  right: 14%;
}

.form-block-2 {
  background-color: #0000;
  border-radius: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 800px;
  height: auto;
  min-height: auto;
  max-height: none;
  padding: 0;
  display: flex;
}

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

.image-15 {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  width: 100%;
}

.image-16 {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  width: 100%;
  height: 336.328px;
}

.div-block-439 {
  justify-content: flex-end;
  align-items: center;
  height: 0;
  display: flex;
}

.image-17 {
  max-width: 8%;
  margin-top: 19px;
}

.image-18 {
  max-width: 8%;
}

.div-block-440, .div-block-441 {
  height: 0;
  margin-bottom: 0;
  display: block;
}

.div-block-442 {
  justify-content: flex-end;
  align-items: center;
  height: 0;
  margin-top: 0;
  display: flex;
}

.image-19 {
  max-width: 9%;
}

.image-20 {
  max-width: 9%;
  margin-top: -144px;
}

.div-block-443.image-16 {
  background-image: url('../images/639d23d8598a9c9faaa24314_Zaid-Altahat-p-500.png');
  background-position: 0 0;
  background-size: cover;
}

.section-19 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.div-block-445 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.image-21 {
  height: 100%;
}

.text-span-5 {
  font-family: Droid Sans, sans-serif;
  font-size: 44px;
  font-weight: 700;
}

.div-block-446 {
  display: block;
}

.div-block-447 {
  display: inline-flex;
}

.popup-wrap {
  background-color: #fff;
  border-radius: 15px;
  width: 100%;
  max-width: 680px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.input-label {
  z-index: 2;
  color: #000;
  background-color: #fff;
  border-radius: 3px;
  margin-bottom: 0;
  padding-left: 6px;
  padding-right: 7px;
  font-size: 13.5px;
  font-weight: 600;
  line-height: 15px;
  display: inline-block;
  position: relative;
  bottom: -7px;
  left: 6px;
}

.input {
  color: #000;
  background-color: #fff;
  border: 1px solid #b7bbd1;
  border-radius: 6px;
  height: 48px;
  margin-bottom: 0;
  padding-top: 10px;
  padding-left: 18px;
  font-size: 15px;
  font-weight: 300;
  transition: border-color .2s, box-shadow .2s;
  box-shadow: 0 3px 6px -2px #1d01501a;
}

.input:hover {
  box-shadow: none;
  border-color: #434de7;
}

.input:focus {
  border: 1px solid #434de7;
}

.input::placeholder {
  color: #6e6e6e;
}

.rte-label {
  color: #000;
  margin-top: 15px;
  margin-bottom: 12px;
  font-size: 13.5px;
  font-weight: 600;
  line-height: 15px;
}

.form_100w {
  width: 100%;
}

.popup-close {
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: absolute;
  inset: 13% 16% auto auto;
}

.spacer-10 {
  width: 100%;
  height: 10px;
}

.popup-close_icon.close-popup-button {
  position: relative;
}

.message_success {
  color: #fff;
  background-color: #434de7;
  border-radius: 10px;
  font-weight: 600;
}

.popup {
  z-index: 9999;
  opacity: 0;
  background-color: #0006;
  border-radius: 1px;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: none;
  position: fixed;
  inset: 0%;
}

.popup.pop_up_wrapper {
  opacity: .1;
  display: flex;
}

.button-7 {
  color: #fff;
  background-color: #434de7;
  border-radius: 10px;
  height: 50px;
  padding: 15px 35px;
  font-size: 15px;
  font-weight: 500;
  box-shadow: 0 10px 20px -3px #1d01501a;
}

.button-7:hover {
  box-shadow: none;
  background-color: #000;
}

.button-7.in-form {
  width: 100%;
  height: 52px;
  margin-top: 0;
  margin-left: 0;
}

.paragraph-51 {
  opacity: .9;
  color: #000;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
}

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

.spacer-30 {
  width: 100%;
  height: 10px;
}

.custom-scrollbar {
  display: none;
}

.h3 {
  color: #172b4d;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 600;
}

.h3.center-margin {
  text-align: center;
  max-width: 686px;
  margin-bottom: 20px;
  font-weight: 700;
  display: block;
}

.text-red {
  color: #ff0004;
}

.job_sticky-card {
  border: 1px solid #f2f3ff;
  border-radius: 15px;
  padding: 35px 30px;
}

.form-separator {
  background-color: #f2f3ff;
  width: 100%;
  height: 1px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.form-border {
  background-color: #fff;
  border: 1px solid #f2f3ff;
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 400px;
  max-width: none;
  margin-bottom: 0;
  padding: 30px;
  display: none;
  box-shadow: 0 20px 30px -10px #1d01501a;
}

.scrollbar {
  min-height: 550px;
  max-height: 600px;
  padding: 30px;
  overflow: auto;
}

.input-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 12px;
  display: flex;
  position: relative;
}

.input-wrapper.mr-15 {
  margin-right: 15px;
}

.clone-wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: auto;
  display: block;
}

.div-block-448 {
  border-radius: 12px;
  justify-content: center;
  align-items: flex-start;
  width: 33.33%;
  display: flex;
}

.text-span-6 {
  text-align: left;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.div-block-449 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-span-7 {
  font-size: 14px;
}

.bold-text-148 {
  text-align: left;
  font-size: 16px;
  line-height: 20px;
}

.body-4 {
  font-family: Lexend, sans-serif;
}

.div-block-450 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.div-block-451 {
  margin-top: 40px;
}

.button-8 {
  background-color: #8ac197;
  border-radius: 8px;
  margin-top: 20px;
  padding: 12px 25px;
}

.lynx-nav-link {
  color: #fff;
  letter-spacing: 1.3px;
  text-transform: capitalize;
  padding: 15px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  transition: color .2s;
}

.lynx-nav-link:hover {
  color: #172b4d;
}

.lynx-nav-link.w--current {
  color: #fff;
  font-weight: 700;
}

.lynx-nav-link.w--current:hover {
  color: #172b4d;
}

.lynx-nav-link.hide.w--current {
  padding-left: 15px;
  padding-right: 15px;
  display: inline-block;
}

.lynx-nav-block {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 62px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: absolute;
}

.image-22 {
  border-radius: 20px;
}

.lynx-nav-buttons {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  margin-left: 14px;
  display: flex;
}

.lynx-nav {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  display: block;
}

.lynx-nav-button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #000;
  text-align: center;
  letter-spacing: 1.3px;
  text-transform: capitalize;
  -webkit-text-fill-color: inherit;
  background-color: #ecce46;
  background-image: linear-gradient(#ecce46, #ecce46);
  background-clip: border-box;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 40px;
  padding: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  transition-property: background-color;
  transition-duration: .2s;
  transition-timing-function: ease;
  display: none;
}

.lynx-nav-button:hover {
  background-color: #8979ec;
}

.lynx-navbar {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1500px;
  height: 58px;
  margin-bottom: 0;
  padding: 0 24px;
  display: flex;
}

.lynx-brand {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  padding: 5px;
  display: none;
}

.paragraph-58 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  color: #eccf45;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-bottom: 0;
  margin-left: -16px;
  font-size: 32px;
  font-weight: 800;
  line-height: 58px;
  display: flex;
}

.div-block-452 {
  background-color: #8ac197;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.image-23 {
  width: 199px;
  max-width: none;
}

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

.matrix-text_component {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}

.bg-circle {
  z-index: -1;
  opacity: .6;
  filter: blur(30px);
  background-color: #000;
  border-radius: 100%;
  width: 100%;
  height: 100%;
  position: absolute;
}

.heading-xxl-2 {
  color: #fff;
  font-size: 8rem;
  font-weight: 700;
  line-height: 1.1;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.text-size-medium-5 {
  color: #fff;
  font-size: 1.25rem;
}

.button-26 {
  color: #fff;
  text-align: center;
  background-color: #8f00ff;
  border-radius: 100rem;
  justify-content: center;
  align-items: center;
  padding: 1rem 2rem;
  font-weight: 400;
  transition-property: none;
}

.button-26:hover {
  opacity: .8;
}

.section-326 {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  height: 89.2vh;
  display: flex;
}

.div-block-453 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph-59 {
  color: #12303a;
  font-family: Lexend, sans-serif;
  font-size: 8rem;
  font-weight: 700;
  line-height: 1.1;
}

.paragraph-52 {
  color: #495974;
  font-family: Lexend, sans-serif;
  font-size: 1.2rem;
  line-height: 1.2;
}

.button-27 {
  background-color: #ecce46;
  border-radius: 100rem;
  padding: 1rem 2rem;
}

.body-5 {
  background-color: #8ac1971a;
}

.bold-text-149 {
  font-weight: 700;
}

.uui-blogsection01_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.uui-blogsection01_image-link {
  width: 100%;
  margin-bottom: 2rem;
  transition: all .3s;
}

.uui-blogsection01_image-link:hover {
  box-shadow: 0 24px 48px -12px #1018282e;
}

.uui-blogsection01_author-wrapper {
  align-items: center;
  margin-top: 1.5rem;
  display: flex;
}

.uui-blogsection01_component {
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  margin-bottom: 4rem;
}

.uui-button-2 {
  grid-column-gap: .5rem;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #7f56d9;
  border: 1px solid #7f56d9;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-2:hover {
  background-color: #6941c6;
  border-color: #6941c6;
}

.uui-button-2:focus {
  background-color: #7f56d9;
  box-shadow: 0 1px 2px #1018280d, 0 0 0 4px #f4ebff;
}

.text-span-8 {
  -webkit-text-fill-color: transparent;
  background-image: repeating-linear-gradient(74deg, #f38748, #ff5c5f);
  -webkit-background-clip: text;
  background-clip: text;
}

.text-span-8.gradient {
  background-image: repeating-linear-gradient(74deg, #ff5cfa, #5a48f3);
}

.text-span-8.gradient.reverse_gradient {
  background-image: repeating-linear-gradient(100deg, #5a48f3, #ff5cfa);
}

.paragraph-100 {
  color: #12303a;
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  line-height: 47px;
}

.uui-blogsection01_title-link {
  color: #101828;
  justify-content: space-between;
  margin-bottom: .5rem;
  text-decoration: none;
  display: flex;
}

.uui-heading-xsmall {
  color: #101828;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.4;
}

.uui-text-divider {
  color: #475467;
  margin-left: .25rem;
  margin-right: .25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-text-divider.text-size-small {
  color: #475467;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
}

.div-block-212 {
  border-bottom: 0 solid #1211271f;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.div-block-201 {
  background-color: #0000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1200px;
  padding: 80px 0;
  display: block;
}

.uui-blogsection01_category-link {
  color: #6941c6;
  margin-bottom: .5rem;
  margin-right: 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
  transition: opacity .3s;
}

.uui-blogsection01_category-link:hover {
  color: #53389e;
}

.uui-blogsection01_category-link.w--current {
  border-bottom: 2px solid #000;
}

.uui-page-padding-3 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-blogsection01_date-wrapper {
  align-items: center;
  display: flex;
}

.heading-2044 {
  line-height: 40.8px;
}

.heading-2044.small_heading {
  font-size: 14px;
  line-height: 23.8px;
}

.uui-blogsection01_author-image-wrapper {
  margin-right: .75rem;
}

.uui-text-size-small {
  color: #475467;
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  line-height: 1.5;
}

.uui-text-size-medium {
  color: #475467;
  letter-spacing: normal;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-blogsection01_author-image {
  object-fit: cover;
  border-radius: 100%;
  width: 2.5rem;
  min-width: 2.5rem;
  height: 2.5rem;
  min-height: 2.5rem;
}

.bold-text-16 {
  color: #8ac197;
}

.uui-blogsection01_author-heading {
  color: #101828;
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 600;
}

.uui-blogsection01_icon {
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  margin-top: .25rem;
  margin-left: .5rem;
  display: flex;
}

.uui-container-large-2 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-102 {
  color: #1211278f;
  line-height: 25.2px;
}

.uui-blogsection01_image-wrapper {
  width: 100%;
  padding-top: 66%;
  position: relative;
  overflow: hidden;
}

.uui-blogsection01_list {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.text-span-9, .text-block-14 {
  color: #8ac197;
}

.heading-2045 {
  line-height: 40.8px;
}

.heading-2045.small_heading {
  justify-content: center;
  align-items: center;
  font-size: 14px;
  line-height: 23.8px;
  display: flex;
}

.text-span-10 {
  -webkit-text-fill-color: transparent;
  background-image: repeating-linear-gradient(74deg, #f38748, #ff5c5f);
  -webkit-background-clip: text;
  background-clip: text;
}

.text-span-10.gradient {
  background-image: repeating-linear-gradient(74deg, #ff5cfa, #5a48f3);
}

.text-span-10.gradient.reverse_gradient {
  color: #8ac197;
  background-color: #8ac197;
  background-image: none;
}

.uui-blog03_author-image {
  object-fit: cover;
  border-radius: 100%;
  width: 2.5rem;
  min-width: 2.5rem;
  height: 2.5rem;
  min-height: 2.5rem;
}

.uui-blog03_date-wrapper {
  align-items: center;
  display: flex;
}

.uui-blog03_component {
  margin-top: 2.9rem;
}

.uui-heading-small {
  color: #101828;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lexend, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.4;
}

.uui-text-size-medium-3 {
  color: #495974;
  letter-spacing: normal;
  font-family: Lexend, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-blog03_category-link {
  color: #6941c6;
  margin-bottom: .5rem;
  margin-right: 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
  transition: opacity .3s;
}

.uui-blog03_category-link:hover {
  color: #53389e;
}

.uui-blog03_category-link.w--current {
  border-bottom: 2px solid #000;
}

.uui-heading-xsmall-3 {
  color: #101828;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.4;
}

.uui-blog03_icon {
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  margin-top: .25rem;
  margin-left: .5rem;
  display: flex;
}

.uui-blog03_author-image-wrapper {
  margin-right: .75rem;
}

.uui-blog03_list {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.uui-blog03_category-menu {
  align-items: center;
  width: 100%;
  margin-bottom: 4rem;
  display: flex;
}

.uui-blog03_category-menu.no-scrollbar {
  box-shadow: inset 0 -1px #eaecf0;
}

.uui-blog03_image-link {
  width: 100%;
  margin-bottom: 2rem;
  transition: all .3s;
}

.uui-blog03_image-link:hover {
  box-shadow: 0 24px 48px -12px #1018282e;
}

.uui-blog03_image-link.is-featured {
  margin-bottom: 0;
}

.uui-blog03_featured-item-content {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  padding: 0 0 0 3rem;
  display: flex;
}

.uui-blog03_image {
  object-fit: cover;
  width: auto;
  max-width: none;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.uui-blog03_menu-link {
  color: #667085;
  white-space: nowrap;
  border-bottom: 2px solid #0000;
  flex: none;
  margin-right: 1rem;
  padding: .5rem .25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
}

.uui-blog03_menu-link:hover, .uui-blog03_menu-link.w--current {
  color: #6941c6;
  border-bottom-color: #6941c6;
}

.uui-blog03_author-heading {
  color: #101828;
  letter-spacing: normal;
  font-family: Lexend, sans-serif;
  font-size: .875rem;
  font-weight: 600;
}

.uui-blog03_title-link {
  color: #101828;
  justify-content: space-between;
  margin-bottom: .5rem;
  text-decoration: none;
  display: flex;
}

.uui-blog03_title-link.is-featured {
  margin-top: .5rem;
  margin-bottom: .75rem;
}

.uui-blog03_image-wrapper {
  width: 100%;
  padding-top: 66%;
  position: relative;
  overflow: hidden;
}

.uui-blog03_image-wrapper.is-featured {
  background-image: url('../images/techstars_leon_jacobson_ohhhwavy_photo_by_gregory_cortex_630x630.jpg');
  background-position: 64% 0;
  background-size: cover;
}

.uui-text-divider-3 {
  color: #475467;
  margin-left: .25rem;
  margin-right: .25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-text-divider-3.text-size-small {
  color: #475467;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
}

.uui-blog03_author-wrapper {
  align-items: center;
  margin-top: 1rem;
  display: flex;
}

.uui-text-size-small-3 {
  color: #475467;
  letter-spacing: normal;
  font-family: Lexend, sans-serif;
  font-size: .875rem;
  line-height: 1.5;
}

.uui-blog03_featured-item {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-bottom: 4rem;
  display: grid;
}

.text-block-15 {
  color: #8ac197;
  font-family: Lexend, sans-serif;
  font-weight: 700;
}

.uui-max-width-large-3 {
  background-color: #0000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 0;
  display: flex;
}

.uui-heading-subheading-3 {
  color: #8ac197;
  letter-spacing: 1px;
  text-transform: capitalize;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

.uui-heading-large-2 {
  color: #8ac197;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lexend, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 51px;
}

.uui-space-small {
  width: 100%;
  min-height: .6rem;
}

.uui-text-size-large-3 {
  color: #495974;
  letter-spacing: normal;
  font-family: Lexend, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.section-327 {
  background-color: #8ac1971a;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-left: 80px;
  padding-right: 80px;
  display: flex;
}

.italic-text-2 {
  font-size: 15px;
  line-height: 24px;
}

._5-col {
  width: 380px;
  margin-right: 20px;
  display: inline-block;
}

._5-col._5-col-last {
  width: auto;
  margin-top: 0;
  margin-right: 0;
}

.blog1-articles-wrap {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: grid;
}

.tagline {
  opacity: .6;
  color: #8ac197;
  letter-spacing: .5px;
  text-transform: uppercase;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.headline-6-col {
  width: 460px;
  margin-bottom: 50px;
}

.label {
  background-color: #1991eb;
  border-radius: 4px;
  padding: 4px 10px;
  display: inline-block;
}

.label.label-cyan {
  background-color: #8ac197;
  margin-bottom: 10px;
}

.label.label-pink {
  background-color: #6fbebb;
  margin-bottom: 10px;
}

._7-col {
  width: auto;
  margin-right: 20px;
  display: inline-block;
}

.wrap {
  width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.wrap.w50-80 {
  width: auto;
  padding: 50px 60px 60px;
}

.blog1-article-cover {
  border-radius: 8px;
  height: 270px;
}

.blog1-article-cover.blog1-article-cover-1 {
  background-image: url('../images/TechStars_TeamPhoto83-970.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 281px;
  margin-top: 20px;
}

.blog1-article-cover.blog1-article-cover-1.blog-3 {
  background-image: url('../images/Nerveli-TS-DEMO-DAY-1.jpeg');
}

.blog1-article-cover.blog1-article-cover-2 {
  background-image: url('../images/techstars_leon_jacobson_ohhhwavy_photo_by_gregory_cortex_630x630.jpg');
  background-position: 50% 0;
  background-size: cover;
  width: 100%;
  height: 281px;
  margin-bottom: 20px;
}

.label-text {
  color: #fff;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 500;
  line-height: 17px;
}

.blog1-article.blog1-article-left-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-right: 10px;
  display: grid;
}

.blog1-article.blog4-article-right-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: auto;
  margin-top: 0;
  padding-left: 10px;
  display: grid;
}

.heading-2046 {
  font-size: 25px;
}

.bold-text-150 {
  color: #8ac197;
}

.heading-2047 {
  line-height: 38px;
}

.section-328 {
  background-color: #fff;
  margin-top: 0;
  padding: 60px;
  position: static;
}

.section-329 {
  background-color: #0006;
  background-image: url('../images/IMG_20241115_003847.png');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 80vh;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.heading-2048 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 56px;
  line-height: 64px;
}

.text-span-11 {
  color: #8ac197;
}

.div-block-455 {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.button-28 {
  color: #fff;
  background-color: #8ac197;
  border: 1px solid #8ac197;
  border-radius: 10px;
  padding: 15px 25px;
  font-size: 16px;
  font-weight: 500;
  line-height: 21px;
}

.text-span-12 {
  color: #172b4d;
}

.image-24 {
  width: 173px;
  max-width: none;
  height: 44.65px;
}

.image-25 {
  width: 68%;
}

.pop-up-cover {
  z-index: 999995;
  background-image: linear-gradient(#ffffff40, #ffffff40);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  min-height: 100vh;
  display: none;
  position: fixed;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.popup-closebutton {
  z-index: 100;
  cursor: pointer;
  background-color: #353535;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: absolute;
  inset: 2% 2% auto auto;
}

.popup-heading {
  color: #353535bf;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 2;
}

.popup-card {
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-between;
  align-self: center;
  align-items: stretch;
  width: 50%;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: flex;
  position: relative;
  box-shadow: 11px 11px 32px #0003, 6px 6px 16px #0000001f, 3px 3px 8px #00000024;
}

.link-block-2 {
  background-image: linear-gradient(225deg, #eabc55 12%, #72a9d5 55%, #fccb78 94%);
  border-radius: 30px;
  padding: 2px;
  text-decoration: none;
}

.images-container {
  margin-bottom: 50px;
}

.close-x {
  color: #fff;
  justify-content: center;
  font-size: 20px;
}

.popup-image {
  object-fit: cover;
  width: 8em;
  height: 8em;
  margin-left: 2em;
  margin-right: 2em;
}

.popup-items {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin: 5px;
  padding: 100px 10px;
  display: flex;
  overflow: hidden;
}

.popup-subheading {
  text-align: center;
  margin-top: 25px;
  margin-bottom: 40px;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 25px;
  line-height: 1.25;
}

.text-block {
  color: #000;
  background-color: #fff;
  border-radius: 30px;
  padding: 15px 30px;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  transition: background-color .6s;
}

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

.div-block-456 {
  background-color: #65c0ba;
  display: flex;
  position: relative;
}

.container-20 {
  max-width: 1200px;
  padding-top: 20px;
  padding-bottom: 20px;
}

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

.div-block-458 {
  justify-content: flex-start;
  align-items: flex-end;
  height: 0;
  display: flex;
}

.div-block-459 {
  justify-content: flex-end;
  align-items: flex-start;
  height: 0;
  display: flex;
}

.paragraph-103 {
  color: #fff;
  text-align: left;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 40px;
}

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

.paragraph-104 {
  text-align: center;
  margin-bottom: 0;
  font-weight: 600;
}

.link-block-3 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #fff;
  background-color: #fff3;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  padding: 8px 16px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  display: flex;
}

.shrink-box-button-2 {
  margin-right: 5px;
  display: block;
}

.shrink-box-wrapper-2 {
  opacity: .5;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  transition: opacity .2s;
  display: flex;
}

.shrink-box-wrapper-2:hover {
  opacity: 1;
}

.db-mobile-fixed-nav {
  color: #fff;
  background-color: #0f0f0f;
  justify-content: space-between;
  align-items: center;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.db-link {
  color: #3cc47c;
  text-decoration: none;
}

.db-flex-row {
  padding-right: 20px;
  display: flex;
}

.modal-closer {
  z-index: 5;
  opacity: 1;
  background-color: #000000b0;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0;
}

.modal-wrapper {
  z-index: 99999;
  opacity: 1;
  perspective: 850px;
  text-transform: none;
  cursor: default;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: none;
  position: fixed;
  inset: 0;
}

.modal-wrapper.show {
  display: flex;
}

.modal-wrapper.hide {
  display: none;
}

.modal-wrapper.banner-modal {
  display: flex;
}

.modal-wrapper.waitlist-wrapper {
  display: none;
}

.flex-body {
  justify-content: center;
  align-items: center;
  min-height: auto;
  display: block;
}

.modal-title {
  margin-bottom: 30px;
  font-size: 30px;
  line-height: 32px;
}

.db-fixed-nav-headline {
  text-align: center;
  margin: 0 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
}

.button-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  box-shadow: none;
  color: #fff;
  cursor: pointer;
  background-color: #fff3;
  border: 0 solid #fff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 14px 20px 13px;
  font-weight: 500;
  text-decoration: none;
  transition: box-shadow .2s;
  display: flex;
}

.button-wrapper:hover {
  box-shadow: 0 4px 15px -3px #000000a3;
}

.modal-body {
  z-index: 10;
  color: #313131;
  background-color: #fff;
  border-bottom: 1px solid #000;
  border-radius: 24px;
  padding: 50px 72px;
  position: relative;
  box-shadow: 0 9px 50px -14px #000;
}

.modal-body.waitlist-body {
  justify-content: center;
  align-items: center;
  display: flex;
}

.close-icon {
  z-index: 20;
  cursor: pointer;
  width: 25px;
  position: absolute;
  top: 5px;
  right: 5px;
}

.db-fixed-nav-logo {
  width: 100px;
}

.db-logo-wrapper {
  background-color: #3cc47c;
  padding: 10px 15px;
}

.text-block-16 {
  color: #fff;
  text-align: left;
  white-space: nowrap;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.text-block-16.footer-button {
  color: #6fbebb;
}

.div-block-461 {
  height: 0;
}

.image-26 {
  z-index: -1;
  border-radius: 24px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.image-27 {
  z-index: -1;
  border-radius: 24px;
  position: absolute;
  top: 0;
  right: 0;
}

.div-block-462 {
  background-color: #8ac197;
}

.bold-text-153 {
  text-align: center;
}

.bold-text-153.footer-buttion {
  color: #6fbebb;
}

.image-28 {
  z-index: -1;
  border-radius: 24px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.text-span-13 {
  font-size: 14px;
  font-weight: 400;
}

.text-span-13.footer-buttion {
  color: #6fbebb;
}

.form-block-3 {
  display: block;
}

.bold-text-154 {
  font-weight: 600;
}

.form-block-4 {
  display: block;
}

.bold-text-155 {
  font-weight: 600;
}

.div-block-463 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-30 {
  width: 99px;
  height: auto;
}

.div-block-464 {
  background-image: url('../images/Rectangle-2.png');
  background-position: 50% 0;
  background-size: cover;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  width: 100%;
  height: 310px;
}

.div-block-464.leon {
  background-image: url('../images/Rectangle-2-1.png');
  background-position: 50% 0;
}

.div-block-464.des {
  background-image: url('../images/IMG_20240905_175739.jpg');
  background-position: 50% 23%;
}

.div-block-464.amol {
  background-image: url('../images/Rectangle-1-4.png');
  background-position: 50% 0;
}

.div-block-464.ted {
  background-image: url('../images/Rectangle-1-1.png');
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.div-block-464.ayesha {
  background-image: url('../images/Rectangle-2_1.png');
  background-position: 50% 0;
}

.div-block-464.zaid {
  background-image: url('../images/639d23d8598a9c9faaa24314_Zaid-Altahat-p-500.png');
  background-position: 50% 0;
}

.link, .bold-text-156 {
  font-weight: 800;
}

.div-block-465 {
  background-image: url('../images/Rectangle-1-2.png');
  background-position: 50% 0;
  background-size: cover;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  width: 100%;
  height: 220px;
}

.div-block-465.howard {
  background-image: url('../images/Howard.jpeg');
}

.div-block-465.mike {
  background-image: url('../images/Rectangle-1-5.png');
}

.div-block-465.paul {
  background-image: url('../images/Rectangle-3-2.png');
}

.div-block-465.ezekiel {
  background-image: url('../images/Zeke-removebg-preview.png');
  background-position: 50% 23%;
}

.div-block-465.trey {
  background-image: url('../images/Trey-Bowles-HS.jpg');
}

.div-block-465.jen {
  background-image: url('../images/Jen-Huberty-2.jpg');
}

.div-block-465.frank {
  background-image: url('../images/IMG_0066.jpg');
  background-position: 50% 28%;
}

.div-block-466 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.image-31, .image-32, .image-33 {
  width: 79px;
}

.div-block-467 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #172b4d;
  white-space: nowrap;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  font-size: 50px;
  font-weight: 700;
  line-height: 64px;
  display: flex;
}

.image-34 {
  width: 130px;
  max-width: none;
}

.rich_text h1 {
  color: #172b4d;
  font-size: 40px;
  line-height: 56px;
}

.rich_text p {
  color: #495974;
  font-size: 16px;
  line-height: 36px;
}

.rich_text h2 {
  color: #172b4d;
}

.rich_text li {
  color: #495974;
  font-size: 16px;
  line-height: 36px;
}

.rich_text strong {
  color: #172b4d;
}

.heading-2049 {
  color: #172b4d;
  line-height: 48px;
}

.section-330 {
  padding: 80px;
}

.section-331 {
  background-color: #8ac1971a;
  padding-top: 0;
  padding-bottom: 0;
}

.paragraph-105 {
  color: #172b4d;
  margin-top: 20px;
  margin-bottom: 0;
  padding-top: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
}

.div-block-470 {
  padding-top: 150px;
  padding-bottom: 150px;
  position: relative;
}

.image-35 {
  height: 270px;
  margin-top: 0;
  margin-bottom: 0;
  position: absolute;
  bottom: 0;
}

.image-36 {
  height: 240px;
  position: absolute;
  top: 0;
  right: 0;
}

.section-332 {
  background-color: #8ac1971a;
  padding: 80px;
}

.container-21 {
  max-width: 1200px;
}

.div-block-471 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.body-6 {
  font-family: Lexend, sans-serif;
}

.text-span-14 {
  color: var(--main);
}

.heading-2050 {
  color: var(--second);
  font-size: 48px;
  line-height: 64px;
}

.paragraph-106 {
  color: #495974;
}

.paragraph-107 {
  color: #495974;
  font-size: 16px;
  line-height: 34px;
}

.paragraph-108 {
  color: #495974;
  font-size: 18px;
  font-weight: 600;
  line-height: 29px;
}

.section-333 {
  padding: 80px 40px;
  position: relative;
  left: 0;
}

.container-22 {
  max-width: 1200px;
}

.div-block-472 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-2051 {
  color: #12303a;
  text-align: center;
}

.text-span-15 {
  color: var(--third);
}

.div-block-473 {
  grid-column-gap: 16px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  align-items: stretch;
  margin-top: 60px;
  display: grid;
}

.div-block-473.four {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 80px;
}

.div-block-474 {
  background-color: var(--main);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 61.5px;
  height: 61.5px;
  margin-top: -30px;
  display: flex;
  box-shadow: 0 6.16px 24.6px #363d880f;
}

.div-block-474.red {
  background-color: #eb7264;
}

.div-block-474.yellow {
  background-color: #f48c06;
}

.div-block-474.light-yellow {
  background-color: #f5c967;
}

.div-block-474.blue {
  background-color: #5b72ee;
}

.div-block-474.dark-green {
  background-color: #46aca8;
}

.div-block-475 {
  text-align: center;
  border-radius: 12.3px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  max-width: 270px;
  height: 174px;
  padding-bottom: 30px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  box-shadow: 0 6.16px 36.9px #262d7614;
}

.div-block-475.padding {
  flex-flow: column;
  width: 298px;
  height: 174px;
  padding-left: 60px;
  padding-right: 60px;
}

.heading-2052 {
  color: #2f327d;
  text-align: center;
  font-size: 20px;
}

.code-embed {
  margin-top: 23px;
}

.image-37 {
  height: 270px;
  position: absolute;
  bottom: -17%;
  left: 0;
}

.section-334 {
  background-color: #8ac1971a;
  padding: 80px 80px 200px;
}

.container-23 {
  max-width: 1200px;
}

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

.div-block-477 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.25fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: grid;
}

.div-block-478 {
  background-color: #fbfbfb;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
  box-shadow: 0 15px 44px #0d0f1c1f;
}

.heading-2053 {
  color: #12303a;
}

.paragraph-109 {
  color: #696984;
}

.text-span-16 {
  color: #46aca8;
}

.heading-2054 {
  color: #12303a;
  font-size: 48px;
  line-height: 64px;
}

.div-block-479 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.container-24 {
  max-width: 1200px;
}

.section-335 {
  background-image: url('../images/Section.svg');
  background-position: 0 100%;
  background-size: cover;
  padding: 0 80px 50px;
}

.div-block-480 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-radius: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: -100px;
  padding: 40px 0 40px 40px;
  display: grid;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 60px #8ac19780;
}

.heading-2055 {
  font-size: 32px;
  font-weight: 800;
  line-height: 110%;
}

.paragraph-110 {
  color: #535457;
  font-size: 16px;
  font-weight: 500;
}

.div-block-481 {
  background-color: #46aca81a;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 268px;
  height: 49px;
  display: flex;
  box-shadow: inset 0 0 0 3px #46aca81a;
}

.paragraph-111 {
  color: #46aca8;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.div-block-482 {
  z-index: 1;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.text-span-17 {
  color: #494949;
  font-weight: 400;
}

.image-38 {
  border-bottom-left-radius: 40px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.image-39 {
  border-top-right-radius: 40px;
  position: absolute;
  top: 0;
  right: 0;
}

.image-40, .image-41 {
  height: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
}

.div-block-483 {
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.image-42 {
  max-width: 95%;
  max-height: 680px;
  margin-bottom: -81px;
  margin-right: -53px;
}

.div-block-484 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-485 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.image-43 {
  width: 97px;
}

.bold-text-157 {
  color: #000;
}

.uui-testimonial16_rating-wrapper {
  align-items: center;
  display: flex;
}

.uui-text-size-small-4 {
  color: #475467;
  letter-spacing: normal;
  font-size: .875rem;
  line-height: 1.5;
}

.uui-padding-vertical-xhuge-4 {
  padding-top: 80px;
  padding-bottom: 0;
}

.uui-testimonial16_client-heading {
  color: #101828;
  letter-spacing: normal;
  font-size: 1rem;
  font-weight: 600;
}

.uui-heading-xxsmall-2 {
  color: #101828;
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-heading-xxsmall-2.text-weight-medium {
  font-size: 1.1rem;
  font-weight: 500;
}

.uui-text-align-center {
  text-align: center;
}

.button-62 {
  outline-offset: -10px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-image: linear-gradient(135deg, #5142bf, #9b1be0);
  border-radius: 20px;
  outline: 1px solid #fff0;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  padding: 1rem 2rem;
  font-weight: 500;
  transition: all .2s;
}

.button-62:hover {
  outline-offset: 0px;
  color: #fff;
  border-radius: 50px;
  outline: 1px solid #fff;
}

.uui-text-size-large-4 {
  color: #475467;
  letter-spacing: normal;
  font-size: 1.125rem;
  line-height: 1.5;
}

.uui-testimonial16_rating-icon {
  color: #fec84b;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: .25rem;
  display: flex;
}

.uui-section_testimonial16 {
  background-color: #fff;
  overflow: hidden;
}

.uui-testimonial16_client-image-wrapper {
  margin-right: .75rem;
}

.uui-testimonial16_loop-trigger-2 {
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.uui-heading-medium-3 {
  color: #101828;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.uui-testimonial16_client {
  text-align: left;
  align-items: center;
  display: flex;
}

.uui-testimonial16_customer-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3rem;
  min-width: 3rem;
  height: 3rem;
  min-height: 3rem;
}

.div-block-517 {
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  display: flex;
}

.uui-space-xsmall {
  width: 100%;
  min-height: 1rem;
}

.uui-max-width-large {
  width: 100%;
  max-width: 48rem;
}

.uui-max-width-large.align-center {
  margin-left: auto;
  margin-right: auto;
}

.uui-testimonial16_content-2 {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  background-color: #f9fafb;
  border: 1px solid #f9fafb;
  border-radius: 1rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 25rem;
  min-width: 25rem;
  margin-right: 2rem;
  padding: 2rem;
  display: flex;
}

.uui-testimonial16_component-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  margin-top: 0;
  display: flex;
}

.uui-testimonial16_rating-wrapper-2 {
  align-items: center;
  display: flex;
}

.uui-section_testimonial16-2 {
  max-width: 2000px;
  overflow: hidden;
}

.uui-testimonial16_rating-icon-2 {
  color: #fec84b;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: .25rem;
  display: flex;
}

.uui-text-size-small-5 {
  color: #475467;
  letter-spacing: normal;
  font-family: Lexend, sans-serif;
  font-size: .875rem;
  line-height: 1.5;
}

.uui-heading-xxsmall {
  color: #101828;
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-heading-xxsmall.text-weight-medium {
  font-family: Lexend, sans-serif;
  font-weight: 500;
}

.uui-text-size-large {
  color: #475467;
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.uui-max-width-large-2 {
  width: 100%;
  max-width: 48rem;
}

.uui-max-width-large-2.align-center-2 {
  margin-left: auto;
  margin-right: auto;
}

.uui-testimonial16_customer-image-2 {
  object-fit: cover;
  border-radius: 100%;
  width: 3rem;
  min-width: 3rem;
  height: 3rem;
  min-height: 3rem;
}

.uui-padding-vertical-xhuge-5 {
  padding-top: 7rem;
  padding-bottom: 0;
}

.uui-text-align-center-2 {
  text-align: center;
}

.uui-testimonial16_client-2 {
  text-align: left;
  align-items: center;
  display: flex;
}

.uui-space-xsmall-2 {
  width: 100%;
  min-height: 1rem;
}

.uui-testimonial16_client-heading-2 {
  color: #101828;
  letter-spacing: normal;
  font-family: Lexend, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

.uui-heading-medium-5 {
  color: #101828;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.uui-testimonial16_loop-trigger {
  display: flex;
}

.uui-testimonial16_client-image-wrapper-2 {
  margin-right: .75rem;
}

.uui-testimonial16_component {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  margin-top: 4rem;
  display: flex;
}

.uui-testimonial16_content-3 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: #f9fafb;
  border: 1px solid #f9fafb;
  border-radius: 1rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 25rem;
  min-width: 25rem;
  margin-right: 2rem;
  padding: 2rem;
  display: flex;
}

.uui-padding-vertical-xhuge-6 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.button-63 {
  outline-offset: -10px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-image: linear-gradient(135deg, #5142bf, #9b1be0);
  border-radius: 20px;
  outline: 1px solid #fff0;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  padding: 1rem 2rem;
  font-weight: 500;
  transition: all .2s;
}

.button-63:hover {
  outline-offset: 0px;
  color: #fff;
  border-radius: 50px;
  outline: 1px solid #fff;
}

.uui-text-size-large-5 {
  color: #475467;
  letter-spacing: normal;
  font-size: 1.125rem;
  line-height: 1.5;
}

.div-block-518 {
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  display: flex;
}

.uui-max-width-large-4 {
  width: 100%;
  max-width: 48rem;
}

.uui-max-width-large-4.align-center {
  margin-left: auto;
  margin-right: auto;
}

.uui-testimonial16_content-4 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: #f9fafb;
  border: 1px solid #f9fafb;
  border-radius: 1rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 25rem;
  min-width: 25rem;
  margin-right: 2rem;
  padding: 2rem;
  display: flex;
}

.brix---color-accent-1 {
  color: var(--elements-webflow-library--accent--primary-1);
}

.brix---color-neutral-800 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---color-neutral-600 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---mg-bottom-8px {
  margin-bottom: 8px;
}

.brix---mg-bottom-16px {
  margin-bottom: 16px;
}

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

.brix---mg-bottom-32px {
  margin-bottom: 32px;
}

.brix---mg-bottom-40px {
  margin-bottom: 40px;
}

.brix---text-200 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 20px;
}

.brix---container-default {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section {
  color: var(--elements-webflow-library--neutral--100);
  padding-top: 176px;
  padding-bottom: 176px;
}

.brix---heading-h2-size {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

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

.brix---text-center {
  text-align: center;
}

.brix---paragraph-default {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---inner-container-574px---center {
  max-width: 574px;
  margin-left: auto;
  margin-right: auto;
}

.brix---text-200-bold {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.brix---3-columns-1-col-tablet {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---avatar-circle-04 {
  border-radius: 50%;
  width: 80px;
  max-width: 80px;
  height: 80px;
  max-height: 80px;
  overflow: hidden;
  transform: translate(0);
}

.brix---card-left-pd-40px {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-01);
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 40px;
  display: flex;
}

.brix---mg-left-16px {
  margin-left: 16px;
}

.text-span-18 {
  color: #475467;
  font-size: .9rem;
  font-weight: 400;
}

._w-embed._w-script {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

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

.cf-success-message-contact, .cf-success-message {
  background-color: #fff;
}

.image-44 {
  z-index: -1;
  border-radius: 24px;
  position: absolute;
  top: 0;
  right: 0;
}

.image-45 {
  z-index: -1;
  border-radius: 24px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.div-block-520 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-46 {
  width: 602px;
  max-width: 77%;
}

.div-block-521 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

@media screen and (min-width: 1280px) {
  .hero-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .left_content {
    height: auto;
  }

  .container-6 {
    border-radius: 30px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .paragraph-5 {
    margin-bottom: 50px;
    padding-bottom: 0;
  }

  .div-block-17 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-18 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .image-4 {
    padding-bottom: 0;
  }

  .div-block-19 {
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    display: flex;
  }

  .button-4 {
    color: #6fbebb;
    text-transform: uppercase;
    background-color: #fff;
    border-radius: 10px;
    padding: 12px 30px;
  }

  .div-block-24 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 30%;
  }

  .heading-6 {
    margin-top: 10px;
  }

  .section-13 {
    padding-bottom: 80px;
  }

  .section-17 {
    margin-top: 0;
  }

  .div-block-428 {
    padding-top: 40px;
  }

  .div-block-442 {
    display: flex;
  }

  .popup-close {
    right: 17%;
  }

  .lynx-nav-block {
    justify-content: space-between;
    align-items: center;
  }

  .lynx-navbar {
    padding-top: 0;
    padding-bottom: 0;
  }

  .blog1-article-cover.blog1-article-cover-1 {
    height: 281px;
  }

  .section-329 {
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .div-block-466 {
    justify-content: flex-start;
    align-items: center;
  }

  .button-62, .button-63 {
    background-color: #3898ec00;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 18px;
    font-weight: 500;
  }
}

@media screen and (min-width: 1440px) {
  .nav_container {
    max-width: none;
  }

  .container {
    max-width: 1350px;
    height: auto;
  }

  .hero-section {
    height: 70vh;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .left_content {
    height: auto;
  }

  .container-2, .container-3, .container-4 {
    max-width: 1350px;
  }

  .container-5 {
    max-width: 1250px;
  }

  .container-6 {
    max-width: 1300px;
  }

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

  .div-block-20 {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .paragraph-6.heading {
    padding-right: 150px;
  }

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

  .div-block-24 {
    width: 30%;
  }

  .container-9, .container-11 {
    max-width: 1350px;
  }

  .section-9 {
    background-color: #f3f8f4;
  }

  .container-12, .container-13, .container-14 {
    max-width: 1350px;
  }

  .div-block-39 {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
  }

  .div-block-40 {
    width: 426.656px;
  }

  .section-14 {
    margin-top: 0;
  }

  .container-15 {
    max-width: 1350px;
  }

  .div-block-43 {
    grid-column-gap: 20px;
    grid-row-gap: 45px;
  }

  .div-block-44 {
    width: 322.5px;
  }

  .container-16 {
    max-width: 1350px;
  }

  .cf-contact-form-field {
    border-color: #1211271f;
  }

  .cf-forms-section-3 {
    width: 100%;
    overflow: visible;
  }

  .cf-form-gradient-submit.fixed-width {
    padding-top: 15px;
    padding-left: 30px;
    font-size: 16px;
    font-weight: 700;
    line-height: 20%;
  }

  .cf-form-paragraph {
    color: #555;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
  }

  .cf-form-heading {
    line-height: 40px;
  }

  .container-17 {
    max-width: 1350px;
  }

  .how_to_join {
    margin-bottom: 0;
  }

  .container-18, .container-19 {
    max-width: 1350px;
  }

  .section-17 {
    margin-top: 0;
  }

  .image-10 {
    width: 100%;
  }

  .div-block-439 {
    display: flex;
  }

  .div-block-440, .div-block-441 {
    display: block;
  }

  .div-block-442 {
    display: flex;
  }

  .popup-close {
    right: 20%;
  }

  .lynx-nav-button {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .lynx-navbar {
    width: 90%;
  }

  .div-block-201 {
    max-width: 1350px;
  }

  .uui-blog03_featured-item-content {
    justify-content: center;
    align-items: flex-start;
    padding-right: 1.1rem;
  }

  .uui-blog03_image-wrapper.is-featured {
    max-width: none;
    height: auto;
  }

  .wrap.w50-80 {
    flex-flow: column;
    display: flex;
  }

  .blog1-article-cover.blog1-article-cover-1, .blog1-article-cover.blog1-article-cover-2 {
    height: 316px;
  }

  .container-20 {
    max-width: 1350px;
  }

  .div-block-464.amol {
    background-position: 50% 27%;
  }

  .div-block-464.zaid {
    background-position: 50% 24%;
  }

  .div-block-465 {
    height: 250px;
  }

  .div-block-465.howard {
    background-position: 50% 0;
    height: 260px;
  }

  .div-block-465.mike, .div-block-465.paul {
    background-position: 50%;
  }

  .image-34 {
    width: 147px;
  }

  .container-21, .container-22, .container-23 {
    max-width: 1350px;
  }

  .container-24 {
    max-width: 1250px;
  }

  .div-block-480 {
    padding-bottom: 0;
  }

  .image-42 {
    max-width: 87%;
    max-height: 680px;
  }
}

@media screen and (min-width: 1920px) {
  .nav_container {
    max-width: 1450px;
  }

  .nav_logo {
    width: auto;
    height: auto;
  }

  .container {
    max-width: 1500px;
    height: auto;
  }

  .hero-section {
    height: 70vh;
    padding-top: 100px;
    padding-bottom: 100px;
  }

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

  .sub_heading {
    padding-left: 140px;
    padding-right: 140px;
  }

  .container-3, .container-4 {
    max-width: 1500px;
  }

  .container-5 {
    max-width: 1400px;
  }

  .container-6 {
    max-width: 1450px;
  }

  .container-7, .container-8 {
    max-width: 1500px;
  }

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

  .div-block-23 {
    max-width: 1450px;
    padding-right: 0;
  }

  .div-block-24 {
    width: 30%;
  }

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

  .container-10 {
    max-width: 1100px;
  }

  .paragraph-17.center {
    font-size: 28px;
  }

  .container-11, .container-12 {
    max-width: 1500px;
  }

  .div-block-35 {
    padding-top: 60px;
  }

  .container-13 {
    max-width: 1500px;
  }

  .paragraph-23 {
    padding-right: 60px;
  }

  .container-14 {
    max-width: 1500px;
  }

  .section-14 {
    margin-top: 0;
  }

  .container-15 {
    max-width: 1500px;
  }

  .div-block-43 {
    grid-column-gap: 17px;
    padding-left: 100px;
    padding-right: 100px;
  }

  .div-block-44 {
    width: auto;
  }

  .div-block-45 {
    height: 169px;
  }

  .container-16 {
    max-width: 1500px;
  }

  .cf-forms-section-3 {
    width: 96%;
    height: auto;
  }

  .container-17, .container-18, .container-19 {
    max-width: 1500px;
  }

  .image-9 {
    max-width: 49%;
  }

  .div-block-430 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding-right: 40px;
    display: flex;
  }

  .image-10 {
    width: 428px;
  }

  .popup-close {
    right: 26%;
  }

  .matrix-text_component {
    display: flex;
    position: static;
  }

  .bg-circle {
    width: 20vw;
    height: 20vw;
  }

  .div-block-201 {
    max-width: 1500px;
  }

  .section-327 {
    display: flex;
  }

  .blog1-article-cover.blog1-article-cover-1, .blog1-article-cover.blog1-article-cover-2 {
    height: 347px;
  }

  .section-329 {
    opacity: 1;
    background-image: url('../images/Vector-3.png');
    padding-top: 300px;
    padding-bottom: 300px;
    display: flex;
  }

  .image-24 {
    width: 240px;
    height: 61.9333px;
  }

  .image-25 {
    width: 63%;
  }

  .bold-text-151 {
    font-size: 21px;
  }

  .bold-text-152 {
    font-weight: 500;
  }

  .container-20 {
    max-width: 1500px;
  }

  .div-block-464.amol {
    background-position: 50% 0;
  }

  .container-21, .container-22, .container-23 {
    max-width: 1500px;
  }

  .container-24 {
    max-width: 1350px;
  }

  .image-42 {
    max-width: 81%;
  }

  .image-46 {
    max-width: 72%;
  }
}

@media screen and (max-width: 991px) {
  .navbar-logo-left {
    padding-right: 0;
  }

  .navbar-menu {
    max-width: unset;
  }

  .navbar-link, .navbar-button {
    justify-content: center;
  }

  .nav_component {
    position: static;
  }

  .nav_link {
    padding-top: 1rem;
    padding-bottom: 1rem;
    display: block;
  }

  .nav_link.is-last-link {
    padding-right: 1rem;
  }

  .nav_menu {
    background-color: #0b0a0c;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    position: absolute;
    inset: 0% 0% 0% auto;
  }

  .nav_menu-button {
    z-index: 3;
    padding: .5rem;
    display: block;
  }

  .nav_menu-button.w--open {
    background-color: #0000;
  }

  .nav_container {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

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

  .nav_links-list {
    background-color: #0b0a0c;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: 100vh;
    padding-left: 2rem;
    display: flex;
    position: absolute;
    inset: 0% 0% 0% auto;
  }

  .container {
    height: auto;
  }

  .div-block {
    height: 100%;
  }

  .hero-section {
    height: auto;
    min-height: 70vh;
    margin-top: 0;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .left_content {
    padding-right: 0;
  }

  .div-block-3 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .div-block-9 {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .div-block-11 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-left: 20px;
    padding-right: 10px;
  }

  .div-block-14 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .div-block-15 {
    padding-left: 40px;
  }

  .div-block-16 {
    padding-left: 0;
  }

  .image-3 {
    max-width: 68%;
  }

  .div-block-17 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .container-7 {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

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

  .cf-newsletter-form-block {
    padding-left: 0;
    padding-right: 0;
  }

  .cf-form {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
  }

  .faq-wrap {
    width: 74%;
  }

  .div-block-24 {
    width: 60%;
  }

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

  .testimonial-slide {
    padding-left: 32px;
  }

  .testimonial-quote {
    overflow: visible;
  }

  .heading-4 {
    font-size: 55px;
    line-height: 64px;
  }

  .paragraph-16 {
    font-size: 31px;
    line-height: 37px;
  }

  .div-block-30 {
    justify-content: center;
  }

  .div-block-31 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-18.heading {
    text-align: left;
    white-space: nowrap;
    font-size: 30px;
  }

  .section-8 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-10 {
    padding: 80px 40px;
  }

  .div-block-34 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .heading-5 {
    font-size: 56px;
  }

  .paragraph-22 {
    font-size: 16px;
  }

  .image-6 {
    max-width: 100%;
    margin-top: 20px;
  }

  .section-11 {
    padding: 80px 60px;
  }

  .paragraph-23 {
    font-size: 16px;
  }

  .section-13 {
    padding: 60px 20px;
  }

  .container-14 {
    width: 100%;
    max-width: none;
  }

  .div-block-38 {
    padding-left: 0;
  }

  .div-block-39 {
    grid-column-gap: 16px;
    grid-row-gap: 29px;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-flow: row dense;
    place-content: center;
    margin-left: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-40 {
    justify-content: flex-start;
    align-items: center;
    width: auto;
    height: auto;
  }

  .paragraph-27, .paragraph-28 {
    font-size: 16px;
  }

  .paragraph-29 {
    font-size: 14px;
    line-height: 23px;
  }

  .div-block-41 {
    width: auto;
    height: 324.219px;
  }

  .div-block-41.big {
    height: 324.281px;
  }

  .italic-text {
    font-size: 14px;
  }

  .section-14 {
    margin-top: 0;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .div-block-43 {
    grid-column-gap: 16px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr;
    place-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .div-block-45 {
    height: 174.438px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .paragraph-30 {
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-31 {
    text-align: center;
  }

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

  .heading-7 {
    font-size: 47px;
  }

  .div-block-47 {
    padding-left: 0;
    padding-right: 0;
  }

  .cf-contact-form-field.message {
    width: 100%;
    margin-right: 0;
  }

  .text-block-11.margin {
    margin-top: 10px;
  }

  .cf-forms-section-3 {
    width: 102%;
    height: auto;
    margin-top: -109px;
    margin-bottom: 20px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .cf-form-gradient-submit.fixed-width {
    margin-top: 10px;
  }

  .form {
    min-width: auto;
  }

  .cf-form-paragraph {
    font-size: 12px;
  }

  .cf-success-message-2 {
    width: 100%;
  }

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

  .contact_form {
    width: 100%;
    max-width: none;
    min-height: auto;
    margin-top: -31px;
    margin-left: 0;
    margin-right: 0;
  }

  .cf-fields-contain {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .how_to_join {
    padding-left: 60px;
    padding-right: 60px;
  }

  .section-16 {
    padding: 80px 40px;
  }

  .div-block-424 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .div-block-426 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-427 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .section-17 {
    margin-top: 0;
    padding: 60px 60px 80px;
  }

  .spark-button.open-popup-button {
    display: none;
  }

  .spark-button.open-popup-button.hide {
    background-color: #8ac197;
    display: block;
  }

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

  .div-block-431 {
    margin-top: 60px;
  }

  .image-10 {
    width: 100%;
    max-width: 100%;
    height: 197.953px;
  }

  .image-11, .image-12, .image-13 {
    width: 100%;
  }

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

  .form-block-2 {
    min-height: 200px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .image-16 {
    height: auto;
  }

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

  .div-block-438 {
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .image-17 {
    max-width: 15%;
    margin-top: 24px;
  }

  .image-18 {
    width: auto;
  }

  .div-block-440 {
    margin-bottom: 0;
  }

  .div-block-441 {
    margin-top: 41px;
    margin-bottom: 0;
    display: block;
  }

  .div-block-442 {
    margin-top: 0;
  }

  .image-19 {
    max-width: 15%;
  }

  .image-20 {
    max-width: 15%;
    margin-top: -149px;
  }

  .div-block-443 {
    background-image: url('../images/639d23d8598a9c9faaa24314_Zaid-Altahat-p-500.png');
    background-position: 0 0;
    background-size: cover;
  }

  .div-block-445 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .popup-close {
    top: 19%;
    right: 1%;
  }

  .popup, .popup.pop_up_wrapper {
    opacity: 0;
    display: none;
  }

  .h3 {
    color: #172b4d;
  }

  .div-block-448 {
    justify-content: flex-start;
    align-items: flex-start;
    width: 33.33%;
  }

  .div-block-449 {
    flex-flow: column;
    width: auto;
  }

  .lynx-nav-link, .lynx-nav-link.w--current {
    color: #000;
  }

  .lynx-nav-link.hide {
    display: block;
  }

  .lynx-nav {
    display: flex;
  }

  .lynx-icon-menu {
    color: #fff;
    font-size: 44px;
  }

  .lynx-menu-button {
    color: #1f2022;
    background-color: #0000;
    border-radius: 50%;
    margin-left: 8px;
    padding: 13px;
    font-size: 20px;
    transition: background-color .2s, color .2s;
  }

  .lynx-menu-button.w--open {
    color: #fff;
    background-color: #1f2022;
  }

  .lynx-nav-menu {
    color: #000;
    background-color: #fff;
    padding: 10px;
    box-shadow: 0 10px 15px -10px #1f20221a;
  }

  .div-block-452 {
    z-index: 1000;
    width: 100%;
    height: auto;
    position: static;
  }

  .image-23 {
    width: 178px;
    max-width: none;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .button-26 {
    white-space: nowrap;
  }

  .section-326 {
    padding-top: 98px;
  }

  .div-block-201 {
    padding: 40px 0;
  }

  .uui-blogsection01_list {
    grid-template-columns: 1fr 1fr;
  }

  .uui-blog03_component {
    margin-top: 1.4rem;
  }

  .uui-heading-small, .uui-text-size-medium-3 {
    text-align: left;
  }

  .uui-blog03_list {
    grid-template-columns: 1fr 1fr;
  }

  .uui-blog03_featured-item-content {
    padding-left: 1.7rem;
  }

  .uui-blog03_author-heading {
    text-align: left;
  }

  .uui-blog03_title-link.is-featured {
    height: 175px;
  }

  .uui-blog03_image-wrapper.is-featured {
    padding-top: 75%;
  }

  .uui-text-size-small-3 {
    text-align: left;
  }

  .uui-max-width-large-3 {
    margin-bottom: 40px;
    padding-left: 20px;
  }

  .uui-heading-large-2 {
    font-size: 2.75rem;
  }

  .section-327 {
    padding-left: 20px;
    padding-right: 20px;
  }

  ._5-col {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  ._5-col._5-col-last {
    margin-top: 0;
  }

  .blog1-articles-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
    grid-template-columns: 1fr 1fr;
  }

  .headline-6-col {
    text-align: center;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  ._7-col {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .wrap {
    width: 645px;
  }

  .wrap.w50-80 {
    padding: 0 20px;
  }

  .blog1-article-cover {
    width: 100%;
    margin-bottom: 30px;
  }

  .blog1-article-cover.blog1-article-cover-1 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .blog1-article-cover.blog1-article-cover-2 {
    margin-bottom: 0;
  }

  .blog1-article {
    text-align: center;
    margin-bottom: 20px;
  }

  .blog1-article.blog1-article-left-wrapper {
    flex-direction: column;
    align-items: center;
    height: auto;
    padding-right: 0;
    display: flex;
  }

  .blog1-article.blog4-article-right-wrapper {
    flex-direction: column-reverse;
    align-items: center;
    height: auto;
    margin-top: 0;
    padding-left: 0;
    display: flex;
  }

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

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

  .div-block-454 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .section-329 {
    background-image: url('../images/IMG_20241115_003847.png');
    background-position: 50%;
    background-size: cover;
    background-attachment: scroll;
    height: 80vh;
    padding-top: 80px;
    padding-bottom: 0;
  }

  .image-24 {
    width: 163px;
    height: 42.0667px;
  }

  .image-25 {
    width: 59%;
  }

  .pop-up-cover {
    display: flex;
  }

  .popup-card {
    width: 70%;
  }

  .popup-image {
    width: 100px;
    min-width: 100px;
    height: 100px;
  }

  .paragraph-103 {
    text-align: left;
    padding-right: 100px;
  }

  .div-block-460 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .shrink-box-button-2 {
    font-size: 12px;
  }

  .db-mobile-fixed-nav {
    display: flex;
  }

  .db-show-tab {
    cursor: pointer;
    background-color: #0f0f0f;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    width: 25px;
    height: 25px;
    padding: 2px 5px;
    position: absolute;
    bottom: -25px;
    right: 20px;
  }

  .db-fixed-nav-headline {
    text-align: left;
  }

  .button-wrapper {
    justify-content: center;
    align-items: center;
  }

  .image-30 {
    max-width: 29%;
  }

  .div-block-464 {
    background-position: 50%;
    height: 208px;
  }

  .div-block-464.leon {
    background-position: 63%;
  }

  .div-block-464.ted {
    background-position: 50% 0;
  }

  .div-block-464.ayesha {
    background-position: 50% 0;
    background-size: cover;
  }

  .div-block-465.howard {
    background-position: 50% 0;
  }

  .div-block-467 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    white-space: nowrap;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    font-size: 40px;
  }

  .image-34 {
    width: 119px;
  }

  .section-330, .section-332 {
    padding: 60px;
  }

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

  .div-block-475 {
    max-width: 178px;
  }

  .div-block-475.padding {
    width: auto;
    max-width: 177px;
  }

  .section-334 {
    padding: 60px 60px 200px;
  }

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

  .div-block-480 {
    grid-template-columns: 1.25fr 1fr;
    margin-top: -150px;
  }

  .div-block-482 {
    padding-bottom: 40px;
  }

  .div-block-483 {
    justify-content: center;
    align-items: center;
  }

  .image-42 {
    max-width: 100%;
    margin-bottom: 0;
    margin-right: 0;
  }

  .div-block-484 {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    width: 100%;
  }

  .image-43 {
    width: 90px;
  }

  .uui-padding-vertical-xhuge-4 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .button-62 {
    max-width: 100%;
    display: block;
  }

  .uui-testimonial16_component-2 {
    grid-template-columns: 1fr 1fr;
  }

  .uui-padding-vertical-xhuge-5 {
    padding-top: 6rem;
    padding-bottom: 0;
  }

  .uui-testimonial16_component {
    grid-template-columns: 1fr 1fr;
  }

  .uui-padding-vertical-xhuge-6 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .button-63 {
    max-width: 100%;
    display: block;
  }

  .brix---mg-bottom-32px {
    margin-bottom: 24px;
  }

  .brix---section {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---heading-h2-size {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---3-columns-1-col-tablet {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  .nav_component {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    position: static;
  }

  .nav_logo {
    max-height: 2.4rem;
  }

  .container {
    height: auto;
  }

  .div-block {
    grid-template-columns: 1fr;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .hero-section {
    height: auto;
    min-height: 70vh;
    margin-top: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .div-block-9 {
    grid-template-columns: 1fr 1fr;
  }

  .div-block-11 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr;
    padding-left: 60px;
    padding-right: 60px;
  }

  .detailed_para {
    padding-right: 100px;
  }

  .div-block-13 {
    margin-top: 40px;
  }

  .div-block-14 {
    grid-template-columns: 1fr;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .div-block-15 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-16 {
    justify-content: center;
    align-items: center;
    padding-left: 60px;
    padding-right: 0;
    display: flex;
  }

  .image-3 {
    max-width: 100%;
  }

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

  .div-block-20 {
    width: 88%;
  }

  .paragraph-6.heading {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cf-newsletter-form-block {
    width: 100%;
    max-width: 400px;
  }

  .cf-form {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 48px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .cf-newsletter-text-field {
    border-width: 0;
    width: auto;
    height: auto;
    margin-bottom: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .button-primary {
    width: auto;
    height: auto;
  }

  .faq-wrap {
    width: 87%;
  }

  .div-block-23 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-24 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 72%;
  }

  .testimonial-slider-large {
    padding: 60px 15px;
  }

  .testimonial-slide {
    flex-direction: column;
    padding: 23px;
  }

  .testimonial-content {
    max-width: none;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .testimonial-quote-icon {
    width: 50px;
    margin-bottom: 16px;
  }

  .testimonial-image-two {
    width: 100%;
    height: auto;
  }

  .heading-3 {
    font-size: 41px;
  }

  .paragraph-15 {
    text-align: center;
  }

  .paragraph-16 {
    padding-right: 0;
    font-size: 24px;
    line-height: 30px;
  }

  .div-block-31 {
    grid-template-columns: 1fr .75fr;
  }

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

  .section-8 {
    padding-top: 40px;
  }

  .div-block-32 {
    grid-template-columns: 1fr;
  }

  .image-5 {
    max-width: 87%;
  }

  .div-block-33 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .container-12 {
    width: 100%;
  }

  .section-10 {
    padding-top: 40px;
    padding-bottom: 60px;
    overflow: hidden;
  }

  .div-block-34 {
    grid-template-columns: 1fr;
  }

  .paragraph-22 {
    width: auto;
  }

  .image-6 {
    margin-left: -26px;
    overflow: hidden;
  }

  .section-11 {
    padding: 60px 40px;
  }

  .div-block-36 {
    grid-template-columns: 1fr;
  }

  .paragraph-23 {
    line-height: 25px;
  }

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

  .div-block-38 {
    padding-left: 0;
  }

  .div-block-39 {
    grid-row-gap: 28px;
    grid-template-columns: 1fr 1fr;
    place-content: end;
    place-items: stretch center;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-40 {
    width: auto;
  }

  .div-block-41 {
    height: 301px;
  }

  .section-14 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .div-block-43 {
    grid-template-columns: 1fr 1fr;
    max-width: 615px;
  }

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

  .div-block-45 {
    height: 168px;
  }

  .section-15 {
    padding-top: 40px;
  }

  .div-block-47 {
    padding-left: 0;
    padding-right: 0;
  }

  .cf-contact-form-field {
    margin-bottom: 32px;
    margin-right: 0;
  }

  .cf-contact-form-field.message {
    width: 100%;
  }

  .cf-forms-section-3 {
    width: 100%;
    height: 100%;
    padding-bottom: 0;
    box-shadow: -1px 5px 65px 20px #f0f0f0, 4px -2px 5px #0003;
  }

  .cf-success-message-2.bg_green {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

  .contact_form {
    margin-top: -5px;
    margin-bottom: 0;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .cf-fields-contain {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 0;
  }

  .div-block-424 {
    grid-template-columns: 1fr;
  }

  .div-block-426 {
    margin-top: 20px;
  }

  .div-block-427 {
    grid-template-columns: 1fr;
  }

  .section-17 {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 80px;
  }

  .spark-button.open-popup-button {
    display: none;
  }

  .spark-button.open-popup-button.hide {
    display: inline-block;
  }

  .div-block-428 {
    margin-top: 20px;
  }

  .image-9 {
    max-width: 100%;
    height: 81%;
  }

  .div-block-429 {
    justify-content: center;
    align-items: center;
  }

  .div-block-430 {
    margin-top: -122px;
    padding-top: 0;
  }

  .image-10 {
    height: 217.594px;
  }

  .div-block-434 {
    order: -1;
    width: 100%;
    height: 81px;
  }

  .newsletter_card {
    margin: 0 0 1rem;
  }

  .form-block-2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .image-16 {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    height: 221.141px;
  }

  .div-block-438 {
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .image-17 {
    margin-top: 11px;
  }

  .image-20 {
    margin-top: -109px;
  }

  .div-block-445 {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    flex-flow: column;
  }

  .popup-wrap {
    padding-left: 0;
  }

  .popup-close {
    top: 10%;
  }

  .popup {
    padding-left: 10px;
    padding-right: 10px;
  }

  .spacer-30 {
    height: 0;
  }

  .scrollbar {
    max-height: none;
    padding-bottom: 20px;
    padding-right: 10px;
  }

  .div-block-448 {
    width: 50%;
  }

  .lynx-nav-button {
    display: none;
  }

  .lynx-menu-button.w--open {
    background-color: #0000;
  }

  .paragraph-58 {
    font-size: 28px;
  }

  .div-block-452 {
    position: static;
  }

  .image-23 {
    max-width: 54%;
    margin-top: 0;
  }

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

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .section-326 {
    background-color: #0000;
  }

  .body-5 {
    background-color: #8ac1971a;
  }

  .uui-blogsection01_image {
    position: static;
  }

  .uui-blogsection01_image-link {
    margin-bottom: 1.5rem;
  }

  .uui-blogsection01_image-link:hover {
    box-shadow: none;
  }

  .uui-blogsection01_component {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .uui-button-2 {
    font-size: 1rem;
  }

  .uui-button-2:hover {
    background-color: #7f56d9;
    border-color: #7f56d9;
  }

  .uui-heading-xsmall {
    font-size: 1.25rem;
  }

  .div-block-201 {
    padding: 40px 0;
  }

  .uui-page-padding-3 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-blogsection01_image-wrapper {
    padding-top: 0%;
    position: static;
  }

  .uui-blogsection01_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .uui-blog03_component {
    margin-top: 2rem;
  }

  .uui-heading-small {
    font-size: 1.5rem;
  }

  .uui-heading-xsmall-3 {
    font-size: 1.25rem;
  }

  .uui-blog03_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .uui-blog03_category-menu {
    width: 100vw;
    margin-bottom: 3rem;
    margin-left: -5vw;
    padding-left: 5vw;
    overflow: scroll;
  }

  .uui-blog03_category-menu.no-scrollbar {
    justify-content: flex-start;
  }

  .uui-blog03_image-link {
    margin-bottom: 1.5rem;
  }

  .uui-blog03_image-link:hover {
    box-shadow: none;
  }

  .uui-blog03_featured-item-content {
    padding: 0;
  }

  .uui-blog03_menu-link:hover {
    color: #667085;
    border-bottom-style: none;
  }

  .uui-blog03_menu-link.last-link {
    margin-right: 2rem;
  }

  .uui-blog03_author-heading {
    text-align: left;
  }

  .uui-blog03_title-link.is-featured {
    height: auto;
  }

  .uui-blog03_featured-item {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
    margin-bottom: 3.5rem;
  }

  .uui-heading-large-2 {
    font-size: 2.25rem;
  }

  .uui-space-small {
    min-height: 1.25rem;
  }

  .uui-text-size-large-3 {
    font-size: 1rem;
  }

  .section-327 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .blog1-articles-wrap {
    grid-template-columns: 1fr;
  }

  .wrap {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .wrap.w50-80 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .blog1-article-cover.blog1-article-cover-1, .blog1-article-cover.blog1-article-cover-2 {
    margin-bottom: 0;
  }

  .blog1-article.blog1-article-left-wrapper {
    height: auto;
  }

  .section-328 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-329 {
    background-image: url('../images/IMG_20241115_003847.png');
    background-position: 50%;
    background-size: cover;
    height: auto;
    padding-top: 260px;
    padding-bottom: 180px;
  }

  .image-24 {
    width: 142px;
    height: 36.65px;
  }

  .image-25 {
    width: 34%;
  }

  .popup-card {
    width: 80%;
  }

  .popup-image {
    margin-left: 1em;
    margin-right: 1em;
  }

  .popup-items {
    padding-left: 20px;
    padding-right: 20px;
  }

  .popup-subheading {
    font-size: 1.5em;
  }

  .paragraph-103 {
    text-align: left;
    padding-right: 0;
  }

  .div-block-460 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .db-fixed-nav-headline {
    font-size: 16px;
    line-height: 20px;
  }

  .modal-body {
    padding: 50px;
  }

  .image-28 {
    max-width: 27%;
  }

  .image-30 {
    max-width: 32%;
  }

  .div-block-464.leon, .div-block-464.des {
    height: 240px;
  }

  .div-block-464.amol {
    background-position: 50% 0;
    height: 240px;
  }

  .div-block-464.ted, .div-block-464.ayesha, .div-block-464.zaid {
    height: 240px;
  }

  .div-block-467 {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    font-size: 40px;
  }

  .image-34 {
    width: 121.763px;
    max-width: none;
  }

  .section-330 {
    padding: 40px;
  }

  .section-332 {
    padding: 60px 40px;
  }

  .div-block-471 {
    grid-template-columns: 1fr;
  }

  .div-block-473 {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
    margin-top: 40px;
  }

  .div-block-473.four {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .div-block-475 {
    max-width: none;
  }

  .div-block-475.padding {
    max-width: 177svh;
  }

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

  .div-block-476 {
    grid-template-columns: 1fr;
  }

  .div-block-480 {
    grid-template-columns: 1fr;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-482 {
    padding-bottom: 0;
    padding-right: 20px;
  }

  .div-block-483 {
    justify-content: center;
    align-items: flex-end;
  }

  .image-42 {
    border-bottom-right-radius: 40px;
    max-width: 82%;
    margin-bottom: 0;
    margin-right: 0;
    position: relative;
  }

  .div-block-484 {
    justify-content: center;
    align-items: center;
  }

  .div-block-485 {
    text-align: left;
    justify-content: center;
    align-items: center;
  }

  .uui-padding-vertical-xhuge-4 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-heading-xxsmall-2 {
    font-size: 1.125rem;
  }

  .button-62 {
    display: block;
  }

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

  .uui-testimonial16_client-image-wrapper {
    margin-bottom: 1rem;
    margin-right: 0;
  }

  .uui-testimonial16_loop-trigger-2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .uui-heading-medium-3 {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-testimonial16_client {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .uui-space-xsmall {
    min-height: .75rem;
  }

  .uui-testimonial16_content-2 {
    margin-right: 1.5rem;
    padding: 1.5rem;
  }

  .uui-testimonial16_component-2 {
    grid-template-columns: 1fr;
    margin-top: 3rem;
  }

  .uui-heading-xxsmall {
    font-size: 1.125rem;
  }

  .uui-text-size-large {
    font-size: 1rem;
  }

  .uui-padding-vertical-xhuge-5 {
    padding-top: 4rem;
    padding-bottom: 0;
  }

  .uui-testimonial16_client-2 {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .uui-space-xsmall-2 {
    min-height: .75rem;
  }

  .uui-heading-medium-5 {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-testimonial16_client-image-wrapper-2 {
    margin-bottom: 1rem;
    margin-right: 0;
  }

  .uui-testimonial16_component {
    grid-template-columns: 1fr;
    margin-top: 3rem;
  }

  .uui-testimonial16_content-3 {
    margin-right: 1.5rem;
    padding: 1.5rem;
  }

  .uui-padding-vertical-xhuge-6 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .button-63 {
    display: block;
  }

  .uui-text-size-large-5 {
    font-size: 1rem;
  }

  .uui-testimonial16_content-4 {
    margin-right: 1.5rem;
    padding: 1.5rem;
  }

  .brix---mg-bottom-16px {
    margin-bottom: 8px;
  }

  .brix---mg-bottom-40px {
    margin-bottom: 24px;
  }

  .brix---text-200 {
    font-size: 16px;
    line-height: 18px;
  }

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

  .brix---heading-h2-size {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---text-200-bold {
    font-size: 16px;
    line-height: 18px;
  }

  .brix---3-columns-1-col-tablet {
    grid-template-columns: 1fr;
  }

  .brix---avatar-circle-04 {
    width: 64px;
    max-width: 64px;
    height: 64px;
    max-height: 64px;
  }

  .image-45 {
    max-width: 27%;
  }

  .image-46 {
    max-width: 86%;
  }
}

@media screen and (max-width: 479px) {
  .nav_component {
    height: 67.95px;
    display: none;
    position: static;
    top: 0%;
  }

  .nav_background-blur {
    position: static;
  }

  .nav_logo {
    max-height: 2.2rem;
  }

  .nav_menu-icon {
    font-size: 36px;
  }

  .button {
    margin-left: 0;
    margin-right: 0;
  }

  .div-block {
    grid-template-columns: 1fr;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-section {
    height: auto;
    min-height: 80vh;
    margin-top: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .button-2.margin_top {
    margin-top: 30px;
  }

  .right_content {
    display: flex;
    position: relative;
  }

  .div-block-3 {
    grid-column-gap: 16px;
    grid-row-gap: 19px;
    grid-template-columns: 1fr 1fr;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading {
    font-size: 45px;
  }

  .heading.our_mission {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 50px;
    line-height: 58px;
  }

  .sub_heading {
    font-size: 20px;
    line-height: 27px;
  }

  .div-block-9 {
    grid-template-columns: 1fr;
  }

  .our_mission.heading {
    font-size: 50px;
  }

  .div-block-11 {
    grid-template-columns: 1fr;
    padding-left: 20px;
    padding-right: 20px;
  }

  .detailed_para {
    padding-right: 0;
  }

  .div-block-13 {
    margin-top: 20px;
    padding-right: 20px;
  }

  .div-block-14 {
    grid-template-columns: 1fr;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .div-block-15 {
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-16 {
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .image-3 {
    max-width: 89%;
  }

  .container-6 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div-block-17 {
    grid-template-columns: 1fr;
    padding: 20px 10px;
  }

  .div-block-18 {
    margin-top: 30px;
  }

  .container-7 {
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .div-block-20 {
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph-6.heading {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 40px;
    line-height: 51px;
  }

  .cf-newsletter-form-block {
    width: 100%;
  }

  .cf-form {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
  }

  .cf-newsletter-text-field {
    color: #000;
    width: auto;
    height: 48px;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 13px;
    line-height: 17.64px;
  }

  .button-primary {
    text-align: center;
    border-radius: 40px;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 34px;
    margin-right: 5px;
    padding: 4px 3px 4px 2px;
    font-size: 14px;
    font-weight: 600;
    line-height: 17.64px;
  }

  .faq-wrap {
    width: 99%;
  }

  .faq-q-text {
    line-height: 22px;
  }

  .bold-text-147 {
    font-size: 16px;
    line-height: 22px;
  }

  .div-block-21 {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .div-block-23 {
    grid-template-columns: 1fr;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .div-block-24 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 72%;
  }

  .div-block-26 {
    margin-top: 40px;
  }

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

  .testimonial-quote-icon {
    width: 30px;
  }

  .testimonial-quote {
    font-size: 16px;
    line-height: 30px;
  }

  .testimonial-author-image-three {
    margin-right: 16px;
  }

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

  .mask {
    height: auto;
  }

  .heading-3 {
    font-size: 40px;
  }

  .paragraph-10, .paragraph-11, .paragraph-12 {
    text-align: center;
  }

  .heading-4 {
    font-size: 56px;
    line-height: 63px;
  }

  .heading-4.center {
    text-align: center;
    line-height: 55px;
  }

  .paragraph-14 {
    font-size: 17px;
  }

  .paragraph-17.center {
    text-align: center;
    font-size: 16px;
  }

  .div-block-31 {
    grid-template-columns: 1fr;
  }

  .paragraph-18 {
    font-size: 23px;
    line-height: 46px;
  }

  .paragraph-18.heading {
    white-space: nowrap;
    font-size: 25px;
    line-height: 39px;
  }

  .section-8 {
    padding-bottom: 80px;
    padding-left: 20px;
  }

  .paragraph-19 {
    font-size: 32px;
  }

  .paragraph-20 {
    font-size: 17px;
  }

  .list {
    padding-left: 20px;
  }

  .section-10 {
    padding: 20px 20px 40px;
  }

  .div-block-34 {
    overflow: visible;
  }

  .heading-5 {
    font-size: 44px;
  }

  .paragraph-22 {
    width: auto;
    max-width: none;
    font-size: 14px;
  }

  .section-11 {
    padding: 40px 20px;
  }

  .heading-6 {
    font-size: 36px;
  }

  .paragraph-23 {
    white-space: normal;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
    line-height: 28px;
  }

  .section-13 {
    grid-column-gap: 69px;
    grid-row-gap: 69px;
    justify-content: center;
    align-items: flex-start;
    padding: 40px 0;
  }

  .div-block-38 {
    padding-left: 0;
  }

  .div-block-39 {
    grid-template-columns: 1fr;
    place-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-40 {
    width: 90%;
  }

  .div-block-40.newsletter_description {
    width: 95%;
    max-width: none;
  }

  .div-block-41 {
    height: auto;
  }

  .section-14 {
    margin-top: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .div-block-43 {
    grid-template-columns: 1fr;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-44 {
    width: 282px;
  }

  .div-block-45 {
    height: 129.625px;
  }

  .section-15 {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .paragraph-32 {
    font-size: 14px;
  }

  .cf-contact-form-field {
    height: 54px;
    margin-bottom: 0;
    margin-right: 0;
    padding-left: 20px;
    font-size: 14px;
  }

  .cf-contact-form-field.message {
    width: 100%;
    margin-right: 0;
  }

  .text-block-11 {
    white-space: normal;
  }

  .text-block-11.margin-top.max-width {
    margin-top: 0;
  }

  .cf-forms-section-3 {
    width: 99%;
    height: auto;
    margin-top: 14px;
    padding: 30px 10px 0;
    box-shadow: -1px 5px 65px -20px #0003, 4px -2px 5px #0003;
  }

  .cf-form-gradient-submit {
    background-image: linear-gradient(to right, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b 90%);
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .cf-form-gradient-submit.fixed-width {
    margin-top: 20px;
  }

  .form {
    padding-top: 0;
    padding-bottom: 0;
  }

  .cf-form-paragraph {
    font-size: 10px;
    line-height: 20px;
  }

  .cf-success-message-2 {
    width: 100%;
  }

  .cf-success-message-2.bg_green {
    padding: 20px 0;
  }

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

  .contact_form {
    min-height: auto;
    margin-top: -15px;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .cf-fields-contain {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 16px;
    margin-bottom: 0;
    margin-right: 0;
  }

  .text-block-5 {
    margin-top: 10px;
  }

  .form-block {
    height: auto;
    padding-bottom: 0;
    display: block;
  }

  .how_to_join, .section-16 {
    padding: 40px 20px;
  }

  .section-17 {
    margin-top: 0;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .spark-button.spark-icon-left-button {
    display: none;
  }

  .spark-button.open-popup-button.hide {
    display: inline-block;
  }

  .image-9 {
    height: 100%;
  }

  .div-block-430 {
    margin-top: -79px;
  }

  .div-block-431 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-434 {
    height: auto;
  }

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

  .title {
    font-size: 2.75rem;
  }

  .top {
    min-height: 14rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .show_newsletter {
    font-size: 2.2rem;
  }

  .form-2 {
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .newsletter_card {
    height: 98%;
  }

  .bottom {
    grid-row-gap: 1.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .form-block-2 {
    max-width: none;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .image-16 {
    height: 276.438px;
  }

  .div-block-439 {
    display: flex;
  }

  .image-17 {
    max-width: 22%;
    margin-top: 39px;
  }

  .image-18 {
    max-width: 20%;
    margin-top: 84px;
  }

  .div-block-440 {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
    display: flex;
  }

  .div-block-441 {
    margin-top: 0;
    display: block;
  }

  .div-block-442 {
    display: flex;
  }

  .image-20 {
    margin-top: -57px;
  }

  .div-block-443.image-16 {
    height: 245px;
  }

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

  .div-block-445 {
    flex-flow: column;
  }

  .popup-close {
    top: 2%;
    right: 2%;
  }

  .popup.pop_up_wrapper {
    opacity: 0;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    padding-top: 0;
    display: none;
  }

  .form-row {
    flex-direction: column;
  }

  .spacer-30 {
    height: 0;
  }

  .h3 {
    white-space: normal;
    padding-left: 0;
    font-size: 25px;
    font-weight: 700;
  }

  .h3.center-margin {
    font-size: 26px;
  }

  .form-border {
    min-width: auto;
    padding: 20px;
  }

  .scrollbar {
    padding: 20px 0 0;
  }

  .input-wrapper.mr-15 {
    margin-right: 0;
  }

  .clone-wrap {
    margin-top: 0;
  }

  .div-block-448 {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
  }

  .lynx-nav-link {
    color: #000;
  }

  .lynx-nav-buttons {
    display: none;
  }

  .lynx-menu-button {
    border-radius: 50%;
  }

  .lynx-menu-button.w--open {
    background-color: #0000;
  }

  .lynx-nav-menu {
    background-color: #fff;
  }

  .paragraph-58 {
    font-size: 28px;
  }

  .div-block-452 {
    position: static;
  }

  .image-23 {
    width: auto;
    max-width: 63%;
    margin-top: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .text-size-medium-5 {
    font-size: 1rem;
  }

  .section-326 {
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-span-8.gradient {
    font-size: 38px;
    line-height: 40px;
  }

  .paragraph-100 {
    font-size: 31px;
  }

  .div-block-201 {
    padding: 20px 0;
  }

  .bold-text-16 {
    font-size: 35px;
  }

  .text-span-10.gradient {
    font-size: 38px;
    line-height: 40px;
  }

  .uui-text-size-small-3 {
    text-align: left;
  }

  .uui-max-width-large-3 {
    margin-bottom: 20px;
    padding-left: 0;
  }

  .uui-space-small {
    min-height: .8rem;
  }

  .wrap.w50-80 {
    padding: 0;
  }

  .blog1-article-cover.blog1-article-cover-1, .blog1-article-cover.blog1-article-cover-2 {
    margin-bottom: 0;
  }

  .blog1-article.blog1-article-left-wrapper {
    margin-bottom: 30px;
  }

  .section-329 {
    background-image: url('../images/IMG_20241115_003847.png');
    background-position: 60%;
    height: 80vh;
    padding: 220px 10px 150px;
  }

  .image-24 {
    width: 112px;
    height: 28.9px;
  }

  .image-25 {
    width: 56%;
  }

  .popup-card {
    border-width: 10px;
  }

  .images-container {
    justify-content: center;
    display: flex;
  }

  .popup-items {
    height: auto;
    padding: 40px 10px;
  }

  .popup-subheading {
    flex-flow: column wrap;
    width: 100%;
  }

  .paragraph-103 {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    font-size: 15px;
    line-height: 34px;
    display: block;
  }

  .div-block-460 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .shrink-box-button-2 {
    display: none;
  }

  .shrink-box-wrapper-2 {
    width: 50px;
    margin-left: 0;
    margin-right: 0;
  }

  .db-mobile-fixed-nav {
    align-items: stretch;
  }

  .db-flex-row {
    align-items: center;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 10px;
  }

  .modal-wrapper {
    padding: 30px 20px;
    display: flex;
  }

  .modal-wrapper.banner-modal {
    display: none;
  }

  .db-fixed-nav-headline {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 14px;
    line-height: 19px;
  }

  .button-wrapper {
    white-space: nowrap;
    padding-right: 30px;
  }

  .modal-body {
    width: 100%;
    padding: 30px 20px 15px;
  }

  .close-icon.close-new-popup {
    top: 5px;
  }

  .db-logo-wrapper {
    justify-content: center;
    align-items: center;
    width: 160px;
    padding-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .text-block-16 {
    text-align: left;
  }

  .image-26 {
    max-width: 34%;
  }

  .image-28 {
    max-width: 38%;
  }

  .image-29 {
    z-index: -1;
    position: absolute;
    bottom: 0;
    left: 0;
  }

  .image-30 {
    margin-bottom: 10px;
  }

  .div-block-464 {
    height: 310px;
  }

  .div-block-465 {
    height: 241px;
  }

  .div-block-467 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 36px;
    overflow: visible;
  }

  .image-34 {
    width: 122px;
  }

  .div-block-468 {
    overflow: hidden;
  }

  .div-block-469 {
    padding-top: 20px;
  }

  .section-330 {
    padding: 20px;
  }

  .section-332 {
    padding: 40px 20px;
  }

  .div-block-471 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .heading-2050 {
    font-size: 47px;
  }

  .section-333 {
    padding: 40px 20px;
  }

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

  .div-block-473 {
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
    margin-top: 50px;
  }

  .div-block-473.four {
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .div-block-475, .div-block-475.padding {
    max-width: 270px;
  }

  .section-334 {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-2054 {
    font-size: 43px;
  }

  .section-335 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-480 {
    padding-bottom: 40px;
    padding-left: 20px;
  }

  .heading-2055 {
    font-size: 28px;
  }

  .div-block-482 {
    padding-right: 20px;
  }

  .image-42 {
    max-width: 98%;
  }

  .image-43 {
    width: 88px;
  }

  .uui-padding-vertical-xhuge-4 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .button-62 {
    font-size: 14px;
    display: block;
  }

  .uui-testimonial16_content-2 {
    width: auto;
    min-width: 22rem;
    max-width: 25rem;
  }

  .uui-padding-vertical-xhuge-5 {
    padding-bottom: 0;
  }

  .uui-padding-vertical-xhuge-6 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .button-63 {
    font-size: 14px;
    display: block;
  }

  .uui-testimonial16_content-4 {
    width: auto;
    min-width: 22rem;
    max-width: 25rem;
  }

  .brix---mg-bottom-8px {
    margin-bottom: 6px;
  }

  .brix---mg-bottom-16px {
    margin-bottom: 15px;
  }

  .brix---mg-bottom-24px {
    margin-bottom: 16px;
  }

  .brix---text-200 {
    font-size: 15px;
    line-height: 16px;
  }

  .brix---container-default {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---heading-h2-size {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---avatar-image {
    width: 100%;
  }

  .brix---paragraph-default {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---text-200-bold {
    font-size: 15px;
    line-height: 16px;
  }

  .brix---3-columns-1-col-tablet {
    grid-template-columns: 1fr;
  }

  .brix---avatar-circle-04 {
    width: 56px;
    min-width: 56px;
    max-width: 56px;
    height: 56px;
    min-height: 56px;
    max-height: 56px;
  }

  .brix---card-left-pd-40px {
    padding-top: 32px;
    padding-left: 22px;
    padding-right: 22px;
  }

  .brix---mg-left-16px {
    margin-left: 13px;
  }

  .image-45 {
    max-width: 38%;
  }

  .image-46 {
    max-width: 100%;
  }
}

#w-node-_4efa26df-8f16-2f4f-e524-228f8011b85b-2839dc11 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cfadd1da-db24-c096-9a1e-19d6abb383bb-2839dc11 {
  justify-self: end;
}

#w-node-_168d5d72-d891-60c5-8874-540435c97cad-2839dc11, #w-node-f14f79e5-b172-7f72-6d0a-19921b435bd2-2839dc11, #w-node-_63e32ed7-1599-5bd2-7f1b-359e287f4c7e-2839dc11, #w-node-f60679c6-552b-6c84-454b-e8fcacc5c490-b3ae1e0f, #w-node-_8f709166-f2f3-b162-9400-42beb3ae1e29-b3ae1e0f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a9f3e1f4-16a6-80a2-8768-1ba36e1aafd9-2ff5a96b, #w-node-_419f5f27-2c99-16cd-f6ea-8100bd8b9f8e-2ff5a96b, #w-node-_75ae8988-42a8-d3d9-249d-22bf8c64ebbb-2ff5a96b, #w-node-_4ec60833-fb01-b58b-057e-a4370a1be922-2ff5a96b, #w-node-_5d8e5ac1-793e-3f3f-90e1-fd89dbaee664-2ff5a96b, #w-node-fc017e8b-6cb9-d4d6-dd0c-9ded06a901e6-2ff5a96b, #w-node-c87cd671-0b37-14ba-9b32-82c92a1cc7ef-2ff5a96b, #w-node-ac5c9a3d-7f8b-eace-35d5-ea1664340e8c-2ff5a96b, #w-node-_346a5dee-e0af-21f9-0587-0a9d1a0b89c4-7157b235 {
  place-self: center;
}

#w-node-_0a823ea2-c4b5-d42d-6735-9cc7ec506226-4f79cdb5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_4efa26df-8f16-2f4f-e524-228f8011b85b-2839dc11 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d697ed4f-c4a9-5a5f-d886-e38b6fb7a4d8-2ff5a96b, #w-node-df78c213-93f8-bc43-ca64-550d40c22d78-2ff5a96b, #w-node-d1ceb574-c40c-1e95-f8c5-2582ffa6aecb-2ff5a96b, #w-node-_6395ea84-1611-beca-be32-60b2dd9ca0c4-2ff5a96b, #w-node-_61327817-65d4-e571-499a-5ecf76120f4f-2ff5a96b, #w-node-_346a5dee-e0af-21f9-0587-0a9d1a0b89c4-7157b235 {
    place-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_4efa26df-8f16-2f4f-e524-228f8011b85b-2839dc11 {
    order: 9999;
  }

  #w-node-cfadd1da-db24-c096-9a1e-19d6abb383bb-2839dc11 {
    order: -9999;
    place-self: center;
  }

  #w-node-_168d5d72-d891-60c5-8874-540435c97cad-2839dc11, #w-node-_63e32ed7-1599-5bd2-7f1b-359e287f4c7e-2839dc11 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f9a16107-935b-a977-d766-c8af8d641cbc-2839dc11, #w-node-adf101dc-51da-472f-430b-e57eacc6b634-2ff5a96b {
    order: -9999;
  }

  #w-node-_590850c4-cd3f-1f76-e80f-00bff169299d-7157b235 {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c433f342-0bec-4205-c0bb-c38b8fdaf604-7157b235 {
    order: -9999;
  }

  #w-node-e9af3fc0-cb07-8b28-2444-cac53107dd21-4f79cdb5, #w-node-e6d9deed-be21-49c2-840d-827c98db7dae-4f79cdb5 {
    order: 9999;
  }

  #w-node-_0a823ea2-c4b5-d42d-6735-9cc7ec506226-4f79cdb5 {
    order: -9999;
  }

  #w-node-_1edc500a-1c93-3588-7b55-c7468dd1dae5-4f79cdb5 {
    order: 9999;
  }

  #w-node-_013ef1e2-ddbf-e298-db7c-4ed6df7fef6a-4f79cdb5 {
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_810e6c46-0fdf-e464-3def-a35802c22cfc-2839dc11 {
    order: 9999;
  }

  #w-node-f9a16107-935b-a977-d766-c8af8d641cbc-2839dc11 {
    place-self: center;
  }

  #w-node-adf101dc-51da-472f-430b-e57eacc6b634-2ff5a96b {
    order: -9999;
  }

  #w-node-e6d9deed-be21-49c2-840d-827c98db7dae-4f79cdb5 {
    order: 9999;
  }

  #w-node-_013ef1e2-ddbf-e298-db7c-4ed6df7fef6a-4f79cdb5 {
    order: -9999;
  }
}


