.home-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.home-arrow__icon {
  display: block;
  width: 3.625rem;
  height: 3.625rem;
}

.section-head {
  margin-bottom: 2rem;
}
.section-head--row {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
}
@media (min-width: 991.98px) {
  .section-head--row {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
  }
}
.section-head__title {
  color: #000;
  font-weight: 500;
}
.section-head__more {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  padding: 0.625rem 0.625rem 0.625rem 2.5rem;
  border-radius: 3.875rem;
  background: #f7f7f7;
  color: #000000;
  transition: background-color 0.25s ease;
}
@media (any-hover: hover) {
  .section-head__more:hover {
    background: #fff;
  }
}
.section-head__more-text {
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.3;
}

.messenger-links {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 9.5rem), 1fr));
  gap: 0.75rem;
}
@media (min-width: 991.98px) {
  .messenger-links {
    gap: 1rem;
  }
}
.messenger-links__item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  width: 100%;
  min-height: 3.125rem;
  padding: 0 1.25rem;
  border-radius: 3.875rem;
  background: #fff;
  color: #000000;
  font-weight: 500;
  font-size: 0.875rem;
  white-space: nowrap;
  transition: box-shadow 0.25s ease;
}
.messenger-links__item svg {
  flex-shrink: 0;
}
.messenger-links__item--telegram svg {
  width: 1rem;
  height: 0.875rem;
}
.messenger-links__item--whatsapp svg {
  width: 1.25rem;
  height: 1.25rem;
}
.messenger-links__item--max {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background: linear-gradient(135deg, #44ccff 0%, #5533ee 66%, #9933dd 100%);
  color: #ffffff;
}
.messenger-links__item--max::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: rgba(255, 255, 255, 0.22);
  opacity: 0;
  transition: opacity 0.35s ease;
  z-index: 0;
  pointer-events: none;
}
.messenger-links__item--max > * {
  position: relative;
  z-index: 1;
}
.messenger-links__item--max svg {
  width: 1.25rem;
  height: 1.25rem;
}
@media (any-hover: hover) {
  .messenger-links__item--max:hover:not(.is-disabled) {
    box-shadow: none;
    opacity: 1;
  }
  .messenger-links__item--max:hover:not(.is-disabled)::before {
    opacity: 1;
  }
}
@media (any-hover: hover) {
  .messenger-links__item:hover:not(.messenger-links__item--max) {
    box-shadow: 0 0.5rem 1.5rem rgba(253, 128, 17, 0.12);
  }
}

