/*
 * Home bar & banner area
 */

.text-wrapper {
  display: contents;
}
 
.text-container {
  display: contents;
}
 
.text-text1 {
  fill: var(--dl-color-gray-black);
  color: var(--dl-color-gray-black);
  text-decoration: none;
}
 
.home-fragment10 {
  display: contents;
}
 
.home-text11 {
  display: inline-block;
}

.text1-wrapper {
  display: contents;
}
 
.text1-container {
  display: contents;
}
 
.text1-text1 {
  fill: var(--dl-color-gray-black);
  color: var(--dl-color-gray-black);
  text-decoration: none;
}
 
.home-fragment11 {
  display: contents;
}
 
.home-text13 {
  display: inline-block;
}
 
@media(max-width: 767px) {
  .text1-text1 {
    color: var(--dl-color-gray-black);
    text-decoration: none;
  }
}

/*
 * How It Works section
 */
.how-it-works-wrapper {
  display: contents;
}
 
.how-it-works-how-it-works {
  width: 100%;
  height: auto;

  display: flex;
  position: relative;
  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: 54px;
  background-color: #211062;
}
 
.how-it-works-centered-container {
  width: 100%;
  height: auto;

  display: flex;
  position: relative;
  max-width: 1200px;
  align-items: flex-start;
  margin-bottom: 39px;
  flex-direction: column;
  justify-content: flex-start;
}
 
.how-it-works-heading {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: var(--dl-layout-space-fiveunits);
  flex-direction: column;
  justify-content: flex-start;
}
 
.how-it-works-text10 {
  color: var(--dl-color-gray-white);
  align-self: center;
}
 
.how-it-works-category1 {
  color: white;
  width: 100%;
  height: auto;

  display: flex;
  overflow: hidden;
  align-self: flex-start;
  align-items: flex-start;
  padding-top: var(--dl-layout-space-fourunits);
  padding-left: var(--dl-layout-space-fourunits);
  border-radius: 50px;
  margin-bottom: var(--dl-layout-space-unit);
  flex-direction: row;
  padding-bottom: var(--dl-layout-space-fourunits);
  justify-content: flex-start;
  background-color: #5228F5;
}
 
.how-it-works-headng1 {
  flex: 1;
  height: auto;

  display: flex;
  margin-top: 0px;
  align-items: flex-start;
  padding-top: 0px;
  margin-right: var(--dl-layout-space-fourunits);
  flex-direction: column;
  padding-bottom: 0px;
}
 
.how-it-works-text11 {
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 16px;
}
 
.how-it-works-text12 {
  color: rgb(238, 233, 254);
  line-height: 24px;
  margin-bottom: 40px;
}
 
.how-it-works-get-started {
  color: white;
  cursor: pointer;
  display: flex;
  align-self: center;
  margin-top: 0px;
  transition: 0.3s;
  align-items: flex-start;
  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: row;
  padding-bottom: var(--dl-layout-space-unit);
  justify-content: flex-start;
  background-color: #000000;
}
 
.how-it-works-get-started:hover {
  color: black;
  background-color: #ffffff;
}
 
.how-it-works-link {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
}
 
