:root {
  --color-black-900: #030712;
}

@font-face {
  font-family: "GeneralSans";
  src: url("/static/assets/fonts/generalsans/GeneralSans-Extralight.otf") format("opentype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "GeneralSans";
  src: url("/static/assets/fonts/generalsans/GeneralSans-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "GeneralSans";
  src: url("/static/assets/fonts/generalsans/GeneralSans-Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "GeneralSans";
  src: url("/static/assets/fonts/generalsans/GeneralSans-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "GeneralSans";
  src: url("/static/assets/fonts/generalsans/GeneralSans-Semibold.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "GeneralSans";
  src: url("/static/assets/fonts/generalsans/GeneralSans-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "GeneralSans";
  src: url("/static/assets/fonts/generalsans/GeneralSans-Extrabold.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
}
body {
  color: var(--Grey-950, #030712);
  font-family: GeneralSans, sans-serif;
  font-optical-sizing: auto;
  font-smooth: auto;
  -webkit-font-smoothing: antialiased;
  background-image: url("/static/assets/images/gradient.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

a:hover {
  color: inherit;
}

.layout_header .container {
  max-width: 1120px;
}

.layout_header_wrapper {
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}

.layout_header_download {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  height: 48px;
  background: var(--White, #FFF);
  border-radius: 24px;
  text-decoration: none;
  padding-left: 20px;
  padding-right: 20px;
  color: var(--Grey-950, #030712);
  font-size: 15px;
  font-weight: 500;
  box-shadow: 0px 38px 11px 0px rgba(0, 0, 0, 0), 0px 25px 10px 0px rgba(0, 0, 0, 0.01), 0px 14px 8px 0px rgba(0, 0, 0, 0.02), 0px 6px 6px 0px rgba(0, 0, 0, 0.04), 0px 2px 3px 0px rgba(0, 0, 0, 0.04);
}
.layout_header_download img {
  width: 16px;
}

.layout_footer {
  margin-top: 120px;
  padding-bottom: 80px;
}
.layout_footer .container {
  max-width: 1120px;
}
.layout_footer ul {
  margin: 0px;
  padding: 0px;
}
.layout_footer ul li {
  list-style: none;
  display: inline-block;
  margin-right: 32px;
}
.layout_footer ul li a {
  color: var(--Grey-500, #6B7280);
  font-family: "GeneralSans";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px; /* 228.571% */
  text-decoration: none;
}
.layout_footer p {
  text-align: right;
  color: var(--Grey-500, #6B7280);
  font-family: "GeneralSans";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px; /* 228.571% */
  text-decoration: none;
}

.page {
  padding-top: 120px;
  padding-bottom: 120px;
}
.page .container {
  max-width: 1120px;
}

.home_header .container {
  max-width: 1120px;
}

.home_header_title {
  margin-top: 160px;
  font-size: 64px;
  font-weight: 600;
  margin-right: 120px;
  margin-bottom: 18px;
}

.home_header_content {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 32px;
  margin-right: 32px;
  line-height: 32px;
}

.home_header_links {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
}
.home_header_links .btn-default {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  height: 72px;
  color: white;
  background-color: var(--color-brand-500, #573FC0);
  border-radius: 36px;
  padding-left: 32px;
  padding-right: 32px;
  gap: 16px;
  box-shadow: 10px 46px 13px 0px rgba(0, 0, 0, 0), 6px 29px 12px 0px rgba(0, 0, 0, 0.01), 4px 16px 10px 0px rgba(0, 0, 0, 0.05), 2px 7px 7px 0px rgba(0, 0, 0, 0.09), 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}
.home_header_links .btn-default i {
  font-size: 28px;
  font-weight: normal;
}
.home_header_links .btn-default div {
  font-size: 14px;
  text-align: left;
  font-weight: 400;
}
.home_header_links .btn-default div span {
  margin-top: -4px;
  display: block;
  font-size: 16px;
  font-weight: 600;
}

.home_header_media img {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
}

/*# sourceMappingURL=public.css.map */
