@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400; 0,700; 1,400; 1,700; 1,900&display=swap");
.qrtoai_page__container .qrtoai_page__container_leftButton,
.qrtoai_page__container_left .qrtoai_page__container_leftButton {
  min-width: 199px;
  height: 48px;
  padding: 14px 40px 15px;
  font-size: 16px;
  font-weight: 700;
  line-height: 19.2px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Lato, sans-serif;
}

.qrtoai_page {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.qrtoai_page__container {
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 38px;
  color: #3c3c3c;
  padding: 64px 0 120px;
}

.qrtoai_page__container .qrtoai_page__container_leftButton {
  background-color: #0a9396;
  color: #fff;
  border: none;
  border-radius: 5px;
  font-family: inherit;
}

.BottomFooter {
  padding: 30px 0;
  border-top: 1px solid #e0e0e0;
  background-color: #0a9396;
}

.BottomRow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 32px;
}

@media (max-width: 768px) {
  .BottomRow {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 40px;
  }
}

.Copyright {
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0;
  text-align: left;
  margin: 0;
  color: #fff;
}

@media (max-width: 545px) {
  .Copyright {
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
  }
}

.SocialBox {
  display: flex;
}

.SocialItem {
  cursor: pointer;
  margin-right: 23px;
}

.SocialItem:last-child {
  margin-right: 0;
}

.qrtoai_page__container_left {
  max-width: 492px;
  display: flex;
  flex-direction: column;
}

.qrtoai_page__container_left img {
  margin-bottom: 24px;
}

.qrtoai_page__container_left .qrtoai_page__container_leftText {
  margin-bottom: 32px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.qrtoai_page__container_left .qrtoai_page__container_leftText h1 {
  font-size: 32px;
  font-weight: 800;
  line-height: 40px;
}

.qrtoai_page__container_left .qrtoai_page__container_leftText h1 span {
  color: #0a9396;
}

.qrtoai_page__container_left .qrtoai_page__container_leftText p {
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.qrtoai_page__container_left .qrtoai_page__container_leftText p span {
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  color: #0e595a;
}

.qrtoai_page__container_left .qrtoai_page__container_leftText b {
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
}

@media screen and (max-width: 1024px) {
  .qrtoai_page__container {
    flex-direction: column;
    padding: 70px 0 61px;
    gap: 48px;
  }

  .qrtoai_page__container_left .qrtoai_page__container_leftText {
    align-items: center;
  }

  .qrtoai_page__container_left .qrtoai_page__container_leftText h1 {
    text-align: center;
  }

  .qrtoai_page__container_left {
    align-items: center;
  }
}

@media screen and (max-width: 375px) {
  .qrtoai_page__container_left .qrtoai_page__container_leftButton {
    width: auto;
  }
}

.qrtoai_page__container_right img {
  max-width: 430px !important;
}

@media screen and (max-width: 767px) {
  .qrtoai_page__container {
    padding: 32px 45px 72px;
    gap: 32px;
  }

  .qrtoai_page__container_left .qrtoai_page__container_leftText h1,
  .qrtoai_page__container_left .qrtoai_page__container_leftText span {
    font-size: 20px;
    line-height: 28px;
  }

  .qrtoai_page__container_left .qrtoai_page__container_leftText b,
  .qrtoai_page__container_left .qrtoai_page__container_leftText p {
    font-size: 15px;
    line-height: 26px;
  }

  .qrtoai_page__container_right img {
    max-width: 300px !important;
  }
}

@media screen and (max-width: 390px) {
  .qrtoai_page__container_right img {
    max-width: 100% !important;
  }
}

.qrtoai_refund {
  margin-top: 56px;
  display: flex;
  justify-content: center;
}

.qrtoai_refund__container {
  width: 850px;
}

.qrtoai_refund__logo {
  display: flex;
  justify-content: center;
  padding-bottom: 32px;
  border-bottom: 1px solid #ebeced;
}

.qrtoai_refund__details {
  padding-top: 32px;
}

.qrtoai_refund__title {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.qrtoai_refund__title h1 {
  font-size: 32px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0.01em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #3c3c3c;
  text-align: center;
}

.qrtoai_refund__title p {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #3c3c3c;
  text-align: center;
}

.qrtoai_refund__list {
  background: #fce9e9;
  border-radius: 9px;
  padding: 24.25px 21.25px;
  margin-top: 24px;
  margin-bottom: 16px;
}

.qrtoai_refund__list ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.qrtoai_refund__list li {
  display: flex;
  align-items: center;
  gap: 8px;
}

.qrtoai_refund__list span {
  font-size: 16px;
  font-weight: 700;
  line-height: 32px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #3c3c3c;
}

.qrtoai_refund__process {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #e45541;
}

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

.qrtoai_refund__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  width: 192px;
  height: 55px;
  gap: 24px;
  background: #0a9396;
  box-shadow: 0px 6px 18px 0px #323e3921;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #ffffff;
  border-radius: 5px;
  margin-top: 32px;
}

@media (max-width: 900px) {
  .qrtoai_refund {
    margin-top: 26px;
  }

  .qrtoai_refund__container {
    width: 100%;
    padding: 0 16px;
  }

  .qrtoai_refund__logo {
    padding-bottom: 24px;
  }

  .qrtoai_refund__details {
    padding-top: 24px;
  }

  .qrtoai_refund__title {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .qrtoai_refund__title h1 {
    font-size: 20px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: -0.01em;
  }

  .qrtoai_refund__title p {
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
  }

  .qrtoai_refund__list {
    background: #fce9e9;
    border-radius: 9px;
    padding: 18px 19px;
    margin-top: 24px;
    margin-bottom: 16px;
  }

  .qrtoai_refund__list li {
    gap: 8px;
  }

  .qrtoai_refund__list span {
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
  }

  .qrtoai_refund__process {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-align: left;
  }

  .qrtoai_refund__btn {
    width: 100%;
    height: 56px;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
  }
}
