.centres-page,
.centre-detail-page {
  background: var(--e-global-color-85ec8f2);
}

.centres-page #main,
.centre-detail-page #main {
  width: min(100%, 1300px);
  margin: 0 auto;
  background: var(--e-global-color-190e127);
}

.centres-content,
.centre-content {
  width: min(calc(100% - 80px), 1140px);
  margin-inline: auto;
}

.centres-content {
  width: min(calc(100% - 32px), 1100px);
}

.centres-overview,
.centre-detail-section,
.centre-city-selector {
  position: relative;
}

.has-centre-wave {
  z-index: auto;
}

.centre-wave {
  position: absolute;
  z-index: 4;
  right: 0;
  bottom: -65px;
  left: 0;
  display: block;
  width: 100%;
  height: 66px;
  background: var(--centre-section-background);
  pointer-events: none;
  -webkit-mask: url("../images/wave-mask.svg") center / 100% 100% no-repeat;
  mask: url("../images/wave-mask.svg") center / 100% 100% no-repeat;
}

.centres-overview {
  --centre-section-background: var(--e-global-color-190e127);
  padding: 54px 0 75px;
  background: var(--centre-section-background);
}

.centres-heading {
  margin-bottom: 52px;
  text-align: center;
  text-transform: uppercase;
}

.centres-heading h1 {
  margin: 0;
  color: var(--e-global-color-primary);
  font-family: Arial, sans-serif;
  font-size: 60px;
  font-weight: 800;
  line-height: 1;
}

.centres-heading p {
  margin: 14px 0 0;
  color: var(--e-global-color-primary);
  font-family: Arial, sans-serif;
  font-size: 30px;
  font-weight: 800;
  line-height: 1.1;
}

.centre-card-list {
  display: grid;
  gap: 32px;
}

.centre-card {
  padding: 44px 30px 30px;
  border-radius: 20px;
  box-shadow: 0 16px 36px rgb(0 49 83 / 12%);
}

