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

.headerdiv {
  height: 100px;
}

.image {
  height: 50%;
}

.navbar {
  width: 100%;
  height: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  background-color: #fff;
}

.container {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 100%;
  justify-content: space-between;
  align-items: center;
}

.brand {
  display: flex;
  height: 100%;
  margin-left: 18px;
  justify-content: center;
  align-items: center;
}

.nav-menu {
  display: flex;
  width: auto;
  height: 100%;
  justify-content: flex-end;
  align-items: center;
}

.body {
  font-family: Gothambook, sans-serif;
  font-size: 15px;
  line-height: 22px;
  font-weight: 400;
}

.nav-link {
  display: flex;
  height: 100%;
  margin-right: 10px;
  margin-left: 10px;
  padding: 15px 8px 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.nav-link:hover {
  background-image: url('../images/photo09_1photo09.png');
  background-position: 50% 101%;
  background-size: 15px;
  background-repeat: no-repeat;
  color: #013f7a;
}

.nav-link.w--current {
  color: #013f7a;
}

.blueline {
  position: relative;
  z-index: 999;
  width: 100%;
  height: 3px;
  background-color: #013f7a;
}

.home-banner {
  position: relative;
  display: flex;
  height: 750px;
  max-height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: linear-gradient(180deg, rgba(1, 63, 122, 0.25), rgba(1, 63, 122, 0.25)), url('../images/banner01.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 2000px;
  background-repeat: repeat, no-repeat;
}

.home-content {
  position: relative;
}

._1200-width {
  position: relative;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.home-title-txt {
  max-width: 1000px;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 25px;
  padding-left: 25px;
  opacity: 1;
  color: #000;
  font-size: 18px;
  line-height: 32px;
  text-align: center;
}

.home-our-service {
  position: relative;
  padding-top: 100px;
  padding-bottom: 2px;
  background-color: rgba(1, 63, 122, 0.05);
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
}

.home-ourservice-blueline {
  position: relative;
  z-index: 0;
  width: 2px;
  height: 100px;
  margin: 70px auto;
  background-color: transparent;
}

.home-ourservice-blueline.blue2 {
  height: 0px;
  margin-top: 0px;
  background-color: #013f7a;
}

.home-contact-blk {
  position: relative;
  display: flex;
  padding-top: 46px;
  padding-bottom: 43px;
  justify-content: center;
  align-items: center;
  background-image: url('../images/photo16.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.home-contact-blk.contactpage {
  margin: 67px auto 84px;
  padding-bottom: 33px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.link-3 {
  position: relative;
  z-index: 1;
  padding: 14px 25px 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  outline-color: #fff;
  outline-offset: 0px;
  outline-style: none;
  outline-width: 1px;
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
}

.footer-blk {
  position: relative;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 999;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #013f7a;
  font-family: Gotham, sans-serif;
  color: #fff;
  font-size: 10px;
  line-height: 16px;
  font-weight: 300;
}

.link-4 {
  color: #fff;
  text-decoration: none;
}

.html-embed {
  height: 500px;
}

.other-banner {
  height: 350px;
}

.other-banner.whybanner {
  background-image: url('../images/banner05.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.other-banner.insurancebanner {
  background-image: url('../images/banner04.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.other-banner.contactbanner {
  background-image: url('../images/banner03.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.other-banner.resource {
  background-image: url('../images/banner06.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.content-blk {
  min-height: 100vh;
  padding-top: 80px;
  padding-bottom: 300px;
}

.content-blk.contactblk.thankyoupage {
  min-height: auto;
}

.content-blk.terms {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.text-block-5 {
  font-family: Gotham, sans-serif;
  color: #013f7a;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.div-block-5 {
  width: 2px;
  height: 100px;
  margin: 40px auto;
  background-color: #013f7a;
}

.text-block-6 {
  margin-right: 40px;
  margin-left: 40px;
  padding-bottom: 80px;
  text-align: justify;
}

.text-block-6.othertxt {
  padding-bottom: 0px;
}

.form-block {
  max-width: 400px;
  margin: 40px auto 15px;
}

.field-label {
  margin-bottom: -4px;
  color: #000;
  font-size: 14px;
}

.div-block-8 {
  margin-bottom: 25px;
}

.text-field {
  border: 1px none #000;
  outline-color: #d5d5d5;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 1px;
  font-family: Gotham, sans-serif;
  font-weight: 300;
}

.text-field:focus {
  border-style: solid;
  border-color: #013f7a;
}

.text-field.message {
  min-height: 200px;
}

.submit-button {
  margin-top: 5px;
  padding: 7px 15px;
  border-style: solid;
  border-width: 1px;
  border-color: #013f7a;
  background-color: #fff;
  font-family: Montserrat, sans-serif;
  color: #013f7a;
  font-size: 15px;
  line-height: 22px;
  font-weight: 500;
}

.submit-button:hover {
  background-color: #013f7a;
  color: #fff;
}

.success-message {
  background-color: transparent;
}

.address-blk {
  position: relative;
  z-index: 1;
  display: flex;
  width: 500px;
  max-width: 500px;
  margin: 2px auto 9px;
  justify-content: flex-start;
  align-items: flex-start;
}

.text-block-9 {
  width: 80px;
  max-width: 80px;
  min-width: 80px;
  margin-right: 15px;
  font-family: Gotham, sans-serif;
  color: #fff;
}

.text-block-10 {
  font-family: Gotham, sans-serif;
  color: #fff;
}

.top-btn {
  position: fixed;
  left: auto;
  top: auto;
  right: 5%;
  bottom: 0%;
  z-index: 9999;
  display: flex;
  width: 52px;
  height: 52px;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.9);
  background-image: url('../images/photo09_1photo09.png');
  background-position: 50% 101%;
  background-size: 20px;
  background-repeat: no-repeat;
  font-family: Gotham, sans-serif;
  color: #013f7a;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
}

.div-block-9 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: rgba(1, 63, 122, 0.85);
}

.banner-title {
  position: relative;
  width: 100%;
  padding-right: 24px;
  padding-left: 24px;
  font-family: Gotham, sans-serif;
  color: #fff;
  font-size: 4.7vw;
  line-height: 7vw;
  font-weight: 700;
  text-align: center;
  text-shadow: 0 -5px 4px rgba(0, 0, 0, 0.35);
}

.div-block-10 {
  position: relative;
  width: 50px;
  height: 4px;
  margin-top: 25px;
  margin-bottom: 25px;
  background-color: #fff;
  text-shadow: none;
}

.div-block-14 {
  padding-right: 25px;
  padding-left: 25px;
}

.text-block-13 {
  margin-top: 20px;
  opacity: 0;
  color: #013f7a;
  font-size: 22px;
  line-height: 24px;
  text-align: center;
}

.text-block-13.thankyou {
  margin-top: 137px;
  margin-bottom: 500px;
}

.div-block-16 {
  max-width: 800px;
  margin: 60px auto 77px;
  padding-right: 20px;
  padding-left: 20px;
}

.lineblue {
  width: 80%;
  height: 1px;
  margin: 69px auto 80px;
  background-color: #013f7a;
}

.link-block {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -4%;
  z-index: 99;
  display: flex;
  width: 65px;
  height: 65px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  background-color: #fff;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}

.image-3 {
  width: 45px;
  height: 45px;
}

.home-service-offer {
  position: relative;
  display: flex;
  height: 800px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.div-block-18 {
  position: absolute;
  left: 0%;
  top: -20%;
  right: auto;
  bottom: 0%;
  width: 20%;
  height: 110%;
  background-color: #e1e8f0;
}

.div-block-19 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 92%;
  background-image: linear-gradient(180deg, rgba(1, 63, 122, 0.76), rgba(1, 63, 122, 0.76)), url('../images/photo20.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.text-block-15 {
  margin-bottom: 61px;
  font-family: Gotham, sans-serif;
  color: #fff;
  font-size: 45px;
  line-height: 55px;
  text-align: center;
}

.div-block-20 {
  position: relative;
  z-index: 99;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 35px;
  padding-bottom: 11px;
  padding-left: 35px;
}

.div-block-21 {
  display: flex;
  padding: 35px 24px 23px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}

.div-block-21:hover {
  box-shadow: 0 4px 5px 4px rgba(0, 0, 0, 0.2);
}

.image-4 {
  width: 75px;
  margin-bottom: 25px;
}

.image-4.rotate2 {
  transform: rotate(90deg);
}

.image-4.rotate3 {
  transform: rotate(270deg);
}

.image-4.rotate4 {
  transform: rotate(180deg);
}

.text-block-16 {
  width: 70%;
  color: #000;
  font-size: 16px;
  text-align: center;
}

.text-block-17 {
  padding-right: 40px;
  padding-left: 40px;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
}

.text-block-17.contact {
  margin-bottom: 16px;
}

.mission {
  position: relative;
  display: flex;
  height: 700px;
  margin-top: 80px;
  margin-bottom: 67px;
  justify-content: center;
  align-items: center;
}

.div-block-24 {
  position: relative;
  z-index: 2;
  max-width: 50%;
  padding-right: 43px;
  padding-left: 43px;
  float: right;
  align-items: center;
}

.text-block-18 {
  margin-top: 10px;
  margin-bottom: 52px;
  font-family: Gotham, sans-serif;
  color: #fff;
  font-size: 28px;
  line-height: 26px;
}

.div-block-27 {
  width: 7px;
  height: 7px;
  min-height: 7px;
  min-width: 7px;
  margin-top: 3px;
  border-radius: 100px;
  background-color: #fff;
}

.text-block-19 {
  margin-left: 10px;
  color: #fff;
  font-size: 16px;
  line-height: 26px;
}

.div-block-28 {
  display: flex;
  margin-top: 30px;
  align-items: flex-start;
}

.div-block-30 {
  margin-top: 50px;
}

.div-block-31 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 1;
  width: 50%;
  height: 100%;
  background-image: url('../images/photo25.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-32 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: #013f7a;
}

.text-block-20 {
  margin-bottom: 15px;
  font-family: Gotham, sans-serif;
  color: #000;
  font-size: 18px;
}

.text-block-21 {
  font-size: 16px;
  line-height: 28px;
  text-align: justify;
}

.image-6 {
  width: 100px;
  margin-bottom: 14px;
}

.image-6.rotate2 {
  transform: rotate(90deg);
}

.image-6.rotate3 {
  transform: rotate(270deg);
}

.image-6.rotate4 {
  transform: rotate(180deg);
}

.div-block-33 {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.div-block-33.carriers {
  text-align: left;
}

.text-block-22 {
  font-family: Gotham, sans-serif;
  color: #013f7a;
  font-size: 22px;
  line-height: 32px;
}

.div-block-34 {
  margin-top: 20px;
  color: #000;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
}

.div-block-34.carriers {
  margin-top: 8px;
  text-align: justify;
}

.text-block-24 {
  margin-bottom: 4px;
  font-family: Gotham, sans-serif;
  font-size: 18px;
}

.div-block-35 {
  margin-top: 66px;
  margin-bottom: 100px;
  padding-top: 13px;
  padding-right: 37px;
  padding-left: 37px;
}

.div-block-35.carriers {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 7px;
  padding-right: 0px;
}

.div-block-36 {
  margin-top: 80px;
  margin-bottom: 80px;
  padding-top: 59px;
  padding-bottom: 25px;
  background-color: rgba(1, 63, 122, 0.07);
}

.div-block-37 {
  display: flex;
  width: 200px;
  height: 200px;
  min-height: 200px;
  min-width: 200px;
  margin-top: 8px;
  padding-right: 11px;
  padding-left: 11px;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}

.div-block-38 {
  display: flex;
  margin-top: 14px;
  margin-bottom: 50px;
  padding-right: 43px;
  padding-left: 43px;
  align-items: flex-start;
}

.image-7 {
  width: 150px;
}

.image-8 {
  width: 100%;
}

.text-block-25 {
  font-size: 16px;
  line-height: 24px;
  text-align: justify;
  letter-spacing: 0.3px;
}

.text-block-26 {
  font-family: Gotham, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.div-block-39 {
  position: relative;
  margin-bottom: 28px;
}

.div-block-40 {
  padding-right: 41px;
  padding-left: 41px;
}

.text-block-27 {
  text-align: justify;
}

.list-item {
  margin-bottom: 15px;
}

.text-block-28 {
  margin-bottom: 10px;
  font-size: 16px;
}

.list {
  font-size: 16px;
  line-height: 24px;
}

.div-block-41 {
  margin-top: 45px;
}

.terms-link {
  z-index: 1;
  display: inline-block;
  color: #013f7a;
}

.link-5 {
  position: relative;
  z-index: 99;
}

@media screen and (max-width: 991px) {
  .brand {
    margin-left: 25px;
  }

  .nav-menu {
    display: block;
    height: auto;
    background-color: rgba(1, 63, 122, 0.9);
  }

  .nav-link {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 24px;
    padding-bottom: 14px;
    color: #fff;
    font-size: 16px;
    line-height: 22px;
  }

  .nav-link:hover {
    background-color: hsla(0, 0%, 100%, 0.9);
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }

  .nav-link.w--current {
    color: #fff;
  }

  .home-banner {
    height: 500px;
    max-height: none;
  }

  ._1200-width {
    max-width: 90%;
  }

  .home-title-txt {
    margin-top: 38px;
    padding-right: 35px;
    padding-left: 35px;
    opacity: 1;
    font-size: 16px;
    line-height: 28px;
  }

  .home-our-service {
    padding-top: 55px;
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
    background-attachment: scroll;
  }

  .home-ourservice-blueline {
    height: 80px;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .home-ourservice-blueline.blue2 {
    height: 80px;
  }

  .menu-button {
    margin-top: 16px;
    color: #013f7a;
    font-size: 35px;
  }

  .menu-button.w--open {
    background-color: transparent;
    color: #013f7a;
  }

  .html-embed {
    height: 400px;
  }

  .other-banner {
    height: 300px;
  }

  .content-blk.terms {
    display: block;
  }

  .text-block-5 {
    font-size: 28px;
    line-height: 32px;
  }

  .div-block-5 {
    height: 80px;
  }

  .text-block-6 {
    margin-right: 0px;
    margin-left: 0px;
  }

  .banner-title {
    font-size: 5vw;
    line-height: 7vw;
  }

  .text-block-13 {
    font-size: 20px;
    line-height: 22px;
  }

  .text-block-13.thankyou {
    margin-bottom: 471px;
  }

  .link-block {
    bottom: -5%;
  }

  .home-service-offer {
    height: 700px;
  }

  .div-block-18 {
    display: none;
  }

  .div-block-19 {
    width: 100%;
  }

  .text-block-15 {
    margin-bottom: 33px;
    font-size: 36px;
  }

  .div-block-20 {
    padding-bottom: 15px;
  }

  .div-block-21 {
    padding-right: 18px;
    padding-left: 18px;
  }

  .text-block-16 {
    width: 80%;
  }

  .text-block-17.contact {
    padding-right: 30px;
    padding-left: 30px;
  }

  .mission {
    height: 600px;
  }

  .div-block-24 {
    padding-right: 28px;
    padding-left: 28px;
  }

  .text-block-18 {
    margin-bottom: 33px;
    font-size: 24px;
  }

  .text-block-19 {
    line-height: 22px;
  }

  .div-block-28 {
    margin-top: 14px;
  }

  .text-block-21 {
    line-height: 24px;
  }

  .div-block-35 {
    margin-top: 47px;
    margin-bottom: 75px;
  }

  .div-block-37 {
    width: 150px;
    height: 150px;
    min-height: 150px;
    min-width: 150px;
    margin-top: 12px;
  }

  .div-block-38 {
    padding-right: 21px;
    padding-left: 21px;
    align-items: flex-start;
  }

  .image-7 {
    width: 100px;
  }

  .div-block-40 {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media screen and (max-width: 767px) {
  .headerdiv {
    height: 80px;
  }

  .brand {
    margin-left: 20px;
  }

  .home-banner {
    height: 350px;
  }

  .home-title-txt {
    font-size: 15px;
    line-height: 22px;
  }

  .home-our-service {
    padding-top: 70px;
  }

  .home-ourservice-blueline {
    height: 70px;
    margin-top: 35px;
  }

  .home-ourservice-blueline.blue2 {
    height: 70px;
  }

  .link-3 {
    padding-top: 12px;
    font-size: 16px;
    line-height: 22px;
  }

  .menu-button {
    margin-top: 5px;
  }

  .menu-button.w--open {
    margin-top: 4px;
  }

  .html-embed {
    height: 350px;
  }

  .other-banner {
    height: 280px;
  }

  .text-block-6 {
    font-size: 14px;
  }

  .address-blk {
    width: 400px;
    max-width: 400px;
  }

  .banner-title {
    line-height: 6vw;
  }

  .text-block-13.thankyou {
    margin-top: 93px;
    margin-bottom: 389px;
  }

  .link-block {
    bottom: -7%;
    width: 60px;
    height: 60px;
  }

  .image-3 {
    width: 40px;
    height: 40px;
  }

  .text-block-15 {
    font-size: 28px;
    line-height: 32px;
  }

  .div-block-21 {
    padding: 17px 25px;
    flex-direction: row;
  }

  .image-4 {
    width: 60px;
    margin-bottom: 0px;
  }

  .text-block-16 {
    margin-left: 15px;
    padding-top: 14px;
    font-size: 15px;
    line-height: 18px;
    text-align: left;
  }

  .grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .text-block-17 {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 15px;
    line-height: 22px;
  }

  .text-block-17.contact {
    padding-right: 15px;
    padding-left: 15px;
  }

  .mission {
    height: auto;
    margin-top: 66px;
    padding-bottom: 20px;
    flex-direction: column-reverse;
  }

  .div-block-24 {
    max-width: 100%;
    margin-top: 25px;
    float: none;
  }

  .text-block-18 {
    margin-bottom: 15px;
    font-size: 22px;
    line-height: 26px;
  }

  .text-block-19 {
    font-size: 15px;
    line-height: 20px;
  }

  .div-block-30 {
    padding-right: 28px;
    padding-left: 28px;
  }

  .div-block-31 {
    position: relative;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    width: 100%;
    height: 300px;
  }

  .text-block-20 {
    margin-bottom: 10px;
  }

  .text-block-21 {
    font-size: 15px;
    line-height: 22px;
  }

  .image-6 {
    width: 80px;
  }

  .div-block-33.carriers {
    text-align: center;
  }

  .text-block-22 {
    font-size: 20px;
    line-height: 28px;
  }

  .text-block-23 {
    font-size: 15px;
    line-height: 22px;
  }

  .div-block-34 {
    margin-top: 9px;
  }

  .div-block-35 {
    margin-top: 45px;
    padding-right: 18px;
    padding-left: 18px;
  }

  .div-block-35.carriers {
    padding-left: 0px;
  }

  .div-block-37 {
    margin-top: 0px;
    margin-bottom: 7px;
  }

  .div-block-38 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .text-block-25 {
    font-size: 15px;
    line-height: 22px;
  }

  .text-block-26 {
    font-size: 15px;
    line-height: 22px;
  }

  .text-block-28 {
    font-size: 15px;
  }

  .list {
    font-size: 15px;
    line-height: 22px;
  }
}

@media screen and (max-width: 479px) {
  .headerdiv {
    height: 60px;
  }

  .image {
    height: 60%;
  }

  .brand {
    margin-left: 6px;
  }

  .home-banner {
    height: 280px;
  }

  .home-title-txt {
    padding-right: 30px;
    padding-left: 30px;
    line-height: 18px;
  }

  .home-our-service {
    padding-top: 50px;
  }

  .link-3 {
    margin-right: 20px;
    margin-left: 20px;
    font-size: 16px;
  }

  .menu-button {
    margin-top: 4px;
    padding: 11px 12px;
    font-size: 30px;
  }

  .content-blk {
    padding-top: 60px;
    padding-bottom: 280px;
  }

  .text-block-5 {
    font-size: 26px;
    line-height: 32px;
  }

  .div-block-5 {
    height: 60px;
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .text-block-6.othertxt {
    text-align: left;
  }

  .field-label {
    font-size: 14px;
  }

  .submit-button {
    font-size: 14px;
  }

  .address-blk {
    width: 280px;
    max-width: 280px;
    font-size: 14px;
    line-height: 20px;
  }

  .text-block-9 {
    margin-right: 0px;
    margin-bottom: 10px;
  }

  .banner-title {
    font-size: 25px;
    line-height: 30px;
  }

  .div-block-10 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .text-block-13.thankyou {
    margin-top: 76px;
  }

  .lineblue {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .link-block {
    bottom: -9%;
  }

  .home-service-offer {
    height: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .div-block-20 {
    padding-right: 30px;
    padding-left: 30px;
  }

  .div-block-21 {
    padding: 10px 16px;
  }

  .image-4 {
    width: 50px;
  }

  .text-block-17 {
    line-height: 18px;
  }

  .text-block-17.contact {
    padding-right: 9px;
    padding-left: 9px;
  }

  .text-block-18 {
    margin-bottom: 18px;
    font-size: 20px;
  }

  .text-block-19 {
    line-height: 18px;
  }

  .div-block-31 {
    height: 250px;
  }

  .text-block-21 {
    line-height: 18px;
    text-align: left;
  }

  .text-block-22 {
    font-size: 18px;
    line-height: 22px;
  }

  .text-block-23 {
    line-height: 18px;
  }

  .text-block-24 {
    font-size: 16px;
    line-height: 22px;
  }

  .div-block-35 {
    margin-top: 35px;
  }

  .text-block-25 {
    line-height: 20px;
    text-align: left;
  }

  .div-block-40 {
    padding-right: 12px;
    padding-left: 12px;
  }

  .text-block-27 {
    text-align: left;
  }

  .list {
    padding-left: 18px;
    line-height: 20px;
  }
}

#w-node-_89ae80fe-ad57-d4d2-eb32-03576194102a-4395d318 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_9d4d1960-8a11-f15d-3f13-bb67f4b2605a-4395d318 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_7a4e04ce-9c19-ca93-5265-8d0a045e6d69-4395d318 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_4e9fe5d6-db75-be08-53a3-04e1b62ce087-4395d318 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

@font-face {
  font-family: 'Gothambook';
  src: url('../fonts/GothamBook.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Medium-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Bold.otf') format('opentype'), url('../fonts/Gotham-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Light.otf') format('opentype'), url('../fonts/Gotham-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}