.color-accent {
  color: #fd8011;
}

.services-teaser {
  padding: 2.5rem 0;
}
@media (max-width: 767.98px) {
  .services-teaser__container {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 1.5rem;
  }
}
@media (max-width: 767.98px) {
  .services-teaser__head {
    display: contents;
  }
}
@media (max-width: 767.98px) {
  .services-teaser__title {
    order: 1;
    margin-bottom: 0;
    text-align: center;
    font-size: clamp(28px, 1.8518518519vw + 21.3333333333px, 48px);
  }
}
@media (max-width: 767.98px) {
  .services-teaser__more {
    order: 3;
    width: 100%;
  }
}
.services-teaser__slider {
  position: relative;
}
@media (max-width: 767.98px) {
  .services-teaser__slider {
    order: 2;
  }
}
@media (max-width: 767.98px) {
  .services-teaser__slider .swiper {
    overflow: visible;
  }
}
.services-teaser__grid {
  align-items: stretch;
}
@media (max-width: 767.98px) {
  .services-teaser__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
    transform: none !important;
  }
}
.services-teaser__slide {
  height: auto;
}
@media (max-width: 767.98px) {
  .services-teaser__slide {
    width: auto !important;
    margin: 0 !important;
  }
}
.services-teaser__prev, .services-teaser__next {
  --swiper-navigation-size: 3.47825rem;
  background: #f7f7f7;
  color: #000;
  border-radius: 50%;
  padding: 1rem;
  --swiper-navigation-sides-offset: -76px;
  transition: background-color 0.3s ease;
}
@media (max-width: 767.98px) {
  .services-teaser__prev, .services-teaser__next {
    display: none;
  }
}
@media (any-hover: hover) {
  .services-teaser__prev:hover, .services-teaser__next:hover {
    background-color: rgb(221.5, 221.5, 221.5);
  }
}

.service-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 12.5rem;
  border-radius: 0.625rem;
  background: #ffffff;
  background-image: none;
  overflow: hidden;
  transition: all 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