.centre-card-blue {
  color: var(--e-global-color-190e127);
  background: radial-gradient(at -20% 30%, #2ba0b2 0%, #00417e 49%, var(--e-global-color-b08dc46) 79%);
}

.centre-card-gold {
  color: var(--e-global-color-primary);
  background: radial-gradient(at top left, var(--e-global-color-6b908e9) 0%, var(--e-global-color-secondary) 75%);
}

.centre-card h2 {
  margin: 0;
  color: var(--e-global-color-secondary);
  font-family: Arial, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
}

.centre-card-gold h2 {
  color: var(--e-global-color-primary);
}

.centre-card-rule {
  height: 1px;
  margin: 14px 0 15px;
  background: currentColor;
  opacity: .85;
}

.centre-card-blue .centre-card-rule {
  background: var(--e-global-color-secondary);
  opacity: 1;
}

.centre-card-grid {
  display: grid;
  grid-template-columns: 308px 343px minmax(0, 1fr);
  column-gap: 35px;
  align-items: center;
}

.centre-card-grid + .centre-card-rule {
  margin-top: 20px;
}

.centre-card-image {
  display: block;
}

.centre-card-image picture {
  display: block;
}

.centre-card-image img {
  width: 343px;
  height: 257px;
  object-fit: cover;
}

.centre-contact-lines {
  display: grid;
  gap: 12px;
}

.centre-contact-line {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  margin: 0;
  font-family: "Archivo Narrow", sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.35;
}

.centre-contact-line a {
  overflow-wrap: anywhere;
  text-decoration: none;
}

.centre-contact-icon {
  display: block;
  width: 30px;
  height: 30px;
  color: var(--e-global-color-primary);
  background: currentColor;
  -webkit-mask: center / contain no-repeat;
  mask: center / contain no-repeat;
}

.centre-location-icon {
  height: 32px;
  -webkit-mask-image: url("../images/contact-location.svg");
  mask-image: url("../images/contact-location.svg");
}

.centre-phone-icon {
  -webkit-mask-image: url("../images/contact-phone.svg");
  mask-image: url("../images/contact-phone.svg");
}

.centre-email-icon {
  -webkit-mask-image: url("../images/contact-email.svg");
  mask-image: url("../images/contact-email.svg");
}

.centre-facebook-icon {
  -webkit-mask-image: url("../images/contact-facebook.svg");
  mask-image: url("../images/contact-facebook.svg");
}

.centre-card-blue .centre-contact-icon {
  color: var(--e-global-color-secondary);
}

.centre-card-blue .centre-hours h3 {
  color: var(--e-global-color-secondary);
}

.centre-overview-contact {
  gap: 35px;
}

.centre-hours h3 {
  margin: 0 0 13px;
  font-family: "Archivo Narrow", sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-transform: none;
}

.centre-hour-row {
  display: grid;
  grid-template-columns: 75px max-content;
  gap: 0;
  font-family: "Archivo Narrow", sans-serif;
  font-size: 17px;
  line-height: 1.7;
}

.centre-hour-row > * {
  white-space: nowrap;
}

.centre-card-grid > .centre-hours {
  width: 150px;
  margin-left: 45px;
}

.centre-hour-row strong {
  font-weight: 600;
}

.centre-card > .centre-button {
  display: flex;
  width: max-content;
  margin: 0 auto;
}

.centre-button {
  position: relative;
  display: inline-flex;
  min-width: 220px;
  min-height: 48px;
  padding: 8px 22px;
  overflow: hidden;
  gap: 12px;
  align-items: center;
  justify-content: center;
  border-radius: 11px;
  color: var(--e-global-color-primary);
  font-family: "Archivo Narrow", Arial, sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  isolation: isolate;
}

.centre-card > .centre-button.centre-card-button {
  min-width: 232px;
  min-height: 0;
  padding: 5px 30px;
  border-radius: 30px;
  color: var(--e-global-color-primary);
  font-size: 17px;
  font-weight: 600;
  line-height: 1.4;
  text-shadow: 0 0 10px rgb(0 0 0 / 30%);
}

.centre-card-gold > .centre-button.centre-card-button {
  background-color: var(--e-global-color-85ec8f2);
  background-image: linear-gradient(90deg, var(--e-global-color-85ec8f2) 0%, var(--e-global-color-secondary) 100%);
  box-shadow: 0 6px 12px rgb(0 49 83 / 20%);
}

.centre-button.blue-button {
  color: var(--e-global-color-secondary);
}

.centre-button img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.centre-button.blue-button img {
  filter: sepia(1) saturate(.55) hue-rotate(357deg) brightness(1.03);
}

.centre-button.blue-button img[src$="company-money.svg"] {
  filter: none;
}

.centre-button.gold-button img[src$="company-money.svg"] {
  filter: brightness(0) saturate(100%) invert(20%) sepia(74%) saturate(2548%) hue-rotate(193deg) brightness(82%) contrast(101%);
}

.centre-city-selector {
  --centre-section-background: var(--e-global-color-190e127);
  padding: 22px 0 56px;
  background: var(--centre-section-background);
}

.centre-city-selector-paired {
  padding: 25px 0;
}

.centre-city-selector-paired .centre-city-selector-inner {
  width: min(calc(100% - 80px), 1100px);
}

.centre-city-selector.centre-city-selector-paired h1 {
  font-family: Arial, sans-serif;
  font-size: 26px;
  font-weight: 600;
}

.centre-city-selector-paired .centre-city-choice {
  height: 48px;
  min-height: 48px;
}

.centre-city-selector-paired .centre-city-choice strong {
  font-family: Arial, sans-serif;
  font-size: 17px;
  font-weight: 700;
}

.centre-city-selector-paired .centre-city-choice span {
  font-family: Arial, sans-serif;
  font-size: 13px;
  font-weight: 400;
}

.centre-city-choice-arrow {
  width: auto;
  height: 20px;
  margin-bottom: -4px;
  margin-left: 5px;
  fill: currentColor;
}

.centre-city-selector-paired .centre-city-choice.blue-button {
  color: var(--e-global-color-692305c);
  background-color: var(--e-global-color-b08dc46);
  background-image: linear-gradient(180deg, var(--e-global-color-b08dc46) 0%, #006086 55%, var(--e-global-color-b08dc46) 100%);
}

.centre-city-selector-paired .centre-city-choice.gold-button {
  color: var(--e-global-color-primary);
  background-image: radial-gradient(ellipse at center, var(--e-global-color-85ec8f2) 0%, var(--e-global-color-secondary) 70%);
}

.centre-city-selector-inner {
  display: grid;
  grid-template-columns: 172px repeat(2, minmax(0, 1fr));
  gap: 40px;
  align-items: center;
}

.centre-city-selector h1 {
  margin: 0;
  color: var(--e-global-color-primary);
  font-family: Arial, sans-serif;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.1;
  text-transform: uppercase;
}

.centre-city-buttons {
  grid-column: 2 / -1;
  display: flex;
  gap: 40px;
}

.centre-city-choice {
  display: flex;
  width: calc((100% - 40px) / 2);
  min-height: 51px;
  padding: 7px 18px 5px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.centre-city-choice.blue-button {
  color: var(--e-global-color-secondary);
}

.centre-city-choice.gold-button {
  color: var(--e-global-color-primary);
}

.centre-city-choice strong {
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.05;
}

.centre-city-choice span {
  margin-top: 3px;
  font-family: Arial, sans-serif;
  font-size: 10px;
  font-weight: 600;
  line-height: 1;
}

.centre-location {
  scroll-margin-top: 0;
}

.centre-hero {
  --centre-section-background: var(--e-global-color-b08dc46);
  padding: 30px 0 35px;
  color: var(--e-global-color-692305c);
  background: radial-gradient(at -20% 30%, #2ba0b2 0%, #00417e 49%, var(--e-global-color-b08dc46) 79%);
}

.centre-hero-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 60px;
  align-items: center;
}

.centre-detail-section.centre-hero p {
  margin: 0;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--e-global-color-secondary);
  color: var(--e-global-color-secondary);
  font-family: Arial, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.4;
  text-transform: uppercase;
}

.centre-detail-section.centre-hero h2 {
  margin: 0;
  padding: 10px 0;
  border-bottom: 1px solid var(--e-global-color-secondary);
  color: var(--e-global-color-secondary);
  font-family: Arial, sans-serif;
  font-size: 70px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 2px;
  text-shadow: 0 0 15px rgb(0 0 0 / 20%);
  text-transform: uppercase;
  white-space: nowrap;
}

@media (min-width: 1181px) {
  #budapest-deak .centre-detail-section.centre-hero h2 {
    font-size: 70px;
  }

  #infopark .centre-detail-section.centre-hero h2 {
    font-size: 70px;
  }

  #debrecen-furedi .centre-detail-section.centre-hero h2 {
    font-size: 70px;
  }

  #peterfia .centre-detail-section.centre-hero h2 {
    font-size: 53.57px;
  }

  #miskolc .centre-detail-section.centre-hero h2 {
    font-size: 68.85px;
  }

  #nagykanizsa .centre-detail-section.centre-hero h2 {
    font-size: 49.17px;
  }

  #pecs .centre-detail-section.centre-hero h2 {
    font-size: 70px;
  }
}

