@charset "UTF-8";
/**
 * Front-end styles — freshNepal branch (FN blocks only).
 *
 * sass assets/scss/style.scss assets/css/style.css
 */
@keyframes fn-float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
@keyframes fn-ping {
  75%, 100% {
    transform: scale(2);
    opacity: 0;
  }
}
@keyframes fn-pulse {
  50% {
    opacity: 0.5;
  }
}
[class*=eagle-block-pro__fn-],
[class*=wp-block-eagle-block-pro-fn-] {
  box-sizing: border-box;
}
[class*=eagle-block-pro__fn-] *,
[class*=eagle-block-pro__fn-] *::before,
[class*=eagle-block-pro__fn-] *::after,
[class*=wp-block-eagle-block-pro-fn-] *,
[class*=wp-block-eagle-block-pro-fn-] *::before,
[class*=wp-block-eagle-block-pro-fn-] *::after {
  box-sizing: border-box;
}
[class*=eagle-block-pro__fn-] img,
[class*=wp-block-eagle-block-pro-fn-] img {
  display: block;
  height: auto;
  max-width: 100%;
}
[class*=eagle-block-pro__fn-] a,
[class*=wp-block-eagle-block-pro-fn-] a {
  color: inherit;
  text-decoration: none;
}
[class*=eagle-block-pro__fn-] button,
[class*=wp-block-eagle-block-pro-fn-] button {
  font-family: inherit;
}

[class*=wp-block-eagle-block-pro-fn-].alignfull,
.wp-block[class*=wp-block-eagle-block-pro-fn-] {
  margin-block: 0 !important;
  max-width: none !important;
}

.fn-front-page,
.fn-front-page.wp-block-group {
  margin-block: 0 !important;
  max-width: none !important;
  padding: 0 !important;
}

.fn-front-page > *,
.fn-front-page > .alignfull {
  margin-block: 0 !important;
}

.is-layout-constrained > [class*=wp-block-eagle-block-pro-fn-],
.is-layout-constrained > [class*=eagle-block-pro__fn-] {
  max-width: none !important;
  width: 100% !important;
}

.wp-block-eagle-block-pro-fn-top-bar.alignfull,
.eagle-block-pro__fn-top-bar.alignfull {
  margin-inline: 0 !important;
  max-width: none !important;
  width: 100% !important;
}

.is-layout-constrained > .wp-block-eagle-block-pro-fn-top-bar,
.is-layout-constrained > .eagle-block-pro__fn-top-bar {
  max-width: none !important;
  width: 100% !important;
}

