.contact__hero {
  overflow: hidden;
  padding: 85px 0 0 0;
  position: relative;
}
.contact__hero-container {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 0.4fr 0.6fr;
  justify-content: space-between;
  align-items: center;
  padding: 50px 0;
  max-width: 1250px;
  margin: 0 auto;
  gap: 90px;
}
@media (max-width: 991.98px) {
  .contact__hero-container {
    display: block;
    padding: 70px 0 0 0;
  }
}
.contact__hero-background {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.contact__hero-background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contact__hero-info {
  margin-left: 25px;
}
@media (max-width: 991.98px) {
  .contact__hero-info {
    text-align: center;
    margin-bottom: 40px;
    margin-left: 0;
    padding: 0 25px;
  }
}
.contact__hero-info__subtitle {
  text-transform: uppercase;
  font-size: 22px;
  color: #3983FE;
  font-weight: 600;
  margin-bottom: 20px;
  letter-spacing: 3.3px;
}
@media (max-width: 767.98px) {
  .contact__hero-info__subtitle {
    font-size: 20px;
  }
}
.contact__hero-info__title {
  line-height: 1.2;
  font-size: 60px;
  color: #fff;
  margin-bottom: 30px;
  font-family: "KeplerM";
}
@media (max-width: 767.98px) {
  .contact__hero-info__title {
    font-size: 35px;
  }
}
.contact__hero-info__text {
  color: #fff;
  font-size: 20px;
  line-height: 1.33;
  margin-bottom: 40px;
}
@media (max-width: 767.98px) {
  .contact__hero-info__text {
    font-size: 18px;
  }
}
.contact__hero-info .reviews {
  max-width: 250px;
  height: auto;
}
.contact__hero-form {
  background-color: #1A1F26;
  padding: 40px 60px;
}
@media (max-width: 767.98px) {
  .contact__hero-form {
    padding: 40px 25px;
  }
}
.contact__hero-form__title {
  font-size: 28px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  margin-bottom: 40px;
  font-family: "Barlow Condensed", sans-serif;
  text-transform: uppercase;
}
.contact__hero-form .gform_fields {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 25px;
  justify-content: space-between;
}
.contact__hero-form .gform_fields li {
  position: relative;
  width: calc(50% - 12px);
  margin: 0px 0 24px;
}
@media (max-width: 767.98px) {
  .contact__hero-form .gform_fields li {
    width: 100%;
  }
}
.contact__hero-form .gform_fields li.gfield--type-textarea {
  width: 100%;
}
.contact__hero-form .gform_fields li.gfield--type-textarea .gfield_label {
  top: 40px;
}
.contact__hero-form .gform_fields li.has-focus .gfield_label {
  display: none;
}
.contact__hero-form .gform_fields li.has-focus .gfield_label input, .contact__hero-form .gform_fields li.has-focus .gfield_label textarea {
  border: 1px solid #c16341;
}
.contact__hero-form .gform_fields li input {
  border: 1px solid #84888c;
  font-size: 14px;
  color: #3983fe;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 700;
  width: 100%;
  line-height: 65px;
  padding: 0 40px;
  background: transparent;
}
.contact__hero-form .gform_fields li textarea {
  border: 1px solid #84888c;
  font-size: 14px;
  color: #3983fe;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 700;
  background: transparent;
  padding: 40px;
  width: 100%;
}
.contact__hero-form .gform_fields li .gfield_label {
  position: absolute;
  font-size: 14px;
  color: #c16341;
  line-height: 1;
  font-weight: 700;
  left: 40px;
  top: calc(50% - 0px);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  text-transform: uppercase;
  transform: translateY(-50%);
  letter-spacing: 0.05em;
}
.contact__location {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background-color: #1A1F26;
  align-items: center;
}
@media (max-width: 767.98px) {
  .contact__location {
    display: block;
    text-align: center;
  }
}
.contact__location-info {
  padding: 50px 25px 50px 15%;
  max-width: 600px;
  font-size: 19px;
}
@media (max-width: 767.98px) {
  .contact__location-info {
    max-width: 100%;
    padding: 50px;
  }
}
.contact__location-info p {
  color: #fff;
  font-size: 19px;
}
.contact__location-info__title {
  color: #c16341;
  font-size: 136px;
  font-family: "kepler";
  line-height: 0.9;
  margin: 0 0 100px;
  word-break: break-word;
}
@media (max-width: 991.98px) {
  .contact__location-info__title {
    font-size: 80px;
  }
}
@media (max-width: 767.98px) {
  .contact__location-info__title {
    margin-bottom: 50px;
  }
}
.contact__location-info__subheading {
  font-size: 34px;
  font-family: "KeplerM";
  color: #c16341;
  text-transform: lowercase;
  line-height: 24px;
  margin-bottom: 20px;
}
.contact__location-info__phone {
  margin-bottom: 15px;
}
.contact__location-info__phone a {
  color: #fff;
}
.contact__location-info__toll {
  margin-bottom: 45px;
}
.contact__location-info__toll a {
  color: #fff;
}
.contact__location-info__address {
  margin-bottom: 45px;
}
.contact__location-info__directions {
  font-size: 15px;
  line-height: 19px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-weight: 900;
  display: inline-block;
  margin-top: 20px;
  position: relative;
  color: #3983fe;
}
.contact__location-info__directions:after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 90%;
  height: 2px;
  background-color: #3983fe;
}
.contact__location-info__directions:hover {
  color: #c16341;
}
.contact__location-info__directions:hover:after {
  background-color: #c16341;
}
.contact__location-info strong {
  font-size: 15px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #3983fe;
}
.contact__location-map iframe {
  width: 100%;
  height: 100vh;
  min-height: 400px;
  border: none;
}
@media (max-width: 767.98px) {
  .contact__location-map iframe {
    height: initial;
    aspect-ratio: 1/1;
  }
}
.contact__blocks {
  background-color: #fff;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding: 60px;
  gap: 90px;
}
@media (max-width: 767.98px) {
  .contact__blocks {
    display: block;
    padding: 60px 30px;
  }
  .contact__blocks__item {
    margin-bottom: 40px;
  }
}
.contact__blocks__title {
  font-weight: 600;
  margin-bottom: 30px;
  display: block;
}
@media (max-width: 767.98px) {
  .contact__blocks__title {
    margin-bottom: 15px;
  }
}
.contact__blocks__text {
  font-size: 18px;
}
