@charset "UTF-8";
/*
Theme Name: Held
Description: WordPress theme for Held company website
Version: 1.0.0
Author: Held Team
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: held
*/
/* CSS Reset */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lustria&display=swap");
* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Google Fonts Import */
/* Layout */
section {
  padding-left: 4rem;
  padding-right: 4rem;
  margin-left: auto;
  margin-right: auto;
}

/* Content Container */
.content_block {
  width: 100%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  border-right: 1px solid var(--Gray, #E5E5E5);
  border-left: 1px solid var(--Gray, #E5E5E5);
  padding-left: 1.19rem;
  padding-right: 1.19rem;
}

/* Button Styles */
.button {
  min-height: 64px;
}

/* ===== HEADER STYLES ===== */
header {
  padding-left: 4rem;
  padding-right: 4rem;
  border-bottom: 1px solid var(--Gray, #E5E5E5);
  position: sticky;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 999;
  background: #fff;
}
header .content_block {
  padding-top: 0.63rem;
  padding-bottom: 0.63rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
header .line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
}
header .header_logo {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .header_logo img {
  display: block;
  height: 2.5rem;
  width: auto;
}
header .header_nav {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
header .header_nav .nav-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
header .header_nav .nav-menu li a {
  color: var(--Gray-900, #131312);
  /* Button label/S – 14px – Medium */
  font-family: Inter;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 116%; /* 1.015rem */
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  text-decoration: none;
  white-space: nowrap;
}
header .header_nav .nav-menu li a:hover {
  color: rgba(0, 17, 26, 0.6);
}
header .header_nav .nav-menu li.current-menu-item a,
header .header_nav .nav-menu li.current_page_item a {
  font-weight: 500;
}
header .header_buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
header .header_btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Noto Sans";
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 120%;
  padding: 0.625rem 1.25rem;
  border-radius: 0.5rem;
  text-decoration: none;
  white-space: nowrap;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
header .header_btn:hover {
  opacity: 0.8;
}
header .header_btn_outline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 2.25rem;
  padding: 0 0.875rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  border-radius: 0.5625rem;
  border: 1px solid var(--Beige-200, #E9E4E0);
  background: var(--White-White, #FFF);
  -webkit-box-shadow: 1px 2px 0 0 rgba(255, 255, 255, 0.25) inset;
          box-shadow: 1px 2px 0 0 rgba(255, 255, 255, 0.25) inset;
  color: var(--Gray-900, #131312);
  /* Button label/S – 14px – Medium */
  font-family: Inter;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 116%; /* 1.015rem */
}
header .header_btn_primary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.625rem 0.875rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  border-radius: 0.5625rem;
  background: var(--Gray-800, #1E1D1D);
  color: var(--White-White, #FFF);
  /* Button label/S – 14px – Medium */
  font-family: Inter;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 116%; /* 1.015rem */
}
header .header_burger {
  display: none;
  width: 2.5rem;
  height: 2.5rem;
  background: none;
  border: none;
  padding: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  color: var(--Gray-900, #131312);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

/* ===== MOBILE MENU ===== */
.mobile_menu_backdrop {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 999;
}
.mobile_menu_backdrop.is-open {
  display: block;
}

.mobile_menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 1000;
  padding: 1.25rem 1.5rem 1.5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-height: 90vh;
  overflow-y: auto;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
}
.mobile_menu.is-open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mobile_menu_header {
  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: 1.5rem;
}

.mobile_menu_logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mobile_menu_logo img {
  display: block;
  height: 2.5rem;
  width: auto;
}

.mobile_menu_close {
  width: 2.5rem;
  height: 2.5rem;
  background: none;
  border: none;
  padding: 0;
  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;
  cursor: pointer;
  color: var(--Gray-900, #131312);
}

.mobile_menu_nav {
  margin-bottom: 1.5rem;
}
.mobile_menu_nav .mobile_nav_menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}
.mobile_menu_nav .mobile_nav_menu li a {
  display: block;
  color: var(--Gray-900, #131312);
  font-family: Inter;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 120%;
  text-decoration: none;
  padding: 0.75rem 0;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.mobile_menu_nav .mobile_nav_menu li a:hover {
  color: rgba(0, 17, 26, 0.6);
}

.mobile_menu_buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.75rem;
}
.mobile_menu_buttons .header_btn {
  width: 100%;
  height: 3.5rem;
  font-family: Inter;
  font-size: 1rem;
  font-weight: 500;
  line-height: 100%;
  border-radius: 0.8125rem;
  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;
  text-decoration: none;
  padding: 0 1rem;
}
.mobile_menu_buttons .header_btn_primary {
  background: var(--Gray-800, #1E1D1D);
  color: var(--White-White, #FFF);
}
.mobile_menu_buttons .header_btn_outline {
  background: var(--White-White, #FFF);
  color: var(--Gray-900, #131312);
  border: 1px solid var(--Beige-200, #E9E4E0);
  -webkit-box-shadow: 1px 2px 0 0 rgba(255, 255, 255, 0.25) inset;
          box-shadow: 1px 2px 0 0 rgba(255, 255, 255, 0.25) inset;
}

body.mobile_menu_open {
  overflow: hidden;
}

@media (min-width: 0px) and (max-width: 1024px) {
  header {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  header .header_nav {
    display: none;
  }
  header .header_btn_outline {
    display: none;
  }
  header .header_burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
/* ===== ACF BLOCKS ===== */
/* ===== MAIN BLOCK (Hero Section) ===== */
.main_block .content_block {
  padding-top: 6rem;
  padding-bottom: 8rem;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.main_block .title_block {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
  margin-bottom: 2.5rem;
}
.main_block .title {
  color: var(--Gray-900, #131312);
  text-align: center;
  /* Heading desktop/H1 – 64px –Lustria – Regular */
  font-family: Lustria;
  font-size: 4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 4.8rem */
  letter-spacing: -0.02rem;
}
.main_block .title p {
  margin: 0;
}
.main_block .title .accent,
.main_block .title span[style*=color] {
  color: #EE733B;
}
.main_block .subtitle *,
.main_block .subtitle {
  color: var(--Gray-600, #656362);
  text-align: center;
  /* Body text/Body – 18px – Regular */
  font-family: Inter;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 1.6875rem */
  width: 44rem;
  max-width: 100%;
}
.main_block .buttons {
  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: 1rem;
}
.main_block .button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  color: var(--White-White, #FFF);
  /* Button label/L – 18px – Medium */
  font-family: Inter;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 1.125rem */
  cursor: pointer;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 3.5rem;
  padding: 0.625rem 1rem;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
}
.main_block .button:hover {
  opacity: 0.85;
}
.main_block .button_primary {
  border-radius: 0.8125rem;
  background: var(--Gray-800, #1E1D1D);
}
.main_block .button_secondary {
  border-radius: 0.8125rem;
  border: 1px solid var(--Beige-200, #E9E4E0);
  background: var(--White-White, #FFF);
  -webkit-box-shadow: 1px 2px 0 0 rgba(255, 255, 255, 0.25) inset;
          box-shadow: 1px 2px 0 0 rgba(255, 255, 255, 0.25) inset;
  color: var(--Gray-900, #131312);
}

@media (min-width: 0px) and (max-width: 1024px) {
  .main_block .buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .main_block .content_block {
    padding-top: 3rem;
    padding-bottom: 2.5rem;
  }
  .main_block .title {
    font-size: 2.25rem;
    line-height: 125%;
  }
  .main_block .subtitle {
    font-size: 1rem;
    line-height: 150%;
  }
  .main_block .buttons {
    width: 100%;
  }
  .main_block .button {
    width: 100%;
  }
  .main_block .title_block {
    width: 100%;
  }
  .main_block .line .button {
    font-size: 0.9rem;
  }
  .main_block .title {
    font-size: 2.375rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 2.85rem */
  }
  .main_block .title br {
    display: none;
  }
  .main_block .title_block {
    gap: 1rem;
  }
  .main_block .subtitle *, .main_block .subtitle {
    color: var(--Gray-600, #656362);
    text-align: center;
    /* Body text/Body – 16px – Regular */
    font-family: Inter;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 1.5rem */
  }
  .main_block .title_block {
    margin-bottom: 2rem;
  }
}
@media (min-width: 640px) and (max-width: 1024px) {
  .main_block .button {
    width: 300px;
  }
}
/* ===== TABS BLOCK ===== */
.tabs_block .content_block {
  padding-bottom: 4rem;
}
.tabs_block .tabs_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 0;
  margin-bottom: 2rem;
}
.tabs_block .tabs_nav_item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  position: relative;
  outline: none;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.tabs_block .tabs_nav_icon {
  border-radius: 0.5rem;
  background: var(--Gray-50, #F8F8F8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 2.375rem;
  height: 2.375rem;
  padding: 0.625rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.tabs_block .tabs_nav_label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.75rem;
}
.tabs_block .tabs_nav_label span {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  /* Heading desktop/H7 – 16px – Inter – Medium */
  color: var(--Gray-400, #A1A1A0);
  font-family: Inter;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 1.2rem */
}
.tabs_block .tabs_nav_item.active .tabs_nav_label span {
  color: var(--Gray-900, #131312);
}
.tabs_block .tabs_nav_icon {
  border-radius: 0.5rem;
  background: var(--Gray-50, #F8F8F8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 2.375rem;
  height: 2.375rem;
  padding: 0.625rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.tabs_block .tabs_nav_icon img {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 0.5;
}
.tabs_block .tabs_nav_item.active .tabs_nav_icon {
  border-radius: 0.5rem;
  background: var(--Gray-200, #EDEDED);
}
.tabs_block .tabs_nav_item.active .tabs_nav_icon img {
  opacity: 1;
}
.tabs_block .tabs_progress {
  width: 100%;
  height: 2px;
  background: var(--Gray, #E5E5E5);
  border-radius: 1px;
  overflow: hidden;
}
.tabs_block .tabs_progress_bar {
  height: 100%;
  width: 0%;
  background: #EE733B;
  border-radius: 1px;
}
.tabs_block .tabs_shared_progress {
  display: none;
  width: 100%;
  height: 2px;
  background: var(--Gray, #E5E5E5);
  border-radius: 1px;
  overflow: hidden;
  margin-top: 0.75rem;
}
.tabs_block .tabs_shared_progress_fill {
  height: 100%;
  width: 0%;
  background: #EE733B;
  border-radius: 1px;
}
.tabs_block .tabs_content {
  position: relative;
  background: #f5f2ed;
  border-radius: 1rem;
  overflow: hidden;
  min-height: 20rem;
}
.tabs_block .tabs_panel {
  display: none;
  width: 100%;
}
.tabs_block .tabs_panel.active {
  display: block;
}
.tabs_block .tabs_panel img, .tabs_block .tabs_panel video {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.tabs_block .tabs_panel .tab_video_mobile {
  display: none;
}

@media (min-width: 0px) and (max-width: 1024px) {
  .tabs_block .tabs_nav {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    scrollbar-width: none;
  }
  .tabs_block .tabs_nav::-webkit-scrollbar {
    display: none;
  }
  .tabs_block .tabs_nav_item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 10rem;
    padding: 0.75rem 1rem;
  }
  .tabs_block .tabs_nav_item .tabs_progress {
    display: none;
  }
  .tabs_block .tabs_shared_progress {
    display: block;
  }
  .tabs_block .tabs_nav_label span {
    font-size: 0.875rem;
  }
  .tabs_block .tabs_panel .tab_video_desktop {
    display: none;
  }
  .tabs_block .tabs_panel .tab_video_mobile {
    display: block;
  }
  .tabs_block .tabs_content {
    min-height: 14rem;
    border-radius: 0.75rem;
  }
}
/* ===== PROBLEM BLOCK ===== */
.problem_block .content_block {
  padding-top: 5rem;
  padding-bottom: 5rem;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.problem_block .pretitle {
  color: var(--Brand-Orange, #EE733B);
  text-align: center;
  /* Caption/12px – Regular – UPPER */
  font-family: Inter;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 0.9rem */
  text-transform: uppercase;
  margin-bottom: 1.25rem;
}
.problem_block .title {
  color: var(--Gray-900, #131312);
  text-align: center;
  /* Heading desktop/H2 – 40px – Lustria – Regular */
  font-family: Lustria;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 3rem */
  letter-spacing: -0.0125rem;
  margin-bottom: 3rem;
}
.problem_block .title p {
  margin: 0;
}
.problem_block .problem_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  width: 100%;
  width: 62rem;
  max-width: 100%;
}
.problem_block .problem_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  border-radius: 0.75rem;
  border: 1px solid var(--Beige-200, #E9E4E0);
  background: var(--White-White, #FFF);
}
.problem_block .problem_item_icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 2.25rem;
  height: 2.25rem;
  aspect-ratio: 1/1;
  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;
}
.problem_block .problem_item_icon img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.problem_block .problem_item_text {
  color: var(--Gray-700, #444443);
  /* Body text/Body – 20px – Regular */
  font-family: Inter;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 1.875rem */
}

@media (min-width: 0px) and (max-width: 1024px) {
  .problem_block .content_block {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
  .problem_block .title {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
  .problem_block .problem_item {
    padding: 1rem;
    gap: 0.75rem;
    border-radius: 0.5625rem;
    border: 1px solid var(--Beige-200, #E9E4E0);
    background: var(--White-White, #FFF);
  }
  .problem_block .problem_item_text {
    color: var(--Gray-700, #444443);
    /* Body text/Body – 16px – Regular */
    font-family: Inter;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 1.5rem */
    text-align: left;
  }
  .problem_block .problem_item_icon {
    width: 1.75rem;
    height: 1.75rem;
    aspect-ratio: 1/1;
  }
  .problem_block .pretitle {
    color: var(--Brand-Orange, #EE733B);
    text-align: center;
    /* Caption/12px – Regular – UPPER */
    font-family: Inter;
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 0.9rem */
    text-transform: uppercase;
    margin-bottom: 1rem;
  }
}
/* ===== HOW IT WORKS ===== */
.how_it_works {
  padding-bottom: 5rem;
}
.how_it_works .content_block {
  padding-top: 5rem;
}
.how_it_works .line.df {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 3rem;
}
.how_it_works .left_side {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: sticky;
  top: 9.5rem;
}
.how_it_works .right_side {
  width: 58%;
  min-width: 58%;
  max-width: 100%;
}
.how_it_works .badge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  margin-bottom: 1.25rem;
}
.how_it_works .badge .icon {
  width: 0.5rem;
  height: 0.5rem;
  background: var(--Brand-Orange, #EE733B);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-radius: 1px;
}
.how_it_works .badge span {
  color: var(--Brand-Orange, #EE733B);
  /* Caption/12px – Regular – UPPER */
  font-family: Inter;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 0.9rem */
  text-transform: uppercase;
}
.how_it_works .title_left {
  color: var(--Gray-900, #131312);
  /* Heading desktop/H2 – 40px – Lustria – Regular */
  font-family: Lustria;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 3rem */
  letter-spacing: -0.0125rem;
  margin-bottom: 1.5rem;
}
.how_it_works .title_left p {
  margin: 0;
}
.how_it_works .steps_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  position: relative;
  left: -1.25rem;
}
.how_it_works .steps_list_item {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  background: transparent;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  cursor: pointer;
  text-align: left;
  -webkit-transition: opacity 150ms ease;
  transition: opacity 150ms ease;
  opacity: 0.5;
}
.how_it_works .steps_list_item:hover {
  opacity: 0.75;
}
.how_it_works .steps_list_item.is-active {
  opacity: 1;
}
.how_it_works .steps_list_item.is-active .steps_list_dot {
  opacity: 1;
}
.how_it_works .steps_list_item.is-active .steps_list_text {
  color: var(--brand-primary-950-main, #00171A);
  font-weight: 500;
}
.how_it_works .steps_list_dot {
  width: 0.25rem;
  height: 1.25rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  opacity: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.how_it_works .steps_list_text {
  font-family: "Noto Sans";
  font-size: 1.0625rem;
  font-weight: 400;
  line-height: 120%;
  color: rgba(0, 17, 26, 0.6);
}
.how_it_works .simple-steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 80px;
}
.how_it_works .simple-step {
  scroll-margin-top: 9.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 1rem;
  border: 1px solid var(--Beige-200, #E9E4E0);
  background: var(--White-White, #FFF);
}
.how_it_works .simple-step__content {
  padding-top: 2.5rem;
  padding-left: 2.5rem;
  padding-bottom: 2.5rem;
}
.how_it_works .simple-step__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-bottom: 1.25rem;
  color: var(--Gray-600, #656362);
  /* Caption/12px – Regular – UPPER */
  font-family: Inter;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 0.9rem */
  text-transform: uppercase;
}
.how_it_works .simple-step__title {
  color: var(--Gray-900, #131312);
  /* Heading desktop/H3 – 28px – Lustria – Regular */
  font-family: Lustria;
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 2.1rem */
  margin-bottom: 0.75rem;
}
.how_it_works .simple-step__text {
  color: var(--Gray-600, #656362);
  /* Body text/Body – 16px – Regular */
  font-family: Inter;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 1.5rem */
}
.how_it_works .simple-step__text p {
  margin: 0;
}
.how_it_works .simple-step__image {
  border-radius: 1rem;
  overflow: hidden;
  width: 53%;
  aspect-ratio: 27.25/20.75;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 100%;
  background: -webkit-gradient(linear, right top, left top, from(#F8F4F2), to(#FFF));
  background: linear-gradient(270deg, #F8F4F2 0%, #FFF 100%);
}
.how_it_works .simple-step__image img {
  display: block;
  width: 100%;
  height: auto;
}
.how_it_works .simple-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
}
.how_it_works .simple-gallery__item {
  border-radius: 1rem;
  overflow: hidden;
}
.how_it_works .simple-gallery__item img {
  display: block;
  width: 100%;
  height: auto;
}

@media (min-width: 0px) and (max-width: 719px) {
  .how_it_works .left_side {
    position: relative;
    top: 0;
    width: 100%;
  }
  .how_it_works .line.df {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
  .how_it_works .steps_list {
    display: none;
  }
  .how_it_works .right_side {
    width: 100%;
    min-width: 0;
  }
  .how_it_works .simple-step__text {
    max-width: 100%;
  }
  .how_it_works .title_left {
    font-size: 2.25rem;
  }
  .how_it_works .simple-step {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .how_it_works .content_block {
    padding-top: 3.5rem;
  }
  .how_it_works {
    padding-bottom: 3.5rem;
  }
  .how_it_works .badge {
    text-align: center;
    color: var(--Brand-Orange, #EE733B);
    text-align: center;
    /* Caption/12px – Regular – UPPER */
    font-family: Inter;
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 0.9rem */
    text-transform: uppercase;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .how_it_works .title_left {
    color: var(--Gray-900, #131312);
    text-align: center;
    /* Heading mobile/H2 – 32px – Lustria – Regular */
    font-family: Lustria;
    font-size: 2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 2.4rem */
    letter-spacing: -0.01rem;
  }
  .how_it_works .line.df {
    gap: 0;
  }
  .how_it_works .simple-step__content {
    padding: 1.5rem;
    padding-bottom: 0;
  }
  .how_it_works .simple-step__meta {
    color: var(--Gray-600, #656362);
    /* Caption/12px – Regular – UPPER */
    font-family: Inter;
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 0.9rem */
    text-transform: uppercase;
    margin-bottom: 1rem;
  }
  .how_it_works .simple-step__text {
    margin-bottom: 0;
  }
  .how_it_works .simple-step__image {
    width: 100%;
    background: -webkit-gradient(linear, left bottom, left top, from(#F8F4F2), to(#FFF));
    background: linear-gradient(0deg, #F8F4F2 0%, #FFF 100%);
    position: relative;
  }
  .how_it_works .simple-step__image:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(30%, rgba(255, 255, 255, 0)));
    background: linear-gradient(180deg, white 0%, rgba(255, 255, 255, 0) 30%);
  }
}
@media (min-width: 720px) and (max-width: 1300px) {
  .how_it_works .line.df {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .how_it_works .steps_list {
    display: none;
  }
  .how_it_works .badge {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .how_it_works .left_side {
    text-align: center !important;
    position: relative;
    top: 0;
  }
  .how_it_works .left_side,
  .how_it_works .right_side {
    width: 100%;
  }
  .how_it_works .simple-steps {
    gap: 1rem;
  }
}
/* ===== FEATURES BLOCK ===== */
.features_block .content_block {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.features_block .features_header {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin-bottom: 3rem;
}
.features_block .pretitle {
  color: var(--Brand-Orange, #EE733B);
  text-align: center;
  /* Caption/12px – Regular – UPPER */
  font-family: Inter;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 0.9rem */
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.features_block .title {
  color: var(--Gray-900, #131312);
  text-align: center;
  /* Heading desktop/H2 – 40px – Lustria – Regular */
  font-family: Lustria;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 3rem */
  letter-spacing: -0.0125rem;
  margin-bottom: 2rem;
}
.features_block .title p {
  margin: 0;
}
.features_block .button_primary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 3.5rem;
  padding: 0.625rem 1rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  border-radius: 0.8125rem;
  background: var(--Gray-800, #1E1D1D);
  color: var(--White-White, #FFF);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  text-decoration: none;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  /* Button label/L – 18px – Medium */
  font-family: Inter;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 1.125rem */
}
.features_block .button_primary:hover {
  opacity: 0.85;
}
.features_block .features_grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.5rem 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}
.features_block .features_card_content {
  padding: 2.5rem;
  padding-bottom: 0;
}
.features_block .features_card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  border-radius: 1rem;
  border: 1px solid var(--Beige-200, #E9E4E0);
  background: var(--White-White, #FFF);
}
.features_block .features_card_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
}
.features_block .features_card_icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  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;
}
.features_block .features_card_icon img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.features_block .features_card_title {
  color: var(--Gray-900, #131312);
  /* Heading desktop/H4 – 24px – Inter – Regular */
  font-family: Inter;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 1.8rem */
}
.features_block .features_card_text {
  color: var(--Gray-600, #656362);
  /* Body text/Body – 16px – Regular */
  font-family: Inter;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 1.5rem */
}
.features_block .features_card_image {
  margin-top: auto;
  border-radius: 0.75rem;
  overflow: hidden;
}
.features_block .features_card_image img {
  display: block;
  width: 100%;
  height: auto;
}

@media (min-width: 0px) and (max-width: 1024px) {
  .features_block .features_grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .features_block .title {
    font-size: 2rem;
  }
  .features_block .content_block {
    padding-block: 3.5rem;
  }
  .features_block .pretitle {
    color: var(--Brand-Orange, #EE733B);
    text-align: center;
    /* Caption/12px – Regular – UPPER */
    font-family: Inter;
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 0.9rem */
    text-transform: uppercase;
  }
  .features_block .button_primary {
    width: 100%;
  }
  .features_block .features_card_content {
    padding: 1.5rem;
    padding-bottom: 0;
  }
  .features_block .features_card_title {
    color: var(--Gray-900, #131312);
    /* Heading mobile/H4 – 20px – Inter – Regular */
    font-family: Inter;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 1.5rem */
  }
  .features_block .features_card_text {
    color: var(--Gray-600, #656362);
    /* Body text/Body – 16px – Regular */
    font-family: Inter;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 1.5rem */
  }
}
@media (min-width: 640px) and (max-width: 1024px) {
  .features_block .button_primary {
    width: 300px;
  }
}
/* ===== FAQ BLOCK ===== */
.faq_block .content_block {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.faq_block .faq_header {
  margin-bottom: 3rem;
}
.faq_block .pretitle {
  color: var(--Brand-Orange, #EE733B);
  /* Caption/12px – Regular – UPPER */
  font-family: Inter;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 0.9rem */
  text-transform: uppercase;
  margin-bottom: 1.25rem;
}
.faq_block .title {
  color: var(--Gray-900, #131312);
  /* Heading desktop/H2 – 40px – Lustria – Regular */
  font-family: Lustria;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 3rem */
  letter-spacing: -0.0125rem;
  margin-bottom: 4rem;
}
.faq_block .title p {
  margin: 0;
}
.faq_block .faq_list {
  border-top: 1px solid var(--Gray, #E5E5E5);
}
.faq_block .faq_item {
  border-bottom: 1px solid var(--Gray, #E5E5E5);
}
.faq_block .faq_question {
  width: 100%;
  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;
  gap: 1rem;
  padding: 1.5rem 0;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
}
.faq_block .faq_question span {
  color: var(--Gray-900, #131312);
  /* Heading desktop/H5 – 18px – Inter – Medium */
  font-family: Inter;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 1.6875rem */
}
.faq_block .faq_arrow {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  color: var(--brand-primary-950-main, #00171A);
}
.faq_block .faq_item.is-open .faq_arrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.faq_block .faq_answer {
  overflow: hidden;
  display: none;
}
.faq_block .faq_answer_inner {
  padding: 0 0 1.5rem 0;
  color: var(--Gray-600, #656362);
  /* Body text/Body – 16px – Regular */
  font-family: Inter;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 1.5rem */
  max-width: 47.5rem;
}
.faq_block .faq_answer_inner p {
  margin: 0 0 0.75rem 0;
}
.faq_block .faq_answer_inner p:last-child {
  margin-bottom: 0;
}

@media (min-width: 0px) and (max-width: 1024px) {
  .faq_block .title {
    font-size: 2rem;
  }
  .faq_block .content_block {
    padding-block: 3.5rem;
  }
  .faq_block .pretitle {
    color: var(--Brand-Orange, #EE733B);
    text-align: center;
    /* Caption/12px – Regular – UPPER */
    font-family: Inter;
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 0.9rem */
    text-transform: uppercase;
    margin-bottom: 1rem;
  }
  .faq_block .title {
    text-align: center;
  }
  .faq_block .faq_answer_inner {
    color: var(--Gray-600, #656362);
    /* Body text/Body - 14px - Regular */
    font-family: Inter;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 1.3125rem */
  }
  .faq_block .faq_question span {
    color: var(--Gray-900, #131312);
    /* Heading desktop/H6 – 16px – Inter – Medium */
    font-family: Inter;
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 1.5rem */
    letter-spacing: 0.005rem;
  }
}
/* ===== EARLY FEEDBACK ===== */
.early_feedback .content_block {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
}
.early_feedback .ef_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 2.5rem;
}
.early_feedback .pretitle {
  color: var(--Brand-Orange, #EE733B);
  /* Caption/12px – Regular – UPPER */
  font-family: Inter;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 0.9rem */
  text-transform: uppercase;
  margin-bottom: 1.25rem;
}
.early_feedback .title {
  color: var(--Gray-900, #131312);
  /* Heading desktop/H2 – 40px – Lustria – Regular */
  font-family: Lustria;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 3rem */
  letter-spacing: -0.0125rem;
}
.early_feedback .title p {
  margin: 0;
}
.early_feedback .ef_header_left {
  width: 100% !important;
}
.early_feedback .ef_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.early_feedback .ef_prev,
.early_feedback .ef_next {
  width: 2.75rem;
  height: 2.75rem;
  border: none;
  background: #fff;
  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;
  cursor: pointer;
  -webkit-transition: background 0.2s, border-color 0.2s;
  transition: background 0.2s, border-color 0.2s;
  color: var(--brand-primary-950-main, #00171A);
}
.early_feedback .ef_prev.swiper-button-disabled,
.early_feedback .ef_next.swiper-button-disabled {
  opacity: 0.35;
  cursor: default;
}
.early_feedback .ef_prev svg,
.early_feedback .ef_next svg {
  width: 1.25rem;
  height: 1.25rem;
}
.early_feedback .ef_swiper {
  overflow: visible;
}
.early_feedback .swiper-slide {
  width: 36.25rem;
  height: auto;
}
.early_feedback .ef_card {
  background: #f5f2ed;
  border-radius: 1rem;
  padding: 2rem;
  height: 100%;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.early_feedback .ef_card_quote {
  color: var(--Gray-900, #131312);
  /* Body text/Body – 18px – Regular */
  font-family: Inter;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 1.6875rem */
  margin-bottom: 4rem;
}
.early_feedback .ef_card_author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
  margin-top: auto;
}
.early_feedback .ef_card_photo {
  width: 2.75rem;
  height: 2.75rem;
  aspect-ratio: 1/1;
  border-radius: 0.5625rem;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.early_feedback .ef_card_photo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.early_feedback .ef_card_name {
  color: var(--Gray-900, #131312);
  /* Caption/16px – Regular */
  font-family: Inter;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 1.2rem */
  margin-bottom: 0.5rem;
}
.early_feedback .ef_card_role {
  color: var(--Gray-500, #6C6865);
  /* Caption/12px – Regular – UPPER */
  font-family: Inter;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 0.9rem */
  text-transform: uppercase;
}

@media (min-width: 0px) and (max-width: 1024px) {
  .early_feedback .title {
    font-size: 2rem;
  }
  .early_feedback .swiper-slide {
    width: 85vw;
  }
  .early_feedback .ef_nav {
    display: none;
  }
  .early_feedback .content_block {
    padding-block: 3.5rem;
  }
  .early_feedback .pretitle {
    color: var(--Brand-Orange, #EE733B);
    /* Caption/12px – Regular – UPPER */
    font-family: Inter;
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 0.9rem */
    text-transform: uppercase;
    margin-bottom: 1rem;
  }
  .early_feedback .title {
    color: var(--Gray-900, #131312);
    /* Heading mobile/H2 – 32px – Lustria – Regular */
    font-family: Lustria;
    font-size: 2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 2.4rem */
    letter-spacing: -0.01rem;
  }
  .early_feedback .ef_card {
    padding: 1.25rem;
  }
  .early_feedback .ef_card_quote {
    color: var(--Gray-900, #131312);
    /* Body text/Body – 16px – Regular */
    font-family: Inter;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 1.5rem */
    margin-bottom: 2.25rem;
  }
  .early_feedback .swiper-slide {
    width: 75vw;
  }
}
@media (min-width: 640px) and (max-width: 1024px) {
  .early_feedback .swiper-slide {
    width: 45vw;
  }
}
/* ===== BLOCK 2 (The Problem Section) ===== */
.block_2 {
  position: relative;
}
.block_2 * {
  position: relative;
  z-index: 50;
}
.block_2:before {
  content: "";
  display: block;
  width: 100%;
  background: var(--Gray, #E5E5E5);
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  top: 7.75rem;
  margin-left: auto;
  margin-right: auto;
  z-index: 51;
}
.block_2:after {
  content: "";
  display: block;
  width: 100%;
  background: var(--Gray, #E5E5E5);
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5rem;
  margin-left: auto;
  margin-right: auto;
  z-index: 51;
}
.block_2 .content_block {
  padding-top: 7.75rem;
  padding-bottom: 5rem;
}
.block_2 .line {
  background: #FCFCFC;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.block_2 .left_side {
  padding: 2.5rem;
  padding-right: 5rem;
  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-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.25rem;
}
.block_2 .left_side,
.block_2 .right_side {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  min-width: 0; /* важливо для флекс-контенту */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.block_2 .pretitle {
  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: 0.5rem;
}
.block_2 .pretitle .icon {
  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;
}
.block_2 .pretitle span {
  color: var(--brand-primary-950-main, #00171A);
  /* Caption - 14px Medium UPPERCASE */
  font-family: "Noto Sans";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 135%; /* 1.18125rem */
  text-transform: uppercase;
}
.block_2 .bottom_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
.block_2 .title {
  color: var(--brand-primary-950-main, #00171A);
  /* Heading/Desktop 2 - 48px Semibold */
  font-family: "Noto Sans";
  font-size: 3rem;
  font-style: normal;
  font-weight: 600;
  line-height: 115%;
  letter-spacing: -0.015rem;
}
.block_2 .title span {
  display: block;
  color: var(--brand-primary-950-main-50, rgba(0, 17, 26, 0.5));
}
.block_2 .subtitle {
  color: var(--brand-primary-950-main-90, rgba(0, 17, 26, 0.9));
  /* Body text - 18px Regular */
  font-family: "Noto Sans";
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 1.6875rem */
}
.block_2 .img_block {
  width: 100%;
  min-height: 33.25rem;
  overflow: hidden;
}
.block_2 .img_block img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

/* ===== RESPONSIVE STYLES ===== */
@media (min-width: 0px) and (max-width: 1024px) {
  .block_2 .content_block {
    padding-top: 4rem;
  }
  .block_2 .line {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .block_2 .left_side, .block_2 .right_side {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 100%;
    width: 100%;
  }
  .block_2 .left_side {
    padding: 2.25rem 1rem;
  }
  .block_2 .right_side {
    padding: 0;
  }
  .block_2:before {
    top: 4rem;
  }
  .block_2 .pretitle span {
    color: var(--brand-primary-950-main, #00171A);
    /* Caption - 14px Medium UPPERCASE */
    font-family: "Noto Sans";
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 500;
    line-height: 135%; /* 1.18125rem */
    text-transform: uppercase;
  }
  .block_2 .title {
    /* Heading 2/Mobile - 36px Semibold */
    font-family: "Noto Sans";
    font-size: 2.25rem;
    font-style: normal;
    font-weight: 600;
    line-height: 115%; /* 2.5875rem */
    letter-spacing: -0.01125rem;
  }
  .block_2 .subtitle {
    color: var(--brand-primary-950-main-90, rgba(0, 17, 26, 0.9));
    /* Body text - 16px Regular */
    font-family: "Noto Sans";
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 1.5rem */
    letter-spacing: -0.02rem;
  }
  .block_2 .img_block {
    aspect-ratio: 22/17;
    height: auto;
    width: 100%;
    min-height: 10px;
  }
  .block_2 .content_block {
    padding-bottom: 4rem;
  }
  .block_2:after {
    bottom: 0;
  }
}
/* ===== BLOCK 3 (Our Approach Section) ===== */
.block_3 .left_side .bottom_right {
  display: none;
}
.block_3 .content_block {
  padding-top: 3.25rem;
  padding-bottom: 7.5rem;
}
.block_3 .title_block {
  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-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1.25rem;
  padding-left: 5rem;
  padding-right: 5rem;
  margin-bottom: 4rem;
}
.block_3 .title {
  color: var(--brand-primary-950-main, #00171A);
  /* Heading/Desktop 2 - 48px Semibold */
  font-family: "Noto Sans";
  font-size: 3rem;
  font-style: normal;
  font-weight: 600;
  line-height: 115%; /* 3.45rem */
  letter-spacing: -0.015rem;
}
.block_3 .pretitle {
  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: 0.5rem;
}
.block_3 .pretitle .icon {
  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;
}
.block_3 .pretitle span {
  color: var(--brand-primary-950-main, #00171A);
  /* Caption - 14px Medium UPPERCASE */
  font-family: "Noto Sans";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 135%; /* 1.18125rem */
  text-transform: uppercase;
}
.block_3 .line {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5rem;
}
.block_3 .line .right_side {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 1rem;
  padding-bottom: 1rem;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.block_3 .img_block {
  height: 35.81rem;
  width: 33rem;
  overflow: hidden;
}
.block_3 .img_block img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.block_3 .items {
  width: 100%;
}
.block_3 .item {
  position: relative;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid var(--Gray, #E5E5E5);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.block_3 .item.active {
  position: relative;
  z-index: 500;
}
.block_3 .item:not(.active) .item__name {
  opacity: 0.35;
}
.block_3 .item .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  color: var(--brand-primary-950-main, #00171A);
  /* Caption - 22px Medium */
  font-family: "Noto Sans";
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 2.0625rem */
  letter-spacing: -0.00125rem;
}
.block_3 .item .text .icon {
  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;
}
.block_3 .item .item__name {
  cursor: pointer;
  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;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.block_3 .item .item__name .arrow svg {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.block_3 .item.active .item__name .arrow svg {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.block_3 .bottom_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
}
.block_3 .bottom_right .text_bottom {
  color: var(--brand-primary-950-main-80, rgba(0, 17, 26, 0.8));
  /* Body text - 16px Regular */
  font-family: "Noto Sans";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 1.5rem */
  letter-spacing: -0.02rem;
}
.block_3 .bottom_right .button {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 1.25rem 2.5rem;
  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;
  border-radius: 0.25rem;
  background: var(--brand-primary-950-main, #00171A);
  color: var(--White-100, #FFF);
  text-align: center;
  /* Button label M - 18px Medium */
  font-family: "Noto Sans";
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 1.35rem */
  text-decoration: none;
}

.block_3 .item__desc {
  display: none; /* All descriptions are hidden by default */
  color: var(--brand-primary-950-main-80, rgba(0, 17, 26, 0.8));
  /* Body text - 18px Regular */
  font-family: "Noto Sans";
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 1.6875rem */
  padding-top: 1rem;
}

.block_3 .left_side .img_block {
  position: relative;
}

.block_3 .left_side .img_block img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}

.block_3 .left_side .img_block img:first-child {
  opacity: 1; /* Show first image by default */
}

.block_3 .left_side .img_block img.active {
  opacity: 1; /* Show active image */
}

/* Progress indicator styles (pseudo-element :before) */
.block_3 .item::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  height: 0.0625rem;
  z-index: 400;
  width: var(--progress-width, 0%);
  background: var(--Gradient-Brand-Secondary, linear-gradient(180deg, #007987 0%, #007B89 100%));
  -webkit-transition: none;
  transition: none;
  z-index: 1;
}

.block_3 .item.active::before {
  -webkit-transition: width 10s linear;
  transition: width 10s linear;
}

/* ===== RESPONSIVE STYLES ===== */
@media (min-width: 0px) and (max-width: 1024px) {
  .block_3 .line {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .block_3 .content_block {
    padding-top: 2.5rem;
  }
  .block_3 .title_block {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .block_3 .pretitle {
    color: var(--brand-primary-950-main, #00171A);
    /* Caption - 14px Medium UPPERCASE */
    font-family: "Noto Sans";
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 500;
    line-height: 135%; /* 1.18125rem */
    text-transform: uppercase;
  }
  .block_3 .title {
    color: var(--brand-primary-950-main, #00171A);
    /* Heading 2/Mobile - 36px Semibold */
    font-family: "Noto Sans";
    font-size: 2.25rem;
    font-style: normal;
    font-weight: 600;
    line-height: 115%; /* 2.5875rem */
    letter-spacing: -0.01125rem;
  }
  .block_3 .line {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .block_3 .item .text {
    font-size: 1.25rem;
  }
  .block_3 .item__desc {
    font-size: 1rem;
  }
  .block_3 .item {
    padding-bottom: 1.25rem;
    margin-bottom: 1.25rem;
  }
  .block_3 .bottom_right .button {
    padding: 0.75rem 1.25rem;
    color: var(--White-100, #FFF);
    text-align: center;
    /* Button label S - 16px Medium */
    font-family: "Noto Sans";
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 1.2rem */
  }
  .block_3 .bottom_right .text_bottom {
    color: var(--brand-primary-950-main-80, rgba(0, 17, 26, 0.8));
    /* Body text - 14px Regular */
    font-family: "Noto Sans";
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 1.3125rem */
    letter-spacing: -0.00175rem;
  }
  .block_3 .img_block {
    aspect-ratio: 1/1;
    width: 100%;
    height: auto;
    margin-bottom: 2.5rem;
  }
  .block_3 .bottom_right {
    display: none;
  }
  .block_3 .left_side .bottom_right {
    display: block;
  }
  .block_3 .line {
    gap: 1rem;
  }
  .block_3 .bottom_right .text_bottom {
    margin-bottom: 1rem;
  }
  .block_3 .item .text {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .block_3 .item .text .icon {
    margin-top: 0.38rem;
  }
  .block_3 .title_block {
    margin-bottom: 1.5rem;
  }
  .block_3 .line {
    border-top: 1px solid var(--Gray, #E5E5E5);
  }
  .block_3 .item:last-of-type {
    margin-bottom: 0;
  }
  .block_3 .bottom_right .text_bottom br {
    display: none;
  }
  .block_3 .bottom_right .button {
    width: 100%;
    font-size: 0.9rem;
  }
  .block_3 .content_block {
    padding-bottom: 4rem;
  }
}
/* ===== BLOCK 4 ===== */
.block_4 .mob {
  display: none;
}
.block_4 .inner_block {
  background: url(img/img3.jpg) center center no-repeat;
  background-size: cover;
  padding: 5.75rem 4rem;
}
.block_4 .title_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}
.block_4 .pretitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0.5rem;
  color: var(--White-100, #FFF);
  /* Caption - 14px Medium UPPERCASE */
  font-family: "Noto Sans";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 135%; /* 1.18125rem */
  text-transform: uppercase;
}
.block_4 .title {
  color: var(--White-100, #FFF);
  /* Heading/Desktop 2 - 48px Semibold */
  font-family: "Noto Sans";
  font-size: 3rem;
  font-style: normal;
  font-weight: 600;
  line-height: 115%; /* 3.45rem */
  letter-spacing: -0.015rem;
}
.block_4 .button {
  border-radius: 0.25rem;
  border: 1px solid var(--White-10, rgba(255, 255, 255, 0.1));
  background: var(--White-10, rgba(255, 255, 255, 0.1));
  text-decoration: none;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 1.25rem 2.5rem;
  color: var(--White-100, #FFF);
  text-align: center;
  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;
  /* Button label M - 18px Medium */
  font-family: "Noto Sans";
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 1.35rem */
}
.block_4 .line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.block_4 .line .right_side {
  width: 37rem;
  max-width: 100%;
  padding-top: 2.5rem;
}
.block_4 .line .left_side {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.block_4 .item {
  position: relative;
  border-bottom: 1px solid var(--White-70, rgba(255, 255, 255, 0.42));
}
.block_4 .item.active {
  position: relative;
  z-index: 500;
}
.block_4 .item:not(.active) .item__name {
  opacity: 0.35;
}
.block_4 .item__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: inherit;
      align-content: inherit;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
}
.block_4 .item__name .arrow {
  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;
}
.block_4 .item__name .icon {
  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;
}
.block_4 .item__name .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
.block_4 .item__name {
  color: var(--White-100, #FFF);
  /* Caption - 22px Medium */
  font-family: "Noto Sans";
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 2.0625rem */
  letter-spacing: -0.00125rem;
}
.block_4 .item__desc {
  color: var(--White-80, rgba(255, 255, 255, 0.8));
  /* Body text - 16px Regular */
  font-family: "Noto Sans";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 1.5rem */
  letter-spacing: -0.02rem;
  padding-top: 1rem;
}
.block_4 .item {
  position: relative; /* Потрібно для ::before псевдоелемента */
  padding-bottom: 1.5rem;
  margin-bottom: 2rem;
}
.block_4 .item:last-of-type {
  margin-bottom: 0;
}
.block_4 .item .item__name {
  cursor: pointer;
  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;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.block_4 .item .item__name .arrow svg {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.block_4 .item.active .item__name .arrow svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

/* Стилі для акордеону в block_4 */
.block_4 .item__desc {
  display: none; /* All descriptions are hidden by default */
}

/* Стилі для індикатора прогресу (псевдоелемент :before) в block_4 */
.block_4 .item::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  height: 0.0625rem;
  width: var(--progress-width, 0%);
  background: var(--White-100, #FFF);
  -webkit-transition: none;
  transition: none;
  z-index: 1;
}

.block_4 .item.active::before {
  -webkit-transition: width 8s linear;
  transition: width 8s linear;
}

/* ===== RESPONSIVE STYLES ===== */
@media (min-width: 0px) and (max-width: 1024px) {
  section.block_4 {
    padding-left: 0;
    padding-right: 0;
  }
  .block_4 .line {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .block_4 .inner_block {
    padding: 4rem 1.5rem;
  }
  .block_4 .title {
    font-size: 2.25rem;
  }
  .block_4 .line .right_side {
    padding-top: 3rem;
  }
  .block_4 .button {
    display: none;
  }
  .block_4 .mob .button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0.75rem 1.25rem;
    color: var(--White-100, #FFF);
    text-align: center;
    /* Button label S - 16px Medium */
    font-family: "Noto Sans";
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 1.2rem */
  }
  .block_4 .item__name {
    color: var(--White-100, #FFF);
    /* Caption - 20px Medium */
    font-family: "Noto Sans";
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 1.875rem */
    letter-spacing: -0.025rem;
  }
  .block_4 .item__desc {
    color: var(--White-90, rgba(255, 255, 255, 0.9));
    /* Body text - 16px Regular */
    font-family: "Noto Sans";
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 1.5rem */
    letter-spacing: -0.02rem;
  }
  .block_4 .mob .button {
    width: 100%;
  }
  .block_4 .content_block,
  footer .content_block {
    border: none;
  }
  .block_4 .mob {
    display: block;
  }
}
/* ===== BLOCK 5 ===== */
.block_5 .content_block {
  padding-top: 5rem;
  position: relative;
}
.block_5 .content_block:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: var(--Gray, #E5E5E5);
  position: absolute;
  top: 5rem;
  left: 0;
}
.block_5 .line {
  border-bottom: 1px solid var(--Gray, #E5E5E5);
}
.block_5 .line .left_side {
  padding-block: 4rem;
  padding-left: 2.5rem;
  padding-right: 7.75rem;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.block_5 .line .right_side {
  padding: 2rem;
  border-left: 1px solid var(--Gray, #E5E5E5);
}
.block_5 .line .left_side,
.block_5 .line .right_side {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  min-width: 0; /* важливо для флекс-контенту */
}
.block_5 .button {
  color: var(--White-100, #FFF);
  text-align: center;
  /* Button label M - 18px Medium */
  font-family: "Noto Sans";
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 1.35rem */
  border-radius: 0.25rem;
  background: var(--brand-primary-950-main, #00171A);
  text-decoration: none;
  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: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 1.25rem 2.5rem;
}
.block_5 .pretitle_right {
  color: var(--brand-primary-950-main-60, rgba(0, 23, 26, 0.6));
  /* Caption - 14px Medium UPPERCASE */
  font-family: "Noto Sans";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 135%; /* 1.18125rem */
  text-transform: uppercase;
  margin-bottom: 2rem;
}
.block_5 .top_right_block {
  padding-inline: 2rem;
  padding-top: 2.5rem;
  padding-bottom: 3.25rem;
}
.block_5 .images_block {
  position: relative;
  width: 100%;
  height: 20rem;
  overflow: hidden;
}
.block_5 .images_block img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}
.block_5 .images_block img.active {
  opacity: 1; /* Show active image */
}
.block_5 .pretitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0.5rem;
  color: var(--brand-primary-950-main, #00171A);
  /* Caption - 14px Medium UPPERCASE */
  font-family: "Noto Sans";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 135%; /* 1.18125rem */
  text-transform: uppercase;
}
.block_5 .bottom_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
  margin-top: 1.5rem;
}
.block_5 .title {
  color: var(--brand-primary-950-main, #00171A);
  /* Heading/Desktop 2 - 48px Semibold */
  font-family: "Noto Sans";
  font-size: 3rem;
  font-style: normal;
  font-weight: 600;
  line-height: 115%; /* 3.45rem */
  letter-spacing: -0.015rem;
}
.block_5 .left_side ul {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
.block_5 .left_side ul li {
  list-style-type: none;
  position: relative;
  padding-left: 0.87rem;
  color: var(--brand-primary-950-main-90, rgba(0, 17, 26, 0.9));
  /* Body text - 18px Regular */
  font-family: "Noto Sans";
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 1.6875rem */
}
.block_5 .left_side ul li:before {
  content: "";
  display: block;
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 6.25rem;
  position: absolute;
  left: 0;
  top: calc(50% - 0.1875rem);
  background: var(--brand-primary-950-main-80, rgba(0, 17, 26, 0.8));
}
.block_5 .line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.block_5 .line .left_side {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.block_5 .item .item__name .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  color: var(--brand-primary-950-main, #00171A);
  /* Caption - 22px Medium */
  font-family: "Noto Sans";
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 2.0625rem */
  letter-spacing: -0.00125rem;
}
.block_5 .item .item__desc .items_all {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.block_5 .item .item__desc .items_all .items {
  padding-right: 2rem;
  position: relative;
  color: var(--brand-primary-950-main, #00171A);
  /* Body text - 16px Regular */
  font-family: "Noto Sans";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 1.5rem */
  letter-spacing: -0.02rem;
}
.block_5 .item .item__desc .items_all .items:before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  border-radius: 0.125rem;
  background: var(--Gray, #E5E5E5);
  position: absolute;
  right: 1rem;
  top: 0;
}
.block_5 .item .item__desc .items_all .items:last-of-type:before {
  display: none;
}

.block_5 .item {
  position: relative;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid var(--Gray, #E5E5E5);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.block_5 .item.active {
  position: relative;
  z-index: 500;
}
.block_5 .item:not(.active) .item__name {
  opacity: 0.35;
}
.block_5 .item .item__name {
  cursor: pointer;
  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;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.block_5 .item .item__name .arrow svg {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.block_5 .item.active .item__name .arrow svg {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.block_5 .item__desc {
  display: none; /* Спочатку всі описи приховані */
  color: var(--brand-primary-950-main-80, rgba(0, 17, 26, 0.8));
  /* Body text - 18px Regular */
  font-family: "Noto Sans";
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 1.6875rem */
  padding-top: 1rem;
}

.block_5 .item::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  height: 0.0625rem;
  z-index: 400;
  width: var(--progress-width, 0%);
  background: var(--Gradient-Brand-Secondary, linear-gradient(180deg, #007987 0%, #007B89 100%));
  -webkit-transition: none;
  transition: none;
  z-index: 1;
}

.block_5 .item.active::before {
  -webkit-transition: width 10s linear;
  transition: width 10s linear;
}

.block_5 .slider_line {
  margin-top: 4rem;
}

.block_5 .slider-block-5 {
  width: calc(100% - 5rem);
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.block_5 .slider-block-5:before {
  content: "";
  display: block;
  background: -webkit-gradient(linear, right top, left top, from(#FEFDFB), color-stop(10%, rgba(254, 253, 251, 0)), color-stop(90%, rgba(254, 253, 251, 0)), to(#FEFDFB));
  background: linear-gradient(270deg, #FEFDFB 0%, rgba(254, 253, 251, 0) 10%, rgba(254, 253, 251, 0) 90%, #FEFDFB 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 777;
}
.block_5 .slider-block-5 img {
  display: block;
  width: auto;
  height: 2.5rem;
}

/* ===== RESPONSIVE STYLES ===== */
@media (min-width: 0px) and (max-width: 1024px) {
  .block_5 .line {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .block_5 .content_block {
    padding-top: 4rem;
  }
  .block_5 .line .left_side {
    padding: 2.25rem 1rem;
  }
  .block_5 .content_block:before {
    top: 4rem;
  }
  .block_5 .title {
    color: var(--brand-primary-950-main, #00171A);
    /* Heading 2/Mobile - 36px Semibold */
    font-family: "Noto Sans";
    font-size: 2.25rem;
    font-style: normal;
    font-weight: 600;
    line-height: 115%; /* 2.5875rem */
    letter-spacing: -0.01125rem;
  }
  .block_5 .left_side ul li {
    color: var(--brand-primary-950-main-90, rgba(0, 17, 26, 0.9));
    /* Body text - 16px Regular */
    font-family: "Noto Sans";
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 1.5rem */
    letter-spacing: -0.02rem;
  }
  .block_5 .button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0.75rem 1.25rem;
    color: var(--White-100, #FFF);
    text-align: center;
    color: var(--White-100, #FFF);
    text-align: center;
    /* Button label S - 16px Medium */
    font-family: "Noto Sans";
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 1.2rem */
    margin-top: 2.5rem;
  }
  .block_5 .line .right_side {
    padding: 0;
    width: 100%;
  }
  .block_5 .item .item__desc .items_all {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.62rem;
  }
  .block_5 .item .item__desc .items_all .items {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    text-align: left;
    width: 100%;
    padding-right: 0;
    padding-left: 1.88rem;
    background: url(img/item.svg) left center no-repeat;
  }
  .block_5 .item .item__desc .items_all .items:before {
    display: none;
  }
  .block_5 .item .item__name .text {
    color: var(--brand-primary-950-main, #00171A);
    /* Caption - 20px Medium */
    font-family: "Noto Sans";
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 1.875rem */
    letter-spacing: -0.025rem;
  }
  .block_5 .item:last-of-type {
    margin-bottom: 0;
  }
  .block_5 .images_block {
    height: auto;
    aspect-ratio: 20/11;
    margin-bottom: 1rem;
  }
  .block_5 .slider_line {
    margin-top: 2.5rem;
  }
  .block_5 .line .left_side, .block_5 .line .right_side {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }
  .block_5 .left_side ul li:before {
    top: 10px;
  }
  .block_5 .slider-block-5 {
    width: calc(100% - 3rem);
  }
  .block_5 .top_right_block {
    padding-top: 1rem;
  }
  .block_5 .top_right_block {
    padding-bottom: 2rem;
  }
  .block_5 .images_block {
    width: calc(100% - 2rem);
    margin-left: auto;
    margin-right: auto;
  }
  .block_5 .item .item__name .text {
    gap: 0.75rem;
  }
  .block_5 .top_right_block {
    padding-inline: 1rem;
  }
}
/* ===== BLOCK 6 ===== */
.block_6 .content_block {
  padding-top: 7.75rem;
  padding-bottom: 5rem;
  border-bottom: 1px solid var(--Gray, #E5E5E5);
}
.block_6 .pretitle {
  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: 0.5rem;
  color: var(--brand-primary-950-main, #00171A);
  /* Caption - 14px Medium UPPERCASE */
  font-family: "Noto Sans";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 135%; /* 1.18125rem */
  text-transform: uppercase;
  margin-bottom: 1.25rem;
}
.block_6 .title {
  color: var(--brand-primary-950-main, #00171A);
  text-align: center;
  /* Heading/Desktop 2 - 48px Semibold */
  font-family: "Noto Sans";
  font-size: 3rem;
  font-style: normal;
  font-weight: 600;
  line-height: 115%; /* 3.45rem */
  letter-spacing: -0.015rem;
  margin-bottom: 1rem;
}
.block_6 .subtitle {
  color: var(--brand-primary-950-main-80, rgba(0, 17, 26, 0.8));
  text-align: center;
  /* Body text - 18px Regular */
  font-family: "Noto Sans";
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 1.6875rem */
  width: 31.62rem;
  max-width: 100%;
  margin-bottom: 4rem;
  margin-left: auto;
  margin-right: auto;
}
.block_6 .cards_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.block_6 .cards_block .item_card {
  padding: 2.25rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333%;
          flex: 0 0 33.3333%;
}
.block_6 .cards_block .item_card .icon_card {
  margin-bottom: 2rem;
  width: 3rem;
  height: 3rem;
  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;
}
.block_6 .cards_block .item_card .title_card {
  color: var(--brand-primary-950-main, #00171A);
  /* Title - 24px Semibold */
  font-family: "Noto Sans";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 1.8rem */
  letter-spacing: -0.00125rem;
  margin-bottom: 0.75rem;
}
.block_6 .cards_block .item_card .text_card {
  color: var(--brand-primary-950-main-80, rgba(0, 17, 26, 0.8));
  /* Body text - 18px Regular */
  font-family: "Noto Sans";
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 1.6875rem */
}
.block_6 .cards_block .item_card {
  border-bottom: 1px solid var(--Gray, #E5E5E5);
}
.block_6 .cards_block .item_card_4,
.block_6 .cards_block .item_card_5,
.block_6 .cards_block .item_card_2,
.block_6 .cards_block .item_card_1 {
  border-right: 1px solid var(--Gray, #E5E5E5);
}
.block_6 .cards_block .item_card_3,
.block_6 .cards_block .item_card_2,
.block_6 .cards_block .item_card_1 {
  border-top: 1px solid var(--Gray, #E5E5E5);
}

@media (min-width: 0px) and (max-width: 1024px) {
  .block_6 .content_block {
    padding-top: 4rem;
  }
  .block_6 .title {
    color: var(--brand-primary-950-main, #00171A);
    text-align: center;
    /* Heading 2/Mobile - 36px Semibold */
    font-family: "Noto Sans";
    font-size: 2.25rem;
    font-style: normal;
    font-weight: 600;
    line-height: 115%; /* 2.5875rem */
    letter-spacing: -0.01125rem;
  }
  .block_6 .subtitle {
    color: var(--brand-primary-950-main-80, rgba(0, 17, 26, 0.8));
    text-align: center;
    /* Body text - 16px Regular */
    font-family: "Noto Sans";
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 1.5rem */
    letter-spacing: -0.02rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .block_6 .cards_block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .block_6 .cards_block .item_card {
    width: 100%;
    border-right: none;
  }
  .block_6 .cards_block .item_card {
    padding: 1.5rem 1rem;
  }
  .block_6 .cards_block .item_card .title_card {
    color: var(--brand-primary-950-main, #00171A);
    /* Caption - 22px Semibold */
    font-family: "Noto Sans";
    font-size: 1.375rem;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 1.65rem */
    letter-spacing: -0.00125rem;
  }
  .block_6 .cards_block .item_card .text_card {
    color: var(--brand-primary-950-main-80, rgba(0, 17, 26, 0.8));
    /* Body text - 16px Regular */
    font-family: "Noto Sans";
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 1.5rem */
    letter-spacing: -0.02rem;
  }
  .block_6 .content_block {
    padding-bottom: 4rem;
  }
}
/* ===== BLOCK 7 ===== */
.block_7 .content_block {
  padding-top: 5rem;
  padding-bottom: 7.75rem;
  border-bottom: 1px solid var(--Gray, #E5E5E5);
}
.block_7 .pretitle {
  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: 0.5rem;
  color: var(--brand-primary-950-main, #00171A);
  /* Caption - 14px Medium UPPERCASE */
  font-family: "Noto Sans";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 135%; /* 1.18125rem */
  text-transform: uppercase;
  margin-bottom: 1.25rem;
}
.block_7 .title {
  color: var(--brand-primary-950-main, #00171A);
  text-align: center;
  /* Heading/Desktop 2 - 48px Semibold */
  font-family: "Noto Sans";
  font-size: 3rem;
  font-style: normal;
  font-weight: 600;
  line-height: 115%; /* 3.45rem */
  letter-spacing: -0.015rem;
  margin-bottom: 1rem;
}
.block_7 .subtitle {
  color: var(--brand-primary-950-main-80, rgba(0, 17, 26, 0.8));
  text-align: center;
  /* Body text - 18px Regular */
  font-family: "Noto Sans";
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 1.6875rem */
  width: 31.62rem;
  max-width: 100%;
  margin-bottom: 4rem;
  margin-left: auto;
  margin-right: auto;
}
.block_7 .team_block {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
}
.block_7 .team_block .team_member {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  min-width: 0;
}
.block_7 .team_block .team_member_photo {
  aspect-ratio: 24.83/28.75;
  width: 100%;
  overflow: hidden;
  margin-bottom: 1.5rem;
}
.block_7 .team_block .team_member_photo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.block_7 .team_block .team_member_position {
  color: var(--brand-primary-950-main-80, rgba(0, 17, 26, 0.8));
  /* Caption - 14px Medium UPPERCASE */
  font-family: "Noto Sans";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 135%; /* 1.18125rem */
  text-transform: uppercase;
  margin-bottom: 0.7rem;
}
.block_7 .team_block .team_member_name {
  color: var(--brand-primary-950-main, #00171A);
  /* Title - 28px Medium */
  font-family: "Noto Sans";
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 0.7rem;
  line-height: 120%; /* 2.1rem */
}
.block_7 .team_block .team_member_text {
  color: var(--brand-primary-950-main-90, rgba(0, 17, 26, 0.9));
  /* Body text - 16px Regular */
  font-family: "Noto Sans";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 1.5rem */
  letter-spacing: -0.02rem;
}

@media (min-width: 0px) and (max-width: 1024px) {
  .block_7 .content_block {
    padding-top: 2.5rem;
  }
  .block_7 .title_block {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .block_7 .team_block {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .block_7 .team_block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
  .block_7 .team_block .team_member_name {
    font-size: 1.5rem;
  }
  .block_7 .team_block .team_member_position {
    font-size: 0.75rem;
  }
  .block_7 .team_block .team_member_text {
    color: var(--brand-primary-950-main-90, rgba(0, 17, 26, 0.9));
    /* Body text - 16px Regular */
    font-family: "Noto Sans";
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 1.5rem */
    letter-spacing: -0.02rem;
  }
  .block_7 .subtitle {
    margin-bottom: 2rem;
  }
  .block_7 .content_block {
    padding-bottom: 4rem;
  }
}
/* ===== BLOCK 8 ===== */
.block_8 .content_block {
  padding-left: 5rem;
}
.block_8 .line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.block_8 .line .left_side,
.block_8 .line .right_side {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  min-width: 0; /* важливо для флекс-контенту */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.block_8 .pretitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--brand-primary-950-main, #00171A);
  gap: 0.5rem;
  /* Caption - 14px Medium UPPERCASE */
  font-family: "Noto Sans";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 135%; /* 1.18125rem */
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}
.block_8 .title {
  color: var(--brand-primary-950-main, #00171A);
  /* Heading/Desktop 2 - 48px Semibold */
  font-family: "Noto Sans";
  font-size: 3rem;
  font-style: normal;
  font-weight: 600;
  line-height: 115%; /* 3.45rem */
  letter-spacing: -0.015rem;
  margin-bottom: 1rem;
}
.block_8 .subtitle {
  color: var(--brand-primary-950-main-80, rgba(0, 17, 26, 0.8));
  /* Body text - 18px Regular */
  font-family: "Noto Sans";
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 1.6875rem */
}
.block_8 .button_bottom_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.block_8 .prebutton_text {
  color: var(--brand-primary-950-main-80, rgba(0, 17, 26, 0.8));
  /* Body text - 16px Regular */
  font-family: "Noto Sans";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 1.5rem */
  letter-spacing: -0.02rem;
  margin-bottom: 1rem;
}
.block_8 .button {
  text-decoration: none;
  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: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 1.25rem 2.5rem;
  border-radius: 0.25rem;
  background: var(--brand-primary-950-main, #00171A);
  color: var(--White-100, #FFF);
  text-align: center;
  /* Button label M - 18px Medium */
  font-family: "Noto Sans";
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 1.35rem */
}
.block_8 .block {
  padding: 3.25rem;
  width: 35.93rem;
  height: 36.62rem;
}
.block_8 .pretitle_block {
  color: var(--White-90, rgba(255, 255, 255, 0.9));
  /* Caption - 14px Medium UPPERCASE */
  font-family: "Noto Sans";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 135%; /* 1.18125rem */
  text-transform: uppercase;
}
.block_8 .time {
  color: var(--White-100, #FFF);
  /* Caption - 84px Regular */
  font-family: "Noto Sans";
  font-size: 5.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 115%; /* 6.0375rem */
}
.block_8 .inner_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
.block_8 .inner_block {
  border-radius: 0.125rem;
  background: rgba(248, 248, 243, 0.09);
  backdrop-filter: blur(10px);
  height: 100%;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 3rem;
  padding-right: 3rem;
  padding-bottom: 4rem;
  padding-top: 4.25rem;
}
.block_8 .block {
  background: url(img/img4.jpg) center center no-repeat;
  background-size: cover;
}
.block_8 .text1 {
  color: var(--White-100, #FFF);
  /* Caption - 20px Regular */
  font-family: "Noto Sans";
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 135%; /* 1.6875rem */
}
.block_8 .left_side {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 3rem;
  padding-top: 3rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  border-left: 1px solid var(--Gray, #E5E5E5);
}
.block_8 .content_block {
  padding-bottom: 5rem;
  position: relative;
}
.block_8 .content_block:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  width: 100%;
  background: #E5E5E5;
  position: absolute;
  bottom: 5rem;
  left: 0;
}

@media (min-width: 0px) and (max-width: 1024px) {
  .block_8 .line {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .block_8 .content_block {
    padding-left: 0;
  }
  .block_8 .line .left_side {
    padding: 3rem 1rem;
    padding-bottom: 2.25rem;
  }
  .block_8 .line .left_side, .block_8 .line .right_side {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 100%;
  }
  .block_8 .title {
    color: var(--brand-primary-950-main, #00171A);
    /* Heading 2/Mobile - 36px Semibold */
    font-family: "Noto Sans";
    font-size: 2.25rem;
    font-style: normal;
    font-weight: 600;
    line-height: 115%; /* 2.5875rem */
    letter-spacing: -0.01125rem;
  }
  .block_8 .title {
    margin-bottom: 0.75rem;
  }
  .block_8 .subtitle {
    color: var(--brand-primary-950-main-80, rgba(0, 17, 26, 0.8));
    /* Body text - 16px Regular */
    font-family: "Noto Sans";
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 1.5rem */
    letter-spacing: -0.02rem;
    margin-bottom: 2.5rem;
  }
  .block_8 .button {
    width: 100%;
    padding: 0.75rem 1.25rem;
    color: var(--White-100, #FFF);
    text-align: center;
    /* Button label S - 16px Medium */
    font-family: "Noto Sans";
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 1.2rem */
  }
  .block_8 .block,
  .block_8 .inner_block {
    width: 100%;
    height: auto;
  }
  .block_8 .block {
    padding: 1.75rem;
  }
  .block_8 .inner_block {
    padding: 2.25rem 1.62rem;
  }
  .block_8 .pretitle_block {
    color: var(--White-90, rgba(255, 255, 255, 0.9));
    /* Caption - 12px Medium UPPERCASE */
    font-family: "Noto Sans";
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 500;
    line-height: 135%; /* 1.0125rem */
    text-transform: uppercase;
    margin-bottom: 2.75rem;
  }
  .block_8 .time {
    color: var(--White-100, #FFF);
    /* Caption - 52px Regular */
    font-family: "Noto Sans";
    font-size: 3.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: 115%; /* 3.7375rem */
  }
  .block_8 .bottom_block_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.5rem;
  }
  .block_8 .logo_block {
    width: 5.26rem;
  }
  .block_8 .logo_block img {
    display: block;
    max-width: 100%;
    height: auto;
  }
  .block_8 .text1 {
    color: var(--White-100, #FFF);
    /* Caption - 14px Regular */
    font-family: "Noto Sans";
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 132%; /* 1.155rem */
    letter-spacing: -0.00175rem;
  }
  .block_8 .button {
    font-size: 0.9rem;
  }
  .block_8 .left_side {
    border-left: none;
  }
  .block_8 .prebutton_text {
    font-size: 0.875rem;
  }
}
/* ===== CTA BANNER ===== */
.footer_cta {
  padding-left: 4rem;
  padding-right: 4rem;
}
.footer_cta .content_block {
  padding: 0;
}
.footer_cta .footer_cta_inner {
  background: var(--Gradient-CTA-section-background, linear-gradient(180deg, #494340 -3.84%, #131212 98.65%));
  border-radius: 1.25rem 1.25rem 0 0;
  padding: 5rem 3.25rem;
  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;
  gap: 2rem;
  width: calc(100% + 2px);
  position: relative;
  left: -1px;
}
.footer_cta .footer_cta_title {
  color: var(--Beige-50, #FAF8F2);
  /* Heading desktop/H2 – 40px – Lustria – Regular */
  font-family: Lustria;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 3rem */
  letter-spacing: -0.0125rem;
  margin-bottom: 0.75rem;
}
.footer_cta .footer_cta_subtitle {
  color: var(--Beige-50, #FAF8F2);
  /* Body text/Body – 16px – Regular */
  font-family: Inter;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 1.5rem */
}
.footer_cta .footer_cta_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 3.5rem;
  padding: 0.625rem 1rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  border-radius: 0.8125rem;
  border: 1px solid var(--Beige-200, #E9E4E0);
  background: var(--White-White, #FFF);
  -webkit-box-shadow: 1px 2px 0 0 rgba(255, 255, 255, 0.25) inset;
          box-shadow: 1px 2px 0 0 rgba(255, 255, 255, 0.25) inset;
  color: var(--Gray-900, #131312);
  /* Button label/L – 18px – Medium */
  font-family: Inter;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 1.125rem */
  text-decoration: none;
}

.footer_cta {
  position: relative;
  z-index: 10;
}

/* ===== FOOTER ===== */
footer {
  background: var(--Gray-900, #131312);
  margin-top: -10rem;
  color: #fff;
  position: relative;
  z-index: 1;
  padding-top: 15.25rem;
}
footer .content_block {
  padding: 5rem 4rem 0;
  border: none;
}
footer .footer_main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 4rem;
}
footer .footer_col_brand {
  width: 26.25rem;
  max-width: 100%;
}
footer .footer_col_sitemap {
  margin-left: auto;
  margin-right: 11rem;
}
footer .footer_col_sitemap,
footer .footer_col_contact {
  min-width: 10rem;
}
footer .footer_logo {
  margin-bottom: 0.5rem;
}
footer .footer_logo img {
  display: block;
  height: 3rem;
  width: auto;
}
footer .footer_desc {
  color: var(--Gray-300, #AFAFB0);
  /* Body text/Body – 16px – Regular */
  font-family: Inter;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 1.5rem */
  letter-spacing: 0.005rem;
}
footer .footer_col_title {
  color: var(--Beige-50, #FAF8F2);
  /* Heading desktop/H6 – 16px – Inter – Medium */
  font-family: Inter;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 1.5rem */
  letter-spacing: 0.005rem;
  margin-bottom: 1.5rem;
}
footer .footer_nav {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.875rem;
}
footer .footer_nav li a {
  color: var(--Gray-300, #AFAFB0);
  text-decoration: none;
  /* Button label/M – 16px – Medium */
  font-family: Inter;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 1.5rem */
  letter-spacing: 0.003rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
footer .footer_nav li a:hover {
  color: #fff;
}
footer .footer_contact_group {
  margin-bottom: 1.25rem;
}
footer .footer_label {
  color: var(--Gray-300, #AFAFB0);
  /* Heading desktop/H6 – 16px – Inter – Medium */
  font-family: Inter;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 1.5rem */
  letter-spacing: 0.005rem;
  margin-bottom: 0.5rem;
}
footer .footer_email {
  font-family: "Noto Sans";
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 140%;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
}
footer .footer_email:hover {
  color: #fff;
}
footer .footer_socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
  margin-top: 0.25rem;
}
footer .footer_socials a {
  color: rgba(255, 255, 255, 0.6);
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
footer .footer_socials a:hover {
  color: #fff;
}
footer .footer_bottom {
  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;
  padding: 1.5rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
footer .footer_copyright {
  color: var(--Gray-300, #AFAFB0);
  /* Body text/Body – 16px – Regular */
  font-family: Inter;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 1.5rem */
  letter-spacing: 0.005rem;
}
footer .footer_legal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}
footer .footer_legal a {
  color: var(--Gray-300, #AFAFB0);
  /* Button label/M – 16px – Medium */
  font-family: Inter;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 1.5rem */
  letter-spacing: 0.003rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  text-decoration: none;
}
footer .footer_legal a:hover {
  color: #fff;
}

@media (min-width: 0px) and (max-width: 1024px) {
  .footer_cta .footer_cta_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    padding: 2.5rem 2rem;
  }
  .footer_cta .footer_cta_title {
    font-size: 1.75rem;
  }
  .footer_cta {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  footer .footer_main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.5rem;
  }
  footer .footer_col_brand {
    max-width: 100%;
  }
  footer .content_block {
    padding: 3rem 1.5rem 0;
  }
  footer .footer_bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
    text-align: center;
  }
  header .line {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 1rem;
  }
  header .line .header_logo {
    margin-right: auto;
    margin-left: 0;
  }
  footer {
    margin-top: -15rem;
  }
  .footer_cta .footer_cta_title {
    color: var(--Beige-50, #FAF8F2);
    /* Heading desktop/H3 – 28px – Lustria – Regular */
    font-family: Lustria;
    font-size: 1.75rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 2.1rem */
    text-align: left;
    margin-bottom: 0.5rem;
  }
  .footer_cta .footer_cta_subtitle {
    color: var(--Beige-50, #FAF8F2);
    /* Body text/Body - 14px - Regular */
    font-family: Inter;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 1.3125rem */
    text-align: left;
  }
  .footer_cta .footer_cta_button {
    width: 100%;
  }
  footer .footer_col_sitemap {
    margin-left: 0;
  }
  footer .footer_main {
    padding-bottom: 2rem;
  }
  footer .footer_bottom {
    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;
  }
  footer .footer_legal {
    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-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    text-align: left;
    width: 100%;
    gap: 1rem;
    margin-bottom: 2rem;
  }
  footer .footer_copyright {
    width: 100%;
    text-align: left;
  }
}
@media (min-width: 0px) and (max-width: 1024px) {
  .footer_cta {
    padding-left: 0.62rem;
    padding-right: 0.62rem;
  }
  footer {
    margin-top: -10rem;
  }
}
@media (min-width: 640px) and (max-width: 1024px) {
  .footer_cta .footer_cta_button {
    width: 300px;
  }
  footer {
    margin-top: -10rem;
  }
  .footer_cta {
    padding-left: 0.62rem;
    padding-right: 0.62rem;
  }
}
/* ===== GLOBAL RESPONSIVE ===== */
@media (min-width: 0px) and (max-width: 1024px) {
  header,
  section {
    padding-left: 0.62rem;
    padding-right: 0.62rem;
  }
  .content_block {
    padding-right: 0.56rem;
    padding-left: 0.56rem;
  }
}