.a4Nfeq_container {
  z-index: 50;
  background-color: #f0f8ff93;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: fixed;
  inset: 0;
}

._8ZbzdG_container {
  padding-top: var(--header-height);
  padding-bottom: var(--footer-height);
  background-color: var(--bg-main);
  flex-direction: column;
  flex-grow: 1;
  justify-content: space-between;
  align-items: center;
  min-height: 100vh;
  display: flex;
  position: relative;
}

@media (width <= 767px) {
  ._8ZbzdG_container {
    padding-bottom: var(--footer-height-tablet);
  }
}

@media (width <= 480px) {
  ._8ZbzdG_container {
    padding-bottom: var(--footer-height-mobile);
  }
}

._1nQ64q_header {
  height: var(--header-height);
  z-index: var(--z-level-5);
  background-color: var(--color-primary);
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  display: flex;
  position: fixed;
  top: 0;
}

._1nQ64q_logo {
  height: calc(var(--header-height)  - 1.3rem);
  justify-content: center;
  align-items: center;
  display: flex;
  transform: translateX(-25vw);
}

@media (width <= 480px) {
  ._1nQ64q_logo {
    transform: translateX(0);
  }
}

.zH68fW_footerPrimary {
  background-color: var(--color-primary);
}

@media (width <= 767px) {
  .zH68fW_footerPrimary {
    background-color: var(--color-secondary);
  }
}

.zH68fW_footerSecondary {
  background-color: var(--color-secondary);
}

@media (width <= 767px) {
  .zH68fW_footerSecondary {
    background-color: var(--color-primary);
  }
}

.zH68fW_footerTextPrimary {
  color: var(--color-primary);
}

@media (width <= 767px) {
  .zH68fW_footerTextPrimary {
    color: var(--color-white);
  }
}

.zH68fW_footerTextSecondary {
  color: var(--color-white);
}

@media (width <= 767px) {
  .zH68fW_footerTextSecondary {
    color: var(--color-primary);
  }
}

.zH68fW_container {
  height: var(--footer-height);
  z-index: 999;
  flex-direction: row;
  align-items: center;
  width: 100%;
  display: flex;
  position: fixed;
  bottom: 0;
}

@media (width <= 1200px) {
  .zH68fW_container {
    height: var(--footer-height-small-desktop);
  }
}

@media (width <= 767px) {
  .zH68fW_container {
    height: var(--footer-height-tablet);
    flex-wrap: wrap;
  }
}

@media (width <= 480px) {
  .zH68fW_container {
    height: var(--footer-height-mobile);
  }
}

.zH68fW_contact, .zH68fW_links, .zH68fW_rights {
  font-size: var(--font-footer);
  flex-direction: column;
  flex: 1;
  align-items: center;
  display: flex;
}

@media (width <= 1200px) {
  .zH68fW_contact, .zH68fW_links, .zH68fW_rights {
    font-size: var(--font-footer-small-desktop);
  }
}

@media (width <= 767px) {
  .zH68fW_contact, .zH68fW_links, .zH68fW_rights {
    font-size: var(--font-footer-tablet);
  }
}

@media (width <= 480px) {
  .zH68fW_contact, .zH68fW_links, .zH68fW_rights {
    font-size: var(--font-footer-mobile);
  }
}

.zH68fW_contact {
  justify-content: center;
  align-items: flex-start;
  padding-left: 20px;
}

@media (width <= 767px) {
  .zH68fW_contact {
    flex: 1 0 50%;
    order: 1;
    min-width: 50%;
  }
}

.zH68fW_contact .zH68fW_contactInsideContainer {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: .3rem;
  display: flex;
}

.zH68fW_links {
  justify-content: center;
  align-items: center;
}

.zH68fW_links span {
  margin: 0 10px;
}

@media (width <= 767px) {
  .zH68fW_links {
    flex-direction: column;
    flex: 1 0 50%;
    order: 2;
    align-items: flex-end;
    min-width: 50%;
    padding-right: 20px;
  }

  .zH68fW_links a {
    text-align: left;
  }
}

.zH68fW_links .zH68fW_linksInsideContainer {
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: .3rem;
  display: flex;
}

@media (width <= 767px) {
  .zH68fW_links .zH68fW_linksInsideContainer {
    flex-direction: column;
    align-items: flex-start;
  }
}

.zH68fW_rights {
  justify-content: center;
  align-items: flex-end;
  padding-right: 20px;
}

@media (width <= 767px) {
  .zH68fW_rights {
    flex: 0 100%;
    order: 3;
    align-items: center;
    width: 100%;
    padding-right: 0;
  }
}

.zH68fW_rights .zH68fW_rightsInsideContainer {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  gap: .3rem;
  display: flex;
}

@media (width <= 767px) {
  .zH68fW_rights .zH68fW_rightsInsideContainer {
    align-items: center;
  }
}

a {
  color: inherit;
  font-weight: bold;
  text-decoration: none;
}

._2071Oa_textArea {
  border: 1px solid var(--color-secondary);
  border-radius: var(--border-radius-input);
  font-size: var(--font-content);
  color: var(--color-text-secondary);
  padding: 23px 34px;
}

._2071Oa_textArea::placeholder {
  color: var(--color-placeholder);
  font-size: var(--font-placeholder);
}

._2071Oa_textArea:focus {
  border: 1px solid var(--color-primary);
  outline: none;
}

._2071Oa_textArea:hover, ._2071Oa_textArea:not(:placeholder-shown) {
  border: 1px solid var(--color-primary);
}

textarea {
  resize: vertical;
  max-width: 100%;
}

::-webkit-resizer {
  display: none;
}

.jER5tG_container {
  font-size: var(--font-content);
  color: var(--color-text);
  width: 100%;
  margin: 10px 0;
  padding: 0;
}

.jER5tG_container textarea {
  width: 100%;
}

.jER5tG_container .jER5tG_content {
  font-size: var(--font-content);
  color: var(--color-text);
  flex: 1;
  gap: 1rem;
  margin: 10px 0;
}

.jER5tG_container .jER5tG_checkboxContainer {
  justify-content: center;
  align-items: center;
  gap: 3rem;
  margin: 1.5rem;
  display: flex;
}

.jER5tG_container .jER5tG_checkboxContainer .jER5tG_checkboxOption {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: .5rem;
  display: flex;
}

.jER5tG_container .jER5tG_uploadArea {
  border: 1px solid var(--color-secondary);
  border-radius: var(--border-radius-input);
  font-size: var(--font-content);
  color: var(--color-text-secondary);
  white-space: nowrap;
  text-overflow: ellipsis;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0;
  display: flex;
  overflow: hidden;
}

