:root {
  --ld-page-bg: #fbf6ec;
  --ld-motion-duration: 1550ms;
  --ld-motion-ease: cubic-bezier(0.19, 1, 0.22, 1);
  --ld-motion-hero-duration: 1500ms;
  --ld-motion-reveal-offset: 26px;
}

html,
body,
body.page,
body.page #page,
body.page #main,
body.page #middle,
body.page .middle_inner,
body.page .middle_content,
body.page .content_wrap,
body.page .content,
body.page .entry,
body.page .opened-article,
body.page .cmsmasters_wrap,
body.page .cmsmasters_main_content,
body.page .headline,
body.page .headline_outer {
  background-color: var(--ld-page-bg) !important;
}

body.page .cmsmasters_row.cmsmasters_color_scheme_default {
  background-color: var(--ld-page-bg);
}

body.page .cmsmasters_row.cmsmasters_color_scheme_default > .cmsmasters_row_outer_parent,
body.page .cmsmasters_row.cmsmasters_color_scheme_default > .cmsmasters_row_outer_parent > .cmsmasters_row_outer,
body.page .cmsmasters_row.cmsmasters_color_scheme_default .cmsmasters_row_inner,
body.page .cmsmasters_row.cmsmasters_color_scheme_default .cmsmasters_row_margin {
  background-color: transparent !important;
}

body.ld-info-page-template .headline_outer,
body.ld-course-page-template .headline_outer {
  display: none !important;
}

body.page :where(.cmsmasters_main_content, .content, .entry, .opened-article) :where(h1, h2, h3),
body.page :where(.cmsmasters_main_content, .content, .entry, .opened-article) .cmsmasters_heading,
body.page :where(.cmsmasters_main_content, .content, .entry, .opened-article) .cmsmasters_heading a {
  margin-top: 0 !important;
  color: #172234 !important;
  font-family: Georgia, "Times New Roman", serif !important;
  font-style: normal !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
}

body.page :where(.cmsmasters_main_content, .content, .entry, .opened-article) :where(h1, h2),
body.page :where(.cmsmasters_main_content, .content, .entry, .opened-article) h1.cmsmasters_heading,
body.page :where(.cmsmasters_main_content, .content, .entry, .opened-article) h2.cmsmasters_heading,
body.page :where(.cmsmasters_main_content, .content, .entry, .opened-article) .cmsmasters_heading_wrap h1,
body.page :where(.cmsmasters_main_content, .content, .entry, .opened-article) .cmsmasters_heading_wrap h2 {
  font-size: clamp(38px, 4.4vw, 56px) !important;
  line-height: 1 !important;
}

body.page :where(.cmsmasters_main_content, .content, .entry, .opened-article) h3,
body.page :where(.cmsmasters_main_content, .content, .entry, .opened-article) h3.cmsmasters_heading,
body.page :where(.cmsmasters_main_content, .content, .entry, .opened-article) .cmsmasters_heading_wrap h3 {
  font-size: clamp(28px, 2.8vw, 36px) !important;
  line-height: 1.05 !important;
}

.ld-legal-richtext,
.ld-legal-richtext .ld-page-richtext {
  color: #27364b;
  font-size: 14px;
  line-height: 1.6;
}

.ld-legal-richtext :where(h1, h2, h3, h4),
.ld-legal-richtext .cmsmasters_heading,
.ld-legal-richtext .cmsmasters_heading a {
  margin: 0 0 14px !important;
  color: #172234 !important;
  font-family: inherit !important;
  font-style: normal !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
  line-height: 1.25 !important;
}

.ld-legal-richtext h1,
.ld-legal-richtext h1.cmsmasters_heading,
.ld-legal-richtext .cmsmasters_heading_wrap h1 {
  font-size: clamp(26px, 2.3vw, 32px) !important;
}

.ld-legal-richtext h2,
.ld-legal-richtext h2.cmsmasters_heading,
.ld-legal-richtext .cmsmasters_heading_wrap h2 {
  font-size: clamp(22px, 1.8vw, 26px) !important;
}

.ld-legal-richtext h3,
.ld-legal-richtext h3.cmsmasters_heading,
.ld-legal-richtext .cmsmasters_heading_wrap h3 {
  font-size: clamp(17px, 1.2vw, 19px) !important;
}

.ld-legal-richtext h4 {
  font-size: 15px !important;
}

.ld-legal-richtext p,
.ld-legal-richtext li {
  font-size: 14px;
  line-height: 1.6;
}

body.page .ld-specials-section {
  --ld-specials-ink: #172234;
  --ld-specials-muted: #6f6a62;
  --ld-specials-accent: #c48e43;
  --ld-specials-card: rgba(255, 253, 248, 0.88);
  --ld-specials-line: rgba(23, 34, 52, 0.1);
  background-color: transparent !important;
}

body.page .ld-specials-section .cmsmasters_row_margin {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  width: 100% !important;
  max-width: none !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
}

body.page .ld-specials-section .cmsmasters_column {
  display: flex;
  flex-direction: column;
  width: auto !important;
  min-width: 0;
  margin: 0 !important;
  padding: 22px;
  border: 1px solid var(--ld-specials-line);
  border-radius: 8px;
  background: var(--ld-specials-card);
  box-shadow: 0 16px 36px rgba(52, 44, 33, 0.06);
}

body.page .ld-specials-section .cmsmasters_column > div,
body.page .ld-specials-section .cmsmasters_column .cmsmasters_column_inner,
body.page .ld-specials-section .cmsmasters_column .cmsmasters_text {
  width: 100%;
}

body.page .ld-specials-section .cmsmasters_column .cmsmasters_column_inner {
  display: flex;
  flex: 1;
  flex-direction: column;
}

body.page .ld-specials-section h1,
body.page .ld-specials-section h2,
body.page .ld-specials-section h3,
body.page .ld-specials-section h4 {
  margin: 0;
  color: var(--ld-specials-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0;
}

body.page .ld-specials-section .cmsmasters_column h2,
body.page .ld-specials-section .cmsmasters_column h3,
body.page .ld-specials-section .cmsmasters_column h4 {
  display: block;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  margin-bottom: 4px;
  font-size: 27px;
  line-height: 1.02;
  overflow-wrap: anywhere;
  word-break: normal;
}

@media (min-width: 1101px) {
  body.page .ld-specials-section .cmsmasters_column h2,
  body.page .ld-specials-section .cmsmasters_column h3,
  body.page .ld-specials-section .cmsmasters_column h4 {
    font-size: 24px !important;
  }
}

body.page .ld-specials-section .cmsmasters_column h2 + p,
body.page .ld-specials-section .cmsmasters_column h3 + p,
body.page .ld-specials-section .cmsmasters_column h4 + p {
  margin: 0 0 14px;
  color: var(--ld-specials-accent);
  font-size: 14px;
  font-style: italic;
  font-weight: 800;
  line-height: 1.35;
}

body.page .ld-specials-section img {
  display: block;
  width: 100%;
  aspect-ratio: 700 / 335;
  margin: 0 0 16px;
  border-radius: 6px;
  object-fit: cover;
  background: #f1e8d8;
}

body.page .ld-specials-section .cmsmasters_column p {
  margin: 0 0 20px;
  color: var(--ld-specials-muted);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.52;
}

body.page .ld-specials-section .cmsmasters_column p:last-child {
  margin-bottom: 0;
}

body.page .ld-redesign-heading,
body.page .ld-section-heading {
  max-width: 1240px;
  margin: 0 auto 16px;
  padding: 0;
}

body.page .ld-redesign-heading-row .cmsmasters_row_inner,
body.page .ld-section-heading-row .cmsmasters_row_inner {
  max-width: 1240px;
}

.ld-page-block,
.ld-info-page-template .ld-page-section {
  --ld-page-ink: #172234;
  --ld-page-ink-soft: #27364b;
  --ld-page-muted: #6f6a62;
  --ld-page-accent: #c48e43;
  --ld-page-accent-dark: #9a6a2f;
  --ld-page-line: rgba(23, 34, 52, 0.1);
  --ld-page-card: rgba(255, 253, 248, 0.91);
  --ld-page-card-strong: #fffdf8;
  --ld-page-ease-out: cubic-bezier(0.23, 1, 0.32, 1);
  color: var(--ld-page-ink);
}

html.ld-info-document,
html.ld-info-document body,
body.ld-info-page-template {
  overflow-x: clip;
}

@supports not (overflow: clip) {
  html.ld-info-document,
  html.ld-info-document body,
  body.ld-info-page-template {
    overflow-x: hidden;
  }
}

.ld-page-shell {
  width: min(100%, 1240px);
  margin: 0 auto;
}

.ld-hero-section--page {
  min-height: clamp(500px, 40vw, 650px);
  padding: clamp(74px, 8vw, 112px) 24px clamp(82px, 7vw, 118px);
  background:
    radial-gradient(circle at 78% 18%, rgba(214, 174, 114, 0.18), transparent 34%),
    linear-gradient(180deg, #fff8ec 0%, var(--ld-page-bg) 100%);
}

.ld-hero-section--page::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  z-index: -1;
  height: 150px;
  background: linear-gradient(180deg, rgba(251, 246, 236, 0), var(--ld-page-bg));
  pointer-events: none;
}

.ld-hero-section--page .ld-page-shell {
  width: auto;
  max-width: 1240px;
}

.ld-hero-section--page .ld-page-hero-copy {
  width: min(620px, 52vw);
  max-width: 620px;
  padding: 0;
}

.ld-hero-section--page .ld-page-hero-title {
  margin-bottom: 18px;
  font-size: clamp(46px, 5.4vw, 72px);
}

.ld-hero-section--page .ld-page-hero-lead {
  max-width: 535px;
  margin-bottom: 0;
  font-size: clamp(16px, 1.16vw, 18px);
}

.ld-hero-section--page .ld-page-hero-image {
  object-position: center center;
}

.ld-hero-section--page .ld-page-hero-overlay {
  background:
    var(--ld-header-bild-fade-gradient),
    var(--ld-header-bild-bottom-gradient);
}

.ld-page-hero--no-image {
  min-height: clamp(360px, 30vw, 500px);
}

.ld-page-hero--no-image .ld-page-hero-copy {
  width: min(820px, 82vw);
  max-width: 820px;
}

.ld-page-actions {
  margin-top: 24px;
}

.ld-page-button {
  cursor: pointer;
}

.ld-page-button:active {
  transform: scale(0.97);
}

.ld-page-section {
  padding: 24px 0 64px;
  background: transparent;
}

.ld-page-section + .ld-page-section {
  padding-top: 0;
}

.ld-page-section--narrow .ld-page-shell {
  max-width: 940px;
}

.ld-page-section--wide .ld-page-shell {
  max-width: 1340px;
}

.ld-page-eyebrow {
  margin: 0 0 8px;
  color: var(--ld-page-accent);
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 12px !important;
  font-style: normal !important;
  font-weight: 900 !important;
  letter-spacing: 0.055em !important;
  line-height: 1.1 !important;
  -webkit-text-stroke: 0.18px currentColor;
  text-shadow: 0.12px 0 0 currentColor, -0.12px 0 0 currentColor;
  text-transform: uppercase;
}

.ld-page-title {
  margin: 0 0 16px !important;
  color: var(--ld-page-ink) !important;
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: clamp(34px, 4vw, 52px) !important;
  font-style: normal !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
  line-height: 1 !important;
}

.ld-page-panel {
  display: grid;
  gap: 30px;
  min-width: 0;
  padding: clamp(26px, 4vw, 42px);
  border: 1px solid var(--ld-page-line);
  border-radius: 8px;
  background: var(--ld-page-card);
  box-shadow: 0 16px 36px rgba(52, 44, 33, 0.06);
}

.ld-page-panel--bare {
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.ld-page-panel--highlight {
  background:
    linear-gradient(135deg, rgba(255, 253, 248, 0.98), rgba(214, 174, 114, 0.18));
}

.ld-page-panel-main,
.ld-page-richtext,
.ld-page-richtext--content {
  max-width: 100%;
  min-width: 0;
}

.ld-page-richtext--content {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.ld-page-panel--has-aside {
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.38fr);
}

.ld-page-panel-aside {
  align-self: start;
  padding: 24px;
  border: 1px solid rgba(196, 142, 67, 0.2);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.72);
}

.ld-page-panel-aside h3 {
  margin: 0 0 10px !important;
  color: var(--ld-page-ink) !important;
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: 28px !important;
  font-style: normal !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
  line-height: 1.05 !important;
}

.ld-page-richtext {
  color: var(--ld-page-muted);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.62;
}

.ld-page-richtext > *:first-child {
  margin-top: 0;
}

.ld-page-richtext > *:last-child {
  margin-bottom: 0;
}

.ld-page-richtext p,
.ld-page-richtext li {
  color: var(--ld-page-muted);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.62;
}

.ld-page-richtext a {
  color: var(--ld-page-accent-dark);
  font-weight: 900;
  text-decoration: none;
}

.ld-page-richtext a:hover {
  color: var(--ld-page-accent);
}

.ld-page-richtext--content .cmsmasters_toggles .cmsmasters_toggle_wrap.current_toggle::before,
.ld-page-richtext--content .cmsmasters_toggles .cmsmasters_toggle_wrap:hover::before {
  background-color: var(--ld-page-accent) !important;
}

.ld-page-richtext--content .cmsmasters_toggles .cmsmasters_toggle_wrap.current_toggle .cmsmasters_toggle_title > a,
.ld-page-richtext--content .cmsmasters_toggles .cmsmasters_toggle_wrap:hover .cmsmasters_toggle_title > a {
  color: var(--ld-page-accent-dark) !important;
}

.ld-page-richtext--content .cmsmasters_toggles .cmsmasters_toggle_wrap.current_toggle .cmsmasters_toggle_title .cmsmasters_toggle_plus span,
.ld-page-richtext--content .cmsmasters_toggles .cmsmasters_toggle_wrap:hover .cmsmasters_toggle_title .cmsmasters_toggle_plus span {
  background-color: var(--ld-page-accent) !important;
}

.ld-page-richtext ul,
.ld-page-richtext ol {
  display: grid;
  gap: 8px;
  margin: 14px 0 0;
  padding-left: 20px;
}

.ld-break-section {
  padding-bottom: 72px;
}

.ld-break-overview {
  display: grid;
  gap: 30px;
  min-width: 0;
  padding: 38px;
  border-bottom: 1px solid rgba(23, 34, 52, 0.1);
  background: transparent;
}

.ld-break-head {
  max-width: 760px;
}

.ld-break-head .ld-page-title {
  max-width: 820px;
  margin-bottom: 14px !important;
  font-size: 42px !important;
  line-height: 1.04 !important;
}

.ld-break-intro {
  max-width: 700px;
  margin: 0;
  color: var(--ld-page-muted);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.58;
}

.ld-break-groups {
  display: grid;
  gap: 30px;
  min-width: 0;
}

.ld-break-group {
  min-width: 0;
}

.ld-break-group + .ld-break-group {
  padding-top: 28px;
  border-top: 1px solid rgba(23, 34, 52, 0.1);
}

.ld-break-group-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

.ld-break-group-icon {
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(196, 142, 67, 0.24);
  border-radius: 999px;
  background: rgba(255, 253, 248, 0.82);
  color: var(--ld-page-accent);
}

.ld-break-group-icon .ld-icon {
  width: 17px;
  height: 17px;
}

.ld-break-group-head h3 {
  margin: 0 !important;
  color: var(--ld-page-ink) !important;
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: 28px !important;
  font-style: normal !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
  line-height: 1.08 !important;
}

.ld-break-list {
  display: grid;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ld-break-row {
  display: grid;
  min-width: 0;
  border-top: 1px solid rgba(23, 34, 52, 0.08);
}

.ld-break-row:first-child {
  border-top: 0;
}

.ld-break-list--holidays .ld-break-row {
  grid-template-columns: minmax(150px, 210px) minmax(190px, 250px) minmax(0, 1fr);
  gap: 16px;
  padding: 12px 0;
}

.ld-break-list--pauses .ld-break-row {
  grid-template-columns: minmax(140px, 190px) minmax(190px, 250px) minmax(0, 1fr);
  gap: 16px;
  padding: 13px 0;
}

.ld-break-date,
.ld-break-label,
.ld-break-title,
.ld-break-detail,
.ld-break-note {
  min-width: 0;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.42;
}

.ld-break-date {
  color: var(--ld-page-ink-soft);
  font-size: 15px;
  font-weight: 900;
}

.ld-break-label {
  color: var(--ld-page-ink);
  font-size: 15px;
  font-weight: 900;
}

.ld-break-main {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.ld-break-title {
  color: var(--ld-page-ink);
  font-size: 15px;
  font-weight: 800;
}

.ld-break-detail {
  color: var(--ld-page-muted);
  font-size: 14px;
  font-weight: 700;
}

.ld-break-note {
  color: var(--ld-page-muted);
  font-size: 14px;
  font-weight: 700;
}

.ld-job-section {
  padding-bottom: 68px;
}

.ld-job-post {
  box-sizing: border-box;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.38fr);
  gap: 32px clamp(34px, 5vw, 72px);
  min-width: 0;
  padding: clamp(34px, 4.6vw, 52px) clamp(18px, 3vw, 38px);
  background: transparent;
}

.ld-job-main,
.ld-job-contact,
.ld-job-detail {
  min-width: 0;
}

.ld-job-title {
  max-width: 760px;
  margin: 0 0 14px !important;
  color: var(--ld-page-ink) !important;
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: clamp(36px, 4.4vw, 56px) !important;
  font-style: normal !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
  line-height: 1 !important;
}

.ld-job-subtitle {
  max-width: 760px;
  margin: 0 0 18px;
  color: var(--ld-page-ink-soft);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.45;
}

.ld-job-intro {
  max-width: 780px;
  margin: 0;
  color: var(--ld-page-muted);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.62;
}

.ld-job-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 28px;
  max-width: 820px;
  margin: 28px 0 0;
  border-top: 1px solid rgba(23, 34, 52, 0.09);
}

.ld-job-fact {
  display: grid;
  grid-template-columns: minmax(82px, 0.42fr) minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  min-width: 0;
  padding: 12px 0;
  border-bottom: 1px solid rgba(23, 34, 52, 0.08);
}

.ld-job-fact dt,
.ld-job-contact-row dt {
  margin: 0;
  color: var(--ld-page-accent-dark);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.04em;
  line-height: 1.35;
  text-transform: uppercase;
}

.ld-job-fact dd,
.ld-job-contact-row dd {
  min-width: 0;
  margin: 0;
  color: var(--ld-page-ink);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.42;
  overflow-wrap: anywhere;
}

.ld-job-contact {
  align-self: start;
  padding-left: clamp(24px, 3vw, 36px);
  border-left: 1px solid rgba(23, 34, 52, 0.1);
}

.ld-job-contact h3,
.ld-job-detail h3 {
  margin: 0 0 12px !important;
  color: var(--ld-page-ink) !important;
  font-family: Georgia, "Times New Roman", serif !important;
  font-style: normal !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
  line-height: 1.08 !important;
}

.ld-job-contact h3 {
  font-size: 30px !important;
}

.ld-job-contact-text {
  margin: 0;
  color: var(--ld-page-muted);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.58;
}

.ld-job-contact-list {
  display: grid;
  gap: 0;
  margin: 22px 0 0;
  border-top: 1px solid rgba(23, 34, 52, 0.09);
}

.ld-job-contact-row {
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  min-width: 0;
  padding: 10px 0;
  border-bottom: 1px solid rgba(23, 34, 52, 0.08);
}

.ld-job-contact-row a {
  color: var(--ld-page-accent-dark);
  text-decoration: none;
}

.ld-job-contact-row a:hover {
  color: var(--ld-page-accent);
}

.ld-job-cta {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  margin-top: 22px;
  padding: 11px 16px;
  border: 1px solid var(--ld-page-accent);
  border-radius: 6px;
  background: var(--ld-page-accent);
  color: #fffdf8 !important;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
  text-decoration: none !important;
  transition:
    background-color 180ms ease,
    border-color 180ms ease,
    color 180ms ease,
    transform 180ms var(--ld-page-ease-out);
}

.ld-job-cta:hover {
  border-color: var(--ld-page-accent-dark);
  background: var(--ld-page-accent-dark);
  color: #fffdf8 !important;
  transform: translateY(-1px);
}

.ld-job-detail-grid {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
  min-width: 0;
  padding-top: 30px;
  border-top: 1px solid rgba(23, 34, 52, 0.1);
}

.ld-job-detail h3 {
  font-size: 25px !important;
}

.ld-job-list {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ld-job-list li {
  position: relative;
  min-width: 0;
  padding-left: 18px;
  color: var(--ld-page-muted);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
}

.ld-job-list li::before {
  content: "";
  position: absolute;
  top: 0.62em;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 1px;
  background: var(--ld-page-accent);
}

.ld-page-card-grid {
  display: grid;
  gap: 18px;
}

.ld-page-card-grid--compact {
  gap: 10px;
}

.ld-page-card-grid--2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ld-page-card-grid--3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ld-page-card-grid--4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ld-page-card {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 16px;
  min-width: 0;
  padding: 24px;
  border: 1px solid var(--ld-page-line);
  border-radius: 8px;
  background: var(--ld-page-card);
  color: inherit;
  text-decoration: none !important;
  box-shadow: 0 16px 36px rgba(52, 44, 33, 0.06);
  transform: translateY(0);
  transition:
    background-color 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease,
    color 180ms ease,
    transform 180ms var(--ld-page-ease-out);
}

.ld-page-card-icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(196, 142, 67, 0.26);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--ld-page-accent);
}

