.section-hero {
  padding: clamp(6rem, 4.2692rem + 5.7692vw, 9rem) 0 clamp(2rem, -0.3077rem + 7.6923vw, 6rem);
}

@media screen and (max-width: 767.8px) {
  .section-hero {
    padding: 104px 0 88px 0;
  }
}

.hero-chips {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 46px;
  flex-wrap: wrap;
}

.hero-chips .chip {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 5px 12px;
  gap: 7px;
  background: linear-gradient(180deg, rgba(102, 102, 102, 0.06) 0%, rgba(0, 0, 0, 0.06) 100%);
  box-shadow: 0px 4px 4px -3px rgba(0, 0, 0, 0.25);
  border-radius: 100px;
  font-family: 'Geist';
  font-weight: 500;
  font-size: 11px;
  line-height: 20px;
  text-transform: uppercase;
  color: rgba(76, 82, 113, 0.57);
}

.hero-title {
  font-family: 'Google Sans Flex';
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 113%;
  letter-spacing: -0.01em;
  text-align: center;
  letter-spacing: -0.01em;
  color: #000000;
  max-width: 327px;
  margin: 0 auto;
  margin-bottom: 24px;
}

@media screen and (min-width: 1024px) {
  .hero-title {
    max-width: 720px;
  }
}

@media screen and (min-width: 768px) {
  .hero-title {
    font-size: clamp(2rem, 0.5577rem + 4.8077vw, 4.5rem);
    line-height: 1;
  }
}

.hero-description {
  font-family: 'Google Sans Flex';
  font-weight: 400;
  font-size: 18px;
  line-height: 144%;
  letter-spacing: -0.01em;
  text-align: center;
  letter-spacing: -0.02em;
  color: #000000;
  max-width: 327px;
  margin: 0 auto;
  margin-bottom: 56px;
}

@media screen and (min-width: 1024px) {
  .hero-description {
    max-width: 758px;
  }
}

@media screen and (min-width: 768px) {
  .hero-description {
    font-size: 20px;
    line-height: 28px;
  }
}

.hero-buttons {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

.hero-buttons .hero-button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 16px;
  border-radius: 8px;
  color: #fff;
  text-decoration: none;
  font-family: 'Geist Mono';
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
}

.hero-buttons .button-orange {
  color: #fff;
  padding: 8px 4px 8px 24px;
  background: linear-gradient(180deg, #f78a3b 0%, #e66d17 100%);
  box-shadow: 0px 3px 5px -3px rgba(0, 0, 0, 0.25);
}

@media screen and (min-width: 1200px) {
  .hero-buttons .button-orange {
    padding: 4px 4px 4px 24px;
  }
}

.hero-buttons .button-transparent {
  padding: 16px;

  background: linear-gradient(180deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.5) 100%);
  box-shadow:
    0px 3px 5px -3px rgba(0, 0, 0, 0.25),
    inset 0px 1px 1px 0px rgba(0, 0, 0, 0.15);
  color: #2a2c36;
}

@media screen and (min-width: 1200px) {
  .hero-buttons .button-transparent {
    padding: 8px 16px;
  }
}

.hero-buttons .button-orange:hover {
  background: var(--batton-dark-bg-light);
}

.hero-buttons .button-orange:hover .button-orange-icon svg {
  transform: rotate(45deg);
}

