/* Laptop — keep 2-col but tighten spacing */
@media (min-width: 1200px) and (max-width: 1599px) {
  .hac-block__inner {
    gap: 6rem;
    padding-block: 10rem 12rem;
  }

  .hac-block__section-title {
    font-size: 4.6rem;
    line-height: 1.2;
  }

  .hac-block__heading {
    font-size: 3.6rem;
    line-height: 1.25;
    margin-bottom: 2.4rem;
  }

  .hac-block__text {
    font-size: 2rem;
    line-height: 3rem;
  }

  .hac-block__stat {
    height: 15rem;
    min-height: 15rem;
    gap: 1.6rem;
  }

  .hac-block__stat-value {
    font-size: 4.6rem;
    line-height: 1;
  }

  .hac-centered__inner {
    gap: 3.2rem;
    padding-block: 10rem 12rem;
  }

  .hac-centered__heading {
    font-size: 3.6rem;
    line-height: 1.25;
  }

  .hac-centered__text {
    font-size: 2rem;
    line-height: 3rem;
  }

  .hac-flagship__title {
    margin-bottom: 5rem;
    font-size: 3.6rem;
    line-height: 1.25;
  }
}


@media (max-width: 1199px) {
  .site-header__nav {
    display: none;
  }

  .hero {
    height: 93dvh;
  }

  .hero::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(253 225 190 / 50%);
  }

  .site-header__toggle {
    display: flex;
  }

  .site-header__mobile {
    display: flex;
    height: 100vh;
  }

  .site-header__overlay {
    display: block;
  }

  .site-header__overlay[hidden],
  .site-header__mobile[hidden] {
    display: none !important;
  }

  .site-header__inner::after {
    display: none;
  }

  .about__bg {
    width: 36rem;
    height: 45rem;
    opacity: 0.85;
  }

  .about__inner {
    flex-direction: column;
    align-items: stretch;
    gap: 4rem;
    padding-block: 6rem;
    padding-inline: 4.3rem;
  }

  .about--no-image .about__inner {
    min-height: 0;
    padding-block: 6rem;
    padding-inline: 4.3rem;
  }

  .about--no-image .about__content {
    max-width: 100%;
  }

  .about__media {
    width: 100%;
    max-width: 60rem;
    height: auto;
    aspect-ratio: 947 / 710;
    margin-inline: auto;
  }

  .about__image {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .about__content {
    max-width: 100%;
    gap: 4rem;
    padding-inline-end: 0;
  }

  .about__intro {
    max-width: 100%;
    gap: 2.4rem;
  }

  .about__copy {
    gap: 2.4rem;
  }

  .section-eyebrow,
  .about__eyebrow {
    font-size: 1.8rem;
  }

  .section-title,
  .about__title {
    font-size: 4rem;
    line-height: 5.2rem;
  }

  .about__text {
    max-width: 100%;
    font-size: 1.8rem;
    line-height: 3rem;
  }

  .stats__container {
    flex-wrap: wrap;
    padding-inline: 4.3rem;
  }

  .stats__item {
    flex: 1 1 50%;
    min-height: 16rem;
    padding-block: 4rem;
    border-inline-end: 0.1rem solid var(--gray-800);
    border-block-end: 0.1rem solid var(--gray-800);
  }

  .stats__item:nth-child(2n) {
    border-inline-end: none;
  }

  .stats__item:nth-last-child(-n + 2) {
    border-block-end: none;
  }

  .stats__content {
    gap: 1.8rem;
  }

  .stats__number {
    font-size: 4.2rem;
    line-height: 1;
  }

  .stats__label {
    font-size: 1.6rem;
  }

  .focus {
    padding-block: 8rem 6rem;
  }

  .focus__inner {
    gap: 4rem;
    padding-inline: 4.3rem;
  }

  .focus__header {
    gap: 2.4rem;
  }

  .focus__intro {
    gap: 2rem;
  }

  .focus__eyebrow {
    font-size: 1.8rem;
  }

  .focus__title {
    font-size: 4rem;
    line-height: 5.2rem;
  }

  .focus__text {
    font-size: 1.8rem;
    line-height: 3rem;
  }

  .focus__carousel {
    gap: 2rem;
  }

  .focus__slide {
    width: 42rem;
    height: 34rem;
  }

  .fancybox__caption {
    padding-inline: 2rem;
    text-align: center;
  }

  .global__inner {
    grid-template-columns: 1fr;
    gap: 0;
    padding-inline: 4.3rem;
    padding-block: 8rem 22rem;
    padding-bottom: 35rem;
  }

  .global__content {
    padding-block-start: 0;
    max-width: 100%;
    gap: 2.4rem;
  }

  .global__title {
    font-size: 4rem;
    line-height: 5.2rem;
    max-width: 100%;
  }

  .global__text {
    font-size: 1.8rem;
    line-height: 3rem;
    max-width: 100%;
  }

  .global__aside {
    min-height: 20rem;
    margin-inline: auto;
    width: 100%;
    max-width: 100%;
  }

  .global__years {
    border: 0.1rem solid #cedcf3;
    background: rgb(225 232 246 / 24%);
  }

  .global__reach {
    width: 26rem;
    min-height: auto;
  }

  .global__logos {
    width: calc(100% - 4.3rem * 2);
    inset-block-end: 3rem;
  }

  .global__country-name {
    font-size: 2.2rem;
    line-height: 3rem;
  }

  .testimonial__inner {
    gap: 4rem;
    padding-inline: 4.3rem;
    padding-block: 8rem 6rem;
  }

  .testimonial__header {
    gap: 2.4rem;
    max-width: 100%;
  }

  .testimonial__eyebrow {
    font-size: 1.8rem;
  }

  .testimonial__title {
    font-size: 4rem;
    line-height: 5.2rem;
  }

  .testimonial__carousel {
    gap: 2rem;
  }

  .testimonial__quote {
    font-size: 1.8rem;
    line-height: 3rem;
  }

  .stories {
    padding-block: 8rem 6rem;
  }

  .stories__inner {
    gap: 3rem;
    padding-inline: 4.3rem;
  }

  .stories__header {
    gap: 2.4rem;
    max-width: 100%;
  }

  .stories__eyebrow {
    font-size: 1.8rem;
  }

  .stories__title {
    font-size: 4rem;
    line-height: 5.2rem;
  }

  .stories__text {
    font-size: 1.8rem;
    line-height: 3rem;
  }

  .stories__list {
    grid-template-columns: 1fr;
    gap: 5rem;
    margin-block-start: 3rem;
  }

  .stories__item:nth-child(2) .stories__media,
  .stories__media {
    height: 32rem;
  }

  .stories__item-title {
    font-size: 2.6rem;
    line-height: 3.4rem;
  }

  .stories__excerpt {
    font-size: 1.8rem;
    line-height: 3rem;
  }

  .instagram {
    min-height: auto;
    padding-block: 8rem 10rem;
  }

  .instagram__header {
    max-width: 100%;
    padding-inline: 4.3rem;
  }

  .instagram__feed .sbi_items_wrap,
  .instagram__feed .sbi_items,
  .instagram__feed .instagram-feed-list {
    gap: 1.6rem;
    padding-inline: 4.3rem;
  }

  .instagram__feed .sbi_item,
  .instagram__feed .instagram-feed-item,
  .instagram__feed .sbi_photo_wrap {
    flex-basis: 16rem;
    width: 16rem !important;
    max-width: 16rem !important;
  }

  .site-footer__main {
    grid-template-columns: 1fr;
    gap: 5rem;
    padding-block: 5rem 3rem;
  }

  .site-footer__main::after {
    display: none;
  }

  .site-footer__right {
    gap: 4rem;
  }

  .site-footer__links {
    gap: 4rem;
    padding-bottom: 4rem;
  }

  .site-footer__menu--columns {
    gap: 0 4rem;
  }

  .site-footer__bottom {
    gap: 3rem;
  }

  .site-footer__tagline {
    font-size: 4rem;
    line-height: 5rem;
  }

  .site-footer__newsletter input[type="email"],
  .site-footer__newsletter input[type="text"] {
    font-size: 2.4rem;
  }

  :root {
    --inner-banner-height: 42rem;
    /* 420px tablet common height */
  }

  .innerbanner .bannerabs {
    padding-block: 0 6rem;
  }

  .innerbanner .banner-abs-innersec {
    max-width: 55rem;
    gap: 2rem;
  }

  .innerbanner .banner-abs-innersec .page-title {
    font-size: 4rem;
    line-height: 5rem;
  }

  .abal-about {
    min-height: auto;
  }

  .abal-about__inner {
    padding-block: 6rem;
  }

  .abal-about__content {
    max-width: 100%;
    font-size: 1.6rem;
    line-height: 2.6rem;
  }

  .abal-about__content p {
    margin-bottom: 2rem;
  }

  .abal-quote {
    padding-block: 8rem 6rem;
    background-color: #fbf5e8;
  }

  .abal-quote__inner {
    gap: 0;
  }

  .abal-quote__quote {
    font-size: 2.2rem;
    line-height: 3.2rem;
    margin-bottom: 10rem;
  }

  .abal-quote__quote--no-image {
    margin-bottom: 4rem;
  }

  .abal-quote__card {
    gap: 4rem;
    padding: 0 3rem 4rem;
    border-radius: 1.2rem;
  }

  .abal-quote__card--no-image {
    padding-top: 4rem;
  }

  .abal-quote__media {
    margin-top: -8rem;
    border-radius: 1.2rem;
  }

  .abal-quote__img {
    border-radius: 1.2rem;
  }

  .abal-quote__content {
    font-size: 1.5rem;
    line-height: 2.4rem;
  }

  .abal-quote__vm {
    flex-direction: column;
    gap: 2rem;
  }

  .abal-quote__box {
    padding: 2.4rem 2rem;
  }

  .abal-quote__box-title {
    margin-bottom: 1.6rem;
    font-size: 2.4rem;
    line-height: 3.2rem;
  }

  .abal-quote__box-text {
    font-size: 1.5rem;
    line-height: 2.4rem;
  }


  .abal-motto {
    margin-top: -6rem;
    padding-block: 8rem 6rem;
  }

  .abal-motto__inner {
    flex-direction: column;
    align-items: stretch;
    gap: 4rem;
  }

  .abal-motto__media {
    flex: none;
    width: 100%;
    max-width: 100%;
    height: auto;
    aspect-ratio: 848 / 581;
  }

  .abal-motto__img {
    height: 100%;
  }

  .abal-motto__content {
    flex: none;
    width: 100%;
    max-width: 100%;
    gap: 3rem;
  }

  .abal-motto__copy {
    gap: 2.4rem;
  }

  .abal-motto__title {
    font-size: 3.6rem;
    line-height: 4.6rem;
  }

  .abal-motto__text {
    font-size: 1.5rem;
    line-height: 2.4rem;
  }

  .abal-motto__script {
    height: auto;
    min-height: 12rem;
    padding: 1.6rem 2.4rem;
    filter: drop-shadow(0 0.3rem 1rem rgba(28, 66, 136, 0.12)) drop-shadow(0 0 0.8rem rgba(159, 163, 239, 0.18));
  }

  .abal-motto__script-img {
    height: auto;
    max-height: 12rem;
  }

  .abal-anthem {
    padding-block: 8rem 6rem;
  }

  .abal-anthem__inner {
    gap: 4rem;
  }

  .abal-anthem__top {
    flex-direction: column;
    align-items: stretch;
    gap: 4rem;
  }

  .abal-anthem:nth-child(even) .abal-anthem__top {
    flex-direction: column;
  }

  .abal-anthem__content {
    flex: none;
    max-width: 100%;
    gap: 2.4rem;
  }

  .abal-anthem__title {
    font-size: 3.6rem;
    line-height: 4.6rem;
  }

  .abal-anthem__subtitle {
    font-size: 2.2rem;
    line-height: 3rem;
  }

  .abal-anthem__text {
    font-size: 1.5rem;
    line-height: 2.4rem;
  }

  .abal-anthem__media {
    flex: none;
    max-width: 100%;
  }

  .abal-anthem__play {
    width: 8rem;
    height: 6.4rem;
  }

  .newsletter-page__btn {
    width: 100%;
  }

  .newsletter-page__arrow--prev {
    left: -3rem;
  }

  .newsletter-page__arrow--next {
    right: -3rem;
  }

  .news-coverage__digital .ctf-tweets {
    grid-template-columns: repeat(1, 1fr);
  }

  .news-coverage__digital .ctf-tweet-text a {
    word-break: break-all;
  }


  .ogl-remember {
    padding-block: 8rem 6rem;
  }

  .ogl-remember__inner {
    gap: 6rem;
  }

  .ogl-remember__row {
    flex-direction: column;
    align-items: stretch;
    gap: 4rem;
  }

  .ogl-remember__media {
    flex: none;
    max-width: 100%;
  }

  .ogl-remember__content {
    flex: none;
    max-width: 100%;
    gap: 2.4rem;
  }

  .ogl-remember__title {
    font-size: 3.6rem;
    line-height: 4.6rem;
  }

  .ogl-remember__text {
    font-size: 1.5rem;
    line-height: 2.4rem;
  }

  .ogl-remember__social {
    gap: 2rem;
  }

  .ogl-remember__social-list {
    gap: 1.6rem;
  }


  .team-heads__inner {
    flex-direction: column;
    min-height: 0;
  }

  .team-heads__featured {
    flex: none;
    max-width: none;
    width: 100%;
    padding: 6rem 4.3rem;
  }

  .team-heads__side {
    flex: none;
    width: 100%;
    padding: 6rem 4.3rem;
  }

  .team-heads__name--lg {
    font-size: 3.6rem;
    line-height: 1.15;
  }

  .team-heads__name {
    font-size: 2.4rem;
  }

  .team-tabs {
    padding-block: 8rem 6rem;
  }

  .team-tabs__nav {
    gap: 1.6rem;
  }

  .team-tabs__btn {
    padding: 1.4rem 1.8rem;
    font-size: 1.5rem;
  }

  .team-tabs__grid {
    gap: 2.4rem;
  }

  .team-card {
    flex: 0 1 calc((100% - 2.4rem) / 2);
    width: calc((100% - 2.4rem) / 2);
  }

  .team-card__name {
    font-size: 2.2rem;
  }

  .team-card__role {
    font-size: 1.5rem;
  }

  .team-card__info {
    padding: 1.6rem;
    gap: 0.8rem;
  }

  .team-modal {
    padding: 2rem;
  }

  .team-modal__dialog {
    height: 54rem;
  }

  .team-modal__scroll {
    padding: 4rem 4rem 3.2rem 3.6rem;
  }

  .team-modal__name {
    font-size: 3.2rem;
  }


  .partners {
    padding-block: 8rem 10rem;
  }

  .partners__inner {
    gap: 4rem;
  }

  .partners__header {
    gap: 3.2rem;
  }



  .partners__btn {
    padding: 1.4rem 1.8rem;
    font-size: 1.5rem;
    width: 100%;
  }

  .partners__arrow--prev {
    left: -2.8rem;
  }

  .partners__arrow--next {
    right: -2.8rem;
  }

  .partners__grid {
    gap: 2rem;
  }

  .partners__card {
    flex: 0 0 16rem;
    width: 16rem;
    height: 16rem;
    padding: 1.8rem;
  }


  .blog-list {
    padding-block: 8rem 10rem;
  }

  .blog-list__inner {
    gap: 4.8rem;
  }

  .blog-list__grid {
    column-gap: 2.4rem;
    row-gap: 4.8rem;
  }

  .blog-list__card {
    gap: 2.4rem;
  }

  .blog-list__body {
    gap: 2rem;
  }

  .blog-list__title {
    font-size: 2.4rem;
    line-height: 3.2rem;
    min-height: calc(2 * 3.2rem);
  }

  .blog-list__excerpt {
    font-size: 1.8rem;
    line-height: 2.8rem;
    min-height: calc(3 * 2.8rem);
  }

  .blog-list__more {
    font-size: 1.8rem;
  }

  .blog-list__load-more {
    line-height: 1.4;
  }

  .press-list .blog-list__grid {
    column-gap: 2.4rem;
    row-gap: 2.4rem;
  }

  .press-list__card {
    gap: 1.6rem;
    padding: 2.8rem 2.4rem 2.4rem;
  }

  .press-list__card::before {
    left: 2.4rem;
    right: 2.4rem;
  }

  .press-list__title {
    font-size: 2.4rem;
    line-height: 3.2rem;
    min-height: calc(3 * 3.2rem);
  }

  .press-list__excerpt {
    font-size: 1.7rem;
    line-height: 2.6rem;
    min-height: calc(3 * 2.6rem);
  }

  .press-list__more {
    font-size: 1.7rem;
    padding-top: 1.6rem;
  }


  .story-single {
    padding-top: 16rem;
    padding-bottom: 8rem;
  }

  .story-single__inner {
    gap: 4rem;
  }

  .story-single__header {
    gap: 3rem;
  }

  .story-single__title {
    font-size: 4rem;
    line-height: 5.2rem;
  }

  .story-single__content,
  .story-single__extra {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }

  .story-single__content h2,
  .story-single__content h3,
  .story-single__extra h2,
  .story-single__extra h3 {
    font-size: 3.2rem;
    line-height: 3.8rem;
    margin-bottom: 3rem;
  }

  .story-single__slide-img {
    height: 28rem;
  }

  .story-single__gallery {
    margin-top: 5rem;
  }

  /* .story-single__gallery.is-centered:not(.has-nav) {
    padding-inline: 4rem;
  }

  .story-single__gallery.is-centered:not(.has-nav) .swiper-wrapper {
    gap: 2.4rem;
  }

  .story-single__gallery.is-centered:not(.has-nav) .swiper-slide,
  .story-single__gallery.is-centered:not(.has-nav) .story-single__slide {
    width: calc((100vw - 8rem - 4.8rem) / 3) !important;
    max-width: 32rem;
  } */

  .story-single__extra {
    margin-top: 4rem;
  }

  .story-single__content .gallery,
  .story-single__extra .gallery,
  .story-single__content .wp-block-gallery,
  .story-single__extra .wp-block-gallery {
    gap: 2.4rem;
  }

  .story-single__content .gallery .gallery-item img,
  .story-single__extra .gallery .gallery-item img,
  .story-single__content .wp-block-gallery img,
  .story-single__extra .wp-block-gallery img {
    height: 32rem;
  }

  .story-single__extra blockquote,
  .story-single__extra .story-callout,
  .story-single__content blockquote,
  .story-single__content .story-callout,
  .story-single__content .wp-block-quote,
  .story-single__extra .wp-block-quote {
    padding: 3.2rem 2.4rem;
    font-size: 1.8rem;
    line-height: 2.8rem;
  }


  .contact-page {
    padding: 8rem 0 10rem;
  }

  .contact-page__inner {
    gap: 5rem;
  }

  .contact-page__form-card {
    padding: 4rem 4rem 4.8rem;
  }

  .contact-page__form-heading {
    font-size: 4.2rem;
    margin-bottom: 3.2rem;
  }

  .contact-page__form .wpcf7-form {
    gap: 2.4rem;
  }

  .contact-page__form .contact-form__row {
    gap: 2rem;
  }

  .contact-page__form input.wpcf7-form-control,
  .contact-page__form select.wpcf7-form-control,
  .contact-page__form textarea.wpcf7-form-control {
    font-size: 1.8rem;
    padding-inline: 2.4rem;
  }

  .contact-page__form input.wpcf7-form-control,
  .contact-page__form select.wpcf7-form-control {
    height: 7rem;
  }

  .contact-page__form textarea.wpcf7-form-control {
    height: 14.2rem !important;
  }

  .contact-page__offices {
    gap: 2.4rem;
  }

  .contact-page__office {
    gap: 2.4rem;
    padding: 3.2rem 2.4rem;
  }

  .contact-page__office-title {
    font-size: 2.4rem;
  }

  .contact-page__office-address {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }

  .contact-page__map {
    height: 32rem;
  }

  .newsletter-page {
    padding: 8rem 0 10rem;
  }

  .newsletter-page__inner {
    gap: 4rem;
  }

  .newsletter-page__header {
    gap: 3.2rem;
  }

  /*
  .newsletter-page__thumbs {
    display: none;
  }
  
   .newsletter-page__select-wrap {
    display: block;
  } */

  .blog-list__load-more {
    font-size: 1.8rem;
    line-height: 1.8rem;
    padding: 1.4rem 2rem;
  }

  .newsletter-page__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2.4rem;
  }

  .newsletter-page__label {
    height: 4.8rem;
    min-height: 4.8rem;
  }

  .newsletter-page__label span {
    font-size: 1.8rem;
    line-height: 1.3;
  }

  .afs-intro__inner {
    padding-block: 5rem;
  }

  .afs-intro__title,
  .afs-intro__content h1,
  .afs-intro__content h2 {
    margin-bottom: 2.4rem;
    font-size: 4.2rem;
    line-height: 1.2;
  }

  .afs-intro__content {
    font-size: 2rem;
    line-height: 3rem;
  }

  .afs-intro {
    background-size: cover;
    background-position: center top;
  }

  .afs-programs__inner {
    gap: 2rem;
    padding-block: 6rem;
  }

  .afs-programs--first .afs-programs__inner {
    padding-top: 5rem;
  }

  .afs-programs--last .afs-programs__inner {
    padding-bottom: 6rem;
  }

  .afs-programs--before-logos .afs-programs__inner,
  .afs-programs--continued .afs-programs__inner {
    padding-block: 6rem;
  }

  .afs-programs--first.afs-programs--before-logos .afs-programs__inner {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .afs-programs__title {
    font-size: 4.2rem;
    line-height: 1.2;
  }

  .afs-program__row,
  .afs-program--image-right .afs-program__row {
    grid-template-columns: 1fr;
    gap: 4rem;
  }

  .afs-program--image-right .afs-program__media,
  .afs-program--image-right .afs-program__content {
    order: initial;
  }

  .afs-program__media {
    max-width: 60rem;
    margin-inline: auto;
  }

  .afs-program__heading {
    font-size: 3.4rem;
  }

  .afs-program__initiatives-title {
    font-size: 3rem;
  }

  .afs-program__logos {
    padding-block: 5rem;
    padding-inline: 3rem;
  }

  .afs-program__logos-title {
    margin-bottom: 3.2rem;
    font-size: 3.4rem;
  }

  .afs-program__logos-slide {
    width: 14rem;
  }

  .afs-program__logo {
    max-width: 14rem;
  }

  .afs-alignment__inner {
    gap: 3.2rem;
    padding-block: 5rem 8rem;
  }

  .afs-alignment__text {
    font-size: 2rem;
    line-height: 3rem;
  }

  .afs-alignment__icons {
    gap: 2rem;
  }

  .afs-alignment__icons--static .swiper-slide {
    width: 11rem !important;
  }

  .hac-block__inner {
    gap: 4.8rem;
    padding-block: 7rem 8rem;
  }

  .hac-block__section-title {
    font-size: 4rem;
    line-height: 1.2;
    padding-inline: 1rem;
  }

  .hac-block__row,
  .hac-block--image-right .hac-block__row {
    grid-template-columns: 1fr;
    gap: 3.2rem;
    align-items: start;
  }

  .hac-block--image-right .hac-block__media,
  .hac-block--image-right .hac-block__content {
    order: initial;
  }

  .hac-block__media {
    max-width: 64rem;
    width: 100%;
    margin-inline: auto;
  }

  .hac-block__swiper,
  .hac-block__figure {
    border-radius: 1.6rem;
  }

  .hac-block__content {
    max-width: 100%;
    min-height: 0;
    width: 100%;
  }

  .hac-block__heading {
    font-size: 3.4rem;
    line-height: 1.25;
    margin-bottom: 2rem;
  }

  .hac-block__text {
    font-size: 1.9rem;
    line-height: 2.9rem;
    width: 100%;
  }

  .hac-block__stats {
    width: 100%;
    max-width: 100%;
    margin-top: 3.2rem;
    padding-top: 0;
  }

  .hac-block__stat {
    flex: 1 1 0;
    width: auto;
    min-width: 0;
    min-height: 14rem;
    height: 14rem;
    padding: 0 2rem;
    gap: 1.6rem;
  }

  .hac-block__stats:has(.hac-block__stat:nth-child(2)) .hac-block__stat {
    padding-inline: 2rem;
  }

  .hac-block__stat-value {
    font-size: 4rem;
    line-height: 1;
  }

  .hac-block__stat-label {
    font-size: 1.8rem;
    white-space: normal;
  }

  .hac-block__pagination.swiper-pagination,
  .hac-block__pagination {
    bottom: 2rem !important;
  }

  .hac-flagship {
    padding-block: 5rem;
    overflow: hidden;
  }

  .hac-flagship__title {
    margin-bottom: 3.6rem;
    font-size: 3.4rem;
    line-height: 1.25;
  }

  .hac-flagship__slide {
    width: 14rem;
  }

  .hac-flagship__logo {
    max-width: 14rem;
  }

  .hac-centered__inner {
    gap: 2.8rem;
    padding-block: 7rem 8rem;
    max-width: 100%;
  }

  .hac-centered__heading {
    font-size: 3.4rem;
    line-height: 1.25;
  }

  .hac-centered__text {
    font-size: 1.9rem;
    line-height: 2.9rem;
    text-align: center;
  }

  .hac-centered__logo {
    width: 18rem;
    height: 12rem;
  }


  .owe-intro {
    background-size: cover;
    background-position: center top;
  }

  .owe-intro__inner {
    padding-block: 8rem 10rem;
  }

  .owe-intro__content h1,
  .owe-intro__content h2 {
    font-size: 4.2rem;
    line-height: 1.25;
    margin-bottom: 3.2rem;
  }

  .owe-program__content {
    gap: 4rem;
  }

  .owe-program__body {
    gap: 3.2rem;
  }

  .owe-program__body .afs-program__heading {
    line-height: 1.25;
  }

  .owe-program__logo {
    width: 18rem;
    height: 9.6rem;
  }

  .owe-recognition__inner {
    gap: 4rem;
    padding-block: 8rem 10rem;
  }

  .owe-awards {
    grid-template-columns: 1fr;
    gap: 2.4rem;
  }

  .owe-award {
    min-height: 0;
    padding: 3.2rem 2.4rem;
    gap: 2rem;
  }

  .owe-award__title {
    font-size: 2.6rem;
    line-height: 1.3;
  }

  .owe-award__text {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }

  .owe-alignment .afs-alignment__inner {
    gap: 4.8rem;
    padding-block: 5rem 10rem;
  }

  .owe-alignment .afs-alignment__text {
    font-size: 2.8rem;
    line-height: 1.4;
  }

  .owe-alignment .afs-alignment__icons {
    max-width: 100%;
  }

  .owe-alignment .afs-alignment__icon {
    max-width: none;
  }

  .es-voices {
    padding-block: 4rem;
  }

  .vt-alignment .afs-alignment__inner {
    padding-block: 4rem 6rem;
  }

  .es-voices__inner {
    gap: 4rem;
  }

  .es-voices__heading {
    font-size: 4rem;
    line-height: 5.2rem;
  }

  .es-voices__quote p {
    font-size: 1.8rem;
    line-height: 3rem;
  }

  .es-voices__arrow {
    top: 7rem;
  }

  .es-voices__arrow--prev {
    left: -0.8rem;
  }

  .es-voices__arrow--next {
    right: -0.8rem;
  }

  .es-covid__inner {
    gap: 3.2rem;
    padding-block: 8rem;
  }

  .es-covid__heading {
    font-size: 3.2rem;
    line-height: 4.4rem;
  }

  .es-covid__content {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }


  .vt-intro__inner {
    gap: 3.2rem;
    padding-block: 8rem 10rem;
  }

  .vt-intro__heading,
  .vt-intro__content h1,
  .vt-intro__content h2 {
    font-size: 4rem;
    line-height: 5.2rem;
  }

  .vt-intro__content {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }

  .ehsaas-women.team-tabs.has-intro {
    padding-block: 8rem 10rem;
  }

  .ehsaas-women.team-tabs .team-tabs__inner {
    gap: 5rem;
  }

  .ehsaas-women-intro__content {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }

  .ehsaas-women-intro__content h1,
  .ehsaas-women-intro__content h2 {
    font-size: 4rem;
    line-height: 5.2rem;
    margin-bottom: 3.2rem;
  }

  .ehsaas-women-intro__content h3 {
    font-size: 2.8rem;
    line-height: 3.6rem;
  }

  .ehsaas-women.team-tabs:not(.has-intro) {
    padding-block: 6rem 10rem;
  }


  .news-coverage {
    padding-block: 8rem 10rem;
  }

  .news-coverage__inner,
  .news-coverage__header {
    gap: 3.2rem;
  }

  .news-coverage__print .blog-list__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2.4rem;
  }

  .print-media-card__link {
    gap: 1.6rem;
    padding: 2rem;
  }

  .print-media-card__title {
    font-size: 2.2rem;
  }

  .news-coverage__featured-row {
    grid-template-columns: 1fr;
    gap: 3.2rem;
  }

  .news-coverage__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 3.2rem 2.4rem;
  }

  .emedia-card,
  .emedia-card__body {
    gap: 2.4rem;
  }

  .emedia-card--featured .emedia-card__title {
    font-size: 3.6rem;
    line-height: 1.25;
  }

  .emedia-card__title {
    font-size: 2.4rem;
  }

  .emedia-card__excerpt {
    font-size: 1.8rem;
  }

  .emedia-card__publisher-name,
  .emedia-card__more {
    font-size: 1.6rem;
  }

  .blog-categories ul {justify-content: center;}

}


