:root {
  --font-family: "Ubuntu", sans-serif;
  --color-blue-dark: #131b34;
  --color-orange: #e7512c;
  --color-white: #EFEFEF;
  --color-grey-light: #DEDCDC;
}

@font-face {
  font-family: "Ubuntu";
  src: local("Ubuntu Bold"), local("Ubuntu-Bold"), url("/fonts/Ubuntu-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Ubuntu";
  src: local("Ubuntu Bold Italic"), local("Ubuntu-BoldItalic"), url("/fonts/Ubuntu-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Ubuntu";
  src: local("Ubuntu Italic"), local("Ubuntu-Italic"), url("/fonts/Ubuntu-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Ubuntu";
  src: local("Ubuntu Light"), local("Ubuntu-Light"), url("/fonts/Ubuntu-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Ubuntu";
  src: local("Ubuntu Light Italic"), local("Ubuntu-LightItalic"), url("/fonts/Ubuntu-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Ubuntu";
  src: local("Ubuntu Regular"), local("Ubuntu-Regular"), url("/fonts/Ubuntu-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Ubuntu";
  src: local("Ubuntu Medium"), local("Ubuntu-Medium"), url("/fonts/Ubuntu-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Ubuntu";
  src: local("Ubuntu Medium Italic"), local("Ubuntu-MediumItalic"), url("/fonts/Ubuntu-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
*, :before, :after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  -webkit-overflow-scrolling: touch;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  font-family: var(--font-family);
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: inherit;
  margin: 0;
  line-height: 1;
}

.content,
.wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  padding: 0;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

li {
  display: inline-block;
}

a {
  text-decoration: none;
  color: inherit;
}
a:not([href^="#"]) {
  cursor: pointer;
}

textarea,
input,
button {
  outline: none;
  background-color: transparent;
}

button {
  border: none;
}

textarea {
  resize: none;
}

html {
  font-family: var(--font-family);
}

.global-container,
.page-container {
  width: 100%;
  overflow: hidden;
}

.global-container {
  width: 100%;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-content {
  position: relative;
  max-width: 1024px;
  width: 100%;
  height: 1631.5335276954;
  overflow: hidden;
  margin: 0 auto;
  background-image: url("/images/background_space.svg");
}
@media (max-width: 1024px) {
  .page-content {
    height: 159.329446064vw;
  }
}

.twoosk_btn {
  font-size: 1.875rem;
}
@media (min-width: 1921px) {
  .twoosk_btn {
    font-size: 1.5625vw;
  }
}

.text_container textarea, .input_container input {
  font-size: 1.875rem;
}
@media (min-width: 1921px) {
  .text_container textarea, .input_container input {
    font-size: 1.5625vw;
  }
}

.checkbox_container input + label {
  font-size: 0.875rem;
}
@media (min-width: 1921px) {
  .checkbox_container input + label {
    font-size: 0.7291666667vw;
  }
}

.customize_avatar_container .part .info {
  font-size: 0.75rem;
}
@media (min-width: 1921px) {
  .customize_avatar_container .part .info {
    font-size: 0.625vw;
  }
}

.terms_modal h1 {
  font-size: 1.75rem;
}
@media (min-width: 1921px) {
  .terms_modal h1 {
    font-size: 1.4583333333vw;
  }
}

.terms_modal h2 {
  font-size: 1.375rem;
}
@media (min-width: 1921px) {
  .terms_modal h2 {
    font-size: 1.1458333333vw;
  }
}

.terms_modal h3 {
  font-size: 1.125rem;
}
@media (min-width: 1921px) {
  .terms_modal h3 {
    font-size: 0.9375vw;
  }
}

.terms_modal h4 {
  font-size: 1rem;
}
@media (min-width: 1921px) {
  .terms_modal h4 {
    font-size: 0.8333333333vw;
  }
}

.terms_modal p, .terms_modal li {
  font-size: 0.875rem;
}
@media (min-width: 1921px) {
  .terms_modal p, .terms_modal li {
    font-size: 0.7291666667vw;
  }
}

.twoosk_btn {
  font-weight: 700;
}

.terms_modal h1 {
  text-align: center;
}

.terms_modal p, .terms_modal li {
  line-height: 125%;
}

.customize_avatar_container .color:after, .page-content {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.customize_avatar_container .part .circle, .terms_modal > .content > .wrapper, .error, .input_container,
.text_container,
.twoosk_btn,
.terms_modal > .content,
.checkbox_container .square {
  background-color: var(--color-white);
}

.input_container:before,
.text_container:before,
.twoosk_btn:before,
.terms_modal > .content:before,
.checkbox_container .square:before, .customize_avatar_container .part .circle:before {
  background-color: var(--color-orange);
}

.customize_avatar_container .part.active .circle {
  background-color: var(--color-grey-light);
}

.text_container textarea, .input_container input, .twoosk_btn {
  color: var(--color-blue-dark);
}

.checkbox_container input + label {
  color: var(--color-white);
}

.terms_modal h1 {
  color: #e7522c;
}

[v-clock] {
  display: none;
}

.full_page_container {
  position: relative;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

.btn_container_bottom {
  position: absolute;
  max-width: calc(85% + 1.5625rem);
  width: 100%;
  left: 50%;
  bottom: 3%;
  transform: translateX(-50%);
  margin: 0 -0.078125rem;
}

.customize_avatar_container {
  position: absolute;
  width: 85%;
  top: 27.9%;
  left: 7.5%;
  padding: 3% 6% 3% 5%;
  height: 49.5%;
}
.customize_avatar_container .row {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.customize_avatar_container .parts {
  position: relative;
  z-index: 2;
}
.customize_avatar_container .colors {
  position: relative;
  z-index: 2;
}
.customize_avatar_container .part {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.customize_avatar_container .part.active .plus, .customize_avatar_container .part.active .minus {
  pointer-events: auto;
}
.customize_avatar_container .part:not(:last-child) {
  margin-bottom: 1.5vw;
}
.customize_avatar_container .part .circle {
  position: relative;
  width: 7vw;
  height: 7vw;
  max-width: 70px;
  max-height: 70px;
  border: 2px solid var(--color-blue-dark);
  border-radius: 50%;
  margin: 0 1.25rem 0.4375rem 1.25rem;
  cursor: pointer;
}
.customize_avatar_container .part .circle:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  border: 2px solid var(--color-blue-dark);
  border-radius: 50%;
  z-index: -1;
}
.customize_avatar_container .part .circle img {
  width: 100%;
  height: 100%;
}
.customize_avatar_container .part .plus, .customize_avatar_container .part .minus {
  width: auto;
  height: 3.5vw;
  max-height: 35px;
  pointer-events: auto;
  cursor: pointer;
}
.customize_avatar_container .part .info {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}
.customize_avatar_container .avatar {
  position: absolute;
  max-width: 750px;
  width: 110%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.customize_avatar_container .avatar img {
  width: 100%;
}
.customize_avatar_container .avatar img:not(:first-of-type) {
  position: absolute;
  top: 0;
  left: 0;
}
.customize_avatar_container .color {
  position: relative;
  max-width: 50px;
  max-height: 50px;
  width: 6.5vw;
  height: 6.5vw;
  border-radius: 50%;
  cursor: pointer;
  border-width: 4px;
  border-style: solid;
}
.customize_avatar_container .color:not(:last-child) {
  margin-bottom: 1.5vw;
}
.customize_avatar_container .color:after {
  content: "";
  position: absolute;
  width: 3vw;
  height: 3vw;
  max-width: 35px;
  max-height: 35px;
  background-image: url("/images/select.svg");
  border-radius: none;
  top: 0;
  right: 0;
  pointer-events: none;
  transform: translate(50%, -50%);
}

.about_form_container,
.info_form_container {
  position: absolute;
  width: calc(100% - 160px);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.input_container,
.text_container,
.twoosk_btn,
.terms_modal > .content,
.checkbox_container .square {
  position: relative;
  border: 2px solid var(--color-blue-dark);
}
.input_container:before,
.text_container:before,
.twoosk_btn:before,
.terms_modal > .content:before,
.checkbox_container .square:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  border: 2px solid var(--color-blue-dark);
  z-index: -1;
}

.input_container,
.text_container,
.twoosk_btn,
.terms_modal > .content {
  border-radius: 1.5625rem;
}
.input_container:before,
.text_container:before,
.twoosk_btn:before,
.terms_modal > .content:before {
  border-radius: 1.5625rem;
}

.twoosk_btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 75px;
  margin: 0 0.78125rem 1.5625rem 0.78125rem;
  border-radius: 1.5625rem;
  cursor: pointer;
}
.twoosk_btn.full {
  width: calc(100% - 25px);
}
.twoosk_btn.half {
  width: calc(50% - 25px);
}

.text_container .input_container {
  position: relative;
  width: 100%;
}

.input_container:not(:last-child) {
  margin-bottom: 2.8125rem;
}
.input_container input {
  width: 100%;
  height: 71px;
  border: none;
  padding: 1.25rem 2.8125rem;
  font-family: var(--font-family);
}

.text_container:not(:last-child) {
  margin-bottom: 0.9375rem;
}
.text_container textarea {
  width: 100%;
  height: 300px;
  border: none;
  padding: 1.25rem 2.8125rem;
  font-family: var(--font-family);
}

.checkbox_container input {
  display: none;
}
.checkbox_container input + label {
  display: flex;
}
.checkbox_container .square {
  display: block;
  width: 50px;
  height: 50px;
  margin-right: 1.875rem;
  flex-shrink: 0;
  border-radius: 0.78125rem;
  margin-bottom: 0.46875rem;
}
.checkbox_container .square:before {
  border-radius: 0.78125rem;
}
.checkbox_container .square:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("/images/check.svg");
  background-position: center 35%;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

.avatar_steps_container {
  position: absolute;
  top: 3.440702781%;
  left: 50%;
  transform: translatex(-50%);
}
.avatar_steps_container img {
  margin: 0 0.9375rem;
}

.error {
  display: inline-block;
  margin-top: 0.625rem;
  border: 1px solid var(--color-blue-dark);
  padding: 0.15625rem 0.625rem;
  border-radius: 0.375rem;
}

.terms_modal {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
  background-color: rgba(0, 0, 0, 0.2);
}
.terms_modal > .content {
  position: relative;
  z-index: 1;
  width: 85%;
  height: 60%;
  border-radius: 1.5625rem;
  top: -3% !important;
}
.terms_modal > .content > .wrapper {
  border-radius: 1.5625rem;
  padding: 3% 4.5% 3% 4.5%;
  width: 100%;
  height: 100%;
  overflow: auto;
}
.terms_modal > .content > .wrapper::-webkit-scrollbar {
  display: none;
}
.terms_modal h1:not(:last-child) {
  margin-bottom: 1.5625rem;
}
.terms_modal h2:not(:last-child) {
  margin-bottom: 0.9375rem;
}
.terms_modal h3:not(:last-child) {
  margin-bottom: 0.625rem;
}
.terms_modal h4:not(:last-child) {
  margin-bottom: 0.15625rem;
}
.terms_modal p:not(:last-child) {
  margin-bottom: 0.9375rem;
}
.terms_modal ul {
  list-style: circle;
  padding-left: 0.9375rem;
}
.terms_modal ul:not(:last-child) {
  margin-bottom: 0.9375rem;
}
.terms_modal li {
  display: list-item;
}
.terms_modal li:not(:last-child) {
  margin-bottom: 0.3125rem;
}

.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.15s ease;
}

.fade-enter-from,
.fade-leave-to {
  opacity: 0;
}

.input_container,
.text_container,
.twoosk_btn,
.terms_modal > .content,
.checkbox_container .square {
  transition: top 0.15s ease-in-out;
}
.input_container:before,
.text_container:before,
.twoosk_btn:before,
.terms_modal > .content:before,
.checkbox_container .square:before {
  transition: bottom 0.15s ease-in-out;
}

.input_container,
.text_container,
.twoosk_btn,
.terms_modal > .content {
  top: 0;
}
.input_container:before,
.text_container:before,
.twoosk_btn:before,
.terms_modal > .content:before {
  bottom: -0.625rem;
}

.checkbox_container input:checked + label .square {
  top: 0.46875rem;
}
.checkbox_container input:checked + label .square:before {
  bottom: -0.125rem;
}
.checkbox_container input:checked + label .square:after {
  opacity: 1;
}
.checkbox_container .square {
  top: 0;
}
.checkbox_container .square:before {
  bottom: -0.46875rem;
}
.checkbox_container .square:after {
  opacity: 0;
  transition: opacity 0.25s ease-in-out;
}

.input_container.focus,
.text_container.focus {
  top: 0.625rem;
}
.input_container.focus:before,
.text_container.focus:before {
  bottom: -0.125rem;
}

.twoosk_btn:active {
  top: 0.625rem;
}
.twoosk_btn:active:before {
  bottom: -0.125rem;
}

.customize_avatar_container .part.active .circle {
  top: 0.4375rem;
}
.customize_avatar_container .part.active .circle:before {
  bottom: -0.125rem;
}
.customize_avatar_container .part.active .plus, .customize_avatar_container .part.active .minus, .customize_avatar_container .part.active .info {
  opacity: 1;
}
.customize_avatar_container .part .circle {
  top: 0;
  transition: top 0.15s ease-in-out, background-color 0.15s ease-in-out;
}
.customize_avatar_container .part .circle:before {
  bottom: -0.4375rem;
  transition: bottom 0.15s ease-in-out;
}
.customize_avatar_container .part .plus, .customize_avatar_container .part .minus, .customize_avatar_container .part .info {
  opacity: 0;
  transition: opacity 0.25s ease-in-out;
}
.customize_avatar_container .color {
  border-color: rgba(0, 0, 0, 0);
  transition: border-color 0.25s ease-in-out;
}
.customize_avatar_container .color.active {
  border-color: var(--color-blue-dark);
}
.customize_avatar_container .color.active:after {
  opacity: 1;
  transition: opacity 0.25s ease-in-out 0.25s;
}
.customize_avatar_container .color:after {
  opacity: 0;
  transition: opacity 0.25s ease-in-out;
}

.avatar_steps_container img {
  opacity: 0.15;
  transition: opacity 0.25s ease-in-out;
}
.avatar_steps_container img.active {
  opacity: 1;
}
