<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.first_section img {
  max-width: 100%;
  height: auto;
}


@media (min-width: 992px)
.first_section .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}

.first_section {
  padding-top: 200px;
  padding-bottom: 160px;
  background: #2c4456;
  position: relative;
  overflow: hidden;
}
.first_section header {
  padding-top: 38px;
  margin-bottom: 107px;
  position: relative;
  z-index: 2;
}
.first_section header .container {
  width: 100%;
  max-width: 1550px;
  position: relative;
}
.first_section header .container .row {
  justify-content: space-between;
}
.first_section header .header_links {
  padding-top: 22px;
  padding-right: 8px;
  font-size: 14px;
  font-family: "Gilroy-Regular";
}
.first_section header .header_links a {
  color: #fff;
}
.first_section header .header_links a:hover {
  text-decoration: none;
}
.first_section h1 {
  font-family: "Gilroy-ExtraBold";
  font-size: 51px;
  line-height: 58px;
  color: #fff;
  margin-bottom: 15px;
}
.first_section .first_section_txt {
  padding-left: 16px;
  position: relative;
  z-index: 2;
}
.first_section .first_section_txt p {
/*   font-size: 32px; */
  font-family: "Gilroy-Regular";
/*   line-height: 43px; */
  color: #F7A71F;
  font-size: 26px;
  line-height: 1.35;
}
}
.first_section .container {
  position: relative;
}
.first_section .first_img {
  position: absolute;
  bottom: -160px;
  right: -364px;
}

@media only screen and (max-width: 1200px) {
  .first_section .first_section_txt p br {
    display: none;
  }
}

@media only screen and (max-width: 992px) {
.first_section .first_img {
    position: static;
    margin-top: 30px;
  }

  .first_section {
    padding-top: 60px;
    padding-bottom: 0;
  }

  .grey_sec {
    padding-top: 46px;
  }

  .first_section .first_section_txt {
    padding-left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .first_section header {
    margin-bottom: 70px;
  }

  .first_section h1 {
    font-size: 36px;
    line-height: 46px;
  }

  .first_section .first_section_txt p {
    font-size: 18px;
    line-height: 28px;
  }

  .first_section header .header_links {
    padding-right: 0;
  }
}</pre></body></html>