.esler-cards-block {
  --esler-orange: #ff3508;
  --esler-dark: #292929;
  --esler-card-bg: #fff;
  width: 100%;
}

.esler-cards-header { margin-bottom: 42px; }
.esler-cards-header h2 { margin: 0 0 28px; color: var(--esler-dark); font-size: clamp(28px, 2.2vw, 38px); line-height: 1.15; }
.esler-cards-header h2::after { content: ""; display: block; width: min(480px, 100%); height: 4px; margin-top: 28px; background: var(--esler-dark); }
.esler-cards-header p { margin: 0; color: var(--esler-dark); font-size: clamp(17px, 1.25vw, 21px); font-weight: 600; }
.esler-cards-slider-wrap { position: relative; }
.esler-cards-slider { display: grid; grid-template-columns: repeat(var(--esler-columns, 5), minmax(0, 1fr)); gap: 28px; }
.esler-cards-slider-wrap[data-card-count="1"] .esler-cards-slider { --esler-columns: 1; }
.esler-cards-slider-wrap[data-card-count="2"] .esler-cards-slider { --esler-columns: 2; }
.esler-cards-slider-wrap[data-card-count="3"] .esler-cards-slider { --esler-columns: 3; }
.esler-cards-slider-wrap[data-card-count="4"] .esler-cards-slider { --esler-columns: 4; }
.esler-cards-slider-wrap[data-card-count="5"] .esler-cards-slider { --esler-columns: 5; }
.esler-cards-slider-wrap[data-card-count="6"] .esler-cards-slider { --esler-columns: 3; }
.esler-cards-slide { min-width: 0; }
.esler-card { display: flex; box-sizing: border-box; height: 100%; min-height: 430px; flex-direction: column; overflow: hidden; border: 1px solid #e7e1de; border-radius: 8px; background: var(--esler-card-bg); color: var(--esler-dark); box-shadow: 0 5px 18px rgba(41,41,41,.045); text-decoration: none !important; transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.esler-card.is-static { cursor: default; }
.esler-card:hover, .esler-card:focus-visible { border-color: rgba(255,53,8,.38); color: var(--esler-dark); transform: translateY(-4px); box-shadow: 0 13px 32px rgba(41,41,41,.11); }
.esler-card:focus-visible { outline: 3px solid var(--esler-orange); outline-offset: 3px; }
.esler-card-image { aspect-ratio: 16 / 9; overflow: hidden; border-radius: 8px 8px 0 0; background: #ddd; }
.esler-card-image img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.esler-card:hover .esler-card-image img { transform: scale(1.035); }
.esler-card-content { display: flex; flex: 1; flex-direction: column; padding: 24px; }
.esler-card-content h3 { margin: 0 0 14px; color: var(--esler-dark); font-size: clamp(20px, 1.5vw, 25px); line-height: 1.1; -webkit-hyphens: auto; hyphens: auto; overflow-wrap: break-word; }
.esler-card-content p { margin: 0 0 24px; color: var(--esler-dark); font-size: 16px; line-height: 1.55; }
.esler-card-arrow { margin-top: auto; align-self: flex-end; color: #6a6a6a; font-size: 30px; line-height: 1; transition: color .2s ease, transform .2s ease; }
.esler-card:hover .esler-card-arrow { color: var(--esler-orange); transform: translateX(5px); }
.esler-cards-slider-btn { display: none; }
.esler-cards-dots { display: none; align-items: center; justify-content: center; gap: 8px; margin-top: 22px; }
.esler-cards-dots button { box-sizing: border-box; width: 9px; height: 9px; padding: 0; border: 0; border-radius: 50%; background: #c9c9c9 !important; cursor: pointer; transition: width .2s ease, border-radius .2s ease, background-color .2s ease; }
.esler-cards-dots button.is-active { width: 25px; border-radius: 10px; background: var(--esler-orange) !important; }

@media (max-width: 1199px) and (min-width: 769px) {
  .esler-cards-slider { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 768px) {
  .esler-cards-header { margin-bottom: 28px; }
  .esler-cards-slider-wrap { padding: 0; }
  .esler-cards-slider { display: flex; gap: 16px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; overscroll-behavior-inline: contain; }
  .esler-cards-slider::-webkit-scrollbar { display: none; }
  .esler-cards-slide { flex: 0 0 88%; scroll-snap-align: start; }
  .esler-card { min-height: 410px; }
  .esler-cards-slider-btn { display: none !important; }
  .esler-cards-slider-btn.prev { left: 0; }
  .esler-cards-slider-btn.next { right: 0; }
  .esler-cards-slider-btn:hover:not(:disabled), .esler-cards-slider-btn:focus:not(:disabled), .esler-cards-slider-btn:active:not(:disabled) { background: var(--esler-orange) !important; color: #fff !important; }
  .esler-cards-slider-btn:disabled { background: var(--esler-orange) !important; opacity: .28; cursor: not-allowed; }
  .esler-cards-slider-wrap:not([data-card-count="1"]) .esler-cards-dots { display: flex; }
}

@media (max-width: 420px) {
  .esler-cards-slider-wrap { padding: 0; }
  .esler-cards-slide { flex-basis: 94%; }
  .esler-card-content { padding: 20px; }
}

@media (prefers-reduced-motion: reduce) {
  .esler-card, .esler-card-image img, .esler-card-arrow { transition: none; }
  .esler-cards-slider { scroll-behavior: auto; }
}

.esler-testimonials-block { --esler-orange: #ff3508; --esler-dark: #292929; width: 100%; color: var(--esler-dark); }
.esler-testimonials-slider-wrap { position: relative; }
.esler-testimonials-slider { display: flex; justify-content: center; gap: 28px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; overscroll-behavior-inline: contain; }
.esler-testimonials-slider::-webkit-scrollbar { display: none; }
.esler-testimonials-slider-wrap.is-scrollable { padding: 0 52px; }
.esler-testimonials-slider-wrap.is-scrollable .esler-testimonials-slider { justify-content: flex-start; }
.esler-testimonial-slide { display: flex; flex: 0 0 calc((100% - 56px) / 3); min-width: 0; scroll-snap-align: start; }
.esler-testimonial-card { box-sizing: border-box; display: flex; width: 100%; min-height: 390px; flex-direction: column; align-items: flex-start; padding: 34px; border: 1px solid #e3e3e3; border-radius: 10px; background: #fff; box-shadow: 0 10px 28px rgba(0,0,0,.06); }
.esler-testimonial-photo { overflow: hidden; width: 104px; min-width: 104px; height: 104px; margin-bottom: 22px; border-radius: 50%; background: #e8e8e8; }
.esler-testimonial-photo img { display: block; width: 100%; height: 100%; object-fit: cover; }
.esler-testimonial-quote-mark { height: 38px; margin-bottom: 4px; color: var(--esler-orange); font-family: Georgia, serif; font-size: 62px; font-weight: 700; line-height: .95; }
.esler-testimonial-card blockquote { margin: 0 0 28px; padding: 0; border: 0; color: var(--esler-dark); font-style: normal; }
.esler-testimonial-card blockquote p { margin: 0; color: inherit; font-size: 17px; line-height: 1.62; }
.esler-testimonial-meta { display: block; width: auto; min-height: 0; margin-top: auto; padding: 0; border: 0; background: transparent; box-shadow: none; }
.esler-testimonial-meta strong, .esler-testimonial-meta span { display: block; }
.esler-testimonial-meta strong { margin-bottom: 4px; color: var(--esler-orange); font-size: 18px; line-height: 1.3; }
.esler-testimonial-meta span { color: #5c5c5c; font-size: 15px; line-height: 1.4; }
.esler-testimonials-slider-btn { position: absolute; z-index: 2; top: 50%; display: none; box-sizing: border-box; width: 40px; height: 40px; padding: 0; transform: translateY(-50%); appearance: none; place-items: center; border: 0; border-radius: 50%; background: var(--esler-orange) !important; color: #fff !important; font-size: 31px; line-height: 1; cursor: pointer; }
.esler-testimonials-slider-wrap.is-scrollable .esler-testimonials-slider-btn { display: grid; }
.esler-testimonials-slider-btn.prev { left: 0; }
.esler-testimonials-slider-btn.next { right: 0; }
.esler-testimonials-slider-btn:hover:not(:disabled), .esler-testimonials-slider-btn:focus:not(:disabled), .esler-testimonials-slider-btn:active:not(:disabled) { background: var(--esler-orange) !important; color: #fff !important; }
.esler-testimonials-slider-btn:disabled { background: var(--esler-orange) !important; opacity: .28; cursor: not-allowed; }
.esler-testimonials-slider-btn:focus-visible { outline: 3px solid rgba(255,53,8,.35); outline-offset: 3px; }
.esler-testimonials-dots { display: none; justify-content: center; gap: 8px; margin-top: 24px; }
.esler-testimonials-slider-wrap.is-scrollable .esler-testimonials-dots { display: flex; }
.esler-testimonials-dots button { box-sizing: border-box; width: 9px; height: 9px; padding: 0; border: 0; border-radius: 50%; background: #c9c9c9; cursor: pointer; transition: width .2s ease, border-radius .2s ease, background-color .2s ease; }
.esler-testimonials-dots button.is-active { width: 25px; border-radius: 10px; background: var(--esler-orange); }
.esler-testimonials-dots button[hidden] { display: none; }

@media (max-width: 1024px) {
  .esler-testimonial-slide { flex-basis: calc((100% - 24px) / 2); }
  .esler-testimonials-slider { gap: 24px; }
}

@media (max-width: 680px) {
  .esler-testimonials-slider-wrap.is-scrollable { padding: 0; }
  .esler-testimonials-slider { gap: 16px; }
  .esler-testimonial-slide { flex-basis: 100%; }
  .esler-testimonial-card { min-height: 360px; padding: 28px 24px; }
  .esler-testimonial-photo { width: 92px; min-width: 92px; height: 92px; }
  .esler-testimonials-slider-wrap.is-scrollable .esler-testimonials-slider-btn { display: none !important; }
}

@media (prefers-reduced-motion: reduce) {
  .esler-testimonials-dots button { transition: none; }
}

.esler-wpb-process { --esler-orange: #ff3508; --esler-dark: #292929; width: 100%; border: 0; background: transparent; color: var(--esler-dark); }
.esler-wpb-process-slider-wrap { position: relative; border: 0; background: transparent; }
.esler-wpb-process-track { position: relative; display: flex; gap: 24px; margin: 0; padding: 0; overflow-x: auto; border: 0; background: transparent; scroll-snap-type: x mandatory; scrollbar-width: none; overscroll-behavior-inline: contain; }
.esler-wpb-process-track::-webkit-scrollbar { display: none; }
.esler-wpb-process-track::before { content: ""; position: absolute; top: 27px; right: 10%; left: 10%; height: 2px; background: #d5d5d5; }
.esler-wpb-process-step { position: relative; z-index: 1; display: flex; flex: 0 0 calc((100% - 96px) / 5); min-width: 0; flex-direction: column; align-items: center; margin: 0; padding: 0; border: 0; background: transparent; box-shadow: none; scroll-snap-align: start; }
.esler-wpb-process-number { box-sizing: border-box; display: grid; width: 56px; height: 56px; place-items: center; border: 6px solid #fff; border-radius: 50%; background: var(--esler-orange); box-shadow: 0 7px 18px rgba(0,0,0,.14); color: #fff; font-size: 22px; font-weight: 700; line-height: 1; }
.esler-wpb-process-stem { width: 2px; height: 54px; background: #d5d5d5; }
.esler-wpb-process-card { box-sizing: border-box; display: flex; width: 100%; min-height: 280px; flex: 1; flex-direction: column; align-items: center; padding: 50px 24px 30px; overflow: visible; border: 1px solid #ededed; border-radius: 10px; background: #fff; box-shadow: 0 10px 28px rgba(0,0,0,.065); text-align: center; }
.esler-wpb-process-icon { position: relative; z-index: 2; box-sizing: border-box; display: grid; width: 84px; min-width: 84px; height: 84px; margin: -92px 0 22px; place-items: center; border: 0; border-radius: 50%; background: #fff0ed; color: var(--esler-orange); box-shadow: none; }
.esler-wpb-process-icon svg { width: 42px; height: 42px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.esler-wpb-process-card h3 { margin: 0 0 16px; color: var(--esler-dark); font-size: clamp(19px, 1.25vw, 23px); line-height: 1.18; }
.esler-wpb-process-card p { margin: 0; color: #5c5c5c; font-size: 16px; line-height: 1.55; }
.esler-wpb-process-btn { position: absolute; z-index: 4; top: 58%; display: none; box-sizing: border-box; width: 40px; height: 40px; padding: 0; transform: translateY(-50%); appearance: none; place-items: center; border: 0; border-radius: 50%; background: var(--esler-orange) !important; color: #fff !important; font-size: 31px; line-height: 1; cursor: pointer; }
.esler-wpb-process-slider-wrap.is-scrollable { padding: 0 50px; }
.esler-wpb-process-slider-wrap.is-scrollable .esler-wpb-process-btn { display: grid; }
.esler-wpb-process-btn.prev { left: 0; }
.esler-wpb-process-btn.next { right: 0; }
.esler-wpb-process-btn:hover:not(:disabled), .esler-wpb-process-btn:focus:not(:disabled), .esler-wpb-process-btn:active:not(:disabled) { background: var(--esler-orange) !important; color: #fff !important; }
.esler-wpb-process-btn:disabled { background: var(--esler-orange) !important; opacity: .28; cursor: not-allowed; }
.esler-wpb-process-btn:focus-visible { outline: 3px solid rgba(255,53,8,.35); outline-offset: 3px; }
.esler-wpb-process-dots { display: none; justify-content: center; gap: 8px; margin-top: 24px; }
.esler-wpb-process-slider-wrap.is-scrollable .esler-wpb-process-dots { display: flex; }
.esler-wpb-process-dots button { box-sizing: border-box; width: 9px; height: 9px; padding: 0; border: 0; border-radius: 50%; background: #c9c9c9; cursor: pointer; transition: width .2s ease, border-radius .2s ease, background-color .2s ease; }
.esler-wpb-process-dots button.is-active { width: 25px; border-radius: 10px; background: var(--esler-orange); }
.esler-wpb-process-dots button[hidden] { display: none; }

@media (max-width: 1100px) {
  .esler-wpb-process-step { flex-basis: calc((100% - 24px) / 2); }
  .esler-wpb-process-track::before { right: 25%; left: 25%; }
}

@media (max-width: 680px) {
  .esler-wpb-process-slider-wrap.is-scrollable { padding: 0; }
  .esler-wpb-process-track { gap: 16px; }
  .esler-wpb-process-track::before { right: 50%; left: 50%; }
  .esler-wpb-process-step { flex-basis: 100%; }
  .esler-wpb-process-card { min-height: 260px; padding-right: 22px; padding-left: 22px; }
  .esler-wpb-process-slider-wrap.is-scrollable .esler-wpb-process-btn { display: none !important; }
}

@media (prefers-reduced-motion: reduce) {
  .esler-wpb-process-dots button { transition: none; }
}

.esler-sticky-bar { position: fixed; z-index: 999999; right: 0; bottom: 0; left: 0; box-sizing: border-box; padding: 14px 20px calc(14px + env(safe-area-inset-bottom)); visibility: hidden; background: rgba(255,255,255,.96); box-shadow: 0 -8px 28px rgba(0,0,0,.14); opacity: 0; pointer-events: none; transform: translateY(100%); transition: opacity .25s ease, visibility .25s ease, transform .25s ease; backdrop-filter: blur(8px); }
.esler-sticky-bar.is-visible { visibility: visible; opacity: 1; pointer-events: auto; transform: translateY(0); }
.esler-sticky-bar-inner { display: flex; width: 100%; align-items: center; justify-content: center; gap: 14px; }
.esler-sticky-button { box-sizing: border-box; display: inline-flex; min-width: 210px; min-height: 52px; align-items: center; justify-content: center; padding: 10px 30px; border: 2px solid #e83007; border-radius: 999px; font-size: 17px; font-weight: 700; line-height: 1.25; text-align: center; text-decoration: none !important; transition: background-color .2s ease, color .2s ease, transform .2s ease; }
.esler-sticky-button--primary { background: #e83007; color: #fff !important; }
.esler-sticky-button--secondary { background: #fff; color: #e83007 !important; }
.esler-sticky-button:hover, .esler-sticky-button:focus-visible { transform: translateY(-2px); }
.esler-sticky-button--primary:hover, .esler-sticky-button--primary:focus-visible { background: #c92805; color: #fff !important; }
.esler-sticky-button--secondary:hover, .esler-sticky-button--secondary:focus-visible { background: rgba(232,48,7,.06); color: #c92805 !important; }
.esler-sticky-button:focus-visible { outline: 3px solid rgba(232,48,7,.3); outline-offset: 3px; }

@media (max-width: 600px) {
  .esler-sticky-bar { padding: 11px 14px calc(11px + env(safe-area-inset-bottom)); }
  .esler-sticky-bar-inner { gap: 9px; }
  .esler-sticky-button { min-width: 0; min-height: 48px; flex: 1; padding: 9px 14px; font-size: 14px; }
  .esler-sticky-bar-inner .esler-sticky-button:only-child { max-width: 360px; }
}

@media (max-width: 390px) {
  .esler-sticky-bar-inner { flex-direction: column; }
  .esler-sticky-button { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  .esler-sticky-bar, .esler-sticky-button { transition: none; }
}

.esler-benefits-block { --esler-orange: #ff3508; position: relative; left: 50%; box-sizing: border-box; width: 100vw; margin-left: -50vw; padding: 58px 0 82px; overflow: hidden; background: transparent; color: #fff; }
.esler-benefits-inner { box-sizing: border-box; width: min(calc(100% - 48px), 1344px); margin: 0 auto; }
.esler-benefits-grid { position: relative; display: grid; grid-template-columns: repeat(var(--esler-benefit-count, 3), minmax(0, 1fr)); gap: clamp(44px, 5vw, 86px); padding: 0 clamp(48px, 6vw, 96px); }
.esler-benefits-circuit { position: absolute; z-index: 0; top: 0; left: 50%; display: block; width: calc(100vw + 2px); height: 360px; overflow: visible; transform: translateX(-50%); pointer-events: none; }
.esler-benefits-circuit path { fill: none; vector-effect: non-scaling-stroke; }
.esler-benefits-circuit-main { stroke: var(--esler-orange); stroke-width: 2; }
.esler-benefit-card { position: relative; z-index: 1; display: flex; min-width: 0; flex-direction: column; align-items: stretch; padding: 0; border: 0; background: transparent; box-shadow: none; text-align: left; }
.esler-benefit-icon { position: relative; box-sizing: border-box; display: grid; width: 146px; height: 146px; margin: 0 auto 48px; place-items: center; border: 2px solid rgba(255,255,255,.95); border-radius: 50%; background: #171717; }
.esler-benefit-icon::after { content: ""; position: absolute; bottom: -30px; left: 50%; width: 38px; height: 4px; border-radius: 4px; background: var(--esler-orange); transform: translateX(-50%); }
.esler-benefit-icon img { display: block; width: 66px; height: 66px; object-fit: contain; filter: brightness(0) invert(1); }
.esler-benefit-number { position: absolute; top: 25px; left: calc(50% + 88px); color: var(--esler-orange); font-size: 35px; font-weight: 700; line-height: 1; }
.esler-benefit-card h3 { margin: 0 0 18px; color: #fff; font-size: clamp(21px, 1.55vw, 27px); line-height: 1.2; text-align: left; }
.esler-benefit-card p { max-width: 390px; margin: 0; color: #fff; font-size: 17px; line-height: 1.65; text-align: left; }

@media (max-width: 900px) {
  .esler-benefits-block { left: auto; width: 100%; margin-left: 0; padding-right: 28px; padding-left: 28px; }
  .esler-benefits-grid { grid-template-columns: 1fr; gap: 54px; padding: 0; }
  .esler-benefits-circuit { display: none; }
  .esler-benefit-card { min-height: 0; align-items: center; }
  .esler-benefit-card h3, .esler-benefit-card p { text-align: center; }
  .esler-benefit-number { display: none; }
}

@media (max-width: 600px) {
  .esler-benefits-block { padding: 44px 20px 58px; }
  .esler-benefit-icon { width: 124px; height: 124px; margin-bottom: 44px; }
  .esler-benefit-icon::after { bottom: -28px; }
  .esler-benefit-icon img { width: 56px; height: 56px; }
}

.esler-simple-benefits { --esler-orange: #ff3508; --esler-dark: #292929; box-sizing: border-box; width: 100%; padding: clamp(48px, 6vw, 82px) 0; background: transparent; color: var(--esler-dark); container-type: inline-size; }
.esler-simple-benefits-header { margin: 0 0 clamp(48px, 5vw, 72px); text-align: center; }
.esler-simple-benefits-header p { margin: 0 0 12px; color: var(--esler-orange); font-size: 13px; font-weight: 700; letter-spacing: .08em; line-height: 1.3; text-transform: uppercase; }
.esler-simple-benefits-header h2 { margin: 0; color: var(--esler-dark); font-size: clamp(28px, 2.6vw, 42px); line-height: 1.15; }
.esler-simple-benefits-grid { display: grid; grid-template-columns: repeat(var(--esler-simple-count, 5), minmax(0, 1fr)); }
.esler-simple-benefit { position: relative; min-width: 0; padding: 0 clamp(22px, 2.4vw, 38px); }
.esler-simple-benefit + .esler-simple-benefit { border-left: 1px solid #dedede; }
.esler-simple-benefit-icon { display: grid; width: 76px; height: 76px; margin: 0 0 18px; place-items: center; background: transparent; }
.esler-simple-benefit-icon img, .esler-simple-benefit-icon svg { display: block; width: 100%; height: 100%; object-fit: contain; }
.esler-simple-benefit-icon svg { overflow: visible; fill: none; stroke: var(--esler-orange); stroke-width: 2.7; stroke-linecap: round; stroke-linejoin: round; }
.esler-simple-benefit h3 { max-width: 100%; margin: 0 0 16px; color: var(--esler-dark); font-size: clamp(19px, 1.3vw, 23px); line-height: 1.25; hyphens: auto; overflow-wrap: break-word; }
.esler-simple-benefit p { margin: 0; color: #555; font-size: 16px; line-height: 1.6; }

@media (max-width: 1100px) {
  .esler-simple-benefits-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 44px 0; }
  .esler-simple-benefit:nth-child(odd) { border-left: 0; }
}

@container (max-width: 1100px) {
  .esler-simple-benefits-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 44px 0; }
  .esler-simple-benefit:nth-child(odd) { border-left: 0; }
}

@media (max-width: 620px) {
  .esler-simple-benefits { padding: 42px 0; }
  .esler-simple-benefits-header { margin-bottom: 34px; }
  .esler-simple-benefits-grid { grid-template-columns: 1fr; gap: 0; }
  .esler-simple-benefits .esler-simple-benefit, .esler-simple-benefits .esler-simple-benefit:nth-child(odd) { padding: 30px 0; border: 0 !important; border-top: 1px solid #dedede !important; }
  .esler-simple-benefits .esler-simple-benefit:first-child { padding-top: 0; border-top: 0 !important; }
}

@container (max-width: 620px) {
  .esler-simple-benefits-header { margin-bottom: 34px; }
  .esler-simple-benefits-grid { grid-template-columns: 1fr; gap: 0; }
  .esler-simple-benefits .esler-simple-benefit, .esler-simple-benefits .esler-simple-benefit:nth-child(odd) { padding: 25px 0; border: 0 !important; border-top: 1px solid #dedede !important; }
  .esler-simple-benefits .esler-simple-benefit:first-child { padding-top: 0; border-top: 0 !important; }
}

.esler-contact-person { display: grid; grid-template-columns: minmax(280px, .8fr) minmax(0, 1.35fr); gap: clamp(56px, 8vw, 130px); align-items: center; width: 100%; padding: 0; background: transparent; color: #292929; }
.esler-contact-person-profile { text-align: left; }
.esler-contact-person-photo { display: block; overflow: hidden; width: min(100%, 350px); aspect-ratio: 1 / 1; margin: 0 0 38px; border-radius: 50%; background: #ddd; }
.esler-contact-person-photo img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease; }
a.esler-contact-person-photo:hover img, a.esler-contact-person-photo:focus-visible img { transform: scale(1.025); }
a.esler-contact-person-photo:focus-visible { outline: 3px solid #ff3508; outline-offset: 3px; }
.esler-contact-person-profile h3 { margin: 0; color: #292929; font-size: clamp(25px, 2vw, 32px); line-height: 1.2; }
.esler-contact-person-profile h3::after { content: ""; display: block; width: 100%; height: 3px; margin: 16px 0; background: #292929; }
.esler-contact-person-profile p { margin: 0; color: #292929; font-size: 18px; font-weight: 600; line-height: 1.5; }
.esler-contact-person-content h2 { margin: 0 0 22px; color: #292929; font-size: clamp(30px, 3vw, 45px); line-height: 1.12; }
.esler-contact-person-content h2::after { content: ""; display: block; width: min(420px, 100%); height: 4px; margin-top: 24px; background: #292929; }
.esler-contact-person-intro { max-width: 680px; margin: 0 0 44px; color: #292929; font-size: 18px; font-weight: 600; line-height: 1.6; }
.esler-contact-person-intro p { margin: 0; }
.esler-contact-options { display: grid; grid-template-columns: 1fr; gap: 14px; max-width: 690px; }
.esler-contact-option { display: flex; min-width: 0; align-items: center; gap: 20px; min-height: 88px; padding: 18px 22px; border: 0; border-radius: 8px; background: transparent; color: #292929; text-decoration: none !important; transition: background-color .2s ease, color .2s ease, transform .2s ease; }
.esler-contact-option:hover, .esler-contact-option:focus-visible { background: rgba(255,53,8,.055); color: #ff3508; transform: translateY(-1px); box-shadow: none; }
.esler-contact-option:focus-visible { outline: 3px solid rgba(255,53,8,.35); outline-offset: 2px; }
.esler-contact-icon { box-sizing: border-box !important; display: grid; flex: 0 0 56px !important; width: 56px !important; min-width: 56px !important; max-width: 56px !important; height: 56px !important; min-height: 56px !important; max-height: 56px !important; aspect-ratio: 1 / 1; place-items: center; border: 2px solid #ff3508; border-radius: 999px !important; background: transparent; color: #ff3508; transition: background-color .2s ease, color .2s ease; }
.esler-contact-option:hover .esler-contact-icon, .esler-contact-option:focus-visible .esler-contact-icon { background: #ff3508; color: #fff; }
.esler-contact-icon svg { width: 23px; height: 23px; }
.esler-contact-option > span:last-child { min-width: 0; }
.esler-contact-label, .esler-contact-value { display: block; }
.esler-contact-label { margin-bottom: 3px; font-size: 18px; font-weight: 700; }
.esler-contact-value { overflow-wrap: anywhere; color: #5c5c5c; font-size: 16px; transition: color .2s ease; }
.esler-contact-option:hover .esler-contact-value, .esler-contact-option:focus-visible .esler-contact-value { color: #ff3508; }

@media (max-width: 950px) {
  .esler-contact-person { grid-template-columns: 1fr; }
  .esler-contact-person-photo { max-width: 330px; margin-right: auto; margin-left: auto; }
}

@media (max-width: 620px) {
  .esler-contact-person { padding: 0; }
}

@media (prefers-reduced-motion: reduce) {
  .esler-contact-person-photo img, .esler-contact-option { transition: none; }
}

.esler-breadcrumbs { display: flex; flex-wrap: wrap; align-items: center; gap: 7px; width: 100%; margin: 0 0 20px; font-size: 14px; font-weight: 400; line-height: 1.45; letter-spacing: .01em; }
.esler-breadcrumbs > span { display: contents; }
.esler-breadcrumbs > span > span { display: contents; }
.esler-breadcrumbs a { color: inherit !important; text-decoration: none !important; opacity: .72; transition: opacity .2s ease; }
.esler-breadcrumbs a:hover, .esler-breadcrumbs a:focus-visible { opacity: 1; text-decoration: underline !important; }
.esler-breadcrumbs .breadcrumb_last, .esler-breadcrumbs [aria-current="page"] { font-weight: 700; opacity: 1; }
.esler-breadcrumbs .esler-breadcrumb-separator { display: inline !important; opacity: .65; }
.esler-breadcrumbs--light { color: #fff; text-shadow: 0 1px 3px rgba(0,0,0,.24); }
.esler-breadcrumbs--dark { color: #292929; }
.esler-breadcrumbs--left { justify-content: flex-start; text-align: left; }
.esler-breadcrumbs--center { justify-content: center; text-align: center; }
.esler-breadcrumbs--right { justify-content: flex-end; text-align: right; }

@media (max-width: 600px) {
  .esler-breadcrumbs { gap: 6px; margin-bottom: 16px; font-size: 13px; }
}

/* Information-page blocks */
.esler-section-title { position: static !important; inset: auto !important; z-index: auto !important; box-sizing: border-box; width: 100%; margin-bottom: clamp(24px, 3vw, 40px); transform: none !important; }
.esler-section-title--left { text-align: left; }
.esler-section-title--center { text-align: center; }
.esler-section-title--right { text-align: right; }
.esler-section-title-eyebrow { margin: 0 0 10px; color: #ff3508 !important; font-size: 13px; font-weight: 800; line-height: 1.3; letter-spacing: .045em; text-transform: uppercase; }
.esler-section-title-heading { margin: 0; color: #292929; font-size: clamp(27px, 2.6vw, 42px); font-weight: 700; line-height: 1.15; }
.esler-section-title--compact .esler-section-title-heading { font-size: clamp(28px, 2.15vw, 36px); }
.esler-section-title--light .esler-section-title-heading { color: #fff; }
.esler-section-title-divider { display: block; width: min(480px, 100%); height: 4px; margin-top: 26px; background: #fff; }
.esler-section-title-divider--white { background: #fff; }
.esler-section-title-divider--orange { background: #ff3508; }
.esler-section-title-divider--dark { background: #292929; }
.esler-section-title--center .esler-section-title-divider { margin-right: auto; margin-left: auto; }
.esler-section-title--right .esler-section-title-divider { margin-left: auto; }
.esler-section-title-intro { max-width: 720px; margin: 18px 0 0; color: #5e5956; font-size: clamp(16px, 1.45vw, 19px); line-height: 1.65; }
.esler-section-title-divider + .esler-section-title-intro { margin-top: 22px; }
.esler-section-title--light .esler-section-title-intro { color: rgba(255,255,255,.84); }
.esler-section-title--center .esler-section-title-intro { margin-right: auto; margin-left: auto; }
.esler-section-title--right .esler-section-title-intro { margin-left: auto; }
.esler-page-eyebrow { margin: 0 0 14px; color: #ff3508 !important; font-size: 13px; font-weight: 800; line-height: 1.3; letter-spacing: .045em; text-transform: uppercase; }
.esler-page-heading { position: static !important; inset: auto !important; z-index: auto !important; display: block; width: auto; margin: 0 0 24px; transform: none !important; }
.esler-page-heading.is-centered { text-align: center; }
.esler-page-heading h2 { max-width: 720px; margin: 0; color: #292929; font-size: clamp(27px, 2.6vw, 42px); line-height: 1.15; }
.esler-page-heading.is-centered h2 { margin-right: auto; margin-left: auto; }
.esler-page-button { box-sizing: border-box; display: inline-flex; min-height: 50px; align-items: center; justify-content: center; gap: 24px; padding: 13px 25px; border: 2px solid #ff3508; border-radius: 4px; background: #ff3508; color: #fff !important; font-size: 15px; font-weight: 700; line-height: 1.2; text-decoration: none !important; transition: background-color .2s ease, border-color .2s ease, color .2s ease; }
.esler-page-button:hover, .esler-page-button:focus-visible { border-color: #d92d08; background: #d92d08; }
.esler-page-button:focus-visible { outline: 3px solid rgba(255,53,8,.35); outline-offset: 3px; }

.esler-chain { box-sizing: border-box; width: 100%; padding: clamp(28px, 3vw, 48px); border: 1px solid #e4e4e4; border-radius: 5px; background: #fafafa; box-shadow: 0 7px 24px rgba(0,0,0,.035); container-type: inline-size; }
.esler-chain-title { margin: 0 0 clamp(18px, 2.2vw, 30px); color: #ff3508; font-size: 13px; font-weight: 800; line-height: 1.3; letter-spacing: .045em; text-transform: uppercase; }
.esler-chain-track { display: flex; width: 100%; min-width: 0; align-items: flex-start; justify-content: space-between; gap: clamp(5px, 1vw, 13px); }
.esler-chain-arrow { flex: 0 1 30px; min-width: 14px; text-align: center; }
.esler-chain-step { width: min(120px, 12vw); min-width: 0; flex: 1 1 0; text-align: center; }
.esler-chain-icon { box-sizing: border-box; display: grid; width: 76px; height: 76px; margin: 0 auto 14px; place-items: center; border-radius: 50%; background: #fff; color: #292929; font-size: 20px; font-weight: 800; box-shadow: 0 7px 22px rgba(0,0,0,.06); }
.esler-chain-icon img { display: block; width: 42px; height: 42px; object-fit: contain; }
.esler-chain-step h3 { margin: 0; color: #292929; font-size: 15px; line-height: 1.3; text-wrap: balance; }
.esler-chain-arrow { align-self: flex-start; margin-top: 25px; color: #292929; font-size: 27px; line-height: 1; }

@container (max-width: 520px) {
  .esler-chain-track { display: flex; min-width: 0; flex-direction: column; align-items: stretch; gap: 12px; }
  .esler-chain-step { display: grid; width: 100%; grid-template-columns: 62px 1fr; align-items: center; gap: 17px; text-align: left; }
  .esler-chain-icon { width: 62px; height: 62px; margin: 0; }
  .esler-chain-icon img { width: 35px; height: 35px; }
  .esler-chain-step h3 { font-size: 16px; }
  .esler-chain-arrow { align-self: flex-start; margin: -2px 0 -2px 25px; font-size: 23px; transform: rotate(90deg); }
}

.esler-info-block { box-sizing: border-box; width: 100%; color: #292929; }
.esler-accordion-list, .esler-faq-grid { border-top: 1px solid #dedede; }
.esler-accordion-item { border-bottom: 1px solid #dedede; }
.esler-accordion-trigger { box-sizing: border-box; display: grid; width: 100%; min-height: 58px; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 15px; padding: 13px 4px; border: 0; border-radius: 0; background: transparent; color: #292929; font: inherit; font-size: 17px; font-weight: 700; line-height: 1.35; text-align: left; cursor: pointer; }
.esler-accordion-trigger { list-style: none; }
.esler-accordion-trigger::-webkit-details-marker { display: none; }
.esler-accordion-trigger::marker { display: none; content: ""; }
.esler-accordion-trigger.has-icon { grid-template-columns: auto minmax(0, 1fr) auto; }
.esler-accordion-trigger:hover, .esler-accordion-trigger:focus, .esler-accordion-trigger:active { border-color: transparent !important; background: rgba(255,53,8,.075) !important; box-shadow: none !important; color: #e83007 !important; }
.esler-accordion-trigger:focus-visible { outline: 3px solid rgba(255,53,8,.3); outline-offset: -3px; }
.esler-accordion-icon { display: grid; width: 31px; height: 31px; place-items: center; }
.esler-accordion-icon img, .esler-accordion-icon svg { display: block; width: 29px; height: 29px; object-fit: contain; }
.esler-accordion-icon svg { overflow: visible; fill: none; stroke: #ff3508; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.esler-accordion-chevron { width: 9px; height: 9px; margin-right: 7px; border-right: 2px solid #ff3508; border-bottom: 2px solid #ff3508; transform: rotate(45deg) translateY(-3px); transition: transform .2s ease; }
.esler-accordion-item[open] .esler-accordion-chevron { transform: rotate(225deg) translate(-2px, -1px); }
.esler-accordion-panel > div { padding: 0 48px 18px; color: #555; font-size: 16px; line-height: 1.6; }
.esler-accordion-panel[hidden] { display: none !important; }
.esler-accordion-panel:not([hidden]) { display: block !important; }
.esler-accordion-panel p { margin: 0 0 10px; }
.esler-accordion-panel p:last-child { margin-bottom: 0; }

.esler-roles-intro { max-width: 720px; margin-bottom: 25px; color: #444; font-size: 16px; line-height: 1.6; }
.esler-roles-intro p { margin: 0; }
.esler-roles-list { display: grid; max-width: 760px; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 13px 46px; margin: 0; padding: 0; list-style: none; }
.esler-roles-list li { display: flex; align-items: center; gap: 12px; color: #292929; font-size: 16px; line-height: 1.35; }
.esler-role-check { display: block; flex: 0 0 21px; width: 21px; height: 21px; object-fit: contain; }
.esler-roles-list a { color: inherit !important; text-decoration: none !important; }
.esler-roles-list a:hover { color: #ff3508 !important; }

.esler-jobs-feature { display: grid; width: 100%; grid-template-columns: minmax(240px, .9fr) minmax(360px, 1.65fr) minmax(260px, 1fr); background: #f7f7f7; color: #292929; }
.esler-jobs-image { min-height: 340px; background: #e7e7e7; }
.esler-jobs-image img { display: block; width: 100%; height: 100%; object-fit: cover; }
.esler-jobs-copy { padding: clamp(35px, 4vw, 64px); }
.esler-jobs-copy > p { max-width: 680px; margin: 0 0 26px; color: #444; font-size: 16px; line-height: 1.65; }
.esler-jobs-list { padding: clamp(35px, 4vw, 60px) clamp(28px, 3.5vw, 52px); border-left: 1px solid #e3e3e3; }
.esler-jobs-list article { margin: 0 0 21px; }
.esler-jobs-list article a { color: inherit !important; text-decoration: none !important; }
.esler-jobs-list article a:hover strong { color: #ff3508; }
.esler-jobs-list strong, .esler-jobs-list article span { display: block; }
.esler-jobs-list strong { margin-bottom: 3px; font-size: 16px; line-height: 1.3; }
.esler-jobs-list article span { color: #666; font-size: 14px; }
.esler-jobs-all { display: flex; align-items: center; justify-content: space-between; gap: 15px; padding-top: 14px; border-top: 1px solid #dedede; color: #292929 !important; font-size: 15px; font-weight: 700; text-decoration: none !important; }
.esler-jobs-all span { color: #ff3508; }

.esler-vacancy-overview { --esler-vacancy-orange: #f3340b; box-sizing: border-box; width: 100%; color: #292929; }
.esler-vacancy-overview { transition: opacity .2s ease; }
.esler-vacancy-overview.is-loading { opacity: .58; pointer-events: none; }
.esler-vacancy-overview .esler-vacancy-overview-header { max-width: 850px; margin: 0 0 34px; }
.esler-vacancy-overview .esler-vacancy-overview-header h2 { margin: 0 0 14px; color: #292929; font-size: clamp(30px, 3vw, 46px); line-height: 1.12; }
.esler-vacancy-overview .esler-vacancy-overview-header p { margin: 0; color: #555; font-size: 17px; line-height: 1.6; }
.esler-vacancy-page-count { margin: 0 0 22px; color: #292929; font-size: 16px; }
.esler-vacancy-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 30px; }
.esler-vacancy-card-item { display: flex; min-width: 0; }
.esler-vacancy-card { display: flex; width: 100%; min-width: 0; flex-direction: column; overflow: hidden; border: 1px solid #e6e1de; background: #fff; color: #292929 !important; box-shadow: 0 10px 22px rgba(41,41,41,.12); text-decoration: none !important; transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.esler-vacancy-card:hover { border-color: rgba(243,52,11,.4); color: #292929 !important; transform: translateY(-4px); box-shadow: 0 15px 30px rgba(41,41,41,.16); }
.esler-vacancy-card:focus-visible { outline: 3px solid var(--esler-vacancy-orange); outline-offset: 3px; }
.esler-vacancy-image { position: relative; display: block; height: 260px; overflow: hidden; background: linear-gradient(135deg,#292929,#454545); text-decoration: none !important; clip-path: polygon(0 0,100% 0,100% 86%,0 100%); }
.esler-vacancy-image img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease; }
.esler-vacancy-image > span { position: absolute; right: 25px; bottom: 10px; color: rgba(255,255,255,.2); font-size: 150px; font-weight: 800; line-height: 1; }
.esler-vacancy-card:hover .esler-vacancy-image img { transform: scale(1.025); }
.esler-vacancy-card-body { display: flex; flex: 1; flex-direction: column; padding: 18px 20px 22px; }
.esler-vacancy-meta { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 6px 16px; margin: 0 0 20px; }
.esler-vacancy-meta div { min-width: 0; }
.esler-vacancy-meta dt { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.esler-vacancy-meta dd { margin: 0; overflow: hidden; color: #333; font-size: 15px; line-height: 1.35; text-overflow: ellipsis; white-space: nowrap; }
.esler-vacancy-meta .esler-vacancy-meta-icon { display: inline-flex; width: 18px; height: 18px; align-items: center; justify-content: center; color: var(--esler-vacancy-orange); vertical-align: -3px; }
.esler-vacancy-meta-icon svg { display: block; width: 16px; height: 16px; fill: currentColor; }
.esler-vacancy-card h3 { margin: 0 0 14px; color: #292929; font-size: 20px; line-height: 1.35; }
.esler-vacancy-card:hover h3 { color: var(--esler-vacancy-orange); }
.esler-vacancy-card-body > p { margin: 0 0 22px; color: #333; font-size: 15px; line-height: 1.55; }
.esler-vacancy-link { display: inline-flex; align-items: center; gap: 10px; margin-top: auto; color: #292929 !important; font-size: 15px; font-weight: 700; text-decoration: none !important; }
.esler-vacancy-link span { color: var(--esler-vacancy-orange); font-size: 24px; transition: transform .2s ease; }
.esler-vacancy-card:hover .esler-vacancy-link > span { transform: translateX(4px); }
.esler-vacancy-empty { padding: 24px; background: #f5f3f2; }
.esler-vacancy-pagination { display: grid; max-width: 430px; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 20px; margin: 38px auto 0; }
.esler-vacancy-pagination > span { color: #666; font-size: 14px; }
.esler-vacancy-pagination a { display: inline-flex; align-items: center; gap: 8px; color: #292929 !important; font-weight: 700; text-decoration: none !important; }
.esler-vacancy-pagination a.next { justify-self: end; }
.esler-vacancy-pagination a:hover { color: var(--esler-vacancy-orange) !important; }

.esler-faq { box-sizing: border-box; width: 100%; padding: clamp(48px, 6vw, 82px) 0; }
.esler-faq-title { margin-bottom: clamp(42px, 5vw, 76px); }
.esler-faq .esler-page-heading { margin-bottom: 34px; }
.esler-faq-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: start; gap: 10px 48px; border-top: 0; }
.esler-faq-column { display: flex; min-width: 0; flex-direction: column; gap: 10px; }
.esler-faq-grid .esler-accordion-item { box-sizing: border-box; width: 100%; align-self: stretch; }
.esler-faq-grid .esler-accordion-item { overflow: hidden; border: 1px solid #e7e1de; border-radius: 5px; background: #fff; box-shadow: 0 4px 14px rgba(41,41,41,.035); transition: border-color .2s ease, box-shadow .2s ease; }
.esler-faq-grid .esler-accordion-item:hover { border-color: rgba(255,53,8,.28); box-shadow: 0 7px 20px rgba(41,41,41,.06); }
.esler-faq-grid .esler-accordion-item[open] { border-color: rgba(255,53,8,.38); box-shadow: 0 8px 24px rgba(41,41,41,.07); }
.esler-faq-grid .esler-accordion-trigger { min-height: 52px; padding: 12px 16px; font-size: 15px; }
.esler-faq-grid .esler-accordion-trigger:hover, .esler-faq-grid .esler-accordion-trigger:focus { background: rgba(255,53,8,.045) !important; }
.esler-faq-grid .esler-accordion-item[open] .esler-accordion-trigger { background: rgba(255,53,8,.07) !important; color: #e83007 !important; }
.esler-faq-grid .esler-accordion-panel > div { padding: 5px 16px 19px; }

.esler-followup { position: relative; left: 50%; display: grid; width: 100vw; max-width: none; min-height: 285px; margin-right: -50vw; margin-left: -50vw; grid-template-columns: minmax(0, 1fr) minmax(330px, 30vw); background: linear-gradient(110deg,#151515,#090909); color: #fff; }
.esler-followup--join-top { margin-top: clamp(-55px, -3vw, -35px); }
.esler-followup--join-footer { margin-bottom: clamp(-102px, -6.5vw, -67px); }
.esler-followup-content { display: grid; width: min(900px, calc(100% - 48px)); grid-template-columns: 1.35fr .8fr; margin-left: max(24px, calc((100vw - 1260px) / 2)); }
.esler-followup-copy { align-self: center; padding: clamp(38px, 4vw, 62px) 30px clamp(38px, 4vw, 62px) 0; }
.esler-followup-copy .esler-followup-title { position: static !important; display: block !important; margin: 0 0 20px !important; padding: 0 !important; background: transparent !important; color: #fff !important; font-size: clamp(27px, 2.3vw, 38px) !important; font-weight: 700 !important; line-height: 1.15 !important; visibility: visible !important; opacity: 1 !important; transform: none !important; }
.esler-followup-copy > p { max-width: 570px; margin: 0 0 28px; color: rgba(255,255,255,.86); font-size: 16px; line-height: 1.6; }
.esler-followup-buttons { display: flex; flex-wrap: wrap; gap: 13px; }
.esler-followup .esler-page-button.is-outline { border-color: rgba(255,255,255,.75); background: transparent; }
.esler-followup .esler-page-button.is-outline:hover { border-color: #fff; background: #fff; color: #292929 !important; }
.esler-followup-links { display: flex; flex-direction: column; justify-content: center; padding: 35px 24px; }
.esler-followup-links .esler-followup-links-title { position: static !important; display: block !important; margin: 0 0 14px !important; padding: 0 !important; background: transparent !important; color: #fff !important; font-size: 15px !important; font-weight: 700 !important; line-height: 1.35 !important; visibility: visible !important; opacity: 1 !important; }
.esler-followup-links a { display: flex; justify-content: space-between; gap: 15px; padding: 4px 0; color: #fff !important; font-size: 15px; font-weight: 650; line-height: 1.35; text-decoration: none !important; }
.esler-followup-links a span { color: #ff3508; }
.esler-followup-links a:hover { color: #ff3508 !important; }
.esler-followup-image { position: relative; min-height: 285px; overflow: hidden; }
.esler-followup-image::before { position: absolute; z-index: 1; top: 0; bottom: 0; left: 0; width: clamp(150px, 15vw, 280px); background: linear-gradient(90deg, #090909 0%, rgba(9,9,9,.9) 18%, rgba(9,9,9,.56) 52%, rgba(9,9,9,.2) 78%, rgba(9,9,9,0) 100%); content: ""; pointer-events: none; }
.esler-followup-image img { display: block; width: 100%; height: 100%; object-fit: cover; }

.esler-two-column-layout > .wpb_column:first-child { width: 48%; }
.esler-two-column-layout > .wpb_column:last-child { width: 52%; }
.esler-two-column-layout > .wpb_column:first-child > .vc_column-inner { padding-right: clamp(30px, 3.2vw, 48px); }
.esler-two-column-layout > .wpb_column:last-child > .vc_column-inner { padding-left: clamp(30px, 3.2vw, 48px); }

@media (max-width: 980px) {
  .esler-chain { overflow: hidden; }
  .esler-chain-track { min-width: 0; }
  .esler-chain-step { width: auto; }
  .esler-chain-icon { width: clamp(58px, 9vw, 76px); height: clamp(58px, 9vw, 76px); }
  .esler-chain-icon img { width: clamp(34px, 5vw, 42px); height: clamp(34px, 5vw, 42px); }
  .esler-chain-step h3 { overflow-wrap: anywhere; font-size: clamp(12px, 1.7vw, 15px); }
  .esler-chain-arrow { font-size: clamp(20px, 3vw, 27px); }
  .esler-jobs-feature { grid-template-columns: .8fr 1.2fr; }
  .esler-jobs-list { grid-column: 1 / -1; border-top: 1px solid #e3e3e3; border-left: 0; }
  .esler-vacancy-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .esler-followup { grid-template-columns: 1fr; }
  .esler-followup-content { width: min(720px, calc(100% - 48px)); grid-template-columns: 1.3fr .8fr; margin: 0 auto; }
  .esler-followup-image { grid-column: auto; max-height: 300px; }
  .esler-followup-image::before { right: 0; bottom: auto; width: 100%; height: 75px; background: linear-gradient(180deg, #090909 0%, rgba(9,9,9,.68) 32%, rgba(9,9,9,0) 100%); }
}

@media (max-width: 767px) {
  body .sd-favorite-vacancies-toggle { display: none !important; }
  .esler-two-column-layout > .wpb_column:first-child, .esler-two-column-layout > .wpb_column:last-child { width: 100%; }
  .esler-two-column-layout > .wpb_column:first-child > .vc_column-inner, .esler-two-column-layout > .wpb_column:last-child > .vc_column-inner { padding-right: 15px; padding-left: 15px; }
  .vc_row:has(.esler-developments):has(.esler-roles) > .vc_column_container:nth-child(2) { box-sizing: border-box; padding-top: 72px !important; }
}

@media (max-width: 1024px) {
  .esler-two-column-layout .vc_column_container:nth-child(2),
  .esler-two-column-layout .wpb_column:nth-child(2) { box-sizing: border-box; padding-top: 72px !important; }
}

@media (max-width: 650px) {
  .esler-section-title-heading { font-size: 29px; }
  .esler-page-heading h2 { font-size: 29px; }
  .esler-chain { padding: 26px 20px; }
  .esler-chain-track { display: flex; min-width: 0; flex-direction: column; align-items: stretch; gap: 12px; }
  .esler-chain-step { display: grid; width: 100%; grid-template-columns: 62px 1fr; align-items: center; gap: 17px; text-align: left; }
  .esler-chain-icon { width: 62px; height: 62px; margin: 0; }
  .esler-chain-icon img { width: 35px; height: 35px; }
  .esler-chain-step h3 { font-size: 16px; }
  .esler-chain-arrow { align-self: flex-start; margin: -2px 0 -2px 25px; font-size: 23px; transform: rotate(90deg); }
  .esler-accordion-panel > div { padding-right: 8px; padding-left: 8px; }
  .esler-roles-list, .esler-faq-grid { grid-template-columns: 1fr; }
  .esler-jobs-feature { grid-template-columns: 1fr; }
  .esler-jobs-image { min-height: 260px; }
  .esler-jobs-list { grid-column: auto; }
  .esler-vacancy-grid { grid-template-columns: 1fr; gap: 22px; }
  .esler-vacancy-image { height: 220px; }
  .esler-vacancy-pagination { gap: 12px; }
  .esler-vacancy-pagination a span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
  .esler-followup { grid-template-columns: 1fr; }
  .esler-followup--join-top { margin-top: -35px; }
  .esler-followup--join-footer { margin-bottom: -67px; }
  .esler-followup-content { width: 100%; grid-template-columns: 1fr; }
  .esler-followup-copy, .esler-followup-links { padding: 34px 24px; }
  .esler-followup-links { padding-top: 0; }
  .esler-followup-image { grid-column: auto; min-height: 230px; }
}

@media (prefers-reduced-motion: reduce) {
  .esler-accordion-chevron, .esler-page-button { transition: none; }
}

/* Wiki-overzicht. Dit zijn uitsluitend contentblokken; header en footer blijven van het thema. */
.esler-wiki-index-banner::before { position: absolute; inset: 0; background: radial-gradient(circle at 76% 44%, rgba(255,255,255,.04), transparent 24%), linear-gradient(90deg, rgba(22,22,22,.98) 0%, rgba(30,30,30,.92) 53%, rgba(23,23,23,.78) 100%), url('../images/wiki-social/hero-background.png') center right/cover no-repeat; content: ""; }
.esler-wiki-index-banner::after { position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px); background-size: 86px 86px; content: ""; pointer-events: none; }
.esler-wiki-index-banner__breadcrumbs { display: flex; gap: 9px; align-items: center; margin-bottom: 22px; color: rgba(255,255,255,.72); font-size: 14px; }
.esler-wiki-index-banner__breadcrumbs a { color: inherit !important; text-decoration: none !important; }
.esler-wiki-index-banner__eyebrow { margin: 0 !important; color: #ff3508 !important; font-size: 13px !important; font-weight: 800 !important; letter-spacing: .08em; text-transform: uppercase; }
.esler-wiki-featured { margin: 56px 0 38px; }
.esler-wiki-featured__eyebrow { margin: 0 0 8px !important; color: #f3340b !important; font-size: 12px !important; font-weight: 800 !important; letter-spacing: .07em; text-transform: uppercase; }
.esler-wiki-featured-grid .esler-wiki-card { border-left: 4px solid #f3340b; }
.esler-wiki-card__category { margin-bottom: 9px; color: #f3340b; font-size: 12px; font-weight: 800; letter-spacing: .055em; text-transform: uppercase; }
.esler-wiki-filters { gap: 7px; margin-bottom: 32px; }
.esler-wiki-search-block > h2 { margin: 0 !important; font-size: clamp(27px,2.5vw,34px) !important; line-height: 1.15 !important; }
.esler-wiki-search { margin-top: 22px; }
.esler-wiki-filter { box-sizing: border-box !important; width: auto !important; height: auto !important; min-height: 0 !important; margin: 0 !important; padding: 7px 13px !important; border: 1px solid #d8d2ce !important; border-radius: 999px; font-size: 14px !important; font-weight: 700; line-height: 1.25 !important; }
.esler-wiki-filter[aria-pressed="true"] { border-color: #f3340b !important; background: #f3340b; color: #fff; }
.esler-wiki-card { transition: border-color .18s ease, transform .18s ease, box-shadow .18s ease; }
.esler-wiki-card:hover { transform: translateY(-3px); box-shadow: 0 14px 30px rgba(35,35,35,.11); }
.esler-wiki-letter:disabled { cursor: default; opacity: .28; }
.esler-wiki-letter-group[hidden], .esler-wiki-directory-card[hidden] { display: none !important; }
.esler-wiki-all { padding-top: 30px; border-top: 1px solid #d9d5d2; }
.esler-wiki-letter-group > h2 { margin-bottom: 14px !important; padding-bottom: 0 !important; border: 0 !important; font-size: clamp(25px,2.4vw,32px) !important; line-height: 1 !important; }
.esler-wiki-directory.is-searching .esler-wiki-featured,
.esler-wiki-directory.is-searching .esler-wiki-all > h2,
.esler-wiki-directory.is-searching .esler-wiki-letter-group > h2 { display: none !important; }
.esler-wiki-directory.is-searching .esler-wiki-groups { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
.esler-wiki-directory.is-searching .esler-wiki-letter-group,
.esler-wiki-directory.is-searching .esler-wiki-letter-grid { display: contents; }
.esler-wiki-directory.is-searching .esler-wiki-letter-group { margin: 0; }
.esler-wiki-directory.is-searching .esler-wiki-all { padding-top: 0; border-top: 0; }
@media (max-width: 780px) {
  .esler-wiki-index-banner__inner { padding: 28px 0 36px; }
  .esler-wiki-index-banner__breadcrumbs { margin-bottom: 18px; }
  .esler-wiki-featured { margin: 42px 0 32px; }
  .esler-wiki-directory.is-searching .esler-wiki-groups { grid-template-columns: 1fr; }
  .esler-wiki-filters { display: flex !important; max-width: 100%; flex-wrap: nowrap !important; gap: 7px; overflow-x: auto !important; overflow-y: hidden; padding-right: 34px; padding-bottom: 3px; scrollbar-width: none; scroll-snap-type: x proximity; touch-action: pan-x; -webkit-overflow-scrolling: touch; -webkit-mask-image: linear-gradient(to right,#000 0,#000 calc(100% - 28px),transparent 100%); }
  .esler-wiki-filters::-webkit-scrollbar { display: none; }
  .esler-wiki-filter { position: relative !important; z-index: 1; flex: 0 0 auto !important; scroll-snap-align: start; touch-action: manipulation; pointer-events: auto !important; }
}
