.app-store-mockup {
  background-color: #ffffff;
  width: 100%;
  max-width: 440px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  overflow: hidden;
}

@media (max-width: 440px) {
  .app-store-mockup {
    border-radius: 0;
    box-shadow: none;
  }
}

.app-store-mockup .list-view {
  width: 100%;
  min-height: 2807px;
  align-items: center;
  display: flex;
  position: relative;
  flex-direction: column;
}

.app-store-mockup .header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  padding: 20px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: #ffffff;
}

.app-store-mockup .div {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.app-store-mockup .frame {
  position: relative;
  width: 118px;
  height: 118px;
  border-radius: 25px;
  overflow: hidden;
  background: url(https://c.animaapp.com/mhvr4fh8hUze8x/img/frame-44.png) 50%
    50% / cover;
}

.app-store-mockup .app-icon {
  height: 118px;
  background: url(https://c.animaapp.com/mhvr4fh8hUze8x/img/appicon.png) 50% 50%
    / cover;
}

.app-store-mockup .frame-2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 11px;
  position: relative;
  flex: 1;
  align-self: stretch;
  flex-grow: 1;
}

.app-store-mockup .app-name {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  position: relative;
  flex: 1;
  align-self: stretch;
  width: 100%;
  flex-grow: 1;
}

.app-store-mockup .div-wrapper {
  display: inline-flex;
  align-items: flex-start;
  position: relative;
  align-self: stretch;
  flex: 0 0 auto;
}

.app-store-mockup .text-wrapper {
  position: relative;
  flex: 1;
  margin-top: -1.00px;
  font-family: "SF Pro-Semibold", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 22px;
  letter-spacing: -0.22px;
  line-height: 23px;
}

.app-store-mockup .div-wrapper-2 {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.app-store-mockup .text-wrapper-2 {
  position: relative;
  flex: 1;
  margin-top: -1.00px;
  font-family: "SF Pro-Regular", Helvetica;
  font-weight: 400;
  color: #727272;
  font-size: 14px;
  letter-spacing: 0;
  line-height: normal;
}

.app-store-mockup .action-field {
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.app-store-mockup .frame-3 {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  position: relative;
  flex: 0 0 auto;
}

.app-store-mockup .button-download {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px 24px;
  position: relative;
  flex: 0 0 auto;
  background-color: #256ef6;
  border-radius: 28px;
  text-decoration: none;
  cursor: pointer;
  transition: opacity 0.2s;
}

.app-store-mockup .button-download:hover {
  opacity: 0.8;
}

.app-store-mockup .text-wrapper-3 {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "SF Pro-Semibold", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 15px;
  letter-spacing: 0.30px;
  line-height: 16px;
  white-space: nowrap;
}

.app-store-mockup .trust-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px 24px;
  position: relative;
  flex: 0 0 auto;
  border-radius: 28px;
  border: 1.5px solid;
  border-color: #5e5b5b;
  text-decoration: none;
  cursor: pointer;
  transition: opacity 0.2s;
}

.app-store-mockup .trust-wrapper:hover {
  opacity: 0.8;
}

.app-store-mockup .trust {
  position: relative;
  width: fit-content;
  margin-top: -1.50px;
  font-family: "SF Pro-Semibold", Helvetica;
  font-weight: 400;
  color: #5e5b5b;
  font-size: 15px;
  letter-spacing: 0.30px;
  line-height: 16px;
  white-space: nowrap;
}

.app-store-mockup .icon-share {
  position: relative;
  width: 18px;
  height: 23px;
  background-image: url(https://c.animaapp.com/mhvr4fh8hUze8x/img/union-1.svg);
  background-size: 100% 100%;
  cursor: pointer;
  transition: opacity 0.2s;
  flex-shrink: 0;
}

.app-store-mockup .icon-share:hover {
  opacity: 0.7;
}

.app-store-mockup .divider {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 1px;
}

.app-store-mockup .info-carousel {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 61px;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}

.app-store-mockup .info-carousel::-webkit-scrollbar {
  height: 0;
  display: none;
}

.app-store-mockup .info-carousel-2 {
  display: inline-flex;
  align-items: center;
  position: relative;
  top: calc(50.00% - 31px);
}

.app-store-mockup .info {
  display: flex;
  flex-direction: column;
  width: 110px;
  align-items: flex-start;
  gap: 4px;
  position: relative;
}

.app-store-mockup .div-wrapper-3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.app-store-mockup .text-wrapper-4 {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "SF Pro-Regular", Helvetica;
  font-weight: 400;
  color: #727272;
  font-size: 12px;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}

.app-store-mockup .rate-count {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.app-store-mockup .text-wrapper-5 {
  position: relative;
  flex: 1;
  margin-top: -1.00px;
  font-family: "SF Pro-Semibold", Helvetica;
  font-weight: 400;
  color: #727272;
  font-size: 22px;
  text-align: center;
  letter-spacing: 0.44px;
  line-height: normal;
}

.app-store-mockup .rate-star {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 14px;
}

.app-store-mockup .img {
  position: relative;
  width: 1px;
  height: 38px;
}

.app-store-mockup .info-2 {
  display: flex;
  flex-direction: column;
  width: 110px;
  height: 62px;
  align-items: center;
  justify-content: center;
  gap: 4px;
  position: relative;
}

.app-store-mockup .text-wrapper-6 {
  position: relative;
  align-self: stretch;
  margin-top: -1.00px;
  font-family: "SF Pro-Regular", Helvetica;
  font-weight: 400;
  color: #727272;
  font-size: 12px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
}

.app-store-mockup .age {
  position: relative;
  flex: 1;
  width: 40px;
  flex-grow: 1;
}

.app-store-mockup .text-wrapper-7 {
  position: absolute;
  top: 0;
  left: calc(50.00% - 20px);
  font-family: "SF Pro-Semibold", Helvetica;
  font-weight: 400;
  color: #727272;
  font-size: 22px;
  letter-spacing: 0.44px;
  line-height: normal;
  white-space: nowrap;
}

.app-store-mockup .info-3 {
  display: flex;
  flex-direction: column;
  width: 110px;
  align-items: center;
  justify-content: center;
  gap: 4px;
  position: relative;
}

.app-store-mockup .preview {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  padding: 20px 20px 0px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: #ffffff;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}

.app-store-mockup .preview::-webkit-scrollbar {
  height: 0;
  display: none;
}

.app-store-mockup .preview-2 {
  position: relative;
  width: auto;
  height: 390px;
  max-width: none;
}

.app-store-mockup .device {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 16px;
}

.app-store-mockup .device-2 {
  display: flex;
  width: 100%;
  max-width: 400px;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.app-store-mockup .device-3 {
  display: inline-flex;
  gap: 12px;
  flex: 0 0 auto;
  align-items: center;
  position: relative;
}

.app-store-mockup .union {
  position: relative;
  width: 10px;
  height: 16px;
}

.app-store-mockup .text-wrapper-8 {
  position: relative;
  width: fit-content;
  font-family: "SF Pro-Semibold", Helvetica;
  font-weight: 400;
  color: #727272;
  font-size: 12px;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}

.app-store-mockup .vector {
  position: relative;
  width: 12.5px;
  height: 6.5px;
}

.app-store-mockup .divider-2 {
  margin-bottom: -1.00px;
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 1px;
}

.app-store-mockup .app-discription {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  gap: 20px;
  padding: 20px;
  position: relative;
  flex: 0 0 auto;
  background-color: #ffffff;
}

.app-store-mockup .app-discription-2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.app-store-mockup .beyond-limits {
  position: relative;
  align-self: stretch;
  margin-top: -1.00px;
  font-family: "SF Pro-Medium", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 19.6px;
}

.app-store-mockup .span {
  font-weight: 500;
}

.app-store-mockup .text-wrapper-9 {
  font-family: "SF Pro-Regular", Helvetica;
}

.app-store-mockup .text-wrapper-10 {
  top: 62px;
  left: 366px;
  font-size: 14px;
  letter-spacing: 0;
  position: absolute;
  font-family: "SF Pro-Regular", Helvetica;
  font-weight: 400;
  color: #256ef6;
  line-height: normal;
}

.app-store-mockup .rectangle {
  position: absolute;
  top: 63px;
  left: 320px;
  width: 46px;
  height: 17px;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.7) 27%,
    rgba(255, 255, 255, 0.95) 69%,
    rgba(255, 255, 255, 1) 100%
  );
}

.app-store-mockup .developer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.app-store-mockup .developer-2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  position: relative;
  flex: 1;
  flex-grow: 1;
}

.app-store-mockup .div-wrapper-4 {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  flex: 0 0 auto;
}

.app-store-mockup .text-wrapper-11 {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "SF Pro-Regular", Helvetica;
  font-weight: 400;
  color: #256ef6;
  font-size: 14px;
  letter-spacing: 0.14px;
  line-height: normal;
}

.app-store-mockup .text-wrapper-12 {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "SF Pro-Semibold", Helvetica;
  font-weight: 400;
  color: #727272;
  font-size: 12px;
  letter-spacing: -0.84px;
  line-height: normal;
  white-space: nowrap;
}

.app-store-mockup .vector-2 {
  position: relative;
  width: 6.5px;
  height: 12.5px;
}

.app-store-mockup .rate {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: flex-start;
  gap: 20px;
  padding: 20px;
  position: relative;
  flex: 0 0 auto;
}

.app-store-mockup .div-2 {
  display: flex;
  gap: 16px;
  align-self: stretch;
  width: 100%;
  align-items: center;
  position: relative;
  flex: 0 0 auto;
}

.app-store-mockup .section-title {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
  flex: 1;
  flex-grow: 1;
}

.app-store-mockup .text-wrapper-13 {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "SF Pro-Bold", Helvetica;
  font-weight: 700;
  color: #000000;
  font-size: 22px;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}

.app-store-mockup .rate-left {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  position: relative;
  flex: 0 0 auto;
}

.app-store-mockup .div-wrapper-5 {
  display: inline-flex;
  align-items: flex-start;
  position: relative;
  flex: 0 0 auto;
}

.app-store-mockup .text-wrapper-14 {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "SF Pro-Bold", Helvetica;
  font-weight: 700;
  color: #000000;
  font-size: 60px;
  letter-spacing: -1.80px;
  line-height: 48px;
  white-space: nowrap;
}

.app-store-mockup .rate-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
  position: relative;
  flex: 1;
  flex-grow: 1;
}

.app-store-mockup .img-2 {
  position: relative;
  flex: 0 0 auto;
}

.app-store-mockup .text-wrapper-15 {
  font-family: "SF Pro-Medium", Helvetica;
  font-weight: 500;
  font-size: 15px;
  text-align: right;
  white-space: nowrap;
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  color: #727272;
  letter-spacing: 0;
  line-height: normal;
}

.app-store-mockup .label {
  display: flex;
  align-items: flex-start;
  position: relative;
  flex: 1;
  flex-grow: 1;
}

.app-store-mockup .text-wrapper-16 {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "SF Pro-Semibold", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 16px;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}

.app-store-mockup .review-collection {
  position: relative;
  width: 100%;
  height: 130px;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}

.app-store-mockup .review-collection::-webkit-scrollbar {
  height: 0;
  display: none;
}

.app-store-mockup .review-collection-2 {
  display: inline-flex;
  align-items: flex-start;
  gap: 14px;
  position: relative;
}

.app-store-mockup .review {
  display: flex;
  flex-direction: column;
  width: calc(100vw - 52px);
  max-width: 388px;
  align-items: flex-start;
  gap: 16px;
  padding: 16px 20px;
  position: relative;
  background-color: #ffffff;
  border-radius: 21px;
  box-shadow: 2px 6px 13px #00000029;
}

.app-store-mockup .review-2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.app-store-mockup .review-header {
  display: flex;
  align-items: flex-start;
  gap: 23px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.app-store-mockup .review-header-left {
  flex-direction: column;
  gap: 12px;
  flex: 1;
  flex-grow: 1;
  display: flex;
  align-items: flex-start;
  position: relative;
}

.app-store-mockup .text-wrapper-17 {
  position: relative;
  align-self: stretch;
  margin-top: -1.00px;
  font-family: "SF Pro-Semibold", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 14px;
  letter-spacing: 0;
  line-height: normal;
}

.app-store-mockup .review-rate-name {
  display: inline-flex;
  align-items: flex-start;
  gap: 10px;
  position: relative;
  flex: 0 0 auto;
}

.app-store-mockup .review-date-wrapper {
  align-items: flex-start;
  justify-content: flex-end;
  gap: 4px;
  display: inline-flex;
  position: relative;
  flex: 0 0 auto;
}

.app-store-mockup .text-wrapper-18 {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "SF Pro-Regular", Helvetica;
  font-weight: 400;
  color: #727272;
  font-size: 12px;
  text-align: right;
  letter-spacing: -0.24px;
  line-height: normal;
  white-space: nowrap;
}

.app-store-mockup .review-3 {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 49px;
}

.app-store-mockup .review-4 {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 348px;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
}

.app-store-mockup .p {
  position: relative;
  align-self: stretch;
  margin-top: -1.00px;
  font-family: "SF Pro-Regular", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 16.6px;
}

.app-store-mockup .text-wrapper-19 {
  right: 0;
  bottom: 0;
  font-size: 12px;
  letter-spacing: 0.36px;
  white-space: nowrap;
  position: absolute;
  font-family: "SF Pro-Regular", Helvetica;
  font-weight: 400;
  color: #256ef6;
  line-height: normal;
}

.app-store-mockup .rectangle-2 {
  position: absolute;
  top: 99px;
  left: 297px;
  width: 35px;
  height: 17px;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.7) 27%,
    rgba(255, 255, 255, 0.95) 69%,
    rgba(255, 255, 255, 1) 100%
  );
}

.app-store-mockup .review-5 {
  display: flex;
  flex-direction: column;
  height: 98px;
  align-items: flex-start;
  gap: 6px;
  position: relative;
  align-self: stretch;
  width: 100%;
}

.app-store-mockup .review-wrapper {
  position: relative;
  flex: 1;
  align-self: stretch;
  width: 100%;
  flex-grow: 1;
}

.app-store-mockup .review-6 {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 348px;
  align-items: center;
  position: relative;
}

.app-store-mockup .update {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: flex-start;
  gap: 16px;
  padding: 20px;
  position: relative;
  flex: 0 0 auto;
}

.app-store-mockup .div-wrapper-6 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  flex: 1;
  flex-grow: 1;
}

.app-store-mockup .text-wrapper-20 {
  margin-top: -1.00px;
  font-family: "SF Pro-Regular", Helvetica;
  font-weight: 400;
  color: #727272;
  font-size: 14px;
  letter-spacing: 0;
  line-height: normal;
  position: relative;
  align-self: stretch;
}

.app-store-mockup .text-wrapper-21 {
  font-family: "SF Pro-Regular", Helvetica;
  font-weight: 400;
  font-size: 14px;
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  color: #727272;
  letter-spacing: 0;
  line-height: normal;
}

.app-store-mockup .just-leveled-wrapper {
  padding: 0px 0px 10px;
  align-self: stretch;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  flex: 0 0 auto;
}

.app-store-mockup .just-leveled {
  position: relative;
  align-self: stretch;
  margin-top: -1.00px;
  font-family: "SF Pro-Regular", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 19.6px;
}

.app-store-mockup .update-2 {
  width: 100%;
  gap: 16px;
  padding: 20px;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  flex: 0 0 auto;
}

.app-store-mockup .label-2 {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: flex-start;
  position: relative;
}

.app-store-mockup .div-3 {
  position: relative;
  align-self: stretch;
  margin-top: -1.00px;
  font-family: "SF Pro-Regular", Helvetica;
  font-weight: 400;
  color: transparent;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 14px;
}

.app-store-mockup .text-wrapper-22 {
  color: #727272;
  line-height: 19.6px;
}

.app-store-mockup .text-wrapper-23 {
  color: #256ef6;
  line-height: 19.6px;
}

.app-store-mockup .value {
  position: relative;
  width: 38px;
  height: 13px;
  margin-right: -54.00px;
}

.app-store-mockup .data-box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  padding: 20px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.app-store-mockup .review-7 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 26px 37px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: #ffffff;
  border-radius: 21px;
  box-shadow: 2px 6px 13px #00000033;
}

