.navbar1-wrapper {
  display: contents;
}
 
.navbar1-container {
  width: 100%;
  display: flex;
  position: relative;
  justify-content: center;
  background-color: var(--dl-color-theme-neutral-light);
}
 
.navbar1-navbar-interactive {
  width: 100%;
  height: 97px;
  display: flex;
  position: sticky;
  align-items: center;
  padding-top: var(--dl-layout-space-twounits);
  padding-left: var(--dl-layout-space-threeunits);
  padding-right: var(--dl-layout-space-threeunits);
  padding-bottom: var(--dl-layout-space-twounits);
  justify-content: space-between;
}
 
.navbar1-image1 {
  height: 3rem;
}
 
.navbar1-desktop-menu {
  flex: 1;
  display: flex;
  justify-content: space-between;
}
 
.navbar1-links1 {
  gap: var(--dl-layout-space-twounits);
  flex: 1;
  display: flex;
  align-items: center;
  padding-right: var(--dl-layout-space-threeunits);
  flex-direction: row;
  justify-content: flex-end;
}
 
.navbar1-link21 {
  text-decoration: none;
}
 
.navbar1-link22 {
  text-decoration: none;
}
 
.navbar1-link41 {
  text-decoration: none;
}
 
.navbar1-link51 {
  text-decoration: none;
}
 
.navbar1-buttons1 {
  gap: var(--dl-layout-space-twounits);
  width: 310px;
  height: 49px;
  display: flex;
  align-items: center;
  flex-direction: row;
}
 
.navbar1-link1 {
  display: contents;
}
 
.navbar1-image2 {
  width: 200px;
  object-fit: cover;
  text-decoration: none;
}
 
.navbar1-link3 {
  display: contents;
}
 
.navbar1-image3 {
  width: 200px;
  object-fit: cover;
  text-decoration: none;
}
 
.navbar1-burger-menu {
  display: none;
}
 
.navbar1-icon1 {
  width: var(--dl-layout-size-xsmall);
  height: var(--dl-layout-size-xsmall);
}
 
.navbar1-mobile-menu {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  display: none;
  padding: var(--dl-layout-space-twounits);
  z-index: 100;
  position: absolute;
  flex-direction: column;
  justify-content: space-between;
  background-color: var(--dl-color-theme-neutral-light);
}
 
