:root {
  --white: white;
  --black: black;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.background-video {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: block;
  position: relative;
}

.div-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: rgba(0, 0, 0, .57);
  border-radius: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 20px;
  display: grid;
  position: absolute;
  bottom: 40px;
}

.div-block.graybg {
  display: block;
}

.heading {
  justify-content: center;
  align-items: center;
  display: block;
}

.banner-title {
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  margin: 25px auto;
  padding: 20px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.shadeddiv {
  border: 1px solid rgba(0, 0, 0, .24);
  width: 90%;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .28);
}

.footer {
  margin-top: 40px;
}

.label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.div-block-7 {
  align-items: center;
  display: flex;
}

.div-block-5 {
  margin-bottom: 5px;
  padding-left: 8px;
  padding-right: 8px;
  display: flex;
}

.phone-link {
  float: none;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: gray;
  object-fit: fill;
  text-decoration: none;
  display: flex;
}

.footer-heading {
  font-size: 30px;
  font-weight: 600;
  line-height: 34px;
}

.contact-email-link {
  opacity: .6;
  margin-bottom: 5px;
}

.contact-email-link:hover {
  opacity: 1;
}

.contact-email-link:active {
  opacity: .8;
}

.contact-form-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 2.5fr 1fr;
  align-items: start;
  max-width: 1200px;
  margin: 60px auto;
}

.footer-wrap {
  border-top: 1px solid gray;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  padding-top: 0;
  padding-bottom: 30px;
  display: flex;
}

.biz-summary {
  border: 1px solid #eee;
  margin-top: 40px;
  padding-bottom: 0;
  padding-left: 50px;
  padding-right: 50px;
}

.social-media-icons {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  margin-bottom: 10px;
  display: flex;
}

.text-block-3 {
  color: gray;
  text-decoration: none;
}

.sm-icon {
  object-fit: cover;
  width: 32px;
  height: auto;
}

.container {
  border-top: 1px solid rgba(0, 0, 0, .32);
  max-width: 1200px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.address-wrap {
  margin-bottom: 0;
}

.address-link-block {
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.copyright-link {
  color: gray;
  text-decoration: none;
}

.paragraph-tiny {
  clear: both;
  font-size: 12px;
  line-height: 20px;
  display: flex;
}

.paragraph-light {
  opacity: .6;
  margin-top: 5px;
  margin-bottom: 40px;
}

.terms-link {
  color: gray;
  text-decoration: none;
}

.image {
  margin-right: 20px;
}

.image-2 {
  width: 256px;
  max-width: 256px;
  height: 256px;
  max-height: 256px;
  margin-top: 20px;
  margin-left: 20px;
}

.logo {
  width: 80px;
  margin-right: 20px;
}

.div-block-35 {
  height: 100vh;
}

.banner {
  background-image: url('../images/3.jpg');
  background-position: 50%;
  background-size: cover;
  height: 100vh;
}

.bold-text, .paragraph {
  color: #fff;
}

.banner-text {
  text-align: center;
  background-color: rgba(0, 0, 0, .64);
  padding: 10px 10%;
  position: absolute;
  bottom: 0%;
  left: 0;
  right: 0;
}

@media screen and (min-width: 1440px) {
  .banner-title {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .footer-heading {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 30px;
    font-weight: 600;
  }

  .contact-form-heading-wrap {
    margin-bottom: 20px;
  }

  .contact-form-grid {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .footer-wrap {
    justify-content: space-between;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .biz-summary {
    border-width: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .container {
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .copyright-link {
    flex: 0 auto;
  }

  .paragraph-light {
    text-align: left;
    margin-bottom: 10px;
  }

  .image-2 {
    width: 128px;
    height: 128px;
    display: block;
  }

  .logo {
    width: 128px;
  }
}

@media screen and (max-width: 991px) {
  .footer-heading {
    font-size: 24px;
  }

  .contact-form-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-wrap {
    flex-flow: column;
  }

  .social-media-icons {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-34 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .address-link-block {
    text-align: center;
    justify-content: center;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .biz-summary {
    padding: 30px;
  }

  .container {
    text-align: center;
  }
}

@media screen and (max-width: 479px) {
  .banner-title, .div-block-7 {
    flex-flow: column;
  }

  .contact-form-grid {
    width: 100%;
  }
}

#w-node-dbccc89d-3821-9e7d-0e48-a4fd4d607d1b-65d29038 {
  align-self: center;
}

#w-node-dbccc89d-3821-9e7d-0e48-a4fd4d607d24-65d29038 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

@media screen and (min-width: 1440px) {
  #w-node-_7e441f1b-a1f2-9b31-db6a-09aba1315083-65d29038 {
    align-self: center;
  }
}

@media screen and (max-width: 991px) {
  #w-node-dbccc89d-3821-9e7d-0e48-a4fd4d607d1b-65d29038 {
    justify-self: center;
  }

  #w-node-dbccc89d-3821-9e7d-0e48-a4fd4d607d24-65d29038 {
    grid-area: 2 / 1 / 3 / 2;
  }
}


