.hero_container {
    min-width: auto;
    background-color: #fff;
    display: flex;
    flex-direction: row;
    padding: 40px 60px 0px 40px;
    align-items: flex-end;
    justify-content: center;
    position: relative;

}

    .hero_container .hero_imageWrap {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .hero_container .hero_image {
        position: relative;
        display: block;
        font-size: 0;
        line-height: 0;
        width: 100%;
    }

    .hero_container .hero_holder {
        display: flex;
        flex-direction: column;
        padding: 16px;
        min-width: 450px;
        max-width: 450px;
        align-self: center;
    }

    .hero_container .hero_title {
        display: flex;
        padding-bottom: 36px;
    }

    .hero_container .hero_text {
        font-size: 48px;
        letter-spacing: 1.2px;
        font-weight: 700;
        line-height: 56px;
    }

    .hero_container .hero_buttons {
        display: flex;
    }

    .hero_container .hero_qrCode {
        padding-right: 36px;
        align-self: center;
    }

    .hero_container .hero_qr-code:empty {
        height: 130px;
        width: 130px;
    }

    .hero_container .hero_appStore {
        display: flex;
        height: 130px;
        justify-content: space-between;
        flex-direction: column;
    }

    .hero_container .hero_appStore svg {
        height: 46px;
        width: 150px;
        padding-top: 8px;
    }

    .hero_container .hero_googlePlay {
        margin-left: -4px;
        margin-top: -11px;
        height: 67px;
        width: 158px;
        padding-top: 0px;
    }

    .hero_container #hero_qr-target {
        border-radius: 10px;
    }

@media (max-width: 768px) {
    .hero_container {
        flex-direction: column;
        padding: 40px 24px 0;
        align-items: center;
    }

    .hero_holder {
        max-width: 50%;
        width: 215px;
        min-width: 44%;
    }

    .hero_title {
        padding-bottom: 8px;
    }

    .hero_text {
        font-size: 34px;
        line-height: 44px;
    }

    .hero_buttons {
        width: auto;
        justify-content: start;
    }

    .hero_qrCode {
        display: none;
    }

    .hero_appStore {
        flex-direction: column;
        height: 100px;
    }

    .hero_appStore svg {
        height: 40px;
        padding-top: 0;
        width: auto;
    }

    .hero_googlePlay {
        margin-left: -10px;
        height: 56px;
        width: 140px;
    }
}


.hero_bannerContainer {
    width: 100vw;
}

.hero_banner {
    width: 100%;
}
.description-container_textContainer {
  min-width: auto;
  max-width: 700px;
  align-self: center;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: flex-start;
  box-sizing: border-box;
  padding-bottom: 20px;
}

.description-container_title {
  color: #000;
  font-family: "asos sans display";
  font-size: 56px;
  font-style: normal;
  font-weight: 400;
  line-height: 99.2%;
  margin-bottom: 16px;
}

.description-container_subtitle {
  color: #000;
  font-family: "asos sans display";
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  margin-bottom: 40px;
  max-width: none;
  max-width: initial;
  margin-left: 6px;
}

.description-container_buttons {
  display: flex;
  gap: 40px;
  margin-bottom: 0;
}

.description-container_qrContainer {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}

.description-container_qrCode {
  align-self: center;
  height: 180px;
  width: 180px;
  display: block;
}

.description-container_qrCode canvas {
  height: 180px !important;
  width: 180px !important;
}

.description-container_storeIconContainer {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  max-width: 245px;
  box-sizing: border-box;
}