.ld-page-card-icon .ld-icon {
  width: 20px;
  height: 20px;
}

.ld-page-card-image-wrap {
  --ld-page-card-image-radius: 0px;
  display: block;
  grid-column: 1 / -1;
  overflow: hidden;
  width: 100%;
  margin-bottom: 4px;
  border-radius: var(--ld-page-card-image-radius);
  background: #f1e7d6;
}

.ld-page-card-image {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  border-radius: inherit;
  object-fit: cover;
  object-position: center center;
}

.ld-page-card-body {
  display: grid;
  min-width: 0;
  gap: 7px;
}

.ld-page-card-meta {
  color: var(--ld-page-accent-dark);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.03em;
  line-height: 1.1;
  text-transform: uppercase;
}

.ld-page-card-title {
  color: var(--ld-page-ink);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 17px;
  font-weight: 900;
  line-height: 1.18;
}

.ld-page-card-text {
  color: var(--ld-page-muted);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.52;
}

.ld-page-card-link {
  margin-top: 4px;
  color: var(--ld-page-accent-dark);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.ld-page-card--cards {
  border-top: 3px solid rgba(196, 142, 67, 0.34);
}

.ld-page-card--links {
  overflow: hidden;
  border-color: rgba(196, 142, 67, 0.18);
  background:
    linear-gradient(135deg, rgba(255, 253, 248, 0.98) 0%, rgba(248, 236, 216, 0.72) 100%);
}

.ld-page-card--links::after {
  content: "";
  position: absolute;
  right: 18px;
  bottom: 18px;
  width: 32px;
  height: 32px;
  border-radius: 999px;
  background:
    linear-gradient(135deg, rgba(196, 142, 67, 0.98), rgba(214, 174, 114, 0.86));
  box-shadow: 0 10px 22px rgba(154, 106, 47, 0.2);
}

.ld-page-card--links::before {
  content: "";
  position: absolute;
  right: 30px;
  bottom: 29px;
  z-index: 1;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fffdf8;
  border-right: 2px solid #fffdf8;
  transform: rotate(45deg);
}

.ld-page-card--links .ld-page-card-body {
  padding-right: 36px;
}

.ld-page-card--links .ld-page-card-icon {
  background: rgba(196, 142, 67, 0.11);
}

.ld-page-card--links .ld-page-card-link {
  justify-self: flex-start;
  margin-top: 8px;
  padding: 7px 10px;
  border: 1px solid rgba(196, 142, 67, 0.24);
  border-radius: 999px;
  background: rgba(255, 253, 248, 0.76);
}

.ld-page-card--prices {
  grid-template-columns: 1fr;
  align-content: start;
  gap: 14px;
  min-height: 190px;
  border-color: rgba(196, 142, 67, 0.24);
  background:
    linear-gradient(180deg, #fffdf8 0%, rgba(251, 246, 236, 0.92) 100%);
}

.ld-page-card--prices .ld-page-card-icon {
  display: none;
}

.ld-page-card--prices .ld-page-card-body {
  gap: 10px;
}

.ld-page-card--prices .ld-page-card-meta {
  color: var(--ld-page-accent-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 4vw, 52px);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 0.98;
  text-transform: none;
}

.ld-page-card--prices .ld-page-card-title {
  font-size: 19px;
}

.ld-page-card--prices .ld-page-card-link {
  justify-self: flex-start;
  margin-top: 10px;
  padding: 10px 14px;
  border-radius: 6px;
  background: var(--ld-page-accent);
  color: #fffdf8;
}

.ld-page-card--quotes {
  grid-template-columns: 1fr;
  padding: 28px;
  border-color: rgba(23, 34, 52, 0.08);
  background: rgba(255, 253, 248, 0.78);
}

.ld-page-card--quotes::before {
  content: '"';
  display: block;
  width: 44px;
  height: 32px;
  color: rgba(196, 142, 67, 0.62);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 64px;
  font-weight: 800;
  line-height: 0.7;
}

.ld-page-card--quotes .ld-page-card-icon {
  display: none;
}

.ld-page-card--quotes .ld-page-card-title {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
  line-height: 1.25;
}

.ld-page-card--quotes .ld-page-card-text {
  font-style: italic;
}

.ld-page-card--quotes .ld-page-card-meta {
  margin-top: 8px;
  color: var(--ld-page-muted);
}

.ld-page-card--compact {
  grid-template-columns: auto minmax(0, 1fr);
  gap: 12px;
  padding: 16px 18px;
  border-color: rgba(23, 34, 52, 0.08);
  background: rgba(255, 253, 248, 0.7);
  box-shadow: none;
}

.ld-page-card--compact .ld-page-card-icon {
  width: 30px;
  height: 30px;
}

.ld-page-card--compact .ld-page-card-icon .ld-icon {
  width: 15px;
  height: 15px;
}

.ld-page-card--compact .ld-page-card-body {
  gap: 3px;
}

.ld-page-card--no-icon,
.ld-page-card--compact.ld-page-card--no-icon {
  grid-template-columns: 1fr;
}

.ld-page-card-grid--text-left .ld-page-card-body {
  justify-items: start;
  text-align: left;
}

.ld-page-card-grid--text-center .ld-page-card-body {
  justify-items: center;
  text-align: center;
}

.ld-page-card-grid--text-right .ld-page-card-body {
  justify-items: end;
  text-align: right;
}

.ld-page-card-grid--text-left .ld-page-card-link {
  justify-self: start;
}

.ld-page-card-grid--text-center .ld-page-card-link {
  justify-self: center;
}

.ld-page-card-grid--text-right .ld-page-card-link {
  justify-self: end;
}

.ld-page-card--compact .ld-page-card-title {
  font-size: 15px;
}

.ld-page-card--compact .ld-page-card-text {
  font-size: 13px;
  line-height: 1.42;
}

.ld-page-card--link {
  cursor: pointer;
}

.ld-page-card--link:active {
  transform: scale(0.98);
}

@media (hover: hover) and (pointer: fine) {
  .ld-page-card--link:hover {
    border-color: rgba(196, 142, 67, 0.3);
    box-shadow: 0 18px 34px rgba(52, 44, 33, 0.12);
    transform: translateY(-3px);
  }
}

.ld-social-section {
  position: relative;
  overflow: hidden;
  padding-bottom: 78px;
}

.ld-social-head {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.7fr);
  gap: 48px;
  align-items: end;
  max-width: 1040px;
  margin-bottom: 34px;
}

.ld-social-head .ld-page-title {
  margin-bottom: 0 !important;
}

.ld-social-intro {
  margin: 0;
  color: var(--ld-page-muted);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.62;
}

.ld-social-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(var(--ld-social-columns, 3), minmax(0, 1fr));
  gap: 18px;
}

.ld-social-card {
  --ld-social-brand: var(--ld-page-ink);
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 276px;
  flex-direction: column;
  align-items: flex-start;
  padding: 30px;
  overflow: hidden;
  border: 1px solid rgba(23, 34, 52, 0.1);
  border-radius: 10px;
  background: rgba(255, 253, 248, 0.88);
  color: var(--ld-page-ink) !important;
  text-decoration: none !important;
  box-shadow: 0 20px 42px rgba(52, 44, 33, 0.07);
  cursor: pointer;
  transform: translateY(0);
  transition: border-color 200ms ease, box-shadow 200ms ease, transform 200ms var(--ld-page-ease-out);
}

.ld-social-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: var(--ld-social-brand);
}

.ld-social-brand {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 14px;
  color: var(--ld-social-brand);
}

.ld-social-logo-image {
  display: block;
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  object-fit: contain;
}

.ld-social-brand strong {
  color: var(--ld-page-ink) !important;
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(24px, 2.4vw, 32px);
  font-style: normal;
  font-weight: 900;
  letter-spacing: -0.035em;
  line-height: 1;
}

.ld-social-description {
  max-width: 260px;
  margin-top: 22px;
  color: var(--ld-page-muted);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
}

.ld-social-action {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  padding-top: 28px;
  color: var(--ld-page-ink);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.035em;
  line-height: 1.2;
  text-transform: uppercase;
}

.ld-social-action .ld-icon {
  width: 17px;
  height: 17px;
  color: var(--ld-social-brand);
  transition: transform 200ms var(--ld-page-ease-out);
}

.ld-social-card:focus-visible {
  outline: 3px solid rgba(196, 142, 67, 0.55);
  outline-offset: 4px;
}

.ld-social-card:active {
  transform: scale(0.985);
}

@media (hover: hover) and (pointer: fine) {
  .ld-social-card:hover {
    border-color: rgba(196, 142, 67, 0.32);
    box-shadow: 0 24px 52px rgba(52, 44, 33, 0.12);
    transform: translateY(-4px);
  }

  .ld-social-card:hover .ld-social-action .ld-icon {
    transform: translate(2px, -2px);
  }
}

.ld-page-iframe-wrap {
  overflow: hidden;
  border: 1px solid var(--ld-page-line);
  border-radius: 8px;
  background: var(--ld-page-card-strong);
  box-shadow: 0 16px 36px rgba(52, 44, 33, 0.06);
}

.ld-page-iframe {
  display: block;
  width: 100%;
  min-height: 720px;
  border: 0;
  background: #fffdf8;
}

.ld-page-panel .cmsmasters_table,
.ld-page-panel table {
  overflow: hidden;
  max-width: 100%;
  border: 1px solid rgba(23, 34, 52, 0.1);
  border-radius: 8px;
  background: #fffdf8;
}

.ld-page-panel .cmsmasters_wrap_table {
  max-width: 100%;
  overflow-x: auto !important;
  -webkit-overflow-scrolling: touch;
}

.ld-page-panel .cmsmasters_table :where(th, td),
.ld-page-panel table :where(th, td) {
  border-color: rgba(23, 34, 52, 0.1) !important;
  color: var(--ld-page-muted);
}

.ld-page-panel .cmsmasters_table th,
.ld-page-panel table th {
  color: var(--ld-page-ink) !important;
}

body.page-id-9151 .ld-page-panel {
  padding: clamp(22px, 3vw, 34px);
  border-color: rgba(23, 34, 52, 0.08);
  border-radius: 10px;
  box-shadow: 0 20px 46px rgba(52, 44, 33, 0.07);
}

body.page-id-9151 .ld-page-panel .ld-page-title {
  margin-bottom: 2px !important;
  font-size: clamp(32px, 3.5vw, 46px) !important;
}

.ld-page-panel .ld-reference-table {
  width: 100%;
  min-width: 850px;
  border: 0;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 8px;
  background: #fffdf8;
  box-shadow: inset 0 0 0 1px rgba(23, 34, 52, 0.08);
}

.ld-page-panel .ld-reference-table :where(th, td) {
  padding: 17px 18px !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(23, 34, 52, 0.08) !important;
  background: transparent !important;
  color: var(--ld-page-muted) !important;
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1.48 !important;
  text-align: left !important;
  vertical-align: top !important;
}

.ld-page-panel .ld-reference-table th {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
  background: var(--ld-page-ink) !important;
  color: #fffdf8 !important;
  font-size: 11px !important;
  font-weight: 900 !important;
  letter-spacing: 0.055em !important;
  line-height: 1.2 !important;
  text-transform: uppercase;
}

.ld-page-panel .ld-reference-table th:first-child { border-top-left-radius: 8px; }
.ld-page-panel .ld-reference-table th:last-child { border-top-right-radius: 8px; }

.ld-page-panel .ld-reference-table :where(th, td):first-child {
  width: 34%;
  color: var(--ld-page-ink) !important;
  font-weight: 800 !important;
}

.ld-page-panel .ld-reference-table th:first-child,
.ld-page-panel .ld-reference-table th:last-child {
  color: #fffdf8 !important;
}

.ld-page-panel .ld-reference-table :where(th, td):last-child {
  width: 84px;
  color: var(--ld-page-accent-dark) !important;
  font-weight: 900 !important;
  text-align: center !important;
  white-space: nowrap;
}

.ld-page-panel .ld-reference-table tr:nth-child(even) td {
  background: rgba(248, 241, 229, 0.38) !important;
}

.ld-page-panel .ld-reference-table tr:last-child td {
  border-bottom: 0 !important;
}

.ld-reference-directory .ld-page-title,
.ld-feedback-section .ld-page-title {
  margin: 0 0 24px !important;
}

.ld-reference-table-wrap {
  max-width: 100%;
  border: 1px solid rgba(23, 34, 52, 0.09);
  border-radius: 10px;
  background: #fffdfa;
  box-shadow: 0 18px 42px rgba(52, 44, 33, 0.06);
  overflow: hidden;
}

.ld-reference-directory .ld-reference-table {
  box-sizing: border-box;
  width: 100%;
  min-width: 0;
  table-layout: fixed;
  border: 0;
  border-collapse: separate;
  border-spacing: 0;
  background: transparent;
}

.ld-reference-directory .ld-reference-table :where(th, td) {
  padding: 17px 18px;
  border: 0;
  border-bottom: 1px solid rgba(23, 34, 52, 0.08);
  color: var(--ld-page-muted);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.48;
  text-align: left;
  vertical-align: top;
  overflow-wrap: anywhere;
}

.ld-reference-directory .ld-reference-table th {
  padding: 0;
  background: var(--ld-page-ink);
  color: #fffdf8;
}

.ld-reference-directory .ld-reference-table th button {
  box-sizing: border-box;
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 48px;
  margin: 0 !important;
  padding: 14px 18px;
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.045em;
  line-height: 1.2;
  text-align: left;
  text-transform: uppercase;
  transform: none !important;
}

.ld-reference-directory .ld-reference-table th button > span:first-child,
.ld-reference-sort-indicator {
  transform: none !important;
}

.ld-reference-sort-indicator {
  display: inline-block;
  flex: 0 0 14px;
  width: 14px;
  height: 16px;
}

.ld-reference-sort-indicator svg {
  display: block;
  width: 14px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.75;
  stroke-linecap: round;
  stroke-linejoin: round;
  transform: none !important;
  transition: opacity 160ms ease, transform 160ms ease;
}

.ld-reference-sort-indicator[data-direction="none"] svg {
  opacity: 0;
}

.ld-reference-sort-indicator[data-direction="ascending"] svg {
  transform: rotate(180deg) !important;
}

.ld-reference-directory .ld-reference-table th button:focus-visible {
  outline: 3px solid rgba(214, 174, 114, 0.72);
  outline-offset: -4px;
}

.ld-reference-directory .ld-reference-table th:first-child {
  border-top-left-radius: 9px;
}

.ld-reference-directory .ld-reference-table th:last-child {
  width: 110px;
  border-top-right-radius: 9px;
}

.ld-reference-directory .ld-reference-table td:first-child {
  width: 34%;
  color: var(--ld-page-ink);
  font-weight: 800;
}

.ld-reference-directory .ld-reference-table td:last-child {
  width: 110px;
  color: var(--ld-page-accent-dark);
  font-weight: 900;
  text-align: center;
  white-space: nowrap;
}

.ld-reference-directory .ld-reference-table tr:nth-child(even) td {
  background: rgba(248, 241, 229, 0.38);
}

.ld-reference-directory .ld-reference-table tr:last-child td {
  border-bottom: 0;
}

.ld-feedback-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  align-items: start;
}

.ld-feedback-card {
  min-width: 0;
  padding: clamp(24px, 3vw, 32px);
  border: 1px solid rgba(23, 34, 52, 0.09);
  border-radius: 10px;
  background: #fffdfa;
  box-shadow: 0 14px 34px rgba(52, 44, 33, 0.055);
}

.ld-feedback-card::before {
  content: '"';
  display: block;
  height: 34px;
  margin-bottom: 8px;
  color: rgba(196, 142, 67, 0.72);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 64px;
  font-weight: 800;
  line-height: 0.7;
}