.wp-block-eagle-block-pro-fn-top-bar,
.eagle-block-pro__fn-top-bar {
  background-color: #0f172a;
  box-sizing: border-box;
  color: #ffffff;
  font-family: "Plus Jakarta Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1rem;
  margin-inline: 0 !important;
  max-width: none !important;
  padding: 0.5rem 1rem;
  width: 100% !important;
}
.wp-block-eagle-block-pro-fn-top-bar__inner,
.eagle-block-pro__fn-top-bar__inner {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  justify-content: space-between;
  margin-inline: auto;
  max-width: 80rem;
  padding-inline: 1.5rem;
  width: 100%;
}
@media (min-width: 640px) {
  .wp-block-eagle-block-pro-fn-top-bar__inner,
  .eagle-block-pro__fn-top-bar__inner {
    flex-direction: row;
  }
}
.wp-block-eagle-block-pro-fn-top-bar__message,
.eagle-block-pro__fn-top-bar__message {
  align-items: center;
  color: #ffffff;
  display: flex;
  font-size: inherit;
  font-weight: inherit;
  gap: 0.25rem;
  line-height: inherit;
  opacity: 0.8;
}
.wp-block-eagle-block-pro-fn-top-bar__dot,
.eagle-block-pro__fn-top-bar__dot {
  animation: fn-ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  background-color: #34d399;
  border-radius: 9999px;
  display: inline-block;
  flex-shrink: 0;
  height: 0.5rem;
  width: 0.5rem;
}
.wp-block-eagle-block-pro-fn-top-bar__cta,
.eagle-block-pro__fn-top-bar__cta {
  align-items: center;
  background-color: #2d8a3e;
  border: 0;
  border-radius: 0.25rem;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  color: #ffffff;
  cursor: pointer;
  display: inline-flex;
  font-family: inherit;
  font-size: inherit;
  font-weight: 600;
  gap: 0.375rem;
  line-height: inherit;
  padding: 0.25rem 0.75rem;
  text-decoration: none;
  transition-duration: 200ms;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.wp-block-eagle-block-pro-fn-top-bar__cta:hover,
.eagle-block-pro__fn-top-bar__cta:hover {
  background-color: #16a34a;
  color: #ffffff;
}
.wp-block-eagle-block-pro-fn-top-bar__cta svg,
.eagle-block-pro__fn-top-bar__cta svg {
  height: 0.875rem;
  width: 0.875rem;
}

.wp-block-eagle-block-pro-fn-site-header,
.eagle-block-pro__fn-site-header {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid #f1f5f9;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-sizing: border-box;
  position: sticky;
  top: 0;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  width: 100%;
  z-index: 50;
}
.admin-bar .wp-block-eagle-block-pro-fn-site-header,
.admin-bar .eagle-block-pro__fn-site-header {
  top: 32px;
}
@media (max-width: 782px) {
  .admin-bar .wp-block-eagle-block-pro-fn-site-header,
  .admin-bar .eagle-block-pro__fn-site-header {
    top: 46px;
  }
}
.wp-block-eagle-block-pro-fn-site-header__nav,
.eagle-block-pro__fn-site-header__nav {
  box-sizing: border-box;
  margin-inline: auto;
  max-width: 80rem;
  padding-inline: 1.5rem;
  width: 100%;
}
@media (max-width: 639px) {
  .wp-block-eagle-block-pro-fn-site-header__nav,
  .eagle-block-pro__fn-site-header__nav {
    padding-inline: 1rem;
  }
}
.wp-block-eagle-block-pro-fn-site-header__nav,
.eagle-block-pro__fn-site-header__nav {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding-block: 1rem;
}
.wp-block-eagle-block-pro-fn-site-header__brand,
.eagle-block-pro__fn-site-header__brand {
  align-items: center;
  color: inherit;
  display: flex;
  gap: 0.75rem;
  text-decoration: none;
}
.wp-block-eagle-block-pro-fn-site-header__site-name,
.eagle-block-pro__fn-site-header__site-name {
  color: #173f8a;
  font-family: "Plus Jakarta Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1.25rem;
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 1;
  margin: 0;
}
.wp-block-eagle-block-pro-fn-site-header__tagline,
.eagle-block-pro__fn-site-header__tagline {
  color: #2d8a3e;
  display: block;
  font-family: "Plus Jakarta Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.25em;
  line-height: 1.25;
  margin-top: 0.125rem;
  text-transform: uppercase;
}
.wp-block-eagle-block-pro-fn-site-header__desktop,
.eagle-block-pro__fn-site-header__desktop {
  align-items: center;
  display: none;
  font-family: "Plus Jakarta Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  gap: 2rem;
}
@media (min-width: 1024px) {
  .wp-block-eagle-block-pro-fn-site-header__desktop,
  .eagle-block-pro__fn-site-header__desktop {
    display: flex;
  }
}
.wp-block-eagle-block-pro-fn-site-header__nav-item,
.eagle-block-pro__fn-site-header__nav-item {
  position: relative;
}
.wp-block-eagle-block-pro-fn-site-header__link,
.eagle-block-pro__fn-site-header__link {
  border-bottom: 2px solid transparent;
  color: #334155;
  display: inline-block;
  padding-block: 0.5rem;
  text-decoration: none;
  transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.wp-block-eagle-block-pro-fn-site-header__link:hover,
.eagle-block-pro__fn-site-header__link:hover {
  border-color: #2d8a3e;
  color: #2d8a3e;
}
.wp-block-eagle-block-pro-fn-site-header__sub,
.eagle-block-pro__fn-site-header__sub {
  background: #ffffff;
  border: 1px solid #f1f5f9;
  border-radius: 0.5rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  display: none;
  left: 0;
  list-style: none;
  margin: 0;
  min-width: 10rem;
  padding: 0.5rem 0;
  position: absolute;
  top: 100%;
  z-index: 60;
}
.wp-block-eagle-block-pro-fn-site-header__nav-item:hover .wp-block-eagle-block-pro-fn-site-header__sub, .wp-block-eagle-block-pro-fn-site-header__nav-item:focus-within .wp-block-eagle-block-pro-fn-site-header__sub,
.wp-block-eagle-block-pro-fn-site-header__nav-item:hover .eagle-block-pro__fn-site-header__sub,
.wp-block-eagle-block-pro-fn-site-header__nav-item:focus-within .eagle-block-pro__fn-site-header__sub,
.eagle-block-pro__fn-site-header__nav-item:hover .wp-block-eagle-block-pro-fn-site-header__sub,
.eagle-block-pro__fn-site-header__nav-item:focus-within .wp-block-eagle-block-pro-fn-site-header__sub,
.eagle-block-pro__fn-site-header__nav-item:hover .eagle-block-pro__fn-site-header__sub,
.eagle-block-pro__fn-site-header__nav-item:focus-within .eagle-block-pro__fn-site-header__sub {
  display: block;
}
.wp-block-eagle-block-pro-fn-site-header__sublink,
.eagle-block-pro__fn-site-header__sublink {
  color: #475569;
  display: block;
  font-size: 0.8125rem;
  font-weight: 500;
  padding: 0.375rem 1rem;
  text-decoration: none;
  transition: color 0.2s cubic-bezier(0.4, 0, 0.2, 1), background 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.wp-block-eagle-block-pro-fn-site-header__sublink:hover,
.eagle-block-pro__fn-site-header__sublink:hover {
  background: #f8fafc;
  color: #2d8a3e;
}
.wp-block-eagle-block-pro-fn-site-header__donate,
.eagle-block-pro__fn-site-header__donate {
  background: #2d8a3e;
  border-radius: 999px;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  color: #ffffff;
  font-weight: 700;
  letter-spacing: 0.025em;
  padding: 0.875rem 1.75rem;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.wp-block-eagle-block-pro-fn-site-header__donate:hover,
.eagle-block-pro__fn-site-header__donate:hover {
  background: #173f8a;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
  color: #ffffff;
  transform: translateY(-2px);
}
.wp-block-eagle-block-pro-fn-site-header__toggle,
.eagle-block-pro__fn-site-header__toggle {
  background: transparent;
  border: 0;
  color: #173f8a;
  cursor: pointer;
  padding: 0.5rem;
}
.wp-block-eagle-block-pro-fn-site-header__toggle:focus,
.eagle-block-pro__fn-site-header__toggle:focus {
  outline: none;
}
@media (min-width: 1024px) {
  .wp-block-eagle-block-pro-fn-site-header__toggle,
  .eagle-block-pro__fn-site-header__toggle {
    display: none;
  }
}
.wp-block-eagle-block-pro-fn-site-header__toggle-icon,
.eagle-block-pro__fn-site-header__toggle-icon {
  display: block;
  height: 1.75rem;
  width: 1.75rem;
}
.wp-block-eagle-block-pro-fn-site-header__mobile,
.eagle-block-pro__fn-site-header__mobile {
  background: #ffffff;
  border-top: 1px solid #f1f5f9;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
  display: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.wp-block-eagle-block-pro-fn-site-header__mobile.is-open,
.eagle-block-pro__fn-site-header__mobile.is-open {
  display: block;
}
@media (min-width: 1024px) {
  .wp-block-eagle-block-pro-fn-site-header__mobile,
  .eagle-block-pro__fn-site-header__mobile {
    display: none !important;
  }
}
.wp-block-eagle-block-pro-fn-site-header__mobile-inner,
.eagle-block-pro__fn-site-header__mobile-inner {
  display: flex;
  flex-direction: column;
  font-family: "Plus Jakarta Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  gap: 1rem;
  padding: 1.5rem;
}
.wp-block-eagle-block-pro-fn-site-header__mobile-group,
.eagle-block-pro__fn-site-header__mobile-group {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.wp-block-eagle-block-pro-fn-site-header__mobile-link,
.eagle-block-pro__fn-site-header__mobile-link {
  color: #334155;
  padding-block: 0.25rem;
  text-decoration: none;
  transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.wp-block-eagle-block-pro-fn-site-header__mobile-link:hover,
.eagle-block-pro__fn-site-header__mobile-link:hover {
  color: #2d8a3e;
}
.wp-block-eagle-block-pro-fn-site-header__mobile-sub,
.eagle-block-pro__fn-site-header__mobile-sub {
  border-left: 2px solid #f1f5f9;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  margin-left: 0.75rem;
  padding-left: 0.75rem;
}
.wp-block-eagle-block-pro-fn-site-header__mobile-sublink,
.eagle-block-pro__fn-site-header__mobile-sublink {
  color: #64748b;
  font-size: 0.8125rem;
  font-weight: 500;
  padding-block: 0.125rem;
  text-decoration: none;
  transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.wp-block-eagle-block-pro-fn-site-header__mobile-sublink:hover,
.eagle-block-pro__fn-site-header__mobile-sublink:hover {
  color: #2d8a3e;
}
.wp-block-eagle-block-pro-fn-site-header__mobile-donate,
.eagle-block-pro__fn-site-header__mobile-donate {
  background: #2d8a3e;
  border-radius: 0.75rem;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  color: #ffffff;
  font-weight: 700;
  padding: 1rem;
  text-align: center;
  transition: background 0.4s cubic-bezier(0.4, 0, 0.2, 1), color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.wp-block-eagle-block-pro-fn-site-header__mobile-donate:hover,
.eagle-block-pro__fn-site-header__mobile-donate:hover {
  color: #ffffff;
}

.wp-block-eagle-block-pro-fn-hero.alignfull,
.eagle-block-pro__fn-hero.alignfull {
  margin-inline: 0 !important;
  max-width: none !important;
  width: 100% !important;
}

.is-layout-constrained > .wp-block-eagle-block-pro-fn-hero,
.is-layout-constrained > .eagle-block-pro__fn-hero {
  max-width: none !important;
  width: 100% !important;
}

.wp-block-eagle-block-pro-fn-hero,
.eagle-block-pro__fn-hero {
  align-items: center;
  background: #0f172a;
  box-sizing: border-box;
  color: #ffffff;
  display: flex;
  font-family: "Plus Jakarta Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  margin-inline: 0 !important;
  max-width: none !important;
  min-height: 90vh;
  overflow: hidden;
  position: relative;
  width: 100% !important;
}
@media (min-width: 1024px) {
  .wp-block-eagle-block-pro-fn-hero,
  .eagle-block-pro__fn-hero {
    min-height: 85vh;
  }
}
.wp-block-eagle-block-pro-fn-hero__bg,
.eagle-block-pro__fn-hero__bg {
  background-position: center;
  background-size: cover;
  inset: 0;
  opacity: 0.9;
  position: absolute;
}
.wp-block-eagle-block-pro-fn-hero__overlay,
.eagle-block-pro__fn-hero__overlay {
  background: linear-gradient(135deg, rgba(23, 63, 138, 0.9) 0%, rgba(23, 63, 138, 0.7) 40%, rgba(45, 138, 62, 0.3) 100%);
  inset: 0;
  position: absolute;
}
.wp-block-eagle-block-pro-fn-hero__decor,
.eagle-block-pro__fn-hero__decor {
  bottom: 0;
  display: none;
  opacity: 0.1;
  pointer-events: none;
  position: absolute;
  right: 0;
  transform: translate(6rem, 6rem);
}
@media (min-width: 1024px) {
  .wp-block-eagle-block-pro-fn-hero__decor,
  .eagle-block-pro__fn-hero__decor {
    display: block;
  }
}
.wp-block-eagle-block-pro-fn-hero__decor-svg,
.eagle-block-pro__fn-hero__decor-svg {
  animation: fn-float 6s ease-in-out infinite;
  display: block;
}
.wp-block-eagle-block-pro-fn-hero__inner,
.eagle-block-pro__fn-hero__inner {
  box-sizing: border-box;
  margin-inline: auto;
  max-width: 80rem;
  padding-inline: 1.5rem;
  width: 100%;
}
@media (max-width: 639px) {
  .wp-block-eagle-block-pro-fn-hero__inner,
  .eagle-block-pro__fn-hero__inner {
    padding-inline: 1rem;
  }
}
.wp-block-eagle-block-pro-fn-hero__inner,
.eagle-block-pro__fn-hero__inner {
  color: #ffffff;
  padding-block: 5rem;
  position: relative;
  z-index: 10;
}
.wp-block-eagle-block-pro-fn-hero__content,
.eagle-block-pro__fn-hero__content {
  max-width: 56rem;
  width: 100%;
}
.wp-block-eagle-block-pro-fn-hero__badge,
.eagle-block-pro__fn-hero__badge {
  align-items: center;
  background: rgba(45, 138, 62, 0.4);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  display: inline-flex;
  gap: 0.625rem;
  margin-bottom: 2rem;
  padding: 0.375rem 1rem;
}
.wp-block-eagle-block-pro-fn-hero__badge-dot,
.eagle-block-pro__fn-hero__badge-dot {
  background: #34d399;
  border-radius: 50%;
  flex-shrink: 0;
  height: 0.625rem;
  width: 0.625rem;
}
.wp-block-eagle-block-pro-fn-hero__badge-text,
.eagle-block-pro__fn-hero__badge-text {
  color: #d1fae5;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.wp-block-eagle-block-pro-fn-hero__heading,
.eagle-block-pro__fn-hero__heading {
  color: #ffffff;
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.25;
  margin: 0 0 1.5rem;
  text-transform: none;
}
@media (min-width: 640px) {
  .wp-block-eagle-block-pro-fn-hero__heading,
  .eagle-block-pro__fn-hero__heading {
    font-size: 3rem;
  }
}
@media (min-width: 768px) {
  .wp-block-eagle-block-pro-fn-hero__heading,
  .eagle-block-pro__fn-hero__heading {
    font-size: 4.5rem;
    line-height: 1;
  }
}
.wp-block-eagle-block-pro-fn-hero__heading-accent,
.eagle-block-pro__fn-hero__heading-accent {
  color: #34d399;
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-size: inherit;
  font-style: italic;
  font-weight: 600;
  line-height: inherit;
}
.wp-block-eagle-block-pro-fn-hero__desc,
.eagle-block-pro__fn-hero__desc {
  color: #ffffff;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.625;
  margin: 0.75rem 0 2.5rem;
  max-width: 48rem;
  opacity: 0.9;
}
@media (min-width: 640px) {
  .wp-block-eagle-block-pro-fn-hero__desc,
  .eagle-block-pro__fn-hero__desc {
    font-size: 1.25rem;
  }
}
@media (min-width: 768px) {
  .wp-block-eagle-block-pro-fn-hero__desc,
  .eagle-block-pro__fn-hero__desc {
    font-size: 1.5rem;
  }
}
.wp-block-eagle-block-pro-fn-hero__desc-strong,
.eagle-block-pro__fn-hero__desc-strong {
  color: #ffffff;
  font-weight: 600;
}
.wp-block-eagle-block-pro-fn-hero__actions,
.eagle-block-pro__fn-hero__actions {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
@media (min-width: 640px) {
  .wp-block-eagle-block-pro-fn-hero__actions,
  .eagle-block-pro__fn-hero__actions {
    flex-direction: row;
  }
}
.wp-block-eagle-block-pro-fn-hero__btn,
.eagle-block-pro__fn-hero__btn {
  align-items: center;
  border-radius: 1rem;
  display: inline-flex;
  font-size: 1.125rem;
  font-weight: 700;
  gap: 0.75rem;
  justify-content: center;
  padding: 1.25rem 2.5rem;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.wp-block-eagle-block-pro-fn-hero__btn--primary,
.eagle-block-pro__fn-hero__btn--primary {
  background: #2d8a3e;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  color: #ffffff;
}
.wp-block-eagle-block-pro-fn-hero__btn--primary:hover,
.eagle-block-pro__fn-hero__btn--primary:hover {
  background: #059669;
  color: #ffffff;
  transform: scale(1.05);
}
.wp-block-eagle-block-pro-fn-hero__btn--secondary,
.eagle-block-pro__fn-hero__btn--secondary {
  backdrop-filter: blur(12px);
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #ffffff;
}
.wp-block-eagle-block-pro-fn-hero__btn--secondary:hover,
.eagle-block-pro__fn-hero__btn--secondary:hover {
  background: rgba(255, 255, 255, 0.25);
  color: #ffffff;
}
.wp-block-eagle-block-pro-fn-hero__btn-icon,
.eagle-block-pro__fn-hero__btn-icon {
  animation: fn-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  color: #ffffff;
  flex-shrink: 0;
  height: 1.25rem;
  width: 1.25rem;
}

.hero-overlay.eagle-block-pro__fn-hero__overlay {
  background: linear-gradient(135deg, rgba(23, 63, 138, 0.9) 0%, rgba(23, 63, 138, 0.7) 40%, rgba(45, 138, 62, 0.3) 100%);
}

.eagle-block-pro__fn-trust-metrics {
  background: #173f8a;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  color: #ffffff;
  overflow: hidden;
  padding: 3rem 0;
  position: relative;
  z-index: 20;
}
@media (min-width: 768px) {
  .eagle-block-pro__fn-trust-metrics {
    padding: 3rem 0;
  }
}
.eagle-block-pro__fn-trust-metrics__grid {
  box-sizing: border-box;
  margin-inline: auto;
  max-width: 80rem;
  padding-inline: 1.5rem;
  width: 100%;
}
@media (max-width: 639px) {
  .eagle-block-pro__fn-trust-metrics__grid {
    padding-inline: 1rem;
  }
}
.eagle-block-pro__fn-trust-metrics__grid {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(2, 1fr);
  text-align: center;
}
@media (min-width: 1024px) {
  .eagle-block-pro__fn-trust-metrics__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.eagle-block-pro__fn-trust-metrics__item {
  padding-inline: 1rem;
}
@media (min-width: 1024px) {
  .eagle-block-pro__fn-trust-metrics__item:not(:first-child) {
    border-left: 1px solid rgba(255, 255, 255, 0.1);
  }
}
.eagle-block-pro__fn-trust-metrics__value {
  color: #34d399;
  display: block;
  font-size: 2.25rem;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 0.25rem;
}
@media (min-width: 640px) {
  .eagle-block-pro__fn-trust-metrics__value {
    font-size: 3rem;
  }
}
.eagle-block-pro__fn-trust-metrics__label {
  display: block;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.25em;
  line-height: 1.4;
  opacity: 0.75;
  text-transform: uppercase;
}

.eagle-block-pro__fn-about {
  padding-block: 6rem;
}
@media (max-width: 767px) {
  .eagle-block-pro__fn-about {
    padding-block: 4rem;
  }
}
.eagle-block-pro__fn-about {
  background: #ffffff;
  overflow: hidden;
  position: relative;
}
.eagle-block-pro__fn-about__grid {
  box-sizing: border-box;
  margin-inline: auto;
  max-width: 80rem;
  padding-inline: 1.5rem;
  width: 100%;
}
@media (max-width: 639px) {
  .eagle-block-pro__fn-about__grid {
    padding-inline: 1rem;
  }
}
.eagle-block-pro__fn-about__grid {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
@media (min-width: 1024px) {
  .eagle-block-pro__fn-about__grid {
    flex-direction: row;
    gap: 6rem;
  }
}
.eagle-block-pro__fn-about__media {
  position: relative;
  width: 100%;
}
@media (min-width: 1024px) {
  .eagle-block-pro__fn-about__media {
    width: 50%;
  }
}
.eagle-block-pro__fn-about__blur-green {
  background: rgba(45, 138, 62, 0.1);
  border-radius: 50%;
  filter: blur(40px);
  height: 8rem;
  left: -1.5rem;
  position: absolute;
  top: -1.5rem;
  width: 8rem;
}
.eagle-block-pro__fn-about__blur-blue {
  background: rgba(23, 63, 138, 0.1);
  border-radius: 50%;
  bottom: -1.5rem;
  filter: blur(64px);
  height: 12rem;
  position: absolute;
  right: -1.5rem;
  width: 12rem;
}
.eagle-block-pro__fn-about__image-wrap {
  border: 4px solid #ffffff;
  border-radius: 1.5rem;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.eagle-block-pro__fn-about__image-wrap img {
  height: clamp(320px, 50vh, 550px);
  object-fit: cover;
  transition: transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
  width: 100%;
}
.eagle-block-pro__fn-about__image-wrap img:hover {
  transform: scale(1.05);
}
.eagle-block-pro__fn-about__badge-card {
  background: #2d8a3e;
  border-radius: 1rem;
  bottom: -2rem;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
  color: #ffffff;
  left: -2rem;
  max-width: 240px;
  padding: 1.5rem;
  position: absolute;
  z-index: 2;
}
@media (max-width: 639px) {
  .eagle-block-pro__fn-about__badge-card {
    display: none;
  }
}
.eagle-block-pro__fn-about__badge-card strong {
  color: #d1fae5;
  display: block;
  font-size: 1.875rem;
  font-weight: 800;
  line-height: 1.2;
}
@media (min-width: 640px) {
  .eagle-block-pro__fn-about__badge-card strong {
    font-size: 3rem;
  }
}
.eagle-block-pro__fn-about__badge-card span {
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  opacity: 0.9;
  text-transform: uppercase;
}
.eagle-block-pro__fn-about__content {
  width: 100%;
}
@media (min-width: 1024px) {
  .eagle-block-pro__fn-about__content {
    width: 50%;
  }
}
.eagle-block-pro__fn-about__eyebrow {
  color: #2d8a3e;
  display: block;
  font-family: "Plus Jakarta Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  align-items: center;
  background: rgba(45, 138, 62, 0.1);
  border-radius: 999px;
  display: inline-flex;
  gap: 0.5rem;
  letter-spacing: 0.05em;
  margin-bottom: 1rem;
  padding: 0.375rem 1rem;
}
.eagle-block-pro__fn-about__heading {
  color: #173f8a;
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.25;
  margin: 0.75rem 0 1.5rem;
}
@media (min-width: 640px) {
  .eagle-block-pro__fn-about__heading {
    font-size: 3rem;
  }
}
.eagle-block-pro__fn-about__heading {
  margin-bottom: 2rem;
}
.eagle-block-pro__fn-about__copy {
  color: #475569;
  font-family: "Plus Jakarta Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1.125rem;
  line-height: 1.625;
}
.eagle-block-pro__fn-about__copy p {
  margin: 0 0 1.5rem;
}
@media (min-width: 640px) {
  .eagle-block-pro__fn-about__copy p {
    font-size: 1.125rem;
  }
}
.eagle-block-pro__fn-about__copy p:last-child {
  margin-bottom: 0;
}
.eagle-block-pro__fn-about__copy .fn-blue {
  color: #173f8a;
  font-weight: 600;
}
.eagle-block-pro__fn-about__copy .fn-green {
  color: #2d8a3e;
  font-weight: 600;
}
.eagle-block-pro__fn-about__copy .fn-emerald {
  color: #047857;
  font-weight: 600;
}
.eagle-block-pro__fn-about__features {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 1fr;
  margin-top: 2.5rem;
}
@media (min-width: 640px) {
  .eagle-block-pro__fn-about__features {
    grid-template-columns: repeat(2, 1fr);
  }
}
.eagle-block-pro__fn-about__feature {
  align-items: flex-start;
  display: flex;
  gap: 1rem;
}
.eagle-block-pro__fn-about__feature-icon {
  background: #f8fafc;
  border: 1px solid #f1f5f9;
  border-radius: 0.75rem;
  color: #2d8a3e;
  flex-shrink: 0;
  padding: 0.75rem;
}
.eagle-block-pro__fn-about__feature-icon svg {
  color: #2d8a3e;
  fill: currentColor;
  height: 1.5rem;
  width: 1.5rem;
}
.eagle-block-pro__fn-about__feature h4 {
  color: #173f8a;
  font-family: "Plus Jakarta Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  margin: 0 0 0.25rem;
}
.eagle-block-pro__fn-about__feature p {
  color: #64748b;
  font-size: 0.875rem;
  line-height: 1.5;
  margin: 0;
}

.eagle-block-pro__fn-pillars {
  padding-block: 6rem;
}
@media (max-width: 767px) {
  .eagle-block-pro__fn-pillars {
    padding-block: 4rem;
  }
}
.eagle-block-pro__fn-pillars {
  background: #f8fafc;
  border-block: 1px solid #f1f5f9;
}
.eagle-block-pro__fn-pillars__head {
  box-sizing: border-box;
  margin-inline: auto;
  max-width: 80rem;
  padding-inline: 1.5rem;
  width: 100%;
}
@media (max-width: 639px) {
  .eagle-block-pro__fn-pillars__head {
    padding-inline: 1rem;
  }
}
.eagle-block-pro__fn-pillars__head {
  margin-bottom: 4rem;
  max-width: 48rem;
  text-align: center;
}
.eagle-block-pro__fn-pillars__eyebrow {
  color: #2d8a3e;
  display: block;
  font-family: "Plus Jakarta Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.eagle-block-pro__fn-pillars__heading {
  color: #173f8a;
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.25;
  margin: 0.75rem 0 1.5rem;
}
@media (min-width: 640px) {
  .eagle-block-pro__fn-pillars__heading {
    font-size: 3rem;
  }
}
.eagle-block-pro__fn-pillars__heading {
  margin-top: 0.75rem;
}
.eagle-block-pro__fn-pillars__desc {
  color: #475569;
  font-family: "Plus Jakarta Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1.125rem;
  line-height: 1.625;
  color: #64748b;
  margin: 0;
}
.eagle-block-pro__fn-pillars__grid {
  box-sizing: border-box;
  margin-inline: auto;
  max-width: 80rem;
  padding-inline: 1.5rem;
  width: 100%;
}
@media (max-width: 639px) {
  .eagle-block-pro__fn-pillars__grid {
    padding-inline: 1rem;
  }
}
.eagle-block-pro__fn-pillars__grid {
  display: grid;
  gap: 2rem;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .eagle-block-pro__fn-pillars__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .eagle-block-pro__fn-pillars__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.eagle-block-pro__fn-pillars__card {
  background: #ffffff;
  border: 1px solid #f1f5f9;
  border-radius: 1rem;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  padding: 2rem;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.eagle-block-pro__fn-pillars__card:hover {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
  transform: translateY(-0.5rem);
}
.eagle-block-pro__fn-pillars__card h4 {
  color: #173f8a;
  font-family: "Plus Jakarta Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0 0 0.75rem;
}
.eagle-block-pro__fn-pillars__card p {
  color: #64748b;
  font-size: 0.875rem;
  line-height: 1.625;
  margin: 0;
}
.eagle-block-pro__fn-pillars__icon {
  align-items: center;
  border-radius: 1rem;
  display: flex;
  height: 3.5rem;
  justify-content: center;
  margin-bottom: 1.5rem;
  width: 3.5rem;
}
.eagle-block-pro__fn-pillars__icon svg {
  height: 2rem;
  width: 2rem;
}
.eagle-block-pro__fn-pillars__icon--green {
  background: #ecfdf5;
  color: #2d8a3e;
}
.eagle-block-pro__fn-pillars__icon--blue {
  background: #eff6ff;
  color: #173f8a;
}

.eagle-block-pro__fn-children {
  padding-block: 6rem;
}
@media (max-width: 767px) {
  .eagle-block-pro__fn-children {
    padding-block: 4rem;
  }
}
.eagle-block-pro__fn-children {
  background: #ffffff;
}
.eagle-block-pro__fn-children__head {
  box-sizing: border-box;
  margin-inline: auto;
  max-width: 80rem;
  padding-inline: 1.5rem;
  width: 100%;
}
@media (max-width: 639px) {
  .eagle-block-pro__fn-children__head {
    padding-inline: 1rem;
  }
}
.eagle-block-pro__fn-children__head {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  justify-content: space-between;
  margin-bottom: 4rem;
}
@media (min-width: 768px) {
  .eagle-block-pro__fn-children__head {
    align-items: flex-end;
    flex-direction: row;
  }
}
.eagle-block-pro__fn-children__eyebrow {
  color: #2d8a3e;
  display: block;
  font-family: "Plus Jakarta Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.eagle-block-pro__fn-children__heading {
  color: #173f8a;
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.25;
  margin: 0.75rem 0 1.5rem;
}
@media (min-width: 640px) {
  .eagle-block-pro__fn-children__heading {
    font-size: 3rem;
  }
}
.eagle-block-pro__fn-children__heading {
  margin-top: 0.5rem;
}
.eagle-block-pro__fn-children__filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.eagle-block-pro__fn-children__filter {
  background: #f1f5f9;
  border: 0;
  border-radius: 999px;
  color: #475569;
  cursor: pointer;
  font-family: "Plus Jakarta Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  padding: 0.625rem 1.5rem;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.eagle-block-pro__fn-children__filter:hover {
  background: #e2e8f0;
}
.eagle-block-pro__fn-children__filter.is-active {
  background: #173f8a;
  color: #ffffff;
}
.eagle-block-pro__fn-children__grid {
  box-sizing: border-box;
  margin-inline: auto;
  max-width: 80rem;
  padding-inline: 1.5rem;
  width: 100%;
}
@media (max-width: 639px) {
  .eagle-block-pro__fn-children__grid {
    padding-inline: 1rem;
  }
}
.eagle-block-pro__fn-children__grid {
  display: grid;
  gap: 2.5rem;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .eagle-block-pro__fn-children__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.eagle-block-pro__fn-children__card {
  background: #ffffff;
  border: 1px solid #f1f5f9;
  border-radius: 1.5rem;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.eagle-block-pro__fn-children__card:hover {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}
.eagle-block-pro__fn-children__card.is-hidden {
  display: none;
}
.eagle-block-pro__fn-children__card--sponsored img {
  filter: grayscale(40%);
}
.eagle-block-pro__fn-children__photo {
  background: #f1f5f9;
  height: var(--fn-children-image-height, 288px);
  overflow: hidden;
  position: relative;
}
.eagle-block-pro__fn-children__photo img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.eagle-block-pro__fn-children__status {
  border-radius: 999px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.05em;
  padding: 0.25rem 0.75rem;
  position: absolute;
  right: 1rem;
  text-transform: uppercase;
  top: 1rem;
}
.eagle-block-pro__fn-children__status--awaiting {
  background: #f59e0b;
  color: #ffffff;
}
.eagle-block-pro__fn-children__status--sponsored {
  background: #173f8a;
  color: #ffffff;
}
.eagle-block-pro__fn-children__body {
  padding: 2rem;
}
.eagle-block-pro__fn-children__name-row {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.eagle-block-pro__fn-children__name {
  color: #173f8a;
  font-family: "Plus Jakarta Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
}
@media (min-width: 640px) {
  .eagle-block-pro__fn-children__name {
    font-size: 1.5rem;
  }
}
.eagle-block-pro__fn-children__age {
  background: #f1f5f9;
  border-radius: 0.375rem;
  color: #475569;
  font-size: 0.875rem;
  font-weight: 700;
  padding: 0.25rem 0.75rem;
}
.eagle-block-pro__fn-children__bio {
  color: #64748b;
  font-size: 0.875rem;
  line-height: 1.625;
  margin: 0 0 1.5rem;
}
.eagle-block-pro__fn-children__cta {
  background: #2d8a3e;
  border-radius: 0.75rem;
  color: #ffffff;
  display: block;
  font-weight: 700;
  padding: 0.875rem;
  text-align: center;
  transition: background 0.3s cubic-bezier(0.4, 0, 0.2, 1), color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.eagle-block-pro__fn-children__cta:hover {
  background: #173f8a;
  color: #ffffff;
}
.eagle-block-pro__fn-children__cta--disabled {
  background: #f1f5f9;
  color: #64748b;
  cursor: default;
  pointer-events: none;
}

.eagle-block-pro__fn-donate {
  padding-block: 6rem;
}
@media (max-width: 767px) {
  .eagle-block-pro__fn-donate {
    padding-block: 4rem;
  }
}
.eagle-block-pro__fn-donate {
  background: #020617;
  color: #ffffff;
  overflow: hidden;
  position: relative;
}
.eagle-block-pro__fn-donate__glow {
  background: radial-gradient(circle at top right, rgba(45, 138, 62, 0.15), transparent 45%);
  inset: 0;
  position: absolute;
}
.eagle-block-pro__fn-donate__grid {
  box-sizing: border-box;
  margin-inline: auto;
  max-width: 80rem;
  padding-inline: 1.5rem;
  width: 100%;
}
@media (max-width: 639px) {
  .eagle-block-pro__fn-donate__grid {
    padding-inline: 1rem;
  }
}
.eagle-block-pro__fn-donate__grid {
  align-items: center;
  display: grid;
  gap: 4rem;
  position: relative;
  z-index: 1;
}
@media (min-width: 1024px) {
  .eagle-block-pro__fn-donate__grid {
    gap: 4rem;
    grid-template-columns: 5fr 7fr;
  }
}
.eagle-block-pro__fn-donate__eyebrow {
  color: #34d399;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.eagle-block-pro__fn-donate__heading {
  color: #173f8a;
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.25;
  margin: 0.75rem 0 1.5rem;
}
@media (min-width: 640px) {
  .eagle-block-pro__fn-donate__heading {
    font-size: 3rem;
  }
}
.eagle-block-pro__fn-donate__heading {
  color: #ffffff;
  margin-top: 0.75rem;
}
.eagle-block-pro__fn-donate__desc {
  color: #94a3b8;
  font-size: 1.125rem;
  line-height: 1.625;
  margin: 0 0 2rem;
}
.eagle-block-pro__fn-donate__trust {
  align-items: center;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0.75rem;
  display: inline-flex;
  gap: 0.75rem;
  padding: 1rem;
}
.eagle-block-pro__fn-donate__trust-dot {
  animation: fn-ping 1s cubic-bezier(0.4, 0, 0.2, 1) infinite;
  background: #34d399;
  border-radius: 50%;
  flex-shrink: 0;
  height: 0.75rem;
  width: 0.75rem;
}
.eagle-block-pro__fn-donate__trust span {
  color: #cbd5e1;
  font-size: 0.875rem;
  font-weight: 600;
}
.eagle-block-pro__fn-donate__card {
  backdrop-filter: blur(12px);
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 2.5rem;
  padding: 2rem;
}
@media (min-width: 640px) {
  .eagle-block-pro__fn-donate__card {
    padding: 3rem;
  }
}
.eagle-block-pro__fn-donate__card h4 {
  font-family: "Plus Jakarta Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0 0 1.5rem;
}
.eagle-block-pro__fn-donate__amounts {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 2rem;
}
@media (min-width: 640px) {
  .eagle-block-pro__fn-donate__amounts {
    grid-template-columns: repeat(4, 1fr);
  }
}
.eagle-block-pro__fn-donate__amount {
  background: transparent;
  border: 2px solid #334155;
  border-radius: 1rem;
  color: #cbd5e1;
  cursor: pointer;
  font-family: "Plus Jakarta Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 800;
  padding: 1rem;
  transition: border-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), background 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.eagle-block-pro__fn-donate__amount:hover {
  border-color: #2d8a3e;
  color: #ffffff;
}
.eagle-block-pro__fn-donate__amount.is-active {
  background: #2d8a3e;
  border-color: #2d8a3e;
  color: #ffffff;
}
.eagle-block-pro__fn-donate__custom {
  display: none;
  margin-bottom: 1.5rem;
}
.eagle-block-pro__fn-donate__custom.is-visible {
  display: block;
}
.eagle-block-pro__fn-donate__custom label {
  color: #94a3b8;
  display: block;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}
.eagle-block-pro__fn-donate__custom-wrap {
  background: #0f172a;
  border: 1px solid #334155;
  border-radius: 0.75rem;
  overflow: hidden;
  position: relative;
}
.eagle-block-pro__fn-donate__custom-wrap span {
  color: #94a3b8;
  font-weight: 700;
  left: 1rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.eagle-block-pro__fn-donate__custom-wrap input {
  background: transparent;
  border: 0;
  color: #ffffff;
  font-family: inherit;
  outline: none;
  padding: 0.75rem 1rem 0.75rem 2rem;
  width: 100%;
}
.eagle-block-pro__fn-donate__impact {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 1rem;
  margin-bottom: 2rem;
  padding: 1.5rem;
}
.eagle-block-pro__fn-donate__impact h5 {
  color: #94a3b8;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin: 0 0 1rem;
  text-transform: uppercase;
}
.eagle-block-pro__fn-donate__impact-row {
  align-items: flex-start;
  display: flex;
  gap: 1rem;
}
.eagle-block-pro__fn-donate__impact-row strong {
  display: block;
  font-weight: 700;
  margin-bottom: 0.25rem;
}
.eagle-block-pro__fn-donate__impact-row p {
  color: #94a3b8;
  font-size: 0.875rem;
  line-height: 1.5;
  margin: 0;
}
.eagle-block-pro__fn-donate__actions {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 640px) {
  .eagle-block-pro__fn-donate__actions {
    flex-direction: row;
  }
}
.eagle-block-pro__fn-donate__submit {
  background: #2d8a3e;
  border-radius: 0.75rem;
  color: #ffffff;
  flex: 1;
  font-weight: 700;
  padding: 1rem 2rem;
  text-align: center;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.eagle-block-pro__fn-donate__submit:hover {
  background: #059669;
  color: #ffffff;
}

.eagle-block-pro__fn-cta {
  background: #173f8a;
  box-sizing: border-box;
  color: #ffffff;
  overflow: hidden;
  position: relative;
}
.eagle-block-pro__fn-cta--has-bg {
  background: transparent;
}
.eagle-block-pro__fn-cta__bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  inset: 0;
  position: absolute;
}
.eagle-block-pro__fn-cta__overlay {
  inset: 0;
  position: absolute;
}
.eagle-block-pro__fn-cta__inner {
  box-sizing: border-box;
  margin-inline: auto;
  max-width: 80rem;
  padding-inline: 1.5rem;
  width: 100%;
}
@media (max-width: 639px) {
  .eagle-block-pro__fn-cta__inner {
    padding-inline: 1rem;
  }
}
.eagle-block-pro__fn-cta__inner {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-inline: auto;
  max-width: var(--eagle-fn-cta-content-max-width, 42rem);
  min-height: var(--eagle-fn-cta-min-height, 10rem);
  padding-block: 2rem;
  padding-inline: 1.5rem;
  position: relative;
  text-align: var(--eagle-fn-cta-text-align, center);
  z-index: 1;
}
.eagle-block-pro__fn-cta__title {
  color: var(--eagle-fn-cta-title-color, #ffffff);
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-size: calc(var(--eagle-fn-cta-title-size, 24) * 1px);
  font-weight: 700;
  line-height: 1.25;
  margin: 0 0 0.5rem;
}
.eagle-block-pro__fn-cta__content {
  color: var(--eagle-fn-cta-content-color, rgba(255, 255, 255, 0.9));
  font-family: "Plus Jakarta Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: calc(var(--eagle-fn-cta-content-size, 15) * 1px);
  line-height: 1.5;
  margin: 0;
}

.eagle-block-pro__fn-team {
  padding-block: 6rem;
}
@media (max-width: 767px) {
  .eagle-block-pro__fn-team {
    padding-block: 4rem;
  }
}
.eagle-block-pro__fn-team {
  background: #ffffff;
}
.eagle-block-pro__fn-team__head {
  box-sizing: border-box;
  margin-inline: auto;
  max-width: 80rem;
  padding-inline: 1.5rem;
  width: 100%;
}
@media (max-width: 639px) {
  .eagle-block-pro__fn-team__head {
    padding-inline: 1rem;
  }
}
.eagle-block-pro__fn-team__head {
  margin-bottom: 4rem;
  max-width: 48rem;
  text-align: center;
}
.eagle-block-pro__fn-team__eyebrow {
  color: #2d8a3e;
  display: block;
  font-family: "Plus Jakarta Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.eagle-block-pro__fn-team__heading {
  color: #173f8a;
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.25;
  margin: 0.75rem 0 1.5rem;
}
@media (min-width: 640px) {
  .eagle-block-pro__fn-team__heading {
    font-size: 3rem;
  }
}
.eagle-block-pro__fn-team__heading {
  margin-top: 0.75rem;
}
.eagle-block-pro__fn-team__desc {
  color: #475569;
  font-family: "Plus Jakarta Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1.125rem;
  line-height: 1.625;
  color: #64748b;
  font-size: 1.125rem;
  margin: 0 0 1.5rem;
}
.eagle-block-pro__fn-team__grid {
  box-sizing: border-box;
  margin-inline: auto;
  max-width: 80rem;
  padding-inline: 1.5rem;
  width: 100%;
}
@media (max-width: 639px) {
  .eagle-block-pro__fn-team__grid {
    padding-inline: 1rem;
  }
}
.eagle-block-pro__fn-team__grid {
  display: grid;
  gap: 3rem;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .eagle-block-pro__fn-team__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.eagle-block-pro__fn-team__member {
  text-align: center;
}
.eagle-block-pro__fn-team__member:hover .eagle-block-pro__fn-team__photo-wrap {
  border-color: #2d8a3e;
}
.eagle-block-pro__fn-team__photo-wrap {
  border: 4px solid #ffffff;
  border-radius: 50%;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  height: 10rem;
  margin: 0 auto 1.5rem;
  overflow: hidden;
  position: relative;
  transition: border-color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  width: 10rem;
}
@media (min-width: 640px) {
  .eagle-block-pro__fn-team__photo-wrap {
    height: 10rem;
    width: 10rem;
  }
}
.eagle-block-pro__fn-team__photo {
  height: 100%;
  width: 100%;
}
.eagle-block-pro__fn-team__photo img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.eagle-block-pro__fn-team__name {
  color: #173f8a;
  font-family: "Plus Jakarta Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0;
}
.eagle-block-pro__fn-team__role {
  color: #2d8a3e;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin: 0.25rem 0 0.5rem;
  text-transform: uppercase;
}
.eagle-block-pro__fn-team__quote {
  color: #94a3b8;
  font-size: 0.75rem;
  line-height: 1.6;
  margin: 0 auto;
  max-width: 20rem;
}

.eagle-block-pro__fn-faq-contact {
  padding-block: 6rem;
}
@media (max-width: 767px) {
  .eagle-block-pro__fn-faq-contact {
    padding-block: 4rem;
  }
}
.eagle-block-pro__fn-faq-contact {
  background: #f8fafc;
  border-top: 1px solid #f1f5f9;
}
.eagle-block-pro__fn-faq-contact__grid {
  box-sizing: border-box;
  margin-inline: auto;
  max-width: 80rem;
  padding-inline: 1.5rem;
  width: 100%;
}
@media (max-width: 639px) {
  .eagle-block-pro__fn-faq-contact__grid {
    padding-inline: 1rem;
  }
}
.eagle-block-pro__fn-faq-contact__grid {
  display: grid;
  gap: 4rem;
}
@media (min-width: 1024px) {
  .eagle-block-pro__fn-faq-contact__grid {
    grid-template-columns: repeat(12, 1fr);
  }
}
@media (min-width: 1024px) {
  .eagle-block-pro__fn-faq-contact__faq-col {
    grid-column: span 6;
  }
}
@media (min-width: 1024px) {
  .eagle-block-pro__fn-faq-contact__form-col {
    grid-column: span 6;
  }
}
.eagle-block-pro__fn-faq-contact__eyebrow {
  color: #2d8a3e;
  display: block;
  font-family: "Plus Jakarta Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.eagle-block-pro__fn-faq-contact__heading {
  color: #173f8a;
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.25;
  margin: 0.75rem 0 1.5rem;
}
@media (min-width: 640px) {
  .eagle-block-pro__fn-faq-contact__heading {
    font-size: 3rem;
  }
}
.eagle-block-pro__fn-faq-contact__heading {
  margin-bottom: 2.5rem;
}
.eagle-block-pro__fn-faq-contact__faq-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.eagle-block-pro__fn-faq-contact__faq-item {
  background: #ffffff;
  border: 1px solid #f1f5f9;
  border-radius: 1rem;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}
.eagle-block-pro__fn-faq-contact__faq-btn {
  align-items: center;
  background: transparent;
  border: 0;
  color: #173f8a;
  cursor: pointer;
  display: flex;
  font-family: "Plus Jakarta Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  justify-content: space-between;
  padding: 1.25rem 1.5rem;
  text-align: left;
  transition: background 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  width: 100%;
}
.eagle-block-pro__fn-faq-contact__faq-btn:hover {
  background: #f8fafc;
}
.eagle-block-pro__fn-faq-contact__faq-btn.is-open .eagle-block-pro__fn-faq-contact__faq-icon {
  transform: rotate(180deg);
}
.eagle-block-pro__fn-faq-contact__faq-icon {
  color: #2d8a3e;
  flex-shrink: 0;
  height: 1.25rem;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  width: 1.25rem;
}
.eagle-block-pro__fn-faq-contact__faq-answer {
  border-top: 1px solid #f8fafc;
  color: #64748b;
  font-size: 0.875rem;
  line-height: 1.625;
  margin: 0;
  padding: 1rem 1.5rem 1.25rem;
}
.eagle-block-pro__fn-faq-contact__form-card {
  background: #ffffff;
  border: 1px solid #f1f5f9;
  border-radius: 2.5rem;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  padding: 2rem;
  position: relative;
}
@media (min-width: 640px) {
  .eagle-block-pro__fn-faq-contact__form-card {
    padding: 3rem;
  }
}
.eagle-block-pro__fn-faq-contact__watermark {
  font-size: 3.75rem;
  line-height: 1;
  opacity: 0.05;
  pointer-events: none;
  position: absolute;
  right: 1rem;
  top: 1rem;
  user-select: none;
}
.eagle-block-pro__fn-faq-contact__form-title {
  color: #173f8a;
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-size: 1.875rem;
  font-weight: 700;
  margin: 0 0 0.5rem;
}
@media (min-width: 640px) {
  .eagle-block-pro__fn-faq-contact__form-title {
    font-size: 1.875rem;
  }
}
.eagle-block-pro__fn-faq-contact__form-desc {
  color: #94a3b8;
  font-size: 0.875rem;
  margin: 0 0 2rem;
}
.eagle-block-pro__fn-faq-contact__form {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.eagle-block-pro__fn-faq-contact__row {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 1fr;
}
@media (min-width: 640px) {
  .eagle-block-pro__fn-faq-contact__row {
    grid-template-columns: repeat(2, 1fr);
  }
}
.eagle-block-pro__fn-faq-contact__field label {
  color: #94a3b8;
  display: block;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}
.eagle-block-pro__fn-faq-contact__field input,
.eagle-block-pro__fn-faq-contact__field select,
.eagle-block-pro__fn-faq-contact__field textarea {
  appearance: none;
  background: #f8fafc;
  border: 1px solid #f1f5f9;
  border-radius: 0.75rem;
  color: #1e293b;
  font-family: "Plus Jakarta Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.875rem;
  outline: none;
  padding: 0.875rem 1rem;
  transition: border-color 0.15s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  width: 100%;
}
.eagle-block-pro__fn-faq-contact__field input::placeholder,
.eagle-block-pro__fn-faq-contact__field select::placeholder,
.eagle-block-pro__fn-faq-contact__field textarea::placeholder {
  color: #64748b;
}
.eagle-block-pro__fn-faq-contact__field input:focus,
.eagle-block-pro__fn-faq-contact__field select:focus,
.eagle-block-pro__fn-faq-contact__field textarea:focus {
  border-color: #2d8a3e;
  box-shadow: 0 0 0 1px #2d8a3e;
}
.eagle-block-pro__fn-faq-contact__field textarea {
  min-height: 6rem;
  resize: vertical;
}
.eagle-block-pro__fn-faq-contact__form-error {
  background: #fef2f2;
  border: 1px solid #fecaca;
  border-radius: 0.75rem;
  color: #b91c1c;
  font-size: 0.875rem;
  margin: 0;
  padding: 0.75rem 1rem;
}
.eagle-block-pro__fn-faq-contact__submit {
  align-items: center;
  background: #2d8a3e;
  border: 0;
  border-radius: 0.75rem;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  color: #ffffff;
  cursor: pointer;
  display: flex;
  font-family: "Plus Jakarta Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 700;
  gap: 0.5rem;
  justify-content: center;
  padding: 1rem;
  transition: background 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  width: 100%;
}
.eagle-block-pro__fn-faq-contact__submit:disabled {
  cursor: not-allowed;
  opacity: 0.7;
}
.eagle-block-pro__fn-faq-contact__submit:hover:not(:disabled) {
  background: #173f8a;
}
.eagle-block-pro__fn-faq-contact__submit svg {
  height: 1.25rem;
  transition: transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  width: 1.25rem;
}
.eagle-block-pro__fn-faq-contact__submit:hover svg {
  transform: translateX(0.25rem);
}
.eagle-block-pro__fn-faq-contact__form-success {
  animation: fn-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  background: #ecfdf5;
  border: 1px solid #d1fae5;
  border-radius: 1rem;
  color: #065f46;
  padding: 1.5rem;
  text-align: center;
}
.eagle-block-pro__fn-faq-contact__form-success-icon {
  display: block;
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}
.eagle-block-pro__fn-faq-contact__form-success h5 {
  font-size: 1.125rem;
  font-weight: 800;
  margin: 0;
}
.eagle-block-pro__fn-faq-contact__form-success p {
  color: #059669;
  font-size: 0.875rem;
  margin: 0.25rem 0 0;
}

.eagle-block-pro__fn-about-overview {
  padding-block: 6rem;
}
@media (max-width: 767px) {
  .eagle-block-pro__fn-about-overview {
    padding-block: 4rem;
  }
}
.eagle-block-pro__fn-about-overview__container {
  box-sizing: border-box;
  margin-inline: auto;
  max-width: 80rem;
  padding-inline: 1.5rem;
  width: 100%;
}
@media (max-width: 639px) {
  .eagle-block-pro__fn-about-overview__container {
    padding-inline: 1rem;
  }
}
.eagle-block-pro__fn-about-overview__usage {
  padding-block: 0;
}
.eagle-block-pro__fn-about-overview__usage-grid {
  display: grid;
  gap: 2rem;
}
@media (min-width: 1024px) {
  .eagle-block-pro__fn-about-overview__usage-grid {
    grid-template-columns: repeat(12, 1fr);
  }
}
.eagle-block-pro__fn-about-overview__usage-card {
  background: #ffffff;
  border: 1px solid #f1f5f9;
  border-radius: 1.25rem;
  padding: 1.5rem;
}
@media (min-width: 1024px) {
  .eagle-block-pro__fn-about-overview__usage-card {
    grid-column: span 6;
    padding: 2rem;
  }
}
.eagle-block-pro__fn-about-overview__usage-heading {
  color: #173f8a;
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 1rem;
  text-align: center;
}
.eagle-block-pro__fn-about-overview__usage-body {
  color: #475569;
  font-size: 1rem;
  line-height: 1.7;
  margin: 0;
  text-align: center;
}
.eagle-block-pro__fn-about-overview__quote {
  color: #2d8a3e;
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-size: 1.25rem;
  font-weight: 700;
  margin: 1rem 0 0;
  text-align: center;
}

.eagle-block-pro__fn-objectives-commitments {
  padding-block: 6rem;
}
@media (max-width: 767px) {
  .eagle-block-pro__fn-objectives-commitments {
    padding-block: 4rem;
  }
}
.eagle-block-pro__fn-objectives-commitments {
  background: #f8fafc;
}
.eagle-block-pro__fn-objectives-commitments__container {
  box-sizing: border-box;
  margin-inline: auto;
  max-width: 80rem;
  padding-inline: 1.5rem;
  width: 100%;
}
@media (max-width: 639px) {
  .eagle-block-pro__fn-objectives-commitments__container {
    padding-inline: 1rem;
  }
}
.eagle-block-pro__fn-objectives-commitments__grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 1fr;
}
@media (min-width: 1024px) {
  .eagle-block-pro__fn-objectives-commitments__grid {
    gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }
}
.eagle-block-pro__fn-objectives-commitments__left {
  display: grid;
  gap: 1.25rem;
}
.eagle-block-pro__fn-objectives-commitments__card, .eagle-block-pro__fn-objectives-commitments__commitment-card {
  background: #ffffff;
  border: 1px solid #f1f5f9;
  border-radius: 1rem;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  padding: 1.5rem;
}
@media (min-width: 768px) {
  .eagle-block-pro__fn-objectives-commitments__card, .eagle-block-pro__fn-objectives-commitments__commitment-card {
    padding: 2rem;
  }
}
.eagle-block-pro__fn-objectives-commitments__commitment-card {
  height: 100%;
}
.eagle-block-pro__fn-objectives-commitments__heading {
  color: #173f8a;
  font-family: "Plus Jakarta Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 0.9rem;
}
.eagle-block-pro__fn-objectives-commitments__heading--center {
  text-align: center;
}
.eagle-block-pro__fn-objectives-commitments__body {
  color: #475569;
  font-family: "Plus Jakarta Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1.125rem;
  line-height: 1.625;
  color: #64748b;
  line-height: 1.7;
  margin: 0;
}
.eagle-block-pro__fn-objectives-commitments__commitments {
  display: grid;
  gap: 0.65rem;
}
.eagle-block-pro__fn-objectives-commitments__commitment {
  color: #64748b;
  font-size: 1rem;
  line-height: 1.6;
  margin: 0;
  text-align: center;
}

.eagle-block-pro__fn-story-details {
  padding-block: 6rem;
}
@media (max-width: 767px) {
  .eagle-block-pro__fn-story-details {
    padding-block: 4rem;
  }
}
.eagle-block-pro__fn-story-details {
  background: #108200;
  color: #ffffff;
}
.eagle-block-pro__fn-story-details__container {
  box-sizing: border-box;
  margin-inline: auto;
  max-width: 80rem;
  padding-inline: 1.5rem;
  width: 100%;
}
@media (max-width: 639px) {
  .eagle-block-pro__fn-story-details__container {
    padding-inline: 1rem;
  }
}
.eagle-block-pro__fn-story-details__container {
  display: grid;
  gap: 1rem;
}
.eagle-block-pro__fn-story-details__item {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 0.9rem;
  overflow: hidden;
}
.eagle-block-pro__fn-story-details__summary {
  cursor: pointer;
  font-family: "Plus Jakarta Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(1.2rem, 2vw, 1.8rem);
  font-weight: 700;
  line-height: 1.25;
  list-style: none;
  margin: 0;
  padding: 1.2rem 1.35rem;
  position: relative;
}
.eagle-block-pro__fn-story-details__summary::-webkit-details-marker {
  display: none;
}
.eagle-block-pro__fn-story-details__summary::after {
  content: "+";
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1;
  position: absolute;
  right: 1.35rem;
  top: 50%;
  transform: translateY(-50%);
}
.eagle-block-pro__fn-story-details__item[open] .eagle-block-pro__fn-story-details__summary::after {
  content: "−";
}
.eagle-block-pro__fn-story-details__body {
  display: grid;
  gap: 1rem;
  padding: 0 1.35rem 1.35rem;
}
.eagle-block-pro__fn-story-details__text {
  color: rgba(255, 255, 255, 0.95);
  font-size: 1rem;
  line-height: 1.7;
  margin: 0;
}
.eagle-block-pro__fn-story-details__text strong {
  color: #ffffff;
}
.eagle-block-pro__fn-story-details__text a {
  color: #ffffff;
  text-decoration: underline;
}

.eagle-block-pro__fn-achievements {
  padding-block: 6rem;
}
@media (max-width: 767px) {
  .eagle-block-pro__fn-achievements {
    padding-block: 4rem;
  }
}
.eagle-block-pro__fn-achievements {
  background: #ffffff;
}
.eagle-block-pro__fn-achievements__container {
  box-sizing: border-box;
  margin-inline: auto;
  max-width: 80rem;
  padding-inline: 1.5rem;
  width: 100%;
}
@media (max-width: 639px) {
  .eagle-block-pro__fn-achievements__container {
    padding-inline: 1rem;
  }
}
.eagle-block-pro__fn-achievements__inner {
  margin-inline: auto;
  max-width: 72rem;
}
.eagle-block-pro__fn-achievements__heading {
  color: #173f8a;
  font-family: "Plus Jakarta Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  line-height: 1.15;
  margin: 0 0 2.5rem;
  text-align: center;
}
.eagle-block-pro__fn-achievements__list {
  display: grid;
  gap: 0.95rem;
  margin: 0;
  padding-left: 1.2rem;
}
.eagle-block-pro__fn-achievements__item {
  color: #64748b;
  font-size: 1.05rem;
  line-height: 1.7;
}
.eagle-block-pro__fn-achievements__item::marker {
  color: #2d8a3e;
}

.eagle-block-pro__fn-values {
  padding-block: 6rem;
}
@media (max-width: 767px) {
  .eagle-block-pro__fn-values {
    padding-block: 4rem;
  }
}
.eagle-block-pro__fn-values {
  background: #f8fafc;
}
.eagle-block-pro__fn-values__container {
  box-sizing: border-box;
  margin-inline: auto;
  max-width: 80rem;
  padding-inline: 1.5rem;
  width: 100%;
}
@media (max-width: 639px) {
  .eagle-block-pro__fn-values__container {
    padding-inline: 1rem;
  }
}
.eagle-block-pro__fn-values__head {
  display: flex;
  justify-content: center;
  padding-bottom: clamp(1.5rem, 3vw, 2.5rem);
}
.eagle-block-pro__fn-values__heading {
  color: #173f8a;
  font-family: "Plus Jakarta Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  line-height: 1.1;
  margin: 0;
  text-align: center;
}
.eagle-block-pro__fn-values__grid {
  display: grid;
  gap: 1rem;
  padding-top: clamp(1.25rem, 2.6vw, 2rem);
}
@media (min-width: 768px) {
  .eagle-block-pro__fn-values__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1280px) {
  .eagle-block-pro__fn-values__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.eagle-block-pro__fn-values__card {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 0.85rem;
  padding: 1.4rem;
}
.eagle-block-pro__fn-values__card-title {
  color: #173f8a;
  font-family: "Plus Jakarta Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 0.8rem;
}
.eagle-block-pro__fn-values__card-body {
  color: #64748b;
  font-size: 0.98rem;
  line-height: 1.65;
  margin: 0;
}

.eagle-block-pro__fn-mission {
  padding-block: 6rem;
}
@media (max-width: 767px) {
  .eagle-block-pro__fn-mission {
    padding-block: 4rem;
  }
}
.eagle-block-pro__fn-mission {
  background: #ffffff;
}
.eagle-block-pro__fn-mission__container {
  box-sizing: border-box;
  margin-inline: auto;
  max-width: 80rem;
  padding-inline: 1.5rem;
  width: 100%;
}
@media (max-width: 639px) {
  .eagle-block-pro__fn-mission__container {
    padding-inline: 1rem;
  }
}
.eagle-block-pro__fn-mission__inner {
  margin-inline: auto;
  max-width: 74rem;
}
.eagle-block-pro__fn-mission__heading {
  color: #173f8a;
  font-family: "Plus Jakarta Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  line-height: 1.1;
  margin: 0 0 1.4rem;
  text-align: center;
}
.eagle-block-pro__fn-mission__body {
  color: #64748b;
  font-size: 1.05rem;
  line-height: 1.75;
  margin: 0;
  text-align: center;
}

.eagle-block-pro__fn-gallery {
  padding-block: 6rem;
}
@media (max-width: 767px) {
  .eagle-block-pro__fn-gallery {
    padding-block: 4rem;
  }
}
.eagle-block-pro__fn-gallery {
  background: #ffffff;
}
.eagle-block-pro__fn-gallery__container {
  box-sizing: border-box;
  margin-inline: auto;
  max-width: 80rem;
  padding-inline: 1.5rem;
  width: 100%;
}
@media (max-width: 639px) {
  .eagle-block-pro__fn-gallery__container {
    padding-inline: 1rem;
  }
}
.eagle-block-pro__fn-gallery__heading {
  color: #173f8a;
  font-family: "Plus Jakarta Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  line-height: 1.12;
  margin: 0 0 clamp(1.8rem, 3.2vw, 2.8rem);
  text-align: center;
}
.eagle-block-pro__fn-gallery__grid {
  display: grid;
  gap: 0.9rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (min-width: 768px) {
  .eagle-block-pro__fn-gallery__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .eagle-block-pro__fn-gallery__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.eagle-block-pro__fn-gallery__item {
  background: #f1f5f9;
  border-radius: 0.8rem;
  cursor: pointer;
  overflow: hidden;
  aspect-ratio: 4/3;
}
.eagle-block-pro__fn-gallery__item img {
  display: block;
  height: 100%;
  object-fit: cover;
  transition: transform 200ms ease;
  width: 100%;
}
.eagle-block-pro__fn-gallery__item:hover img {
  transform: scale(1.05);
}
.eagle-block-pro__fn-gallery__empty {
  border: 1px dashed #cbd5e1;
  border-radius: 0.8rem;
  color: #64748b;
  padding: 1.2rem;
  text-align: center;
}

.eagle-block-pro__fn-gallery-lightbox-open {
  overflow: hidden;
}

.eagle-block-pro__fn-gallery-lightbox {
  align-items: center;
  background: rgba(0, 0, 0, 0.92);
  display: flex;
  inset: 0;
  justify-content: center;
  position: fixed;
  z-index: 99999;
}
.eagle-block-pro__fn-gallery-lightbox__image {
  display: block;
  max-height: 88vh;
  max-width: min(92vw, 1400px);
  object-fit: contain;
}
.eagle-block-pro__fn-gallery-lightbox__close, .eagle-block-pro__fn-gallery-lightbox__nav {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 999px;
  color: #fff;
  cursor: pointer;
  display: flex;
  height: 2.8rem;
  justify-content: center;
  line-height: 1;
  position: absolute;
  width: 2.8rem;
}
.eagle-block-pro__fn-gallery-lightbox__close {
  font-size: 1.8rem;
  right: 1.2rem;
  top: 1.2rem;
}
.eagle-block-pro__fn-gallery-lightbox__nav {
  font-size: 1.6rem;
  top: 50%;
  transform: translateY(-50%);
}
.eagle-block-pro__fn-gallery-lightbox__nav--prev {
  left: 1rem;
}
.eagle-block-pro__fn-gallery-lightbox__nav--next {
  right: 1rem;
}

.eagle-block-pro__fn-team-grid {
  padding-block: 6rem;
}
@media (max-width: 767px) {
  .eagle-block-pro__fn-team-grid {
    padding-block: 4rem;
  }
}
.eagle-block-pro__fn-team-grid {
  background: #ffffff;
}
.eagle-block-pro__fn-team-grid__container {
  box-sizing: border-box;
  margin-inline: auto;
  max-width: 80rem;
  padding-inline: 1.5rem;
  width: 100%;
}
@media (max-width: 639px) {
  .eagle-block-pro__fn-team-grid__container {
    padding-inline: 1rem;
  }
}
.eagle-block-pro__fn-team-grid__grid {
  display: grid;
  gap: 1.2rem;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .eagle-block-pro__fn-team-grid__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.eagle-block-pro__fn-team-grid__card {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 0.9rem;
  overflow: hidden;
}
.eagle-block-pro__fn-team-grid__member-link {
  color: inherit;
  display: block;
  text-decoration: none;
}
.eagle-block-pro__fn-team-grid__image-wrap {
  background: #f1f5f9;
  height: var(--fn-team-grid-image-height, 280px);
  position: relative;
}
.eagle-block-pro__fn-team-grid__image-wrap img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.eagle-block-pro__fn-team-grid__image-placeholder {
  align-items: center;
  color: #94a3b8;
  display: flex;
  height: var(--fn-team-grid-image-height, 280px);
  justify-content: center;
}
.eagle-block-pro__fn-team-grid__replace-btn {
  bottom: 0.6rem;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  z-index: 5;
}
.eagle-block-pro__fn-team-grid__title {
  color: #173f8a;
  font-family: "Plus Jakarta Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1.3;
  margin: 0;
  padding: 0.95rem 1rem 1.1rem;
  text-align: center;
}

.eagle-block-pro__fn-support-cards {
  padding-block: 6rem;
}
@media (max-width: 767px) {
  .eagle-block-pro__fn-support-cards {
    padding-block: 4rem;
  }
}
.eagle-block-pro__fn-support-cards {
  background: #ffffff;
}
.eagle-block-pro__fn-support-cards__container {
  box-sizing: border-box;
  margin-inline: auto;
  max-width: 80rem;
  padding-inline: 1.5rem;
  width: 100%;
}
@media (max-width: 639px) {
  .eagle-block-pro__fn-support-cards__container {
    padding-inline: 1rem;
  }
}
.eagle-block-pro__fn-support-cards__grid {
  align-items: stretch;
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .eagle-block-pro__fn-support-cards__grid {
    gap: 2rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.eagle-block-pro__fn-support-cards__card {
  border-radius: 1rem;
  display: flex;
  transition: box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1), transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.eagle-block-pro__fn-support-cards__card:hover {
  box-shadow: 0 12px 28px -8px rgba(15, 23, 42, 0.12);
  transform: translateY(-2px);
}
.eagle-block-pro__fn-support-cards__card--tinted {
  background: #f8fafc;
  border: 1px solid #f1f5f9;
}
.eagle-block-pro__fn-support-cards__inner {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: center;
  padding: 1.75rem 1.5rem 2rem;
  text-align: center;
  width: 100%;
}
@media (min-width: 640px) {
  .eagle-block-pro__fn-support-cards__inner {
    padding: 2rem 1.75rem 2.25rem;
  }
}
.eagle-block-pro__fn-support-cards__image-wrap {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-bottom: 0.25rem;
  max-width: 100%;
  min-height: 8rem;
  position: relative;
  width: 100%;
}
.eagle-block-pro__fn-support-cards__image-wrap img {
  border-radius: 0.5rem;
  display: block;
  height: auto;
  max-height: 12rem;
  max-width: 100%;
  object-fit: contain;
  width: auto;
}
.eagle-block-pro__fn-support-cards__image-link {
  display: inline-block;
  line-height: 0;
  text-decoration: none;
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.eagle-block-pro__fn-support-cards__image-link:hover {
  opacity: 0.9;
}
.eagle-block-pro__fn-support-cards__image-placeholder {
  align-items: center;
  background: #f1f5f9;
  border: 1px dashed #cbd5e1;
  border-radius: 0.5rem;
  color: #94a3b8;
  display: flex;
  font-size: 0.875rem;
  justify-content: center;
  min-height: 8rem;
  width: 100%;
}
.eagle-block-pro__fn-support-cards__replace-btn {
  bottom: 0.5rem;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  z-index: 5;
}
.eagle-block-pro__fn-support-cards__title {
  color: #173f8a;
  font-family: "Plus Jakarta Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.25;
  margin: 0;
}
@media (min-width: 640px) {
  .eagle-block-pro__fn-support-cards__title {
    font-size: 1.625rem;
  }
}
.eagle-block-pro__fn-support-cards__title-link {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.eagle-block-pro__fn-support-cards__title-link:hover {
  color: #2d8a3e;
}
.eagle-block-pro__fn-support-cards__body {
  color: #475569;
  font-size: 0.9375rem;
  line-height: 1.65;
  margin: 0;
  max-width: 22rem;
}
@media (min-width: 640px) {
  .eagle-block-pro__fn-support-cards__body {
    font-size: 1rem;
  }
}
.eagle-block-pro__fn-support-cards__actions {
  margin-top: 0.25rem;
}
.eagle-block-pro__fn-support-cards__button {
  background: #2d8a3e;
  border-radius: 999px;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  color: #ffffff !important;
  display: inline-block;
  font-family: "Plus Jakarta Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  padding: 0.75rem 1.5rem;
  text-decoration: none;
  transition: background 0.3s cubic-bezier(0.4, 0, 0.2, 1), transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.eagle-block-pro__fn-support-cards__button:hover, .eagle-block-pro__fn-support-cards__button:focus {
  background: #173f8a;
  color: #ffffff !important;
  transform: translateY(-2px);
}
.eagle-block-pro__fn-support-cards__button:visited, .eagle-block-pro__fn-support-cards__button:active {
  color: #ffffff !important;
}
.eagle-block-pro__fn-support-cards__add-wrap {
  margin-top: 1.5rem;
  text-align: center;
}

.eagle-block-pro__fn-donation-content {
  padding-block: 6rem;
}
@media (max-width: 767px) {
  .eagle-block-pro__fn-donation-content {
    padding-block: 4rem;
  }
}
.eagle-block-pro__fn-donation-content {
  background: #ffffff;
}
.eagle-block-pro__fn-donation-content__container {
  margin-inline: auto;
  max-width: 50rem;
  padding-inline: 1.5rem;
  width: 100%;
}
.eagle-block-pro__fn-donation-content__cta-row {
  margin-bottom: 2.5rem;
  text-align: center;
}
.eagle-block-pro__fn-donation-content__cta-row--bottom {
  margin-bottom: 0;
  margin-top: 2.5rem;
}
.eagle-block-pro__fn-donation-content__cta-box {
  border: 1px solid #e2e8f0;
  border-radius: 0.75rem;
  display: flex;
  flex-direction: column;
  margin-inline: auto;
  max-width: 20rem;
  overflow: hidden;
  width: 100%;
}
.eagle-block-pro__fn-donation-content__cta-box-row {
  width: 100%;
}
.eagle-block-pro__fn-donation-content__cta-box-row--button {
  background: #173f8a;
}
.eagle-block-pro__fn-donation-content__cta-box-row--qr {
  background: #f8fafc;
  border-top: 1px solid #e2e8f0;
}
.eagle-block-pro__fn-donation-content__button {
  align-items: center;
  background: transparent;
  box-sizing: border-box;
  color: #ffffff !important;
  display: flex;
  flex-direction: column;
  font-family: "Plus Jakarta Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  gap: 0.25rem;
  justify-content: center;
  padding: 1.1rem 1.5rem;
  text-align: center;
  text-decoration: none;
  transition: background 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  width: 100%;
}
.eagle-block-pro__fn-donation-content__button:hover, .eagle-block-pro__fn-donation-content__button:focus {
  background: #2d8a3e;
  color: #ffffff !important;
}
.eagle-block-pro__fn-donation-content__button-line {
  display: block;
  line-height: 1.3;
}
.eagle-block-pro__fn-donation-content__button-line--primary {
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.eagle-block-pro__fn-donation-content__button-line--secondary {
  font-size: 0.8125rem;
  font-weight: 500;
  opacity: 0.92;
}
.eagle-block-pro__fn-donation-content__qr {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  justify-content: center;
  margin: 0;
  padding: 1.25rem 1rem 1.5rem;
  width: 100%;
}
.eagle-block-pro__fn-donation-content__qr-caption {
  color: #64748b;
  font-family: "Plus Jakarta Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  margin: 0;
  text-transform: uppercase;
}
.eagle-block-pro__fn-donation-content__qr-frame {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 0.5rem;
  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.06);
  line-height: 0;
  padding: 0.5rem;
}
.eagle-block-pro__fn-donation-content__qr-frame img {
  display: block;
  height: auto;
  width: 10.9375rem;
}
.eagle-block-pro__fn-donation-content__qr-placeholder {
  align-items: center;
  border: 1px dashed #cbd5e1;
  color: #94a3b8;
  display: flex;
  font-size: 0.8rem;
  height: 10.9375rem;
  justify-content: center;
  width: 10.9375rem;
}
.eagle-block-pro__fn-donation-content__replace-btn {
  margin-top: 0.65rem;
}
.eagle-block-pro__fn-donation-content__prose + .eagle-block-pro__fn-donation-content__prose {
  margin-top: 2rem;
}
.eagle-block-pro__fn-donation-content__paragraph {
  color: #475569;
  font-size: 1rem;
  line-height: 1.7;
  margin: 0 0 1.25rem;
}
.eagle-block-pro__fn-donation-content__paragraph:last-child {
  margin-bottom: 0;
}
.eagle-block-pro__fn-donation-content__paragraph--subhead {
  color: #1e293b;
  font-size: 1.125rem;
  font-weight: 700;
  margin-top: 0.25rem;
}
.eagle-block-pro__fn-donation-content__paragraph strong {
  color: #1e293b;
}
.eagle-block-pro__fn-donation-content__highlight {
  background: #2d8a3e;
  margin-block: 2.5rem;
  width: 100%;
}
.eagle-block-pro__fn-donation-content__highlight-inner {
  margin-inline: auto;
  max-width: 50rem;
  padding: clamp(2rem, 5vw, 3rem) 1.5rem;
  text-align: center;
  width: 100%;
}
.eagle-block-pro__fn-donation-content__highlight-text {
  color: #ffffff;
  font-family: "Plus Jakarta Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(1.125rem, 2.5vw, 1.5rem);
  font-weight: 600;
  line-height: 1.5;
  margin: 0;
  text-align: center;
}
.eagle-block-pro__fn-donation-content__highlight-text strong {
  color: #ffffff;
}

.eagle-block-pro__fn-sponsor-content {
  padding-block: 6rem;
}
@media (max-width: 767px) {
  .eagle-block-pro__fn-sponsor-content {
    padding-block: 4rem;
  }
}
.eagle-block-pro__fn-sponsor-content {
  background: #ffffff;
}
.eagle-block-pro__fn-sponsor-content__container {
  box-sizing: border-box;
  margin-inline: auto;
  max-width: 80rem;
  padding-inline: 1.5rem;
  width: 100%;
}
@media (max-width: 639px) {
  .eagle-block-pro__fn-sponsor-content__container {
    padding-inline: 1rem;
  }
}
.eagle-block-pro__fn-sponsor-content__container--cta {
  margin-bottom: 0.5rem;
}
.eagle-block-pro__fn-sponsor-content__cta-row {
  margin-bottom: 2.5rem;
  text-align: center;
}
.eagle-block-pro__fn-sponsor-content__cta-box {
  border: 1px solid #e2e8f0;
  border-radius: 0.75rem;
  display: flex;
  flex-direction: column;
  margin-inline: auto;
  max-width: 20rem;
  overflow: hidden;
  width: 100%;
}
.eagle-block-pro__fn-sponsor-content__cta-box-row {
  width: 100%;
}
.eagle-block-pro__fn-sponsor-content__cta-box-row--button {
  background: #173f8a;
}
.eagle-block-pro__fn-sponsor-content__cta-box-row--qr {
  background: #f8fafc;
  border-top: 1px solid #e2e8f0;
}
.eagle-block-pro__fn-sponsor-content__button {
  align-items: center;
  background: transparent;
  box-sizing: border-box;
  color: #ffffff !important;
  display: flex;
  flex-direction: column;
  font-family: "Plus Jakarta Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  gap: 0.25rem;
  justify-content: center;
  padding: 1.1rem 1.5rem;
  text-align: center;
  text-decoration: none;
  transition: background 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  width: 100%;
}
.eagle-block-pro__fn-sponsor-content__button:hover, .eagle-block-pro__fn-sponsor-content__button:focus {
  background: #2d8a3e;
  color: #ffffff !important;
}
.eagle-block-pro__fn-sponsor-content__button-line {
  display: block;
  line-height: 1.3;
}
.eagle-block-pro__fn-sponsor-content__button-line--primary {
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.eagle-block-pro__fn-sponsor-content__button-line--secondary {
  font-size: 0.8125rem;
  font-weight: 500;
  opacity: 0.92;
}
.eagle-block-pro__fn-sponsor-content__qr {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  justify-content: center;
  margin: 0;
  padding: 1.25rem 1rem 1.5rem;
  width: 100%;
}
.eagle-block-pro__fn-sponsor-content__qr-caption {
  color: #64748b;
  font-family: "Plus Jakarta Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  margin: 0;
  text-transform: uppercase;
}
.eagle-block-pro__fn-sponsor-content__qr-frame {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 0.5rem;
  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.06);
  line-height: 0;
  padding: 0.5rem;
}
.eagle-block-pro__fn-sponsor-content__qr-frame img {
  display: block;
  height: auto;
  width: 10.9375rem;
}
.eagle-block-pro__fn-sponsor-content__qr-placeholder {
  align-items: center;
  border: 1px dashed #cbd5e1;
  color: #94a3b8;
  display: flex;
  font-size: 0.8rem;
  height: 10.9375rem;
  justify-content: center;
  width: 10.9375rem;
}
.eagle-block-pro__fn-sponsor-content__replace-btn {
  margin-top: 0.65rem;
}
.eagle-block-pro__fn-sponsor-content__hero-grid {
  display: grid;
  gap: 2rem;
  margin-bottom: 2.5rem;
}
@media (min-width: 1024px) {
  .eagle-block-pro__fn-sponsor-content__hero-grid {
    align-items: start;
    grid-template-columns: minmax(0, 1fr) minmax(16rem, 22rem);
  }
}
.eagle-block-pro__fn-sponsor-content__paragraph {
  color: #475569;
  font-size: 1rem;
  line-height: 1.7;
  margin: 0 0 1.25rem;
}
.eagle-block-pro__fn-sponsor-content__paragraph:last-child {
  margin-bottom: 0;
}
.eagle-block-pro__fn-sponsor-content__paragraph strong {
  color: #1e293b;
}
.eagle-block-pro__fn-sponsor-content__paragraph a {
  color: #173f8a;
  font-weight: 600;
  text-decoration: underline;
}
.eagle-block-pro__fn-sponsor-content__benefits-card {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 0.75rem;
  padding: 1.5rem;
}
.eagle-block-pro__fn-sponsor-content__benefits-lead {
  color: #1e293b;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.5;
  margin: 0 0 1rem;
}
.eagle-block-pro__fn-sponsor-content__benefits-lead strong {
  color: #0f172a;
}
.eagle-block-pro__fn-sponsor-content__benefits-list {
  list-style: disc;
  margin: 0;
  padding-left: 1.25rem;
}
.eagle-block-pro__fn-sponsor-content__benefits-item {
  color: #475569;
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 0.5rem;
}
.eagle-block-pro__fn-sponsor-content__benefits-item:last-child {
  margin-bottom: 0;
}
.eagle-block-pro__fn-sponsor-content__panels {
  display: grid;
  gap: 1.5rem;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .eagle-block-pro__fn-sponsor-content__panels {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.eagle-block-pro__fn-sponsor-content__panel {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 0.75rem;
  padding: 1.5rem;
}
.eagle-block-pro__fn-sponsor-content__panel-title {
  color: #0f172a;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 0.85rem;
}
.eagle-block-pro__fn-sponsor-content__panel-body {
  color: #475569;
  font-size: 1rem;
  line-height: 1.7;
  margin: 0;
}
.eagle-block-pro__fn-sponsor-content__amounts-intro {
  color: #475569;
  font-size: 1rem;
  line-height: 1.7;
  margin: 0 0 1.25rem;
}
.eagle-block-pro__fn-sponsor-content__amounts-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
  margin-bottom: 1rem;
}
@media (min-width: 640px) {
  .eagle-block-pro__fn-sponsor-content__amounts-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .eagle-block-pro__fn-sponsor-content__amounts-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.eagle-block-pro__fn-sponsor-content__amount-card {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 0.65rem;
  padding: 1rem 1.1rem;
}
.eagle-block-pro__fn-sponsor-content__amount-text {
  color: #334155;
  font-size: 0.9375rem;
  line-height: 1.55;
  margin: 0;
}
.eagle-block-pro__fn-sponsor-content__amount-text strong {
  color: #0f172a;
}

.eagle-block-pro__fn-sponsor-contact {
  padding-block: 6rem;
}
@media (max-width: 767px) {
  .eagle-block-pro__fn-sponsor-contact {
    padding-block: 4rem;
  }
}
.eagle-block-pro__fn-sponsor-contact {
  background: #ffffff;
}
.eagle-block-pro__fn-sponsor-contact__grid {
  box-sizing: border-box;
  margin-inline: auto;
  max-width: 80rem;
  padding-inline: 1.5rem;
  width: 100%;
}
@media (max-width: 639px) {
  .eagle-block-pro__fn-sponsor-contact__grid {
    padding-inline: 1rem;
  }
}
.eagle-block-pro__fn-sponsor-contact__grid {
  display: grid;
  gap: 2rem;
}
@media (min-width: 1024px) {
  .eagle-block-pro__fn-sponsor-contact__grid {
    gap: 2.5rem;
    grid-template-columns: repeat(12, 1fr);
  }
}
.eagle-block-pro__fn-sponsor-contact__form-col {
  background: #f1f5f9;
  border: 1px solid #e2e8f0;
  border-radius: 1.25rem;
  padding: clamp(1.75rem, 4vw, 2.75rem);
}
@media (min-width: 1024px) {
  .eagle-block-pro__fn-sponsor-contact__form-col {
    grid-column: span 6;
  }
}
.eagle-block-pro__fn-sponsor-contact__help-col {
  background: #173f8a;
  border-radius: 1.25rem;
  color: #ffffff;
  padding: clamp(1.75rem, 4vw, 2.75rem);
}
@media (min-width: 1024px) {
  .eagle-block-pro__fn-sponsor-contact__help-col {
    grid-column: span 6;
  }
}
.eagle-block-pro__fn-sponsor-contact__heading {
  color: #173f8a;
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.25;
  margin: 0.75rem 0 1.5rem;
}
@media (min-width: 640px) {
  .eagle-block-pro__fn-sponsor-contact__heading {
    font-size: 3rem;
  }
}
.eagle-block-pro__fn-sponsor-contact__heading {
  font-size: clamp(1.35rem, 2.5vw, 1.75rem);
  margin-bottom: 1rem;
}
.eagle-block-pro__fn-sponsor-contact__form-col .eagle-block-pro__fn-sponsor-contact__heading {
  color: #0f172a;
}
.eagle-block-pro__fn-sponsor-contact__help-col .eagle-block-pro__fn-sponsor-contact__heading {
  color: #ffffff;
}
.eagle-block-pro__fn-sponsor-contact__body {
  font-size: 1rem;
  line-height: 1.625;
  margin: 0 0 1.5rem;
}
@media (min-width: 640px) {
  .eagle-block-pro__fn-sponsor-contact__body {
    font-size: 1.0625rem;
  }
}
.eagle-block-pro__fn-sponsor-contact__form-col .eagle-block-pro__fn-sponsor-contact__body {
  color: #475569;
}
.eagle-block-pro__fn-sponsor-contact__help-col .eagle-block-pro__fn-sponsor-contact__body {
  color: rgba(255, 255, 255, 0.9);
}
.eagle-block-pro__fn-sponsor-contact__form {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.eagle-block-pro__fn-sponsor-contact__field label {
  color: #475569;
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  margin-bottom: 0.4rem;
}
.eagle-block-pro__fn-sponsor-contact__field input,
.eagle-block-pro__fn-sponsor-contact__field textarea {
  appearance: none;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 0.5rem;
  color: #1e293b;
  font-family: "Plus Jakarta Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.9375rem;
  outline: none;
  padding: 0.75rem 1rem;
  transition: border-color 0.15s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  width: 100%;
}
.eagle-block-pro__fn-sponsor-contact__field input:focus,
.eagle-block-pro__fn-sponsor-contact__field textarea:focus {
  border-color: #2d8a3e;
  box-shadow: 0 0 0 1px #2d8a3e;
}
.eagle-block-pro__fn-sponsor-contact__field textarea {
  min-height: 6rem;
  resize: vertical;
}
.eagle-block-pro__fn-sponsor-contact__form-error {
  background: #fef2f2;
  border: 1px solid #fecaca;
  border-radius: 0.5rem;
  color: #b91c1c;
  font-size: 0.875rem;
  margin: 0;
  padding: 0.75rem 1rem;
}
.eagle-block-pro__fn-sponsor-contact__submit {
  align-self: flex-start;
  background: #2d8a3e;
  border: 0;
  border-radius: 0.5rem;
  color: #ffffff;
  cursor: pointer;
  font-family: "Plus Jakarta Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.9375rem;
  font-weight: 700;
  padding: 0.75rem 1.75rem;
  transition: background 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.eagle-block-pro__fn-sponsor-contact__submit:disabled {
  cursor: not-allowed;
  opacity: 0.7;
}
.eagle-block-pro__fn-sponsor-contact__submit:hover:not(:disabled) {
  background: #047857;
}
.eagle-block-pro__fn-sponsor-contact__form-success {
  background: #ecfdf5;
  border: 1px solid #d1fae5;
  border-radius: 0.75rem;
  color: #065f46;
  margin-top: 1rem;
  padding: 1.25rem;
  text-align: center;
}
.eagle-block-pro__fn-sponsor-contact__form-success-icon {
  display: block;
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}
.eagle-block-pro__fn-sponsor-contact__form-success h5 {
  font-size: 1.0625rem;
  font-weight: 800;
  margin: 0;
}
.eagle-block-pro__fn-sponsor-contact__form-success p {
  color: #059669;
  font-size: 0.875rem;
  margin: 0.25rem 0 0;
}
.eagle-block-pro__fn-sponsor-contact__cta-row {
  margin-bottom: 1.5rem;
  text-align: center;
}
.eagle-block-pro__fn-sponsor-contact__cta-box {
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0.75rem;
  display: flex;
  flex-direction: column;
  margin-inline: auto;
  max-width: 20rem;
  overflow: hidden;
  width: 100%;
}
.eagle-block-pro__fn-sponsor-contact__cta-box-row {
  width: 100%;
}
.eagle-block-pro__fn-sponsor-contact__cta-box-row--button {
  background: #173f8a;
}
.eagle-block-pro__fn-sponsor-contact__cta-box-row--qr {
  background: #ffffff;
}
.eagle-block-pro__fn-sponsor-contact__button {
  align-items: center;
  background: transparent;
  box-sizing: border-box;
  color: #ffffff !important;
  display: flex;
  flex-direction: column;
  font-family: "Plus Jakarta Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  gap: 0.25rem;
  justify-content: center;
  padding: 1.1rem 1.5rem;
  text-align: center;
  text-decoration: none;
  transition: background 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  width: 100%;
}
.eagle-block-pro__fn-sponsor-contact__button:hover, .eagle-block-pro__fn-sponsor-contact__button:focus {
  background: #2d8a3e;
  color: #ffffff !important;
}
.eagle-block-pro__fn-sponsor-contact__button-line {
  display: block;
  line-height: 1.3;
}
.eagle-block-pro__fn-sponsor-contact__button-line--primary {
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.eagle-block-pro__fn-sponsor-contact__button-line--secondary {
  font-size: 0.8125rem;
  font-weight: 500;
  opacity: 0.92;
}
.eagle-block-pro__fn-sponsor-contact__qr {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  justify-content: center;
  margin: 0;
  padding: 1.25rem 1rem 1.5rem;
  width: 100%;
}
.eagle-block-pro__fn-sponsor-contact__qr-caption {
  color: #64748b;
  font-family: "Plus Jakarta Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  margin: 0;
  text-transform: uppercase;
}
.eagle-block-pro__fn-sponsor-contact__qr-frame {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 0.5rem;
  line-height: 0;
  padding: 0.5rem;
}
.eagle-block-pro__fn-sponsor-contact__qr-frame img {
  display: block;
  height: auto;
  width: 10.9375rem;
}
.eagle-block-pro__fn-sponsor-contact__qr-placeholder {
  align-items: center;
  border: 1px dashed #cbd5e1;
  color: #94a3b8;
  display: flex;
  font-size: 0.8rem;
  height: 10.9375rem;
  justify-content: center;
  width: 10.9375rem;
}
.eagle-block-pro__fn-sponsor-contact__replace-btn {
  margin-top: 0.65rem;
}
.eagle-block-pro__fn-sponsor-contact__bank-intro {
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.9375rem;
  line-height: 1.6;
  margin: 0 0 0.75rem;
}
.eagle-block-pro__fn-sponsor-contact__bank-intro strong {
  color: #ffffff;
}
.eagle-block-pro__fn-sponsor-contact__bank-details {
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.9375rem;
  line-height: 1.7;
  white-space: pre-line;
}
.eagle-block-pro__fn-sponsor-contact__bank-details strong {
  color: #ffffff;
  font-weight: 700;
}

.eagle-block-pro__fn-volunteer-content {
  padding-block: 6rem;
}
@media (max-width: 767px) {
  .eagle-block-pro__fn-volunteer-content {
    padding-block: 4rem;
  }
}
.eagle-block-pro__fn-volunteer-content {
  background: #ffffff;
}
.eagle-block-pro__fn-volunteer-content__container {
  box-sizing: border-box;
  margin-inline: auto;
  max-width: 80rem;
  padding-inline: 1.5rem;
  width: 100%;
}
@media (max-width: 639px) {
  .eagle-block-pro__fn-volunteer-content__container {
    padding-inline: 1rem;
  }
}
.eagle-block-pro__fn-volunteer-content__prose-grid {
  margin-bottom: 2.5rem;
}
@media (min-width: 1024px) {
  .eagle-block-pro__fn-volunteer-content__prose-grid {
    column-count: 2;
    column-gap: 2.5rem;
  }
}
.eagle-block-pro__fn-volunteer-content__prose-grid > * {
  break-inside: avoid;
  margin-bottom: 0;
}
.eagle-block-pro__fn-volunteer-content__paragraph {
  color: #475569;
  font-size: 1rem;
  line-height: 1.7;
  margin: 0 0 1.25rem;
}
.eagle-block-pro__fn-volunteer-content__paragraph strong {
  color: #1e293b;
}
.eagle-block-pro__fn-volunteer-content__paragraph a {
  color: #173f8a;
  font-weight: 600;
  text-decoration: underline;
}
.eagle-block-pro__fn-volunteer-content__subhead {
  color: #0f172a;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.4;
  margin: 1.5rem 0 0.75rem;
  text-decoration: underline;
}
.eagle-block-pro__fn-volunteer-content__label {
  color: #1e293b;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  margin: 1.25rem 0 0.5rem;
}
.eagle-block-pro__fn-volunteer-content__list {
  color: #475569;
  font-size: 1rem;
  line-height: 1.65;
  margin: 0 0 1.25rem;
  padding-left: 1.35rem;
}
.eagle-block-pro__fn-volunteer-content__list li {
  margin-bottom: 0.35rem;
}
.eagle-block-pro__fn-volunteer-content__quote {
  border-left: 3px solid #2d8a3e;
  color: #475569;
  font-style: italic;
  margin: 1.5rem 0;
  padding-left: 1rem;
}
.eagle-block-pro__fn-volunteer-content__quote p {
  margin: 0 0 0.35rem;
}
.eagle-block-pro__fn-volunteer-content__quote cite {
  color: #64748b;
  display: block;
  font-size: 0.9375rem;
  font-style: normal;
}
.eagle-block-pro__fn-volunteer-content__accordion-grid {
  display: grid;
  gap: 1rem;
}
@media (min-width: 768px) {
  .eagle-block-pro__fn-volunteer-content__accordion-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.eagle-block-pro__fn-volunteer-content__accordion {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 0.75rem;
  overflow: hidden;
}
.eagle-block-pro__fn-volunteer-content__accordion-summary {
  cursor: pointer;
  font-family: "Plus Jakarta Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.35;
  list-style: none;
  margin: 0;
  padding: 1rem 2.5rem 1rem 1.15rem;
  position: relative;
}
.eagle-block-pro__fn-volunteer-content__accordion-summary::-webkit-details-marker {
  display: none;
}
.eagle-block-pro__fn-volunteer-content__accordion-summary::after {
  content: "+";
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1;
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
}
.eagle-block-pro__fn-volunteer-content__accordion-summary a {
  color: inherit;
  pointer-events: none;
  text-decoration: none;
}
.eagle-block-pro__fn-volunteer-content__accordion[open] .eagle-block-pro__fn-volunteer-content__accordion-summary::after {
  content: "−";
}
.eagle-block-pro__fn-volunteer-content__accordion-body {
  border-top: 1px solid #e2e8f0;
  color: #475569;
  font-size: 0.9375rem;
  line-height: 1.65;
  padding: 1rem 1.15rem 1.15rem;
}
.eagle-block-pro__fn-volunteer-content__accordion-body p {
  margin: 0 0 0.85rem;
}
.eagle-block-pro__fn-volunteer-content__accordion-body p:last-child {
  margin-bottom: 0;
}
.eagle-block-pro__fn-volunteer-content__accordion-body ul,
.eagle-block-pro__fn-volunteer-content__accordion-body ol {
  margin: 0 0 0.85rem;
  padding-left: 1.25rem;
}
.eagle-block-pro__fn-volunteer-content__accordion-body strong {
  color: #1e293b;
}
.eagle-block-pro__fn-volunteer-content__table-wrap {
  margin-bottom: 1rem;
  overflow-x: auto;
}
.eagle-block-pro__fn-volunteer-content__table-wrap:last-child {
  margin-bottom: 0;
}
.eagle-block-pro__fn-volunteer-content__table {
  border-collapse: collapse;
  font-size: 0.8125rem;
  min-width: 100%;
  width: max-content;
}
.eagle-block-pro__fn-volunteer-content__table td,
.eagle-block-pro__fn-volunteer-content__table th {
  border: 1px solid #e2e8f0;
  padding: 0.45rem 0.6rem;
  vertical-align: top;
}
.eagle-block-pro__fn-volunteer-content__table th {
  background: #f1f5f9;
  font-weight: 700;
}
.eagle-block-pro__fn-volunteer-content__cta-band {
  background: #f1f5f9;
  border-top: 1px solid #e2e8f0;
  margin-top: 2.5rem;
  padding: clamp(2rem, 5vw, 3rem) 1.5rem;
}
.eagle-block-pro__fn-volunteer-content__cta-grid {
  align-items: center;
  display: grid;
  gap: 1.5rem;
  margin-inline: auto;
  max-width: 80rem;
  text-align: center;
}
@media (min-width: 768px) {
  .eagle-block-pro__fn-volunteer-content__cta-grid {
    gap: 2rem;
    grid-template-columns: 2fr 1fr;
    text-align: left;
  }
}
.eagle-block-pro__fn-volunteer-content__cta-heading {
  color: #0f172a;
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-size: clamp(1.35rem, 3vw, 1.75rem);
  font-weight: 700;
  line-height: 1.25;
  margin: 0;
  text-align: center;
}
@media (min-width: 768px) {
  .eagle-block-pro__fn-volunteer-content__cta-heading {
    text-align: left;
  }
}
.eagle-block-pro__fn-volunteer-content__cta-button {
  background: #173f8a;
  border-radius: 0.5rem;
  color: #ffffff !important;
  display: inline-block;
  font-family: "Plus Jakarta Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1.0625rem;
  font-weight: 700;
  justify-self: center;
  padding: 0.9rem 1.5rem;
  text-align: center;
  text-decoration: none;
  transition: background 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  width: 100%;
}
@media (min-width: 768px) {
  .eagle-block-pro__fn-volunteer-content__cta-button {
    justify-self: end;
    max-width: 20rem;
  }
}
.eagle-block-pro__fn-volunteer-content__cta-button:hover, .eagle-block-pro__fn-volunteer-content__cta-button:focus {
  background: #2d8a3e;
  color: #ffffff !important;
}
.eagle-block-pro__fn-volunteer-content__editor-section {
  border-bottom: 1px solid #ddd;
  margin-bottom: 12px;
  padding-bottom: 12px;
}

.eagle-block-pro__fn-child-profile {
  background: #ffffff;
}
.eagle-block-pro__fn-child-profile__container {
  box-sizing: border-box;
  margin-inline: auto;
  max-width: 80rem;
  padding-inline: 1.5rem;
  width: 100%;
}
@media (max-width: 639px) {
  .eagle-block-pro__fn-child-profile__container {
    padding-inline: 1rem;
  }
}
.eagle-block-pro__fn-child-profile__container {
  padding-block: 6rem;
}
@media (max-width: 767px) {
  .eagle-block-pro__fn-child-profile__container {
    padding-block: 4rem;
  }
}
.eagle-block-pro__fn-child-profile__container {
  margin-inline: auto;
  text-align: center;
}
.eagle-block-pro__fn-child-profile > .eagle-block-pro__fn-child-profile__container {
  padding-block-end: 0;
}
@media (max-width: 767px) {
  .eagle-block-pro__fn-child-profile > .eagle-block-pro__fn-child-profile__container {
    padding-block-end: 0;
  }
}
.eagle-block-pro__fn-child-profile__hero {
  align-items: center;
  display: grid;
  column-gap: 2.5rem;
  row-gap: 2rem;
}
@media (min-width: 1024px) {
  .eagle-block-pro__fn-child-profile__hero {
    column-gap: 4rem;
    row-gap: 2.5rem;
  }
}
.eagle-block-pro__fn-child-profile__hero {
  justify-items: center;
  width: 100%;
}
@media (min-width: 1024px) {
  .eagle-block-pro__fn-child-profile__hero {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.35fr);
  }
}
.eagle-block-pro__fn-child-profile__intro {
  text-align: center;
  width: 100%;
}
.eagle-block-pro__fn-child-profile__name-intro {
  color: #475569;
  font-size: clamp(1.125rem, 2vw, 1.5rem);
  line-height: 1.4;
  margin: 0 0 0.35rem;
}
.eagle-block-pro__fn-child-profile__name {
  color: #0f172a;
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  line-height: 1.1;
  margin: 0 0 1.25rem;
}
.eagle-block-pro__fn-child-profile__age-row {
  align-items: baseline;
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.5rem;
  justify-content: center;
}
.eagle-block-pro__fn-child-profile__age-label {
  color: #475569;
  font-size: 1rem;
  margin: 0;
}
.eagle-block-pro__fn-child-profile__age {
  color: #173f8a;
  font-size: clamp(1.25rem, 2.5vw, 1.75rem);
  font-weight: 700;
  line-height: 1.2;
}
.eagle-block-pro__fn-child-profile__photo-wrap {
  display: flex;
  justify-content: center;
  width: 100%;
}
.eagle-block-pro__fn-child-profile__photo {
  border-radius: 0.75rem;
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.12);
  height: var(--fn-child-profile-image-height, 600px);
  max-width: 100%;
  overflow: hidden;
  position: relative;
  width: min(100%, 400px);
}
.eagle-block-pro__fn-child-profile__photo img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.eagle-block-pro__fn-child-profile__replace-btn {
  bottom: 0.75rem;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  z-index: 2;
}
.eagle-block-pro__fn-child-profile__body-band {
  background: #f1f5f9;
  border-top: 1px solid #e2e8f0;
  padding-block: 0;
}
.eagle-block-pro__fn-child-profile__body-grid {
  display: grid;
  column-gap: 2.5rem;
  row-gap: 2rem;
}
@media (min-width: 1024px) {
  .eagle-block-pro__fn-child-profile__body-grid {
    column-gap: 4rem;
    row-gap: 2.5rem;
  }
}
.eagle-block-pro__fn-child-profile__body-grid {
  justify-items: center;
  width: 100%;
}
@media (min-width: 1024px) {
  .eagle-block-pro__fn-child-profile__body-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.eagle-block-pro__fn-child-profile__faq-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.eagle-block-pro__fn-child-profile__faq-item {
  background: #ffffff;
  border: 1px dashed #cbd5e1;
  border-radius: 0.75rem;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
  overflow: hidden;
}
.eagle-block-pro__fn-child-profile__faq-btn {
  align-items: center;
  background: transparent;
  border: 0;
  color: #173f8a;
  cursor: pointer;
  display: flex;
  font-family: "Plus Jakarta Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  justify-content: space-between;
  padding: 1.15rem 1.35rem;
  text-align: left;
  transition: background 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  width: 100%;
}
.eagle-block-pro__fn-child-profile__faq-btn:hover {
  background: #f8fafc;
}
.eagle-block-pro__fn-child-profile__faq-btn.is-open .eagle-block-pro__fn-child-profile__faq-icon {
  transform: rotate(180deg);
}
.eagle-block-pro__fn-child-profile__faq-icon {
  color: #2d8a3e;
  flex-shrink: 0;
  height: 1.25rem;
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  width: 1.25rem;
}
.eagle-block-pro__fn-child-profile__faq-panel {
  border-top: 1px dashed #e2e8f0;
}
.eagle-block-pro__fn-child-profile__faq-answer {
  color: #475569;
  font-size: 0.9375rem;
  line-height: 1.65;
  margin: 0;
  padding: 1rem 1.35rem 1.25rem;
  text-align: center;
}
.eagle-block-pro__fn-child-profile__faq-answer--empty {
  min-height: 0;
  padding: 0;
}
.eagle-block-pro__fn-child-profile__info-col, .eagle-block-pro__fn-child-profile__about-col {
  text-align: center;
  width: 100%;
}
.eagle-block-pro__fn-child-profile__about-heading {
  color: #0f172a;
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 700;
  line-height: 1.25;
  margin: 0 0 1.25rem;
  text-align: center;
}
.eagle-block-pro__fn-child-profile__about-body {
  color: #475569;
  font-size: 1rem;
  line-height: 1.7;
  margin: 0;
}

.eagle-block-pro__fn-about-contact {
  padding-block: 6rem;
}
@media (max-width: 767px) {
  .eagle-block-pro__fn-about-contact {
    padding-block: 4rem;
  }
}
.eagle-block-pro__fn-about-contact {
  background: #f8fafc;
  border-top: 1px solid #f1f5f9;
}
.eagle-block-pro__fn-about-contact__grid {
  box-sizing: border-box;
  margin-inline: auto;
  max-width: 80rem;
  padding-inline: 1.5rem;
  width: 100%;
}
@media (max-width: 639px) {
  .eagle-block-pro__fn-about-contact__grid {
    padding-inline: 1rem;
  }
}
.eagle-block-pro__fn-about-contact__grid {
  display: grid;
  gap: 4rem;
}
@media (min-width: 1024px) {
  .eagle-block-pro__fn-about-contact__grid {
    grid-template-columns: repeat(12, 1fr);
  }
}
@media (min-width: 1024px) {
  .eagle-block-pro__fn-about-contact__about-col {
    grid-column: span 6;
  }
}
@media (min-width: 1024px) {
  .eagle-block-pro__fn-about-contact__form-col {
    grid-column: span 6;
  }
}
.eagle-block-pro__fn-about-contact__heading {
  color: #173f8a;
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.25;
  margin: 0.75rem 0 1.5rem;
}
@media (min-width: 640px) {
  .eagle-block-pro__fn-about-contact__heading {
    font-size: 3rem;
  }
}
.eagle-block-pro__fn-about-contact__heading {
  margin-bottom: 1.25rem;
}
.eagle-block-pro__fn-about-contact__body {
  color: #475569;
  font-size: 1rem;
  line-height: 1.625;
  margin: 0 0 1.5rem;
}
@media (min-width: 640px) {
  .eagle-block-pro__fn-about-contact__body {
    font-size: 1.125rem;
  }
}
.eagle-block-pro__fn-about-contact__learn-more {
  background: #2d8a3e;
  border-radius: 999px;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  color: #ffffff;
  display: inline-block;
  font-family: "Plus Jakarta Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  margin-bottom: 2rem;
  padding: 0.75rem 1.5rem;
  text-decoration: none;
  transition: background 0.3s cubic-bezier(0.4, 0, 0.2, 1), transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.eagle-block-pro__fn-about-contact__learn-more:hover {
  background: #173f8a;
  color: #ffffff;
  transform: translateY(-2px);
}
.eagle-block-pro__fn-about-contact__info-label {
  color: #173f8a;
  font-family: "Plus Jakarta Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  margin: 0 0 0.5rem;
}
.eagle-block-pro__fn-about-contact__address {
  color: #475569;
  font-size: 0.875rem;
  line-height: 1.6;
  margin: 0 0 1.5rem;
  white-space: pre-line;
}
.eagle-block-pro__fn-about-contact__emails {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}
.eagle-block-pro__fn-about-contact__email {
  color: #2d8a3e;
  font-family: "Plus Jakarta Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.eagle-block-pro__fn-about-contact__email:hover {
  color: #173f8a;
}
.eagle-block-pro__fn-about-contact__form-card {
  background: #ffffff;
  border: 1px solid #f1f5f9;
  border-radius: 2.5rem;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  padding: 2rem;
  position: relative;
}
@media (min-width: 640px) {
  .eagle-block-pro__fn-about-contact__form-card {
    padding: 3rem;
  }
}
.eagle-block-pro__fn-about-contact__watermark {
  font-size: 3.75rem;
  line-height: 1;
  opacity: 0.05;
  pointer-events: none;
  position: absolute;
  right: 1rem;
  top: 1rem;
  user-select: none;
}
.eagle-block-pro__fn-about-contact__form-title {
  color: #173f8a;
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-size: 1.875rem;
  font-weight: 700;
  margin: 0 0 0.5rem;
}
.eagle-block-pro__fn-about-contact__form-desc {
  color: #94a3b8;
  font-size: 0.875rem;
  margin: 0 0 2rem;
}
.eagle-block-pro__fn-about-contact__form {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.eagle-block-pro__fn-about-contact__row {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 1fr;
}
@media (min-width: 640px) {
  .eagle-block-pro__fn-about-contact__row {
    grid-template-columns: repeat(2, 1fr);
  }
}
.eagle-block-pro__fn-about-contact__field label {
  color: #94a3b8;
  display: block;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}
.eagle-block-pro__fn-about-contact__field input,
.eagle-block-pro__fn-about-contact__field select,
.eagle-block-pro__fn-about-contact__field textarea {
  appearance: none;
  background: #f8fafc;
  border: 1px solid #f1f5f9;
  border-radius: 0.75rem;
  color: #1e293b;
  font-family: "Plus Jakarta Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.875rem;
  outline: none;
  padding: 0.875rem 1rem;
  transition: border-color 0.15s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  width: 100%;
}
.eagle-block-pro__fn-about-contact__field input::placeholder,
.eagle-block-pro__fn-about-contact__field select::placeholder,
.eagle-block-pro__fn-about-contact__field textarea::placeholder {
  color: #64748b;
}
.eagle-block-pro__fn-about-contact__field input:focus,
.eagle-block-pro__fn-about-contact__field select:focus,
.eagle-block-pro__fn-about-contact__field textarea:focus {
  border-color: #2d8a3e;
  box-shadow: 0 0 0 1px #2d8a3e;
}
.eagle-block-pro__fn-about-contact__field textarea {
  min-height: 6rem;
  resize: vertical;
}
.eagle-block-pro__fn-about-contact__form-error {
  background: #fef2f2;
  border: 1px solid #fecaca;
  border-radius: 0.75rem;
  color: #b91c1c;
  font-size: 0.875rem;
  margin: 0;
  padding: 0.75rem 1rem;
}
.eagle-block-pro__fn-about-contact__submit {
  align-items: center;
  background: #2d8a3e;
  border: 0;
  border-radius: 0.75rem;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  color: #ffffff;
  cursor: pointer;
  display: flex;
  font-family: "Plus Jakarta Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 700;
  gap: 0.5rem;
  justify-content: center;
  padding: 1rem;
  transition: background 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  width: 100%;
}
.eagle-block-pro__fn-about-contact__submit:disabled {
  cursor: not-allowed;
  opacity: 0.7;
}
.eagle-block-pro__fn-about-contact__submit:hover:not(:disabled) {
  background: #173f8a;
}
.eagle-block-pro__fn-about-contact__submit svg {
  height: 1.25rem;
  transition: transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  width: 1.25rem;
}
.eagle-block-pro__fn-about-contact__submit:hover svg {
  transform: translateX(0.25rem);
}
.eagle-block-pro__fn-about-contact__form-success {
  animation: fn-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  background: #ecfdf5;
  border: 1px solid #d1fae5;
  border-radius: 1rem;
  color: #065f46;
  padding: 1.5rem;
  text-align: center;
}
.eagle-block-pro__fn-about-contact__form-success-icon {
  display: block;
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}
.eagle-block-pro__fn-about-contact__form-success h5 {
  font-size: 1.125rem;
  font-weight: 800;
  margin: 0;
}
.eagle-block-pro__fn-about-contact__form-success p {
  color: #059669;
  font-size: 0.875rem;
  margin: 0.25rem 0 0;
}

.eagle-block-pro__fn-site-footer {
  background: #0f172a;
  color: #ffffff;
  padding: 5rem 0 2.5rem;
}
.eagle-block-pro__fn-site-footer__grid {
  box-sizing: border-box;
  margin-inline: auto;
  max-width: 80rem;
  padding-inline: 1.5rem;
  width: 100%;
}
@media (max-width: 639px) {
  .eagle-block-pro__fn-site-footer__grid {
    padding-inline: 1rem;
  }
}
.eagle-block-pro__fn-site-footer__grid {
  display: grid;
  gap: 3rem;
  grid-template-columns: 1fr;
  margin-bottom: 4rem;
}
@media (min-width: 768px) {
  .eagle-block-pro__fn-site-footer__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .eagle-block-pro__fn-site-footer__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.eagle-block-pro__fn-site-footer__brand-row {
  align-items: center;
  display: flex;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
}
.eagle-block-pro__fn-site-footer__brand-row img {
  filter: brightness(0) invert(1);
  height: 3rem;
  width: auto;
}
.eagle-block-pro__fn-site-footer__brand-row span {
  font-family: "Plus Jakarta Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1.125rem;
  font-weight: 800;
  letter-spacing: 0.05em;
}
.eagle-block-pro__fn-site-footer__brand-desc {
  color: #94a3b8;
  font-size: 0.875rem;
  line-height: 1.625;
  margin: 0 0 1.5rem;
}
.eagle-block-pro__fn-site-footer__social {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 50%;
  color: #cbd5e1;
  display: inline-flex;
  padding: 0.625rem;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.eagle-block-pro__fn-site-footer__social:hover {
  background: #2d8a3e;
  color: #ffffff;
}
.eagle-block-pro__fn-site-footer__social svg {
  height: 1.25rem;
  width: 1.25rem;
}
.eagle-block-pro__fn-site-footer__col-title {
  color: #34d399;
  font-family: "Plus Jakarta Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin: 0 0 1.5rem;
  text-transform: uppercase;
}
.eagle-block-pro__fn-site-footer__links {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.eagle-block-pro__fn-site-footer__links a {
  color: #94a3b8;
  font-size: 0.875rem;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.eagle-block-pro__fn-site-footer__links a:hover {
  color: #ffffff;
}
.eagle-block-pro__fn-site-footer__contact {
  color: #94a3b8;
  font-size: 0.875rem;
  line-height: 2;
}
.eagle-block-pro__fn-site-footer__contact strong {
  color: inherit;
  font-weight: 600;
}
.eagle-block-pro__fn-site-footer__contact .email {
  color: #ffffff;
  display: block;
  font-weight: 600;
}
.eagle-block-pro__fn-site-footer__newsletter-desc {
  color: #64748b;
  font-size: 0.75rem;
  line-height: 1.5;
  margin: 0 0 1rem;
}
.eagle-block-pro__fn-site-footer__newsletter {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0.75rem;
  display: flex;
  margin: 0;
  overflow: hidden;
}
.eagle-block-pro__fn-site-footer__newsletter input {
  background: rgba(255, 255, 255, 0.05);
  border: 0;
  color: #ffffff;
  flex: 1;
  font-family: "Plus Jakarta Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.875rem;
  min-width: 0;
  outline: none;
  padding: 0.75rem 1rem;
}
.eagle-block-pro__fn-site-footer__newsletter input::placeholder {
  color: #64748b;
}
.eagle-block-pro__fn-site-footer__newsletter input:disabled {
  cursor: not-allowed;
  opacity: 0.7;
}
.eagle-block-pro__fn-site-footer__newsletter button {
  background: #2d8a3e;
  border: 0;
  color: #ffffff;
  cursor: pointer;
  font-family: "Plus Jakarta Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 700;
  padding: 0.75rem 1rem;
  white-space: nowrap;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.eagle-block-pro__fn-site-footer__newsletter button:disabled {
  cursor: not-allowed;
  opacity: 0.7;
}
.eagle-block-pro__fn-site-footer__newsletter button:hover:not(:disabled) {
  background: #16a34a;
}
.eagle-block-pro__fn-site-footer__newsletter-error {
  color: #fca5a5;
  font-size: 0.75rem;
  margin: 0.5rem 0 0;
}
.eagle-block-pro__fn-site-footer__newsletter-success {
  color: #34d399;
  font-size: 0.75rem;
  margin: 0.5rem 0 0;
}
.eagle-block-pro__fn-site-footer__copy {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  color: #64748b;
  font-size: 10px;
  letter-spacing: 0.3em;
  margin: 0;
  padding-top: 2rem;
  text-align: center;
  text-transform: uppercase;
}
