.navbar-wrapper {
  display: contents;
}
.navbar-navbar {
  width: 100%;
  display: flex;
  z-index: 1000;
  position: relative;
  max-width: 1200px;
  align-self: auto;
  align-items: center;
  flex-shrink: 1;
  padding-top: var(--dl-space-space-twounits);
  padding-left: var(--dl-space-space-oneandhalfunits);
  padding-right: var(--dl-space-space-oneandhalfunits);
  padding-bottom: var(--dl-space-space-fiveunits);
}
.navbar-branding-logo {
  box-sizing: content-box;
}
.navbar-nav-content {
  gap: var(--dl-space-space-threeunits);
  display: flex;
  align-items: center;
  margin-left: auto;
  flex-direction: row;
  justify-content: flex-start;
}
.navbar-nav-links1 {
  gap: var(--dl-space-space-threeunits);
  display: flex;
  align-items: flex-start;
  border-color: transparent;
}
.navbar-link1 {
  text-decoration: none;
}
.navbar-link2 {
  text-decoration: none;
}
.navbar-link5 {
  display: contents;
}
.navbar-get-started1 {
  text-decoration: none;
}
.navbar-text1 {
  color: rgba(255, 255, 255, 1);
  align-self: auto;
  font-style: Medium;
  text-align: left;
  font-family: Poppins;
  font-weight: 500;
  font-stretch: normal;
  text-decoration: none;
}
.navbar-hamburger {
  display: none;
}
.navbar-image1 {
  width: 100px;
  object-fit: cover;
}
.navbar-mobile-menu {
  gap: var(--dl-space-space-twounits);
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  padding: var(--dl-space-space-twounits);
  z-index: 100;
  position: fixed;
  transform: translateX(100%);
  transition: 0.3s;
  align-items: stretch;
  flex-direction: column;
  background-color: #fff;
}
.navbar-branding {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
.navbar-image2 {
  width: auto;
  filter: brightness(0) saturate(100%);
  object-fit: cover;
}
.navbar-container1 {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
.navbar-icon1 {
  width: 24px;
  height: 24px;
}
.navbar-nav-links2 {
  gap: var(--dl-space-space-unit);
  color: var(--dl-color-gray-black);
  display: flex;
  flex-direction: column;
}
.navbar-text2 {
  color: rgba(255, 255, 255, 1);
  align-self: auto;
  font-style: Medium;
  text-align: left;
  font-family: Poppins;
  font-weight: 500;
  font-stretch: normal;
  text-decoration: none;
}
.navbar-container3 {
  display: contents;
}



@media(max-width: 1600px) {
  .navbar-link1 {
    text-decoration: none;
  }
  .navbar-link2 {
    text-decoration: none;
  }
  .navbar-get-started1 {
    border-radius: 58px;
  }
  .navbar-text1 {
    color: rgb(255, 255, 255);
  }
}
@media(max-width: 767px) {
  .navbar-navbar {
    padding-bottom: var(--dl-space-space-fourunits);
  }
  .navbar-branding-logo {
    width: auto;
  }
  .navbar-nav-links1 {
    display: none;
  }
  .navbar-get-started1 {
    display: none;
  }
  .navbar-hamburger {
    display: flex;
    padding-left: var(--dl-space-space-unit);
    padding-right: var(--dl-space-space-unit);
  }
  .navbar-image1 {
    width: 16px;
    height: 14px;
  }
  .navbar-branding {
    width: 100%;
  }
  .navbar-nav-links2 {
    margin-top: var(--dl-space-space-twounits);
    align-items: flex-start;
    margin-bottom: var(--dl-space-space-twounits);
    justify-content: center;
  }
}

.mark-wrapper {
  display: contents;
}
.mark-mark {
  gap: var(--dl-space-space-halfunit);
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
.mark-icon1 {
  display: flex;
  padding: var(--dl-space-space-halfunit);
  align-items: center;
  border-radius: 50%;
  flex-direction: row;
  justify-content: center;
  background-color: #292929;
}
.mark-icon2 {
  fill: #C6FF4B;
  width: 12px;
  height: 12px;
}
.mark-label {
  color: rgb(255, 255, 255);
  font-style: normal;
  font-family: Poppins;
  font-weight: 600;
  line-height: 24px;
}
@media(max-width: 1600px) {
  .mark-icon2 {
    fill: #00ff00;
  }
  .mark-label {
    color: rgb(255, 255, 255);
    font-style: normal;
    font-family: Poppins;
    font-weight: 600;
    line-height: 24px;
  }
}

.mark-wrapper-umqn {
  display: contents;
}
.mark-mark1 {
  gap: var(--dl-space-space-halfunit);
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
.mark-icon4 {
  display: flex;
  padding: var(--dl-space-space-halfunit);
  align-items: center;
  border-radius: 50%;
  flex-direction: row;
  justify-content: center;
  background-color: #292929;
}
.mark-icon5 {
  fill: #C6FF4B;
  width: 12px;
  height: 12px;
}
.mark-label1 {
  color: rgb(255, 255, 255);
  font-style: normal;
  font-family: Poppins;
  font-weight: 600;
  line-height: 24px;
}
@media(max-width: 1600px) {
  .mark-icon5 {
    fill: #00ff00;
  }
  .mark-label1 {
    color: rgb(255, 255, 255);
    font-style: normal;
    font-family: Poppins;
    font-weight: 600;
    line-height: 24px;
  }
}

.mark-wrapper-b2vh {
  display: contents;
}
.mark-mark2 {
  gap: var(--dl-space-space-halfunit);
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
.mark-icon7 {
  display: flex;
  padding: var(--dl-space-space-halfunit);
  align-items: center;
  border-radius: 50%;
  flex-direction: row;
  justify-content: center;
  background-color: #292929;
}
.mark-icon8 {
  fill: #C6FF4B;
  width: 12px;
  height: 12px;
}
.mark-label2 {
  color: rgb(255, 255, 255);
  font-style: normal;
  font-family: Poppins;
  font-weight: 600;
  line-height: 24px;
}
@media(max-width: 1600px) {
  .mark-icon8 {
    fill: #00ff00;
  }
  .mark-label2 {
    color: rgb(255, 255, 255);
    font-style: normal;
    font-family: Poppins;
    font-weight: 600;
    line-height: 24px;
  }
}

.card-wrapper {
  display: contents;
}
.card-card {
  gap: var(--dl-space-space-oneandhalfunits);
  flex: 1;
  display: flex;
  padding: var(--dl-space-space-threeunits);
  position: relative;
  align-items: flex-start;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  background-color: #292929;
}
.card-icon1 {
  display: flex;
  padding: var(--dl-space-space-unit);
  align-items: center;
  aspect-ratio: 1;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  background-color: #80FF44;
}
.card-icon2 {
  height: 30px;
  object-fit: cover;
}
.card-content {
  gap: var(--dl-space-space-halfunit);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
.card-header {
  color: rgb(255, 255, 255);
  font-size: 24px;
  font-style: normal;
  font-family: Poppins;
  font-weight: 600;
  line-height: 36px;
}
.card-description {
  color: #C2C6CC;
  font-family: Poppins;
  line-height: 28px;
}



@media(max-width: 1600px) {
  .card-icon1 {
    background-color: #00ff00;
  }
  .card-header {
    color: rgb(255, 255, 255);
  }
  .card-description {
    color: rgb(194, 198, 204);
    font-family: Poppins;
    line-height: 28px;
  }
}
@media(max-width: 991px) {
  .cardroot-class-name {
    flex: 0 0 auto;
    width: 100%;
  }
  .cardroot-class-name1 {
    flex: 0 0 auto;
    width: 100%;
  }
  .cardroot-class-name2 {
    flex: 0 0 auto;
    width: 100%;
  }
}

.card-wrapper-yq63 {
  display: contents;
}
.card-card1 {
  gap: var(--dl-space-space-oneandhalfunits);
  flex: 1;
  display: flex;
  padding: var(--dl-space-space-threeunits);
  position: relative;
  align-items: flex-start;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  background-color: #292929;
}
.card-icon3 {
  display: flex;
  padding: var(--dl-space-space-unit);
  align-items: center;
  aspect-ratio: 1;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  background-color: #80FF44;
}
.card-icon4 {
  height: 30px;
  object-fit: cover;
}
.card-content1 {
  gap: var(--dl-space-space-halfunit);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
.card-header1 {
  color: rgb(255, 255, 255);
  font-size: 24px;
  font-style: normal;
  font-family: Poppins;
  font-weight: 600;
  line-height: 36px;
}
.card-description1 {
  color: #C2C6CC;
  font-family: Poppins;
  line-height: 28px;
}



@media(max-width: 1600px) {
  .card-icon3 {
    background-color: #00ff00;
  }
  .card-header1 {
    color: rgb(255, 255, 255);
  }
  .card-description1 {
    color: rgb(194, 198, 204);
    font-family: Poppins;
    line-height: 28px;
  }
}
@media(max-width: 991px) {
  .cardroot-class-name {
    flex: 0 0 auto;
    width: 100%;
  }
  .cardroot-class-name1 {
    flex: 0 0 auto;
    width: 100%;
  }
  .cardroot-class-name2 {
    flex: 0 0 auto;
    width: 100%;
  }
}

.card-wrapper-5fqi {
  display: contents;
}
.card-card2 {
  gap: var(--dl-space-space-oneandhalfunits);
  flex: 1;
  display: flex;
  padding: var(--dl-space-space-threeunits);
  position: relative;
  align-items: flex-start;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  background-color: #292929;
}
.card-icon5 {
  display: flex;
  padding: var(--dl-space-space-unit);
  align-items: center;
  aspect-ratio: 1;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  background-color: #80FF44;
}
.card-icon6 {
  height: 30px;
  object-fit: cover;
}
.card-content2 {
  gap: var(--dl-space-space-halfunit);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
.card-header2 {
  color: rgb(255, 255, 255);
  font-size: 24px;
  font-style: normal;
  font-family: Poppins;
  font-weight: 600;
  line-height: 36px;
}
.card-description2 {
  color: #C2C6CC;
  font-family: Poppins;
  line-height: 28px;
}



@media(max-width: 1600px) {
  .card-icon5 {
    background-color: #00ff00;
  }
  .card-header2 {
    color: rgb(255, 255, 255);
  }
  .card-description2 {
    color: rgb(194, 198, 204);
    font-family: Poppins;
    line-height: 28px;
  }
}
@media(max-width: 991px) {
  .cardroot-class-name {
    flex: 0 0 auto;
    width: 100%;
  }
  .cardroot-class-name1 {
    flex: 0 0 auto;
    width: 100%;
  }
  .cardroot-class-name2 {
    flex: 0 0 auto;
    width: 100%;
  }
}

.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-space-space-halfunit);
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
.accordion-text1 {
  color: var(--dl-color-gray-white);
  width: 100%;
  font-size: 18px;
  max-width: 535px;
  font-style: normal;
  font-family: Poppins;
  font-weight: 600;
  line-height: 27px;
}
.accordion-text2 {
  color: var(--dl-color-gray-900);
  width: 100%;
  max-width: 535px;
  font-family: Poppins;
  line-height: 24px;
  user-select: text;
}
.accordion-icon1 {
  fill: var(--dl-color-gray-white);
  width: var(--dl-size-size-xsmall);
  height: var(--dl-size-size-xsmall);
}
.accordion-element2 {
  width: 640px;
  user-select: none;
}
.accordion-details2 {
  gap: var(--dl-space-space-halfunit);
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
.accordion-text3 {
  color: var(--dl-color-gray-white);
  width: 100%;
  font-size: 18px;
  max-width: 535px;
  font-style: normal;
  font-family: Poppins;
  font-weight: 600;
  line-height: 27px;
}
.accordion-text4 {
  color: var(--dl-color-gray-900);
  width: 100%;
  max-width: 535px;
  font-family: Poppins;
  line-height: 24px;
  user-select: text;
}
.accordion-icon3 {
  fill: var(--dl-color-gray-white);
  width: var(--dl-size-size-xsmall);
  height: var(--dl-size-size-xsmall);
}
.accordion-element3 {
  width: 640px;
  user-select: none;
}
.accordion-details3 {
  gap: var(--dl-space-space-halfunit);
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
.accordion-text5 {
  color: var(--dl-color-gray-white);
  width: 100%;
  font-size: 18px;
  max-width: 535px;
  font-style: normal;
  font-family: Poppins;
  font-weight: 600;
  line-height: 27px;
}
.accordion-text6 {
  color: var(--dl-color-gray-900);
  width: 100%;
  max-width: 535px;
  font-family: Poppins;
  line-height: 24px;
  user-select: text;
}
.accordion-icon5 {
  fill: var(--dl-color-gray-white);
  width: var(--dl-size-size-xsmall);
  height: var(--dl-size-size-xsmall);
}

@media(max-width: 1600px) {
  .accordion-text1 {
    color: var(--dl-color-gray-white);
    font-size: 18px;
    font-style: normal;
    font-family: Poppins;
    font-weight: 600;
    line-height: 27px;
  }
  .accordion-text2 {
    color: var(--dl-color-gray-900);
    font-family: Poppins;
    line-height: 24px;
  }
  .accordion-text3 {
    color: var(--dl-color-gray-white);
    font-size: 18px;
    font-style: normal;
    font-family: Poppins;
    font-weight: 600;
    line-height: 27px;
  }
  .accordion-text4 {
    color: var(--dl-color-gray-900);
    font-family: Poppins;
    line-height: 24px;
  }
  .accordion-text5 {
    color: var(--dl-color-gray-white);
    font-size: 18px;
    font-style: normal;
    font-family: Poppins;
    font-weight: 600;
    line-height: 27px;
  }
  .accordion-text6 {
    color: var(--dl-color-gray-900);
    font-family: Poppins;
    line-height: 24px;
  }
}
@media(max-width: 767px) {
  .accordion-element1 {
    width: 100%;
    max-width: 560px;
  }
  .accordion-text1 {
    font-size: 16px;
    line-height: 24px;
  }
  .accordion-element2 {
    width: 100%;
    max-width: 560px;
  }
  .accordion-text3 {
    font-size: 16px;
  }
  .accordion-element3 {
    width: 100%;
    max-width: 560px;
  }
  .accordion-text5 {
    font-size: 16px;
  }
}
@media(max-width: 479px) {
  .accordion-element1 {
    width: 350px;
    max-width: auto;
  }
  .accordion-element2 {
    width: 350px;
    max-width: auto;
  }
  .accordion-element3 {
    width: 350px;
    max-width: auto;
  }
}

.review-wrapper {
  display: contents;
}
.review-card {
  gap: var(--dl-space-space-threeunits);
  flex: 1;
  display: flex;
  padding: var(--dl-space-space-threeunits);
  position: relative;
  align-items: flex-start;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  background-color: #292929;
}
.review-stars {
  gap: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.review-icon10 {
  fill: #FFDE6A;
  width: 16px;
  height: 16px;
}
.review-icon12 {
  fill: #FFDE6A;
  width: 16px;
  height: 16px;
}
.review-icon14 {
  fill: #FFDE6A;
  width: 16px;
  height: 16px;
}
.review-icon16 {
  fill: #FFDE6A;
  width: 16px;
  height: 16px;
}
.review-icon18 {
  fill: #FFDE6A;
  width: 16px;
  height: 16px;
}
.review-content {
  gap: var(--dl-space-space-oneandhalfunits);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
.review-quote {
  color: #CCCCCC;
  font-size: 18px;
  font-family: Poppins;
  line-height: 25px;
}
.review-author1 {
  gap: var(--dl-space-space-unit);
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
}
.review-avatar {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 50%;
}
.review-details {
  gap: var(--dl-space-space-halfunit);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
.review-author2 {
  color: rgb(255, 255, 255);
  font-size: 16px;
  font-style: normal;
  font-family: Poppins;
  font-weight: 600;
}
.review-position {
  color: #CCCCCC;
  font-size: 14px;
  font-family: Poppins;
  line-height: 20px;
}






@media(max-width: 1600px) {
  .review-quote {
    color: rgb(204, 204, 204);
    font-size: 18px;
    font-family: Poppins;
    line-height: 25px;
  }
  .review-author2 {
    color: rgb(255, 255, 255);
  }
  .review-position {
    color: rgb(204, 204, 204);
    font-size: 14px;
    font-family: Poppins;
    line-height: 20px;
  }
}
@media(max-width: 991px) {
  .review-card {
    padding-top: var(--dl-space-space-twounits);
    padding-left: var(--dl-space-space-oneandhalfunits);
    padding-right: var(--dl-space-space-oneandhalfunits);
    padding-bottom: var(--dl-space-space-twounits);
  }
}

.review-wrapper-bn5q {
  display: contents;
}
.review-card1 {
  gap: var(--dl-space-space-threeunits);
  flex: 1;
  display: flex;
  padding: var(--dl-space-space-threeunits);
  position: relative;
  align-items: flex-start;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  background-color: #292929;
}
.review-stars1 {
  gap: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.review-icon20 {
  fill: #FFDE6A;
  width: 16px;
  height: 16px;
}
.review-icon22 {
  fill: #FFDE6A;
  width: 16px;
  height: 16px;
}
.review-icon24 {
  fill: #FFDE6A;
  width: 16px;
  height: 16px;
}
.review-icon26 {
  fill: #FFDE6A;
  width: 16px;
  height: 16px;
}
.review-icon28 {
  fill: #FFDE6A;
  width: 16px;
  height: 16px;
}
.review-content1 {
  gap: var(--dl-space-space-oneandhalfunits);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
.review-quote1 {
  color: #CCCCCC;
  font-size: 18px;
  font-family: Poppins;
  line-height: 25px;
}
.review-author3 {
  gap: var(--dl-space-space-unit);
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
}
.review-avatar1 {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 50%;
}
.review-details1 {
  gap: var(--dl-space-space-halfunit);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
.review-author4 {
  color: rgb(255, 255, 255);
  font-size: 16px;
  font-style: normal;
  font-family: Poppins;
  font-weight: 600;
}
.review-position1 {
  color: #CCCCCC;
  font-size: 14px;
  font-family: Poppins;
  line-height: 20px;
}






@media(max-width: 1600px) {
  .review-quote1 {
    color: rgb(204, 204, 204);
    font-size: 18px;
    font-family: Poppins;
    line-height: 25px;
  }
  .review-author4 {
    color: rgb(255, 255, 255);
  }
  .review-position1 {
    color: rgb(204, 204, 204);
    font-size: 14px;
    font-family: Poppins;
    line-height: 20px;
  }
}
@media(max-width: 991px) {
  .review-card1 {
    padding-top: var(--dl-space-space-twounits);
    padding-left: var(--dl-space-space-oneandhalfunits);
    padding-right: var(--dl-space-space-oneandhalfunits);
    padding-bottom: var(--dl-space-space-twounits);
  }
}

.review-wrapper-qb3q {
  display: contents;
}
.review-card2 {
  gap: var(--dl-space-space-threeunits);
  flex: 1;
  display: flex;
  padding: var(--dl-space-space-threeunits);
  position: relative;
  align-items: flex-start;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  background-color: #292929;
}
.review-stars2 {
  gap: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.review-icon30 {
  fill: #FFDE6A;
  width: 16px;
  height: 16px;
}
.review-icon32 {
  fill: #FFDE6A;
  width: 16px;
  height: 16px;
}
.review-icon34 {
  fill: #FFDE6A;
  width: 16px;
  height: 16px;
}
.review-icon36 {
  fill: #FFDE6A;
  width: 16px;
  height: 16px;
}
.review-icon38 {
  fill: #FFDE6A;
  width: 16px;
  height: 16px;
}
.review-content2 {
  gap: var(--dl-space-space-oneandhalfunits);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
.review-quote2 {
  color: #CCCCCC;
  font-size: 18px;
  font-family: Poppins;
  line-height: 25px;
}
.review-author5 {
  gap: var(--dl-space-space-unit);
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
}
.review-avatar2 {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 50%;
}
.review-details2 {
  gap: var(--dl-space-space-halfunit);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
.review-author6 {
  color: rgb(255, 255, 255);
  font-size: 16px;
  font-style: normal;
  font-family: Poppins;
  font-weight: 600;
}
.review-position2 {
  color: #CCCCCC;
  font-size: 14px;
  font-family: Poppins;
  line-height: 20px;
}






@media(max-width: 1600px) {
  .review-quote2 {
    color: rgb(204, 204, 204);
    font-size: 18px;
    font-family: Poppins;
    line-height: 25px;
  }
  .review-author6 {
    color: rgb(255, 255, 255);
  }
  .review-position2 {
    color: rgb(204, 204, 204);
    font-size: 14px;
    font-family: Poppins;
    line-height: 20px;
  }
}
@media(max-width: 991px) {
  .review-card2 {
    padding-top: var(--dl-space-space-twounits);
    padding-left: var(--dl-space-space-oneandhalfunits);
    padding-right: var(--dl-space-space-oneandhalfunits);
    padding-bottom: var(--dl-space-space-twounits);
  }
}

.review-wrapper-wc5r {
  display: contents;
}
.review-card3 {
  gap: var(--dl-space-space-threeunits);
  flex: 1;
  display: flex;
  padding: var(--dl-space-space-threeunits);
  position: relative;
  align-items: flex-start;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  background-color: #292929;
}
.review-stars3 {
  gap: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.review-icon40 {
  fill: #FFDE6A;
  width: 16px;
  height: 16px;
}
.review-icon42 {
  fill: #FFDE6A;
  width: 16px;
  height: 16px;
}
.review-icon44 {
  fill: #FFDE6A;
  width: 16px;
  height: 16px;
}
.review-icon46 {
  fill: #FFDE6A;
  width: 16px;
  height: 16px;
}
.review-icon48 {
  fill: #FFDE6A;
  width: 16px;
  height: 16px;
}
.review-content3 {
  gap: var(--dl-space-space-oneandhalfunits);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
.review-quote3 {
  color: #CCCCCC;
  font-size: 18px;
  font-family: Poppins;
  line-height: 25px;
}
.review-author7 {
  gap: var(--dl-space-space-unit);
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
}
.review-avatar3 {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 50%;
}
.review-details3 {
  gap: var(--dl-space-space-halfunit);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
.review-author8 {
  color: rgb(255, 255, 255);
  font-size: 16px;
  font-style: normal;
  font-family: Poppins;
  font-weight: 600;
}
.review-position3 {
  color: #CCCCCC;
  font-size: 14px;
  font-family: Poppins;
  line-height: 20px;
}






@media(max-width: 1600px) {
  .review-quote3 {
    color: rgb(204, 204, 204);
    font-size: 18px;
    font-family: Poppins;
    line-height: 25px;
  }
  .review-author8 {
    color: rgb(255, 255, 255);
  }
  .review-position3 {
    color: rgb(204, 204, 204);
    font-size: 14px;
    font-family: Poppins;
    line-height: 20px;
  }
}
@media(max-width: 991px) {
  .review-card3 {
    padding-top: var(--dl-space-space-twounits);
    padding-left: var(--dl-space-space-oneandhalfunits);
    padding-right: var(--dl-space-space-oneandhalfunits);
    padding-bottom: var(--dl-space-space-twounits);
  }
}

.review-wrapper-043d {
  display: contents;
}
.review-card4 {
  gap: var(--dl-space-space-threeunits);
  flex: 1;
  display: flex;
  padding: var(--dl-space-space-threeunits);
  position: relative;
  align-items: flex-start;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  background-color: #292929;
}
.review-stars4 {
  gap: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.review-icon50 {
  fill: #FFDE6A;
  width: 16px;
  height: 16px;
}
.review-icon52 {
  fill: #FFDE6A;
  width: 16px;
  height: 16px;
}
.review-icon54 {
  fill: #FFDE6A;
  width: 16px;
  height: 16px;
}
.review-icon56 {
  fill: #FFDE6A;
  width: 16px;
  height: 16px;
}
.review-icon58 {
  fill: #FFDE6A;
  width: 16px;
  height: 16px;
}
.review-content4 {
  gap: var(--dl-space-space-oneandhalfunits);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
.review-quote4 {
  color: #CCCCCC;
  font-size: 18px;
  font-family: Poppins;
  line-height: 25px;
}
.review-author9 {
  gap: var(--dl-space-space-unit);
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
}
.review-avatar4 {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 50%;
}
.review-details4 {
  gap: var(--dl-space-space-halfunit);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
.review-author10 {
  color: rgb(255, 255, 255);
  font-size: 16px;
  font-style: normal;
  font-family: Poppins;
  font-weight: 600;
}
.review-position4 {
  color: #CCCCCC;
  font-size: 14px;
  font-family: Poppins;
  line-height: 20px;
}






@media(max-width: 1600px) {
  .review-quote4 {
    color: rgb(204, 204, 204);
    font-size: 18px;
    font-family: Poppins;
    line-height: 25px;
  }
  .review-author10 {
    color: rgb(255, 255, 255);
  }
  .review-position4 {
    color: rgb(204, 204, 204);
    font-size: 14px;
    font-family: Poppins;
    line-height: 20px;
  }
}
@media(max-width: 991px) {
  .review-card4 {
    padding-top: var(--dl-space-space-twounits);
    padding-left: var(--dl-space-space-oneandhalfunits);
    padding-right: var(--dl-space-space-oneandhalfunits);
    padding-bottom: var(--dl-space-space-twounits);
  }
}

.review-wrapper-wqfl {
  display: contents;
}
.review-card5 {
  gap: var(--dl-space-space-threeunits);
  flex: 1;
  display: flex;
  padding: var(--dl-space-space-threeunits);
  position: relative;
  align-items: flex-start;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  background-color: #292929;
}
.review-stars5 {
  gap: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.review-icon60 {
  fill: #FFDE6A;
  width: 16px;
  height: 16px;
}
.review-icon62 {
  fill: #FFDE6A;
  width: 16px;
  height: 16px;
}
.review-icon64 {
  fill: #FFDE6A;
  width: 16px;
  height: 16px;
}
.review-icon66 {
  fill: #FFDE6A;
  width: 16px;
  height: 16px;
}
.review-icon68 {
  fill: #FFDE6A;
  width: 16px;
  height: 16px;
}
.review-content5 {
  gap: var(--dl-space-space-oneandhalfunits);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
.review-quote5 {
  color: #CCCCCC;
  font-size: 18px;
  font-family: Poppins;
  line-height: 25px;
}
.review-author11 {
  gap: var(--dl-space-space-unit);
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
}
.review-avatar5 {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 50%;
}
.review-details5 {
  gap: var(--dl-space-space-halfunit);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
.review-author12 {
  color: rgb(255, 255, 255);
  font-size: 16px;
  font-style: normal;
  font-family: Poppins;
  font-weight: 600;
}
.review-position5 {
  color: #CCCCCC;
  font-size: 14px;
  font-family: Poppins;
  line-height: 20px;
}






@media(max-width: 1600px) {
  .review-quote5 {
    color: rgb(204, 204, 204);
    font-size: 18px;
    font-family: Poppins;
    line-height: 25px;
  }
  .review-author12 {
    color: rgb(255, 255, 255);
  }
  .review-position5 {
    color: rgb(204, 204, 204);
    font-size: 14px;
    font-family: Poppins;
    line-height: 20px;
  }
}
@media(max-width: 991px) {
  .review-card5 {
    padding-top: var(--dl-space-space-twounits);
    padding-left: var(--dl-space-space-oneandhalfunits);
    padding-right: var(--dl-space-space-oneandhalfunits);
    padding-bottom: var(--dl-space-space-twounits);
  }
}

.article-wrapper {
  display: contents;
}
.article-card {
  gap: var(--dl-space-space-oneandhalfunits);
  flex: 1;
  display: flex;
  padding: var(--dl-space-space-threeunits);
  position: relative;
  align-items: flex-start;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  background-color: #292929;
}
.article-content {
  gap: var(--dl-space-space-twounits);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
.article-header1 {
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  justify-content: flex-start;
}
.article-header2 {
  color: rgb(255, 255, 255);
  font-size: 24px;
  font-style: normal;
  font-family: Poppins;
  font-weight: 600;
  line-height: 36px;
}
.article-description {
  color: #C2C6CC;
  font-family: Poppins;
  line-height: 28px;
}
.article-button {
  gap: var(--dl-space-space-oneandhalfunits);
  cursor: pointer;
  display: flex;
  transition: 0.3s;
  align-items: center;
  border-color: #80FF44;
  flex-direction: column;
  padding-bottom: var(--dl-space-space-halfunit);
  justify-content: center;
  border-bottom-width: 1px;
}
.article-button:hover {
  opacity: 0.5;
}
.article-link {
  display: contents;
}
.article-text {
  color: #80FF44;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}





@media(max-width: 1600px) {
  .article-header2 {
    color: rgb(255, 255, 255);
    font-size: 24px;
    font-style: normal;
    font-family: Poppins;
    font-weight: 600;
    line-height: 36px;
  }
  .article-description {
    color: rgb(194, 198, 204);
    font-family: Poppins;
    line-height: 28px;
  }
}
@media(max-width: 991px) {
  .article-card {
    padding-top: var(--dl-space-space-twounits);
    padding-left: var(--dl-space-space-oneandhalfunits);
    padding-right: var(--dl-space-space-oneandhalfunits);
    padding-bottom: var(--dl-space-space-twounits);
  }
}

.article-wrapper-we2m {
  display: contents;
}
.article-card1 {
  gap: var(--dl-space-space-oneandhalfunits);
  flex: 1;
  display: flex;
  padding: var(--dl-space-space-threeunits);
  position: relative;
  align-items: flex-start;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  background-color: #292929;
}
.article-content1 {
  gap: var(--dl-space-space-twounits);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
.article-header3 {
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  justify-content: flex-start;
}
.article-header4 {
  color: rgb(255, 255, 255);
  font-size: 24px;
  font-style: normal;
  font-family: Poppins;
  font-weight: 600;
  line-height: 36px;
}
.article-description1 {
  color: #C2C6CC;
  font-family: Poppins;
  line-height: 28px;
}
.article-button1 {
  gap: var(--dl-space-space-oneandhalfunits);
  cursor: pointer;
  display: flex;
  transition: 0.3s;
  align-items: center;
  border-color: #80FF44;
  flex-direction: column;
  padding-bottom: var(--dl-space-space-halfunit);
  justify-content: center;
  border-bottom-width: 1px;
}
.article-button1:hover {
  opacity: 0.5;
}
.article-link1 {
  display: contents;
}
.article-text1 {
  color: #80FF44;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}





@media(max-width: 1600px) {
  .article-header4 {
    color: rgb(255, 255, 255);
    font-size: 24px;
    font-style: normal;
    font-family: Poppins;
    font-weight: 600;
    line-height: 36px;
  }
  .article-description1 {
    color: rgb(194, 198, 204);
    font-family: Poppins;
    line-height: 28px;
  }
}
@media(max-width: 991px) {
  .article-card1 {
    padding-top: var(--dl-space-space-twounits);
    padding-left: var(--dl-space-space-oneandhalfunits);
    padding-right: var(--dl-space-space-oneandhalfunits);
    padding-bottom: var(--dl-space-space-twounits);
  }
}

.article-wrapper-ojbi {
  display: contents;
}
.article-card2 {
  gap: var(--dl-space-space-oneandhalfunits);
  flex: 1;
  display: flex;
  padding: var(--dl-space-space-threeunits);
  position: relative;
  align-items: flex-start;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  background-color: #292929;
}
.article-content2 {
  gap: var(--dl-space-space-twounits);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
.article-header5 {
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  justify-content: flex-start;
}
.article-header6 {
  color: rgb(255, 255, 255);
  font-size: 24px;
  font-style: normal;
  font-family: Poppins;
  font-weight: 600;
  line-height: 36px;
}
.article-description2 {
  color: #C2C6CC;
  font-family: Poppins;
  line-height: 28px;
}
.article-button2 {
  gap: var(--dl-space-space-oneandhalfunits);
  cursor: pointer;
  display: flex;
  transition: 0.3s;
  align-items: center;
  border-color: #80FF44;
  flex-direction: column;
  padding-bottom: var(--dl-space-space-halfunit);
  justify-content: center;
  border-bottom-width: 1px;
}
.article-button2:hover {
  opacity: 0.5;
}
.article-link2 {
  display: contents;
}
.article-text2 {
  color: #80FF44;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}





@media(max-width: 1600px) {
  .article-header6 {
    color: rgb(255, 255, 255);
    font-size: 24px;
    font-style: normal;
    font-family: Poppins;
    font-weight: 600;
    line-height: 36px;
  }
  .article-description2 {
    color: rgb(194, 198, 204);
    font-family: Poppins;
    line-height: 28px;
  }
}
@media(max-width: 991px) {
  .article-card2 {
    padding-top: var(--dl-space-space-twounits);
    padding-left: var(--dl-space-space-oneandhalfunits);
    padding-right: var(--dl-space-space-oneandhalfunits);
    padding-bottom: var(--dl-space-space-twounits);
  }
}

.includes-wrapper {
  display: contents;
}
.includes-mark {
  gap: var(--dl-space-space-halfunit);
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
.includes-icon1 {
  display: flex;
  padding: 5px;
  align-items: center;
  border-radius: 50%;
  flex-direction: row;
  justify-content: center;
  background-color: #414141;
}
.includes-icon2 {
  fill: #C6FF4B;
  width: 12px;
  height: 12px;
}
.home-fragment10 {
  display: contents;
}
.home-label10 {
  color: #C2C6CC;
  display: inline-block;
  font-size: 14px;
  font-family: Poppins;
  line-height: 25px;
}




















@media(max-width: 1600px) {
  .includes-icon2 {
    fill: #00ff00;
  }
  .home-label10 {
    color: rgb(194, 198, 204);
    font-size: 14px;
    font-family: Poppins;
    line-height: 25px;
  }
}

.includes-wrapper-k1e0 {
  display: contents;
}
.includes-mark1 {
  gap: var(--dl-space-space-halfunit);
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
.includes-icon4 {
  display: flex;
  padding: 5px;
  align-items: center;
  border-radius: 50%;
  flex-direction: row;
  justify-content: center;
  background-color: #414141;
}
.includes-icon5 {
  fill: #C6FF4B;
  width: 12px;
  height: 12px;
}
.home-fragment11 {
  display: contents;
}
.home-label11 {
  color: #C2C6CC;
  display: inline-block;
  font-size: 14px;
  font-family: Poppins;
  line-height: 25px;
}




















@media(max-width: 1600px) {
  .includes-icon5 {
    fill: #00ff00;
  }
  .home-label11 {
    color: rgb(194, 198, 204);
  }
}

.includes-wrapper-lcav {
  display: contents;
}
.includes-mark2 {
  gap: var(--dl-space-space-halfunit);
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
.includes-icon7 {
  display: flex;
  padding: 5px;
  align-items: center;
  border-radius: 50%;
  flex-direction: row;
  justify-content: center;
  background-color: #414141;
}
.includes-icon8 {
  fill: #C6FF4B;
  width: 12px;
  height: 12px;
}
.home-fragment12 {
  display: contents;
}
.home-label12 {
  color: #C2C6CC;
  display: inline-block;
  font-size: 14px;
  font-family: Poppins;
  line-height: 25px;
}




















@media(max-width: 1600px) {
  .includes-icon8 {
    fill: #00ff00;
  }
  .home-label12 {
    color: rgb(194, 198, 204);
    font-size: 14px;
    font-family: Poppins;
    line-height: 25px;
  }
}

.includes-wrapper-65nl {
  display: contents;
}
.includes-mark3 {
  gap: var(--dl-space-space-halfunit);
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
.includes-icon10 {
  display: flex;
  padding: 5px;
  align-items: center;
  border-radius: 50%;
  flex-direction: row;
  justify-content: center;
  background-color: #414141;
}
.includes-icon11 {
  fill: #C6FF4B;
  width: 12px;
  height: 12px;
}
.home-fragment13 {
  display: contents;
}
.home-label13 {
  color: #C2C6CC;
  display: inline-block;
  font-size: 14px;
  font-family: Poppins;
  line-height: 25px;
}




















@media(max-width: 1600px) {
  .includes-icon11 {
    fill: #00ff00;
  }
  .home-label13 {
    color: rgb(194, 198, 204);
  }
}

.excludes-wrapper {
  display: contents;
}
.excludes-mark {
  gap: var(--dl-space-space-halfunit);
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
.excludes-icon1 {
  display: flex;
  padding: 5px;
  align-items: center;
  border-radius: 50%;
  flex-direction: row;
  justify-content: center;
  background-color: #414141;
}
.excludes-icon2 {
  fill: #0F0F0F;
  width: 12px;
  height: 12px;
}
.excludes-label {
  color: #75797E;
  font-size: 14px;
  font-family: Poppins;
  line-height: 25px;
}

















@media(max-width: 1600px) {
  .excludes-label {
    color: rgb(117, 121, 126);
    font-size: 14px;
    font-family: Poppins;
    line-height: 25px;
  }
}

.excludes-wrapper-xa1f {
  display: contents;
}
.excludes-mark1 {
  gap: var(--dl-space-space-halfunit);
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
.excludes-icon4 {
  display: flex;
  padding: 5px;
  align-items: center;
  border-radius: 50%;
  flex-direction: row;
  justify-content: center;
  background-color: #414141;
}
.excludes-icon5 {
  fill: #0F0F0F;
  width: 12px;
  height: 12px;
}
.excludes-label1 {
  color: #75797E;
  font-size: 14px;
  font-family: Poppins;
  line-height: 25px;
}

















@media(max-width: 1600px) {
  .excludes-label1 {
    color: rgb(117, 121, 126);
    font-size: 14px;
    font-family: Poppins;
    line-height: 25px;
  }
}

.excludes-wrapper-ddd5 {
  display: contents;
}
.excludes-mark2 {
  gap: var(--dl-space-space-halfunit);
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
.excludes-icon7 {
  display: flex;
  padding: 5px;
  align-items: center;
  border-radius: 50%;
  flex-direction: row;
  justify-content: center;
  background-color: #414141;
}
.excludes-icon8 {
  fill: #0F0F0F;
  width: 12px;
  height: 12px;
}
.excludes-label2 {
  color: #75797E;
  font-size: 14px;
  font-family: Poppins;
  line-height: 25px;
}

















@media(max-width: 1600px) {
  .excludes-label2 {
    color: rgb(117, 121, 126);
    font-size: 14px;
    font-family: Poppins;
    line-height: 25px;
  }
}

.excludes-wrapper-l3im {
  display: contents;
}
.excludes-mark3 {
  gap: var(--dl-space-space-halfunit);
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
.excludes-icon10 {
  display: flex;
  padding: 5px;
  align-items: center;
  border-radius: 50%;
  flex-direction: row;
  justify-content: center;
  background-color: #414141;
}
.excludes-icon11 {
  fill: #0F0F0F;
  width: 12px;
  height: 12px;
}
.excludes-label3 {
  color: #75797E;
  font-size: 14px;
  font-family: Poppins;
  line-height: 25px;
}

















@media(max-width: 1600px) {
  .excludes-label3 {
    color: rgb(117, 121, 126);
    font-size: 14px;
    font-family: Poppins;
    line-height: 25px;
  }
}

.includes-wrapper-zhnw {
  display: contents;
}
.includes-mark4 {
  gap: var(--dl-space-space-halfunit);
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
.includes-icon13 {
  display: flex;
  padding: 5px;
  align-items: center;
  border-radius: 50%;
  flex-direction: row;
  justify-content: center;
  background-color: #414141;
}
.includes-icon14 {
  fill: #C6FF4B;
  width: 12px;
  height: 12px;
}
.home-fragment14 {
  display: contents;
}
.home-label14 {
  color: #C2C6CC;
  display: inline-block;
  font-size: 14px;
  font-family: Poppins;
  line-height: 25px;
}




















@media(max-width: 1600px) {
  .includes-icon14 {
    fill: #00ff00;
  }
  .home-label14 {
    color: rgb(194, 198, 204);
  }
}

.includes-wrapper-vjeo {
  display: contents;
}
.includes-mark5 {
  gap: var(--dl-space-space-halfunit);
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
.includes-icon16 {
  display: flex;
  padding: 5px;
  align-items: center;
  border-radius: 50%;
  flex-direction: row;
  justify-content: center;
  background-color: #414141;
}
.includes-icon17 {
  fill: #C6FF4B;
  width: 12px;
  height: 12px;
}
.home-fragment15 {
  display: contents;
}
.home-label15 {
  color: #C2C6CC;
  display: inline-block;
  font-size: 14px;
  font-family: Poppins;
  line-height: 25px;
}




















@media(max-width: 1600px) {
  .includes-icon17 {
    fill: #00ff00;
  }
  .home-label15 {
    color: rgb(194, 198, 204);
  }
}

.includes-wrapper-jsks {
  display: contents;
}
.includes-mark6 {
  gap: var(--dl-space-space-halfunit);
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
.includes-icon19 {
  display: flex;
  padding: 5px;
  align-items: center;
  border-radius: 50%;
  flex-direction: row;
  justify-content: center;
  background-color: #414141;
}
.includes-icon20 {
  fill: #C6FF4B;
  width: 12px;
  height: 12px;
}
.home-fragment16 {
  display: contents;
}
.home-label16 {
  color: #C2C6CC;
  display: inline-block;
  font-size: 14px;
  font-family: Poppins;
  line-height: 25px;
}




















@media(max-width: 1600px) {
  .includes-icon20 {
    fill: #00ff00;
  }
  .home-label16 {
    color: rgb(194, 198, 204);
    font-size: 14px;
    font-family: Poppins;
    line-height: 25px;
  }
}

.includes-wrapper-fesc {
  display: contents;
}
.includes-mark7 {
  gap: var(--dl-space-space-halfunit);
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
.includes-icon22 {
  display: flex;
  padding: 5px;
  align-items: center;
  border-radius: 50%;
  flex-direction: row;
  justify-content: center;
  background-color: #414141;
}
.includes-icon23 {
  fill: #C6FF4B;
  width: 12px;
  height: 12px;
}
.home-fragment17 {
  display: contents;
}
.home-label17 {
  color: #C2C6CC;
  display: inline-block;
  font-size: 14px;
  font-family: Poppins;
  line-height: 25px;
}




















@media(max-width: 1600px) {
  .includes-icon23 {
    fill: #00ff00;
  }
  .home-label17 {
    color: rgb(194, 198, 204);
    font-size: 14px;
    font-family: Poppins;
    line-height: 25px;
  }
}

.includes-wrapper-keho {
  display: contents;
}
.includes-mark8 {
  gap: var(--dl-space-space-halfunit);
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
.includes-icon25 {
  display: flex;
  padding: 5px;
  align-items: center;
  border-radius: 50%;
  flex-direction: row;
  justify-content: center;
  background-color: #414141;
}
.includes-icon26 {
  fill: #C6FF4B;
  width: 12px;
  height: 12px;
}
.home-fragment18 {
  display: contents;
}
.home-label18 {
  color: #C2C6CC;
  display: inline-block;
  font-size: 14px;
  font-family: Poppins;
  line-height: 25px;
}




















@media(max-width: 1600px) {
  .includes-icon26 {
    fill: #00ff00;
  }
  .home-label18 {
    color: rgb(194, 198, 204);
    font-size: 14px;
    font-family: Poppins;
    line-height: 25px;
  }
}

.includes-wrapper-0ov0 {
  display: contents;
}
.includes-mark9 {
  gap: var(--dl-space-space-halfunit);
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
.includes-icon28 {
  display: flex;
  padding: 5px;
  align-items: center;
  border-radius: 50%;
  flex-direction: row;
  justify-content: center;
  background-color: #414141;
}
.includes-icon29 {
  fill: #C6FF4B;
  width: 12px;
  height: 12px;
}
.home-fragment19 {
  display: contents;
}
.home-label19 {
  color: #C2C6CC;
  display: inline-block;
  font-size: 14px;
  font-family: Poppins;
  line-height: 25px;
}




















@media(max-width: 1600px) {
  .includes-icon29 {
    fill: #00ff00;
  }
  .home-label19 {
    color: rgb(194, 198, 204);
    font-size: 14px;
    font-family: Poppins;
    line-height: 25px;
  }
}

.includes-wrapper-ve5j {
  display: contents;
}
.includes-mark10 {
  gap: var(--dl-space-space-halfunit);
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
.includes-icon31 {
  display: flex;
  padding: 5px;
  align-items: center;
  border-radius: 50%;
  flex-direction: row;
  justify-content: center;
  background-color: #414141;
}
.includes-icon32 {
  fill: #C6FF4B;
  width: 12px;
  height: 12px;
}
.home-fragment20 {
  display: contents;
}
.home-label20 {
  color: #C2C6CC;
  display: inline-block;
  font-size: 14px;
  font-family: Poppins;
  line-height: 25px;
}




















@media(max-width: 1600px) {
  .includes-icon32 {
    fill: #00ff00;
  }
  .home-label20 {
    color: rgb(194, 198, 204);
  }
}

.excludes-wrapper-bju7 {
  display: contents;
}
.excludes-mark4 {
  gap: var(--dl-space-space-halfunit);
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
.excludes-icon13 {
  display: flex;
  padding: 5px;
  align-items: center;
  border-radius: 50%;
  flex-direction: row;
  justify-content: center;
  background-color: #414141;
}
.excludes-icon14 {
  fill: #0F0F0F;
  width: 12px;
  height: 12px;
}
.excludes-label4 {
  color: #75797E;
  font-size: 14px;
  font-family: Poppins;
  line-height: 25px;
}

















@media(max-width: 1600px) {
  .excludes-label4 {
    color: rgb(117, 121, 126);
    font-size: 14px;
    font-family: Poppins;
    line-height: 25px;
  }
}

.includes-wrapper-5oyn {
  display: contents;
}
.includes-mark11 {
  gap: var(--dl-space-space-halfunit);
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
.includes-icon34 {
  display: flex;
  padding: 5px;
  align-items: center;
  border-radius: 50%;
  flex-direction: row;
  justify-content: center;
  background-color: #414141;
}
.includes-icon35 {
  fill: #C6FF4B;
  width: 12px;
  height: 12px;
}
.home-fragment21 {
  display: contents;
}
.home-label21 {
  color: #C2C6CC;
  display: inline-block;
  font-size: 14px;
  font-family: Poppins;
  line-height: 25px;
}




















@media(max-width: 1600px) {
  .includes-icon35 {
    fill: #00ff00;
  }
  .home-label21 {
    color: rgb(194, 198, 204);
  }
}

.includes-wrapper-ql64 {
  display: contents;
}
.includes-mark12 {
  gap: var(--dl-space-space-halfunit);
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
.includes-icon37 {
  display: flex;
  padding: 5px;
  align-items: center;
  border-radius: 50%;
  flex-direction: row;
  justify-content: center;
  background-color: #414141;
}
.includes-icon38 {
  fill: #C6FF4B;
  width: 12px;
  height: 12px;
}
.home-fragment22 {
  display: contents;
}
.home-label22 {
  color: #C2C6CC;
  display: inline-block;
  font-size: 14px;
  font-family: Poppins;
  line-height: 25px;
}




















@media(max-width: 1600px) {
  .includes-icon38 {
    fill: #00ff00;
  }
  .home-label22 {
    color: rgb(194, 198, 204);
  }
}

.includes-wrapper-vzld {
  display: contents;
}
.includes-mark13 {
  gap: var(--dl-space-space-halfunit);
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
.includes-icon40 {
  display: flex;
  padding: 5px;
  align-items: center;
  border-radius: 50%;
  flex-direction: row;
  justify-content: center;
  background-color: #414141;
}
.includes-icon41 {
  fill: #C6FF4B;
  width: 12px;
  height: 12px;
}
.home-fragment23 {
  display: contents;
}
.home-label23 {
  color: #C2C6CC;
  display: inline-block;
  font-size: 14px;
  font-family: Poppins;
  line-height: 25px;
}




















@media(max-width: 1600px) {
  .includes-icon41 {
    fill: #00ff00;
  }
  .home-label23 {
    color: rgb(194, 198, 204);
  }
}

.includes-wrapper-enva {
  display: contents;
}
.includes-mark14 {
  gap: var(--dl-space-space-halfunit);
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
.includes-icon43 {
  display: flex;
  padding: 5px;
  align-items: center;
  border-radius: 50%;
  flex-direction: row;
  justify-content: center;
  background-color: #414141;
}
.includes-icon44 {
  fill: #C6FF4B;
  width: 12px;
  height: 12px;
}
.home-fragment24 {
  display: contents;
}
.home-label24 {
  color: #C2C6CC;
  display: inline-block;
  font-size: 14px;
  font-family: Poppins;
  line-height: 25px;
}




















@media(max-width: 1600px) {
  .includes-icon44 {
    fill: #00ff00;
  }
  .home-label24 {
    color: rgb(194, 198, 204);
    font-size: 14px;
    font-family: Poppins;
    line-height: 25px;
  }
}

.includes-wrapper-gvio {
  display: contents;
}
.includes-mark15 {
  gap: var(--dl-space-space-halfunit);
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
.includes-icon46 {
  display: flex;
  padding: 5px;
  align-items: center;
  border-radius: 50%;
  flex-direction: row;
  justify-content: center;
  background-color: #414141;
}
.includes-icon47 {
  fill: #C6FF4B;
  width: 12px;
  height: 12px;
}
.home-fragment25 {
  display: contents;
}
.home-label25 {
  color: #C2C6CC;
  display: inline-block;
  font-size: 14px;
  font-family: Poppins;
  line-height: 25px;
}




















@media(max-width: 1600px) {
  .includes-icon47 {
    fill: #00ff00;
  }
  .home-label25 {
    color: rgb(194, 198, 204);
    font-size: 14px;
    font-family: Poppins;
    line-height: 25px;
  }
}

.includes-wrapper-m26g {
  display: contents;
}
.includes-mark16 {
  gap: var(--dl-space-space-halfunit);
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
.includes-icon49 {
  display: flex;
  padding: 5px;
  align-items: center;
  border-radius: 50%;
  flex-direction: row;
  justify-content: center;
  background-color: #414141;
}
.includes-icon50 {
  fill: #C6FF4B;
  width: 12px;
  height: 12px;
}
.home-fragment26 {
  display: contents;
}
.home-label26 {
  color: #C2C6CC;
  display: inline-block;
  font-size: 14px;
  font-family: Poppins;
  line-height: 25px;
}




















@media(max-width: 1600px) {
  .includes-icon50 {
    fill: #00ff00;
  }
  .home-label26 {
    color: rgb(194, 198, 204);
    font-size: 14px;
    font-family: Poppins;
    line-height: 25px;
  }
}

.includes-wrapper-tgin {
  display: contents;
}
.includes-mark17 {
  gap: var(--dl-space-space-halfunit);
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
.includes-icon52 {
  display: flex;
  padding: 5px;
  align-items: center;
  border-radius: 50%;
  flex-direction: row;
  justify-content: center;
  background-color: #414141;
}
.includes-icon53 {
  fill: #C6FF4B;
  width: 12px;
  height: 12px;
}
.home-fragment27 {
  display: contents;
}
.home-label27 {
  color: #C2C6CC;
  display: inline-block;
  font-size: 14px;
  font-family: Poppins;
  line-height: 25px;
}




















@media(max-width: 1600px) {
  .includes-icon53 {
    fill: #00ff00;
  }
  .home-label27 {
    color: rgb(194, 198, 204);
    font-size: 14px;
    font-family: Poppins;
    line-height: 25px;
  }
}

.includes-wrapper-ijr7 {
  display: contents;
}
.includes-mark18 {
  gap: var(--dl-space-space-halfunit);
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
.includes-icon55 {
  display: flex;
  padding: 5px;
  align-items: center;
  border-radius: 50%;
  flex-direction: row;
  justify-content: center;
  background-color: #414141;
}
.includes-icon56 {
  fill: #C6FF4B;
  width: 12px;
  height: 12px;
}
.home-fragment28 {
  display: contents;
}
.home-label28 {
  color: #C2C6CC;
  display: inline-block;
  font-size: 14px;
  font-family: Poppins;
  line-height: 25px;
}




















@media(max-width: 1600px) {
  .includes-icon56 {
    fill: #00ff00;
  }
  .home-label28 {
    color: rgb(194, 198, 204);
    font-size: 14px;
    font-family: Poppins;
    line-height: 25px;
  }
}

.faq-wrapper {
  display: contents;
}
.faq-accordion {
  width: 100%;
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.faq-element1 {
  width: 100%;
  max-width: 800px;
  padding-top: var(--dl-space-space-threeunits);
  padding-bottom: var(--dl-space-space-threeunits);
}
.faq-details1 {
  gap: var(--dl-space-space-oneandhalfunits);
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
.faq-text10 {
  color: rgb(255, 255, 255);
  width: 100%;
  font-size: 20px;
  font-style: normal;
  font-family: Poppins;
  font-weight: 500;
  line-height: 28px;
}
.faq-text11 {
  color: rgb(204, 204, 204);
  width: 100%;
  font-family: Poppins;
  line-height: 24px;
  user-select: text;
}
.faq-icon10 {
  fill: var(--dl-color-gray-white);
  width: var(--dl-size-size-xsmall);
  height: var(--dl-size-size-xsmall);
}
.faq-element2 {
  width: 100%;
  max-width: 800px;
  padding-top: var(--dl-space-space-threeunits);
  padding-bottom: var(--dl-space-space-threeunits);
}
.faq-details2 {
  gap: var(--dl-space-space-oneandhalfunits);
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
.faq-text12 {
  color: rgb(255, 255, 255);
  width: 100%;
  font-size: 20px;
  font-style: normal;
  font-family: Poppins;
  font-weight: 500;
  line-height: 28px;
}
.faq-text13 {
  color: rgb(204, 204, 204);
  width: 100%;
  font-family: Poppins;
  line-height: 28px;
  user-select: text;
}
.faq-icon12 {
  fill: var(--dl-color-gray-white);
  width: var(--dl-size-size-xsmall);
  height: var(--dl-size-size-xsmall);
}
.faq-element3 {
  width: 100%;
  max-width: 800px;
  padding-top: var(--dl-space-space-threeunits);
  padding-bottom: var(--dl-space-space-threeunits);
}
.faq-details3 {
  gap: var(--dl-space-space-oneandhalfunits);
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
.faq-text14 {
  color: rgb(255, 255, 255);
  width: 100%;
  font-size: 20px;
  font-style: normal;
  font-family: Poppins;
  font-weight: 500;
  line-height: 28px;
}
.faq-text15 {
  color: rgb(204, 204, 204);
  width: 100%;
  font-family: Poppins;
  line-height: 28px;
  user-select: text;
}
.faq-icon14 {
  fill: var(--dl-color-gray-white);
  width: var(--dl-size-size-xsmall);
  height: var(--dl-size-size-xsmall);
}
.faq-element4 {
  width: 100%;
  max-width: 800px;
  padding-top: var(--dl-space-space-threeunits);
  padding-bottom: var(--dl-space-space-threeunits);
}
.faq-details4 {
  gap: var(--dl-space-space-oneandhalfunits);
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
.faq-text16 {
  color: rgb(255, 255, 255);
  width: 100%;
  font-size: 20px;
  font-style: normal;
  font-family: Poppins;
  font-weight: 500;
  line-height: 28px;
}
.faq-text17 {
  color: rgb(204, 204, 204);
  width: 100%;
  font-family: Poppins;
  line-height: 28px;
  user-select: text;
}
.faq-icon16 {
  fill: var(--dl-color-gray-white);
  width: var(--dl-size-size-xsmall);
  height: var(--dl-size-size-xsmall);
}
.faq-element5 {
  width: 100%;
  max-width: 800px;
  padding-top: var(--dl-space-space-threeunits);
  padding-bottom: var(--dl-space-space-threeunits);
}
.faq-details5 {
  gap: var(--dl-space-space-oneandhalfunits);
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
.faq-text18 {
  color: rgb(255, 255, 255);
  width: 100%;
  font-size: 20px;
  font-style: normal;
  font-family: Poppins;
  font-weight: 500;
  line-height: 28px;
}
.faq-text19 {
  color: rgb(204, 204, 204);
  width: 100%;
  font-family: Poppins;
  line-height: 28px;
  user-select: text;
}
.faq-icon18 {
  fill: var(--dl-color-gray-white);
  width: var(--dl-size-size-xsmall);
  height: var(--dl-size-size-xsmall);
}
.faq-element6 {
  width: 100%;
  max-width: 800px;
  padding-top: var(--dl-space-space-threeunits);
  padding-bottom: var(--dl-space-space-threeunits);
}
.faq-details6 {
  gap: var(--dl-space-space-oneandhalfunits);
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
.faq-text20 {
  color: rgb(255, 255, 255);
  width: 100%;
  font-size: 20px;
  font-style: normal;
  font-family: Poppins;
  font-weight: 500;
  line-height: 28px;
}
.faq-text21 {
  color: rgb(204, 204, 204);
  width: 100%;
  font-family: Poppins;
  line-height: 28px;
  user-select: text;
}
.faq-icon20 {
  fill: var(--dl-color-gray-white);
  width: var(--dl-size-size-xsmall);
  height: var(--dl-size-size-xsmall);
}

@media(max-width: 1600px) {
  .faq-text10 {
    color: rgb(255, 255, 255);
  }
  .faq-text11 {
    color: rgb(204, 204, 204);
  }
  .faq-text12 {
    color: rgb(255, 255, 255);
    font-size: 20px;
    font-style: normal;
    font-family: Poppins;
    font-weight: 500;
    line-height: 28px;
  }
  .faq-text13 {
    color: rgb(204, 204, 204);
    font-family: Poppins;
    line-height: 28px;
  }
  .faq-text14 {
    color: rgb(255, 255, 255);
  }
  .faq-text15 {
    color: rgb(204, 204, 204);
  }
  .faq-text16 {
    color: rgb(255, 255, 255);
    font-size: 20px;
    font-style: normal;
    font-family: Poppins;
    font-weight: 500;
    line-height: 28px;
  }
  .faq-text18 {
    color: rgb(255, 255, 255);
    font-size: 20px;
    font-style: normal;
    font-family: Poppins;
    font-weight: 500;
    line-height: 28px;
  }
  .faq-text19 {
    color: rgb(204, 204, 204);
  }
  .faq-text20 {
    color: rgb(255, 255, 255);
    font-size: 20px;
    font-style: normal;
    font-family: Poppins;
    font-weight: 500;
    line-height: 28px;
  }
  .faq-text21 {
    color: rgb(204, 204, 204);
    font-family: Poppins;
    line-height: 28px;
  }
}
@media(max-width: 767px) {
  .faq-text10 {
    font-size: 16px;
    line-height: 24px;
  }
  .faq-text12 {
    font-size: 16px;
    line-height: 24px;
  }
  .faq-text14 {
    font-size: 16px;
    line-height: 24px;
  }
  .faq-text16 {
    font-size: 16px;
    line-height: 24px;
  }
  .faq-text18 {
    font-size: 16px;
    line-height: 24px;
  }
  .faq-text20 {
    font-size: 16px;
    line-height: 24px;
  }
}

.home-container1 {
  width: 100%;
  display: flex;
  overflow: auto;
  min-height: 100vh;
  overflow-x: hidden;
  align-items: center;
  flex-direction: column;
  background-color: #0F0F0F;
}
.home-section10 {
  width: 100%;
  height: 80vh;
  display: flex;
  align-items: center;
  border-color: #51515A;
  padding-left: var(--dl-space-space-oneandhalfunits);
  padding-right: var(--dl-space-space-oneandhalfunits);
  flex-direction: column;
  justify-content: center;
  border-bottom-width: 1px;
}
.home-hero {
  width: 100%;
  display: flex;
  max-width: 1200px;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
.home-content10 {
  gap: var(--dl-space-space-fiveunits);
  width: 100%;
  display: flex;
  max-width: 600px;
  align-items: flex-start;
  flex-direction: column;
}
.home-main1 {
  gap: var(--dl-space-space-threeunits);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.home-header10 {
  gap: var(--dl-space-space-unit);
  display: flex;
  align-items: center;
  flex-direction: column;
}
.home-heading10 {
  color: rgb(255, 255, 255);
  font-size: 64px;
  font-style: normal;
  font-family: Poppins;
  font-weight: 600;
}
.home-caption1 {
  color: rgb(255, 255, 255);
  font-size: 20px;
  font-family: Poppins;
  line-height: 30px;
}
.home-buttons1 {
  gap: var(--dl-space-space-unit);
  display: flex;
  align-items: center;
  flex-direction: row;
}
.home-link10 {
  display: contents;
}
.home-get-started1 {
  display: flex;
  border-radius: 0px;
  text-decoration: none;
  background-color: #80FF44;
}
.home-text10 {
  color: #0C100C;
  font-size: 16px;
  font-style: normal;
  font-family: Poppins;
  font-weight: 500;
  line-height: 24px;
}
.home-link11 {
  display: contents;
}
.home-get-started2 {
  border-radius: 0px;
  text-decoration: none;
  background-color: #2A2A2A;
}
.home-text11 {
  color: #ffffff;
  font-size: 16px;
  font-style: normal;
  font-family: Poppins;
  font-weight: 500;
  line-height: 24px;
}
.home-highlight {
  gap: var(--dl-space-space-unit);
  display: flex;
  align-items: center;
  flex-direction: row;
}
.home-avatars {
  width: 115px;
  height: var(--dl-size-size-small);
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: row;
}
.home-image10 {
  left: 0px;
  position: absolute;
}
.home-image11 {
  left: var(--dl-space-space-twounits);
  position: absolute;
  object-fit: cover;
}
.home-image12 {
  left: var(--dl-space-space-fourunits);
  position: absolute;
  object-fit: cover;
}
.home-caption2 {
  color: rgb(255, 255, 255);
  font-family: Poppins;
  line-height: 24px;
}
.home-image13 {
  top: 150px;
  right: 0px;
  width: 650px;
  height: 900px;
  margin: auto;
  display: flex;
  position: absolute;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
.home-image14 {
  top: 0px;
  right: 0px;
  width: 100%;
  margin: auto;
  position: absolute;
  object-fit: cover;
}
.home-image15 {
  display: none;
}
.home-section11 {
  flex: 1;
  width: 100%;
  display: flex;
  align-items: center;
  padding-top: 120px;
  padding-left: var(--dl-space-space-oneandhalfunits);
  padding-right: var(--dl-space-space-oneandhalfunits);
  flex-direction: column;
  padding-bottom: 120px;
  justify-content: center;
}
.home-text12 {
  color: #ffffff;
  font-size: 40px;
  font-style: normal;
  font-family: Poppins;
  font-weight: 600;
}
.home-features1 {
  width: 100%;
  display: flex;
  max-width: 1200px;
  margin-top: var(--dl-space-space-fiveunits);
  align-items: center;
  user-select: none;
  border-color: #5A5A5A;
  margin-bottom: 120px;
  flex-direction: row;
  justify-content: center;
  border-bottom-width: 1px;
}
.home-text13 {
  color: rgb(255, 255, 255);
  font-size: 24px;
  font-style: normal;
  font-family: Poppins;
  font-weight: 600;
}
.home-text14 {
  color: rgb(121, 124, 128);
  font-family: Poppins;
}
.home-link12 {
  display: contents;
}
.home-feature2 {
  transition: 0.3s;
  text-decoration: none;
}
.home-feature2:hover {
  animation-name: pulse;
  animation-delay: 0s;
  animation-duration: 300ms;
  animation-direction: normal;
  animation-iteration-count: 1;
  animation-timing-function: ease;
}
.home-text15 {
  color: rgb(255, 255, 255);
  font-size: 24px;
  font-style: normal;
  font-family: Poppins;
  font-weight: 600;
}
.home-text16 {
  color: rgb(121, 124, 128);
  font-family: Poppins;
}
.home-link13 {
  display: contents;
}
.home-feature3 {
  transition: 0.3s;
  text-decoration: none;
}
.home-feature3:hover {
  animation-name: pulse;
  animation-delay: 0s;
  animation-duration: 300ms;
  animation-direction: normal;
  animation-iteration-count: 1;
  animation-timing-function: ease;
}
.home-text17 {
  color: rgb(255, 255, 255);
  font-size: 24px;
  font-style: normal;
  font-family: Poppins;
  font-weight: 600;
}
.home-text18 {
  color: rgb(121, 124, 128);
  font-family: Poppins;
}
.home-note1 {
  gap: 140px;
  width: 100%;
  display: flex;
  max-width: 1200px;
  transition: 0.3s;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}

.home-content11 {
  gap: var(--dl-space-space-threeunits);
  flex: 1;
  display: flex;
  max-width: 520px;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
.home-main2 {
  gap: var(--dl-space-space-oneandhalfunits);
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.home-heading11 {
  color: rgb(255, 255, 255);
  font-size: 32px;
  font-style: normal;
  font-family: Poppins;
  font-weight: 500;
}
.home-paragraph1 {
  color: #CCCCCC;
  font-family: Poppins;
  line-height: 28px;
}
.home-explore-more1 {
  gap: var(--dl-space-space-oneandhalfunits);
  cursor: pointer;
  display: flex;
  transition: 0.3s;
  align-items: center;
  border-color: #80FF44;
  flex-direction: column;
  padding-bottom: var(--dl-space-space-halfunit);
  justify-content: center;
  border-bottom-width: 1px;
}
.home-explore-more1:hover {
  opacity: 0.5;
}
.home-link14 {
  display: contents;
}
.home-text24 {
  color: #80FF44;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}
.home-image17 {
  flex: 1;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: flex-end;
}
.home-image18 {
  object-fit: cover;
}
.home-section12 {
  gap: var(--dl-space-space-sixunits);
  flex: 1;
  width: 100%;
  display: flex;
  align-items: center;
  padding-top: var(--dl-space-space-twounits);
  padding-left: var(--dl-space-space-oneandhalfunits);
  padding-right: var(--dl-space-space-oneandhalfunits);
  flex-direction: column;
  padding-bottom: 120px;
  justify-content: center;
}
.home-header11 {
  gap: var(--dl-space-space-unit);
  width: 100%;
  display: flex;
  max-width: 900px;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.home-text25 {
  color: rgb(255, 255, 255);
  font-size: 40px;
  font-style: normal;
  font-family: Poppins;
  font-weight: 600;
}
.home-text26 {
  color: #C2C6CC;
  width: 100%;
  max-width: 600px;
  text-align: center;
  font-family: Poppins;
  line-height: 28px;
}
.home-note2 {
  width: 100%;
  display: flex;
  max-width: 1200px;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
.home-image19 {
  flex: 1;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
.home-image20 {
  object-fit: cover;
}
.home-content12 {
  gap: var(--dl-space-space-threeunits);
  flex: 1;
  display: flex;
  max-width: 600px;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
.home-main3 {
  gap: var(--dl-space-space-oneandhalfunits);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
.home-caption3 {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.home-heading12 {
  gap: var(--dl-space-space-unit);
  width: 100%;
  display: flex;
  max-width: 600px;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
.home-link15 {
  display: contents;
}
.home-get-started3 {
  display: flex;
  text-decoration: none;
  background-color: #80FF44;
}
.home-text27 {
  color: #0C100C;
  font-size: 16px;
  font-style: normal;
  font-family: Poppins;
  font-weight: 500;
  line-height: 24px;
}
.home-note3 {
  width: 100%;
  display: flex;
  max-width: 1200px;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: center;
}
.home-image21 {
  flex: 1;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
.home-image22 {
  object-fit: cover;
}
.home-content13 {
  gap: var(--dl-space-space-threeunits);
  flex: 1;
  display: flex;
  max-width: 600px;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
.home-main4 {
  gap: var(--dl-space-space-oneandhalfunits);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
.home-caption4 {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.home-section14 {
  color: rgb(198, 255, 75);
}
.home-heading14 {
  gap: var(--dl-space-space-twounits);
  width: 100%;
  display: flex;
  max-width: 600px;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
.home-header12 {
  gap: var(--dl-space-space-unit);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
.home-checkmarks {
  gap: var(--dl-space-space-unit);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
.home-link16 {
  display: contents;
}
.home-get-started4 {
  display: flex;
  text-decoration: none;
  background-color: #80FF44;
}
.home-text28 {
  color: #0C100C;
  font-size: 16px;
  font-style: normal;
  font-family: Poppins;
  font-weight: 500;
  line-height: 24px;
}
.home-section15 {
  gap: var(--dl-space-space-fiveunits);
  flex: 1;
  width: 100%;
  display: flex;
  align-items: center;
  padding-top: 120px;
  border-color: #51515A;
  padding-left: var(--dl-space-space-oneandhalfunits);
  padding-right: var(--dl-space-space-oneandhalfunits);
  flex-direction: column;
  padding-bottom: 120px;
  justify-content: center;
  border-top-width: 1px;
}
.home-header13 {
  width: 100%;
  display: flex;
  max-width: 1200px;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
.home-left1 {
  gap: var(--dl-space-space-oneandhalfunits);
  width: 100%;
  display: flex;
  max-width: 600px;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
.home-right1 {
  gap: var(--dl-space-space-unit);
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.home-paragraph4 {
  width: 100%;
  max-width: 480px;
}
.home-cards1 {
  gap: var(--dl-space-space-threeunits);
  width: 100%;
  display: flex;
  max-width: 1200px;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
.home-section17 {
  gap: var(--dl-space-space-fiveunits);
  flex: 1;
  width: 100%;
  display: flex;
  align-items: center;
  padding-top: var(--dl-space-space-fourunits);
  padding-left: var(--dl-space-space-oneandhalfunits);
  padding-right: var(--dl-space-space-oneandhalfunits);
  flex-direction: column;
  justify-content: center;
}
.home-note4 {
  width: 100%;
  display: flex;
  max-width: 1200px;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: center;
}
.home-image23 {
  flex: 1;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
.home-image24 {
  object-fit: cover;
}
.home-content14 {
  gap: var(--dl-space-space-oneandhalfunits);
  flex: 1;
  display: flex;
  max-width: 600px;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
.home-caption5 {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.home-heading17 {
  gap: var(--dl-space-space-oneandhalfunits);
  width: 100%;
  display: flex;
  max-width: 600px;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
.home-header14 {
  gap: var(--dl-space-space-unit);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
.home-section19 {
  gap: var(--dl-space-space-fiveunits);
  flex: 1;
  width: 100%;
  display: flex;
  position: relative;
  align-items: center;
  padding-left: var(--dl-space-space-oneandhalfunits);
  padding-right: var(--dl-space-space-oneandhalfunits);
  flex-direction: column;
  padding-bottom: 120px;
  justify-content: center;
}
.home-cube1 {
  top: 20px;
  left: 0px;
  width: 120px;
  height: 120px;
  display: flex;
  position: absolute;
  transform: rotateX(240deg) rotateY(25deg) rotateZ(-110deg);
  align-items: center;
  flex-direction: column;
  justify-content: center;
  transform-style: preserve-3d;
}
.home-top1 {
  transform: translateZ(-120px);
  background-image: linear-gradient(270deg, rgb(253, 253, 253) 0.00%,rgb(178, 178, 178) 100.00%);
}
.home-front1 {
  transform: rotateX(90deg);
  background: grey;
  background-image: linear-gradient(90deg, rgb(247, 247, 247) 0.00%,rgb(203, 203, 203) 100.00%);
  transform-origin: bottom;
}
.home-left2 {
  width: 120px;
  transform: translateZ(-120px) rotateY(90deg);
  background-image: linear-gradient(90deg, rgb(247, 247, 247) 0.00%,rgb(203, 203, 203) 100.00%);
  transform-origin: right;
}
.home-banner {
  width: 100%;
  display: flex;
  padding: var(--dl-space-space-fiveunits);
  z-index: 50;
  max-width: 1200px;
  align-items: center;
  border-radius: 20px;
  justify-content: space-between;
  background-color: #292929;
}
.home-header15 {
  gap: var(--dl-space-space-unit);
  width: 100%;
  display: flex;
  max-width: 600px;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
.home-description1 {
  font-size: 20px;
  line-height: 30px;
}
.home-buttons2 {
  gap: var(--dl-space-space-unit);
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-link17 {
  display: contents;
}
.home-get-started5 {
  display: flex;
  text-decoration: none;
  background-color: #80FF44;
}
.home-text29 {
  color: #0C100C;
  font-size: 16px;
  font-style: normal;
  font-family: Poppins;
  font-weight: 500;
  line-height: 24px;
  white-space: nowrap;
}
.home-link18 {
  display: contents;
}
.home-book-demo {
  display: flex;
  text-decoration: none;
  background-color: #ffffff;
}
.home-text30 {
  color: rgb(12, 16, 12);
  font-size: 16px;
  font-style: normal;
  font-family: Poppins;
  font-weight: 500;
  line-height: 24px;
  white-space: nowrap;
}
.home-section20 {
  flex: 1;
  width: 100%;
  display: flex;
  align-items: center;
  padding-top: 120px;
  padding-left: var(--dl-space-space-oneandhalfunits);
  padding-right: var(--dl-space-space-oneandhalfunits);
  flex-direction: column;
  padding-bottom: 120px;
  justify-content: center;
}
.home-text31 {
  color: #ffffff;
  font-size: 40px;
  font-style: normal;
  font-family: Poppins;
  font-weight: 600;
}
.home-features2 {
  width: 100%;
  display: flex;
  max-width: 1200px;
  margin-top: var(--dl-space-space-fiveunits);
  align-items: center;
  user-select: none;
  border-color: #5A5A5A;
  margin-bottom: 120px;
  flex-direction: row;
  justify-content: center;
  border-bottom-width: 1px;
}
.home-link19 {
  display: contents;
}
.home-feature4 {
  transition: 0.3s;
  text-decoration: none;
}
.home-feature4:hover {
  animation-name: pulse;
  animation-delay: 0s;
  animation-duration: 300ms;
  animation-direction: normal;
  animation-iteration-count: 1;
  animation-timing-function: ease;
}
.home-text32 {
  color: rgb(255, 255, 255);
  font-size: 24px;
  font-style: normal;
  font-family: Poppins;
  font-weight: 600;
}
.home-text33 {
  color: rgb(121, 124, 128);
  font-family: Poppins;
}
.home-text34 {
  color: rgb(255, 255, 255);
  font-size: 24px;
  font-style: normal;
  font-family: Poppins;
  font-weight: 600;
}
.home-text35 {
  color: rgb(121, 124, 128);
  font-family: Poppins;
}
.home-link20 {
  display: contents;
}
.home-feature6 {
  text-decoration: none;
}
.home-text36 {
  color: rgb(255, 255, 255);
  font-size: 24px;
  font-style: normal;
  font-family: Poppins;
  font-weight: 600;
}
.home-text37 {
  color: rgb(121, 124, 128);
  font-family: Poppins;
}
.home-note5 {
  gap: 140px;
  width: 100%;
  display: flex;
  max-width: 1200px;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
.home-content15 {
  gap: var(--dl-space-space-threeunits);
  flex: 1;
  display: flex;
  max-width: 520px;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
.home-main5 {
  gap: var(--dl-space-space-oneandhalfunits);
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.home-heading20 {
  color: rgb(255, 255, 255);
  font-size: 32px;
  font-style: normal;
  font-family: Poppins;
  font-weight: 500;
}
.home-paragraph5 {
  color: #CCCCCC;
  font-family: Poppins;
  line-height: 28px;
}
.home-link21 {
  display: contents;
}
.home-explore-more2 {
  gap: var(--dl-space-space-oneandhalfunits);
  cursor: pointer;
  display: flex;
  transition: 0.3s;
  align-items: center;
  border-color: #80FF44;
  flex-direction: column;
  padding-bottom: var(--dl-space-space-halfunit);
  justify-content: center;
  text-decoration: none;
  border-bottom-width: 1px;
}
.home-explore-more2:hover {
  opacity: 0.5;
}
.home-text43 {
  color: #80FF44;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.home-image25 {
  flex: 1;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: flex-end;
}
.home-image26 {
  object-fit: cover;
}
.home-section21 {
  gap: var(--dl-space-space-fiveunits);
  flex: 1;
  width: 100%;
  display: flex;
  align-items: center;
  padding-top: 120px;
  border-color: #51515A;
  padding-left: var(--dl-space-space-oneandhalfunits);
  padding-right: var(--dl-space-space-oneandhalfunits);
  flex-direction: column;
  padding-bottom: 120px;
  justify-content: center;
  border-top-width: 1px;
}
.home-header16 {
  gap: var(--dl-space-space-unit);
  width: 100%;
  display: flex;
  max-width: 1200px;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.home-left3 {
  gap: var(--dl-space-space-oneandhalfunits);
  width: 100%;
  display: flex;
  max-width: 600px;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.home-heading21 {
  text-align: center;
}
.home-right2 {
  gap: var(--dl-space-space-unit);
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.home-paragraph6 {
  width: 100%;
  max-width: 600px;
  text-align: center;
}
.home-cards2 {
  width: 100%;
  display: grid;
  grid-gap: var(--dl-space-space-threeunits);
  max-width: 1200px;
  align-items: flex-start;
  flex-direction: row;
  grid-template-columns: auto auto auto;
}
.home-container2 {
  gap: var(--dl-space-space-threeunits);
  display: flex;
  flex-direction: column;
}
.home-container3 {
  gap: var(--dl-space-space-threeunits);
  display: flex;
  flex-direction: column;
}
.home-container4 {
  gap: var(--dl-space-space-threeunits);
  display: flex;
  flex-direction: column;
}
.home-view-more {
  gap: var(--dl-space-space-oneandhalfunits);
  cursor: pointer;
  display: none;
  transition: 0.3s;
  align-items: center;
  border-color: #80FF44;
  flex-direction: column;
  padding-bottom: var(--dl-space-space-halfunit);
  justify-content: center;
  border-bottom-width: 1px;
}
.home-view-more:hover {
  opacity: 0.5;
}
.home-text44 {
  color: rgb(128, 255, 68);
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.home-section23 {
  gap: var(--dl-space-space-fiveunits);
  flex: 1;
  width: 100%;
  display: flex;
  align-items: center;
  padding-top: 120px;
  padding-left: var(--dl-space-space-oneandhalfunits);
  padding-right: var(--dl-space-space-oneandhalfunits);
  flex-direction: column;
  justify-content: center;
  background-color: #292929;
}
.home-content16 {
  width: 100%;
  display: flex;
  position: relative;
  max-width: 1200px;
  align-items: flex-start;
  flex-direction: row;
  justify-content: space-between;
}
.home-header17 {
  gap: var(--dl-space-space-threeunits);
  width: 100%;
  display: flex;
  max-width: 600px;
  align-items: flex-start;
  flex-direction: column;
  padding-bottom: 120px;
  justify-content: flex-start;
}
.home-heading22 {
  text-align: left;
}
.home-buttons3 {
  gap: var(--dl-space-space-unit);
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
.home-link22 {
  display: contents;
}
.home-ios {
  gap: var(--dl-space-space-halfunit);
  display: flex;
  flex-direction: row;
  text-decoration: none;
  background-color: #0F0F0F;
}
.home-icon1 {
  width: 16px;
  object-fit: cover;
}
.home-text45 {
  color: #ffffff;
  font-size: 16px;
  font-style: normal;
  font-family: Poppins;
  font-weight: 500;
  line-height: 24px;
}
.home-link23 {
  display: contents;
}
.home-android {
  gap: var(--dl-space-space-halfunit);
  display: flex;
  flex-direction: row;
  text-decoration: none;
  background-color: #0F0F0F;
}
.home-icon2 {
  width: 16px;
  object-fit: cover;
}
.home-text46 {
  color: rgb(255, 255, 255);
  font-size: 16px;
  font-style: normal;
  font-family: Poppins;
  font-weight: 500;
  line-height: 24px;
}
.home-image27 {
  right: 0px;
  width: 470px;
  bottom: 0px;
  position: absolute;
  object-fit: cover;
}
.home-section24 {
  flex: 1;
  width: 100%;
  display: flex;
  align-items: center;
  padding-top: 120px;
  padding-left: var(--dl-space-space-oneandhalfunits);
  padding-right: var(--dl-space-space-oneandhalfunits);
  flex-direction: column;
  padding-bottom: 120px;
  justify-content: center;
}
.home-text47 {
  color: #ffffff;
  font-size: 40px;
  font-style: normal;
  font-family: Poppins;
  font-weight: 600;
}
.home-features3 {
  width: 100%;
  display: flex;
  max-width: 1200px;
  margin-top: var(--dl-space-space-fiveunits);
  align-items: center;
  user-select: none;
  border-color: #5A5A5A;
  margin-bottom: 120px;
  flex-direction: row;
  justify-content: center;
  border-bottom-width: 1px;
}
.home-link24 {
  display: contents;
}
.home-feature7 {
  transition: 0.3s;
  text-decoration: none;
}
.home-feature7:hover {
  animation-name: pulse;
  animation-delay: 0s;
  animation-duration: 300ms;
  animation-direction: normal;
  animation-iteration-count: 1;
  animation-timing-function: ease;
}
.home-text48 {
  color: rgb(255, 255, 255);
  font-size: 24px;
  font-style: normal;
  font-family: Poppins;
  font-weight: 600;
}
.home-text49 {
  color: rgb(121, 124, 128);
  font-family: Poppins;
}
.home-link25 {
  display: contents;
}
.home-feature8 {
  text-decoration: none;
}
.home-text50 {
  color: rgb(255, 255, 255);
  font-size: 24px;
  font-style: normal;
  font-family: Poppins;
  font-weight: 600;
}
.home-text51 {
  color: rgb(121, 124, 128);
  font-family: Poppins;
}
.home-text52 {
  color: rgb(255, 255, 255);
  font-size: 24px;
  font-style: normal;
  font-family: Poppins;
  font-weight: 600;
}
.home-text53 {
  color: rgb(121, 124, 128);
  font-family: Poppins;
}
.home-note6 {
  gap: 140px;
  width: 100%;
  display: flex;
  max-width: 1200px;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
.home-content17 {
  gap: var(--dl-space-space-threeunits);
  flex: 1;
  display: flex;
  max-width: 520px;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
.home-main6 {
  gap: var(--dl-space-space-oneandhalfunits);
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.home-heading23 {
  color: rgb(255, 255, 255);
  font-size: 32px;
  font-style: normal;
  font-family: Poppins;
  font-weight: 500;
}
.home-paragraph7 {
  color: #CCCCCC;
  font-family: Poppins;
  line-height: 28px;
}
.home-link26 {
  display: contents;
}
.home-explore-more3 {
  gap: var(--dl-space-space-oneandhalfunits);
  cursor: pointer;
  display: flex;
  transition: 0.3s;
  align-items: center;
  border-color: #80FF44;
  flex-direction: column;
  padding-bottom: var(--dl-space-space-halfunit);
  justify-content: center;
  text-decoration: none;
  border-bottom-width: 1px;
}
.home-explore-more3:hover {
  opacity: 0.5;
}
.home-text59 {
  color: #80FF44;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.home-image28 {
  flex: 1;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: flex-end;
}
.home-image29 {
  object-fit: cover;
}
.home-section25 {
  gap: var(--dl-space-space-fiveunits);
  flex: 1;
  width: 100%;
  display: flex;
  align-items: center;
  padding-top: 120px;
  border-color: #51515A;
  padding-left: var(--dl-space-space-oneandhalfunits);
  padding-right: var(--dl-space-space-oneandhalfunits);
  flex-direction: column;
  padding-bottom: 120px;
  justify-content: center;
  border-top-width: 1px;
}
.home-header18 {
  gap: var(--dl-space-space-oneandhalfunits);
  width: 100%;
  display: flex;
  max-width: 1200px;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.home-heading24 {
  text-align: center;
}
.home-cards3 {
  gap: var(--dl-space-space-threeunits);
  width: 100%;
  display: flex;
  max-width: 1200px;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
.home-section27 {
  gap: var(--dl-space-space-threeunits);
  flex: 1;
  width: 100%;
  display: flex;
  position: relative;
  align-items: center;
  padding-left: var(--dl-space-space-oneandhalfunits);
  padding-right: var(--dl-space-space-oneandhalfunits);
  flex-direction: column;
  padding-bottom: 120px;
  justify-content: center;
}
.home-cube2 {
  right: -150px;
  width: 210px;
  bottom: -80px;
  height: 210px;
  margin: auto;
  display: flex;
  position: absolute;
  transform: rotateX(240deg) rotateY(50deg) rotateZ(-110deg);
  align-items: center;
  flex-direction: column;
  justify-content: center;
  transform-style: preserve-3d;
}
.home-top2 {
  transform: translateZ(-210px);
  background-image: linear-gradient(270deg, rgb(253, 253, 253) 0.00%,rgb(178, 178, 178) 100.00%);
}
.home-front2 {
  transform: rotateX(90deg);
  background: grey;
  background-image: linear-gradient(90deg, rgb(247, 247, 247) 0.00%,rgb(203, 203, 203) 100.00%);
  transform-origin: bottom;
}
.home-left4 {
  width: 210px;
  transform: translateZ(-210px) rotateY(90deg);
  background-image: linear-gradient(90deg, rgb(247, 247, 247) 0.00%,rgb(203, 203, 203) 100.00%);
  transform-origin: right;
}
.home-pricing1 {
  gap: var(--dl-space-space-threeunits);
  width: 100%;
  display: flex;
  z-index: 50;
  max-width: 1200px;
  align-items: center;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
}
.home-header19 {
  gap: var(--dl-space-space-unit);
  width: 100%;
  display: flex;
  max-width: 900px;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.home-left5 {
  gap: var(--dl-space-space-oneandhalfunits);
  width: 100%;
  display: flex;
  max-width: 600px;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.home-right3 {
  gap: var(--dl-space-space-unit);
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.home-paragraph8 {
  width: 100%;
  font-size: 18px;
  max-width: 600px;
  text-align: center;
  line-height: 32px;
}
.home-plans-container {
  gap: var(--dl-space-space-fiveunits);
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.home-switch1 {
  gap: var(--dl-space-space-unit);
  display: flex;
  padding: var(--dl-space-space-halfunit);
  align-items: center;
  border-radius: 50px;
  flex-direction: row;
  justify-content: center;
  background-color: #292929;
}
.home-link27 {
  display: contents;
}
.home-switch2 {
  text-decoration: none;
}
.home-text60 {
  color: #ffffff;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.home-switch3 {
  padding-top: var(--dl-space-space-unit);
  background-color: #80FF44;
}
.home-text61 {
  color: rgb(0, 0, 0);
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.home-plans {
  gap: var(--dl-space-space-threeunits);
  width: 100%;
  display: flex;
  padding: var(--dl-space-space-halfunit);
  z-index: 50;
  max-width: 1200px;
  align-items: center;
  border-radius: 50px;
  flex-direction: row;
  justify-content: center;
}
.home-plan1 {
  gap: var(--dl-space-space-threeunits);
  flex: 1;
  display: flex;
  align-items: flex-start;
  padding-top: var(--dl-space-space-fiveunits);
  padding-left: var(--dl-space-space-twounits);
  border-radius: 20px;
  padding-right: var(--dl-space-space-twounits);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-fiveunits);
  justify-content: flex-start;
  background-color: #292929;
}
.home-details1 {
  gap: var(--dl-space-space-twounits);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
.home-header20 {
  gap: var(--dl-space-space-oneandhalfunits);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
.home-name1 {
  color: rgb(255, 255, 255);
  font-size: 24px;
  font-family: Poppins;
  line-height: 36px;
}
.home-pricing2 {
  gap: var(--dl-space-space-halfunit);
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
.home-price1 {
  color: #ffffff;
  font-size: 40px;
  font-style: normal;
  font-family: Poppins;
  font-weight: 600;
}
.home-duration1 {
  color: #B3B3B3;
  font-size: 20px;
  font-family: Poppins;
  line-height: 40px;
}
.home-description2 {
  color: rgba(255, 255, 255, 0.8);
  font-family: Poppins;
  line-height: 22px;
}
.home-buy-details1 {
  gap: var(--dl-space-space-twounits);
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
.home-link28 {
  display: contents;
}
.home-buy1 {
  width: 100%;
  display: flex;
  text-decoration: none;
  background-color: #80FF44;
}
.home-text62 {
  color: rgb(12, 16, 12);
  font-size: 16px;
  font-style: normal;
  font-family: Poppins;
  font-weight: 500;
  line-height: 24px;
}
.home-features4 {
  gap: var(--dl-space-space-unit);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
.home-heading26 {
  color: rgb(255, 255, 255);
  font-style: normal;
  font-family: Poppins;
  font-weight: 500;
  line-height: 28px;
}
.home-list1 {
  gap: var(--dl-space-space-unit);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
.home-fragment10 {
  display: contents;
}
.home-label10 {
  color: #C2C6CC;
  display: inline-block;
  font-size: 14px;
  font-family: Poppins;
  line-height: 25px;
}
.home-fragment11 {
  display: contents;
}
.home-label11 {
  color: #C2C6CC;
  display: inline-block;
  font-size: 14px;
  font-family: Poppins;
  line-height: 25px;
}
.home-fragment12 {
  display: contents;
}
.home-label12 {
  color: #C2C6CC;
  display: inline-block;
  font-size: 14px;
  font-family: Poppins;
  line-height: 25px;
}
.home-fragment13 {
  display: contents;
}
.home-label13 {
  color: #C2C6CC;
  display: inline-block;
  font-size: 14px;
  font-family: Poppins;
  line-height: 25px;
}
.home-plan2 {
  gap: var(--dl-space-space-threeunits);
  flex: 1;
  display: flex;
  align-items: flex-start;
  padding-top: var(--dl-space-space-fiveunits);
  padding-left: var(--dl-space-space-twounits);
  border-radius: 20px;
  padding-right: var(--dl-space-space-twounits);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-fiveunits);
  justify-content: flex-start;
  background-color: #292929;
}
.home-details2 {
  gap: var(--dl-space-space-twounits);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
.home-header21 {
  gap: var(--dl-space-space-oneandhalfunits);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
.home-name2 {
  color: rgb(255, 255, 255);
  font-size: 24px;
  font-family: Poppins;
  line-height: 36px;
}
.home-pricing3 {
  gap: var(--dl-space-space-halfunit);
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
.home-price2 {
  color: rgb(255, 255, 255);
  font-size: 40px;
  font-style: normal;
  font-family: Poppins;
  font-weight: 600;
}
.home-duration2 {
  color: #B3B3B3;
  font-size: 20px;
  font-family: Poppins;
  line-height: 40px;
}
.home-description3 {
  color: rgba(255, 255, 255, 0.8);
  font-family: Poppins;
  line-height: 22px;
}
.home-buy-details2 {
  gap: var(--dl-space-space-twounits);
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
.home-link29 {
  display: contents;
}
.home-buy2 {
  width: 100%;
  display: flex;
  text-decoration: none;
  background-color: #80FF44;
}
.home-text69 {
  color: rgb(12, 16, 12);
  font-size: 16px;
  font-style: normal;
  font-family: Poppins;
  font-weight: 500;
  line-height: 24px;
}
.home-features5 {
  gap: var(--dl-space-space-unit);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
.home-heading27 {
  color: rgb(255, 255, 255);
  font-style: normal;
  font-family: Poppins;
  font-weight: 500;
  line-height: 28px;
}
.home-list2 {
  gap: var(--dl-space-space-unit);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
.home-fragment14 {
  display: contents;
}
.home-label14 {
  color: #C2C6CC;
  display: inline-block;
  font-size: 14px;
  font-family: Poppins;
  line-height: 25px;
}
.home-fragment15 {
  display: contents;
}
.home-label15 {
  color: #C2C6CC;
  display: inline-block;
  font-size: 14px;
  font-family: Poppins;
  line-height: 25px;
}
.home-fragment16 {
  display: contents;
}
.home-label16 {
  color: #C2C6CC;
  display: inline-block;
  font-size: 14px;
  font-family: Poppins;
  line-height: 25px;
}
.home-fragment17 {
  display: contents;
}
.home-label17 {
  color: #C2C6CC;
  display: inline-block;
  font-size: 14px;
  font-family: Poppins;
  line-height: 25px;
}
.home-fragment18 {
  display: contents;
}
.home-label18 {
  color: #C2C6CC;
  display: inline-block;
  font-size: 14px;
  font-family: Poppins;
  line-height: 25px;
}
.home-fragment19 {
  display: contents;
}
.home-label19 {
  color: #C2C6CC;
  display: inline-block;
  font-size: 14px;
  font-family: Poppins;
  line-height: 25px;
}
.home-fragment20 {
  display: contents;
}
.home-label20 {
  color: #C2C6CC;
  display: inline-block;
  font-size: 14px;
  font-family: Poppins;
  line-height: 25px;
}
.home-plan3 {
  gap: var(--dl-space-space-threeunits);
  flex: 1;
  display: flex;
  align-items: flex-start;
  padding-top: var(--dl-space-space-fiveunits);
  padding-left: var(--dl-space-space-twounits);
  border-radius: 20px;
  padding-right: var(--dl-space-space-twounits);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-fiveunits);
  justify-content: flex-start;
  background-color: #292929;
}
.home-details3 {
  gap: var(--dl-space-space-twounits);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
.home-header22 {
  gap: var(--dl-space-space-oneandhalfunits);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
.home-name3 {
  color: rgb(255, 255, 255);
  font-size: 24px;
  font-family: Poppins;
  line-height: 36px;
}
.home-pricing4 {
  gap: var(--dl-space-space-halfunit);
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
.home-price3 {
  color: rgb(255, 255, 255);
  font-size: 40px;
  font-style: normal;
  font-family: Poppins;
  font-weight: 600;
}
.home-duration3 {
  color: #B3B3B3;
  font-size: 20px;
  font-family: Poppins;
  line-height: 40px;
}
.home-description4 {
  color: rgba(255, 255, 255, 0.8);
  font-family: Poppins;
  line-height: 22px;
}
.home-buy-details3 {
  gap: var(--dl-space-space-twounits);
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
.home-link30 {
  display: contents;
}
.home-buy3 {
  width: 100%;
  display: flex;
  text-decoration: none;
  background-color: #80FF44;
}
.home-text72 {
  color: rgb(12, 16, 12);
  font-size: 16px;
  font-style: normal;
  font-family: Poppins;
  font-weight: 500;
  line-height: 24px;
}
.home-features6 {
  gap: var(--dl-space-space-unit);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
.home-heading28 {
  color: rgb(255, 255, 255);
  font-style: normal;
  font-family: Poppins;
  font-weight: 500;
  line-height: 28px;
}
.home-list3 {
  gap: var(--dl-space-space-unit);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
.home-fragment21 {
  display: contents;
}
.home-label21 {
  color: #C2C6CC;
  display: inline-block;
  font-size: 14px;
  font-family: Poppins;
  line-height: 25px;
}
.home-fragment22 {
  display: contents;
}
.home-label22 {
  color: #C2C6CC;
  display: inline-block;
  font-size: 14px;
  font-family: Poppins;
  line-height: 25px;
}
.home-fragment23 {
  display: contents;
}
.home-label23 {
  color: #C2C6CC;
  display: inline-block;
  font-size: 14px;
  font-family: Poppins;
  line-height: 25px;
}
.home-fragment24 {
  display: contents;
}
.home-label24 {
  color: #C2C6CC;
  display: inline-block;
  font-size: 14px;
  font-family: Poppins;
  line-height: 25px;
}
.home-fragment25 {
  display: contents;
}
.home-label25 {
  color: #C2C6CC;
  display: inline-block;
  font-size: 14px;
  font-family: Poppins;
  line-height: 25px;
}
.home-fragment26 {
  display: contents;
}
.home-label26 {
  color: #C2C6CC;
  display: inline-block;
  font-size: 14px;
  font-family: Poppins;
  line-height: 25px;
}
.home-fragment27 {
  display: contents;
}
.home-label27 {
  color: #C2C6CC;
  display: inline-block;
  font-size: 14px;
  font-family: Poppins;
  line-height: 25px;
}
.home-fragment28 {
  display: contents;
}
.home-label28 {
  color: #C2C6CC;
  display: inline-block;
  font-size: 14px;
  font-family: Poppins;
  line-height: 25px;
}
.home-help {
  gap: var(--dl-space-space-halfunit);
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  justify-content: flex-start;
}
.home-text75 {
  color: #ffffff;
  font-family: Poppins;
  line-height: 24px;
}
.home-contact-support {
  gap: var(--dl-space-space-oneandhalfunits);
  cursor: pointer;
  display: flex;
  transition: 0.3s;
  align-items: center;
  border-color: #80FF44;
  flex-direction: column;
  padding-bottom: var(--dl-space-space-halfunit);
  justify-content: center;
  border-bottom-width: 1px;
}
.home-contact-support:hover {
  opacity: 0.5;
}
.home-link31 {
  display: contents;
}
.home-text78 {
  color: rgb(128, 255, 68);
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}
.home-section29 {
  gap: var(--dl-space-space-fiveunits);
  flex: 1;
  width: 100%;
  display: flex;
  align-items: center;
  padding-top: 120px;
  border-color: #51515A;
  padding-left: var(--dl-space-space-oneandhalfunits);
  padding-right: var(--dl-space-space-oneandhalfunits);
  flex-direction: column;
  padding-bottom: 120px;
  justify-content: center;
  border-top-width: 1px;
}
.home-header23 {
  gap: var(--dl-space-space-oneandhalfunits);
  width: 100%;
  display: flex;
  max-width: 1200px;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.home-heading29 {
  text-align: center;
}
.home-accordion {
  gap: var(--dl-space-space-threeunits);
  width: 100%;
  display: flex;
  max-width: 800px;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
.home-footer {
  gap: var(--dl-space-space-fiveunits);
  flex: 1;
  width: 100%;
  display: flex;
  align-items: center;
  padding-top: 120px;
  padding-left: var(--dl-space-space-oneandhalfunits);
  padding-right: var(--dl-space-space-oneandhalfunits);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-threeunits);
  justify-content: center;
}
.home-content18 {
  width: 100%;
  display: flex;
  max-width: 1200px;
  align-items: flex-start;
  flex-direction: row;
  justify-content: space-between;
}
.home-main-content {
  gap: var(--dl-space-space-fiveunits);
  flex: 1;
  height: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
.home-content19 {
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  justify-content: flex-start;
}
.home-main7 {
  gap: var(--dl-space-space-threeunits);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
.home-header24 {
  gap: var(--dl-space-space-unit);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
.home-image30 {
  width: 200px;
  object-fit: cover;
}
.home-text79 {
  color: rgb(255, 255, 255);
  width: 100%;
  font-size: 14px;
  max-width: 260px;
  font-family: Poppins;
  line-height: 21px;
}
.home-socials {
  gap: var(--dl-space-space-unit);
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  justify-content: flex-start;
}
.home-link32 {
  display: contents;
}
.home-link33 {
  display: contents;
}
.home-link34 {
  display: contents;
}
.home-categories {
  gap: var(--dl-space-space-fourunits);
  flex: 1;
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  justify-content: center;
}
.home-category1 {
  gap: var(--dl-space-space-unit);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
.home-header25 {
  gap: var(--dl-space-space-unit);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
.home-links1 {
  gap: var(--dl-space-space-unit);
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
.home-text81 {
  text-decoration: none;
}
.home-text82 {
  text-decoration: none;
}
.home-text83 {
  text-decoration: none;
}
.home-text84 {
  text-decoration: none;
}
.home-text85 {
  text-decoration: none;
}
.home-category2 {
  gap: var(--dl-space-space-unit);
  width: 100%;
  display: flex;
  max-width: 175px;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
.home-header26 {
  gap: var(--dl-space-space-unit);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
.home-links2 {
  gap: var(--dl-space-space-unit);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
.home-text87 {
  text-decoration: none;
}
.home-text92 {
  text-decoration: none;
}
.home-copyright {
  gap: var(--dl-space-space-fiveunits);
  flex: 1;
  width: 100%;
  display: none;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.home-subscribe {
  gap: var(--dl-space-space-unit);
  height: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
.home-main8 {
  gap: var(--dl-space-space-oneandhalfunits);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
.home-heading30 {
  color: rgb(255, 255, 255);
  font-size: 20px;
  max-width: 275px;
  font-style: normal;
  text-align: left;
  font-weight: 500;
  line-height: 30px;
}
.home-input-field {
  gap: var(--dl-space-space-oneandhalfunits);
  display: flex;
  padding: var(--dl-space-space-halfunit);
  align-items: center;
  border-radius: 50px;
  flex-direction: row;
  justify-content: center;
  background-color: #292929;
}
.home-textinput {
  flex: 1;
  color: #ffffff;
  height: 24px;
  line-height: 24px;
  padding-left: var(--dl-space-space-oneandhalfunits);
  outline-style: none;
  background-color: rgba(217, 217, 217, 0);
}
.home-link35 {
  display: contents;
}
.home-buy4 {
  display: flex;
  padding-top: var(--dl-space-space-unit);
  padding-left: var(--dl-space-space-oneandhalfunits);
  padding-right: var(--dl-space-space-oneandhalfunits);
  padding-bottom: var(--dl-space-space-unit);
  text-decoration: none;
  background-color: #80FF44;
}
.home-text94 {
  color: rgb(12, 16, 12);
  display: none;
  font-size: 16px;
  font-style: normal;
  font-family: Poppins;
  font-weight: 500;
  line-height: 24px;
}
.home-text95 {
  color: rgb(12, 16, 12);
  display: flex;
  font-size: 16px;
  font-style: normal;
  font-family: Poppins;
  font-weight: 500;
  line-height: 24px;
}
.home-notice {
  color: #686868;
  font-size: 14px;
  max-width: 400px;
  font-style: normal;
  text-align: left;
  font-weight: 400;
  line-height: 21px;
}
@media(max-width: 1600px) {
  .home-heading10 {
    color: rgb(255, 255, 255);
    font-size: 64px;
    font-style: normal;
    font-family: Poppins;
    font-weight: 600;
  }
  .home-caption1 {
    color: rgb(255, 255, 255);
    font-size: 20px;
    font-family: Poppins;
    line-height: 30px;
  }
  .home-get-started1 {
    border-radius: 58px;
    background-color: #00ff00;
  }
  .home-text10 {
    color: rgb(12, 16, 12);
    font-size: 16px;
    font-style: normal;
    font-family: Poppins;
    font-weight: 500;
    line-height: 24px;
  }
  .home-get-started2 {
    border-radius: 58px;
  }
  .home-text11 {
    color: rgb(255, 255, 255);
  }
  .home-caption2 {
    color: rgb(255, 255, 255);
  }
  .home-text12 {
    color: rgb(255, 255, 255);
  }
  .home-feature1 {
    border-color: #00ff00;
  }
  .home-text13 {
    color: rgb(255, 255, 255);
  }
  .home-text14 {
    color: rgb(121, 124, 128);
  }
  .home-text15 {
    color: rgb(255, 255, 255);
    font-size: 24px;
    font-style: normal;
    font-family: Poppins;
    font-weight: 600;
  }
  .home-text16 {
    color: rgb(121, 124, 128);
  }
  .home-text17 {
    color: rgb(255, 255, 255);
  }
  .home-text18 {
    color: rgb(121, 124, 128);
  }
  .home-heading11 {
    color: rgb(255, 255, 255);
  }
  .home-paragraph1 {
    color: rgb(204, 204, 204);
  }
  .home-explore-more1 {
    border-color: #00ff00;
  }
  .home-text24 {
    fill: #00ff00;
    color: #00ff00;
  }
  .home-text25 {
    color: rgb(255, 255, 255);
    font-size: 40px;
    font-style: normal;
    font-family: Poppins;
    font-weight: 600;
  }
  .home-text26 {
    color: rgb(194, 198, 204);
    font-family: Poppins;
    line-height: 28px;
  }
  .home-section13 {
    color: rgb(0, 255, 0);
  }
  .home-get-started3 {
    background-color: #00ff00;
  }
  .home-text27 {
    color: rgb(12, 16, 12);
  }
  .home-section14 {
    color: #00ff00;
  }
  .home-get-started4 {
    background-color: #00ff00;
  }
  .home-text28 {
    color: rgb(12, 16, 12);
    font-size: 16px;
    font-style: normal;
    font-family: Poppins;
    font-weight: 500;
    line-height: 24px;
  }
  .home-section16 {
    color: #00ff00;
  }
  .home-section18 {
    color: rgb(0, 255, 0);
  }
  .home-top1 {
    background-image: linear-gradient(225deg, rgb(17, 200, 17) 0.00%,rgb(0, 255, 0) 100.00%);
  }
  .home-front1 {
    z-index: 0;
    background-image: linear-gradient(180deg, rgb(7, 223, 7) 1.00%,rgb(0, 255, 0) 100.00%);
  }
  .home-left2 {
    background-image: linear-gradient(315deg, rgb(14, 206, 14) 1.00%,rgb(0, 255, 0) 100.00%);
  }
  .home-banner {
    z-index: 50;
  }
  .home-description1 {
    font-size: 20px;
    line-height: 30px;
  }
  .home-get-started5 {
    background-color: #00ff00;
  }
  .home-text29 {
    color: rgb(12, 16, 12);
    font-size: 16px;
    font-style: normal;
    font-family: Poppins;
    font-weight: 500;
    line-height: 24px;
  }
  .home-text30 {
    color: rgb(12, 16, 12);
  }
  .home-text31 {
    color: rgb(255, 255, 255);
  }
  .home-feature4 {
    border-color: #00ff00;
  }
  .home-text32 {
    color: rgb(255, 255, 255);
  }
  .home-text33 {
    color: rgb(121, 124, 128);
  }
  .home-feature5 {
    border-color: #00ff00;
    animation-name: pulse;
    animation-delay: 0s;
    animation-duration: 300ms;
    animation-direction: normal;
    animation-iteration-count: 1;
    animation-timing-function: ease-in-out;
  }
  .home-text34 {
    color: rgb(255, 255, 255);
    font-size: 24px;
    font-style: normal;
    font-family: Poppins;
    font-weight: 600;
  }
  .home-text35 {
    color: rgb(121, 124, 128);
  }
  .home-text36 {
    color: rgb(255, 255, 255);
  }
  .home-text37 {
    color: rgb(121, 124, 128);
  }
  .home-heading20 {
    color: rgb(255, 255, 255);
    font-size: 32px;
    font-style: normal;
    font-family: Poppins;
    font-weight: 500;
  }
  .home-paragraph5 {
    color: rgb(204, 204, 204);
  }
  .home-explore-more2 {
    border-color: #00ff00;
  }
  .home-text43 {
    fill: #00ff00;
    color: #00ff00;
  }
  .home-section22 {
    color: rgb(0, 255, 0);
  }
  .home-section23 {
    background-color: #282828;
  }
  .home-text47 {
    color: rgb(255, 255, 255);
  }
  .home-feature7 {
    border-color: #00ff00;
  }
  .home-text48 {
    color: rgb(255, 255, 255);
  }
  .home-text49 {
    color: rgb(121, 124, 128);
  }
  .home-feature8 {
    border-color: #00ff00;
  }
  .home-text50 {
    color: rgb(255, 255, 255);
    font-size: 24px;
    font-style: normal;
    font-family: Poppins;
    font-weight: 600;
  }
  .home-text51 {
    color: rgb(121, 124, 128);
  }
  .home-text52 {
    color: rgb(255, 255, 255);
  }
  .home-text53 {
    color: rgb(121, 124, 128);
  }
  .home-heading23 {
    color: rgb(255, 255, 255);
  }
  .home-paragraph7 {
    color: rgb(204, 204, 204);
  }
  .home-explore-more3 {
    border-color: #00ff00;
  }
  .home-text59 {
    fill: #00ff00;
    color: #00ff00;
  }
  .home-paragraph8 {
    font-size: 18px;
    line-height: 32px;
  }
  .home-switch2 {
    animation-name: none;
    animation-delay: 0s;
    animation-duration: 300ms;
    animation-direction: normal;
    animation-iteration-count: 1;
    animation-timing-function: ease;
  }
  .home-text60 {
    color: rgb(255, 255, 255);
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
  }
  .home-switch3 {
    background-color: #00ff00;
  }
  .home-text61 {
    color: rgb(0, 0, 0);
  }
  .home-name1 {
    color: rgb(255, 255, 255);
    font-size: 24px;
    font-family: Poppins;
    line-height: 36px;
  }
  .home-price1 {
    color: rgb(255, 255, 255);
  }
  .home-duration1 {
    color: rgb(179, 179, 179);
  }
  .home-description2 {
    color: rgba(255, 255, 255, 0.8);
    font-family: Poppins;
    line-height: 22px;
  }
  .home-buy1 {
    background-color: #00ff00;
  }
  .home-heading26 {
    color: rgb(255, 255, 255);
  }
  .home-label10 {
    color: rgb(194, 198, 204);
    font-size: 14px;
    font-family: Poppins;
    line-height: 25px;
  }
  .home-label11 {
    color: rgb(194, 198, 204);
  }
  .home-label12 {
    color: rgb(194, 198, 204);
    font-size: 14px;
    font-family: Poppins;
    line-height: 25px;
  }
  .home-label13 {
    color: rgb(194, 198, 204);
  }
  .home-name2 {
    color: rgb(255, 255, 255);
  }
  .home-price2 {
    color: rgb(255, 255, 255);
  }
  .home-duration2 {
    color: rgb(179, 179, 179);
    font-size: 20px;
    font-family: Poppins;
    line-height: 40px;
  }
  .home-description3 {
    color: rgba(255, 255, 255, 0.8);
    font-family: Poppins;
    line-height: 22px;
  }
  .home-buy2 {
    background-color: #00ff00;
  }
  .home-heading27 {
    color: rgb(255, 255, 255);
  }
  .home-label14 {
    color: rgb(194, 198, 204);
  }
  .home-label15 {
    color: rgb(194, 198, 204);
  }
  .home-label16 {
    color: rgb(194, 198, 204);
    font-size: 14px;
    font-family: Poppins;
    line-height: 25px;
  }
  .home-label17 {
    color: rgb(194, 198, 204);
    font-size: 14px;
    font-family: Poppins;
    line-height: 25px;
  }
  .home-label18 {
    color: rgb(194, 198, 204);
    font-size: 14px;
    font-family: Poppins;
    line-height: 25px;
  }
  .home-label19 {
    color: rgb(194, 198, 204);
    font-size: 14px;
    font-family: Poppins;
    line-height: 25px;
  }
  .home-label20 {
    color: rgb(194, 198, 204);
  }
  .home-name3 {
    color: rgb(255, 255, 255);
    font-size: 24px;
    font-family: Poppins;
    line-height: 36px;
  }
  .home-price3 {
    color: rgb(255, 255, 255);
  }
  .home-description4 {
    color: rgba(255, 255, 255, 0.8);
    font-family: Poppins;
    line-height: 22px;
  }
  .home-buy3 {
    background-color: #00ff00;
  }
  .home-heading28 {
    color: rgb(255, 255, 255);
  }
  .home-label21 {
    color: rgb(194, 198, 204);
  }
  .home-label22 {
    color: rgb(194, 198, 204);
  }
  .home-label23 {
    color: rgb(194, 198, 204);
  }
  .home-label24 {
    color: rgb(194, 198, 204);
    font-size: 14px;
    font-family: Poppins;
    line-height: 25px;
  }
  .home-label25 {
    color: rgb(194, 198, 204);
    font-size: 14px;
    font-family: Poppins;
    line-height: 25px;
  }
  .home-label26 {
    color: rgb(194, 198, 204);
    font-size: 14px;
    font-family: Poppins;
    line-height: 25px;
  }
  .home-label27 {
    color: rgb(194, 198, 204);
    font-size: 14px;
    font-family: Poppins;
    line-height: 25px;
  }
  .home-label28 {
    color: rgb(194, 198, 204);
    font-size: 14px;
    font-family: Poppins;
    line-height: 25px;
  }
  .home-text75 {
    color: rgb(255, 255, 255);
  }
  .home-contact-support {
    border-color: #00ff00;
  }
  .home-text78 {
    color: #00ff00;
  }
  .home-section30 {
    color: rgb(0, 255, 0);
  }
  .home-content18 {
    flex-direction: row;
  }
  .home-text79 {
    color: rgb(255, 255, 255);
  }
  .home-linked-in {
    z-index: 100;
    animation-name: none;
    animation-delay: 0s;
    animation-duration: 300ms;
    animation-direction: normal;
    animation-iteration-count: 1;
    animation-timing-function: ease;
  }
  .home-copyright {
    display: flex;
    position: relative;
    flex-direction: row;
    justify-content: center;
  }
  .home-text93 {
    color: #c4c4c4;
    width: auto;
  }
  .home-buy4 {
    background-color: #00ff00;
  }
  .home-notice {
    color: rgb(104, 104, 104);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
  }
}
@media(max-width: 991px) {
  .home-section10 {
    height: auto;
    padding-left: 0px;
    padding-right: 0px;
  }
  .home-hero {
    gap: var(--dl-space-space-fourunits);
    flex: 1;
    position: relative;
    max-width: auto;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
  .home-content10 {
    position: relative;
    align-items: center;
  }
  .home-main1 {
    align-items: center;
  }
  .home-heading10 {
    text-align: left;
  }
  .home-caption1 {
    text-align: left;
  }
  .home-buttons1 {
    width: 100%;
  }
  .home-get-started1 {
    flex: 1;
  }
  .home-get-started2 {
    flex: 1;
  }
  .home-highlight {
    width: 100%;
    flex-direction: column;
  }
  .home-image13 {
    right: 0px;
    display: none;
    position: absolute;
    flex-direction: column;
  }
  .home-image15 {
    width: 100%;
    display: flex;
    align-items: flex-end;
    flex-direction: column;
  }
  .home-image16 {
    width: 600px;
  }
  .home-text12 {
    text-align: center;
  }
  .home-note1 {
    gap: var(--dl-space-space-fourunits);
    flex-direction: column;
  }
  .home-content11 {
    max-width: 100%;
  }
  .home-main2 {
    align-items: flex-start;
  }
  .home-text25 {
    text-align: center;
  }
  .home-section15 {
    gap: var(--dl-space-space-threeunits);
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .home-header13 {
    gap: var(--dl-space-space-unit);
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
  }
  .home-cards1 {
    gap: var(--dl-space-space-oneandhalfunits);
    flex-direction: column;
  }
  .home-section17 {
    padding-top: 0px;
  }
  .home-note4 {
    flex-direction: column-reverse;
  }
  .home-banner {
    gap: var(--dl-space-space-twounits);
    flex-direction: column;
    justify-content: center;
  }
  .home-buttons2 {
    width: 100%;
    flex-direction: column;
  }
  .home-get-started5 {
    width: 100%;
  }
  .home-book-demo {
    width: 100%;
  }
  .home-text31 {
    text-align: center;
  }
  .home-note5 {
    gap: var(--dl-space-space-fourunits);
    flex-direction: column;
  }
  .home-content15 {
    max-width: 100%;
  }
  .home-main5 {
    align-items: flex-start;
  }
  .home-section21 {
    gap: var(--dl-space-space-oneandhalfunits);
  }
  .home-cards2 {
    grid-template-columns: auto;
  }
  .home-container4 {
    display: none;
  }
  .home-view-more {
    display: flex;
    border-color: #CCCCCC;
  }
  .home-text44 {
    color: #CCCCCC;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
  }
  .home-content16 {
    align-items: center;
    flex-direction: column;
  }
  .home-buttons3 {
    width: 100%;
  }
  .home-ios {
    flex: 1;
    justify-content: center;
  }
  .home-android {
    flex: 1;
    justify-content: center;
  }
  .home-image27 {
    position: static;
  }
  .home-text47 {
    text-align: center;
  }
  .home-note6 {
    gap: var(--dl-space-space-fourunits);
    flex-direction: column;
  }
  .home-content17 {
    max-width: 100%;
  }
  .home-main6 {
    align-items: flex-start;
  }
  .home-cards3 {
    gap: var(--dl-space-space-halfunit);
  }
  .home-plans {
    flex-direction: column;
  }
  .home-content18 {
    gap: var(--dl-space-space-threeunits);
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
  }
  .home-copyright {
    display: flex;
  }
}
@media(max-width: 767px) {
  .home-content10 {
    gap: var(--dl-space-space-threeunits);
    padding-left: var(--dl-space-space-oneandhalfunits);
    padding-right: var(--dl-space-space-oneandhalfunits);
  }
  .home-heading10 {
    font-size: 40px;
  }
  .home-caption1 {
    color: rgb(255, 255, 255);
    font-size: 16px;
    font-family: Poppins;
    line-height: 24px;
  }
  .home-get-started1 {
    padding-top: var(--dl-space-space-unit);
    padding-bottom: var(--dl-space-space-unit);
  }
  .home-get-started2 {
    display: none;
  }
  .home-caption2 {
    font-size: 14px;
    line-height: 21px;
  }
  .home-image16 {
    width: 500px;
  }
  .home-section11 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .home-text12 {
    font-size: 32px;
    text-align: center;
  }
  .home-features1 {
    gap: var(--dl-space-space-oneandhalfunits);
    margin-top: var(--dl-space-space-threeunits);
    border-color: #5A5A5A;
    margin-bottom: var(--dl-space-space-threeunits);
    flex-direction: column;
  }
  .home-feature1 {
    width: 100%;
    padding-bottom: var(--dl-space-space-unit);
  }
  .home-text13 {
    font-size: 20px;
  }
  .home-feature2 {
    width: 100%;
    border-color: #5A5A5A;
    padding-bottom: var(--dl-space-space-unit);
    border-bottom-width: 1px;
  }
  .home-text15 {
    font-size: 20px;
  }
  .home-feature3 {
    width: 100%;
    padding-bottom: var(--dl-space-space-unit);
  }
  .home-text17 {
    font-size: 20px;
  }
  .home-note1 {
    gap: var(--dl-space-space-threeunits);
  }
  .home-main2 {
    width: 100%;
    align-items: flex-start;
  }
  .home-heading11 {
    font-size: 28px;
  }
  .home-paragraph1 {
    line-height: 24px;
  }
  .home-section12 {
    gap: var(--dl-space-space-fourunits);
    padding-bottom: var(--dl-space-space-twounits);
  }
  .home-text25 {
    font-size: 32px;
    text-align: center;
  }
  .home-note2 {
    flex-direction: column-reverse;
  }
  .home-note3 {
    flex-direction: column-reverse;
  }
  .home-left1 {
    gap: var(--dl-space-space-unit);
  }
  .home-content14 {
    width: 100%;
  }
  .home-banner {
    padding-top: var(--dl-space-space-threeunits);
    padding-left: var(--dl-space-space-oneandhalfunits);
    padding-right: var(--dl-space-space-oneandhalfunits);
    padding-bottom: var(--dl-space-space-threeunits);
  }
  .home-section20 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .home-text31 {
    font-size: 32px;
    text-align: center;
  }
  .home-features2 {
    gap: var(--dl-space-space-oneandhalfunits);
    margin-top: var(--dl-space-space-threeunits);
    border-color: #5A5A5A;
    margin-bottom: var(--dl-space-space-threeunits);
    flex-direction: column;
  }
  .home-feature4 {
    width: 100%;
    padding-bottom: var(--dl-space-space-unit);
  }
  .home-text32 {
    font-size: 20px;
  }
  .home-feature5 {
    width: 100%;
    border-color: #5A5A5A;
    padding-bottom: var(--dl-space-space-unit);
    border-bottom-width: 1px;
  }
  .home-text34 {
    font-size: 20px;
  }
  .home-feature6 {
    width: 100%;
    padding-bottom: var(--dl-space-space-unit);
  }
  .home-text36 {
    font-size: 20px;
  }
  .home-note5 {
    gap: var(--dl-space-space-threeunits);
  }
  .home-main5 {
    width: 100%;
    align-items: flex-start;
  }
  .home-heading20 {
    font-size: 28px;
  }
  .home-paragraph5 {
    line-height: 24px;
  }
  .home-section21 {
    padding-top: var(--dl-space-space-fourunits);
    padding-bottom: var(--dl-space-space-fourunits);
  }
  .home-section23 {
    padding-top: var(--dl-space-space-fourunits);
  }
  .home-header17 {
    padding-bottom: var(--dl-space-space-fiveunits);
  }
  .home-buttons3 {
    flex-direction: column;
  }
  .home-ios {
    flex: 0 0 auto;
    width: 100%;
  }
  .home-android {
    flex: 0 0 auto;
    width: 100%;
  }
  .home-section24 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .home-text47 {
    font-size: 32px;
    text-align: center;
  }
  .home-features3 {
    gap: var(--dl-space-space-oneandhalfunits);
    margin-top: var(--dl-space-space-threeunits);
    border-color: #5A5A5A;
    margin-bottom: var(--dl-space-space-threeunits);
    flex-direction: column;
  }
  .home-feature7 {
    width: 100%;
    padding-bottom: var(--dl-space-space-unit);
  }
  .home-text48 {
    font-size: 20px;
  }
  .home-feature8 {
    width: 100%;
    border-color: #5A5A5A;
    padding-bottom: var(--dl-space-space-unit);
    border-bottom-width: 1px;
  }
  .home-text50 {
    font-size: 20px;
  }
  .home-feature9 {
    width: 100%;
    padding-bottom: var(--dl-space-space-unit);
  }
  .home-text52 {
    font-size: 20px;
  }
  .home-note6 {
    gap: var(--dl-space-space-threeunits);
  }
  .home-main6 {
    width: 100%;
    align-items: flex-start;
  }
  .home-heading23 {
    font-size: 28px;
  }
  .home-paragraph7 {
    line-height: 24px;
  }
  .home-cards3 {
    gap: var(--dl-space-space-oneandhalfunits);
    flex-direction: column;
  }
  .home-cube2 {
    right: -250px;
  }
  .home-plan1 {
    padding-top: var(--dl-space-space-fourunits);
    padding-left: var(--dl-space-space-oneandhalfunits);
    padding-right: var(--dl-space-space-oneandhalfunits);
    padding-bottom: var(--dl-space-space-fourunits);
  }
  .home-plan2 {
    padding-top: var(--dl-space-space-fourunits);
    padding-left: var(--dl-space-space-oneandhalfunits);
    padding-right: var(--dl-space-space-oneandhalfunits);
    padding-bottom: var(--dl-space-space-fourunits);
  }
  .home-plan3 {
    padding-top: var(--dl-space-space-fourunits);
    padding-left: var(--dl-space-space-oneandhalfunits);
    padding-right: var(--dl-space-space-oneandhalfunits);
    padding-bottom: var(--dl-space-space-fourunits);
  }
  .home-help {
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
  .home-content19 {
    gap: var(--dl-space-space-threeunits);
    flex-direction: column;
  }
  .home-main7 {
    gap: var(--dl-space-space-twounits);
  }
  .home-categories {
    gap: var(--dl-space-space-twounits);
    flex-direction: column;
  }
  .home-text95 {
    color: rgb(12, 16, 12);
    font-size: 16px;
    font-style: normal;
    font-family: Poppins;
    font-weight: 500;
    line-height: 24px;
  }
}
@media(max-width: 479px) {
  .home-header10 {
    align-items: flex-start;
  }
  .home-heading10 {
    max-width: 280px;
  }
  .home-image16 {
    width: 400px;
  }
  .home-image18 {
    width: 100%;
  }
  .home-image26 {
    width: 100%;
  }
  .home-image27 {
    width: 100%;
  }
  .home-image29 {
    width: 100%;
  }
  .home-pricing1 {
    gap: var(--dl-space-space-oneandhalfunits);
  }
  .home-heading25 {
    font-size: 32px;
    text-align: center;
  }
  .home-paragraph8 {
    font-size: 16px;
  }
  .home-textinput {
    flex: 1;
  }
  .home-text94 {
    color: rgb(12, 16, 12);
    display: flex;
    font-size: 24px;
    font-style: normal;
    font-family: Inter;
    font-weight: 700;
    line-height: 24px;
    white-space: nowrap;
  }
  .home-text95 {
    color: rgb(12, 16, 12);
    display: none;
    font-size: 24px;
    font-style: normal;
    font-family: Inter;
    font-weight: 700;
    line-height: 24px;
  }
}
