/*-- -------------------------- -->
<---           Form             -->
<--- -------------------------- -*/
/* Mobile */
@media only screen and (min-width: 0em) {
  #form {
    padding: 5em 0;
    width: 96%;
    max-width: 35em;
    margin: auto;
  }
  #form .topper {
    display: block;
    color: var(--accessible);
    font-size: 0.7em;
    text-transform: uppercase;
    line-height: 1.4em;
    font-weight: bold;
    margin-bottom: 1.42857143em;
    letter-spacing: .05em;
    text-align: left;
    margin-left: 0;
  }
  #form h2 {
    font-size: min(10.4vw, 2.4em);
    line-height: 1.08333333;
    color: #fff;
    max-width: 12.66666667em;
    margin: auto;
    margin-left: 0;
    margin-bottom: 0.77083333em;
    text-align: left;
  }
  #form p {
    font-size: 0.9em;
    line-height: 1.43em;
    margin: auto;
    margin-left: 0;
    margin-bottom: 6.05555556em;
    max-width: 29.72222222em;
    text-align: left;
  }
  #form #contact {
    margin-bottom: 5em;
  }
  #form #contact .input-group {
    display: flex;
    flex-direction: column;
    margin-bottom: 1.5em;
  }
  #form #contact .input-group label {
    font-weight: bold;
    font-size: 0.8em;
    margin-bottom: 0.375em;
  }
  #form #contact .input-group input[type="text"],
  #form #contact .input-group input[type="email"],
  #form #contact .input-group input[type="tel"],
  #form #contact .input-group input[type="url"],
  #form #contact .input-group textarea {
    font-size: 0.8em;
    height: 4.1875em;
    border: none;
    color: #fff;
    background: transparent;
    border-bottom: 1px solid #d4d4d4 !important;
  }
  #form #contact .input-group input:focus {
    background: transparent;
    border: 1px solid #000 !important;
  }
  #form #contact .input-group input:focus-visible {
    border: none !important;
  }
  #form #contact .input-group textarea {
    min-height: 12.5em;
    padding-top: 1.25em;
  }
  #form #contact .button-solid {
    border: none;
  }
  #form .contact-right {
    background: #292929;
    padding: 2.25em 1.7em 1.25em;
    width: 100%;
    max-width: 15em;
    margin: auto;
    border-radius: 0.25em;
  }
  #form .contact-right .heading {
    color: #fff;
    font-size: 1.2em;
    line-height: 1.2em;
    font-weight: bold;
    padding-left: 0.83333333em;
    border-left: 0.20833333em solid var(--primary);
    display: block;
    margin-bottom: 0.83333333em;
  }
  #form .contact-right .info-group {
    margin-bottom: 1.8em;
  }
  #form .contact-right .info-group:last-of-type {
    margin-bottom: 0;
  }
  #form .contact-right .info {
    font-size: 0.8em;
    line-height: 1.75;
    color: #fff;
    opacity: .9;
    text-decoration: none;
    display: block;
  }
}
/* Mobile Landscape */
@media only screen and (min-width: 568px) {
  #form #contact {
    max-width: 35em;
  }
  #form .contact-right {
    max-width: 35em;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  #form .contact-right .info-group {
    width: 40%;
    margin-left: 2.5em;
  }
  #form .contact-right .info-group:nth-of-type(3) {
    margin-bottom: 0;
  }
}
/* Tablet */
@media only screen and (min-width: 48em) {
  #form #contact {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
  }
  #form #contact .input-group {
    width: 48%;
    margin-bottom: 2.5em;
    position: relative;
  }
  #form #contact .input-group:nth-of-type(5) {
    width: 100%;
  }
  #form #contact .input-group:last-of-type {
    width: 100%;
  }
  #form #contact .input-group:hover input[type="text"],
  #form #contact .input-group:hover input[type="email"],
  #form #contact .input-group:hover input[type="tel"],
  #form #contact .input-group:hover input[type="url"],
  #form #contact .input-group:hover textarea {
    padding-left: 1em;
    background-color: rgba(255, 255, 255, 0.1);
  }
  #form #contact .input-group input[type="text"],
  #form #contact .input-group input[type="email"],
  #form #contact .input-group input[type="tel"],
  #form #contact .input-group input[type="url"],
  #form #contact .input-group textarea {
    border-bottom: none;
    position: relative;
    transition: padding 0.3s, background-color 0.3s;
    background: transparent;
  }
  #form #contact .textarea:hover .hover-box {
    height: 8.4375em;
  }
  #form #contact .form-submit {
    margin-left: auto;
    margin-right: 0;
  }
  #form #contact .form-submit .button-solid {
    width: 11.11111111em;
  }
}
/* Small Desktop */
@media only screen and (min-width: 64em) {
  #form {
    display: flex;
    justify-content: space-between;
    align-content: flex-start;
    font-size: 1.5vw;
    width: 100%;
    max-width: 57.2em;
  }
  #form .left-section {
    width: 37.5em;
    margin-left: 0;
  }
  #form .content-h2,
  #form .content-p {
    text-align: left;
    margin-left: 0;
  }
  #form #contact {
    margin-right: 0;
    max-width: none;
    margin-bottom: 0;
  }
  #form .contact-right {
    flex-direction: column;
    max-width: 15em;
    margin: 0;
    height: 22.7em;
    margin-top: 5em;
  }
  #form .contact-right .info-group {
    margin-left: 0;
    width: 100%;
  }
  #form .contact-right .info-group:nth-of-type(3),
  #form .contact-right .info-group:last-of-type {
    margin-bottom: 1.8em;
  }
}
/* Large Desktop */
@media only screen and (min-width: 1300px) {
  #form {
    font-size: inherit;
  }
}
