.services-expertise {
  padding-top: 120px;
  padding-bottom: 120px;
}

.services-expertise .title {
  margin: 0 0 32px;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 72px; /* 112.5% */
  color: #F0F3FA;
}

.services-expertise-accordion {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.services-expertise-accordion-summary {
  padding: 32px 110px 32px 32px;
  list-style: none;
  cursor: pointer;
  background: var(--e-global-opacity-black-064);
  backdrop-filter: blur(60px);
  transition-duration: 0.8s;
}

.services-expertise-accordion-title {
  margin: 0;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px; /* 125% */
  color: var(--e-global-brand-white);
}

.services-expertise-accordion-content {
  display: grid;
  grid-template-rows: 0fr;
  padding: 0 32px;
  transition-duration: 0.8s;
}

.services-expertise-accordion-content-body {
  display: flex;
  gap: 40px;
  overflow: hidden;
}

.services-expertise-accordion-item[open] + .services-expertise-accordion-content {
  grid-template-rows: 1fr;
  padding: 32px;
  background-color: var(--e-global-opacity-black-080);
}

.services-expertise-accordion-item[open] .services-expertise-accordion-summary {
  background-color: var(--e-global-opacity-black-080);
}

.services-expertise-accordion-summary::marker {
  content: none;
}

.services-expertise-accordion-summary::-webkit-details-marker {
  display: none;
}

.services-expertise-accordion-summary::after {
  position: absolute;
  top: 50%;
  right: 32px;
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M8 15V1M15 8H1' stroke='%2301040A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-color: var(--e-global-brand-white);
  border-radius: 50%;
  transition: transform 0.3s ease;
  transform: translateY(-50%);
}

.services-expertise-accordion-item[open] .services-expertise-accordion-summary::after {
  content: '';
  background-color: rgb(240 243 250 / 8%);
}

.services-expertise-accordion-item[open] .services-expertise-accordion-summary::before {
  position: absolute;
  top: 50%;
  right: 52px;
  width: 16px;
  height: 2px;
  content: '';
  background-color: var(--e-global-brand-white);
}

.services-expertise .overview-wrapper {
  display: flex;
  flex: 1 1 50%;
  flex-direction: column;
  gap: 24px;
  justify-content: space-between;
}

.services-expertise .overview-caption,
.services-expertise .overview-technologies-caption,
.services-expertise .process-caption {
  margin: 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 150% */
  color: var(--e-global-opacity-white-024);
  text-transform: uppercase;
  letter-spacing: 0.64px;
}

.services-expertise .overview-subtitle {
  margin: 16px 0;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  font-feature-settings: 'liga' off;
  line-height: 28px; /* 140% */
  color: var(--e-global-brand-white);
}

.services-expertise .overview-text {
  margin: 0;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 155.556% */
  color: var(--e-global-opacity-white-080);
}

.services-expertise .overview-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 12px 24px;
  margin-top: 40px;
  font-family: Satoshi, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 150% */
  color: var(--e-global-brand-white);
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  border: 2px solid var(--e-global-color-brand);
  border-radius: 65px;
  outline: none;
}

@media (hover: hover) {
  .services-expertise .overview-link:hover {
    background: linear-gradient(107deg, #FFF -155.85%, #2B4DFD 71.21%);
  }
}

.services-expertise .overview-link:active {
  background: linear-gradient(107deg, #FFF -74.41%, #2B4DFD 100.82%);
}

.services-expertise .overview-technologies-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  padding: 0;
  margin: 16px 0 0;
  list-style: none;
}

.services-expertise .overview-technologies-item {
  display: flex;
  flex: 0 0 230px;
  flex-direction: column;
  gap: 12px;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  background: var(--e-global-opacity-black-064);
  border-radius: 2px;
}

.services-expertise .overview-technologies-item:first-child {
  border-radius: 12px 12px 2px 2px;
}

.services-expertise .overview-technologies-item:last-child {
  border-radius: 2px 2px 12px 12px;
}

.services-expertise .overview-technologies-item-img {
  width: 64px;
  height: 64px;
}

.services-expertise .overview-technologies-item-text {
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  color: #F0F3FA;
  text-align: center;
}

.services-expertise .process-wrapper {
  flex: 1 1 50%;
}

.services-expertise .process-list {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 0;
  margin: 16px 0 0;
  list-style: none;
}

.services-expertise .process-item {
  position: relative;
  padding: 32px;
  background: var(--e-global-opacity-black-080);
  border: 1px solid transparent;
  border-radius: 12px 12px 2px 2px;
}

.services-expertise .process-item::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 15px;
  height: calc(100% + 2px);
  content: "";
  border-radius: 12px;
}