.description-container_storeIconContainer img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.description-container_appStore {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.description-container_ratingContainer {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 16px;
  margin-left: 8px;
}

.description-container_rating {
  display: flex;
  gap: 4px;
  justify-content: flex-start;
}

.description-container_ratingDescription {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0.8px;
}

.description-container_ratingDescription svg {
  width: 16px;
  height: 16px;
}

.description-container_imageWrap {
  max-width: 50%;
  padding-top: 80px;
  padding-right: 56px;
  display: flex;
  align-items: flex-end;
}

.description-container_image {
  display: block;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 1024px) {
  .description-container_container {
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }

  .description-container_textContainer {
    width: 100%;
    gap: 16px;
  }

  .description-container_imageWrap {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding: 0;
    padding: initial;
  }

  .description-container_image {
    position: relative;
    display: block;
    font-size: 0;
    line-height: 0;
    width: 100%;
  }

  .description-container_title {
    font-style: normal;
    font-weight: 400;
    line-height: 99.2%;
  }

  .description-container_subtitle {
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    max-width: 346px;
  }

  .description-container_buttons {
    justify-content: center;
    width: 100%;
  }

  .description-container_qrCode {
    align-self: center;
    height: 130px;
    width: 130px;
  }

  .description-container_qrCode canvas {
    height: 130px !important;
    width: 130px !important;
  }

  .description-container_storeIconContainer {
    max-width: 180px;
  }

  .description-container_appStore {
    justify-content: center;
    gap: 15px;
    align-items: center;
  }

  .description-container_ratingContainer {
    margin-left: 8px;
  }

  .description-container_rating {
    justify-content: flex-start;
  }

  .description-container_star {
    width: 18px;
    height: 18px;
  }

  .description-container_star path {
    transform: scale(1.2);
  }
}

@media screen and (max-width: 768px) {
  .description-container_qrCode {
    display: none;
    visibility: hidden;
    position: absolute;
    pointer-events: none;
  }

  .description-container_container {
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }

  .description-container_textContainer {
    width: 100%;
    text-align: center;
    align-items: center;
    gap: 16px;
  }

  .description-container_imageWrap {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding: 0;
    padding: initial;
  }

  .description-container_image {
    position: relative;
    display: block;
    font-size: 0;
    line-height: 0;
    width: 100%;
  }

  .description-container_title {
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 99.2%;
    margin: 0;
  }

  .description-container_subtitle {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
    max-width: 346px;
  }

  .description-container_buttons {
    justify-content: center;
    width: 100%;
  }

  .description-container_appStore {
    justify-content: center;
    gap: 15px;
    align-items: center;
    flex-direction: row;
  }

  .description-container_appStoreIcon {
    max-height: 48px;
  }

  .description-container_googlePlayIcon {
    max-height: 48px;
  }

  .description-container_ratingContainer {
    margin-left: 8px;
  }

  .description-container_rating {
    justify-content: center;
  }

  .description-container_star {
    width: 18px;
    height: 18px;
  }

  .description-container_star path {
    transform: scale(1.2);
  }
}

.sales-banner_container {
    text-align: center;
    padding: 24px;
    background-color: #000;
    color: #fff;
}

    .sales-banner_container .sales-banner_title {
        padding-top: 6px;
    }

    .sales-banner_container svg {
        height: 60px;
    }

    .sales-banner_container p {
        line-height: 1.38;
        letter-spacing: 0.4px;
        padding-top: 6px;
    }

    .sales-banner_container h2 {
        font-size: 24px;
        letter-spacing: 1.2px;
        font-weight: 600;
        line-height: 30px;
    }

    @media (max-width: 768px) {
        .sales-banner_container svg {
            height: 40px;
            width: 40px;
        }

        .sales-banner_container h2 {
            font-size: 18px;
            line-height: 24px;
        }
}
.perks_container {
    text-align: center;
    padding: 24px;
    margin: 24px 0 24px 0;
}

    .perks_container .perks_title {
        display: flex;
        justify-content: center;
    }

    .perks_container h2 {
        color: #000;
        font-size: 36px;
        letter-spacing: 1.2px;
        font-weight: 700;
        line-height: 44px;
        text-align: center; 
        background: #fff;
    }

    .perks_container h3 {
        font-size: 24px;
        letter-spacing: 1.2px;
        font-weight: 600;
        line-height: 30px;
        padding: 24px 0;
        white-space: pre-line;
    }

    .perks_container p {
        padding: 0 24px;
        line-height: 1.38;
        letter-spacing: 0.4px;
    }

    .perks_container .perks_icon svg {
        height: 60px;
        width: 60px;
    }

    .perks_container .perks_perksContainer {
        display: flex;
        justify-content: center;
        text-align: center;
        flex-wrap: wrap;
        margin-top: 52px;
    }

    .perks_container .perks_perkItem {
        width: 260px;
        min-width: 260px;
        padding-bottom: 36px;
    }

    .perks_container .perks_wordBreak {
        word-spacing: 260px;
    }

    @media (max-width: 768px) {

        .perks_container h3 {
            font-size: 18px;
            line-height: 24px;
        }

        .perks_container .perks_icon svg {
            height: 40px;
            width: 40px;
        }

        .perks_container .perks_perkItem {
            width: 50%;
            min-width: 50%;
          }
    }
.containers_appStoreSection {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 50px;
  box-sizing: border-box;
}

.containers_appStore {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-direction: row;
  align-items: center;
}

.containers_storeIconContainer {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  max-width: 245px;
  box-sizing: border-box;
}

.containers_storeIconContainer img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.containers_appStoreIcon {
  max-height: 67px;
}

.containers_googlePlayIcon {
  max-height: 67px;
}

@media screen and (max-width: 1024px) {
  .containers_storeIconContainer {
    max-width: 180px;
    min-width: 180px;
  }

  .containers_appStore {
    justify-content: center;
    gap: 15px;
    align-items: center;
  }

  .containers_appStoreIcon {
    max-height: 56px;
  }

  .containers_googlePlayIcon {
    max-height: 56px;
  }
}

@media screen and (max-width: 768px) {
  .containers_storeIconContainer img {
    max-height: 48px;
  }

  .containers_appStore {
    flex-direction: row;
    justify-content: center;
    gap: 15px;
  }

  .containers_storeIconContainer {
    height: 48px;
    max-width: none;
    max-width: initial;
    min-width: 0;
    min-width: initial;
  }

  .containers_appStoreIcon {
    max-height: 48px;
  }

  .containers_googlePlayIcon {
    max-height: 48px;
  }
}


/*# sourceMappingURL=our-apps.cf8e3e4d9693f0e51169.css.map*/