.snap-slider {
  position: relative;
  overflow: auto;
  scroll-snap-stop: always;
  scroll-snap-type: x mandatory;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
  display: flex;
}

.snap-slider::-webkit-scrollbar {
  display: none;
}

.snap-slide {
  flex-shrink: 0;
  scroll-snap-align: start;
}

.snap-slider-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}

.snap-indicator {
  transition: scale 0.3s, background-color 0.3s;
  width: 12px;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: hsl(0, 0%, 90.2%);
  font-size: 0;
  line-height: 0;
}

.snap-indicator.is-current {
  scale: 1.1666666667;
  background-color: hsl(279.8, 53.44%, 37.06%);
}

.header-index {
  padding-top: 7vh;
}

.header-index-title {
  display: flex;
  flex-direction: column;
  margin-bottom: 24px;
  text-align: center;
}

.header-index-desc {
  margin-bottom: 36px;
  line-height: 2;
}

.header-index-desc::before {
  content: "";
  display: block;
  height: 1px;
  width: 40%;
  margin: 0 auto 12px;
  background-image: linear-gradient(hsl(348.3, 79.9%, 60.98%), hsl(279.8, 53.44%, 37.06%));
}

.header-index-buttons {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-bottom: 48px;
}

.header-index-img {
  display: block;
  height: 65vmin;
  margin: 0 auto;
}

.results-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 48px 24px;
}

.results-item {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid hsl(0, 0%, 90.2%);
  text-align: center;
}

.results-item::before {
  margin-bottom: 24px;
  font-size: 65px;
  color: hsl(0, 0%, 50.2%);
}

.results-item::after {
  content: "";
  height: 1px;
  width: 0;
  margin: 24px auto 0;
  background-color: hsl(0, 0%, 50.2%);
  transform-origin: center;
  transition: width 0.3s;
}

.results-item-subtitle {
  margin-bottom: 20px;
  -webkit-hyphens: auto;
  hyphens: auto;
}

.results-item-desc {
  margin-top: auto;
  text-transform: none;
}

.services-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 48px;
}

.services-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.services-item1 .services-item-desc1::before {
  background-image: linear-gradient(to right, currentColor 2px, transparent 2px calc(100% - 2px), currentColor 0), linear-gradient(to bottom, currentColor 2px, transparent 2px calc(100% - 2px), currentColor 0);
  color: hsl(279.8, 53.44%, 37.06%);
}

.services-item1 .services-item-desc2::before {
  background-image: radial-gradient(circle closest-side, transparent calc(100% - 2px), currentColor calc(100% - 2px) 100%, transparent 0);
  -webkit-mask-image: radial-gradient(circle closest-side, currentColor calc(100% - 2px) 100%, transparent 0);
  mask-image: radial-gradient(circle closest-side, currentColor calc(100% - 2px) 100%, transparent 0);
  color: hsl(181.67, 43.55%, 51.37%);
}

.services-item1 .services-item-desc3::before {
  background-image: linear-gradient(63.4349488229deg, transparent calc(66.6666666667% - 2px), currentColor calc(66.6666666667% - 2px) 66.6666666667%, transparent 0), linear-gradient(-63.4349488229deg, transparent calc(66.6666666667% - 2px), currentColor calc(66.6666666667% - 2px) 66.6666666667%, transparent 0), linear-gradient(transparent calc(100% - 2px), currentColor 0);
  -webkit-mask-image: conic-gradient(from 90deg at 50% 0, transparent 63.4349488229deg, currentColor 63.4349488229deg 116.5650511771deg, transparent 0);
  mask-image: conic-gradient(from 90deg at 50% 0, transparent 63.4349488229deg, currentColor 63.4349488229deg 116.5650511771deg, transparent 0);
  color: hsl(30.81, 92.96%, 60.98%);
}

.services-item1 .services-item-desc4::before {
  background-image: linear-gradient(to right, currentColor 2px, transparent 2px calc(100% - 2px), currentColor 0), linear-gradient(to bottom, currentColor 2px, transparent 2px calc(100% - 2px), currentColor 0);
  color: hsl(348.3, 79.9%, 60.98%);
}

