/**
 * @copyright Stevie-Ray
 */
@import url("https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,100..900;1,100..900&display=swap");
* {
  font-family: 'Inter Tight', sans-serif;
  box-sizing: border-box; }

body {
  margin: 0;
  padding: 0;
  background: #fff;
  color: #000; }

img {
  vertical-align: middle;
  border: 0; }

h1 {
  margin: 0;
  padding: 0; }

a {
  text-decoration: none;
  color: #000; }
  a.u {
    text-decoration: underline; }

.LayoutMenu {
  position: fixed;
  width: 200px;
  height: 100dvh;
  display: flex;
  flex-direction: column;
  padding: 1.5rem 20px;
  justify-content: space-between; }
  .LayoutMenu .__Logo {
    gap: 0.6rem;
    display: flex;
    align-items: center; }
    .LayoutMenu .__Logo b {
      font-size: 20px; }
  .LayoutMenu .__Footer {
    font-size: 11px;
    color: rgba(0, 0, 0, 0.6); }
  .LayoutMenu .__MenuItems {
    padding-top: 8rem;
    flex: 1;
    display: flex;
    flex-direction: column; }
    .LayoutMenu .__MenuItems a {
      color: #000; }
    .LayoutMenu .__MenuItems .__MenuItem {
      height: 40px;
      width: 100%;
      border-radius: 10px;
      padding-inline-start: .75rem;
      align-items: center;
      display: flex;
      transition: all 0.2s ease;
      font-size: 14px; }
      .LayoutMenu .__MenuItems .__MenuItem:hover {
        background: #f2f2f1; }

ol.Terms {
  display: flex;
  flex-direction: column;
  gap: 1rem; }
  ol.Terms ol {
    padding-top: 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem; }
    ol.Terms ol li {
      line-height: 24px; }

.__LegalGroupItems {
  display: flex;
  flex-direction: column; }
  .__LegalGroupItems ul {
    display: flex;
    flex-direction: column;
    gap: 1rem; }
    .__LegalGroupItems ul a {
      font-weight: 600; }
    .__LegalGroupItems ul li {
      line-height: 24px; }
  .__LegalGroupItems .__Title {
    font-weight: 600;
    font-size: 20px; }

.LayoutContent {
  display: flex;
  width: 100%;
  padding-left: 200px;
  justify-content: center; }
  .LayoutContent .__View {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    width: 1370px; }
    .LayoutContent .__View.__Top-60 {
      padding-top: 60px; }
    .LayoutContent .__View.__Mini {
      width: 920px; }

@media screen and (max-width: 1570px) {
  .LayoutContent .__View {
    width: 970px; } }

/*# sourceMappingURL=app.css.map */
