.caption {
  font-size: 14px;
  line-height: 1.4285714286;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 16px;
  color: #909090;
  text-align: center;
  gap: 8px
}

.caption_reference {
  font-size: 12px;
  line-height: 1.3333333333;
  font-weight: 500;
  max-width: 560px;
  margin-top: 100px;
  margin-right: auto;
  margin-left: auto;
  color: #646464
}

.caption__icon {
  flex-shrink: 0
}

.base-close-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  padding: 0;
  transition: color .2s;
  border-radius: 50%;
  border-color: transparent;
  background-color: transparent;
  color: #bdbdbd;
  cursor: pointer
}

@media not all and (hover:none) {
  .base-close-button:hover {
    color: #909090
  }
}

.base-close-button:disabled {
  opacity: .4;
  cursor: not-allowed
}

.legal-modal {
  display: flex;
  position: fixed;
  z-index: 11000;
  align-items: center;
  justify-content: center;
  padding: 16px;
  transition: opacity .3s, pointer-events .3s;
  background: #0f172a4d;
  inset: 0;
  backdrop-filter: blur(2px)
}

.legal-modal__backdrop {
  position: absolute;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: default;
  inset: 0
}

.legal-modal--open {
  opacity: 1;
  pointer-events: auto
}

.legal-modal--closed {
  opacity: 0;
  pointer-events: none
}

.legal-modal__content {
  display: flex;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  flex-direction: column;
  width: 100%;
  max-width: 800px;
  height: 50dvh;
  overflow: hidden;
  transition: transform .3s ease-out, opacity .3s ease-out;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 25px 50px -12px #00000040, 0 10px 15px -3px #0000001a
}

@media(max-width:575px)and (min-height:600px) {
  .legal-modal__content {
    height: 60dvh
  }
}

.legal-modal--open .legal-modal__content {
  transform: scale(1) translateY(0);
  opacity: 1
}

.legal-modal--closed .legal-modal__content {
  transform: scale(.95) translateY(16px);
  opacity: 0
}

.legal-modal__header {
  display: flex;
  flex-shrink: 0;
  justify-content: flex-end;
  padding: 12px;
  background: #fff
}

.legal-modal__close {
  padding: 0;
  border: none;
  background: transparent;
  color: #bdbdbd;
  line-height: 0;
  cursor: pointer
}

.legal-modal__close:hover {
  color: #757575
}

.legal-modal__loader {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center
}

.legal-modal__loader img {
  width: 72px;
  height: 72px
}

.legal-modal__iframe {
  display: block !important;
  flex: 1;
  width: 100%;
  border: none
}

.mascot {
  --m-top: 8px;
  --m-right: -32px;
  --m-width: 192px;
  --m-height: 408px;
  --m-bubble-top: 21px;
  --m-bubble-left: -187px;
  position: absolute;
  top: var(--m-top);
  right: var(--m-right);
  width: var(--m-width);
  height: var(--m-height)
}

@media(min-width:768px) {
  .mascot {
    --m-top: 2px
  }
}

@media(min-width:1202px) {
  .mascot {
    --m-top: -16px;
    --m-right: -83px;
    --m-width: auto;
    --m-height: 592px;
    --m-bubble-top: 0;
    --m-bubble-left: -284px
  }
}

.is-easy-wizard .mascot {
  --m-top: 0;
  --m-right: calc(50% - 212px);
  --m-width: 192px;
  --m-height: 408px
}

@media(min-width:1024px) {
  .is-easy-wizard .mascot {
    --m-top: 31px;
    --m-right: calc(50% - 251px);
    --m-bubble-top: -7px;
    --m-bubble-left: -212px
  }
}

.mascot_final-step {
  display: none
}

@media(min-width:1202px) {
  .mascot_final-step {
    --m-top: -44px;
    --m-right: -148px;
    --m-height: 630px;
    display: block
  }
}

.mascot_cancel-step {
  --m-right: -55px;
  --m-bubble-top: 16px;
  --m-bubble-left: -208px
}

@media(min-width:1202px) {
  .mascot_cancel-step {
    --m-top: -44px;
    --m-right: -68px;
    --m-bubble-top: 18px;
    --m-bubble-left: -286px
  }
}

.is-easy-wizard .mascot_cancel-step {
  --m-top: 20px;
  --m-right: calc(50% - 280px);
  --m-width: 242px;
  --m-height: 408px
}

.mascot__image {
  position: relative;
  width: auto;
  min-width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center
}

.mascot__bubble {
  display: flex;
  position: absolute;
  top: var(--m-bubble-top);
  left: var(--m-bubble-left);
  align-items: center;
  justify-content: center
}

.mascot__bubble-image {
  height: 128px
}

