@charset "UTF-8";
.page-template-a-summer-of-first .hero-section {
  height: 521px;
  padding: 60px 0 20px;
  overflow: hidden;
  position: relative; }
  @media (max-width: 767px) {
    .page-template-a-summer-of-first .hero-section {
      height: auto;
      padding: 40px 0; } }
  .page-template-a-summer-of-first .hero-section:after {
    background-image: linear-gradient(180deg, #0297CA, rgba(113, 168, 76, 0) 270%);
    bottom: 0;
    content: '';
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: .5s;
    z-index: -1; }
    @media (max-width: 767px) {
      .page-template-a-summer-of-first .hero-section:after {
        background-image: linear-gradient(180deg, #0297CA, rgba(113, 168, 76, 0) 900%); } }
  .page-template-a-summer-of-first .hero-section .hero-bg-image {
    background-position: center;
    background-size: cover;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -2; }
    @media (max-width: 767px) {
      .page-template-a-summer-of-first .hero-section .hero-bg-image {
        display: none; } }
  .page-template-a-summer-of-first .hero-section .hero-bg-image-mobile {
    display: none; }
    @media (max-width: 767px) {
      .page-template-a-summer-of-first .hero-section .hero-bg-image-mobile {
        background-position: center;
        background-size: cover;
        bottom: 0;
        display: block;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        z-index: -2; } }
  .page-template-a-summer-of-first .hero-section .container {
    margin: 0 auto;
    max-width: 790px;
    text-align: center; }
    .page-template-a-summer-of-first .hero-section .container .title-image {
      margin: 0 0 35px;
      opacity: 0;
      transform: translateY(20px);
      transition: .7s; }
    .page-template-a-summer-of-first .hero-section .container img {
      margin: 0 auto; }
    .page-template-a-summer-of-first .hero-section .container .hero-text {
      color: #fff;
      margin: 0 0 30px;
      opacity: 0;
      transition: .7s;
      transform: translateY(20px); }
    .page-template-a-summer-of-first .hero-section .container .arrow-wrap {
      opacity: 0;
      transition: .7s;
      transform: translateY(20px); }
  .page-template-a-summer-of-first .hero-section.intro-anim:after {
    opacity: 1; }
  .page-template-a-summer-of-first .hero-section.intro-anim .title-image {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.5s; }
  .page-template-a-summer-of-first .hero-section.start .hero-text,
  .page-template-a-summer-of-first .hero-section.start .arrow-wrap {
    opacity: 1;
    transition-delay: .5s;
    transform: translateY(0); }

.page-template-a-summer-of-first.section-nav-fixed .section-nav-inner {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  position: fixed !important;
  top: 107px !important;
  z-index: 9; }
  @media (max-width: 1023px) {
    .page-template-a-summer-of-first.section-nav-fixed .section-nav-inner {
      top: 80px !important; } }
  @media (max-width: 767px) {
    .page-template-a-summer-of-first.section-nav-fixed .section-nav-inner {
      top: 83px !important; } }

.page-template-a-summer-of-first.section-nav-fixed-top .section-nav-inner {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  position: fixed !important;
  top: 178px !important;
  z-index: 9; }
  @media (max-width: 1023px) {
    .page-template-a-summer-of-first.section-nav-fixed-top .section-nav-inner {
      top: 144px !important; } }
  @media (max-width: 767px) {
    .page-template-a-summer-of-first.section-nav-fixed-top .section-nav-inner {
      top: 151px !important; } }

.page-template-a-summer-of-first .section-nav {
  background-color: #64A339;
  height: 75px;
  position: relative; }
  .page-template-a-summer-of-first .section-nav.start .section-nav-inner {
    opacity: 1;
    visibility: visible; }
  .page-template-a-summer-of-first .section-nav .section-nav-inner {
    align-items: center;
    background-color: #64A339;
    display: flex;
    height: 75px;
    justify-content: center;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity .5s;
    visibility: hidden; }
  .page-template-a-summer-of-first .section-nav ul {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1000px;
    padding: 0;
    width: 100%; }
    @media (max-width: 1199px) {
      .page-template-a-summer-of-first .section-nav ul {
        padding: 0 30px; } }
    @media (max-width: 767px) {
      .page-template-a-summer-of-first .section-nav ul {
        padding: 0 5px; } }
    .page-template-a-summer-of-first .section-nav ul li {
      display: inline-block;
      font-weight: 700; }
      @media (max-width: 991px) {
        .page-template-a-summer-of-first .section-nav ul li {
          padding: 0 5px;
          text-align: center;
          width: 33.33%; } }
      @media (max-width: 359px) {
        .page-template-a-summer-of-first .section-nav ul li {
          font-size: 14px; } }
      .page-template-a-summer-of-first .section-nav ul li a {
        color: #fff;
        position: relative;
        text-decoration: none; }
        .page-template-a-summer-of-first .section-nav ul li a:after {
          background-color: #fff;
          bottom: -5px;
          content: '';
          height: 2px;
          left: 0;
          opacity: 0;
          position: absolute;
          right: 0;
          transition: .3s; }
      .page-template-a-summer-of-first .section-nav ul li.active a:after {
        opacity: 1; }
      @media (min-width: 768px) {
        .page-template-a-summer-of-first .section-nav ul li a:hover:after {
          opacity: 1; } }

.page-template-a-summer-of-first .programs-section {
  background-color: #73b850;
  padding: 40px 0 57px; }
  .page-template-a-summer-of-first .programs-section.start .container {
    opacity: 1;
    visibility: visible; }
  .page-template-a-summer-of-first .programs-section .container {
    align-items: flex-start;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    opacity: 0;
    padding: 0 20px;
    transition: 1s;
    visibility: hidden; }
    @media (max-width: 767px) {
      .page-template-a-summer-of-first .programs-section .container {
        padding: 0 15px; } }
    .page-template-a-summer-of-first .programs-section .container .sidebar {
      position: absolute;
      top: 0;
      width: 167px;
      z-index: 1 !important; }
      @media (max-width: 991px) {
        .page-template-a-summer-of-first .programs-section .container .sidebar {
          position: relative;
          width: 100%; } }
      .page-template-a-summer-of-first .programs-section .container .sidebar.fixed {
        position: fixed; }
      .page-template-a-summer-of-first .programs-section .container .sidebar.fixed-bottom {
        bottom: 0 !important;
        top: auto !important; }
      .page-template-a-summer-of-first .programs-section .container .sidebar.open h2:after {
        transform: rotate(180deg); }
      .page-template-a-summer-of-first .programs-section .container .sidebar.open ul {
        display: block; }
      .page-template-a-summer-of-first .programs-section .container .sidebar h2 {
        color: #fff;
        font-family: "bsd_thin_skinnedregular";
        font-size: 38px;
        font-weight: 400;
        line-height: 44px; }
        @media (max-width: 991px) {
          .page-template-a-summer-of-first .programs-section .container .sidebar h2 {
            background-color: #fff;
            color: #73b850;
            padding: 10px 40px 10px 20px;
            position: relative; }
            .page-template-a-summer-of-first .programs-section .container .sidebar h2:after {
              border-color: #73b850 transparent transparent;
              border-style: solid;
              border-width: 10px 8px 0;
              bottom: 0;
              content: "";
              height: 0;
              margin: auto;
              position: absolute;
              right: 20px;
              top: 0;
              transform-origin: center;
              width: 0; } }
        @media (max-width: 359px) {
          .page-template-a-summer-of-first .programs-section .container .sidebar h2 {
            font-size: 30px;
            padding: 10px 40px 10px 15px; } }
      .page-template-a-summer-of-first .programs-section .container .sidebar ul {
        margin: 0;
        padding: 0; }
        @media (max-width: 991px) {
          .page-template-a-summer-of-first .programs-section .container .sidebar ul {
            background-color: #fff;
            display: none;
            left: 0;
            padding: 10px 20px 20px;
            position: absolute;
            right: 0;
            top: 100%; } }
        @media (max-width: 359px) {
          .page-template-a-summer-of-first .programs-section .container .sidebar ul {
            padding: 10px 15px 20px; } }
        .page-template-a-summer-of-first .programs-section .container .sidebar ul li {
          display: block;
          font-size: 14px;
          line-height: 17px;
          padding: 10px 0; }
          .page-template-a-summer-of-first .programs-section .container .sidebar ul li:not(:last-child) {
            border-bottom: 0.75px solid #fff; }
            @media (max-width: 991px) {
              .page-template-a-summer-of-first .programs-section .container .sidebar ul li:not(:last-child) {
                border-bottom: 0.75px solid #959595; } }
          .page-template-a-summer-of-first .programs-section .container .sidebar ul li a {
            color: #fff;
            text-decoration: none;
            display: block;
            padding-right: 20px;
            position: relative; }
            @media (max-width: 991px) {
              .page-template-a-summer-of-first .programs-section .container .sidebar ul li a {
                color: #333333; } }
            .page-template-a-summer-of-first .programs-section .container .sidebar ul li a:after {
              background-image: url("../images/arrow-small.png");
              background-position: center right;
              background-repeat: no-repeat;
              bottom: 0;
              content: "";
              opacity: 0;
              position: absolute;
              right: 0;
              top: 0;
              transition: 0.3s;
              width: 20px; }
          .page-template-a-summer-of-first .programs-section .container .sidebar ul li.active a:after,
          .page-template-a-summer-of-first .programs-section .container .sidebar ul li a:hover:after {
            opacity: 1; }
    .page-template-a-summer-of-first .programs-section .container .tab-content {
      padding-left: 227px;
      width: 100%; }
      @media (max-width: 1199px) {
        .page-template-a-summer-of-first .programs-section .container .tab-content {
          padding-left: 207px; } }
      @media (max-width: 991px) {
        .page-template-a-summer-of-first .programs-section .container .tab-content {
          padding-left: 0; } }
      .page-template-a-summer-of-first .programs-section .container .tab-content .tab {
        display: none; }
        .page-template-a-summer-of-first .programs-section .container .tab-content .tab.active {
          display: block; }
      .page-template-a-summer-of-first .programs-section .container .tab-content .inner-tab-wrap {
        color: #fff;
        padding-left: 37px; }
        @media (max-width: 991px) {
          .page-template-a-summer-of-first .programs-section .container .tab-content .inner-tab-wrap {
            padding: 40px 0 0; } }
        .page-template-a-summer-of-first .programs-section .container .tab-content .inner-tab-wrap h4 {
          color: #fff;
          font-size: 17px; }
          @media (max-width: 767px) {
            .page-template-a-summer-of-first .programs-section .container .tab-content .inner-tab-wrap h4 {
              text-align: center; } }
        .page-template-a-summer-of-first .programs-section .container .tab-content .inner-tab-wrap .tab-title-alt {
          color: #fff;
          font-family: "bsd_thin_skinnedregular";
          font-size: 69px;
          font-weight: 400;
          line-height: 67.8px;
          margin-bottom: 15px; }
          @media (max-width: 767px) {
            .page-template-a-summer-of-first .programs-section .container .tab-content .inner-tab-wrap .tab-title-alt {
              font-size: 60px;
              text-align: center; } }
        .page-template-a-summer-of-first .programs-section .container .tab-content .inner-tab-wrap .animation-row {
          align-items: center;
          display: flex;
          margin-bottom: 30px; }
          @media (max-width: 767px) {
            .page-template-a-summer-of-first .programs-section .container .tab-content .inner-tab-wrap .animation-row {
              display: block; } }
          .page-template-a-summer-of-first .programs-section .container .tab-content .inner-tab-wrap .animation-row .image {
            border-radius: 20px;
            height: 229px;
            width: 338px; }
            @media (max-width: 767px) {
              .page-template-a-summer-of-first .programs-section .container .tab-content .inner-tab-wrap .animation-row .image {
                margin: 0 auto 20px; } }
          .page-template-a-summer-of-first .programs-section .container .tab-content .inner-tab-wrap .animation-row .animation-wrap {
            padding: 0 20px;
            width: 265px; }
            @media (max-width: 767px) {
              .page-template-a-summer-of-first .programs-section .container .tab-content .inner-tab-wrap .animation-row .animation-wrap {
                margin: 0 auto 20px; } }
          .page-template-a-summer-of-first .programs-section .container .tab-content .inner-tab-wrap .animation-row .percentage-wrap {
            width: 217px; }
            @media (max-width: 767px) {
              .page-template-a-summer-of-first .programs-section .container .tab-content .inner-tab-wrap .animation-row .percentage-wrap {
                border-top: 2px solid #fff;
                display: flex;
                padding: 25px 0 0;
                width: 100%; } }
            .page-template-a-summer-of-first .programs-section .container .tab-content .inner-tab-wrap .animation-row .percentage-wrap .number {
              font-size: 74px;
              font-weight: 800;
              line-height: 0.7em;
              margin: 0 0 20px;
              padding: 0; }
              .page-template-a-summer-of-first .programs-section .container .tab-content .inner-tab-wrap .animation-row .percentage-wrap .number sup {
                font-size: 38px;
                position: absolute;
                margin-left: 10px;
                margin-top: -10px; }
                @media (max-width: 767px) {
                  .page-template-a-summer-of-first .programs-section .container .tab-content .inner-tab-wrap .animation-row .percentage-wrap .number sup {
                    margin-left: 5px; } }
            .page-template-a-summer-of-first .programs-section .container .tab-content .inner-tab-wrap .animation-row .percentage-wrap p {
              font-size: 14px;
              line-height: 17px; }
              @media (max-width: 767px) {
                .page-template-a-summer-of-first .programs-section .container .tab-content .inner-tab-wrap .animation-row .percentage-wrap p {
                  padding-left: 65px; } }
              @media (max-width: 359px) {
                .page-template-a-summer-of-first .programs-section .container .tab-content .inner-tab-wrap .animation-row .percentage-wrap p {
                  padding-left: 55px; } }
        .page-template-a-summer-of-first .programs-section .container .tab-content .inner-tab-wrap .quote-row {
          border-radius: 30px;
          display: flex;
          margin-left: -37px;
          padding: 50px 32px;
          position: relative;
          z-index: 1; }
          @media (max-width: 991px) {
            .page-template-a-summer-of-first .programs-section .container .tab-content .inner-tab-wrap .quote-row {
              margin-left: 0;
              padding: 30px 20px; } }
          @media (max-width: 767px) {
            .page-template-a-summer-of-first .programs-section .container .tab-content .inner-tab-wrap .quote-row {
              display: block; } }
          .page-template-a-summer-of-first .programs-section .container .tab-content .inner-tab-wrap .quote-row .quote-bg {
            background-color: rgba(255, 255, 255, 0.17);
            bottom: 30px;
            left: 0;
            position: absolute;
            right: 0;
            top: 35px;
            z-index: -1; }
            @media (max-width: 767px) {
              .page-template-a-summer-of-first .programs-section .container .tab-content .inner-tab-wrap .quote-row .quote-bg {
                bottom: 10vw;
                top: 12vw; } }
            .page-template-a-summer-of-first .programs-section .container .tab-content .inner-tab-wrap .quote-row .quote-bg:before {
              background-image: url("../images/tab-quote-bg-top.png");
              background-position: center bottom;
              background-repeat: no-repeat;
              background-size: 100%;
              bottom: 100%;
              content: "";
              height: 100px;
              left: 0;
              position: absolute;
              right: 0;
              z-index: -1; }
              @media (max-width: 767px) {
                .page-template-a-summer-of-first .programs-section .container .tab-content .inner-tab-wrap .quote-row .quote-bg:before {
                  background-image: url("../images/tab-quote-bg-mobile-top.png"); } }
            .page-template-a-summer-of-first .programs-section .container .tab-content .inner-tab-wrap .quote-row .quote-bg:after {
              background-image: url("../images/tab-quote-bg-bottom.png");
              background-position: center top;
              background-repeat: no-repeat;
              background-size: 100%;
              content: "";
              height: 100px;
              left: 0;
              position: absolute;
              right: 0;
              top: 100%;
              z-index: -1; }
              @media (max-width: 767px) {
                .page-template-a-summer-of-first .programs-section .container .tab-content .inner-tab-wrap .quote-row .quote-bg:after {
                  background-image: url("../images/tab-quote-bg-mobile-bottom.png"); } }
          .page-template-a-summer-of-first .programs-section .container .tab-content .inner-tab-wrap .quote-row .quote-wrap {
            border-right: 1.5px solid #fff;
            display: flex;
            flex: 0 0 50%;
            padding-right: 34px;
            padding-top: 10px; }
            @media (max-width: 1199px) {
              .page-template-a-summer-of-first .programs-section .container .tab-content .inner-tab-wrap .quote-row .quote-wrap {
                padding-right: 20px; } }
            @media (max-width: 767px) {
              .page-template-a-summer-of-first .programs-section .container .tab-content .inner-tab-wrap .quote-row .quote-wrap {
                border-right: none;
                border-bottom: 1.5px solid #fff;
                display: block;
                padding-right: 0; } }
            .page-template-a-summer-of-first .programs-section .container .tab-content .inner-tab-wrap .quote-row .quote-wrap .image {
              background-size: cover;
              border-radius: 50%;
              border: 5px solid #fff;
              flex: 0 0 180px;
              height: 180px;
              position: relative; }
              @media (max-width: 1199px) {
                .page-template-a-summer-of-first .programs-section .container .tab-content .inner-tab-wrap .quote-row .quote-wrap .image {
                  flex: 0 0 120px;
                  height: 120px; } }
              @media (max-width: 767px) {
                .page-template-a-summer-of-first .programs-section .container .tab-content .inner-tab-wrap .quote-row .quote-wrap .image {
                  height: 180px;
                  margin: 0 auto 20px;
                  width: 180px; } }
              .page-template-a-summer-of-first .programs-section .container .tab-content .inner-tab-wrap .quote-row .quote-wrap .image:after {
                border-color: transparent transparent transparent #fff;
                border-style: solid;
                border-width: 10px 0 10px 12px;
                bottom: 0;
                content: "";
                height: 0;
                margin: auto;
                position: absolute;
                right: -16px;
                top: 0;
                width: 0; }
                @media (max-width: 767px) {
                  .page-template-a-summer-of-first .programs-section .container .tab-content .inner-tab-wrap .quote-row .quote-wrap .image:after {
                    border-color: #fff transparent transparent;
                    border-width: 12px 10px 0;
                    bottom: -16px;
                    left: 0;
                    right: 0;
                    top: auto; } }
            .page-template-a-summer-of-first .programs-section .container .tab-content .inner-tab-wrap .quote-row .quote-wrap .quote-text {
              padding-left: 40px; }
              @media (max-width: 1199px) {
                .page-template-a-summer-of-first .programs-section .container .tab-content .inner-tab-wrap .quote-row .quote-wrap .quote-text {
                  padding-left: 30px; } }
              @media (max-width: 767px) {
                .page-template-a-summer-of-first .programs-section .container .tab-content .inner-tab-wrap .quote-row .quote-wrap .quote-text {
                  padding: 0 15px 20px;
                  text-align: center;
                  width: 100%; } }
              .page-template-a-summer-of-first .programs-section .container .tab-content .inner-tab-wrap .quote-row .quote-wrap .quote-text .quote {
                font-size: 18px;
                font-weight: 300;
                line-height: 22px;
                margin-bottom: 15px;
                padding: 0;
                position: relative; }
                .page-template-a-summer-of-first .programs-section .container .tab-content .inner-tab-wrap .quote-row .quote-wrap .quote-text .quote:before, .page-template-a-summer-of-first .programs-section .container .tab-content .inner-tab-wrap .quote-row .quote-wrap .quote-text .quote:after {
                  background-repeat: no-repeat;
                  background-size: 100% 100%;
                  content: "";
                  position: absolute; }
                .page-template-a-summer-of-first .programs-section .container .tab-content .inner-tab-wrap .quote-row .quote-wrap .quote-text .quote:before {
                  background-image: url("../images/quote-up.svg");
                  height: 29px;
                  left: -10px;
                  top: -20px;
                  width: 35px; }
                .page-template-a-summer-of-first .programs-section .container .tab-content .inner-tab-wrap .quote-row .quote-wrap .quote-text .quote:after {
                  background-image: url("../images/quote-down.svg");
                  height: 19px;
                  bottom: -7px;
                  width: 23px; }
              .page-template-a-summer-of-first .programs-section .container .tab-content .inner-tab-wrap .quote-row .quote-wrap .quote-text .name {
                font-size: 12px;
                line-height: 16px; }
                .page-template-a-summer-of-first .programs-section .container .tab-content .inner-tab-wrap .quote-row .quote-wrap .quote-text .name p {
                  padding: 0; }
          .page-template-a-summer-of-first .programs-section .container .tab-content .inner-tab-wrap .quote-row .about-program {
            flex: 0 0 50%;
            font-size: 14px;
            line-height: 17px;
            padding-left: 42.5px; }
            @media (max-width: 1199px) {
              .page-template-a-summer-of-first .programs-section .container .tab-content .inner-tab-wrap .quote-row .about-program {
                padding-left: 30px; } }
            @media (max-width: 767px) {
              .page-template-a-summer-of-first .programs-section .container .tab-content .inner-tab-wrap .quote-row .about-program {
                padding: 20px 0; } }
            .page-template-a-summer-of-first .programs-section .container .tab-content .inner-tab-wrap .quote-row .about-program .about-program-inner {
              margin-bottom: 10px; }
              .page-template-a-summer-of-first .programs-section .container .tab-content .inner-tab-wrap .quote-row .about-program .about-program-inner:last-child {
                margin-bottom: 0; }
            .page-template-a-summer-of-first .programs-section .container .tab-content .inner-tab-wrap .quote-row .about-program h3 {
              color: #fff;
              font-size: 16px;
              margin: 0 0 10px;
              padding: 0;
              text-transform: none; }
            .page-template-a-summer-of-first .programs-section .container .tab-content .inner-tab-wrap .quote-row .about-program .link-wrap {
              margin-bottom: 15px; }
              .page-template-a-summer-of-first .programs-section .container .tab-content .inner-tab-wrap .quote-row .about-program .link-wrap:last-child {
                margin-bottom: 0; }
              .page-template-a-summer-of-first .programs-section .container .tab-content .inner-tab-wrap .quote-row .about-program .link-wrap a {
                color: #fff;
                display: inline-block;
                font-size: 14px;
                font-weight: 800;
                letter-spacing: 0.06em;
                line-height: 1.5em;
                padding-right: 32.5px;
                position: relative;
                text-decoration: none; }
                @media (max-width: 767px) {
                  .page-template-a-summer-of-first .programs-section .container .tab-content .inner-tab-wrap .quote-row .about-program .link-wrap a {
                    max-width: 280px; } }
                .page-template-a-summer-of-first .programs-section .container .tab-content .inner-tab-wrap .quote-row .about-program .link-wrap a:after {
                  background-image: url("../images/arrow-long-right.svg");
                  background-position: center right;
                  background-repeat: no-repeat;
                  background-size: auto 100%;
                  content: "";
                  height: 15px;
                  margin: auto;
                  position: absolute;
                  margin: 2px 0 0 10px;
                  transition: all ease-in-out 0.2s;
                  width: 20px; }
                .page-template-a-summer-of-first .programs-section .container .tab-content .inner-tab-wrap .quote-row .about-program .link-wrap a:hover:after {
                  transform: translateX(4px);
                  width: 25px; }
          .page-template-a-summer-of-first .programs-section .container .tab-content .inner-tab-wrap .quote-row.multiple-text-links {
            flex-flow: wrap;
            padding: 50px 50px 35px; }
            @media (max-width: 767px) {
              .page-template-a-summer-of-first .programs-section .container .tab-content .inner-tab-wrap .quote-row.multiple-text-links {
                padding: 30px 20px; } }
            .page-template-a-summer-of-first .programs-section .container .tab-content .inner-tab-wrap .quote-row.multiple-text-links .quote-wrap,
            .page-template-a-summer-of-first .programs-section .container .tab-content .inner-tab-wrap .quote-row.multiple-text-links .about-program {
              flex: 0 0 100%;
              width: 100%; }
            .page-template-a-summer-of-first .programs-section .container .tab-content .inner-tab-wrap .quote-row.multiple-text-links .quote-wrap {
              align-items: center;
              border-bottom: 1.5px solid #fff;
              border-right: none;
              margin-bottom: 30px;
              padding-bottom: 30px; }
            .page-template-a-summer-of-first .programs-section .container .tab-content .inner-tab-wrap .quote-row.multiple-text-links .about-program {
              padding: 0; }
              .page-template-a-summer-of-first .programs-section .container .tab-content .inner-tab-wrap .quote-row.multiple-text-links .about-program .about-program-inner {
                display: flex;
                flex-flow: wrap;
                margin: 0 -15px; }
              .page-template-a-summer-of-first .programs-section .container .tab-content .inner-tab-wrap .quote-row.multiple-text-links .about-program .text-links-wrap {
                margin: 0 0 15px;
                padding: 0 15px;
                width: 50%; }
                @media (max-width: 767px) {
                  .page-template-a-summer-of-first .programs-section .container .tab-content .inner-tab-wrap .quote-row.multiple-text-links .about-program .text-links-wrap {
                    border-bottom: 1.5px solid #fff;
                    margin: 0 auto;
                    padding: 30px 0;
                    width: calc(100% - 30px); }
                    .page-template-a-summer-of-first .programs-section .container .tab-content .inner-tab-wrap .quote-row.multiple-text-links .about-program .text-links-wrap:first-child {
                      padding-top: 0; }
                    .page-template-a-summer-of-first .programs-section .container .tab-content .inner-tab-wrap .quote-row.multiple-text-links .about-program .text-links-wrap:last-child {
                      border: none; } }

#program-animation-5 {
  padding: 0 40px; }

.page-template-a-summer-of-first .impact-section {
  background-image: linear-gradient(0, #4bac7a, #0097cc 50%);
  color: #fff;
  padding: 60px 0 100px; }
  @media (max-width: 991px) {
    .page-template-a-summer-of-first .impact-section {
      padding: 40px 0; } }
  @media (max-width: 767px) {
    .page-template-a-summer-of-first .impact-section {
      padding: 35px 0; } }
  .page-template-a-summer-of-first .impact-section h2 {
    color: #fff;
    font-family: "bsd_thin_skinnedregular";
    font-size: 70px;
    font-weight: 400;
    line-height: 90px;
    margin-bottom: 35px;
    text-align: center; }
    @media (max-width: 767px) {
      .page-template-a-summer-of-first .impact-section h2 {
        margin-bottom: 25px; } }
  .page-template-a-summer-of-first .impact-section .percentages-wrap {
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 30px;
    display: flex;
    margin-bottom: 75px;
    padding: 50px 10px; }
    @media (max-width: 991px) {
      .page-template-a-summer-of-first .impact-section .percentages-wrap {
        padding: 40px 10px; } }
    @media (max-width: 767px) {
      .page-template-a-summer-of-first .impact-section .percentages-wrap {
        display: block;
        margin-bottom: 40px;
        padding: 20px 25px; } }
    .page-template-a-summer-of-first .impact-section .percentages-wrap .percentage-wrap {
      padding: 0 33px; }
      @media (max-width: 991px) {
        .page-template-a-summer-of-first .impact-section .percentages-wrap .percentage-wrap {
          padding: 0 20px; } }
      @media (max-width: 767px) {
        .page-template-a-summer-of-first .impact-section .percentages-wrap .percentage-wrap {
          padding: 20px 0; } }
      .page-template-a-summer-of-first .impact-section .percentages-wrap .percentage-wrap:not(:last-child) {
        border-right: 2px solid #fff; }
        @media (max-width: 767px) {
          .page-template-a-summer-of-first .impact-section .percentages-wrap .percentage-wrap:not(:last-child) {
            border-bottom: 2px solid #fff;
            border-right: none; } }
      .page-template-a-summer-of-first .impact-section .percentages-wrap .percentage-wrap .number {
        font-size: 74px;
        font-weight: 800;
        line-height: 70px;
        margin-bottom: 20px; }
        .page-template-a-summer-of-first .impact-section .percentages-wrap .percentage-wrap .number sup {
          font-size: 38px;
          position: absolute;
          margin-left: 5px;
          margin-top: -10px; }
      .page-template-a-summer-of-first .impact-section .percentages-wrap .percentage-wrap p {
        font-weight: 700;
        margin: 0;
        padding: 0; }
  .page-template-a-summer-of-first .impact-section .impact-row {
    display: flex;
    flex-flow: wrap; }
    .page-template-a-summer-of-first .impact-section .impact-row .image {
      background-position: center;
      background-size: cover;
      border-radius: 30px; }
    .page-template-a-summer-of-first .impact-section .impact-row .icon-wrap .icon {
      margin-bottom: 25px; }
    .page-template-a-summer-of-first .impact-section .impact-row .icon-wrap p {
      font-weight: 700; }
    .page-template-a-summer-of-first .impact-section .impact-row .quote-wrap {
      align-items: center;
      background-position: center;
      background-repeat: no-repeat;
      background-size: 100% 100%;
      display: flex;
      flex-flow: wrap;
      height: 280px;
      padding: 70px 30px 30px 60px;
      width: 367px;
      position: relative; }
      @media (max-width: 767px) {
        .page-template-a-summer-of-first .impact-section .impact-row .quote-wrap {
          margin: 0 auto 30px;
          max-width: 100%;
          padding: 70px 20px 30px 30px; } }
      .page-template-a-summer-of-first .impact-section .impact-row .quote-wrap:before, .page-template-a-summer-of-first .impact-section .impact-row .quote-wrap:after {
        background-repeat: no-repeat;
        background-size: 100% 100%;
        content: "";
        position: absolute; }
      .page-template-a-summer-of-first .impact-section .impact-row .quote-wrap:before {
        background-image: url("../images/quote-up.svg");
        height: 58px;
        left: 20px;
        top: 60px;
        width: 72px; }
      .page-template-a-summer-of-first .impact-section .impact-row .quote-wrap:after {
        background-image: url("../images/quote-down.svg");
        bottom: 25px;
        height: 43.5px;
        right: 25px;
        width: 54px; }
      .page-template-a-summer-of-first .impact-section .impact-row .quote-wrap .quote {
        font-size: 22px;
        font-weight: 300;
        line-height: 27px;
        margin: 0 0 15px;
        padding: 0; }
      .page-template-a-summer-of-first .impact-section .impact-row .quote-wrap .name {
        font-weight: 700;
        font-size: 13px;
        padding: 0; }
    .page-template-a-summer-of-first .impact-section .impact-row.first-row {
      margin: 0 0 100px; }
      @media (max-width: 767px) {
        .page-template-a-summer-of-first .impact-section .impact-row.first-row {
          margin: 0 0 50px; } }
      .page-template-a-summer-of-first .impact-section .impact-row.first-row .left-column {
        width: 367px; }
        @media (max-width: 767px) {
          .page-template-a-summer-of-first .impact-section .impact-row.first-row .left-column {
            width: 100%; } }
        .page-template-a-summer-of-first .impact-section .impact-row.first-row .left-column .icon-wrap {
          margin: 0 0 30px;
          max-width: 312px; }
          @media (max-width: 767px) {
            .page-template-a-summer-of-first .impact-section .impact-row.first-row .left-column .icon-wrap {
              margin: 0 auto 10px; } }
        .page-template-a-summer-of-first .impact-section .impact-row.first-row .left-column .quote-wrap {
          background-image: url("../images/quote-bg-1.png"); }
      .page-template-a-summer-of-first .impact-section .impact-row.first-row .right-column {
        padding-left: 50px;
        width: calc(100% - 367px); }
        @media (max-width: 991px) {
          .page-template-a-summer-of-first .impact-section .impact-row.first-row .right-column {
            padding-left: 25px; } }
        @media (max-width: 767px) {
          .page-template-a-summer-of-first .impact-section .impact-row.first-row .right-column {
            padding-left: 0;
            width: 100%; } }
        .page-template-a-summer-of-first .impact-section .impact-row.first-row .right-column .image {
          height: 386px;
          margin: 0 48px 40px 0;
          position: relative;
          transform: skewY(0.5deg); }
          @media (max-width: 1199px) {
            .page-template-a-summer-of-first .impact-section .impact-row.first-row .right-column .image {
              height: 32vw; } }
          @media (max-width: 991px) {
            .page-template-a-summer-of-first .impact-section .impact-row.first-row .right-column .image {
              height: 25vw;
              margin: 0 20px 40px 0; } }
          @media (max-width: 767px) {
            .page-template-a-summer-of-first .impact-section .impact-row.first-row .right-column .image {
              height: 57vw;
              margin: 20px 20px 30px 0; } }
          .page-template-a-summer-of-first .impact-section .impact-row.first-row .right-column .image:after {
            background-image: url("../images/image-decoration-right.svg");
            background-repeat: no-repeat;
            background-size: 100% 100%;
            content: "";
            height: 37px;
            position: absolute;
            right: -32px;
            top: -36px;
            width: 40px; }
            @media (max-width: 767px) {
              .page-template-a-summer-of-first .impact-section .impact-row.first-row .right-column .image:after {
                height: 30px;
                right: -25px;
                top: -25px;
                width: 35px; } }
        .page-template-a-summer-of-first .impact-section .impact-row.first-row .right-column .icon-wrap {
          align-items: center;
          display: flex; }
          @media (max-width: 991px) {
            .page-template-a-summer-of-first .impact-section .impact-row.first-row .right-column .icon-wrap {
              display: block; } }
          @media (max-width: 767px) {
            .page-template-a-summer-of-first .impact-section .impact-row.first-row .right-column .icon-wrap {
              margin: 0 auto;
              max-width: 285px; } }
          .page-template-a-summer-of-first .impact-section .impact-row.first-row .right-column .icon-wrap .icon {
            flex: 0 0 200px; }
            @media (max-width: 991px) {
              .page-template-a-summer-of-first .impact-section .impact-row.first-row .right-column .icon-wrap .icon img {
                margin: 0 auto; } }
            @media (max-width: 767px) {
              .page-template-a-summer-of-first .impact-section .impact-row.first-row .right-column .icon-wrap .icon img {
                margin: 0; } }
          .page-template-a-summer-of-first .impact-section .impact-row.first-row .right-column .icon-wrap p {
            flex: 0 0 calc(100% - 200px);
            max-width: 360px;
            padding: 0 0 0 37px; }
            @media (max-width: 991px) {
              .page-template-a-summer-of-first .impact-section .impact-row.first-row .right-column .icon-wrap p {
                padding: 0; } }
    .page-template-a-summer-of-first .impact-section .impact-row.second-row {
      justify-content: space-between;
      margin: 0 0 55px; }
      @media (max-width: 767px) {
        .page-template-a-summer-of-first .impact-section .impact-row.second-row {
          margin: 0 0 50px; } }
      .page-template-a-summer-of-first .impact-section .impact-row.second-row .image {
        height: 393px;
        width: 344px; }
        @media (max-width: 1199px) {
          .page-template-a-summer-of-first .impact-section .impact-row.second-row .image {
            height: 35vw; } }
        @media (max-width: 767px) {
          .page-template-a-summer-of-first .impact-section .impact-row.second-row .image {
            border-radius: 10px;
            height: 56vw; } }
        .page-template-a-summer-of-first .impact-section .impact-row.second-row .image:first-child {
          margin-left: 40px;
          position: relative; }
          @media (max-width: 1199px) {
            .page-template-a-summer-of-first .impact-section .impact-row.second-row .image:first-child {
              width: calc((100% - 367px) / 2 - 40px); } }
          @media (max-width: 991px) {
            .page-template-a-summer-of-first .impact-section .impact-row.second-row .image:first-child {
              margin-left: 20px;
              width: calc((100% - 367px) / 2 - 20px); } }
          @media (max-width: 767px) {
            .page-template-a-summer-of-first .impact-section .impact-row.second-row .image:first-child {
              margin-left: 0;
              margin-right: 5px;
              width: calc(50% - 5px - 10px); } }
          .page-template-a-summer-of-first .impact-section .impact-row.second-row .image:first-child:after {
            background-image: url("../images/image-decoration-left.svg");
            background-repeat: no-repeat;
            background-size: 100% 100%;
            content: "";
            height: 43px;
            left: -40px;
            position: absolute;
            top: -40px;
            width: 40px; }
            @media (max-width: 991px) {
              .page-template-a-summer-of-first .impact-section .impact-row.second-row .image:first-child:after {
                left: -30px;
                top: -30px; } }
            @media (max-width: 767px) {
              .page-template-a-summer-of-first .impact-section .impact-row.second-row .image:first-child:after {
                content: none; } }
        .page-template-a-summer-of-first .impact-section .impact-row.second-row .image:nth-child(2) {
          margin: 0 auto 0 17px; }
          @media (max-width: 1199px) {
            .page-template-a-summer-of-first .impact-section .impact-row.second-row .image:nth-child(2) {
              width: calc((100% - 367px) / 2 - 17px); } }
          @media (max-width: 767px) {
            .page-template-a-summer-of-first .impact-section .impact-row.second-row .image:nth-child(2) {
              margin: 0 20px 0 5px;
              position: relative;
              width: calc(50% - 5px - 10px); }
              .page-template-a-summer-of-first .impact-section .impact-row.second-row .image:nth-child(2):after {
                background-image: url("../images/image-decoration-right.svg");
                background-repeat: no-repeat;
                background-size: 100% 100%;
                content: "";
                height: 33px;
                right: -25px;
                position: absolute;
                top: -25px;
                width: 35px; } }
      .page-template-a-summer-of-first .impact-section .impact-row.second-row .right-column {
        margin-top: -90px;
        max-width: 367px; }
        @media (max-width: 1199px) {
          .page-template-a-summer-of-first .impact-section .impact-row.second-row .right-column {
            padding-left: 20px; } }
        @media (max-width: 767px) {
          .page-template-a-summer-of-first .impact-section .impact-row.second-row .right-column {
            margin: 0 auto;
            padding-left: 0;
            padding-top: 20px;
            max-width: 100%; } }
      .page-template-a-summer-of-first .impact-section .impact-row.second-row .quote-wrap {
        background-image: url("../images/quote-bg-2.png");
        padding: 50px 30px 50px 60px; }
        @media (max-width: 1199px) {
          .page-template-a-summer-of-first .impact-section .impact-row.second-row .quote-wrap {
            max-width: 100%; } }
        @media (max-width: 767px) {
          .page-template-a-summer-of-first .impact-section .impact-row.second-row .quote-wrap {
            margin: 0 auto 20px; } }
        .page-template-a-summer-of-first .impact-section .impact-row.second-row .quote-wrap:before {
          top: 40px; }
        .page-template-a-summer-of-first .impact-section .impact-row.second-row .quote-wrap:after {
          bottom: 50px; }
      .page-template-a-summer-of-first .impact-section .impact-row.second-row .icon-wrap {
        max-width: 330px; }
    .page-template-a-summer-of-first .impact-section .impact-row.third-row .left-column {
      width: 367px; }
      @media (max-width: 767px) {
        .page-template-a-summer-of-first .impact-section .impact-row.third-row .left-column {
          max-width: 100%;
          width: 100%; } }
      .page-template-a-summer-of-first .impact-section .impact-row.third-row .left-column .quote-wrap:nth-child(1) {
        background-image: url("../images/quote-bg-3.png");
        padding: 50px 30px 50px 60px; }
        @media (max-width: 767px) {
          .page-template-a-summer-of-first .impact-section .impact-row.third-row .left-column .quote-wrap:nth-child(1) {
            padding: 50px 20px 50px 30px; } }
        .page-template-a-summer-of-first .impact-section .impact-row.third-row .left-column .quote-wrap:nth-child(1):before {
          top: 25px; }
        .page-template-a-summer-of-first .impact-section .impact-row.third-row .left-column .quote-wrap:nth-child(1):after {
          bottom: 45px;
          right: 20px; }
      .page-template-a-summer-of-first .impact-section .impact-row.third-row .left-column .quote-wrap:nth-child(2) {
        background-image: url("../images/quote-bg-4.png");
        padding: 70px 30px 20px 60px; }
        @media (max-width: 767px) {
          .page-template-a-summer-of-first .impact-section .impact-row.third-row .left-column .quote-wrap:nth-child(2) {
            padding: 70px 20px 20px 30px; } }
        .page-template-a-summer-of-first .impact-section .impact-row.third-row .left-column .quote-wrap:nth-child(2):before {
          top: 45px; }
        .page-template-a-summer-of-first .impact-section .impact-row.third-row .left-column .quote-wrap:nth-child(2):after {
          bottom: 20px;
          right: 20px; }
    .page-template-a-summer-of-first .impact-section .impact-row.third-row .right-column {
      padding-left: 50px;
      width: calc(100% - 367px); }
      @media (max-width: 767px) {
        .page-template-a-summer-of-first .impact-section .impact-row.third-row .right-column {
          padding-left: 0;
          width: 100%; } }
      .page-template-a-summer-of-first .impact-section .impact-row.third-row .right-column .icon-wrap {
        align-items: center;
        display: flex; }
        @media (max-width: 991px) {
          .page-template-a-summer-of-first .impact-section .impact-row.third-row .right-column .icon-wrap {
            display: block; } }
        @media (max-width: 767px) {
          .page-template-a-summer-of-first .impact-section .impact-row.third-row .right-column .icon-wrap {
            margin: 0 auto;
            max-width: 287px; } }
        .page-template-a-summer-of-first .impact-section .impact-row.third-row .right-column .icon-wrap .icon {
          flex: 0 0 287px; }
        .page-template-a-summer-of-first .impact-section .impact-row.third-row .right-column .icon-wrap p {
          flex: 0 0 calc(100% - 287px);
          padding: 0 60px 0 50px; }
          @media (max-width: 1199px) {
            .page-template-a-summer-of-first .impact-section .impact-row.third-row .right-column .icon-wrap p {
              padding: 0 50px 0 30px; } }
          @media (max-width: 991px) {
            .page-template-a-summer-of-first .impact-section .impact-row.third-row .right-column .icon-wrap p {
              padding: 0; } }
    .page-template-a-summer-of-first .impact-section .impact-row.third-row .image {
      height: 386px;
      margin: 0 48px 40px 0;
      position: relative;
      transform: skewY(0.5deg); }
      @media (max-width: 1199px) {
        .page-template-a-summer-of-first .impact-section .impact-row.third-row .image {
          height: 32vw; } }
      @media (max-width: 991px) {
        .page-template-a-summer-of-first .impact-section .impact-row.third-row .image {
          height: 25vw;
          margin: 0 20px 40px 0; } }
      @media (max-width: 767px) {
        .page-template-a-summer-of-first .impact-section .impact-row.third-row .image {
          display: none; } }
      .page-template-a-summer-of-first .impact-section .impact-row.third-row .image:after {
        background-image: url("../images/image-decoration-right.svg");
        background-repeat: no-repeat;
        background-size: 100% 100%;
        content: "";
        height: 37px;
        position: absolute;
        right: -32px;
        top: -36px;
        width: 40px; }
        @media (max-width: 991px) {
          .page-template-a-summer-of-first .impact-section .impact-row.third-row .image:after {
            right: -25px;
            top: -30px; } }
        @media (max-width: 767px) {
          .page-template-a-summer-of-first .impact-section .impact-row.third-row .image:after {
            height: 33px;
            width: 35px; } }
      .page-template-a-summer-of-first .impact-section .impact-row.third-row .image.mobile-image {
        display: none; }
        @media (max-width: 767px) {
          .page-template-a-summer-of-first .impact-section .impact-row.third-row .image.mobile-image {
            display: block;
            height: 56vw;
            width: 100%; } }

#impact1 {
  max-width: 241px;
  margin: 0; }

#impact2 {
  max-width: 200px; }

#impact3 {
  max-width: 239px; }

#impact4 {
  max-width: 287px; }

.page-template-a-summer-of-first .news-section {
  background-color: #4A398E;
  padding: 50px 0 60px; }
  @media (max-width: 991px) {
    .page-template-a-summer-of-first .news-section {
      padding: 40px 0 20px; } }
  .page-template-a-summer-of-first .news-section .news-wrap {
    display: flex; }
    @media (max-width: 991px) {
      .page-template-a-summer-of-first .news-section .news-wrap {
        display: block; } }
    .page-template-a-summer-of-first .news-section .news-wrap .image {
      background-position: center;
      background-size: cover;
      border-radius: 20px;
      display: block;
      flex: 0 0 532px;
      height: 330px;
      width: 50%; }
      @media (max-width: 991px) {
        .page-template-a-summer-of-first .news-section .news-wrap .image {
          height: 56vw;
          width: 100%; } }
    .page-template-a-summer-of-first .news-section .news-wrap .content {
      color: #fff;
      flex: 0 0 calc(100% - 532px);
      font-size: 14px;
      max-width: 534px;
      padding-left: 72px; }
      @media (max-width: 1199px) {
        .page-template-a-summer-of-first .news-section .news-wrap .content {
          flex: 0 0 50%;
          padding-left: 40px; } }
      @media (max-width: 991px) {
        .page-template-a-summer-of-first .news-section .news-wrap .content {
          padding: 30px 0;
          width: 100%; } }
      .page-template-a-summer-of-first .news-section .news-wrap .content .logo {
        margin: 0 0 30px; }
      .page-template-a-summer-of-first .news-section .news-wrap .content h3 {
        color: #fff;
        font-size: 20px;
        font-weight: 700;
        margin: 0 0 15px;
        padding: 0;
        text-transform: none; }
      .page-template-a-summer-of-first .news-section .news-wrap .content .post-meta {
        font-size: 12px;
        line-height: 17px;
        margin: 0 0 10px;
        padding: 0; }
        .page-template-a-summer-of-first .news-section .news-wrap .content .post-meta span:first-child {
          margin-right: 20px; }
      .page-template-a-summer-of-first .news-section .news-wrap .content .text p {
        line-height: 17px;
        margin: 0 0 10px;
        padding: 0; }
      .page-template-a-summer-of-first .news-section .news-wrap .content .read-more {
        color: #fff;
        font-size: 14px;
        font-weight: 800;
        padding-right: 32.5px;
        position: relative;
        text-decoration: none;
        text-transform: uppercase; }
        .page-template-a-summer-of-first .news-section .news-wrap .content .read-more:after {
          background-image: url("../images/arrow-long-right.svg");
          background-position: center right;
          background-repeat: no-repeat;
          background-size: auto 100%;
          bottom: 0;
          content: "";
          height: 15px;
          margin: auto;
          position: absolute;
          right: 0;
          top: 0;
          transition: all ease-in-out 0.2s;
          width: 20px; }
        .page-template-a-summer-of-first .news-section .news-wrap .content .read-more:hover:after {
          transform: translateX(4px);
          width: 25px; }

.page-template-a-summer-of-first .donate-section {
  height: 655px;
  overflow: hidden;
  padding: 65px 0 100px;
  position: relative;
  text-align: center;
  z-index: 1; }
  @media (max-width: 767px) {
    .page-template-a-summer-of-first .donate-section {
      padding: 40px 10px 100px; } }
  .page-template-a-summer-of-first .donate-section:before {
    background-image: linear-gradient(180deg, #0297CA, rgba(113, 168, 76, 0));
    bottom: -250px;
    content: '';
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1; }
  .page-template-a-summer-of-first .donate-section .donate-bg-image {
    background-position: center;
    background-size: cover;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -2; }
  .page-template-a-summer-of-first .donate-section .donate-text {
    color: #fff;
    font-size: 18px;
    line-height: 22px;
    margin: 0 auto;
    max-width: 832px; }
    .page-template-a-summer-of-first .donate-section .donate-text a {
      color: #fff; }
    .page-template-a-summer-of-first .donate-section .donate-text .read-more {
      border: 3px solid #fff;
      display: inline-block;
      font-size: 16px;
      font-weight: 800;
      margin-top: 20px;
      padding: 20px 27.5px;
      text-decoration: none; }
      .page-template-a-summer-of-first .donate-section .donate-text .read-more svg {
        display: inline-block;
        margin-left: 10px;
        vertical-align: middle; }
        .page-template-a-summer-of-first .donate-section .donate-text .read-more svg path {
          transition: .3s; }
      .page-template-a-summer-of-first .donate-section .donate-text .read-more:hover {
        background-color: #fff;
        color: #11ACE3; }
        .page-template-a-summer-of-first .donate-section .donate-text .read-more:hover path {
          fill: #11ACE3;
          stroke: #11ACE3; }

.hero-video {
  overflow: hidden;
  padding-bottom: 56.25%; }

.hero-video iframe {
  display: block;
  height: 100%;
  min-height: 100%;
  pointer-events: none;
  position: absolute;
  top: -100px;
  left: 0;
  right: 0;
  width: 100%; }

.vimeo-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden; }

.vimeo-wrapper iframe {
  width: 100vw;
  height: 56.25vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

@media (max-width: 767px) {
  .vimeo-wrapper iframe {
    width: auto;
    height: 100%;
    aspect-ratio: 16 / 9; } }

@media screen and (max-width: 767px) {
  .hero-video iframe {
    left: -100vw;
    margin: auto;
    right: -100vw;
    height: 120%;
    width: 215vw; } }

@media screen and (max-width: 500px) {
  .hero-video iframe {
    height: 140%;
    width: 220vw; } }

@media screen and (max-width: 400px) {
  .hero-video iframe {
    left: -100vw;
    margin: auto;
    right: -100vw;
    height: 140%;
    width: 270vw; } }

.mobile-cta-buttons {
  display: none; }

@media screen and (max-width: 767px) {
  .mobile-cta-buttons {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center; }
  .mobile-cta-buttons a {
    font-size: 16px !important;
    padding: 7px 30px !important;
    width: 50%; } }

@media screen and (max-width: 400px) {
  .mobile-cta-buttons a {
    padding: 7px 9vw !important; } }

@media screen and (max-width: 350px) {
  .mobile-cta-buttons a {
    padding: 7px 7vw !important; } }

@media only screen and (max-width: 767px) {
  #mainCntr {
    padding: 0 !important; }
  #header {
    position: relative; }
  #mainCntr.has-top-bar {
    padding-top: 0 !important; } }

.category-filters-wrap {
  display: flex;
  justify-content: space-between;
  padding-right: 50px; }
  .fresh-perspectives-filter-bar .category-filters-wrap {
    padding-right: 0; }
  .category-filters-wrap .resources-filter,
  .category-filters-wrap .fresh-perspectives-filter {
    width: calc(50% - 10px); }
    .category-filters-wrap .resources-filter.show ul,
    .category-filters-wrap .fresh-perspectives-filter.show ul {
      display: block; }
    .category-filters-wrap .resources-filter ul,
    .category-filters-wrap .fresh-perspectives-filter ul {
      padding: 5px 0px 20px;
      margin: 0px;
      list-style-type: none;
      position: absolute;
      top: 100%;
      left: 0px;
      width: 100%;
      background: #fff;
      display: none; }
      .category-filters-wrap .resources-filter ul li,
      .category-filters-wrap .fresh-perspectives-filter ul li {
        font-size: 16px;
        line-height: 20px;
        color: #4a4a4a;
        font-weight: 400; }
        .category-filters-wrap .resources-filter ul li a,
        .category-filters-wrap .fresh-perspectives-filter ul li a {
          padding: 0px 34px 15px;
          display: block;
          color: #4a4a4a;
          text-decoration: none; }
  @media (max-width: 991px) {
    .category-filters-wrap .fresh-perspectives-filter {
      max-width: 500px;
      width: 100%; } }

.category-filter-toggle {
  align-items: center;
  background: #fff;
  color: #4a4a4a;
  display: flex;
  font-size: 16px;
  font-weight: 400;
  height: 57px;
  line-height: 20px;
  padding: 5px 34px;
  position: relative;
  text-decoration: none; }
  .category-filter-toggle span {
    align-items: center;
    display: flex;
    height: 100%;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 60px; }
    .category-filter-toggle span:before {
      border-color: #11ace3 transparent transparent transparent;
      border-style: solid;
      border-width: 13px 8px 0 8px;
      content: "";
      height: 0;
      margin: 0 auto;
      width: 0; }

.blog-listing.resources-posts-wrap .cat-wrap:after,
.single-resource .cat-wrap:after {
  content: '|' !important;
  margin: 0 5px; }

.single-resource .single-post .wrapper {
  padding-bottom: 50px; }

.single-resource .cta-bar a .wrapper span:after {
  margin: 2px 0 0 15px;
  background-image: url("../images/back-btn1.svg"); }

.custom-pagination {
  background: #11ace3;
  padding: 45px 0 47px;
  text-align: center;
  width: 100%; }
  .custom-pagination.first .prev {
    display: none; }
  .custom-pagination.last .next {
    display: none; }
  .custom-pagination span {
    cursor: pointer;
    opacity: 0.58;
    transition: .3s; }
    .custom-pagination span.current, .custom-pagination span:hover {
      opacity: 1; }
  .custom-pagination .page-no {
    border: 0px;
    color: #fff;
    display: inline-block;
    font-size: 22px;
    font-weight: 700;
    line-height: 27px;
    margin: 0px;
    padding: 0 7px;
    vertical-align: top; }
  .custom-pagination .prev {
    margin: 6px 8px 0 4px;
    font-size: 0px;
    line-height: 0px;
    width: 26px;
    height: 20px;
    display: inline-block;
    vertical-align: top;
    background: url("../images/slick-prev.svg") 0px 0px no-repeat; }
  .custom-pagination .next {
    background: url("../images/slick-next.svg") 0px 0px no-repeat;
    display: inline-block;
    font-size: 0px;
    height: 20px;
    line-height: 0px;
    margin: 6px 4px 0 8px;
    vertical-align: top;
    width: 26px; }

.no-posts-found {
  margin: 0;
  padding: 50px;
  text-align: center; }

.post-type-archive-fresh-perspectives .featured-post-bar {
  background: #3d91c6; }
  @media (max-width: 991px) {
    .post-type-archive-fresh-perspectives .featured-post-bar h1 {
      display: none; } }
  .post-type-archive-fresh-perspectives .featured-post-bar .mobile-title {
    display: none; }
    @media (max-width: 991px) {
      .post-type-archive-fresh-perspectives .featured-post-bar .mobile-title {
        display: block;
        margin: 0 15px 20px;
        padding-top: 20px; } }
  .post-type-archive-fresh-perspectives .featured-post-bar .post-thumbnail-image:before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 600 530' preserveAspectRatio='none'%3E%3Cpolygon points='0,0 900,800 0,530' style='fill:%233d91c6;' /%3E%3C/svg%3E"); }
  @media (max-width: 767px) {
    .post-type-archive-fresh-perspectives .featured-post-bar .top-row {
      padding-top: 0; } }

.post-type-archive-fresh-perspectives .filter-bar {
  background: #3885b3; }
  .post-type-archive-fresh-perspectives .filter-bar .fresh-perspectives-filter {
    max-width: 412px; }

.post-type-archive-fresh-perspectives .post-thumbnail-image {
  z-index: 1; }
  @media (max-width: 991px) {
    .post-type-archive-fresh-perspectives .post-thumbnail-image {
      height: 60vw; } }
  @media (max-width: 767px) {
    .post-type-archive-fresh-perspectives .post-thumbnail-image {
      height: auto; } }
  .post-type-archive-fresh-perspectives .post-thumbnail-image .inner-image {
    background-position: center;
    background-size: cover;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1; }
    @media (max-width: 767px) {
      .post-type-archive-fresh-perspectives .post-thumbnail-image .inner-image {
        display: block;
        height: 70vw;
        position: static; } }
  .post-type-archive-fresh-perspectives .post-thumbnail-image .image-caption {
    background-color: rgba(61, 145, 198, 0.7);
    bottom: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    left: 0;
    padding: 10px 20px 10px 150px;
    position: absolute;
    right: 0;
    text-align: center; }
    @media (max-width: 1023px) {
      .post-type-archive-fresh-perspectives .post-thumbnail-image .image-caption {
        padding: 10px 20px; } }
    @media (max-width: 767px) {
      .post-type-archive-fresh-perspectives .post-thumbnail-image .image-caption {
        display: block;
        padding: 10px 15px;
        position: static;
        text-align: left; } }

.single-fresh-perspectives .program-banner-bar.single {
  background: #3d91c6; }
  .single-fresh-perspectives .program-banner-bar.single .triangle-bg {
    background: #3885b3; }
    .single-fresh-perspectives .program-banner-bar.single .triangle-bg:before {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 600 530' preserveAspectRatio='none'%3E%3Cpolygon points='0,0 900,800 0,530' style='fill:%233d91c6;' /%3E%3C/svg%3E"); }
  .single-fresh-perspectives .program-banner-bar.single .fresh-perspectives-single-title {
    align-items: center;
    display: flex;
    justify-content: space-between; }
    @media (max-width: 767px) {
      .single-fresh-perspectives .program-banner-bar.single .fresh-perspectives-single-title {
        display: block;
        padding-bottom: 20px; } }
  .single-fresh-perspectives .program-banner-bar.single h2 {
    font-size: 60px;
    letter-spacing: 0.008em;
    line-height: 66px;
    padding: 25px 0 25px;
    color: #fff;
    text-transform: uppercase;
    font-family: "bsd_thin_skinnedregular";
    font-weight: normal; }
    @media (max-width: 767px) {
      .single-fresh-perspectives .program-banner-bar.single h2 {
        padding: 20px 0; } }
  .single-fresh-perspectives .program-banner-bar.single .back-link {
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    line-height: 17px;
    margin: 6px 0 0;
    opacity: 0.8;
    position: relative;
    text-decoration: none;
    text-transform: none;
    vertical-align: top; }
    .single-fresh-perspectives .program-banner-bar.single .back-link:hover {
      opacity: 1; }
    .single-fresh-perspectives .program-banner-bar.single .back-link:before {
      background: url("../images/back-arrow-btn.svg") 0px 0px no-repeat;
      content: "";
      display: inline-block;
      height: 15px;
      margin: 1px 10px 0 0;
      vertical-align: top;
      width: 27px; }

.single-fresh-perspectives h1 {
  color: #3885b3;
  font-size: 24px;
  line-height: 1.33em;
  text-transform: none; }

.single-fresh-perspectives .author {
  padding-left: 20px; }

.single-fresh-perspectives .common-bar .featured-image {
  padding: 0 0 35px; }

.single-fresh-perspectives .share-caption {
  display: block;
  margin-top: 10px; }
  @media (max-width: 767px) {
    .single-fresh-perspectives .share-caption {
      display: block; } }
  .single-fresh-perspectives .share-caption .image-caption {
    margin-bottom: 20px; }

.single-fresh-perspectives figcaption,
.single-fresh-perspectives .image-caption {
  font-size: 14px;
  font-weight: 500; }

.single-fresh-perspectives .wp-block-embed {
  margin: 30px 0; }
  .single-fresh-perspectives .wp-block-embed iframe {
    height: 440px;
    width: 100%; }
    @media (max-width: 991px) {
      .single-fresh-perspectives .wp-block-embed iframe {
        height: 56.25vw; } }

.single-fresh-perspectives .wp-block-pullquote {
  padding: 30px 0; }
  .single-fresh-perspectives .wp-block-pullquote blockquote {
    padding: 0; }
  .single-fresh-perspectives .wp-block-pullquote p {
    color: #3885b3;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.5em;
    text-align: left; }
    .single-fresh-perspectives .wp-block-pullquote p:before, .single-fresh-perspectives .wp-block-pullquote p:after {
      content: '"'; }
    .single-fresh-perspectives .wp-block-pullquote p:last-of-type {
      padding-bottom: 0; }
  .single-fresh-perspectives .wp-block-pullquote cite {
    color: #3885b3;
    font-size: 14px;
    font-weight: 500;
    text-align: right;
    width: 100%;
    display: block; }

.single-fresh-perspectives .common-bar h2 {
  color: #3885b3;
  font-size: 20px; }

.single-fresh-perspectives .common-bar h3 {
  color: #3885b3;
  font-size: 18px; }

.single-fresh-perspectives .common-bar h4 {
  color: #3885b3;
  font-size: 18px; }

.single-fresh-perspectives .common-bar h5 {
  color: #3885b3;
  font-size: 16px; }

.single-fresh-perspectives .common-bar a {
  color: #3885b3; }

.single-fresh-perspectives .cta-bar a {
  background: #3885b3; }
  .single-fresh-perspectives .cta-bar a:hover {
    background: #3d91c6; }

.donate-share {
  display: flex;
  margin: 40px 0; }
  @media (max-width: 480px) {
    .donate-share {
      display: block; } }
  @media (max-width: 480px) {
    .donate-share .donate-link {
      justify-content: space-between;
      margin-bottom: 20px; } }

.share-links {
  align-items: center;
  display: flex;
  margin-left: auto; }
  .share-links label {
    color: #acacac;
    font-size: 14px;
    font-weight: 700;
    margin-right: 5px; }
  .share-links a {
    display: block;
    margin-left: 5px;
    text-decoration: none; }
    .share-links a:hover path {
      fill: #3885b3 !important; }
    .share-links a:last-child:hover circle {
      fill: #3885b3 !important; }
    .share-links a:last-child:hover path {
      fill: #fff !important; }
  .share-links svg {
    width: 25px; }
    .share-links svg path,
    .share-links svg circle {
      transition: 0.3s; }

.donate-link {
  align-items: center;
  border: 3px solid #11ace3;
  color: #3885b3;
  display: flex;
  padding: 20px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none; }
  .donate-link svg {
    margin-left: 30px; }
    .donate-link svg .path-1 {
      fill: #3885b3 !important;
      transition: 0.3s; }
    .donate-link svg .path-2 {
      stroke: #3885b3 !important;
      transition: 0.3s; }
  .donate-link:hover {
    background-color: #3885b3;
    border-color: #3885b3;
    color: #fff !important; }
    .donate-link:hover svg .path-1 {
      fill: #fff !important; }
    .donate-link:hover svg .path-2 {
      stroke: #fff !important; }

.related-fresh-perspective {
  background: #3d91c6;
  padding: 50px 0; }
  .related-fresh-perspective h2 {
    text-align: center;
    color: #fff;
    font-size: 24px;
    padding: 0; }
  .related-fresh-perspective .alm-listing.plain-list {
    display: flex;
    flex-flow: wrap;
    margin-bottom: 0;
    margin-top: 0; }
    .related-fresh-perspective .alm-listing.plain-list:after {
      content: none; }
    .related-fresh-perspective .alm-listing.plain-list li {
      display: flex; }
    .related-fresh-perspective .alm-listing.plain-list .inner {
      background-color: #fff;
      width: 100%; }
      .related-fresh-perspective .alm-listing.plain-list .inner .category-row {
        display: none; }
      .related-fresh-perspective .alm-listing.plain-list .inner .entry {
        padding: 20px; }
        .related-fresh-perspective .alm-listing.plain-list .inner .entry h4 {
          color: #3885b3; }
        .related-fresh-perspective .alm-listing.plain-list .inner .entry .read-more {
          color: #333; }
          .related-fresh-perspective .alm-listing.plain-list .inner .entry .read-more:after {
            background-image: url("../images/arrow-gray.svg") !important; }

.button-alt {
  color: #fff;
  display: inline-block;
  font-family: 'Montserrat';
  font-size: 15px;
  font-weight: bold;
  padding: 12px 20px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase; }
  .button-alt.green {
    background-color: #67A249; }
    .button-alt.green:hover {
      background-color: #73B750; }
  .button-alt.green-reverse {
    background-color: #73B750; }
    .button-alt.green-reverse:hover {
      background-color: #67A249; }
  .button-alt.blue {
    background-color: #11ABE2; }
    .button-alt.blue:hover {
      background-color: #0091C7; }
  .button-alt.white {
    background-color: #fff;
    color: #0090C6; }
    .button-alt.white:hover {
      background-color: #07B8EF;
      color: #fff; }

.page-template-report-2021.popup-open {
  overflow: hidden; }

.page-template-report-2021 #header {
  padding: 7.5px 0; }
  @media (max-width: 1400px) {
    .page-template-report-2021 #header {
      background-color: #008FC5; }
      .blockbody .page-template-report-2021 #header {
        background-color: #fff; } }
  .page-template-report-2021 #header:before {
    background-color: #008FC5;
    bottom: 0;
    content: '';
    left: 0;
    position: absolute;
    top: 0;
    transition: .3s;
    width: 48%;
    z-index: -1; }
    @media (max-width: 1400px) {
      .page-template-report-2021 #header:before {
        content: none; } }
  .page-template-report-2021 #header.header-fixed:before {
    opacity: 0; }
  @media (min-width: 1401px) {
    .page-template-report-2021 #header.header-fixed .logo img:first-child {
      opacity: 0; }
    .page-template-report-2021 #header.header-fixed .logo img:last-child {
      opacity: 1; } }
  .page-template-report-2021 #header .wrapper {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding-right: 25px; }
  .page-template-report-2021 #header .logo {
    position: relative; }
    @media (max-width: 359px) {
      .page-template-report-2021 #header .logo {
        max-width: 200px; } }
    .page-template-report-2021 #header .logo img {
      display: block; }
      .blockbody .page-template-report-2021 #header .logo img:first-child {
        opacity: 0; }
      .page-template-report-2021 #header .logo img:last-child {
        opacity: 0;
        position: absolute;
        top: 0;
        left: 0; }
        .blockbody .page-template-report-2021 #header .logo img:last-child {
          opacity: 1; }
  .page-template-report-2021 #header .reports-menu {
    align-items: center;
    display: flex; }
    @media (max-width: 1199px) {
      .page-template-report-2021 #header .reports-menu {
        background-color: #fff;
        display: block;
        left: 0;
        opacity: 0;
        padding: 40px;
        position: absolute;
        right: 0;
        top: 100%;
        transition: .3s;
        visibility: hidden; }
        .blockbody .page-template-report-2021 #header .reports-menu {
          opacity: 1;
          visibility: visible; } }
    @media (max-width: 767px) {
      .page-template-report-2021 #header .reports-menu {
        padding: 30px; } }
    @media (max-width: 1199px) {
      .page-template-report-2021 #header .reports-menu .inner {
        margin: 0 auto;
        width: 300px; } }
    @media (max-width: 480px) {
      .page-template-report-2021 #header .reports-menu .inner {
        width: 100%; } }
    .page-template-report-2021 #header .reports-menu ul {
      display: flex;
      margin-right: 25px;
      padding: 0; }
      @media (max-width: 1199px) {
        .page-template-report-2021 #header .reports-menu ul {
          display: block;
          margin-bottom: 20px;
          margin-right: 0;
          width: 100%; } }
      .page-template-report-2021 #header .reports-menu ul li {
        display: block;
        font-family: 'Montserrat';
        font-size: 15px;
        font-weight: 700;
        letter-spacing: .025em;
        line-height: 19px;
        text-transform: uppercase; }
        @media (max-width: 1199px) {
          .page-template-report-2021 #header .reports-menu ul li {
            margin-bottom: 15px; } }
        .page-template-report-2021 #header .reports-menu ul li:not(:last-child):after {
          content: '|';
          color: #919394;
          font-weight: 400;
          margin: 0 10px; }
          @media (max-width: 1199px) {
            .page-template-report-2021 #header .reports-menu ul li:not(:last-child):after {
              content: none; } }
        .page-template-report-2021 #header .reports-menu ul li a {
          color: #444244;
          text-decoration: none; }
          @media (max-width: 1400px) {
            .page-template-report-2021 #header .reports-menu ul li a {
              color: #fff; } }
          @media (max-width: 1199px) {
            .page-template-report-2021 #header .reports-menu ul li a {
              color: #444244; } }
          .page-template-report-2021 #header .reports-menu ul li a:hover, .page-template-report-2021 #header .reports-menu ul li a:focus, .page-template-report-2021 #header .reports-menu ul li a:active {
            color: #67A249; }
    .page-template-report-2021 #header .reports-menu .button-alt {
      width: 155px; }
      @media (max-width: 1199px) {
        .page-template-report-2021 #header .reports-menu .button-alt {
          display: block;
          margin: 0 auto;
          width: 300px; } }
      @media (max-width: 480px) {
        .page-template-report-2021 #header .reports-menu .button-alt {
          width: 100%; } }
  @media (max-width: 1199px) {
    .page-template-report-2021 #header .menuToggle {
      background-color: #fff;
      border-radius: 50%;
      bottom: 0;
      display: block;
      height: 41px;
      left: 0;
      margin: 0;
      position: relative;
      right: 0;
      top: 0;
      width: 41px; }
      .blockbody .page-template-report-2021 #header .menuToggle {
        background-color: #0090C6; } }
  .page-template-report-2021 #header .menuToggle span {
    bottom: 0;
    left: 0;
    margin: auto;
    right: 1px;
    top: 1px; }
    .page-template-report-2021 #header .menuToggle span, .page-template-report-2021 #header .menuToggle span:before, .page-template-report-2021 #header .menuToggle span:after {
      background-color: #0090C6;
      height: 2px;
      width: 17px; }
      .blockbody .page-template-report-2021 #header .menuToggle span, .blockbody .page-template-report-2021 #header .menuToggle span:before, .blockbody .page-template-report-2021 #header .menuToggle span:after {
        background-color: #fff; }
  .page-template-report-2021 #header .menuToggle:not(.active) span:before {
    bottom: -6px; }
  .page-template-report-2021 #header .menuToggle:not(.active) span:after {
    top: -6px; }
  .page-template-report-2021 #header .menuToggle.active span {
    background-color: transparent; }

.page-template-report-2021 .hero-section {
  display: flex;
  flex-flow: wrap;
  position: relative; }
  @media (max-width: 991px) {
    .page-template-report-2021 .hero-section {
      flex-direction: column-reverse; } }
  .page-template-report-2021 .hero-section .intro-text {
    background-image: linear-gradient(to bottom, #008FC5 30%, #3C9886, #75b360);
    padding-left: calc((100vw - 1220px)/2);
    padding-top: 75px;
    padding-right: 100px;
    padding-bottom: 80px;
    width: 48%; }
    @media (max-width: 1240px) {
      .page-template-report-2021 .hero-section .intro-text {
        padding-left: 20px; } }
    @media (max-width: 991px) {
      .page-template-report-2021 .hero-section .intro-text {
        padding: 40px 25px;
        width: 100%; } }
    .page-template-report-2021 .hero-section .intro-text h1 {
      color: #fff;
      font-family: 'bsd_thin_skinnedregular';
      font-size: 108px;
      font-weight: 400;
      letter-spacing: -0.04em;
      line-height: 130px;
      margin: 0 0 100px; }
      @media (max-width: 1400px) {
        .page-template-report-2021 .hero-section .intro-text h1 {
          font-size: 80px;
          line-height: 100px;
          margin-bottom: 75px;
          max-width: 380px; } }
      @media (max-width: 991px) {
        .page-template-report-2021 .hero-section .intro-text h1 {
          margin: 0 auto 50px;
          text-align: center; } }
      @media (max-width: 480px) {
        .page-template-report-2021 .hero-section .intro-text h1 {
          font-size: 74px;
          line-height: 93px;
          margin: 0 0 20px;
          max-width: 320px;
          text-align: left; } }
      @media (max-width: 359px) {
        .page-template-report-2021 .hero-section .intro-text h1 {
          font-size: 63px;
          line-height: 83px; } }
      .page-template-report-2021 .hero-section .intro-text h1 span:nth-child(2) {
        font-size: 175px;
        line-height: 210px;
        position: relative; }
        @media (max-width: 1400px) {
          .page-template-report-2021 .hero-section .intro-text h1 span:nth-child(2) {
            font-size: 140px;
            line-height: 160px; } }
        @media (max-width: 480px) {
          .page-template-report-2021 .hero-section .intro-text h1 span:nth-child(2) {
            font-size: 118px;
            line-height: 130px; } }
        @media (max-width: 359px) {
          .page-template-report-2021 .hero-section .intro-text h1 span:nth-child(2) {
            font-size: 100px;
            line-height: 120px; } }
        .page-template-report-2021 .hero-section .intro-text h1 span:nth-child(2):after {
          background-image: url("../images/report-2021/title-border.svg");
          background-position: center;
          background-repeat: no-repeat;
          background-size: 100%;
          bottom: 0;
          content: '';
          height: 5px;
          left: 0;
          position: absolute;
          right: 0; }
    .page-template-report-2021 .hero-section .intro-text .intro-text-wrap {
      max-width: 450px; }
      @media (max-width: 991px) {
        .page-template-report-2021 .hero-section .intro-text .intro-text-wrap {
          max-width: 100%;
          width: 100%; } }
    .page-template-report-2021 .hero-section .intro-text h4 {
      color: #fff;
      font-size: 20px;
      letter-spacing: .025em;
      line-height: 27px;
      margin: 0 0 30px;
      padding: 0; }
      @media (max-width: 767px) {
        .page-template-report-2021 .hero-section .intro-text h4 {
          font-size: 18px;
          line-height: 25px; } }
    .page-template-report-2021 .hero-section .intro-text p {
      color: #fff;
      font-weight: 500;
      line-height: 23px; }
  .page-template-report-2021 .hero-section .right-column {
    background-color: #fff;
    margin-bottom: -70px;
    position: relative;
    width: 52%;
    z-index: 1; }
    @media (max-width: 991px) {
      .page-template-report-2021 .hero-section .right-column {
        margin-bottom: 0;
        width: 100%; } }
    .page-template-report-2021 .hero-section .right-column:before {
      background-color: rgba(0, 143, 197, 0.26);
      bottom: 0;
      content: '';
      left: 0;
      position: absolute;
      right: 0;
      top: 0;
      z-index: -1; }
  .page-template-report-2021 .hero-section .image-slider {
    margin-left: -45px;
    max-width: 1043px;
    width: calc(52vw + 45px);
    z-index: 1; }
    @media (max-width: 991px) {
      .page-template-report-2021 .hero-section .image-slider {
        margin-left: 0;
        max-width: 100%;
        width: 100%; } }
    .page-template-report-2021 .hero-section .image-slider.go:after {
      opacity: .3;
      transform: translate(0, 0); }
    .page-template-report-2021 .hero-section .image-slider:after {
      background-image: linear-gradient(to right, #5C60A9, #0090C6);
      bottom: -22.5px;
      content: '';
      left: 95px;
      opacity: 0;
      position: absolute;
      right: -22.5px;
      top: 0;
      transform: translate(-30px, -30px);
      transition: transform .7s ease-in-out 1s, opacity .5s 1s;
      z-index: -1; }
      @media (max-width: 991px) {
        .page-template-report-2021 .hero-section .image-slider:after {
          content: none; } }
    .page-template-report-2021 .hero-section .image-slider .slick-dots {
      bottom: 20px;
      left: 20px;
      padding: 0;
      position: absolute; }
      @media (max-width: 991px) {
        .page-template-report-2021 .hero-section .image-slider .slick-dots {
          display: flex; } }
      .page-template-report-2021 .hero-section .image-slider .slick-dots li {
        display: block;
        margin-bottom: 10px; }
        @media (max-width: 991px) {
          .page-template-report-2021 .hero-section .image-slider .slick-dots li {
            margin-bottom: 0;
            margin-right: 10px;
            padding: 0 !important; } }
        .page-template-report-2021 .hero-section .image-slider .slick-dots li button {
          background-color: transparent;
          height: 11px;
          width: 11px;
          border: 1px solid #fff;
          border-radius: 50%; }
        .page-template-report-2021 .hero-section .image-slider .slick-dots li.slick-active button {
          background-color: #fff;
          transform: none; }
    .page-template-report-2021 .hero-section .image-slider .image {
      background-position: center;
      background-size: cover;
      height: 37.5vw;
      max-height: 720px; }
      @media (max-width: 991px) {
        .page-template-report-2021 .hero-section .image-slider .image {
          height: 67vw;
          max-height: 67vw;
          position: relative; } }
      .page-template-report-2021 .hero-section .image-slider .image:before {
        background-image: linear-gradient(180deg, transparent, #0091C7 120%);
        bottom: 0;
        content: '';
        height: 17.5vw;
        left: 0;
        opacity: .9;
        position: absolute;
        right: 0;
        z-index: 1; }
        @media (max-width: 991px) {
          .page-template-report-2021 .hero-section .image-slider .image:before {
            background-image: linear-gradient(180deg, transparent, #0091C7 120%);
            height: 85px; } }
      .page-template-report-2021 .hero-section .image-slider .image h3 {
        font-family: 'bsd_thin_skinnedregular';
        font-size: 49px;
        font-weight: 400;
        line-height: 62px;
        margin: 0 0 10px;
        max-width: 400px;
        padding: 0;
        padding-left: 45px;
        width: calc(100% - 145px); }

.page-template-report-2021 .directors-wrap {
  padding: 95px 60px 75px; }
  @media (max-width: 1199px) {
    .page-template-report-2021 .directors-wrap {
      padding: 60px 40px; } }
  @media (max-width: 991px) {
    .page-template-report-2021 .directors-wrap {
      display: none; } }
  .page-template-report-2021 .directors-wrap .director-report-wrap {
    align-items: start;
    display: flex;
    flex-flow: wrap;
    max-width: 500px; }
    .page-template-report-2021 .directors-wrap .director-report-wrap:nth-child(1) {
      margin-bottom: 55px; }
      @media (max-width: 1199px) {
        .page-template-report-2021 .directors-wrap .director-report-wrap:nth-child(1) {
          margin-bottom: 50px; } }
      .page-template-report-2021 .directors-wrap .director-report-wrap:nth-child(1) .image:before {
        background-image: linear-gradient(190deg, #81bc6f, #a4cebc); }
      .page-template-report-2021 .directors-wrap .director-report-wrap:nth-child(1) h3 {
        color: #67A249; }
    .page-template-report-2021 .directors-wrap .director-report-wrap:nth-child(2) {
      margin-left: 85px; }
      @media (max-width: 1199px) {
        .page-template-report-2021 .directors-wrap .director-report-wrap:nth-child(2) {
          margin-left: 50px; } }
      @media (max-width: 767px) {
        .page-template-report-2021 .directors-wrap .director-report-wrap:nth-child(2) {
          margin-left: 0; } }
      .page-template-report-2021 .directors-wrap .director-report-wrap:nth-child(2) .image:before {
        background-image: linear-gradient(190deg, #0391c5, #81bfbf); }
      .page-template-report-2021 .directors-wrap .director-report-wrap:nth-child(2) h3 {
        color: #0090C6; }
    .page-template-report-2021 .directors-wrap .director-report-wrap .image {
      position: relative;
      width: 145px;
      z-index: 1; }
      @media (max-width: 767px) {
        .page-template-report-2021 .directors-wrap .director-report-wrap .image {
          margin-bottom: 40px; } }
      .page-template-report-2021 .directors-wrap .director-report-wrap .image.go:before {
        opacity: 1;
        transform: translate(0, 0); }
      .page-template-report-2021 .directors-wrap .director-report-wrap .image:before {
        bottom: -12px;
        content: '';
        left: -12px;
        position: absolute;
        right: 12px;
        top: 12px;
        transition: transform .7s ease-in-out 2s, opacity .5s 2s;
        z-index: -1; }
        @media (min-width: 992px) {
          .page-template-report-2021 .directors-wrap .director-report-wrap .image:before {
            opacity: 0;
            transform: translate(20px, -10px); } }
      .page-template-report-2021 .directors-wrap .director-report-wrap .image img {
        display: block; }
    .page-template-report-2021 .directors-wrap .director-report-wrap .info {
      padding-left: 45px;
      width: calc(100% - 145px); }
      @media (max-width: 1199px) {
        .page-template-report-2021 .directors-wrap .director-report-wrap .info {
          padding-left: 25px; } }
      @media (max-width: 767px) {
        .page-template-report-2021 .directors-wrap .director-report-wrap .info {
          padding-left: 0;
          width: 100%; } }
      .page-template-report-2021 .directors-wrap .director-report-wrap .info h3 {
        font-family: 'bsd_thin_skinnedregular';
        font-size: 33px;
        font-weight: 400;
        line-height: 40px;
        margin: 0 0 10px;
        padding: 0; }
      .page-template-report-2021 .directors-wrap .director-report-wrap .info p {
        color: #272525;
        font-weight: 500;
        line-height: 23px;
        margin-bottom: 12px;
        padding: 0; }

.page-template-report-2021 .director-popup {
  background-color: rgba(39, 37, 37, 0.86);
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 50px 0 50px 50px;
  left: 0;
  opacity: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  transition: .3s;
  visibility: hidden;
  z-index: -1; }
  @media (max-width: 991px) {
    .page-template-report-2021 .director-popup {
      padding: 0; } }
  .page-template-report-2021 .director-popup.show-popup {
    opacity: 1;
    visibility: visible;
    z-index: 999999; }
    .page-template-report-2021 .director-popup.show-popup .popup-inner {
      margin-right: 0; }
  .page-template-report-2021 .director-popup#director-report-1 .image:before {
    background-image: linear-gradient(135deg, #73B64F, rgba(114, 170, 79, 0.5), #72a050); }
  .page-template-report-2021 .director-popup#director-report-1 h3 {
    color: #67A249; }
  .page-template-report-2021 .director-popup#director-report-2 .image:before {
    background-image: linear-gradient(135deg, #0090C6, rgba(60, 152, 134, 0.5), #72a050); }
  .page-template-report-2021 .director-popup#director-report-2 h3 {
    color: #0090C6; }
  .page-template-report-2021 .director-popup .popup-inner {
    background-color: #fff;
    max-width: 1300px;
    width: 100%;
    height: 100%;
    overflow: auto;
    padding: 50px 80px;
    position: relative;
    margin-right: -100%;
    transition: .5s ease-in-out .3s; }
    @media (max-width: 1199px) {
      .page-template-report-2021 .director-popup .popup-inner {
        padding: 40px; } }
    @media (max-width: 767px) {
      .page-template-report-2021 .director-popup .popup-inner {
        padding: 40px 25px; } }
    .page-template-report-2021 .director-popup .popup-inner .close {
      cursor: pointer;
      position: absolute;
      right: 100px;
      top: 60px; }
      @media (max-width: 1199px) {
        .page-template-report-2021 .director-popup .popup-inner .close {
          right: 40px;
          top: 40px; } }
      .page-template-report-2021 .director-popup .popup-inner .close svg line,
      .page-template-report-2021 .director-popup .popup-inner .close svg circle {
        stroke: #919394 !important;
        transition: .3s; }
      .page-template-report-2021 .director-popup .popup-inner .close:hover svg line,
      .page-template-report-2021 .director-popup .popup-inner .close:hover svg circle {
        stroke: #73B750 !important; }
    .page-template-report-2021 .director-popup .popup-inner .top {
      align-items: flex-end;
      display: flex;
      margin-bottom: 50px; }
      @media (max-width: 767px) {
        .page-template-report-2021 .director-popup .popup-inner .top {
          display: block;
          margin-bottom: 0; } }
      .page-template-report-2021 .director-popup .popup-inner .top .image {
        margin-left: 12px;
        position: relative;
        z-index: 1; }
        @media (max-width: 767px) {
          .page-template-report-2021 .director-popup .popup-inner .top .image {
            display: inline-block;
            margin-bottom: 40px; } }
        .page-template-report-2021 .director-popup .popup-inner .top .image:before {
          bottom: -12px;
          content: '';
          left: -12px;
          opacity: .3;
          position: absolute;
          right: 12px;
          top: 12px;
          z-index: -1; }
        .page-template-report-2021 .director-popup .popup-inner .top .image img {
          display: block; }
      .page-template-report-2021 .director-popup .popup-inner .top h3 {
        font-family: 'bsd_thin_skinnedregular';
        font-size: 49px;
        font-weight: 400;
        line-height: 62px;
        margin: 0 0 10px;
        max-width: 400px;
        padding: 0;
        padding-left: 45px;
        width: calc(100% - 145px); }
        @media (max-width: 767px) {
          .page-template-report-2021 .director-popup .popup-inner .top h3 {
            font-size: 33px;
            line-height: 40px;
            margin-bottom: 25px;
            padding-left: 0;
            width: 100%; } }
    .page-template-report-2021 .director-popup .popup-inner .text {
      column-count: 2;
      column-gap: 35px;
      font-size: 15px;
      line-height: 20px; }
      @media (max-width: 991px) {
        .page-template-report-2021 .director-popup .popup-inner .text {
          column-count: 1;
          font-size: 15px; } }
      .page-template-report-2021 .director-popup .popup-inner .text .signature {
        margin-top: 30px; }
      .page-template-report-2021 .director-popup .popup-inner .text p {
        break-inside: avoid; }
        .page-template-report-2021 .director-popup .popup-inner .text p.name {
          font-weight: 700;
          margin: 0;
          padding: 0; }

.page-template-report-2021 .directors-wrap-mobile {
  display: none; }
  @media (max-width: 991px) {
    .page-template-report-2021 .directors-wrap-mobile {
      display: block; } }

.page-template-report-2021 .video-section {
  display: flex;
  flex-flow: wrap; }
  .page-template-report-2021 .video-section .intro-text {
    background-image: linear-gradient(135deg, #5c61a9, #257dbb);
    color: #fff;
    overflow: hidden;
    padding-bottom: 75px;
    padding-left: calc((100vw - 1220px)/2);
    padding-right: 100px;
    padding-top: 80px;
    position: relative;
    width: 48%;
    z-index: 1; }
    @media (max-width: 1400px) {
      .page-template-report-2021 .video-section .intro-text {
        padding-right: 40px; } }
    @media (max-width: 1240px) {
      .page-template-report-2021 .video-section .intro-text {
        padding-left: 20px; } }
    @media (max-width: 991px) {
      .page-template-report-2021 .video-section .intro-text {
        background-image: linear-gradient(160deg, #5c61a9, #257dbb);
        padding: 40px 25px;
        width: 100%; } }
    .page-template-report-2021 .video-section .intro-text .kite {
      bottom: -10px;
      height: 597px;
      position: absolute;
      right: 30px;
      width: 510px;
      z-index: -1; }
      @media (max-width: 1400px) {
        .page-template-report-2021 .video-section .intro-text .kite {
          height: 527px;
          right: 30px; } }
      @media (max-width: 1199px) {
        .page-template-report-2021 .video-section .intro-text .kite {
          right: -60px;
          height: 500px; } }
      @media (max-width: 991px) {
        .page-template-report-2021 .video-section .intro-text .kite {
          bottom: -50px;
          right: 170px; } }
      @media (max-width: 767px) {
        .page-template-report-2021 .video-section .intro-text .kite {
          bottom: -270px;
          height: 530px;
          right: 0; } }
      @media (max-width: 480px) {
        .page-template-report-2021 .video-section .intro-text .kite {
          bottom: -250px;
          height: 460px;
          right: -70px; } }
    .page-template-report-2021 .video-section .intro-text p {
      font-weight: 800;
      line-height: 23px;
      margin-bottom: 10px;
      padding: 0; }
    .page-template-report-2021 .video-section .intro-text h1 {
      color: #fff;
      font-family: 'bsd_thin_skinnedregular';
      font-size: 108px;
      font-weight: 400;
      line-height: 1.1em;
      max-width: 375px; }
      @media (max-width: 767px) {
        .page-template-report-2021 .video-section .intro-text h1 {
          font-size: 80px;
          line-height: 96px;
          max-width: 295px; } }
      @media (max-width: 359px) {
        .page-template-report-2021 .video-section .intro-text h1 {
          font-size: 70px;
          line-height: 85px; } }
      .page-template-report-2021 .video-section .intro-text h1 span:nth-child(3) {
        font-size: 54px;
        line-height: 64px;
        margin: 0 -25px 0 60px;
        position: relative;
        top: -40px; }
        @media (max-width: 767px) {
          .page-template-report-2021 .video-section .intro-text h1 span:nth-child(3) {
            font-size: 42px;
            line-height: 54px;
            margin-right: -15px;
            top: -30px; } }
        @media (max-width: 359px) {
          .page-template-report-2021 .video-section .intro-text h1 span:nth-child(3) {
            top: -20px; } }
      .page-template-report-2021 .video-section .intro-text h1 span:last-child {
        margin-left: 35px; }
    .page-template-report-2021 .video-section .intro-text .watch-video {
      align-items: center;
      color: #fff;
      cursor: pointer;
      display: flex;
      font-weight: 800;
      margin-left: auto;
      margin-right: -20px;
      margin-top: -40px;
      max-width: 170px;
      text-transform: uppercase; }
      @media (max-width: 1199px) {
        .page-template-report-2021 .video-section .intro-text .watch-video {
          margin-bottom: -40px;
          margin-top: 0; } }
      @media (max-width: 991px) {
        .page-template-report-2021 .video-section .intro-text .watch-video {
          margin-bottom: 0;
          margin-right: 0;
          margin-top: -40px; } }
      @media (max-width: 767px) {
        .page-template-report-2021 .video-section .intro-text .watch-video {
          margin-left: 0;
          margin-top: 40px; } }
      .page-template-report-2021 .video-section .intro-text .watch-video:hover i {
        opacity: 1; }
      .page-template-report-2021 .video-section .intro-text .watch-video i {
        background-color: #fff;
        border-radius: 50%;
        flex: 0 0 60px;
        height: 60px;
        margin-right: 10px;
        opacity: .7;
        position: relative;
        transition: .3s;
        width: 60px; }
        .page-template-report-2021 .video-section .intro-text .watch-video i:before {
          border-color: transparent transparent transparent #0090C6;
          border-style: solid;
          border-width: 9px 0 9px 17px;
          bottom: 0;
          content: '';
          height: 0;
          left: 5px;
          margin: auto;
          position: absolute;
          right: 0;
          top: 0;
          width: 0; }
  .page-template-report-2021 .video-section .video-player {
    min-height: 29vw;
    overflow: hidden;
    margin-top: 70px;
    position: relative;
    width: 52%; }
    @media (max-width: 991px) {
      .page-template-report-2021 .video-section .video-player {
        height: 50vw;
        margin-top: -1px;
        padding-bottom: 50%;
        margin-top: 0;
        width: 100%; } }
    .page-template-report-2021 .video-section .video-player:before {
      bottom: 0;
      content: '';
      left: 0;
      position: absolute;
      right: 0;
      top: 0;
      z-index: 1; }
    .page-template-report-2021 .video-section .video-player iframe {
      bottom: -20vw;
      min-height: calc(100% + 40vw);
      left: -20vw;
      margin: auto;
      position: absolute;
      right: -20vw;
      top: -20vw;
      width: 60vw; }
      @media (max-width: 1800px) {
        .page-template-report-2021 .video-section .video-player iframe {
          width: 65vw; } }
      @media (max-width: 1650px) {
        .page-template-report-2021 .video-section .video-player iframe {
          width: 70vw; } }
      @media (max-width: 1500px) {
        .page-template-report-2021 .video-section .video-player iframe {
          width: 75vw; } }
      @media (max-width: 1400px) {
        .page-template-report-2021 .video-section .video-player iframe {
          width: 80vw; } }
      @media (max-width: 991px) {
        .page-template-report-2021 .video-section .video-player iframe {
          bottom: -50px;
          height: calc(50vw + 100px);
          left: -5vw;
          margin: 0;
          min-height: 0;
          right: -5vw;
          top: -50px;
          width: 110vw; } }

.page-template-report-2021 .programs-section .programs-main-title {
  display: none; }
  @media (max-width: 1199px) {
    .page-template-report-2021 .programs-section .programs-main-title {
      border-bottom: 1px solid #BABBBE;
      color: #ED4036;
      display: block;
      font-family: 'bsd_thin_skinnedregular';
      font-size: 40px;
      font-weight: 400;
      line-height: 1em;
      margin: 0 40px 25px;
      padding: 50px 0 25px;
      width: calc(100% - 80px); } }
  @media (max-width: 767px) {
    .page-template-report-2021 .programs-section .programs-main-title {
      font-size: 30px;
      margin: 0 25px 15px;
      padding: 25px 0 20px;
      width: calc(100% - 50px); } }

.page-template-report-2021 .programs-section .programs-title-wrap {
  height: 150px;
  position: relative;
  text-align: center; }
  @media (max-width: 1199px) {
    .page-template-report-2021 .programs-section .programs-title-wrap {
      display: none; } }
  @media (max-width: 767px) {
    .page-template-report-2021 .programs-section .programs-title-wrap {
      height: auto; } }
  .page-template-report-2021 .programs-section .programs-title-wrap .program-title {
    bottom: 0;
    left: 0;
    opacity: 0;
    padding: 40px 20px;
    position: absolute;
    right: 0;
    top: 0;
    transition: .3s;
    visibility: hidden; }
    @media (max-width: 767px) {
      .page-template-report-2021 .programs-section .programs-title-wrap .program-title {
        display: none;
        padding: 20px;
        position: static; } }
    .page-template-report-2021 .programs-section .programs-title-wrap .program-title.active {
      opacity: 1;
      visibility: visible; }
      @media (max-width: 767px) {
        .page-template-report-2021 .programs-section .programs-title-wrap .program-title.active {
          display: block; } }
    .page-template-report-2021 .programs-section .programs-title-wrap .program-title.program-title-1 {
      background-image: linear-gradient(to right, #F2783B, #EB1A6D); }
      @media (max-width: 767px) {
        .page-template-report-2021 .programs-section .programs-title-wrap .program-title.program-title-1 {
          background-image: linear-gradient(to bottom, #F2783B, #EB1A6D); } }
    .page-template-report-2021 .programs-section .programs-title-wrap .program-title.program-title-2 {
      background-image: linear-gradient(to right, #73B64F, #0090C6); }
      @media (max-width: 767px) {
        .page-template-report-2021 .programs-section .programs-title-wrap .program-title.program-title-2 {
          background-image: linear-gradient(to bottom, #73B64F, #0090C6); } }
    .page-template-report-2021 .programs-section .programs-title-wrap .program-title.program-title-3 {
      background-image: linear-gradient(to right, #5C56A9, #0090C6); }
      @media (max-width: 767px) {
        .page-template-report-2021 .programs-section .programs-title-wrap .program-title.program-title-3 {
          background-image: linear-gradient(to bottom, #5C56A9, #0090C6); } }
    .page-template-report-2021 .programs-section .programs-title-wrap .program-title.program-title-4 {
      background-image: linear-gradient(to right, #0090C6, #73B64F); }
      @media (max-width: 767px) {
        .page-template-report-2021 .programs-section .programs-title-wrap .program-title.program-title-4 {
          background-image: linear-gradient(to bottom, #0090C6, #73B64F); } }
    .page-template-report-2021 .programs-section .programs-title-wrap .program-title.program-title-5 {
      background-image: linear-gradient(to right, #EB1A6D, #F2783B); }
      @media (max-width: 767px) {
        .page-template-report-2021 .programs-section .programs-title-wrap .program-title.program-title-5 {
          background-image: linear-gradient(to bottom, #EB1A6D, #F2783B); } }
    .page-template-report-2021 .programs-section .programs-title-wrap .program-title.program-title-6 {
      background-image: linear-gradient(to right, #73B64F, #0090C6); }
      @media (max-width: 767px) {
        .page-template-report-2021 .programs-section .programs-title-wrap .program-title.program-title-6 {
          background-image: linear-gradient(to bottom, #73B64F, #0090C6); } }
    .page-template-report-2021 .programs-section .programs-title-wrap .program-title.program-title-7 {
      background-image: linear-gradient(to right, #5C56A9, #0090C6); }
      @media (max-width: 767px) {
        .page-template-report-2021 .programs-section .programs-title-wrap .program-title.program-title-7 {
          background-image: linear-gradient(to bottom, #5C56A9, #0090C6); } }
    .page-template-report-2021 .programs-section .programs-title-wrap .program-title h2 {
      color: #fff;
      font-family: 'bsd_thin_skinnedregular';
      font-size: 62px;
      font-weight: 400;
      line-height: 74px;
      margin: 0;
      padding: 0; }
      @media (max-width: 767px) {
        .page-template-report-2021 .programs-section .programs-title-wrap .program-title h2 {
          margin: 0 auto;
          max-width: 410px; } }
      .page-template-report-2021 .programs-section .programs-title-wrap .program-title h2 u,
      .page-template-report-2021 .programs-section .programs-title-wrap .program-title h2 span {
        border-bottom: 2px solid #fff;
        text-decoration: none !important; }

.page-template-report-2021 .programs-section .programs-wrap {
  display: flex;
  flex-flow: wrap;
  padding: 55px calc((100vw - 1330px)/2);
  position: relative;
  z-index: 1; }
  @media (max-width: 1400px) {
    .page-template-report-2021 .programs-section .programs-wrap {
      padding: 50px 40px; } }
  @media (max-width: 1199px) {
    .page-template-report-2021 .programs-section .programs-wrap {
      padding: 0; } }
  .page-template-report-2021 .programs-section .programs-wrap:before {
    bottom: 0;
    content: '';
    left: 0;
    opacity: .4;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1; }
  .page-template-report-2021 .programs-section .programs-wrap.program-1:before, .page-template-report-2021 .programs-section .programs-wrap.program-5:before {
    background-image: linear-gradient(160deg, transparent 50%, #F2783B); }
    @media (max-width: 991px) {
      .page-template-report-2021 .programs-section .programs-wrap.program-1:before, .page-template-report-2021 .programs-section .programs-wrap.program-5:before {
        background-image: linear-gradient(160deg, transparent 50%, rgba(242, 120, 59, 0.5)); } }
  .page-template-report-2021 .programs-section .programs-wrap.program-1 h3,
  .page-template-report-2021 .programs-section .programs-wrap.program-1 a:hover,
  .page-template-report-2021 .programs-section .programs-wrap.program-1 li.active a, .page-template-report-2021 .programs-section .programs-wrap.program-5 h3,
  .page-template-report-2021 .programs-section .programs-wrap.program-5 a:hover,
  .page-template-report-2021 .programs-section .programs-wrap.program-5 li.active a {
    color: #ED4036; }
  .page-template-report-2021 .programs-section .programs-wrap.program-1 path,
  .page-template-report-2021 .programs-section .programs-wrap.program-1 line, .page-template-report-2021 .programs-section .programs-wrap.program-5 path,
  .page-template-report-2021 .programs-section .programs-wrap.program-5 line {
    stroke: #ED4036 !important; }
  .page-template-report-2021 .programs-section .programs-wrap.program-2:before, .page-template-report-2021 .programs-section .programs-wrap.program-6:before {
    background-image: linear-gradient(160deg, transparent 50%, #73B64F); }
    @media (max-width: 991px) {
      .page-template-report-2021 .programs-section .programs-wrap.program-2:before, .page-template-report-2021 .programs-section .programs-wrap.program-6:before {
        background-image: linear-gradient(160deg, transparent 50%, rgba(115, 182, 79, 0.5)); } }
  .page-template-report-2021 .programs-section .programs-wrap.program-2 h3,
  .page-template-report-2021 .programs-section .programs-wrap.program-2 a:hover,
  .page-template-report-2021 .programs-section .programs-wrap.program-2 li.active a, .page-template-report-2021 .programs-section .programs-wrap.program-6 h3,
  .page-template-report-2021 .programs-section .programs-wrap.program-6 a:hover,
  .page-template-report-2021 .programs-section .programs-wrap.program-6 li.active a {
    color: #73B750; }
  .page-template-report-2021 .programs-section .programs-wrap.program-2 path,
  .page-template-report-2021 .programs-section .programs-wrap.program-2 line, .page-template-report-2021 .programs-section .programs-wrap.program-6 path,
  .page-template-report-2021 .programs-section .programs-wrap.program-6 line {
    stroke: #73B750 !important; }
  .page-template-report-2021 .programs-section .programs-wrap.program-3:before, .page-template-report-2021 .programs-section .programs-wrap.program-7:before {
    background-image: linear-gradient(160deg, transparent 50%, #5C56A9); }
    @media (max-width: 991px) {
      .page-template-report-2021 .programs-section .programs-wrap.program-3:before, .page-template-report-2021 .programs-section .programs-wrap.program-7:before {
        background-image: linear-gradient(160deg, transparent 50%, rgba(92, 86, 169, 0.5)); } }
  .page-template-report-2021 .programs-section .programs-wrap.program-3 h3,
  .page-template-report-2021 .programs-section .programs-wrap.program-3 a:hover,
  .page-template-report-2021 .programs-section .programs-wrap.program-3 li.active a, .page-template-report-2021 .programs-section .programs-wrap.program-7 h3,
  .page-template-report-2021 .programs-section .programs-wrap.program-7 a:hover,
  .page-template-report-2021 .programs-section .programs-wrap.program-7 li.active a {
    color: #5C56A9; }
  .page-template-report-2021 .programs-section .programs-wrap.program-3 path,
  .page-template-report-2021 .programs-section .programs-wrap.program-3 line, .page-template-report-2021 .programs-section .programs-wrap.program-7 path,
  .page-template-report-2021 .programs-section .programs-wrap.program-7 line {
    stroke: #5C56A9 !important; }
  .page-template-report-2021 .programs-section .programs-wrap.program-4:before {
    background-image: linear-gradient(160deg, transparent 50%, #0090C6); }
    @media (max-width: 991px) {
      .page-template-report-2021 .programs-section .programs-wrap.program-4:before {
        background-image: linear-gradient(160deg, transparent 50%, rgba(0, 144, 198, 0.5)); } }
  .page-template-report-2021 .programs-section .programs-wrap.program-4 h3,
  .page-template-report-2021 .programs-section .programs-wrap.program-4 a:hover,
  .page-template-report-2021 .programs-section .programs-wrap.program-4 li.active a {
    color: #0090C6; }
  .page-template-report-2021 .programs-section .programs-wrap.program-4 path,
  .page-template-report-2021 .programs-section .programs-wrap.program-4 line {
    stroke: #0090C6 !important; }
  .page-template-report-2021 .programs-section .programs-wrap .programs-nav {
    width: 180px; }
    @media (max-width: 1199px) {
      .page-template-report-2021 .programs-section .programs-wrap .programs-nav {
        display: none; } }
    @media (max-width: 767px) {
      .page-template-report-2021 .programs-section .programs-wrap .programs-nav {
        padding: 30px 25px; } }
    .page-template-report-2021 .programs-section .programs-wrap .programs-nav h3 {
      border-bottom: 2px solid;
      font-family: 'bsd_thin_skinnedregular';
      font-size: 34px;
      font-weight: 400;
      line-height: 40px;
      margin: 0 0 30px;
      padding-bottom: 10px; }
      @media (max-width: 1199px) {
        .page-template-report-2021 .programs-section .programs-wrap .programs-nav h3 {
          align-items: center;
          border: none;
          display: flex;
          justify-content: space-between;
          margin: 0;
          padding: 0; } }
      .page-template-report-2021 .programs-section .programs-wrap .programs-nav h3 svg {
        display: none; }
        @media (max-width: 1199px) {
          .page-template-report-2021 .programs-section .programs-wrap .programs-nav h3 svg {
            display: block;
            transition: .3s;
            transform-origin: center; } }
    @media (max-width: 1199px) {
      .page-template-report-2021 .programs-section .programs-wrap .programs-nav.open {
        background-color: #fff; }
        .page-template-report-2021 .programs-section .programs-wrap .programs-nav.open h3 svg {
          transform: rotate(-180deg); }
        .page-template-report-2021 .programs-section .programs-wrap .programs-nav.open ul {
          opacity: 1;
          visibility: visible; } }
    .page-template-report-2021 .programs-section .programs-wrap .programs-nav ul {
      margin: 0;
      padding: 0; }
      @media (max-width: 1199px) {
        .page-template-report-2021 .programs-section .programs-wrap .programs-nav ul {
          background-color: #fff;
          left: 0;
          opacity: 0;
          padding: 0 40px 30px;
          position: absolute;
          right: 0;
          top: 100%;
          transition: .3s;
          visibility: hidden; } }
      @media (max-width: 767px) {
        .page-template-report-2021 .programs-section .programs-wrap .programs-nav ul {
          padding: 0 25px 25px; } }
      .page-template-report-2021 .programs-section .programs-wrap .programs-nav ul li {
        display: block;
        margin-bottom: 15px; }
        .page-template-report-2021 .programs-section .programs-wrap .programs-nav ul li.active svg {
          opacity: 1; }
        .page-template-report-2021 .programs-section .programs-wrap .programs-nav ul li a {
          color: #404041;
          font-size: 15px;
          font-weight: 500;
          position: relative;
          text-decoration: none; }
          .page-template-report-2021 .programs-section .programs-wrap .programs-nav ul li a svg {
            bottom: 0;
            left: calc(100% + 10px);
            margin: auto 0;
            opacity: 0;
            position: absolute;
            top: 0;
            transition: .3s; }
            @media (max-width: 1199px) {
              .page-template-report-2021 .programs-section .programs-wrap .programs-nav ul li a svg {
                display: none; } }
  .page-template-report-2021 .programs-section .programs-wrap .programs-content {
    padding-left: 80px;
    width: calc(100% - 180px); }
    @media (max-width: 1400px) {
      .page-template-report-2021 .programs-section .programs-wrap .programs-content {
        padding-left: 40px; } }
    @media (max-width: 1199px) {
      .page-template-report-2021 .programs-section .programs-wrap .programs-content {
        padding: 0 40px 40px;
        width: 100%; } }
    @media (max-width: 767px) {
      .page-template-report-2021 .programs-section .programs-wrap .programs-content {
        padding: 0 25px 40px; } }
    .page-template-report-2021 .programs-section .programs-wrap .programs-content .program-wrap {
      display: flex;
      opacity: 0;
      position: absolute;
      visibility: hidden; }
      @media (max-width: 1199px) {
        .page-template-report-2021 .programs-section .programs-wrap .programs-content .program-wrap {
          display: block;
          opacity: 1;
          position: static;
          visibility: visible; } }
      .page-template-report-2021 .programs-section .programs-wrap .programs-content .program-wrap.active {
        opacity: 1;
        position: static;
        transition: opacity .4s ease-in-out .1s;
        visibility: visible; }
      .page-template-report-2021 .programs-section .programs-wrap .programs-content .program-wrap .mobile-program-toggle {
        border-bottom: 1px solid #BABBBE;
        display: none; }
        @media (max-width: 1199px) {
          .page-template-report-2021 .programs-section .programs-wrap .programs-content .program-wrap .mobile-program-toggle {
            color: #404041;
            display: block;
            font-size: 18px;
            font-weight: 700;
            padding: 10px 0;
            position: relative;
            text-decoration: none;
            width: 100%; } }
        .page-template-report-2021 .programs-section .programs-wrap .programs-content .program-wrap .mobile-program-toggle.active {
          border-bottom: none;
          margin-bottom: 25px; }
          .page-template-report-2021 .programs-section .programs-wrap .programs-content .program-wrap .mobile-program-toggle.active svg {
            transform: rotate(180deg); }
          .page-template-report-2021 .programs-section .programs-wrap .programs-content .program-wrap .mobile-program-toggle.active.mobile-program-toggle-1, .page-template-report-2021 .programs-section .programs-wrap .programs-content .program-wrap .mobile-program-toggle.active.mobile-program-toggle-5 {
            color: #ED4036; }
            .page-template-report-2021 .programs-section .programs-wrap .programs-content .program-wrap .mobile-program-toggle.active.mobile-program-toggle-1 svg path, .page-template-report-2021 .programs-section .programs-wrap .programs-content .program-wrap .mobile-program-toggle.active.mobile-program-toggle-5 svg path {
              stroke: #ED4036 !important; }
          .page-template-report-2021 .programs-section .programs-wrap .programs-content .program-wrap .mobile-program-toggle.active.mobile-program-toggle-2, .page-template-report-2021 .programs-section .programs-wrap .programs-content .program-wrap .mobile-program-toggle.active.mobile-program-toggle-6 {
            color: #73B750; }
            .page-template-report-2021 .programs-section .programs-wrap .programs-content .program-wrap .mobile-program-toggle.active.mobile-program-toggle-2 svg path, .page-template-report-2021 .programs-section .programs-wrap .programs-content .program-wrap .mobile-program-toggle.active.mobile-program-toggle-6 svg path {
              stroke: #73B750 !important; }
          .page-template-report-2021 .programs-section .programs-wrap .programs-content .program-wrap .mobile-program-toggle.active.mobile-program-toggle-3, .page-template-report-2021 .programs-section .programs-wrap .programs-content .program-wrap .mobile-program-toggle.active.mobile-program-toggle-7 {
            color: #5C56A9; }
            .page-template-report-2021 .programs-section .programs-wrap .programs-content .program-wrap .mobile-program-toggle.active.mobile-program-toggle-3 svg path, .page-template-report-2021 .programs-section .programs-wrap .programs-content .program-wrap .mobile-program-toggle.active.mobile-program-toggle-7 svg path {
              stroke: #5C56A9 !important; }
          .page-template-report-2021 .programs-section .programs-wrap .programs-content .program-wrap .mobile-program-toggle.active.mobile-program-toggle-4 {
            color: #0090C6; }
            .page-template-report-2021 .programs-section .programs-wrap .programs-content .program-wrap .mobile-program-toggle.active.mobile-program-toggle-4 svg path {
              stroke: #0090C6 !important; }
          .page-template-report-2021 .programs-section .programs-wrap .programs-content .program-wrap .mobile-program-toggle.active.mobile-program-toggle-1 {
            color: #ED4036; }
            .page-template-report-2021 .programs-section .programs-wrap .programs-content .program-wrap .mobile-program-toggle.active.mobile-program-toggle-1 svg path {
              stroke: #ED4036 !important; }
        .page-template-report-2021 .programs-section .programs-wrap .programs-content .program-wrap .mobile-program-toggle svg {
          bottom: 0;
          margin: auto 0;
          position: absolute;
          right: 0;
          top: 0;
          transform-origin: center; }
          .page-template-report-2021 .programs-section .programs-wrap .programs-content .program-wrap .mobile-program-toggle svg path {
            stroke: #A6A7A9 !important;
            transition: .3s; }
      .page-template-report-2021 .programs-section .programs-wrap .programs-content .program-wrap .programs-title-wrap {
        display: none; }
        @media (max-width: 1199px) {
          .page-template-report-2021 .programs-section .programs-wrap .programs-content .program-wrap .programs-title-wrap {
            display: block;
            margin: 0 -40px 40px;
            width: calc(100% + 80px); } }
        @media (max-width: 767px) {
          .page-template-report-2021 .programs-section .programs-wrap .programs-content .program-wrap .programs-title-wrap {
            margin: 0 -25px 40px;
            width: calc(100% + 50px); } }
        .page-template-report-2021 .programs-section .programs-wrap .programs-content .program-wrap .programs-title-wrap .program-title {
          display: block !important;
          opacity: 1;
          visibility: visible; }
      @media (max-width: 1199px) {
        .page-template-report-2021 .programs-section .programs-wrap .programs-content .program-wrap .program-inner-wrap {
          display: none; }
          .page-template-report-2021 .programs-section .programs-wrap .programs-content .program-wrap .program-inner-wrap.open {
            display: block; } }
      .page-template-report-2021 .programs-section .programs-wrap .programs-content .program-wrap .program-inner-wrap .program-inners-wrap {
        display: flex;
        flex-flow: wrap; }
        @media (max-width: 1199px) {
          .page-template-report-2021 .programs-section .programs-wrap .programs-content .program-wrap .program-inner-wrap .program-inners-wrap {
            padding-bottom: 40px; } }
      .page-template-report-2021 .programs-section .programs-wrap .programs-content .program-wrap .left-column {
        width: 50%; }
        @media (max-width: 991px) {
          .page-template-report-2021 .programs-section .programs-wrap .programs-content .program-wrap .left-column {
            width: 100%; } }
      .page-template-report-2021 .programs-section .programs-wrap .programs-content .program-wrap .right-column {
        font-size: 15px;
        line-height: 20px;
        padding-left: 60px;
        width: 50%; }
        @media (max-width: 1400px) {
          .page-template-report-2021 .programs-section .programs-wrap .programs-content .program-wrap .right-column {
            padding-left: 40px; } }
        @media (max-width: 991px) {
          .page-template-report-2021 .programs-section .programs-wrap .programs-content .program-wrap .right-column {
            display: none; } }
        .page-template-report-2021 .programs-section .programs-wrap .programs-content .program-wrap .right-column h4 {
          font-size: 22px;
          line-height: 26px;
          padding: 0;
          margin-bottom: 20px;
          text-transform: none; }
        .page-template-report-2021 .programs-section .programs-wrap .programs-content .program-wrap .right-column p {
          margin-bottom: 20px;
          padding: 0; }
      .page-template-report-2021 .programs-section .programs-wrap .programs-content .program-wrap .mobile-text {
        display: none; }
        @media (max-width: 991px) {
          .page-template-report-2021 .programs-section .programs-wrap .programs-content .program-wrap .mobile-text {
            display: block;
            margin-bottom: 15px; } }
        .page-template-report-2021 .programs-section .programs-wrap .programs-content .program-wrap .mobile-text h4 {
          font-size: 22px;
          line-height: 26px;
          text-transform: none; }
      .page-template-report-2021 .programs-section .programs-wrap .programs-content .program-wrap .images {
        align-items: flex-end;
        display: flex;
        flex-flow: wrap;
        max-width: 520px;
        margin-bottom: 15px; }
        @media (max-width: 991px) {
          .page-template-report-2021 .programs-section .programs-wrap .programs-content .program-wrap .images {
            margin-bottom: 35px; } }
      .page-template-report-2021 .programs-section .programs-wrap .programs-content .program-wrap .numbers .number .no {
        font-size: 50px;
        line-height: 1em;
        font-weight: 800;
        margin-bottom: 10px;
        position: relative; }
        .page-template-report-2021 .programs-section .programs-wrap .programs-content .program-wrap .numbers .number .no .sign {
          font-size: 28px;
          position: absolute;
          top: -8px; }
      .page-template-report-2021 .programs-section .programs-wrap .programs-content .program-wrap .numbers .number .text {
        font-size: 15px;
        font-weight: 500;
        line-height: 20px; }
      .page-template-report-2021 .programs-section .programs-wrap .programs-content .program-wrap .quote-wrap .quote {
        font-size: 17px;
        font-weight: 600;
        line-height: 24px;
        margin-bottom: 15px;
        padding: 0; }
      .page-template-report-2021 .programs-section .programs-wrap .programs-content .program-wrap .quote-wrap .name {
        font-size: 14px;
        font-weight: 700;
        margin: 0;
        padding: 0; }
      .page-template-report-2021 .programs-section .programs-wrap .programs-content .program-wrap:nth-child(2n+1) .images .image-1 {
        margin-bottom: 35px;
        padding-left: 10px;
        position: relative;
        width: 70%;
        z-index: 1; }
        .page-template-report-2021 .programs-section .programs-wrap .programs-content .program-wrap:nth-child(2n+1) .images .image-1.go:before {
          opacity: .9;
          transform: translate(0, 0); }
        .page-template-report-2021 .programs-section .programs-wrap .programs-content .program-wrap:nth-child(2n+1) .images .image-1:before {
          bottom: 25px;
          content: '';
          left: 0;
          opacity: 0;
          position: absolute;
          right: 10px;
          top: -10px;
          transform: translate(20px, 20px);
          transition: transform .7s ease-in-out .7s, opacity .5s ease-in-out .7s;
          z-index: -1; }
      .page-template-report-2021 .programs-section .programs-wrap .programs-content .program-wrap:nth-child(2n+1) .images .image-2 {
        margin-left: -30px;
        padding-right: 10px;
        width: calc(30% + 30px);
        position: relative;
        z-index: 1; }
        .page-template-report-2021 .programs-section .programs-wrap .programs-content .program-wrap:nth-child(2n+1) .images .image-2.go:before {
          opacity: .9;
          transform: translate(0, 0); }
        .page-template-report-2021 .programs-section .programs-wrap .programs-content .program-wrap:nth-child(2n+1) .images .image-2:before {
          bottom: -10px;
          content: '';
          left: 10px;
          opacity: 0;
          position: absolute;
          right: 0;
          top: 10px;
          transform: translate(-15px, -15px);
          transition: transform .7s ease-in-out 1s, opacity .5s ease-in-out 1s;
          z-index: -1; }
      .page-template-report-2021 .programs-section .programs-wrap .programs-content .program-wrap:nth-child(2n) .images {
        align-items: flex-start; }
        .page-template-report-2021 .programs-section .programs-wrap .programs-content .program-wrap:nth-child(2n) .images .image-1 {
          margin-right: -30px;
          margin-bottom: 35px;
          padding-left: 10px;
          width: calc(30% + 30px);
          position: relative;
          z-index: 1; }
          .page-template-report-2021 .programs-section .programs-wrap .programs-content .program-wrap:nth-child(2n) .images .image-1:before {
            bottom: 10px;
            content: '';
            left: 0;
            opacity: .9;
            position: absolute;
            right: 10px;
            top: -10px;
            z-index: -1; }
        .page-template-report-2021 .programs-section .programs-wrap .programs-content .program-wrap:nth-child(2n) .images .image-2 {
          margin-top: 30px;
          padding-right: 10px;
          position: relative;
          max-width: 70%;
          z-index: 1; }
          .page-template-report-2021 .programs-section .programs-wrap .programs-content .program-wrap:nth-child(2n) .images .image-2:before {
            bottom: -10px;
            content: '';
            left: 15px;
            opacity: .9;
            position: absolute;
            right: 0;
            top: 25px;
            z-index: -1; }
      .page-template-report-2021 .programs-section .programs-wrap .programs-content .program-wrap:nth-child(1) .image-1:before, .page-template-report-2021 .programs-section .programs-wrap .programs-content .program-wrap:nth-child(5) .image-1:before {
        background-image: linear-gradient(315deg, #fbd1ac 50%, #f04a77);
        opacity: 1; }
      .page-template-report-2021 .programs-section .programs-wrap .programs-content .program-wrap:nth-child(1) .image-2:before, .page-template-report-2021 .programs-section .programs-wrap .programs-content .program-wrap:nth-child(5) .image-2:before {
        background-image: linear-gradient(160deg, #fbd1ac 50%, #f04a77);
        opacity: 1; }
      .page-template-report-2021 .programs-section .programs-wrap .programs-content .program-wrap:nth-child(2) .image-1 {
        z-index: 2 !important; }
        .page-template-report-2021 .programs-section .programs-wrap .programs-content .program-wrap:nth-child(2) .image-1:before {
          background-image: linear-gradient(315deg, #f5faf3 30%, #aed599);
          opacity: 1; }
      .page-template-report-2021 .programs-section .programs-wrap .programs-content .program-wrap:nth-child(2) .image-2:before {
        background-image: linear-gradient(160deg, #f5faf3 30%, #aed599);
        opacity: 1; }
      .page-template-report-2021 .programs-section .programs-wrap .programs-content .program-wrap:nth-child(3) .image-1:before, .page-template-report-2021 .programs-section .programs-wrap .programs-content .program-wrap:nth-child(7) .image-1:before {
        background-image: linear-gradient(315deg, #e0eef6 40%, #7a8ec6);
        opacity: 1 !important; }
      .page-template-report-2021 .programs-section .programs-wrap .programs-content .program-wrap:nth-child(3) .image-2:before, .page-template-report-2021 .programs-section .programs-wrap .programs-content .program-wrap:nth-child(7) .image-2:before {
        background-image: linear-gradient(160deg, #e0eef6 40%, #7a8ec6);
        opacity: 1 !important; }
      .page-template-report-2021 .programs-section .programs-wrap .programs-content .program-wrap:nth-child(4) .image-1, .page-template-report-2021 .programs-section .programs-wrap .programs-content .program-wrap:nth-child(6) .image-1 {
        z-index: 2 !important; }
        .page-template-report-2021 .programs-section .programs-wrap .programs-content .program-wrap:nth-child(4) .image-1:before, .page-template-report-2021 .programs-section .programs-wrap .programs-content .program-wrap:nth-child(6) .image-1:before {
          background-image: linear-gradient(315deg, #e5f3f2 50%, #6fc1da);
          opacity: 1 !important; }
      .page-template-report-2021 .programs-section .programs-wrap .programs-content .program-wrap:nth-child(4) .image-2:before, .page-template-report-2021 .programs-section .programs-wrap .programs-content .program-wrap:nth-child(6) .image-2:before {
        background-image: linear-gradient(160deg, #e5f3f2 50%, #6fc1da);
        opacity: 1; }
      .page-template-report-2021 .programs-section .programs-wrap .programs-content .program-wrap .numbers-quote {
        display: flex;
        flex-flow: wrap; }
        @media (max-width: 767px) {
          .page-template-report-2021 .programs-section .programs-wrap .programs-content .program-wrap .numbers-quote {
            display: block; } }
      .page-template-report-2021 .programs-section .programs-wrap .programs-content .program-wrap:nth-child(1) .numbers, .page-template-report-2021 .programs-section .programs-wrap .programs-content .program-wrap:nth-child(3) .numbers, .page-template-report-2021 .programs-section .programs-wrap .programs-content .program-wrap:nth-child(7) .numbers {
        border-right: 1px solid;
        justify-content: space-between;
        padding-right: 30px;
        width: 50%; }
        @media (max-width: 767px) {
          .page-template-report-2021 .programs-section .programs-wrap .programs-content .program-wrap:nth-child(1) .numbers, .page-template-report-2021 .programs-section .programs-wrap .programs-content .program-wrap:nth-child(3) .numbers, .page-template-report-2021 .programs-section .programs-wrap .programs-content .program-wrap:nth-child(7) .numbers {
            border-right: none;
            padding-right: 0;
            width: 100%; } }
        .page-template-report-2021 .programs-section .programs-wrap .programs-content .program-wrap:nth-child(1) .numbers .number:nth-child(1), .page-template-report-2021 .programs-section .programs-wrap .programs-content .program-wrap:nth-child(3) .numbers .number:nth-child(1), .page-template-report-2021 .programs-section .programs-wrap .programs-content .program-wrap:nth-child(7) .numbers .number:nth-child(1) {
          padding-bottom: 20px; }
        .page-template-report-2021 .programs-section .programs-wrap .programs-content .program-wrap:nth-child(1) .numbers .number:nth-child(2), .page-template-report-2021 .programs-section .programs-wrap .programs-content .program-wrap:nth-child(3) .numbers .number:nth-child(2), .page-template-report-2021 .programs-section .programs-wrap .programs-content .program-wrap:nth-child(7) .numbers .number:nth-child(2) {
          border-top: 1px solid;
          padding-top: 20px; }
      .page-template-report-2021 .programs-section .programs-wrap .programs-content .program-wrap:nth-child(1) .quote-wrap, .page-template-report-2021 .programs-section .programs-wrap .programs-content .program-wrap:nth-child(3) .quote-wrap, .page-template-report-2021 .programs-section .programs-wrap .programs-content .program-wrap:nth-child(7) .quote-wrap {
        padding-left: 30px;
        padding-top: 55px;
        width: 50%; }
        @media (max-width: 767px) {
          .page-template-report-2021 .programs-section .programs-wrap .programs-content .program-wrap:nth-child(1) .quote-wrap, .page-template-report-2021 .programs-section .programs-wrap .programs-content .program-wrap:nth-child(3) .quote-wrap, .page-template-report-2021 .programs-section .programs-wrap .programs-content .program-wrap:nth-child(7) .quote-wrap {
            border-top: 1px solid;
            margin-top: 25px;
            padding-left: 0;
            padding-right: 0;
            padding-top: 25px;
            width: 100%; } }
      .page-template-report-2021 .programs-section .programs-wrap .programs-content .program-wrap:nth-child(2) .images, .page-template-report-2021 .programs-section .programs-wrap .programs-content .program-wrap:nth-child(4) .images, .page-template-report-2021 .programs-section .programs-wrap .programs-content .program-wrap:nth-child(5) .images, .page-template-report-2021 .programs-section .programs-wrap .programs-content .program-wrap:nth-child(6) .images {
        margin-bottom: 40px; }
      .page-template-report-2021 .programs-section .programs-wrap .programs-content .program-wrap:nth-child(2) .numbers, .page-template-report-2021 .programs-section .programs-wrap .programs-content .program-wrap:nth-child(4) .numbers, .page-template-report-2021 .programs-section .programs-wrap .programs-content .program-wrap:nth-child(5) .numbers, .page-template-report-2021 .programs-section .programs-wrap .programs-content .program-wrap:nth-child(6) .numbers {
        display: flex;
        padding-bottom: 30px;
        width: 100%; }
        .page-template-report-2021 .programs-section .programs-wrap .programs-content .program-wrap:nth-child(2) .numbers .number, .page-template-report-2021 .programs-section .programs-wrap .programs-content .program-wrap:nth-child(4) .numbers .number, .page-template-report-2021 .programs-section .programs-wrap .programs-content .program-wrap:nth-child(5) .numbers .number, .page-template-report-2021 .programs-section .programs-wrap .programs-content .program-wrap:nth-child(6) .numbers .number {
          max-width: 50%; }
          .page-template-report-2021 .programs-section .programs-wrap .programs-content .program-wrap:nth-child(2) .numbers .number:nth-child(1), .page-template-report-2021 .programs-section .programs-wrap .programs-content .program-wrap:nth-child(4) .numbers .number:nth-child(1), .page-template-report-2021 .programs-section .programs-wrap .programs-content .program-wrap:nth-child(5) .numbers .number:nth-child(1), .page-template-report-2021 .programs-section .programs-wrap .programs-content .program-wrap:nth-child(6) .numbers .number:nth-child(1) {
            padding-right: 30px; }
          .page-template-report-2021 .programs-section .programs-wrap .programs-content .program-wrap:nth-child(2) .numbers .number:nth-child(2), .page-template-report-2021 .programs-section .programs-wrap .programs-content .program-wrap:nth-child(4) .numbers .number:nth-child(2), .page-template-report-2021 .programs-section .programs-wrap .programs-content .program-wrap:nth-child(5) .numbers .number:nth-child(2), .page-template-report-2021 .programs-section .programs-wrap .programs-content .program-wrap:nth-child(6) .numbers .number:nth-child(2) {
            border-left: 1px solid;
            padding-left: 30px; }
          .page-template-report-2021 .programs-section .programs-wrap .programs-content .program-wrap:nth-child(2) .numbers .number .no, .page-template-report-2021 .programs-section .programs-wrap .programs-content .program-wrap:nth-child(4) .numbers .number .no, .page-template-report-2021 .programs-section .programs-wrap .programs-content .program-wrap:nth-child(5) .numbers .number .no, .page-template-report-2021 .programs-section .programs-wrap .programs-content .program-wrap:nth-child(6) .numbers .number .no {
            margin-top: -5px; }
      .page-template-report-2021 .programs-section .programs-wrap .programs-content .program-wrap:nth-child(2) .quote-wrap, .page-template-report-2021 .programs-section .programs-wrap .programs-content .program-wrap:nth-child(4) .quote-wrap, .page-template-report-2021 .programs-section .programs-wrap .programs-content .program-wrap:nth-child(5) .quote-wrap, .page-template-report-2021 .programs-section .programs-wrap .programs-content .program-wrap:nth-child(6) .quote-wrap {
        border-top: 1px solid;
        padding-top: 20px; }
      .page-template-report-2021 .programs-section .programs-wrap .programs-content .program-wrap:nth-child(1) .numbers,
      .page-template-report-2021 .programs-section .programs-wrap .programs-content .program-wrap:nth-child(1) .number,
      .page-template-report-2021 .programs-section .programs-wrap .programs-content .program-wrap:nth-child(1) .quote-wrap, .page-template-report-2021 .programs-section .programs-wrap .programs-content .program-wrap:nth-child(5) .numbers,
      .page-template-report-2021 .programs-section .programs-wrap .programs-content .program-wrap:nth-child(5) .number,
      .page-template-report-2021 .programs-section .programs-wrap .programs-content .program-wrap:nth-child(5) .quote-wrap {
        border-color: #ED4036; }
      .page-template-report-2021 .programs-section .programs-wrap .programs-content .program-wrap:nth-child(1) .number,
      .page-template-report-2021 .programs-section .programs-wrap .programs-content .program-wrap:nth-child(1) .quote-wrap,
      .page-template-report-2021 .programs-section .programs-wrap .programs-content .program-wrap:nth-child(1) h4, .page-template-report-2021 .programs-section .programs-wrap .programs-content .program-wrap:nth-child(5) .number,
      .page-template-report-2021 .programs-section .programs-wrap .programs-content .program-wrap:nth-child(5) .quote-wrap,
      .page-template-report-2021 .programs-section .programs-wrap .programs-content .program-wrap:nth-child(5) h4 {
        color: #ED4036; }
      .page-template-report-2021 .programs-section .programs-wrap .programs-content .program-wrap:nth-child(2) .numbers,
      .page-template-report-2021 .programs-section .programs-wrap .programs-content .program-wrap:nth-child(2) .number,
      .page-template-report-2021 .programs-section .programs-wrap .programs-content .program-wrap:nth-child(2) .quote-wrap {
        border-color: #73B750; }
      .page-template-report-2021 .programs-section .programs-wrap .programs-content .program-wrap:nth-child(2) .number,
      .page-template-report-2021 .programs-section .programs-wrap .programs-content .program-wrap:nth-child(2) .quote-wrap,
      .page-template-report-2021 .programs-section .programs-wrap .programs-content .program-wrap:nth-child(2) h4 {
        color: #73B750; }
      .page-template-report-2021 .programs-section .programs-wrap .programs-content .program-wrap:nth-child(3) .numbers,
      .page-template-report-2021 .programs-section .programs-wrap .programs-content .program-wrap:nth-child(3) .number,
      .page-template-report-2021 .programs-section .programs-wrap .programs-content .program-wrap:nth-child(3) .quote-wrap, .page-template-report-2021 .programs-section .programs-wrap .programs-content .program-wrap:nth-child(7) .numbers,
      .page-template-report-2021 .programs-section .programs-wrap .programs-content .program-wrap:nth-child(7) .number,
      .page-template-report-2021 .programs-section .programs-wrap .programs-content .program-wrap:nth-child(7) .quote-wrap {
        border-color: #5C56A9; }
      .page-template-report-2021 .programs-section .programs-wrap .programs-content .program-wrap:nth-child(3) .number,
      .page-template-report-2021 .programs-section .programs-wrap .programs-content .program-wrap:nth-child(3) .quote-wrap,
      .page-template-report-2021 .programs-section .programs-wrap .programs-content .program-wrap:nth-child(3) h4, .page-template-report-2021 .programs-section .programs-wrap .programs-content .program-wrap:nth-child(7) .number,
      .page-template-report-2021 .programs-section .programs-wrap .programs-content .program-wrap:nth-child(7) .quote-wrap,
      .page-template-report-2021 .programs-section .programs-wrap .programs-content .program-wrap:nth-child(7) h4 {
        color: #5C56A9; }
      .page-template-report-2021 .programs-section .programs-wrap .programs-content .program-wrap:nth-child(4) .numbers,
      .page-template-report-2021 .programs-section .programs-wrap .programs-content .program-wrap:nth-child(4) .number,
      .page-template-report-2021 .programs-section .programs-wrap .programs-content .program-wrap:nth-child(4) .quote-wrap {
        border-color: #0090C6; }
      .page-template-report-2021 .programs-section .programs-wrap .programs-content .program-wrap:nth-child(4) .number,
      .page-template-report-2021 .programs-section .programs-wrap .programs-content .program-wrap:nth-child(4) .quote-wrap,
      .page-template-report-2021 .programs-section .programs-wrap .programs-content .program-wrap:nth-child(4) h4 {
        color: #0090C6; }
      .page-template-report-2021 .programs-section .programs-wrap .programs-content .program-wrap:nth-child(6) .numbers,
      .page-template-report-2021 .programs-section .programs-wrap .programs-content .program-wrap:nth-child(6) .number,
      .page-template-report-2021 .programs-section .programs-wrap .programs-content .program-wrap:nth-child(6) .quote-wrap {
        border-color: #73B750; }
      .page-template-report-2021 .programs-section .programs-wrap .programs-content .program-wrap:nth-child(6) .number,
      .page-template-report-2021 .programs-section .programs-wrap .programs-content .program-wrap:nth-child(6) .quote-wrap,
      .page-template-report-2021 .programs-section .programs-wrap .programs-content .program-wrap:nth-child(6) h4 {
        color: #73B750; }

.page-template-report-2021 .impact-section {
  background-image: linear-gradient(180deg, #2e3190, #262261);
  color: #fff;
  font-weight: 700;
  padding: 65px 0; }
  @media (max-width: 991px) {
    .page-template-report-2021 .impact-section {
      padding: 40px; } }
  @media (max-width: 767px) {
    .page-template-report-2021 .impact-section {
      padding: 40px 0; } }
  .page-template-report-2021 .impact-section h2 {
    color: #fff;
    font-family: "bsd_thin_skinnedregular";
    font-size: 86px;
    font-weight: 400;
    line-height: 103px;
    margin: 0;
    padding: 0;
    text-align: center; }
    @media (max-width: 767px) {
      .page-template-report-2021 .impact-section h2 {
        font-size: 62px;
        line-height: 84px; } }
    .page-template-report-2021 .impact-section h2 u,
    .page-template-report-2021 .impact-section h2 span {
      border-bottom: 2px solid #fff;
      text-decoration: none !important; }
  .page-template-report-2021 .impact-section .image {
    position: relative;
    z-index: 1; }
    .page-template-report-2021 .impact-section .image:before {
      content: "";
      border-radius: 50%;
      position: absolute;
      z-index: -1; }
  .page-template-report-2021 .impact-section .inner-wrap {
    display: flex;
    flex-flow: wrap;
    margin: 0 auto; }
  .page-template-report-2021 .impact-section .slick-arrow {
    background-color: #fff;
    background-image: none;
    top: 255px; }
    @media (max-width: 991px) {
      .page-template-report-2021 .impact-section .slick-arrow {
        height: 48px;
        top: 320px;
        width: 48px; } }
    @media (max-width: 767px) {
      .page-template-report-2021 .impact-section .slick-arrow {
        top: 430px; } }
    .page-template-report-2021 .impact-section .slick-arrow:hover {
      background-color: #07b8ef; }
      .page-template-report-2021 .impact-section .slick-arrow:hover path {
        stroke: #fff !important; }
    @media (max-width: 991px) {
      .page-template-report-2021 .impact-section .slick-arrow svg {
        width: 14px; } }
    .page-template-report-2021 .impact-section .slick-arrow path {
      transition: 0.3s; }
      @media (max-width: 991px) {
        .page-template-report-2021 .impact-section .slick-arrow path {
          stroke: #5d61a7 !important; } }
    .page-template-report-2021 .impact-section .slick-arrow.slick-prev {
      left: calc((100vw - 1440px) / 2 + 30px); }
      @media (max-width: 1500px) {
        .page-template-report-2021 .impact-section .slick-arrow.slick-prev {
          left: 25px; } }
      @media (max-width: 991px) {
        .page-template-report-2021 .impact-section .slick-arrow.slick-prev {
          left: auto;
          right: 80px; } }
    .page-template-report-2021 .impact-section .slick-arrow.slick-next {
      right: calc((100vw - 1440px) / 2 + 30px); }
      @media (max-width: 1500px) {
        .page-template-report-2021 .impact-section .slick-arrow.slick-next {
          right: 25px; } }
  .page-template-report-2021 .impact-section .impact-slider {
    margin: -50px auto 0;
    width: 100%; }
    .page-template-report-2021 .impact-section .impact-slider .impact-slide .impact-item .image.craft-gif img {
      max-width: 200px;
      margin-left: 0; }
    .page-template-report-2021 .impact-section .impact-slider .impact-slide .impact-item .image:before {
      opacity: 0 !important; }
    .page-template-report-2021 .impact-section .impact-slider .impact-slide .impact-item img,
    .page-template-report-2021 .impact-section .impact-slider .impact-slide .impact-item .svg-wrap {
      opacity: 0 !important; }
    .page-template-report-2021 .impact-section .impact-slider .impact-slide .impact-item .number {
      opacity: 0 !important; }
    .page-template-report-2021 .impact-section .impact-slider .impact-slide:nth-child(1) .impact-item:nth-child(2) img {
      transform: translateX(-30px); }
    .page-template-report-2021 .impact-section .impact-slider .impact-slide:nth-child(1) .impact-item:nth-child(2) .number {
      transform: translateX(30px); }
    .page-template-report-2021 .impact-section .impact-slider .impact-slide:nth-child(1) .impact-item:nth-child(1) img {
      transform: translateX(30px); }
    .page-template-report-2021 .impact-section .impact-slider .impact-slide:nth-child(1) .impact-item:nth-child(1) .number {
      transform: translateX(-30px); }
    .page-template-report-2021 .impact-section .impact-slider .impact-slide:nth-child(1) .impact-item:nth-child(3) .svg-wrap {
      height: 150px;
      width: 170px; }
    .page-template-report-2021 .impact-section .impact-slider .impact-slide:nth-child(1) .impact-item:nth-child(3) img,
    .page-template-report-2021 .impact-section .impact-slider .impact-slide:nth-child(1) .impact-item:nth-child(3) .svg-wrap {
      transform: translateY(-30px); }
    .page-template-report-2021 .impact-section .impact-slider .impact-slide:nth-child(1) .impact-item:nth-child(3) .number {
      transform: translateY(30px); }
    .page-template-report-2021 .impact-section .impact-slider .impact-slide:nth-child(1) .impact-item:nth-child(4) img {
      transform: translateX(-30px); }
    .page-template-report-2021 .impact-section .impact-slider .impact-slide:nth-child(1) .impact-item:nth-child(4) .number {
      transform: translateX(30px); }
    .page-template-report-2021 .impact-section .impact-slider .impact-slide:nth-child(1) .impact-item:nth-child(5) img {
      transform: translateX(30px); }
    .page-template-report-2021 .impact-section .impact-slider .impact-slide:nth-child(1) .impact-item:nth-child(5) .number {
      transform: translateX(-30px); }
    .page-template-report-2021 .impact-section .impact-slider .impact-slide:nth-child(2) .impact-item:nth-child(1) img {
      transform: translateX(-30px); }
    .page-template-report-2021 .impact-section .impact-slider .impact-slide:nth-child(2) .impact-item:nth-child(1) .number {
      transform: translateX(30px); }
    .page-template-report-2021 .impact-section .impact-slider .impact-slide:nth-child(2) .impact-item:nth-child(2) img {
      transform: translateX(30px); }
    .page-template-report-2021 .impact-section .impact-slider .impact-slide:nth-child(2) .impact-item:nth-child(2) .number {
      transform: translateX(-30px); }
    .page-template-report-2021 .impact-section .impact-slider .impact-slide:nth-child(2) .impact-item:nth-child(3) .svg-wrap {
      height: 165px;
      width: 135px; }
    .page-template-report-2021 .impact-section .impact-slider .impact-slide:nth-child(2) .impact-item:nth-child(3) img,
    .page-template-report-2021 .impact-section .impact-slider .impact-slide:nth-child(2) .impact-item:nth-child(3) .svg-wrap {
      transform: translateY(30px); }
    .page-template-report-2021 .impact-section .impact-slider .impact-slide:nth-child(2) .impact-item:nth-child(3) .number {
      transform: translateY(-30px); }
    .page-template-report-2021 .impact-section .impact-slider .impact-slide:nth-child(2) .impact-item:nth-child(5) img {
      transform: translateX(-30px); }
    .page-template-report-2021 .impact-section .impact-slider .impact-slide:nth-child(2) .impact-item:nth-child(5) .number {
      transform: translateX(30px); }
    .page-template-report-2021 .impact-section .impact-slider .impact-slide:nth-child(2) .impact-item:nth-child(4) img {
      transform: translateY(30px); }
    .page-template-report-2021 .impact-section .impact-slider .impact-slide:nth-child(2) .impact-item:nth-child(4) .number {
      transform: translateY(-30px); }
    .page-template-report-2021 .impact-section .impact-slider.go .slick-active .impact-item .image:before {
      opacity: 0.1 !important;
      transition-duration: 0.7s; }
    .page-template-report-2021 .impact-section .impact-slider.go .slick-active .impact-item img,
    .page-template-report-2021 .impact-section .impact-slider.go .slick-active .impact-item .svg-wrap {
      transform: translate(0) !important;
      opacity: 1 !important;
      transition-duration: 0.7s; }
    .page-template-report-2021 .impact-section .impact-slider.go .slick-active .impact-item .number {
      transform: translate(0) !important;
      opacity: 1 !important;
      transition-duration: 0.7s; }
    .page-template-report-2021 .impact-section .impact-slider.go .impact-slide:nth-child(1).slick-active:before, .page-template-report-2021 .impact-section .impact-slider.go .impact-slide:nth-child(1).slick-active:after,
    .page-template-report-2021 .impact-section .impact-slider.go .impact-slide:nth-child(1).slick-active .impact-item:nth-child(1):after {
      transition: 1.5s;
      opacity: 1;
      transform: translateX(0); }
    .page-template-report-2021 .impact-section .impact-slider.go .impact-slide:nth-child(1).slick-active .impact-item:nth-child(1):after {
      transition-delay: 1s; }
    .page-template-report-2021 .impact-section .impact-slider.go .impact-slide:nth-child(1).slick-active:after {
      transition-delay: 2s; }
    .page-template-report-2021 .impact-section .impact-slider.go .impact-slide:nth-child(1).slick-active .impact-item:nth-child(2) .image:before {
      transition-delay: 0.2s; }
    .page-template-report-2021 .impact-section .impact-slider.go .impact-slide:nth-child(1).slick-active .impact-item:nth-child(2) img {
      transition-delay: 0.35s; }
    .page-template-report-2021 .impact-section .impact-slider.go .impact-slide:nth-child(1).slick-active .impact-item:nth-child(2) .number {
      transition-delay: 0.5s; }
    .page-template-report-2021 .impact-section .impact-slider.go .impact-slide:nth-child(1).slick-active .impact-item:nth-child(1) .image:before {
      transition-delay: 0.65s; }
    .page-template-report-2021 .impact-section .impact-slider.go .impact-slide:nth-child(1).slick-active .impact-item:nth-child(1) img {
      transition-delay: 0.8s; }
    .page-template-report-2021 .impact-section .impact-slider.go .impact-slide:nth-child(1).slick-active .impact-item:nth-child(1) .number {
      transition-delay: 0.5s; }
    .page-template-report-2021 .impact-section .impact-slider.go .impact-slide:nth-child(1).slick-active .impact-item:nth-child(3) .image:before {
      transition-delay: 1.1s; }
    .page-template-report-2021 .impact-section .impact-slider.go .impact-slide:nth-child(1).slick-active .impact-item:nth-child(3) .svg-wrap,
    .page-template-report-2021 .impact-section .impact-slider.go .impact-slide:nth-child(1).slick-active .impact-item:nth-child(3) img {
      transition-delay: 1.25s; }
    .page-template-report-2021 .impact-section .impact-slider.go .impact-slide:nth-child(1).slick-active .impact-item:nth-child(3) .number {
      transition-delay: 1.4s; }
    .page-template-report-2021 .impact-section .impact-slider.go .impact-slide:nth-child(1).slick-active .impact-item:nth-child(4) .image:before {
      transition-delay: 1.55s; }
    .page-template-report-2021 .impact-section .impact-slider.go .impact-slide:nth-child(1).slick-active .impact-item:nth-child(4) img {
      transition-delay: 1.7s; }
    .page-template-report-2021 .impact-section .impact-slider.go .impact-slide:nth-child(1).slick-active .impact-item:nth-child(4) .number {
      transition-delay: 1.85s; }
    .page-template-report-2021 .impact-section .impact-slider.go .impact-slide:nth-child(1).slick-active .impact-item:nth-child(5) .image:before {
      transition-delay: 2s; }
    .page-template-report-2021 .impact-section .impact-slider.go .impact-slide:nth-child(1).slick-active .impact-item:nth-child(5) img {
      transition-delay: 2.15s; }
    .page-template-report-2021 .impact-section .impact-slider.go .impact-slide:nth-child(1).slick-active .impact-item:nth-child(5) .number {
      transition-delay: 2.3s; }
    .page-template-report-2021 .impact-section .impact-slider.go .impact-slide:nth-child(2).slick-active:before, .page-template-report-2021 .impact-section .impact-slider.go .impact-slide:nth-child(2).slick-active:after,
    .page-template-report-2021 .impact-section .impact-slider.go .impact-slide:nth-child(2).slick-active .impact-item:nth-child(1):after {
      transition: 1.5s;
      opacity: 1;
      transform: translateX(0); }
    .page-template-report-2021 .impact-section .impact-slider.go .impact-slide:nth-child(2).slick-active .impact-item:nth-child(1):after {
      transition-delay: 1s; }
    .page-template-report-2021 .impact-section .impact-slider.go .impact-slide:nth-child(2).slick-active:after {
      transition-delay: 2s; }
    .page-template-report-2021 .impact-section .impact-slider.go .impact-slide:nth-child(2).slick-active .impact-item:nth-child(1) .image:before {
      transition-delay: 0.2s; }
    .page-template-report-2021 .impact-section .impact-slider.go .impact-slide:nth-child(2).slick-active .impact-item:nth-child(1) img {
      transition-delay: 0.35s; }
    .page-template-report-2021 .impact-section .impact-slider.go .impact-slide:nth-child(2).slick-active .impact-item:nth-child(1) .number {
      transition-delay: 0.5s; }
    .page-template-report-2021 .impact-section .impact-slider.go .impact-slide:nth-child(2).slick-active .impact-item:nth-child(2) .image:before {
      transition-delay: 0.65s; }
    .page-template-report-2021 .impact-section .impact-slider.go .impact-slide:nth-child(2).slick-active .impact-item:nth-child(2) img {
      transition-delay: 0.8s; }
    .page-template-report-2021 .impact-section .impact-slider.go .impact-slide:nth-child(2).slick-active .impact-item:nth-child(2) .number {
      transition-delay: 0.5s; }
    .page-template-report-2021 .impact-section .impact-slider.go .impact-slide:nth-child(2).slick-active .impact-item:nth-child(3) .image:before {
      transition-delay: 1.1s; }
    .page-template-report-2021 .impact-section .impact-slider.go .impact-slide:nth-child(2).slick-active .impact-item:nth-child(3) .svg-wrap,
    .page-template-report-2021 .impact-section .impact-slider.go .impact-slide:nth-child(2).slick-active .impact-item:nth-child(3) img {
      transition-delay: 1.25s; }
    .page-template-report-2021 .impact-section .impact-slider.go .impact-slide:nth-child(2).slick-active .impact-item:nth-child(3) .number {
      transition-delay: 1.4s; }
    .page-template-report-2021 .impact-section .impact-slider.go .impact-slide:nth-child(2).slick-active .impact-item:nth-child(5) .image:before {
      transition-delay: 1.55s; }
    .page-template-report-2021 .impact-section .impact-slider.go .impact-slide:nth-child(2).slick-active .impact-item:nth-child(5) img {
      transition-delay: 1.7s; }
    .page-template-report-2021 .impact-section .impact-slider.go .impact-slide:nth-child(2).slick-active .impact-item:nth-child(5) .number {
      transition-delay: 1.85s; }
    .page-template-report-2021 .impact-section .impact-slider.go .impact-slide:nth-child(2).slick-active .impact-item:nth-child(4) .image:before {
      transition-delay: 2s; }
    .page-template-report-2021 .impact-section .impact-slider.go .impact-slide:nth-child(2).slick-active .impact-item:nth-child(4) img {
      transition-delay: 2.15s; }
    .page-template-report-2021 .impact-section .impact-slider.go .impact-slide:nth-child(2).slick-active .impact-item:nth-child(4) .number {
      transition-delay: 2.3s; }
    .page-template-report-2021 .impact-section .impact-slider .impact-slide {
      display: flex;
      flex-flow: wrap;
      justify-content: space-between;
      padding: 0 calc((100vw - 1440px) / 2 + 80px); }
      .page-template-report-2021 .impact-section .impact-slider .impact-slide:nth-child(1) {
        padding-top: 50px; }
        .page-template-report-2021 .impact-section .impact-slider .impact-slide:nth-child(1):before, .page-template-report-2021 .impact-section .impact-slider .impact-slide:nth-child(1):after {
          background-image: url("../images/report-2021/dashed.png");
          background-position: center;
          background-repeat: no-repeat;
          content: "";
          height: 2px;
          position: absolute;
          top: 255px;
          opacity: 0;
          transform: translateX(-50px); }
        .page-template-report-2021 .impact-section .impact-slider .impact-slide:nth-child(1):before {
          background-position: center right;
          left: 0;
          width: calc((100vw - 1440px) / 2 + 175px); }
          @media (max-width: 1400px) {
            .page-template-report-2021 .impact-section .impact-slider .impact-slide:nth-child(1):before {
              width: 200px; } }
        .page-template-report-2021 .impact-section .impact-slider .impact-slide:nth-child(1):after {
          background-position: center left;
          right: 0;
          width: calc((100vw - 1440px) / 2 + 320px); }
        .page-template-report-2021 .impact-section .impact-slider .impact-slide:nth-child(1) .impact-item:nth-child(1) {
          margin-left: 100px;
          order: 1;
          position: relative;
          width: 40%; }
          .page-template-report-2021 .impact-section .impact-slider .impact-slide:nth-child(1) .impact-item:nth-child(1):after {
            background-image: url("../images/report-2021/dashed.png");
            background-position: center left;
            background-repeat: no-repeat;
            content: "";
            height: 2px;
            left: 460px;
            position: absolute;
            top: 205px;
            opacity: 0;
            transform: translateX(-50px);
            width: 230px; }
            @media (max-width: 1199px) {
              .page-template-report-2021 .impact-section .impact-slider .impact-slide:nth-child(1) .impact-item:nth-child(1):after {
                left: 360px;
                width: 20vw; } }
          .page-template-report-2021 .impact-section .impact-slider .impact-slide:nth-child(1) .impact-item:nth-child(1) .inner-wrap {
            align-items: center;
            flex-direction: row-reverse;
            width: 445px; }
            @media (max-width: 1199px) {
              .page-template-report-2021 .impact-section .impact-slider .impact-slide:nth-child(1) .impact-item:nth-child(1) .inner-wrap {
                width: 375px; } }
          .page-template-report-2021 .impact-section .impact-slider .impact-slide:nth-child(1) .impact-item:nth-child(1) .image {
            padding-top: 30px; }
            .page-template-report-2021 .impact-section .impact-slider .impact-slide:nth-child(1) .impact-item:nth-child(1) .image:before {
              background-color: #07b8ef;
              height: 255px;
              left: -20px;
              opacity: 0.08;
              top: 0;
              width: 255px; }
            .page-template-report-2021 .impact-section .impact-slider .impact-slide:nth-child(1) .impact-item:nth-child(1) .image img {
              margin-left: 30px; }
          .page-template-report-2021 .impact-section .impact-slider .impact-slide:nth-child(1) .impact-item:nth-child(1) .number {
            margin-right: -5px;
            width: 165px; }
            @media (max-width: 1199px) {
              .page-template-report-2021 .impact-section .impact-slider .impact-slide:nth-child(1) .impact-item:nth-child(1) .number {
                margin-left: -60px;
                margin-right: -25px;
                margin-top: -80px; } }
          .page-template-report-2021 .impact-section .impact-slider .impact-slide:nth-child(1) .impact-item:nth-child(1) .no {
            color: #07b8ef; }
        .page-template-report-2021 .impact-section .impact-slider .impact-slide:nth-child(1) .impact-item:nth-child(2) {
          order: 3; }
          .page-template-report-2021 .impact-section .impact-slider .impact-slide:nth-child(1) .impact-item:nth-child(2) .inner-wrap {
            align-items: center;
            width: 385px; }
            @media (max-width: 1500px) {
              .page-template-report-2021 .impact-section .impact-slider .impact-slide:nth-child(1) .impact-item:nth-child(2) .inner-wrap {
                margin-left: 30px; } }
          .page-template-report-2021 .impact-section .impact-slider .impact-slide:nth-child(1) .impact-item:nth-child(2) .image:before {
            background-color: #f18eba;
            opacity: 0.1;
            height: 237px;
            width: 237px; }
          .page-template-report-2021 .impact-section .impact-slider .impact-slide:nth-child(1) .impact-item:nth-child(2) .image img {
            margin-left: -20px; }
          .page-template-report-2021 .impact-section .impact-slider .impact-slide:nth-child(1) .impact-item:nth-child(2) .number {
            margin-left: -20px;
            margin-top: -30px;
            width: 210px; }
            @media (max-width: 1199px) {
              .page-template-report-2021 .impact-section .impact-slider .impact-slide:nth-child(1) .impact-item:nth-child(2) .number {
                width: 170px; } }
          .page-template-report-2021 .impact-section .impact-slider .impact-slide:nth-child(1) .impact-item:nth-child(2) .no {
            color: #f18eba; }
        .page-template-report-2021 .impact-section .impact-slider .impact-slide:nth-child(1) .impact-item:nth-child(3) {
          margin-left: 130px;
          order: 4; }
          @media (max-width: 1500px) {
            .page-template-report-2021 .impact-section .impact-slider .impact-slide:nth-child(1) .impact-item:nth-child(3) {
              margin-left: 75px; } }
          @media (max-width: 1400px) {
            .page-template-report-2021 .impact-section .impact-slider .impact-slide:nth-child(1) .impact-item:nth-child(3) {
              margin-left: 40px; } }
          @media (max-width: 1199px) {
            .page-template-report-2021 .impact-section .impact-slider .impact-slide:nth-child(1) .impact-item:nth-child(3) {
              margin-left: 0; } }
          .page-template-report-2021 .impact-section .impact-slider .impact-slide:nth-child(1) .impact-item:nth-child(3) .inner-wrap {
            width: 300px; }
          .page-template-report-2021 .impact-section .impact-slider .impact-slide:nth-child(1) .impact-item:nth-child(3) .image:before {
            background-color: #f9ae40;
            opacity: 0.1;
            height: 261px;
            left: -50px;
            top: -35px;
            width: 261px; }
          .page-template-report-2021 .impact-section .impact-slider .impact-slide:nth-child(1) .impact-item:nth-child(3) .number {
            width: 240px; }
          .page-template-report-2021 .impact-section .impact-slider .impact-slide:nth-child(1) .impact-item:nth-child(3) .no {
            color: #f9ae40; }
        .page-template-report-2021 .impact-section .impact-slider .impact-slide:nth-child(1) .impact-item:nth-child(4) {
          order: 2;
          width: 37%; }
          @media (max-width: 1199px) {
            .page-template-report-2021 .impact-section .impact-slider .impact-slide:nth-child(1) .impact-item:nth-child(4) {
              margin-right: 50px; } }
          .page-template-report-2021 .impact-section .impact-slider .impact-slide:nth-child(1) .impact-item:nth-child(4) .inner-wrap {
            margin-right: 50px;
            width: 450px; }
          .page-template-report-2021 .impact-section .impact-slider .impact-slide:nth-child(1) .impact-item:nth-child(4) .image:before {
            background-color: #07b8ef;
            opacity: 0.1;
            height: 281px;
            top: 0;
            left: 0;
            width: 281px; }
          .page-template-report-2021 .impact-section .impact-slider .impact-slide:nth-child(1) .impact-item:nth-child(4) .image img {
            position: relative;
            top: 15px;
            left: -20px; }
          .page-template-report-2021 .impact-section .impact-slider .impact-slide:nth-child(1) .impact-item:nth-child(4) .number {
            margin-left: -60px;
            width: 215px; }
            @media (max-width: 1199px) {
              .page-template-report-2021 .impact-section .impact-slider .impact-slide:nth-child(1) .impact-item:nth-child(4) .number {
                width: 165px; } }
          .page-template-report-2021 .impact-section .impact-slider .impact-slide:nth-child(1) .impact-item:nth-child(4) .no {
            color: #07b8ef; }
        .page-template-report-2021 .impact-section .impact-slider .impact-slide:nth-child(1) .impact-item:nth-child(5) {
          order: 5; }
          .page-template-report-2021 .impact-section .impact-slider .impact-slide:nth-child(1) .impact-item:nth-child(5) .inner-wrap {
            align-items: flex-end;
            flex-direction: row-reverse;
            width: 420px; }
            @media (max-width: 1199px) {
              .page-template-report-2021 .impact-section .impact-slider .impact-slide:nth-child(1) .impact-item:nth-child(5) .inner-wrap {
                width: 270px; } }
          .page-template-report-2021 .impact-section .impact-slider .impact-slide:nth-child(1) .impact-item:nth-child(5) .image:before {
            background-color: #07b8ef;
            opacity: 0.1;
            height: 217px;
            width: 217px; }
          .page-template-report-2021 .impact-section .impact-slider .impact-slide:nth-child(1) .impact-item:nth-child(5) .image img {
            margin-top: -5px; }
          .page-template-report-2021 .impact-section .impact-slider .impact-slide:nth-child(1) .impact-item:nth-child(5) .number {
            margin-bottom: -10px;
            margin-right: -40px;
            width: 215px; }
            @media (max-width: 1199px) {
              .page-template-report-2021 .impact-section .impact-slider .impact-slide:nth-child(1) .impact-item:nth-child(5) .number {
                margin-right: 10px; } }
          .page-template-report-2021 .impact-section .impact-slider .impact-slide:nth-child(1) .impact-item:nth-child(5) .no {
            color: #07b8ef; }
      .page-template-report-2021 .impact-section .impact-slider .impact-slide:nth-child(2):before, .page-template-report-2021 .impact-section .impact-slider .impact-slide:nth-child(2):after {
        background-image: url("../images/report-2021/dashed.png");
        background-position: center;
        background-repeat: no-repeat;
        content: "";
        height: 2px;
        position: absolute;
        top: 255px;
        opacity: 0;
        transform: translateX(-50px); }
      .page-template-report-2021 .impact-section .impact-slider .impact-slide:nth-child(2):before {
        background-position: center right;
        left: 0;
        width: calc((100vw - 1440px) / 2 + 175px); }
        @media (max-width: 1400px) {
          .page-template-report-2021 .impact-section .impact-slider .impact-slide:nth-child(2):before {
            width: 180px; } }
      .page-template-report-2021 .impact-section .impact-slider .impact-slide:nth-child(2):after {
        background-position: center left;
        right: 0;
        width: calc((100vw - 1440px) / 2 + 320px); }
        @media (max-width: 1400px) {
          .page-template-report-2021 .impact-section .impact-slider .impact-slide:nth-child(2):after {
            width: 180px; } }
      .page-template-report-2021 .impact-section .impact-slider .impact-slide:nth-child(2) .impact-item:nth-child(1) {
        order: 1;
        position: relative;
        width: 50%; }
        .page-template-report-2021 .impact-section .impact-slider .impact-slide:nth-child(2) .impact-item:nth-child(1):after {
          background-image: url("../images/report-2021/dashed.png");
          background-position: center left;
          background-repeat: no-repeat;
          content: "";
          height: 2px;
          left: 230px;
          position: absolute;
          top: 255px;
          opacity: 0;
          transform: translateX(-50px);
          width: 570px; }
          @media (max-width: 1400px) {
            .page-template-report-2021 .impact-section .impact-slider .impact-slide:nth-child(2) .impact-item:nth-child(1):after {
              left: 29vw;
              width: 30vw; } }
        .page-template-report-2021 .impact-section .impact-slider .impact-slide:nth-child(2) .impact-item:nth-child(1) .inner-wrap {
          width: 450px; }
          @media (max-width: 1400px) {
            .page-template-report-2021 .impact-section .impact-slider .impact-slide:nth-child(2) .impact-item:nth-child(1) .inner-wrap {
              margin-left: 15vw; } }
        .page-template-report-2021 .impact-section .impact-slider .impact-slide:nth-child(2) .impact-item:nth-child(1) .image {
          padding-top: 30px; }
          .page-template-report-2021 .impact-section .impact-slider .impact-slide:nth-child(2) .impact-item:nth-child(1) .image:before {
            background-color: #39bcb2;
            height: 280px;
            left: -20px;
            opacity: 0.08;
            top: 0;
            width: 280px; }
          .page-template-report-2021 .impact-section .impact-slider .impact-slide:nth-child(2) .impact-item:nth-child(1) .image img {
            margin-left: -5px; }
        .page-template-report-2021 .impact-section .impact-slider .impact-slide:nth-child(2) .impact-item:nth-child(1) .number {
          margin-left: 15px;
          margin-top: 70px;
          width: 225px; }
        .page-template-report-2021 .impact-section .impact-slider .impact-slide:nth-child(2) .impact-item:nth-child(1) .no {
          color: #39bcb2; }
      .page-template-report-2021 .impact-section .impact-slider .impact-slide:nth-child(2) .impact-item:nth-child(2) {
        margin-top: 35px;
        order: 3; }
        .page-template-report-2021 .impact-section .impact-slider .impact-slide:nth-child(2) .impact-item:nth-child(2) .inner-wrap {
          flex-direction: row-reverse;
          width: 345px; }
          @media (max-width: 1199px) {
            .page-template-report-2021 .impact-section .impact-slider .impact-slide:nth-child(2) .impact-item:nth-child(2) .inner-wrap {
              width: 205px; } }
        .page-template-report-2021 .impact-section .impact-slider .impact-slide:nth-child(2) .impact-item:nth-child(2) .image {
          margin: 30px ​0; }
          .page-template-report-2021 .impact-section .impact-slider .impact-slide:nth-child(2) .impact-item:nth-child(2) .image:before {
            background-color: #39bcb2;
            opacity: 0.1;
            height: 205px;
            left: -40px;
            top: 30px;
            width: 205px; }
          .page-template-report-2021 .impact-section .impact-slider .impact-slide:nth-child(2) .impact-item:nth-child(2) .image img {
            margin-left: -20px; }
        .page-template-report-2021 .impact-section .impact-slider .impact-slide:nth-child(2) .impact-item:nth-child(2) .number {
          margin-right: -20px;
          margin-top: 0;
          width: 180px; }
        .page-template-report-2021 .impact-section .impact-slider .impact-slide:nth-child(2) .impact-item:nth-child(2) .no {
          color: #39bcb2; }
      .page-template-report-2021 .impact-section .impact-slider .impact-slide:nth-child(2) .impact-item:nth-child(3) {
        margin-left: 60px;
        margin-top: -10px;
        order: 4; }
        @media (max-width: 1199px) {
          .page-template-report-2021 .impact-section .impact-slider .impact-slide:nth-child(2) .impact-item:nth-child(3) {
            margin-left: 20px; } }
        .page-template-report-2021 .impact-section .impact-slider .impact-slide:nth-child(2) .impact-item:nth-child(3) .inner-wrap {
          width: 300px; }
        .page-template-report-2021 .impact-section .impact-slider .impact-slide:nth-child(2) .impact-item:nth-child(3) .image:before {
          background-color: #f1ea3c;
          opacity: 0.1;
          height: 290px;
          left: -20px;
          top: -5px;
          width: 290px; }
        .page-template-report-2021 .impact-section .impact-slider .impact-slide:nth-child(2) .impact-item:nth-child(3) .image img,
        .page-template-report-2021 .impact-section .impact-slider .impact-slide:nth-child(2) .impact-item:nth-child(3) .image .svg-wrap {
          position: relative;
          right: -120px; }
        .page-template-report-2021 .impact-section .impact-slider .impact-slide:nth-child(2) .impact-item:nth-child(3) .number {
          margin-top: -50px;
          width: 180px; }
        .page-template-report-2021 .impact-section .impact-slider .impact-slide:nth-child(2) .impact-item:nth-child(3) .no {
          color: #f9ae40; }
      .page-template-report-2021 .impact-section .impact-slider .impact-slide:nth-child(2) .impact-item:nth-child(4) {
        margin-top: -30px;
        order: 5; }
        @media (max-width: 1199px) {
          .page-template-report-2021 .impact-section .impact-slider .impact-slide:nth-child(2) .impact-item:nth-child(4) {
            margin-top: 0; } }
        .page-template-report-2021 .impact-section .impact-slider .impact-slide:nth-child(2) .impact-item:nth-child(4) .inner-wrap {
          flex-direction: column-reverse;
          width: 420px; }
          @media (max-width: 1400px) {
            .page-template-report-2021 .impact-section .impact-slider .impact-slide:nth-child(2) .impact-item:nth-child(4) .inner-wrap {
              width: 340px; } }
          @media (max-width: 1199px) {
            .page-template-report-2021 .impact-section .impact-slider .impact-slide:nth-child(2) .impact-item:nth-child(4) .inner-wrap {
              width: 250px; } }
        .page-template-report-2021 .impact-section .impact-slider .impact-slide:nth-child(2) .impact-item:nth-child(4) .image {
          margin: -60px 0 20px -50px; }
          .page-template-report-2021 .impact-section .impact-slider .impact-slide:nth-child(2) .impact-item:nth-child(4) .image:before {
            background-color: #73b64f;
            height: 208px;
            left: 0;
            opacity: 0.1;
            top: 55px;
            width: 208px; }
          .page-template-report-2021 .impact-section .impact-slider .impact-slide:nth-child(2) .impact-item:nth-child(4) .image img {
            position: relative;
            top: 15px;
            left: -20px; }
            @media (max-width: 1199px) {
              .page-template-report-2021 .impact-section .impact-slider .impact-slide:nth-child(2) .impact-item:nth-child(4) .image img {
                top: 25px; } }
        .page-template-report-2021 .impact-section .impact-slider .impact-slide:nth-child(2) .impact-item:nth-child(4) .number {
          margin-left: 175px;
          width: 165px; }
          @media (max-width: 1199px) {
            .page-template-report-2021 .impact-section .impact-slider .impact-slide:nth-child(2) .impact-item:nth-child(4) .number {
              margin-left: 15px; } }
        .page-template-report-2021 .impact-section .impact-slider .impact-slide:nth-child(2) .impact-item:nth-child(4) .no {
          color: #73b64f; }
      .page-template-report-2021 .impact-section .impact-slider .impact-slide:nth-child(2) .impact-item:nth-child(5) {
        order: 2;
        margin-top: 50px;
        width: 45%; }
        .page-template-report-2021 .impact-section .impact-slider .impact-slide:nth-child(2) .impact-item:nth-child(5) .inner-wrap {
          margin: 0 auto;
          width: 460px; }
        .page-template-report-2021 .impact-section .impact-slider .impact-slide:nth-child(2) .impact-item:nth-child(5) .image:before {
          background-color: #f3eb4d;
          opacity: 0.08;
          height: 270px;
          width: 270px; }
        .page-template-report-2021 .impact-section .impact-slider .impact-slide:nth-child(2) .impact-item:nth-child(5) .image img {
          margin-top: 20px;
          margin-left: 30px; }
        .page-template-report-2021 .impact-section .impact-slider .impact-slide:nth-child(2) .impact-item:nth-child(5) .number {
          margin-top: 20px;
          margin-left: 60px;
          width: 180px; }
        .page-template-report-2021 .impact-section .impact-slider .impact-slide:nth-child(2) .impact-item:nth-child(5) .no {
          color: #f0d100; }
  .page-template-report-2021 .impact-section .number {
    position: relative;
    z-index: 2; }
    .page-template-report-2021 .impact-section .number .no {
      font-size: 64px;
      line-height: 1em;
      font-weight: 800;
      margin-bottom: 10px;
      position: relative; }
      .page-template-report-2021 .impact-section .number .no .sign {
        font-size: 37px;
        margin-left: 5px;
        position: absolute;
        top: -5px; }
    .page-template-report-2021 .impact-section .number .text {
      font-size: 16px;
      line-height: 23px; }
  @media (max-width: 991px) {
    .page-template-report-2021 .impact-section .impact-slider {
      display: none; } }
  .page-template-report-2021 .impact-section .impact-mobile-slider {
    display: none; }
    @media (max-width: 991px) {
      .page-template-report-2021 .impact-section .impact-mobile-slider {
        display: block; } }
    .page-template-report-2021 .impact-section .impact-mobile-slider .impact-item {
      display: flex;
      justify-content: center;
      margin-bottom: 50px; }
      .page-template-report-2021 .impact-section .impact-mobile-slider .impact-item:last-child {
        margin-bottom: 0; }
      .page-template-report-2021 .impact-section .impact-mobile-slider .impact-item .image {
        align-items: center;
        display: flex;
        justify-content: center;
        max-width: 150px;
        padding: 0; }
        .page-template-report-2021 .impact-section .impact-mobile-slider .impact-item .image:before {
          bottom: 0;
          left: 0;
          opacity: 0.08;
          right: 0;
          top: 0; }
      .page-template-report-2021 .impact-section .impact-mobile-slider .impact-item .number {
        max-width: 160px; }
        .page-template-report-2021 .impact-section .impact-mobile-slider .impact-item .number .no {
          margin-bottom: 10px; }
    .page-template-report-2021 .impact-section .impact-mobile-slider .impact-slide {
      padding: 40px 25px; }
      .page-template-report-2021 .impact-section .impact-mobile-slider .impact-slide:nth-child(1) .impact-item:nth-child(1) {
        flex-direction: row-reverse; }
        .page-template-report-2021 .impact-section .impact-mobile-slider .impact-slide:nth-child(1) .impact-item:nth-child(1) .image {
          height: 133px;
          flex: 0 0 133px;
          width: 133px; }
          .page-template-report-2021 .impact-section .impact-mobile-slider .impact-slide:nth-child(1) .impact-item:nth-child(1) .image:before {
            background-color: #07b8ef; }
        .page-template-report-2021 .impact-section .impact-mobile-slider .impact-slide:nth-child(1) .impact-item:nth-child(1) .number {
          margin-right: 10px; }
        .page-template-report-2021 .impact-section .impact-mobile-slider .impact-slide:nth-child(1) .impact-item:nth-child(1) .no {
          color: #07b8ef; }
      .page-template-report-2021 .impact-section .impact-mobile-slider .impact-slide:nth-child(1) .impact-item:nth-child(2) .image {
        height: 135px;
        flex: 0 0 135px;
        width: 135px; }
        .page-template-report-2021 .impact-section .impact-mobile-slider .impact-slide:nth-child(1) .impact-item:nth-child(2) .image:before {
          background-color: #f18eba; }
        .page-template-report-2021 .impact-section .impact-mobile-slider .impact-slide:nth-child(1) .impact-item:nth-child(2) .image img {
          width: 173px;
          max-width: none; }
      .page-template-report-2021 .impact-section .impact-mobile-slider .impact-slide:nth-child(1) .impact-item:nth-child(2) .number {
        margin-left: 20px; }
      .page-template-report-2021 .impact-section .impact-mobile-slider .impact-slide:nth-child(1) .impact-item:nth-child(2) .no {
        color: #f18eba; }
      .page-template-report-2021 .impact-section .impact-mobile-slider .impact-slide:nth-child(1) .impact-item:nth-child(3) {
        flex-direction: row-reverse; }
        .page-template-report-2021 .impact-section .impact-mobile-slider .impact-slide:nth-child(1) .impact-item:nth-child(3) .image {
          height: 141px;
          flex: 0 0 141px;
          margin-top: 50px;
          width: 141px; }
          .page-template-report-2021 .impact-section .impact-mobile-slider .impact-slide:nth-child(1) .impact-item:nth-child(3) .image:before {
            background-color: #f9ae40; }
          .page-template-report-2021 .impact-section .impact-mobile-slider .impact-slide:nth-child(1) .impact-item:nth-child(3) .image img {
            width: 110px; }
        .page-template-report-2021 .impact-section .impact-mobile-slider .impact-slide:nth-child(1) .impact-item:nth-child(3) .number {
          margin-right: 10px; }
        .page-template-report-2021 .impact-section .impact-mobile-slider .impact-slide:nth-child(1) .impact-item:nth-child(3) .no {
          color: #f9ae40; }
      .page-template-report-2021 .impact-section .impact-mobile-slider .impact-slide:nth-child(2) .impact-item:nth-child(1) .image {
        height: 153px;
        flex: 0 0 153px;
        width: 153px; }
        .page-template-report-2021 .impact-section .impact-mobile-slider .impact-slide:nth-child(2) .impact-item:nth-child(1) .image:before {
          background-color: #07b8ef; }
        .page-template-report-2021 .impact-section .impact-mobile-slider .impact-slide:nth-child(2) .impact-item:nth-child(1) .image img {
          margin: 0 0 -10px -10px; }
      .page-template-report-2021 .impact-section .impact-mobile-slider .impact-slide:nth-child(2) .impact-item:nth-child(1) .number {
        margin-left: 20px; }
      .page-template-report-2021 .impact-section .impact-mobile-slider .impact-slide:nth-child(2) .impact-item:nth-child(1) .no {
        color: #07b8ef; }
      .page-template-report-2021 .impact-section .impact-mobile-slider .impact-slide:nth-child(2) .impact-item:nth-child(2) {
        flex-direction: row-reverse; }
        .page-template-report-2021 .impact-section .impact-mobile-slider .impact-slide:nth-child(2) .impact-item:nth-child(2) .image {
          height: 148px;
          flex: 0 0 148px;
          width: 148px; }
          .page-template-report-2021 .impact-section .impact-mobile-slider .impact-slide:nth-child(2) .impact-item:nth-child(2) .image:before {
            background-color: #07b8ef; }
        .page-template-report-2021 .impact-section .impact-mobile-slider .impact-slide:nth-child(2) .impact-item:nth-child(2) .number {
          margin-right: 10px; }
        .page-template-report-2021 .impact-section .impact-mobile-slider .impact-slide:nth-child(2) .impact-item:nth-child(2) .no {
          color: #73b64f; }
      .page-template-report-2021 .impact-section .impact-mobile-slider .impact-slide:nth-child(2) .impact-item:nth-child(3) .image {
        height: 160px;
        flex: 0 0 160px;
        width: 160px; }
        .page-template-report-2021 .impact-section .impact-mobile-slider .impact-slide:nth-child(2) .impact-item:nth-child(3) .image:before {
          background-color: #39bcb2; }
        .page-template-report-2021 .impact-section .impact-mobile-slider .impact-slide:nth-child(2) .impact-item:nth-child(3) .image img {
          margin: -21px 19px 0 0;
          width: 171px; }
      .page-template-report-2021 .impact-section .impact-mobile-slider .impact-slide:nth-child(2) .impact-item:nth-child(3) .number {
        margin-left: 0; }
      .page-template-report-2021 .impact-section .impact-mobile-slider .impact-slide:nth-child(2) .impact-item:nth-child(3) .no {
        color: #39bcb2; }
      .page-template-report-2021 .impact-section .impact-mobile-slider .impact-slide:nth-child(3) .impact-item:nth-child(1) .image {
        height: 144px;
        flex: 0 0 144px;
        width: 144px; }
        .page-template-report-2021 .impact-section .impact-mobile-slider .impact-slide:nth-child(3) .impact-item:nth-child(1) .image:before {
          background-color: #39bcb2; }
        .page-template-report-2021 .impact-section .impact-mobile-slider .impact-slide:nth-child(3) .impact-item:nth-child(1) .image img {
          width: 110px; }
      .page-template-report-2021 .impact-section .impact-mobile-slider .impact-slide:nth-child(3) .impact-item:nth-child(1) .number {
        margin-left: 20px; }
      .page-template-report-2021 .impact-section .impact-mobile-slider .impact-slide:nth-child(3) .impact-item:nth-child(1) .no {
        color: #39bcb2; }
      .page-template-report-2021 .impact-section .impact-mobile-slider .impact-slide:nth-child(3) .impact-item:nth-child(2) {
        flex-direction: row-reverse;
        margin-bottom: 75px; }
        .page-template-report-2021 .impact-section .impact-mobile-slider .impact-slide:nth-child(3) .impact-item:nth-child(2) .image {
          height: 140px;
          flex: 0 0 140px;
          width: 140px; }
          .page-template-report-2021 .impact-section .impact-mobile-slider .impact-slide:nth-child(3) .impact-item:nth-child(2) .image:before {
            background-color: #73b64f; }
          .page-template-report-2021 .impact-section .impact-mobile-slider .impact-slide:nth-child(3) .impact-item:nth-child(2) .image img {
            margin-right: -40px;
            max-width: 200px;
            width: 200px; }
        .page-template-report-2021 .impact-section .impact-mobile-slider .impact-slide:nth-child(3) .impact-item:nth-child(2) .number {
          margin-right: 20px; }
          @media (max-width: 767px) {
            .page-template-report-2021 .impact-section .impact-mobile-slider .impact-slide:nth-child(3) .impact-item:nth-child(2) .number {
              margin-right: 0; } }
        .page-template-report-2021 .impact-section .impact-mobile-slider .impact-slide:nth-child(3) .impact-item:nth-child(2) .no {
          color: #73b64f; }
      .page-template-report-2021 .impact-section .impact-mobile-slider .impact-slide:nth-child(3) .impact-item:nth-child(3) .image {
        height: 153px;
        flex: 0 0 153px;
        width: 153px; }
        .page-template-report-2021 .impact-section .impact-mobile-slider .impact-slide:nth-child(3) .impact-item:nth-child(3) .image:before {
          background-color: #f3eb4d; }
        .page-template-report-2021 .impact-section .impact-mobile-slider .impact-slide:nth-child(3) .impact-item:nth-child(3) .image img {
          width: 110px; }
      .page-template-report-2021 .impact-section .impact-mobile-slider .impact-slide:nth-child(3) .impact-item:nth-child(3) .number {
        margin-left: 20px; }
      .page-template-report-2021 .impact-section .impact-mobile-slider .impact-slide:nth-child(3) .impact-item:nth-child(3) .no {
        color: #f3eb4d; }

.page-template-report-2021 .blue-overlay {
  background-image: linear-gradient(160deg, rgba(0, 144, 198, 0.4), #fff); }

.page-template-report-2021 .map-section {
  padding: 75px 40px; }
  @media (max-width: 1199px) {
    .page-template-report-2021 .map-section {
      padding: 40px; } }
  @media (max-width: 767px) {
    .page-template-report-2021 .map-section {
      padding: 25px; } }
  .page-template-report-2021 .map-section .map-wrap {
    display: flex;
    flex-flow: wrap;
    margin: 0 auto;
    max-width: 1185px;
    position: relative;
    z-index: 1; }
    .page-template-report-2021 .map-section .map-wrap:before {
      background-image: linear-gradient(331deg, #86c06b, #e4efe8 50%);
      bottom: -20px;
      content: '';
      left: 35px;
      position: absolute;
      right: -20px;
      top: 35px;
      z-index: -1; }
      @media (max-width: 767px) {
        .page-template-report-2021 .map-section .map-wrap:before {
          content: none; } }
    .page-template-report-2021 .map-section .map-wrap .text {
      background-image: linear-gradient(140deg, #0090c6 20%, #69b258);
      display: flex;
      flex-direction: column;
      padding: 70px 45px;
      width: 460px; }
      @media (max-width: 991px) {
        .page-template-report-2021 .map-section .map-wrap .text {
          padding: 40px;
          width: 100%; } }
      @media (max-width: 767px) {
        .page-template-report-2021 .map-section .map-wrap .text {
          display: block;
          padding: 30px 25px; } }
      .page-template-report-2021 .map-section .map-wrap .text h3 {
        color: #fff;
        font-size: 29px;
        line-height: 41px;
        margin: 0 0 20px;
        max-width: 340px;
        padding: 0;
        text-transform: none; }
        @media (max-width: 767px) {
          .page-template-report-2021 .map-section .map-wrap .text h3 {
            font-size: 24px;
            line-height: 32px;
            max-width: 100%; } }
      .page-template-report-2021 .map-section .map-wrap .text p {
        color: #fff;
        font-weight: 500;
        margin-top: auto;
        margin-left: auto;
        max-width: 180px;
        padding: 0; }
        @media (max-width: 767px) {
          .page-template-report-2021 .map-section .map-wrap .text p {
            margin: 0;
            max-width: 100%; } }
    .page-template-report-2021 .map-section .map-wrap .map {
      background: #fff;
      display: flex;
      width: calc(100% - 460px); }
      @media (max-width: 991px) {
        .page-template-report-2021 .map-section .map-wrap .map {
          width: 100%; } }
      .page-template-report-2021 .map-section .map-wrap .map > div {
        width: 100%; }

.page-template-report-2021 .posts-section {
  padding: 0 40px 70px; }
  @media (max-width: 1199px) {
    .page-template-report-2021 .posts-section {
      padding: 0 25px 50px; } }
  @media (max-width: 767px) {
    .page-template-report-2021 .posts-section {
      padding: 25px 15px 40px; } }
  @media (max-width: 767px) {
    .page-template-report-2021 .posts-section {
      padding: 25px 25px 40px; } }
  .page-template-report-2021 .posts-section .intro-text {
    margin: 0 auto 40px;
    max-width: 730px;
    text-align: center; }
    .page-template-report-2021 .posts-section .intro-text h3 {
      border-bottom: 2.5px solid #0090C6;
      color: #0090C6;
      display: inline-block;
      font-family: 'bsd_thin_skinnedregular';
      font-size: 86px;
      font-weight: 400;
      line-height: 103px;
      margin: 0 0 30px;
      padding: 0;
      text-align: center; }
      @media (max-width: 767px) {
        .page-template-report-2021 .posts-section .intro-text h3 {
          display: inline;
          font-size: 62px;
          margin-bottom: 20px;
          line-height: 74px; } }
    .page-template-report-2021 .posts-section .intro-text p {
      color: #0090C6;
      font-size: 17px;
      font-weight: 700;
      line-height: 25px;
      padding: 0;
      margin: 0 0 30px; }
      @media (max-width: 767px) {
        .page-template-report-2021 .posts-section .intro-text p {
          margin: 20px 0; } }
  .page-template-report-2021 .posts-section .posts-wrap {
    display: flex;
    margin: 0 auto 60px;
    max-width: 1245px; }
    @media (max-width: 600px) {
      .page-template-report-2021 .posts-section .posts-wrap {
        flex-flow: wrap;
        margin: 0 0 15px; } }
    .page-template-report-2021 .posts-section .posts-wrap article {
      display: flex;
      padding: 0 25px;
      width: 33.33%; }
      @media (max-width: 1199px) {
        .page-template-report-2021 .posts-section .posts-wrap article {
          padding: 0 15px; } }
      @media (max-width: 991px) {
        .page-template-report-2021 .posts-section .posts-wrap article {
          padding: 0 10px; } }
      @media (max-width: 600px) {
        .page-template-report-2021 .posts-section .posts-wrap article {
          margin-bottom: 25px;
          padding: 0;
          width: 100%; } }
      .page-template-report-2021 .posts-section .posts-wrap article .inner-wrap {
        display: flex;
        position: relative;
        text-decoration: none;
        width: 100%;
        z-index: 1; }
        .page-template-report-2021 .posts-section .posts-wrap article .inner-wrap:before {
          background-image: linear-gradient(225deg, #1298ca, #89c9c4, #e9f5f5);
          bottom: -15px;
          content: '';
          left: 35px;
          opacity: 0;
          position: absolute;
          right: -15px;
          top: 30px;
          transition: .3s;
          z-index: -1; }
        .page-template-report-2021 .posts-section .posts-wrap article .inner-wrap .link-inner {
          background-color: #fff;
          position: relative;
          width: 100%; }
        .page-template-report-2021 .posts-section .posts-wrap article .inner-wrap:hover:before {
          opacity: 1; }
        .page-template-report-2021 .posts-section .posts-wrap article .inner-wrap:hover svg path,
        .page-template-report-2021 .posts-section .posts-wrap article .inner-wrap:hover svg line {
          stroke: #0090C6 !important; }
      .page-template-report-2021 .posts-section .posts-wrap article .image {
        background-position: center;
        background-size: cover;
        height: 245px; }
        @media (max-width: 1199px) {
          .page-template-report-2021 .posts-section .posts-wrap article .image {
            height: 20vw; } }
        @media (max-width: 600px) {
          .page-template-report-2021 .posts-section .posts-wrap article .image {
            height: 56vw; } }
      .page-template-report-2021 .posts-section .posts-wrap article .title {
        padding: 35px 30px 75px; }
        @media (max-width: 1199px) {
          .page-template-report-2021 .posts-section .posts-wrap article .title {
            padding: 25px 20px 75px; } }
        .page-template-report-2021 .posts-section .posts-wrap article .title h4 {
          color: #231F20;
          font-size: 20px;
          font-weight: 500;
          line-height: 27px;
          margin: 0;
          padding: 0;
          text-transform: none; }
          @media (max-width: 1199px) {
            .page-template-report-2021 .posts-section .posts-wrap article .title h4 {
              font-size: 17px;
              line-height: 24px; } }
        .page-template-report-2021 .posts-section .posts-wrap article .title svg {
          bottom: 20px;
          position: absolute;
          right: 30px; }
          @media (max-width: 1199px) {
            .page-template-report-2021 .posts-section .posts-wrap article .title svg {
              right: 20px; } }
          .page-template-report-2021 .posts-section .posts-wrap article .title svg path,
          .page-template-report-2021 .posts-section .posts-wrap article .title svg line {
            transition: .3s; }
  .page-template-report-2021 .posts-section .link-wrap {
    text-align: center; }

.page-template-report-2021 .ny-times-section {
  background-image: linear-gradient(180deg, #008FC5, #73B64F 190%);
  color: #fff;
  padding: 70px 40px 60px; }
  @media (max-width: 1199px) {
    .page-template-report-2021 .ny-times-section {
      padding: 40px 25px; } }
  @media (max-width: 991px) {
    .page-template-report-2021 .ny-times-section {
      padding: 40px 10px; } }
  .page-template-report-2021 .ny-times-section .container {
    max-width: 1240px; }
  .page-template-report-2021 .ny-times-section .logo {
    align-items: center;
    display: flex;
    margin-bottom: 60px; }
    @media (max-width: 1199px) {
      .page-template-report-2021 .ny-times-section .logo {
        margin-bottom: 40px; } }
    @media (max-width: 767px) {
      .page-template-report-2021 .ny-times-section .logo {
        justify-content: center;
        margin-bottom: 25px; } }
    .page-template-report-2021 .ny-times-section .logo:before, .page-template-report-2021 .ny-times-section .logo:after {
      content: '';
      height: 1px;
      background-color: #fff;
      width: 100%; }
      @media (max-width: 767px) {
        .page-template-report-2021 .ny-times-section .logo:before, .page-template-report-2021 .ny-times-section .logo:after {
          content: none; } }
    .page-template-report-2021 .ny-times-section .logo img {
      flex: 0 0 auto;
      margin: 0 30px; }
      @media (max-width: 767px) {
        .page-template-report-2021 .ny-times-section .logo img {
          margin: 0; } }
  .page-template-report-2021 .ny-times-section .ny-times-post {
    display: flex;
    flex-flow: wrap; }
    .page-template-report-2021 .ny-times-section .ny-times-post .image {
      padding-right: 40px;
      width: 50%; }
      @media (max-width: 991px) {
        .page-template-report-2021 .ny-times-section .ny-times-post .image {
          border-bottom: 1px solid #fff;
          margin-bottom: 20px;
          padding-bottom: 20px;
          padding-right: 0;
          width: 100%; } }
      .page-template-report-2021 .ny-times-section .ny-times-post .image img {
        display: block;
        margin-bottom: 15px; }
      .page-template-report-2021 .ny-times-section .ny-times-post .image .image-title {
        font-size: 14px;
        font-weight: 500;
        margin-bottom: 10px;
        padding: 0; }
      .page-template-report-2021 .ny-times-section .ny-times-post .image .image-author {
        font-size: 12px;
        font-weight: 500;
        margin-bottom: 0;
        padding: 0;
        text-transform: uppercase; }
    .page-template-report-2021 .ny-times-section .ny-times-post .content {
      width: 50%; }
      @media (max-width: 991px) {
        .page-template-report-2021 .ny-times-section .ny-times-post .content {
          width: 100%; } }
      .page-template-report-2021 .ny-times-section .ny-times-post .content h3 {
        color: #fff;
        font-size: 29px;
        font-weight: 800;
        margin: 0 0 15px;
        padding: 0;
        text-transform: none; }
      .page-template-report-2021 .ny-times-section .ny-times-post .content p {
        font-size: 15px;
        font-weight: 500;
        line-height: 20px; }
      .page-template-report-2021 .ny-times-section .ny-times-post .content .cat {
        font-weight: 800; }
      .page-template-report-2021 .ny-times-section .ny-times-post .content .date {
        font-weight: 500;
        margin-left: 30px; }

.page-template-report-2021 .donors-team-section {
  padding: 60px 25px 120px; }
  @media (max-width: 1199px) {
    .page-template-report-2021 .donors-team-section {
      padding: 50px 25px 75px; } }
  @media (max-width: 767px) {
    .page-template-report-2021 .donors-team-section {
      padding: 40px 15px 50px; } }
  .page-template-report-2021 .donors-team-section .donors,
  .page-template-report-2021 .donors-team-section .team {
    display: flex;
    margin: 0 auto;
    max-width: 1220px;
    width: 100%; }
    @media (max-width: 1199px) {
      .page-template-report-2021 .donors-team-section .donors,
      .page-template-report-2021 .donors-team-section .team {
        flex-flow: wrap; } }
    .page-template-report-2021 .donors-team-section .donors .info,
    .page-template-report-2021 .donors-team-section .team .info {
      display: flex;
      padding: 0 10px; }
      .page-template-report-2021 .donors-team-section .donors .info .info-inner,
      .page-template-report-2021 .donors-team-section .team .info .info-inner {
        color: #fff;
        padding: 40px 50px;
        width: 100%; }
        @media (max-width: 1400px) {
          .page-template-report-2021 .donors-team-section .donors .info .info-inner,
          .page-template-report-2021 .donors-team-section .team .info .info-inner {
            padding: 30px 25px; } }
      .page-template-report-2021 .donors-team-section .donors .info h2,
      .page-template-report-2021 .donors-team-section .team .info h2 {
        color: #fff;
        font-family: 'bsd_thin_skinnedregular';
        font-size: 62px;
        font-weight: 400;
        line-height: 74px;
        margin: 0 0 10px;
        padding: 0; }
      .page-template-report-2021 .donors-team-section .donors .info p,
      .page-template-report-2021 .donors-team-section .team .info p {
        font-size: 17px;
        font-weight: 500;
        line-height: 24px; }
      .page-template-report-2021 .donors-team-section .donors .info .arrow-link,
      .page-template-report-2021 .donors-team-section .team .info .arrow-link {
        border-bottom: 1px solid transparent;
        color: #fff;
        display: inline-block;
        font-weight: 700;
        text-decoration: none; }
        .page-template-report-2021 .donors-team-section .donors .info .arrow-link:hover,
        .page-template-report-2021 .donors-team-section .team .info .arrow-link:hover {
          border-bottom-color: #fff; }
        .page-template-report-2021 .donors-team-section .donors .info .arrow-link svg,
        .page-template-report-2021 .donors-team-section .team .info .arrow-link svg {
          margin-left: 10px; }
          .page-template-report-2021 .donors-team-section .donors .info .arrow-link svg path,
          .page-template-report-2021 .donors-team-section .donors .info .arrow-link svg line,
          .page-template-report-2021 .donors-team-section .team .info .arrow-link svg path,
          .page-template-report-2021 .donors-team-section .team .info .arrow-link svg line {
            transition: .3s; }
    .page-template-report-2021 .donors-team-section .donors .images,
    .page-template-report-2021 .donors-team-section .team .images {
      display: flex;
      padding: 0 10px; }
  .page-template-report-2021 .donors-team-section .donors {
    margin-bottom: 25px; }
    @media (max-width: 767px) {
      .page-template-report-2021 .donors-team-section .donors {
        margin-bottom: 15px; } }
    .page-template-report-2021 .donors-team-section .donors .info {
      width: 52%; }
      @media (max-width: 1199px) {
        .page-template-report-2021 .donors-team-section .donors .info {
          margin-bottom: 25px;
          width: 100%; } }
      @media (max-width: 767px) {
        .page-template-report-2021 .donors-team-section .donors .info {
          margin-bottom: 15px; } }
    .page-template-report-2021 .donors-team-section .donors .info-inner {
      background-image: linear-gradient(135deg, #EB1A6D, #F2783B); }
    .page-template-report-2021 .donors-team-section .donors .images {
      width: 48%; }
      @media (max-width: 1199px) {
        .page-template-report-2021 .donors-team-section .donors .images {
          width: 100%; } }
      @media (max-width: 767px) {
        .page-template-report-2021 .donors-team-section .donors .images {
          flex-flow: wrap; } }
      .page-template-report-2021 .donors-team-section .donors .images img {
        width: 100%; }
      .page-template-report-2021 .donors-team-section .donors .images .left {
        padding-right: 10px; }
        @media (max-width: 767px) {
          .page-template-report-2021 .donors-team-section .donors .images .left {
            padding-right: 0;
            width: 100%; } }
      .page-template-report-2021 .donors-team-section .donors .images .right {
        padding-left: 10px; }
        @media (max-width: 767px) {
          .page-template-report-2021 .donors-team-section .donors .images .right {
            padding-left: 0; } }
      .page-template-report-2021 .donors-team-section .donors .images .left {
        width: 63%; }
        @media (max-width: 767px) {
          .page-template-report-2021 .donors-team-section .donors .images .left {
            margin-bottom: 10px;
            width: 100%; } }
      .page-template-report-2021 .donors-team-section .donors .images .right {
        display: flex;
        flex-flow: wrap;
        width: 37%; }
        @media (max-width: 767px) {
          .page-template-report-2021 .donors-team-section .donors .images .right {
            flex-flow: nowrap;
            width: 100%; } }
        .page-template-report-2021 .donors-team-section .donors .images .right .image {
          width: 100%; }
          @media (max-width: 767px) {
            .page-template-report-2021 .donors-team-section .donors .images .right .image {
              overflow: hidden; } }
          @media (max-width: 767px) {
            .page-template-report-2021 .donors-team-section .donors .images .right .image:nth-child(1) {
              width: 57%; } }
          .page-template-report-2021 .donors-team-section .donors .images .right .image:nth-child(2) {
            margin-top: auto; }
            @media (max-width: 767px) {
              .page-template-report-2021 .donors-team-section .donors .images .right .image:nth-child(2) {
                padding-left: 15px;
                margin-top: 0;
                width: 43%; } }
          @media (max-width: 767px) {
            .page-template-report-2021 .donors-team-section .donors .images .right .image img {
              height: 100%;
              object-fit: cover;
              width: 100%; } }
  .page-template-report-2021 .donors-team-section .team {
    flex-direction: row-reverse; }
    .page-template-report-2021 .donors-team-section .team .info {
      width: 48%; }
      @media (max-width: 991px) {
        .page-template-report-2021 .donors-team-section .team .info {
          margin-bottom: 25px;
          width: 100%; } }
      @media (max-width: 767px) {
        .page-template-report-2021 .donors-team-section .team .info {
          margin-bottom: 15px; } }
      .page-template-report-2021 .donors-team-section .team .info h2 {
        margin: 0 0 30px; }
    .page-template-report-2021 .donors-team-section .team .info-inner {
      background-image: linear-gradient(135deg, #0090C6, #73B64F); }
    .page-template-report-2021 .donors-team-section .team .images {
      justify-content: space-between;
      width: 52%; }
      @media (max-width: 991px) {
        .page-template-report-2021 .donors-team-section .team .images {
          width: 100%; } }
      .page-template-report-2021 .donors-team-section .team .images .left {
        display: flex;
        padding-right: 10px;
        width: 43.4%; }
        @media (max-width: 767px) {
          .page-template-report-2021 .donors-team-section .team .images .left {
            padding-right: 7.5px; } }
      .page-template-report-2021 .donors-team-section .team .images .right {
        display: flex;
        padding-left: 10px;
        width: 66.6%; }
        @media (max-width: 767px) {
          .page-template-report-2021 .donors-team-section .team .images .right {
            padding-left: 7.5px; } }
      .page-template-report-2021 .donors-team-section .team .images .image {
        width: 100%; }
      .page-template-report-2021 .donors-team-section .team .images img {
        height: 100%;
        object-fit: cover;
        width: 100%; }

.page-template-report-2021 .financials-section {
  background-image: linear-gradient(150deg, #32368C, #292760); }
  .page-template-report-2021 .financials-section .financials-toggle {
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    font-family: 'bsd_thin_skinnedregular';
    font-size: 62px;
    font-weight: 400;
    line-height: 70px;
    justify-content: center;
    padding: 40px;
    text-align: center; }
    .page-template-report-2021 .financials-section .financials-toggle svg {
      margin-left: 20px;
      transition: .3s;
      transform-origin: center; }
    .page-template-report-2021 .financials-section .financials-toggle.open svg {
      transform: rotate(-180deg); }
  .page-template-report-2021 .financials-section .financials-table-wrap {
    display: none;
    padding: 0 40px 60px; }
    @media (max-width: 767px) {
      .page-template-report-2021 .financials-section .financials-table-wrap {
        padding: 0 0 20px; } }
    .page-template-report-2021 .financials-section .financials-table-wrap .financials-table {
      background-color: #fff;
      color: #444244;
      font-size: 11px;
      margin: 0 auto;
      max-width: 785px;
      padding: 40px; }
      @media (max-width: 767px) {
        .page-template-report-2021 .financials-section .financials-table-wrap .financials-table {
          padding: 40px 25px; } }
      .page-template-report-2021 .financials-section .financials-table-wrap .financials-table p {
        padding: 0; }
      .page-template-report-2021 .financials-section .financials-table-wrap .financials-table .top-note {
        font-size: 11px;
        font-weight: 700;
        margin: 0;
        padding: 0;
        text-align: right; }
      .page-template-report-2021 .financials-section .financials-table-wrap .financials-table .f-table .table-row {
        display: flex;
        font-size: 11px; }
        @media (max-width: 767px) {
          .page-template-report-2021 .financials-section .financials-table-wrap .financials-table .f-table .table-row {
            flex-flow: wrap; } }
        .page-template-report-2021 .financials-section .financials-table-wrap .financials-table .f-table .table-row .f-title {
          margin-right: auto;
          width: 300px; }
          @media (max-width: 767px) {
            .page-template-report-2021 .financials-section .financials-table-wrap .financials-table .f-table .table-row .f-title {
              width: 100%; } }
        .page-template-report-2021 .financials-section .financials-table-wrap .financials-table .f-table .table-row .sign {
          text-align: left;
          width: 15px; }
        .page-template-report-2021 .financials-section .financials-table-wrap .financials-table .f-table .table-row .amount {
          text-align: right;
          width: auto; }
          @media (max-width: 767px) {
            .page-template-report-2021 .financials-section .financials-table-wrap .financials-table .f-table .table-row .amount {
              width: auto; } }
        .page-template-report-2021 .financials-section .financials-table-wrap .financials-table .f-table .table-row .percentage {
          text-align: right;
          width: 40px; }
          .page-template-report-2021 .financials-section .financials-table-wrap .financials-table .f-table .table-row .percentage + .sign {
            margin-left: 50px; }
            @media (max-width: 767px) {
              .page-template-report-2021 .financials-section .financials-table-wrap .financials-table .f-table .table-row .percentage + .sign {
                margin-left: auto; } }
        .page-template-report-2021 .financials-section .financials-table-wrap .financials-table .f-table .table-row .f-title.title {
          font-weight: 700;
          text-transform: uppercase; }
        .page-template-report-2021 .financials-section .financials-table-wrap .financials-table .f-table .table-row.f-table-th {
          align-items: flex-end;
          font-weight: 700; }
          .page-template-report-2021 .financials-section .financials-table-wrap .financials-table .f-table .table-row.f-table-th .f-title {
            padding-bottom: 10px;
            text-transform: uppercase; }
            @media (max-width: 767px) {
              .page-template-report-2021 .financials-section .financials-table-wrap .financials-table .f-table .table-row.f-table-th .f-title {
                padding-bottom: 5px; } }
            .page-template-report-2021 .financials-section .financials-table-wrap .financials-table .f-table .table-row.f-table-th .f-title h4 {
              color: #5D61A7;
              font-size: 14px;
              padding: 0; }
        .page-template-report-2021 .financials-section .financials-table-wrap .financials-table .f-table .table-row.f-table-td {
          padding: 3px 0; }
        .page-template-report-2021 .financials-section .financials-table-wrap .financials-table .f-table .table-row.total-row {
          border-top: 1px solid #CFD0D2;
          border-bottom: 2px solid #CFD0D2;
          font-weight: 700;
          margin-top: 5px; }
        .page-template-report-2021 .financials-section .financials-table-wrap .financials-table .f-table .table-row.border-top {
          border-top: 1px solid #CFD0D2;
          padding-top: 10px;
          margin-top: 10px; }
      .page-template-report-2021 .financials-section .financials-table-wrap .financials-table .f-table.first-table {
        margin-bottom: 30px; }
        .page-template-report-2021 .financials-section .financials-table-wrap .financials-table .f-table.first-table .f-table-th .top-note {
          padding-bottom: 15px; }
        .page-template-report-2021 .financials-section .financials-table-wrap .financials-table .f-table.first-table .f-table-th + .f-table-td {
          border-top: 1px solid #CFD0D2;
          padding-top: 10px; }
      .page-template-report-2021 .financials-section .financials-table-wrap .financials-table .f-table.second-table {
        margin-bottom: 30px; }
        .page-template-report-2021 .financials-section .financials-table-wrap .financials-table .f-table.second-table .f-table-th + .border-top {
          margin-top: 0; }
      .page-template-report-2021 .financials-section .financials-table-wrap .financials-table .notes-title {
        font-size: 11px;
        font-weight: 700;
        margin: 0 0 15px;
        text-transform: uppercase; }
      .page-template-report-2021 .financials-section .financials-table-wrap .financials-table h4 {
        color: #444244;
        padding: 0; }
      .page-template-report-2021 .financials-section .financials-table-wrap .financials-table .notes-subtitle {
        font-size: 11px;
        font-weight: 700; }
      .page-template-report-2021 .financials-section .financials-table-wrap .financials-table .notes-table {
        max-width: 490px; }
        .page-template-report-2021 .financials-section .financials-table-wrap .financials-table .notes-table .table-row {
          display: flex;
          padding: 3px 0; }
          .page-template-report-2021 .financials-section .financials-table-wrap .financials-table .notes-table .table-row .f-title {
            margin-right: auto;
            max-width: calc(100% - 150px);
            padding-left: 20px;
            position: relative;
            width: 310px; }
            .page-template-report-2021 .financials-section .financials-table-wrap .financials-table .notes-table .table-row .f-title .counter {
              left: 0;
              position: absolute;
              top: 0; }
          .page-template-report-2021 .financials-section .financials-table-wrap .financials-table .notes-table .table-row .number {
            text-align: right;
            width: 80px; }
            @media (max-width: 767px) {
              .page-template-report-2021 .financials-section .financials-table-wrap .financials-table .notes-table .table-row .number {
                width: 70px; } }
      .page-template-report-2021 .financials-section .financials-table-wrap .financials-table .notes-alt {
        border-top: 1px solid #CFD0D2;
        margin-bottom: 10px;
        margin-top: 10px;
        padding-top: 10px; }
        .page-template-report-2021 .financials-section .financials-table-wrap .financials-table .notes-alt + .notes-alt {
          border: none;
          margin-bottom: 20px;
          padding-top: 0; }
      .page-template-report-2021 .financials-section .financials-table-wrap .financials-table .assets-table {
        max-width: 315px; }
        .page-template-report-2021 .financials-section .financials-table-wrap .financials-table .assets-table .table-row {
          display: flex; }
          .page-template-report-2021 .financials-section .financials-table-wrap .financials-table .assets-table .table-row:last-child {
            border-bottom: 2px solid #CFD0D2;
            padding-bottom: 10px; }
          .page-template-report-2021 .financials-section .financials-table-wrap .financials-table .assets-table .table-row .f-title {
            margin-right: auto;
            width: 190px; }
            .page-template-report-2021 .financials-section .financials-table-wrap .financials-table .assets-table .table-row .f-title.bold {
              font-weight: 700; }
          .page-template-report-2021 .financials-section .financials-table-wrap .financials-table .assets-table .table-row .sign {
            width: 20px; }
          .page-template-report-2021 .financials-section .financials-table-wrap .financials-table .assets-table .table-row .number {
            text-align: right;
            width: 80px; }
          .page-template-report-2021 .financials-section .financials-table-wrap .financials-table .assets-table .table-row.f-table-th {
            align-items: flex-end;
            border-bottom: 2px solid #CFD0D2;
            font-weight: 700;
            padding-bottom: 10px;
            line-height: 1.5em;
            margin-bottom: 10px; }
      .page-template-report-2021 .financials-section .financials-table-wrap .financials-table .financials-text {
        line-height: 1.5em;
        margin-top: 30px; }

@media (max-width: 767px) {
  .page-template-report-2021 #footer {
    padding: 25px 10px; } }

.page-template-report-2021 #footer .footer-inner {
  display: flex;
  justify-content: space-between; }
  @media (max-width: 767px) {
    .page-template-report-2021 #footer .footer-inner {
      display: block;
      max-width: 100%;
      text-align: left; } }
  .page-template-report-2021 #footer .footer-inner .one,
  .page-template-report-2021 #footer .footer-inner .two,
  .page-template-report-2021 #footer .footer-inner .three {
    float: none;
    padding: 0 40px; }
    @media (max-width: 1199px) {
      .page-template-report-2021 #footer .footer-inner .one,
      .page-template-report-2021 #footer .footer-inner .two,
      .page-template-report-2021 #footer .footer-inner .three {
        padding: 0 20px; } }
    @media (max-width: 767px) {
      .page-template-report-2021 #footer .footer-inner .one,
      .page-template-report-2021 #footer .footer-inner .two,
      .page-template-report-2021 #footer .footer-inner .three {
        padding: 25px 0; } }
  .page-template-report-2021 #footer .footer-inner .one,
  .page-template-report-2021 #footer .footer-inner .three {
    border: none; }
  .page-template-report-2021 #footer .footer-inner .one {
    width: 35%; }
    @media (max-width: 991px) {
      .page-template-report-2021 #footer .footer-inner .one {
        width: 300px; } }
    @media (max-width: 767px) {
      .page-template-report-2021 #footer .footer-inner .one {
        width: 100%; } }
    .page-template-report-2021 #footer .footer-inner .one .footer-logo {
      margin: 0 0 25px; }
    .page-template-report-2021 #footer .footer-inner .one p {
      padding: 0; }
  .page-template-report-2021 #footer .footer-inner .two {
    width: 20%; }
    @media (max-width: 767px) {
      .page-template-report-2021 #footer .footer-inner .two {
        width: 100%; } }
    @media (max-width: 991px) {
      .page-template-report-2021 #footer .footer-inner .two {
        width: 200px; } }
    @media (max-width: 767px) {
      .page-template-report-2021 #footer .footer-inner .two {
        border-left: none;
        border-right: none;
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
        width: 100%; } }
    .page-template-report-2021 #footer .footer-inner .two .social {
      border: none;
      margin: 0;
      padding: 0; }
      .page-template-report-2021 #footer .footer-inner .two .social a {
        margin-bottom: 10px; }
  .page-template-report-2021 #footer .footer-inner .three {
    min-height: 0;
    width: 50%; }
    @media (max-width: 767px) {
      .page-template-report-2021 #footer .footer-inner .three {
        width: 100%; } }
    .page-template-report-2021 #footer .footer-inner .three h3 {
      color: #fff;
      font-family: 'bsd_thin_skinnedregular';
      font-size: 44px;
      font-weight: 400;
      line-height: 52px;
      margin: 0 0 30px;
      padding: 0; }
    .page-template-report-2021 #footer .footer-inner .three .links {
      align-items: center;
      display: flex;
      flex-flow: wrap; }
      .page-template-report-2021 #footer .footer-inner .three .links .link-arrow {
        border-bottom: 1px solid transparent;
        color: #fff;
        font-size: 13px;
        margin-left: 40px;
        text-decoration: none; }
        @media (max-width: 1199px) {
          .page-template-report-2021 #footer .footer-inner .three .links .link-arrow {
            margin: 30px 0 0;
            width: 100%; } }
        .page-template-report-2021 #footer .footer-inner .three .links .link-arrow:hover {
          border-bottom-color: #fff; }
        .page-template-report-2021 #footer .footer-inner .three .links .link-arrow svg {
          margin-left: 10px; }

@media (max-width: 1199px) {
  .page-template-report-2021.fixed-program-nav .programs-section .programs-wrap .programs-nav {
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    padding: 15px 40px;
    position: fixed;
    top: 119px; } }

@media (max-width: 1023px) {
  .page-template-report-2021.fixed-program-nav .programs-section .programs-wrap .programs-nav {
    top: 87px; } }

@media (max-width: 767px) {
  .page-template-report-2021.fixed-program-nav .programs-section .programs-wrap .programs-nav {
    top: 0; } }

body.page-template-report-2022 {
  background-color: #02c9f2;
  margin: 0;
  padding: 0;
  width: 100%;
  /**
 * Variables: Colors 
 */
  /**
 * Variables: Type 
 */
  /**
 * Mixins: Type 
 */
  /**
 * Mixins: Color Progressions 
 */
  /**
 * Mixins: Breakpoints 
 */
  /**
 * Mixins: Buttons 
 */
  /**
 * Mixins: Headings 
 */
  /**
 * Mixins: Animate 
 */
  /**
 * Keyframes 
 */
  /**
 * Reset: default header & footer 
 */
  /**
 * Report-Wide Styles 
 */ }

@keyframes breeze {
  0% {
    transform: translateX(0); }
  85% {
    opacity: 1;
    transform: translateX(-120vw); }
  87% {
    opacity: 0;
    visibility: hidden; }
  90% {
    transform: translateX(10vw); }
  91% {
    opacity: 0;
    visibility: hidden; }
  93% {
    opacity: 1;
    visibility: visible; }
  100% {
    transform: translateX(0); } }
  body.page-template-report-2022 #mainCntr.context-report {
    padding: 0; }
    body.page-template-report-2022 #mainCntr.context-report > header {
      display: none; }
  body.page-template-report-2022 #footer.context-report {
    display: none; }
  body.page-template-report-2022 button {
    border: 0;
    outline: 0; }
  body.page-template-report-2022 div#report-2022 {
    position: relative; }
    body.page-template-report-2022 div#report-2022 #backdrop {
      background-color: rgba(0, 0, 0, 0.45);
      height: 100%;
      opacity: 0;
      position: absolute;
      visibility: hidden;
      width: 100%;
      z-index: 9; }
      body.page-template-report-2022 div#report-2022 #backdrop.active {
        opacity: 1;
        visibility: visible; }
    body.page-template-report-2022 div#report-2022 * {
      text-rendering: optimizeLegibility;
      -webkit-font-smoothing: subpixel-antialiased !important;
      transition-duration: 0.2s; }
  body.page-template-report-2022 .container {
    margin: 0;
    max-width: none;
    padding: 0; }
    body.page-template-report-2022 .container-content {
      margin: 0 8.5rem;
      max-width: none;
      padding: 0; }
  body.page-template-report-2022 h1, body.page-template-report-2022 h2, body.page-template-report-2022 h3, body.page-template-report-2022 h4, body.page-template-report-2022 h5, body.page-template-report-2022 h6, body.page-template-report-2022 p, body.page-template-report-2022 a {
    padding: 0; }
  body.page-template-report-2022 img:not([src]) {
    visibility: hidden; }
  body.page-template-report-2022 #imagine {
    position: relative; }
    body.page-template-report-2022 #imagine-animate {
      background-color: transparent;
      height: 100%;
      left: 0;
      overflow: hidden;
      position: absolute;
      top: 0;
      width: 100%;
      z-index: 1; }
      body.page-template-report-2022 #imagine-animate svg {
        position: absolute; }
        body.page-template-report-2022 #imagine-animate svg > * {
          transition-duration: 0s !important; }
        body.page-template-report-2022 #imagine-animate svg#earth {
          height: 30.1875rem;
          left: 0;
          top: 29rem;
          transition-duration: 0s !important;
          width: 100%; }
        body.page-template-report-2022 #imagine-animate svg#cirrus {
          animation-duration: 120s;
          animation-iteration-count: infinite;
          animation-timing-function: linear;
          fill: #FFF;
          height: 2.5625rem;
          right: -1.5625rem;
          top: 11.375rem;
          transition-duration: 0s !important;
          width: 10.0625rem; }
        body.page-template-report-2022 #imagine-animate svg#nimbus {
          fill: #FFF;
          height: 2.69625rem;
          left: -5.25rem;
          top: 24.25rem;
          width: 10.37rem; }
    body.page-template-report-2022 #imagine .container {
      margin: 0 auto;
      max-width: 90rem; }
      body.page-template-report-2022 #imagine .container header {
        align-items: center;
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        margin: 0 0 6.75rem 0;
        padding: 1.875rem 1.5rem 0;
        position: relative;
        z-index: 1000; }
        body.page-template-report-2022 #imagine .container header .logo svg {
          fill: #2D2D89;
          height: 3rem;
          max-width: 15.1875rem; }
          body.page-template-report-2022 #imagine .container header .logo svg use {
            height: auto;
            width: 100%; }
        body.page-template-report-2022 #imagine .container header .nav {
          align-items: center;
          display: flex;
          flex-wrap: nowrap;
          gap: 1.125rem;
          justify-content: flex-end; }
          body.page-template-report-2022 #imagine .container header .nav a.download {
            background-color: #2D2D89;
            color: #FFF;
            border-radius: 6.25rem;
            display: inline-block;
            font-family: "Montserrat", sans-serif;
            font-size: 1.0625rem;
            font-weight: 800;
            letter-spacing: 0.01rem;
            line-height: 1.3125rem;
            outline: 0;
            padding: 0.875rem 1.3125rem;
            text-align: center;
            text-transform: uppercase;
            display: none;
            text-decoration: none; }
            body.page-template-report-2022 #imagine .container header .nav a.download:hover {
              background-color: #4040CF;
              color: #FFF; }
          body.page-template-report-2022 #imagine .container header .nav nav {
            position: relative; }
            body.page-template-report-2022 #imagine .container header .nav nav button#page-nav {
              background-color: #CA5DB3;
              border-radius: 50%;
              padding: 0.87875rem 0.7325rem;
              position: relative;
              z-index: 100; }
              body.page-template-report-2022 #imagine .container header .nav nav button#page-nav:hover {
                background-color: #F23CCC; }
              body.page-template-report-2022 #imagine .container header .nav nav button#page-nav svg {
                fill: #FFF;
                height: 1.3675rem;
                width: 1.70875rem; }
              body.page-template-report-2022 #imagine .container header .nav nav button#page-nav + ul {
                background-color: #FFF;
                border-radius: 2.34375rem 0 2.34375rem 2.34375rem;
                list-style: none;
                opacity: 0;
                padding: 2.1875rem 2.4375rem 3.25rem;
                position: absolute;
                right: 0;
                top: 5.5rem;
                visibility: hidden;
                z-index: 95; }
                body.page-template-report-2022 #imagine .container header .nav nav button#page-nav + ul svg.flow {
                  height: 3.9375rem;
                  position: absolute;
                  right: 0;
                  top: -3.7rem;
                  width: 6.3125rem;
                  z-index: 90; }
                body.page-template-report-2022 #imagine .container header .nav nav button#page-nav + ul li {
                  border-bottom: 0.125rem solid #9CE1E8;
                  display: block;
                  padding: 0.6875rem 0;
                  white-space: nowrap; }
                  body.page-template-report-2022 #imagine .container header .nav nav button#page-nav + ul li:first-of-type {
                    padding-top: 0; }
                  body.page-template-report-2022 #imagine .container header .nav nav button#page-nav + ul li:last-of-type {
                    border-bottom: 0;
                    padding-bottom: 0; }
                  body.page-template-report-2022 #imagine .container header .nav nav button#page-nav + ul li a {
                    color: #2D2D89;
                    font-family: "Montserrat", sans-serif;
                    font-size: 1.125rem;
                    font-weight: 700;
                    line-height: 1.5rem;
                    text-decoration: none;
                    text-transform: uppercase; }
                    body.page-template-report-2022 #imagine .container header .nav nav button#page-nav + ul li a:hover {
                      color: #CA5DB3; }
              body.page-template-report-2022 #imagine .container header .nav nav button#page-nav.active {
                background-color: #FFF; }
                body.page-template-report-2022 #imagine .container header .nav nav button#page-nav.active svg rect {
                  fill: #CA5DB3; }
                body.page-template-report-2022 #imagine .container header .nav nav button#page-nav.active svg .top {
                  transform: translate(21%) rotate(45deg); }
                body.page-template-report-2022 #imagine .container header .nav nav button#page-nav.active svg .mid {
                  opacity: 0; }
                body.page-template-report-2022 #imagine .container header .nav nav button#page-nav.active svg .bot {
                  transform: translate(-9.8px, 7.6px) rotate(-45deg); }
                body.page-template-report-2022 #imagine .container header .nav nav button#page-nav.active + ul {
                  opacity: 1;
                  visibility: visible; }
                body.page-template-report-2022 #imagine .container header .nav nav button#page-nav.active:hover {
                  background-color: #FFF; }
                  body.page-template-report-2022 #imagine .container header .nav nav button#page-nav.active:hover svg rect {
                    fill: #F23CCC; }
      body.page-template-report-2022 #imagine .container .container-content {
        display: flex;
        flex-direction: column-reverse;
        margin: 0; }
        body.page-template-report-2022 #imagine .container .container-content .copy {
          margin: 0;
          width: 100%; }
          body.page-template-report-2022 #imagine .container .container-content .copy .intro {
            border-top: 2.1875rem solid #02C9F2;
            padding-top: 2.0625rem;
            position: relative;
            z-index: 5; }
            body.page-template-report-2022 #imagine .container .container-content .copy .intro::before {
              background-color: #FFF;
              bottom: 0;
              content: "";
              display: block;
              height: 100%;
              position: absolute;
              right: 0;
              width: 100%;
              z-index: -1; }
            body.page-template-report-2022 #imagine .container .container-content .copy .intro h1 {
              color: #02C9F2;
              font-family: "Montserrat", sans-serif;
              font-size: 1.75rem;
              font-weight: 800;
              letter-spacing: 0.03rem;
              line-height: 1.875rem;
              text-transform: uppercase;
              background-color: #2D2D89;
              display: inline-block;
              position: relative;
              z-index: 20;
              margin-bottom: 2.5rem;
              margin-left: 2.625rem;
              padding: 1.375rem 2.0625rem 0.9375rem; }
              body.page-template-report-2022 #imagine .container .container-content .copy .intro h1::before {
                background-color: #9CE1E8;
                content: "";
                display: inline-block;
                height: 6.3125rem;
                position: absolute;
                z-index: -1; }
              body.page-template-report-2022 #imagine .container .container-content .copy .intro h1::after {
                background-color: #2D2D89;
                content: "";
                display: inline-block;
                height: 100%;
                left: 0;
                position: absolute;
                top: 0;
                width: 100%;
                z-index: -1; }
              body.page-template-report-2022 #imagine .container .container-content .copy .intro h1 span {
                color: #2D2D89;
                font-family: "bsd_thin_skinnedregular";
                font-size: 6.25rem;
                font-weight: 400;
                line-height: 7.8125rem;
                position: absolute; }
              body.page-template-report-2022 #imagine .container .container-content .copy .intro h1::before {
                left: -1.25rem;
                top: -5.3125rem;
                width: 16.0625rem; }
              body.page-template-report-2022 #imagine .container .container-content .copy .intro h1 span {
                left: -0.3125rem;
                top: -7.8125rem; }
              body.page-template-report-2022 #imagine .container .container-content .copy .intro h1 svg#tada {
                height: 3.97688rem;
                position: absolute;
                right: -0.515625rem;
                top: -8.25rem;
                width: 4.27875rem;
                z-index: 1; }
            body.page-template-report-2022 #imagine .container .container-content .copy .intro .caption {
              margin: 0;
              padding: 0 2.3125rem 2.875rem 2.1875rem; }
              body.page-template-report-2022 #imagine .container .container-content .copy .intro .caption p {
                color: #2D2D89;
                font-family: "Montserrat", sans-serif;
                font-size: 1.125rem;
                font-weight: 400;
                line-height: 1.5rem;
                margin-bottom: 0.875rem;
                padding: 0; }
                body.page-template-report-2022 #imagine .container .container-content .copy .intro .caption p:first-of-type {
                  color: #2D2D89;
                  font-family: "Montserrat", sans-serif;
                  font-size: 1.125rem;
                  font-weight: 700;
                  line-height: 1.5rem;
                  letter-spacing: -0.028125rem; }
            body.page-template-report-2022 #imagine .container .container-content .copy .intro svg#gesture {
              height: 7.78313rem;
              left: 1.3125rem;
              position: absolute;
              top: -14rem;
              width: 8.20187rem;
              z-index: 1; }
        body.page-template-report-2022 #imagine .container .container-content .media {
          flex-grow: 1;
          margin: 0 1.375rem 9.625rem;
          padding-right: 0.625rem;
          position: relative;
          z-index: 1; }
          body.page-template-report-2022 #imagine .container .container-content .media svg#morning {
            height: 10.1875rem;
            left: 2rem;
            position: absolute;
            top: -5.0625rem;
            width: 10.1875rem;
            z-index: -1; }
          body.page-template-report-2022 #imagine .container .container-content .media svg#reflection {
            bottom: -10.9375rem;
            height: 7.8125rem;
            left: -1.375rem;
            position: absolute;
            width: calc(100% + 2.75rem); }
          body.page-template-report-2022 #imagine .container .container-content .media svg#shadow {
            display: none;
            height: 30.1875rem;
            left: 0;
            position: absolute;
            top: 16.25rem;
            width: 57vw; }
          body.page-template-report-2022 #imagine .container .container-content .media .vid {
            position: relative;
            z-index: 5; }
            body.page-template-report-2022 #imagine .container .container-content .media .vid .frame {
              background-color: rgba(0, 0, 0, 0.35);
              height: 100%;
              left: 0;
              position: absolute;
              top: 0;
              width: 100%;
              z-index: 5; }
              body.page-template-report-2022 #imagine .container .container-content .media .vid .frame.curtains {
                visibility: hidden; }
              body.page-template-report-2022 #imagine .container .container-content .media .vid .frame.active {
                display: none; }
              body.page-template-report-2022 #imagine .container .container-content .media .vid .frame img {
                height: 100%;
                object-fit: cover;
                width: 100%; }
              body.page-template-report-2022 #imagine .container .container-content .media .vid .frame button#hit-it {
                background-color: transparent;
                bottom: 3.5rem;
                color: #02C9F2;
                height: 5.5625rem;
                fill: #2D2D89;
                left: calc(50% - 2.78125rem);
                position: absolute;
                transform: rotate(-90deg);
                width: 5.5625rem;
                z-index: 10; }
                body.page-template-report-2022 #imagine .container .container-content .media .vid .frame button#hit-it:hover {
                  fill: #4040CF; }
                body.page-template-report-2022 #imagine .container .container-content .media .vid .frame button#hit-it svg#justpush {
                  height: 5.5625rem;
                  width: 5.5625rem; }
            body.page-template-report-2022 #imagine .container .container-content .media .vid video {
              height: 53.5vw;
              object-fit: cover;
              width: 100%; }
    body.page-template-report-2022 #imagine #full-vid {
      background-color: rgba(0, 0, 0, 0.4);
      display: none;
      height: 100%;
      left: 0;
      position: fixed;
      top: 0;
      width: 100%;
      z-index: 2000; }
      body.page-template-report-2022 #imagine #full-vid.active {
        display: block; }
      body.page-template-report-2022 #imagine #full-vid video {
        height: auto;
        left: calc(50% - 45vw);
        position: absolute;
        top: 7.5rem;
        width: 90vw; }
    @media (min-width: 1180px) {
      body.page-template-report-2022 #imagine .container {
        margin: 0 auto;
        max-width: 90rem; }
        body.page-template-report-2022 #imagine .container header {
          align-items: center;
          display: flex;
          flex-wrap: nowrap;
          justify-content: space-between;
          margin: 0 0 6.75rem 0;
          padding: 2.5625rem 5rem 0;
          position: relative;
          z-index: 1000; }
          body.page-template-report-2022 #imagine .container header .logo svg {
            fill: #2D2D89;
            max-height: 4.61188rem;
            max-width: 23.2587rem; }
            body.page-template-report-2022 #imagine .container header .logo svg use {
              height: auto;
              width: 100%; }
          body.page-template-report-2022 #imagine .container header .nav {
            align-items: center;
            display: flex;
            flex-wrap: nowrap;
            gap: 1.125rem;
            justify-content: flex-end; }
            body.page-template-report-2022 #imagine .container header .nav a.download {
              background-color: #2D2D89;
              color: #FFF;
              border-radius: 6.25rem;
              display: inline-block;
              font-family: "Montserrat", sans-serif;
              font-size: 1.0625rem;
              font-weight: 800;
              letter-spacing: 0.01rem;
              line-height: 1.3125rem;
              outline: 0;
              padding: 0.875rem 1.3125rem;
              text-align: center;
              text-transform: uppercase;
              text-decoration: none; }
              body.page-template-report-2022 #imagine .container header .nav a.download:hover {
                background-color: #4040CF;
                color: #FFF; }
            body.page-template-report-2022 #imagine .container header .nav nav {
              position: relative; }
              body.page-template-report-2022 #imagine .container header .nav nav button#page-nav {
                background-color: #CA5DB3;
                border-radius: 50%;
                padding: 0.87875rem 0.7325rem;
                position: relative;
                z-index: 100; }
                body.page-template-report-2022 #imagine .container header .nav nav button#page-nav:hover {
                  background-color: #F23CCC; }
                body.page-template-report-2022 #imagine .container header .nav nav button#page-nav svg {
                  fill: #FFF;
                  height: 1.3675rem;
                  width: 1.70875rem; }
                body.page-template-report-2022 #imagine .container header .nav nav button#page-nav + ul {
                  background-color: #FFF;
                  border-radius: 2.34375rem 0 2.34375rem 2.34375rem;
                  list-style: none;
                  opacity: 0;
                  padding: 2.1875rem 2.4375rem 3.25rem;
                  position: absolute;
                  right: 0;
                  top: 5.5rem;
                  visibility: hidden;
                  z-index: 95; }
                  body.page-template-report-2022 #imagine .container header .nav nav button#page-nav + ul svg.flow {
                    height: 3.9375rem;
                    position: absolute;
                    right: 0;
                    top: -3.7rem;
                    width: 6.3125rem;
                    z-index: 90; }
                  body.page-template-report-2022 #imagine .container header .nav nav button#page-nav + ul li {
                    border-bottom: 0.125rem solid #9CE1E8;
                    display: block;
                    padding: 0.6875rem 0;
                    white-space: nowrap; }
                    body.page-template-report-2022 #imagine .container header .nav nav button#page-nav + ul li:first-of-type {
                      padding-top: 0; }
                    body.page-template-report-2022 #imagine .container header .nav nav button#page-nav + ul li:last-of-type {
                      border-bottom: 0;
                      padding-bottom: 0; }
                    body.page-template-report-2022 #imagine .container header .nav nav button#page-nav + ul li a {
                      color: #2D2D89;
                      font-family: "Montserrat", sans-serif;
                      font-size: 1.125rem;
                      font-weight: 700;
                      line-height: 1.5rem;
                      text-decoration: none;
                      text-transform: uppercase; }
                      body.page-template-report-2022 #imagine .container header .nav nav button#page-nav + ul li a:hover {
                        color: #CA5DB3; }
                body.page-template-report-2022 #imagine .container header .nav nav button#page-nav.active {
                  background-color: #FFF; }
                  body.page-template-report-2022 #imagine .container header .nav nav button#page-nav.active svg rect {
                    fill: #CA5DB3; }
                  body.page-template-report-2022 #imagine .container header .nav nav button#page-nav.active svg .top {
                    transform: translate(25%) rotate(45deg); }
                  body.page-template-report-2022 #imagine .container header .nav nav button#page-nav.active svg .mid {
                    opacity: 0; }
                  body.page-template-report-2022 #imagine .container header .nav nav button#page-nav.active svg .bot {
                    transform: translate(-9.6px, 7.6px) rotate(-45deg); }
                  body.page-template-report-2022 #imagine .container header .nav nav button#page-nav.active + ul {
                    opacity: 1;
                    visibility: visible; }
                  body.page-template-report-2022 #imagine .container header .nav nav button#page-nav.active:hover {
                    background-color: #FFF; }
                    body.page-template-report-2022 #imagine .container header .nav nav button#page-nav.active:hover svg rect {
                      fill: #F23CCC; }
        body.page-template-report-2022 #imagine .container .container-content {
          display: flex;
          flex-direction: row;
          margin: 0 8.5rem; }
          body.page-template-report-2022 #imagine .container .container-content .copy {
            margin-bottom: 4.9375rem;
            margin-left: 6.25rem;
            margin-top: 7.6875rem;
            min-width: 22.9375rem;
            width: calc(40% - 100px); }
            body.page-template-report-2022 #imagine .container .container-content .copy .intro {
              border: 0;
              padding-top: 0;
              position: relative;
              z-index: 5; }
              body.page-template-report-2022 #imagine .container .container-content .copy .intro::before {
                background-color: #FFF;
                bottom: 0;
                content: "";
                display: block;
                height: calc(100% - 3.625rem);
                position: absolute;
                right: 0;
                width: 100%;
                z-index: -1; }
              body.page-template-report-2022 #imagine .container .container-content .copy .intro h1 {
                color: #02C9F2;
                font-family: "Montserrat", sans-serif;
                font-size: 1.75rem;
                font-weight: 800;
                letter-spacing: 0.03rem;
                line-height: 1.875rem;
                text-transform: uppercase;
                background-color: #2D2D89;
                display: inline-block;
                position: relative;
                z-index: 20;
                margin-bottom: 2.5rem;
                margin-left: 0;
                padding: 1.375rem 2.0625rem 0.9375rem; }
                body.page-template-report-2022 #imagine .container .container-content .copy .intro h1::before {
                  background-color: #9CE1E8;
                  content: "";
                  display: inline-block;
                  height: 6.3125rem;
                  position: absolute;
                  z-index: -1; }
                body.page-template-report-2022 #imagine .container .container-content .copy .intro h1::after {
                  background-color: #2D2D89;
                  content: "";
                  display: inline-block;
                  height: 100%;
                  left: 0;
                  position: absolute;
                  top: 0;
                  width: 100%;
                  z-index: -1; }
                body.page-template-report-2022 #imagine .container .container-content .copy .intro h1 span {
                  color: #2D2D89;
                  font-family: "bsd_thin_skinnedregular";
                  font-size: 6.25rem;
                  font-weight: 400;
                  line-height: 7.8125rem;
                  position: absolute; }
                body.page-template-report-2022 #imagine .container .container-content .copy .intro h1::before {
                  left: -6.25rem;
                  top: -5.3125rem;
                  width: 16.0625rem; }
                body.page-template-report-2022 #imagine .container .container-content .copy .intro h1 span {
                  left: -4.75rem;
                  top: -7.8125rem; }
                body.page-template-report-2022 #imagine .container .container-content .copy .intro h1 svg#tada {
                  height: 3.97688rem;
                  position: absolute;
                  right: -3.09125rem;
                  top: -3rem;
                  width: 4.27875rem;
                  z-index: 1; }
              body.page-template-report-2022 #imagine .container .container-content .copy .intro .caption {
                margin: 0;
                padding: 0 2.3125rem 2.875rem 2.1875rem; }
                body.page-template-report-2022 #imagine .container .container-content .copy .intro .caption p {
                  color: #2D2D89;
                  font-family: "Montserrat", sans-serif;
                  font-size: 1.125rem;
                  font-weight: 400;
                  line-height: 1.5rem;
                  margin-bottom: 0.875rem;
                  padding: 0; }
                  body.page-template-report-2022 #imagine .container .container-content .copy .intro .caption p:first-of-type {
                    color: #2D2D89;
                    font-family: "Montserrat", sans-serif;
                    font-size: 1.125rem;
                    font-weight: 700;
                    line-height: 1.5rem;
                    letter-spacing: -0.028125rem; }
              body.page-template-report-2022 #imagine .container .container-content .copy .intro svg#gesture {
                bottom: 1.96687rem;
                height: 7.78313rem;
                left: auto;
                position: absolute;
                right: -7.20188rem;
                top: auto;
                width: 8.20187rem;
                z-index: 1; }
          body.page-template-report-2022 #imagine .container .container-content .media {
            flex-grow: 1;
            margin: 0;
            padding-right: 0;
            position: relative;
            z-index: 1; }
            body.page-template-report-2022 #imagine .container .container-content .media svg#morning {
              height: 10.1875rem;
              left: 2rem;
              position: absolute;
              top: -5.0625rem;
              width: 10.1875rem;
              z-index: -1; }
            body.page-template-report-2022 #imagine .container .container-content .media svg#reflection {
              display: block;
              bottom: -3.3125rem;
              height: 7.8125rem;
              left: 0;
              position: absolute;
              width: 57vw; }
            body.page-template-report-2022 #imagine .container .container-content .media svg#shadow {
              display: block;
              height: 26.1875rem;
              left: 0;
              position: absolute;
              top: 16.25rem;
              width: 57vw; }
            body.page-template-report-2022 #imagine .container .container-content .media .vid {
              position: relative; }
              body.page-template-report-2022 #imagine .container .container-content .media .vid .frame {
                height: 100%;
                left: 0;
                position: absolute;
                top: 0;
                width: 100%;
                z-index: 5; }
                body.page-template-report-2022 #imagine .container .container-content .media .vid .frame.curtains {
                  visibility: hidden; }
                body.page-template-report-2022 #imagine .container .container-content .media .vid .frame.active {
                  display: none; }
                body.page-template-report-2022 #imagine .container .container-content .media .vid .frame img {
                  height: 100%;
                  object-fit: cover;
                  width: 100%; }
                body.page-template-report-2022 #imagine .container .container-content .media .vid .frame button#hit-it {
                  background-color: transparent;
                  bottom: 3.5rem;
                  color: #02C9F2;
                  height: 5.5625rem;
                  fill: #2D2D89;
                  left: calc(50% - 2.78125rem);
                  position: absolute;
                  transform: rotate(-90deg);
                  width: 5.5625rem;
                  z-index: 10; }
                  body.page-template-report-2022 #imagine .container .container-content .media .vid .frame button#hit-it:hover {
                    fill: #4040CF; }
                  body.page-template-report-2022 #imagine .container .container-content .media .vid .frame button#hit-it svg#justpush {
                    height: 5.5625rem;
                    width: 5.5625rem; }
              body.page-template-report-2022 #imagine .container .container-content .media .vid video {
                height: 24.1875rem;
                width: 100%; }
      body.page-template-report-2022 #imagine #full-vid {
        background-color: rgba(0, 0, 0, 0.4);
        display: none;
        height: 100%;
        left: 0;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 2000; }
        body.page-template-report-2022 #imagine #full-vid.active {
          display: block; }
        body.page-template-report-2022 #imagine #full-vid video {
          height: auto;
          left: calc(50% - 35vw);
          position: absolute;
          top: 7.5rem;
          width: 70vw; } }
  body.page-template-report-2022 #impact {
    background-color: #2D2D89;
    padding: 9.125rem 1.375rem 2.6875rem;
    position: relative; }
    body.page-template-report-2022 #impact-animate {
      background-color: transparent;
      height: 100%;
      left: 0;
      overflow: hidden;
      position: absolute;
      top: 0;
      width: 100%;
      z-index: 1; }
      body.page-template-report-2022 #impact-animate svg {
        position: absolute; }
        body.page-template-report-2022 #impact-animate svg#upwards {
          bottom: 0;
          height: auto;
          left: 0;
          transition-duration: 0s !important;
          width: 100%; }
          body.page-template-report-2022 #impact-animate svg#upwards path {
            width: 100%; }
    body.page-template-report-2022 #impact .container {
      margin: 0 auto;
      max-width: 90rem;
      position: relative;
      z-index: 5; }
      body.page-template-report-2022 #impact .container-content {
        margin: 0 0.4375rem; }
        body.page-template-report-2022 #impact .container-content h2 {
          color: #FF3C56;
          font-family: "Montserrat", sans-serif;
          font-size: 1.75rem;
          font-weight: 800;
          letter-spacing: 0.03rem;
          line-height: 1.875rem;
          text-transform: uppercase;
          background-color: #FFF;
          display: inline-block;
          position: relative;
          z-index: 20;
          margin-bottom: 2.125rem;
          margin-left: 11rem;
          padding: 1.5rem 1.75rem 1.125rem; }
          body.page-template-report-2022 #impact .container-content h2::before {
            background-color: #FF3C56;
            content: "";
            display: inline-block;
            height: 6.3125rem;
            position: absolute;
            z-index: -1; }
          body.page-template-report-2022 #impact .container-content h2::after {
            background-color: #FFF;
            content: "";
            display: inline-block;
            height: 100%;
            left: 0;
            position: absolute;
            top: 0;
            width: 100%;
            z-index: -1; }
          body.page-template-report-2022 #impact .container-content h2 span {
            color: #FFF;
            font-family: "bsd_thin_skinnedregular";
            font-size: 6.25rem;
            font-weight: 400;
            line-height: 7.8125rem;
            position: absolute; }
          body.page-template-report-2022 #impact .container-content h2::before {
            left: -9.1875rem;
            top: -3.625rem;
            width: 10.375rem; }
          body.page-template-report-2022 #impact .container-content h2 span {
            left: -7.75rem;
            top: -6rem; }
          body.page-template-report-2022 #impact .container-content h2 svg#whoa {
            height: 5.86313rem;
            position: absolute;
            left: 3rem;
            top: -7.375rem;
            width: 3.54875rem;
            z-index: 1; }
    body.page-template-report-2022 #impact #impact-slider {
      display: flex;
      flex-direction: column;
      flex-wrap: nowrap;
      position: relative;
      width: 100%;
      z-index: 5; }
      body.page-template-report-2022 #impact #impact-slider #mobile-controls {
        align-items: center;
        display: flex;
        justify-content: center;
        margin-top: 2rem;
        position: relative;
        z-index: 100; }
        body.page-template-report-2022 #impact #impact-slider #mobile-controls button.screen-button {
          background-color: transparent; }
          body.page-template-report-2022 #impact #impact-slider #mobile-controls button.screen-button svg {
            fill: #FFF;
            height: 1.3125rem;
            width: 1.0625rem; }
          body.page-template-report-2022 #impact #impact-slider #mobile-controls button.screen-button#screen-left {
            margin-right: 2rem; }
          body.page-template-report-2022 #impact #impact-slider #mobile-controls button.screen-button#screen-right {
            margin-left: 2rem;
            transform: rotate(180deg); }
        body.page-template-report-2022 #impact #impact-slider #mobile-controls button.screen-dots {
          background-color: transparent;
          margin: 0 0.375rem;
          position: relative;
          z-index: 100; }
          body.page-template-report-2022 #impact #impact-slider #mobile-controls button.screen-dots svg {
            fill: #BEBEDA;
            height: 0.8125rem;
            width: 0.8125rem; }
          body.page-template-report-2022 #impact #impact-slider #mobile-controls button.screen-dots.active svg {
            fill: #FFF; }
      body.page-template-report-2022 #impact #impact-slider button.slide-button {
        background-color: transparent;
        display: none;
        padding: 2.1875rem; }
        body.page-template-report-2022 #impact #impact-slider button.slide-button svg {
          fill: #BEBEDA;
          height: 2.44687rem;
          width: 2.11937rem; }
          body.page-template-report-2022 #impact #impact-slider button.slide-button svg path {
            fill: inherit; }
        body.page-template-report-2022 #impact #impact-slider button.slide-button#slide-right svg {
          transform: rotate(180deg); }
        body.page-template-report-2022 #impact #impact-slider button.slide-button:hover svg {
          fill: #FFF; }
      body.page-template-report-2022 #impact #impact-slider .slides {
        flex-grow: 1;
        margin: 0 auto;
        max-width: 90rem;
        position: relative;
        width: 100%; }
        body.page-template-report-2022 #impact #impact-slider .slides .slide {
          display: flex;
          grid-template-columns: repeat(2, 1fr);
          opacity: 0;
          position: absolute;
          width: 100%;
          z-index: -1; }
          body.page-template-report-2022 #impact #impact-slider .slides .slide:nth-of-type(odd) .screen:nth-of-type(odd) .frame:nth-of-type(1) .bubble .impact-animation {
            background-color: #FFE223; }
          body.page-template-report-2022 #impact #impact-slider .slides .slide:nth-of-type(odd) .screen:nth-of-type(odd) .frame:nth-of-type(1) p span {
            color: #FFE223; }
          body.page-template-report-2022 #impact #impact-slider .slides .slide:nth-of-type(odd) .screen:nth-of-type(odd) .frame:nth-of-type(2) .bubble .impact-animation {
            background-color: #ABD455; }
          body.page-template-report-2022 #impact #impact-slider .slides .slide:nth-of-type(odd) .screen:nth-of-type(odd) .frame:nth-of-type(2) p span {
            color: #ABD455; }
          body.page-template-report-2022 #impact #impact-slider .slides .slide:nth-of-type(odd) .screen:nth-of-type(even) .frame:nth-of-type(1) .bubble .impact-animation {
            background-color: #9CE1E8; }
          body.page-template-report-2022 #impact #impact-slider .slides .slide:nth-of-type(odd) .screen:nth-of-type(even) .frame:nth-of-type(1) p span {
            color: #9CE1E8; }
          body.page-template-report-2022 #impact #impact-slider .slides .slide:nth-of-type(odd) .screen:nth-of-type(even) .frame:nth-of-type(2) .bubble .impact-animation {
            background-color: #CA5DB3; }
          body.page-template-report-2022 #impact #impact-slider .slides .slide:nth-of-type(odd) .screen:nth-of-type(even) .frame:nth-of-type(2) p span {
            color: #CA5DB3; }
          body.page-template-report-2022 #impact #impact-slider .slides .slide:nth-of-type(even) .screen:nth-of-type(odd) .frame:nth-of-type(1) .bubble .impact-animation {
            background-color: #FF8A00; }
          body.page-template-report-2022 #impact #impact-slider .slides .slide:nth-of-type(even) .screen:nth-of-type(odd) .frame:nth-of-type(1) p span {
            color: #FF8A00; }
          body.page-template-report-2022 #impact #impact-slider .slides .slide:nth-of-type(even) .screen:nth-of-type(odd) .frame:nth-of-type(2) .bubble .impact-animation {
            background-color: #ABD455; }
          body.page-template-report-2022 #impact #impact-slider .slides .slide:nth-of-type(even) .screen:nth-of-type(odd) .frame:nth-of-type(2) p span {
            color: #ABD455; }
          body.page-template-report-2022 #impact #impact-slider .slides .slide:nth-of-type(even) .screen:nth-of-type(even) .frame:nth-of-type(1) .bubble .impact-animation {
            background-color: #02C9F2; }
          body.page-template-report-2022 #impact #impact-slider .slides .slide:nth-of-type(even) .screen:nth-of-type(even) .frame:nth-of-type(1) p span {
            color: #02C9F2; }
          body.page-template-report-2022 #impact #impact-slider .slides .slide:nth-of-type(even) .screen:nth-of-type(even) .frame:nth-of-type(2) .bubble .impact-animation {
            background-color: #CA5DB3; }
          body.page-template-report-2022 #impact #impact-slider .slides .slide:nth-of-type(even) .screen:nth-of-type(even) .frame:nth-of-type(2) p span {
            color: #CA5DB3; }
          body.page-template-report-2022 #impact #impact-slider .slides .slide.active {
            opacity: 1;
            position: relative;
            z-index: 1; }
          body.page-template-report-2022 #impact #impact-slider .slides .slide .screen {
            display: block;
            opacity: 0;
            position: absolute;
            z-index: -1; }
            body.page-template-report-2022 #impact #impact-slider .slides .slide .screen.active {
              opacity: 1;
              position: relative;
              z-index: 1; }
            body.page-template-report-2022 #impact #impact-slider .slides .slide .screen .frame {
              display: flex; }
              body.page-template-report-2022 #impact #impact-slider .slides .slide .screen .frame .bubble {
                border: 0.625rem solid rgba(255, 255, 255, 0.17);
                border-radius: 50%;
                flex-shrink: 0;
                height: 12.5rem;
                margin-bottom: 0.9375rem;
                overflow: hidden;
                width: 12.5rem; }
                body.page-template-report-2022 #impact #impact-slider .slides .slide .screen .frame .bubble img {
                  height: 100%;
                  object-fit: cover;
                  width: 100%; }
                body.page-template-report-2022 #impact #impact-slider .slides .slide .screen .frame .bubble .impact-animation {
                  height: 100%;
                  position: relative;
                  width: 100%; }
                  body.page-template-report-2022 #impact #impact-slider .slides .slide .screen .frame .bubble .impact-animation canvas {
                    padding: 1.5rem; }
                  body.page-template-report-2022 #impact #impact-slider .slides .slide .screen .frame .bubble .impact-animation svg {
                    padding: 2rem; }
              body.page-template-report-2022 #impact #impact-slider .slides .slide .screen .frame p {
                color: #FFF;
                font-family: "Montserrat", sans-serif;
                font-size: 1.125rem;
                font-weight: 400;
                line-height: 1.5rem;
                margin-left: 1.1875rem; }
                body.page-template-report-2022 #impact #impact-slider .slides .slide .screen .frame p span {
                  color: #FFE223;
                  font-family: "Montserrat", sans-serif;
                  font-size: 4rem;
                  font-weight: 800;
                  line-height: 4.375rem;
                  display: block; }
              body.page-template-report-2022 #impact #impact-slider .slides .slide .screen .frame:nth-child(even) {
                margin-top: 2.6875rem; }
    @media (min-width: 1180px) {
      body.page-template-report-2022 #impact {
        background-color: #2D2D89;
        padding: 12.75rem 0 8.5625rem;
        position: relative; }
        body.page-template-report-2022 #impact-animate {
          background-color: transparent;
          height: 100%;
          left: 0;
          overflow: hidden;
          position: absolute;
          top: 0;
          width: 100%;
          z-index: 1; }
          body.page-template-report-2022 #impact-animate svg {
            position: absolute; }
            body.page-template-report-2022 #impact-animate svg#upwards {
              bottom: auto;
              height: auto;
              left: 0;
              top: 9.1875rem;
              transition-duration: 0s !important;
              width: 100%; }
              body.page-template-report-2022 #impact-animate svg#upwards path {
                width: 100%; }
        body.page-template-report-2022 #impact .container {
          margin: 0 auto;
          max-width: 90rem;
          position: relative;
          z-index: 5; }
          body.page-template-report-2022 #impact .container-content {
            margin: 0; }
            body.page-template-report-2022 #impact .container-content h2 {
              color: #FF3C56;
              font-family: "Montserrat", sans-serif;
              font-size: 1.75rem;
              font-weight: 800;
              letter-spacing: 0.03rem;
              line-height: 1.875rem;
              text-transform: uppercase;
              background-color: #FFF;
              display: inline-block;
              position: relative;
              z-index: 20;
              margin-bottom: 0;
              margin-left: 15.4rem;
              padding: 1.5rem 1.75rem 1.125rem; }
              body.page-template-report-2022 #impact .container-content h2::before {
                background-color: #FF3C56;
                content: "";
                display: inline-block;
                height: 6.3125rem;
                position: absolute;
                z-index: -1; }
              body.page-template-report-2022 #impact .container-content h2::after {
                background-color: #FFF;
                content: "";
                display: inline-block;
                height: 100%;
                left: 0;
                position: absolute;
                top: 0;
                width: 100%;
                z-index: -1; }
              body.page-template-report-2022 #impact .container-content h2 span {
                color: #FFF;
                font-family: "bsd_thin_skinnedregular";
                font-size: 6.25rem;
                font-weight: 400;
                line-height: 7.8125rem;
                position: absolute; }
              body.page-template-report-2022 #impact .container-content h2::before {
                left: -9.1875rem;
                top: -3.625rem;
                width: 10.375rem; }
              body.page-template-report-2022 #impact .container-content h2 span {
                left: -7.75rem;
                top: -6rem; }
              body.page-template-report-2022 #impact .container-content h2 svg#whoa {
                height: 5.86313rem;
                position: absolute;
                left: 3rem;
                top: -7.375rem;
                width: 3.54875rem;
                z-index: 1; }
        body.page-template-report-2022 #impact #impact-slider {
          display: flex;
          flex-direction: row;
          flex-wrap: nowrap;
          position: relative;
          width: 100%;
          z-index: 5; }
          body.page-template-report-2022 #impact #impact-slider button.slide-button {
            background-color: transparent;
            display: block;
            padding: 2.1875rem; }
            body.page-template-report-2022 #impact #impact-slider button.slide-button svg {
              fill: #BEBEDA;
              height: 2.44687rem;
              width: 2.11937rem; }
              body.page-template-report-2022 #impact #impact-slider button.slide-button svg path {
                fill: inherit; }
            body.page-template-report-2022 #impact #impact-slider button.slide-button#slide-right svg {
              transform: rotate(180deg); }
            body.page-template-report-2022 #impact #impact-slider button.slide-button:hover svg {
              fill: #FFF; }
          body.page-template-report-2022 #impact #impact-slider #mobile-controls {
            display: none; }
          body.page-template-report-2022 #impact #impact-slider .slides {
            flex-grow: 1;
            margin: 0 auto;
            max-width: 90rem;
            position: relative;
            width: auto; }
            body.page-template-report-2022 #impact #impact-slider .slides .slide {
              display: grid;
              gap: 7.625rem;
              grid-template-columns: repeat(2, 1fr);
              opacity: 0;
              position: absolute;
              width: 100%; }
              body.page-template-report-2022 #impact #impact-slider .slides .slide:nth-of-type(odd) .screen:nth-of-type(odd) .frame:nth-of-type(1) .bubble .impact-animation {
                background-color: #FFE223; }
              body.page-template-report-2022 #impact #impact-slider .slides .slide:nth-of-type(odd) .screen:nth-of-type(odd) .frame:nth-of-type(1) p span {
                color: #FFE223; }
              body.page-template-report-2022 #impact #impact-slider .slides .slide:nth-of-type(odd) .screen:nth-of-type(odd) .frame:nth-of-type(2) .bubble .impact-animation {
                background-color: #ABD455; }
              body.page-template-report-2022 #impact #impact-slider .slides .slide:nth-of-type(odd) .screen:nth-of-type(odd) .frame:nth-of-type(2) p span {
                color: #ABD455; }
              body.page-template-report-2022 #impact #impact-slider .slides .slide:nth-of-type(odd) .screen:nth-of-type(even) .frame:nth-of-type(1) .bubble .impact-animation {
                background-color: #9CE1E8; }
              body.page-template-report-2022 #impact #impact-slider .slides .slide:nth-of-type(odd) .screen:nth-of-type(even) .frame:nth-of-type(1) p span {
                color: #9CE1E8; }
              body.page-template-report-2022 #impact #impact-slider .slides .slide:nth-of-type(odd) .screen:nth-of-type(even) .frame:nth-of-type(2) .bubble .impact-animation {
                background-color: #CA5DB3; }
              body.page-template-report-2022 #impact #impact-slider .slides .slide:nth-of-type(odd) .screen:nth-of-type(even) .frame:nth-of-type(2) p span {
                color: #CA5DB3; }
              body.page-template-report-2022 #impact #impact-slider .slides .slide:nth-of-type(even) .screen:nth-of-type(odd) .frame:nth-of-type(1) .bubble .impact-animation {
                background-color: #FF8A00; }
              body.page-template-report-2022 #impact #impact-slider .slides .slide:nth-of-type(even) .screen:nth-of-type(odd) .frame:nth-of-type(1) p span {
                color: #FF8A00; }
              body.page-template-report-2022 #impact #impact-slider .slides .slide:nth-of-type(even) .screen:nth-of-type(odd) .frame:nth-of-type(2) .bubble .impact-animation {
                background-color: #ABD455; }
              body.page-template-report-2022 #impact #impact-slider .slides .slide:nth-of-type(even) .screen:nth-of-type(odd) .frame:nth-of-type(2) p span {
                color: #ABD455; }
              body.page-template-report-2022 #impact #impact-slider .slides .slide:nth-of-type(even) .screen:nth-of-type(even) .frame:nth-of-type(1) .bubble .impact-animation {
                background-color: #02C9F2; }
              body.page-template-report-2022 #impact #impact-slider .slides .slide:nth-of-type(even) .screen:nth-of-type(even) .frame:nth-of-type(1) p span {
                color: #02C9F2; }
              body.page-template-report-2022 #impact #impact-slider .slides .slide:nth-of-type(even) .screen:nth-of-type(even) .frame:nth-of-type(2) .bubble .impact-animation {
                background-color: #CA5DB3; }
              body.page-template-report-2022 #impact #impact-slider .slides .slide:nth-of-type(even) .screen:nth-of-type(even) .frame:nth-of-type(2) p span {
                color: #CA5DB3; }
              body.page-template-report-2022 #impact #impact-slider .slides .slide.active {
                opacity: 1;
                position: relative; }
              body.page-template-report-2022 #impact #impact-slider .slides .slide .screen {
                display: grid;
                gap: 7.625rem;
                grid-template-columns: repeat(2, 1fr);
                opacity: 1;
                position: relative; }
                body.page-template-report-2022 #impact #impact-slider .slides .slide .screen .frame {
                  display: block; }
                  body.page-template-report-2022 #impact #impact-slider .slides .slide .screen .frame .bubble {
                    border: 0.625rem solid rgba(255, 255, 255, 0.17);
                    border-radius: 50%;
                    height: 12.5rem;
                    margin-bottom: 0.9375rem;
                    overflow: hidden;
                    width: 12.5rem; }
                    body.page-template-report-2022 #impact #impact-slider .slides .slide .screen .frame .bubble img {
                      height: 100%;
                      object-fit: cover;
                      width: 100%; }
                    body.page-template-report-2022 #impact #impact-slider .slides .slide .screen .frame .bubble .impact-animation {
                      height: 100%;
                      position: relative;
                      width: 100%; }
                      body.page-template-report-2022 #impact #impact-slider .slides .slide .screen .frame .bubble .impact-animation svg {
                        padding: 2rem; }
                        body.page-template-report-2022 #impact #impact-slider .slides .slide .screen .frame .bubble .impact-animation svg g:first-child g:first-child {
                          display: none; }
                  body.page-template-report-2022 #impact #impact-slider .slides .slide .screen .frame p {
                    color: #FFF;
                    font-family: "Montserrat", sans-serif;
                    font-size: 1.125rem;
                    font-weight: 400;
                    line-height: 1.5rem; }
                    body.page-template-report-2022 #impact #impact-slider .slides .slide .screen .frame p span {
                      color: #FFE223;
                      font-family: "Montserrat", sans-serif;
                      font-size: 4rem;
                      font-weight: 800;
                      line-height: 4.375rem;
                      display: block; }
                  body.page-template-report-2022 #impact #impact-slider .slides .slide .screen .frame:nth-child(even) {
                    margin-top: 2.6875rem; } }
  body.page-template-report-2022 #letters {
    background-color: #02B9E9;
    position: relative;
    z-index: 1; }
    body.page-template-report-2022 #letters-animate {
      background-color: transparent;
      height: 100%;
      left: 0;
      overflow: hidden;
      position: absolute;
      top: 0;
      width: 100%;
      z-index: 1; }
    body.page-template-report-2022 #letters #shadow {
      display: none; }
    body.page-template-report-2022 #letters #fold {
      background-color: #02C9F2;
      height: 50%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%;
      z-index: 1; }
    body.page-template-report-2022 #letters .container {
      margin: 0 auto;
      max-width: 90rem;
      padding-bottom: 8rem;
      position: relative; }
      body.page-template-report-2022 #letters .container-content {
        margin: 0 1.375rem;
        padding-top: 4.0625rem;
        position: relative;
        z-index: 1; }
        body.page-template-report-2022 #letters .container-content #envelope {
          margin: 0 auto;
          max-width: 60.5rem; }
          body.page-template-report-2022 #letters .container-content #envelope h2 {
            color: #FFF;
            font-family: "Montserrat", sans-serif;
            font-size: 1.75rem;
            font-weight: 800;
            letter-spacing: 0.03rem;
            line-height: 1.875rem;
            text-transform: uppercase;
            background-color: #2D2D89;
            display: inline-block;
            position: relative;
            z-index: 20;
            margin-left: 5rem;
            margin-top: 5.3125rem;
            padding: 1.5rem 1.75rem 1.125rem; }
            body.page-template-report-2022 #letters .container-content #envelope h2::before {
              background-color: #CA5DB3;
              content: "";
              display: inline-block;
              height: 6.3125rem;
              position: absolute;
              z-index: -1; }
            body.page-template-report-2022 #letters .container-content #envelope h2::after {
              background-color: #2D2D89;
              content: "";
              display: inline-block;
              height: 100%;
              left: 0;
              position: absolute;
              top: 0;
              width: 100%;
              z-index: -1; }
            body.page-template-report-2022 #letters .container-content #envelope h2 span {
              color: #2D2D89;
              font-family: "bsd_thin_skinnedregular";
              font-size: 6.25rem;
              font-weight: 400;
              line-height: 7.8125rem;
              position: absolute; }
            body.page-template-report-2022 #letters .container-content #envelope h2.sealed {
              opacity: 0; }
            body.page-template-report-2022 #letters .container-content #envelope h2::before {
              right: 1.375rem;
              top: -5.3125rem;
              width: 19.1875rem; }
            body.page-template-report-2022 #letters .container-content #envelope h2 span {
              left: -3.25rem;
              top: -7.8125rem; }
            body.page-template-report-2022 #letters .container-content #envelope h2 svg#penned {
              height: 3.53437rem;
              left: -4.5rem;
              position: absolute;
              top: 2.0625rem;
              width: 3.54875rem;
              z-index: 1; }
        body.page-template-report-2022 #letters .container-content #messages {
          --animate-delay: 0.25s;
          display: grid;
          gap: 2rem;
          grid-template-columns: repeat(1, 1fr);
          margin: 0 auto;
          margin-top: 3.625rem;
          max-width: 60.5rem;
          width: 100%; }
          body.page-template-report-2022 #letters .container-content #messages .message {
            display: flex;
            flex-direction: column;
            gap: 1.5rem;
            padding: 2.4375rem 1.9375rem 1.75rem 1.75rem;
            position: relative;
            top: 0;
            z-index: 1; }
            body.page-template-report-2022 #letters .container-content #messages .message.sealed {
              opacity: 0; }
            body.page-template-report-2022 #letters .container-content #messages .message:hover {
              top: -12px; }
              body.page-template-report-2022 #letters .container-content #messages .message:hover .preview button {
                color: #F23CCC; }
                body.page-template-report-2022 #letters .container-content #messages .message:hover .preview button::after {
                  background-color: #F23CCC; }
            body.page-template-report-2022 #letters .container-content #messages .message img {
              border-radius: 50%;
              height: 5.5625rem;
              object-fit: cover;
              object-position: top center;
              width: 5.5625rem; }
            body.page-template-report-2022 #letters .container-content #messages .message .preview {
              flex: 1; }
              body.page-template-report-2022 #letters .container-content #messages .message .preview h4 {
                color: #2D2D89;
                font-family: "Montserrat", sans-serif;
                font-size: 1.125rem;
                font-weight: 800;
                line-height: 1.5rem;
                cursor: default;
                margin-bottom: 0.625rem;
                padding: 0;
                text-transform: none; }
              body.page-template-report-2022 #letters .container-content #messages .message .preview p {
                cursor: default;
                margin-bottom: 1.0625rem;
                padding: 0; }
              body.page-template-report-2022 #letters .container-content #messages .message .preview button {
                color: #CA5DB3;
                font-family: "Montserrat", sans-serif;
                font-size: 1.25rem;
                font-weight: 700;
                line-height: 1.75rem;
                background-color: transparent;
                position: relative; }
                body.page-template-report-2022 #letters .container-content #messages .message .preview button::after {
                  background-color: #CA5DB3;
                  clip-path: polygon(0 0, 0% 100%, 70% 50%);
                  content: "";
                  display: inline-block;
                  height: 0.6875rem;
                  margin-left: 0.5625rem;
                  width: 0.6875rem; }
            body.page-template-report-2022 #letters .container-content #messages .message svg.papyrus {
              height: 100%;
              left: 0;
              position: absolute;
              top: 0;
              width: 100%;
              z-index: -1; }
    body.page-template-report-2022 #letters #transcripts {
      opacity: 0;
      position: absolute;
      visibility: hidden; }
    @media (min-width: 1180px) {
      body.page-template-report-2022 #letters {
        background-color: #02B9E9;
        position: relative;
        z-index: 1; }
        body.page-template-report-2022 #letters-animate {
          background-color: transparent;
          height: 100%;
          left: 0;
          overflow: hidden;
          position: absolute;
          top: 0;
          width: 100%;
          z-index: 1; }
        body.page-template-report-2022 #letters #shadow {
          background-color: #06ABDF;
          border-top-left-radius: 2.9375rem;
          border-top-right-radius: 2.9375rem;
          bottom: 0;
          height: calc(100% - 11.6875rem);
          left: 6.625rem;
          position: absolute;
          width: calc(100% - 13.25rem);
          z-index: 1; }
        body.page-template-report-2022 #letters #fold {
          background-color: #02C9F2;
          bottom: 0;
          height: calc(100% + 3.125rem);
          left: 0;
          position: absolute;
          top: auto;
          width: 58%;
          z-index: 1; }
        body.page-template-report-2022 #letters .container {
          margin: 0 auto;
          max-width: 90rem;
          padding: 0;
          position: relative; }
          body.page-template-report-2022 #letters .container-content {
            margin: 0;
            padding-top: 3.875rem;
            position: relative;
            z-index: 1; }
            body.page-template-report-2022 #letters .container-content #envelope {
              margin: 0 auto;
              max-width: 60.5rem; }
              body.page-template-report-2022 #letters .container-content #envelope h2 {
                color: #FFF;
                font-family: "Montserrat", sans-serif;
                font-size: 1.75rem;
                font-weight: 800;
                letter-spacing: 0.03rem;
                line-height: 1.875rem;
                text-transform: uppercase;
                background-color: #2D2D89;
                display: inline-block;
                position: relative;
                z-index: 20;
                margin-left: 1.5625rem;
                margin-top: 5.3125rem;
                padding: 1.5rem 1.75rem 1.125rem; }
                body.page-template-report-2022 #letters .container-content #envelope h2::before {
                  background-color: #CA5DB3;
                  content: "";
                  display: inline-block;
                  height: 6.3125rem;
                  position: absolute;
                  z-index: -1; }
                body.page-template-report-2022 #letters .container-content #envelope h2::after {
                  background-color: #2D2D89;
                  content: "";
                  display: inline-block;
                  height: 100%;
                  left: 0;
                  position: absolute;
                  top: 0;
                  width: 100%;
                  z-index: -1; }
                body.page-template-report-2022 #letters .container-content #envelope h2 span {
                  color: #2D2D89;
                  font-family: "bsd_thin_skinnedregular";
                  font-size: 6.25rem;
                  font-weight: 400;
                  line-height: 7.8125rem;
                  position: absolute; }
                body.page-template-report-2022 #letters .container-content #envelope h2.sealed {
                  opacity: 0; }
                body.page-template-report-2022 #letters .container-content #envelope h2::before {
                  right: 4.5625rem;
                  top: -5.3125rem;
                  width: 19.1875rem; }
                body.page-template-report-2022 #letters .container-content #envelope h2 span {
                  left: -6.625rem;
                  top: -7.8125rem; }
                body.page-template-report-2022 #letters .container-content #envelope h2 svg#penned {
                  height: 3.53437rem;
                  left: auto;
                  position: absolute;
                  right: -0.9375rem;
                  top: -6.625rem;
                  width: 3.54875rem;
                  z-index: 1; }
            body.page-template-report-2022 #letters .container-content #messages {
              --animate-delay: 0.25s;
              display: grid;
              gap: 2rem;
              grid-template-columns: repeat(2, 1fr);
              margin: 0 auto;
              margin-top: 3.625rem;
              max-width: 60.5rem;
              width: 100%; }
              body.page-template-report-2022 #letters .container-content #messages .message {
                display: flex;
                flex-direction: row;
                gap: 1.5rem;
                padding: 2.4375rem 1.9375rem 9rem 1.75rem;
                position: relative;
                top: 0;
                z-index: 1; }
                body.page-template-report-2022 #letters .container-content #messages .message.sealed {
                  opacity: 0; }
                body.page-template-report-2022 #letters .container-content #messages .message:hover {
                  top: -12px; }
                  body.page-template-report-2022 #letters .container-content #messages .message:hover .preview button {
                    color: #F23CCC; }
                    body.page-template-report-2022 #letters .container-content #messages .message:hover .preview button::after {
                      background-color: #F23CCC; }
                body.page-template-report-2022 #letters .container-content #messages .message img {
                  border-radius: 50%;
                  height: 5.5625rem;
                  object-fit: cover;
                  object-position: top center;
                  width: 5.5625rem; }
                body.page-template-report-2022 #letters .container-content #messages .message .preview {
                  flex: 1; }
                  body.page-template-report-2022 #letters .container-content #messages .message .preview h4 {
                    color: #2D2D89;
                    font-family: "Montserrat", sans-serif;
                    font-size: 1.125rem;
                    font-weight: 800;
                    line-height: 1.5rem;
                    cursor: default;
                    margin-bottom: 0.625rem;
                    padding: 0;
                    text-transform: none; }
                  body.page-template-report-2022 #letters .container-content #messages .message .preview p {
                    cursor: default;
                    margin-bottom: 1.0625rem;
                    padding: 0; }
                  body.page-template-report-2022 #letters .container-content #messages .message .preview button {
                    color: #CA5DB3;
                    font-family: "Montserrat", sans-serif;
                    font-size: 1.25rem;
                    font-weight: 700;
                    line-height: 1.75rem;
                    background-color: transparent;
                    position: relative; }
                    body.page-template-report-2022 #letters .container-content #messages .message .preview button::after {
                      background-color: #CA5DB3;
                      clip-path: polygon(0 0, 0% 100%, 70% 50%);
                      content: "";
                      display: inline-block;
                      height: 0.6875rem;
                      margin-left: 0.5625rem;
                      width: 0.6875rem; }
                body.page-template-report-2022 #letters .container-content #messages .message svg.papyrus {
                  height: 100%;
                  left: 0;
                  position: absolute;
                  top: 0;
                  width: 100%;
                  z-index: -1; }
        body.page-template-report-2022 #letters #transcripts {
          opacity: 0;
          position: absolute;
          visibility: hidden; } }
  body.page-template-report-2022 #scripts.backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    height: 100vh;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    visibility: hidden;
    width: 100vw;
    z-index: 30; }
    body.page-template-report-2022 #scripts.backdrop.active {
      opacity: 1;
      visibility: visible; }
    body.page-template-report-2022 #scripts.backdrop .transcript {
      background-color: #FFF;
      display: flex;
      flex-direction: column;
      gap: 1.5rem;
      height: 80vh;
      left: 1.375rem;
      opacity: 0;
      padding: 2.5625rem 0 4.375rem 1.6875rem;
      position: absolute;
      top: 10vh;
      width: calc(100% - 2.75rem); }
      body.page-template-report-2022 #scripts.backdrop .transcript.animate__fadeInUpBig {
        z-index: 50; }
      body.page-template-report-2022 #scripts.backdrop .transcript svg.exit {
        height: 2.25rem;
        position: absolute;
        right: 4.8125rem;
        top: 1.3125rem;
        width: 2.25rem; }
      body.page-template-report-2022 #scripts.backdrop .transcript img {
        border-radius: 50%;
        height: 5.5625rem;
        object-fit: cover;
        object-position: top center;
        width: 5.5625rem; }
      body.page-template-report-2022 #scripts.backdrop .transcript .script {
        height: 100%;
        margin-right: 1.8125rem;
        overflow-y: auto;
        padding-right: 3rem;
        /* Track */
        /* Handle */
        /* Handle on hover */ }
        body.page-template-report-2022 #scripts.backdrop .transcript .script::-webkit-scrollbar {
          width: 0.625rem; }
        body.page-template-report-2022 #scripts.backdrop .transcript .script::-webkit-scrollbar-track {
          background-color: #DFDFDF;
          margin-top: 3rem; }
        body.page-template-report-2022 #scripts.backdrop .transcript .script::-webkit-scrollbar-thumb {
          background-color: #2D2D89; }
        body.page-template-report-2022 #scripts.backdrop .transcript .script::-webkit-scrollbar-thumb:hover {
          background-color: #4040CF; }
        body.page-template-report-2022 #scripts.backdrop .transcript .script h4 {
          color: #2D2D89;
          font-family: "Montserrat", sans-serif;
          font-size: 1.125rem;
          font-weight: 800;
          line-height: 1.5rem;
          cursor: default;
          margin-bottom: 0.625rem;
          padding: 0;
          text-transform: none; }
        body.page-template-report-2022 #scripts.backdrop .transcript .script p {
          margin-bottom: 1.3125rem; }
        body.page-template-report-2022 #scripts.backdrop .transcript .script img {
          border-radius: 0;
          height: 3.1875rem;
          margin-bottom: 0.8125rem;
          width: auto; }
  @media (min-width: 1180px) {
    body.page-template-report-2022 #scripts.backdrop {
      background-color: rgba(0, 0, 0, 0.4);
      height: 100vh;
      left: 0;
      opacity: 0;
      position: fixed;
      top: 0;
      visibility: hidden;
      width: 100vw;
      z-index: 30; }
      body.page-template-report-2022 #scripts.backdrop.active {
        opacity: 1;
        visibility: visible; }
      body.page-template-report-2022 #scripts.backdrop .transcript {
        background-color: #FFF;
        display: flex;
        flex-direction: row;
        gap: 1.5rem;
        height: 80vh;
        left: calc(50% - 30.3125rem);
        opacity: 0;
        padding: 2.5625rem 0 4.375rem 1.6875rem;
        position: absolute;
        top: 10vh;
        width: 60.625rem; }
        body.page-template-report-2022 #scripts.backdrop .transcript.animate__fadeInUpBig {
          z-index: 50; }
        body.page-template-report-2022 #scripts.backdrop .transcript svg.exit {
          height: 2.25rem;
          position: absolute;
          right: 4.8125rem;
          top: 1.3125rem;
          width: 2.25rem; }
        body.page-template-report-2022 #scripts.backdrop .transcript img {
          border-radius: 50%;
          height: 5.5625rem;
          object-fit: cover;
          object-position: top center;
          width: 5.5625rem; }
        body.page-template-report-2022 #scripts.backdrop .transcript .script {
          height: 100%;
          margin-right: 1.8125rem;
          overflow-y: auto;
          padding-right: 5.6875rem;
          width: 100%;
          /* Track */
          /* Handle */
          /* Handle on hover */ }
          body.page-template-report-2022 #scripts.backdrop .transcript .script::-webkit-scrollbar {
            width: 0.625rem; }
          body.page-template-report-2022 #scripts.backdrop .transcript .script::-webkit-scrollbar-track {
            background-color: #DFDFDF;
            margin-top: 3rem; }
          body.page-template-report-2022 #scripts.backdrop .transcript .script::-webkit-scrollbar-thumb {
            background-color: #2D2D89; }
          body.page-template-report-2022 #scripts.backdrop .transcript .script::-webkit-scrollbar-thumb:hover {
            background-color: #4040CF; }
          body.page-template-report-2022 #scripts.backdrop .transcript .script h4 {
            color: #2D2D89;
            font-family: "Montserrat", sans-serif;
            font-size: 1.125rem;
            font-weight: 800;
            line-height: 1.5rem;
            cursor: default;
            margin-bottom: 0.625rem;
            padding: 0;
            text-transform: none; }
          body.page-template-report-2022 #scripts.backdrop .transcript .script p {
            margin-bottom: 1.3125rem; }
          body.page-template-report-2022 #scripts.backdrop .transcript .script img {
            border-radius: 0;
            height: 3.1875rem;
            margin-bottom: 0.8125rem;
            width: auto; } }
  body.page-template-report-2022 #programs {
    background-color: #FFF;
    padding-top: 2rem;
    position: relative;
    z-index: 1; }
    body.page-template-report-2022 #programs-animate {
      background-color: transparent;
      height: 100%;
      left: 0;
      overflow: hidden;
      position: absolute;
      top: 0;
      width: 100%;
      z-index: 1; }
      body.page-template-report-2022 #programs-animate svg {
        display: none;
        position: absolute; }
        body.page-template-report-2022 #programs-animate svg > * {
          transition-duration: 0s !important; }
        body.page-template-report-2022 #programs-animate svg#dreary {
          fill: #E1E1E2;
          height: 2.5625rem;
          right: 11.25rem;
          top: 8.8125rem;
          transition-duration: 0s !important;
          width: 10.0625rem; }
        body.page-template-report-2022 #programs-animate svg#rainy {
          fill: #E1E1E2;
          height: 2.69625rem;
          left: -2.4375rem;
          top: 4.0625rem;
          width: 10.37rem; }
    body.page-template-report-2022 #programs svg.crease {
      height: 8.625rem;
      left: 0;
      position: absolute;
      top: -8.5rem;
      width: 100%;
      z-index: -1; }
    body.page-template-report-2022 #programs .container {
      padding: 0 1.375rem;
      z-index: 2; }
      body.page-template-report-2022 #programs .container .programs-header {
        margin: 0 auto;
        max-width: 73rem; }
        body.page-template-report-2022 #programs .container .programs-header h2 {
          color: #ABD455;
          font-family: "Montserrat", sans-serif;
          font-size: 1.75rem;
          font-weight: 800;
          letter-spacing: 0.03rem;
          line-height: 1.875rem;
          text-transform: uppercase;
          background-color: #2D2D89;
          display: inline-block;
          position: relative;
          z-index: 20;
          margin-bottom: 2.625rem;
          margin-left: 5.8125rem;
          margin-top: 7.3125rem;
          padding: 1.5rem 1.75rem 1.125rem; }
          body.page-template-report-2022 #programs .container .programs-header h2::before {
            background-color: #ABD455;
            content: "";
            display: inline-block;
            height: 6.3125rem;
            position: absolute;
            z-index: -1; }
          body.page-template-report-2022 #programs .container .programs-header h2::after {
            background-color: #2D2D89;
            content: "";
            display: inline-block;
            height: 100%;
            left: 0;
            position: absolute;
            top: 0;
            width: 100%;
            z-index: -1; }
          body.page-template-report-2022 #programs .container .programs-header h2 span {
            color: #2D2D89;
            font-family: "bsd_thin_skinnedregular";
            font-size: 6.25rem;
            font-weight: 400;
            line-height: 7.8125rem;
            position: absolute; }
          body.page-template-report-2022 #programs .container .programs-header h2::before {
            left: -5.8125rem;
            top: -4.8125rem;
            width: 10.375rem; }
          body.page-template-report-2022 #programs .container .programs-header h2 span {
            left: -4.625rem;
            top: -7.3125rem; }
          body.page-template-report-2022 #programs .container .programs-header h2 svg#elementary {
            height: 3.18875rem;
            position: absolute;
            right: 0.8125rem;
            top: -5.0625rem;
            width: 8.5025rem;
            z-index: 1; }
      body.page-template-report-2022 #programs .container #programs-tabs {
        align-items: flex-start;
        display: flex;
        flex-direction: column;
        height: 4.25rem;
        justify-content: space-between;
        margin: 0 auto;
        max-width: 73rem;
        overflow: hidden;
        position: relative; }
        body.page-template-report-2022 #programs .container #programs-tabs svg#progs {
          color: #ABD455;
          fill: #2D2D89;
          height: 2.75rem;
          position: absolute;
          right: 0;
          top: 0.75rem;
          width: 2.75rem; }
          body.page-template-report-2022 #programs .container #programs-tabs svg#progs:hover {
            fill: #4040CF; }
        body.page-template-report-2022 #programs .container #programs-tabs button.tab {
          color: #8E8E8E;
          font-family: "Montserrat", sans-serif;
          font-size: 1.25rem;
          font-weight: 700;
          line-height: 1.75rem;
          background-color: transparent;
          display: none;
          padding: 1rem;
          padding-bottom: 1.5rem;
          position: relative; }
          body.page-template-report-2022 #programs .container #programs-tabs button.tab svg.tabhover {
            bottom: 0;
            left: 0;
            opacity: 0;
            position: absolute;
            width: 100%; }
            body.page-template-report-2022 #programs .container #programs-tabs button.tab svg.tabhover#tab1 {
              bottom: 0.25rem;
              height: 1.0625rem; }
            body.page-template-report-2022 #programs .container #programs-tabs button.tab svg.tabhover#tab2 {
              bottom: 0.3125rem;
              height: 3.9375rem; }
            body.page-template-report-2022 #programs .container #programs-tabs button.tab svg.tabhover#tab3 {
              bottom: 0.75rem;
              height: 3.125rem; }
            body.page-template-report-2022 #programs .container #programs-tabs button.tab svg.tabhover#tab4 {
              bottom: 0.375rem;
              height: 0.9rem; }
            body.page-template-report-2022 #programs .container #programs-tabs button.tab svg.tabhover#tab5 {
              bottom: 0.5rem;
              height: 0.75rem; }
          body.page-template-report-2022 #programs .container #programs-tabs button.tab:hover {
            color: #2D2D89; }
            body.page-template-report-2022 #programs .container #programs-tabs button.tab:hover svg.tabhover {
              opacity: 1; }
          body.page-template-report-2022 #programs .container #programs-tabs button.tab.active {
            display: block;
            color: #2D2D89; }
            body.page-template-report-2022 #programs .container #programs-tabs button.tab.active svg.tabhover {
              opacity: 1; }
        body.page-template-report-2022 #programs .container #programs-tabs.active svg#progs {
          transform: rotate(180deg); }
        body.page-template-report-2022 #programs .container #programs-tabs.active button.tab {
          display: block; }
    body.page-template-report-2022 #programs-cards {
      margin-top: 1rem;
      min-height: 13.625rem;
      position: relative;
      width: 100%;
      z-index: 2; }
      body.page-template-report-2022 #programs-cards .card {
        left: 0;
        opacity: 0;
        position: absolute;
        top: 0;
        width: 100%; }
        body.page-template-report-2022 #programs-cards .card.active {
          opacity: 1;
          position: relative;
          z-index: 50; }
        body.page-template-report-2022 #programs-cards .card .content {
          display: flex;
          flex-direction: column; }
          body.page-template-report-2022 #programs-cards .card .content .snapshot-sm {
            height: 55vw;
            width: 100%; }
            body.page-template-report-2022 #programs-cards .card .content .snapshot-sm img {
              height: 100%;
              object-fit: cover;
              width: 100%; }
          body.page-template-report-2022 #programs-cards .card .content .copy {
            background-color: #ABD455;
            border-top: 1.25rem solid #CAF07A;
            padding: 1.5625rem 1.375rem 1.5rem;
            position: relative;
            width: 100%; }
            body.page-template-report-2022 #programs-cards .card .content .copy-container {
              margin: 0 0 0 auto; }
              body.page-template-report-2022 #programs-cards .card .content .copy-container h3 {
                color: #FFF;
                font-family: "Montserrat", sans-serif;
                font-size: 1.75rem;
                font-weight: 800;
                letter-spacing: 0.03rem;
                line-height: 1.875rem;
                text-transform: uppercase;
                background-color: #2D2D89;
                display: inline-block;
                position: relative;
                z-index: 20;
                font-size: 1.375rem;
                line-height: 2rem;
                margin-bottom: 0.75rem;
                margin-left: 10.75rem;
                margin-top: 4.5rem;
                padding: 0.9375rem 0 1.1875rem 3.1875rem;
                position: relative;
                right: 8.75rem;
                text-transform: none;
                top: -1.1875rem;
                width: 19.8125rem; }
                body.page-template-report-2022 #programs-cards .card .content .copy-container h3::before {
                  background-color: #FFE223;
                  content: "";
                  display: inline-block;
                  height: 6.3125rem;
                  position: absolute;
                  z-index: -1; }
                body.page-template-report-2022 #programs-cards .card .content .copy-container h3::after {
                  background-color: #2D2D89;
                  content: "";
                  display: inline-block;
                  height: 100%;
                  left: 0;
                  position: absolute;
                  top: 0;
                  width: 100%;
                  z-index: -1; }
                body.page-template-report-2022 #programs-cards .card .content .copy-container h3 span {
                  color: #2D2D89;
                  font-family: "bsd_thin_skinnedregular";
                  font-size: 6.25rem;
                  font-weight: 400;
                  line-height: 7.8125rem;
                  position: absolute; }
                body.page-template-report-2022 #programs-cards .card .content .copy-container h3::before {
                  height: 3.25rem;
                  left: -2.0625rem;
                  top: -2.75rem;
                  width: 8.75rem;
                  z-index: 2; }
                body.page-template-report-2022 #programs-cards .card .content .copy-container h3 span {
                  font-size: 3.75rem;
                  left: -1.65rem;
                  line-height: 4.31187rem;
                  text-transform: uppercase;
                  top: -4.25rem;
                  z-index: 3; }
              body.page-template-report-2022 #programs-cards .card .content .copy-container .scrollbox {
                height: 100%;
                overflow: auto;
                /* Track */
                /* Handle */
                /* Handle on hover */ }
                body.page-template-report-2022 #programs-cards .card .content .copy-container .scrollbox::-webkit-scrollbar {
                  width: 1.25rem; }
                body.page-template-report-2022 #programs-cards .card .content .copy-container .scrollbox::-webkit-scrollbar-track {
                  background-color: #CAF07A;
                  margin-bottom: -1.5rem;
                  margin-top: -6.4375rem; }
                body.page-template-report-2022 #programs-cards .card .content .copy-container .scrollbox::-webkit-scrollbar-thumb {
                  background-color: #8FB838; }
                body.page-template-report-2022 #programs-cards .card .content .copy-container .scrollbox::-webkit-scrollbar-thumb:hover {
                  background-color: #8FB838; }
                body.page-template-report-2022 #programs-cards .card .content .copy-container .scrollbox p {
                  color: #2D2D89;
                  font-family: "Montserrat", sans-serif;
                  font-size: 1rem;
                  font-weight: 400;
                  line-height: 1.3125rem;
                  margin-bottom: 1.3125rem; }
          body.page-template-report-2022 #programs-cards .card .content .character {
            width: 100%; }
            body.page-template-report-2022 #programs-cards .card .content .character .snapshot {
              position: relative; }
              body.page-template-report-2022 #programs-cards .card .content .character .snapshot img {
                display: none;
                height: 100%;
                object-fit: cover;
                width: 100%; }
              body.page-template-report-2022 #programs-cards .card .content .character .snapshot .program-flair {
                bottom: -1.3125rem;
                display: none;
                height: auto;
                position: absolute;
                right: -8.75rem;
                width: 11.6rem; }
            body.page-template-report-2022 #programs-cards .card .content .character .shoutout {
              background-color: #FF8A00;
              display: flex;
              flex-direction: column;
              padding: 1.875rem 1.75rem;
              width: 100%; }
              body.page-template-report-2022 #programs-cards .card .content .character .shoutout img {
                border: 10px solid rgba(255, 255, 255, 0.17);
                border-radius: 50%;
                margin-right: 1.0625rem;
                height: 11.25rem;
                width: 11.25rem; }
              body.page-template-report-2022 #programs-cards .card .content .character .shoutout blockquote {
                color: #2D2D89;
                font-family: "Montserrat", sans-serif;
                font-size: 1.125rem;
                font-weight: 400;
                line-height: 1.5rem;
                letter-spacing: 0;
                margin-top: 1.75rem;
                padding: 0;
                width: 100%; }
                body.page-template-report-2022 #programs-cards .card .content .character .shoutout blockquote p {
                  margin-bottom: 0.75rem;
                  padding: 0; }
                  body.page-template-report-2022 #programs-cards .card .content .character .shoutout blockquote p:last-of-type {
                    color: #2D2D89;
                    font-family: "Montserrat", sans-serif;
                    font-size: 1rem;
                    font-weight: 700;
                    line-height: 1.3125rem; }
        body.page-template-report-2022 #programs-cards .card .postscript {
          background-color: #2D2D89;
          display: flex;
          flex-direction: column;
          padding-bottom: 9.5rem;
          position: relative;
          width: 100%; }
          body.page-template-report-2022 #programs-cards .card .postscript .postsnap {
            width: 100%; }
            body.page-template-report-2022 #programs-cards .card .postscript .postsnap-container {
              margin: 0 0 0 auto; }
              body.page-template-report-2022 #programs-cards .card .postscript .postsnap-container img {
                height: 52vw;
                margin: 2.25rem 1.375rem 1.375rem;
                object-fit: cover;
                width: calc(100% - 2.75rem); }
          body.page-template-report-2022 #programs-cards .card .postscript .stats {
            width: 100%;
            z-index: 1; }
            body.page-template-report-2022 #programs-cards .card .postscript .stats svg.scallop {
              height: 3.75rem;
              left: 0;
              position: absolute;
              top: -1.65rem;
              width: 100%;
              z-index: -1; }
            body.page-template-report-2022 #programs-cards .card .postscript .stats-container {
              display: flex;
              flex-direction: column;
              padding: 0 1.375rem; }
              body.page-template-report-2022 #programs-cards .card .postscript .stats-container .stat {
                margin-bottom: 2rem;
                padding-bottom: 2.375rem; }
                body.page-template-report-2022 #programs-cards .card .postscript .stats-container .stat:first-of-type {
                  border-bottom: 0.4375rem solid #5757A1; }
                  body.page-template-report-2022 #programs-cards .card .postscript .stats-container .stat:first-of-type p span {
                    color: #9CE1E8; }
                body.page-template-report-2022 #programs-cards .card .postscript .stats-container .stat p {
                  color: #FFF;
                  font-family: "Montserrat", sans-serif;
                  font-size: 1.125rem;
                  font-weight: 400;
                  line-height: 1.5rem;
                  padding-bottom: 0; }
                  body.page-template-report-2022 #programs-cards .card .postscript .stats-container .stat p span {
                    color: #FFE223;
                    display: block;
                    font-family: "Montserrat", sans-serif;
                    font-size: 4rem;
                    font-weight: 800;
                    line-height: 4.375rem;
                    margin-bottom: 0.25rem; }
            body.page-template-report-2022 #programs-cards .card .postscript .stats.offset {
              margin-top: 3.75rem;
              width: 100%; }
              body.page-template-report-2022 #programs-cards .card .postscript .stats.offset .stats-container {
                margin: 0 0 0 auto; }
                body.page-template-report-2022 #programs-cards .card .postscript .stats.offset .stats-container .stat {
                  border-bottom: 0.4375rem solid #5757A1; }
                  body.page-template-report-2022 #programs-cards .card .postscript .stats.offset .stats-container .stat:first-of-type {
                    padding-left: 0; }
                    body.page-template-report-2022 #programs-cards .card .postscript .stats.offset .stats-container .stat:first-of-type p span {
                      color: #FFE223; }
                  body.page-template-report-2022 #programs-cards .card .postscript .stats.offset .stats-container .stat p span {
                    color: #ABD455; }
        body.page-template-report-2022 #programs-cards .card:nth-of-type(5n+2) .content .copy {
          border-color: #67DFF7;
          background-color: #02C9F2; }
          body.page-template-report-2022 #programs-cards .card:nth-of-type(5n+2) .content .copy-container .scrollbox {
            /* Track */
            /* Handle */
            /* Handle on hover */ }
            body.page-template-report-2022 #programs-cards .card:nth-of-type(5n+2) .content .copy-container .scrollbox::-webkit-scrollbar-track {
              background-color: rgba(255, 255, 255, 0.4); }
            body.page-template-report-2022 #programs-cards .card:nth-of-type(5n+2) .content .copy-container .scrollbox::-webkit-scrollbar-thumb {
              background-color: #02B9E9; }
            body.page-template-report-2022 #programs-cards .card:nth-of-type(5n+2) .content .copy-container .scrollbox::-webkit-scrollbar-thumb:hover {
              background-color: #02B9E9; }
        body.page-template-report-2022 #programs-cards .card:nth-of-type(5n+2) .content .character .shoutout {
          background-color: #ABD455; }
        body.page-template-report-2022 #programs-cards .card:nth-of-type(5n+2) .postscript .stats-container .stat p span {
          color: #CA5DB3; }
        body.page-template-report-2022 #programs-cards .card:nth-of-type(5n+2) .postscript .stats-container .stat:first-of-type p span {
          color: #ABD455; }
        body.page-template-report-2022 #programs-cards .card:nth-of-type(5n+3) .content .copy {
          border-color: #FFD466;
          background-color: #FFB800; }
          body.page-template-report-2022 #programs-cards .card:nth-of-type(5n+3) .content .copy-container .scrollbox {
            /* Track */
            /* Handle */
            /* Handle on hover */ }
            body.page-template-report-2022 #programs-cards .card:nth-of-type(5n+3) .content .copy-container .scrollbox::-webkit-scrollbar-track {
              background-color: rgba(255, 255, 255, 0.4); }
            body.page-template-report-2022 #programs-cards .card:nth-of-type(5n+3) .content .copy-container .scrollbox::-webkit-scrollbar-thumb {
              background-color: #FF8A00; }
            body.page-template-report-2022 #programs-cards .card:nth-of-type(5n+3) .content .copy-container .scrollbox::-webkit-scrollbar-thumb:hover {
              background-color: #FF8A00; }
        body.page-template-report-2022 #programs-cards .card:nth-of-type(5n+3) .content .character .shoutout {
          background-color: #9CE1E8; }
        body.page-template-report-2022 #programs-cards .card:nth-of-type(5n+3) .postscript .stats-container .stat p span {
          color: #FFB800; }
        body.page-template-report-2022 #programs-cards .card:nth-of-type(5n+3) .postscript .stats-container .stat:first-of-type p span {
          color: #9CE1E8; }
        body.page-template-report-2022 #programs-cards .card:nth-of-type(5n+4) .content .copy {
          background-color: #ABD455; }
        body.page-template-report-2022 #programs-cards .card:nth-of-type(5n+4) .content .character .shoutout {
          background-color: #FFE223; }
        body.page-template-report-2022 #programs-cards .card:nth-of-type(5n+4) .postscript .stats-container .stat p span {
          color: #FFE223; }
        body.page-template-report-2022 #programs-cards .card:nth-of-type(5n+4) .postscript .stats-container .stat:first-of-type p span {
          color: #ABD455; }
        body.page-template-report-2022 #programs-cards .card:nth-of-type(5n+5) .content .copy {
          border-color: #C4EDF1;
          background-color: #9CE1E8; }
          body.page-template-report-2022 #programs-cards .card:nth-of-type(5n+5) .content .copy-container h3::before {
            background-color: #02C9F2; }
          body.page-template-report-2022 #programs-cards .card:nth-of-type(5n+5) .content .copy-container .scrollbox {
            /* Track */
            /* Handle */
            /* Handle on hover */ }
            body.page-template-report-2022 #programs-cards .card:nth-of-type(5n+5) .content .copy-container .scrollbox::-webkit-scrollbar-track {
              background-color: rgba(255, 255, 255, 0.4); }
            body.page-template-report-2022 #programs-cards .card:nth-of-type(5n+5) .content .copy-container .scrollbox::-webkit-scrollbar-thumb {
              background-color: #02C9F2; }
            body.page-template-report-2022 #programs-cards .card:nth-of-type(5n+5) .content .copy-container .scrollbox::-webkit-scrollbar-thumb:hover {
              background-color: #02C9F2; }
        body.page-template-report-2022 #programs-cards .card:nth-of-type(5n+5) .content .character .shoutout {
          background-color: #02C9F2; }
        body.page-template-report-2022 #programs-cards .card:nth-of-type(5n+5) .postscript .stats-container .stat p span {
          color: #ABD455; }
        body.page-template-report-2022 #programs-cards .card:nth-of-type(5n+5) .postscript .stats-container .stat:first-of-type p span {
          color: #FFE223; }
    @media (min-width: 1180px) {
      body.page-template-report-2022 #programs {
        background-color: #FFF;
        padding-top: 0;
        position: relative;
        z-index: 1; }
        body.page-template-report-2022 #programs svg.crease {
          height: 8.625rem;
          left: 0;
          position: absolute;
          top: -8.5rem;
          width: 100%;
          z-index: -1; }
        body.page-template-report-2022 #programs-animate {
          background-color: transparent;
          height: 100%;
          left: 0;
          overflow: hidden;
          position: absolute;
          top: 0;
          width: 100%;
          z-index: 1; }
          body.page-template-report-2022 #programs-animate svg {
            display: block; }
        body.page-template-report-2022 #programs .container {
          padding: 1.75rem 8.5rem; }
          body.page-template-report-2022 #programs .container .programs-header {
            margin: 0 auto;
            max-width: 73rem;
            padding-left: 6.0625rem; }
            body.page-template-report-2022 #programs .container .programs-header h2 {
              color: #ABD455;
              font-family: "Montserrat", sans-serif;
              font-size: 1.75rem;
              font-weight: 800;
              letter-spacing: 0.03rem;
              line-height: 1.875rem;
              text-transform: uppercase;
              background-color: #2D2D89;
              display: inline-block;
              position: relative;
              z-index: 20;
              margin-bottom: 2rem;
              margin-left: 9.1875rem;
              margin-top: 5.3125rem;
              padding: 1.5rem 1.75rem 1.125rem; }
              body.page-template-report-2022 #programs .container .programs-header h2::before {
                background-color: #ABD455;
                content: "";
                display: inline-block;
                height: 6.3125rem;
                position: absolute;
                z-index: -1; }
              body.page-template-report-2022 #programs .container .programs-header h2::after {
                background-color: #2D2D89;
                content: "";
                display: inline-block;
                height: 100%;
                left: 0;
                position: absolute;
                top: 0;
                width: 100%;
                z-index: -1; }
              body.page-template-report-2022 #programs .container .programs-header h2 span {
                color: #2D2D89;
                font-family: "bsd_thin_skinnedregular";
                font-size: 6.25rem;
                font-weight: 400;
                line-height: 7.8125rem;
                position: absolute; }
              body.page-template-report-2022 #programs .container .programs-header h2::before {
                left: -9.1875rem;
                top: -3.625rem;
                width: 10.375rem; }
              body.page-template-report-2022 #programs .container .programs-header h2 span {
                left: -8rem;
                top: -6rem; }
              body.page-template-report-2022 #programs .container .programs-header h2 svg#elementary {
                height: 3.18875rem;
                position: absolute;
                right: 2.4375rem;
                top: -5.0625rem;
                width: 8.5025rem;
                z-index: 1; }
          body.page-template-report-2022 #programs .container #programs-tabs {
            display: flex;
            flex-direction: row;
            height: auto;
            justify-content: space-between;
            margin: 0 auto;
            max-width: 73rem;
            overflow: visible; }
            body.page-template-report-2022 #programs .container #programs-tabs svg#progs {
              display: none; }
            body.page-template-report-2022 #programs .container #programs-tabs button.tab {
              color: #8E8E8E;
              font-family: "Montserrat", sans-serif;
              font-size: 1.25rem;
              font-weight: 700;
              line-height: 1.75rem;
              background-color: transparent;
              display: block;
              padding: 1rem;
              position: relative; }
              body.page-template-report-2022 #programs .container #programs-tabs button.tab svg.tabhover {
                bottom: 0;
                left: 0;
                opacity: 0;
                position: absolute;
                width: 100%; }
                body.page-template-report-2022 #programs .container #programs-tabs button.tab svg.tabhover#tab1 {
                  bottom: -0.25rem;
                  height: 1.0625rem; }
                body.page-template-report-2022 #programs .container #programs-tabs button.tab svg.tabhover#tab2 {
                  bottom: 0;
                  height: 3.9375rem; }
                body.page-template-report-2022 #programs .container #programs-tabs button.tab svg.tabhover#tab3 {
                  bottom: 0.3125rem;
                  height: 3.125rem; }
                body.page-template-report-2022 #programs .container #programs-tabs button.tab svg.tabhover#tab4 {
                  bottom: 0;
                  height: 0.9rem; }
                body.page-template-report-2022 #programs .container #programs-tabs button.tab svg.tabhover#tab5 {
                  bottom: 0;
                  height: 0.75rem; }
              body.page-template-report-2022 #programs .container #programs-tabs button.tab:hover {
                color: #2D2D89; }
                body.page-template-report-2022 #programs .container #programs-tabs button.tab:hover svg.tabhover {
                  opacity: 1; }
              body.page-template-report-2022 #programs .container #programs-tabs button.tab.active {
                color: #2D2D89; }
                body.page-template-report-2022 #programs .container #programs-tabs button.tab.active svg.tabhover {
                  opacity: 1; }
        body.page-template-report-2022 #programs-cards {
          height: 63.125rem;
          margin-top: 2rem;
          position: relative;
          width: 100%; }
          body.page-template-report-2022 #programs-cards .card {
            height: 63.125rem;
            left: 0;
            opacity: 0;
            position: absolute;
            top: 0;
            width: 100%; }
            body.page-template-report-2022 #programs-cards .card.active {
              opacity: 1;
              z-index: 50; }
            body.page-template-report-2022 #programs-cards .card .content {
              display: flex;
              flex-direction: row;
              height: 37.125rem; }
              body.page-template-report-2022 #programs-cards .card .content .snapshot-sm {
                display: none; }
              body.page-template-report-2022 #programs-cards .card .content .copy {
                border-top: none;
                background-color: #ABD455;
                margin-top: 2.3125rem;
                padding: 6.4375rem 3.9375rem 1.5rem;
                padding-right: 0;
                position: relative;
                width: 47.8%; }
                body.page-template-report-2022 #programs-cards .card .content .copy-container {
                  margin: 0 0 0 auto;
                  max-width: 35.3rem; }
                  body.page-template-report-2022 #programs-cards .card .content .copy-container h3 {
                    color: #FFF;
                    font-family: "Montserrat", sans-serif;
                    font-size: 1.75rem;
                    font-weight: 800;
                    letter-spacing: 0.03rem;
                    line-height: 1.875rem;
                    text-transform: uppercase;
                    background-color: #2D2D89;
                    display: inline-block;
                    position: relative;
                    z-index: 20;
                    font-size: 1.375rem;
                    line-height: 2rem;
                    margin: 0;
                    margin-left: 7.1875rem;
                    padding: 0.9375rem 0 1.1875rem 3.1875rem;
                    position: absolute;
                    right: 8.75rem;
                    text-transform: none;
                    top: -1.1875rem;
                    width: 19.8125rem; }
                    body.page-template-report-2022 #programs-cards .card .content .copy-container h3::before {
                      background-color: #FFE223;
                      content: "";
                      display: inline-block;
                      height: 6.3125rem;
                      position: absolute;
                      z-index: -1; }
                    body.page-template-report-2022 #programs-cards .card .content .copy-container h3::after {
                      background-color: #2D2D89;
                      content: "";
                      display: inline-block;
                      height: 100%;
                      left: 0;
                      position: absolute;
                      top: 0;
                      width: 100%;
                      z-index: -1; }
                    body.page-template-report-2022 #programs-cards .card .content .copy-container h3 span {
                      color: #2D2D89;
                      font-family: "bsd_thin_skinnedregular";
                      font-size: 6.25rem;
                      font-weight: 400;
                      line-height: 7.8125rem;
                      position: absolute; }
                    body.page-template-report-2022 #programs-cards .card .content .copy-container h3::before {
                      height: 3.25rem;
                      left: -6.6875rem;
                      top: -0.8125rem;
                      width: 8.75rem;
                      z-index: 2; }
                    body.page-template-report-2022 #programs-cards .card .content .copy-container h3 span {
                      font-size: 3.75rem;
                      left: -6.25rem;
                      line-height: 4.31187rem;
                      text-transform: uppercase;
                      top: -2.5625rem;
                      z-index: 3; }
                  body.page-template-report-2022 #programs-cards .card .content .copy-container .scrollbox {
                    height: 100%;
                    overflow-y: scroll;
                    padding-right: 2.6875rem; }
                    body.page-template-report-2022 #programs-cards .card .content .copy-container .scrollbox p {
                      color: #2D2D89;
                      font-family: "Montserrat", sans-serif;
                      font-size: 1rem;
                      font-weight: 400;
                      line-height: 1.3125rem;
                      margin-bottom: 1.3125rem; }
              body.page-template-report-2022 #programs-cards .card .content .character {
                width: 52.2%; }
                body.page-template-report-2022 #programs-cards .card .content .character .snapshot {
                  height: 20.4375rem;
                  position: relative;
                  width: 38.5rem; }
                  body.page-template-report-2022 #programs-cards .card .content .character .snapshot img {
                    display: block;
                    height: 100%;
                    object-fit: cover;
                    width: 100%; }
                  body.page-template-report-2022 #programs-cards .card .content .character .snapshot .program-flair {
                    display: block; }
                body.page-template-report-2022 #programs-cards .card .content .character .shoutout {
                  background-color: #FF8A00;
                  display: flex;
                  flex-direction: row;
                  height: 16.6875rem;
                  padding: 1.875rem 1.75rem;
                  width: 100%; }
                  body.page-template-report-2022 #programs-cards .card .content .character .shoutout img {
                    border: 10px solid rgba(255, 255, 255, 0.17);
                    border-radius: 50%;
                    margin-right: 1.0625rem;
                    height: 11.25rem;
                    width: 11.25rem; }
                  body.page-template-report-2022 #programs-cards .card .content .character .shoutout blockquote {
                    color: #2D2D89;
                    font-family: "Montserrat", sans-serif;
                    font-size: 1.125rem;
                    font-weight: 400;
                    line-height: 1.5rem;
                    letter-spacing: 0;
                    margin-top: 1.75rem;
                    padding: 0;
                    width: 23.3125rem; }
                    body.page-template-report-2022 #programs-cards .card .content .character .shoutout blockquote p {
                      margin-bottom: 0.75rem;
                      padding: 0; }
                      body.page-template-report-2022 #programs-cards .card .content .character .shoutout blockquote p:last-of-type {
                        color: #2D2D89;
                        font-family: "Montserrat", sans-serif;
                        font-size: 1rem;
                        font-weight: 700;
                        line-height: 1.3125rem; }
            body.page-template-report-2022 #programs-cards .card .postscript {
              background-color: #2D2D89;
              display: flex;
              flex-direction: row;
              height: 26rem;
              padding-bottom: 9.5rem;
              width: 100%; }
              body.page-template-report-2022 #programs-cards .card .postscript .postsnap {
                width: 47.8%; }
                body.page-template-report-2022 #programs-cards .card .postscript .postsnap-container {
                  margin: 0 0 0 auto;
                  max-width: 30.3125rem; }
                  body.page-template-report-2022 #programs-cards .card .postscript .postsnap-container img {
                    height: 14.9375rem;
                    margin: 0 0 0 auto;
                    object-fit: cover;
                    width: 26.375rem; }
              body.page-template-report-2022 #programs-cards .card .postscript .stats {
                position: relative;
                width: 52.2%;
                z-index: 1; }
                body.page-template-report-2022 #programs-cards .card .postscript .stats svg.scallop {
                  height: 3.75rem;
                  left: 0;
                  position: absolute;
                  top: -1.65rem;
                  width: 100%;
                  z-index: -1; }
                body.page-template-report-2022 #programs-cards .card .postscript .stats-container {
                  display: grid;
                  grid-template-columns: repeat(2, 1fr);
                  max-width: 38.5rem;
                  padding: 1.9375rem 0 0 4.37188rem; }
                  body.page-template-report-2022 #programs-cards .card .postscript .stats-container .stat {
                    margin: 0;
                    padding: 0;
                    padding-left: 2.875rem; }
                    body.page-template-report-2022 #programs-cards .card .postscript .stats-container .stat:first-of-type {
                      border: 0;
                      border-right: 0.4375rem solid #5757A1;
                      padding-left: 0; }
                      body.page-template-report-2022 #programs-cards .card .postscript .stats-container .stat:first-of-type p span {
                        color: #9CE1E8; }
                    body.page-template-report-2022 #programs-cards .card .postscript .stats-container .stat p {
                      color: #FFF;
                      font-family: "Montserrat", sans-serif;
                      font-size: 1.125rem;
                      font-weight: 400;
                      line-height: 1.5rem;
                      max-width: 14.3125rem;
                      padding-bottom: 0; }
                      body.page-template-report-2022 #programs-cards .card .postscript .stats-container .stat p span {
                        color: #FFE223;
                        display: block;
                        font-family: "Montserrat", sans-serif;
                        font-size: 4rem;
                        font-weight: 800;
                        line-height: 4.375rem; }
                body.page-template-report-2022 #programs-cards .card .postscript .stats.offset {
                  margin: 0;
                  width: 47.8%; }
                  body.page-template-report-2022 #programs-cards .card .postscript .stats.offset .stats-container {
                    margin: 0 0 0 auto; }
                    body.page-template-report-2022 #programs-cards .card .postscript .stats.offset .stats-container .stat {
                      border: 0;
                      border-right: 0.4375rem solid #5757A1; }
                      body.page-template-report-2022 #programs-cards .card .postscript .stats.offset .stats-container .stat:first-of-type {
                        border-right: 0.4375rem solid #5757A1;
                        padding-left: 0; }
                        body.page-template-report-2022 #programs-cards .card .postscript .stats.offset .stats-container .stat:first-of-type p span {
                          color: #FFE223; }
                      body.page-template-report-2022 #programs-cards .card .postscript .stats.offset .stats-container .stat p span {
                        color: #ABD455; }
            body.page-template-report-2022 #programs-cards .card:nth-of-type(5n+2) .content .copy {
              background-color: #02C9F2; }
              body.page-template-report-2022 #programs-cards .card:nth-of-type(5n+2) .content .copy-container h3 {
                right: 7.75rem;
                width: 20.8125rem; }
                body.page-template-report-2022 #programs-cards .card:nth-of-type(5n+2) .content .copy-container h3::after {
                  width: calc(100% + 1rem); }
            body.page-template-report-2022 #programs-cards .card:nth-of-type(5n+2) .content .character .snapshot .program-flair {
              bottom: -4.1875rem;
              height: 7.3125rem;
              right: -7.2rem;
              width: 8.5rem; }
            body.page-template-report-2022 #programs-cards .card:nth-of-type(5n+2) .content .character .shoutout {
              background-color: #ABD455; }
            body.page-template-report-2022 #programs-cards .card:nth-of-type(5n+2) .postscript .stats-container .stat p span {
              color: #CA5DB3; }
            body.page-template-report-2022 #programs-cards .card:nth-of-type(5n+2) .postscript .stats-container .stat:first-of-type p span {
              color: #ABD455; }
            body.page-template-report-2022 #programs-cards .card:nth-of-type(5n+3) .content .copy {
              background-color: #FFB800; }
            body.page-template-report-2022 #programs-cards .card:nth-of-type(5n+3) .content .character .snapshot .program-flair {
              bottom: 0;
              height: 7.1875rem;
              right: -8rem;
              width: 8.1875rem; }
            body.page-template-report-2022 #programs-cards .card:nth-of-type(5n+3) .content .character .shoutout {
              background-color: #9CE1E8; }
            body.page-template-report-2022 #programs-cards .card:nth-of-type(5n+3) .postscript .stats-container .stat p span {
              color: #FFB800; }
            body.page-template-report-2022 #programs-cards .card:nth-of-type(5n+3) .postscript .stats-container .stat:first-of-type p span {
              color: #9CE1E8; }
            body.page-template-report-2022 #programs-cards .card:nth-of-type(5n+4) .content .copy {
              background-color: #ABD455; }
            body.page-template-report-2022 #programs-cards .card:nth-of-type(5n+4) .content .character .snapshot .program-flair {
              height: 8rem;
              right: -7.5rem;
              width: 7.5rem; }
            body.page-template-report-2022 #programs-cards .card:nth-of-type(5n+4) .content .character .shoutout {
              background-color: #FFE223; }
            body.page-template-report-2022 #programs-cards .card:nth-of-type(5n+4) .postscript .stats-container .stat p span {
              color: #FFE223; }
            body.page-template-report-2022 #programs-cards .card:nth-of-type(5n+4) .postscript .stats-container .stat:first-of-type p span {
              color: #ABD455; }
            body.page-template-report-2022 #programs-cards .card:nth-of-type(5n+5) .content .copy {
              background-color: #9CE1E8; }
              body.page-template-report-2022 #programs-cards .card:nth-of-type(5n+5) .content .copy-container h3::before {
                background-color: #02C9F2; }
            body.page-template-report-2022 #programs-cards .card:nth-of-type(5n+5) .content .character .snapshot .program-flair {
              bottom: -1.9375rem;
              height: 6.875rem;
              right: -6.75rem;
              width: 6.75rem; }
            body.page-template-report-2022 #programs-cards .card:nth-of-type(5n+5) .content .character .shoutout {
              background-color: #02C9F2; }
            body.page-template-report-2022 #programs-cards .card:nth-of-type(5n+5) .postscript .stats-container .stat p span {
              color: #ABD455; }
            body.page-template-report-2022 #programs-cards .card:nth-of-type(5n+5) .postscript .stats-container .stat:first-of-type p span {
              color: #FFE223; } }
  body.page-template-report-2022 #perspectives {
    background-color: #FFF;
    padding-bottom: 3rem;
    position: relative;
    z-index: 1; }
    body.page-template-report-2022 #perspectives svg.arc {
      height: 13.625rem;
      left: 0;
      position: absolute;
      top: -8.75rem;
      width: 100%;
      z-index: -1; }
    body.page-template-report-2022 #perspectives .container .header {
      margin: 0 auto;
      margin-bottom: 0.875rem;
      max-width: 90rem; }
      body.page-template-report-2022 #perspectives .container .header .container-content {
        align-items: flex-start;
        display: flex;
        flex-direction: column;
        margin: 0;
        padding: 0 1.375rem; }
        body.page-template-report-2022 #perspectives .container .header .container-content h2 {
          color: #FFE223;
          font-family: "Montserrat", sans-serif;
          font-size: 1.75rem;
          font-weight: 800;
          letter-spacing: 0.03rem;
          line-height: 1.875rem;
          text-transform: uppercase;
          background-color: #2D2D89;
          display: inline-block;
          position: relative;
          z-index: 20;
          margin-bottom: 2.5rem;
          margin-left: 2.5625rem;
          margin-right: 0.125rem;
          margin-top: 7.30187rem;
          padding: 1.6875rem 1.6875rem 1.25rem 1.8125rem; }
          body.page-template-report-2022 #perspectives .container .header .container-content h2::before {
            background-color: #FFE223;
            content: "";
            display: inline-block;
            height: 6.3125rem;
            position: absolute;
            z-index: -1; }
          body.page-template-report-2022 #perspectives .container .header .container-content h2::after {
            background-color: #2D2D89;
            content: "";
            display: inline-block;
            height: 100%;
            left: 0;
            position: absolute;
            top: 0;
            width: 100%;
            z-index: -1; }
          body.page-template-report-2022 #perspectives .container .header .container-content h2 span {
            color: #2D2D89;
            font-family: "bsd_thin_skinnedregular";
            font-size: 6.25rem;
            font-weight: 400;
            line-height: 7.8125rem;
            position: absolute; }
          body.page-template-report-2022 #perspectives .container .header .container-content h2::before {
            left: -2.4375rem;
            top: -4.80187rem;
            width: 13.75rem; }
          body.page-template-report-2022 #perspectives .container .header .container-content h2 span {
            left: -1.25rem;
            top: -7.30187rem; }
          body.page-template-report-2022 #perspectives .container .header .container-content h2 svg#tada {
            display: none;
            height: 3.97688rem;
            left: 3.125rem;
            position: absolute;
            top: -7.75rem;
            width: 4.27875rem;
            z-index: 1; }
        body.page-template-report-2022 #perspectives .container .header .container-content p {
          color: #2D2D89;
          font-family: "Montserrat", sans-serif;
          font-size: 1.5625rem;
          font-weight: 700;
          line-height: 2.3125rem;
          margin-bottom: 2.125rem;
          padding: 0;
          width: 100%; }
    body.page-template-report-2022 #perspectives .container .posts {
      margin: 0 auto;
      padding-bottom: 0.28125rem;
      max-width: 90rem; }
      body.page-template-report-2022 #perspectives .container .posts .container-content {
        display: grid;
        gap: 2.625rem;
        grid-template-columns: repeat(1, minmax(0, 1fr));
        margin: 0 1.375rem; }
      body.page-template-report-2022 #perspectives .container .posts article.post {
        display: flex;
        flex-direction: column;
        margin-bottom: 2.0625rem;
        position: relative; }
        body.page-template-report-2022 #perspectives .container .posts article.post::before {
          background-color: #FFE223;
          content: "";
          display: block;
          height: 53vw;
          left: 0;
          position: absolute;
          transition-duration: 0.2s;
          top: 0;
          width: 100%;
          z-index: -1; }
        body.page-template-report-2022 #perspectives .container .posts article.post:hover::before {
          left: 0.9375rem;
          top: 0.875rem; }
        body.page-template-report-2022 #perspectives .container .posts article.post img {
          height: 53vw;
          margin-bottom: 2.1875rem;
          object-fit: cover;
          width: 100%; }
        body.page-template-report-2022 #perspectives .container .posts article.post h1 {
          color: #2D2D89;
          font-family: "Montserrat", sans-serif;
          font-size: 1.25rem;
          font-weight: 700;
          line-height: 1.75rem;
          margin-bottom: 0.6875rem;
          text-transform: none; }
        body.page-template-report-2022 #perspectives .container .posts article.post p {
          color: #000;
          font-family: "Montserrat", sans-serif;
          font-size: 1.125rem;
          font-weight: 400;
          line-height: 1.5rem;
          margin-bottom: 1rem;
          padding: 0; }
        body.page-template-report-2022 #perspectives .container .posts article.post a {
          background-color: #2D2D89;
          color: #FFF;
          border-radius: 6.25rem;
          display: inline-block;
          font-family: "Montserrat", sans-serif;
          font-size: 1.0625rem;
          font-weight: 800;
          letter-spacing: 0.01rem;
          line-height: 1.3125rem;
          outline: 0;
          padding: 0.875rem 1.3125rem;
          text-align: center;
          text-transform: uppercase;
          align-self: flex-start;
          margin-top: auto;
          text-decoration: none; }
          body.page-template-report-2022 #perspectives .container .posts article.post a:hover {
            background-color: #FFE223;
            color: #2D2D89; }
    @media (min-width: 1180px) {
      body.page-template-report-2022 #perspectives {
        background-color: #FFF;
        padding-bottom: 3rem;
        position: relative;
        z-index: 1; }
        body.page-template-report-2022 #perspectives svg.arc {
          height: 13.625rem;
          left: 0;
          position: absolute;
          top: -6.75rem;
          width: 100%;
          z-index: -1; }
        body.page-template-report-2022 #perspectives .container .header {
          margin: 0 auto;
          margin-bottom: 0.875rem;
          max-width: 90rem; }
          body.page-template-report-2022 #perspectives .container .header .container-content {
            align-items: flex-end;
            flex-direction: row;
            display: flex;
            gap: 2.0625rem;
            padding: 0; }
            body.page-template-report-2022 #perspectives .container .header .container-content h2 {
              color: #FFE223;
              font-family: "Montserrat", sans-serif;
              font-size: 1.75rem;
              font-weight: 800;
              letter-spacing: 0.03rem;
              line-height: 1.875rem;
              text-transform: uppercase;
              background-color: #2D2D89;
              display: inline-block;
              position: relative;
              z-index: 20;
              margin-bottom: 2.5rem;
              margin-left: 15.625rem;
              margin-top: 7.30187rem;
              padding: 1.6875rem 1.6875rem 1.25rem 1.8125rem; }
              body.page-template-report-2022 #perspectives .container .header .container-content h2::before {
                background-color: #FFE223;
                content: "";
                display: inline-block;
                height: 6.3125rem;
                position: absolute;
                z-index: -1; }
              body.page-template-report-2022 #perspectives .container .header .container-content h2::after {
                background-color: #2D2D89;
                content: "";
                display: inline-block;
                height: 100%;
                left: 0;
                position: absolute;
                top: 0;
                width: 100%;
                z-index: -1; }
              body.page-template-report-2022 #perspectives .container .header .container-content h2 span {
                color: #2D2D89;
                font-family: "bsd_thin_skinnedregular";
                font-size: 6.25rem;
                font-weight: 400;
                line-height: 7.8125rem;
                position: absolute; }
              body.page-template-report-2022 #perspectives .container .header .container-content h2::before {
                left: -9.5625rem;
                top: -4.80187rem;
                width: 13.75rem; }
              body.page-template-report-2022 #perspectives .container .header .container-content h2 span {
                left: -8rem;
                top: -7.30187rem; }
              body.page-template-report-2022 #perspectives .container .header .container-content h2 svg#tada {
                display: block;
                height: 3.97688rem;
                left: 3.125rem;
                position: absolute;
                top: -7.75rem;
                width: 4.27875rem;
                z-index: 1; }
            body.page-template-report-2022 #perspectives .container .header .container-content p {
              color: #2D2D89;
              font-family: "Montserrat", sans-serif;
              font-size: 1.5625rem;
              font-weight: 700;
              line-height: 2.3125rem;
              margin-bottom: 2.5rem;
              padding: 0;
              width: 22rem; }
        body.page-template-report-2022 #perspectives .container .posts {
          margin: 0 auto;
          padding-bottom: 0.28125rem;
          max-width: 90rem; }
          body.page-template-report-2022 #perspectives .container .posts .container-content {
            display: grid;
            gap: 2.625rem;
            grid-template-columns: repeat(3, minmax(0, 1fr));
            margin: 0 8.5rem; }
          body.page-template-report-2022 #perspectives .container .posts article.post {
            display: flex;
            flex-direction: column;
            margin-bottom: 4.40625rem; }
            body.page-template-report-2022 #perspectives .container .posts article.post::before {
              height: 14.5625rem;
              left: 0;
              position: absolute;
              top: 0;
              width: 100%; }
            body.page-template-report-2022 #perspectives .container .posts article.post img {
              height: 14.5625rem;
              margin-bottom: 2.1875rem;
              object-fit: cover;
              width: 100%; }
            body.page-template-report-2022 #perspectives .container .posts article.post h1 {
              color: #2D2D89;
              font-family: "Montserrat", sans-serif;
              font-size: 1.25rem;
              font-weight: 700;
              line-height: 1.75rem;
              margin-bottom: 0.6875rem;
              text-transform: none; }
            body.page-template-report-2022 #perspectives .container .posts article.post p {
              color: #000;
              font-family: "Montserrat", sans-serif;
              font-size: 1.125rem;
              font-weight: 400;
              line-height: 1.5rem;
              margin-bottom: 1rem;
              padding: 0; }
            body.page-template-report-2022 #perspectives .container .posts article.post a {
              background-color: #2D2D89;
              color: #FFF;
              border-radius: 6.25rem;
              display: inline-block;
              font-family: "Montserrat", sans-serif;
              font-size: 1.0625rem;
              font-weight: 800;
              letter-spacing: 0.01rem;
              line-height: 1.3125rem;
              outline: 0;
              padding: 0.875rem 1.3125rem;
              text-align: center;
              text-transform: uppercase;
              align-self: flex-start;
              margin-top: auto;
              text-decoration: none; }
              body.page-template-report-2022 #perspectives .container .posts article.post a:hover {
                background-color: #FFE223;
                color: #2D2D89; } }
  body.page-template-report-2022 #nytimes {
    background-color: #2D2D89;
    color: #FFF;
    padding-bottom: 10.125rem;
    padding-top: 2.6875rem;
    position: relative; }
    body.page-template-report-2022 #nytimes svg.angles {
      height: 3.25rem;
      left: 0;
      position: absolute;
      top: -3rem;
      width: 100%;
      z-index: 1; }
    body.page-template-report-2022 #nytimes svg.tide {
      height: 7.8125rem;
      left: 0;
      position: absolute;
      bottom: -0.5rem;
      width: 100%;
      z-index: 1; }
    body.page-template-report-2022 #nytimes .container {
      margin: 0 auto;
      max-width: 90rem; }
      body.page-template-report-2022 #nytimes .container-content {
        margin: 0 1.375rem; }
        body.page-template-report-2022 #nytimes .container-content h1.header {
          margin-bottom: 3.4375rem;
          padding: 0;
          position: relative;
          text-align: center; }
          body.page-template-report-2022 #nytimes .container-content h1.header::before {
            background-color: #FFF;
            content: "";
            display: none;
            height: 0.125rem;
            left: 0;
            position: absolute;
            top: calc(50% - 0.0625rem);
            width: 100%; }
          body.page-template-report-2022 #nytimes .container-content h1.header svg.nytimes {
            background-color: #2D2D89;
            height: 2.5625rem;
            margin: 0;
            position: relative;
            padding: 0 2.0625rem;
            width: 22.625rem;
            z-index: 1; }
        body.page-template-report-2022 #nytimes .container-content article {
          display: flex;
          flex-direction: column-reverse;
          gap: 1.5625rem;
          margin-bottom: 3.25rem; }
          body.page-template-report-2022 #nytimes .container-content article .copy {
            width: 100%; }
            body.page-template-report-2022 #nytimes .container-content article .copy p.breadcrumbs {
              color: #FFF;
              font-family: "Montserrat", sans-serif;
              font-size: 1rem;
              font-weight: 400;
              line-height: 1.3125rem;
              border-bottom: 0.125rem solid #FFF;
              border-top: 0.125rem solid #FFF;
              display: flex;
              justify-content: space-between;
              margin-bottom: 1.8125rem;
              margin-top: 0.4375rem;
              padding: 0.9375rem 0 0.6875rem; }
              body.page-template-report-2022 #nytimes .container-content article .copy p.breadcrumbs span {
                display: inline-block;
                margin-right: 2.25rem; }
            body.page-template-report-2022 #nytimes .container-content article .copy h1 {
              color: #FFF;
              font-family: "Montserrat", sans-serif;
              font-size: 2.125rem;
              font-weight: 800;
              line-height: 2.3125rem;
              margin-bottom: 1.4375rem;
              text-transform: none; }
            body.page-template-report-2022 #nytimes .container-content article .copy h2 {
              color: #FFF;
              font-family: "Montserrat", sans-serif;
              font-size: 1.25rem;
              font-weight: 700;
              line-height: 1.75rem;
              margin-bottom: 0.6875rem;
              padding-right: 1.625rem;
              text-transform: none; }
            body.page-template-report-2022 #nytimes .container-content article .copy .text {
              padding-right: 1.625rem; }
              body.page-template-report-2022 #nytimes .container-content article .copy .text p {
                color: #FFF;
                font-family: "Montserrat", sans-serif;
                font-size: 1.125rem;
                font-weight: 400;
                line-height: 1.5rem;
                font-size: 1.0625rem;
                line-height: 1.5625rem;
                margin-bottom: 0.875rem; }
            body.page-template-report-2022 #nytimes .container-content article .copy a {
              background-color: #FFF;
              color: #2D2D89;
              border-radius: 6.25rem;
              display: inline-block;
              font-family: "Montserrat", sans-serif;
              font-size: 1.0625rem;
              font-weight: 800;
              letter-spacing: 0.01rem;
              line-height: 1.3125rem;
              outline: 0;
              padding: 0.875rem 1.3125rem;
              text-align: center;
              text-transform: uppercase;
              text-decoration: none; }
              body.page-template-report-2022 #nytimes .container-content article .copy a:hover {
                background-color: #02C9F2;
                color: #2D2D89; }
          body.page-template-report-2022 #nytimes .container-content article figure {
            width: 100%; }
            body.page-template-report-2022 #nytimes .container-content article figure img {
              display: block;
              height: 60vw;
              margin-bottom: 0.8125rem;
              object-fit: cover;
              width: 100%; }
            body.page-template-report-2022 #nytimes .container-content article figure figcaption {
              color: #FFF;
              font-family: "Montserrat", sans-serif;
              font-size: 0.875rem;
              font-weight: 400;
              line-height: 1.25rem;
              margin: 0;
              text-align: left;
              width: 100%; }
    @media (min-width: 1180px) {
      body.page-template-report-2022 #nytimes {
        background-color: #2D2D89;
        color: #FFF;
        padding-bottom: 10.125rem;
        padding-top: 3.3125rem;
        position: relative; }
        body.page-template-report-2022 #nytimes svg.angles {
          height: 3.25rem;
          left: 0;
          position: absolute;
          top: -3rem;
          width: 100%;
          z-index: 1; }
        body.page-template-report-2022 #nytimes svg.tide {
          height: 7.8125rem;
          left: 0;
          position: absolute;
          bottom: -0.5rem;
          width: 100%;
          z-index: 1; }
        body.page-template-report-2022 #nytimes .container {
          margin: 0 auto;
          max-width: 90rem; }
          body.page-template-report-2022 #nytimes .container-content {
            margin: 0 8.5rem; }
            body.page-template-report-2022 #nytimes .container-content h1.header {
              margin-bottom: 3.4375rem;
              padding: 0;
              position: relative;
              text-align: center; }
              body.page-template-report-2022 #nytimes .container-content h1.header::before {
                background-color: #FFF;
                content: "";
                display: block;
                height: 0.125rem;
                left: 0;
                position: absolute;
                top: calc(50% - 0.0625rem);
                width: 100%; }
              body.page-template-report-2022 #nytimes .container-content h1.header svg.nytimes {
                background-color: #2D2D89;
                height: 2.5625rem;
                margin: 0;
                position: relative;
                padding: 0 2.0625rem;
                width: 22.625rem;
                z-index: 1; }
            body.page-template-report-2022 #nytimes .container-content article {
              display: flex;
              flex-direction: row;
              gap: 3rem;
              margin-bottom: 3.4375rem; }
              body.page-template-report-2022 #nytimes .container-content article .copy {
                width: 50%; }
                body.page-template-report-2022 #nytimes .container-content article .copy p.breadcrumbs {
                  color: #FFF;
                  font-family: "Montserrat", sans-serif;
                  font-size: 1rem;
                  font-weight: 400;
                  line-height: 1.3125rem;
                  border: 0;
                  display: block;
                  margin-bottom: 1rem;
                  margin-top: 0.4375rem;
                  padding: 0; }
                  body.page-template-report-2022 #nytimes .container-content article .copy p.breadcrumbs span {
                    display: inline-block;
                    margin-right: 2.25rem; }
                body.page-template-report-2022 #nytimes .container-content article .copy h1 {
                  color: #FFF;
                  font-family: "Montserrat", sans-serif;
                  font-size: 2.125rem;
                  font-weight: 800;
                  line-height: 2.3125rem;
                  margin-bottom: 1.4375rem;
                  text-transform: none; }
                body.page-template-report-2022 #nytimes .container-content article .copy h2 {
                  color: #FFF;
                  font-family: "Montserrat", sans-serif;
                  font-size: 1.25rem;
                  font-weight: 700;
                  line-height: 1.75rem;
                  margin-bottom: 0.6875rem;
                  padding-right: 1.625rem;
                  text-transform: none; }
                body.page-template-report-2022 #nytimes .container-content article .copy .text {
                  padding-right: 1.625rem; }
                  body.page-template-report-2022 #nytimes .container-content article .copy .text p {
                    color: #FFF;
                    font-family: "Montserrat", sans-serif;
                    font-size: 1.125rem;
                    font-weight: 400;
                    line-height: 1.5rem;
                    font-size: 1.0625rem;
                    line-height: 1.5625rem;
                    margin-bottom: 0.875rem; }
                body.page-template-report-2022 #nytimes .container-content article .copy a {
                  background-color: #FFF;
                  color: #2D2D89;
                  border-radius: 6.25rem;
                  display: inline-block;
                  font-family: "Montserrat", sans-serif;
                  font-size: 1.0625rem;
                  font-weight: 800;
                  letter-spacing: 0.01rem;
                  line-height: 1.3125rem;
                  outline: 0;
                  padding: 0.875rem 1.3125rem;
                  text-align: center;
                  text-transform: uppercase;
                  text-decoration: none; }
                  body.page-template-report-2022 #nytimes .container-content article .copy a:hover {
                    background-color: #02C9F2;
                    color: #2D2D89; }
              body.page-template-report-2022 #nytimes .container-content article figure {
                width: 50%; }
                body.page-template-report-2022 #nytimes .container-content article figure img {
                  display: block;
                  height: 23.75rem;
                  margin-bottom: 0.8125rem;
                  object-fit: cover;
                  width: 100%; }
                body.page-template-report-2022 #nytimes .container-content article figure figcaption {
                  color: #FFF;
                  font-family: "Montserrat", sans-serif;
                  font-size: 0.875rem;
                  font-weight: 400;
                  line-height: 1.25rem;
                  margin: 0 0 0 auto;
                  text-align: right;
                  width: 20.875rem; } }
  body.page-template-report-2022 #financials {
    left: 0;
    position: relative;
    margin-top: 0; }
    body.page-template-report-2022 #financials .container {
      margin: 0 auto;
      max-width: 90rem; }
      body.page-template-report-2022 #financials .container-content {
        margin: 0; }
        body.page-template-report-2022 #financials .container-content .statement {
          background-color: #FFF;
          width: 100%;
          z-index: 10; }
          body.page-template-report-2022 #financials .container-content .statement .preview {
            align-items: center;
            background-color: #FFF;
            display: flex;
            height: 8rem;
            justify-content: space-between;
            padding: 1.6875rem 1.625rem 1.375rem;
            position: relative;
            z-index: 50; }
            body.page-template-report-2022 #financials .container-content .statement .preview::after {
              background-color: rgba(255, 255, 255, 0.3);
              bottom: -2rem;
              content: "";
              display: block;
              height: 2rem;
              left: 0;
              position: absolute;
              width: 100%; }
            body.page-template-report-2022 #financials .container-content .statement .preview h2 {
              color: #2D2D89;
              font-family: "Montserrat", sans-serif;
              font-size: 1.75rem;
              font-weight: 800;
              letter-spacing: 0.03rem;
              line-height: 1.875rem;
              text-transform: uppercase;
              padding: 0; }
            body.page-template-report-2022 #financials .container-content .statement .preview svg#dinero {
              color: #02C9F2;
              fill: #2D2D89;
              height: 2.75rem;
              width: 2.75rem; }
              body.page-template-report-2022 #financials .container-content .statement .preview svg#dinero:hover {
                color: #2D2D89;
                fill: #02C9F2; }
            body.page-template-report-2022 #financials .container-content .statement .preview.active svg#dinero {
              transform: rotate(180deg); }
          body.page-template-report-2022 #financials .container-content .statement .data {
            background-color: #FFF;
            height: 0;
            overflow: hidden;
            padding: 0 3.75rem 0 3rem;
            position: relative;
            z-index: 50; }
            body.page-template-report-2022 #financials .container-content .statement .data.active {
              overflow-y: auto; }
            body.page-template-report-2022 #financials .container-content .statement .data-head .head-row {
              border-bottom: 1px solid #2D2D89;
              display: flex;
              gap: 1rem;
              justify-content: space-between;
              margin: 0 0 0.6875rem 0;
              padding: 0 0 0.6875rem 0; }
              body.page-template-report-2022 #financials .container-content .statement .data-head .head-row.norule {
                border-bottom: 0;
                margin: 0 0 0.375rem 0;
                padding: 0; }
              body.page-template-report-2022 #financials .container-content .statement .data-head .head-row p {
                color: #2D2D89;
                font-family: "Montserrat", sans-serif;
                font-size: 1.0625rem;
                font-weight: 800;
                margin: 0 0 0.3125rem 0;
                letter-spacing: 0.01rem;
                line-height: 1.295rem;
                padding: 0;
                text-transform: uppercase; }
                body.page-template-report-2022 #financials .container-content .statement .data-head .head-row p:nth-of-type(odd) {
                  text-align: left; }
                body.page-template-report-2022 #financials .container-content .statement .data-head .head-row p:nth-of-type(even) {
                  text-align: right; }
            body.page-template-report-2022 #financials .container-content .statement .data-head:first-of-type .head-row p {
              margin: 0 0 0.6875rem 0; }
            body.page-template-report-2022 #financials .container-content .statement .data-body {
              border-bottom: 1px solid #2D2D89;
              margin: 0 0 0.75rem 0;
              padding: 0 0 0.625rem 0; }
              body.page-template-report-2022 #financials .container-content .statement .data-body .body-row {
                display: flex;
                gap: 1rem;
                justify-content: space-between; }
                body.page-template-report-2022 #financials .container-content .statement .data-body .body-row.hrule {
                  border-bottom: 1px solid #2D2D89;
                  padding-bottom: 0.625rem;
                  margin-bottom: 0.625rem; }
                body.page-template-report-2022 #financials .container-content .statement .data-body .body-row p {
                  margin: 0 0 0.3125rem 0; }
                  body.page-template-report-2022 #financials .container-content .statement .data-body .body-row p:nth-of-type(odd) {
                    flex-shrink: 1;
                    text-align: left; }
                  body.page-template-report-2022 #financials .container-content .statement .data-body .body-row p:nth-of-type(even) {
                    text-align: right;
                    white-space: nowrap; }
                  body.page-template-report-2022 #financials .container-content .statement .data-body .body-row p.subhead {
                    font-family: "Montserrat", sans-serif;
                    font-size: 1rem;
                    font-weight: 700;
                    margin: 0 0 0.3125rem 0;
                    letter-spacing: 0.03rem;
                    line-height: 1.3125rem;
                    padding: 0;
                    text-transform: uppercase; }
            body.page-template-report-2022 #financials .container-content .statement .data-foot {
              border-bottom: 1px solid #2D2D89;
              margin: 0 0 0.75rem 0;
              padding: 0 0 0.8125rem 0; }
              body.page-template-report-2022 #financials .container-content .statement .data-foot .foot-row {
                display: flex;
                gap: 1rem;
                justify-content: space-between; }
                body.page-template-report-2022 #financials .container-content .statement .data-foot .foot-row.hrule {
                  border-bottom: 1px solid #2D2D89;
                  padding-bottom: 0.625rem;
                  margin-bottom: 0.625rem; }
                  body.page-template-report-2022 #financials .container-content .statement .data-foot .foot-row.hrule p {
                    font-weight: 700; }
                body.page-template-report-2022 #financials .container-content .statement .data-foot .foot-row p {
                  font-weight: 700; }
                  body.page-template-report-2022 #financials .container-content .statement .data-foot .foot-row p:nth-of-type(odd) {
                    flex-shrink: 1;
                    text-align: left; }
                  body.page-template-report-2022 #financials .container-content .statement .data-foot .foot-row p:nth-of-type(even) {
                    text-align: right;
                    white-space: nowrap; }
              body.page-template-report-2022 #financials .container-content .statement .data-foot:last-of-type .foot-row p {
                font-weight: 400;
                margin-bottom: 0.4375rem; }
                body.page-template-report-2022 #financials .container-content .statement .data-foot:last-of-type .foot-row p.footnote {
                  margin-bottom: 0.9375rem; }
            body.page-template-report-2022 #financials .container-content .statement .data > p {
              font-size: 0.875rem;
              line-height: 1.25rem;
              padding-bottom: 3.9375rem; }
    @media (min-width: 1180px) {
      body.page-template-report-2022 #financials {
        left: 0;
        position: relative;
        margin-top: -8.75rem; }
        body.page-template-report-2022 #financials .container {
          margin: 0 auto;
          max-width: 90rem; }
          body.page-template-report-2022 #financials .container-content {
            margin: 0 8.5rem; }
            body.page-template-report-2022 #financials .container-content .statement {
              background-color: #FFF;
              width: 56.5625rem;
              z-index: 10; }
              body.page-template-report-2022 #financials .container-content .statement .preview {
                align-items: center;
                background-color: #FFF;
                display: flex;
                height: 8rem;
                justify-content: space-between;
                padding: 1.625rem 3.75rem 1.625rem 3rem;
                position: relative;
                z-index: 50; }
                body.page-template-report-2022 #financials .container-content .statement .preview::after {
                  background-color: rgba(255, 255, 255, 0.3);
                  bottom: -2rem;
                  content: "";
                  display: block;
                  height: 2rem;
                  left: 0;
                  position: absolute;
                  width: 100%; }
                body.page-template-report-2022 #financials .container-content .statement .preview h2 {
                  color: #2D2D89;
                  font-family: "Montserrat", sans-serif;
                  font-size: 1.75rem;
                  font-weight: 800;
                  letter-spacing: 0.03rem;
                  line-height: 1.875rem;
                  text-transform: uppercase;
                  padding: 0; }
                body.page-template-report-2022 #financials .container-content .statement .preview svg#dinero {
                  color: #02C9F2;
                  fill: #2D2D89;
                  height: 4rem;
                  width: 4rem; }
                  body.page-template-report-2022 #financials .container-content .statement .preview svg#dinero:hover {
                    color: #2D2D89;
                    fill: #02C9F2; }
                body.page-template-report-2022 #financials .container-content .statement .preview.active svg#dinero {
                  transform: rotate(180deg); }
              body.page-template-report-2022 #financials .container-content .statement .data {
                background-color: #FFF;
                height: 0;
                overflow: hidden;
                padding: 0 3.75rem 0 3rem;
                position: relative;
                z-index: 50; }
                body.page-template-report-2022 #financials .container-content .statement .data.active {
                  overflow-y: auto; }
                body.page-template-report-2022 #financials .container-content .statement .data-head .head-row {
                  border-bottom: 1px solid #2D2D89;
                  display: flex;
                  justify-content: space-between;
                  margin: 0 0 0.6875rem 0;
                  padding: 0 0 0.6875rem 0; }
                  body.page-template-report-2022 #financials .container-content .statement .data-head .head-row.norule {
                    border-bottom: 0;
                    margin: 0 0 0.375rem 0;
                    padding: 0; }
                  body.page-template-report-2022 #financials .container-content .statement .data-head .head-row p {
                    color: #2D2D89;
                    font-family: "Montserrat", sans-serif;
                    font-size: 1.0625rem;
                    font-weight: 800;
                    margin: 0 0 0.3125rem 0;
                    letter-spacing: 0.01rem;
                    line-height: 1.295rem;
                    padding: 0;
                    text-transform: uppercase; }
                    body.page-template-report-2022 #financials .container-content .statement .data-head .head-row p:nth-of-type(odd) {
                      text-align: left; }
                    body.page-template-report-2022 #financials .container-content .statement .data-head .head-row p:nth-of-type(even) {
                      text-align: right; }
                body.page-template-report-2022 #financials .container-content .statement .data-head:first-of-type .head-row p {
                  margin: 0 0 0.6875rem 0; }
                body.page-template-report-2022 #financials .container-content .statement .data-body {
                  border-bottom: 1px solid #2D2D89;
                  margin: 0 0 0.75rem 0;
                  padding: 0 0 0.625rem 0; }
                  body.page-template-report-2022 #financials .container-content .statement .data-body .body-row {
                    display: flex;
                    justify-content: space-between; }
                    body.page-template-report-2022 #financials .container-content .statement .data-body .body-row.hrule {
                      border-bottom: 1px solid #2D2D89;
                      padding-bottom: 0.625rem;
                      margin-bottom: 0.625rem; }
                    body.page-template-report-2022 #financials .container-content .statement .data-body .body-row p {
                      margin: 0 0 0.3125rem 0; }
                      body.page-template-report-2022 #financials .container-content .statement .data-body .body-row p:nth-of-type(odd) {
                        flex-shrink: 1;
                        text-align: left; }
                      body.page-template-report-2022 #financials .container-content .statement .data-body .body-row p:nth-of-type(even) {
                        text-align: right;
                        white-space: nowrap; }
                      body.page-template-report-2022 #financials .container-content .statement .data-body .body-row p.subhead {
                        font-family: "Montserrat", sans-serif;
                        font-size: 1rem;
                        font-weight: 700;
                        margin: 0 0 0.3125rem 0;
                        letter-spacing: 0.03rem;
                        line-height: 1.3125rem;
                        padding: 0;
                        text-transform: uppercase; }
                body.page-template-report-2022 #financials .container-content .statement .data-foot {
                  border-bottom: 1px solid #2D2D89;
                  margin: 0 0 0.75rem 0;
                  padding: 0 0 0.8125rem 0; }
                  body.page-template-report-2022 #financials .container-content .statement .data-foot .foot-row {
                    display: flex;
                    justify-content: space-between; }
                    body.page-template-report-2022 #financials .container-content .statement .data-foot .foot-row.hrule {
                      border-bottom: 1px solid #2D2D89;
                      padding-bottom: 0.625rem;
                      margin-bottom: 0.625rem; }
                      body.page-template-report-2022 #financials .container-content .statement .data-foot .foot-row.hrule p {
                        font-weight: 700; }
                    body.page-template-report-2022 #financials .container-content .statement .data-foot .foot-row p {
                      font-weight: 700; }
                      body.page-template-report-2022 #financials .container-content .statement .data-foot .foot-row p:nth-of-type(odd) {
                        flex-shrink: 1;
                        text-align: left; }
                      body.page-template-report-2022 #financials .container-content .statement .data-foot .foot-row p:nth-of-type(even) {
                        text-align: right;
                        white-space: nowrap; }
                  body.page-template-report-2022 #financials .container-content .statement .data-foot:last-of-type .foot-row p {
                    font-weight: 400;
                    margin-bottom: 0.4375rem; }
                    body.page-template-report-2022 #financials .container-content .statement .data-foot:last-of-type .foot-row p.footnote {
                      margin-bottom: 0.9375rem; }
                body.page-template-report-2022 #financials .container-content .statement .data > p {
                  font-size: 0.875rem;
                  line-height: 1.25rem;
                  padding-bottom: 3.9375rem; } }
  body.page-template-report-2022 #spotlight {
    padding-bottom: 0;
    padding-top: 3.75rem;
    position: relative; }
    body.page-template-report-2022 #spotlight-animate {
      background-color: transparent;
      height: 100%;
      left: 0;
      overflow: hidden;
      position: absolute;
      top: 0;
      width: 100%;
      z-index: 1; }
      body.page-template-report-2022 #spotlight-animate svg {
        display: none;
        position: absolute; }
        body.page-template-report-2022 #spotlight-animate svg > * {
          transition-duration: 0s !important; }
        body.page-template-report-2022 #spotlight-animate svg.cloud {
          fill: #FFF;
          height: 2.5625rem;
          transition-duration: 0s !important;
          width: 10.0625rem; }
          body.page-template-report-2022 #spotlight-animate svg.cloud#soft {
            right: -1.5625rem;
            top: 11.375rem; }
          body.page-template-report-2022 #spotlight-animate svg.cloud#fluffy {
            left: -5.25rem;
            top: 24.25rem; }
          body.page-template-report-2022 #spotlight-animate svg.cloud#light {
            bottom: 8.9375rem;
            left: 4.8125rem; }
    body.page-template-report-2022 #spotlight .container {
      margin: 0 auto;
      max-width: 90rem; }
      body.page-template-report-2022 #spotlight .container-content {
        margin: 0; }
        body.page-template-report-2022 #spotlight .container-content .spot {
          align-items: stretch;
          display: flex;
          position: relative; }
          body.page-template-report-2022 #spotlight .container-content .spot .copy {
            background-color: #FFF;
            position: relative; }
            body.page-template-report-2022 #spotlight .container-content .spot .copy h2 {
              letter-spacing: 0.001875rem !important;
              line-height: 2rem !important;
              padding: 2.25rem 1.625rem 2.125rem 1.75rem;
              position: absolute; }
          body.page-template-report-2022 #spotlight .container-content .spot#donors {
            flex-direction: column-reverse;
            margin-bottom: 1.75rem;
            margin-right: 0;
            position: relative; }
            body.page-template-report-2022 #spotlight .container-content .spot#donors::after {
              background-color: #CA5DB3;
              content: "";
              display: block;
              height: 60vw;
              left: 2.1875rem;
              position: absolute;
              top: 0.8125rem;
              width: calc(100% - 2.75rem);
              z-index: 0; }
            body.page-template-report-2022 #spotlight .container-content .spot#donors .copy {
              margin-top: 5.5rem;
              padding: 3.875rem 2.5rem;
              padding-top: 4.9375rem;
              position: relative;
              z-index: 1; }
              body.page-template-report-2022 #spotlight .container-content .spot#donors .copy svg#donor-flair {
                bottom: 0;
                display: none;
                height: 5.8125rem;
                position: absolute;
                right: 1.1875rem;
                width: 5.25rem; }
              body.page-template-report-2022 #spotlight .container-content .spot#donors .copy::after {
                background-color: #FFF;
                content: "";
                display: none;
                height: 100%;
                left: 0;
                position: absolute;
                top: 0;
                width: 100vw;
                z-index: -1; }
              body.page-template-report-2022 #spotlight .container-content .spot#donors .copy h2 {
                color: #FFF;
                font-family: "Montserrat", sans-serif;
                font-size: 1.75rem;
                font-weight: 800;
                letter-spacing: 0.03rem;
                line-height: 1.875rem;
                text-transform: uppercase;
                background-color: #CA5DB3;
                left: 1.375rem;
                padding: 1.1875rem 2.125rem;
                top: -2.8125rem;
                width: 16.5625rem; }
              body.page-template-report-2022 #spotlight .container-content .spot#donors .copy p {
                color: #2D2D89;
                font-family: "Montserrat", sans-serif;
                font-size: 1.25rem;
                font-weight: 700;
                line-height: 1.75rem;
                line-height: 1.875rem;
                margin-bottom: 1.25rem;
                padding: 0; }
              body.page-template-report-2022 #spotlight .container-content .spot#donors .copy a {
                background-color: #2D2D89;
                color: #FFF;
                border-radius: 6.25rem;
                display: inline-block;
                font-family: "Montserrat", sans-serif;
                font-size: 1.0625rem;
                font-weight: 800;
                letter-spacing: 0.01rem;
                line-height: 1.3125rem;
                outline: 0;
                padding: 0.875rem 1.3125rem;
                text-align: center;
                text-transform: uppercase;
                display: inline-block;
                text-decoration: none; }
                body.page-template-report-2022 #spotlight .container-content .spot#donors .copy a:hover {
                  background-color: #CA5DB3;
                  color: #FFF; }
            body.page-template-report-2022 #spotlight .container-content .spot#donors img {
              height: 60vw;
              object-fit: cover;
              margin: 0 1.375rem;
              position: relative;
              width: calc(100% - 2.75rem);
              z-index: 1; }
          body.page-template-report-2022 #spotlight .container-content .spot#team {
            flex-direction: column;
            position: relative; }
            body.page-template-report-2022 #spotlight .container-content .spot#team::after {
              background-color: #FFE223;
              content: "";
              display: block;
              height: 60vw;
              left: 0.5625rem;
              position: absolute;
              top: 0.8125rem;
              width: calc(100% - 2.75rem);
              z-index: 0; }
            body.page-template-report-2022 #spotlight .container-content .spot#team img {
              height: 60vw;
              object-fit: cover;
              margin: 0 1.375rem;
              position: relative;
              width: calc(100% - 2.75rem);
              z-index: 2; }
            body.page-template-report-2022 #spotlight .container-content .spot#team .copy {
              margin-top: 5.5rem;
              padding: 3.875rem 2.5rem;
              position: relative;
              z-index: 1; }
              body.page-template-report-2022 #spotlight .container-content .spot#team .copy svg#team-flair {
                fill: #FFF;
                bottom: -0.625rem;
                display: none;
                height: 6.6875rem;
                position: absolute;
                right: 2rem;
                width: 7.5625rem; }
              body.page-template-report-2022 #spotlight .container-content .spot#team .copy::after {
                background-color: #FFF;
                content: "";
                display: none;
                height: 100%;
                position: absolute;
                right: 0;
                top: 1.75rem;
                width: calc(100% + 3rem);
                z-index: -1; }
              body.page-template-report-2022 #spotlight .container-content .spot#team .copy h2 {
                color: #2D2D89;
                font-family: "Montserrat", sans-serif;
                font-size: 1.75rem;
                font-weight: 800;
                letter-spacing: 0.03rem;
                line-height: 1.875rem;
                text-transform: uppercase;
                background-color: #FFE223;
                left: 1.375rem;
                padding: 1.5625rem 1.6875rem;
                top: -2.125rem;
                width: 13.5rem; }
              body.page-template-report-2022 #spotlight .container-content .spot#team .copy ul {
                list-style: none;
                padding: 0; }
                body.page-template-report-2022 #spotlight .container-content .spot#team .copy ul li {
                  border-bottom: 0.125rem solid #2D2D89;
                  padding: 1.625rem 1.25rem 1.0625rem 0;
                  position: relative; }
                  body.page-template-report-2022 #spotlight .container-content .spot#team .copy ul li:first-of-type {
                    margin-top: 1.625rem;
                    padding-top: 0; }
                  body.page-template-report-2022 #spotlight .container-content .spot#team .copy ul li:last-of-type {
                    border-bottom: none; }
                  body.page-template-report-2022 #spotlight .container-content .spot#team .copy ul li::after {
                    background-color: #2D2D89;
                    clip-path: polygon(0 0, 0% 100%, 70% 50%);
                    content: "";
                    display: block;
                    height: 1.25rem;
                    margin-left: 0.5625rem;
                    position: absolute;
                    right: 0;
                    top: calc(50% - 0.625rem);
                    transition-duration: 0.2s;
                    width: 1.25rem; }
                  body.page-template-report-2022 #spotlight .container-content .spot#team .copy ul li a {
                    color: #2D2D89;
                    font-family: "Montserrat", sans-serif;
                    font-size: 1.5625rem;
                    font-weight: 700;
                    line-height: 2.3125rem;
                    display: block;
                    line-height: 1.85rem;
                    text-decoration: none; }
                  body.page-template-report-2022 #spotlight .container-content .spot#team .copy ul li:hover::after {
                    background-color: #CA5DB3; }
                  body.page-template-report-2022 #spotlight .container-content .spot#team .copy ul li:hover a {
                    color: #CA5DB3; }
    @media (min-width: 1180px) {
      body.page-template-report-2022 #spotlight {
        padding-bottom: 5rem;
        padding-top: 13.5rem;
        position: relative; }
        body.page-template-report-2022 #spotlight-animate svg {
          display: block; }
        body.page-template-report-2022 #spotlight .container {
          margin: 0 auto;
          max-width: 90rem; }
          body.page-template-report-2022 #spotlight .container-content {
            margin: 0 8.5rem; }
            body.page-template-report-2022 #spotlight .container-content .spot {
              align-items: stretch;
              display: flex;
              flex-direction: row;
              position: relative; }
              body.page-template-report-2022 #spotlight .container-content .spot .copy {
                background-color: #FFF;
                position: relative; }
                body.page-template-report-2022 #spotlight .container-content .spot .copy h2 {
                  letter-spacing: 0.001875rem !important;
                  line-height: 2rem !important;
                  padding: 2.25rem 1.625rem 2.125rem 1.75rem;
                  position: absolute; }
              body.page-template-report-2022 #spotlight .container-content .spot#donors {
                flex-direction: row;
                margin-bottom: 7.5625rem;
                margin-right: 7.875rem;
                position: relative; }
                body.page-template-report-2022 #spotlight .container-content .spot#donors::after {
                  background-color: #CA5DB3;
                  content: "";
                  display: block;
                  height: 100%;
                  left: auto;
                  position: absolute;
                  right: -1.9375rem;
                  top: 2.0625rem;
                  width: 100%;
                  z-index: 0; }
                body.page-template-report-2022 #spotlight .container-content .spot#donors .copy {
                  margin-top: 0;
                  padding: 3.875rem 2.5rem;
                  position: relative;
                  z-index: 1; }
                  body.page-template-report-2022 #spotlight .container-content .spot#donors .copy svg#donor-flair {
                    bottom: 0;
                    display: block;
                    height: 5.8125rem;
                    position: absolute;
                    right: 1.1875rem;
                    width: 5.25rem; }
                  body.page-template-report-2022 #spotlight .container-content .spot#donors .copy::after {
                    background-color: #FFF;
                    content: "";
                    display: block;
                    height: 100%;
                    left: 0;
                    position: absolute;
                    top: 2.0625rem;
                    width: calc(100% + 3.8125rem);
                    z-index: -1; }
                  body.page-template-report-2022 #spotlight .container-content .spot#donors .copy h2 {
                    color: #FFF;
                    font-family: "Montserrat", sans-serif;
                    font-size: 1.75rem;
                    font-weight: 800;
                    letter-spacing: 0.03rem;
                    line-height: 1.875rem;
                    text-transform: uppercase;
                    background-color: #CA5DB3;
                    left: -1.5625rem;
                    padding: 2.25rem 1.625rem 2.125rem 1.75rem;
                    top: -4.1875rem;
                    width: 24rem; }
                  body.page-template-report-2022 #spotlight .container-content .spot#donors .copy p {
                    color: #2D2D89;
                    font-family: "Montserrat", sans-serif;
                    font-size: 1.25rem;
                    font-weight: 700;
                    line-height: 1.75rem;
                    line-height: 1.875rem;
                    margin-bottom: 1.25rem;
                    padding: 0; }
                  body.page-template-report-2022 #spotlight .container-content .spot#donors .copy a {
                    background-color: #2D2D89;
                    color: #FFF;
                    border-radius: 6.25rem;
                    display: inline-block;
                    font-family: "Montserrat", sans-serif;
                    font-size: 1.0625rem;
                    font-weight: 800;
                    letter-spacing: 0.01rem;
                    line-height: 1.3125rem;
                    outline: 0;
                    padding: 0.875rem 1.3125rem;
                    text-align: center;
                    text-transform: uppercase;
                    display: inline-block;
                    text-decoration: none; }
                    body.page-template-report-2022 #spotlight .container-content .spot#donors .copy a:hover {
                      background-color: #CA5DB3;
                      color: #FFF; }
                body.page-template-report-2022 #spotlight .container-content .spot#donors img {
                  height: 28.9375rem;
                  margin: 0;
                  object-fit: cover;
                  position: relative;
                  width: 39.25rem;
                  z-index: 1; }
              body.page-template-report-2022 #spotlight .container-content .spot#team {
                flex-direction: row;
                margin-left: 7.875rem;
                position: relative; }
                body.page-template-report-2022 #spotlight .container-content .spot#team::after {
                  background-color: #FFE223;
                  content: "";
                  display: block;
                  height: 100%;
                  left: -1.6875rem;
                  position: absolute;
                  top: 1.75rem;
                  width: 100%;
                  z-index: 0; }
                body.page-template-report-2022 #spotlight .container-content .spot#team img {
                  height: 28.9375rem;
                  margin: 0;
                  object-fit: cover;
                  position: relative;
                  width: 39.25rem;
                  z-index: 2; }
                body.page-template-report-2022 #spotlight .container-content .spot#team .copy {
                  margin: 0;
                  padding: 5.8125rem 2.5625rem 3.875rem 2.5rem;
                  position: relative;
                  z-index: 1; }
                  body.page-template-report-2022 #spotlight .container-content .spot#team .copy svg#team-flair {
                    fill: #FFF;
                    bottom: -0.625rem;
                    display: block;
                    height: 6.6875rem;
                    position: absolute;
                    right: 2rem;
                    width: 7.5625rem; }
                  body.page-template-report-2022 #spotlight .container-content .spot#team .copy::after {
                    background-color: #FFF;
                    content: "";
                    display: block;
                    height: 100%;
                    position: absolute;
                    right: 0;
                    top: 1.75rem;
                    width: calc(100% + 3rem);
                    z-index: -1; }
                  body.page-template-report-2022 #spotlight .container-content .spot#team .copy h2 {
                    color: #2D2D89;
                    font-family: "Montserrat", sans-serif;
                    font-size: 1.75rem;
                    font-weight: 800;
                    letter-spacing: 0.03rem;
                    line-height: 1.875rem;
                    text-transform: uppercase;
                    background-color: #FFE223;
                    left: auto;
                    right: 9.8125rem;
                    top: -2.125rem;
                    width: 13.5rem; }
                  body.page-template-report-2022 #spotlight .container-content .spot#team .copy ul {
                    list-style: none; }
                    body.page-template-report-2022 #spotlight .container-content .spot#team .copy ul li {
                      border-bottom: 0.125rem solid #2D2D89;
                      padding: 1.625rem 1.25rem 1.0625rem 0;
                      position: relative; }
                      body.page-template-report-2022 #spotlight .container-content .spot#team .copy ul li:first-of-type {
                        margin-top: 1.625rem;
                        padding-top: 0; }
                      body.page-template-report-2022 #spotlight .container-content .spot#team .copy ul li:last-of-type {
                        border-bottom: none; }
                      body.page-template-report-2022 #spotlight .container-content .spot#team .copy ul li::after {
                        background-color: #2D2D89;
                        clip-path: polygon(0 0, 0% 100%, 70% 50%);
                        content: "";
                        display: block;
                        height: 1.25rem;
                        margin-left: 0.5625rem;
                        position: absolute;
                        right: 0;
                        top: calc(50% - 0.625rem);
                        transition-duration: 0.2s;
                        width: 1.25rem; }
                      body.page-template-report-2022 #spotlight .container-content .spot#team .copy ul li a {
                        color: #2D2D89;
                        font-family: "Montserrat", sans-serif;
                        font-size: 1.5625rem;
                        font-weight: 700;
                        line-height: 2.3125rem;
                        display: block;
                        line-height: 1.85rem;
                        text-decoration: none; }
                      body.page-template-report-2022 #spotlight .container-content .spot#team .copy ul li:hover::after {
                        background-color: #CA5DB3; }
                      body.page-template-report-2022 #spotlight .container-content .spot#team .copy ul li:hover a {
                        color: #CA5DB3; } }
  body.page-template-report-2022 #summer {
    background-color: #ABD455;
    padding-bottom: 9rem;
    padding-top: 5.1875rem;
    position: relative; }
    body.page-template-report-2022 #summer-animate {
      background-color: transparent;
      height: 100%;
      left: 0;
      overflow: hidden;
      position: absolute;
      top: 0;
      width: 100%;
      z-index: 1; }
      body.page-template-report-2022 #summer-animate svg {
        position: absolute; }
        body.page-template-report-2022 #summer-animate svg#land {
          bottom: -10rem;
          height: 45.875rem;
          left: 0;
          transition-duration: 0s !important;
          width: 100%;
          z-index: 0; }
      body.page-template-report-2022 #summer-animate .container {
        height: 100%;
        margin: 0 auto;
        max-width: 87.5rem;
        position: relative;
        width: 100%; }
        body.page-template-report-2022 #summer-animate .container svg {
          fill: #ABD455; }
          body.page-template-report-2022 #summer-animate .container svg#arbor {
            display: none; }
            body.page-template-report-2022 #summer-animate .container svg#arbor-sm {
              bottom: -0.125rem;
              display: block;
              height: 3.3125rem;
              left: 0.875rem;
              width: 6.5rem;
              z-index: 5; }
          body.page-template-report-2022 #summer-animate .container svg#urban {
            display: none; }
            body.page-template-report-2022 #summer-animate .container svg#urban-sm {
              bottom: -0.375rem;
              display: block;
              height: 6.25rem;
              right: 0.8125rem;
              width: 11.875rem;
              z-index: 5; }
    body.page-template-report-2022 #summer .container {
      margin: 0 auto;
      max-width: 90rem;
      position: relative;
      z-index: 1; }
      body.page-template-report-2022 #summer .container-content {
        margin: 0 1.375rem; }
        body.page-template-report-2022 #summer .container-content h2 {
          color: #FFE223;
          font-family: "Montserrat", sans-serif;
          font-size: 1.75rem;
          font-weight: 800;
          letter-spacing: 0.03rem;
          line-height: 1.875rem;
          text-transform: uppercase;
          background-color: #2D2D89;
          display: inline-block;
          position: relative;
          z-index: 20;
          display: block;
          margin-bottom: 5rem;
          margin-left: auto;
          margin-top: 15.9375rem;
          padding: 1.375rem 1.25rem 1.3125rem 1.8125rem;
          width: 14.875rem; }
          body.page-template-report-2022 #summer .container-content h2::before {
            background-color: #FFE223;
            content: "";
            display: inline-block;
            height: 6.3125rem;
            position: absolute;
            z-index: -1; }
          body.page-template-report-2022 #summer .container-content h2::after {
            background-color: #2D2D89;
            content: "";
            display: inline-block;
            height: 100%;
            left: 0;
            position: absolute;
            top: 0;
            width: 100%;
            z-index: -1; }
          body.page-template-report-2022 #summer .container-content h2 span {
            color: #2D2D89;
            font-family: "bsd_thin_skinnedregular";
            font-size: 6.25rem;
            font-weight: 400;
            line-height: 7.8125rem;
            position: absolute; }
          body.page-template-report-2022 #summer .container-content h2::before {
            height: 14.625rem;
            right: 0;
            top: -13.375rem;
            width: 20.125rem; }
          body.page-template-report-2022 #summer .container-content h2 span {
            right: 0;
            top: -15.9375rem;
            width: 18.9375rem; }
          body.page-template-report-2022 #summer .container-content h2 svg#brightly {
            height: 6.6875rem;
            left: -5.25rem;
            position: absolute;
            top: 4.125rem;
            width: 7.0625rem;
            z-index: 1; }
        body.page-template-report-2022 #summer .container-content .shiny {
          display: flex;
          flex-direction: column;
          gap: 14px; }
          body.page-template-report-2022 #summer .container-content .shiny .shine p {
            padding: 0; }
          body.page-template-report-2022 #summer .container-content .shiny .shine.intro {
            margin-bottom: 1.6875rem;
            width: 100%; }
            body.page-template-report-2022 #summer .container-content .shiny .shine.intro p {
              color: #2D2D89;
              font-family: "Montserrat", sans-serif;
              font-size: 1.25rem;
              font-weight: 700;
              line-height: 1.75rem;
              line-height: 1.875rem;
              margin-bottom: 2.5rem; }
            body.page-template-report-2022 #summer .container-content .shiny .shine.intro img {
              height: 60vw;
              margin: 0;
              object-fit: cover;
              width: 100%; }
              body.page-template-report-2022 #summer .container-content .shiny .shine.intro img.sm-only {
                margin-bottom: 1.4375rem; }
          body.page-template-report-2022 #summer .container-content .shiny .shine.upcoming {
            width: 100%; }
            body.page-template-report-2022 #summer .container-content .shiny .shine.upcoming img {
              display: none;
              height: 23.875rem;
              margin: 0 0 0 auto;
              object-fit: cover;
              width: 31.875rem; }
            body.page-template-report-2022 #summer .container-content .shiny .shine.upcoming h3 {
              color: #2D2D89;
              font-family: "Montserrat", sans-serif;
              font-size: 1.75rem;
              font-weight: 800;
              letter-spacing: 0.03rem;
              line-height: 1.875rem;
              text-transform: uppercase;
              background-color: #FFE223;
              display: inline-block;
              line-height: 2rem;
              margin-bottom: 1.125rem;
              padding: 1.8125rem 1.3125rem 1.4375rem 1.5625rem;
              width: 20.0625rem; }
            body.page-template-report-2022 #summer .container-content .shiny .shine.upcoming p {
              color: #2D2D89;
              font-family: "Montserrat", sans-serif;
              font-size: 1.25rem;
              font-weight: 400;
              line-height: 1.75rem;
              line-height: 1.875rem;
              margin-bottom: 1rem; }
            body.page-template-report-2022 #summer .container-content .shiny .shine.upcoming a {
              background-color: #2D2D89;
              color: #FFF;
              border-radius: 6.25rem;
              display: inline-block;
              font-family: "Montserrat", sans-serif;
              font-size: 1.0625rem;
              font-weight: 800;
              letter-spacing: 0.01rem;
              line-height: 1.3125rem;
              outline: 0;
              padding: 0.875rem 1.3125rem;
              text-align: center;
              text-transform: uppercase;
              display: inline-block;
              text-decoration: none; }
              body.page-template-report-2022 #summer .container-content .shiny .shine.upcoming a:hover {
                background-color: #FFE223;
                color: #2D2D89; }
    @media (min-width: 1180px) {
      body.page-template-report-2022 #summer {
        background-color: #ABD455;
        padding-bottom: 9rem;
        padding-top: 6.625rem;
        position: relative; }
        body.page-template-report-2022 #summer-animate {
          background-color: transparent;
          height: 100%;
          left: 0;
          overflow: hidden;
          position: absolute;
          top: 0;
          width: 100%;
          z-index: 1; }
          body.page-template-report-2022 #summer-animate svg {
            position: absolute; }
            body.page-template-report-2022 #summer-animate svg#land {
              bottom: -10rem;
              height: 45.875rem;
              left: 0;
              transition-duration: 0s !important;
              width: 100%;
              z-index: 1; }
          body.page-template-report-2022 #summer-animate .container {
            height: 100%;
            margin: 0 auto;
            max-width: 87.5rem;
            position: relative;
            width: 100%; }
            body.page-template-report-2022 #summer-animate .container svg {
              fill: #8FB838; }
              body.page-template-report-2022 #summer-animate .container svg#arbor {
                bottom: 32.45rem;
                display: block;
                height: 4.375rem;
                left: 2.3125rem;
                width: 7.8125rem; }
                body.page-template-report-2022 #summer-animate .container svg#arbor-sm {
                  display: none; }
              body.page-template-report-2022 #summer-animate .container svg#urban {
                bottom: 31.45rem;
                display: block;
                height: 9.25rem;
                right: -2.125rem;
                width: 18.6875rem; }
                body.page-template-report-2022 #summer-animate .container svg#urban-sm {
                  display: none; }
        body.page-template-report-2022 #summer .container {
          margin: 0 auto;
          max-width: 90rem;
          position: relative;
          z-index: 1; }
          body.page-template-report-2022 #summer .container-content {
            margin: 0 8.5rem; }
            body.page-template-report-2022 #summer .container-content h2 {
              color: #FFE223;
              font-family: "Montserrat", sans-serif;
              font-size: 1.75rem;
              font-weight: 800;
              letter-spacing: 0.03rem;
              line-height: 1.875rem;
              text-transform: uppercase;
              background-color: #2D2D89;
              display: inline-block;
              position: relative;
              z-index: 20;
              display: inline-block;
              margin-bottom: 3.4375rem;
              margin-left: 25.1875rem;
              margin-top: 7.30187rem;
              padding: 1.375rem 1.6875rem 1.23937rem 1.8125rem;
              width: auto; }
              body.page-template-report-2022 #summer .container-content h2::before {
                background-color: #FFE223;
                content: "";
                display: inline-block;
                height: 6.3125rem;
                position: absolute;
                z-index: -1; }
              body.page-template-report-2022 #summer .container-content h2::after {
                background-color: #2D2D89;
                content: "";
                display: inline-block;
                height: 100%;
                left: 0;
                position: absolute;
                top: 0;
                width: 100%;
                z-index: -1; }
              body.page-template-report-2022 #summer .container-content h2 span {
                color: #2D2D89;
                font-family: "bsd_thin_skinnedregular";
                font-size: 6.25rem;
                font-weight: 400;
                line-height: 7.8125rem;
                position: absolute; }
              body.page-template-report-2022 #summer .container-content h2::before {
                left: -25.1875rem;
                right: auto;
                top: -4.8125rem;
                width: 36.4375rem; }
              body.page-template-report-2022 #summer .container-content h2 span {
                left: -24rem;
                right: auto;
                top: -7.30187rem;
                white-space: nowrap;
                width: auto; }
              body.page-template-report-2022 #summer .container-content h2 svg#brightly {
                display: block;
                height: 9.1875rem;
                left: auto;
                position: absolute;
                right: -7.625rem;
                top: -6.875rem;
                width: 9.6875rem;
                z-index: 1; }
            body.page-template-report-2022 #summer .container-content .shiny {
              display: flex;
              flex-direction: row;
              gap: 14px; }
              body.page-template-report-2022 #summer .container-content .shiny .shine p {
                padding: 0; }
              body.page-template-report-2022 #summer .container-content .shiny .shine.intro {
                margin-bottom: 0;
                width: 47%; }
                body.page-template-report-2022 #summer .container-content .shiny .shine.intro p {
                  color: #2D2D89;
                  font-family: "Montserrat", sans-serif;
                  font-size: 1.25rem;
                  font-weight: 700;
                  line-height: 1.75rem;
                  line-height: 1.875rem;
                  margin-bottom: 2.5rem; }
                body.page-template-report-2022 #summer .container-content .shiny .shine.intro img {
                  height: 30.125rem;
                  object-fit: cover;
                  width: 26.8125rem; }
                  body.page-template-report-2022 #summer .container-content .shiny .shine.intro img.sm-only {
                    display: none; }
              body.page-template-report-2022 #summer .container-content .shiny .shine.upcoming {
                width: 53%; }
                body.page-template-report-2022 #summer .container-content .shiny .shine.upcoming img {
                  display: block;
                  height: 23.875rem;
                  margin: 0 0 0 auto;
                  object-fit: cover;
                  width: 31.875rem; }
                body.page-template-report-2022 #summer .container-content .shiny .shine.upcoming h3 {
                  color: #2D2D89;
                  font-family: "Montserrat", sans-serif;
                  font-size: 1.75rem;
                  font-weight: 800;
                  letter-spacing: 0.03rem;
                  line-height: 1.875rem;
                  text-transform: uppercase;
                  background-color: #FFE223;
                  display: inline-block;
                  line-height: 2rem;
                  margin-bottom: 1.875rem;
                  margin-top: -2.125rem;
                  padding: 1.8125rem 1.3125rem 1.4375rem 1.5625rem;
                  width: auto; }
                body.page-template-report-2022 #summer .container-content .shiny .shine.upcoming p {
                  color: #2D2D89;
                  font-family: "Montserrat", sans-serif;
                  font-size: 1.25rem;
                  font-weight: 400;
                  line-height: 1.75rem;
                  line-height: 1.875rem;
                  margin-bottom: 1rem; }
                body.page-template-report-2022 #summer .container-content .shiny .shine.upcoming a {
                  background-color: #2D2D89;
                  color: #FFF;
                  border-radius: 6.25rem;
                  display: inline-block;
                  font-family: "Montserrat", sans-serif;
                  font-size: 1.0625rem;
                  font-weight: 800;
                  letter-spacing: 0.01rem;
                  line-height: 1.3125rem;
                  outline: 0;
                  padding: 0.875rem 1.3125rem;
                  text-align: center;
                  text-transform: uppercase;
                  display: inline-block;
                  text-decoration: none; }
                  body.page-template-report-2022 #summer .container-content .shiny .shine.upcoming a:hover {
                    background-color: #FFE223;
                    color: #2D2D89; } }
  body.page-template-report-2022 footer {
    background-color: #2D2D89;
    border-top: 2rem solid #ABD455;
    padding: 1.9375rem 0 5rem; }
    body.page-template-report-2022 footer .container {
      margin: 0 auto;
      max-width: 90rem; }
      body.page-template-report-2022 footer .container-content {
        display: flex;
        flex-direction: column;
        gap: 2.125rem;
        margin: 0 1.375rem; }
        body.page-template-report-2022 footer .container-content .logo svg.logo {
          height: 3.75rem;
          fill: #FFF;
          width: 16.75rem; }
        body.page-template-report-2022 footer .container-content .contact {
          color: #FFF;
          font-family: "Montserrat", sans-serif;
          font-size: 1rem;
          font-weight: 700;
          line-height: 1.3125rem; }
          body.page-template-report-2022 footer .container-content .contact address {
            font-style: normal;
            margin-bottom: 1.625rem; }
          body.page-template-report-2022 footer .container-content .contact .social p {
            margin-bottom: 1rem;
            padding: 0; }
          body.page-template-report-2022 footer .container-content .contact .social ul {
            display: flex;
            gap: 1.5rem;
            list-style: none;
            padding: 0; }
            body.page-template-report-2022 footer .container-content .contact .social ul li {
              display: block; }
              body.page-template-report-2022 footer .container-content .contact .social ul li a img {
                height: 1.125rem;
                width: 1.125rem; }
              body.page-template-report-2022 footer .container-content .contact .social ul li a:hover img {
                filter: invert(75%) sepia(36%) saturate(400%) hue-rotate(50deg) brightness(264%) contrast(189%); }
        body.page-template-report-2022 footer .container-content .download {
          border-top: 0.25rem solid rgba(255, 255, 255, 0.4); }
          body.page-template-report-2022 footer .container-content .download h4 {
            color: #FFF;
            font-family: "bsd_thin_skinnedregular";
            font-size: 2.75rem;
            font-weight: 400;
            line-height: 3.1625rem;
            padding-top: 1.5625rem;
            margin-bottom: 1rem; }
          body.page-template-report-2022 footer .container-content .download a {
            color: #FFF;
            font-family: "Montserrat", sans-serif;
            font-size: 1rem;
            font-weight: 700;
            line-height: 1.3125rem;
            text-decoration: none; }
            body.page-template-report-2022 footer .container-content .download a svg.linkout {
              fill: #FFF;
              height: 1rem;
              margin-right: 0.625rem;
              transition-duration: 0s;
              vertical-align: middle;
              width: 1.625rem; }
            body.page-template-report-2022 footer .container-content .download a:hover {
              color: #ABD455; }
              body.page-template-report-2022 footer .container-content .download a:hover svg.linkout {
                fill: #ABD455; }
            body.page-template-report-2022 footer .container-content .download a.report {
              background-color: #ABD455;
              color: #2D2D89;
              border-radius: 6.25rem;
              display: inline-block;
              font-family: "Montserrat", sans-serif;
              font-size: 1.0625rem;
              font-weight: 800;
              letter-spacing: 0.01rem;
              line-height: 1.3125rem;
              outline: 0;
              padding: 0.875rem 1.3125rem;
              text-align: center;
              text-transform: uppercase;
              display: inline-block;
              margin-bottom: 2.8125rem;
              text-decoration: none; }
              body.page-template-report-2022 footer .container-content .download a.report:hover {
                background-color: #02C9F2;
                color: #2D2D89; }
    @media (min-width: 1180px) {
      body.page-template-report-2022 footer {
        background-color: #2D2D89;
        border-top: 2rem solid #ABD455;
        padding: 4.625rem 0 6.375rem; }
        body.page-template-report-2022 footer .container {
          margin: 0 auto;
          max-width: 90rem; }
          body.page-template-report-2022 footer .container-content {
            display: flex;
            flex-direction: row;
            gap: 5.0625rem;
            margin: 0 8.5rem; }
            body.page-template-report-2022 footer .container-content .logo svg.logo {
              height: 3.75rem;
              fill: #FFF;
              width: 16.75rem; }
            body.page-template-report-2022 footer .container-content .contact {
              color: #FFF;
              font-family: "Montserrat", sans-serif;
              font-size: 1rem;
              font-weight: 700;
              line-height: 1.3125rem; }
              body.page-template-report-2022 footer .container-content .contact address {
                font-style: normal;
                margin-bottom: 3.625rem; }
              body.page-template-report-2022 footer .container-content .contact .social p {
                margin-bottom: 1rem;
                padding: 0; }
              body.page-template-report-2022 footer .container-content .contact .social ul {
                display: flex;
                gap: 1.5rem;
                list-style: none;
                padding: 0; }
                body.page-template-report-2022 footer .container-content .contact .social ul li {
                  display: block; }
                  body.page-template-report-2022 footer .container-content .contact .social ul li a img {
                    height: 1.125rem;
                    width: 1.125rem; }
                  body.page-template-report-2022 footer .container-content .contact .social ul li a:hover img {
                    filter: invert(75%) sepia(36%) saturate(400%) hue-rotate(50deg) brightness(264%) contrast(189%); }
            body.page-template-report-2022 footer .container-content .download {
              border: 0;
              border-left: 0.25rem solid rgba(255, 255, 255, 0.4);
              padding-left: 3.5625rem; }
              body.page-template-report-2022 footer .container-content .download h4 {
                color: #FFF;
                font-family: "bsd_thin_skinnedregular";
                font-size: 2.75rem;
                font-weight: 400;
                line-height: 3.1625rem;
                padding: 0;
                margin-bottom: 1rem; }
              body.page-template-report-2022 footer .container-content .download a {
                color: #FFF;
                font-family: "Montserrat", sans-serif;
                font-size: 1rem;
                font-weight: 700;
                line-height: 1.3125rem;
                text-decoration: none; }
                body.page-template-report-2022 footer .container-content .download a svg.linkout {
                  height: 1rem;
                  margin-right: 0.625rem;
                  transition-duration: 0s;
                  vertical-align: middle;
                  width: 1.625rem; }
                body.page-template-report-2022 footer .container-content .download a:hover {
                  color: #ABD455; }
                  body.page-template-report-2022 footer .container-content .download a:hover svg.linkout {
                    fill: #ABD455; }
                body.page-template-report-2022 footer .container-content .download a.report {
                  background-color: #ABD455;
                  color: #2D2D89;
                  border-radius: 6.25rem;
                  display: inline-block;
                  font-family: "Montserrat", sans-serif;
                  font-size: 1.0625rem;
                  font-weight: 800;
                  letter-spacing: 0.01rem;
                  line-height: 1.3125rem;
                  outline: 0;
                  padding: 0.875rem 1.3125rem;
                  text-align: center;
                  text-transform: uppercase;
                  display: inline-block;
                  margin-bottom: 2.8125rem;
                  text-decoration: none; }
                  body.page-template-report-2022 footer .container-content .download a.report:hover {
                    background-color: #02C9F2;
                    color: #2D2D89; } }

body.page-template-donors-2022 {
  background-color: #fff;
  margin: 0;
  padding: 0;
  width: 100%;
  /**
 * Variables: Colors 
 */
  /**
 * Variables: Type 
 */
  /**
 * Mixins: Type 
 */
  /**
 * Mixins: Color Progressions 
 */
  /**
 * Mixins: Breakpoints 
 */
  /**
 * Mixins: Buttons 
 */
  /**
 * Mixins: Headings 
 */
  /**
 * Mixins: Animate 
 */
  /**
 * Keyframes 
 */
  /**
 * Reset: default header & footer 
 */
  /**
 * Report-Wide Styles 
 */ }

@keyframes breeze {
  0% {
    transform: translateX(0); }
  85% {
    opacity: 1;
    transform: translateX(-120vw); }
  87% {
    opacity: 0;
    visibility: hidden; }
  90% {
    transform: translateX(10vw); }
  91% {
    opacity: 0;
    visibility: hidden; }
  93% {
    opacity: 1;
    visibility: visible; }
  100% {
    transform: translateX(0); } }
  body.page-template-donors-2022 #mainCntr.context-report {
    padding: 0; }
    body.page-template-donors-2022 #mainCntr.context-report > header {
      display: none; }
  body.page-template-donors-2022 #footer.context-report {
    display: none; }
  body.page-template-donors-2022 button {
    border: 0;
    outline: 0; }
  body.page-template-donors-2022 div#report-2022 {
    position: relative; }
    body.page-template-donors-2022 div#report-2022 #backdrop {
      background-color: rgba(0, 0, 0, 0.45);
      height: 100%;
      opacity: 0;
      position: absolute;
      visibility: hidden;
      width: 100%;
      z-index: 9; }
      body.page-template-donors-2022 div#report-2022 #backdrop.active {
        opacity: 1;
        visibility: visible; }
    body.page-template-donors-2022 div#report-2022 * {
      text-rendering: optimizeLegibility;
      -webkit-font-smoothing: subpixel-antialiased !important;
      transition-duration: 0.2s; }
  body.page-template-donors-2022 .container {
    margin: 0;
    max-width: none;
    padding: 0; }
    body.page-template-donors-2022 .container-content {
      margin: 0 8.5rem;
      max-width: none;
      padding: 0; }
  body.page-template-donors-2022 h1, body.page-template-donors-2022 h2, body.page-template-donors-2022 h3, body.page-template-donors-2022 h4, body.page-template-donors-2022 h5, body.page-template-donors-2022 h6, body.page-template-donors-2022 p, body.page-template-donors-2022 a {
    padding: 0; }
  body.page-template-donors-2022 img:not([src]) {
    visibility: hidden; }
  body.page-template-donors-2022 #opener {
    position: relative; }
    body.page-template-donors-2022 #opener .tabs {
      display: flex;
      position: relative;
      width: 100%; }
      body.page-template-donors-2022 #opener .tabs svg.carat {
        bottom: -1.125rem;
        fill: #ABD455;
        height: 1.25rem;
        left: calc(25% - 1.625rem);
        position: absolute;
        width: 3.25rem; }
      body.page-template-donors-2022 #opener .tabs.offset svg.carat {
        fill: #02C9F2;
        left: auto;
        right: calc(25% - 1.625rem); }
      body.page-template-donors-2022 #opener .tabs button.tab {
        color: #2D2D89;
        font-family: "bsd_thin_skinnedregular";
        font-size: 2.75rem;
        font-weight: 400;
        line-height: 3.1625rem;
        background-color: #E7E7E7;
        height: 5.1875rem;
        padding: .75rem;
        position: relative;
        width: 50%;
        z-index: 1; }
        body.page-template-donors-2022 #opener .tabs button.tab svg.flair {
          display: none;
          fill: #2D2D89;
          height: 1.35187rem;
          position: absolute;
          top: 0.45rem;
          width: 1.45437rem; }
          @media (min-width: 1180px) {
            body.page-template-donors-2022 #opener .tabs button.tab svg.flair {
              height: 2.41438rem;
              top: 0.75rem;
              width: 2.5975rem; } }
        body.page-template-donors-2022 #opener .tabs button.tab#donors-tab svg.flair {
          left: calc(50% + 2.5rem); }
        @media (min-width: 1180px) {
          body.page-template-donors-2022 #opener .tabs button.tab#donors-tab svg.flair {
            left: calc(50% + 6.125rem); } }
        body.page-template-donors-2022 #opener .tabs button.tab#partners-tab svg.flair {
          left: calc(50% + 3.5rem); }
        @media (min-width: 1180px) {
          body.page-template-donors-2022 #opener .tabs button.tab#partners-tab svg.flair {
            left: calc(50% + 8.25rem); } }
        body.page-template-donors-2022 #opener .tabs button.tab::after {
          background-color: #2D2D89;
          bottom: 1rem;
          content: "";
          display: none;
          height: 0.1875rem;
          position: absolute; }
        @media (min-width: 1180px) {
          body.page-template-donors-2022 #opener .tabs button.tab {
            color: #2D2D89;
            font-family: "bsd_thin_skinnedregular";
            font-size: 6.25rem;
            font-weight: 400;
            line-height: 7.8125rem;
            background-color: #E7E7E7;
            height: 10.375rem; }
            body.page-template-donors-2022 #opener .tabs button.tab::after {
              background-color: #2D2D89;
              bottom: 1.5rem;
              content: "";
              display: none;
              height: 0.375rem;
              position: absolute; } }
        body.page-template-donors-2022 #opener .tabs button.tab:hover svg.flair, body.page-template-donors-2022 #opener .tabs button.tab.active svg.flair {
          display: block; }
        body.page-template-donors-2022 #opener .tabs button.tab:hover#donors-tab, body.page-template-donors-2022 #opener .tabs button.tab.active#donors-tab {
          background-color: #ABD455; }
          body.page-template-donors-2022 #opener .tabs button.tab:hover#donors-tab::after, body.page-template-donors-2022 #opener .tabs button.tab.active#donors-tab::after {
            display: block;
            left: calc(50% - 3.125rem);
            width: 6.25rem; }
          @media (min-width: 1180px) {
            body.page-template-donors-2022 #opener .tabs button.tab:hover#donors-tab::after, body.page-template-donors-2022 #opener .tabs button.tab.active#donors-tab::after {
              left: calc(50% - 6.84375rem);
              width: 13.6875rem; } }
        body.page-template-donors-2022 #opener .tabs button.tab:hover#partners-tab, body.page-template-donors-2022 #opener .tabs button.tab.active#partners-tab {
          background-color: #02C9F2; }
          body.page-template-donors-2022 #opener .tabs button.tab:hover#partners-tab::after, body.page-template-donors-2022 #opener .tabs button.tab.active#partners-tab::after {
            display: block;
            left: calc(50% - 4.0625rem);
            width: 8.125rem; }
          @media (min-width: 1180px) {
            body.page-template-donors-2022 #opener .tabs button.tab:hover#partners-tab::after, body.page-template-donors-2022 #opener .tabs button.tab.active#partners-tab::after {
              left: calc(50% - 9.0625rem);
              width: 18.125rem; } }
    body.page-template-donors-2022 #opener .intro {
      background-color: #2D2D89;
      padding: 4rem 2rem 1rem 2rem;
      text-align: center; }
      body.page-template-donors-2022 #opener .intro p {
        color: #FFF;
        font-family: "Montserrat", sans-serif;
        font-size: 1.25rem;
        font-weight: 700;
        line-height: 1.75rem;
        margin: 0 auto 1rem;
        max-width: 46rem; }
      body.page-template-donors-2022 #opener .intro a {
        color: #FFF;
        font-family: "Montserrat", sans-serif;
        font-size: 1rem;
        font-weight: 700;
        line-height: 1.3125rem;
        text-decoration: none; }
        body.page-template-donors-2022 #opener .intro a svg.linkup {
          fill: #FFF;
          height: 0.920625rem;
          margin-right: 0.4775rem;
          transform: rotate(-90deg);
          transition-duration: 0.2s;
          vertical-align: middle;
          width: 1.0625rem; }
        body.page-template-donors-2022 #opener .intro a:hover {
          color: #ABD455; }
          body.page-template-donors-2022 #opener .intro a:hover svg.linkup {
            fill: #ABD455; }
  body.page-template-donors-2022 #contributors {
    padding: 6rem 2rem 5.3125rem;
    position: relative; }
    body.page-template-donors-2022 #contributors svg.angles {
      height: 3.25rem;
      left: 0;
      position: absolute;
      top: -1rem;
      transform: rotate(180deg);
      width: 100%;
      z-index: 1; }
    body.page-template-donors-2022 #contributors .list {
      display: none;
      margin: 0 auto;
      max-width: 74.6875rem;
      opacity: 0; }
      body.page-template-donors-2022 #contributors .list.active {
        display: block;
        opacity: 100; }
      body.page-template-donors-2022 #contributors .list .row {
        margin-bottom: 1.75rem; }
        @media (min-width: 769px) {
          body.page-template-donors-2022 #contributors .list .row {
            border-bottom: 2px solid #2D2D89;
            padding-bottom: 2rem; }
            body.page-template-donors-2022 #contributors .list .row:last-of-type {
              border: 0; } }
        body.page-template-donors-2022 #contributors .list .row div h3 {
          color: #2D2D89;
          font-family: "Montserrat", sans-serif;
          font-size: 1rem;
          font-weight: 700;
          letter-spacing: 0.03rem;
          line-height: 1.3125rem;
          text-transform: uppercase;
          background-color: #ABD455;
          display: inline-block;
          font-size: 1.125rem;
          font-weight: 800;
          line-height: 1.5rem;
          margin-bottom: 1.6875rem;
          padding: 1.1875rem 1.5rem 1.0625rem 1.5rem; }
        body.page-template-donors-2022 #contributors .list .row div p {
          color: #2D2D89;
          font-family: "Montserrat", sans-serif;
          font-size: 1rem;
          font-weight: 700;
          line-height: 1.3125rem;
          margin-bottom: 0.875rem; }
        body.page-template-donors-2022 #contributors .list .row div ul {
          padding-bottom: 0; }
          @media (min-width: 769px) {
            body.page-template-donors-2022 #contributors .list .row div ul {
              column-count: 2; } }
          @media (min-width: 1180px) {
            body.page-template-donors-2022 #contributors .list .row div ul {
              column-count: 3; } }
          body.page-template-donors-2022 #contributors .list .row div ul li {
            color: #2D2D89;
            font-family: "Montserrat", sans-serif;
            font-size: 1rem;
            font-weight: 400;
            line-height: 1.3125rem; }
        @media (min-width: 1180px) {
          body.page-template-donors-2022 #contributors .list .row.split {
            display: flex; } }
        @media (min-width: 769px) {
          body.page-template-donors-2022 #contributors .list .row.split div#legacies {
            border-bottom: 2px solid #2D2D89;
            margin-bottom: 1.75rem;
            padding-bottom: 2rem;
            width: 100%; } }
        @media (min-width: 1180px) {
          body.page-template-donors-2022 #contributors .list .row.split div#legacies {
            border-bottom: 0;
            margin-bottom: 1.75;
            width: 33.3%; } }
        body.page-template-donors-2022 #contributors .list .row.split div#legacies ul {
          column-count: 1; }
        body.page-template-donors-2022 #contributors .list .row.split div#champions ul {
          column-count: 2; }
    body.page-template-donors-2022 #contributors .return {
      margin: 0 auto;
      max-width: 74.6875rem; }
      body.page-template-donors-2022 #contributors .return a {
        color: #2D2D89;
        font-family: "Montserrat", sans-serif;
        font-size: 1rem;
        font-weight: 700;
        letter-spacing: 0.03rem;
        line-height: 1.3125rem;
        text-transform: uppercase;
        font-size: 0.9375rem;
        font-weight: 800;
        letter-spacing: 0.000625rem;
        line-height: 1.14312rem;
        text-decoration: none; }
        body.page-template-donors-2022 #contributors .return a svg.linkup {
          fill: #2D2D89;
          height: 0.920625rem;
          margin-right: 0.4775rem;
          transition-duration: 0s;
          width: 1.0625rem; }

.donors-tabs .tab-nav {
  width: 100%; }
  .donors-tabs .tab-nav ul {
    background-color: #e8e9e6;
    display: flex;
    overflow: hidden;
    padding: 0;
    width: 100%; }
    .donors-tabs .tab-nav ul li {
      display: flex;
      width: 100%; }
      .donors-tabs .tab-nav ul li a {
        align-items: center;
        color: #606261;
        display: flex;
        flex-flow: wrap;
        font-family: "bsd_thin_skinnedregular";
        font-size: 70px;
        justify-content: center;
        letter-spacing: -0.005em;
        line-height: 84px;
        padding: 50px;
        position: relative;
        text-decoration: none;
        width: 100%;
        z-index: 1; }
        @media (max-width: 991px) {
          .donors-tabs .tab-nav ul li a {
            font-size: 60px;
            line-height: 74px;
            padding: 30px; } }
        @media (max-width: 767px) {
          .donors-tabs .tab-nav ul li a {
            font-size: 40px;
            line-height: 54px;
            padding: 20px; } }
        .donors-tabs .tab-nav ul li a:before {
          bottom: 0;
          content: "";
          left: 0;
          opacity: 0;
          position: absolute;
          right: 0;
          top: 0;
          transition: 0.3s;
          z-index: -1;
          transform: skewX(20deg);
          width: calc(100% + 100px); }
        .donors-tabs .tab-nav ul li a:after {
          background-position: center;
          background-repeat: no-repeat;
          background-size: 196px;
          content: "";
          height: 17px;
          opacity: 0;
          transition: 0.3s;
          width: 100%; }
      .donors-tabs .tab-nav ul li:nth-child(1) a:before {
        background-color: #73b750;
        left: -100px;
        transform-origin: 100% 100%; }
        @media (max-width: 767px) {
          .donors-tabs .tab-nav ul li:nth-child(1) a:before {
            left: -80px; } }
      .donors-tabs .tab-nav ul li:nth-child(1) a:after {
        background-image: url("../images/tab-active-alt.svg");
        background-size: 159px; }
      .donors-tabs .tab-nav ul li:nth-child(2) a:before {
        background-color: #0090c6;
        left: -75px;
        transform-origin: 0 0; }
        @media (max-width: 767px) {
          .donors-tabs .tab-nav ul li:nth-child(2) a:before {
            left: -25px; } }
      .donors-tabs .tab-nav ul li:nth-child(2) a:after {
        background-image: url("../images/tab-active.svg");
        background-size: 196px; }
      .donors-tabs .tab-nav ul li.active a {
        color: #fff; }
        .donors-tabs .tab-nav ul li.active a:before, .donors-tabs .tab-nav ul li.active a:after {
          opacity: 1; }

.donors-tabs .tab-content {
  padding: 30px 15px 100px; }
  @media (max-width: 767px) {
    .donors-tabs .tab-content {
      padding: 30px 5px 50px; } }
  .donors-tabs .tab-content .tab-wrap {
    display: none; }
    .donors-tabs .tab-content .tab-wrap.active {
      display: block; }
    .donors-tabs .tab-content .tab-wrap .tab-inner {
      opacity: 0;
      transition: 0.5s;
      visibility: hidden; }
      .donors-tabs .tab-content .tab-wrap .tab-inner.fade-in {
        opacity: 1;
        visibility: visible; }
      .donors-tabs .tab-content .tab-wrap .tab-inner .intro-text {
        max-width: 592px;
        padding-bottom: 40px; }
        .donors-tabs .tab-content .tab-wrap .tab-inner .intro-text h2 {
          text-transform: none; }
      .donors-tabs .tab-content .tab-wrap .tab-inner h2 {
        color: #67a249;
        letter-spacing: -0.01em;
        margin: 0 0 15px;
        padding: 0; }
      .donors-tabs .tab-content .tab-wrap .tab-inner p {
        color: #272525;
        font-weight: 500;
        line-height: 23px;
        padding: 0; }
        .donors-tabs .tab-content .tab-wrap .tab-inner p:last-child {
          margin-bottom: 0; }
        .donors-tabs .tab-content .tab-wrap .tab-inner p[style="padding-left: 40px;"] {
          padding-left: 15px !important;
          text-indent: -15px; }
      .donors-tabs .tab-content .tab-wrap .tab-inner .row-wrap {
        border-top: 1px solid #919394;
        display: flex;
        flex-flow: wrap;
        padding: 40px 0; }
        @media (max-width: 767px) {
          .donors-tabs .tab-content .tab-wrap .tab-inner .row-wrap {
            padding: 25px 0; } }
        .donors-tabs .tab-content .tab-wrap .tab-inner .row-wrap.first-columns p {
          font-size: 15px;
          line-height: 22px; }
          .donors-tabs .tab-content .tab-wrap .tab-inner .row-wrap.first-columns p.subtitle {
            margin-bottom: 15px;
            font-weight: 700; }
        .donors-tabs .tab-content .tab-wrap .tab-inner .row-wrap.first-columns .column:nth-child(1) {
          padding-right: 25px;
          width: 33.33%; }
          @media (max-width: 991px) {
            .donors-tabs .tab-content .tab-wrap .tab-inner .row-wrap.first-columns .column:nth-child(1) {
              width: 50%; } }
          @media (max-width: 767px) {
            .donors-tabs .tab-content .tab-wrap .tab-inner .row-wrap.first-columns .column:nth-child(1) {
              margin-bottom: 25px;
              padding-right: 0;
              width: 100%; } }
        .donors-tabs .tab-content .tab-wrap .tab-inner .row-wrap.first-columns .column:nth-child(2) {
          padding-left: 25px;
          width: 66.67%; }
          @media (max-width: 991px) {
            .donors-tabs .tab-content .tab-wrap .tab-inner .row-wrap.first-columns .column:nth-child(2) {
              width: 50%; } }
          @media (max-width: 767px) {
            .donors-tabs .tab-content .tab-wrap .tab-inner .row-wrap.first-columns .column:nth-child(2) {
              padding-left: 0;
              width: 100%; } }
          .donors-tabs .tab-content .tab-wrap .tab-inner .row-wrap.first-columns .column:nth-child(2) .items-columns {
            column-count: 2;
            column-gap: 50px; }
            @media (max-width: 991px) {
              .donors-tabs .tab-content .tab-wrap .tab-inner .row-wrap.first-columns .column:nth-child(2) .items-columns {
                column-count: 1; } }
        .donors-tabs .tab-content .tab-wrap .tab-inner .row-wrap h2 {
          width: 100%; }
        .donors-tabs .tab-content .tab-wrap .tab-inner .row-wrap p {
          font-size: 15px;
          line-height: 22px; }
        .donors-tabs .tab-content .tab-wrap .tab-inner .row-wrap .items-columns {
          column-count: 3;
          column-gap: 50px;
          width: 100%; }
          @media (max-width: 767px) {
            .donors-tabs .tab-content .tab-wrap .tab-inner .row-wrap .items-columns {
              column-count: 1; } }
    .donors-tabs .tab-content .tab-wrap:nth-child(2) h2 {
      color: #0090c6; }

.donors-tabs .back-link-wrap {
  display: flex;
  margin-bottom: 30px; }

.donors-tabs .back-link {
  align-items: center;
  color: #919394;
  display: flex;
  flex-direction: row-reverse;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.3s; }
  .donors-tabs .back-link:hover {
    text-decoration: underline; }
  .donors-tabs .back-link.donors-link {
    color: #67a249; }
    .donors-tabs .back-link.donors-link svg path {
      fill: #67a249 !important; }
  .donors-tabs .back-link.partners-link {
    color: #0090c6; }
    .donors-tabs .back-link.partners-link svg path {
      fill: #0090c6 !important; }
  .donors-tabs .back-link svg {
    margin-right: 10px; }
    .donors-tabs .back-link svg path {
      transition: 0.3s; }

.donors-tabs .back-link-cta a {
  background-color: #67a249;
  color: #fff !important;
  display: flex;
  flex-direction: row-reverse;
  font-size: 22px;
  line-height: 26px;
  padding: 45px calc((100% - 1180px) / 2); }
  .donors-tabs .back-link-cta a svg {
    height: 23px;
    width: 38px; }
    .donors-tabs .back-link-cta a svg path {
      fill: #fff !important; }
  .donors-tabs .back-link-cta a:hover {
    background-color: #73b750; }
    .donors-tabs .back-link-cta a:hover svg path {
      fill: #fff !important; }

.blog-listing .post-featured-img {
  height: 236px;
  overflow: hidden; }
  @media (max-width: 1199px) {
    .blog-listing .post-featured-img {
      height: 20vw; } }
  @media (max-width: 767px) {
    .blog-listing .post-featured-img {
      height: 60vw; } }
  .blog-listing .post-featured-img img {
    height: 100%;
    object-fit: cover;
    width: 100%; }
  @media (max-width: 1199px) {
    .blog-listing .post-featured-img:after {
      background-size: 100% !important;
      bottom: 0;
      height: 100px !important;
      margin: auto;
      right: 0;
      width: 100px !important; } }

.blog-listing .date_mete {
  font-weight: 600; }

.blog-listing h4 {
  font-weight: 700; }

.blog-listing p {
  font-weight: 500; }

figcaption {
  font-weight: 500; }

.wp-block-image .alignleft,
.wp-block-image .aligncenter,
.wp-block-image .alignright {
  float: none !important; }

.wp-block-image .aligncenter {
  text-align: center; }
  .wp-block-image .aligncenter img {
    margin: 0 auto 10px; }

.wp-block-image .alignright {
  margin: 0 0 0 auto !important;
  text-align: right; }
  .wp-block-image .alignright img {
    margin: 0 0 10px auto; }

body.home section.impact-section .impact-slider .impact-slide {
  height: auto; }
  body.home section.impact-section .impact-slider .impact-slide .image {
    max-width: 300px;
    padding-top: 0; }
  body.home section.impact-section .impact-slider .impact-slide:nth-child(1) .impact-item:nth-child(1) .number {
    position: relative;
    bottom: 3rem;
    right: 2rem; }
  body.home section.impact-section .impact-slider .impact-slide:nth-child(1) .impact-item:nth-child(1) .image {
    max-width: 300px;
    padding-top: 0; }
    body.home section.impact-section .impact-slider .impact-slide:nth-child(1) .impact-item:nth-child(1) .image img {
      margin-left: -2rem;
      position: relative;
      bottom: 3rem; }
  body.home section.impact-section .impact-slider .impact-slide:nth-child(1) .impact-item:nth-child(2) {
    position: relative;
    bottom: 7rem;
    margin-top: 0; }
    body.home section.impact-section .impact-slider .impact-slide:nth-child(1) .impact-item:nth-child(2) .number {
      margin-top: 1rem; }
    body.home section.impact-section .impact-slider .impact-slide:nth-child(1) .impact-item:nth-child(2) .image {
      max-width: 400px;
      padding-top: 0; }
      body.home section.impact-section .impact-slider .impact-slide:nth-child(1) .impact-item:nth-child(2) .image img {
        margin-left: -0.65rem;
        position: relative;
        bottom: 0;
        width: 70%;
        border-radius: 50%; }
  body.home section.impact-section .impact-slider .impact-slide:nth-child(1) .impact-item:nth-child(3) .image,
  body.home section.impact-section .impact-slider .impact-slide:nth-child(1) .impact-item:nth-child(3) .high-five-gif {
    max-width: 100px;
    padding-top: 0; }
    body.home section.impact-section .impact-slider .impact-slide:nth-child(1) .impact-item:nth-child(3) .image img,
    body.home section.impact-section .impact-slider .impact-slide:nth-child(1) .impact-item:nth-child(3) .high-five-gif img {
      margin: 0;
      position: relative;
      left: 1.75rem;
      bottom: 0.5rem;
      max-width: 100px; }
  body.home section.impact-section .impact-slider .impact-slide:nth-child(1) .impact-item:nth-child(4) .number {
    position: relative;
    bottom: 0;
    left: 2rem; }
  body.home section.impact-section .impact-slider .impact-slide:nth-child(1) .impact-item:nth-child(4) .image {
    max-width: 265px; }
    body.home section.impact-section .impact-slider .impact-slide:nth-child(1) .impact-item:nth-child(4) .image img {
      margin-left: 0;
      position: relative;
      bottom: 2rem;
      top: unset; }
  body.home section.impact-section .impact-slider .impact-slide:nth-child(1) .impact-item:nth-child(5) {
    position: relative;
    bottom: 5rem;
    margin-top: 0; }
    body.home section.impact-section .impact-slider .impact-slide:nth-child(1) .impact-item:nth-child(5) .number {
      position: relative;
      bottom: 6rem;
      left: 3rem; }
    body.home section.impact-section .impact-slider .impact-slide:nth-child(1) .impact-item:nth-child(5) .image img {
      position: relative;
      bottom: 2rem;
      right: 1rem;
      width: 80%; }
  body.home section.impact-section .impact-slider .impact-slide:nth-child(2) .impact-item:nth-child(1) .number {
    margin-top: -1rem; }
  body.home section.impact-section .impact-slider .impact-slide:nth-child(2) .impact-item:nth-child(1) .image {
    max-width: 250px;
    padding-top: 0; }
    body.home section.impact-section .impact-slider .impact-slide:nth-child(2) .impact-item:nth-child(1) .image img {
      margin-left: 0;
      position: relative;
      bottom: 0;
      width: 120%;
      max-width: 120%;
      right: 17%; }
  body.home section.impact-section .impact-slider .impact-slide:nth-child(2) .impact-item:nth-child(2) .image {
    max-width: 400px;
    padding-top: 0; }
    body.home section.impact-section .impact-slider .impact-slide:nth-child(2) .impact-item:nth-child(2) .image img {
      margin-left: 0;
      position: relative;
      top: 2rem;
      right: 3rem; }
  body.home section.impact-section .impact-slider .impact-slide:nth-child(2) .impact-item:nth-child(3) {
    position: relative;
    bottom: 8rem;
    margin-top: 0; }
    body.home section.impact-section .impact-slider .impact-slide:nth-child(2) .impact-item:nth-child(3) .number {
      margin-top: 0; }
    body.home section.impact-section .impact-slider .impact-slide:nth-child(2) .impact-item:nth-child(3) .image {
      max-width: 400px;
      padding-top: 0; }
      body.home section.impact-section .impact-slider .impact-slide:nth-child(2) .impact-item:nth-child(3) .image img {
        margin: 0;
        position: relative;
        right: 1.5rem;
        bottom: -2%;
        max-width: 100%;
        border-radius: 50%; }
  body.home section.impact-section .impact-slider .impact-slide:nth-child(2) .impact-item:nth-child(4) .number {
    width: auto;
    position: relative;
    top: 5rem;
    right: -2rem; }
  body.home section.impact-section .impact-slider .impact-slide:nth-child(2) .impact-item:nth-child(4) .image {
    border-radius: 50%;
    overflow: hidden;
    aspect-ratio: 1 / 1;
    margin: 0;
    width: 200px;
    max-width: none; }
    body.home section.impact-section .impact-slider .impact-slide:nth-child(2) .impact-item:nth-child(4) .image:before {
      content: none; }
    body.home section.impact-section .impact-slider .impact-slide:nth-child(2) .impact-item:nth-child(4) .image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      top: 0;
      bottom: 0;
      left: 0; }
  body.home section.impact-section .impact-slider .impact-slide:nth-child(2) .impact-item:nth-child(5) .number {
    margin-top: 0; }
  body.home section.impact-section .impact-slider .impact-slide:nth-child(2) .impact-item:nth-child(5) .image img {
    position: relative;
    bottom: 1rem;
    right: 2rem; }

.footer-newsletter-form {
  margin-bottom: 2rem; }
  .footer-newsletter-form .content.thankYou {
    color: #fff; }
  .footer-newsletter-form .at-inner {
    background-color: transparent; }
  .footer-newsletter-form .at .at-fieldset {
    padding: 0; }
  .footer-newsletter-form .at-row > [class^="at-"],
  .footer-newsletter-form .at label {
    font-family: "Montserrat", sans-serif;
    margin: 0;
    color: #fff; }
  .footer-newsletter-form .at input[type="text"],
  .footer-newsletter-form .at input[type="password"],
  .footer-newsletter-form .at input[type="date"],
  .footer-newsletter-form .at input[type="datetime"],
  .footer-newsletter-form .at input[type="datetime-local"],
  .footer-newsletter-form .at input[type="month"],
  .footer-newsletter-form .at input[type="week"],
  .footer-newsletter-form .at input[type="email"],
  .footer-newsletter-form .at input[type="number"],
  .footer-newsletter-form .at input[type="search"],
  .footer-newsletter-form .at input[type="tel"],
  .footer-newsletter-form .at input[type="time"],
  .footer-newsletter-form .at input[type="url"],
  .footer-newsletter-form .at input[type="color"],
  .footer-newsletter-form .at textarea {
    font-family: "Montserrat", sans-serif;
    border-radius: 0;
    color: #333 !important; }
  .footer-newsletter-form .at-form-submit {
    padding: 0; }
  .footer-newsletter-form .at .btn-at {
    font-family: "Montserrat", sans-serif;
    border-radius: 0;
    float: none; }