.how-it-works-container1 {
  flex: 1;
  height: 100%;
  display: flex;
  align-self: flex-end;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
 
.how-it-works-image1 {
  width: 200px;
  height: 206px;
  display: flex;
  align-self: center;
  object-fit: cover;
  align-items: center;
  padding-top: 0px;
  border-radius: 24px;
  padding-bottom: 0px;
  justify-content: center;
}

.how-it-works-category2 {
  color: white;
  width: 100%;
  height: auto;

  display: flex;
  overflow: hidden;
  align-self: flex-start;
  align-items: flex-start;
  padding-top: var(--dl-layout-space-fourunits);
  padding-left: var(--dl-layout-space-fourunits);
  border-radius: 50px;
  margin-bottom: var(--dl-layout-space-unit);
  flex-direction: row;
  padding-bottom: var(--dl-layout-space-fourunits);
  justify-content: flex-start;

  /* Same as how-it-works-category1 but different background color */
  background-color: #000000;
}

.home-fragment13 {
  display: contents;
}
 
.home-text18 {
  display: inline-block;
}
 
.home-fragment12 {
  display: contents;
}
 
.home-text17 {
  display: inline-block;
}
 
.home-fragment14 {
  display: contents;
}
 
.home-text19 {
  display: inline-block;
}
 
.home-fragment19 {
  display: contents;
}
 
.home-text26 {
  display: inline-block;
}

@media(max-width: 991px) {
  .how-it-works-how-it-works {
    height: auto;
  }
  .how-it-works-centered-container {
    height: auto;
  }
  .how-it-works-heading {
    display: flex;
    margin-bottom: 0px;
    margin-top: 0px;
  }
  .how-it-works-text10 {
    color: var(--dl-color-gray-white);
    font-size: 52px;
  }
  .how-it-works-category1 {
    height: auto;
    position: relative;
    padding-left: 0px;
    margin-bottom: var(--dl-layout-space-threeunits);
    flex-direction: column;
  }
  .how-it-works-category2 {
    height: auto;
    position: relative;
    padding-left: 0px;
    margin-bottom: var(--dl-layout-space-threeunits);
    flex-direction: column;
  }
  .how-it-works-headng1 {
    flex: 1;
    width: auto;
    height: auto;

    align-self: flex-start;
    margin-left: var(--dl-layout-space-fourunits);
    padding-top: 0px;
    margin-right: var(--dl-layout-space-fourunits);
    padding-left: var(--dl-layout-space-unit);
    padding-right: var(--dl-layout-space-unit);
    flex-direction: column;
    padding-bottom: 0px;
    justify-content: flex-start;
  }
  .how-it-works-text11 {
    color: rgb(255, 255, 255);
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
  }
  .how-it-works-get-started {
    display: none;
  }
  .how-it-works-container1 {
    width: 100%;
    height: auto;

    display: flex;

    padding-top: 0px;
    padding-bottom: 0px;

    align-self: center;
    margin-top: 0px;
    align-items: flex-start;
    margin-bottom: 0px;
    flex-direction: column;
    justify-content: center;
  }
  .how-it-works-image1 {
    width: 177px;
    height: 175px;
    display: flex;
    align-self: center;
    align-items: flex-start;
    padding-top: 0px;
    margin-right: 0px;
    flex-direction: row;
    padding-bottom: 0px;
    justify-content: space-between;
  }
}
 
@media(max-width: 767px) {
  .how-it-works-how-it-works {
    padding-top: var(--dl-layout-space-twounits);
    padding-left: var(--dl-layout-space-oneandhalfunits);
    padding-right: var(--dl-layout-space-oneandhalfunits);
    padding-bottom: var(--dl-layout-space-twounits);
    height: auto;
  }
  .how-it-works-centered-container {
    height: auto;
  }
  .how-it-works-heading {
    display: flex;
    margin-bottom: 0px;
    margin-top: 0px;

  }
  .how-it-works-text10 {
    color: var(--dl-color-gray-white);
    font-size: 28px;
  }
  .how-it-works-category1 {
    height: auto;
    /*position: relative;*/
    margin-top: var(--dl-layout-space-unit);
    margin-bottom: var(--dl-layout-space-unit);
    flex-direction: column;
  }
  .how-it-works-category2 {
    height: auto;
  }
  .how-it-works-headng1 {
    flex: 1;
    width: auto;
    height: auto;

    /*align-items: flex-start;*/
    /*align-self: flex-start;*/
    margin-left: var(--dl-layout-space-unit);
    padding-top: 0px;
    margin-right: var(--dl-layout-space-unit);
    padding-left: var(--dl-layout-space-unit);
    padding-right: var(--dl-layout-space-unit);
    flex-direction: column;
    padding-bottom: 0px;
    /*justify-content: flex-start;*/
  }
  .how-it-works-text11 {
    color: rbg(255, 255, 255);

    font-size: 24px;
    font-style: normal;
    font-weight: 700;
  }
  .how-it-works-text12 {
    color: rgb(238, 233, 254);
    line-height: 24px;
  }
  .how-it-works-get-started {
    height: 49px;
    align-self: center;
    margin-top: var(--dl-layout-space-twounits);
    justify-content: center;
    margin-bottom: var(--dl-layout-space-fourunits);
  }
  .how-it-works-container1 {
    width: 100%;
    height: auto;
    align-items: center;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .how-it-works-image1 {
    width: 134px;
    height: 128px;
    display: flex;
    align-items: flex-start;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

/*
 * Pricing section
 */
.pricing-wrapper {
  display: contents;
}
 
.pricing-pricing {
  width: 100%;
  display: flex;
  position: relative;
  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;
}
 
.pricing-centered-container {
  width: 100%;
  display: flex;
  max-width: 1200px;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
 
.pricing-heading {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
 
.pricing-text10 {
  color: var(--dl-color-gray-white);
  text-align: center;
}
 
.pricing-text11 {
  color: rgb(238, 233, 254);
  width: 600px;
  text-align: center;
  margin-bottom: var(--dl-layout-space-twounits);
  line-height: 24px;
}
 
.pricing-cards {
  width: 100%;
  display: grid;
  grid-gap: var(--dl-layout-space-twounits);
  position: relative;
  align-self: center;
  margin-top: var(--dl-layout-space-fiveunits);
  place-items: center;
  grid-template-columns: 1fr 1fr;
}
 
.pricing-card1 {
  width: 346px;
  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;
}
 
.pricing-text12 {
  font-size: 32px;
  align-self: center;
  font-style: normal;
  text-align: center;
  font-weight: 700;
  margin-bottom: var(--dl-layout-space-oneandhalfunits);
}
 
.pricing-text13 {
  color: rgb(0, 0, 0);
  align-self: center;
  text-align: left;
  line-height: 24px;
  margin-bottom: var(--dl-layout-space-fourunits);
}
 
.pricing-get-started1 {
  align-self: center;
  transition: 0.3s;
}
 
.pricing-get-started1:hover {
  color: var(--dl-color-gray-white);
  background-color: var(--dl-color-template-blue-bg);
}
 
.pricing-link1 {
  font-size: 18px;
  align-self: center;
  font-style: normal;
  text-align: center;
  font-weight: 600;
  text-decoration: none;
}
 
.pricing-text14 {
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 27px;
  margin-bottom: var(--dl-layout-space-oneandhalfunits);
}
 
.pricing-bullet-points1 {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.pricing-point10 {
  display: flex;
  align-items: center;
  margin-bottom: var(--dl-layout-space-halfunit);
  flex-direction: row;
}
 
.pricing-icon10 {
  fill: #5228F5;
  width: 8px;
  height: 8px;
}
 
.pricing-text15 {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  margin-left: var(--dl-layout-space-halfunit);
}
 
.pricing-point11 {
  display: flex;
  align-items: center;
  margin-bottom: var(--dl-layout-space-halfunit);
  flex-direction: row;
}
 
.pricing-icon12 {
  fill: #5228F5;
  width: 8px;
  height: 8px;
}
 
.pricing-text16 {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  margin-left: var(--dl-layout-space-halfunit);
}
 
.pricing-point12 {
  display: flex;
  align-items: center;
  margin-bottom: var(--dl-layout-space-halfunit);
  flex-direction: row;
}
 
.pricing-icon14 {
  fill: #5228F5;
  width: 8px;
  height: 8px;
  align-self: center;
}
 
.pricing-text17 {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  margin-left: var(--dl-layout-space-halfunit);
}
 
.pricing-point13 {
  display: flex;
  align-items: center;
  margin-bottom: var(--dl-layout-space-halfunit);
  flex-direction: row;
}
 
.pricing-icon16 {
  fill: #5228F5;
  width: 8px;
  height: 8px;
  align-self: center;
}
 
.pricing-text18 {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  margin-left: var(--dl-layout-space-halfunit);
}
 
.pricing-point14 {
  display: flex;
  align-items: center;
  margin-bottom: var(--dl-layout-space-halfunit);
  flex-direction: row;
}
 
.pricing-icon18 {
  fill: #5228F5;
  width: 8px;
  height: 8px;
  align-self: center;
}
 
.pricing-text19 {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  margin-left: var(--dl-layout-space-halfunit);
}
 
.pricing-card2 {
  right: 2px;
  width: 346px;
  bottom: -2px;
  height: 100%;
  display: flex;
  position: relative;
  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;
}
 
.pricing-text20 {
  font-size: 32px;
  align-self: center;
  font-style: normal;
  text-align: center;
  font-weight: 700;
  margin-bottom: var(--dl-layout-space-oneandhalfunits);
}
 
.pricing-text21 {
  color: rgb(0, 0, 0);
  line-height: 24px;
  margin-bottom: var(--dl-layout-space-fourunits);
}
 
.pricing-get-started2 {
  align-self: center;
  transition: 0.3s;
}
 
.pricing-get-started2:hover {
  color: var(--dl-color-gray-white);
  background-color: var(--dl-color-template-blue-bg);
}
 
.pricing-link2 {
  font-size: 18px;
  font-style: normal;
  text-align: center;
  font-weight: 600;
  text-decoration: none;
}
 
.pricing-text22 {
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 27px;
  margin-bottom: var(--dl-layout-space-oneandhalfunits);
}
 
.pricing-bullet-points2 {
  height: 186px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.pricing-point15 {
  display: flex;
  align-items: center;
  margin-bottom: var(--dl-layout-space-halfunit);
  flex-direction: row;
}
 
.pricing-icon20 {
  fill: #5228F5;
  width: 8px;
  height: 8px;
}
 
.pricing-container {
  display: flex;
  align-items: center;
  flex-direction: row;
}
 
.pricing-text23 {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  margin-left: var(--dl-layout-space-halfunit);
}
 
.pricing-point16 {
  display: flex;
  align-self: flex-start;
  align-items: center;
  margin-bottom: var(--dl-layout-space-halfunit);
  flex-direction: row;
}
 
.pricing-icon22 {
  fill: #5228F5;
  width: 8px;
  height: 8px;
  align-self: center;
}
 
.pricing-text24 {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  margin-left: var(--dl-layout-space-halfunit);
}
 
.pricing-point17 {
  display: flex;
  align-self: flex-start;
  align-items: center;
  margin-bottom: var(--dl-layout-space-halfunit);
  flex-direction: row;
}
 
.pricing-icon24 {
  fill: #5228F5;
  width: 8px;
  height: 8px;
  align-self: center;
}
 
.pricing-text25 {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  margin-left: var(--dl-layout-space-halfunit);
}
 
.pricing-point18 {
  display: flex;
  align-items: flex-start;
  margin-bottom: var(--dl-layout-space-halfunit);
  flex-direction: row;
}
 
.pricing-icon26 {
  fill: #5228F5;
  width: 8px;
  height: 8px;
  align-self: center;
}
 
.pricing-text26 {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  margin-left: var(--dl-layout-space-halfunit);
}
 
.pricing-point19 {
  display: flex;
  align-items: center;
  margin-bottom: var(--dl-layout-space-halfunit);
  flex-direction: row;
}
 
.pricing-icon28 {
  fill: #5228F5;
  width: 8px;
  height: 8px;
}
 
.pricing-text27 {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  margin-left: var(--dl-layout-space-halfunit);
}
 
.home-fragment28 {
  display: contents;
}
 
.home-text35 {
  display: inline-block;
}
 
.home-fragment23 {
  display: contents;
}
 
.home-text30 {
  display: inline-block;
}
 
.home-fragment20 {
  display: contents;
}
 
.home-text27 {
  display: inline-block;
}
 
.home-fragment37 {
  display: contents;
}
 
.home-text45 {
  display: inline-block;
}
 
.home-fragment26 {
  display: contents;
}
 
.home-text33 {
  display: inline-block;
}
 
.home-fragment35 {
  display: contents;
}
 
.home-text43 {
  display: inline-block;
}
 
.home-fragment24 {
  display: contents;
}
 
.home-text31 {
  display: inline-block;
}
 
.home-fragment27 {
  display: contents;
}
 
.home-text34 {
  display: inline-block;
}
 
.home-fragment25 {
  display: contents;
}
 
.home-text32 {
  display: inline-block;
}
 
.home-fragment31 {
  display: contents;
}
 
.home-text39 {
  display: inline-block;
}
 
.home-fragment38 {
  display: contents;
}
 
.home-text46 {
  display: inline-block;
}
 
.home-fragment22 {
  display: contents;
}
 
.home-text29 {
  display: inline-block;
}
 
.home-fragment32 {
  display: contents;
}
 
.home-text40 {
  display: inline-block;
}
 
.home-fragment33 {
  display: contents;
}
 
.home-text41 {
  display: inline-block;
}
 
.home-fragment36 {
  display: contents;
}
 
.home-text44 {
  display: inline-block;
}
 
.home-fragment34 {
  display: contents;
}
 
.home-text42 {
  display: inline-block;
}
 
.home-fragment29 {
  display: contents;
}
 
.home-link5 {
  display: inline-block;
  font-size: 18px;
  font-style: normal;
  text-align: center;
  font-weight: 600;
  text-decoration: none;
}
 
.home-fragment39 {
  display: contents;
}
 
.home-text47 {
  display: inline-block;
}
 
.home-fragment21 {
  display: contents;
}
 
.home-text28 {
  display: inline-block;
}
 
.home-fragment30 {
  display: contents;
}
 
.home-text38 {
  display: inline-block;
}
 
@media(max-width: 991px) {
  .pricing-text10 {
    color: var(--dl-color-gray-white);
    font-size: 52px;
  }
  .pricing-text11 {
    width: 100%;
    max-width: 600px;
  }
  .pricing-cards {
    display: flex;
    flex-direction: column;
  }
  .pricing-card1 {
    width: 100%;
    align-items: flex-start;
    padding-top: var(--dl-layout-space-fourunits);
    padding-left: var(--dl-layout-space-threeunits);
    padding-right: var(--dl-layout-space-threeunits);
    padding-bottom: var(--dl-layout-space-fourunits);
  }
  .pricing-text13 {
    color: rgb(0, 0, 0);
    font-size: 16px;
    line-height: 24px;
    margin-bottom: var(--dl-layout-space-twounits);
  }
  .pricing-text14 {
    font-size: 16px;
  }
  .pricing-card2 {
    width: 100%;
    align-items: flex-start;
    padding-top: var(--dl-layout-space-fourunits);
    padding-left: var(--dl-layout-space-threeunits);
    padding-right: var(--dl-layout-space-threeunits);
    padding-bottom: var(--dl-layout-space-fourunits);
  }
}
 
@media(max-width: 767px) {
  .pricing-pricing {
    width: 100%;
    padding-left: var(--dl-layout-space-oneandhalfunits);
    padding-right: var(--dl-layout-space-oneandhalfunits);
  }
  .pricing-text10 {
    color: var(--dl-color-gray-white);
    font-size: 28px;
  }
  .pricing-text11 {
    width: 100%;
    line-height: 24px;
  }
  .pricing-card1 {
    padding-bottom: var(--dl-layout-space-twounits);
  }
  .pricing-text12 {
    font-size: 24px;
  }
  .pricing-card2 {
    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-twounits);
  }
  .pricing-text20 {
    font-size: 24px;
  }
}

/*
 * Home banner section (at top of page) + links / text in page
 */
.home-container1 {
  width: 100%;
  display: flex;
  overflow: auto;
  min-height: 100vh;
  overflow-x: hidden;
  flex-direction: column;
  background-color: #5228F5;
}
 
.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);
  border-radius: var(--dl-layout-radius-radius8);
  padding-right: var(--dl-layout-space-sevenunits);
  padding-bottom: var(--dl-layout-space-fourunits);
  flex-direction: column;
  background-color: #5228F5;
}

.home-hero-blog {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  padding-top: var(--dl-layout-space-oneandhalfunits);
  padding-left: var(--dl-layout-space-sevenunits);
  border-radius: var(--dl-layout-radius-radius8);
  padding-right: var(--dl-layout-space-sevenunits);
  padding-bottom: var(--dl-layout-space-fourunits);
  flex-direction: column;
  background-color: #5228F5;
}
 
.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;
  transform: translateX(100%);
  transition: transform 0.3s;

  /*height: 100vh;*/
  height: auto;
  padding-bottom: var(--dl-layout-space-twounits);

  display: flex;
  z-index: 150;
  position: fixed;
  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-text10 {
  font-size: 28px;
  font-style: normal;
  font-weight: 800;
}
 
.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-fragment10 {
  display: contents;
}
 
.home-text11 {
  display: inline-block;
}
 
.home-fragment11 {
  display: contents;
}
 
.home-text13 {
  display: inline-block;
}
 
.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-left {
  height: 100%;
  display: flex;
  align-items: center;
  padding-top: 38px;
  flex-direction: row;
  padding-bottom: 38px;
}
 
.home-text14 {
  font-size: 28px;
  font-style: normal;
  font-weight: 800;
}
 
.home-links2 {
  display: flex;
  align-items: center;
  margin-left: 33px;
  flex-direction: row;
}
 
.home-link1 {
  text-decoration: none;
}
 
.home-link2 {
  text-decoration: none;
}
 
.home-right {
  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-link3 {
  color: #ffffff;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
}
 
.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 {
  height: 379px;
  display: flex;
  margin-top: 140px;
  align-items: center;
  flex-direction: column;
}
 
.home-text15 {
  color: rgb(255, 255, 255);
  font-size: 58px;
  font-style: normal;
  text-align: center;
  font-weight: 700;
  line-height: 80px;
}
 
.home-text16 {
  color: #EEE9FE;
  font-size: 20px;
  max-width: 800px;
  margin-top: 16px;
  text-align: center;
  line-height: 30px;
}
 
.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);
  background-color: #000000;
}
 
.home-get-started2:hover {
  color: black;
  background-color: #ffffff;
}
 
.home-link4 {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
}
 
.home-image1 {
  width: 907px;
  height: 278px;
  object-fit: cover;
  border-radius: 70px;
  border-top-left-radius: 70px;
}
 
.home-fragment12 {
  display: contents;
}
 
.home-text17 {
  display: inline-block;
}
 
.home-fragment13 {
  display: contents;
}
 
.home-text18 {
  display: inline-block;
}
 
.home-fragment14 {
  display: contents;
}
 
.home-text19 {
  display: inline-block;
}
 
.home-fragment15 {
  display: contents;
}
 
.home-text20 {
  color: rgb(0, 0, 0);
  display: inline-block;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 16px;
}
 
.home-fragment16 {
  display: contents;
}
 
.home-text23 {
  display: inline-block;
}
 
.home-fragment17 {
  display: contents;
}
 
.home-text24 {
  display: inline-block;
}
 
.home-fragment18 {
  display: contents;
}
 
.home-text25 {
  display: inline-block;
}
 
.home-fragment19 {
  display: contents;
}
 
.home-text26 {
  display: inline-block;
}
 
.home-fragment20 {
  display: contents;
}
 
.home-text27 {
  display: inline-block;
}
 
.home-fragment21 {
  display: contents;
}
 
.home-text28 {
  display: inline-block;
}
 
.home-fragment22 {
  display: contents;
}
 
.home-text29 {
  display: inline-block;
}
 
.home-fragment23 {
  display: contents;
}
 
.home-text30 {
  display: inline-block;
}
 
.home-fragment24 {
  display: contents;
}
 
.home-text31 {
  display: inline-block;
}
 
.home-fragment25 {
  display: contents;
}
 
.home-text32 {
  display: inline-block;
}
 
.home-fragment26 {
  display: contents;
}
 
.home-text33 {
  display: inline-block;
}
 
.home-fragment27 {
  display: contents;
}
 
.home-text34 {
  display: inline-block;
}
 
.home-fragment28 {
  display: contents;
}
 
.home-text35 {
  display: inline-block;
}
 
.home-fragment29 {
  display: contents;
}
 
.home-link5 {
  display: inline-block;
  font-size: 18px;
  font-style: normal;
  text-align: center;
  font-weight: 600;
  text-decoration: none;
}
 
.home-fragment30 {
  display: contents;
}
 
.home-text38 {
  display: inline-block;
}
 
.home-fragment31 {
  display: contents;
}
 
.home-text39 {
  display: inline-block;
}
 
.home-fragment32 {
  display: contents;
}
 
.home-text40 {
  display: inline-block;
}
 
.home-fragment33 {
  display: contents;
}
 
.home-text41 {
  display: inline-block;
}
 
.home-fragment34 {
  display: contents;
}
 
.home-text42 {
  display: inline-block;
}
 
.home-fragment35 {
  display: contents;
}
 
.home-text43 {
  display: inline-block;
}
 
.home-fragment36 {
  display: contents;
}
 
.home-text44 {
  display: inline-block;
}
 
.home-fragment37 {
  display: contents;
}
 
.home-text45 {
  display: inline-block;
}
 
.home-fragment38 {
  display: contents;
}
 
.home-text46 {
  display: inline-block;
}
 
.home-fragment39 {
  display: contents;
}
 
.home-text47 {
  display: inline-block;
}

/*
 * Blog section
 */
.home-action-blogbar {
  width: 100%;
  display: flex;
  padding: 120px;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background-color: #171717;
}

.home-action-blog {
  width: 100%;
  display: flex;
  max-width: 1200px;
  align-items: flex-end;
  border-radius: 50px;
  flex-direction: row;
  justify-content: space-between;
  background-color: #171717;
}

.home-heading-blog {
  width: 100%;
  display: flex;
  align-items: flex-start;
  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: #ffffff;
  border-radius: 50px;
}

.home-text48-blog {
  color: #000000;
}

.home-text49-blog {
  color: #000000;
  line-height: 24px;
  margin-bottom: var(--dl-layout-space-threeunits);
  width: 100%;
}

.chart-container {
  width: 100%;
  padding-left: 20px;
  margin-left: 20px;
  padding-right: 20px;
  margin-right: 20px;
}

.carousel-wrapper {
  width: 100%;
  position: relative;
  justify-content: center;
  align-items: center;
}


.carousel-wrapper i {
  height: 50px;
  width: 50px;
  background: rgb(118, 233, 118);
  text-align: center;
  line-height: 50px;
  border-radius: 50%;

  /* For > 1 blog article: Enable slider arrows */
  cursor: pointer;
  /* For 2 blog articles, don't show slider arrows on large screen */
  display: none;

  position: absolute;

  /* Position of slider arrows */
  top: 35%;

  font-size: 1.25 rem;
  transform: translateY(-50%);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.23);
}

.carousel-wrapper i:first-child {
  /* Position of slider arrow */
  left: -33px;
}

.carousel-wrapper i:last-child {
  /* Position of slider arrow */
  right: -33px;
}


.carousel-wrapper .carousel {
  display: grid;
  grid-auto-flow: column;

  /* For 3+ blog articles */
  grid-auto-columns: calc((100% / 3) - 12px);
  gap: 16px;

  /* For 2 blog articles */
  /*
  grid-auto-columns: calc((100% / 2) - 9px);
  gap: 16px;
  */

  /* For 1 blog article */
  /*grid-auto-columns: 100%;*/

  width: 100%;

  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: 0;

  align-items: start;
  justify-items: center;
}

.carousel::-webkit-scrollbar {
  display: none;
}

.carousel :where(.carousel-card, .carousel-img) {
  display: flex;
  align-items: center;
  justify-content: center;
}

.carousel.no-transition {
  scroll-behavior: auto;
}

.carousel .carousel-card {
  scroll-snap-align: start;
  height: auto;
  list-style: none;
  background: #fff;
  border-radius: 8px;

  display: flex;
  width: 98%;

  /*padding-bottom: 15px;*/
  padding-top: 0px;
  padding-bottom: 0px;

  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.carousel-card .carousel-img {
  background: #5228F5;

  /* For only 1 blog article */
  /*width: 175px;
  height: 175px;*/

  /* For > 1 blog article */
  width: 145px;
  height: 145px;

  border-radius: 50%;
  cursor: pointer;
}

.carousel-card .carousel-img img {
  /* For only 1 blog article */
  /*width: 170px;
  height: 170px;*/

  /* For > 1 blog article */
  width: 140px;
  height: 140px;

  object-fit: cover;
  border-radius: 50%;
  border: 4px solid #fff;
}

.carousel-card h3 {
  font-weight: 500;
  font-size: 14px;
  margin: 30px 0 5px;
  text-align: center;
}

.carousel-card-date {
  font-size: 12px;
  color: #5228F5;
  text-align: center;
}

.carousel-card span {
  color: #6a6d78;
  font-size: 12px;
}

/*
 * Coming Soon section
 */
.home-action-bar {
  width: 100%;
  display: flex;
  padding: 120px;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background-color: #211062;
}
 
.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-heading {
  width: 100%;
  display: flex;
  align-items: flex-start;
  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);
}
 
.home-text48 {
  color: var(--dl-color-gray-white);
  text-align: left;
}
 
.home-text49 {
  color: #EEE9FE;
  line-height: 24px;
  margin-bottom: var(--dl-layout-space-threeunits);
}
 
.home-container4 {
  flex: 0 0 auto;
  width: auto;
  height: auto;
  display: flex;
  align-self: center;
  align-items: flex-start;
  justify-content: flex-start;
}
 
.home-image2 {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 24px;
}

/*
 * Blog page
 */
.home-blog-bar {
  width: 100%;
  display: flex;
  padding: 50px;
  margin-top: 50px;
  /*align-items: center;*/
  flex-direction: column;
  justify-content: center;
  background-color: #ffffff; /*#211062;*/
  border-radius: 24px;
}

.home-blog {
  width: 100%;
  display: flex;
  padding: 0px;
  margin-top: 0px;
  align-items: flex-end;
  flex-direction: row;
}

.home-blog-heading {
  padding-top: var(--dl-layout-space-oneunit);
  padding-left: var(--dl-layout-space-oneunit);
  padding-right: var(--dl-layout-space-oneunit);
  padding-bottom: var(--dl-layout-space-oneunit);
  line-height: 26px;
}

.home-blog-date {
  color: var(--dl-color-gray-500);
  font-size: 14px;
  line-height: 42px;
}

.home-blog-post-title {
  color: #000000;
  font-size: 32px;
  font-weight: 700;
  text-align: left;
  line-height: 42px;
}

@media(max-width: 991px) {
 .home-blog-post-title {
    font-size: 24px;
    line-height: 36px;
  }
  .home-blog-date {
    font-size: 14px;
    line-height: 36px;
  }
  .home-blog-heading {
    line-height: 24px;
  }
}

@media(max-width: 767px) {
  .home-blog-bar {
    width: 100%;
    display: flex;
    padding: 20px;
    margin-top: 20px;
  }
  .home-blog-post-title {
    font-size: 20px;
    line-height: 36px;
  }
  .home-blog-date {
    font-size: 12px;
    line-height: 36px;
  }
  .home-blog-heading {
    font-size: 14px;
    line-height: 24px;
  }
}

/*
 * Footer section
 */

.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-row {
  width: 998px;
  display: flex;
  grid-gap: var(--dl-layout-space-threeunits);
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
 
.home-category1 {
  color: white;
  width: 481px;
  height: 121px;
  display: flex;
  overflow: hidden;
  align-items: center;
  border-radius: 50px;
  flex-direction: column;
  justify-content: center;
  background-color: #000000;
}
 
.home-text50 {
  color: rgb(255, 255, 255);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: var(--dl-layout-space-unit);
}
 
.home-link6 {
  color: rgb(196, 196, 196);
  font-size: 14px;
  text-decoration: underline;
}
 
.home-category2 {
  color: white;
  width: 481px;
  height: 121px;
  display: flex;
  overflow: hidden;
  align-items: center;
  border-radius: 50px;
  flex-direction: column;
  justify-content: center;
  background-color: #000000;
}
 
.home-text51 {
  color: rgb(196, 196, 196);
  font-size: 14px;
}
 
.home-text52 {
  color: rgb(196, 196, 196);
  font-size: 14px;
}
 
.home-category3 {
  color: white;
  width: 481px;
  height: 121px;
  display: flex;
  overflow: hidden;
  align-items: center;
  border-radius: 50px;
  flex-direction: column;
  justify-content: center;
  background-color: #000000;
}
 
.home-text53 {
  color: rgb(255, 255, 255);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: var(--dl-layout-space-unit);
}
 
.home-text54 {
  color: rgb(196, 196, 196);
  font-size: 14px;
}
 
.home-link7 {
  display: contents;
}
 
.home-container5 {
  right: 50px;
  border: 1px solid #ffffff5c;
  bottom: 30px;
  display: flex;
  z-index: 22;
  position: fixed;
  box-shadow: 5px 5px 10px 0px rgba(31, 31, 31, 0.4);
  min-height: auto;
  align-items: center;
  padding-top: 8px;
  padding-left: 12px;
  border-radius: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  backdrop-filter: blur(6px);
  background-color: rgba(41, 41, 41, 0.41);
}
 
.home-icon3 {
  width: 24px;
  margin-right: 4px;
}
 
.home-text55 {
  color: white;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
 
@media(max-width: 991px) {
  .carousel-wrapper .carousel {
    /* For 2+ blog articles */
    grid-auto-columns: calc((100% / 2) - 9px);

    /* For 1 blog article */
    /*grid-auto-columns: 100%;*/
  }
  .home-hero  {
    width: 100%;
    height: 997px;
    padding-left: var(--dl-layout-space-oneandhalfunits);
    padding-right: var(--dl-layout-space-oneandhalfunits);
    padding-bottom: var(--dl-layout-space-fourunits);
  }
  .home-hero-blog {
    width: 100%;
    height: auto;
    padding-left: var(--dl-layout-space-oneandhalfunits);
    padding-right: var(--dl-layout-space-oneandhalfunits);
    padding-bottom: var(--dl-layout-space-fourunits);
  }
  .home-text10 {
    font-size: 16px;
  }
  .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-left {
    margin-left: var(--dl-layout-space-halfunit);
  }
  .home-text14 {
    font-size: 24px;
  }
  .home-links2 {
    display: none;
  }
  .home-get-started1 {
    display: none;
  }
  .home-mobile-menu-button {
    display: flex;
  }
  .home-content {
    width: 100%;
    height: 370px;
    max-width: 1200px;
  }
  .home-text15 {
    color: rgb(255, 255, 255);
    font-size: 52px;
    font-style: normal;
    font-weight: 700;
    line-height: 80px;
  }
  .home-text16 {
    color: rgb(238, 233, 254);
    font-size: 20px;
    max-width: 700px;
    line-height: 30px;
  }
  .home-image1 {
    width: 789px;
    height: 297px;
  }
  .home-text20 {
    color: rgb(0, 0, 0);
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
  }
  .home-action-blog {
    flex-direction: column;
  }
  .home-action {
    flex-direction: column;
  }
  .home-heading-blog {
    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-heading {
    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-text48-blog {
    color: #000000;
    font-size: 52px;
    margin-bottom: var(--dl-layout-space-twounits);
  }
  .home-text48 {
    color: var(--dl-color-gray-white);
    font-size: 52px;
    margin-bottom: var(--dl-layout-space-twounits);
  }
  .home-footer {
    height: 317px;
    padding: var(--dl-layout-space-sixunits);
    padding-left: 96px;
    padding-bottom: 96px;
  }
  .home-row {
    width: 100%;
  }
  .home-category1 {
    width: 100%;
    height: 149px;
    align-items: flex-start;
    margin-bottom: 0px;
    flex-direction: column;
    justify-content: center;
    background-color: #000000;
  }
  .home-text50 {
    color: rgb(255, 255, 255);
    font-size: 20px;
    align-self: center;
    font-style: normal;
    font-weight: 700;
    margin-bottom: var(--dl-layout-space-unit);
  }
  .home-link6 {
    align-self: center;
    text-decoration: underline none;
  }
  .home-category2 {
    width: 100%;
    height: 149px;
    align-items: flex-start;
    margin-bottom: 0px;
    flex-direction: column;
    justify-content: center;
    background-color: #000000;
  }
  .home-text51 {
    align-self: center;
    text-decoration: underline none;
  }
  .home-text52 {
    color: rgb(196, 196, 196);
    font-size: 14px;
    align-self: center;
    text-decoration: underline none;
  }
  .home-category3 {
    width: 100%;
    height: 149px;
    align-items: center;
    margin-bottom: 0px;
    flex-direction: column;
    justify-content: center;
    background-color: #000000;
  }
  .home-text53 {
    color: rgb(255, 255, 255);
    font-size: 20px;
    align-self: center;
    font-style: normal;
    font-weight: 700;
    margin-bottom: var(--dl-layout-space-unit);
  }
  .home-text54 {
    font-size: 10px;
    line-height: 25px;
    margin-bottom: 0px;
  }
}
 
@media(max-width: 767px) {
  .carousel-wrapper .carousel {
    grid-auto-columns: 100%;
  }

  /* For 2 blog articles, show slider arrows */
  .carousel-wrapper i {
    display: block;
  }

  .chart-container {
    font-size: 10px;
    max-width: 100%;
    max-height: auto;
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 0px;
    margin-right: 0px;
  }
  .map-container {
    height: auto;
  }
  .home-hero {
    height: auto;
    position: relative;
    padding-bottom: var(--dl-layout-space-fourunits);
    background-color: var(--dl-color-template-blue-bg);
  }
  .home-hero-blog {
    height: auto;
    position: relative;
    padding-bottom: var(--dl-layout-space-fourunits);
    background-color: var(--dl-color-template-blue-bg);
  }
  .home-text10 {
    font-size: 16px;
  }
  .home-desktop-navigation {
    padding-left: 0px;
    padding-right: 0px;
  }
  .home-centered {
    padding-left: 0px;
    padding-right: 0px;
  }
  .home-left {
    margin-left: var(--dl-layout-space-unit);
  }
  .home-text14 {
    font-size: 20px;
  }
  .home-right {
    margin-right: var(--dl-layout-space-unit);
  }
  .home-get-started1 {
    display: none;
  }
  .home-content {
    height: auto; /*233px;*/
    margin-top: var(--dl-layout-space-fiveunits);
    margin-bottom: var(--dl-layout-space-twounits);
    justify-content: center;
  }
  .home-text15 {
    color: rgb(255, 255, 255);
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
  }
  .home-text16 {
    color: rgb(238, 233, 254);
    font-size: 16px;
    max-width: 600px;
    margin-top: var(--dl-layout-space-unit);
    line-height: 24px;
  }
  .home-get-started2 {
    height: 49px;
    align-self: center;
    margin-top: var(--dl-layout-space-twounits);
    /* Ensure button has padding at the bottom */
    margin-bottom: var(--dl-layout-space-twounits);
    justify-content: center;
  }
  .home-image1 {
    width: 767px;
    height: 200px;
    border-radius: var(--dl-layout-radius-radius2);
  }
  .home-text20 {
    font-size: 28px;
  }
  .home-action-blogbar {
    display: flex;
    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-action-bar {
    display: flex;
    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-action-blog {
    align-items: center;
  }
  .home-action {
    align-items: center;
  }
  .home-heading-blog {
    padding-top: var(--dl-layout-space-threeunits);
    padding-left: var(--dl-layout-space-threeunits);
    padding-right: var(--dl-layout-space-threeunits);
    padding-bottom: var(--dl-layout-space-threeunits);
  }
  .home-heading {
    padding-top: var(--dl-layout-space-threeunits);
    padding-left: var(--dl-layout-space-threeunits);
    padding-right: var(--dl-layout-space-threeunits);
    padding-bottom: var(--dl-layout-space-threeunits);
  }
  .home-text48-blog {
    color: #000000;
    font-size: 28px;
    text-align: center;
  }
  .home-text49-blog {
    color: #000000;
    line-height: 24px;
  }
  .home-text48 {
    color: var(--dl-color-gray-white);
    font-size: 28px;
    text-align: left;
  }
  .home-text49 {
    color: rgb(238, 233, 254);
    line-height: 24px;
  }
  .home-footer {
    height: 483px;
    padding-top: var(--dl-layout-space-fourunits);
    padding-left: var(--dl-layout-space-twounits);
    padding-right: var(--dl-layout-space-twounits);
  }
  .home-row {
    height: auto;
    flex-direction: column;
    grid-gap: var(--dl-layout-space-unit);
  }
  .home-category1 {
    height: 100px;
    align-items: center;
    justify-content: center;
  }
  .home-text50 {
    color: rgb(255, 255, 255);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
  }
  .home-category2 {
    height: 60px;
    align-items: center;
    justify-content: center;
  }
  .home-text52 {
    align-self: center;
  }
  .home-category3 {
    height: 121px;
    align-items: center;
    justify-content: center;
  }
  .home-text53 {
    color: rgb(255, 255, 255);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
  }
  .home-text54 {
    font-size: 14px;
    margin-bottom: 0px;
  }
}
