.home-container1 {
  width: 100%;
  display: flex;
  overflow: auto;
  min-height: 100vh;
  overflow-x: hidden;
  flex-direction: column;
}
 
.home-hero {
  width: 100%;
  height: 1000px;
  display: flex;
  align-items: center;
  padding-top: var(--dl-layout-space-oneandhalfunits);
  padding-left: var(--dl-layout-space-sevenunits);
  padding-right: var(--dl-layout-space-sevenunits);
  flex-direction: column;
  background-color: #297ed0;
}
 
.home-header {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
 
.home-mobile-navigation {
  top: 0px;
  flex: 0 0 auto;
  left: 0px;
  width: 100vw;
  height: 100vh;
  display: flex;
  z-index: 150;
  position: fixed;
  transform: translateX(100%);
  transition: transform 0.3s;
  align-items: flex-start;
  padding-top: var(--dl-layout-space-twounits);
  padding-left: var(--dl-layout-space-oneandhalfunits);
  padding-right: var(--dl-layout-space-oneandhalfunits);
  flex-direction: column;
  background-color: var(--dl-color-gray-white);
}
 
.home-logo1 {
  width: 64px;
}
 
.home-links1 {
  gap: var(--dl-layout-space-twounits);
  display: flex;
  margin-top: var(--dl-layout-space-twounits);
  align-items: flex-start;
  flex-direction: column;
}
 
.home-close-mobile-menu {
  top: var(--dl-layout-space-oneandhalfunits);
  right: var(--dl-layout-space-oneandhalfunits);
  width: var(--dl-layout-size-small);
  height: var(--dl-layout-size-small);
  display: flex;
  position: absolute;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
 
.home-icon1 {
  width: 24px;
  height: 24px;
  display: flex;
}
 
.home-desktop-navigation {
  width: 100%;
  display: flex;
  margin-top: var(--dl-layout-space-oneandhalfunits);
  align-items: center;
  flex-direction: column;
}
 
.home-centered {
  width: 100%;
  display: flex;
  max-width: 1200px;
  box-sizing: initial;
  align-items: center;
  padding-left: var(--dl-layout-space-oneandhalfunits);
  border-radius: 50px;
  padding-right: var(--dl-layout-space-oneandhalfunits);
  flex-direction: row;
  justify-content: space-between;
  background-color: #ffffff;
}
 
.home-left1 {
  height: 100%;
  display: flex;
  align-items: center;
  padding-top: 38px;
  flex-direction: row;
  padding-bottom: 38px;
}
 
.home-logo2 {
  width: 105px;
  margin-left: var(--dl-layout-space-halfunit);
}
 
.home-links2 {
  display: flex;
  align-items: center;
  margin-left: 33px;
  flex-direction: row;
}
 
.home-container3 {
  display: contents;
}
 
.home-content {
  display: flex;
  margin-top: 140px;
  align-items: center;
  flex-direction: column;
}
 
.home-text16 {
  color: rgb(255, 255, 255);
  font-size: 72px;
  font-style: normal;
  text-align: center;
  font-weight: 700;
  line-height: 80px;
}
 
.home-text17 {
  color: #EEE9FE;
  font-size: 20px;
  max-width: 600px;
  margin-top: 16px;
  text-align: center;
  line-height: 30px;
}
 
.home-get-started1 {
  color: white;
  cursor: pointer;
  display: flex;
  margin-top: 40px;
  transition: 0.3s;
  align-items: center;
  padding-top: var(--dl-layout-space-unit);
  padding-left: var(--dl-layout-space-twounits);
  border-radius: 56px;
  padding-right: var(--dl-layout-space-twounits);
  flex-direction: column;
  padding-bottom: var(--dl-layout-space-unit);
  background-color: #000000;
}
 
.home-get-started1:hover {
  color: black;
  background-color: #ffffff;
}
 
.home-text18 {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
}
 
.home-dashboard-preview {
  top: 650px;
  display: flex;
  position: absolute;
  align-items: center;
  border-color: #6eb6ff;
  border-width: 30px;
  border-radius: 100px;
  flex-direction: column;
  background-color: #6eb6ff;
}
 
.home-outline {
  display: flex;
  align-items: center;
  border-color: #4f8fd8;
  border-width: 20px;
  border-radius: 70px;
  flex-direction: column;
  background-color: #4f8fd8;
}
 
.home-image {
  width: 900px;
  opacity: 0.98;
  z-index: 10;
  user-select: none;
  border-radius: 70px;
}
 
.home-features {
  width: 100%;
  display: flex;
  z-index: 1;
  align-items: center;
  padding-top: 400px;
  padding-left: var(--dl-layout-space-sevenunits);
  padding-right: var(--dl-layout-space-sevenunits);
  flex-direction: column;
  background-color: EFF0F2;
}
 
.home-title {
  display: flex;
  align-items: center;
  flex-direction: column;
}
 
.home-text19 {
  font-size: 56px;
  font-style: normal;
  text-align: center;
  font-weight: 700;
  line-height: 72px;
}
 
.home-text23 {
  font-size: 20px;
  margin-top: 16px;
  text-align: center;
  line-height: 30px;
}
 
.home-cards {
  width: 100%;
  display: flex;
  max-width: 1200px;
  margin-top: 80px;
  align-items: center;
  flex-direction: column;
}
 
.home-container4 {
  gap: var(--dl-layout-space-twounits);
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: var(--dl-layout-space-twounits);
  flex-direction: row;
}
 
.home-schedule {
  padding-top: 40px;
}
 
.home-icon3 {
  width: 50px;
  height: 53px;
  margin-bottom: var(--dl-layout-space-oneandhalfunits);
}
 
.home-text26 {
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 33px;
  margin-bottom: var(--dl-layout-space-unit);
}
 
.home-text27 {
  line-height: 24px;
}
 
.home-publish {
  height: initial;
  padding-top: 40px;
}
 
.home-icon4 {
  width: 30px;
  height: 30px;
  margin-bottom: var(--dl-layout-space-oneandhalfunits);
}
 
.home-text28 {
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 33px;
  margin-bottom: var(--dl-layout-space-unit);
}
 
.home-text29 {
  line-height: 24px;
}
 
.home-container5 {
  gap: var(--dl-layout-space-twounits);
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: var(--dl-layout-space-sixunits);
  flex-direction: row;
}
 
.home-icon5 {
  width: 66px;
  height: 49px;
  margin-bottom: var(--dl-layout-space-oneandhalfunits);
}
 
.home-text30 {
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 33px;
  margin-bottom: 16px;
}
 
.home-text31 {
  font-size: 24px;
  line-height: 24px;
  text-decoration: underline;
}
 
.home-get-leads {
  height: 276px;
  padding-top: 28px;
  padding-bottom: 57px;
}
 
.home-icon6 {
  width: 49px;
  height: 51px;
  margin-bottom: var(--dl-layout-space-oneandhalfunits);
  padding-right: 3px;
}
 
.home-text32 {
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 33px;
  margin-bottom: var(--dl-layout-space-unit);
}
 
.home-text33 {
  line-height: 24px;
}
 
.home-text35 {
  color: #bf2626;
  box-shadow: rgb(191, 38, 38) 5px 5px 10px 0px;
}
 
.home-text36 {
  color: #bf2626;
  box-shadow: rgb(191, 38, 38) 5px 5px 10px 0px;
}
 
.home-banners {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
 
.home-banner-manage {
  width: 100%;
  display: flex;
  align-items: center;
  padding-top: var(--dl-layout-space-sixunits);
  padding-left: var(--dl-layout-space-sevenunits);
  padding-right: var(--dl-layout-space-sevenunits);
  flex-direction: row;
  padding-bottom: var(--dl-layout-space-sixunits);
  justify-content: center;
  background-color: #D9D9D9;
}
 
.home-container6 {
  width: 100%;
  display: flex;
  max-width: 1200px;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
 
.home-left2 {
  flex: 1;
  width: 100%;
  display: flex;
  align-items: flex-start;
  margin-right: var(--dl-layout-space-fourunits);
  flex-direction: column;
}
 
.home-text37 {
  color: #4dcdf8;
  font-size: 14px;
}
 
.home-text38 {
  text-align: left;
  line-height: 1;
  text-transform: capitalize;
}
 
.home-text39 {
  color: rgb(0, 0, 0);
  line-height: 24px;
  margin-bottom: var(--dl-layout-space-threeunits);
}
 
.home-get-started2 {
  transition: 0.3s;
  align-items: center;
  margin-bottom: 0;
  justify-content: center;
}
 
.home-get-started2:hover {
  color: var(--dl-color-gray-white);
  background-color: var(--dl-color-template-blue-bg);
}
 
.home-image-container {
  flex: 1;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
 
.home-cards-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  user-select: none;
}
 
.home-how-it-works {
  width: 100%;
  display: flex;
  align-items: center;
  padding-top: var(--dl-layout-space-sixunits);
  padding-left: var(--dl-layout-space-sevenunits);
  padding-right: var(--dl-layout-space-sevenunits);
  flex-direction: column;
  padding-bottom: var(--dl-layout-space-sixunits);
  background-color: #211062;
}
 
.home-centered-container {
  width: 100%;
  height: 100%;
  display: flex;
  max-width: 1200px;
  align-items: flex-end;
  flex-direction: column;
  justify-content: space-between;
}
 
.home-heading {
  display: flex;
  align-self: center;
  align-items: center;
  margin-bottom: var(--dl-layout-space-fiveunits);
  flex-direction: column;
}
 
.home-text41 {
  color: rgb(220, 212, 253);
  font-style: normal;
  font-weight: 600;
  margin-bottom: 24px;
}
 
.home-text42 {
  color: var(--dl-color-gray-white);
}
 
.home-category1 {
  color: white;
  width: 100%;
  display: flex;
  overflow: hidden;
  padding-left: var(--dl-layout-space-fourunits);
  border-radius: 50px;
  margin-bottom: var(--dl-layout-space-threeunits);
  flex-direction: row;
  background-color: #4367c1;
}
 
.home-headng1 {
  flex: 1;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  padding-top: var(--dl-layout-space-threeunits);
  margin-right: var(--dl-layout-space-fourunits);
  flex-direction: column;
  padding-bottom: var(--dl-layout-space-threeunits);
  justify-content: center;
}
 
.home-text43 {
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 16px;
}
 
.home-text44 {
  color: #EEE9FE;
  line-height: 24px;
  margin-bottom: 40px;
}
 
.home-get-started3 {
  margin-bottom: 0px;
}
 
.home-get-started3:hover {
  color: black;
  background-color: #ffffff;
}
 
.home-text45 {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
}
 
.home-container7 {
  flex: 1;
  height: 100%;
  display: flex;
  align-self: flex-end;
  flex-direction: row;
}
 
.home-pasted-image1 {
  flex: 0 0 auto;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
 
.home-row {
  display: flex;
  grid-gap: var(--dl-layout-space-threeunits);
  align-items: center;
  flex-direction: row;
}
 
.home-category2 {
  flex: 1;
  color: white;
  height: 555px;
  display: flex;
  overflow: hidden;
  align-items: flex-end;
  border-radius: 50px;
  flex-direction: column;
  justify-content: space-between;
  background-color: #ffffff;
}
 
.home-headng2 {
  width: 100%;
  display: flex;
  align-items: flex-start;
  padding-top: var(--dl-layout-space-fourunits);
  padding-left: var(--dl-layout-space-fourunits);
  padding-right: var(--dl-layout-space-fourunits);
  flex-direction: column;
  padding-bottom: 0px;
}
 
.home-text46 {
  color: rgb(0, 0, 0);
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 16px;
}
 
.home-text47 {
  color: #1E1E1E;
  line-height: 24px;
}
 
.home-pasted-image2 {
  width: 100%;
}
 
.home-category3 {
  flex: 1;
  color: white;
  height: 555px;
  display: flex;
  overflow: hidden;
  align-items: flex-end;
  border-radius: 50px;
  flex-direction: column;
  justify-content: space-between;
  background-color: #000000;
}
 
.home-headng3 {
  width: 100%;
  display: flex;
  align-items: flex-start;
  padding-top: var(--dl-layout-space-fourunits);
  padding-left: var(--dl-layout-space-fourunits);
  padding-right: var(--dl-layout-space-fourunits);
  flex-direction: column;
  padding-bottom: 0px;
}
 
.home-text48 {
  color: #ffffff;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 16px;
}
 
.home-text49 {
  color: rgb(238, 233, 254);
  line-height: 24px;
}
 
.home-pasted-image3 {
  width: 100%;
  object-fit: contain;
}
 
.home-footer {
  width: 100%;
  display: flex;
  align-items: center;
  padding-top: var(--dl-layout-space-sevenunits);
  padding-left: var(--dl-layout-space-sevenunits);
  padding-right: var(--dl-layout-space-sevenunits);
  flex-direction: column;
  padding-bottom: var(--dl-layout-space-sevenunits);
  background-color: #000000;
}
 
.home-top {
  width: 100%;
  display: flex;
  max-width: 1200px;
  border-color: #3B3B3B;
  flex-direction: column;
  padding-bottom: var(--dl-layout-space-fiveunits);
  justify-content: space-between;
  border-bottom-width: 1px;
}
 
.home-left3 {
  width: 33%;
  display: flex;
  align-items: flex-start;
  margin-right: var(--dl-layout-space-twounits);
  flex-direction: column;
}
 
.home-text50 {
  color: rgb(255, 255, 255);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: var(--dl-layout-space-oneandhalfunits);
}
 
.home-subscription {
  width: 100%;
  height: 66px;
  display: flex;
  align-items: center;
  padding-top: var(--dl-layout-space-halfunit);
  padding-left: var(--dl-layout-space-oneandhalfunits);
  border-radius: 50px;
  margin-bottom: var(--dl-layout-space-unit);
  padding-right: var(--dl-layout-space-halfunit);
  flex-direction: row;
  padding-bottom: var(--dl-layout-space-halfunit);
  justify-content: space-between;
  background-color: #ffffff;
}
 
.home-textinput {
  width: 60%;
  outline: none;
  font-size: 14px;
  border-width: 0px;
}
 
.home-subscribe {
  cursor: pointer;
  display: flex;
  transition: 0.3s;
  align-items: center;
  padding-top: 16px;
  padding-left: 32px;
  border-radius: 56px;
  padding-right: 32px;
  flex-direction: row;
  padding-bottom: 16px;
  justify-content: flex-start;
  background-color: #5228F5;
}
 
.home-subscribe:hover {
  background-color: #000;
}
 
.home-text51 {
  color: #ffffff;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
}
 
.home-text52 {
  color: #686868;
  font-size: 14px;
}
 
.home-contact {
  display: flex;
  margin-top: 52px;
  align-items: flex-start;
  flex-direction: column;
}
 
.home-text53 {
  color: rgb(255, 255, 255);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: var(--dl-layout-space-unit);
}
 
.home-link {
  color: #C4C4C4;
  font-size: 14px;
  text-decoration: underline;
}
 
.home-right {
  gap: var(--dl-layout-space-fiveunits);
  display: flex;
  flex-wrap: wrap;
  margin-top: var(--dl-layout-space-threeunits);
  flex-direction: row;
  justify-content: flex-start;
}
 
.home-category4 {
  width: 240px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.home-text54 {
  color: rgb(255, 255, 255);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: var(--dl-layout-space-unit);
}
 
.home-links3 {
  gap: var(--dl-layout-space-unit);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.home-text55 {
  color: rgb(196, 196, 196);
  font-size: 14px;
}
 
.home-text56 {
  color: rgb(196, 196, 196);
  font-size: 14px;
}
 
.home-text57 {
  color: rgb(196, 196, 196);
  font-size: 14px;
}
 
.home-text58 {
  color: rgb(196, 196, 196);
  font-size: 14px;
}
 
.home-category5 {
  width: 240px;
  display: flex;
  flex-direction: column;
}
 
.home-text59 {
  color: rgb(255, 255, 255);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: var(--dl-layout-space-unit);
}
 
.home-links4 {
  gap: var(--dl-layout-space-unit);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.home-text60 {
  color: rgb(196, 196, 196);
  font-size: 14px;
}
 
.home-text61 {
  color: rgb(196, 196, 196);
  font-size: 14px;
}
 
.home-text62 {
  color: rgb(196, 196, 196);
  font-size: 14px;
}
 
.home-text63 {
  color: rgb(196, 196, 196);
  font-size: 14px;
}
 
.home-text64 {
  color: rgb(196, 196, 196);
  font-size: 14px;
}
 
.home-bottom {
  width: 100%;
  display: flex;
  max-width: 1200px;
  margin-top: var(--dl-layout-space-threeunits);
  align-items: flex-start;
  user-select: none;
  flex-direction: column;
}
 
.home-branding {
  width: var(--dl-layout-size-large);
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);;
  margin-bottom: var(--dl-layout-space-unit);
}
 
.home-text65 {
  color: #686868;
  font-size: 14px;
  line-height: 30px;
}
 
@media(max-width: 991px) {
  .home-hero {
    padding-left: var(--dl-layout-space-oneandhalfunits);
    padding-right: var(--dl-layout-space-oneandhalfunits);
  }
  .home-close-mobile-menu {
    align-items: center;
    justify-content: center;
  }
  .home-desktop-navigation {
    padding-left: var(--dl-layout-space-oneandhalfunits);
    padding-right: var(--dl-layout-space-oneandhalfunits);
  }
  .home-centered {
    height: 60px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .home-left1 {
    margin-left: var(--dl-layout-space-halfunit);
  }
  .home-logo2 {
    width: 64px;
  }
  .home-links2 {
    display: none;
  }
  .home-content {
    width: 100%;
    max-width: 1200px;
  }
  .home-image {
    width: 100%;
  }
  .home-features {
    padding-top: 260px;
  }
  .home-title {
    width: 100%;
    max-width: 1200px;
  }
  .home-text19 {
    font-size: 36px;
    line-height: 40px;
  }
  .home-text23 {
    font-size: 20px;
    margin-top: var(--dl-layout-space-unit);
    line-height: 30px;
  }
  .home-cards {
    margin-top: var(--dl-layout-space-fiveunits);
  }
  .home-text27 {
    line-height: 21px;
  }
  .home-text29 {
    line-height: 21px;
  }
  .home-text31 {
    line-height: 21px;
  }
  .home-text32 {
    font-size: 24px;
  }
  .home-text33 {
    line-height: 21px;
  }
  .home-banner-manage {
    padding-top: var(--dl-layout-space-threeunits);
    padding-left: var(--dl-layout-space-oneandhalfunits);
    padding-right: var(--dl-layout-space-oneandhalfunits);
    padding-bottom: var(--dl-layout-space-threeunits);
  }
  .home-left2 {
    margin-right: var(--dl-layout-space-threeunits);
  }
  .home-cards-image {
    width: 360px;
  }
  .home-category1 {
    padding-left: 0px;
    margin-bottom: var(--dl-layout-space-threeunits);
    flex-direction: column;
  }
  .home-headng1 {
    margin-left: var(--dl-layout-space-fourunits);
  }
  .home-container7 {
    width: 100%;
  }
  .home-pasted-image1 {
    height: auto;
  }
  .home-headng2 {
    padding-top: var(--dl-layout-space-threeunits);
    padding-left: var(--dl-layout-space-fourunits);
    padding-right: var(--dl-layout-space-fourunits);
  }
  .home-headng3 {
    padding-top: var(--dl-layout-space-threeunits);
    padding-left: var(--dl-layout-space-fourunits);
    padding-right: var(--dl-layout-space-fourunits);
  }
  .home-footer {
    padding: var(--dl-layout-space-sixunits);
  }
  .home-top {
    flex-direction: column;
  }
  .home-left3 {
    width: 100%;
    margin-right: 0px;
    margin-bottom: var(--dl-layout-space-threeunits);
  }
  .home-text52 {
    color: rgb(104, 104, 104);
    font-size: 14px;
  }
  .home-text53 {
    margin-bottom: var(--dl-layout-space-unit);
  }
  .home-link {
    text-decoration: underline none;
  }
  .home-right {
    gap: var(--dl-layout-space-twounits);
    flex-direction: column;
  }
  .home-links3 {
    gap: var(--dl-layout-space-unit);
  }
  .home-links4 {
    gap: var(--dl-layout-space-unit);
  }
  .home-branding {
    width: var(--dl-layout-size-medium);
    margin-bottom: var(--dl-layout-space-halfunit);
  }
  .home-text65 {
    font-size: 12px;
    line-height: 25px;
    margin-bottom: 0px;
  }
}
 
@media(max-width: 767px) {
  .home-hero {
    height: 620px;
    position: relative;
    padding-bottom: 180px;
    background-color: var(--dl-color-template-blue-bg);
  }
  .home-desktop-navigation {
    padding-left: 0px;
    padding-right: 0px;
  }
  .home-centered {
    padding-left: 0px;
    padding-right: 0px;
  }
  .home-left1 {
    margin-left: var(--dl-layout-space-unit);
  }
  .home-content {
    height: 100%;
    margin-top: var(--dl-layout-space-fourunits);
    justify-content: center;
  }
  .home-text16 {
    color: rgb(255, 255, 255);
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
  }
  .home-text17 {
    color: rgb(238, 233, 254);
    font-size: 16px;
    margin-top: var(--dl-layout-space-unit);
    line-height: 24px;
  }
  .home-get-started1 {
    margin-top: var(--dl-layout-space-twounits);
  }
  .home-dashboard-preview {
    top: 520px;
    width: 90%;
    border-width: 10px;
    border-radius: 45px;
  }
  .home-outline {
    border-width: 10px;
    border-radius: 35px;
  }
  .home-image {
    width: 100%;
  }
  .home-features {
    padding-top: 350px;
    padding-left: var(--dl-layout-space-oneandhalfunits);
    padding-right: var(--dl-layout-space-oneandhalfunits);
  }
  .home-text19 {
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
  }
  .home-container4 {
    gap: var(--dl-layout-space-oneandhalfunits);
    margin-bottom: var(--dl-layout-space-oneandhalfunits);
    flex-direction: column;
  }
  .home-text26 {
    font-size: 24px;
  }
  .home-text27 {
    font-size: 14px;
  }
  .home-publish {
    margin-left: 0px;
  }
  .home-text28 {
    font-size: 24px;
  }
  .home-text29 {
    font-size: 14px;
  }
  .home-container5 {
    gap: var(--dl-layout-space-oneandhalfunits);
    flex-direction: column;
  }
  .home-analyze {
    margin-right: 0px;
  }
  .home-text30 {
    font-size: 24px;
  }
  .home-text31 {
    font-size: 14px;
  }
  .home-text33 {
    font-size: 14px;
  }
  .home-banner-manage {
    padding-top: var(--dl-layout-space-fourunits);
    padding-bottom: var(--dl-layout-space-fourunits);
  }
  .home-container6 {
    flex-direction: column;
  }
  .home-left2 {
    margin-right: 0px;
  }
  .home-text38 {
    margin-bottom: var(--dl-layout-space-unit);
  }
  .home-text39 {
    line-height: 24px;
    margin-bottom: var(--dl-layout-space-twounits);
  }
  .home-image-container {
    justify-content: center;
  }
  .home-cards-image {
    margin-top: var(--dl-layout-space-threeunits);
  }
  .home-how-it-works {
    padding-top: var(--dl-layout-space-fourunits);
    padding-left: var(--dl-layout-space-oneandhalfunits);
    padding-right: var(--dl-layout-space-oneandhalfunits);
    padding-bottom: var(--dl-layout-space-fourunits);
  }
  .home-heading {
    margin-bottom: var(--dl-layout-space-threeunits);
  }
  .home-text42 {
    margin-bottom: 0px;
  }
  .home-headng1 {
    padding-bottom: 0px;
  }
  .home-get-started3 {
    display: none;
  }
  .home-container7 {
    width: 100%;
  }
  .home-row {
    height: auto;
    flex-direction: column;
  }
  .home-footer {
    padding-top: var(--dl-layout-space-fourunits);
    padding-left: var(--dl-layout-space-twounits);
    padding-right: var(--dl-layout-space-twounits);
  }
}
 
@media(max-width: 479px) {
  .home-hero {
    padding-bottom: 160px;
  }
  .home-logo1 {
    margin-left: 0px;
  }
  .home-icon1 {
    align-items: center;
    justify-content: center;
  }
  .home-text17 {
    color: #EEE9FE;
  }
  .home-get-started1 {
    width: 100%;
  }
  .home-dashboard-preview {
    top: 500px;
  }
  .home-features {
    padding-top: 200px;
  }
  .home-cards {
    margin-top: var(--dl-layout-space-threeunits);
    margin-bottom: var(--dl-layout-space-threeunits);
  }
  .home-container4 {
    gap: var(--dl-layout-space-oneandhalfunits);
    margin-bottom: var(--dl-layout-space-oneandhalfunits);
  }
  .home-container5 {
    gap: var(--dl-layout-space-oneandhalfunits);
    margin-bottom: 0px;
  }
  .home-analyze {
    margin-bottom: 0px;
  }
  .home-text39 {
    line-height: 24px;
  }
  .home-cards-image {
    width: 100%;
    margin-top: var(--dl-layout-space-twounits);
  }
  .home-category1 {
    padding-left: var(--dl-layout-space-twounits);
    padding-right: var(--dl-layout-space-twounits);
    flex-direction: column;
  }
  .home-footer {
    padding-left: var(--dl-layout-space-unit);
    padding-right: var(--dl-layout-space-unit);
  }
  .home-subscription {
    padding-top: var(--dl-layout-space-halfunit);
    padding-left: var(--dl-layout-space-unit);
    padding-right: var(--dl-layout-space-halfunit);
    padding-bottom: var(--dl-layout-space-halfunit);
  }
}