.jER5tG_container .jER5tG_uploadArea::placeholder {
  color: var(--color-placeholder);
  font-size: var(--font-placeholder);
}

.jER5tG_container .jER5tG_uploadArea:not(:placeholder-shown), .jER5tG_container .jER5tG_uploadArea:hover {
  border: 1px solid var(--color-primary);
}

.jER5tG_container .jER5tG_uploadArea:focus {
  border: 1px solid var(--color-primary);
  outline: none;
}

.jER5tG_container .jER5tG_uploadArea .jER5tG_uploadImage {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 2rem;
  display: flex;
}

.jER5tG_container .jER5tG_uploadArea .jER5tG_uploadText {
  text-align: center;
  justify-content: center;
  align-items: center;
  gap: .5rem;
  max-width: 100%;
  padding: 2rem;
  display: flex;
}

:is(input::-webkit-outer-spin-button, input::-webkit-inner-spin-button) {
  -webkit-appearance: none;
  margin: 0;
}

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

.Fap7eW_inputWrapper {
  width: 100%;
  position: relative;
}

.Fap7eW_inputWrapperError {
  padding-bottom: var(--font-small);
  width: 100%;
  position: relative;
}

.Fap7eW_input {
  border: 1px solid var(--color-secondary);
  border-radius: var(--border-radius-input);
  font-size: var(--font-content);
  color: var(--color-text-secondary);
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 23px 34px;
  overflow: hidden;
}

.Fap7eW_input::placeholder {
  color: var(--color-placeholder);
  font-size: var(--font-placeholder);
}

.Fap7eW_input:not(:placeholder-shown), .Fap7eW_inputHoverAndFocus:hover {
  border: 1px solid var(--color-primary);
}

.Fap7eW_inputHoverAndFocus:focus {
  border: 1px solid var(--color-primary);
  outline: none;
}

input[type="checkbox"] {
  background-color: var(--color-white);
  appearance: none;
  border: 1px solid var(--color-secondary);
  cursor: pointer;
  border-radius: 8px;
  align-items: center;
  min-width: 24px;
  min-height: 24px;
  margin-right: 0;
  transform: translateY(-.15em);
}

input[type="checkbox"]:hover {
  border: 1px solid var(--color-primary);
}

input[type="checkbox"]:checked {
  border: 1px solid var(--color-primary);
  background-color: var(--color-primary);
  position: relative;
}

input[type="checkbox"]:checked:after {
  content: "";
  border: solid var(--color-white);
  border-width: 0 .2em .2em 0;
  width: .5em;
  height: .75em;
  position: absolute;
  left: .3em;
  transform: rotate(45deg);
}

.Fap7eW_viewHideButton {
  width: var(--visible-button-width);
  background: var(--color-secondary);
  border-radius: var(--border-radius-input);
  cursor: pointer;
  color: var(--color-text-primary);
  border: none;
  height: 100%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

@media (width <= 767px) {
  .Fap7eW_viewHideButton {
    width: var(--visible-button-width-tablet);
  }
}

@media (width <= 480px) {
  .Fap7eW_viewHideButton {
    width: var(--visible-button-width-mobile);
  }
}

.Fap7eW_error .Fap7eW_input {
  border-color: #c00;
}

.Fap7eW_errorText {
  color: #c00;
  font-size: var(--font-small);
  position: absolute;
  top: 4em;
  left: 10px;
}

.DCoMWq_container {
  font-size: var(--font-content);
  color: var(--color-text);
  width: 100%;
  margin: 10px 0;
  padding: 0;
}

.DCoMWq_content {
  width: 100%;
  margin: 0;
  padding: 0;
}

.DCoMWq_content Select, .DCoMWq_content input, .DCoMWq_content textarea {
  width: 100%;
}

.DCoMWq_content .DCoMWq_type, .DCoMWq_content .DCoMWq_title, .DCoMWq_content .DCoMWq_overview {
  font-size: var(--font-content);
  color: var(--color-text);
  flex: 1;
  margin: 10px 0;
}

.q8AhXW_content {
  width: 100%;
  margin: 0;
  padding: 0;
}

.q8AhXW_content Select, .q8AhXW_content input, .q8AhXW_content textarea {
  width: 100%;
}

.q8AhXW_content .q8AhXW_type, .q8AhXW_content .q8AhXW_title, .q8AhXW_content .q8AhXW_overview {
  font-size: var(--font-content);
  color: var(--color-text);
  flex: 1;
  margin: 10px 0;
}

._4f0UMq_content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  width: 100%;
  display: flex;
}

._4f0UMq_content ._4f0UMq_type {
  width: 100%;
}

._4f0UMq_content ._4f0UMq_wordsContainer {
  width: var(--words-width);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

@media (width <= 767px) {
  ._4f0UMq_content ._4f0UMq_wordsContainer {
    width: var(--words-width-small-tablet);
  }
}

@media (width <= 480px) {
  ._4f0UMq_content ._4f0UMq_wordsContainer {
    width: var(--words-width-mobile);
  }
}

._4f0UMq_content ._4f0UMq_wordsContainer ._4f0UMq_words {
  grid-gap: .75em 1.75em;
  padding: initial;
  grid-template-columns: repeat(auto-fit, minmax(18em, max-content));
  justify-content: center;
  width: 100%;
  display: grid;
}

@media (width <= 1024px) {
  ._4f0UMq_content ._4f0UMq_wordsContainer ._4f0UMq_words {
    grid-template-columns: repeat(auto-fit, minmax(16em, max-content));
  }
}

._4f0UMq_content ._4f0UMq_wordsContainer ._4f0UMq_words ._4f0UMq_section {
  text-align: center;
  justify-content: center;
  align-items: center;
  gap: 1em;
  width: 18em;
  display: flex;
}

@media (width <= 1024px) {
  ._4f0UMq_content ._4f0UMq_wordsContainer ._4f0UMq_words ._4f0UMq_section {
    width: 16em;
  }
}

@media (width <= 480px) {
  ._4f0UMq_content ._4f0UMq_wordsContainer ._4f0UMq_words ._4f0UMq_section {
    width: 100%;
  }
}

._4f0UMq_content ._4f0UMq_wordsContainer ._4f0UMq_words ._4f0UMq_section Input {
  margin-top: 5px;
}

._4f0UMq_content ._4f0UMq_wordsContainer ._4f0UMq_words ._4f0UMq_section ._4f0UMq_label {
  text-align: center;
  justify-content: center;
  align-items: center;
  min-width: 5.1em;
  display: flex;
}

._4f0UMq_content ._4f0UMq_wordsContainer ._4f0UMq_words ._4f0UMq_section ._4f0UMq_disabledSectionLabel {
  opacity: .5;
  text-decoration: line-through;
}

._4f0UMq_content ._4f0UMq_wordsContainer ._4f0UMq_words ._4f0UMq_section ._4f0UMq_inputNumbers {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: .2rem;
  display: flex;
}

._4f0UMq_content ._4f0UMq_wordsContainer ._4f0UMq_words ._4f0UMq_section ._4f0UMq_inputNumbers input {
  text-align: center;
  width: 100%;
  margin: 0;
  padding: 23px 0;
}

.NxzyvW_content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  width: 100%;
  display: flex;
}