.centre-hero-grid > div {
  margin-top: -35px;
  text-align: center;
}

.centre-hero picture,
.centre-hero-image {
  width: 100%;
}

.centre-hero-image {
  height: 300px;
  object-fit: cover;
  -webkit-mask: url("../images/centre-image-wave-mask.svg") center / 100% 100% no-repeat;
  mask: url("../images/centre-image-wave-mask.svg") center / 100% 100% no-repeat;
}

.centre-hero .centre-wave {
  bottom: 0;
  height: 70px;
  background: var(--e-global-color-190e127);
  -webkit-mask-image: url("../images/wave-cover-mask.svg");
  mask-image: url("../images/wave-cover-mask.svg");
}

.centre-hero-secondary {
  padding: 50px 0 45px;
  border-top: 30px solid var(--e-global-color-85ec8f2);
  background-color: var(--e-global-color-b08dc46);
  background-image: radial-gradient(at top left, var(--e-global-color-85ec8f2) 0%, var(--e-global-color-secondary) 66%);
}

.centre-detail-section.centre-hero-secondary p,
.centre-detail-section.centre-hero-secondary h2 {
  color: var(--e-global-color-primary);
  border-bottom-color: var(--e-global-color-primary);
}

.centre-hero-secondary .centre-hero-image {
  height: 337px;
}