@media (min-width: 767.98px) {
  .service-card {
    min-height: 27.6875rem;
    border-radius: 2.5rem;
  }
}
@media (min-width: 767.98px) {
  .service-card.swiper-slide {
    width: calc(50% - 0.375rem);
  }
  .service-card.swiper-slide:not(:last-child) {
    margin-right: 0.375rem;
  }
}
@media (min-width: 1199.98px) {
  .service-card.swiper-slide {
    width: calc(33.333% - 0.75rem);
  }
  .service-card.swiper-slide:not(:last-child) {
    margin-right: 1.25rem;
  }
}
@media (any-hover: hover) {
  .service-card:hover {
    background-color: rgb(242.25, 242.25, 242.25);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: inset 0 0.25rem 1.5rem rgba(0, 0, 0, 0.05);
  }
  .service-card:hover .service-card__img {
    transform: scale(1.04);
  }
}
.service-card--has-media {
  min-height: 0;
}
@media (min-width: 767.98px) {
  .service-card--has-media {
    min-height: 0;
  }
}
.service-card--has-media .service-card__inner {
  min-height: 0;
}
@media (min-width: 767.98px) {
  .service-card--has-media .service-card__inner {
    min-height: 0;
    padding: 1.5rem 1.75rem 1.75rem;
  }
}
.service-card__media {
  position: relative;
  display: block;
  flex-shrink: 0;
  overflow: hidden;
  aspect-ratio: 16/10;
  background: linear-gradient(135deg, rgba(253, 128, 17, 0.12) 0%, transparent 55%), repeating-linear-gradient(-45deg, rgba(0, 0, 0, 0.03) 0, rgba(0, 0, 0, 0.03) 0.125rem, transparent 0.125rem, transparent 0.625rem), #f7f7f7;
}
.service-card__media--empty {
  pointer-events: none;
}
.service-card__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}
@media (prefers-reduced-motion: reduce) {
  .service-card__img {
    transition: none;
  }
}
.service-card__inner {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  min-height: 12.5rem;
  padding: 0.75rem;
}
@media (min-width: 767.98px) {
  .service-card__inner {
    min-height: 27.6875rem;
    padding: 2.5rem;
  }
}
.service-card__head {
  padding-bottom: 0.625rem;
  background: linear-gradient(90deg, rgba(111, 111, 111, 0.26) 0%, rgba(111, 111, 111, 0.26) 50%, transparent 50%, transparent 100%) 0 bottom/0.75rem 0.0625rem repeat-x;
}
@media (min-width: 767.98px) {
  .service-card__head {
    padding-bottom: 1.25rem;
  }
}
.service-card__title {
  display: block;
  margin: 0 0 0.3125rem;
  font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", sans-serif;
  font-weight: var(--fw-semibold);
  font-size: var(--fs-card-title);
  line-height: var(--lh-heading);
  color: #000000;
  transition: color 0.2s ease;
}
@media (min-width: 767.98px) {
  .service-card__title {
    margin-bottom: 0.625rem;
  }
}
@media (any-hover: hover) {
  .service-card__title:hover {
    color: #fd8011;
  }
}
.service-card__price {
  font-weight: var(--fw-semibold);
  font-size: var(--fs-price);
  color: #000000;
}
.service-card__price small {
  font-size: var(--fs-small);
  font-weight: var(--fw-regular);
  color: #6f6f6f;
}
.service-card__excerpt {
  margin: 0.625rem 0 0.375rem;
  font-size: var(--fs-body);
  font-weight: var(--fw-regular);
  line-height: var(--lh-body);
  color: #6f6f6f;
}
@media (min-width: 767.98px) {
  .service-card__excerpt {
    margin: 1.25rem 0 0.75rem;
  }
}
.service-card__labels {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0 0 0.75rem;
}
@media (min-width: 767.98px) {
  .service-card__labels {
    margin-bottom: 1.25rem;
  }
}
.service-card__label {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  max-width: 100%;
  padding: 0.3125rem 0.625rem;
  border-radius: 3.125rem;
  background: #f7f7f7;
  color: #261c13;
  font-size: var(--fs-small);
  font-weight: var(--fw-regular);
  line-height: var(--lh-body);
  text-align: left;
  overflow-wrap: anywhere;
  white-space: normal;
}
@media (min-width: 767.98px) {
  .service-card__label {
    justify-content: center;
    padding: 0.625rem 1.25rem;
    text-align: center;
    overflow-wrap: normal;
    white-space: nowrap;
  }
}
.service-card__link {
  width: 100%;
  margin-top: auto;
  min-height: 2.75rem;
  border: 1px solid #e8e8e8;
}
@media (max-width: 767.98px) {
  .service-card__link {
    min-height: 2.75rem;
    padding: 0.375rem 0.375rem 0.375rem 0.875rem;
    border-radius: 3.25rem;
    gap: 0.5rem;
  }
  .service-card__link .btn__arrow {
    width: 1.75rem;
    height: 1.75rem;
  }
  .service-card__link .btn__arrow .btn__arrow-icon {
    width: 0.6875rem;
    height: 0.5rem;
  }
}
.service-card--grey {
  background: #f7f7f7;
  background-image: none;
}
.service-card--grey .service-card__label {
  background: #ffffff;
}
.service-card--grey .service-card__link {
  background: #ffffff;
}
@media (any-hover: hover) {
  .service-card--grey .service-card__link:hover:not(:disabled):not([aria-disabled=true]) {
    background: #ffffff;
  }
}