.NxzyvW_content .NxzyvW_info {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 90%;
  display: flex;
}

.NxzyvW_content .NxzyvW_info Input, .NxzyvW_content .NxzyvW_purchaseInfo {
  width: 100%;
}

.NxzyvW_content .NxzyvW_discount {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.NxzyvW_content .NxzyvW_terms {
  justify-content: center;
  align-items: center;
  gap: 1em;
  margin: 15px 0;
  display: flex;
}

.NxzyvW_content .NxzyvW_terms Input {
  margin-top: 5px;
}

._9e1C9a_container {
  color: var(--color-text-secondary);
  flex-direction: column;
  width: 100%;
  display: flex;
}

._9e1C9a_container h2 {
  font-weight: normal;
}

._9e1C9a_container ._9e1C9a_description {
  justify-content: space-between;
  align-items: center;
  margin: 5px 0;
  font-weight: bold;
  display: flex;
}

._9e1C9a_container hr {
  border: 1px solid var(--color-secondary);
  width: 100%;
  margin: 15px 0;
}

._9e1C9a_container ._9e1C9a_cost, ._9e1C9a_container ._9e1C9a_taxes, ._9e1C9a_container ._9e1C9a_total {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding: 0;
  display: flex;
}

._9e1C9a_container ._9e1C9a_cost label, ._9e1C9a_container ._9e1C9a_taxes label, ._9e1C9a_container ._9e1C9a_total label {
  text-align: left;
  font-size: var(--font-purchase);
  flex: 1;
}

._9e1C9a_container ._9e1C9a_cost p, ._9e1C9a_container ._9e1C9a_taxes p, ._9e1C9a_container ._9e1C9a_total p {
  font-size: var(--font-costs);
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  height: 50px;
  margin: 0;
  display: flex;
}

._9e1C9a_container ._9e1C9a_total p {
  font-weight: bold;
  font-size: var(--font-price);
}

._9e1C9a_container ._9e1C9a_paymentContainer {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 1em 0;
  display: flex;
}

._9e1C9a_container ._9e1C9a_paymentContainer ._9e1C9a_payment {
  grid-gap: .5em 1em;
  padding: initial;
  grid-template-columns: repeat(auto-fit, minmax(160px, max-content));
  justify-content: center;
  width: 100%;
  display: grid;
}

._9e1C9a_container ._9e1C9a_paymentContainer ._9e1C9a_payment ._9e1C9a_paymentCheckbox {
  width: 160px;
}

._9e1C9a_container ._9e1C9a_paymentContainer ._9e1C9a_payment ._9e1C9a_paymentCheckbox input[type="checkbox"] {
  opacity: 0;
  cursor: pointer;
  width: 160px;
  height: 48px;
  position: absolute;
}

._9e1C9a_container ._9e1C9a_paymentContainer ._9e1C9a_payment ._9e1C9a_paymentCheckbox input[type="checkbox"]:checked {
  border: 2px solid var(--color-primary);
}

._9e1C9a_container ._9e1C9a_paymentContainer ._9e1C9a_payment ._9e1C9a_paymentCheckbox svg {
  border: 2px solid #0000;
  border-radius: 5px;
}

._9e1C9a_container ._9e1C9a_paymentContainer ._9e1C9a_payment ._9e1C9a_paymentCheckbox ._9e1C9a_paymentMethodButton {
  cursor: pointer;
  background-color: #0000;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 2px solid #0000;
  border-radius: 5px;
  width: 160px;
  height: 48px;
  padding: 0;
}

._9e1C9a_container ._9e1C9a_paymentContainer ._9e1C9a_payment ._9e1C9a_paymentCheckbox ._9e1C9a_paymentMethodButton:hover, ._9e1C9a_container ._9e1C9a_paymentContainer ._9e1C9a_payment ._9e1C9a_paymentCheckbox ._9e1C9a_paymentMethodButton._9e1C9a_active {
  border: 2px solid var(--color-primary);
}

._9e1C9a_container ._9e1C9a_paymentContainer ._9e1C9a_payment ._9e1C9a_paymentCheckbox ._9e1C9a_paymentMethodButton img {
  width: 100%;
  height: 100%;
}

._9e1C9a_container ._9e1C9a_paymentContainer ._9e1C9a_payment ._9e1C9a_paymentCheckbox ._9e1C9a_buttonBorder {
  border: 2px solid var(--color-primary);
}

._9e1C9a_container ._9e1C9a_terms {
  align-items: center;
  gap: 1em;
  margin: 15px 0;
  display: flex;
}

._9e1C9a_container ._9e1C9a_terms Input {
  margin-top: 5px;
}

.FNAe0G_info {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 90%;
  display: flex;
}

.FNAe0G_info Input {
  width: 100%;
}

:root {
  --toastify-color-light: #fff;
  --toastify-color-dark: #121212;
  --toastify-color-info: #3498db;
  --toastify-color-success: #07bc0c;
  --toastify-color-warning: #f1c40f;
  --toastify-color-error: #e74c3c;
  --toastify-color-transparent: #ffffffb3;
  --toastify-icon-color-info: var(--toastify-color-info);
  --toastify-icon-color-success: var(--toastify-color-success);
  --toastify-icon-color-warning: var(--toastify-color-warning);
  --toastify-icon-color-error: var(--toastify-color-error);
  --toastify-toast-width: 320px;
  --toastify-toast-background: #fff;
  --toastify-toast-min-height: 64px;
  --toastify-toast-max-height: 800px;
  --toastify-font-family: sans-serif;
  --toastify-z-index: 9999;
  --toastify-text-color-light: #757575;
  --toastify-text-color-dark: #fff;
  --toastify-text-color-info: #fff;
  --toastify-text-color-success: #fff;
  --toastify-text-color-warning: #fff;
  --toastify-text-color-error: #fff;
  --toastify-spinner-color: #616161;
  --toastify-spinner-color-empty-area: #e0e0e0;
  --toastify-color-progress-light: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);
  --toastify-color-progress-dark: #bb86fc;
  --toastify-color-progress-info: var(--toastify-color-info);
  --toastify-color-progress-success: var(--toastify-color-success);
  --toastify-color-progress-warning: var(--toastify-color-warning);
  --toastify-color-progress-error: var(--toastify-color-error);
}

