@charset "UTF-8";
.section {
  background: var(--section-background);
  color: var(--section-text);
}

.section--dark {
  --section-background: #0F0F0F;
  --section-text: #f5f2ed;
  --section-muted: rgba(245, 242, 237, 0.58);
  --section-card-background: rgba(23, 23, 23, 0.9);
  --section-card-text: #f5f2ed;
  --section-card-muted: rgba(245, 242, 237, 0.62);
  --section-card-border: rgba(245, 242, 237, 0.12);
  --section-card-icon-border: rgba(245, 242, 237, 0.28);
  --section-card-shadow: 0 1rem 2.5rem rgba(0, 0, 0, 0.2);
}

.section--light {
  --section-background: #f5f2ed;
  --section-text: #0F0F0F;
  --section-muted: rgba(15, 15, 15, 0.58);
  --section-card-background: #f5f2ed;
  --section-card-text: #0F0F0F;
  --section-card-muted: rgba(15, 15, 15, 0.62);
  --section-card-border: rgba(15, 15, 15, 0.1);
  --section-card-icon-border: rgba(15, 15, 15, 0.22);
  --section-card-shadow: 0 1rem 2.5rem rgba(15, 15, 15, 0.1);
}

.section--medium {
  --section-background: #f2ebe6;
  --section-text: #0F0F0F;
  --section-muted: rgba(15, 15, 15, 0.62);
  --section-card-background: #f2ebe6;
  --section-card-text: #0F0F0F;
  --section-card-muted: rgba(15, 15, 15, 0.62);
  --section-card-border: rgba(15, 15, 15, 0.1);
  --section-card-icon-border: rgba(15, 15, 15, 0.22);
  --section-card-shadow: 0 1rem 2.5rem rgba(15, 15, 15, 0.1);
}

.content,
.p-news,
.p-news-item,
.p-pricing,
.schedule-page {
  --section-background: #fff;
  --section-text: #0F0F0F;
  --section-muted: rgba(15, 15, 15, 0.62);
  background: #fff;
}

.section__header {
  max-width: 820px;
}

.section__title,
.section__content h1 {
  color: #C0111A;
  font-weight: 900;
  line-height: 0.95;
  text-transform: uppercase;
}

.section__lead,
.section__content p {
  color: var(--section-muted);
  font-size: clamp(1rem, 1.8vw, 1.35rem);
  font-weight: 600;
  line-height: 1.6;
}

.section__content h1 {
  margin-bottom: 1.5rem;
}

.section__content p {
  margin: 0;
}

@media (max-width: 575.98px) {
  .section__content h1 {
    margin-bottom: 1rem;
  }
}
.content__banner {
  background-position: center;
  background-size: cover;
  height: 20vh;
  min-height: 160px;
  width: 100%;
}

.section__header--wide {
  max-width: 920px;
}

.content__title {
  color: #C0111A;
  font-weight: 900;
  line-height: 0.96;
  text-transform: uppercase;
}

.content__lead {
  color: rgba(15, 15, 15, 0.65);
  font-size: clamp(1.05rem, 1.8vw, 1.35rem);
  font-weight: 600;
  line-height: 1.6;
  max-width: 850px;
}

.content__body {
  font-size: 1.075rem;
  line-height: 1.75;
}

.content a:not(.gk-button):not(.gk-card) {
  color: #C0111A;
  font-weight: 800;
  text-decoration: none;
}
.content a:not(.gk-button):not(.gk-card):hover, .content a:not(.gk-button):not(.gk-card):focus-visible {
  color: rgb(56.9209119054%, 5.0398724083%, 7.7080401539%);
}

.content__body li + li {
  margin-top: 0.5rem;
}

.section--spaced {
  margin-top: clamp(4rem, 9vw, 8rem);
}

.section__heading {
  color: #C0111A;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 2.5rem;
  text-transform: uppercase;
}

.faq {
  --bs-accordion-active-bg: rgb(93.5335397317%, 90.0515995872%, 87.564499484%);
  --bs-accordion-active-color: #0F0F0F;
  --bs-accordion-bg: #f2ebe6;
  --bs-accordion-border-color: rgb(89.4282765738%, 83.7358101135%, 79.6697626419%);
  --bs-accordion-btn-bg: #f2ebe6;
  --bs-accordion-btn-color: #0F0F0F;
  --bs-accordion-btn-focus-border-color: rgba(192, 17, 26, 0.38);
  --bs-accordion-btn-focus-box-shadow: 0 0 0 .2rem rgba(192, 17, 26, 0.16);
  --bs-accordion-color: rgba(15, 15, 15, 0.72);
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-active-icon: var(--bs-accordion-btn-icon);
}
.faq .accordion-button {
  font-weight: 800;
  padding: 1.5rem;
  color: #000;
}
.faq .accordion-button:focus {
  border-color: rgba(192, 17, 26, 0.38);
  box-shadow: 0 0 0 0.2rem rgba(192, 17, 26, 0.16);
}
.faq .accordion-button:not(.collapsed) {
  background: rgb(93.5335397317%, 90.0515995872%, 87.564499484%);
}
.faq .accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-active-icon);
}
.faq .accordion-item {
  background: #f2ebe6;
  border-color: rgb(89.4282765738%, 83.7358101135%, 79.6697626419%);
}
.faq .accordion-body {
  background: rgb(95.5861713106%, 93.209494324%, 91.5118679051%);
  color: rgba(15, 15, 15, 0.72);
}

.content__closing .content__lead {
  max-width: 900px;
}

