/*!*********************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/style.scss ***!
  \*********************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Fredoka&family=Roboto:wght@100;300;500;700&display=swap);
/*!*************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/style.scss (1) ***!
  \*************************************************************************************************************/
html {
  font-size: 100%;
  font-family: "Roboto", sans-serif;
  scroll-behavior: smooth;
}

html,
body {
  height: 100%;
}

body {
  margin: unset;
  background: #c0c6c9;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  min-width: 320px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

h1 {
  font-weight: 600;
}

h1,
h2,
h3 {
  font-family: "Roboto", sans-serif;
}

p, h1, h2 {
  margin: unset;
}

h1, h2 {
  font-size: 2.6rem;
  margin-bottom: 0.8rem;
}
@media (max-width: 375px) {
  h1, h2 {
    font-size: 2rem;
  }
}

.not-visible {
  visibility: hidden;
}

.hidden {
  display: none;
}

.img-responsive {
  max-width: 100%;
  height: auto;
}

.lead-text {
  font-size: 1.5rem;
  line-height: 1.75rem;
  font-weight: 300;
}
.lead-text.japanese .inline-bold {
  font-weight: bolder;
}
@media (max-width: 760px) {
  .lead-text {
    font-size: 1.2rem;
  }
}

.navbar {
  background: #2e2930;
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 1rem;
}
.navbar__logo {
  display: inline-block;
  background-image: url(ffeccb9ea3e05045e516.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 20px;
  width: 120px;
}
.navbar__menu {
  list-style: none;
  margin: 0 10px 0 0;
  display: flex;
  align-items: center;
}
.navbar__menu li:not(:last-child):hover {
  font-weight: 600;
}
.navbar__menu li:last-child {
  margin-left: 40px;
}
.navbar__menu a {
  color: #fff;
  text-decoration: none;
}

.container {
  padding: 4rem 0;
}
@media (max-width: 760px) {
  .container {
    padding: 3rem 0.8rem;
  }
}
.container__row {
  display: flex;
  justify-content: center;
}
.container__description p:first-child {
  margin-bottom: 0.8rem;
}
@media (max-width: 760px) {
  .container__description p:nth-child(2) {
    display: none;
  }
}
.container__block {
  width: 80%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 900px) {
  .container__block {
    width: 90%;
  }
}
@media (max-width: 760px) {
  .container__block {
    width: 100%;
    flex-wrap: wrap;
  }
}
.container__img-container {
  max-width: 330px;
}
@media (max-width: 900px) {
  .container__img-container {
    min-width: 40%;
  }
}
@media (max-width: 760px) {
  .container__img-container {
    margin-right: unset;
    max-width: 280px;
    order: 2;
    margin-top: 30px;
  }
}
.container__app-download {
  max-width: 510px;
  margin-left: 40px;
}
@media (max-width: 760px) {
  .container__app-download {
    margin-left: unset;
    text-align: center;
  }
}
.container__app-download.japanese .inline-bold {
  font-weight: bolder;
}
.container__badges-wrapper {
  display: flex;
  margin-top: 4rem;
}
@media (max-width: 760px) {
  .container__badges-wrapper {
    margin-top: 1rem;
    justify-content: center;
  }
}
@media (max-width: 375px) {
  .container__badges-wrapper {
    margin-top: unset;
    justify-content: space-around;
  }
}
.container__store-icons {
  display: inline-block;
  height: 56px;
  width: 160px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.container__store-icons:hover {
  text-decoration: none;
}
.container__store-icons.app-store {
  margin-right: 10px;
  background-image: url(15f01eefb2013206cc7e.svg);
}
.container__store-icons.app-store.ja-app-store {
  background-image: url(250a80aa9dd48a11bfa4.svg);
  height: 54px;
  width: 148px;
}
@media (max-width: 375px) {
  .container__store-icons.app-store {
    margin-right: 0;
  }
}
.container__store-icons.google-play {
  background-image: url(1d8f7bc81e1b4193482d.svg);
}
.container__store-icons.google-play.ja-google-play {
  background-image: url(b5b1dfe235403356a942.svg);
  height: 54px;
  width: 180px;
}

.donate {
  text-align: center;
  margin-top: 4rem;
  display: flex;
  justify-content: center;
}
.donate__details {
  margin: 3rem;
}
@media (max-width: 375px) {
  .donate__details {
    margin: 2rem 1rem;
  }
}
.donate__wrapper {
  width: 60%;
  max-width: 730px;
}
@media (max-width: 760px) {
  .donate__wrapper {
    width: 100%;
  }
}
.donate__btn-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 82px;
  margin-top: 2rem;
}
.donate__status-alert {
  font-weight: 400;
  margin-top: 10px;
}
.donate__cta {
  cursor: pointer;
  font-size: 1.1em;
  font-weight: 100;
  text-transform: uppercase;
  font-weight: 300;
  border: none;
  background-color: #2e2930;
  color: #fff;
  padding: 16px;
  border-radius: 3px;
}
.donate__cta--active {
  color: #2e2930;
  background-color: #fff;
}
.donate__description {
  margin-top: 30px;
}
.donate__option:first-child {
  margin-bottom: 28px;
}
.donate__option-title {
  font-weight: 600;
  margin-bottom: 10px;
}
.donate__option-value {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.donate__option-value .icon-wrapper {
  margin-right: 3px;
  width: 14px;
  height: 14px;
  display: inline-block;
}
.donate__option-value .icon-wrapper:hover {
  cursor: pointer;
}
.donate__option-value .icon-wrapper:hover svg path {
  fill: #fff;
}
@media (max-width: 760px) {
  .donate__option-value .icon-wrapper:hover svg path {
    fill: unset;
  }
}

.footer {
  color: #fff;
  background-color: #2e2930;
  padding: 2rem;
  font-size: 0.8rem;
}
@media (max-width: 760px) {
  .footer {
    padding: 2rem 0.8rem;
  }
}
.footer__row {
  display: flex;
  justify-content: space-between;
}
.footer a {
  color: #fff;
  text-decoration: none;
}
.footer a:hover {
  font-weight: 600;
}
.footer ul {
  list-style-type: none;
  margin: 0;
  padding-inline-start: 0;
}
.footer ul li:not(:last-child) {
  margin-bottom: 10px;
}
@media (max-width: 375px) {
  .footer ul li:not(:last-child) {
    margin-bottom: 1rem;
  }
}
.footer ul li:last-child {
  margin-top: 30px;
}
.footer__right {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}
.footer__copyright {
  text-align: right;
}
.footer__social-icons {
  display: flex;
  justify-content: flex-end;
}
.footer__social-icons a {
  display: block;
  width: 18px;
  height: 18px;
}
