:root {
  --green: #00b582;
  --white: white;
  --black: black;
  --grey: #7c7c7c;
  --font-family: "Cabinetgrotesk Complete";
  --font-family-2: polysans, sans-serif;
}

a {
  color: var(--green);
  text-decoration: underline;
}

sup {
  vertical-align: super;
  font-size: 1.5rem;
  line-height: 1;
}

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

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

.padding-global {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 3%;
  padding-left: 3%;
  padding-right: 3%;
  display: block;
  overflow: hidden;
}

.main-wrapper {
  overflow: hidden;
}

.section_hero {
  height: 50vh;
  position: relative;
}

.bg-video_hero {
  height: 100%;
}

.hero-logo-container {
  justify-content: center;
  align-items: center;
  max-width: 230px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.settlemed-logo-hero {
  max-width: 80%;
}

.section_container {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.section_container.hero {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  max-width: 1600px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 3% 50px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.section_container.challenges {
  margin-top: 50px;
  padding-top: 0;
  padding-bottom: 100px;
  overflow: hidden;
}

.section_container.operation {
  padding-top: 60px;
  padding-bottom: 80px;
}

.section_container.solutions {
  padding-top: 60px;
  padding-bottom: 50px;
  font-family: lufga, sans-serif;
}

.section_container.payout {
  padding-top: 70px;
  padding-bottom: 70px;
  overflow: hidden;
}

.section_container.ai-tech {
  padding-top: 100px;
  padding-bottom: 50px;
  overflow: hidden;
}

.section_container.plan {
  flex-flow: column;
  padding-top: 70px;
  padding-bottom: 70px;
  display: block;
  overflow: hidden;
}

.black-text-hero {
  color: var(--white);
  max-width: 325px;
  font-family: lufga, sans-serif;
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 1;
}

.section_operation_and_financial {
  overflow: hidden;
}

.operations_section-bg {
  background-color: var(--black);
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  overflow: hidden;
}

.operations-flex-box {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.operations-flex-box.low {
  align-items: flex-start;
}

.operation-heading {
  color: var(--white);
  text-align: left;
  letter-spacing: -.08em;
  text-transform: capitalize;
  flex: 0 auto;
  max-width: 1097px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: lufga, sans-serif;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1;
}

.contact-button-box {
  flex: 1;
  max-width: 307px;
  display: flex;
}

.button-arrow-box {
  background-color: var(--white);
  border-radius: 56px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100px;
  max-width: 100px;
  height: 74px;
  display: flex;
}

.button-arrow-box.green {
  background-color: var(--green);
}

.button-arrow-box.green.none {
  display: none;
}

.button-arrow-box.black {
  background-color: var(--black);
}

.button-arrow-box.black-team {
  border: 1px solid var(--white);
  background-color: var(--black);
}

.button_arrow {
  text-align: left;
  object-fit: none;
  order: 0;
  align-self: center;
  width: 0;
  min-width: 30px;
  max-width: 40px;
  font-size: 19px;
}

.broken-line-box {
  max-width: 1550px;
  margin: 40px auto;
  display: block;
}

.broken-line {
  width: 100%;
  height: 3px;
  display: block;
}

.circles-icon-box {
  max-width: 421px;
}

.year_text {
  color: var(--green);
  margin-bottom: 30px;
  font-family: lufga, sans-serif;
  font-size: 1.3rem;
  font-weight: 300;
}

.socials-box {
  flex-direction: column;
  justify-content: space-between;
}

.social-links-container {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-end;
  align-items: flex-start;
  margin-bottom: 90px;
  display: flex;
}

.social-links-container.footer {
  margin-bottom: 0;
}

.social-link {
  z-index: 50;
  border: 1px solid var(--white);
  border-radius: 90px;
  justify-content: center;
  align-items: center;
  width: 51px;
  height: 51px;
  display: flex;
  position: relative;
}

.social-link.footer {
  border-color: var(--black);
  border-color: var(--black);
}

.social-link-logo {
  font-family: lufga, sans-serif;
}

.power-of-ai-text {
  color: var(--white);
  text-align: left;
  max-width: 510px;
  margin-bottom: 0;
  font-family: lufga, sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1;
}

.section_challenges {
  background-color: var(--white);
  overflow: hidden;
}

.challenges-flex-box {
  align-items: flex-start;
  display: flex;
}

.challenge-button-box {
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  justify-content: space-between;
  align-items: center;
  max-width: 50vw;
  display: flex;
}

.challenges_heading {
  color: var(--black);
  letter-spacing: -.08em;
  text-transform: uppercase;
  max-width: 50vw;
  margin-top: 0;
  margin-bottom: 0;
  font-family: lufga, sans-serif;
  font-size: 5rem;
  font-weight: 400;
  line-height: 90%;
}

.challenges-content-wrap {
  height: 747px;
  position: relative;
}

.challenges-content-box._1 {
  margin-top: 7px;
  padding-left: 70px;
}

.challenges-content-box._3 {
  max-width: 600px;
  margin-bottom: 7px;
  padding-left: 0;
}

.challenges-content-box._4 {
  margin-bottom: 20px;
}

.challenges-content-box.communication-gap {
  margin-bottom: 90px;
}

.challenge-text-img {
  transform: rotate(0);
}

.challenge-text-img.approval_delays {
  transform: rotate(-4deg);
}

.challenge-text-img.late-submission {
  transform: translate(-47px, -94%)rotate(-27deg);
}

.challenge-text-img.claim-rejection {
  transform: translate(259px, 111px)rotate(37deg);
}

.challenge-text-img.communicaton {
  transform: translate(430px, 503px)rotate(75deg);
}

.section-container {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}

.contact-sec-bg {
  background-color: var(--black);
  background-image: none;
  background-repeat: repeat;
}

.contact-heading {
  z-index: 1;
  color: var(--white);
  text-align: center;
  letter-spacing: -.08em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: lufga, sans-serif;
  font-size: 16.5vw;
  font-weight: 400;
  line-height: 1;
  position: relative;
  overflow: visible;
}

.contact-top-content {
  z-index: 100;
  justify-content: flex-start;
  align-items: center;
  display: block;
  position: relative;
}

.contact-card-box {
  z-index: auto;
  max-width: 474px;
  max-height: 315px;
  margin-top: 33px;
  position: absolute;
  inset: 0% auto auto 31%;
  transform: rotate(0);
}

.contact-cad {
  z-index: auto;
  position: static;
}

.contact-form {
  margin-top: 100px;
}

.form-flex {
  grid-column-gap: 70px;
  justify-content: space-between;
  display: flex;
}

.form-field-flex {
  width: 100%;
  margin-top: 40px;
  font-family: lufga, sans-serif;
}

.field-label {
  color: var(--white);
  margin-bottom: 20px;
  font-family: lufga, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 100%;
}

.form-text-field {
  color: var(--white);
  background-color: #fff0;
  border: 1px #000;
  border-bottom: 1px solid #5c5c5ccc;
  margin-bottom: 0;
  padding: 40px 0;
  font-family: lufga, sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
}

.form-text-field::placeholder {
  color: #5c5c5ccc;
  font-family: Inter, sans-serif;
  font-size: 1.875rem;
}

.form-text-field.deatils {
  padding-bottom: 30px;
  font-size: 1.8rem;
}

.send-message-button-box {
  flex: 1;
  align-items: center;
  max-width: 5000px;
  margin-top: 50px;
  margin-left: 0;
  display: flex;
}

.footer-bg {
  background-color: #00b582;
}

.footer-container {
  padding-top: 50px;
  padding-bottom: 30px;
  overflow: hidden;
}

.footer-flex-top {
  grid-column-gap: 227px;
  grid-row-gap: 227px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-right-box {
  max-width: 800px;
}

.footer-logo-box {
  max-width: 167px;
}

.unit-text {
  color: var(--black);
  text-transform: capitalize;
  margin-top: 20px;
  font-family: lufga, sans-serif;
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 1;
}

.address_text {
  color: var(--black);
  text-transform: capitalize;
  max-width: 900px;
  margin-top: 20px;
  font-family: lufga, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
}

.footer-email-box {
  border-bottom: 1px #000;
  height: auto;
  margin-top: 70px;
  text-decoration: none;
  display: block;
}

.footer-email {
  color: var(--black);
  text-transform: capitalize;
  max-width: 293px;
  margin-top: 0;
  font-family: lufga, sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1;
  text-decoration: underline;
}

.footer-email.new {
  margin-bottom: 10px;
}

.become-settlemed-partner-link-box {
  height: auto;
  margin-top: 40px;
  text-decoration: none;
  display: block;
}

.schedule-a-call-link-box {
  height: auto;
  margin-top: 5px;
  text-decoration: none;
  display: block;
}

.schedule-a-cal-linkl {
  color: var(--black);
  text-transform: capitalize;
  max-width: 293px;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: lufga, sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1;
  text-decoration: underline;
}

.footer-left-box {
  max-width: 426px;
}

.footer-form-block {
  margin-top: 80px;
  margin-bottom: 0;
}

.footer-form {
  width: 500px;
  max-width: 400px;
}

.footer-form-label {
  color: var(--black);
  text-transform: capitalize;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1;
}

.footer-form-text-field {
  color: #000;
  background-color: #fff0;
  border: 1px #000;
  border-bottom-style: solid;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  font-family: lufga, sans-serif;
}

.footer-form-text-field::placeholder {
  color: #00000080;
  text-transform: capitalize;
  font-family: Open Sans, sans-serif;
  font-size: 1.125rem;
  line-height: 100%;
}

.footer-form-flex {
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.footer-form-submit-button {
  background-color: #3898ec00;
  background-image: url("https://cdn.prod.website-files.com/65c73cab42d05747958d759e/65c90fa8dcaae63bd5ae36bf_form-arrow.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 8px;
  height: 15px;
}

.footer-low-flex {
  justify-content: space-between;
  align-items: center;
  margin-top: 100px;
  display: flex;
}

.terms-and-conditions {
  color: var(--black);
  letter-spacing: 0;
  text-transform: capitalize;
  margin-top: 0;
  font-family: lufga, sans-serif;
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 1;
}

.terms-and-conditions-kn-box, .privacy-policy-box {
  text-decoration: none;
}

.copyrights-link-text {
  color: var(--black);
  letter-spacing: 0;
  text-transform: none;
  margin-top: 0;
  padding-top: 20px;
  font-family: lufga, sans-serif;
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 1;
}

.copyrights-link-box {
  text-decoration: none;
}

.solution_section_background {
  background-color: var(--black);
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  overflow: hidden;
}

.solution_title {
  color: var(--green);
  margin-top: 0;
  margin-bottom: 30px;
  font-family: lufga, sans-serif;
  font-size: 1.3rem;
  font-weight: 300;
}

.solutions-heading {
  color: var(--white);
  letter-spacing: -.08em;
  text-transform: capitalize;
  max-width: 1307px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: lufga, sans-serif;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1;
}

.solution-line {
  margin: 5rem auto;
}

.tabs_solutions {
  border-top: 1px none var(--white);
  border-bottom: 1px solid var(--white);
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.tabs-menu_solution {
  border-right: 1px solid var(--white);
  justify-content: space-between;
  align-items: center;
  max-width: 468px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.tabs_content_solutions {
  align-items: center;
  width: 100%;
  display: flex;
}

.tab-link-solution {
  border-bottom: 1px solid var(--white);
  background-color: #ddd0;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  display: flex;
}

.tab-link-solution.w--current {
  background-color: #c8c8c800;
  justify-content: space-between;
  align-items: center;
  width: 440px;
  margin-top: 0;
  padding: 0;
}

.tab-link-solution._8 {
  border-bottom-style: none;
  margin-bottom: 0;
}

.tab-arrow-wrap {
  justify-content: center;
  align-items: center;
  width: 38px;
  max-width: 38px;
  height: 36px;
  position: relative;
}

.tab-arrow {
  z-index: 1;
  display: block;
  position: absolute;
  inset: 0%;
}

.tab-arrow.green {
  z-index: 1;
  z-index: 1;
  inset: 0%;
  display: block;
  inset: 0%;
}

.tab-title {
  color: var(--white);
  font-family: lufga, sans-serif;
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 1;
}

.tab-video {
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 397px;
  min-width: 397px;
  max-width: none;
  height: 552px;
  max-height: none;
  display: flex;
  position: relative;
}

.tab-content-head {
  color: var(--white);
  text-align: center;
  letter-spacing: -.08em;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 47px;
  font-family: lufga, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1;
}

.tab-paragraph {
  color: var(--white);
  text-align: left;
  max-width: 510px;
  margin-top: 5px;
  margin-bottom: 0;
  font-family: lufga, sans-serif;
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 100%;
}

.tab-pane-wrap {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  align-items: center;
  display: flex;
}

.tab-lnk-wrap {
  flex: none;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-right: 23px;
  display: flex;
}

.why-settlemed-container {
  padding-top: 0;
}

.why-settlemed-heading {
  color: var(--green);
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: lufga, sans-serif;
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 100%;
}

.why-settlemed-paragraph {
  color: var(--white);
  text-align: left;
  letter-spacing: -.08em;
  text-transform: none;
  max-width: 100%;
  margin-bottom: 0;
  font-family: lufga, sans-serif;
  font-size: 4rem;
  font-weight: 300;
  line-height: 1;
}

.why-settlemed-paragraph._2 {
  letter-spacing: -.08em;
  text-transform: none;
  margin-top: 0;
  margin-left: auto;
}

.text-span-green {
  z-index: 3;
  color: var(--green);
  font-weight: 400;
}

.text-span-green.cost {
  position: relative;
  bottom: -13px;
  left: 60px;
}

.payout-heading {
  color: var(--black);
  text-align: left;
  letter-spacing: -.08em;
  text-transform: capitalize;
  max-width: 1116px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: lufga, sans-serif;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1;
}

.payout-heading.green {
  color: var(--green);
  text-transform: uppercase;
  text-transform: uppercase;
  max-width: 25%;
  margin-bottom: 40px;
}

.payout-border-line {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.roadmap-container {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.roadmap-icon-box {
  border: 1px #1b1b1b;
  border-radius: 20px;
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  max-width: 150px;
  display: flex;
}

.roadmap-line {
  max-width: 40px;
}

.roadmap-process-box {
  background-color: #5a5a5a;
  border: 1px #000;
  border-radius: 20px;
  min-width: 300px;
  min-height: 500px;
  max-height: 500px;
  padding: 60px 20px 40px;
  transition: opacity .2s;
}

.roadmap-process-box._2 {
  background-color: #5a5a5a00;
  background-image: url("https://cdn.prod.website-files.com/65c73cab42d05747958d759e/65c8d63d89964e74036abd20_02-bg.webp");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-style: none;
  min-width: 300px;
}

.roadmap-process-box._3 {
  background-color: #00523b;
  border-style: none;
  min-width: 300px;
}

.roadmap-process-box._4 {
  background-color: #00b582;
  border-style: none;
  min-width: 300px;
}

.process-number-box {
  max-width: 76px;
}

.process-number {
  font-family: lufga, sans-serif;
}

.process-title {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 25px;
  margin-bottom: 0;
  font-family: lufga, sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 80%;
}

.process-paragrpah {
  color: var(--white);
  text-align: left;
  text-transform: capitalize;
  max-width: 400px;
  margin-top: 40px;
  margin-bottom: 0;
  font-family: lufga, sans-serif;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 90%;
}

.process-paragrpah.low {
  color: var(--black);
  text-align: left;
  text-transform: capitalize;
  text-align: left;
  text-transform: capitalize;
  max-width: 336px;
  margin-top: 0;
  font-family: lufga, sans-serif;
  font-size: 1.3rem;
  line-height: 100%;
}

.process-low-box {
  justify-content: space-between;
  margin-top: 60px;
  display: flex;
}

.result-container {
  margin-top: 100px;
  display: flex;
}

.beneficiciary-box {
  background-color: #d3d4d6;
  border-radius: 20px;
  max-width: 584px;
  padding: 50px 60px;
}

.heading {
  color: var(--grey);
  letter-spacing: -.08em;
  text-transform: capitalize;
  max-width: 470px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: lufga, sans-serif;
  font-size: 4rem;
  font-weight: 300;
  line-height: 1;
}

.heading.cost {
  z-index: 2;
  color: var(--green);
  position: relative;
  top: 14px;
  left: 81px;
}

.mediclaim-icon {
  max-width: 22rem;
  margin: 7rem auto 0;
  display: block;
}

.laptop-video {
  z-index: 1;
  border-radius: 47px;
  max-width: 446px;
  margin-left: auto;
  margin-right: auto;
  top: -58px;
}

.cost-due-box {
  background-image: url("https://cdn.prod.website-files.com/65c73cab42d05747958d759e/65c8d63f15a8106a1ddea3b1_laptop-bg.webp");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  width: 100%;
  max-width: 494px;
  padding: 45px 24px 50px;
}

.cost-due-text {
  color: var(--white);
  text-align: left;
  letter-spacing: -.08em;
  text-transform: capitalize;
  max-width: 20vw;
  margin: 3.5rem auto 0;
  font-family: lufga, sans-serif;
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1;
}

.revenue-wrap {
  flex-direction: column;
  justify-content: space-between;
  max-width: 436px;
  display: flex;
}

.revenue-box {
  background-color: #00b582;
  border-radius: 20px;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  max-width: 436px;
  padding: 45px;
  display: flex;
}

.revenue-head {
  z-index: 3;
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Sulphur Point, sans-serif;
  font-size: 3.375rem;
  font-weight: 400;
  line-height: 80%;
  display: block;
}

.revenue-text {
  color: var(--white);
  text-align: left;
  letter-spacing: -.08em;
  text-transform: capitalize;
  max-width: 285px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: lufga, sans-serif;
  font-size: 2.5rem;
  line-height: 1;
}

.human-labour-box {
  background-color: #00b58200;
  border: 1px solid #000;
  border-radius: 20px;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  max-width: 436px;
  padding: 45px;
  display: flex;
}

.time-hour {
  z-index: 3;
  color: var(--green);
  letter-spacing: -.08em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Sulphur Point, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1;
  display: block;
}

.human-labour-text {
  color: var(--black);
  text-align: left;
  letter-spacing: -.08em;
  text-transform: capitalize;
  max-width: 285px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: lufga, sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1;
}

.ai-tech-section-background {
  background-color: var(--black);
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
}

.ai-tech-heading {
  color: var(--green);
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: lufga, sans-serif;
  font-size: 1.3rem;
  font-weight: 300;
}

.ai-tech-heading.green {
  color: var(--green);
}

.ai-heading {
  color: var(--white);
  letter-spacing: -.08em;
  text-transform: capitalize;
  max-width: 1307px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: lufga, sans-serif;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1;
}

.ai-tech-para {
  color: var(--white);
  text-align: left;
  text-transform: capitalize;
  max-width: 700px;
  margin-top: 1rem;
  margin-bottom: 0;
  margin-left: 0;
  font-family: lufga, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 100%;
}

.press-and-blog-container {
  margin-top: 100px;
}

.press-and-blog-heading {
  color: var(--white);
  letter-spacing: -.08em;
  text-transform: uppercase;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: lufga, sans-serif;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1;
}

.broken-line-blog {
  margin-top: 3rem;
  margin-bottom: 5rem;
}

.blogs-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  display: flex;
}

.blogs-wrap._2 {
  flex-direction: row-reverse;
  margin-top: 10px;
}

.advisory-board-container {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  margin-top: 0;
  padding-top: 100px;
  padding-bottom: 100px;
}

.advisory-board-heading {
  color: var(--white);
  text-align: left;
  letter-spacing: -.08em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Sulphur Point, sans-serif;
  font-size: 5rem;
  font-weight: 400;
  line-height: 1;
}

.advisory-board-para {
  color: var(--white);
  text-align: left;
  text-transform: capitalize;
  max-width: 600px;
  margin-top: 30px;
  margin-bottom: 0;
  margin-left: 0;
  font-family: lufga, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 100%;
}

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

.team-card {
  background-image: url("https://cdn.prod.website-files.com/65c73cab42d05747958d759e/65d456582090a9e0a7ce9b52_dr%20.webp");
  background-position: -25%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 20px;
  max-width: 800px;
  padding-left: 182px;
}

.team-card._2 {
  background-image: url("https://cdn.prod.website-files.com/65c73cab42d05747958d759e/65cf2bdfbc1c6172df087eb9_doc%201.webp");
  background-position: -15%;
  background-repeat: no-repeat;
  flex-flow: row;
  flex: 1;
  height: 400px;
  padding-bottom: 0;
  padding-left: 245px;
  display: flex;
}

.team-card-content {
  background-color: var(--green);
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  max-width: 600px;
  margin-left: 48px;
  padding: 25px;
}

.team-card-content._2 {
  background-color: var(--white);
  background-color: var(--white);
  max-width: 500px;
  height: auto;
  margin-left: 24px;
}

.team-title {
  color: var(--black);
  font-family: lufga, sans-serif;
  font-size: 1.2rem;
  line-height: 1;
}

.team-member-name {
  color: var(--black);
  text-transform: uppercase;
  margin-top: 10px;
  font-family: lufga, sans-serif;
  font-size: 4rem;
  line-height: 80%;
}

.member-bio {
  color: var(--black);
  letter-spacing: 0;
  column-count: 0;
  max-width: 435px;
  margin-top: 24px;
  margin-bottom: 0;
  font-family: lufga, sans-serif;
  font-size: 1.2rem;
  line-height: 1;
}

.team-icon {
  max-width: 86px;
}

.icon-box {
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 26px;
  display: flex;
}

.team-left-box {
  flex: 1;
  align-self: stretch;
}

.team-arrow-box {
  margin-top: 70px;
  display: none;
}

.team-right-box {
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.plan-heading {
  color: var(--black);
  letter-spacing: -.08em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: lufga, sans-serif;
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 1;
}

.plan-heading.green {
  color: var(--green);
  margin-top: 30px;
}

.broken-line-pricing {
  margin-top: 30px;
}

.pricing-wrap {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  justify-content: space-between;
  margin-top: 50px;
  display: none;
}

.plan-box {
  background-color: var(--black);
  border-radius: 83px;
  flex-flow: column;
  align-items: stretch;
  max-width: 100%;
  padding: 40px 35px;
  display: flex;
}

.plan-box.main {
  background-color: #0000001a;
  border-radius: 50px;
  width: 100%;
  max-width: 100%;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.subscription-box {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 50px;
  display: flex;
}

.white-tick {
  max-width: 20px;
}

.tick-bg {
  background-color: var(--green);
  border-radius: 180px;
  justify-content: center;
  align-items: center;
  width: 50px;
  max-width: 85px;
  height: 50px;
  max-height: 85px;
  display: flex;
}

.subscripion-type {
  color: var(--black);
  letter-spacing: -.03em;
  font-family: lufga, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 80%;
}

.plan-price {
  color: var(--white);
  margin-bottom: 2rem;
  font-family: lufga, sans-serif;
  font-size: 7rem;
  font-weight: 400;
  line-height: 1;
}

.price-span {
  font-family: lufga, sans-serif;
  font-size: 5rem;
  font-weight: 500;
  line-height: 1;
}

.month-text-span {
  text-transform: lowercase;
  font-family: lufga, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
}

.get-started-button {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: var(--green);
  border-radius: 80px;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  padding: 19px 30px 19px 20px;
  text-decoration: none;
  display: flex;
}

.get-started-button.plan {
  border: 1px solid var(--green);
  width: 100%;
  margin-top: 5px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  transition: all .3s;
}

.get-started-button.plan:hover {
  background-color: #000;
  border: 1px solid #fff;
}

.white-tick-bg {
  background-color: var(--white);
  border-radius: 180px;
  justify-content: center;
  align-items: center;
  width: 60px;
  max-width: 124px;
  height: 60px;
  max-height: 124px;
  display: flex;
}

.white-tick-bg.plan {
  width: 70px;
  height: 70px;
}

.green-tick {
  text-align: center;
  max-width: 20px;
}

.get-started-text {
  color: var(--white);
  letter-spacing: -.05em;
  text-transform: capitalize;
  margin-top: 0;
  font-family: lufga, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 80%;
}

.get-started-button-arrow-box {
  max-width: 86px;
  max-height: 86px;
}

.button-arrow-gst {
  max-width: 70px;
}

.blog-post {
  background-image: linear-gradient(#00000080, #00000080), url("https://cdn.prod.website-files.com/65c73cab42d05747958d759e/65cb9a2665bc15b95b06ec3c_pres-1%20bg.webp");
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-between;
  max-width: 628px;
  padding: 40px;
  display: flex;
}

.blog-post._2 {
  background-image: url("https://cdn.prod.website-files.com/65c73cab42d05747958d759e/65cb9a26cc59143931ff7c44_press2-bg.webp");
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  max-width: none;
  display: flex;
}

.blog-post._3 {
  background-image: url("https://cdn.prod.website-files.com/65c73cab42d05747958d759e/65cb9a26b73b4a5eb697d204_press3-bg.webp");
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  max-width: none;
  display: flex;
}

.blog-post._4 {
  background-color: #00b582;
  background-image: none;
  position: relative;
}

.blog-date {
  color: var(--green);
  margin-bottom: 20px;
  font-family: lufga, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
}

.blog-date._4 {
  color: var(--white);
}

.blog-title {
  color: var(--white);
  text-align: left;
  text-transform: uppercase;
  max-width: 420px;
  margin-top: 0;
  margin-bottom: 90px;
  font-family: lufga, sans-serif;
  font-size: 2.5rem;
  line-height: 100%;
}

.blog-title._4 {
  z-index: 1;
  color: var(--black);
  z-index: 1;
  max-width: 420px;
  position: relative;
}

.ai-hand {
  z-index: 0;
  max-width: 300px;
  position: absolute;
  bottom: .48047px;
  left: 35%;
}

.section_advisory-board {
  background-color: var(--black);
}

.button {
  border: 1px solid var(--white);
  color: var(--white);
  text-align: center;
  background-color: #3898ec00;
  border-radius: 56px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 206px;
  max-width: 206px;
  height: 76px;
  font-family: Inter, sans-serif;
  font-size: 1.125rem;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button.black-border, .button.border-black {
  border-color: var(--black);
}

.button.border-black {
  border-color: var(--black);
}

.button.form {
  cursor: pointer;
  width: 241px;
  max-width: 241px;
}

.button-text {
  color: var(--white);
  text-align: center;
  width: 100%;
  font-family: lufga, sans-serif;
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 1;
  text-decoration: none;
}

.button-text.black {
  color: var(--black);
  font-family: lufga, sans-serif;
  font-weight: 300;
}

.button-text.white {
  color: var(--white);
}

.button-bg-1 {
  border-radius: 180px;
  justify-content: center;
  align-items: center;
  width: 206px;
  height: 76px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
}

.button-bg-1.form {
  width: 241px;
  font-family: lufga, sans-serif;
}

.button-bg-b {
  border-radius: 180px;
  justify-content: center;
  align-items: center;
  width: 206px;
  height: 76px;
  margin-left: auto;
  margin-right: auto;
  font-family: lufga, sans-serif;
  display: flex;
  position: absolute;
}

.button-bg-b.form {
  width: 241px;
}

.success-message {
  color: var(--white);
  background-color: #ddd0;
  font-family: Inter, sans-serif;
  font-size: 1.25rem;
}

.submit-button {
  z-index: 2;
  opacity: 0;
  width: 100%;
  position: absolute;
  inset: 0%;
}

.error-message {
  background-color: #ffdede00;
}

.error-message-1 {
  color: var(--white);
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 1.25rem;
}

.stat.hours {
  margin-top: 0;
  margin-bottom: 0;
}

.stat.revenue-head {
  color: var(--green);
}

.stat-block {
  z-index: 3;
  position: relative;
  left: 93px;
}

.preloader_section {
  z-index: 10000;
  background-color: var(--black);
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.image {
  max-width: 200px;
}

.lottie-animation {
  max-width: 270px;
  margin-left: 60px;
  transform: rotate(180deg);
}

.image-2 {
  height: 90%;
  margin-left: 10px;
}

.lottie-animation-2 {
  width: 300px;
  margin-left: 20px;
}

.h3 {
  white-space: pre-wrap;
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
}

.dd_wrapper {
  display: none;
}

.pricing-wrap-slider1 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 60px;
  display: flex;
}

.min-max {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.cell {
  color: var(--white);
  justify-content: flex-start;
  align-items: flex-end;
  font-size: 1vw;
}

.cell-2 {
  color: var(--white);
}

.text-block-2, .text-block-3 {
  font-family: lufga, sans-serif;
  font-size: 1.5vw;
  font-weight: 400;
}

.wrapper {
  height: 10vh;
  margin-bottom: 3rem;
  overflow: hidden;
}

.fs_range_wrapper_-slider1 {
  background-color: var(--black);
  flex-flow: column-reverse;
  justify-content: center;
  align-items: stretch;
  padding: 0;
  transition: all .3s;
  display: block;
}

.fs_ranger_track {
  background-color: #434554;
  border-radius: 50px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 4rem;
  display: flex;
  position: relative;
}

.fs_range_fill {
  background-color: var(--green);
  border-radius: 50px;
  width: 5rem;
  height: 100%;
  position: absolute;
}

.fs_range_handle {
  z-index: 50;
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  background-color: #00000045;
  border: 1px solid #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  display: flex;
  position: absolute;
}

.fs_rangeslider_display_value {
  color: var(--white);
  font-family: lufga, sans-serif;
  font-size: 7rem;
  font-weight: 400;
}

.cases {
  z-index: 40;
  color: var(--white);
  text-align: center;
  margin-left: 18rem;
  margin-right: 18rem;
  font-family: lufga, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1;
  position: relative;
}

.form-block {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 5rem;
  margin-top: -9rem;
  margin-bottom: 20px;
  margin-left: 0;
  display: flex;
}

.form-2 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.month {
  color: var(--white);
  font-family: lufga, sans-serif;
  font-size: 5rem;
  display: none;
}

.bold-text-44 {
  font-weight: 300;
}

.month-01 {
  color: var(--white);
  font-family: lufga, sans-serif;
  font-size: 2rem;
  display: block;
}

.month-02, .month-03, .month-04, .month-05, .month-06 {
  color: var(--white);
  font-family: lufga, sans-serif;
  font-size: 2rem;
  display: none;
}

.subscription-plans {
  padding: 0;
}

.cell-two {
  justify-content: center;
  align-items: flex-end;
}

.fs_ranger_track-1 {
  background-color: #434554;
  border-radius: 50px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 4rem;
  display: flex;
  position: relative;
}

.fs_range_fill-1 {
  background-color: var(--green);
  border-radius: 50px;
  width: 5rem;
  height: 100%;
  position: absolute;
}

.fs_range_handle-1 {
  z-index: 50;
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  background-color: #00000045;
  border: 1px solid #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  display: flex;
  position: absolute;
}

.fs_rangeslider_display_value-1 {
  color: var(--white);
  font-family: lufga, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

.slider-2, .slider-1 {
  background-color: var(--black);
  border-radius: 83px;
  flex-flow: column;
  align-items: stretch;
  max-width: 100%;
  padding: 35px;
  display: flex;
}

.slider-cell-2 {
  justify-content: center;
  align-items: flex-end;
}

.pricing-wrap-slider2 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 60px;
  display: flex;
}

.price1, .price2 {
  color: var(--white);
  font-family: lufga, sans-serif;
  font-size: 2rem;
  display: block;
}

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

.text-block-7 {
  color: #494949;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  font-size: 1.8rem;
  display: flex;
}

.div-block-6 {
  background-image: url("https://cdn.prod.website-files.com/65c73cab42d05747958d759e/669625409905bd8ae27dfc41_Flag_of_India.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  width: 35px;
  max-width: none;
  height: 30px;
  max-height: none;
  margin-right: 10px;
}

.text-span-19 {
  z-index: 100;
  position: relative;
  top: auto;
}

.bold-text-45, .bold-text-46, .bold-text-47 {
  color: var(--green);
  font-weight: 500;
}

.bold-text-57, .bold-text-58, .bold-text-59, .bold-text-60, .bold-text-61, .bold-text-62, .bold-text-63, .bold-text-64, .bold-text-65, .bold-text-66 {
  font-weight: 500;
}

.bold-text-67 {
  font-weight: 500;
  line-height: 1;
}

.bold-text-68, .bold-text-69, .bold-text-70, .bold-text-71, .bold-text-72, .bold-text-73, .bold-text-74 {
  font-weight: 500;
}

.text-span-20 {
  color: var(--green);
  font-weight: 500;
}

.if-lib-rangeslider_wrapper {
  border-radius: .5rem;
  position: relative;
}

.if-lib-rangeslider_track {
  cursor: pointer;
  background-color: #424554;
  background-image: url("https://cdn.prod.website-files.com/65c73cab42d05747958d759e/6704049117a74c8542a4555b_Frame%20106.png");
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 3.46875rem;
  justify-content: space-around;
  align-items: center;
  height: 6.9rem;
  margin-top: 3.5rem;
  margin-bottom: 1.5rem;
  display: flex;
  position: relative;
}

.if-lib-rangeslider_trackfill {
  opacity: 1;
  background-color: #00b582;
  border-top-left-radius: 3.46875rem;
  border-bottom-left-radius: 3.46875rem;
  height: 111px;
  position: absolute;
  inset: 0% 50% 0% 25%;
}

.if-lib-rangeslider_handle {
  z-index: 1;
  background-color: #0000;
  background-image: url("https://cdn.prod.website-files.com/65c73cab42d05747958d759e/6703fd9a0806b1d104daf975_Ellipse%201192.png");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: .2rem;
  width: 8rem;
  height: 8rem;
  position: absolute;
  left: 25%;
}

.if-lib-rangeslider_handle:active {
  border-top: 1px solid #0000;
  box-shadow: 0 2px 5px #fff0;
}

.if-lib-rangeslider_handle.is-2 {
  left: 50%;
}

.if-lib-rangeslider_inputs {
  display: none;
}

.if-lib-rangeslider_display-value {
  color: #fff;
  font-family: lufga, sans-serif;
  font-size: 7rem;
  font-weight: 500;
  line-height: 1rem;
}

.if-lib-rangeslider_display-value.plan-price {
  font-size: 7rem;
}

.type_block {
  color: var(--white);
  justify-content: space-between;
  margin-top: 20px;
  font-family: lufga, sans-serif;
  font-size: 1.5rem;
  display: flex;
}

.plan_container {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  display: none;
}

.plan_container.none {
  display: none;
}

.form_plan {
  width: 100%;
  margin-bottom: 0;
}

.tab-link-tab-1 {
  color: var(--white);
  text-align: center;
  background-color: #ddd0;
  border-radius: 3.4rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 8rem;
  height: 8rem;
  padding: 0;
  font-family: lufga, sans-serif;
  font-size: 1.25rem;
  display: flex;
}

.tab-link-tab-1.w--current {
  color: var(--white);
  text-align: center;
  background-color: #c8c8c800;
  background-image: url("https://cdn.prod.website-files.com/65c73cab42d05747958d759e/6703fd9a0806b1d104daf975_Ellipse%201192.png");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  width: 8rem;
  height: 8rem;
  padding-left: 0;
  padding-right: 0;
  font-family: lufga, sans-serif;
  font-size: 1.25rem;
  display: flex;
}

.tabs-menu {
  background-color: var(--black);
  border-radius: 8rem;
  justify-content: space-between;
  margin-top: 40px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.title_price {
  color: var(--black);
  letter-spacing: -1px;
  text-transform: uppercase;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: lufga, sans-serif;
  font-size: 6rem;
  font-weight: 500;
  line-height: 1;
}

.plan-card {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: row;
  justify-content: space-between;
  display: flex;
  overflow: visible;
}

.hour.hours {
  margin-top: 0;
  margin-bottom: 0;
}

.hour.revenue-head {
  color: var(--green);
}

.super-small {
  font-size: .875rem;
}

.text-block-8 {
  color: var(--green);
  text-align: right;
  font-family: lufga, sans-serif;
  font-size: 1.3rem;
}

.superscript, .superscript-2, .superscript-3 {
  font-weight: 400;
}

.text-block-9 {
  font-size: 1rem;
  font-weight: 400;
}

.text-block-10, .text-block-11, .text-block-12, .text-block-13, .text-block-14 {
  font-size: 1rem;
}

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

.button-2 {
  background-color: var(--green);
  color: var(--white);
  text-align: center;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 170px;
  height: 50px;
  font-family: lufga, sans-serif;
  font-size: 1.25rem;
  display: flex;
}

.text-block-17 {
  color: var(--green);
  letter-spacing: -3px;
  margin-bottom: 20px;
  font-family: lufga, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 1;
}

.padding-global-1 {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 3%;
  padding-left: 3%;
  padding-right: 3%;
  display: block;
  overflow: hidden;
}

.padding-global-copy {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 0%;
  padding-left: 3%;
  padding-right: 3%;
  display: block;
  overflow: hidden;
}

.padding-global-02 {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 3%;
  padding-left: 3%;
  padding-right: 3%;
  display: none;
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  .operations_section-bg {
    background-size: cover;
  }

  .operations-flex-box {
    flex-direction: column;
    align-items: flex-start;
  }

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

  .button-arrow-box.green.none {
    display: none;
  }

  .circles-icon-box {
    max-width: 200px;
  }

  .challenges-flex-box {
    flex-flow: column;
  }

  .contact-sec-bg {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
  }

  .contact-heading {
    font-size: 5.5rem;
  }

  .contact-card-box {
    max-width: 300px;
  }

  .footer-low-flex {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-wrap: wrap;
  }

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

  .tabs_solutions {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: row;
    justify-content: space-between;
  }

  .tabs-menu_solution {
    max-width: none;
    margin-left: 0;
  }

  .tab-link-solution.w--current {
    width: 300px;
  }

  .tab-title {
    font-size: 1.5rem;
  }

  .tab-video {
    display: none;
  }

  .tab-content-head {
    font-size: 2rem;
  }

  .tab-paragraph {
    font-size: 1.25rem;
  }

  .tab-lnk-wrap {
    padding-right: 10px;
  }

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

  .roadmap-container {
    grid-row-gap: 40px;
    flex-direction: column;
    align-items: center;
  }

  .roadmap-icon-box {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 160px;
    margin-bottom: -14px;
    display: flex;
    transform: rotate(90deg);
  }

  .roadmap-line {
    max-width: 30px;
    margin-left: 0;
    margin-right: 0;
    position: relative;
    bottom: 2.5px;
  }

  .roadmap-process-box {
    min-width: auto;
    max-width: 400px;
  }

  .process-low-box {
    align-items: center;
  }

  .result-container {
    grid-row-gap: 40px;
    flex-direction: column;
    align-items: center;
  }

  .beneficiciary-box, .cost-due-box {
    max-width: 500px;
  }

  .cost-due-text {
    text-align: center;
    max-width: none;
  }

  .revenue-wrap {
    width: 100%;
    max-width: 500px;
  }

  .revenue-box {
    grid-row-gap: 20px;
    width: 100%;
    max-width: 500px;
  }

  .human-labour-box {
    grid-row-gap: 20px;
    max-width: 500px;
  }

  .ai-heading, .press-and-blog-heading {
    font-size: 4rem;
  }

  .blogs-wrap {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .blogs-wrap._2 {
    flex-direction: column-reverse;
  }

  .advisory-board-heading {
    font-size: 4rem;
  }

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

  .team-card._2 {
    background-position: -21%;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    padding-left: 182px;
  }

  .team-member-name {
    font-size: 3rem;
  }

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

  .pricing-wrap {
    flex-direction: column;
  }

  .plan-box.main {
    max-width: 600px;
  }

  .plan-price {
    font-size: 5rem;
  }

  .blog-post._2 {
    max-width: 628px;
  }

  .lottie-animation-2 {
    width: 100%;
    max-width: 300px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .z {
    padding-left: 20px;
    padding-right: 20px;
  }

  .pricing-wrap-slider1, .pricing-wrap-02, .pricing-wrap-slider2 {
    flex-direction: column;
  }

  .tab-link-tab-1 {
    font-size: 1rem;
  }

  .tab-link-tab-1.w--current {
    width: 100%;
    max-width: 20%;
    font-size: 1rem;
  }

  .title_price {
    font-size: 4rem;
  }

  .tab-link-5 {
    background-size: cover;
    font-size: 1rem;
  }

  .tab-link-5.w--current {
    width: 100%;
    max-width: 20%;
    font-size: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .section_hero {
    height: 70vh;
  }

  .operations_section-bg {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .operation-heading {
    font-size: 2.5rem;
  }

  .challenges-content-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: auto;
    padding-top: 60px;
    display: flex;
  }

  .challenges-content-box._3._5, .challenges-content-box._4, .challenges-content-box.communication-gap {
    margin-bottom: 0;
  }

  .challenges-content-box._1 {
    margin-top: 0;
  }

  .challenges-content-box._3._5, .challenges-content-box._4, .challenges-content-box.communication-gap {
    margin-bottom: 0;
  }

  .challenge-text-img, .challenge-text-img.approval_delays._7, .challenge-text-img.late-submission, .challenge-text-img.claim-rejection, .challenge-text-img.communicaton, .challenge-text-img._6, .challenge-text-img.approval_delays._7, .challenge-text-img.approval_delays._7, .challenge-text-img.late-submission, .challenge-text-img.claim-rejection, .challenge-text-img.communicaton, .challenge-text-img._6 {
    transform: none;
  }

  .contact-sec-bg {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
  }

  .send-message-button-box {
    margin-left: auto;
    margin-right: auto;
  }

  .footer-flex-top {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
  }

  .footer-low-flex {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column wrap;
    align-items: flex-start;
  }

  .solution_section_background {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .solutions-heading {
    font-size: 2.5rem;
  }

  .tabs_solutions {
    flex-direction: column;
  }

  .tab-link-solution.w--current {
    width: auto;
  }

  .why-settlemed-paragraph, .why-settlemed-paragraph._2, .why-settlemed-paragraph._2 {
    font-size: 2rem;
  }

  .payout-heading {
    font-size: 2.5rem;
  }

  .payout-border-line {
    margin-top: 40px;
  }

  .process-paragrpah.low {
    max-width: none;
  }

  .process-low-box {
    grid-row-gap: 40px;
    flex-direction: column;
    align-items: flex-start;
  }

  .beneficiciary-box {
    padding-left: 40px;
    padding-right: 40px;
  }

  .heading {
    font-size: 2.5rem;
  }

  .mediclaim-icon {
    max-width: 300px;
  }

  .cost-due-text {
    max-width: none;
  }

  .revenue-head {
    font-size: 2.5rem;
  }

  .revenue-text {
    font-size: 1.5rem;
  }

  .time-hour {
    font-size: 2.5rem;
  }

  .human-labour-text {
    font-size: 1.5rem;
  }

  .ai-tech-section-background {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .ai-heading {
    font-size: 2.5rem;
  }

  .ai-tech-para {
    margin-top: 60px;
  }

  .press-and-blog-heading, .advisory-board-heading {
    font-size: 2.5rem;
  }

  .team-member-name {
    font-size: 2rem;
  }

  .member-bio {
    font-size: 1.25rem;
  }

  .plan-box {
    padding-left: 20px;
    padding-right: 20px;
  }

  .plan-box.main {
    max-width: 450px;
  }

  .get-started-button.plan {
    width: 100%;
    max-width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .white-tick-bg {
    width: 60px;
    height: 60px;
  }

  .white-tick-bg.plan {
    width: 50px;
    height: 50px;
  }

  .green-tick {
    max-width: 30px;
  }

  .get-started-text {
    font-size: 2rem;
  }

  .get-started-button-arrow-box {
    max-width: 50px;
  }

  .blog-title {
    font-size: 2rem;
  }

  .if-lib-rangeslider_track, .if-lib-rangeslider_trackfill {
    height: 4rem;
  }

  .if-lib-rangeslider_handle {
    width: 4rem;
    height: 4rem;
  }

  .if-lib-rangeslider_display-value {
    font-size: 4rem;
  }

  .type_block {
    font-size: 1rem;
  }

  .tab-link-tab-1, .tab-link-tab-1.w--current {
    width: 5rem;
    height: 5rem;
    font-size: .75rem;
  }

  .tabs-menu {
    padding-left: 1rem;
    padding-right: 0;
  }

  .title_price {
    font-size: 2.5rem;
  }

  .tab-link-5 {
    background-size: cover;
    width: 5rem;
    height: 5rem;
    font-size: .75rem;
  }

  .tab-link-5.w--current {
    width: 5rem;
    height: 5rem;
    font-size: .75rem;
  }
}

@media screen and (max-width: 479px) {
  .padding-global {
    max-width: 100%;
    overflow: hidden;
  }

  .settlemed-logo-hero {
    vertical-align: baseline;
    order: 0;
    align-self: auto;
    max-width: 80%;
  }

  .section_container.hero {
    justify-content: space-between;
    align-items: stretch;
    padding-top: 20px;
    padding-bottom: 10px;
    overflow: hidden;
  }

  .section_container.challenges {
    width: 100%;
    max-width: 100%;
    height: 460px;
    padding-bottom: 20px;
    overflow: hidden;
  }

  .section_container.operation {
    padding-bottom: 10px;
    overflow: hidden;
  }

  .section_container.solutions {
    overflow: hidden;
  }

  .section_container.payout {
    max-width: 100%;
    padding-top: 20px;
    overflow: hidden;
  }

  .section_container.ai-tech {
    padding-top: 50px;
    padding-bottom: 20px;
  }

  .section_container.plan {
    flex-flow: column;
    padding-top: 50px;
    padding-bottom: 50px;
    display: flex;
  }

  .operations_section-bg {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .button-arrow-box {
    max-width: 80px;
    height: 60px;
  }

  .button-arrow-box.black {
    width: 100px;
    max-width: 90px;
    height: 60px;
  }

  .button-arrow-box.black-team {
    width: 80px;
    max-width: 80px;
    height: 60px;
  }

  .year_text {
    font-size: 1rem;
    font-weight: 300;
  }

  .social-links-container {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 30px;
  }

  .social-link, .social-link.footer, .social-link.footer {
    z-index: 50;
    position: relative;
  }

  .power-of-ai-text {
    text-align: left;
    font-weight: 300;
  }

  .section_challenges {
    flex-direction: column;
    align-items: flex-start;
    max-width: 100%;
    display: flex;
  }

  .challenges-flex-box {
    flex-direction: column;
    justify-content: center;
    width: 100%;
    overflow: visible;
  }

  .challenge-button-box {
    max-width: 100vw;
  }

  .challenges_heading {
    max-width: 100vw;
    font-size: 2.5rem;
    font-weight: 500;
  }

  .challenges-content-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 340px;
    max-width: 100%;
    height: auto;
    margin-top: 30px;
    margin-left: 0;
    margin-right: auto;
    padding-top: 0;
    display: flex;
    position: static;
    left: auto;
    right: auto;
  }

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

  .challenges-content-box.under-settle-claim, .challenges-content-box.late-submsion {
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    display: flex;
  }

  .challenges-content-box._1 {
    margin-top: 0;
    padding-left: 0;
  }

  .challenges-content-box._3._5 {
    justify-content: flex-start;
    align-items: center;
    width: 280px;
    margin-bottom: 0;
    display: flex;
  }

  .challenges-content-box._4 {
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    display: flex;
  }

  .challenges-content-box.claim-rejection {
    justify-content: flex-start;
    align-items: center;
    width: 100vw;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: relative;
    top: 0;
  }

  .challenges-content-box.under-settle-claim, .challenges-content-box.late-submsion {
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    display: flex;
  }

  .challenges-content-box.communication-gap {
    justify-content: flex-start;
    align-items: center;
    width: 280px;
    margin-bottom: 0;
    display: flex;
  }

  .challenge-text-img {
    width: 210px;
  }

  .challenge-text-img.approval_delays._7 {
    width: 160px;
    transform: none;
  }

  .challenge-text-img.late-submission {
    text-align: center;
    width: 220px;
    transform: none;
  }

  .challenge-text-img.claim-rejection {
    width: 160px;
    margin-top: 0;
    margin-left: 0;
    margin-right: auto;
    display: block;
    transform: none;
  }

  .challenge-text-img.communicaton {
    transform: none;
  }

  .challenge-text-img._5 {
    width: 270px;
    margin-left: 0;
    margin-right: auto;
  }

  .challenge-text-img._6 {
    width: 160px;
  }

  .section-container {
    padding-bottom: 50px;
  }

  .contact-sec-bg {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .contact-heading {
    font-size: 4.3rem;
  }

  .contact-card-box {
    max-width: 200px;
  }

  .contact-cad {
    max-width: 160px;
  }

  .form-flex {
    flex-direction: column;
  }

  .form-field-flex {
    margin-top: 0;
    margin-bottom: 50px;
  }

  .field-label {
    margin-bottom: 0;
  }

  .form-text-field {
    padding-top: 30px;
    padding-bottom: 25px;
  }

  .form-text-field::placeholder {
    font-size: 1.25rem;
  }

  .form-text-field.deatils {
    padding-top: 30px;
    padding-bottom: 25px;
  }

  .form-text-field.deatils::placeholder {
    font-size: 1.25rem;
  }

  .send-message-button-box {
    max-width: 500px;
    margin-top: 30px;
  }

  .footer-container {
    padding-top: 30px;
  }

  .footer-right-box {
    max-width: 500px;
  }

  .unit-text {
    font-size: 1.1rem;
    font-weight: 400;
  }

  .address_text {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 2rem;
    font-weight: 400;
  }

  .footer-email-box {
    margin-top: 30px;
  }

  .footer-email {
    margin-top: -10px;
  }

  .footer-email.new {
    margin-top: -20px;
  }

  .schedule-a-call-link-box {
    margin-top: 0;
  }

  .footer-form {
    width: 100vw;
    max-width: 95vw;
  }

  .footer-form-flex {
    margin-top: 10px;
  }

  .footer-low-flex {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    align-items: flex-start;
    margin-top: 50px;
  }

  .terms-and-conditions, .copyrights-link-text {
    letter-spacing: 0;
    font-size: 1rem;
    font-weight: 300;
  }

  .solution_section_background {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .solution_title {
    margin-bottom: 10px;
    font-weight: 300;
  }

  .solution-line {
    margin-top: 2rem;
    margin-bottom: 5rem;
  }

  .tabs_solutions, .tabs-menu_solution, .tab-paragraph {
    display: none;
  }

  .why-settlemed-container {
    padding-top: 0;
  }

  .why-settlemed-heading {
    margin-bottom: 30px;
  }

  .why-settlemed-paragraph, .payout-section-bg {
    overflow: hidden;
  }

  .payout-heading.green {
    margin-bottom: 20px;
  }

  .payout-border-line {
    margin-top: 30px;
    margin-bottom: 3rem;
  }

  .roadmap-container {
    grid-row-gap: 0px;
    justify-content: flex-end;
    align-items: center;
  }

  .roadmap-icon-box {
    justify-content: center;
    align-items: center;
    height: 300px;
    margin-bottom: -72px;
  }

  .roadmap-process-box._4 {
    width: 100%;
  }

  .process-low-box, .result-container {
    margin-top: 50px;
  }

  .beneficiciary-box {
    padding-left: 20px;
    padding-right: 20px;
  }

  .mediclaim-icon {
    max-width: 200px;
  }

  .revenue-text, .human-labour-text {
    font-size: 3rem;
  }

  .ai-tech-section-background {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .ai-tech-para {
    text-align: justify;
    margin-top: 30px;
    font-weight: 300;
  }

  .broken-line-blog {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .blogs-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .blogs-wrap._2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-top: 10px;
  }

  .advisory-board-container {
    padding-top: 30px;
    padding-bottom: 0;
  }

  .advisory-board-heading {
    letter-spacing: 0;
    font-family: lufga, sans-serif;
    font-size: 3rem;
    font-weight: 500;
  }

  .advisory-board-para {
    margin-top: 30px;
    font-weight: 300;
  }

  .team-container {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-top: 50px;
  }

  .team-card {
    background-position: -55% 0;
    background-size: contain;
    padding-left: 200px;
  }

  .team-card._2 {
    background-position: -21% 0;
    flex-flow: column;
    padding-left: 268px;
  }

  .team-card-content {
    padding-left: 10px;
    padding-right: 10px;
  }

  .team-card-content._2 {
    margin-left: -68px;
  }

  .team-member-name {
    font-size: 1.5rem;
  }

  .member-bio {
    font-size: 1rem;
  }

  .team-icon {
    max-width: 50px;
  }

  .team-arrow-box {
    justify-content: flex-end;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .team-right-box {
    max-width: 100%;
  }

  .plan-heading {
    font-size: 4rem;
    font-weight: 500;
  }

  .plan-heading.green {
    letter-spacing: 0;
    letter-spacing: 0;
    font-size: 2rem;
    font-weight: 400;
  }

  .plan-box {
    border-radius: 40px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .plan-box.main {
    background-color: #0000001c;
    width: 100%;
    max-width: 100%;
    margin-top: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .subscription-box {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px;
  }

  .white-tick {
    max-width: 15px;
  }

  .tick-bg {
    width: 30px;
    height: 30px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .subscripion-type {
    color: var(--black);
    font-size: 1.25rem;
  }

  .plan-price {
    font-size: 2rem;
  }

  .price-span {
    font-size: 1rem;
  }

  .month-text-span {
    font-size: 1rem;
    font-weight: 400;
  }

  .get-started-button.plan {
    max-width: none;
    margin-top: 5px;
    padding: 5px 20px 5px 5px;
  }

  .white-tick-bg {
    width: 40px;
    height: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .white-tick-bg.plan {
    width: 40px;
    height: 40px;
  }

  .green-tick {
    max-width: 15px;
  }

  .get-started-text {
    font-size: 1.125rem;
  }

  .get-started-button-arrow-box {
    display: none;
  }

  .button-arrow-gst {
    display: inline-block;
  }

  .blog-title {
    font-size: 1.5rem;
  }

  .ai-hand {
    max-width: 230px;
  }

  .button, .button.border-black, .button.border-black, .button-bg-1.black, .button-bg-1.black {
    height: 60px;
  }

  .button-bg-b {
    height: 60px;
    max-height: 60px;
  }

  .button-bg-b.tp {
    height: 60px;
  }

  .image {
    max-width: 150px;
  }

  .lottie-animation-2 {
    width: 200px;
  }

  .h3 {
    aspect-ratio: auto;
    color: #fff;
    font-family: lufga, sans-serif;
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 90%;
  }

  .x-folder3 {
    background-color: #f3f3f300;
  }

  .open-drop.w--open {
    background-color: #f5f5f400;
  }

  .drop {
    padding: 10px;
  }

  .drop-1 {
    justify-content: space-between;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .z {
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .drop-down {
    background-color: #fff0;
    border-top: 1px solid #fff;
    padding: 10px 0;
  }

  .drop-down:hover {
    background-color: #fff0;
  }

  .image-3 {
    width: 100%;
    max-width: 30px;
    margin-left: 20px;
    margin-right: 0;
    display: block;
  }

  .text-block {
    color: #fff;
    margin-bottom: 10px;
    font-family: Cabinetgrotesk, sans-serif;
    font-size: 1rem;
  }

  .image-4 {
    width: 100%;
    max-width: 30px;
    display: none;
  }

  .dd_wrapper {
    display: block;
  }

  .dd_block {
    flex-direction: column;
    align-items: stretch;
    display: flex;
  }

  .dd_top {
    cursor: pointer;
    justify-content: space-between;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
  }

  .image-5 {
    max-width: 30px;
    display: none;
  }

  .dd_bottom {
    align-items: flex-start;
    display: flex;
  }

  .paragraph-2 {
    color: #fff;
    text-align: justify;
    font-family: lufga, sans-serif;
    font-weight: 300;
  }

  .dropdown {
    width: 100%;
  }

  .dropdown-toggle {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .dropdown-list {
    background-color: #dddddd54;
  }

  .dropdown-list.w--open {
    background-color: #ddd0;
    position: relative;
  }

  .plan-box-02, .plan-box-copy, .slider-2, .slider-1 {
    border-radius: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-7 {
    margin-right: 10px;
    font-size: 1.3rem;
  }

  .bold-text-48, .bold-text-49, .bold-text-50, .bold-text-51, .bold-text-52, .bold-text-53, .bold-text-54, .bold-text-55, .bold-text-56 {
    font-weight: 400;
  }

  .plan_container {
    display: none;
  }

  .tab-link-tab-1 {
    text-align: center;
    width: 5rem;
    height: 4rem;
    line-height: .8rem;
  }

  .tab-link-tab-1.w--current {
    justify-content: center;
    align-items: center;
    width: 4rem;
    height: 4rem;
    line-height: .8rem;
  }

  .tabs-menu {
    background-image: none;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    padding: 0;
  }

  .title_price {
    color: var(--black);
  }

  .span_price {
    text-align: center;
    font-size: .75rem;
    display: block;
  }

  .tab-link-5 {
    text-align: center;
    line-height: .8rem;
  }

  .tab-link-5.w--current {
    line-height: .8rem;
  }

  .plan-card {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .super-small {
    font-size: .8rem;
  }

  .text-block-8 {
    color: var(--green);
    text-align: left;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
  }

  .superscript, .superscript-2, .superscript-3 {
    font-size: .9rem;
    font-weight: 400;
  }

  .text-block-9, .text-block-10 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .text-block-11, .text-block-12, .text-block-13 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
    display: flex;
  }

  .text-block-14 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .padding-global-1, .padding-global-copy {
    max-width: 100%;
    overflow: hidden;
  }

  .text-block-18, .text-block-19 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
    display: flex;
  }

  .padding-global-02 {
    max-width: 100%;
    overflow: hidden;
  }
}

#w-node-_5eb70a77-1597-f290-8d8b-5d9e7d820f4c-6f628df5 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  display: none;
}

#w-node-_5eb70a77-1597-f290-8d8b-5d9e7d820f70-6f628df5, #w-node-_5eb70a77-1597-f290-8d8b-5d9e7d820fa1-6f628df5 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_5eb70a77-1597-f290-8d8b-5d9e7d820faf-6f628df5 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  display: none;
}

#w-node-_5eb70a77-1597-f290-8d8b-5d9e7d820fc7-6f628df5, #w-node-_5eb70a77-1597-f290-8d8b-5d9e7d820fec-6f628df5 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}
