@charset "UTF-8";
@font-face {
  font-family: 'Roboto';
  src: url("./../fonts/Roboto-Light.woff2") format("woff2"), url("./../fonts/Roboto-Light.woff") format("woff");
  font-weight: 100 400;
  font-style: normal; }

@font-face {
  font-family: 'Roboto';
  src: url("./../fonts/Roboto-Regular.woff2") format("woff2"), url("./../fonts/Roboto-Regular.woff") format("woff");
  font-weight: 500 600;
  font-style: normal; }

@font-face {
  font-family: 'Roboto';
  src: url("./../fonts/Roboto-Medium.woff2") format("woff2"), url("./../fonts/Roboto-Medium.woff") format("woff");
  font-weight: 700 900;
  font-style: normal; }

@-webkit-keyframes pulse {
  to {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0.5; } }

@keyframes pulse {
  to {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0.5; } }

@-webkit-keyframes rotate {
  to {
    -webkit-transform: rotateY(1turn);
    transform: rotateY(1turn); } }

@keyframes rotate {
  to {
    -webkit-transform: rotateY(1turn);
    transform: rotateY(1turn); } }

@-webkit-keyframes shake {
  from, to {
    -webkit-transform: none;
    transform: none; }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-0.5rem);
    transform: translateX(-0.5rem); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(0.5rem);
    transform: translateX(0.5rem); } }

@keyframes shake {
  from, to {
    -webkit-transform: none;
    transform: none; }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-0.5rem);
    transform: translateX(-0.5rem); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(0.5rem);
    transform: translateX(0.5rem); } }