.centre-information {
  --centre-section-background: var(--e-global-color-190e127);
  padding: 50px 0;
  color: var(--e-global-color-primary);
  background: var(--centre-section-background);
}

.centre-information-grid {
  display: grid;
  grid-template-columns: 513px 235px minmax(0, 1fr);
  gap: 39px;
  align-items: start;
}

.centre-information-grid > :nth-child(2) {
  padding-right: 0;
  border-right: 0;
}

.centre-team-image {
  width: 100%;
  height: 343px;
  object-fit: cover;
}

.centre-hours-detail {
  display: flex;
  height: 343px;
  padding-bottom: 8px;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  box-sizing: border-box;
}

.centre-hours-detail .centre-hour-row {
  width: 142px;
  line-height: 1.82;
}

.centre-hours-detail .centre-button {
  width: 218px;
  min-width: 218px;
  min-height: 45px;
  margin-top: 24px;
  padding: 5px 8px 5px 22px;
  gap: 10px;
  border-radius: 10px;
  font-size: 25px;
  font-weight: 600;
  line-height: 35px;
  background-image: radial-gradient(at top left, var(--e-global-color-85ec8f2) 0%, var(--e-global-color-secondary) 100%);
}

.centre-hours-detail .centre-button img {
  width: 30px;
  height: 30px;
}

.centre-contact-detail {
  display: flex;
  height: 320px;
  margin-top: 30px;
  padding: 0 0 10px 39px;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  border-left: 1px solid var(--e-global-color-secondary);
  box-sizing: border-box;
  text-align: center;
}

.centre-contact-detail .centre-contact-lines {
  width: 100%;
}

.centre-contact-detail .centre-contact-line {
  display: block;
  margin: 0;
  font-family: "Archivo Narrow", sans-serif;
  font-size: 17px;
  line-height: 1.4;
  text-align: center;
}

.centre-contact-detail .centre-contact-line strong {
  font-weight: 400;
}

.centre-one-line-logo {
  width: 190px;
  height: auto;
  margin: 30px auto 0;
  filter: brightness(0) saturate(100%) invert(20%) sepia(74%) saturate(2548%) hue-rotate(193deg) brightness(82%) contrast(101%);
}

.centre-introduction {
  --centre-section-background: var(--e-global-color-secondary);
  color: var(--e-global-color-primary);
  background: radial-gradient(at top left, var(--e-global-color-85ec8f2) 0%, var(--e-global-color-secondary) 47%);
}

.centre-introduction {
  padding: 100px 0 24px;
}

.centre-introduction h2 {
  color: var(--e-global-color-primary);
}

.centre-introduction .centre-wave {
  background: var(--e-global-color-secondary);
}

