/* [next]/internal/font/google/onest_de649e82.module.css [app-client] (css) */
@font-face {
  font-family: Onest;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/4084ce120da2621a-s.a1b3e919.woff2") format("woff2");
  unicode-range: U+460-52F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: Onest;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/16d91c780434f2ce-s.f22a44f6.woff2") format("woff2");
  unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116;
}

@font-face {
  font-family: Onest;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/ef79401ea952b7f0-s.7264fe40.woff2") format("woff2");
  unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: Onest;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/8800dfc60902df36-s.p.e22d03ab.woff2") format("woff2");
  unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: Onest Fallback;
  src: local(Arial);
  ascent-override: 92.2%;
  descent-override: 28.99%;
  line-gap-override: 0.0%;
  size-adjust: 105.2%;
}

.onest_de649e82-module__6BehWW__className {
  font-family: Onest, Onest Fallback;
  font-style: normal;
}

.onest_de649e82-module__6BehWW__variable {
  --font-onest: "Onest", "Onest Fallback";
}

/* [project]/src/components/LegalFooter.module.css [app-client] (css) */
.LegalFooter-module__hPP1LW__footer {
  color: #fff;
  background: #1e43ff;
  border-radius: 18px 18px 0 0;
  margin-top: 0;
  padding: 1rem 0;
}

.LegalFooter-module__hPP1LW__inner {
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  width: min(1160px, 92vw);
  margin: 0 auto;
  display: flex;
}

.LegalFooter-module__hPP1LW__brand {
  flex-direction: column;
  align-items: flex-start;
  gap: .25rem;
  display: flex;
}

.LegalFooter-module__hPP1LW__brand p {
  color: #ffffffb8;
  font-size: .82rem;
}

.LegalFooter-module__hPP1LW__meta {
  flex-direction: column;
  align-items: flex-end;
  gap: .38rem;
  display: flex;
}

.LegalFooter-module__hPP1LW__icons {
  align-items: center;
  gap: .35rem;
  display: inline-flex;
}

.LegalFooter-module__hPP1LW__icons a {
  color: #fff;
  border: 1px solid #ffffff57;
  border-radius: 999px;
  place-items: center;
  width: 26px;
  height: 26px;
  display: grid;
}

.LegalFooter-module__hPP1LW__legal {
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  gap: .85rem;
  display: flex;
}

.LegalFooter-module__hPP1LW__legal a {
  color: #fff;
  opacity: .9;
  font-size: .72rem;
  text-decoration: none;
}

.LegalFooter-module__hPP1LW__copyright {
  color: #ffffff9e;
  font-size: .68rem;
}

@media (max-width: 1024px) {
  .LegalFooter-module__hPP1LW__inner {
    flex-direction: column;
    align-items: flex-start;
    gap: .7rem;
  }

  .LegalFooter-module__hPP1LW__meta {
    align-items: flex-start;
  }

  .LegalFooter-module__hPP1LW__legal {
    justify-content: flex-start;
  }
}

@media (max-width: 780px) {
  .LegalFooter-module__hPP1LW__footer {
    border-radius: 14px 14px 0 0;
    padding: .8rem 0;
  }

  .LegalFooter-module__hPP1LW__brand p {
    font-size: .76rem;
  }

  .LegalFooter-module__hPP1LW__inner {
    text-align: center;
    align-items: center;
  }

  .LegalFooter-module__hPP1LW__brand, .LegalFooter-module__hPP1LW__meta {
    align-items: center;
  }

  .LegalFooter-module__hPP1LW__legal {
    justify-content: center;
    gap: .7rem;
  }

  .LegalFooter-module__hPP1LW__legal a {
    font-size: .68rem;
  }
}

/* [project]/src/app/globals.css [app-client] (css) */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html, body {
  max-width: 100vw;
  overflow-x: hidden;
}

body {
  color: #111318;
  min-height: 100vh;
  font-family: var(--font-onest), "Helvetica Neue", Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #fff;
}

a {
  color: inherit;
  text-decoration: none;
}

button, input, textarea, select {
  font: inherit;
}

/*# sourceMappingURL=%5Broot-of-the-server%5D__7537eb61._.css.map*/