:root {
  --grey: #5e5e5e;
  --untitled-ui--gray900: #101828;
  --black: #1e1e1e;
  --white: white;
  --untitled-ui--color: white;
  --untitled-ui--gray50: #f9fafb;
  --untitled-ui--gray600: #475467;
}

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

.body {
  color: var(--grey);
  font-family: Open Sans, sans-serif;
  font-size: 24px;
  line-height: 32.68px;
}

.uui-heroheader06_image-01 {
  border: .25rem solid var(--untitled-ui--gray900);
  border-radius: .625rem;
  width: 48rem;
  min-width: 48rem;
  position: absolute;
  inset: 0% auto 0% 12%;
}

.uui-heroheader06_image-01.shadow-xxlarge.hide-mobile-landscape {
  border-style: none;
  border-radius: 0;
  left: 3%;
}

.uui-heroheader06_image-wrapper {
  height: 100%;
  min-height: 36rem;
  position: relative;
}

.uui-space-large {
  width: 100%;
  min-height: 3rem;
}

.uui-max-width-small {
  width: 100%;
  max-width: 30rem;
}

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

.uui-heading-xlarge {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 54px;
  line-height: 1;
}

.uui-heroheader06_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

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

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

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

.uui-section_heroheader06 {
  background-image: radial-gradient(circle closest-corner at 20%, #c8f4f0, #fffbfb);
  overflow: hidden;
}

.padding-global {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

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

.form-field {
  position: relative;
}

.contact-img {
  width: 1rem;
  height: 1rem;
  position: absolute;
  inset: 33% auto 0% 5%;
}

.form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-field {
  border: 1px #000;
  border-radius: 10px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 40px;
  font-size: 18px;
}

.submit-button {
  color: var(--white);
  text-transform: uppercase;
  background-color: #55ad9b;
  border-radius: 10px;
  font-weight: 300;
}

.greenish-text {
  color: #55ad9b;
  font-size: 18px;
  line-height: 24.51px;
}

.greenish-text._24px {
  font-size: 24px;
  line-height: 32.68px;
}

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

.stats-section {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.stats-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.stats-card {
  border: 1px solid var(--white);
  background-color: #55ad9b;
  border-radius: 10px;
  padding: 40px 40px 20px;
  display: inline-block;
  position: relative;
}

.stats-card.blue {
  background-color: #6ad4dd;
}

.stats-card.bg-alternate {
  background-color: #5dcfc6;
}

.stats-img-wrapper {
  background-color: var(--white);
  border: 2px solid #5dcfc6;
  border-radius: 100%;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  display: flex;
  position: absolute;
  inset: -20% 0% auto 35%;
  box-shadow: 0 5px 5px #0003;
}

.text-block {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  font-size: 44px;
  line-height: 59.92px;
}

.text-span {
  font-size: 70px;
  font-weight: 700;
  line-height: 95.33px;
}

.text-span-2 {
  color: var(--black);
  margin-top: 10px;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
}

.why-us-section {
  background-image: url('../images/Rectangle-10.png');
  background-position: 50%;
  background-size: cover;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.why-us-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-align-center {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-style-h2 {
  color: var(--black);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 44px;
  line-height: 59.92px;
}

.paragraph {
  margin-bottom: 0;
}

.why-us-image-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.why-us-text-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.spacer-medium {
  width: 100%;
  padding-top: 2rem;
}

.img1 {
  z-index: 1;
  border-radius: 14px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.img2 {
  z-index: 1;
  border-radius: 14px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.image {
  z-index: 0;
  position: absolute;
}

.heading-style-h3 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 34px;
  font-weight: 600;
  line-height: 46.3px;
}

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

.text-field-2 {
  border: 2px solid #c5f2e9;
  border-radius: 10px;
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 30px;
}

.submit-button-2 {
  text-transform: uppercase;
  background-color: #55ad9b;
  border-radius: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
  font-weight: 300;
  position: absolute;
  inset: 0% 1% 0% auto;
}

.features-section {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.img3 {
  z-index: 1;
  border-radius: 14px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.img4 {
  z-index: 1;
  border-radius: 14px;
  position: absolute;
  inset: auto -10% -8% auto;
}

.features-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.features-list-item {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  align-items: center;
  display: flex;
}

.image-2 {
  width: .8rem;
}

.text-block-2 {
  font-size: 20px;
  line-height: 27.2px;
}

.footer {
  background-image: url('../images/Rectangle-11.png');
  background-position: 50%;
  background-size: cover;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.heading-style-h4 {
  color: var(--black);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 34px;
  line-height: 46.3px;
}

.paragraph-20px {
  margin-bottom: 0;
  font-size: 20px;
  line-height: 27.24px;
}

.overflow {
  z-index: 1000;
  background-color: #000000a8;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.contact-us-wrapper-overlfow {
  opacity: .8;
  background-color: #d9d9d9;
  border-radius: 10px;
  padding: 40px;
  position: relative;
}

.div-block-3 {
  cursor: pointer;
  padding: 0 10px 5px;
  display: inline-block;
  position: absolute;
  inset: 0% 0% auto auto;
}

.text-block-3 {
  color: var(--black);
}

.texta-align-left {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-2 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 600;
  line-height: 40.85px;
}

@media screen and (min-width: 1280px) {
  .uui-heading-xlarge {
    line-height: .8;
  }

  .why-us-section {
    background-image: url('../images/Rectangle-10.png');
    background-position: 50%;
    background-size: cover;
  }

  .why-us-wrapper {
    grid-auto-columns: 1fr;
  }

  .text-align-center {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .paragraph {
    margin-bottom: 0;
  }

  .why-us-image-wrapper {
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
  }

  .image {
    z-index: 0;
  }

  .text-field-2 {
    border: 2px solid #c5f2e9;
    border-radius: 10px;
    font-size: 24px;
  }

  .paragraph-20px {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1440px) {
  .img4 {
    right: -3%;
  }
}

@media screen and (max-width: 991px) {
  .uui-heroheader06_image-01 {
    max-width: 32rem;
  }

  .uui-space-large {
    min-height: 2.5rem;
  }

  .uui-heroheader06_component {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

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

  .stats-wrapper {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    max-width: 60%;
  }

  .stats-img-wrapper {
    left: 40%;
  }

  .why-us-wrapper {
    grid-template-columns: 1fr;
  }

  .why-us-wrapper.reverse {
    flex-flow: column-reverse wrap;
    display: flex;
  }

  .img4 {
    right: 0%;
  }

  .heading-style-h4 {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .body {
    font-size: 18px;
    line-height: 24.51px;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .uui-heroheader06_image-wrapper {
    justify-content: center;
    align-items: flex-start;
    height: 22rem;
    min-height: auto;
    display: none;
  }

  .uui-space-large {
    min-height: 2rem;
  }

  .uui-text-size-xlarge {
    color: #000;
    font-size: 1.125rem;
  }

  .uui-space-small {
    min-height: 1.25rem;
  }

  .uui-heading-xlarge {
    font-size: 40px;
  }

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

  .uui-page-padding {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .contact-us-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .contact-img {
    left: 3%;
  }

  .form {
    grid-template-columns: 1fr;
  }

  .text-field {
    border-style: solid;
    border-color: #55ad9b;
  }

  .greenish-text._24px {
    font-size: 18px;
    line-height: 24.51px;
  }

  .stats-wrapper {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-style-h2 {
    font-size: 30px;
    line-height: 40.85px;
  }

  .why-us-image-wrapper {
    width: 100%;
    height: 100%;
  }

  .text-block-2 {
    font-size: 18px;
    line-height: 24.51px;
  }

  .heading-style-h4 {
    font-size: 24px;
    line-height: 32.68px;
  }

  .paragraph-20px {
    text-align: center;
    font-size: 18px;
    line-height: 24.51px;
  }

  .div-block {
    background-image: url('../images/hh.jpeg');
    background-position: 50%;
    background-size: cover;
    padding-top: 10rem;
  }

  .div-block-2 {
    background-color: #fff9;
    padding: 20px;
  }

  .contact-us-wrapper-overlfow {
    width: 90%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media screen and (max-width: 479px) {
  .uui-heroheader06_image-wrapper {
    height: 16rem;
  }

  .uui-heading-xlarge {
    font-size: 30px;
  }

  .uui-heroheader06_component {
    grid-template-columns: 1fr;
  }

  .stats-card {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-span-2 {
    font-size: 24px;
    line-height: 27.82px;
  }

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

  .heading-style-h2 {
    font-size: 28px;
  }

  .img1, .img2 {
    width: 70%;
  }

  .text-field-2, .submit-button-2 {
    font-size: 14px;
  }

  .img3, .img4 {
    width: 60%;
  }

  .paragraph-20px {
    text-align: center;
  }
}