.centre-two-columns,
.centre-process-top,
.centre-process-bottom {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.centre-two-columns > div,
.centre-process-top > div,
.centre-process-bottom > div {
  padding-right: 50px;
}

.centre-two-columns > div + div,
.centre-process-top > div + div,
.centre-process-bottom > div + div {
  padding-right: 0;
  padding-left: 50px;
  border-left: 1px solid currentColor;
}

.centre-introduction .centre-two-columns > div {
  display: flex;
  min-height: 363px;
  padding-right: 60px;
  flex-direction: column;
}

.centre-introduction .centre-two-columns > div + div {
  padding-right: 0;
  padding-left: 60px;
  border-left-color: var(--e-global-color-secondary);
}

.centre-detail-section.centre-introduction h2 {
  margin: 0 0 30px;
  color: var(--e-global-color-primary);
  font-family: Arial, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.1;
  text-transform: none;
}

.centre-introduction h3 {
  margin: 8px 0;
  color: var(--e-global-color-primary);
  font-family: "Archivo Narrow", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
}

.centre-detail-section.centre-introduction p {
  margin: 0;
  color: var(--e-global-color-primary);
  font-family: "Archivo Narrow", sans-serif;
  font-size: 17px;
  line-height: 1.4;
}

.centre-introduction p + p {
  margin-top: 0;
}

.centre-introduction .centre-two-columns > div:first-child strong {
  color: #ff5a00;
}

.centre-introduction .centre-button {
  width: 194px;
  min-width: 194px;
  height: 45px;
  min-height: 45px;
  margin-top: auto;
  padding: 10px 40px;
  align-self: flex-start;
  gap: 10px;
  border-radius: 10px;
  font-size: 25px;
  font-weight: 600;
  background-image: radial-gradient(at top left, var(--e-global-color-c15509b) 0%, var(--e-global-color-primary) 80%);
}

.centre-introduction .centre-button img {
  width: 30px;
  height: 30px;
}

.centre-detail-section h2 {
  margin: 0 0 25px;
  color: var(--e-global-color-secondary);
  font-family: Arial, sans-serif;
  font-size: 31px;
  font-weight: 800;
  line-height: 1.12;
  text-transform: uppercase;
}

.centre-introduction h3,
.centre-access h3,
.centre-process h3 {
  margin: 24px 0 7px;
  font-family: Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.25;
}

.centre-detail-section p,
.centre-detail-section li {
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.55;
}

.centre-detail-section p {
  margin: 0 0 17px;
}

.centre-introduction .centre-button {
  margin-top: 12px;
}

.centre-access {
  --centre-section-background: var(--e-global-color-secondary);
  padding: 100px 0 54px;
  color: var(--e-global-color-primary);
  background: radial-gradient(at top left, var(--e-global-color-85ec8f2) 0%, var(--e-global-color-secondary) 47%);
}

.centre-access-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  align-items: start;
}

.centre-access-grid > div {
  padding-right: 60px;
}

.centre-detail-section.centre-access h2 {
  margin: 0 0 10px;
  color: var(--e-global-color-primary);
  font-family: "Jost", sans-serif;
  font-size: 30px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: none;
}

.centre-detail-section.centre-access p,
.centre-detail-section.centre-access li {
  color: var(--e-global-color-primary);
  font-family: "Archivo Narrow", sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.4;
}

.centre-detail-section.centre-access p {
  margin: 0 0 10px;
}

.centre-detail-section.centre-access h3 {
  margin: 10px 0;
  color: var(--e-global-color-primary);
  font-family: "Archivo Narrow", sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.4;
}

.centre-access ul {
  margin: 0;
  padding-left: 25px;
}

.centre-access li {
  margin-bottom: 10px;
}

.centre-access iframe {
  width: calc(100% - 60px);
  height: 461px;
  margin: 28px 0 0 60px;
  border: 0;
  border-radius: 0;
}

.centre-environment {
  --centre-section-background: var(--e-global-color-190e127);
  padding: 104px 0 35px;
  color: var(--e-global-color-primary);
  background: var(--centre-section-background);
}

.centre-environment-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  align-items: start;
}

.centre-environment-grid > div {
  padding-right: 60px;
}

.centre-environment-grid > picture {
  display: block;
  height: 301px;
  padding-left: 60px;
  border-left: 1px solid var(--e-global-color-primary);
}

.centre-detail-section.centre-environment h2 {
  margin: 0 0 30px;
  color: var(--e-global-color-secondary);
  font-family: Arial, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.1;
  text-transform: none;
}

.centre-detail-section.centre-environment p {
  width: 405px;
  max-width: 100%;
  margin: 0;
  color: var(--e-global-color-primary);
  font-family: "Archivo Narrow", sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.4;
}