@media (min-width: 576px) and (max-width: 1199px) {
	.notice_section{font-size: 1.2rem;}
  .container {
    padding-inline: 4.3rem;
    /* 43px — Figma left inset */
  }

  .site-header__inner {
    align-items: center;
    min-height: auto;
    padding-block: 1rem 0;
    /* ~38px top */
  }

  .site-header__logo {
    width: 14.8rem;
    /* 148px */
    height: 9.8rem;
    /* 98px */
  }

  .site-header__actions {
    padding-bottom: 0;
  }

  /* Orange hamburger — Figma 39×35, radius 5px */
  .site-header__toggle {
    width: 3.9rem;
    /* 39px */
    height: 3.5rem;
    /* 35px */
    padding: 0;
    gap: 0.45rem;
    align-items: center;
    justify-content: center;
    background: var(--orange);
    border-radius: 0.5rem;
    /* 5px */
  }

  .site-header__toggle span {
    width: 2.2rem;
    height: 0.2rem;
    background: var(--white);
    border-radius: 0.2rem;
  }

  .site-header__toggle[aria-expanded="true"] span:nth-child(1) {
    transform: translateY(0.65rem) rotate(45deg);
  }

  .site-header__toggle[aria-expanded="true"] span:nth-child(3) {
    transform: translateY(-0.65rem) rotate(-45deg);
  }

  /* .hero__content {
    max-width: 50.2rem; 
    padding-inline: 0;
  } */

  .hero__copy {
    gap: 3rem;
  }

  .hero__title {
    font-size: 4.8rem;
    /* 48px */
    line-height: 5.6rem;
    /* 56px */
    max-width: 50.2rem;
  }

  .hero__text {
    max-width: 45.1rem;
    /* 451px */
  }

  .hero__text p {
    font-size: 1.8rem;
    /* 18px */
    line-height: 3rem;
    /* 30px */
  }

  .hero__image-wrap--desktop,
  .hero__image-wrap--mobile {
    display: none;
  }

  .hero__image-wrap--tablet {
    display: block;
  }

  .hero__img--tablet,
  .hero__image-wrap--tablet .hero__img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
    object-position: center right;
  }

  .story-single__content img.alignleft {
    width: 48rem !important;
  }

  .imagewith-video-sec {
    padding: 2rem 0 6rem;
  }

  .abal-anthem {
    padding-block: 5rem 1rem;
  }

  .testimonial__carousel {

    max-width: 80rem;
  }

  .testimonial__quote {
    max-width: 77rem;
  }
}

