.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: var(--dl-color-gray-500);
}
 
.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-logo {
  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-icon10 {
  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-links2 {
  display: flex;
  align-items: center;
  margin-left: 33px;
  flex-direction: row;
}
 
.home-link1 {
  font-size: 25px;
  font-family: "Mr Dafoe";
  text-decoration: none;
}
 
.home-navlink1 {
  text-decoration: none;
}
 
.home-right1 {
  height: 100%;
  display: flex;
  align-items: center;
  padding-top: var(--dl-layout-space-oneandhalfunits);
  flex-direction: row;
  padding-bottom: var(--dl-layout-space-oneandhalfunits);
}
 
.home-get-started1 {
  cursor: pointer;
  display: flex;
  transition: 0.3s;
  align-items: center;
  padding-top: var(--dl-layout-space-unit);
  padding-left: var(--dl-layout-space-oneandhalfunits);
  border-radius: 56px;
  padding-right: var(--dl-layout-space-oneandhalfunits);
  flex-direction: column;
  padding-bottom: var(--dl-layout-space-unit);
  background-color: #000000;
}
 
.home-get-started1:hover {
  background-color: #5228F5;
}
 
.home-text14 {
  color: rgb(255, 255, 255);
  font-style: normal;
  font-weight: 600;
}
 
.home-burger-menu {
  display: flex;
  align-items: center;
  flex-direction: row;
}
 
.home-mobile-menu-button {
  width: 40px;
  height: 40px;
  display: none;
}
 
.home-container3 {
  display: contents;
}
 
.home-content {
  display: flex;
  margin-top: 140px;
  align-items: center;
  flex-direction: column;
}
 
.home-text15 {
  font-size: 72px;
  font-style: normal;
  text-align: center;
  font-weight: 700;
  line-height: 80px;
}
 
.home-text16 {
  color: #ffffff;
}
 
.home-text17 {
  color: #aa5fce;
}
 
.home-navlink2 {
  display: contents;
}
 
.home-get-started2 {
  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);
  text-decoration: none;
  background-color: #000000;
}
 
.home-get-started2: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: #633df6;
  border-width: 30px;
  border-radius: 100px;
  flex-direction: column;
  background-color: #633df6;
}
 
.home-outline {
  display: flex;
  align-items: center;
  border-color: #7350f7;
  border-width: 20px;
  border-radius: 70px;
  flex-direction: column;
  background-color: #7350f7;
}
 
.home-image1 {
  width: 900px;
  z-index: 10;
  user-select: none;
}
 
.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-text20 {
  font-size: 20px;
  margin-top: 16px;
  text-align: center;
  line-height: 30px;
}
 
