.cover {
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 70px;
  min-height: 88vh;
}
.cover .content {
  padding-top: 70px;
  padding-inline: 20px;
  position: relative;
  width: 100%;
  height: auto;
}
.cover .content button {
  width: 100%;
  margin-top: 23px;
  background: #1F1F1F;
  color: white;
  border-radius: 6px;
  height: 50px;
  outline: none;
  border: none;
}
.cover .content button i {
  margin-left: 15px;
}
.cover .content .text {
  position: relative;
  text-align: center;
}
.cover .content .text h2 {
  font-size: 26px;
  color: #1F1F1F;
}
.cover .content form {
  width: 100%;
  height: 100%;
  border-radius: 6px;
  margin-top: 35px;
  position: relative;
  padding: 27px 0;
}
.cover .content form label {
  color: #1F1F1F;
  font-size: 16px;
  opacity: 0.9;
}
.cover .content form input {
  height: 50px;
  width: 100%;
  border: 1px solid rgb(239, 239, 239);
  outline: none;
  border-radius: 6px;
  color: #1F1F1F;
  font-size: 16px;
  padding: 5px 12px;
  background: rgb(243, 243, 243);
}
.cover .content form input:active, .cover .content form input:focus {
  border: 2px solid rgb(211, 211, 211);
}
.cover .content form button {
  width: 100%;
  margin-top: 23px;
  background: #1F1F1F;
  color: white;
  border-radius: 6px;
  height: 50px;
  outline: none;
  border: none;
}
.cover .content form button i {
  margin-left: 15px;
}
.cover .content .faq {
  margin-top: 55px;
}
.cover .content .faq .question {
  width: 100%;
  margin-bottom: 25px;
}
.cover .content .faq .question .toggle-faq {
  all: unset;
  cursor: pointer;
  font-size: 15px;
  color: #1F1F1F;
  opacity: 0.85;
  text-transform: uppercase;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cover .content .faq .question .toggle-faq p {
  min-width: 296px;
}
.cover .content .faq .question .toggle-faq .iconFAQ {
  margin-left: 50px;
  font-size: 22px;
}
.cover .content .faq .question .link-content {
  max-height: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: max-height 0.4s ease;
  padding-left: 25px;
  padding-block: 10px;
}
.cover .content .faq .question .link-content p {
  color: #1F1F1F;
  display: block;
  margin-block: 6px;
  font-size: 16px;
}
.cover .content .faq .question.open .link-content {
  max-height: 300px;
}
.cover .content .faq .question.open .toggle-link .icon {
  content: "-";
}/*# sourceMappingURL=page.css.map */