/** Shopify CDN: Minification failed

Line 45:10 Unexpected "{"
Line 45:19 Expected ":"
Line 46:10 Unexpected "{"
Line 46:19 Expected ":"
Line 47:10 Unexpected "{"
Line 47:19 Expected ":"
Line 51:10 Unexpected "{"
Line 51:19 Expected ":"
Line 52:10 Unexpected "{"
Line 52:19 Expected ":"

**/
.page-title {
  margin-top: 0;
}

.main-page-title {
  margin-bottom: 3rem;
}

@media screen and (min-width: 750px) {
  .main-page-title {
    margin-bottom: 4rem;
  }
}

.page-booking-cta {
  margin-top: 2rem;
  display: grid;
  gap: 1.5rem;
  background-color: #0074ff;
  color: #ffffff;
  padding: 2rem;
  border-radius: 1.75rem;
}

.page-booking-cta__subtitle {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
}

.section-{{ section.id }}-padding .rte p,
.section-{{ section.id }}-padding .rte li,
.section-{{ section.id }}-padding .rte span {
  font-weight: 400;
}

.section-{{ section.id }}-padding .rte strong,
.section-{{ section.id }}-padding .rte b {
  font-weight: 700;
}

.page-booking-cta__slots {
  margin: 0;
  padding-left: 1.25rem;
  list-style: disc;
  color: rgb(var(--color-foreground));
  font-size: 1.4rem;
  line-height: 1.8;
}

.page-booking-cta__slots li {
  margin-bottom: 0.75rem;
}

.page-booking-embed {
  width: 100%;
  max-width: 78rem;
  margin: 0 auto;
}

.page-booking-cta a,
.page-booking-cta__button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 100%;
  padding: 1.6rem 2.5rem;
  font-size: 1.4rem;
  text-transform: uppercase;
  letter-spacing: 0.15rem;
  color: #00337f;
  background-color: #ffffff;
  border-radius: 1rem;
  box-shadow: 0 1rem 2rem rgba(0, 35, 122, 0.16);
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.page-booking-cta a:hover,
.page-booking-cta__button:hover {
  transform: translateY(-1px);
  box-shadow: 0 1.2rem 2.4rem rgba(0, 91, 203, 0.24);
}

.page-placeholder-wrapper {
  display: flex;
  justify-content: center;
}

.page-placeholder {
  width: 52.5rem;
  height: 52.5rem;
}
