.elementor-22 .elementor-element.elementor-element-a186efa{--display:flex;}.elementor-22 .elementor-element.elementor-element-7b719c7{--display:flex;--min-height:424px;}.elementor-22 .elementor-element.elementor-element-7b719c7:not(.elementor-motion-effects-element-type-background), .elementor-22 .elementor-element.elementor-element-7b719c7 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://mwj.maktechinstitute.com/wp-content/uploads/2026/05/arizona-guide-right-foundation-college-readiness-program-e1779010808757.png");background-size:cover;}.elementor-22 .elementor-element.elementor-element-edd15a6{padding:266px 0px 0px 0px;}.elementor-22 .elementor-element.elementor-element-7d3420a{--display:flex;}.elementor-22 .elementor-element.elementor-element-c339435{--display:flex;}.elementor-22 .elementor-element.elementor-element-34da601{--display:flex;}.elementor-22 .elementor-element.elementor-element-7530822{--display:flex;}.elementor-22 .elementor-element.elementor-element-1b6dc5f{--display:flex;}.elementor-22 .elementor-element.elementor-element-5f1d8d9{--display:flex;}.elementor-22 .elementor-element.elementor-element-3a0d724{--display:flex;}.elementor-22 .elementor-element.elementor-element-226b51c{--display:flex;}.elementor-22 .elementor-element.elementor-element-fe14b3a{--display:flex;}@media(max-width:767px){.elementor-22 .elementor-element.elementor-element-7b719c7:not(.elementor-motion-effects-element-type-background), .elementor-22 .elementor-element.elementor-element-7b719c7 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://mwj.maktechinstitute.com/wp-content/uploads/2026/05/african-american-mentorship-program-about-page-hero-image.png");}}@media(min-width:768px){.elementor-22 .elementor-element.elementor-element-a186efa{--content-width:1242px;}}/* Start custom CSS for html, class: .elementor-element-edd15a6 */.agrf-about-hero-section {
  position: relative;
  width: 100%;
  min-height: 300px;
  display: flex;
  align-items: center;
  overflow: hidden;
  font-family: Inter, Arial, sans-serif;
  background:
    linear-gradient(
      180deg,
      rgba(0,0,0,0.04) 0%,
      rgba(0,0,0,0.14) 28%,
      rgba(0,0,0,0.44) 56%,
      rgba(0,0,0,0.82) 100%
    ),
    linear-gradient(
      90deg,
      rgba(0,0,0,0.70) 0%,
      rgba(0,0,0,0.48) 46%,
      rgba(0,0,0,0.12) 100%
    ),
    url("PASTE-ABOUT-HERO-IMAGE-URL-HERE");
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
}

.agrf-about-hero-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top left, rgba(245,164,0,0.05), transparent 30%),
    radial-gradient(circle at bottom left, rgba(183,25,37,0.07), transparent 34%);
  pointer-events: none;
}

.agrf-about-hero-inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 18px 24px;
}

.agrf-about-hero-content {
  max-width: 760px;
}

.agrf-about-hero-eyebrow {
  color: #F5A400 !important;
  font-size: 0.7rem;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin: 0 0 5px 0;
}

.agrf-about-hero-content h1 {
  color: #FFFFFF !important;
  font-size: clamp(1.85rem, 3.4vw, 3.2rem);
  line-height: 1.02;
  font-weight: 950;
  letter-spacing: -0.052em;
  margin: 0 0 8px 0;
  text-shadow: 0 6px 22px rgba(0,0,0,0.36);
}

.agrf-about-hero-content p {
  color: rgba(255,255,255,0.9) !important;
  font-size: clamp(0.9rem, 1.15vw, 1rem);
  line-height: 1.38;
  margin: 0 0 12px 0;
  font-weight: 600;
  max-width: 760px;
  text-shadow: 0 4px 16px rgba(0,0,0,0.34);
}

.agrf-about-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.agrf-about-hero-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 18px;
  border-radius: 999px;
  font-size: 0.86rem;
  font-weight: 900;
  text-decoration: none !important;
  transition: all 0.25s ease;
  white-space: nowrap;
}

.agrf-about-hero-btn-primary {
  background: #B71925;
  border: 2px solid #B71925;
  color: #FFFFFF !important;
  box-shadow: 0 12px 24px rgba(183,25,37,0.28);
}

.agrf-about-hero-btn-primary:hover,
.agrf-about-hero-btn-primary:focus {
  background: #8F111B;
  border-color: #8F111B;
  color: #FFFFFF !important;
  transform: translateY(-2px);
}

.agrf-about-hero-btn-secondary {
  background: rgba(255,255,255,0.08);
  border: 2px solid rgba(255,255,255,0.82);
  color: #FFFFFF !important;
  backdrop-filter: blur(4px);
}

.agrf-about-hero-btn-secondary:hover,
.agrf-about-hero-btn-secondary:focus {
  background: #FFFFFF;
  border-color: #FFFFFF;
  color: #202020 !important;
  transform: translateY(-2px);
}

@media (max-width: 900px) {
  .agrf-about-hero-section {
    min-height: 280px;
    background-position: center center;
  }

  .agrf-about-hero-inner {
    padding: 18px 22px;
  }
}

@media (max-width: 768px) {
  .agrf-about-hero-section {
    min-height: auto;
    background:
      linear-gradient(
        180deg,
        rgba(0,0,0,0.12) 0%,
        rgba(0,0,0,0.28) 34%,
        rgba(0,0,0,0.68) 100%
      ),
      linear-gradient(
        90deg,
        rgba(0,0,0,0.82) 0%,
        rgba(0,0,0,0.68) 60%,
        rgba(0,0,0,0.44) 100%
      ),
      url("PASTE-ABOUT-HERO-IMAGE-URL-HERE");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }

  .agrf-about-hero-inner {
    padding: 18px 20px;
  }

  .agrf-about-hero-content h1 {
    letter-spacing: -0.045em;
  }

  .agrf-about-hero-content p {
    font-size: 0.9rem;
    line-height: 1.36;
    margin-bottom: 10px;
  }

  .agrf-about-hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .agrf-about-hero-btn {
    width: 100%;
    min-height: 38px;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-c339435 */.mwj-about-values__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.mwj-about-values__chip {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 36px;
  padding: 8px 13px 8px 12px;
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(246, 248, 252, 0.82)),
    #ffffff;
  border: 1px solid rgba(217, 226, 242, 0.95);
  color: var(--mwj-navy);
  font-size: 13px;
  line-height: 1;
  font-weight: 760;
  letter-spacing: 0.01em;
  box-shadow:
    0 1px 2px rgba(16, 24, 40, 0.04),
    0 8px 18px rgba(11, 18, 32, 0.045);
}

.mwj-about-values__chip::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--mwj-gold);
  box-shadow: 0 0 0 4px rgba(246, 183, 60, 0.13);
}

.mwj-about-values__chip:hover {
  border-color: rgba(246, 183, 60, 0.52);
  box-shadow:
    0 1px 2px rgba(16, 24, 40, 0.05),
    0 10px 24px rgba(11, 18, 32, 0.06);
}/* End custom CSS */