.cpt-archive {
  padding: 1.5rem 0 3rem;
}
@media (min-width: 991.98px) {
  .cpt-archive {
    padding: 0 0 4.5rem;
  }
}
.cpt-archive__panel {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding: 1.25rem;
  overflow: visible;
  border-radius: 2.5rem;
  background: #f7f7f7;
  margin-top: 1.5rem;
}
@media (min-width: 991.98px) {
  .cpt-archive__panel {
    margin-top: 2.25rem;
    gap: 2.25rem;
    padding: 2.625rem 4.375rem;
  }
}
.cpt-archive__results {
  display: flex;
  flex-direction: column;
  gap: inherit;
  transition: opacity 0.2s ease;
}
.cpt-archive__results.is-loading {
  opacity: 0.55;
  pointer-events: none;
}
.cpt-archive__search {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0.75rem;
  width: 100%;
  padding: 0.625rem 0.875rem;
  overflow: visible;
}
@media (min-width: 767.98px) {
  .cpt-archive__search {
    background: #ffffff;
    gap: 1rem;
    padding: 0.625rem 0.875rem 1rem;
    border-radius: 1.625rem;
  }
}
@media (min-width: 991.98px) {
  .cpt-archive__search {
    gap: 1.5rem;
    padding: 0.875rem 1.875rem 1.875rem;
    border-radius: 2.5rem;
  }
}
.cpt-archive__search-row {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  width: 100%;
  min-width: 0;
}
.cpt-archive__search-row--desktop {
  display: none;
}
@media (min-width: 767.98px) {
  .cpt-archive__search-row--desktop {
    display: flex;
    padding: 0.25rem 0.25rem 0.25rem 0.625rem;
    border-radius: 3.875rem;
    background: #f7f7f7;
  }
}
@media (min-width: 991.98px) {
  .cpt-archive__search-row--desktop {
    padding: 0.25rem 0.5rem 0.25rem 1rem;
  }
}
.cpt-archive__search-row--mobile {
  display: flex;
  padding: 0.25rem 1rem 0.25rem 0.625rem;
  border: 1px solid #e8e8e8;
  border-radius: 3.875rem;
  background: #ffffff;
}
@media (min-width: 767.98px) {
  .cpt-archive__search-row--mobile {
    display: none;
  }
}
.cpt-archive__brand-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 0.75rem;
}
@media (min-width: 767.98px) {
  .cpt-archive__brand-chips {
    display: none;
  }
}
.cpt-archive__brand-chips-item {
  min-width: 0;
}
.cpt-archive__brand-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  max-width: 100%;
  min-height: 2.5rem;
  padding: 0.25rem 0.875rem 0.25rem 0.25rem;
  border: 1px solid #e5e5e5;
  border-radius: 6.25rem;
  background: #ffffff;
  color: #000000;
  font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.2;
  cursor: pointer;
  transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}