.ld-feedback-card blockquote {
  margin: 0;
  padding: 0;
  border: 0;
  color: var(--ld-page-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(17px, 1.45vw, 20px);
  font-style: normal;
  font-weight: 600;
  line-height: 1.58;
}

.ld-feedback-card blockquote::before,
.ld-feedback-card blockquote::after {
  content: none !important;
  display: none !important;
}

.ld-feedback-grid.is-masonry {
  grid-auto-rows: 2px;
  row-gap: 10px;
}

.ld-feedback-grid.is-masonry .ld-feedback-card {
  grid-row-end: span var(--ld-feedback-row-span, 1);
}

.ld-feedback-card footer {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 10px;
  align-items: baseline;
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid rgba(23, 34, 52, 0.09);
  color: var(--ld-page-muted);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.4;
}

.ld-feedback-card footer strong {
  color: var(--ld-page-ink);
  font-weight: 850;
}

@media (max-width: 760px) {
  .ld-feedback-grid {
    grid-template-columns: 1fr;
  }

  .ld-feedback-grid.is-masonry {
    grid-auto-rows: auto;
    row-gap: 18px;
  }

  .ld-feedback-grid.is-masonry .ld-feedback-card {
    grid-row-end: auto;
  }

  .ld-reference-table-wrap {
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .ld-reference-directory .ld-reference-table,
  .ld-reference-directory .ld-reference-table :where(thead, tbody) {
    display: block;
    width: 100%;
  }

  .ld-reference-directory .ld-reference-table thead tr {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.2fr) minmax(0, 0.75fr);
    overflow: hidden;
    border-radius: 9px;
  }

  .ld-reference-directory .ld-reference-table th,
  .ld-reference-directory .ld-reference-table th:first-child,
  .ld-reference-directory .ld-reference-table th:last-child {
    width: auto;
    border-radius: 0;
  }

  .ld-reference-directory .ld-reference-table th button {
    min-height: 54px;
    gap: 5px;
    padding: 10px 8px;
    font-size: 10px;
    letter-spacing: 0.025em;
    overflow-wrap: normal;
  }

  .ld-reference-directory .ld-reference-table th button > span:first-child {
    white-space: nowrap;
    word-break: normal;
  }

  .ld-reference-directory .ld-reference-table tbody {
    display: grid;
    gap: 12px;
    padding-top: 12px;
  }

  .ld-reference-directory .ld-reference-table tbody tr {
    display: grid;
    overflow: hidden;
    border: 1px solid rgba(23, 34, 52, 0.09);
    border-radius: 10px;
    background: #fffdfa;
    box-shadow: 0 10px 24px rgba(52, 44, 33, 0.045);
  }

  .ld-reference-directory .ld-reference-table tbody td,
  .ld-reference-directory .ld-reference-table tbody td:first-child,
  .ld-reference-directory .ld-reference-table tbody td:last-child {
    display: grid;
    grid-template-columns: minmax(88px, 0.42fr) minmax(0, 1fr);
    gap: 12px;
    width: auto;
    padding: 11px 13px;
    text-align: left;
    white-space: normal;
  }

  .ld-reference-directory .ld-reference-table tbody td::before {
    content: attr(data-label);
    color: var(--ld-page-muted);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.035em;
    text-transform: uppercase;
  }
}

.ld-heading-section {
  --ld-ink: #172234;
  --ld-accent: #c48e43;
  --ld-heading-padding-top: 25px;
  --ld-heading-padding-bottom: 50px;
  background: transparent;
  padding: var(--ld-heading-padding-top) 0 var(--ld-heading-padding-bottom);
}

.ld-heading-shell {
  max-width: 1240px;
  margin: 0 auto;
}

.ld-heading-section--align-left {
  text-align: left;
}

.ld-heading-section--align-left .ld-heading-shell,
.ld-heading-section--align-left .ld-heading-eyebrow,
.ld-heading-section--align-left .ld-heading-title {
  text-align: left !important;
}

.ld-heading-section--align-center {
  text-align: center;
}

.ld-heading-section--align-center .ld-heading-shell,
.ld-heading-section--align-center .ld-heading-eyebrow,
.ld-heading-section--align-center .ld-heading-title {
  text-align: center !important;
}

.ld-heading-section--align-right {
  text-align: right;
}

.ld-heading-section--align-right .ld-heading-shell,
.ld-heading-section--align-right .ld-heading-eyebrow,
.ld-heading-section--align-right .ld-heading-title {
  text-align: right !important;
}

.ld-heading-eyebrow {
  margin: 0 0 2px;
  color: var(--ld-accent);
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 12px !important;
  font-style: normal !important;
  font-weight: 900 !important;
  letter-spacing: 0.055em !important;
  line-height: 1.1 !important;
  -webkit-text-stroke: 0.18px currentColor;
  text-shadow: 0.12px 0 0 currentColor, -0.12px 0 0 currentColor;
  text-transform: uppercase;
}

.ld-heading-title {
  margin: 0;
  color: var(--ld-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
}

.ld-heading-title--h1 {
  font-size: clamp(42px, 4.8vw, 64px) !important;
}

.ld-heading-title--h2 {
  font-size: clamp(36px, 4vw, 52px) !important;
}

.ld-heading-title--h3 {
  font-size: clamp(30px, 3.2vw, 42px) !important;
}

.ld-heading-title--h4 {
  font-size: clamp(24px, 2.5vw, 34px) !important;
}

.ld-js .ld-motion-enabled .ld-heading-shell.ld-reveal .ld-heading-eyebrow,
.ld-js .ld-motion-enabled .ld-heading-shell.ld-reveal .ld-heading-title {
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity 1400ms var(--ld-motion-ease),
    transform 1400ms var(--ld-motion-ease);
}

.ld-js:not(.ld-reveal-ready) .ld-reveal,
.ld-js:not(.ld-reveal-ready) .ld-motion-enabled .ld-heading-shell.ld-reveal .ld-heading-eyebrow,
.ld-js:not(.ld-reveal-ready) .ld-motion-enabled .ld-heading-shell.ld-reveal .ld-heading-title,
.ld-js:not(.ld-reveal-ready) .ld-motion-enabled .ld-hero-copy.ld-reveal .ld-hero-title-line,
.ld-js:not(.ld-reveal-ready) .ld-motion-enabled .ld-hero-copy.ld-reveal .ld-hero-description,
.ld-js:not(.ld-reveal-ready) .ld-motion-enabled .ld-hero-copy.ld-reveal .ld-hero-actions,
.ld-js:not(.ld-reveal-ready) .ld-motion-enabled .ld-hero-copy.ld-reveal .ld-hero-trust-item {
  transition: none !important;
}

.ld-js .ld-motion-enabled .ld-heading-shell.ld-reveal .ld-heading-title {
  transition-delay: 160ms;
}

.ld-js .ld-motion-enabled .ld-heading-shell.ld-reveal.is-visible .ld-heading-eyebrow,
.ld-js .ld-motion-enabled .ld-heading-shell.ld-reveal.is-visible .ld-heading-title {
  opacity: 1;
  transform: translateY(0);
}

.ld-heading-section--eyebrow {
  padding-bottom: var(--ld-heading-padding-bottom);
}

.ld-icon {
  display: block;
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.ld-hero-section {
  --ld-ink: #172234;
  --ld-ink-soft: #27364b;
  --ld-muted: #6f6a62;
  --ld-accent: #c48e43;
  --ld-accent-soft: #d6ae72;
  --ld-line: rgba(23, 34, 52, 0.12);
  --ld-ease-out: cubic-bezier(0.23, 1, 0.32, 1);
  position: relative;
  overflow: hidden;
  min-height: clamp(420px, 35vw, 520px);
  padding: clamp(48px, 6vw, 84px) 24px clamp(54px, 6vw, 88px);
  background: #f8f0e4;
  isolation: isolate;
}

.ld-header-bild {
  box-sizing: border-box;
  display: grid;
  --ld-header-bild-desktop-aspect-ratio: auto;
  --ld-header-bild-mobile-aspect-ratio: auto;
  --ld-header-bild-desktop-fade-size: 100%;
  --ld-header-bild-desktop-fade-soft-stop: 56%;
  --ld-header-bild-desktop-fade-mid-stop: 84%;
  --ld-header-bild-mobile-fade-size: 100%;
  --ld-header-bild-mobile-fade-soft-stop: 56%;
  --ld-header-bild-mobile-fade-mid-stop: 84%;
  --ld-header-bild-fade-size: var(--ld-header-bild-desktop-fade-size);
  --ld-header-bild-fade-soft-stop: var(--ld-header-bild-desktop-fade-soft-stop);
  --ld-header-bild-fade-mid-stop: var(--ld-header-bild-desktop-fade-mid-stop);
  --ld-header-bild-fade-gradient: linear-gradient(90deg, rgba(251, 246, 236, 0.94) 0%, rgba(251, 246, 236, 0.84) var(--ld-header-bild-fade-soft-stop), rgba(251, 246, 236, 0.18) var(--ld-header-bild-fade-mid-stop), rgba(251, 246, 236, 0.02) var(--ld-header-bild-fade-size), rgba(251, 246, 236, 0) var(--ld-header-bild-fade-size), rgba(251, 246, 236, 0) 100%);
  --ld-header-bild-bottom-gradient: linear-gradient(180deg, rgba(251, 246, 236, 0) 72%, var(--ld-page-bg) 100%);
}

.ld-header-bild::before {
  content: "";
  display: none;
  grid-area: 1 / 1;
  width: 100%;
  pointer-events: none;
}

.ld-header-bild--desktop-fade-right-to-left {
  --ld-header-bild-fade-gradient: linear-gradient(270deg, rgba(251, 246, 236, 0.94) 0%, rgba(251, 246, 236, 0.84) var(--ld-header-bild-fade-soft-stop), rgba(251, 246, 236, 0.18) var(--ld-header-bild-fade-mid-stop), rgba(251, 246, 236, 0.02) var(--ld-header-bild-fade-size), rgba(251, 246, 236, 0) var(--ld-header-bild-fade-size), rgba(251, 246, 236, 0) 100%);
}

.ld-header-bild--desktop-fade-top-to-bottom {
  --ld-header-bild-fade-gradient: linear-gradient(180deg, rgba(251, 246, 236, 0.94) 0%, rgba(251, 246, 236, 0.84) var(--ld-header-bild-fade-soft-stop), rgba(251, 246, 236, 0.18) var(--ld-header-bild-fade-mid-stop), rgba(251, 246, 236, 0.02) var(--ld-header-bild-fade-size), rgba(251, 246, 236, 0) var(--ld-header-bild-fade-size), rgba(251, 246, 236, 0) 100%);
}

.ld-header-bild--desktop-fade-bottom-to-top {
  --ld-header-bild-fade-gradient: linear-gradient(0deg, rgba(251, 246, 236, 0.94) 0%, rgba(251, 246, 236, 0.84) var(--ld-header-bild-fade-soft-stop), rgba(251, 246, 236, 0.18) var(--ld-header-bild-fade-mid-stop), rgba(251, 246, 236, 0.02) var(--ld-header-bild-fade-size), rgba(251, 246, 236, 0) var(--ld-header-bild-fade-size), rgba(251, 246, 236, 0) 100%);
}

@media (min-width: 681px) {
  .ld-header-bild--desktop-ratio-active {
    min-height: 0;
  }

  .ld-header-bild--desktop-ratio-active::before {
    display: block;
    aspect-ratio: var(--ld-header-bild-desktop-aspect-ratio);
  }
}

@media (max-width: 680px) {
  .ld-header-bild {
    --ld-header-bild-fade-size: var(--ld-header-bild-mobile-fade-size);
    --ld-header-bild-fade-soft-stop: var(--ld-header-bild-mobile-fade-soft-stop);
    --ld-header-bild-fade-mid-stop: var(--ld-header-bild-mobile-fade-mid-stop);
  }

  .ld-header-bild--mobile-ratio-active {
    min-height: 0;
  }

  .ld-header-bild--mobile-ratio-active::before {
    display: block;
    aspect-ratio: var(--ld-header-bild-mobile-aspect-ratio);
  }

  .ld-header-bild--mobile-fade-left-to-right {
    --ld-header-bild-fade-gradient: linear-gradient(90deg, rgba(251, 246, 236, 0.94) 0%, rgba(251, 246, 236, 0.84) var(--ld-header-bild-fade-soft-stop), rgba(251, 246, 236, 0.18) var(--ld-header-bild-fade-mid-stop), rgba(251, 246, 236, 0.02) var(--ld-header-bild-fade-size), rgba(251, 246, 236, 0) var(--ld-header-bild-fade-size), rgba(251, 246, 236, 0) 100%);
  }

  .ld-header-bild--mobile-fade-right-to-left {
    --ld-header-bild-fade-gradient: linear-gradient(270deg, rgba(251, 246, 236, 0.94) 0%, rgba(251, 246, 236, 0.84) var(--ld-header-bild-fade-soft-stop), rgba(251, 246, 236, 0.18) var(--ld-header-bild-fade-mid-stop), rgba(251, 246, 236, 0.02) var(--ld-header-bild-fade-size), rgba(251, 246, 236, 0) var(--ld-header-bild-fade-size), rgba(251, 246, 236, 0) 100%);
  }

  .ld-header-bild--mobile-fade-top-to-bottom {
    --ld-header-bild-fade-gradient: linear-gradient(180deg, rgba(251, 246, 236, 0.94) 0%, rgba(251, 246, 236, 0.84) var(--ld-header-bild-fade-soft-stop), rgba(251, 246, 236, 0.18) var(--ld-header-bild-fade-mid-stop), rgba(251, 246, 236, 0.02) var(--ld-header-bild-fade-size), rgba(251, 246, 236, 0) var(--ld-header-bild-fade-size), rgba(251, 246, 236, 0) 100%);
  }

  .ld-header-bild--mobile-fade-bottom-to-top {
    --ld-header-bild-fade-gradient: linear-gradient(0deg, rgba(251, 246, 236, 0.94) 0%, rgba(251, 246, 236, 0.84) var(--ld-header-bild-fade-soft-stop), rgba(251, 246, 236, 0.18) var(--ld-header-bild-fade-mid-stop), rgba(251, 246, 236, 0.02) var(--ld-header-bild-fade-size), rgba(251, 246, 236, 0) var(--ld-header-bild-fade-size), rgba(251, 246, 236, 0) 100%);
  }
}

.ld-hero-image {
  position: absolute;
  inset: 0;
  z-index: -3;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  background: #f1e7d6;
}

.ld-hero-overlay {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    var(--ld-header-bild-fade-gradient),
    var(--ld-header-bild-bottom-gradient);
  pointer-events: none;
}

.ld-hero-shell,
.ld-reasons-shell {
  max-width: 1240px;
  margin: 0 auto;
}

.ld-header-bild .ld-hero-shell {
  display: grid;
  grid-area: 1 / 1;
  width: min(100%, 1240px);
}

.ld-hero-copy {
  display: grid;
  align-content: start;
  justify-items: start;
  width: min(610px, 54vw);
}

.ld-header-bild--box-center .ld-hero-copy {
  width: min(920px, 86vw);
}

.ld-header-bild--home .ld-hero-copy {
  width: min(760px, 58vw);
}

.ld-header-bild--home .ld-hero-title .ld-header-bild-line--size-display {
  white-space: nowrap;
}

.ld-hero-eyebrow {
  margin: 0 0 10px;
  color: var(--ld-accent);
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 12px !important;
  font-style: normal !important;
  font-weight: 900 !important;
  letter-spacing: 0.055em !important;
  line-height: 1.1 !important;
  -webkit-text-stroke: 0.18px currentColor;
  text-shadow: 0.12px 0 0 currentColor, -0.12px 0 0 currentColor;
  text-transform: uppercase;
}

.ld-hero-title {
  display: grid;
  gap: 0;
  max-width: 100%;
  margin: 0 0 15px;
  color: var(--ld-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(42px, 5vw, 64px);
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 0.98;
}

.ld-hero-title span,
.ld-hero-title-line {
  display: block;
}

.ld-hero-title-highlight {
  color: var(--ld-accent);
}

.ld-header-bild-copy--text-left {
  text-align: left;
}

.ld-header-bild-copy--text-center {
  justify-items: center;
  text-align: center;
}

.ld-header-bild-copy--text-right {
  justify-items: end;
  text-align: right;
}

.ld-header-bild-copy--text-left .ld-hero-actions,
.ld-header-bild-copy--text-left .ld-hero-trust-list {
  justify-content: flex-start;
}

.ld-header-bild-copy--text-center .ld-hero-actions,
.ld-header-bild-copy--text-center .ld-hero-trust-list {
  justify-content: center;
}

.ld-header-bild-copy--text-right .ld-hero-actions,
.ld-header-bild-copy--text-right .ld-hero-trust-list {
  justify-content: flex-end;
}

.ld-header-bild--box-left .ld-header-bild-copy,
.ld-header-bild--desktop-box-left .ld-header-bild-copy {
  justify-self: start;
  margin-right: auto;
  margin-left: 0;
}

.ld-header-bild--box-center .ld-header-bild-copy,
.ld-header-bild--desktop-box-center .ld-header-bild-copy {
  justify-self: center;
  margin-right: auto;
  margin-left: auto;
}

.ld-header-bild--box-right .ld-header-bild-copy,
.ld-header-bild--desktop-box-right .ld-header-bild-copy {
  justify-self: end;
  margin-right: 0;
  margin-left: auto;
}

.ld-header-bild--box-v-top .ld-hero-shell,
.ld-header-bild--desktop-box-v-top .ld-hero-shell,
.ld-header-bild--box-v-top .ld-header-bild-copy,
.ld-header-bild--desktop-box-v-top .ld-header-bild-copy {
  align-self: start;
}

.ld-header-bild--box-v-center .ld-hero-shell,
.ld-header-bild--desktop-box-v-center .ld-hero-shell,
.ld-header-bild--box-v-center .ld-header-bild-copy,
.ld-header-bild--desktop-box-v-center .ld-header-bild-copy {
  align-self: center;
}

.ld-header-bild--box-v-bottom .ld-hero-shell,
.ld-header-bild--desktop-box-v-bottom .ld-hero-shell,
.ld-header-bild--box-v-bottom .ld-header-bild-copy,
.ld-header-bild--desktop-box-v-bottom .ld-header-bild-copy {
  align-self: end;
}

@media (max-width: 680px) {
  .ld-header-bild--mobile-box-left .ld-header-bild-copy {
    justify-self: start;
    margin-right: auto;
    margin-left: 0;
  }

  .ld-header-bild--mobile-box-center .ld-header-bild-copy {
    justify-self: center;
    margin-right: auto;
    margin-left: auto;
  }

  .ld-header-bild--mobile-box-right .ld-header-bild-copy {
    justify-self: end;
    margin-right: 0;
    margin-left: auto;
  }

  .ld-header-bild--mobile-box-v-top .ld-hero-shell,
  .ld-header-bild--mobile-box-v-top .ld-header-bild-copy {
    align-self: start;
  }

  .ld-header-bild--mobile-box-v-center .ld-hero-shell,
  .ld-header-bild--mobile-box-v-center .ld-header-bild-copy {
    align-self: center;
  }

  .ld-header-bild--mobile-box-v-bottom .ld-hero-shell,
  .ld-header-bild--mobile-box-v-bottom .ld-header-bild-copy {
    align-self: end;
  }
}

.ld-header-bild-line {
  max-width: 100%;
}

.ld-header-bild-line--align-left {
  text-align: left !important;
}

.ld-header-bild-line--align-center {
  text-align: center !important;
}

.ld-header-bild-line--align-right {
  text-align: right !important;
}

.ld-header-bild-line--color-dark {
  color: var(--ld-ink) !important;
}

.ld-header-bild-line--color-gold {
  color: var(--ld-accent) !important;
}

.ld-header-bild-line--color-muted {
  color: var(--ld-muted) !important;
}

.ld-header-bild-line--color-white {
  color: #fff !important;
}

.ld-hero-title .ld-header-bild-line--size-display {
  font-size: clamp(54px, 5.6vw, 76px);
  line-height: 0.96;
}

.ld-hero-title .ld-header-bild-line--size-large {
  font-size: clamp(40px, 4.2vw, 56px);
  line-height: 1;
}

.ld-hero-title .ld-header-bild-line--size-medium {
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.05;
}

.ld-hero-title .ld-header-bild-line--size-description,
.ld-hero-title .ld-header-bild-line--size-small {
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(16px, 1.4vw, 20px);
  font-weight: 800;
  line-height: 1.3;
}

.ld-header-bild-description.ld-header-bild-line--size-medium {
  font-size: clamp(18px, 1.6vw, 22px);
  line-height: 1.45;
}

.ld-header-bild-description.ld-header-bild-line--size-small {
  font-size: clamp(13px, 1vw, 15px);
  line-height: 1.55;
}

.ld-header-bild-image {
  position: absolute !important;
  inset: 0 !important;
  display: block !important;
  width: 100% !important;
  min-width: 100% !important;
  max-width: none !important;
  height: 100% !important;
  min-height: 100% !important;
  max-height: none !important;
  margin: 0 !important;
  object-fit: cover !important;
  object-position: center top !important;
}

.ld-header-bild-image-reveal {
  transform-origin: center;
  will-change: opacity, transform;
}

@media (min-width: 681px) {
  .ld-js .ld-motion-enabled.ld-header-bild--desktop-image-animated .ld-header-bild-image-reveal[data-ld-reveal] {
    opacity: 0;
    transform: scale(1.025);
    transition:
      opacity 1200ms var(--ld-motion-ease),
      transform 1600ms var(--ld-motion-ease);
    transition-delay: var(--ld-reveal-delay, 0ms);
  }

  .ld-js .ld-motion-enabled.ld-header-bild--desktop-image-animated .ld-header-bild-image-reveal[data-ld-reveal].is-visible {
    opacity: 1;
    transform: scale(1);
  }
}

@media (max-width: 680px) {
  .ld-js .ld-motion-enabled.ld-header-bild--mobile-image-animated .ld-header-bild-image-reveal[data-ld-reveal] {
    opacity: 0;
    transform: scale(1.025);
    transition:
      opacity 1200ms var(--ld-motion-ease),
      transform 1600ms var(--ld-motion-ease);
    transition-delay: var(--ld-reveal-delay, 0ms);
  }

  .ld-js .ld-motion-enabled.ld-header-bild--mobile-image-animated .ld-header-bild-image-reveal[data-ld-reveal].is-visible {
    opacity: 1;
    transform: scale(1);
  }
}

.ld-header-bild-overlay {
  background:
    var(--ld-header-bild-fade-gradient),
    var(--ld-header-bild-bottom-gradient) !important;
}

.ld-js .ld-motion-enabled .ld-hero-copy.ld-reveal .ld-hero-title-line,
.ld-js .ld-motion-enabled .ld-hero-copy.ld-reveal .ld-hero-description,
.ld-js .ld-motion-enabled .ld-hero-copy.ld-reveal .ld-hero-actions,
.ld-js .ld-motion-enabled .ld-hero-copy.ld-reveal .ld-hero-trust-item {
  opacity: 0;
  transform: translateY(var(--ld-motion-reveal-offset));
  transition:
    opacity var(--ld-motion-hero-duration) var(--ld-motion-ease),
    transform var(--ld-motion-hero-duration) var(--ld-motion-ease);
}

.ld-js .ld-motion-enabled .ld-hero-copy.ld-reveal .ld-hero-title-line {
  transition-delay: calc(var(--ld-reveal-delay, 0ms) + (var(--ld-line-index, 0) * 135ms));
}

.ld-js .ld-motion-enabled .ld-hero-copy.ld-reveal .ld-hero-description {
  transition-delay: calc(var(--ld-reveal-delay, 0ms) + 520ms);
}

.ld-js .ld-motion-enabled .ld-hero-copy.ld-reveal .ld-hero-actions {
  transition-delay: calc(var(--ld-reveal-delay, 0ms) + 680ms);
}

.ld-js .ld-motion-enabled .ld-hero-copy.ld-reveal .ld-hero-trust-item {
  transition-delay: calc(var(--ld-reveal-delay, 0ms) + 820ms + (var(--ld-item-index, 0) * 95ms));
}

.ld-js .ld-motion-enabled .ld-hero-copy.ld-reveal.is-visible .ld-hero-title-line,
.ld-js .ld-motion-enabled .ld-hero-copy.ld-reveal.is-visible .ld-hero-description,
.ld-js .ld-motion-enabled .ld-hero-copy.ld-reveal.is-visible .ld-hero-actions,
.ld-js .ld-motion-enabled .ld-hero-copy.ld-reveal.is-visible .ld-hero-trust-item {
  opacity: 1;
  transform: translateY(0);
}

.ld-hero-description {
  max-width: 445px;
  margin: 0 0 24px;
  color: var(--ld-muted);
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(15px, 1.1vw, 17px);
  font-weight: 700;
  line-height: 1.55;
}

.ld-hero-actions {
  display: flex;
  flex-wrap: wrap;
  width: fit-content;
  max-width: 100%;
  gap: 12px;
  margin: 0 0 28px;
}

.ld-hero-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  max-width: 100%;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 6px;
  cursor: pointer;
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 13px !important;
  font-style: normal !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
  line-height: 1.1 !important;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  transform: translateY(0) scale(1);
  transition:
    background-color 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease,
    color 180ms ease,
    transform 150ms var(--ld-ease-out);
}

.ld-hero-button--primary {
  background: var(--ld-accent-soft);
  color: #fff !important;
  box-shadow: 0 14px 28px rgba(184, 137, 78, 0.2);
}

.ld-hero-button--secondary,
.ld-hero-button--tertiary {
  border-color: rgba(23, 34, 52, 0.18);
  background: rgba(255, 255, 255, 0.74);
  color: var(--ld-ink) !important;
}

.ld-hero-button:focus-visible {
  outline: 3px solid rgba(196, 142, 67, 0.3);
  outline-offset: 4px;
}

.ld-hero-button:active {
  transform: translateY(0) scale(0.97);
}

@media (hover: hover) and (pointer: fine) {
  .ld-hero-button:hover {
    transform: translateY(-2px) scale(1);
    box-shadow: 0 18px 34px rgba(52, 44, 33, 0.15);
  }

  .ld-hero-button--primary:hover {
    background: var(--ld-accent);
    color: #fff !important;
  }

  .ld-hero-button--secondary:hover,
  .ld-hero-button--tertiary:hover {
    border-color: rgba(196, 142, 67, 0.28);
    background: #fffdf8;
    color: var(--ld-accent) !important;
  }
}

.ld-hero-trust-list {
  display: flex;
  flex-wrap: wrap;
  width: fit-content;
  max-width: min(600px, 100%);
  gap: 12px 18px;
  margin: 0;
  padding: 0;
  color: var(--ld-muted);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
  list-style: none;
}

.ld-hero-trust-list li {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  gap: 7px;
  margin: 0 !important;
  padding: 0 !important;
}

.ld-hero-trust-list li::before,
.ld-hero-trust-list li::after {
  display: none !important;
  content: none !important;
}

.ld-hero-trust-list .ld-icon {
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  color: var(--ld-accent);
}

.ld-hero-badge {
  position: absolute;
  right: max(28px, calc((100vw - 1240px) / 2 + 34px));
  bottom: clamp(48px, 7vw, 92px);
  z-index: 1;
  display: grid;
  place-items: center;
  width: clamp(104px, 9vw, 132px);
  height: clamp(104px, 9vw, 132px);
  padding: 15px;
  border-radius: 999px;
  background: var(--ld-accent-soft);
  color: #fff;
  box-shadow: 0 20px 44px rgba(184, 137, 78, 0.26);
  text-align: center;
}

.ld-hero-badge strong,
.ld-hero-badge span {
  display: block;
  font-family: Arial, Helvetica, sans-serif;
}

.ld-hero-badge strong {
  font-size: clamp(10px, 0.8vw, 13px);
  font-weight: 900;
  line-height: 1.15;
  text-transform: uppercase;
}

.ld-hero-badge span {
  margin-top: 6px;
  font-size: clamp(9px, 0.7vw, 11px);
  font-weight: 750;
  line-height: 1.25;
}

.ld-reasons-section {
  --ld-ink: #172234;
  --ld-muted: #6f6a62;
  --ld-accent: #c48e43;
  --ld-line: rgba(23, 34, 52, 0.1);
  --ld-ease-out: cubic-bezier(0.23, 1, 0.32, 1);
  background: transparent;
  padding: 18px 0 70px;
}

.ld-reasons-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: stretch;
  gap: 18px;
}

.ld-reason-card {
  display: flex;
  min-height: 178px;
  flex-direction: column;
  padding: 24px;
  border: 1px solid var(--ld-line);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(255, 253, 248, 0.95), rgba(239, 222, 198, 0.42));
  box-shadow: 0 16px 36px rgba(52, 44, 33, 0.06);
  color: var(--ld-ink);
}

.ld-reason-icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border: 1px solid rgba(196, 142, 67, 0.26);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.74);
  color: var(--ld-accent);
}