.hero-buttons .button-transparent:hover {
  background: linear-gradient(180deg, rgba(225, 226, 235, 0.5) 0%, #e1e2eb 100%);
}

.button-orange-icon {
  width: 44px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}

.section-widget-persentation {
  padding: 0;
}

@media screen and (min-width: 1024px) {
  .section-widget-persentation {
    padding: clamp(6rem, 4.2692rem + 5.7692vw, 9rem) 0 clamp(2rem, -0.3077rem + 7.6923vw, 6rem);
  }
}

@media screen and (max-width: 1023.9px) {
  .section-widget-persentation .container {
    position: relative;
    padding-bottom: 72px;
  }
}

.widget-persentation-top {
  display: flex;
  gap: 115px;
}

@media screen and (max-width: 1023.9px) {
  .widget-persentation-top {
    gap: 24px;
  }
}

@media (max-width: 767.8px) {
  .widget-persentation-top {
    gap: 48px;
    justify-content: center;
  }

  .widget-persentation-logo-carousel .swiper {
    height: 20px;
  }
}

.widget-persentation-rates {
  display: flex;
  gap: 40px;
}

@media (max-width: 768px) {
  .widget-persentation-rates {
    gap: 48px;
  }
}

@media screen and (max-width: 374.9px) {
  .widget-persentation-rates {
    gap: 12px;
  }
}
.widget-persentation-rate-item {
  display: flex;
  align-items: center;
  gap: 12px;
}

.widget-persentation-rate-logo {
  width: 36px;
  height: 36px;
  border-radius: 4px;
  background-color: #78798a;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.widget-persentation-rate-title-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.widget-persentation-rate-title {
  font-family: 'Instrument Sans';
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.01em;
  color: #78798a;
}

.widget-persentation-rating-wrapper {
  display: flex;
  gap: 6px;
}

.widget-persentation-rating-value {
  font-family: 'Instrument Sans';
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  display: flex;
  align-items: center;
  letter-spacing: 0.01em;
  color: #78798a;
}

.widget-persentation-logo-carousel {
  width: 100%;
  max-width: 845px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media screen and (max-width: 1023.9px) {
  .widget-persentation-logo-carousel {
    width: 375px;
  }
}

@media screen and (max-width: 767.9px) {
  .widget-persentation-logo-carousel {
    position: absolute;
    bottom: 32px;
    left: 50%;
    transform: translate(-50%, 100%);
  }
}

@media screen and (min-width: 1024px) {
  .widget-persentation-logo-carousel {
    width: 768px;
  }
}

.widget-presentation-logo-swiper .swiper-wrapper {
  transition-timing-function: linear !important;
}

.widget-persentation-logo-carousel:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    rgb(248 250 252) 0%,
    #ffffff00 10%,
    #ffffff00 90%,
    rgb(248 250 252) 100%
  );
  z-index: 10;
}

.widgets-carousel-wrapper {
  padding: 8px;
  background-color: #dbdbdb;
  border-radius: 24px;
  margin-top: 24px;
}

@media screen and (max-width: 767.8px) {
  .widgets-carousel-wrapper {
    border-radius: 11px;
    padding: 3px;
    height: 280px;
  }
}

.widgets-carousel-swiper {
  border-radius: 16px;
  overflow: hidden;
  height: 100%;
}

@media screen and (max-width: 767.8px) {
  .widgets-carousel-swiper {
    border-radius: 8px;
  }
}

.widget-persentation-logo-carousel .swiper-slide img {
  width: 100%;
  height: 100%;
}

.widgets-carousel-swiper .swiper-slide {
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1) !important;
}

@media screen and (max-width: 1023.9px) {
  .widget-persentation-logo-carousel .swiper-slide {
    width: 140px !important;
    margin-right: 8px !important;
  }
}

.widgets-carousel-wrapper .swiper-wrapper .swiper-slide > img {
  height: 100%;
  object-fit: cover !important;
}

.section-industries {
  padding: 48px 0;
}

@media screen and (max-width: 767.8px) {
  .section-industries {
    padding: 88px 0 80px 0;
  }
}

@media screen and (max-width: 767.8px) {
  .section-industries .container {
    padding: 0 0 0 24px;
  }
}

.section-industries-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  margin-bottom: 40px;
}