@media (max-width: 991px) {

  .innerbanner .bannerimg__wrap--desktop,
  .innerbanner .bannerimg__wrap--mobile {
    display: none;
  }

  .innerbanner .bannerimg__wrap--tablet {
    display: block;
  }

  .blog-list__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .press-list .blog-list__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }


  .hac-block__figure {
    aspect-ratio: 4 / 3;
  }

  .hac-block__swiper::after,
  .afs-program__swiper::after {
    background: linear-gradient(to top,
        #000 0%,
        rgba(0, 0, 0, 0) 28%);
  }

  .hac-block__stats {
    flex-direction: column;
  }

  .hac-block__stat,
  .hac-block__stats:has(.hac-block__stat:nth-child(2)) .hac-block__stat {
    flex: 1 1 auto;
    width: 100%;
    height: auto;
    min-height: 0;
    padding: 2.8rem 2.4rem;
    border-right: none;
    border-bottom: 0.1rem solid #ecf1fa;
  }

  .hac-block__stat:last-child {
    border-bottom: none;
  }

  .story-single__featured {
    order: 1;
  }

  .story-single__header {
    order: 2;
  }

  .story-single__content {
    order: 3;
  }

  .story-single__content img.alignleft {
    float: none !important;
    width: 100% !important;
    margin-right: 0 !important;
    margin-bottom: 2rem;
  }

  .imagewith-video-sec {
    padding: 2rem 0 4rem;
  }

  .abal-anthem {
    padding-block: 5rem 1rem;
  }


  .testimonial__carousel {

    max-width: 65rem;
  }

  .testimonial__quote {
    max-width: 55rem;
  }

  .archive-blog-categories__list {
    display: none !important;
  }

  .archive-blog-categories__select {
    display: block;
  }
	
	.acceptance .wpcf7-list-item label {
		align-items: flex-start;
	}

  .story-categories-box__title { text-align: center;}

  .inner-nocontent {
    gap: 1rem;
  }

  .no-cont-logowrap {
    width: 12rem;
  }

  .inner-nocontent h1 {
    font-size: 10rem;
    line-height: 10rem;
  }

  .inner-nocontent .text-cont p {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .nocont-btnwrap .btn--primary {
    font-size: 1.8rem;
    padding: 1.4rem 2rem;
  }

  .team-modal__img { object-fit: contain; object-position: center;}

  .site-footer__newsletter .wpcf7-form>p:last-child::after, .site-footer__newsletter .wpcf7-form p:has(.wpcf7-submit)::after, .site-footer__newsletter .pkf-newsletter-row::after { top: 1.6rem;}
  .contact-page__map iframe{max-height:100% !important;}

}


