.form__label, .form__input {
  font-size: var(--tdfs-body);
  line-height: 1.5;
  color: #424242;
}
.form .wpcf7-submit.sending {
  pointer-events: none;
}
.form__heading {
  font-size: 1.875vw;
  font-weight: 400;
  line-height: 1.6;
  color: #154945;
}
@media screen and (max-width: 1199px) {
  .form__heading {
    font-size: 3.0025020851vw;
  }
}
@media screen and (max-width: 767px) {
  .form__heading {
    font-size: 3.6505867014vw;
  }
}
@media screen and (max-width: 480px) {
  .form__heading {
    font-size: 5.8333333333vw;
  }
}
@media screen and (max-width: 430px) {
  .form__heading {
    font-size: 6.511627907vw;
  }
}
@media screen and (max-width: 375px) {
  .form__heading {
    font-size: 7.4666666667vw;
  }
}
.form__label {
  color: #154945;
}
.form__input {
  color: #154945;
  padding-top: 0.8333333333vw;
  padding-bottom: 0.8333333333vw;
  padding-left: 1.0416666667vw;
  padding-right: 1.0416666667vw;
  border: 1px solid #dadada;
  border-radius: 0.5208333333vw;
  display: block;
  width: 100%;
  resize: none;
  transition: border-color 0.3s ease;
}
@media screen and (max-width: 1199px) {
  .form__input {
    padding-top: 1.3344453711vw;
  }
}
@media screen and (max-width: 767px) {
  .form__input {
    padding-top: 1.8252933507vw;
  }
}
@media screen and (max-width: 480px) {
  .form__input {
    padding-top: 2.9166666667vw;
  }
}
@media screen and (max-width: 430px) {
  .form__input {
    padding-top: 3.2558139535vw;
  }
}
@media screen and (max-width: 375px) {
  .form__input {
    padding-top: 3.7333333333vw;
  }
}
@media screen and (max-width: 1199px) {
  .form__input {
    padding-bottom: 1.3344453711vw;
  }
}
@media screen and (max-width: 767px) {
  .form__input {
    padding-bottom: 1.8252933507vw;
  }
}
@media screen and (max-width: 480px) {
  .form__input {
    padding-bottom: 2.9166666667vw;
  }
}
@media screen and (max-width: 430px) {
  .form__input {
    padding-bottom: 3.2558139535vw;
  }
}
@media screen and (max-width: 375px) {
  .form__input {
    padding-bottom: 3.7333333333vw;
  }
}
@media screen and (max-width: 1199px) {
  .form__input {
    padding-left: 1.6680567139vw;
  }
}
@media screen and (max-width: 767px) {
  .form__input {
    padding-left: 2.3468057366vw;
  }
}
@media screen and (max-width: 480px) {
  .form__input {
    padding-left: 3.75vw;
  }
}
@media screen and (max-width: 430px) {
  .form__input {
    padding-left: 4.1860465116vw;
  }
}
@media screen and (max-width: 375px) {
  .form__input {
    padding-left: 4.8vw;
  }
}
@media screen and (max-width: 1199px) {
  .form__input {
    padding-right: 1.6680567139vw;
  }
}
@media screen and (max-width: 767px) {
  .form__input {
    padding-right: 2.3468057366vw;
  }
}
@media screen and (max-width: 480px) {
  .form__input {
    padding-right: 3.75vw;
  }
}
@media screen and (max-width: 430px) {
  .form__input {
    padding-right: 4.1860465116vw;
  }
}
@media screen and (max-width: 375px) {
  .form__input {
    padding-right: 4.8vw;
  }
}
@media screen and (max-width: 1199px) {
  .form__input {
    border-radius: 0.834028357vw;
  }
}
@media screen and (max-width: 767px) {
  .form__input {
    border-radius: 1.3037809648vw;
  }
}
@media screen and (max-width: 480px) {
  .form__input {
    border-radius: 2.0833333333vw;
  }
}
@media screen and (max-width: 430px) {
  .form__input {
    border-radius: 2.3255813953vw;
  }
}
@media screen and (max-width: 375px) {
  .form__input {
    border-radius: 2.6666666667vw;
  }
}
.form__input:focus, .form__input:focus-visible {
  border-color: #154945;
  outline: 0;
  box-shadow: none;
}
.form__input::placeholder {
  color: #999999;
}
.form__calendar {
  background-image: url("../../images/icon-calendar.svg");
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-size: 32px 32px;
}
.form__hr {
  border-color: #dadada;
  opacity: 1;
  margin-top: 3.125vw;
  margin-bottom: 3.125vw;
}
@media screen and (max-width: 1199px) {
  .form__hr {
    margin-top: 5.0041701418vw;
  }
}
@media screen and (max-width: 767px) {
  .form__hr {
    margin-top: 5.2151238592vw;
  }
}
@media screen and (max-width: 480px) {
  .form__hr {
    margin-top: 8.3333333333vw;
  }
}
@media screen and (max-width: 430px) {
  .form__hr {
    margin-top: 9.3023255814vw;
  }
}
@media screen and (max-width: 375px) {
  .form__hr {
    margin-top: 10.6666666667vw;
  }
}
@media screen and (max-width: 1199px) {
  .form__hr {
    margin-bottom: 5.0041701418vw;
  }
}
@media screen and (max-width: 767px) {
  .form__hr {
    margin-bottom: 5.2151238592vw;
  }
}
@media screen and (max-width: 480px) {
  .form__hr {
    margin-bottom: 8.3333333333vw;
  }
}
@media screen and (max-width: 430px) {
  .form__hr {
    margin-bottom: 9.3023255814vw;
  }
}
@media screen and (max-width: 375px) {
  .form__hr {
    margin-bottom: 10.6666666667vw;
  }
}
.form__group .btn {
  background-color: #ffffff;
  border: 1px solid #dadada;
  width: 3.125vw;
  color: #154945;
  transition: background-color 0.3s ease, color 0.3s ease;
}
@media screen and (max-width: 1199px) {
  .form__group .btn {
    width: 5.0041701418vw;
  }
}
@media screen and (max-width: 767px) {
  .form__group .btn {
    width: 7.8226857888vw;
  }
}
@media screen and (max-width: 480px) {
  .form__group .btn {
    width: 12.5vw;
  }
}
@media screen and (max-width: 430px) {
  .form__group .btn {
    width: 13.9534883721vw;
  }
}
@media screen and (max-width: 375px) {
  .form__group .btn {
    width: 16vw;
  }
}
.form__group .btn:hover {
  background-color: #154945;
  color: #ffffff;
}
.form__group .form__input {
  text-align: center;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.form__group span {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}

.wpcf7-response-output {
  display: none;
}

.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange, .flatpickr-day.selected.inRange, .flatpickr-day.startRange.inRange, .flatpickr-day.endRange.inRange, .flatpickr-day.selected:focus, .flatpickr-day.startRange:focus, .flatpickr-day.endRange:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange:hover, .flatpickr-day.endRange:hover, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange.nextMonthDay {
  background: #154945;
  border-color: #154945;
  color: #ffffff;
}

.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  box-shadow: -10px 0 0 #154945;
}