@media screen and (max-width: 767.8px) {
  .section-industries-head {
    padding-right: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .section-industries-head {
    gap: 12px;
  }
}

.section-industries-subtitle {
  font-family: 'Geist Mono';
  font-weight: 400;
  font-size: 12px;
  line-height: 2;
  text-align: center;
  text-transform: uppercase;
  color: #252730;
}

.section-industries-title {
  font-family: 'Google Sans Flex';
  font-weight: 400;
  font-size: 32px;
  line-height: 113%;
  letter-spacing: -0.01em;
  text-align: center;
  color: #000000;
  max-width: 327px;
}

@media screen and (min-width: 1200px) {
  .section-industries-title {
    font-size: clamp(1.5rem, 0.6346rem + 2.8846vw, 3rem);
    line-height: 1.16667;
    max-width: 846px;
  }
}

.section-industries-items-wrapper {
  padding: 8px;
  background-color: #dbdbdb;
  border-radius: 24px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 8px;
  scroll-behavior: smooth;
}

@media screen and (max-width: 767.8px) {
  .section-industries-items-wrapper {
    border-radius: 24px 0 0 24px;
  }
}

@media screen and (max-width: 767.8px) {
  .section-industries-items-wrapper {
    overflow-x: scroll;
    flex-wrap: nowrap;
  }
}

.section-industries-item {
  width: calc((100% - 24px) / 4);
  background-color: #fff;
  border-radius: 16px;
  min-height: 240px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  flex-shrink: 0;
}

@media screen and (min-width: 768px) and (max-width: 1023.9px) {
  .section-industries-item {
    width: calc((100% - 8px) / 2);
    height: 188px;
  }
}

@media screen and (max-width: 767.8px) {
  .section-industries-item {
    width: 100%;
    max-width: 287px;
    height: 188px;
  }
}

.section-industries-item:hover {
  background: linear-gradient(180deg, #595060 0%, #3e3d4f 100%);
}

.section-industries-item-head {
  padding: 20px 18px;
  display: flex;
  align-items: center;
  gap: 15px;
  border-bottom: 1px dashed rgba(43, 46, 56, 0.25);
}

@media screen and (min-width: 1024px) {
  .section-industries-item-head {
    height: 90.67px;
  }
}

.section-industries-item:hover .section-industries-item-head {
  border-color: #fff;
}

.section-industries-item-head-icon {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, rgba(89, 80, 96, 0.07) 0%, rgba(62, 61, 79, 0.07) 100%);
  box-shadow: inset 0px 0px 2px rgba(255, 255, 255, 0.15);
  border-radius: 8px;
}

.section-industries-item:hover .section-industries-item-head-icon {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08) 0%, rgba(194, 197, 208, 0.08) 100%);
  box-shadow: inset 0px 0px 2px rgba(255, 255, 255, 0.15);
}

.section-industries-item:hover .section-industries-item-head-icon img {
  filter: brightness(0.5) invert(1);
}

.section-industries-item-head-title {
  font-family: 'Google Sans Flex';
  font-weight: 500;
  font-size: 19px;
  line-height: 140%;
  color: #000;
}

@media screen and (min-width: 1200px) {
  .section-industries-item-head-title {
    font-size: 22px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023.9px) {
  .section-industries-item-head-title {
    font-size: 22px;
    line-height: 28px;
  }
}

@media screen and (max-width: 767.8px) {
  .section-industries-item-head-title {
    font-size: 20px;
  }
}

.section-industries-item:hover .section-industries-item-head-title {
  color: #ffffff;
}

.section-industries-item-content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 24px 32px 24px 24px;
  overflow: hidden;
  transform: translateY(56px);
}

.section-industries-item-content {
  font-family: 'Google Sans Flex';
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.01em;
  color: #000;
}

.section-industries-item:hover .section-industries-item-content {
  color: #ffffff;
}

.section-industries-item:hover .section-industries-item-content-wrapper {
  margin-bottom: 0;
  transform: translateY(0);
}