.main--home .visually-hidden, .main--home .wpcf7-form-control-wrap:has(.visually-hidden) {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.visually-hidden, .wpcf7-form-control-wrap:has(.visually-hidden) {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.brands-section {
  padding: 2.5rem 0;
}
@media (min-width: 991.98px) {
  .brands-section {
    padding: 3.75rem 0;
  }
}
.brands-section__container {
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
}
@media (max-width: 767.98px) {
  .brands-section__container {
    align-items: stretch;
  }
}
@media (min-width: 991.98px) {
  .brands-section__container {
    gap: 3.125rem;
  }
}
.brands-section__head.section-head {
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .brands-section__head.section-head {
    display: contents;
  }
}
@media (max-width: 767.98px) {
  .brands-section__title {
    order: 1;
    margin-bottom: 0;
    text-align: center;
    font-size: clamp(28px, 1.8518518519vw + 21.3333333333px, 48px);
  }
}
@media (max-width: 767.98px) {
  .brands-section__more {
    order: 3;
    width: 100%;
  }
}
.brands-section--archive {
  padding-top: 3.75rem;
}
@media (min-width: 991.98px) {
  .brands-section--archive {
    padding-top: 5rem;
  }
}
.brands-section__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5rem;
}
@media (max-width: 767.98px) {
  .brands-section__grid {
    order: 2;
  }
}
@media (min-width: 575.98px) {
  .brands-section__grid {
    gap: 1.25rem;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 991.98px) {
  .brands-section__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.brands-section .brand-card,
.service-brands .brand-card {
  height: auto;
  min-height: 0;
  border-radius: 1.25rem;
  background: #f7f7f7;
  overflow: hidden;
}
@media (min-width: 991.98px) {
  .brands-section .brand-card,
  .service-brands .brand-card {
    height: 18.75rem;
    min-height: 18.75rem;
    border-radius: 2.5rem;
  }
}
.brands-section .brand-card__link,
.service-brands .brand-card__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 0.9375rem;
  height: 100%;
  min-height: 0;
  padding: 1.875rem 0.75rem;
  color: #000000;
  transition: background-color 0.2s ease;
}
@media (min-width: 991.98px) {
  .brands-section .brand-card__link,
  .service-brands .brand-card__link {
    gap: 1.8125rem;
    min-height: 18.75rem;
    padding: 2.5rem 1.25rem 2.375rem;
  }
}
@media (any-hover: hover) {
  .brands-section .brand-card__link:hover,
  .service-brands .brand-card__link:hover {
    background: #efefef;
  }
}
.brands-section .brand-card__media,
.service-brands .brand-card__media {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 5.3125rem;
  max-height: 5.3125rem;
}
@media (min-width: 991.98px) {
  .brands-section .brand-card__media,
  .service-brands .brand-card__media {
    flex: 1 1 auto;
    height: auto;
    max-height: 10.5625rem;
  }
}
.brands-section .brand-card__logo,
.service-brands .brand-card__logo {
  display: block;
  max-width: 7.3125rem;
  max-height: 5.3125rem;
  width: auto;
  height: auto;
  object-fit: contain;
}
@media (min-width: 991.98px) {
  .brands-section .brand-card__logo,
  .service-brands .brand-card__logo {
    max-width: 10.625rem;
    max-height: 10.5625rem;
  }
}
.brands-section .brand-card__title,
.service-brands .brand-card__title {
  flex-shrink: 0;
  margin: 0;
  font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", sans-serif;
  font-weight: var(--fw-medium);
  font-size: var(--fs-tab);
  line-height: var(--lh-heading);
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 991.98px) {
  .brands-section .brand-card__title,
  .service-brands .brand-card__title {
    font-size: 1.25rem;
  }
}

@media (max-width: 767.98px) {
  .main--service .brands-section__title {
    font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", sans-serif;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: #000000;
    text-align: left;
  }
}

.portfolio-teaser {
  padding: 1rem 0.9375rem 1.875rem;
}
@media (min-width: 575.98px) {
  .portfolio-teaser {
    padding: 1.25rem 0.9375rem 2.5rem;
  }
}
@media (min-width: 991.98px) {
  .portfolio-teaser {
    padding: 1.875rem 1.875rem 3.75rem;
  }
}
.portfolio-teaser__wrapper {
  max-width: 86.25rem;
  margin-inline: -0.9375rem;
  padding: 2.5rem 1rem;
  background: #f7f7f7;
  overflow: hidden;
  border-radius: 1.25rem;
}
@media (min-width: 991.98px) {
  .portfolio-teaser__wrapper {
    border-radius: 2.5rem;
    margin: 0 -2rem;
    padding: 4.375rem 2.5rem;
  }
}
@media (min-width: 1399.98px) {
  .portfolio-teaser__wrapper {
    margin: 0 auto;
  }
}
.portfolio-teaser__container {
  position: relative;
  max-width: 77.5rem;
  margin: 0 auto;
}
@media (max-width: 767.98px) {
  .portfolio-teaser__container {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 1.5rem;
  }
}
.portfolio-teaser__head {
  margin-bottom: 1.5rem;
}
@media (max-width: 767.98px) {
  .portfolio-teaser__head {
    display: contents;
    margin-bottom: 0;
  }
}
@media (min-width: 991.98px) {
  .portfolio-teaser__head {
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 767.98px) {
  .portfolio-teaser__title {
    order: 1;
    margin-bottom: 0;
    text-align: center;
  }
}
@media (max-width: 767.98px) {
  .portfolio-teaser__more {
    order: 3;
    width: 100%;
  }
}
.portfolio-teaser__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
@media (max-width: 767.98px) {
  .portfolio-teaser__grid {
    order: 2;
  }
}
@media (min-width: 575.98px) {
  .portfolio-teaser__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
  }
}

.portfolio-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 1.375rem;
  background: #ffffff;
  overflow: hidden;
}
@media (min-width: 991.98px) {
  .portfolio-card {
    border-radius: 2.5rem;
  }
}
.portfolio-card__media {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  aspect-ratio: 342/139;
  color: inherit;
}
@media (min-width: 991.98px) {
  .portfolio-card__media {
    aspect-ratio: 610/246;
  }
}
.portfolio-card__media--single {
  grid-template-columns: 1fr;
}
.portfolio-card__image {
  position: relative;
  min-height: 0;
  overflow: hidden;
  background: linear-gradient(90deg, rgba(253, 128, 17, 0.1) 25%, rgba(253, 128, 17, 0.2) 50%, rgba(253, 128, 17, 0.1) 75%);
  background-size: 200% 100%;
  animation: portfolio-card-shimmer 3s infinite linear;
}
.portfolio-card__image._loaded {
  animation: none;
  background: #f7f7f7;
}
@media (prefers-reduced-motion: reduce) {
  .portfolio-card__image {
    animation: none;
    background: #f7f7f7;
  }
}
.portfolio-card__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.35s ease, transform 0.35s ease;
}
.portfolio-card__img._loaded {
  opacity: 1;
}
@media (prefers-reduced-motion: reduce) {
  .portfolio-card__img {
    transition: none;
  }
}
.portfolio-card__compare {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.375rem;
  height: 1.5rem;
  border-radius: 50%;
  background: #f7f7f7;
  transform: translate(-50%, -50%);
  pointer-events: none;
  color: #000000;
  transition: background-color 0.25s ease, color 0.25s ease;
}
@media (min-width: 991.98px) {
  .portfolio-card__compare {
    width: 2.5rem;
    height: 2.625rem;
  }
}
.portfolio-card__compare-icon {
  display: block;
  width: 0.375rem;
  height: 0.625rem;
}
@media (min-width: 991.98px) {
  .portfolio-card__compare-icon {
    width: 0.8125rem;
    height: 1.25rem;
  }
}
.portfolio-card__body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 1.0625rem 1.375rem;
}
@media (min-width: 991.98px) {
  .portfolio-card__body {
    padding: 1.875rem 2.5rem 2.5rem;
  }
}
.portfolio-card__title {
  margin: 0 0 0.5rem;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: normal;
  color: #000000;
}
@media (min-width: 991.98px) {
  .portfolio-card__title {
    margin: 0 0 0.9375rem;
    font-size: 1.25rem;
    line-height: 1.3;
  }
}
.portfolio-card__title a {
  color: inherit;
  transition: color 0.2s ease;
}
.portfolio-card__quote {
  margin: 0 0 0.6875rem;
  font-size: var(--fs-work);
  font-weight: var(--fw-regular);
  line-height: var(--lh-body);
  color: #6f6f6f;
}
@media (min-width: 991.98px) {
  .portfolio-card__quote {
    margin: 0 0 1.25rem;
  }
}
.portfolio-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-top: auto;
  padding-top: 0.6875rem;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}