.services-expertise .process-item::after {
  position: absolute;
  bottom: 50%;
  left: 1px;
  width: 15px;
  height: calc(100% + 5px);
  content: '';
  background: #0d0f15;
  border-radius: 2px;
  transform: translateY(50%);
}

.services-expertise .process-item:first-child::before {
  border-radius: 12px 12px 2px 2px;
}

.services-expertise .process-item:first-child::after {
  bottom: -0.5px;
  height: calc(100% + 2.5px);
  border-radius: 12px 12px 2px 2px;
  transform: translateY(0);
}

.services-expertise .process-item:last-child::before {
  border-radius: 2px 2px 12px 12px;
}

.services-expertise .process-item:last-child::after {
  bottom: -0.5px;
  height: calc(100% + 3px);
  border-radius: 0 0 0 10px;
  transform: translateY(0);
}

.services-expertise .process-item:nth-child(3n + 1)::before {
  background: linear-gradient(180deg, #2B4DFD 0%, #7FE5FF 100%);
}

.services-expertise .process-item:nth-child(3n + 2)::before {
  background: linear-gradient(180deg, #AC2BFD 0%, #FF92EF 100%);
}

.services-expertise .process-item:nth-child(3n + 3)::before {
  background: linear-gradient(180deg, #FD2B75 0%, #FFBA92 100%);
}

.services-expertise .process-item-title {
  margin: 0 0 16px;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px; /* 133.333% */
  color: var(--e-global-brand-white);
}

.services-expertise .process-sublist {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.services-expertise .process-subitem {
  position: relative;
  padding-left: 20px;
}

.services-expertise .process-subitem::before {
  position: absolute;
  top: 8px;
  left: 0;
  width: 8px;
  height: 8px;
  content: "";
  background-color: var(--e-global-opacity-white-024);
  border-radius: 50%;
}

.services-expertise .process-subitem-title {
  margin: 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  color: var(--e-global-opacity-white-080);
}

@media screen and (max-width: 1360px) {
  .services-expertise {
    padding-top: var(--fluid-40-120);
    padding-bottom: var(--fluid-40-120);
  }

  .services-expertise .title {
    font-size: var(--fluid-40-64);
    line-height: 1.125;
  }

  .services-expertise-accordion-title {
    font-size: var(--fluid-28-32);
    line-height: 1.25;
  }

  .services-expertise .overview-subtitle {
    font-size: var(--fluid-18-20);
    line-height: 1.4;
  }

  .services-expertise .overview-text {
    font-size: var(--fluid-14-16);
    line-height: 1.55;
  }

  .services-expertise .process-subitem-title {
    font-size: var(--fluid-14-16);
    line-height: 1.5;
  }
}

@media screen and (max-width: 998px) {
  .services-expertise-accordion-content-body {
    flex-direction: column;
  }

  .services-expertise .overview-technologies-item {
    flex: 0 0 143px;
  }
}

@media screen and (max-width: 560px) {
  .services-expertise {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .services-expertise .title {
    margin: 0 0 24px;
    font-size: 40px;
    line-height: 48px;
  }

  .services-expertise-accordion-summary {
    padding: 24px 90px 24px 24px;
  }

  .services-expertise-accordion-content {
    padding: 0 24px;
  }

  .services-expertise-accordion-item[open] + .services-expertise-accordion-content {
    padding: 24px;
  }

  .services-expertise-accordion-summary::after {
    width: 50px;
    height: 50px;
  }

  .services-expertise-accordion-title {
    font-size: 28px;
    line-height: 36px;
  }

  .services-expertise .overview-technologies-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }

  .services-expertise .overview-subtitle {
    font-size: 18px;
    line-height: 26px;
  }

  .services-expertise .overview-text {
    font-size: 14px;
    line-height: 20px;
  }

  .services-expertise .overview-link {
    width: 100%;
  }

  .services-expertise .process-subitem-title {
    font-size: 14px;
    line-height: 20px;
  }
}