.section-industries-item-link {
  padding: 8px 16px;
  border-radius: 8px;
  color: #000;
  background: linear-gradient(180deg, #ffffff 0%, #c2c5d0 100%);
  border-radius: 8px;
  text-decoration: none;
  width: fit-content;
  font-family: 'Geist Mono';
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  transform: translateY(100px);
}

.section-industries-item:hover
  .section-industries-item-content-wrapper
  .section-industries-item-link {
  transform: translateY(0);
}

@media screen and (min-width: 768px) {
  .section-industries .pagination_list {
    display: none;
  }
}

.section-widgets {
  padding-bottom: 80px;
}

@media screen and (min-width: 1200px) {
  .section-widgets {
    padding: clamp(3rem, 2.1346rem + 2.8846vw, 4.5rem) 0;
  }
}

.section-widgets-wrapper {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.section-widget-item {
  padding: 4px;
  background-color: #fff;
  border-radius: 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

@media screen and (max-width: 767.8px) {
  .section-widget-item {
    align-items: center;
  }
}

.section-widget-item-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 32px 96px;
  gap: 40px;
  grid-row: 1;
}

.section-widget-item-chips {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 0 auto auto;
  flex-wrap: wrap;
}

.section-widget-item-chip {
  padding: 8px 12px;
  font-family: 'Geist Mono';
  font-weight: 500;
  font-size: 12px;
  line-height: 150%;
  background-color: #f3f3f3;
  color: rgba(0, 0, 0, 0.6);
  border-radius: 40px;
}

.section-widget-item-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  margin: 0 auto auto;
}

.section-widget-item-title {
  font-family: 'Google Sans Flex';
  font-weight: 400;
  font-size: 40px;
  line-height: 120%;
  text-align: center;
  letter-spacing: -1px;
  color: #201e1e;
}

.section-widget-item-text {
  font-family: 'Google Sans Flex';
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  color: rgba(0, 0, 0, 0.7);
}

@media screen and (max-width: 1023.9px) {
  .section-widget-item-link.button3.button3-icon {
    margin-top: 32px;
  }
}

.section-widget-item-image {
  background:
    linear-gradient(180deg, rgba(120, 121, 138, 0.8) 0%, rgba(37, 39, 48, 0.8) 100%), #999ab1;
  border-radius: 20px;
  padding: 94% 40px 40px 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

@media screen and (max-width: 767.8px) {
  .section-widget-item-image {
    flex-shrink: 0;
    width: 319px;
    height: 400px;
  }
}

.section-widget-item-image img {
  width: 100%;
  height: calc(100% - 40px);
  object-fit: contain;
  position: absolute;
  top: 40px;
  bottom: 40px;
}

@media screen and (max-width: 1023.9px) {
  .section-widget-item-image img {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-position: bottom;
  }
}

@media screen and (max-width: 767.9px) {
  .section-widget-item.move-left .section-widget-item-image {
    overflow: hidden;
  }

  .section-widget-item.move-left .section-widget-item-image img {
    left: 35%;
    object-position: right;
  }
}

.section-widgets-wrapper .section-widget-item:nth-child(odd) .section-widget-item-content {
  grid-column: 1;
}

.section-widgets-wrapper .section-widget-item:nth-child(odd) .section-widget-item-image {
  grid-column: 2;
}

.section-widgets-wrapper .section-widget-item:nth-child(even) .section-widget-item-content {
  grid-column: 2;
}

.section-widgets-wrapper .section-widget-item:nth-child(even) .section-widget-item-image {
  grid-column: 1;
}

.section-language {
  padding: 57px 0 64px;
  position: relative;
}

@media screen and (max-width: 1000px) {
  .section-language {
    padding: 32px 0 40px;
  }
}

.section-language-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.section-language-image._mobile {
  display: none;
}

@media screen and (max-width: 767.8px) {
  .section-language-image._desk {
    display: none;
  }

  .section-language-image._mobile {
    display: block;
  }
}

.section-language-content-wrapper {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 40px;
}

@media screen and (max-width: 767.8px) {
  .section-language-content-wrapper {
    align-items: center;
    flex-direction: column;
    gap: 328px;
  }
}

.section-language-content {
  max-width: 669px;
  position: relative;
  z-index: 1;
  text-align: start;
}

@media screen and (max-width: 767.8px) {
  .section-language-content {
    text-align: start;
  }

  .section-language-content > a {
    margin: 0;
  }
}

.section-language-content-title {
  font-family: 'Google Sans Flex';
  font-weight: 500;
  font-size: 48px;
  line-height: 56px;
  color: #ffffff;
  margin-bottom: 16px;
}

@media screen and (max-width: 1000px) {
  .section-language-content-title {
    font-weight: 500;
    font-size: 32px;
    line-height: 113%;
  }
}

.section-language-content-text {
  font-family: 'Google Sans Flex';
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  margin-bottom: 40px;
}

@media screen and (max-width: 1000px) {
  .section-language-content-text {
    line-height: 150%;
  }
}

.section-language-content-image {
  max-width: 461px;
  border-radius: 32px;
  overflow: hidden;
}

@media screen and (max-width: 1000px) {
  .section-language-content-image {
    max-width: 327px;
  }
}

.section-language-content-image img {
  backdrop-filter: blur(8px);
}

.section-language-chat-langs {
  position: relative;
  margin-top: 24px;
}

/* .section-language-chat-langs::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg,rgba(0, 0, 0, 0.98) 0%, rgba(204, 204, 204, 0) 50%, rgba(0, 0, 0, 1) 100%);
    border-radius: 0;
    z-index: 10;
} */

.section-language-chat-langs .swiper-slide .section-language-chat-lang {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 12px;
}

.section-language-chat-langs .swiper-slide .section-language-chat-lang img {
  width: 20px;
  height: 20px;
}

.section-language-chat-lang-text {
  font-family: 'Geist Mono';
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.7);
}

.section-features {
  padding: 80px 0;
}

@media screen and (min-width: 1200px) {
  .section-features {
    padding: 120px 0;
  }
}

.section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px;
  margin-bottom: 40px;
}

