@charset "UTF-8";
@media screen and (max-width: 1024px) {
  .container {
    padding: 0 25px;
  }
}

.footer {
  background: linear-gradient(0deg, rgba(10, 34, 64, 0.7), rgba(10, 34, 64, 0.7)), linear-gradient(72.98deg, #0b203f -113.64%, rgba(11, 32, 63, 0) 79.66%), linear-gradient(0deg, rgba(11, 32, 63, 0.56), rgba(11, 32, 63, 0.56)), linear-gradient(0deg, rgba(11, 32, 63, 0.5), rgba(11, 32, 63, 0.5)), url("../img/footer_IMG.jpg");
  background-blend-mode: normal, normal, multiply, color, normal;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-family: "Poppins";
  font-style: normal;
  color: #fff;
}

.footer .container {
  padding: 88px 57px 50px 50px;
}

@media screen and (max-width: 1024px) {
  .footer {
    background: linear-gradient(0deg, rgba(10, 34, 64, 0.7), rgba(10, 34, 64, 0.7)), linear-gradient(72.98deg, #0b203f 0%, rgba(11, 32, 63, 0) -100.66%), linear-gradient(0deg, rgba(11, 32, 63, 0.56), rgba(11, 32, 63, 0.56)), linear-gradient(0deg, rgba(11, 32, 63, 0.5), rgba(11, 32, 63, 0.5)), url("../img/footer_IMG.jpg");
    background-blend-mode: normal, normal, multiply, color, normal;
    background-size: auto 100%;
    background-position: 23%;
  }
  .footer .container {
    padding: 38px 26px 50px 25px;
  }
}

@media screen and (max-width: 767px) {
  .footer .container {
    padding: 100px 25px 23px 25px;
    -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
            transform: matrix(-1, 0, 0, 1, 0, 0);
  }
  .footer {
    /* VASSU footer colour to match news-insight branding */
    /* background: linear-gradient(0deg, rgba(10, 34, 64, 0.7), rgba(10, 34, 64, 0.7)), linear-gradient(72.98deg, #0b203f 13.64%, rgba(11, 32, 63, 0) 79.66%), linear-gradient(0deg, rgba(11, 32, 63, 0.56), rgba(11, 32, 63, 0.56)), linear-gradient(0deg, rgba(11, 32, 63, 0.5), rgba(11, 32, 63, 0.5)), url("../img/footer_img_mobile.jpg"); */
    background: linear-gradient(0deg, #09202e, rgba(9, 37, 54, 0.7)), linear-gradient(44deg, #09202E -113.64%, rgba(11, 32, 63, 0) 79.66%), linear-gradient(0deg, rgba(11, 32, 63, 0.56), rgba(11, 32, 63, 0.56)), linear-gradient(0deg, rgba(11, 32, 63, 0.5), rgba(11, 32, 63, 0.5)), url(../img/footer_IMG.jpg);
    background-blend-mode: normal, normal, multiply, color, normal;
    -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
            transform: matrix(-1, 0, 0, 1, 0, 0);
    background-size: auto 100%;
    background-position: 100%;
    background-repeat: no-repeat;
  }
}

.logo_links_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.logo_links_cont .smec_logo {
  margin-top: 15px;
  margin-right: 189px;
}

@media screen and (max-width: 1024px) {
  .logo_links_cont .smec_logo {
    margin-right: 29.3%;
  }
}

@media screen and (max-width: 767px) {
  .logo_links_cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .logo_links_cont .smec_logo {
    margin-top: 0;
    margin-bottom: 35px;
  }
}

.footer_links_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer_links_cont .footer_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: 40px;
  letter-spacing: 0.05em;
}

.footer_links_cont .footer_links__link_title {
  font-weight: 600;
  font-size: 16px;
}

.footer_links_cont .footer_links__link_item {
  opacity: 0.75;
  font-weight: 400;
  font-size: 14px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.footer_links_cont .footer_links__link_item:hover {
  opacity: 1;
}

@media screen and (max-width: 1024px) {
  .footer_links_cont .footer_links {
    -ms-flex-preferred-size: 33%;
        flex-basis: 33%;
    margin-bottom: 22px;
  }
}

@media screen and (max-width: 767px) {
  .footer_links_cont .footer_links {
    -ms-flex-preferred-size: calc(50% - 15px);
        flex-basis: calc(50% - 15px);
  }
  .footer_links_cont .footer_links:nth-child(2n) {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}

@media screen and (max-width: 1024px) {
  .footer_links_cont {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media screen and (max-width: 767px) {
  .footer_links_cont > .footer_links:nth-child(odd) {
    margin-right: 15px;
  }
}

.footer_bottom_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 197px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1024px) {
  .footer_bottom_cont {
    margin-top: 64px;
  }
}

@media screen and (max-width: 767px) {
  .footer_bottom_cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 56px;
  }
}

.footer_bottom_cont .useful_info_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer_bottom_cont .useful_info_cont > :first-child {
  margin-right: 52px;
}

.footer_bottom_cont .useful_info_cont__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .footer_bottom_cont .useful_info_cont__links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer_bottom_cont .useful_info_cont__links > a {
    margin-right: 0;
    margin-bottom: 25px;
  }
  .footer_bottom_cont .useful_info_cont__links > a:last-child {
    margin-bottom: 0;
  }
}

.footer_bottom_cont .useful_info_cont__links > a {
  margin-right: 50px;
}

.footer_bottom_cont .useful_info_cont__links > a:last-child {
  margin-right: 0;
}

.footer_bottom_cont .useful_info_cont__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer_bottom_cont .useful_info_cont__social > div {
  margin-right: 25px;
}

.footer_bottom_cont .useful_info_cont__social > div:last-child {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .footer_bottom_cont .useful_info_cont__social {
    margin-top: 29px;
  }
  .footer_bottom_cont .useful_info_cont__social > div {
    margin-right: 30px;
  }
  .footer_bottom_cont .useful_info_cont__social > div:last-child {
    margin-right: 0;
  }
}

@media screen and (max-width: 1160px) {
  .footer_bottom_cont .useful_info_cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .footer_bottom_cont .useful_info_cont__links {
    margin-top: 26px;
  }
}

@media screen and (max-width: 767px) {
  .footer_bottom_cont .useful_info_cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 25px;
  }
}

.footer_bottom_cont .copyrights_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0.75;
  font-size: 10px;
  line-height: 12px;
  font-weight: 600;
}

.footer_bottom_cont .copyrights_cont > :first-child {
  margin-right: 50px;
}

@media screen and (max-width: 1160px) {
  .footer_bottom_cont .copyrights_cont {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
}

.footer_bottom_cont .copyrights_cont .studio {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer_bottom_cont .copyrights_cont .studio img {
  margin-left: 3px;
}

@media screen and (max-width: 767px) {
  .footer_bottom_cont .copyrights_cont .studio {
    margin-right: 2px;
  }
}

.carrer_sect {
  padding-top: 87px;
  padding-bottom: 100px;
}

@media screen and (max-width: 1024px) {
  .carrer_sect {
    padding: 67px 0;
    padding-bottom: 150px;
  }
}

@media screen and (max-width: 767px) {
  .carrer_sect {
    padding: 41px 0 67px 0;
  }
}

.carrer_sect .container {
  padding: 0 50px;
}

@media screen and (max-width: 1024px) {
  .carrer_sect .container {
    padding: 0 25px;
  }
}

@media screen and (max-width: 767px) {
  .carrer_sect .container {
    padding: 0;
  }
}

.carrer_sect .el_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .carrer_sect .el_cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.carrer_sect .left {
  color: #09202E;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-preferred-size: calc(50% - 2px);
      flex-basis: calc(50% - 2px);
  margin-right: 25px;
}

@media screen and (max-width: 767px) {
  .carrer_sect .left {
    padding: 0 25px;
    margin-right: 0;
  }
}

.carrer_sect .right {
  margin-top: 4px;
  margin-left: auto;
}

@media screen and (max-width: 1024px) {
  .carrer_sect .right {
    -ms-flex-preferred-size: calc(50% - 12px);
        flex-basis: calc(50% - 12px);
  }
  .carrer_sect .right img {
    height: 100%;
  }
}

@media screen and (max-width: 1024px) and (max-width: 767px) {
  .carrer_sect .right img {
    height: 275px;
    width: 100vw;
  }
}

@media screen and (max-width: 767px) {
  .carrer_sect .right {
    margin: 0 auto;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    margin-bottom: 30px;
  }
}

.carrer_sect .standout_p {
  padding-left: 25px;
  margin-bottom: 12px;
  line-height: 40px;
  position: relative;
}

.carrer_sect .standout_p::before {
  top: 6px;
  width: 2px;
  left: -2px;
  height: calc(100% - 6px);
  display: inline-block;
  content: "";
  position: absolute;
  background-color: #1257fd;
}

@media screen and (max-width: 1024px) {
  .carrer_sect .standout_p {
    font-size: 21px;
    line-height: 33px;
    margin-bottom: 12px;
  }
  .carrer_sect .standout_p::before {
    height: calc(100% - 12px);
  }
}

@media screen and (max-width: 767px) {
  .carrer_sect .standout_p {
    margin-bottom: 10px;
    padding-left: 15px;
    font-size: 18px;
    line-height: 28px;
  }
}

.carrer_sect .paragraph_desc {
  margin-bottom: 36px;
  padding-left: 25px;
  max-width: 657px;
}

@media screen and (max-width: 1024px) {
  .carrer_sect .paragraph_desc {
    margin-bottom: 33px;
  }
}

@media screen and (max-width: 767px) {
  .carrer_sect .paragraph_desc {
    padding: 0;
  }
}

.carrer_sect .career_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  padding-left: 25px;
}

.carrer_sect .career_links .button_link {
  font-size: 16px;
  line-height: 28px;
}

@media screen and (max-width: 1024px) {
  .carrer_sect .career_links {
    gap: 10px;
  }
}

@media screen and (max-width: 767px) {
  .carrer_sect .career_links {
    padding: 0;
  }
}

.carrer_sect .special_title {
  color: #1257fd;
}

.carrer_sect .cs_title {
  margin-bottom: 35px;
}

@media screen and (max-width: 1024px) {
  .carrer_sect .cs_title {
    font-size: 37px;
    line-height: 49px;
    margin-bottom: 39px;
  }
}

@media screen and (max-width: 767px) {
  .carrer_sect .cs_title {
    font-size: 28px;
    line-height: 40px;
    padding: 0 25px;
    text-align: start;
    margin-bottom: 20px;
  }
}

.carrer_sect.blue_bg {
  background-color: #09202E;
}

.carrer_sect.blue_bg .text_67_title,
.carrer_sect.blue_bg .text_45,
.carrer_sect.blue_bg .standout_p,
.carrer_sect.blue_bg .paragraph_desc,
.carrer_sect.blue_bg .career_links {
  color: #FFFFFF;
}

@media screen and (max-width: 767px) {
  .carrer_sect.reverse_cs {
    padding-bottom: 64px;
  }
}

.carrer_sect.reverse_cs .cs_title {
  text-align: start;
}

@media screen and (max-width: 767px) {
  .carrer_sect.reverse_cs .cs_title {
    margin-bottom: 27px;
  }
}

@media screen and (max-width: 767px) {
  .carrer_sect.reverse_cs .standout_p {
    margin-bottom: 22px;
  }
}

.carrer_sect.reverse_cs .el_cont {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media screen and (max-width: 767px) {
  .carrer_sect.reverse_cs .el_cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.carrer_sect.reverse_cs .left {
  margin-left: 44px;
}

@media screen and (max-width: 1024px) {
  .carrer_sect.reverse_cs .left {
    margin-left: 25px;
  }
}

@media screen and (max-width: 767px) {
  .carrer_sect.reverse_cs .left {
    margin-left: 0;
  }
}

.carrer_sect.reverse_cs .right {
  margin: 0 auto;
  margin-bottom: 46px;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c_pointer {
  cursor: pointer;
}

.a_center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.a_right {
  text-align: right;
}

.img_fit {
  width: 571px;
  height: 363px;
  max-height: 100%;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 1024px) {
  .img_fit {
    width: 474px;
    height: 389px;
  }
}

.arrow_link {
  position: relative;
}

.arrow_link::after {
  content: "";
  background-image: url("../img/icons/arrow-right-16.svg");
  display: inline-block;
  height: 20px;
  width: 20px;
  background-repeat: no-repeat;
  position: absolute;
  top: 6px;
  margin-left: 4px;
}

.text_16_menu {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  text-align: center;
  letter-spacing: 0.05em;
}

.text_14_menu {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 40px;
  letter-spacing: 0.05em;
}

.text_89 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 89px;
  line-height: 80px;
}

@media screen and (max-width: 1024px) {
  .text_89 {
    font-size: 67px;
    line-height: 79px;
  }
}

@media screen and (max-width: 767px) {
  .text_89 {
    font-size: 50px;
    line-height: 62px;
  }
}

.text_67 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 45px;
  line-height: 79px;
}

@media screen and (max-width: 1024px) {
  .text_67 {
    font-size: 37px;
    line-height: 49px;
  }
}

@media screen and (max-width: 767px) {
  .text_67 {
    font-size: 28px;
    line-height: 40px;
  }
}

.text_50 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 50px;
  line-height: 62px;
}

@media screen and (max-width: 1024px) {
  .text_50 {
    font-size: 37px;
    line-height: 49px;
  }
}

h1 {
  font-weight: 600;
  font-size: 67px;
  line-height: 79px;
}

@media screen and (max-width: 1024px) {
  h1 {
    font-size: 32px;
    line-height: 40px;
  }
}

.text_45,
h2 {
  font-weight: 600;
  /* font-weight: 500; VASSU - orig was 600 in Intra, Poppins Chrome renders fine but NOT Poppins Safari hence testing 500 */
  font-size: 45px;
  line-height: 55px;
}

@media screen and (max-width: 1024px) {
  .text_45,
  h2 {
    font-size: 25px;
    line-height: 33px;
  }
}

@media screen and (max-width: 767px) {
  .text_45,
  h2 {
    line-height: 38px;
  }
}

h3 {
  font-weight: 600;
  font-size: 32px;
  line-height: 40px;
}

@media screen and (max-width: 1024px) {
  h3 {
    font-size: 20px;
    line-height: 26px;
  }
}

.text_37 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 37px;
  line-height: 49px;
}

@media screen and (max-width: 1024px) {
  .text_37 {
    font-size: 21px;
    line-height: 33px;
  }
}

.text_28 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
}

