@charset "UTF-8";
.layout {
  display: flex;
  height: 100vh;
  max-width: clamp(848px, 100.00vw, 1512px);
  margin-left: auto;
  margin-right: auto;
}

.sidebar {
  position: fixed;
  width: var(--sidebar-width);
  transition: padding-left 0.3s ease;
  height: 100vh;
  background: #fff;
  display: flex;
  flex-direction: column;
  padding: clamp(12px, 1.59vw, 24px);
  padding-left: clamp(24px, 2.65vw, 40px);
  overflow-y: auto;
  margin-left: 0;
}
.sidebar__logo {
  display: flex;
  align-items: center;
  text-decoration: none;
  font-size: clamp(12px, 1.46vw, 22px);
  color: #111;
  font-weight: 400;
  margin-bottom: clamp(8px, 0.99vw, 15px);
}
.sidebar__logo img {
  height: 25px;
}
.sidebar__logo b {
  font-weight: 600;
}
.sidebar__nav {
  margin-top: clamp(32px, 3.70vw, 56px);
}
.sidebar__nav ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  padding: 0;
  gap: clamp(8px, 1.06vw, 16px);
  margin-bottom: clamp(12px, 1.59vw, 24px);
}
.sidebar__nav ul a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: clamp(clamp(4px, 0.53vw, 8px), 0.66vw, clamp(8px, 0.66vw, 10px)) clamp(clamp(4px, 0.53vw, 8px), 0.93vw, clamp(8px, 0.93vw, 14px));
  border-radius: clamp(clamp(4px, 0.53vw, 8px), 0.79vw, clamp(8px, 0.79vw, 12px));
  width: fit-content;
  text-wrap: nowrap;
  text-decoration: none;
  color: #333;
  font-size: clamp(12px, 1.06vw, 16px);
  font-family: var(--font-primary);
  font-style: normal;
  font-weight: 400;
  line-height: clamp(16px, 1.59vw, 24px);
  height: 20px;
  transition: 0.3s ease;
}
.sidebar__nav ul a:hover {
  background: #f1f3f1;
}
.sidebar__nav ul a.active {
  background: #f1f3f1;
  font-weight: 500;
}
.sidebar__middle {
  border-top: 1px solid #eee;
  padding-top: clamp(12px, 1.59vw, 24px);
  transition: width 0.3s ease;
  margin-bottom: clamp(20px, 2.12vw, 32px);
  width: fit-content;
  position: relative;
}
.sidebar__middle ul {
  list-style: none;
  flex-direction: column;
  padding: 0;
  gap: clamp(4px, 0.53vw, 8px);
  margin: 0;
}
.sidebar__middle ul a {
  text-decoration: none;
  color: var(--Green-758375, #667366);
  font-family: var(--font-primary);
  font-size: clamp(10px, 0.93vw, 14px);
  font-style: normal;
  font-weight: 400;
  line-height: clamp(16px, 1.59vw, 24px);
  transition: 0.2s;
}
.sidebar__middle ul a:hover {
  color: #0a6f33;
}
.sidebar__bottom .sidebar__profile {
  display: flex;
  align-items: center;
  background: var(--Additional-Green---f8f9f8, #f8f9f8);
  border-radius: clamp(8px, 0.79vw, 12px);
  padding: clamp(8px, 0.99vw, 15px) clamp(8px, 0.99vw, 15px);
  margin-bottom: clamp(8px, 0.66vw, 10px);
  width: fit-content;
}
.sidebar__bottom .sidebar__profile-avatar {
  width: clamp(28px, 3.31vw, 50px);
  height: clamp(28px, 3.31vw, 50px);
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}
.sidebar__bottom .sidebar__profile-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.sidebar__bottom .sidebar__profile .name {
  margin: 0;
  color: var(--Green-023818, #023818);
  /* Text/17/Medium */
  font-family: var(--font-primary);
  font-size: clamp(13px, 1.12vw, 17px);
  font-style: normal;
  font-weight: 500;
  line-height: clamp(16px, 1.59vw, 24px);
}
.sidebar__bottom .sidebar__profile .email {
  margin: 0;
  color: var(--Green-758375, #667366);
  /* Text/14/Regular */
  font-family: var(--font-primary);
  font-size: clamp(10px, 0.93vw, 14px);
  font-style: normal;
  font-weight: 400;
  line-height: clamp(16px, 1.59vw, 24px);
}
.sidebar__bottom .sidebar__profile .mail-icon {
  margin-left: auto;
  color: #0a6f33;
  text-decoration: none;
  font-size: clamp(12px, 1.32vw, 20px);
}
.sidebar__bottom .sidebar__copy {
  display: none;
  color: var(--Green-758375, #667366);
  font-family: var(--font-primary);
  text-align: center;
  font-size: clamp(8px, 0.79vw, 12px);
  font-style: normal;
  font-weight: 400;
  line-height: clamp(16px, 1.59vw, 24px);
  margin-top: 0;
  padding: 0;
}

.sidebar--expanded .sidebar__middle {
  width: auto;
  display: block;
}

.sidebar--expanded .sidebar__nav ul a {
  display: flex;
  width: 156px;
}

.sidebar__middle-list {
  display: block;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.sidebar__middle-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: clamp(4px, 0.53vw, 8px);
  border: none;
  background: transparent;
  cursor: pointer;
}

.sidebar__profile-details {
  display: none;
  margin-left: 7px;
}

.nav-text {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

.sidebar--expanded .sidebar__middle-list {
  display: block;
  max-height: 300px;
}

.sidebar--expanded .sidebar__middle-toggle {
  display: none;
}

.sidebar__middle-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: clamp(clamp(4px, 0.53vw, 8px), 0.66vw, clamp(8px, 0.66vw, 10px)) clamp(clamp(4px, 0.53vw, 8px), 0.93vw, clamp(8px, 0.93vw, 14px));
  border: none;
  background: transparent;
  cursor: pointer;
}

.sidebar--expanded .nav-text {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
  margin-left: clamp(4px, 0.53vw, 8px);
}

.sidebar:not(.sidebar--expanded) {
  width: var(--sidebar-width-collapsed);
  --logo-flex: 1;
}

.sidebar--expanded .sidebar__bottom .sidebar__copy {
  display: block;
}

.sidebar--expanded .sidebar__profile-details {
  display: flex;
  align-items: center;
  gap: clamp(8px, 0.79vw, 12px);
}

.sidebar--expanded .sidebar__profile {
  width: auto;
}

.icon-home::before {
  content: "";
  display: inline-block;
  width: clamp(16px, 1.59vw, 24px);
  height: clamp(16px, 1.59vw, 24px);
  background: url("../images/icons/home-03.svg") no-repeat center/contain;
  vertical-align: middle;
}

.icon-layers::before {
  content: "";
  display: inline-block;
  width: clamp(16px, 1.59vw, 24px);
  height: clamp(16px, 1.59vw, 24px);
  background: url("../images/icons/more.svg") no-repeat center/contain;
  vertical-align: middle;
}

.icon-case::before {
  content: "";
  display: inline-block;
  width: clamp(16px, 1.59vw, 24px);
  height: clamp(16px, 1.59vw, 24px);
  background: url("../images/icons/share-02.svg") no-repeat center/contain;
  vertical-align: middle;
}

.icon-users::before {
  content: "";
  display: inline-block;
  width: clamp(16px, 1.59vw, 24px);
  height: clamp(16px, 1.59vw, 24px);
  background: url("../images/icons/user-group.svg") no-repeat center/contain;
  vertical-align: middle;
}

.icon-translate svg {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: middle;
}

.icon-price::before {
  content: "";
  display: inline-block;
  width: clamp(16px, 1.59vw, 24px);
  height: clamp(16px, 1.59vw, 24px);
  background: url("../images/icons/cash-02.svg") no-repeat center/contain;
  vertical-align: middle;
}

.icon-mail::before {
  content: "";
  display: inline-block;
  width: clamp(16px, 1.59vw, 24px);
  height: clamp(16px, 1.59vw, 24px);
  background: url("../images/icons/Mail.svg") no-repeat center/contain;
  vertical-align: middle;
}

.sidebar[style*="display: none"] {
  display: none !important;
}

.sidebar__toggle {
  display: block;
  position: relative;
  padding-left: 0;
  margin-left: 0;
  left: 0;
  height: 32px;
  border: none;
  background: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sidebar__toggle:hover {
  background: #f6f6f6;
}

.sidebar__toggle img {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  transition: transform 0.3s;
}

.sidebar__middle.is-open .sidebar__middle-list {
  position: absolute;
  left: 100%;
  display: inline-flex;
  padding: clamp(8px, 1.06vw, 16px);
  gap: clamp(8px, 0.66vw, 10px);
  border-radius: clamp(8px, 1.06vw, 16px);
  border: 1px solid var(--green-e-4-e-8-e-4, #e4e8e4);
  background: #fff;
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s;
  white-space: nowrap;
}
.sidebar__middle.is-open .sidebar__middle-list li:hover {
  color: var(--Green-05a105, #068a06);
  /* Text/14/Regular */
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.sidebar__middle.is-open .sidebar__middle-list li:hover a {
  color: var(--Green-05a105, #068a06);
}

.mobile .sidebar__copy {
  color: var(--Green-758375, #667366);
  font-family: var(--font-primary);
  text-align: center;
  font-size: clamp(8px, 0.79vw, 12px);
  font-style: normal;
  font-weight: 400;
  line-height: clamp(16px, 1.59vw, 24px); /* 200% */
}

.header {
  width: 100%;
  background: #fff;
  top: 0;
  z-index: 900;
  flex: 1;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  padding: clamp(8px, 0.66vw, 10px) 0px;
}
.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin-right: clamp(4px, 0.53vw, 8px);
  flex: 6;
}
.header__status {
  display: flex;
  align-items: center;
  gap: clamp(8px, 0.66vw, 10px);
  font-size: clamp(10px, 0.93vw, 14px);
  font-style: normal;
  font-weight: 400;
  line-height: clamp(16px, 1.59vw, 24px);
  color: var(--Green-023818, #023818);
  font-family: var(--font-primary);
}
.header__status .header__date span {
  color: var(--Green-758375, #667366);
}
.header__dot {
  width: 8px;
  height: 8px;
  background: #25c02d;
  border-radius: 50%;
  display: inline-block;
}
.header__call {
  display: flex;
  align-items: center;
}
.header__text {
  font-family: var(--font-primary);
  font-size: clamp(10px, 0.93vw, 14px);
  font-style: normal;
  font-weight: 400;
  line-height: clamp(16px, 1.59vw, 24px);
  color: var(--Green-758375, #667366);
  margin-right: 6px;
}
.header__button {
  display: inline-flex;
  align-items: center;
  margin-right: clamp(12px, 1.12vw, 17px);
  height: 20px;
  width: 70px;
  background: #f1f3f1;
  color: #000;
  padding: clamp(4px, 0.53vw, 8px) clamp(8px, 1.06vw, 16px);
  border-radius: clamp(8px, 0.79vw, 12px);
  font-weight: 600;
  text-decoration: none;
  font-size: clamp(10px, 0.93vw, 14px);
  border: 1px solid #ddd;
  transition: 0.3s;
  align-items: center;
  justify-content: center;
}
.header__button i {
  font-size: clamp(12px, 1.06vw, 16px);
  opacity: 0.7;
}
.header__button-icon {
  display: block;
}

.lang-popup {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  background: #fff;
  padding: clamp(4px, 0.53vw, 8px);
  width: clamp(175px, 14.6vw, 220px);
  display: none;
  z-index: 2000;
  border-radius: clamp(8px, 1.06vw, 16px);
  border: 0.5px solid var(--green-e-4-e-8-e-4, #e4e8e4);
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(5px);
}

.lang-section-title {
  color: var(--Green-151E15, #151e15);
  font-family: var(--font-primary);
  /* Text/14/Medium */
  font-size: clamp(10px, 0.93vw, 14px);
  font-style: normal;
  font-weight: 500;
  line-height: clamp(16px, 1.59vw, 24px); /* 171.429% */
  margin-bottom: 6px;
  margin-top: clamp(4px, 0.53vw, 8px);
}

.lang-list {
  display: flex;
  gap: clamp(4px, 0.53vw, 8px);
  flex-direction: column;
}

.lang-item {
  /* layout */
  width: 100%;
  display: flex;
  align-items: center;
  gap: clamp(4px, 0.53vw, 8px);
  font-family: var(--font-primary);
  font-size: clamp(10px, 0.93vw, 14px);
  font-style: normal;
  font-weight: 400;
  line-height: clamp(16px, 1.59vw, 24px);
  color: var(--typography-600, #151e15);
  /* visuals */
  border-radius: clamp(8px, 0.79vw, 12px);
  background: var(--background-bg-secndary, #e4e8e4);
  border: none;
  backdrop-filter: blur(5px);
  padding: clamp(8px, 0.66vw, 10px);
  cursor: pointer;
  font-size: clamp(10px, 0.93vw, 14px);
}

.lang-item:hover {
  background: #e9ebe8;
}

.lang-item img {
  width: 20px;
  height: 20px;
  border-radius: 50%;
}

.lang-check {
  margin-left: auto;
  font-size: clamp(12px, 1.06vw, 16px);
}

.lang-item.active {
  background: #e0e4e1;
}

.icon-translate {
  cursor: pointer;
  position: relative;
}

.header__logo {
  display: flex;
  align-items: center;
  flex: var(--logo-flex);
  text-decoration: none;
  font-size: clamp(12px, 1.46vw, 22px);
  color: #111;
  font-weight: 400;
  margin-bottom: clamp(clamp(4px, 0.53vw, 8px), 0.99vw, clamp(8px, 0.99vw, 15px));
  padding-left: clamp(clamp(12px, 1.59vw, 24px), 2.65vw, clamp(24px, 2.65vw, 40px));
}

.main-content {
  padding-left: calc(var(--sidebar-width) + clamp(clamp(16px, 1.72vw, 26px), 4.15vw, clamp(36px, 4.10vw, 62px))) !important;
  margin-left: clamp(1px, 3.8vw, clamp(32px, 3.70vw, 56px));
  margin-right: clamp(clamp(4px, 0.53vw, 8px), 1.2vw, clamp(8px, 1.06vw, 16px));
  display: flex;
  flex-direction: column;
  transition: padding-left 0.3s ease;
  min-width: 0;
}

.sidebar:not(.sidebar--expanded) ~ .main-content {
  padding-left: calc(var(--sidebar-width-collapsed) + clamp(clamp(16px, 1.72vw, 26px), 4.15vw, clamp(36px, 4.10vw, 62px))) !important;
}

.center {
  display: flex;
  justify-content: center;
  margin: clamp(24px, 2.65vw, 40px) 0;
}

.section-mobile {
  margin-left: clamp(8px, 1.06vw, 16px);
  margin-right: clamp(8px, 1.06vw, 16px);
}

.ui-swiper {
  padding-bottom: clamp(28px, 3.17vw, 48px); /* место под точки */
}

.ui-swiper .swiper-pagination {
  position: static; /* 👈 убираем absolute */
  margin-top: clamp(12px, 1.59vw, 24px); /* отступ от слайдера */
  text-align: center;
}

.swiper-wrapper {
  align-items: stretch; /* 👈 ключевой момент */
  gap: clamp(8px, 0.99vw, 15px);
}

.swiper-slide {
  height: auto !important; /* ❗ не 100% */
  display: flex;
  max-width: clamp(280px, 33.07vw, 500px);
  width: auto;
}

.ui-swiper .swiper-pagination-bullet {
  width: 18px;
  height: 8px;
  background: #ccc;
  border-radius: 6px;
}

.ui-swiper .swiper-pagination-bullet-active {
  width: 28px;
  background: green;
  border-radius: 6px;
}

.margin-b-40 {
  margin-bottom: clamp(24px, 2.65vw, 40px);
}

.design-overlay {
  display: none;
  position: absolute;
  top: var(--design-offset-top, 0px);
  width: 1512px;
  height: 100vh;
  pointer-events: none;
  z-index: 9999;
  opacity: 0.5;
  margin: 0;
}
.design-overlay img {
  width: 100%;
  height: auto;
  display: block;
}

.mt-40 {
  margin-top: clamp(24px, 2.65vw, 40px);
}

.mt-80 {
  margin-top: clamp(44px, 5.29vw, 80px);
}

.mt-120 {
  margin-top: clamp(68px, 7.94vw, 120px);
}

.mb-48 {
  margin-bottom: clamp(28px, 3.17vw, 48px);
}

.mb-40 {
  margin-bottom: clamp(24px, 2.65vw, 40px);
}

.flex-center {
  display: flex;
  justify-content: center;
}

.flex_row {
  display: flex;
}

.mb-32 {
  margin-bottom: clamp(20px, 2.12vw, 32px);
}

.pb-32 {
  padding-bottom: clamp(20px, 2.12vw, 32px);
}

.block {
  display: block;
}

.mt-8 {
  margin-top: clamp(4px, 0.53vw, 8px);
}

.mb-64 {
  margin-bottom: clamp(36px, 4.23vw, 64px);
}

.mb-80 {
  margin-bottom: clamp(44px, 5.29vw, 80px);
}

.pb-40 {
  padding-bottom: clamp(24px, 2.65vw, 40px);
}

.border-bottom-light {
  border-bottom: 1px solid #e4e8e4;
}

.flex {
  display: flex;
}

.ar-172 {
  aspect-ratio: 1.72;
}

.self_stretch {
  align-self: stretch;
}

.box_border {
  box-sizing: border-box;
}

.radius_md {
  border-radius: clamp(clamp(4px, 0.53vw, 8px), 1.06vw, clamp(8px, 1.06vw, 16px));
}

.overflow_hidden {
  overflow: hidden;
}

.flex_no_shrink {
  flex-shrink: 0;
}

.ar_225 {
  aspect-ratio: 2.25;
}

.w_full {
  width: 100%;
}

.h_full {
  height: 100%;
}

.obj_cover {
  object-fit: cover;
}

.obj_center {
  object-position: center;
}

.block {
  display: block;
}

.items-stretch {
  align-items: stretch;
}

.h-auto {
  height: auto;
}

.container_wide {
  max-width: clamp(848px, 100.00vw, 1512px);
  margin-left: auto;
  margin-right: auto;
}

.block {
  display: block;
}

body.show-design .design-overlay {
  display: block;
}

.mobile .section__header .section__col-left {
  min-width: unset;
}
.section__header_top {
  margin-top: clamp(24px, 2.65vw, 40px);
  border-top: 1px solid #e4e8e4;
  margin-bottom: clamp(68px, 7.94vw, 120px);
}

.hero-section {
  position: relative;
  display: flex;
  align-items: center;
  margin: clamp(clamp(8px, 0.79vw, 12px), 1.52vw, clamp(12px, 1.52vw, 23px)) 0;
  flex-direction: column;
  margin-bottom: 0;
}
.hero-section .hero__board {
  position: relative; /* ОБЯЗАТЕЛЬНО */
  height: clamp(325px, 38.5vw, 528px);
  border-radius: clamp(8px, 1.06vw, 16px);
  width: 100%;
  overflow: hidden; /* чтобы картинка и overlay не вылезали */
}
.hero-section {
  /* Картинка жёстко привязана к hero__board */
}
.hero-section .hero__media {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;
}
.hero-section .hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.hero-section {
  /* Контейнер поверх картинки */
}
.hero-section .hero__container {
  position: relative;
  z-index: 2;
  display: flex;
  height: 100%;
}
.hero-section {
  /* Контент */
}
.hero-section .hero__content {
  margin: 7.5% 3.5%;
  color: #fff;
}
.hero-section .hero__tagline {
  color: #fff;
  font-family: var(--font-primary);
  /* Text/14/Regular */
  font-size: clamp(10px, 0.93vw, 14px);
  font-style: normal;
  font-weight: 400;
  line-height: clamp(16px, 1.59vw, 24px); /* 171.429% */
  margin-top: clamp(4px, 0.53vw, 8px);
  margin-bottom: 0;
}
.hero-section .hero__title {
  color: #fff;
  font-family: var(--font-primary);
  /* Title/H1 */
  font-size: clamp(32px, 3.70vw, 56px);
  font-style: normal;
  font-weight: 400;
  line-height: clamp(36px, 4.23vw, 64px); /* 114.286% */
  letter-spacing: -1px;
  margin-top: 0px;
  margin-bottom: clamp(8px, 0.93vw, 14px);
}
.hero-section .hero__subtitle {
  color: #fff;
  font-family: var(--font-primary);
  /* Text/18/Regular */
  font-size: clamp(12px, 1.19vw, 18px);
  margin-top: 0;
  font-style: normal;
  font-weight: 400;
  line-height: clamp(16px, 1.59vw, 24px); /* 133.333% */
  margin-bottom: clamp(28px, 3.11vw, 47px);
}
.hero-section .hero__buttons {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}

.hero-mobile {
  color: #111;
}
.hero-mobile__stat {
  color: var(--Green-05a105, #068a06);
  /* Text/17/Regular */
  font-family: var(--font-primary);
  font-size: clamp(13px, 1.12vw, 17px);
  font-style: normal;
  font-weight: 400;
  line-height: clamp(16px, 1.59vw, 24px);
  margin-bottom: clamp(4px, 0.53vw, 8px);
}
.hero-mobile__title {
  color: var(--Green-151E15, #151e15);
  font-family: var(--font-primary);
  /* Mobile/H1 48 */
  font-size: clamp(24px, 2.65vw, 40px);
  font-style: normal;
  font-weight: 400;
  line-height: clamp(28px, 3.17vw, 48px); /* 120% */
  letter-spacing: -1px;
  margin-top: 0px;
  margin-bottom: 6px;
}
.hero-mobile__image {
  width: 100%;
  overflow: hidden;
  border-radius: clamp(8px, 1.06vw, 16px);
  background: linear-gradient(0deg, rgba(1, 32, 1, 0.24) 0%, rgba(1, 32, 1, 0.24) 100%);
}
.hero-mobile__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  aspect-ratio: 1.48;
}
.hero-mobile__text {
  font-family: var(--font-primary);
  margin-top: clamp(12px, 1.59vw, 24px);
  font-size: clamp(12px, 1.19vw, 18px);
  font-style: normal;
  font-weight: 400;
  line-height: clamp(16px, 1.59vw, 24px);
  color: #444;
  margin-bottom: clamp(20px, 2.12vw, 32px);
  margin-left: auto;
  margin-right: auto;
}
.hero-mobile__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: clamp(12px, 1.19vw, 18px) clamp(12px, 1.59vw, 24px);
  border: none;
  border-radius: clamp(8px, 1.06vw, 16px);
  margin: 0 auto 6px;
}
.hero-mobile__btn--primary {
  background: #023818;
  font-family: var(--font-primary);
}
.hero-mobile__btn--primary span {
  color: #fff;
  font-size: clamp(13px, 1.12vw, 17px);
  font-weight: 500;
}
.hero-mobile__btn--secondary {
  background: none;
}
.hero-mobile__btn--secondary span {
  color: var(--Green-05a105, #068a06);
  font-family: var(--font-primary);
  /* Text/17/Regular */
  font-size: clamp(13px, 1.12vw, 17px);
  font-style: normal;
  font-weight: 400;
  line-height: clamp(16px, 1.59vw, 24px); /* 141.176% */
}

.btn {
  padding: clamp(8px, 0.79vw, 12px) clamp(8px, 0.66vw, 10px);
  border-radius: clamp(4px, 0.53vw, 8px);
  color: var(--green-ffffff, #fff);
  font-family: var(--font-primary);
  /* Text/17/Regular */
  font-size: clamp(13px, 1.12vw, 17px);
  font-style: normal;
  font-weight: 400;
  line-height: clamp(16px, 1.59vw, 24px); /* 141.176% */
  text-decoration: none;
  color: #fff;
  transition: 0.3s;
}

.btn-primary {
  background: #4da860;
  color: #fff;
}
.btn-primary:hover {
  background: #3f8f50;
}

.btn-outline {
  border-radius: clamp(8px, 0.79vw, 12px);
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.18);
  text-wrap: nowrap;
  padding: clamp(8px, 0.79vw, 12px) clamp(12px, 1.46vw, 22px);
}
.btn-outline:hover {
  background: rgba(255, 255, 255, 0.1);
}

.btn-outline1 {
  border-radius: clamp(8px, 0.79vw, 12px);
  border: 1px solid var(--green-e-4-e-8-e-4, #e4e8e4);
  background: var(--green-ffffff, #fff);
  margin-bottom: clamp(12px, 1.59vw, 24px);
  color: var(--Green-151E15, #151e15);
  font-size: clamp(10px, 0.93vw, 14px);
  font-style: normal;
  font-weight: 400;
  line-height: clamp(16px, 1.59vw, 24px);
  display: flex; /* центруємо через flex */
  justify-content: center;
  align-items: center;
  text-align: center;
}

/* apply arrow motion to any button */
.motion-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: clamp(4px, 0.53vw, 8px);
  position: relative;
  overflow: hidden;
  padding: clamp(8px, 0.66vw, 10px) clamp(8px, 0.79vw, 12px);
}

/* text slide */
.motion-arrow span {
  display: inline-block;
  transition: transform 0.8s ease;
  transform: translateX(-32px);
}

/* icon as mask box */
.motion-arrow svg {
  content: "";
  display: block;
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  opacity: 0;
  transition: opacity 0.8s ease;
  pointer-events: none;
}

/* hover effect */
.motion-arrow:hover span {
  transform: translateX(0);
}

.motion-arrow:hover svg {
  opacity: 1;
}

.motion-rocket {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: clamp(4px, 0.53vw, 8px);
  position: relative;
  overflow: hidden;
}

/* text slide */
.motion-rocket span {
  display: inline-block;
  transition: transform 0.8s ease;
}

a.btn span {
  font-family: var(--font-primary);
  font-size: clamp(13px, 1.12vw, 17px);
  font-style: normal;
  font-weight: 400;
  transform: translateX(-20px);
  line-height: clamp(16px, 1.59vw, 24px);
  letter-spacing: -0.5px;
}

a.btn-dark span {
  font-family: var(--font-primary);
  font-size: clamp(10px, 0.93vw, 14px);
  font-style: normal;
  font-weight: 400;
  line-height: clamp(16px, 1.59vw, 24px);
  transform: translateX(-12px);
}

/* icon as mask box */
.motion-rocket svg {
  content: "";
  display: block;
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  opacity: 0;
  transition: opacity 0.8s ease;
  pointer-events: none;
}

/* hover effect */
.motion-rocket:hover span {
  transform: translateX(0);
}

.motion-rocket:hover svg {
  opacity: 1;
}

.solutions-section {
  background: #fff;
}
.solutions-section .solutions__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: clamp(24px, 2.65vw, 40px);
  margin-bottom: clamp(24px, 2.65vw, 40px);
  flex-wrap: wrap;
}
@media (max-width: clamp(432px, 50.79vw, 768px)) {
  .solutions-section .solutions__header {
    gap: 0px;
    margin-bottom: 0px;
  }
}
.solutions-section .solutions__header .solutions__col-left {
  flex: 1 1 50%;
  min-width: 320px;
}
.solutions-section .solutions__header .solutions__col-right {
  flex: 1 1 40%;
  min-width: 280px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-end;
}
@media (max-width: clamp(432px, 50.79vw, 768px)) {
  .solutions-section .solutions__header .solutions__col-right {
    margin-bottom: 0px;
  }
}
.solutions-section .solutions__header .solutions__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: clamp(24px, 2.65vw, 40px);
  flex-wrap: nowrap;
  gap: clamp(12px, 1.32vw, 20px);
}
@media (max-width: clamp(432px, 50.79vw, 768px)) {
  .solutions-section .solutions__header .solutions__top {
    margin-bottom: 0px;
  }
}
.solutions-section .solutions__header .solutions__top .solutions__subtitle {
  color: var(--Green-758375, #667366);
  /* Text/17/Regular */
  font-size: clamp(13px, 1.12vw, 17px);
  font-style: normal;
  font-weight: 400;
  line-height: clamp(16px, 1.59vw, 24px); /* 141.176% */
}
@media (max-width: clamp(432px, 50.79vw, 768px)) {
  .solutions-section .solutions__header {
    display: flex;
    flex-direction: column;
  }
  .solutions-section .solutions__top .btn {
    display: none;
  }
}
.solutions-section .solutions__list {
  display: flex;
  flex-direction: column;
  padding-top: clamp(8px, 0.66vw, 10px);
}
.solutions-section .solutions-grid {
  display: grid;
  grid-template-columns: 1fr 0.5fr 1fr; /* створюємо симетрію */
  grid-auto-rows: auto;
  gap: clamp(12px, 1.32vw, 20px);
}
.solutions-section .solutions-grid > * .solution-card__image img {
  height: 256px;
}
.solutions-section {
  /* Перший ряд */
}
.solutions-section .solutions-grid > *:nth-child(1) {
  grid-column: 1/2; /* ширший елемент ліворуч */
  grid-row: 1;
}
.solutions-section .solutions-grid > *:nth-child(2) {
  grid-column: 2/5; /* вужчий праворуч */
  grid-row: 1;
}
.solutions-section {
  /* Другий ряд — навпаки */
}
.solutions-section .solutions-grid > *:nth-child(3) {
  grid-column: 3/5; /* тепер ширший праворуч */
  grid-row: 2;
}
.solutions-section .solutions-grid > *:nth-child(4) {
  grid-column: 1/3; /* вужчий ліворуч */
  grid-row: 2;
}
@media (max-width: clamp(432px, 50.79vw, 768px)) {
  .solutions-section .solutions-grid {
    display: flex;
    flex-direction: column;
  }
  .solutions-section .solutions-grid > * {
    grid-column: auto;
    grid-row: auto;
  }
  .solutions-section .solution-card__image img {
    height: auto;
    width: 100%;
  }
}

.solutions-section.mobile {
  margin-top: clamp(28px, 3.11vw, 47px);
}
.solutions-section.mobile .solutions__list {
  padding-top: clamp(8px, 1.06vw, 16px);
  gap: clamp(20px, 2.12vw, 32px);
}

.btn-dark {
  background: var(--Green-023818, #023818);
  color: var(--green-ffffff, #fff);
  padding: clamp(4px, 0.53vw, 8px) clamp(12px, 1.46vw, 22px);
  border-radius: clamp(8px, 0.79vw, 12px);
  font-size: clamp(10px, 0.93vw, 14px);
  line-height: clamp(16px, 1.59vw, 24px);
  font-weight: 400;
  text-decoration: none;
  text-wrap-mode: nowrap;
  transition: padding 0.3s ease, color 0.3s ease;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden; /* safety */
}

.btn-dark span {
  display: inline-block;
  transition: transform 0.5s ease;
  transform: translateX(-8px); /* slight left offset by default */
}

/* icon always keeps space but invisible */
.btn-dark svg {
  content: "";
  display: block;
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

/* hover */
.btn-dark:hover span {
  transform: translateX(0); /* move text back to normal position */
}

/* show icon without moving layout */
.btn-dark:hover svg {
  opacity: 1;
}

.section__header {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
@media (max-width: clamp(432px, 50.79vw, 768px)) {
  .section__header {
    gap: 0px;
    margin-bottom: 0px;
  }
}
.section__header .section__col-left {
  flex: 1 1 50%;
  min-width: 320px;
}
.section__header .section__col-left p {
  color: var(--Green-758375, #667366);
  /* Title/H5 */
  font-family: var(--font-primary);
  font-size: clamp(12px, 1.06vw, 16px);
  font-style: normal;
  font-weight: 500;
  line-height: clamp(16px, 1.59vw, 24px); /* 150% */
  margin: 0;
}
.section__header .section-title-small {
  color: var(--typography-500, #023818);
  /* Title/H4 */
  font-family: var(--font-primary);
  font-size: clamp(12px, 1.59vw, 24px);
  font-style: normal;
  font-weight: 400;
  line-height: clamp(20px, 2.12vw, 32px); /* 133.333% */
  margin: 0;
  margin-top: clamp(20px, 2.12vw, 32px);
  line-height: clamp(20px, 2.12vw, 32px);
}
.section__header .section__col-right {
  flex: 1 1 40%;
  min-width: 280px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-end;
}
@media (max-width: clamp(432px, 50.79vw, 768px)) {
  .section__header .section__col-right {
    margin-bottom: 0px;
  }
}
.section__header--true {
  flex-direction: column;
  align-items: center;
  gap: 0;
}
.section__header--true .section__col-left .section-title {
  margin-bottom: 0px;
  font-family: var(--font-primary);
  text-align: center;
  max-width: unset;
}
.section__header--true .section__col-right .section__subtitle {
  max-width: clamp(380px, 44.97vw, 680px);
  margin-top: 0px;
  text-align: center;
}
.section__header--true .section__col-right {
  max-width: clamp(392px, 46.30vw, 700px);
}
.section__header .section__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  gap: clamp(12px, 1.32vw, 20px);
}
@media (max-width: clamp(432px, 50.79vw, 768px)) {
  .section__header .section__top {
    margin-bottom: 0px;
  }
}
.section__header .section__top .section__subtitle {
  max-width: clamp(252px, 29.76vw, 450px);
  margin-top: clamp(12px, 1.19vw, 18px);
  color: var(--Green-758375, #667366);
  font-family: var(--font-primary);
  /* Text/17/Regular */
  font-size: clamp(13px, 1.12vw, 17px);
  font-style: normal;
  font-weight: 400;
  line-height: clamp(16px, 1.59vw, 24px); /* 141.176% */
}

.hero_title {
  color: var(--Green-023818, #023818);
  margin: 0;
  /* Title/H1 */
  font-size: clamp(32px, 3.70vw, 56px);
  font-style: normal;
  font-weight: 400;
  line-height: clamp(36px, 4.23vw, 64px); /* 114.286% */
  letter-spacing: -1px;
}
.hero_title span {
  color: var(--Green-758375, #667366);
  /* Title/H1 */
  font-size: clamp(32px, 3.70vw, 56px);
  font-style: normal;
  font-weight: 400;
  line-height: clamp(36px, 4.23vw, 64px);
  letter-spacing: -1px;
}
.hero_title p {
  color: var(--Green-023818, #023818);
  /* Text/18/Regular */
  font-size: clamp(12px, 1.19vw, 18px);
  font-style: normal;
  font-weight: 400;
  line-height: clamp(16px, 1.59vw, 24px); /* 133.333% */
}

.hero_sttitle {
  color: var(--Green-023818, #023818);
  /* Text/18/Regular */
  font-size: clamp(12px, 1.19vw, 18px);
  font-style: normal;
  font-weight: 400;
  line-height: clamp(16px, 1.59vw, 24px); /* 133.333% */
}
.hero_sttitle a {
  color: var(--Green-05a105, #068a06);
  /* Text/18/Medium */
  font-size: clamp(12px, 1.19vw, 18px);
  font-style: normal;
  font-weight: 500;
  line-height: clamp(16px, 1.59vw, 24px);
}

.hero_tagtitle {
  color: var(--Green-05a105, #068a06);
  /* Text/14/Regular */
  font-size: clamp(10px, 0.93vw, 14px);
  font-style: normal;
  font-weight: 400;
  line-height: clamp(16px, 1.59vw, 24px); /* 171.429% */
}

.service-hero {
  border-bottom: 1px solid #e4e8e4;
}

.about-card-short {
  max-width: clamp(clamp(124px, 14.81vw, 224px), 26.46vw, clamp(224px, 26.46vw, 400px));
  padding: clamp(32px, 3.70vw, 56px);
  flex: 1;
  border-radius: clamp(clamp(4px, 0.53vw, 8px), 1.06vw, clamp(8px, 1.06vw, 16px));
  box-sizing: border-box;
  transition: 0.3s ease;
  flex-direction: column;
  display: flex;
  justify-content: space-between;
}
.about-card-short .about-card-container-short .about-card-short__number {
  color: var(--Green-151E15, #151e15);
  text-align: center;
  font-family: var(--font-primary);
  font-size: clamp(32px, 3.70vw, 56px);
  font-style: normal;
  font-weight: 400;
  line-height: clamp(36px, 4.23vw, 64px); /* 114.286% */
  letter-spacing: -1px;
  margin-bottom: clamp(12px, 1.59vw, 24px);
  margin-top: 0;
}
.about-card-short .about-card-container-short .about-card-short__title {
  font-family: var(--font-primary);
  color: var(--Green-023818, var(--button-500, #023818));
  margin: 0;
  text-align: center;
  font-size: clamp(12px, 1.59vw, 24px);
  font-style: normal;
  font-weight: 400;
  line-height: clamp(20px, 2.12vw, 32px);
}

.projects-section {
  background: #fff;
  color: #111;
}
.projects-section .section-title {
  font-size: clamp(20px, 2.25vw, 34px);
  font-weight: 600;
  margin-bottom: clamp(4px, 0.53vw, 8px);
  line-height: 1.3;
  font-family: var(--font-primary);
}
.projects-section .section-title span {
  font-family: var(--font-primary);
  color: #3a5d37;
}
.projects-section .projects__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: clamp(36px, 3.97vw, 60px);
  flex-wrap: wrap;
  gap: clamp(8px, 1.06vw, 16px);
}
.projects-section .projects__top .projects__subtitle {
  color: var(--Green-758375, #667366);
  font-family: var(--font-primary);
  /* Text/17/Regular */
  font-size: clamp(13px, 1.12vw, 17px);
  font-style: normal;
  font-weight: 400;
  line-height: clamp(16px, 1.59vw, 24px); /* 141.176% */
}
.projects-section .projects__list {
  display: flex;
  margin-top: clamp(16px, 2.05vw, 31px);
  flex-direction: column;
  gap: clamp(12px, 1.59vw, 24px);
}

.projects-section.mobile {
  margin-top: clamp(32px, 3.57vw, 54px);
}
.projects-section.mobile .projects__list {
  margin-top: 4px;
}

.project-page-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: minmax(100px, auto);
  grid-column-gap: clamp(8px, 1.06vw, 16px);
  grid-row-gap: clamp(8px, 1.06vw, 16px);
}

.project-page-grid img {
  width: 100%;
  aspect-ratio: 1100 slash 736; /* ratio similar to 1100 на 736 */
  flex-shrink: 0; /* do not shrink */
  object-fit: cover;
  border-radius: clamp(8px, 1.06vw, 16px);
  display: block;
}

.project-page-item-1 {
  grid-area: 1/1/2/3;
}

.project-page-item-2 {
  grid-area: 2/1/3/3;
}

.project-page-item-3 {
  grid-area: 3/1/4/2;
}

.project-page-item-4 {
  grid-area: 3/2/4/3;
}

.project-page-item-5 {
  grid-area: 4/1/5/3;
}

.why-us-section {
  background: #fff;
  color: #111;
}
.why-us-section .why-us__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: clamp(24px, 2.65vw, 40px);
  margin-bottom: clamp(24px, 2.65vw, 40px);
  flex-wrap: wrap;
}
.why-us-section .why-us__header .why-us__col-left {
  flex: 1 1 40%;
  min-width: 280px;
  display: flex;
  flex-direction: column;
}
.why-us-section .why-us__header .why-us__col-right {
  flex: 1 1 50%;
  min-width: 280px;
  max-width: clamp(252px, 29.76vw, 450px);
  bottom: 0;
}
.why-us-section .why-us__header .section-title {
  margin-top: 0px;
}
.why-us-section .why-us__header .section-subtitle {
  display: flex;
  color: var(--Green-758375, #667366);
  margin-bottom: auto;
  margin-top: clamp(12px, 1.59vw, 24px);
  /* Text/17/Regular */
  font-size: clamp(13px, 1.12vw, 17px);
  font-style: normal;
  font-weight: 400;
  line-height: clamp(16px, 1.59vw, 24px); /* 141.176% */
}
@media (max-width: clamp(556px, 65.61vw, 992px)) {
  .why-us-section .why-us__header {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
  .why-us-section .why-us__header .why-us__col-right {
    text-align: center;
  }
}

.why-us-section.mobile {
  margin-top: clamp(28px, 3.11vw, 47px);
}

.filter-group {
  margin-top: clamp(4px, 0.53vw, 8px);
  display: flex;
  flex-direction: row;
  gap: clamp(4px, 0.53vw, 8px);
  overflow-x: auto;
  white-space: nowrap;
  scroll-snap-type: x mandatory;
  padding-bottom: 6px;
}

.filter-btn {
  display: inline-flex;
  align-items: center;
  gap: clamp(4px, 0.53vw, 8px);
  padding: clamp(8px, 0.66vw, 10px) clamp(8px, 1.06vw, 16px);
  border-radius: clamp(8px, 0.79vw, 12px);
  border: 1px solid var(--green-e-4-e-8-e-4, #e4e8e4);
  background: var(--green-ffffff, #fff);
  color: var(--Green-151E15, #151e15);
  text-align: center;
  /* Text/14/Regular */
  font-size: clamp(10px, 0.93vw, 14px);
  font-style: normal;
  font-weight: 400;
  line-height: clamp(16px, 1.59vw, 24px); /* 171.429% */
  cursor: pointer;
  transition: all 0.25s ease;
}

.filter-btn:hover {
  background: var(--Additional-Green---f8f9f8, #f8f9f8);
}

.filter-btn.active {
  border-radius: clamp(8px, 0.79vw, 12px);
  color: var(--Green-05a105, #068a06);
  text-align: center;
  background: var(--Additional-Green---f8f9f8, #f8f9f8);
  border: 1px solid var(--Additional-Green---f8f9f8, #f8f9f8);
  /* Text/14/Regular */
  font-size: clamp(10px, 0.93vw, 14px);
  font-style: normal;
  font-weight: 400;
  line-height: clamp(16px, 1.59vw, 24px); /* 171.429% */
}

.filter-btn i {
  width: 18px;
  height: 18px;
  background-color: currentColor;
  mask-repeat: no;
  mask-position: center;
  mask-size: contain;
}

.icon-web {
  mask-image: url("/images/icons/word 1.svg");
}

.icon-page {
  mask-image: url("images/icons/System/Bar-top.svg");
}

.icon-dashboard {
  mask-image: url("images/icons/System/Bar-Left.svg");
}

.icon-app {
  mask-image: url("images/icons/System/Mobile_Button.svg");
}

.price-hour p {
  color: var(--Green-023818, #023818);
  margin: 0;
  font-size: clamp(136px, 15.87vw, 240px);
  font-style: normal;
  font-weight: 500;
  line-height: clamp(136px, 15.87vw, 240px); /* 100% */
}
.price-hour p span {
  color: var(--Green-758375, #667366);
  font-size: clamp(12px, 1.59vw, 24px);
  font-style: normal;
  font-weight: 400;
  line-height: clamp(28px, 3.17vw, 48px); /* 200% */
  letter-spacing: -1px;
  text-transform: uppercase;
  vertical-align: top;
}

.pricing-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  padding: clamp(8px, 1.06vw, 16px) 0;
  font-size: clamp(10px, 0.93vw, 14px);
  color: #151e15;
}

.pricing-header {
  display: grid;
  grid-template-columns: 1.7fr 1fr 1fr 1fr;
  gap: 0;
  padding: clamp(8px, 0.66vw, 10px) 0;
  font-size: clamp(8px, 0.79vw, 12px);
  font-weight: 500;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.55);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

/* desktop */
.pricing-desktop {
  display: grid;
  grid-template-columns: 1.7fr 1fr 1fr 1fr;
  align-items: center;
  gap: clamp(4px, 0.53vw, 8px);
}

/* mobile */
.pricing-mobile {
  display: none;
}

/* mobile layout override */
@media (max-width: clamp(428px, 50.73vw, 767px)) {
  .pricing-desktop {
    display: none;
  }
  .pricing-header {
    display: none;
  }
  .pricing-mobile {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-rows: auto auto;
    grid-template-areas: "work price" "bottom price";
    gap: 6px clamp(8px, 1.06vw, 16px);
    align-items: start;
  }
  .pricing-mobile .work {
    grid-area: work;
    font-weight: 500;
  }
  .pricing-mobile .price {
    grid-area: price;
    font-weight: 500;
    text-align: right;
    align-self: start;
  }
  .pricing-mobile .bottom-row {
    grid-area: bottom;
    display: flex;
    gap: clamp(8px, 1.06vw, 16px);
    font-size: clamp(9px, 0.86vw, 13px);
    color: #667366;
  }
}
/* arrow */
.arrow {
  width: 10px;
  height: 10px;
  display: inline-block;
  margin-right: 4px;
  background-color: currentColor;
  mask-image: url("images/icons/arrow-right.svg");
  mask-size: contain;
  mask-repeat: no-repeat;
  vertical-align: middle;
}

.our-process-section {
  background: #fff;
  color: #111;
  text-align: center;
}
.our-process-section .section-subtitle {
  color: var(--Green-758375, #667366);
  text-align: center;
  /* Text/17/Regular */
  font-size: clamp(13px, 1.12vw, 17px);
  font-style: normal;
  font-weight: 400;
  line-height: clamp(16px, 1.59vw, 24px); /* 141.176% */
  max-width: clamp(424px, 50.26vw, 760px);
  margin: 0 auto clamp(36px, 3.97vw, 60px);
}
.our-process-section .process-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(8px, 1.06vw, 16px);
  margin-top: clamp(12px, 1.32vw, 20px);
  text-align: left;
}
@media (max-width: clamp(616px, 72.75vw, 1100px)) {
  .our-process-section .process-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.our-process-section.mobile {
  margin-top: clamp(28px, 3.11vw, 47px);
}
.our-process-section.mobile .process-grid {
  grid-template-columns: 1fr;
}

.about-us-section {
  background: #fff;
  color: #111;
}
.about-us-section .about-cards {
  display: flex;
  justify-content: space-between;
  gap: clamp(8px, 1.06vw, 16px);
  margin-top: clamp(16px, 1.98vw, 30px);
}

.about-us-section.mobile {
  margin-top: clamp(20px, 2.51vw, 38px);
  padding: 0;
}
.about-us-section.mobile .about-cards {
  flex-direction: column;
  gap: clamp(8px, 1.06vw, 16px);
  margin-top: clamp(16px, 1.98vw, 30px);
}

.section-title {
  color: var(--Green-151E15, #151e15);
  font-family: var(--font-primary);
  /* Title/H2 */
  font-size: clamp(24px, 2.65vw, 40px);
  font-style: normal;
  font-weight: 400;
  line-height: clamp(28px, 3.17vw, 48px); /* 120% */
  letter-spacing: -0.5px;
  margin: 0px;
  max-width: clamp(308px, 36.38vw, 550px);
}
.section-title span {
  color: var(--Green-758375, #667366);
  font-family: var(--font-primary);
  /* Title/H2 */
  font-size: clamp(24px, 2.65vw, 40px);
  font-style: normal;
  font-weight: 400;
  line-height: clamp(28px, 3.17vw, 48px);
  letter-spacing: -0.5px;
}

.section-subtitle {
  margin-top: 0px;
  margin-bottom: clamp(24px, 2.65vw, 40px);
  color: var(--Green-758375, #667366);
  /* Title/H2 */
  font-size: clamp(24px, 2.65vw, 40px);
  font-style: normal;
  font-weight: 400;
  line-height: clamp(28px, 3.17vw, 48px);
  letter-spacing: -0.5px;
}

.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 6vw;
  padding-right: 6vw;
}

.container-fluid {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: clamp(8px, 0.99vw, 15px);
  padding-right: clamp(8px, 0.99vw, 15px);
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -clamp(8px, 0.99vw, 15px);
  margin-left: -clamp(8px, 0.99vw, 15px);
}

.col {
  flex: 1 1 0px;
  max-width: 100%;
  padding-right: clamp(8px, 0.99vw, 15px);
  padding-left: clamp(8px, 0.99vw, 15px);
}

.shrink {
  flex: 0 0 auto;
  max-width: 100%;
  padding-right: clamp(8px, 0.99vw, 15px);
  padding-left: clamp(8px, 0.99vw, 15px);
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  width: 100%;
  min-height: 1px;
  padding-right: clamp(8px, 0.99vw, 15px);
  padding-left: clamp(8px, 0.99vw, 15px);
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1500px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: clamp(556px, 65.61vw, 992px)) {
  .hidden-md {
    display: none !important;
  }
}
@media (max-width: clamp(432px, 50.79vw, 768px)) {
  .hidden-sm {
    display: none !important;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
}
.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-bottom {
  align-items: flex-end !important;
}

.align-items-top {
  align-items: flex-start !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.ml-auto {
  margin-left: auto;
}

.mr-auto {
  margin-right: auto;
}

.self-stretch {
  align-self: stretch;
}

.mt-20 {
  margin-top: clamp(12px, 1.32vw, 20px) !important;
}

.mb-20 {
  margin-bottom: clamp(12px, 1.32vw, 20px) !important;
}

.pt-40 {
  padding-top: clamp(24px, 2.65vw, 40px) !important;
}

.pb-40 {
  padding-bottom: clamp(24px, 2.65vw, 40px) !important;
}

.quotes-section {
  position: relative;
  width: 100%;
}
.quotes-section .quotes__top {
  margin: 0;
}
.quotes-section .quotes__header {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  justify-content: flex-end;
  flex: 1;
  align-self: self-end;
}
.quotes-section .quotes__header .quotes__nav {
  display: flex;
  align-items: center;
  gap: clamp(16px, 1.65vw, 25px);
}
@media (max-width: clamp(432px, 50.79vw, 768px)) {
  .quotes-section .quotes__header .quotes__nav {
    display: none;
  }
}
.quotes-section .quotes__header .quotes__nav .quotes__btn {
  background: none;
  border: 1px solid var(--Green-151E15, #151e15);
  border-radius: 50%;
  width: 32px;
  height: 32px;
  font-size: clamp(12px, 1.06vw, 16px);
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  padding: 4px;
  cursor: pointer;
  transition: 0.3s;
}
.quotes-section .quotes__header .quotes__nav .quotes__btn svg {
  display: block;
}
.quotes-section .quotes__header .quotes__nav .quotes__count {
  color: #000;
  font-family: var(--font-primary);
  /* Title/H5 */
  font-size: clamp(12px, 1.06vw, 16px);
  font-style: normal;
  font-weight: 500;
  line-height: clamp(16px, 1.59vw, 24px); /* 150% */
}
.quotes-section {
  /* === Основна сітка === */
}
.quotes-section .quotes__list {
  display: flex;
  margin-top: clamp(20px, 2.12vw, 32px);
  gap: clamp(12px, 1.59vw, 24px);
  width: 100%;
  transition: transform 1s ease;
  overflow: hidden;
}
.quotes-section .quotes__list > * {
  flex: 0 0 calc((100% - 48px) / 3);
}
.quotes-section .quotes__list {
  min-width: 0;
}
.quotes-section .quotes__list > * {
  min-width: 0;
}
.quotes-section {
  /* === Клієнти === */
  /* === Адаптація === */
}

.quotes-section.mobile {
  margin-top: clamp(20px, 2.51vw, 38px);
}

.FAQ-section {
  background: #fff;
  color: #111;
  text-align: center;
}
.FAQ-section .section-subtitle {
  color: var(--Green-758375, #667366);
  text-align: center;
  /* Text/17/Regular */
  font-size: clamp(13px, 1.12vw, 17px);
  font-style: normal;
  font-weight: 400;
  line-height: clamp(16px, 1.59vw, 24px); /* 141.176% */
  max-width: clamp(424px, 50.26vw, 760px);
  margin: 0 auto clamp(36px, 3.97vw, 60px);
}
.FAQ-section .faq-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  gap: clamp(12px, 1.59vw, 24px) clamp(48px, 5.69vw, 86px);
  text-align: left;
}

.blog-section {
  background: #fff;
  color: #111;
}
.blog-section .blog__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: clamp(28px, 3.31vw, 50px);
  flex-wrap: wrap;
  gap: clamp(12px, 1.32vw, 20px);
}
.blog-section .blog__top .blog__subtitle {
  font-size: clamp(12px, 1.06vw, 16px);
  color: #555;
}
.blog-section .blog__grid {
  margin-top: clamp(16px, 1.98vw, 30px);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(1, auto);
  gap: clamp(8px, 1.06vw, 16px);
}

.blog-section.mobile {
  margin-top: clamp(48px, 5.56vw, 84px);
}
.blog-section.mobile .blog-section .blog__grid {
  display: flex;
  grid-template-columns: 1fr;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
}
.blog-section.mobile .dots {
  display: flex;
  justify-content: center;
  gap: clamp(4px, 0.53vw, 8px);
  margin-top: clamp(8px, 0.79vw, 12px);
  margin-bottom: clamp(12px, 1.19vw, 18px);
}
.blog-section.mobile .dot {
  width: 18px;
  height: 8px;
  background: #ccc;
  border-radius: 6px;
}
.blog-section.mobile .dot.active {
  width: 28px;
  background: green;
  border-radius: 6px;
}
.blog-section.mobile .quotes__header {
  justify-content: center;
}
.blog-section.mobile .hero__logos {
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  gap: clamp(8px, 0.79vw, 12px);
}

.footer {
  background: #fff;
  color: #111;
  margin-top: clamp(44px, 5.29vw, 80px);
}
.footer .footer-info {
  margin: 0 auto;
  font-size: clamp(11px, 0.99vw, 15px);
  color: #333;
  line-height: 1.7;
  margin-top: clamp(44px, 5.29vw, 80px);
}
.footer .footer-info p {
  color: var(--Green-758375, #667366);
  font-family: var(--font-primary);
  font-size: clamp(13px, 1.12vw, 17px);
  font-style: normal;
  font-weight: 400;
  line-height: clamp(16px, 1.59vw, 24px); /* 141.176% */
  margin-bottom: clamp(12px, 1.32vw, 20px);
}

.footer .footer-info a {
  color: var(--Green-05a105, #068a06);
  font-family: var(--font-primary);
  font-size: clamp(10px, 0.93vw, 14px);
  font-style: normal;
  font-weight: 500;
  line-height: clamp(16px, 1.59vw, 24px);
  transition: 0.3s;
  text-decoration: none;
}

.footer .footer-info a:hover {
  text-decoration: underline;
}

.footer .footer-info ul,
.footer .footer-info ol {
  margin: 0 0 clamp(clamp(8px, 0.79vw, 12px), 1.32vw, clamp(12px, 1.32vw, 20px));
  padding-left: 1.2em;
}

.footer .footer-info li {
  margin-bottom: 0.4em;
}

.footer .footer-info h1,
.footer .footer-info h2,
.footer .footer-info h3,
.footer .footer-info h4 {
  font-weight: 500;
  line-height: 1.3;
  color: var(--Green-151E15, #151e15);
}

.footer .footer-info h3 {
  color: var(--Green-151E15, #151e15);
  font-size: clamp(24px, 2.65vw, 40px);
  font-style: normal;
  font-weight: 400;
  line-height: clamp(28px, 3.17vw, 48px); /* 120% */
  letter-spacing: -0.5px;
  margin-bottom: clamp(12px, 1.59vw, 24px);
}

.footer .footer-info strong {
  font-weight: 600;
}

.footer .footer-info em {
  font-style: italic;
}

.footer .footer-info u {
  text-decoration: underline;
}

.about-card {
  max-width: clamp(224px, 26.46vw, 400px);
  padding: clamp(16px, 1.65vw, 25px) clamp(16px, 1.65vw, 25px);
  padding-bottom: clamp(8px, 1.06vw, 16px);
  flex: 1;
  border-radius: clamp(8px, 1.06vw, 16px);
  box-sizing: border-box;
  transition: 0.3s ease;
  flex-direction: column;
  display: flex;
  justify-content: space-between;
}
.about-card__label {
  display: inline-block;
  align-self: flex-start;
  width: auto;
  padding: 3px 6px;
  color: var(--Green-151E15, #151e15);
  /* Text/14/Regular */
  font-family: var(--font-primary);
  font-size: clamp(10px, 0.93vw, 14px);
  font-style: normal;
  font-weight: 400;
  line-height: clamp(16px, 1.59vw, 24px); /* 171.429% */
  border: 1px solid #c1ccc1;
  border-radius: clamp(8px, 0.79vw, 12px);
}
.about-card__number {
  color: var(--Green-151E15, #151e15);
  font-family: var(--font-primary);
  /* Title/H2 */
  font-size: clamp(24px, 2.65vw, 40px);
  font-style: normal;
  font-weight: 400;
  line-height: clamp(28px, 3.17vw, 48px); /* 120% */
  letter-spacing: -0.5px;
  margin-bottom: 0;
  margin-top: clamp(4px, 0.53vw, 8px);
}
.about-card__title {
  color: var(--Green-023818, #023818);
  font-family: var(--font-primary);
  /* Title/H4 */
  font-size: clamp(12px, 1.59vw, 24px);
  font-style: normal;
  font-weight: 400;
  line-height: clamp(20px, 2.12vw, 32px); /* 133.333% */
  margin-bottom: clamp(28px, 3.17vw, 48px);
  margin-top: clamp(4px, 0.53vw, 8px);
}
.about-card__text {
  color: var(--Green-023818, #023818);
  font-family: var(--font-primary);
  /* Text/17/Regular */
  font-size: clamp(13px, 1.12vw, 17px);
  font-style: normal;
  font-weight: 400;
  line-height: clamp(16px, 1.59vw, 24px); /* 141.176% */
  margin-bottom: clamp(4px, 0.53vw, 8px);
  margin-top: 0;
}
.about-card__link {
  color: var(--Green-05a105, #068a06);
  font-family: var(--font-primary);
  /* Button/14 medium */
  font-size: clamp(10px, 0.93vw, 14px);
  font-style: normal;
  font-weight: 500;
  line-height: clamp(16px, 1.59vw, 24px); /* 171.429% */
  text-decoration: none;
  transition: 0.3s;
  margin-top: clamp(4px, 0.53vw, 8px);
}
.about-card__link:hover {
  text-decoration: underline;
}

.about-card--green {
  background: var(--Additional-Green---f8f9f8, #f8f9f8);
}

.about-card--blue {
  background: var(--Additional-Blue-F3F7FB, #f3f7fb);
}

.about-card--beige {
  background: var(--additional-yelow-fef-9-f-0, #fef9f0);
}

.mobile .about-card {
  flex: 1;
  max-width: 100%;
}
.mobile .about-card__link {
  position: relative;
  padding-right: clamp(20px, 2.12vw, 32px); /* щоб іконка не перекривала текст */
  display: flex;
  align-items: center;
  /* pseudo-element icon */
}
.mobile .about-card__link::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  mask: url("../images/icons/Arrow/Chevron_Circle_Right.svg") center no-repeat;
  mask-size: contain;
  -webkit-mask: url("../images/icons/Arrow/Chevron_Circle_Right.svg") center no-repeat;
  -webkit-mask-size: contain;
  margin-right: clamp(4px, 0.53vw, 8px);
  vertical-align: middle;
  background-color: #068a06;
}

.mobile .about-card__title {
  color: var(--Green-023818, #023818);
  font-family: var(--font-primary);
  /* Title/H4 */
  font-size: clamp(12px, 1.59vw, 24px);
  font-style: normal;
  font-weight: 400;
  line-height: clamp(20px, 2.12vw, 32px); /* 133.333% */
  margin-bottom: clamp(20px, 2.38vw, 36px);
  margin-top: clamp(4px, 0.53vw, 8px);
}

.solution-card {
  display: grid;
  grid-template-columns: clamp(148px, 17.4vw, 263px) 1fr 40px;
  align-items: center;
  gap: 0;
  background: #fff;
  transition: 0.3s;
  padding-bottom: clamp(8px, 0.86vw, 13px);
  padding-top: clamp(8px, 0.86vw, 13px);
  position: relative;
}
.solution-card::after {
  content: "";
  position: absolute;
  left: 290px; /* ширина першої колонки */
  right: 0;
  bottom: 0;
  height: 1px;
  background: #e4e8e4;
}
.solution-card:hover .solution-card__title {
  color: var(--Green-05a105, #068a06);
  /* Title/H3 */
  font-size: clamp(20px, 2.12vw, 32px);
  font-style: normal;
  font-weight: 400;
  line-height: clamp(24px, 2.65vw, 40px); /* 125% */
}
.solution-card:hover .solution-card__arrow {
  color: var(--Additional-Green---f8f9f8, #f8f9f8);
  border: 1px solid var(--Additional-Green---f8f9f8, #f8f9f8);
  background-color: var(--Additional-Green---f8f9f8, #f8f9f8);
}
.solution-card:hover .solution-card__arrow svg {
  color: var(--Green-05a105, #068a06);
}
.solution-card__image {
  border-radius: clamp(4px, 0.53vw, 8px);
  width: clamp(148px, 17.39vw, 263px);
  height: clamp(92px, 10.58vw, 160px);
  overflow: hidden;
}
.solution-card__image img {
  width: 100%;
  object-fit: cover;
}
.solution-card__label {
  display: inline-block;
  color: var(--Green-758375, #667366);
  top: 0;
  font-family: var(--font-primary);
  /* Text/14/Regular */
  font-size: clamp(10px, 0.93vw, 14px);
  font-style: normal;
  font-weight: 400;
  line-height: clamp(16px, 1.59vw, 24px); /* 171.429% */
  border-radius: clamp(8px, 0.79vw, 12px);
  border: 1px solid var(--green-e-4-e-8-e-4, #e4e8e4);
  padding: 4px clamp(8px, 0.66vw, 10px);
  margin-bottom: clamp(8px, 0.66vw, 10px);
}
.solution-card__title {
  color: var(--Green-151E15, #151e15);
  /* Title/H3 */
  font-family: var(--font-primary);
  font-size: clamp(20px, 2.12vw, 32px);
  font-style: normal;
  font-weight: 400;
  line-height: clamp(24px, 2.65vw, 40px); /* 125% */
  margin-top: 0px;
  margin-bottom: clamp(8px, 0.66vw, 10px);
}
.solution-card__title:hover {
  color: var(--Green-05a105, #068a06);
  /* Title/H3 */
  font-size: clamp(20px, 2.12vw, 32px);
  font-style: normal;
  font-weight: 400;
  line-height: clamp(24px, 2.65vw, 40px); /* 125% */
}
.solution-card__text {
  color: var(--Green-758375, #667366);
  font-family: var(--font-primary);
  /* Text/17/Regular */
  font-size: clamp(13px, 1.12vw, 17px);
  font-style: normal;
  font-weight: 400;
  line-height: clamp(16px, 1.59vw, 24px); /* 141.176% */
}
.solution-card__content {
  padding-left: clamp(20px, 2.12vw, 32px);
  padding-top: 2px;
}
.solution-card__arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  padding: clamp(8px, 0.99vw, 15px);
  font-size: clamp(12px, 1.46vw, 22px);
  color: var(--green-e-4-e-8-e-4, #e4e8e4);
  border: 1px solid var(--green-e-4-e-8-e-4, #e4e8e4);
  border-radius: 50%;
  justify-self: end;
  cursor: pointer;
  transition: all 0.3s ease;
}
.solution-card__arrow svg {
  width: 24px;
  height: 24px;
  color: var(--green-e-4-e-8-e-4, #e4e8e4);
  flex-shrink: 0;
  transform: scaleX(-1);
}

.mobile .solution-card {
  border-bottom: 1px solid var(--green-e-4-e-8-e-4, #e4e8e4);
  border-radius: 0;
}
.mobile .solution-card::after {
  content: none;
}
.mobile .solution-card__image {
  border: 1px solid #f3f3f1;
  border-radius: clamp(4px, 0.53vw, 8px);
  width: clamp(192px, 22.69vw, 343px);
  overflow: hidden;
  height: auto;
}
.mobile .solution-card__image img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 1.65;
}
.mobile .solution-card__label {
  margin-top: clamp(12px, 1.19vw, 18px);
  padding: 4px clamp(4px, 0.53vw, 8px);
}
.mobile .solution-card__text {
  margin-top: 0px;
}
.mobile .solution-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  background: #fff;
  transition: 0.3s;
  padding: 0px;
}
.mobile .solution-card__image {
  width: 100%;
  border-radius: clamp(4px, 0.53vw, 8px);
  overflow: hidden;
  object-fit: cover;
}
.mobile .solution-card__content {
  width: 100%;
  padding-left: 0;
}

.solution-card--alt {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: clamp(8px, 1.06vw, 16px);
  border-radius: clamp(8px, 0.79vw, 12px);
  background: #fff;
  transition: 0.3s;
  padding: clamp(12px, 1.59vw, 24px);
  border: 1px solid #e4e8e4;
  position: relative;
}
.solution-card--alt .solution-card__content {
  padding-left: 0;
  text-align: left;
}
.solution-card--alt .solution-card__link {
  color: var(--Green-05a105, #068a06);
  /* Button/14 medium */
  font-size: clamp(10px, 0.93vw, 14px);
  font-style: normal;
  font-weight: 500;
  line-height: clamp(16px, 1.59vw, 24px); /* 171.429% */
}
.solution-card--alt::after {
  content: none !important;
}

.cta-banner {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: stretch;
  background: var(--Green-151E15, #151e15);
  background-image: url("../images_R/banner_logo_bg.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 90%;
  color: #fff;
  border-radius: clamp(8px, 1.06vw, 16px);
  overflow: hidden;
  margin-top: clamp(20px, 2.51vw, 38px);
  flex-wrap: wrap;
  flex-direction: row;
}
.cta-banner-content {
  flex: 1;
  z-index: 2;
  padding: clamp(36px, 4.23vw, 64px) 0 clamp(44px, 5.29vw, 80px) clamp(40px, 4.63vw, 70px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cta-banner-title {
  color: var(--green-ffffff, #fff);
  margin-top: 0px;
  /* Title/H2 */
  font-size: clamp(24px, 2.65vw, 40px);
  font-style: normal;
  font-weight: 400;
  line-height: clamp(28px, 3.17vw, 48px); /* 120% */
  letter-spacing: -0.5px;
  margin-bottom: clamp(20px, 2.51vw, 38px);
}
.cta-banner-buttons {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: clamp(20px, 2.12vw, 32px);
}
.cta-banner-buttons .cta-banner__email {
  color: var(--Green-05a105, #068a06);
  font-family: var(--font-primary);
  /* Text/17/Regular */
  font-size: clamp(13px, 1.12vw, 17px);
  font-style: normal;
  font-weight: 400;
  line-height: clamp(16px, 1.59vw, 24px); /* 141.176% */
  text-decoration: none;
  transition: 0.3s;
  display: flex;
  align-items: center;
  gap: clamp(4px, 0.53vw, 8px);
}
.cta-banner-buttons .cta-banner__email-svg {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
.cta-banner-buttons .cta-banner__email:hover {
  text-decoration: underline;
}
.cta-banner-buttons .cta-banner__email--white {
  color: var(--green-ffffff, #fff);
}
.cta-banner-buttons .cta-banner__email--white-svg {
  color: white;
}
.cta-banner-buttons .cta-banner__email--white:hover {
  text-decoration: underline;
}
.cta-banner-image {
  flex: 2;
  bottom: 0;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
.cta-banner-image img {
  position: relative;
  right: 0;
  bottom: 0;
  width: 100%;
  object-fit: cover;
}
.cta-banner-text {
  color: var(--green-ffffff, #fff);
  font-family: var(--font-primary);
  font-size: clamp(13px, 1.12vw, 17px);
  font-style: normal;
  font-weight: 400;
  line-height: clamp(16px, 1.59vw, 24px);
}

.mobile .cta-banner {
  margin-top: clamp(8px, 0.79vw, 12px);
  flex-direction: column;
  align-items: center;
  background-size: 90% auto;
}
.mobile .cta-banner-content {
  flex: 1 1 100%;
  width: 100%;
  padding: 0;
  box-sizing: border-box;
  max-width: none;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.mobile .cta-banner-content .cta-banner-title {
  padding-left: clamp(12px, 1.32vw, 20px);
  padding-right: clamp(12px, 1.32vw, 20px);
  margin-bottom: 0;
  font-size: clamp(20px, 2.12vw, 32px);
  font-style: normal;
  font-weight: 400;
  line-height: clamp(24px, 2.65vw, 40px);
}
.mobile .cta-banner-content .cta-banner-text {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  color: var(--green-ffffff, #fff);
  font-family: var(--font-primary);
  font-size: clamp(13px, 1.12vw, 17px);
  font-style: normal;
  font-weight: 400;
  padding: 0 clamp(12px, 1.32vw, 20px);
  gap: clamp(8px, 1.06vw, 16px);
  width: 100%;
  margin-bottom: 0;
}
.mobile .cta-banner-image {
  flex: 1 1 100%;
  width: 100%;
}
.mobile .cta-banner-image img {
  width: 100%;
  aspect-ratio: 1.26;
  object-fit: cover;
  display: block;
}
.mobile .cta-banner-buttons {
  margin-top: clamp(12px, 1.59vw, 24px);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  padding: 0 clamp(12px, 1.32vw, 20px);
  gap: clamp(12px, 1.59vw, 24px);
  width: 100%;
}
.mobile .cta-banner-buttons .btn {
  box-sizing: border-box;
  width: 100%;
  padding: 1 2px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.hero__clients {
  position: relative;
  z-index: 3;
  background: #fff;
  color: #000;
  border-radius: 0 0 clamp(8px, 1.06vw, 16px) clamp(8px, 1.06vw, 16px);
  width: 100%;
}
.hero__clients .hero__clients-title {
  color: var(--Green-023818, #023818);
  font-family: var(--font-primary);
  /* Text/14/Medium */
  font-size: clamp(10px, 0.93vw, 14px);
  font-style: normal;
  font-weight: 500;
  line-height: clamp(16px, 1.59vw, 24px); /* 171.429% */
  margin-top: clamp(16px, 1.79vw, 27px);
  margin-bottom: clamp(4px, 0.53vw, 8px);
}
.hero__clients .hero__clients-title_mobile {
  color: var(--Green-023818, #023818);
  font-family: var(--font-primary);
  margin: clamp(12px, 1.32vw, 20px);
  /* Text/14/Medium */
  font-size: clamp(10px, 0.93vw, 14px);
  font-style: normal;
  font-weight: 500;
  line-height: clamp(16px, 1.59vw, 24px); /* 171.429% */
  margin-top: 0px;
  margin-bottom: clamp(4px, 0.53vw, 8px);
}
.hero__clients .hero__logos {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(4, 1fr); /* 4 колонки однакової ширини */
  grid-template-rows: repeat(2, auto);
  gap: clamp(8px, 1.06vw, 16px);
  justify-items: center;
}
.hero__clients .hero__logo-placeholder {
  flex: 0 0 65%; /* показує 1.5 елемента на екрані */
  height: clamp(72px, 8.465vw, 128px);
  border-radius: clamp(4px, 0.53vw, 8px);
  width: 100%;
  background: #f8f8f8;
  display: flex;
  justify-content: center;
  align-items: center;
  scroll-snap-align: start;
  max-width: clamp(176px, 20.90vw, 316px);
  overflow: hidden;
}
.hero__clients .hero__logo {
  background: #f7f7f7;
  font-weight: 500;
  color: #555;
  width: 160px;
  text-align: center;
  transition: 0.3s;
}

.mobile .hero__logos {
  display: flex !important;
  overflow-x: auto;
  overflow-y: hidden;
  gap: clamp(4px, 0.53vw, 8px);
  padding: 4px;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}
.mobile .hero__logo-placeholder {
  flex: 0 0 65%; /* показує 1.5 елемента на екрані */
  height: 128px;
  background: #f8f8f8;
  display: flex;
  justify-content: center;
  align-items: center;
  scroll-snap-align: start;
}
.mobile .hero__logo-placeholder img {
  max-width: 80%;
  max-height: 70px;
  object-fit: contain;
}
.mobile .hero__logos--row2 .hero__logo-placeholder {
  transform: translateX(-50%); /* півзсув */
}
.mobile {
  /* приховуємо стандартну горизонтальну полосу прокрутки */
}
.mobile .hero__logos::-webkit-scrollbar {
  display: none;
}
.mobile .hero__logos {
  scrollbar-width: none;
}

.why-us__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(16px, 1.98vw, 30px);
  margin-top: clamp(12px, 1.46vw, 22px);
}

.why-us__item {
  padding-top: clamp(8px, 1.06vw, 16px);
  padding-bottom: clamp(8px, 0.86vw, 13px);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  line-height: 1.6;
  border-bottom: 1px solid var(--green-e-4-e-8-e-4, #e4e8e4);
  transition: 0.3s;
}
.why-us__item .why-us__icon {
  width: clamp(16px, 1.59vw, 24px);
  height: clamp(16px, 1.59vw, 24px);
  flex-shrink: 0;
  color: #3d7c3b;
  padding: clamp(8px, 0.86vw, 13px);
  border-radius: clamp(8px, 0.79vw, 12px);
  background: var(--Additional-Green---f8f9f8, #f8f9f8);
}
.why-us__item p strong {
  color: var(--Green-023818, #023818);
  font-family: var(--font-primary);
  /* Text/17/Medium */
  font-size: clamp(13px, 1.12vw, 17px);
  font-style: normal;
  font-weight: 500;
  line-height: clamp(16px, 1.59vw, 24px); /* 141.176% */
}
.why-us__item p {
  color: var(--Green-758375, #667366);
  font-family: var(--font-primary);
  /* Text/17/Regular */
  font-size: clamp(13px, 1.12vw, 17px);
  font-style: normal;
  font-weight: 400;
  line-height: clamp(16px, 1.59vw, 24px);
}

.mobile .why-us__grid {
  margin-top: clamp(20px, 2.12vw, 32px);
  gap: clamp(12px, 1.59vw, 24px);
  display: flex;
  flex-direction: column;
}
.mobile .why-us__item {
  padding-top: 0;
}

.process-card {
  border-radius: clamp(8px, 1.06vw, 16px);
  border: 1px solid var(--green-e-4-e-8-e-4, #e4e8e4);
  background: var(--green-ffffff, #fff);
  padding: clamp(12px, 1.59vw, 24px);
  transition: 0.3s;
}
.process-card__number {
  color: var(--Green-05a105, #068a06);
  /* Title/H5 */
  font-family: var(--font-primary);
  font-size: clamp(12px, 1.06vw, 16px);
  font-style: normal;
  font-weight: 500;
  line-height: clamp(16px, 1.59vw, 24px); /* 150% */
  margin-bottom: clamp(8px, 0.79vw, 12px);
}
.process-card__title {
  color: var(--Green-023818, #023818);
  font-family: var(--font-primary);
  /* Title/H4 */
  font-size: clamp(12px, 1.59vw, 24px);
  font-style: normal;
  font-weight: 400;
  line-height: clamp(20px, 2.12vw, 32px); /* 133.333% */
  margin-bottom: clamp(8px, 0.66vw, 10px);
}
.process-card__text {
  color: var(--Green-758375, #667366);
  margin-bottom: 0;
  font-family: var(--font-primary);
  /* Text/17/Regular */
  font-size: clamp(13px, 1.12vw, 17px);
  font-style: normal;
  font-weight: 400;
  line-height: clamp(16px, 1.59vw, 24px); /* 141.176% */
  margin-bottom: 0;
}

.project {
  display: flex;
  align-items: stretch;
}
@media (max-width: clamp(432px, 50.79vw, 768px)) {
  .project {
    gap: 0px;
  }
}
.project:first-child {
  border-top: none;
  padding-top: 0;
}
.project__info {
  padding-right: clamp(24px, 2.98vw, 45px);
  flex: 1;
  border-bottom: 1px solid var(--green-e-4-e-8-e-4, #e4e8e4);
  padding-bottom: clamp(12px, 1.59vw, 24px);
}
.project__info .project__title {
  color: var(--Green-023818, #023818);
  /* Title/H3 */
  font-size: clamp(20px, 2.12vw, 32px);
  font-style: normal;
  font-weight: 400;
  line-height: clamp(24px, 2.65vw, 40px); /* 125% */
  margin-bottom: clamp(8px, 0.79vw, 12px);
}
.project__info:hover .project__title {
  color: #068a06;
}
.project__info .project__text {
  color: var(--Green-023818, #023818);
  font-family: var(--font-primary);
  /* Text/17/Regular */
  font-size: clamp(13px, 1.12vw, 17px);
  font-style: normal;
  font-weight: 400;
  line-height: clamp(16px, 1.59vw, 24px); /* 141.176% */
  margin-bottom: clamp(20px, 2.12vw, 32px);
}
.project__info .project__meta {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: clamp(12px, 1.32vw, 20px);
  margin-bottom: clamp(20px, 2.12vw, 32px);
  list-style: none;
  padding: 0;
}
.project__info .project__meta li {
  font-size: clamp(10px, 0.93vw, 14px);
  color: #555;
}
.project__info .project__meta li strong {
  display: block;
  color: var(--Green-758375, #667366);
  font-family: var(--font-primary);
  /* Text/14/Regular */
  font-size: clamp(10px, 0.93vw, 14px);
  font-style: normal;
  font-weight: 400;
  line-height: clamp(16px, 1.59vw, 24px); /* 171.429% */
  margin-bottom: 2px;
}
.project__info .project__meta li span {
  color: var(--Green-023818, #023818);
  font-family: var(--font-primary);
  /* Title/H5 */
  font-size: clamp(12px, 1.06vw, 16px);
  font-style: normal;
  font-weight: 500;
  line-height: clamp(16px, 1.59vw, 24px); /* 150% */
}
.project__info .btn {
  padding: clamp(8px, 0.66vw, 10px) clamp(12px, 1.46vw, 22px);
  border-radius: clamp(8px, 0.79vw, 12px);
  border: 1px solid var(--green-e-4-e-8-e-4, #e4e8e4);
  background: var(--green-ffffff, #fff);
  color: var(--Green-151E15, #151e15);
  font-size: clamp(10px, 0.93vw, 14px);
  font-weight: 400;
  line-height: clamp(16px, 1.59vw, 24px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.project__info {
  /* outline стиль */
  /* outline button */
}
.project__info .btn-outline {
  padding: clamp(4px, 0.53vw, 8px) clamp(4px, 0.53vw, 8px);
  color: var(--Green-023818, #023818);
  border-radius: clamp(8px, 0.79vw, 12px);
  font-size: clamp(10px, 0.93vw, 14px);
  line-height: clamp(16px, 1.59vw, 24px);
  font-weight: 400;
  text-decoration: none;
  text-wrap-mode: nowrap;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: clamp(4px, 0.53vw, 8px);
  position: relative;
}
.project__info {
  /* text logic */
}
.project__info .btn-outline span {
  display: inline-block;
  transition: transform 0.5s ease;
  transform: translateX(-12px);
  color: var(--typography-600, #151e15);
  font-size: clamp(10px, 0.93vw, 14px);
  font-style: normal;
  font-weight: 400;
  line-height: clamp(16px, 1.59vw, 24px);
}
.project__info {
  /* icon holder as mask */
}
.project__info .btn-outline svg {
  content: "";
  display: block;
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.project__info {
  /* hover logic */
}
.project__info .btn-outline:hover {
  background: var(--Green-023818, #023818);
  color: #fff;
  border-color: var(--Green-023818, #023818);
}
.project__info .btn-outline:hover span {
  transform: translateX(0);
  color: var(--typography-100, #fff);
}
.project__info .btn-outline:hover svg {
  opacity: 1;
}
.project__image {
  width: 100%;
  flex: 1;
  border-radius: clamp(8px, 0.79vw, 12px);
  overflow: hidden;
  position: relative;
}
.project__image img {
  aspect-ratio: 1.67;
}
.project__image .project__bg {
  width: 100%;
  height: auto;
  display: block;
}
.project__image .project__badge {
  position: absolute;
  top: 12px;
  left: 12px;
  width: 106.807px;
  height: 16px;
  aspect-ratio: 106.81 by 16;
  flex-shrink: 0;
}
.project__image img {
  width: 100%;
  object-fit: cover;
}

.mobile .hero-mobile__btn--primary span {
  font-size: clamp(10px, 0.93vw, 14px);
  font-style: normal;
  font-weight: 400;
  line-height: clamp(16px, 1.59vw, 24px);
}
.mobile .project__image {
  height: clamp(124px, 14.81vw, 224px);
  overflow: hidden;
  max-height: none;
}
.mobile .project__image img {
  aspect-ratio: 1.53;
}
.mobile .project__info .project__title {
  margin-bottom: 0px;
}
.mobile .project {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
}
.mobile .project .project__text {
  order: 1;
  margin-bottom: clamp(12px, 1.59vw, 24px);
}
.mobile .project .project__meta {
  margin-bottom: 0px;
  order: 0;
}
.mobile .project .project__meta ul {
  display: flex;
  justify-content: space-between; /* щоб strong ліворуч, span праворуч */
  align-items: center;
}
.mobile .project .project__meta li {
  flex: 1;
}
.mobile .project .project__info {
  display: flex;
  padding-right: 0px;
  flex-direction: column;
  padding-bottom: clamp(20px, 2.12vw, 32px);
  margin-bottom: clamp(20px, 2.12vw, 32px);
}
.mobile .project .project__info .btn-outline {
  order: 2;
  align-items: center; /* центрує весь вміст по горизонталі */
  text-align: center; /* центрує текст */
  padding: clamp(8px, 0.73vw, 11px) 2px;
}

.project-alt {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid var(--green-e-4-e-8-e-4, #e4e8e4);
}
.project-alt__title {
  color: var(--Green-023818, #023818);
  /* Title/H3 */
  font-size: clamp(20px, 2.12vw, 32px);
  font-style: normal;
  font-weight: 400;
  line-height: clamp(24px, 2.65vw, 40px); /* 125% */
  margin-bottom: clamp(8px, 0.79vw, 12px);
}
.project-alt:hover .project-alt__title {
  color: #068a06;
}
.project-alt__text {
  color: var(--Green-023818, #023818);
  /* Text/17/Regular */
  font-size: clamp(13px, 1.12vw, 17px);
  font-style: normal;
  font-weight: 400;
  line-height: clamp(16px, 1.59vw, 24px); /* 141.176% */
  margin-bottom: clamp(12px, 1.32vw, 20px);
}
.project-alt__meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: clamp(12px, 1.32vw, 20px);
  margin-bottom: clamp(12px, 1.59vw, 24px);
  list-style: none;
  padding: 0;
}
.project-alt__meta li {
  font-size: clamp(10px, 0.93vw, 14px);
  color: #555;
}
.project-alt__meta li strong {
  display: block;
  color: var(--Green-758375, #667366);
  /* Text/14/Regular */
  font-size: clamp(10px, 0.93vw, 14px);
  font-style: normal;
  font-weight: 400;
  line-height: clamp(16px, 1.59vw, 24px); /* 171.429% */
  margin-bottom: 2px;
}
.project-alt__meta li span {
  color: var(--Green-023818, #023818);
  /* Title/H5 */
  font-size: clamp(12px, 1.06vw, 16px);
  font-style: normal;
  font-weight: 500;
  line-height: clamp(16px, 1.59vw, 24px); /* 150% */
}

.projects__list-alt {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(12px, 1.59vw, 24px);
  margin-top: clamp(24px, 2.65vw, 40px);
}
@media (max-width: clamp(432px, 50.79vw, 768px)) {
  .projects__list-alt {
    grid-template-columns: repeat(1, 1fr);
  }
}

.quote-card {
  box-sizing: border-box;
  background: var(--Additional-Green---f8f9f8, #f8f9f8);
  border-radius: clamp(8px, 0.79vw, 12px);
  display: flex;
  padding: clamp(8px, 0.66vw, 10px);
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}
.quote-card__project {
  color: var(--Green-758375, #667366);
  font-family: var(--font-primary);
  /* Text/14/Regular */
  font-size: clamp(10px, 0.93vw, 14px);
  font-style: normal;
  font-weight: 400;
  line-height: clamp(16px, 1.59vw, 24px); /* 171.429% */
  margin-bottom: clamp(8px, 0.79vw, 12px);
}
.quote-card__project .highlight {
  color: var(--Green-05a105, #068a06);
  font-family: var(--font-primary);
  /* Text/14/Medium */
  font-size: clamp(10px, 0.93vw, 14px);
  font-style: normal;
  font-weight: 500;
  line-height: clamp(16px, 1.59vw, 24px); /* 171.429% */
}
.quote-card__text {
  color: #000;
  font-family: var(--font-primary);
  /* Text/17/Regular */
  font-size: clamp(13px, 1.12vw, 17px);
  font-style: normal;
  font-weight: 400;
  line-height: clamp(16px, 1.59vw, 24px); /* 141.176% */
  margin-bottom: clamp(12px, 1.32vw, 20px);
}
.quote-card__author {
  display: flex;
  align-items: center;
  gap: clamp(8px, 0.66vw, 10px);
}
.quote-card__author img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.quote-card__author .name {
  color: #000;
  font-family: var(--font-primary);
  /* Text/17/Medium */
  font-size: clamp(13px, 1.12vw, 17px);
  font-style: normal;
  font-weight: 500;
  line-height: clamp(16px, 1.59vw, 24px); /* 141.176% */
}
.quote-card__author .country {
  color: var(--Green-758375, #667366);
  font-family: var(--font-primary);
  /* Text/14/Regular */
  font-size: clamp(10px, 0.93vw, 14px);
  font-style: normal;
  font-weight: 400;
  line-height: clamp(16px, 1.59vw, 24px); /* 171.429% */
}

.faq-item {
  border-bottom: 1px solid #eee;
  padding-bottom: clamp(12px, 1.59vw, 24px);
}
.faq-item .faq-question {
  color: #000;
  /* Title/H5 */
  font-size: clamp(12px, 1.06vw, 16px);
  font-style: normal;
  font-weight: 500;
  line-height: clamp(16px, 1.59vw, 24px); /* 150% */
  margin: 0;
}
.faq-item .faq-answer {
  color: var(--Green-758375, #667366);
  font-family: var(--font-primary);
  margin: 0;
  margin-top: clamp(4px, 0.53vw, 8px);
  /* Text/17/Regular */
  font-size: clamp(13px, 1.12vw, 17px);
  font-style: normal;
  font-weight: 400;
  line-height: clamp(16px, 1.59vw, 24px); /* 141.176% */
}

.blog-card {
  border-radius: clamp(8px, 0.79vw, 12px);
  overflow: hidden;
  transition: 0.3s;
  display: flex;
  flex-direction: column;
}
@media (max-width: clamp(432px, 50.79vw, 768px)) {
  .blog-card {
    flex: 0 0 calc((100% - clamp(28px, 3.17vw, 48px)) / 1.1);
  }
}
.blog-card__image {
  width: 100%;
  border-radius: clamp(8px, 0.79vw, 12px);
  overflow: hidden;
  height: clamp(124px, 14.81vw, 224px);
}
.blog-card__image img {
  width: 100%;
  object-fit: cover;
}
.blog-card__content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.blog-card__title {
  color: var(--Green-023818, #023818);
  font-family: var(--font-primary);
  /* Text/17/Medium */
  font-size: clamp(13px, 1.12vw, 17px);
  font-style: normal;
  font-weight: 500;
  line-height: clamp(16px, 1.59vw, 24px); /* 141.176% */
  margin-bottom: clamp(8px, 0.66vw, 10px);
}
.blog-card__text {
  color: var(--Green-758375, #667366);
  font-family: var(--font-primary);
  /* Text/17/Regular */
  font-size: clamp(13px, 1.12vw, 17px);
  font-style: normal;
  font-weight: 400;
  line-height: clamp(16px, 1.59vw, 24px); /* 141.176% */
  margin-bottom: clamp(8px, 1.06vw, 16px);
}
.blog-card__link {
  color: var(--Green-05a105, #068a06);
  font-family: var(--font-primary);
  /* Button/14 medium */
  font-size: clamp(10px, 0.93vw, 14px);
  font-style: normal;
  font-weight: 500;
  line-height: clamp(16px, 1.59vw, 24px); /* 171.429% */
  transition: 0.3s;
  text-decoration: none;
}
.blog-card__link:hover {
  text-decoration: underline;
}

.mobile .blog-card__image {
  height: auto;
}
.mobile .blog-card__image img {
  aspect-ratio: 1.4;
}

.categories-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(8px, 0.99vw, 15px);
  margin-top: clamp(24px, 2.65vw, 40px);
}

.category-card {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: clamp(8px, 1.06vw, 16px);
  padding: clamp(8px, 1.06vw, 16px);
  transition: 0.3s ease;
  display: flex;
  flex-direction: column;
  text-align: left;
}
.category-card__icon {
  width: clamp(16px, 1.59vw, 24px);
  height: clamp(16px, 1.59vw, 24px);
  flex-shrink: 0;
  border-radius: clamp(8px, 0.93vw, 14px);
  background: var(--Additional-Green---f8f9f8, #f8f9f8);
  padding: clamp(8px, 0.66vw, 10px);
}
.category-card__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.category-card__title {
  color: var(--Green-151E15, #151e15);
  font-family: var(--font-primary);
  /* Text/17/Medium */
  font-size: clamp(13px, 1.12vw, 17px);
  font-style: normal;
  font-weight: 500;
  line-height: clamp(16px, 1.59vw, 24px); /* 141.176% */
  margin-bottom: 0px;
  margin-top: clamp(8px, 1.06vw, 16px);
}
.category-card__text {
  color: var(--Green-758375, #667366);
  font-family: var(--font-primary);
  /* Text/17/Regular */
  font-size: clamp(13px, 1.12vw, 17px);
  font-style: normal;
  font-weight: 400;
  line-height: clamp(16px, 1.59vw, 24px);
  line-height: 1.6;
  margin-bottom: clamp(8px, 1.06vw, 16px);
  margin-top: 0px;
}
.category-card__link {
  color: var(--Green-05a105, #068a06);
  font-family: var(--font-primary);
  /* Button/14 medium */
  font-size: clamp(10px, 0.93vw, 14px);
  font-style: normal;
  font-weight: 500;
  line-height: clamp(16px, 1.59vw, 24px); /* 171.429% */
  text-decoration: none;
  transition: 0.3s;
  margin-top: 0px;
}
.category-card__link:hover {
  text-decoration: underline;
}

a {
  color: inherit;
  text-decoration: none;
}

.services-section {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: clamp(8px, 1.06vw, 16px);
  padding: 0px 0px 0px 0px;
  align-self: stretch;
  box-sizing: border-box;
  border-radius: 0px;
  flex: 1;
  margin-top: clamp(24px, 2.65vw, 40px);
}

.services {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: clamp(8px, 1.06vw, 16px);
  padding: 0px 0px 0px 0px;
  align-self: stretch;
  box-sizing: border-box;
  border-radius: 0px;
  flex: 1;
}

.servicesGrid {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  gap: clamp(8px, 1.06vw, 16px);
  padding: 0px 0px 0px 0px;
  align-self: stretch;
  box-sizing: border-box;
  border-radius: 0px;
}

.serviceItem {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: clamp(8px, 0.66vw, 10px);
  padding: clamp(8px, 1.06vw, 16px) clamp(8px, 0.86vw, 13px) clamp(8px, 1.06vw, 16px) clamp(8px, 0.86vw, 13px);
  flex: 2;
  box-sizing: border-box;
  border: 1px solid rgb(228, 232, 228);
  background: rgb(255, 255, 255);
  border-radius: clamp(8px, 1.06vw, 16px);
}

.serviceItem_long {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: clamp(8px, 0.66vw, 10px);
  padding: clamp(8px, 1.06vw, 16px) clamp(8px, 0.86vw, 13px) clamp(8px, 1.06vw, 16px) clamp(8px, 0.86vw, 13px);
  flex: 3;
  box-sizing: border-box;
  border: 1px solid rgb(228, 232, 228);
  background: rgb(255, 255, 255);
  border-radius: clamp(8px, 1.06vw, 16px);
}

.serviceCard {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  gap: clamp(12px, 1.59vw, 24px);
  padding: 0px 0px 0px 0px;
  flex: 1 1 0;
  box-sizing: border-box;
  border-radius: 0px;
  height: 100%;
}

.serviceCard:hover .serviceTitle {
  color: var(--Green-05a105, #068a06);
}

.serviceImage {
  align-self: stretch;
  height: clamp(144px, 16.93vw, 256px);
  box-sizing: border-box;
  border-radius: clamp(8px, 1.06vw, 16px);
  overflow: hidden;
  flex-shrink: 0;
}

.serviceTitle {
  margin: 0;
  font-size: clamp(20px, 2.12vw, 32px);
  font-weight: 400;
  line-height: clamp(24px, 2.65vw, 40px);
  letter-spacing: 0px;
  text-align: left;
  color: rgb(2, 56, 24);
  align-self: stretch;
  box-sizing: border-box;
}

.serviceDescription {
  margin: 0;
  font-size: clamp(13px, 1.12vw, 17px);
  font-weight: 400;
  line-height: clamp(16px, 1.59vw, 24px);
  letter-spacing: 0px;
  text-align: left;
  color: rgb(102, 115, 102);
  align-self: stretch;
  box-sizing: border-box;
  font-family: var(--font-primary);
}

.serviceImage-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.serviceAction {
  height: -webkit-fill-available;
  box-sizing: border-box;
  border-radius: 0px;
  display: flex;
  flex-direction: column;
}

.serviceLink {
  margin: 0;
  font-size: clamp(10px, 0.93vw, 14px);
  font-weight: 500;
  line-height: clamp(16px, 1.59vw, 24px);
  letter-spacing: 0%;
  text-align: left;
  color: rgb(6, 138, 6);
  height: 24px;
  box-sizing: border-box;
  margin-top: auto;
  font-family: var(--font-primary);
}

.serviceLink:hover {
  text-decoration: underline;
}

.feature-grid {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(clamp(4px, 0.53vw, 8px), 1.06vw, clamp(8px, 1.06vw, 16px));
  justify-items: center;
  margin-bottom: clamp(12px, 1.52vw, 23px);
}

.feature-card {
  border-radius: clamp(8px, 1.06vw, 16px);
  background: var(--Additional-Green---f8f9f8, #f8f9f8);
  padding: clamp(clamp(4px, 0.53vw, 8px), 1.06vw, clamp(8px, 1.06vw, 16px));
  display: flex;
  flex-direction: column;
  text-align: left;
}

.feature-card__icon {
  width: clamp(28px, 3.17vw, 48px);
  height: clamp(28px, 3.17vw, 48px);
  box-sizing: border-box;
  flex-shrink: 0;
  border-radius: clamp(8px, 0.79vw, 12px);
  background: var(--green-ffffff, #fff);
  padding: clamp(clamp(4px, 0.53vw, 8px), 0.66vw, clamp(8px, 0.66vw, 10px));
}

.feature-card__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.feature-card__title {
  color: var(--Green-151E15, #151e15);
  font-family: var(--font-primary);
  font-size: clamp(13px, 1.12vw, 17px);
  font-style: normal;
  font-weight: 500;
  line-height: clamp(16px, 1.59vw, 24px);
  margin-bottom: 0;
  margin-top: clamp(8px, 1.06vw, 16px);
}

.feature-card__text {
  margin-top: clamp(8px, 1.06vw, 16px);
  margin-bottom: 0;
  color: var(--Green-758375, #667366);
  font-family: var(--font-primary);
  font-size: clamp(13px, 1.12vw, 17px);
  font-weight: 400;
  line-height: 1.6;
}

.feature-card1__text {
  margin-top: clamp(8px, 1.06vw, 16px);
  margin-bottom: 0;
  color: var(--Green-023818, var(--button-500, #023818));
  /* Text/17/Medium */
  font-family: var(--font-primary);
  font-size: clamp(13px, 1.12vw, 17px);
  font-style: normal;
  font-weight: 500;
  line-height: clamp(16px, 1.59vw, 24px); /* 141.176% */
}
.feature-card1__text span {
  color: var(--Green-758375, #667366);
  /* Text/17/Medium */
  font-family: var(--font-primary);
  font-size: clamp(13px, 1.12vw, 17px);
  font-style: normal;
  font-weight: 500;
  line-height: clamp(16px, 1.59vw, 24px);
}

a {
  color: inherit;
  text-decoration: none;
}

.service_hero {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: clamp(12px, 1.59vw, 24px);
  padding: 0px 0px 0px 0px;
  align-self: stretch;
  box-sizing: border-box;
  border-bottom: 1px solid rgb(228, 232, 228);
  border-radius: 0px;
}

.service_hero__content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: clamp(4px, 0.53vw, 8px);
  padding: 0px 0px 0px 0px;
  align-self: stretch;
  box-sizing: border-box;
  border-radius: 0px;
  font-family: var(--font-primary);
}

.service_hero__description {
  margin: 0;
  margin-bottom: clamp(12px, 1.59vw, 24px);
  font-size: clamp(12px, 1.19vw, 18px);
  line-height: clamp(16px, 1.59vw, 24px);
  letter-spacing: 0px;
  text-align: left;
  white-space: pre-wrap;
  align-self: stretch;
  color: var(--Green-023818, var(--button-500, #023818));
  box-sizing: border-box;
  font-family: var(--font-primary);
}

.service_hero__badge {
  margin: 0;
  font-size: clamp(10px, 0.93vw, 14px);
  font-weight: 400;
  line-height: clamp(16px, 1.59vw, 24px);
  letter-spacing: 0px;
  text-align: left;
  white-space: pre-wrap;
  color: var(--Green-05a105, #068a06);
  align-self: stretch;
  box-sizing: border-box;
  font-family: var(--font-primary);
}

.service_hero__title-wrapper {
  align-self: stretch;
  box-sizing: border-box;
  border-radius: 0px;
}

.service_hero__title {
  margin: 0;
  color: var(--typography-500, #023818);
  font-size: clamp(32px, 3.70vw, 56px);
  font-weight: 400;
  line-height: clamp(36px, 4.23vw, 64px);
  letter-spacing: -1px;
  text-align: left;
  white-space: pre-wrap;
  box-sizing: border-box;
  font-family: var(--font-primary);
}
.service_hero__title span {
  color: var(--Green-758375, #667366);
}

a {
  color: inherit;
  text-decoration: none;
}

.case_study_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(28px, 3.17vw, 48px) clamp(12px, 1.12vw, 17px);
}

.component-frame-1966048016-1 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: clamp(12px, 1.59vw, 24px);
  padding: 0px 0px clamp(24px, 2.65vw, 40px) 0px;
  box-sizing: border-box;
  border-bottom: 1px solid rgb(228, 232, 228);
  border-radius: 0px;
}

.project-image-wrapper {
  height: fit-content;
  border: 1px solid var(--green-e-4-e-8-e-4, #e4e8e4);
  padding: clamp(8px, 1.06vw, 16px);
  border-radius: clamp(12px, 1.59vw, 24px);
  flex: 1;
}

.rectangle-image-2 {
  align-self: stretch;
  box-sizing: border-box;
  border-radius: clamp(8px, 1.06vw, 16px);
  overflow: hidden;
}

.frame-frame-1400003380-3 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: clamp(12px, 1.59vw, 24px);
  padding: 0px;
  padding-left: clamp(8px, 1.06vw, 16px);
  align-self: stretch;
  box-sizing: border-box;
  border-radius: 0px;
}

.frame-frame-1400003379-4 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: clamp(8px, 1.06vw, 16px);
  padding: 0px 0px 0px 0px;
  align-self: stretch;
  box-sizing: border-box;
  border-radius: 0px;
}

.frame-frame-1400003374-5 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0px clamp(20px, 2.12vw, 32px) 0px 0px;
  align-self: stretch;
  box-sizing: border-box;
  border-radius: 0px;
}

.text-fit-preps-6 {
  margin: 0;
  font-size: clamp(20px, 2.12vw, 32px);
  font-weight: 400;
  line-height: clamp(24px, 2.65vw, 40px);
  letter-spacing: 0px;
  text-align: left;
  color: rgb(2, 56, 24);
  font-family: var(--font-primary);
  align-self: stretch;
  box-sizing: border-box;
}

.text-mobile-ui-ux-for-a-health-tech-7 {
  margin: 0;
  font-size: clamp(13px, 1.12vw, 17px);
  font-weight: 400;
  line-height: clamp(16px, 1.59vw, 24px);
  letter-spacing: 0px;
  text-align: left;
  color: rgb(102, 115, 102);
  align-self: stretch;
  box-sizing: border-box;
  font-family: var(--font-primary);
}

.frame-frame-1400003273-8 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0px 0px 0px 0px;
  box-sizing: border-box;
  border-radius: 0px;
}

.text-category-11 {
  margin: 0;
  font-size: clamp(10px, 0.93vw, 14px);
  font-weight: 400;
  line-height: clamp(16px, 1.59vw, 24px);
  letter-spacing: 0px;
  text-align: left;
  color: rgb(102, 115, 102);
  font-family: var(--font-primary);
  align-self: stretch;
  box-sizing: border-box;
}

.text-website-design-12 {
  margin: 0;
  font-size: clamp(12px, 1.06vw, 16px);
  font-weight: 500;
  line-height: clamp(16px, 1.59vw, 24px);
  letter-spacing: 0px;
  text-align: left;
  font-family: var(--font-primary);
  color: rgb(2, 56, 24);
  align-self: stretch;
  box-sizing: border-box;
}

.rectangle-image-2-img {
  width: 100%;
  aspect-ratio: 1.57;
  object-fit: cover;
  object-position: center;
  display: block;
}

.project-button {
  padding: clamp(4px, 0.53vw, 8px) clamp(4px, 0.53vw, 8px);
  color: var(--Green-023818, #023818);
  border-radius: clamp(8px, 0.79vw, 12px);
  font-size: clamp(10px, 0.93vw, 14px);
  background: var(--button-100, #fff);
  line-height: clamp(16px, 1.59vw, 24px);
  font-weight: 400;
  text-decoration: none;
  text-wrap-mode: nowrap;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: clamp(4px, 0.53vw, 8px);
  position: relative;
  border: 1px solid var(--green-e-4-e-8-e-4, #e4e8e4);
}
.project-button span {
  display: inline-block;
  transition: transform 0.5s ease;
  transform: translateX(-12px);
  color: var(--typography-600, #151e15);
  font-size: clamp(10px, 0.93vw, 14px) !important;
  font-style: normal;
  font-weight: 400;
  line-height: clamp(16px, 1.59vw, 24px);
}
.project-button svg {
  content: "";
  display: block;
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.project-button:hover {
  background: var(--Green-023818, #023818);
  color: #fff;
  border-color: var(--Green-023818, #023818);
}
.project-button:hover span {
  transform: translateX(0);
  color: var(--typography-100, #fff);
}
.project-button:hover svg {
  opacity: 1;
}

a {
  color: inherit;
  text-decoration: none;
}

.frame-frame-1400003371-1 {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: clamp(4px, 0.53vw, 8px);
  padding: clamp(28px, 3.17vw, 48px) 0px clamp(20px, 2.12vw, 32px);
  box-sizing: border-box;
  border-radius: 0px;
}

.frame-frame-1400003365-2--selected {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: clamp(4px, 0.53vw, 8px);
  padding: clamp(8px, 0.79vw, 12px) clamp(8px, 1.06vw, 16px) clamp(8px, 0.79vw, 12px) clamp(8px, 1.06vw, 16px);
  box-sizing: border-box;
  background: rgb(248, 249, 248);
  border-radius: clamp(8px, 0.79vw, 12px);
  text-wrap: nowrap;
}
.frame-frame-1400003365-2--selected p {
  margin: 0;
  font-size: clamp(10px, 0.93vw, 14px);
  font-weight: 400;
  line-height: clamp(16px, 1.59vw, 24px);
  letter-spacing: 0px;
  text-align: center;
  color: rgb(6, 138, 6);
  box-sizing: border-box;
}
.frame-frame-1400003365-2--selected .frame-world-1-6 {
  box-sizing: border-box;
  color: rgb(6, 138, 6);
  width: 18px;
  height: 18px;
}
.frame-frame-1400003365-2--selected .frame-world-1-6 svg {
  width: 99%;
  height: 99%;
  box-sizing: border-box;
  color: rgb(6, 138, 6);
  border-radius: 0px;
}

.frame-frame-1400003365-2 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: clamp(4px, 0.53vw, 8px);
  padding: clamp(8px, 0.79vw, 12px) clamp(8px, 1.06vw, 16px) clamp(8px, 0.79vw, 12px) clamp(8px, 1.06vw, 16px);
  box-sizing: border-box;
  border: 1px solid rgb(228, 232, 228);
  background: rgb(255, 255, 255);
  border-radius: clamp(8px, 0.79vw, 12px);
}
.frame-frame-1400003365-2 p {
  margin: 0;
  font-size: clamp(10px, 0.93vw, 14px);
  font-weight: 400;
  line-height: clamp(16px, 1.59vw, 24px);
  letter-spacing: 0px;
  font-family: var(--font-primary);
  color: rgb(21, 30, 21);
  text-align: center;
  box-sizing: border-box;
}
.frame-frame-1400003365-2 .frame-world-1-6 {
  width: 18px;
  height: 18px;
}
.frame-frame-1400003365-2 .frame-world-1-6 svg {
  width: 99%;
  height: 99%;
  box-sizing: border-box;
  color: rgb(21, 30, 21);
  border-radius: 0px;
}

.frame-frame-1400003365-2:hover {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: clamp(4px, 0.53vw, 8px);
  padding: clamp(8px, 0.79vw, 12px) clamp(8px, 1.06vw, 16px) clamp(8px, 0.79vw, 12px) clamp(8px, 1.06vw, 16px);
  box-sizing: border-box;
  border: 1px solid rgb(248, 249, 248);
  background: rgb(248, 249, 248);
  border-radius: clamp(8px, 0.79vw, 12px);
}

.gallery {
  display: flex;
  flex-direction: column;
  gap: clamp(8px, 1.06vw, 16px);
}

.gallery__row {
  display: flex;
  gap: clamp(8px, 1.06vw, 16px);
}

.gallery__row--two {
  display: flex;
  gap: clamp(8px, 1.06vw, 16px);
}

.gallery__item {
  flex: 1;
  border-radius: clamp(clamp(4px, 0.53vw, 8px), 1.06vw, clamp(8px, 1.06vw, 16px));
  overflow: hidden;
  box-sizing: border-box;
}

.gallery__img {
  width: 100%;
  aspect-ratio: 1.49;
  object-fit: cover;
  object-position: center;
  display: block;
}

.gallery__img--wide {
  aspect-ratio: 1.51;
}

a {
  color: inherit;
  text-decoration: none;
}

.frame-frame-1400003375-1 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0px 0px 0px 0px;
  box-sizing: border-box;
  border-radius: 0px;
  margin-bottom: clamp(20px, 2.12vw, 32px);
}

.frame-frame-1400003396-2 {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: clamp(48px, 5.82vw, 88px);
  padding: 0px 0px 0px 0px;
  width: 826px;
  box-sizing: border-box;
  border-radius: 0px;
}

.frame-button-let-s-talk-3 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 4px;
  padding: clamp(4px, 0.53vw, 8px) clamp(8px, 1.06vw, 16px) clamp(4px, 0.53vw, 8px) clamp(8px, 1.06vw, 16px);
  width: 122px;
  box-sizing: border-box;
  background: rgb(2, 56, 24);
  border-radius: clamp(8px, 0.79vw, 12px);
}

.frame-frame-1400003273-4 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0px 0px 0px 0px;
  width: 110px;
  box-sizing: border-box;
  border-radius: 0px;
}

.frame-figma-logo-outline-9 {
  width: 16px;
  height: 16px;
  box-sizing: border-box;
  border-radius: 0px;
}

.text-view-figma-10 {
  margin: 0;
  font-size: clamp(10px, 0.93vw, 14px);
  font-weight: 400;
  line-height: clamp(16px, 1.59vw, 24px);
  letter-spacing: 0px;
  text-align: center;
  color: rgb(255, 255, 255);
  font-family: var(--font-primary);
  box-sizing: border-box;
}

.text-category-11 {
  margin: 0;
  font-size: clamp(10px, 0.93vw, 14px);
  font-weight: 400;
  line-height: clamp(16px, 1.59vw, 24px);
  letter-spacing: 0px;
  text-align: left;
  color: rgb(102, 115, 102);
  font-family: var(--font-primary);
  align-self: stretch;
  box-sizing: border-box;
}

.text-website-design-12 {
  margin: 0;
  font-size: clamp(12px, 1.06vw, 16px);
  font-weight: 500;
  line-height: clamp(16px, 1.59vw, 24px);
  letter-spacing: 0px;
  text-align: left;
  color: rgb(2, 56, 24);
  font-family: var(--font-primary);
  box-sizing: border-box;
}

a {
  color: inherit;
  text-decoration: none;
}

.frame-frame-1966048020-1 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: clamp(12px, 1.59vw, 24px);
  padding: 0px 0px clamp(12px, 1.59vw, 24px) 0px;
  box-sizing: border-box;
  border-bottom: 1px solid rgb(228, 232, 228);
  border-radius: 0px;
  margin-bottom: clamp(32px, 3.70vw, 56px);
  margin-top: clamp(32px, 3.70vw, 56px);
}

.text-challenge-2 {
  margin: 0;
  font-size: clamp(24px, 2.65vw, 40px);
  font-weight: 400;
  font-family: var(--font-primary);
  line-height: clamp(28px, 3.17vw, 48px);
  letter-spacing: -0.5px;
  text-align: left;
  color: rgb(2, 56, 24);
  align-self: stretch;
  box-sizing: border-box;
}

.text-kalantar-development-needed-a--3 {
  margin: 0;
  font-size: clamp(13px, 1.12vw, 17px);
  font-weight: 400;
  line-height: clamp(16px, 1.59vw, 24px);
  letter-spacing: 0px;
  text-align: left;
  color: rgb(102, 115, 102);
  font-family: var(--font-primary);
  align-self: stretch;
  box-sizing: border-box;
}

.achievement-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(8px, 0.99vw, 15px);
  margin-top: clamp(24px, 2.65vw, 40px);
}

.achievement-grid-item {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: clamp(clamp(4px, 0.53vw, 8px), 1.06vw, clamp(8px, 1.06vw, 16px));
  padding: clamp(clamp(4px, 0.53vw, 8px), 1.06vw, clamp(8px, 1.06vw, 16px));
  transition: 0.3s ease;
  display: flex;
  flex-direction: column;
  text-align: left;
}

.achievement-grid-item__text {
  color: var(--Green-758375, #667366);
  font-family: var(--font-primary);
  font-size: clamp(13px, 1.12vw, 17px);
  font-weight: 400;
  line-height: 1.6;
  margin-top: clamp(8px, 1.06vw, 16px);
  margin-bottom: 0;
}

.achievement-grid-item__icon {
  width: clamp(16px, 1.59vw, 24px);
  height: clamp(16px, 1.59vw, 24px);
  flex-shrink: 0;
  border-radius: clamp(clamp(4px, 0.53vw, 8px), 0.93vw, clamp(8px, 0.93vw, 14px));
  background: var(--Additional-Green---f8f9f8, #f8f9f8);
  padding: clamp(clamp(4px, 0.53vw, 8px), 0.66vw, clamp(8px, 0.66vw, 10px));
}

a {
  color: inherit;
  text-decoration: none;
}

.project_result {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: clamp(8px, 0.66vw, 10px);
  padding: clamp(24px, 2.65vw, 40px) clamp(36px, 4.23vw, 64px) clamp(24px, 2.65vw, 40px) clamp(36px, 4.23vw, 64px);
  margin-top: clamp(20px, 2.12vw, 32px);
  align-self: stretch;
  height: 408px;
  box-sizing: border-box;
  background: rgb(254, 249, 240);
  border-radius: clamp(8px, 1.06vw, 16px);
}

.project_result_wraper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0px 0px 0px 0px;
  align-self: stretch;
  box-sizing: border-box;
  border-radius: 0px;
  gap: clamp(64px, 7.34vw, 111px);
}

.project_result_info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: clamp(clamp(12px, 1.32vw, 20px), 2.45vw, clamp(20px, 2.45vw, 37px));
  padding: 0;
  flex: 1 1 0;
  height: 233px;
  box-sizing: border-box;
  border-radius: 0;
}
.project_result_info .project_result_title {
  display: flex;
  flex-direction: column;
}
.project_result_info h1 {
  margin: 0;
  font-size: clamp(24px, 2.65vw, 40px);
  font-weight: 400;
  line-height: clamp(28px, 3.17vw, 48px);
  letter-spacing: -0.5px;
  text-align: left;
  color: rgb(21, 30, 21);
  flex: 1 1 0;
  align-self: stretch;
  height: 60px;
  font-family: var(--font-primary);
  box-sizing: border-box;
}
.project_result_info p {
  margin: 0;
  margin-top: clamp(12px, 1.59vw, 24px);
  font-size: clamp(13px, 1.12vw, 17px);
  font-weight: 400;
  line-height: clamp(16px, 1.59vw, 24px);
  letter-spacing: 0px;
  text-align: left;
  color: rgb(21, 30, 21);
  flex: 1 1 0;
  font-family: var(--font-primary);
  align-self: stretch;
  height: 60px;
  box-sizing: border-box;
}

.project_result_quote {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: clamp(8px, 0.86vw, 13px);
  padding: clamp(20px, 2.12vw, 32px) clamp(20px, 2.12vw, 32px) clamp(12px, 1.59vw, 24px) clamp(20px, 2.12vw, 32px);
  flex: 1 1 0;
  box-sizing: border-box;
  background: rgb(255, 255, 255);
  border-radius: clamp(8px, 1.06vw, 16px);
}

.frame-frame-1966048022-7 {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: clamp(12px, 1.12vw, 17px);
  padding: 0px 0px 0px 0px;
  width: 150px;
  box-sizing: border-box;
  border-radius: 0px;
}

.text-crupa-has-provided-a-very-good-8 {
  margin: 0;
  font-size: clamp(13px, 1.12vw, 17px);
  font-weight: 400;
  line-height: clamp(16px, 1.59vw, 24px);
  letter-spacing: 0px;
  text-align: left;
  color: rgb(21, 30, 21);
  align-self: stretch;
  height: 152px;
  box-sizing: border-box;
  font-family: var(--font-primary);
}

.text-software-management-9 {
  margin: 0;
  font-size: clamp(13px, 1.12vw, 17px);
  font-weight: 500;
  line-height: clamp(16px, 1.59vw, 24px);
  letter-spacing: 0px;
  margin-top: clamp(8px, 0.93vw, 14px);
  text-align: left;
  color: rgb(6, 138, 6);
  align-self: stretch;
  box-sizing: border-box;
  font-family: var(--font-primary);
}

.ellipse-ellipse-1953-10 {
  border-radius: 50%;
  overflow: hidden;
  width: 40px;
  height: 40px;
  box-sizing: border-box;
  border: 1px solid rgb(102, 115, 102);
  border-radius: 0px;
}

.frame-frame-1966048028-11 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 0px 0px 0px 0px;
  width: 93px;
  box-sizing: border-box;
  border-radius: 0px;
}

.text-thomas-s-12 {
  margin: 0;
  font-size: clamp(13px, 1.12vw, 17px);
  font-weight: 500;
  line-height: clamp(16px, 1.59vw, 24px);
  letter-spacing: 0px;
  text-align: left;
  color: rgb(21, 30, 21);
  box-sizing: border-box;
}

.text-saudi-arabia-13 {
  margin: 0;
  font-size: clamp(10px, 0.93vw, 14px);
  font-weight: 400;
  line-height: clamp(16px, 1.59vw, 24px);
  letter-spacing: 0px;
  text-align: left;
  color: rgb(102, 115, 102);
  box-sizing: border-box;
}

.ellipse-ellipse-1953-10-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.instance-view-case-study-project-14 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: clamp(8px, 0.66vw, 10px);
  padding: clamp(4px, 0.53vw, 8px) clamp(8px, 1.06vw, 16px) clamp(4px, 0.53vw, 8px) clamp(8px, 1.06vw, 16px);
  width: 148px;
  box-sizing: border-box;
  border: 1px solid rgb(228, 232, 228);
  background: rgb(255, 255, 255);
  border-radius: clamp(8px, 0.79vw, 12px);
}

.text-view-case-study-15 {
  margin: 0;
  font-size: clamp(10px, 0.93vw, 14px);
  font-weight: 400;
  line-height: clamp(16px, 1.59vw, 24px);
  letter-spacing: 0px;
  text-align: left;
  color: rgb(21, 30, 21);
  box-sizing: border-box;
}

:root {
  --sidebar-width: clamp(175px, 17.6vw, 265px);
  --sidebar-width-collapsed: clamp(28px, 3.31vw, 80px);
  --logo-flex: 2;
  /* Font families */
  --font-primary: "Neue Montreal", sans-serif;
  /* Font weights */
  --fw-regular: 400;
  --fw-medium: 500;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: clamp(clamp(8px, 0.79vw, 12px), 1.59vw, clamp(12px, 1.59vw, 24px));
  font-family: var(--font-primary);
  font-weight: var(--fw-regular);
}

@font-face {
  font-family: "Neue Montreal";
  src: url("../fonts/PPNeueMontreal-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Neue Montreal";
  src: url("../fonts/PPNeueMontreal-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