.services-item2 .services-item-desc1::before {
  background-image: linear-gradient(63.4349488229deg, transparent calc(66.6666666667% - 2px), currentColor calc(66.6666666667% - 2px) 66.6666666667%, transparent 0), linear-gradient(-63.4349488229deg, transparent calc(66.6666666667% - 2px), currentColor calc(66.6666666667% - 2px) 66.6666666667%, transparent 0), linear-gradient(transparent calc(100% - 2px), currentColor 0);
  -webkit-mask-image: conic-gradient(from 90deg at 50% 0, transparent 63.4349488229deg, currentColor 63.4349488229deg 116.5650511771deg, transparent 0);
  mask-image: conic-gradient(from 90deg at 50% 0, transparent 63.4349488229deg, currentColor 63.4349488229deg 116.5650511771deg, transparent 0);
  color: hsl(30.81, 92.96%, 60.98%);
}

.services-item2 .services-item-desc2::before {
  background-image: radial-gradient(circle closest-side, transparent calc(100% - 2px), currentColor calc(100% - 2px) 100%, transparent 0);
  -webkit-mask-image: radial-gradient(circle closest-side, currentColor calc(100% - 2px) 100%, transparent 0);
  mask-image: radial-gradient(circle closest-side, currentColor calc(100% - 2px) 100%, transparent 0);
  color: hsl(279.8, 53.44%, 37.06%);
}

.services-item2 .services-item-desc3::before {
  background-image: linear-gradient(to right, currentColor 2px, transparent 2px calc(100% - 2px), currentColor 0), linear-gradient(to bottom, currentColor 2px, transparent 2px calc(100% - 2px), currentColor 0);
  color: hsl(181.67, 43.55%, 51.37%);
}

.services-item2 .services-item-desc4::before {
  background-image: linear-gradient(63.4349488229deg, transparent calc(66.6666666667% - 2px), currentColor calc(66.6666666667% - 2px) 66.6666666667%, transparent 0), linear-gradient(-63.4349488229deg, transparent calc(66.6666666667% - 2px), currentColor calc(66.6666666667% - 2px) 66.6666666667%, transparent 0), linear-gradient(transparent calc(100% - 2px), currentColor 0);
  -webkit-mask-image: conic-gradient(from 90deg at 50% 0, transparent 63.4349488229deg, currentColor 63.4349488229deg 116.5650511771deg, transparent 0);
  mask-image: conic-gradient(from 90deg at 50% 0, transparent 63.4349488229deg, currentColor 63.4349488229deg 116.5650511771deg, transparent 0);
  color: hsl(348.3, 79.9%, 60.98%);
}

.services-item3 .services-item-desc1::before {
  background-image: radial-gradient(circle closest-side, transparent calc(100% - 2px), currentColor calc(100% - 2px) 100%, transparent 0);
  -webkit-mask-image: radial-gradient(circle closest-side, currentColor calc(100% - 2px) 100%, transparent 0);
  mask-image: radial-gradient(circle closest-side, currentColor calc(100% - 2px) 100%, transparent 0);
  color: hsl(348.3, 79.9%, 60.98%);
}

.services-item3 .services-item-desc2::before {
  background-image: linear-gradient(63.4349488229deg, transparent calc(66.6666666667% - 2px), currentColor calc(66.6666666667% - 2px) 66.6666666667%, transparent 0), linear-gradient(-63.4349488229deg, transparent calc(66.6666666667% - 2px), currentColor calc(66.6666666667% - 2px) 66.6666666667%, transparent 0), linear-gradient(transparent calc(100% - 2px), currentColor 0);
  -webkit-mask-image: conic-gradient(from 90deg at 50% 0, transparent 63.4349488229deg, currentColor 63.4349488229deg 116.5650511771deg, transparent 0);
  mask-image: conic-gradient(from 90deg at 50% 0, transparent 63.4349488229deg, currentColor 63.4349488229deg 116.5650511771deg, transparent 0);
  color: hsl(30.81, 92.96%, 60.98%);
}

.services-item3 .services-item-desc3::before {
  background-image: linear-gradient(to right, currentColor 2px, transparent 2px calc(100% - 2px), currentColor 0), linear-gradient(to bottom, currentColor 2px, transparent 2px calc(100% - 2px), currentColor 0);
  color: hsl(181.67, 43.55%, 51.37%);
}

