.home .page-main .section-posts-quick-action {
  position: relative;
  top: -2.8rem;
  border-radius: 2.8rem 2.8rem 0 0;
  background-color: var(--color-surface);
  padding-top: 6rem;
  z-index: 50;
}
.home .page-main .section-posts.section-posts-quick-action .posts-grid {
  border-radius: 2.8rem 2.8rem 0 0;
}

/*  */

.section-service-categories {
  margin-top: 3.2rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.section-service-categories .section__inner {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 3.6rem;
}
.section-service-categories .section__heading {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 0 2.8rem;
}
.section-service-categories .section__title {
  font-family: var(--font-family-heading);
  font-weight: var(--font-weight-heading-base);
  font-size: var(--font-size-h2);
  line-height: var(--line-height-snug);
}
.section-service-categories .section__content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.section-service-categories .list-categories {
  width: 100%;
  display: grid;
  gap: 0.6rem;
  padding: 0 0.6rem;
}
.card-service-category {
  width: 100%;
  overflow: hidden;
  border-radius: 1.8rem;
  position: relative;
  min-height: calc(100vw * 2 / 3);
  background-color: var(--color-surface-inverse);
  padding: 4.8rem 2.2rem;
}
.card-service-category .card__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.card-service-category .card__bg-media {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: brightness(50%);
}
.card-service-category .card__bg-overlay {
  position: absolute;
  z-index: 5;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(var(--color-surface-dark-rgb) / 0.75);
}
.card-service-category .card__inner {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 2.8rem;
  position: relative;
  z-index: 10;
}
.card-service-category .card__heading {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 1.2rem;
}
.card-service-category .card__title {
  font-family: var(--font-family-heading);
  font-weight: var(--font-weight-heading-base);
  font-size: var(--font-size-h3);
  line-height: var(--line-height-snug);
  color: var(--color-primary);
}
.card-service-category .card__description {
  color: var(--color-text-light);
  font-size: var(--font-size-sm);
  line-height: var(--line-height-dense);
}
.card-service-category .card__content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 2.8rem;
}
.card-service-category .card__services {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 1.2rem;
}
.card-service-category .card__services-list {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding-left: 1.2rem;
}
.card-service-category .card__service {
  color: var(--color-text-light);
  font-size: var(--font-size-xs);
  line-height: var(--line-height-dense);
  border-top: 0.1rem solid rgb(var(--color-text-light-rgb) / 0.12);
  padding-top: 1rem;
  margin-top: 1rem;
  list-style: disc outside;
}
.card-service-category .card__service:first-child {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
}
.card-service-category .card__services-left {
  display: block;
  color: var(--color-text-light);
  font-size: var(--font-size-xs);
  line-height: var(--line-height-dense);
  opacity: 0.7;
  padding-left: 1.2rem;
}
.card-service-category .card__actions {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0.2rem;
}
.card-service-category .card__action {
  display: flex;
  align-items: stretch;
  height: 6rem;
  padding: 0.4rem;
  gap: 0.4rem;
  background-color: rgb(var(--color-surface-light-rgb) / 0.12);
  border-radius: 20rem;
  -webkit-backdrop-filter: blur(0.6rem);
  backdrop-filter: blur(0.6rem);
  width: 100%;
  justify-content: space-between;
  color: var(--color-text-light);
}
.card-service-category .card__action .button__text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  justify-content: center;
  width: 100%;
  padding: 0 2.4rem;
  background-color: rgb(var(--color-surface-light-rgb) / 0.12);
  border-radius: 20rem;
}
.card-service-category .card__action .button__label {
  display: block;
  font-size: var(--font-size-sm);
  line-height: var(--line-height-snug);
}
.card-service-category .card__action .button__icon {
  display: flex;
  flex-shrink: 0;
  width: 5.2rem;
  border-radius: 20rem;
  background-color: var(--color-primary);
  color: var(--color-on-primary);
  justify-content: center;
  align-items: center;
}
.card-service-category .card__action .button__icon .icon {
  width: 2rem;
  height: 2rem;
}

/*  */

.section-posts.section-posts-advantage {
  margin-top: 6rem;
}

/*  */

.section-cta {
  margin-top: 6rem;
}

/*  */

.section-about {
  margin-top: 6rem;
}

/*  */

.section-posts-stat {
  margin-top: 0.2rem;
}

/*  */

.section-posts-case {
  margin-top: 6rem;
}

/*  */

.section-posts-testimonial {
  position: relative;
  top: -2.4rem;
}

/*  */

.section-account-offer {
  margin-top: 3.6rem;
}

/*  */

.section-geography {
  margin-top: 6rem;
}

/*  */

.section-questions {
  margin-top: 6rem;
}

/*  */

.section-posts-publication {
  margin-top: 3.2rem;
}

/*  */

.section-posts.section-posts-product {
  margin-top: 6rem;
}
