/* stylelint-disable */
html,
body {
  width: 100%;
  height: 100%;
}
input::-ms-clear,
input::-ms-reveal {
  display: none;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@-ms-viewport {
  width: device-width;
}
body {
  margin: 0;
}
[tabindex='-1']:focus {
  outline: none;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5em;
  font-weight: 500;
}
p {
  margin-top: 0;
  margin-bottom: 1em;
}
abbr[title],
abbr[data-original-title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline;
  text-decoration: underline dotted;
  border-bottom: 0;
  cursor: help;
}
address {
  margin-bottom: 1em;
  font-style: normal;
  line-height: inherit;
}
input[type='text'],
input[type='password'],
input[type='number'],
textarea {
  -webkit-appearance: none;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1em;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 500;
}
dd {
  margin-bottom: 0.5em;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1em;
}
dfn {
  font-style: italic;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
pre,
code,
kbd,
samp {
  font-size: 1em;
  font-family: 'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, Courier, monospace;
}
pre {
  margin-top: 0;
  margin-bottom: 1em;
  overflow: auto;
}
figure {
  margin: 0 0 1em;
}
img {
  vertical-align: middle;
  border-style: none;
}
a,
area,
button,
[role='button'],
input:not([type='range']),
label,
select,
summary,
textarea {
  touch-action: manipulation;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75em;
  padding-bottom: 0.3em;
  text-align: left;
  caption-side: bottom;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html [type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type='radio'],
input[type='checkbox'] {
  box-sizing: border-box;
  padding: 0;
}
input[type='date'],
input[type='time'],
input[type='datetime-local'],
input[type='month'] {
  -webkit-appearance: listbox;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0.5em;
  padding: 0;
  color: inherit;
  font-size: 1.5em;
  line-height: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}
[type='search'] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
mark {
  padding: 0.2em;
  background-color: #feffe6;
}

body {
	background-color: var(--bg1);
	color: rgba(0, 0, 0, 0.65);
	font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif,
		Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
	font-feature-settings: 'tnum';
	font-size: 14px;
	font-variant: tabular-nums;
	line-height: 1.5715;
}

&[data-theme='symon-dark'] body {
	color: rgba(255, 255, 255, 0.65);
}

a {
	background-color: transparent;
	color: var(--blue6);
	cursor: pointer;
	outline: none;
	text-decoration: none;
}

h1 {
	font-family: var(--fontStyle);
	font-weight: bold;
	color: var(--fontBlack);
	font-size: 28px;
}

h2 {
	font-family: var(--fontStyle);
	font-weight: bold;
	color: var(--fontBlack);
	font-size: 24px;
}

h3 {
	font-family: var(--fontStyle);
	font-weight: bold;
	color: var(--fontBlack);
	font-size: 18px;
}

h4 {
	font-family: var(--fontStyle);
	font-weight: bold;
	color: var(--fontBlack);
	font-size: 14px;
}

h5 {
	font-family: var(--fontStyle);
	font-weight: bold;
	color: var(--fontBlack);
	font-size: 12px;
}

:root .intercom-borderless-frame {
		max-height: calc(100% - var(--m) - var(--headerHeight));
	}

:root .sentry-error-embed form .form-content .form-field {
		display: none;
	}

:root .sentry-error-embed form .form-content .form-field:last-child {
			display: block;
		}

:root .symon-wizardFooter.fixed {
		z-index: calc(var(--chatbotBubbleZIndex) + 1);
	}

.alert {
	font-family: var(--fontStyle);
	color: var(--fontGrey);
	font-size: 14px;
	border: 2px solid;
	border-radius: var(--xs);
	display: none;
	margin-right: var(--l);
	padding: 6px var(--m);
	pointer-events: none;
	position: absolute;
	right: -404px;
	top: var(--4xl);
	width: 380px;
	z-index: 29999;
}

	.alert.success {
		background-color: var(--green1);
		border-color: var(--green3);
	}

	.alert.warn {
		background-color: var(--gold1);
		border-color: var(--gold3);
	}

	.alert.error {
		background-color: var(--red1);
		border-color: var(--red3);
	}

	.alert.animate {
		animation: slideFromRight 5.3s forwards;
		display: block;
	}

@keyframes slideFromRight {
	6% {
		transform: translateX(-404px);
	}
	94% {
		opacity: 1;
		transform: translateX(-404px);
	}
	100% {
		opacity: 0;
		transform: translateX(-404px);
	}
}

.signUpBackground {
	position: fixed;
	z-index: 1;
}

	.signUpBackground__backdrop {
		display: flex;
		position: fixed;
		width: 100%;
		height: 100%;
		align-items: center;
		justify-content: center;
		background: rgba(0, 0, 0, 0.25);
		z-index: 20000;
	}

.logoProgressPage {
	display: flex;
	position: fixed;
	inset: 0;
	align-items: center;
	justify-content: center;
	background-color: var(--grey1);
	z-index: 20000;
}

.logoProgressBar {
	width: 200px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

	.logoProgressBar__logo {
		margin-bottom: 10px;

		animation-name: pulseEffect;
		animation-direction: alternate;
		animation-duration: 1.5s;
		animation-fill-mode: forwards;
		animation-iteration-count: infinite;
		animation-timing-function: ease-in-out;
	}

	.logoProgressBar__progressContainer {
		width: 100%;
		border-radius: 100px;
		background-color: var(--grey3);
	}

	.logoProgressBar__progressBar {
		height: var(--s);
		border-radius: 100px;
		background-color: var(--fontBlue);
		transition: width 1s;
	}

@keyframes pulseEffect {
	0% {
		opacity: 1;
		transform: scale(1);
	}

	100% {
		opacity: 0.5;
		transform: scale(0.85);
	}
}

.signUp {
	display: flex;
	flex-direction: row;
	overflow-y: auto;
	height: 100vh;
	width: 100%;
	z-index: 10;
}

	.signUp .maintenanceMode {
		width: 100%;
		align-self: center;
	}

.signUpSlideShow {
	width: 53%;
	z-index: 2;
	background-color: var(--blue8);
}
	@media (max-width: 959px) {.signUpSlideShow {
		display: none
}
	}
	.signUpSlideShow__dots {
		bottom: 78px !important;
	}
	@media (max-height: 750px) {
	.signUpSlideShow__dots {
			visibility: hidden
	}
		}
	.signUpSlideShow__dots > li.slick-active {
			width: 14px !important;
		}
	.signUpSlideShow__dots > li.slick-active button {
			background: var(--blue6) !important;
		}
	.signUpSlideShow__dots > li button {
			background: var(--grey1) !important;
			opacity: 1 !important;
			width: 14px !important;
			height: 14px !important;
			border-radius: 50% !important;
		}
	.signUpSlideShow .topArea,
	.signUpSlideShow .bottomArea {
		display: flex;
		justify-content: center;
		align-items: flex-start;
		margin-left: auto;
		margin-right: auto;
		position: relative;
		top: 2vw;
	}
	.signUpSlideShow__page {
		display: flex;
		flex-direction: column;
		justify-content: center;
		height: 100vh;
		width: 53vw;
		color: var(--grey1);
		font-size: 48px;
		user-select: none;
		background-size: 100% 100%;
	}
	@media (max-height: 700px) {
	.signUpSlideShow__page {
			margin-top: 50px;
			height: 100%
	}
		}
	.signUpSlideShow__page.dataSource {
			background-image: url(/20f6eb13a7d9a2fff55b.png);
		}
	.signUpSlideShow__page.dataSource .topArea {
				height: 174px;
				margin-bottom: 32.9px;
				width: min(100%, 460px);
			}
	.signUpSlideShow__page.dataSource .bottomArea {
				height: 424px;
			}
	.signUpSlideShow__page.transform {
			background-image: url(/44de343bf003a1e78086.png);
		}
	.signUpSlideShow__page.transform .topArea {
				margin-bottom: 55.11px;
				width: min(100%, 600px);
			}
	.signUpSlideShow__page.transform .bottomArea {
				width: min(100%, 564px);
			}
	.signUpSlideShow__page.predict {
			background-image: url(/201cf42f4efd9cdfdbd4.png);
		}
	.signUpSlideShow__page.predict .topArea {
				margin-bottom: 59.87px;
				width: min(100%, 582.39px);
			}
	.signUpSlideShow__page.predict .bottomArea {
				width: min(100%, 600px);
			}
	.signUpSlideShow__card {
		color: var(--fontBlack);
	}
	.signUpSlideShow__header {
		display: none;
	}
	.signUpSlideShow__logo {
		background-image: url(data:image/png;base64,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);
		width: 136.54px;
		height: 24.35px;
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		position: absolute;
		top: 18.82px;
		left: 30.44px;
		z-index: 10;
	}
	.signUpSlideShow__textArea {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		color: var(--grey1);
		text-align: center;
	}
	.signUpSlideShow__smallText {
		font-family: var(--fontStyle);
		font-style: normal;
		font-weight: 700;
		font-size: var(--xl);
		line-height: 36px;
		margin-bottom: var(--l);
	}
	.signUpSlideShow__smallText.center {
			text-align: center;
		}
	.signUpSlideShow__largeText {
		font-family: 'Inter', var(--fontStyle);
		font-style: normal;
		font-weight: 700;
		/* stylelint-disable-next-line declaration-property-unit-allowed-list */
		font-size: 0.9em;
		line-height: 1.2em;
	}
	.signUpSlideShow__stepsImage {
		width: 349px;
		height: 276px;
	}
	.signUpSlideShow__swipeToLearn {
		font-family: var(--fontStyle);
		font-style: normal;
		position: absolute;
		align-self: center;

		bottom: 6vh;
		font-weight: 400;
		font-size: 14px;
		line-height: var(--ml);
	}
	.signUpSlideShow__dataImage {
		padding-left: 50px;
		padding-right: 50px;
		height: auto;
		width: min(100%, 600px);

		transform: none;
	}
	.signUpSlideShow__dataImage.mobile {
			display: none !important;
		}
	.signUpSlideShow__dataImage.tablet {
			display: inline;
		}
	.signUpSlideShow__transformImage {
		padding-left: 50px;
		padding-right: 50px;
		width: min(100%, 600px);
		height: auto;
		transform: rotate(3.57deg);
	}
	.signUpSlideShow__transformImage.mobile {
			display: none !important;
		}
	.signUpSlideShow__transformImage.tablet {
			display: inline;
		}
	.signUpSlideShow__predictImage {
		padding-left: 50px;
		padding-right: 50px;
		display: inline;
		width: min(100%, 600px);
		height: auto;
	}

.maintenanceMode {
	display: flex;
	flex-direction: column;
	align-items: center;
}

	.maintenanceMode__title {
		font-family: var(--fontStyle);
		font-weight: bold;
		color: var(--fontBlack);
		font-size: 36px;
		margin-bottom: var(--l);
	}

	.maintenanceMode__details {
		display: flex;
		flex-direction: column;
		align-items: center;
		margin-bottom: var(--m);
	}

	.maintenanceMode__link {
		margin-bottom: var(--l);
	}

.signUpForm {
	position: relative;
	width: 47%;
	padding: var(--l);
	z-index: 10;

	display: flex;
	flex-direction: column;
	background-color: var(--grey1);
	margin: 0;
}
	@media (max-width: 959px) {.signUpForm {
		margin: 0;
		flex-grow: 1;
		min-height: auto;
		width: 100%;
		max-width: 100%;
		justify-content: flex-start;
		transform: none;
		padding-top: 70px;
		padding-bottom: 70px
}
	}
	.signUpForm__mobileLogo {
		position: absolute;
		display: none;
	}
	@media (max-width: 959px) {
	.signUpForm__mobileLogo {
			display: flex;
			left: 50%;
			top: var(--m);
			transform: translateX(-50%)
	}
		}
	.signUpForm__loginLink.loginLink {
		margin-left: auto;
	}
	@media (max-width: 959px) {
	.signUpForm__loginLink.loginLink {
			display: none
	}
		}
	.signUpForm__inner {
		margin: auto;
	}
	@media (max-width: 959px) {
	.signUpForm__inner {
			margin: 0
	}
		}
	.signUpForm h2.signUpForm__title {
		text-align: center;
	}
	@media (max-width: 959px) {
	.signUpForm h2.signUpForm__title {
			font-size: 18px
	}
		}
	.signUpForm__emailLabel {
		font-family: var(--fontStyle);
		color: var(--fontGrey);
		font-weight: 400;
		font-size: 12px;
		line-height: var(--m);
	}
	.signUpForm__emailField {
		color: var(--fontBlack);
		font-variant: tabular-nums;
		font-feature-settings: 'tnum';
		position: relative;
		display: inline-block;
		width: 100%;
		min-width: 0;
		padding: var(--xs) 11px;
		font-size: 14px;
		line-height: 1.5715;
		border: 1px solid var(--grey5);
		border-radius: var(--xxs);
		transition: all 0.3s;
		touch-action: manipulation;
		overflow: visible;
		margin-top: var(--xs);
	}
	.signUpForm__emailField:focus {
			outline: 0;
		}
	.signUpForm__emailField:focus,
		.signUpForm__emailField:hover {
			border-color: var(--blue5);
			border-right-width: 1px;
			box-shadow: var(--highlightBlueBoxShadow) inset;
		}
	.signUpForm__emailField.error {
			border-color: var(--red5);
		}
	.signUpForm__emailField.error:focus {
				border-color: var(--red4);
				box-shadow: 0 0 0 var(--xxs) rgb(255 77 79 / 20%);
			}
	.signUpForm__emailField.error:hover {
				border-color: var(--red5);
			}
	.signUpForm__error {
		font-family: var(--fontStyle);
		font-size: 12px;
		color: var(--red5);
	}
	.signUpForm__submitButton {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;

		cursor: pointer;
		font-family: var(--fontStyle);
		font-size: 14px;
		font-weight: 700;

		background-color: var(--fontBlue);
		border: 1px solid var(--fontBlue);
		color: var(--grey1);
		border-radius: var(--xs);
		height: var(--xxl);

		text-shadow: 0 -1px 0 rgb(0 0 0 / 12%);
		box-shadow: 0 var(--xxs) 0 rgb(0 0 0 / 5%);

		margin-top: var(--m);
	}
	.signUpForm__submitButton:hover {
			background-color: var(--hover2);
			border: 1px solid var(--hover2);
		}
	.signUpForm__submitButton:disabled {
			color: var(--symonGrey2);
			background-color: var(--symonGrey1);
			border-color: var(--symonGrey2);
		}
	.signUpForm__bottomDivider {
		margin-bottom: var(--m);
	}
	.signUpForm__envAlert.envAlert {
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
	}
	.signUpForm__loginLinkMobile {
		display: none;
	}
	@media (max-width: 959px) {
	.signUpForm__loginLinkMobile {
			display: flex;
			margin-top: var(--l);
			justify-content: center;
			align-items: center
	}
		}
	.signUpForm__loginMessageMobile {
		display: none;
		font-family: var(--fontStyle);
		font-weight: bold;
		color: var(--fontBlack);
		font-size: 14px;
		font-weight: normal;
	}
	@media (max-width: 959px) {
	.signUpForm__loginMessageMobile {
			display: flex
	}
		}
	.signUpForm__loginLinkButtonMobile {
		font-weight: 700;
	}

.loginLink {
	display: flex;
	flex-direction: row;
	align-items: center;
}

	.loginLink__message {
		font-family: var(--fontStyle);
		font-weight: bold;
		color: var(--fontBlack);
		font-size: 14px;
		font-weight: normal;
		margin-right: var(--m);
	}

	.loginLink__button {
		display: flex;
		flex-direction: row;
		align-items: center;
		font-size: 14px;
		font-family: var(--fontStyle);
		font-weight: 700;
		cursor: pointer;
		background-color: var(--grey1);
		border: 1px solid var(--symonGrey2);
		color: var(--fontBlue);
		min-width: 105px;
		border-radius: var(--xs);
		height: var(--xxl);
		justify-content: center;
		padding-left: var(--m);
		padding-right: var(--m);
		outline: 0;

		line-height: 1.5715;
		position: relative;
		white-space: nowrap;
		text-align: center;
		background-image: none;
		box-shadow: 0 var(--xxs) 0 rgb(0 0 0 / 2%);
		transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
		user-select: none;
		touch-action: manipulation;
	}

.divider {
	display: flex;
	margin: var(--m) 0;
	font-family: -apple-system, 'system-ui', 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif,
		'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';

	font-weight: 500;
	white-space: nowrap;
	text-align: center;
	border-top: 0;
	border-top-color: rgba(0, 0, 0, 0.06);
	font-size: 14px;
	color: var(--symonGrey2);
	background-color: var(--grey1);
	width: 100%;
	clear: both;
	box-sizing: border-box;
	padding: 0;
	font-variant: tabular-nums;
	line-height: 1.5715;
	list-style: none;
	font-feature-settings: 'tnum';
}

	.divider::before,
	.divider::after {
		position: relative;
		top: 50%;
		width: 50%;
		border-top: 1px solid transparent;
		border-top-color: inherit;
		border-bottom: 0;
		transform: translateY(50%);
		content: '';
	}

	.divider__inner {
		display: inline-block;
		padding: 0 1em;
		box-sizing: border-box;
	}

	.divider__inner.empty {
			padding: 0;
		}

.googleButton {
	height: var(--xxl);
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.084), 0 1px 1px rgba(0, 0, 0, 0.168);
	font-size: 16px;
	line-height: var(--xxl);
	border-radius: var(--xxs);
	transition: background-color 0.218s, border-color 0.218s, box-shadow 0.218s;
	font-family: Roboto, arial, sans-serif;
	cursor: pointer;
	background-color: var(--grey1);
	color: rgba(0, 0, 0, 0.54);
}

	.googleButton:hover {
		box-shadow: 0 0 3px 3px rgba(66, 133, 244, 0.3);
		transition: background-color 0.218s, border-color 0.218s, box-shadow 0.218s;
	}

	.googleButton__icon {
		margin-right: var(--m);
		margin-top: 1px;
	}

.clickableArea {
	background-color: transparent;
	border: 0;
	cursor: pointer;
}
	.clickableArea.text {
		color: var(--fontBlue);
	}
	.clickableArea.text:hover {
			text-decoration: underline;
		}

.termsAndConditions {
	font-family: var(--fontStyle);
	font-weight: bold;
	color: var(--fontBlack);
	font-size: 14px;
	font-weight: normal;
	font-size: 12px;
	text-align: center;
}

.envAlert {
	display: flex;
	flex-direction: row;
	align-items: center;
	position: fixed;
	bottom: var(--xxl);
	width: 100%;
	justify-content: center;
	font-family: var(--fontStyle);
	font-size: 12px;
	height: 0;
}
	@media (max-width: 959px) {.envAlert {
		position: relative
}
	}
	.envAlert__globe {
		margin-right: var(--s);
		margin-bottom: -2px;
	}
	.envAlert__text {
		display: block;
		word-wrap: break-word;
		white-space: normal;
		text-align: center;
	}

.loginPage {
	width: 100%;
}

	.loginPage__spinner {
		width: 100%;
	}

	.loginPage__loadingBg {
		position: absolute;
		z-index: 99999;
	}

	.loginPage__loadingBg::before {
			content: '';
			position: fixed;
			opacity: 0.65;
			z-index: 99999;
			display: flex;
			align-items: center;
			background-color: var(--grey1);
			inset: 0;
			pointer-events: none;
		}

	.loginPage__blankPage.maintenance {
		background: transparent;
		border: 0;
		height: 100%;
	}

.appEntrySpinner {
	height: 100px;
	width: 100px;
	font-size: 84px;
	color: var(--blue6) !important;
	line-height: 1;
}
	.appEntrySpinner svg {
		height: 100px;
		width: 100px;
	}

.blankPage {
	display: flex;
	flex-direction: column;
	align-items: center;
	border-radius: var(--xs);
	background-color: var(--grey1);
	border: solid 1px var(--symonGrey1);
	justify-content: center;
	margin: auto 0;
	min-height: 370px;
	padding: 36px;
	transform: translateY(-80px);
	width: 576px;
}
	@media (max-width: 959px) {.blankPage {
		margin: 0;
		flex-grow: 1;
		min-height: auto;
		width: 100%;
		max-width: 100%;
		justify-content: flex-start;
		transform: none;
		padding-top: 70px;
		padding-bottom: 70px
}
	}
	.blankPage__root {
		display: flex;
		flex-direction: column;
		align-items: center;
		position: relative;
		overflow-y: auto;
		height: 100vh;
		width: 100%;
	}

.loginHeader {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	padding: 13px 56px 13px var(--xxl);
	width: 100%;
	height: 66px;
}
	@media (max-width: 959px) {.loginHeader {
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		flex-direction: column;
		margin-top: var(--s);
		padding: 13px var(--xxl)
}
		.loginHeader .loginLink {
			display: none;
		}
	}
	.loginHeader__headerRight {
		display: flex;
		flex-direction: row;
		align-items: center;
	}
	@media (max-width: 959px) {
	.loginHeader__headerRight {
			margin: var(--s) 0
	}
		}
	.loginHeader__message {
		font-family: var(--fontStyle);
		color: var(--fontGrey);
		font-size: 14px;
		margin-right: var(--m);
	}
	.loginHeader__button.symon-button.ant-btn.default {
		min-width: 105px;
	}
	@media (max-width: 959px) {
	.loginHeader__button.symon-button.ant-btn.default {
			display: none
	}
		}

.loginEmailForm {
	width: 100%;
}

	.loginEmailForm__emailLabel {
		font-family: var(--fontStyle);
		color: var(--fontGrey);
		font-weight: 400;
		font-size: 12px;
		line-height: var(--m);
	}

	.loginEmailForm__emailField {
		color: var(--fontBlack);
		font-variant: tabular-nums;
		font-feature-settings: 'tnum';
		position: relative;
		display: inline-block;
		width: 100%;
		min-width: 0;
		padding: var(--xs) 11px;
		font-size: 14px;
		line-height: 1.5715;
		border: 1px solid var(--grey5);
		border-radius: var(--xxs);
		transition: all 0.3s;
		touch-action: manipulation;
		overflow: visible;
		margin-top: var(--xs);
	}

	.loginEmailForm__emailField:focus {
			outline: 0;
		}

	.loginEmailForm__emailField:focus,
		.loginEmailForm__emailField:hover {
			border-color: var(--blue5);
			border-right-width: 1px;
			box-shadow: var(--highlightBlueBoxShadow) inset;
		}

	.loginEmailForm__emailField.error {
			border-color: var(--red5);
		}

	.loginEmailForm__emailField.error:focus {
				border-color: var(--red4);
				box-shadow: 0 0 0 var(--xxs) rgb(255 77 79 / 20%);
			}

	.loginEmailForm__emailField.error:hover {
				border-color: var(--red5);
			}

	.loginEmailForm__error {
		font-family: var(--fontStyle);
		font-size: 12px;
		color: var(--red5);
	}

	.loginEmailForm__field {
		font-size: 14px;
		position: relative;
		margin-bottom: var(--s);
	}

	.loginEmailForm__signIn {
		display: flex;
		flex-direction: row;
		align-items: center;
		margin-bottom: var(--l);
	}

	.loginEmailForm__divider {
		font-size: 14px !important;
		color: var(--symonGrey2) !important;
		background-color: var(--grey1) !important;
	}

	.loginEmailForm__signUp {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		padding-top: var(--xl);
	}

	.loginEmailForm__signUpLink {
		padding: 0 var(--s);
		color: var(--fontBlue);
		font-weight: 600;
		border-bottom: 1px solid transparent;
		transition: all 250ms ease;
	}

	.loginEmailForm__signUpLink:hover,
		.loginEmailForm__signUpLink:focus {
			color: var(--fontBlue);
			border-bottom: 1px solid var(--fontBlue);
		}

.loginFormBasic {
	width: 100%;
}
	.loginFormBasic__title {
		font-family: var(--fontStyle);
		font-size: 24px;
		font-weight: bold;
		letter-spacing: 1px;
		text-align: center;
		color: var(--fontBlack);
	}
	@media (max-width: 959px) {
	.loginFormBasic__title {
		font-size: 18px;
	}
	}
	.loginFormBasic__title {
		margin-bottom: var(--sm);
		line-height: 2;
}
	.loginFormBasic__emailCaption {
		display: flex;
		flex-direction: row;
		align-items: center;
		font-size: 14px;
		margin-top: var(--l);
		margin-bottom: var(--l);
		justify-content: center;
	}
	.loginFormBasic__loginAs {
		display: flex;
		flex-direction: row;
		align-items: center;
		font-family: var(--fontStyle);
		color: var(--fontGrey);
		font-size: 14px;
	}
	.loginFormBasic__loginAs .symon-link__text.small {
			font-size: 12px;
			font-weight: normal;
		}
	.loginFormBasic__hiddenInput {
		height: 0;
		margin-bottom: 0;
	}
	.loginFormBasic__divider::before, .loginFormBasic__or::before {
			flex: 1;
			flex-grow: 1;
			height: 1px;
			background-color: var(--symonGrey2);
			margin-right: var(--s);
			content: '';
		}
	.loginFormBasic__divider::after, .loginFormBasic__or::after {
			flex: 1;
			flex-grow: 1;
			height: 1px;
			background-color: var(--symonGrey2);
			margin-left: var(--s);
			content: '';
		}
	.loginFormBasic__divider,
	.loginFormBasic__or {

		display: flex;
		align-items: center;
		margin-top: var(--m);
		margin-bottom: var(--m);
}
	.loginFormBasic__field {
		font-size: 14px;
		position: relative;
		margin-bottom: var(--xs);
	}
	.loginFormBasic__signIn {
		display: flex;
		flex-direction: row;
		align-items: center;
		margin-bottom: var(--l);
	}
	.loginFormBasic__login,
	.loginFormBasic__submitButton {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;

		cursor: pointer;
		font-family: var(--fontStyle);
		font-size: 14px;
		font-weight: 700;

		background-color: var(--fontBlue);
		border: 1px solid var(--fontBlue);
		color: var(--grey1);
		border-radius: var(--xs);
		height: var(--xxl);

		text-shadow: 0 -1px 0 rgb(0 0 0 / 12%);
		box-shadow: 0 var(--xxs) 0 rgb(0 0 0 / 5%);
	}
	.loginFormBasic__login:hover, .loginFormBasic__submitButton:hover {
			background-color: var(--hover2);
			border: 1px solid var(--hover2);
		}
	.loginFormBasic__login:disabled, .loginFormBasic__submitButton:disabled {
			color: var(--symonGrey2);
			background-color: var(--symonGrey1);
			border-color: var(--symonGrey2);
		}
	.loginFormBasic__idpList {
		display: flex;
		flex-direction: column;
		align-items: center;
		margin-top: var(--sm);
		align-items: stretch;
	}
	.loginFormBasic__idpButton {
		margin-top: var(--sm);
	}
	.loginFormBasic__forgot {
		position: absolute;
		top: var(--xs);
		right: 0;
	}
	.loginFormBasic__forgot__text.small.symon-link__text {
			font-size: 12px;
			font-weight: normal;
		}
	.loginFormBasic__fields__set {
		align-items: center;
	}
	.loginFormBasic__description {
		font-family: var(--fontStyle);
		font-weight: bold;
		color: var(--fontBlack);
		font-size: 14px;
		font-weight: normal;
		text-align: center;
		font-size: 14px;
	}
	.loginFormBasic__divider {
		font-size: 14px !important;
		color: var(--symonGrey2) !important;
		background-color: var(--grey1) !important;
	}
	.loginFormBasic__signUp {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		margin-top: var(--xl);
	}

.eltLoginFields {
	width: 100%;
}
	.eltLoginFields__logo,
	.eltLoginFields__sub-title {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
	}
	.eltLoginFields__logo > img {
		height: 64px;
	}
	.eltLoginFields__title {
		font-family: var(--fontStyle);
		font-size: 24px;
		font-weight: bold;
		letter-spacing: 1px;
		text-align: center;
		color: var(--fontBlack);
	}
	@media (max-width: 959px) {
	.eltLoginFields__title {
		font-size: 18px;
	}
	}
	.eltLoginFields__title {
		margin-bottom: var(--sm);
		line-height: 2;
}

.confirmUser__blankPage {
		width: 750px;
		padding: 0;
	}
		.confirmUser__blankPage.maintenance {
			background: transparent;
			border: 0;
			height: 100%;
		}
	.confirmUser__container {
		display: flex;
		flex-direction: row;
		align-items: center;
		align-items: flex-start;
		flex: 1;
		position: relative;
		width: 100%;
	}
	.confirmUser__loading {
		align-items: center;
		display: flex;
		height: 100%;
		position: absolute;
		width: 100%;
		z-index: 99999;
	}
	.confirmUser__loading::before {
			content: '';
			position: fixed;
			opacity: 0.65;
			z-index: 99999;
			display: flex;
			align-items: center;
			background-color: var(--grey1);
			inset: 0;
			pointer-events: none;
		}
	.confirmUser__spinner {
		width: 100%;
	}
	.confirmUser__signUpProgress {
		height: var(--l);
	}
	.confirmUser__steps {
		display: flex;
		flex-direction: column;
		align-items: center;
		align-items: flex-start;
		flex: 1 0 auto;
		height: calc(100% - var(--s));
		background: linear-gradient(180deg, #f2f5f9 21.98%, #ebf1f9 47.93%);
		justify-content: center;
		margin: var(--xs);
		max-width: 300px;
		text-align: center;
		padding: var(--ml);
	}
	.confirmUser__progressContainer {
		display: flex;
		flex-direction: row;
		align-items: center;
		width: 100%;
	}
	.confirmUser__progressContainer .progress__outer {
			width: 95%;
		}
	.confirmUser__iconContainer {
		display: flex;
		flex-direction: column;
		align-items: center;
		padding: var(--sm);
	}
	.confirmUser__iconRow {
		display: flex;
		width: 100%;
	}
	.confirmUser__activeIcon {
		font-size: var(--l);
	}
	.confirmUser__activeIcon .anticon {
			color: var(--blue8);
		}
	.confirmUser__iconText {
		margin-left: var(--sm);
	}
	.confirmUser__iconText.strikeThrough {
			text-decoration: line-through;
		}

.confirmUserVerifyForm {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	padding: var(--m);
}

	.confirmUserVerifyForm__title {
		font-family: var(--fontStyle);
		font-size: 24px;
		font-weight: bold;
		letter-spacing: 1px;
		text-align: center;
		color: var(--fontBlack);
	}

	@media (max-width: 959px) {

	.confirmUserVerifyForm__title {
		font-size: 18px;
	}
	}

	.confirmUserVerifyForm__title {
		text-align: left;
		margin-bottom: var(--l);
		margin-top: var(--l);
		align-self: center;
}

	.confirmUserVerifyForm__field {
		font-family: var(--fontStyle);
		color: var(--fontGrey);
		font-weight: 400;
		font-size: 12px;
		margin-bottom: var(--l);
		line-height: var(--m);
	}

	.confirmUserVerifyForm__input {
		color: var(--fontBlack);
		font-variant: tabular-nums;
		font-feature-settings: 'tnum';
		position: relative;
		display: inline-block;
		width: 100%;
		min-width: 0;
		padding: var(--xs) 11px;
		font-size: 14px;
		line-height: 1.5715;
		border: 1px solid var(--grey5);
		border-radius: var(--xxs);
		transition: all 0.3s;
		touch-action: manipulation;
		overflow: visible;
		margin-top: var(--xs);
	}

	.confirmUserVerifyForm__input:focus {
			outline: 0;
		}

	.confirmUserVerifyForm__input:focus,
		.confirmUserVerifyForm__input:hover {
			border-color: var(--blue5);
			border-right-width: 1px;
			box-shadow: var(--highlightBlueBoxShadow) inset;
		}

	.confirmUserVerifyForm__input.error {
			border-color: var(--red5);
		}

	.confirmUserVerifyForm__input.error:focus {
				border-color: var(--red4);
				box-shadow: 0 0 0 var(--xxs) rgb(255 77 79 / 20%);
			}

	.confirmUserVerifyForm__input.error:hover {
				border-color: var(--red5);
			}

	.confirmUserVerifyForm__error {
		font-family: var(--fontStyle);
		font-size: 12px;
		color: var(--red5);
		margin: 0;
	}

	.confirmUserVerifyForm__signUp {
		display: flex;
	}

	.confirmUserVerifyForm__submitButton {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;

		cursor: pointer;
		font-family: var(--fontStyle);
		font-size: 14px;
		font-weight: 700;

		background-color: var(--fontBlue);
		border: 1px solid var(--fontBlue);
		color: var(--grey1);
		border-radius: var(--xs);
		height: var(--xxl);

		text-shadow: 0 -1px 0 rgb(0 0 0 / 12%);
		box-shadow: 0 var(--xxs) 0 rgb(0 0 0 / 5%);
	}

	.confirmUserVerifyForm__submitButton:hover {
			background-color: var(--hover2);
			border: 1px solid var(--hover2);
		}

.confirmUserCompleteForm {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	padding: var(--m);
}

	.confirmUserCompleteForm__title {
		font-family: var(--fontStyle);
		font-size: 24px;
		font-weight: bold;
		letter-spacing: 1px;
		text-align: center;
		color: var(--fontBlack);
	}

	@media (max-width: 959px) {

	.confirmUserCompleteForm__title {
		font-size: 18px;
	}
	}

	.confirmUserCompleteForm__title {
		text-align: left;
		margin-bottom: var(--l);
		margin-top: var(--l);
		align-self: center;
}

	.confirmUserCompleteForm__loginAs {
		display: flex;
		flex-direction: row;
		align-items: center;
		font-family: var(--fontStyle);
		color: var(--fontGrey);
		font-size: 14px;
		flex-wrap: wrap;
		margin-bottom: var(--l);
	}

	.confirmUserCompleteForm__field {
		font-family: var(--fontStyle);
		color: var(--fontGrey);
		font-weight: 400;
		font-size: 12px;
		margin-bottom: var(--l);
		line-height: var(--m);
		position: relative;
	}

	.confirmUserCompleteForm__field.checkbox {
			display: flex;
			flex-direction: row;
			align-items: center;
			font-family: var(--fontStyle);
			color: var(--fontGrey);
			font-size: 12px;
			line-height: 1.5;
		}

	.confirmUserCompleteForm__input {
		color: var(--fontBlack);
		font-variant: tabular-nums;
		font-feature-settings: 'tnum';
		position: relative;
		display: inline-block;
		width: 100%;
		min-width: 0;
		padding: var(--xs) 11px;
		font-size: 14px;
		line-height: 1.5715;
		border: 1px solid var(--grey5);
		border-radius: var(--xxs);
		transition: all 0.3s;
		touch-action: manipulation;
		overflow: visible;
		margin-top: var(--xs);
	}

	.confirmUserCompleteForm__input:focus {
			outline: 0;
		}

	.confirmUserCompleteForm__input:focus,
		.confirmUserCompleteForm__input:hover {
			border-color: var(--blue5);
			border-right-width: 1px;
			box-shadow: var(--highlightBlueBoxShadow) inset;
		}

	.confirmUserCompleteForm__input.error {
			border-color: var(--red5);
		}

	.confirmUserCompleteForm__input.error:focus {
				border-color: var(--red4);
				box-shadow: 0 0 0 var(--xxs) rgb(255 77 79 / 20%);
			}

	.confirmUserCompleteForm__input.error:hover {
				border-color: var(--red5);
			}

	.confirmUserCompleteForm__input.checkbox {
			margin-right: var(--s);
			margin-top: 0;
			width: var(--xl);
		}

	.confirmUserCompleteForm__error {
		font-family: var(--fontStyle);
		font-size: 12px;
		color: var(--red5);
		margin: 0;
	}

	.confirmUserCompleteForm__tooltip {
		background-color: var(--grey1);
		box-shadow: var(--boxShadow);
		color: var(--fontBlack);
		padding: var(--s);
		position: absolute;
		z-index: 1;
	}

	.confirmUserCompleteForm__tooltip.right {
			right: -224px;
			top: -30px;
		}

	.confirmUserCompleteForm__tooltip.topRight {
			right: 0;
			top: -124px;
		}

	.confirmUserCompleteForm__arrow {
		height: 0;
		position: absolute;
		width: 0;
		z-index: 2;
	}

	.confirmUserCompleteForm__arrow.right {
			border-block: 10px solid transparent;
			border-right: 10px solid var(--fontBlack);
			left: -10px;
			top: 57px;
		}

	.confirmUserCompleteForm__arrow.topRight {
			border-inline: 10px solid transparent;
			border-top: 10px solid var(--fontBlack);
			bottom: -10px;
			left: 97px;
		}

	.confirmUserCompleteForm__icon-wrapper {
		display: flex;
		flex-direction: row;
		align-items: center;
		gap: var(--xs);
		cursor: pointer;
		justify-content: flex-end;
		position: absolute;
		top: 30px;
		right: 0;
		margin-right: var(--s);
	}

	.confirmUserCompleteForm__eye {
		font-size: 14px;
	}

	.confirmUserCompleteForm__signUp {
		display: flex;
	}

	.confirmUserCompleteForm__submitButton {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;

		cursor: pointer;
		font-family: var(--fontStyle);
		font-size: 14px;
		font-weight: 700;

		background-color: var(--fontBlue);
		border: 1px solid var(--fontBlue);
		color: var(--grey1);
		border-radius: var(--xs);
		height: var(--xxl);

		text-shadow: 0 -1px 0 rgb(0 0 0 / 12%);
		box-shadow: 0 var(--xxs) 0 rgb(0 0 0 / 5%);
	}

	.confirmUserCompleteForm__submitButton:hover {
			background-color: var(--hover2);
			border: 1px solid var(--hover2);
		}

	.confirmUserCompleteForm__footer {
		font-family: var(--fontStyle);
		font-weight: bold;
		color: var(--fontBlack);
		font-size: 14px;
		font-weight: normal;
		line-height: var(--ml);
		color: var(--symonGrey6);
		margin-top: var(--m);
	}

	.confirmUserCompleteForm__gen-password {
		display: block;
		padding: 5px 0;
		margin-left: auto;
	}

	.confirmUserCompleteForm .confirmPasswordCheck {
		position: unset;
		right: unset;
		top: unset;
	}

.confirmPasswordCheck {
	position: absolute;
	top: 34px;
	right: 33px;
	font-size: 16px;
}
	.confirmPasswordCheck svg {
		color: var(--green6);
		fill: var(--green6);
	}

.copyPassword {
	position: relative;
}

	.copyPassword__tooltip {
		position: absolute;
		display: block;
		background: var(--grey12);
		color: var(--symonGrey1);
		padding: var(--s);
		border-radius: var(--s);
		top: -45px;
		left: -1px;
	}

	.copyPassword__copy {
		font-size: 14px;
	}

.passwordTooltip__desc,
	.passwordTooltip__ruleText {
		font-weight: normal;
		margin-top: 1px;
		margin-bottom: 0;
	}
	.passwordTooltip__desc {
		margin-bottom: var(--sm);
	}
	.passwordTooltip__rules {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	.passwordTooltip__check {
		margin-right: var(--s);
	}
	.passwordTooltip__rule {
		display: flex;
		flex-direction: row;
		align-items: center;
		margin: 0;
		padding: 0;
	}

.checkCircle svg {
		color: var(--fontBlack);
		fill: var(--fontBlack);
	}
	.checkCircle.white svg {
			color: var(--grey1);
			fill: var(--grey1);
		}
	.checkCircle.filled svg {
			fill: var(--green6);
			color: var(--green6);
		}
	.checkCircle.grow {
		animation-name: pop;
		animation-duration: 0.3s;
	}
	@keyframes pop {
		30% {
			transform: scale(1.5);
		}
		0%,
		100% {
			transform: scale(1);
		}
	}

.progress {
	line-height: 1.5714285714285714;
	margin-bottom: var(--s);
	margin-inline-end: var(--s);
	position: relative;
	width: 100%;
}

	.progress__outer {
		display: inline-block;
		width: 100%;
	}

	.progress__inner {
		background-color: rgba(0, 0, 0, 0.06);
		border-radius: 30px;
		display: inline-block;
		overflow: hidden;
		position: relative;
		vertical-align: middle;
		width: 100%;
	}

	.progress__bg {
		background-color: var(--symonGrey2);
		border-radius: 30px;
		height: var(--s);
		position: relative;
		transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
	}

	.progress__bg.done {
			background-color: var(--blue8);
		}

