.header {
  position: relative;
  height: 100vh;
  min-height: 100vh;
  background-color: #122583;
  background-image: url("../images/banner_blur-min.jpg");
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.navbar {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 130px;
  margin-right: 0px;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar__menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
}

.link {
  margin-right: 30px;
  margin-left: 30px;
  background-color: transparent;
  color: #fff;
  text-decoration: none;
}

.navbar__logo {
  width: 198px;
}

.header-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-perspective-origin: 50% 100%;
  perspective-origin: 50% 100%;
}

.header-content__text {
  position: absolute;
  left: 3%;
  top: 50%;
  right: auto;
  bottom: auto;
  z-index: 2;
  width: 50%;
  -webkit-transform: translate(52px, -50%);
  -ms-transform: translate(52px, -50%);
  transform: translate(52px, -50%);
  color: #fff;
}

.heading {
  color: #fff;
}

.paragraph {
  margin-top: 15px;
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 1px;
}

.bold-text {
  font-size: 48px;
}

.image {
  width: 50%;
}

.header-content__image {
  position: absolute;
  left: auto;
  top: 47%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  width: 75%;
  height: 493px;
  margin-top: 50px;
  background-image: url("../images/banner_small-min.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.header-content__image:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  background-color: rgba(4, 20, 70, 0.5);
}

.image-2 {
  width: 100%;
}

.heading-2 {
  color: #fff;
  font-size: 48px;
  line-height: 53px;
}

.paragraph-2 {
  color: #fff;
  font-size: 18px;
  line-height: 23px;
  letter-spacing: 0.6px;
}

.header__overlay {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(15, 23, 49, 0.6);
}

.header__img-overlay {
  position: absolute;
  z-index: 2;
  display: block;
  width: 100%;
  height: 97.5%;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: rgba(5, 21, 201, 0.24);
}

.button {
  position: static;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  padding-top: 16px;
  padding-bottom: 16px;
  background-color: #0d31a6;
}

.header__cta {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 13px;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 56px;
  padding-right: 22px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #0d31a6;
  line-height: 20px;
}

.services {
  height: auto;
  /* min-height: 55vh; */
  position: relative;
  min-height: 100vh;
  margin-top: 1.2rem;

  background-image: url("../images/mole_ant-min.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 200px;
}

.services:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.4);
}

.section-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.services .section-title {
  position: relative;
  z-index: 1;
}

.horizontal-line {
  width: 80px;
  height: 6px;
  margin-top: 7px;
  margin-right: 18px;
  background-color: #3d4f77;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.services-content-container {
  display: flex;
  flex-flow: column nowrap;
  width: 85%;
  position: relative;
  min-width: 0;
  min-height: 0;
  margin: 0 auto;
  z-index: 1;
}

.services__item {
  display: flex;
  width: 62%;
}

.services__image {
  width: 200px;
  flex-shrink: 0;
  margin-right: 2rem;
}

.services__image img {
  width: 100%;
}

.services__text h4 {
  width: auto;
  min-width: 150px;
  display: inline-block;
  padding: 0.2rem 1rem;
  background-color: #0d31a6;
  color: #fff;
  font-weight: normal;
  text-align: center;
}

.services__textblock {
  font-family: "Open Sans";
  font-size: 16px;
  color: #3d4f77;
}

.services__item--1 {
  grid-column: 1 / span 3;
}

/* .services__image--1 {
  width: 800px;
} */

.services__item--2 {
  margin: 0.5rem auto;
}

.services__item--3 {
  margin-left: auto;
}

.about-us {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  min-height: 100vh;
}

.heading-4 {
  font-size: 38px;
  color: #3d4f77;
margin-top: 10px;
}

.heading-5 {
  font-size: 38px;
  color: #3d4f77;
}

.text-block-3 {
  margin-left: 100px;
  font-size: 24px;
  color: #293057;
}

.about-us__item--2:before,
.about-us__item--2:after {
  clear: both;
}

.image-16 {
  margin-top: -113px;
  /* float: right; */
}

.image-17 {
  position: relative;
  z-index: -1;
  margin-top: -44px;
}

.about-us__img {
  width: 580px;
  /* float: right; */
  /* clear: none; */
  flex-shrink: 0;
  order: 2;
}

.about-us__img.about-us__img--2 {
  /* float: none;
  margin-left: -63px; */
}

