@font-face {
  font-family: 'Metropolis-Regular';
  src: url('./fonts/Metropolis-Regular.otf');
}
@font-face {
  font-family: 'Metropolis-Black';
  src: url('./fonts/Metropolis-Black.otf');
}
@font-face {
  font-family: 'Metropolis-Bold';
  src: url('./fonts/Metropolis-Bold.otf');
}
@font-face {
  font-family: 'Metropolis-Medium';
  src: url('./fonts/Metropolis-Medium.otf');
}
@font-face {
  font-family: 'Metropolis-SemiBold';
  src: url('./fonts/Metropolis-SemiBold.otf');
}
body {
  font-family: Metropolis-Regular, Metropolis;
  
}
.group-common {
  display: flex;
  justify-content: flex-start;
  align-self: center;
  width: 100vw;
}
.info-common {
  align-self: flex-start;
  overflow: hidden;
  color: rgba(0, 42, 52, 1);
  white-space: break-spaces;
  text-overflow: ellipsis;
  webkit-box-orient: vertical;
}
.minutes-common {
  align-self: center;
  color: rgba(0, 42, 52, 1);
  white-space: nowrap;
}
.page {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 100vw;
  font-family: Metropolis-Regular, Metropolis;
}
.group {
}
.group-1 {
  display: flex;
  justify-content: center;
  align-self: flex-start;
  width: 100vw;
  padding: 10px 22px;
  background-color: #c1fd00ff;
}
.block {
  display: flex;
  justify-content: flex-start;
  align-self: flex-start;
  width: 100%;
}
.container {
  display: flex;
  justify-content: space-between;
  align-self: center;
  width: 100%;
  /* padding: 6px 12px; */
  background-color: #c1fd00ff;
}
.action-bg {
  align-self: center;
  height: 36px;
}