@-webkit-keyframes fade-out {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes fade-out {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@-webkit-keyframes fade-in {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fade-in {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes reveal-top {
  from {
    -webkit-transform: translateY(-2.5rem);
    transform: translateY(-2.5rem);
    opacity: 0; }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes reveal-top {
  from {
    -webkit-transform: translateY(-2.5rem);
    transform: translateY(-2.5rem);
    opacity: 0; }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@-webkit-keyframes hide-top {
  from {
    -webkit-transform: none;
    transform: none;
    opacity: 1; }
  to {
    -webkit-transform: translateY(-2.5rem);
    transform: translateY(-2.5rem);
    opacity: 0; } }

@keyframes hide-top {
  from {
    -webkit-transform: none;
    transform: none;
    opacity: 1; }
  to {
    -webkit-transform: translateY(-2.5rem);
    transform: translateY(-2.5rem);
    opacity: 0; } }

@-webkit-keyframes reveal-right {
  from {
    -webkit-transform: translateX(2.5rem);
    transform: translateX(2.5rem);
    opacity: 0; }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes reveal-right {
  from {
    -webkit-transform: translateX(2.5rem);
    transform: translateX(2.5rem);
    opacity: 0; }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@-webkit-keyframes hide-right {
  from {
    -webkit-transform: none;
    transform: none;
    opacity: 1; }
  to {
    -webkit-transform: translateX(2.5rem);
    transform: translateX(2.5rem);
    opacity: 0; } }

@keyframes hide-right {
  from {
    -webkit-transform: none;
    transform: none;
    opacity: 1; }
  to {
    -webkit-transform: translateX(2.5rem);
    transform: translateX(2.5rem);
    opacity: 0; } }

@-webkit-keyframes reveal-bottom {
  from {
    -webkit-transform: translateY(2.5rem);
    transform: translateY(2.5rem);
    opacity: 0; }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes reveal-bottom {
  from {
    -webkit-transform: translateY(2.5rem);
    transform: translateY(2.5rem);
    opacity: 0; }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@-webkit-keyframes hide-bottom {
  from {
    -webkit-transform: none;
    transform: none;
    opacity: 1; }
  to {
    -webkit-transform: translateY(2.5rem);
    transform: translateY(2.5rem);
    opacity: 0; } }

@keyframes hide-bottom {
  from {
    -webkit-transform: none;
    transform: none;
    opacity: 1; }
  to {
    -webkit-transform: translateY(2.5rem);
    transform: translateY(2.5rem);
    opacity: 0; } }

@-webkit-keyframes reveal-left {
  from {
    -webkit-transform: translateX(-2.5rem);
    transform: translateX(-2.5rem);
    opacity: 0; }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes reveal-left {
  from {
    -webkit-transform: translateX(-2.5rem);
    transform: translateX(-2.5rem);
    opacity: 0; }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@-webkit-keyframes hide-left {
  from {
    -webkit-transform: none;
    transform: none;
    opacity: 1; }
  to {
    -webkit-transform: translateX(-2.5rem);
    transform: translateX(-2.5rem);
    opacity: 0; } }

@keyframes hide-left {
  from {
    -webkit-transform: none;
    transform: none;
    opacity: 1; }
  to {
    -webkit-transform: translateX(-2.5rem);
    transform: translateX(-2.5rem);
    opacity: 0; } }

/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

:root {
  --default-color: #633CA3;
  --default-grey-color: #afabb5;
  --default-light-grey-color: #d1cdd7;
  --shocking-blue-color: #0b86d2;
  --shocking-blue-grey-color: #a6b2ba;
  --shocking-blue-light-grey-color: #c8d4dc;
  --green-day-color: #39a59c;
  --green-day-grey-color: #aab5b4;
  --green-day-light-grey-color: #cdd7d7;
  --code-orange-color: #ee5a29;
  --code-orange-grey-color: #bdaea9;
  --code-orange-light-grey-color: #dfd0cb;
  --peaches-color: #f69b72;
  --peaches-grey-color: #bdb4b0;
  --peaches-light-grey-color: #e0d6d2;
  --deep-purple-color: #633CA3;
  --deep-purple-grey-color: #afabb5;
  --deep-purple-light-grey-color: #d1cdd7;
  --yellow-submarine-color: #e7b23f;
  --yellow-submarine-grey-color: #bcb7ab;
  --yellow-submarine-light-grey-color: #ded9cd; }

.t-default {
  --theme-color: var(--default-color); }

.t-default {
  --theme-grey-color: var(--default-grey-color); }

.t-default {
  --theme-light-grey-color: var(--default-light-grey-color); }

.t-shocking-blue {
  --theme-color: var(--shocking-blue-color); }

.t-shocking-blue {
  --theme-grey-color: var(--shocking-blue-grey-color); }

.t-shocking-blue {
  --theme-light-grey-color: var(--shocking-blue-light-grey-color); }

.t-green-day {
  --theme-color: var(--green-day-color); }

.t-green-day {
  --theme-grey-color: var(--green-day-grey-color); }

.t-green-day {
  --theme-light-grey-color: var(--green-day-light-grey-color); }

.t-code-orange {
  --theme-color: var(--code-orange-color); }

.t-code-orange {
  --theme-grey-color: var(--code-orange-grey-color); }

.t-code-orange {
  --theme-light-grey-color: var(--code-orange-light-grey-color); }

.t-peaches {
  --theme-color: var(--peaches-color); }

.t-peaches {
  --theme-grey-color: var(--peaches-grey-color); }

.t-peaches {
  --theme-light-grey-color: var(--peaches-light-grey-color); }

.t-deep-purple {
  --theme-color: var(--deep-purple-color); }

.t-deep-purple {
  --theme-grey-color: var(--deep-purple-grey-color); }

.t-deep-purple {
  --theme-light-grey-color: var(--deep-purple-light-grey-color); }

.t-yellow-submarine {
  --theme-color: var(--yellow-submarine-color); }

.t-yellow-submarine {
  --theme-grey-color: var(--yellow-submarine-grey-color); }

.t-yellow-submarine {
  --theme-light-grey-color: var(--yellow-submarine-light-grey-color); }

*, *::after, *::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

html {
  font-size: 15px; }

body {
  margin: 0 auto;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.625;
  color: #ffffff; }

html, body {
  min-width: 320px; }

html, body, button, input, textarea {
  text-rendering: optimizeLegibility; }

html, body, input[type="submit"], input[type="button"] {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased; }

img, video, object, canvas {
  height: auto;
  max-width: 100%;
  vertical-align: middle; }

iframe {
  margin-bottom: 1em; }

figure {
  margin-bottom: 1em; }
  figure img {
    margin-bottom: 1em; }

figcaption {
  font-style: italic; }

ol, ul, li {
  list-style-type: none;
  margin: 0;
  padding: 0; }

dl {
  overflow: hidden;
  margin: 0 0 1em; }

dt {
  font-weight: 600; }

dd {
  margin-left: 0; }

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: none; }

th {
  padding: 0.25em;
  text-align: left;
  border: none; }

td {
  padding: 0;
  border: none; }

h1, h2, h3, h4, h5, h6, p {
  margin: 0; }

h1, h2, h3, h4, h5, h6 {
  line-height: 1.2; }

p {
  line-height: inherit; }

blockquote {
  padding-left: 1em;
  margin-bottom: 1em;
  font-style: italic;
  border-left: 1px solid; }

hr {
  height: 1px;
  margin: 1em 0;
  border: 0;
  background: #ccc; }

abbr {
  cursor: help;
  border-bottom: 1px dotted; }

a {
  cursor: pointer;
  text-decoration: none;
  color: inherit;
  outline: 0; }
  a:hover, a:focus {
    text-decoration: underline;
    -webkit-transition: none;
    transition: none; }

form ol, form ul {
  list-style: none;
  margin-left: 0; }

fieldset {
  padding: 0;
  margin: 0;
  border: 0; }

label {
  display: block; }

button {
  cursor: pointer;
  padding: 0.5em;
  border: 1px solid; }

textarea {
  resize: vertical; }

input {
  line-height: inherit; }

input, textarea {
  padding: 0.5em 0.666em;
  border: 1px solid; }

input, button, textarea {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  background-color: transparent; }

input, select, textarea {
  width: 100%; }

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  border-radius: 0;
  color: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

input[type="text"], input[type="tel"], input[type="email"], input[type="date"],
input[type="search"], input[type="url"], input[type="number"], textarea {
  -webkit-appearance: none; }

::-webkit-calendar-picker-indicator {
  -webkit-filter: invert(100%);
  filter: invert(100%); }

input[type="number"] {
  -moz-appearance: textfield; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none; }

input[type="search"] {
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

input::-ms-clear,
input::-ms-reveal {
  display: none;
  width: 0;
  height: 0; }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-internal-autofill-selected {
  -webkit-box-shadow: inset 0 0 0 100px transparent;
  box-shadow: inset 0 0 0 100px transparent;
  -webkit-transition: background-color 600000s 600000s, color 600000s 600000s !important;
  transition: background-color 600000s 600000s, color 600000s 600000s !important; }

[disabled] {
  cursor: default; }

.l-eq {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 100%; }
  .l-eq > .l-eq__item:nth-child(1) {
    left: 0%; }
  .l-eq > .l-eq__item:nth-child(2) {
    left: -100%; }
  .l-eq > .l-eq__item:nth-child(3) {
    left: -200%; }
  .l-eq > .l-eq__item:nth-child(4) {
    left: -300%; }
  .is-ie .l-eq {
    display: block; }

.l-eq__item {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  width: 100%; }
  .is-ie .l-eq__item {
    position: static; }

.c-card {
  border-radius: 24px;
  -webkit-box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.12);
  background: rgba(42, 42, 42, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.1); }
  @media screen and (min-width: 48.00001rem) {
    .c-card {
      border-radius: 60px; } }

.o-form__object {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 20.00001rem;
  border-radius: 16px;
  overflow: hidden;
  gap: 1px; }
  @media screen and (min-width: 48.00001rem) {
    .o-form__object {
      width: 24.66668rem;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; } }
  .o-form__object.has-error .o-form__label--main {
    color: #ec3e53; }
  .o-form__object.has-error .o-form__tooltip {
    background-color: #ec3e53; }
  .o-form__object.is-empty:not(.has-error) .o-form__element:not(:focus)::-webkit-datetime-edit, .o-form__object.is-empty:not(.has-error) .o-form__element[readonly]::-webkit-datetime-edit {
    opacity: 0; }
  .o-form__object.is-empty:not(.has-error) .o-form__element:not(:focus)[type="date"]::-webkit-calendar-picker-indicator, .o-form__object.is-empty:not(.has-error) .o-form__element[readonly][type="date"]::-webkit-calendar-picker-indicator {
    opacity: 0; }
  .o-form__object.is-empty:not(.has-error) .o-form__element:not(:focus) ~ .o-form__label--floating, .o-form__object.is-empty:not(.has-error) .o-form__element[readonly] ~ .o-form__label--floating {
    font-weight: normal;
    -webkit-transform: translate3d(0, 0.33333rem, 0) scale(1.25);
    transform: translate3d(0, 0.33333rem, 0) scale(1.25); }
  .o-form__object.is-empty:not(.has-error) .o-form__element:not(:focus) ~ .o-form__tooltip, .o-form__object.is-empty:not(.has-error) .o-form__element[readonly] ~ .o-form__tooltip {
    -webkit-transform: translateY(0.66667rem);
    -ms-transform: translateY(0.66667rem);
    transform: translateY(0.66667rem); }
  .o-form__object.is-empty .o-form__element--password ~ .o-addon {
    display: none; }
  .o-form__object.is-readonly {
    background-color: #f7f7f7; }

.o-addon ~ .o-form__tooltip {
  -webkit-transform: translateY(0) !important;
  -ms-transform: translateY(0) !important;
  transform: translateY(0) !important; }

.o-form__object--no-padding .o-form__element {
  padding-left: 0;
  padding-right: 0; }

.o-form__object--no-padding .o-form__label {
  left: 0;
  right: 0; }

.o-form__object--no-padding .o-form__tooltip, .o-form__object--no-padding .o-addon {
  right: 0; }

.o-form__object--wide {
  width: auto;
  max-width: 100%; }

.o-form__element {
  display: block;
  height: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-width: 0;
  margin: 0;
  background: none;
  outline: none;
  height: 3.73334rem;
  padding: 1rem 1.5rem 0 1.5rem;
  background-color: rgba(255, 255, 255, 0.23);
  -webkit-transition-property: background-color, opacity;
  transition-property: background-color, opacity;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  border: 0; }
  .o-form__element:focus:not([readonly]) {
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s; }
    .o-form__element:focus:not([readonly]) ~ .o-form__tooltip {
      background-color: var(--theme-color) !important;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none; }
    .o-form__element:focus:not([readonly]) ~ .o-select__arrow {
      fill: #ffffff; }
  .o-form__element::-webkit-datetime-edit {
    -webkit-transition: opacity 0.1s;
    transition: opacity 0.1s; }

.o-form__element:-webkit-autofill ~ .o-form__label--floating {
  -webkit-transform: none !important;
  transform: none !important; }

.o-form__element::-webkit-contacts-auto-fill-button,
.o-form__element::-webkit-credentials-auto-fill-button {
  visibility: hidden;
  display: none !important;
  pointer-events: none;
  height: 0;
  width: 0;
  margin: 0; }

.o-form__label {
  position: absolute;
  top: 0;
  pointer-events: none;
  margin-right: 1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.o-form__tooltip,
.o-form__label--floating {
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s; }

.o-form__label--floating {
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  -webkit-transition-property: color, font-weight, -webkit-transform;
  transition-property: color, font-weight, -webkit-transform;
  transition-property: color, transform, font-weight;
  transition-property: color, transform, font-weight, -webkit-transform; }

.o-form__label--main {
  left: 1.5rem;
  right: 1.5rem; }

.o-form__tooltip {
  display: inline-block;
  cursor: pointer;
  position: absolute;
  right: 1.5rem;
  top: 0.5rem;
  height: 0.93334rem;
  width: 0.93334rem;
  line-height: 0.93334rem;
  margin: 0.30334rem 0;
  background-color: var(--theme-color);
  border-radius: 50%;
  font-size: 0.93334rem;
  font-weight: bold;
  color: #ffffff;
  font-style: normal;
  text-align: center;
  vertical-align: middle;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transition-property: background-color, -webkit-transform;
  transition-property: background-color, -webkit-transform;
  transition-property: transform, background-color;
  transition-property: transform, background-color, -webkit-transform; }

.o-button {
  display: inline-block;
  font-size: 1.13334rem;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  width: auto;
  height: 3.20001rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  border-width: 0;
  border-radius: 1.60001rem;
  background-color: var(--theme-color); }
  .o-button--primary {
    background-color: var(--theme-color); }
  .o-button--error {
    background-color: #ec3e53; }
  .o-button--success {
    background-color: #4FC980; }
  .o-button--warning {
    background-color: #dda500; }
  .o-button--dark {
    background-color: #444444; }
  .o-button--grey {
    background-color: #b7b7b7; }
  .o-button.is-disabled {
    background-color: var(--theme-grey-color); }
    .o-button.is-disabled > button {
      cursor: default; }

.o-button > button {
  display: block;
  height: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-width: 0;
  margin: 0;
  background: none;
  outline: none;
  font-weight: inherit;
  padding: 0 2.5rem; }

.o-button .o-icon {
  height: 1.33334rem;
  width: 1.33334rem;
  margin-right: 0.25rem;
  vertical-align: middle;
  fill: currentColor; }

.o-button span {
  vertical-align: middle; }

.o-button--block {
  display: block; }

.o-button--small {
  height: 2.53334rem;
  font-weight: 500; }

.o-button--inverted.o-button {
  background-color: #ffffff;
  border: 1px solid var(--theme-light-grey-color); }
  .o-button--inverted.o-button--primary {
    color: var(--theme-color); }
  .o-button--inverted.o-button--error {
    color: #ec3e53; }
  .o-button--inverted.o-button--success {
    color: #4FC980; }
  .o-button--inverted.o-button--warning {
    color: #dda500; }
  .o-button--inverted.o-button--dark {
    color: #444444; }
  .o-button--inverted.o-button--grey {
    color: #b7b7b7; }

.o-button--flex {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }
  .o-button--flex + .o-button--flex {
    margin-left: 1rem; }

.o-textarea {
  height: auto; }

.o-textarea .o-form__element {
  min-height: 7.46669rem;
  padding-top: 1.5rem;
  line-height: 1.5; }

.o-select {
  overflow: hidden; }
  .o-select option {
    font-weight: normal;
    color: initial; }

.o-select__arrow {
  position: absolute;
  right: 1.5rem;
  top: 50%;
  pointer-events: none;
  height: 1.33334rem;
  width: 1.33334rem;
  margin-top: -0.66667rem;
  fill: var(--theme-light-grey-color); }

.o-select .o-form__element {
  padding-right: 3rem; }
  .o-select .o-form__element:not([disabled]) {
    cursor: pointer; }
  .o-select .o-form__element:focus {
    outline: none; }
  .o-select .o-form__element::-ms-expand {
    display: none; }
  .o-select .o-form__element:focus::-ms-value {
    background: transparent;
    color: #444444; }
  .o-select .o-form__element:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000; }
  .is-ie .o-select .o-form__element {
    padding-right: 1.5rem; }

.o-checkbox {
  position: relative;
  white-space: nowrap;
  text-align: center;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s; }
  .o-checkbox.is-disabled {
    opacity: 0.5; }
  .o-checkbox + .o-checkbox {
    margin-left: 2rem; }
  .o-checkbox__label {
    display: none;
    margin-left: 0.5rem;
    font-size: 0.93334rem;
    line-height: 0.93334rem;
    vertical-align: middle;
    -webkit-transition: color 0.1s;
    transition: color 0.1s; }
    .o-checkbox__label:not(:empty) {
      display: inline-block; }
  .o-checkbox__icon {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: 0 auto;
    padding: 0;
    border: 1px solid transparent;
    background-color: rgba(255, 255, 255, 0.51);
    vertical-align: middle; }
  .o-checkbox__element {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    opacity: 0; }
    .o-checkbox__element:not([disabled]):hover {
      cursor: pointer; }
  .o-checkbox__element:checked ~ .o-checkbox__label {
    color: #ffffff; }
  .o-checkbox--default .o-checkbox__icon {
    height: 14px;
    width: 14px; }

.o-checkbox__icon {
  border-radius: 3px;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: -webkit-transform 0.1s;
  transition: -webkit-transform 0.1s;
  transition: transform 0.1s;
  transition: transform 0.1s, -webkit-transform 0.1s; }

.o-checkbox__element:checked + .o-checkbox__icon {
  width: 6px;
  height: 14px;
  margin: 0 4px;
  /*rtl:begin:ignore*/
  border-color: transparent #ffffff #ffffff transparent;
  border-width: 0 2px 2px 0;
  /*rtl:end:ignore*/
  border-radius: 0;
  background-color: transparent;
  /*rtl:begin:ignore*/
  -webkit-transform: translateY(-2px) rotate(45deg);
  -ms-transform: translateY(-2px) rotate(45deg);
  transform: translateY(-2px) rotate(45deg);
  /*rtl:end:ignore*/ }

.o-label {
  padding-top: 0.66rem;
  font-size: 0.80001rem;
  font-weight: bold;
  color: var(--theme-grey-color); }

.o-card {
  overflow: hidden;
  position: relative;
  margin: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-animation: 0.4s forwards;
  animation: 0.4s forwards;
  isolation: isolate; }
  .o-card {
    -webkit-animation-timing-function: cubic-bezier(0.58, 0, 0, 1.46);
    animation-timing-function: cubic-bezier(0.58, 0, 0, 1.46); }
    .o-card.is-previous {
      -webkit-animation-name: reveal-left;
      animation-name: reveal-left; }
    .o-card.is-next {
      -webkit-animation-name: reveal-right;
      animation-name: reveal-right; }
  .o-card.on-destroy {
    -webkit-animation-timing-function: cubic-bezier(1, -0.46, 0.42, 1);
    animation-timing-function: cubic-bezier(1, -0.46, 0.42, 1); }
    .o-card.on-destroy.is-previous {
      -webkit-animation-name: hide-left;
      animation-name: hide-left; }
    .o-card.on-destroy.is-next {
      -webkit-animation-name: hide-right;
      animation-name: hide-right; }
  .o-card.a-error {
    -webkit-animation-name: shake;
    animation-name: shake;
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
    animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5); }
  .o-card::after {
    content: '';
    display: block;
    z-index: -1;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    background-color: rgba(255, 255, 255, 0.2);
    -webkit-transition: opacity 0.4s, z-index 0s 0.4s;
    transition: opacity 0.4s, z-index 0s 0.4s; }
  .o-card.is-loading::after {
    z-index: 1;
    opacity: 1;
    -webkit-transition: opacity 0.4s, z-index 0s;
    transition: opacity 0.4s, z-index 0s; }
  .is-ie .o-card {
    display: inline-block;
    text-align: left;
    background-color: #ffffff; }

.o-card:nth-last-child(n+2),
.o-card:nth-last-child(n+2) ~ .o-card {
  margin-left: 2rem;
  margin-right: 2rem; }

.o-card__back,
.o-card__lang {
  position: absolute;
  top: 20px;
  z-index: 1; }
  @media screen and (min-width: 48.00001rem) {
    .o-card__back,
    .o-card__lang {
      top: 40px; } }

.o-card__back {
  left: 20px; }
  @media screen and (min-width: 48.00001rem) {
    .o-card__back {
      left: 40px; } }
  .o-card__back:before {
    content: "‹ ";
    font-size: 1rem;
    line-height: 1rem; }

.o-card__lang {
  right: 20px; }
  @media screen and (min-width: 48.00001rem) {
    .o-card__lang {
      right: 40px; } }

.o-card__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  padding: 2rem 0; }
  @media screen and (min-height: 50em) {
    .o-card__main {
      padding: 4.26668rem 0;
      min-height: 40.66668rem; } }

.o-card__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  @media screen and (min-width: 48.00001rem) {
    .o-card__content {
      width: 48.00001rem; } }

.o-card__section {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 1em;
  width: 100%;
  -webkit-animation: 0.4s forwards;
  animation: 0.4s forwards; }
  .o-card__section.on-load {
    -webkit-animation-name: fade-in;
    animation-name: fade-in; }
  .o-card__section > * {
    margin: 0 auto; }
  .o-card__section > .o-info {
    width: 20.00001rem; }
    @media screen and (min-width: 48.00001rem) {
      .o-card__section > .o-info {
        width: 24.66668rem; } }

.o-card__section--default {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1rem; }
  @media screen and (min-width: 48.00001rem) {
    .o-card__section--default {
      padding: 2rem; } }
  .o-card__section--default:first-of-type {
    padding-top: 0; }
  .o-card__section--default:last-of-type {
    padding-bottom: 0; }

.o-card__section--form {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.o-card__section--form:not(:last-of-type) {
  padding-bottom: 0.8rem; }

.o-card__section--footer {
  gap: 8px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end; }

.o-card__section--no-padding {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.o-card__section--space-top {
  margin-top: auto; }

.o-card__section--1\/2 {
  width: 50%; }

.o-card__section--1\/2 + .o-card__section--1\/2 {
  border-left-width: 1px; }

.o-switch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  cursor: pointer;
  width: 20.00001rem;
  height: 3.73334rem;
  margin: 0 auto;
  padding: 0 0.66668rem;
  text-align: left; }
  .is-ie .o-switch::before {
    background-color: transparent !important; }
  .o-switch::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.23);
    border-radius: 16px;
    opacity: 0.2;
    -webkit-transition: opacity 0.1s ease-out;
    transition: opacity 0.1s ease-out; }
  .o-switch:focus, .o-switch:hover {
    outline: none; }
    .o-switch:focus .o-switch__ui, .o-switch:hover .o-switch__ui {
      fill: var(white); }
    .o-switch:focus::before, .o-switch:hover::before {
      opacity: 1; }
  .o-switch.is-removed {
    cursor: default; }
    .o-switch.is-removed .o-switch__avatar, .o-switch.is-removed .o-switch__email {
      opacity: 0.25; }
    .o-switch.is-removed .o-switch__name::after {
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;
      opacity: 1; }
    .o-switch.is-removed .o-switch__xmark, .o-switch.is-removed .o-switch__arrow {
      display: none; }
  .o-switch:not(.is-removed) .o-switch__addon,
  .o-switch:not(.is-removable) .o-switch__xmark,
  .o-switch.is-removable .o-switch__arrow {
    display: none; }
  .is-ie .o-switch {
    line-height: 3.73334rem;
    white-space: nowrap; }
  @media screen and (min-width: 48.00001rem) {
    .o-switch {
      width: 24.66668rem; } }

.o-switch + .o-switch {
  margin-top: 1rem; }

.o-switch__avatar, .o-switch__email {
  -webkit-transition: opacity 0.1s ease-in;
  transition: opacity 0.1s ease-in; }

.is-ie .o-switch__avatar, .is-ie .o-switch__text {
  display: inline-block;
  vertical-align: middle; }

.o-switch__avatar {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none; }

.o-switch__avatar + .o-switch__text {
  margin-left: 1rem; }

.o-switch__text {
  position: relative;
  overflow: hidden;
  padding-right: 1rem;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.o-switch__ui {
  -webkit-transition: fill 0.1s ease-out;
  transition: fill 0.1s ease-out;
  -webkit-animation: fade-in 0.4s cubic-bezier(0.58, 0, 0, 1.46) forwards;
  animation: fade-in 0.4s cubic-bezier(0.58, 0, 0, 1.46) forwards; }
  .is-ie .o-switch__ui {
    position: absolute;
    right: 1.5rem;
    top: 50%;
    margin-top: -0.66667rem;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 1rem 0.5rem #ffffff;
    box-shadow: 0 0 1rem 0.5rem #ffffff; }

.o-switch__arrow, .o-switch__xmark {
  height: 1.33334rem;
  width: 1.33334rem;
  background-color: #FFE5E5;
  padding: 0.33334rem;
  border-radius: 50%;
  fill: #ec3e53; }

.o-switch__arrow {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg); }

.o-switch__addon {
  font-weight: bold; }
  .is-ie .o-switch__addon {
    height: 1.33334rem;
    line-height: 1.33334rem; }

.o-switch__name {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  font-size: 1rem;
  font-weight: normal;
  color: #ffffff; }
  .o-switch__name::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    height: 1px;
    width: 100%;
    background-color: currentColor;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s; }
  .is-ie .o-switch__name {
    display: table; }

.o-switch__email {
  font-size: 0.93334rem;
  font-weight: normal;
  color: #ffffff; }

.o-switch__name, .o-switch__email {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1.2; }

.o-heading {
  color: currentColor;
  text-align: center; }

.o-heading--beta {
  font-size: 1.73334rem;
  font-weight: bold;
  font-size: 1.73334rem; }
  .o-heading--beta + .o-header__subsubtitle {
    margin-top: 0.80001rem; }

.o-info {
  font-size: 0.93334rem;
  font-weight: normal;
  line-height: 1.2;
  white-space: pre-line; }

.o-info .o-link {
  display: inline-block; }

.o-info a {
  color: #8fdfff; }

.o-info--small {
  font-size: 0.80001rem !important; }

.o-info--normal {
  font-size: 1.06668rem; }

.o-link {
  display: block;
  margin: auto;
  font-size: 0.93334rem;
  font-weight: normal;
  color: #ffffff; }
  .is-ie .o-link {
    text-align: center; }

.o-link--switch::after {
  content: " ›";
  font-size: 1rem;
  line-height: 1rem; }

.o-well {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  padding: 1rem;
  width: 20.00001rem;
  line-height: 1.35;
  text-align: left;
  -webkit-animation: 0.4s forwards;
  animation: 0.4s forwards; }
  @media screen and (min-width: 48.00001rem) {
    .o-well {
      width: 24.66668rem; } }
  .o-well--primary {
    color: var(--theme-color); }
  .o-well--secondary {
    color: #8fdfff; }
  .o-well--error {
    color: #ec3e53; }
  .o-well--success {
    color: #4FC980; }
  .o-well--warning {
    color: #dda500; }
  .o-well {
    -webkit-animation-name: reveal-bottom;
    animation-name: reveal-bottom;
    -webkit-animation-timing-function: cubic-bezier(0.58, 0, 0, 1.46);
    animation-timing-function: cubic-bezier(0.58, 0, 0, 1.46); }
  .o-well.on-destroy {
    -webkit-animation-name: hide-bottom;
    animation-name: hide-bottom;
    -webkit-animation-timing-function: cubic-bezier(1, -0.46, 0.42, 1);
    animation-timing-function: cubic-bezier(1, -0.46, 0.42, 1); }
  .o-well:not(.is-visible) {
    display: none; }
  .o-well::before {
    content: '';
    z-index: -1;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: currentColor;
    border-radius: 16px;
    opacity: 0.1; }

.o-well__icon {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  height: 32px;
  width: 32px;
  fill: currentColor; }

.o-well__icon + .o-well__content {
  margin-left: 1rem; }

.o-well__text {
  font-size: 0.93334rem;
  font-weight: normal; }

.o-well__text a {
  text-decoration: underline; }

.o-dropdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1.20001rem;
  margin-left: auto;
  color: #ffffff; }
  .o-dropdown::after {
    content: "›";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    pointer-events: none;
    font-size: 1.20001rem;
    line-height: 1rem;
    text-align: center;
    width: 1.20001rem;
    height: 1.20001rem; }
  .o-dropdown::after {
    -webkit-transition: -webkit-transform 0.1s;
    transition: -webkit-transform 0.1s;
    transition: transform 0.1s;
    transition: transform 0.1s, -webkit-transform 0.1s; }
  .o-dropdown.is-open::after {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg); }

.o-dropdown__icon {
  position: absolute;
  height: 1.20001rem;
  width: 1.20001rem;
  vertical-align: middle;
  fill: #ffffff; }

.o-dropdown__text {
  display: block;
  height: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-width: 0;
  margin: 0;
  background: none;
  outline: none;
  position: relative;
  z-index: 1;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 0.93334rem;
  font-weight: bold;
  white-space: normal;
  text-transform: uppercase; }
  .is-ie .o-dropdown__text::-ms-expand {
    display: none; }
  .is-ie .o-dropdown__text:focus::-ms-value {
    background: transparent;
    color: #444444; }

.o-dropdown__icon + .o-dropdown__text {
  padding-left: 1.75rem;
  line-height: 1.20001rem; }

.o-external {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  min-height: 100vh;
  padding-top: 2.5rem;
  background: transparent center no-repeat;
  background-size: cover;
  background-attachment: fixed;
  -webkit-transition: background 300ms ease-in 200ms;
  transition: background 300ms ease-in 200ms;
  -webkit-animation: fade-in 0.4s;
  animation: fade-in 0.4s; }
  .o-external.is-ie {
    display: block; }
  @media screen and (min-height: 50em) {
    .o-external {
      padding-top: 5.00001rem; } }
  .o-external.contain {
    background-size: contain; }
  .o-external.tile {
    background-size: auto;
    background-repeat: repeat; }
  .o-external.center {
    background-size: auto; }

.o-external__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }
  @media screen and (min-height: 50em) {
    .o-external__main {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  .is-ie .o-external__main {
    display: block;
    margin-bottom: 0;
    padding-bottom: 5.00001rem;
    text-align: center; }

.o-external__footer {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none; }
  .is-ie .o-external__footer {
    position: fixed;
    bottom: 0;
    width: 100%; }

.is-ie .o-external__footer .o-bar__section {
  width: 33.33333%; }

.o-external__logo {
  height: 1.2rem;
  width: 1.2rem;
  vertical-align: middle;
  fill: #ffffff; }

.o-external__copy, .o-external__icon {
  display: inline-block;
  vertical-align: middle; }

.o-external__logo + .o-external__copy {
  margin-left: 0.5rem; }

.o-external__social {
  display: inline-block;
  padding: 0.25rem; }

.o-external__icon {
  height: 1.60001rem;
  width: 1.60001rem;
  line-height: 1.60001rem;
  fill: #ffffff; }

.o-avatar {
  overflow: hidden;
  height: 3.20001rem;
  width: 3.20001rem;
  margin: auto;
  border-radius: 50%; }

.o-avatar--image {
  position: relative;
  background: transparent no-repeat center;
  background-size: cover; }

.o-avatar--letter {
  padding: 0 0.5rem;
  line-height: 3.20001rem;
  font-size: 1.46668rem;
  text-transform: capitalize;
  word-wrap: break-word;
  text-align: center;
  background-color: var(--theme-color);
  color: #ffffff; }
  .o-avatar--letter[data-color="0"] {
    background-color: #633CA3;
    background-color: var(--default-color); }
  .o-avatar--letter[data-color="1"] {
    background-color: #0b86d2;
    background-color: var(--shocking-blue-color); }
  .o-avatar--letter[data-color="2"] {
    background-color: #39a59c;
    background-color: var(--green-day-color); }
  .o-avatar--letter[data-color="3"] {
    background-color: #ee5a29;
    background-color: var(--code-orange-color); }
  .o-avatar--letter[data-color="4"] {
    background-color: #f69b72;
    background-color: var(--peaches-color); }
  .o-avatar--letter[data-color="5"] {
    background-color: #633CA3;
    background-color: var(--deep-purple-color); }
  .o-avatar--letter[data-color="6"] {
    background-color: #e7b23f;
    background-color: var(--yellow-submarine-color); }

.o-avatar--small {
  height: 32px;
  width: 32px; }
  .o-avatar--small.o-avatar--letter {
    line-height: 32px;
    font-size: 1rem;
    font-weight: bold; }

.o-bar {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem;
  height: 4.26668rem;
  padding: 0 1.06668rem;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.32)));
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.32)); }
  .is-ie .o-bar {
    display: table; }
  .o-bar .o-info {
    color: #ffffff;
    font-size: 0.80001rem; }
    .o-bar .o-info a {
      color: #ffffff;
      font-weight: bold; }
  @media screen and (min-width: 48.00001rem) {
    .o-bar {
      padding: 0 2.66668rem;
      gap: 1rem; }
      .o-bar .o-info {
        font-size: 1rem; } }

.o-bar__section {
  overflow: hidden;
  white-space: nowrap; }
  .is-ie .o-bar__section {
    display: table-cell;
    vertical-align: middle; }

.o-bar__section--start,
.o-bar__section--end {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.o-bar__section--start {
  text-align: left; }

.o-bar__section--center {
  max-width: 20.00001rem;
  text-align: center; }
  @media screen and (min-width: 48.00001rem) {
    .o-bar__section--center {
      max-width: 24.66668rem; } }

.o-bar__section--end {
  text-align: right; }

.o-loader {
  width: 1.60001rem;
  height: 1.60001rem;
  position: absolute;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  top: 50%;
  left: 50%;
  margin-left: -0.80001rem;
  margin-top: -0.80001rem;
  border: 0.26668rem solid #ded9e5;
  border-left-color: #633CA3;
  border-left-color: var(--theme-color, #633CA3);
  border-radius: 50%;
  -webkit-animation: loader 1.1s infinite linear;
  animation: loader 1.1s infinite linear;
  z-index: 2; }

@-webkit-keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.o-loader--large {
  border-width: 0.53335rem;
  height: 3.20002rem;
  width: 3.20002rem;
  margin-top: -1.60001rem;
  margin-left: -1.60001rem; }

.l-captcha {
  -ms-flex-item-align: center;
  align-self: center;
  width: 20.00001rem;
  position: relative; }
  .is-ie .l-captcha {
    height: 1.26668rem; }
  @media screen and (min-width: 48.00001rem) {
    .l-captcha {
      width: 24.66668rem; } }

.o-captcha {
  line-height: 0;
  display: inline-block;
  margin-top: 4px;
  background-color: #fff;
  -webkit-animation: 0.4s forwards;
  animation: 0.4s forwards; }
  .o-captcha {
    -webkit-animation-name: reveal-bottom;
    animation-name: reveal-bottom;
    -webkit-animation-timing-function: cubic-bezier(0.58, 0, 0, 1.46);
    animation-timing-function: cubic-bezier(0.58, 0, 0, 1.46); }
  .o-captcha div {
    display: inline-block; }
  .o-captcha .o-loader {
    top: -0.5rem;
    left: 1.2rem; }
  .is-ie .o-captcha {
    position: relative;
    top: 1.86667rem;
    height: 1.26668rem;
    margin-top: -0.63334rem; }

.o-addon {
  position: absolute;
  right: 1.5rem;
  top: 1.5rem;
  font-size: 0.93334rem;
  font-weight: normal;
  color: #8fdfff;
  line-height: 0.93334rem;
  z-index: 1; }

.o-addon--ico {
  margin-top: -4px; }
  .o-addon--ico svg {
    height: 20px;
    width: 20px;
    fill: #ffffff; }

.o-addon--ico + .o-addon:not(.o-addon--static) {
  padding-right: 2rem;
  z-index: 0; }

.o-addon--static {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  top: 0;
  right: auto;
  position: relative;
  line-height: 3.73334rem;
  padding-left: 1.5rem;
  padding-right: 4rem;
  background-color: rgba(255, 255, 255, 0.23);
  pointer-events: none; }

.o-header {
  margin-bottom: 2.13334rem; }

.o-header__content {
  position: relative;
  width: 100%;
  text-align: center; }

.o-header__content + .o-header__well {
  margin-top: 1rem; }

.o-header__avatar {
  height: 4.80001rem;
  width: 4.80001rem;
  line-height: 4.80001rem;
  margin-bottom: 1.06668rem; }

.o-header__title {
  width: 100%; }

.o-header__subtitle {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
  line-height: 1.4;
  margin-top: 0.53334rem;
  margin: 0 auto;
  width: 20.00001rem; }
  @media screen and (min-width: 48.00001rem) {
    .o-header__subtitle {
      width: 24.66668rem; } }

.o-header__subsubtitle {
  font-size: 0.86668rem;
  margin: 0 auto;
  width: 20.00001rem; }
  @media screen and (min-width: 48.00001rem) {
    .o-header__subsubtitle {
      width: 24.66668rem; } }

.o-header__image {
  display: block;
  margin: 0 auto 0.5rem;
  max-height: 3.20001rem; }

.o-header__image--default {
  margin-bottom: 1.60001rem;
  fill: currentColor; }

.o-header__default_logo {
  margin: 1.5em auto;
  max-height: 1.55rem; }

.o-icon {
  max-width: 100%; }
  .o-icon.hint {
    border-radius: 50%;
    background-color: #8fdfff;
    fill: transparent; }
  .o-icon.success {
    fill: #4FC980; }
  .o-icon.error {
    padding: 5px;
    border-radius: 50%;
    background-color: #FFE5E5;
    fill: #ec3e53; }

.o-video {
  display: block;
  width: 100%; }

.o-static > .o-form__element {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 2.73334rem; }

.o-tag {
  z-index: 0;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap;
  cursor: pointer;
  height: 2.39999rem;
  margin: auto 0.80001rem;
  padding-left: 0.40001rem;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  font-size: 0.86668rem; }
  .o-tag[data-color="0"] {
    color: #633CA3;
    color: var(--default-color); }
  .o-tag[data-color="1"] {
    color: #0b86d2;
    color: var(--shocking-blue-color); }
  .o-tag[data-color="2"] {
    color: #39a59c;
    color: var(--green-day-color); }
  .o-tag[data-color="3"] {
    color: #ee5a29;
    color: var(--code-orange-color); }
  .o-tag[data-color="4"] {
    color: #f69b72;
    color: var(--peaches-color); }
  .o-tag[data-color="5"] {
    color: #633CA3;
    color: var(--deep-purple-color); }
  .o-tag[data-color="6"] {
    color: #e7b23f;
    color: var(--yellow-submarine-color); }
  .o-tag::before, .o-tag::after {
    content: '';
    z-index: -1;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 3px; }
  .o-tag::after {
    border: 1px solid currentColor;
    opacity: 0.2; }
  .o-tag::before {
    background-color: currentColor;
    opacity: 0.1; }

.o-tag + .o-tag {
  margin-left: 0; }

.o-tag__close {
  z-index: 1;
  display: inline-block;
  height: 100%;
  line-height: 2.39999rem;
  padding-right: 2px; }

.o-tag__close-icon {
  position: relative;
  height: 9px;
  width: 9px;
  margin: 0 0.40001rem;
  vertical-align: middle;
  fill: currentColor; }

.o-ad {
  overflow: hidden;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  height: auto;
  width: 20.00001rem;
  height: 6.66668rem; }
  @media screen and (min-width: 48em) {
    .o-ad {
      -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
      order: 0;
      width: 48.53334rem;
      height: 6.00001rem; } }
  .is-ie .o-ad {
    margin: 0 auto 3rem; }

.o-ad__img {
  width: 100%;
  height: 100%;
  background: no-repeat center;
  background-size: contain; }

.o-ad__ins {
  display: inline-block;
  width: 300px !important;
  height: 100px !important; }
  @media screen and (min-width: 48em) {
    .o-ad__ins {
      width: 728px !important;
      height: 90px !important; } }

.o-language-picker {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0.75rem 0;
  border-radius: 16px;
  background: rgba(0, 0, 0, 0.75); }

.o-language-picker__column, .o-language-picker__item {
  display: block;
  margin: 0;
  padding: 0; }

.o-language-picker__column {
  width: 8.00001rem;
  font-size: 0.93334rem; }
  .o-language-picker__column + .o-language-picker__column {
    border-left: 1px solid rgba(255, 255, 255, 0.23); }

.o-language-picker__item {
  position: relative;
  cursor: pointer;
  padding: 0 1.5rem;
  line-height: 2.00001rem; }
  .o-language-picker__item::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: var(--theme-color);
    opacity: 0.1; }
    .is-ie .o-language-picker__item::before {
      background-color: transparent !important; }
  .o-language-picker__item:hover, .o-language-picker__item:focus, .o-language-picker__item.is-active {
    color: #8fdfff; }
  .o-language-picker__item:not(:hover):not(:focus)::before {
    opacity: 0;
    -webkit-transition: opacity 0.1s;
    transition: opacity 0.1s; }
  .o-language-picker__item:focus {
    outline: 0; }
  .o-language-picker__item.is-active {
    font-weight: bold; }

.o-window {
  position: absolute;
  max-width: 100vw;
  max-height: 100vh;
  -webkit-animation: 0.1s forwards;
  animation: 0.1s forwards; }
  .o-window {
    -webkit-animation-timing-function: cubic-bezier(0.58, 0, 0, 1.46);
    animation-timing-function: cubic-bezier(0.58, 0, 0, 1.46);
    -webkit-animation-name: reveal-top;
    animation-name: reveal-top; }
  .o-window.on-destroy {
    -webkit-animation-timing-function: cubic-bezier(1, -0.46, 0.42, 1);
    animation-timing-function: cubic-bezier(1, -0.46, 0.42, 1);
    -webkit-animation-name: hide-top;
    animation-name: hide-top; }

.o-window__main {
  overflow: auto; }

.u-color--primary {
  color: var(--theme-color); }

.u-color--secondary {
  color: #8fdfff; }

.u-color--error {
  color: #ec3e53; }

.u-color--error-bg {
  color: #FFE5E5; }

.u-color--success {
  color: #4FC980; }

.u-color--warning {
  color: #dda500; }

.u-color--dark {
  color: #444444; }

.u-color--darker {
  color: #272a2d; }

.u-color--grey {
  color: #b7b7b7; }

.u-color--light-grey {
  color: #dddddd; }

.u-color--white {
  color: #ffffff; }

.u-fill--primary {
  fill: var(--theme-color); }

.u-fill--secondary {
  fill: #8fdfff; }

.u-fill--error {
  fill: #ec3e53; }

.u-fill--error-bg {
  fill: #FFE5E5; }

.u-fill--success {
  fill: #4FC980; }

.u-fill--warning {
  fill: #dda500; }

.u-fill--dark {
  fill: #444444; }

.u-fill--darker {
  fill: #272a2d; }

.u-fill--grey {
  fill: #b7b7b7; }

.u-fill--light-grey {
  fill: #dddddd; }

.u-fill--white {
  fill: #ffffff; }

.u-bg-color--primary {
  background-color: var(--theme-color); }

.u-bg-color--secondary {
  background-color: #8fdfff; }

.u-bg-color--error {
  background-color: #ec3e53; }

.u-bg-color--error-bg {
  background-color: #FFE5E5; }

.u-bg-color--success {
  background-color: #4FC980; }

.u-bg-color--warning {
  background-color: #dda500; }

.u-bg-color--dark {
  background-color: #444444; }

.u-bg-color--darker {
  background-color: #272a2d; }

.u-bg-color--grey {
  background-color: #b7b7b7; }

.u-bg-color--light-grey {
  background-color: #dddddd; }

.u-bg-color--white {
  background-color: #ffffff; }

.u-border-color--primary {
  border-color: var(--theme-color); }

.u-border-color--secondary {
  border-color: #8fdfff; }

.u-border-color--error {
  border-color: #ec3e53; }

.u-border-color--error-bg {
  border-color: #FFE5E5; }

.u-border-color--success {
  border-color: #4FC980; }

.u-border-color--warning {
  border-color: #dda500; }

.u-border-color--dark {
  border-color: #444444; }

.u-border-color--darker {
  border-color: #272a2d; }

.u-border-color--grey {
  border-color: #b7b7b7; }

.u-border-color--light-grey {
  border-color: #dddddd; }

.u-border-color--white {
  border-color: #ffffff; }

.u-align-left {
  text-align: left; }

.u-align-center {
  text-align: center; }

.u-align-right {
  text-align: right; }

.u-flex-none {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none; }

.u-flex-auto {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto; }

.u-margin-auto {
  margin: auto; }

.u-hide {
  display: none !important; }

.u-bold {
  font-weight: bold; }

.u-text-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.u-float-left {
  margin-left: 0;
  margin-right: auto; }
  .is-ie .u-float-left {
    float: left; }
    .is-ie .u-float-left::before, .is-ie .u-float-left::after {
      content: '';
      display: table; }
    .is-ie .u-float-left::after {
      clear: both; }

.u-float-center {
  margin: auto !important; }

.u-float-right {
  margin-right: 0;
  margin-left: auto; }
  .is-ie .u-float-right {
    float: right; }
    .is-ie .u-float-right::before, .is-ie .u-float-right::after {
      content: '';
      display: table; }
    .is-ie .u-float-right::after {
      clear: both; }

.no-animation * {
  -webkit-animation: none !important;
  animation: none !important;
  -webkit-transition: none !important;
  transition: none !important; }

@media (max-width: 543px) {
  .organisms-bar.o-external__footer .o-external__copy,
  .organisms-bar.o-external__footer .o-bar__section--end .o-info {
    display: none; } }
