.Toastify__toast-container {
  top: 0 !important;
  left: 0;
  padding: 0 !important;
  width: 100% !important;
  z-index: 99999 !important;
}

.Toastify__toast-icon {
  display: none !important;
}

.Toastify__toast svg {
  position: absolute;
  top: 20px;
  right: 20px;
}

.Toastify__toast-body {
  max-width: 90%;
  font-size: 20px;
  font-family: 'Jost';
  padding: 20px 40px !important;
  margin: 0 auto !important;
  z-index: 99999;
}
@media screen and (max-width: 1150px) {
  .Toastify__toast-body {
    padding: 20px 50px !important;
  }
}
@media screen and (max-width: 650px) {
  .Toastify__toast-body {
    font-size: 16px;
  }
}
.Toastify__toast {
  text-align: center;
  padding: 0 !important;
  margin: 0 !important;
  width: 100%;
  text-align: center;
  background: #57ffdd !important;
  color: #000 !important;
  border-radius: 0 !important;
}
._root_1wtri_1 {
  max-width: 100%;
  position: relative;
}
._root_1wtri_1 svg {
  max-height: 70vh;
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
._root_1wtri_1 button {
  margin: 0 auto;
}._wrapper_nqdjd_1 {
  position: relative;
  width: 100%;
  height: auto;
}

._root_nqdjd_7 {
  position: relative;
  margin: 120px auto 0;
  box-sizing: border-box;
  background-position: right center;
  background-repeat: no-repeat;
  background-size: contain;
  max-width: 1560px;
  overflow-x: hidden;
}

._bothMargin_nqdjd_18 {
  margin: 120px auto;
}

._dashboard_nqdjd_22 {
  height: 100%;
  /* background: linear-gradient(90deg, #fff 50%, #f4f5f6 50%); */
}
@media screen and (max-width: 1920px) {
  ._root_nqdjd_7 {
    max-width: 80%;
    margin: 120px auto;
  }
}

@media screen and (max-width: 1472px) {
  ._root_nqdjd_7 {
    max-width: 75%;
    margin: 100px auto;
  }
}

@media screen and (max-width: 1180px) {
  ._root_nqdjd_7 {
    max-width: 62%;
    margin: 80px auto;
  }
}

@media screen and (max-width: 1023px) {
  ._root_nqdjd_7 {
    margin: 40px 20px 0;
    max-width: 100%;
  }

  ._bothMargin_nqdjd_18 {
    margin: 40px 20px;
  }
}

@media screen and (max-width: 720px) {
  ._root_nqdjd_7 {
    margin: 20px auto 0;
  }
  ._bothMargin_nqdjd_18 {
    margin: 20px auto;
  }
}

@media screen and (min-width: 1023px) {
  ._root_nqdjd_7 {
    min-height: calc(100vh - 98px);
    margin: 0 auto;
    display: flex;
    align-items: center;
  }
  ._smallSlide_nqdjd_74 {
    min-height: calc(90vh - 98px);
  }
  ._wrapper_nqdjd_1::after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 1px;
    left: 0;
    background: #ececec;
  }
}
._root_1nudw_1 {
  padding: 15px 110px;
  border: 1px solid var(--base-color);
  border-radius: 20px;
  font-size: 20px;
  font-weight: 500;
  color: white;
  background: var(--base-color);
  transition: all 0.3s;
  font-family: 'Euclid Circular B';
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  white-space: nowrap;
  opacity: 1;
}

._root_1nudw_1:hover {
  opacity: 0.7;
}

._fluid_1nudw_23 {
  width: 100%;
}

._disabled_1nudw_27{
  opacity: 0.6;
  cursor: default;
}

@media screen and (max-width: 1180px) {
  ._root_1nudw_1 {
    padding: 15px 40px;
    font-size: 18px;
    width: -moz-fit-content;
    width: fit-content;
  }
}

@media screen and (max-width: 720px) {
  ._root_1nudw_1 {
    font-size: 16px;
    padding: 15px 20px;
  }
}
._input_ea3d7_1,
._textarea_ea3d7_2,
._select_ea3d7_3 {
  padding: 8px 10px;
  display: block;
  margin-bottom: 15px;
  border-radius: 5px;
  border: 1px solid #a0a0a0;
  font-size: 15px;
  
  width: 100%;
  box-sizing: border-box;
}
._input_ea3d7_1::-moz-placeholder, ._textarea_ea3d7_2::-moz-placeholder {
  color: #8e8c8e !important;
}
._input_ea3d7_1::placeholder,
._textarea_ea3d7_2::placeholder {
  color: #8e8c8e !important;
}

._textarea_ea3d7_2 {
  resize: none;
}
._select_ea3d7_3 {
  cursor: pointer;
  padding: 8px 10px !important;
  border-radius: 5px !important;
  border-color: #a0a0a0 !important;
}

._select_ea3d7_3 option:disabled {
  color: #707070;
}

._switch_ea3d7_33 {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 24px;
}

._switch_ea3d7_33 input {
  opacity: 0;
  width: 0;
  height: 0;
}

._slider_ea3d7_46 {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  border-radius: 34px;
  transition: 0.4s;
}

._slider_ea3d7_46:before {
  position: absolute;
  content: '';
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  transition: 0.4s;
  border-radius: 50%;
}

input:checked + ._slider_ea3d7_46 {
  background-color: #9200ff;
}

input:focus + ._slider_ea3d7_46 {
  box-shadow: 0 0 1px #9200ff;
}

input:checked + ._slider_ea3d7_46:before {
  transform: translateX(16px);
}

._select_ea3d7_3 {
  width: 320px;
  background: white;
}
._root_w4qg6_1 {
  padding: 0 20px;
  min-width: 200px;
  height: 40px;
  border: 1px solid var(--base-color);
  border-radius: 5px;
  font-size: 15px;
  font-weight: 500;
  background: var(--base-color);
  color: white;
  transition: all 0.3s;
  
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  margin: 40px auto 0;
}

._root_w4qg6_1:hover {
  background: white;
  color: var(--base-color);
}

._root_w4qg6_1:disabled {
  background: var(--base-color);
  color: white;
  opacity: 0.5;
}
._fluid_w4qg6_30 {
  width: 100%;
}

._root_w4qg6_1:disabled {
  cursor: default;
  pointer-events: none;
  opacity: 1 !important;
}