.services-item3 .services-item-desc4::before {
  background-image: radial-gradient(circle closest-side, transparent calc(100% - 2px), currentColor calc(100% - 2px) 100%, transparent 0);
  -webkit-mask-image: radial-gradient(circle closest-side, currentColor calc(100% - 2px) 100%, transparent 0);
  mask-image: radial-gradient(circle closest-side, currentColor calc(100% - 2px) 100%, transparent 0);
  color: hsl(279.8, 53.44%, 37.06%);
}

.services-item-img-box {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1;
  margin-bottom: 24px;
  border-radius: 50%;
  background-color: rgba(111, 44, 145, 0.08);
}

.services-item-title {
  margin-bottom: 24px;
  text-transform: uppercase;
}

.services-item-desc-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 32px;
}

.services-item-desc {
  gap: 12px;
}

.services-item-btn {
  width: 100%;
}

.advantages-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.advantages-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  text-align: center;
  -webkit-hyphens: auto;
  hyphens: auto;
}

.advantages-item::before {
  display: inline-grid;
  place-items: center;
  width: 73px;
  aspect-ratio: 1;
  border: 1px solid hsl(0, 0%, 90.2%);
  border-radius: 50%;
  font-size: 34px;
  color: hsl(279.8, 53.44%, 37.06%);
  transition: background-color 0.3s;
}

.myportfolio-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
}

.myportfolio-item {
  display: grid;
  border: 1px solid hsl(0, 0%, 90.2%);
  border-radius: 2px;
  overflow: hidden;
  text-align: center;
}

.myportfolio-item-figure {
  position: relative;
  isolation: isolate;
}

.myportfolio-item-img {
  object-fit: cover;
  object-position: top;
}