@media(min-width:1202px) {
  .mascot__bubble-image {
    height: 152px
  }
}

.is-easy-wizard .mascot__bubble-image {
  width: 283px;
  height: 128px
}

.mascot__bubble-text {
  font-size: 13.5px;
  line-height: 1.42;
  font-weight: 400;
  position: absolute;
  margin-top: -18px;
  text-align: center
}

.mascot__bubble-text b {
  font-weight: 500
}

@media(min-width:1202px) {
  .mascot__bubble-text {
    font-size: 16.1px;
    line-height: 1.4906832298;
    margin-top: -24px
  }
}

.is-easy-wizard .mascot__bubble-text {
  font-size: 14px;
  line-height: 1.4285714286;
  font-weight: 500;
  max-width: calc(100% - 50px);
  margin-top: -28px;
  margin-right: auto;
  margin-left: auto
}

.is-easy-wizard .mascot__bubble-text b {
  font-weight: 600
}

.progress-bar {
  --pb-indicator-color: #52c41a;
  --pb-background-color: #ffffff;
  --pb-height: 4px
}

.progress-bar__indicator[value] {
  width: inherit;
  height: var(--pb-height);
  border: none;
  vertical-align: top;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

.progress-bar__indicator[value]::-webkit-progress-bar {
  background-color: var(--pb-background-color)
}

.progress-bar__indicator[value]::-webkit-progress-value {
  transition: width .75s ease;
  background-color: var(--pb-indicator-color)
}

.progress-bar__indicator[value]::-moz-progress-bar {
  background-color: var(--pb-indicator-color)
}

.wizard {
  --w-step-margin-top-mobile: 158px;
  --w-step-max-width: 800px;
  --w-step-overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100dvh;
  overflow-x: hidden;
  background-color: #f5f6fe
}

@media(min-width:1202px) {
  .wizard {
    --w-step-margin-top-desktop: 192px
  }
}

.is-easy-wizard .wizard {
  --w-step-max-width: 343px;
  --w-step-margin-top-desktop: 158px
}

.wizard__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 16px
}

@media(min-width:768px) {
  .wizard__header {
    padding-right: 0;
    padding-left: 0
  }
}

@media(min-width:1202px) {
  .wizard__header {
    position: relative
  }
}

@media(min-width:1202px) {
  .wizard__close {
    position: absolute;
    top: 17px;
    right: 16px
  }
}

@media(min-width:1440px) {
  .wizard__close {
    right: -60px
  }
}

.wizard__body {
  position: relative;
  flex-grow: 1;
  padding-bottom: 64px
}

@media(min-width:768px) {
  .wizard__body {
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0
  }
}

body:has(.ai-banner) .wizard__body {
  padding-bottom: 100px
}

.wizard__mascot {
  position: absolute;
  top: 8px;
  right: -32px;
  width: 192px
}

@media(min-width:768px) {
  .wizard__mascot {
    top: 2px
  }
}

@media(min-width:1202px) {
  .wizard__mascot {
    top: -16px;
    right: -83px;
    width: auto
  }
}

.wizard__mascot-image {
  position: relative
}

.wizard__bubble {
  position: absolute;
  top: 21px;
  left: -187px
}

@media(min-width:1202px) {
  .wizard__bubble {
    top: 0;
    left: -284px
  }
}

.wizard__bubble-image {
  height: 127px
}

@media(min-width:1202px) {
  .wizard__bubble-image {
    height: 152px
  }
}

.wizard__bubble-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-60%, -100%);
  font-size: 22px;
  text-align: center
}

.wizard__step {
  position: relative;
  width: 100%;
  max-width: var(--w-step-max-width);
  margin-top: var(--w-step-margin-top-mobile);
  margin-right: auto;
  margin-left: auto;
  overflow: var(--w-step-overflow);
  border-radius: 16px;
  background-color: #fff;
  box-shadow: 0 4px 8px #0000001a
}

@media(min-width:1202px) {
  .wizard__step {
    margin-top: var(--w-step-margin-top-desktop);
    background-color: #fffffff7
  }
}

.is-easy-wizard .wizard__step {
  background-color: #fff
}

.wizard__step-body[data-phase=exit],
.wizard__step-body[data-phase=enter] {
  pointer-events: none
}

.wizard__progress-bar {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%
}

.wizard-no-maskot {
  --w-step-margin-top-mobile: 28px;
  --w-step-margin-top-desktop: 108px
}

@media(min-width:1024px) {
  .wizard-no-maskot .wizard__step {
    margin-top: var(--w-step-margin-top-desktop)
  }
}

.wizard-no-maskot .wizard__body {
  padding-bottom: 44px
}

@media(min-width:1024px) {
  .wizard-no-maskot .wizard__body {
    padding-bottom: 112px
  }
}

