/* [project]/src/css/utils/Policy.css [app-client] (css) */
.Policy {
  min-height: 100vh;
}

.Policy .Wrapper {
  flex-direction: column;
  gap: 36px;
  padding: 36px 0;
}

.PolicyHeader span {
  opacity: .5;
  font-size: 20px;
  font-style: italic;
}

.Statements h2 {
  font-size: 32px;
}

.Statements ol li {
  opacity: .7;
}

.Statements ol {
  flex-direction: column;
  gap: .5rem;
  display: flex;
}


/* [project]/src/css/Footer.css [app-client] (css) */
.Footer {
  outline: 1px solid #ffffff1a;
  width: 100%;
  padding: 80px 0 37px;
}

.Footer .Wrapper {
  flex-direction: column;
  gap: 49px;
}

.FooterMain {
  justify-content: space-between;
  display: flex;
}

.FooterMain .FooterGrid {
  flex-direction: column;
  gap: 50px;
  width: 60%;
  display: flex;
}

.FooterMain .FooterGrid div {
  justify-content: space-between;
  align-items: start;
  display: flex;
}

.FooterMain .FooterGrid div nav {
  flex-direction: column;
  gap: .5rem;
  display: flex;
}

.FooterMain .FooterGrid div nav h2 {
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 700;
}

.FooterMain .FooterGrid div nav a {
  opacity: .5;
  font-size: 1rem;
  font-weight: 400;
  transition: opacity .3s;
}

.FooterMain .FooterGrid div nav a:hover {
  opacity: 1;
}

.FooterMain .CompanyInfo {
  flex-direction: column;
  display: flex;
}

.FooterMain .CompanyInfo .ProjectName {
  font-size: 3rem;
  font-weight: 600;
}

.FooterMain .CompanyInfo span {
  align-items: center;
  gap: .5rem;
  font-size: 20px;
  display: flex;
}

.FooterMain .CompanyInfo span img {
  width: auto;
  height: 1em;
}

.FooterMain .CompanyInfo strong {
  font-weight: 600;
}

.FooterSub {
  justify-content: space-between;
  display: flex;
}

.FooterSub .Payments {
  gap: 20px;
  display: flex;
}

.FooterSub .TermsOfUse {
  gap: 40px;
  display: flex;
}

.FooterSub .TermsOfUse a {
  opacity: .4;
  font-size: 1rem;
  text-decoration: underline;
  transition: all .3s;
}

.FooterSub .TermsOfUse a:hover {
  opacity: 1;
}

@media (width <= 768px) {
  .Footer {
    padding: 40px 0 20px;
  }

  .FooterMain {
    flex-direction: column;
    gap: 30px;
  }

  .FooterMain .CompanyInfo .ProjectName {
    font-size: 2rem;
  }

  .FooterMain .CompanyInfo span {
    justify-content: flex-start;
    padding-left: 0;
    font-size: 16px;
  }

  .FooterMain .FooterGrid {
    gap: 30px;
    width: 100%;
  }

  .FooterMain .FooterGrid div {
    flex-direction: column;
    gap: 20px;
  }

  .FooterMain .FooterGrid nav {
    width: 100%;
  }

  .FooterMain .FooterGrid nav h2, .FooterMain .FooterGrid nav a {
    font-size: .9rem;
  }

  .FooterMain .FooterGrid span {
    justify-content: center;
    margin-top: 20px;
  }

  .FooterSub {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .FooterSub .Payments {
    flex-wrap: wrap;
    justify-content: center;
  }

  .FooterSub .TermsOfUse {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  .FooterSub .TermsOfUse a {
    font-size: .9rem;
  }
}

@media (width <= 480px) {
  .Footer {
    padding: 30px 0 15px;
  }

  .FooterMain .CompanyInfo .ProjectName {
    font-size: 1.8rem;
  }

  .FooterMain .CompanyInfo span {
    font-size: 14px;
  }

  .FooterSub .Payments {
    gap: 15px;
  }
}


/*# sourceMappingURL=src_css_aaa2edd8._.css.map*/