.centre-environment-image {
  width: 100%;
  height: 301px;
  border-radius: 0;
  object-fit: cover;
}

.centre-environment .centre-button {
  width: 194px;
  min-width: 194px;
  height: 45px;
  min-height: 45px;
  margin-top: 25px;
  padding: 10px 40px;
  gap: 10px;
  border-radius: 10px;
  color: var(--e-global-color-secondary);
  font-size: 25px;
  font-weight: 600;
  background-image: radial-gradient(at top left, var(--e-global-color-c15509b) 0%, var(--e-global-color-primary) 80%);
}

.centre-environment .centre-button img {
  width: 30px;
  height: 30px;
}

.centre-process {
  --centre-section-background: var(--e-global-color-b08dc46);
  padding: 104px 0 73px;
  color: var(--e-global-color-692305c);
  background:
    linear-gradient(180deg, var(--e-global-color-b08dc46) 0%, rgb(3 63 133 / 0%) 100%),
    radial-gradient(ellipse at center, #2ba0b2 20%, #00417e 60%, var(--e-global-color-b08dc46) 79%);
}

.centre-detail-page .site-footer {
  position: relative;
  background: var(--e-global-color-85ec8f2);
}

.centre-detail-page .site-footer::before {
  position: absolute;
  z-index: 4;
  top: -66px;
  right: 0;
  left: 0;
  height: 66px;
  background: var(--e-global-color-190e127);
  content: "";
  pointer-events: none;
  -webkit-mask: url("../images/wave-cover-mask.svg") center / 100% 100% no-repeat;
  mask: url("../images/wave-cover-mask.svg") center / 100% 100% no-repeat;
}

.centre-detail-page .footer-main {
  z-index: 5;
  top: -18px;
  margin-bottom: -18px;
}

.centre-detail-page .footer-wave-overlay {
  display: none;
}

.centre-detail-page .footer-main::before {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  left: 0;
  height: 66px;
  background: var(--e-global-color-190e127);
  content: "";
  pointer-events: none;
  -webkit-mask: url("../images/wave-mask.svg") center / 100% 100% no-repeat;
  mask: url("../images/wave-mask.svg") center / 100% 100% no-repeat;
}

.centre-process-top {
  display: block;
  margin-bottom: 41px;
}

.centre-process-top > div,
.centre-process-top > div + div {
  margin: 0;
  padding: 0;
  border: 0;
}

.centre-process-top > div + div {
  margin-top: 33px;
  padding-top: 28px;
  border-top: 1px solid rgb(204 169 94 / 80%);
}

.centre-detail-section.centre-process h2 {
  margin: 0 0 10px;
  color: var(--e-global-color-secondary);
  font-family: "Jost", sans-serif;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.1;
}

.centre-process-top > div + div h2 {
  margin-bottom: 12px;
}

.centre-detail-section.centre-process p,
.centre-detail-section.centre-process li {
  color: #e5e6e8;
  font-family: "Archivo Narrow", sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.4;
}

.centre-detail-section.centre-process p {
  margin: 0;
}

.centre-process-list {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}

.centre-process-list li {
  position: relative;
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  gap: 31px;
  align-items: start;
  margin-bottom: 8px;
  padding: 15px 0 12px;
}

.centre-process-list li:not(:last-child)::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 119px;
  height: 1px;
  background: rgb(212 239 252 / 75%);
  content: "";
}

.centre-process-list li:nth-child(2) {
  margin-bottom: 9px;
}

.centre-process-list li:nth-child(3) {
  margin-bottom: 11px;
}

.centre-process-list li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.centre-process-list li > img {
  width: 87px;
  height: 70px;
  object-fit: contain;
}

.centre-process-list h3 {
  margin: 0;
  color: var(--e-global-color-secondary);
  font-family: "Jost", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}

.centre-process-actions {
  display: flex;
  gap: 20px;
  justify-content: flex-end;
  margin: 30px 0 58px;
}

.centre-process-actions .centre-button {
  width: 194px;
  min-width: 194px;
  height: 47px;
  min-height: 47px;
  padding: 8px 22px;
  border-radius: 10px;
  font-size: 25px;
  font-weight: 500;
}