.section-head-title-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 620px;
}

.section-head-high-title {
  font-family: 'Geist Mono';
  font-weight: 400;
  font-size: 12px;
  line-height: 200%;
  text-transform: uppercase;
  margin-bottom: 16px;
  color: #252730;
}

.section-head-title {
  font-family: 'Google Sans Flex';
  font-weight: 400;
  font-size: clamp(2rem, 1.4231rem + 1.9231vw, 3rem);
  line-height: 1.1667;
  color: #000000;
}

@media screen and (max-width: 768px) {
  .section-head-title {
    font-size: 28px;
    line-height: 129%;
    letter-spacing: -0.01em;
  }
}

.section-head-text-wrapper {
  max-width: 421px;
}

.section-head-text {
  font-family: 'Google Sans Flex';
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #252730;
}

.section-features-list {
  background-color: #ededed;
  padding: 8px;
  border-radius: 24px;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  --gap: 8px;
  --fixed: min(100%, clamp(320px, 40vw, 525px));
  display: flex;
  flex-wrap: wrap;
  gap: var(--gap);
  scroll-behavior: smooth;
}

.section-features-list-item {
  padding: 32px;
  background-color: #fff;
  border-radius: 16px;
  min-height: fit-content;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
}

.section-features-list-item:nth-child(6n + 1),
.section-features-list-item:nth-child(6n) {
  flex: 0 0 var(--fixed);
  max-width: var(--fixed);
}

.section-features-list-item:nth-child(6n + 2),
.section-features-list-item:nth-child(6n + 5) {
  flex: 1 1 calc(100% - var(--fixed) - var(--gap));
  min-width: 260px;
}

.section-features-list-item:nth-child(6n + 3),
.section-features-list-item:nth-child(6n + 4) {
  flex: 1 1 calc((100% - var(--gap)) / 2);
  min-width: 240px;
}