.clear {
  height: 0px;
  clear: both;
}

.about-us__item {
  width: 100%;
  display: flex;
  align-items: center;
}

.about-us__text {
  float: none;
  font-size: 16px;
  font-family: "Open Sans";
  line-height: 1.4;
  color: #3d4f77;
}

.text-block-8 {
  /* margin-right: auto;
  margin-left: 101px;
  padding-right: 528px; */
  width: 50%;
  margin: 0 2rem;
  margin-top: -113px;
}

.text-block-9 {
  width: 30%;
  /* float: right; */
  /* margin-left: 500px; */
  order: 2;
  margin: 0 2rem;
}

.text-block--mb {
  display: none;
}
.text-block--dt {
  display: block;
}

.div-block {
  height: 350px;
  background-color: rgba(198, 212, 255, 0);
}

.image-9 {
  width: 100%;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  position: relative;
  z-index: 1;
}

.contact {
  margin-top: 50px;
  min-height: 100vh;
}

.contact-banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 95%;
  margin-right: auto;
  margin-left: auto;
  background-color: #0d31a6;
}

.text-field {
  display: block;
}

.submit-button {
  background-color: #000;
}

.form-block {
  width: 520px;
  -o-object-fit: fill;
  object-fit: fill;
}

.form-2 {
  display: flex;
  flex-flow: column nowrap;
}

.form-texts {
  display: flex;
}

.form-texts input:first-of-type {
  margin-right: 1rem;
}

.text-field-2 {
  display: block;
}

.div-block-2 {
  width: 50%;
  margin-left: auto;
  margin-right: 1rem;
  margin-top: 1rem;
}

.text-field-3 {
  display: inline-block;
  width: 50%;
  margin-right: 0px;
  border: 0px none #000;
}
.text-field-5 {
  display: inline-block;
  width: 25%;
  margin-top: auto;
  margin-right: 0px;
  border: 0px none #000;
}

.text-field-4 {
  display: inline-block;
  width: 50%;
  border: 0px solid #000;
}

.submit-button-2 {
  background-color: #000;
  margin-left: auto;
}
.submit-button-3 {
  background-color: #000;
  margin-left: 20px;
}

.submit-button-2 img {
  display: inline-block;
  margin-left: 0.6rem;
}

.image-10 {
  height: 270px;
}