@media screen and (max-width: 1024px) {
  .text_28 {
    font-size: 21px;
    line-height: 33px;
  }
}

@media screen and (max-width: 767px) {
  .text_28 {
    font-size: 16px;
    line-height: 33px;
  }
}

.text_28_standout {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  line-height: 44px;
}

.text_16_28 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
}

.text_21 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 21px;
  line-height: 33px;
}

.text_21_42 {
  font-family: "Poppins";
  font-size: 21px;
  line-height: 42px;
  font-weight: 400;
  color: #91ABF8 !important;
}

@media screen and (max-width: 1024px) {
  .text_21_42 {
    font-size: 16px;
    line-height: 26px;
  }
}

@media screen and (max-width: 767px) {
  .text_21_42 {
    font-size: 16px;
    line-height: 33px;
  }
}

.text_16 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
}

.text_16_33 {
  font-size: 16px;
  line-height: 33px;
  font-weight: 600;
  font-style: normal;
  font-family: "Poppins";
}

@media screen and (max-width: 1024px) {
  .text_16_33 {
    line-height: 28px;
  }
}

@media screen and (max-width: 767px) {
  .text_16_33 {
    line-height: 31px;
  }
}

.text_14 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 30px;
}

.text_14_24 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
}

@media screen and (max-width: 1024px) {
  .text_14_24 {
    line-height: 25px;
  }
}

.button_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 30px;
  color: #09202E;
}

.color_white {
  color: #FFFFFF;
}

.color_blue {
  color: #09202E;
}

.text_67_title {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 67px;
  line-height: 55px;
}

@media screen and (max-width: 1024px) {
  .text_67_title {
    font-size: 37px;
    line-height: 49px;
  }
}

.text_16_26 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 26.4px;
}

.w600 {
  font-weight: 600;
}

.hideEl {
  display: none !important;
}

.archive-banner {
  padding-top: 126px;
  background: #09202E;
  color: #FFFFFF;
}

@media screen and (max-width: 767px) {
  .archive-banner {
    padding-top: 70px;
  }
}

.archive-banner .arch_banner_cont {
  max-width: 1440px;
  margin: 0 auto;
  padding: 86px 496px 93px 50px;
}

@media screen and (max-width: 1024px) {
  .archive-banner .arch_banner_cont {
    padding: 64px 105px 62px 25px;
  }
}

@media screen and (max-width: 767px) {
  .archive-banner .arch_banner_cont {
    padding: 40px 4px 40px 25px;
  }
}

.archive-project {
  padding-bottom: 90px;
}

.archive-project .container {
  max-width: 1440px;
  padding: 0 50px;
  padding-top: 50px;
  padding-bottom: 137px;
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
  -webkit-column-gap: 25px;
          column-gap: 25px;
  row-gap: 90px;
}

@media screen and (max-width: 1024px) {
  .archive-project .container {
    padding: 0 25px 92px 25px;
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 26px;
            column-gap: 26px;
    row-gap: 100px;
  }
}

@media screen and (max-width: 767px) {
  .archive-project .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 0;
    padding-bottom: 67px;
    padding-top: 25px;
  }
}

.archive-project .project-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.archive-project .project-post .img_fit {
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .archive-project .project-post .img_fit {
    width: 100%;
  }
}

.archive-project .project-post:first-child {
  grid-column: span 2;
}

.archive-project .project-post:first-child .project-post__desc {
  max-width: 80%;
}

@media screen and (max-width: 767px) {
  .archive-project .project-post:first-child .project-post__desc {
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .archive-project .project-post {
    margin-bottom: 75px;
  }
  .archive-project .project-post:last-child {
    margin-bottom: 0;
  }
}

.archive-project .project-post__img {
  height: 313px;
}

.archive-project .project-post__title {
  margin-top: 16px;
  color: #09202E;
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 26px;
}

@media screen and (max-width: 1024px) {
  .archive-project .project-post__title {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 33px;
  }
}

@media screen and (max-width: 767px) {
  .archive-project .project-post__title {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 1px;
  }
}

.archive-project .project-post__desc {
  padding-left: 15px;
  margin-bottom: 27px;
  color: #09202E;
  position: relative;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}

@media screen and (max-width: 1024px) {
  .archive-project .project-post__desc {
    margin-bottom: 9px;
  }
}

@media screen and (max-width: 767px) {
  .archive-project .project-post__desc {
    margin-bottom: 20px;
  }
}

.archive-project .project-post__desc::before {
  width: 1px;
  height: calc(100% - 11px);
  content: "";
  display: inline-block;
  background-color: #1257fd;
  position: absolute;
  top: 7px;
  margin-left: -15px;
}

.archive-project .project-post__link {
  color: #09202E;
  font-weight: 600;
  margin-top: auto;
}

.archive-project .project-post .button_link {
  margin-top: auto;
  line-height: 28px;
  font-size: 14px;
  line-height: 24px;
}

@media screen and (max-width: 1024px) {
  .archive-project .project-post .button_link {
    line-height: 28px;
  }
}

@media screen and (max-width: 767px) {
  .archive-project .project-post .button_link {
    line-height: 25px;
  }
}

.archive-project .project-post .arrow_link::after {
  top: 7px;
}

.arrow-cont-scroll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.arrow-cont-scroll .arrow-cont-scroll__text {
  color: #09202E;
  font-weight: 600;
  margin-top: 18px;
}

.archive-insights .container {
  row-gap: 81px;
}

.archive-insights .project-post__title {
  margin-bottom: 12px;
}

.archive-insights .project-post__desc {
  margin-bottom: 25px;
}

.archive-news .container {
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr 1fr;
  row-gap: 100px;
}

@media screen and (max-width: 1024px) {
  .archive-news .container {
    -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
    -webkit-column-gap: 24px;
            column-gap: 24px;
  }
}

@media screen and (max-width: 767px) {
  .archive-news .container {
    row-gap: 0;
  }
}

.archive-news .container .project-post:first-child .project-post__title {
  max-width: 76%;
}

@media screen and (max-width: 767px) {
  .archive-news .container .project-post:first-child .project-post__title {
    max-width: 100%;
  }
}

.archive-news .container .project-post__img {
  height: 216px;
}

@media screen and (max-width: 1024px) {
  .archive-news .container .project-post__img {
    height: 228px;
  }
}

.archive-news .container .project-post__title {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 18px;
  margin-top: 13px;
}

@media screen and (max-width: 1024px) {
  .archive-news .container .project-post__title {
    font-size: 19px;
    line-height: 31px;
    margin-top: 18px;
    margin-bottom: 24px;
  }
}

.archive-news .container .project-post .news_link_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: auto;
}

.archive-news .container .project-post .news_date {
  font-size: 14px;
  line-height: 30px;
  font-weight: 400;
  opacity: 0.5;
}

.archive-wrapper {
  position: relative;
}

@media screen and (max-width: 1024px) {
  .archive-wrapper {
    position: static;
  }
}

.archive-wrapper::after {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
  display: inline-block;
  background: #FFFFFF;
  opacity: 0.5;
  top: 0;
}

.archive-wrapper.loadingState::after {
  z-index: 99;
  pointer-events: all;
}

.archive-filters {
  background: #FFFFFF;
  width: 100%;
  z-index: 1;
  font-weight: 400;
  color: #09202E;
}

.archive-filters input:-webkit-autofill,
.archive-filters input:-webkit-autofill:hover,
.archive-filters input:-webkit-autofill:focus input:-webkit-autofill {
  color: #09202E !important;
  -webkit-text-fill-color: #09202E !important;
}

.archive-filters .swiper-slide {
  width: auto;
}

.archive-filters .swiper-archive {
  overflow: hidden;
  padding-right: 25px;
}

@media screen and (max-width: 1024px) {
  .archive-filters .swiper-archive {
    margin-bottom: 23px;
  }
}

