@charset "UTF-8";
@import url("https://use.typekit.net/jcu0lew.css");
body {
  font-family: basic-sans, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #0B3862;
}

p {
  font-family: basic-sans, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #0B3862;
}

a {
  color: inherit;
}

p > a {
  color: #0B3862;
  text-decoration: underline;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
p > a:hover {
  color: #CE0F69;
}

p.medium-text {
  font-family: basic-sans, sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: #0B3862;
}
@media only screen and (min-width: 640px) {
  p.medium-text {
    font-size: 20px;
    line-height: 30px;
  }
}

p.large-text {
  font-family: basic-sans, sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  color: #0B3862;
}
@media only screen and (min-width: 640px) {
  p.large-text {
    font-size: 24px;
    line-height: 36px;
  }
}

p.very-large-text {
  font-family: basic-sans, sans-serif;
  font-size: 24px;
  line-height: 36px;
  font-weight: 400;
  color: #0B3862;
}
@media only screen and (min-width: 640px) {
  p.very-large-text {
    font-size: 32px;
    line-height: 48px;
  }
}

h1 {
  font-family: basic-sans, sans-serif;
  font-size: 32px;
  line-height: 32px;
  font-weight: 900;
  color: #0B3862;
}
@media only screen and (min-width: 640px) {
  h1 {
    font-size: 48px;
    line-height: 48px;
  }
}

h2 {
  font-family: basic-sans, sans-serif;
  font-size: 32px;
  line-height: 32px;
  font-weight: 900;
  color: #0B3862;
}
@media only screen and (min-width: 640px) {
  h2 {
    font-size: 48px;
    line-height: 48px;
  }
}

h3 {
  font-family: basic-sans, sans-serif;
  font-size: 26px;
  line-height: 32px;
  font-weight: 900;
  color: #0B3862;
}
@media only screen and (min-width: 640px) {
  h3 {
    font-size: 32px;
    line-height: 38px;
  }
}

h4 {
  font-family: basic-sans, sans-serif;
  font-size: 20px;
  line-height: 34px;
  font-weight: 700;
  color: #0B3862;
}
@media only screen and (min-width: 640px) {
  h4 {
    font-size: 24px;
    line-height: 36px;
  }
}

.meta-text {
  font-family: basic-sans, sans-serif;
  font-size: 10px;
  line-height: 13px;
  letter-spacing: 0.18em;
  font-weight: 400;
  color: #0B3862;
  text-transform: uppercase;
}

a.button,
button,
input.button {
  display: inline-block;
  font-size: rem-calc(16);
  line-height: rem-calc(20);
  color: #CE0F69;
  padding: 17px 32px 15px;
  border-radius: 999px;
  border: 1px solid #CE0F69;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  background-color: transparent;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a.button:hover,
button:hover,
input.button:hover {
  background-color: #CE0F69;
  color: #FFFFFF;
}

a.block-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

* {
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  background-color: #FFFFFF;
  overflow-x: hidden;
  margin: 0;
}

.body-area-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  z-index: 0;
  background-color: #FFFFFF;
  overflow-x: clip;
}

.main {
  background-color: #FFFFFF;
}

.wrapper {
  width: 100%;
  max-width: 1332px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
}

img {
  max-width: 100%;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.full-width,
.wp-block-separator.is-style-wide {
  position: relative;
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.spacer {
  display: block;
  width: 100%;
  margin: 0;
}
.spacer.spacer-xsmall {
  height: 16px;
}
.spacer.spacer-small {
  height: 16px;
}
@media only screen and (min-width: 640px) {
  .spacer.spacer-small {
    height: 24px;
  }
}
@media only screen and (min-width: 1024px) {
  .spacer.spacer-small {
    height: 32px;
  }
}
.spacer.spacer-medium {
  height: 24px;
}
@media only screen and (min-width: 640px) {
  .spacer.spacer-medium {
    height: 32px;
  }
}
@media only screen and (min-width: 1024px) {
  .spacer.spacer-medium {
    height: 64px;
  }
}
.spacer.spacer-large {
  height: 48px;
}
@media only screen and (min-width: 640px) {
  .spacer.spacer-large {
    height: 64px;
  }
}
@media only screen and (min-width: 1024px) {
  .spacer.spacer-large {
    height: 104px;
  }
}
.spacer.spacer-xlarge {
  height: 64px;
}
@media only screen and (min-width: 640px) {
  .spacer.spacer-xlarge {
    height: 96px;
  }
}
@media only screen and (min-width: 1024px) {
  .spacer.spacer-xlarge {
    height: 128px;
  }
}
@media only screen and (min-width: 640px) {
  .spacer.spacer-mob-only {
    height: 0 !important;
  }
}

.top-bar {
  position: relative;
  width: 100%;
}
.top-bar .top-bar-background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #B3B1A6;
  opacity: 0.1;
}
.top-bar .top-bar-text {
  width: 100%;
  max-width: 1332px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 16px 32px;
}
@media only screen and (min-width: 640px) {
  .top-bar .top-bar-text {
    flex-direction: row;
    align-items: center;
  }
}
.top-bar .top-bar-text span.meta-text {
  display: block;
  background-color: #0B3862;
  color: #FFFFFF;
  padding: 4px 9px 3px 11px;
  border-radius: 999px;
  margin-bottom: 5px;
  display: none;
}
@media only screen and (min-width: 640px) {
  .top-bar .top-bar-text span.meta-text {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 10px;
  }
}
.top-bar .top-bar-text a {
  text-decoration: none;
}
.top-bar .top-bar-text a:hover {
  text-decoration: underline;
}

#header {
  padding-top: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #E6E6E6;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media only screen and (min-width: 640px) {
  #header {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
#header.header-fade {
  opacity: 0;
}
#header .header-wrapper {
  display: flex;
  flex-direction: column;
}
#header .header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#header .header-inner .header-left img {
  width: 330px;
}
@media only screen and (min-width: 640px) {
  #header .header-inner .header-left img {
    width: 235px;
  }
}
@media only screen and (min-width: 768px) {
  #header .header-inner .header-left img {
    width: 330px;
  }
}
@media only screen and (min-width: 1024px) {
  #header .header-inner .header-left img {
    width: 235px;
  }
}
@media only screen and (min-width: 1200px) {
  #header .header-inner .header-left img {
    width: 330px;
  }
}
#header .header-inner .header-right {
  display: none;
}
@media only screen and (min-width: 640px) {
  #header .header-inner .header-right {
    display: block;
  }
}
#header .header-inner .header-right ul.main-menu {
  list-style: none;
  display: flex;
  align-items: center;
  padding-left: 0;
}
#header .header-inner .header-right ul.main-menu li {
  margin-left: 24px;
}
@media only screen and (min-width: 1200px) {
  #header .header-inner .header-right ul.main-menu li {
    margin-left: 32px;
  }
}
#header .header-inner .header-right ul.main-menu li a {
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
#header .header-inner .header-right ul.main-menu li a:not(.button) {
  display: none;
  padding-top: 3px;
  padding-bottom: 3px;
}
#header .header-inner .header-right ul.main-menu li a:not(.button):after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  background-color: #FCC917;
  width: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#header .header-inner .header-right ul.main-menu li a:not(.button):hover:after {
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  #header .header-inner .header-right ul.main-menu li a:not(.button) {
    display: block;
  }
}
#header .header-mobile {
  margin-top: 16px;
  border: #D9D9D9 1px solid;
  border-radius: 16px;
}
@media only screen and (min-width: 640px) {
  #header .header-mobile {
    margin-top: 0;
  }
}
@media only screen and (min-width: 1024px) {
  #header .header-mobile {
    display: none;
  }
}
#header .header-mobile .header-mobile-header {
  position: relative;
  text-transform: uppercase;
  text-align: center;
  margin-top: 16px;
  margin-bottom: 16px;
  cursor: pointer;
}
#header .header-mobile .header-mobile-header span {
  color: #CE0F69;
}
#header .header-mobile .header-mobile-header .close {
  position: absolute;
  top: 2px;
  right: 32px;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#header .header-mobile .header-mobile-body {
  display: none;
}
#header .header-mobile ul.main-menu {
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-left: 0;
  margin: 0px 0 16px;
}
#header .header-mobile ul.main-menu li {
  margin-top: 12px;
}
@media only screen and (min-width: 1200px) {
  #header .header-mobile ul.main-menu li {
    margin-left: 32px;
  }
}
#header .header-mobile ul.main-menu li a {
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
#header .header-mobile ul.main-menu li a:not(.button) {
  padding-top: 3px;
  padding-bottom: 3px;
}
#header .header-mobile ul.main-menu li a:not(.button):after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  background-color: #FCC917;
  width: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#header .header-mobile ul.main-menu li a:not(.button):hover:after {
  width: 100%;
}
#header .header-mobile.header-mobile-open .header-mobile-header {
  margin-bottom: 0;
}
#header .header-mobile.header-mobile-open .header-mobile-header .close {
  opacity: 1;
}

