.contact_hero .content-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}
@media screen and (max-width: 992px) {
  .contact_hero .content-wrapper {
    padding: 64px 24px 32px;
  }
}
.contact_hero .content-wrapper .title {
  font-size: 58px;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: -1.16px;
  margin-bottom: 20px;
}
@media screen and (max-width: 992px) {
  .contact_hero .content-wrapper .title {
    font-size: 38px;
    letter-spacing: -0.76px;
  }
}
.contact_hero .content-wrapper .text {
  font-size: 16px;
  font-weight: 400;
  line-height: 145%;
}
@media screen and (max-width: 992px) {
  .contact_hero .content-wrapper .text {
    margin-bottom: 64px;
  }
}
.contact_hero .content-wrapper .boxes-wrapper {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}
.contact_hero .content-wrapper .boxes-wrapper .box {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 24px 8px;
  border-radius: 8px;
  gap: 8px;
  background-color: #f5f9fa;
}
.contact_hero .content-wrapper .boxes-wrapper .box .left-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.contact_hero .content-wrapper .boxes-wrapper .box .right-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  min-width: fit-content;
  align-items: center;
}
.contact_hero .content-wrapper .boxes-wrapper .box .image-wrapper {
  margin-right: 12px;
}
.contact_hero .content-wrapper .boxes-wrapper .box .image-wrapper img {
  max-width: 48px;
}
.contact_hero .content-wrapper .boxes-wrapper .box .desc-wrapper .description {
  font-size: 16px;
  font-weight: 400;
  line-height: 145%;
  margin-bottom: 0;
}
.contact_hero .form-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.contact_hero .form-wrapper .outer-wrapper {
  padding: 34px;
  background-color: #002a93;
  border-radius: 16px;
}
@media screen and (max-width: 992px) {
  .contact_hero .form-wrapper .outer-wrapper {
    padding: 24px;
  }
}
.contact_hero .form-wrapper .form {
  padding: 36px 52px;
  background-color: #fcfeff;
  border: 1px solid #002a93;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin-right: auto;
}
@media screen and (max-width: 992px) {
  .contact_hero .form-wrapper .form {
    padding: 36px 12px;
  }
}
.contact_hero .form-wrapper .form .content {
  display: flex;
  flex-direction: column;
  gap: 12px;
  text-align: center;
}
.contact_hero .form-wrapper .form .content .title {
  font-size: 32px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -0.64px;
  margin-bottom: 0;
}
@media screen and (max-width: 992px) {
  .contact_hero .form-wrapper .form .content .title {
    font-size: 28px;
  }
}
.contact_hero .form-wrapper .form .content .text {
  font-size: 18px;
  font-weight: 400;
  line-height: 145%;
}
@media screen and (max-width: 992px) {
  .contact_hero .form-wrapper .form .content .text {
    font-size: 16px;
  }
}
.contact_hero .form-wrapper .form .content .contact-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 12px;
}
@media screen and (max-width: 992px) {
  .contact_hero .form-wrapper .form .content .contact-wrapper {
    flex-direction: column;
    align-items: center;
  }
}
.contact_hero .form-wrapper .form .content .contact-wrapper .phone,
.contact_hero .form-wrapper .form .content .contact-wrapper .mail {
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: center;
}
.contact_hero .form-wrapper .form .content .contact-wrapper .phone .text-link,
.contact_hero .form-wrapper .form .content .contact-wrapper .mail .text-link {
  color: #ff6f61;
  font-size: 16px;
  font-weight: 400;
  line-height: 145%;
  border: none;
  text-decoration: underline;
}
.contact_hero .form-wrapper .form .content .contact-wrapper .phone .text-link:hover,
.contact_hero .form-wrapper .form .content .contact-wrapper .mail .text-link:hover {
  color: #002a93;
}
.contact_hero .form-wrapper .form .content .contact-wrapper .phone .text-link:hover::after,
.contact_hero .form-wrapper .form .content .contact-wrapper .mail .text-link:hover::after {
  background-color: #002a93;
}
.contact_hero .form-wrapper .form .content .contact-wrapper .phone .text-link::after,
.contact_hero .form-wrapper .form .content .contact-wrapper .mail .text-link::after {
  background-color: #ff6f61;
}
.contact_hero .form-wrapper .form .wpcf7 textarea {
  max-height: 105px;
}
.contact_hero .form-wrapper .form .wpcf7 p {
  margin-bottom: 8px;
}
.contact_hero .form-wrapper .form .wpcf7 p label {
  margin-bottom: 0;
}
.contact_hero .form-wrapper .form .wpcf7 .wpcf7-spinner {
  display: none;
}
.contact_hero .form-wrapper .form a.text-link {
  color: #00141a;
  font-weight: normal;
  border-bottom: 0;
  text-decoration: underline;
}
.contact_hero .form-wrapper .form a.text-link::after {
  content: none;
}
.contact_hero .form-wrapper .form a.text-link:hover {
  color: #ff6f61;
}
.contact_hero .form-wrapper .form .fields-wrapper {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.contact_hero .form-wrapper .form .fields-wrapper .field .label {
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 145%;
}
.contact_hero .form-wrapper .form .fields-wrapper .field .label .req {
  color: #ff6f61;
}
.contact_hero .form-wrapper .form .fields-wrapper .field p {
  margin: 0;
}
.contact_hero .form-wrapper .form .fields-wrapper .field input:not([type=checkbox]),
.contact_hero .form-wrapper .form .fields-wrapper .field textarea {
  border: 1px solid #808b8e;
  border-radius: 4px;
  width: 100%;
  margin: 0;
}
.contact_hero .form-wrapper .form .fields-wrapper .field textarea {
  max-height: 105px;
}
.contact_hero .form-wrapper .form .fields-wrapper .field input[type=checkbox] {
  min-width: 16px;
  height: 16px;
  border-radius: 4px;
  border: 1px solid #d6dfe1;
  background-color: #fcfeff;
  accent-color: #002a93;
}
.contact_hero .form-wrapper .form .fields-wrapper .field.privacy label, .contact_hero .form-wrapper .form .fields-wrapper .field.marketing label {
  display: flex;
  flex-direction: row;
  gap: 8px;
}
.contact_hero .form-wrapper .form .fields-wrapper .submit p,
.contact_hero .form-wrapper .form .fields-wrapper .submit .btn {
  margin: 0;
}
.contact_hero .form-wrapper .form .fields-wrapper .submit .btn {
  margin-top: 20px;
}
.contact_hero .form-wrapper .form .fields-wrapper .submit .wpcf7-spinner {
  display: none;
}

/*# sourceMappingURL=contact_hero.css.map*/