@media screen and (max-width: 767px) {
  .archive-filters {
    top: 190px;
  }
  .archive-filters::after {
    content: "";
    width: 100%;
    height: 1px;
    display: block;
    position: absolute;
    left: 0;
    background: white;
    background: -webkit-gradient(linear, left top, right top, from(rgba(10, 33, 64, 0)), color-stop(50.65%, #09202E), to(rgba(10, 33, 64, 0)));
    background: linear-gradient(90deg, rgba(10, 33, 64, 0) 0%, #09202E 50.65%, rgba(10, 33, 64, 0) 100%);
    z-index: 97;
  }
}

.archive-filters .container {
  padding: 50px 50px 17px 50px;
  position: relative;
}

.archive-filters .container::after {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: white;
  background: -webkit-gradient(linear, left top, right top, from(rgba(10, 33, 64, 0)), color-stop(50.65%, #09202E), to(rgba(10, 33, 64, 0)));
  background: linear-gradient(90deg, rgba(10, 33, 64, 0) 0%, #09202E 50.65%, rgba(10, 33, 64, 0) 100%);
  z-index: 100;
}

@media screen and (max-width: 1024px) {
  .archive-filters .container {
    padding: 25px 25px 15px 25px;
  }
}

@media screen and (max-width: 767px) {
  .archive-filters .container {
    padding: 27px 25px 18px 25px;
    position: static;
  }
}

.archive-filters .filters-input-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 1024px) {
  .archive-filters .filters-input-cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .archive-filters .filters-input-cont {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.archive-filters .filters-input-xs {
  display: none;
  position: relative;
}

.archive-filters .filters-input-xs::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  background: url("../img/icons/arrow-right-20.svg");
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 5px;
}

@media screen and (max-width: 767px) {
  .archive-filters .filters-input-xs {
    display: block;
  }
}

.archive-filters .filters-input-xs .filters-xs-wrapper {
  top: -33px;
  position: absolute;
}

@media screen and (max-width: 767px) {
  .archive-filters .filters-input-xs .filters-xs-wrapper {
    max-height: calc(100vh - 70px);
    height: calc(100vh - 70px);
    background: linear-gradient(356.05deg, rgba(10, 33, 64, 0.75) 3.46%, #09202E 50.28%);
    z-index: 99;
    margin-left: -25px;
    padding: 27px 25px 41px 25px;
    top: 70px;
    position: fixed;
  }
}

.archive-filters .filters-input-xs .filters-xs-wrapper .multi-select__head:last-child {
  padding-bottom: 66px;
}

.archive-filters .filters-input-xs .multi-select {
  margin-right: 0;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .archive-filters .filters-input-xs .multi-select:last-child .multi-select__group:last-child {
    padding-bottom: 39px;
  }
}

.archive-filters .menu_autocomplete {
  display: inline-block;
  margin: 0;
}

@media screen and (max-width: 1024px) {
  .archive-filters .menu_autocomplete {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

@media screen and (max-width: 767px) {
  .archive-filters .menu_autocomplete {
    width: auto;
    margin-left: auto;
  }
}

.archive-filters .menu_autocomplete svg {
  top: 20px;
}

@media screen and (max-width: 767px) {
  .archive-filters .menu_autocomplete svg {
    right: 66px;
  }
}

.archive-filters .menu_autocomplete input {
  width: 300px;
  border-color: #09202E;
  color: #09202E;
  opacity: 1;
}

.archive-filters .menu_autocomplete input:focus {
  border-color: #1257fd;
}

.archive-filters .menu_autocomplete input:focus ~ .search_clear {
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .archive-filters .menu_autocomplete input:focus ~ .search_clear {
    display: none;
  }
}

.archive-filters .menu_autocomplete input:focus ~ .search_icon path {
  stroke: #1257fd;
}

@media screen and (max-width: 767px) {
  .archive-filters .menu_autocomplete input {
    width: 64px;
    border: 0;
    text-align: right;
  }
}

.archive-filters .menu_autocomplete input::-webkit-input-placeholder {
  color: #09202E;
}

.archive-filters .menu_autocomplete input:-ms-input-placeholder {
  color: #09202E;
}

.archive-filters .menu_autocomplete input::-ms-input-placeholder {
  color: #09202E;
}

.archive-filters .menu_autocomplete input::placeholder {
  color: #09202E;
}

.archive-filters .filters_row {
  margin-top: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 1024px) {
  .archive-filters .filters_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  .archive-filters .filters_row {
    margin-top: 12px;
  }
}

.archive-filters .filters_row--fixed {
  width: 100vw;
  margin-left: 0px;
  position: fixed;
  padding-bottom: 19px;
  padding-top: 23px;
  background: #FFFFFF;
  margin-top: 0;
  top: 126px;
  left: 0;
  z-index: 101;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.archive-filters .filters_row--fixed .filters_wrapper {
  max-width: 1440px;
  padding: 0 50px;
}

@media screen and (max-width: 1024px) {
  .archive-filters .filters_row--fixed .filters_wrapper {
    width: 100%;
    padding: 0 25px;
  }
}

@media screen and (max-width: 1024px) {
  .archive-filters .filters_row--fixed .filters_row__amount {
    padding-bottom: 19px;
  }
}

@media screen and (max-width: 767px) {
  .archive-filters .filters_row--fixed {
    top: 70px;
  }
}

.archive-filters .filters_row__amount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #1257fd;
  margin-right: 25px;
}

@media screen and (max-width: 1024px) {
  .archive-filters .filters_row__amount {
    margin-top: auto;
    position: absolute;
    bottom: 0;
  }
}

.archive-filters .filters_row__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1024px) {
  .archive-filters .filters_row__tags {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin-bottom: 13px;
    margin-left: 11px;
  }
}

@media screen and (max-width: 767px) {
  .archive-filters .filters_row__tags {
    display: none;
  }
}

.archive-filters .filters_row__tags > div:last-child {
  margin-right: 0;
}

.archive-filters .filters_row__scroll {
  cursor: pointer;
  color: #1257fd;
  position: relative;
  margin-right: 20px;
  font-weight: 600;
  margin-left: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media screen and (max-width: 1024px) {
  .archive-filters .filters_row__scroll {
    margin-top: auto;
    margin-left: auto;
  }
}

.archive-filters .filters_row__scroll::after {
  content: "";
  display: inline-block;
  position: absolute;
  height: 18px;
  width: 16px;
  background: url("../img/icons/arrow-right-16.svg");
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  margin-left: 11px;
  top: 4px;
  right: -24px;
}

.archive-filters .filters_row .filter-tag {
  position: relative;
  cursor: pointer;
}

.archive-filters .filters_row .filter-tag::before {
  content: "#";
  display: inline-block;
  position: absolute;
  left: -11px;
}

.archive-filters .filters_row .filter-tag:hover::after {
  display: inline-block;
  position: absolute;
  background: url("../img/icons/iconX.svg");
  width: 12px;
  height: 12px;
  content: "";
  right: -5px;
  top: 3px;
}

.archive-filters .filters_row .filter-reset {
  font-weight: 600;
}

.archive-filters .filters_row .filter-reset::before {
  display: none;
}

.archive-filters .filters_row .filter-reset::after {
  background: url("../img/icons/iconXrect.svg");
  content: "";
  display: inline-block;
  width: 11px;
  height: 11px;
  margin-left: 3px;
  top: 8px;
  position: absolute;
  background-repeat: no-repeat;
}

.archive-filters .filters_row .filter-reset:hover::after {
  background: url("../img/icons/iconXrect.svg");
  width: 11px;
  height: 11px;
  right: -13px;
  top: 8px;
  position: absolute;
  background-repeat: no-repeat;
}

.archive-filters .filters_row .filter-reset__transparent:not(.filter-tag)::after {
  opacity: 0.4;
}

.archive-filters .tags-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.archive-filters .multi-select {
  width: 300px;
  margin-right: 25px;
  position: relative;
}

.archive-filters .multi-select:last-child {
  margin-right: 0;
}

.archive-filters .multi-select::after {
  width: 22px;
  height: 13px;
  content: "";
  display: inline-block;
  position: absolute;
  -webkit-mask-image: url("../img/icons/arrow_down.svg");
  mask-image: url("../img/icons/arrow_down.svg");
  background-color: #09202E;
  right: 10px;
  top: 8px;
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

@media screen and (max-width: 767px) {
  .archive-filters .multi-select::after {
    display: none;
  }
}

.archive-filters .multi-select__name {
  position: relative;
  z-index: 1;
  font-size: 16px;
  line-height: 26.4px;
  font-family: "Poppins";
  color: #09202E;
  padding: 0 0 11px 8px;
  border-bottom: 1px solid #09202E;
}

@media screen and (max-width: 767px) {
  .archive-filters .multi-select__name {
    display: none;
  }
}

.archive-filters .multi-select-wrapper {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  max-height: 320px;
  padding: 24px 0 39px 23px;
  background: linear-gradient(356.05deg, rgba(10, 33, 64, 0.75) 3.46%, rgba(10, 33, 64, 0.9) 50.28%);
  color: #FFFFFF;
  position: relative;
  top: -1px;
  z-index: 2;
  opacity: 1;
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transform-origin: top;
          transform-origin: top;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .archive-filters .multi-select-wrapper {
    background: transparent;
    width: 100vw;
    max-height: unset;
    margin-left: -25px;
    padding: 0;
    padding-left: 25px;
  }
}

.archive-filters .multi-select__option {
  font-size: 14px;
  line-height: 40px;
  font-family: "Poppins";
  font-weight: 400;
  margin-right: 26px;
  position: relative;
  margin-bottom: 2px;
  height: 0;
}

.archive-filters .multi-select__option:last-child {
  margin-bottom: 0;
}

.archive-filters .multi-select__checkbox {
  display: none;
  position: relative;
}

.archive-filters .multi-select__checkbox::before {
  width: 2px;
  height: 12px;
  display: none;
  background-color: #1257fd;
  position: absolute;
  content: "";
}

.archive-filters .multi-select__group:first-child .multi-select__head {
  padding-top: 0;
}

.archive-filters .multi-select__group:first-child .multi-select__head::before {
  top: 8px;
}

@media screen and (max-width: 767px) {
  .archive-filters .multi-select__group:first-child .multi-select__head::before {
    top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .archive-filters .multi-select__group:first-child .multi-select__head {
    padding-top: 24px;
  }
}

.archive-filters .multi-select__group:last-child {
  padding-bottom: 39px;
}

@media screen and (max-width: 767px) {
  .archive-filters .multi-select__group:last-child {
    padding-bottom: 0;
  }
}

.archive-filters .multi-select__checkbox:checked ~ label {
  opacity: 1;
  color: #1257fd;
}

.archive-filters .multi-select__checkbox:checked ~ label::before {
  display: inline-block;
}

.archive-filters .multi-select__checkbox:checked::before {
  display: inline-block;
}

.archive-filters .multi-select__label {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  cursor: pointer;
  opacity: 0.6;
}

.archive-filters .multi-select__label::before {
  width: 2px;
  height: 12px;
  display: none;
  background-color: #1257fd;
  position: absolute;
  content: "";
  left: -22px;
  top: 4px;
}

.archive-filters .multi-select__label:hover {
  opacity: 1;
}

.archive-filters .multi-select__label:hover::before {
  display: inline-block;
}

.archive-filters .multi-select__category {
  max-height: 0;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.archive-filters .multi-select__category .multi-select__option {
  height: 0;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.archive-filters .multi-select__category .multi-select__option:last-child {
  padding-bottom: 24px;
}

@media screen and (max-width: 767px) {
  .archive-filters .multi-select__category .multi-select__option:last-child {
    padding-bottom: 39px;
  }
}

.archive-filters .multi-select__category .multi-select__option:last-child::after {
  width: 100%;
  height: 1px;
  background-color: #FFFFFF;
  display: block;
  content: "";
  position: absolute;
  opacity: 0.4;
  bottom: 0;
}

.archive-filters .multi-select__head {
  margin-right: 26px;
  padding: 24px 0 15px 0;
  position: relative;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
  .archive-filters .multi-select__head {
    font-weight: 400;
  }
}

.archive-filters .multi-select__head::after {
  width: 100%;
  height: 1px;
  position: absolute;
  display: block;
  content: "";
  background-color: #FFFFFF;
  opacity: 0.4;
  bottom: 0;
}

.archive-filters .multi-select__head::before {
  width: 12px;
  height: 8px;
  position: absolute;
  display: inline-block;
  content: "";
  background: url("../img/icons/arrow_down_small.svg");
  right: 3px;
  top: 34px;
}

.archive-filters .multi-select__header-xs {
  display: none;
  font-weight: 600;
  font-size: 16px;
  line-height: 28px;
  padding-bottom: 24px;
  position: relative;
  margin-right: 26px;
}

@media screen and (max-width: 767px) {
  .archive-filters .multi-select__header-xs {
    display: block;
  }
}

.archive-filters .multi-select__header-xs::after {
  width: 100%;
  height: 1px;
  position: absolute;
  display: block;
  content: "";
  background-color: #FFFFFF;
  opacity: 0.4;
  bottom: 0;
}

.archive-filters .multi-select__close {
  position: absolute;
  right: 0px;
  top: 5px;
}

.archive-filters .multi-select__head.active_cat {
  color: #1257fd;
  padding-bottom: 7px;
}

@media screen and (max-width: 767px) {
  .archive-filters .multi-select__head.active_cat {
    padding-bottom: 12px;
  }
}

.archive-filters .multi-select__head.active_cat::before {
  background: url("../img/icons/arrow-short.svg");
  width: 14px;
}

.archive-filters .multi-select__head.active_cat::after {
  display: none;
}

.archive-filters .multi-select .multi-select__category.slide_down {
  display: block;
  max-height: unset;
}

.archive-filters .multi-select .slide_down {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  height: 100%;
}

.archive-filters .multi-select .slide_down .multi-select__option {
  display: block;
  height: 100%;
  overflow: visible;
  opacity: 1;
  max-height: 300px;
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}

.archive-filters .multi-select-active::after {
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
  background-color: #1257fd;
}

.archive-filters .multi-select-active .single-select-wrapper .multi-select__option {
  height: 100% !important;
}

.archive-filters .multi-select-hidden {
  height: 0;
  padding: 0;
  overflow: hidden;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.archive-filters .selects-container {
  font-family: "Poppins";
  position: relative;
  cursor: pointer;
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 37px;
}

@media screen and (max-width: 1024px) {
  .archive-filters .selects-container {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 29px;
  }
}

@media screen and (max-width: 767px) {
  .archive-filters .selects-container {
    display: none;
  }
}

.archive-filters .selects-container > span {
  margin-right: 25px;
}

.archive-filters .selects-container > span:last-child {
  margin-right: 0;
}

.archive-filters .selects-container .selectboxit-container {
  border-bottom: 1px solid #09202E;
}

.archive-filters .selects-container .selectboxit-options {
  position: absolute;
  top: 49px;
  display: none;
  width: 300px;
  list-style-type: none;
  padding: 34px 0 34px 25px;
  font-size: 14px;
  line-height: 40px;
  font-weight: 400;
  color: #FFFFFF;
  background: linear-gradient(356.05deg, rgba(10, 33, 64, 0.75) 3.46%, rgba(10, 33, 64, 0.9) 50.28%);
  z-index: 2;
  margin-top: -12px;
}

.archive-filters .selects-container .selectboxit-options li {
  opacity: 0.6;
  position: relative;
}

.archive-filters .selects-container .selectboxit-options li:hover {
  opacity: 1;
  cursor: pointer;
}

.archive-filters .selects-container .selectboxit-options li:hover::before {
  position: absolute;
  width: 2px;
  height: 12px;
  left: -24px;
  top: 13px;
  background-color: #1257fd;
  display: inline-block;
  content: "";
  opacity: 1;
}

.archive-filters .selects-container .selectboxit-options li:active {
  color: #1257fd;
}

.archive-filters .selects-container .selectboxit-options li:active::before {
  position: absolute;
  width: 2px;
  height: 12px;
  left: -24px;
  top: 13px;
  background-color: #1257fd;
  display: inline-block;
  content: "";
  opacity: 1;
}

.archive-filters .selects-container .selectboxit-options .selectboxit-optgroup-header {
  display: block;
}

.archive-filters .selects-container .selectboxit-btn {
  width: 300px;
  padding-left: 8px;
  display: inline-block;
  font-size: 16px;
  line-height: 26.4px;
  position: relative;
}

.archive-filters .selects-container .selectboxit-btn::after {
  width: 22px;
  height: 13px;
  content: "";
  display: inline-block;
  position: absolute;
  background: url("../img/icons/arrow_down.svg");
  right: 10px;
  top: 7px;
}

.archive-filters .selects-container .selectboxit-open::after {
  background: url("../img/icons/arrow_active.svg");
}

.archive-filters .blur-background {
  background-color: rgba(0, 0, 0, 0.4);
  height: 100%;
  z-index: 32;
}

.archive-filters .award_sort_btn {
  border: none;
  background: transparent;
  font-size: 16px;
  line-height: 26px;
  opacity: 0.5;
  color: white;
  cursor: pointer;
}

.archive-filters .award_sort_btn--active {
  opacity: 1;
  color: #1257fd;
}

.archive-filters .award_sort_btn--active::before {
  width: 2px;
  height: 12px;
  display: inline-block;
  background-color: #1257fd;
  position: absolute;
  content: "";
  left: -22px;
  top: 13px;
}

.archive-filters .award_sort_btn:hover {
  opacity: 1;
}

.archive-jobs .container {
  padding: 0 50px;
}

.archive-jobs .job-single {
  padding: 15px 0 92px 0;
}

.news-banner {
  height: 679px;
  background-color: #1257FD;
  color: #FFFFFF;
}

.news-banner .post__date {
  color: #91ABF8;
}

.news-banner--noimg {
  height: 375px;
}

.news-banner .container {
  padding: 82px 50px 356px 50px;
}

.news-banner .container--noimg {
  padding: 82px 50px 39px 50px;
}

.news-banner .post {
  font-family: "Poppins";
  font-style: normal;
}

.news-banner .post__title {
  font-weight: 600;
  max-width: 900px;
}

.news-banner .post__date {
  font-size: 16px;
  line-height: 28px;
  text-align: right;
  position: relative;
  top: -33px;
}

.news-banner .post__imgCont {
  position: relative;
  top: -357px;
  padding: 0 50px;
  max-width: 1440px;
  margin: 0 auto;
}

.news-banner .post__imgCont img {
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 100%;
}

.banner-space {
  width: 100%;
  height: 322px;
}

@media screen and (max-width: 767px) {
  .banner-space {
    display: none;
  }
}

.post-page {
  position: relative;
  top: 126px;
}

.post_single .container {
  padding: 0 50px;
}

.ft_section {
  color: #09202E;
}

.ft_section .container {
  padding: 37px 97px 64px 50px;
}

@media screen and (max-width: 767px) {
  .ft_section .container {
    padding: 37px 25px;
  }
}

.ft_section .containerImgV {
  padding: 97px 79px 97px 50px;
}

@media screen and (max-width: 1024px) {
  .ft_section .containerImgV {
    padding: 75px 25px 62px 25px;
  }
}

@media screen and (max-width: 767px) {
  .ft_section .containerImgV {
    padding: 33px 25px 21px 25px;
  }
}

.ft_section .imgVariant {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .ft_section .imgVariant {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.ft_section .imgVariant .features {
  margin-left: 7.75%;
  margin-top: -12px;
}

@media screen and (max-width: 1024px) {
  .ft_section .imgVariant .features {
    margin-left: 5.1%;
  }
}

@media screen and (max-width: 767px) {
  .ft_section .imgVariant .features {
    margin: 0;
  }
}

.ft_section .imgVariant .features .sc_title {
  margin-left: -2.75%;
  max-width: 574px;
  margin-bottom: 21px;
}

@media screen and (max-width: 1024px) {
  .ft_section .imgVariant .features .sc_title {
    margin-bottom: 18px;
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .ft_section .imgVariant .features .sc_title {
    margin: 0 0 11px 0;
  }
}

.ft_section .imgVariant .features_img {
  max-width: 38.7%;
}

@media screen and (max-width: 1024px) {
  .ft_section .imgVariant .features_img {
    max-width: 39.3%;
  }
}

@media screen and (max-width: 767px) {
  .ft_section .imgVariant .features_img {
    display: none;
  }
}

.ft_section .imgVariant .features_img img {
  max-width: 100%;
}

@media screen and (max-width: 1024px) {
  .ft_section .imgVariant .features_img img {
    max-width: 100%;
  }
}

@media screen and (max-width: 1024px) {
  .ft_section .imgVariant .features__list {
    margin-left: 16px;
  }
}

@media screen and (max-width: 767px) {
  .ft_section .imgVariant .features__list {
    margin-left: 17px;
  }
}

.ft_section .features {
  max-width: 703px;
}

.ft_section .features .sc_title {
  margin-bottom: 30px;
}

.ft_section .features__single {
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  position: relative;
}

.ft_section .features__single::before {
  width: 6px;
  height: 6px;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #1257fd;
  left: -15px;
  border-radius: 50%;
  top: 11px;
}

.single_page {
  position: relative;
  padding-top: 126px;
}

@media screen and (max-width: 767px) {
  .single_page {
    padding-top: 70px;
  }
}

.aw_section {
  color: #09202E;
  background: rgba(10, 33, 64, 0.1);
}

.aw_section .container {
  padding: 100px 50px 75px 50px;
  margin: 0 auto;
}

@media screen and (max-width: 1024px) {
  .aw_section .container {
    padding: 75px 25px 79px 25px;
  }
}

@media screen and (max-width: 767px) {
  .aw_section .container {
    padding: 43px 25px 75px 25px;
  }
}

.aw_section .awards__desc {
  font-size: 28px;
  line-height: 44px;
  padding-left: 25px;
  border-left: 1px solid #1257fd;
  margin-bottom: 62px;
  max-width: 896px;
}

@media screen and (max-width: 1024px) {
  .aw_section .awards__desc {
    padding-left: 15px;
    max-width: 670px;
    margin-bottom: 67px;
    font-size: 21px;
    line-height: 33px;
  }
}

@media screen and (max-width: 767px) {
  .aw_section .awards__desc {
    margin-bottom: 41px;
  }
}

.aw_section .awards__imgs {
  position: relative;
}

.aw_section .awards__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 265px;
  height: 265px;
  background-color: #FFFFFF;
}

@media screen and (max-width: 1024px) {
  .aw_section .awards__img {
    width: 205px;
    height: 205px;
  }
}

@media screen and (max-width: 767px) {
  .aw_section .awards__img {
    width: 172px;
    height: 172px;
  }
}

.aw_section .awards__img img {
  max-width: 100%;
  height: 83px;
}

@media screen and (max-width: 1024px) {
  .aw_section .awards__img img {
    height: 64px;
  }
}

@media screen and (max-width: 767px) {
  .aw_section .awards__img img {
    height: 53px;
  }
}

.aw_section .awards .swiper-slide {
  width: 265px;
}

@media screen and (max-width: 1024px) {
  .aw_section .awards .swiper-slide {
    width: 205px;
  }
}

@media screen and (max-width: 767px) {
  .aw_section .awards .swiper-slide {
    width: 172px;
  }
}

.aw_section .awards .swiper-slide:hover .award_title {
  color: #1257fd;
}

.aw_section .awards .award_title {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-top: 20px;
  font-size: 21px;
  line-height: 28px;
  font-weight: 600;
  max-width: 190px;
}

@media screen and (max-width: 1024px) {
  .aw_section .awards .award_title {
    margin-top: 15px;
  }
}

@media screen and (max-width: 767px) {
  .aw_section .awards .award_title {
    margin-top: 9px;
    font-size: 16px;
    line-height: 26px;
  }
}

.aw_section .awards .swiper-scrollbar {
  position: static;
  background: rgba(10, 33, 64, 0.5);
  margin-top: 42px;
  height: 2px;
}

@media screen and (max-width: 1024px) {
  .aw_section .awards .swiper-scrollbar {
    margin-top: 50px;
  }
}

@media screen and (max-width: 767px) {
  .aw_section .awards .swiper-scrollbar {
    margin-top: 46px;
  }
}

.aw_section .awards .swiper-scrollbar-drag {
  background: #1257fd;
  height: 4px;
  top: -1px;
}

.aw_section .awards .swiper-button-prev,
.aw_section .awards .swiper-button-next {
  width: 43px;
  height: 32px;
  top: 165px;
}

@media screen and (max-width: 1024px) {
  .aw_section .awards .swiper-button-prev,
  .aw_section .awards .swiper-button-next {
    top: 102px;
  }
}

@media screen and (max-width: 767px) {
  .aw_section .awards .swiper-button-prev,
  .aw_section .awards .swiper-button-next {
    width: 28px;
    height: 21px;
    top: 100px;
  }
}

.aw_section .awards .swiper-button-prev {
  left: -20px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media screen and (max-width: 1024px) {
  .aw_section .awards .swiper-button-prev {
    left: 0;
  }
}

.builder_wrap .archive-wrapper {
  padding-bottom: 90px;
}

@media screen and (max-width: 1024px) {
  .builder_wrap .archive-wrapper {
    padding-bottom: 72px;
  }
}

@media screen and (max-width: 767px) {
  .builder_wrap .archive-wrapper {
    padding-bottom: 66px;
  }
}

.container_headers {
  padding: 0 50px;
  max-width: 1440px;
  margin: 0 auto;
}

@media screen and (max-width: 1024px) {
  .container_headers {
    padding: 0 25px;
  }
}

.awards_headers {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 15.75% 26.5% 26.5% 31.5%;
      grid-template-columns: 15.75% 26.5% 26.5% 31.5%;
  padding: 50px 0 15px 0;
  max-width: 1440px;
  margin: 0 auto;
  font-size: 21px;
  line-height: 49px;
  font-weight: 600;
  color: #09202E;
  border-bottom: 1px solid #09202E;
}

@media screen and (max-width: 1024px) {
  .awards_headers {
    font-size: 21px;
    line-height: 33px;
  }
}

@media screen and (max-width: 767px) {
  .awards_headers {
    -ms-grid-columns: 20% 43% 37%;
        grid-template-columns: 20% 43% 37%;
    font-size: 16px;
    line-height: 28px;
  }
  .awards_headers .award_header:nth-child(4) {
    display: none;
  }
}

.awards_headers .sort {
  margin-left: 15px;
}

@media screen and (max-width: 767px) {
  .awards_headers .sort {
    margin-left: 5px;
  }
}

.awards_headers .award_header {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.awards_headers .award_header .sort {
  display: inline;
}

.awards_headers .award_header .sort_active {
  display: none;
}

.awards_headers .award_header_active .sort {
  display: none;
}

.awards_headers .award_header_active .sort_active {
  display: inline;
}

.awards_headers .award_header_active_reverse .sort {
  display: none;
}

.awards_headers .award_header_active_reverse .sort_active {
  display: inline;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.awards-list .archive-project {
  padding-bottom: 0;
}

.awards-list .container {
  display: block;
  padding-top: 0;
  padding-bottom: 96px;
}

@media screen and (max-width: 767px) {
  .awards-list .container {
    padding-top: 0;
    padding-bottom: 79px;
  }
}

.awards-list .award {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 15.75% 26.5% 26.5% 31.5%;
      grid-template-columns: 15.75% 26.5% 26.5% 31.5%;
  padding: 20px 0 34px 0;
  border-bottom: 1px solid rgba(10, 33, 64, 0.75);
  color: #09202E;
}

@media screen and (max-width: 767px) {
  .awards-list .award {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 35px 0 52px 0;
  }
}

.awards-list .award:last-child {
  border-bottom: 0;
}

.awards-list .award__desc {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  padding-right: 20px;
}

.awards-list .award__desc--label {
  display: none;
}

@media screen and (max-width: 767px) {
  .awards-list .award__desc {
    margin-top: 26px;
    font-size: 14px;
    line-height: 26px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .awards-list .award__desc--label {
    display: inline;
    margin-right: 20px;
    font-weight: 600;
    color: #09202E;
  }
  .awards-list .award__desc--content {
    display: block;
  }
  .awards-list .award__desc--content p {
    display: block;
  }
}

.awards-list .award__desc p {
  margin-top: 0;
}

.awards-list .award__desc p:last-child {
  margin-bottom: 0;
}

.awards-list .award__year {
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  color: #1257fd;
}

@media screen and (max-width: 1024px) {
  .awards-list .award__year {
    font-size: 19px;
    line-height: 31px;
  }
}

@media screen and (max-width: 767px) {
  .awards-list .award__year {
    width: 20%;
  }
}

.awards-list .award__name {
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  padding-right: 20px;
}

@media screen and (max-width: 1024px) {
  .awards-list .award__name {
    font-size: 16px;
    line-height: 27px;
  }
}

@media screen and (max-width: 767px) {
  .awards-list .award__name {
    width: 37%;
    font-size: 14px;
    line-height: 24px;
    padding-right: 0;
  }
}

.awards-list .award__giver {
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  padding-right: 20px;
}

@media screen and (max-width: 1024px) {
  .awards-list .award__giver {
    font-size: 16px;
    line-height: 27px;
  }
}

@media screen and (max-width: 767px) {
  .awards-list .award__giver {
    width: 37%;
    margin-left: auto;
    font-size: 14px;
    line-height: 24px;
    padding-right: 0;
  }
}

.leadership_sc {
  color: #09202E;
}

.leadership_sc .container {
  padding: 87px 52px 108px 51px;
}

@media screen and (max-width: 1024px) {
  .leadership_sc .container {
    padding: 109px 51px 89px 51px;
  }
}

@media screen and (max-width: 767px) {
  .leadership_sc .container {
    padding: 69px 25px 80px 25px;
  }
}

.leadership_sc .leadership .inner_wrapper {
  position: relative;
}

.leadership_sc .leadership .leadership__title {
  font-size: 45px;
  line-height: 55px;
  font-weight: 600;
  text-align: right;
  margin-bottom: 85px;
}

@media screen and (max-width: 1024px) {
  .leadership_sc .leadership .leadership__title {
    font-size: 37px;
    line-height: 49px;
    margin-bottom: 93px;
  }
}

.leadership_sc .leadership .list_elem {
  font-weight: 600;
}

.leadership_sc .leadership .list_elem .leadership__img {
  height: 400px;
}

@media screen and (max-width: 767px) {
  .leadership_sc .leadership .list_elem .leadership__img {
    height: 253px;
  }
}

.leadership_sc .leadership .list_elem .leadership__name {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 28px;
  line-height: 40px;
}

@media screen and (max-width: 1024px) {
  .leadership_sc .leadership .list_elem .leadership__name {
    font-size: 19px;
    line-height: 31px;
  }
}

.leadership_sc .leadership .list_elem .leadership__position {
  font-size: 21px;
  line-height: 33px;
}

@media screen and (max-width: 1024px) {
  .leadership_sc .leadership .list_elem .leadership__position {
    font-size: 16px;
    line-height: 28px;
  }
}

.leadership_sc .leadership .list_elem .leadership__imgCont {
  position: relative;
  max-height: 265px;
}

@media screen and (max-width: 767px) {
  .leadership_sc .leadership .list_elem .leadership__imgCont {
    max-height: 216px;
  }
}

.leadership_sc .leadership .swiper-slide {
  width: 400px;
}

.leadership_sc .leadership .swiper-slide .leadership__imgCont::after {
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: inline-block;
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(10, 33, 64, 0.4)), to(rgba(10, 33, 64, 0.4)));
  background: linear-gradient(0deg, rgba(10, 33, 64, 0.4), rgba(10, 33, 64, 0.4));
}

.leadership_sc .leadership .swiper-slide:hover {
  width: 500px;
}

.leadership_sc .leadership .swiper-slide:hover .leadership__imgCont::after {
  opacity: 0;
}

.leadership_sc .leadership .swiper-slide:hover .leadership__name {
  color: #1257fd;
}

.leadership_sc .leadership .leadership_slider {
  height: auto;
  padding: 0;
}

.leadership_sc .leadership .leadership_slider .project_slide {
  height: auto;
}

@media screen and (max-width: 767px) {
  .leadership_sc .leadership .leadership_slider .project_slide {
    width: 253px;
    margin-right: 16px;
  }
}

.leadership_sc .leadership .leadership_slider .swiper-scrollbar {
  width: calc(100% + 52px);
  left: 0;
  height: 2px;
  display: block !important;
  top: -51px;
}

@media screen and (max-width: 1024px) {
  .leadership_sc .leadership .leadership_slider .swiper-scrollbar {
    width: 100%;
  }
}

.leadership_sc .leadership .leadership_slider .swiper-scrollbar .swiper-scrollbar-drag {
  background: #1257fd;
  height: 4px;
  top: -1px;
}

.leadership_sc .leadership .leadership_slider .hideEl {
  display: none !important;
}

.leadership_sc .leadership .projects_arrow_left,
.leadership_sc .leadership .projects_arrow_right {
  position: absolute;
  top: 183px;
  z-index: 1;
  opacity: 0.5;
  -webkit-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

@media screen and (max-width: 767px) {
  .leadership_sc .leadership .projects_arrow_left,
  .leadership_sc .leadership .projects_arrow_right {
    top: 116px;
  }
}

.leadership_sc .leadership .projects_arrow_left {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  left: 2px;
}

.leadership_sc .leadership .projects_arrow_right {
  right: 0;
}

.leadership_sc .leadership .person_info {
  max-width: 777px;
  margin-top: 77px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (max-width: 1024px) {
  .leadership_sc .leadership .person_info {
    margin-top: 56px;
  }
}

@media screen and (max-width: 767px) {
  .leadership_sc .leadership .person_info {
    margin-top: 16px;
  }
}

.leadership_sc .leadership .person_info__history {
  position: relative;
  font-size: 28px;
  line-height: 40px;
  margin-bottom: 34px;
}

@media screen and (max-width: 1024px) {
  .leadership_sc .leadership .person_info__history {
    font-size: 21px;
    line-height: 33px;
  }
}

.leadership_sc .leadership .person_info__history::before {
  position: absolute;
  height: calc(100% - 16px);
  top: 8px;
  width: 1px;
  background-color: #1257fd;
  content: "";
  display: inline-block;
  left: -25px;
}

.leadership_sc .leadership .person_info__desc {
  font-size: 16px;
  line-height: 28px;
  max-width: 755px;
}

.leadership_blue {
  background-color: #F3F7FF;
  color: #FFFFFF;
}

.leadership_blue .container .leadership .leadership__name {
  color: #09202E;
}

.leadership_blue .container .leadership .leadership__position {
  color: #09202E;
}

.leadership_blue .swiper-scrollbar {
  background-color: rgba(255, 255, 255, 0.5);
}

.leadership_blue .swiper-scrollbar .swiper-scrollbar-drag {
  opacity: 1;
}

.leadership_blue .projects_slider {
  background-color: #09202E;
}

.leadership_sc.leadership_variant_sm .container {
  padding-top: 8px;
  padding-bottom: 148px;
}

@media screen and (max-width: 767px) {
  .leadership_sc.leadership_variant_sm .container {
    padding: 8px 10px 120px 10px;
  }
}

.leadership_sc.leadership_variant_sm .leadership .swiper-slide {
  width: 265px;
}

@media screen and (max-width: 767px) {
  .leadership_sc.leadership_variant_sm .leadership .swiper-slide {
    width: 216px;
  }
}

.leadership_sc.leadership_variant_sm .leadership .list_elem .leadership__img {
  height: 265px;
}

@media screen and (max-width: 767px) {
  .leadership_sc.leadership_variant_sm .leadership .list_elem .leadership__img {
    height: 216px;
  }
}

.leadership_sc.leadership_variant_sm .leadership .list_elem .leadership__name {
  font-size: 21px;
  line-height: 28px;
  margin-top: 17px;
}

@media screen and (max-width: 1024px) {
  .leadership_sc.leadership_variant_sm .leadership .list_elem .leadership__name {
    margin-top: 20px;
  }
}

.leadership_sc.leadership_variant_sm .leadership .list_elem .leadership__position {
  font-size: 14px;
  line-height: 28px;
  font-weight: 400;
}

.leadership_sc.leadership_variant_sm .leadership .list_elem .button_link {
  margin-top: 16px;
}

@media screen and (max-width: 767px) {
  .leadership_sc.leadership_variant_sm .leadership .list_elem .button_link {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .project_slide_static_profile .button_link {
    display: block !important;
  }
}

.leadership_sc.leadership_variant_sm .leadership .projects_arrow_left,
.leadership_sc.leadership_variant_sm .leadership .projects_arrow_right {
  top: 143px;
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .leadership_sc.leadership_variant_sm .leadership .projects_arrow_left,
  .leadership_sc.leadership_variant_sm .leadership .projects_arrow_right {
    top: 96px;
    width: 28px;
    height: 21px;
  }
}

.leadership_sc.leadership_variant_sm .leadership .swiper-button-disabled {
  opacity: 0.5;
}

.leadership_sc.leadership_variant_sm .leadership .projects_arrow_left {
  left: -26px;
}

@media screen and (max-width: 767px) {
  .leadership_sc.leadership_variant_sm .leadership .projects_arrow_left {
    left: 0;
  }
}

.leadership_sc.leadership_variant_sm .leadership .projects_arrow_right {
  right: -25px;
}

@media screen and (max-width: 767px) {
  .leadership_sc.leadership_variant_sm .leadership .projects_arrow_right {
    right: 20px;
  }
}

.leadership_sc.leadership_variant_sm .leadership .swiper-scrollbar {
  top: unset;
  bottom: -58px;
}

@media screen and (max-width: 767px) {
  .leadership_sc.leadership_variant_sm .leadership .swiper-scrollbar {
    bottom: -44px;
  }
}

.testimonial_sc {
  background: #1257fd;
  color: #FFFFFF;
}

.testimonial_sc .container {
  padding: 150px 25px 143px 25px;
  overflow: hidden;
}

@media screen and (max-width: 1024px) {
  .testimonial_sc .container {
    padding: 118px 25px 99px 25px;
  }
}

@media screen and (max-width: 767px) {
  .testimonial_sc .container {
    padding: 75px 15px 86px 15px;
  }
}

.testimonial_sc .swiper-slide {
  padding-left: 125px;
  padding-right: 125px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 1024px) {
  .testimonial_sc .swiper-slide {
    padding-left: 75px;
    padding-right: 75px;
  }
}

@media screen and (max-width: 767px) {
  .testimonial_sc .swiper-slide {
    padding-left: 35px;
    padding-right: 35px;
  }
}

.testimonial_sc .quote {
  text-align: center;
}

.testimonial_sc .quote__text {
  font-size: 37px;
  line-height: 49px;
  margin-bottom: 55px;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .testimonial_sc .quote__text {
    font-size: 21px;
    line-height: 33px;
  }
}

@media screen and (max-width: 767px) {
  .testimonial_sc .quote__text {
    margin-bottom: 21px;
  }
}

.testimonial_sc .quote__text::before {
  content: "“";
  position: absolute;
  font-size: 100px;
  line-height: 102px;
  font-weight: 600;
  opacity: 0.5;
  top: -30px;
  left: -28px;
}

@media screen and (max-width: 1024px) {
  .testimonial_sc .quote__text::before {
    left: -15px;
    top: -31px;
    font-size: 75px;
  }
}

@media screen and (max-width: 767px) {
  .testimonial_sc .quote__text::before {
    left: -27px;
  }
}

.testimonial_sc .quote__quoatation {
  position: relative;
}

.testimonial_sc .quote__quoatation::after {
  position: absolute;
  display: inline-block;
  content: "”";
  font-size: 100px;
  line-height: 102px;
  font-weight: 600;
  opacity: 0.5;
  left: 118px;
  bottom: -67px;
}

@media screen and (max-width: 1024px) {
  .testimonial_sc .quote__quoatation::after {
    font-size: 75px;
    left: 27px;
    bottom: -85px;
  }
}

@media screen and (max-width: 767px) {
  .testimonial_sc .quote__quoatation::after {
    left: 7px;
    bottom: -64px;
  }
}

.testimonial_sc .quote__author {
  font-size: 21px;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 4px;
}

@media screen and (max-width: 1024px) {
  .testimonial_sc .quote__author {
    font-size: 19px;
    line-height: 31px;
    margin-bottom: 1px;
  }
}

@media screen and (max-width: 767px) {
  .testimonial_sc .quote__author {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 0;
  }
}

.testimonial_sc .quote__business {
  font-size: 28px;
  line-height: 44px;
}

@media screen and (max-width: 1024px) {
  .testimonial_sc .quote__business {
    font-size: 21px;
    line-height: 33px;
  }
}

@media screen and (max-width: 767px) {
  .testimonial_sc .quote__business {
    font-size: 16px;
    line-height: 28px;
  }
}

.testimonial_sc .testimonial_swiper {
  position: relative;
}

.testimonial_sc .testimonial_swiper .swiper-pagination {
  bottom: -111px;
}

@media screen and (max-width: 1024px) {
  .testimonial_sc .testimonial_swiper .swiper-pagination {
    bottom: -66px;
  }
}

.testimonial_sc .testimonial_swiper .swiper-button-next,
.testimonial_sc .testimonial_swiper .swiper-button-prev {
  width: 46px;
  height: 35px;
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .testimonial_sc .testimonial_swiper .swiper-button-next,
  .testimonial_sc .testimonial_swiper .swiper-button-prev {
    width: 25px;
    height: 19px;
  }
}

.testimonial_sc .testimonial_swiper .swiper-button-next::after,
.testimonial_sc .testimonial_swiper .swiper-button-prev::after {
  content: none;
}

.testimonial_sc .testimonial_swiper .swiper-button-prev {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  left: 0;
}

.testimonial_sc .testimonial_swiper .swiper-button-next {
  right: 0;
}

.testimonial_sc .testimonial_swiper .swiper-button-prev.swiper-button-disabled,
.testimonial_sc .testimonial_swiper .swiper-button-next.swiper-button-disabled {
  opacity: 0.5;
}

.testimonial_sc .testimonial_swiper .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border: 2px solid #FFFFFF;
  background: transparent;
  opacity: 1;
  margin: 0 9px;
  -webkit-transition: 0.3s all ease-in-out 0s;
  transition: 0.3s all ease-in-out 0s;
}

.testimonial_sc .testimonial_swiper .swiper-pagination-bullet-active {
  width: 16px;
  height: 8px;
  background-color: #09202E;
  border-radius: 4px;
  border: none;
  margin-bottom: 1px;
}

.testimonial_sc.testimonial_blue {
  background-color: #09202E;
}

.testimonial_sc.testimonial_blue .testimonial_swiper .swiper-pagination-bullet-active {
  background-color: #1257fd;
}

.quote_sc {
  color: #09202E;
}

.quote_sc .container {
  padding: 0px 0 110px 50px;
}

@media screen and (max-width: 1024px) {
  .quote_sc .container {
    padding: 75px 0 71px 25px;
  }
}

@media screen and (max-width: 767px) {
  .quote_sc .container {
    padding: 52px 25px 67px 25px;
  }
}

.quote_sc .quote {
  padding-left: 77px;
  padding-top: 31px;
  padding-bottom: 27px;
  font-weight: 400;
  border-left: 1px solid #09202E;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .quote_sc .quote {
    padding-bottom: 25px;
    padding-left: 70px;
  }
}

@media screen and (max-width: 767px) {
  .quote_sc .quote {
    padding: 0;
    border: none;
  }
}

.quote_sc .quote::before {
  content: "“";
  position: absolute;
  font-size: 62px;
  line-height: 58px;
  font-weight: 600;
  opacity: 1;
  top: 29px;
  left: 25px;
}

@media screen and (max-width: 1024px) {
  .quote_sc .quote::before {
    font-size: 49px;
  }
}

@media screen and (max-width: 767px) {
  .quote_sc .quote::before {
    font-size: 40px;
    top: -10px;
    left: -19px;
  }
}

.quote_sc .quote__text {
  max-width: 657px;
  font-size: 28px;
  line-height: 44px;
  margin-bottom: 30px;
}

@media screen and (max-width: 1024px) {
  .quote_sc .quote__text {
    max-width: 471px;
    font-size: 21px;
    line-height: 33px;
    margin-bottom: 23px;
  }
}

@media screen and (max-width: 767px) {
  .quote_sc .quote__text {
    margin-bottom: 18px;
    max-width: 100%;
  }
}

.quote_sc .quote__author {
  font-size: 16px;
  line-height: 28px;
}

.news_module .archive-project {
  padding: 0;
}

.icon_sc {
  background: rgba(10, 33, 64, 0.25);
}

.icon_sc .container {
  padding: 85px 24px 134px 50px;
}

@media screen and (max-width: 1024px) {
  .icon_sc .container {
    padding: 105px 50px 97px 50px;
  }
}

@media screen and (max-width: 767px) {
  .icon_sc .container {
    padding: 105px 25px 97px 25px;
  }
}

.icon_sc .icons_grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
  row-gap: 50px;
  -webkit-column-gap: 13.1%;
          column-gap: 13.1%;
}

@media screen and (max-width: 1024px) {
  .icon_sc .icons_grid {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 4.3%;
            column-gap: 4.3%;
    row-gap: 42px;
  }
}

@media screen and (max-width: 767px) {
  .icon_sc .icons_grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.icon_sc .icons_grid .sc_title {
  color: #09202E;
}

@media screen and (max-width: 1024px) {
  .icon_sc .icons_grid .sc_title {
    grid-column: span 2;
  }
}

.icon_sc .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.icon_sc .item__content {
  padding-left: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.icon_sc .item__icon {
  height: 61px;
  width: 61px;
  margin-right: 10px;
}

.icon_sc .item__title {
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  margin-bottom: 6px;
  position: relative;
}

.icon_sc .item__title::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 1px;
  height: 52px;
  top: 1px;
  background-color: #09202E;
  left: -15px;
}

@media screen and (max-width: 1024px) {
  .icon_sc .item__title::after {
    height: 100%;
  }
}

.icon_sc .item__desc {
  font-size: 14px;
  line-height: 24px;
}

.side_menu_sc {
  color: #09202E;
}

.side_menu_sc .container {
  padding: 100px 24px 104px 74px;
}

@media screen and (max-width: 1024px) {
  .side_menu_sc .container {
    padding: 100px 24px 108px 49px;
  }
}

@media screen and (max-width: 767px) {
  .side_menu_sc .container {
    padding: 96px 25px 93px 25px;
  }
}

.side_menu_sc .content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr 1fr;
      grid-template-columns: 2fr 1fr;
}

@media screen and (max-width: 767px) {
  .side_menu_sc .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.side_menu_sc .content_side {
  padding-right: 16.1%;
}

@media screen and (max-width: 767px) {
  .side_menu_sc .content_side {
    padding: 0;
  }
}

.side_menu_sc .content_side .standout {
  font-size: 28px;
  line-height: 44px;
  margin-bottom: 50px;
  position: relative;
}

.side_menu_sc .content_side .standout::before {
  display: inline-block;
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #1257fd;
  left: -25px;
}

@media screen and (max-width: 767px) {
  .side_menu_sc .content_side .standout::before {
    left: -15px; /* VASSU - orig was 0px - fix smec.com/project sub-pages blue line */
  }
}

@media screen and (max-width: 1024px) {
  .side_menu_sc .content_side .standout {
    font-size: 21px;
    line-height: 33px;
    font-weight: 400;
  }
}

@media screen and (max-width: 767px) {
  .side_menu_sc .content_side .standout {
    padding-left: 15px;
    margin-bottom: 56px;
  }
}

.side_menu_sc .content_side .standout.hide_line::before {
  display: none;
}

.side_menu_sc .content_side .general {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 28px;
}

.side_menu_sc .content_side .title {
  margin-bottom: 13px;
}

.side_menu_sc .menu_side {
  position: relative;
}

@media screen and (max-width: 767px) {
  .side_menu_sc .menu_side {
    padding: 0;
    margin-bottom: 83px;
  }
}

.side_menu_sc .menu_side .menu_wrap {
  position: relative;
  padding-left: 25px;
}

@media screen and (max-width: 767px) {
  .side_menu_sc .menu_side .menu_wrap {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    padding-left: 0;
  }
}

.side_menu_sc .menu_side .menu_wrap::before {
  width: 1px;
  height: calc(100% + 25px);
  display: inline-block;
  content: "";
  position: absolute;
  background-color: #1257fd;
  left: 0;
}

@media screen and (max-width: 767px) {
  .side_menu_sc .menu_side .menu_wrap::before {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .side_menu_sc .menu_side .menu_wrap > div:nth-child(odd):last-child {
    grid-column: span 2;
  }
}

.side_menu_sc .menu_side .menu_wrap.hide_menu_line::before {
  display: none;
}

.side_menu_sc .menu_side .menu_general {
  margin-bottom: 28px;
}

.side_menu_sc .menu_side .menu_general:last-of-type {
  margin-bottom: 85px;
}

@media screen and (max-width: 767px) {
  .side_menu_sc .menu_side .menu_general:last-of-type {
    margin-bottom: 0;
  }
}

.side_menu_sc .menu_side .general_label {
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  color: #1257fd;
}

.side_menu_sc .menu_side .general_content {
  color: #09202E;
  padding-right: 17%;
}

@media screen and (max-width: 767px) {
  .side_menu_sc .menu_side .general_content {
    padding: 0;
  }
}

.side_menu_sc .menu_side .menu_links {
  margin-bottom: 38px;
}

.side_menu_sc .menu_side .menu_links:first-child {
  margin-top: 25px;
}

.side_menu_sc .menu_side .menu_links:last-child {
  margin-bottom: 25px;
}

.side_menu_sc .menu_side .menu_links .button_link {
  line-height: 28px;
}

.side_menu_blue {
  background: #F3F7FF;
}

@media screen and (max-width: 767px) {
  .side_menu_sc.reverse_mobile .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.img_links_sc {
  color: #FFFFFF;
}

.img_links_sc .container {
  padding: 50px;
}

@media screen and (max-width: 767px) {
  .img_links_sc .container {
    padding: 39px 25px 33px 25px;
  }
}

.img_links_sc .section_grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
  height: 630px;
  -webkit-column-gap: 25px;
          column-gap: 25px;
}

@media screen and (max-width: 1024px) {
  .img_links_sc .section_grid {
    -webkit-column-gap: 17px;
            column-gap: 17px;
  }
}

@media screen and (max-width: 767px) {
  .img_links_sc .section_grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
  }
}

.img_links_sc .grid_item {
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 1024px) {
  .img_links_sc .grid_item {
    height: 433px;
  }
}

@media screen and (max-width: 767px) {
  .img_links_sc .grid_item {
    height: 425px;
    margin-bottom: 25px;
  }
}

.img_links_sc .grid_item__link {
  z-index: 5;
  position: relative;
}

.img_links_sc .grid_item__title {
  font-size: 21px;
  line-height: 31px;
  font-weight: 600;
  margin-bottom: 21px;
}

@media screen and (max-width: 1024px) {
  .img_links_sc .grid_item__title {
    font-size: 16px;
    line-height: 26px;
  }
}

.img_links_sc .grid_item__image {
  height: 100%;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

@media screen and (max-width: 767px) {
  .img_links_sc .grid_item__image {
    width: 100%;
  }
}

.img_links_sc .grid_item__content {
  position: absolute;
  bottom: 0;
  padding-left: 25px;
  padding-right: 50px;
  margin-bottom: 25px;
  z-index: 6;
}

@media screen and (max-width: 1024px) {
  .img_links_sc .grid_item__content {
    padding-left: 17px;
    padding-right: 34px;
    margin-bottom: 17px;
  }
}

.img_links_sc .grid_item::before {
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 100%;
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, color-stop(52.6%, rgba(10, 33, 64, 0)), to(#09202E));
  background: linear-gradient(180deg, rgba(10, 33, 64, 0) 52.6%, #09202E 100%);
  z-index: 6;
  top: 0;
  left: 0;
  pointer-events: none;
}

@media screen and (max-width: 1024px) {
  .img_links_sc .grid_item .button_link {
    font-size: 14px;
    line-height: 17px;
  }
}

@media screen and (max-width: 767px) {
  .img_links_sc .grid_item:last-child {
    margin-bottom: 0;
  }
}

.img_links_sc .grid_item:hover .grid_item__image {
  -webkit-transform: scale(1.25);
          transform: scale(1.25);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.image_desc_sc {
  color: #09202E;
}

.image_desc_sc .container {
  padding: 143px 50px 50px 50px;
}

@media screen and (max-width: 1024px) {
  .image_desc_sc .container {
    padding: 70px 53px 50px 50px;
  }
}

@media screen and (max-width: 767px) {
  .image_desc_sc .container {
    padding: 72px 25px 34px 25px;
  }
}

.image_desc_sc .element_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 1024px) {
  .image_desc_sc .element_content {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.image_desc_sc .element_content__title {
  font-weight: 600;
  margin-bottom: 26px;
}

@media screen and (max-width: 1024px) {
  .image_desc_sc .element_content__title {
    margin-bottom: 17px;
  }
}

@media screen and (max-width: 767px) {
  .image_desc_sc .element_content__title {
    margin-bottom: 10px;
  }
}

.image_desc_sc .element_content__desc {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  max-width: 615px;
}

@media screen and (max-width: 767px) {
  .image_desc_sc .element_content__desc {
    line-height: 28px;
  }
}

.image_desc_sc .element_content__desc--item {
  margin-bottom: 16px;
}

.image_desc_sc .element_content__links {
  margin-top: 17px;
}

@media screen and (max-width: 1024px) {
  .image_desc_sc .element_content__links {
    margin-top: 4px;
  }
}

@media screen and (max-width: 767px) {
  .image_desc_sc .element_content__links {
    display: block; /* VASSU - orig value was none - enabling this - JTB had disabled it. Hiding download link for "Information Image" module */
  }
}

.image_desc_sc .element_content.grid_reverse {
  direction: ltr;
}

.image_desc_sc .element_image {
  height: 545px;
}

@media screen and (max-width: 1024px) {
  .image_desc_sc .element_image {
    height: 100%;
  }
}

@media screen and (max-width: 767px) {
  .image_desc_sc .element_image {
    width: 100%;
  }
}

.image_desc_sc .element_image img {
  height: 100%;
}

@media screen and (max-width: 767px) {
  .image_desc_sc .element_image.hide_mobile {
    display: none;
  }
}

.image_desc_sc .element_grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 46% 40.6%;
      grid-template-columns: 46% 40.6%;
  -webkit-column-gap: 13.4%;
          column-gap: 13.4%;
}

@media screen and (max-width: 1024px) {
  .image_desc_sc .element_grid {
    -ms-grid-columns: 55.4% 38.9%;
        grid-template-columns: 55.4% 38.9%;
    -webkit-column-gap: 5.7%;
            column-gap: 5.7%;
  }
}

@media screen and (max-width: 767px) {
  .image_desc_sc .element_grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.image_desc_sc .element_grid.grid_reverse {
  direction: rtl;
}

.image_desc_sc.blue_bg {
  background: #F3F7FF;
}

.youtube_sc .container {
  padding: 88px 50px;
}

@media screen and (max-width: 1024px) {
  .youtube_sc .container {
    padding: 42px 25px;
  }
}

@media screen and (max-width: 767px) {
  .youtube_sc .container {
    padding: 31px 0;
  }
}

.youtube_sc .vid {
  height: 670px;
}

@media screen and (max-width: 1024px) {
  .youtube_sc .vid {
    height: 460px;
  }
}

@media screen and (max-width: 767px) {
  .youtube_sc .vid {
    height: 275px;
  }
}

.youtube_sc .vid iframe {
  width: 100%;
  height: 100%;
}

.info_grid_sc {
  color: #09202E;
}

.info_grid_sc .container {
  padding-top: 90px; /* VASSU orig was padding: 90px 50px; */
}

@media screen and (max-width: 1024px) {
  .info_grid_sc .container {
    padding: 66px 53px 66px 50px;
  }
}

@media screen and (max-width: 767px) {
  .info_grid_sc .container {
    padding: 50px 25px 34px 24.5px;
  }
}

.info_grid_sc .info_grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 50px;
          column-gap: 50px;
}

@media screen and (max-width: 1024px) {
  .info_grid_sc .info_grid {
    -ms-grid-columns: 38.9% 55.4%;
        grid-template-columns: 38.9% 55.4%;
    -webkit-column-gap: 8.14%;
            column-gap: 8.14%;
  }
}

@media screen and (max-width: 767px) {
  .info_grid_sc .info_grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.info_grid_sc .info_grid_left {
  margin-top: -6px;
  padding-bottom: 30px; /* VASSU - added to mitigate spacing issue on your careers with smec page */
}

@media screen and (max-width: 1024px) {
  .info_grid_sc .info_grid_left {
    margin-top: 0;
  }
}

.info_grid_sc .info_grid_right {
  max-width: 645px;
  margin-left: auto;
}

@media screen and (max-width: 1024px) {
  .info_grid_sc .info_grid_right {
    max-width: 470px;
  }
}

@media screen and (max-width: 767px) {
  .info_grid_sc .info_grid_right {
    max-width: 100%;
  }
}

.info_grid_sc .grid_title {
  font-weight: 600;
  margin-bottom: 31px;
  max-width: 600px;
}

@media screen and (max-width: 1024px) {
  .info_grid_sc .grid_title {
    margin-bottom: 15px;
    max-width: 325px;
  }
}

@media screen and (max-width: 767px) {
  .info_grid_sc .grid_title {
    max-width: 100%;
  }
}

.info_grid_sc .grid_standout {
  font-size: 28px;
  line-height: 38px;
  font-weight: 400;
  margin-bottom: 22px;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .info_grid_sc .grid_standout {
    font-size: 21px;
    line-height: 33px;
  }
}

@media screen and (max-width: 767px) {
  .info_grid_sc .grid_standout {
    margin-left: 15px;
    margin-bottom: 44px;
  }
}

.info_grid_sc .grid_standout::before {
  display: inline-block;
  position: absolute;
  left: -25px;
  top: 8px;
  width: 2px;
  height: calc(100% - 16px);
  background-color: #1257fd;
  content: "";
}

@media screen and (max-width: 1024px) {
  .info_grid_sc .grid_standout::before {
    left: -21px;
  }
}

@media screen and (max-width: 767px) {
  .info_grid_sc .grid_standout::before {
    height: calc(100% - 8px);
    left: -15px;
  }
}

.info_grid_sc .grid_general {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  margin-bottom: 16px;
}

@media screen and (max-width: 767px) {
  .info_grid_sc .grid_general {
    line-height: 28px;
  }
}

@media screen and (max-width: 1024px) {
  .info_grid_sc .grid_links .button_link {
    line-height: 28px;
  }
}

@media screen and (max-width: 767px) {
  .info_grid_sc .grid_links {
    margin-bottom: 10px;
  }
}

.info_grid_sc.blue_bg {
  background: #F3F7FF;
}

.listing_module .archive-project .project-post:first-child {
  grid-column: unset;
}

.listing_module .archive-project .project-post:first-child .project-post__desc {
  max-width: 100%;
}

.listing_module .archive-project .project-post__title {
  font-size: 37px;
  line-height: 49px;
}

@media screen and (max-width: 1024px) {
  .listing_module .archive-project .project-post__title {
    font-size: 21px;
    line-height: 33px;
  }
}

.listing_module .archive-project .project-post__desc {
  font-size: 16px;
  line-height: 28px;
}

.listing_module .archive-project .project-post .button_link {
  font-size: 16px;
  line-height: 28px;
}

@media screen and (max-width: 767px) {
  .table_module .awards-list .award {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 20% 43% 37%;
        grid-template-columns: 20% 43% 37%;
  }
}

@media screen and (max-width: 767px) {
  .table_module .awards-list .award__desc {
    padding-right: 20px;
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .table_module .awards-list .award__giver {
    width: 100%;
  }
}

.table_module .awards-list .award__lastColumn {
  display: none;
  padding-right: 12px;
  font-size: 14px;
  line-height: 26px;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .table_module .awards-list .award__lastColumn {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .table_module .awards-list .award__desc:nth-child(2) {
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .table_module .awards-list .award__desc:nth-child(3) {
    margin-left: auto;
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .table_module .awards-list .award__desc:nth-child(4) {
    margin-top: 26px;
    grid-column: span 3;
  }
}

.links_sc {
  background: rgba(13, 36, 66, 0.1);
  color: #09202E;
}

.links_sc .container {
  padding: 92px 14.375% 122px 56px;
}

@media screen and (max-width: 1024px) {
  .links_sc .container {
    padding: 90px 25px;
  }
}

@media screen and (max-width: 767px) {
  .links_sc .container {
    padding: 70px 25px;
  }
}

.links_sc .links_grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
  -webkit-column-gap: 33px;
          column-gap: 33px;
}

@media screen and (max-width: 1024px) {
  .links_sc .links_grid {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    row-gap: 30px;
    -webkit-column-gap: 0;
            column-gap: 0;
  }
}

@media screen and (max-width: 767px) {
  .links_sc .links_grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 0;
  }
}

.links_sc .links_column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (max-width: 767px) {
  .links_sc .links_column {
    margin-bottom: 25px;
  }
  .links_sc .links_column:last-child {
    margin-bottom: 0;
  }
}

.links_sc .links_column .links__title {
  font-size: 37px;
  line-height: 49px;
  font-weight: 600;
  margin-bottom: 28px;
}

@media screen and (max-width: 1024px) {
  .links_sc .links_column .links__title {
    margin-bottom: 18px;
    font-size: 25px;
    line-height: 33px;
  }
}

.global_banner.global_banner_big {
  height: 696px;
}

@media screen and (max-width: 1024px) {
  .global_banner.global_banner_big {
    height: 511px;
  }
}

@media screen and (max-width: 767px) {
  .global_banner.global_banner_big {
    height: 545px; /* VASSU - orig was 345px, increasing as Fletch asked to fit text and making small text wasn't visually appealing */
  }
}

@media screen and (max-width: 1024px) {
  .global_banner.global_banner_big .container {
    padding: 0 50px;
  }
}

@media screen and (max-width: 767px) {
  .global_banner.global_banner_big .container {
    padding: 0 25px;
  }
}

.global_banner.global_banner_big .banner_big_title {
  max-width: 625px;
}

@media screen and (max-width: 1024px) {
  .global_banner.global_banner_big .banner_big_title {
    max-width: 515px;
  }
}

@media screen and (max-width: 767px) {
  .global_banner.global_banner_big .banner_big_title {
    max-width: 500px;
  }
}

.global_banner.global_banner_big .big_banner_desc {
  margin-top: 14px;
  margin-bottom: 35px;
  max-width: 605px;
  font-weight: 400;
  line-height: 32px;
}

@media screen and (max-width: 1024px) {
  .global_banner.global_banner_big .big_banner_desc {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    max-width: 400px;
    margin-top: 5px;
    margin-bottom: 11px;
  }
}

@media screen and (max-width: 767px) {
  .global_banner.global_banner_big .big_banner_desc {
    margin-top: 0;
    margin-bottom: 14px;
    width: 90%; /* VASSU - mobile site - prevent long text overlapping slideshow arrow button */
  }
}

.global_banner.global_banner_big .content {
  height: 100%;
}

.global_banner.global_banner_big .content_section {
  margin-top: 134px; /* VASSU - fletch requested 234 to 134 on 10/07/2024 15:47 */
}

@media screen and (max-width: 1024px) {
  .global_banner.global_banner_big .content_section {
    padding-top: 0;
    margin-top: 177px;
  }
}

@media screen and (max-width: 767px) {
  .global_banner.global_banner_big .content_section {
    margin-top: 100px;
  }
}

@media screen and (max-width: 1024px) {
  .global_banner.global_banner_big .button_link {
    font-size: 14px;
    line-height: 24px;
  }
}

@media screen and (max-width: 767px) {
  .disableScroll {
    max-height: 100vh;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
  }
}

.filters_container {
  min-height: 28px;
  margin-top: 53px;
}

@media screen and (max-width: 767px) {
  .filters_container {
    margin-top: 10px;
  }
}

.filters_wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.multi-select__group.first_elem .multi-select__head {
  padding-top: 0;
}

.multi-select__group.first_elem .multi-select__head:before {
  top: 9px;
}

.text_field_sc {
  color: #09202E;
}

.text_field_sc .container {
  padding: 35px 50px 52px 50px;
}

@media screen and (max-width: 1024px) {
  .text_field_sc .container {
    padding: 35px 25px 0px 25px;
  }
}

.text_field_sc img {
  max-width: 100%;
}

.text_field_sc .field {
  max-width: 800px;
  font-size: 16px;
  line-height: 28px;
}

.text_field_sc .field p {
  font-size: 16px;
  line-height: 28px;
  margin-top: 0;
  margin-bottom: 28px;
}

.text_field_sc .field p:last-child {
  margin: 0;
}

.search_post {
  color: #09202E;
}

@media screen and (max-width: 767px) {
  .search_post {
    margin-bottom: 75px;
  }
}

.search_post .post_type {
  font-size: 21px;
  line-height: 49px;
}

@media screen and (max-width: 1024px) {
  .search_post .post_type {
    line-height: 33px;
  }
}

@media screen and (max-width: 767px) {
  .search_post .post_type {
    font-size: 19px;
    line-height: 31px;
  }
}

.search_post .post_title {
  font-size: 37px;
  line-height: 49px;
  font-weight: 600;
}

@media screen and (max-width: 1024px) {
  .search_post .post_title {
    font-size: 21px;
    line-height: 33px;
    margin-top: 7px;
  }
}

.search_post .post_desc {
  position: relative;
  font-size: 16px;
  line-height: 28px;
  margin-top: 16px;
  padding-left: 15px;
}

@media screen and (max-width: 767px) {
  .search_post .post_desc {
    margin-top: 8px;
  }
}

.search_post .post_desc::before {
  position: absolute;
  width: 1px;
  height: 100%;
  left: 0;
  top: 0;
  content: '';
  background-color: #1257fd;
}

.search_post .button_link {
  margin-top: 27px;
}

@media screen and (max-width: 767px) {
  .search_post .button_link {
    margin-top: 20px;
  }
}

.search_page .archive-filters {
  display: none;
}

.search_page .archive-wrapper {
  padding-bottom: 90px;
}

.search_page .archive-project {
  padding: 125px 50px 90px 50px;
}

@media screen and (max-width: 1024px) {
  .search_page .archive-project {
    padding: 100px 25px 82px 25px;
  }
}

@media screen and (max-width: 767px) {
  .search_page .archive-project {
    padding: 75px 25px 66px 25px;
  }
}

.search_page .container {
  padding: 0;
  row-gap: 125px;
}

@media screen and (max-width: 1024px) {
  .search_page .container {
    row-gap: 100px;
  }
}

@media screen and (max-width: 767px) {
  .search_page .container {
    row-gap: 0;
  }
}

@media screen and (max-width: 767px) {
  .search_form_active .search_input {
    width: 269px;
    opacity: 1;
    padding-left: 35px;
  }
}

@media screen and (max-width: 374px) {
  .search_form_active .search_input {
    width: 210px;
  }
}

.search_form_active svg {
  display: block;
}

@media screen and (max-width: 767px) {
  .search_form_active svg {
    left: 15px;
  }
}

@media screen and (max-width: 767px) {
  .search_hide {
    display: none;
  }
}

textarea[name="Message"] {
  width: 100%;
  height: 48px;
  overflow: hidden;
  resize: none;
  border: none;
  background-color: transparent;
  border-bottom: 2px solid white;
  padding-bottom: 39px;
  font-size: 16px;
  line-height: 26px;
  padding-left: 8px;
  color: white;
  font-weight: 600;
  font-style: normal;
  margin-bottom: 17px;
  margin-top: 5px;
}

textarea[name="Message"] + .wpcf7-not-valid-tip {
  top: -40px;
}

textarea[name="Message"]::-webkit-input-placeholder {
  color: white;
}

textarea[name="Message"]:-ms-input-placeholder {
  color: white;
}

textarea[name="Message"]::-ms-input-placeholder {
  color: white;
}

textarea[name="Message"]::placeholder {
  color: white;
}

.slide_banner.global_banner .gallery_wrap {
  width: 100vw;
}

.slide_banner.global_banner .gallery_wrap img {
  width: 100%; /* VASSU - orig was 100vw */
  margin-left: 0;
  -webkit-mask: linear-gradient(180deg,rgb(228, 228, 228),transparent) no-repeat 0 0/100% 350% !important; /* VASSU - CSS gradient code fletch gave me from figma - values now changed from fletch to my test values */
}

@media screen and (max-width: 767px) {
  .slide_banner.global_banner .gallery_wrap img {
    width: 100vw;
    margin-left: 0;
    filter: brightness(0.5); /* Overlay to make text above image more visible on mobile site */
  }
}

.slide_banner.global_banner .content_section {
  position: absolute;
  margin-left: 50px;
}

@media screen and (min-width: 1441px) {
  .slide_banner.global_banner .content_section {
    margin-left: calc((100vw - 1440px)/2 + 50px);
  }
}

@media screen and (max-width: 767px) {
  .slide_banner.global_banner .content_section {
    margin-left: 25px;
    margin-top: 55px; /* VASSU 11/07/2024 - mobile site - Fletch asked to move slide text above */ 
  }
}
/*# sourceMappingURL=styles_g.css.map */