.contact-header,
.contact-form {
  color: #f4f3ef;
  background-color: #122745;
}

@media only screen and (min-width: 737px) and (min-width: 1400px) {
  .contact-header {
    padding-top: 70px;
  }
}
@media only screen and (min-width: 737px) and (max-width: 1399px) and (min-width: 737px) {
  .contact-header {
    padding-top: 52.5px;
  }
}
@media only screen and (min-width: 737px) and (max-width: 736px) {
  .contact-header {
    padding-top: 35px;
  }
}
@media only screen and (max-width: 736px) and (min-width: 1400px) {
  .contact-header {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 736px) and (max-width: 1399px) and (min-width: 737px) {
  .contact-header {
    padding-top: 75px;
  }
}
@media only screen and (max-width: 736px) and (max-width: 736px) {
  .contact-header {
    padding-top: 50px;
  }
}
@media only screen and (min-width: 1400px) {
  .contact-header {
    padding-left: 138px;
    padding-right: 138px;
  }
}
@media only screen and (max-width: 1399px) and (min-width: 737px) {
  .contact-header {
    padding-left: 76px;
    padding-right: 76px;
  }
}
@media only screen and (max-width: 736px) {
  .contact-header {
    padding-left: 26px;
    padding-right: 26px;
  }
}
@media only screen and (min-width: 1400px) {
  .contact-header {
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 1399px) and (min-width: 737px) {
  .contact-header {
    padding-bottom: 75px;
  }
}
@media only screen and (max-width: 736px) {
  .contact-header {
    padding-bottom: 50px;
  }
}

.contact-header-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.contact-header-body {
  display: block;
}
@media only screen and (min-width: 737px) {
  .contact-header-body {
    max-width: 675px;
  }
}
@media only screen and (max-width: 736px) {
  .contact-header-body {
    width: 80%;
  }
}
@media only screen and (min-width: 1400px) {
  .contact-header-body {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 1399px) and (min-width: 737px) {
  .contact-header-body {
    padding-top: 37.5px;
  }
}
@media only screen and (max-width: 736px) {
  .contact-header-body {
    padding-top: 25px;
  }
}

.contact-header-body-success {
  display: block;
}
@media only screen and (max-width: 736px) {
  .contact-header-body-success {
    width: 80%;
  }
}
@media only screen and (min-width: 1400px) {
  .contact-header-body-success {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 1399px) and (min-width: 737px) {
  .contact-header-body-success {
    padding-top: 37.5px;
  }
}
@media only screen and (max-width: 736px) {
  .contact-header-body-success {
    padding-top: 25px;
  }
}

@media only screen and (min-width: 1400px) {
  .contact-form {
    padding-left: 138px;
    padding-right: 138px;
  }
}
@media only screen and (max-width: 1399px) and (min-width: 737px) {
  .contact-form {
    padding-left: 76px;
    padding-right: 76px;
  }
}
@media only screen and (max-width: 736px) {
  .contact-form {
    padding-left: 26px;
    padding-right: 26px;
  }
}
@media only screen and (min-width: 1400px) {
  .contact-form {
    padding-bottom: 125px;
  }
}
@media only screen and (max-width: 1399px) and (min-width: 737px) {
  .contact-form {
    padding-bottom: 93.75px;
  }
}
@media only screen and (max-width: 736px) {
  .contact-form {
    padding-bottom: 62.5px;
  }
}

.contact-form-container {
  display: flex;
}
@media only screen and (min-width: 737px) {
  .contact-form-container {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
@media only screen and (max-width: 736px) {
  .contact-form-container {
    flex-direction: column;
  }
}

@media only screen and (min-width: 1400px) {
  .contact-form-container {
    gap: 80px;
  }
}
@media only screen and (max-width: 1399px) and (min-width: 737px) {
  .contact-form-container {
    gap: 60px;
  }
}
@media only screen and (max-width: 736px) {
  .contact-form-container {
    gap: 40px;
  }
}

@media only screen and (min-width: 737px) {
  .contact-form-sidebar {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 30px;
  }
}
@media only screen and (max-width: 736px) {
  .contact-form-sidebar {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px 12px;
  }
}

.contact-form-sidebar-item-title {
  font-weight: 500;
  line-height: 1em;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
@media only screen and (min-width: 737px) {
  .contact-form-sidebar-item-title {
    font-size: 14px;
    padding-bottom: 14px;
  }
}
@media only screen and (max-width: 736px) {
  .contact-form-sidebar-item-title {
    font-size: 11.2px;
    padding-bottom: 10px;
  }
}

.contact-form-sidebar-item-grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: baseline;
}
@media only screen and (min-width: 737px) {
  .contact-form-sidebar-item-grid {
    gap: 0px 18px;
  }
}
@media only screen and (max-width: 736px) {
  .contact-form-sidebar-item-grid {
    gap: 0px 14px;
  }
}

@media only screen and (max-width: 736px) {
  .contact-form-sidebar-item-grid,
  .contact-form-sidebar-item-grid a,
  .contact-form-sidebar-item-grid span,
  .contact-form-sidebar-item-body,
  .contact-form-sidebar-item-body a,
  .contact-form-sidebar-item-body span {
    font-size: 12px;
  }
}

.contact-form-sidebar-item-link a,
.contact-form-sidebar-item-link a:link,
.contact-form-sidebar-item-link a:hover,
.contact-form-sidebar-item-link a:active,
.contact-form-sidebar-item-link a:visited {
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
@media only screen and (min-width: 737px) {
  .contact-form-sidebar-item-link a,
  .contact-form-sidebar-item-link a:link,
  .contact-form-sidebar-item-link a:hover,
  .contact-form-sidebar-item-link a:active,
  .contact-form-sidebar-item-link a:visited {
    font-size: 12px;
  }
}
@media only screen and (max-width: 736px) {
  .contact-form-sidebar-item-link a,
  .contact-form-sidebar-item-link a:link,
  .contact-form-sidebar-item-link a:hover,
  .contact-form-sidebar-item-link a:active,
  .contact-form-sidebar-item-link a:visited {
    font-size: 9.6px;
  }
}

.contact-form-message {
  color: #c35d5d;
}
@media only screen and (min-width: 737px) {
  .contact-form-message {
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 736px) {
  .contact-form-message {
    padding-bottom: 30px;
  }
}

@media only screen and (min-width: 737px) {
  .contact-form-fields {
    flex: 1;
  }
}
.contact-form-form {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  border-top: 1px solid #f4f3ef;
}

.contact-form-field {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  width: 100%;
  border-left: 1px solid #f4f3ef;
  border-right: 1px solid #f4f3ef;
  border-bottom: 1px solid #f4f3ef;
}

@media only screen and (min-width: 737px) {
  .contact-form-field-title,
  .contact-form-field-input,
  .contact-form-field-textarea {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media only screen and (max-width: 736px) {
  .contact-form-field-title,
  .contact-form-field-input,
  .contact-form-field-textarea {
    padding-left: 14px;
    padding-right: 14px;
  }
}

.contact-form-field-title {
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
@media only screen and (min-width: 737px) {
  .contact-form-field-title {
    font-size: 12px;
    padding-top: 10px;
    padding-bottom: 0px;
  }
}
@media only screen and (max-width: 736px) {
  .contact-form-field-title {
    font-size: 9.6px;
    padding-top: 10px;
    padding-bottom: 0px;
  }
}

.contact-form-field-input,
.contact-form-field-textarea {
  display: block;
  border: 0px;
  margin: 0px;
  outline: 0;
  background: transparent;
  /* *** */
  font-family: "roslindale-text", "Times New Roman", Times, serif;
  letter-spacing: 0px;
}
@media only screen and (min-width: 737px) {
  .contact-form-field-input,
  .contact-form-field-textarea {
    font-size: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media only screen and (max-width: 736px) {
  .contact-form-field-input,
  .contact-form-field-textarea {
    font-size: 24px;
    padding-top: 8px;
    padding-bottom: 12px;
  }
}

.contact-form-field-input::placeholder,
.contact-form-field-textarea::placeholder {
  color: inherit;
  opacity: 0.3;
}

@media only screen and (min-width: 737px) {
  .contact-form-field-input {
    height: 1.35em;
  }
}
@media only screen and (max-width: 736px) {
  .contact-form-field-input {
    height: 1.35em;
  }
}

.contact-form-field-textarea {
  resize: none;
}
@media only screen and (min-width: 737px) {
  .contact-form-field-textarea {
    height: 220px;
  }
}
@media only screen and (max-width: 736px) {
  .contact-form-field-textarea {
    height: 180px;
  }
}

.contact-form-footer {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}
@media only screen and (min-width: 737px) {
  .contact-form-footer {
    padding-top: 20px;
    gap: 40px;
  }
}
@media only screen and (max-width: 736px) {
  .contact-form-footer {
    padding-top: 20px;
    gap: 30px;
  }
}

.contact-form-footer-info {
  flex: 1;
}
@media only screen and (min-width: 737px) {
  .contact-form-footer-info {
    font-size: 14px;
  }
}
@media only screen and (max-width: 736px) {
  .contact-form-footer-info {
    font-size: 11.2px;
  }
}

@media only screen and (min-width: 1400px) {
  .contact-form-footer-submit {
    width: 320px;
  }
}
@media only screen and (max-width: 1399px) and (min-width: 737px) {
  .contact-form-footer-submit {
    width: 280px;
  }
}
@media only screen and (max-width: 736px) {
  .contact-form-footer-submit {
    width: 200px;
  }
}

.contact-form-footer-submit-btn,
a.contact-form-footer-submit-btn,
a.contact-form-footer-submit-btn:link,
a.contact-form-footer-submit-btn:hover,
a.contact-form-footer-submit-btn:active,
a.contact-form-footer-submit-btn:visited {
  border: 1px solid #f4f3ef;
}