.Toastify__toast-container {
  z-index: var(--toastify-z-index);
  -webkit-transform: translate3d(0, 0, var(--toastify-z-index));
  width: var(--toastify-toast-width);
  box-sizing: border-box;
  color: #fff;
  padding: 4px;
  position: fixed;
}

.Toastify__toast-container--top-left {
  top: 1em;
  left: 1em;
}

.Toastify__toast-container--top-center {
  top: 1em;
  left: 50%;
  transform: translateX(-50%);
}

.Toastify__toast-container--top-right {
  top: 1em;
  right: 1em;
}

.Toastify__toast-container--bottom-left {
  bottom: 1em;
  left: 1em;
}

.Toastify__toast-container--bottom-center {
  bottom: 1em;
  left: 50%;
  transform: translateX(-50%);
}

.Toastify__toast-container--bottom-right {
  bottom: 1em;
  right: 1em;
}

@media only screen and (width <= 480px) {
  .Toastify__toast-container {
    width: 100vw;
    margin: 0;
    padding: 0;
    left: 0;
  }

  .Toastify__toast-container--top-left, .Toastify__toast-container--top-center, .Toastify__toast-container--top-right {
    top: 0;
    transform: translateX(0);
  }

  .Toastify__toast-container--bottom-left, .Toastify__toast-container--bottom-center, .Toastify__toast-container--bottom-right {
    bottom: 0;
    transform: translateX(0);
  }

  .Toastify__toast-container--rtl {
    right: 0;
    left: initial;
  }
}

.Toastify__toast {
  min-height: var(--toastify-toast-min-height);
  box-sizing: border-box;
  max-height: var(--toastify-toast-max-height);
  font-family: var(--toastify-font-family);
  cursor: default;
  direction: ltr;
  z-index: 0;
  border-radius: 4px;
  justify-content: space-between;
  margin-bottom: 1rem;
  padding: 8px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 10px #0000001a, 0 2px 15px #0000000d;
}

.Toastify__toast--rtl {
  direction: rtl;
}

.Toastify__toast--close-on-click {
  cursor: pointer;
}

.Toastify__toast-body {
  flex: auto;
  align-items: center;
  margin: auto 0;
  padding: 6px;
  display: flex;
}

.Toastify__toast-body > div:last-child {
  word-break: break-word;
  flex: 1;
}

.Toastify__toast-icon {
  -webkit-margin-end: 10px;
  flex-shrink: 0;
  width: 20px;
  margin-inline-end: 10px;
  display: flex;
}

.Toastify--animate {
  animation-duration: .7s;
  animation-fill-mode: both;
}

.Toastify--animate-icon {
  animation-duration: .3s;
  animation-fill-mode: both;
}

@media only screen and (width <= 480px) {
  .Toastify__toast {
    border-radius: 0;
    margin-bottom: 0;
  }
}

.Toastify__toast-theme--dark {
  background: var(--toastify-color-dark);
  color: var(--toastify-text-color-dark);
}

.Toastify__toast-theme--light, .Toastify__toast-theme--colored.Toastify__toast--default {
  background: var(--toastify-color-light);
  color: var(--toastify-text-color-light);
}

.Toastify__toast-theme--colored.Toastify__toast--info {
  color: var(--toastify-text-color-info);
  background: var(--toastify-color-info);
}

.Toastify__toast-theme--colored.Toastify__toast--success {
  color: var(--toastify-text-color-success);
  background: var(--toastify-color-success);
}

.Toastify__toast-theme--colored.Toastify__toast--warning {
  color: var(--toastify-text-color-warning);
  background: var(--toastify-color-warning);
}

.Toastify__toast-theme--colored.Toastify__toast--error {
  color: var(--toastify-text-color-error);
  background: var(--toastify-color-error);
}

.Toastify__progress-bar-theme--light {
  background: var(--toastify-color-progress-light);
}

.Toastify__progress-bar-theme--dark {
  background: var(--toastify-color-progress-dark);
}

.Toastify__progress-bar--info {
  background: var(--toastify-color-progress-info);
}

.Toastify__progress-bar--success {
  background: var(--toastify-color-progress-success);
}

.Toastify__progress-bar--warning {
  background: var(--toastify-color-progress-warning);
}

.Toastify__progress-bar--error {
  background: var(--toastify-color-progress-error);
}

.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info, .Toastify__progress-bar-theme--colored.Toastify__progress-bar--success, .Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning, .Toastify__progress-bar-theme--colored.Toastify__progress-bar--error {
  background: var(--toastify-color-transparent);
}

.Toastify__close-button {
  color: #fff;
  cursor: pointer;
  opacity: .7;
  background: none;
  border: none;
  outline: none;
  align-self: flex-start;
  padding: 0;
  transition: all .3s;
}

.Toastify__close-button--light {
  color: #000;
  opacity: .3;
}

.Toastify__close-button > svg {
  fill: currentColor;
  width: 14px;
  height: 16px;
}

.Toastify__close-button:hover, .Toastify__close-button:focus {
  opacity: 1;
}

@keyframes Toastify__trackProgress {
  0% {
    transform: scaleX(1);
  }

  100% {
    transform: scaleX(0);
  }
}

.Toastify__progress-bar {
  z-index: var(--toastify-z-index);
  opacity: .7;
  transform-origin: 0;
  width: 100%;
  height: 5px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.Toastify__progress-bar--animated {
  animation: linear forwards Toastify__trackProgress;
}

.Toastify__progress-bar--controlled {
  transition: transform .2s;
}

.Toastify__progress-bar--rtl {
  right: 0;
  left: initial;
  transform-origin: 100%;
}

.Toastify__spinner {
  box-sizing: border-box;
  border: 2px solid;
  border-color: var(--toastify-spinner-color-empty-area);
  border-right-color: var(--toastify-spinner-color);
  border-radius: 100%;
  width: 20px;
  height: 20px;
  animation: .65s linear infinite Toastify__spin;
}

@keyframes Toastify__bounceInRight {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
  }

  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    transform: translate3d(10px, 0, 0);
  }

  90% {
    transform: translate3d(-5px, 0, 0);
  }

  to {
    transform: none;
  }
}

