.hero__wrapper {
  position: relative;
  height: 20vh;
  border-radius: 0px 0px 32px 32px !important;
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: end;
  justify-content: center;
  padding: 74px 32px;
  min-height: 50vh !important;
}
@media (max-width: 768px) {
  .hero__wrapper {
    min-height: 35vh !important;
  }
}
.hero figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  height: 100% !important;
  vertical-align: unset !important;
}
.hero figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  height: 100% !important;
  vertical-align: unset !important;
}
.hero__content {
  z-index: 3;
  position: relative;
  display: flex;
  color: #fff;
  flex-direction: column;
}
.hero__content h1 {
  font-size: 4.5rem;
  margin-bottom: 14px;
  line-height: 1.1;
  text-transform: uppercase;
  color: #e31e24;
  text-align: center;
}
@media (max-width: 768px) {
  .hero__content h1 {
    font-size: 2.5rem;
  }
}

h1 {
  font-size: 48px;
}

h2 {
  font-size: clamp(28px, 3vw, 42px);
}

.info {
  padding-bottom: 50px;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  gap: 32px;
  position: sticky;
  top: 150px;
}
.info__box img {
  width: 64px;
  padding: 4px;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  margin-bottom: 1rem;
}
.info__box p, .info__box a {
  font-size: 18px;
}
.info__box a:hover {
  text-decoration: underline;
}
@media (max-width: 768px) {
  .info__box {
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: center;
  }
  .info__box img {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .info {
    align-self: center;
    gap: 40px;
  }
}

.wpcf7 {
  color: #000;
  font-family: "Montserrat", sans-serif;
  padding-bottom: 50px;
  margin-top: 24px;
}
.wpcf7__row {
  display: flex;
  width: 100%;
  gap: 20px;
}
.wpcf7 form {
  display: grid;
  gap: 20px;
  padding: clamp(24px, 4vw, 48px);
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 16px;
  box-shadow: 0 16px 40px rgba(14, 14, 14, 0.06);
}
.wpcf7 p {
  margin: 0;
}
.wpcf7 label {
  display: grid;
  gap: 8px;
  color: #0e0e0e;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.4;
}
.wpcf7 .wpcf7-form-control-wrap {
  display: block;
}
.wpcf7 input:not([type=submit], [type=checkbox], [type=radio]),
.wpcf7 select,
.wpcf7 textarea {
  width: 100%;
  min-height: 52px;
  padding: 13px 16px;
  color: #000;
  font: inherit;
  font-weight: 500;
  line-height: 1.5;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}
.wpcf7 input:not([type=submit], [type=checkbox], [type=radio])::placeholder,
.wpcf7 select::placeholder,
.wpcf7 textarea::placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.wpcf7 input:not([type=submit], [type=checkbox], [type=radio]):hover,
.wpcf7 select:hover,
.wpcf7 textarea:hover {
  border-color: rgba(14, 14, 14, 0.3);
}
.wpcf7 input:not([type=submit], [type=checkbox], [type=radio]):focus,
.wpcf7 select:focus,
.wpcf7 textarea:focus {
  background: #fff;
  border-color: #e31e24;
  box-shadow: 0 0 0 4px rgba(227, 30, 36, 0.1);
}
.wpcf7 input:not([type=submit], [type=checkbox], [type=radio]).wpcf7-not-valid,
.wpcf7 select.wpcf7-not-valid,
.wpcf7 textarea.wpcf7-not-valid {
  border-color: #e31e24;
  box-shadow: 0 0 0 4px rgba(227, 30, 36, 0.08);
}
.wpcf7 textarea {
  min-height: 180px;
  resize: vertical;
}
.wpcf7 select {
  cursor: pointer;
}
.wpcf7 .wpcf7-list-item {
  margin: 0 18px 8px 0;
}
.wpcf7 .wpcf7-list-item label {
  display: inline-flex;
  grid-template-columns: none;
  flex-direction: row;
  gap: 10px;
  align-items: flex-start;
  cursor: pointer;
}
.wpcf7 input[type=checkbox],
.wpcf7 input[type=radio] {
  width: 18px;
  height: 18px;
  margin: 1px 0 0;
  accent-color: #e31e24;
  cursor: pointer;
}
.wpcf7 input[type=submit] {
  display: inline-flex;
  min-height: 52px;
  padding: 14px 30px;
  color: #fff;
  font: inherit;
  font-weight: 700;
  line-height: 1;
  background: #e31e24;
  border: 1px solid #e31e24;
  border-radius: 6px;
  cursor: pointer;
  transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}
.wpcf7 input[type=submit]:hover {
  color: #fff;
  background: #0e0e0e;
  border-color: #0e0e0e;
  transform: translateY(-1px);
}
.wpcf7 input[type=submit]:focus-visible {
  outline: 3px solid rgba(227, 30, 36, 0.25);
  outline-offset: 3px;
}
.wpcf7 input[type=submit]:disabled {
  cursor: not-allowed;
  opacity: 0.6;
  transform: none;
}
.wpcf7 .wpcf7-spinner {
  margin: 0 0 0 12px;
  vertical-align: middle;
  background-color: #0e0e0e;
}
.wpcf7 .wpcf7-not-valid-tip {
  margin-top: 6px;
  color: #e31e24;
  font-size: 0.8rem;
  font-weight: 600;
}
.wpcf7 .wpcf7-response-output {
  margin: 4px 0 0 !important;
  padding: 14px 16px !important;
  color: #0e0e0e;
  font-size: 0.9rem;
  font-weight: 600;
  background: rgba(229, 229, 229, 0.35);
  border: 1px solid #e5e5e5 !important;
  border-left: 4px solid #e31e24 !important;
  border-radius: 6px;
}
.wpcf7 form.sent .wpcf7-response-output {
  border-left-color: #0e0e0e !important;
}
.wpcf7 .wpcf7-acceptance label {
  font-size: 0.82rem;
  font-weight: 500;
}
@media (max-width: 640px) {
  .wpcf7 form {
    gap: 16px;
    padding: 20px;
    border-radius: 12px;
  }
  .wpcf7 input[type=submit] {
    width: 100%;
    justify-content: center;
  }
}

/*# sourceMappingURL=page-contact.css.map */