.form__label {
  margin-bottom: 0.6770833333vw;
  font-size: 1.0416666667vw;
}
@media screen and (max-width: 1199px) {
  .form__label {
    margin-bottom: 1.0842368641vw;
  }
}
@media screen and (max-width: 767px) {
  .form__label {
    margin-bottom: 1.6949152542vw;
  }
}
@media screen and (max-width: 480px) {
  .form__label {
    margin-bottom: 2.7083333333vw;
  }
}
@media screen and (max-width: 430px) {
  .form__label {
    margin-bottom: 3.023255814vw;
  }
}
@media screen and (max-width: 375px) {
  .form__label {
    margin-bottom: 3.4666666667vw;
  }
}
@media screen and (max-width: 1199px) {
  .form__label {
    font-size: 1.6680567139vw;
  }
}
@media screen and (max-width: 767px) {
  .form__label {
    font-size: 2.3468057366vw;
  }
}
@media screen and (max-width: 480px) {
  .form__label {
    font-size: 3.75vw;
  }
}
@media screen and (max-width: 430px) {
  .form__label {
    font-size: 4.1860465116vw;
  }
}
@media screen and (max-width: 375px) {
  .form__label {
    font-size: 4.8vw;
  }
}
.form__input {
  font-size: 1.0416666667vw;
}
@media screen and (max-width: 1199px) {
  .form__input {
    font-size: 1.6680567139vw;
  }
}
@media screen and (max-width: 767px) {
  .form__input {
    font-size: 2.3468057366vw;
  }
}
@media screen and (max-width: 480px) {
  .form__input {
    font-size: 3.75vw;
  }
}
@media screen and (max-width: 430px) {
  .form__input {
    font-size: 4.1860465116vw;
  }
}
@media screen and (max-width: 375px) {
  .form__input {
    font-size: 4.8vw;
  }
}