@keyframes Toastify__bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes Toastify__bounceInLeft {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
  }

  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }

  75% {
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    transform: translate3d(5px, 0, 0);
  }

  to {
    transform: none;
  }
}

@keyframes Toastify__bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes Toastify__bounceInUp {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
  }

  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }

  75% {
    transform: translate3d(0, 10px, 0);
  }

  90% {
    transform: translate3d(0, -5px, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes Toastify__bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes Toastify__bounceInDown {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
  }

  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }

  75% {
    transform: translate3d(0, -10px, 0);
  }

  90% {
    transform: translate3d(0, 5px, 0);
  }

  to {
    transform: none;
  }
}

@keyframes Toastify__bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}

.Toastify__bounce-enter--top-left, .Toastify__bounce-enter--bottom-left {
  animation-name: Toastify__bounceInLeft;
}

.Toastify__bounce-enter--top-right, .Toastify__bounce-enter--bottom-right {
  animation-name: Toastify__bounceInRight;
}

.Toastify__bounce-enter--top-center {
  animation-name: Toastify__bounceInDown;
}

.Toastify__bounce-enter--bottom-center {
  animation-name: Toastify__bounceInUp;
}

.Toastify__bounce-exit--top-left, .Toastify__bounce-exit--bottom-left {
  animation-name: Toastify__bounceOutLeft;
}

.Toastify__bounce-exit--top-right, .Toastify__bounce-exit--bottom-right {
  animation-name: Toastify__bounceOutRight;
}

.Toastify__bounce-exit--top-center {
  animation-name: Toastify__bounceOutUp;
}

.Toastify__bounce-exit--bottom-center {
  animation-name: Toastify__bounceOutDown;
}

@keyframes Toastify__zoomIn {
  from {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes Toastify__zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }

  to {
    opacity: 0;
  }
}

.Toastify__zoom-enter {
  animation-name: Toastify__zoomIn;
}

.Toastify__zoom-exit {
  animation-name: Toastify__zoomOut;
}

@keyframes Toastify__flipIn {
  from {
    opacity: 0;
    animation-timing-function: ease-in;
    transform: perspective(400px)rotate3d(1, 0, 0, 90deg);
  }

  40% {
    animation-timing-function: ease-in;
    transform: perspective(400px)rotate3d(1, 0, 0, -20deg);
  }

  60% {
    opacity: 1;
    transform: perspective(400px)rotate3d(1, 0, 0, 10deg);
  }

  80% {
    transform: perspective(400px)rotate3d(1, 0, 0, -5deg);
  }

  to {
    transform: perspective(400px);
  }
}

@keyframes Toastify__flipOut {
  from {
    transform: perspective(400px);
  }

  30% {
    opacity: 1;
    transform: perspective(400px)rotate3d(1, 0, 0, -20deg);
  }

  to {
    opacity: 0;
    transform: perspective(400px)rotate3d(1, 0, 0, 90deg);
  }
}

.Toastify__flip-enter {
  animation-name: Toastify__flipIn;
}

.Toastify__flip-exit {
  animation-name: Toastify__flipOut;
}