.app-store-mockup .div-4 {
  position: relative;
  width: 30px;
  height: 30px;
}

.app-store-mockup .vector-3 {
  position: absolute;
  width: 55.35%;
  height: 59.87%;
  top: 19.98%;
  left: 22.09%;
}

.app-store-mockup .subtract {
  position: absolute;
  width: 103.38%;
  height: 103.38%;
  top: 0;
  left: 0;
}

.app-store-mockup .review-8 {
  display: flex;
  flex-direction: column;
  height: 83px;
  align-items: center;
  gap: 2px;
  position: relative;
  align-self: stretch;
  width: 100%;
}

.app-store-mockup .review-header-left-wrapper {
  justify-content: center;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  display: flex;
  align-items: flex-start;
  position: relative;
}

.app-store-mockup .review-title-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  position: relative;
  flex: 1;
  flex-grow: 1;
}

.app-store-mockup .text-wrapper-24 {
  position: relative;
  align-self: stretch;
  margin-top: -1.00px;
  font-family: "SF Pro-Bold", Helvetica;
  font-weight: 700;
  color: #000000;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
}

.app-store-mockup .content {
  display: flex;
  width: 100%;
  max-width: 326px;
  align-items: center;
  justify-content: center;
  position: relative;
  flex: 0 0 auto;
}