.ld-reason-icon .ld-icon {
  width: 20px;
  height: 20px;
}

.ld-reason-card h3 {
  margin: 0 0 8px;
  color: var(--ld-ink);
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 17px !important;
  font-style: normal !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
  line-height: 1.16 !important;
}

.ld-reason-card p {
  margin: 0;
  color: var(--ld-muted);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}

.ld-js .ld-reveal {
  opacity: 0;
  transform: translateY(var(--ld-motion-reveal-offset)) scale(0.992);
  transition:
    opacity var(--ld-motion-duration) var(--ld-motion-ease),
    transform var(--ld-motion-duration) var(--ld-motion-ease);
  transition-delay: var(--ld-reveal-delay, 0ms);
  will-change: opacity, transform;
}

.ld-js .ld-reveal.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.ld-js .ld-motion-enabled .ld-hero-copy.ld-reveal.is-visible .ld-hero-title-line,
.ld-js .ld-motion-enabled .ld-hero-copy.ld-reveal.is-visible .ld-hero-description,
.ld-js .ld-motion-enabled .ld-hero-copy.ld-reveal.is-visible .ld-hero-actions,
.ld-js .ld-motion-enabled .ld-hero-copy.ld-reveal.is-visible .ld-hero-trust-item {
  opacity: 1 !important;
  transform: translateY(0) !important;
}

.ld-js .ld-event-card.ld-reveal {
  animation: none;
}

body.page .ld-redesign-eyebrow,
body.page .ld-section-eyebrow {
  margin: 0 0 2px;
  color: #c48e43;
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 12px !important;
  font-style: normal !important;
  font-weight: 900 !important;
  letter-spacing: 0.055em !important;
  line-height: 1.1 !important;
  -webkit-text-stroke: 0.18px currentColor;
  text-shadow: 0.12px 0 0 currentColor, -0.12px 0 0 currentColor;
  text-transform: uppercase;
}

body.page .ld-redesign-title,
body.page .ld-section-title {
  margin: 0;
  color: #172234;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(38px, 4.4vw, 56px);
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
}

body.page .ld-specials-section .cmsmasters_button_wrap,
body.page .ld-specials-section .cmsmasters_button_outer,
body.page .ld-specials-section .cmsmasters_button_inner,
body.page .ld-specials-section .cmsmasters_column > div:has(.cmsmasters_button),
body.page .ld-specials-section .cmsmasters_column .cmsmasters_column_inner > div:has(.cmsmasters_button) {
  display: flex;
  align-items: flex-start;
  margin-top: auto;
}

body.page .ld-specials-section .cmsmasters_button,
body.page .ld-specials-section a.cmsmasters_button,
body.page .ld-specials-section .button {
  align-self: flex-start;
  margin-top: auto;
  padding: 13px 20px !important;
  border: 0 !important;
  border-radius: 6px !important;
  background: #d6ae72 !important;
  color: #fff !important;
  box-shadow: none !important;
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 13px !important;
  font-style: normal !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
  line-height: 1 !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  transform: none !important;
  transition:
    background-color 160ms ease,
    color 160ms ease,
    transform 140ms cubic-bezier(0.23, 1, 0.32, 1);
}

body.page .ld-specials-section .cmsmasters_button_wrap,
body.page .ld-specials-section .cmsmasters_button_wrap *,
body.page .ld-specials-section .cmsmasters_button_wrap::before,
body.page .ld-specials-section .cmsmasters_button_wrap::after,
body.page .ld-specials-section .cmsmasters_button_outer,
body.page .ld-specials-section .cmsmasters_button_outer *,
body.page .ld-specials-section .cmsmasters_button_outer::before,
body.page .ld-specials-section .cmsmasters_button_outer::after,
body.page .ld-specials-section .cmsmasters_button_inner,
body.page .ld-specials-section .cmsmasters_button_inner *,
body.page .ld-specials-section .cmsmasters_button_inner::before,
body.page .ld-specials-section .cmsmasters_button_inner::after,
body.page .ld-specials-section .cmsmasters_button,
body.page .ld-specials-section .cmsmasters_button *,
body.page .ld-specials-section .cmsmasters_button span,
body.page .ld-specials-section .cmsmasters_button em,
body.page .ld-specials-section .cmsmasters_button i,
body.page .ld-specials-section .cmsmasters_button strong,
body.page .ld-specials-section .cmsmasters_button::before,
body.page .ld-specials-section .cmsmasters_button::after,
body.page .ld-specials-section .button,
body.page .ld-specials-section .button *,
body.page .ld-specials-section .button span,
body.page .ld-specials-section .button em,
body.page .ld-specials-section .button i,
body.page .ld-specials-section .button strong,
body.page .ld-specials-section .button::before,
body.page .ld-specials-section .button::after {
  font-family: Arial, Helvetica, sans-serif !important;
  font-synthesis: none !important;
  font-synthesis-style: none !important;
  font-style: normal !important;
  font-variation-settings: "ital" 0, "slnt" 0 !important;
  font-weight: 900 !important;
  transform: none !important;
}

body.page .ld-specials-section .cmsmasters_button:hover,
body.page .ld-specials-section .cmsmasters_button:focus,
body.page .ld-specials-section .button:hover,
body.page .ld-specials-section .button:focus {
  background: #c48e43 !important;
  color: #fff !important;
}

body.page .ld-specials-section .cmsmasters_button:active,
body.page .ld-specials-section .button:active {
  transform: scale(0.98) !important;
}

body.page .ld-specials-section .cmsmasters_button:focus-visible,
body.page .ld-specials-section .button:focus-visible {
  outline: 3px solid rgba(196, 142, 67, 0.28);
  outline-offset: 4px;
}

.ld-dance-classes {
  --ld-dance-ink: #172234;
  --ld-dance-muted: #5f625f;
  --ld-dance-accent: #c48e43;
  --ld-dance-page: #fbf6ec;
  --ld-dance-card: #fffdf8;
  --ld-dance-line: rgba(23, 34, 52, 0.1);
  --ld-dance-ease-out: cubic-bezier(0.23, 1, 0.32, 1);
  position: relative;
  overflow: clip;
  background: var(--ld-dance-page);
  color: var(--ld-dance-ink);
}

.ld-dance-classes-shell {
  width: min(100%, 1296px);
  margin: 0 auto;
  padding-right: 28px;
  padding-left: 28px;
  box-sizing: border-box;
}

.ld-dance-classes-intro {
  position: relative;
  z-index: 4;
  padding: clamp(68px, 8vw, 108px) 0 42px;
  background: var(--ld-dance-page);
}

.ld-dance-classes-kicker,
.ld-dance-panel-kicker {
  margin: 0 0 12px;
  color: var(--ld-dance-accent);
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 13px !important;
  font-style: normal !important;
  font-weight: 900 !important;
  letter-spacing: 0.075em !important;
  line-height: 1.2 !important;
  text-transform: uppercase;
}

.ld-dance-classes-title {
  max-width: 920px;
  margin: 0 !important;
  color: var(--ld-dance-ink) !important;
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: clamp(58px, 7.2vw, 96px) !important;
  font-style: normal !important;
  font-weight: 700 !important;
  letter-spacing: -0.055em !important;
  line-height: 0.94 !important;
  text-transform: none !important;
}

.ld-dance-classes-lead {
  max-width: 760px;
  margin: 26px 0 0;
  color: var(--ld-dance-muted);
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(17px, 1.45vw, 20px);
  font-weight: 600;
  line-height: 1.55;
}

/* Shared segmented control for Dance Classes and Pricing */
.ld-dance-tabs,
.ld-pricing-tabs {
  --ld-segment-active: #1c222f;
  --ld-segment-ease-out: cubic-bezier(0.23, 1, 0.32, 1);
  position: relative;
  display: grid;
  gap: 0;
  padding: 4px;
  border: 1px solid rgba(23, 34, 52, 0.12);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.58);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
  box-sizing: border-box;
}

.ld-dance-tabs {
  --ld-dance-thumb-left: 4px;
  --ld-dance-thumb-top: 4px;
  --ld-dance-thumb-width: 0px;
  --ld-dance-thumb-height: 0px;
  grid-template-columns: repeat(2, minmax(150px, 1fr));
  width: min(100%, 420px);
  margin-top: 38px;
}

.ld-pricing-tabs {
  grid-template-columns: repeat(var(--ld-pricing-tab-count, 3), minmax(0, 1fr));
  width: min(100%, 625px);
  margin: 34px auto 0;
}

.ld-dance-tab-thumb,
.ld-pricing-tab-thumb {
  position: absolute;
  z-index: 0;
  border-radius: 10px;
  background: var(--ld-segment-active);
  box-shadow: 0 8px 20px rgba(23, 34, 52, 0.16);
  pointer-events: none;
  opacity: 0;
  transform: none !important;
  transition:
    top 250ms var(--ld-segment-ease-out),
    left 250ms var(--ld-segment-ease-out),
    width 250ms var(--ld-segment-ease-out),
    height 250ms var(--ld-segment-ease-out),
    opacity 140ms ease;
}

.ld-dance-tab-thumb {
  top: var(--ld-dance-thumb-top);
  left: var(--ld-dance-thumb-left);
  width: var(--ld-dance-thumb-width);
  height: var(--ld-dance-thumb-height);
}

.ld-pricing-tab-thumb {
  top: var(--ld-pricing-thumb-top, 4px);
  left: var(--ld-pricing-thumb-left, 4px);
  width: var(--ld-pricing-thumb-width, calc((100% - 10px) / var(--ld-pricing-tab-count, 3)));
  height: var(--ld-pricing-thumb-height, 46px);
}

.ld-dance-tabs.is-ready .ld-dance-tab-thumb,
.ld-pricing-tabs.is-ready .ld-pricing-tab-thumb {
  opacity: 1;
}

.ld-dance-tab,
.ld-pricing-tab {
  position: relative;
  z-index: 1;
  appearance: none;
  min-width: 0;
  min-height: 46px;
  margin: 0 !important;
  padding: 10px 18px;
  border: 0 !important;
  border-radius: 10px !important;
  background: transparent !important;
  box-shadow: none !important;
  color: #434852 !important;
  cursor: pointer;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  font-size: 15px !important;
  font-style: normal !important;
  font-weight: 750 !important;
  letter-spacing: 0 !important;
  line-height: 1.2 !important;
  text-align: center;
  text-transform: none !important;
  transform: none !important;
  transition:
    color 160ms ease,
    background-color 160ms ease,
    box-shadow 180ms ease,
    transform 140ms var(--ld-segment-ease-out);
}

.ld-dance-tab[aria-selected="true"],
.ld-pricing-tab[aria-selected="true"] {
  color: #fff !important;
}

.ld-dance-tabs:not(.is-ready) .ld-dance-tab[aria-selected="true"],
.ld-pricing-tabs:not(.is-ready) .ld-pricing-tab[aria-selected="true"] {
  background: var(--ld-segment-active) !important;
  box-shadow: 0 8px 20px rgba(23, 34, 52, 0.16) !important;
}

.ld-dance-tab:active,
.ld-pricing-tab:active {
  transform: scale(0.98) !important;
}

.ld-dance-tab:focus-visible,
.ld-pricing-tab:focus-visible {
  outline: 3px solid rgba(196, 142, 67, 0.42);
  outline-offset: 3px;
}

@media (hover: hover) and (pointer: fine) {
  .ld-dance-tab:not([aria-selected="true"]):hover,
  .ld-pricing-tab:not([aria-selected="true"]):hover {
    background: rgba(23, 34, 52, 0.07) !important;
    color: #172234 !important;
  }
}

.ld-dance-panel-stage {
  --ld-dance-page-duration: 825ms;
  --ld-dance-page-ease: cubic-bezier(0.22, 0.61, 0.36, 1);
  --ld-dance-fade-duration: 750ms;
  --ld-dance-fade-ease: cubic-bezier(0.65, 0, 0.35, 1);
  --ld-dance-panel-travel: 70%;
  --ld-dance-copy-shift: clamp(34px, 5vw, 70px);
  --ld-dance-card-shift: clamp(48px, 8vw, 104px);
  --ld-dance-card-parallax-in: 12%;
  --ld-dance-card-parallax-out: 7%;
  position: relative;
  overflow: hidden;
  transition: height var(--ld-dance-page-duration) var(--ld-dance-page-ease);
}

.ld-js .ld-dance-panel-stage.is-ready .ld-dance-panel {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  opacity: 1;
  visibility: hidden;
  pointer-events: none;
  backface-visibility: hidden;
  transform: translate3d(var(--ld-dance-panel-travel), 0, 0);
  transition: none;
}

.ld-js .ld-dance-panel-stage.is-ready .ld-dance-panel.is-active,
.ld-js .ld-dance-panel-stage.is-ready .ld-dance-panel.is-entering,
.ld-js .ld-dance-panel-stage.is-ready .ld-dance-panel.is-leaving {
  visibility: visible;
  transition-delay: 0s;
}

.ld-js .ld-dance-panel-stage.is-ready .ld-dance-panel.is-active {
  z-index: 2;
  opacity: 1;
  pointer-events: auto;
  transform: translate3d(0, 0, 0);
}

.ld-js .ld-dance-panel-stage.is-ready .ld-dance-panel.is-entering {
  z-index: 1;
  opacity: 1;
}

.ld-js .ld-dance-panel-stage.is-ready .ld-dance-panel.is-entering.is-direction-backward {
  z-index: 3;
  opacity: 0.22;
  transform: translate3d(calc(var(--ld-dance-panel-travel) * -1), 0, 0);
}

.ld-js .ld-dance-panel-stage.is-ready .ld-dance-panel.is-leaving.is-direction-forward {
  z-index: 3;
  opacity: 0;
  transform: translate3d(calc(var(--ld-dance-panel-travel) * -1), 0, 0);
}

.ld-js .ld-dance-panel-stage.is-ready .ld-dance-panel.is-leaving.is-direction-backward {
  z-index: 1;
  opacity: 1;
  transform: translate3d(var(--ld-dance-panel-travel), 0, 0);
}

.ld-js .ld-dance-panel-stage.is-ready.is-transitioning .ld-dance-panel {
  will-change: opacity, transform;
  transition:
    transform var(--ld-dance-page-duration) var(--ld-dance-page-ease),
    opacity var(--ld-dance-fade-duration) var(--ld-dance-fade-ease);
}

.ld-dance-classes.is-switching .ld-dance-panel {
  pointer-events: none !important;
}