.centre-process-actions .centre-button:first-child {
  width: 260px;
  min-width: 260px;
}

.centre-process-actions .centre-button img,
.centre-process-bottom .centre-button img {
  width: 30px;
  height: 30px;
}

.centre-process-bottom {
  grid-template-columns: 572px minmax(0, 1fr);
  padding-top: 65px;
  border-top: 1px solid var(--e-global-color-secondary);
}

.centre-process-bottom > div {
  min-height: 285px;
  padding-right: 60px;
}

.centre-process-bottom p {
  color: white;
}

.centre-process-bottom > div + div {
  padding-left: 60px;
  border-left-color: var(--e-global-color-secondary);
}

.centre-detail-section.centre-process .centre-process-bottom h2 {
  margin-bottom: 38px;
  padding-bottom: 25px;
  border-bottom: 1px solid var(--e-global-color-secondary);
}

.centre-process-bottom > div:first-child {
  text-align: center;
}

.centre-process-bottom > div:first-child h2 {
  text-align: right;
}

.centre-process-bottom > div:first-child .centre-button {
  display: flex;
  width: 374px;
  min-width: 374px;
  height: 46px;
  min-height: 46px;
  margin-top: 23px;
  margin-left: auto;
  padding: 8px 22px;
  border-radius: 10px;
  font-size: 25px;
  font-weight: 500;
}

.centre-detail-section.centre-process .centre-process-bottom p + p {
  margin-top: 10px;
}

@media (max-width: 1180px) {
  .centre-content {
    width: 84.62%;
  }

  .centre-city-selector-inner {
    gap: 3vw;
  }

  .centre-city-selector h1 {
    width: 19.23vw;
    font-size: 2.462vw;
  }

  .centre-city-buttons {
    gap: 1.538vw;
  }

  .centre-city-choice {
    width: 26.923vw;
    min-height: 3.923vw;
    padding: .538vw 1.385vw .385vw;
    border-radius: .769vw;
  }

  .centre-city-choice strong {
    font-size: 1.077vw;
  }

  .centre-city-choice span {
    margin-top: .231vw;
    font-size: .769vw;
  }
}