.myportfolio-item-figcaption {
  padding: 48px 24px;
  background-color: rgba(255, 255, 255, 0.92);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.myportfolio-item-title {
  display: inline-block;
  align-self: center;
  margin-bottom: 12px;
}

.myportfolio-item-desc {
  margin-bottom: 24px;
}

.myclients-list {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 48px;
}

.myclients-item {
  padding: 24px;
  border: 1px solid hsl(0, 0%, 90.2%);
  border-radius: 2px;
  background-color: white;
}

.specializing {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  padding-top: 24px;
  border-top: 1px solid hsl(0, 0%, 94.9%);
}

.specializing-title {
  text-align: center;
}

.specializing-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.specializing-item {
  gap: 12px;
}

.specializing-item1::before {
  background-image: radial-gradient(circle closest-side, transparent calc(100% - 2px), currentColor calc(100% - 2px) 100%, transparent 0);
  -webkit-mask-image: radial-gradient(circle closest-side, currentColor calc(100% - 2px) 100%, transparent 0);
  mask-image: radial-gradient(circle closest-side, currentColor calc(100% - 2px) 100%, transparent 0);
  color: hsl(348.3, 79.9%, 60.98%);
}

.specializing-item2::before {
  background-image: linear-gradient(63.4349488229deg, transparent calc(66.6666666667% - 2px), currentColor calc(66.6666666667% - 2px) 66.6666666667%, transparent 0), linear-gradient(-63.4349488229deg, transparent calc(66.6666666667% - 2px), currentColor calc(66.6666666667% - 2px) 66.6666666667%, transparent 0), linear-gradient(transparent calc(100% - 2px), currentColor 0);
  -webkit-mask-image: conic-gradient(from 90deg at 50% 0, transparent 63.4349488229deg, currentColor 63.4349488229deg 116.5650511771deg, transparent 0);
  mask-image: conic-gradient(from 90deg at 50% 0, transparent 63.4349488229deg, currentColor 63.4349488229deg 116.5650511771deg, transparent 0);
  color: hsl(30.81, 92.96%, 60.98%);
}

.specializing-item3::before {
  background-image: radial-gradient(circle closest-side, transparent calc(100% - 2px), currentColor calc(100% - 2px) 100%, transparent 0);
  -webkit-mask-image: radial-gradient(circle closest-side, currentColor calc(100% - 2px) 100%, transparent 0);
  mask-image: radial-gradient(circle closest-side, currentColor calc(100% - 2px) 100%, transparent 0);
  color: hsl(181.67, 43.55%, 51.37%);
}

.specializing-item4::before {
  background-image: linear-gradient(to right, currentColor 2px, transparent 2px calc(100% - 2px), currentColor 0), linear-gradient(to bottom, currentColor 2px, transparent 2px calc(100% - 2px), currentColor 0);
  color: hsl(348.3, 79.9%, 60.98%);
}

.specializing-item5::before {
  background-image: linear-gradient(63.4349488229deg, transparent calc(66.6666666667% - 2px), currentColor calc(66.6666666667% - 2px) 66.6666666667%, transparent 0), linear-gradient(-63.4349488229deg, transparent calc(66.6666666667% - 2px), currentColor calc(66.6666666667% - 2px) 66.6666666667%, transparent 0), linear-gradient(transparent calc(100% - 2px), currentColor 0);
  -webkit-mask-image: conic-gradient(from 90deg at 50% 0, transparent 63.4349488229deg, currentColor 63.4349488229deg 116.5650511771deg, transparent 0);
  mask-image: conic-gradient(from 90deg at 50% 0, transparent 63.4349488229deg, currentColor 63.4349488229deg 116.5650511771deg, transparent 0);
  color: hsl(279.8, 53.44%, 37.06%);
}

:root {
  --testimonials-slider-pinline: 24px;
}

.testimonials-slider {
  margin-bottom: 24px;
  padding: 24px var(--testimonials-slider-pinline);
  border: 1px solid hsl(0, 0%, 90.2%);
  border-radius: 2px;
  background-color: white;
}

.testimonials-slider-item {
  width: 100%;
  scroll-margin: var(--testimonials-slider-pinline);
  opacity: 0.1;
  transition: opacity 0.3s;
}

.testimonials-slider-item.is-current {
  opacity: 1;
}

.testimonials-item-img {
  width: 102px;
  aspect-ratio: 1;
  margin-bottom: 12px;
  border: 1px solid hsl(0, 0%, 90.2%);
  border-radius: 50%;
}

.testimonials-item-title {
  margin-bottom: 6px;
}

.testimonials-item-caption {
  margin-bottom: 24px;
}

.testimonials-item-desc {
  line-height: 1.5;
}

@supports ((-webkit-appearance: none) or (appearance: none)) {

}

@media (min-width: 540px) {
  .header-index-buttons {
    flex-direction: row;
    justify-content: center;
    gap: 24px;
  }

  .advantages-list {
    grid-template-columns: repeat(3, 1fr);
  }

  .myportfolio-list {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 1fr;
    gap: 24px;
  }

  .myclients-list {
    grid-template-columns: repeat(3, 1fr);
  }

@supports ((-webkit-appearance: none) or (appearance: none)) {

}
}

@media (min-width: 540px) and (pointer: coarse) {
  .myportfolio-item-figure {
    display: flex;
    flex-direction: column;
  }

  .myportfolio-item-figcaption {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
  }

  .myportfolio-item-btn {
    margin-top: auto;
  }

@supports ((-webkit-appearance: none) or (appearance: none)) {

}
}

@media (min-width: 768px) {
  .header-index-body {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between;
    align-items: center;
    gap: 48px;
    height: 100%;
  }

  .header-index-title {
    margin: 0;
    width: calc(41.6666666667% - 28px);
    text-align: left;
  }

  .header-index-desc {
    position: relative;
    width: calc(58.3333333333% - 20px);
    max-width: 570px;
    margin: 0;
    padding: 24px 0 24px 48px;
  }

  .header-index-desc::before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 1px;
    margin: 0;
  }

  .header-index-buttons {
    justify-content: flex-start;
    margin: 0;
    width: calc(50% - 24px);
  }

  .header-index-figure {
    width: calc(50% - 24px);
    position: relative;
  }

  .results-list {
    grid-template-columns: repeat(3, 1fr);
  }

  .services-item {
    width: calc(50% - 24px);
  }

  .services-item-btn {
    margin-top: auto;
  }

  :root {
    --testimonials-slider-pinline: 48px;
  }

  .testimonials-slider {
    padding: 48px var(--testimonials-slider-pinline) 60px;
  }

@supports ((-webkit-appearance: none) or (appearance: none)) {

}
}

