.main_edih {
  padding-top: 14.32rem;
  padding-bottom: 8.7rem;
  background: url(https://itcluster.lviv.ua/wp-content/uploads/2025/10/bg.jpg) center center no-repeat;
  background-size: cover;
}
.main_edih .title {
  color: var(--General-30, #F6F7F9);
  font-variant-numeric: lining-nums proportional-nums;
  -webkit-font-feature-settings: "salt" on, "ss01" on, "ss03" on, "ss05" on, "ss08" on, "ss09" on;
          font-feature-settings: "salt" on, "ss01" on, "ss03" on, "ss05" on, "ss08" on, "ss09" on;
  /* desktop/H1 */
  font-family: Raleway;
  font-size: 4.5rem;
  font-style: normal;
  font-weight: 800;
  line-height: 5rem; /* 111.111% */
  letter-spacing: 0.09rem;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}
.main_edih .subtitle {
  color: var(--General-30, #F6F7F9);
  font-variant-numeric: lining-nums proportional-nums;
  -webkit-font-feature-settings: "salt" on, "ss01" on, "ss03" on, "ss05" on, "ss08" on, "ss09" on, "ss10" on, "ss11" on;
          font-feature-settings: "salt" on, "ss01" on, "ss03" on, "ss05" on, "ss08" on, "ss09" on, "ss10" on, "ss11" on;
  /* desktop/body 1 Regular */
  font-family: Raleway;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75rem; /* 140% */
}

.about_edih {
  padding-block: 5rem;
}
.about_edih .title {
  color: #0068FF;
  font-variant-numeric: lining-nums proportional-nums;
  -webkit-font-feature-settings: "salt" on, "ss01" on, "ss03" on, "ss05" on, "ss08" on, "ss09" on, "ss10" on, "ss11" on;
          font-feature-settings: "salt" on, "ss01" on, "ss03" on, "ss05" on, "ss08" on, "ss09" on, "ss10" on, "ss11" on;
  /* H3 */
  font-family: Raleway;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: 3rem; /* 120% */
  text-transform: uppercase;
}
.about_edih .content,
.about_edih .content *,
.about_edih .content p {
  color: #545E75;
  /* desktop/body 2 Regular */
  font-family: Raleway;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625rem;
}
.about_edih .content b, .about_edih .content strong,
.about_edih .content * b,
.about_edih .content * strong,
.about_edih .content p b,
.about_edih .content p strong {
  font-weight: bold;
}

.news_edih {
  padding-bottom: 75px;
  padding-top: 50px;
}
.news_edih .top_title_line {
  margin-bottom: 2.5rem;
  display: block;
}
.news_edih .all_news {
  color: var(--Neutral-Dark, #3B445A);
  font-variant-numeric: lining-nums proportional-nums;
  -webkit-font-feature-settings: "salt" on, "ss01" on, "ss03" on, "ss05" on, "ss08" on, "ss09" on, "ss10" on, "ss11" on;
          font-feature-settings: "salt" on, "ss01" on, "ss03" on, "ss05" on, "ss08" on, "ss09" on, "ss10" on, "ss11" on;
  /* Desktop/Button - 16 Bold */
  font-family: Raleway;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 135%; /* 1.35rem */
  text-decoration: underline;
}
.news_edih .title {
  color: var(--General-100, #3B445A);
  font-variant-numeric: lining-nums proportional-nums;
  -webkit-font-feature-settings: "salt" on, "ss01" on, "ss03" on, "ss05" on, "ss08" on, "ss09" on;
          font-feature-settings: "salt" on, "ss01" on, "ss03" on, "ss05" on, "ss08" on, "ss09" on;
  /* H2 */
  font-family: Raleway;
  font-size: 3rem;
  font-style: normal;
  font-weight: 800;
  line-height: 3.5rem; /* 116.667% */
  margin-bottom: 1.5rem;
}
.news_edih .subtitle {
  color: var(--General-90, #545E75);
  font-variant-numeric: lining-nums proportional-nums;
  -webkit-font-feature-settings: "salt" on, "ss01" on, "ss03" on, "ss05" on, "ss08" on, "ss09" on, "ss10" on, "ss11" on;
          font-feature-settings: "salt" on, "ss01" on, "ss03" on, "ss05" on, "ss08" on, "ss09" on, "ss10" on, "ss11" on;
  /* desktop/body 2 Regular */
  font-family: Raleway;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625rem; /* 144.444% */
  width: 37.5rem;
  max-width: 100%;
}
.news_edih .big_item_post .img_block {
  height: 532px;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  display: block;
}
.news_edih .big_item_post .img_block:before {
  content: "";
  display: block;
  background: inherit;
  background-size: cover;
  background-position: center center;
  border-radius: 10px;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 50;
  left: 0;
  top: 0;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.news_edih .big_item_post .img_block:hover:before {
  width: 110%;
  height: 110%;
  left: -5%;
  top: -5%;
}
.news_edih .big_item_post .text_block {
  padding-top: 10px;
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 10px;
}
.news_edih .big_item_post .meta_line {
  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-bottom: 10px;
}
.news_edih .big_item_post .meta_line .category {
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 150%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  -webkit-font-feature-settings: "pnum" on, "lnum" on, "salt" on, "ss01" on, "ss03" on, "ss05" on, "ss08" on, "ss09" on, "ss10" on, "ss11" on;
          font-feature-settings: "pnum" on, "lnum" on, "salt" on, "ss01" on, "ss03" on, "ss05" on, "ss08" on, "ss09" on, "ss10" on, "ss11" on;
  color: #1082C8;
}
.news_edih .big_item_post .meta_line .date {
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 150%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  -webkit-font-feature-settings: "pnum" on, "lnum" on, "salt" on, "ss01" on, "ss03" on, "ss05" on, "ss08" on, "ss09" on, "ss10" on, "ss11" on;
          font-feature-settings: "pnum" on, "lnum" on, "salt" on, "ss01" on, "ss03" on, "ss05" on, "ss08" on, "ss09" on, "ss10" on, "ss11" on;
  color: #8693A2;
}
.news_edih .big_item_post .title_post {
  display: block;
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 120%;
  -webkit-font-feature-settings: "pnum" on, "lnum" on, "salt" on, "ss01" on, "ss09" on, "ss05" on;
          font-feature-settings: "pnum" on, "lnum" on, "salt" on, "ss01" on, "ss09" on, "ss05" on;
  color: #444D62;
}
.news_edih .big_item_post .title_post:hover {
  text-decoration: none;
}
.news_edih .item_post {
  margin-bottom: 30px;
}
.news_edih .item_post .img_block {
  width: 100%;
  height: 170px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  display: block;
}
.news_edih .item_post .img_block:before {
  content: "";
  display: block;
  background: inherit;
  background-size: cover;
  background-position: center center;
  border-radius: 10px;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 50;
  left: 0;
  top: 0;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.news_edih .item_post .img_block:hover:before {
  width: 110%;
  height: 110%;
  left: -5%;
  top: -5%;
}
.news_edih .item_post .text_block {
  padding: 10px 4px;
}
.news_edih .item_post .meta_line {
  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-bottom: 10px;
}
.news_edih .item_post .meta_line .category {
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 150%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  -webkit-font-feature-settings: "pnum" on, "lnum" on, "salt" on, "ss01" on, "ss03" on, "ss05" on, "ss08" on, "ss09" on, "ss10" on, "ss11" on;
          font-feature-settings: "pnum" on, "lnum" on, "salt" on, "ss01" on, "ss03" on, "ss05" on, "ss08" on, "ss09" on, "ss10" on, "ss11" on;
  color: #1082C8;
}
.news_edih .item_post .meta_line .date {
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 150%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  -webkit-font-feature-settings: "pnum" on, "lnum" on, "salt" on, "ss01" on, "ss03" on, "ss05" on, "ss08" on, "ss09" on, "ss10" on, "ss11" on;
          font-feature-settings: "pnum" on, "lnum" on, "salt" on, "ss01" on, "ss03" on, "ss05" on, "ss08" on, "ss09" on, "ss10" on, "ss11" on;
  color: #8693A2;
}
.news_edih .item_post .title_post {
  display: block;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 135%;
  -webkit-font-feature-settings: "pnum" on, "lnum" on, "salt" on, "ss01" on, "ss03" on, "ss05" on, "ss08" on, "ss09" on, "ss10" on, "ss11" on;
          font-feature-settings: "pnum" on, "lnum" on, "salt" on, "ss01" on, "ss03" on, "ss05" on, "ss08" on, "ss09" on, "ss10" on, "ss11" on;
  color: #444D62;
}
.news_edih .item_post .title_post:hover {
  text-decoration: none;
}
.news_edih .row_sticky .big_item_post {
  position: sticky;
  top: 110px;
  left: 0;
}

@media (min-width: 0px) and (max-width: 766px) {
  .news_edih {
    padding-top: 25px;
  }
  .news_edih .top_title_line .title {
    font-weight: 800;
    font-size: 24px;
    line-height: 100%;
  }
  .news_edih .top_title_line {
    margin-bottom: 16px;
  }
  .news_edih .first {
    padding-bottom: 40px;
    position: relative;
  }
  .news_edih .first:before {
    content: "";
    display: block;
    width: calc(100% - 30px);
    height: 1px;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    background: #D0D8E3;
  }
  .news_edih .first .big_item_post .img_block {
    aspect-ratio: 280/200;
  }
  .news_edih .item_post .meta_line .category,
  .news_edih .big_item_post .meta_line .category {
    font-weight: 600;
    font-size: 9px;
    line-height: 150%;
  }
  .news_edih .item_post .meta_line .date,
  .news_edih .big_item_post .meta_line .date {
    font-weight: 600;
    font-size: 9px;
    line-height: 150%;
  }
  .news_edih .top_title_line .all_news {
    display: none;
  }
  .news_edih .big_item_post .meta_line {
    margin-bottom: 4px;
  }
  .news_edih .big_item_post .title_post {
    font-weight: 600;
    font-size: 18px;
    line-height: 120%;
  }
  .news_edih .item_post .img_block {
    aspect-ratio: 1/1;
    width: 55px;
    height: 55px;
    border-radius: 4px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .news_edih .item_post {
    margin-bottom: 18px;
    position: relative;
  }
  .news_edih .item_post:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: -9px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    background: #D0D8E3;
  }
  .news_edih .item_post .item_big_post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .news_edih .item_post .meta_line {
    margin-bottom: 6px;
  }
  .news_edih .item_post .title_post {
    font-weight: 500;
    font-size: 14px;
    line-height: 135%;
  }
  .news_edih .item_post .text_block {
    padding-right: 10px;
    padding-top: 0;
    padding-left: 0;
    padding-bottom: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .news_edih {
    padding-bottom: 25px;
  }
  .news_edih .row_laptop_slider .col-lg-6 {
    display: none;
  }
  .news_edih .row_laptop_slider .col-lg-6:nth-of-type(2), .news_edih .row_laptop_slider .col-lg-6:nth-of-type(3), .news_edih .row_laptop_slider .col-lg-6:nth-of-type(4), .news_edih .row_laptop_slider .col-lg-6:first-of-type {
    display: block;
  }
  .news_edih .mob {
    display: block;
    margin-top: 20px;
  }
  .news_edih .mob .all_news {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 135%;
    text-align: center;
    -webkit-font-feature-settings: "pnum" on, "lnum" on, "salt" on, "ss01" on, "ss03" on, "ss05" on, "ss08" on, "ss09" on, "ss10" on, "ss11" on;
            font-feature-settings: "pnum" on, "lnum" on, "salt" on, "ss01" on, "ss03" on, "ss05" on, "ss08" on, "ss09" on, "ss10" on, "ss11" on;
    color: #3B445A;
    position: relative;
  }
  .news_edih .mob .all_news * {
    position: relative;
    z-index: 50;
  }
  .news_edih .mob .all_news:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: -2px;
    background: #3B445A;
  }
  .news_edih .mob .all_news:hover {
    text-decoration: none;
  }
}
@media (min-width: 0px) and (max-width: 1180px) {
  .news_edih .top_title_line {
    margin-bottom: 25px;
  }
  .news_edih .first .big_item_post .img_block {
    height: 200px;
    width: 100%;
  }
  .news_edih .big_item_post .text_block {
    padding: 6px 3px;
    padding-bottom: 0;
  }
  .news_edih .item_post .title_post {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .news_edih .item_post:before {
    max-width: calc(100% - 65px);
    left: 0;
    margin-left: 0;
  }
  .news_edih .item_post.item_post_4 {
    margin-bottom: 0;
  }
  .news_edih .item_post.item_post_4:before {
    max-width: 100%;
    bottom: -20px;
  }
  .news_edih .mob .all_news {
    font-weight: 700;
    font-size: 12px;
    line-height: 135%;
  }
  .news_edih .mob .all_news:before {
    bottom: -2px;
  }
  .news_edih {
    padding-bottom: 40px;
  }
  .homepage_articles_itid_lviv_block .item_post .text_block {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media (min-width: 560px) and (max-width: 766px) {
  .news_edih {
    padding: 50px 0 25px;
    padding-top: 0;
  }
  .news_edih .row_laptop_slider .col-lg-6 {
    min-width: 50%;
    max-width: 50%;
    display: none;
  }
  .news_edih .row_laptop_slider .col-lg-6:first-of-type, .news_edih .row_laptop_slider .col-lg-6:nth-of-type(2) {
    display: block;
  }
  .news_edih .item_post.item_post_3,
  .news_edih .item_post.item_post_4 {
    margin-bottom: 0;
  }
  .news_edih .item_post.item_post_3:before,
  .news_edih .item_post.item_post_4:before {
    display: none;
  }
  .news_edih .mob {
    display: none;
  }
  .news_edih .top_title_line .all_news {
    display: block;
    font-weight: 700;
    font-size: 12px;
    line-height: 135%;
  }
  .news_edih .top_title_line .all_news:before {
    height: 1px;
    bottom: -1px;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .news_edih {
    padding: 50px 0;
  }
  .news_edih .row_laptop_slider {
    margin-top: 40px;
  }
  .news_edih .row_laptop_slider .col-lg-6 {
    min-width: 50%;
    max-width: 50%;
    display: none;
  }
  .news_edih .row_laptop_slider .col-lg-6:first-of-type, .news_edih .row_laptop_slider .col-lg-6:nth-of-type(2) {
    display: block;
  }
  .news_edih .top_title_line {
    margin-bottom: 40px;
  }
  .news_edih .first .big_item_post .img_block {
    aspect-ratio: 688/532;
    height: auto;
  }
  .news_edih .big_item_post .text_block {
    padding: 10px 8px;
  }
  .news_edih .row_laptop_slider {
    margin-top: 30px;
  }
  .news_edih .row_laptop_slider .col-lg-6:first-of-type,
  .news_edih .row_laptop_slider .col-lg-6:nth-of-type(2),
  .news_edih .row_laptop_slider .col-lg-6:nth-of-type(3),
  .news_edih .row_laptop_slider .col-lg-6:nth-of-type(4) {
    display: block;
  }
  .news_edih {
    padding-bottom: 5px;
  }
}
@media (min-width: 992px) and (max-width: 1179px) {
  .news_edih .col-lg-6.first {
    min-width: 100%;
    max-width: 100%;
  }
  .news_edih .col-lg-6.first + .col-lg-6 {
    min-width: 100%;
    max-width: 100%;
  }
  .news_edih .first .big_item_post .img_block {
    height: 532px;
  }
  .news_edih .big_item_post .text_block {
    padding: 10px 8px;
  }
  .news_edih .big_item_post {
    margin-bottom: 30px;
  }
}
.service_edih {
  padding-bottom: 5rem;
  padding-top: 5rem;
}
.service_edih .title {
  color: var(--General-100, #3B445A);
  font-variant-numeric: lining-nums proportional-nums;
  -webkit-font-feature-settings: "salt" on, "ss01" on, "ss03" on, "ss05" on, "ss08" on, "ss09" on;
          font-feature-settings: "salt" on, "ss01" on, "ss03" on, "ss05" on, "ss08" on, "ss09" on;
  /* H2 */
  font-family: Raleway;
  font-size: 3rem;
  font-style: normal;
  font-weight: 800;
  line-height: 3.5rem; /* 116.667% */
}
.service_edih .subtitle {
  color: var(--General-90, #545E75);
  font-variant-numeric: lining-nums proportional-nums;
  -webkit-font-feature-settings: "salt" on, "ss01" on, "ss03" on, "ss05" on, "ss08" on, "ss09" on, "ss10" on, "ss11" on;
          font-feature-settings: "salt" on, "ss01" on, "ss03" on, "ss05" on, "ss08" on, "ss09" on, "ss10" on, "ss11" on;
  /* desktop/body 2 Regular */
  font-family: Raleway;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625rem; /* 144.444% */
  margin-bottom: 7.5rem;
}
.service_edih .card_block {
  border-radius: 0.625rem;
  background: #F6F7F9;
  width: 100%;
  padding: 1.5rem;
  padding-top: 0;
  min-height: 100%;
}
.service_edih .icon {
  aspect-ratio: 1/1;
  width: 5.5rem;
  position: relative;
  top: -2.75rem;
  margin-bottom: -1.75rem;
}
.service_edih .title_card {
  color: var(--General-100, #3B445A);
  font-variant-numeric: lining-nums proportional-nums;
  -webkit-font-feature-settings: "salt" on;
          font-feature-settings: "salt" on;
  /* desktop/body 1 Bold */
  font-family: Raleway;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.75rem; /* 140% */
  margin-bottom: 2rem;
}
.service_edih .title_card2 {
  color: var(--General-90, #545E75);
  font-variant-numeric: lining-nums proportional-nums;
  -webkit-font-feature-settings: "salt" on;
          font-feature-settings: "salt" on;
  /* desktop/body 2 Bold */
  font-family: Raleway;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.625rem; /* 144.444% */
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}
.service_edih p {
  color: var(--General-90, #545E75);
  font-variant-numeric: lining-nums proportional-nums;
  -webkit-font-feature-settings: "salt" on, "ss01" on, "ss03" on, "ss05" on, "ss08" on, "ss09" on, "ss10" on, "ss11" on;
          font-feature-settings: "salt" on, "ss01" on, "ss03" on, "ss05" on, "ss08" on, "ss09" on, "ss10" on, "ss11" on;
  /* body 2 Regular */
  font-family: Raleway;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625rem; /* 144.444% */
}

.form_edih {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: url(https://itcluster.lviv.ua/wp-content/uploads/2025/10/future-visions-business-technology-concept.png) left center no-repeat #15171B;
  background-size: auto 100%;
  /* Card/default */
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.05), 0 10px 20px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.05), 0 10px 20px 0 rgba(0, 0, 0, 0.05);
}
.form_edih:has(.ff_force_hide) .subtitle {
  display: none;
}
.form_edih .ff-message-success {
  color: white;
}
.form_edih .title {
  color: var(--Neutral-White, #FFF);
  font-variant-numeric: lining-nums proportional-nums;
  -webkit-font-feature-settings: "salt" on, "ss01" on, "ss03" on, "ss05" on, "ss08" on, "ss09" on, "ss10" on, "ss11" on;
          font-feature-settings: "salt" on, "ss01" on, "ss03" on, "ss05" on, "ss08" on, "ss09" on, "ss10" on, "ss11" on;
  /* Desktop/H2 - 40 Semibold All Caps */
  font-family: Raleway;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 3rem */
  text-transform: uppercase;
  margin-bottom: 0.62rem;
}
.form_edih .subtitle {
  color: var(--Neutral-White, #FFF);
  font-variant-numeric: lining-nums proportional-nums;
  -webkit-font-feature-settings: "salt" on, "ss01" on, "ss03" on, "ss05" on, "ss08" on, "ss09" on, "ss10" on, "ss11" on;
          font-feature-settings: "salt" on, "ss01" on, "ss03" on, "ss05" on, "ss08" on, "ss09" on, "ss10" on, "ss11" on;
  /* desktop/body 2 Regular */
  font-family: Raleway;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625rem; /* 144.444% */
}
.form_edih .ff-el-input--label label {
  margin-bottom: 0;
  color: var(--Neutral-White, #FFF);
  font-variant-numeric: lining-nums proportional-nums;
  -webkit-font-feature-settings: "salt" on, "ss01" on, "ss03" on, "ss05" on, "ss08" on, "ss09" on, "ss10" on, "ss11" on;
          font-feature-settings: "salt" on, "ss01" on, "ss03" on, "ss05" on, "ss08" on, "ss09" on, "ss10" on, "ss11" on;
  /* Desktop/Utility - 14 Medium */
  font-family: Raleway;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 125%; /* 1.09375rem */
}
.form_edih .ff_t_c {
  color: var(--Neutral-White, #FFF);
  font-variant-numeric: lining-nums proportional-nums;
  -webkit-font-feature-settings: "salt" on, "ss01" on, "ss03" on, "ss05" on, "ss08" on, "ss09" on, "ss10" on, "ss11" on;
          font-feature-settings: "salt" on, "ss01" on, "ss03" on, "ss05" on, "ss08" on, "ss09" on, "ss10" on, "ss11" on;
  /* Desktop/Utility - 14 Medium */
  font-family: Raleway;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 1.09375rem */
}
.form_edih .ff-el-input--content textarea,
.form_edih .ff-el-input--content input {
  border-radius: 0.25rem;
  background: rgba(246, 247, 249, 0.2);
  height: 3.125rem;
  padding: 0rem 1rem;
  overflow: hidden;
  color: var(--Neutral-White, #FFF);
  font-variant-numeric: lining-nums proportional-nums;
  -webkit-font-feature-settings: "salt" on, "ss01" on, "ss03" on, "ss05" on, "ss08" on, "ss09" on, "ss10" on, "ss11" on;
          font-feature-settings: "salt" on, "ss01" on, "ss03" on, "ss05" on, "ss08" on, "ss09" on, "ss10" on, "ss11" on;
  text-overflow: ellipsis;
  white-space: nowrap;
  /* Desktop/Body - 18 Regular */
  font-family: Raleway;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 145%; /* 1.63125rem */
  border: none;
  outline: none;
}
.form_edih .ff-el-input--content textarea {
  height: 6.25rem;
  padding: 0.94rem 1rem;
}
.form_edih .ff-el-form-check.ff-el-tc input {
  height: auto;
}
.form_edih .ff-btn-submit {
  border-radius: 0.25rem;
  background: #0068FF;
  padding: 0.875rem 1.5rem;
  color: #FFF;
  font-variant-numeric: lining-nums proportional-nums;
  -webkit-font-feature-settings: "salt" on, "ss01" on, "ss03" on, "ss05" on, "ss08" on, "ss09" on, "ss10" on, "ss11" on;
          font-feature-settings: "salt" on, "ss01" on, "ss03" on, "ss05" on, "ss08" on, "ss09" on, "ss10" on, "ss11" on;
  /* Button/Large */
  font-family: Raleway;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.375rem; /* 137.5% */
  margin-left: auto;
  border: none;
  outline: none;
}
.form_edih .ff-custom_html a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header.white_all, header.white,
.header_edih {
  background: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  margin-bottom: -90px;
  position: relative;
}
header.white_all li:not(.wpml-ls-current-language) a span, header.white li:not(.wpml-ls-current-language) a span,
.header_edih li:not(.wpml-ls-current-language) a span {
  color: white;
}
header.white_all li:not(.wpml-ls-current-language) a:hover span, header.white li:not(.wpml-ls-current-language) a:hover span,
.header_edih li:not(.wpml-ls-current-language) a:hover span {
  color: #3B445A;
}
header.white_all .menu, header.white .menu,
.header_edih .menu {
  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;
  gap: 1.5rem;
}
header.white_all .menu li, header.white .menu li,
.header_edih .menu li {
  list-style-type: none;
}
header.white_all .menu li a, header.white .menu li a,
.header_edih .menu li a {
  color: var(--General-30, #F6F7F9);
  font-variant-numeric: lining-nums proportional-nums;
  -webkit-font-feature-settings: "salt" on, "ss01" on, "ss03" on, "ss05" on, "ss08" on, "ss09" on, "ss10" on, "ss11" on;
          font-feature-settings: "salt" on, "ss01" on, "ss03" on, "ss05" on, "ss08" on, "ss09" on, "ss10" on, "ss11" on;
  /* btns_medium */
  font-family: Raleway;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 1.4rem */
}
header.white_all .lang_block a.link_btn, header.white .lang_block a.link_btn,
.header_edih .lang_block a.link_btn {
  border-radius: 0.25rem;
  background: #0068FF;
  color: #FFF;
  font-variant-numeric: lining-nums proportional-nums;
  -webkit-font-feature-settings: "salt" on, "ss01" on, "ss03" on, "ss05" on, "ss08" on, "ss09" on, "ss10" on, "ss11" on;
          font-feature-settings: "salt" on, "ss01" on, "ss03" on, "ss05" on, "ss08" on, "ss09" on, "ss10" on, "ss11" on;
  /* btns_bold */
  font-family: Raleway;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.375rem; /* 137.5% */
}

footer {
  background: #15171B !important;
}

@media (min-width: 0px) and (max-width: 766px) {
  header.white_all .menu, header.white .menu, .header_edih .menu {
    display: none;
  }
  header .menu_btn.mob span {
    background: white;
  }
  header.white_all .logo_block a img, header.open .logo_block a img, header.white .logo_block a img {
    width: 13.375rem;
  }
  .main_edih .title {
    color: var(--Neutral-White, #FFF);
    font-variant-numeric: lining-nums proportional-nums;
    -webkit-font-feature-settings: "salt" on, "ss01" on, "ss03" on, "ss05" on, "ss08" on, "ss09" on;
            font-feature-settings: "salt" on, "ss01" on, "ss03" on, "ss05" on, "ss08" on, "ss09" on;
    /* Mobile/HB - 34 Extrabold All Caps */
    font-family: Raleway;
    font-size: 2.125rem;
    font-style: normal;
    font-weight: 800;
    line-height: 105%; /* 2.23125rem */
    text-transform: uppercase;
    margin-bottom: 1.25rem;
  }
  .main_edih .subtitle {
    color: var(--Neutral-White, #FFF);
    font-variant-numeric: lining-nums proportional-nums;
    -webkit-font-feature-settings: "salt" on, "ss01" on, "ss03" on, "ss05" on, "ss08" on, "ss09" on, "ss10" on, "ss11" on;
            font-feature-settings: "salt" on, "ss01" on, "ss03" on, "ss05" on, "ss08" on, "ss09" on, "ss10" on, "ss11" on;
    /* Mobile/Caption - 16 Medium */
    font-family: Raleway;
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 1.4rem */
  }
  .main_edih {
    padding-bottom: 3.75rem;
    padding-top: 24.78rem;
  }
  .service_edih,
  .news_edih,
  .about_edih {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .about_edih .title {
    color: #0068FF;
    font-variant-numeric: lining-nums proportional-nums;
    -webkit-font-feature-settings: "salt" on, "ss01" on, "ss03" on, "ss05" on, "ss08" on, "ss09" on, "ss10" on, "ss11" on;
            font-feature-settings: "salt" on, "ss01" on, "ss03" on, "ss05" on, "ss08" on, "ss09" on, "ss10" on, "ss11" on;
    /* Mobile/H2 - 20 Semibold All Caps */
    font-family: Raleway;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 1.5rem */
    text-transform: uppercase;
    margin-bottom: 1.5rem;
  }
  .about_edih .content, .about_edih .content *, .about_edih .content p {
    color: var(--Neutral-Dark, #3B445A);
    font-variant-numeric: lining-nums proportional-nums;
    -webkit-font-feature-settings: "salt" on, "ss01" on, "ss03" on, "ss05" on, "ss08" on, "ss09" on, "ss10" on, "ss11" on;
            font-feature-settings: "salt" on, "ss01" on, "ss03" on, "ss05" on, "ss08" on, "ss09" on, "ss10" on, "ss11" on;
    /* Mobile/Title - 14 Medium */
    font-family: Raleway;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 135%; /* 1.18125rem */
  }
  .news_edih .top_title_line .title {
    color: var(--Neutral-Dark, #3B445A);
    font-variant-numeric: lining-nums proportional-nums;
    -webkit-font-feature-settings: "salt" on, "ss01" on, "ss03" on, "ss05" on, "ss08" on, "ss09" on;
            font-feature-settings: "salt" on, "ss01" on, "ss03" on, "ss05" on, "ss08" on, "ss09" on;
    font-family: Raleway;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 800;
    line-height: 100%; /* 1.5rem */
    margin-bottom: 1.3rem;
  }
  .news_edih .subtitle {
    color: #3B445A;
    font-variant-numeric: lining-nums proportional-nums;
    -webkit-font-feature-settings: "salt" on, "ss01" on, "ss03" on, "ss05" on, "ss08" on, "ss09" on, "ss10" on, "ss11" on;
            font-feature-settings: "salt" on, "ss01" on, "ss03" on, "ss05" on, "ss08" on, "ss09" on, "ss10" on, "ss11" on;
    /* Mobile/Body - 14 Regular */
    font-family: Raleway;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 145%; /* 1.26875rem */
  }
  .service_edih .title_card {
    color: var(--Neutral-Dark, #3B445A);
    font-variant-numeric: lining-nums proportional-nums;
    -webkit-font-feature-settings: "salt" on, "ss01" on, "ss03" on, "ss05" on, "ss09" on, "ss10" on, "ss11" on;
            font-feature-settings: "salt" on, "ss01" on, "ss03" on, "ss05" on, "ss09" on, "ss10" on, "ss11" on;
    /* Mobile/H3 - 18 Bold */
    font-family: Raleway;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 1.4625rem */
    margin-bottom: 1.5rem;
  }
  .service_edih .title_card2 {
    color: #545E75;
    font-variant-numeric: lining-nums proportional-nums;
    -webkit-font-feature-settings: "salt" on, "ss01" on, "ss03" on, "ss05" on, "ss09" on, "ss10" on, "ss11" on;
            font-feature-settings: "salt" on, "ss01" on, "ss03" on, "ss05" on, "ss09" on, "ss10" on, "ss11" on;
    /* Mobile/H4 - 16 Bold */
    font-family: Raleway;
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 1.3rem */
    margin-bottom: 0.5rem;
    margin-top: 1rem;
  }
  .service_edih p {
    color: #545E75;
    font-variant-numeric: lining-nums proportional-nums;
    -webkit-font-feature-settings: "salt" on, "ss01" on, "ss03" on, "ss05" on, "ss08" on, "ss09" on, "ss10" on, "ss11" on;
            font-feature-settings: "salt" on, "ss01" on, "ss03" on, "ss05" on, "ss08" on, "ss09" on, "ss10" on, "ss11" on;
    /* Mobile/Body - 14 Regular */
    font-family: Raleway;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 145%; /* 1.26875rem */
  }
  .service_edih .row:has(.col-lg-3) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3.5rem;
  }
  .form_edih {
    background: #15171B;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .form_edih .title {
    color: var(--Neutral-White, #FFF);
    font-variant-numeric: lining-nums proportional-nums;
    -webkit-font-feature-settings: "salt" on, "ss01" on, "ss03" on, "ss05" on, "ss08" on, "ss09" on, "ss10" on, "ss11" on;
            font-feature-settings: "salt" on, "ss01" on, "ss03" on, "ss05" on, "ss08" on, "ss09" on, "ss10" on, "ss11" on;
    /* Mobile/H2 - 20 Semibold All Caps */
    font-family: Raleway;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 1.5rem */
    text-transform: uppercase;
    margin-bottom: 0.62rem;
  }
  .form_edih .subtitle {
    color: var(--Neutral-White, #FFF);
    font-variant-numeric: lining-nums proportional-nums;
    -webkit-font-feature-settings: "salt" on, "ss01" on, "ss03" on, "ss05" on, "ss08" on, "ss09" on, "ss10" on, "ss11" on;
            font-feature-settings: "salt" on, "ss01" on, "ss03" on, "ss05" on, "ss08" on, "ss09" on, "ss10" on, "ss11" on;
    /* Mobile/Body - 14 Regular */
    font-family: Raleway;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 145%; /* 1.26875rem */
    margin-bottom: 1.88rem;
  }
  .form_edih .ff-t-container.ff-column-container.ff_columns_total_2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footer-additional_logos img {
    width: 16.25rem;
  }
}
@media (min-width: 767px) and (max-width: 1200px) {
  .main_edih {
    padding-top: 37.38rem;
    padding-bottom: 7.5rem;
  }
  .main_edih .title {
    color: var(--General-30, #F6F7F9);
    font-variant-numeric: lining-nums proportional-nums;
    -webkit-font-feature-settings: "salt" on, "ss01" on, "ss03" on, "ss05" on, "ss08" on, "ss09" on;
            font-feature-settings: "salt" on, "ss01" on, "ss03" on, "ss05" on, "ss08" on, "ss09" on;
    /* desktop/H1 */
    font-family: Raleway;
    font-size: 4.5rem;
    font-style: normal;
    font-weight: 800;
    line-height: 5rem; /* 111.111% */
    letter-spacing: 0.09rem;
    text-transform: uppercase;
  }
  .main_edig .subtitle {
    color: var(--General-30, #F6F7F9);
    font-variant-numeric: lining-nums proportional-nums;
    -webkit-font-feature-settings: "salt" on, "ss01" on, "ss03" on, "ss05" on, "ss08" on, "ss09" on, "ss10" on, "ss11" on;
            font-feature-settings: "salt" on, "ss01" on, "ss03" on, "ss05" on, "ss08" on, "ss09" on, "ss10" on, "ss11" on;
    /* desktop/body 1 Regular */
    font-family: Raleway;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.75rem; /* 140% */
  }
  .about_edih {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
  .about_edih .title {
    color: #0068FF;
    font-variant-numeric: lining-nums proportional-nums;
    -webkit-font-feature-settings: "salt" on, "ss01" on, "ss03" on, "ss05" on, "ss08" on, "ss09" on, "ss10" on, "ss11" on;
            font-feature-settings: "salt" on, "ss01" on, "ss03" on, "ss05" on, "ss08" on, "ss09" on, "ss10" on, "ss11" on;
    /* H3 */
    font-family: Raleway;
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 600;
    line-height: 3rem; /* 120% */
    text-transform: uppercase;
    margin-bottom: 2.5rem;
  }
  .news_edih .row:has(.subtitle) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 4rem;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .news_edih .row:has(.subtitle) .col-lg-6 {
    width: auto;
  }
  .news_edih .row:has(.subtitle) .subtitle {
    width: 100%;
  }
  .news_edih .row:has(.subtitle) .all_news {
    white-space: nowrap;
  }
  .service_edih .row:has(.col-md-6) {
    row-gap: 5.75rem;
  }
  .form_edih .subtitle {
    margin-bottom: 1.88rem;
  }
  footer:not(.footer_itclub) .line .item.item1 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    margin-top: 0;
  }
  footer:not(.footer_itclub) .line .item.item1 .copyright {
    display: none;
  }
}
@media (min-width: 1200px) and (max-width: 1600px) {
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}