.ld-js .ld-dance-panel-stage.is-ready .ld-dance-hero-copy,
.ld-js .ld-dance-panel-stage.is-ready .ld-dance-card-section {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.ld-js .ld-dance-panel-stage.is-transitioning .ld-dance-hero-copy {
  will-change: opacity, transform;
  transition:
    transform 750ms var(--ld-dance-page-ease) 45ms,
    opacity 640ms var(--ld-dance-fade-ease) 45ms;
}

.ld-js .ld-dance-panel-stage.is-transitioning .ld-dance-card-section {
  will-change: opacity, transform;
  transition:
    transform 720ms var(--ld-dance-page-ease) 85ms,
    opacity 615ms var(--ld-dance-fade-ease) 85ms;
}

.ld-js .ld-dance-panel.is-entering.is-direction-forward .ld-dance-hero-copy {
  opacity: 0.82;
  transform: translate3d(var(--ld-dance-copy-shift), 0, 0);
}

.ld-js .ld-dance-panel.is-entering.is-direction-backward .ld-dance-hero-copy {
  opacity: 0.82;
  transform: translate3d(calc(var(--ld-dance-copy-shift) * -1), 0, 0);
}

.ld-js .ld-dance-panel.is-leaving.is-direction-forward .ld-dance-hero-copy {
  opacity: 0.84;
  transform: translate3d(calc(var(--ld-dance-copy-shift) * -1), 0, 0);
}

.ld-js .ld-dance-panel.is-leaving.is-direction-backward .ld-dance-hero-copy {
  opacity: 0.84;
  transform: translate3d(var(--ld-dance-copy-shift), 0, 0);
}

.ld-js .ld-dance-panel.is-entering.is-direction-forward .ld-dance-card-section {
  opacity: 0.9;
  transform: translate3d(var(--ld-dance-card-shift), 0, 0);
}

.ld-js .ld-dance-panel.is-entering.is-direction-backward .ld-dance-card-section {
  opacity: 0.9;
  transform: translate3d(calc(var(--ld-dance-card-shift) * -1), 0, 0);
}

.ld-js .ld-dance-panel.is-leaving.is-direction-forward .ld-dance-card-section {
  opacity: 0.92;
  transform: translate3d(calc(var(--ld-dance-card-shift) * -1), 0, 0);
}

.ld-js .ld-dance-panel.is-leaving.is-direction-backward .ld-dance-card-section {
  opacity: 0.92;
  transform: translate3d(var(--ld-dance-card-shift), 0, 0);
}

.ld-dance-hero {
  position: relative;
  display: flex;
  align-items: stretch;
  min-height: clamp(500px, 47vw, 640px);
  overflow: hidden;
  background: #dfd0bd;
}

.ld-dance-hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0) scale(1);
  transition: none;
}

.ld-dance-hero--image-left .ld-dance-hero-image {
  object-position: left center;
}

.ld-dance-hero--image-right .ld-dance-hero-image {
  object-position: right center;
}

.ld-dance-panel[data-ld-dance-panel="couple"] .ld-dance-hero-image {
  object-position: right 12%;
}

.ld-dance-panel.is-active .ld-dance-hero-image {
  transform: translate3d(0, 0, 0) scale(1);
}

.ld-js .ld-dance-panel-stage.is-transitioning .ld-dance-hero-image {
  will-change: transform;
  transition: transform var(--ld-dance-page-duration) var(--ld-dance-page-ease);
}

.ld-js .ld-dance-panel.is-entering.is-direction-forward .ld-dance-hero-image {
  transform: translate3d(14%, 0, 0) scale(1.3);
}

.ld-js .ld-dance-panel.is-entering.is-direction-backward .ld-dance-hero-image {
  transform: translate3d(-14%, 0, 0) scale(1.3);
}

.ld-js .ld-dance-panel.is-leaving.is-direction-forward .ld-dance-hero-image {
  transform: translate3d(-9%, 0, 0) scale(1.2);
}

.ld-js .ld-dance-panel.is-leaving.is-direction-backward .ld-dance-hero-image {
  transform: translate3d(9%, 0, 0) scale(1.2);
}

.ld-dance-hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(251, 246, 236, 0.99) 0%, rgba(251, 246, 236, 0.93) 31%, rgba(251, 246, 236, 0.56) 52%, rgba(251, 246, 236, 0.04) 78%),
    linear-gradient(0deg, rgba(23, 34, 52, 0.08), transparent 38%);
  pointer-events: none;
}

.ld-dance-hero-shell {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  min-height: inherit;
  padding-top: clamp(64px, 7vw, 96px);
  padding-bottom: clamp(64px, 7vw, 96px);
}

.ld-dance-hero-copy {
  width: min(48%, 580px);
}

.ld-dance-panel-title {
  max-width: 600px;
  margin: 0 !important;
  color: var(--ld-dance-ink) !important;
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: clamp(46px, 5.5vw, 76px) !important;
  font-style: normal !important;
  font-weight: 700 !important;
  letter-spacing: -0.045em !important;
  line-height: 0.98 !important;
  text-transform: none !important;
}

.ld-dance-panel-title-line {
  display: block;
}

.ld-dance-panel-title.has-manual-lines .ld-dance-panel-title-line {
  white-space: nowrap;
}

.ld-dance-panel-description {
  max-width: 540px;
  margin: 24px 0 0;
  color: #4f5657;
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(17px, 1.35vw, 20px);
  font-weight: 600;
  line-height: 1.58;
}

.ld-dance-card-section {
  padding: clamp(64px, 7vw, 96px) 0 clamp(84px, 9vw, 126px);
  background: var(--ld-dance-page);
}

.ld-dance-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.ld-dance-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--ld-dance-line);
  border-radius: 20px;
  background: var(--ld-dance-card);
  box-shadow: 0 10px 28px rgba(42, 33, 23, 0.045);
  color: var(--ld-dance-ink) !important;
  cursor: default;
  text-decoration: none !important;
  transform: translateY(0);
  transition:
    transform 210ms var(--ld-dance-ease-out),
    border-color 180ms ease,
    box-shadow 210ms ease,
    opacity 260ms ease;
}

a.ld-dance-card {
  cursor: pointer;
}

.ld-motion-enabled:not(.is-ready) .ld-dance-card {
  opacity: 0;
  transform: translateY(14px);
}

.ld-motion-enabled.is-ready .ld-dance-panel.is-active .ld-dance-card {
  opacity: 1;
  transform: translateY(0);
  transition-delay: calc(var(--ld-dance-card-index, 0) * 45ms);
}

.ld-js .ld-dance-panel-stage.is-transitioning .ld-dance-card {
  will-change: opacity, transform;
  transition:
    transform 600ms var(--ld-dance-page-ease) 35ms,
    opacity 500ms var(--ld-dance-fade-ease) 35ms,
    border-color 180ms ease,
    box-shadow 210ms ease;
}

.ld-js .ld-dance-panel-stage.is-transitioning .ld-dance-card:nth-child(3n + 1) {
  transition-delay: 35ms, 35ms, 0ms, 0ms;
}

.ld-js .ld-dance-panel-stage.is-transitioning .ld-dance-card:nth-child(3n + 2) {
  transition-delay: 50ms, 50ms, 0ms, 0ms;
}

.ld-js .ld-dance-panel-stage.is-transitioning .ld-dance-card:nth-child(3n) {
  transition-delay: 65ms, 65ms, 0ms, 0ms;
}

.ld-js .ld-dance-panel.is-entering.is-direction-forward .ld-dance-card {
  transform: translate3d(var(--ld-dance-card-parallax-in), 0, 0);
}

.ld-js .ld-dance-panel.is-entering.is-direction-backward .ld-dance-card {
  transform: translate3d(calc(var(--ld-dance-card-parallax-in) * -1), 0, 0);
}

.ld-js .ld-dance-panel.is-leaving.is-direction-forward .ld-dance-card {
  transform: translate3d(calc(var(--ld-dance-card-parallax-out) * -1), 0, 0);
}

.ld-js .ld-dance-panel.is-leaving.is-direction-backward .ld-dance-card {
  transform: translate3d(var(--ld-dance-card-parallax-out), 0, 0);
}

.ld-dance-card-media {
  display: block;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #f0e9df;
}

.ld-dance-card-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  transform: scale(1);
  transition: transform 300ms var(--ld-dance-ease-out);
}

.ld-dance-card-body {
  display: flex;
  min-height: 190px;
  flex: 1;
  flex-direction: column;
  padding: 25px 26px 28px;
}

.ld-dance-card-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: start;
  gap: 16px;
}

.ld-dance-card-title {
  min-width: 0;
  margin: 0 !important;
  color: var(--ld-dance-ink) !important;
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: clamp(23px, 2vw, 29px) !important;
  font-style: normal !important;
  font-weight: 700 !important;
  letter-spacing: -0.025em !important;
  line-height: 1.08 !important;
  overflow-wrap: anywhere;
  text-transform: none !important;
}

.ld-dance-card-arrow {
  width: 22px;
  height: 22px;
  margin-top: 2px;
  color: var(--ld-dance-accent);
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
  transform: translate(0, 0);
  transition: transform 180ms var(--ld-dance-ease-out);
}

.ld-dance-card-summary {
  display: block;
  margin-top: 18px;
  color: var(--ld-dance-muted);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15.5px;
  font-weight: 600;
  line-height: 1.58;
}

.ld-dance-card--no-image .ld-dance-card-body {
  min-height: 270px;
}

.ld-dance-card:focus-visible {
  outline: 3px solid rgba(196, 142, 67, 0.42);
  outline-offset: 4px;
}

@media (hover: hover) and (pointer: fine) {
  a.ld-dance-card:hover {
    border-color: rgba(196, 142, 67, 0.34);
    box-shadow: 0 18px 38px rgba(42, 33, 23, 0.09);
    color: var(--ld-dance-ink) !important;
    transform: translateY(-4px);
  }

  a.ld-dance-card:hover .ld-dance-card-image {
    transform: scale(1.025);
  }

  a.ld-dance-card:hover .ld-dance-card-arrow {
    transform: translate(2px, -2px);
  }
}

@media (max-width: 1020px) {
  .ld-dance-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ld-dance-hero-copy {
    width: min(58%, 540px);
  }

  .ld-dance-hero-overlay {
    background: linear-gradient(90deg, rgba(251, 246, 236, 0.99) 0%, rgba(251, 246, 236, 0.92) 38%, rgba(251, 246, 236, 0.42) 70%, rgba(251, 246, 236, 0.08) 100%);
  }
}

@media (max-width: 680px) {
  .ld-dance-classes-shell {
    padding-right: 20px;
    padding-left: 20px;
  }

  .ld-dance-classes-intro {
    padding-top: 52px;
    padding-bottom: 30px;
  }

  .ld-dance-classes-title {
    font-size: clamp(48px, 14vw, 66px) !important;
    line-height: 0.96 !important;
  }

  .ld-dance-classes-lead {
    margin-top: 20px;
    font-size: 16px;
  }

  .ld-dance-tabs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
    min-width: 0;
    margin-top: 30px;
  }

  .ld-dance-tab {
    min-width: 0;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 14px !important;
  }

  .ld-dance-hero {
    min-height: 620px;
  }

  .ld-dance-panel[data-ld-dance-panel="solo"] .ld-dance-hero-image {
    object-position: 85% center;
  }

  .ld-dance-panel[data-ld-dance-panel="couple"] .ld-dance-hero-image {
    object-position: 91% center;
  }

  .ld-dance-hero-overlay {
    background:
      linear-gradient(0deg, rgba(251, 246, 236, 0.99) 0%, rgba(251, 246, 236, 0.94) 30%, rgba(251, 246, 236, 0.36) 63%, rgba(251, 246, 236, 0.08) 100%),
      linear-gradient(90deg, rgba(251, 246, 236, 0.18), transparent 66%);
  }

  .ld-dance-hero-shell {
    align-items: flex-end;
    min-height: 620px;
    padding-top: 240px;
    padding-bottom: 52px;
  }

  .ld-dance-hero-copy {
    width: 100%;
  }

  .ld-dance-panel-title {
    overflow-wrap: normal !important;
    word-break: normal !important;
    hyphens: none !important;
    text-wrap: balance;
  }

  .ld-dance-panel[data-ld-dance-panel="solo"] .ld-dance-panel-title {
    font-size: clamp(40px, 11.7vw, 58px) !important;
  }

  .ld-dance-panel-description {
    margin-top: 18px;
    font-size: 16px;
    line-height: 1.52;
  }

  .ld-dance-card-section {
    padding-top: 48px;
    padding-bottom: 76px;
  }

  .ld-dance-card-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .ld-dance-card-body {
    min-height: 0;
    padding: 22px 22px 25px;
  }

  .ld-dance-card-title {
    font-size: 27px !important;
  }
}

@media (max-width: 380px) {
  .ld-dance-classes-shell {
    padding-right: 16px;
    padding-left: 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ld-dance-panel-stage,
  .ld-dance-panel,
  .ld-dance-tab-thumb,
  .ld-dance-tab,
  .ld-dance-hero-copy,
  .ld-dance-hero-image,
  .ld-dance-card-section,
  .ld-dance-card,
  .ld-dance-card-image,
  .ld-dance-card-arrow {
    transition-duration: 1ms !important;
    transition-delay: 0ms !important;
  }

  .ld-js .ld-dance-panel-stage.is-ready .ld-dance-panel,
  .ld-js .ld-dance-panel-stage.is-ready .ld-dance-hero-copy,
  .ld-js .ld-dance-panel-stage.is-ready .ld-dance-card-section,
  .ld-js .ld-dance-panel-stage.is-ready .ld-dance-hero-image,
  .ld-motion-enabled:not(.is-ready) .ld-dance-card,
  .ld-motion-enabled.is-ready .ld-dance-panel.is-active .ld-dance-card {
    transform: none !important;
  }
}

.ld-style-section {
  --ld-ink: #172234;
  --ld-muted: #6f6a62;
  --ld-accent: #c48e43;
  --ld-ring: #f2c316;
  --ld-line: rgba(23, 34, 52, 0.08);
  --ld-card-shadow: 0 8px 18px rgba(42, 33, 23, 0.035);
  --ld-card-shadow-hover: 0 14px 28px rgba(42, 33, 23, 0.065);
  --ld-ease-out: cubic-bezier(0.23, 1, 0.32, 1);
  --ld-ease-in-out: cubic-bezier(0.77, 0, 0.175, 1);
  background: transparent;
  padding: 34px 0 24px;
}

.ld-style-section.is-headerless {
  padding-top: 16px;
}

.ld-style-shell,
.ld-events-shell {
  max-width: 1240px;
  margin: 0 auto;
}

.ld-style-head,
.ld-events-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 16px;
}

.ld-style-eyebrow,
.ld-events-eyebrow {
  margin: 0 0 2px;
  color: var(--ld-accent);
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 12px !important;
  font-style: normal !important;
  font-weight: 900 !important;
  letter-spacing: 0.055em !important;
  line-height: 1.1 !important;
  -webkit-text-stroke: 0.18px currentColor;
  text-shadow: 0.12px 0 0 currentColor, -0.12px 0 0 currentColor;
  text-transform: uppercase;
}

.ld-style-section h2,
.ld-events-section h2 {
  margin: 0;
  color: var(--ld-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(38px, 4.4vw, 56px);
  line-height: 1;
  font-weight: 700;
}

.ld-style-toggle {
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent !important;
  color: var(--ld-accent);
  cursor: pointer;
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 13px !important;
  font-style: normal !important;
  font-weight: 900 !important;
  letter-spacing: 0.015em !important;
  line-height: 1.2 !important;
  -webkit-text-stroke: 0.14px currentColor;
  text-shadow: 0.1px 0 0 currentColor, -0.1px 0 0 currentColor;
  text-align: right;
  text-decoration: none;
  text-transform: none !important;
  transform: none;
  transition:
    background-color 160ms ease,
    color 160ms ease,
    opacity 160ms ease,
    transform 140ms var(--ld-ease-out);
}

.ld-style-toggle:hover,
.ld-style-toggle:focus,
.ld-style-toggle:active {
  border: 0 !important;
  background: transparent !important;
  background-color: transparent !important;
  box-shadow: none !important;
  text-transform: none !important;
}

.ld-style-toggle:active {
  transform: scale(0.97);
}

.ld-style-toggle--footer,
.ld-events-all--footer {
  display: flex !important;
  float: none !important;
  align-self: center;
  justify-self: center;
  justify-content: center;
  clear: both !important;
  min-height: 36px;
  width: max-content !important;
  max-width: calc(100% - 24px);
  margin: 16px auto 0 !important;
  margin-inline: auto !important;
  padding: 6px 12px;
  text-align: center !important;
}

.ld-style-toggle[hidden],
.ld-events-all[hidden],
.ld-team-toggle[hidden] {
  display: none !important;
}

.ld-style-toggle:focus-visible,
.ld-events-all:focus-visible {
  outline: 3px solid rgba(196, 142, 67, 0.28);
  outline-offset: 5px;
  border-radius: 4px;
}

@media (hover: hover) and (pointer: fine) {
  .ld-style-toggle:hover,
  .ld-events-all:hover {
    background: transparent !important;
    color: #a97636;
  }
}

.ld-style-grid-clip {
  position: relative;
  overflow: hidden;
  max-height: var(--ld-collapsed-height, none);
  transition: max-height 280ms var(--ld-ease-in-out);
}

.ld-style-grid-clip::after,
.ld-events-grid-clip::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  height: var(--ld-fade-height, 128px);
  pointer-events: none;
  background: linear-gradient(to bottom, rgba(251, 246, 236, 0.08), rgba(251, 246, 236, 0.72) 62%, var(--ld-page-bg));
  opacity: 0;
  transition: opacity 220ms var(--ld-ease-out);
}

.ld-style-section.has-extra-row.is-fade-visible .ld-style-grid-clip::after,
.ld-events-section.has-extra-row.is-fade-visible .ld-events-grid-clip::after {
  opacity: 1;
}

.ld-js .ld-style-section.has-extra-row .ld-style-toggle,
.ld-js .ld-events-section.has-extra-row .ld-events-all {
  transition:
    background-color 160ms ease,
    color 160ms ease,
    opacity 220ms var(--ld-ease-out),
    transform 220ms var(--ld-ease-out);
}

.ld-js .ld-style-section.is-collapsed:not(.is-toggle-visible) .ld-style-toggle,
.ld-js .ld-events-section.is-collapsed:not(.is-toggle-visible) .ld-events-all {
  opacity: 0 !important;
  transform: translateY(10px) scale(1) !important;
  pointer-events: none;
  transition-delay: 0ms !important;
}

.ld-js .ld-style-section.is-toggle-visible .ld-style-toggle,
.ld-js .ld-style-section.is-expanded .ld-style-toggle,
.ld-js .ld-events-section.is-toggle-visible .ld-events-all,
.ld-js .ld-events-section.is-expanded .ld-events-all {
  opacity: 1 !important;
  transform: translateY(0) scale(1) !important;
  pointer-events: auto;
  transition-delay: 0ms !important;
}

.ld-js .ld-style-section.is-collapsed:not(.is-toggle-visible) .ld-style-card[data-extra-row="true"],
.ld-js .ld-events-section.is-collapsed:not(.is-toggle-visible) .ld-event-card[data-extra-row="true"] {
  opacity: 0 !important;
}

.ld-js .ld-style-section.is-toggle-visible .ld-style-card[data-extra-row="true"],
.ld-js .ld-style-section.is-expanded .ld-style-card[data-extra-row="true"],
.ld-js .ld-events-section.is-toggle-visible .ld-event-card[data-extra-row="true"],
.ld-js .ld-events-section.is-expanded .ld-event-card[data-extra-row="true"] {
  opacity: 1 !important;
  transform: translateY(0) scale(1) !important;
  transition-delay: 0ms !important;
}

.ld-style-section.is-expanded .ld-style-grid-clip {
  max-height: var(--ld-expanded-height, none);
}

.ld-style-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
  overflow: visible;
  padding-bottom: 30px;
}

.ld-style-card {
  display: flex;
  flex-direction: column;
  border: 1px solid var(--ld-line);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: var(--ld-card-shadow);
  overflow: hidden;
  text-decoration: none;
  transform: translateY(0) scale(1);
  transition:
    transform 190ms var(--ld-ease-out),
    opacity 210ms var(--ld-ease-out),
    border-color 190ms ease,
    box-shadow 190ms ease;
}

.ld-style-section.is-collapsed .ld-style-card[data-extra-row="true"] {
  transform: translateY(0) scale(1);
  pointer-events: none;
  transition-delay: 0ms;
}

.ld-style-section.is-expanded .ld-style-card[data-extra-row="true"] {
  opacity: 1;
  transform: translateY(0) scale(1);
  transition-delay: calc(var(--ld-index, 0) * 34ms);
}

.ld-style-section.is-closing .ld-style-card[data-extra-row="true"] {
  transform: translateY(0) scale(1);
  pointer-events: none;
  transition-delay: 0ms;
}

@media (hover: hover) and (pointer: fine) {
  .ld-style-card:hover,
  .ld-style-section.is-expanded .ld-style-card[data-extra-row="true"]:hover {
    transform: translateY(-4px) scale(1);
    border-color: rgba(196, 142, 67, 0.28);
    box-shadow: var(--ld-card-shadow-hover);
  }

  .ld-style-card:hover .ld-style-image {
    transform: scale(1.025);
  }
}

.ld-style-image-wrap {
  position: relative;
  aspect-ratio: 1 / 0.86;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0.92));
}

.ld-style-ring {
  display: none;
}

.ld-style-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border-radius: 0;
  object-fit: cover;
  object-position: center top;
  background: #f3eee6;
  transform: scale(1);
  transition: transform 260ms var(--ld-ease-out);
}