@media (max-width: 767px) {
  body.admin-bar .site-header {
    top: 46px;
  }
  .site-header__mobile.is-open {
    /* margin-top: 46px; */
  }
  .hero {
    height: 85dvh;
  }
  .team-modal {
    padding: 1.6rem;
    align-items: flex-end;
  }

  .team-modal__close {
    background: rgb(255 255 255 / 80%);
  }

  .team-modal__dialog {
    width: 100%;
    height: min(86vh, 72rem);
    border-radius: 1.6rem;
  }

  .team-modal__layout {
    grid-template-columns: 1fr;
    grid-template-rows: 28rem 1fr;
  }

  .team-modal__body {
    border-left: 0;
    border-top: 0.1rem solid rgba(28, 66, 136, 0.08);
  }

  .team-modal__scroll {
    padding: 3rem 2.4rem 3rem;
  }

  .team-modal__dialog--no-image .team-modal__layout {
    grid-template-rows: 1fr;
  }

  .team-modal__dialog--no-image .team-modal__scroll {
    padding: 3rem 2.4rem 3rem;
  }

  .team-modal__name {
    font-size: 2.8rem;
    text-align: center;
    padding-right: 0;
  }

  .team-modal__role {
    font-size: 1.6rem;
    margin-bottom: 1.6rem;
    text-align: center;
  }

  .team-modal__bio {
    font-size: 1.5rem;
    line-height: 2.4rem;
    text-align: center;
  }

  .team-tabs__nav {
    display: none;
  }

  .team-tabs__select-wrap {
    display: block;
  }

  .team-tabs__inner {
    gap: 3rem;
  }

  .partners {
    padding-block: 6rem 8rem;
  }

  .partners__inner {
    gap: 3rem;
  }

  .partners__header {
    gap: 2.4rem;
  }

  .partners__panel {
    gap: 3.2rem;
  }

  .partners__grid {
    gap: 1.6rem;
  }

  .partners__card {
    flex: 0 0 calc((100% - 1.6rem) / 2);
    width: calc((100% - 1.6rem) / 2);
    height: auto;
    aspect-ratio: 1 / 1;
    padding: 1.6rem;
  }

  .blog-list__body {
    align-items: center;
  }

  .blog-list {
    padding-block: 5rem 6rem;
  }

  .blog-list__inner {
    gap: 3.2rem;
  }

  .blog-list__grid {
    grid-template-columns: 1fr;
    row-gap: 4rem;
  }

  .blog-list__title {
    font-size: 2.2rem;
    line-height: 3rem;
    min-height: calc(2 * 3rem);
    text-align: center;
  }

  .blog-list__excerpt {
    font-size: 1.6rem;
    line-height: 2.6rem;
    min-height: calc(3 * 2.6rem);
    text-align: center;
  }

  /* Stories & Updates — center Read More under 768px */
  .blog-list__more {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    text-align: center;
  }

  .press-list .blog-list__grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .press-list__card {
    padding: 2.4rem 2rem 2rem;
  }

  .press-list__card::before {
    left: 2rem;
    right: 2rem;
  }

  .press-list__title {
    font-size: 2.2rem;
    line-height: 3rem;
    -webkit-line-clamp: 4;
    min-height: calc(4 * 3rem);
  }

  .press-list__excerpt {
    font-size: 1.6rem;
    line-height: 2.5rem;
    min-height: calc(3 * 2.5rem);
  }

  .press-list__meta {
    font-size: 1.4rem;
  }

  .story-single {
    padding-top: 12rem;
    padding-bottom: 6rem;
  }

  .story-single__header {
    gap: 2.4rem;
  }

  .story-single__title {
    font-size: 2.4rem;
    line-height: 3.2rem;
  }

  .story-single__date {
    font-size: 1.6rem;
    margin: 0 auto;
  }

  .story-single__content p {
    text-align: center;
  }

  .story-single__featured-img {
    max-height: 40rem;
  }

  .story-single__content,
  .story-single__extra {
    font-size: 1.6rem;
    line-height: 2.6rem;
    text-align: center;
  }

  .story-single__content h2,
  .story-single__content h3,
  .story-single__extra h2,
  .story-single__extra h3 {
    font-size: 2.1rem;
    line-height: 3rem;
    margin-bottom: 2rem;
  }

  .story-single__extra.entry-content p {
    text-align: center !important;
  }

  .story-single__gallery {
    margin-top: 4rem;
  }

  .story-single__arrow {
    width: 4rem;
    height: 4rem;
  }

  .story-single__arrow i {
    font-size: 2.4rem;
  }

  .story-single__arrow--prev {
    left: 1.2rem;
  }

  .story-single__arrow--next {
    right: 1.2rem;
  }

  /* .story-single__gallery.is-centered:not(.has-nav) {
    padding-inline: 2rem;
  }

  .story-single__gallery.is-centered:not(.has-nav) .swiper-wrapper {
    gap: 1.6rem;
  }

  .story-single__gallery.is-centered:not(.has-nav) .swiper-slide,
  .story-single__gallery.is-centered:not(.has-nav) .story-single__slide {
    width: calc((100vw - 4rem - 1.6rem) / 2) !important;
    max-width: 22rem;
  } */

  .story-single__extra {
    margin-top: 3.2rem;
  }

  .story-single__slide-img {
    height: 22rem;
  }

  .story-single__content .gallery,
  .story-single__extra .gallery,
  .story-single__content .wp-block-gallery,
  .story-single__extra .wp-block-gallery {
    grid-template-columns: 1fr;
    gap: 1.6rem;
  }

  .story-single__content .gallery .gallery-item img,
  .story-single__extra .gallery .gallery-item img,
  .story-single__content .wp-block-gallery img,
  .story-single__extra .wp-block-gallery img {
    height: 24rem;
  }

  .contact-page {
    padding: 6rem 0 8rem;
  }

  .contact-page__form-card {
    padding: 3.2rem 2rem 1rem;
  }

  .contact-page__form .wpcf7 form .wpcf7-response-output {
    padding: 0.4rem 2rem;
    font-size: 1.5rem;
    margin: -2rem auto 1.4rem;
  }

  .contact-page__form-heading {
    font-size: 3.2rem;
    margin-bottom: 2.4rem;
  }

  .contact-page__form .contact-form__row {
    grid-template-columns: 1fr;
    gap: 2.4rem;
  }

  .contact-page__form input.wpcf7-form-control,
  .contact-page__form select.wpcf7-form-control {
    height: 5rem;
    font-size: 1.6rem;
  }

  .contact-page__form textarea.wpcf7-form-control {
    min-height: 16rem;
    font-size: 1.6rem;
  }

  .contact-page__offices {
    grid-template-columns: 1fr;
  }

  .contact-page__office-title {
    font-size: 2.2rem;
  }

  .contact-page__office-address {
    font-size: 1.6rem;
    line-height: 2.6rem;
  }

  .contact-page__map {
    height: 26rem;
  }

  .acceptance .wpcf7-list-item label {gap: 0.2rem;}
  .acceptance input[type="checkbox"] {width: 2rem; height: 2rem;}
  .acceptance input[type="checkbox"]:checked::after {left: 0.7rem; top: 0.3rem; width: 0.5rem; height: 1rem;}
  .acceptance .wpcf7-list-item-label {font-size: 1.4rem; margin-top: 0;}

  .newsletter-page {
    padding: 6rem 0 8rem;
  }

  .newsletter-page__inner {
    gap: 3.2rem;
  }

  .newsletter-page__header {
    gap: 2.4rem;
  }

  .newsletter-page__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.6rem;
  }

  .newsletter-page__label {
    height: 4.4rem;
    min-height: 4.4rem;
    padding: 0.8rem;
  }

  .newsletter-page__label span {
    font-size: 1.6rem;
  }


  .pdf-flipbook__toolbar {
    flex-wrap: wrap;
    gap: 1rem;
  }

  .pdf-flipbook__toolbar-left {
    width: 100%;
    max-width: 100%;
  }

  .pdf-flipbook__title {
    max-width: 100%;
  }

  .pdf-flipbook__toolbar-actions {
    width: 100%;
    max-width: 100%;
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .pdf-flipbook__viewport {
    padding: 0.8rem;
    overflow: auto;
  }

  .afs-intro__inner {
    padding-block: 4rem;
  }

  .afs-intro__title,
  .afs-intro__content h1,
  .afs-intro__content h2 {
    margin-bottom: 2rem;
    font-size: 3.2rem;
  }

  .afs-intro__content {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }

  .afs-intro__content p {
    margin-bottom: 2.4rem;
  }

  .afs-intro {
    background-size: cover;
    background-position: center top;
  }

  .afs-programs__inner {
    gap: 4rem;
    padding-block: 4rem;
  }

  .afs-programs--first .afs-programs__inner {
    padding-top: 4rem;
  }

  .afs-programs--last .afs-programs__inner {
    padding-bottom: 4rem;
  }

  .afs-programs--before-logos .afs-programs__inner,
  .afs-programs--continued .afs-programs__inner {
    padding-block: 4rem;
  }

  .afs-programs__inner .swiper-slide {
    width: 100% !important;
  }

  .afs-program__content {
    text-align: center;
    align-items: center;
  }

  .afs-programs--first.afs-programs--before-logos .afs-programs__inner {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .hero__btn,
  .btn--primary {
    font-size: 1.5rem;
    padding: 1.2rem 2rem;
    border-radius: 0.6rem;
    margin: 0 auto;
  }

  .afs-programs__title {
    font-size: 3.2rem;
  }

  .afs-program__heading {
    font-size: 2.8rem;
    margin-bottom: 1.6rem;
  }

  .afs-program__text {
    font-size: 1.8rem;
    line-height: 2.8rem;
    margin-bottom: 2.4rem;
  }

  .afs-program__initiatives {
    margin-bottom: 2.8rem;
  }

  .afs-program__initiatives-title {
    font-size: 2.4rem;
    margin-bottom: 1.6rem;
  }
  .afs-program__initiatives-list {
    margin: 0 auto;
    width: fit-content;
  }
  .afs-program__initiatives-item , .afs-program__text ul li {
    font-size: 1.8rem;
    line-height: 2.8rem;
    margin-bottom: 1rem;
    text-align: left;
  }

  .afs-program__pagination {
    bottom: 1.6rem !important;
  }

  .afs-program__pagination .swiper-pagination-bullet {
    width: 1rem !important;
    height: 1rem !important;
  }

  .afs-program__logos {
    padding-block-start: 3rem;
    padding-block-end: 0;
  }

  .afs-program__logos-title {
    margin-bottom: 2.4rem;
    font-size: 2.8rem;
  }

  .afs-program__logos-slide {
    width: 12rem;
  }

  .afs-program__logo {
    max-width: 12rem;
  }

  .afs-alignment__inner {
    gap: 2.4rem;
    padding-block: 4rem 0;
  }

  .afs-alignment__text {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }

  .afs-alignment__icons {
    gap: 1.6rem;
  }

  .afs-alignment__icons--static .swiper-slide {
    width: 9.6rem !important;
  }

  .hac-block {
    overflow-x: clip;
  }

  .hac-block__inner {
    gap: 2.4rem;
    padding-block: 4.8rem 5.6rem;
  }

  .hac-block--first .hac-block__inner {
    padding-top: 4.8rem;
  }

  .hac-block__section-title {
    font-size: 2.8rem;
    line-height: 1.25;
    padding-inline: 0;
    text-align: left;
    width: 100%;
  }

  /* Title → image → copy — clearer mobile reading order */
  .hac-block__row,
  .hac-block--image-right .hac-block__row {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }

  .hac-block__content,
  .hac-block--image-right .hac-block__content {
    order: 1;
    display: contents;
  }

  .hac-block__heading {
    order: 1;
    font-size: 2.6rem;
    line-height: 1.3;
    margin: 0 0 0.4rem;
  }

  .hac-block__media,
  .hac-block--image-right .hac-block__media {
    order: 2;
    max-width: 100%;
    width: 100%;
    margin-inline: 0;
  }

  .hac-block__text {
    order: 3;
    font-size: 1.6rem;
    line-height: 2.5rem;
    width: 100%;
  }

  .hac-block__stats {
    order: 4;
    width: 100%;
    margin-top: 2rem;
    padding-top: 0;
  }

  .hac-block__swiper,
  .hac-block__figure {
    border-radius: 1.2rem;
  }

  .hac-block__figure {
    aspect-ratio: 4 / 3;
  }

  .hac-block__text p {
    margin-bottom: 1.6rem;
    text-align: center;
  }

  .hac-centered__text p {
    text-align: center;
  }

  .hac-block__text p:last-child {
    margin-bottom: 0;
  }

  .hac-block__stat,
  .hac-block__stats:has(.hac-block__stat:nth-child(2)) .hac-block__stat {
    min-height: 0;
    padding: 2.4rem 2rem;
    gap: 1rem;
  }

  .hac-block__stat-value {
    font-size: 3.2rem;
    line-height: 1;
  }

  .hac-block__stat-label {
    font-size: 1.5rem;
    line-height: 1.35;
    white-space: normal;
  }

  .hac-block__pagination.swiper-pagination,
  .hac-block__pagination {
    bottom: 1.4rem !important;
    gap: 0.8rem;
  }

  .hac-block__pagination .swiper-pagination-bullet {
    width: 0.9rem !important;
    height: 0.9rem !important;
  }

  .hac-flagship {
    padding-block: 3.6rem;
    overflow: hidden;
  }

  .hac-flagship__title {
    margin-bottom: 2.4rem;
    font-size: 2.4rem;
    line-height: 1.3;
  }

  .hac-flagship__slide {
    width: 10.4rem;
  }

  .hac-flagship__logo {
    max-width: 10.4rem;
  }

  .hac-flagship__pagination {
    margin-top: 1.6rem;
  }

  .hac-centered {
    overflow-x: clip;
  }

  .hac-centered__inner {
    gap: 2rem;
    padding-block: 4.8rem 5.6rem;
    align-items: stretch;
  }

  .hac-centered__logo {
    width: 13.6rem;
    height: 9rem;
    margin-inline: auto;
    padding: 0.8rem 1rem;
    border-radius: 1.2rem;
  }

  .hac-centered__heading {
    font-size: 2.6rem;
    line-height: 1.3;
    text-align: center;
  }

  .hac-centered__text {
    font-size: 1.6rem;
    line-height: 2.5rem;
    text-align: left;
  }

  .hac-centered__text p {
    margin-bottom: 1.6rem;
  }

  .owe-intro {
    background-size: cover;
    background-position: center top;
  }

  .owe-intro__inner {
    padding-block: 5rem 6rem;
  }

  .owe-intro__content {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }

  .owe-intro__content h1,
  .owe-intro__content h2 {
    font-size: 3.2rem;
    line-height: 1.25;
    margin-bottom: 2.4rem;
  }

  .owe-program__content {
    gap: 3.2rem;
  }

  .owe-program__body {
    gap: 2.4rem;
    align-items: center;
  }

  .owe-program__logo {
    width: 16rem;
    height: 8.5rem;
    padding: 0.6rem 1rem;
  }

  .owe-recognition__inner {
    gap: 3.2rem;
    padding-block: 5rem 6rem;
  }

  .owe-recognition__block .afs-program__heading {
    line-height: 1.25;
  }

  .owe-award {
    padding: 2.4rem 2rem;
    gap: 1.6rem;
    text-align: center;
  }

  .owe-award__title {
    font-size: 2.2rem;
  }

  .owe-award__text {
    font-size: 1.6rem;
    line-height: 2.5rem;
  }

  .owe-alignment .afs-alignment__inner {
    gap: 3.2rem;
    padding-block: 4rem 8rem;
  }

  .owe-alignment .afs-alignment__text {
    font-size: 2.2rem;
    line-height: 1.35;
  }

  .owe-alignment .afs-alignment__icon {
    max-width: none;
  }


  .es-voices {
    padding-block: 3rem;
  }

  .vt-alignment .afs-alignment__inner {
    padding-block: 3rem 5rem;
  }

  .es-voices__heading {
    font-size: 3rem;
    line-height: 4rem;
  }

  /* .es-voices__carousel {
        display: grid;
        grid-template-columns: 1fr auto auto;
        grid-template-areas:
            "swiper swiper swiper"
            ". prev next";
        justify-items: center;
        gap: 2.4rem;
    } */
  .es-voices__quote {
    padding-inline: 2rem;
  }

  .es-voices__swiper {
    grid-area: swiper;
  }

  .es-voices__arrow.es-voices__arrow--prev {
    left: -2.4rem;
  }

  .es-voices__arrow.es-voices__arrow--next {
    right: -2.4rem;
  }

  .es-voices__arrow {
    top: 50%;
    transform: translateY(-50%);
  }

  .es-voices__arrow--prev {
    grid-area: prev;
  }

  .es-voices__arrow--next {
    grid-area: next;
  }

  .es-voices__name {
    font-size: 2.2rem;
    line-height: 3rem;
  }

  .es-covid__inner {
    padding-block: 5rem;
  }

  .es-covid__heading {
    font-size: 2.8rem;
    line-height: 3.6rem;
  }

  .es-covid__content {
    font-size: 1.6rem;
    line-height: 2.6rem;
  }

  .afs-program__media .swiper-slide {
    width: 100% !important;
  }

  .vt-intro__inner {
    gap: 2.4rem;
    padding-block: 5rem 6rem;
  }

  .vt-intro__heading,
  .vt-intro__content h1,
  .vt-intro__content h2 {
    font-size: 3rem;
    line-height: 4rem;
    margin-bottom: 2.4rem;
  }

  .vt-intro__content {
    font-size: 1.6rem;
    line-height: 2.6rem;
  }

  .vt-voices__role {
    max-width: 100%;
    width: 100%;
  }

  .ehsaas-women.team-tabs.has-intro {
    padding-block: 5rem 6rem;
  }

  .ehsaas-women.team-tabs .team-tabs__inner {
    gap: 3.2rem;
  }

  .ehsaas-women-intro__content {
    font-size: 1.6rem;
    line-height: 2.6rem;
  }

  .ehsaas-women-intro__content h1,
  .ehsaas-women-intro__content h2 {
    font-size: 3rem;
    line-height: 4rem;
    margin-bottom: 2.4rem;
  }

  .ehsaas-women-intro__content h3 {
    font-size: 2.4rem;
    line-height: 3.2rem;
    margin-bottom: 1.6rem;
  }

  .ehsaas-women-intro__content p {
    margin-bottom: 2rem;
  }

  .ehsaas-women.team-tabs:not(.has-intro) {
    padding-block: 4rem 6rem;
  }

  /* Keep 2 cards per row on mobile (team page stays 1) */
  .ehsaas-women .team-tabs__grid {
    gap: 1.6rem;
  }

  .ehsaas-women .team-card {
    flex: 0 1 calc((100% - 1.6rem) / 2);
    width: calc((100% - 1.6rem) / 2);
    max-width: none;
  }

  .ehsaas-women .team-card__name {
    font-size: 1.6rem;
  }

  .ehsaas-women .team-card__role {
    font-size: 1.2rem;
  }

  .ehsaas-women .team-card__info {
    padding: 1.2rem;
    gap: 0.6rem;
  }

  .news-coverage {
    padding-block: 6rem 8rem;
  }

  .news-coverage__print .blog-list__grid {
    grid-template-columns: 1fr;
  }

  .news-coverage__grid {
    grid-template-columns: 1fr;
    gap: 3.2rem;
  }

  .news-coverage__side {
    gap: 3.2rem;
  }

  .emedia-card--featured .emedia-card__title {
    font-size: 2.8rem;
    text-align: center;
  }

  .emedia-card__excerpt {
    text-align: center;
  }

  .emedia-card__title {
    font-size: 2.2rem;
    text-align: center;
  }

  .emedia-card__meta {
    flex-wrap: wrap;
    flex-direction: column;
    gap: 1rem;
    justify-content: center;
  }


  .newsletter-page__thumbs {
    display: none;
  }

  .newsletter-page__select-wrap {
    display: block;
  }

  .partners__thumbs {
    display: none;
  }

  .partners__select-wrap {
    display: block;
  }

  .news-coverage__tabs {
    display: none;
  }

  .news-coverage__select-wrap {
    display: block;
  }

  .news-coverage__digital #ctf.ctf-super-narrow .ctf-author-box {
    margin-left: 0;
    float: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .news-coverage__digital #ctf.ctf-boxed-style .ctf-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .news-coverage__digital #ctf .ctf-author-box-link {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }

  .news-coverage__digital #ctf.ctf-super-narrow .ctf-author-avatar {
    margin-left: 0;
  }

  .news-coverage__digital #ctf.ctf-narrow .ctf-quoted-tweet,
  #ctf.ctf-narrow .ctf-tweet-actions,
  #ctf.ctf-narrow .ctf-tweet-content {
    margin-left: 0;
    text-align: center;
  }

  .news-coverage__digital .ctf-tweet-text {
    font-size: 1.5rem;
    line-height: 2.4rem !important;
  }

  .section-eyebrow,
  .about__eyebrow {
    margin: 0 auto;
  }

  .section-title,
  .about__title {
    text-align: center;
  }

  .about__text p {
    text-align: center;
  }

  .stats__item {
    border-block-end: 0.1rem solid var(--gray-800) !important;
  }

  .focus__card_icon {
    width: 5.4rem;
    height: 5.4rem;
    margin: 0 auto;
  }

  .focus__card_icon svg {
    width: 3rem;
  }

  .focus__card-title {
    margin: 0 auto;
  }

  .focus_short_description {
    text-align: center;
  }

  .global__content {
    align-items: center;
    text-align: center;
  }

  .global__reach-inner {
    align-items: center;
    text-align: center;
  }

  .testimonial__carousel {
    max-width: 51rem;
  }

  .testimonial__arrow.testimonial__arrow--prev {
    left: -3.6rem;
  }

  .testimonial__arrow.testimonial__arrow--next {
    right: -3.6rem;
  }

  .testimonial__arrow img,
  .testimonial__arrow svg {
    width: 2rem;
    height: 1.4rem;
  }

  .stories__item {
    gap: 2.5rem;
  }

  .stories__body {
    align-items: center;
    gap: 1.4rem;
  }

  .stories__item-title {
    text-align: center;
  }

  .stories__excerpt {
    text-align: center;
  }

  .stories__read-more {
    margin: 0 auto;
  }

  .btn--primary.stories__more {
    margin-top: 2rem;
  }

  .blog-list__load-more {
    font-size: 1.5rem;
    line-height: 1.5rem;
    padding: 1.2rem 1.4rem;
    border-radius: 0.7rem;
  }
	
	.notice_section{padding: 0.5rem;font-size: 1.2rem;}
	
	
}