@media (min-width: 991.98px) {
  .portfolio-card__footer {
    gap: 1rem;
    padding-top: 1.25rem;
  }
}
.portfolio-card__price {
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.2;
  color: #000000;
  white-space: nowrap;
}
@media (min-width: 991.98px) {
  .portfolio-card__price {
    font-size: 1.5rem;
  }
}
.portfolio-card__currency {
  font-weight: 400;
  font-size: 1.25rem;
  color: #6f6f6f;
}
@media (min-width: 991.98px) {
  .portfolio-card__currency {
    font-size: 0.875rem;
  }
}
.portfolio-card__link {
  flex-shrink: 0;
  width: 8.75rem;
  min-width: 8.75rem;
  min-height: 2.5625rem;
  padding: 0.5rem 0.25rem 0.5rem 0.875rem;
  background: #f7f7f7;
  color: #000000;
  border: none;
  box-shadow: none;
}
.portfolio-card__link .btn__arrow {
  width: 2.125rem;
  height: 2.125rem;
  background: #fd8011;
  color: #ffffff;
}
@media (min-width: 991.98px) {
  .portfolio-card__link {
    width: auto;
    min-width: 15.5rem;
    min-height: 3.25rem;
    padding: 0.375rem 0.625rem 0.375rem 2.1875rem;
  }
  .portfolio-card__link .btn__arrow {
    width: 2.5rem;
    height: 2.5rem;
  }
}
@media (any-hover: hover) {
  .portfolio-card__link:hover:not(:disabled):not([aria-disabled=true]) {
    background: #efefef;
    box-shadow: none;
  }
}
@media (any-hover: hover) {
  .portfolio-card__media--single:hover .portfolio-card__img {
    transform: scale(1.04);
  }
  .portfolio-card__media:not(.portfolio-card__media--single):hover .portfolio-card__compare {
    background: #fd8011;
    color: #ffffff;
  }
  .portfolio-card__title a:hover {
    color: #fd8011;
  }
}

@keyframes portfolio-card-shimmer {
  0% {
    background-position: -200% 0;
  }
  100% {
    background-position: 200% 0;
  }
}
.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;
}

.brand-hero {
  padding: 1rem 0 1rem;
}
@media (min-width: 991.98px) {
  .brand-hero {
    padding: 2rem 0 1.5rem;
  }
}
.brand-hero__title {
  font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", sans-serif;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: normal;
  color: #000000;
}
@media (min-width: 991.98px) {
  .brand-hero__title {
    font-size: 3rem;
  }
}