.actions {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.actions--centered {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-inline: auto;
  max-width: 760px;
}

.table-scroll {
  overflow-x: auto;
  width: 100%;
  -webkit-overflow-scrolling: touch;
}

table {
  background: #f5f2ed;
  border-collapse: collapse;
  color: #0F0F0F;
  font-size: 0.95rem;
  width: 100%;
}
table th,
table td {
  border: 1px solid rgba(15, 15, 15, 0.16);
  padding: 0.75rem 1rem;
  text-align: left;
  vertical-align: middle;
}
table thead th {
  background: rgba(15, 15, 15, 0.07);
  font-weight: 900;
}
table tbody th {
  font-weight: 800;
}
table tbody tr:nth-child(even) {
  background: rgba(15, 15, 15, 0.025);
}
table tbody tr:hover {
  background: rgba(192, 17, 26, 0.055);
}

@media (max-width: 767.98px) {
  table {
    font-size: 0.85rem;
  }
  table th,
  table td {
    padding: 0.65rem 0.75rem;
  }
  .table-scroll table {
    min-width: 720px;
  }
}
@media (max-width: 767.98px) {
  .actions {
    grid-template-columns: 1fr;
  }
}
.content__side-figure,
.jka-history-figure {
  background: #f5f2ed;
  border: 1px solid rgba(15, 15, 15, 0.1);
  border-radius: 0.5rem;
  box-shadow: 0 1.25rem 3rem rgba(15, 15, 15, 0.08);
  overflow: hidden;
}
.content__side-figure img,
.jka-history-figure img {
  display: block;
  min-height: 320px;
  object-fit: cover;
}
.content__side-figure figcaption,
.jka-history-figure figcaption {
  color: rgba(15, 15, 15, 0.62);
  font-size: 0.85rem;
  font-weight: 600;
  line-height: 1.5;
}

.s-hero {
  background: #0F0F0F;
  color: #f5f2ed;
  min-height: 80vh;
  overflow: hidden;
  position: relative;
}

.s-hero__slider {
  height: 100%;
  inset: 0;
  position: absolute;
  width: 100%;
}

.s-hero__slider .swiper-wrapper,
.s-hero__slide {
  height: 100%;
}

.s-hero__image {
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.s-hero__slide--empty {
  background: radial-gradient(circle at 50% 30%, #2a2a2a 0%, #0F0F0F 58%);
}

.s-hero__shade {
  background: linear-gradient(90deg, rgba(15, 15, 15, 0.96) 0%, rgba(15, 15, 15, 0.52) 24%, rgba(15, 15, 15, 0.35) 28%, rgba(15, 15, 15, 0.52) 76%, rgba(15, 15, 15, 0.96) 100%);
  inset: 0;
  position: absolute;
  z-index: 1;
}

.s-hero__container {
  min-height: 80vh;
  z-index: 2;
}

.s-hero__logo {
  display: block;
  height: auto;
  max-width: min(50%, 17rem);
  width: 100%;
}

.s-hero__lead {
  color: rgba(245, 242, 237, 0.82);
  font-size: clamp(0.85rem, 1.2vw, 1rem);
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.s-hero__title {
  color: #f5f2ed;
  font-size: 2rem;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 0.92;
  text-transform: uppercase;
}

.s-hero__title span {
  color: #C0111A;
}

.s-hero__text {
  color: rgba(245, 242, 237, 0.84);
  font-size: clamp(1rem, 1.5vw, 1.25rem);
  font-weight: 600;
  line-height: 1.45;
  max-width: 520px;
}

.s-hero__bullets li {
  color: rgba(245, 242, 237, 0.9);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.35;
}

.s-hero__bullets li::before {
  color: #C0111A;
  content: "✓";
  flex: 0 0 auto;
  font-size: 1.15rem;
  font-weight: 900;
  line-height: 1;
  margin-top: 0.05rem;
}

.s-hero-features {
  perspective: 900px;
}

.s-hero-feature {
  --gk-card-bg: linear-gradient(135deg, rgba(245, 242, 237, 0.16) 0%, rgba(23, 23, 23, 0.86) 46%, rgba(5, 5, 5, 0.9) 100%);
  --gk-card-border-color: rgba(245, 242, 237, 0.16);
  --gk-card-color: #f5f2ed;
  --gk-card-hover-shadow: 0 1.8rem 4rem rgba(192, 17, 26, 0.24), 0 .7rem 1.8rem rgba(15, 15, 15, 0.34);
  --gk-card-hover-transform: translateX(-.45rem) rotate(-1deg) scale(1.03);
  --gk-card-min-height: 132px;
  --gk-card-shadow: 0 1.1rem 2.8rem rgba(15, 15, 15, 0.34);
  backdrop-filter: blur(10px);
  isolation: isolate;
  overflow: hidden;
  transform: translateX(var(--s-hero-feature-shift, 0)) rotate(var(--s-hero-feature-rotate, 0deg));
}
.s-hero-feature::before {
  background: linear-gradient(180deg, #C0111A 0%, rgba(192, 17, 26, 0.22) 100%);
  content: "";
  inset: 0 auto 0 0;
  position: absolute;
  width: 0.42rem;
  z-index: 0;
}
.s-hero-feature::after {
  background: linear-gradient(115deg, transparent 0 36%, rgba(245, 242, 237, 0.18) 36% 38%, transparent 38% 100%);
  content: "";
  inset: 0;
  opacity: 0.65;
  pointer-events: none;
  position: absolute;
  z-index: 0;
}

.s-hero-feature--1 {
  --s-hero-feature-rotate: -1.2deg;
  --s-hero-feature-shift: -1.25rem;
}

.s-hero-feature--2 {
  --s-hero-feature-rotate: 1.4deg;
  --s-hero-feature-shift: 1rem;
}

.s-hero-feature--3 {
  --s-hero-feature-rotate: .7deg;
  --s-hero-feature-shift: -.35rem;
}

.s-hero-feature--4 {
  --s-hero-feature-rotate: -1.5deg;
  --s-hero-feature-shift: 1.4rem;
}

.s-hero-feature__label,
.s-hero-feature__value,
.s-hero-feature__detail {
  position: relative;
  z-index: 1;
}

.s-hero-feature__label,
.s-hero-feature__detail {
  color: rgba(245, 242, 237, 0.82);
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 1.25;
}

.s-hero-feature__label {
  align-items: center;
  display: flex;
  gap: 0.65rem;
  text-transform: uppercase;
}
.s-hero-feature__label::before {
  background: #C0111A;
  content: "";
  flex: 0 0 auto;
  height: 0.55rem;
  transform: skewX(-18deg);
  width: 1.45rem;
}

.s-hero-feature__detail {
  max-width: 18ch;
}

.s-hero-feature__value {
  color: #f5f2ed;
  filter: drop-shadow(0.08em 0.08em 0 rgba(192, 17, 26, 0.78));
  font-size: clamp(2rem, 3vw, 3rem);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
}

@media (max-width: 991.98px) {
  .s-hero {
    min-height: auto;
  }
  .s-hero__shade {
    background: linear-gradient(180deg, rgba(15, 15, 15, 0.95) 0%, rgba(15, 15, 15, 0.76) 42%, rgba(15, 15, 15, 0.96) 100%);
  }
  .s-hero__container {
    min-height: auto;
  }
  .s-hero-feature {
    --s-hero-feature-rotate: 0deg;
    --s-hero-feature-shift: 0;
    --gk-card-hover-transform: scale(1.025);
  }
}
@media (max-width: 575.98px) {
  .s-hero-feature {
    --gk-card-min-height: auto;
  }
}
.s-benefits__header {
  max-width: 760px;
}

.s-benefits-card {
  --gk-card-bg: var(--section-card-background);
  --gk-card-border-color: var(--section-card-border);
  --gk-card-color: var(--section-card-text);
  --gk-card-icon-border-color: var(--section-card-icon-border);
  --gk-card-min-height: 360px;
  --gk-card-title-weight: 900;
  --gk-card-body-color: var(--section-card-muted);
  --gk-card-body-size: 1rem;
  --gk-card-body-weight: 600;
  --gk-card-body-line-height: 1.65;
}

.s-benefits-card__icon img {
  filter: brightness(0) saturate(100%) invert(14%) sepia(96%) saturate(4701%) hue-rotate(350deg) brightness(89%) contrast(92%);
}

@media (max-width: 575.98px) {
  .s-benefits-card {
    --gk-card-min-height: auto;
  }
}
.s-audience-card {
  color: #f5f2ed;
  min-height: 640px;
}

.s-audience-card__image {
  object-fit: cover;
  transition: opacity 0.3s ease, transform 0.5s ease;
}

.s-audience-card__content {
  background: rgba(15, 15, 15, 0.58);
  min-height: 540px;
  z-index: 1;
}

.s-audience-card:hover .s-audience-card__image,
.s-audience-card:focus-visible .s-audience-card__image {
  opacity: 0.9;
  transform: scale(1.04);
}

.s-audience-card__title {
  color: #fff;
  font-weight: 900;
}

.s-audience-card__body {
  color: rgba(245, 242, 237, 0.86);
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.65;
}

.s-audience-card__button {
  pointer-events: none;
}

@media (max-width: 575.98px) {
  .s-audience-card,
  .s-audience-card__content {
    min-height: 480px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .s-audience-card__image {
    transition: none;
  }
  .s-audience-card:hover .s-audience-card__image,
  .s-audience-card:focus-visible .s-audience-card__image {
    transform: none;
  }
}
.s-process__line {
  background: linear-gradient(90deg, transparent, rgba(192, 17, 26, 0.32) 8%, #C0111A 50%, rgba(192, 17, 26, 0.32) 92%, transparent);
  height: 2px;
  left: 0;
  right: 0;
  top: 3.9rem;
}

.s-process-step__marker {
  background: #C0111A;
  border: 3px solid #0F0F0F;
  border-radius: 50%;
  box-shadow: 0 0 0 2px #C0111A;
  color: #f5f2ed;
  font-size: 1.5rem;
  font-weight: 500;
  height: 5rem;
  width: 5rem;
  z-index: 1;
}

.s-process-step__title {
  font-weight: 900;
}

.s-process-step__body {
  color: var(--section-muted);
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.6;
  max-width: 260px;
}

@media (max-width: 1199.98px) {
  .s-process__line {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .s-process-step__marker {
    font-size: 1.6rem;
    height: 5.25rem;
    width: 5.25rem;
  }
}
.s-schedule {
  --section-muted: rgba(15, 15, 15, 0.68);
}

.s-schedule__inner {
  max-width: 1040px;
}

.s-schedule__button {
  min-width: min(100%, 340px);
}

.s-pricing__inner {
  max-width: 1240px;
}

.s-pricing-card--light {
  --gk-card-bg: var(--section-card-background);
  --gk-card-border-color: var(--section-card-border);
  --gk-card-shadow: var(--section-card-shadow);
  --gk-card-color: var(--section-card-text);
  --gk-card-icon-border-color: var(--section-card-icon-border);
  --gk-card-body-color: var(--section-card-muted);
  --gk-card-body-size: 1.125rem;
  --gk-card-body-line-height: 1.6;
}

.s-pricing-card--highlighted {
  --gk-card-border-color: rgba(192, 17, 26, 0.58);
  --gk-card-shadow: 0 1rem 2.5rem rgba(192, 17, 26, 0.16);
}

.s-pricing-feature__title {
  font-weight: 900;
}

.s-pricing-feature__body {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.s-pricing-list {
  border-bottom: 1px solid rgba(15, 15, 15, 0.14);
  max-width: 900px;
}

.s-pricing-list__item {
  border-top: 1px solid rgba(15, 15, 15, 0.14);
}

.s-pricing-list__marker {
  border: 1px solid rgba(15, 15, 15, 0.24);
  border-radius: 50%;
  color: rgba(15, 15, 15, 0.5);
  font-size: 0.75rem;
  font-weight: 900;
  height: 2.75rem;
  letter-spacing: 0.08em;
  width: 2.75rem;
}

.s-pricing-list .s-pricing-feature__body {
  color: rgba(15, 15, 15, 0.62);
}

.s-pricing-list__item--highlighted .s-pricing-list__marker {
  background: #C0111A;
  border-color: #C0111A;
  color: #f5f2ed;
}

.s-pricing__button {
  min-width: min(100%, 280px);
}

@media (max-width: 575.98px) {
  .s-pricing-card--light {
    --gk-card-min-height: auto;
  }
}
.s-whyus__header {
  max-width: 820px;
}

.s-whyus .section__lead {
  max-width: 620px;
  margin-inline: auto;
}

.s-whyus-card {
  --gk-card-bg: var(--section-card-background);
  --gk-card-border-color: var(--section-card-border);
  --gk-card-radius: .5rem;
  --gk-card-shadow: var(--section-card-shadow);
  --gk-card-color: var(--section-card-text);
  --gk-card-icon-border-color: var(--section-card-icon-border);
  --gk-card-min-height: 300px;
  --gk-card-hover-shadow: 0 1.25rem 3rem rgba(0, 0, 0, 0.22), 0 0 0 1px rgba(192, 17, 26, 0.12);
  --gk-card-hover-transform: translateY(-.25rem);
  --gk-card-body-color: var(--section-card-muted);
  --gk-card-body-size: 1rem;
  --gk-card-body-weight: 700;
  --gk-card-body-line-height: 1.6;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}
.s-whyus-card:hover {
  border-color: rgba(192, 17, 26, 0.45);
}

.s-whyus__button {
  min-width: min(100%, 360px);
}
.s-whyus__button::before {
  border: 2px solid currentColor;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 0.8rem;
  margin-right: 0.5rem;
  width: 0.8rem;
}

@media (max-width: 575.98px) {
  .s-whyus-card {
    --gk-card-min-height: auto;
  }
}
.s-opinions__header {
  max-width: 860px;
}

.s-opinions-rating {
  background: rgba(242, 235, 230, 0.82);
  border-radius: 999px;
  color: #0F0F0F;
  font-size: 1.125rem;
  font-weight: 800;
  padding: 0.65rem 1.35rem;
}

.s-opinions-rating span:last-child {
  color: rgba(15, 15, 15, 0.55);
  font-weight: 700;
}

.s-opinions-stars {
  color: #f7b500;
  font-size: 1.05rem;
  letter-spacing: 0.06em;
  line-height: 1;
  white-space: nowrap;
}

.s-opinions__viewport {
  overflow: hidden;
  padding-block: 0.5rem 1.25rem;
}

.s-opinions__carousel {
  overflow: hidden;
  padding-block: 0.5rem 1.25rem;
}

.s-opinions__slide {
  height: auto;
}

.s-opinions-card {
  --gk-card-bg: var(--section-card-background);
  --gk-card-border-color: var(--section-card-border);
  --gk-card-radius: .5rem;
  --gk-card-shadow: var(--section-card-shadow);
  --gk-card-color: var(--section-card-text);
  --gk-card-min-height: 420px;
  --gk-card-hover-shadow: 0 1.35rem 3rem rgba(15, 15, 15, 0.09), 0 0 0 1px rgba(192, 17, 26, 0.08);
  --gk-card-hover-transform: translateY(-.25rem);
  --gk-card-body-color: var(--section-card-muted);
  --gk-card-body-size: clamp(1.05rem, 1.5vw, 1.25rem);
  --gk-card-body-weight: 700;
  --gk-card-body-line-height: 1.65;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
  will-change: transform;
}
.s-opinions-card:hover {
  border-color: rgba(192, 17, 26, 0.2);
}

.s-opinions-card__avatar {
  align-items: center;
  background: #f2ebe6;
  border-radius: 50%;
  display: flex;
  height: 4rem;
  overflow: hidden;
  padding: 0.55rem;
  width: 4rem;
}

.s-opinions-card__avatar-icon,
.s-opinions-card__avatar-placeholder {
  height: 100%;
  width: 100%;
}

.s-opinions-card__avatar-icon {
  background: #C0111A;
  display: block;
  mask: var(--opinion-avatar-url) center/contain no-repeat;
  -webkit-mask: var(--opinion-avatar-url) center/contain no-repeat;
}

.s-opinions-card__avatar-placeholder {
  background: var(--section-background);
  border: 1px dashed var(--section-card-icon-border);
}

.s-opinions-card__grade {
  color: var(--section-card-muted);
  font-size: 0.85rem;
  font-weight: 800;
}

.s-opinions-card__signature {
  color: var(--section-card-text);
  font-size: 1rem;
  font-weight: 900;
}

.gk-button--outline {
  background: transparent;
  border-color: rgba(15, 15, 15, 0.16);
  box-shadow: none;
  color: #0F0F0F;
}

.gk-button--outline:hover,
.gk-button--outline:focus-visible {
  background: #0F0F0F;
  border-color: #0F0F0F;
  color: #f5f2ed;
}

@media (max-width: 575.98px) {
  .s-opinions-rating {
    align-items: center;
    flex-direction: column;
    gap: 0.35rem !important;
  }
  .s-opinions-card {
    --gk-card-min-height: auto;
  }
}
.s-partners {
  --partners-marquee-duration: 84s;
  --section-background: #fff;
  --section-text: #0F0F0F;
  --section-muted: rgba(15, 15, 15, 0.58);
  background: #fff;
  overflow: hidden;
}

.s-partners__carousel {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  max-width: none;
  overflow: hidden;
  position: relative;
  width: 100vw;
}
.s-partners__carousel::before, .s-partners__carousel::after {
  content: "";
  inset-block: 0;
  pointer-events: none;
  position: absolute;
  width: min(20vw, 9rem);
  z-index: 2;
}
.s-partners__carousel::before {
  background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
  left: 0;
}
.s-partners__carousel::after {
  background: linear-gradient(270deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
  right: 0;
}

.s-partners__track {
  animation: partners-marquee var(--partners-marquee-duration) linear infinite;
  display: flex;
  gap: 2rem;
  width: max-content;
}
.s-partners__track:hover, .s-partners__track:focus-within {
  animation-play-state: paused;
}

.s-partners__group {
  display: flex;
  flex: 0 0 auto;
  gap: 2rem;
  min-width: max-content;
}

.s-partners__slide {
  align-items: center;
  display: flex;
  flex: 0 0 18rem;
  height: auto;
  justify-content: center;
}

.s-partners__item {
  align-items: center;
  border-radius: 0.5rem;
  display: flex;
  height: 8rem;
  justify-content: center;
  padding: 1.5rem;
  transition: filter 0.25s ease, opacity 0.25s ease, transform 0.25s ease;
  width: 100%;
}
.s-partners__item:hover, .s-partners__item:focus-visible {
  filter: drop-shadow(0 0 1.25rem rgba(192, 17, 26, 0.28));
}
.s-partners__item:hover, .s-partners__item:focus-visible {
  transform: translateY(-0.125rem);
}

.s-partners__logo {
  display: block;
  filter: grayscale(1) saturate(0) opacity(0.62);
  max-height: 4.5rem;
  max-width: min(100%, 13rem);
  object-fit: contain;
  transition: filter 0.25s ease, opacity 0.25s ease;
}

.s-partners__item:hover .s-partners__logo,
.s-partners__item:focus-visible .s-partners__logo {
  filter: grayscale(0) saturate(1) opacity(1);
}

@keyframes partners-marquee {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(calc(-50% - 1rem), 0, 0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .s-partners__track {
    animation: none;
    transform: none;
  }
}
@media (max-width: 575.98px) {
  .s-partners__carousel {
    max-width: none;
  }
  .s-partners__carousel::before, .s-partners__carousel::after {
    width: 4.5rem;
  }
  .s-partners__track,
  .s-partners__group {
    gap: 1rem;
  }
  .s-partners__slide {
    flex-basis: 14rem;
  }
  .s-partners__item {
    height: 7rem;
  }
}
.gk-button {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 5px;
  box-shadow: 0 14px 28px rgba(15, 15, 15, 0.22);
  display: inline-flex;
  font-size: 0.875rem;
  font-weight: 900;
  justify-content: center;
  letter-spacing: 0;
  line-height: 1;
  min-height: 52px;
  padding: 1rem 1.6rem;
  text-decoration: none;
  text-transform: uppercase;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.gk-button:hover,
.gk-button:focus-visible {
  box-shadow: 0 18px 36px rgba(15, 15, 15, 0.28);
  transform: translateY(-2px);
}

.gk-button--primary {
  background: #C0111A;
  border-color: #C0111A;
  color: #f5f2ed;
}

.gk-button--primary:hover,
.gk-button--primary:focus-visible {
  background: rgb(62.4328736279%, 5.5279106858%, 8.4544516371%);
  border-color: rgb(62.4328736279%, 5.5279106858%, 8.4544516371%);
  color: #f5f2ed;
}

.gk-button--dark {
  background: #0F0F0F;
  border-color: rgba(245, 242, 237, 0.65);
  color: #f5f2ed;
}

.gk-button--dark:hover,
.gk-button--dark:focus-visible {
  background: rgb(13.8823529412%, 13.8823529412%, 13.8823529412%);
  border-color: rgba(245, 242, 237, 0.82);
  color: #f5f2ed;
}

@media (max-width: 575.98px) {
  .gk-button {
    min-height: 48px;
    padding: 0.9rem 1rem;
    width: 100%;
  }
}
.gk-card {
  border-radius: var(--gk-card-radius, 0.75rem);
  box-shadow: var(--gk-card-shadow, 0 1rem 2.5rem rgba(15, 15, 15, 0.2));
  color: inherit;
  display: block;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  transform: scale(1);
  transition: border-color 0.3s ease, box-shadow 0.3s ease, color 0.3s ease, transform 0.3s ease;
}

.content-card {
  --gk-card-bg: var(--section-card-background, var(--section-background, #f2ebe6));
  --gk-card-border-color: var(--section-card-border, rgba(15, 15, 15, 0.1));
  --gk-card-color: var(--section-card-text, var(--section-text, #0F0F0F));
  --gk-card-min-height: 360px;
  --gk-card-shadow: var(--section-card-shadow, 0 1rem 2.5rem rgba(15, 15, 15, 0.1));
  --gk-card-title-weight: 900;
  --gk-card-body-color: var(--section-card-muted, rgba(15, 15, 15, 0.58));
  --gk-card-body-size: 1.125rem;
  --gk-card-body-weight: 600;
  --gk-card-body-line-height: 1.6;
}

.gk-card--content {
  background: var(--gk-card-bg, var(--section-card-background, var(--section-background, #f2ebe6)));
  border: 1px solid var(--gk-card-border-color, var(--section-card-border, rgba(15, 15, 15, 0.1)));
  box-shadow: var(--gk-card-shadow, var(--section-card-shadow, 0 1rem 2.5rem rgba(15, 15, 15, 0.1)));
  color: var(--gk-card-color, var(--section-card-text, var(--section-text, #0F0F0F)));
  min-height: var(--gk-card-min-height, 360px);
}

.gk-card__icon {
  height: 3.5rem;
  width: 3.5rem;
}

.gk-card__icon img {
  height: 100%;
  object-fit: contain;
  object-position: left center;
  width: 100%;
}

.gk-card__icon-placeholder {
  border: 1px dashed var(--gk-card-icon-border-color, var(--section-card-icon-border, rgba(15, 15, 15, 0.22)));
  border-radius: 0.5rem;
}

.gk-card__title {
  font-weight: 900;
}

.gk-card__body {
  color: var(--gk-card-body-color, var(--section-card-muted, inherit));
  font-size: var(--gk-card-body-size, 1rem);
  font-weight: var(--gk-card-body-weight);
  line-height: var(--gk-card-body-line-height, inherit);
}

.gk-card:hover {
  box-shadow: var(--gk-card-hover-shadow, 0 1.25rem 3rem rgba(15, 15, 15, 0.28));
  color: inherit;
  transform: var(--gk-card-hover-transform, scale(1.025));
}

.gk-card--link {
  isolation: isolate;
}
.gk-card--link::after {
  border: 10px solid rgba(192, 17, 26, 0.9);
  border-radius: inherit;
  box-sizing: border-box;
  content: "";
  inset: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transform: scale(0.96);
  transition: opacity 0.22s ease, transform 0.28s ease;
  z-index: 3;
}

.gk-card--link:hover,
.gk-card--link:focus-visible {
  box-shadow: var(--gk-card-link-hover-shadow, 0 1.5rem 3.6rem rgba(192, 17, 26, 0.28), 0 0.5rem 1.6rem rgba(192, 17, 26, 0.24));
  color: inherit;
  outline: 0;
  transform: var(--gk-card-link-hover-transform, scale(1.025));
}
.gk-card--link:hover::after,
.gk-card--link:focus-visible::after {
  opacity: 1;
  transform: scale(1);
}

@media (prefers-reduced-motion: reduce) {
  .gk-card {
    transition: none;
  }
  .gk-card:hover,
  .gk-card--link:focus-visible {
    transform: none;
  }
}
@media (max-width: 575.98px) {
  .content-card {
    --gk-card-min-height: auto;
  }
  .gk-card--link::after {
    transition: none;
  }
}
.s-locations {
  overflow: hidden;
}

.content .s-locations {
  --section-card-background: var(--section-background);
  --section-card-text: var(--section-text);
  --section-card-muted: var(--section-muted);
  --section-card-border: rgba(#0F0F0F, .1);
  background: var(--section-background);
}

.s-locations__header {
  max-width: 760px;
}

.s-locations__grid {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.s-locations-card {
  background: var(--section-card-background);
  border: 1px solid var(--section-card-border);
  border-radius: 0.5rem;
  box-shadow: 0 1.25rem 3rem rgba(15, 15, 15, 0.06);
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}
.s-locations-card:hover, .s-locations-card:focus-visible {
  border-color: rgba(192, 17, 26, 0.34);
  box-shadow: 0 1.7rem 4rem rgba(192, 17, 26, 0.24), 0 0.75rem 1.8rem rgba(192, 17, 26, 0.18);
  color: inherit;
  transform: translateY(-0.35rem);
}

.s-locations-card__map {
  aspect-ratio: 16/10;
  background: #f2ebe6;
  border-bottom: 1px solid rgba(15, 15, 15, 0.08);
  overflow: hidden;
  position: relative;
}
.s-locations-card__map::after {
  background: linear-gradient(180deg, rgba(245, 242, 237, 0.06), rgba(15, 15, 15, 0.08));
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.s-locations-card__map iframe {
  border: 0;
  filter: grayscale(0.82) contrast(1.08) saturate(0.75);
  height: 100%;
  pointer-events: none;
  transform: scale(1.02);
  width: 100%;
}

.s-locations-card__body {
  color: var(--section-card-text);
  flex: 1;
}

.s-locations-card__title {
  font-weight: 900;
}

.s-locations-card__address {
  color: var(--section-card-muted);
  font-size: clamp(1.05rem, 1.6vw, 1.22rem);
  font-weight: 700;
  line-height: 1.45;
}

.s-locations-card__features {
  display: grid;
  gap: 0.9rem;
}

.s-locations-card__features li {
  align-items: center;
  color: var(--section-card-muted);
  display: flex;
  font-size: 1rem;
  font-weight: 800;
  gap: 0.85rem;
  line-height: 1.35;
}

.s-locations-card__feature-icon {
  align-items: center;
  background: rgba(192, 17, 26, 0.1);
  border: 1px solid rgba(192, 17, 26, 0.18);
  border-radius: 0.22rem;
  color: #C0111A;
  display: inline-flex;
  flex: 0 0 auto;
  height: 1.35rem;
  justify-content: center;
  overflow: hidden;
  width: 1.35rem;
}

.s-locations-card__feature-dot {
  background: currentColor;
  border-radius: 50%;
  display: block;
  height: 0.42rem;
  width: 0.42rem;
}

.s-locations-card__feature-icon img {
  display: block;
  height: 100%;
  object-fit: contain;
  padding: 0.16rem;
  width: 100%;
}

@media (max-width: 991.98px) {
  .s-locations__grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 575.98px) {
  .s-locations__grid {
    gap: 1.25rem;
  }
  .s-locations-card__map {
    aspect-ratio: 4/3;
  }
}
.s-news__grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.s-news__button {
  min-width: min(100%, 320px);
}

@media (max-width: 991.98px) {
  .s-news__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 575.98px) {
  .s-news__grid {
    grid-template-columns: 1fr;
  }
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 1060;
}

.site-header__bar {
  min-height: 76px;
  background: rgba(15, 15, 15, 0.96);
  border-bottom: 1px solid rgba(245, 242, 237, 0.12);
  box-shadow: 0 18px 40px rgba(15, 15, 15, 0.08);
  backdrop-filter: blur(18px);
  position: relative;
  z-index: 2;
}

.site-header__inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 3px clamp(1rem, 3vw, 2.5rem);
}

.site-header__brand {
  align-items: center;
  color: #f5f2ed;
  display: inline-flex;
  gap: 0.75rem;
  font-size: clamp(1.1rem, 1.8vw, 1.55rem);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 0.2s ease;
}
.site-header__brand:hover, .site-header__brand:focus-visible {
  color: #C0111A;
}

.site-header__logo {
  display: block;
  height: 70px;
  max-width: none;
  object-fit: contain;
  transition: opacity 0.2s ease, transform 0.2s ease;
  width: auto;
}

.site-header__brand-title {
  display: inline-block;
  transform: translateY(0.05em);
}

.site-header__brand:hover .site-header__logo,
.site-header__brand:focus-visible .site-header__logo {
  opacity: 0.72;
  transform: scale(0.97);
}

.site-header__actions {
  align-items: center;
  display: flex;
  gap: 0.5rem;
  justify-content: flex-end;
}

.site-header__link,
.site-header__phone {
  align-items: center;
  color: #f5f2ed;
  font-weight: 700;
  min-height: 44px;
  padding: 0.5rem 0.75rem;
  text-decoration: none;
}

.site-header__link:hover,
.site-header__phone:hover {
  color: #C0111A;
}

.site-header__home-link {
  justify-content: center;
  min-width: 44px;
}

.site-header__home-label {
  display: inline-block;
}

.site-header__home-image {
  display: block;
  height: 22px;
  max-width: 22px;
  object-fit: contain;
  transition: opacity 0.2s ease, transform 0.2s ease;
  width: 22px;
}

.site-header__home-link:hover .site-header__home-image,
.site-header__home-link:focus-visible .site-header__home-image {
  opacity: 0.72;
  transform: scale(0.94);
}

.site-header__menu-button,
.site-header__signup {
  align-items: center;
  border-radius: 5px;
  display: inline-flex;
  font-weight: 800;
  gap: 0.65rem;
  min-height: 46px;
  padding: 0.7rem 1rem;
  text-transform: uppercase;
}

.site-header__menu-button {
  background: #242424;
  color: #f5f2ed;
}

.site-header__menu-button:hover,
.site-header__menu-button:focus-visible {
  background: #C0111A;
  color: #f5f2ed;
}

.site-header__menu-icon {
  display: inline-block;
  height: 12px;
  position: relative;
  width: 22px;
}

.site-header__menu-icon::before,
.site-header__menu-icon::after {
  background: currentColor;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  transition: transform 0.25s ease, top 0.25s ease;
  width: 100%;
}

.site-header__menu-icon::before {
  top: 1px;
}

.site-header__menu-icon::after {
  top: 9px;
}

.site-header__menu-button[aria-expanded=true] .site-header__menu-icon::before {
  top: 5px;
  transform: rotate(45deg);
}

.site-header__menu-button[aria-expanded=true] .site-header__menu-icon::after {
  top: 5px;
  transform: rotate(-45deg);
}

.site-header__signup {
  background: #C0111A;
  color: #f5f2ed;
}

.site-header__signup:hover,
.site-header__signup:focus-visible {
  background: #242424;
  color: #f5f2ed;
}

.site-menu-overlay {
  inset: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  transform: translateY(-1.5rem);
  transition: opacity 0.35s ease, transform 0.35s ease, visibility 0.35s ease;
  visibility: hidden;
  z-index: 1;
}

.site-menu-overlay.is-open {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
  visibility: visible;
}

.site-menu-overlay__backdrop {
  background: rgba(15, 15, 15, 0.62);
  inset: 0;
  position: absolute;
}

.site-menu-overlay__panel {
  background: #171717;
  box-sizing: border-box;
  height: 100%;
  overflow: hidden;
  padding-top: 76px;
  position: relative;
  transform: scale(0.985);
  transition: transform 0.35s ease;
  width: 100%;
}

.site-menu-overlay.is-open .site-menu-overlay__panel {
  transform: scale(1);
}

.site-menu-overlay__media {
  background: #0F0F0F;
  min-height: 32vh;
}

.site-menu-overlay__image,
.site-menu-overlay__image-placeholder {
  display: block;
  height: 100%;
  min-height: 32vh;
  object-fit: cover;
  width: 100%;
}

.site-menu-overlay__image-placeholder {
  align-items: center;
  background: linear-gradient(135deg, #0F0F0F 0%, #242424 58%, #C0111A 100%);
  color: #f5f2ed;
  display: flex;
  font-size: clamp(2rem, 7vw, 5rem);
  font-weight: 900;
  justify-content: center;
  text-transform: uppercase;
}

.site-menu-overlay__content {
  background: #171717;
  color: #f5f2ed;
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow-y: auto;
  padding: clamp(1.25rem, 3vw, 3rem);
}

.site-menu-overlay__top,
.site-menu-overlay__footer {
  align-items: center;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}

.site-menu-overlay__title {
  font-size: 0.875rem;
  font-weight: 900;
  text-transform: uppercase;
}

.site-menu-overlay__sections {
  display: grid;
  gap: clamp(1.5rem, 3vw, 2.75rem);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: clamp(2rem, 5vw, 5rem) 0;
}

.site-menu-section__title {
  font-size: 1.2rem;
  color: #C0111A;
  font-weight: 900;
  margin: 0 0 1rem;
  text-transform: uppercase;
}

.site-menu-section__list {
  display: grid;
  gap: 0.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-menu-section__list a {
  color: #f5f2ed;
  display: block;
  font-weight: 900;
  line-height: 1;
  padding: 0.15rem 0;
  text-decoration: none;
  transition: color 0.2s ease;
  width: 100%;
}
.site-menu-section__list a span {
  display: inline-flex;
  transition: transform 0.2s ease;
}

.site-menu-section__list a:hover,
.site-menu-section__list a:focus-visible {
  color: #C0111A;
}
.site-menu-section__list a:hover span,
.site-menu-section__list a:focus-visible span {
  transform: translateX(0.35rem);
}

.site-menu-overlay__footer {
  border-top: 1px solid rgba(245, 242, 237, 0.12);
  margin-top: auto;
  padding-top: 1.25rem;
}

.site-menu-overlay__footer a {
  color: #f5f2ed;
  font-weight: 800;
  text-decoration: none;
}

.site-menu-overlay__signup {
  background: #C0111A;
  border-radius: 5px;
  color: #f5f2ed !important;
  font-weight: 900;
  padding: 0.8rem 1rem;
  text-transform: uppercase;
}

body.menu-open {
  overflow: hidden;
}

@media (max-width: 991.98px) {
  .site-menu-overlay__panel {
    overflow-y: auto;
  }
  .site-menu-overlay__content {
    height: auto;
    min-height: 68vh;
  }
}
@media (max-width: 767.98px) {
  .site-header__bar {
    min-height: 64px;
  }
  .site-menu-overlay__panel {
    padding-top: 64px;
  }
  .site-header__brand {
    font-size: 1.1rem;
  }
  .site-header__logo {
    height: 58px;
  }
  .site-header__brand-title {
    display: none;
  }
  .site-header__menu-button,
  .site-header__signup {
    min-height: 42px;
    padding: 0.6rem 0.75rem;
  }
  .site-header__signup {
    display: none;
  }
  .site-menu-overlay__sections {
    grid-template-columns: 1fr;
  }
}
.site-footer {
  background: #0F0F0F;
  color: rgba(245, 242, 237, 0.78);
  overflow: hidden;
  position: relative;
}
.site-footer::before {
  background: linear-gradient(135deg, rgba(192, 17, 26, 0.22), rgba(192, 17, 26, 0) 55%);
  content: "";
  height: 1px;
  inset: 0 0 auto;
  position: absolute;
  z-index: 1;
}

.site-footer__mark {
  border: 1px solid rgba(192, 17, 26, 0.18);
  height: clamp(12rem, 22vw, 24rem);
  pointer-events: none;
  position: absolute;
  transform: rotate(12deg);
  width: clamp(12rem, 22vw, 24rem);
  z-index: 0;
}
.site-footer__mark::before {
  background-image: repeating-linear-gradient(135deg, rgba(192, 17, 26, 0.18) 0 1px, transparent 1px 12px);
  content: "";
  inset: 1rem;
  position: absolute;
}

.site-footer__mark--left {
  left: -8rem;
  top: 7rem;
}

.site-footer__mark--right {
  bottom: 4rem;
  right: -9rem;
}

.site-footer__cta,
.site-footer__main {
  isolation: isolate;
  position: relative;
  z-index: 2;
}

.site-footer__cta {
  background-color: #C0111A;
  border-bottom: 1px solid rgba(15, 15, 15, 0.28);
  box-shadow: inset 0 1px 0 rgba(245, 242, 237, 0.18), inset 0 -1px 0 rgba(15, 15, 15, 0.2);
  padding: clamp(4.5rem, 8vw, 7.5rem) 0;
}
.site-footer__cta::before {
  background-size: 4rem 4rem;
  content: "";
  inset: 0;
  opacity: 0.32;
  pointer-events: none;
  position: absolute;
}

.site-footer-cta {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  max-width: 58rem;
  text-align: center;
}

.site-footer-cta__title {
  color: #f2ebe6;
  text-shadow: 0 1.1rem 2.6rem rgba(15, 15, 15, 0.24);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 0.9;
  margin: 0;
  max-width: 52rem;
  text-transform: uppercase;
}

.site-footer-cta__description {
  color: rgba(245, 242, 237, 0.84);
  font-size: clamp(1rem, 1.5vw, 1.25rem);
  line-height: 1.7;
  margin: 1.45rem 0 0;
  max-width: 43rem;
}

.site-footer-cta__button {
  background: #f5f2ed;
  border-color: #f5f2ed;
  color: #C0111A;
  margin-top: 2.25rem;
  min-width: 15rem;
}
.site-footer-cta__button:hover, .site-footer-cta__button:focus-visible {
  background: #f2ebe6;
  border-color: #f2ebe6;
  box-shadow: 0 1.25rem 2.8rem rgba(15, 15, 15, 0.28);
  color: rgb(58.7582324796%, 5.2025518341%, 7.9568439816%);
}

.site-footer__main {
  padding: clamp(4.5rem, 7vw, 6.5rem) 0 2rem;
}

.site-footer__grid {
  display: grid;
  gap: clamp(2rem, 4vw, 4rem);
  grid-template-columns: minmax(0, 1.35fr) repeat(4, minmax(0, 1fr));
}

.site-footer__brand-panel,
.site-footer__panel {
  border-top: 1px solid rgba(245, 242, 237, 0.1);
  padding-top: 1.5rem;
}

.site-footer__brand {
  align-items: center;
  color: #f5f2ed;
  display: inline-flex;
  font-size: 1.05rem;
  font-weight: 900;
  gap: 0.75rem;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}
.site-footer__brand:hover, .site-footer__brand:focus-visible {
  color: #f5f2ed;
}

.site-footer__logo {
  display: block;
  height: 2rem;
  object-fit: contain;
  width: 2rem;
}

.site-footer__logo-mark {
  align-items: center;
  background: #C0111A;
  border-radius: 50%;
  box-shadow: 0 0 0 0.45rem rgba(192, 17, 26, 0.12);
  color: #f5f2ed;
  display: inline-flex;
  font-size: 0.82rem;
  height: 2rem;
  justify-content: center;
  overflow: hidden;
  width: 2rem;
}

.site-footer__description {
  color: rgba(245, 242, 237, 0.62);
  font-size: 1rem;
  line-height: 1.75;
  margin: 1.75rem 0 0;
  max-width: 21rem;
}

.site-footer__note {
  border-left: 2px solid #C0111A;
  color: rgba(245, 242, 237, 0.82);
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.6;
  margin: 1.4rem 0 0;
  padding-left: 1rem;
}

.site-footer__socials {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.6rem;
}
.site-footer__socials a {
  align-items: center;
  background: rgba(245, 242, 237, 0.06);
  border: 1px solid rgba(245, 242, 237, 0.12);
  border-radius: 0.35rem;
  color: rgba(245, 242, 237, 0.76);
  display: inline-flex;
  font-size: 0.78rem;
  font-weight: 900;
  height: 2.6rem;
  justify-content: center;
  text-decoration: none;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
  width: 2.6rem;
}
.site-footer__socials a:hover, .site-footer__socials a:focus-visible {
  background: rgba(192, 17, 26, 0.18);
  border-color: rgba(192, 17, 26, 0.55);
  color: #f5f2ed;
  transform: translateY(-2px);
}

.site-footer__heading {
  font-size: 1.2rem;
  color: #f5f2ed;
  font-weight: 900;
  letter-spacing: 0.05em;
  line-height: 1;
  margin: 0 0 1.55rem;
  text-transform: uppercase;
}

.site-footer__links,
.site-footer__locations {
  display: grid;
  gap: 0.85rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-footer__links a,
.site-footer__locations a,
.site-footer__contact-line {
  color: rgba(245, 242, 237, 0.66);
  text-decoration: none;
  transition: color 0.2s ease, transform 0.2s ease;
}
.site-footer__links a:hover, .site-footer__links a:focus-visible,
.site-footer__locations a:hover,
.site-footer__locations a:focus-visible,
.site-footer__contact-line:hover,
.site-footer__contact-line:focus-visible {
  color: #f5f2ed;
  transform: translateX(0.25rem);
}

.site-footer__links a {
  display: inline-flex;
  font-size: 0.98rem;
  line-height: 1.35;
}

.site-footer__contact {
  display: grid;
  gap: 0.85rem;
}

.site-footer__contact-line {
  align-items: flex-start;
  display: flex;
  font-size: 0.98rem;
  gap: 0.75rem;
  line-height: 1.45;
  margin: 0;
}
.site-footer__contact-line span {
  color: #C0111A;
  flex: 0 0 auto;
  font-size: 0.78rem;
  font-weight: 900;
  line-height: 1.45;
}

.site-footer__locations {
  gap: 0.9rem;
  margin-top: 0.55rem;
}
.site-footer__locations a {
  display: grid;
  font-size: 0.95rem;
  gap: 0.2rem;
  line-height: 1.4;
}
.site-footer__locations strong {
  color: rgba(245, 242, 237, 0.86);
  font-size: 0.98rem;
}
.site-footer__locations span {
  color: rgba(245, 242, 237, 0.54);
}

.site-footer__bottom {
  align-items: center;
  border-top: 1px solid rgba(245, 242, 237, 0.09);
  display: flex;
  gap: 1.5rem;
  justify-content: space-between;
  margin-top: clamp(3rem, 6vw, 5rem);
  padding-top: 1.5rem;
}
.site-footer__bottom p {
  color: rgba(245, 242, 237, 0.42);
  font-size: 0.88rem;
  line-height: 1.5;
  margin: 0;
}

.site-footer__credit-link {
  background: linear-gradient(45deg, #7E00FF 0%, #FF005D 50%, #FF005D 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: #C0111A;
  font-weight: 800;
  text-decoration: none;
  -webkit-text-fill-color: transparent;
}
.site-footer__credit-link:hover, .site-footer__credit-link:focus-visible {
  text-decoration: underline;
}

@media (max-width: 991.98px) {
  .site-footer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .site-footer__brand-panel {
    grid-column: 1/-1;
  }
  .site-footer__description {
    max-width: 38rem;
  }
  .site-footer__bottom {
    align-items: flex-start;
    flex-direction: column;
  }
}
@media (max-width: 575.98px) {
  .site-footer__cta {
    padding: 4rem 0;
  }
  .site-footer__grid {
    grid-template-columns: 1fr;
  }
  .site-footer-cta__button {
    width: 100%;
  }
}
@media (prefers-reduced-motion: reduce) {
  .site-footer__socials a,
  .site-footer__links a,
  .site-footer__locations a,
  .site-footer__contact-line {
    transition: none;
  }
  .site-footer__socials a:hover, .site-footer__socials a:focus-visible,
  .site-footer__links a:hover,
  .site-footer__links a:focus-visible,
  .site-footer__locations a:hover,
  .site-footer__locations a:focus-visible,
  .site-footer__contact-line:hover,
  .site-footer__contact-line:focus-visible {
    transform: none;
  }
}
.cookie-consent {
  align-items: center;
  background: rgba(15, 15, 15, 0.96);
  border: 1px solid rgba(245, 242, 237, 0.18);
  border-radius: 8px;
  bottom: 1rem;
  box-shadow: 0 24px 60px rgba(15, 15, 15, 0.42);
  color: #f5f2ed;
  display: flex;
  gap: 1.25rem;
  left: 50%;
  max-width: min(58rem, 100vw - 2rem);
  padding: 1rem;
  position: fixed;
  transform: translateX(-50%);
  width: 100%;
  z-index: 1100;
}

.cookie-consent[hidden] {
  display: none;
}

.cookie-consent__body {
  flex: 1 1 auto;
}

.cookie-consent__title {
  color: #f2ebe6;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.2;
  margin: 0 0 0.35rem;
  text-transform: uppercase;
}

.cookie-consent__text {
  color: rgba(245, 242, 237, 0.82);
  font-size: 0.925rem;
  line-height: 1.5;
  margin: 0;
}

.cookie-consent__actions {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  gap: 0.75rem;
}

.cookie-consent__button {
  min-height: 44px;
  padding: 0.75rem 1rem;
}

@media (max-width: 767.98px) {
  .cookie-consent {
    align-items: stretch;
    flex-direction: column;
  }
  .cookie-consent__actions {
    flex-direction: column-reverse;
  }
  .cookie-consent__button {
    width: 100%;
  }
}
.p-home-section-bg {
  position: relative;
}

.p-home-section-bg--active {
  background: var(--section-background, #f5f2ed);
  isolation: isolate;
  overflow: hidden;
}
.p-home-section-bg--active > section {
  background: transparent;
  position: relative;
  z-index: 1;
}

.p-home-section-bg__media {
  inset: -9rem 0;
  pointer-events: none;
  position: absolute;
  transform: translate3d(0, 0, 0);
  will-change: transform;
  z-index: 0;
}

.p-home-section-bg__image {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

@media (prefers-reduced-motion: reduce) {
  .p-home-section-bg__media {
    transform: none;
  }
}
.news-grid {
  display: grid;
  gap: 1.5rem;
}

.news-card {
  background: var(--section-background, #fff);
  border: 1px solid rgba(15, 15, 15, 0.08);
  border-radius: 0.5rem;
  box-shadow: 0 1rem 2.25rem rgba(15, 15, 15, 0.05);
  color: #0F0F0F;
}

.news-card__media {
  aspect-ratio: 16/9;
  background: rgba(192, 17, 26, 0.86);
  border-bottom: 1px solid rgba(15, 15, 15, 0.08);
  overflow: hidden;
}

.news-card__media img {
  display: block;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
  width: 100%;
}

.news-card:hover .news-card__media img,
.news-card:focus-visible .news-card__media img {
  transform: scale(1.04);
}

.news-card__placeholder {
  align-items: center;
  color: #f5f2ed;
  display: flex;
  font-size: clamp(3rem, 7vw, 5rem);
  font-weight: 900;
  height: 100%;
  justify-content: center;
  text-transform: uppercase;
  width: 100%;
}

.news-card__date {
  color: #C0111A;
  font-size: 0.84rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-transform: uppercase;
}

.news-card__title {
  font-weight: 900;
}

.news-card__excerpt {
  color: rgba(15, 15, 15, 0.62);
  font-size: 1rem;
  font-weight: 650;
  line-height: 1.6;
}

.p-news__grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.news-pagination__list {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: center;
}

.news-pagination__link,
.news-pagination__ellipsis {
  align-items: center;
  border: 1px solid rgba(15, 15, 15, 0.12);
  border-radius: 0.35rem;
  color: #0F0F0F;
  display: inline-flex;
  font-size: 0.85rem;
  font-weight: 850;
  justify-content: center;
  min-height: 2.5rem;
  min-width: 2.5rem;
  padding: 0.65rem 0.85rem;
  text-decoration: none;
}

.news-pagination__link:hover,
.news-pagination__link:focus-visible,
.news-pagination__link.is-active {
  background: #C0111A;
  border-color: #C0111A;
  color: #f5f2ed;
}

.news-pagination__link.is-disabled {
  color: rgba(15, 15, 15, 0.32);
  pointer-events: none;
}

.news-pagination__ellipsis {
  border-color: transparent;
  color: rgba(15, 15, 15, 0.45);
}

.p-news-item__banner {
  background: #0F0F0F;
  max-height: 62vh;
  overflow: hidden;
  width: 100%;
}

.p-news-item__banner img {
  display: block;
  height: min(62vh, 620px);
  object-fit: cover;
  width: 100%;
}

.p-news-item__header {
  max-width: 960px;
}

.p-news-item__date {
  color: #C0111A;
  font-size: 0.95rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.p-news-item__title {
  color: #0F0F0F;
  font-weight: 900;
  line-height: 0.95;
  text-transform: uppercase;
}

.p-news-item__subtitle {
  color: rgba(15, 15, 15, 0.64);
  font-size: clamp(1.1rem, 2vw, 1.45rem);
  font-weight: 700;
  line-height: 1.55;
}

.p-news-item__content {
  color: rgba(15, 15, 15, 0.76);
  font-size: clamp(1.05rem, 1.45vw, 1.2rem);
  font-weight: 600;
  line-height: 1.8;
  max-width: 860px;
}

.p-news-item__content h2,
.p-news-item__content h3 {
  color: #0F0F0F;
  font-weight: 900;
  line-height: 1.15;
  margin: 2rem 0 1rem;
}

.p-news-item__content p {
  margin-bottom: 1.25rem;
}

@media (max-width: 1199.98px) {
  .p-news__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 991.98px) {
  .p-news__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 575.98px) {
  .news-grid,
  .p-news__grid {
    grid-template-columns: 1fr;
  }
  .news-pagination__link,
  .news-pagination__ellipsis {
    font-size: 0.78rem;
    min-height: 2.25rem;
    min-width: 2.25rem;
    padding: 0.55rem 0.65rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  .news-card__media img {
    transition: none;
  }
  .news-card:hover .news-card__media img,
  .news-card:focus-visible .news-card__media img {
    transform: none;
  }
}
.p-gallery,
.p-gallery-item {
  --section-background: #fff;
  --section-text: #0F0F0F;
  --section-muted: rgba(15, 15, 15, 0.64);
  background: #fff;
}

.p-gallery-item__header {
  max-width: 960px;
}

.p-gallery-item__date {
  color: #C0111A;
  font-size: 0.95rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.p-gallery-item__title {
  color: #0F0F0F;
  font-weight: 900;
  line-height: 0.95;
  text-transform: uppercase;
}

.p-gallery-item__summary {
  color: rgba(15, 15, 15, 0.66);
  font-size: clamp(1.1rem, 2vw, 1.45rem);
  font-weight: 700;
  line-height: 1.55;
  max-width: 840px;
}

.gallery-list {
  display: grid;
  gap: clamp(1.5rem, 3vw, 2.5rem);
  width: 100%;
}

.gallery-groups {
  margin: 0 0 clamp(1.5rem, 3vw, 2.5rem);
}

.gallery-list + .gallery-groups {
  margin: clamp(1.5rem, 3vw, 2.5rem) 0 0;
}

.gallery-groups__list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  justify-content: center;
}

.gallery-groups__link {
  align-items: center;
  background: #f5f2ed;
  border: 1px solid rgba(15, 15, 15, 0.1);
  border-radius: 0.35rem;
  color: #0F0F0F;
  display: inline-flex;
  font-size: 0.92rem;
  font-weight: 900;
  line-height: 1.2;
  min-height: 2.6rem;
  padding: 0.65rem 0.9rem;
  text-decoration: none;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
.gallery-groups__link:hover, .gallery-groups__link:focus-visible, .gallery-groups__link.is-active {
  background: #C0111A;
  border-color: #C0111A;
  color: #f5f2ed;
}

.gallery-list__empty {
  color: rgba(15, 15, 15, 0.64);
  font-size: clamp(1.05rem, 1.6vw, 1.25rem);
  font-weight: 700;
  text-align: center;
}

.gallery-list-card {
  background: #f5f2ed;
  border: 1px solid rgba(15, 15, 15, 0.08);
  border-radius: 0.5rem;
  box-shadow: 0 1rem 2.5rem rgba(15, 15, 15, 0.055);
  color: #0F0F0F;
  display: grid;
  overflow: hidden;
  text-decoration: none;
  width: 100%;
}
.gallery-list-card:hover, .gallery-list-card:focus-visible {
  color: #0F0F0F;
}
.gallery-list-card:focus-visible {
  outline: 3px solid rgba(192, 17, 26, 0.75);
  outline-offset: 4px;
}

.gallery-list-card__media {
  aspect-ratio: 21/10;
  background: rgba(192, 17, 26, 0.86);
  border-bottom: 1px solid rgba(15, 15, 15, 0.08);
  overflow: hidden;
  width: 100%;
}

.gallery-list-card__media img {
  display: block;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
  width: 100%;
}

.gallery-list-card:hover .gallery-list-card__media img,
.gallery-list-card:focus-visible .gallery-list-card__media img {
  transform: scale(1.025);
}

.gallery-list-card__placeholder {
  align-items: center;
  color: #f5f2ed;
  display: flex;
  font-size: clamp(4rem, 12vw, 9rem);
  font-weight: 900;
  height: 100%;
  justify-content: center;
  text-transform: uppercase;
  width: 100%;
}

.gallery-list-card__body {
  padding: clamp(1.25rem, 3vw, 2.5rem);
}

.gallery-list-card__date {
  color: #C0111A;
  font-size: 0.9rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-transform: uppercase;
}

.gallery-list-card__title {
  font-size: clamp(1.65rem, 4vw, 3.5rem);
  font-weight: 900;
  line-height: 0.98;
  text-transform: uppercase;
}

.gallery-list-card__summary {
  color: rgba(15, 15, 15, 0.64);
  font-size: clamp(1.02rem, 1.45vw, 1.2rem);
  font-weight: 650;
  line-height: 1.65;
  max-width: 900px;
}

.gallery-list-card__button {
  pointer-events: none;
}

.p-gallery-bento {
  padding-bottom: clamp(3rem, 7vw, 6rem);
}

.p-gallery-bento__grid {
  display: grid;
  gap: clamp(0.55rem, 1.2vw, 1rem);
  grid-auto-flow: dense;
  grid-auto-rows: auto;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.p-gallery-bento__tile {
  aspect-ratio: 1/1;
  background: #0F0F0F;
  border: 0;
  border-radius: 0.5rem;
  display: block;
  grid-column: span 1;
  min-height: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
}
.p-gallery-bento__tile.is-wide {
  aspect-ratio: 2/1;
  grid-column: span 2;
}
.p-gallery-bento__tile::after {
  background: rgba(15, 15, 15, 0.18);
  content: "";
  inset: 0;
  opacity: 0;
  position: absolute;
  transition: opacity 0.2s ease;
}
.p-gallery-bento__tile:hover::after, .p-gallery-bento__tile:focus-visible::after {
  opacity: 1;
}
.p-gallery-bento__tile:focus-visible {
  outline: 3px solid rgba(192, 17, 26, 0.78);
  outline-offset: 3px;
}

.p-gallery-bento__tile img {
  display: block;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
  width: 100%;
}

.p-gallery-bento__tile:hover img,
.p-gallery-bento__tile:focus-visible img {
  transform: scale(1.045);
}

.gallery-modal {
  align-items: center;
  display: flex;
  inset: 0;
  opacity: 0;
  padding: clamp(0.75rem, 2vw, 2rem);
  pointer-events: none;
  position: fixed;
  transition: opacity 0.2s ease;
  z-index: 1100;
}
.gallery-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}

.gallery-modal__backdrop {
  background: rgba(15, 15, 15, 0.88);
  border: 0;
  inset: 0;
  padding: 0;
  position: absolute;
}

.gallery-modal__dialog {
  display: grid;
  gap: 1rem;
  grid-template-rows: minmax(0, 1fr) auto;
  height: min(92vh, 940px);
  margin: auto;
  max-width: 1480px;
  min-height: 0;
  position: relative;
  width: 100%;
}

.gallery-modal__close {
  align-items: center;
  background: #f5f2ed;
  border: 0;
  border-radius: 50%;
  display: inline-flex;
  height: 2.75rem;
  justify-content: center;
  padding: 0;
  position: absolute;
  right: 0.75rem;
  top: 0.75rem;
  width: 2.75rem;
  z-index: 3;
}
.gallery-modal__close::before, .gallery-modal__close::after {
  background: #0F0F0F;
  content: "";
  height: 2px;
  position: absolute;
  width: 1.15rem;
}
.gallery-modal__close::before {
  transform: rotate(45deg);
}
.gallery-modal__close::after {
  transform: rotate(-45deg);
}

.gallery-modal__main {
  background: rgba(15, 15, 15, 0.82);
  border-radius: 0.5rem;
  height: 100%;
  min-height: 0;
  width: 100%;
}

.gallery-modal__slide {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  margin: 0;
  position: relative;
}

.gallery-modal__slide img {
  display: block;
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}

.gallery-modal__slide figcaption {
  background: rgba(15, 15, 15, 0.74);
  border-radius: 0.35rem;
  bottom: 1rem;
  color: #f5f2ed;
  font-size: 0.9rem;
  font-weight: 750;
  left: 1rem;
  max-width: min(620px, 100% - 2rem);
  padding: 0.65rem 0.85rem;
  position: absolute;
}

.gallery-modal__nav {
  align-items: center;
  background: rgba(245, 242, 237, 0.94);
  border: 0;
  border-radius: 50%;
  display: inline-flex;
  height: 3rem;
  justify-content: center;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 3rem;
  z-index: 2;
}
.gallery-modal__nav::before {
  border-right: 3px solid #0F0F0F;
  border-top: 3px solid #0F0F0F;
  content: "";
  height: 0.8rem;
  width: 0.8rem;
}

.gallery-modal__nav--prev {
  left: 0.75rem;
}
.gallery-modal__nav--prev::before {
  transform: rotate(-135deg);
}

.gallery-modal__nav--next {
  right: 0.75rem;
}
.gallery-modal__nav--next::before {
  transform: rotate(45deg);
}

.gallery-modal__thumbs {
  height: 5.5rem;
  width: 100%;
}

.gallery-modal__thumb {
  background: transparent;
  border: 2px solid transparent;
  border-radius: 0.35rem;
  height: 100%;
  opacity: 0.56;
  overflow: hidden;
  padding: 0;
  transition: border-color 0.2s ease, opacity 0.2s ease;
  width: 8rem;
}
.gallery-modal__thumb.swiper-slide-thumb-active {
  border-color: #C0111A;
  opacity: 1;
}

.gallery-modal__thumb img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

body.gallery-modal-open {
  overflow: hidden;
}

@media (max-width: 991.98px) {
  .p-gallery-bento__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .p-gallery-bento__tile.is-wide {
    grid-column: span 2;
  }
}
@media (max-width: 575.98px) {
  .p-gallery-bento__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .p-gallery-bento__tile.is-wide {
    grid-column: span 2;
  }
  .gallery-modal {
    padding: 0.5rem;
  }
  .gallery-modal__dialog {
    height: 94vh;
  }
  .gallery-modal__nav {
    height: 2.5rem;
    width: 2.5rem;
  }
  .gallery-modal__thumbs {
    height: 4.5rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  .gallery-list-card__media img,
  .p-gallery-bento__tile img,
  .gallery-modal {
    transition: none;
  }
  .gallery-list-card:hover .gallery-list-card__media img,
  .gallery-list-card:focus-visible .gallery-list-card__media img,
  .p-gallery-bento__tile:hover img,
  .p-gallery-bento__tile:focus-visible img {
    transform: none;
  }
}
.p-pricing-includes {
  background: #f5f2ed;
}

.p-pricing-includes__body {
  color: rgba(15, 15, 15, 0.72);
  font-size: clamp(1.05rem, 1.5vw, 1.25rem);
  font-weight: 600;
  line-height: 1.7;
}
.p-pricing-includes__body ul {
  margin-bottom: 2rem;
  padding-left: 1.35rem;
}
.p-pricing-includes__body li + li {
  margin-top: 0.45rem;
}
.p-pricing-includes__body p {
  color: rgba(15, 15, 15, 0.78);
}
.p-pricing-includes__body p:last-child {
  margin-bottom: 0;
}

.p-pricing-includes__cards {
  --gk-card-min-height: 220px;
}

.p-pricing-includes-card {
  --gk-card-bg: #f2ebe6;
  --gk-card-border-color: rgba(15, 15, 15, 0.08);
  --gk-card-shadow: 0 1rem 2.5rem rgba(15, 15, 15, 0.08);
  --gk-card-body-color: rgba(15, 15, 15, 0.58);
  --gk-card-body-line-height: 1.55;
  --gk-card-body-size: .98rem;
}

.p-pricing-includes-card__marker {
  align-items: center;
  background: #C0111A;
  border-radius: 50%;
  color: #f5f2ed;
  display: inline-flex;
  height: 2.5rem;
  justify-content: center;
  margin-bottom: 1.25rem;
  width: 2.5rem;
}
.p-pricing-includes-card__marker::before {
  content: "→";
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 1;
}

.p-pricing-includes-card__title {
  font-size: 1.05rem;
}

.p-pricing-includes-card__body {
  font-weight: 600;
}

.p-pricing-includes__actions {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: clamp(3rem, 6vw, 5rem);
}
.p-pricing-includes__actions .gk-button {
  min-width: 0;
  width: 100%;
}

@media (max-width: 991.98px) {
  .p-pricing-includes__body {
    max-width: 760px;
  }
}
@media (max-width: 767.98px) {
  .p-pricing-includes__actions {
    grid-template-columns: 1fr;
  }
}
.p-contact {
  display: grid;
  gap: 1.5rem;
}

.p-contact-note__title,
.p-contact-locations__title {
  font-size: clamp(1.6rem, 3vw, 2.3rem);
  font-weight: 900;
  line-height: 1.1;
  margin-bottom: 1rem;
}

.p-contact__actions {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.p-contact-note,
.p-contact-locations {
  align-items: start;
  --gk-card-min-height: 0;
  --gk-card-shadow: 0 1rem 2.5rem rgba(15, 15, 15, 0.08);
  display: grid;
  gap: 1.5rem;
  grid-template-rows: minmax(0, 1fr) auto;
}

@media (max-width: 991.98px) {
  .p-contact__actions {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 575.98px) {
  .p-contact-note .gk-button,
  .p-contact-locations .gk-button {
    width: 100%;
  }
}
.schedule-page__intro {
  max-width: 850px;
}

.schedule-page__subtitle {
  font-size: clamp(1.35rem, 2.5vw, 2rem);
  font-weight: 800;
}

.schedule-page__lead {
  color: rgba(15, 15, 15, 0.65);
  font-size: 1.075rem;
  line-height: 1.7;
}
.schedule-page__lead p:last-child {
  margin-bottom: 0;
}

.schedule-page__addresses {
  margin-top: clamp(4rem, 8vw, 7rem);
  max-width: 960px;
}

.schedule-page__address-list p {
  margin-bottom: 0.5rem;
}

.schedule-page__notice {
  font-weight: 800;
}

.schedule-page__timetables {
  margin-top: clamp(4rem, 8vw, 7rem);
}

.schedule-table__title {
  background: #0F0F0F;
  color: #f5f2ed;
  font-size: 1.2rem;
  font-weight: 900;
  margin: 0;
  padding: 0.8rem 1rem;
}

.schedule-page__signup {
  margin-top: 1rem;
}

@media (max-width: 575.98px) {
  .schedule-table {
    margin-inline: -12px;
  }
  .schedule-table__title {
    font-size: 1rem;
  }
}
.p-trainers__grid {
  margin-inline: auto;
  max-width: 1180px;
}

.p-trainers__col {
  max-width: 360px;
}

.p-trainer {
  text-align: center;
}

.p-trainer__card {
  --gk-card-bg: #f2ebe6;
  --gk-card-border-color: rgba(15, 15, 15, 0.08);
  --gk-card-min-height: 0;
  --gk-card-shadow: 0 1rem 2.5rem rgba(15, 15, 15, 0.1);
  aspect-ratio: 4/5;
  padding: 0;
  width: 100%;
}

.p-trainer__photo,
.p-trainer__placeholder {
  display: block;
  height: 100%;
  width: 100%;
}

.p-trainer__photo {
  object-fit: cover;
  object-position: center;
}

.p-trainer__placeholder {
  background-color: #f2ebe6;
  background-image: linear-gradient(135deg, rgba(15, 15, 15, 0.08), rgba(192, 17, 26, 0.1));
  position: relative;
}
.p-trainer__placeholder::after {
  color: rgba(15, 15, 15, 0.42);
  content: "Zdjecie";
  font-weight: 900;
  inset: 50% auto auto 50%;
  position: absolute;
  text-transform: uppercase;
  transform: translate(-50%, -50%);
}

.p-trainer__description {
  margin-top: 1.25rem;
}

.p-trainer__name {
  color: #0F0F0F;
  font-size: clamp(1.25rem, 2vw, 1.55rem);
  font-weight: 900;
  line-height: 1.1;
  margin: 0;
  text-transform: uppercase;
}

.p-trainer__rank {
  color: rgba(15, 15, 15, 0.62);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.45;
  margin: 0.5rem 0 0;
}

@media (max-width: 575.98px) {
  .p-trainers__col {
    max-width: 320px;
  }
}
.p-signup {
  margin-top: clamp(2.5rem, 6vw, 5rem);
}

.p-signup__body {
  margin-inline: auto;
}

.p-signup__form-panel {
  margin-inline: auto;
  max-width: 760px;
}

.p-signup__heading {
  color: #0F0F0F;
  font-size: clamp(1.55rem, 3vw, 2.4rem);
  font-weight: 900;
  line-height: 1.15;
  margin-bottom: 2rem;
  text-align: center;
}

.signup-form {
  display: grid;
  gap: 1.15rem;
}

.signup-form .form-data {
  margin: 0;
}

.signup-form label {
  color: #0F0F0F;
  display: block;
  font-size: 0.95rem;
  font-weight: 900;
  line-height: 1.3;
  margin-bottom: 0.5rem;
}

.signup-form .required {
  color: #C0111A;
}

.signup-form .form-control,
.signup-form .form-select {
  background: #fff;
  border: 1px solid rgba(15, 15, 15, 0.16);
  border-radius: 5px;
  box-shadow: none;
  color: #0F0F0F;
  font-size: 1rem;
  min-height: 52px;
  padding: 0.85rem 1rem;
}
.signup-form .form-control:focus,
.signup-form .form-select:focus {
  border-color: rgba(192, 17, 26, 0.72);
  box-shadow: 0 0 0 0.2rem rgba(192, 17, 26, 0.14);
}

.signup-form textarea.form-control {
  min-height: 140px;
  resize: vertical;
}

.signup-form__actions {
  margin-top: 1.75rem;
}

.signup-form__actions .gk-button {
  width: 100%;
}

.form-wrapper .notices {
  margin-bottom: 1.5rem;
}

.form-wrapper .notices p {
  margin-bottom: 0;
}

.p-signup__note {
  color: rgba(15, 15, 15, 0.65);
  font-size: clamp(1.05rem, 1.8vw, 1.25rem);
  font-weight: 700;
  line-height: 1.6;
  margin: clamp(3rem, 6vw, 4.5rem) auto 0;
  max-width: 680px;
  text-align: center;
}

.p-signup__contact {
  align-items: center;
  color: rgba(15, 15, 15, 0.72);
  display: flex;
  flex-wrap: wrap;
  font-size: clamp(1rem, 1.7vw, 1.2rem);
  font-weight: 800;
  gap: 0.65rem;
  justify-content: center;
  line-height: 1.5;
  margin: 2rem 0 0;
}

.p-signup__contact a,
.p-signup__legal a {
  color: #C0111A;
  text-decoration: none;
}
.p-signup__contact a:hover, .p-signup__contact a:focus-visible,
.p-signup__legal a:hover,
.p-signup__legal a:focus-visible {
  color: rgb(56.9209119054%, 5.0398724083%, 7.7080401539%);
}

.p-signup__legal {
  color: rgba(15, 15, 15, 0.58);
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.55;
  margin: 1.5rem auto 0;
  max-width: 680px;
  text-align: center;
}

@media (max-width: 575.98px) {
  .signup-form__actions .gk-button {
    width: 100%;
  }
}