@media screen and (max-width: 600px) {
  #wpadminbar {position: fixed;}
}


@media (max-width: 575px) {

  .container {
    padding-inline: 2.7rem;
    /* 27px — Figma left inset */
  }
  .afs-alignment__inner {padding-block: 4rem;}

  .last_column { padding-left: 0;}
  

  .afs-program__awards {
    margin-top: 0;
  }
  .hac-block__text ul {column-count: 2; column-gap: 2rem;}
  .afs-program__text ul {column-count: 2; column-gap: 2rem; width: max-content; margin: 0 auto;}
  .afs-program__text ul li {text-align: left;}

  .site-header__inner {
    align-items: center;
    min-height: auto;
    padding-block: 1.8rem 0;
    /* 18px top */
  }

  .site-header__logo {
    width: 8.3rem;
    /* 83px */
    height: 5.5rem;
    /* 55px */
  }

  .site-header__actions {
    padding: 0;
  }

  .site-header__toggle {
    width: 3.9rem;
    /* 39px */
    height: 3.5rem;
    /* 35px */
    padding: 0;
    gap: 0.4rem;
    align-items: center;
    justify-content: center;
    background: var(--orange);
    border-radius: 0.5rem;
    /* 5px */
  }

  .story-single__inner {
    gap: 1rem !important;
  }

  .site-header__toggle span {
    width: 2.2rem;
    height: 0.2rem;
    background: var(--white);
  }

  .site-header__toggle[aria-expanded="true"] span:nth-child(1) {
    transform: translateY(0.6rem) rotate(45deg);
  }

  .site-header__toggle[aria-expanded="true"] span:nth-child(3) {
    transform: translateY(-0.6rem) rotate(-45deg);
  }

  .hero__image-wrap--desktop,
  .hero__image-wrap--tablet {
    display: none;
  }

  .hero__image-wrap--mobile {
    display: block;
  }

  .hero__img--mobile,
  .hero__image-wrap--mobile .hero__img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
    object-position: center bottom;
  }

  .hero__content {
    align-items: center;
    text-align: center;
    gap: 2rem;
    width: 100%;
    max-width: 32.1rem;
    /* 321px */
    margin-inline: auto;
    padding-inline: 0;
    padding-top: 13.6rem;
  }

  .hero__slide {


    align-items: start;

  }

  .about__content {

    padding-block: 2rem;
  }

  .hero__copy {
    align-items: center;
    gap: 1.5rem;
  }

  .hero__title {
    font-size: 2.2rem;
    /* 22px */
    line-height: 3rem;
    /* 30px */
    max-width: 32.1rem;
    text-align: center;
  }

  .hero__text {
    max-width: 31rem;
    /* 310px */
    text-align: center;
  }

  .hero__text p {
    font-size: 1.2rem;
    /* 12px */
    line-height: 2rem;
    /* 20px */
    text-align: center;
  }

  .hero__btn,
  .hero .btn--primary {
    font-size: 1.2rem;
    /* 12px */
    padding: 1rem;
    /* 10px */
    border-radius: 0.5rem;
    /* 5px */
    align-self: center;
  }

  .hero {
    align-items: flex-start;
  }

  .fancybox__caption {
    font-size: 1.5rem;
  }

  .about__bg {
    display: none;
  }

  .about__inner {
    gap: 3rem;
    padding-block: 4rem;
    padding-inline: 2.7rem;
  }

  .about--no-image .about__inner {
    min-height: 0;
    padding-block: 4rem;
    padding-inline: 2.7rem;
  }

  .about__content {
    gap: 3rem;
  }

  .about__intro,
  .about__copy {
    gap: 2rem;
  }

  .section-eyebrow,
  .about__eyebrow {
    font-size: 1.4rem;
  }

  .section-title,
  .about__title {
    font-size: 2.8rem;
    line-height: 3.6rem;
  }

  .about__text {
    font-size: 1.4rem;
    line-height: 2.2rem;
  }

  .stats__container {
    flex-direction: column;
    padding-inline: 2.7rem;
  }

  .stats__item {
    flex: 1 1 100%;
    width: 100%;
    min-height: auto;
    padding-block: 3rem;
    border-inline-end: none;
  }

  .stats__item:nth-child(2n) {
    border-inline-end: none;
  }

  .stats__item:last-child {
    border-block-end: none;
  }

  .stats__number {
    font-size: 3.2rem;
  }

  .stats__label {
    font-size: 1.4rem;
  }

  /* ---------- Focus carousel: ≤575px ---------- */

  .focus {
    padding-block: 5rem 4rem;
  }

  .focus__inner {
    gap: 3rem;
    padding-inline: 2.7rem;
  }

  .focus__eyebrow {
    font-size: 1.4rem;
  }

  .focus__title {
    font-size: 2.8rem;
    line-height: 3.6rem;
  }

  .focus__text {
    font-size: 1.4rem;
    line-height: 2.2rem;
  }

  .focus__carousel {
    gap: 1.2rem;
  }

  .focus__arrow {
    width: 2.4rem;
    height: 1.5rem;
  }

  .focus__arrow img {
    width: 2.4rem;
    height: 1.5rem;
  }

  .focus__slide {
    width: 28rem;
    height: 32rem;
  }

  .focus__card-title {
    font-size: 2.2rem;
    line-height: 3rem;
  }

  .focus__card-content {
    inset-inline-start: 1.6rem;
    inset-inline-end: 1.6rem;
    inset-block-end: 2rem;
  }


  /* ---------- Global Presence: ≤575px ---------- */

  .global__inner {
    padding-inline: 2.7rem;
    padding-block: 5rem 20rem;
    gap: 3rem;
  }

  .global__eyebrow {
    font-size: 1.4rem;
  }

  .global__title {
    font-size: 2.8rem;
    line-height: 3.6rem;
  }

  .global__text {
    font-size: 1.4rem;
    line-height: 2.2rem;
  }

  .global__aside {
    min-height: 36rem;
  }

  .global__reach {
    position: relative;
    inset: auto;
    width: 100%;
    margin-block-end: 2rem;
  }

  .global__years {
    position: relative;
    inset: auto;
    margin-inline: auto;
  }

  .global__years-number {
    font-size: 3.6rem;
  }

  .global__logos {
    width: calc(100% - 2.7rem * 2);
    height: 16rem;
  }

  .global__country {
    width: 12rem;
  }

  .global__country-name {
    font-size: 1.8rem;
    line-height: 2.4rem;
  }

  /* ---------- Testimonials: ≤575px ---------- */

  .testimonial__inner {
    gap: 3rem;
    padding-inline: 2.7rem;
    padding-block: 5rem 4rem;
  }

  .testimonial__eyebrow {
    font-size: 1.4rem;
  }

  .testimonial__title {
    font-size: 2.8rem;
    line-height: 3.6rem;
  }

  .testimonial__carousel {
    gap: 1.2rem;
  }

  .testimonial__arrow {
    width: 2.4rem;
    height: 1.5rem;
  }

  .testimonial__arrow img {
    width: 2.4rem;
    height: 1.5rem;
  }

  .testimonial__slide {
    gap: 2.4rem;
    padding-inline: 0;
  }

  .testimonial__quote {
    font-size: 1.4rem;
    line-height: 2.2rem;
  }

  .testimonial__photo {
    width: 6rem;
    height: 6rem;
  }

  .testimonial__name {
    font-size: 1.4rem;
  }

  /* ---------- Latest Stories: ≤575px ---------- */

  .stories {
    padding-block: 5rem 4rem;
  }

  .stories__inner {
    padding-inline: 2.7rem;
  }

  .stories__eyebrow {
    font-size: 1.4rem;
  }

  .stories__title {
    font-size: 2.8rem;
    line-height: 3.6rem;
  }

  .stories__text {
    font-size: 1.4rem;
    line-height: 2.2rem;
  }

  .stories__media,
  .stories__item:nth-child(2) .stories__media {
    height: 22rem;
  }

  .stories__item-title {
    font-size: 2.2rem;
    line-height: 3rem;
  }

  .stories__excerpt {
    font-size: 1.4rem;
    line-height: 2.2rem;
  }

  .stories__read-more {
    font-size: 1.4rem;
    padding: 1.2rem;
  }


  /* ---------- Instagram: ≤575px ---------- */

  .instagram {
    padding-block: 5rem 6rem;
  }

  .instagram__header {
    gap: 2rem;
    padding-inline: 2.7rem;
  }

  .instagram__eyebrow {
    flex-wrap: wrap;
    gap: 1rem;
  }

  .instagram__handle {
    font-size: 1.4rem;
  }

  .instagram__title {
    font-size: 2.8rem;
    line-height: 3.6rem;
  }

  .instagram__feed .sbi_items_wrap,
  .instagram__feed .sbi_items,
  .instagram__feed .instagram-feed-list {
    gap: 1.2rem;
    padding-inline: 2.7rem;
  }

  .instagram__feed .sbi_item,
  .instagram__feed .instagram-feed-item,
  .instagram__feed .sbi_photo_wrap {
    flex-basis: 14rem;
    width: 14rem !important;
    max-width: 14rem !important;
  }

  .abal-anthem__media {
    border-radius: 1rem;
  }

  .abal-anthem__img {
    border-radius: 1rem;
  }

  .abal-anthem__video {
    border-radius: 1rem;
  }

  .abal-anthem__video-img {
    border-radius: 1rem;
  }

  .abal-anthem__video-overlay {
    border-radius: 1rem;
  }

  .contact-page__office-address br {display: none;}

  /* ---------- Site Footer: ≤575px ---------- */

  .site-footer__main {
    padding-block: 4rem 2.4rem;
  }

  .site-footer__brand {
    gap: 2.4rem;
    align-items: center;
    text-align: center;
  }

  .site-footer__tagline {
    font-size: 3rem;
    line-height: 3.8rem;
  }

  .site-footer__text {
    font-size: 1.4rem;
    line-height: 2.2rem;
  }

  .site-footer__logo {
    max-width: 15rem;
  }

  .site-footer__links {
    flex-direction: column;
    gap: 3rem;
  }

  .site-footer__menu--columns {
    grid-template-columns: 1fr;
    gap: 0;
    text-align: center;
  }

  .site-footer__heading {
    font-size: 2rem;
    margin-bottom: 1.6rem;
    text-align: center;
  }

  .site-footer__menu {
    text-align: center;
  }

  .site-footer__menu a {
    font-size: 1.6rem;
    line-height: 3.6rem;
  }

  .site-footer__bottom {
    flex-direction: column;
    gap: 3rem;
    align-items: center;
  }

  .site-footer__email,
  .site-footer__copyright,
  .site-footer__legal-menu a {
    font-size: 1.6rem;
    line-height: 2.4rem;
    text-align: center;
  }

  .site-footer__legal {
    flex-direction: column;
    align-items: center;
    padding-block: 1.6rem 2.4rem;
  }

  .site-footer__newsletter input[type="email"],
  .site-footer__newsletter input[type="text"] {
    font-size: 1.8rem;
    line-height: 2.4rem;
  }

  .site-footer__newsletter input::placeholder {
    color: var(--gray-700);
    font-size: 1.8rem;
    line-height: 2.4rem;
  }


  :root {
    --inner-banner-height: 36rem;
    /* 360px mobile common height */
  }

  .innerbanner .bannerimg__wrap--desktop,
  .innerbanner .bannerimg__wrap--tablet {
    display: none;
  }

  .innerbanner {
    height: 48rem;
  }

  .innerbanner .bannerimg__wrap--mobile {
    display: block;
  }

  .innerbanner .bannerabs {
    padding-block: 10rem 0;
    align-items: flex-start;
  }

  .innerbanner .banner-abs-innersec {
    max-width: 100%;
    gap: 1rem;
    text-align: center;
  }

  .innerbanner .banner-abs-innersec .page-title {
    font-size: 2.2rem;
    line-height: 3rem;
  }

  .abal-anthem__content {
    gap: 1.4rem;
  }

  .abal-about__inner {
    padding-block: 4rem;
  }

  .abal-about__content {
    font-size: 1.4rem;
    line-height: 2.2rem;
  }

  .abal-about__content p {
    margin-bottom: 1.6rem;
  }


  .abal-quote {
    padding-block: 5rem 4rem;
    ;
  }

  .abal-quote__quote {
    font-size: 1.8rem;
    line-height: 2.6rem;
    margin-bottom: 6rem;
  }

  .abal-quote__quote--no-image {
    margin-bottom: 3rem;
  }

  .abal-quote__card {
    padding: 0 1.6rem 3rem;
  }

  .abal-quote__card--no-image {
    padding-top: 3rem;
  }

  .abal-quote__media {
    margin-top: -4rem;
  }

  .abal-quote__content {
    font-size: 1.4rem;
    line-height: 2.2rem;
  }

  .abal-quote__box-title {
    font-size: 2rem;
    line-height: 2.8rem;
    text-align: center;
  }

  .abal-quote__box-text {
    font-size: 1.4rem;
    line-height: 2.2rem;
    text-align: center;
  }

  .abal-motto {
    margin-top: -3rem;
    padding-block: 5rem 4rem;
  }

  .abal-motto__title {
    font-size: 2.8rem;
    line-height: 3.6rem;
    text-align: center;
  }

  .abal-motto__text {
    font-size: 1.4rem;
    line-height: 2.2rem;
    text-align: center;
  }

  .abal-motto__script {
    min-height: 10rem;
    padding: 1.2rem 1.6rem;
  }

  .abal-motto__script-img {
    max-height: 10rem;
  }

  .abal-anthem {
    padding-block: 5rem 4rem;
  }

  .abal-anthem__title {
    font-size: 2.8rem;
    line-height: 3.6rem;
    text-align: center;
  }

  .abal-anthem__subtitle {
    font-size: 1.8rem;
    line-height: 2.6rem;
    text-align: center;
  }

  .abal-anthem__text {
    font-size: 1.4rem;
    line-height: 2.2rem;
    text-align: center;
  }

  .abal-anthem__play {
    width: 6.4rem;
    height: 5.2rem;
  }

  .ogl-remember {
    padding-block: 5rem 4rem;
  }

  .ogl-remember__inner {
    gap: 4rem;
  }

  .ogl-remember__title {
    font-size: 2.8rem;
    line-height: 3.6rem;
    text-align: center;
  }

  .ogl-remember__text {
    font-size: 1.4rem;
    line-height: 2.2rem;
    text-align: center;
  }

  .ogl-remember__social-link {
    width: 4rem;
    height: 4rem;
  }

  .team-heads__featured,
  .team-heads__side {
    padding: 4rem 2rem;
  }

  .team-heads__side-grid {
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  .team-heads__name--lg {
    font-size: 2.8rem;
  }

  .team-tabs {
    padding-block: 5rem 4rem;
  }

  .team-tabs__nav {
    gap: 1.2rem;
  }

  .team-tabs__grid {
    gap: 2.4rem;
  }

  .team-card {
    flex: 0 1 100%;
    width: 100%;
    max-width: 40.4rem;
  }

  .team-modal__layout {
    grid-template-rows: 24rem 1fr;
  }
  .team-modal__scroll {
    padding: 2.4rem 2rem 2.4rem;
  }



  .newsletter-page__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.2rem;
  }


  .hac-block__inner {
    gap: 1rem;
    padding-block: 4rem 4.8rem;
  }

  .hac-block__section-title {
    font-size: 2.4rem;
    text-align: center;
  }

  .hac-block__heading {
    .story-single__content img.alignleft {
      float: left !important;
      width: 64rem !important;
      margin-right: 4rem !important;
      margin-bottom: 4rem !important;
    }

    font-size: 2.3rem;
    text-align: center;
    margin: 0 auto 0.4rem;
  }

  .hac-block__text {
    font-size: 1.5rem;
    line-height: 2.4rem;
  }

  .hac-block__row,
  .hac-block--image-right .hac-block__row {
    gap: 1.6rem;
  }

  .hac-block__figure {
    aspect-ratio: 5 / 4;
  }

  .hac-block__stat,
  .hac-block__stats:has(.hac-block__stat:nth-child(2)) .hac-block__stat {
    padding: 2rem 1.6rem;
  }

  .hac-block__stat-value {
    font-size: 2.8rem;
  }

  .hac-block__stat-label {
    font-size: 1.4rem;
  }

  .hac-centered__inner {
    gap: 1.6rem;
    padding-block: 4rem 4.8rem;
  }

  .hac-centered__heading {
    font-size: 2.3rem;
  }

  .hac-centered__text {
    font-size: 1.5rem;
    line-height: 2.4rem;
  }

  .hac-centered__logo {
    width: 12.4rem;
    height: 8.2rem;
  }

  .hac-flagship__title {
    font-size: 2.2rem;
  }

  .hac-flagship__slide {
    width: 9.6rem;
  }

  .hac-flagship__logo {
    max-width: 9.6rem;
  }

  .team-heads__featured-info {
    align-items: center;
    gap: 1.2rem;
    margin: 0 auto;
  }

  .team-heads__card-info {
    align-items: center;
    gap: 1rem;
    margin: 0 auto;
  }

  .team-card__info {
    text-align: center;
    align-items: center;
  }

  .default-section {
    padding-block: 4rem;
  }

  .default-section h2 {
    font-size: 3.2rem;
    line-height: 4rem;
    text-align: center;
  }

  .default-section p {
    text-align: center;
  }

  .default-section p,
  .default-section ul li,
  .default-section ol li {
    font-size: 1.8rem;
    line-height: 2.4rem;
  }

  .default-section h2:not(:first-of-type) {
    margin-top: 3rem;
  }

  .imagewith-video-sec {
    padding: 1rem 0 2rem;
  }

  .abal-anthem {
    padding-block: 5rem 1rem;
  }

  .testimonial__carousel {
    max-width: 29rem;
  }
  .site-footer__newsletter .wpcf7-form>p:last-child::after, .site-footer__newsletter .wpcf7-form p:has(.wpcf7-submit)::after, .site-footer__newsletter .pkf-newsletter-row::after {
      top: 1.2rem;
  }
  .marquee_text {
    
    font-size: 1.4rem;
}

.contact-page__form-card .screen-reader-text{
font-size:1.4rem;
}

}


@media (hover: none) {

  .afs-program__swiper:hover .afs-program__img,
  .afs-program__figure:hover .afs-program__img {
    transform: none;
  }
}

/* Avoid sticky hover zoom on touch devices */
@media (hover: none) {

  .hac-block__swiper:hover .hac-block__img,
  .hac-block__figure:hover .hac-block__img {
    transform: none;
  }
}

@media only screen and (min-height: 280px) and (max-height: 320px) {
    .hero {
        height: 100dvh;
    }
    .hero__title {
      font-size: 3rem;
      line-height: 4rem;
    }
    .hero__copy {
        gap: 1rem;
    }
    .hero__content { gap: 2rem;}
	.team-modal__layout {grid-template-rows: 15rem 1fr;}
	.afs-alignment__inner {padding-block: 4rem;}
	.site-footer__logo {max-width: 17.1rem;}
}