._disabled_w4qg6_40 {
  background-color: #dddbdd !important;
  border-color: #dddbdd !important;
}
@media screen and (max-width: 720px) {
  ._root_w4qg6_1 {
    padding: 15px 30px;
  }
}

@media screen and (max-width: 555px) {
  ._root_w4qg6_1 {
    margin-top: 20px;
  }
}
@media screen and (max-width: 400px) {
  ._root_w4qg6_1 {
    padding: 10px 20px;
  }
}
._root_mleqf_1 {
  display: flex;
  align-items: baseline;
  
  justify-content: space-between;
  margin-bottom: 30px;
}

._root_mleqf_1 h2 {
  
  font-size: 33px;
}

._root_mleqf_1 a,
._root_mleqf_1 button {
  
  font-size: 16px;
  color: #2aa1d9;
  text-decoration: underline;
  opacity: 1;
  transition: opacity 0.3s;
}

._root_mleqf_1 a {
  margin-bottom: 1px;
}
._root_mleqf_1 a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 555px) {
  ._root_mleqf_1 h2 {
    font-size: 25px;
  }
  ._root_mleqf_1 {
    flex-direction: column;
    align-items: baseline;
    flex-direction: column-reverse;
  }
}
._primaryButton_1333q_1 {
  border-radius: 12px;
  background: var(--base-gradient);
  padding: 8px 40px;
  color: white;
  font-weight: 600;
  font-size: 20px;
  display: block;
}
@media screen and (max-width: 650px) {
  ._primaryButton_1333q_1 {
    font-size: 16px;
    padding: 8px 50px;
  }
}
._dInput_1333q_17 {
  width: 100%;
  padding: 11px 20px;
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  color: #000;
  background: #ffffff;
  border: 1px solid #e2e2e2;
  border-radius: 12px;
  box-sizing: border-box;
  max-width: 510px;
}
._dInput_1333q_17::-moz-placeholder {
  font-style: italic;
  color: #555555;
}
._dInput_1333q_17::placeholder {
  font-style: italic;
  color: #555555;
}
._dInput_1333q_17:focus-visible {
  outline-color: var(--base-color);
}
@media screen and (max-width: 650px) {
  ._dInput_1333q_17 {
    font-size: 16px;
    padding: 14px 20px;
  }
}
._noWrap_1333q_44 {
  white-space: nowrap !important;
}
._themeIcon_1333q_48 {
  color: var(--base-color);
}
._themeIcon_1333q_48 rect {
  fill: currentColor !important;
}
._checkbox_1333q_55 {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #555555;
  display: flex;
  height: 25px;
  align-items: flex-end;
}
._checkbox_1333q_55 input[type=checkbox] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
._checkbox_1333q_55 ._checkmark_1333q_75 {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 3px;
}
._checkbox_1333q_55 ._checkmark_1333q_75:hover {
  background-color: #ccc;
}
._checkbox_1333q_55 ._checkmark_1333q_75:after {
  content: "";
  position: absolute;
  display: none;
}
._checkbox_1333q_55 input[type=checkbox]:checked ~ ._checkmark_1333q_75 {
  background-color: var(--link-color);
}
._checkbox_1333q_55 input[type=checkbox]:checked ~ ._checkmark_1333q_75:after {
  display: block;
}
._checkbox_1333q_55 ._checkmark_1333q_75:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
._terms_1333q_108 {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
._terms_1333q_108 input {
  margin-right: 10px;
  cursor: pointer;
}
._terms_1333q_108 p {
  font-size: 16px;
  color: #555555;
}
._terms_1333q_108 a {
  color: var(--link-color);
  text-decoration: underline;
}._primaryButton_1ugst_1 {
  border-radius: 12px;
  background: var(--base-gradient);
  padding: 8px 40px;
  color: white;
  font-weight: 600;
  font-size: 20px;
  display: block;
}
@media screen and (max-width: 650px) {
  ._primaryButton_1ugst_1 {
    font-size: 16px;
    padding: 8px 50px;
  }
}
._dInput_1ugst_17 {
  width: 100%;
  padding: 11px 20px;
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  color: #000;
  background: #ffffff;
  border: 1px solid #e2e2e2;
  border-radius: 12px;
  box-sizing: border-box;
  max-width: 510px;
}
._dInput_1ugst_17::-moz-placeholder {
  font-style: italic;
  color: #555555;
}
._dInput_1ugst_17::placeholder {
  font-style: italic;
  color: #555555;
}
._dInput_1ugst_17:focus-visible {
  outline-color: var(--base-color);
}
@media screen and (max-width: 650px) {
  ._dInput_1ugst_17 {
    font-size: 16px;
    padding: 14px 20px;
  }
}
._noWrap_1ugst_44 {
  white-space: nowrap !important;
}
._themeIcon_1ugst_48 {
  color: var(--base-color);
}
._themeIcon_1ugst_48 rect {
  fill: currentColor !important;
}
._select_1ugst_55 {
  background: #ffffff;
  border: 1px solid #e2e2e2;
  border-radius: 12px !important;
  max-width: 510px;
  padding: 11px 20px !important;
  font-size: 20px;
  height: 50px;
}
@media screen and (max-width: 650px) {
  ._select_1ugst_55 {
    font-size: 16px;
    padding: 14px 20px;
  }
}
._item_1ugst_71 {
  display: flex;
  align-items: center;
  padding: 10px;
}
._item_1ugst_71:nth-child(2n+1) {
  background-color: #f8f7fb;
}
._item_1ugst_71:hover {
  opacity: 0.7;
}
._item_1ugst_71 img {
  margin-right: 10px;
}
._countries_1ugst_88 {
  min-width: 180px;
}
._dInput_1ugst_17 {
  border-radius: 0;
  outline: none;
}._primaryButton_duo7q_1 {
  border-radius: 12px;
  background: var(--base-gradient);
  padding: 8px 40px;
  color: white;
  font-weight: 600;
  font-size: 20px;
  display: block;
}
@media screen and (max-width: 650px) {
  ._primaryButton_duo7q_1 {
    font-size: 16px;
    padding: 8px 50px;
  }
}
._dInput_duo7q_17 {
  width: 100%;
  padding: 11px 20px;
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  color: #000;
  background: #ffffff;
  border: 1px solid #e2e2e2;
  border-radius: 12px;
  box-sizing: border-box;
  max-width: 510px;
}
._dInput_duo7q_17::-moz-placeholder {
  font-style: italic;
  color: #555555;
}
._dInput_duo7q_17::placeholder {
  font-style: italic;
  color: #555555;
}
._dInput_duo7q_17:focus-visible {
  outline-color: var(--base-color);
}
@media screen and (max-width: 650px) {
  ._dInput_duo7q_17 {
    font-size: 16px;
    padding: 14px 20px;
  }
}
._noWrap_duo7q_44 {
  white-space: nowrap !important;
}
._themeIcon_duo7q_48 {
  color: var(--base-color);
}
._themeIcon_duo7q_48 rect {
  fill: currentColor !important;
}
._overlay_duo7q_55 {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 400;
  width: 100vw;
  height: 100vh;
  background-color: #000;
  opacity: 0.5;
}
._root_duo7q_66 {
  position: relative;
  max-width: 250px;
}
._root_duo7q_66 label {
  position: relative;
}
._root_duo7q_66 svg {
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  right: 20px;
  cursor: pointer;
}
._root_duo7q_66 svg:hover {
  opacity: 0.7;
}
._center_duo7q_84 {
  margin: 0 auto;
  display: block;
}
._modalRoot_duo7q_89 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
._modal_duo7q_89 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
  z-index: 500;
  transition: opacity 0.3s;
}
._wrapper_duo7q_108 {
  width: 100%;
  min-width: 350px;
  border: 1px solid #a0a0a0;
  border-radius: 5px;
}
._header_duo7q_115 {
  padding: 20px 20px 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background: white;
  position: relative;
}
._header_duo7q_115::before {
  content: "";
  background: white;
  position: absolute;
  width: 100%;
  height: 36px;
  bottom: -34px;
  left: 0;
  z-index: 1;
}
._header_duo7q_115::after {
  content: "";
  background: white;
  position: absolute;
  width: 100%;
  height: 20px;
  top: 0;
  left: 0;
  z-index: 1;
  border-radius: 5px;
}
._body_duo7q_146,
._usaBody_duo7q_147 {
  background: #fff;
  padding: 5px 20px 20px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  max-height: 280px;
}
._datePicker_duo7q_155 {
  cursor: pointer;
  opacity: 1;
  text-align: center;
  transition: all 0.3s;
  padding: 8px;
  background: transparent;
}
._weekend_duo7q_164 {
  font-weight: 600;
}
._datePicker_duo7q_155:hover {
  background: white;
}
._buttons_duo7q_172 {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
._select_duo7q_178 {
  padding: 8px 10px;
  display: block;
  margin-bottom: 15px;
  border-radius: 5px;
  font-size: 15px;
  width: 145px !important;
  cursor: pointer;
  box-sizing: border-box;
  color: #8e8c8e !important;
}
._header_duo7q_115 option {
  cursor: pointer;
}
._modal_duo7q_89 thead th {
  color: #8e8c8e;
  font-weight: normal;
  position: relative;
  z-index: 10;
  padding-bottom: 10px;
  z-index: 2;
}
._modal_duo7q_89 table {
  width: 100%;
  margin: 0 auto;
  font-weight: normal;
}
._disabled_duo7q_209 {
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  opacity: 0.5;
}
._defaultHeader_duo7q_215 th:last-child,
._defaultHeader_duo7q_215 th:nth-last-child(2) {
  color: var(--base-color);
}
._usaHeader_duo7q_220 th:first-child,
._usaHeader_duo7q_220 th:last-child {
  color: var(--base-color);
}
._usaBody_duo7q_147 tbody td:first-child,
._usaBody_duo7q_147 tbody td:nth-child(7n) {
  color: var(--base-color);
}
._body_duo7q_146 tbody td:nth-child(6n),
._body_duo7q_146 tbody td:nth-child(7n) {
  color: var(--base-color);
}
._range_duo7q_235 {
  display: flex;
  align-items: center;
  position: relative;
}
._multi_duo7q_241 {
  display: flex;
  align-items: flex-start;
  background-color: #eaedf2;
  width: 100%;
  border-radius: 10px;
}
._choose_duo7q_249 {
  background-color: #eaedf2;
  width: 620px;
  padding: 5px 20px 20px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
._choose_duo7q_249 button {
  margin: 0;
}._primaryButton_13771_1 {
  border-radius: 12px;
  background: var(--base-gradient);
  padding: 8px 40px;
  color: white;
  font-weight: 600;
  font-size: 20px;
  display: block;
}
@media screen and (max-width: 650px) {
  ._primaryButton_13771_1 {
    font-size: 16px;
    padding: 8px 50px;
  }
}
._dInput_13771_17 {
  width: 100%;
  padding: 11px 20px;
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  color: #000;
  background: #ffffff;
  border: 1px solid #e2e2e2;
  border-radius: 12px;
  box-sizing: border-box;
  max-width: 510px;
}
._dInput_13771_17::-moz-placeholder {
  font-style: italic;
  color: #555555;
}
._dInput_13771_17::placeholder {
  font-style: italic;
  color: #555555;
}
._dInput_13771_17:focus-visible {
  outline-color: var(--base-color);
}
@media screen and (max-width: 650px) {
  ._dInput_13771_17 {
    font-size: 16px;
    padding: 14px 20px;
  }
}
._noWrap_13771_44 {
  white-space: nowrap !important;
}
._themeIcon_13771_48 {
  color: var(--base-color);
}
._themeIcon_13771_48 rect {
  fill: currentColor !important;
}
._overlay_13771_55 {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 400;
  width: 100vw;
  height: 100vh;
  background-color: #000;
  opacity: 0.5;
}
._dInput_13771_17 {
  cursor: pointer;
  text-overflow: ellipsis;
  padding-right: 40px;
  max-width: 190px;
  font-family: "Jost";
}
._dInput_13771_17:hover {
  border-color: var(--base-color);
}
@media screen and (max-width: 750px) {
  ._dInput_13771_17 {
    max-width: unset;
  }
}
._root_13771_82 {
  position: relative;
}
._range_13771_86 label {
  position: relative;
}
@media screen and (max-width: 750px) {
  ._range_13771_86 label {
    width: 100%;
    max-width: 510px;
  }
}
._range_13771_86 svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  cursor: pointer;
}
._modalRoot_13771_103 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 999;
}
._modal_13771_103 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
  z-index: 500;
  transition: opacity 0.3s;
}
._wrapper_13771_123 {
  width: 100%;
  min-width: 350px;
  border: 1px solid #a0a0a0;
  border-radius: 5px;
}
._header_13771_130 {
  padding: 20px 20px 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background: white;
  position: relative;
  display: flex;
  justify-content: space-between;
}
._header_13771_130::before {
  content: "";
  background: white;
  position: absolute;
  width: 100%;
  height: 36px;
  bottom: -34px;
  left: 0;
  z-index: 1;
}
._header_13771_130::after {
  content: "";
  background: white;
  position: absolute;
  width: 100%;
  height: 20px;
  top: 0;
  left: 0;
  z-index: 1;
  border-radius: 5px;
}
._header_13771_130 select {
  max-width: 30%;
}
._body_13771_167,
._usaBody_13771_168 {
  background: #fff;
  padding: 5px 20px 20px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  max-height: 280px;
}
._select_13771_176 {
  padding: 8px 10px;
  display: block;
  margin-bottom: 15px;
  border-radius: 5px;
  font-size: 15px;
  width: 140px !important;
  cursor: pointer;
  box-sizing: border-box;
  color: #8e8c8e !important;
}
._header_13771_130 option {
  cursor: pointer;
}
._modal_13771_103 thead th {
  color: #8e8c8e;
  font-weight: normal;
  position: relative;
  z-index: 10;
  padding-bottom: 10px;
  z-index: 2;
}
._modal_13771_103 table {
  width: 100%;
  margin: 0 auto;
  font-weight: normal;
}
._disabled_13771_207 {
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  opacity: 0.5;
}
._defaultHeader_13771_213 th:last-child,
._defaultHeader_13771_213 th:nth-last-child(2) {
  color: var(--base-color);
}
._usaHeader_13771_218 th:first-child,
._usaHeader_13771_218 th:last-child {
  color: var(--base-color);
}
._triangle_13771_223 {
  width: 0;
  height: 0;
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent;
  border-right: 22px solid #a0a0a0;
  position: absolute;
  top: -25px;
  right: 12px;
  transform: rotateZ(90deg);
}
._triangle_13771_223:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 21px solid transparent;
  border-bottom: 21px solid transparent;
  border-right: 21px solid white;
  position: absolute;
  top: -21px;
  left: 1px;
}
._usaBody_13771_168 tbody td:first-child,
._usaBody_13771_168 tbody td:nth-child(7n) {
  color: var(--base-color);
}
._body_13771_167 tbody td:nth-child(6n),
._body_13771_167 tbody td:nth-child(7n) {
  color: var(--base-color);
}
._range_13771_86 {
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 750px) {
  ._range_13771_86 {
    width: 100%;
  }
}
._multi_13771_268 {
  display: flex;
  align-items: flex-start;
  background-color: #fff;
  width: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  position: relative;
}
._choose_13771_278 {
  background-color: white;
  width: 620px;
  padding: 15px 20px 40px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
._choose_13771_278 button {
  margin: 0 auto;
}
._separator_13771_293 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background: #8e8c8e;
  width: 1px;
  height: 100%;
  z-index: 30;
}
._halfBody_13771_303 {
  width: 100%;
  display: flex;
  flex-direction: column;
}
._weekend_13771_309 {
  color: var(--base-color);
}
._datePicker_13771_313 {
  cursor: pointer;
  opacity: 1;
  text-align: center;
  padding: 8px;
  background: transparent;
}
._datePicker_13771_313:hover {
  background: #57ffdd;
  border-radius: 10px;
}
._activeDay_13771_326,
._activeDay_13771_326:hover {
  background: #57ffdd;
  border-radius: 10px;
}
._dateBody_13771_332 {
  position: relative;
}
._hovered_13771_336 {
  background: #57ffdd;
  border-radius: 10px;
}
._inputDate_13771_341 {
  width: 190px;
  cursor: pointer;
}
@media screen and (max-width: 750px) {
  ._multi_13771_268 {
    flex-direction: column;
  }
  ._separator_13771_293 {
    display: none;
  }
  ._choose_13771_278 {
    flex-direction: column;
    width: auto;
  }
  ._choose_13771_278 p {
    margin-top: 10px;
  }
  ._header_13771_130 > div:nth-of-type(1) {
    margin-right: 10px;
  }
}
@media screen and (max-width: 350px) {
  ._header_13771_130 {
    padding: 20px 10px 5px;
  }
  ._body_13771_167,
._usaBody_13771_168 {
    padding: 5px 10px 10px;
  }
  ._choose_13771_278 {
    padding: 15px 10px;
  }
}
@media screen and (max-width: 750px) {
  ._modal_13771_103 {
    top: 100px;
    transform: translate(-50%, 0);
    height: calc(100vh - 130px);
    overflow: auto;
  }
}._root_1vhif_1 div {
  position: relative;
  overflow: hidden;
  background-color: #dddbdd;
}
._root_1vhif_1 div::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: translateX(-100%);
  background-image: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0,
    rgba(255, 255, 255, 0.2) 20%,
    rgba(255, 255, 255, 0.5) 60%,
    rgba(255, 255, 255, 0)
  );
  animation: _shimmer_1vhif_1 2s infinite;
  content: '';
}
@keyframes _shimmer_1vhif_1 {
  100% {
    transform: translateX(100%);
  }
}