@keyframes Toastify__slideInRight {
  from {
    visibility: visible;
    transform: translate3d(110%, 0, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes Toastify__slideInLeft {
  from {
    visibility: visible;
    transform: translate3d(-110%, 0, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes Toastify__slideInUp {
  from {
    visibility: visible;
    transform: translate3d(0, 110%, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes Toastify__slideInDown {
  from {
    visibility: visible;
    transform: translate3d(0, -110%, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes Toastify__slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(110%, 0, 0);
  }
}

@keyframes Toastify__slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(-110%, 0, 0);
  }
}

@keyframes Toastify__slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(0, 500px, 0);
  }
}

@keyframes Toastify__slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(0, -500px, 0);
  }
}

.Toastify__slide-enter--top-left, .Toastify__slide-enter--bottom-left {
  animation-name: Toastify__slideInLeft;
}

.Toastify__slide-enter--top-right, .Toastify__slide-enter--bottom-right {
  animation-name: Toastify__slideInRight;
}

.Toastify__slide-enter--top-center {
  animation-name: Toastify__slideInDown;
}

.Toastify__slide-enter--bottom-center {
  animation-name: Toastify__slideInUp;
}

.Toastify__slide-exit--top-left, .Toastify__slide-exit--bottom-left {
  animation-name: Toastify__slideOutLeft;
}

.Toastify__slide-exit--top-right, .Toastify__slide-exit--bottom-right {
  animation-name: Toastify__slideOutRight;
}

.Toastify__slide-exit--top-center {
  animation-name: Toastify__slideOutUp;
}

.Toastify__slide-exit--bottom-center {
  animation-name: Toastify__slideOutDown;
}

@keyframes Toastify__spin {
  from {
    transform: rotate(0);
  }

  to {
    transform: rotate(360deg);
  }
}

.CM0Nmq_button {
  cursor: pointer;
  border-radius: var(--border-radius-button);
  justify-content: center;
  align-items: center;
  gap: .5em;
  padding: .3em 2em;
  font-weight: bold;
  display: flex;
}

@media (width <= 767px) {
  .CM0Nmq_button {
    padding: .3em 1em;
  }
}

.CM0Nmq_button__primary {
  border: 2px solid var(--color-primary);
  background-color: var(--color-primary);
  box-shadow: var(--color-button-primary-gradient);
  color: var(--color-button-text);
}

.CM0Nmq_button__primary:hover, .CM0Nmq_button__primary:focus {
  opacity: .9;
}

.CM0Nmq_button__secondary {
  color: var(--color-primary);
  background-color: #0000;
  border: 2px solid #0000;
}

.CM0Nmq_button__secondary:hover, .CM0Nmq_button__secondary:focus {
  opacity: .9;
}

.CM0Nmq_button__terciary {
  border: 1px solid var(--color-secondary);
  background-color: var(--color-primary);
  box-shadow: var(--color-button-terciary-gradient);
  color: var(--color-button-text);
}

.CM0Nmq_button__terciary:hover, .CM0Nmq_button__terciary:focus {
  opacity: .9;
}

.CM0Nmq_button__disabled {
  opacity: .5;
  cursor: not-allowed;
  pointer-events: none;
  color: var(--color-white);
}

.CM0Nmq_button__small {
  font-size: var(--font-button-small);
}

.CM0Nmq_button__medium {
  font-size: var(--font-button-medium);
}

.CM0Nmq_button__large {
  font-size: var(--font-button-large);
}

.OAtSBq_container {
  flex-grow: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.OAtSBq_content {
  width: var(--success-content-width);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4em;
  padding: 2em 0;
  display: flex;
}

@media (width <= 767px) {
  .OAtSBq_content {
    width: var(--success-content-width-tablet);
  }
}

@media (width <= 480px) {
  .OAtSBq_content {
    width: var(--success-content-width-mobile);
  }
}

.OAtSBq_image, .OAtSBq_text, .OAtSBq_button {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.OAtSBq_text {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.OAtSBq_text h1 {
  color: var(--color-text);
  font-size: var(--font-title-success);
}

@media (width <= 767px) {
  .OAtSBq_text h1 {
    font-size: var(--font-title-success-tablet);
  }
}

@media (width <= 480px) {
  .OAtSBq_text h1 {
    font-size: var(--font-title-success-mobile);
  }
}

.OAtSBq_text p {
  color: var(--color-text-secondary);
  font-size: var(--font-description-success);
  text-align: center;
}

@media (width <= 767px) {
  .OAtSBq_text p {
    font-size: var(--font-description-success-tablet);
  }
}

@media (width <= 480px) {
  .OAtSBq_text p {
    font-size: var(--font-description-success-mobile);
  }
}

.WHoJAG_container {
  flex-grow: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.WHoJAG_content {
  width: var(--error-content-width);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4em;
  padding: 2em 0;
  display: flex;
}

@media (width <= 767px) {
  .WHoJAG_content {
    width: var(--error-content-width-tablet);
  }
}

@media (width <= 480px) {
  .WHoJAG_content {
    width: var(--error-content-width-mobile);
  }
}

.WHoJAG_image, .WHoJAG_text, .WHoJAG_button {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.WHoJAG_image {
  width: var(--error-image-width);
  height: auto;
}

@media (width <= 767px) {
  .WHoJAG_image {
    width: var(--error-image-width-tablet);
  }
}

@media (width <= 480px) {
  .WHoJAG_image {
    width: var(--error-image-width-mobile);
  }
}

.WHoJAG_image img {
  width: 100%;
}

.WHoJAG_text {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.WHoJAG_text h1 {
  text-align: center;
  color: var(--color-text);
  font-size: var(--font-title-error);
}

@media (width <= 767px) {
  .WHoJAG_text h1 {
    font-size: var(--font-title-error-tablet);
  }
}

@media (width <= 480px) {
  .WHoJAG_text h1 {
    font-size: var(--font-title-error-mobile);
  }
}

.q4xNwW_container {
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.q4xNwW_content {
  width: var(--form-content-width);
  color: var(--color-text);
  justify-content: center;
  align-items: center;
  gap: 2rem;
  padding: 2rem 0;
  display: flex;
}

@media (width <= 767px) {
  .q4xNwW_content {
    width: var(--form-content-width-tablet);
  }
}

@media (width <= 480px) {
  .q4xNwW_content {
    width: var(--form-content-width-mobile);
  }
}

.q4xNwW_image, .q4xNwW_stepper, .q4xNwW_title, .q4xNwW_form, .q4xNwW_navigationButtons {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.q4xNwW_image {
  width: var(--form-image-width);
}

@media (width <= 767px) {
  .q4xNwW_image {
    width: var(--form-image-width-tablet);
  }
}

@media (width <= 480px) {
  .q4xNwW_image {
    width: var(--form-image-width-mobile);
  }
}

.q4xNwW_image img {
  width: 100%;
}

.q4xNwW_stepper {
  width: var(--form-stepper-width);
}

@media (width <= 767px) {
  .q4xNwW_stepper {
    width: var(--form-stepper-width-tablet);
  }
}

@media (width <= 480px) {
  .q4xNwW_stepper {
    width: var(--form-stepper-width-mobile);
  }
}

.q4xNwW_title h1 {
  text-align: center;
  font-size: var(--font-title-form);
  margin: 0;
  font-weight: bold;
}

@media (width <= 767px) {
  .q4xNwW_title h1 {
    font-size: var(--font-title-form-tablet);
  }
}

@media (width <= 480px) {
  .q4xNwW_title h1 {
    font-size: var(--font-title-form-mobile);
  }
}

.q4xNwW_navigationButtons {
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  display: flex;
}

.q4xNwW_navigationButtons .q4xNwW_leftButton {
  flex: 1;
  justify-content: flex-start;
  display: flex;
}

.q4xNwW_navigationButtons .q4xNwW_rightButton {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.dG7dYG_container {
  font-size: var(--font-content);
  color: var(--color-text);
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  width: 100%;
  display: grid;
}

.dG7dYG_container .dG7dYG_question {
  grid-column: span 4;
}

.dG7dYG_container .dG7dYG_question textarea {
  width: 100%;
}

.dG7dYG_container .dG7dYG_text {
  grid-column: span 4;
  gap: .5rem;
  padding-top: 1.5rem;
  display: grid;
}

.dG7dYG_container .dG7dYG_table {
  grid-column: span 4;
  gap: .5rem;
  padding: .5rem 0;
  display: grid;
}

.dG7dYG_container .dG7dYG_row {
  grid-template-columns: 30px 4rem 1fr 30px;
  gap: .5rem;
  display: grid;
}

.dG7dYG_container .dG7dYG_clearButton, .dG7dYG_container .dG7dYG_checkboxContainer, .dG7dYG_container .dG7dYG_answerId {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.dG7dYG_container .dG7dYG_answerId Input {
  text-align: center;
  width: 100%;
  padding-left: .5rem;
  padding-right: 0;
}

.dG7dYG_container .dG7dYG_answerText {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.dG7dYG_container .dG7dYG_answerText Input {
  width: 100%;
  padding-left: 1.5rem;
  padding-right: 0;
}

.dG7dYG_container .dG7dYG_addButton {
  grid-column: span 4;
  display: flex;
}

.n2B-bq_container {
  color: var(--color-white);
  background-color: var(--color-primary);
  flex-direction: column;
  flex-grow: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.n2B-bq_content {
  width: var(--home-content-width);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 1rem 2rem;
  display: flex;
}

@media (width <= 480px) {
  .n2B-bq_content {
    gap: .5rem 0;
  }
}

.n2B-bq_tutorialBlock {
  width: var(--home-content-width);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.n2B-bq_introduction {
  font-size: var(--font-introduction-home);
}

@media (width <= 767px) {
  .n2B-bq_introduction {
    font-size: var(--font-introduction-home-tablet);
  }
}

@media (width <= 480px) {
  .n2B-bq_introduction {
    font-size: var(--font-introduction-home-mobile);
  }
}

.n2B-bq_bulletPoints ul {
  flex-wrap: wrap;
  align-items: flex-start;
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
}

@media (width <= 767px) {
  .n2B-bq_bulletPoints ul {
    font-size: var(--font-bullet-points-home-tablet);
    flex-flow: column;
  }
}

@media (width <= 480px) {
  .n2B-bq_bulletPoints ul {
    font-size: var(--font-bullet-points-home-mobile);
  }
}

.n2B-bq_bulletPoints ul li {
  box-sizing: border-box;
  align-items: center;
  width: 50%;
  padding: .25rem 1rem .25rem 0;
  display: flex;
}

@media (width <= 767px) {
  .n2B-bq_bulletPoints ul li {
    width: 100%;
    padding: .25rem 0;
  }
}

.n2B-bq_bulletPoints ul li svg {
  flex-shrink: 0;
  margin-right: .5rem;
}

.n2B-bq_buttonsBlock {
  flex-direction: column;
  justify-content: center;
  gap: .5rem;
  width: 100%;
  display: flex;
}

.n2B-bq_buttons {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  width: 100%;
  display: flex;
}

@media (width <= 767px) {
  .n2B-bq_buttons {
    flex-direction: column;
  }
}

.n2B-bq_buttons .n2B-bq_button {
  width: 100%;
}

.n2B-bq_buttons .n2B-bq_button Button {
  width: 100%;
  height: 5rem;
}

.n2B-bq_buttons .n2B-bq_tutorialButton {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.n2B-bq_buttons .n2B-bq_tutorialButton Button {
  width: 50%;
  height: 2.75rem;
}

.n2B-bq_buttonBlock {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: .5rem;
  width: 100%;
  display: flex;
}

.n2B-bq_buttonBlock .n2B-bq_featureButton {
  width: 100%;
  max-width: 20rem;
}

.n2B-bq_buttonBlock .n2B-bq_featureButton Button {
  width: 100%;
  height: 5rem;
}

.n2B-bq_buttonBlock .n2B-bq_tutorialButton {
  justify-content: right;
  align-items: center;
  width: 100%;
  max-width: 20rem;
  display: flex;
}

.n2B-bq_buttonBlock .n2B-bq_tutorialButton Button {
  width: 50%;
  height: 2.75rem;
}

.n2B-bq_description {
  width: var(--home-content-width);
  font-size: var(--font-description-home);
  text-align: justify;
  flex-direction: row;
  flex: 1.5;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  display: flex;
}

@media (width <= 767px) {
  .n2B-bq_description {
    font-size: var(--font-description-home-tablet);
  }
}

@media (width <= 480px) {
  .n2B-bq_description {
    font-size: var(--font-description-home-mobile);
  }
}

.n2B-bq_imageTitleRow {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  width: 100%;
  display: flex;
}

.n2B-bq_image {
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 1.5rem 0;
  display: flex;
}

.n2B-bq_image img {
  width: 100%;
}

@media (width <= 480px) {
  .n2B-bq_image img {
    width: 60%;
  }
}

.n2B-bq_title {
  flex-direction: row;
  flex: 2;
  align-items: center;
  display: flex;
}

@media (width <= 1024px) {
  .n2B-bq_title {
    justify-content: center;
  }
}

@media (width <= 480px) {
  .n2B-bq_title {
    text-align: center;
  }
}

h1 {
  font-size: var(--font-title-home);
  margin: 0;
  font-weight: bold;
}

@media (width <= 767px) {
  h1 {
    font-size: var(--font-title-home-tablet);
  }
}

@media (width <= 480px) {
  h1 {
    font-size: var(--font-title-home-mobile);
  }
}

.n2B-bq_text {
  flex-direction: column;
  flex: 1.5;
  justify-content: center;
  gap: 1.5rem;
  width: 100%;
  padding: 0 0 2.5rem;
  display: flex;
}

@media (width <= 1024px) {
  .n2B-bq_text {
    flex: none;
    gap: 1rem;
  }
}

.n2B-bq_imageContainer {
  height: 0;
  transition: height .5s cubic-bezier(.68, -.55, .27, 1.55);
  overflow: hidden;
}

.n2B-bq_imageContainer.n2B-bq_loaded {
  height: 100%;
}

.n2B-bq_tutorialImage {
  opacity: 0;
  width: 100%;
  transition: opacity .5s ease-in-out;
}

.n2B-bq_tutorialImage.n2B-bq_loaded {
  opacity: 1;
}

.YGJnqq_container {
  background-color: var(--color-primary);
  flex-grow: 1;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: auto;
  display: flex;
}

.YGJnqq_content {
  width: var(--home-content-width);
  color: var(--color-white);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 1rem 2rem;
  display: flex;
}

@media (width <= 480px) {
  .YGJnqq_content {
    gap: .5rem 0;
  }
}

.YGJnqq_imageTitleRow {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  width: 100%;
  display: flex;
}

.YGJnqq_image {
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 1.5rem 0;
  display: flex;
}

.YGJnqq_image img {
  width: 100%;
}

@media (width <= 480px) {
  .YGJnqq_image img {
    width: 50%;
  }
}

.YGJnqq_titleRight {
  flex-direction: row;
  flex: 2;
  justify-content: center;
  align-items: center;
  display: flex;
}

h1 {
  font-size: var(--font-title-home);
  margin: 0;
  font-weight: bold;
}

@media (width <= 767px) {
  h1 {
    font-size: var(--font-title-home-tablet);
  }
}

@media (width <= 480px) {
  h1 {
    font-size: var(--font-title-home-mobile);
  }
}

.YGJnqq_text {
  flex-direction: column;
  flex: 1.5;
  justify-content: center;
  gap: 1.5rem;
  width: 100%;
  padding: 0 0 2.5rem;
  display: flex;
}

@media (width <= 1024px) {
  .YGJnqq_text {
    flex: none;
  }
}

.YGJnqq_text .YGJnqq_description {
  font-size: var(--font-description-home);
}

@media (width <= 767px) {
  .YGJnqq_text .YGJnqq_description {
    font-size: var(--font-description-home-tablet);
  }
}

@media (width <= 480px) {
  .YGJnqq_text .YGJnqq_description {
    font-size: var(--font-description-home-mobile);
  }
}

.YGJnqq_text .YGJnqq_bulletPoints ul {
  flex-wrap: wrap;
  align-items: flex-start;
  width: 100%;
  margin: 0;
  padding: 0;
  font-weight: bold;
  display: flex;
}

@media (width <= 767px) {
  .YGJnqq_text .YGJnqq_bulletPoints ul {
    font-size: var(--font-bullet-points-home-tablet);
    flex-flow: column;
  }
}

@media (width <= 480px) {
  .YGJnqq_text .YGJnqq_bulletPoints ul {
    font-size: var(--font-bullet-points-home-mobile);
  }
}

.YGJnqq_text .YGJnqq_bulletPoints ul li {
  box-sizing: border-box;
  align-items: center;
  width: 50%;
  padding: .25rem 1rem .25rem 0;
  display: flex;
}

@media (width <= 767px) {
  .YGJnqq_text .YGJnqq_bulletPoints ul li {
    width: 100%;
    padding: .25rem 0;
  }
}

.YGJnqq_text .YGJnqq_bulletPoints ul li svg {
  flex-shrink: 0;
  margin-right: .5rem;
}

.YGJnqq_text .YGJnqq_buttons {
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  width: 100%;
  display: flex;
}

.YGJnqq_text .YGJnqq_buttons .YGJnqq_button {
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.YGJnqq_text .YGJnqq_buttons .YGJnqq_button Button {
  width: 100%;
}

* {
  box-sizing: border-box;
}

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

.bg-secondary {
  background-color: var(--color-secondary);
}

.text-primary {
  color: var(--color-primary);
}

.text-secondary {
  color: var(--color-secondary);
}

.flex-row {
  flex-direction: row;
}

.flex-column {
  flex-direction: column;
}

html {
  -webkit-text-size-adjust: 100%;
  margin: 0;
  padding: 0;
  line-height: 1.15;
  overflow-x: hidden;
}

body {
  background: var(--bg-main);
  margin: 0;
  padding: 0;
  font-family: Roboto, sans-serif;
  overflow-x: hidden;
}

main {
  display: block;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace;
  font-size: 1em;
}

a {
  background-color: #0000;
}

abbr[title] {
  border-bottom: none;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub, sup {
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  margin: 0;
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type="button"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type="reset"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type="button"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type="reset"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: .35em .75em .625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  white-space: normal;
  max-width: 100%;
  padding: 0;
  display: table;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

:is([type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button) {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template, [hidden] {
  display: none;
}

:root {
  --color-primary: #8148a8;
  --color-secondary: #e8cbf2;
  --color-button-primary-gradient: 0px 6px 12px #6c33e464;
  --color-button-terciary-gradient: 0px 6px 12px #e5ddf564;
  --color-dropdown-gradient: 0px 3.42991px 6.85982px #6c33e464;
  --color-text: #30315b;
  --color-text-secondary: #505178;
  --color-placeholder: #a4a5ba;
  --color-button-text: #f2eef6;
  --bg-main: #fafafc;
  --bg-dropdown: #fefefe;
  --color-white: #fff;
}

@font-face {
  font-family: Roboto;
  src: local(Roboto), url("Roboto-Regular.4f1a78ee.ttf") format("truetype");
}

@font-face {
  font-family: Roboto;
  src: local(Roboto), url("Roboto-Bold.18206da3.ttf") format("truetype");
  font-weight: bold;
}

@font-face {
  font-family: Roboto;
  src: local(Roboto), url("Roboto-Italic.86dcc077.ttf") format("truetype");
  font-style: italic;
}

@font-face {
  font-family: Roboto;
  src: local(Roboto), url("Roboto-Medium.a436a3d6.ttf") format("truetype");
  font-weight: semi-bold;
}

:root {
  --header-height: 75px;
  --footer-height: 60px;
  --footer-height-small-desktop: 60px;
  --footer-height-tablet: 125px;
  --footer-height-mobile: 125px;
  --font-footer: 14px;
  --font-footer-small-desktop: 13px;
  --font-footer-tablet: 13px;
  --font-footer-mobile: 12px;
  --home-content-width: 80%;
  --font-title-home: 48px;
  --font-title-home-tablet: 34px;
  --font-title-home-mobile: 27px;
  --font-introduction-home: 16px;
  --font-introduction-home-tablet: 18px;
  --font-introduction-home-mobile: 16px;
  --font-description-home: 16px;
  --font-description-home-tablet: 18px;
  --font-description-home-mobile: 16px;
  --font-bullet-points-home: 16px;
  --font-bullet-points-home-tablet: 14px;
  --font-bullet-points-home-mobile: 12px;
  --form-content-width: 50%;
  --form-content-width-tablet: 70%;
  --form-content-width-mobile: 85%;
  --form-image-width: 200px;
  --form-image-width-tablet: 175px;
  --form-image-width-mobile: 150px;
  --form-stepper-width: 225px;
  --form-stepper-width-tablet: 200px;
  --form-stepper-width-mobile: 175px;
  --font-title-form: 36px;
  --font-title-form-tablet: 30px;
  --font-title-form-mobile: 24px;
  --words-width: 143%;
  --words-width-small-desktop: 130%;
  --words-width-tablet: 130%;
  --words-width-small-tablet: 120%;
  --words-width-mobile: 90%;
  --success-content-width: 50%;
  --success-content-width-tablet: 70%;
  --success-content-width-mobile: 85%;
  --success-image-width: 200px;
  --success-image-width-tablet: 175px;
  --success-image-width-mobile: 150px;
  --font-title-success: 36px;
  --font-title-success-tablet: 30px;
  --font-title-success-mobile: 24px;
  --font-description-success: 24px;
  --font-description-success-tablet: 18px;
  --font-description-success-mobile: 16px;
  --error-content-width: 50%;
  --error-content-width-tablet: 70%;
  --error-content-width-mobile: 85%;
  --error-image-width: 200px;
  --error-image-width-tablet: 175px;
  --error-image-width-mobile: 150px;
  --font-title-error: 36px;
  --font-title-error-tablet: 30px;
  --font-title-error-mobile: 24px;
  --font-description-error: 24px;
  --font-description-error-tablet: 18px;
  --font-description-error-mobile: 16px;
  --font-small: 14px;
  --font-purchase: 16px;
  --font-content: 18px;
  --font-placeholder: 20px;
  --font-costs: 24px;
  --font-price: 40px;
  --font-button-small: 14px;
  --font-button-medium: 20px;
  --font-button-large: 24px;
  --border-width-small: 1px;
  --border-width-normal: 2px;
  --border-radius-input: 18px;
  --border-radius-button: 27.5px;
  --visible-button-width: 100px;
  --visible-button-width-tablet: 75px;
  --visible-button-width-mobile: 50px;
  --z-level-1: 5;
  --z-level-2: 10;
  --z-level-3: 15;
  --z-level-4: 20;
  --z-level-5: 25;
}

/*# sourceMappingURL=index.cdece860.css.map */
