.elementor-503 .elementor-element.elementor-element-88c57a5{--display:flex;--padding-top:100px;--padding-bottom:50px;--padding-left:0px;--padding-right:0px;}.elementor-503 .elementor-element.elementor-element-88c57a5:not(.elementor-motion-effects-element-type-background), .elementor-503 .elementor-element.elementor-element-88c57a5 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#161616;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-503 .elementor-element.elementor-element-5a98fb9{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-503 .elementor-element.elementor-element-0e32265{padding:0px 0px 30px 0px;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );}.elementor-503 .elementor-element.elementor-element-3ac5115 img{border-radius:10px 10px 10px 10px;}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );}.elementor-widget-image .widget-image-caption{font-size:var( --e-global-typography-text-font-size );}}@media(max-width:767px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );}.elementor-widget-image .widget-image-caption{font-size:var( --e-global-typography-text-font-size );}}/* Start custom CSS *//* ============================================
   NMSC ABOUT PAGE — Global CSS
   Add to: Appearance > Customize > Additional CSS
   ============================================ */

/* ── Hero card ── */
.ap__hero {
    background: #111111;
    border-radius: 16px;
    padding: 40px 48px;
    margin-bottom: 40px;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.06);
}
.ap__hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 6px;
    height: 100%;
    background: #e10600;
    border-radius: 16px 0 0 16px;
}
.ap__label {
    font-family: 'Barlow Condensed', sans-serif !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    letter-spacing: 0.12em !important;
    text-transform: uppercase !important;
    color: #e10600 !important;
    display: block !important;
    margin-bottom: 10px !important;
}
.ap__hero-title {
    font-family: 'Barlow Condensed', sans-serif !important;
    font-size: clamp(2.5rem, 6vw, 3.8rem) !important;
    font-weight: 900 !important;
    font-style: italic !important;
    color: #ffffff !important;
    text-transform: uppercase !important;
    line-height: 0.92 !important;
    margin: 0 0 24px !important;
    letter-spacing: 0.02em !important;
}
.ap__hero-body {
    font-size: 0.96em;
    line-height: 1.75;
    color: rgba(255,255,255,0.65) !important;
}
.ap__hero-body p {
    color: rgba(255,255,255,0.65) !important;
    line-height: 1.75 !important;
    margin-bottom: 14px !important;
}
.ap__hero-body p:last-child {
    margin-bottom: 0 !important;
}

/* ── Stats grid ── */
.ap__stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin-bottom: 48px;
}
.ap__stat {
    background: #1a1a1a;
    border-radius: 12px;
    border: 1px solid rgba(255,255,255,0.06);
    padding: 20px 16px;
    text-align: center;
}
.ap__stat-num {
    font-family: 'Barlow Condensed', sans-serif !important;
    font-size: 2.2rem !important;
    font-weight: 900 !important;
    font-style: italic !important;
    color: #e10600 !important;
    line-height: 1 !important;
    display: block !important;
    margin-bottom: 6px !important;
}
.ap__stat-label {
    font-size: 11px !important;
    font-weight: 600 !important;
    letter-spacing: 0.06em !important;
    text-transform: uppercase !important;
    color: rgba(255,255,255,0.4) !important;
    display: block !important;
}

/* ── Sections ── */
.ap__section {
    margin-bottom: 0;
}
.ap__section-label {
    font-family: 'Barlow Condensed', sans-serif !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    letter-spacing: 0.12em !important;
    text-transform: uppercase !important;
    color: #e10600 !important;
    display: block !important;
    margin-bottom: 8px !important;
}
.ap__section-title {
    font-family: 'Barlow Condensed', sans-serif !important;
    font-size: 2rem !important;
    font-weight: 900 !important;
    font-style: italic !important;
    color: #ffffff !important;
    text-transform: uppercase !important;
    line-height: 1 !important;
    margin-top: 0 !important;
    margin-bottom: 20px !important;
}
.ap__section-body {
    font-size: 0.96em;
    line-height: 1.75;
    color: rgba(255,255,255,0.65) !important;
    border-left: 3px solid #e10600;
    padding-left: 22px;
}
.ap__divider {
    height: 1px;
    background: rgba(255,255,255,0.07);
    margin: 44px 0;
}

/* ── Values grid ── */
.ap__values {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin-top: 28px;
}
.ap__value {
    background: #1a1a1a;
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: 14px;
    padding: 22px 20px 20px;
    position: relative;
    overflow: hidden;
}
.ap__value::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: #e10600;
}
.ap__value-num {
    font-family: 'Barlow Condensed', sans-serif !important;
    font-size: 2.8rem !important;
    font-weight: 900 !important;
    font-style: italic !important;
    color: rgba(225,6,0,0.12) !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
    display: block;
}
.ap__value-title {
    font-family: 'Barlow Condensed', sans-serif !important;
    font-size: 1.05rem !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.04em !important;
    color: #ffffff !important;
    margin-bottom: 10px !important;
    display: block;
}
.ap__value-body {
    font-size: 0.88em;
    line-height: 1.65;
    color: rgba(255,255,255,0.55) !important;
}

/* ── Responsive ── */
@media (max-width: 640px) {
    .ap__hero { padding: 28px 20px; }
    .ap__stats { grid-template-columns: 1fr 1fr; }
    .ap__stats .ap__stat:last-child { grid-column: 1 / -1; }
    .ap__values { grid-template-columns: 1fr; }
    .ap__section-title { font-size: 1.6rem !important; }
}/* End custom CSS */