._title_1vhif_29 {
  margin: 30px 0 15px;
  width: 100%;
  height: 40px;
}

._buttons_1vhif_35 {
  height: 110px;
  width: 100%;
  margin-bottom: 15px;
}

._formButton_1vhif_41 {
  width: 200px;
  height: 40px;
  border: 1px solid #dddddd;
  border-radius: 5px;
  margin: 40px auto 0;
}

._input_1vhif_49 {
  margin-bottom: 15px;
  border-radius: 5px;
  border: 1px solid #dddddd;
  width: 100%;
  height: 40px;
}

@media screen and (max-width: 720px) {
  ._formButton_1vhif_41 {
    padding: 15px 50px;
  }
}

@media screen and (max-width: 555px) {
  ._formButton_1vhif_41 {
    margin-top: 20px;
  }
}
._primaryButton_scqx1_1 {
  border-radius: 12px;
  background: var(--base-gradient);
  padding: 8px 40px;
  color: white;
  font-weight: 600;
  font-size: 20px;
  display: block;
}
@media screen and (max-width: 650px) {
  ._primaryButton_scqx1_1 {
    font-size: 16px;
    padding: 8px 50px;
  }
}
._dInput_scqx1_17 {
  width: 100%;
  padding: 11px 20px;
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  color: #000;
  background: #ffffff;
  border: 1px solid #e2e2e2;
  border-radius: 12px;
  box-sizing: border-box;
  max-width: 510px;
}
._dInput_scqx1_17::-moz-placeholder {
  font-style: italic;
  color: #555555;
}
._dInput_scqx1_17::placeholder {
  font-style: italic;
  color: #555555;
}
._dInput_scqx1_17:focus-visible {
  outline-color: var(--base-color);
}
@media screen and (max-width: 650px) {
  ._dInput_scqx1_17 {
    font-size: 16px;
    padding: 14px 20px;
  }
}
._noWrap_scqx1_44 {
  white-space: nowrap !important;
}
._themeIcon_scqx1_48 {
  color: var(--base-color);
}
._themeIcon_scqx1_48 rect {
  fill: currentColor !important;
}
._root_scqx1_55 {
  background: var(--card-bg);
  width: 400px;
  height: 258px;
  box-sizing: border-box;
  padding: 36px 30px 23px;
  border-radius: 20px;
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  font-family: "Courier";
}
@media screen and (max-width: 1250px) {
  ._root_scqx1_55 {
    border-radius: 17px;
    width: 300px;
    height: 193px;
    padding: 22px 22px 17px 25px;
  }
}
@media screen and (max-width: 730px) {
  ._root_scqx1_55 {
    border-radius: 11px;
    width: 202px;
    height: 130px;
    padding: 12px 16px 14px;
  }
}
._small_scqx1_85 {
  border-radius: 11px;
  width: 180px;
  height: 116px;
  padding: 12px 16px 16px;
  margin: 0 auto;
}
._small_scqx1_85 ._logo_scqx1_92 svg {
  height: 45px;
  width: 70px;
}
._small_scqx1_85 ._amount_scqx1_96 {
  top: 24px;
  right: 15px;
  width: 76px;
  height: 43px;
  font-size: 24px;
}
._small_scqx1_85 ._smAmount_scqx1_103 {
  font-size: 20px;
}
._small_scqx1_85 ._number_scqx1_106 {
  font-size: 11px;
}
._small_scqx1_85 ._name_scqx1_109 {
  font-size: 6px;
}
._small_scqx1_85 ._body_scqx1_112 {
  margin-top: 20px;
}
._small_scqx1_85 ._expires_scqx1_115 {
  margin-top: 7px;
  font-size: 7px;
}
._small_scqx1_85 ._expires_scqx1_115 span {
  font-size: 4px;
}
._small_scqx1_85 ._bg_scqx1_122 {
  top: -20px;
  right: 50px;
}
._small_scqx1_85 ._bg_scqx1_122 svg {
  width: 70px;
}
._small_scqx1_85 ._ms_scqx1_129 {
  right: 14px;
  bottom: 14px;
}
._small_scqx1_85 ._ms_scqx1_129 svg {
  width: 29px;
  height: 18px;
}
._small_scqx1_85 ._number_scqx1_106 {
  font-size: 9px;
}
._small_scqx1_85 ._ms_scqx1_129 {
  right: 12px;
  bottom: 12px;
}
._logo_scqx1_92 {
  z-index: 1;
}
@media screen and (max-width: 1250px) {
  ._logo_scqx1_92 svg {
    width: 105px;
  }
}
._amount_scqx1_96 {
  position: absolute;
  top: 48px;
  right: 29px;
  width: 156px;
  height: 73px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: var(--base-color);
  border-radius: 10px;
  font-size: 50px;
  color: white;
  font-family: "Euclid Circular B";
  white-space: nowrap;
}
@media screen and (max-width: 1250px) {
  ._amount_scqx1_96 {
    top: 36px;
    right: 22px;
    font-size: 36px;
    width: 115px;
    height: 64px;
  }
}
._smAmount_scqx1_103 {
  width: 174px;
  font-size: 34px;
}
@media screen and (max-width: 1250px) {
  ._smAmount_scqx1_103 {
    width: 115px;
    height: 64px;
    font-size: 25px;
  }
}
._number_scqx1_106 {
  font-size: 20px;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 1250px) {
  ._number_scqx1_106 {
    font-size: 16px;
  }
}
._name_scqx1_109 {
  color: #000000;
  font-size: 13px;
  text-transform: uppercase;
  margin-top: 3px;
}
@media screen and (max-width: 1250px) {
  ._name_scqx1_109 {
    font-size: 10px;
  }
}
._body_scqx1_112 {
  font-size: 14px;
  font-family: "JetBrainsMono";
  color: #000000;
  font-weight: 500;
  margin-top: 60px;
}
@media screen and (max-width: 1250px) {
  ._body_scqx1_112 {
    margin-top: 35px;
  }
}
._expires_scqx1_115 {
  display: flex;
  align-items: center;
  margin-top: 15px;
  margin-left: 3px;
  font-size: 13px;
  font-weight: 500;
}
@media screen and (max-width: 1250px) {
  ._expires_scqx1_115 {
    font-size: 10px;
    margin-top: 10px;
    margin-left: 0;
  }
}
._expires_scqx1_115 span {
  margin-top: 1px;
  font-weight: 400;
  font-size: 8px;
  text-transform: uppercase;
  margin-right: 5px;
  text-shadow: none;
}
@media screen and (max-width: 1250px) {
  ._expires_scqx1_115 span {
    font-size: 6px;
  }
}
._disabled_scqx1_258 {
  position: relative;
  background: #e2e2e2;
}
._process_scqx1_263 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  color: var(--base-color);
  font-size: 24px;
}
@media screen and (max-width: 365px) {
  ._process_scqx1_263 {
    font-size: 19px;
  }
}
@keyframes _shimmer_scqx1_1 {
  100% {
    transform: translateX(100%);
  }
}
._bg_scqx1_122 {
  position: absolute;
  top: 21px;
  right: 103px;
}
@media screen and (max-width: 1250px) {
  ._bg_scqx1_122 {
    top: 0;
    right: 77px;
  }
  ._bg_scqx1_122 svg {
    width: 100px;
  }
}
._ms_scqx1_129 {
  position: absolute;
  right: 27px;
  bottom: 27px;
}
@media screen and (max-width: 1250px) {
  ._ms_scqx1_129 {
    right: 20px;
    bottom: 20px;
  }
  ._ms_scqx1_129 svg {
    width: 44px;
    height: 27px;
  }
}
@media screen and (max-width: 730px) {
  ._logo_scqx1_92 svg {
    height: 45px;
    width: 70px;
  }
  ._amount_scqx1_96 {
    top: 24px;
    right: 15px;
    width: 76px;
    height: 43px;
    font-size: 24px;
  }
  ._smAmount_scqx1_103 {
    font-size: 20px;
  }
  ._number_scqx1_106 {
    font-size: 11px;
  }
  ._name_scqx1_109 {
    font-size: 6px;
  }
  ._body_scqx1_112 {
    margin-top: 20px;
  }
  ._expires_scqx1_115 {
    margin-top: 7px;
    font-size: 7px;
  }
  ._expires_scqx1_115 span {
    font-size: 4px;
  }
  ._bg_scqx1_122 {
    top: -20px;
    right: 50px;
  }
  ._bg_scqx1_122 svg {
    width: 70px;
  }
  ._ms_scqx1_129 {
    right: 14px;
    bottom: 14px;
  }
  ._ms_scqx1_129 svg {
    width: 29px;
    height: 18px;
  }
}
._gray_scqx1_361 {
  background-color: #808080;
}
._gifted_scqx1_365 {
  position: absolute;
  right: 20px;
  top: 10px;
  width: 30px;
  height: 30px;
}
@media screen and (max-width: 1250px) {
  ._gifted_scqx1_365 {
    width: 25px;
    height: 25px;
  }
}
@media screen and (max-width: 730px) {
  ._gifted_scqx1_365 {
    width: 20px;
    height: 20px;
    right: 10px;
    top: 5px;
  }
}._root_x5gcg_1 {
  fill: var(--base-color) !important;
}
._root_x5gcg_1 path {
  fill: var(--base-color) !important;
}._primaryButton_zb81r_1 {
  border-radius: 12px;
  background: var(--base-gradient);
  padding: 8px 40px;
  color: white;
  font-weight: 600;
  font-size: 20px;
  display: block;
}
@media screen and (max-width: 650px) {
  ._primaryButton_zb81r_1 {
    font-size: 16px;
    padding: 8px 50px;
  }
}
._dInput_zb81r_17 {
  width: 100%;
  padding: 11px 20px;
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  color: #000;
  background: #ffffff;
  border: 1px solid #e2e2e2;
  border-radius: 12px;
  box-sizing: border-box;
  max-width: 510px;
}
._dInput_zb81r_17::-moz-placeholder {
  font-style: italic;
  color: #555555;
}
._dInput_zb81r_17::placeholder {
  font-style: italic;
  color: #555555;
}
._dInput_zb81r_17:focus-visible {
  outline-color: var(--base-color);
}
@media screen and (max-width: 650px) {
  ._dInput_zb81r_17 {
    font-size: 16px;
    padding: 14px 20px;
  }
}
._noWrap_zb81r_44 {
  white-space: nowrap !important;
}
._themeIcon_zb81r_48 {
  color: var(--base-color);
}
._themeIcon_zb81r_48 rect {
  fill: currentColor !important;
}
._root_zb81r_55 {
  background: linear-gradient(266.83deg, rgba(46, 154, 240, 0.79) 2.07%, rgba(46, 154, 240, 0) 52.09%), radial-gradient(97.49% 92.02% at 13.79% 12.23%, #75f9e3 0%, #60d6db 28.13%, #8851e1 100%);
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px;
  box-sizing: border-box;
}
@media screen and (max-width: 650px) {
  ._root_zb81r_55 {
    padding: 20px 20px 60px;
    align-items: flex-end;
    min-height: 100vh;
  }
}
._wrapper_zb81r_72 {
  width: 100%;
  max-width: 720px;
  box-sizing: border-box;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2), 0px 10px 25px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  background: #fff;
  padding: 20px 20px 60px;
  position: relative;
}
@media screen and (max-width: 1150px) {
  ._wrapper_zb81r_72 {
    max-width: 648px;
  }
}
._header_zb81r_88 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
._header_zb81r_88 svg {
  width: 74px;
  height: 30px;
}
._header_zb81r_88 a, ._header_zb81r_88 button {
  color: var(--link-color);
  text-decoration: underline;
  font-size: 20px;
}
@media screen and (max-width: 650px) {
  ._header_zb81r_88 a, ._header_zb81r_88 button {
    font-size: 16px;
  }
}
._title_zb81r_108 {
  text-align: center;
  margin: 0 auto 15px;
  font-weight: 600;
  font-size: 34px;
}
@media screen and (max-width: 650px) {
  ._title_zb81r_108 {
    font-size: 22px;
    margin-top: 30px;
  }
}
._content_zb81r_121 {
  width: 100%;
  max-width: 510px;
  margin: 0 auto;
}
._cross_zb81r_127 svg {
  width: 25px;
  height: 24px;
}._primaryButton_ikr10_1 {
  border-radius: 12px;
  background: var(--base-gradient);
  padding: 8px 40px;
  color: white;
  font-weight: 600;
  font-size: 20px;
  display: block;
}
@media screen and (max-width: 650px) {
  ._primaryButton_ikr10_1 {
    font-size: 16px;
    padding: 8px 50px;
  }
}
._dInput_ikr10_17 {
  width: 100%;
  padding: 11px 20px;
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  color: #000;
  background: #ffffff;
  border: 1px solid #e2e2e2;
  border-radius: 12px;
  box-sizing: border-box;
  max-width: 510px;
}
._dInput_ikr10_17::-moz-placeholder {
  font-style: italic;
  color: #555555;
}
._dInput_ikr10_17::placeholder {
  font-style: italic;
  color: #555555;
}
._dInput_ikr10_17:focus-visible {
  outline-color: var(--base-color);
}
@media screen and (max-width: 650px) {
  ._dInput_ikr10_17 {
    font-size: 16px;
    padding: 14px 20px;
  }
}
._noWrap_ikr10_44 {
  white-space: nowrap !important;
}
._themeIcon_ikr10_48 {
  color: var(--base-color);
}
._themeIcon_ikr10_48 rect {
  fill: currentColor !important;
}
._root_ikr10_55,
._avatar_ikr10_56 {
  background: linear-gradient(266.83deg, rgba(46, 154, 240, 0.79) 2.07%, rgba(46, 154, 240, 0) 52.09%), radial-gradient(97.49% 92.02% at 13.79% 12.23%, #75f9e3 0%, #60d6db 28.13%, #8851e1 100%);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-right: 10px;
  position: relative;
  border: 3px solid #f1f1f1;
}
._root_ikr10_55 span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
}
@media screen and (max-width: 1150px) {
  ._root_ikr10_55 span {
    font-size: 14px;
  }
}._modal_2kha8_1 {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(248, 247, 251, 0.9);
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2), 0px 10px 25px rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999999;
  box-sizing: border-box;
}