.ld-style-body {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 96px;
  padding: 14px 16px;
  background: #fefcf6;
  text-align: center;
}

.ld-style-title {
  margin: 0;
  color: var(--ld-ink);
  font-size: 16px;
  line-height: 1.16;
  font-weight: 900;
  text-transform: none;
}

.ld-team-section {
  --ld-ink: #172234;
  --ld-muted: #6f6a62;
  --ld-accent: #c48e43;
  --ld-line: rgba(23, 34, 52, 0.08);
  --ld-card-shadow: 0 8px 18px rgba(42, 33, 23, 0.035);
  --ld-ease-out: cubic-bezier(0.23, 1, 0.32, 1);
  --ld-ease-in-out: cubic-bezier(0.77, 0, 0.175, 1);
  background: transparent;
  padding: 0 0 50px;
}

.ld-team-shell {
  width: min(100%, 1180px);
  margin: 0 auto;
}

.ld-team-section--empty {
  padding-bottom: 42px;
}

.ld-team-grid-clip {
  position: relative;
  overflow: hidden;
  max-height: var(--ld-collapsed-height, none);
  transition: max-height 280ms var(--ld-ease-in-out);
}

.ld-team-grid-clip::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  height: var(--ld-fade-height, 118px);
  pointer-events: none;
  background: linear-gradient(to bottom, rgba(251, 246, 236, 0.08), rgba(251, 246, 236, 0.72) 62%, var(--ld-page-bg));
  opacity: 0;
  transition: opacity 220ms var(--ld-ease-out);
}

.ld-team-section.has-extra-row.is-fade-visible .ld-team-grid-clip::after {
  opacity: 1;
}

.ld-js .ld-team-section.has-extra-row .ld-team-toggle {
  transition:
    color 160ms ease,
    opacity 220ms var(--ld-ease-out),
    transform 220ms var(--ld-ease-out);
}

.ld-js .ld-team-section.is-collapsed:not(.is-toggle-visible) .ld-team-toggle {
  opacity: 0 !important;
  transform: translateY(10px) scale(1) !important;
  pointer-events: none;
  transition-delay: 0ms !important;
}

.ld-js .ld-team-section.is-toggle-visible .ld-team-toggle,
.ld-js .ld-team-section.is-expanded .ld-team-toggle {
  opacity: 1 !important;
  transform: translateY(0) scale(1) !important;
  pointer-events: auto;
  transition-delay: 0ms !important;
}

.ld-js .ld-team-section.is-collapsed:not(.is-toggle-visible) .ld-team-card[data-extra-row="true"] {
  opacity: 0 !important;
}

.ld-js .ld-team-section.is-toggle-visible .ld-team-card[data-extra-row="true"],
.ld-js .ld-team-section.is-expanded .ld-team-card[data-extra-row="true"] {
  opacity: 1 !important;
  transform: translateY(0) scale(1) !important;
  transition-delay: 0ms !important;
}

.ld-team-section.is-expanded .ld-team-grid-clip {
  max-height: var(--ld-expanded-height, none);
}

.ld-team-grid {
  display: grid;
  grid-template-columns: repeat(var(--ld-team-columns, 5), minmax(0, 1fr));
  gap: 18px;
  overflow: visible;
  padding-bottom: 30px;
}

.ld-team-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--ld-line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.74);
  color: inherit;
  cursor: pointer;
  box-shadow: var(--ld-card-shadow);
  text-decoration: none !important;
  transform: translateY(0) scale(1);
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    opacity 210ms var(--ld-ease-out),
    transform 210ms var(--ld-ease-out);
}

.ld-team-section.is-collapsed .ld-team-card[data-extra-row="true"] {
  transform: translateY(0) scale(1);
  pointer-events: none;
  transition-delay: 0ms;
}

.ld-team-section.is-expanded .ld-team-card[data-extra-row="true"] {
  opacity: 1;
  transform: translateY(0) scale(1);
  transition-delay: calc(var(--ld-index, 0) * 34ms);
}

.ld-team-section.is-closing .ld-team-card[data-extra-row="true"] {
  transform: translateY(0) scale(1);
  pointer-events: none;
  transition-delay: 0ms;
}

.ld-team-image-wrap {
  position: relative;
  aspect-ratio: 1 / 0.98;
  overflow: hidden;
  background: linear-gradient(180deg, #f5efe5, #fffaf2);
}

.ld-team-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
  transform: scale(1);
  transform-origin: center center;
  transition: transform 260ms var(--ld-ease-out);
}

.ld-team-image-placeholder {
  display: grid;
  width: 100%;
  height: 100%;
  place-items: center;
  color: var(--ld-accent);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 42px;
  font-weight: 900;
}

.ld-team-body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 104px;
  padding: 16px 14px 18px;
  background: #fefcf6;
  text-align: center;
}

.ld-team-name {
  margin: 0;
  color: var(--ld-ink);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.18;
  text-transform: none;
}

.ld-team-section .ld-team-card h3.ld-team-name {
  margin: 0 !important;
  color: var(--ld-ink) !important;
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
  line-height: 1.18 !important;
  text-transform: none !important;
}

.ld-team-subtitle {
  max-width: 18em;
  margin: 0;
  color: var(--ld-muted);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.36;
  text-transform: none;
}

.ld-team-toggle {
  appearance: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  max-width: calc(100% - 24px);
  margin: 16px auto 0 !important;
  padding: 6px 12px;
  border: 0 !important;
  border-radius: 0;
  background: transparent !important;
  color: var(--ld-accent);
  cursor: pointer;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-style: normal !important;
  font-weight: 900;
  letter-spacing: 0.02em;
  line-height: 1.2;
  text-align: center;
  text-transform: none;
  transition:
    color 160ms ease,
    transform 140ms var(--ld-ease-out);
}

.ld-team-toggle:hover,
.ld-team-toggle:focus,
.ld-team-toggle:active {
  border: 0 !important;
  background: transparent !important;
  background-color: transparent !important;
  box-shadow: none !important;
}

.ld-team-section button.ld-team-toggle {
  font-style: normal !important;
  text-transform: none !important;
}

.ld-team-toggle:active {
  transform: scale(0.97);
}

.ld-team-toggle:focus-visible {
  outline: 3px solid rgba(196, 142, 67, 0.28);
  outline-offset: 5px;
  border-radius: 4px;
}

@media (hover: hover) and (pointer: fine) {
  .ld-team-card:hover {
    border-color: rgba(196, 142, 67, 0.3);
    box-shadow: 0 14px 28px rgba(42, 33, 23, 0.08);
    transform: translateY(-2px) scale(1);
  }

  .ld-team-card:hover .ld-team-image {
    transform: scale(1.025);
  }

  .ld-team-toggle:hover {
    color: #a97636;
  }
}

.ld-team-empty {
  display: block;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 22px 24px;
  border: 1px solid var(--ld-line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.74);
  color: var(--ld-muted);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.4;
  text-align: center;
}

.ld-events-section {
  --ld-ink: #172234;
  --ld-muted: #6f6a62;
  --ld-accent: #c48e43;
  --ld-line: rgba(23, 34, 52, 0.08);
  --ld-card-shadow: 0 8px 18px rgba(42, 33, 23, 0.035);
  --ld-card-shadow-hover: 0 14px 28px rgba(42, 33, 23, 0.065);
  --ld-ease-out: cubic-bezier(0.23, 1, 0.32, 1);
  --ld-ease-in-out: cubic-bezier(0.77, 0, 0.175, 1);
  background: transparent;
  margin-top: -18px;
  padding: 10px 0 56px;
}

.ld-events-section.is-headerless {
  margin-top: 0;
  padding-top: 16px;
}

.ld-events-all {
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent !important;
  color: var(--ld-accent);
  cursor: pointer;
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 13px !important;
  font-style: normal !important;
  font-weight: 900 !important;
  letter-spacing: 0.015em !important;
  line-height: 1.2 !important;
  -webkit-text-stroke: 0.14px currentColor;
  text-shadow: 0.1px 0 0 currentColor, -0.1px 0 0 currentColor;
  text-align: right;
  text-decoration: none;
  text-transform: none !important;
  transform: none;
  transition:
    background-color 160ms ease,
    color 160ms ease,
    opacity 160ms ease,
    transform 140ms var(--ld-ease-out);
}

.ld-events-all:hover,
.ld-events-all:focus,
.ld-events-all:active {
  background: transparent !important;
  background-color: transparent !important;
  box-shadow: none !important;
  text-transform: none !important;
}

.ld-events-all:active {
  transform: scale(0.97);
}

.ld-events-grid-clip {
  position: relative;
  overflow: hidden;
  max-height: var(--ld-collapsed-height, none);
  transition: max-height 280ms var(--ld-ease-in-out);
}

.ld-events-section.is-expanded .ld-events-grid-clip {
  max-height: var(--ld-expanded-height, none);
}

.ld-events-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: stretch;
  gap: 22px;
}

.ld-event-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  border: 1px solid var(--ld-line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: var(--ld-card-shadow);
  overflow: hidden;
  text-decoration: none;
  opacity: 1;
  transform: translateY(0) scale(1);
  transition:
    transform 190ms var(--ld-ease-out),
    opacity 210ms var(--ld-ease-out),
    border-color 190ms ease,
    box-shadow 190ms ease;
}

.ld-events-section.is-collapsed .ld-event-card[data-extra-row="true"] {
  transform: translateY(0) scale(1);
  pointer-events: none;
  animation: none;
  transition-delay: 0ms;
}

.ld-events-section.is-expanded .ld-event-card[data-extra-row="true"] {
  opacity: 1;
  transform: translateY(0) scale(1);
  animation: none;
  transition-delay: calc(var(--ld-index, 0) * 34ms);
}

.ld-events-section.is-closing .ld-event-card[data-extra-row="true"] {
  transform: translateY(0) scale(1);
  pointer-events: none;
  animation: none;
  transition-delay: 0ms;
}

@media (hover: hover) and (pointer: fine) {
  .ld-event-card:hover {
    transform: translateY(-4px) scale(1);
    border-color: rgba(196, 142, 67, 0.28);
    box-shadow: var(--ld-card-shadow-hover);
  }

  .ld-event-card:hover .ld-event-image {
    transform: scale(1.025);
  }
}

.ld-event-image-wrap {
  position: relative;
  aspect-ratio: 4 / 5;
  background: linear-gradient(135deg, rgba(242, 195, 22, 0.2), rgba(196, 142, 67, 0.14));
  overflow: hidden;
}

.ld-event-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1);
  transition: transform 260ms var(--ld-ease-out);
}

.ld-event-image-placeholder {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  padding: 24px;
  color: rgba(23, 34, 52, 0.42);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.05;
  text-align: center;
}

.ld-event-body {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 13px;
  flex: 1;
  padding: 14px 15px;
  color: var(--ld-ink);
}

.ld-event-date {
  display: grid;
  align-content: center;
  justify-items: center;
  align-self: start;
  width: 44px;
  min-height: 50px;
  border: 1px solid rgba(23, 34, 52, 0.09);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.68);
}

.ld-event-month {
  color: var(--ld-muted);
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.ld-event-day {
  margin-top: 5px;
  color: var(--ld-accent);
  font-size: 21px;
  font-weight: 850;
  line-height: 1;
}

.ld-event-content {
  min-width: 0;
}

.ld-event-title {
  display: -webkit-box;
  overflow: hidden;
  margin: 0 0 7px;
  color: var(--ld-ink);
  font-size: 17px;
  line-height: 1.03;
  font-weight: 900;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.ld-event-meta {
  display: grid;
  gap: 2px;
  margin: 0;
  color: var(--ld-muted);
  font-size: 14px;
  line-height: 1.32;
  font-weight: 750;
}

.ld-event-time,
.ld-event-venue {
  display: block;
}

.ld-course-page,
.ld-course-block {
  --ld-ink: #172234;
  --ld-ink-soft: #27364b;
  --ld-muted: #6f6a62;
  --ld-accent: #c48e43;
  --ld-accent-soft: #d6ae72;
  --ld-line: rgba(23, 34, 52, 0.1);
  --ld-card: rgba(255, 253, 248, 0.9);
  --ld-card-strong: #fffdf8;
  --ld-ease-out: cubic-bezier(0.23, 1, 0.32, 1);
  background: var(--ld-page-bg);
  color: var(--ld-ink);
  overflow: hidden;
}

html.ld-course-document,
html.ld-course-document body,
body.ld-course-page-template {
  overflow-x: clip;
}

@supports not (overflow: clip) {
  html.ld-course-document,
  html.ld-course-document body,
  body.ld-course-page-template {
    overflow-x: hidden;
  }
}

.ld-course-shell {
  width: min(100%, 1240px);
  margin: 0 auto;
}

.ld-course-hero {
  position: relative;
  min-height: 560px;
  padding: 0;
  background:
    radial-gradient(circle at 78% 18%, rgba(214, 174, 114, 0.2), transparent 34%),
    linear-gradient(180deg, #fff8ec 0%, var(--ld-page-bg) 100%);
  isolation: isolate;
  overflow: hidden;
}

.ld-heading-section + .ld-course-hero {
  margin-top: 0;
}

.ld-course-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  z-index: 2;
  height: 150px;
  background: linear-gradient(180deg, rgba(251, 246, 236, 0), var(--ld-page-bg));
  pointer-events: none;
}

.ld-course-copy {
  position: relative;
  z-index: 4;
  max-width: 570px;
  padding: 74px 0 96px;
}

.ld-course-eyebrow,
.ld-course-section-eyebrow {
  margin: 0 0 8px;
  color: var(--ld-accent);
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 12px !important;
  font-style: normal !important;
  font-weight: 900 !important;
  letter-spacing: 0.055em !important;
  line-height: 1.1 !important;
  -webkit-text-stroke: 0.18px currentColor;
  text-shadow: 0.12px 0 0 currentColor, -0.12px 0 0 currentColor;
  text-transform: uppercase;
}

.ld-course-title {
  display: grid;
  gap: 2px;
  margin: 0 0 18px;
  color: var(--ld-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 58px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 0.98;
}

.ld-course-title span {
  display: block;
}

.ld-course-title-accent {
  color: var(--ld-accent);
}

.ld-course-lead {
  max-width: 535px;
  margin: 0 0 26px;
  color: var(--ld-muted);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.58;
}

.ld-course-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.ld-course-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  max-width: 100%;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 6px;
  cursor: pointer;
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 13px !important;
  font-style: normal !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
  line-height: 1.1 !important;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  transform: translateY(0) scale(1);
  transition:
    background-color 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease,
    color 180ms ease,
    transform 150ms var(--ld-ease-out);
}

.ld-course-button--primary {
  background: var(--ld-accent-soft);
  color: #fff !important;
  box-shadow: 0 14px 28px rgba(184, 137, 78, 0.18);
}

.ld-course-button--secondary {
  border-color: rgba(23, 34, 52, 0.18);
  background: rgba(255, 255, 255, 0.72);
  color: var(--ld-ink) !important;
}

.ld-course-button:focus-visible {
  outline: 3px solid rgba(196, 142, 67, 0.3);
  outline-offset: 4px;
}

.ld-course-button:active {
  transform: translateY(0) scale(0.97);
}

@media (hover: hover) and (pointer: fine) {
  .ld-course-button:hover {
    transform: translateY(-2px) scale(1);
    box-shadow: 0 18px 34px rgba(52, 44, 33, 0.14);
  }

  .ld-course-button--primary:hover {
    background: var(--ld-accent);
    color: #fff !important;
  }

  .ld-course-button--secondary:hover {
    border-color: rgba(196, 142, 67, 0.28);
    background: #fffdf8;
    color: var(--ld-accent) !important;
  }
}

.ld-hero-section--course {
  min-height: clamp(520px, 42vw, 660px);
  padding: clamp(72px, 8vw, 112px) 24px clamp(86px, 8vw, 124px);
  background: #f8f0e4;
}

.ld-hero-section--course::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  z-index: -1;
  height: 160px;
  background: linear-gradient(180deg, rgba(251, 246, 236, 0), var(--ld-page-bg));
  pointer-events: none;
}

.ld-hero-section--course .ld-course-shell {
  width: auto;
  max-width: 1240px;
  min-height: clamp(362px, 26vw, 424px);
  display: grid;
  align-items: center;
}

.ld-hero-section--course .ld-course-copy {
  width: min(610px, 52vw);
  max-width: 610px;
  padding: 0;
  display: grid;
  justify-items: center;
  text-align: center;
}

.ld-hero-section--course .ld-course-title {
  margin-bottom: 18px;
  font-size: clamp(46px, 5.6vw, 72px);
}

.ld-hero-section--course .ld-course-lead {
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 0;
  font-size: clamp(16px, 1.18vw, 18px);
}

.ld-hero-section--course .ld-course-hero-image {
  object-position: center center;
}

.ld-hero-section--course .ld-course-hero-overlay {
  background:
    var(--ld-header-bild-fade-gradient),
    var(--ld-header-bild-bottom-gradient);
}

.ld-course-hero--no-image {
  min-height: clamp(360px, 30vw, 500px);
}

.ld-course-hero--no-image .ld-course-copy {
  width: min(820px, 82vw);
  max-width: 820px;
}

.ld-course-hero--no-image .ld-course-hero-overlay {
  background: linear-gradient(180deg, rgba(251, 246, 236, 0) 62%, var(--ld-page-bg) 100%);
}

.ld-hero-section--course .ld-course-actions {
  justify-content: center;
  margin-top: 24px;
  margin-bottom: 0;
}

.ld-course-hero--kids-teens .ld-course-hero-image,
.ld-course-hero--solo .ld-course-hero-image {
  object-position: center center;
}

.ld-course-hero--salsa .ld-course-hero-image,
.ld-course-hero--bachata .ld-course-hero-image,
.ld-course-hero--urban-kiz-zouk .ld-course-hero-image,
.ld-course-hero--tango .ld-course-hero-image {
  object-position: center center;
}

.ld-course-section {
  padding: 24px 0 68px;
}

.ld-course-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr));
  gap: 18px;
}

@media (min-width: 960px) {
  .ld-course-card-grid--count-1 {
    grid-template-columns: minmax(0, 1fr);
  }

  .ld-course-card-grid--count-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ld-course-card-grid--count-3,
  .ld-course-card-grid--count-5,
  .ld-course-card-grid--count-6 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .ld-course-card-grid--count-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1180px) {
  .ld-course-card-grid--count-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.ld-course-card,
.ld-course-intro,
.ld-course-cta {
  border: 1px solid var(--ld-line);
  border-radius: 8px;
  background: var(--ld-card);
  box-shadow: 0 16px 36px rgba(52, 44, 33, 0.06);
}

.ld-course-card {
  padding: 24px;
}

.ld-course-card h3 {
  margin: 0 0 8px !important;
  color: var(--ld-ink) !important;
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 17px !important;
  font-style: normal !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
  line-height: 1.16 !important;
}

.ld-course-card p {
  margin: 0;
  color: var(--ld-muted);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}

.ld-course-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.42fr);
  gap: 34px;
  margin: 18px 0;
  padding: 34px;
  background:
    linear-gradient(135deg, rgba(255, 253, 248, 0.98), rgba(239, 222, 198, 0.46));
}

.ld-course-intro h2,
.ld-course-schedule-head h2,
.ld-course-cta h2 {
  margin: 0 0 14px !important;
  color: var(--ld-ink) !important;
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: 44px !important;
  font-style: normal !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
  line-height: 1 !important;
}

.ld-course-intro h3 {
  margin: 0 0 10px !important;
  color: var(--ld-ink) !important;
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: 30px !important;
  font-style: normal !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
  line-height: 1.05 !important;
}

.ld-course-intro p,
.ld-course-cta p {
  margin: 0;
  color: var(--ld-muted);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.62;
}

.ld-course-intro aside {
  align-self: stretch;
  padding: 24px;
  border: 1px solid rgba(196, 142, 67, 0.18);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.72);
}

.ld-course-section--cta {
  padding-top: 0;
  padding-bottom: 86px;
}

.ld-course-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 32px;
  padding: 34px;
  background: linear-gradient(135deg, rgba(255, 253, 248, 0.98), rgba(214, 174, 114, 0.18));
}

.ld-course-cta .ld-course-actions {
  justify-content: flex-end;
}

