@font-face {
  font-family: "Mulish";
  src: url("/assets/fonts/Mulish-Regular.woff") format("woff");
  font-weight: 400;
}
@font-face {
  font-family: "Mulish";
  src: url("/assets/fonts/Mulish-SemiBold.woff") format("woff");
  font-weight: 600;
}
@font-face {
  font-family: "Mulish";
  src: url("/assets/fonts/Mulish-Bold.woff") format("woff");
  font-weight: 700;
}
* {
  color: #222943;
  margin: 0;
}

.text-content {
  max-width: 1440px;
  width: 100%;
  padding-top: 36px;
  padding-bottom: 36px;
  gap: 24px;
}
.text-content h1 {
  font-family: "Mulish", sans-serif !important;
  font-size: 26px !important;
  font-weight: 800 !important;
  line-height: 34px !important;
  margin: 0;
}
.text-content h2 {
  font-family: "Mulish", sans-serif !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  line-height: 22px !important;
  margin: 0;
}
.text-content ol li {
  font-family: "Mulish", sans-serif !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  line-height: 22px !important;
}
.text-content ol li:not(:last-child) {
  margin-bottom: 24px;
}
.text-content p {
  font-family: "Mulish", sans-serif !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 22px !important;
  margin: 0;
}
.text-content p span {
  font-family: "Mulish", sans-serif !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 22px !important;
  margin: 0;
}
.text-content ul {
  list-style-type: disc;
}
.text-content ul li {
  font-family: "Mulish", sans-serif !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 22px !important;
}
.text-content ul li:not(:last-child) {
  margin-bottom: 0px;
}
.text-content table {
  max-width: 740px;
  width: 100%;
}
.text-content table th,
.text-content table td {
  padding: 16px;
  max-width: 185px;
  max-height: 390px;
  word-break: break-all;
  vertical-align: top;
}
.text-content table th {
  font-family: "Mulish", sans-serif !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 22px !important;
}
.text-content table td {
  font-family: "Mulish", sans-serif !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 22px !important;
}

form {
  width: 100%;
  gap: 24px;
}
form .inputs {
  gap: 24px;
}
form label {
  font-family: "Mulish", sans-serif !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 22px !important;
  color: #222943;
}
form input {
  width: 254px;
  height: 54px;
  border: 1px solid #dee3ed;
  padding: 16px;
}
form textarea {
  border: 1px solid #dee3ed;
}
form .error-message {
  color: #CC2D1F;
  gap: 8px;
  margin-top: 8px;
  align-items: center;
  font-family: "Mulish", sans-serif !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 18px !important;
}
form .error-message i {
  color: #CC2D1F;
  font-size: 18px;
  width: -moz-fit-content !important;
  width: fit-content !important;
}
form button {
  width: 104px;
  height: 44px;
  padding-top: 10px;
  padding-right: 24px;
  padding-bottom: 10px;
  padding-left: 24px;
  border-radius: 22px;
  background: #002855;
  color: white;
  font-family: "Mulish", sans-serif !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 22px !important;
  cursor: pointer;
  border: none;
}

@media (max-width: 480px) {
  form * {
    width: 100% !important;
  }
  form button {
    width: 104px !important;
  }
}/*# sourceMappingURL=informations.css.map */