.main--brand {
  padding-top: calc(2rem + 7.5rem + 0.5rem);
}
@media (min-width: 991.98px) {
  .main--brand {
    padding-top: calc(2.875rem + 10rem + 1.5rem);
  }
}

.admin-bar .main--brand {
  padding-top: calc(2rem + 7.5rem + 0.5rem + 46px);
}
@media screen and (min-width: 783px) {
  .admin-bar .main--brand {
    padding-top: calc(2rem + 7.5rem + 0.5rem + 32px);
  }
}
@media (min-width: 991.98px) {
  .admin-bar .main--brand {
    padding-top: calc(2.875rem + 10rem + 1.5rem + 32px);
  }
}

.brand-features {
  padding: 0 0 2rem;
}
@media (min-width: 991.98px) {
  .brand-features {
    padding: 0 0 3.75rem;
  }
}
.brand-features__container {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
@media (min-width: 991.98px) {
  .brand-features__container {
    gap: 2rem;
  }
}
.brand-features__title {
  font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: normal;
  color: #000000;
}
@media (min-width: 991.98px) {
  .brand-features__title {
    font-size: 2.25rem;
  }
}
.brand-features__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
@media (min-width: 767.98px) {
  .brand-features__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
  }
}
.brand-features__card {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  min-height: 0;
  padding: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 1rem;
  background: #f7f7f7;
}
@media (min-width: 991.98px) {
  .brand-features__card {
    gap: 1rem;
    padding: 1.75rem 2rem;
    border-radius: 1.5rem;
  }
}
.brand-features__card-title {
  display: flex;
  align-items: flex-start;
  gap: 0.625rem;
  color: #fd8011;
  font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", sans-serif;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.3;
}
@media (min-width: 991.98px) {
  .brand-features__card-title {
    gap: 0.75rem;
    font-size: 1.375rem;
    line-height: 1.25;
  }
}
.brand-features__card-icon {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.0625rem;
  color: #fd8011;
}
@media (min-width: 991.98px) {
  .brand-features__card-icon {
    margin-top: 0.125rem;
  }
}
.brand-features__card-icon-svg {
  display: block;
  width: 1.125rem;
  height: 1.125rem;
  color: inherit;
  fill: none;
}
@media (min-width: 991.98px) {
  .brand-features__card-icon-svg {
    width: 1.5rem;
    height: 1.5rem;
  }
}
.brand-features__card-title-text {
  min-width: 0;
}
.brand-features__card-text {
  flex: 1 1 auto;
  color: #261c13;
  font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.45;
}
@media (min-width: 991.98px) {
  .brand-features__card-text {
    font-size: 0.9375rem;
    line-height: 1.5;
  }
}

.brand-services {
  padding: 0 0 2rem;
}
@media (min-width: 991.98px) {
  .brand-services {
    padding: 0 0 2.5rem;
  }
}
.brand-services__container {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
@media (min-width: 991.98px) {
  .brand-services__container {
    gap: 1.75rem;
  }
}
.brand-services__title {
  font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", sans-serif;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: normal;
  color: #000000;
}
@media (min-width: 991.98px) {
  .brand-services__title {
    font-size: 3rem;
  }
}
.brand-services__panel {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 0;
  border-radius: 0;
  background: transparent;
}
@media (min-width: 767.98px) {
  .brand-services__panel {
    gap: 2.25rem;
    padding: 2.625rem 4.375rem;
    border-radius: 2.5rem;
    background: #f7f7f7;
  }
}
.brand-services__filters .cpt-archive__tab {
  cursor: pointer;
  border: 0;
  appearance: none;
}
.brand-services__filters .cpt-archive__tab._active {
  pointer-events: none;
}
.brand-services__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5rem;
}
@media (min-width: 767.98px) {
  .brand-services__grid {
    gap: 1.25rem;
  }
}
@media (min-width: 1199.98px) {
  .brand-services__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
  }
}
.brand-services__grid .service-card[hidden] {
  display: none;
}
@media (max-width: 767.98px) {
  .brand-services .service-card {
    background: #f7f7f7;
  }
  .brand-services .service-card .service-card__label {
    background: #ffffff;
  }
  .brand-services .service-card .service-card__link {
    background: #ffffff;
  }
}
.brand-services .service-card__link {
  background: #f7f7f7;
}
@media (max-width: 767.98px) {
  .brand-services .service-card__link {
    background: #ffffff;
  }
}
@media (any-hover: hover) {
  .brand-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) {
  .brand-services .service-card__link:hover:not(:disabled):not([aria-disabled=true]) {
    background: #ffffff;
  }
}

.color-accent {
  color: #fd8011;
}