.wizard-devtools {
  position: fixed;
  z-index: 9999;
  top: 40%;
  right: 12px;
  bottom: 12px;
  color: #1b1b1b;
  font-size: 12px
}

.wizard-devtools__button {
  padding: 6px 10px;
  border: 1px solid #d0d0d0;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 2px 6px #00000026;
  cursor: pointer
}

.wizard-devtools__panel {
  display: none;
  margin-top: 8px;
  padding: 8px;
  border: 1px solid #d0d0d0;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 6px 16px #0003
}

.wizard-devtools__nav {
  display: flex;
  margin-bottom: 8px;
  gap: 6px
}

.wizard-devtools__nav-button {
  padding: 4px 8px;
  border: 1px solid #d0d0d0;
  border-radius: 6px;
  background: #fff;
  cursor: pointer
}

.wizard-devtools__select {
  display: flex;
  align-items: center;
  gap: 6px
}

.wizard-devtools__select-input {
  padding: 4px 6px;
  border: 1px solid #d0d0d0;
  border-radius: 6px;
  background: #fff
}

.wizard-devtools_open .wizard-devtools__panel {
  display: block
}

.address-autocomplete-input {
  position: relative
}

.address-autocomplete-input__close-button {
  display: none;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 3px;
  border: none;
  outline: none;
  background-color: transparent;
  color: #2f54eb;
  cursor: pointer
}

.address-autocomplete-input_open .address-autocomplete-input__close-button {
  display: block
}

.address-autocomplete-input__list {
  display: none;
  position: absolute;
  z-index: 10;
  top: 60px;
  width: 100%;
  max-height: 160px;
  padding: 8px 0;
  overflow: auto;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 2px 4px #2f54eb4d;
  scrollbar-width: thin;
  scrollbar-color: #e2e6e9 #ffffff
}

.address-autocomplete-input_open .address-autocomplete-input__list {
  display: block
}

.address-autocomplete-input__list::-webkit-scrollbar {
  width: 4px
}

.address-autocomplete-input__list::-webkit-scrollbar-track {
  background-color: #fff
}

.address-autocomplete-input__list::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #e2e6e9
}

.address-autocomplete-input__button {
  width: 100%;
  margin: 0;
  padding: 8px 16px;
  border: none;
  outline: none;
  background-color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  text-align: left;
  cursor: pointer
}

@media not all and (hover:none) {
  .address-autocomplete-input__button:hover {
    background-color: #f6f7fe
  }
}

.qualification-final-step {
  padding: 91px 16px 24px
}

@media(min-width:768px) {
  .qualification-final-step {
    padding: 115px 64px 46px
  }
}

.qualification-final-step__image {
  position: absolute;
  top: -66px;
  right: 0;
  left: 0;
  width: 119px;
  height: 119px;
  margin: auto;
  transform: translateZ(0);
  filter: drop-shadow(0 1px 8px rgba(0, 0, 0, .15))
}

@media(min-width:768px) {
  .qualification-final-step__image {
    top: -90px;
    width: 183px;
    height: 183px
  }
}

.qualification-final-step__header {
  text-align: center
}

.qualification-final-step__title {
  font-size: 23px;
  line-height: 1.3913043478;
  font-weight: 700
}

@media(min-width:1024px) {
  .qualification-final-step__title {
    font-size: 25px;
    line-height: 1.44
  }
}

.qualification-final-step__subtitle {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  margin-top: 8px
}

.qualification-final-step__footer {
  margin-top: 24px;
  text-align: center
}

.loader-step {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 212px
}

.loader-step__body {
  width: 100%
}

.loader-step__title {
  margin-bottom: 24px;
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600
}

@media(min-width:1024px) {
  .loader-step__title {
    margin-bottom: 16px;
    font-size: 23px;
    line-height: 1.3913043478;
    font-weight: 500
  }
}

.loader-step__inner {
  display: flex;
  flex-direction: column;
  align-items: center
}

.loader-step__process-bar {
  position: relative;
  width: 100%;
  max-width: 367px;
  height: 24px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 16px;
  background-color: #f5f6fe
}

.loader-step__process-bar-inner {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  align-items: center;
  justify-content: end;
  height: 100%;
  border-radius: 16px;
  background-color: #2f54eb;
  color: #fff;
  font-size: 12px;
  line-height: 1.334
}

.loader-step__process-bar-value {
  display: inline-block;
  min-width: 30px;
  padding-left: 2px
}

.loader-step__process-bar-subtitle {
  margin-top: 8px;
  color: #8b8c90;
  font-size: 14px;
  line-height: 1.4285714286;
  font-weight: 500
}

.loader-step__loader {
  display: block;
  width: 48px;
  height: 48px
}