._modalFade_2kha8_20 {
  animation: _fade-in_2kha8_1 1s 1 linear;
  animation-fill-mode: forwards;
  opacity: 0;
}

._modalOverlay_2kha8_26 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

._modalClose_2kha8_34 {
  position: absolute;
  cursor: pointer;
  z-index: 999999;
  top: 20px;
  right: 20px;
}

._modalBody_2kha8_42 {
  z-index: 2;
  position: relative;
  margin: 0 auto;
  overflow-x: hidden;
  max-height: 100%;
  width: 100%;
  color: #c3c0c0;
  padding-bottom: 40px;
}

@keyframes _fade-in_2kha8_1 {
  0% {
    animation-timing-function: cubic-bezier(0.2242, 0.7499, 0.3142, 0.8148);
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}._root_1rhs9_1 {
  position: relative;
  width: 50%;
}

._button_1rhs9_6 {
  margin-top: 10px;
  display: inline-flex;
  align-items: center;
  padding: 10px 20px;
  font-size: 14px;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 5px;
  font-weight: 400;
  white-space: nowrap;
  
  color: #fff;
  width: 100%;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  z-index: 3;
  background-color: rgb(42, 161, 217);
  justify-content: space-between;
}

._button_1rhs9_6 svg {
  transform: rotateZ(270deg);
  transition: transform 0.3s;
  stroke: white;
  margin-left: 7px;
  width: 20px;
  height: 20px;
}

._activeShow_1rhs9_35 svg {
  transform: rotateZ(90deg);
}

._dropdown_1rhs9_39 {
  position: absolute;
  display: inline-block;
  transition: all 0.3s;
  background-color: #fff;
  border: 1px solid #ececec;
  border-radius: 5px;
  padding: 15px 25px;
  visibility: visible;
  opacity: 0;
  top: 0;
  left: 0;
  pointer-events: none;
}

._show_1rhs9_54 {
  z-index: 9;
  opacity: 1;
  top: 60px;
  visibility: visible;
  pointer-events: all;
}
._root_11ai3_1 {
  display: block;
  margin: 20px 0;
}

._button_11ai3_6 {
  position: relative;
  color: #fff;
  border: 1px solid #2aa1d9;
  border-radius: 5px;
  font-weight: 500;
  background: #2aa1d9;
  text-align: left;
  padding: 10px 20px;
  font-size: 14px;
  cursor: pointer;
  transition: opacity 0.3s;
  opacity: 1;
  display: flex;
  justify-content: space-between;
  width: 50%;
  align-items: center;
}

._button_11ai3_6:hover {
  opacity: 0.7;
}

._button_11ai3_6 svg {
  transform: rotateZ(90deg);
  transition: transform 0.3s;
  stroke: white;
  margin-left: 7px;
  width: 20px;
  height: 20px;
}

._activeButton_11ai3_38 svg {
  transform: rotateZ(-90deg);
}

._panel_11ai3_42 {
  transition: height 0.35s ease-in-out;
  overflow: hidden;
  height: 0px;
}

._acitve_11ai3_48 {
  color: white;
}


@media screen and (max-width: 1023px) {
  ._button_11ai3_6 {
    width: 75%;
  }
}
@media screen and (max-width: 720px) {
  ._button_11ai3_6 {
    width: 100%;
  }
}
._primaryButton_15xm3_1 {
  border-radius: 12px;
  background: var(--base-gradient);
  padding: 8px 40px;
  color: white;
  font-weight: 600;
  font-size: 20px;
  display: block;
}
@media screen and (max-width: 650px) {
  ._primaryButton_15xm3_1 {
    font-size: 16px;
    padding: 8px 50px;
  }
}
._dInput_15xm3_17 {
  width: 100%;
  padding: 11px 20px;
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  color: #000;
  background: #ffffff;
  border: 1px solid #e2e2e2;
  border-radius: 12px;
  box-sizing: border-box;
  max-width: 510px;
}
._dInput_15xm3_17::-moz-placeholder {
  font-style: italic;
  color: #555555;
}
._dInput_15xm3_17::placeholder {
  font-style: italic;
  color: #555555;
}
._dInput_15xm3_17:focus-visible {
  outline-color: var(--base-color);
}
@media screen and (max-width: 650px) {
  ._dInput_15xm3_17 {
    font-size: 16px;
    padding: 14px 20px;
  }
}
._noWrap_15xm3_44 {
  white-space: nowrap !important;
}
._themeIcon_15xm3_48 {
  color: var(--base-color);
}
._themeIcon_15xm3_48 rect {
  fill: currentColor !important;
}
._dInput_15xm3_17 {
  margin-bottom: 20px;
}
@media screen and (max-width: 650px) {
  ._dInput_15xm3_17 {
    margin-bottom: 10px;
  }
}
._icon_15xm3_64 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}._primaryButton_mu01o_1 {
  border-radius: 12px;
  background: var(--base-gradient);
  padding: 8px 40px;
  color: white;
  font-weight: 600;
  font-size: 20px;
  display: block;
}
@media screen and (max-width: 650px) {
  ._primaryButton_mu01o_1 {
    font-size: 16px;
    padding: 8px 50px;
  }
}
._dInput_mu01o_17 {
  width: 100%;
  padding: 11px 20px;
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  color: #000;
  background: #ffffff;
  border: 1px solid #e2e2e2;
  border-radius: 12px;
  box-sizing: border-box;
  max-width: 510px;
}
._dInput_mu01o_17::-moz-placeholder {
  font-style: italic;
  color: #555555;
}
._dInput_mu01o_17::placeholder {
  font-style: italic;
  color: #555555;
}
._dInput_mu01o_17:focus-visible {
  outline-color: var(--base-color);
}
@media screen and (max-width: 650px) {
  ._dInput_mu01o_17 {
    font-size: 16px;
    padding: 14px 20px;
  }
}
._noWrap_mu01o_44 {
  white-space: nowrap !important;
}
._themeIcon_mu01o_48 {
  color: var(--base-color);
}
._themeIcon_mu01o_48 rect {
  fill: currentColor !important;
}
._modal_mu01o_55 {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: var(--base-gradient);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999999;
  box-sizing: border-box;
  padding: 60px;
}
._wrapper_mu01o_73 {
  z-index: 2;
  position: relative;
  margin: 0 auto;
  overflow-x: hidden;
  max-height: 100%;
  width: 100%;
  background: #ffffff;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2), 0px 10px 25px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 60px 105px;
  box-sizing: border-box;
  max-width: 720px;
}
@media screen and (max-width: 1150px) {
  ._wrapper_mu01o_73 {
    padding: 60px;
  }
}
@media screen and (max-width: 650px) {
  ._wrapper_mu01o_73 {
    padding: 90px 20px 60px;
  }
}
._title_mu01o_98 {
  text-align: center;
  font-weight: 600;
  font-size: 34px;
  line-height: 120%;
  margin-bottom: 60px;
}
@media screen and (max-width: 650px) {
  ._title_mu01o_98 {
    font-size: 22px;
    margin-bottom: 20px;
  }
}
._logo_mu01o_112 {
  position: absolute;
  top: 20px;
  left: 20px;
}
._logo_mu01o_112 svg {
  width: 74px;
  height: 30px;
}._primaryButton_1yna9_1 {
  border-radius: 12px;
  background: var(--base-gradient);
  padding: 8px 40px;
  color: white;
  font-weight: 600;
  font-size: 20px;
  display: block;
}
@media screen and (max-width: 650px) {
  ._primaryButton_1yna9_1 {
    font-size: 16px;
    padding: 8px 50px;
  }
}
._dInput_1yna9_17 {
  width: 100%;
  padding: 11px 20px;
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  color: #000;
  background: #ffffff;
  border: 1px solid #e2e2e2;
  border-radius: 12px;
  box-sizing: border-box;
  max-width: 510px;
}
._dInput_1yna9_17::-moz-placeholder {
  font-style: italic;
  color: #555555;
}
._dInput_1yna9_17::placeholder {
  font-style: italic;
  color: #555555;
}
._dInput_1yna9_17:focus-visible {
  outline-color: var(--base-color);
}
@media screen and (max-width: 650px) {
  ._dInput_1yna9_17 {
    font-size: 16px;
    padding: 14px 20px;
  }
}
._noWrap_1yna9_44 {
  white-space: nowrap !important;
}
._themeIcon_1yna9_48 {
  color: var(--base-color);
}
._themeIcon_1yna9_48 rect {
  fill: currentColor !important;
}
._errors_1yna9_55 {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  color: #555555;
  flex-wrap: wrap;
  gap: 5px;
}
._errors_1yna9_55 span {
  display: flex;
  align-items: center;
}
._errors_1yna9_55 span:not(:last-child) {
  margin-right: 40px;
}
@media screen and (max-width: 650px) {
  ._errors_1yna9_55 span:not(:last-child) {
    margin-right: 20px;
  }
}
._errors_1yna9_55 svg {
  width: 16px;
  height: 16px;
  margin-left: 5px;
}
@media screen and (max-width: 650px) {
  ._errors_1yna9_55 {
    font-size: 12px;
  }
}
._label_1yna9_89 {
  position: relative;
}
._label_1yna9_89 svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  right: 20px;
}
._info_1yna9_101 {
  color: #555555;
  font-size: 16px;
  margin-top: 10px;
}
@media screen and (max-width: 650px) {
  ._info_1yna9_101 {
    font-size: 12px;
  }
}
._active_1yna9_112 svg path {
  fill: #00b763;
}
._dInput_1yna9_17 {
  height: 50px;
  padding-right: 55px;
}._primaryButton_1mnj7_1 {
  border-radius: 12px;
  background: var(--base-gradient);
  padding: 8px 40px;
  color: white;
  font-weight: 600;
  font-size: 20px;
  display: block;
}
@media screen and (max-width: 650px) {
  ._primaryButton_1mnj7_1 {
    font-size: 16px;
    padding: 8px 50px;
  }
}
._dInput_1mnj7_17 {
  width: 100%;
  padding: 11px 20px;
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  color: #000;
  background: #ffffff;
  border: 1px solid #e2e2e2;
  border-radius: 12px;
  box-sizing: border-box;
  max-width: 510px;
}
._dInput_1mnj7_17::-moz-placeholder {
  font-style: italic;
  color: #555555;
}
._dInput_1mnj7_17::placeholder {
  font-style: italic;
  color: #555555;
}
._dInput_1mnj7_17:focus-visible {
  outline-color: var(--base-color);
}
@media screen and (max-width: 650px) {
  ._dInput_1mnj7_17 {
    font-size: 16px;
    padding: 14px 20px;
  }
}
._noWrap_1mnj7_44 {
  white-space: nowrap !important;
}
._themeIcon_1mnj7_48 {
  color: var(--base-color);
}
._themeIcon_1mnj7_48 rect {
  fill: currentColor !important;
}
._overlay_1mnj7_55 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
}
._root_1mnj7_68 {
  background: white;
  padding: 20px;
  border-radius: 12px;
  max-width: 600px;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2), 0px 10px 25px rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  box-sizing: border-box;
}
._root_1mnj7_68 p {
  font-size: 20px;
  color: #000;
}
@media screen and (max-width: 1150px) {
  ._root_1mnj7_68 {
    max-width: 400px;
  }
}
@media screen and (max-width: 650px) {
  ._root_1mnj7_68 {
    max-width: 300px;
  }
}
._buttons_1mnj7_92 {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin-top: 20px;
}
@media screen and (max-width: 650px) {
  ._buttons_1mnj7_92 button {
    padding: 8px 35px;
  }
}._root_7u0wj_1 {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 40px;
}
._root_7u0wj_1 h1 {
  margin-bottom: 20px;
  text-align: center;
}