.group-2 {
  height: 152.2222vw;
}
.group-3 {
  display: flex;
  justify-content: center;
  align-self: flex-start;
  width: 100vw;
  height: 152.2222vw;
  background-color: #efffbaff;
}
.block-1 {
  display: flex;
  justify-content: flex-start;
  align-self: flex-start;
  width: 100vw;
  height: 152.2222vw;
}
.container-1 {
  display: flex;
  justify-content: flex-start;
  align-self: flex-start;
  width: 100vw;
  height: 152.222vw;
  background-image: url(./images/mobile_merge1st.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-origin: padding-box;
}
.wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-self: flex-start;
  height: 300px;
  padding: 0 20px;
}
.group-4 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-self: center;
  margin-top: 95px;
}
.info {
  font-family: Metropolis-Bold, Metropolis;
  font-size: 28px;
  line-height: 34px;
}
.article {
  margin-top: 13px;
  font-family: Metropolis;
  font-size: 12px;
  font-weight: 300;
  line-height: 17px;
  webkit-line-clamp: 3;
}
.bg {
  margin-top: 12px;
  align-self: center;
  width: 100%;
}
.group-5 {
}
.group-6 {
  display: flex;
  justify-content: center;
  align-self: flex-start;
  width: 100vw;
  background-color: #ffffffff;
}
.block-2 {
  display: flex;
  justify-content: flex-start;
  align-self: flex-start;
  width: 100vw;
}
.container-2 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-self: center;
  width: 100vw;
  background-color: #ffffffff;
  padding: 0 20px;
  box-sizing: border-box;
}
.item {
  align-self: center;
  width: 66%;
  height: 66%;
  margin: 42px auto 0;
}
.wrapper-1 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-self: center;
  width: 100vw;
}
.group-7 {
  display: flex;
  align-self: flex-start;
  width: 100vw;
}
.block-tt {
  margin-top: 45px;
  display: flex;
  justify-content: flex-start;
  margin-left: 22px;
}
.icon-crown {
  align-self: center;
  width: 36px;
  height: 36px;
  margin-right: 5px;
}
.reasons-choose {
  align-self: center;
  margin-top: 1px;
  font-family: Metropolis-Bold, Metropolis;
  font-size: 24px;
  color: rgba(0, 42, 52, 1);
  white-space: nowrap;
}
.group-8 {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  margin-top: 22px;
}
.icon {
  align-self: center;
  width: 38px;
  height: 38px;
  margin: 0 0 0 10px;
}
.percent-prev {
  align-self: center;
  font-size: 15px;
  color: rgba(0, 42, 52, 1);
  white-space: nowrap;
}
.percent {
  align-self: center;
  font-family: Metropolis-Bold, Metropolis;
  font-size: 17px;
  color: rgba(0, 42, 52, 1);
  white-space: nowrap;
}
.group-9 {
  display: flex;
  justify-content: flex-start;
  margin-top: 11px;
}
.icon-avatar {
  align-self: center;
  width: 32px;
  height: 32px;
  margin: 0 0 0 10px;
}
.tag {
  align-self: center;
  margin: 0 0 0 4px;
  font-size: 16px;
  color: rgba(0, 42, 52, 1);
  white-space: nowrap;
}
.months {
  align-self: center;
  font-family: Metropolis-Bold, Metropolis;
  font-size: 17px;
  color: rgba(0, 42, 52, 1);
  white-space: nowrap;
}
.repayment-terms {
  align-self: center;
  font-size: 15px;
  color: rgba(0, 42, 52, 1);
  white-space: nowrap;
}
.group-10 {
  display: flex;
  justify-content: flex-start;
  margin-top: 10px;
  margin-left: -2px;
}
.icon-hot {
  align-self: center;
  width: 40px;
  height: 40px;
  margin-left: 10px;
}
.borrow {
  align-self: center;
  font-size: 15px;
  color: rgba(0, 42, 52, 1);
  white-space: nowrap;
}
.pesos {
  align-self: center;
  font-family: Metropolis-Bold, Metropolis;
  font-size: 17px;
  color: rgba(0, 42, 52, 1);
  white-space: nowrap;
}
.group-11 {
  display: flex;
  justify-content: flex-start;
  margin-top: 10px;
}
.view {
  display: flex;
  align-self: center;
  margin-left: 8px;
}
.icon-logo {
  align-self: center;
  width: 36px;
  height: 36px;
}
.sec {
  align-self: center;
  font-family: Metropolis-Bold, Metropolis;
  font-size: 17px;
  color: rgba(0, 42, 52, 1);
  text-transform: uppercase;
  white-space: nowrap;
}
.info-1 {
  align-self: center;
  font-size: 15px;
  color: rgba(0, 42, 52, 1);
  white-space: nowrap;
}
.group-12 {
  display: flex;
  justify-content: space-between;
  align-self: flex-start;
  margin: 10px 0 0 10px;
}
.icon-crown-1 {
  align-self: center;
  width: 28px;
  height: 28px;
}
.view-1 {
  display: flex;
  justify-content: flex-start;
  align-self: center;
  height: 36px;
}
.minutes {
  margin-bottom: 2px;
  font-family: Metropolis-Bold, Metropolis;
  font-size: 17px;
}
.info-2 {
  margin-top: 2px;
  font-size: 15px;
}
.mk-22-mod {
  display: flex;
  justify-content: center;
   width: 100vw;
  background-color: #efffbaff;
  font-family: Metropolis-Regular, Metropolis;
}
.mk-22-container {
  display: flex;
  justify-content: flex-start;
  align-self: flex-start;
  width: 100vw;
}
.mk-22-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-self: flex-start;
  width: 100vw;
  background-color: #efffbaff;
}
.mk-22-primary {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.mk-22-view {
  display: flex;
  align-self: flex-start;
  width: 348px;
}
.mk-22-icon-crown {
  align-self: center;
  width: 36px;
  height: 36px;
  margin-right: 5px;

}
.mk-22-steps-borrow {
  align-self: center;
  font-family: Metropolis-Bold, Metropolis;
  font-size: 24px;
  color: rgba(0, 42, 52, 1);
  white-space: nowrap;
}
.mk-22-view-item-0 {
  display: flex;
  justify-content: flex-start;
  height: 20px;
  margin-top: 14px;
}
.mk-22-icon {
  align-self: center;
  width: 38px;
  height: 38px;
  margin-left: -4px;
}
.mk-22-info {
  align-self: center;
  margin: 0 0 3px 9px;
  font-size: 15px;
  color: rgba(0, 42, 52, 1);
  white-space: nowrap;
}
.mk-22-view-item-1 {
  display: flex;
  align-self: flex-start;
  height: 20px;
  margin-top: 14px;
}
.mk-22-icon-avatar {
  align-self: center;
  width: 32px;
  height: 32px;
}
.mk-22-info-1 {
  align-self: center;
  margin-left: 14px;
  font-size: 15px;
  color: rgba(0, 42, 52, 1);
  white-space: nowrap;
}

.mk-22-info-5 {
  align-self: center;
  margin-left: 5px;
  font-size: 15px;
  color: rgba(0, 42, 52, 1);
  white-space: nowrap;
}
.mk-22-view-item-2 {
  display: flex;
  justify-content: flex-start;
  height: 20px;
  margin-top: 14px;
}
.mk-22-icon-hot {
  align-self: center;
  width: 40px;
  height: 40px;
}
.mk-22-info-2 {
  align-self: center;
  margin: 0 0 0px 7px;
  font-size: 15px;
  color: rgba(0, 42, 52, 1);
  white-space: nowrap;
}
.mk-22-view-item-3 {
  display: flex;
  justify-content: flex-start;
  height: 20px;
  margin-top: 14px;
}
.mk-22-icon-logo {
  align-self: center;
  width: 36px;
  height: 36px;
  margin-left: 2px;
}
.mk-22-info-3 {
  align-self: center;
  margin: 4px 0 0 9px;
  font-size: 15px;
  color: rgba(0, 42, 52, 1);
  white-space: nowrap;
}
.mk-22-view-1 {
  display: flex;
  justify-content: flex-start;
  margin-top: 18px;
}
.mk-22-icon-crown-1 {
  align-self: center;
  width: 28px;
  height: 28px;
  margin: 0 0 4px 5px;
}
.mk-22-repay-time {
  align-self: center;
  margin-left: 14px;
  font-size: 15px;
  color: rgba(0, 42, 52, 1);
  white-space: nowrap;
}
.mk-22-item {
  margin-top: 42px;
  align-self: center;
  width: 80vw;
  margin-left: 15vw;
}

.mk33WrapperCommon {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-self: center;
}
.mk33GroupCommon {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-self: center;
  margin-top: 30px;
}
.mk33Title2Common {
  align-self: center;
  overflow: hidden;
  font-size: 18px;
  line-height: 27px;
  color: rgba(0, 42, 52, 1);
  text-overflow: ellipsis;
}
.page {
  /* display: flex; */
  /* justify-content: center; */
  /* width: 100vw; */
  height: 1039px;
  /* padding: 0 12px; */
  background-color: rgba(255, 255, 255, 1);
  font-family: Metropolis-Regular;
  border-radius: 0px;
}
.mk33Mk33 {
  display: flex;
  justify-content: flex-start;
  align-self: flex-start;
  width: 100vw;
  overflow-x: hidden;
}
.mk33Block {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-self: flex-start;
  width: 100vw;
  /*background-image: url(./images3/img_10.png);*/
  /*background-size: 247px 147px;*/
}
.btm-img-wrap {
  height: 189px;
  min-height: 189px;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.img10 {
  position: absolute;
  width: 197px;
  right: -30px;
  bottom: 0;
}

.mk33Header {
}
.mk33IconCrown {
  width: 36px;
  height: 36px;
  margin: 0 5px 3px 0;
}
.mk33CustomersVoices {
  align-self: center;
  font-family: Metropolis-Bold;
  font-size: 24px;
  line-height: 29px;
  color: rgba(0, 42, 52, 1);
  white-space: nowrap;
}
.mk33Body {
  padding: 0 24px;
  flex-direction: column;
}
.mk33Wrapper {
  margin-left: 23px;
}
.mk33ItemItem0 {
  align-self: center;
  width: 218px;
  height: 249px;
}
.mk33ItemItem1 {
  align-self: center;
  width: 218px;
  height: 249px;
  margin-top: 25px;
}
.mk33ItemItem2 {
  align-self: center;
  width: 218px;
  height: 249px;
  margin-top: 25px;
}
.mk33View {
  margin-top: 30px;
  display: flex;
  font-size: 20px;
  color: #002A34;
  font-family: Metropolis-Bold;
  line-height: 36px;
}
.mk33Icon {
  align-self: center;
  width: 37px;
  height: 37px;
}
.mk33KiehMingoy {
  align-self: center;
  margin: 5px 0 0 10px;
  font-family: Metropolis-Bold;
  font-size: 20px;
  line-height: 28px;
  color: rgba(0, 42, 52, 1);
}
.mk33Logo {
  align-self: center;
  width: auto;
  height: 14px;
  margin: 3px 0 0 19px;
}
.mk33Article {
  align-self: flex-start;
  overflow: hidden;
  font-size: 15px;
  line-height: 24px;
  color: rgba(0, 42, 52, 1);
  text-align: justify;
  margin-top: 20px;
  font-family: Metropolis-Regular, Metropolis;

}
.mk33Group1 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.mk33Summary {
  align-self: center;
  overflow: hidden;
  max-width: 654px;
  margin-right: 6px;
  font-size: 18px;
  line-height: 27px;
  color: rgba(0, 42, 52, 1);
  text-indent: 5.2199859619140625px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.mk33Summary1 {
  align-self: center;
  overflow: hidden;
  max-width: 654px;
  margin-left: 6px;
  font-size: 18px;
  line-height: 27px;
  color: rgba(0, 42, 52, 1);
  text-indent: 5.2199859619140625px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.mk33Summary2 {
  align-self: center;
  overflow: hidden;
  width: 651px;
  height: 54px;
  margin-left: 5px;
  font-size: 18px;
  line-height: 27px;
  color: rgba(0, 42, 52, 1);
  text-align: left;
  text-indent: 5.2199859619140625px;
  white-space: break-spaces;
  text-overflow: ellipsis;
  webkit-line-clamp: 2;
  webkit-box-orient: vertical;
}
.mk33View1 {
  display: flex;
  justify-content: flex-start;
  align-self: center;
  width: 662px;
  margin-top: 62px;
}
.mk33Icon1 {
  align-self: center;
  width: 37px;
  height: 37px;
}
.mk33LizaCaada {
  align-self: center;
  margin: 5px 0 0 7px;
  font-family: Metropolis-Bold;
  font-size: 20px;
  line-height: 28px;
  color: rgba(0, 42, 52, 1);
  white-space: nowrap;
}

.mk33Group2 {
  margin-top: 3px;
}
.mk33Article1 {
  align-self: flex-start;
  overflow: hidden;
  width: 656px;
  height: 54px;
  margin-left: 10px;
  font-size: 18px;
  line-height: 27px;
  color: rgba(0, 42, 52, 1);
  text-align: left;
  text-indent: 5.2199859619140625px;
  text-overflow: ellipsis;
  webkit-line-clamp: 2;
  webkit-box-orient: vertical;
}
.mk33Title {
  align-self: flex-start;
  margin-left: 10px;
  font-size: 18px;
  line-height: 27px;
  color: rgba(0, 42, 52, 1);
  text-indent: 5.2199859619140625px;
  white-space: nowrap;
}
.mk33Summary3 {
  align-self: flex-start;
  overflow: hidden;
  max-width: 656px;
  margin-left: 10px;
  font-size: 18px;
  line-height: 27px;
  color: rgba(0, 42, 52, 1);
  text-indent: 5.2199859619140625px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.mk33Title1 {
  align-self: center;
  overflow: hidden;
  max-width: 664px;
  margin-left: 1px;
  font-size: 18px;
  line-height: 27px;
  color: rgba(0, 42, 52, 1);
  text-indent: 5.2199859619140625px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.mk33Summary4 {
  align-self: flex-start;
  overflow: hidden;
  width: 655px;
  height: 54px;
  margin-left: 10px;
  font-size: 18px;
  line-height: 27px;
  color: rgba(0, 42, 52, 1);
  text-align: left;
  text-indent: 5.2199859619140625px;
  white-space: break-spaces;
  text-overflow: ellipsis;
  webkit-line-clamp: 2;
  webkit-box-orient: vertical;
}
.mk33View2 {
  display: flex;
  justify-content: flex-start;
  align-self: flex-start;
  margin-top: 68px;
}
.mk33Icon2 {
  align-self: center;
  width: 37px;
  height: 37px;
}
.mk33JoenelTaniegra {
  align-self: center;
  margin: 5px 0 0 10px;
  font-family: Metropolis-Bold;
  font-size: 20px;
  line-height: 28px;
  color: rgba(0, 42, 52, 1);
  white-space: nowrap;
}

.mk33Article2 {
  align-self: flex-start;
  overflow: hidden;
  width: 655px;
  height: 54px;
  margin: 6px 0 0 10px;
  font-size: 18px;
  line-height: 27px;
  color: rgba(0, 42, 52, 1);
  text-align: left;
  text-overflow: ellipsis;
  webkit-line-clamp: 2;
  webkit-box-orient: vertical;
}
.mk33Group3 {
}
.mk33Title2 {
  max-width: 666px;
  white-space: nowrap;
}
.mk33Summary5 {
  width: 647px;
  height: 54px;
  margin-left: 1px;
  text-align: left;
  white-space: break-spaces;
  webkit-line-clamp: 2;
  webkit-box-orient: vertical;
}

.mk-44-body-common {
  display: flex;
  justify-content: flex-start;
  align-self: center;
  width: 100vw;
}
.mk-44-article-common {
  font-size: 14px;
  line-height: 24px;
  color: rgba(255, 255, 255, 1);
  text-align: justify;
}
.mk-44-customer-service-common {
  align-self: center;
  font-family: Metropolis-Bold, Metropolis;
  font-size: 16px;
  line-height: 25px;
  color: rgba(255, 255, 255, 1);
  white-space: nowrap;
}
.mk-44-email-prev-common {
  font-size: 16px;
  line-height: 25px;
  color: rgba(255, 255, 255, 1);
}
.mk-44-tag-common {
  font-size: 16px;
  line-height: 25px;
  color: rgba(255, 255, 255, 1);
}
.mk-44-mod {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 100vw;
  font-family: Metropolis-Regular, Metropolis;
}
.mk-44-body {
}
.mk-44-group {
  display: flex;
  justify-content: center;
  align-self: flex-start;
  width: 100vw;
  background-color: #005f76ff;
}
.mk-44-block {
  display: flex;
  justify-content: flex-start;
  align-self: flex-start;
  width: 100vw;
}
.mk-44-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-self: flex-start;
  width: 100vw;
  box-sizing: border-box;
  padding: 48px 24px;
  background-color: #005f76ff;
}
.mk-44-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.mk-44-large-icon {
  width: 75px;
  height: 80px;
}
.mk-44-title {
  align-self: flex-end;
  font-family: Metropolis-Bold, Metropolis;
  font-size: 14px;
  line-height: 20px;
  color: rgba(255, 255, 255, 1);
}
.mk-44-info {
  font-size: 14px;
  line-height: 20px;
  color: rgba(255, 255, 255, 1);
}
.mk-44-wrapper-1 {
  display: flex;
  justify-content: space-between;
  align-self: center;
  flex-direction: column;
  margin-top: 19px;
}
.mk-44-group-1 {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-self: flex-start;
  margin-left: 1px;
}
.mk-44-article {
  align-self: flex-start;
  webkit-line-clamp: 5;
}
.mk-44-summary {
  position: absolute;
  left: 50%;
  top: 125px;
  width: 493px;
  height: 75px;
  transform: translateX(-50%);
  webkit-line-clamp: 3;
}
.mk-44-group-2 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-self: flex-start;
}
.mk-44-view {
  margin-top: 32px;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
}
.mk-44-customer-service {
}
.mk-44-email {
  margin-left: 128px;
}
.mk-44-view-1 {
  display: flex;
  justify-content: space-between;
  align-self: center;
  width: 403px;
  margin-top: 3px;
}
.mk-44-email-prev {
  overflow: hidden;
  width: 214px;
  height: 51px;
  text-align: left;
  white-space: normal;
  text-overflow: ellipsis;
  webkit-line-clamp: 2;
  webkit-box-orient: vertical;
}
.mk-44-email-1 {
  white-space: nowrap;
}
.mk-44-view-2 {
  display: flex;
  justify-content: flex-start;
  align-self: center;
  width: 403px;
  margin-top: 27px;
}
.mk-44-title-1 {
  align-self: flex-start;
  font-family: Metropolis-Bold, Metropolis;
  font-size: 16px;
  line-height: 25px;
  color: rgba(255, 255, 255, 1);
  text-align: left;
  text-overflow: ellipsis;
  webkit-line-clamp: 2;
  webkit-box-orient: vertical;
}
.mk-44-footer {
}
.mk-44-group-3 {
  display: flex;
  justify-content: center;
  align-self: flex-start;
  width: 100vw;
  padding: 0 12px;
  background-color: #002a34ff;
}
.mk-44-block-1 {
  display: flex;
  justify-content: space-between;
  align-self: flex-start;
  flex-direction: column;
  padding: 19px 12px 28px;
  background-color: #002a34ff;
}
.mk-44-container-1 {
  display: flex;
  justify-content: flex-start;
  height: 41px;
}

.mk-44-container1 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-left: 20px;
}

.mk-44-icon-add {
  align-self: center;
  width: 39px;
  height: 39px;
}
.mk-44-icon-camera {
  align-self: center;
  width: 41px;
  height: 41px;
  margin-left: 17px;
}
.mk-44-icon-play {
  align-self: center;
  width: 33px;
  height: 33px;
  margin-left: 20px;
  margin-top: 5px;
}
.mk-44-container-2 {
  display: flex;
  justify-content: flex-start;
  align-self: flex-end;
  margin-top: 24px;
}
.mk-44-tag {
  font-family: Helvetica;
}
.mk-44-title-2 {
}
.mk33{
  display: flex;
    justify-content: center;
    width: 100vw;
}

.faq-container {
  width: 100%;
}
.faq-list {
  list-style: none;
  padding: 0 26px;
}
.faq-list .text {
  margin: 15px 0 30px;
  font-family: Metropolis, Metropolis;
  font-weight: 400;
  font-size: 14px;
  color: #002A34;
  line-height: 21px;
  text-align: justify;
}
.faq-container .mk33Header {
  margin-top: 60px;
}
.faq {
  align-self: center;
  font-size: 22px;
  line-height: 26px;
  color: rgba(0, 42, 52, 1);
  text-transform: uppercase;
  white-space: nowrap;
  font-family: Metropolis-Medium, Metropolis;
  font-size: 14px;
}
.faq.cur {
  
  display: inline-block;
  border-bottom: 4px solid #002A34;
  line-height: 26px;
}
.faq.href {
  text-decoration: none;
}
.faq.href:hover {
  text-decoration: underline;
  opacity: 0.8;
}
.content-grounp {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.high-light-text {
  font-size: 28px;
  font-family: Metropolis-Bold, Metropolis-Regular;
}
.qr-block {
  position: relative;
}
.applestore-block {
  position: absolute;
  top: 0;
  left: 0;
  height: 50px;
  width: 140px;
  z-index: 9;
  cursor: pointer;
}
.gp-block {
  position: absolute;
  top: 0;
  left: 160px;
  height: 50px;
  width: 160px;
  z-index: 9;
  cursor: pointer;
}
.qr-block .qr {
  display: none;
  position: absolute;
  bottom: 100%;
  margin-bottom: 10px;
  left: 0;
  z-index: 99;
  width: 160px;
  height: 160px;
}
.applestore-block:hover .qr, .gp-block:hover .qr {
  display: block;
}
.quetion-tt {
  font-family: Metropolis-Bold, Metropolis;
  font-weight: bold;
  font-size: 16px;
  color: #002A34;
  line-height: 24px;
  text-align: left;
  font-style: normal;
}
.q-icon {
  width: 36px;
  height: 36px;
  margin-left: -6px;
  margin-right: 4px;
}
.faq-container .q-icon {
  margin-top: -4px;
}

.reason-group {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}

.reason-group .icon {
  width: 24px;
  height: 24px;
}

.step-wrap .emphasis {
  font-size: 17px;
  font-family: Metropolis-Bold,  Metropolis;
}

.step-wrap {
  margin: 0 22px 38px;
}
.reason-cont {
  padding: 0 22px;
}
.terms-link {
  font-family: Metropolis-Bold,  Metropolis;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
}