.cpt-archive__brand-chip.is-active {
  border-color: #e8720f;
  background: #f7f7f7;
}
.cpt-archive__brand-chip:focus-visible {
  outline: 2px solid #fd8011;
  outline-offset: 2px;
}
.cpt-archive__brand-chip--more {
  padding: 0.625rem 1rem;
  border: 0;
  background: rgba(253, 128, 17, 0.12);
  color: #fd8011;
  font-weight: 600;
  white-space: nowrap;
}
.cpt-archive__brand-chip--more:focus-visible {
  outline-color: #fd8011;
}
.cpt-archive__brand-chip-logo {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 1.75rem;
  height: 1.75rem;
  overflow: hidden;
  border-radius: 50%;
  background: #f7f7f7;
}
.cpt-archive__brand-chip-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  padding: 0.25rem;
}
.cpt-archive__brand-chip-fallback {
  color: #000000;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}
.cpt-archive__brand-chip-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cpt-archive__brand-trigger {
  display: flex;
  flex: 1;
  align-items: center;
  min-width: 0;
  min-height: 2.75rem;
  padding: 0.75rem 0.625rem;
  border: 0;
  border-radius: 2.5rem;
  background: transparent;
  color: #000000;
  font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: normal;
  text-align: left;
  cursor: pointer;
}
.cpt-archive__brand-trigger-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cpt-archive__brand-trigger-text.is-placeholder {
  color: #4d4d4d;
}
.cpt-archive__search-field {
  flex: 1;
  min-width: 0;
  padding: 0.75rem 0.625rem;
  border: 0;
  border-radius: 2.5rem;
  background: transparent;
  color: #000000;
  font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: normal;
}
@media (min-width: 991.98px) {
  .cpt-archive__search-field {
    padding: 0.9375rem 1.5625rem;
    font-size: 1.25rem;
  }
}
.cpt-archive__search-field::placeholder {
  color: #4d4d4d;
}
.cpt-archive__search-clear {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: #4d4d4d;
  cursor: pointer;
  opacity: 0.7;
  transition: opacity 0.2s ease, color 0.2s ease;
}
.cpt-archive__search-clear[hidden] {
  display: none;
}
@media (min-width: 767.98px) {
  .cpt-archive__search-clear {
    width: 1.75rem;
    height: 1.75rem;
  }
}
@media (any-hover: hover) {
  .cpt-archive__search-clear:hover {
    opacity: 1;
    color: #000000;
  }
}
.cpt-archive__search-clear-icon {
  display: block;
  width: 1.75rem;
  height: 1.75rem;
}
.cpt-archive__search-submit {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  margin-right: 0;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  opacity: 0.8;
}
@media (min-width: 767.98px) {
  .cpt-archive__search-submit {
    width: 2rem;
    height: 2rem;
    margin-right: 0.5rem;
  }
}
.cpt-archive__search-icon {
  display: block;
  width: 2rem;
  height: 2rem;
  object-fit: contain;
}
@media (max-width: 767.98px) {
  .cpt-archive__brand-sheet {
    position: fixed;
    inset: 0;
    z-index: 120;
    display: flex;
    align-items: flex-end;
    justify-content: center;
  }
  .cpt-archive__brand-sheet[hidden] {
    display: none;
  }
  .cpt-archive__brand-sheet.is-open .cpt-archive__brand-sheet-backdrop {
    opacity: 1;
  }
  .cpt-archive__brand-sheet.is-open .cpt-archive__brand-sheet-panel {
    transform: translateY(0);
  }
}
@media (min-width: 767.98px) {
  .cpt-archive__brand-sheet {
    display: block !important;
    position: static;
    inset: auto;
    z-index: auto;
  }
}
@media (max-width: 767.98px) {
  .cpt-archive__brand-sheet-backdrop {
    position: absolute;
    inset: 0;
    border: 0;
    background: rgba(0, 0, 0, 0.45);
    opacity: 0;
    cursor: pointer;
    transition: opacity 0.25s ease;
  }
}
@media (min-width: 767.98px) {
  .cpt-archive__brand-sheet-backdrop {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .cpt-archive__brand-sheet-panel {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: min(85vh, 100vh - 3rem - var(--brand-sheet-keyboard, 0px));
    max-height: calc(100vh - 1.5rem - var(--brand-sheet-keyboard, 0px));
    padding: 0.5rem 1rem 1rem;
    padding-bottom: calc(1rem + env(safe-area-inset-bottom, 0px));
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    border-radius: 1.5rem 1.5rem 0 0;
    background: #ffffff;
    transform: translateY(100%);
    transition: transform 0.28s ease, height 0.2s ease, max-height 0.2s ease;
  }
}
@media (min-width: 767.98px) {
  .cpt-archive__brand-sheet-panel {
    display: contents;
  }
}
.cpt-archive__brand-sheet-handle {
  flex-shrink: 0;
  width: 2.5rem;
  height: 0.25rem;
  margin: 0.25rem auto 0.75rem;
  border-radius: 0.25rem;
  background: #d9d9d9;
}
@media (min-width: 767.98px) {
  .cpt-archive__brand-sheet-handle {
    display: none;
  }
}
.cpt-archive__brand-sheet-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
}
@media (min-width: 767.98px) {
  .cpt-archive__brand-sheet-header {
    display: none;
  }
}
.cpt-archive__brand-sheet-title {
  color: #000000;
  font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.2;
}
.cpt-archive__brand-sheet-close {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: #4d4d4d;
  cursor: pointer;
}
.cpt-archive__brand-sheet-search {
  flex-shrink: 0;
  margin-bottom: 0.75rem;
}
@media (min-width: 767.98px) {
  .cpt-archive__brand-sheet-search {
    display: none;
  }
}
.cpt-archive__brand-sheet-field {
  width: 100%;
  min-height: 2.75rem;
  padding: 0.75rem 1rem;
  border: 0;
  border-radius: 2.5rem;
  background: #f7f7f7;
  color: #000000;
  font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: normal;
}
.cpt-archive__brand-sheet-field::placeholder {
  color: #4d4d4d;
}
.cpt-archive__brands {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 0.25rem;
  margin: -0.25rem;
  overflow: visible;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
@media (max-width: 767.98px) {
  .cpt-archive__brands {
    flex: none;
    min-height: 0;
    padding: 0.25rem 0.125rem;
    margin: -0.25rem -0.125rem;
  }
}
@media (min-width: 767.98px) {
  .cpt-archive__brands.cpt-archive__brands--collapsed {
    display: none;
  }
}
.cpt-archive__brands-summary {
  display: none;
}
@media (min-width: 767.98px) {
  .cpt-archive__brands-summary:not([hidden]) {
    display: flex;
    align-items: center;
    gap: 1rem;
    min-height: 4rem;
    padding: 0.25rem 0;
  }
}
.cpt-archive__brands-summary-brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  min-width: 4.5rem;
}
.cpt-archive__brands-summary-logo {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  padding: 0.625rem;
  overflow: hidden;
  border-radius: 0.75rem;
  background: #f7f7f7;
  outline: 2px solid #e8720f;
  outline-offset: 0;
}
.cpt-archive__brands-summary-logo .cpt-archive__brands-img {
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  object-fit: contain;
  object-position: center;
}
.cpt-archive__brands-summary-logo .cpt-archive__brands-fallback {
  font-size: 0.625rem;
}
.cpt-archive__brands-summary-brand .cpt-archive__brands-name {
  font-size: 0.75rem;
}
.cpt-archive__brands-summary-brand .cpt-archive__brands-count {
  font-size: 0.6875rem;
}
.cpt-archive__brands-expand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.75rem;
  padding: 0.5rem 0.25rem;
  border: 0;
  border-radius: 0.5rem;
  background: transparent;
  color: #fd8011;
  font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: underline;
  text-underline-offset: 0.18em;
  cursor: pointer;
  transition: color 0.2s ease;
}
@media (any-hover: hover) {
  .cpt-archive__brands-expand:hover {
    color: #e8720f;
  }
}
.cpt-archive__brands-expand:focus-visible {
  outline: 2px solid #fd8011;
  outline-offset: 2px;
}
.cpt-archive__brands-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.625rem;
}
@media (min-width: 767.98px) {
  .cpt-archive__brands-grid {
    grid-template-columns: repeat(auto-fit, minmax(5rem, 1fr));
    gap: 0.6875rem 0.8125rem;
  }
}
@media (min-width: 991.98px) {
  .cpt-archive__brands-grid {
    gap: 1.25rem;
  }
}
.cpt-archive__brands-item {
  min-width: 0;
}
.cpt-archive__brands-item.is-match {
  order: -1;
}
.cpt-archive__brands-item.is-match--prefix {
  order: -2;
}
.cpt-archive__brands-option {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 0.375rem;
  width: 100%;
  min-width: 0;
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  cursor: pointer;
  opacity: 1;
  transition: opacity 0.2s ease;
}
@media (min-width: 767.98px) {
  .cpt-archive__brands-option {
    gap: 0.5rem;
  }
}
@media (min-width: 991.98px) {
  .cpt-archive__brands-option {
    gap: 0.625rem;
  }
}
.cpt-archive__brands-option.is-active .cpt-archive__brands-logo {
  outline: 2px solid #e8720f;
  outline-offset: 0;
}
.cpt-archive__brands-option._active .cpt-archive__brands-logo, .cpt-archive__brands-option:focus-visible .cpt-archive__brands-logo {
  outline: 2px solid #fd8011;
  outline-offset: 2px;
}
@media (any-hover: hover) {
  .cpt-archive__brands-option:hover .cpt-archive__brands-logo {
    background: rgb(236.8, 236.8, 236.8);
  }
}
.cpt-archive__brands--active .cpt-archive__brands-option:not(.is-active) {
  opacity: 0.45;
}
.cpt-archive__brands-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 1;
  padding: 0.5rem;
  overflow: hidden;
  border-radius: 0.5rem;
  background: #f7f7f7;
  transition: background-color 0.2s ease, outline-color 0.2s ease;
}
@media (min-width: 767.98px) {
  .cpt-archive__brands-logo {
    padding: 0.625rem;
  }
}
@media (min-width: 991.98px) {
  .cpt-archive__brands-logo {
    padding: 0.9375rem;
    border-radius: 0.75rem;
  }
}
.cpt-archive__brands-img {
  display: block;
  flex: 0 1 auto;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.cpt-archive__brands-meta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.125rem;
  width: 100%;
  min-width: 0;
}
.cpt-archive__brands-name {
  display: -webkit-box;
  overflow: hidden;
  width: 100%;
  color: #000000;
  font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", sans-serif;
  font-size: 0.5625rem;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (min-width: 767.98px) {
  .cpt-archive__brands-name {
    font-size: 0.625rem;
  }
}
@media (min-width: 991.98px) {
  .cpt-archive__brands-name {
    font-size: 0.75rem;
  }
}
.cpt-archive__brands-count {
  color: #6f6f6f;
  font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", sans-serif;
  font-size: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
}
@media (min-width: 767.98px) {
  .cpt-archive__brands-count {
    font-size: 0.5625rem;
  }
}
@media (min-width: 991.98px) {
  .cpt-archive__brands-count {
    font-size: 0.6875rem;
  }
}
.cpt-archive__brands-fallback {
  display: -webkit-box;
  overflow: hidden;
  color: #000000;
  font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", sans-serif;
  font-size: 0.5625rem;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media (min-width: 991.98px) {
  .cpt-archive__brands-fallback {
    font-size: 0.6875rem;
  }
}
.cpt-archive__brands-empty {
  padding: 1.5rem 0.5rem;
  color: #4d4d4d;
  font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: normal;
  text-align: center;
}
@media (min-width: 991.98px) {
  .cpt-archive__brands-empty {
    font-size: 1rem;
  }
}
.cpt-archive__empty {
  padding: 2.5rem 1rem;
  color: #4d4d4d;
  font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: normal;
  text-align: center;
}
@media (min-width: 991.98px) {
  .cpt-archive__empty {
    padding: 3.75rem 1.5rem;
    font-size: 1.25rem;
  }
}
.cpt-archive__filters, .cpt-archive__subfilters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 0.375rem;
  width: 100%;
  padding: 0;
  border-radius: 1.25rem;
}
@media (min-width: 767.98px) {
  .cpt-archive__filters, .cpt-archive__subfilters {
    gap: 1rem 0.875rem;
    padding: 0.625rem 0.875rem;
    border-radius: 1.625rem;
    background: #ffffff;
  }
}
@media (min-width: 991.98px) {
  .cpt-archive__filters, .cpt-archive__subfilters {
    gap: 1.25rem;
    padding: 0.875rem 1.875rem;
    border-radius: 2.5rem;
  }
}
.cpt-archive__tab {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  padding: 0.5rem 0.75rem;
  border-radius: 2.5rem;
  background: #f7f7f7;
  color: #000000;
  font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", sans-serif;
  font-size: var(--fs-tab);
  font-weight: var(--fw-medium);
  line-height: var(--lh-heading);
  white-space: nowrap;
  transition: background-color 0.2s ease, color 0.2s ease;
}
@media (min-width: 767.98px) {
  .cpt-archive__tab {
    padding: 0.75rem 1.125rem;
  }
}
@media (min-width: 991.98px) {
  .cpt-archive__tab {
    padding: 0.9375rem 1.5625rem;
  }
}
.cpt-archive__tab._active {
  background: #fd8011;
  color: #ffffff;
  pointer-events: none;
}
@media (any-hover: hover) {
  .cpt-archive__tab:hover:not(._active) {
    background: rgb(234.25, 234.25, 234.25);
  }
}
.cpt-archive__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}
@media (min-width: 767.98px) {
  .cpt-archive__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.cpt-archive--services .cpt-archive__grid {
  grid-template-columns: 1fr;
  gap: 0.5rem;
}
@media (min-width: 450px) {
  .cpt-archive--services .cpt-archive__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 767.98px) {
  .cpt-archive--services .cpt-archive__grid {
    gap: 1.25rem;
  }
}
@media (min-width: 1199.98px) {
  .cpt-archive--services .cpt-archive__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
  }
}
@media (max-width: 767.98px) {
  .cpt-archive--services .cpt-archive__panel {
    padding: 0;
    border-radius: 0;
    background: transparent;
    gap: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767.98px) {
  .cpt-archive--services .service-card {
    background: #f7f7f7;
  }
  .cpt-archive--services .service-card .service-card__label {
    background: #ffffff;
  }
  .cpt-archive--services .service-card .service-card__link {
    background: #ffffff;
  }
}
@media (max-width: 767.98px) and (any-hover: hover) {
  .cpt-archive--services .service-card .service-card__link:hover:not(:disabled):not([aria-disabled=true]) {
    background: #ffffff;
  }
}
.cpt-archive--services .service-card__link {
  background: #f7f7f7;
}
@media (max-width: 767.98px) {
  .cpt-archive--services .service-card__link {
    background: #ffffff;
  }
}
@media (any-hover: hover) {
  .cpt-archive--services .service-card__link:hover:not(:disabled):not([aria-disabled=true]) {
    background: rgb(234.25, 234.25, 234.25);
  }
}
@media (max-width: 767.98px) and (any-hover: hover) {
  .cpt-archive--services .service-card__link:hover:not(:disabled):not([aria-disabled=true]) {
    background: #ffffff;
  }
}
@media (max-width: 991.98px) {
  .cpt-archive--portfolio .cpt-archive__title {
    text-align: center;
    font-size: 1.75rem;
  }
}
@media (max-width: 991.98px) {
  .cpt-archive--portfolio .cpt-archive__panel {
    margin-inline: -1rem;
    padding: 1.0625rem 1rem 1.5rem;
    gap: 1rem;
    border-radius: 2.5rem;
  }
}
@media (max-width: 991.98px) {
  .cpt-archive--portfolio .cpt-archive__search {
    padding: 0.3125rem;
    gap: 0.5rem;
  }
}
@media (max-width: 991.98px) {
  .cpt-archive--portfolio .cpt-archive__search-clear,
  .cpt-archive--portfolio .cpt-archive__search-clear-icon {
    width: 1.25rem;
    height: 1.25rem;
  }
}
@media (max-width: 991.98px) {
  .cpt-archive--portfolio .cpt-archive__search-submit,
  .cpt-archive--portfolio .cpt-archive__search-icon {
    width: 1.1875rem;
    height: 1.1875rem;
  }
}
@media (max-width: 991.98px) {
  .cpt-archive--portfolio .cpt-archive__filters,
  .cpt-archive--portfolio .cpt-archive__subfilters {
    padding: 0;
  }
}
@media (max-width: 991.98px) {
  .cpt-archive--portfolio .cpt-archive__tab {
    padding: 0.75rem 1.25rem;
  }
}
@media (max-width: 991.98px) {
  .cpt-archive--portfolio .cpt-archive__grid {
    gap: 1rem;
  }
}
@media (min-width: 1199.98px) {
  .cpt-archive--portfolio .cpt-archive__grid {
    gap: 1.5rem;
  }
}

.cpt-pagination {
  display: flex;
  justify-content: center;
  max-width: 100%;
}
.cpt-pagination__inner {
  display: flex;
  align-items: center;
  gap: 0.9375rem;
  max-width: 100%;
  border-radius: 2.875rem;
  padding: 0.625rem 1.375rem;
  background: #ffffff;
}
@media (max-width: 767.98px) {
  .cpt-pagination__inner {
    gap: 0.5rem;
    padding: 0.375rem 0.375rem;
    margin: 0 -1.5rem;
  }
}
.cpt-pagination__pages {
  display: flex;
  align-items: center;
  gap: 0.9375rem;
  min-width: 0;
}
@media (max-width: 767.98px) {
  .cpt-pagination__pages {
    gap: 0.5rem;
  }
}
.cpt-pagination__page {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.5rem;
  min-height: 2.5rem;
  height: 2.5rem;
  padding: 0.5rem 0.75rem;
  border-radius: 1.875rem;
  background: #f7f7f7;
  color: #000000;
  font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", sans-serif;
  font-size: var(--fs-small);
  font-weight: var(--fw-medium);
  line-height: var(--lh-heading);
  white-space: nowrap;
  transition: background-color 0.2s ease;
  box-sizing: border-box;
}
.cpt-pagination__page._active {
  background: #fdad65;
  color: #ffffff;
  pointer-events: none;
}
.cpt-pagination__page--dots {
  min-width: 2.5rem;
  padding: 0.5rem 0.625rem;
  pointer-events: none;
}
@media (max-width: 767.98px) {
  .cpt-pagination__page {
    min-width: 44px;
    min-height: 44px;
    height: 44px;
    padding: 0.375rem 0.5rem;
  }
  .cpt-pagination__page--dots {
    min-width: 44px;
    padding: 0.375rem 0.25rem;
  }
}
@media (any-hover: hover) {
  .cpt-pagination__page:hover:not(._active) {
    background: rgb(234.25, 234.25, 234.25);
  }
}
.cpt-pagination__arrow {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  min-width: 2.5rem;
  min-height: 2.5rem;
  border-radius: 50%;
  background: #f7f7f7;
  color: #000000;
  transition: background-color 0.2s ease;
  box-sizing: border-box;
}
.cpt-pagination__arrow--disabled {
  opacity: 0.4;
  pointer-events: none;
}
@media (max-width: 767.98px) {
  .cpt-pagination__arrow {
    width: 44px;
    height: 44px;
    min-width: 44px;
    min-height: 44px;
  }
}
@media (any-hover: hover) {
  .cpt-pagination__arrow:hover:not(.cpt-pagination__arrow--disabled) {
    background: rgb(234.25, 234.25, 234.25);
  }
}
.cpt-pagination__icon {
  display: block;
  width: 0.375rem;
  height: 0.8125rem;
}