.include-banner {
  height: 7.188rem;
}
.include-banner .container {
  height: 100%;
}
@media (max-width: 767.98px) {
  .include-banner .container {
    text-align: center;
  }
}
.include-banner .container .row {
  height: 100%;
}
.include-banner .container .row h1 {
  font-size: 1.875rem;
  margin-bottom: 0;
  font-weight: 900;
  color: white;
}
@media (max-width: 767.98px) {
  .include-banner .container .row h1 {
    font-size: 1.4rem;
  }
}
@media (max-width: 767.98px) {
  .include-banner .container .row .breadcrumb {
    justify-content: center;
    padding: 0;
    margin: 0;
  }
}
.include-banner .container .row .breadcrumb-item {
  color: white;
}
.include-banner .container .row .breadcrumb-item::before,
.include-banner .container .row .breadcrumb-item a {
  color: white;
}

.contact {
  max-width: 1920px;
  margin: 0 auto;
}
.contact.form {
  padding-bottom: 3.125rem;
  padding-top: 7.375rem;
}
@media (max-width: 991.98px) {
  .contact.form {
    padding: 4rem 0 0;
  }
}
@media (max-width: 767.98px) {
  .contact.form {
    padding: 2rem 0;
  }
}
.contact.form .container p {
  margin-bottom: 1.5rem;
  color: #666666;
}
@media (max-width: 767.98px) {
  .contact.form .container p {
    text-align: center;
  }
}
.contact.form .container .check-box {
  justify-content: space-between;
  flex-direction: column;
  display: flex;
  height: 100%;
}
@media (max-width: 767.98px) {
  .contact.form .container .check-box {
    margin-top: 1rem;
  }
  .contact.form .container .check-box .form-check {
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }
}
.contact.form .container .check-box .form-check-label {
  font-size: 0.875rem;
}
@media (max-width: 767.98px) {
  .contact.form .container .check-box .form-check-label {
    margin-left: 0.5rem;
  }
}
@media (max-width: 991.98px) {
  .contact.form .container .links {
    margin-top: 3rem;
  }
}
.contact.form .container .links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.contact.maps {
  padding-bottom: 8rem;
  padding-top: 6rem;
  overflow-x: clip;
}
@media (max-width: 767.98px) {
  .contact.maps {
    padding: 3rem 0;
  }
}
.contact.maps .container {
  position: relative;
}
.contact.maps .container .kmbi-screw-thread,
.contact.maps .container .kmbi-screw {
  position: absolute;
}
@media (max-width: 575.98px) {
  .contact.maps .container .kmbi-screw-thread,
.contact.maps .container .kmbi-screw {
    display: none;
  }
}
.contact.maps .container .kmbi-screw-thread {
  transform: rotateZ(160deg);
  left: -8.5rem;
  height: 29rem;
  width: 25rem;
  top: -2rem;
}
.contact.maps .container .kmbi-screw {
  bottom: -8.5rem;
  height: 21rem;
  right: -14rem;
  width: 36rem;
  left: auto;
}
