/* node_modules/@ng-select/ng-select/themes/default.theme.css */
.ng-select.ng-select-opened > .ng-select-container {
  background: #fff;
  border-color: hsl(0, 0%, 70%) #ccc hsl(0, 0%, 85%);
}
.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: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #999;
  border-width: 0 5px 5px;
}
.ng-select.ng-select-opened > .ng-select-container .ng-arrow:hover {
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #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, .075), 0 0 0 3px rgba(0, 126, 255, .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, .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 hsl(0, 0%, 90%);
}
.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: rgb(234.6, 244.68, 255);
  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: rgb(209.1, 231.78, 255);
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.left {
  border-right: 1px solid rgb(183.6, 218.88, 255);
}
[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.left {
  border-left: 1px solid rgb(183.6, 218.88, 255);
  border-right: none;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.right {
  border-left: 1px solid rgb(183.6, 218.88, 255);
}
[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 rgb(183.6, 218.88, 255);
}
.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 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  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, .06);
  left: 0;
}
.ng-dropdown-panel.ng-select-top {
  bottom: 100%;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-color: hsl(0, 0%, 90%);
  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: hsl(0, 0%, 90%);
  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: hsl(0, 0%, 90%);
  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: hsl(0, 0%, 90%);
  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, .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: rgb(244.8, 249.84, 255);
}
.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, .54);
  background-color: rgb(234.6, 244.68, 255);
  font-weight: 600;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option {
  background-color: #fff;
  color: rgba(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: rgb(234.6, 244.68, 255);
}
.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: rgb(244.8, 249.84, 255);
  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;
  display: flex;
  max-width: 100%;
  max-height: 100%;
  z-index: 1000;
}
.cdk-overlay-backdrop {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: auto;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  opacity: 0;
  z-index: 1000;
  transition: opacity 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
}
.cdk-overlay-backdrop-showing {
  opacity: 1;
}
@media (forced-colors: active) {
  .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,
.cdk-high-contrast-active .cdk-overlay-transparent-backdrop {
  opacity: 0;
  visibility: visible;
}
.cdk-overlay-backdrop-noop-animation {
  transition: none;
}
.cdk-overlay-connected-position-bounding-box {
  position: absolute;
  display: flex;
  flex-direction: column;
  min-width: 1px;
  min-height: 1px;
  z-index: 1000;
}
.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: 1.25rem;
  width: 1.25rem;
}
.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: 50px;
  width: 50px;
}
.ui-icon.xl3 {
  height: 60px;
  width: 60px;
}
.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: 1.25rem;
  width: 1.25rem;
}
.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: 50px;
  width: 50px;
}
.ui-icon-svg.xl3 {
  height: 60px;
  width: 60px;
}
.ui-icon-svg.xl4 {
  height: 72px;
  width: 72px;
}
.ui-icon-svg.xl5 {
  height: 90px;
  width: 90px;
}
.ui-icon-svg.full {
  height: 100%;
  width: 100%;
}
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-input {
  display: none;
}
.ng-select.ui-select.ng-select-multiple .ng-select-container .ng-value-container .ng-placeholder {
  padding: 0;
  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 0.75rem;
}
.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: 0.875rem;
  line-height: 1.4rem;
  font-weight: 300;
}
.ng-select.ui-select .ng-select-container .ng-value-container .ng-placeholder {
  font-size: 0.875rem;
  line-height: 1.4rem;
  font-weight: 300;
  line-height: 1.2;
  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 {
  font-size: 0.875rem;
  line-height: 1.4rem;
  font-weight: 300;
  line-height: 2;
  color: #6351b7;
  position: relative;
  top: 0.125rem;
}
.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;
}
@media (min-width: 768px) {
  .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: 0.875rem;
  line-height: 1.4rem;
  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: 0.875rem;
  line-height: 1.4rem;
  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.ui-select__language-selector.ng-select-single .ng-select-container {
  padding: 0 1.5rem 0 0.8rem;
}
.ng-select.sm.ui-select__language-selector .ng-dropdown-panel {
  padding: 1rem;
  border: 0.0625rem solid #292929;
}
.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%;
  width: 0.875rem;
  height: 0.875rem;
}
.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;
  }
}
.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;
}
.ng-select.ui-select__language-selector.ng-select-single .ng-select-container {
  flex-direction: row;
  gap: 3px;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.5rem;
  min-width: 4.590625rem;
  min-height: 3rem;
  background: none;
  border: none;
}
.ng-select.ui-select__language-selector.ng-select-single .ng-select-container:hover {
  cursor: pointer;
  background-color: rgba(99, 81, 183, 0.2);
}
.ng-select.ui-select__language-selector.ng-select-single .ng-select-container:hover .ng-value-container .ng-value .ng-value-label {
  color: #ececec;
}
.ng-select.ui-select__language-selector.ng-select-single .ng-select-container .ng-value-container {
  padding: 0;
  padding-left: 0;
  min-width: fit-content;
  flex: 0;
}
.ng-select.ui-select__language-selector.ng-select-single .ng-select-container .ng-value-container .ng-input {
  display: none;
}
.ng-select.ui-select__language-selector.ng-select-single .ng-select-container .ng-value-container .ng-value .ng-value-label {
  font-size: 0.875rem;
  line-height: 1.0625rem;
  font-weight: 400;
  letter-spacing: 0;
  color: #d8d3ed;
}
.ng-select.ui-select__language-selector.ng-select-single .ng-select-container .ng-arrow-wrapper {
  padding: 0;
  background-color: #d8d3ed;
  mask: url(/assets/icons/arrow-down.svg) no-repeat 100% 100%;
}
.ng-select.ui-select__language-selector .ng-dropdown-panel {
  background: rgba(9, 6, 22, 0.7019607843);
  box-shadow: 0 12px 1rem -0.25rem rgba(0, 0, 0, 0.0784313725), 0 0.25rem 0.375rem -0.125rem rgba(16, 24, 40, 0.031372549);
  border: none;
  border-radius: 0.75rem;
  height: 5.9375rem;
  padding: 0.875rem 0 0.875rem 1.375rem;
  margin-bottom: 1.5rem;
}
.ng-select.ui-select__language-selector .ng-dropdown-panel .ng-dropdown-panel-items .ng-option {
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-weight: 500;
  letter-spacing: 0;
  background: none;
  padding: 0;
  justify-content: flex-start;
  color: #d8d3ed;
}
.ng-select.ui-select__language-selector .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-marked .ng-option-label,
.ng-select.ui-select__language-selector .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected .ng-option-label {
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-weight: 500;
  letter-spacing: 0;
}
.ng-select.ui-select__language-selector .ng-dropdown-panel .ng-dropdown-panel-items .ng-option-selected {
  color: #b3a3ff;
}
.ng-select.ui-select__language-selector .ng-dropdown-panel .ng-dropdown-panel-items .ng-option-label {
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-weight: 500;
  letter-spacing: 0;
}
.ng-select.ui-select__language-selector .ng-dropdown-panel .ng-dropdown-panel-items .ng-option:not(:nth-child(1)) {
  margin-top: 1rem;
}
.ng-select.ui-select__language-selector .ng-dropdown-panel .ng-dropdown-panel-items .ng-option:hover {
  background: none;
  color: #6351b7;
}
.ng-select.ui-select__language-selector.ng-select-opened.ng-select-bottom > .ng-select-container {
  min-height: 3rem;
}
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%;
  transform: translateY(0);
  transition: transform 0.3s ease-out;
}
.rp-home-overlay-panel.open {
  transform: translateY(0);
}
.grecaptcha-badge {
  display: none !important;
}
.control {
  font-size: 0.875rem;
  line-height: 1.4rem;
  font-weight: 300;
  line-height: 2.5rem;
  height: 2rem;
  border-radius: 0.375rem;
  background-color: #f6f1ff;
  padding: 0.5rem 0.75rem;
  color: #6351b7;
  caret-color: #6351b7;
  border: 1px solid #d8d3ed;
  font-family: "Spacegrotesk", sans-serif;
}
.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;
}
@font-face {
  font-family: Spacegrotesk;
  src: url("./media/SpaceGrotesk-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: Spacegrotesk;
  src: url("./media/SpaceGrotesk-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: Spacegrotesk;
  src: url("./media/SpaceGrotesk-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: Spacegrotesk;
  src: url("./media/SpaceGrotesk-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: block;
}
:root {
  --select-dropdown-max-height: 252px;
}
html {
  font-size: calc(0.625rem + 0.417vw);
}
@media screen and (width <= 1920px) {
  html {
    font-size: calc(0.625rem + 0.4167vw);
  }
}
@media screen and (width <= 1440px) {
  html {
    font-size: calc(0.8127rem + 0.2081vw);
  }
}
@media screen and (width <= 479px) {
  html {
    font-size: calc(0.7495rem + 0.8368vw);
  }
}
::-webkit-scrollbar {
  width: 6px;
}
::-webkit-scrollbar-track {
  background: rgb(9, 6, 22);
  border-radius: 0;
}
::-webkit-scrollbar-thumb {
  background:
    linear-gradient(
      190deg,
      #f2759c 35.67%,
      #b3a3ff 65.49%,
      #6351b7 91.48%);
  border-radius: 3px;
}
body {
  font-family: "Spacegrotesk", sans-serif;
  background: #090616;
  display: flex;
  justify-content: center;
  overflow: hidden scroll;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #6a6a6b;
  position: relative;
  visibility: hidden;
}
body.highlighted-bg {
  background:
    radial-gradient(
      58.33% 100% at 50% 100%,
      rgba(111, 68, 254, 0.1) 50%,
      rgba(111, 68, 254, 0) 100%),
    #090616 !important;
}
body.fonts-loaded {
  visibility: visible;
}
h1 {
  color: #f6f1ff;
  letter-spacing: -0.0138rem;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.75rem;
  font-weight: 500;
  line-height: 1.2;
}
@media (max-width: 767.98px) {
  h1 {
    font-size: 2.5rem;
  }
}
h2 {
  color: #f6f1ff;
  letter-spacing: -0.0119rem;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.2;
}
h3 {
  color: #d8d3ed;
  letter-spacing: -0.0106rem;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.2;
}
h5 {
  color: #f6f1ff;
  letter-spacing: -0.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.2;
}
ul.privacy {
  display: block;
  list-style-type: disc;
  margin-block: 1em;
  margin-inline: 0;
  padding-inline-start: 40px;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  padding-left: 2.5rem;
  font-size: 1rem;
}
ul.privacy li {
  display: list-item;
  text-align: -webkit-match-parent;
}
.paragraph-regular {
  margin-bottom: 0;
  font-size: 0.875rem !important;
  line-height: 1.7 !important;
}
@media (max-width: 478.98px) {
  .paragraph-regular {
    font-size: 0.75rem !important;
    line-height: 1.5 !important;
  }
}
.paragraph-regular.privacy {
  color: #d8d3ed;
  margin-top: 0;
  margin-bottom: 0.5rem;
}
.paragraph-regular.privacy._2nd {
  padding-left: 5rem;
}
.paragraph-regular_404 {
  text-align: center;
}
.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: #f6f1ff;
  text-align: center;
}
.page-title {
  font-size: 2rem;
  line-height: 2.5rem;
  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: 1.4rem;
  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;
  }
}
.gradient-span {
  background-image:
    linear-gradient(
      120deg,
      #f2759c 25%,
      #b3a3ff 60%,
      #6351b7 90%);
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.headline-regular {
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: 400;
  color: #6a6a6b;
  line-height: 1.35 !important;
}
@media (max-width: 767.98px) {
  .headline-regular {
    font-size: 1rem;
    line-height: 1.1875rem;
  }
}
.heading-2 {
  font-size: 2rem;
}
@media (max-width: 478.98px) {
  .heading-2 {
    font-size: 1.688rem;
  }
}
.heading-3 {
  color: #f6f1ff;
  letter-spacing: -0.0106rem;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.2;
}
@media (max-width: 767.98px) {
  .heading-3 {
    font-size: 2rem;
  }
}
.heading-5 {
  font-size: 1.5rem;
  font-weight: 500;
  color: #f6f1ff;
}
.heading-5.privacy {
  color: #b3a3ff;
}
.text-size-medium {
  font-size: 1.25rem;
}
@media (max-width: 767.98px) {
  .text-size-medium {
    font-size: 1rem;
  }
}
.anchor-offset {
  z-index: -100;
  margin-top: -7.5rem;
  position: absolute;
}
.cover {
  background-color: #090616;
  z-index: 10000;
  position: absolute;
  inset: 0%;
  transition: opacity 1s;
}
.initial-fade-up-animate {
  opacity: 0;
  animation-name: initial-fade-up;
  animation-duration: 1s;
  animation-fill-mode: both;
}
@keyframes initial-fade-up {
  from {
    opacity: 0;
    transform: translate3d(0, 100px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

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