.navbar-wrapper {
  display: contents;
}
 
.navbar-navbar {
  width: 100%;
  height: 100px;
  display: flex;
  position: relative;
  max-width: 1920px;
  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;
  background-color: #26b99a;
}
 
.navbar-pasted-image {
  width: 210px;
  height: 73px;
}
 
.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 {
  border: 2px dashed rgba(120, 120, 120, 0.4);
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
 
.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-inicio {
  color: rgb(255, 255, 255);
  text-transform: uppercase;
}
 
.navbar-noticias {
  color: rgb(247, 247, 247);
  text-transform: uppercase;
}
 
.navbar-sobre-ori {
  color: rgb(255, 255, 255);
  text-transform: uppercase;
}
 
.navbar-contacto {
  color: rgb(234, 234, 234);
  text-transform: uppercase;
}
 
.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%;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
 
.navbar-image {
  width: 150px;
  object-fit: cover;
}
 
.navbar-icon1 {
  width: 28px;
  height: 28px;
}
 
.navbar-links2 {
  gap: var(--dl-layout-space-halfunit);
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
 
.navbar-navlink1 {
  text-decoration: none;
}
 
.navbar-navlink2 {
  text-decoration: none;
}
 
.navbar-navlink3 {
  text-decoration: none;
}
 
.navbar-navlink4 {
  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-navlink5 {
  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-text1 {
  font-style: normal;
  font-weight: 500;
}
 
.navbar-navlink6 {
  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-text2 {
  font-style: normal;
  font-weight: 500;
}
 
.navbar-container2 {
  display: contents;
}
 
.navbarroot-class-name {
  fill: var(--dl-color-gray-black);
  color: var(--dl-color-gray-black);
  padding-top: var(--dl-layout-space-oneandhalfunits);
  padding-left: var(--dl-layout-space-twounits);
  padding-right: var(--dl-layout-space-twounits);
  padding-bottom: var(--dl-layout-space-oneandhalfunits);
  background-color: #2aa887;
}
 
@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;
  }
}
 
@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 {
  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;
}
 
@media(max-width: 767px) {
  .highlight-text1 {
    font-size: 16px;
    text-align: center;
    line-height: 24px;
  }
}

.highlight-wrapper-m9bc {
  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 {
  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;
}
 
@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: #EBFAF9;
}
 
.point-icon1 {
  width: 12px;
  height: 12px;
}
 
.point-text {
  max-width: 535px;
  font-style: normal;
  font-family: Poppins;
  font-weight: 600;
  line-height: 24px;
}

.point-wrapper-r0q0 {
  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: #EBFAF9;
}
 
.point-icon3 {
  width: 12px;
  height: 12px;
}
 
.point-text1 {
  max-width: 535px;
  font-style: normal;
  font-family: Poppins;
  font-weight: 600;
  line-height: 24px;
}

.point-wrapper-54nw {
  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: #EBFAF9;
}
 
.point-icon5 {
  width: 12px;
  height: 12px;
}
 
.point-text2 {
  max-width: 535px;
  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 {
  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 {
  width: 100%;
  font-size: 18px;
  max-width: 535px;
  font-style: normal;
  font-family: Poppins;
  font-weight: 600;
  line-height: 27px;
}
 
.accordion-text4 {
  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 {
  width: 100%;
  font-size: 18px;
  max-width: 535px;
  font-style: normal;
  font-family: Poppins;
  font-weight: 600;
  line-height: 27px;
}
 
.accordion-text6 {
  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;
}
 
@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 {
  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-niqv {
  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 {
  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-jb8c {
  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 {
  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-lnv7 {
  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 {
  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;
  }
}

.feature-wrapper-u6tz {
  display: contents;
}
 
.feature-feature4 {
  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-feature4:hover {
  border-color: #ade2df;
}
 
.feature-image4 {
  height: 32px;
  object-fit: cover;
}
 
.feature-content4 {
  gap: var(--dl-layout-space-unit);
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
 
.feature-title4 {
  font-size: 20px;
  font-style: normal;
  font-family: Poppins;
  font-weight: 600;
}
 
.feature-description4 {
  font-family: Poppins;
}
 
@media(max-width: 767px) {
  .feature-feature4 {
    gap: var(--dl-layout-space-oneandhalfunits);
    max-width: 100%;
  }
  .feature-content4 {
    gap: var(--dl-layout-space-halfunit);
  }
  .feature-title4 {
    font-size: 18px;
    line-height: 27px;
  }
  .feature-description4 {
    line-height: 24px;
  }
}
 
@media(max-width: 479px) {
  .feature-feature4 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

.feature-wrapper-vv1d {
  display: contents;
}
 
.feature-feature5 {
  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-feature5:hover {
  border-color: #ade2df;
}
 
.feature-image5 {
  height: 32px;
  object-fit: cover;
}
 
.feature-content5 {
  gap: var(--dl-layout-space-unit);
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
 
.feature-title5 {
  font-size: 20px;
  font-style: normal;
  font-family: Poppins;
  font-weight: 600;
}
 
.feature-description5 {
  font-family: Poppins;
}
 
@media(max-width: 767px) {
  .feature-feature5 {
    gap: var(--dl-layout-space-oneandhalfunits);
    max-width: 100%;
  }
  .feature-content5 {
    gap: var(--dl-layout-space-halfunit);
  }
  .feature-title5 {
    font-size: 18px;
    line-height: 27px;
  }
  .feature-description5 {
    line-height: 24px;
  }
}
 
@media(max-width: 479px) {
  .feature-feature5 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

.feature-wrapper-ytdp {
  display: contents;
}
 
.feature-feature6 {
  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-feature6:hover {
  border-color: #ade2df;
}
 
.feature-image6 {
  height: 32px;
  object-fit: cover;
}
 
.feature-content6 {
  gap: var(--dl-layout-space-unit);
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
 
.feature-title6 {
  font-size: 20px;
  font-style: normal;
  font-family: Poppins;
  font-weight: 600;
}
 
.feature-description6 {
  font-family: Poppins;
}
 
@media(max-width: 767px) {
  .feature-feature6 {
    gap: var(--dl-layout-space-oneandhalfunits);
    max-width: 100%;
  }
  .feature-content6 {
    gap: var(--dl-layout-space-halfunit);
  }
  .feature-title6 {
    font-size: 18px;
    line-height: 27px;
  }
  .feature-description6 {
    line-height: 24px;
  }
}
 
@media(max-width: 479px) {
  .feature-feature6 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

.feature-wrapper-ji2e {
  display: contents;
}
 
.feature-feature7 {
  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-feature7:hover {
  border-color: #ade2df;
}
 
.feature-image7 {
  height: 32px;
  object-fit: cover;
}
 
.feature-content7 {
  gap: var(--dl-layout-space-unit);
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
 
.feature-title7 {
  font-size: 20px;
  font-style: normal;
  font-family: Poppins;
  font-weight: 600;
}
 
.feature-description7 {
  font-family: Poppins;
}
 
@media(max-width: 767px) {
  .feature-feature7 {
    gap: var(--dl-layout-space-oneandhalfunits);
    max-width: 100%;
  }
  .feature-content7 {
    gap: var(--dl-layout-space-halfunit);
  }
  .feature-title7 {
    font-size: 18px;
    line-height: 27px;
  }
  .feature-description7 {
    line-height: 24px;
  }
}
 
@media(max-width: 479px) {
  .feature-feature7 {
    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: 767px) {
  .check-text {
    line-height: 21px;
  }
}

.check-wrapper-vmbu {
  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: 767px) {
  .check-text1 {
    line-height: 21px;
  }
}

.check-wrapper-ft17 {
  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: 767px) {
  .check-text2 {
    line-height: 21px;
  }
}

.check-wrapper-wxzy {
  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: 767px) {
  .check-text3 {
    line-height: 21px;
  }
}

.check-wrapper-y9bk {
  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: 767px) {
  .check-text4 {
    line-height: 21px;
  }
}

.check-wrapper-kkck {
  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: 767px) {
  .check-text5 {
    line-height: 21px;
  }
}

.check-wrapper-z5jr {
  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: 767px) {
  .check-text6 {
    line-height: 21px;
  }
}

.check-wrapper-ewwf {
  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: 767px) {
  .check-text7 {
    line-height: 21px;
  }
}

.check-wrapper-sfbt {
  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: 767px) {
  .check-text8 {
    line-height: 21px;
  }
}

.check-wrapper-q4gm {
  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: 767px) {
  .check-text9 {
    line-height: 21px;
  }
}

.check-wrapper-338l {
  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: 767px) {
  .check-text10 {
    line-height: 21px;
  }
}

.check-wrapper-vgal {
  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: 767px) {
  .check-text11 {
    line-height: 21px;
  }
}

.check-wrapper-s186 {
  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: 767px) {
  .check-text12 {
    line-height: 21px;
  }
}

.check-wrapper-cuxl {
  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: 767px) {
  .check-text13 {
    line-height: 21px;
  }
}

.check-wrapper-gy78 {
  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: 767px) {
  .check-text14 {
    line-height: 21px;
  }
}

.check-wrapper-ejf6 {
  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: 767px) {
  .check-text15 {
    line-height: 21px;
  }
}

.check-wrapper-i5zg {
  display: contents;
}
 
.check-check16 {
  gap: var(--dl-layout-space-halfunit);
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
}
 
.check-icon33 {
  width: 18px;
  height: 18px;
}
 
.check-text16 {
  font-size: 14px;
  font-family: Poppins;
  line-height: 24px;
}
 
@media(max-width: 767px) {
  .check-text16 {
    line-height: 21px;
  }
}

.check-wrapper-92zv {
  display: contents;
}
 
.check-check17 {
  gap: var(--dl-layout-space-halfunit);
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
}
 
.check-icon35 {
  width: 18px;
  height: 18px;
}
 
.check-text17 {
  font-size: 14px;
  font-family: Poppins;
  line-height: 24px;
}
 
@media(max-width: 767px) {
  .check-text17 {
    line-height: 21px;
  }
}

.check-wrapper-1let {
  display: contents;
}
 
.check-check18 {
  gap: var(--dl-layout-space-halfunit);
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
}
 
.check-icon37 {
  width: 18px;
  height: 18px;
}
 
.check-text18 {
  font-size: 14px;
  font-family: Poppins;
  line-height: 24px;
}
 
@media(max-width: 767px) {
  .check-text18 {
    line-height: 21px;
  }
}

.check-wrapper-z6yk {
  display: contents;
}
 
.check-check19 {
  gap: var(--dl-layout-space-halfunit);
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
}
 
.check-icon39 {
  width: 18px;
  height: 18px;
}
 
.check-text19 {
  font-size: 14px;
  font-family: Poppins;
  line-height: 24px;
}
 
@media(max-width: 767px) {
  .check-text19 {
    line-height: 21px;
  }
}

.check-wrapper-hfq5 {
  display: contents;
}
 
.check-check20 {
  gap: var(--dl-layout-space-halfunit);
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
}
 
.check-icon41 {
  width: 18px;
  height: 18px;
}
 
.check-text20 {
  font-size: 14px;
  font-family: Poppins;
  line-height: 24px;
}
 
@media(max-width: 767px) {
  .check-text20 {
    line-height: 21px;
  }
}

.check-wrapper-cldh {
  display: contents;
}
 
.check-check21 {
  gap: var(--dl-layout-space-halfunit);
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
}
 
.check-icon43 {
  width: 18px;
  height: 18px;
}
 
.check-text21 {
  font-size: 14px;
  font-family: Poppins;
  line-height: 24px;
}
 
@media(max-width: 767px) {
  .check-text21 {
    line-height: 21px;
  }
}

.check-wrapper-966y {
  display: contents;
}
 
.check-check22 {
  gap: var(--dl-layout-space-halfunit);
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
}
 
.check-icon45 {
  width: 18px;
  height: 18px;
}
 
.check-text22 {
  font-size: 14px;
  font-family: Poppins;
  line-height: 24px;
}
 
@media(max-width: 767px) {
  .check-text22 {
    line-height: 21px;
  }
}

.check-wrapper-5vyk {
  display: contents;
}
 
.check-check23 {
  gap: var(--dl-layout-space-halfunit);
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
}
 
.check-icon47 {
  width: 18px;
  height: 18px;
}
 
.check-text23 {
  font-size: 14px;
  font-family: Poppins;
  line-height: 24px;
}
 
@media(max-width: 767px) {
  .check-text23 {
    line-height: 21px;
  }
}

.check-wrapper-copf {
  display: contents;
}
 
.check-check24 {
  gap: var(--dl-layout-space-halfunit);
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
}
 
.check-icon49 {
  width: 18px;
  height: 18px;
}
 
.check-text24 {
  font-size: 14px;
  font-family: Poppins;
  line-height: 24px;
}
 
@media(max-width: 767px) {
  .check-text24 {
    line-height: 21px;
  }
}

.check-wrapper-elpf {
  display: contents;
}
 
.check-check25 {
  gap: var(--dl-layout-space-halfunit);
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
}
 
.check-icon51 {
  width: 18px;
  height: 18px;
}
 
.check-text25 {
  font-size: 14px;
  font-family: Poppins;
  line-height: 24px;
}
 
@media(max-width: 767px) {
  .check-text25 {
    line-height: 21px;
  }
}

.check-wrapper-ilpx {
  display: contents;
}
 
.check-check26 {
  gap: var(--dl-layout-space-halfunit);
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
}
 
.check-icon53 {
  width: 18px;
  height: 18px;
}
 
.check-text26 {
  font-size: 14px;
  font-family: Poppins;
  line-height: 24px;
}
 
@media(max-width: 767px) {
  .check-text26 {
    line-height: 21px;
  }
}

.check-wrapper-qerq {
  display: contents;
}
 
.check-check27 {
  gap: var(--dl-layout-space-halfunit);
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
}
 
.check-icon55 {
  width: 18px;
  height: 18px;
}
 
.check-text27 {
  font-size: 14px;
  font-family: Poppins;
  line-height: 24px;
}
 
@media(max-width: 767px) {
  .check-text27 {
    line-height: 21px;
  }
}

.check-wrapper-1dit {
  display: contents;
}
 
.check-check28 {
  gap: var(--dl-layout-space-halfunit);
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
}
 
.check-icon57 {
  width: 18px;
  height: 18px;
}
 
.check-text28 {
  font-size: 14px;
  font-family: Poppins;
  line-height: 24px;
}
 
@media(max-width: 767px) {
  .check-text28 {
    line-height: 21px;
  }
}

.check-wrapper-ppvd {
  display: contents;
}
 
.check-check29 {
  gap: var(--dl-layout-space-halfunit);
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
}
 
.check-icon59 {
  width: 18px;
  height: 18px;
}
 
.check-text29 {
  font-size: 14px;
  font-family: Poppins;
  line-height: 24px;
}
 
@media(max-width: 767px) {
  .check-text29 {
    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);
}
 
.quote-person-details {
  gap: var(--dl-layout-space-halfunit);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.quote-text1 {
  font-style: normal;
  font-weight: 600;
}
 

 

 

 
@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-person-details {
    align-items: center;
  }
}

.quote-wrapper-ba7i {
  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);
}
 
.quote-person-details1 {
  gap: var(--dl-layout-space-halfunit);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.quote-text3 {
  font-style: normal;
  font-weight: 600;
}
 

 

 

 
@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-person-details1 {
    align-items: center;
  }
}

.quote-wrapper-3t4p {
  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);
}
 
.quote-person-details2 {
  gap: var(--dl-layout-space-halfunit);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.quote-text5 {
  font-style: normal;
  font-weight: 600;
}
 

 

 

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

.social-wrapper {
  display: contents;
}
 
.social-social {
  cursor: pointer;
  display: flex;
  padding: var(--dl-layout-space-unit);
  position: relative;
  transition: 0.3s;
  align-items: flex-start;
  border-radius: var(--dl-layout-radius-radius8);
  flex-direction: column;
  justify-content: flex-start;
  background-color: rgba(236, 233, 234, 0.2);
}
 
.social-social:hover {
  background-color: rgba(236, 233, 234, 0.6);
}
 

 

 

 
@media(max-width: 767px) {
  .social-social {
    padding: 12px;
  }
}

.social-wrapper-hz1y {
  display: contents;
}
 
.social-social1 {
  cursor: pointer;
  display: flex;
  padding: var(--dl-layout-space-unit);
  position: relative;
  transition: 0.3s;
  align-items: flex-start;
  border-radius: var(--dl-layout-radius-radius8);
  flex-direction: column;
  justify-content: flex-start;
  background-color: rgba(236, 233, 234, 0.2);
}
 
.social-social1:hover {
  background-color: rgba(236, 233, 234, 0.6);
}
 

 

 

 
@media(max-width: 767px) {
  .social-social1 {
    padding: 12px;
  }
}

.social-wrapper-5c8e {
  display: contents;
}
 
.social-social2 {
  cursor: pointer;
  display: flex;
  padding: var(--dl-layout-space-unit);
  position: relative;
  transition: 0.3s;
  align-items: flex-start;
  border-radius: var(--dl-layout-radius-radius8);
  flex-direction: column;
  justify-content: flex-start;
  background-color: rgba(236, 233, 234, 0.2);
}
 
.social-social2:hover {
  background-color: rgba(236, 233, 234, 0.6);
}
 
@media(max-width: 767px) {
  .social-social2 {
    padding: 12px;
  }
}

.footer-wrapper {
  display: contents;
}
 
.footer-footer {
  gap: var(--dl-layout-space-threeunits);
  color: white;
  width: 100%;
  height: 470px;
  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: #777474;
}
 
.footer-pasted-image {
  width: 268px;
  height: 100px;
  align-self: flex-start;
}
 
.footer-content {
  width: 100%;
  height: 90px;
  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-text {
  font-size: 14px;
  font-family: Poppins;
  line-height: 21px;
}
 
.footer-socials {
  gap: var(--dl-layout-space-unit);
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  max-width: 265px;
  align-items: flex-start;
  flex-direction: row;
  justify-content: flex-start;
}
 
.footer-links {
  gap: var(--dl-layout-space-fiveunits);
  display: flex;
  z-index: 15;
  align-self: center;
  align-items: flex-start;
  flex-direction: row;
  justify-content: center;
}
 
.footer-column1 {
  gap: var(--dl-layout-space-unit);
  display: flex;
  align-self: center;
  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: #C4C4C4;
  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(255, 255, 255);
  cursor: pointer;
  font-size: 14px;
  transition: 0.3s;
  line-height: 21px;
}
 
.footer-link15:hover {
  color: rgba(255, 255, 255, 0.921);
}
 
.footer-link16 {
  color: rgb(196, 196, 196);
  cursor: pointer;
  font-size: 14px;
  transition: 0.3s;
  line-height: 21px;
}
 
.footer-link16:hover {
  color: rgb(255, 255, 255);
}
 
.footer-link17 {
  color: rgb(255, 255, 255);
  cursor: pointer;
  font-size: 14px;
  transition: 0.3s;
  line-height: 21px;
}
 
.footer-link17:hover {
  color: rgb(255, 255, 255);
}
 
.footer-link18 {
  color: rgb(255, 255, 255);
  cursor: pointer;
  font-size: 14px;
  transition: 0.3s;
  line-height: 21px;
}
 
.footer-link18:hover {
  color: rgb(255, 255, 255);
}
 
.footer-link19 {
  color: rgb(255, 254, 254);
  cursor: pointer;
  font-size: 14px;
  transition: 0.3s;
  line-height: 21px;
}
 
.footer-link19:hover {
  color: rgb(255, 255, 255);
}
 
.footer-link20 {
  color: rgb(196, 196, 196);
  cursor: pointer;
  font-size: 14px;
  transition: 0.3s;
  line-height: 21px;
}
 
.footer-link20:hover {
  color: rgb(255, 255, 255);
}
 
@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-text {
    font-size: 12px;
    line-height: 18px;
  }
  .footer-socials {
    gap: var(--dl-layout-space-halfunit);
  }
  .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: 100vh;
  display: flex;
  align-items: center;
  flex-direction: column;
}
 
.home-heading10 {
  width: 100%;
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
 
.home-content10 {
  width: 1743px;
  height: 849px;
  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-title1 {
  font-size: 64px;
  font-style: normal;
  font-family: "Poppins";
  font-weight: 600;
  line-height: 76px;
}
 
.home-caption1 {
  font-size: 18px;
  font-style: normal;
  font-family: "Poppins";
  font-weight: 400;
  line-height: 27px;
}
 
.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;
}
 
.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: #f5b800;
}
 
.home-ios-btn1:hover {
  background-color: rgba(0, 0, 0, 0.75);
}
 
.home-apple1 {
  width: 16px;
  height: 20px;
}
 
.home-caption2 {
  font-style: normal;
  font-family: "Poppins";
  font-weight: 500;
}
 
.home-android-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: #f5b800;
}
 
.home-android-btn1:hover {
  background-color: rgba(0, 0, 0, 0.75);
}
 
.home-android1 {
  width: 18px;
  height: 20px;
}
 
.home-caption3 {
  font-style: normal;
  font-family: "Poppins";
  font-weight: 500;
}
 
.home-image1 {
  width: 576px;
  height: 700px;
  object-fit: cover;
}
 
.home-images {
  gap: var(--dl-layout-space-oneandhalfunits);
  right: -210px;
  bottom: -300px;
  margin: auto;
  display: flex;
  overflow: hidden;
  position: absolute;
  transform: rotate(-30deg);
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
 
.home-column1 {
  gap: var(--dl-layout-space-oneandhalfunits);
  border: 2px dashed rgba(120, 120, 120, 0.4);
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
 
.home-column2 {
  gap: var(--dl-layout-space-oneandhalfunits);
  border: 2px dashed rgba(120, 120, 120, 0.4);
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
 
.home-column3 {
  gap: var(--dl-layout-space-oneandhalfunits);
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
 
.home-pasted-image1 {
  width: 240px;
}
 
.home-video1 {
  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: #222222;
}
 
.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-text10 {
  color: rgb(245, 184, 0);
  width: 640px;
  font-size: 40px;
  font-style: normal;
  font-family: "Poppins";
  font-weight: 600;
}
 
.home-video-container {
  gap: var(--dl-layout-space-fiveunits);
  width: 100%;
  display: flex;
  max-width: 900px;
  align-items: flex-start;
  flex-direction: column;
}
 
.home-video2 {
  width: 100%;
  cursor: pointer;
  overflow: hidden;
  transition: 0.3s;
  border-color: rgba(0, 0, 0, 0);
  border-width: 2px;
}
 
.home-video2:hover {
  opacity: .5;
  border-color: #ADE2DF;
  border-width: 2px;
  border-radius: 8px;
}
 
.home-heading-container {
  gap: var(--dl-layout-space-threeunits);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.home-heading11 {
  gap: var(--dl-layout-space-unit);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.home-text11 {
  font-size: 24px;
  font-style: normal;
  font-family: Poppins;
  font-weight: 600;
  line-height: 36px;
}
 
.home-text12 {
  color: #EAEAEA;
  width: 600px;
  font-family: Poppins;
  line-height: 24px;
}
 
.home-explore1 {
  color: #fff;
  cursor: pointer;
  display: flex;
  transition: 0.3s;
  align-items: flex-start;
  border-color: #ffffff;
  border-width: 0px;
  flex-direction: column;
  padding-bottom: 4px;
  border-bottom-width: 1px;
}
 
.home-explore1:hover {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.3);
}
 
.home-text13 {
  width: Size-XSmall;
}
 
.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;
  box-shadow: 5px 5px 10px 0px #26b99a;
  align-items: center;
  padding-top: var(--dl-layout-space-threeunits);
  border-color: var(--dl-color-gray-white);
  padding-left: var(--dl-layout-space-threeunits);
  border-radius: var(--dl-layout-radius-buttonradius);
  padding-right: var(--dl-layout-space-threeunits);
  flex-direction: column;
  padding-bottom: var(--dl-layout-space-fiveunits);
  justify-content: center;
  background-color: #2aa887;
  border-right-width: 1px;
  border-bottom-width: 1px;
}
 
.home-caption4 {
  fill: var(--dl-color-gray-white);
  color: var(--dl-color-gray-white);
  font-size: 40px;
  font-style: normal;
  font-family: "Poppins";
  font-weight: 600;
  line-height: 56px;
  animation-name: slideInUp;
  animation-delay: 0s;
  animation-duration: 300ms;
  animation-direction: normal;
  animation-iteration-count: 1;
  animation-timing-function: ease;
}
 
.home-description1 {
  fill: var(--dl-color-gray-white);
  color: var(--dl-color-gray-white);
  width: 100%;
  font-size: 18px;
  max-width: 350px;
  text-align: center;
  font-family: "Poppins";
  line-height: 27px;
  border-radius: var(--dl-layout-radius-radius4);
  animation-name: slideInUp;
  animation-delay: 0s;
  animation-duration: 300ms;
  animation-direction: normal;
  animation-iteration-count: 5;
  animation-timing-function: ease;
}
 
.home-stat2 {
  gap: var(--dl-layout-space-oneandhalfunits);
  display: flex;
  box-shadow: 5px 5px 10px 0px #26b99a;
  align-items: center;
  padding-top: var(--dl-layout-space-threeunits);
  border-color: var(--dl-color-gray-white);
  padding-left: var(--dl-layout-space-threeunits);
  border-radius: var(--dl-layout-radius-buttonradius);
  padding-right: var(--dl-layout-space-threeunits);
  flex-direction: column;
  padding-bottom: var(--dl-layout-space-fiveunits);
  justify-content: center;
  background-color: #2aa887;
  border-bottom-width: 1px;
}
 
.home-caption5 {
  fill: var(--dl-color-gray-white);
  color: var(--dl-color-gray-white);
  font-size: 40px;
  font-style: normal;
  font-family: "Poppins";
  font-weight: 600;
  line-height: 56px;
  animation-name: slideInUp;
  animation-delay: 0s;
  animation-duration: 300ms;
  animation-direction: normal;
  animation-iteration-count: 1;
  animation-timing-function: ease;
}
 
.home-description2 {
  fill: var(--dl-color-gray-white);
  color: var(--dl-color-gray-white);
  width: 100%;
  font-size: 18px;
  max-width: 350px;
  text-align: center;
  font-family: "Poppins";
  line-height: 27px;
  animation-name: slideInUp;
  animation-delay: 0s;
  animation-duration: 300ms;
  animation-direction: normal;
  animation-iteration-count: 1;
  animation-timing-function: ease;
}
 
.home-stat3 {
  gap: var(--dl-layout-space-oneandhalfunits);
  display: flex;
  box-shadow: 5px 5px 10px 0px #26b99a;
  align-items: center;
  padding-top: var(--dl-layout-space-threeunits);
  border-color: var(--dl-color-gray-white);
  padding-left: var(--dl-layout-space-threeunits);
  border-radius: var(--dl-layout-radius-buttonradius);
  padding-right: var(--dl-layout-space-threeunits);
  flex-direction: column;
  padding-bottom: var(--dl-layout-space-fiveunits);
  justify-content: center;
  background-color: #2aa887;
  border-left-width: 1px;
  border-bottom-width: 1px;
}
 
.home-caption6 {
  fill: var(--dl-color-gray-white);
  color: var(--dl-color-gray-white);
  font-size: 40px;
  font-style: normal;
  font-family: "Poppins";
  font-weight: 600;
  line-height: 56px;
  animation-name: slideInUp;
  animation-delay: 0s;
  animation-duration: 300ms;
  animation-direction: normal;
  animation-iteration-count: 1;
  animation-timing-function: ease;
}

/* ===== noticias ori ===== */
.ori-news{ padding: 40px min(5vw, 60px); }
.ori-news-header{ max-width: 1200px; margin: 0 auto 24px; }
.ori-news-tag{
  display:inline-block; background:#cbeee6; color:#1c6f5e; 
  font-weight:700; font-size:20px; padding:6px 12px; border-radius:999px;
  letter-spacing:.3px; text-transform:lowercase;
}
.ori-news-title{
  margin:14px 0 0; font-size:2.2rem; line-height:1.2; font-weight:800; color:#111;
}

/* grilla de tarjetas */
.ori-news-grid{
  max-width:1200px; margin:24px auto 0;
  display:grid; grid-template-columns: repeat(3, 1fr); gap:28px;
}

/* tarjeta */
.ori-news-card{
  background:#fff; border-radius:16px; overflow:hidden;
  box-shadow:0 6px 18px rgba(0,0,0,.08);
  display:flex; flex-direction:column; transition:transform .2s, box-shadow .2s;
}
.ori-news-card:hover{ transform: translateY(-6px); box-shadow:0 12px 28px rgba(0,0,0,.12); }

/* imagen */
.ori-news-image{
  display:block; width:100%; height:200px; background-size:cover; background-position:center;
}

/* cuerpo */
.ori-news-body{ padding:18px 18px 20px; display:flex; flex-direction:column; gap:10px; }
.ori-news-meta{ display:flex; align-items:center; justify-content:space-between; gap:10px; }
.ori-news-badge{
  background:#28a887; color:#fff; font-size:.75rem; padding:6px 10px; border-radius:999px; font-weight:700;
}
.ori-news-date{ color:#666; font-size:.85rem; }
.ori-news-headline{ font-size:1.1rem; margin:0; line-height:1.3; }
.ori-news-headline a{ color:#111; text-decoration:none; }
.ori-news-headline a:hover{ text-decoration:underline; }
.ori-news-excerpt{ color:#555; font-size:.95rem; line-height:1.55; margin:0; }
.ori-news-link{ color:#f5b800; font-weight:700; margin-top:2px; text-decoration:none; }
.ori-news-link:hover{ text-decoration:underline; }

/* acción */
.ori-news-actions{ max-width:1200px; margin:22px auto 0; display:flex; justify-content:center; }
.ori-news-cta{
  display:inline-block; background:#f5b800; color:#000; font-weight:800;
  padding:12px 18px; border-radius:10px; text-decoration:none; transition:background .2s;
}
.ori-news-cta:hover{ background:#ffcc33; }

/* responsive */
@media (max-width: 1100px){
  .ori-news-grid{ grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px){
  .ori-news-title{ font-size:1.7rem; }
  .ori-news-grid{ grid-template-columns: 1fr; }
  .ori-news-image{ height:180px; }
}


/* ===== sobre nosotros (ori) ===== */
.ori-about{ padding: 60px min(5vw, 60px); background:#fff; }
.ori-about-header{ max-width:1200px; margin:0 auto 24px; text-align:center; }
.ori-about-tag{
  display:inline-block; background:#cbeee6; color:#1c6f5e; font-weight:700;
  font-size:20px; padding:8px 14px; border-radius:999px; letter-spacing:.3px;
}
.ori-about-title{ margin:16px 0 6px; font-size:2.4rem; font-weight:800; color:#111; }
.ori-about-subtitle{ margin:0 auto; max-width:900px; color:#444; font-size:1.05rem; }

/* layout 2 columnas */
.ori-about-hero{
  max-width:1200px; margin:32px auto 0;
  display:grid; grid-template-columns: 1.1fr .9fr; gap:40px; align-items:center;
}
.ori-about-info{ display:flex; flex-direction:column; gap:18px; }
.ori-about-block h3{ margin:0 0 6px; font-size:1.25rem; font-weight:800; color:#222; }
.ori-about-block p{ margin:0; color:#555; line-height:1.6; }

/* valores */
.ori-about-values{ list-style:none; padding:0; margin:10px 0 0; display:grid; grid-template-columns: repeat(2, minmax(180px, 1fr)); gap:10px 18px; }
.ori-about-values li{ display:flex; align-items:center; gap:10px; color:#222; font-weight:600; }
.ori-about-values .dot{ width:10px; height:10px; border-radius:50%; background:#28a887; box-shadow:0 0 0 4px rgba(40,168,135,.15); }

/* media */
.ori-about-media{ margin:0; border-radius:18px; overflow:hidden; box-shadow:0 14px 32px rgba(0,0,0,.12); }
.ori-about-media img{ width:100%; height:100%; object-fit:cover; display:block; }

/* estadísticas */
.ori-about-stats{
  max-width:1200px; margin:28px auto 0;
  display:grid; grid-template-columns: repeat(4, 1fr); gap:18px;
}
.ori-about-stats .stat{
  background:#28a887; color:#fff; border-radius:18px; padding:22px 16px; text-align:center;
  box-shadow: 0 8px 20px rgba(40,168,135,.25);
}
.ori-about-stats .num{ font-size:1.9rem; font-weight:800; line-height:1; margin-bottom:6px; }
.ori-about-stats .label{ font-size:.95rem; opacity:.95; }

/* acción */
.ori-about-actions{ max-width:1200px; margin:22px auto 0; display:flex; justify-content:center; }
.ori-about-cta{
  display:inline-block; background:#f5b800; color:#ffffff; font-weight:800;
  padding:12px 18px; border-radius:10px; text-decoration:none; transition:background .2s;
}
.ori-about-cta:hover{ background:#ffcc33; }

/* 1920x1080 y responsive */
@media (min-width:1600px){
  .ori-about-title{ font-size:2.8rem; }
  .ori-about-hero{ gap:56px; }
}
@media (max-width:1024px){
  .ori-about-hero{ grid-template-columns:1fr; }
  .ori-about-values{ grid-template-columns:1fr 1fr; }
  .ori-about-stats{ grid-template-columns: repeat(2, 1fr); }
}
@media (max-width:600px){
  .ori-about{ padding: 40px 16px; }
  .ori-about-title{ font-size:1.9rem; }
  .ori-about-values{ grid-template-columns:1fr; }
  .ori-about-stats{ grid-template-columns:1fr; }
}
/*---------------------------------------------------------------------------------*/

/*---------------------------------------------------------------------------------*/



.home-description3 {
  fill: var(--dl-color-gray-white);
  color: var(--dl-color-gray-white);
  width: 100%;
  font-size: 18px;
  max-width: 350px;
  text-align: center;
  font-family: "Poppins";
  line-height: 27px;
  animation-name: slideInUp;
  animation-delay: 0s;
  animation-duration: 300ms;
  animation-direction: normal;
  animation-iteration-count: 3;
  animation-timing-function: ease;
}
 
.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-image2 {
  width: 400px;
  height: 540px;
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: row;
  background-size: contain;
  justify-content: flex-end;
  background-image: url("public/group%201277.svg");
  background-repeat: no-repeat;
  background-position: center;
}
 
.home-image-highlight {
  top: 0px;
  right: 0px;
  margin: auto;
  display: flex;
  position: absolute;
  align-items: center;
  padding-top: var(--dl-layout-space-oneandhalfunits);
  padding-left: var(--dl-layout-space-twounits);
  padding-right: var(--dl-layout-space-twounits);
  flex-direction: row;
  padding-bottom: var(--dl-layout-space-oneandhalfunits);
  justify-content: center;
  background-color: #375EE0;
}
 
.home-text14 {
  color: rgb(193, 255, 252);
  width: 100%;
  max-width: 90px;
  font-style: normal;
  text-align: center;
  font-family: Poppins;
  font-weight: 500;
}
 
.home-content13 {
  gap: var(--dl-layout-space-oneandhalfunits);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
 
.home-text17 {
  font-size: 40px;
  max-width: 535px;
  font-style: normal;
  font-family: "Poppins";
  font-weight: 600;
  line-height: 56px;
}
 
.home-explore2 {
  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-explore2:hover {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.3);
}
 
.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-heading12 {
  gap: var(--dl-layout-space-unit);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
 
.home-text19 {
  font-size: 40px;
  max-width: 535px;
  font-style: normal;
  font-family: Poppins;
  font-weight: 600;
  line-height: 56px;
}
 
.home-text20 {
  font-size: 18px;
  max-width: 535px;
  font-family: Poppins;
  line-height: 27px;
}
 
.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-navlink {
  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: #ADE2DF;
}
 
.home-get-started1:hover {
  background-color: rgba(173, 226, 223, 0.5);
}
 
.home-sign-up {
  font-style: normal;
  font-weight: 500;
}
 
.home-image3 {
  width: 370px;
  height: 600px;
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: row;
  background-size: cover;
  justify-content: flex-end;
  background-image: url("public/group%201309.svg");
  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;
  padding-top: var(--dl-layout-space-sixunits);
  flex-direction: row;
  padding-bottom: var(--dl-layout-space-sixunits);
  justify-content: center;
}
 
.home-image4 {
  width: 400px;
  height: 590px;
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: row;
  background-size: cover;
  justify-content: center;
  background-image: url("public/group%201281.svg");
  background-repeat: no-repeat;
  background-position: center;
}
 
.home-image-overlay {
  right: 0px;
  width: 180px;
  bottom: 0px;
  height: 320px;
  margin: auto;
  display: flex;
  position: absolute;
  align-items: center;
  flex-direction: row;
  background-size: cover;
  justify-content: center;
  background-image: url("public/pastedimage-v31-1500h.png");
}
 
.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-text21 {
  font-size: 40px;
  max-width: 640px;
  font-style: normal;
  font-family: Poppins;
  font-weight: 600;
  line-height: 56px;
}
 
.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;
  max-width: 1200px;
  align-items: center;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  background-color: #375EE0;
}
 
.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);
  background-size: cover;
  justify-content: center;
  background-image: url("public/mask%20group.svg");
}
 
.home-text24 {
  color: rgb(193, 255, 252);
  width: 100%;
  font-size: 40px;
  max-width: 490px;
  font-style: normal;
  font-family: Poppins;
  font-weight: 600;
}
 
.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;
  background-color: #000000;
}
 
.home-book-btn:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
 
.home-text25 {
  color: #ffffff;
  width: 100%;
  max-width: 490px;
  font-style: normal;
  font-weight: 500;
}
 
.home-pasted-image2 {
  display: none;
}
 
.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: #D6F1F0;
}
 
.home-text26 {
  font-style: normal;
  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-text27 {
  width: 100%;
  font-size: 40px;
  max-width: 400px;
  font-style: normal;
  font-weight: 600;
  line-height: 56px;
}
 
.home-text28 {
  width: 100%;
  font-size: 18px;
  max-width: 600px;
  line-height: 27px;
}
 
.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: #F3F5FA;
}
 
.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: #D6F1F0;
}
 
.home-text29 {
  font-style: normal;
  font-weight: 500;
}
 
.home-heading14 {
  gap: var(--dl-layout-space-unit);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
 
.home-text30 {
  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: 100%;
  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: #375EE0;
  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: flex-start;
  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-heading15 {
  gap: var(--dl-layout-space-unit);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
 
.home-text31 {
  font-size: 20px;
  font-style: normal;
  font-family: Poppins;
  font-weight: 600;
}
 
.home-text32 {
  font-family: Poppins;
  line-height: 24px;
}
 
.home-cost1 {
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
 
.home-text33 {
  font-size: 40px;
  font-style: normal;
  font-family: Poppins;
  font-weight: 600;
  line-height: 40px;
}
 
.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-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;
  background-color: #ADE2DF;
}
 
.home-button1:hover {
  background-color: rgba(173, 226, 223, 0.5);
}
 
.home-text34 {
  font-style: normal;
  font-weight: 500;
}
 
.home-plan2 {
  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-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-heading16 {
  gap: var(--dl-layout-space-unit);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
 
.home-text35 {
  font-size: 20px;
  font-style: normal;
  font-family: Poppins;
  font-weight: 600;
}
 
.home-text36 {
  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-text37 {
  font-size: 40px;
  font-style: normal;
  font-family: Poppins;
  font-weight: 600;
  line-height: 40px;
}
 
.home-text38 {
  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-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;
  background-color: #ADE2DF;
}
 
.home-button2:hover {
  background-color: rgba(173, 226, 223, 0.5);
}
 
.home-text39 {
  font-style: normal;
  font-weight: 500;
}
 
.home-plan3 {
  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-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-text40 {
  font-size: 20px;
  font-style: normal;
  font-family: Poppins;
  font-weight: 600;
}
 
.home-text41 {
  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-text42 {
  font-size: 40px;
  font-style: normal;
  font-family: Poppins;
  font-weight: 600;
  line-height: 40px;
}
 
.home-text43 {
  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-list3 {
  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-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;
  background-color: #ADE2DF;
}
 
.home-button3:hover {
  background-color: rgba(173, 226, 223, 0.5);
}
 
.home-text44 {
  font-style: normal;
  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-heading18 {
  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-text45 {
  color: #ffffff;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
}
 
.home-text46 {
  color: #C1FFFC;
  font-size: 24px;
  font-style: normal;
  font-family: Poppins;
  font-weight: 500;
  line-height: 31px;
}
 
.home-check-list4 {
  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-text47 {
  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-text48 {
  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-text49 {
  color: rgb(255, 255, 255);
  font-size: 14px;
  font-family: Poppins;
  line-height: 24px;
}
 
.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: #000000;
}
 
.home-button4:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
 
.home-text50 {
  color: rgb(255, 255, 255);
  font-style: normal;
  font-weight: 500;
}
 
.home-plans2 {
  width: 100%;
  height: 100%;
  display: none;
  align-items: center;
  flex-direction: column;
}
 
.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: flex-start;
  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-heading19 {
  gap: var(--dl-layout-space-unit);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
 
.home-text53 {
  font-size: 20px;
  font-style: normal;
  font-family: Poppins;
  font-weight: 600;
}
 
.home-text54 {
  font-family: Poppins;
  line-height: 24px;
}
 
.home-cost4 {
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
 
.home-text55 {
  font-size: 40px;
  font-style: normal;
  font-family: Poppins;
  font-weight: 600;
  line-height: 40px;
}
 
.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-text56 {
  font-style: normal;
  font-weight: 500;
}
 
.home-plan5 {
  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-top5 {
  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-heading20 {
  gap: var(--dl-layout-space-unit);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
 
.home-text57 {
  font-size: 20px;
  font-style: normal;
  font-family: Poppins;
  font-weight: 600;
}
 
.home-text58 {
  font-family: Poppins;
  line-height: 24px;
}
 
.home-cost5 {
  gap: var(--dl-layout-space-halfunit);
  width: 100%;
  display: flex;
  align-items: flex-end;
  flex-direction: row;
  justify-content: flex-start;
}
 
.home-text59 {
  font-size: 40px;
  font-style: normal;
  font-family: Poppins;
  font-weight: 600;
  line-height: 40px;
}
 
.home-text60 {
  font-family: Poppins;
}
 
.home-bottom5 {
  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-list6 {
  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-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: #ADE2DF;
}
 
.home-button6:hover {
  background-color: rgba(173, 226, 223, 0.5);
}
 
.home-text61 {
  font-style: normal;
  font-weight: 500;
}
 
.home-plan6 {
  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-top6 {
  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-heading21 {
  gap: var(--dl-layout-space-unit);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
 
.home-text62 {
  font-size: 20px;
  font-style: normal;
  font-family: Poppins;
  font-weight: 600;
}
 
.home-text63 {
  font-family: Poppins;
  line-height: 24px;
}
 
.home-cost6 {
  gap: var(--dl-layout-space-halfunit);
  width: 100%;
  display: flex;
  align-items: flex-end;
  flex-direction: row;
  justify-content: flex-start;
}
 
.home-text64 {
  font-size: 40px;
  font-style: normal;
  font-family: Poppins;
  font-weight: 600;
  line-height: 40px;
}
 
.home-text65 {
  font-family: Poppins;
}
 
.home-bottom6 {
  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-list7 {
  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-button7 {
  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-button7:hover {
  background-color: rgba(173, 226, 223, 0.5);
}
 
.home-text66 {
  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-heading22 {
  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-text67 {
  color: #ffffff;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
}
 
.home-text68 {
  color: #C1FFFC;
  font-size: 24px;
  font-style: normal;
  font-family: Poppins;
  font-weight: 500;
  line-height: 31px;
}
 
.home-check-list8 {
  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-text69 {
  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-text70 {
  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-text71 {
  color: rgb(255, 255, 255);
  font-size: 14px;
  font-family: Poppins;
  line-height: 24px;
}
 
.home-button8 {
  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-button8:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
 
.home-text72 {
  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-text75 {
  font-family: Poppins;
}
 
.home-explore3 {
  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-explore3:hover {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.3);
}
 
.home-text76 {
  font-style: normal;
  font-weight: 600;
}
 
.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: #375EE0;
}
 
.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-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-faq {
  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: #F3F5FA;
}
 
.home-content19 {
  gap: var(--dl-layout-space-fiveunits);
  width: 100%;
  display: flex;
  max-width: 1200px;
  align-items: center;
  flex-direction: column;
}
 
.home-header6 {
  gap: var(--dl-layout-space-oneandhalfunits);
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
}
 
.home-tag3 {
  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: #D6F1F0;
}
 
.home-text77 {
  font-style: normal;
  font-weight: 500;
}
 
.home-heading23 {
  gap: var(--dl-layout-space-unit);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
 
.home-text80 {
  width: 100%;
  font-size: 40px;
  max-width: 600px;
  font-style: normal;
  text-align: center;
  font-family: Poppins;
  font-weight: 600;
  line-height: 56px;
}
 
.home-rows {
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: row;
}
 
.home-column4 {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
 
.home-title2 {
  font-size: 18px;
  font-style: normal;
  font-family: Poppins;
  font-weight: 500;
}
 
.home-description4 {
  font-family: Poppins;
  line-height: 24px;
}
 
.home-title3 {
  font-size: 18px;
  font-style: normal;
  font-family: Poppins;
  font-weight: 500;
}
 
.home-description5 {
  font-family: Poppins;
  line-height: 24px;
}
 
.home-question3 {
  border-bottom-width: 0px;
}
 
.home-title4 {
  font-size: 18px;
  font-style: normal;
  font-family: Poppins;
  font-weight: 500;
}
 
.home-description6 {
  font-family: Poppins;
  line-height: 24px;
}
 
.home-column5 {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
 
.home-question4 {
  border-right-width: 0px;
}
 
.home-title5 {
  font-size: 18px;
  font-style: normal;
  font-family: Poppins;
  font-weight: 500;
}
 
.home-description7 {
  font-family: Poppins;
  line-height: 24px;
}
 
.home-question5 {
  border-right-width: 0px;
}
 
.home-title6 {
  font-size: 18px;
  font-style: normal;
  font-family: Poppins;
  font-weight: 500;
}
 
.home-description8 {
  font-family: Poppins;
  line-height: 24px;
}
 
.home-question6 {
  border-right-width: 0px;
  border-bottom-width: 0px;
}
 
.home-title7 {
  font-size: 18px;
  font-style: normal;
  font-family: Poppins;
  font-weight: 500;
}
 
.home-description9 {
  font-family: Poppins;
  line-height: 24px;
}
 
.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: var(--dl-color-gray-white);
}
 
.home-content20 {
  gap: var(--dl-layout-space-threeunits);
  display: flex;
  max-width: 600px;
  align-items: center;
  flex-direction: column;
}
 
.home-heading24 {
  gap: var(--dl-layout-space-unit);
  display: flex;
  align-items: center;
  flex-direction: column;
}
 
.home-text87 {
  color: #26b99a;
  font-size: 64px;
  font-style: normal;
  text-align: center;
  font-family: Poppins;
  font-weight: 600;
}
 
.home-text88 {
  color: #ffffff;
  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-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;
  background-color:  #f5b800;
}
 
.home-ios-btn2:hover {
  background-color: rgba(0, 0, 0, 0.75);
}
 
.home-apple2 {
  width: 16px;
  height: 20px;
}
 
.home-caption7 {
  fill: #222222;
  color: #222222;
  font-style: normal;
  font-family: Poppins;
  font-weight: 500;
}
 
.home-android-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;
  background-color:  #f5b800;
}
 
.home-android-btn2:hover {
  background-color: rgba(0, 0, 0, 0.75);
}
 
.home-android2 {
  width: 18px;
  height: 20px;
}
 
.home-caption8 {
  fill: #222222;
  color: #222222;
  font-style: normal;
  font-family: Poppins;
  font-weight: 500;
}
 
@media(max-width: 991px) {
  .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-title1 {
    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-android-btn1 {
    flex: 1;
  }
  .home-images {
    left: 0px;
    right: -100px;
    bottom: -325px;
    margin: auto;
  }
  .home-pasted-image1 {
    width: 200px;
  }
  .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-caption4 {
    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-caption5 {
    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-caption6 {
    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-explore2 {
    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-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 {
    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-heading18 {
    gap: var(--dl-layout-space-halfunit);
    max-width: 600px;
  }
  .home-text45 {
    font-size: 18px;
  }
  .home-text46 {
    font-size: 20px;
    line-height: 26px;
  }
  .home-text47 {
    line-height: 21px;
  }
  .home-text48 {
    line-height: 21px;
  }
  .home-text49 {
    line-height: 21px;
  }
  .home-button4 {
    margin-top: var(--dl-layout-space-threeunits);
  }
  .home-overlay3 {
    width: 100%;
    justify-content: space-between;
  }
  .home-header5 {
    gap: var(--dl-layout-space-oneandhalfunits);
  }
  .home-heading22 {
    gap: var(--dl-layout-space-halfunit);
    max-width: 600px;
  }
  .home-text67 {
    font-size: 18px;
  }
  .home-text68 {
    font-size: 20px;
    line-height: 26px;
  }
  .home-text69 {
    line-height: 21px;
  }
  .home-text70 {
    line-height: 21px;
  }
  .home-text71 {
    line-height: 21px;
  }
  .home-button8 {
    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-content20 {
    gap: var(--dl-layout-space-oneandhalfunits);
  }
  .home-heading24 {
    gap: var(--dl-layout-space-halfunit);
  }
  .home-text87 {
    font-size: 40px;
  }
  .home-text88 {
    font-size: 18px;
  }
}
 
@media(max-width: 767px) {
  .home-title1 {
    font-size: 40px;
    line-height: 48px;
  }
  .home-caption1 {
    font-size: 16px;
    line-height: 24px;
  }
  .home-images {
    bottom: -250px;
  }
  .home-text10 {
    width: 100%;
    font-size: 32px;
    max-width: 640px;
  }
  .home-video-container {
    gap: var(--dl-layout-space-threeunits);
  }
  .home-heading11 {
    gap: var(--dl-layout-space-halfunit);
  }
  .home-text11 {
    font-size: 20px;
    line-height: 30px;
  }
  .home-text12 {
    width: 100%;
    max-width: 600px;
  }
  .home-caption4 {
    font-size: 32px;
  }
  .home-description1 {
    font-size: 16px;
    line-height: 24px;
  }
  .home-caption5 {
    font-size: 32px;
  }
  .home-description2 {
    font-size: 16px;
    line-height: 24px;
  }
  .home-caption6 {
    font-size: 32px;
  }
  .home-description3 {
    font-size: 16px;
    line-height: 24px;
  }
  .home-text17 {
    font-size: 32px;
    line-height: 44px;
  }
  .home-text19 {
    font-size: 32px;
    line-height: 44px;
  }
  .home-text20 {
    font-size: 16px;
    line-height: 24px;
  }
  .home-get-started1 {
    display: none;
  }
  .home-section3 {
    gap: var(--dl-layout-space-twounits);
  }
  .home-banner {
    height: 520px;
    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-text24 {
    font-size: 32px;
  }
  .home-pasted-image2 {
    right: 0px;
    bottom: 0px;
    height: 300px;
    display: flex;
    position: absolute;
    align-self: flex-end;
  }
  .home-features {
    gap: var(--dl-layout-space-threeunits);
  }
  .home-header2 {
    gap: var(--dl-layout-space-unit);
  }
  .home-text26 {
    font-size: 14px;
  }
  .home-text27 {
    font-size: 32px;
    line-height: 44px;
  }
  .home-text28 {
    font-size: 16px;
    line-height: 24px;
  }
  .home-feature-list {
    gap: var(--dl-layout-space-twounits);
    width: 100%;
    flex-direction: column;
  }
  .home-text30 {
    font-size: 32px;
    line-height: 44px;
  }
  .home-pricing-plans {
    display: none;
  }
  .home-plans2 {
    gap: var(--dl-layout-space-oneandhalfunits);
    display: flex;
  }
  .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;
  }
  .home-top4 {
    width: 100%;
    padding-bottom: var(--dl-layout-space-oneandhalfunits);
  }
  .home-heading19 {
    gap: var(--dl-layout-space-halfunit);
  }
  .home-text53 {
    font-size: 18px;
  }
  .home-text55 {
    font-size: 32px;
    line-height: 32px;
  }
  .home-plan5 {
    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-top5 {
    width: 100%;
    padding-bottom: var(--dl-layout-space-oneandhalfunits);
  }
  .home-heading20 {
    gap: var(--dl-layout-space-halfunit);
  }
  .home-text57 {
    font-size: 18px;
  }
  .home-text59 {
    font-size: 32px;
    line-height: 32px;
  }
  .home-text61 {
    font-weight: 500;
  }
  .home-plan6 {
    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-top6 {
    width: 100%;
    padding-bottom: var(--dl-layout-space-oneandhalfunits);
  }
  .home-heading21 {
    gap: var(--dl-layout-space-halfunit);
  }
  .home-text62 {
    font-size: 18px;
    font-style: normal;
    font-family: Poppins;
    font-weight: 600;
  }
  .home-text64 {
    font-size: 32px;
    font-style: normal;
    font-family: Poppins;
    font-weight: 600;
    line-height: 32px;
  }
  .home-text66 {
    font-weight: 500;
  }
  .home-expand2 {
    flex: 0 0 auto;
    width: 100%;
    border-radius: 16px;
    background-color: #375EE0;
  }
  .home-overlay3 {
    align-items: center;
    background-size: contain;
    justify-content: center;
    background-repeat: no-repeat;
    background-position: top right;
  }
  .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;
  }
  .home-faq {
    width: 100%;
  }
  .home-content19 {
    gap: var(--dl-layout-space-twounits);
  }
  .home-text77 {
    font-size: 14px;
  }
  .home-text80 {
    font-size: 32px;
    line-height: 44px;
  }
  .home-rows {
    flex-direction: column;
  }
  .home-title2 {
    font-size: 16px;
  }
  .home-get-started2 {
    display: none;
  }
}
 
@media(max-width: 479px) {
  .home-hero-buttons1 {
    width: 100%;
    flex-direction: column;
  }
  .home-ios-btn1 {
    width: 100%;
  }
  .home-android-btn1 {
    width: 100%;
  }
  .home-images {
    bottom: -300px;
  }
  .home-pasted-image1 {
    width: 150px;
  }
  .home-image2 {
    width: 100%;
    max-width: 400px;
  }
  .home-image4 {
    width: 100%;
    max-width: 400px;
  }
  .home-pasted-image2 {
    height: 225px;
  }
  .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%;
  }
  .home-android-btn2 {
    width: 100%;
  }
}
/* --- Footer ORI | estilo final --- */
.footer-footer {
  background: #26b99a;   /* fondo negro */
  color: #fff;
  width: 100%;
  padding: 50px 0 20px;
  margin-top: 40px;
}


/* contenedor interno a 3 columnas (ajusta el selector al tuyo si ya existe) */
.footer-footer .footer-content{
  max-width:1200px;
  margin:0 auto;
  display:grid;
  grid-template-columns: 1.2fr 1fr 1fr;   /* Col 1: logo+texto | Col 2: enlaces | Col 3: contacto */
  gap:32px 56px;
}

/* titulación y enlaces */
.footer-footer h4,
.footer-footer .section-title{
  font-size:1.05rem;
  font-weight:700;
  color:#f5b800;                          /* acento ORI */
  margin:0 0 12px;
}
.footer-footer a{
  color:#ffffff;
  text-decoration:none;
}
.footer-footer a:hover{ color:#fff; }

/* barra de copyright */
.footer-footer .footer-copy{
  max-width:1200px;
  margin:200px auto 0;
  padding-top:16px;
  border-top:1px solid rgba(255, 255, 255, 0.12);
  font-size:.9rem;
  color:#ffffff;
  display:flex;
  justify-content:space-between;
  gap:12px;
  flex-wrap:wrap;
}

/* responsive */
@media (max-width:1024px){
  .footer-footer .footer-content{ grid-template-columns:1fr 1fr; }
}
@media (max-width:640px){
  .footer-footer{ padding:36px 18px 24px !important; }
  .footer-footer .footer-content{ grid-template-columns:1fr; gap:20px; }
  .footer-footer .footer-copy{ flex-direction:column; align-items:flex-start; }
}