.section-features-list-item.invert,
.section-features-list-item.last {
  background: linear-gradient(180deg, #4d5160 0%, #252730 100%), #ffffff;
}

@media screen and (max-width: 1000px) {
  .section-features-list {
    flex-wrap: nowrap;
    overflow-x: scroll;
  }

  .section-features-list .section-features-list-item {
    min-width: 100%;
    flex-shrink: 0;
  }
}

@media screen and (max-width: 1023.9px) {
  .section-features-list-item.invert.last.desktop-only {
    display: none;
  }

  .section-features-list-item.last._mobile {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 0;
  }

  .section-features .pagination_list {
    margin-bottom: 80px;
  }
}

.section-features .pagination_list .item:nth-last-child(-n + 1) {
  display: none;
}

@media screen and (min-width: 1024px) {
  .section-features-list-item.invert.last.desktop-only {
    display: flex;
  }

  .section-features-list-item.last._mobile {
    display: none;
  }

  .section-features .pagination_list {
    display: none;
  }
}

.section-features-list-item.last._mobile {
  text-align: center;
  padding: 290px 0 48px 0;
  background-image: url(../img/mobile-bg-ready.jpg);
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  gap: 48px;
}

.section-features-list-item-content._mobile {
  gap: 24px;
}

@media screen and (max-width: 1023.9px) {
  .section-features-list-item-text._mobile > span {
    display: block;
  }
}

.section-features-list-item-title._mobile {
  font-family: var(--g-sans-flex);
  font-weight: 400;
  font-size: 40px;
  line-height: 110%;
  text-align: center;
  color: #fff;
}

.section-features-list-item-text._mobile {
  font-family: var(--g-sans-flex);
  font-weight: 400;
  font-size: 18px;
  line-height: 156%;
  text-align: center;
  color: #fff;
}

.section-features-list-item-content {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.section-features-list-item-title {
  font-family: 'Instrument Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  line-height: 1.143;
}

.section-features-list-item:not(.invert) .section-features-list-item-title,
.section-features-list-item:not(.invert) .section-features-list-item-text,
.section-features-list-item:not(.last) .section-features-list-item-title,
.section-features-list-item:not(.last) .section-features-list-item-text {
  color: #000;
}

.section-features-list-item.invert .section-features-list-item-title,
.section-features-list-item.invert .section-features-list-item-text,
.section-features-list-item.last .section-features-list-item-title,
.section-features-list-item.last .section-features-list-item-text {
  color: #ffffff;
}

.section-features-list-item-text {
  font-family: 'Instrument Sans';
  font-weight: 400;
  font-size: 16px;
  line-height: 1.25;
}

.section-features-list-item.last .section-features-list-item-title {
  font-size: 48px;
}

.section-features-list-item.last .section-features-list-item-text {
  font-size: 20px;
}

.section-features-list-item-button {
  padding: 4px 4px 4px 24px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  background-color: white;
  color: #000;
  text-decoration: none;
  width: fit-content;
  font-family: 'Geist Mono';
  font-weight: 500;
  font-size: 14px;
  line-height: 1.8;
  text-align: center;
  color: #000000;
}

.section-features-list-item-button:hover {
  background: var(--batton-dark-bg-light);
  color: #fff;
}

.section-features-list-item-button .button-icon {
  width: 44px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}

.section-features-list-item-button:hover .button-icon .icon {
  transform: rotate(45deg);
}

.section-goals {
  padding: clamp(3rem, 2.1346rem + 2.8846vw, 4.5rem) 0;
}

@media screen and (max-width: 767.8px) {
  .section-goals {
    padding: 0 0 40px 0;
  }
}

.section-goals-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 846px;
  margin: 0 auto 40px;
}

.section-goals-tabs {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
}

.section-goals-tabs-nav {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

.section-goals-tabs-nav-item {
  padding: 8px 12px;
  background: #eaeaea;
  backdrop-filter: blur(15px);
  border-radius: 40px;
  font-family: 'Geist Mono';
  font-weight: 500;
  font-size: 12px;
  line-height: 150%;
  color: rgba(0, 0, 0, 0.6);
  border: none;
  cursor: pointer;
}

.section-goals-tabs-nav-item:hover,
.section-goals-tabs-nav-item.is-active {
  background: linear-gradient(180deg, #4d5160 0%, #252730 100%), #eaeaea;
  color: #fff;
}

.section-goals-tabs-panels {
  background-color: #f2f2f2;
  padding: 8px;
  border-radius: 24px;
}

@media screen and (min-width: 1200px) {
  .section-goals-tabs-panels {
    width: 100%;
  }
}

.section-goals-tabs-panel .section-goals-inner {
  display: flex;
  gap: 8px;
  flex-direction: column-reverse;
}

@media screen and (min-width: 1023.9px) {
  .section-goals-tabs-panel .section-goals-inner {
    flex-direction: row;
  }
}

.section-goals-inner-left {
  width: 100%;
  max-width: 425px;
}

.section-goals-inner-right {
  width: 100%;
  max-width: 735px;
}

@media screen and (max-width: 768px) {
  .section-goals-inner-right {
    height: 460px;
  }
}

.section-goals-inner-right,
.section-goals-inner-panels {
  min-height: 100%;
  display: flex;
  min-width: calc(100% - 425px - 8px);
}

.section-goals-inner-panel {
  width: 100%;
}

.section-goals-inner-list {
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  border-radius: 16px;
  background: #ffffff;
  height: 100%;
}

@media screen and (max-width: 1023.9px) {
  .section-goals-inner-list {
    background-color: transparent;
    overflow: hidden;
    height: 172px;
    padding: 24px 0 32px 0;
  }
}

.section-goals-inner-item {
  padding: 20px;
  border-radius: 12px;
  background-color: transparent;
  border: none;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  cursor: pointer;
}

@media screen and (min-width: 1023.9px) {
  .section-goals-inner-item.is-active,
  .section-goals-inner-item:hover {
    background: linear-gradient(180deg, #f7f7f7 0%, #ebebeb 100%);
  }
}

.section-goals-inner-item-title {
  font-family: 'Google Sans Flex';
  font-weight: 400;
  font-size: 20px;
  line-height: 1.8;
  color: #000000;
}

.section-goals-inner-item-text {
  font-family: 'Google Sans Flex';
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.6);
  text-align: left;
}

.section-goals-tabs-panel.is-simple .section-goals-inner-list {
  height: 100%;
}

.section-goals-tabs-panel.is-simple .section-goals-inner-list .section-goals-inner-item {
  height: 100%;
  background: transparent;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.section-goals-tabs-panel.is-simple
  .section-goals-inner-list
  .section-goals-inner-item
  .section-goals-inner-item-title {
  font-size: 28px;
}

.section-goals-tabs-panel.is-simple .section-goals-inner-list .section-goals-inner-item {
  background: transparent;
}

.section-goals-preview {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  height: 100%;
  width: 100%;
  min-width: 100%;
}

.section-goals-preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-goals-preview-link {
  font-weight: 400;
  font-size: 9px;
  line-height: 156%;
  color: rgba(255, 255, 255, 0.8);
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: fit-content;
}

@media screen and (max-width: 768px) {
  .section-goals-preview-link {
    right: 12px;
    bottom: 12px;
  }
}

.section-goals-preview-link > a {
  display: block;
  font-weight: 400;
  font-size: 9px;
  line-height: 156%;
  color: rgba(255, 255, 255, 0.8);
  text-decoration: underline;
  text-decoration-skip-ink: none;
}

.section-integrations {
  padding: 72px 0 88px;
  background: linear-gradient(224deg, #453e4ed9 0%, #191a21 100%);
}

@media screen and (min-width: 768px) and (max-width: 1023.9px) {
  .section-integrations .container {
    max-width: none;
  }
}

@media screen and (max-width: 767.8px) {
  .section-integrations {
    padding: 64px 0;
  }

  .section-integrations .container {
    padding: 0 10px;
  }
}

.section-integrations-head {
  max-width: 846px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.section-integrations-button {
  margin-top: 32px;
}

.section-integrations-wrap {
  display: flex;
  gap: 24px;
  margin-top: 72px;
}

@media screen and (max-width: 767.8px) {
  .section-integrations-wrap {
    gap: 0;
  }
}

.section-integrations-carousel {
  width: 100%;
  flex-wrap: nowrap;
  gap: 24px;
  display: flex;
  justify-content: space-between;
}

@media screen and (min-width: 768px) and (max-width: 1023.9px) {
  .section-integrations-carousel {
    flex-wrap: wrap;
    gap: 15px;
  }
}

@media screen and (max-width: 767.8px) {
  .section-integrations-carousel {
    gap: 10px;
    height: fit-content;
  }
}

.section-integrations-carousel-item {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.025) 0%,
    rgba(255, 255, 255, 0.05) 100%
  );
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
  min-width: 198px;
}

@media screen and (min-width: 768px) and (max-width: 1023.9px) {
  .section-integrations-carousel-item {
    width: calc((100% - 15px) / 2);
    height: 130px;
  }
}

@media screen and (max-width: 767.8px) {
  .section-integrations-carousel-item {
    border-radius: 7px;
    min-width: 81px;
    height: 72px;
    padding: 0;
  }

  .section-integrations-carousel-img {
    width: 70%;
  }

  .section-integrations-edge {
    display: none;
  }
}

.section-integrations-edge {
  min-height: 176px;
  max-width: clamp(3rem, -2.4087rem + 18.0288vw, 12.375rem);
  width: 100%;
  border-radius: 16px;
}

.section-integrations-edge.section-integrations-edge--left {
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 100%);
}

.section-integrations-edge.section-integrations-edge--right {
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.05) 100%);
}

.section-stories {
  padding: clamp(3.75rem, 1.5865rem + 7.2115vw, 7.5rem) 0;
}

.section-stories-head {
  width: 100%;
  max-width: 865px;
}

.section-stories-list {
  margin-top: 40px;
  padding: 8px;
  gap: 8px;
  background-color: #ededed;
  border-radius: 24px;
  display: flex;
  scroll-behavior: smooth;
}

@media screen and (max-width: 767.8px) {
  .section-stories-list {
    overflow-x: scroll;
  }
}

@media screen and (min-width: 768px) and (max-width: 1199.9px) {
  .section-stories-list {
    flex-wrap: wrap;
  }

  .section-stories .pagination_list {
    display: none;
  }
}

.section-stories-item {
  padding: 24px;
  border-radius: 16px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 12px;
  width: calc((100% - 24px) / 4);
}

@media screen and (max-width: 767.8px) {
  .section-stories-item {
    width: 100%;
    height: 464px;
    flex-shrink: 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 1199.9px) {
  .section-stories-item {
    width: calc((100% - 8px) / 2);
    flex-shrink: 0;
  }
}

.section-stories-item.first {
  background: linear-gradient(151deg, #453e4ed9 0%, #191a21 100%), #ffffff;
}

.section-stories-item-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.section-stories-item-rate {
  display: flex;
  align-items: center;
  gap: 8px;
}

.section-stories-item-rate .icons {
  color: #f4a789;
  display: flex;
  align-items: center;
}

.section-stories-item-rate .text {
  font-family: 'Geist Mono';
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #000000;
}

.section-stories-item-rate .text .text-second {
  opacity: 0.5;
}

.section-stories-item-title {
  font-family: 'Google Sans Flex';
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.015em;
  color: #000000;
}

.section-stories-item-text {
  font-family: 'Google Sans Flex';
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.8);
}

.section-stories-item-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-top: 16px;
  border-top: 1px solid rgba(0, 0, 0, 0.25);
}

.section-stories-item-author {
  display: flex;
  align-items: center;
  gap: 12px;
}

.section-stories-item-author-photo {
  width: 44px;
  height: 44px;
  overflow: hidden;
  border-radius: 50%;
  flex-shrink: 0;
  background-color: #eee;
  position: relative;
}

.section-stories-item-author-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-stories-item-author-name {
  font-family: 'Geist Mono';
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.7);
}