.home-cards1 {
  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-icon12 {
  width: 32px;
  height: 30px;
  margin-bottom: var(--dl-layout-space-oneandhalfunits);
}
 
.home-text21 {
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 33px;
  margin-bottom: var(--dl-layout-space-unit);
}
 
.home-text22 {
  line-height: 24px;
}
 
.home-publish {
  height: initial;
}
 
.home-icon13 {
  width: 30px;
  height: 30px;
  margin-bottom: var(--dl-layout-space-oneandhalfunits);
}
 
.home-text23 {
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 33px;
  margin-bottom: var(--dl-layout-space-unit);
}
 
.home-text24 {
  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-icon14 {
  width: 35px;
  height: 30px;
  margin-bottom: var(--dl-layout-space-oneandhalfunits);
}
 
.home-text25 {
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 33px;
  margin-bottom: 16px;
}
 
.home-text26 {
  line-height: 24px;
}
 
.home-icon15 {
  width: 30px;
  height: 30px;
  margin-bottom: var(--dl-layout-space-oneandhalfunits);
}
 
.home-text27 {
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 33px;
  margin-bottom: var(--dl-layout-space-unit);
}
 
.home-text28 {
  line-height: 24px;
}
 
.home-quote-container {
  width: 100%;
  display: flex;
  align-items: center;
  padding-top: 160px;
  padding-left: var(--dl-layout-space-sevenunits);
  padding-right: var(--dl-layout-space-sevenunits);
  flex-direction: column;
  padding-bottom: 160px;
  justify-content: center;
  background-color: #000000;
}
 
.home-quote1 {
  width: 100%;
  display: flex;
  max-width: 1200px;
  flex-direction: column;
  justify-content: center;
}
 
.home-message {
  color: rgb(255, 255, 255);
  font-size: 40px;
  max-width: 800px;
  line-height: 52px;
}
 
.home-author {
  width: 800px;
  display: flex;
  margin-top: var(--dl-layout-space-oneandhalfunits);
  align-items: center;
  flex-direction: row;
}
 
.home-avatar {
  width: 64px;
  height: 64px;
  object-fit: cover;
  border-radius: 50%;
}
 
.home-quote2 {
  color: rgb(151, 126, 249);
  width: 100%;
  max-width: 800px;
  font-style: normal;
  font-weight: 600;
  margin-left: var(--dl-layout-space-unit);
}
 
.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;
}
 
.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-text29 {
  text-align: left;
}
 
.home-text30 {
  color: rgb(0, 0, 0);
  line-height: 24px;
  margin-bottom: var(--dl-layout-space-threeunits);
}
 
.home-navlink3 {
  display: contents;
}
 
.home-get-started3 {
  transition: 0.3s;
  margin-bottom: 0;
  text-decoration: none;
}
 
.home-get-started3:hover {
  color: var(--dl-color-gray-white);
  background-color: var(--dl-color-template-blue-bg);
}
 
.home-text31 {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
}
 
.home-image-container1 {
  flex: 1;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
 
.home-cards-image1 {
  width: 100%;
  height: 100%;
  object-fit: contain;
  user-select: none;
}
 
.home-banner-advanced-analytics {
  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: #EFF0F2;
}
 
.home-centered-container1 {
  width: 100%;
  display: flex;
  max-width: 1200px;
  align-items: center;
  justify-content: center;
}
 
.home-image-container2 {
  flex: 1;
  display: flex;
}
 
.home-cards-image2 {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
 
.home-right2 {
  flex: 1;
  display: flex;
  margin-left: var(--dl-layout-space-fourunits);
  flex-direction: column;
}
 
.home-text32 {
  text-align: left;
}
 
.home-category1 {
  display: flex;
  align-items: flex-start;
  margin-bottom: var(--dl-layout-space-twounits);
  flex-direction: column;
}
 
.home-text33 {
  color: rgb(0, 0, 0);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: var(--dl-layout-space-halfunit);
}
 
.home-text34 {
  color: rgb(0, 0, 0);
  line-height: 24px;
  margin-bottom: var(--dl-layout-space-oneandhalfunits);
}
 
.home-category2 {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.home-text35 {
  color: rgb(0, 0, 0);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: var(--dl-layout-space-halfunit);
}
 
.home-text36 {
  color: rgb(0, 0, 0);
  line-height: 24px;
  margin-bottom: var(--dl-layout-space-oneandhalfunits);
}
 
.home-banner {
  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;
}
 
.home-container7 {
  width: 100%;
  display: flex;
  max-width: 1200px;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
 
.home-left3 {
  flex: 1;
  display: flex;
  align-items: flex-start;
  margin-right: var(--dl-layout-space-fourunits);
  flex-direction: column;
}
 
.home-text37 {
  text-align: left;
}
 
.home-text38 {
  color: rgb(0, 0, 0);
  line-height: 24px;
  margin-bottom: var(--dl-layout-space-threeunits);
}
 
.home-navlink4 {
  display: contents;
}
 
.home-get-started4 {
  transition: 0.3s;
  margin-bottom: 0;
  text-decoration: none;
}
 
.home-get-started4:hover {
  color: var(--dl-color-gray-white);
  background-color: var(--dl-color-template-blue-bg);
}
 
.home-text39 {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
}
 
.home-image-container3 {
  flex: 1;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
 
.home-cards-image3 {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
 
.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-container2 {
  width: 100%;
  height: 100%;
  display: flex;
  max-width: 1200px;
  align-items: flex-end;
  flex-direction: column;
  justify-content: space-between;
}
 
.home-heading1 {
  display: flex;
  align-items: center;
  margin-bottom: var(--dl-layout-space-fiveunits);
  flex-direction: column;
}
 
.home-text40 {
  color: rgb(220, 212, 253);
  font-style: normal;
  font-weight: 600;
  margin-bottom: 24px;
}
 
.home-text41 {
  color: var(--dl-color-gray-white);
}
 
.home-category3 {
  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: #5228F5;
}
 
.home-headng1 {
  flex: 1;
  display: flex;
  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-text42 {
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 16px;
}
 
.home-navlink5 {
  display: contents;
}
 
.home-get-started5 {
  margin-bottom: 0px;
  text-decoration: none;
}
 
.home-get-started5:hover {
  color: black;
  background-color: #ffffff;
}
 
.home-text43 {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
}
 
.home-container8 {
  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-category4 {
  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-text44 {
  color: rgb(0, 0, 0);
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 16px;
}
 
.home-pasted-image2 {
  width: 100%;
}
 
.home-category5 {
  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-text45 {
  color: rgb(255, 255, 255);
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 16px;
}
 
.home-pasted-image3 {
  width: 100%;
  object-fit: contain;
}
 
.home-pricing {
  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);
  justify-content: center;
  background-color: #5228F5;
}
 
.home-centered-container3 {
  width: 100%;
  display: flex;
  max-width: 1200px;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
 
.home-heading2 {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
 
.home-text46 {
  color: var(--dl-color-gray-white);
  text-align: center;
}
 
.home-text47 {
  color: #EEE9FE;
  width: 600px;
  text-align: center;
  margin-bottom: var(--dl-layout-space-twounits);
}
 
.home-selection {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
 
.home-text48 {
  color: rgb(238, 233, 254);
  width: 128px;
  font-style: normal;
  text-align: center;
  font-weight: 600;
  padding-top: var(--dl-layout-space-oneandhalfunits);
  border-color: #ffffff;
  padding-bottom: var(--dl-layout-space-oneandhalfunits);
  border-bottom-width: 2px;
}
 
.home-text49 {
  color: rgb(255, 255, 255);
  width: 128px;
  font-style: normal;
  text-align: center;
  font-weight: 600;
  padding-top: var(--dl-layout-space-oneandhalfunits);
  border-color: rgba(255, 255, 255, 0.3);
  padding-bottom: var(--dl-layout-space-oneandhalfunits);
  border-bottom-width: 2px;
}
 
.home-cards2 {
  width: 100%;
  display: grid;
  grid-gap: var(--dl-layout-space-twounits);
  margin-top: var(--dl-layout-space-fiveunits);
  align-items: flex-start;
  flex-direction: row;
  justify-content: center;
  grid-template-columns: 1fr 1fr 1fr;
}
 
.home-card1 {
  flex: 1;
  height: 100%;
  display: flex;
  align-items: flex-start;
  padding-top: var(--dl-layout-space-fiveunits);
  padding-left: var(--dl-layout-space-threeunits);
  border-radius: 50px;
  padding-right: var(--dl-layout-space-threeunits);
  flex-direction: column;
  padding-bottom: var(--dl-layout-space-fiveunits);
  justify-content: flex-start;
  background-color: #ffffff;
}
 
.home-text50 {
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: var(--dl-layout-space-oneandhalfunits);
}
 
.home-text51 {
  color: rgb(0, 0, 0);
  line-height: 24px;
  margin-bottom: var(--dl-layout-space-fourunits);
}
 
.home-link2 {
  display: contents;
}
 
.home-get-started6 {
  transition: 0.3s;
  text-decoration: none;
}
 
.home-get-started6:hover {
  color: var(--dl-color-gray-white);
  background-color: var(--dl-color-template-blue-bg);
}
 
.home-text52 {
  font-size: 18px;
  font-style: normal;
  text-align: center;
  font-weight: 600;
}
 
.home-text53 {
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 27px;
  margin-bottom: var(--dl-layout-space-oneandhalfunits);
}
 
.home-bullet-points1 {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.home-point10 {
  display: flex;
  align-items: center;
  margin-bottom: var(--dl-layout-space-halfunit);
  flex-direction: row;
}
 
.home-text54 {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  margin-left: var(--dl-layout-space-halfunit);
}
 
.home-point11 {
  display: flex;
  align-items: center;
  margin-bottom: var(--dl-layout-space-halfunit);
  flex-direction: row;
}
 
.home-text55 {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  margin-left: var(--dl-layout-space-halfunit);
}
 
.home-text56 {
  font-size: 14px;
  font-style: normal;
  font-weight: 100;
  margin-left: var(--dl-layout-space-halfunit);
}
 
.home-card2 {
  flex: 1;
  height: 100%;
  display: flex;
  position: relative;
  align-items: flex-start;
  padding-top: var(--dl-layout-space-fiveunits);
  padding-left: 40px;
  border-radius: 50px;
  padding-right: 40px;
  flex-direction: column;
  padding-bottom: var(--dl-layout-space-fiveunits);
  justify-content: flex-start;
  background-color: #ffffff;
}
 
.home-text57 {
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: var(--dl-layout-space-oneandhalfunits);
}
 
.home-text58 {
  color: rgb(0, 0, 0);
  line-height: 24px;
  margin-bottom: var(--dl-layout-space-fourunits);
}
 
.home-link3 {
  display: contents;
}
 
.home-get-started7 {
  transition: 0.3s;
  text-decoration: none;
}
 
.home-get-started7:hover {
  color: var(--dl-color-gray-white);
  background-color: var(--dl-color-template-blue-bg);
}
 
.home-text59 {
  font-size: 18px;
  font-style: normal;
  text-align: center;
  font-weight: 600;
}
 
.home-text62 {
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 27px;
  margin-bottom: var(--dl-layout-space-oneandhalfunits);
}
 
.home-bullet-points2 {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.home-point12 {
  display: flex;
  align-items: center;
  margin-bottom: var(--dl-layout-space-halfunit);
  flex-direction: row;
}
 
.home-icon16 {
  fill: #5228F5;
  width: 8px;
  height: 8px;
}
 
.home-text63 {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  margin-left: var(--dl-layout-space-halfunit);
}
 
.home-point13 {
  display: flex;
  align-items: center;
  margin-bottom: var(--dl-layout-space-halfunit);
  flex-direction: row;
}
 
.home-icon18 {
  fill: #5228F5;
  width: 8px;
  height: 8px;
}
 
.home-text64 {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  margin-left: var(--dl-layout-space-halfunit);
}
 
.home-point14 {
  display: flex;
  align-items: center;
  margin-bottom: var(--dl-layout-space-halfunit);
  flex-direction: row;
}
 
.home-icon20 {
  fill: #5228F5;
  width: 8px;
  height: 8px;
}
 
.home-text65 {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  margin-left: var(--dl-layout-space-halfunit);
}
 
.home-point15 {
  display: flex;
  align-items: center;
  margin-bottom: var(--dl-layout-space-halfunit);
  flex-direction: row;
}
 
.home-icon22 {
  fill: #5228F5;
  width: 8px;
  height: 8px;
}
 
.home-text66 {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  margin-left: var(--dl-layout-space-halfunit);
}
 
.home-card3 {
  flex: 1;
  height: 100%;
  display: flex;
  align-items: flex-start;
  padding-top: var(--dl-layout-space-fiveunits);
  padding-left: 40px;
  border-radius: 50px;
  padding-right: 40px;
  flex-direction: column;
  padding-bottom: var(--dl-layout-space-fiveunits);
  justify-content: flex-start;
  background-color: #000000;
}
 
.home-text67 {
  color: rgb(255, 255, 255);
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: var(--dl-layout-space-oneandhalfunits);
}
 
.home-text70 {
  color: rgb(255, 255, 255);
  line-height: 24px;
  margin-bottom: var(--dl-layout-space-fourunits);
}
 
.home-link4 {
  display: contents;
}
 
.home-get-started8 {
  color: var(--dl-color-gray-black);
  transition: 0.3s;
  text-decoration: none;
  background-color: #ffffff;
}
 
.home-get-started8:hover {
  color: var(--dl-color-gray-white);
  background-color: var(--dl-color-template-blue-bg);
}
 
.home-text73 {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
}
 
.home-text76 {
  color: #ffffff;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 27px;
  margin-bottom: var(--dl-layout-space-oneandhalfunits);
}
 
.home-bullet-points3 {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.home-point16 {
  display: flex;
  align-items: center;
  margin-bottom: var(--dl-layout-space-halfunit);
  flex-direction: row;
}
 
.home-icon24 {
  fill: #5228F5;
  width: 8px;
  height: 8px;
}
 
.home-text77 {
  color: rgb(255, 255, 255);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  margin-left: var(--dl-layout-space-halfunit);
}
 
.home-point17 {
  display: flex;
  align-items: center;
  margin-bottom: var(--dl-layout-space-halfunit);
  flex-direction: row;
}
 
.home-icon26 {
  fill: #5228F5;
  width: 8px;
  height: 8px;
}
 
.home-text78 {
  color: rgb(255, 255, 255);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  margin-left: var(--dl-layout-space-halfunit);
}
 
.home-point18 {
  display: flex;
  align-items: center;
  margin-bottom: var(--dl-layout-space-halfunit);
  flex-direction: row;
}
 
.home-icon28 {
  fill: #5228F5;
  width: 8px;
  height: 8px;
}
 
.home-text79 {
  color: rgb(255, 255, 255);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  margin-left: var(--dl-layout-space-halfunit);
}
 
.home-point19 {
  display: flex;
  align-items: center;
  margin-bottom: var(--dl-layout-space-halfunit);
  flex-direction: row;
}
 
.home-icon30 {
  fill: #5228F5;
  width: 8px;
  height: 8px;
}
 
.home-text80 {
  color: rgb(255, 255, 255);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  margin-left: var(--dl-layout-space-halfunit);
}
 
.home-action-bar {
  width: 100%;
  display: flex;
  padding: 120px;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
 
.home-action {
  width: 100%;
  display: flex;
  max-width: 1200px;
  align-items: flex-end;
  border-radius: 50px;
  flex-direction: row;
  justify-content: space-between;
  background-color: #5228F5;
}
 
.home-heading3 {
  width: 100%;
  display: flex;
  align-items: flex-start;
  padding-top: var(--dl-layout-space-sevenunits);
  padding-left: var(--dl-layout-space-sevenunits);
  flex-direction: column;
  padding-bottom: var(--dl-layout-space-sevenunits);
}
 
.home-text81 {
  color: var(--dl-color-gray-white);
  text-align: left;
}
 
.home-navlink6 {
  display: contents;
}
 
.home-get-started9 {
  margin-bottom: 0px;
  text-decoration: none;
}
 
.home-text82 {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
}
 
.home-images {
  display: flex;
  align-items: flex-end;
  flex-direction: row;
  justify-content: space-between;
}
 
.home-image2 {
  width: 100%;
  object-fit: cover;
  user-select: none;
}
 
.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-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-text85 {
  color: rgb(104, 104, 104);
  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-links2 {
    display: none;
  }
  .home-get-started1 {
    display: none;
  }
  .home-mobile-menu-button {
    display: flex;
  }
  .home-content {
    width: 100%;
    max-width: 1200px;
  }
  .home-image1 {
    width: 100%;
  }
  .home-features {
    padding-top: 260px;
  }
  .home-title {
    width: 100%;
    max-width: 1200px;
  }
  .home-text19 {
    font-size: 36px;
    line-height: 40px;
  }
  .home-text20 {
    font-size: 20px;
    margin-top: var(--dl-layout-space-unit);
    line-height: 30px;
  }
  .home-cards1 {
    margin-top: var(--dl-layout-space-fiveunits);
  }
  .home-text22 {
    line-height: 21px;
  }
  .home-text24 {
    line-height: 21px;
  }
  .home-text26 {
    line-height: 21px;
  }
  .home-text27 {
    font-size: 24px;
  }
  .home-text28 {
    line-height: 21px;
  }
  .home-quote-container {
    padding-top: var(--dl-layout-space-sevenunits);
    padding-bottom: var(--dl-layout-space-sevenunits);
  }
  .home-message {
    width: 100%;
    max-width: 800px;
  }
  .home-author {
    width: 100%;
    max-width: 800px;
  }
  .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-image1 {
    width: 360px;
  }
  .home-banner-advanced-analytics {
    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-category3 {
    padding-left: 0px;
    margin-bottom: var(--dl-layout-space-threeunits);
    flex-direction: column;
  }
  .home-headng1 {
    margin-left: var(--dl-layout-space-fourunits);
  }
  .home-container8 {
    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-text47 {
    width: 100%;
    max-width: 600px;
  }
  .home-cards2 {
    display: flex;
    flex-direction: column;
  }
  .home-card1 {
    width: 100%;
    align-items: flex-start;
    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-text51 {
    font-size: 16px;
    margin-bottom: var(--dl-layout-space-twounits);
  }
  .home-text53 {
    font-size: 16px;
  }
  .home-card2 {
    width: 100%;
    align-items: flex-start;
  }
  .home-card3 {
    width: 100%;
    align-items: flex-start;
  }
  .home-action {
    flex-direction: column;
  }
  .home-heading3 {
    padding-top: var(--dl-layout-space-fourunits);
    padding-left: var(--dl-layout-space-threeunits);
    padding-right: var(--dl-layout-space-threeunits);
    padding-bottom: var(--dl-layout-space-oneandhalfunits);
  }
  .home-text81 {
    font-size: 36px;
    line-height: 36px;
  }
  .home-footer {
    padding: var(--dl-layout-space-sixunits);
  }
  .home-text85 {
    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-right1 {
    margin-right: var(--dl-layout-space-unit);
  }
  .home-get-started1 {
    display: none;
  }
  .home-content {
    height: 100%;
    margin-top: var(--dl-layout-space-fourunits);
    justify-content: center;
  }
  .home-text15 {
    color: rgb(255, 255, 255);
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
  }
  .home-get-started2 {
    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-image1 {
    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-text21 {
    font-size: 24px;
  }
  .home-text22 {
    font-size: 14px;
  }
  .home-publish {
    margin-left: 0px;
  }
  .home-text23 {
    font-size: 24px;
  }
  .home-text24 {
    font-size: 14px;
  }
  .home-container5 {
    gap: var(--dl-layout-space-oneandhalfunits);
    flex-direction: column;
  }
  .home-analyze {
    margin-right: 0px;
  }
  .home-text25 {
    font-size: 24px;
  }
  .home-text26 {
    font-size: 14px;
  }
  .home-text28 {
    font-size: 14px;
  }
  .home-quote-container {
    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-message {
    font-size: 24px;
    line-height: 31px;
  }
  .home-author {
    width: 100%;
  }
  .home-avatar {
    width: 40px;
    height: 40px;
  }
  .home-quote2 {
    font-size: 14px;
    max-width: 800px;
  }
  .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-text29 {
    margin-bottom: var(--dl-layout-space-unit);
  }
  .home-text30 {
    line-height: 24px;
    margin-bottom: var(--dl-layout-space-twounits);
  }
  .home-text31 {
    font-size: 16px;
  }
  .home-image-container1 {
    justify-content: center;
  }
  .home-cards-image1 {
    margin-top: var(--dl-layout-space-threeunits);
  }
  .home-banner-advanced-analytics {
    padding-bottom: var(--dl-layout-space-threeunits);
  }
  .home-centered-container1 {
    flex-direction: column-reverse;
  }
  .home-right2 {
    margin-left: 0px;
  }
  .home-text32 {
    font-size: 28px;
    text-align: left;
    line-height: 26px;
    margin-bottom: var(--dl-layout-space-twounits);
  }
  .home-text33 {
    font-size: 20px;
  }
  .home-text34 {
    line-height: 24px;
    margin-bottom: var(--dl-layout-space-unit);
  }
  .home-text35 {
    font-size: 20px;
  }
  .home-text36 {
    line-height: 24px;
    margin-bottom: var(--dl-layout-space-unit);
  }
  .home-banner {
    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-container7 {
    flex-direction: column;
  }
  .home-left3 {
    margin-right: 0px;
  }
  .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-heading1 {
    margin-bottom: var(--dl-layout-space-threeunits);
  }
  .home-text41 {
    margin-bottom: 0px;
  }
  .home-headng1 {
    padding-bottom: 0px;
  }
  .home-get-started5 {
    display: none;
  }
  .home-container8 {
    width: 100%;
  }
  .home-row {
    height: auto;
    flex-direction: column;
  }
  .home-pricing {
    width: 100%;
    padding-left: var(--dl-layout-space-fourunits);
    padding-right: var(--dl-layout-space-fourunits);
  }
  .home-card1 {
    padding-bottom: var(--dl-layout-space-twounits);
  }
  .home-text50 {
    font-size: 28px;
  }
  .home-card2 {
    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-threeunits);
  }
  .home-text57 {
    font-size: 28px;
  }
  .home-card3 {
    padding-left: var(--dl-layout-space-oneandhalfunits);
    padding-right: var(--dl-layout-space-oneandhalfunits);
    padding-bottom: var(--dl-layout-space-threeunits);
  }
  .home-text67 {
    font-size: 28px;
  }
  .home-action-bar {
    padding-top: var(--dl-layout-space-fourunits);
    padding-left: var(--dl-layout-space-fourunits);
    padding-right: var(--dl-layout-space-fourunits);
    padding-bottom: var(--dl-layout-space-fourunits);
  }
  .home-action {
    align-items: center;
  }
  .home-heading3 {
    padding-top: var(--dl-layout-space-threeunits);
    padding-left: var(--dl-layout-space-oneandhalfunits);
    padding-right: var(--dl-layout-space-oneandhalfunits);
  }
  .home-text81 {
    font-size: 28px;
    text-align: left;
  }
  .home-text82 {
    color: var(--dl-color-gray-white);
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
  }
  .home-images {
    justify-content: center;
  }
  .home-image2 {
    width: 100%;
  }
  .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-logo {
    margin-left: 0px;
  }
  .home-icon10 {
    align-items: center;
    justify-content: center;
  }
  .home-get-started2 {
    width: 100%;
  }
  .home-dashboard-preview {
    top: 500px;
  }
  .home-features {
    padding-top: 200px;
  }
  .home-cards1 {
    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-text30 {
    line-height: 24px;
  }
  .home-cards-image1 {
    width: 100%;
    margin-top: var(--dl-layout-space-twounits);
  }
  .home-category3 {
    padding-left: var(--dl-layout-space-twounits);
    padding-right: var(--dl-layout-space-twounits);
    flex-direction: column;
  }
  .home-pricing {
    padding-left: var(--dl-layout-space-oneandhalfunits);
    padding-right: var(--dl-layout-space-oneandhalfunits);
  }
  .home-get-started8 {
    background-color: var(--dl-color-gray-white);
  }
  .home-action-bar {
    padding-left: var(--dl-layout-space-oneandhalfunits);
    padding-right: var(--dl-layout-space-oneandhalfunits);
  }
  .home-footer {
    padding-left: var(--dl-layout-space-unit);
    padding-right: var(--dl-layout-space-unit);
  }
}