body.scrolling-up #header,
body.scrolling-up-force #header {
  position: sticky;
  top: 0;
  background-color: #FFFFFF;
  z-index: 10;
  padding-top: 10px;
  padding-bottom: 10px;
}

body.scrolling-up-force #header {
  opacity: 1 !important;
}

section.section-bottom-border {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
section.section-medium-padding {
  padding: 64px 0;
}
@media only screen and (min-width: 640px) {
  section.section-medium-padding {
    padding: 64px 0;
  }
}
section.section-large-padding {
  padding: 64px 0;
}
@media only screen and (min-width: 640px) {
  section.section-large-padding {
    padding: 104px 0;
  }
}
section.section-centered {
  text-align: center;
}
section.section-navy {
  background-color: #0B3862;
  color: #FFFFFF;
}
section.section-navy h1, section.section-navy h2, section.section-navy h3, section.section-navy h4, section.section-navy h5, section.section-navy p, section.section-navy a, section.section-navy li {
  color: #FFFFFF;
}
section.section-navy a.button, section.section-navy button {
  border-color: #FFFFFF;
  color: #FFFFFF;
}
section.section-navy a.button:hover, section.section-navy button:hover {
  background-color: transparent;
  border-color: #FCC917;
  color: #FCC917;
}

.intro-section {
  position: relative;
}
.intro-section .intro-section-inner {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
}
@media only screen and (min-width: 640px) {
  .intro-section .intro-section-inner {
    flex-direction: row;
  }
}
.intro-section .hero-confetti {
  position: absolute;
  bottom: 0;
  left: -100px;
  right: -100px;
}
@media only screen and (min-width: 640px) {
  .intro-section .hero-confetti {
    left: 395px;
    right: -50vw;
  }
}
@media only screen and (min-width: 1024px) {
  .intro-section .hero-confetti {
    left: 427px;
    right: -50px;
  }
}
@media only screen and (min-width: 1332px) {
  .intro-section .hero-confetti {
    left: calc((100vw - 1325px) / 2 + 395px);
    right: 20px;
  }
}
.intro-section .intro-section-image {
  position: relative;
  width: calc(100% + 100px);
  margin-left: -50px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.intro-section .intro-section-image:before {
  content: "";
  width: 100%;
  height: 0;
  display: block;
  padding-bottom: 59.375%;
  display: none;
}
.intro-section .intro-section-image img {
  object-fit: contain;
  object-position: center bottom;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 640px) {
  .intro-section .intro-section-image {
    position: absolute;
    top: 0;
    left: 40%;
    bottom: 0;
    width: 80vw;
    max-width: 843px;
    margin-left: 0;
  }
  .intro-section .intro-section-image:before {
    display: none;
  }
}
@media only screen and (min-width: 960px) {
  .intro-section .intro-section-image {
    left: 40%;
    width: 60vw;
  }
}
.intro-section .intro-section-text {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 32px 0;
  z-index: 1;
}
@media only screen and (min-width: 640px) {
  .intro-section .intro-section-text {
    padding: 64px 0;
    min-height: 468px;
  }
}
@media screen and (min-width: 1800px) {
  .intro-section .intro-section-text {
    padding: 150px 0;
  }
}
@media screen and (min-height: 1000px) {
  .intro-section .intro-section-text {
    padding: 150px 0;
  }
}
.intro-section .intro-section-text h1 {
  margin-top: 0;
  margin-bottom: 16px;
}
.intro-section .intro-section-text p {
  max-width: 395px;
  margin-bottom: 32px;
}

.vision-section .vision-section-text h2 {
  margin-top: 0;
}
.vision-section .vision-section-link {
  margin-top: 104px;
}
.vision-section .vision-slider {
  width: 100%;
}
.vision-section .vision-slider .slick-list {
  padding-left: 32px !important;
  padding-right: 32px !important;
}
@media only screen and (min-width: 640px) {
  .vision-section .vision-slider .slick-list {
    padding-left: 75px !important;
    padding-right: 75px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .vision-section .vision-slider .slick-list {
    padding-left: calc((100vw - 832px) / 2) !important;
    padding-right: calc((100vw - 832px) / 2) !important;
  }
}
.vision-section .vision-slider .vision-card {
  width: calc(100vw - 64px);
  min-height: 450px;
  margin: 0 2px;
  opacity: 0.75;
  transform: scale(0.9);
  border-radius: 16px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 1024px) {
  .vision-section .vision-slider .vision-card {
    width: 800px;
    margin: 0 16px;
  }
}
.vision-section .vision-slider .vision-card .vision-card-image {
  position: relative;
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
}
.vision-section .vision-slider .vision-card .vision-card-image:before {
  content: "";
  width: 100%;
  display: block;
  height: 0;
  padding-bottom: 56.25%;
}
.vision-section .vision-slider .vision-card .vision-card-image:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #0B3862;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.vision-section .vision-slider .vision-card .vision-card-image .vision-card-image-inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.vision-section .vision-slider .vision-card .vision-card-image .video-play {
  display: flex;
  justify-content: center;
  align-items: center;
}
.vision-section .vision-slider .vision-card .vision-card-image .video-play svg #fill {
  fill: #FFFFFF;
}
.vision-section .vision-slider .vision-card .vision-card-image.vision-card-image-video {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.vision-section .vision-slider .vision-card .vision-card-image.vision-card-image-video:hover:after {
  opacity: 0.2;
}
.vision-section .vision-slider .vision-card .vision-card-image.vision-card-image-video:hover .vision-card-image-inner {
  transform: scale(1.05);
}
.vision-section .vision-slider .vision-card .vision-card-text {
  color: #FFFFFF;
  padding-top: 16px;
}
.vision-section .vision-slider .vision-card.slick-active {
  opacity: 1;
  transform: scale(1);
}
.vision-section .vision-slider .slick-slider .div {
  transition: none !important;
}

button.slick-arrow {
  position: absolute;
  top: calc((100vw - 68px) * 0.5625 / 2 - 23.5px);
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  background-color: transparent;
  font-size: 0;
  line-height: 0;
  background-size: contain;
  width: 25px;
  height: 47px;
  z-index: 10;
  cursor: pointer;
}
@media only screen and (min-width: 640px) {
  button.slick-arrow {
    top: calc((100vw - 154px) * 0.5625 / 2 - 23.5px);
  }
}
@media only screen and (min-width: 1024px) {
  button.slick-arrow {
    top: 201.5px;
  }
}
button.slick-arrow.slick-prev {
  background-image: url("/images/arrow-left@2x.png");
  left: 6px;
  opacity: 0.75;
}
@media only screen and (min-width: 640px) {
  button.slick-arrow.slick-prev {
    left: 40px;
  }
}
@media only screen and (min-width: 1024px) {
  button.slick-arrow.slick-prev {
    left: calc((100vw - 800px) / 2 - 50px);
  }
}
button.slick-arrow.slick-prev:hover {
  opacity: 1;
}
button.slick-arrow.slick-next {
  background-image: url("/images/arrow-right@2x.png");
  right: 6px;
  opacity: 0.75;
}
@media only screen and (min-width: 640px) {
  button.slick-arrow.slick-next {
    right: 40px;
  }
}
@media only screen and (min-width: 1024px) {
  button.slick-arrow.slick-next {
    right: calc((100vw - 800px) / 2 - 50px);
  }
}
button.slick-arrow.slick-next:hover {
  opacity: 1;
}

.impact-slider button.slick-arrow.slick-prev {
  background-image: url("/images/arrow-left-grey@2x.png");
}
.impact-slider button.slick-arrow.slick-next {
  background-image: url("/images/arrow-right-grey@2x.png");
}

.how-you-can-help-section .how-you-can-help-section-text h2 {
  margin-top: 0;
}
.how-you-can-help-section .how-you-can-help-section-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  margin-top: 64px;
  margin-bottom: 16px;
}
@media only screen and (min-width: 640px) {
  .how-you-can-help-section .how-you-can-help-section-grid {
    margin-bottom: 58px;
  }
}
@media only screen and (min-width: 850px) {
  .how-you-can-help-section .how-you-can-help-section-grid {
    flex-wrap: nowrap;
  }
}
.how-you-can-help-section .how-you-can-help-section-grid .how-you-can-help-section-grid-item {
  position: relative;
  width: 100%;
  padding: 0 5px;
  text-align: center;
  margin-bottom: 32px;
}
@media only screen and (min-width: 440px) {
  .how-you-can-help-section .how-you-can-help-section-grid .how-you-can-help-section-grid-item {
    width: 50%;
  }
}
@media only screen and (min-width: 640px) {
  .how-you-can-help-section .how-you-can-help-section-grid .how-you-can-help-section-grid-item {
    width: 33.33333%;
  }
}
@media only screen and (min-width: 850px) {
  .how-you-can-help-section .how-you-can-help-section-grid .how-you-can-help-section-grid-item {
    width: 20%;
    max-width: 168px;
  }
}
.how-you-can-help-section .how-you-can-help-section-grid .how-you-can-help-section-grid-item .circle-image {
  width: 120px;
  height: 120px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
  overflow: hidden;
}
.how-you-can-help-section .how-you-can-help-section-grid .how-you-can-help-section-grid-item .circle-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.how-you-can-help-section .how-you-can-help-section-grid .how-you-can-help-section-grid-item .grid-text {
  font-family: basic-sans, sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  color: #0B3862;
  line-height: 29px;
  margin-top: 16px;
  color: #FFFFFF;
  padding-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
  border-bottom: transparent 4px solid;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media only screen and (min-width: 640px) {
  .how-you-can-help-section .how-you-can-help-section-grid .how-you-can-help-section-grid-item .grid-text {
    font-size: 24px;
    line-height: 36px;
  }
}
.how-you-can-help-section .how-you-can-help-section-grid .how-you-can-help-section-grid-item:hover .circle-image img {
  transform: scale(1.07);
}
.how-you-can-help-section .how-you-can-help-section-grid .how-you-can-help-section-grid-item:hover .grid-text {
  border-bottom-color: #FCC917;
}

.content-repeater-section .content-repeater-item {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 640px) {
  .content-repeater-section .content-repeater-item {
    flex-direction: row;
  }
}
.content-repeater-section .content-repeater-item .content-repeater-image {
  position: relative;
  width: 100vw;
  height: 100vw;
}
@media only screen and (min-width: 640px) {
  .content-repeater-section .content-repeater-item .content-repeater-image {
    position: sticky;
    top: 0;
    width: 50vw;
    height: 100vh;
  }
}
.content-repeater-section .content-repeater-item .content-repeater-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content-repeater-section .content-repeater-item .content-repeater-text {
  position: relative;
  width: 100vw;
  padding: 32px;
}
@media only screen and (min-width: 640px) {
  .content-repeater-section .content-repeater-item .content-repeater-text {
    width: 50vw;
  }
}
@media only screen and (min-width: 960px) {
  .content-repeater-section .content-repeater-item .content-repeater-text {
    padding: 64px;
  }
}
.content-repeater-section .content-repeater-item .content-repeater-text p, .content-repeater-section .content-repeater-item .content-repeater-text li, .content-repeater-section .content-repeater-item .content-repeater-text a {
  font-family: basic-sans, sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: #0B3862;
}
@media only screen and (min-width: 640px) {
  .content-repeater-section .content-repeater-item .content-repeater-text p, .content-repeater-section .content-repeater-item .content-repeater-text li, .content-repeater-section .content-repeater-item .content-repeater-text a {
    font-size: 20px;
    line-height: 30px;
  }
}
.content-repeater-section .content-repeater-item .content-repeater-text .confetti {
  display: none;
  position: absolute;
  top: 0px;
  right: -40px;
}
@media only screen and (min-width: 960px) {
  .content-repeater-section .content-repeater-item .content-repeater-text .confetti {
    display: block;
  }
}
@media only screen and (min-width: 1024px) {
  .content-repeater-section .content-repeater-item .content-repeater-text .confetti {
    right: -10px;
  }
}
.content-repeater-section .content-repeater-item .content-repeater-text .subsection {
  border-bottom: #B3B1A6 1px solid;
}
.content-repeater-section .content-repeater-item .content-repeater-text .subsection.subsection-initial {
  border-top: #B3B1A6 1px solid;
}
@media only screen and (min-width: 640px) {
  .content-repeater-section .content-repeater-item .content-repeater-text .subsection.subsection-initial {
    border-top: none;
  }
}
@media only screen and (min-width: 640px) {
  .content-repeater-section .content-repeater-item .content-repeater-text .subsection {
    border-bottom: none;
  }
}
.content-repeater-section .content-repeater-item .content-repeater-text .subsection .subsection-title {
  cursor: pointer;
  padding: 16px 0;
}
.content-repeater-section .content-repeater-item .content-repeater-text .subsection .subsection-title h4 {
  margin: 0;
}
.content-repeater-section .content-repeater-item .content-repeater-text .subsection .subsection-title h4:before {
  display: inline-block;
  content: "";
  width: 16px;
  height: 16px;
  background-image: url("/images/svg/triangle.svg");
  background-repeat: no-repeat;
  margin-right: 16px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.content-repeater-section .content-repeater-item .content-repeater-text .subsection .subsection-title.open h4:before {
  transform: rotate(90deg);
}
@media only screen and (min-width: 640px) {
  .content-repeater-section .content-repeater-item .content-repeater-text .subsection .subsection-title {
    cursor: unset;
    padding: 0;
  }
  .content-repeater-section .content-repeater-item .content-repeater-text .subsection .subsection-title h4 {
    margin: 32px 0 16px;
  }
  .content-repeater-section .content-repeater-item .content-repeater-text .subsection .subsection-title h4:before {
    display: none;
  }
}
.content-repeater-section .content-repeater-item .content-repeater-text .subsection .subsection-content {
  display: none;
  padding-bottom: 16px;
}
@media only screen and (min-width: 640px) {
  .content-repeater-section .content-repeater-item .content-repeater-text .subsection .subsection-content {
    display: block;
    padding-bottom: 0;
  }
}
.content-repeater-section .content-repeater-item .content-repeater-text .subsection .subsection-content p, .content-repeater-section .content-repeater-item .content-repeater-text .subsection .subsection-content li, .content-repeater-section .content-repeater-item .content-repeater-text .subsection .subsection-content a {
  font-family: basic-sans, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #0B3862;
}
.content-repeater-section .content-repeater-item .content-repeater-text .subsection .subsection-content table {
  width: 100%;
  border-spacing: 0;
  font-size: 14px;
  line-height: 18px;
  margin-top: 40px;
}
.content-repeater-section .content-repeater-item .content-repeater-text .subsection .subsection-content table tr th, .content-repeater-section .content-repeater-item .content-repeater-text .subsection .subsection-content table tr td {
  text-align: left;
  border-bottom: 1px solid #0B3862;
  padding: 10px 5px;
}
.content-repeater-section .content-repeater-item:nth-child(2n+2) .content-repeater-text .confetti {
  top: -10px;
  right: auto;
  left: -50px;
}
@media only screen and (min-width: 1024px) {
  .content-repeater-section .content-repeater-item:nth-child(2n+2) .content-repeater-text .confetti {
    left: -20px;
  }
}
@media only screen and (min-width: 640px) {
  .content-repeater-section .content-repeater-item:nth-child(2n+2) .content-repeater-image {
    order: 2;
  }
  .content-repeater-section .content-repeater-item:nth-child(2n+2) .content-repeater-text {
    order: 1;
  }
}

.testimonial-section {
  position: relative;
}
.testimonial-section .testimonial-background {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -75vw;
  left: -75vw;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 440px) {
  .testimonial-section .testimonial-background {
    right: -10vw;
    left: -10vw;
  }
}
@media only screen and (min-width: 640px) {
  .testimonial-section .testimonial-background {
    right: -10vw;
    left: -10vw;
  }
}
.testimonial-section .testimonial-background img {
  margin-top: 150px;
}
.testimonial-section .testimonial-background .testimonial-background-inner {
  margin-top: 0;
}
.testimonial-section .testimonial-background .testimonial-background-inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (min-width: 1200px) {
  .testimonial-section .testimonial-background {
    right: 0;
    left: 0;
  }
  .testimonial-section .testimonial-background .testimonial-background-inner {
    margin-top: 450px;
  }
}
.testimonial-section .testimonial-section-inner {
  position: relative;
}
.testimonial-section .testimonial-section-inner .testimonial-single {
  width: 100%;
  max-width: 834px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 32px 0 50px;
  text-align: center;
}
.testimonial-section .testimonial-section-inner .testimonial-single .testimonial-image {
  width: 86px;
  height: 86px;
}
.testimonial-section .testimonial-section-inner .testimonial-single .testimonial-image img {
  border-radius: 50%;
}
.testimonial-section .testimonial-section-inner .testimonial-single .testimonial-text {
  padding-top: 10px;
}
.testimonial-section .testimonial-section-inner .testimonial-single .testimonial-text .testimonial-text-text {
  font-family: basic-sans, sans-serif;
  font-size: 20px;
  line-height: 34px;
  font-weight: 900;
  color: #0B3862;
}
.testimonial-section .testimonial-section-inner .testimonial-single .testimonial-text .testimonial-text-author {
  color: #0B3862;
  margin-top: 12px;
}
@media only screen and (min-width: 850px) {
  .testimonial-section .testimonial-section-inner .testimonial-single {
    flex-direction: row;
    align-items: center;
    padding: 77px 0;
    text-align: left;
  }
  .testimonial-section .testimonial-section-inner .testimonial-single .testimonial-image {
    width: 161px;
    height: 161px;
  }
  .testimonial-section .testimonial-section-inner .testimonial-single .testimonial-image img {
    width: 161px;
    height: 161px;
    max-width: 161px;
  }
  .testimonial-section .testimonial-section-inner .testimonial-single .testimonial-text {
    padding-top: 0;
    padding-left: 35px;
  }
}

.faqs-section {
  position: relative;
  z-index: 2;
}
.faqs-section .faqs-section-inner .faqs-title {
  margin-bottom: 32px;
}
.faqs-section .faqs-section-inner .faqs-title h2 {
  margin: 0;
}
.faqs-section .faqs-section-inner .faqs-list {
  max-width: 834px;
  margin-left: auto;
  margin-right: auto;
  border-top: #FFFFFF 2px solid;
  text-align: left;
}
.faqs-section .faqs-section-inner .faqs-list .faq-single {
  padding: 32px 0 16px;
  border-bottom: 2px solid #FFFFFF;
}
@media only screen and (min-width: 640px) {
  .faqs-section .faqs-section-inner .faqs-list .faq-single {
    padding: 32px 32px 16px 32px;
  }
}
.faqs-section .faqs-section-inner .faqs-list .faq-single .question {
  position: relative;
  margin-bottom: 16px;
  padding-left: 32px;
  font-size: 24px;
  line-height: 30px;
  cursor: pointer;
}
@media only screen and (min-width: 640px) {
  .faqs-section .faqs-section-inner .faqs-list .faq-single .question {
    font-size: 32px;
    line-height: 38px;
  }
}
.faqs-section .faqs-section-inner .faqs-list .faq-single .question:before {
  content: "+";
  position: absolute;
  top: 0;
  left: 0;
}
.faqs-section .faqs-section-inner .faqs-list .faq-single .answer {
  display: none;
}
.faqs-section .faqs-section-inner .faqs-list .faq-single .answer .answer-inner {
  padding-left: 32px;
}
.faqs-section .faqs-section-inner .faqs-list .faq-single .answer .answer-inner p {
  opacity: 1 !important;
}
.faqs-section .faqs-section-inner .faqs-list .faq-single .answer .answer-inner ul {
  padding-left: 20px;
}
.faqs-section .faqs-section-inner .faqs-list .faq-single.open .question:before {
  content: "–";
}
.impact-section {
  position: relative;
  z-index: 1;
}
.impact-section .flower {
  position: absolute;
  width: 300px;
  height: 300px;
}
@media only screen and (min-width: 768px) {
  .impact-section .flower {
    width: 492px;
    height: 492px;
  }
}
.impact-section .flower img {
  animation: rotation 75s infinite linear;
}
.impact-section .flower.flower-1 {
  top: -200px;
  left: -150px;
}
@media only screen and (min-width: 440px) {
  .impact-section .flower.flower-1 {
    top: -150px;
  }
}
@media only screen and (min-width: 768px) {
  .impact-section .flower.flower-1 {
    top: -276px;
    left: -250px;
  }
}
@media only screen and (min-width: 1024px) {
  .impact-section .flower.flower-1 {
    left: -90px;
  }
}
.impact-section .flower.flower-2 {
  bottom: -20px;
  right: -150px;
}
@media only screen and (min-width: 768px) {
  .impact-section .flower.flower-2 {
    bottom: -70px;
    right: -250px;
  }
}
@media only screen and (min-width: 1024px) {
  .impact-section .flower.flower-2 {
    right: -70px;
  }
}
.impact-section .confetti-right {
  position: absolute;
  top: 32px;
  right: 0;
  width: 118px;
  height: 160px;
}
.impact-section .impact-section-inner {
  position: relative;
}
.impact-section .impact-section-text {
  margin-bottom: 64px;
}
.impact-section .impact-section-text h2 {
  margin-top: 0;
}
.impact-section .impact-section-link {
  margin-top: 104px;
}
.impact-section .impact-slider {
  width: 100%;
}
.impact-section .impact-slider .slick-list {
  padding-left: 32px !important;
  padding-right: 32px !important;
}
@media only screen and (min-width: 640px) {
  .impact-section .impact-slider .slick-list {
    padding-left: 75px !important;
    padding-right: 75px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .impact-section .impact-slider .slick-list {
    padding-left: calc((100vw - 832px) / 2) !important;
    padding-right: calc((100vw - 832px) / 2) !important;
  }
}
.impact-section .impact-slider .impact-card {
  width: calc(100vw - 64px);
  min-height: 450px;
  background-color: #FFFFFF;
  border: rgba(179, 177, 166, 0.5) 1px solid;
  margin: 0 2px;
  transform: scale(0.9);
  border-radius: 16px;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .impact-section .impact-slider .impact-card {
    flex-direction: row;
  }
}
@media only screen and (min-width: 1024px) {
  .impact-section .impact-slider .impact-card {
    width: 800px;
    height: 450px;
    margin: 0 16px;
  }
}
.impact-section .impact-slider .impact-card .impact-card-image {
  width: 100%;
  height: 200px;
}
@media only screen and (min-width: 768px) {
  .impact-section .impact-slider .impact-card .impact-card-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 40%;
    height: 100%;
  }
}
@media only screen and (min-width: 1024px) {
  .impact-section .impact-slider .impact-card .impact-card-image {
    width: 388px;
  }
}
.impact-section .impact-slider .impact-card .impact-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.impact-section .impact-slider .impact-card .impact-card-text {
  width: 100%;
  padding: 32px 32px 32px 32px;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .impact-section .impact-slider .impact-card .impact-card-text {
    width: 60%;
    margin-left: 40%;
    padding: 32px 32px 32px 44px;
  }
}
@media only screen and (min-width: 1024px) {
  .impact-section .impact-slider .impact-card .impact-card-text {
    width: calc(100% - 388px);
    margin-left: 388px;
  }
}
.impact-section .impact-slider .impact-card .impact-card-text h2 {
  font-family: basic-sans, sans-serif;
  font-size: 24px;
  line-height: 36px;
  font-weight: 400;
  color: #0B3862;
  margin-top: 0;
  margin-bottom: 16px;
}
@media only screen and (min-width: 640px) {
  .impact-section .impact-slider .impact-card .impact-card-text h2 {
    font-size: 32px;
    line-height: 48px;
  }
}
.impact-section .impact-slider .impact-card.slick-active {
  transform: scale(1);
}
.impact-section .impact-slider .slick-slider .div {
  transition: none !important;
}

.contact-section {
  position: relative;
  margin-bottom: 56px;
}
.contact-section .confetti-left {
  position: absolute;
  top: -210px;
  left: 0;
  width: 141px;
  height: 173px;
}
@media only screen and (min-width: 440px) {
  .contact-section .confetti-left {
    top: -110px;
  }
}
.contact-section .contact-section-inner {
  width: 100%;
  max-width: 1332px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
  max-width: 834px;
}
.contact-section p {
  width: 100%;
  max-width: 1332px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
  padding: 0;
  max-width: 690px;
}
.contact-section .contact-section-extra-text {
  width: 100%;
  max-width: 1332px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
  padding: 0;
  max-width: 500px;
  margin-top: 32px;
}
.contact-section .contact-section-bottom {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 64px;
}
.contact-section .contact-section-bottom .contact-section-bottom-image {
  margin-right: 16px;
  border-radius: 50%;
  overflow: hidden;
}
.contact-section .contact-section-bottom .contact-section-bottom-text {
  text-align: center;
  margin-top: 16px;
}
.contact-section .contact-section-bottom .contact-section-bottom-text span {
  display: block;
}
.contact-section .contact-section-bottom .contact-section-bottom-text span.contact-name {
  font-weight: 700;
}
.contact-section .contact-section-bottom .contact-section-bottom-text .contact-detail {
  margin-top: 5px;
}
.contact-section .contact-section-bottom .contact-section-bottom-text .contact-detail a {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.contact-section .contact-section-bottom .contact-section-bottom-text .contact-detail a:hover {
  color: #CE0F69;
}
@media only screen and (min-width: 640px) {
  .contact-section .contact-section-bottom {
    flex-direction: row;
  }
  .contact-section .contact-section-bottom .contact-section-bottom-text {
    text-align: left;
    margin-top: 0;
  }
}
.contact-section .contact-section-form {
  margin-top: 135px;
}
.contact-section .contact-section-form form {
  width: 100%;
  font-family: basic-sans, sans-serif;
  font-size: 24px;
  line-height: 36px;
  font-weight: 400;
  color: #0B3862;
}
@media only screen and (min-width: 640px) {
  .contact-section .contact-section-form form {
    font-size: 32px;
    line-height: 48px;
  }
}
.contact-section .contact-section-form form .form-field {
  display: flex;
}
.contact-section .contact-section-form form .form-field input,
.contact-section .contact-section-form form .form-field select,
.contact-section .contact-section-form form .form-field textarea {
  width: 100%;
  font-family: basic-sans, sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  color: #0B3862;
  margin-bottom: 22px;
  background-color: #DEDEDC !important;
  border: none;
  border-radius: 16px;
  padding: 20px 32px;
}
@media only screen and (min-width: 640px) {
  .contact-section .contact-section-form form .form-field input,
.contact-section .contact-section-form form .form-field select,
.contact-section .contact-section-form form .form-field textarea {
    font-size: 24px;
    line-height: 36px;
  }
}
.contact-section .contact-section-form form .form-field input::placeholder,
.contact-section .contact-section-form form .form-field select::placeholder,
.contact-section .contact-section-form form .form-field textarea::placeholder {
  color: #0B3862;
}
.contact-section .contact-section-form form .form-field select {
  -moz-appearance: none; /* Firefox */
  -webkit-appearance: none; /* Safari and Chrome */
  appearance: none;
  background-image: url("../images/select-drop.png");
  background-repeat: no-repeat;
  background-position: center right 20px;
}
.contact-section .contact-section-form form .form-fields-2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media only screen and (min-width: 640px) {
  .contact-section .contact-section-form form .form-fields-2 {
    flex-wrap: nowrap;
  }
}
.contact-section .contact-section-form form .form-fields-2 .form-field {
  width: 100%;
}
@media only screen and (min-width: 640px) {
  .contact-section .contact-section-form form .form-fields-2 .form-field {
    width: calc(50% - 11px);
  }
}

#footer {
  padding-top: 25px;
  padding-bottom: 25px;
  border-top: 1px solid #E6E6E6;
}
#footer .footer-inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
#footer .footer-inner .footer-left {
  width: 115px;
}
#footer .footer-inner .footer-right ul.main-menu {
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0;
  padding: 0;
}
#footer .footer-inner .footer-right ul.main-menu li {
  font-family: basic-sans, sans-serif;
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
  color: #0B3862;
  margin-top: 16px;
}
#footer .footer-inner .footer-right ul.main-menu li a {
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#footer .footer-inner .footer-right ul.main-menu li a:hover {
  color: #CE0F69;
}
@media only screen and (min-width: 640px) {
  #footer .footer-inner {
    flex-direction: row;
  }
  #footer .footer-inner .footer-right ul.main-menu {
    flex-direction: row;
  }
  #footer .footer-inner .footer-right ul.main-menu li {
    margin-top: 0;
    margin-left: 32px;
  }
}
