.navbar-wrapper {
  display: contents;
}
 
.navbar-navbar {
  width: 100%;
  display: flex;
  position: relative;
  max-width: 1200px;
  align-items: flex-start;
  padding-top: var(--dl-layout-space-twounits);
  padding-left: var(--dl-layout-space-unit);
  padding-right: var(--dl-layout-space-unit);
  flex-direction: row;
  padding-bottom: var(--dl-layout-space-twounits);
  justify-content: space-between;
}
 
.navbar-desktop {
  flex: 1;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
 
.navbar-main {
  gap: var(--dl-layout-space-fiveunits);
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
 
.navbar-branding {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
 
.navbar-navlink1 {
  display: contents;
}
 
.navbar-finbest {
  width: 100%;
  height: 37px;
  text-decoration: none;
}
 
.navbar-links1 {
  gap: var(--dl-layout-space-threeunits);
  display: flex;
  align-items: flex-start;
  padding-top: 12px;
  border-radius: 6px;
  flex-direction: row;
  padding-bottom: 12px;
  justify-content: center;
}
 
.navbar-link1 {
  fill: #2F2A26;
  color: rgb(47, 42, 38);
  font-family: "Poppins";
}
 
.navbar-link2 {
  fill: #2F2A26;
  color: #2F2A26;
  font-family: "Poppins";
}
 
.navbar-link3 {
  fill: #2F2A26;
  color: #2F2A26;
  font-family: "Poppins";
}
 
.navbar-link4 {
  fill: #2F2A26;
  color: #2F2A26;
  font-family: "Poppins";
}
 
.navbar-quick-actions {
  gap: var(--dl-layout-space-oneandhalfunits);
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
 
.navbar-log-in {
  color: #2f2a26;
  font-family: "Poppins";
}
 
.navbar-link5 {
  display: contents;
}
 
.navbar-sign-up-btn {
  display: flex;
  transition: 0.3s;
  align-items: flex-start;
  padding-top: var(--dl-layout-space-unit);
  padding-left: var(--dl-layout-space-oneandhalfunits);
  border-radius: var(--dl-layout-radius-radius8);
  padding-right: var(--dl-layout-space-oneandhalfunits);
  flex-direction: row;
  padding-bottom: var(--dl-layout-space-unit);
  justify-content: center;
  text-decoration: none;
  background-color: #FAE7B5;
}
 
.navbar-sign-up-btn:hover {
  background-color: rgba(173, 226, 223, 0.5);
}
 
.navbar-sign-up {
  color: #2f2a26;
  font-style: normal;
  font-weight: 500;
}
 
.navbar-hamburger-menu {
  width: 20px;
  height: 12px;
  display: none;
}
 
.navbar-mobile {
  gap: var(--dl-layout-space-fourunits);
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100vh;
  display: flex;
  padding: var(--dl-layout-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%;
  border: 2px dashed rgba(120, 120, 120, 0.4);
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
 
.navbar-links2 {
  gap: var(--dl-layout-space-halfunit);
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
 
.navbar-navlink2 {
  text-decoration: none;
}
 
.navbar-navlink3 {
  text-decoration: none;
}
 
.navbar-navlink4 {
  text-decoration: none;
}
 
.navbar-navlink5 {
  text-decoration: none;
}
 
.navbar-buttons {
  gap: var(--dl-layout-space-halfunit);
  width: 100%;
  display: flex;
  align-items: flex-start;
  padding-top: var(--dl-layout-space-unit);
  flex-direction: column;
  padding-bottom: var(--dl-layout-space-unit);
  justify-content: center;
}
 
.navbar-navlink6 {
  display: contents;
}
 
.navbar-btn1 {
  width: 100%;
  display: flex;
  padding: var(--dl-layout-space-unit);
  align-items: center;
  border-radius: var(--dl-layout-radius-radius8);
  flex-direction: column;
  justify-content: center;
  text-decoration: none;
  background-color: #ADE2DF;
}
 
.navbar-text3 {
  font-style: normal;
  font-weight: 500;
}
 
.navbar-navlink7 {
  display: contents;
}
 
.navbar-btn2 {
  width: 100%;
  display: flex;
  padding: var(--dl-layout-space-unit);
  align-items: center;
  border-radius: var(--dl-layout-radius-radius8);
  flex-direction: column;
  justify-content: center;
  text-decoration: none;
  background-color: #ADE2DF;
}
 
.navbar-text4 {
  font-style: normal;
  font-weight: 500;
}
 
.navbar-container2 {
  display: contents;
}
 
@media(max-width: 1600px) {
  .navbar-link1 {
    color: rgb(47, 42, 38);
    font-family: Poppins;
  }
  .navbar-link2 {
    color: rgb(47, 42, 38);
    font-family: Poppins;
  }
  .navbar-link3 {
    color: rgb(47, 42, 38);
    font-family: Poppins;
  }
  .navbar-link4 {
    color: rgb(47, 42, 38);
    font-family: Poppins;
  }
  .navbar-sign-up {
    color: rgb(47, 42, 38);
    font-family: Poppins;
    text-decoration: inherit;
  }
}
 
@media(max-width: 1200px) {
  .navbar-link4 {
    color: rgb(47, 42, 38);
    font-family: Poppins;
  }
}
 
@media(max-width: 991px) {
  .navbar-navbar {
    align-items: center;
    padding-left: var(--dl-layout-space-oneandhalfunits);
    padding-right: var(--dl-layout-space-oneandhalfunits);
  }
  .navbar-links1 {
    display: none;
  }
  .navbar-log-in {
    display: none;
  }
  .navbar-sign-up-btn {
    display: none;
  }
  .navbar-hamburger-menu {
    display: flex;
  }
}
 
@media(max-width: 767px) {
  .navbar-navbar {
    align-items: center;
  }
  .navbar-mobile {
    padding-top: var(--dl-layout-space-twounits);
    padding-left: var(--dl-layout-space-oneandhalfunits);
    padding-right: var(--dl-layout-space-oneandhalfunits);
    padding-bottom: var(--dl-layout-space-twounits);
  }
}

.highlight-wrapper {
  display: contents;
}
 
.highlight-highlight {
  gap: var(--dl-layout-space-halfunit);
  display: flex;
  position: relative;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
 
.highlight-text1 {
  color: rgb(47, 42, 38);
  font-size: 18px;
  max-width: 535px;
  font-style: normal;
  font-family: "Poppins";
  font-weight: 600;
  line-height: 27px;
}
 
.highlight-text2 {
  max-width: 535px;
  font-family: "Poppins";
  line-height: 24px;
}
 
.home-fragment1 {
  display: contents;
}
 
.home-text12 {
  display: inline-block;
}
 
@media(max-width: 1600px) {
  .highlight-text1 {
    fill: #2F2A26;
    color: rgb(47, 42, 38);
    font-size: 18px;
    font-style: normal;
    font-family: Poppins;
    font-weight: 600;
    line-height: 27px;
  }
  .home-text12 {
    color: #2f2a26;
    font-family: Poppins;
  }
}
 
@media(max-width: 767px) {
  .highlight-text1 {
    font-size: 16px;
    text-align: center;
    line-height: 24px;
  }
}

.highlight-wrapper-la5g {
  display: contents;
}
 
.highlight-highlight1 {
  gap: var(--dl-layout-space-halfunit);
  display: flex;
  position: relative;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
 
.highlight-text3 {
  color: rgb(47, 42, 38);
  font-size: 18px;
  max-width: 535px;
  font-style: normal;
  font-family: "Poppins";
  font-weight: 600;
  line-height: 27px;
}
 
.highlight-text4 {
  max-width: 535px;
  font-family: "Poppins";
  line-height: 24px;
}
 
.home-fragment2 {
  display: contents;
}
 
.home-text13 {
  display: inline-block;
}
 
@media(max-width: 1600px) {
  .highlight-text3 {
    fill: #2F2A26;
    color: rgb(47, 42, 38);
    font-size: 18px;
    font-style: normal;
    font-family: Poppins;
    font-weight: 600;
    line-height: 27px;
  }
  .home-text13 {
    color: rgb(47, 42, 38);
    font-family: Poppins;
  }
}
 
@media(max-width: 767px) {
  .highlight-text3 {
    font-size: 16px;
    text-align: center;
    line-height: 24px;
  }
}

.point-wrapper {
  display: contents;
}
 
.point-point {
  gap: var(--dl-layout-space-halfunit);
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
 
.point-check {
  display: flex;
  padding: var(--dl-layout-space-halfunit);
  align-items: flex-start;
  border-radius: var(--dl-layout-radius-round);
  flex-direction: column;
  justify-content: center;
  background-color: #FAE7B5;
}
 
.point-icon1 {
  width: 12px;
  height: 12px;
}
 
.point-text {
  fill: var(--dl-color-gray-black);
  color: #2f2a26;
  max-width: 535px;
  font-style: normal;
  font-family: "Poppins";
  font-weight: 600;
  line-height: 24px;
}
 

 
@media(max-width: 1600px) {
  .point-check {
    background-color: #FAE7B5;
  }
  .point-text {
    fill: var(--dl-color-gray-black);
    color: rgb(47, 42, 38);
    font-style: normal;
    font-family: Poppins;
    font-weight: 600;
    line-height: 24px;
  }
  .pointroot-class-name {
    fill: #2F2A26;
    color: #2F2A26;
  }
}
 
@media(max-width: 1200px) {
  .point-text {
    font-style: normal;
    font-family: Poppins;
    font-weight: 600;
    line-height: 24px;
  }
}

.point-wrapper-tkoq {
  display: contents;
}
 
.point-point1 {
  gap: var(--dl-layout-space-halfunit);
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
 
.point-check1 {
  display: flex;
  padding: var(--dl-layout-space-halfunit);
  align-items: flex-start;
  border-radius: var(--dl-layout-radius-round);
  flex-direction: column;
  justify-content: center;
  background-color: #FAE7B5;
}
 
.point-icon3 {
  width: 12px;
  height: 12px;
}
 
.point-text1 {
  fill: var(--dl-color-gray-black);
  color: #2f2a26;
  max-width: 535px;
  font-style: normal;
  font-family: "Poppins";
  font-weight: 600;
  line-height: 24px;
}
 

 
@media(max-width: 1600px) {
  .point-check1 {
    background-color: #FAE7B5;
  }
  .point-text1 {
    fill: var(--dl-color-gray-black);
    color: rgb(47, 42, 38);
    font-style: normal;
    font-family: Poppins;
    font-weight: 600;
    line-height: 24px;
  }
  .pointroot-class-name {
    fill: #2F2A26;
    color: #2F2A26;
  }
}
 
@media(max-width: 1200px) {
  .point-text1 {
    font-style: normal;
    font-family: Poppins;
    font-weight: 600;
    line-height: 24px;
  }
}

.point-wrapper-4qdg {
  display: contents;
}
 
.point-point2 {
  gap: var(--dl-layout-space-halfunit);
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
 
.point-check2 {
  display: flex;
  padding: var(--dl-layout-space-halfunit);
  align-items: flex-start;
  border-radius: var(--dl-layout-radius-round);
  flex-direction: column;
  justify-content: center;
  background-color: #FAE7B5;
}
 
.point-icon5 {
  width: 12px;
  height: 12px;
}
 
.point-text2 {
  fill: var(--dl-color-gray-black);
  color: #2f2a26;
  max-width: 535px;
  font-style: normal;
  font-family: "Poppins";
  font-weight: 600;
  line-height: 24px;
}
 

 
@media(max-width: 1600px) {
  .point-check2 {
    background-color: #FAE7B5;
  }
  .point-text2 {
    fill: var(--dl-color-gray-black);
    color: rgb(47, 42, 38);
    font-style: normal;
    font-family: Poppins;
    font-weight: 600;
    line-height: 24px;
  }
  .pointroot-class-name {
    fill: #2F2A26;
    color: #2F2A26;
  }
}
 
@media(max-width: 1200px) {
  .point-text2 {
    font-style: normal;
    font-family: Poppins;
    font-weight: 600;
    line-height: 24px;
  }
}

.accordion-wrapper {
  display: contents;
}
 
.accordion-accordion {
  display: flex;
  position: relative;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
 
.accordion-element1 {
  width: 640px;
  user-select: none;
}
 
.accordion-details1 {
  gap: var(--dl-layout-space-halfunit);
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
 
.accordion-text1 {
  color: #2f2a26;
  width: 100%;
  font-size: 18px;
  max-width: 535px;
  font-style: normal;
  font-family: "Poppins";
  font-weight: 600;
  line-height: 27px;
}
 
.accordion-text2 {
  width: 100%;
  max-width: 535px;
  font-family: "Poppins";
  line-height: 24px;
  user-select: text;
}
 
.accordion-icon1 {
  width: var(--dl-layout-size-xsmall);
  height: var(--dl-layout-size-xsmall);
}
 
.accordion-element2 {
  width: 640px;
  user-select: none;
}
 
.accordion-details2 {
  gap: var(--dl-layout-space-halfunit);
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
 
.accordion-text3 {
  color: #2f2a26;
  width: 100%;
  font-size: 18px;
  max-width: 535px;
  font-style: normal;
  font-family: "Poppins";
  font-weight: 600;
  line-height: 27px;
}
 
.accordion-text4 {
  color: #2f2a26;
  width: 100%;
  max-width: 535px;
  font-family: "Poppins";
  line-height: 24px;
  user-select: text;
}
 
.accordion-icon3 {
  width: var(--dl-layout-size-xsmall);
  height: var(--dl-layout-size-xsmall);
}
 
.accordion-element3 {
  width: 640px;
  user-select: none;
}
 
.accordion-details3 {
  gap: var(--dl-layout-space-halfunit);
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
 
.accordion-text5 {
  color: #2f2a26;
  width: 100%;
  font-size: 18px;
  max-width: 535px;
  font-style: normal;
  font-family: "Poppins";
  font-weight: 600;
  line-height: 27px;
}
 
.accordion-text6 {
  color: #2f2a26;
  width: 100%;
  max-width: 535px;
  font-family: "Poppins";
  line-height: 24px;
  user-select: text;
}
 
.accordion-icon5 {
  width: var(--dl-layout-size-xsmall);
  height: var(--dl-layout-size-xsmall);
}
 
.accordion-container2 {
  display: contents;
}
 
.home-fragment3 {
  display: contents;
}
 
.home-text23 {
  color: #2f2a26;
  display: inline-block;
}
 
@media(max-width: 1600px) {
  .accordion-text1 {
    color: rgb(47, 42, 38);
    font-size: 18px;
    font-style: normal;
    font-family: Poppins;
    font-weight: 600;
    line-height: 27px;
  }
  .accordion-text3 {
    color: #2f2a26;
    font-size: 18px;
    font-style: normal;
    font-family: Poppins;
    font-weight: 600;
    line-height: 27px;
  }
  .accordion-text4 {
    color: #2f2a26;
    font-family: Poppins;
    line-height: 24px;
  }
  .accordion-text5 {
    color: #2f2a26;
    font-size: 18px;
    font-style: normal;
    font-family: Poppins;
    font-weight: 600;
    line-height: 27px;
  }
  .accordion-text6 {
    color: #2f2a26;
    font-family: Poppins;
    line-height: 24px;
  }
  .home-text23 {
    color: #2f2a26;
    font-family: Poppins;
  }
}
 
@media(max-width: 1200px) {
  .accordion-text1 {
    font-size: 18px;
    font-style: normal;
    font-family: Poppins;
    font-weight: 600;
    line-height: 27px;
  }
  .accordion-text2 {
    font-family: Poppins;
    line-height: 24px;
  }
  .accordion-text3 {
    font-size: 18px;
    font-style: normal;
    font-family: Poppins;
    font-weight: 600;
    line-height: 27px;
  }
  .accordion-text5 {
    font-size: 18px;
    font-style: normal;
    font-family: Poppins;
    font-weight: 600;
    line-height: 27px;
  }
  .accordion-text6 {
    font-family: Poppins;
    line-height: 24px;
  }
}
 
@media(max-width: 767px) {
  .accordion-element1 {
    width: 100%;
    max-width: 560px;
  }
  .accordion-text1 {
    font-size: 16px;
    line-height: 24px;
  }
  .accordion-element2 {
    width: 100%;
    max-width: 560px;
  }
  .accordion-text3 {
    font-size: 16px;
  }
  .accordion-element3 {
    width: 100%;
    max-width: 560px;
  }
  .accordion-text5 {
    font-size: 16px;
  }
}
 
@media(max-width: 479px) {
  .accordion-element1 {
    width: 350px;
    max-width: auto;
  }
  .accordion-element2 {
    width: 350px;
    max-width: auto;
  }
  .accordion-element3 {
    width: 350px;
    max-width: auto;
  }
}

.feature-wrapper {
  display: contents;
}
 
.feature-feature {
  gap: var(--dl-layout-space-twounits);
  width: 100%;
  display: flex;
  padding: var(--dl-layout-space-unit);
  position: relative;
  max-width: 240px;
  transition: 0.3s;
  align-items: flex-start;
  user-select: none;
  border-color: rgba(0, 0, 0, 0);
  border-width: 1px;
  border-radius: var(--dl-layout-radius-radius8);
  flex-direction: column;
  justify-content: flex-start;
}
 
.feature-feature:hover {
  border-color: #ade2df;
}
 
.feature-image {
  height: 32px;
  object-fit: cover;
}
 
.feature-content {
  gap: var(--dl-layout-space-unit);
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
 
.feature-title {
  font-size: 20px;
  font-style: normal;
  font-family: Poppins;
  font-weight: 600;
}
 
.feature-description {
  color: rgb(47, 42, 38);
  font-family: "Poppins";
}
 
@media(max-width: 1600px) {
  .feature-title {
    color: rgb(47, 42, 38);
    font-size: 20px;
    font-style: normal;
    font-family: Poppins;
    font-weight: 600;
  }
  .feature-description {
    color: rgb(47, 42, 38);
    font-family: Poppins;
  }
}
 
@media(max-width: 767px) {
  .feature-feature {
    gap: var(--dl-layout-space-oneandhalfunits);
    max-width: 100%;
  }
  .feature-content {
    gap: var(--dl-layout-space-halfunit);
  }
  .feature-title {
    font-size: 18px;
    line-height: 27px;
  }
  .feature-description {
    line-height: 24px;
  }
}
 
@media(max-width: 479px) {
  .feature-feature {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

.feature-wrapper-i32y {
  display: contents;
}
 
.feature-feature1 {
  gap: var(--dl-layout-space-twounits);
  width: 100%;
  display: flex;
  padding: var(--dl-layout-space-unit);
  position: relative;
  max-width: 240px;
  transition: 0.3s;
  align-items: flex-start;
  user-select: none;
  border-color: rgba(0, 0, 0, 0);
  border-width: 1px;
  border-radius: var(--dl-layout-radius-radius8);
  flex-direction: column;
  justify-content: flex-start;
}
 
.feature-feature1:hover {
  border-color: #ade2df;
}
 
.feature-image1 {
  height: 32px;
  object-fit: cover;
}
 
.feature-content1 {
  gap: var(--dl-layout-space-unit);
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
 
.feature-title1 {
  font-size: 20px;
  font-style: normal;
  font-family: Poppins;
  font-weight: 600;
}
 
.feature-description1 {
  color: rgb(47, 42, 38);
  font-family: "Poppins";
}
 
@media(max-width: 1600px) {
  .feature-title1 {
    color: rgb(47, 42, 38);
    font-size: 20px;
    font-style: normal;
    font-family: Poppins;
    font-weight: 600;
  }
  .feature-description1 {
    color: rgb(47, 42, 38);
    font-family: Poppins;
  }
}
 
@media(max-width: 767px) {
  .feature-feature1 {
    gap: var(--dl-layout-space-oneandhalfunits);
    max-width: 100%;
  }
  .feature-content1 {
    gap: var(--dl-layout-space-halfunit);
  }
  .feature-title1 {
    font-size: 18px;
    line-height: 27px;
  }
  .feature-description1 {
    line-height: 24px;
  }
}
 
@media(max-width: 479px) {
  .feature-feature1 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

.feature-wrapper-1yxb {
  display: contents;
}
 
.feature-feature2 {
  gap: var(--dl-layout-space-twounits);
  width: 100%;
  display: flex;
  padding: var(--dl-layout-space-unit);
  position: relative;
  max-width: 240px;
  transition: 0.3s;
  align-items: flex-start;
  user-select: none;
  border-color: rgba(0, 0, 0, 0);
  border-width: 1px;
  border-radius: var(--dl-layout-radius-radius8);
  flex-direction: column;
  justify-content: flex-start;
}
 
.feature-feature2:hover {
  border-color: #ade2df;
}
 
.feature-image2 {
  height: 32px;
  object-fit: cover;
}
 
.feature-content2 {
  gap: var(--dl-layout-space-unit);
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
 
.feature-title2 {
  font-size: 20px;
  font-style: normal;
  font-family: Poppins;
  font-weight: 600;
}
 
.feature-description2 {
  color: rgb(47, 42, 38);
  font-family: "Poppins";
}
 
@media(max-width: 1600px) {
  .feature-title2 {
    color: rgb(47, 42, 38);
    font-size: 20px;
    font-style: normal;
    font-family: Poppins;
    font-weight: 600;
  }
  .feature-description2 {
    color: rgb(47, 42, 38);
    font-family: Poppins;
  }
}
 
@media(max-width: 767px) {
  .feature-feature2 {
    gap: var(--dl-layout-space-oneandhalfunits);
    max-width: 100%;
  }
  .feature-content2 {
    gap: var(--dl-layout-space-halfunit);
  }
  .feature-title2 {
    font-size: 18px;
    line-height: 27px;
  }
  .feature-description2 {
    line-height: 24px;
  }
}
 
@media(max-width: 479px) {
  .feature-feature2 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

.feature-wrapper-glgm {
  display: contents;
}
 
.feature-feature3 {
  gap: var(--dl-layout-space-twounits);
  width: 100%;
  display: flex;
  padding: var(--dl-layout-space-unit);
  position: relative;
  max-width: 240px;
  transition: 0.3s;
  align-items: flex-start;
  user-select: none;
  border-color: rgba(0, 0, 0, 0);
  border-width: 1px;
  border-radius: var(--dl-layout-radius-radius8);
  flex-direction: column;
  justify-content: flex-start;
}
 
.feature-feature3:hover {
  border-color: #ade2df;
}
 
.feature-image3 {
  height: 32px;
  object-fit: cover;
}
 
.feature-content3 {
  gap: var(--dl-layout-space-unit);
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
 
.feature-title3 {
  font-size: 20px;
  font-style: normal;
  font-family: Poppins;
  font-weight: 600;
}
 
.feature-description3 {
  color: rgb(47, 42, 38);
  font-family: "Poppins";
}
 
@media(max-width: 1600px) {
  .feature-title3 {
    color: rgb(47, 42, 38);
    font-size: 20px;
    font-style: normal;
    font-family: Poppins;
    font-weight: 600;
  }
  .feature-description3 {
    color: rgb(47, 42, 38);
    font-family: Poppins;
  }
}
 
@media(max-width: 767px) {
  .feature-feature3 {
    gap: var(--dl-layout-space-oneandhalfunits);
    max-width: 100%;
  }
  .feature-content3 {
    gap: var(--dl-layout-space-halfunit);
  }
  .feature-title3 {
    font-size: 18px;
    line-height: 27px;
  }
  .feature-description3 {
    line-height: 24px;
  }
}
 
@media(max-width: 479px) {
  .feature-feature3 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

.check-wrapper {
  display: contents;
}
 
.check-check {
  gap: var(--dl-layout-space-halfunit);
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
}
 
.check-icon1 {
  width: 18px;
  height: 18px;
}
 
.check-text {
  font-size: 14px;
  font-family: Poppins;
  line-height: 24px;
}
 

 
@media(max-width: 1600px) {
  .check-text {
    color: rgb(47, 42, 38);
    font-size: 14px;
    font-family: Poppins;
    line-height: 24px;
  }
  .checkroot-class-name {
    fill: #2F2A26;
    color: #2F2A26;
  }
}
 
@media(max-width: 767px) {
  .check-text {
    font-size: 14px;
    font-family: Poppins;
    line-height: 21px;
  }
}

.check-wrapper-juh2 {
  display: contents;
}
 
.check-check1 {
  gap: var(--dl-layout-space-halfunit);
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
}
 
.check-icon3 {
  width: 18px;
  height: 18px;
}
 
.check-text1 {
  font-size: 14px;
  font-family: Poppins;
  line-height: 24px;
}
 

 
@media(max-width: 1600px) {
  .check-text1 {
    color: rgb(47, 42, 38);
    font-size: 14px;
    font-family: Poppins;
    line-height: 24px;
  }
  .checkroot-class-name {
    fill: #2F2A26;
    color: #2F2A26;
  }
}
 
@media(max-width: 767px) {
  .check-text1 {
    font-size: 14px;
    font-family: Poppins;
    line-height: 21px;
  }
}

.check-wrapper-at9n {
  display: contents;
}
 
.check-check2 {
  gap: var(--dl-layout-space-halfunit);
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
}
 
.check-icon5 {
  width: 18px;
  height: 18px;
}
 
.check-text2 {
  font-size: 14px;
  font-family: Poppins;
  line-height: 24px;
}
 

 
@media(max-width: 1600px) {
  .check-text2 {
    color: rgb(47, 42, 38);
    font-size: 14px;
    font-family: Poppins;
    line-height: 24px;
  }
  .checkroot-class-name {
    fill: #2F2A26;
    color: #2F2A26;
  }
}
 
@media(max-width: 767px) {
  .check-text2 {
    font-size: 14px;
    font-family: Poppins;
    line-height: 21px;
  }
}

.check-wrapper-ex9b {
  display: contents;
}
 
.check-check3 {
  gap: var(--dl-layout-space-halfunit);
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
}
 
.check-icon7 {
  width: 18px;
  height: 18px;
}
 
.check-text3 {
  font-size: 14px;
  font-family: Poppins;
  line-height: 24px;
}
 

 
@media(max-width: 1600px) {
  .check-text3 {
    color: rgb(47, 42, 38);
    font-size: 14px;
    font-family: Poppins;
    line-height: 24px;
  }
  .checkroot-class-name {
    fill: #2F2A26;
    color: #2F2A26;
  }
}
 
@media(max-width: 767px) {
  .check-text3 {
    font-size: 14px;
    font-family: Poppins;
    line-height: 21px;
  }
}

.check-wrapper-zuh6 {
  display: contents;
}
 
.check-check4 {
  gap: var(--dl-layout-space-halfunit);
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
}
 
.check-icon9 {
  width: 18px;
  height: 18px;
}
 
.check-text4 {
  font-size: 14px;
  font-family: Poppins;
  line-height: 24px;
}
 

 
@media(max-width: 1600px) {
  .check-text4 {
    color: rgb(47, 42, 38);
    font-size: 14px;
    font-family: Poppins;
    line-height: 24px;
  }
  .checkroot-class-name {
    fill: #2F2A26;
    color: #2F2A26;
  }
}
 
@media(max-width: 767px) {
  .check-text4 {
    font-size: 14px;
    font-family: Poppins;
    line-height: 21px;
  }
}

.check-wrapper-g4ql {
  display: contents;
}
 
.check-check5 {
  gap: var(--dl-layout-space-halfunit);
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
}
 
.check-icon11 {
  width: 18px;
  height: 18px;
}
 
.check-text5 {
  font-size: 14px;
  font-family: Poppins;
  line-height: 24px;
}
 

 
@media(max-width: 1600px) {
  .check-text5 {
    color: rgb(47, 42, 38);
    font-size: 14px;
    font-family: Poppins;
    line-height: 24px;
  }
  .checkroot-class-name {
    fill: #2F2A26;
    color: #2F2A26;
  }
}
 
@media(max-width: 767px) {
  .check-text5 {
    font-size: 14px;
    font-family: Poppins;
    line-height: 21px;
  }
}

.check-wrapper-2k4v {
  display: contents;
}
 
.check-check6 {
  gap: var(--dl-layout-space-halfunit);
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
}
 
.check-icon13 {
  width: 18px;
  height: 18px;
}
 
.check-text6 {
  font-size: 14px;
  font-family: Poppins;
  line-height: 24px;
}
 

 
@media(max-width: 1600px) {
  .check-text6 {
    color: rgb(47, 42, 38);
    font-size: 14px;
    font-family: Poppins;
    line-height: 24px;
  }
  .checkroot-class-name {
    fill: #2F2A26;
    color: #2F2A26;
  }
}
 
@media(max-width: 767px) {
  .check-text6 {
    font-size: 14px;
    font-family: Poppins;
    line-height: 21px;
  }
}

.check-wrapper-9shv {
  display: contents;
}
 
.check-check7 {
  gap: var(--dl-layout-space-halfunit);
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
}
 
.check-icon15 {
  width: 18px;
  height: 18px;
}
 
.check-text7 {
  font-size: 14px;
  font-family: Poppins;
  line-height: 24px;
}
 

 
@media(max-width: 1600px) {
  .check-text7 {
    color: rgb(47, 42, 38);
    font-size: 14px;
    font-family: Poppins;
    line-height: 24px;
  }
  .checkroot-class-name {
    fill: #2F2A26;
    color: #2F2A26;
  }
}
 
@media(max-width: 767px) {
  .check-text7 {
    font-size: 14px;
    font-family: Poppins;
    line-height: 21px;
  }
}

.check-wrapper-8zwx {
  display: contents;
}
 
.check-check8 {
  gap: var(--dl-layout-space-halfunit);
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
}
 
.check-icon17 {
  width: 18px;
  height: 18px;
}
 
.check-text8 {
  font-size: 14px;
  font-family: Poppins;
  line-height: 24px;
}
 

 
@media(max-width: 1600px) {
  .check-text8 {
    color: rgb(47, 42, 38);
    font-size: 14px;
    font-family: Poppins;
    line-height: 24px;
  }
  .checkroot-class-name {
    fill: #2F2A26;
    color: #2F2A26;
  }
}
 
@media(max-width: 767px) {
  .check-text8 {
    font-size: 14px;
    font-family: Poppins;
    line-height: 21px;
  }
}

.check-wrapper-xhop {
  display: contents;
}
 
.check-check9 {
  gap: var(--dl-layout-space-halfunit);
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
}
 
.check-icon19 {
  width: 18px;
  height: 18px;
}
 
.check-text9 {
  font-size: 14px;
  font-family: Poppins;
  line-height: 24px;
}
 

 
@media(max-width: 1600px) {
  .check-text9 {
    color: rgb(47, 42, 38);
    font-size: 14px;
    font-family: Poppins;
    line-height: 24px;
  }
  .checkroot-class-name {
    fill: #2F2A26;
    color: #2F2A26;
  }
}
 
@media(max-width: 767px) {
  .check-text9 {
    font-size: 14px;
    font-family: Poppins;
    line-height: 21px;
  }
}

.check-wrapper-8cei {
  display: contents;
}
 
.check-check10 {
  gap: var(--dl-layout-space-halfunit);
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
}
 
.check-icon21 {
  width: 18px;
  height: 18px;
}
 
.check-text10 {
  font-size: 14px;
  font-family: Poppins;
  line-height: 24px;
}
 

 
@media(max-width: 1600px) {
  .check-text10 {
    color: rgb(47, 42, 38);
    font-size: 14px;
    font-family: Poppins;
    line-height: 24px;
  }
  .checkroot-class-name {
    fill: #2F2A26;
    color: #2F2A26;
  }
}
 
@media(max-width: 767px) {
  .check-text10 {
    font-size: 14px;
    font-family: Poppins;
    line-height: 21px;
  }
}

.check-wrapper-mzsc {
  display: contents;
}
 
.check-check11 {
  gap: var(--dl-layout-space-halfunit);
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
}
 
.check-icon23 {
  width: 18px;
  height: 18px;
}
 
.check-text11 {
  font-size: 14px;
  font-family: Poppins;
  line-height: 24px;
}
 

 
@media(max-width: 1600px) {
  .check-text11 {
    color: rgb(47, 42, 38);
    font-size: 14px;
    font-family: Poppins;
    line-height: 24px;
  }
  .checkroot-class-name {
    fill: #2F2A26;
    color: #2F2A26;
  }
}
 
@media(max-width: 767px) {
  .check-text11 {
    font-size: 14px;
    font-family: Poppins;
    line-height: 21px;
  }
}

.check-wrapper-mbta {
  display: contents;
}
 
.check-check12 {
  gap: var(--dl-layout-space-halfunit);
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
}
 
.check-icon25 {
  width: 18px;
  height: 18px;
}
 
.check-text12 {
  font-size: 14px;
  font-family: Poppins;
  line-height: 24px;
}
 

 
@media(max-width: 1600px) {
  .check-text12 {
    color: rgb(47, 42, 38);
    font-size: 14px;
    font-family: Poppins;
    line-height: 24px;
  }
  .checkroot-class-name {
    fill: #2F2A26;
    color: #2F2A26;
  }
}
 
@media(max-width: 767px) {
  .check-text12 {
    font-size: 14px;
    font-family: Poppins;
    line-height: 21px;
  }
}

.check-wrapper-faxd {
  display: contents;
}
 
.check-check13 {
  gap: var(--dl-layout-space-halfunit);
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
}
 
.check-icon27 {
  width: 18px;
  height: 18px;
}
 
.check-text13 {
  font-size: 14px;
  font-family: Poppins;
  line-height: 24px;
}
 

 
@media(max-width: 1600px) {
  .check-text13 {
    color: rgb(47, 42, 38);
    font-size: 14px;
    font-family: Poppins;
    line-height: 24px;
  }
  .checkroot-class-name {
    fill: #2F2A26;
    color: #2F2A26;
  }
}
 
@media(max-width: 767px) {
  .check-text13 {
    font-size: 14px;
    font-family: Poppins;
    line-height: 21px;
  }
}

.check-wrapper-vfg3 {
  display: contents;
}
 
.check-check14 {
  gap: var(--dl-layout-space-halfunit);
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
}
 
.check-icon29 {
  width: 18px;
  height: 18px;
}
 
.check-text14 {
  font-size: 14px;
  font-family: Poppins;
  line-height: 24px;
}
 

 
@media(max-width: 1600px) {
  .check-text14 {
    color: rgb(47, 42, 38);
    font-size: 14px;
    font-family: Poppins;
    line-height: 24px;
  }
  .checkroot-class-name {
    fill: #2F2A26;
    color: #2F2A26;
  }
}
 
@media(max-width: 767px) {
  .check-text14 {
    font-size: 14px;
    font-family: Poppins;
    line-height: 21px;
  }
}

.check-wrapper-gtf6 {
  display: contents;
}
 
.check-check15 {
  gap: var(--dl-layout-space-halfunit);
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
}
 
.check-icon31 {
  width: 18px;
  height: 18px;
}
 
.check-text15 {
  font-size: 14px;
  font-family: Poppins;
  line-height: 24px;
}
 

 
@media(max-width: 1600px) {
  .check-text15 {
    color: rgb(47, 42, 38);
    font-size: 14px;
    font-family: Poppins;
    line-height: 24px;
  }
  .checkroot-class-name {
    fill: #2F2A26;
    color: #2F2A26;
  }
}
 
@media(max-width: 767px) {
  .check-text15 {
    font-size: 14px;
    font-family: Poppins;
    line-height: 21px;
  }
}

.quote-wrapper {
  display: contents;
}
 
.quote-quote1 {
  gap: var(--dl-layout-space-oneandhalfunits);
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: column;
}
 
.quote-quote2 {
  display: flex;
  align-items: center;
  text-overflow: ellipsis;
  flex-direction: column;
}
 
.quote-quote3 {
  font-size: 32px;
  font-style: italic;
  text-align: center;
  font-family: Poppins;
  font-weight: 400;
  line-height: 48px;
}
 
.quote-people {
  gap: var(--dl-layout-space-sixunits);
  cursor: pointer;
  display: flex;
  align-items: center;
  flex-direction: row;
}
 
.quote-person {
  gap: var(--dl-layout-space-unit);
  display: flex;
  align-items: center;
  flex-direction: row;
}
 
.quote-avatar {
  width: 55px;
  height: 55px;
  border-radius: var(--dl-layout-radius-round);
}
 
.home-fragment4 {
  display: contents;
}
 
.home-text75 {
  display: inline-block;
}
 

 

 

 
@media(max-width: 1600px) {
  .home-text75 {
    color: rgb(47, 42, 38);
    font-family: Poppins;
  }
}
 
@media(max-width: 767px) {
  .quote-quote3 {
    font-size: 24px;
    margin-top: var(--dl-layout-space-twounits);
    line-height: 36px;
  }
  .quote-person {
    flex-direction: column;
  }
}

.quote-wrapper-urm7 {
  display: contents;
}
 
.quote-quote4 {
  gap: var(--dl-layout-space-oneandhalfunits);
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: column;
}
 
.quote-quote5 {
  display: flex;
  align-items: center;
  text-overflow: ellipsis;
  flex-direction: column;
}
 
.quote-quote6 {
  font-size: 32px;
  font-style: italic;
  text-align: center;
  font-family: Poppins;
  font-weight: 400;
  line-height: 48px;
}
 
.quote-people1 {
  gap: var(--dl-layout-space-sixunits);
  cursor: pointer;
  display: flex;
  align-items: center;
  flex-direction: row;
}
 
.quote-person1 {
  gap: var(--dl-layout-space-unit);
  display: flex;
  align-items: center;
  flex-direction: row;
}
 
.quote-avatar1 {
  width: 55px;
  height: 55px;
  border-radius: var(--dl-layout-radius-round);
}
 
.home-fragment5 {
  display: contents;
}
 
.home-text82 {
  display: inline-block;
}
 

 

 

 
@media(max-width: 767px) {
  .quote-quote6 {
    font-size: 24px;
    margin-top: var(--dl-layout-space-twounits);
    line-height: 36px;
  }
  .quote-person1 {
    flex-direction: column;
  }
}

.quote-wrapper-pvyk {
  display: contents;
}
 
.quote-quote7 {
  gap: var(--dl-layout-space-oneandhalfunits);
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: column;
}
 
.quote-quote8 {
  display: flex;
  align-items: center;
  text-overflow: ellipsis;
  flex-direction: column;
}
 
.quote-quote9 {
  font-size: 32px;
  font-style: italic;
  text-align: center;
  font-family: Poppins;
  font-weight: 400;
  line-height: 48px;
}
 
.quote-people2 {
  gap: var(--dl-layout-space-sixunits);
  cursor: pointer;
  display: flex;
  align-items: center;
  flex-direction: row;
}
 
.quote-person2 {
  gap: var(--dl-layout-space-unit);
  display: flex;
  align-items: center;
  flex-direction: row;
}
 
.quote-avatar2 {
  width: 55px;
  height: 55px;
  border-radius: var(--dl-layout-radius-round);
}
 
.home-fragment6 {
  display: contents;
}
 
.home-text83 {
  display: inline-block;
}
 

 

 

 
@media(max-width: 767px) {
  .quote-quote9 {
    font-size: 24px;
    margin-top: var(--dl-layout-space-twounits);
    line-height: 36px;
  }
  .quote-person2 {
    flex-direction: column;
  }
}

.footer-wrapper {
  display: contents;
}
 
.footer-footer {
  gap: var(--dl-layout-space-threeunits);
  color: white;
  width: 100%;
  display: flex;
  position: relative;
  align-items: center;
  padding-top: var(--dl-layout-space-sixunits);
  padding-left: var(--dl-layout-space-fiveunits);
  padding-right: var(--dl-layout-space-fiveunits);
  flex-direction: column;
  padding-bottom: var(--dl-layout-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-layout-space-unit);
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
 
.footer-heading {
  gap: var(--dl-layout-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-pasted-image {
  width: 150px;
}
 
.footer-text1 {
  font-size: 14px;
  font-family: "Poppins";
  line-height: 21px;
}
 
.footer-links {
  gap: var(--dl-layout-space-fiveunits);
  display: flex;
  z-index: 15;
  align-items: flex-start;
  flex-direction: row;
  justify-content: center;
}
 
.footer-column1 {
  gap: var(--dl-layout-space-unit);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
 
.footer-header1 {
  font-size: 20px;
  font-style: normal;
  font-family: "Poppins";
  font-weight: 500;
  line-height: 30px;
}
 
.footer-link10 {
  color: rgb(196, 196, 196);
  cursor: pointer;
  font-size: 14px;
  transition: 0.3s;
  line-height: 21px;
}
 
.footer-link10:hover {
  color: rgba(196, 196, 196, 0.5);
}
 
.footer-link11 {
  color: rgb(196, 196, 196);
  cursor: pointer;
  font-size: 14px;
  transition: 0.3s;
  line-height: 21px;
}
 
.footer-link11:hover {
  color: rgba(196, 196, 196, 0.5);
}
 
.footer-link12 {
  color: rgb(196, 196, 196);
  cursor: pointer;
  font-size: 14px;
  transition: 0.3s;
  line-height: 21px;
}
 
.footer-link12:hover {
  color: rgba(196, 196, 196, 0.5);
}
 
.footer-link13 {
  color: rgb(196, 196, 196);
  cursor: pointer;
  font-size: 14px;
  transition: 0.3s;
  line-height: 21px;
}
 
.footer-link13:hover {
  color: rgba(196, 196, 196, 0.5);
}
 
.footer-link14 {
  color: rgb(196, 196, 196);
  cursor: pointer;
  font-size: 14px;
  transition: 0.3s;
  line-height: 21px;
}
 
.footer-link14:hover {
  color: rgba(196, 196, 196, 0.5);
}
 
.footer-column2 {
  gap: var(--dl-layout-space-unit);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
 
.footer-header2 {
  font-size: 20px;
  font-style: normal;
  font-family: Poppins;
  font-weight: 500;
  line-height: 30px;
}
 
.footer-link15 {
  color: rgb(196, 196, 196);
  cursor: pointer;
  font-size: 14px;
  transition: 0.3s;
  line-height: 21px;
}
 
.footer-link15:hover {
  color: rgba(196, 196, 196, 0.5);
}
 
.footer-link16 {
  color: rgb(196, 196, 196);
  cursor: pointer;
  font-size: 14px;
  transition: 0.3s;
  line-height: 21px;
}
 
.footer-link16:hover {
  color: rgba(196, 196, 196, 0.5);
}
 
.footer-link17 {
  color: rgb(196, 196, 196);
  cursor: pointer;
  font-size: 14px;
  transition: 0.3s;
  line-height: 21px;
}
 
.footer-link17:hover {
  color: rgba(196, 196, 196, 0.5);
}
 
.footer-link18 {
  color: rgb(196, 196, 196);
  cursor: pointer;
  font-size: 14px;
  transition: 0.3s;
  line-height: 21px;
}
 
.footer-link18:hover {
  color: rgba(196, 196, 196, 0.5);
}
 
.footer-link19 {
  color: rgb(196, 196, 196);
  cursor: pointer;
  font-size: 14px;
  transition: 0.3s;
  line-height: 21px;
}
 
.footer-link19:hover {
  color: rgba(196, 196, 196, 0.5);
}
 
.footer-text2 {
  color: rgb(196, 196, 196);
  width: 100%;
  font-size: 14px;
  max-width: 1200px;
  line-height: 21px;
}
 
.home-fragment7 {
  display: contents;
}
 
.home-text86 {
  display: inline-block;
}
 
.footerroot-class-name {
  background-color: #2F2A26;
}
 
@media(max-width: 1600px) {
  .footer-footer {
    background-color: #2F2A26;
  }
  .footer-text1 {
    color: rgb(250, 231, 181);
    font-size: 14px;
    font-family: Poppins;
    line-height: 21px;
  }
  .footer-header1 {
    color: rgb(250, 231, 181);
    font-size: 20px;
    font-style: normal;
    font-family: Poppins;
    font-weight: 500;
    line-height: 30px;
  }
  .footer-link10 {
    color: #ffffff;
    font-size: 14px;
    font-family: Poppins;
    line-height: 21px;
  }
  .footer-link11 {
    color: #ffffff;
    font-size: 14px;
    font-family: Poppins;
    line-height: 21px;
  }
  .footer-link12 {
    color: #ffffff;
    font-size: 14px;
    font-family: Poppins;
    line-height: 21px;
  }
  .footer-link13 {
    color: #ffffff;
    font-size: 14px;
    font-family: Poppins;
    line-height: 21px;
  }
  .footer-link14 {
    color: #ffffff;
    font-size: 14px;
    line-height: 21px;
  }
  .footer-header2 {
    color: rgb(250, 231, 181);
    font-size: 20px;
    font-style: normal;
    font-family: Poppins;
    font-weight: 500;
    line-height: 30px;
  }
  .footer-link15 {
    color: #ffffff;
    font-size: 14px;
    font-family: Poppins;
    line-height: 21px;
  }
  .footer-link16 {
    color: #ffffff;
    font-size: 14px;
    font-family: Poppins;
    line-height: 21px;
  }
  .footer-link17 {
    color: #ffffff;
    font-size: 14px;
    font-family: Poppins;
    line-height: 21px;
  }
  .footer-link19 {
    color: #ffffff;
    font-size: 14px;
    font-family: Poppins;
    line-height: 21px;
  }
  .footer-text2 {
    color: rgb(255, 255, 255);
    font-size: 14px;
    font-family: Poppins;
    line-height: 21px;
  }
  .home-text86 {
    font-family: Poppins;
  }
  .home-text87 {
    color: #ffffff;
  }
}
 
@media(max-width: 991px) {
  .footer-footer {
    padding-top: var(--dl-layout-space-fourunits);
    padding-left: var(--dl-layout-space-threeunits);
    padding-right: var(--dl-layout-space-threeunits);
    padding-bottom: var(--dl-layout-space-fourunits);
  }
}
 
@media(max-width: 767px) {
  .footer-footer {
    gap: var(--dl-layout-space-twounits);
  }
  .footer-content {
    gap: var(--dl-layout-space-threeunits);
    flex-direction: column;
    justify-content: flex-start;
  }
  .footer-information {
    gap: var(--dl-layout-space-oneandhalfunits);
  }
  .footer-heading {
    gap: var(--dl-layout-space-halfunit);
  }
  .footer-pasted-image {
    width: 100px;
  }
  .footer-text1 {
    font-size: 12px;
    line-height: 18px;
  }
  .footer-links {
    gap: var(--dl-layout-space-oneandhalfunits);
    width: 100%;
    flex-direction: column;
  }
  .footer-header1 {
    font-size: 16px;
    line-height: 24px;
  }
  .footer-header2 {
    font-size: 16px;
    line-height: 24px;
  }
}
 
@media(max-width: 479px) {
  .footer-links {
    width: 100%;
    flex-direction: column;
  }
}

.home-container1 {
  width: 100%;
  display: flex;
  min-height: 100vh;
  overflow-x: hidden;
  align-items: center;
  flex-direction: column;
}
 
.home-hero {
  width: 100%;
  height: 740px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
 
.home-heading10 {
  width: 100%;
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: column;
}
 
.home-content10 {
  flex: 1;
  width: 100%;
  display: flex;
  position: relative;
  max-width: 1200px;
  align-items: center;
  padding-left: var(--dl-layout-space-oneandhalfunits);
  padding-right: var(--dl-layout-space-oneandhalfunits);
  flex-direction: row;
  justify-content: space-between;
}
 
.home-content11 {
  gap: var(--dl-layout-space-oneandhalfunits);
  flex: 0.5;
  display: flex;
  z-index: 20;
  align-items: flex-start;
  padding-top: var(--dl-layout-space-sixunits);
  flex-direction: column;
  padding-bottom: var(--dl-layout-space-sixunits);
  justify-content: center;
}
 
.home-title {
  color: rgb(47, 42, 38);
  font-size: 64px;
  font-style: normal;
  font-family: "Poppins";
  font-weight: 600;
  line-height: 76px;
}
 
.home-caption1 {
  color: #2f2a26;
  font-size: 18px;
  font-style: normal;
  font-family: "Poppins";
  font-weight: 400;
  line-height: 27px;
}
 
.home-link10 {
  display: contents;
}
 
.home-hero-buttons1 {
  gap: var(--dl-layout-space-unit);
  display: flex;
  z-index: 15;
  margin-top: var(--dl-layout-space-unit);
  align-items: center;
  flex-direction: row;
  justify-content: center;
  text-decoration: none;
}
 
.home-ios-btn1 {
  gap: var(--dl-layout-space-halfunit);
  fill: white;
  color: white;
  cursor: pointer;
  display: flex;
  transition: 0.3s;
  align-items: center;
  padding-top: var(--dl-layout-space-oneandhalfunits);
  padding-left: var(--dl-layout-space-twounits);
  border-radius: var(--dl-layout-radius-radius8);
  padding-right: var(--dl-layout-space-twounits);
  flex-direction: row;
  padding-bottom: var(--dl-layout-space-oneandhalfunits);
  justify-content: center;
  background-color: #FAE7B5;
}
 
.home-ios-btn1:hover {
  background-color: rgba(0, 0, 0, 0.75);
}
 
.home-caption2 {
  color: #2f2a26;
  font-style: normal;
  font-family: "Poppins";
  font-weight: 500;
}
 
.home-video {
  color: white;
  width: 100%;
  display: flex;
  z-index: 10;
  align-items: center;
  padding-top: var(--dl-layout-space-sixunits);
  padding-left: var(--dl-layout-space-oneandhalfunits);
  padding-right: var(--dl-layout-space-oneandhalfunits);
  flex-direction: column;
  padding-bottom: var(--dl-layout-space-sixunits);
  background-color: #2F2A26;
}
 
.home-text10 {
  color: rgb(244, 235, 220);
  width: 1151px;
  height: 92px;
  font-size: 40px;
  font-style: normal;
  text-align: center;
  font-family: "Poppins";
  font-weight: 600;
}
 
.home-content12 {
  gap: var(--dl-layout-space-fiveunits);
  width: 100%;
  display: flex;
  max-width: 1200px;
  align-items: center;
  flex-direction: column;
}
 
.home-header1 {
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.home-stats {
  width: 100%;
  display: flex;
  z-index: 10;
  max-width: 1200px;
  align-items: center;
  padding-top: var(--dl-layout-space-fiveunits);
  padding-left: var(--dl-layout-space-oneandhalfunits);
  padding-right: var(--dl-layout-space-oneandhalfunits);
  flex-direction: row;
  justify-content: center;
}
 
.home-stat1 {
  gap: var(--dl-layout-space-oneandhalfunits);
  display: flex;
  align-items: center;
  border-color: #DBDBDB;
  padding-left: var(--dl-layout-space-threeunits);
  padding-right: var(--dl-layout-space-threeunits);
  flex-direction: column;
  padding-bottom: var(--dl-layout-space-fiveunits);
  justify-content: center;
  border-right-width: 1px;
  border-bottom-width: 1px;
}
 
.home-caption3 {
  color: #f4ebdc;
  font-size: 40px;
  font-style: normal;
  font-family: "Poppins";
  font-weight: 600;
  line-height: 56px;
}
 
.home-description1 {
  color: #f4ebdc;
  width: 100%;
  font-size: 18px;
  max-width: 350px;
  text-align: center;
  font-family: "Poppins";
  line-height: 27px;
}
 
.home-stat2 {
  gap: var(--dl-layout-space-oneandhalfunits);
  display: flex;
  align-items: center;
  border-color: #DBDBDB;
  padding-left: var(--dl-layout-space-threeunits);
  padding-right: var(--dl-layout-space-threeunits);
  flex-direction: column;
  padding-bottom: var(--dl-layout-space-fiveunits);
  justify-content: center;
  border-bottom-width: 1px;
}
 
.home-caption4 {
  color: rgb(244, 235, 220);
  font-size: 40px;
  font-style: normal;
  font-family: "Poppins";
  font-weight: 600;
  line-height: 56px;
}
 
.home-description2 {
  color: #f4ebdc;
  width: 100%;
  font-size: 18px;
  max-width: 350px;
  text-align: center;
  font-family: "Poppins";
  line-height: 27px;
}
 
.home-stat3 {
  gap: var(--dl-layout-space-oneandhalfunits);
  display: flex;
  align-items: center;
  border-color: #DBDBDB;
  padding-left: var(--dl-layout-space-threeunits);
  padding-right: var(--dl-layout-space-threeunits);
  flex-direction: column;
  padding-bottom: var(--dl-layout-space-fiveunits);
  justify-content: center;
  border-left-width: 1px;
  border-bottom-width: 1px;
}
 
.home-caption5 {
  color: #f4ebdc;
  font-size: 40px;
  font-style: normal;
  font-family: "Poppins";
  font-weight: 600;
  line-height: 56px;
}
 
.home-description3 {
  color: #f4ebdc;
  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-layout-space-oneandhalfunits);
  padding-right: var(--dl-layout-space-oneandhalfunits);
  flex-direction: column;
}
 
.home-section1 {
  gap: var(--dl-layout-space-sixunits);
  width: 100%;
  display: flex;
  z-index: 10;
  align-items: center;
  padding-top: var(--dl-layout-space-sixunits);
  flex-direction: row;
  justify-content: center;
}
 
.home-image1 {
  width: 400px;
  height: 540px;
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: row;
  background-size: contain;
  justify-content: flex-end;
  background-image: url('https://images.pexels.com/photos/8691830/pexels-photo-8691830.jpeg?auto=compress&cs=tinysrgb&h=600');
  background-repeat: no-repeat;
  background-position: center;
}
 
.home-content13 {
  gap: var(--dl-layout-space-oneandhalfunits);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
 
.home-text11 {
  color: #2f2a26;
  font-size: 40px;
  max-width: 535px;
  font-style: normal;
  font-family: "Poppins";
  font-weight: 600;
  line-height: 56px;
}
 
.home-fragment1 {
  display: contents;
}
 
.home-text12 {
  display: inline-block;
}
 
.home-fragment2 {
  display: contents;
}
 
.home-text13 {
  display: inline-block;
}
 
.home-explore1 {
  cursor: pointer;
  display: flex;
  margin-top: var(--dl-layout-space-unit);
  transition: 0.3s;
  align-items: flex-start;
  border-width: 0px;
  flex-direction: column;
  padding-bottom: 4px;
  border-bottom-width: 1px;
}
 
.home-explore1:hover {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.3);
}
 
.home-link11 {
  color: #2f2a26;
  font-family: "Poppins";
  text-decoration: none;
}
 
.home-section2 {
  gap: var(--dl-layout-space-sixunits);
  width: 100%;
  display: flex;
  z-index: 10;
  align-items: center;
  padding-top: var(--dl-layout-space-sixunits);
  flex-direction: row;
  justify-content: center;
}
 
.home-content14 {
  gap: var(--dl-layout-space-oneandhalfunits);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
 
.home-heading11 {
  gap: var(--dl-layout-space-unit);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
 
.home-text16 {
  color: #2f2a26;
  font-size: 40px;
  max-width: 535px;
  font-style: normal;
  font-family: "Poppins";
  font-weight: 600;
  line-height: 56px;
}
 
.home-text17 {
  font-size: 18px;
  max-width: 535px;
  font-family: "Poppins";
  line-height: 27px;
}
 
.home-text18 {
  color: #2f2a26;
}
 
.home-content15 {
  gap: var(--dl-layout-space-threeunits);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
 
.home-points {
  gap: var(--dl-layout-space-unit);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
 
.home-link12 {
  display: contents;
}
 
.home-get-started1 {
  display: flex;
  transition: 0.3s;
  align-items: flex-start;
  padding-top: var(--dl-layout-space-oneandhalfunits);
  padding-left: var(--dl-layout-space-twounits);
  border-radius: var(--dl-layout-radius-radius8);
  padding-right: var(--dl-layout-space-twounits);
  flex-direction: row;
  padding-bottom: var(--dl-layout-space-oneandhalfunits);
  justify-content: center;
  text-decoration: none;
  background-color: #FAE7B5;
}
 
.home-get-started1:hover {
  background-color: rgba(173, 226, 223, 0.5);
}
 
.home-sign-up {
  font-style: normal;
  font-family: "Poppins";
  font-weight: 500;
}
 
.home-image2 {
  width: 370px;
  height: 600px;
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: row;
  background-size: cover;
  justify-content: flex-end;
  background-image: url('https://images.pexels.com/photos/4269202/pexels-photo-4269202.jpeg?auto=compress&cs=tinysrgb&h=600');
  background-repeat: no-repeat;
  background-position: center;
}
 
.home-section3 {
  gap: var(--dl-layout-space-sixunits);
  width: 100%;
  display: flex;
  z-index: 10;
  align-items: flex-start;
  flex-direction: row;
  padding-bottom: var(--dl-layout-space-sixunits);
  justify-content: center;
}
 
.home-image3 {
  width: 400px;
  border: 2px dashed rgba(120, 120, 120, 0.4);
  height: 590px;
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: row;
  background-size: cover;
  justify-content: center;
  background-image: url('https://images.unsplash.com/photo-1679558916045-7bd5ca173dfe?ixid=M3w5MTMyMXwwfDF8c2VhcmNofDE1fHxsdXh1cnklMjBjbGluaWN8ZW58MHx8fHwxNzYxNjA5NDkxfDA&ixlib=rb-4.1.0&h=600');
  background-repeat: no-repeat;
  background-position: center;
}
 
.home-content16 {
  gap: var(--dl-layout-space-oneandhalfunits);
  display: flex;
  margin-top: var(--dl-layout-space-fiveunits);
  align-items: flex-start;
  flex-direction: column;
}
 
.home-text20 {
  color: #2f2a26;
  font-size: 40px;
  max-width: 640px;
  font-style: normal;
  font-family: Poppins;
  font-weight: 600;
  line-height: 56px;
}
 
.home-fragment3 {
  display: contents;
}
 
.home-text23 {
  color: #2f2a26;
  display: inline-block;
}
 
.home-banner-container {
  width: 100%;
  display: flex;
  align-items: center;
  padding-left: var(--dl-layout-space-unit);
  padding-right: var(--dl-layout-space-unit);
  flex-direction: column;
}
 
.home-banner {
  width: 100%;
  height: 360px;
  display: flex;
  overflow: hidden;
  position: relative;
  max-width: 1200px;
  align-items: center;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
}
 
.home-overlay1 {
  gap: var(--dl-layout-space-threeunits);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  padding-top: var(--dl-layout-space-fiveunits);
  padding-left: var(--dl-layout-space-fiveunits);
  padding-right: var(--dl-layout-space-fiveunits);
  flex-direction: column;
  padding-bottom: var(--dl-layout-space-fiveunits);
  justify-content: center;
  background-image: radial-gradient(circle at right bottom, rgb(238, 223, 210) 0.00%,rgb(238, 223, 210) 0.00%,rgb(238, 223, 210) 0.00%,rgb(201, 182, 165) 100.00%);
}
 
.home-text26 {
  color: rgb(244, 235, 220);
  width: 100%;
  font-size: 40px;
  max-width: 490px;
  font-style: normal;
  font-family: "Poppins";
  font-weight: 600;
}
 
.home-link13 {
  display: contents;
}
 
.home-book-btn {
  cursor: pointer;
  display: flex;
  transition: 0.3s;
  align-items: flex-start;
  padding-top: var(--dl-layout-space-oneandhalfunits);
  padding-left: var(--dl-layout-space-twounits);
  border-radius: var(--dl-layout-radius-radius8);
  padding-right: var(--dl-layout-space-twounits);
  flex-direction: column;
  padding-bottom: var(--dl-layout-space-oneandhalfunits);
  justify-content: center;
  text-decoration: none;
  background-color: #2F2A26;
}
 
.home-book-btn:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
 
.home-text27 {
  color: #f4ebdc;
  width: 100%;
  max-width: 490px;
  font-style: normal;
  font-family: "Poppins";
  font-weight: 500;
}
 
.home-features {
  gap: var(--dl-layout-space-fiveunits);
  width: 100%;
  display: flex;
  max-width: 1200px;
  align-items: flex-start;
  padding-top: var(--dl-layout-space-sixunits);
  padding-left: var(--dl-layout-space-oneandhalfunits);
  border-radius: 16px;
  padding-right: var(--dl-layout-space-oneandhalfunits);
  flex-direction: column;
  padding-bottom: var(--dl-layout-space-sixunits);
  justify-content: flex-start;
}
 
.home-header2 {
  gap: var(--dl-layout-space-oneandhalfunits);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
 
.home-tag1 {
  display: flex;
  align-items: center;
  padding-top: var(--dl-layout-space-halfunit);
  padding-left: var(--dl-layout-space-unit);
  border-radius: var(--dl-layout-radius-radius8);
  padding-right: var(--dl-layout-space-unit);
  flex-direction: column;
  padding-bottom: var(--dl-layout-space-halfunit);
  justify-content: center;
  background-color: #FAE7B5;
}
 
.home-text28 {
  color: rgb(47, 42, 38);
  font-style: normal;
  font-family: "Poppins";
  font-weight: 500;
}
 
.home-heading12 {
  gap: var(--dl-layout-space-unit);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
 
.home-text29 {
  color: rgb(47, 42, 38);
  width: 518px;
  font-size: 40px;
  max-width: 400px;
  font-family: "Poppins";
  font-weight: 600;
  line-height: 56px;
}
 
.home-text30 {
  font-style: normal;
}
 
.home-text32 {
  font-style: normal;
}
 
.home-text33 {
  color: rgb(47, 42, 38);
  width: 100%;
  font-size: 18px;
  max-width: 600px;
  line-height: 27px;
}
 
.home-text34 {
  font-family: "Poppins";
}
 
.home-feature-list {
  gap: var(--dl-layout-space-fourunits);
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  flex-direction: row;
  justify-content: flex-start;
}
 
.home-pricing {
  width: 100%;
  display: flex;
  align-items: center;
  padding-top: var(--dl-layout-space-sixunits);
  padding-left: var(--dl-layout-space-oneandhalfunits);
  border-radius: 16px;
  padding-right: var(--dl-layout-space-oneandhalfunits);
  flex-direction: column;
  padding-bottom: var(--dl-layout-space-sixunits);
  background-color: #F4EBDC;
}
 
.home-content17 {
  gap: var(--dl-layout-space-fiveunits);
  width: 100%;
  display: flex;
  max-width: 1200px;
  align-items: center;
  flex-direction: column;
}
 
.home-header3 {
  gap: var(--dl-layout-space-oneandhalfunits);
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
}
 
.home-tag2 {
  display: flex;
  align-items: center;
  padding-top: var(--dl-layout-space-halfunit);
  padding-left: var(--dl-layout-space-unit);
  border-radius: var(--dl-layout-radius-radius8);
  padding-right: var(--dl-layout-space-unit);
  flex-direction: column;
  padding-bottom: var(--dl-layout-space-halfunit);
  justify-content: center;
  background-color: #FAE7B5;
}
 
.home-text36 {
  font-style: normal;
  font-family: "Poppins";
  font-weight: 500;
}
 
.home-heading13 {
  gap: var(--dl-layout-space-unit);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
 
.home-text37 {
  color: #2f2a26;
  width: 100%;
  font-size: 40px;
  max-width: 600px;
  font-style: normal;
  text-align: center;
  font-family: "Poppins";
  font-weight: 600;
  line-height: 56px;
}
 
.home-pricing-plans {
  flex: 1;
  width: 915px;
  display: grid;
  overflow: hidden;
  align-items: flex-start;
  border-color: #DBDBDB;
  border-width: 1px;
  border-radius: 16px;
  flex-direction: row;
  justify-content: flex-start;
  background-color: #C9B6A5;
  grid-template-columns: auto auto;
}
 
.home-plans1 {
  flex: 1;
  height: 100%;
  display: grid;
  padding-top: var(--dl-layout-space-twounits);
  padding-left: TwoUnits;
  padding-bottom: var(--dl-layout-space-twounits);
  background-color: #ffffff;
  grid-template-columns: auto auto auto;
}
 
.home-plan1 {
  width: 100%;
  height: 100%;
  display: flex;
  max-width: 300px;
  align-items: flex-start;
  border-color: #DBDBDB;
  padding-left: var(--dl-layout-space-twounits);
  padding-right: var(--dl-layout-space-twounits);
  flex-direction: column;
  justify-content: space-between;
  border-right-width: 1px;
}
 
.home-top1 {
  gap: var(--dl-layout-space-oneandhalfunits);
  display: flex;
  align-items: flex-start;
  border-color: #DBDBDB;
  flex-direction: column;
  padding-bottom: var(--dl-layout-space-twounits);
  justify-content: flex-start;
  border-bottom-width: 1px;
}
 
.home-heading14 {
  gap: var(--dl-layout-space-unit);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
 
.home-text38 {
  font-size: 20px;
  font-style: normal;
  font-family: Poppins;
  font-weight: 600;
}
 
.home-text39 {
  font-family: Poppins;
  line-height: 24px;
}
 
.home-cost1 {
  gap: var(--dl-layout-space-halfunit);
  width: 100%;
  display: flex;
  align-items: flex-end;
  flex-direction: row;
  justify-content: flex-start;
}
 
.home-text40 {
  font-size: 40px;
  font-style: normal;
  font-family: Poppins;
  font-weight: 600;
  line-height: 40px;
}
 
.home-text41 {
  font-family: Poppins;
}
 
.home-bottom1 {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  padding-top: var(--dl-layout-space-twounits);
  flex-direction: column;
  justify-content: space-between;
}
 
.home-check-list1 {
  gap: var(--dl-layout-space-halfunit);
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  padding-bottom: var(--dl-layout-space-threeunits);
  justify-content: flex-start;
}
 
.home-link14 {
  display: contents;
}
 
.home-button1 {
  width: 100%;
  cursor: pointer;
  display: flex;
  transition: 0.3s;
  align-items: center;
  padding-top: var(--dl-layout-space-oneandhalfunits);
  padding-left: var(--dl-layout-space-twounits);
  border-radius: var(--dl-layout-radius-radius8);
  padding-right: var(--dl-layout-space-twounits);
  flex-direction: column;
  padding-bottom: var(--dl-layout-space-oneandhalfunits);
  justify-content: center;
  text-decoration: none;
  background-color: #FAE7B5;
}
 
.home-button1:hover {
  background-color: rgba(173, 226, 223, 0.5);
}
 
.home-text42 {
  font-style: normal;
  font-family: "Poppins";
  font-weight: 500;
}
 
.home-plan2 {
  width: 100%;
  height: 100%;
  display: flex;
  max-width: 300px;
  align-items: flex-start;
  padding-left: var(--dl-layout-space-twounits);
  padding-right: var(--dl-layout-space-twounits);
  flex-direction: column;
  justify-content: space-between;
}
 
.home-top2 {
  gap: var(--dl-layout-space-oneandhalfunits);
  display: flex;
  align-items: flex-start;
  border-color: #DBDBDB;
  flex-direction: column;
  padding-bottom: var(--dl-layout-space-twounits);
  justify-content: flex-start;
  border-bottom-width: 1px;
}
 
.home-heading15 {
  gap: var(--dl-layout-space-unit);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
 
.home-text43 {
  font-size: 20px;
  font-style: normal;
  font-family: Poppins;
  font-weight: 600;
}
 
.home-text44 {
  font-family: Poppins;
  line-height: 24px;
}
 
.home-cost2 {
  gap: var(--dl-layout-space-halfunit);
  width: 100%;
  display: flex;
  align-items: flex-end;
  flex-direction: row;
  justify-content: flex-start;
}
 
.home-text45 {
  font-size: 40px;
  font-style: normal;
  font-family: Poppins;
  font-weight: 600;
  line-height: 40px;
}
 
.home-text46 {
  font-family: Poppins;
}
 
.home-bottom2 {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  padding-top: var(--dl-layout-space-twounits);
  flex-direction: column;
  justify-content: space-between;
}
 
.home-check-list2 {
  gap: var(--dl-layout-space-halfunit);
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  padding-bottom: var(--dl-layout-space-threeunits);
  justify-content: flex-start;
}
 
.home-link15 {
  display: contents;
}
 
.home-button2 {
  width: 100%;
  cursor: pointer;
  display: flex;
  transition: 0.3s;
  align-items: center;
  padding-top: var(--dl-layout-space-oneandhalfunits);
  padding-left: var(--dl-layout-space-twounits);
  border-radius: var(--dl-layout-radius-radius8);
  padding-right: var(--dl-layout-space-twounits);
  flex-direction: column;
  padding-bottom: var(--dl-layout-space-oneandhalfunits);
  justify-content: center;
  text-decoration: none;
  background-color: #FAE7B5;
}
 
.home-button2:hover {
  background-color: rgba(173, 226, 223, 0.5);
}
 
.home-text47 {
  font-style: normal;
  font-family: "Poppins";
  font-weight: 500;
}
 
.home-expand1 {
  flex: 0.3;
  height: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: space-between;
}
 
.home-overlay2 {
  flex: 1;
  display: flex;
  padding: var(--dl-layout-space-twounits);
  align-items: center;
  flex-direction: column;
  background-size: cover;
  justify-content: space-between;
  background-image: url("public/planbackground.svg");
}
 
.home-header4 {
  gap: var(--dl-layout-space-twounits);
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
 
.home-heading16 {
  gap: var(--dl-layout-space-unit);
  width: 100%;
  display: flex;
  max-width: 256px;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
 
.home-text48 {
  color: #ffffff;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
}
 
.home-text49 {
  color: #f4ebdc;
  font-size: 24px;
  font-style: normal;
  font-family: "Poppins";
  font-weight: 500;
  line-height: 31px;
}
 
.home-check-list3 {
  gap: var(--dl-layout-space-halfunit);
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
 
.home-check1 {
  gap: var(--dl-layout-space-halfunit);
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
}
 
.home-icon10 {
  fill: #ffffff;
  width: 18px;
  height: 18px;
}
 
.home-text50 {
  color: #ffffff;
  font-size: 14px;
  font-family: Poppins;
  line-height: 24px;
}
 
.home-check2 {
  gap: var(--dl-layout-space-halfunit);
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
}
 
.home-icon12 {
  fill: #ffffff;
  width: 18px;
  height: 18px;
}
 
.home-text51 {
  color: rgb(255, 255, 255);
  font-size: 14px;
  font-family: Poppins;
  line-height: 24px;
}
 
.home-check3 {
  gap: var(--dl-layout-space-halfunit);
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
}
 
.home-icon14 {
  fill: #ffffff;
  width: 18px;
  height: 18px;
}
 
.home-text52 {
  color: rgb(255, 255, 255);
  font-size: 14px;
  font-family: Poppins;
  line-height: 24px;
}
 
.home-link16 {
  display: contents;
}
 
.home-button3 {
  width: 100%;
  cursor: pointer;
  display: flex;
  transition: 0.3s;
  align-items: center;
  padding-top: var(--dl-layout-space-oneandhalfunits);
  padding-left: var(--dl-layout-space-twounits);
  border-radius: var(--dl-layout-radius-radius8);
  padding-right: var(--dl-layout-space-twounits);
  flex-direction: column;
  padding-bottom: var(--dl-layout-space-oneandhalfunits);
  justify-content: center;
  text-decoration: none;
  background-color: #000000;
}
 
.home-button3:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
 
.home-text53 {
  fill: #F4EBDC;
  color: #F4EBDC;
  font-style: normal;
  font-family: "Poppins";
  font-weight: 500;
}
 
.home-text54 {
  fill: #F4EBDC;
  color: #F4EBDC;
  font-family: "Poppins";
}
 
.home-text55 {
  fill: #F4EBDC;
  color: #F4EBDC;
  font-family: "Poppins";
}
 
.home-plans2 {
  width: 100%;
  height: 100%;
  display: none;
  align-items: center;
  flex-direction: column;
}
 
.home-plan3 {
  width: 100%;
  height: 100%;
  display: flex;
  max-width: 300px;
  align-items: flex-start;
  border-color: #DBDBDB;
  padding-left: var(--dl-layout-space-twounits);
  padding-right: var(--dl-layout-space-twounits);
  flex-direction: column;
  justify-content: space-between;
  border-right-width: 1px;
}
 
.home-top3 {
  gap: var(--dl-layout-space-oneandhalfunits);
  display: flex;
  align-items: flex-start;
  border-color: #DBDBDB;
  flex-direction: column;
  padding-bottom: var(--dl-layout-space-twounits);
  justify-content: flex-start;
  border-bottom-width: 1px;
}
 
.home-heading17 {
  gap: var(--dl-layout-space-unit);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
 
.home-text56 {
  font-size: 20px;
  font-style: normal;
  font-family: Poppins;
  font-weight: 600;
}
 
.home-text57 {
  font-family: Poppins;
  line-height: 24px;
}
 
.home-cost3 {
  gap: var(--dl-layout-space-halfunit);
  width: 100%;
  display: flex;
  align-items: flex-end;
  flex-direction: row;
  justify-content: flex-start;
}
 
.home-text58 {
  font-size: 40px;
  font-style: normal;
  font-family: Poppins;
  font-weight: 600;
  line-height: 40px;
}
 
.home-text59 {
  font-family: Poppins;
}
 
.home-bottom3 {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  padding-top: var(--dl-layout-space-twounits);
  flex-direction: column;
  justify-content: space-between;
}
 
.home-check-list4 {
  gap: var(--dl-layout-space-halfunit);
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  padding-bottom: var(--dl-layout-space-threeunits);
  justify-content: flex-start;
}
 
.home-button4 {
  width: 100%;
  cursor: pointer;
  display: flex;
  transition: 0.3s;
  align-items: center;
  padding-top: var(--dl-layout-space-oneandhalfunits);
  padding-left: var(--dl-layout-space-twounits);
  border-radius: var(--dl-layout-radius-radius8);
  padding-right: var(--dl-layout-space-twounits);
  flex-direction: column;
  padding-bottom: var(--dl-layout-space-oneandhalfunits);
  justify-content: center;
  background-color: #ADE2DF;
}
 
.home-button4:hover {
  background-color: rgba(173, 226, 223, 0.5);
}
 
.home-text60 {
  font-style: normal;
  font-weight: 500;
}
 
.home-plan4 {
  width: 100%;
  height: 100%;
  display: flex;
  max-width: 300px;
  align-items: flex-start;
  border-color: #DBDBDB;
  padding-left: var(--dl-layout-space-twounits);
  padding-right: var(--dl-layout-space-twounits);
  flex-direction: column;
  justify-content: space-between;
  border-right-width: 1px;
}
 
.home-top4 {
  gap: var(--dl-layout-space-oneandhalfunits);
  display: flex;
  align-items: flex-start;
  border-color: #DBDBDB;
  flex-direction: column;
  padding-bottom: var(--dl-layout-space-twounits);
  justify-content: flex-start;
  border-bottom-width: 1px;
}
 
.home-heading18 {
  gap: var(--dl-layout-space-unit);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
 
.home-text61 {
  font-size: 20px;
  font-style: normal;
  font-family: Poppins;
  font-weight: 600;
}
 
.home-text62 {
  font-family: Poppins;
  line-height: 24px;
}
 
.home-cost4 {
  gap: var(--dl-layout-space-halfunit);
  width: 100%;
  display: flex;
  align-items: flex-end;
  flex-direction: row;
  justify-content: flex-start;
}
 
.home-text63 {
  font-size: 40px;
  font-style: normal;
  font-family: Poppins;
  font-weight: 600;
  line-height: 40px;
}
 
.home-text64 {
  font-family: Poppins;
}
 
.home-bottom4 {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  padding-top: var(--dl-layout-space-twounits);
  flex-direction: column;
  justify-content: space-between;
}
 
.home-check-list5 {
  gap: var(--dl-layout-space-halfunit);
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  padding-bottom: var(--dl-layout-space-threeunits);
  justify-content: flex-start;
}
 
.home-button5 {
  width: 100%;
  cursor: pointer;
  display: flex;
  transition: 0.3s;
  align-items: center;
  padding-top: var(--dl-layout-space-oneandhalfunits);
  padding-left: var(--dl-layout-space-twounits);
  border-radius: var(--dl-layout-radius-radius8);
  padding-right: var(--dl-layout-space-twounits);
  flex-direction: column;
  padding-bottom: var(--dl-layout-space-oneandhalfunits);
  justify-content: center;
  background-color: #ADE2DF;
}
 
.home-button5:hover {
  background-color: rgba(173, 226, 223, 0.5);
}
 
.home-text65 {
  font-style: normal;
  font-weight: 500;
}
 
.home-expand2 {
  flex: 0.3;
  height: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: space-between;
}
 
.home-overlay3 {
  flex: 1;
  display: flex;
  padding: var(--dl-layout-space-twounits);
  align-items: center;
  flex-direction: column;
  background-size: cover;
  justify-content: space-between;
  background-image: url("public/planbackground.svg");
}
 
.home-header5 {
  gap: var(--dl-layout-space-twounits);
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
 
.home-heading19 {
  gap: var(--dl-layout-space-unit);
  width: 100%;
  display: flex;
  max-width: 256px;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
 
.home-text66 {
  color: #ffffff;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
}
 
.home-text67 {
  color: #C1FFFC;
  font-size: 24px;
  font-style: normal;
  font-family: Poppins;
  font-weight: 500;
  line-height: 31px;
}
 
.home-check-list6 {
  gap: var(--dl-layout-space-halfunit);
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
 
.home-check4 {
  gap: var(--dl-layout-space-halfunit);
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
}
 
.home-icon16 {
  fill: #ffffff;
  width: 18px;
  height: 18px;
}
 
.home-text68 {
  color: #ffffff;
  font-size: 14px;
  font-family: Poppins;
  line-height: 24px;
}
 
.home-check5 {
  gap: var(--dl-layout-space-halfunit);
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
}
 
.home-icon18 {
  fill: #ffffff;
  width: 18px;
  height: 18px;
}
 
.home-text69 {
  color: rgb(255, 255, 255);
  font-size: 14px;
  font-family: Poppins;
  line-height: 24px;
}
 
.home-check6 {
  gap: var(--dl-layout-space-halfunit);
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
}
 
.home-icon20 {
  fill: #ffffff;
  width: 18px;
  height: 18px;
}
 
.home-text70 {
  color: rgb(255, 255, 255);
  font-size: 14px;
  font-family: Poppins;
  line-height: 24px;
}
 
.home-button6 {
  width: 100%;
  cursor: pointer;
  display: flex;
  transition: 0.3s;
  align-items: center;
  padding-top: var(--dl-layout-space-oneandhalfunits);
  padding-left: var(--dl-layout-space-twounits);
  border-radius: var(--dl-layout-radius-radius8);
  padding-right: var(--dl-layout-space-twounits);
  flex-direction: column;
  padding-bottom: var(--dl-layout-space-oneandhalfunits);
  justify-content: center;
  background-color: #000000;
}
 
.home-button6:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
 
.home-text71 {
  color: rgb(255, 255, 255);
  font-style: normal;
  font-weight: 500;
}
 
.home-help {
  gap: var(--dl-layout-space-halfunit);
  display: flex;
  align-items: flex-start;
  padding-top: var(--dl-layout-space-threeunits);
  flex-direction: row;
}
 
.home-text74 {
  font-family: "Poppins";
}
 
.home-explore2 {
  cursor: pointer;
  display: flex;
  transition: 0.3s;
  align-items: flex-start;
  border-width: 0px;
  flex-direction: column;
  padding-bottom: 4px;
  border-bottom-width: 1px;
}
 
.home-explore2:hover {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.3);
}
 
.home-link17 {
  font-style: normal;
  font-family: "Poppins";
  font-weight: 600;
  text-decoration: none;
}
 
.home-testimonials {
  width: 100%;
  display: flex;
  max-width: 900px;
  align-items: stretch;
  padding-top: var(--dl-layout-space-sixunits);
  padding-left: var(--dl-layout-space-oneandhalfunits);
  padding-right: var(--dl-layout-space-oneandhalfunits);
  flex-direction: column;
  padding-bottom: var(--dl-layout-space-sixunits);
}
 
.home-logo-container {
  display: flex;
  padding: var(--dl-layout-space-unit);
  align-self: center;
  align-items: center;
  border-radius: var(--dl-layout-radius-radius8);
  margin-bottom: var(--dl-layout-space-threeunits);
  flex-direction: column;
  background-color: #2F2A26;
}
 
.home-logo {
  width: 25px;
  height: 24px;
}
 
.home-content18 {
  display: flex;
  position: relative;
  align-items: stretch;
  flex-direction: column;
}
 
.home-quotes {
  display: flex;
  align-items: center;
  flex-direction: column;
}
 
.home-fragment4 {
  display: contents;
}
 
.home-text75 {
  display: inline-block;
}
 
.home-fragment5 {
  display: contents;
}
 
.home-text82 {
  display: inline-block;
}
 
.home-fragment6 {
  display: contents;
}
 
.home-text83 {
  display: inline-block;
}
 
.home-buttons {
  width: 100%;
  display: flex;
  z-index: 100;
  max-width: 500px;
  align-self: center;
  margin-top: -55px;
  align-items: flex-end;
  flex-direction: row;
  justify-content: space-between;
}
 
.home-left {
  fill: #DBDBDB;
  cursor: pointer;
  display: flex;
  padding: var(--dl-layout-space-unit);
  transition: 0.3s;
  align-items: center;
  border-color: #DBDBDB;
  border-width: 1px;
  border-radius: var(--dl-layout-radius-round);
  flex-direction: row;
}
 
.home-left:hover {
  fill: #000;
  border-color: #000;
}
 
.home-icon22 {
  width: 19px;
  height: 19px;
}
 
.home-right {
  fill: #DBDBDB;
  cursor: pointer;
  display: flex;
  padding: var(--dl-layout-space-unit);
  transition: 0.3s;
  align-items: center;
  border-color: #DBDBDB;
  border-width: 1px;
  border-radius: var(--dl-layout-radius-round);
  flex-direction: row;
}
 
.home-right:hover {
  fill: #000;
  border-color: #000;
}
 
.home-icon24 {
  width: 19px;
  height: 19px;
}
 
.home-container3 {
  display: contents;
}
 
.home-get-started2 {
  width: 100%;
  display: flex;
  align-items: center;
  padding-top: var(--dl-layout-space-sixunits);
  padding-left: var(--dl-layout-space-oneandhalfunits);
  padding-right: var(--dl-layout-space-oneandhalfunits);
  flex-direction: column;
  padding-bottom: var(--dl-layout-space-sixunits);
  background-color: #C9B6A5;
}
 
.home-content19 {
  gap: var(--dl-layout-space-threeunits);
  display: flex;
  max-width: 600px;
  align-items: center;
  flex-direction: column;
}
 
.home-heading20 {
  gap: var(--dl-layout-space-unit);
  display: flex;
  align-items: center;
  flex-direction: column;
}
 
.home-text84 {
  fill: #EEDFD2;
  color: rgb(244, 235, 220);
  font-size: 64px;
  font-style: normal;
  text-align: center;
  font-family: "Poppins";
  font-weight: 600;
}
 
.home-text85 {
  color: rgb(244, 235, 220);
  font-size: 20px;
  text-align: center;
  font-family: "Poppins";
  line-height: 30px;
}
 
.home-hero-buttons2 {
  gap: var(--dl-layout-space-unit);
  display: flex;
  z-index: 15;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
 
.home-link18 {
  display: contents;
}
 
.home-ios-btn2 {
  gap: var(--dl-layout-space-halfunit);
  fill: white;
  color: white;
  cursor: pointer;
  display: flex;
  transition: 0.3s;
  align-items: center;
  padding-top: var(--dl-layout-space-oneandhalfunits);
  padding-left: var(--dl-layout-space-twounits);
  border-radius: var(--dl-layout-radius-radius8);
  padding-right: var(--dl-layout-space-twounits);
  flex-direction: row;
  padding-bottom: var(--dl-layout-space-oneandhalfunits);
  justify-content: center;
  text-decoration: none;
  background-color: #2F2A26;
}
 
.home-ios-btn2:hover {
  background-color: rgba(0, 0, 0, 0.75);
}
 
.home-caption6 {
  fill: #EEDFD2;
  color: rgb(244, 235, 220);
  font-style: normal;
  font-family: "Poppins";
  font-weight: 500;
}
 
.home-fragment7 {
  display: contents;
}
 
.home-text86 {
  display: inline-block;
}
 
.home-link19 {
  display: contents;
}
 
.home-container4 {
  right: 50px;
  border: 1px solid #ffffff5c;
  bottom: 30px;
  display: flex;
  z-index: 22;
  position: fixed;
  box-shadow: 5px 5px 10px 0px rgba(31, 31, 31, 0.4);
  min-height: auto;
  align-items: center;
  padding-top: 8px;
  padding-left: 12px;
  border-radius: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  backdrop-filter: blur(6px);
  background-color: rgba(41, 41, 41, 0.41);
}
 
.home-icon26 {
  width: 24px;
  margin-right: 4px;
}
 
.home-text89 {
  color: white;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
 
@media(max-width: 1600px) {
  .home-hero {
    height: 707px;
    background-size: cover;
    background-image: url('https://images.unsplash.com/photo-1610571169303-0c29b1934488?ixid=M3w5MTMyMXwwfDF8c2VhcmNofDIyfHxiZWlnZSUyMHxlbnwwfHx8fDE3NjE2MDY5NDJ8MA&ixlib=rb-4.1.0&w=1500');
  }
  .home-title {
    color: rgb(47, 42, 38);
    font-size: 64px;
    font-style: normal;
    font-family: Poppins;
    font-weight: 600;
    line-height: 76px;
  }
  .home-caption1 {
    color: rgb(47, 42, 38);
    font-size: 18px;
    font-style: normal;
    font-family: Poppins;
    font-weight: 400;
    line-height: 27px;
  }
  .home-caption2 {
    color: rgb(47, 42, 38);
    font-style: normal;
    font-family: Poppins;
    font-weight: 500;
  }
  .home-video {
    height: 606px;
  }
  .home-text10 {
    color: rgb(244, 235, 220);
    font-size: 40px;
    font-style: normal;
    font-family: Poppins;
    font-weight: 600;
  }
  .home-caption3 {
    color: #f4ebdc;
    font-size: 40px;
    font-style: normal;
    font-family: Poppins;
    font-weight: 600;
    line-height: 56px;
  }
  .home-description1 {
    color: #f4ebdc;
    font-size: 18px;
    font-family: Poppins;
    line-height: 27px;
  }
  .home-caption4 {
    color: rgb(244, 235, 220);
    font-size: 40px;
    font-style: normal;
    font-family: Poppins;
    font-weight: 600;
    line-height: 56px;
  }
  .home-description2 {
    color: #f4ebdc;
    font-size: 18px;
    font-family: Poppins;
    line-height: 27px;
  }
  .home-caption5 {
    color: #f4ebdc;
    font-size: 40px;
    font-style: normal;
    font-family: Poppins;
    font-weight: 600;
    line-height: 56px;
  }
  .home-description3 {
    color: #f4ebdc;
    font-size: 18px;
    font-family: Poppins;
    line-height: 27px;
  }
  .home-image1 {
    border-color: #ffffff;
    border-style: hidden;
    background-size: cover;
    background-image: url('https://images.pexels.com/photos/8691830/pexels-photo-8691830.jpeg?auto=compress&cs=tinysrgb&h=600');
  }
  .home-text11 {
    color: #2f2a26;
    font-size: 40px;
    font-style: normal;
    font-family: Poppins;
    font-weight: 600;
    line-height: 56px;
  }
  .home-text12 {
    color: #2f2a26;
    font-family: Poppins;
  }
  .home-text13 {
    color: rgb(47, 42, 38);
    font-family: Poppins;
  }
  .home-explore1 {
    border-color: #2F2A26;
  }
  .home-link11 {
    color: rgb(47, 42, 38);
    font-family: Poppins;
  }
  .home-text16 {
    color: rgb(47, 42, 38);
    font-size: 40px;
    font-style: normal;
    font-family: Poppins;
    font-weight: 600;
    line-height: 56px;
  }
  .home-text17 {
    font-family: Poppins;
  }
  .home-text18 {
    color: #2f2a26;
  }
  .home-get-started1 {
    background-color: #FAE7B5;
  }
  .home-sign-up {
    fill: #2F2A26;
    color: #2F2A26;
    font-family: Poppins;
  }
  .home-image2 {
    background-size: cover;
    background-image: url('https://images.pexels.com/photos/4269202/pexels-photo-4269202.jpeg?auto=compress&cs=tinysrgb&h=600');
  }
  .home-image3 {
    display: flex;
    border-style: hidden;
    background-size: cover;
    background-image: url('https://images.unsplash.com/photo-1679558916045-7bd5ca173dfe?ixid=M3w5MTMyMXwwfDF8c2VhcmNofDE1fHxsdXh1cnklMjBjbGluaWN8ZW58MHx8fHwxNzYxNjA5NDkxfDA&ixlib=rb-4.1.0&h=600');
  }
  .home-text21 {
    color: #2f2a26;
  }
  .home-text23 {
    color: #2f2a26;
    font-family: Poppins;
  }
  .home-text26 {
    color: rgb(244, 235, 220);
    font-size: 40px;
    font-style: normal;
    font-family: Poppins;
    font-weight: 600;
  }
  .home-text27 {
    color: rgb(244, 235, 220);
    font-style: normal;
    font-family: Poppins;
    font-weight: 500;
  }
  .home-text28 {
    color: rgb(47, 42, 38);
    font-style: normal;
    font-family: Poppins;
    font-weight: 500;
  }
  .home-text29 {
    color: rgb(47, 42, 38);
    font-family: Poppins;
  }
  .home-text30 {
    font-style: normal;
  }
  .home-text32 {
    font-style: normal;
  }
  .home-text33 {
    color: rgb(47, 42, 38);
    font-family: Poppins;
  }
  .home-tag2 {
    background-color: #FAE7B5;
  }
  .home-text36 {
    color: #2f2a26;
    font-style: normal;
    font-family: Poppins;
    font-weight: 500;
  }
  .home-text37 {
    color: rgb(47, 42, 38);
    font-size: 40px;
    font-style: normal;
    font-family: Poppins;
    font-weight: 600;
    line-height: 56px;
  }
  .home-pricing-plans {
    width: 922px;
  }
  .home-text38 {
    color: #2f2a26;
    font-size: 20px;
    font-style: normal;
    font-family: Poppins;
    font-weight: 600;
  }
  .home-text39 {
    color: #2f2a26;
    font-family: Poppins;
    line-height: 24px;
  }
  .home-text40 {
    color: #2f2a26;
    font-size: 40px;
    font-style: normal;
    font-family: Poppins;
    font-weight: 600;
    line-height: 40px;
  }
  .home-text41 {
    color: #2f2a26;
    font-family: Poppins;
  }
  .home-button1 {
    background-color: #FAE7B5;
  }
  .home-text42 {
    color: rgb(47, 42, 38);
    font-style: normal;
    font-family: Poppins;
    font-weight: 500;
  }
  .home-text43 {
    color: #2f2a26;
    font-size: 20px;
    font-style: normal;
    font-family: Poppins;
    font-weight: 600;
  }
  .home-text44 {
    color: rgb(47, 42, 38);
    font-family: Poppins;
    line-height: 24px;
  }
  .home-text45 {
    color: rgb(47, 42, 38);
    font-size: 40px;
    font-style: normal;
    font-family: Poppins;
    font-weight: 600;
    line-height: 40px;
  }
  .home-text46 {
    color: #2f2a26;
    font-family: Poppins;
  }
  .home-button2 {
    background-color: #FAE7B5;
  }
  .home-text47 {
    color: #2f2a26;
    font-style: normal;
    font-family: Poppins;
    font-weight: 500;
  }
  .home-expand1 {
    background-color: #C9B6A5;
  }
  .home-text48 {
    color: rgb(255, 255, 255);
    font-size: 20px;
    font-style: normal;
    font-family: Poppins;
    font-weight: 600;
  }
  .home-text49 {
    color: #eedfd2;
    font-size: 24px;
    font-style: normal;
    font-family: Poppins;
    font-weight: 500;
    line-height: 31px;
  }
  .home-text50 {
    color: rgb(255, 255, 255);
    font-size: 14px;
    font-family: Poppins;
    line-height: 24px;
  }
  .home-text51 {
    color: rgb(255, 255, 255);
    font-size: 14px;
    font-family: Poppins;
    line-height: 24px;
  }
  .home-text52 {
    color: rgb(255, 255, 255);
    font-size: 14px;
    font-family: Poppins;
    line-height: 24px;
  }
  .home-button3 {
    background-color: #2F2A26;
  }
  .home-text53 {
    color: #f4ebdc;
  }
  .home-text74 {
    color: #2f2a26;
    font-family: Poppins;
  }
  .home-explore2 {
    border-color: #2F2A26;
  }
  .home-link17 {
    color: #2f2a26;
    font-style: normal;
    font-family: Poppins;
    font-weight: 600;
  }
  .home-logo-container {
    background-color: #2F2A26;
  }
  .home-text75 {
    color: rgb(47, 42, 38);
    font-family: Poppins;
  }
  .home-text78 {
    text-align: center;
  }
  .home-text79 {
    font-weight: 700;
  }
  .home-text84 {
    color: rgb(244, 235, 220);
    font-size: 64px;
    font-style: normal;
    font-family: Poppins;
    font-weight: 600;
  }
  .home-text85 {
    color: rgb(244, 235, 220);
    font-size: 20px;
    font-family: Poppins;
    line-height: 30px;
  }
  .home-caption6 {
    color: rgb(244, 235, 220);
    font-style: normal;
    font-family: Poppins;
    font-weight: 500;
  }
  .home-text86 {
    font-family: Poppins;
  }
  .home-text87 {
    color: #ffffff;
  }
}
 
@media(max-width: 1200px) {
  .home-hero {
    height: 628px;
  }
  .home-video {
    height: 505px;
  }
  .home-text11 {
    color: rgb(47, 42, 38);
    font-size: 40px;
    font-style: normal;
    font-family: Poppins;
    font-weight: 600;
    line-height: 56px;
  }
  .home-text17 {
    font-family: Poppins;
  }
  .home-text39 {
    color: rgb(47, 42, 38);
    font-family: Poppins;
    line-height: 24px;
  }
}
 
@media(max-width: 991px) {
  .home-hero {
    height: 417px;
  }
  .home-content10 {
    flex-direction: column;
  }
  .home-content11 {
    gap: var(--dl-layout-space-unit);
    flex: 0 0 auto;
    padding-top: var(--dl-layout-space-unit);
    padding-bottom: 0px;
  }
  .home-title {
    font-size: 50px;
    text-align: left;
    line-height: 58px;
  }
  .home-caption1 {
    font-size: 16px;
  }
  .home-hero-buttons1 {
    width: 100%;
  }
  .home-ios-btn1 {
    flex: 1;
  }
  .home-video {
    height: 781px;
  }
  .home-text10 {
    width: 957px;
  }
  .home-content12 {
    gap: var(--dl-layout-space-threeunits);
  }
  .home-stats {
    padding-top: var(--dl-layout-space-threeunits);
    flex-direction: column;
  }
  .home-stat1 {
    gap: var(--dl-layout-space-halfunit);
    width: 100%;
    padding-bottom: var(--dl-layout-space-threeunits);
    border-right-width: 0px;
  }
  .home-caption3 {
    text-align: center;
    line-height: 32px;
  }
  .home-stat2 {
    gap: var(--dl-layout-space-halfunit);
    width: 100%;
    padding-top: var(--dl-layout-space-threeunits);
    padding-bottom: var(--dl-layout-space-threeunits);
  }
  .home-caption4 {
    text-align: center;
    line-height: 32px;
  }
  .home-stat3 {
    gap: var(--dl-layout-space-halfunit);
    width: 100%;
    padding-top: var(--dl-layout-space-threeunits);
    padding-bottom: var(--dl-layout-space-threeunits);
    border-left-width: 0px;
  }
  .home-caption5 {
    text-align: center;
    line-height: 32px;
  }
  .home-section1 {
    gap: var(--dl-layout-space-oneandhalfunits);
    padding-top: var(--dl-layout-space-fourunits);
    flex-direction: column-reverse;
  }
  .home-content13 {
    gap: var(--dl-layout-space-unit);
  }
  .home-explore1 {
    margin-top: var(--dl-layout-space-halfunit);
  }
  .home-section2 {
    padding-top: var(--dl-layout-space-fourunits);
    border-color: #DBDBDB;
    flex-direction: column;
    border-top-width: 1px;
  }
  .home-content14 {
    gap: var(--dl-layout-space-unit);
  }
  .home-content15 {
    gap: var(--dl-layout-space-twounits);
  }
  .home-section3 {
    align-items: center;
    padding-top: var(--dl-layout-space-fourunits);
    border-color: #DBDBDB;
    flex-direction: column-reverse;
    padding-bottom: var(--dl-layout-space-fourunits);
    border-top-width: 1px;
  }
  .home-content16 {
    margin-top: 0px;
  }
  .home-feature-list {
    width: 712px;
  }
  .home-pricing {
    padding-top: var(--dl-layout-space-fourunits);
    padding-bottom: var(--dl-layout-space-fourunits);
  }
  .home-content17 {
    gap: var(--dl-layout-space-threeunits);
  }
  .home-header3 {
    gap: var(--dl-layout-space-unit);
  }
  .home-pricing-plans {
    width: 635px;
    grid-template-columns: none;
  }
  .home-plans1 {
    padding-left: var(--dl-layout-space-unit);
    padding-right: var(--dl-layout-space-unit);
  }
  .home-overlay2 {
    width: 100%;
    background-size: contain;
    justify-content: space-between;
    background-repeat: no-repeat;
    background-position: right;
  }
  .home-header4 {
    gap: var(--dl-layout-space-oneandhalfunits);
  }
  .home-heading16 {
    gap: var(--dl-layout-space-halfunit);
    max-width: 600px;
  }
  .home-text48 {
    font-size: 18px;
  }
  .home-text49 {
    font-size: 20px;
    line-height: 26px;
  }
  .home-text50 {
    line-height: 21px;
  }
  .home-text51 {
    line-height: 21px;
  }
  .home-text52 {
    line-height: 21px;
  }
  .home-button3 {
    margin-top: var(--dl-layout-space-threeunits);
  }
  .home-overlay3 {
    width: 100%;
    justify-content: space-between;
  }
  .home-header5 {
    gap: var(--dl-layout-space-oneandhalfunits);
  }
  .home-heading19 {
    gap: var(--dl-layout-space-halfunit);
    max-width: 600px;
  }
  .home-text66 {
    font-size: 18px;
  }
  .home-text67 {
    font-size: 20px;
    line-height: 26px;
  }
  .home-text68 {
    line-height: 21px;
  }
  .home-text69 {
    line-height: 21px;
  }
  .home-text70 {
    line-height: 21px;
  }
  .home-button6 {
    margin-top: var(--dl-layout-space-threeunits);
  }
  .home-get-started2 {
    padding-top: var(--dl-layout-space-fourunits);
    padding-bottom: var(--dl-layout-space-fourunits);
  }
  .home-content19 {
    gap: var(--dl-layout-space-oneandhalfunits);
  }
  .home-heading20 {
    gap: var(--dl-layout-space-halfunit);
  }
  .home-text84 {
    font-size: 40px;
  }
  .home-text85 {
    font-size: 18px;
  }
}
 
@media(max-width: 767px) {
  .home-hero {
    height: 414px;
  }
  .home-title {
    font-size: 40px;
    line-height: 48px;
  }
  .home-caption1 {
    font-size: 16px;
    line-height: 24px;
  }
  .home-text10 {
    width: 767px;
    font-size: 32px;
    max-width: 640px;
    text-align: center;
  }
  .home-caption3 {
    font-size: 32px;
  }
  .home-description1 {
    font-size: 16px;
    line-height: 24px;
  }
  .home-caption4 {
    font-size: 32px;
  }
  .home-description2 {
    font-size: 16px;
    line-height: 24px;
  }
  .home-caption5 {
    font-size: 32px;
  }
  .home-description3 {
    font-size: 16px;
    line-height: 24px;
  }
  .home-text11 {
    font-size: 32px;
    line-height: 44px;
  }
  .home-text16 {
    font-size: 32px;
    line-height: 44px;
  }
  .home-text17 {
    font-size: 16px;
    line-height: 24px;
  }
  .home-get-started1 {
    display: none;
  }
  .home-section3 {
    gap: var(--dl-layout-space-twounits);
  }
  .home-banner-container {
    display: none;
  }
  .home-banner {
    height: 520px;
    display: none;
    position: relative;
  }
  .home-overlay1 {
    gap: var(--dl-layout-space-oneandhalfunits);
    flex: 1;
    z-index: 50;
    padding-top: var(--dl-layout-space-threeunits);
    padding-left: var(--dl-layout-space-oneandhalfunits);
    padding-right: var(--dl-layout-space-oneandhalfunits);
    flex-direction: column;
    padding-bottom: var(--dl-layout-space-threeunits);
    justify-content: flex-start;
    background-image: none;
  }
  .home-text26 {
    font-size: 32px;
  }
  .home-features {
    gap: var(--dl-layout-space-threeunits);
  }
  .home-header2 {
    gap: var(--dl-layout-space-unit);
  }
  .home-text28 {
    font-size: 14px;
  }
  .home-text29 {
    font-size: 32px;
    line-height: 44px;
  }
  .home-text33 {
    font-size: 16px;
    line-height: 24px;
  }
  .home-feature-list {
    gap: var(--dl-layout-space-twounits);
    width: 100%;
    flex-direction: column;
  }
  .home-text37 {
    font-size: 32px;
    line-height: 44px;
  }
  .home-pricing-plans {
    display: none;
  }
  .home-text39 {
    color: rgb(47, 42, 38);
    font-family: Poppins;
    line-height: 24px;
  }
  .home-text40 {
    color: rgb(47, 42, 38);
    font-size: 40px;
    font-style: normal;
    font-family: Poppins;
    font-weight: 600;
    line-height: 40px;
  }
  .home-plans2 {
    gap: var(--dl-layout-space-oneandhalfunits);
    display: flex;
  }
  .home-plan3 {
    max-width: 100%;
    padding-top: var(--dl-layout-space-threeunits);
    border-width: 1px;
    padding-left: var(--dl-layout-space-oneandhalfunits);
    border-radius: 16px;
    padding-right: var(--dl-layout-space-oneandhalfunits);
    padding-bottom: var(--dl-layout-space-threeunits);
    background-color: #ffffff;
    border-right-width: 1px;
  }
  .home-top3 {
    width: 100%;
    padding-bottom: var(--dl-layout-space-oneandhalfunits);
  }
  .home-heading17 {
    gap: var(--dl-layout-space-halfunit);
  }
  .home-text56 {
    font-size: 18px;
    font-style: normal;
    font-family: Poppins;
    font-weight: 600;
  }
  .home-text57 {
    font-family: Poppins;
    line-height: 24px;
  }
  .home-text58 {
    font-size: 32px;
    font-style: normal;
    font-family: Poppins;
    font-weight: 600;
    line-height: 32px;
  }
  .home-button4 {
    background-color: #FAE7B5;
  }
  .home-text60 {
    font-style: normal;
    font-family: Poppins;
    font-weight: 500;
  }
  .home-plan4 {
    max-width: 100%;
    padding-top: var(--dl-layout-space-threeunits);
    border-width: 1px;
    padding-left: var(--dl-layout-space-oneandhalfunits);
    border-radius: 16px;
    padding-right: var(--dl-layout-space-oneandhalfunits);
    padding-bottom: var(--dl-layout-space-threeunits);
    background-color: #ffffff;
    border-right-width: 1px;
  }
  .home-top4 {
    width: 100%;
    padding-bottom: var(--dl-layout-space-oneandhalfunits);
  }
  .home-heading18 {
    gap: var(--dl-layout-space-halfunit);
  }
  .home-text61 {
    font-size: 18px;
    font-style: normal;
    font-family: Poppins;
    font-weight: 600;
  }
  .home-text62 {
    font-family: Poppins;
    line-height: 24px;
  }
  .home-text63 {
    font-size: 32px;
    font-style: normal;
    font-family: Poppins;
    font-weight: 600;
    line-height: 32px;
  }
  .home-button5 {
    background-color: #FAE7B5;
  }
  .home-text65 {
    font-style: normal;
    font-family: Poppins;
    font-weight: 500;
  }
  .home-expand2 {
    flex: 0 0 auto;
    width: 100%;
    border-radius: 16px;
    background-color: #C9B6A5;
  }
  .home-overlay3 {
    align-items: center;
    background-size: contain;
    justify-content: center;
    background-repeat: no-repeat;
    background-position: top right;
  }
  .home-text66 {
    color: rgb(255, 255, 255);
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
  }
  .home-text67 {
    color: #f4ebdc;
    font-size: 20px;
    font-style: normal;
    font-family: Poppins;
    font-weight: 500;
    line-height: 26px;
  }
  .home-text68 {
    color: #f4ebdc;
    font-size: 14px;
    font-family: Poppins;
    line-height: 21px;
  }
  .home-text69 {
    color: #f4ebdc;
    font-size: 14px;
    font-family: Poppins;
    line-height: 21px;
  }
  .home-text70 {
    color: #f4ebdc;
    font-size: 14px;
    font-family: Poppins;
    line-height: 21px;
  }
  .home-text71 {
    color: #f4ebdc;
    font-family: Poppins;
  }
  .home-testimonials {
    width: 100%;
    padding-top: var(--dl-layout-space-threeunits);
    padding-bottom: var(--dl-layout-space-threeunits);
  }
  .home-logo-container {
    padding: 12px;
    margin-bottom: var(--dl-layout-space-oneandhalfunits);
  }
  .home-logo {
    width: 16px;
    height: 16px;
  }
  .home-left {
    display: flex;
  }
  .home-right {
    display: flex;
  }
}
 
@media(max-width: 479px) {
  .home-hero {
    height: 460px;
  }
  .home-hero-buttons1 {
    width: 100%;
    flex-direction: column;
  }
  .home-ios-btn1 {
    width: 100%;
  }
  .home-video {
    height: 798px;
  }
  .home-text10 {
    width: 479px;
    margin-right: 0px;
  }
  .home-image1 {
    width: 431px;
    max-width: 400px;
  }
  .home-section3 {
    height: 1491px;
    padding-top: 0px;
  }
  .home-image3 {
    width: 100%;
    max-width: 400px;
  }
  .home-features {
    height: 1181px;
  }
  .home-help {
    align-items: center;
    padding-top: var(--dl-layout-space-twounits);
    flex-direction: column;
  }
  .home-buttons {
    margin-top: -40px;
  }
  .home-left {
    padding: var(--dl-layout-space-halfunit);
  }
  .home-right {
    padding: var(--dl-layout-space-halfunit);
  }
  .home-hero-buttons2 {
    width: 100%;
    flex-direction: column;
  }
  .home-ios-btn2 {
    width: 100%;
  }
}
