.elementor-242 .elementor-element.elementor-element-5d0c81b{--display:flex;--min-height:30vh;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--align-items:center;--gap:80px 80px;--row-gap:80px;--column-gap:80px;--margin-top:-167px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;--z-index:9;}.elementor-242 .elementor-element.elementor-element-5d0c81b:not(.elementor-motion-effects-element-type-background), .elementor-242 .elementor-element.elementor-element-5d0c81b > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-906e254 );}.elementor-242 .elementor-element.elementor-element-4193780{--display:flex;--justify-content:flex-end;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--gap:24px 24px;--row-gap:24px;--column-gap:24px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-242 .elementor-element.elementor-element-cbd0b7e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:50px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-242 .elementor-element.elementor-element-4193780{--width:100%;}}@media(max-width:1024px){.elementor-242 .elementor-element.elementor-element-5d0c81b{--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--padding-top:112px;--padding-bottom:50px;--padding-left:50px;--padding-right:50px;}}@media(max-width:767px){.elementor-242 .elementor-element.elementor-element-5d0c81b{--padding-top:171px;--padding-bottom:64px;--padding-left:20px;--padding-right:20px;}}/* Start custom CSS */.cs-page { max-width: 760px; margin: 0 auto; }

.cs-hero { margin-bottom: 48px; }
.cs-hero .cs-label {
  font-size: 0.75em; letter-spacing: 0.15em;
  text-transform: uppercase; color: #999; margin-bottom: 12px;
}
.cs-hero h1 { font-size: 2.6em; line-height: 1.1; margin-bottom: 16px; }
.cs-hero .cs-dek { font-size: 1.15em; line-height: 1.5; color: #555; }

.cs-stats-row {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 16px; margin: 32px 0 48px;
}
@media (max-width: 600px) {
  .cs-stats-row { grid-template-columns: repeat(2, 1fr); }
}
.cs-stat-box { background: #000; color: #fff; padding: 24px 20px; }
.cs-stat-box .number { font-size: 2.2em; font-weight: 700; line-height: 1; }
.cs-stat-box .label {
  font-size: 0.65em; letter-spacing: 0.14em;
  text-transform: uppercase; color: rgba(255,255,255,0.5); margin-top: 8px;
}

.cs-info-table { width: 100%; border-collapse: collapse; margin-bottom: 48px; }
.cs-info-table th {
  font-size: 0.7em; letter-spacing: 0.12em; text-transform: uppercase;
  color: #999; text-align: left; padding: 10px 12px;
  border-top: 2px solid #000; border-bottom: 1px solid #000;
}
.cs-info-table td {
  padding: 12px; border-bottom: 1px solid #e5e5e5;
  vertical-align: top; line-height: 1.5;
}
.cs-info-table td:first-child { font-weight: 600; width: 35%; }

.cs-page h2 {
  font-size: 1.8em; line-height: 1.15; margin-top: 48px; margin-bottom: 20px;
  padding-bottom: 10px; border-bottom: 2px solid #000;
}
.cs-page h3 { font-size: 1.2em; margin-top: 32px; margin-bottom: 12px; }

.cs-lead { font-size: 1.15em; line-height: 1.5; font-weight: 500; margin-bottom: 20px; }

.cs-quote {
  border-left: 4px solid #000; padding: 20px 0 20px 24px; margin: 32px 0;
}
.cs-quote .quote-text {
  font-size: 1.2em; line-height: 1.45; font-style: italic; font-weight: 500;
}
.cs-quote .quote-attr {
  font-size: 0.75em; letter-spacing: 0.12em; text-transform: uppercase;
  color: #999; margin-top: 12px;
}

.cs-data-table { width: 100%; border-collapse: collapse; margin: 20px 0 32px; }
.cs-data-table th {
  font-size: 0.7em; letter-spacing: 0.12em; text-transform: uppercase;
  color: #999; text-align: left; padding: 8px 10px;
  border-top: 2px solid #000; border-bottom: 1px solid #000;
}
.cs-data-table td {
  padding: 10px; border-bottom: 1px solid #e5e5e5;
  vertical-align: top; line-height: 1.5;
}
.cs-data-table .num { text-align: right; font-weight: 500; }

.cs-callout {
  background: #f5f5f5; padding: 28px; margin: 28px 0;
}
.cs-callout .callout-title {
  font-size: 0.7em; letter-spacing: 0.14em; text-transform: uppercase;
  color: #999; margin-bottom: 12px;
}
.cs-callout p { line-height: 1.6; margin-bottom: 10px; }
.cs-callout p:last-child { margin-bottom: 0; }

/* Timeline */
.cs-timeline { margin: 24px 0 32px; }
.cs-timeline-item {
  display: flex; gap: 20px; padding: 20px 0;
  border-bottom: 1px solid #e5e5e5;
}
.cs-timeline-item:first-child { border-top: 1px solid #e5e5e5; }
.cs-timeline-period {
  font-size: 0.7em; letter-spacing: 0.12em; text-transform: uppercase;
  color: #999; min-width: 100px; padding-top: 3px;
}
.cs-timeline-content { flex: 1; }
.cs-timeline-content p { margin-bottom: 4px; }

.cs-cta {
  background: #000; color: #fff; padding: 48px 40px;
  margin: 48px 0; text-align: center;
}
.cs-cta h2 { color: #fff; border: none; margin-top: 0; padding-bottom: 0; }
.cs-cta p {
  color: rgba(255,255,255,0.7); max-width: 560px;
  margin: 0 auto 24px; line-height: 1.6;
}
.cs-cta-btn {
  display: inline-block; background: #fff; color: #000;
  padding: 14px 32px; font-weight: 600; text-decoration: none;
  letter-spacing: 0.03em; transition: opacity 0.2s;
}
.cs-cta-btn:hover { opacity: 0.85; }

.cs-back {
  display: inline-block; font-size: 0.85em; font-weight: 600;
  letter-spacing: 0.05em; text-transform: uppercase;
  color: #999; text-decoration: none; margin-bottom: 32px;
}
.cs-back:hover { color: #000; }/* End custom CSS */