.app-store-mockup .frame-4 {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex: 1;
  flex-grow: 1;
}

.app-store-mockup .text-wrapper-25 {
  position: relative;
  width: 100%;
  max-width: 326.76px;
  margin-top: -1.00px;
  font-family: "SF Pro-Regular", Helvetica;
  font-weight: 400;
  color: #727272;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0;
  line-height: 19.6px;
}

.app-store-mockup .frame-5 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
  position: relative;
  flex: 0 0 auto;
}

.app-store-mockup .review-rate-name-2 {
  padding: 2px 0px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: relative;
  flex: 0 0 auto;
}

.app-store-mockup .identifiers {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  position: relative;
  flex: 0 0 auto;
}

.app-store-mockup .img-wrapper {
  position: relative;
  width: 19px;
  height: 16px;
}

.app-store-mockup .group {
  position: absolute;
  top: calc(50.00% - 6px);
  left: calc(50.00% - 9px);
  width: 18px;
  height: 12px;
}

.app-store-mockup .text-wrapper-26 {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "SF Pro-Regular", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 12px;
  text-align: right;
  letter-spacing: -0.24px;
  line-height: normal;
  white-space: nowrap;
}

.app-store-mockup .review-9 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.app-store-mockup .subtract-2 {
  position: absolute;
  width: 41.25%;
  height: 58.20%;
  top: 17.66%;
  left: 22.50%;
}