.navbar1-nav {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.navbar1-top {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: var(--dl-layout-space-threeunits);
  justify-content: space-between;
}
 
.navbar1-logo {
  height: 3rem;
}
 
.navbar1-close-menu {
  display: flex;
  align-items: center;
  justify-content: center;
}
 
.navbar1-icon3 {
  width: var(--dl-layout-size-xsmall);
  height: var(--dl-layout-size-xsmall);
}
 
.navbar1-links2 {
  gap: var(--dl-layout-space-unit);
  flex: 0 0 auto;
  display: flex;
  align-self: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
 
.navbar1-link23 {
  text-decoration: none;
}
 
.navbar1-link24 {
  text-decoration: none;
}
 
.navbar1-link42 {
  text-decoration: none;
}
 
.navbar1-link52 {
  text-decoration: none;
}
 
.navbar1-buttons2 {
  gap: var(--dl-layout-space-twounits);
  display: flex;
  margin-top: var(--dl-layout-space-twounits);
  align-items: center;
  flex-direction: row;
}
 
.navbar1-link6 {
  display: contents;
}
 
.navbar1-image4 {
  width: 200px;
  object-fit: cover;
  text-decoration: none;
}
 
.navbar1-link7 {
  display: contents;
}
 
.navbar1-image5 {
  width: 200px;
  object-fit: cover;
  text-decoration: none;
}
 
.home-fragment12 {
  display: contents;
}
 
.home-text12 {
  display: inline-block;
}
 
.home-fragment13 {
  display: contents;
}
 
.home-text13 {
  display: inline-block;
  font-family: "Manrope";
}
 
.home-fragment10 {
  display: contents;
}
 
.home-text10 {
  display: inline-block;
}
 
.home-fragment11 {
  display: contents;
}
 
.home-text11 {
  display: inline-block;
}
 
.home-fragment14 {
  display: contents;
}
 
.home-text14 {
  display: inline-block;
  font-family: "Manrope";
}
 
.navbar1root-class-name {
  top: 0px;
  left: 0px;
  z-index: 999999999;
  position: sticky;
  background-color: var(--dl-color-theme-secondary1);
}
 
@media(max-width: 991px) {
  .navbar1-desktop-menu {
    display: none;
  }
  .navbar1-burger-menu {
    display: flex;
  }
  .navbar1-icon1 {
    width: 30px;
    height: 30px;
  }
  .home-text13 {
    font-family: Manrope;
  }
  .navbar1root-class-name {
    z-index: 99999999;
    position: static;
  }
}
 
@media(max-width: 767px) {
  .navbar1-navbar-interactive {
    padding-left: var(--dl-layout-space-twounits);
    padding-right: var(--dl-layout-space-twounits);
  }
  .navbar1-burger-menu {
    align-items: center;
    justify-content: center;
  }
  .navbar1-icon1 {
    width: 30px;
    height: 30px;
  }
  .navbar1-nav {
    gap: 0;
    height: 228px;
  }
  .navbar1-icon3 {
    width: 30px;
    height: 30px;
  }
  .navbar1-image4 {
    width: 120px;
  }
  .navbar1-image5 {
    width: 120px;
  }
}
 
@media(max-width: 479px) {
  .navbar1-navbar-interactive {
    height: 81px;
    padding: var(--dl-layout-space-unit);
    padding-right: 16px;
  }
  .navbar1-mobile-menu {
    padding: var(--dl-layout-space-unit);
  }
  .navbar1-image4 {
    width: 120px;
  }
  .navbar1-image5 {
    width: 120px;
  }
  .home-text14 {
    font-family: Manrope;
  }
}

.banner-wrapper {
  display: contents;
}
 
.banner-container {
  gap: var(--dl-layout-space-unit);
  height: 100%;
  display: flex;
  padding: 0px;
  overflow: hidden;
  position: relative;
  align-items: center;
  flex-direction: column;
}
 
.banner-image-desktop {
  width: 100vw;
  object-fit: cover;
}
 
.banner-image-mobile {
  width: 200px;
  display: none;
  object-fit: cover;
}
 
.banner-get-it-on-google-playstore {
  top: 33.5vw;
  left: 7vw;
  color: rgba(25, 24, 24, 0);
  width: 8vw;
  bottom: 21px;
  height: 3vw;
  position: absolute;
  text-indent: 99999999px;
}
 
.banner-download-on-the-app-store {
  top: 33.5vw;
  left: 17vw;
  color: rgba(25, 24, 24, 0);
  width: 8vw;
  bottom: 21px;
  height: 3vw;
  position: absolute;
  text-indent: 99999999px;
}
 
.home-fragment15 {
  display: contents;
}
 
.home-text15 {
  display: inline-block;
}
 
.home-fragment16 {
  display: contents;
}
 
.home-text16 {
  display: inline-block;
}
 
.bannerroot-class-name {
  background-color: var(--dl-color-theme-secondary1);
}
 
@media(max-width: 991px) {
  .banner-image-desktop {
    display: none;
  }
  .banner-image-mobile {
    width: 100%;
    display: flex;
  }
  .banner-get-it-on-google-playstore {
    top: 89vw;
    width: 30vw;
    height: 10vw;
  }
  .banner-download-on-the-app-store {
    top: 89vw;
    left: 40vw;
    width: 31vw;
    height: 10vw;
  }
  .bannerroot-class-name {
    height: 100%;
  }
}

.what-is-primer-star-wrapper {
  display: contents;
}
 
.what-is-primer-star-container1 {
  width: 100%;
  height: auto;
  display: flex;
  padding: 0px;
  position: relative;
  align-items: center;
  flex-direction: column;
}
 
.what-is-primer-star-max-width {
  gap: var(--dl-layout-space-twounits);
  width: 100%;
  height: auto;
  display: flex;
  max-width: var(--dl-layout-size-maxwidth);
  align-items: center;
  padding-top: var(--dl-layout-space-fourunits);
  flex-direction: column;
  padding-bottom: var(--dl-layout-space-threeunits);
}
 
.what-is-primer-star-container2 {
  gap: var(--dl-layout-space-unit);
  display: flex;
  align-items: center;
  flex-direction: column;
}
 
.what-is-primer-star-text10 {
  align-self: center;
  text-align: center;
  font-family: "Manrope";
  line-height: 150%;
}
 
.what-is-primer-star-text11 {
  color: #157888;
  font-size: 48px;
  align-self: center;
  text-align: center;
  font-family: "Manrope";
  line-height: 120%;
}
 
.what-is-primer-star-text12 {
  align-self: center;
  text-align: center;
}
 
.what-is-primer-star-image1 {
  width: 200px;
  display: none;
  object-fit: cover;
}
 
.what-is-primer-star-image2 {
  width: 100%;
  max-width: 960px;
  object-fit: cover;
}
 
.home-fragment19 {
  display: contents;
}
 
.home-text22 {
  display: inline-block;
  text-align: center;
}
 
.home-fragment18 {
  display: contents;
}
 
.home-text18 {
  display: inline-block;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}
 
.home-fragment17 {
  display: contents;
}
 
.home-text17 {
  display: inline-block;
  font-style: normal;
  font-weight: 600;
}
 
.what-is-primer-starroot-class-name {
  height: auto;
  background-color: var(--dl-color-theme-secondary1);
}
 
@media(max-width: 991px) {
  .what-is-primer-star-container2 {
    gap: var(--dl-layout-space-unit);
    padding: var(--dl-layout-space-unit);
  }
  .what-is-primer-star-text10 {
    display: flex;
    flex-direction: column;
  }
  .what-is-primer-star-text11 {
    padding: 10px;
    font-size: 28px;
  }
  .what-is-primer-star-image1 {
    width: 100%;
    display: flex;
    max-width: 700px;
  }
  .what-is-primer-star-image2 {
    display: none;
  }
  .home-text22 {
    font-size: 28px;
    font-family: Manrope;
    line-height: 120%;
  }
  .home-text18 {
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
  }
  .what-is-primer-starroot-class-name {
    font-size: 18px;
  }
}
 
@media(max-width: 479px) {
  .what-is-primer-star-max-width {
    height: auto;
    display: grid;
  }
  .what-is-primer-star-text11 {
    font-size: 28px;
  }
  .what-is-primer-star-text12 {
    word-break: break-word;
  }
}

.add-your-cards-in-seconds-wrapper {
  display: contents;
}
 
.add-your-cards-in-seconds-container {
  width: 100%;
  height: auto;
  display: flex;
  padding: 0px;
  position: relative;
  align-items: center;
  flex-direction: column;
}
 
.add-your-cards-in-seconds-max-width {
  width: 100%;
  display: flex;
  max-width: var(--dl-layout-size-maxwidth);
  align-items: center;
  flex-direction: column;
}
 
.add-your-cards-in-seconds-content {
  gap: var(--dl-layout-space-unit);
  height: 200px;
  align-self: stretch;
  align-items: flex-start;
  margin-bottom: 80px;
}
 
.add-your-cards-in-seconds-ul {
  align-items: flex-start;
}
 
.add-your-cards-in-seconds-text1 {
  align-self: center;
  text-align: center;
  font-family: "Manrope";
  line-height: 150%;
}
 
.add-your-cards-in-seconds-text2 {
  color: #157888;
  font-size: 48px;
  align-self: center;
  text-align: center;
  font-family: "Manrope";
  line-height: 120%;
}
 
.add-your-cards-in-seconds-image {
  width: 100%;
  max-width: 960px;
  align-self: center;
  object-fit: cover;
}
 
.home-fragment21 {
  display: contents;
}
 
.home-text29 {
  display: inline-block;
  text-align: center;
  font-family: "Manrope";
  font-weight: 700;
}
 
.home-fragment20 {
  display: contents;
}
 
.home-text28 {
  display: inline-block;
  font-size: 16px;
  font-style: normal;
  font-family: "Manrope";
  font-weight: 600;
}
 
.add-your-cards-in-secondsroot-class-name {
  background-color: var(--dl-color-theme-secondary1);
}
 
@media(max-width: 991px) {
  .add-your-cards-in-seconds-content {
    height: 200px;
    align-self: center;
    padding-top: 40px;
    margin-bottom: 0px;
  }
  .add-your-cards-in-seconds-text1 {
    display: flex;
    flex-direction: column;
  }
  .add-your-cards-in-seconds-text2 {
    padding: 10px;
    font-size: 28px;
  }
  .home-text29 {
    font-size: 28px;
    line-height: 120%;
  }
}
 
@media(max-width: 479px) {
  .add-your-cards-in-seconds-max-width {
    height: auto;
    display: grid;
  }
  .add-your-cards-in-seconds-content {
    gap: var(--dl-layout-space-halfunit);
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .add-your-cards-in-seconds-text2 {
    font-size: 28px;
  }
}

.saved-cards-wrapper {
  display: contents;
}
 
.saved-cards-container {
  width: 100%;
  height: auto;
  display: flex;
  padding: 0px;
  position: relative;
  align-items: center;
  flex-direction: column;
}
 
.saved-cards-max-width {
  width: 100%;
  display: flex;
  max-width: var(--dl-layout-size-maxwidth);
  align-items: center;
  flex-direction: column;
}
 
.saved-cards-content {
  gap: var(--dl-layout-space-unit);
  height: 200px;
  align-self: stretch;
  align-items: flex-start;
  margin-bottom: 80px;
}
 
.saved-cards-ul {
  align-items: flex-start;
}
 
.saved-cards-text1 {
  align-self: center;
  text-align: center;
  font-family: "Manrope";
  line-height: 150%;
}
 
.saved-cards-text2 {
  color: #157888;
  font-size: 48px;
  align-self: center;
  text-align: center;
  font-family: "Manrope";
  line-height: 120%;
}
 
.saved-cards-image {
  width: 100%;
  max-width: 960px;
  object-fit: cover;
}
 
.home-fragment22 {
  display: contents;
}
 
.home-text30 {
  display: inline-block;
  font-size: 16px;
  font-style: normal;
  font-family: "Manrope";
  font-weight: 600;
}
 
.home-fragment23 {
  display: contents;
}
 
.home-text31 {
  display: inline-block;
  text-align: center;
  font-family: "Manrope";
  font-weight: 700;
}
 
.saved-cardsroot-class-name {
  background-color: var(--dl-color-theme-secondary1);
}
 
@media(max-width: 991px) {
  .saved-cards-content {
    align-self: center;
    padding-top: 40px;
    margin-bottom: 0px;
  }
  .saved-cards-text1 {
    display: flex;
    flex-direction: column;
  }
  .saved-cards-text2 {
    padding: 10px;
    font-size: 28px;
  }
  .home-text31 {
    font-size: 28px;
    line-height: 120%;
  }
}
 
@media(max-width: 479px) {
  .saved-cards-max-width {
    height: auto;
    display: grid;
  }
  .saved-cards-content {
    gap: var(--dl-layout-space-halfunit);
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .saved-cards-text2 {
    font-size: 28px;
  }
}

.payment-order-history-wrapper {
  display: contents;
}
 
.payment-order-history-container {
  width: 100%;
  height: auto;
  display: flex;
  padding: 0px;
  position: relative;
  align-items: center;
  flex-direction: column;
}
 
.payment-order-history-max-width {
  width: 100%;
  display: flex;
  max-width: var(--dl-layout-size-maxwidth);
  align-items: center;
  flex-direction: column;
}
 
.payment-order-history-content {
  gap: var(--dl-layout-space-unit);
  height: 200px;
  align-self: stretch;
  align-items: flex-start;
  margin-bottom: 80px;
}
 
.payment-order-history-ul {
  align-items: flex-start;
}
 
.payment-order-history-text1 {
  align-self: center;
  text-align: center;
  font-family: "Manrope";
  line-height: 150%;
}
 
.payment-order-history-text2 {
  color: #157888;
  font-size: 48px;
  align-self: center;
  text-align: center;
  font-family: "Manrope";
  line-height: 120%;
}
 
.payment-order-history-image {
  width: 100%;
  max-width: 960px;
  object-fit: cover;
}
 
.home-fragment25 {
  display: contents;
}
 
.home-text33 {
  display: inline-block;
  text-align: center;
  font-family: "Manrope";
  font-weight: 700;
}
 
.home-fragment24 {
  display: contents;
}
 
.home-text32 {
  display: inline-block;
  font-size: 16px;
  font-style: normal;
  font-family: "Manrope";
  font-weight: 600;
}
 
.payment-order-historyroot-class-name {
  background-color: var(--dl-color-theme-secondary1);
}
 
@media(max-width: 991px) {
  .payment-order-history-content {
    align-self: center;
    padding-top: 40px;
    margin-bottom: 0px;
  }
  .payment-order-history-text1 {
    display: flex;
    flex-direction: column;
  }
  .payment-order-history-text2 {
    padding: 10px;
    font-size: 28px;
  }
  .home-text33 {
    font-size: 28px;
    line-height: 120%;
  }
}
 
@media(max-width: 479px) {
  .payment-order-history-max-width {
    height: auto;
    display: grid;
  }
  .payment-order-history-content {
    gap: var(--dl-layout-space-halfunit);
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .payment-order-history-text2 {
    font-size: 28px;
  }
}

.shop-at-your-fav-places-wrapper {
  display: contents;
}
 
.shop-at-your-fav-places-container1 {
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: column;
  background-color: #1C90A414;
}
 
.shop-at-your-fav-places-max-width {
  width: 100%;
  display: block;
  max-width: var(--dl-layout-size-maxwidth);
}
 
.shop-at-your-fav-places-container2 {
  display: flex;
  align-self: center;
  align-items: center;
  margin-bottom: 60px;
  flex-direction: column;
}
 
.shop-at-your-fav-places-text10 {
  color: #157888;
  font-size: 48px;
  align-self: center;
  text-align: center;
  font-family: "Manrope";
  line-height: 120%;
  margin-bottom: 20px;
}
 
.shop-at-your-fav-places-text11 {
  font-size: 24px;
  max-width: 700px;
  align-self: center;
  font-style: normal;
  text-align: center;
  font-weight: 600;
  line-height: 150%;
}
 
.shop-at-your-fav-places-container3 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: row;
}
 
.shop-at-your-fav-places-herschel1 {
  width: 50%;
  height: auto;
  display: flex;
  padding-top: 0px;
  padding-left: 0px;
  margin-bottom: 50px;
  padding-right: 40px;
  padding-bottom: 0px;
}
 
.shop-at-your-fav-places-image1 {
  width: 50%;
  object-fit: cover;
}
 
.shop-at-your-fav-places-container4 {
  width: 50%;
  display: grid;
  max-width: none;
  align-self: start;
  margin-left: 20px;
  justify-self: stretch;
  padding-left: 0px;
}
 
.shop-at-your-fav-places-text12 {
  width: 100%;
  font-size: 24px;
  font-style: normal;
  word-break: normal;
  font-weight: 600;
  line-height: 1;
}
 
.shop-at-your-fav-places-text13 {
  width: 100%;
  font-style: normal;
  margin-top: 20px;
  font-family: "Manrope";
  font-weight: 600;
  margin-bottom: 20px;
}
 
.shop-at-your-fav-places-button1 {
  width: 166px;
  height: 42px;
  border-color: #1c90a4;
  border-radius: 100px;
}
 
.shop-at-your-fav-places-text14 {
  color: #1c90a4;
}
 
.shop-at-your-fav-places-herschel2 {
  width: 50%;
  height: auto;
  display: flex;
  padding-top: 0px;
  padding-left: 0px;
  margin-bottom: 50px;
  padding-right: 40px;
  padding-bottom: 0px;
}
 
.shop-at-your-fav-places-image2 {
  width: 50%;
  object-fit: cover;
}
 
.shop-at-your-fav-places-container5 {
  width: 50%;
  display: grid;
  max-width: none;
  align-self: start;
  margin-left: 20px;
  justify-self: stretch;
  padding-left: 0px;
}
 
.shop-at-your-fav-places-text15 {
  width: 100%;
  font-size: 24px;
  font-style: normal;
  word-break: normal;
  font-weight: 600;
  line-height: 1;
}
 
.shop-at-your-fav-places-text16 {
  width: 100%;
  font-style: normal;
  margin-top: 20px;
  font-family: "Manrope";
  font-weight: 600;
  margin-bottom: 20px;
}
 
.shop-at-your-fav-places-button2 {
  width: 166px;
  height: 42px;
  border-color: #1c90a4;
  border-radius: 100px;
}
 
.shop-at-your-fav-places-text17 {
  color: #1c90a4;
}
 
.shop-at-your-fav-places-herschel3 {
  width: 50%;
  height: auto;
  display: flex;
  padding-top: 0px;
  padding-left: 0px;
  margin-bottom: 50px;
  padding-right: 40px;
  padding-bottom: 0px;
}
 
.shop-at-your-fav-places-image3 {
  width: 50%;
  object-fit: cover;
}
 
.shop-at-your-fav-places-container6 {
  width: 50%;
  display: grid;
  max-width: none;
  align-self: start;
  margin-left: 20px;
  justify-self: stretch;
  padding-left: 0px;
}
 
.shop-at-your-fav-places-text18 {
  width: 100%;
  font-size: 24px;
  font-style: normal;
  word-break: normal;
  font-weight: 600;
  line-height: 1;
}
 
.shop-at-your-fav-places-text19 {
  width: 100%;
  font-style: normal;
  margin-top: 20px;
  font-family: "Manrope";
  font-weight: 600;
  margin-bottom: 20px;
}
 
.shop-at-your-fav-places-button3 {
  width: 166px;
  height: 42px;
  border-color: #1c90a4;
  border-radius: 100px;
}
 
.shop-at-your-fav-places-text20 {
  color: #1c90a4;
}
 
.shop-at-your-fav-places-herschel4 {
  width: 50%;
  height: auto;
  display: flex;
  padding-top: 0px;
  padding-left: 0px;
  margin-bottom: 50px;
  padding-right: 40px;
  padding-bottom: 0px;
}
 
.shop-at-your-fav-places-image4 {
  width: 50%;
  object-fit: cover;
}
 
.shop-at-your-fav-places-container7 {
  width: 50%;
  display: grid;
  max-width: none;
  align-self: start;
  margin-left: 20px;
  justify-self: stretch;
  padding-left: 0px;
}
 
.shop-at-your-fav-places-text21 {
  width: 100%;
  font-size: 24px;
  font-style: normal;
  word-break: normal;
  font-weight: 600;
  line-height: 1;
}
 
.shop-at-your-fav-places-text22 {
  width: 100%;
  font-style: normal;
  margin-top: 20px;
  font-family: "Manrope";
  font-weight: 600;
  margin-bottom: 20px;
}
 
.shop-at-your-fav-places-button4 {
  width: 166px;
  height: 42px;
  border-color: #1c90a4;
  border-radius: 100px;
}
 
.shop-at-your-fav-places-text23 {
  color: #1c90a4;
}
 
.home-fragment34 {
  display: contents;
}
 
.home-text52 {
  display: inline-block;
}
 
.home-fragment38 {
  display: contents;
}
 
.home-text65 {
  display: inline-block;
}
 
.home-fragment32 {
  display: contents;
}
 
.home-text50 {
  display: inline-block;
}
 
.home-fragment29 {
  display: contents;
}
 
.home-text39 {
  display: inline-block;
}
 
.home-fragment31 {
  display: contents;
}
 
.home-text44 {
  color: rgba(46, 38, 61, 0.898);
  display: inline-block;
  text-align: center;
}
 
.home-fragment30 {
  display: contents;
}
 
.home-text40 {
  display: inline-block;
}
 
.home-fragment27 {
  display: contents;
}
 
.home-text37 {
  display: inline-block;
}
 
.home-fragment33 {
  display: contents;
}
 
.home-text51 {
  display: inline-block;
}
 
.home-fragment28 {
  display: contents;
}
 
.home-text38 {
  display: inline-block;
}
 
.home-fragment37 {
  display: contents;
}
 
.home-text61 {
  display: inline-block;
}
 
.home-fragment39 {
  display: contents;
}
 
.home-text66 {
  display: inline-block;
}
 
.home-fragment36 {
  display: contents;
}
 
.home-text57 {
  display: inline-block;
}
 
.home-fragment35 {
  display: contents;
}
 
.home-text53 {
  display: inline-block;
  text-align: center;
}
 
.home-fragment26 {
  display: contents;
}
 
.home-text36 {
  display: inline-block;
}
 
.shop-at-your-fav-placesroot-class-name {
  background-color: #1C90A414;
}
 
@media(max-width: 991px) {
  .shop-at-your-fav-places-container2 {
    padding: 10px;
  }
  .shop-at-your-fav-places-text10 {
    font-size: 28px;
    line-height: 120%;
  }
  .shop-at-your-fav-places-container3 {
    flex-direction: column;
  }
  .shop-at-your-fav-places-herschel1 {
    width: 100%;
    max-width: 600px;
    padding-right: 0px;
    flex-direction: column;
  }
  .shop-at-your-fav-places-image1 {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
  .shop-at-your-fav-places-container4 {
    width: 100%;
  }
  .shop-at-your-fav-places-herschel2 {
    width: 100%;
    max-width: 600px;
    padding-right: 0px;
    flex-direction: column;
  }
  .shop-at-your-fav-places-image2 {
    width: 100%;
  }
  .shop-at-your-fav-places-container5 {
    width: 100%;
  }
  .shop-at-your-fav-places-herschel3 {
    width: 100%;
    max-width: 600px;
    padding-right: 0px;
    flex-direction: column;
  }
  .shop-at-your-fav-places-image3 {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
  .shop-at-your-fav-places-container6 {
    width: 100%;
  }
  .shop-at-your-fav-places-herschel4 {
    width: 100%;
    max-width: 600px;
    padding-right: 0px;
    flex-direction: column;
  }
  .shop-at-your-fav-places-image4 {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
  .shop-at-your-fav-places-container7 {
    width: 100%;
  }
  .home-text50 {
    font-size: 24px;
    line-height: 140%;
  }
  .home-text44 {
    font-size: 18px;
    text-align: center;
    line-height: 150%;
  }
  .home-text40 {
    font-size: 16px;
    line-height: 150%;
  }
  .home-text37 {
    font-size: 16px;
    line-height: 150%;
  }
  .home-text51 {
    font-size: 24px;
    line-height: 140%;
  }
  .home-text38 {
    font-size: 24px;
    line-height: 140%;
  }
  .home-text61 {
    font-size: 16px;
    line-height: 150%;
  }
  .home-text57 {
    font-size: 16px;
    line-height: 150%;
  }
  .home-text36 {
    font-size: 24px;
    line-height: 140%;
  }
}

.earn-points-wrapper {
  display: contents;
}
 
.earn-points-container1 {
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: column;
}
 
.earn-points-max-width {
  width: 100%;
  display: flex;
  max-width: var(--dl-layout-size-maxwidth);
  align-items: center;
  flex-direction: column;
}
 
.earn-points-container2 {
  display: flex;
}
 
.earn-points-image1 {
  width: 50%;
  align-self: center;
  object-fit: cover;
}
 
.earn-points-container3 {
  display: flex;
  align-self: center;
  padding-left: 40px;
  flex-direction: column;
}
 
.earn-points-image2 {
  width: 160px;
  height: 160px;
  object-fit: cover;
}
 
.earn-points-text1 {
  fill: #157888;
  color: #157888;
  font-style: normal;
  font-family: "Manrope";
  font-weight: 700;
  line-height: 150%;
  margin-bottom: 30px;
}
 
.earn-points-text2 {
  font-size: 24px;
  line-height: 120%;
}
 
.home-fragment41 {
  display: contents;
}
 
.home-text71 {
  color: rgba(46, 38, 61, 0.898);
  display: inline-block;
  font-style: normal;
  font-family: "Manrope";
  font-weight: 600;
}
 
.home-fragment40 {
  display: contents;
}
 
.home-text67 {
  display: inline-block;
  font-size: 48px;
  line-height: 120%;
}
 
.earn-pointsroot-class-name {
  background-color: var(--dl-color-theme-secondary1);
}
 
@media(max-width: 991px) {
  .earn-points-container2 {
    padding: 10px;
    flex-direction: column;
  }
  .earn-points-image1 {
    width: 100%;
    max-width: 700px;
  }
  .earn-points-container3 {
    width: 100%;
    padding-top: 20px;
    padding-left: 0px;
  }
  .earn-points-image2 {
    width: 170px;
    height: 170px;
  }
  .earn-points-text1 {
    font-size: 28px;
    line-height: 120%;
  }
  .home-text71 {
    color: rgba(46, 38, 61, 0.898);
    font-size: 18px;
    line-height: 150%;
  }
  .home-text67 {
    font-size: 28px;
    line-height: 120%;
  }
}

.turn-points-wrapper {
  display: contents;
}
 
.turn-points-container1 {
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: column;
}
 
.turn-points-max-width {
  width: 100%;
  display: flex;
  max-width: var(--dl-layout-size-maxwidth);
  align-items: center;
  flex-direction: column;
}
 
.turn-points-container2 {
  display: flex;
}
 
.turn-points-container3 {
  display: flex;
  align-self: center;
  padding-left: 40px;
  flex-direction: column;
}
 
.turn-points-image1 {
  width: 160px;
  height: 160px;
  object-fit: cover;
}
 
.turn-points-text1 {
  fill: #157888;
  color: #157888;
  font-style: normal;
  font-family: "Manrope";
  font-weight: 700;
  line-height: 150%;
  margin-bottom: 30px;
}
 
.turn-points-text2 {
  font-size: 24px;
  line-height: 120%;
}
 
.turn-points-image2 {
  width: 50%;
  object-fit: cover;
}
 
.home-fragment42 {
  display: contents;
}
 
.home-text72 {
  display: inline-block;
  font-size: 48px;
  line-height: 120%;
}
 
.home-fragment43 {
  display: contents;
}
 
.home-text73 {
  color: rgba(46, 38, 61, 0.898);
  display: inline-block;
  font-style: normal;
  font-family: "Manrope";
  font-weight: 600;
}
 
.turn-pointsroot-class-name {
  background-color: var(--dl-color-theme-secondary1);
}
 
@media(max-width: 991px) {
  .turn-points-container2 {
    padding: 10px;
    flex-direction: column-reverse;
  }
  .turn-points-container3 {
    width: 100%;
    padding-top: 40px;
    padding-left: 0px;
  }
  .turn-points-image1 {
    width: 170px;
    height: 170px;
  }
  .turn-points-text2 {
    font-size: 18px;
    line-height: 150%;
  }
  .turn-points-image2 {
    width: 100%;
    max-width: 700px;
    align-self: center;
  }
  .home-text72 {
    font-size: 28px;
    line-height: 120%;
  }
}

.your-security-wrapper {
  display: contents;
}
 
.your-security-container1 {
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: column;
}
 
.your-security-max-width {
  width: 100%;
  display: flex;
  max-width: var(--dl-layout-size-maxwidth);
  align-items: center;
  flex-direction: column;
}
 
.your-security-container2 {
  display: flex;
}
 
.your-security-image1 {
  width: 50%;
  object-fit: cover;
}
 
.your-security-container3 {
  display: flex;
  padding-left: 40px;
  flex-direction: column;
}
 
.your-security-container4 {
  flex: 0 0 auto;
  width: auto;
  height: 160px;
  display: flex;
  align-items: center;
}
 
.your-security-image2 {
  width: 160px;
  height: 160px;
  object-fit: cover;
}
 
.your-security-text10 {
  fill: #157888;
  color: #157888;
  font-style: normal;
  font-family: "Manrope";
  font-weight: 700;
  line-height: 150%;
  margin-bottom: 30px;
}
 
.your-security-container5 {
  display: flex;
  margin-bottom: 30px;
  flex-direction: column;
}
 
.your-security-text11 {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 10px;
}
 
.your-security-text12 {
  font-size: 24px;
  line-height: 120%;
}
 
.your-security-container6 {
  display: flex;
  margin-bottom: 30px;
  flex-direction: column;
}
 
.your-security-text13 {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 10px;
}
 
.your-security-text14 {
  font-size: 24px;
  line-height: 120%;
}
 
.your-security-container7 {
  display: flex;
  margin-bottom: 30px;
  flex-direction: column;
}
 
.your-security-text15 {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 10px;
}
 
.your-security-text16 {
  font-size: 24px;
  line-height: 120%;
}
 
.home-fragment49 {
  display: contents;
}
 
.home-text82 {
  color: rgb(21, 120, 136);
  display: inline-block;
  font-style: normal;
  font-family: "Manrope";
  font-weight: 600;
}
 
.home-fragment44 {
  display: contents;
}
 
.home-text74 {
  display: inline-block;
  font-size: 48px;
  line-height: 120%;
}
 
.home-fragment45 {
  display: contents;
}
 
.home-text78 {
  color: rgb(21, 120, 136);
  display: inline-block;
  font-family: "Manrope";
}
 
.home-fragment46 {
  display: contents;
}
 
.home-text79 {
  color: rgba(46, 38, 61, 0.898);
  display: inline-block;
  font-size: 18px;
  font-style: normal;
  font-family: "Manrope";
  font-weight: 600;
}
 
.home-fragment50 {
  display: contents;
}
 
.home-text83 {
  color: rgba(46, 38, 61, 0.898);
  display: inline-block;
  font-size: 18px;
  font-style: normal;
  font-family: "Manrope";
  font-weight: 600;
}
 
.home-fragment47 {
  display: contents;
}
 
.home-text80 {
  color: rgb(21, 120, 136);
  display: inline-block;
  font-style: normal;
  font-family: "Manrope";
  font-weight: 600;
}
 
.home-fragment48 {
  display: contents;
}
 
.home-text81 {
  color: rgba(46, 38, 61, 0.898);
  display: inline-block;
  font-size: 18px;
  font-style: normal;
  font-family: "Manrope";
  font-weight: 600;
}
 
.your-securityroot-class-name {
  background-color: var(--dl-color-theme-secondary1);
}
 
@media(max-width: 991px) {
  .your-security-container2 {
    padding: 10px;
    flex-direction: column;
  }
  .your-security-image1 {
    width: 100%;
    max-width: 700px;
    align-self: center;
  }
  .your-security-container3 {
    width: 100%;
    padding-top: 30px;
    padding-left: 0px;
  }
  .your-security-image2 {
    width: 170px;
    height: 170px;
  }
  .your-security-text10 {
    font-size: 28px;
    line-height: 120%;
  }
  .home-text74 {
    font-size: 28px;
    font-family: Manrope;
    line-height: 120%;
  }
  .home-text78 {
    color: rgb(21, 120, 136);
    font-family: Manrope;
  }
}
 
@media(max-width: 767px) {
  .home-text74 {
    font-size: 28px;
    font-family: Manrope;
    line-height: 120%;
  }
}
 
@media(max-width: 479px) {
  .home-text74 {
    font-size: 28px;
    line-height: 120%;
  }
}

.start-earning-rewards-wrapper {
  display: contents;
}
 
.start-earning-rewards-container {
  width: 100%;
  height: auto;
  display: flex;
  padding: 0px;
  position: relative;
  align-items: center;
  flex-direction: column;
}
 
.start-earning-rewards-max-width {
  width: 100%;
  display: flex;
  max-width: var(--dl-layout-size-maxwidth);
  align-self: center;
  align-items: flex-start;
  padding-top: 0px;
  padding-left: 40px;
  padding-right: 40px;
  flex-direction: column;
  padding-bottom: 40px;
  justify-content: center;
}
 
.start-earning-rewards-image-desktop {
  width: 100%;
  max-width: 960px;
  align-self: center;
  object-fit: cover;
}
 
.start-earning-rewards-image-mobile {
  width: 100%;
  display: none;
  align-self: center;
  object-fit: cover;
}
 
.start-earning-rewardsroot-class-name {
  background-color: var(--dl-color-theme-secondary1);
}
 
@media(max-width: 991px) {
  .start-earning-rewards-image-desktop {
    display: none;
  }
  .start-earning-rewards-image-mobile {
    display: flex;
  }
}
 
@media(max-width: 479px) {
  .start-earning-rewards-max-width {
    padding-top: 0px;
  }
}

.footer3-wrapper {
  display: contents;
}
 
.footer3-footer4 {
  gap: 80px;
  width: 100%;
  height: auto;
  display: flex;
  padding: var(--dl-layout-space-fiveunits);
  overflow: hidden;
  position: relative;
  align-items: center;
  flex-shrink: 0;
  flex-direction: column;
  justify-content: center;
}
 
.footer3-max-width {
  gap: var(--dl-layout-space-threeunits);
  display: flex;
  align-items: center;
  flex-direction: column;
}
 
.footer3-content {
  gap: unset;
  display: flex;
  align-self: stretch;
  align-items: center;
  justify-content: space-between;
}
 
.footer3-logo {
  gap: 24px;
  width: auto;
  display: flex;
  overflow: hidden;
  align-items: center;
  flex-shrink: 0;
  flex-direction: column;
}
 
.footer3-image1 {
  width: 200px;
  object-fit: cover;
}
 
.footer3-container1 {
  gap: var(--dl-layout-space-twounits);
  display: flex;
  align-items: center;
  justify-content: center;
}
 
.footer3-container2 {
  gap: var(--dl-layout-space-twounits);
  display: flex;
  align-items: center;
  justify-content: center;
}
 
.footer3-container3 {
  gap: var(--dl-layout-space-twounits);
  display: flex;
  align-items: center;
  justify-content: center;
}
 
.footer3-container4 {
  flex: 0 0 auto;
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
  flex-direction: column;
}
 
.footer3-social-links {
  gap: var(--dl-layout-space-unit);
  display: flex;
  flex-grow: 1;
  align-items: center;
  justify-content: flex-end;
}
 
.footer3-link5 {
  display: contents;
}
 
.footer3-image2 {
  width: 24px;
  height: 24px;
  object-fit: cover;
  text-decoration: none;
}
 
.footer3-link6 {
  display: contents;
}
 
.footer3-image3 {
  width: 24px;
  height: 24px;
  object-fit: cover;
  text-decoration: none;
}
 
.footer3-link7 {
  display: contents;
}
 
.footer3-image4 {
  width: 24px;
  height: 24px;
  object-fit: cover;
  text-decoration: none;
}
 
.footer3-link8 {
  display: contents;
}
 
.footer3-image5 {
  width: 24px;
  height: 24px;
  object-fit: cover;
  text-decoration: none;
}
 
.footer3-link9 {
  display: contents;
}
 
.footer3-image6 {
  width: 24px;
  height: 24px;
  object-fit: cover;
  text-decoration: none;
}
 
.footer3-credits {
  gap: var(--dl-layout-space-twounits);
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}
 
.footer3-row {
  gap: 24px;
  display: flex;
  align-items: flex-start;
}
 
.footer3-footer-links {
  gap: var(--dl-layout-space-oneandhalfunits);
  display: flex;
  align-items: flex-start;
}
 
.footer3-content3 {
  font-family: "Manrope";
}
 
.footer3-container5 {
  display: flex;
  align-items: flex-start;
}
 
.footer3-container6 {
  gap: var(--dl-layout-space-twounits);
  display: flex;
  align-items: flex-start;
}
 
.footer3-link13 {
  display: block;
  padding-left: var(--dl-layout-space-twounits);
}
 
.home-fragment53 {
  display: contents;
}
 
.home-text86 {
  display: inline-block;
  font-family: "Manrope";
}
 
.home-fragment56 {
  display: contents;
}
 
.home-text89 {
  display: inline-block;
}
 
.home-fragment54 {
  display: contents;
}
 
.home-text87 {
  display: inline-block;
  font-family: "Manrope";
}
 
.home-fragment52 {
  display: contents;
}
 
.home-text85 {
  display: inline-block;
  font-family: "Manrope";
}
 
.home-fragment55 {
  display: contents;
}
 
.home-text88 {
  display: inline-block;
  font-family: "Manrope";
}
 
.home-fragment57 {
  display: contents;
}
 
.home-text90 {
  display: inline-block;
  font-family: "Manrope";
}
 
.home-fragment51 {
  display: contents;
}
 
.home-text84 {
  display: inline-block;
  font-family: "Manrope";
}
 
.footer3root-class-name {
  background-color: var(--dl-color-theme-secondary1);
}
 
@media(max-width: 991px) {
  .footer3-footer4 {
    padding: var(--dl-layout-space-unit);
  }
  .footer3-max-width {
    padding-bottom: var(--dl-layout-space-fiveunits);
  }
  .footer3-content {
    gap: var(--dl-layout-space-threeunits);
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
  }
  .footer3-logo {
    width: auto;
  }
  .footer3-container1 {
    flex-direction: column;
  }
  .footer3-container2 {
    gap: var(--dl-layout-space-threeunits);
  }
  .footer3-container3 {
    gap: var(--dl-layout-space-threeunits);
  }
  .footer3-credits {
    gap: var(--dl-layout-space-threeunits);
  }
  .footer3-footer-links {
    gap: var(--dl-layout-space-twounits);
    align-items: center;
    flex-direction: column;
  }
  .footer3-container5 {
    gap: var(--dl-layout-space-twounits);
    align-items: center;
    flex-direction: column;
  }
  .footer3-container6 {
    gap: var(--dl-layout-space-twounits);
  }
}
 
@media(max-width: 767px) {
  .footer3-content {
    flex-direction: column;
  }
  .footer3-row {
    flex-direction: column;
  }
  .footer3-footer-links {
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
}
 
@media(max-width: 479px) {
  .footer3-max-width {
    gap: var(--dl-layout-space-oneandhalfunits);
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .footer3-content {
    width: 100%;
  }
}

.home-container {
  width: 100%;
  display: flex;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
}
 
.home-fragment10 {
  display: contents;
}
 
.home-text10 {
  display: inline-block;
}
 
.home-fragment11 {
  display: contents;
}
 
.home-text11 {
  display: inline-block;
}
 
.home-fragment12 {
  display: contents;
}
 
.home-text12 {
  display: inline-block;
}
 
.home-fragment13 {
  display: contents;
}
 
.home-text13 {
  display: inline-block;
  font-family: "Manrope";
}
 
.home-fragment14 {
  display: contents;
}
 
.home-text14 {
  display: inline-block;
  font-family: "Manrope";
}
 
.home-fragment15 {
  display: contents;
}
 
.home-text15 {
  display: inline-block;
}
 
.home-fragment16 {
  display: contents;
}
 
.home-text16 {
  display: inline-block;
}
 
.home-fragment17 {
  display: contents;
}
 
.home-text17 {
  display: inline-block;
  font-style: normal;
  font-weight: 600;
}
 
.home-fragment18 {
  display: contents;
}
 
.home-text18 {
  display: inline-block;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}
 
.home-fragment19 {
  display: contents;
}
 
.home-text22 {
  display: inline-block;
  text-align: center;
}
 
.home-fragment20 {
  display: contents;
}
 
.home-text28 {
  display: inline-block;
  font-size: 16px;
  font-style: normal;
  font-family: "Manrope";
  font-weight: 600;
}
 
.home-fragment21 {
  display: contents;
}
 
.home-text29 {
  display: inline-block;
  text-align: center;
  font-family: "Manrope";
  font-weight: 700;
}
 
.home-fragment22 {
  display: contents;
}
 
.home-text30 {
  display: inline-block;
  font-size: 16px;
  font-style: normal;
  font-family: "Manrope";
  font-weight: 600;
}
 
.home-fragment23 {
  display: contents;
}
 
.home-text31 {
  display: inline-block;
  text-align: center;
  font-family: "Manrope";
  font-weight: 700;
}
 
.home-fragment24 {
  display: contents;
}
 
.home-text32 {
  display: inline-block;
  font-size: 16px;
  font-style: normal;
  font-family: "Manrope";
  font-weight: 600;
}
 
.home-fragment25 {
  display: contents;
}
 
.home-text33 {
  display: inline-block;
  text-align: center;
  font-family: "Manrope";
  font-weight: 700;
}
 
.home-fragment26 {
  display: contents;
}
 
.home-text36 {
  display: inline-block;
}
 
.home-fragment27 {
  display: contents;
}
 
.home-text37 {
  display: inline-block;
}
 
.home-fragment28 {
  display: contents;
}
 
.home-text38 {
  display: inline-block;
}
 
.home-fragment29 {
  display: contents;
}
 
.home-text39 {
  display: inline-block;
}
 
.home-fragment30 {
  display: contents;
}
 
.home-text40 {
  display: inline-block;
}
 
.home-fragment31 {
  display: contents;
}
 
.home-text44 {
  color: rgba(46, 38, 61, 0.898);
  display: inline-block;
  text-align: center;
}
 
.home-fragment32 {
  display: contents;
}
 
.home-text50 {
  display: inline-block;
}
 
.home-fragment33 {
  display: contents;
}
 
.home-text51 {
  display: inline-block;
}
 
.home-fragment34 {
  display: contents;
}
 
.home-text52 {
  display: inline-block;
}
 
.home-fragment35 {
  display: contents;
}
 
.home-text53 {
  display: inline-block;
  text-align: center;
}
 
.home-fragment36 {
  display: contents;
}
 
.home-text57 {
  display: inline-block;
}
 
.home-fragment37 {
  display: contents;
}
 
.home-text61 {
  display: inline-block;
}
 
.home-fragment38 {
  display: contents;
}
 
.home-text65 {
  display: inline-block;
}
 
.home-fragment39 {
  display: contents;
}
 
.home-text66 {
  display: inline-block;
}
 
.home-fragment40 {
  display: contents;
}
 
.home-text67 {
  display: inline-block;
  font-size: 48px;
  line-height: 120%;
}
 
.home-fragment41 {
  display: contents;
}
 
.home-text71 {
  color: rgba(46, 38, 61, 0.898);
  display: inline-block;
  font-style: normal;
  font-family: "Manrope";
  font-weight: 600;
}
 
.home-fragment42 {
  display: contents;
}
 
.home-text72 {
  display: inline-block;
  font-size: 48px;
  line-height: 120%;
}
 
.home-fragment43 {
  display: contents;
}
 
.home-text73 {
  color: rgba(46, 38, 61, 0.898);
  display: inline-block;
  font-style: normal;
  font-family: "Manrope";
  font-weight: 600;
}
 
.home-fragment44 {
  display: contents;
}
 
.home-text74 {
  display: inline-block;
  font-size: 48px;
  line-height: 120%;
}
 
.home-fragment45 {
  display: contents;
}
 
.home-text78 {
  color: rgb(21, 120, 136);
  display: inline-block;
  font-family: "Manrope";
}
 
.home-fragment46 {
  display: contents;
}
 
.home-text79 {
  color: rgba(46, 38, 61, 0.898);
  display: inline-block;
  font-size: 18px;
  font-style: normal;
  font-family: "Manrope";
  font-weight: 600;
}
 
.home-fragment47 {
  display: contents;
}
 
.home-text80 {
  color: rgb(21, 120, 136);
  display: inline-block;
  font-style: normal;
  font-family: "Manrope";
  font-weight: 600;
}
 
.home-fragment48 {
  display: contents;
}
 
.home-text81 {
  color: rgba(46, 38, 61, 0.898);
  display: inline-block;
  font-size: 18px;
  font-style: normal;
  font-family: "Manrope";
  font-weight: 600;
}
 
.home-fragment49 {
  display: contents;
}
 
.home-text82 {
  color: rgb(21, 120, 136);
  display: inline-block;
  font-style: normal;
  font-family: "Manrope";
  font-weight: 600;
}
 
.home-fragment50 {
  display: contents;
}
 
.home-text83 {
  color: rgba(46, 38, 61, 0.898);
  display: inline-block;
  font-size: 18px;
  font-style: normal;
  font-family: "Manrope";
  font-weight: 600;
}
 
.home-fragment51 {
  display: contents;
}
 
.home-text84 {
  display: inline-block;
  font-family: "Manrope";
}
 
.home-fragment52 {
  display: contents;
}
 
.home-text85 {
  display: inline-block;
  font-family: "Manrope";
}
 
.home-fragment53 {
  display: contents;
}
 
.home-text86 {
  display: inline-block;
  font-family: "Manrope";
}
 
.home-fragment54 {
  display: contents;
}
 
.home-text87 {
  display: inline-block;
  font-family: "Manrope";
}
 
.home-fragment55 {
  display: contents;
}
 
.home-text88 {
  display: inline-block;
  font-family: "Manrope";
}
 
.home-fragment56 {
  display: contents;
}
 
.home-text89 {
  display: inline-block;
}
 
.home-fragment57 {
  display: contents;
}
 
.home-text90 {
  display: inline-block;
  font-family: "Manrope";
}
 
@media(max-width: 991px) {
  .home-text13 {
    font-family: Manrope;
  }
  .home-text18 {
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
  }
  .home-text22 {
    font-size: 28px;
    font-family: Manrope;
    line-height: 120%;
  }
  .home-text29 {
    font-size: 28px;
    line-height: 120%;
  }
  .home-text31 {
    font-size: 28px;
    line-height: 120%;
  }
  .home-text33 {
    font-size: 28px;
    line-height: 120%;
  }
  .home-text36 {
    font-size: 24px;
    line-height: 140%;
  }
  .home-text37 {
    font-size: 16px;
    line-height: 150%;
  }
  .home-text38 {
    font-size: 24px;
    line-height: 140%;
  }
  .home-text40 {
    font-size: 16px;
    line-height: 150%;
  }
  .home-text44 {
    font-size: 18px;
    text-align: center;
    line-height: 150%;
  }
  .home-text50 {
    font-size: 24px;
    line-height: 140%;
  }
  .home-text51 {
    font-size: 24px;
    line-height: 140%;
  }
  .home-text57 {
    font-size: 16px;
    line-height: 150%;
  }
  .home-text61 {
    font-size: 16px;
    line-height: 150%;
  }
  .home-text67 {
    font-size: 28px;
    line-height: 120%;
  }
  .home-text71 {
    color: rgba(46, 38, 61, 0.898);
    font-size: 18px;
    line-height: 150%;
  }
  .home-text72 {
    font-size: 28px;
    line-height: 120%;
  }
  .home-text74 {
    font-size: 28px;
    font-family: Manrope;
    line-height: 120%;
  }
  .home-text78 {
    color: rgb(21, 120, 136);
    font-family: Manrope;
  }
}
 
@media(max-width: 767px) {
  .home-text74 {
    font-size: 28px;
    font-family: Manrope;
    line-height: 120%;
  }
}
 
@media(max-width: 479px) {
  .home-text14 {
    font-family: Manrope;
  }
  .home-text74 {
    font-size: 28px;
    line-height: 120%;
  }
}