@media (max-width: 1180px) {
  .ld-hero-copy {
    width: min(560px, 58vw);
  }

  .ld-header-bild--home .ld-hero-copy {
    width: min(700px, 74vw);
  }

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

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

@media (max-width: 1100px) {
  .ld-reasons-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ld-page-card-grid--4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ld-page-panel--has-aside {
    grid-template-columns: 1fr;
  }

  body.page .ld-specials-section .cmsmasters_row_margin {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ld-events-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .ld-team-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .ld-course-copy {
    max-width: 610px;
  }

}

@media (max-width: 680px) {
  .ld-hero-section {
    min-height: 560px;
  }

  .ld-header-bild.ld-header-bild--desktop-ratio-active:not(.ld-header-bild--home) {
    min-height: 0;
  }

  .ld-header-bild.ld-header-bild--desktop-ratio-active:not(.ld-header-bild--home) .ld-hero-image {
    object-position: center top !important;
  }

  .ld-header-bild--home.ld-header-bild--mobile-ratio-active {
    aspect-ratio: auto;
    min-height: 680px;
  }

  .ld-header-bild--home {
    min-height: 680px;
    padding: 38px 16px 124px;
  }

  .ld-header-bild--home .ld-hero-copy {
    width: min(100%, 420px);
    margin-top: clamp(118px, 18vw, 164px);
  }

  .ld-header-bild--home.ld-header-bild--mobile-box-v-top .ld-hero-copy {
    margin-top: 0;
  }

  .ld-header-bild--home.ld-header-bild--mobile-box-v-bottom .ld-hero-copy {
    margin-top: clamp(206px, 28vw, 252px);
  }

  #la-danza-hero.ld-header-bild--home .ld-hero-copy {
    position: relative;
    left: -26px;
    width: calc(100vw - 40px);
    max-width: calc(100vw - 40px);
  }

  #la-danza-hero.ld-header-bild--home .ld-hero-title,
  #la-danza-hero.ld-header-bild--home .ld-hero-description,
  #la-danza-hero.ld-header-bild--home .ld-hero-actions,
  #la-danza-hero.ld-header-bild--home .ld-hero-trust-list {
    width: 100%;
    max-width: 100%;
  }

  #la-danza-hero.ld-header-bild--home .ld-hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    justify-self: stretch;
    justify-content: stretch;
  }

  #la-danza-hero.ld-header-bild--home .ld-hero-button {
    width: 100%;
    min-width: 0;
    justify-content: center;
    text-align: center;
  }

  #la-danza-hero.ld-header-bild--home .ld-hero-trust-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 16px;
    justify-content: stretch;
  }

  #la-danza-hero.ld-header-bild--home .ld-hero-trust-list li {
    min-width: 0;
  }

  .ld-header-bild--home .ld-hero-title .ld-hero-title-line {
    white-space: nowrap;
  }

  .ld-header-bild--home .ld-hero-title .ld-header-bild-line--size-display {
    font-size: clamp(31px, 5.5vw, 48px);
    line-height: 1.04;
  }

  .ld-header-bild--home .ld-hero-title .ld-header-bild-line--size-large {
    font-size: clamp(27px, 5vw, 44px);
    line-height: 1.04;
  }

  .ld-header-bild--home .ld-hero-image {
    object-position: 88% top !important;
  }

  .ld-header-bild--home .ld-hero-overlay {
    background:
      linear-gradient(90deg, rgba(251, 246, 236, 0.48) 0%, rgba(251, 246, 236, 0.34) 48%, rgba(251, 246, 236, 0.1) 78%, rgba(251, 246, 236, 0.02) 100%),
      linear-gradient(180deg, rgba(251, 246, 236, 0) 0%, rgba(251, 246, 236, 0) 66%, rgba(251, 246, 236, 0.22) 80%, rgba(251, 246, 236, 0.52) 94%, var(--ld-page-bg) 100%);
  }

  .ld-header-bild--home .ld-hero-badge {
    display: none;
  }

  .ld-hero-section--page .ld-page-hero-copy {
    width: min(520px, 68vw);
  }

  .ld-hero-section--page .ld-page-hero-overlay {
    background:
      linear-gradient(90deg, rgba(251, 246, 236, 0.97) 0%, rgba(251, 246, 236, 0.88) 46%, rgba(251, 246, 236, 0.24) 100%),
      linear-gradient(180deg, rgba(251, 246, 236, 0) 70%, var(--ld-page-bg) 100%);
  }

  .ld-hero-overlay {
    background:
      linear-gradient(90deg, rgba(251, 246, 236, 0.96) 0%, rgba(251, 246, 236, 0.84) 46%, rgba(251, 246, 236, 0.24) 100%),
      linear-gradient(180deg, rgba(251, 246, 236, 0) 70%, var(--ld-page-bg) 100%);
  }

  .ld-hero-copy {
    width: min(500px, 70vw);
  }

  .ld-hero-badge {
    right: 24px;
    bottom: 42px;
  }
}

@media (max-width: 900px) {
  .ld-social-head {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .ld-social-grid {
    grid-template-columns: 1fr;
  }

  .ld-social-card {
    min-height: 220px;
  }

  .ld-style-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .ld-team-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ld-course-intro,
  .ld-course-cta {
    grid-template-columns: 1fr;
  }

  .ld-course-cta .ld-course-actions {
    justify-content: flex-start;
  }

  .ld-job-post {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .ld-job-contact {
    padding-top: 26px;
    padding-left: 0;
    border-top: 1px solid rgba(23, 34, 52, 0.1);
    border-left: 0;
  }

  .ld-job-detail-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .ld-break-overview {
    padding: 32px 28px;
  }

  .ld-break-list--holidays .ld-break-row,
  .ld-break-list--pauses .ld-break-row {
    grid-template-columns: minmax(140px, 190px) minmax(0, 1fr);
  }

  .ld-break-list--holidays .ld-break-note,
  .ld-break-list--pauses .ld-break-detail {
    grid-column: 2;
  }

  .ld-page-card-grid--2,
  .ld-page-card-grid--3,
  .ld-page-card-grid--4 {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .ld-page-section {
    padding-bottom: 52px;
  }

  .ld-break-section {
    padding-bottom: 52px;
  }

  .ld-job-section {
    padding-bottom: 52px;
  }

  .ld-job-post {
    padding: 30px 18px;
  }

  .ld-job-title {
    font-size: 34px !important;
    line-height: 1.04 !important;
  }

  .ld-job-subtitle {
    font-size: 16px;
  }

  .ld-job-intro,
  .ld-job-contact-text {
    font-size: 15px;
  }

  .ld-job-facts {
    grid-template-columns: 1fr;
    gap: 0;
    margin-top: 24px;
  }

  .ld-job-contact h3 {
    font-size: 26px !important;
  }

  .ld-job-detail h3 {
    font-size: 23px !important;
  }

  .ld-job-cta {
    width: 100%;
  }

  .ld-break-overview {
    gap: 26px;
    padding: 26px 18px;
  }

  .ld-break-head {
    max-width: none;
  }

  .ld-break-head .ld-page-title {
    font-size: 32px !important;
    line-height: 1.06 !important;
  }

  .ld-break-group-head {
    flex-wrap: wrap;
    align-items: flex-start;
  }

  .ld-break-group-head h3 {
    font-size: 24px !important;
  }

  .ld-break-list--holidays .ld-break-row,
  .ld-break-list--pauses .ld-break-row {
    grid-template-columns: 1fr;
    gap: 5px;
    padding: 13px 0;
  }

  .ld-break-list--holidays .ld-break-note,
  .ld-break-list--pauses .ld-break-detail {
    grid-column: auto;
  }

  .ld-break-main {
    display: grid;
    gap: 6px;
  }

  .ld-page-panel {
    padding: 26px;
  }

  .ld-page-card {
    padding: 22px;
  }

  .ld-team-section {
    padding-right: 0;
    padding-left: 0;
  }

  .ld-course-intro,
  .ld-course-cta {
    padding: 26px;
  }

  .ld-course-intro h2,
  .ld-course-schedule-head h2,
  .ld-course-cta h2 {
    font-size: 38px !important;
  }

  .ld-reasons-section {
    padding: 26px 0 54px;
  }

  .ld-events-section {
    margin-top: -14px;
    padding: 18px 0 42px;
  }

  .ld-events-head {
    display: grid;
    gap: 18px;
    align-items: start;
  }

  .ld-events-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }

  .ld-events-section h2 {
    font-size: 44px;
  }
}

@media (max-width: 680px) {
  .ld-social-section {
    padding-bottom: 58px;
  }

  .ld-social-card {
    min-height: 205px;
    padding: 24px;
  }

  .ld-social-logo-image {
    width: 40px;
    height: 40px;
    flex-basis: 40px;
  }

  .ld-page-shell {
    width: min(100%, 1240px);
  }

  .ld-header-bild.ld-header-bild--mobile-ratio-active:not(.ld-header-bild--home) {
    min-height: 0;
  }

  .ld-header-bild.ld-header-bild--mobile-ratio-active:not(.ld-header-bild--home) .ld-hero-image {
    object-position: center top !important;
  }

  .ld-hero-section--page {
    min-height: 540px;
    padding: 42px 18px 100px;
  }

  .ld-hero-section--page .ld-page-hero-copy {
    width: min(430px, 78vw);
    max-width: 430px;
    padding: 0;
  }

  .ld-hero-section--page .ld-page-hero-title {
    font-size: clamp(38px, 11vw, 52px);
  }

  .ld-hero-section--page .ld-page-hero-lead {
    max-width: 360px;
  }

  .ld-hero-section--page .ld-page-hero-image {
    object-position: 72% center;
  }

  .ld-hero-section--page .ld-page-hero-overlay {
    background:
      linear-gradient(90deg, rgba(251, 246, 236, 0.97) 0%, rgba(251, 246, 236, 0.86) 52%, rgba(251, 246, 236, 0.22) 100%),
      linear-gradient(180deg, rgba(251, 246, 236, 0) 66%, var(--ld-page-bg) 100%);
  }

  .ld-course-shell {
    width: min(100%, 1240px);
  }

  .ld-course-hero {
    min-height: 0;
    padding: 0;
  }

  .ld-course-hero::after {
    height: 90px;
  }

  .ld-course-copy {
    max-width: none;
    padding: 42px 0 30px;
  }

  .ld-hero-section {
    min-height: 560px;
    padding: 42px 18px 128px;
  }

  .ld-hero-image {
    object-position: 74% top;
  }

  .ld-hero-copy {
    width: min(430px, 76vw);
  }

  .ld-hero-title {
    font-size: clamp(38px, 11vw, 50px);
  }

  .ld-hero-trust-list {
    max-width: 360px;
  }

  .ld-hero-copy {
    width: 100%;
  }

  .ld-hero-description {
    max-width: 380px;
  }

  .ld-hero-actions,
  .ld-page-actions,
  .ld-course-actions {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
    max-width: none;
  }

  .ld-hero-button,
  .ld-page-button,
  .ld-course-button {
    width: 100%;
    min-width: 0;
    box-sizing: border-box;
  }

  .ld-reasons-grid {
    grid-template-columns: 1fr;
  }

  body.page .ld-specials-section .cmsmasters_row_margin {
    grid-template-columns: 1fr;
    width: 100% !important;
  }

  body.page .ld-specials-section .cmsmasters_column {
    padding: 20px;
  }

  .ld-style-section {
    padding: 30px 0 22px;
  }

  .ld-style-head {
    display: grid;
    gap: 18px;
    align-items: start;
  }

  .ld-style-toggle {
    justify-self: start;
    text-align: left;
  }

  .ld-style-toggle--footer,
  .ld-events-all--footer {
    justify-self: center;
    text-align: center;
  }

  .ld-style-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .ld-style-section h2 {
    font-size: 44px;
  }
}

@media (max-width: 520px) {
  .ld-hero-section--page {
    min-height: 560px;
    padding-bottom: 110px;
  }

  .ld-hero-section--page .ld-page-hero-copy {
    width: 100%;
  }

  .ld-hero-section--page .ld-page-hero-image {
    object-position: 74% center;
  }

  .ld-page-hero--no-image {
    min-height: 360px;
  }

  .ld-page-card {
    grid-template-columns: 1fr;
  }

  .ld-page-card--compact {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .ld-page-card-icon {
    margin-bottom: 2px;
  }

  .ld-course-hero {
    min-height: 0;
  }

  .ld-course-lead {
    font-size: 16px;
    line-height: 1.52;
  }

  .ld-course-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .ld-course-button {
    width: 100%;
  }

  .ld-course-section {
    padding-bottom: 52px;
  }

  .ld-hero-section {
    min-height: 610px;
    padding-bottom: 138px;
  }

  .ld-hero-overlay {
    background:
      linear-gradient(90deg, rgba(251, 246, 236, 0.96) 0%, rgba(251, 246, 236, 0.82) 54%, rgba(251, 246, 236, 0.28) 100%),
      linear-gradient(180deg, rgba(251, 246, 236, 0) 68%, var(--ld-page-bg) 100%);
  }

  .ld-hero-badge {
    right: 18px;
    bottom: 28px;
  }

  .ld-events-grid {
    grid-template-columns: 1fr;
  }

  .ld-team-grid {
    grid-template-columns: 1fr;
  }

  .ld-hero-section.ld-page-hero--no-image {
    min-height: 360px;
    padding-bottom: 86px;
  }
}

@media (max-width: 460px) {
  .ld-hero-title {
    font-size: clamp(31px, 8.9vw, 38px);
  }

  .ld-hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .ld-page-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .ld-hero-button {
    width: 100%;
  }

  .ld-style-grid {
    grid-template-columns: 1fr;
  }

  .ld-team-body {
    min-height: 98px;
  }
}

@media (max-width: 680px) {
  .ld-hero-section--course .ld-course-copy {
    width: min(520px, 68vw);
  }

  .ld-hero-section--course .ld-course-hero-overlay {
    background:
      linear-gradient(90deg, rgba(251, 246, 236, 0.97) 0%, rgba(251, 246, 236, 0.88) 46%, rgba(251, 246, 236, 0.24) 100%),
      linear-gradient(180deg, rgba(251, 246, 236, 0) 70%, var(--ld-page-bg) 100%);
  }
}

@media (max-width: 760px) {
  .ld-hero-section--course {
    min-height: 560px;
    padding: 42px 18px 104px;
  }

  .ld-hero-section--course .ld-course-copy {
    width: min(430px, 78vw);
    max-width: 430px;
    padding: 0;
  }

  .ld-hero-section--course .ld-course-title {
    font-size: clamp(38px, 11vw, 52px);
  }

  .ld-hero-section--course .ld-course-lead {
    max-width: 360px;
  }

  .ld-hero-section--course .ld-course-hero-image {
    object-position: 72% center;
  }

  .ld-hero-section--course .ld-course-hero-overlay {
    background:
      linear-gradient(90deg, rgba(251, 246, 236, 0.97) 0%, rgba(251, 246, 236, 0.86) 52%, rgba(251, 246, 236, 0.22) 100%),
      linear-gradient(180deg, rgba(251, 246, 236, 0) 66%, var(--ld-page-bg) 100%);
  }
}

@media (max-width: 520px) {
  .ld-hero-section--course {
    min-height: 580px;
    padding-bottom: 112px;
  }

  .ld-hero-section--course .ld-course-copy {
    width: 100%;
  }

  .ld-hero-section--course .ld-course-hero-image {
    object-position: 74% center;
  }
}

@media (max-width: 520px) {
  .ld-header-bild--home.ld-header-bild--mobile-ratio-active {
    aspect-ratio: auto;
    min-height: 680px;
  }

  .ld-header-bild.ld-hero-section--course,
  .ld-header-bild.ld-hero-section--page {
    width: 100vw;
    max-width: 100vw;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
  }

  .ld-hero-section {
    min-height: 680px;
    padding: 38px 16px 124px;
  }

  .ld-hero-copy {
    width: min(100%, 348px);
  }

  .ld-header-bild--home .ld-hero-copy {
    margin-top: 164px;
  }

  .ld-header-bild--home.ld-header-bild--mobile-box-v-top .ld-hero-copy {
    margin-top: 0;
  }

  .ld-header-bild--home.ld-header-bild--mobile-box-v-bottom .ld-hero-copy {
    margin-top: 242px;
  }

  .ld-hero-title .ld-header-bild-line--size-display {
    font-size: clamp(31px, 8.5vw, 36px);
    line-height: 1.04;
    white-space: nowrap;
  }

  .ld-hero-title .ld-header-bild-line--size-large {
    font-size: clamp(27px, 7.2vw, 32px);
    line-height: 1.04;
  }

  .ld-hero-description {
    max-width: 340px;
    font-size: 14px;
    line-height: 1.5;
  }

  .ld-hero-image {
    object-position: 88% top !important;
  }

  .ld-hero-overlay {
    background:
      linear-gradient(90deg, rgba(251, 246, 236, 0.48) 0%, rgba(251, 246, 236, 0.34) 48%, rgba(251, 246, 236, 0.1) 78%, rgba(251, 246, 236, 0.02) 100%),
      linear-gradient(180deg, rgba(251, 246, 236, 0) 0%, rgba(251, 246, 236, 0) 66%, rgba(251, 246, 236, 0.22) 80%, rgba(251, 246, 236, 0.52) 94%, var(--ld-page-bg) 100%);
  }

  .ld-hero-badge {
    display: none;
  }

  .ld-hero-section--course {
    min-height: 610px;
    padding: 52px 18px 96px;
  }

  .ld-hero-section--course .ld-course-copy {
    width: min(100%, 328px);
    max-width: 328px;
    margin-top: 182px;
  }

  .ld-hero-section--course .ld-hero-title .ld-header-bild-line--size-large,
  .ld-hero-section--course .ld-course-title {
    font-size: clamp(27px, 7.2vw, 32px);
    line-height: 1.04;
  }

  .ld-hero-section--course .ld-course-lead {
    max-width: 310px;
    font-size: 14px;
    line-height: 1.48;
  }

  .ld-hero-section--course .ld-course-hero-image {
    object-position: 82% center !important;
  }

  .ld-hero-section--course .ld-course-hero-overlay {
    background:
      radial-gradient(ellipse at 50% 82%, rgba(251, 246, 236, 0.42) 0%, rgba(251, 246, 236, 0.28) 28%, rgba(251, 246, 236, 0.1) 62%, rgba(251, 246, 236, 0.03) 100%),
      linear-gradient(90deg, rgba(251, 246, 236, 0.34) 0%, rgba(251, 246, 236, 0.18) 58%, rgba(251, 246, 236, 0.03) 100%),
      linear-gradient(180deg, rgba(251, 246, 236, 0) 0%, rgba(251, 246, 236, 0) 66%, rgba(251, 246, 236, 0.16) 80%, rgba(251, 246, 236, 0.4) 94%, var(--ld-page-bg) 100%);
  }

  .ld-style-grid,
  .ld-events-grid,
  .ld-team-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .ld-style-section,
  .ld-events-section,
  .ld-team-section {
    padding-right: 0;
    padding-left: 0;
  }

  .ld-team-image-wrap {
    aspect-ratio: 1 / 1.04;
  }

  .ld-style-body,
  .ld-team-body {
    min-height: 72px;
    padding: 10px 8px 11px;
  }

  .ld-style-body {
    font-size: 13px;
    line-height: 1.15;
  }

  .ld-team-name,
  .ld-team-section .ld-team-card h3.ld-team-name {
    font-size: 13px !important;
    line-height: 1.14 !important;
  }

  .ld-team-subtitle {
    font-size: 11px;
    line-height: 1.2;
  }

  .ld-event-body {
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 8px;
    padding: 10px;
  }

  .ld-event-date {
    width: 34px;
    min-height: 40px;
  }

  .ld-event-month {
    font-size: 9px;
  }

  .ld-event-day {
    margin-top: 3px;
    font-size: 16px;
  }

  .ld-event-title {
    margin-bottom: 5px;
    font-size: 13px;
    line-height: 1.1;
  }

  .ld-event-meta {
    font-size: 11px;
    line-height: 1.22;
  }
}

@media (max-width: 360px) {
  .ld-hero-title .ld-header-bild-line--size-display {
    font-size: clamp(29px, 8vw, 31px);
  }

  .ld-style-grid,
  .ld-events-grid,
  .ld-team-grid {
    gap: 10px;
  }
}

.ld-page-section,
.ld-course-section,
.ld-course-section--cta,
.ld-reasons-section,
.ld-style-section,
.ld-style-section.is-headerless,
.ld-team-section,
.ld-events-section,
.ld-events-section.is-headerless {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

@media (max-width: 680px) {
  .ld-header-bild--home.ld-header-bild--mobile-custom-ratio.ld-header-bild--mobile-ratio-active {
    min-height: 0;
    padding: 34px 16px 58px;
  }

  .ld-header-bild--home.ld-header-bild--mobile-custom-ratio .ld-hero-copy,
  .ld-header-bild--home.ld-header-bild--mobile-custom-ratio.ld-header-bild--mobile-box-v-top .ld-hero-copy,
  .ld-header-bild--home.ld-header-bild--mobile-custom-ratio.ld-header-bild--mobile-box-v-bottom .ld-hero-copy {
    margin-top: 0;
  }

  .ld-header-bild.ld-header-bild--mobile-box-v-bottom {
    padding-bottom: clamp(20px, 5vw, 38px);
  }

  .ld-header-bild.ld-header-bild--mobile-box-v-bottom.ld-header-bild--mobile-ratio-active {
    padding-bottom: clamp(20px, 5vw, 38px);
  }

  .ld-header-bild.ld-header-bild--mobile-box-v-bottom .ld-hero-shell,
  .ld-header-bild.ld-header-bild--mobile-box-v-bottom .ld-header-bild-copy {
    align-self: end;
  }

  .ld-header-bild.ld-header-bild--mobile-box-v-bottom .ld-hero-copy {
    margin-top: 0;
  }

  .ld-header-bild--mobile-image-contain.ld-header-bild--mobile-ratio-active {
    min-height: 0;
  }

  .ld-header-bild--mobile-image-contain .ld-hero-image {
    object-fit: contain;
    object-position: center top !important;
  }

  #la-danza-hero.ld-header-bild--home {
    grid-template-columns: minmax(0, 1fr);
    padding-right: 20px;
    padding-left: 20px;
  }

  #la-danza-hero.ld-header-bild--home .ld-hero-shell {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    margin-right: 0;
    margin-left: 0;
    justify-self: stretch;
  }

  #la-danza-hero.ld-header-bild--home .ld-hero-copy {
    left: auto;
    width: 100%;
    min-width: 0;
    max-width: 100%;
    margin-right: 0;
    margin-left: 0;
    box-sizing: border-box;
    justify-self: stretch;
  }

  #la-danza-hero.ld-header-bild--home .ld-hero-actions,
  #la-danza-hero.ld-header-bild--home .ld-hero-button {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    margin-right: 0;
    margin-left: 0;
    box-sizing: border-box;
  }

  #la-danza-hero.ld-header-bild--home .ld-hero-title,
  #la-danza-hero.ld-header-bild--home .ld-hero-description,
  #la-danza-hero.ld-header-bild--home .ld-hero-trust-list {
    min-width: 0;
  }
}

