.navbar-navbar {
  width: 100%;
  display: flex;
  position: relative;
  max-width: 1200px;
  align-items: flex-start;
  padding-top: var(--dl-space-space-twounits);
  padding-left: var(--dl-space-space-unit);
  padding-right: var(--dl-space-space-unit);
  flex-direction: row;
  padding-bottom: var(--dl-space-space-twounits);
  justify-content: space-between;
}
.navbar-desktop {
  flex: 1;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
.navbar-container {
  flex: 0 0 auto;
  width: auto;
  height: auto;
  display: flex;
  align-items: space-between;
  flex-direction: column;
}
.navbar-image {
  width: 200px;
  object-fit: cover;
}
.navbar-link {
  text-decoration: none;
  background-color: #ADE2DF;
}
.navbar-mobile {
  gap: var(--dl-space-space-fourunits);
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100vh;
  display: flex;
  padding: var(--dl-space-space-threeunits);
  z-index: 200;
  position: fixed;
  transform: translateX(100%);
  transition: 0.3s;
  align-items: flex-start;
  flex-direction: column;
  background-color: #ffffff;
}
.navbar-top {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
.navbar-image1 {
  width: 150px;
  object-fit: cover;
}
.navbar-icon {
  width: 28px;
  height: 28px;
}
.navbar-links {
  gap: var(--dl-space-space-halfunit);
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
.navbar-navlink {
  text-decoration: none;
}
.navbar-navlink1 {
  text-decoration: none;
}
.navbar-navlink2 {
  text-decoration: none;
}
.navbar-navlink3 {
  text-decoration: none;
}
.navbar-buttons {
  gap: var(--dl-space-space-halfunit);
  width: 100%;
  display: flex;
  align-items: flex-start;
  padding-top: var(--dl-space-space-unit);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-unit);
  justify-content: center;
}
.navbar-navlink4 {
  display: contents;
}
.navbar-btn {
  width: 100%;
  display: flex;
  padding: var(--dl-space-space-unit);
  align-items: center;
  border-radius: var(--dl-radius-radius-radius8);
  flex-direction: column;
  justify-content: center;
  text-decoration: none;
  background-color: #ADE2DF;
}
.navbar-text {
  font-style: normal;
  font-weight: 500;
}
.navbar-navlink5 {
  display: contents;
}
.navbar-btn1 {
  width: 100%;
  display: flex;
  padding: var(--dl-space-space-unit);
  align-items: center;
  border-radius: var(--dl-radius-radius-radius8);
  flex-direction: column;
  justify-content: center;
  text-decoration: none;
  background-color: #ADE2DF;
}
.navbar-text1 {
  font-style: normal;
  font-weight: 500;
}
.navbar-container2 {
  display: contents;
}
@media(max-width: 991px) {
  .navbar-navbar {
    align-items: center;
    padding-left: var(--dl-space-space-oneandhalfunits);
    padding-right: var(--dl-space-space-oneandhalfunits);
  }
}
@media(max-width: 767px) {
  .navbar-navbar {
    align-items: center;
  }
  .navbar-mobile {
    padding-top: var(--dl-space-space-twounits);
    padding-left: var(--dl-space-space-oneandhalfunits);
    padding-right: var(--dl-space-space-oneandhalfunits);
    padding-bottom: var(--dl-space-space-twounits);
  }
}

.quote-quote {
  gap: var(--dl-space-space-oneandhalfunits);
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: column;
}
.quote-quote1 {
  display: flex;
  align-items: center;
  text-overflow: ellipsis;
  flex-direction: column;
}
.quote-quote2 {
  font-size: 32px;
  font-style: italic;
  text-align: center;
  font-family: Poppins;
  font-weight: 400;
  line-height: 48px;
}
.quote-people {
  gap: var(--dl-space-space-sixunits);
  cursor: pointer;
  display: flex;
  align-items: center;
  flex-direction: row;
}
.quote-person {
  gap: var(--dl-space-space-unit);
  display: flex;
  align-items: center;
  flex-direction: row;
}
.quote-avatar {
  width: 55px;
  height: 55px;
  border-radius: var(--dl-radius-radius-round);
}
.quote-person-details {
  gap: var(--dl-space-space-halfunit);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.quote-text {
  font-style: normal;
  font-weight: 600;
}



@media(max-width: 767px) {
  .quote-quote2 {
    font-size: 24px;
    margin-top: var(--dl-space-space-twounits);
    line-height: 36px;
  }
  .quote-person {
    flex-direction: column;
  }
  .quote-person-details {
    align-items: center;
  }
}

.footer-footer {
  gap: var(--dl-space-space-threeunits);
  color: white;
  width: 100%;
  display: flex;
  position: relative;
  align-items: center;
  padding-top: var(--dl-space-space-sixunits);
  padding-left: var(--dl-space-space-fiveunits);
  padding-right: var(--dl-space-space-fiveunits);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-sixunits);
  background-color: #000000;
}
.footer-content {
  width: 100%;
  display: flex;
  max-width: 1200px;
  align-items: flex-start;
  flex-direction: row;
  justify-content: space-between;
}
.footer-information {
  gap: var(--dl-space-space-unit);
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.footer-heading {
  gap: var(--dl-space-space-unit);
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  max-width: 265px;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
.footer-image {
  width: 200px;
  object-fit: cover;
}
.footer-text {
  font-size: 14px;
  font-family: Poppins;
  line-height: 21px;
}
.footer-links {
  gap: var(--dl-space-space-fiveunits);
  border: 2px dashed rgba(120, 120, 120, 0.4);
  display: flex;
  z-index: 15;
  align-items: flex-start;
  flex-direction: row;
  justify-content: center;
}
.footer-text1 {
  color: #C4C4C4;
  width: 100%;
  font-size: 14px;
  max-width: 1200px;
  line-height: 21px;
}
@media(max-width: 991px) {
  .footer-footer {
    padding-top: var(--dl-space-space-fourunits);
    padding-left: var(--dl-space-space-threeunits);
    padding-right: var(--dl-space-space-threeunits);
    padding-bottom: var(--dl-space-space-fourunits);
  }
}
@media(max-width: 767px) {
  .footer-footer {
    gap: var(--dl-space-space-twounits);
  }
  .footer-content {
    gap: var(--dl-space-space-threeunits);
    flex-direction: column;
    justify-content: flex-start;
  }
  .footer-information {
    gap: var(--dl-space-space-oneandhalfunits);
  }
  .footer-heading {
    gap: var(--dl-space-space-halfunit);
  }
  .footer-text {
    font-size: 12px;
    line-height: 18px;
  }
  .footer-links {
    gap: var(--dl-space-space-oneandhalfunits);
    width: 100%;
    flex-direction: column;
  }
}
@media(max-width: 479px) {
  .footer-links {
    width: 100%;
    flex-direction: column;
  }
}

.home-container {
  width: 100%;
  display: flex;
  min-height: 100vh;
  overflow-x: hidden;
  align-items: center;
  flex-direction: column;
}
.home-header {
  width: 100%;
  height: 623px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.home-heading {
  width: 100%;
  height: 175px;
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: column;
}
.home-hero {
  width: 100%;
  height: 427px;
  display: flex;
  position: relative;
  max-width: 1200px;
  align-items: center;
  padding-left: var(--dl-space-space-oneandhalfunits);
  padding-right: var(--dl-space-space-oneandhalfunits);
  flex-direction: row;
  justify-content: space-between;
}
.home-content {
  gap: var(--dl-space-space-oneandhalfunits);
  flex: 0.5;
  height: fit-content;
  display: flex;
  z-index: 20;
  align-items: flex-start;
  padding-top: var(--dl-space-space-twounits);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-twounits);
  justify-content: center;
}
.home-title {
  height: 100%;
  font-size: 45px;
  font-style: normal;
  font-family: "Poppins";
  font-weight: 600;
  line-height: 76px;
}
.home-container01 {
  flex: 0 0 auto;
  width: 557px;
  height: 100px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.home-title1 {
  height: 122px;
  font-size: 30px;
  font-family: "Poppins";
  font-weight: 600;
  line-height: 50px;
}
.home-caption {
  font-size: 18px;
  font-style: normal;
  font-family: "Poppins";
  font-weight: 400;
  line-height: 30px;
}
.home-content-form {
  gap: var(--dl-space-space-oneandhalfunits);
  flex: 0.5;
  display: flex;
  z-index: 20;
  align-items: flex-start;
  padding-top: var(--dl-space-space-twounits);
  padding-left: var(--dl-space-space-unit);
  padding-right: var(--dl-space-space-unit);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-twounits);
  justify-content: center;
}
.home-container02 {
  height: 422px;
  align-self: center;
  border-color: var(--dl-color-gray-900);
  border-style: dotted;
  border-width: 3px;
  border-radius: var(--dl-radius-radius-radius8);
}
.home-container03 {
  display: contents;
}
.home-container04 {
  flex: 0 0 auto;
  width: 1128px;
  height: 100px;
  display: flex;
  position: relative;
  margin-top: var(--dl-space-space-twounits);
  align-items: flex-start;
  margin-bottom: var(--dl-space-space-unit);
}
.home-text06 {
  top: 32px;
  left: 0px;
  right: 0px;
  margin: auto;
  position: absolute;
  font-size: 40px;
  align-self: center;
  font-style: normal;
  font-family: "Poppins";
  font-weight: 600;
}
.home-container05 {
  width: 1303px;
  height: auto;
  display: flex;
  align-items: center;
  flex-direction: row;
  padding-bottom: var(--dl-space-space-twounits);
  justify-content: flex-start;
}
.home-container06 {
  width: 50%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  padding-left: 2px;
  padding-right: 2px;
  flex-direction: column;
  justify-content: flex-start;
}
.home-container07 {
  flex: 0 0 auto;
  width: 100%;
  height: 331px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.home-slider {
  width: 500px;
  height: 300px;
  display: inline-block;
}
.home-slider-slide {
  display: flex;
  border-radius: var(--dl-radius-radius-radius8);
  background-size: cover;
  background-image: url("public/dsc08032-400h.jpg");
}
.home-slider-slide01 {
  display: flex;
  border-radius: var(--dl-radius-radius-radius8);
  background-size: cover;
  background-image: url("public/dsc08034-edit-400h.jpg");
}
.home-slider-slide02 {
  display: flex;
  border-color: var(--dl-color-gray-black);
  border-width: 1px;
  border-radius: var(--dl-radius-radius-radius8);
  background-size: cover;
  background-image: url("public/dsc08007-edit-400h.jpg");
}
.home-slider-slide03 {
  display: flex;
  border-color: var(--dl-color-gray-black);
  border-width: 1px;
  border-radius: var(--dl-radius-radius-radius8);
  background-size: cover;
  background-image: url("public/dsc08029-edit-400h.jpg");
}
.home-slider-slide04 {
  display: flex;
  border-color: var(--dl-color-gray-black);
  border-width: 1px;
  border-radius: var(--dl-radius-radius-radius8);
  background-size: cover;
  background-image: url("public/dsc08031-edit-400h.jpg");
}
.home-slider-slide05 {
  display: flex;
  border-color: var(--dl-color-gray-black);
  border-width: 1px;
  border-radius: var(--dl-radius-radius-radius8);
  background-size: cover;
  background-image: url("public/dsc08039-edit-400h.jpg");
}
.home-slider-slide06 {
  display: flex;
  border-color: var(--dl-color-gray-black);
  border-width: 1px;
  border-radius: var(--dl-radius-radius-radius8);
  background-size: cover;
  background-image: url("public/dsc08036-edit-400h.jpg");
}
.home-slider-slide07 {
  display: flex;
  border-color: var(--dl-color-gray-black);
  border-width: 1px;
  border-radius: var(--dl-radius-radius-radius8);
  background-size: cover;
  background-image: url("public/dsc08040-edit-400h.jpg");
}
.home-slider-slide08 {
  display: flex;
  border-color: var(--dl-color-gray-black);
  border-width: 1px;
  border-radius: var(--dl-radius-radius-radius8);
  background-size: cover;
  background-image: url("public/dsc08041-edit-400h.jpg");
}
.home-slider-slide09 {
  display: flex;
  border-color: var(--dl-color-gray-black);
  border-width: 1px;
  border-radius: var(--dl-radius-radius-radius8);
  background-size: cover;
  background-image: url("public/dsc08042-edit-400h.jpg");
}
.home-slider-slide10 {
  display: flex;
  border-color: var(--dl-color-gray-black);
  border-width: 1px;
  border-radius: var(--dl-radius-radius-radius8);
  background-size: cover;
  background-image: url("public/dsc08043-edit-400h.jpg");
}
.home-slider-slide11 {
  display: flex;
  border-color: var(--dl-color-gray-black);
  border-width: 1px;
  border-radius: var(--dl-radius-radius-radius8);
  background-size: cover;
  background-image: url("public/dsc08013-edit-400h.jpg");
}
.home-slider-pagination {
  display: block;
}
.home-container08 {
  width: 100%;
  height: 39px;
  display: flex;
  align-items: flex-start;
  padding-left: var(--dl-space-space-threeunits);
  flex-direction: column;
}
.home-text07 {
  align-self: center;
  font-family: "Poppins";
}
.home-container09 {
  width: 100%;
  height: 34px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.home-text08 {
  align-self: center;
  font-family: "Poppins";
}
.home-container10 {
  flex: 0 0 auto;
  width: auto;
  height: 100px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.home-container11 {
  flex: 0 0 auto;
  width: auto;
  height: 100px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.home-container12 {
  flex: 0 0 auto;
  width: 176px;
  height: 100%;
  display: flex;
  position: relative;
  align-items: flex-start;
  border-color: #c3c1c1;
  border-style: dotted;
  border-width: 1px;
  flex-direction: column;
  border-top-width: 2px;
  border-left-width: 0px;
  border-right-width: 2px;
  border-bottom-width: 2px;
}
.home-text09 {
  top: var(--dl-space-space-twounits);
  left: 22px;
  right: var(--dl-space-space-halfunit);
  bottom: var(--dl-space-space-twounits);
  position: absolute;
  align-self: center;
  font-family: "Poppins";
}
.home-container13 {
  flex: 0 0 auto;
  width: 246px;
  height: 100%;
  display: flex;
  position: relative;
  align-items: flex-start;
  border-color: #c3c1c1;
  border-style: dotted;
  border-width: 1px;
  flex-direction: column;
  border-top-width: 2px;
  border-left-width: 0px;
  border-right-width: 2px;
  border-bottom-width: 2px;
}
.home-text10 {
  top: var(--dl-space-space-twounits);
  left: var(--dl-space-space-twounits);
  right: var(--dl-space-space-twounits);
  bottom: var(--dl-space-space-twounits);
  position: absolute;
  align-self: center;
  font-family: "Poppins";
}
.home-container14 {
  flex: 0 0 auto;
  width: 179px;
  height: 100px;
  display: flex;
  position: relative;
  align-items: flex-start;
  border-color: #c3c1c1;
  border-style: dotted;
  border-width: 1px;
  flex-direction: column;
  border-top-width: 2px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 2px;
}
.home-text11 {
  top: var(--dl-space-space-twounits);
  left: var(--dl-space-space-twounits);
  right: var(--dl-space-space-twounits);
  bottom: var(--dl-space-space-twounits);
  position: absolute;
  align-self: center;
  font-family: "Poppins";
}
.home-container15 {
  width: 50%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  padding-left: 4px;
  padding-right: 4px;
  flex-direction: column;
  justify-content: flex-start;
}
.home-container16 {
  flex: 0 0 auto;
  width: 100%;
  height: 329px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.home-slider1 {
  width: 500px;
  height: 300px;
  display: inline-block;
}
.home-slider-slide12 {
  display: flex;
  border-radius: var(--dl-radius-radius-radius8);
  background-size: cover;
  background-image: url("public/coming-soon-label-web-banner-260nw-1866681289-500w.webp");
}
.home-slider-pagination1 {
  display: block;
}
.home-container17 {
  width: 100%;
  height: 44px;
  display: flex;
  align-items: flex-start;
  padding-left: var(--dl-space-space-threeunits);
  flex-direction: column;
  padding-bottom: 5px;
}
.home-text12 {
  align-self: center;
  font-family: "Poppins";
}
.home-container18 {
  width: 100%;
  height: 33px;
  display: flex;
  align-items: flex-start;
  padding-left: var(--dl-space-space-threeunits);
  flex-direction: column;
}
.home-text13 {
  align-self: center;
  font-family: "Poppins";
  padding-left: 2px;
}
.home-container19 {
  flex: 0 0 auto;
  width: auto;
  height: 95px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.home-container20 {
  flex: 0 0 auto;
  width: auto;
  height: 95px;
  display: flex;
  align-self: flex-start;
  align-items: center;
  justify-content: flex-start;
}
.home-container21 {
  width: 217px;
  height: 100px;
  display: flex;
  position: relative;
  align-items: flex-start;
  border-color: #c3c1c1;
  border-style: dotted;
  border-width: 1px;
  flex-direction: column;
  justify-content: flex-start;
  border-top-width: 2px;
  border-left-width: 0px;
  border-right-width: 2px;
  border-bottom-width: 2px;
}
.home-text14 {
  top: var(--dl-space-space-twounits);
  left: var(--dl-space-space-twounits);
  right: var(--dl-space-space-twounits);
  bottom: var(--dl-space-space-twounits);
  position: absolute;
  align-self: center;
  font-family: "Poppins";
}
.home-container22 {
  flex: 0 0 auto;
  width: 233px;
  height: 100px;
  display: flex;
  position: relative;
  align-items: flex-start;
  border-color: #c3c1c1;
  border-style: dotted;
  border-width: 1px;
  flex-direction: column;
  border-top-width: 2px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 2px;
}
.home-text15 {
  top: var(--dl-space-space-twounits);
  left: var(--dl-space-space-twounits);
  right: var(--dl-space-space-twounits);
  bottom: var(--dl-space-space-twounits);
  position: absolute;
  align-self: center;
  font-family: "Poppins";
}
.home-container23 {
  flex: 0 0 auto;
  width: 168px;
  height: 100px;
  display: flex;
  position: relative;
  align-items: flex-start;
  border-color: #c3c1c1;
  border-style: dotted;
  border-width: 1px;
  flex-direction: column;
  border-top-width: 2px;
  border-left-width: 2px;
  border-right-width: 0px;
  border-bottom-width: 2px;
}
.home-text16 {
  top: var(--dl-space-space-twounits);
  left: var(--dl-space-space-twounits);
  right: var(--dl-space-space-twounits);
  bottom: var(--dl-space-space-twounits);
  position: absolute;
  align-self: center;
  font-family: "Poppins";
}
.home-stats {
  width: 100%;
  display: flex;
  z-index: 10;
  max-width: 1200px;
  align-items: center;
  padding-top: var(--dl-space-space-threeunits);
  padding-left: var(--dl-space-space-oneandhalfunits);
  padding-right: var(--dl-space-space-oneandhalfunits);
  flex-direction: row;
  padding-bottom: var(--dl-space-space-twounits);
  justify-content: center;
}
.home-stat {
  gap: var(--dl-space-space-oneandhalfunits);
  display: flex;
  align-items: center;
  border-color: #DBDBDB;
  padding-left: var(--dl-space-space-threeunits);
  padding-right: var(--dl-space-space-threeunits);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-fiveunits);
  justify-content: center;
  border-right-width: 1px;
  border-bottom-width: 1px;
}
.home-caption1 {
  font-size: 40px;
  font-style: normal;
  font-family: "Poppins";
  font-weight: 600;
  line-height: 56px;
}
.home-description {
  width: 100%;
  font-size: 18px;
  max-width: 350px;
  text-align: center;
  font-family: "Poppins";
  line-height: 27px;
}
.home-stat1 {
  gap: var(--dl-space-space-oneandhalfunits);
  display: flex;
  align-items: center;
  border-color: #DBDBDB;
  padding-left: var(--dl-space-space-threeunits);
  padding-right: var(--dl-space-space-threeunits);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-fiveunits);
  justify-content: center;
  border-bottom-width: 1px;
}
.home-caption2 {
  font-size: 40px;
  font-style: normal;
  font-family: "Poppins";
  font-weight: 600;
  line-height: 56px;
}
.home-description1 {
  width: 100%;
  font-size: 18px;
  max-width: 350px;
  text-align: center;
  font-family: "Poppins";
  line-height: 27px;
}
.home-stat2 {
  gap: var(--dl-space-space-oneandhalfunits);
  display: flex;
  align-items: center;
  border-color: #DBDBDB;
  padding-left: var(--dl-space-space-threeunits);
  padding-right: var(--dl-space-space-threeunits);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-fiveunits);
  justify-content: center;
  border-left-width: 1px;
  border-bottom-width: 1px;
}
.home-caption3 {
  font-size: 40px;
  font-style: normal;
  font-family: "Poppins";
  font-weight: 600;
  line-height: 56px;
}
.home-description2 {
  width: 100%;
  font-size: 18px;
  max-width: 350px;
  text-align: center;
  font-family: "Poppins";
  line-height: 27px;
}
.home-sections {
  width: 100%;
  display: flex;
  max-width: 1200px;
  align-items: center;
  padding-left: var(--dl-space-space-oneandhalfunits);
  padding-right: var(--dl-space-space-oneandhalfunits);
  flex-direction: column;
}
.home-section {
  gap: var(--dl-space-space-sixunits);
  width: 100%;
  display: flex;
  z-index: 10;
  align-items: center;
  padding-top: var(--dl-space-space-unit);
  flex-direction: row;
  justify-content: center;
}
.home-container24 {
  width: 1168px;
  height: auto;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.home-heading1 {
  font-size: 40px;
  max-width: 535px;
  font-style: normal;
  font-family: "Poppins";
  font-weight: 600;
  line-height: 56px;
  margin-bottom: var(--dl-space-space-halfunit);
  flex-direction: column;
}
.home-highlight {
  gap: var(--dl-space-space-halfunit);
  display: flex;
  position: relative;
  align-items: flex-start;
  margin-bottom: var(--dl-space-space-halfunit);
  flex-direction: column;
  justify-content: center;
}
.home-text19 {
  font-size: 18px;
  max-width: 535px;
  align-self: center;
  font-style: normal;
  font-family: Poppins;
  font-weight: 600;
  line-height: 24px;
}
.home-text20 {
  font-size: 18px;
  max-width: 535px;
  font-family: "Poppins";
  line-height: 26px;
}
.home-content1 {
  gap: var(--dl-space-space-oneandhalfunits);
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.home-container25 {
  flex: 0 0 auto;
  width: 479px;
  display: flex;
  margin-top: var(--dl-space-space-unit);
  align-items: flex-start;
  flex-direction: column;
}
.home-text24 {
  font-size: 18px;
  max-width: 535px;
  align-self: center;
  font-style: normal;
  font-family: Poppins;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: var(--dl-space-space-halfunit);
}
.home-text25 {
  font-size: 18px;
  max-width: 535px;
  font-family: "Poppins";
  line-height: 26px;
}
.home-section1 {
  gap: var(--dl-space-space-sixunits);
  width: 100%;
  display: flex;
  z-index: 10;
  align-items: center;
  padding-top: var(--dl-space-space-fourunits);
  flex-direction: row;
  justify-content: center;
}
.home-content2 {
  gap: var(--dl-space-space-oneandhalfunits);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
.home-heading2 {
  gap: var(--dl-space-space-unit);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
.home-text28 {
  font-size: 40px;
  max-width: 535px;
  font-style: normal;
  font-family: "Poppins";
  font-weight: 600;
  line-height: 56px;
}
.home-text29 {
  font-size: 18px;
  max-width: 535px;
  font-family: "Poppins";
  line-height: 27px;
}
.home-content3 {
  gap: var(--dl-space-space-threeunits);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
.home-link {
  display: contents;
}
.home-get-started {
  width: 523px;
  display: flex;
  align-self: center;
  transition: 0.3s;
  align-items: flex-start;
  padding-top: var(--dl-space-space-oneandhalfunits);
  padding-left: var(--dl-space-space-twounits);
  border-radius: var(--dl-radius-radius-radius8);
  padding-right: var(--dl-space-space-twounits);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-oneandhalfunits);
  justify-content: flex-start;
  text-decoration: none;
  background-color: #ADE2DF;
}
.home-get-started:hover {
  background-color: rgba(173, 226, 223, 0.5);
}
.home-sign-up {
  align-self: center;
  font-style: normal;
  font-weight: 500;
}
.home-section2 {
  gap: var(--dl-space-space-sixunits);
  width: 100%;
  display: flex;
  z-index: 10;
  margin-top: var(--dl-space-space-oneandhalfunits);
  align-items: flex-start;
  padding-top: 5px;
  border-color: var(--dl-color-gray-900);
  border-style: dotted;
  border-width: 2px;
  flex-direction: row;
  padding-bottom: var(--dl-space-space-oneandhalfunits);
  justify-content: center;
  border-top-width: 3px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 3px;
}
.home-container26 {
  flex: 0 0 auto;
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.home-container27 {
  flex: 0 0 auto;
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.home-content4 {
  gap: var(--dl-space-space-oneandhalfunits);
  display: flex;
  margin-top: var(--dl-space-space-twounits);
  align-items: flex-start;
  flex-direction: column;
}
.home-text30 {
  font-size: 40px;
  max-width: 430px;
  align-self: center;
  font-style: normal;
  font-family: "Poppins";
  font-weight: 600;
  line-height: 56px;
}
.home-container28 {
  width: 430px;
}
.home-container29 {
  display: contents;
}
.home-testimonials {
  width: 100%;
  display: flex;
  max-width: 900px;
  align-items: stretch;
  padding-top: var(--dl-space-space-sixunits);
  padding-left: var(--dl-space-space-oneandhalfunits);
  padding-right: var(--dl-space-space-oneandhalfunits);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-sixunits);
}
.home-logo-container {
  display: flex;
  padding: var(--dl-space-space-unit);
  align-self: center;
  align-items: center;
  border-radius: var(--dl-radius-radius-radius8);
  margin-bottom: var(--dl-space-space-threeunits);
  flex-direction: column;
  background-color: #375EE0;
}
.home-logo {
  width: 25px;
  height: 24px;
}
.home-content5 {
  display: flex;
  position: relative;
  align-items: stretch;
  flex-direction: column;
}
.home-quotes {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.home-buttons {
  width: 100%;
  height: 69px;
  display: flex;
  z-index: 100;
  max-width: 500px;
  align-self: center;
  box-shadow: 5px 5px 10px 0px #d4d4d4;
  margin-top: -60px;
  align-items: center;
  padding-top: 2px;
  border-color: var(--dl-color-gray-black);
  border-width: 1px;
  border-radius: var(--dl-radius-radius-radius4);
  flex-direction: row;
  padding-bottom: 2px;
  justify-content: space-between;
}
.home-left {
  fill: #DBDBDB;
  cursor: pointer;
  display: flex;
  padding: var(--dl-space-space-unit);
  transition: 0.3s;
  align-items: center;
  border-color: #DBDBDB;
  border-width: 1px;
  border-radius: var(--dl-radius-radius-round);
  flex-direction: row;
}
.home-left:hover {
  fill: #000;
  border-color: #000;
}
.home-icon {
  width: 19px;
  height: 19px;
}
.home-right {
  fill: #DBDBDB;
  cursor: pointer;
  display: flex;
  padding: var(--dl-space-space-unit);
  transition: 0.3s;
  align-items: center;
  border-color: #DBDBDB;
  border-width: 1px;
  border-radius: var(--dl-radius-radius-round);
  flex-direction: row;
}
.home-right:hover {
  fill: #000;
  border-color: #000;
}
.home-icon2 {
  width: 19px;
  height: 19px;
}
.home-faq {
  width: 100%;
  display: flex;
  align-items: center;
  padding-top: var(--dl-space-space-sixunits);
  padding-left: var(--dl-space-space-oneandhalfunits);
  border-radius: 16px;
  padding-right: var(--dl-space-space-oneandhalfunits);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-sixunits);
  background-color: #F3F5FA;
}
.home-content6 {
  gap: var(--dl-space-space-fiveunits);
  width: 100%;
  display: flex;
  max-width: 1200px;
  align-items: center;
  flex-direction: column;
}
.home-header1 {
  gap: var(--dl-space-space-oneandhalfunits);
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
}
.home-tag {
  display: flex;
  align-items: center;
  padding-top: var(--dl-space-space-halfunit);
  padding-left: var(--dl-space-space-unit);
  border-radius: var(--dl-radius-radius-radius8);
  padding-right: var(--dl-space-space-unit);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-halfunit);
  justify-content: center;
  background-color: #D6F1F0;
}
.home-text33 {
  font-style: normal;
  font-weight: 500;
}
.home-heading3 {
  gap: var(--dl-space-space-unit);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
.home-text36 {
  width: 100%;
  font-size: 40px;
  max-width: 600px;
  font-style: normal;
  text-align: center;
  font-family: Poppins;
  font-weight: 600;
  line-height: 56px;
}
.home-rows {
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: row;
}
.home-column {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.home-title2 {
  font-size: 18px;
  align-self: center;
  font-style: normal;
  font-family: "Poppins";
  font-weight: 500;
}
.home-description3 {
  align-self: center;
  font-family: "Poppins";
  line-height: 24px;
}
.home-title3 {
  font-size: 18px;
  align-self: center;
  font-style: normal;
  font-family: "Poppins";
  font-weight: 500;
}
.home-description4 {
  align-self: center;
  font-family: "Poppins";
  line-height: 24px;
}
.home-question2 {
  border-bottom-width: 1px;
}
.home-title4 {
  font-size: 18px;
  align-self: center;
  font-style: normal;
  font-family: "Poppins";
  font-weight: 500;
}
.home-description5 {
  align-self: center;
  font-family: "Poppins";
  line-height: 24px;
}
.home-link1 {
  text-decoration: underline;
}
.home-column1 {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.home-question3 {
  border-right-width: 0px;
}
.home-title5 {
  font-size: 18px;
  align-self: center;
  font-style: normal;
  font-family: "Poppins";
  font-weight: 500;
}
.home-description6 {
  align-self: center;
  font-family: "Poppins";
  line-height: 24px;
}
.home-question4 {
  border-right-width: 0px;
}
.home-title6 {
  font-size: 18px;
  align-self: center;
  font-style: normal;
  font-family: "Poppins";
  font-weight: 500;
}
.home-description7 {
  align-self: center;
  font-family: "Poppins";
  line-height: 24px;
}
.home-question5 {
  border-right-width: 0px;
  border-bottom-width: 0px;
}
.home-title7 {
  font-size: 18px;
  align-self: center;
  font-style: normal;
  font-family: "Poppins";
  font-weight: 500;
}
.home-description8 {
  align-self: center;
  font-family: "Poppins";
  line-height: 24px;
}
.home-get-started1 {
  width: 100%;
  display: flex;
  align-items: center;
  padding-top: var(--dl-space-space-sixunits);
  padding-left: var(--dl-space-space-oneandhalfunits);
  padding-right: var(--dl-space-space-oneandhalfunits);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-sixunits);
  background-color: #375EE0;
}
.home-content7 {
  gap: var(--dl-space-space-threeunits);
  display: flex;
  max-width: 600px;
  align-items: center;
  flex-direction: column;
}
.home-heading4 {
  gap: var(--dl-space-space-unit);
  display: flex;
  align-items: center;
  flex-direction: column;
}
.home-text46 {
  color: rgb(193, 255, 252);
  font-size: 64px;
  font-style: normal;
  text-align: center;
  font-family: "Poppins";
  font-weight: 600;
}
.home-text47 {
  color: rgb(255, 255, 255);
  font-size: 20px;
  text-align: center;
  font-family: "Poppins";
  line-height: 30px;
}
.home-hero-buttons {
  gap: var(--dl-space-space-unit);
  border: 2px dashed rgba(120, 120, 120, 0.4);
  display: flex;
  z-index: 15;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
.home-link2 {
  display: contents;
}
.home-get-started2 {
  display: flex;
  transition: 0.3s;
  align-items: flex-start;
  padding-top: var(--dl-space-space-oneandhalfunits);
  padding-left: var(--dl-space-space-twounits);
  border-radius: var(--dl-radius-radius-radius8);
  padding-right: var(--dl-space-space-twounits);
  flex-direction: row;
  padding-bottom: var(--dl-space-space-oneandhalfunits);
  justify-content: center;
  text-decoration: none;
  background-color: #ADE2DF;
}
.home-get-started2:hover {
  background-color: rgba(173, 226, 223, 0.5);
}
.home-sign-up1 {
  font-style: normal;
  font-weight: 500;
}
@media(max-width: 1600px) {
  .home-heading {
    border-color: var(--dl-color-gray-black);
    border-width: 0px;
  }
  .home-content-form {
    width: 567px;
    height: 445px;
    padding-top: var(--dl-space-space-unit);
    padding-bottom: var(--dl-space-space-unit);
  }
  .home-slider-slide {
    background-size: cover;
    background-image: url("public/dsc08032-400h.jpg");
  }
  .home-slider-slide01 {
    background-size: cover;
    background-image: url("public/dsc08013-edit-400h.jpg");
  }
  .home-slider-slide02 {
    background-size: cover;
    background-image: url("public/dsc08034-edit-400h.jpg");
  }
  .home-slider-slide03 {
    background-size: cover;
    background-image: url("public/dsc08007-edit-400h.jpg");
  }
  .home-slider-slide04 {
    background-size: cover;
    background-image: url("public/dsc08029-edit-400h.jpg");
  }
  .home-slider-slide05 {
    background-size: cover;
    background-image: url("public/dsc08031-edit-400h.jpg");
  }
  .home-slider-slide06 {
    background-size: cover;
    background-image: url("public/dsc08039-edit-400h.jpg");
  }
  .home-slider-slide07 {
    background-size: cover;
    background-image: url("public/dsc08036-edit-400h.jpg");
  }
  .home-slider-slide08 {
    background-size: cover;
    background-image: url("public/dsc08040-edit-400h.jpg");
  }
  .home-slider-slide09 {
    background-size: cover;
    background-image: url("public/dsc08041-edit-400h.jpg");
  }
  .home-slider-slide10 {
    background-size: cover;
    background-image: url("public/dsc08042-edit-400h.jpg");
  }
  .home-slider-slide11 {
    background-size: cover;
    background-image: url("public/dsc08043-edit-400h.jpg");
  }
  .home-slider-slide12 {
    border-color: var(--dl-color-gray-black);
    border-width: 1px;
  }
}
@media(max-width: 1200px) {
  .home-container05 {
    align-self: center;
  }
  .home-slider-slide12 {
    justify-content: center;
  }
  .home-stats {
    height: 168px;
    margin-top: 50px;
    align-items: flex-start;
    justify-content: center;
  }
  .home-heading1 {
    height: 122px;
    font-size: 40px;
    align-self: center;
    font-style: normal;
    text-align: center;
    font-family: Poppins;
    font-weight: 600;
    line-height: 56px;
    margin-right: 0px;
  }
  .home-highlight {
    align-self: center;
  }
  .home-container25 {
    width: 479px;
    align-self: center;
  }
  .home-text30 {
    align-self: center;
  }
}
@media(max-width: 991px) {
  .home-hero {
    flex-direction: column;
  }
  .home-content {
    gap: var(--dl-space-space-unit);
    flex: 0 0 auto;
    padding-top: var(--dl-space-space-unit);
    padding-bottom: 0px;
  }
  .home-title {
    font-size: 50px;
    text-align: left;
    line-height: 58px;
  }
  .home-title1 {
    font-size: 50px;
    text-align: left;
    line-height: 58px;
  }
  .home-caption {
    font-size: 16px;
  }
  .home-content-form {
    gap: var(--dl-space-space-unit);
    flex: 0 0 auto;
    padding-top: var(--dl-space-space-unit);
    padding-bottom: 0px;
  }
  .home-container02 {
    height: 456px;
    padding-bottom: 0px;
  }
  .home-container05 {
    flex-direction: column;
  }
  .home-container07 {
    height: 311px;
  }
  .home-container08 {
    margin-top: 15px;
  }
  .home-stats {
    width: 603px;
    height: 404px;
    padding-top: var(--dl-space-space-threeunits);
    flex-direction: column;
  }
  .home-stat {
    gap: var(--dl-space-space-halfunit);
    width: 100%;
    padding-bottom: var(--dl-space-space-threeunits);
    border-right-width: 0px;
  }
  .home-caption1 {
    text-align: center;
    line-height: 32px;
  }
  .home-stat1 {
    gap: var(--dl-space-space-halfunit);
    width: 100%;
    padding-top: var(--dl-space-space-threeunits);
    padding-bottom: var(--dl-space-space-threeunits);
  }
  .home-caption2 {
    text-align: center;
    line-height: 32px;
  }
  .home-stat2 {
    gap: var(--dl-space-space-halfunit);
    width: 100%;
    padding-top: var(--dl-space-space-threeunits);
    padding-bottom: var(--dl-space-space-threeunits);
    border-left-width: 0px;
  }
  .home-caption3 {
    text-align: center;
    line-height: 32px;
  }
  .home-section {
    gap: var(--dl-space-space-oneandhalfunits);
    padding-top: var(--dl-space-space-fourunits);
    flex-direction: column-reverse;
  }
  .home-heading1 {
    width: 598px;
    font-size: 40px;
    font-style: normal;
    font-family: Poppins;
    font-weight: 600;
    line-height: 56px;
  }
  .home-text19 {
    font-size: 18px;
    font-style: normal;
    font-family: Poppins;
    font-weight: 600;
    line-height: 24px;
  }
  .home-text20 {
    font-size: 18px;
    font-family: Poppins;
    line-height: 24px;
  }
  .home-content1 {
    gap: var(--dl-space-space-unit);
    height: 217px;
  }
  .home-container25 {
    width: 479px;
  }
  .home-text25 {
    line-height: 24px;
  }
  .home-section1 {
    padding-top: var(--dl-space-space-fourunits);
    flex-direction: column;
  }
  .home-content2 {
    gap: var(--dl-space-space-unit);
  }
  .home-content3 {
    gap: var(--dl-space-space-twounits);
  }
  .home-section2 {
    align-items: center;
    padding-top: var(--dl-space-space-fourunits);
    border-color: #DBDBDB;
    flex-direction: column-reverse;
    padding-bottom: var(--dl-space-space-fourunits);
    border-top-width: 1px;
  }
  .home-content4 {
    margin-top: 0px;
  }
  .home-description3 {
    font-family: Poppins;
    line-height: 24px;
  }
  .home-description4 {
    font-family: Poppins;
    line-height: 24px;
  }
  .home-description6 {
    font-family: Poppins;
    line-height: 24px;
  }
  .home-description7 {
    font-family: Poppins;
    line-height: 24px;
  }
  .home-get-started1 {
    padding-top: var(--dl-space-space-fourunits);
    padding-bottom: var(--dl-space-space-fourunits);
  }
  .home-content7 {
    gap: var(--dl-space-space-oneandhalfunits);
  }
  .home-heading4 {
    gap: var(--dl-space-space-halfunit);
  }
  .home-text46 {
    font-size: 40px;
  }
  .home-text47 {
    font-size: 18px;
  }
}
@media(max-width: 767px) {
  .home-title {
    font-size: 40px;
    align-self: center;
    font-style: normal;
    font-family: Poppins;
    font-weight: 600;
    line-height: 48px;
  }
  .home-container01 {
    align-self: center;
  }
  .home-title1 {
    line-height: 48px;
  }
  .home-caption {
    align-self: center;
    line-height: 24px;
  }
  .home-content-form {
    width: 750px;
    margin-bottom: var(--dl-space-space-oneandhalfunits);
  }
  .home-slider-slide12 {
    text-align: center;
    align-items: center;
    justify-content: center;
  }
  .home-slider-button-next1 {
    margin-right: var(--dl-space-space-oneandhalfunits);
  }
  .home-caption1 {
    font-size: 32px;
  }
  .home-description {
    font-size: 16px;
    line-height: 24px;
  }
  .home-caption2 {
    font-size: 32px;
  }
  .home-description1 {
    font-size: 16px;
    line-height: 24px;
  }
  .home-caption3 {
    font-size: 32px;
  }
  .home-description2 {
    font-size: 16px;
    line-height: 24px;
  }
  .home-container24 {
    text-align: center;
    line-height: 24px;
  }
  .home-heading1 {
    font-size: 25px;
    line-height: 48px;
  }
  .home-text19 {
    line-height: 24px;
  }
  .home-text20 {
    font-size: 18px;
    font-family: Poppins;
    line-height: 24px;
  }
  .home-content1 {
    font-size: 12;
  }
  .home-container25 {
    width: 479px;
    font-size: 24px;
    line-height: 24px;
  }
  .home-text24 {
    font-size: 16px;
    font-style: normal;
    text-align: center;
    font-family: Poppins;
    font-weight: 600;
    line-height: 24px;
  }
  .home-text25 {
    font-size: 18px;
    font-family: Poppins;
    line-height: 24px;
  }
  .home-text28 {
    font-size: 32px;
    line-height: 44px;
  }
  .home-text29 {
    font-size: 16px;
    font-family: Poppins;
    line-height: 24px;
  }
  .home-get-started {
    display: none;
  }
  .home-section2 {
    gap: var(--dl-space-space-twounits);
  }
  .home-text30 {
    align-self: center;
  }
  .home-testimonials {
    width: 100%;
    padding-top: var(--dl-space-space-threeunits);
    padding-bottom: var(--dl-space-space-threeunits);
  }
  .home-logo-container {
    padding: 12px;
    margin-bottom: var(--dl-space-space-oneandhalfunits);
  }
  .home-logo {
    width: 16px;
    height: 16px;
  }
  .home-left {
    display: flex;
  }
  .home-right {
    display: flex;
  }
  .home-faq {
    width: 100%;
  }
  .home-content6 {
    gap: var(--dl-space-space-twounits);
  }
  .home-text33 {
    font-size: 14px;
  }
  .home-text36 {
    font-size: 32px;
    line-height: 44px;
  }
  .home-rows {
    flex-direction: column;
  }
  .home-title2 {
    font-size: 16px;
  }
  .home-get-started1 {
    display: none;
  }
  .home-get-started2 {
    display: none;
  }
}
@media(max-width: 479px) {
  .home-header {
    height: auto;
  }
  .home-hero {
    width: auto;
    height: auto;
  }
  .home-content {
    width: auto;
    height: auto;
    padding-bottom: var(--dl-space-space-unit);
  }
  .home-title {
    width: auto;
    font-size: 30px;
    align-self: center;
    font-style: normal;
    text-align: center;
    font-family: Poppins;
    font-weight: 600;
    line-height: 60px;
  }
  .home-container01 {
    width: 100%;
  }
  .home-title1 {
    width: auto;
    height: auto;
    font-size: 25px;
    align-self: center;
    font-style: normal;
    text-align: center;
    font-family: Poppins;
    font-weight: 600;
    line-height: 50px;
  }
  .home-text03 {
    font-style: normal;
  }
  .home-text05 {
    font-style: normal;
  }
  .home-caption {
    width: auto;
    height: auto;
    font-size: 18px;
    align-self: center;
    font-style: normal;
    font-family: Poppins;
    font-weight: 400;
    line-height: 30px;
  }
  .home-content-form {
    width: 430px;
  }
  .home-container02 {
    width: 430px;
    height: 468px;
    align-self: center;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
  .home-container04 {
    flex-direction: column;
  }
  .home-container06 {
    width: 478px;
    height: 525px;
    align-self: center;
  }
  .home-container07 {
    width: 100%;
    height: 287px;
    margin-right: 0px;
  }
  .home-slider {
    width: 440px;
    height: 330px;
    background-size: cover;
    background-image: url("https://play.teleporthq.io/static/svg/default-img.svg");
  }
  .home-slider-slide {
    width: 0px;
  }
  .home-slider-slide01 {
    border-radius: var(--dl-radius-radius-radius8);
  }
  .home-container08 {
    width: 100%;
    height: 21px;
    padding-left: 0px;
    margin-bottom: 10px;
  }
  .home-text07 {
    font-family: Poppins;
  }
  .home-container09 {
    width: auto;
    align-self: center;
  }
  .home-text08 {
    width: 410px;
    font-family: Poppins;
    margin-bottom: 20px;
  }
  .home-container10 {
    align-self: center;
    margin-top: 10px;
  }
  .home-container12 {
    width: 143px;
    height: 100%;
    padding-left: 0px;
  }
  .home-text09 {
    font-family: Poppins;
  }
  .home-container13 {
    width: 143px;
  }
  .home-container14 {
    width: 143px;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .home-container15 {
    flex: 1;
    width: 478px;
    height: 435px;
    z-index: 5;
    align-self: center;
  }
  .home-container16 {
    height: 292px;
  }
  .home-slider1 {
    width: 455px;
  }
  .home-slider-wrapper1 {
    width: 461px;
    height: 281px;
  }
  .home-slider-slide12 {
    width: 440px;
    height: 272px;
    align-items: center;
    margin-left: 5px;
    padding-left: 0px;
    justify-content: center;
  }
  .home-slider-button-next1 {
    margin-right: var(--dl-space-space-oneandhalfunits);
  }
  .home-container17 {
    height: 22px;
    padding-left: 0px;
    margin-bottom: 10px;
  }
  .home-text12 {
    font-size: 16px;
    font-family: Poppins;
  }
  .home-container18 {
    width: auto;
    align-self: center;
    padding-left: 0px;
    margin-bottom: 10px;
    padding-bottom: 0px;
  }
  .home-text13 {
    width: 410px;
    font-family: Poppins;
  }
  .home-container19 {
    align-self: center;
  }
  .home-container21 {
    width: 143px;
    align-self: center;
  }
  .home-container22 {
    width: 143px;
    align-self: center;
  }
  .home-container23 {
    width: 143px;
    align-self: center;
  }
  .home-stats {
    z-index: 5;
    align-self: center;
    margin-top: 100px;
    align-items: center;
    justify-content: center;
  }
  .home-section {
    width: 460px;
    height: 543px;
  }
  .home-container24 {
    height: 596px;
  }
  .home-heading1 {
    width: 430px;
    height: auto;
    padding: 10px;
    font-size: 40px;
    font-style: normal;
    max-height: auto;
    min-height: auto;
    font-family: Poppins;
    font-weight: 600;
    line-height: 56px;
    margin-right: 0px;
  }
  .home-highlight {
    width: 430px;
    padding: 20px;
    position: 0px;
    align-self: center;
  }
  .home-text19 {
    font-size: 18px;
    align-self: center;
    font-style: normal;
    font-family: Poppins;
    font-weight: 600;
    line-height: 24px;
  }
  .home-text20 {
    font-size: 18px;
    text-align: center;
    font-family: Poppins;
    line-height: 24px;
  }
  .home-container25 {
    width: 420px;
    height: 284px;
    padding: 20px;
    align-self: center;
    margin-top: var(--dl-space-space-halfunit);
    align-items: center;
    justify-content: center;
  }
  .home-text24 {
    font-size: 18px;
    font-style: normal;
    text-align: center;
    font-family: Poppins;
    font-weight: 600;
    line-height: 24px;
  }
  .home-text25 {
    font-size: 18px;
    text-align: center;
    font-family: Poppins;
    line-height: 24px;
    text-transform: capitalize;
  }
  .home-section1 {
    padding-top: var(--dl-space-space-fiveunits);
  }
  .home-text28 {
    border-color: var(--dl-color-gray-900);
    border-width: 0px;
    border-top-width: 0px;
    border-left-width: 0px;
    border-right-width: 0px;
  }
  .home-text29 {
    font-size: 18px;
    font-family: Poppins;
    line-height: 27px;
  }
  .home-section2 {
    padding-top: var(--dl-space-space-oneandhalfunits);
    padding-bottom: var(--dl-space-space-oneandhalfunits);
  }
  .home-text30 {
    width: 430px;
    align-self: center;
  }
  .home-container28 {
    width: 410px;
    align-self: center;
  }
  .home-buttons {
    left: 0px;
    bottom: 2px;
    height: 49px;
    position: absolute;
    margin-top: -60px;
  }
  .home-left {
    padding: var(--dl-space-space-halfunit);
  }
  .home-right {
    padding: var(--dl-space-space-halfunit);
  }
  .home-hero-buttons {
    width: 100%;
    flex-direction: column;
  }
}
