a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* basic 
==================================== */
body {
  overflow-x: hidden;
  font-family: "Arial", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 16.5px;
  line-height: 1.3;
  color: #000;
}

input:-internal-autofill-previewed, input:-internal-autofill-selected, textarea:-internal-autofill-previewed, textarea:-internal-autofill-selected, select:-internal-autofill-previewed, select:-internal-autofill-selected {
  background-color: transparent !important;
}

.form-control {
  color: #000;
  padding: 7px 0px;
  height: auto;
  font-size: 16px;
  border: 0;
  border-bottom: 1px solid #7f7f7f;
  border-radius: 0px;
  background: transparent;
}
.form-control:focus {
  border-color: #D9D9D9;
}
@media only screen and (min-width: 992px) {
  .form-control {
    font-size: 21px;
  }
}

select.form-control {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: url(../images/arrowdown.svg) right 0px center no-repeat;
  background-size: 17px;
  padding-right: 40px;
  height: auto !important;
}

textarea.form-control {
  height: 160px;
}

.form-control:focus {
  color: #000;
  border-color: #D9D9D9;
  background-color: transparent;
  outline: 0;
  box-shadow: none;
}

a {
  color: #fff;
}
a:hover {
  text-decoration: none;
  color: #939190;
}

img {
  max-width: 100%;
  height: auto;
}

.container {
  padding-right: 20px;
  padding-left: 20px;
  max-width: 785px;
}
@media only screen and (min-width: 992px) {
  .container {
    padding-right: 40px;
    padding-left: 40px;
  }
}

b, strong {
  font-weight: 700;
}

/* hero-home
========================================= */
.hero-home {
  position: relative;
  padding: 40px 0;
  min-height: 100dvh;
  display: flex;
  align-items: center;
  color: #fff;
  text-align: center;
  font-size: 14px;
  background: #000;
}
@media only screen and (min-width: 992px) {
  .hero-home {
    color: #fff;
    padding: 80px 0;
    font-size: 17px;
  }
}
.hero-home h2 {
  margin-bottom: 30px;
  font-size: 22px;
}
@media only screen and (min-width: 992px) {
  .hero-home h2 {
    font-size: 30px;
    margin-bottom: 50px;
  }
}
.hero-home .logo {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #fff;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 992px) {
  .hero-home .logo {
    padding-bottom: 50px;
    max-width: 580px;
    margin: 0 auto 50px;
  }
}
.hero-home .logo img {
  width: 100%;
  max-width: 200px;
}
@media only screen and (min-width: 992px) {
  .hero-home .logo img {
    max-width: 290px;
  }
}
.hero-home p {
  text-align: justify;
}
.hero-home .copy {
  margin-top: 50px;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .hero-home .copy {
    margin-top: 80px;
  }
}
.hero-home .link {
  margin-top: 50px;
}
@media only screen and (min-width: 992px) {
  .hero-home .link {
    margin-top: 120px;
  }
}
.hero-home .link a {
  font-weight: bold;
  font-size: 18px;
  position: relative;
  padding-bottom: 15px;
}
.hero-home .link a:before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  width: 55px;
  height: 2px;
  background: #fff;
  content: "";
}
@media only screen and (min-width: 992px) {
  .hero-home .link a {
    font-size: 25px;
  }
}
.hero-home .companies {
  margin-bottom: 30px;
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
}
@media only screen and (min-width: 992px) {
  .hero-home .companies {
    margin-bottom: 60px;
    max-width: 500px;
  }
}
.hero-home .companies a {
  display: inline-block;
  max-width: 45%;
}
.hero-home .companies img {
  width: 100%;
  max-height: 72px;
}
@media only screen and (min-width: 992px) {
  .hero-home .companies img {
    max-height: 103px;
  }
}
.hero-home .container {
  z-index: 2;
}
.hero-home .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.hero-home .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.5;
}

.grecaptcha-badge {
  display: none !important;
}

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