@media (min-width: 681px) {
  .ld-text-visibility-mobile {
    display: none !important;
  }
}

@media (max-width: 680px) {
  .ld-text-visibility-desktop {
    display: none !important;
  }
}

@supports selector(:has(*)) {
  @media (min-width: 681px) {
    .ld-hero-actions:not(:has(> a:not(.ld-text-visibility-mobile))),
    .ld-hero-trust-list:not(:has(> li:not(.ld-text-visibility-mobile))),
    .ld-hero-badge:not(:has(> :not(.ld-text-visibility-mobile))) {
      display: none !important;
    }
  }

  @media (max-width: 680px) {
    .ld-hero-actions:not(:has(> a:not(.ld-text-visibility-desktop))),
    .ld-hero-trust-list:not(:has(> li:not(.ld-text-visibility-desktop))),
    .ld-hero-badge:not(:has(> :not(.ld-text-visibility-desktop))) {
      display: none !important;
    }
  }
}

/* Dedicated pricing experience */
.ld-pricing {
  --ld-pricing-ink: #172234;
  --ld-pricing-muted: #666a73;
  --ld-pricing-line: rgba(23, 34, 52, 0.12);
  --ld-pricing-card: #fffdfa;
  --ld-pricing-accent: #ad7938;
  --ld-pricing-tab-active: #1c222f;
  --ld-pricing-ease-out: cubic-bezier(0.23, 1, 0.32, 1);
  padding: clamp(54px, 7vw, 92px) 0 clamp(62px, 8vw, 104px);
  color: var(--ld-pricing-ink);
}

.ld-pricing .ld-page-shell {
  box-sizing: border-box;
  padding-right: 24px;
  padding-left: 24px;
}

.ld-pricing-head {
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}

.ld-pricing-eyebrow {
  margin: 0 0 12px;
  color: var(--ld-pricing-accent);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 12px;
  font-weight: 750;
  letter-spacing: 0.075em;
  line-height: 1.2;
  text-transform: uppercase;
}

.ld-pricing-title {
  margin: 0 !important;
  color: var(--ld-pricing-ink) !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  font-size: clamp(40px, 5vw, 64px) !important;
  font-style: normal !important;
  font-weight: 750 !important;
  letter-spacing: -0.045em !important;
  line-height: 1.02 !important;
}

.ld-pricing-intro {
  max-width: 690px;
  margin: 20px auto 0;
  color: var(--ld-pricing-muted);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(16px, 1.45vw, 19px);
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.55;
}

.ld-pricing-track:focus-visible,
.ld-pricing-dot:focus-visible,
.ld-pricing-cta:focus-visible,
.ld-pricing-booking-link:focus-visible {
  outline: 3px solid rgba(173, 121, 56, 0.32);
  outline-offset: 3px;
}

.ld-pricing-panels {
  margin-top: 34px;
}

.ld-pricing-panel[hidden] {
  display: none !important;
}

.ld-pricing-track {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
  min-width: 0;
  border-radius: 22px;
}

.ld-pricing-card {
  box-sizing: border-box;
  display: grid;
  grid-template-rows: var(--ld-pricing-head-row, 108px) var(--ld-pricing-price-row, 112px) var(--ld-pricing-description-row, 84px) minmax(0, 1fr) auto;
  min-width: 0;
  min-height: 520px;
  padding: 28px;
  border: 1px solid var(--ld-pricing-line);
  border-radius: 22px;
  background: var(--ld-pricing-card);
  box-shadow: 0 10px 30px rgba(32, 31, 28, 0.045);
}

.ld-pricing-card.is-featured {
  border-color: rgba(173, 121, 56, 0.48);
  box-shadow:
    0 0 0 1px rgba(173, 121, 56, 0.08),
    0 16px 38px rgba(52, 44, 33, 0.075);
}

.ld-pricing-card-head {
  display: grid;
  grid-template-rows: 21px minmax(0, 1fr);
  min-width: 0;
  align-content: start;
}

.ld-pricing-featured-label {
  display: block;
  min-width: 0;
  color: var(--ld-pricing-accent);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.065em;
  line-height: 1.2;
  text-transform: uppercase;
}

.ld-pricing-featured-label.is-placeholder {
  visibility: hidden;
}

.ld-pricing-card h3 {
  min-width: 0;
  max-width: 100%;
  margin: 0 !important;
  color: var(--ld-pricing-ink) !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  font-size: clamp(21px, 1.7vw, 25px) !important;
  font-style: normal !important;
  font-weight: 720 !important;
  letter-spacing: -0.028em !important;
  line-height: 1.12 !important;
  hyphens: auto;
  overflow-wrap: anywhere;
  word-break: normal;
}

.ld-pricing-price-wrap {
  display: grid;
  grid-template-rows: auto minmax(18px, auto);
  gap: 8px;
  min-width: 0;
  align-content: start;
  padding-top: 10px;
}

.ld-pricing-price {
  display: block;
  min-width: 0;
  max-width: 100%;
  width: 100%;
  color: var(--ld-pricing-ink);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(34px, 3.1vw, 48px);
  font-weight: 740;
  letter-spacing: -0.055em;
  line-height: 0.98;
  overflow-wrap: normal;
  word-break: normal;
}

.ld-pricing-price-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 12px;
  min-width: 0;
  align-items: baseline;
}

.ld-pricing-secondary-price {
  min-width: 0;
  color: var(--ld-pricing-ink);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  font-weight: 650;
  line-height: 1.3;
}

.ld-pricing-price-suffix {
  min-width: 0;
  color: var(--ld-pricing-muted);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 13px;
  font-weight: 520;
  line-height: 1.3;
}

.ld-pricing-description {
  min-width: 0;
  max-width: 100%;
  margin: 0;
  color: var(--ld-pricing-muted);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  font-weight: 560;
  letter-spacing: -0.006em;
  line-height: 1.52;
  hyphens: none;
  overflow-wrap: anywhere;
  word-break: normal;
}

.ld-pricing-features {
  display: grid;
  align-content: start;
  gap: 12px;
  min-width: 0;
  margin: 0 0 28px;
  padding: 22px 0 0;
  border-top: 1px solid rgba(23, 34, 52, 0.09);
  list-style: none;
}

.ld-pricing-features li {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 9px;
  align-items: start;
  margin: 0;
  color: #464c57;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 15px;
  font-weight: 560;
  line-height: 1.45;
  overflow-wrap: anywhere;
  word-break: normal;
}

.ld-pricing-features li::before {
  content: none !important;
  display: none !important;
}

.ld-pricing-feature-icon {
  display: grid;
  place-items: center;
  width: 18px;
  height: 18px;
  margin-top: 1px;
  color: var(--ld-pricing-accent);
}

.ld-pricing-feature-icon .ld-icon {
  width: 16px;
  height: 16px;
  stroke-width: 2;
}

.ld-pricing-cta {
  box-sizing: border-box;
  display: flex;
  gap: 14px;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 48px;
  margin-top: auto;
  padding: 12px 15px;
  border: 1px solid var(--ld-pricing-ink);
  border-radius: 11px;
  background: var(--ld-pricing-ink);
  color: #fff !important;
  cursor: pointer;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  font-weight: 650;
  line-height: 1.2;
  text-decoration: none !important;
  transition:
    background-color 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease,
    transform 140ms var(--ld-pricing-ease-out);
}

.ld-pricing-cta > span:first-child {
  min-width: 0;
  overflow-wrap: anywhere;
}

.ld-pricing-cta > span:last-child {
  flex: 0 0 auto;
}

.ld-pricing-cta:active {
  transform: scale(0.98);
}

.ld-pricing-booking-notice {
  display: grid;
  gap: clamp(28px, 3vw, 38px);
  margin-top: clamp(44px, 6vw, 72px);
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.ld-pricing-booking-message {
  max-width: 1080px;
}

.ld-pricing-booking-message h3 {
  margin: 0 0 14px !important;
  color: var(--ld-pricing-ink) !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  font-size: clamp(24px, 2.5vw, 34px) !important;
  font-style: normal !important;
  font-weight: 700 !important;
  letter-spacing: -0.025em !important;
  line-height: 1.16 !important;
}

.ld-pricing-booking-notice p {
  max-width: 1050px;
  margin: 0;
  padding: 0 !important;
  color: var(--ld-pricing-ink);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  font-weight: 480;
  line-height: 1.65;
}

.ld-pricing-booking-choices {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(20px, 2.5vw, 28px);
}

.ld-pricing-booking-choice {
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-width: 0;
  min-height: 230px;
  padding: clamp(28px, 3vw, 36px);
  border: 1px solid rgba(23, 34, 52, 0.1);
  border-radius: 16px;
  background: #fffdfa;
  box-shadow: 0 16px 38px rgba(52, 44, 33, 0.055);
}

.ld-pricing-booking-choice h4 {
  margin: 0 !important;
  color: var(--ld-pricing-ink) !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  font-size: 20px !important;
  font-style: normal !important;
  font-weight: 680 !important;
  letter-spacing: -0.018em !important;
  line-height: 1.32 !important;
}

.ld-pricing-booking-choice p {
  color: #464c57;
  font-size: 16px;
  font-weight: 450;
  line-height: 1.6;
}

.ld-pricing-booking-choice .ld-pricing-booking-link {
  align-self: flex-start;
  margin-top: auto;
}

.ld-pricing-booking-link {
  box-sizing: border-box;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 14px;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 18px;
  border: 1px solid var(--ld-pricing-ink);
  border-radius: 11px;
  background: var(--ld-pricing-ink);
  color: #fff !important;
  cursor: pointer;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  font-weight: 650;
  line-height: 1.2;
  text-decoration: none !important;
  transition:
    background-color 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease,
    transform 140ms var(--ld-pricing-ease-out);
}

.ld-pricing-booking-link:active {
  transform: scale(0.98);
}

.ld-pricing-booking-link--secondary {
  border-color: var(--ld-pricing-ink);
  background: var(--ld-pricing-ink);
  color: #fff !important;
}

.ld-pricing-dots {
  display: none;
  gap: 9px;
  align-items: center;
  justify-content: center;
  min-height: 20px;
  margin-top: 14px;
}

.ld-pricing-dot {
  box-sizing: border-box;
  flex: 0 0 8px;
  width: 8px;
  min-width: 8px;
  height: 8px;
  min-height: 8px;
  padding: 0 !important;
  border: 0;
  border-radius: 50% !important;
  background: rgba(23, 34, 52, 0.2);
  cursor: pointer;
  transform: none !important;
  transition:
    background-color 160ms ease,
    transform 160ms var(--ld-pricing-ease-out);
}

.ld-pricing-dot[aria-current="true"] {
  background: var(--ld-pricing-ink);
  transform: scale(1.25) !important;
}

.ld-pricing-notes {
  display: grid;
  grid-template-columns: repeat(var(--ld-pricing-note-count, 3), minmax(0, 1fr));
  gap: 0 42px;
  margin-top: clamp(48px, 6vw, 68px);
  padding-top: 28px;
  border-top: 1px solid rgba(23, 34, 52, 0.1);
}

@media (min-width: 960px) {
  .ld-pricing-track.has-overflow {
    grid-template-columns: repeat(var(--ld-pricing-card-count), minmax(320px, 1fr));
    overflow-x: auto;
    padding: 4px 4px 12px;
    scroll-behavior: smooth;
    scroll-padding-inline: 4px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    overscroll-behavior-x: contain;
  }

  .ld-pricing-track.has-overflow::-webkit-scrollbar {
    display: none;
  }

  .ld-pricing-track.has-overflow .ld-pricing-card {
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }

  .ld-pricing-panel.has-overflow .ld-pricing-dots {
    display: flex;
  }
}

.ld-pricing-notes p {
  display: grid;
  gap: 4px;
  margin: 0;
  color: var(--ld-pricing-muted);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.45;
}

.ld-pricing-notes strong {
  color: var(--ld-pricing-ink);
  font-size: 12px;
  font-weight: 700;
}

@media (hover: hover) and (pointer: fine) {
  .ld-pricing-cta:hover,
  .ld-pricing-booking-link:hover {
    border-color: #2c394b;
    background: #2c394b;
    box-shadow: 0 10px 20px rgba(23, 34, 52, 0.13);
    color: #fff !important;
    transform: translateY(-1px);
  }
}

@media (max-width: 959px) {
  .ld-pricing .ld-page-shell {
    padding-right: 20px;
    padding-left: 20px;
  }

  .ld-pricing-panels {
    margin-top: 28px;
  }

  .ld-pricing-track {
    display: flex;
    gap: 14px;
    overflow-x: auto;
    width: 100vw;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    padding: 4px 20px 10px;
    border-radius: 0;
    scroll-behavior: smooth;
    scroll-padding-inline: 20px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    overscroll-behavior-x: contain;
    -webkit-overflow-scrolling: touch;
  }

  .ld-pricing-track::-webkit-scrollbar {
    display: none;
  }

  .ld-pricing-card {
    flex: 0 0 min(390px, calc(100vw - 56px));
    min-height: 520px;
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }

  .ld-pricing-dots {
    display: flex;
  }
}

@media (max-width: 860px) {
  .ld-pricing-booking-choices {
    grid-template-columns: 1fr;
  }

  .ld-pricing-booking-choice {
    min-height: 0;
  }
}

@media (max-width: 700px) {
  .ld-pricing {
    padding-top: 48px;
    padding-bottom: 68px;
  }

  .ld-pricing-title {
    font-size: clamp(36px, 10vw, 48px) !important;
    letter-spacing: -0.04em !important;
  }

  .ld-pricing-intro {
    margin-top: 16px;
    font-size: 16px;
    line-height: 1.5;
  }

  .ld-pricing-tabs {
    position: relative;
    left: 50%;
    width: min(625px, calc(100vw - 32px));
    margin-top: 28px;
    transform: translateX(-50%);
  }

  .ld-pricing-booking-notice {
    gap: 26px;
    margin-top: 40px;
    padding: 0;
  }

  .ld-pricing-booking-choice {
    padding: 24px;
  }

  .ld-pricing-booking-link {
    width: 100%;
  }

  .ld-pricing-tab {
    min-height: 46px;
    padding-right: 8px;
    padding-left: 8px;
    font-size: 14px !important;
  }

  .ld-pricing-card {
    min-height: 510px;
    padding: 24px;
    border-radius: 19px;
  }

  .ld-pricing-card h3 {
    font-size: 22px !important;
  }

  .ld-pricing-price {
    font-size: clamp(34px, 10vw, 43px);
  }

  .ld-pricing-notes {
    grid-template-columns: 1fr;
    gap: 0;
    margin-top: 28px;
    padding-top: 0;
    border-top: 1px solid rgba(23, 34, 52, 0.1);
  }

  .ld-pricing-notes p {
    padding: 14px 0;
    border-bottom: 1px solid rgba(23, 34, 52, 0.08);
  }
}

@media (max-width: 380px) {
  .ld-pricing .ld-page-shell {
    padding-right: 16px;
    padding-left: 16px;
  }

  .ld-pricing-track {
    padding-right: 16px;
    padding-left: 16px;
    scroll-padding-inline: 16px;
  }

  .ld-pricing-card {
    flex-basis: calc(100vw - 44px);
    padding: 21px;
  }

}

@media (prefers-reduced-motion: reduce) {
  .ld-style-grid-clip,
  .ld-style-grid-clip::after,
  .ld-events-grid-clip,
  .ld-events-grid-clip::after,
  .ld-team-grid-clip,
  .ld-team-grid-clip::after,
  .ld-style-card,
  .ld-team-card,
  .ld-style-toggle,
  .ld-team-toggle,
  .ld-events-all,
  .ld-hero-button,
  .ld-page-button,
  .ld-page-card,
  .ld-social-card,
  .ld-page-panel,
  .ld-break-overview,
  .ld-job-cta,
  .ld-page-iframe-wrap,
  .ld-pricing-tab-thumb,
  .ld-pricing-tab,
  .ld-pricing-dot,
  .ld-pricing-cta,
  .ld-pricing-booking-link,
  .ld-course-button,
  .ld-course-card,
  .ld-course-copy,
  .ld-course-intro,
  .ld-course-cta,
  .ld-reason-card,
  .ld-reveal,
  .ld-heading-eyebrow,
  .ld-heading-title,
  .ld-hero-title-line,
  .ld-hero-description,
  .ld-hero-actions,
  .ld-hero-trust-item,
  .ld-header-bild-image-reveal,
  .ld-style-image,
  .ld-team-image,
  .ld-event-image,
  body.page .ld-specials-section .cmsmasters_button,
  body.page .ld-specials-section .button,
  .ld-event-card {
    transition-duration: 1ms !important;
    transition-delay: 0ms !important;
  }

  .ld-pricing-track {
    scroll-behavior: auto;
  }

  .ld-style-section.is-collapsed .ld-style-card[data-extra-row="true"] {
    transform: none;
  }

  .ld-events-section.is-collapsed .ld-event-card[data-extra-row="true"] {
    transform: none;
  }

  .ld-team-section.is-collapsed .ld-team-card[data-extra-row="true"] {
    transform: none;
  }

  .ld-event-card,
  .ld-team-card {
    opacity: 1;
    filter: none;
    transform: none;
    animation: none;
  }

  .ld-js .ld-reveal,
  .ld-js .ld-page-block .ld-reveal,
  .ld-js .ld-course-page .ld-reveal,
  .ld-js .ld-motion-enabled .ld-heading-shell.ld-reveal .ld-heading-eyebrow,
  .ld-js .ld-motion-enabled .ld-heading-shell.ld-reveal .ld-heading-title,
  .ld-js .ld-motion-enabled .ld-hero-copy.ld-reveal .ld-hero-title-line,
  .ld-js .ld-motion-enabled .ld-hero-copy.ld-reveal .ld-hero-description,
  .ld-js .ld-motion-enabled .ld-hero-copy.ld-reveal .ld-hero-actions,
  .ld-js .ld-motion-enabled .ld-hero-copy.ld-reveal .ld-hero-trust-item,
  .ld-js .ld-motion-enabled .ld-header-bild-image-reveal[data-ld-reveal] {
    opacity: 1;
    filter: none;
    transform: none;
  }
}