@media (max-width: 1059px) {
  .centres-content,
  .centre-content {
    width: calc(100% - 40px);
  }

  .centre-wave {
    bottom: -35px;
    height: 36px;
  }

  .centres-overview {
    padding: 40px 0 45px;
  }

  .centres-heading {
    margin-bottom: 34px;
  }

  .centres-heading h1 {
    font-size: 38px;
    line-height: 1.08;
  }

  .centres-heading p {
    font-size: 21px;
  }

  .centre-card-list {
    gap: 28px;
  }

  .centre-card {
    padding: 28px 22px 25px;
    border-radius: 16px;
  }

  .centre-card h2 {
    font-size: 22px;
  }

  .centre-card-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .centre-card-grid > .centre-hours {
    width: auto;
    margin-left: 0;
  }

  .centre-card-image {
    padding: 25px 0;
    border-top: 1px solid currentColor;
    border-right: 0;
    border-bottom: 1px solid currentColor;
    border-left: 0;
    grid-row: 1;
  }

  .centre-card-image img {
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
  }

  .centre-contact-lines {
    grid-row: 2;
  }

  .centre-card-rule {
    margin-block: 20px;
  }

  .centre-button {
    min-width: 190px;
    min-height: 44px;
    font-size: 19px;
  }

  .centre-city-selector {
    padding: 24px 0 58px;
  }

  .centre-city-selector-paired {
    padding: 24px 0 58px;
  }

  .centre-city-selector-paired .centre-city-selector-inner {
    width: calc(100% - 40px);
  }

  .centre-city-selector-inner,
  .centre-city-buttons,
  .centre-process-actions {
    flex-direction: column;
  }

  .centre-city-selector-inner {
    display: flex;
    gap: 24px;
    align-items: flex-start;
  }

  .centre-city-selector h1 {
    width: auto;
    font-size: 27px;
  }

  .centre-city-buttons {
    width: 100%;
    gap: 12px;
  }

  .centre-city-buttons .centre-city-choice {
    width: 100%;
    min-height: 48px;
    padding: 7px 18px 5px;
    border-radius: 10px;
  }

  .centre-city-choice strong {
    font-size: 14px;
  }

  .centre-city-choice span {
    margin-top: 3px;
    font-size: 10px;
  }

  .centre-hero {
    padding: 66px 0 72px;
  }

  .centre-hero-grid,
  .centre-information-grid,
  .centre-two-columns,
  .centre-access-grid,
  .centre-environment-grid,
  .centre-process-top,
  .centre-process-bottom,
  .centre-process-list {
    grid-template-columns: 1fr;
  }

  .centre-hero-grid {
    gap: 32px;
  }

  .centre-detail-section.centre-hero p {
    font-size: 22px;
  }

  .centre-detail-section.centre-hero h2 {
    font-size: clamp(30px, 7.5vw, 34px);
    white-space: normal;
  }

  .centre-hero-image,
  .centre-team-image,
  .centre-environment-image {
    height: auto;
    aspect-ratio: 3 / 2;
  }

  .centre-hero-secondary .centre-hero-image {
    height: auto;
  }

  .centre-information,
  .centre-introduction,
  .centre-environment,
  .centre-process {
    padding: 82px 0 88px;
  }

  .centre-information-grid {
    gap: 34px;
  }

  .centre-information-grid > :nth-child(2) {
    padding: 30px 0;
    border-top: 1px solid var(--e-global-color-primary);
    border-right: 0;
    border-bottom: 1px solid var(--e-global-color-primary);
    border-left: 0;
  }

  .centre-two-columns > div,
  .centre-process-top > div,
  .centre-process-bottom > div {
    padding-right: 0;
  }

  .centre-two-columns > div + div,
  .centre-process-top > div + div,
  .centre-process-bottom > div + div {
    margin-top: 42px;
    padding: 42px 0 0;
    border-top: 1px solid currentColor;
    border-left: 0;
  }

  .centre-detail-section h2,
  .centre-detail-section.centre-introduction h2,
  .centre-detail-section.centre-environment h2,
  .centre-detail-section.centre-process h2 {
    font-size: 27px;
  }

  .centre-introduction .centre-two-columns > div {
    min-height: 0;
    padding-right: 0;
  }

  .centre-introduction .centre-two-columns > div + div {
    padding: 42px 0 0;
    border-top-color: var(--e-global-color-secondary);
    border-left: 0;
  }

  .centre-introduction .centre-button {
    margin-top: 24px;
  }

  .centre-access {
    padding: 28px 0 86px;
  }

  .centre-access-grid > div {
    padding-right: 0;
  }

  .centre-access-grid,
  .centre-environment-grid {
    gap: 38px;
  }

  .centre-environment-grid > div {
    min-width: 0;
    padding-right: 0;
  }

  .centre-environment-grid > picture {
    min-width: 0;
    height: auto;
    padding-left: 0;
    border-left: 0;
  }

  .centre-detail-section.centre-environment p {
    width: auto;
  }

  .centre-environment .centre-button {
    width: 190px;
    min-width: 190px;
    font-size: 19px;
  }

  .centre-access iframe {
    width: 100%;
    height: 320px;
    margin: 0;
  }

  .centre-process-list {
    gap: 27px;
  }

  .centre-process-actions {
    align-items: center;
    margin: 45px 0 58px;
  }

  .centre-process-actions .centre-button,
  .centre-process-actions .centre-button:first-child,
  .centre-process-bottom > div:first-child .centre-button {
    width: 100%;
    min-width: 0;
    font-size: 19px;
  }

  .centre-detail-section.centre-process .centre-process-bottom h2 {
    margin-bottom: 24px;
    padding-bottom: 18px;
    text-align: left;
  }
}

@media (max-width: 480px) {
  .centres-heading h1 {
    font-size: 32px;
  }
}
