footer {
  background-color: #181818;
}

footer .footer-wrapper {
  padding: 2rem 3rem 1rem 3rem;
  max-inline-size: 1280px;
  margin: auto;
}

footer .footer-wrapper p,
footer .footer-wrapper a,
footer .footer-wrapper h1,
footer .footer-wrapper h2,
footer .footer-wrapper span {
  color: white;
  text-align: center;
}

footer .footer-wrapper h2 {
  margin-bottom: 0;
}

footer .footer-wrapper h2.hidden {
  display: none;
}

footer .footer-wrapper .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer .footer-wrapper .content .left-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

footer .footer-wrapper .content .left-content form {
  max-inline-size: 420px;
  margin: auto;
  width: 100%;
  margin-bottom: 3rem;
}

footer .footer-wrapper .content .left-content form.hidden {
  display: none;
}

footer .footer-wrapper .content .left-content form .control {
  -webkit-box-flex: 100%;
      -ms-flex: 100%;
          flex: 100%;
}

footer .footer-wrapper .content .left-content form .control input {
  font-weight: 300;
  color: white;
  border-bottom: 1px solid white;
  padding: .75rem 0;
}

footer .footer-wrapper .content .left-content form .control label {
  font-weight: 300;
  font-size: clamp(1.6rem, 1rem + 1vw, 2rem);
  color: white;
}

footer .footer-wrapper .content .left-content form .control input:focus + label,
footer .footer-wrapper .content .left-content form .control input:valid + label {
  font-weight: 300;
  font-size: clamp(1.2rem, 1rem + 1vw, 1.6rem);
}

@media only screen and (min-width: 768px) {
  footer .footer-wrapper .content .left-content form {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  footer .footer-wrapper .content .left-content form .control {
    -webkit-box-flex: 50%;
        -ms-flex: 50%;
            flex: 50%;
    padding-right: 4rem;
  }
}

footer .footer-wrapper .content .left-content .success-message {
  display: none;
}

footer .footer-wrapper .content .left-content .success-message.show {
  display: block;
  -webkit-animation: fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  margin-top: 80px;
}

footer .footer-wrapper .content .left-content .success-message p {
  color: #fff;
  margin: 0;
  font-size: 18px;
  text-align: left;
}

footer .footer-wrapper .content .left-content button {
  margin-top: 0;
  max-inline-size: 120px;
}

footer .footer-wrapper .content .left-content .right-content {
  text-align: center;
  font-weight: 300;
}

footer .footer-wrapper .content .left-content .right-content .location {
  font-size: 1.85rem;
}

footer .footer-wrapper .content .left-content .right-content .email {
  font-size: 1.8rem;
  text-decoration: underline;
  border-right: 1px solid white;
  -webkit-padding-end: 10px;
          padding-inline-end: 10px;
}

footer .footer-wrapper .content .left-content .right-content .contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 5px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-right: 10px;
}

footer .footer-wrapper .content .visit {
  margin-top: 50px;
  margin-bottom: 30px;
}

footer .footer-wrapper .content .visit .location {
  margin: 5rem 0;
  text-align: center;
}

footer .footer-wrapper .content .visit .location p {
  margin-top: 0.8rem;
  margin-bottom: 0.25rem;
  font-weight: 600;
  font-size: 2.2rem;
}

footer .footer-wrapper .content .visit .location span {
  font-weight: 300;
  font-size: 1.8rem;
}

footer .footer-wrapper .content .visit .location img {
  margin: auto;
  width: 50px;
  height: 50px;
}

footer .footer-wrapper .content button {
  margin: 2rem 0;
  padding: 1.2rem 2rem;
}

footer .footer-wrapper .content a.social {
  padding: 8px;
  background-color: white;
  border-radius: 50%;
  margin: 0 1rem;
  -webkit-margin-start: 16px;
          margin-inline-start: 16px;
}

footer .footer-wrapper .content a.social img {
  width: 20px;
  height: 20px;
}

@media only screen and (min-width: 768px) {
  footer .footer-wrapper {
    padding: 6rem 0 2rem;
  }
  footer .footer-wrapper h2 {
    text-align: start;
    margin-bottom: 2rem;
  }
  footer .footer-wrapper .content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 2rem 4rem;
  }
  footer .footer-wrapper .content .left-content {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
    max-width: 790px;
  }
  footer .footer-wrapper .content .left-content form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-inline-size: 680px;
    margin: 0;
    margin-bottom: 2rem;
  }
  footer .footer-wrapper .content .left-content form .float-input {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 max-content;
            flex: 1 0 max-content;
    margin-right: 4rem;
  }
  footer .footer-wrapper .content .left-content form .control .is-invalid {
    border-bottom: 1px solid #b81111;
  }
  footer .footer-wrapper .content .left-content form .control .just-validate-error-label {
    text-align: left;
    font-size: 14px;
    color: #fff !important;
    margin-top: -10px;
    padding-left: 3px;
  }
  footer .footer-wrapper .content .left-content .contact-wrapper {
    margin-top: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
  footer .footer-wrapper .content .left-content .contact-wrapper .right-content {
    padding: 0 2rem;
    -ms-flex-preferred-size: 360px;
        flex-basis: 360px;
    text-align: start;
  }
  footer .footer-wrapper .content .left-content .contact-wrapper .right-content .location {
    margin-top: 0;
    text-align: start;
  }
  footer .footer-wrapper .content .left-content .contact-wrapper .right-content .social-networks-inline {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 3rem;
  }
  footer .footer-wrapper .content .left-content .contact-wrapper .right-content .social-networks-inline a {
    margin: 0;
  }
  footer .footer-wrapper .content .visit {
    margin: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  footer .footer-wrapper .content .visit .location {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  footer .footer-wrapper .content .visit .location img {
    margin: 10px 10px 0 0;
  }
  footer .footer-wrapper .content .visit .location p {
    text-align: start;
  }
}

/**
 * ----------------------------------------
 * animation fade-in
 * ----------------------------------------
 */
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*# sourceMappingURL=footer.css.map */