.app-store-mockup .subtract-3 {
  position: absolute;
  width: 99.13%;
  height: 99.13%;
  top: 0;
  left: 0;
}

.app-store-mockup .line-stroke {
  position: absolute;
  width: 93.91%;
  height: 93.91%;
  top: 3.23%;
  left: 3.45%;
}

.app-store-mockup .vector-4 {
  position: absolute;
  top: calc(50.00% - 7px);
  left: calc(50.00% - 8px);
  width: 17px;
  height: 14px;
}

.app-store-mockup .review-rate-name-3 {
  padding: 6px 0px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: relative;
  flex: 0 0 auto;
}

.app-store-mockup .vector-5 {
  position: absolute;
  top: calc(50.00% - 8px);
  left: calc(50.00% - 7px);
  width: 14px;
  height: 15px;
}

.app-store-mockup .information {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 450px;
  align-items: flex-start;
  gap: 12px;
  padding: 20px 20px 0px;
  position: relative;
  background-color: #ffffff;
}

.app-store-mockup .list {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0px 0px 24px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.app-store-mockup .row {
  align-items: flex-start;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  display: flex;
  position: relative;
  flex-direction: column;
}

.app-store-mockup .row-2 {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 10px 0px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.app-store-mockup .text-wrapper-27 {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "SF Pro-Regular", Helvetica;
  font-weight: 400;
  color: #727272;
  font-size: 11px;
  letter-spacing: 0.22px;
  line-height: 16px;
  white-space: nowrap;
}

.app-store-mockup .text-wrapper-28 {
  position: relative;
  align-self: stretch;
  margin-top: -1.00px;
  font-family: "SF Pro-Regular", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 12px;
  text-align: right;
  letter-spacing: 0;
  line-height: 16px;
}

.app-store-mockup .text-wrapper-29 {
  position: relative;
  align-self: stretch;
  margin-top: -1.00px;
  font-family: "SF Pro-Regular", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 12px;
  text-align: right;
  letter-spacing: -0.24px;
  line-height: 16px;
}

.app-store-mockup .img-3 {
  position: relative;
  width: 16px;
  height: 16px;
}

.app-store-mockup .text-wrapper-30 {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "SF Pro-Regular", Helvetica;
  font-weight: 400;
  color: #256ef6;
  font-size: 11px;
  letter-spacing: 0.22px;
  line-height: 16px;
  white-space: nowrap;
}