.map {
  width: 95%;
  height: 300px;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 95%;
  margin: 20px auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.footer__logo {
  width: 150px;
  background-color: hsla(0, 0%, 93.3%, 0);
}

.image-11 {
  width: 100%;
}

.footer__sitemap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.heading-6 {
  text-align: left;
  color: #255ace;
}

.heading-7 {
  color: #fff;
  font-weight: 400;
}

.textarea {
  border: 0px solid #000;
}

.text-block-4 {
  margin-top: 5px;
  padding-bottom: 5px;
  text-align: center;
}

.list-item-2 {
  text-align: center;
}
.link {
  border-bottom: 2px solid transparent;
  font-size: 1.2rem;
  transition: border-bottom 0.2s ease-in-out;
}
.link:hover {
  border-bottom: 2px solid #fff;
  cursor: pointer;
}

.bold-text-3 {
  font-weight: 400;
}

.bold-text-4 {
  font-weight: 400;
}

.heading-8 {
  font-size: 52px;
  line-height: 56px;
  letter-spacing: 1.5px;
}

.text-block-5 {
  color: #f3f3f3;
  font-size: 16px;
  letter-spacing: 0.3px;
}

.button-2 {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  /* padding: 1rem; */
  min-height: 62px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.1rem;
  z-index: 1;
  cursor: pointer;
}

.back-to-top {
  display: none;
  width: 50px;
  height: 50px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  right: 20px;
  bottom: 22px;
  border-radius: 50%;
  background-color: #0d31a6;
  cursor: pointer;
  z-index: 10;
}

.back-to-top img {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-left: -8px;
  margin-top: 5px;
}

@media (min-width: 1100px) {
  .about-us {
    margin-top: 2rem;
  }

  .about-us-content {
    width: 1200px;
    margin: 0 auto;
  }

  .text-block-8 {
  width: 37%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0;
  }

  .about-us__img.about-us__img--2 {
    margin: 0;
  }

  .about-us__item--2 {
    display: flex;
    flex-flow: row nowrap;
  }

  .text-block-9 {
    float: none;
    order: 2;
    margin-left: 2rem;
  }

  .about-us__img {
    width: 600px;
  }

  .image-17 {
    margin: 0;
  }
}

@media (max-width: 991px) {
  .header {
    height: 75vh;
    min-height: 50vh;
  }
  .navbar {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .link {
    margin-right: 0px;
    margin-left: 0px;
  }
  .header-content {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .header-content__text {
    position: static;
    top: 43%;
    width: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    color: #fff;
  }
  .header-content__image {
    position: static;
    width: auto;
    height: auto;
    margin-top: 0px;
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .header-content__image:before {
    display: none;
  }

  .paragraph-2 {
    font-size: 16px;
    line-height: 22px;
  }
  .list-item {
    margin-right: 20px;
    margin-left: 20px;
  }
  .bold-text-2 {
    font-size: 45px;
    line-height: 45px;
  }
  .header__img-overlay {
    height: auto;
  }
  .header__content-container {
    display: -ms-grid;
    display: grid;
    grid-auto-flow: row;
    grid-auto-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 0px 0.75fr 1fr 1fr 1fr;
    grid-template-columns: 0px 0.75fr 1fr 1fr 1fr;
    -ms-grid-rows: 208px auto;
    grid-template-rows: 208px auto;
  }
  .horizontal-line {
    width: 50px;
  }
  .services-content-container {
    width: 90%;
  }
  .heading-3 {
    font-size: 16px;
  }
  .about-us {
    min-height: 63vh;
  }
  .heading-4 {
    font-size: 24px;
  }
  .heading-5 {
    font-size: 24px;
    line-height: 30px;
  }
  .text-block-3 {
    font-size: 20px;
    width: 42%;
    margin-top: -17px;
    margin-left: 67px;
  }
  /* .about-us-content {
    width: 100%;
  } */
  .contact-banner {
    width: 95%;
  }
  .div-block-2 {
    /* margin-top: 17px; */
  }
  .map {
    width: 95%;
  }
  .footer {
    width: 95%;
  }

  .form-2 {
    margin-right: 16px;
  }
  .button-2 {
    position: static;
    margin-top: 63px;
  }
}

@media (max-width: 768px) {
  .header {
    height: 56vh;
    min-height: 65vh;
  }
  .header-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    grid-auto-flow: row;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: repeat(auto-fit, 100%);
    grid-template-rows: repeat(auto-fit, 449px);
    border: 2px none #000;
    border-radius: 0px;
  }
  .header-content__text {
    left: 50%;
    width: auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    color: #fff;
    text-align: center;
  }
  .header-content__image {
    top: 52%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: 39px;
    margin-top: 42px;
  }

  .services__item {
    width: 90%;
  }

  .services__item--2 {
    margin: 2rem 0;
  }

  .services__item--3 {
    margin-left: 0;
  }

  .about-us__img {
    width: 350px;
  }

  .about-us__img,
  .image-16  {
    float: none;
    margin: 0 auto;
  }

  .image-16 {
    margin-top: 0;
  }

  .text-block-8 {
    margin-right: auto;
    margin-left: 0;
    padding-right: 0;
  }
  .text-block-9 {
    float: none;
    width: 100%;
  }

  .text-block--mb {
    display: block;
  }
  .text-block--dt {
    display: none;
  }

  .about-us__text {
    width: 65%;
    margin: 1.5rem auto;
    text-align: center;
  }

  .about-us__img.about-us__img--2 {
    margin: 0 auto;
  }

  .image-16 {
    float: none;
  }

  .image-17 {
    margin: 0 auto;
  }
  .bold-text-2 {
    text-align: center;
  }
  .button-2 {
    margin-top: -3px;
    /* padding-bottom: 2rem; */
  }
  .about-us {
    margin-top: 5rem;
  }
}

@media (max-width: 479px) {
  .header {
    height: 65vh;
    min-height: 38vh;
  }
  .navbar {
    z-index: 2;
    height: 111px;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .navbar__menu {
    margin-top: 25px;
    padding-left: 0px;
  }
  .navbar__logo {
    width: 157px;
    margin-top: 10px;
  }
  .header-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-auto-flow: column;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 25px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .header-content__text {
    position: static;
    width: 92%;
    margin-right: auto;
    margin-left: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    text-align: center;
  }
  .header-content__image {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    margin-top: 50px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .heading-2 {
    font-size: 24px;
    line-height: 36px;
    text-align: center;
  }
  .paragraph-2 {
    font-size: 14px;
    line-height: 16px;
    text-align: center;
  }
  .list-item {
    margin-left: 20px;
  }
  .bold-text-2 {
    font-size: 30px;
    line-height: 19px;
    text-align: center;
  }
  .header__overlay {
    z-index: 1;
  }
  .header__img-overlay {
    height: auto;
    background-color: rgba(5, 21, 201, 0);
  }
  .header__cta {
    height: 48px;
    padding-right: 17px;
  }
  .header__content-container {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-columns: 2.25fr;
    grid-template-columns: 2.25fr;
    -ms-grid-rows: 240px auto;
    grid-template-rows: 240px auto;
  }
  .horizontal-line {
    width: 13px;
  }
  .services {
    min-height: 60vh;
  }
  .services-content-container {
    width: 90%;
    height: auto;
    -webkit-box-pack: stretch;
    -webkit-justify-content: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    grid-auto-flow: row;
    grid-column-gap: 16px;
    grid-row-gap: 20px;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
  .services-item {
    width: 95%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .services-item.services-item--2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .services-item.services-item--3 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .heading-3 {
    line-height: 25px;
  }
  .services-item__text {
    margin-bottom: 0px;
  }
  .services-item__text.services-item__text--2 {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .services-item__text.services-item__text--3 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .image-6 {
    width: 200px;
  }
  .text-block-2 {
    margin-top: -5px;
    color: #293057;
  }
  .text-block-3 {
    width: 100%;
    color: #293057;
  }
  .image-7 {
    margin-right: 20px;
  }
  .image-8 {
    margin-right: 20px;
  }
  .about-us {
    min-height: 20vh;
    margin-top: 38px;
  }
  .heading-4 {
    font-size: 20px;
  }
  .heading-5 {
    font-size: 20px;
    line-height: 27px;
  }
  .text-block-3 {
    margin-top: -22px;
    margin-left: 32px;
    font-size: 13px;
  }
  .about-us__img {
    width: 301px;
  }

  .about-us__item {
    flex-flow: column nowrap;
  }

  .about-us__text {
    order: 1;
  }
  .div-block {
    height: auto;
  }
  .image-9 {
    margin-left: -21px;
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
  .contact {
    margin-top: 84px;
  }
  .contact-banner {
    position: relative;
    width: 95%;
    height: 275px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .form-texts {
    display: flex;
    flex-flow: column nowrap;
  }
  .form-texts input {
    width: 100%;
  }

  .div-block-2 {
    position: absolute;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }
  .image-10 {
    width: 100%;
    /* height: 215px; */
    height: auto;
  }

  .map {
    width: 95%;
  }
  .footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .image-11 {
    margin-top: 25px;
  }
  .footer__sitemap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .text-block-4 {
    color: #636363;
  }
  .image-12 {
    display: none;
  }
  .image-13 {
    margin-top: -120px;
    margin-right: 0px;
    margin-left: 14px;
    -webkit-transform: translate(0px, 43px);
    -ms-transform: translate(0px, 43px);
    transform: translate(0px, 43px);
  }
  .heading-8 {
    color: #fff;
    font-size: 29px;
    line-height: 38px;
    text-align: center;
  }
  .text-block-5 {
    color: #fff;
    font-size: 16px;
    line-height: 19px;
  }
}

#s-grid {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: Area;
}

#s-grid-2 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#s-grid-3 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
}

#s-grid-4 {
  -ms-grid-column-span: 2;
  grid-column-end: 7;
  -ms-grid-column: 3;
  grid-column-start: 4;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#s-grid-5 {
  -ms-grid-column-span: 2;
  grid-column-end: 5;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 2;
  grid-row-end: 5;
  -ms-grid-row: 3;
  grid-row-start: 3;
}

@media screen and (max-width: 479px) {
  #s-grid {
    -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;
  }
  #s-grid-2 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
  #s-grid-3 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
  #s-grid-4 {
    -ms-grid-row-align: auto;
    align-self: auto;
    -ms-grid-row-span: 2;
    grid-row-end: 2;
  }
}
.grecaptcha-badge {
  visibility: hidden;
}
