/* node_modules/@ng-select/ng-select/themes/default.theme.css */
.ng-select.ng-select-opened > .ng-select-container {
  background: #fff;
  border-color: #b3b3b3 #ccc #d9d9d9;
}
.ng-select.ng-select-opened > .ng-select-container:hover {
  box-shadow: none;
}
.ng-select.ng-select-opened > .ng-select-container .ng-arrow {
  top: -2px;
  border-color: transparent transparent #999;
  border-width: 0 5px 5px;
}
.ng-select.ng-select-opened > .ng-select-container .ng-arrow:hover {
  border-color: transparent transparent #333;
}
.ng-select.ng-select-opened.ng-select-top > .ng-select-container {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.ng-select.ng-select-opened.ng-select-right > .ng-select-container {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.ng-select.ng-select-opened.ng-select-bottom > .ng-select-container {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.ng-select.ng-select-opened.ng-select-left > .ng-select-container {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.ng-select.ng-select-focused:not(.ng-select-opened) > .ng-select-container {
  border-color: #007eff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(0, 126, 255, 0.1);
}
.ng-select.ng-select-disabled > .ng-select-container {
  background-color: #f9f9f9;
}
.ng-select .ng-has-value .ng-placeholder {
  display: none;
}
.ng-select .ng-select-container {
  color: #333;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #ccc;
  min-height: 36px;
  align-items: center;
}
.ng-select .ng-select-container:hover {
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
}
.ng-select .ng-select-container .ng-value-container {
  align-items: center;
  padding-left: 10px;
}
[dir=rtl] .ng-select .ng-select-container .ng-value-container {
  padding-right: 10px;
  padding-left: 0;
}
.ng-select .ng-select-container .ng-value-container .ng-placeholder {
  color: #999;
}
.ng-select.ng-select-single .ng-select-container {
  height: 36px;
}
.ng-select.ng-select-single .ng-select-container .ng-value-container .ng-input {
  top: 5px;
  left: 0;
  padding-left: 10px;
  padding-right: 50px;
}
[dir=rtl] .ng-select.ng-select-single .ng-select-container .ng-value-container .ng-input {
  padding-right: 10px;
  padding-left: 50px;
}
.ng-select.ng-select-multiple.ng-select-disabled > .ng-select-container .ng-value-container .ng-value {
  background-color: #f9f9f9;
  border: 1px solid #e6e6e6;
}
.ng-select.ng-select-multiple.ng-select-disabled > .ng-select-container .ng-value-container .ng-value .ng-value-label {
  padding: 0 5px;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container {
  padding-top: 5px;
  padding-left: 7px;
}
[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container {
  padding-right: 7px;
  padding-left: 0;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value {
  font-size: .9em;
  margin-bottom: 5px;
  color: #333;
  background-color: #ebf5ff;
  border-radius: 2px;
  margin-right: 5px;
}
[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value {
  margin-right: 0;
  margin-left: 5px;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value.ng-value-disabled {
  background-color: #f9f9f9;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value.ng-value-disabled .ng-value-label {
  padding-left: 5px;
}
[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value.ng-value-disabled .ng-value-label {
  padding-left: 0;
  padding-right: 5px;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-label {
  display: inline-block;
  padding: 1px 5px;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon {
  display: inline-block;
  padding: 1px 5px;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon:hover {
  background-color: #d1e8ff;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.left {
  border-right: 1px solid #b8dbff;
}
[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.left {
  border-left: 1px solid #b8dbff;
  border-right: none;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.right {
  border-left: 1px solid #b8dbff;
}
[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.right {
  border-left: 0;
  border-right: 1px solid #b8dbff;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-input {
  padding: 0 0 3px 3px;
}
[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-input {
  padding: 0 3px 3px 0;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-input > input {
  color: #000;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-placeholder {
  top: 5px;
  padding-bottom: 5px;
  padding-left: 3px;
}
[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-placeholder {
  padding-right: 3px;
  padding-left: 0;
}
.ng-select .ng-clear-wrapper {
  color: #999;
}
.ng-select .ng-clear-wrapper:hover .ng-clear {
  color: #d0021b;
}
.ng-select .ng-clear-wrapper:focus .ng-clear {
  color: #d0021b;
}
.ng-select .ng-clear-wrapper:focus {
  outline: none;
}
.ng-select .ng-spinner-zone {
  padding: 5px 5px 0 0;
}
[dir=rtl] .ng-select .ng-spinner-zone {
  padding: 5px 0 0 5px;
}
.ng-select .ng-arrow-wrapper {
  width: 25px;
  padding-right: 5px;
}
[dir=rtl] .ng-select .ng-arrow-wrapper {
  padding-left: 5px;
  padding-right: 0;
}
.ng-select .ng-arrow-wrapper:hover .ng-arrow {
  border-top-color: #666;
}
.ng-select .ng-arrow-wrapper .ng-arrow {
  border-color: #999 transparent transparent;
  border-style: solid;
  border-width: 5px 5px 2.5px;
}
.ng-dropdown-panel {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
  left: 0;
}
.ng-dropdown-panel.ng-select-top {
  bottom: 100%;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-color: #e6e6e6;
  margin-bottom: -1px;
}
.ng-dropdown-panel.ng-select-top .ng-dropdown-panel-items .ng-option:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.ng-dropdown-panel.ng-select-right {
  left: 100%;
  top: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-color: #e6e6e6;
  margin-bottom: -1px;
}
.ng-dropdown-panel.ng-select-right .ng-dropdown-panel-items .ng-option:first-child {
  border-top-right-radius: 4px;
}
.ng-dropdown-panel.ng-select-bottom {
  top: 100%;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-color: #e6e6e6;
  margin-top: -1px;
}
.ng-dropdown-panel.ng-select-bottom .ng-dropdown-panel-items .ng-option:last-child {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.ng-dropdown-panel.ng-select-left {
  left: -100%;
  top: 0;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-color: #e6e6e6;
  margin-bottom: -1px;
}
.ng-dropdown-panel.ng-select-left .ng-dropdown-panel-items .ng-option:first-child {
  border-top-left-radius: 4px;
}
.ng-dropdown-panel .ng-dropdown-header {
  border-bottom: 1px solid #ccc;
  padding: 5px 7px;
}
.ng-dropdown-panel .ng-dropdown-footer {
  border-top: 1px solid #ccc;
  padding: 5px 7px;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup {
  -webkit-user-select: none;
  user-select: none;
  padding: 8px 10px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.54);
  cursor: pointer;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-disabled {
  cursor: default;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-marked {
  background-color: #f5faff;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-selected,
.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-selected.ng-option-marked {
  color: rgba(0, 0, 0, 0.54);
  background-color: #ebf5ff;
  font-weight: 600;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option {
  background-color: #fff;
  color: rgba(0, 0, 0, 0.87);
  padding: 8px 10px;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected,
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected.ng-option-marked {
  color: #333;
  background-color: #ebf5ff;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected .ng-option-label,
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected.ng-option-marked .ng-option-label {
  font-weight: 600;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-marked {
  background-color: #f5faff;
  color: #333;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-disabled {
  color: #ccc;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-child {
  padding-left: 22px;
}
[dir=rtl] .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-child {
  padding-right: 22px;
  padding-left: 0;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option .ng-tag-label {
  font-size: 80%;
  font-weight: 400;
  padding-right: 5px;
}
[dir=rtl] .ng-dropdown-panel .ng-dropdown-panel-items .ng-option .ng-tag-label {
  padding-left: 5px;
  padding-right: 0;
}
[dir=rtl] .ng-dropdown-panel {
  direction: rtl;
  text-align: right;
}

/* node_modules/@angular/cdk/overlay-prebuilt.css */
.cdk-overlay-container,
.cdk-global-overlay-wrapper {
  pointer-events: none;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.cdk-overlay-container {
  position: fixed;
  z-index: 1000;
}
.cdk-overlay-container:empty {
  display: none;
}
.cdk-global-overlay-wrapper {
  display: flex;
  position: absolute;
  z-index: 1000;
}
.cdk-overlay-pane {
  position: absolute;
  pointer-events: auto;
  box-sizing: border-box;
  z-index: 1000;
  display: flex;
  max-width: 100%;
  max-height: 100%;
}
.cdk-overlay-backdrop {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  pointer-events: auto;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transition: opacity 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
  opacity: 0;
}
.cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
  opacity: 1;
}
.cdk-high-contrast-active .cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
  opacity: .6;
}
.cdk-overlay-dark-backdrop {
  background: rgba(0, 0, 0, .32);
}
.cdk-overlay-transparent-backdrop {
  transition: visibility 1ms linear, opacity 1ms linear;
  visibility: hidden;
  opacity: 1;
}
.cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing {
  opacity: 0;
  visibility: visible;
}
.cdk-overlay-backdrop-noop-animation {
  transition: none;
}
.cdk-overlay-connected-position-bounding-box {
  position: absolute;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  min-width: 1px;
  min-height: 1px;
}
.cdk-global-scrollblock {
  position: fixed;
  width: 100%;
  overflow-y: scroll;
}

/* src/styles.scss */
.ui-icon {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.ui-icon.xs2 {
  height: 12px;
  width: 12px;
}
.ui-icon.xs {
  height: 16px;
  width: 16px;
}
.ui-icon.s {
  height: 20px;
  width: 20px;
}
.ui-icon.m {
  height: 24px;
  width: 24px;
}
.ui-icon.l {
  height: 32px;
  width: 32px;
}
.ui-icon.xl {
  height: 36px;
  width: 36px;
}
.ui-icon.xl2 {
  height: 48px;
  width: 48px;
}
.ui-icon.xl3 {
  height: 54px;
  width: 54px;
}
.ui-icon.xl4 {
  height: 72px;
  width: 72px;
}
.ui-icon.xl5 {
  height: 90px;
  width: 90px;
}
.ui-icon.full {
  height: 100%;
  width: 100%;
}
.ui-icon-svg.xs2 {
  height: 12px;
  width: 12px;
}
.ui-icon-svg.xs {
  height: 16px;
  width: 16px;
}
.ui-icon-svg.s {
  height: 20px;
  width: 20px;
}
.ui-icon-svg.m {
  height: 24px;
  width: 24px;
}
.ui-icon-svg.l {
  height: 32px;
  width: 32px;
}
.ui-icon-svg.xl {
  height: 36px;
  width: 36px;
}
.ui-icon-svg.xl2 {
  height: 48px;
  width: 48px;
}
.ui-icon-svg.xl3 {
  height: 54px;
  width: 54px;
}
.ui-icon-svg.xl4 {
  height: 72px;
  width: 72px;
}
.ui-icon-svg.xl5 {
  height: 90px;
  width: 90px;
}
.ui-icon-svg.full {
  height: 100%;
  width: 100%;
}
@font-face {
  font-family: "Space Grotesk";
  src: url("./media/SpaceGrotesk-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Space Grotesk";
  src: url("./media/SpaceGrotesk-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Space Grotesk";
  src: url("./media/SpaceGrotesk-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Space Grotesk";
  src: url("./media/SpaceGrotesk-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-style: inherit;
  vertical-align: baseline;
}
button,
input[type=button],
input[type=submit],
input[type=reset],
input[type=file] {
  border-radius: 0;
}
input[type=text]::-ms-clear {
  display: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
sup {
  vertical-align: super;
}
sub {
  vertical-align: sub;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote::before,
blockquote::after,
q::before,
q::after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none;
}
img,
picture {
  display: block;
  max-width: 100%;
}
summary::-webkit-details-marker {
  content: "";
  display: none;
}
.d-block {
  display: block;
}
.d-none {
  display: none;
}
.d-flex {
  display: flex;
}
.w-100 {
  width: 100%;
}
.h-100 {
  height: 100%;
}
.flex-row {
  flex-direction: row;
}
.flex-column {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.justify-content-start {
  justify-content: flex-start;
}
.justify-content-end {
  justify-content: flex-end;
}
.justify-content-center {
  justify-content: center;
}
.justify-content-around {
  justify-content: space-around;
}
.justify-content-between {
  justify-content: space-between;
}
.align-items-start {
  align-items: flex-start;
}
.align-items-center {
  align-items: center;
}
.align-items-end {
  align-items: flex-end;
}
.align-self-start {
  align-self: flex-start;
}
.align-self-center {
  align-self: center;
}
.align-self-end {
  align-self: flex-end;
}
.cursor-pointer {
  cursor: pointer;
}
.ng-select.ui-select.ng-select-single .ng-select-container {
  height: 2rem;
}
.ng-select.ui-select.ng-select-single .ng-select-container .ng-value-container .ng-placeholder {
  position: relative;
  top: 0.125rem;
}
.ng-select.ui-select.ng-select-multiple .ng-select-container {
  height: 2rem;
}
.ng-select.ui-select.ng-select-multiple .ng-select-container .ng-value-container {
  flex-wrap: nowrap;
  width: 80%;
  overflow: hidden;
}
.ng-select.ui-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value {
  margin-bottom: 0;
  margin-right: 0;
  background-color: transparent;
  border: none;
}
.ng-select.ui-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-label {
  padding-left: 0;
}
.ng-select.ui-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-label::after {
  content: ",";
}
.ng-select.ui-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon {
  display: none;
}
.ng-select.ui-select.ng-select-multiple .ng-select-container .ng-value-container .ng-placeholder {
  top: 0.5rem;
}
.ng-select.ui-select.ng-select-multiple .ng-dropdown-panel .ng-dropdown-panel-items .ng-option .ng-option-label {
  position: relative;
  padding-left: 1.5rem;
}
.ng-select.ui-select.ng-select-multiple .ng-dropdown-panel .ng-dropdown-panel-items .ng-option .ng-option-label::after {
  position: absolute;
  left: 0;
  top: -2px;
  content: "";
  width: 0.75rem;
  height: 0.75rem;
  border: 2px solid #6351b7;
  border-radius: 0.25rem;
  background-color: transparent;
}
.ng-select.ui-select.ng-select-multiple .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected .ng-option-label {
  position: relative;
  font-weight: 300;
}
.ng-select.ui-select.ng-select-multiple .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected .ng-option-label::after {
  background-color: #6351b7;
}
.ng-select.ui-select.ng-select-multiple .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected .ng-option-label::before {
  position: absolute;
  display: block;
  content: "";
  top: 3px;
  left: 0.1875rem;
  width: 0.6875rem;
  height: 0.5rem;
  mask: url(/assets/icons/check.svg) no-repeat 100% 100%;
  mask-size: cover;
  background-color: #f6f1ff;
  z-index: 1;
}
.ng-select.ui-select.ng-select-multiple .ng-dropdown-panel .ng-dropdown-panel-items .ng-option:last-child::after {
  display: none;
}
.ng-select.ui-select.ng-select-focused:not(.ng-select-opened) > .ng-select-container {
  border: none;
  box-shadow: none;
}
.ng-select.ui-select .ng-select-container {
  border: 1px solid #d8d3ed;
  border-radius: 0.375rem;
  min-height: 2rem;
  background-color: #f6f1ff;
}
.ng-select.ui-select .ng-select-container .ng-arrow-wrapper {
  width: 1rem;
  height: 1rem;
  margin-right: 1rem;
  mask: url(/assets/icons/triangle-down.svg) no-repeat 100% 100%;
  mask-size: cover;
  background-color: #6351b7;
}
.ng-select.ui-select .ng-select-container .ng-arrow-wrapper .ng-arrow {
  border-color: transparent;
  border-style: none;
  border-width: 0;
}
.ng-select.ui-select .ng-select-container .ng-value-container {
  padding: 0 1rem;
}
.ng-select.ui-select .ng-select-container .ng-value-container .ng-input {
  padding-left: 2rem;
}
.ng-select.ui-select .ng-select-container .ng-value-container .ng-input > input {
  font-size: 1rem;
  line-height: 1.125rem;
  font-weight: 300;
}
.ng-select.ui-select .ng-select-container .ng-value-container .ng-placeholder {
  font-size: 1rem;
  line-height: 1.125rem;
  font-weight: 300;
  overflow: hidden;
  text-wrap: nowrap;
  width: 75%;
  text-overflow: ellipsis;
  color: rgba(99, 81, 183, 0.4);
}
.ng-select.ui-select .ng-select-container .ng-value-container .ng-value-label {
  color: #6351b7;
  position: relative;
  top: 0.125rem;
  font-size: 1rem;
  line-height: 1.125rem;
  font-weight: 300;
}
.ng-select.ui-select.ng-select-opened.ng-select-bottom > .ng-select-container {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.ng-select.ui-select.ng-select-opened.ng-select-bottom > .ng-select-container .ng-value-container .ng-input {
  top: 2rem;
}
.ng-select.ui-select.ng-select-opened.ng-select-top > .ng-select-container {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  position: relative;
}
.ng-select.ui-select.ng-select-opened.ng-select-top > .ng-select-container .ng-value-container .ng-input {
  top: 2rem;
}
.ng-select.ui-select .ng-dropdown-panel {
  border: 1px solid #d8d3ed;
  box-shadow: none;
  overflow: hidden;
}
.ng-select.ui-select .ng-dropdown-panel .ng-dropdown-panel-items {
  max-height: var(--select-dropdown-max-height);
}
.ng-select.ui-select .ng-dropdown-panel .ng-dropdown-panel-items .ng-option {
  background-color: #f6f1ff;
  padding: 0.75rem 1rem;
  color: #6351b7;
  font-size: 1rem;
  line-height: 1.125rem;
  font-weight: 300;
}
.ng-select.ui-select .ng-dropdown-panel .ng-dropdown-panel-items .ng-option:hover {
  color: #f6f1ff;
  font-weight: 300;
  background:
    linear-gradient(
      90deg,
      #a39bc4 0%,
      #8e83c4 48%,
      #8274c5 88%);
}
.ng-select.ui-select .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected {
  font-size: 1rem;
  line-height: 1.125rem;
  font-weight: 300;
}
.ng-select.ui-select .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected:hover .ng-option-label::after {
  background-color: #f6f1ff;
  border-color: #f6f1ff;
}
.ng-select.ui-select .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected:hover .ng-option-label::before {
  background-color: #6351b7;
}
.ng-select.ui-select.invalid .ng-select-container {
  border: 0.125rem solid #ff6363;
}
.ng-select.ui-select.invalid .ng-select-container .ng-arrow-wrapper {
  background-color: #ff6363;
}
.ng-select.ui-select.invalid .ng-select-container .ng-placeholder {
  color: #ff6363;
}
.ng-select.ui-select.invalid .ng-dropdown-panel.ng-select-bottom,
.ng-select.ui-select.invalid .ng-dropdown-panel.ng-select-top {
  border: 0.125rem solid #ff6363;
}
.ng-select.ui-select.invalid.ng-select-opened .ng-select-container {
  border-bottom: none;
}
.ng-select.ui-select.invalid.ng-select-opened .ng-dropdown-panel.ng-select-bottom {
  border-top: none;
}
.ng-select.ui-select.invalid.ng-select-opened .ng-dropdown-panel.ng-select-top {
  border-bottom: none;
}
.ng-select.ui-select.invalid.ng-select-opened.ng-select-top > .ng-select-container {
  border-top: none;
  border-bottom: 0.125rem solid #ff6363;
}
.ng-select.sm.ng-select-single .ng-select-container {
  max-height: 2.5rem;
}
@media (max-width: 1365.98px) {
  .ng-select.sm.ng-select-single .ng-select-container {
    height: 2.5rem;
  }
}
.ng-select.sm.ng-select-single .ng-select-container .ng-value-container {
  padding: 0.75rem 0.5rem 0 0.5rem;
}
.ng-select.sm.ng-select-single .ng-select-container .ng-arrow-wrapper {
  mask: url(/assets/icons/down-lang-arrow.svg) no-repeat 50% 50%;
}
.ng-select.sm .ng-select-container {
  display: flex;
  flex-direction: column;
  max-height: 2.5rem;
  border: none;
}
@media (max-width: 1365.98px) {
  .ng-select.sm .ng-select-container {
    max-height: 2.5rem;
    max-width: 2.5rem;
  }
}
.ng-select.sm .ng-select-container .ng-arrow-wrapper {
  margin-right: 0;
}
.ng-select.sm .ng-select-container .ng-value-container [role=combobox] {
  display: none;
}
.ng-select.sm .ng-select-container .ng-value-container .ng-value-label {
  font-size: 1.125rem;
  line-height: 1.4375rem;
  font-weight: 500;
  letter-spacing: 0.0625rem;
}
.ng-select.sm.ng-select-opened.ng-select-bottom > .ng-select-container {
  min-height: 0;
}
.ng-select.sm .ng-dropdown-panel {
  padding: 0;
  border: none;
}
.ng-select.sm .ng-dropdown-panel .ng-dropdown-panel-items .ng-option {
  margin: 0;
  padding: 0.625rem 0 0.375rem;
  color: #6351b7;
  display: flex;
  justify-content: center;
  font-size: 1.125rem;
  line-height: 1.4375rem;
  font-weight: 500;
  letter-spacing: 0.0625rem;
}
.ng-select.sm .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-marked .ng-option-label,
.ng-select.sm .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected .ng-option-label {
  font-size: 1.125rem;
  line-height: 1.4375rem;
  font-weight: 500;
  letter-spacing: 0.0625rem;
}
div.cdk-overlay-container > div.cdk-global-overlay-wrapper > div[id*=cdk-overlay-].cdk-overlay-pane {
  display: flex !important;
}
.rp-home-overlay-panel {
  width: 100vw;
  height: 100%;
}
.grecaptcha-badge {
  display: none !important;
}
.control {
  font-size: 0.875rem;
  line-height: 160%;
  font-weight: 300;
  line-height: 2.5rem;
  height: 1.875rem;
  border-radius: 0.375rem;
  background-color: #f6f1ff;
  padding: 0.5rem 0.75rem;
  color: #6351b7;
  caret-color: #6351b7;
  border: 1px solid #d8d3ed;
  font-family: "Space Grotesk", system-ui;
}
.control::placeholder {
  color: rgba(99, 81, 183, 0.4);
  padding-top: 1px;
}
.control:read-only {
  pointer-events: none;
}
.control + .control-icon {
  cursor: pointer;
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  color: #6351b7;
}
.control_with-icon {
  padding-right: 2.5rem;
}
.control_invalid {
  color: #ff3f3f;
  caret-color: #ff3f3f;
  border: 0.125rem solid #ff6363;
}
.control_invalid + .control-icon {
  color: #ff6363;
}
.control_invalid::placeholder {
  color: #ff3f3f;
}
.control_error-message {
  font-size: 0.875rem;
  line-height: 1.0625rem;
  font-weight: 400;
  color: #ff6363;
  padding-top: 0.375rem;
  padding-left: 1rem;
}
:root {
  --select-dropdown-max-height: 252px;
  --base--background: #090616;
  --neutral--400: #6a6a6b;
  --base--white: #f6f1ff;
  --white--72: #ffffffb8;
  --black--64: #000000a3;
  --white--64: #ffffffa3;
  --radius--40px: 40px;
  --white--12: #ffffff1f;
  --white--8: #ffffff14;
  --white--16: #ffffff29;
  --neutral--800: #1b1b1d;
  --white--6: #ffffff0f;
  --white--2: #ffffff05;
  --white--10: #ffffff1a;
  --base--accent-secondary: #b3a3ff;
  --base--accent-main: #6351b7;
  --base--light: #d8d3ed;
  --radius--24px: 24px;
  --white--4: #ffffff0a;
  --radius--8px: 8px;
  --white--1: #ffffff03;
  --radius--12px: 12px;
  --radius--20px: 20px;
  --black--48: #0000007a;
  --accent-seond: #f2759c;
  --purple--250: #b98dfc;
  --white--24: #ffffff3d;
  --radius--6px: 6px;
  --radius--16px: 16px;
  --neutral--300: #a6a6a6;
  --neutral--700: #252527;
  --base--black: #090616;
  --black--2: #00000005;
  --black--80: #000c;
  --black--72: #000000b8;
  --black--56: #0000008f;
  --black--40: #0006;
  --black--36: #0000005c;
  --black--32: #00000052;
  --black--20: #0003;
  --black--24: #0000003d;
  --black--16: #00000029;
  --black--12: #0000001f;
  --black--10: #0000001a;
  --black--8: #00000014;
  --black--6: #0000000f;
  --black--4: #0000000a;
  --black--1: #00000003;
  --blue--250: #18282a;
  --blue--500: #2e4d52;
  --blue--750: #5c9ba3;
  --blue--1000: #8deffc;
  --gray--100: #fafafa;
  --green--1000: #182a1b;
  --green--750: #2e5234;
  --green--500: #5ca367;
  --green--250: #8dfc9d;
  --neutral--900: #161618;
  --neutral--600: #303031;
  --neutral--500: #424243;
  --pink--1000: #2a1826;
  --pink--750: #522e4a;
  --pink--500: #a35c94;
  --pink--250: #fc8de4;
  --purple--1000: #1f182a;
  --purple--750: #3c2e52;
  --purple--500: #785ca3;
  --radius--32px: 32px;
  --radius--10px: 10px;
  --radius--4px: 4px;
  --white--80: #fffc;
  --white--56: #ffffff8f;
  --white--48: #ffffff7a;
  --white--40: #fff6;
  --white--36: #ffffff5c;
  --white--32: #ffffff52;
  --white--20: #fff3;
  --yellow--1000: #2a2618;
  --yellow--750: #51492f;
  --yellow--500: #a3945c;
  --yellow--250: #fce48d;
}
body {
  font-family: "Space Grotesk", system-ui;
  font-size: 16px;
  background:
    radial-gradient(
      58.33% 100% at 50% 100%,
      rgba(111, 68, 254, 0.1) 50%,
      rgba(111, 68, 254, 0) 100%),
    #090616;
  display: flex;
  justify-content: center;
  overflow: hidden scroll;
}
body.landing-page::before {
  content: "";
  position: absolute;
  width: 25.9375rem;
  height: 15.5625rem;
  opacity: 1;
  left: 0;
  top: 0;
  background-image: url(/assets/top-left-logo-lighter.png);
  mix-blend-mode: overlay;
  z-index: -1;
  max-width: 120vw;
}
@media (min-width: 1920px) {
  body.landing-page::before {
    left: 10%;
  }
}
@media (max-width: 767.98px) {
  body.landing-page::before {
    left: -20%;
  }
}
.highlighted {
  background:
    linear-gradient(
      120deg,
      #f2759c 25%,
      #b3a3ff 60%,
      #6351b7 90%);
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.highlighted_primary {
  background:
    linear-gradient(
      90deg,
      #8274c5 0%,
      #8e83c4 50%,
      #a39bc4 100%);
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.page-title,
.page-sub-title {
  color: #fff;
  text-align: center;
}
.page-title {
  font-size: 2.25rem;
  line-height: 2.8125rem;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  .page-title {
    font-size: 1.6875rem;
    line-height: 1.875rem;
    font-weight: 500;
  }
}
.page-sub-title {
  color: #d8d3ed;
  font-size: 0.875rem;
  line-height: 160%;
  font-weight: 300;
}
.link {
  color: #6fa4fa;
  cursor: pointer;
  text-decoration: underline;
  font-size: 1.125rem;
  line-height: 1.8rem;
  font-weight: 300;
}
@media (max-width: 767.98px) {
  .link {
    font-size: 1rem;
    line-height: 1.1875rem;
  }
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles.css.map */