.contact {
  margin-top: 6.25vw;
  padding-top: 3.125vw;
  padding-bottom: 5.2083333333vw;
}
.contact__image-container {
  position: relative;
  width: 100%;
  display: block;
}
.contact__image-container:before {
  content: "";
  display: block;
  padding-top: 113.2075471698%;
}
.contact__image-container .ratio-item {
  object-fit: cover;
}
@media screen and (max-width: 1199px) {
  .contact {
    margin-top: 10.0083402836vw;
  }
}
@media screen and (max-width: 767px) {
  .contact {
    margin-top: 11.7340286832vw;
  }
}
@media screen and (max-width: 480px) {
  .contact {
    margin-top: 18.75vw;
  }
}
@media screen and (max-width: 430px) {
  .contact {
    margin-top: 20.9302325581vw;
  }
}
@media screen and (max-width: 375px) {
  .contact {
    margin-top: 24vw;
  }
}
@media screen and (max-width: 1199px) {
  .contact {
    padding-top: 5.0041701418vw;
  }
}
@media screen and (max-width: 767px) {
  .contact {
    padding-top: 5.2151238592vw;
  }
}
@media screen and (max-width: 480px) {
  .contact {
    padding-top: 8.3333333333vw;
  }
}
@media screen and (max-width: 430px) {
  .contact {
    padding-top: 9.3023255814vw;
  }
}
@media screen and (max-width: 375px) {
  .contact {
    padding-top: 10.6666666667vw;
  }
}
@media screen and (max-width: 1199px) {
  .contact {
    padding-bottom: 8.3402835696vw;
  }
}
@media screen and (max-width: 767px) {
  .contact {
    padding-bottom: 13.037809648vw;
  }
}
@media screen and (max-width: 480px) {
  .contact {
    padding-bottom: 20.8333333333vw;
  }
}
@media screen and (max-width: 430px) {
  .contact {
    padding-bottom: 23.2558139535vw;
  }
}
@media screen and (max-width: 375px) {
  .contact {
    padding-bottom: 26.6666666667vw;
  }
}
.contact__wrapper {
  padding-left: 1.5625vw;
}
@media screen and (max-width: 1199px) {
  .contact__wrapper {
    padding-left: 2.5020850709vw;
  }
}
@media screen and (max-width: 767px) {
  .contact__wrapper {
    padding-left: 0vw;
  }
}
@media screen and (max-width: 480px) {
  .contact__wrapper {
    padding-left: 0vw;
  }
}
@media screen and (max-width: 430px) {
  .contact__wrapper {
    padding-left: 0vw;
  }
}
@media screen and (max-width: 375px) {
  .contact__wrapper {
    padding-left: 0vw;
  }
}
.contact__title {
  font-size: 3.75vw;
  font-weight: 400;
  line-height: 1.2;
  color: #154945;
  margin-top: 0vw;
  margin-bottom: 1.7708333333vw;
}
@media screen and (max-width: 1199px) {
  .contact__title {
    font-size: 6.0050041701vw;
  }
}
@media screen and (max-width: 767px) {
  .contact__title {
    font-size: 6.258148631vw;
  }
}
@media screen and (max-width: 480px) {
  .contact__title {
    font-size: 10vw;
  }
}
@media screen and (max-width: 430px) {
  .contact__title {
    font-size: 11.1627906977vw;
  }
}
@media screen and (max-width: 375px) {
  .contact__title {
    font-size: 12.8vw;
  }
}
@media screen and (max-width: 1199px) {
  .contact__title {
    margin-top: 0vw;
  }
}
@media screen and (max-width: 767px) {
  .contact__title {
    margin-top: 2.6075619296vw;
  }
}
@media screen and (max-width: 480px) {
  .contact__title {
    margin-top: 4.1666666667vw;
  }
}
@media screen and (max-width: 430px) {
  .contact__title {
    margin-top: 4.6511627907vw;
  }
}
@media screen and (max-width: 375px) {
  .contact__title {
    margin-top: 5.3333333333vw;
  }
}
@media screen and (max-width: 1199px) {
  .contact__title {
    margin-bottom: 2.8356964137vw;
  }
}
@media screen and (max-width: 767px) {
  .contact__title {
    margin-bottom: 2.6075619296vw;
  }
}
@media screen and (max-width: 480px) {
  .contact__title {
    margin-bottom: 4.1666666667vw;
  }
}
@media screen and (max-width: 430px) {
  .contact__title {
    margin-bottom: 4.6511627907vw;
  }
}
@media screen and (max-width: 375px) {
  .contact__title {
    margin-bottom: 5.3333333333vw;
  }
}

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