.hero-contact {
  position: relative;
  background-color: #272f45;
}
.hero-contact picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.85;
}
.hero-contact picture img {
  width: 100%;
  height: 100%;
  -o-object-position: center top;
     object-position: center top;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero-contact .inner {
  position: relative;
  padding: 10px 25px 25px;
  max-width: 1480px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .hero-contact .inner {
    padding-top: 100px;
  }
}
.hero-contact .inner .heading .title {
  color: #fff;
}
@media (max-width: 767px) {
  .hero-contact .inner .heading .title {
    font-size: 43px;
    line-height: 1.5;
  }
}
.hero-contact .inner .heading .subtitle {
  text-transform: none;
  letter-spacing: 0;
  font-weight: 700;
}
.hero-contact .inner .heading .trust-logos {
  width: 100%;
}
@media (min-width: 768px) {
  .hero-contact .inner .heading .trust-logos {
    margin-top: 50px;
  }
}
.hero-contact .inner .heading .trust-logos .slide {
  height: 115px;
  display: block;
}
.hero-contact .inner .heading .trust-logos .slide * {
  height: 100%;
  width: 100%;
  display: block;
  margin: 0 auto;
}
.hero-contact .inner .heading .trust-logos .slide a {
  display: flex;
}
.hero-contact .inner .heading .trust-logos .slide img {
  max-width: 220px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
}
@media (max-width: 768px) {
  .hero-contact .inner .heading .trust-logos .slide img {
    max-width: 240px;
  }
}
.hero-contact .inner .form {
  margin-top: 30px;
}
.hero-contact .inner .form .gform_heading {
  display: none;
}
.hero-contact .inner .form .gform_wrapper ::-webkit-input-placeholder {
  color: rgba(var(--primaryColor), 1);
}
.hero-contact .inner .form .gform_wrapper :-ms-input-placeholder {
  color: rgba(var(--primaryColor), 1);
}
.hero-contact .inner .form .gform_wrapper ::-moz-placeholder {
  color: rgba(var(--primaryColor), 1);
}
.hero-contact .inner .form .gform_wrapper :-moz-placeholder {
  color: rgba(var(--primaryColor), 1);
}
.hero-contact .inner .form .gform_wrapper .gform_submission_error {
  font-size: 18px !important;
  margin-bottom: 15px;
}
.hero-contact .inner .form .gform_wrapper .gform_body .gform_fields {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.hero-contact .inner .form .gform_wrapper .gform_body .gform_fields .gfield {
  flex-basis: calc(50% - 22.5px);
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .hero-contact .inner .form .gform_wrapper .gform_body .gform_fields .gfield {
    flex-basis: 100%;
  }
}
.hero-contact .inner .form .gform_wrapper .gform_body .gform_fields .gfield .gfield_label {
  display: none;
}
.hero-contact .inner .form .gform_wrapper .gform_body .gform_fields .gfield input {
  height: 80px;
  width: 100%;
  font-family: var(--muli);
  font-weight: var(--regular);
  font-size: 1.8rem;
  line-height: 2.3rem;
  color: rgba(var(--primaryColor), 1);
  padding: 0px 30px 0px 30px;
  border: none;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
}
.hero-contact .inner .form .gform_wrapper .gform_body .gform_fields .gfield.gform_hidden {
  display: none;
}
.hero-contact .inner .form .gform_wrapper .gform_body .gform_fields .textarea {
  flex-basis: 100%;
  margin-bottom: 30px;
}
.hero-contact .inner .form .gform_wrapper .gform_body .gform_fields .textarea textarea {
  width: 100%;
  height: 240px;
  border: none;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 30px 30px 30px 30px;
  font-family: var(--muli);
  font-weight: var(--regular);
  font-size: 1.8rem;
  line-height: 2.3rem;
  margin-bottom: 0;
  color: rgba(var(--primaryColor), 1);
}
.hero-contact .inner .form .gform_wrapper .gform_footer {
  display: flex;
  justify-content: center;
}
.hero-contact .inner .form .gform_wrapper .gform_footer .gform_button {
  border: none;
  cursor: pointer;
}
@media (min-width: 768px) {
  .hero-contact .inner {
    padding: 140px 40px 40px;
  }
}
@media (min-width: 1280px) {
  .hero-contact .inner {
    padding: 250px 40px 150px;
    display: flex;
    justify-content: space-between;
    flex-flow: row nowrap;
    align-items: flex-start;
  }
  .hero-contact .inner .heading {
    flex: 0 0 50%;
  }
  .hero-contact .inner .heading .title {
    font-size: 78px;
    line-height: 90px;
  }
  .hero-contact .inner .heading .subtitle {
    margin-top: 0;
    font-size: 32px;
    line-height: 44px;
  }
  .hero-contact .inner .form {
    flex: 0 0 40%;
    margin-top: 0;
  }
}

.content-locations .wrapper {
  padding: 50px 25px;
}
.content-locations .content .wrapper {
  margin: 0 auto;
}
.content-locations .locations {
  background-color: rgba(var(--primaryColor), 1);
}
@media (min-width: 768px) {
  .content-locations .wrapper {
    padding: 50px 40px;
  }
}
@media (min-width: 1280px) {
  .content-locations {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
  }
  .content-locations .content {
    flex: 0 0 50%;
  }
  .content-locations .content .wrapper {
    padding: 100px 60px;
    max-width: 670px;
  }
  .content-locations .locations {
    flex: 0 0 50%;
  }
  .content-locations .locations .wrapper {
    padding: 100px 150px;
  }
  .content-locations .location {
    max-width: 400px;
  }
}

.location {
  margin-bottom: 100px;
}
.location:last-child {
  margin-bottom: 0;
}
.location p,
.location a {
  color: #fff;
}
.location .label {
  margin-bottom: 0;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  letter-spacing: 1px;
}
.location .city {
  margin-bottom: 30px;
  color: #fff;
}
.location .phone a {
  color: rgba(var(--secondaryColor), 1);
}
.location .scp {
  text-transform: uppercase;
}
.location .scp a {
  color: rgba(var(--secondaryColor), 1);
  font-weight: 700;
}
.location .map {
  position: relative;
  height: 400px;
}
.location .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.networks-title {
  color: #fff !important;
  margin-bottom: 40px !important;
}

.social-media a {
  display: inline-block;
  margin-right: 5px;
}
.social-media a svg path {
  fill: rgba(var(--tertiaryColor), 1);
}/*# sourceMappingURL=template-contact.css.map */