@font-face {
  font-family: Orbitron;
  src: url("../fonts/Orbitron-VariableFont_wght.woff2") format("woff2");
  font-weight: 400 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Montserrat;
  src: url("../fonts/Montserrat-VariableFont_wght.woff2") format("woff2");
  font-weight: 400 700;
  font-style: normal;
  font-display: swap;
}
:root {
  --button: #cc00be;
  --main-bg: #fffafc;
}
body {
  font-family: Orbitron, Arial, sans-serif;
  background: var(--main-bg);
  margin: 0;
  color: #28151f;
  box-sizing: border-box;
}
.app-container {
  max-width: 1440px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 834px) {
  .app-container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 1440px) {
  .app-container {
    padding-left: 120px;
    padding-right: 120px;
  }
}
._aboutSection_1icfj_1 {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  padding: 18px 0 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
._sectionTitle_1icfj_11 {
  color: #610030;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 24px;
  line-height: 1.1;
}
._blocksGrid_1icfj_19 {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
._blockRow_1icfj_26 {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
._blockTitle_1icfj_32 {
  color: #28151f;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 0;
  line-height: 1.2;
}
._blockText_1icfj_40 {
  color: #751545;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.32;
}
@media (min-width: 834px) {
  ._sectionTitle_1icfj_11 {
    font-size: 32px;
  }
  ._blocksGrid_1icfj_19 {
    gap: 36px;
  }
  ._blockRow_1icfj_26 {
    flex-direction: row;
    align-items: flex-start;
    gap: 24px;
  }
  ._blockTitle_1icfj_32 {
    width: 210px;
    flex-shrink: 0;
    font-size: 18px;
    text-align: right;
    margin-right: 0;
    padding-right: 0;
  }
  ._blockText_1icfj_40 {
    font-size: 15px;
    text-align: left;
    flex: 1 1 auto;
    max-width: 400px;
  }
}
@media (min-width: 1440px) {
  ._sectionTitle_1icfj_11 {
    font-size: 38px;
  }
  ._blockTitle_1icfj_32 {
    font-size: 20px;
    width: 250px;
  }
  ._blockText_1icfj_40 {
    font-size: 16px;
    max-width: 450px;
  }
}
._journeySection_310y4_1 {
  width: 100%;
  padding: 24px 0 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
._title_310y4_9 {
  color: #610030;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 12px;
  line-height: 1.1;
}
._blocksGrid_310y4_17 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  width: 100%;
}
._block_310y4_17 {
  padding: 14px 10px 14px 14px;
  color: #4f4f4f;
  font-family: Montserrat, Arial, sans-serif;
  position: relative;
  transition: color 0.15s;
  background: transparent;
}
._block_310y4_17:hover,
._block_310y4_17:focus-within {
  color: #610030;
}
._block_310y4_17:hover ._divider_310y4_35,
._block_310y4_17:focus-within ._divider_310y4_35 {
  background: #610030;
}
._block_310y4_17:hover ._blockTitle_310y4_38,
._block_310y4_17:hover ._blockText_310y4_38,
._block_310y4_17:hover ._blueText_310y4_38,
._block_310y4_17:focus-within ._blockTitle_310y4_38,
._block_310y4_17:focus-within ._blockText_310y4_38,
._block_310y4_17:focus-within ._blueText_310y4_38 {
  color: #610030;
}
._divider_310y4_35 {
  width: 100%;
  height: 2px;
  background: #4f4f4f;
  margin-bottom: 10px;
  transition: background 0.15s;
}
._blockTitle_310y4_38 {
  font-size: 18px;
  font-weight: 834;
  margin-bottom: 6px;
  color: #4f4f4f;
  transition: color 0.15s;
}
._blockText_310y4_38 {
  font-size: 14px;
  font-weight: 400;
  color: #4f4f4f;
  font-family: Montserrat, Arial, sans-serif;
  transition: color 0.15s;
  line-height: 1.35;
}
._blueText_310y4_38 {
  color: #cc00be;
  transition: color 0.15s;
}
@media (min-width: 834px) {
  ._title_310y4_9 {
    font-size: 28px;
  }
  ._blocksGrid_310y4_17 {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }
  ._block_310y4_17 {
    min-width: 170px;
    min-height: 180px;
  }
}
@media (min-width: 1440px) {
  ._title_310y4_9 {
    font-size: 32px;
  }
  ._blocksGrid_310y4_17 {
    gap: 32px;
  }
  ._block_310y4_17 {
    min-width: 210px;
    min-height: 210px;
    padding: 18px 16px;
  }
  ._blockTitle_310y4_38 {
    font-size: 20px;
  }
  ._blockText_310y4_38 {
    font-size: 16px;
  }
}
._section_1s838_6 {
  width: 100%;
  padding: 54px 0 0;
  margin-bottom: 60px;
}
._headerRow_1s838_12 {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 48px;
  margin-bottom: 40px;
}
._headerCol_1s838_20 {
  flex: 0 0 420px;
  display: flex;
  align-items: flex-start;
}
._descCol_1s838_26 {
  flex: 1 1 0%;
  display: flex;
  align-items: flex-start;
}
._title_1s838_32 {
  color: #8f0047;
  font-size: 58px;
  font-family: Orbitron, Arial, sans-serif;
  font-weight: 700;
  line-height: 1;
  margin: 0;
  padding: 0;
}
._desc_1s838_26 {
  color: #8f0047;
  font-size: 28px;
  font-family: Montserrat, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.33;
  margin: 6px 0 0;
  padding: 0;
}
._form_1s838_53 {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 26px;
  margin-top: 38px;
}
._inputWrap_1s838_62 {
  flex: 1 1 580px;
  max-width: 70vw;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
}
._input_1s838_62 {
  display: flex;
  height: 22px;
  padding: 20px 10px;
  align-items: center;
  gap: 10px;
  flex: 1 0 0;
  font-size: 18px;
  border: 1px solid var(--Secondary, #8f0047);
  border-radius: 0;
  background: transparent;
  color: #8f0047;
  font-family: Montserrat, Arial, sans-serif;
  transition: border 0.15s;
  outline: none;
}
._input_1s838_62:focus {
  border-color: var(--button, #cc00be);
}
._errorInput_1s838_92 {
  border-color: #99f53d;
}
._errorMsg_1s838_96 {
  color: #99f53d;
  font-size: 14px;
  margin-top: 4px;
  min-height: 18px;
  font-family: Montserrat, Arial, sans-serif;
  animation: _fade-in_1s838_1 0.3s;
}
@keyframes _fade-in_1s838_1 {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
._submitBtn_1s838_113 {
  border: 1px solid var(--button, #cc00be);
  background: var(--button, #cc00be);
  color: #fff;
  font-size: 30px;
  font-family: Orbitron, Arial, sans-serif;
  border-radius: 0;
  padding: 26px 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  min-width: 320px;
  transition: background 0.14s;
  height: 64px;
}
._submitBtn_1s838_113:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
._arrow_1s838_136 {
  display: inline-block;
  font-size: 26px;
  font-weight: 700;
  margin-left: 7px;
  vertical-align: middle;
}
@media (max-width: 1439px) {
  ._section_1s838_6 {
    padding: 44px 0 0;
  }
  ._headerCol_1s838_20 {
    flex-basis: 340px;
  }
  ._title_1s838_32 {
    font-size: 48px;
  }
  ._desc_1s838_26 {
    font-size: 24px;
  }
  ._input_1s838_62 {
    font-size: 18px;
  }
  ._submitBtn_1s838_113 {
    font-size: 26px;
    min-width: 270px;
    padding: 20px 0;
  }
}
@media (max-width: 833px) {
  ._section_1s838_6 {
    padding: 28px 0 0;
  }
  ._headerRow_1s838_12 {
    flex-direction: column;
    gap: 18px;
    margin-bottom: 32px;
  }
  ._headerCol_1s838_20,
  ._descCol_1s838_26 {
    flex-basis: unset;
  }
  ._title_1s838_32 {
    font-size: 32px;
  }
  ._desc_1s838_26 {
    font-size: 18px;
  }
  ._form_1s838_53 {
    flex-direction: column;
    gap: 16px;
    align-items: stretch;
    margin-top: 14px;
  }
  ._inputWrap_1s838_62 {
    flex-basis: unset;
    max-width: unset;
  }
  ._input_1s838_62 {
    font-size: 18px;
    height: 22px;
  }
  ._submitBtn_1s838_113 {
    font-size: 22px;
    min-width: 150px;
    padding: 16px 0;
  }
}
._faqSection_864qk_1 {
  background: #2e0017;
  margin-top: 40px;
  color: #fff;
  padding: 20px;
}
._title_864qk_8 {
  color: #fff;
  font-size: 30px;
  font-weight: 834;
  text-align: center;
  margin-bottom: 18px;
  line-height: 1.18;
}
._desc_864qk_17 {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 32px;
  line-height: 1.3;
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
}
._list_864qk_29 {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
._item_864qk_35 {
  border: 1px solid var(--Background, #fffafc);
  background: var(--Add-4, #2e0017);
  border-radius: 2px;
  overflow: hidden;
}
._question_864qk_42 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  width: 100%;
  padding: 20px 18px;
  background: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  text-align: left;
  transition: color 0.2s;
  gap: 18px;
}
._arrow_864qk_60 {
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 9px solid #fff;
  margin-left: 14px;
  transition: transform 0.2s;
}
._open_864qk_70 {
  transform: rotate(-180deg);
}
._answer_864qk_74 {
  background: transparent;
  color: #fff;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.34;
  padding: 16px 20px 18px;
  animation: _fadeIn_864qk_1 0.3s;
}
@keyframes _fadeIn_864qk_1 {
  0% {
    opacity: 0;
    transform: translateY(-8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (min-width: 834px) {
  ._faqSection_864qk_1 {
    margin-top: 60px;
  }
  ._title_864qk_8 {
    font-size: 38px;
  }
  ._desc_864qk_17 {
    font-size: 18px;
    max-width: 834px;
  }
  ._question_864qk_42 {
    font-size: 22px;
    padding: 26px 28px;
  }
  ._answer_864qk_74 {
    font-size: 18px;
    padding: 19px 28px 22px;
  }
  ._list_864qk_29 {
    gap: 24px;
  }
}
._section_1yzl2_1 {
  width: 100%;
  padding: 0 0 24px;
}
._title_1yzl2_6 {
  color: #610030;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.15;
}
._grid_1yzl2_14 {
  display: flex;
  flex-direction: column;
}
._item_1yzl2_19 {
  min-height: 230px;
  width: 100%;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
._textBlock_1yzl2_27 {
  background: var(--Add-4, #2e0017);
  color: #fff;
  padding: 40px 20px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
._itemTitle_1yzl2_36 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 18px;
  line-height: 1.15;
}
._itemText_1yzl2_43 {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.34;
}
._imgBlock_1yzl2_49 {
  background: transparent;
  padding: 0;
  display: flex;
  align-items: stretch;
  justify-content: stretch;
}
._imgBlock_1yzl2_49 img {
  display: block;
  width: 100%;
  height: 230px;
  object-fit: cover;
  object-position: center;
  margin: 0;
  padding: 0;
}
@media (min-width: 834px) {
  ._title_1yzl2_6 {
    font-size: 42px;
    margin-bottom: 34px;
  }
  ._grid_1yzl2_14 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    width: 100%;
    min-height: 480px;
  }
  ._item_1yzl2_19 {
    min-height: 250px;
    padding: 0;
    margin: 0;
  }
  ._item_1yzl2_19:nth-child(1) {
    grid-column: 1;
    grid-row: 1;
    border-bottom: none;
  }
  ._item_1yzl2_19:nth-child(2) {
    grid-column: 2;
    grid-row: 1;
  }
  ._item_1yzl2_19:nth-child(3) {
    grid-column: 2;
    grid-row: 2;
  }
  ._item_1yzl2_19:nth-child(4) {
    grid-column: 1;
    grid-row: 2;
  }
  ._textBlock_1yzl2_27 {
    padding: 48px 40px;
  }
  ._imgBlock_1yzl2_49 img {
    height: 100%;
    min-height: 240px;
    max-height: 320px;
  }
  ._itemTitle_1yzl2_36 {
    font-size: 28px;
  }
  ._itemText_1yzl2_43 {
    font-size: 17px;
  }
}
@media (min-width: 1440px) {
  ._title_1yzl2_6 {
    font-size: 54px;
    margin-bottom: 46px;
  }
  ._textBlock_1yzl2_27 {
    padding: 60px 54px;
  }
  ._imgBlock_1yzl2_49 img {
    min-height: 340px;
    max-height: 420px;
  }
  ._itemTitle_1yzl2_36 {
    font-size: 32px;
  }
  ._itemText_1yzl2_43 {
    font-size: 20px;
  }
}
._timerSection_1gcnq_1 {
  width: 100%;
  background: #fffafc;
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
._upRow_1gcnq_10 {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-height: 210px;
  justify-content: flex-start;
}
._title_1gcnq_21 {
  color: #610030;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 10px;
  z-index: 1;
  font-family: Orbitron, Arial, sans-serif;
}
._subtitle_1gcnq_30 {
  color: #8f0047;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 24px;
  text-align: left;
  z-index: 1;
}
._playBtn_1gcnq_40 {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--button, #cc00be);
  background: var(--button, #cc00be);
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  border-radius: 3px;
  padding: 13px 24px;
  cursor: pointer;
  font-family: Montserrat, Arial, sans-serif;
  transition: background 0.15s;
  gap: 10px;
  margin-bottom: 22px;
  width: 100%;
  max-width: 100%;
}
._arrow_1gcnq_60 {
  display: inline-block;
  font-size: 22px;
  font-weight: 700;
  margin-left: 7px;
  vertical-align: middle;
}
._ballsPic_1gcnq_68 {
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  height: 100%;
  z-index: 0;
}
@media (max-width: 930px) {
  ._ballsPic_1gcnq_68 {
    position: relative;
    right: 0;
    bottom: 0;
    top: 0;
    height: 100%;
    z-index: 0;
  }
}
._ballsBg_1gcnq_77 {
  height: 170px;
  width: auto;
  max-width: none;
  min-width: 120px;

  right: 0;
  bottom: 0;
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
  z-index: 0;
}
._bottomRow_1gcnq_90 {
  display: flex;
  flex-direction: column;
  gap: 26px;
  position: relative;
  z-index: 1;
  margin-top: 24px;
}
._timerCol_1gcnq_99 {
  width: 100%;
}
._timerBlock_1gcnq_103 {
  width: 100%;
  margin-bottom: 8px;
}
._timer_1gcnq_1 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
._timerItem_1gcnq_115 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}
._timerLabel_1gcnq_122 {
  color: #8f0047;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 3px;
}
._timerValue_1gcnq_130 {
  color: #610030;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1px;
}
._divider_1gcnq_137 {
  width: 1px;
  height: 34px;
  background: #610030;
  margin: 0 7px;
  border-radius: 2px;
  display: block;
}
._drawInfo_1gcnq_146 {
  display: flex;
  color: #8f0047;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  margin-top: 12px;
  align-items: center;
  justify-content: center;
}
._textCol_1gcnq_157 {
  position: relative;
  width: 100%;
  min-height: 120px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
._textBlock_1gcnq_166 {
  color: #8f0047;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.33;
  text-align: left;
  width: 100%;
  max-width: 100%;
  position: relative;
  z-index: 1;
}
@media (min-width: 834px) {
  ._title_1gcnq_21 {
    font-size: 44px;
    margin-bottom: 16px;
  }
  ._subtitle_1gcnq_30 {
    font-size: 18px;
    margin-bottom: 34px;
  }
  ._playBtn_1gcnq_40 {
    font-size: 20px;
    padding: 16px 34px;
    margin-bottom: 34px;
    max-width: 284px;
    width: 100%;
  }

  ._bottomRow_1gcnq_90 {
    flex-direction: row;
    gap: 48px;
    margin-top: 38px;
  }
  ._timerCol_1gcnq_99 {
    width: 420px;
    min-width: 320px;
    max-width: 500px;
  }
  ._textCol_1gcnq_157 {
    width: auto;
    min-width: 0;
    max-width: 500px;
    margin-top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  ._textBlock_1gcnq_166 {
    font-size: 19px;
    width: 100%;
    min-width: 0;
  }
  ._timerValue_1gcnq_130 {
    font-size: 34px;
  }
  ._timerLabel_1gcnq_122 {
    font-size: 15px;
    margin-bottom: 3px;
  }
  ._drawInfo_1gcnq_146 {
    font-size: 16px;
    margin-top: 14px;
  }
  ._divider_1gcnq_137 {
    height: 42px;
  }
}
@media (min-width: 1440px) {
  ._upRow_1gcnq_10 {
    min-height: 278px;
  }
  ._title_1gcnq_21 {
    font-size: 64px;
  }

  ._bottomRow_1gcnq_90 {
    gap: 120px;
    margin-top: 58px;
  }
  ._timerCol_1gcnq_99 {
    width: 470px;
    min-width: 370px;
    max-width: 570px;
  }
  ._textCol_1gcnq_157 {
    width: auto;
  }
  ._textBlock_1gcnq_166 {
    font-size: 23px;
    width: 100%;
  }
  ._timerValue_1gcnq_130 {
    font-size: 52px;
  }
  ._timerLabel_1gcnq_122 {
    font-size: 18px;
    margin-bottom: 3px;
  }
  ._drawInfo_1gcnq_146 {
    font-size: 18px;
    margin-top: 18px;
  }
  ._divider_1gcnq_137 {
    height: 59px;
    margin: 0 14px;
  }
}
._vipSection_1ofe1_1 {
  width: 100%;
  padding: 24px 0 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
._title_1ofe1_9 {
  color: #610030;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 12px;
  line-height: 1.1;
}
._vipImg_1ofe1_17 {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  display: block;
}
._blocksGrid_1ofe1_24 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  width: 100%;
}
._block_1ofe1_24 {
  padding: 14px 10px 14px 14px;
  color: #4f4f4f;
  font-family: Montserrat, Arial, sans-serif;
  position: relative;
}
._block_1ofe1_24:hover,
._block_1ofe1_24:focus-within {
  color: #610030;
}
._block_1ofe1_24:hover ._divider_1ofe1_40,
._block_1ofe1_24:hover ._blueDivider_1ofe1_40,
._block_1ofe1_24:focus-within ._divider_1ofe1_40,
._block_1ofe1_24:focus-within ._blueDivider_1ofe1_40 {
  background: #610030;
}
._block_1ofe1_24:hover ._blockTitle_1ofe1_43,
._block_1ofe1_24:focus-within ._blockTitle_1ofe1_43 {
  color: #610030;
}
._block_1ofe1_24:hover ._blockText_1ofe1_46,
._block_1ofe1_24:hover ._blueText_1ofe1_46,
._block_1ofe1_24:focus-within ._blockText_1ofe1_46,
._block_1ofe1_24:focus-within ._blueText_1ofe1_46 {
  color: #610030;
}
._divider_1ofe1_40 {
  width: 100%;
  height: 2px;
  background: #4f4f4f;
  margin-bottom: 10px;
  transition: background 0.15s;
}
._blueDivider_1ofe1_40 {
  width: 100%;
  height: 2px;
  background: #cc00be;
  margin-bottom: 10px;
  transition: background 0.15s;
}
._blockTitle_1ofe1_43 {
  font-size: 18px;
  font-weight: 834;
  margin-bottom: 6px;
  color: #4f4f4f;
  transition: color 0.15s;
}
._blockText_1ofe1_46 {
  font-size: 14px;
  font-weight: 400;
  color: #4f4f4f;
  font-family: Montserrat, Arial, sans-serif;
  transition: color 0.15s;
  line-height: 1.35;
}
._blueText_1ofe1_46 {
  color: #cc00be;
  transition: color 0.15s;
}
@media (min-width: 834px) {
  ._title_1ofe1_9 {
    font-size: 28px;
  }
  ._vipImg_1ofe1_17 {
    margin-bottom: 40px;
  }
  ._blocksGrid_1ofe1_24 {
    grid-template-columns: 1fr 1fr;
    gap: 26px;
  }
  ._block_1ofe1_24 {
    min-height: 188px;
  }
}
@media (min-width: 1440px) {
  ._vipSection_1ofe1_1 {
    padding-top: 32px;
  }
  ._title_1ofe1_9 {
    font-size: 34px;
  }
  ._vipImg_1ofe1_17 {
    margin-bottom: 40px;
  }
  ._blocksGrid_1ofe1_24 {
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
  }
  ._block_1ofe1_24 {
    min-width: 190px;
    min-height: 190px;
    padding: 18px 16px;
  }
  ._blockTitle_1ofe1_43 {
    font-size: 20px;
  }
  ._blockText_1ofe1_46 {
    font-size: 16px;
  }
}
._bg_152sa_6 {
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow-x: hidden;
  box-sizing: border-box;
}
._container_152sa_14 {
  width: 100%;
  max-width: 1440px;
  margin: 48px auto 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
}
._centeredBlock_152sa_24 {
  width: 100%;
  background: #ffdbfc;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  box-sizing: border-box;
}
._headerPanel_152sa_33 {
  background: #2e0017;
  width: 100%;
  box-sizing: border-box;
  padding: 40px 20px 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
._title_152sa_43 {
  font-family: Orbitron, Arial, sans-serif;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 12px;
  line-height: 1.13;
}
._subtitle_152sa_52 {
  font-family: Montserrat, Arial, sans-serif;
  color: #fff;
  font-size: 16px;
  margin: 0;
  font-weight: 400;
  line-height: 1.35;
}
._form_152sa_61 {
  width: 100%;
  box-sizing: border-box;
  padding: 40px 20px 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: stretch;
  background: #ffdbfc;
}
._inputGroup_152sa_72 {
  width: 100%;
  box-sizing: border-box;
}
._input_152sa_72 {
  width: 100%;
  height: 64px;
  padding: 20px 10px;
  font-size: 18px;
  border: 1px solid var(--Secondary, #8f0047);
  border-radius: 0;
  background: transparent;
  color: #8f0047;
  font-family: Montserrat, Arial, sans-serif;
  outline: none;
  box-sizing: border-box;
  transition: border 0.15s;
}
._input_152sa_72:focus {
  border-color: #cc00be;
}
._input_152sa_72::placeholder {
  color: #8f0047;
  opacity: 1;
}
._passwordWrap_152sa_101 {
  position: relative;
  display: flex;
  align-items: center;
}
._eyeBtn_152sa_107 {
  background: none;
  border: none;
  padding: 0 10px;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
}
._submitBtn_152sa_120 {
  width: 100%;
  border: 1px solid #cc00be;
  background: #cc00be;
  color: #fffafc;
  font-family: Orbitron, Arial, sans-serif;
  font-size: 22px;
  font-weight: 400;
  border-radius: 0;
  padding: 16px 0;
  margin: 0;
  cursor: pointer;
  transition: background 0.14s, color 0.14s;
  box-sizing: border-box;
}
._submitBtn_152sa_120:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
._errorMsg_152sa_141 {
  color: #99f53d;
  font-size: 15px;
  margin: 0 0 8px;
  font-family: Montserrat, Arial, sans-serif;
  text-align: left;
}
._linksBlock_152sa_149 {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-top: 10px;
  gap: 6px;
  box-sizing: border-box;
}
._leftLinks_152sa_158 {
  font-family: Montserrat, Arial, sans-serif;
  font-size: 16px;
  color: #2e0017;
}
._link_152sa_149 {
  color: #cc00be;
  text-decoration: underline;
  background: none;
  border: none;
  cursor: pointer;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 16px;
  padding: 0;
}
._forgotLink_152sa_175 {
  align-self: flex-start;
  margin-top: 2px;
}
@media (min-width: 834px) {
  ._container_152sa_14 {
    margin: 56px auto 0;
  }
  ._headerPanel_152sa_33 {
    padding: 40px 20px 20px;
  }
  ._form_152sa_61 {
    padding: 40px 20px 24px;
    gap: 22px;
  }
  ._title_152sa_43 {
    font-size: 2.8rem;
  }
  ._subtitle_152sa_52 {
    font-size: 19px;
  }
  ._input_152sa_72 {
    font-size: 22px;
  }
  ._linksBlock_152sa_149 {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 0;
  }
  ._leftLinks_152sa_158,
  ._link_152sa_149,
  ._forgotLink_152sa_175 {
    font-size: 18px;
  }
  ._forgotLink_152sa_175 {
    align-self: auto;
    margin-top: 0;
  }
}
@media (min-width: 1440px) {
  ._container_152sa_14 {
    max-width: 1440px;
    margin: 64px auto 0;
  }
  ._centeredBlock_152sa_24 {
    margin: 0 auto;
  }
  ._headerPanel_152sa_33 {
    padding: 40px 20px 20px;
  }
  ._form_152sa_61 {
    padding: 40px 20px 24px;
    margin: 0 auto;
    gap: 28px;
  }
  ._title_152sa_43 {
    font-size: 3.2rem;
  }
  ._input_152sa_72 {
    font-size: 26px;
  }
  ._linksBlock_152sa_149,
  ._leftLinks_152sa_158,
  ._link_152sa_149,
  ._forgotLink_152sa_175 {
    font-size: 20px;
  }
}
:root {
  --Secondary: #8f0047;
  --button: #e557d7;
}
._bg_1u4dg_6 {
  min-height: 100vh;
  background: #faf4f7;
  display: flex;
  flex-direction: column;
  align-items: center;
}
._container_1u4dg_14 {
  width: 100%;
  max-width: 1440px;
  margin: 40px auto 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
}
._centeredBlock_1u4dg_24 {
  width: 100%;
  background: #fad6f7;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  box-sizing: border-box;
  padding-bottom: 60px;
}
._headerPanel_1u4dg_34 {
  background: #320118;
  width: 100%;
  min-height: 200px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 48px 44px 28px;
}
._title_1u4dg_45 {
  color: #fff;
  font-family: Orbitron, Arial, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.15;
  margin: 0;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
._form_1u4dg_56 {
  margin: 48px auto 0;
  max-width: 520px;
  width: 100%;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 18px;
  background: none;
}
._inputWrap_1u4dg_68 {
  width: 100%;
  position: relative;
  margin-bottom: 0;
}
._input_1u4dg_68 {
  width: 100%;
  height: 68px;
  font-size: 2rem;
  font-family: Montserrat, Arial, sans-serif;
  border: 2px solid #8f0047;
  border-radius: 0;
  outline: none;
  background: #fad6f7;
  color: #610030;
  padding: 0 24px;
  transition: border 0.14s;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  position: relative;
}
._input_1u4dg_68:focus {
  border-color: #e557d7;
}
._input_1u4dg_68::placeholder {
  color: #8f0047;
  opacity: 1;
}
._input_1u4dg_68[type="date"] {
  padding-right: 58px;
  color-scheme: light;
}
._input_1u4dg_68[type="date"]:not(:focus):not(
    [value]
  )::-webkit-input-placeholder {
  color: transparent;
}
._input_1u4dg_68[type="date"]:not(:focus):not([value])::-moz-placeholder {
  color: transparent;
}
._input_1u4dg_68[type="date"]:not(:focus):not([value]):-ms-input-placeholder {
  color: transparent;
}
._input_1u4dg_68[type="date"]:not(:focus):not([value])::placeholder {
  color: transparent;
}
._input_1u4dg_68[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 0;
  pointer-events: none;
}
._input_1u4dg_68[type="date"]::-moz-calendar-picker-indicator {
  opacity: 0;
  pointer-events: none;
}
._input_1u4dg_68[type="date"]::-ms-clear,
._input_1u4dg_68[type="date"]::-ms-expand {
  display: none;
}
._input_1u4dg_68[type="date"]::-o-calendar-picker-indicator {
  opacity: 0;
  pointer-events: none;
}
._input_1u4dg_68[type="date"]::-webkit-input-placeholder {
  color: transparent;
}
._inputDatePlaceholder_1u4dg_150 {
  position: absolute;
  left: 24px;
  top: 50%;
  transform: translateY(-50%);
  color: #8f0047;
  font-size: 2rem;
  font-family: Montserrat, Arial, sans-serif;
  pointer-events: none;
  opacity: 0.7;
  -webkit-user-select: none;
  user-select: none;
}
._inputIconWrap_1u4dg_163 {
  position: relative;
  display: flex;
  align-items: center;
}
._inputIcon_1u4dg_163 {
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  display: flex;
  align-items: center;
  z-index: 1;
}
._errorMsg_1u4dg_180 {
  color: #99f53d;
  font-size: 1.2rem;
  font-family: Montserrat, Arial, sans-serif;
  min-height: 18px;
  margin: 4px 0 0 4px;
}
._submitBtn_1u4dg_188 {
  width: 100%;
  border: 1.5px solid var(--button, #e557d7);
  background: var(--button, #e557d7);
  color: #fff;
  font-size: 2rem;
  font-family: Orbitron, Arial, sans-serif;
  font-weight: 400;
  border-radius: 0;
  padding: 22px 0;
  cursor: pointer;
  margin-top: 22px;
  transition: background 0.14s, color 0.14s;
}
._submitBtn_1u4dg_188:disabled {
  opacity: 0.65;
  cursor: not-allowed;
}
@media (max-width: 900px) {
  ._headerPanel_1u4dg_34 {
    padding: 30px 18px 18px;
    min-height: 140px;
  }
  ._title_1u4dg_45 {
    font-size: 2.2rem;
  }
  ._form_1u4dg_56 {
    margin-top: 30px;
    max-width: 95vw;
  }
  ._input_1u4dg_68 {
    font-size: 1.3rem;
    height: 52px;
    padding: 0 13px;
  }
  ._inputDatePlaceholder_1u4dg_150 {
    font-size: 1.3rem;
    left: 13px;
  }
  ._submitBtn_1u4dg_188 {
    font-size: 1.2rem;
    padding: 15px 0;
    margin-top: 16px;
  }
}
._bg_1tsl8_6 {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #faf4f7;
  min-height: 100vh;
  width: 100%;
}
._container_1tsl8_15 {
  width: 100%;
  max-width: 1440px;
  margin: 48px auto 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
}
._centeredBlock_1tsl8_25 {
  width: 100%;
  background: #ffdbfc;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  box-sizing: border-box;
}
._headerPanel_1tsl8_34 {
  background: #2e0017;
  color: #fff;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 190px;
  padding: 0 20px;
  box-sizing: border-box;
}
._title_1tsl8_46 {
  font-family: Orbitron, Arial, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  margin: 0;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  min-height: 0;
}
._subtitle_1tsl8_59 {
  font-size: 16px;
  color: #fff;
  font-family: Montserrat, Arial, sans-serif;
  line-height: 1.25;
  margin: 8px 0 0;
}
._form_1tsl8_67 {
  width: 100%;
  box-sizing: border-box;
  padding: 40px 20px 24px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: stretch;
  background: #ffdbfc;
}
._input_1tsl8_78 {
  border: 1px solid var(--Secondary, #8f0047);
  background: transparent;
  color: #8f0047;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 17px;
  height: 44px;
  padding: 0 13px;
  border-radius: 0;
  outline: none;
  box-sizing: border-box;
  transition: border 0.13s;
  width: 100%;
  resize: none;
}
._input_1tsl8_78:focus {
  border-color: #cc00be;
}
._input_1tsl8_78::placeholder {
  color: #8f0047;
  opacity: 1;
}
._errorInput_1tsl8_103 {
  border-color: #99f53d !important;
}
._errorMsg_1tsl8_107 {
  color: #99f53d;
  font-size: 13px;
  font-family: Montserrat, Arial, sans-serif;
  min-height: 16px;
  margin-bottom: 2px;
}
._checkboxLabel_1tsl8_115 {
  font-size: 14px;
  color: #8f0047;
  margin: 12px 0 0;
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: Montserrat, Arial, sans-serif;
  -webkit-user-select: none;
  user-select: none;
}
._checkboxLabel_1tsl8_115 input[type="checkbox"] {
  display: none;
}
._clickCheckbox_1tsl8_130 {
  width: 18px;
  height: 18px;
  border: 2px solid #1005b3;
  background: #fff;
  border-radius: 2px;
  margin-right: 6px;
  display: inline-block;
  position: relative;
}
._checkboxLabel_1tsl8_115 input:checked + ._clickCheckbox_1tsl8_130 {
  background: #1005b3;
  border: 2px solid #1005b3;
}
._checkboxLabel_1tsl8_115 input:checked + ._clickCheckbox_1tsl8_130:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 2px;
  width: 4px;
  height: 9px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
._privacyLink_1tsl8_158 {
  color: #cc00be;
  text-decoration: underline;
}
._submitBtn_1tsl8_163 {
  background: #cc00be;
  border: 1.5px solid #cc00be;
  color: #fff;
  font-size: 19px;
  font-family: Orbitron, Arial, sans-serif;
  border-radius: 0;
  padding: 13px 0;
  margin-top: 14px;
  cursor: pointer;
  transition: background 0.13s;
  width: 100%;
}
._submitBtn_1tsl8_163:disabled {
  opacity: 0.55;
  cursor: not-allowed;
}
@media (min-width: 834px) {
  ._container_1tsl8_15 {
    margin: 56px auto 0;
  }
  ._headerPanel_1tsl8_34 {
    min-height: 230px;
    padding: 0 40px;
  }
  ._title_1tsl8_46 {
    font-size: 2.8rem;
  }
  ._subtitle_1tsl8_59 {
    font-size: 19px;
  }
  ._form_1tsl8_67 {
    padding: 48px 40px 32px;
    gap: 18px;
  }
  ._input_1tsl8_78 {
    font-size: 21px;
    height: 56px;
    padding: 0 16px;
  }
  ._checkboxLabel_1tsl8_115 {
    font-size: 16px;
  }
  ._submitBtn_1tsl8_163 {
    font-size: 23px;
    padding: 17px 0;
  }
}
@media (min-width: 1440px) {
  ._container_1tsl8_15 {
    max-width: 1440px;
    margin: 64px auto 0;
  }
  ._centeredBlock_1tsl8_25 {
    margin: 0 auto;
  }
  ._headerPanel_1tsl8_34 {
    min-height: 270px;
    padding: 0 40px;
  }
  ._form_1tsl8_67 {
    padding: 60px 40px 40px;
    gap: 24px;
    margin: 0 auto;
  }
  ._title_1tsl8_46 {
    font-size: 3.2rem;
  }
  ._input_1tsl8_78 {
    font-size: 26px;
    height: 64px;
  }
  ._submitBtn_1tsl8_163 {
    font-size: 27px;
    padding: 22px 0;
  }
  ._checkboxLabel_1tsl8_115 {
    font-size: 18px;
  }
}
:root {
  --Secondary: #8f0047;
  --button: #cc00be;
}
._bg_16wos_6 {
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow-x: hidden;
  background: #faf4f7;
  min-height: 100vh;
}
._container_16wos_15 {
  width: 100%;
  max-width: 1440px;
  margin: 48px auto 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
}
._centeredBlock_16wos_25 {
  width: 100%;
  background: #ffdbfc;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  box-sizing: border-box;
}
._header_16wos_34 {
  background: #2e0017;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 190px;
  padding: 0 20px;
  box-sizing: border-box;
}
._title_16wos_45 {
  font-family: Orbitron, Arial, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  margin: 0;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  min-height: 0;
}
._subtitle_16wos_58 {
  font-size: 16px;
  color: #fff;
  font-family: Montserrat, Arial, sans-serif;
  line-height: 1.25;
  margin: 8px 0 0;
}
._form_16wos_66 {
  width: 100%;
  box-sizing: border-box;
  padding: 40px 20px 24px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: stretch;
  background: #ffdbfc;
}
._formGroup_16wos_77 {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
._label_16wos_83 {
  color: #3a1729;
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 4px;
  margin-top: 0;
}
._input_16wos_91 {
  border: 1px solid var(--Secondary, #8f0047);
  background: transparent;
  color: #8f0047;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 17px;
  height: 44px;
  padding: 0 13px;
  border-radius: 0;
  outline: none;
  box-sizing: border-box;
  transition: border 0.13s;
  width: 100%;
}
._input_16wos_91:focus {
  border-color: #cc00be;
}
._input_16wos_91::placeholder {
  color: #8f0047;
  opacity: 1;
}
._passwordWrap_16wos_115 {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
}
._passwordWrap_16wos_115 ._input_16wos_91 {
  width: 100%;
  padding-right: 44px;
}
._eyeBtn_16wos_127 {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  outline: none;
  display: flex;
  align-items: center;
  z-index: 2;
  height: 28px;
}
._row2_16wos_143 {
  display: flex;
  gap: 10px;
  flex-direction: row;
}
._row2_16wos_143 > ._input_16wos_91 {
  flex: 1 1 0;
}
._errorInput_16wos_153 {
  border-color: #99f53d !important;
}
._error_16wos_153 {
  color: #99f53d;
  font-size: 13px;
  min-height: 16px;
  margin-bottom: 2px;
}
._checkboxLabel_16wos_164 {
  font-size: 14px;
  color: #8f0047;
  margin: 12px 0 0;
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: Montserrat, Arial, sans-serif;
  -webkit-user-select: none;
  user-select: none;
}
._checkboxLabel_16wos_164 input[type="checkbox"] {
  display: none;
}
._clickCheckbox_16wos_179 {
  width: 18px;
  height: 18px;
  border: 2px solid #1005b3;
  background: #fff;
  border-radius: 2px;
  margin-right: 6px;
  display: inline-block;
  position: relative;
}
._checkboxLabel_16wos_164 input:checked + ._clickCheckbox_16wos_179 {
  background: #1005b3;
  border: 2px solid #1005b3;
}
._checkboxLabel_16wos_164 input:checked + ._clickCheckbox_16wos_179:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 2px;
  width: 4px;
  height: 9px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
._privacyLink_16wos_207 {
  color: #cc00be;
  text-decoration: underline;
}
._submitBtn_16wos_212 {
  background: #cc00be;
  border: 1.5px solid #cc00be;
  color: #fff;
  font-size: 19px;
  font-family: Orbitron, Arial, sans-serif;
  border-radius: 0;
  padding: 13px 0;
  margin-top: 14px;
  cursor: pointer;
  transition: background 0.13s;
  width: 100%;
}
._submitBtn_16wos_212:disabled {
  opacity: 0.55;
  cursor: not-allowed;
}
@media (min-width: 834px) {
  ._container_16wos_15 {
    margin: 56px auto 0;
  }
  ._header_16wos_34 {
    min-height: 230px;
    padding: 0 40px;
  }
  ._title_16wos_45 {
    font-size: 2.8rem;
  }
  ._subtitle_16wos_58 {
    font-size: 19px;
  }
  ._form_16wos_66 {
    padding: 48px 40px 32px;
    gap: 18px;
  }
  ._formGroup_16wos_77 {
    gap: 14px;
  }
  ._input_16wos_91 {
    font-size: 21px;
    height: 56px;
    padding: 0 16px;
  }
  ._passwordWrap_16wos_115 ._input_16wos_91 {
    padding-right: 50px;
  }
  ._row2_16wos_143 {
    gap: 16px;
  }
  ._checkboxLabel_16wos_164 {
    font-size: 16px;
  }
  ._submitBtn_16wos_212 {
    font-size: 23px;
    padding: 17px 0;
  }
}
@media (min-width: 1440px) {
  ._container_16wos_15 {
    max-width: 1440px;
    margin: 64px auto 0;
  }
  ._centeredBlock_16wos_25 {
    margin: 0 auto;
  }
  ._header_16wos_34 {
    min-height: 270px;
    padding: 0 40px;
  }
  ._form_16wos_66 {
    padding: 60px 40px 40px;
    gap: 24px;
    margin: 0 auto;
  }
  ._title_16wos_45 {
    font-size: 3.2rem;
  }
  ._input_16wos_91 {
    font-size: 26px;
    height: 64px;
  }
  ._passwordWrap_16wos_115 ._input_16wos_91 {
    padding-right: 56px;
  }
  ._submitBtn_16wos_212 {
    font-size: 27px;
    padding: 22px 0;
  }
  ._checkboxLabel_16wos_164 {
    font-size: 18px;
  }
}
._bg_cg615_1 {
  min-height: 100vh;
  background: #faf4f7;
  display: flex;
  align-items: center;
  justify-content: center;
}
._content_cg615_9 {
  max-width: 900px;
  width: 100%;
  margin: 32px auto;
  background: #faf4f7;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  padding: 32px 18px 48px;
}
._text_cg615_21 {
  color: #610030;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 32px;
}
._svgWrap_cg615_31 {
  display: flex;
  justify-content: center;
  width: 100%;
}
._svg404_cg615_37 {
  display: block;
  width: 350px;
  height: auto;
  max-width: 90vw;
}
@media (min-width: 601px) {
  ._svg404_cg615_37 {
    width: 505px;
  }
}
@media (max-width: 900px) {
  ._content_cg615_9 {
    max-width: 98vw;
    padding: 18px 6px 28px;
  }
  ._svg404_cg615_37 {
    width: 230px;
  }
}
@media (max-width: 500px) {
  ._svg404_cg615_37 {
    width: 120px;
  }
}
._container_ifhh5_1 {
  max-width: 950px;
  margin: 0 auto 36px;
  border-radius: 0 0 16px 16px;
  overflow: hidden;
}
._header_ifhh5_8 {
  background-color: #2e0017;
  color: #fff;
  padding: 20px;
  position: relative;
  display: flex;
  align-items: center;
  min-height: 112px;
  background-repeat: no-repeat;
  background-position: top right;
  background-size: contain;
}
._title_ifhh5_21 {
  font-family: Orbitron, Arial, sans-serif;
  font-size: 44px;
  font-weight: 700;
  margin: 0;
  letter-spacing: 1px;
  line-height: 1.1;
  z-index: 1;
}
._content_ifhh5_31 {
  background: #fae0fa;
  box-sizing: border-box;
  padding: 36px 38px 38px;
  font-family: Montserrat, Arial, sans-serif;
  color: #610030;
  font-size: 18px;
}
._content_ifhh5_31 p {
  margin: 0 0 19px;
  line-height: 1.38;
}
._content_ifhh5_31 ul {
  margin: 0 0 22px 25px;
  padding: 0;
}
._content_ifhh5_31 li {
  margin-bottom: 13px;
  font-size: 17px;
  line-height: 1.38;
  list-style: disc;
}
@media (max-width: 1050px) {
  ._container_ifhh5_1 {
    max-width: 99vw;
  }
  ._header_ifhh5_8,
  ._content_ifhh5_31 {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 700px) {
  ._header_ifhh5_8 {
    padding: 22px 12px 14px;
    background-size: 110px auto;
    min-height: 60px;
  }
  ._title_ifhh5_21 {
    font-size: 25px;
  }
  ._content_ifhh5_31 {
    padding: 18px 8px 28px;
    font-size: 14px;
  }
  ._content_ifhh5_31 li {
    font-size: 13.5px;
  }
}
._header_1nnfd_1 {
  width: 100%;
  background: var(--main-bg);
  padding-top: 10px;
  padding-bottom: 10px;
}
._inner_1nnfd_8 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  width: 100%;
}
._logo_1nnfd_16 {
  height: 14px;
  width: auto;
  display: block;
}
._actions_1nnfd_22 {
  display: flex;
  width: 100%;
  justify-content: center;
  gap: 20px;
}
._registerBtn_1nnfd_29 {
  display: flex;
  padding: 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex: 1 0 0;
  border: 1px solid var(--button, #cc00be);
  color: var(--button, #cc00be);
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  background: transparent;
  border-radius: 0;
  transition: background 0.15s;
}
._registerBtn_1nnfd_29:hover {
  background: #cc00be0d;
}
._loginBtn_1nnfd_49 {
  display: flex;
  align-items: center;
  color: var(--button, #cc00be);
  font-size: 18px;
  font-weight: 400;
  text-decoration: underline;
  border: none;
  background: none;
  padding: 0 8px;
  cursor: pointer;
}
@media (min-width: 834px) {
  ._inner_1nnfd_8 {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 0;
  }
  ._logo_1nnfd_16 {
    margin-bottom: 0;
    margin-top: 0;
    text-align: left;
  }
  ._actions_1nnfd_22 {
    width: auto;
    justify-content: flex-end;
    gap: 32px;
    flex-shrink: 0;
  }
  ._registerBtn_1nnfd_29,
  ._loginBtn_1nnfd_49 {
    font-size: 22px;
  }
}
._footer_1x004_1 {
  width: 100%;
  background: var(--main-bg);
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-top: 40px;
}
._content_1x004_11 {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
._info_1x004_17 {
  margin-bottom: 12px;
}
._title_1x004_21 {
  color: #610030;
  font-size: 30px;
  font-weight: 500;
  margin: 0 0 14px;
  text-align: left;
}
._text_1x004_29 {
  color: #8f0047;
  font-size: 18px;
  font-weight: 400;
  margin: 0;
  text-align: left;
  line-height: 1.3;
}
._text_1x004_29 a {
  color: #8f0047;
  text-decoration: underline;
  word-break: break-all;
}
._images_1x004_44 {
  display: flex;
  flex-direction: column;
  gap: 22px;
  align-items: center;
  margin-bottom: 20px;
}
._image_1x004_44 {
  max-width: 170px;
  height: auto;
  display: block;
}
._links_1x004_58 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  margin-bottom: 8px;
}
._link_1x004_58 {
  color: #8f0047;
  font-size: 18px;
  font-weight: 400;
  text-decoration: underline;
  background: none;
  border: none;
  cursor: pointer;
  transition: color 0.15s;
}
@media (min-width: 834px) {
  ._content_1x004_11 {
    flex-direction: row;
    justify-content: space-between;
    gap: 32px;
  }
  ._info_1x004_17 {
    flex: 0 1 54%;
    margin-bottom: 0;
  }
  ._images_1x004_44 {
    flex: 0 1 46%;
    align-items: flex-end;
    gap: 28px;
    margin-bottom: 0;
  }
  ._links_1x004_58 {
    justify-content: flex-end;
    margin-right: 16px;
  }
}
@media (min-width: 1440px) {
  ._footer_1x004_1 {
    padding-bottom: 16px;
  }
  ._content_1x004_11 {
    align-items: flex-start;
    gap: 60px;
  }
  ._title_1x004_21 {
    font-size: 48px;
    margin-bottom: 24px;
    text-align: left;
  }
  ._text_1x004_29 {
    font-size: 22px;
  }
  ._images_1x004_44 {
    display: grid;
    grid-template-columns: repeat(2, minmax(110px, 170px));
    grid-template-rows: repeat(2, auto);
    gap: 32px 48px;
    align-items: center;
    justify-items: start;
  }
  ._image_1x004_44 {
    max-width: 170px;
  }
  ._links_1x004_58 {
    justify-content: flex-end;
    margin-right: 44px;
    gap: 44px;
  }
}
._banner_blmhz_1 {
  width: 100%;
  background: #4f4f4f;
  color: #fffafc;
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 16px 14px;
  box-sizing: border-box;
}
._icon_blmhz_12 {
  width: 28px;
  height: 28px;
  margin-top: 2px;
  flex-shrink: 0;
}
._text_blmhz_19 {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.33;
  display: block;
}
._underline_blmhz_26 {
  color: #fff;
  text-decoration: underline;
}
@media (min-width: 834px) {
  ._banner_blmhz_1 {
    padding: 16px 40px;
    align-items: center;
    gap: 20px;
  }
  ._icon_blmhz_12 {
    width: 30px;
    height: 30px;
    margin-top: 0;
  }
}
@media (min-width: 1440px) {
  ._banner_blmhz_1 {
    padding: 18px 120px;
    justify-content: center;
    font-size: 18px;
    gap: 30px;
  }
  ._icon_blmhz_12 {
    width: 34px;
    height: 34px;
  }
  ._text_blmhz_19 {
    font-size: 18px;
  }
}
._backdrop_1dsfb_1 {
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: all;
  overscroll-behavior: contain;
}
._blur_1dsfb_15 {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  background: #2b082430;
  z-index: 0;
}
._popup_1dsfb_26 {
  background: #fffafc;
  border-radius: 0;
  box-shadow: 0 2px 20px #3f0e381f;
  padding: 38px 34px;
  min-width: 390px;
  max-width: 700px;
  width: 100%;
  max-height: 94vh;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  z-index: 1;
}
._title_1dsfb_43 {
  color: #610030;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 35px;
  font-weight: 500;
  margin: 0 0 22px;
}
._desc_1dsfb_51 {
  color: #610030;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 20px;
  margin: 0 0 30px;
  line-height: 1.3;
}
._btnRow_1dsfb_59 {
  display: flex;
  gap: 32px;
  width: 100%;
  margin-top: 10px;
}
._accept_1dsfb_66 {
  flex: 1 1 0;
  background: #cc00be;
  color: #fff;
  font-family: Orbitron, Arial, sans-serif;
  font-size: 28px;
  border: none;
  border-radius: 0;
  padding: 18px 0;
  cursor: pointer;
  transition: background 0.12s;
  margin: 0;
}
._decline_1dsfb_80 {
  flex: 1 1 0;
  background: transparent;
  color: #cc00be;
  border: 2px solid #cc00be;
  font-family: Orbitron, Arial, sans-serif;
  font-size: 28px;
  border-radius: 0;
  padding: 18px 0;
  cursor: pointer;
  margin: 0;
}
@media (max-width: 750px) {
  ._popup_1dsfb_26 {
    padding: 22px 10px;
    min-width: 0;
    max-width: 96vw;
  }
  ._title_1dsfb_43 {
    font-size: 24px;
    margin-bottom: 14px;
  }
  ._desc_1dsfb_51 {
    font-size: 15px;
    margin-bottom: 22px;
  }
  ._btnRow_1dsfb_59 {
    flex-direction: column;
    gap: 16px;
  }
  ._accept_1dsfb_66,
  ._decline_1dsfb_80 {
    font-size: 18px;
    padding: 13px 0;
  }
}