@media (min-width: 1024px) {
  .header-index {
    display: flex;
    min-height: 100dvh;
  }

  .services-list {
    justify-content: space-between;
    gap: 24px;
  }

  .services-item {
    width: calc(25% - 18px);
  }

  .myportfolio-list {
    grid-template-columns: initial;
    grid-auto-rows: initial;
    grid-template-areas: "item1 item2 item3" "item1 item4 item4";
  }

  .myportfolio-item1 {
    grid-area: item1;
  }

  .myportfolio-item2 {
    grid-area: item2;
  }

  .myportfolio-item3 {
    grid-area: item3;
  }

  .myportfolio-item4 {
    grid-area: item4;
  }

  .myportfolio-item1 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }

  .myportfolio-item2 {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }

  .myportfolio-item3 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }

  .myportfolio-item4 {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
  }

  .myclients-list {
    grid-template-columns: repeat(6, 1fr);
  }

  .specializing-list {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  :root {
    --testimonials-slider-pinline: 194px;
  }

  .testimonials-slider {
    padding: 48px var(--testimonials-slider-pinline) 72px;
  }

@supports ((-webkit-appearance: none) or (appearance: none)) {

}
}

@media (min-width: 1024px) and (pointer: fine) {
  .header-index-figcaption {
    position: absolute;
    right: 16px;
    bottom: 16vmin;
    transform-origin: right;
    rotate: -90deg;
    transition: color 0.3s;
    display: inline-block;
    color: hsl(0, 0%, 90.2%);
  }

  :where(.header-index-figure):hover .header-index-figcaption {
    color: hsl(0, 0%, 50.2%);
  }

@supports ((-webkit-appearance: none) or (appearance: none)) {

}
}

@media (min-width: 1024px) and (pointer: coarse) {
  .myportfolio-item-img {
    position: absolute;
    z-index: -1;
    inset: 0;
    height: 100%;
  }

  .myportfolio-item-figcaption {
    pointer-events: none;
    transition: opacity 0.3s;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-grow: initial;
    height: 100%;
    min-height: 256px;
    margin-top: initial;
    opacity: 0;
  }

  :where(.myportfolio-item):hover .myportfolio-item-figcaption {
    pointer-events: initial;
    opacity: 1;
  }

  .myportfolio-item-btn {
    margin-top: initial;
  }

@supports ((-webkit-appearance: none) or (appearance: none)) {

}
}

@media (min-width: 1280px) {
  .results-list {
    grid-template-columns: repeat(6, 1fr);
  }

  .advantages-item {
    flex-direction: row;
    gap: 24px;
    text-align: left;
  }

  .myportfolio-item-figcaption {
    padding: 48px;
  }

@supports ((-webkit-appearance: none) or (appearance: none)) {

}
}

@media (min-width: 1366px) {
  .specializing {
    flex-direction: row;
  }

  .specializing-title {
    text-align: left;
  }

  .specializing-list {
    align-items: flex-start;
    flex-grow: 1;
    flex-wrap: nowrap;
    gap: 16px;
  }

@supports ((-webkit-appearance: none) or (appearance: none)) {

}
}

@media (pointer: fine) {
  .results-item:hover::after {
    width: 100%;
  }

  .advantages-item:hover::before {
    background-color: hsl(0, 0%, 98.04%);
  }

  .myportfolio-item-img {
    position: absolute;
    z-index: -1;
    inset: 0;
    height: 100%;
  }

  .myportfolio-item-figcaption {
    pointer-events: none;
    transition: opacity 0.3s;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    min-height: 256px;
    opacity: 0;
  }

  :where(.myportfolio-item):hover .myportfolio-item-figcaption {
    pointer-events: initial;
    opacity: 1;
  }

  .myclients-item {
    transition: filter 0.3s;
    filter: grayscale(1);
  }

  .myclients-item:hover {
    filter: grayscale(0);
  }

@supports ((-webkit-appearance: none) or (appearance: none)) {

}
}

@media (pointer: coarse) {
  .myportfolio-item-img {
    height: 256px;
  }

  .myportfolio-item-figcaption {
    position: relative;
    margin-top: -88px;
  }

@supports ((-webkit-appearance: none) or (appearance: none)) {

}
}