.section-stories-item-author-position {
  font-family: 'Geist Mono';
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #000;
  opacity: 0.5;
}

.section-stories-item-company {
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 4.4px;
  background:
    linear-gradient(180deg, #4d5160 0%, #252730 100%),
    linear-gradient(180deg, #777a86 0%, #4d5160 100%);
  border-radius: 8.8px;
}

.section-stories-item.first .section-stories-item-rate .text,
.section-stories-item.first .section-stories-item-title,
.section-stories-item.first .section-stories-item-text,
.section-stories-item.first .section-stories-item-author-name,
.section-stories-item.first .section-stories-item-author-position {
  color: #fff;
}

.section-stories-item.first .section-stories-item-bottom {
  border-color: rgba(255, 255, 255, 0.1);
}

.section-stories-item.first .section-stories-item-company {
  background: linear-gradient(180deg, #777a86 0%, #4d5160 100%);
}

@media screen and (max-width: 767.8px) {
  .section-widget-item {
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
  }

  .section-widget-item-image {
    padding: 40px;
  }
}

@media (max-width: 1023.9px) {
  .section-widget-item {
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  .section-widget-item-content {
    padding: 32px;
  }

  .section-widget-item-chips {
    gap: 8px;
  }

  /* .section-widget-item-image img {
    position: relative;
    top: 0;
  } */

  .section-features-list-item,
  .section-features-list-item:nth-child(6n + 1),
  .section-features-list-item:nth-child(6n) {
    flex: 1 1 100%;
  }
}
